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

file name  : common.css
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%;
}

/* ===================================================================
CSS information

file name  : _reserve-widget.scss
author     : AROUND TAKAYAMA Renew
style info : 予約検索ウィジェット
=================================================================== */
/* -----------------------------------------------------------
	予約ウィジェット - メイン
----------------------------------------------------------- */
.reserve-widget {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 900;
  display: flex;
  justify-content: center;
  padding: 20px;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .reserve-widget {
    padding: 12px;
  }
}
.reserve-widget--mv {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 10;
  pointer-events: none;
}
.reserve-widget--fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 900;
  padding: 3.25rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .reserve-widget--fixed {
    padding: 12px;
  }
}
.reserve-widget--fixed.is-visible {
  opacity: 1;
  visibility: visible;
}
.reserve-widget--fixed.is-hidden-by-about {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
}
.reserve-widget__trigger-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 8px 44px 8px 32px;
  background: transparent;
  border: 1px solid #C8C8C8;
  border-radius: 8px;
  cursor: pointer;
  pointer-events: auto;
  overflow: hidden;
  transition: transform 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .reserve-widget__trigger-btn {
    padding: 8px 32px 8px 24px;
  }
}
.reserve-widget__trigger-btn:focus-visible {
  outline: 2px solid #625D20;
  outline-offset: 4px;
}
.reserve-widget__trigger-btn:hover {
  transform: translateY(-2px);
}
.reserve-widget__trigger-btn:active {
  transform: translateY(0);
}
.reserve-widget__trigger-blur {
  position: absolute;
  inset: -1px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: -1;
}
.reserve-widget__trigger-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.reserve-widget__trigger-divider {
  width: 2px;
  height: 14px;
  background-color: #C8C8C8;
}
.reserve-widget__trigger-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #000000;
}
.reserve-widget__inner {
  display: flex;
  align-items: center;
  gap: 0;
  width: auto;
  max-width: 732px;
  height: 64px;
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid #C8C8C8;
  border-radius: 8px;
  padding: 0 8px 0 0;
  box-sizing: border-box;
  pointer-events: auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .reserve-widget__inner {
    gap: 0;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-widget__inner {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-widget__inner {
    height: 68px;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-widget__inner {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-widget__inner {
    flex-direction: row;
    align-items: center;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    background-color: rgba(255, 255, 255, 0.9);
  }
}
.reserve-widget__item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 22px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .reserve-widget__item {
    padding: 0;
  }
}
.reserve-widget__item:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
@media only screen and (max-width: 767px) {
  .reserve-widget__item {
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    padding: 14px 0 14px 12px;
    border-bottom: none;
  }
}
.reserve-widget__date {
  width: 366px;
  border-radius: 8px 0 0 8px;
}
@media only screen and (max-width: 767px) {
  .reserve-widget__date {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-widget__date {
    border-radius: 8px 0 0 8px;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-widget__date {
    border-radius: 8px 0 0 8px;
  }
}
.reserve-widget__guest {
  flex: 1;
  min-width: 0;
}
@media only screen and (max-width: 767px) {
  .reserve-widget__guest {
    min-width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-widget__guest {
    flex: .75;
    border-bottom: none;
  }
}
.reserve-widget__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.reserve-widget__icon svg {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .reserve-widget__icon {
    display: none;
  }
}
.reserve-widget__text {
  display: flex;
  flex-direction: column;
  width: 230px;
}
@media only screen and (max-width: 767px) {
  .reserve-widget__text {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-widget__text {
    gap: 0;
  }
}
.reserve-widget__label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.48px;
  color: #808080;
}
@media only screen and (max-width: 767px) {
  .reserve-widget__label {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-widget__label {
    letter-spacing: 0.44px;
  }
}
.reserve-widget__value {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 1.12px;
  color: #A6A6A6;
}
@media only screen and (max-width: 767px) {
  .reserve-widget__value {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-widget__value {
    letter-spacing: 0;
  }
}
.reserve-widget__value.is-selected {
  color: #000000;
}
.reserve-widget__divider {
  width: 1px;
  height: 40px;
  background-color: #C8C8C8;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .reserve-widget__divider {
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-widget__divider {
    display: block;
    transform: rotate(0deg);
  }
}
.reserve-widget__search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background-color: #625D20;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .reserve-widget__search-btn {
    width: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-widget__search-btn {
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-widget__search-btn {
    border-radius: 8px;
  }
}
.reserve-widget__search-btn:focus-visible {
  outline: 2px solid #625D20;
  outline-offset: 4px;
}
.reserve-widget__search-btn:hover {
  background-color: #434016;
  transform: scale(1.05);
}
.reserve-widget__search-btn svg {
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 767px) {
  .reserve-widget__search-btn svg {
    width: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-widget__search-btn svg {
    height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-widget__search-btn {
    margin-right: 8px;
  }
}
.reserve-widget--subpage .reserve-widget__inner {
  width: auto;
  padding: 8px;
}
@media only screen and (max-width: 767px) {
  .reserve-widget--subpage .reserve-widget__inner {
    flex-direction: row;
  }
}
.reserve-widget__inner--subpage {
  justify-content: center;
}
.reserve-widget__reserve-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 48px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #625D20;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .reserve-widget__reserve-btn {
    width: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-widget__reserve-btn {
    height: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-widget__reserve-btn {
    font-size: 14px;
  }
}
.reserve-widget__reserve-btn:focus-visible {
  outline: 2px solid #625D20;
  outline-offset: 4px;
}
.reserve-widget__reserve-btn:hover {
  background-color: #434016;
  transform: scale(1.02);
}

/* -----------------------------------------------------------
	カレンダーパネル
----------------------------------------------------------- */
.reserve-calendar {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 732px;
  margin-bottom: 8px;
  background-color: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  pointer-events: auto;
}
@media only screen and (max-width: 767px) {
  .reserve-calendar {
    width: calc(100% - 24px);
  }
}
.reserve-calendar__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px;
  border-bottom: 1px solid #C8C8C8;
}
.reserve-calendar__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1.28px;
  color: #000000;
}
.reserve-calendar__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.reserve-calendar__close:hover {
  opacity: 0.7;
}
.reserve-calendar__close svg {
  width: 16px;
  height: 16px;
}
.reserve-calendar__months {
  display: none;
}
.reserve-calendar__body {
  display: flex;
  gap: 44px;
  padding: 22px;
}
@media only screen and (max-width: 767px) {
  .reserve-calendar__body {
    gap: 0;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-calendar__body {
    padding: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .reserve-calendar__body {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-calendar__body {
    flex-direction: column;
  }
}
.reserve-calendar__month {
  flex: 1;
  width: 322px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .reserve-calendar__month {
    width: 100%;
    max-width: 287px;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-calendar__month {
    width: 266px;
    margin: auto;
  }
}
.reserve-calendar__month-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  gap: 16px;
  margin-bottom: 0;
}
.reserve-calendar__month-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.48;
  letter-spacing: 0.64px;
  color: #000000;
  text-align: center;
}
.reserve-calendar__nav {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.reserve-calendar__nav--prev {
  left: 0;
}
.reserve-calendar__nav--next {
  right: 0;
}
.reserve-calendar__nav:hover {
  opacity: 0.7;
}
.reserve-calendar__nav svg {
  width: 12px;
  height: 12px;
}
.reserve-calendar__weekdays {
  display: flex;
  justify-content: center;
}
.reserve-calendar__weekday {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 40px;
  padding: 18px 17px;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.52px;
  color: #808080;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .reserve-calendar__weekday {
    width: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-calendar__weekday {
    width: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .reserve-calendar__weekday {
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-calendar__weekday {
    height: 38px;
  }
}
.reserve-calendar__days {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.reserve-calendar__day {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 18px 17px;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.52px;
  color: #000000;
  background: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .reserve-calendar__day {
    width: 40.5px;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-calendar__day {
    width: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .reserve-calendar__day {
    height: 40.5px;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-calendar__day {
    height: 38px;
  }
}
.reserve-calendar__day:hover:not(:disabled):not(.is-selected):not(.is-in-range) {
  background-color: #F5F5F5;
  border-radius: 100px;
}
.reserve-calendar__day:disabled {
  color: #D1D3D5;
  cursor: not-allowed;
}
.reserve-calendar__day--empty {
  visibility: hidden;
}
.reserve-calendar__day--today:not(.is-selected) {
  color: #625D20;
  border: 1px solid #625D20;
  border-radius: 100px;
}
.reserve-calendar__day.is-selected {
  background-color: #F5F5F5;
  color: #FFFFFF;
  border-radius: 50% 0 0 50%;
  z-index: 0;
}
.reserve-calendar__day.is-selected:has(+ .reserve-calendar__day.is-selected).is-range-start::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.reserve-calendar__day.is-selected + .reserve-calendar__day.is-selected.is-range-end::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.reserve-calendar__day.is-in-range {
  background-color: #F5F5F5;
  border-radius: 0;
}
.reserve-calendar__day.is-range-start {
  position: relative;
}
.reserve-calendar__day.is-range-start::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #625D20;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .reserve-calendar__day.is-range-start::before {
    width: 40.5px;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-calendar__day.is-range-start::before {
    width: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .reserve-calendar__day.is-range-start::before {
    height: 40.5px;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-calendar__day.is-range-start::before {
    height: 38px;
  }
}
.reserve-calendar__day.is-range-end {
  position: relative;
  border-radius: 0 50% 50% 0;
}
.reserve-calendar__day.is-range-end::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #625D20;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .reserve-calendar__day.is-range-end::before {
    width: 40.5px;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-calendar__day.is-range-end::before {
    width: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .reserve-calendar__day.is-range-end::before {
    height: 40.5px;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-calendar__day.is-range-end::before {
    height: 38px;
  }
}
.reserve-calendar__day.is-range-start.is-range-end::before {
  display: none;
}

/* -----------------------------------------------------------
	ゲスト選択パネル
----------------------------------------------------------- */
.reserve-guest-panel {
  position: absolute;
  bottom: 100%;
  right: calc(50% - 360px);
  transform: none;
  width: 360px;
  margin-bottom: 8px;
  background-color: #FFFFFF;
  border-radius: 2px;
  box-shadow: 0 2px 8px 4px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  pointer-events: auto;
}
@media only screen and (max-width: 767px) {
  .reserve-guest-panel {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-guest-panel {
    transform: translateX(-100%);
  }
}
@media only screen and (max-width: 767px) {
  .reserve-guest-panel {
    width: calc(100% - 24px);
  }
}
@media only screen and (max-width: 767px) {
  .reserve-guest-panel {
    left: 0;
    margin: auto;
    transform: translate(0);
  }
}
.reserve-guest-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px;
  border-bottom: 1px solid #C8C8C8;
}
.reserve-guest-panel__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1.28px;
  color: #000000;
}
.reserve-guest-panel__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.reserve-guest-panel__close:hover {
  opacity: 0.7;
}
.reserve-guest-panel__close svg {
  width: 16px;
  height: 16px;
}
.reserve-guest-panel__body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .reserve-guest-panel__body {
    padding: 14px;
  }
}
.reserve-guest-panel__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #C8C8C8;
}
.reserve-guest-panel__item--last {
  padding-bottom: 0;
  border-bottom: none;
}
.reserve-guest-panel__label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.52px;
  color: #000000;
}
.reserve-guest-panel__label-sub {
  font-size: 12px;
  letter-spacing: 0.48px;
}
.reserve-guest-panel__control {
  display: flex;
  align-items: center;
  gap: 8px;
}
.reserve-guest-panel__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: none;
  border: 1px solid #000000;
  border-radius: 50%;
  cursor: pointer;
  color: #000000;
  transition: background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}
.reserve-guest-panel__btn:hover:not(:disabled) {
  opacity: 0.7;
}
.reserve-guest-panel__btn:disabled {
  border-color: #C8C8C8;
  color: #C8C8C8;
  cursor: not-allowed;
}
.reserve-guest-panel__btn svg {
  width: 12px;
  height: 12px;
}
.reserve-guest-panel__input {
  width: 48px;
  height: 34px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 1.12px;
  text-align: center;
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid #C8C8C8;
  border-radius: 2px;
  padding: 8px 12px;
  box-sizing: border-box;
  /* スピンボタンを非表示 */
  -moz-appearance: textfield;
}
.reserve-guest-panel__input:focus {
  outline: none;
  border-color: #625D20;
}
.reserve-guest-panel__input::-webkit-outer-spin-button, .reserve-guest-panel__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* -----------------------------------------------------------
	予約モーダル（Figmaデザイン準拠）
----------------------------------------------------------- */
.reserve-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.reserve-modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.reserve-modal__content {
  position: relative;
  width: 480px;
  max-width: 100%;
  max-height: calc(100vh - 40px);
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 32px;
  box-sizing: border-box;
  overflow-y: auto;
}
@media only screen and (max-width: 767px) {
  .reserve-modal__content {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-modal__content {
    padding: 24px;
  }
}
.reserve-modal--glass .reserve-modal__box {
  position: relative;
  width: 810px;
  max-width: 100%;
  height: 650px;
  max-height: calc(100vh - 40px);
  border: 1px solid #C8C8C8;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .reserve-modal--glass .reserve-modal__box {
    width: 100%;
  }
}
.reserve-modal__blur {
  position: absolute;
  inset: -1px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 0;
}
.reserve-modal__bg {
  position: absolute;
  inset: -1px;
  background: rgba(217, 217, 217, 0.9);
  mix-blend-mode: soft-light;
  z-index: -1;
}
.reserve-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px;
  border-bottom: 1px solid #C8C8C8;
  z-index: 1;
}
.reserve-modal__title-wrap {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.reserve-modal__title-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 140%;
  font-weight: bold;
  letter-spacing: 1.28px;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .reserve-modal__title-jp {
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-modal__title-jp {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 140%;
    font-weight: bold;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .reserve-modal__title-jp {
    font-family: "Noto Sans JP", sans-serif;
  }
}

.reserve-modal__title-en {
  font-family: "Montserrat SemiBold", "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 140%;
  font-weight: 600;
  letter-spacing: 0.56px;
  color: #A6A6A6;
}
@media only screen and (max-width: 767px) {
  .reserve-modal__title-en {
    font-family: "Montserrat SemiBold", "Montserrat", sans-serif;
  }
}
.reserve-modal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.2s ease;
}
.reserve-modal__close:hover {
  opacity: 0.7;
}
.reserve-modal__close svg {
  width: 20px;
  height: 20px;
}
.reserve-modal__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px;
  overflow-y: auto;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .reserve-modal__body {
    padding: 24px;
    gap: 32px;
  }
}
.reserve-modal__form-group {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.reserve-modal__field {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.reserve-modal__label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 140%;
  font-weight: normal;
  letter-spacing: 1.28px;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .reserve-modal__label {
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-modal__label {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 140%;
    font-weight: normal;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .reserve-modal__label {
    font-family: "Noto Sans JP", sans-serif;
  }
}

.reserve-modal__input-wrap {
  position: relative;
}
.reserve-modal__input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 48px;
  padding: 14px 16px;
  background-color: #FFFFFF;
  border: 1px solid #C8C8C8;
  border-radius: 2px;
  cursor: pointer;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 1.28px;
  text-align: left;
  color: #A6A6A6;
  transition: border-color 0.2s ease;
}
.reserve-modal__input:hover {
  border-color: #808080;
}
.reserve-modal__input.is-selected, .reserve-modal__input.is-open {
  color: #000000;
}
.reserve-modal__input.is-open {
  border-radius: 2px 2px 0 0;
}
.reserve-modal__input-text {
  flex: 1;
}
.reserve-modal__input-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.reserve-modal__input-icon--arrow {
  transition: transform 0.2s ease;
}
.reserve-modal__input-icon.is-open {
  transform: rotate(180deg);
}
.reserve-modal__input-icon-close {
  display: none;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.reserve-modal__input.is-open .reserve-modal__input-icon {
  display: none;
}
.reserve-modal__input.is-open .reserve-modal__input-icon-close {
  display: block;
}
.reserve-modal__calendar {
  display: none;
  background: #FFFFFF;
  border: 1px solid #C8C8C8;
  border-top: none;
  border-radius: 0 0 2px 2px;
}
.reserve-modal__calendar.is-open {
  display: block;
}
.reserve-modal__calendar-inner {
  display: flex;
  gap: 44px;
  padding: 8px 22px 22px;
}
@media only screen and (max-width: 767px) {
  .reserve-modal__calendar-inner {
    flex-direction: column;
    gap: 24px;
    padding: 8px;
  }
}
.reserve-modal__calendar-body {
  display: flex;
  gap: 44px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .reserve-modal__calendar-body {
    flex-direction: column;
    gap: 24px;
  }
}
.reserve-modal__calendar-month {
  flex: 1;
  min-width: 0;
}
.reserve-modal .reserve-calendar__day {
  width: 46px;
  height: 46px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .reserve-modal .reserve-calendar__day {
    width: 39.5px;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-modal .reserve-calendar__day {
    width: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .reserve-modal .reserve-calendar__day {
    height: 39.5px;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-modal .reserve-calendar__day {
    height: 38px;
  }
}
.reserve-modal .reserve-calendar__day.is-range-start::before, .reserve-modal .reserve-calendar__day.is-range-start::after, .reserve-modal .reserve-calendar__day.is-range-end::before, .reserve-modal .reserve-calendar__day.is-range-end::after {
  width: 46px;
  height: 46px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .reserve-modal .reserve-calendar__day.is-range-start::before, .reserve-modal .reserve-calendar__day.is-range-start::after, .reserve-modal .reserve-calendar__day.is-range-end::before, .reserve-modal .reserve-calendar__day.is-range-end::after {
    width: 39.5px;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-modal .reserve-calendar__day.is-range-start::before, .reserve-modal .reserve-calendar__day.is-range-start::after, .reserve-modal .reserve-calendar__day.is-range-end::before, .reserve-modal .reserve-calendar__day.is-range-end::after {
    width: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .reserve-modal .reserve-calendar__day.is-range-start::before, .reserve-modal .reserve-calendar__day.is-range-start::after, .reserve-modal .reserve-calendar__day.is-range-end::before, .reserve-modal .reserve-calendar__day.is-range-end::after {
    height: 39.5px;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-modal .reserve-calendar__day.is-range-start::before, .reserve-modal .reserve-calendar__day.is-range-start::after, .reserve-modal .reserve-calendar__day.is-range-end::before, .reserve-modal .reserve-calendar__day.is-range-end::after {
    height: 38px;
  }
}
.reserve-modal__guest-panel {
  background: #FFFFFF;
  border: 1px solid #C8C8C8;
  border-top: none;
  border-radius: 0 0 2px 2px;
  padding: 22px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .reserve-modal__guest-panel {
    padding: 14px;
  }
}
.reserve-modal__guest-panel.is-open {
  display: block;
}
.reserve-modal__guest-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reserve-modal__guest-row--border {
  padding-bottom: 16px;
  border-bottom: 1px solid #C8C8C8;
  margin-bottom: 16px;
}
.reserve-modal__guest-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.52px;
  color: #000000;
}
.reserve-modal__guest-label-sub {
  font-size: 12px;
  letter-spacing: 0.48px;
}
.reserve-modal__counter {
  display: flex;
  align-items: center;
  gap: 8px;
}
.reserve-modal__counter-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: none;
  border: 1px solid #000000;
  border-radius: 50%;
  cursor: pointer;
  color: #000000;
  padding: 0;
  transition: opacity 0.2s ease;
}
.reserve-modal__counter-btn:hover:not(:disabled) {
  opacity: 0.7;
}
.reserve-modal__counter-btn:disabled {
  border-color: #C8C8C8;
  color: #C8C8C8;
  cursor: not-allowed;
}
.reserve-modal__counter-btn svg {
  width: 12px;
  height: 12px;
}
.reserve-modal__counter-value {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 34px;
  background-color: #FFFFFF;
  border: 1px solid #C8C8C8;
  border-radius: 2px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 1.12px;
  color: #000000;
}
.reserve-modal__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.reserve-modal__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.reserve-modal__btn:hover {
  opacity: 0.8;
}
.reserve-modal__btn--primary {
  width: 320px;
  max-width: 100%;
  height: 56px;
  background-color: #000000;
  color: #FFFFFF;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 1.28px;
}
.reserve-modal__link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 140%;
  font-weight: normal;
  letter-spacing: 1.28px;
  color: #000000;
  transition: opacity 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .reserve-modal__link {
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .reserve-modal__link {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 140%;
    font-weight: normal;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .reserve-modal__link {
    font-family: "Noto Sans JP", sans-serif;
  }
}

.reserve-modal__link:hover {
  opacity: 0.7;
}
.reserve-modal__link-icon {
  position: relative;
  width: 46px;
  height: 24px;
}
.reserve-modal__link-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 22px;
  transform: translate(-50%, -50%);
  background: url(../images/common/ic_arrow_topright_white.svg) center/contain no-repeat;
}
.reserve-modal__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin: 0 0 24px;
}
@media only screen and (max-width: 767px) {
  .reserve-modal__title {
    font-size: 18px;
  }
}
.reserve-modal__section {
  margin-bottom: 20px;
}
.reserve-modal__date-trigger {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  background-color: #F5F5F5;
  border: 1px solid #C8C8C8;
  border-radius: 4px;
  cursor: pointer;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #A6A6A6;
  transition: border-color 0.2s ease;
}
.reserve-modal__date-trigger:hover {
  border-color: #808080;
}
.reserve-modal__date-trigger.is-selected {
  color: #000000;
}
.reserve-modal__date-trigger svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.reserve-modal__select {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid #C8C8C8;
  border-radius: 4px;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.41 0L6 4.58L10.59 0L12 1.41L6 7.41L0 1.41L1.41 0Z' fill='%23808080'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
}
.reserve-modal__select:focus {
  outline: none;
  border-color: #625D20;
}
.reserve-modal__buttons {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}

/* -----------------------------------------------------------
	アニメーション
----------------------------------------------------------- */
.reserve-calendar,
.reserve-guest-panel {
  animation: slideUp 0.2s ease-out;
}

.reserve-modal {
  animation: fadeIn 0.2s ease-out;
}
.reserve-modal__content {
  animation: scaleIn 0.2s ease-out;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* -----------------------------------------------------------
	body overflow制御
----------------------------------------------------------- */
body.is-reserve-modal-open {
  overflow: hidden;
}

#contents {
  margin: 0;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header, #fixheader {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 90%;
  margin: 1.4em auto;
  box-shadow: none;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  #header, #fixheader {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #header, #fixheader {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  #header, #fixheader {
    padding: 10px;
    box-sizing: border-box;
  }
}
#header .con_header, #fixheader .con_header {
  max-width: 1340px;
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  #header .con_header, #fixheader .con_header {
    padding: 0 2px 0 10px;
  }
}
#header .con_header .box_header, #fixheader .con_header .box_header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-shadow: none;
}
#header .con_header .box_header .box_logo, #fixheader .con_header .box_header .box_logo {
  position: static;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 3em;
  width: unset;
  height: unset;
  box-shadow: none;
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_header .box_logo, #fixheader .con_header .box_header .box_logo {
    gap: 24px;
  }
}
#header .con_header .box_header .box_logo a, #fixheader .con_header .box_header .box_logo a {
  width: unset;
  height: unset;
  padding: 0;
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_header .box_logo a, #fixheader .con_header .box_header .box_logo a {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_header .box_logo a, #fixheader .con_header .box_header .box_logo a {
    height: 24px;
  }
}
#header .con_header .box_header .box_logo a:focus-visible, #fixheader .con_header .box_header .box_logo a:focus-visible {
  outline: 2px solid #FFFFFF;
  outline-offset: 4px;
}
#header .con_header .box_header .box_logo a:first-of-type, #fixheader .con_header .box_header .box_logo a:first-of-type {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_header .box_logo a:last-of-type, #fixheader .con_header .box_header .box_logo a:last-of-type {
    height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_header .box_logo a img, #fixheader .con_header .box_header .box_logo a img {
    width: auto;
    height: 100%;
  }
}
#header .con_header .box_header .box_nav .hnav, #fixheader .con_header .box_header .box_nav .hnav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 1.625rem;
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_header .box_nav .hnav, #fixheader .con_header .box_header .box_nav .hnav {
    gap: 0.5rem;
  }
}
#header .con_header .box_header .box_nav .hnav a, #fixheader .con_header .box_header .box_nav .hnav a {
  position: relative;
  padding-bottom: 2px;
  font-size: 14px;
  line-height: 140%;
  font-weight: 500;
  color: #FFFFFF;
  text-decoration: none;
}
#header .con_header .box_header .box_nav .hnav a:focus-visible, #fixheader .con_header .box_header .box_nav .hnav a:focus-visible {
  outline: 2px solid #FFFFFF;
  outline-offset: 4px;
}
#header .con_header .box_header .box_nav .hnav .access_btn, #fixheader .con_header .box_header .box_nav .hnav .access_btn {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 48px;
  height: 48px;
  padding: .5rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(230, 230, 230, 0.3);
  backdrop-filter: blur(5px);
  box-sizing: border-box;
  aspect-ratio: 1/1;
}
#header .con_header .box_header .box_nav .hnav .access_btn::after, #fixheader .con_header .box_header .box_nav .hnav .access_btn::after {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #D9D9D930;
  mix-blend-mode: soft-light;
  aspect-ratio: 1/1;
  z-index: -1;
}
#header .con_header .box_header .box_nav .hnav .access_btn a, #fixheader .con_header .box_header .box_nav .hnav .access_btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 0;
  font-size: unset;
  transition: .3s ease;
  mix-blend-mode: difference;
}
#header .con_header .box_header .box_nav .hnav .access_btn a:focus-visible, #fixheader .con_header .box_header .box_nav .hnav .access_btn a:focus-visible {
  outline: 2px solid #FFFFFF;
  outline-offset: 4px;
}
#header .con_header .box_header .box_nav .hnav .access_btn a:hover, #fixheader .con_header .box_header .box_nav .hnav .access_btn a:hover {
  transform: scale(0.9);
}
#header .con_header .box_header .box_nav .hnav .access_btn a .ic, #fixheader .con_header .box_header .box_nav .hnav .access_btn a .ic {
  position: relative;
  width: 20px;
  height: 20px;
  background: url(../images/common/ic_access.svg) center/contain no-repeat;
}
#header .con_header .box_header .box_nav .hnav .access_btn a .label, #fixheader .con_header .box_header .box_nav .hnav .access_btn a .label {
  font-family: "Montserrat SemiBold", "Montserrat", sans-serif;
  font-size: 10px;
  line-height: 1;
}
#header .con_header .box_header .box_nav .btn_menu, #fixheader .con_header .box_header .box_nav .btn_menu {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background-color: #262626;
  border: none;
  padding: 0;
  transition: .3s ease;
}
#header .con_header .box_header .box_nav .btn_menu:focus-visible, #fixheader .con_header .box_header .box_nav .btn_menu:focus-visible {
  outline: 2px solid #FFFFFF;
  outline-offset: 4px;
}
#header .con_header .box_header .box_nav .btn_menu:hover, #fixheader .con_header .box_header .box_nav .btn_menu:hover {
  transform: scale(0.9);
}
#header .con_header .box_header .box_nav .btn_menu .btn_menu_bar, #fixheader .con_header .box_header .box_nav .btn_menu .btn_menu_bar {
  position: relative;
  width: 22px;
  height: 14px;
}
#header .con_header .box_header .box_nav .btn_menu .btn_menu_bar span, #fixheader .con_header .box_header .box_nav .btn_menu .btn_menu_bar span {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 999px;
  background-color: #FFFFFF;
  transition: 0.25s ease;
}
#header .con_header .box_header .box_nav .btn_menu .btn_menu_bar span:nth-child(1), #fixheader .con_header .box_header .box_nav .btn_menu .btn_menu_bar span:nth-child(1) {
  top: 0;
}
#header .con_header .box_header .box_nav .btn_menu .btn_menu_bar span:nth-child(2), #fixheader .con_header .box_header .box_nav .btn_menu .btn_menu_bar span:nth-child(2) {
  top: 6px;
}
#header .con_header .box_header .box_nav .btn_menu .btn_menu_bar span:nth-child(3), #fixheader .con_header .box_header .box_nav .btn_menu .btn_menu_bar span:nth-child(3) {
  top: 12px;
}
#header .con_header .box_header .box_nav .btn_menu.is_open .btn_menu_bar span:nth-child(1), #fixheader .con_header .box_header .box_nav .btn_menu.is_open .btn_menu_bar span:nth-child(1) {
  top: 6px;
  transform: rotate(45deg);
}
#header .con_header .box_header .box_nav .btn_menu.is_open .btn_menu_bar span:nth-child(2), #fixheader .con_header .box_header .box_nav .btn_menu.is_open .btn_menu_bar span:nth-child(2) {
  opacity: 0;
}
#header .con_header .box_header .box_nav .btn_menu.is_open .btn_menu_bar span:nth-child(3), #fixheader .con_header .box_header .box_nav .btn_menu.is_open .btn_menu_bar span:nth-child(3) {
  top: 6px;
  transform: rotate(-45deg);
}

#fixheader {
  position: fixed;
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  #fixheader.active {
    display: block !important;
  }
}
#fixheader.active .con_header .box_header {
  justify-content: right;
}
#fixheader.is-links-hidden .con_header .box_header {
  justify-content: right;
}
#fixheader.is-links-hidden .con_header .box_header .box_logo {
  opacity: 0;
  pointer-events: none;
}
#fixheader.is-links-hidden .con_header .box_header .box_nav .hnav {
  transition: opacity 0.2s ease;
}
#fixheader.is-links-hidden .con_header .box_header .box_nav .hnav li:not(.access_btn) {
  opacity: 0;
  pointer-events: none;
}
#fixheader.is-links-hidden .con_header .box_header .box_nav .hnav li:has(.btn_menu) {
  opacity: 1;
  pointer-events: auto;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

/* -----------------------------------------------------------
	.con_guest_program
----------------------------------------------------------- */
.con_guest_program {
  font-size: 13px;
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  #footer #fix_menu {
    display: none;
  }
}

/* -----------------------------------------------------------
	global menu (btn_menu modal)
----------------------------------------------------------- */
.gmenu {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  height: 100svh;
  z-index: 999;
}
.gmenu.is_open {
  display: block;
}

.gmenu_inner {
  position: static;
  inset: 0;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  background-color: #262626;
}

.gmenu_left {
  flex: 1 1 auto;
  min-width: 0;
  background: url(../images/home/menu_kv.webp) center center/cover no-repeat;
}

/* 右側コンテンツ本体 */
.gmenu_box {
  display: flex;
  flex-direction: column;
  flex: 0 0 56.94444%;
  width: 56.94444%;
  max-width: 900px;
  min-width: 768px;
  max-height: 100vh;
  padding: 8rem 0 3.5rem 100px;
  background: #262626;
  box-sizing: border-box;
  overflow-y: auto;
}
@media only screen and (max-width: 767px) {
  .gmenu_box {
    flex: 1;
  }
}
@media only screen and (max-width: 767px) {
  .gmenu_box {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .gmenu_box {
    min-width: unset;
  }
}
@media only screen and (max-width: 767px) {
  .gmenu_box {
    padding: 5rem 20px;
  }
}
@media only screen and (min-width: 1080px) and (max-width: 1540px) {
  .gmenu_box {
    padding: 6rem 0 2rem 100px;
  }
}
.gmenu_box .gmenu_header_title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 200%;
  font-weight: normal;
  color: #FFFFFF;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .gmenu_box .gmenu_header_title {
    font-family: "Noto Sans JP", sans-serif;
  }
}
.gmenu_box .gmenu_close {
  cursor: pointer;
  position: fixed;
  top: 32px;
  right: 40px;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .gmenu_box .gmenu_close {
    top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .gmenu_box .gmenu_close {
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .gmenu_box .gmenu_close {
    width: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .gmenu_box .gmenu_close {
    height: 20px;
  }
}
.gmenu_box .gmenu_close span {
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  height: 2px;
  border-radius: 999px;
  background-color: #FFFFFF;
}
.gmenu_box .gmenu_close span:first-child {
  transform: rotate(45deg);
}
.gmenu_box .gmenu_close span:last-child {
  transform: rotate(-45deg);
}
.gmenu_box .gmenu_logo {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 75px;
  margin-bottom: 2rem;
}
.gmenu_box .gmenu_logo a img {
  width: auto;
  height: 100%;
}
.gmenu_box .gmenu_logo .gmenu_logo_divider {
  display: block;
  width: 1px;
  height: 100%;
  background-color: #C8C8C8;
}
.gmenu_box .gmenu_member {
  width: 560px;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .gmenu_box .gmenu_member {
    width: 100%;
  }
}
.gmenu_box .gmenu_member > * {
  margin-bottom: 1.375rem;
}
.gmenu_box .gmenu_member .gmenu_member_btns {
  display: flex;
  gap: 22px;
  margin-bottom: 16px;
}
.gmenu_box .gmenu_member .gmenu_member_btn {
  cursor: pointer;
  position: relative;
  display: flex;
  flex: 1 0 0;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 140%;
  font-weight: normal;
  text-decoration: none;
  overflow: hidden;
  transition: color 0.45s ease, border-color 0.45s ease, box-shadow 0.45s ease;
}
@media only screen and (max-width: 767px) {
  .gmenu_box .gmenu_member .gmenu_member_btn {
    padding: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .gmenu_box .gmenu_member .gmenu_member_btn {
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media only screen and (min-width: 1080px) and (max-width: 1540px) {
  .gmenu_box .gmenu_member .gmenu_member_btn {
    padding: 1rem 1.5rem;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 140%;
    font-weight: normal;
  }
}
@media only screen and (min-width: 1080px) and (max-width: 1540px) and (max-width: 767px) {
  .gmenu_box .gmenu_member .gmenu_member_btn {
    font-family: "Noto Sans JP", sans-serif;
  }
}

@media only screen and (max-width: 1079px) {
  .gmenu_box .gmenu_member .gmenu_member_btn {
    gap: 1.5rem;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 140%;
    font-weight: normal;
  }
}
@media only screen and (max-width: 1079px) and (max-width: 767px) {
  .gmenu_box .gmenu_member .gmenu_member_btn {
    font-family: "Noto Sans JP", sans-serif;
  }
}

.gmenu_box .gmenu_member .gmenu_member_btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px) saturate(100%) contrast(45%) brightness(130%);
  -webkit-backdrop-filter: blur(10px) saturate(100%) contrast(45%) brightness(130%);
  transition: background-color 0.45s ease, backdrop-filter 0.45s ease, -webkit-backdrop-filter 0.45s ease;
}
@media only screen and (max-width: 767px) {
  .gmenu_box .gmenu_member .gmenu_member_btn:before {
    background-color: rgba(255, 255, 255, 0);
    backdrop-filter: blur(10px) saturate(100%) contrast(45%) brightness(100%);
    -webkit-backdrop-filter: blur(10px) saturate(100%) contrast(45%) brightness(100%);
  }
}
.gmenu_box .gmenu_member .gmenu_member_btn .gmenu_member_btn_label {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 140%;
  font-weight: normal;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .gmenu_box .gmenu_member .gmenu_member_btn .gmenu_member_btn_label {
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media only screen and (min-width: 1080px) and (max-width: 1540px) {
  .gmenu_box .gmenu_member .gmenu_member_btn .gmenu_member_btn_label {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 140%;
    font-weight: normal;
  }
}
@media only screen and (min-width: 1080px) and (max-width: 1540px) and (max-width: 767px) {
  .gmenu_box .gmenu_member .gmenu_member_btn .gmenu_member_btn_label {
    font-family: "Noto Sans JP", sans-serif;
  }
}

@media only screen and (max-width: 1079px) {
  .gmenu_box .gmenu_member .gmenu_member_btn .gmenu_member_btn_label {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 140%;
    font-weight: normal;
  }
}
@media only screen and (max-width: 1079px) and (max-width: 767px) {
  .gmenu_box .gmenu_member .gmenu_member_btn .gmenu_member_btn_label {
    font-family: "Noto Sans JP", sans-serif;
  }
}

.gmenu_box .gmenu_member .gmenu_member_btn .gmenu_member_btn_icon {
  position: relative;
  z-index: 1;
  width: 42px;
  height: 22px;
}
.gmenu_box .gmenu_member .gmenu_member_btn .gmenu_member_btn_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 20px;
  transform: translate(-50%, -50%);
  background: url(../images/common/ic_arrow_right_white.svg) center/contain no-repeat;
  transition: background 0.45s ease;
}
.gmenu_box .gmenu_member .gmenu_member_btn:hover {
  color: #000000;
}
.gmenu_box .gmenu_member .gmenu_member_btn:hover::before {
  background-color: rgba(255, 255, 255, 0.8);
}
.gmenu_box .gmenu_member .gmenu_member_btn:hover .gmenu_member_btn_icon::after {
  background: url(../images/common/ic_arrow_right_black.svg) center/contain no-repeat;
}
.gmenu_box .gmenu_member .gmenu_text_link {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  color: #FFFFFF;
  text-decoration: none;
}
@media only screen and (min-width: 1080px) {
  .gmenu_box .gmenu_member .gmenu_text_link .gmenu_text_link_label {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 140%;
    font-weight: normal;
  }
}
@media only screen and (min-width: 1080px) and (max-width: 767px) {
  .gmenu_box .gmenu_member .gmenu_text_link .gmenu_text_link_label {
    font-family: "Noto Sans JP", sans-serif;
  }
}

@media only screen and (min-width: 1080px) and (max-width: 1540px) {
  .gmenu_box .gmenu_member .gmenu_text_link .gmenu_text_link_label {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 140%;
    font-weight: normal;
  }
}
@media only screen and (min-width: 1080px) and (max-width: 1540px) and (max-width: 767px) {
  .gmenu_box .gmenu_member .gmenu_text_link .gmenu_text_link_label {
    font-family: "Noto Sans JP", sans-serif;
  }
}

@media only screen and (max-width: 1079px) {
  .gmenu_box .gmenu_member .gmenu_text_link .gmenu_text_link_label {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 140%;
    font-weight: normal;
  }
}
@media only screen and (max-width: 1079px) and (max-width: 767px) {
  .gmenu_box .gmenu_member .gmenu_text_link .gmenu_text_link_label {
    font-family: "Noto Sans JP", sans-serif;
  }
}

.gmenu_box .gmenu_member .gmenu_text_link .gmenu_text_link_icon {
  position: relative;
  width: 46px;
  height: 24px;
}
.gmenu_box .gmenu_member .gmenu_text_link .gmenu_text_link_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 22px;
  transform: translate(-50%, -50%);
  background: url(../images/common/ic_arrow_right_normal.svg) center/contain no-repeat;
}
.gmenu_box .gmenu_member .gmenu_text_link + .gmenu_text_link {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .gmenu_box .gmenu_member .gmenu_text_link + .gmenu_text_link {
    margin-bottom: 0;
  }
}
.gmenu_box .line {
  width: 100%;
  max-width: 560px;
  height: 0;
  border-top: 1px solid #818181;
  margin: 3rem 0;
}
@media only screen and (min-width: 1080px) and (max-width: 1540px) {
  .gmenu_box .line {
    margin: 1rem 0 2rem 0;
  }
}
.gmenu_box .gmenu_nav {
  width: 560px;
  display: flex;
  gap: 5.5rem;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .gmenu_box .gmenu_nav {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .gmenu_box .gmenu_nav {
    gap: 0;
  }
}
@media only screen and (max-width: 767px) {
  .gmenu_box .gmenu_nav {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .gmenu_box .gmenu_nav .gmenu_nav_block {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .gmenu_box .gmenu_nav .gmenu_nav_block a:last-of-type {
    margin-bottom: 0;
  }
}
.gmenu_box .gmenu_nav .gmenu_nav_item {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  gap: 6px;
  margin-bottom: 26px;
  color: #FFFFFF;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .gmenu_box .gmenu_nav .gmenu_nav_item {
    align-items: baseline;
  }
}
@media only screen and (max-width: 767px) {
  .gmenu_box .gmenu_nav .gmenu_nav_item {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .gmenu_box .gmenu_nav .gmenu_nav_item {
    width: fit-content;
  }
}
@media only screen and (max-width: 767px) {
  .gmenu_box .gmenu_nav .gmenu_nav_item {
    min-width: 100%;
  }
}
.gmenu_box .gmenu_nav .gmenu_nav_item::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #FFFFFF;
  transition: width 0.4s ease;
}
.gmenu_box .gmenu_nav .gmenu_nav_item:hover::after {
  width: 100%;
}
.gmenu_box .gmenu_nav .gmenu_nav_en {
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .gmenu_box .gmenu_nav .gmenu_nav_en {
    font-family: "Montserrat SemiBold", "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 100%;
    font-weight: 600;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .gmenu_box .gmenu_nav .gmenu_nav_en {
    font-family: "Montserrat SemiBold", "Montserrat", sans-serif;
  }
}

@media only screen and (max-width: 767px) {
  .gmenu_box .gmenu_nav .gmenu_nav_en {
    font-family: "Montserrat SemiBold", "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 140%;
    font-weight: normal;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .gmenu_box .gmenu_nav .gmenu_nav_en {
    font-family: "Montserrat SemiBold", "Montserrat", sans-serif;
  }
}

.gmenu_box .gmenu_nav .gmenu_nav_jp {
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 768px) {
  .gmenu_box .gmenu_nav .gmenu_nav_jp {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 140%;
    font-weight: normal;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .gmenu_box .gmenu_nav .gmenu_nav_jp {
    font-family: "Noto Sans JP", sans-serif;
  }
}

@media only screen and (max-width: 767px) {
  .gmenu_box .gmenu_nav .gmenu_nav_jp {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    line-height: 140%;
    font-weight: normal;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .gmenu_box .gmenu_nav .gmenu_nav_jp {
    font-family: "Noto Sans JP", sans-serif;
  }
}

.gmenu_box .gmenu_footer_links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 560px;
  margin-top: 7.75rem;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .gmenu_box .gmenu_footer_links {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .gmenu_box .gmenu_footer_links {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .gmenu_box .gmenu_footer_links {
    width: 100%;
  }
}
@media only screen and (min-width: 1080px) and (max-width: 1540px) {
  .gmenu_box .gmenu_footer_links {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .gmenu_box .gmenu_footer_links {
    gap: 10px;
    margin-top: 2.5rem;
  }
}
.gmenu_box .gmenu_footer_links .gmenu_footer_list {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .gmenu_box .gmenu_footer_links .gmenu_footer_list {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 140%;
    font-weight: normal;
    gap: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .gmenu_box .gmenu_footer_links .gmenu_footer_list {
    font-family: "Noto Sans JP", sans-serif;
  }
}

@media only screen and (max-width: 767px) {
  .gmenu_box .gmenu_footer_links .gmenu_footer_list {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 140%;
    font-weight: normal;
    gap: 1rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .gmenu_box .gmenu_footer_links .gmenu_footer_list {
    font-family: "Noto Sans JP", sans-serif;
  }
}

.gmenu_box .gmenu_footer_links .gmenu_footer_link {
  color: #FFFFFF;
  text-decoration: none;
}
.gmenu_box .gmenu_footer_links .gmenu_global_link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.gmenu_box .gmenu_footer_links .gmenu_global_link .gmenu_global_label {
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .gmenu_box .gmenu_footer_links .gmenu_global_link .gmenu_global_label {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 140%;
    font-weight: normal;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .gmenu_box .gmenu_footer_links .gmenu_global_link .gmenu_global_label {
    font-family: "Noto Sans JP", sans-serif;
  }
}

@media only screen and (max-width: 767px) {
  .gmenu_box .gmenu_footer_links .gmenu_global_link .gmenu_global_label {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 140%;
    font-weight: normal;
    font-weight: 400;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .gmenu_box .gmenu_footer_links .gmenu_global_link .gmenu_global_label {
    font-family: "Noto Sans JP", sans-serif;
  }
}

.gmenu_box .gmenu_footer_links .gmenu_global_link .gmenu_global_icon {
  position: relative;
  width: 46px;
  height: 24px;
}
.gmenu_box .gmenu_footer_links .gmenu_global_link .gmenu_global_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 22px;
  transform: translate(-50%, -50%);
  background: url(../images/common/ic_arrow_topright_normal.svg) center/contain no-repeat;
}

#con_global .box_glo {
  font-size: .95rem;
}
@media only screen and (max-width: 1079px) {
  #con_global .box_glo {
    width: 100%;
  }
}

.btnOpen-glo #con_global {
  z-index: 1111;
}
