﻿
.clear-btn {
  opacity: 0;
  pointer-events: none
}

.clear-btn.--active {
  opacity: 1;
  cursor: pointer;
  pointer-events: all
}

a {
  text-decoration: none
}


.guests-wrap {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr
}

figure {
  margin-bottom: 0
}

[data-content-view].check-content {
  padding: 10px 30px 10px
}

.calendar td {
  height: 60px
}

.check-content {
  padding: 10px;
  border: solid 1px #999;
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .22))
}

.check-content img {
  border-radius: 2px;
  margin-bottom: 5px;
  display: block
}

.guests-kind-wrap {
  border-bottom: solid 1px #999;
  display: grid;
  height: fit-content
}

.guests-kind-selecter {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 0 10px;
  width: 100%
}

.guests-kind-selecter .--attention {
  font-size: clamp(10px, 1.5vw, 15px);
  letter-spacing: -.1px
}

/* 
.veiw-wrap {
  display: grid;
  gap: clamp(10px, 2vw, 20px);
  grid-template-columns: 1fr 1fr
}

.calendar-table--wrap {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr
} */

.calendar-table {
  width: 100%;
  border-left: #333 solid 1px;
  border-bottom: #333 solid 1px
}

.calendar-table caption {
  margin-bottom: 15px
}

.calendar-table th,
.calendar-table td {
  text-align: center;
  border-top: #333 solid 1px;
  border-right: #333 solid 1px
}

.meal-wrap {
  display: grid;
  gap: clamp(10px, 2vw, 20px);
  grid-template-columns: 1.5fr 1.5fr 1fr
}

.calendar-wrap {
  display: flex;
  gap: 20px
}

.check-wrap {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 5px;
  font-size: clamp(12px, 1.6vw, 16px);
  font-family: "ヒラギノUD角ゴ W5 JIS2004";
  height: 50px;
}

.check-status {
  width: clamp(15px, 2vw, 20px);
  height: clamp(15px, 2vw, 20px);
  border-radius: 2px;
  border: solid 1px #999;
  position: relative;
  background: #fff
}

.active .check-status:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(18px, 1.8vw, 20px);
  height: clamp(18px, 1.8vw, 20px);
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20 6L9 17l-5-5' fill='none' stroke='%23a40066' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center;
  background-size: contain;
  line-height: 0;
  transform: translate(-50%, -50%)
}


.empty {
  background: #fff
}

td:has(.ok, .maybe) {
  background: #fff
}

td:has(.ng, .nostatus) {
  background: #e0e0e0;
  pointer-events: none
}

td {
  border: solid 1px #fff
}

td[data-date] {
  cursor: pointer
}

.no-date,
button.check-content,
td[data-date] {
  transition: 0.4s
}

button.check-content {
  display: grid
}

.no-date.active,
button.check-content.active {
  transition: 0.4s
}

.check-out-date,
td[data-date].active {
  background: #a40066;
  color: #fff;
  transition: 0.4s
}

.guests-kind-selecter select {
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  width: clamp(80px, 20vw, 250px);
  height: clamp(40px, 4vw, 50px);
  font-size: clamp(18px, 2vw, 22px);
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 20 20'><polyline points='5,7 10,12 15,7' fill='none' stroke='black' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat right 2px center;
  border: 1px solid #6A6A6A;
  border-radius: 2px;
  text-align: center;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .22));
  text-align: center;
  text-align-last: center;
  -moz-text-align-last: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000
}

button {
  color: #000
}

.calendar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 2px
}

.no-date {
  border: none;
  background: 10px;
  text-align: center;
  width: min(400px, 100%);
  margin: 20px auto 0;
  border: solid 1px #999;
  display: block;
  cursor: pointer;
  border-radius: 2px
}

.tilde {
  font-size: 10px
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
  color: #222;
  padding: 5px 8px;
  border-radius: 2px;
  border: solid 1px #999
}

.swiper-button-next,
.swiper-button-prev {
  top: 20px
}

#check-out-popup,
#check-in-popup {
  position: absolute;
  padding: 5px;
  border-radius: 2px;
  background: #a40066;
  border: solid 1px #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  text-align: center;
  display: block;
  z-index: 999
}

.view-text {
  font-size: clamp(11px, 1.5vw, 15px);
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center
}

.ok:after {
  width: clamp(10px, 1.2vw, 12px);
  height: clamp(10px, 1.2vw, 12px);
  display: inline-block;
  border-radius: 100px;
  border: solid 2px #000;
  content: '';
  display: block
}

.active .ok:after {
  border-color: #fff
}

.amount {
  font-size: clamp(7px, 1.2vw, 12px);
  margin-top: clamp(10px, 1.5vw, 15px)
}

.amount-wrap {
  line-height: 1;
  text-align: center
}

.calendar {
  width: 100%;
  padding-bottom: 10px
}

.calendar caption {
  font-size: 18px;
  margin-bottom: 20px;
  font-family: "ヒラギノUD角ゴ W6 JIS2004"
}

.day {
  line-height: 1;
  font-size: 16px
}

.calendar td {
  padding: 6px 2px;
  width: calc(100% / 7);
  border: solid 1px #707070;
  border-radius: 2px
}

.calendar td.empty {
  border: none
}

.floating {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  margin: auto;
  transform: translateX(-50%);
  padding: 10px;
  background: #fff;
  z-index: 99;
  box-shadow: 0 -3px 6px -5px rgba(0, 0, 0, .4);
  box-sizing: border-box
}

.floating-inner {
  width: min(900px, 100%);
  margin: auto;
  display: grid;
  gap: 10px;
  grid-template-columns: 2.5fr 2.5fr 0.3fr 1fr;
  align-items: center;
  justify-content: center
}

.no-meal {
  aspect-ratio: 1/1;
  display: flex;
  margin: 0 0 5px 0;
  align-items: center;
  justify-content: center;
  letter-spacing: 1px;
  font-size: clamp(12px, 1.7vw, 17px)
}

.reserve-btn {
  padding: 1em;
  font-size: clamp(16px, 3vw, 30px);
  color: #fff;
  text-align: center;
  border-radius: 2px;
  position: relative;
  max-width: min(400px, 100%);
  align-items: center;
  display: flex;
  justify-content: center;
  font-weight: 700;
  margin: 0 auto;
  background: #a40066;
  font-size: clamp(14px, 1.6vw, 16px);
  text-align: center;
  position: relative
}

.reserve-btn::after {
  display: block;
  content: "";
  width: .7em;
  height: .7em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: auto;
  right: 20px;
  bottom: 0;
  margin: auto
}

.day-num {
  display: none;
  text-align: center;
  font-size: clamp(12px, 1.6vw, 16px)
}

.check-out,
.check-in {
  font-size: clamp(12px, 1.6vw, 16px);
  text-align: left;
  padding: 10px 10px
}

.floating-inner * {
  margin: 0
}

.check-out.not_select {
  background: #FFE0E0;
  position: relative
}

.check-out.not_select:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  width: 0;
  height: 0;
  width: 40px;
  height: 20px;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background: #FFE0E0;
  background: #a40066;
  position: absolute;
  top: -30px;
  overflow: visible;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99
}

.check-out.not_select:after {
  font-family: "ヒラギノUD角ゴ W6 JIS2004";
  padding: 10px 5px;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
  content: 'チェックアウトを選択してください';
  background: #a40066;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 10px;
  width: 85%;
  position: absolute;
  z-index: 98;
  text-align: center
}

#check-out,
#check-in {
  font-family: "ヒラギノUD角ゴ W6 JIS2004";
  font-size: clamp(12px, 1.7vw, 17px);
  letter-spacing: 1px
}

.view-text span {
  display: inline-block
}

#day-num {
  font-family: "ヒラギノUD角ゴ W5 JIS2004";
  font-size: clamp(17px, 2.5vw, 25px);
  padding: 0 5px 0 0;
  line-height: 1;
  width: fit-content
}

.--hidden {
  display: none !important
}

h2 {
  border-left: #a40066 8px solid;
  padding-left: 8px;
  font-size: clamp(18px, 2.2vw, 22px);
  margin-top: 0;
  line-height: 1.2
}

.mv-container {
  background: #faf3eb;
  margin: 0 0 40px
}

.mv-container_text {
  color: #a40066;
  text-align: center;
  width: 100%;
  z-index: 2;
  font-size: clamp(32px, 4vw, 40px);
  letter-spacing: .1em;
  line-height: 1;
  padding: clamp(35px, 6vw, 60px) 1em;
  margin: 0
}

.mv-container_text .mv-container_text_sub {
  display: block;
  font-size: .47em;
  margin-top: 1.2em;
  letter-spacing: 0
}

.c-sp-hotel__button {
  display: none !important
}

.mial-link {
  display: block;
  margin: auto;
  text-align: center;
  width: 100%;
  color: #000;
  border-bottom: 1px solid #707070;
  padding-bottom: 3px;
  margin-top: 10px;
  font-size: clamp(12px, 1.4vw, 14px);
  font-weight: 700;
  gap: clamp(15px, 3vw, 30px);
  font-family: "ヒラギノUD角ゴ W6 JIS2004";
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 40px;
  padding: 0 10px
}

.mial-link span {
  display: inline-block
}

.mial-link.--gaibu:after {
  content: '+';
  font-size: 24px;
  font-weight: 400;
  font-family: "ヒラギノUD角ゴ W4 JIS2004";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  line-height: 1;
  margin-left: 5px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%)
}

.--large {
  font-size: 1.6em
}

tr th:nth-child(7),
tr td:nth-child(7) .day {
  color: red
}

tr th:nth-child(6),
tr td:nth-child(6) .day {
  color: #00f
}

tr td.active .day {
  color: #FFF !important
}

.modalClose {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  transition: .4s;
  background: rgba(30, 30, 30, .9)
}

.modalClose[aria-hidden="true"] {
  visibility: hidden;
  opacity: 0;
  transition: .4s;
  z-index: -1
}

.modalClose[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
  z-index: 9999
}

.modalContents {
  background: #fff;
  width: min(1000px, 100%);
  border-radius: 2px;
  padding: 20px;
  overflow-y: scroll;
  height: 90vh;
  min-height: 600px;
  background: #fff
}

.modalContents-wrap {
  position: relative;
  width: min(1000px, calc(100% - 20px));
  padding: 20px;
  height: 90vh;
  min-height: 600px
}

.modalContents-wrap:after {
  content: '✕';
  color: #fff;
  position: absolute;
  top: -5px;
  right: 20px
}

.meal-box--wrap {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  max-width: 850px;
  margin: auto
}

.meal-box--wrap .img img {
  border-radius: 2px
}

.hotel_menu_ttl {
  font-size: clamp(16px, 1.8vw, 18px);
  margin: 10px 0
}

.hotel_menu_ttl+p {
  font-size: clamp(12px, 1.6vw, 14px);
  margin: 0 auto 10px;
  line-height: 1.7;
  letter-spacing: .5px
}

.gaibu-btn {
  padding: 10px 15px;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  position: relative;
  max-width: min(400px, 100%);
  align-items: center;
  display: flex;
  justify-content: center;
  font-weight: 700;
  margin: 0 auto;
  background: #000;
  font-size: clamp(14px, 1.6vw, 16px);
  text-align: center;
  display: flex;
  gap: clamp(20px, 3vw, 30px);
  position: relative
}

.gaibu-btn:after {
  content: '>';
  display: block;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: 5px
}

.hotel_menu_box {
  border: 1px solid #707070;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .22));
  border-radius: 2px;
  background: #fff
}

.hotel_menu_box img {
  border-radius: 2px 2px 0 0
}

.hotel_menu_box h3 {
  padding: 0 10px
}

.hotel_menu_box p {
  padding: 0 10px 10px 10px
}

td.touch-none {
  background: #e0e0e0;
  pointer-events: none;
  cursor: auto
}

.calendar-inner {
  height: 100%;
  display: grid;
  gap: 10px
}

.calendar-content {
  margin: 0 auto auto
}

.check-out-date {
  position: relative
}

.check-out-date:after {
  position: absolute;
  background: #a40066;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  max-width: 77px;
  margin: auto;
  min-height: 18px;
  display: block;
  word-break: keep-all;
  content: 'チェック アウト';
  bottom: 6px;
  font-size: 10px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  font-family: "ヒラギノUD角ゴ W5 JIS2004"
}

@media screen and (max-width:1100px) {
  .check-out-date:after {
    font-size: clamp(7px, 1.5vw, 15px);
    max-width: 110px
  }

  .amount {
    font-size: clamp(7px, 1.7vw, 17px)
  }
}

@media screen and (max-width:768px) {
  .check-out.not_select:before {
    top: -20px
  }

  .check-out-date:after {
    font-size: clamp(8px, 1vw, 12px)
  }

  .check-out,
  .check-in {
    padding: 10px 3px
  }

  .amount-wrap {
    line-height: .8
  }

  .view-text span {
    display: inline
  }

  .guests-wrap {
    grid-template-columns: 1fr 1.05fr
  }

  [data-content-view].check-content,
  .check-content {
    padding: 6px
  }

  h3 {
    font-size: 18px;
    margin: 5px 0 5px
  }

  .guests-kind-wrap {
    padding: 10px 0
  }

  .guests-kind-selecter select {
    width: clamp(60px, 10vw, 100px);
    height: clamp(35px, 5vw, 50px)
  }

  .guests-kind-selecter {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 0 3px
  }

  .guests-kind-selecter span {
    font-size: 12px;
    margin-left: 2px
  }

  .guests-kind-selecter h4 {
    line-height: 1.2
  }

  .old {
    font-size: 13px
  }

  .sp-guests-kind-selecter--grid {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr
  }

  .guests-kind-selecter {
    flex-wrap: wrap
  }

  .guests-wrap {
    gap: 10px
  }

  .floating-inner {
    display: grid;
    grid-template-columns: 1.5fr 1.5fr 0.1fr 1fr;
    gap: 0 10px
  }

  .check-in {
    font-size: 11px;
    text-align: left
  }

  .check-out {
    font-size: 11px;
    text-align: left
  }

  .day-num {
    text-align: left;
    padding-left: 3px
  }

  #check-in,
  #check-out {
    display: block
  }

  .reserve-btn-wrap {
    height: 100%
  }

  .reserve-btn {
    padding: 0;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 10px
  }
}

.inblo span {
  display: inline-block
}

@media screen and (max-width:600px) {
  .meal-box--wrap {
    grid-template-columns: 1fr
  }
}

.error {
  height: auto
}

#error {
  display: block;
  padding: 10px;
  width: 100%;
  text-align: center;
  border-radius: 2px;
  background: rgb(245, 149, 167)
}

#error:empty {
  display: none
}

.reserve-btn.--invalid {
  pointer-events: none;
  background: gray
}

.t-small {
  font-size: clamp(12px, 1.4vw, 14px)
}

#talkappi-chat-icon,
.talkappi-chat-menu {
  display: none !important
}

.c-h2 .jp {
  position: relative;
  z-index: 1;
  display: block;
  font-family: "Hiragino Mincho W6 JIS2004";
  font-size: clamp(22px, 3vw, 30px);
  text-align: center;
  line-height: 1.6
}

.text-large {
  font-size: clamp(15px, 1.7vw, 17px);
  width: fit-content;
  margin: auto;
  font-size: clamp(15px, 1.8vw, 18px)
}

.c-h2 .renewal {
  line-height: 1;
  font-size: 2.3em;
  color: #939393;
  display: block;
  margin-bottom: .4em;
  font-family: "europa", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center
}