@charset "UTF-8";
/* 基本設定 */
/* --------------------------------------------------
	section size
-------------------------------------------------- */
/* 初期設定 */
/* ----------------------------------------------------------------------
サブビジュアル
---------------------------------------------------------------------- */
#sv {
  margin-bottom: 26.9rem;
}
@media screen and (max-width: 520px) {
  #sv {
    margin-bottom: 15rem;
  }
}

/* ----------------------------------------------------------------------
イントロ
---------------------------------------------------------------------- */
#sub-intro02 {
  margin-bottom: 39.9rem;
}
@media screen and (max-width: 520px) {
  #sub-intro02 {
    margin-bottom: 20rem;
  }
}
#sub-intro02 .inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  flex-direction: row-reverse;
  max-width: 148.7rem;
  row-gap: 2rem;
}
#sub-intro02 .inner .txt-box {
  width: 48%;
  font-size: 1.6rem;
  line-height: 2.3125;
  letter-spacing: 0.3em;
  font-weight: 400;
  padding: 0.8em;
  margin-top: 34.5em;
}
#sub-intro02 .inner .txt-box [data=mask] {
  -webkit-mask-image: url(../img/common/mask_breeze.png);
  mask-image: url(../img/common/mask_breeze.png);
  -webkit-mask-size: 0% 120%;
  mask-size: 0% 120%;
  -webkit-mask-position: 0 100%;
  mask-position: 0 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: fit-content;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #sub-intro02 .inner .txt-box {
    width: 54%;
    font-size: 1.4rem;
    margin-top: 24.5em;
  }
}
@media screen and (max-width: 1024px) and (max-width: 520px) {
  #sub-intro02 .inner .txt-box {
    width: 100%;
    font-size: 1.2rem;
    margin-top: 0;
  }
}
#sub-intro02 .inner .txt-box > h3 {
  font-size: 125%;
  line-height: 2.07;
  letter-spacing: 0.3em;
  margin-bottom: 2.8em;
}
#sub-intro02 .inner .txt-box > h3.is-visible {
  animation: mask-over-text 4s 0.6s both;
}
#sub-intro02 .inner .txt-box .txt {
  margin-bottom: 8em;
}
#sub-intro02 .inner .txt-box .txt.is-visible {
  animation: mask-over-text 4s 0.6s both;
}
#sub-intro02 .inner .txt-box .en-txt {
  font-size: 80%;
  letter-spacing: 0.09em;
  line-height: 2.88;
}
#sub-intro02 .inner .txt-box .en-txt.is-visible {
  animation: mask-over-text 4s 0.6s both;
}
#sub-intro02 .inner .img-block {
  width: 42%;
  max-width: 57.84rem;
}
@media screen and (max-width: 520px) {
  #sub-intro02 .inner .img-block {
    width: 100%;
  }
}
#sub-intro02 .inner .img-block .img-box {
  position: sticky;
  top: 15rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
#sub-intro02 .inner .img-block .img-box .intro-slide {
  width: 47.5%;
  height: 79rem;
}
@media screen and (max-width: 1024px) {
  #sub-intro02 .inner .img-block .img-box .intro-slide {
    height: auto;
  }
}
#sub-intro02 .inner .img-block .img-box .intro-slide img {
  max-width: initial;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes mask-over-text {
  0% {
    -webkit-mask-size: 0% 120%;
    mask-size: 0% 120%;
  }
  100% {
    -webkit-mask-size: 300% 200%;
    mask-size: 300% 200%;
  }
}
/* ----------------------------------------------------------------------
黒いブロックの部分
---------------------------------------------------------------------- */
#presen {
  background-color: #313131;
  padding: 35.1rem 0 48.4rem;
  font-size: 1.5rem;
  line-height: 2.5;
  letter-spacing: 0.3em;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #presen {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 840px) {
  #presen {
    padding: 25rem 0 40rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 840px) and (max-width: 520px) {
  #presen {
    padding: 20rem 0 30rem;
    font-size: 1.2rem;
  }
}
#presen .small {
  font-size: 74%;
  letter-spacing: 0.1em;
  opacity: 0.4;
}
#presen .inner {
  max-width: 134.9rem;
}
#presen .inner.block01 {
  margin-bottom: 30rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
@media screen and (max-width: 520px) {
  #presen .inner.block01 {
    margin-bottom: 20rem;
  }
}
#presen .inner.block01 .txt-box {
  width: 45%;
}
@media screen and (max-width: 1024px) {
  #presen .inner.block01 .txt-box {
    width: 54%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 840px) {
  #presen .inner.block01 .txt-box {
    width: 100%;
  }
}
#presen .inner.block01 .txt-box .txt {
  margin-bottom: 2em;
}
#presen .inner.block01 .img-block {
  margin-top: 10rem;
  width: 50%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #presen .inner.block01 .img-block {
    width: 44%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 520px) {
  #presen .inner.block01 .img-block {
    width: 100%;
    margin-top: 4rem;
  }
}
#presen .inner.block01 .img-block .img-box {
  position: relative;
  width: 50vw;
  inset: 0 auto auto 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
@media screen and (max-width: 840px) {
  #presen .inner.block01 .img-block .img-box {
    width: 100vw;
  }
}
#presen .inner.block01 .img-block .img-box span {
  width: 49%;
}
#presen .inner.block01 .img-block .img-box span img {
  max-width: initial;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#presen .inner.block02 {
  margin-bottom: 30rem;
}
#presen .inner.block02 .txt {
  margin-bottom: 1em;
}
#presen .inner.block02 .img-box {
  width: 100%;
  margin-bottom: 1em;
}
@media screen and (max-width: 520px) {
  #presen .inner.block02 .img-box {
    aspect-ratio: 1;
  }
}
#presen .inner.block02 .img-box img {
  max-width: initial;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#presen .inner.block02 .small {
  text-align: right;
}
#presen .inner.shukufuku {
  margin-bottom: 30rem;
}
#presen .inner.shukufuku .vertical {
  font-size: 133%;
  letter-spacing: 0.6em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding-bottom: 3em;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  height: fit-content;
  min-height: 23em;
}
@media screen and (max-width: 840px) {
  #presen .inner.shukufuku .vertical {
    font-size: 110%;
  }
}
#presen .inner.shukufuku .vertical::after {
  content: "";
  display: block;
  width: 1px;
  height: 3em;
  background-color: #fff;
  position: absolute;
  inset: auto 0 0 0;
  margin: 0 auto;
}
#presen .inner.block03 .pre-item {
  margin-bottom: 20em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  row-gap: 4rem;
}
#presen .inner.block03 .pre-item .txt-box {
  width: 55%;
}
@media screen and (max-width: 1024px) {
  #presen .inner.block03 .pre-item .txt-box {
    width: 58%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 840px) {
  #presen .inner.block03 .pre-item .txt-box {
    width: 100%;
  }
}
#presen .inner.block03 .pre-item .img-box {
  width: 38.9%;
}
@media screen and (max-width: 840px) {
  #presen .inner.block03 .pre-item .img-box {
    width: 100%;
  }
}
#presen .inner.block03 .pre-item .img-box img {
  max-width: initial;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#presen .inner.block03 .pre-item:last-child {
  margin-bottom: 0;
}
#presen .inner.block03 .pre-item:nth-child(even) {
  flex-direction: row-reverse;
}

/* ----------------------------------------------------------------------
スティッキーさせるエリア
---------------------------------------------------------------------- */
#sticky-area {
  margin-bottom: 30rem;
  height: 500vh;
}
#sticky-area .img-box {
  margin-top: 20vh;
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
}
#sticky-area .img-box img {
  max-width: initial;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sticky-area .img-box:first-child {
  margin-top: 0;
}

/* ----------------------------------------------------------------------
プラン
---------------------------------------------------------------------- */
#plan {
  margin-bottom: 30rem;
}
@media screen and (max-width: 520px) {
  #plan {
    margin-bottom: 20rem;
  }
}
#plan .inner {
  max-width: 135.6rem;
}
#plan .inner .ttl-box {
  border-bottom: 1px solid #313131;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.09em;
  font-weight: 400;
  margin-bottom: 10.8em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 520px) {
  #plan .inner .ttl-box {
    margin-bottom: 5em;
  }
}
#plan .inner .ttl-box h2 {
  display: inline-block;
  margin-right: 0.6em;
}
#plan .inner .ttl-box p {
  font-size: 70%;
  display: inline-block;
}
#plan .inner .plan-list .plan-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.3em;
  font-weight: 400;
  margin-bottom: 31em;
  row-gap: 13rem;
}
@media screen and (max-width: 1024px) {
  #plan .inner .plan-list .plan-item {
    margin-bottom: 17em;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 840px) {
  #plan .inner .plan-list .plan-item {
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1024px) and (max-width: 840px) and (max-width: 520px) {
  #plan .inner .plan-list .plan-item {
    font-size: 1.2rem;
  }
}
#plan .inner .plan-list .plan-item .txt-box {
  width: 45%;
  padding: 0 4%;
}
@media screen and (max-width: 840px) {
  #plan .inner .plan-list .plan-item .txt-box {
    width: 59%;
    padding: 0 1%;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  #plan .inner .plan-list .plan-item .txt-box {
    width: 100%;
  }
}
#plan .inner .plan-list .plan-item .txt-box .vertical-ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  flex-direction: column;
  width: fit-content;
  line-height: 1;
  margin-bottom: 2em;
}
#plan .inner .plan-list .plan-item .txt-box .vertical-ttl > h4 {
  font-size: 133.3%;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #000;
}
#plan .inner .plan-list .plan-item .txt-box .vertical-ttl > p {
  font-size: 93.33%;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding-left: 0.2em;
}
#plan .inner .plan-list .plan-item .txt-box .en-txt {
  font-size: 93.33%;
  line-height: 1.64;
  margin-top: 3em;
}
@media screen and (max-width: 1024px) {
  #plan .inner .plan-list .plan-item .txt-box .en-txt {
    font-size: 80%;
  }
}
#plan .inner .plan-list .plan-item .img-block {
  width: 53.5%;
  height: 26.9em;
  position: relative;
}
@media screen and (max-width: 840px) {
  #plan .inner .plan-list .plan-item .img-block {
    width: 40%;
    height: 14em;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  #plan .inner .plan-list .plan-item .img-block {
    width: 100%;
  }
}
#plan .inner .plan-list .plan-item .img-block .abs-img {
  width: 100%;
  position: absolute;
}
#plan .inner .plan-list .plan-item .img-block .abs-img img {
  max-width: initial;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#plan .inner .plan-list .plan-item .img-slide {
  width: 55%;
}
@media screen and (max-width: 840px) {
  #plan .inner .plan-list .plan-item .img-slide {
    width: 41%;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  #plan .inner .plan-list .plan-item .img-slide {
    width: 100%;
  }
}
#plan .inner .plan-list .plan-item .img-slide .plan-slide {
  width: 55vw;
  height: 100%;
}
@media screen and (max-width: 520px) {
  #plan .inner .plan-list .plan-item .img-slide .plan-slide {
    width: 100vw;
  }
}
#plan .inner .plan-list .plan-item .img-slide .plan-slide .slick-slide {
  margin-right: 3rem;
  max-width: 36rem;
  width: 33vw;
}
@media screen and (max-width: 520px) {
  #plan .inner .plan-list .plan-item .img-slide .plan-slide .slick-slide {
    margin-right: 1rem;
  }
}
#plan .inner .plan-list .plan-item:nth-child(even) {
  flex-direction: row-reverse;
}
#plan .inner .plan-list .plan-item:nth-child(even) .txt-box .vertical-ttl {
  margin-left: auto;
}
#plan .inner .plan-list .plan-item:nth-child(1) .img-block .abs-img {
  width: 49%;
}
#plan .inner .plan-list .plan-item:nth-child(1) .img-block .abs-img:first-child {
  inset: 0 auto auto 0;
}
#plan .inner .plan-list .plan-item:nth-child(1) .img-block .abs-img:nth-child(2) {
  inset: auto 0 0 auto;
}
#plan .inner .plan-list .plan-item:nth-child(2) .img-block .abs-img {
  aspect-ratio: 1;
}
#plan .inner .plan-list .plan-item:nth-child(2) .img-block .abs-img:first-child {
  width: 52%;
  inset: auto auto 52% 0;
}
#plan .inner .plan-list .plan-item:nth-child(2) .img-block .abs-img:nth-child(2) {
  width: 46%;
  inset: 22% 0 auto auto;
}
#plan .inner .plan-list .plan-item:nth-child(2) .img-block .abs-img:nth-child(3) {
  width: 46%;
  inset: 51% auto auto 6%;
}
#plan .inner .plan-list .plan-item:nth-child(3) .txt-box .txt, #plan .inner .plan-list .plan-item:nth-child(3) .txt-box .en-txt {
  text-align: right;
}
#plan .inner .plan-list .plan-item:nth-child(3) .img-block .abs-img {
  width: 49%;
}
#plan .inner .plan-list .plan-item:nth-child(3) .img-block .abs-img:first-child {
  inset: auto auto 0 0;
}
#plan .inner .plan-list .plan-item:nth-child(3) .img-block .abs-img:nth-child(2) {
  inset: 0 0 auto auto;
}
#plan .inner .plan-list .plan-item:nth-child(4) .img-block .abs-img {
  aspect-ratio: 1;
}
#plan .inner .plan-list .plan-item:nth-child(4) .img-block .abs-img:first-child {
  width: 52%;
  inset: auto auto 52% 0;
}
#plan .inner .plan-list .plan-item:nth-child(4) .img-block .abs-img:nth-child(2) {
  width: 46%;
  inset: 22% 0 auto auto;
}
#plan .inner .plan-list .plan-item:nth-child(4) .img-block .abs-img:nth-child(3) {
  width: 46%;
  inset: 51% auto auto 6%;
}
#plan .inner .plan-list .plan-item:last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------------
料金
---------------------------------------------------------------------- */
#price {
  background-color: #313131;
  padding: 20rem 0;
  color: #fff;
}
#price .inner {
  max-width: 135.6rem;
}
#price .inner .ttl-box {
  border-bottom: 1px solid #fff;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.09em;
  font-weight: 400;
  margin-bottom: 10.8em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 1024px) {
  #price .inner .ttl-box {
    margin-bottom: 7em;
  }
}
#price .inner .ttl-box h2 {
  display: inline-block;
  margin-right: 0.6em;
}
#price .inner .ttl-box p {
  font-size: 70%;
  display: inline-block;
}
#price .inner .price-box {
  margin-bottom: 13rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  row-gap: 4rem;
}
@media screen and (max-width: 520px) {
  #price .inner .price-box {
    margin-bottom: 10rem;
  }
}
#price .inner .price-box .txt-box {
  width: 61%;
  max-width: 66rem;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.3em;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  #price .inner .price-box .txt-box {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.3em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1024px) and (max-width: 840px) {
  #price .inner .price-box .txt-box {
    width: 100%;
    max-width: initial;
  }
}
@media screen and (max-width: 1024px) and (max-width: 840px) and (max-width: 520px) {
  #price .inner .price-box .txt-box {
    font-size: 1.2rem;
  }
}
#price .inner .price-box .txt-box .price-item {
  padding-bottom: 7em;
  margin-bottom: 7em;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 520px) {
  #price .inner .price-box .txt-box .price-item {
    padding-bottom: 5em;
    margin-bottom: 5em;
  }
}
#price .inner .price-box .txt-box .price-item dt {
  font-size: 133%;
  margin-bottom: 1em;
}
#price .inner .price-box .txt-box .price-item dt span {
  display: inline-block;
  font-size: 95%;
  margin-left: 1em;
}
@media screen and (max-width: 520px) {
  #price .inner .price-box .txt-box .price-item dt span {
    margin-left: 0;
  }
}
#price .inner .price-box .txt-box .price-item dd span.small {
  font-size: 86%;
}
#price .inner .price-box .txt-box .price-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
#price .inner .price-box .img-block {
  width: 35%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
@media screen and (max-width: 840px) {
  #price .inner .price-box .img-block {
    width: 100%;
  }
}
#price .inner .price-box .img-block .img-box {
  width: 100%;
  height: 47%;
}
@media screen and (max-width: 840px) {
  #price .inner .price-box .img-block .img-box {
    width: 49%;
    height: auto;
  }
}
#price .inner .price-box .img-block .img-box img {
  max-width: initial;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#price .inner .notice {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.3em;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 520px) {
  #price .inner .notice {
    font-size: 1.1rem;
  }
}
#price .inner .line {
  margin: 20rem 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  #price .inner .line {
    margin: 14rem 0;
  }
}
#price .inner .restaurant {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  row-gap: 10rem;
}
@media screen and (max-width: 520px) {
  #price .inner .restaurant {
    row-gap: 6rem;
  }
}
#price .inner .restaurant .txt-box {
  width: 45%;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.09em;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  #price .inner .restaurant .txt-box {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 840px) {
  #price .inner .restaurant .txt-box {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 840px) and (max-width: 520px) {
  #price .inner .restaurant .txt-box {
    font-size: 1.1rem;
  }
}
#price .inner .restaurant .txt-box .txt {
  font-size: 142.8%;
  letter-spacing: 0.3em;
  margin-bottom: 1em;
}
#price .inner .restaurant .txt-box .viewmore {
  display: block;
  width: 12em;
  margin-top: 30em;
}
@media screen and (max-width: 1024px) {
  #price .inner .restaurant .txt-box .viewmore {
    margin-top: 17em;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  #price .inner .restaurant .txt-box .viewmore {
    margin-top: 7em;
  }
}
#price .inner .restaurant .img-box {
  width: 53%;
}
@media screen and (max-width: 840px) {
  #price .inner .restaurant .img-box {
    width: 100%;
  }
}
#price .inner .restaurant .img-box img {
  max-width: initial;
  width: 100%;
  height: 100%;
  object-fit: cover;
}