@charset "UTF-8";

/* header
---------------------------------------------- */
.site-theme-black .contentMenu__bg {
  background: url(../imgs/img_kv.jpg) center/cover no-repeat;
}

@media screen and (max-width: 768px) {
  .site-theme-black .contentMenu__bg {
    background-image: url(../imgs/img_kv_sp.jpg);
  }
}

.locationSec__copy {
  color: #fff;
  text-align: center;
}
* + .locationSec__copy {
  margin-top: 1.5em;
}

/* pageItem */
.pageItemBody {
  color: #fff;
  margin-top: 20px;
}
.pageItem__name {
  font-size: clamp(14px, 0.71rem + 0.35vw, 18px);
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.pageItem__name .small {
  display: block;
  font-size: 11px;
  letter-spacing: 0.1em;
  margin-top: 3px;
}
.pageItem__name .small--ib {
  display: inline-block;
}
.pageItem__name .medium {
  display: block;
  font-size: max(9px, 75%);
  letter-spacing: 0.1em;
  margin-top: 3px;
}
.pageItem__text {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
}
* + .pageItem__text {
  margin-top: 1.5em;
}

@media screen and (max-width: 768px) {
  .container {
    overflow-x: hidden;
  }

  * + .locationSec__copy {
    margin-top: 1em;
  }

  .pageItemBody {
    margin-top: 10px;
  }
  .pageItem__text {
    font-size: 13px;
  }
  * + .pageItem__text {
    margin-top: 1em;
  }

  .pageItem__name .small {
    font-size: 9px;
  }

  .sectionMainImg + * {
    margin-top: 40px;
  }
}

/* comfort
---------------------------------------------- */
.comfort {
  padding-top: 160px;
}

.comfort .sectionBoxBody {
  column-gap: 4%;
  justify-content: center;
}

/* locationMovie */
.locationMovie {
  margin-top: 180px;
  position: relative;
  z-index: 0;
}
.locationBox {
  width: calc(700 / 1920 * 100%);
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.locationBox__title {
  font-size: 22px;
  letter-spacing: 0.34em;
  text-align: center;
}
.locationBox__copy {
  font-size: clamp(18px, 0.54rem + 1.22vw, 32px);
  letter-spacing: 0.05em;
  margin-top: 1.5em;
  padding-block: 1em;
}
.locationBox__copy::before,
.locationBox__copy::after {
  height: 30%;
}
.locationBox__imgBox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(40 / 700 * 100%);
  margin-top: 60px;
}
.locationMovieBox {
  margin-top: 30px;
}

/* imgSlider */
.imgSliderArea {
  padding-block: 160px;
}
.imgSlider {
  display: flex;
  column-gap: 20px;
  overflow: hidden;
}
.imgSliderWrap {
  animation: horizontal-animation 60s linear infinite;
}
.imgSlider__img {
  height: 480px;
}
.imgSlider__img img {
  width: auto;
  height: 100%;
  max-width: none;
}

.imgSlider__caption {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: .5em;
  max-width: 1200px;
  margin-top: 1em;
}
.imgSlider__caption > li {
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #fff;
}

@keyframes horizontal-animation {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@media screen and (max-width: 768px) {
  .comfort {
    padding-top: 50px;
  }

  .comfort .sectionBoxBody {
    column-gap: 15%;
  }

  /* locationMovie */
  .locationMovie {
    margin-top: 70px;
  }
  .locationBox {
    width: calc(300 / 375 * 100%);
  }
  .locationBox__title {
    font-size: 20px;
    letter-spacing: 0.26em;
  }
  .locationBox__copy {
    line-height: 2;
    margin-top: 2em;
  }
  .locationBox__imgBox {
    gap: calc(20 / 300 * 100%);
    margin-top: 40px;
  }
  .locationMovieBox {
    margin-top: 20px;
  }

  /* imgSlider */
  .imgSliderArea {
    padding-block: 60px;
  }
  .imgSlider {
    column-gap: 10px;
  }
  .imgSliderWrap {
    animation-duration: 30s;
  }
  .imgSlider__img {
    height: 432px;
  }

  .imgSlider__caption > li {
    font-size: 10px;
  }
}

/* locationSec
---------------------------------------------- */
.locationSec {
  padding-bottom: 120px;
}
.locationSecBox {
  margin-top: 100px;
}
/* shop */
.shopWrap {
  display: grid;
  grid-template-columns: calc(700 / 1400 * 100%) 1fr;
  column-gap: calc(60 / 1400 * 100%);
}
.shopRightList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px calc(40 / 640 * 100%);
}

/* gourmet */
.gourmetWrap + .gourmetWrap {
  margin-top: 120px;
}
.gourmetWrap01 {
  display: grid;
  grid-template-columns: calc(640 / 1400 * 100%) 1fr;
  column-gap: calc(80 / 1400 * 100%);
}
.gourmetWrap01 .gourmetBody__img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: calc(40 / 680 * 100%);
}

.gourmetWrap02 {
  display: grid;
  grid-template-columns: 1fr calc(640 / 1400 * 100%);
  column-gap: calc(80 / 1400 * 100%);
}
.gourmetWrap02 .gourmetBody {
  grid-area: 1/1/2/2;
}
.gourmetWrap02 .gourmetBody__img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: calc(40 / 680 * 100%);
}

.gourmetWrap03 {
  display: grid;
  grid-template-columns: calc(640 / 1400 * 100%) 1fr;
  column-gap: calc(80 / 1400 * 100%);
}
.gourmetWrap03 .gourmetBody__img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: calc(40 / 680 * 100%);
}

.gourmetWrap04Box .pageItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  column-gap: calc(120 / 1400 * 100%);
}
.gourmetWrap04Box .pageItemBody {
  margin-top: 0;
  padding-left: 5%;
}

/* education */
.educationWrap01 {
  padding-inline: calc(50 / 1400 * 100%);
}
.educationWrap01 .educationLarge {
  width: calc(680 / 1300 * 100%);
}
.educationWrap01 .educationLarge:nth-child(2) {
  margin-top: -36%;
  margin-left: auto;
}

.educationWrap02 {
  margin-top: 70px;
}

.educationWrap02Box01 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  row-gap: 30px;
}

.educationWrap02Box01Head {
  width: calc(700 / 1400 * 100%);
}

.educationWrap02Box01Body {
  width: calc(640 / 1400 * 100%);
}
.educationWrap02Box01Body .pageItem {
  width: calc(340 / 640 * 100%);
}
.educationWrap02Box01Body .pageItem:nth-child(2) {
  margin-top: -16%;
  margin-left: auto;
}

.educationWrap02List {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px calc(40 / 980 * 100%);
  max-width: 980px;
  margin-top: 80px;
  margin-inline: auto;
}

/* medical */
.medicalWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: calc(80 / 1400 * 100%);
}

/* rank */
.rank {
  margin-bottom: 140px;
}

.rankBox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: calc(110 / 800 * 100%);
  max-width: 800px;
  margin-top: 100px;
  margin-inline: auto;
}

.rank__note {
  max-width: 800px;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.67;
  margin-top: 1em;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .locationSec {
    padding-bottom: 50px;
  }
  .locationSecBox {
    margin-top: 40px;
  }
  /* shop */
  .shopWrap {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  .shopRightList .pageItem__name {
    font-size: 12px;
    line-height: 1.8;
  }

  /* gourmet */
  .gourmetWrap + .gourmetWrap {
    margin-top: 60px;
  }
  .gourmetWrap01 {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .gourmetWrap02 {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .gourmetWrap02 .gourmetBody {
    grid-area: revert;
  }

  .gourmetWrap03 {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .gourmetWrap04Box .pageItem {
    flex-direction: column;
    row-gap: 10px;
  }
  .gourmetWrap04Box .pageItemBody {
    padding-left: 0;
  }

  /* education */
  .educationWrap .pageItem__name {
    font-size: 12px;
  }
  .educationWrap01 {
    padding-inline: 0;
  }
  .educationWrap01 .educationLarge {
    width: calc(196 / 320 * 100%);
  }
  .educationWrap01 .educationLarge:nth-child(2) {
    margin-top: -30%;
  }

  .educationWrap02 {
    margin-top: 30px;
  }

  .educationWrap02Box01 {
    flex-direction: column;
  }

  .educationWrap02Box01Head {
    width: 100%;
  }

  .educationWrap02Box01Body {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .educationWrap02Box01Body .pageItem {
    width: calc(150 / 320 * 100%);
  }
  .educationWrap02Box01Body .pageItem:nth-child(2) {
    margin-top: 0;
  }

  .educationWrap02List {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px calc(20 / 320 * 100%);
    max-width: 400px;
    margin-top: 30px;
  }

  /* medical */
  .medicalWrap .pageItem__name {
    font-size: 12px;
  }

  /* rank */
  .rank {
    width: 100%;
    margin-bottom: 50px;
  }

  .rankBox {
    column-gap: calc(20 / 300 * 100%);
    max-width: 400px;
    margin-top: 20px;
  }

  .rank__note {
    max-width: 400px;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 2;
    margin-top: 2em;
  }
}


/* lifeinfo
---------------------------------------------- */
.lifeInfoWrap {
  display: grid;
  grid-template-columns: calc(640 / 1080 * 100%) 1fr;
  max-width: 1080px;
  margin-top: 60px;
}

.lifeInfoTab {
  grid-area: 1/1/1/3;
}
.lifeInfoTab__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: calc(100% / 6);
  color: #c8bb9b;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding: 1.5em .2em;
  text-align: center;
  transition: 0.4s ease-in-out;
  z-index: 0;
}
.lifeInfoTab__btn.active,
.lifeInfoTab__btn:hover {
  color: #fff;
}
.lifeInfoTab__btn + .lifeInfoTab__btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: rgb(176 172 169 / .5);
  transition: 0.4s ease-in-out;
  z-index: 1;
}

#map {
  grid-area: 2/1/3/2;
  position: relative;
  height: 500px;
}
.lifeInfoBody {
  grid-area: 2/2/3/3;
  height: 500px;
  background-color: #fff;
}
.lifeInfoBody__inner {
  height: 100%;
  padding-block: 10px;
  overflow-y: auto;
}
.lifeInfoList {
  display: none;
  position: relative;
}
.lifeInfoList.active {
  display: block;
  animation: lifeinfolist 0.5s;
}
@keyframes lifeinfolist {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.lifeInfoList__list {
}
.lifeInfoList__btn {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border-bottom: 1px solid #231815;
  cursor: pointer;
  padding: 1em 2em;
  text-align: left;
}
.lifeInfoList__list > li:last-child .lifeInfoList__btn {
  border-bottom: none;
}
.lifeInfoList__list > li .num {
  position: absolute;
  top: .8em;
  width: 20px;
  aspect-ratio: 1;
  background: #978236;
  color: #fff;
  font-family: "Cormorant Infant", serif;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
}
.lifeInfoList__list > li .txt {
  display: block;
  padding-left: 1.8em;
}
.lifeInfoList__list > li .name {
  display: block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.lifeInfoList__list > li .name .small {
  font-size: 10px;
}
.lifeInfoList__list > li .time {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-top: 0.3em;
}

@media screen and (max-width: 768px) {
  .lifeInfoWrap {
    display: block;
    width: 100vw;
    margin-top: 30px;
    margin-inline: calc(50% - 50vw);
  }

  .lifeInfoTab {
  }
  .lifeInfoTab__btn {
    width: calc((100% / 3));
    height: 50px;
    font-size: 12px;
    border-right: 1px solid rgb(176 172 169 / .5);
  }
  .lifeInfoTab__btn:nth-child(n - 4) {
    border-bottom: 1px solid rgb(176 172 169 / .5);
  }
  .lifeInfoTab__btn:nth-child(3n) {
    border-right: none;
  }
  .lifeInfoTab__btn + .lifeInfoTab__btn::before {
    content: none;
  }

  #map {
    height: 300px;
  }

  .lifeInfoBody {
    height: 275px;
  }
}