@charset "utf-8";

/*===================
topページの共通パーツ
===================*/
.topPage__btnLink {
  display: block;
  width: 182px;
  padding: 16px 5px;
  margin: 0 auto;
  border: 1px solid #553a1f;
  background: #fff;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.07em;
  text-align: center;
  position: relative;
  transition: 0.3s;
}
.topPage__btnLink::before {
  display: block;
  content: "";
  width: 14px;
  height: 5px;
  background: url(../imgs/index/btn_arrow.png) center center / cover no-repeat;
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transition: 0.3s;
}
.topPage__btnLink:hover.topPage__btnLink {
  border: 1px solid #fff;
  background: #553a1f;
  color: #fff;
}
.topPage__btnLink:hover.topPage__btnLink::before {
  background: url(../imgs/index/btn_arrow_w.png) center center / cover no-repeat;
}

/*===================
fv
===================*/
.fv {
  position: relative;
  width: 100%;
}
.fv__swiper {
  overflow: hidden; /* これが必須 */
}
/* スライダーの動き↓================================== */
.fv__swiper .swiper-slide-active .swiper-img,
.fv__swiper .swiper-slide-duplicate-active .swiper-img,
.fv__swiper .swiper-slide-prev .swiper-img {
  animation: zoomUp 7s linear 0s normal both;
}
@keyframes zoomUp {
  0% {
    transform: translateX(0%) scale(1.05, 1.1);
  }

  100% {
    transform: translateX(-5.5%) scale(1.05, 1.1);
  }
}
/* スライダーの動き↑================================== */
.fv__img {
  width: 100%;
  height: 100%;
  min-height: 988px;
  height: auto;
  object-fit: cover;
  transform: translateX(5.5%) scale(1.1, 1.1);
}
.fv__logo {
  opacity: 0;
  width: 22.5%;
  min-width: 258px;
  position: absolute;
  top: 21%;
  left: 50.5%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
}
.fv__en {
  opacity: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3;
  position: absolute;
  top: 39px;
  left: 35px;
  z-index: 1;
}
.fv__jp {
  opacity: 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 109px;
  right: 45px;
  z-index: 1;
}
.scroll {
  opacity: 0;
  width: fit-content;
  height: fit-content;
  position: absolute;
  bottom: 206px;
  right: 46px;
  z-index: 1;
}
.scroll__link {
  display: block;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.07em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
/* スクロールダウンの位置 */
.scroll__box {
  position: absolute;
  right: 50%;
  top: 10%;
}
/* 線のアニメーション部分 */
.scroll__box::before {
  animation: scroll 2s infinite;
  background-color: #5a3919;
  bottom: 5px;
  content: "";
  height: 129px;
  left: 56px;
  /* margin: auto; */
  position: absolute;
  right: 6px;
  bottom: -137px;
  width: 1px;
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.fv__en.is-white,
.fv__jp.is-white,
.scroll.is-white {
  color: #fff;
}
/* 白バージョン */
.scroll.is-white .scroll__box::before {
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .fv__img {
    min-height: auto;
  }
  .fv__logo {
    min-width: auto;
    width: 45%;
    top: 30.6%;
    left: 51.5%;
  }
  .fv__jp {
    font-size: 13px;
    top: 88px;
    right: 29px;
  }
  .fv__en {
    font-size: 13px;
    top: 23px;
    left: 23px;
  }
  .scroll {
    bottom: 127px;
    right: 34px;
  }
  .scroll__link {
    font-size: 8px;
  }
  .scroll__box::before {
    height: 79px;
    right: 4px;
    bottom: -86px;
  }
}
/*===================
about
===================*/
.about {
  padding: 151px 0 225px;
  /* background: url(../imgs/index/about_bg.jpg) center center / auto 100% repeat; */
  background-image: url(../imgs/index/about_bg.jpg);
  background-size: 100% auto;
  background-position: center;
  background-repeat: repeat;
  overflow-x: hidden;
}
.about__ttl {
  margin-right: 20px;
  font-size: 25px;
  font-size: clamp(17px, 1.953vw, 25px);
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 2.6;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.about__txt {
  font-size: clamp(15px, 1.40625vw, 18px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
.about__container01 {
  margin-bottom: 57px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  /* gap: clamp(30px, 7.8125vw, 100px); */
}
.about__box01 {
  width: 64.5%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  /* gap: clamp(45px, 6.875vw, 88px); */
}
.about__pic01 {
  max-width: 210px;
  margin-left: clamp(50px, 11.3vw, 145px);
  margin-top: 337px;
}
.about__pic02 {
  max-width: 523px;
}
.about__container02 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: clamp(45px, 9.0625vw, 116px);
}
.about__pic03 {
  max-width: 638px;
  width: 50%;
}
.about__txtBox01 {
  width: fit-content;
  padding-top: 52px;
}
.about__container03 {
  max-width: 880px;
  margin: 134px auto 119px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.about__txtBox02 {
  width: fit-content;
  padding-left: 42px;
}
.about__indent01 {
  display: block;
}
.about__indent02 {
  display: block;
  transform: translate(39px, 0px);
}
.about__indent03 {
  display: block;
  transform: translate(19px, 0px);
}
.about__box02 {
  margin-top: clamp(-344px, -27vw, -20px);
  transform: translate(15px, 0px);
}
.about__pic04 {
  max-width: 320px;
}
.about__pic05 {
  max-width: 240px;
  transform: translate(-104px, -21px);
}
.about__container04 {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  /* align-items: flex-start; */
  justify-content: space-between;
  gap: 20px;
}
.about__pic06 {
  width: 387px;
}
.about__box03 {
  width: 46%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about__txtBox03 {
  width: fit-content;
  transform: translate(0px, -9px);
}
.about__bnt {
  margin-top: auto;
}
.about__btnLink {
  display: block;
  max-width: 260px;
  padding: 22px 15px;
  border-radius: 999px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.33);
  background: #fff;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.07em;
  text-align: center;
  position: relative;
  transition: 0.3s;
}
.about__btnLink::before {
  display: block;
  content: "";
  width: 20px;
  height: 10px;
  background: url(../imgs/index/about_arrow.png) center center / cover no-repeat;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transition: 0.3s;
}
.about__btnLink:hover.about__btnLink {
  background: #553a1f;
  color: #fff;
}
.about__btnLink:hover.about__btnLink::before {
  background: url(../imgs/index/about_arrow_w.png) center center / cover
    no-repeat;
}

@media screen and (max-width: 750px) {
  .about {
    padding: 83px 0 100px;
  }
  .about__container01 {
    flex-direction: column-reverse;
    margin-bottom: 79px;
  }
  .about__box01 {
    width: 100%;
    min-height: 330px;
    justify-content: flex-end;
    /* align-items: flex-end; */
  }
  .about__pic01 {
    width: 40%;
    margin-top: 63px;
  }
  .about__pic02 {
    width: 48%;
  }
  .about__ttl {
    line-height: 1.82;
    margin-right: 43px;
  }
  .about__container02 {
    flex-direction: column;
    gap: 0;
  }
  .about__pic03 {
    width: 89%;
  }
  .about__txtBox01 {
    padding-top: 70px;
    margin: 0 28px 0 auto;
  }
  .about__container03 {
    margin: 79px auto 72px;
    flex-direction: column-reverse;
    row-gap: 76px;
  }
  .about__box02 {
    width: 100%;
    margin: 0;
    transform: translate(0px, 0px);
  }
  .about__pic04 {
    width: 64%;
    max-width: none;
    margin-left: auto;
    margin-bottom: 48px;
  }
  .about__pic05 {
    width: 47%;
    max-width: none;
    margin-left: 24px;
    transform: translate(0px, 0px);
  }
  .about__txtBox02 {
    padding-left: 40px;
  }
  .about__indent02 {
    transform: translate(32px, 0px);
  }
  .about__indent03 {
    transform: translate(15px, 0px);
  }
  .about__container04 {
    flex-direction: column;
    align-items: center;
    row-gap: 73px;
  }
  .about__pic06 {
    width: 80%;
    /* margin: 0 auto; */
  }
  .about__box03 {
    width: 100%;
  }
  .about__txtBox03 {
    width: 100%;
    margin-bottom: 76px;
    transform: translate(0px, 0px);
  }
  .about__txtBox03 .about__txt {
    text-align: center;
  }
  .about__btn {
    width: 260px;
    margin: 0 auto;
  }
}

/*===================
access
===================*/
.access {
  padding: 94px 0 113px;
  background: #c3b29d;
}
.access__ttl {
  padding-top: 27px;
  margin-bottom: 79px;
  font-size: 76px;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #fff;
}
.access__container {
  display: grid;

  grid-template-columns: 55% 45%;
  grid-template-areas:
    "ttl map"
    "sub map"
    "txt map";
  align-items: start;
}
.access__ttl {
  grid-area: ttl;
}
.access__subTtl {
  grid-area: sub;
  padding-left: 59px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.52;
  color: #fff;
}
.access__txt {
  grid-area: txt;
  padding-left: 59px;
  padding-bottom: 114px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1.67;
  color: #fff;
}
.access__map {
  grid-area: map;
  max-width: 364px;
  transform: translate(26px, 0px);
  position: relative;
}
.access_mapImg {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 750px) {
  .access {
    padding: 37px 0 50px;
  }
  .access__container {
    grid-template-columns: 100%;
    grid-template-areas:
      "ttl"
      "sub"
      "map"
      "txt";
  }
  .access__ttl {
    margin-bottom: 9px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-align: center;
  }
  .access__subTtl {
    padding-left: 0;
    margin-bottom: 31px;
    font-size: 22px;
    text-align: center;
  }
  .access__map {
    max-width: 309px;
    width: 100%;
    margin: 0 auto 40px;
    transform: translate(6px, 0px);
  }
  .access__txt {
    padding: 0;
    margin: 0 auto;
    transform: translate(-15px, 0px);
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 1.5714;
  }
}
@media screen and (max-width: 350px) {
  .access__txt {
    transform: translate(0px, 0px);
  }
}

/*===================
news
===================*/
.news {
  padding: 64px 0 84px;
}
.news__ttl {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-align: center;
  color: #553a1f;
}
.news__list {
  margin-bottom: 46px;
}
.news__listLink {
  padding: 30px 30px 30px 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
  border-bottom: 1px solid #553a1f;
}
.news__date {
  display: inline-block;
  width: 82px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.news__txt {
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .news {
    padding: 38px 0 56px;
  }
  .news__ttl {
    /* padding-left: 12px; */
    margin-bottom: 12px;
    font-size: 17px;
    text-align: left;
  }
  .news__date {
    width: 71px;
    font-size: 13px;
  }
  .news__txt {
    font-size: 13px;
  }
  .news__listLink {
    padding: 18px 10px 18px 0px;
  }
}

/*===================
plan
===================*/
.plan {
  padding: 143px 0 161px;
  background: #eef2e7;
}
.plan__txtBox {
  position: relative;
}
.plan__deco01 {
  max-width: 313px;
  width: 40%;
  position: absolute;
  top: -78px;
  right: -137px;
}
.plan__deco02 {
  max-width: 269px;
  width: 36%;
  position: absolute;
  top: 178px;
  left: -198px;
}
.plan__deco03 {
  max-width: 144px;
  width: 36%;
  position: absolute;
  top: 157px;
  right: -128px;
}
.plan__deco04 {
  max-width: 168px;
  width: 36%;
  position: absolute;
  top: 187px;
  left: -114px;
}
.plan__ttl {
  margin-bottom: 85px;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0em;
}
.plan__smallTtl {
  display: block;
  margin-bottom: 13px;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.plan__listItem {
  padding: 62px 0 65px;
  border-top: 1px solid #553a1f;
  position: relative;
}
.plan__listItem:last-child {
  border-bottom: 1px solid #553a1f;
}
.plan__accordionTop {
  /* cursor: pointer; */
  display: grid;
  /* align-items: center; */

  grid-template-columns: 54% 46%;
  grid-template-areas:
    "ttl pic"
    "ham pic";
}
.plan__accordionTop.type02 {
  grid-template-columns: 46% 54%;
  grid-template-areas:
    "pic ttl"
    "pic ham";
}
.plan__accordionBottom {
  display: none;
}

.plan__mainPic {
  grid-area: pic;
  justify-self: end;
  align-self: center;
}
.plan__mainPic .img {
  border-radius: 20px;
}
.plan__accordionTtl {
  padding-top: 60px;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.46;
  text-align: center;
  grid-area: ttl;
  position: relative;
}
.plan__accordionTtl01::before {
  content: "";
  display: block;
  width: 125px;
  height: 77px;
  background: url(../imgs/index/plan_fukidashi01.png) center center / cover
    no-repeat;
  position: absolute;
  top: -17%;
  left: 21px;
}
.plan__accordionTtl02::before {
  content: "";
  display: block;
  width: 125px;
  height: 77px;
  background: url(../imgs/index/plan_fukidashi02.png) center center / cover
    no-repeat;
  position: absolute;
  top: -17%;
  left: 37px;
}
.plan__accordionTtl03::before {
  content: "";
  display: block;
  width: 125px;
  height: 77px;
  background: url(../imgs/index/plan_fukidashi03.png) center center / cover
    no-repeat;
  position: absolute;
  top: -17%;
  left: 21px;
}
.plan__accordionList {
  max-width: 545px;
  margin: 61px auto 0;
}
.plan__accordionItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.plan__accordionItem + .plan__accordionItem {
  margin-top: 49px;
}
.plan__accordionItemLeft {
  width: 60%;
}
.plan__placePic {
  width: 197px;
  grid-area: pic;
  justify-self: end; /* 右寄せ */
}
.plan__placePic .img {
  border-radius: 20px;
}
.plan__accordionDate {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
.plan__accordionSubTtl {
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.plan__accordionTxt {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.48;
}
.planHam.open {
  position: relative;
  width: 46px;
  height: fit-content;
  margin: 10px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  /* background-color: #244e25; */
  grid-area: ham;
}

.planHam.open .planHam__lineWrapper {
  width: 46px;
  height: 14px;
  position: relative;
}

.planHam.open .planHam__lineWrapper span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #5a3919;
  transition: 0.3s;
}

.planHam.open .planHam__lineWrapper span:nth-child(1) {
  position: absolute;
  top: 0%;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.planHam.open .planHam__lineWrapper span:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.planHam.open .planHam__lineWrapper span:nth-child(3) {
  position: absolute;
  bottom: 35%;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.planHam.open .planHam__menu {
  display: inline-block;
  margin-top: 7px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.07em;
}
.planHam.close {
  position: relative;
  margin: 72px auto 0;
  width: 48px;
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  /* background-color: #244e25; */
}

.planHam.close .planHam__lineWrapper {
  width: 48px;
  height: 11px;
  position: relative;
}

.planHam.close .planHam__lineWrapper span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #5a3919;
  transition: 0.3s;
}

.planHam.close .planHam__lineWrapper span:nth-child(1) {
  position: absolute;
  transform: rotate(15deg);
  top: 50%;
  left: 0;
}

.planHam.close .planHam__lineWrapper span:nth-child(2) {
  position: absolute;
  transform: rotate(-15deg);
  top: 50%;
}

.planHam.close .planHam__menu {
  display: inline-block;
  margin-top: 7px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.07em;
}

@media screen and (max-width: 1200px) {
  .plan__deco01 {
    width: 25%;
    right: 0;
  }
  .plan__deco02 {
    width: 25%;
    top: 240px;
    left: 0;
  }
  .plan__deco03 {
    width: 15%;
    top: 240px;
    right: 0;
  }
  .plan__deco04 {
    width: 19%;
    top: 240px;
    left: 0;
  }
}

@media screen and (max-width: 750px) {
  .plan {
    padding: 58px 0 75px;
  }
  .plan__deco01,
  .plan__deco02,
  .plan__deco03,
  .plan__deco04 {
    display: none;
  }

  .plan__ttl {
    margin-bottom: 34px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.208;
  }
  .plan__smallTtl {
    font-size: 14px;
    margin-bottom: 9px;
  }
  .plan__listItem {
    max-width: 330px;
    padding: 62px 0 28px;
    margin: 0 auto;
  }
  .plan__accordionItem + .plan__accordionItem {
    margin-top: 27px;
  }
  .plan__accordionTop,
  .plan__accordionTop.type02 {
    grid-template-columns: 32% 68%;
    grid-template-rows: auto auto;
    grid-template-areas:
      "ttl pic"
      "ham ham";
  }

  .plan__accordionTtl {
    grid-area: ttl;
    padding-right: 36px;
    padding-top: 59px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 16px;
    line-height: 1.5625;
    text-align: left;
  }
  .plan__accordionTtl01::before {
    width: 83px;
    height: 50px;
    top: -3%;
    left: 6px;
  }
  .plan__accordionTtl02::before {
    width: 83px;
    height: 50px;
    top: -3%;
    left: 6px;
  }
  .plan__accordionTtl03::before {
    width: 83px;
    height: 50px;
    top: -3%;
    left: 6px;
  }
  .plan__mainPic {
    grid-area: pic;
    justify-self: end;
  }
  .plan__accordionDate {
    font-size: 12px;
  }
  .plan__accordionSubTtl {
    font-size: 15px;
  }
  .plan__accordionTxt {
    font-size: 13px;
    line-height: 1.46;
  }
  .plan__accordionList {
    margin: 33px 0 0 0;
  }
  .plan__accordionItemLeft {
    width: 67%;
  }
  .plan__placePic {
    width: 30%;
  }
  .plan__placePic .img {
    border-radius: 9px;
  }

  .planHam.open {
    grid-area: ham;
    justify-self: center;
    width: 40px;
    margin-top: 21px;
  }
  .planHam.open .planHam__menu {
    font-size: 12px;
  }
  .planHam.open .planHam__lineWrapper {
    width: 40px;
    height: 8px;
    position: relative;
  }
  .planHam.close {
    grid-area: ham;
    justify-self: center;
    width: 40px;
    margin-top: 21px;
  }
  .planHam.close .planHam__menu {
    font-size: 12px;
  }
  .planHam.close .planHam__lineWrapper {
    width: 40px;
    height: 8px;
    position: relative;
  }
}

/*===================
spot
===================*/
.spot {
  padding: 124px 0 64px;
  background: #f3f3f3;
}
.spot .inner-820 {
  width: 93%;
}
.spot__ttl {
  margin-bottom: 32px;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 0;
}
.spot__introTxt {
  margin-bottom: 34px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.67;
  letter-spacing: 0.01em;
}
.spot__btnArea {
  margin-bottom: 55px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2%;
}
.spot__btn {
  width: 25%;
}
.spot__btnLink {
  display: block;
  padding: 7px 5px;
  border-radius: 999px;
  border: 1px solid #553a1f;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #fff;
  text-align: center;
}
.spot__btnLink.u-orange {
  background: #e08c01;
}
.spot__btnLink.u-green {
  background: #308933;
}
.spot__btnLink.u-blue {
  background: #5775aa;
}
.spot__btnLink.u-gray {
  background: #636262;
}
.spot__container {
  padding: 51px 0 66px;
  border-top: 1px solid #553a1f;
}
.spot__spotTtl {
  margin-bottom: 27px;
  font-size: 27px;
  font-weight: 500;
}
.spot__spotTtl .en {
  display: inline-block;
  padding-left: 18px;
  font-family: "montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.spot__spotTtl.u-orange {
  color: #e08c01;
}
.spot__spotTtl.u-green {
  color: #308933;
}
.spot__spotTtl.u-blue {
  color: #5775aa;
}
.spot__spotTtl.u-gray {
  color: #636262;
}
.spot__catWrap {
  margin-bottom: 27px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.spot__cat {
  width: fit-content;
}
.spot__catLink {
  display: block;
  padding: 4px 14px;
  border: 1px solid #553a1f;
  border-radius: 999px;
  transition: 0.3s;
}
.spot__catLink:hover {
  background: #553a1f;
  color: #fff;
}
.spot__catLink.current {
  background: #553a1f;
  color: #fff;
}
.spot__spotList {
  margin-bottom: 55px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(28px, 4.453125vw, 57px) 2.4%;
}
.spot__spotItem {
  width: 100%;
}
.spot__spotItemLink {
  display: block;
  width: 100%;
}
.spot__spotPic {
  margin-bottom: 20px;
}
.spot__spotPic .img {
  border-radius: 20px;
  background-position: center center;
  background-size: cover;
}

.spot__spotName {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .spot {
    padding: 49px 0 17px;
  }
  .spot__ttl {
    margin-bottom: 18px;
    font-size: 24px;
  }
  .spot__introTxt {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.714;
  }
  .spot__btnArea {
    margin-bottom: 30px;
    gap: 1%;
  }
  .spot__btnLink {
    padding: 3px 6px;
    font-size: 11px;
    letter-spacing: 0.03em;
  }
  .spot__container {
    padding: 37px 0 45px;
  }
  .spot__spotTtl {
    margin-bottom: 13px;
    font-size: 18px;
  }
  .spot__spotTtl .en {
    padding-left: 13px;
    font-size: 13px;
  }
  .spot__catWrap {
    margin-bottom: 21px;
  }
  .spot__catLink {
    padding: 2px 10px;
    font-size: 11px;
  }

  .spot__spotList {
    margin-bottom: 37px;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(28px, 4.453125vw, 57px) 4%;
  }
  .spot__spotPic .img {
    border-radius: 10px;
  }
  .spot__spotName {
    font-size: 13px;
  }
}
@media screen and (max-width: 460px) {
  .spot__btnArea {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5px 5px;
  }
  .spot__btn {
    width: fit-content;
    min-width: fit-content;
  }
}

/*===================
magazine
===================*/
.magazine {
  padding: 109px 0 0;
}
.magazine__container {
  max-width: 652px;
  margin: 0 auto 130px;
  display: flex;
}
.magazine__pic {
  width: 226px;
}
.magazine__pic .img {
  box-shadow: 6px 6px 7px 0px rgba(0, 0, 0, 0.15);
}
.magazine__conts {
  width: calc(100% - 226px);
  padding-left: 49px;
}
.magazine__txt {
  padding-top: 31px;
  margin-bottom: 77px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.67;
  letter-spacing: 0.04em;
}
.magazine__btn {
  border-bottom: 1px solid #553a1f;
  width: fit-content;
  margin-left: auto;
}
.magazine__brnLink {
  display: block;
  padding-bottom: 10px;
  padding-right: 25px;
  font-size: 17px;
  font-weight: 400;
  position: relative;
}
.magazine__brnLink::before {
  content: "";
  display: block;
  width: 18px;
  height: 12px;
  background: url(../imgs/index/magazine_arrow.png) center center / cover
    no-repeat;
  position: absolute;
  top: 37%;
  right: 0%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transition: 0.3s;
}
.magazine__brnLink:hover.magazine__brnLink::before {
  right: -5%;
}
.magazine .border-b {
  border-bottom: 1px solid #553a1f;
}
@media screen and (max-width: 750px) {
  .magazine {
    padding: 57px 0 0;
  }
  .magazine__container {
    margin-bottom: 50px;
  }
  .magazine__pic {
    width: 48%;
  }
  .magazine__conts {
    width: 52%;
    padding-left: 5%;
  }
  .magazine__txt {
    padding-top: 0;
    margin-bottom: 19px;
    font-size: 13px;
    line-height: 1.538;
  }
  .magazine__btn {
    margin: 0;
  }
  .magazine__brnLink {
    padding-bottom: 0;
    padding-right: 18px;
    font-size: 11px;
  }
  .magazine__brnLink::before {
    width: 10px;
    height: 9px;
    background: url(../imgs/index/magazine_arrow_sp.png) center center / cover
      no-repeat;
  }
}

/*===================
access-detail
===================*/
.access-detail {
  padding: 87px 0 138px;
}
.access-detail__ttl {
  margin-bottom: 58px;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
}
.access-detail__container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}
.access-detail__container + .access-detail__container {
  margin-top: 31px;
}
.access-detail__method {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid #553a1f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  line-height: 1;
  text-align: center;
}
.access-detail__group {
  flex: 1;
}
.access-detail__means {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1.78;
}
@media screen and (max-width: 750px) {
  .access-detail {
    padding: 50px 0 64px;
  }
  .access-detail__ttl {
    margin-bottom: 12px;
    font-size: 13px;
    text-align: left;
  }
  .access-detail__container {
    gap: 5px;
  }
  .access-detail__container + .access-detail__container {
    margin-top: 20px;
  }
  .access-detail__method {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
  .access-detail__means {
    padding-left: 1.2em;
    text-indent: -1.2em;
    font-size: 13px;
    line-height: 1.69;
  }
}
