@charset "UTF-8";
/* ===================================================================
CSS information

file name  : Facilities.scss
author     : AROUND TAKAYAMA Renew
style info : 各下層ページの個別スタイル設定
=================================================================== */
/* cspell:disable-next-line */
@font-face {
  font-family: 'Lulo Clean';
  src: url("../../../ascend/fonts/FontsFree-Net-Lulo-Clean-W01-One-Bold.ttf") format("truetype");
}
/* font-awesome */
/* -----------------------------------------------------------
	スライド　用
----------------------------------------------------------- */
/*Animate */
/* -----------------------------------------------------------
	ホテル リブランド用
----------------------------------------------------------- */
/* ===========================
	PC/SP_JP（Noto Sans JP）
   =========================== */
/* ===========================
	PC/SP_LULO（LuloCleanOne-Bold）
   =========================== */
/* ===========================
	PC/SP_MON（Montserrat SemiBold）
   =========================== */
/* cspell:disable-next-line */
@font-face {
  font-family: 'Lulo Clean';
  src: url("../../../ascend/fonts/FontsFree-Net-Lulo-Clean-W01-One-Bold.ttf") format("truetype");
}
/* font-awesome */
/* -----------------------------------------------------------
	スライド　用
----------------------------------------------------------- */
/*Animate */
/* -----------------------------------------------------------
	ホテル リブランド用
----------------------------------------------------------- */
/* ===========================
	PC/SP_JP（Noto Sans JP）
   =========================== */
/* ===========================
	PC/SP_LULO（LuloCleanOne-Bold）
   =========================== */
/* ===========================
	PC/SP_MON（Montserrat SemiBold）
   =========================== */
#page {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px !important;
}
@media only screen and (max-width: 767px) {
  #page {
    font-family: "Noto Sans JP", sans-serif;
  }
}

body.is-gmenu-open,
body.is-gmenu-noscroll {
  overflow: hidden;
}

.en_lulo {
  font-family: "Lulo Clean", sans-serif;
}
@media only screen and (max-width: 767px) {
  .en_lulo {
    font-family: "Lulo Clean", sans-serif;
  }
}

.en_mon {
  font-family: "Montserrat SemiBold", "Montserrat", sans-serif;
}
@media only screen and (max-width: 767px) {
  .en_mon {
    font-family: "Montserrat SemiBold", "Montserrat", sans-serif;
  }
}

a {
  color: #005184;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* -----------------------------------------------------------
	layout
----------------------------------------------------------- */
.l_container {
  width: 100%;
  max-width: 100%;
  padding-left: 120px;
  padding-right: 120px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .l_container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l_row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.l_col {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.l_col_1 {
  width: 8.33333%;
}

.l_col_2 {
  width: 16.66667%;
}

.l_col_3 {
  width: 25%;
}

.l_col_4 {
  width: 33.33333%;
}

.l_col_5 {
  width: 41.66667%;
}

.l_col_6 {
  width: 50%;
}

.l_col_7 {
  width: 58.33333%;
}

.l_col_8 {
  width: 66.66667%;
}

.l_col_9 {
  width: 75%;
}

.l_col_10 {
  width: 83.33333%;
}

.l_col_11 {
  width: 91.66667%;
}

.l_col_12 {
  width: 100%;
}

h3 {
  font-family: "Lulo Clean", sans-serif;
  font-size: 24px;
  line-height: 140%;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-family: "Lulo Clean", sans-serif;
  }
}

.p-s-200 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 200%;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .p-s-200 {
    font-family: "Noto Sans JP", sans-serif;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 3em;
  padding: 10px 26px;
  background-color: #000000;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.4;
  border-radius: 99px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .btn {
    margin-top: 1.5em;
  }
}
.btn:hover {
  opacity: 0.8;
}

.btn__icon {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  display: inline-block;
}

@media only screen and (min-width: 1080px) {
  .subpage-sidenav {
    left: 3.5rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .subpage-sidenav {
    position: static !important;
    width: 90% !important;
    left: auto !important;
    top: auto !important;
    margin: 40px auto !important;
    padding: 0 !important;
  }
}
.subpage-sidenav__item a {
  display: flex !important;
  align-items: center;
  width: 100%;
  gap: 10px;
}
.subpage-sidenav__item a .floor {
  flex: 0 0 auto;
  flex-shrink: 0;
  white-space: nowrap;
}
.subpage-sidenav__item a .line {
  flex: 1 1 auto;
  min-width: 12px;
  height: 1px;
  background-color: #999;
}
.subpage-sidenav__item a .label {
  flex: 0 0 180px;
  flex-shrink: 0;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .subpage-main {
    padding: 0 !important;
    width: 90% !important;
  }
}

.local-section {
  margin-top: 6.1rem;
}
.local-section .local-section__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 140%;
  font-weight: normal;
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .local-section .local-section__subtitle {
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .local-section .local-section__subtitle {
    margin-bottom: 0.6rem;
  }
}
.local-section .local-section__title {
  margin-top: 0.8rem;
  margin-bottom: 3.1rem;
}
@media only screen and (max-width: 767px) {
  .local-section .local-section__title {
    margin-top: 0.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .local-section .local-section__title {
    margin-bottom: 1.8rem;
  }
}

.local-grid {
  margin-top: 4.9rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6.1rem 3.1rem;
}
@media only screen and (max-width: 767px) {
  .local-grid {
    margin-top: 3.7rem;
  }
}
.local-grid .local-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.local-grid .local-card__media {
  margin: 0 0 24px;
}
.local-grid .local-card__category {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 140%;
  font-weight: normal;
  margin: 0 0 8px;
}
@media only screen and (max-width: 767px) {
  .local-grid .local-card__category {
    font-family: "Noto Sans JP", sans-serif;
  }
}
.local-grid .local-card__title {
  font-family: "Lulo Clean", sans-serif;
  font-size: 16px;
  line-height: 120%;
  font-weight: normal;
  margin: 0 0 1.2rem;
}
@media only screen and (max-width: 767px) {
  .local-grid .local-card__title {
    font-family: "Lulo Clean", sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .local-grid {
    grid-template-columns: 1fr;
    gap: 3.7rem;
  }
}

.local-feature {
  margin: 6rem auto 0;
}
@media only screen and (max-width: 767px) {
  .local-feature {
    margin: 3.7rem auto 0;
  }
}
.local-feature__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.8rem;
  align-items: flex-start;
  margin-bottom: 6.1rem;
}
.local-feature__media {
  width: 100%;
  margin: 0;
}
.local-feature__category {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 140%;
  font-weight: normal;
  margin: 0 0 8px;
}
@media only screen and (max-width: 767px) {
  .local-feature__category {
    font-family: "Noto Sans JP", sans-serif;
  }
}
.local-feature__title {
  font-family: "Lulo Clean", sans-serif;
  font-size: 16px;
  line-height: 120%;
  font-weight: normal;
  margin: 0 0 1.2rem;
}
@media only screen and (max-width: 767px) {
  .local-feature__title {
    font-family: "Lulo Clean", sans-serif;
  }
}
.local-feature__info {
  margin: 1.2rem 0 1.8rem;
  padding: 0;
}
.local-feature__info dt,
.local-feature__info dd {
  margin: 0;
}
.local-feature__info > div {
  display: grid;
  grid-template-columns: 6.2rem 1fr;
  column-gap: 2.3rem;
  align-items: center;
  padding: 1.2rem 0;
  border-bottom: 1px solid #818181;
}
.local-feature__info > div dt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 140%;
  font-weight: normal;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .local-feature__info > div dt {
    font-family: "Noto Sans JP", sans-serif;
  }
}
.local-feature__info > div dd {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 140%;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .local-feature__info > div dd {
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .local-feature__info > div {
    grid-template-columns: 5.4rem 1fr;
    column-gap: 1.2rem;
    padding: 1.1rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .local-feature__item {
    grid-template-columns: 1fr;
    gap: 3.7rem;
  }
}

.section_hotspring .local-feature {
  margin: 6rem auto 0;
}
@media only screen and (max-width: 767px) {
  .section_hotspring .local-feature {
    margin: 3.7rem auto 0;
  }
}
.section_hotspring .local-feature__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.8rem;
  align-items: flex-start;
}
.section_hotspring .local-feature__media {
  width: 100%;
  margin: 0;
}
.section_hotspring .local-feature__category {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 140%;
  font-weight: normal;
  margin: 0 0 8px;
}
@media only screen and (max-width: 767px) {
  .section_hotspring .local-feature__category {
    font-family: "Noto Sans JP", sans-serif;
  }
}
.section_hotspring .local-feature__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  line-height: 140%;
  font-weight: bold;
  margin: 0 0 1.2rem;
}
@media only screen and (max-width: 767px) {
  .section_hotspring .local-feature__title {
    font-family: "Noto Sans JP", sans-serif;
  }
}
.section_hotspring .local-feature__info {
  margin: 1.2rem 0 1.8rem;
  padding: 0;
}
.section_hotspring .local-feature__info dt,
.section_hotspring .local-feature__info dd {
  margin: 0;
}
.section_hotspring .local-feature__info > div {
  display: grid;
  grid-template-columns: 6.2rem 1fr;
  column-gap: 2.3rem;
  align-items: center;
  padding: 1.2rem 0;
  border-bottom: 1px solid #818181;
}
.section_hotspring .local-feature__info > div dt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 140%;
  font-weight: normal;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .section_hotspring .local-feature__info > div dt {
    font-family: "Noto Sans JP", sans-serif;
  }
}
.section_hotspring .local-feature__info > div dd {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 140%;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .section_hotspring .local-feature__info > div dd {
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .section_hotspring .local-feature__info > div {
    grid-template-columns: 5.4rem 1fr;
    column-gap: 1.2rem;
    padding: 1.1rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .section_hotspring .local-feature__item {
    grid-template-columns: 1fr;
    gap: 3.7rem;
  }
}

.section_hotspring .btn,
.section_room .btn,
.section_floormap .btn {
  margin-top: 3.1rem;
}
@media only screen and (max-width: 767px) {
  .section_hotspring .btn,
  .section_room .btn,
  .section_floormap .btn {
    margin-top: 1.8rem;
  }
}

/* ==============================
   フロアマップ
============================== */
.floor-map-item {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .floor-map-item {
    margin-bottom: 1.7rem;
  }
}
.floor-map-item__title {
  font-family: "Lulo Clean", sans-serif;
  font-size: 24px;
  line-height: 140%;
  font-weight: normal;
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .floor-map-item__title {
    font-family: "Lulo Clean", sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .floor-map-item__title {
    margin-bottom: 0.8rem;
  }
}

.floor-map {
  position: relative;
  margin: 0;
  /* 画像クリックでも拡大できるようにトリガーをブロック化 */
  /* 拡大表示ボタン */
}
.floor-map__trigger {
  display: block;
  position: relative;
  text-decoration: none;
  color: inherit;
}
.floor-map__img {
  display: block;
  width: 100%;
  height: auto;
  cursor: zoom-in;
  border-radius: 12px;
}
.floor-map__zoom {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-decoration: none;
  color: #000;
  /* 画像の上に確実に乗せる */
  z-index: 2;
  /* 拡大アイコン */
  /* 「拡大」テキスト */
}
@media only screen and (max-width: 767px) {
  .floor-map__zoom {
    width: 50px;
    height: 50px;
  }
}
.floor-map__zoom img {
  width: 20px;
  height: 20px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .floor-map__zoom img {
    width: 14px;
    height: 14px;
  }
}
.floor-map__zoom-text {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
}
.floor-map__zoom:hover {
  opacity: 0.85;
}

/* ==============================
   モーダル
============================== */
.img-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  /* モーダル表示時 */
  /* 背景（オーバーレイ） */
  /* モーダルコンテンツ */
  /* 拡大表示画像 */
  /* 閉じるボタン */
}
.img-modal.is-open {
  display: block;
}
.img-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.img-modal__dialog {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 90vh;
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  overflow: auto;
  width: 90%;
}
.img-modal__img {
  display: block;
  width: 88%;
  height: auto;
  margin: 3rem auto;
}
@media only screen and (max-width: 767px) {
  .img-modal__img {
    width: 100%;
  }
}
.img-modal__close {
  position: sticky;
  top: 0;
  margin-left: auto;
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #f2f2f2;
  text-align: center;
  line-height: 44px;
  font-size: 24px;
  text-decoration: none;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .img-modal__close {
    width: 36px;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
  }
}
