@charset "utf-8";
/* CSS Document */

/* =====================================
   十景庵 宿泊ページ
===================================== */
.stay-page {
  --stay-green: var(--color-main, #248a66);
  --stay-pale: #e8f3df;
  --stay-text: #231815;
  overflow: hidden;
  background: #fff;
}

.stay-page img {
  width: 100%;
  display: block;
}

.stay-page p,
.stay-page h1,
.stay-page h2,
.stay-page h3,
.stay-page figure,
.stay-page dl,
.stay-page dd {
  margin-top: 0;
}

.stay-page p {
  line-height: 1.8;
}

/* ===== 共通見出し ===== */
.stay-heading {
  text-align: center;
  position: relative;
  z-index: 1;
}

.stay-heading h2 {
  margin: 0;
  font-size: clamp(30px, 3.125vw, 53px);
  line-height: 1.25;
  letter-spacing: .03em;
	font-weight: 600;
}

.stay-heading > p {
  margin: 14px 0 0;
  font-size: clamp(15px, 1.35vw, 26px);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .03em;
}

.stay-heading--plain {
  margin-bottom: clamp(55px, 6.25vw, 120px);
}

.stay-heading__lead {
  margin-top: clamp(48px, 5.2vw, 100px);
  font-size: clamp(16px, 1.56vw, 30px);
  line-height: 1.75;
  font-weight: 500;
}

.stay-section-heading.green-gradation-box {
  margin: 0;
  padding-top: clamp(120px, 12vw, 230px);
  padding-bottom: clamp(65px, 7vw, 135px);
  background-position: center top;
  background-size: 100% auto;
}

/* ===== ファーストビュー ===== */
.stay-fv {
  position: relative;
  min-height: clamp(540px, 43vw, 825px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: grid;
  place-items: center;
  isolation: isolate;
  overflow: hidden;
}

/*.stay-fv::before,
.stay-fv::after {
  content: "";
  position: absolute;
  left: -8%;
  width: 116%;
  background: #fff;
  z-index: -1;
  pointer-events: none;
}*/

.stay-fv::before {
  top: -18%;
  height: 31%;
  border-radius: 0 0 48% 52% / 0 0 100% 100%;
  transform: rotate(1.5deg);
}

.stay-fv::after {
  bottom: -39%;
  height: 54%;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.stay-fv__copy {
  position: relative;
  z-index: 2;
  text-align: left;
  transform: translateY(4%);
}

.stay-fv__copy h1 {
  margin: 0;
  font-size: clamp(40px, 4.2vw, 80px);
  line-height: 1.25;
  letter-spacing: .03em;
  color: #fff;
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.55);
}

.stay-fv__copy p {
  margin: 20px 0 0;
  font-size: clamp(15px, 1.25vw, 24px);
  font-weight: 700;
  color: #fff;
  text-align: center;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.55);
}

/* ===== ご宿泊者様特典 ===== */
.stay-privileges {
  width: min(92%, 1280px);
  margin: 0 auto;
  padding: clamp(70px, 7vw, 135px) 0 clamp(90px, 9vw, 175px);
}

.stay-privilege {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3%;
  margin-bottom: clamp(90px, 10vw, 190px);
}

.stay-privilege:last-child {
  margin-bottom: 0;
}

.stay-privilege--reverse {
  flex-direction: row-reverse;
}

.stay-privilege__image {
  flex: 0 0 40%;
  margin: 0;
}

.stay-privilege__image img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.stay-privilege__body {
  flex: 1;
  position: relative;
  padding-top: 0px;
	margin-top: -30px;
}

.stay-privilege__number {
  position: absolute;
  left: 0;
  top: -35px;
  margin: 0 0 -0.65em 0;
  color: var(--stay-pale);
  font-size: clamp(60px, 8vw, 120px);
  line-height: 1;
  font-weight: 600!important;
  z-index: 0;
}

.stay-privilege__body h3{
  position: relative;
  z-index: 1;
	font-weight: 700;
	/*font-size: 40px!important;*/
}
.stay-privilege__body > p {
  position: relative;
  z-index: 1;
	
}

.stay-privilege__body h3 {
  margin: 0 0 24px;
  font-size: clamp(26px, 2.5vw, 44px);
  line-height: 1.35;
}

.stay-privilege__body > p:not(.stay-privilege__number):not(.stay-pill):not(.stay-note) {
  margin: 28px 0 0;
  font-size: clamp(15px, 1.2vw, 20px);
}

.stay-pill {
  display: inline-block;
  margin: 0;
  padding: .45em 1.25em;
  border-radius: 999px;
  background: var(--stay-pale);
  /*color: var(--stay-green);*/
  font-size: clamp(14px, 1.15vw, 20px);
  font-weight: 700;
  line-height: 1.35 !important;
}

.stay-note {
  margin: 38px 0 0;
  color: #777;
  font-size: clamp(13px, 1vw, 19px);
	padding-top: 1.4em;
}

/* ===== 客室 ===== */
.stay-rooms {
  width: min(92%, 1280px);
  margin: 0 auto;
  padding: clamp(90px, 9vw, 175px) 0 clamp(80px, 8vw, 155px);
}

.stay-room {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4%;
  margin-bottom: clamp(95px, 10vw, 195px);
}

.stay-room:last-child {
  margin-bottom: 0;
}

.stay-room.is-reverse {
  flex-direction: row-reverse;
}

.stay-room__gallery {
  flex: 0 0 56%;
  min-width: 0;
}

.stay-room__main {
  overflow: hidden;
  background: #f4f4f4;
}

.stay-room__main img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: opacity .2s ease, transform .55s ease;
}

.stay-room__main img.is-changing {
  opacity: .3;
  transform: scale(1.01);
}

.stay-room__thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2%;
  margin-top: 4.5%;
}

.stay-room__thumb {
  appearance: none;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
}

.stay-room__thumb img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform .35s ease, opacity .35s ease;
}

.stay-room__thumb:hover img,
.stay-room__thumb:focus-visible img {
  transform: scale(1.06);
  opacity: .78;
}

.stay-room__thumb:focus-visible {
  outline: 2px solid var(--stay-green);
  outline-offset: 4px;
}

.stay-room__body {
  flex: 1;
  min-width: 0;
}

.stay-room__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 18px;
}

.stay-room__name {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 0;
  line-height: 1;
}

.stay-room__no {
  font-size: clamp(24px, 2.1vw, 40px);
  font-weight: 700;
}

.stay-room__jp,
.stay-room__en {
  font-size: clamp(31px, 3vw, 44px);
  line-height: 1;
	font-weight: 700!important;
}

.stay-room__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: .38em .8em;
  background: var(--stay-green);
  color: #fff;
  font-size: clamp(13px, 1vw, 19px);
  font-weight: 700;
  line-height: 1.2 !important;
}
.stay-room__badge img{
	width: clamp(13px, 1vw, 19px);
}
.stay-room__badge span {
  font-size: 1.2em;
}

.stay-room__description {
  margin: 28px 0 32px;
  font-size: clamp(17px, 1.42vw, 27px);
  line-height: 1.85 !important;
  font-weight: 500;
}

.stay-room__spec {
  border-top: 1px solid #777;
  padding: 34px 0;
}

.stay-room__spec dl {
  display: grid;
  grid-template-columns: .85fr 2.3fr;
  gap: 80px;
  margin: 0;
}

.stay-room__spec dl > div {
  min-width: 0;
}

.stay-room__spec dt {
  margin-bottom: 6px;
  font-size: clamp(15px, 1.15vw, 22px);
  font-weight: 700;
	color: #000;
}

.stay-room__spec dd {
  margin: 0;
  font-size: clamp(15px, 1.15vw, 20px);
  line-height: 1.55;
}

.stay-room__bathnote {
  margin: 6px 0 0;
  font-size: clamp(14px, 1vw, 19px);
}

.stay-room__extra {
  margin: clamp(36px, 4vw, 78px) 0 0;
  font-size: clamp(14px, 1.05vw, 20px);
}

/* ===== アメニティ ===== */
.stay-amenities {
  width: min(92%, 1280px);
  margin: 0 auto;
  padding: 0 0 clamp(105px, 10vw, 195px);
}

.stay-amenities__table-wrap {
  overflow-x: auto;
}

.stay-amenities__table {
  width: 100%;
  min-width: 840px;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: clamp(15px, 1.12vw, 21px);
}

.stay-amenities__table th,
.stay-amenities__table td {
  width: 33.333%;
  border: 1px solid #666;
  text-align: left;
  vertical-align: top;
}

.stay-amenities__table th {
  padding: 26px 32px;
  background: #e0ecd7;
  font-weight: 700;
}

.stay-amenities__table td {
  padding: 30px 32px;
  line-height: 1.7;
}

.stay-amenities__note {
  margin: 38px 0 0;
  text-align: center;
  font-size: clamp(13px, 1vw, 19px);
}

/* ===== お食事 ===== */
.stay-dining {
  width: min(92%, 1340px);
  margin: 0 auto;
  padding: clamp(85px, 8vw, 155px) 0 clamp(95px, 9vw, 175px);
}

.stay-dining__item {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 4% 3%;
  align-items: start;
  margin-bottom: clamp(90px, 10vw, 190px);
}

.stay-dining__item:last-child {
  margin-bottom: 0;
}

.stay-dining__item--reverse {
  grid-template-columns: .85fr 1.15fr;
}

.stay-dining__item--reverse .stay-dining__image {
  order: 2;
}

.stay-dining__item--reverse .stay-dining__body {
  order: 1;
}

.stay-dining__item--reverse .stay-dining__note {
  order: 3;
}

.stay-dining__image {
  margin: 0;
  background: #aaa;
}

.stay-dining__image img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.stay-dining__image--breakfast img {
  min-height: 300px;
}

.stay-dining__eyebrow {
  margin: 0 0 12px;
  font-weight: 700;
  font-size: clamp(13px, 1vw, 19px);
}

.stay-dining__body h3 {
  margin: 0 0 12px;
  font-size: clamp(27px, 2.4vw, 46px);
  line-height: 1.4;
	font-weight: 600!important;
}

.stay-dining__body > p:not(.stay-dining__eyebrow) {
  margin: 0;
  font-size: clamp(15px, 1.5vw, 28px);
}

.stay-dining__note {
  grid-column: 1 / -1;
  margin: 0;
  color: #777;
  font-size: clamp(12px, .9vw, 17px);
  line-height: 1.65 !important;
}

/* ===== 予約 ===== */
.stay-reservation.green-gradation-box {
  padding-top: clamp(120px, 12vw, 230px);
  padding-bottom: clamp(85px, 8vw, 155px);
  background-position: center top;
  background-size: 100% auto;
}

.stay-reservation__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(86%, 560px);
  min-height: 96px;
  margin: clamp(55px, 5vw, 95px) auto clamp(55px, 5vw, 95px);
  border-radius: 999px;
  background: var(--stay-green);
  color: #fff;
  font-size: clamp(18px, 1.25vw, 28px);
  font-weight: 500;
  box-shadow: 0 8px 20px rgba(36, 138, 102, .18);
}

.stay-reservation__button:hover {
  color: #fff;
  opacity: .82;
}

.stay-reservation > p {
  margin: 0;
  text-align: center;
  font-size: clamp(14px, 1.15vw, 22px);
  font-weight: 600;
}

.stay-page .page-content {
  margin: 0;
}

/* =====================================
   Responsive
===================================== */
@media (max-width: 960px) {
  .stay-fv {
    min-height: 620px;
    background-position: 38% center;
  }

  .stay-privilege,
  .stay-privilege--reverse,
  .stay-room,
  .stay-room.is-reverse {
    flex-direction: column;
  }

  .stay-privilege {
    gap: 35px;
  }

  .stay-privilege__image,
  .stay-privilege__body,
  .stay-room__gallery,
  .stay-room__body {
    flex-basis: auto;
    width: 100%;
  }

  .stay-privilege__image img {
    aspect-ratio: 4 / 3;
  }

  .stay-privilege__body {
    padding-top: 48px;
  }

  .stay-room {
    gap: 38px;
  }

  .stay-room__gallery {
    order: 1;
  }

  .stay-room__body {
    order: 2;
  }

  .stay-dining__item,
  .stay-dining__item--reverse {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .stay-dining__item--reverse .stay-dining__image,
  .stay-dining__item--reverse .stay-dining__body,
  .stay-dining__item--reverse .stay-dining__note {
    order: initial;
  }

  .stay-dining__image {
    order: 1;
  }

  .stay-dining__body {
    order: 2;
  }

  .stay-dining__note {
    order: 3;
  }
}

@media (max-width: 768px) {
  .stay-fv {
    min-height: 520px;
    margin-top: 0;
  }

  .stay-fv::before {
    top: -13%;
    height: 23%;
  }

  .stay-fv::after {
    bottom: -25%;
    height: 38%;
  }

  .stay-fv__copy {
    width: 84%;
    transform: translateY(7%);
  }

  .stay-fv__copy p {
    text-align: left;
  }

  .stay-section-heading.green-gradation-box,
  .stay-reservation.green-gradation-box {
    padding-top: 82px;
    background-size: auto 90px;
  }

  .stay-heading__lead {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
  }

  .stay-heading__lead br {
    display: none;
  }

  .stay-privileges,
  .stay-rooms,
  .stay-amenities,
  .stay-dining {
    width: 90%;
  }

  .stay-privilege__body h3 br,
  .stay-privilege__body > p br,
  .stay-room__description br,
  .stay-room__extra br,
  .stay-dining__body h3 br,
  .stay-dining__body > p br {
    display: none;
  }

  .stay-room__header {
    display: block;
  }

  .stay-room__badge {
    margin-top: 14px;
  }

  .stay-room__spec dl {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .stay-room__thumbs {
    gap: 10px;
    margin-top: 10px;
  }

  .stay-room__description {
    margin-top: 22px;
  }

  .stay-amenities__table-wrap {
    margin-right: -5vw;
    padding-right: 5vw;
  }

  .stay-amenities__note {
    text-align: left;
  }

  .stay-reservation__button {
    min-height: 72px;
  }

  .stay-reservation > p {
    width: 88%;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .stay-fv {
    min-height: 460px;
  }

  .stay-fv__copy h1 {
    font-size: 36px;
  }

  .stay-fv__copy p {
    font-size: 14px;
  }

  .stay-room__name {
    gap: 8px;
  }

  .stay-room__jp,
  .stay-room__en {
    font-size: 32px;
  }

  .stay-room__no {
    font-size: 23px;
  }

  .stay-room__thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.stay-room__bathnote {
  white-space: pre-line;
}

