@charset "UTF-8";
/* media query */
.login header {
  position: fixed;
  top: 0;
}
.login footer {
  position: fixed;
  bottom: 0;
  background: #fff;
}

.loginArea {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  background-image: linear-gradient(135deg, #607283, #062a48);
}
.loginArea .form {
  max-width: 500px;
  width: calc(100% - 30px);
  margin: auto;
}
.loginArea .form h3 {
  color: #fff;
  font-size: 3rem;
  font-style: normal;
  font-optical-sizing: auto;
  text-align: center;
}
.loginArea .form dl {
  margin-top: 20px;
}
.loginArea .form dl dt {
  color: #fff;
  font-size: 2rem;
  font-style: normal;
  font-optical-sizing: auto;
}
.loginArea .form dl dd {
  padding: 10px 0;
}
.loginArea .form dl dd label input {
  width: calc(100% - 0px);
  padding: 5px 10px;
}
.loginArea .form .btn {
  margin-top: 20px;
}
.loginArea .form .btn input {
  width: 100%;
  padding: 15px;
  color: #fff;
  font-size: 2rem;
  font-style: normal;
  font-optical-sizing: auto;
  text-align: center;
  cursor: pointer;
  transition: all .3s ease-out;
  border: 1px solid #0e9e5d;
  border-radius: 5px;
  background: #0e9e5d;
}
@media screen and (max-width: 960px) {
  .loginArea .form .btn input {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .loginArea .form .btn input:hover {
    opacity: 0.6;
  }
}

body.open_popup {
  overflow: hidden;
}

.bg_onetime_popup {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

body.open_popup .bg_onetime_popup {
  opacity: 1;
  visibility: visible;
}

.onetime_popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 50%;
  min-width: 330px;
  background-color: #fff;
}

.onetime_popup_title {
  position: relative;
  padding: 1em 80px;
  margin: 0px;
  background-color: #3388dd;
  color: #fff;
  font-size: 32px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 668px) {
  .onetime_popup_title {
    padding: .1em 40px .5em;
  }
}

.onetime_popup_title_close {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  cursor: pointer;
}
@media screen and (max-width: 668px) {
  .onetime_popup_title_close {
    right: 10px;
  }
}

.onetime_popup_title_close::before,
.onetime_popup_title_close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 4px;
  background-color: #fff;
  content: "";
}

.onetime_popup_title_close::before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.onetime_popup_title_close::after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.onetime_popup_content {
  padding: 60px 30px;
  text-align: left;
}
@media screen and (max-width: 668px) {
  .onetime_popup_content {
    padding: 20px 15px;
  }
}

.houjinArea {
  width: 100%;
  padding: 0 0 100px;
  background: #f1f1f1;
}
.houjinArea .mainimg {
  padding: 40px 0;
  background-image: url("../images/main_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 668px) {
  .houjinArea .mainimg {
    padding: 0;
  }
}
.houjinArea .mainimg h2 {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.houjinArea h3 {
  padding: 60px 20px;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 2.5rem;
  font-style: normal;
  font-optical-sizing: auto;
  text-align: center;
}
@media screen and (max-width: 668px) {
  .houjinArea h3 {
    padding: 20px;
    font-size: 2rem;
  }
}
.houjinArea .plan {
  max-width: 1280px;
  width: calc(100% - 30px);
  margin: auto;
}
.houjinArea .plan .search {
  padding: 20px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.houjinArea .plan .search .select {
  cursor: pointer;
  width: 25%;
  padding: 10px;
  font-size: 2rem;
  border-top: 1px solid #dfdfdf;
  border-left: 2px solid #163c61;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
@media screen and (max-width: 960px) {
  .houjinArea .plan .search .select {
    width: 100%;
  }
}
.houjinArea .plan .search .select .label {
  color: #aaa;
  font-size: 1.5rem;
  display: block;
}
.houjinArea .plan .search .area .modal-content ul li {
  width: calc(50% - 10px);
  margin: 5px;
}
@media screen and (max-width: 668px) {
  .houjinArea .plan .search .area .modal-content ul li {
    width: 100%;
    margin: 5px 0;
  }
}
.houjinArea .plan .search .hotel .modal-content ul {
  justify-content: space-between;
}
.houjinArea .plan .search .hotel .modal-content ul li {
  width: calc(33% - 10px);
  margin: 5px;
}
@media screen and (max-width: 668px) {
  .houjinArea .plan .search .hotel .modal-content ul li {
    width: 100%;
    margin: 5px 0;
  }
}
.houjinArea .plan .search .hotel .modal-content ul li dl dt {
  color: #888;
  font-size: 1.6rem;
}
.houjinArea .plan .search .hotel .modal-content ul li dl dd {
  margin: 5px 0;
}
.houjinArea .plan .search .hotel .modal-content ul li dl dd span {
  margin: 5px 0;
  font-size: 1.4rem;
}
.check {
  position: relative;
}
.check .flatpickr-input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.houjinArea .plan .search .btn {
  width: 20%;
}
@media screen and (max-width: 960px) {
  .houjinArea .plan .search .btn {
    width: 100%;
    margin: 10px 0 0;
  }
}
.houjinArea .plan .search .btn input {
  width: 100%;
  height: 100%;
  padding: 15px;
  color: #fff;
  font-size: 2rem;
  font-style: normal;
  font-optical-sizing: auto;
  text-align: center;
  cursor: pointer;
  transition: all .3s ease-out;
  border: 1px solid #055f8c;
  background: #336493;
}
@media screen and (max-width: 960px) {
  .houjinArea .plan .search .btn input {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .houjinArea .plan .search .btn input:hover {
    opacity: 0.6;
  }
}
.houjinArea .plan .box ul {
  margin: 20px 0 0;
  padding: 20px;
  border-top: 2px solid #163c61;
  background: #fff;
}
.houjinArea .plan .box ul li {
  padding: 20px;
  border-bottom: 1px solid #efefef;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 668px) {
  .houjinArea .plan .box ul li {
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
}
.houjinArea .plan .box ul li div.img {
  width: 30%;
}
@media screen and (max-width: 960px) {
  .houjinArea .plan .box ul li div.img {
    width: 100%;
  }
}
.houjinArea .plan .box ul li div.txt {
  width: 46%;
  padding: 50px 0 0;
}
@media screen and (max-width: 960px) {
  .houjinArea .plan .box ul li div.txt {
    width: 76%;
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 668px) {
  .houjinArea .plan .box ul li div.txt {
    width: 100%;
    padding: 10px 0 0;
  }
}
.houjinArea .plan .box ul li div.txt .name {
  color: #163c61;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 668px) {
  .houjinArea .plan .box ul li div.txt .name {
    text-align: center;
  }
}
.houjinArea .plan .box ul li div.txt .name span {
  margin: 0 15px 0 0;
  padding: 5px 20px;
  color: #b33253;
  font-size: 1.7rem;
  font-weight: normal;
  border: 1px solid #b33253;
}
@media screen and (max-width: 668px) {
  .houjinArea .plan .box ul li div.txt .name span {
    margin: 0 0 10px;
    padding: 0;
    display: block;
  }
}
.houjinArea .plan .box ul li div.txt .name span.sold_out {
  color: #858585;
  border-color: #858585;
}
.houjinArea .plan .box ul li div.txt .price {
  color: #b33253;
}
@media screen and (max-width: 668px) {
  .houjinArea .plan .box ul li div.txt .price {
    margin: 10px 0 0;
    text-align: center;
  }
}
.houjinArea .plan .box ul li div.txt .price span {
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .houjinArea .plan .box ul li div.txt .price span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 668px) {
  .houjinArea .plan .box ul li div.txt .price span {
    display: block;
  }
}
.houjinArea .plan .box ul li div.btn {
  width: 20%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 668px) {
  .houjinArea .plan .box ul li div.btn {
    width: 100%;
  }
}
.houjinArea .plan .box ul li div.btn dl {
  width: 100%;
}
.houjinArea .plan .box ul li div.btn dl dd {
  padding: 10px 0;
}
@media screen and (max-width: 960px) {
  .houjinArea .plan .box ul li div.btn dl dd {
    padding: 10px 0 0;
  }
}
.houjinArea .plan .box ul li div.btn dl dd:first-child a {
  color: #163c61;
  background: #e7eff8;
}
.houjinArea .plan .box ul li div.btn dl dd:first-child a::before {
  border-top: 3px solid #163c61;
  border-right: 3px solid #163c61;
}
.houjinArea .plan .box ul li div.btn dl dd:last-child a {
  color: #fff;
  background: #b33253;
}
.houjinArea .plan .box ul li div.btn dl dd:last-child a::before {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
.houjinArea .plan .box ul li div.btn dl dd.sold_out a {
  background-color: #5C5C5C;
  pointer-events: none;
}
.houjinArea .plan .box ul li div.btn dl dd a {
  width: 100%;
  padding: 10px;
  text-align: center;
  display: block;
  position: relative;
}
.houjinArea .plan .box ul li div.btn dl dd a::before {
  content: '';
  width: 5px;
  height: 5px;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.houjinArea .plan .pagination {
  margin-top: 50px;
}
@media screen and (max-width: 960px) {
  .houjinArea .plan .pagination {
    margin-top: 30px;
  }
}
.houjinArea .plan .pagination ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 960px) {
  .houjinArea .plan .pagination ul {
    gap: 8px;
    font-size: 1.3rem;
  }
}
.houjinArea .plan .pagination ul > li {
  box-sizing: border-box;
  display: grid;
  place-content: center;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 960px) {
  .houjinArea .plan .pagination ul > li {
    width: 30px;
    height: 30px;
  }
}
.houjinArea .plan .pagination ul > li > a, .houjinArea .plan .pagination ul > li > span {
  box-sizing: border-box;
  display: grid;
  place-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #898989;
  color: #898989;
  background: #fff;
}
@media screen and (max-width: 960px) {
  .houjinArea .plan .pagination ul > li > a, .houjinArea .plan .pagination ul > li > span {
    width: 30px;
    height: 30px;
  }
}
.houjinArea .plan .pagination ul > li.active {
  border: 1px solid #055f8c;
  background: #055f8c;
  color: #fff;
}
.houjinArea .plan .pagination ul > li.nolink {
  border: 1px solid #898989;
  background: #ebebeb;
  color: #898989;
}

/* ボタン */
.open-btn {
  width: 100%;
  font-size: 2rem;
  text-align: left;
  border: none;
  cursor: pointer;
  background: none;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 2.5rem;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.close-btn i {
  color: #ccc;
  font-size: 3rem;
}

/* モーダル背景 */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(79, 79, 79, 0.5);
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* モーダル表示状態 */
.modal.active {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}

/* モーダルの中身*/
.modal-content {
  padding: 1rem;
  width: 80vw;
  max-width: 800px;
  position: relative;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.modal-content h4 {
  padding: 0 10px 10px;
  margin: 5px;
  font-size: 2rem;
  border-bottom: 1px solid #dfdfdf;
}
@media screen and (max-width: 668px) {
  .modal-content h4 {
    margin: 5px 0;
  }
}
.modal-content ul {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}
.modal-content li span {
  cursor: pointer;
}
.modal-content li span.active {
  color: #336493;
}
.modal-content li span:hover {
  color: #336493;
}

/* アニメーション*/
.modal.active .modal-content {
  animation: fadeInScale 0.4s ease forwards;
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.flatpickr-calendar {
  font-size: 14px !important; 
}
.flatpickr-calendar * {
  font-size: inherit; 
}
#displayDate {
  font-size: 2rem;
}
#modal-2 {
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#modal-2 .modal-content {
  height: 90%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 668px) {
  #modal-2 .modal-content {
    height: 80%;

  }
}
#modal-2 .modal-content ul {
  overflow-y: auto;
  height: 100%;
  min-height: 0;
}
#modal-2 .modal-content ul .active {
  color: #336493;
}