@charset "utf-8";

/*===================
ABOUT 共通パーツ
===================*/
.aboutPage.low {
  padding: 209px 0 20px;
}
.aboutPage__ttl {
  margin-bottom: 17px;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
}
.aboutPage__ttlTxt {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.666;
  text-align: center;
}
.footer__pic {
  display: block;
}
.footer__slideWrap {
  display: block;
}
@media screen and (max-width: 750px) {
  .aboutPage.low {
    padding-top: 116px;
  }
  .aboutPage__ttl {
    margin-bottom: 14px;
    font-size: 22px;
  }
  .aboutPage__ttlTxt {
    font-size: 14px;
    letter-spacing: 0.02em;
  }
}
/*===================
about-intro
===================*/
.about-intro {
}
.about-intro__container {
  padding-bottom: 156px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.about-intro__ttl {
  width: fit-content;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.68;
}
.about-intro__txtBox {
  width: fit-content;
}
.about-intro__txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8125;
}
.about-intro__txt + .about-intro__txt {
  margin-top: 30px;
}
.about-intro__slide {
  display: none;
}
.about-intro__slidePic {
  width: 21%;
}
@media screen and (max-width: 890px) {
  .about-intro__container {
    flex-direction: column;
    row-gap: 43px;
  }
  .about-intro__txtBox {
    padding-left: 11%;
  }
  .about-intro__txt + .about-intro__txt {
    margin-top: 23px;
  }
}
@media screen and (max-width: 750px) {
  .about-intro__ttl {
    font-size: 20px;
    line-height: 1.57;
  }
  .about-intro__txt {
    font-size: 14px;
    line-height: 1.57;
  }
  .about-intro__container {
    padding-bottom: 73px;
  }
  .about-intro__slidePic {
    width: 44%;
  }
}
@media screen and (max-width: 370px) {
  .about-intro .inner-780 {
    width: 93%;
  }
}
/*===================
season
===================*/
.season {
  padding: 123px 0 116px;
}
.season__swiper {
  margin-top: 53px;
}
.season__swiper .swiper-slide {
  transform: scale(0.74); /* 左右のスライドを小さくする */
  transition: 0.7s !important; /* ゆっくり小さくさせる */
  margin-bottom: 73px; /* 通常時の余白 */
}
.season__swiper .swiper-slide-active {
  transform: scale(1); /* 中央のスライドは小さくしない */
  z-index: 1; /* 中央のスライドを一番上にする */
}
.season__swiperImg {
  margin-bottom: 27px;
}
.season__swiperInner {
  position: relative;
}
/* デフォルトの矢印アイコンを無効化 */
.season__swiper .swiper-button-prev::after,
.season__swiper .swiper-button-next::after {
  content: none;
}
/* 矢印共通スタイル */
.season__swiper .swiper-button-prev,
.season__swiper .swiper-button-next {
  width: 12px;
  height: 24px;
}
/* 前矢印 */
.season__swiper .swiper-button-prev {
  background: url("../imgs/about/season_swiper-perv.png") center center / cover
    no-repeat;
  left: 15.6%;
  top: 41%;
}

/* 次矢印 */
.season__swiper .swiper-button-next {
  background: url("../imgs/about/season_swiper-next.png") center center / cover
    no-repeat;
  right: 15.6%;
  top: 41%;
}
.season__swiper .swiper-pagination-bullet-active {
  background: #553a1f;
}
.season__swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.season__swiper
  .swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 5px;
}

.season__swiperBox {
  width: fit-content;
  padding: 18px 17px;
  position: absolute;
  top: 0;
  left: 0;
}
.season__swiperBox.spring {
  background: #ff95a2;
}
.season__swiperBox.summer {
  background: #fab014;
}
.season__swiperBox.autumn {
  background: #eb7200;
}
.season__swiperBox.winter {
  background: #4379b6;
}
.season__swiperJp {
  display: block;
  padding-bottom: clamp(9px, 1.25vw, 16px);
  font-size: clamp(21px, 3.828vw, 49px);
  font-weight: 400;
  color: #fff;
}
.season__swiperEn {
  display: block;
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-size: clamp(13px, 2.343vw, 30px);
  letter-spacing: 0.07em;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.season__swiperTxt {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.611;
}
@media screen and (max-width: 750px) {
  .season {
    padding: 64px 0 41px;
  }
  .season .aboutPage__ttlTxt {
    width: 92%;
    margin: 0 auto;
  }
  .season__swiperBox {
    padding: 7px 8px 16px 8px;
  }
  .season__swiper {
    width: 100%;
    margin-top: 38px;
  }
  .season__swiperInner {
    margin-left: 13%;
  }
  .season__swiperTxt {
    width: 86%;
    font-size: 14px;
    line-height: 1.57;
  }
  .season__swiper .swiper-slide {
    transform: scale(1);
    margin-bottom: 35px;
  }

  /* 矢印共通スタイル */
  .season__swiper .swiper-button-prev,
  .season__swiper .swiper-button-next {
    width: 8px;
    height: 15px;
  }
  /* 前矢印 */
  .season__swiper .swiper-button-prev {
    left: 5.6%;
    top: 36%;
  }

  /* 次矢印 */
  .season__swiper .swiper-button-next {
    right: 5.6%;
    top: 36%;
  }
  .season__swiper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .season__swiper
    .swiper-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 3px;
  }
}
/*===================
festival
===================*/
.festival {
  padding: 123px 0 131px;
  background: #f3f3e6;
}
.festival__container {
  margin-top: 53px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.festival__box {
  width: 30.68%;
}
.festival__pic {
  margin-bottom: 15px;
}
.festival__pic .img {
  border-radius: 15px;
}
.festival__ttl {
  margin-bottom: 11px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
}
.festival__txt {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 1.733;
}
@media screen and (max-width: 750px) {
  .festival {
    padding: 64px 0 66px;
  }
  .festival__container {
    width: 80%;
    max-width: 450px;
    margin: 39px auto 0;
    flex-direction: column;
    row-gap: 45px;
  }
  .festival__box {
    width: 100%;
  }
  .festival__ttl {
    font-size: 18px;
    line-height: 1.333;
  }
  .festival__txt {
    font-size: 14px;
    line-height: 1.57;
  }
}

/*===================
specialty
===================*/
.specialty {
  padding: 123px 0 131px;
}
.specialty .aboutPage__ttlTxt {
  max-width: 691px;
  margin: 0 auto;
  text-align: left;
}
.specialty__decoWrap {
  position: relative;
}
.specialty__deco01 {
  max-width: 107px;
  width: 14%;
  position: absolute;
  top: -142px;
  left: -106px;
}
.specialty__deco02 {
  max-width: 104px;
  width: 14%;
  position: absolute;
  top: -177px;
  right: -73px;
}
.specialty__calendar {
  margin: 55px 0 88px;
  width: 100%;
}
.specialty__ttl {
  margin-bottom: 49px;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
}
.specialty__container {
  margin-bottom: 44px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.specialty__pic {
  width: 14.87%;
}
.specialty__pic .img {
  border-radius: 6px;
}
@media screen and (max-width: 1020px) {
  .specialty__deco01 {
    width: 8%;
    top: -189px;
    left: 15px;
  }
  .specialty__deco02 {
    width: 8%;
    top: -221px;
    right: 32px;
  }
}
@media screen and (max-width: 750px) {
  .specialty {
    padding: 60px 0 64px;
  }
  .specialty__deco01,
  .specialty__deco02 {
    display: none;
  }
  .specialty__calendar {
    max-width: 450px;
    margin: 35px auto 77px;
  }
  .specialty__ttl {
    margin-bottom: 30px;
    font-size: 15px;
    letter-spacing: 0;
  }
  .specialty__container {
    margin-bottom: 36px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4vw 4%;
  }
  .specialty__pic {
    width: 100%;
  }
}
/*===================
about-access-detail
===================*/
.about-access-detail {
  padding: 122px 0 78px;

  background: #e3dcd3;
}
.about-access-detail__map {
  margin: 69px 0 94px;
}
.about-access-detail__map iframe {
  width: 100%;
}
.about-access-detail__container {
  padding-bottom: 29px;
  border-bottom: 1px solid #553a1f;
}
.about-access-detail__container:last-of-type {
  border-bottom: none;
}
.about-access-detail__container + .about-access-detail__container {
  margin-top: 31px;
}
.about-access-detail__method {
  margin-bottom: 11px;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.about-access-detail__group {
  flex: 1;
}
.about-access-detail__means {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1.78;
}
.about-access-detail__meansLink {
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  .about-access-detail {
    padding: 59px 0 39px;
  }
  .about-access-detail__map {
    margin: 40px 0 60px;
  }
  .about-access-detail__map iframe {
    height: 280px;
  }
  .about-access-detail__ttl {
    margin-bottom: 12px;
    font-size: 13px;
    text-align: left;
  }
  .about-access-detail__container {
    padding-bottom: 26px;
  }
  .about-access-detail__container + .about-access-detail__container {
    margin-top: 28px;
  }
  .about-access-detail__method {
    margin-bottom: 6px;
    font-size: 15px;
  }
  .about-access-detail__means {
    padding-left: 1.2em;
    text-indent: -1.2em;
    font-size: 14px;
    line-height: 1.5;
  }
}
/*===================
banner
===================*/
.banner {
  padding: 123px 0 150px;
}
.banner__container {
  margin-top: 65px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.banner__pic {
  width: 30.34%;
}
@media screen and (max-width: 750px) {
  .banner {
    padding: 40px 0 0px !important;
  }
  .banner .aboutPage__ttl {
    font-size: 17px;
  }
  .banner__container {
    max-width: 450px;
    margin: 0 auto;
    flex-direction: column;
  }
  .banner__pic {
    width: 100%;
    padding: 37px 0;
    border-bottom: 1px solid #553a1f;
    margin: 0 auto;
  }
  .banner__pic:first-of-type {
    padding-top: 15px;
  }
  .banner__pic:last-of-type {
    border-bottom: none;
  }
  .banner__pic .img {
    display: block;
    width: 75%;
    margin: 0 auto;
  }
}
