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

file name  : restaurant.scss
author     : hotelgeometiqosakaumeda
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%;
}

:root {
  --edge-fade: 120px;
  --switch-fade: 80px;
  --end-fade: 80px;
}

#contents {
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff var(--edge-fade), #ffffff calc(var(--bg-start) - var(--switch-fade)), #282828 calc(var(--bg-start) + var(--switch-fade)), #282828 calc(var(--bg-end) - var(--end-fade)), #ffffff calc(var(--bg-end) + var(--end-fade)), #ffffff 100%);
}

@media only screen and (max-width: 767px) {
  .subpage-pagetitle {
    height: auto;
  }
  .subpage-pagetitle__image {
    height: 50svh;
  }
}

@media only screen and (max-width: 767px) {
  .subpage-section__title {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .subpage-section__header .subpage-section__title {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .subpage-section__text {
    margin-top: 20px !important;
  }
}
.subpage-section__column1 {
  display: flex;
  gap: 2em;
  margin-bottom: 6em;
}
@media only screen and (max-width: 767px) {
  .subpage-section__column1 {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .subpage-section__column1 {
    gap: 0;
  }
}
@media only screen and (max-width: 767px) {
  .subpage-section__column1 {
    margin-bottom: 3em;
  }
}
.subpage-section__column1 div:first-child {
  width: 55%;
}
@media only screen and (max-width: 767px) {
  .subpage-section__column1 div:first-child {
    width: 100%;
  }
}
.subpage-section__column1 div:nth-child(2) {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .subpage-section__column1 div:nth-child(2) {
    width: 100%;
  }
}
.subpage-section__column2 {
  display: flex;
  gap: 2em;
}
@media only screen and (max-width: 767px) {
  .subpage-section__column2 {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .subpage-section__column2 {
    gap: 0;
  }
}
.subpage-section__column2 div {
  width: 50%;
  margin: 3em auto;
}
@media only screen and (max-width: 767px) {
  .subpage-section__column2 div {
    width: 100%;
  }
}
.subpage-section__column2__item img {
  width: 100%;
}
.subpage-section__column2__item h3.subpage-section__title {
  margin-top: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .subpage-section__column2__item h3.subpage-section__title {
    font-size: 18px;
  }
}
.subpage-section__column2__item dl {
  border-left: 2px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.5);
  padding: 0.5em 2em;
}
.subpage-section__column2__item dl dt, .subpage-section__column2__item dl dd {
  display: block;
  width: 100%;
}
.subpage-section__column2__item dl dt {
  font-weight: bold;
  margin-bottom: 1em;
}

.subpage-infobox {
  background: transparent !important;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), #f5f5f5 20%) !important;
  padding: 75px 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .subpage-infobox {
    padding: 32px 20px 64px !important;
  }
}
@media only screen and (max-width: 767px) {
  .subpage-infobox {
    padding: 32px 1em 64px !important;
  }
}
.subpage-infobox .subpage-section_item {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .subpage-infobox .subpage-section_item {
    width: 90%;
    margin: auto;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .subpage-infobox .subpage-section_item {
    width: 100%;
  }
}
.subpage-infobox .subpage-section_item iframe {
  width: 100%;
  display: block;
  margin: 0 auto;
  height: 450px;
}
@media only screen and (max-width: 767px) {
  .subpage-infobox .subpage-section_item iframe {
    height: 200px;
  }
}
.subpage-infobox .subpage-section_item.subpage-infobox__body {
  padding-left: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .subpage-infobox .subpage-section_item.subpage-infobox__body {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .subpage-infobox .subpage-section_item.subpage-infobox__body {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1079px) {
  .subpage-infobox .subpage-section_item.subpage-infobox__body {
    margin-top: 2em;
  }
}

.subpage-infobox__note {
  margin-top: -20px;
  margin-bottom: 2em;
}

ul li ul.subpage-infobox__note {
  margin-top: 1em;
}

ul.subpage-infobox {
  background: transparent !important;
}
ul.subpage-infobox__note li {
  padding: 0 0 0 1.5em;
  position: relative;
}
ul.subpage-infobox__note li:before {
  content: "※";
  position: absolute;
  left: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 26px;
  background-color: #000000;
  border: 1px solid #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;
  margin-top: 1em;
}
.btn:hover {
  opacity: 0.8;
}

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

#section-cont3, #section-cont4 {
  /*background:#262626;*/
  position: relative;
  color: #fff;
}
#section-cont3 .subpage-section, #section-cont4 .subpage-section {
  margin: 0 auto;
  padding: 15vh 0;
}
#section-cont3 .subpage-section:nth-child(2), #section-cont4 .subpage-section:nth-child(2) {
  padding: 0 0 5vh;
}
#section-cont3 .subpage-section__title, #section-cont4 .subpage-section__title {
  color: #fff;
}
#section-cont3 .subpage-section__text, #section-cont4 .subpage-section__text {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
}
#section-cont3 .subpage-section__column2__item dl, #section-cont4 .subpage-section__column2__item dl {
  border-left: 2px solid #c8c8c8;
  color: #c8c8c8;
}
#section-cont3 .subpage-infobox, #section-cont4 .subpage-infobox {
  background: transparent !important;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), #000000 20%) !important;
  padding: 48px 124px 124px;
  margin-bottom: 5em;
}
@media only screen and (max-width: 767px) {
  #section-cont3 .subpage-infobox, #section-cont4 .subpage-infobox {
    padding: 48px 1em 124px;
  }
}
@media only screen and (max-width: 767px) {
  #section-cont3 .subpage-infobox, #section-cont4 .subpage-infobox {
    margin-bottom: 3em;
  }
}
#section-cont3 .subpage-infobox__label, #section-cont3 .subpage-infobox__value, #section-cont3 .subpage-infobox__note, #section-cont4 .subpage-infobox__label, #section-cont4 .subpage-infobox__value, #section-cont4 .subpage-infobox__note {
  color: #fff;
}
#section-cont3 .subpage-infobox .btn, #section-cont4 .subpage-infobox .btn {
  background-color: #282828;
  border: 1px solid #fff;
}

#section-cont3 {
  margin-bottom: 0;
  padding-bottom: 7.5rem;
  /*&:before {
      content: "";
      width:100%;
      @include cV(height,25vh,10vh);
      display: block;
      position: absolute;
      background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(38, 38, 38, 1));
      @include cV(top,-25vh,-10vh);
      left:0;
      right:0;
      z-index:-1;
  }*/
}
@media only screen and (max-width: 767px) {
  #section-cont3 {
    padding-bottom: 5rem;
  }
}

#section-cont4 {
  margin-bottom: 35vh;
  /*
  &:after {
      content: "";
      width:100%;
      @include cV(height,25vh,10vh);
      display: block;
      position: absolute;
      background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(38, 38, 38, 1));
      @include cV(bottom,-25vh,-10vh);
      left:0;
      right:0;
      z-index:-1;
  }*/
}
@media only screen and (max-width: 767px) {
  #section-cont4 {
    margin-bottom: 15vh;
  }
}
