@charset "UTF-8";
body {
  font-family: "Noto Sans JP", "Montserrat", sans-serif;
}

@media screen and (max-width: 780px) {
  .main {
    margin-top: 17.949vw;
  }
}
img {
  max-width: 100%;
  height: auto;
}

p {
  margin: 0;
}

input[type=date]::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
}

@media (max-width: 780px) {
  header ._inner .spHeader a#Calendar {
    color: #fff;
    background-color: #42b78a;
    margin-left: 1.2820512821vw;
    text-decoration: none;
  }
	
  header ._inner .spHeader a#Calendar svg path {
    fill: #fff;
  }
}

.blockHeading {
  background-color: #ffe200;
  overflow: hidden;
}

.blockHeading__inner {
  position: relative;
  padding: 65px 0 51px;
}

@media screen and (max-width: 780px) {
  .blockHeading__inner {
    padding: 90px 0 90px;
  }
}
.blockHeading__heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 0.8125;
  color: #000;
  text-align: center;
  position: relative;
  z-index: 3;
}

.blockHeading__subText {
  font-size: 28px;
  font-weight: 500;
  line-height: 0.9285714286;
  color: #000;
  font-family: "Montserrat";
  text-align: center;
  margin-top: 28px;
  position: relative;
  z-index: 3;
}

.blockHeading__img, .blockHeading__img--cloud, .blockHeading__img--hotel, .blockHeading__img--bird, .blockHeading__img--mount {
  width: 100%;
  position: absolute;
}

.blockHeading__img--mount {
  max-width: 433px;
  left: 0;
  bottom: -4px;
}

@media screen and (max-width: 990px) {
  .blockHeading__img--mount {
    max-width: 300px;
  }
}
@media screen and (max-width: 780px) {
  .blockHeading__img--mount {
    left: -50px;
  }
}
@media screen and (max-width: 600px) {
  .blockHeading__img--mount {
    max-width: 277px;
    left: -93px;
  }
}
.blockHeading__img--bird {
  max-width: 33px;
  left: 70px;
  bottom: 109px;
}

@media screen and (max-width: 990px) {
  .blockHeading__img--bird {
    max-width: 28px;
    left: 70px;
    bottom: 92px;
  }
}
@media screen and (max-width: 780px) {
  .blockHeading__img--bird {
    max-width: 25px;
    left: 21px;
    bottom: 90px;
  }
}
.blockHeading__img--hotel {
  max-width: 195px;
  right: 73px;
  bottom: -5px;
}

@media screen and (max-width: 990px) {
  .blockHeading__img--hotel {
    max-width: 164px;
    right: 50px;
  }
}
@media screen and (max-width: 780px) {
  .blockHeading__img--hotel {
    max-width: 171px;
    right: 10px;
  }
}
@media screen and (max-width: 600px) {
  .blockHeading__img--hotel {
    max-width: 136px;
  }
}
.blockHeading__img--cloud {
  max-width: 353px;
  top: 33px;
  right: 0;
}

@media screen and (max-width: 990px) {
  .blockHeading__img--cloud {
    max-width: 264px;
    top: 65px;
    right: 0;
  }
}
@media screen and (max-width: 780px) {
  .blockHeading__img--cloud {
    max-width: 262px;
    top: 100px;
    right: -69px;
  }
}
@media screen and (max-width: 600px) {
  .blockHeading__img--cloud {
    max-width: 253px;
    top: 113px;
    right: -186px;
  }
}
#RoomCalendar {
  padding-top: 0;
  color: #000;
  position: relative;
}
#RoomCalendar .calendar__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-bottom: 6px;
}
#RoomCalendar .calendar__link li {
  max-width: 100px;
  width: calc((100% - 30px) / 7);
  height: 60px;
  border: 2px solid #ddd;
  border-top: 0;
}
#RoomCalendar .calendar__link li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  font-weight: 700;
}
#RoomCalendar .calendar__link li a:hover {
  text-decoration: none;
}
#RoomCalendar .calendar__link li.-active {
  border-color: #2e3d7a;
}
#RoomCalendar .calendar__link li.-active a {
  color: #fff;
  background-color: #2e3d7a;
  pointer-events: none;
}
#RoomCalendar .calendar__link--note {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 24px;
}
#RoomCalendar .precedent__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-bottom: 24px;
}
#RoomCalendar .calendar__precedent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#RoomCalendar .calendar__precedent li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  line-height: 1.3;
}
#RoomCalendar .calendar__precedent li.-empty {
  margin-right: 35px;
}
#RoomCalendar .calendar__precedent li.-empty::before {
  content: "〇";
  font-size: 18px;
}
#RoomCalendar .calendar__precedent li.-full {
  margin-right: 48px;
}
#RoomCalendar .calendar__precedent li.-full::before {
  content: "×";
  font-size: 20px;
}
#RoomCalendar .calendar__precedent li.-pets::before {
  content: "";
  display: block;
  width: 17px;
  height: 15px;
  background: url(../images/dog_icon.svg) no-repeat 0 0;
  background-size: contain;
}
#RoomCalendar .calendar__precedent.-rank {
  margin-left: auto;
  gap: 35px;
}
#RoomCalendar .calendar__precedent.-rank li::before {
  content: "";
  display: block;
  width: 30px;
  height: 22px;
  border: 1px solid #ccc;
  margin-right: 10px;
}
#RoomCalendar .calendar__precedent.-rank li.-economy::before {
  background-color: #d0e3e8;
}
#RoomCalendar .calendar__precedent.-rank li.-regular::before {
  background-color: #fff;
}
#RoomCalendar .calendar__precedent.-rank li.-high::before {
  background-color: #f5f297;
}
#RoomCalendar .calendar__precedent.-rank li.-top::before {
  background-color: #d0df8f;
}
#RoomCalendar .calendar__precedent.-rank li.-peak::before {
  background-color: #b3c96e;
}
#RoomCalendar .calendar__precedent li span {
  font-size: 70%;
}
#RoomCalendar .calendar__wrap {
  overflow: auto;
  width: 100%;
  height: 800px;
  position: relative;
}
#RoomCalendar .calendar__wrap table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
#RoomCalendar .calendar__wrap table thead th {
  width: 100px;
  min-width: 55px;
  height: 55px;
  position: sticky;
  top: 0;
  left: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #ddd;
  background-color: #fff;
  padding: 5px;
  text-align: center;
  font-size: 15px;
  line-height: 1.4;
  z-index: 5;
}
#RoomCalendar .calendar__wrap table thead th span {
  font-size: 13px;
}
#RoomCalendar .calendar__wrap table thead th:first-child {
  width: 292px;
  z-index: 6;
}
#RoomCalendar .calendar__wrap table thead th:last-child {
  border-right: 0;
}
#RoomCalendar .calendar__wrap table thead th.-saturday {
  color: #337fc5;
}
#RoomCalendar .calendar__wrap table thead th.-sunday, #RoomCalendar .calendar__wrap table thead th.-holiday {
  color: #e50000;
}
#RoomCalendar .calendar__wrap table tbody th {
  font-weight: 500;
  position: sticky;
  top: 0;
  left: 0;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background-color: #fff;
  height: 45px;
  z-index: 4;
}
#RoomCalendar .calendar__wrap table tbody td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center;
  font-size: 18px;
  position: relative;
}
#RoomCalendar .calendar__wrap table tbody td:last-child {
  border-right: 0;
}
#RoomCalendar .calendar__wrap table tbody td.-nosale {
  background-color: #eee;
  font-size: 20px;
}
#RoomCalendar .calendar__wrap table tbody td.-pets::before {
  content: "";
  display: block;
  width: 17px;
  height: 15px;
  background: url(../images/dog_icon.svg) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  bottom: 3px;
  right: 3px;
}
#RoomCalendar .calendar__wrap table tbody td.-economy {
  background-color: #d9e9ed;
}
#RoomCalendar .calendar__wrap table tbody td.-regular {
  background-color: #fff;
}
#RoomCalendar .calendar__wrap table tbody td.-high {
  background-color: #f5f297;
}
#RoomCalendar .calendar__wrap table tbody td.-top {
  background-color: #d0df8f;
}
#RoomCalendar .calendar__wrap table tbody td.-peak {
  background-color: #b3c96e;
}
#RoomCalendar .calendar__wrap table tbody td a {
  color: #000;
  text-decoration: none;
}
#RoomCalendar .calendar__block {
  position: relative;
}
#RoomCalendar .calendar__btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 30px;
  color: #2a3e7e;
  z-index: 15;
}
#RoomCalendar .calendar__btn.-prev {
  left: max(50% - 550px - 45px, 15px);
}
#RoomCalendar .calendar__btn.-next {
  right: max(50% - 550px - 45px, 15px);
}

@media screen and (max-width: 780px) {
  #RoomCalendar {
    padding: 0vw 0 10.2564102564vw;
  }
  #RoomCalendar .calendar__link {
    gap: 5px;
    margin-bottom: 1.0256410256vw;
  }
  #RoomCalendar .calendar__link li {
    max-width: 100%;
    height: 10.2564102564vw;
  }
  #RoomCalendar .calendar__link li a {
    font-size: 2.5641025641vw;
  }
  #RoomCalendar .calendar__link--note {
    font-size: 3.4615384615vw;
    margin-bottom: 5.7692307692vw;
  }
  #RoomCalendar .precedent__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5128205128vw;
    margin-bottom: 3.8461538462vw;
  }
  #RoomCalendar .calendar__precedent {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #RoomCalendar .calendar__precedent li {
    font-size: 3.4615384615vw;
  }
  #RoomCalendar .calendar__precedent li.-empty {
    margin-right: 4.4871794872vw;
  }
  #RoomCalendar .calendar__precedent li.-empty::before {
    font-size: 3.8461538462vw;
  }
  #RoomCalendar .calendar__precedent li.-full {
    margin-right: 5.7692307692vw;
  }
  #RoomCalendar .calendar__precedent li.-full::before {
    font-size: 4.358974359vw;
  }
  #RoomCalendar .calendar__precedent li.-pets::before {
    width: 3.5897435897vw;
    height: 3.0769230769vw;
  }
  #RoomCalendar .calendar__precedent.-rank {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: auto;
    gap: 0;
  }
  #RoomCalendar .calendar__precedent.-rank li {
    width: 33.333%;
  }
  #RoomCalendar .calendar__precedent.-rank li::before {
    width: 6.9230769231vw;
    height: 5.1282051282vw;
    margin-right: 1.2820512821vw;
  }
  #RoomCalendar .calendar__wrap {
    height: 102.5641025641vw;
  }
  #RoomCalendar .calendar__wrap table {
    width: 178.0769230769vw;
    table-layout: fixed;
  }
  #RoomCalendar .calendar__wrap table thead th {
    width: 11.0256410256vw;
    min-width: 100%;
    height: 14.358974359vw;
    padding: 0.641025641vw;
    font-size: 3.3333333333vw;
    line-height: 1.6;
  }
  #RoomCalendar .calendar__wrap table thead th span {
    font-size: 3.3333333333vw;
  }
  #RoomCalendar .calendar__wrap table thead th:first-child {
    width: 23.7179487179vw;
  }
  #RoomCalendar .calendar__wrap table tbody th {
    height: 9.6153846154vw;
    font-size: 3.5897435897vw;
  }
  #RoomCalendar .calendar__wrap table tbody td {
    font-size: 3.9230769231vw;
  }
  #RoomCalendar .calendar__wrap table tbody td.-nosale {
    font-size: 4.358974359vw;
  }
  #RoomCalendar .calendar__wrap table tbody td.-pets::before {
    width: 3.5897435897vw;
    height: 3.0769230769vw;
  }
  #RoomCalendar .calendar__btn {
    font-size: 7.1794871795vw;
  }
  #RoomCalendar .calendar__btn.-prev {
    left: 2.5641025641vw;
  }
  #RoomCalendar .calendar__btn.-next {
    right: 2.5641025641vw;
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#Loading {
  position: fixed;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#Loading.-hide {
  opacity: 0;
  pointer-events: none;
  visibility: visible;
}
#Loading .fas {
  font-size: 54px;
  color: #337fc5;
  -webkit-animation: 3s linear infinite rotation;
          animation: 3s linear infinite rotation;
}

.ui-datepicker-calendar .day-sunday > a,
.ui-datepicker-calendar .day-holiday > a {
  background: #ffc0c0;
}

.ui-datepicker-calendar .day-saturday > a {
  background: #c0d0ff;
}

.ui-datepicker-calendar .ui-datepicker-current-day .ui-state-active {
  background: #fff;
}

/* カレンダーブロック全体の中央寄せと左右余白の追加 */
#RoomCalendar ._inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

/* オーバーフローを防ぎつつ、テーブルが適切に収まるよう調整 */
@media screen and (max-width: 780px) {
  #RoomCalendar ._inner {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
