@charset "UTF-8";
/* 検索ボタンの文字色と背景色 */
.directin-sp-form .directin-sp-form-submit-button button {
  color: #ffffff;
  background-color: #1941AF;
}

/* 宿泊日・日程未定・人数・客室数の文字色 */
.directin-sp-form .directin-sp-form-input label .directin-sp-form-label,
.directin-sp-form .directin-sp-form-input label .directin-sp-form-checkbox-label,
.directin-sp-form .directin-sp-form-guest-room-input-group .directin-sp-form-guest-room-separator {
  color: #000000;
  font-size: 14px;
}

.panel_area {
  overflow: hidden;
  background-color: #7AD4E8;
  position: relative;
  z-index: 1;
}
.panel_area::before, .panel_area::after {
  content: "";
  display: block;
  position: absolute;
}
.panel_area::before {
  width: 1020px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) skewX(135deg);
          transform: translateX(-50%) skewX(135deg);
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#67C7DD));
  background-image: linear-gradient(to right, #fff, #67C7DD);
  z-index: -1;
}
.panel_area::after {
  height: 262px;
  right: 0;
  bottom: 0;
  aspect-ratio: 1/1;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255));
  background-color: transparent;
}
.panel_area .content_wrap {
  width: 960px;
  padding-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  position: relative;
  z-index: 1;
}
.panel_area .content_wrap h3.search_title {
  font-size: 23px;
  padding-top: 18px;
}
.panel_area .other_link {
  background-color: #147081;
}
.panel_area .other_link ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.panel_area .other_link ul li {
  border-left: 1px solid #fff;
}
.panel_area .other_link ul li:last-child {
  border-right: 1px solid #fff;
}
.panel_area .other_link ul li a {
  padding: 10px 24px;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  display: block;
}

@media screen and (max-width: 1200px) {
  .panel_area::after {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  .directin-sp-form .directin-sp-form-input-group .directin-sp-form-input label .directin-sp-form-checkbox-label {
    font-size: 14px;
  }
  .panel_area {
    background-color: #98dae9;
  }
  .panel_area::before {
    width: 50%;
    height: auto;
    aspect-ratio: 1/1;
    top: 0;
    left: 0;
    -webkit-transform: unset;
            transform: unset;
    background-image: linear-gradient(135deg, rgb(122, 212, 232), rgb(122, 212, 232) 50%, rgba(122, 212, 232, 0) 50%, rgba(122, 212, 232, 0));
    z-index: -1;
  }
  .panel_area::after {
    display: none;
  }
  .panel_area .content_wrap {
    width: auto;
    padding-bottom: 5px;
    display: block;
    padding-top: 20px;
  }
  .panel_area .content_wrap h3.search_title {
    text-align: center;
    font-size: 20px;
    padding-top: 0;
  }
  .panel_area .other_link {
    display: none;
  }
}/*# sourceMappingURL=HPM_en.css.map */