@charset "UTF-8";

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}

.sp {
  display: block;
}
.pc {
  display: none;
}

.img-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5%;
}

/* mv */
.mv {
  padding-bottom: 30px;
  position: relative;
}
.mv-img {
  width: 100%;
  display: flex;
  justify-content: center;
}
.mv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* モーダル */
.p-modal__wrap {
  border-radius: 20px 20px 0 0;
}
.p-modal__wrap .c-card-heading {
  background-color: #fe705e;
  color: #fff;
  text-align: center;
  padding: var(--space-6);
}
.p-modal__wrap .c-card-heading._hotspring {
  background-color: #ad5aed;
  color: #fff;
}

.modal-contents__wrap {
  padding: var(--space-6) var(--space-4\.5);
}
.p-modal__inner {
  padding: 0;
  border-radius: 0 0 20px 20px;
}
.c-dl ._gap-y1 {
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0;
  background-image: linear-gradient(to right, var(--color-gray-50));
}
.c-dl ._gap-y1:nth-child(1) {
  border-top: solid 2px #d7d7d7;
}
.c-dl ._gap-y1:nth-child(1) ._full {
  border-bottom: solid 2px #d7d7d7;
}
.c-dl ._gap-y1:nth-child(2) ._full {
  border-bottom: solid 2px #d7d7d7;
}
.c-dl ._gap-y1:nth-child(3) {
  border-bottom: solid 2px #d7d7d7;
}
.u-text-lg {
  background-color: #ffe4e1;
  font-weight: bold;
  /* width: 178px; */
  flex-grow: 2;
  padding: var(--space-8);
  max-width: 110px;
  font-size: var(--text-md) !important;
  white-space: nowrap;
}
.u-text-lg._accordion {
  background-color: #f0eade;
}
.c-dl > div {
  background-image: none;
  --gap-x: 0;
}
.c-dl > div._gap-y1 {
  grid-gap: 0;
  gap: 0;
}
._full {
  font-size: var(--text-lg-2);
  font-weight: bold;
  padding: var(--space-8);
  border-bottom: solid 2px #d7d7d7;
  flex-grow: 8;
  font-size: var(--text-md) !important;
  white-space: nowrap;
}
.c-dl ._full:last-child {
  border: none;
}
.c-modal-thumb-button__icon._left {
  left: 16px;
}
.c-image._rect {
  border-radius: 20px;
}

/* end モーダル */

/* about */
.about {
  padding-bottom: 40vw;
  background: url(/assets/images/monolith/about_bg_deco02.webp);
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: bottom -50px right;
}
/** about-slider */
.about-slider {
  display: flex;
  justify-content: flex-start;
  height: 34vw;
}
.about-sliderList {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 10px;
  width: auto;
  height: 100%;
  flex: 0 0 auto;
  padding: 0 5px;
}
.about-sliderList li {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.3));
  max-width: 265px;
  max-height: 180px;
}
.about-sliderList li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.about-sliderList._active:nth-child(1) {
  animation: roop1 120s -60s infinite linear;
}
.about-sliderList._active:nth-child(2) {
  animation: roop2 120s infinite linear;
}

@keyframes roop1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes roop2 {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-200%);
  }
}

/** about-lead */
.about-lead {
  margin-top: -4%;
  padding: 11% 0 57.52%;
  background-image: url(/assets/images/monolith/about_lead_img.webp);
  background-color: #6bc0f7;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  color: #fff;
}
/* spの際の上のぼかし */
.about-lead-txt::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 90%;
  bottom: -94%;
  left: 0;
  pointer-events: none;
  background: linear-gradient(to top, rgba(104, 199, 237, 0) 0%, #6bc0f7 100%);
}
.about-logo {
  margin: 0 auto;
}
.about-lead-ttl {
  font-size: var(--text-4xl-2);
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: -0.02em;
  line-height: 1.5;
  text-align: center;
  margin: 20px 0;
}
.about-lead-txt {
  padding: 0 5.5%;
  font-size: var(--text-lg);
  font-feature-settings: "palt";
  letter-spacing: -0.04em;
  position: relative;
}
/** about-detail */
.about-detail {
  display: flex;
  flex-direction: column;
  background: url(/assets/images/monolith/about_bg_deco01.webp);
  background-size: 139px;
  background-repeat: no-repeat;
  background-position: top 5px right;
}
.about-detail-item {
  width: fit-content;
  display: flex;
  flex-direction: column;
  margin-top: 5.5%;
  position: relative;
}
.about-detail-item-img {
  width: 39.8%;
  height: 44.8vw;
  position: relative;
}
.about-detail-item._01 .about-detail-item-imgR {
  position: absolute;
  top: 3%;
  left: 45%;
}
.about-detail-item._02 {
  align-items: end;
  margin-left: auto;
}
.about-detail-item._02 .about-detail-item-imgL {
  position: absolute;
  top: -2%;
  left: 15%;
}
.about-detail-item-txt {
  width: 89.3%;
  margin-top: -30px;
  padding: 45px 25px 15px 20px;
  border-radius: 0 10px 10px 0;
  background: #f0eade;
  font-size: var(--text-md);
  font-feature-settings: "palt";
  letter-spacing: -0.02em;
}
.about-detail-item-txt > .pl20 {
  padding-left: 0;
}
._02 .about-detail-item-txt {
  border-radius: 10px 0 0 10px;
}
.about-detail-item-txt ._notice {
  color: #666;
  font-size: var(--text-2xs);
}
/** about-notice */
.about-notice {
  width: 90%;
  height: 150px;
  margin: 50px auto 0px;
  padding: 15px;
  border: 1px solid #a0a4a8;
  border-radius: 4px;
  background: #fff;
  overflow: scroll;
}
.about-notice-ttl {
  padding-bottom: 5px;
  font-size: var(--text-lg);
  font-weight: bold;
  text-align: center;
}
.about-notice-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.about-notice-item {
  display: flex;
  flex-direction: column;
  font-size: var(--text-md);
}
.about-notice-date {
  font-weight: bold;
  letter-spacing: -0.02em;
}

/* section-contents 共通のスタイル */
.top-deco {
  position: absolute;
  z-index: 10;
}
.section-contents {
  width: 100%;
  padding-bottom: 40vw;
}
.section-contents .ttl {
  margin-top: 10px;
  font-size: var(--text-5xl);
  line-height: 1;
  font-feature-settings: "palt";
  text-align: center;
}
.section-contents .sub-ttl {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin: 40px auto 20px;
  font-size: var(--text-4xl);
  font-feature-settings: "palt";
  line-height: 1.1;
  text-align: center;
}

.detail {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.detail-item {
  display: flex;
  flex-direction: column;
  gap: 35px;
  width: 91%;
  padding: 20px 0;
  border-radius: 0 10px 10px 0;
  background: #fff;
  position: relative;
}
.detail-item:nth-child(2n) {
  align-items: end;
  margin-left: auto;
  border-radius: 10px 0 0 10px;
}
.detail._reverse .detail-item {
  align-items: end;
  margin-left: auto;
  border-radius: 10px 0 0 10px;
}
.detail._reverse .detail-item:nth-child(2n) {
  align-items: start;
  margin-left: 0;
  border-radius: 0 10px 10px 0;
}
.detail._center .detail-item {
  align-items: center;
  width: 83%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px 10px 10px 10px;
}
.detail-item-ttl,
.detail-item-txt {
  width: 100%;
  margin: 0;
  padding: 0 20px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: -0.02em;
}
.detail-item-txt.mt-10 {
  margin-top: -10px;
}
.detail-item-ttl {
  font-size: var(--text-lg);
  margin: -5px 0 -15px;
}
.detail-item-txt {
  font-size: var(--text-md);
  font-weight: normal;
}
.detail-item-deco {
  filter: drop-shadow(0 12px 10px rgba(0, 0, 0, 0.08));
  position: absolute;
}
.detail-btn {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 0 !important;
}
.section-contents > .detail-btn {
  margin-top: 40px !important;
}
.section-contents .c-button-main {
  color: #fff;
}
.section-contents .c-button-main__icon {
  fill: #fff;
}
.section-contents .accordion {
  width: 90%;
  max-width: 1200px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}
.section-contents .accordion._first {
  margin-top: 60px;
}
.section-contents .accordion-btn {
  position: relative;
}
.section-contents .accordion-ttl {
  width: 100%;
  padding-left: 15px;
}
.section-contents .accordion-icon {
  position: absolute;
  right: 20px;
}
.section-contents .accordion-contents {
  padding-left: 20px;
  padding-right: 20px;
  font-feature-settings: "palt";
}
.section-contents .accordion-contents > :first-child {
  margin-top: 0 !important;
}
.section-contents .accordion-contents > :nth-child(n + 2) {
  margin-top: 20px !important;
}
.section-contents .accordion-contents-img {
  overflow: hidden;
  border-radius: 10px;
}
.wave {
  width: 100%;
}
._left .detail-item-img._01,
._right .detail-item-img._01 {
  width: 104%;
  height: 57.3vw;
}
._left .detail-item-img._01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 5% 5% 0;
}
._right .detail-item-img._01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5% 0 0 5%;
}

/* room */
.room {
  position: relative;
  margin-top: -100px;
}
.room .top-deco._01 {
  width: 150px;
  top: -32px;
  right: 65%;
}
.room .top-deco._02 {
  width: 76px;
  position: static;
  margin: 0 auto;
}
.room .section-contents {
  background-color: #f0eade;
  background-image: url(/assets/images/monolith/section_contents_bg_pattern01.webp);
  background-size: 100%;
  background-repeat: repeat;
}
.section-contents .ttl,
.section-contents .sub-ttl {
  color: #434343;
}
.room .section-contents .sub-ttl::before,
.room .section-contents .sub-ttl::after {
  display: block;
  content: "";
  width: 30px;
  height: 32px;
  background: url(/assets/images/virport/room_sub_ttl_deco.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.room .detail-item:nth-child(1) .detail-item-img._01,
.room .detail-item:nth-child(2) .detail-item-img._01 {
  width: 104%;
  height: 57.3vw;
}
.room .detail-item:nth-child(1) .detail-item-img._01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 5% 5% 0;
}
.room .detail-item:nth-child(2) .detail-item-img._01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5% 0 0 5%;
}
.room .c-button-main {
  background: #cba354;
}
.room .detail-item .detail-item-deco._01 {
  width: 215px;
  top: -36%;
  left: -40%;
}
.room .detail-item._welcome .detail-item-deco._01 {
  display: none;
}
/* 追加した要素保留 */
.room .detail-item:nth-child(1) .detail-item-deco._01 {
  width: 110px;
  top: 34%;
  left: 83%;
}
.room .detail-item:nth-child(1) .detail-item-deco._02 {
  width: 122px;
  top: 54%;
  left: -11%;
}
.room .detail-item:nth-child(2) .detail-item-deco._01 {
  width: 88px;
  top: -3%;
  left: 75%;
}
.room .detail-item:nth-child(2) .detail-item-deco._02 {
  width: 104px;
  top: 20%;
  left: -17%;
}
.room .detail-item:nth-child(3) .detail-item-deco {
  width: 110px;
  top: -1%;
  right: 73%;
}
.room .detail-item:nth-child(4) .detail-item-deco._01 {
  width: 93px;
  top: -8%;
  left: 69%;
}
.room .detail-item:nth-child(4) .detail-item-deco._02 {
  width: 122px;
  top: 30%;
  left: -13%;
}
._left .detail-item-img._03 {
  width: 52.8%;
  height: 44.8vw;
  margin-left: 22px;
}
._right .detail-item-img._03 {
  width: 40.8%;
  height: 44.8vw;
  margin-left: 22px;
}
._left .detail-item-imgR._03 {
  width: 40.8%;
  height: 44.8vw;
  position: absolute;
  top: 75vw;
  left: 57%;
}
._right .detail-item-imgL._03 {
  width: 52.8%;
  height: 44.8vw;
  position: absolute;
  top: 69vw;
  left: -10%;
}
.detail-item-img._03._reverse {
  margin-right: 22px;
}
.detail-item-img._03._left._small,
.detail-item-img._04._left._small {
  width: 44%;
  height: 44.8vw;
}
.detail-item-imgL._03._left._small {
  position: absolute;
  top: 35%;
  left: 6%;
  margin-left: 0;
}
.detail-item-imgL._04._left._small {
  position: absolute;
  top: 69vw;
  left: 6%;
}
/* .room .detail-item-txt {
  margin-top: 20px;
} */

.room .accordion-contents div:first-child {
  width: 100%;
  height: 48vw;
}
.room .accordion-contents div:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/* meal */
.meal {
  position: relative;
  margin-top: -100px;
}
.meal .section-contents .sub-ttl:nth-child(4) {
  margin: 65px auto 20px;
}
.meal .top-deco._01 {
  width: 127px;
  top: -32px;
  left: 73%;
}
.meal .top-deco._02 {
  width: 76px;
  position: static;
  margin: 0 auto;
}
.meal .section-contents {
  background-color: #d2dfc2;
  background-image: url(/assets/images/monolith/section_contents_bg_pattern02.webp);
  background-size: 100%;
  background-repeat: repeat;
}
.meal .section-contents .sub-ttl::before,
.meal .section-contents .sub-ttl::after {
  display: block;
  content: "";
  width: 30px;
  height: 32px;
  background: url(/assets/images/monolith/meal_sub_ttl_deco.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.meal .detail-item:nth-child(1) .detail-item-img._02 {
  width: 98%;
}
.meal .detail-item:nth-child(2) .detail-item-img._01 {
  width: 104%;
}
.meal .detail-item:nth-child(1) .detail-item-img._02 {
  width: 104%;
}
.meal .detail-item:nth-child(2) .detail-item-deco {
  width: 136px;
  top: 28%;
  right: -18%;
}
/* .meal .detail .detail-item:last-child .detail-item-deco._01 {
  width: 136px;
  top: 28%;
  right: -18%;
} */

/* お食事会場　イラスト */
.meal .detail-item._venue._right .detail-item-deco._01 {
  width: 262px;
  top: -31%;
  right: -10%;
}

.meal .detail-item:nth-child(1) .detail-item-imgR._03 {
  top: 77vw;
  left: 57%;
}

.meal .c-button-main {
  background: #84a25f;
}
.meal .detail-item._venue:nth-child(1) .detail-item-txt .businesshours-list {
  border-top: solid 2px #d7d7d7;
  border-bottom: solid 2px #d7d7d7;
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.meal
  .detail-item._venue:nth-child(1)
  .detail-item-txt
  .businesshours-list
  > li:first-child {
  font-size: var(--text-lg-2);
  font-weight: bold;
  background-color: #fce9c0;
  padding: var(--space-8) var(--space-4);
}
.meal
  .detail-item._venue:nth-child(1)
  .detail-item-txt
  .businesshours-list
  > li:last-child {
  font-size: var(--text-md) !important;
  font-weight: bold;
  flex-grow: 1;
  text-align: center;
}
.meal .detail-item._venue:nth-child(1) .detail-item-txt > p {
  padding-top: var(--space-4);
}
.p-toggle__contents .sample-additional-text {
  display: none;
}
.p-toggle__contents.is-open .sample-additional-text {
  display: block;
}
.meal .detail-item._venue {
  align-items: end;
  margin-left: auto;
  border-radius: 10px 0 0 10px;
}
/* お料理のご案内　イラスト */
.meal .detail-item._left .detail-item-deco._01 {
  width: 116px;
  top: 25%;
  right: -13%;
}
.meal .detail-item:nth-child(1) .detail-item-deco._02 {
  width: 136px;
  top: 28%;
  right: -18%;
}
/* お食事会場　イラスト（食べ物） */
.meal .detail-item._venue:nth-child(1) .detail-item-deco._01 {
  width: 66px;
  top: -5%;
  right: 91%;
}
/* お食事会場　イラスト（人） */
.meal .detail-item._venue:nth-child(1) .detail-item-deco._02 {
  width: 136px;
  top: 39%;
  right: -14%;
}
/* hotspring */
.hotspring {
  position: relative;
  margin-top: -100px;
}
.hotspring .top-deco._01 {
  width: 138px;
  position: static;
  margin: 0 auto;
}

.hotspring .top-deco._02 {
  width: 138px;
  top: -30px;
  right: 72%;
}
.hotspring .section-contents {
  background-color: #fff0d3;
  background-image: url(/assets/images/monolith/section_contents_bg_pattern03.webp);
  background-size: 100%;
  background-repeat: no-repeat;
}
.hotspring .detail-item:nth-child(1) .detail-item-img._01 {
  width: 104%;
}
.hotspring .detail-item:nth-child(1) .detail-item-imgR._03 {
  top: 75vw;
  left: 57%;
}
.hotspring .detail-item:nth-child(3) .detail-item-imgR._03 {
  top: 76vw;
}
.hotspring .detail-item:nth-child(1) .detail-item-img._02 {
  width: 98%;
  margin-top: -10px;
  margin-left: 20px;
}
.hotspring .detail-item:nth-child(1) .detail-item-deco._01 {
  width: 97px;
  top: -2%;
  right: -12%;
}
/* ココナッツ */
.hotspring .detail-item:nth-child(1) .detail-item-deco._02 {
  width: 85px;
  top: 48vw;
  left: 2%;
}
/* 草と花 */
.hotspring .detail-item:nth-child(1) .detail-item-deco._03 {
  width: 97px;
  top: 50%;
  right: -14%;
}
.hotspring .detail-item:nth-child(2) .detail-item-deco._01 {
  width: 88px;
  top: 0%;
  right: 86%;
}
/* ココナッツと草 */
.hotspring .detail-item:nth-child(2) .detail-item-deco._02 {
  width: 116px;
  top: 54%;
  right: -12%;
}
.hotspring .detail-item:nth-child(3) .detail-item-deco._01 {
  width: 189px;
  top: 30%;
  left: -30%;
}
/* 花と草 */
.hotspring .detail-item:nth-child(3) .detail-item-deco._02 {
  width: 97px;
  top: 54%;
  right: -15%;
}

.hotspring .c-button-main {
  background: #e0ab45;
}
/* facility */
.facility {
  position: relative;
  margin-top: -100px;
}
.facility .top-deco._01 {
  width: 95px;
  position: static;
  margin: 0 auto;
}
.facility .top-deco._02 {
  width: 171px;
  top: -32px;
  left: 67%;
}
.facility .section-contents {
  background-color: #dfe2cc;
  background-image: url(/assets/images/monolith/section_contents_bg_pattern04.webp);
  background-size: 100%;
  background-repeat: no-repeat;
}
.facility .section-contents .sub-ttl::before,
.facility .section-contents .sub-ttl::after {
  display: block;
  content: "";
  width: 30px;
  height: 32px;
  background: url(/assets/images/monolith/facility_sub_ttl_deco.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.facility .detail-item .detail-item-imgR._03 {
  top: 74vw;
}
.facility .detail-item:nth-child(1) .detail-item-deco._01 {
  width: 183px;
  top: -8%;
  right: 89%;
}
.facility .detail-item:nth-child(1) .detail-item-deco._02 {
  width: 89px;
  top: 53%;
  right: -6%;
}
.facility .detail-item._shop .detail-item-deco._01 {
  width: 120px;
  top: -2%;
  right: 79%;
}
.facility .detail-item._shop .detail-item-deco._02 {
  width: 117px;
  top: 32%;
  right: -16%;
}
.facility .detail-item._right {
  align-items: end;
  margin-left: auto;
  border-radius: 10px 0 0 10px;
}

.facility .section-contents .c-button-main {
  background-color: #9ba659;
}
.l-col._col-12 {
  margin: 0 auto;
}
/* information */
.information {
  position: relative;
  margin-top: -100px;
}
.information .top-deco._01 {
  width: 166px;
  position: static;
  margin: 0 auto;
}
.information .top-deco._02 {
  width: 168px;
  top: -36px;
  right: 72%;
}
.information .section-contents {
  background-color: #f8dcd4;
  background-image: url(/assets/images/monolith/information_bg_deco01.webp),
    url(/assets/images/monolith/section_contents_bg_pattern05.webp);
  background-size: 227px, 100%;
  background-repeat: no-repeat;
  background-position: left bottom 0px, center top 25px;
  padding-bottom: 34.5%;
}
.information .section-contents .sub-ttl::before,
.information .section-contents .sub-ttl::after {
  display: block;
  content: "";
  width: 30px;
  height: 32px;
  background: url(/assets/images/monolith/information_sub_ttl_deco.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.information .detail._center .detail-item {
  padding-top: 0;
}
.information .detail .detail-item:nth-child(1) .detail-item-img._01 {
  width: 107.5%;
}
.information .detail .detail-item:nth-child(1) .detail-item-deco._01 {
  width: 107px;
  top: -2%;
  right: -22%;
}
.information .detail .detail-item:nth-child(1) .detail-item-deco._02 {
  width: 115px;
  top: 30%;
  left: -16%;
}
.information .c-button-main {
  background: #d3684a;
}

/** information-slider */
.information-slider {
  display: flex;
  justify-content: flex-start;
  height: 34vw;
  margin-top: 75px;
}
.information-sliderList {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 10px;
  width: auto;
  height: 100%;
  flex: 0 0 auto;
  padding: 0 5px;
}
.information-sliderList li {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.3));
  max-width: 270px;
  max-height: 180px;
}
.information-sliderList li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5%;
}
.information-sliderList._active:nth-child(1) {
  animation: roop1 120s -60s infinite linear;
}
.information-sliderList._active:nth-child(2) {
  animation: roop2 120s infinite linear;
}

/* 関連情報 */
.relatedInfo {
  border-bottom: 1px solid #d7d7d7;
  position: relative;
  background-color: #fff;
}
.relatedInfo-ttl {
  position: absolute;
  top: -27vw;
  left: 0;
}
.relatedInfo-list {
  padding: 20px 20px 0;
}

.p-footer:before {
  display: none;
}

/* モーダル・アコーディオン */
.modal-table {
  width: 100%;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  border-collapse: collapse;
  margin-top: 4vw;
}
/* .modal-table > tbody {
} */
.modal-table .row {
  padding: var(--space-7) 0;
}
.modal-table > tbody > tr > th {
  width: 26%;
  text-align: center;
  background-color: #ffe4e1;
}
.modal-table > tbody > tr > td {
  width: 73%;
  text-align: left;
}

tbody > tr > td {
  border-bottom: 1px solid #d7d7d7;
}

tbody > tr:last-child > td {
  border-bottom: none;
  padding: 32px 17px;
}

tbody > tr > th {
  border-bottom: 1px solid #fff;
}

tbody > tr:last-child > th {
  border-bottom: none;
}
@media screen and (min-width: 500px) {
  .detail-item-imgL._03._left._small {
    top: 65vw;
  }
  ._left .detail-item-imgR._03 {
    top: 71vw;
  }
  .detail-item-imgL._04._left._small,
  ._right .detail-item-imgL._03 {
    top: 66vw;
  }
  .hotspring .detail-item:nth-child(1) .detail-item-imgR._03,
  .hotspring .detail-item:nth-child(3) .detail-item-imgR._03 {
    top: 72vw;
  }
  .meal .detail-item:nth-child(1) .detail-item-imgR._03 {
    top: 70vw;
  }
  .facility .detail-item .detail-item-imgR._03 {
    top: 68vw;
  }
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .about {
    background: url(/assets/images/monolith/about_bg_deco_pc.webp);
    background-size: 99%;
    background-repeat: no-repeat;
    background-position: top min(48vw, 700px) center;
    padding-bottom: 470px;
  }

  .about-slider {
    height: 12.2vw;
    position: relative;
    z-index: 10;
  }
  .about-sliderList {
    column-gap: 16px;
    padding: 0 8px;
  }
  .about-lead {
    margin-top: -2.8%;
    padding: 0;
    background: #58acdf;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .about-logo img {
    margin: 0;
  }
  .about-lead-wrapper {
    display: flex;
    column-gap: 2cqb;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding-right: 20px;
  }
  .about-lead-wrapper div:first-of-type {
    width: 48%;
  }
  .about-lead-img {
    height: 422px;
    position: relative;
  }
  .about-lead-img::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    pointer-events: none;
    right: -3%;
    background: #58acdf;
    filter: blur(7px);
  }
  .about-lead-img img {
    width: auto;
    height: 100%;
    object-fit: cover;
  }
  /* spの際の上のぼかし */
  .about-lead-txt::after {
    display: none;
  }
  .about-logo {
    padding-top: 5.12vw;
    margin: 0;
  }
  .about-lead-ttl {
    text-align: left;
    letter-spacing: -2px;
    margin-top: 1.9vw;
    margin-top: 1.1vw;
    font-size: clamp(2.2rem, 1.2rem + 1.5vw, 3.6rem);
  }
  .about-lead-txt {
    padding: 0;
    margin: 1.55vw 0 0 0;
    max-width: 450px;
    font-size: clamp(1.6rem, 1.3rem + 0.1vw, 1.8rem);
  }

  .about-detail {
    max-width: 1200px;
    margin: 0 auto;
    background: none;
  }
  .about-detail-item {
    width: 100%;
    margin-top: 3.5%;
    padding: 0 20px;
  }
  ._01 .about-detail-item-img,
  ._02 .about-detail-item-img {
    width: 25.9%;
    height: 336px;
  }
  .about-detail-item._01 .about-detail-item-imgR {
    width: 25%;
    left: 30%;
  }
  .about-detail-item._02 .about-detail-item-imgL {
    top: -5%;
    left: 44%;
  }
  ._01 .about-detail-item-txt {
    width: 86.7%;
    margin-top: -65px;
    padding: 100px 170px 40px 120px;
    border-radius: 0 20px 20px 0;
    margin-left: -140px;
  }
  .about-detail-item._02 {
    width: min(1200px, 100%);
  }

  ._02 .about-detail-item-txt {
    width: 94%;
    margin-top: -130px;
    padding: 160px 170px 35px 120px;
    border-radius: 20px 0 0 20px;
    margin-right: -140px;
  }
  .about-detail-item-txt > .pl20 {
    padding-left: 20px;
  }

  .about-notice {
    width: 100%;
    max-width: min(1040px, 95%);
    height: 220px;
    margin: 80px auto 0;
    padding: 30px;
    border: 2px solid #a0a4a8;
    border-radius: 8px;
  }
  .about-notice-ttl {
    padding-bottom: 20px;
    font-size: var(--20px);
  }
  .detail {
    max-width: 1080px;
    padding: 0 20px;
    gap: 160px;
  }

  .detail .detail-item:nth-child(1) {
    margin-left: auto;
  }
  .detail .detail-item:nth-child(2) {
    margin-right: auto;
    margin-left: 0;
    border-radius: 20px 0 0 20px;
  }
  .detail .detail-item:nth-child(3) {
    margin-left: auto;
  }

  .detail-item {
    display: block;
    width: 83.7%;
    border-radius: 0 20px 20px 0;
    height: min(29.8vw, 430px);
    min-height: 430px;
  }
  .detail-item-img._02 {
    width: 32.2%;
    height: 200px;
    top: -19%;
    right: 78%;
  }
  .detail-item-img._03 {
    width: 31.1% !important;
    height: 302px !important;
    top: -42%;
    left: 38%;
    margin: 0;
  }
  .detail-item-img._03._left {
    top: -27%;
    left: -7%;
  }
  .detail-item-imgR._03._left {
    top: -23%;
    left: 28%;
  }

  .detail-item-img,
  .detail-item-ttl,
  .detail-item-txt {
    position: absolute;
  }
  .detail-item-img._03._left._small,
  .detail-item-img._04._left._small {
    width: 31.1%;
    height: 302px;
  }
  .detail-item-img._04._left._small {
    top: -24%;
    left: -2%;
  }
  .detail-item-imgR._04._left._small {
    top: -21%;
    left: 32%;
  }
  .detail-item-txt.mt-10 {
    margin-top: 0px;
  }

  .section-contents > .detail-btn {
    margin-top: 80px !important;
  }
  .section-contents {
    width: 100%;
    padding-bottom: 470px;
  }

  .detail-item._left {
    margin-left: auto;
    margin-right: 0;
  }
  ._left .detail-item-img._01 {
    width: 79.2% !important;
    height: 430px !important;
    top: -14%;
    left: -42.5%;
    right: initial;
  }
  .detail-item._right {
    margin-left: 0;
    margin-right: auto;
  }
  ._right .detail-item-img._01 {
    width: 79.2% !important;
    height: 430px !important;
    top: -14%;
    left: initial;
    right: -45.5%;
  }
  .c-button-main._limited {
    min-width: min(350px, 100%);
  }

  /* モーダル */
  .u-text-lg {
    padding: var(--space-12);
    padding: 48px 96px 48px 48px;
  }
  ._full {
    padding: var(--space-12);
    flex-grow: 7;
  }
  .u-text-lg {
    flex-grow: 3;
  }
  /* end モーダル */

  /* デコレーション共通 */
  .top-deco-wrapper {
    width: min(95%, 1040px);
    margin: 0 auto;
    position: relative;
  }
  .top-deco._02 {
    right: 0;
  }
  /* end  デコレーション共通*/

  /* room */
  .room {
    margin-top: -340px;
  }
  .room .top-deco._01 {
    width: 298px;
    top: 3px;
    right: 68%;
  }
  .room .top-deco._02 {
    width: 160px;
  }
  .room .detail {
    margin: 251px auto 0;
    gap: 160px;
  }
  .room .detail._02 {
    margin: 250px auto 0;
  }
  .room .detail-item:nth-child(1) .detail-item-img._02 {
    width: 32.2%;
    top: -19%;
    right: -10%;
  }
  .room .detail-item .detail-item-img._03 {
    width: 31.1%;
    height: 302px;
    top: -41%;
    left: 41.8%;
  }
  .room .detail-item .detail-item-imgR._03 {
    top: -35%;
    left: 76%;
  }
  .room .detail-item .detail-item-img._03._left {
    width: 31.1%;
    height: 302px;
    top: -33%;
    left: -5.2%;
  }
  .room .detail-item .detail-item-imgR._03._left {
    top: -28%;
    left: 28%;
  }

  .room .detail-item:nth-child(1) .detail-item-ttl {
    top: 38%;
    left: 38%;
  }
  .room .detail-item:nth-child(1) .detail-item-txt {
    top: 45%;
    left: 38%;
    width: fit-content;
    padding: 0 50px 0 20px;
  }
  .room .detail-item:nth-child(3) .detail-item-img._02 {
    width: 32.2%;
    height: 200px;
    top: -19%;
    right: -10%;
  }
  .room .detail-item:nth-child(3) .detail-item-ttl {
    top: 38%;
    left: 38%;
  }
  .room .detail-item:nth-child(3) .detail-item-txt {
    top: 45%;
    left: 38%;
    width: fit-content;
    padding: 0 50px 0 20px;
  }
  .room .detail-item:nth-child(4) .detail-item-img._02 {
    width: 32.2%;
    top: -19%;
    right: 78%;
  }
  .room .detail-item:nth-child(4) .detail-item-ttl {
    top: 55%;
    left: 2.3%;
  }
  .room .detail-item:nth-child(4) .detail-item-txt {
    top: 62%;
    left: 2.3%;
    width: 50vw;
    max-width: 500px;
  }
  .room .c-button-main {
    background: #cba354;
  }

  .room .section-contents .sub-ttl::before,
  .room .section-contents .sub-ttl::after {
    width: 60px;
    height: 64px;
  }
  .room .accordion-contents div:first-child img {
    border-radius: 20px;
  }
  .room .section-contents .sub-ttl {
    margin: 80px auto 20px;
  }
  .room .accordion-contents div:first-child {
    width: 100%;
    height: 360px;
  }
  .room .detail-item:nth-child(2) .detail-item-img._02 {
    width: 32.2%;
    top: -19%;
    right: 78%;
  }
  .room .detail-item:nth-child(2) .detail-item-ttl {
    top: 45%;
    left: 2.3%;
  }
  .room .detail-item:nth-child(2) .detail-item-txt {
    top: 51%;
    left: 2.3%;
    width: 50vw;
    max-width: 500px;
  }
  .room .detail-item:nth-child(2) .detail-item-txt:nth-child(2) {
    top: 74%;
    left: 2.3%;
    width: 50vw;
    max-width: 500px;
  }

  .room .detail-item:nth-child(2) .detail-item-deco {
    width: 219px;
    top: -37%;
    left: 118%;
  }
  .room .detail-item:nth-child(3) .detail-item-deco {
    width: 200px;
    top: -32%;
    right: 121%;
  }
  .room .detail-item:nth-child(4) .detail-item-deco {
    width: 206px;
    top: -30%;
    left: 120%;
  }
  .room .detail-item._welcome .detail-item-deco._01 {
    width: 215px;
    top: -36%;
    left: -40%;
    display: block;
  }
  .room .detail-item.detail-item._welcome .detail-item-deco._02 {
    width: 110px;
    top: 8%;
    left: 37%;
  }
  /* 新しく追加した要素 */
  .room .detail-item:nth-child(1) .detail-item-deco._01 {
    width: 236px;
    top: 72px;
    left: 811px;
  }
  .room .detail-item:nth-child(1) .detail-item-deco._02 {
    width: 244px;
    top: 261px;
    left: -42%;
  }
  .room .detail-item:nth-child(1) .detail-item-img._02 {
    width: 65%;
    top: -27%;
    left: -5.2%;
  }
  .room .detail-item:nth-child(2) .detail-item-deco._01 {
    width: 177px;
    top: -34%;
    left: 123%;
  }
  .room .detail-item:nth-child(2) .detail-item-deco._02 {
    width: 209px;
    top: -9%;
    left: -19%;
  }
  .room .detail-item:nth-child(4) .detail-item-deco._01 {
    width: 186px;
    top: -38%;
    left: 121%;
  }
  .room .detail-item:nth-child(4) .detail-item-deco._02 {
    width: 244px;
    top: 40px;
    left: -163px;
  }
  /* end 新しく追加した要素 */
  /* meal */
  .meal {
    margin-top: -340px;
  }
  .meal .top-deco._01 {
    width: 254px;
    top: 0;
    left: 70%;
  }
  .meal .top-deco._02 {
    width: 160px;
  }
  .meal .section-contents .sub-ttl::before,
  .meal .section-contents .sub-ttl::after {
    width: 60px;
    height: 64px;
  }
  .meal .section-contents .sub-ttl {
    margin: 80px auto 20px;
  }
  .meal .section-contents .sub-ttl:nth-child(4) {
    margin: 120px auto 20px;
  }
  .meal .section-contents h3:nth-of-type(2) {
    margin: 120px auto 20px;
  }
  .meal .detail {
    margin: 240px auto 0;
    gap: 180px;
  }
  .meal .detail._venue {
    margin: 123px auto 0;
  }
  .meal .detail:last-child {
    margin: 180px auto 0;
  }

  .meal .detail-item:nth-child(1) .detail-item-img._01 {
    top: -25.5%;
  }
  .meal .detail-item._venue:nth-child(1) .detail-item-img._01 {
    top: -55.5px;
  }
  .meal .detail-item:nth-child(1) .detail-item-img._02 {
    width: 32.2%;
    top: -19%;
    right: 78%;
  }
  .meal .detail-item:nth-child(1) .detail-item-img._03 {
    width: 28.8%;
    height: 302px;
    top: -53%;
    left: 38%;
  }
  .meal .detail-item:nth-child(1) .detail-item-imgR._03 {
    top: -48%;
    left: 72%;
  }
  .meal .detail-item:nth-child(1) .detail-item-ttl {
    top: 24%;
    left: 38%;
  }
  .meal .detail-item:nth-child(1) .detail-item-txt {
    top: 30%;
    left: 38%;
    width: fit-content;
    padding: 0 50px 0 20px;
  }

  .meal .detail-item._venue {
    height: auto;
  }
  .meal .venue-txt-contents {
    padding-top: var(--space-56);
    padding-left: var(--space-10);
    padding-bottom: var(--space-4);
    width: 500px;
  }
  .meal .detail-item._venue:nth-child(1) .detail-item-ttl {
    position: absolute;
    top: 27%;
    left: 2.3%;
  }
  .meal .detail-item._venue:nth-child(1) .detail-item-txt {
    top: 33%;
    left: 2.3%;
    width: 500px;
  }
  .meal
    .detail-item._venue:nth-child(1)
    .detail-item-txt
    .businesshours-list
    > li:first-child {
    width: 178px;
    padding: var(--space-12);
  }
  .meal
    .detail-item._venue:nth-child(1)
    .detail-item-txt
    .businesshours-list
    > li:last-child {
    font-size: var(--text-md) !important;
    font-weight: bold;
    padding: var(--space-12);
  }
  .meal .detail-item._venue:nth-child(1) .detail-item-txt .businesshours-list {
    margin-top: var(--space-6);
    margin-bottom: var(--space-5);
  }
  .meal .detail-item:nth-child(1) .detail-item-deco._02 {
    width: 262px;
    top: 7%;
    right: -30%;
  }
  .meal .detail-item:nth-child(1) .detail-item-deco._03 {
    width: 144px;
    top: 28%;
    right: -13%;
  }
  .meal .detail-item._venue:nth-child(1) .detail-item-deco._02 {
    width: 273px;
    top: -75px;
    right: 30%;
  }
  .meal .detail-item._venue:nth-child(1) .detail-item-deco._03 {
    width: 192px;
    top: -120px;
    right: -250px;
  }

  .meal .detail-item:nth-child(2) .detail-item-img._02 {
    top: -32.5%;
    left: -11.8%;
  }
  .meal .detail-item:nth-child(2) .detail-item-ttl {
    top: 25%;
    left: 2.3%;
  }
  .meal .detail-item:nth-child(2) .detail-item-txt {
    top: 35%;
    left: 2.3%;
    width: 60%;
  }
  .meal .detail-item:nth-child(2) .detail-item-deco {
    width: 160px;
    top: 83%;
    left: -7%;
  }
  .meal .section-contents .detail:nth-child(5) .detail-item-img._02 {
    width: 32.2%;
    height: 200px;
    top: -24%;
  }
  .meal .section-contents .detail:nth-child(5) .detail-item-txt {
    width: 62%;
    top: 35.5%;
    right: -7.2%;
    padding: 0 20px;
  }
  .meal .section-contents .detail:nth-child(5) .detail-btn {
    position: absolute;
    top: 48%;
    left: 18%;
  }
  .meal .detail-item:nth-child(1) .detail-btn {
    position: absolute;
    top: 71%;
    left: 18%;
  }
  .meal .detail-item:nth-child(1) .detail-btn._left {
    position: absolute;
    top: 60%;
    left: -18.5%;
  }
  /* お料理のご案内　イラスト */
  .meal .detail-item._left:first-child .detail-item-deco._01 {
    width: 30.1%;
    top: -75%;
    left: 91%;
  }
  /* お料理のご案内　イラスト（葉） */
  .meal .detail:last-child .detail-item .detail-item-deco._01 {
    width: 30.1%;
    top: -32%;
    left: 79%;
  }

  /* お食事会場　イラスト */
  .meal .detail-item._venue._right .detail-item-deco._01 {
    width: 30.1%;
    top: -70%;
    right: -42%;
  }

  /* hotspring */
  .hotspring {
    margin-top: -340px;
  }
  .hotspring .top-deco._01 {
    width: 276px;
  }
  .hotspring .top-deco._02 {
    width: 276px;
    top: 0px;
    right: 70%;
  }
  .hotspring .detail {
    margin: 300px auto 0;
    gap: 180px;
  }
  .hotspring .detail-item-imgR._03 {
    width: 28.8% !important;
  }
  .hotspring .detail-item:nth-child(1) .detail-item-img._02 {
    width: 32.2%;
    top: -19%;
    right: -10%;
  }
  .hotspring .detail-item:nth-child(1) .detail-item-imgR._03 {
    top: -38%;
    left: 72.5%;
  }
  .hotspring .detail-item:nth-child(1) .detail-item-ttl {
    top: 38%;
    left: 38%;
  }
  .hotspring .detail-item:nth-child(1) .detail-item-txt {
    top: 45%;
    left: 38%;
    width: fit-content;
    padding: 0 50px 0 20px;
  }
  .hotspring .detail-item-txt {
    width: fit-content;
    top: 65.3%;
    left: 38%;
  }
  .hotspring .detail-item:nth-child(1) .detail-item-deco._01 {
    width: 122px;
    top: -50%;
    right: -10%;
  }
  .hotspring .detail-item:nth-child(1) .detail-item-deco._02 {
    width: 177px;
    top: 67%;
    right: 119%;
    left: unset;
  }
  .hotspring .detail-item:nth-child(1) .detail-item-deco._03 {
    width: 195px;
    top: 70%;
    right: -20%;
  }
  .hotspring .detail-item:nth-child(2) .detail-item-deco._01 {
    width: 176px;
    top: 22%;
    right: 99%;
  }
  .hotspring .detail-item:nth-child(2) .detail-item-deco._02 {
    width: 246px;
    top: 56%;
    right: -50%;
  }
  .hotspring .detail-item:nth-child(3) .detail-item-deco._01 {
    width: 378px;
    top: 56%;
    left: -57%;
  }
  .hotspring .detail-item:nth-child(3) .detail-item-deco._02 {
    width: 184px;
    top: 8%;
    right: -17%;
  }

  .hotspring .detail-item:nth-child(2) .detail-item-ttl {
    top: 50%;
    left: 2.3%;
  }
  .hotspring .detail-item:nth-child(2) .detail-item-txt {
    top: 57%;
    left: 2.3%;
    max-width: 500px;
    width: 50vw;
  }
  .hotspring .detail-item:nth-child(3) .detail-item-img._03 {
    top: -37%;
    left: 38%;
  }
  .hotspring .detail-item:nth-child(3) .detail-item-imgR._03 {
    top: -32%;
    left: 72%;
  }
  .hotspring .detail-item:nth-child(3) .detail-item-ttl {
    top: 38%;
    left: 38%;
  }
  .hotspring .detail-item:nth-child(3) .detail-item-txt {
    top: 45%;
    left: 38%;
    width: fit-content;
    padding: 0 50px 0 20px;
  }

  /* facility */
  .facility {
    margin-top: -340px;
  }
  .facility .top-deco._01 {
    width: 190px;
  }
  .facility .top-deco._02 {
    width: 341px;
    top: -19px;
    left: 60%;
  }
  .facility .section-contents .sub-ttl::before,
  .facility .section-contents .sub-ttl::after {
    width: 60px;
    height: 64px;
  }
  .facility .section-contents .sub-ttl {
    margin: 80px auto 20px;
  }
  .facility .section-contents .sub-ttl:nth-child(5),
  .facility .section-contents .sub-ttl:nth-child(8),
  .facility .section-contents .sub-ttl:nth-child(11) {
    margin: 120px auto 20px;
  }
  .facility .detail._spa {
    margin: 125px auto 0;
    gap: 180px;
  }
  .facility .detail._shop {
    margin: 262px auto 0;
    gap: 180px;
  }
  .facility .detail-item .detail-item-imgR._03 {
    width: 28.8% !important;
    top: -36%;
    left: 73%;
  }
  .facility .detail._01 .detail-item:nth-child(1) {
    margin-left: 0;
    margin-right: auto;
  }
  .facility .detail._01 .detail-item:nth-child(1) .detail-item-img._02 {
    top: -18.5%;
    left: -10.3%;
  }
  .facility .detail._01 .detail-item-txt {
    width: 58%;
    top: 45.5%;
    left: 2.4%;
  }
  .facility .detail._01 .detail-item:nth-child(1) .detail-item-deco {
    width: 180px;
    top: 79%;
    left: -10%;
  }

  .facility .detail._02 .detail-item:nth-child(1) .detail-item-img._02 {
    top: -28%;
    left: 73%;
  }
  .facility .detail._02 .detail-item:nth-child(1) .detail-item-txt {
    width: fit-content;
    top: 45.5%;
    left: 38%;
  }
  .facility .detail._02 .detail-item:nth-child(1) .detail-item-deco {
    width: 260px;
    top: 12%;
    right: -20%;
  }

  .facility .detail._03 .detail-item {
    margin-right: auto;
    margin-left: 0;
  }
  .facility .detail._03 .detail-item:nth-child(1) .detail-item-img._02 {
    top: -18.5%;
    left: -14.5%;
  }
  .facility .detail._03 .detail-item:nth-child(1) .detail-item-txt {
    width: 57%;
    top: 36.5%;
    left: 2.3%;
  }
  .facility .detail._03 .detail-item:nth-child(1) .detail-item-deco {
    width: 200px;
    top: 82%;
    left: -8%;
  }

  .facility .detail._04 .detail-item:nth-child(1) .detail-item-img._02 {
    top: -22%;
    right: -7.5%;
  }
  .facility .detail._04 .detail-item:nth-child(1) .detail-item-ttl {
    width: fit-content;
    top: 35.5%;
    left: 37.5%;
  }
  .facility .detail._04 .detail-item:nth-child(1) .detail-item-txt {
    width: fit-content;
    top: 42.5%;
    left: 37.5%;
  }
  .facility .detail._04 .detail-item:nth-child(1) .detail-item-deco {
    width: 235px;
    top: 80%;
    right: -12.5%;
  }

  .facility .section-contents .detail-btn:last-of-type {
    margin-bottom: 170px;
  }
  .facility .detail-item.detail-item._spa .detail-item-deco._01 {
    display: none;
  }
  .facility .detail-item.detail-item._spa .detail-item-deco._02 {
    width: 178px;
    top: 57%;
    right: -34%;
  }
  .facility .detail-item.detail-item._spa .detail-item-deco._03 {
    width: 337px;
    top: -14%;
    right: 24%;
  }
  .facility .detail-item._shop .detail-item-deco._02 {
    width: 237px;
    top: 1%;
    right: -19%;
  }
  .facility .detail-item._shop .detail-item-deco._01 {
    width: 210px;
    top: -30%;
    right: 123%;
  }
  .facility .detail-item:nth-child(1) .detail-btn._left {
    position: absolute;
    top: 61%;
    left: -18.5%;
  }
  .facility .detail-item._spa .l-col._col-12 {
    position: absolute;
    top: 51%;
    left: 18.3%;
  }
  .facility .detail-item._spa .detail-item-txt {
    top: 32%;
    left: 2.3%;
    width: 500px;
  }
  .facility .detail-item._shop .detail-item-txt {
    top: 42%;
    left: 38%;
    width: fit-content;
    padding: 0 50px 0 20px;
  }
  .facility .detail-btn {
    position: absolute;
    top: 62%;
    left: 18%;
  }

  /* information */
  .information {
    position: relative;
    margin-top: -340px;
  }
  .information .top-deco._01 {
    width: 332px;
  }
  .information .top-deco._02 {
    width: 337px;
    top: -30px;
    right: 74%;
  }
  .information .section-contents .sub-ttl {
    margin: 80px auto 20px;
  }
  .information .section-contents .sub-ttl:last-of-type {
    margin: 120px auto 20px;
  }
  .information .section-contents .sub-ttl::before,
  .information .section-contents .sub-ttl::after {
    width: 60px;
    height: 64px;
  }
  .information .section-contents {
    padding-bottom: 265px;
    background-size: 455px, 100%;
  }
  .information .detail {
    margin: 400px auto 0;
    max-width: 1200px;
  }
  .detail._center .detail-item {
    width: 100%;
    border-radius: 20px 20px 20px 20px;
    height: 190px;
    min-height: 0;
  }

  .information .detail .detail-item:nth-child(1) .detail-item-img._01 {
    width: 670px;
    top: -186%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  .information .detail-item-img._02 {
    width: 24.2%;
    height: 200px;
    top: -199%;
    left: -7%;
    z-index: 3;
  }
  .information .detail-item-img._03 {
    width: 16.9% !important;
    height: 140px !important;
    top: -105%;
    left: 83%;
    z-index: 5;
  }
  .information .detail-item-txt {
    bottom: 18.5%;
    left: 2%;
  }

  .information .detail .detail-item:nth-child(1) .detail-item-deco._01 {
    width: 214px;
    top: -198%;
    left: 71%;
    z-index: 6;
  }
  .information .detail .detail-item:nth-child(1) .detail-item-deco._02 {
    width: 178px;
    top: -60%;
    left: 13%;
    z-index: 3;
  }
  .information
    .detail
    .detail-item._checkin:nth-child(1)
    .detail-item-deco._01 {
    width: 216px;
    top: -60%;
    right: 14%;
    z-index: 3;
  }
  .information
    .detail
    .detail-item._checkin:nth-child(1)
    .detail-item-deco._02 {
    width: 248px;
    top: -191%;
    left: 9%;
    z-index: 3;
  }

  .information-slider {
    height: 17.5vw;
    margin-top: 100px;
  }
  .information-sliderList {
    column-gap: 22px;
    padding: 0 11px;
  }

  /* relatedInfo */
  .relatedInfo-bg {
    width: 100%;
    height: 3vw;
    background-color: #fff;
    border-top: min(0.31vw, 5px) #c61217 solid;
    position: absolute;
    top: max(-3vw, -43.5px);
    left: 0;
  }
  .relatedInfo-ttl {
    max-width: 1440px;
    top: max(-14vw, -200px);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .relatedInfo-list {
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 20px 0;
  }

  /* アコーディオン */
  .p-accordion__btn {
    padding-left: 24px;
  }
  .section-contents .accordion-ttl {
    text-align: left;
  }
  tbody > tr:last-child > td {
    padding: 32px 17px 32px 85px;
  }
}
@media only screen and (min-width: 1050px) {
  .c-button-main._limited {
    min-width: min(500px, 100%);
  }
}

/* .c-dl > .detailWrap {
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail-key {
  width: 24%;
  text-align: center;

}
.detail-value {
  width: 76%;
  text-align: center;
  padding: 0 16px;
} */


