@charset "utf-8";

/* ----------------------------------
concept
---------------------------------- */

/* common */
.inner {
  width: 90%;
}
#content_Wrap figure {
  position: relative;
  height: fit-content;
}
.sec_copyL {
  font-size: min(1.8vw,21px);
  text-align: center;
  line-height: 1.57142857;
}
.sec_copyS {
  font-size: min(1.2vw,14px);
  text-align: center;
  line-height: 2;
  margin: 2em 0 0;
}
.loc_item figcaption:not(.cap_Txt) {
  font-size: 12px;
  line-height: 1.3333333333;
  margin: 10px 0 0;
}
.sec__Area {
  background: #eeeceb;
}
.sec__main-box {
  position: relative;
}
.sec__main-box--txt {
  padding: 7.5% 0 5% 0;
  margin-bottom: 60px;
}
.sec__main-box--txt > * {
  width: 40%;
}
.sec__main-box--txt h3 {}
.sec__main-box--txt h3 .txt01 {
  font-size: min(1.5vw,18px);
  display: block;
  padding-bottom: 10px;
  border-bottom: 10px solid;
  margin-bottom: 2%;
}
.sec__main-box--txt h3 .txt02 {
  display: block;
  font-size: min(2.6vw,31px);
  margin-bottom: 1em;
}
.sec__main-box--txt .copy_jp {
  color: #353535;
  /*font-size: min(1.2vw,14px);*/
  font-size: min(1.8vw,19px);
  margin-bottom: 1em;
}
.sec__main-box--txt .copy_en {
  color: #353535;
  /*font-size: min(0.8vw,10px);*/
  font-size: min(1.2vw,14px);
  line-height: 2;
}
.sec__main-box--img {
  width: 57.109375%;
  max-width: 800px;
  position: absolute!important;
  top: 0;
  right: 0;
}
.sec__Area .bg_wh {
  background: linear-gradient(0deg, #fff, #fff 50%,#eeeceb 50%, #eeeceb);
}
.head_copy {
  font-size: min(1.9vw,22px);
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 40PX;
}

/* kobetsu */
.page__MV {
  position: relative;
}
.page__MV .page__MV_txtBOX {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
}
.page__MV .page__MV--ttl {
  font-size: min(3.0vw,36px);
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.04em;
}
.page__MV .page__MV--copy {
  font-size: min(1.5vw,18px);
  margin: 1.5em 0 0;
  font-feature-settings: "palt";
}


.head__Area {
  text-align: center;
  padding: 70px 0;
}
.head__Area p {
  font-size: min(1.5vw,18px);
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
  line-height: 1.76502643;
}


.area__Area {
  margin-bottom: 100px;
}
.area__contents01 {
  align-items: center;
  justify-content: space-between;
  margin: -4% auto 120px;
}
.area__contents01--txt {
  width: 30%;
}
.area__contents01--txt span {
  font-size: min(1.9vw,22px);
  line-height: 1.75;
  display: block;
  margin-bottom: 1em;
}
.area__contents01--txt p {
  font-size: min(1.2vw,14px);
  line-height: 2;
}
.area__contents01--img {
  width: 75%;
  /*max-width: 716px;*/
  max-width: 1074px;
}
.area__contents01--img figure {
  margin-right: -5%;
}
.area__contents02 figure {
  margin: 0 0 30px;
}
.area__contents03 {
  margin: 100px 0 0;
  justify-content: space-between;
}
.area__contents03--txt {
  width: 35%;
}
.area__contents03--txt span {
  font-size: min(1.8vw,21px);
  line-height:1.57142857;
  display: block;
  margin-bottom: .5em;
}
.area__contents03--txt p {
  font-size: min(1.2vw,14px);
  line-height: 2;
}
.area__contents03--img {
  width: 60%;
}
.area__contents03--img ul {
  gap: 30px;
}


.food__Area {
  position: relative;
}
.food__Area .img__box {
  position: relative;
}
.food__Area .img__box ul {
  aspect-ratio: 1280/604;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
.food__Area .img__box .img01 {
  background: url(../img/food_img01.jpg) no-repeat center center / cover;
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}
.food__Area .img__box .img02 {
  background: url(../img/food_img02.jpg) no-repeat center center / cover;
  grid-column: 2 / 4;
  grid-row: 1 / 3;
}
.food__Area .img__box .img03 {
  background: url(../img/food_img03.jpg) no-repeat center center / cover;
  grid-column: 4 / 5;
  grid-row: 1 / 2;
}
.food__Area .img__box .img04 {
  background: url(../img/food_img04.jpg) no-repeat center center / cover;
  grid-column: 5 / 6;
  grid-row: 1 / 2;
}
.food__Area .img__box .img05 {
  background: url(../img/food_img05.jpg) no-repeat center center / cover;
  grid-column: 1 / 3;
  grid-row: 3 / 4;
}
.food__Area .img__box .img06 {
  background: url(../img/food_img06.jpg) no-repeat center center / cover;
  grid-column: 3 / 4;
  grid-row: 3 / 4;
}
.food__Area .img__box .img07 {
  background: url(../img/food_img07.jpg) no-repeat center center / cover;
  grid-column: 4 / 6;
  grid-row: 2 / 4;
}
.food__Area .txt__box {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(35,24,21,0.7);
  transform: translate(-50%,-50%);
  color: #fff;
  padding: 5%;
}
.food__Area .txt__box .sec_copyL {
  white-space: nowrap;
}

.edge__Area {
  margin: 130px 0 150px;
}
.edge__Area .sec_copyL {
  background: #fff;
  padding-bottom: 70px;
}
.edge__Area .sec__main-box--txt h3 {
  color: #896373;
}
.edge__Area .edge__list {
  gap: 40px;
}


.active__Area {
  margin: 0 0 150px;
}
.active__Area .sec__main-box--txt h3 {
  color: #6a697b;
}
.active__Area .active__list {
  gap: 20px;
}


.relax__Area {
  margin: 0 0 150px;
}
.relax__Area .sec__main-box--txt h3 {
  color: #3d6662;
}
.relax__Area .relax__list {
  gap: 20px;
}


.map__Area {
  margin: 0 0 120px;
}
.map__Area .map {
  /* margin-bottom: 80px; */
  max-width: 1000px;
  margin: 0 auto 80px;
}
/*.map__Area .map + p {
  font-size: min(1.9vw,22px);
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 40PX;
}*/
.map__Area .loc_item {
  flex-wrap: wrap;
  gap: 30px;
}
.map__Area .loc_item li {
  width: calc((100% - 90px) / 4);
}
 
.access__Area {
  margin: 0 0 120px;
}

.lifeinfo__Area {
  padding: 50px 0;
  background: #eeeceb;
}
.life_info {
  padding: 40px 0 20px;
}
.life_info dt {
  color:#000;
  font-size: clamp( 14px, calc( 3.333333333333334px + 1.3888888888888888vw ), 20px );
  line-height: 1.8;
  letter-spacing: 0.12em;
  padding: 0 0 10px;
  border-bottom:1px solid #000;
  cursor: pointer;
}
.life_info dt::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('../img/icn_plus.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: 60px;
  transform: translateY(-50%);
}
.life_info dt.open::after {
  background-image: url('../img/icn_minus.png');
}

.life_info dd {
  display: none;
  background: #fff;
  padding: 30px 60px;
  display: flex;
  justify-content: space-between;
}
.life_info ul {
  width:48.5%;
}
.life_info ul li {
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
font-size:clamp( 12px, calc( 8.444444444444445px + 0.4629629629629629vw ), 14px );
line-height: 1.3;
margin-bottom: 10px;
}
.life_info ul li:last-child {
border-bottom: none;
margin-bottom: 0;
}
.life_info ul li .ls-1px {
letter-spacing: -1px;
}

/*=============================
tab
=============================*/
@media screen and (max-width: 1024px) {



}


/*=============================
spから
=============================*/
@media only screen and (max-width: 767px) {


  /* common */

  .sec_copyL {
    font-size: 18px;
  }
  .sec_copyS {
    font-size: 13px;
    line-height: 2;
    margin: 1.5em 0 0;
  }
  .sec__main-box {
    display: flex;
    flex-direction: column-reverse;
  }
  .sec__main-box--txt {
    padding: 30px 0 0 0;
    margin-bottom: 30px;
  }
  .sec__main-box--txt > * {
    width: 100%;
  }
  .sec__main-box--txt h3 .txt01 {
    font-size: 16px;
    padding-bottom: 8px;
    border-bottom: 8px solid;
    margin-bottom: 20px;
  }
  .sec__main-box--txt h3 .txt02 {
    font-size: 28px;
    margin-bottom: 1em;
  }
  .sec__main-box--txt .copy_jp {
    font-size: 17px;
  }
  .sec__main-box--txt .copy_en {
    font-size: 13px;
    line-height: 1.75;
  }
  .sec__main-box--img {
    width: 95%;
    margin: 30px 0 0 auto;
    position: static!important;
  }
  .sec__Area .bg_wh {
    background: linear-gradient(0deg, #fff, #fff 25%,#eeeceb 25%, #eeeceb);
  }
  .head_copy {
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 20PX;
  }


  /* kobetsu */
  .page__MV .page__MV_txtBOX {
    top: 12%;
    width: 100%;
  }
  .page__MV .page__MV--ttl {
    font-size: 30px;
  }
  .page__MV .page__MV--copy {
    font-size: 14px;
    margin: 1.0em 0 0;
  }


  .head__Area {
    padding: 40px 0;
  }
  .head__Area p {
    font-size: 15px;
  }


  .area__Area {
    margin-bottom: 50px;
  }
  .area__contents01 {
    flex-direction: column;
    margin: 30px auto 60px;
  }
  .area__contents01--txt {
    text-align: center;
    width: 100%;
  }
  .area__contents01--txt span {
    font-size: 19px;
    margin-bottom: 0.75em;
  }
  .area__contents01--txt p {
    font-size: 14px;
    line-height: 1.75;
  }
  .area__contents01--img {
    width: 100%;
  }
  .area__contents01--img figure {
    margin: 30px -3% 0;
  }
  .area__contents02 figure {
    margin: 0 0 20px;
  }
  .area__contents03 {
    margin: 50px 0 0;
    flex-direction: column;
    gap: 20px;
  }
  .area__contents03--txt {
    width: 100%;
  }
  .area__contents03--txt span {
    font-size: 19px;
    margin-bottom: 0.75em;
  }
  .area__contents03--txt p {
    font-size: 13px;
    line-height: 1.75;
  }
  .area__contents03--img {
    width: 100%;
  }
  .area__contents03--img ul {
    gap: 20px;
  }

.food__Area .img__box ul {
  aspect-ratio: 768/1200;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(5, 1fr);
}
.food__Area .img__box .img01 {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}
.food__Area .img__box .img02 {
  grid-column: 2 / 4;
  grid-row: 1 / 3;
}
.food__Area .img__box .img03 {
  background: url(../img/food_img03.jpg) no-repeat center bottom / cover;
  grid-column: 2 / 4;
  grid-row: 4 / 5;
}
.food__Area .img__box .img04 {
  grid-column: 1 / 2;
  grid-row: 4 / 5;
}
.food__Area .img__box .img05 {
  grid-column: 1 / 3;
  grid-row: 3 / 4;
}
.food__Area .img__box .img06 {
  grid-column: 3 / 4;
  grid-row: 3 / 4;
}
.food__Area .img__box .img07 {
  background: url(../img/food_img07.jpg) no-repeat center bottom 35% / cover;
  grid-column: 1 / 4;
  grid-row: 5 / 6;
}
.food__Area .txt__box {
  padding: 8% 5%;
}
.food__Area .txt__box .sec_copyL {
  white-space: nowrap;
}

  .edge__Area {
    margin: 60px 0 60px;
  }
  .edge__Area .sec_copyL {
    padding-bottom: 30px;
  }
  .edge__Area .edge__list {
    flex-wrap: wrap;
    gap: 20px;
  }
  .edge__Area .edge__list li {
    width: calc((100% - 20px) / 2);
  }


  .active__Area {
    margin: 0 0 60px;
  }
  .active__Area .active__list {
    flex-wrap: wrap;
    gap: 20px;
  }
  .active__Area .active__list li {
    width: calc((100% - 20px) / 2);
  }


  .relax__Area {
    margin: 0 0 60px;
  }
  .relax__Area .relax__list {
    flex-wrap: wrap;
    gap: 20px;
  }
  .relax__Area .relax__list li {
    width: calc((100% - 20px) / 2);
  }


  .map__Area {
    margin: 0 0 60px;
  }
  .map__Area .map {
    margin-bottom: 40PX;
  }
  /*.map__Area .map + p {
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 20PX;
  }*/
  .map__Area .loc_item {
    gap: 20px;
  }
  .map__Area .loc_item li {
    width: calc((100% - 20px) / 2);
  }


  .life_info {
    padding: 20px 0 20px;
  }

  .life_info dd {
    padding: 20px 10px;
    flex-direction: column;
  }
  .life_info ul {
    width:100%;
    padding: 0 0 10px;
  }
  .life_info ul li p.small {
    font-size: 90%;
    }
  .life_info dt::after {
    width: 15px;
    height: 15px;
    top: 35px;
  }
}

