@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow,
.slick-dots li {
  display: none;
}

/* header */
.header_main .header_contact_box {
  min-width: 380px;
}

.header_main .header_contact_box .link_txt {
  font-size: 13px;
}

.header_main .header_contact_box .header_login {
  min-width: 130px;
}

#header.psp {
  border-top: 3px solid #bf9533;
  background: #262525;
}

#header.psp .content_inr {
  background: linear-gradient(to right, #262525 0%, #4b4a4a 10%, #4a4949 31%, #262525 100%);
}

#header.psp .header_login .btn {
  border: 1px solid #bf9533;
  background: #bf9533;
  color: #fff;
}

.big_ttl_txt > span {
  margin-top: 0;
}
.jtb .area_box {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.jtb .area_box .txt_col{
  width: 75%;
}
.jtb .area_box.col1 .txt_col{
  width: 100%;
}
.jtb .area_box .img_col{
  text-align: right;
  width: 25%;
  padding-left: 2%;
}
.jtb .area_box .img_col img{
  width: auto;
  max-width: 100%;
}


@media screen and (max-width: 767px) {
  #header.psp .header_main .sp_hum_icon span,
  #header.psp .header_main .sp_hum_icon:after,
  #header.psp .header_main .sp_hum_icon:before {
    background: #fff;
  }
  .header_main .header_contact_box {
    min-width: 0;
  }
  .header_main .header_contact_box .header_login {
    min-width: 100%;
  }
}

.breadcrumb {
  margin-bottom: 0;
}

/* search */
#search.online {
  background: #f2f1f1;
  padding: 0px 0 50px;
}

.top_ttl_lv2 {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "Noto Sans CJK Regular", "メイリオ", Meiryo;
}

.search_area {
  position: relative;
  padding: 47px 0 34px;
}

.search_area .top_ttl_lv2 {
  margin: 0 0 36px;
}

.search_area .btn_size_default {
  margin-top: 50px;
}

.search_area .more_search {
  margin-top: 32px;
  text-align: center;
}

.search_area .more_search span {
  display: inline-block;
  text-align: center;
  position: relative;
  padding-bottom: 12px;
  cursor: pointer;
}

.search_area .more_search span:after {
  display: block;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #008eed;
  border-right: 2px solid #008eed;
  content: '';
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.search_area .more_search span.is_open:after {
  -webkit-transform: translateY(6px) rotate(-135deg);
          transform: translateY(6px) rotate(-135deg);
}

.search_area .more_search_btn_area {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  bottom: 33px;
}

.search_area .more_search_btn_area .btn_size_default {
  -ms-flex-order: 2;
      order: 2;
  width: 199px;
  margin-top: 0;
  margin-left: 1.7%;
}

.search_area .more_search_btn_area .more_search {
  margin: 0;
}

.search_area .more_search_btn_area .more_search span {
  padding: 0 0 0 20px;
}

.search_area .more_search_btn_area .more_search span:after {
  right: auto;
  top: 0;
  -webkit-transform: translateY(-3px) rotate(45deg);
          transform: translateY(-3px) rotate(45deg);
}

.search_area .more_search_btn_area .more_search span.is_open:after {
  -webkit-transform: translateY(6px) rotate(-135deg);
          transform: translateY(6px) rotate(-135deg);
}

.search_area .more_search_area {
  display: none;
  margin: 37px auto 0;
  padding: 50px 0 62px;
  border-top: 1px dashed #969495;
}

.search_area .more_search_area .label {
  display: table-cell;
  vertical-align: middle;
  width: 30px;
  width: 3rem;
  text-align: center;
}

.search_area .more_search_area .search_row + .search_row {
  margin-top: 11px;
}

.search_area .more_search_area .search_label {
  width: 171px;
}

.search_area .search_modal_area {
  z-index: 999;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display:none;
  width: 280px;
  margin: 0 auto;
  background: #fff;
  border: 2px solid #979595;
}
.search_area .search_modal_area.child {
  top: 170px;
  left: 570px;
}
.dom.index .search_area .search_modal_area.child {
  top: 145px;
}
.search_area .search_modal_area .search_item_inr {
  padding: 7px 15px;
  border-bottom: 2px dotted #bfbebe;
}
.search_area .search_modal_area .search_item_inr:last-child{
  border-bottom: none;
}
.search_area .search_modal_area .search_item_inr .search_label {
  width: 65%;
}
.search_area .search_modal_area .search_item_inr .search_label > span {
  display: block;
  padding-top: 3px;
  font-size: 10px;
  color: #979595;
}
.search_area .search_modal_area .search_item_inr .btn_size_default {
  margin-top: 0;
}
.search_area .search_modal_area .search_item_inr .btn_size_default .btn {
  max-width: 129px;
}
.search_area .search_modal_area .search_item_inr .minus ,
.search_area .search_modal_area .search_item_inr .plus {
  display: none;
}
.search_area .search_modal_area .error_txt {
/*  display: none;*/
  margin-top: 5%;
  padding: 3% 4% 3% 14%;
  font-size: 12px;
  font-weight: bold;
  color: #cc0000;
  background-image: url(/online/common/img/icon_caution.png);
  background-size: 8%;
  background-position: left 4% center;
  background-repeat: no-repeat;
  background-color: #f2f1f1;
}

@media screen and (max-width: 962px) {
  .search_area .search_modal_area.child {
    top: 225px;
    left: 0;
    right: 600px;
  }
  .dom.index .search_area .search_modal_area.child {
    left: 570px;
    right: 0;
  }
}
@media screen and (max-width: 949px) {
  .search_area .search_modal_area.child {
  }
  .dom.index .search_area .search_modal_area.child {
    top: 205px;
    left: 0;
    right: 600px;
  }
}
@media screen and (max-width: 767px) {
  .search_area {
    padding: 30px 12px 24px;
  }
  .search_row {
    padding: 0 12px;
  }
  .search_item_inr {
    vertical-align: top;
  }
  .search_item.sp_2col .select_box {
    width: calc(calc(100% - 80px)/2);
    float: none;
  }
  .search_item.sp_2col .select_box:last-child {
    padding-left: 10px;
    width: auto;
  }
  .search_item.sp_2col .select_box.very_small {
    padding-left: 0;
  }
  .search_area .more_search_area .search_label {
    width: 100px;
  }
  .search_area .more_search_btn_area {
    position: static;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .search_area .more_search_btn_area .btn_size_default {
    -ms-flex-order: 1;
        order: 1;
    margin: 0 auto 20px;
  }
  .search_area .more_search_btn_area .more_search {
    width: 100%;
    -ms-flex-order: 2;
        order: 2;
  }
  .search_area .more_search_btn_area .more_search span {
    padding: 0 0 20px;
  }
  .search_area .more_search_btn_area .more_search span:after {
    right: 0;
    bottom: -12px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .search_area .search_modal_area.child {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    border: none;
    overflow: auto;
  }
  .dom.index .search_area .search_modal_area.child {
    top: 0;
  }
  .search_area .search_modal_area .close_btn {
    width: 10%;
    padding-top: 10%;
    margin: auto;
    margin-right: 0;
  }
  .search_area .search_modal_area .close_btn:before {
    content: "";
    display: block;
    width: 25px;
    border-bottom: 2px solid #979595;
    transform: translateX(5px) translateY(-20px) rotate(-45deg);
  }
  .search_area .search_modal_area .close_btn:after {
    content: "";
    display: block;
    width: 25px;
    border-bottom: 2px solid #979595;
    transform: translateX(5px) translateY(-22px) rotate(45deg);
  }
  .search_area .search_modal_area .search_item_inr {
    display: table;
    width: 100%;
  }
  .search_area .search_modal_area dl.search_item_inr:first-of-type {
    border-top: 2px dotted #bfbebe;
  }
  .search_area .search_modal_area .search_item_inr .search_label {
    width: 40%;
  }
  .search_area .search_modal_area .search_item_inr .select_box {
    width: 60%;
    text-align: right;
  }
  .search_area .search_modal_area .search_item_inr .select_box select {
    width: 60%;
  }
  .search_area .search_modal_area .search_item_inr .minus,
  .search_area .search_modal_area .search_item_inr .plus {
    display: inline-block;
  }
  .search_area .search_modal_area .search_item_inr .select_box .minus {
    margin-right: 2%;
  }
  .search_area .search_modal_area .search_item_inr .select_box .minus > span {
    display: inline-block;
    width: 29px;
    height: 29px;
    color: #008eed;
    text-align: center;
    background: #008eed;
    border-radius: 5px;
    vertical-align: middle;
    text-indent: -9999px;
  }
  .search_area .search_modal_area .search_item_inr .select_box .minus > span:after {
    content: "";
    display: block;
    width: 14px;
    margin: auto;
    border-bottom: 2px solid #fff;
    transform: translateY(-10px);
  }
  .search_area .search_modal_area .search_item_inr .select_box .plus {
    margin-left: 2%;
  }
  .search_area .search_modal_area .search_item_inr .select_box .plus > span {
    display: inline-block;
    width: 29px;
    height: 29px;
    color: #008eed;
    text-align: center;
    background: #008eed;
    border-radius: 5px;
    vertical-align: middle;
    text-indent: -9999px;
  }
  .search_area .search_modal_area .search_item_inr .select_box .plus > span:before {
    content: "";
    display: block;
    width: 14px;
    margin: auto;
    border-bottom: 2px solid #fff;
    transform: translateY(12px) rotate(90deg);
  }
  .search_area .search_modal_area .search_item_inr .select_box .plus > span:after {
    content: "";
    display: block;
    width: 14px;
    margin: auto;
    border-bottom: 2px solid #fff;
    transform: translateY(-13px);
  }
  .search_area .search_modal_area .search_item_inr .select_box .minus.disabled > span,
  .search_area .search_modal_area .search_item_inr .select_box .plus.disabled > span {
    opacity: .3;
    color: #c0c0c0;
    background: #c0c0c0;
  }
  .search_area .search_modal_area .error_txt {
    background-size: 6%;
    background-position: left 5% center;
  }
}

/*=========================================
  dom_stying
==========================================*/
.dom .search_row .search_item.has_3box {
  max-width: 100%;
  width: 58.4%;
}

.dom .search_row .search_item.has_2box {
  max-width: 35.7%;
}

.dom .search_row .flex_col2 .search_item:first-child {
margin-right: 15px;
}

.dom .select_box.small input,
.dom .select_box.small select {
  width: 143px;
}

.dom .select_box.small.room_number select {
  width: 130px;
}

.dom .select_box.very_small select,
.dom .select_box.very_small .search_modal {
  width: 90px;
  display: inline-block;
  background-color: #fff;
  padding: 10px;
  padding-right: 30px;
  border: 1px solid #979595;
  border-radius: 2px;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  background: url("../img/icon_select_arrow.png"), #fff;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  cursor: pointer;
}

.dom .select_box input.keyword {
  width: 580px;
}

.dom .flex_col2 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}

.dom .search_label.small {
  width: 40px;
  min-width: 40px;
}

.dom .search_label.child {
  padding-left: 20px;
  box-sizing: content-box;
}

.dom .search_label.large {
  min-width: 79px;
}

.dom .search_purpose_area {
  margin-top: 40px;
}

.dom .search_purpose_area .top_ttl_lv2 {
  margin-bottom: 20px;
}

.dom .search_campaign_area {
  margin-top: 40px;
  padding: 35px 0;
}

.dom .search_campaign_area .top_ttl_lv2 {
  margin-bottom: 18px;
}

.dom .map_area {
  margin: 50px auto 30px;
  overflow-x: auto;
}

.dom .map_japan {
  position: relative;
  margin: 20px auto 0;
  border: 2px solid #e0dede;
  min-width: 1100px;
}

.dom .map_btn {
  width: 130px;
  font-size: 14px;
  font-size: 1.4rem;
}

.dom .map_btn.is_active .btn.blue {
  background: #026cb2;
}

.dom .map_btn:hover + .map_link .map_link_txt,
.dom .map_btn:hover + .map_link + .map_link .map_link_txt {
  color: #026cb2;
}

.dom .map_btn_list {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
}

.dom .map_btn_item {
  position: absolute;
}

.dom .map_btn_item.is_active .btn.blue {
  background: #026cb2;
}

.dom .map_btn_item.is_active .map_link_txt {
  color: #026cb2;
}

.dom .map_btn_item[data-map="hokkaido"] {
  top: 65px;
  left: 900px;
}

.dom .map_btn_item[data-map="tohoku"] {
  top: 226px;
  left: 860px;
}

.dom .map_btn_item[data-map="koshinetsu"] {
  top: 169px;
  left: 543px;
}

.dom .map_btn_item[data-map="hokuriku"] {
  top: 240px;
  left: 410px;
}

.dom .map_btn_item[data-map="kitakanto"] {
  top: 340px;
  left: 825px;
}

.dom .map_btn_item[data-map="kanto"] {
  top: 420px;
  left: 725px;
}

.dom .map_btn_item[data-map="tokai"] {
  top: 491px;
  left: 582px;
}

.dom .map_btn_item[data-map="kinki"] {
  top: 491px;
  left: 416px;
}

.dom .map_btn_item[data-map="shikoku"] {
  top: 510px;
  left: 256px;
}

.dom .map_btn_item[data-map="sanin-sanyo"] {
  top: 262px;
  left: 256px;
}

.dom .map_btn_item[data-map="kyusyu"] {
  top: 350px;
  left: 80px;
}

.dom .map_btn_item[data-map="okinawa"] {
  top: 526px;
  left: 77px;
}

.dom .map_link_txt {
  display: inline-block;
  color: #008eed;
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 1em;
}

.dom .map_link_txt:hover {
  text-decoration: underline;
  color: #026cb2;
}

.dom .note_area,
.rurubu .note_area {
  width: 100%;
  max-width: 1100px;
  margin: 30px auto 60px;
  padding: 25px;
  border: 1px solid #7f0303;
}
.dom .note_area .text_area .txt + .txt,
.rurubu .note_area .text_area .txt + .txt {
  margin-top: 0;
}

.dom .note_area .text_area,
.rurubu .note_area .text_area {
  margin-bottom: 15px;
}

.dom .map_other_recommend {
  background: #e3f2fc;
  padding: 15px;
  width: 312px;
  position: absolute;
  top: 60px;
  left: 60px;
}

.dom .map_other_recommend_ttl {
  font-family: "Noto Sans CJK Regular", "メイリオ", Meiryo;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.dom .map_other_recommend_link {
  background: #fff;
  padding: 15px 10px;
}

.dom .map_other_recommend_link a {
  font-size: 14px;
  font-size: 1.4rem;
}

/*----- caution_area -----*/
.rurubu .caution_area {
  margin-bottom: 60px;
  padding: 50px;
  border: 2px solid #7f0303;
  text-align: center;
}

.rurubu .caution_area .caution_ttl {
  margin-bottom: 20px;
  color: #7f0303;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

.rurubu .caution_area .caution_ttl span.inr {
  display: inline-block;
  position: relative;
}

.rurubu .caution_area .caution_ttl span.caution_mark {
  display: inline-block;
  width: 25px;
  height: 25px;
  padding: 0.1em 0;
  border-radius: 50%;
  line-height: 1;
  color: #fff;
  background: #7f0303;
  position: absolute;
  top: 5px;
  left: 0;
}

.rurubu .caution_area .caution_ttl span.text {
  display: inline-block;
  padding-left: 35px;
}

.rurubu .register_btn span.logo {
  display: inline-block;
  max-width: 80px;
  margin-right: 20px;
  vertical-align: middle;
}

.rurubu .register_btn span.logo img {
  width: 100%;
}

.rurubu .register_btn span.inr {
  padding-right: 24px;
  background: url("../img/icon_other_wt.png") no-repeat right center;
}

.rurubu .register_btn .btn + p {
  margin-top: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top_ttl_lv2 {
    font-size: 2rem;
    margin-bottom: 27px;
  }
  .search_area .top_ttl_lv2 {
    margin-bottom: 17px;
  }
  .search_area .btn_size_default {
    margin-top: 15px;
  }
  .dom .search_row .search_item.has_2box,
  .dom .search_row .search_item.has_3box {
    width: 100%;
    max-width: 100%;
  }
  .dom .search_label {
    vertical-align: top;
    padding-top: 1rem;
  }
  .dom .search_label.child {
    padding-left: 5px;
  }
  .dom .search_label.forSP {
    display: table-cell !important;
  }
  .dom .select_box input.keyword,
  .dom .select_box.small select,
  .dom .select_box.very_small select,
  .dom .select_box.very_small .search_modal,
  .dom .select_box.small.room_number select {
    width: 100%;
  }
  .dom .select_box.very_small select,
  .dom .select_box.very_small .search_modal {
    padding-right: 15px;
  }
  .dom .select_box.very_small .search_modal {
    background-position: right 12px center;
  }
  .dom.index .select_box.very_small .search_modal {
    background-position: right 5px center;
  }
  .dom .flex_col2,
  .dom.index .flex_col2 {
    display: block;
    width: 100%;
  }
  .dom .map_area {
    display: none;
  }
  .dom .note_area {
    width: 95%;
  }
  .rurubu .caution_area {
    margin-bottom: 30px;
    padding: 30px 17.5px 25px;
    text-align: left;
  }
  .rurubu .caution_area .logo {
    margin-bottom: 25px;
    text-align: center;
  }
  .rurubu .caution_area .caution_ttl {
    font-size: 1.7rem;
    text-align: left;
  }
  .rurubu .caution_area .caution_ttl span.caution_mark {
    margin: auto;
    padding: 0.1em 4.5px;
    line-height: 1.4;
    top: 0;
    bottom: 0;
  }
  .rurubu .caution_area p.lead + p {
    margin-top: 25px;
  }
  .rurubu .register_btn {
    width: 90%;
    margin-bottom: 40px;
  }
  .rurubu .register_btn .btn {
    padding: 10px 0;
    font-size: 1.5rem;
  }
  .rurubu .register_btn span.logo {
    margin-right: 10px;
  }
}

/*=========================================
  facility
==========================================*/
.facility #search .online {
  padding: 0;
}

.facility .search_area {
  padding: 18px 0 17px;
}

.facility .ttl_lv2 {
  padding: 5px 0 0;
  margin-bottom: 20px;
}

.facility > .content_inr {
  margin: 30px auto;
}

.facility_sort_result {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.facility_sort_result .sort_sum {
  color: #7f0301;
  font-size: 26px;
  font-size: 2.6rem;
}

.facility_sort {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 7px;
}

.facility_sort_list {
  display: inline-block;
  letter-spacing: -0.5em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.facility_sort_list li {
  letter-spacing: normal;
  display: inline-block;
}

.facility_sort_label {
  margin-right: 22px;
}

.facility_sort_btn {
  width: 124px;
  border: 1px solid #ada8a8;
  border-radius: 5px;
  color: #ada8a8;
  padding: 2px 5px;
  margin-right: 8px;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s;
  background: #fff;
}

.facility_sort_btn.is_active {
  background: #ada8a8;
  color: #fff;
}

.facility_sort_btn.is_active:hover {
  background: #ada8a8;
}

.facility_sort_btn:hover {
  background: #f2f1f1;
  transition: background 0.2s;
}

.facility_other_item {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 7px;
  -ms-flex-align: center;
      align-items: center;
  float: right;
}

.facility_other_item .txt_link {
  display: inline-block;
  padding-left: 22px;
  margin-right: 40px;
  background: url("../img/icon_favorite_on_m.png") no-repeat left center;
}

.facility_other_item .display_count {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.facility_other_item .select_box select {
  width: 114px;
  margin-left: 5px;
}

.facility_sort_2col {
  display: table;
  width: 100%;
}

.facility_sort_2col .facility_sort_result {
  display: table-cell;
}

.facility_sort_pagination {
  word-break: keep-all;
  display: table-cell;
  text-align: right;
}

.facility_sort_pagination li {
  display: inline-block;
  margin-right: 2.3%;
  font-size: 16px;
  font-size: 1.6rem;
}

.facility_sort_pagination li:last-child {
  margin-right: 0;
}

.facility_sort_pagination li a {
  color: #008eed;
  text-decoration: underline;
}

.facility_list {
  margin: 10px auto 18px;
}

.facility_item {
  border: 1px solid #e2e1e1;
  padding: 3% 3.5% 3.4%;
  background: #fff;
}

.facility_item + .facility_item {
  margin-top: 21px;
}

.facility_item_ttl_box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.facility_item_ttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: 'Noto Sans CJK Medium',"メイリオ",Meiryo;
  font-weight: 500;
}

.facility_item_cont {
  display: table;
  width: 100%;
  margin-top: 2.6%;
}

.facility_item_img {
  display: table-cell;
  max-width: 372px;
  width: 36.1%;
  vertical-align: top;
}

.facility_item_img img {
  width: 100%;
}

.facility_item_info {
  display: table-cell;
  vertical-align: top;
  padding-left: 4%;
}

.facility_item_info_note {
  display: inline;
  font-size: 12px;
  font-size: 1.2rem;
  color: #757575;
}

.facility_item_info_ttl {
  display: table;
  width: 100%;
  line-height: 1.2;
  padding-bottom: 11px;
  margin-bottom: 23px;
  border-bottom: 1px dashed #979595;
}

.facility_item_info_ttl dl {
  display: table-cell;
  vertical-align: middle;
  word-break: keep-all;
}

.facility_item_info_ttl dl:last-child {
  padding-left: 6%;
  padding-top: 7px;
}

.facility_item_info_ttl dt {
  display: inline;
  margin-right: 3%;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  vertical-align: middle;
}

.facility_item_info_ttl dd {
  display: inline;
  font-size: 21px;
  font-size: 2.1rem;
  vertical-align: middle;
}

.facility_item_info_ttl dd + dt {
  margin-left: 7%;
}

.facility_item_evaluation {
  color: #7f0301;
  font-size: 36px;
  font-size: 3.6rem;
}

.facility_item_price {
  color: #7f0301;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

.facility_item_access {
  margin-bottom: 20px;
}

.facility_item_access * {
  display: inline-block;
  vertical-align: middle;
}

.facility_item_access dt {
  margin-right: 4.7%;
}

.facility_item_access dd {
  font-size: 15px;
  font-size: 1.5rem;
}

.facility_item_info_note {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  margin-left: 2%;
}

.facility_item_category {
  font-size: 0;
  margin-top: 12px;
}

.facility_item_category .category {
  display: inline-block;
  padding: 2.3px 10px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #928f8f;
  border: 1px solid #e6e5e5;
  margin: 5px 5px 0 0;
}

.facility_item_btn {
  margin-top: 26px;
  text-align: right;
}

.facility_item_btn .btn {
  width: 272px;
}

.facility_item_time {
  display: inline-block;
  margin-top: 20px;
}

.facility_item_time * {
  display: inline-block;
}

.facility_item_time dd {
  margin-left: 10px;
}

.facility_item_time + .facility_item_time {
  margin-left: 20px;
}

.facility_item_code {
  margin-top: 8px;
  font-size: 12px;
  font-size: 1.2rem;
}

.label.favorite {
  border: 1px solid #767676;
  border-radius: 3px;
  color: #767676;
  padding: 2px 20px 2px 34px;
  text-align: center;
  display: inline-block;
  background: url("../img/icon_favorite_off_s.png") no-repeat 10% 55%;
  cursor: pointer;
  transition: background 0.2s;
}

.label.favorite:hover {
  background-color: #f2f1f1;
  transition: background 0.2s;
}

.label.favorite.is_favorite {
  color: #7f0301;
  border-color: #7f0301;
  background: url("../img/icon_favorite_on_s.png") no-repeat 10% 55%;
}

.label.favorite.is_favorite:hover {
  background-color: none;
}

@media screen and (max-width: 767px) {
  .facility .ttl_lv2 {
    padding: 0 12px;
  }
  .facility_sort_result {
    font-size: 1.5rem;
  }
  .facility_sort_list {
    display: block;
    width: 100%;
  }
  .facility_sort_btn {
    width: auto;
  }
  .facility_other_item {
    display: -ms-flexbox;
    display: flex;
    /*width: 100%;*/
    margin-top: 15px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .facility_other_item .select_box select {
    width: 80px;
  }
  .facility_sort_2col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .facility_sort_2col .facility_sort_result {
    width: 100%;
  }
  .facility_sort_pagination {
    width: 100%;
    text-align: center;
    display: block;
  }
  .facility_item {
    padding: 10px;
  }
  .facility_item_ttl_box {
    display: block;
  }
  .facility_item_ttl {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
  .facility_item_cont {
    display: block;
  }
  .facility_item_img {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .facility_item_info {
    padding: 0;
  }
  .facility_item_info_ttl {
    margin: 15px 0 10px;
  }
  .facility_item_info_ttl dl:last-child {
    padding: 0;
  }
  .facility_item_info_ttl dt {
    display: block;
  }
  .facility_item_info_ttl dd {
    font-size: 1.6rem;
  }
  .facility_item_info_note {
    display: inline-block;
    font-size: 1rem;
  }
  .facility_item_evaluation {
    font-size: 2.3rem;
  }
  .facility_item_price {
    font-size: 1.8rem;
    letter-spacing: -1px;
  }
  .facility_item_access {
    margin-bottom: 10px;
  }
  .facility_item_access dt {
    display: block;
    margin: 0;
  }
  .facility_item_btn {
    margin: 20px auto;
    text-align: center;
  }
  .facility_item_btn .btn {
    max-width: 300px;
    width: 100%;
  }
  .facility_item_time {
    display: block;
    margin-top: 20px;
  }
  .facility_item_time + .facility_item_time {
    margin: 0;
  }
  _category .category {
    padding: 2px 10px;
  }
  .label.favorite {
    font-size: 1.1rem;
  }
}

/*=========================================
  plan_list
==========================================*/

.plan_detail {
  margin-bottom: 53px;
}

.plan_btn_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 10px;
}

.plan_btn_list li {
  width: 24%;
}

.plan_btn_list li a {
  display: table;
  width: 100%;
  background: #d9d6d6;
  padding: 17px 10px;
  text-align: center;
  font-family: "Noto Sans CJK Regular", "メイリオ", Meiryo;
  font-size: 18px;
  font-size: 1.8rem;
  transition: opacity 0.2s;
}

.plan_btn_list li a:hover {
  opacity: 0.7;
  transition: opacity 0.2s;
}

.plan_btn_list li a span {
  display: table-cell;
  vertical-align: middle;
}

.plan_btn_list li.is_active a {
  background: #f2f1f1;
}

.plan_btn_list li.is_active a:hover {
  opacity: 1;
}

.plan_cont {
  padding: 50px 0;
  background: #f2f1f1;
}

/*----- plan_list -----*/
.plan_cont .txt_link.search {
  display: inline-block;
  margin-bottom: 20px;
}

.plan_cont .facility_item {
  padding: 2% 3% 3%;
}

.plan_cont .facility_item_img {
  width: 255px;
}

.plan_cont .facility_item_info_ttl dl:last-child {
  padding: 0;
}

.plan_cont .facility_item_info_icon {
  display: inline-block;
  background: url("../img/icon_room_style01.png") no-repeat 10px 50%;
  border: 1px solid #000000;
  padding: 5px 20px 5px 40px;
}

.plan_cont .facility_item_btn {
  float: right;
  margin-top: 22px;
}

/*----- hall info -----*/
.hall_info {
  padding: 60px 10px;
}

.hall_info_section + .hall_info_section {
  margin-top: 60px;
}

.hall_info_section .table_typeC td,
.hall_info_section .table_typeC th {
  padding: 8px 14px;
  text-align: left;
}

.hall_info_section .table_typeC th {
  width: auto;
  width: 30%;
}

.hall_info_ttl {
  font-family: "Noto Sans CJK Regular", "メイリオ", Meiryo;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 15px;
}

.hall_info_card_area + .hall_info_card_area {
  margin-top: 2%;
}

.hall_info_card_area.col2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.hall_info_card_area.col2 .hall_info_card {
  background: #fff;
  width: 49%;
  padding: 1.5%;
}

.hall_info_card {
  background: #fff;
  width: 100%;
  padding: 1.5%;
}

.hall_info_card_ttl {
  font-family: "Noto Sans CJK Regular", "メイリオ", Meiryo;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.hall_info_card_inr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.hall_info_card_col {
  width: 50%;
}

.hall_info_card_item {
  font-size: 14px;
  font-size: 1.4rem;
}

.hall_info_card_item + .hall_info_card_item {
  margin-top: 15px;
}

.hall_info_card_sub_ttl {
  font-weight: bold;
}

/*----- photogallery -----*/
.gallery_area {
  overflow: hidden;
}

.gallery_link {
  margin: 30px auto 0;
  text-align: center;
}

.gallery_link li {
  display: inline-block;
  margin-right: 4%;
}

.gallery_link li a {
  font-size: 16px;
  font-size: 1.6rem;
}

.gallery_link li a.is_active {
  color: #000;
  border-bottom: 1px solid #000;
}

.gallery_link li a.is_active:hover {
  text-decoration: none;
}

.gallery_slider {
  position: relative;
  display: block;
  margin: 35px auto;
}

.gallery_slider .slick-list {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}

.gallery_slider li img {
  width: 100%;
  display: inline-block;
}

.gallery_area .slick-arrow {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 30%;
  border-bottom: 5px solid #a9a8a8;
  border-right: 5px solid #a9a8a8;
  cursor: pointer;
}

.gallery_area .slick-arrow.gallery_prev {
  -webkit-transform: rotate(135deg) translateX(-10px);
          transform: rotate(135deg) translateX(-10px);
}

.gallery_area .slick-arrow.gallery_next {
  -webkit-transform: rotate(-45deg) translateX(-10px);
          transform: rotate(-45deg) translateX(-10px);
  right: 0;
}

.gallery_slider_nav .slick-slide {
  float: none;
}

.gallery_slider .slick-dots {
  margin-top: 37px;
}

.gallery_slider .slick-dots li {
  width: 11%;
  max-width: 122px;
  display: inline-block;
  margin-right: 1.7%;
  margin-top: 20px;
  cursor: pointer;
  transition: opacity 0.2s;
}

.gallery_slider .slick-dots li:nth-child(8n) {
  margin-right: 0;
}

.gallery_slider .slick-dots li:hover {
  opacity: 0.6;
  transition: opacity 0.2s;
}

/*----- plan_access -----*/
.access_cont + .access_cont {
  margin-top: 40px;
}

.access_ttl {
  margin-bottom: 15px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Noto Sans CJK Regular", "メイリオ", Meiryo;
  background: #f2f1f1;
}

.access_box {
  background: #fff;
  padding: 20px;
}

.access_map {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
}

.access_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access_box_ttl {
  font-weight: bold;
  margin-top: 10px;
}

.access_col {
  width: 48%;
  max-width: 529px;
  background: #fff;
}

.access_col .access_ttl {
  padding-bottom: 15px;
}

.access_col .access_box {
  padding: 0 20px 20px;
}

/* datepicker */
.ui-widget-header{
  background: #fff;
  border: none;
}
.ui-datepicker{
  padding: .2em .5em .5em;
}
.ui-datepicker-calendar thead th{
  background: #f2f1f1;
  border: 1px solid #d9d6d6;
  padding: 5px;
}
.ui-datepicker-calendar tbody td a.ui-state-default,
.ui-widget-content .ui-state-default{
  border: none;
  text-align: center;
  font-size: 15px;
  padding: 3.5px 5px;
}
.ui-datepicker-calendar tbody td a.ui-state-default{
  background: none;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today .ui-state-default{
  background: #fffa90 !important;
  color: #454545 !important;
}
.ui-datepicker td{
  border: 1px solid #d9d6d6;
  padding: 0;
}
.ui-datepicker-calendar thead th:first-child,
.ui-datepicker-calendar tbody td:first-child a.ui-state-default{
  color: #cc0d21;
}
.ui-datepicker-calendar thead th:last-child,
.ui-datepicker-calendar tbody td:last-child a.ui-state-default{
  color: #008eed;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../img/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("../img/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("../img/ui-icons_555555_256x240.png");
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover,
.ui-datepicker-calendar tbody td a.ui-state-default.ui-state-hover{
  background: #008eed !important;
  color: #fff !important;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #008eed;
}
.ui-button.ui-state-disabled:hover,
.ui-button.ui-state-disabled:active {
  border: 1px solid #979595;
}

@media screen and (max-width: 767px) {
  .plan_detail.content_inr {
    margin-bottom: 28px;
  }
  .plan_btn_list li a {
    height: 67px;
    font-size: 1.4rem;
    padding: 5px;
    line-height: 1.4;
  }
  .plan_cont {
    padding: 20px 0;
  }
  /*----- plan_list -----*/
  .plan_cont .facility_sort_2col.top .facility_sort_pagination {
    display: none;
  }
  .plan_cont .facility_item {
    position: relative;
    padding: 10px 10px 75px;
  }
  .plan_cont .facility_item_img {
    width: 100%;
  }
  .plan_cont .facility_item_info_ttl dl:last-child {
    float: none;
  }
  .plan_cont .facility_item_info_ttl dd {
    display: block;
    width: 100%;
  }
  .plan_cont .facility_item_info_icon {
    margin-bottom: 5px;
    font-size: 1.2rem;
    padding: 2px 20px 2px 40px;
  }
  .plan_cont .facility_item_btn {
    position: absolute;
    bottom: 10px;
    margin: 0 auto;
    width: 80%;
    left: 0;
    right: 0;
    height: 43px;
  }
  /*----- hall info -----*/
  .hall_info_ttl {
    font-size: 1.8rem;
  }
  .hall_info_ttl.js-sp-accordion-btn {
    position: relative;
    cursor: pointer;
  }
  .hall_info_ttl.js-sp-accordion-btn:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    width: 20px;
    height: 10px;
    background: url("../img/icon_select_arrow.png") no-repeat center;
  }
  .hall_info_ttl.js-sp-accordion-btn.is_open:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .hall_info_card_ttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .hall_info_card_area.col2 {
    display: block;
  }
  .hall_info_card_area.col2 .hall_info_card {
    width: 100%;
    padding: 10px;
  }
  .hall_info_card_area.col2 .hall_info_card:first-child {
    margin-bottom: 12px;
  }
  .hall_info_card_area + .hall_info_card_area {
    margin-top: 12px;
  }
  .hall_info_card {
    padding: 10px;
  }
  .hall_info .js-sp-accordion-wrapper {
    border-bottom: 1px solid #cccccc;
  }
  .hall_info .js-sp-accordion-cont {
    padding-bottom: 20px;
  }
  .hall_info_section + .hall_info_section {
    margin-top: 40px;
  }
  .hall_info_section .table_typeC th, .hall_info_section .table_typeC td {
    padding: 8px;
  }
  /*----- photogallery -----*/
  .gallery_link {
    margin-top: 10px;
  }
  .gallery_slider {
    margin-top: 10px;
  }
  .gallery_area .slick-arrow {
    top: 18%;
    z-index: 10;
  }
  .gallery_area .slick-arrow.gallery_prev {
    -webkit-transform: rotate(135deg) translate(0px, -13px);
            transform: rotate(135deg) translate(0px, -13px);
  }
  .gallery_slider .slick-dots {
    margin-top: 10px;
  }
  .gallery_slider .slick-dots li {
    width: 23.5%;
    max-width: 100%;
  }
  .gallery_slider .slick-dots li:nth-child(4n) {
    margin-right: 0;
  }
  /*----- plan_access -----*/
  .access_ttl {
    font-size: 2rem;
  }
  .access_box {
    padding: 10px;
  }
  .access_box_ttl {
    margin: 0;
  }
  .access_col {
    width: 100%;
    max-width: 100%;
  }
  .access_col + .access_col {
    margin-top: 40px;
  }
  .access_col .access_ttl {
    margin-bottom: 0;
  }
  .access_col .access_box {
    padding: 10px;
  }
}

/*=========================================
  booking
==========================================*/
.booking_ttl {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Noto Sans CJK Regular", "メイリオ", Meiryo;
  margin: 30px 0 23px;
}

.booking_ttl_lv2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Noto Sans CJK Regular", "メイリオ", Meiryo;
}

.booking_ttl_lv3 {
  margin: 40px auto 5px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans CJK Regular", "メイリオ", Meiryo;
}

.booking_ttl_lv3:before {
  display: inline-block;
  content: '\025a0';
}

.booking_step_list {
  font-size: 0;
  margin: 0 auto 40px;
}

.booking_step_item {
  display: inline-block;
  width: 31%;
  position: relative;
  border: 1px solid #285a91;
  border-right: none;
  color: #285a91;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 3.3%;
  padding: 12px 0;
  text-align: center;
}

.booking_step_item:after {
  display: inline-block;
  width: 37px;
  height: 37px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #285a91;
  border-right: 1px solid #285a91;
  content: '';
  margin: auto;
  -webkit-transform: translateX(50%) rotate(-45deg);
          transform: translateX(50%) rotate(-45deg);
}

.booking_step_item.is_active {
  background: #285a91;
  color: #ffffff;
}

.booking_step_item.is_active:after {
  background: #285a91;
}

.booking_step_item:last-child {
  border-right: 1px solid #285a91;
  margin-right: 0;
}

.booking_step_item:last-child:after {
  display: none;
}

.booking_plan_area {
  margin: 44px 0 68px;
}

.booking_plan_item {
  border: 2px solid #cccccc;
  clear: both;
  margin-top: 6px;
  overflow: hidden;
  padding: 20px 30px;
}

.booking_plan_item + .booking_plan_item {
  margin-top: 40px;
}

.booking_plan_row {
  display: table;
  width: 100%;
}

.booking_plan_row .ttl {
  display: table-cell;
  width: 95px;
  vertical-align: top;
}

.booking_plan_row .detail {
  display: table-cell;
  padding-left: 1em;
  text-indent: -1em;
  vertical-align: top;
}

.booking_price {
  margin-bottom: 47px;
  padding: 20px 0;
  background-color: #e4eef9;
}

.booking_price .booking_ttl_lv2 {
  margin-bottom: 10px;
}

.booking_price_sum {
  border-bottom: 2px solid #aaaaaa;
  padding: 17px 0;
  text-align: right;
}

.booking_price_num {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-left: 40px;
}

.booking_cancel .table_typeC {
  max-width: 550px;
}

.booking_cancel .table_caption {
  margin-top: 10px;
}

.booking_form_area {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin: 12px auto 70px;
}

.booking_input_box {
  border-bottom: 1px solid #cccccc;
}

.booking_input_box:last-child {
  border-bottom: none;
}

.booking input,
.booking select {
  padding: 5px 10px;
}

.booking input.error,
.booking select.error,
.booking textarea.error {
  background: #fcd6d6;
  border-color: #ec0000;
}

.booking_input_row {
  display: -ms-flexbox;
  display: flex;
}

.booking_input_ttl {
  position: relative;
  padding: 1.5% 2.6%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 25%;
  max-width: 224px;
  -ms-flex-align: center;
      align-items: center;
  background: #eeeeee;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.booking_input_ttl span {
  display: inline;
  vertical-align: middle;
}

.booking .label_require {
  display: inline;
  background: #c90000;
  border-radius: 3px;
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 10px;
  padding: 1px 5px;
  text-align: center;
  word-break: keep-all;
}

.booking .error_txt {
  border: none;
  color: #c90000;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 0;
}

.booking .error_txt li {
  padding-left: 1em;
  text-indent: -1em;
}

.booking_coupon {
  width: 100%;
  text-indent: -1em;
  margin-left: 1em;
  font-size: 12px;
  font-size: 1.2rem;
}

.booking_input_cont {
  width: 100%;
  padding: 1.5% 2.6%;
  position: relative;
}

.booking_input_cont p.booking_input_item {
  display: inline;
}

.booking_input_cont p.booking_input_item + p.booking_input_item {
  margin-left: 16px;
}

.booking_input_cont.credit {
  padding: 0;
  position: relative;
}

.booking_input_cont.credit .booking_input_item {
  padding: 1.5% 2.6%;
}

.booking_input_cont.credit input {
  width: 250px;
}

.booking_input_cont.credit .credit_num {
  border-top: 1px solid #cccccc;
}

.booking_input_cont.credit .credit_btn_list {
  width: 60%;
  height: 0;
  position: absolute;
  top: 40%;
  right: 10px;
  text-align: right;
  font-size: 0;
}

.booking_input_cont.credit .credit_btn_list li {
  display: inline-block;
  width: 49%;
  min-width: 220px;
  margin: 10px 0 0;
}

.booking_input_cont.credit .credit_btn_list li .credit_btn {
  display: block;
  max-width: 250px;
  padding: 5.3% 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  transition: opacity 0.2s;
}

.booking_input_cont.credit .credit_btn_list li .credit_btn.blue {
  background: #285a91;
}

.booking_input_cont.credit .credit_btn_list li .credit_btn.green {
  background: #78c159;
}

.booking_input_cont.credit .credit_btn_list li .credit_btn:hover {
  opacity: 0.6;
  transition: opacity 0.2s;
}

.booking_input_cont.coupon {
  padding: 1.5% 2%;
}

.booking_input_cont.coupon .booking_input_item + .booking_input_item {
  margin-top: 10px;
}

.booking_input_cont.coupon input {
  width: 250px;
}

.booking_input_cont.address .booking_input_item {
  margin-bottom: 24px;
}

.booking_input_cont.address .booking_input_item .searchBtn {
  background: #285a91;
  border-color: #285a91;
  color: #ffffff;
  padding: 2px 10px;
  transition: opacity 0.2s;
}

.booking_input_cont.address .booking_input_item .searchBtn:hover {
  opacity: 0.6;
  transition: opacity 0.2s;
}

.booking .booking_input_cont p.booking_input_item .label + input {
  margin-left: 2%;
}

.booking_input_rule {
  color: #666666;
  margin-top: 5px;
}

.booking_guidance {
  margin-bottom: 60px;
}

.booking_guidance .submit_btn_box {
  text-align: center;
}

.booking_guidance .submit_btn_box .submit_btn {
  width: 28%;
  max-width: 306px;
  background: #285a91;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  padding: 12px;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s;
}

.booking_guidance .submit_btn_box .submit_btn:hover {
  opacity: 0.6;
  transition: opacity 0.2s;
}

.booking_guidance_txt {
  margin-bottom: 40px;
}

.booking .note_area {
  margin-bottom: 12px;
}

/*--- select_box-style ---*/
.booking .select_box {
  display: inline-block;
  position: relative;
  margin-top: 0;
}

.booking .select_box:after {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 30px;
  position: absolute;
  top: 3px;
  right: -1px;
  bottom: 0;
  content: '\025bc';
  pointer-events: none;
  -ms-flex-align: center;
      align-items: center;
}

.booking .select_box select {
  background: none;
}

/*--- circleCheck-style ---*/
.booking .circle_check {
  margin-top: 0;
}

.booking .circle_check label {
  cursor: pointer;
  margin-right: 20px;
}

.booking .circle_check label input[type='radio'],
.booking .circle_check label input[type='checkbox'] {
  display: none;
  border: none;
  padding: 0;
}

.booking .circle_check label input[type='radio']:checked + span:after,
.booking .circle_check label input[type='checkbox']:checked + span:after {
  opacity: 1;
}

.booking .circle_check label span {
  display: inline-block;
  position: relative;
  padding-left: 24px;
}

.booking .circle_check label span:before {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: 0;
  border: 1px solid #acacac;
  border-radius: 50%;
  content: '';
  cursor: pointer;
  pointer-events: none;
  z-index: 3;
}

.booking .circle_check label span:after {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 8px;
  left: 5px;
  background: #285a91;
  border-radius: 50%;
  content: '';
  opacity: 0;
  z-index: 4;
}

.booking .circle_check .checkedRadio:focus-within label::before {
  border: 2px solid #A6C7FF;
  border-radius: 50%;
}

/*--- square_check-style ---*/
.booking .square_check {
  margin-top: 0;
}

.booking .square_check label {
  cursor: pointer;
  padding-right: 20px;
}

.booking .square_check label input[type='radio'],
.booking .square_check label input[type='checkbox'] {
  display: none;
  border: none;
  padding: 0;
}

.booking .square_check label span {
  display: inline-block;
  position: relative;
  padding-left: 24px;
}

.booking .square_check label span:before {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: 0;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  content: '';
  cursor: pointer;
  pointer-events: none;
}

.booking .square_check label input[type='radio'] + span:after,
.booking .square_check label input[type='checkbox'] + span:after {
  display: inline-block;
  width: 10px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 5px;
  border: 1px solid #285a91;
  border-width: 0 3px 3px 0;
  content: '';
  opacity: 0;
  pointer-events: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
}

.booking .square_check label input[type='radio']:checked + span:after,
.booking .square_check label input[type='checkbox']:checked + span:after {
  opacity: 1;
  pointer-events: none;
}

/*--- width-adjustment ---*/
.booking input.postCodeS {
  width: 46px;
}

.booking input.postCodeM {
  width: 60px;
}

.booking input.inputS {
  width: 129px;
}

.booking input.inputM {
  width: 200px;
}

.booking input.inputL {
  width: 100%;
  max-width: 550px;
}

.booking .select_box.sizeS {
  width: 100px;
}

.booking .select_box.sizeM {
  width: 128px;
}

.booking .select_box.sizeL {
  width: 200px;
}

.booking .select_box.sizeXL {
  width: 400px;
}

.booking .select_box select {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .booking .header_main .content_inr {
    padding: 12px;
  }
  .booking .content_inr {
    padding: 0;
  }
  .booking_ttl {
    margin: 0;
    padding: 12px;
    border-top: 1px solid #d9d8d8;
    font-size: 2.2rem;
    font-weight: bold;
  }
  .booking_ttl_lv2 {
    padding: 0 12px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .booking_ttl_lv3 {
    margin: 20px auto 0;
    font-size: 1.6rem;
  }
  .booking_step .txt {
    padding: 0 12px;
  }
  .booking_step_list {
    display: table;
    width: 100%;
    background: #285a91;
    margin-bottom: 20px;
  }
  .booking_step_item {
    display: table-cell;
    vertical-align: middle;
    color: #cccccc;
    font-size: 1.2rem;
    font-weight: normal;
    padding: 6px 0;
  }
  .booking_step_item:after {
    width: 10px;
    height: 10px;
    right: -5px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    z-index: 1;
  }
  .booking_step_item.active {
    font-weight: bold;
  }
  .booking_price {
    padding: 15px 12px;
  }
  .booking_price_sum {
    padding: 10px 0;
  }
  .booking_scroll_box {
    width: 100%;
    margin: 10px 0;
  }
  .booking_plan_area {
    margin: 20px auto 30px;
  }
  .booking_plan_item {
    margin: 10px 12px;
    padding: 10px;
  }
  .booking_plan_row .ttl {
    width: 80px;
  }
  .booking_pay, .booking_personal_info, .booking_plan {
    margin: 40px auto;
  }
  .booking_pay .content_inr, .booking_personal_info .content_inr, .booking_plan .content_inr {
    padding: 0;
  }
  .booking_form_area {
    border-left: none;
    border-right: none;
    margin: 5px auto 20px;
    padding: 0;
  }
  .booking_form_area .booking_input_box {
    border: none;
  }
  .booking_form_area .booking_input_box:nth-child(2n) {
    background: #eeeeee;
  }
  .booking_input_row {
    width: 100%;
    display: block;
    padding: 12px 0;
  }
  .booking_input_ttl {
    display: block;
    width: 100%;
    max-width: 100%;
    background: transparent;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0 12px;
  }
  .booking_pay .booking_input_row {
    padding: 0;
  }
  .booking_pay .booking_input_ttl {
    padding: 12px;
  }
  .booking_pay .booking_input_cont {
    padding: 0 12px 12px;
  }
  .booking_pay .booking_input_cont.credit {
    padding: 0;
  }
  .booking_pay .booking_input_cont.credit .booking_input_item {
    padding: 0 12px 12px;
  }
  .booking_pay .booking_input_cont.credit .booking_input_item.credit_num {
    padding: 12px;
  }
  .booking_pay .booking_input_cont.coupon {
    padding: 12px;
  }
  .booking .booking_input_cont.credit .credit_btn_list {
    position: static;
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
    text-align: center;
  }
  .booking .booking_input_cont.credit .credit_btn_list li {
    width: 60%;
    margin: 10px auto 0;
  }
  .booking .booking_input_cont.credit .credit_btn_list li a {
    font-size: 1.6rem;
    padding: 10px;
  }
  .booking_input_cont {
    padding: 0 10px 10px;
  }
  .booking_input_cont p.booking_input_item {
    display: block;
  }
  .booking_input_cont p.booking_input_item + p.booking_input_item {
    margin-left: 0;
    margin-top: 10px;
  }
  .booking_input_cont.address .booking_input_item p {
    margin-bottom: 5px;
  }
  .booking_guidance_txt {
    padding: 0 12px;
  }
  .booking .booking_guidance .submit_btn_box .submit_btn {
    width: auto;
    max-width: 276px;
  }
  .booking .note_area {
    padding: 0 12px;
  }
  /*--- width-adjustment ---*/
  .booking input.inputS {
    width: 30%;
  }
  .booking input.inputM {
    width: 75%;
  }
  .booking input.inputL {
    width: 100%;
  }
  .booking .select_box.sizeS {
    width: 20%;
  }
  .booking .select_box.sizeM {
    width: 33%;
  }
  .booking .select_box.sizeL {
    width: 60%;
  }
  .booking .select_box.sizeXL {
    width: 100%;
  }
  .booking .select_box select {
    width: 100%;
  }
}

/*=========================================
  plan_detail
==========================================*/
.detail {
  margin-top: 40px;
}

.detail + .detail {
  margin-top: 69px;
}

.plan_detail .facility_list {
  margin: 30px auto;
}

.detail_2col {
  display: -ms-flexbox;
  display: flex;
}

.detail_2col .img_col {
  max-width: 335px;
  width: 31.67%;
  border: 1px solid #e0dddb;
}

.detail_2col .img_col img {
  width: 100%;
}

.detail_2col .col {
  margin-left: 4.33%;
}

.calendar_area {
  max-width: none;
  margin: 46px auto;
}

.calendar_btn_area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.calendar_btn_input {
  display: inline-block;
}

.calendar_btn_input .search_label {
  min-width: 79px;
}

.calendar_btn_input select.small {
  width: 143px;
}

.calendar_btn_input .note {
  color: #757575;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
}

.calendar_btn_submit {
  display: inline-block;
  width: 33%;
  max-width: 272px;
}

.calendar_table {
  width: 95.6%;
  margin: 40px auto 20px;
}

.calendar_table tr {
  border: 1px solid #e2e1e1;
}

.calendar_table th {
  padding: 3px 0;
  text-align: center;
  background: #f2f1f1;
  font-size: 17px;
  font-size: 1.7rem;
  border-left: 1px solid #e2e1e1;
}

.calendar_table th.sun {
  color: #b60b0b;
}

.calendar_table th.sat {
  color: #1378d5;
}

.calendar_table td {
  height: 0;
  padding: 1px;
  border-left: 1px solid #e2e1e1;
}

.calendar_table td .icon {
  position: absolute;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 7px;
  right: 7px;
}

.calendar_table td.vacancy_lot {
  height: 100px;
  background: url("../img/icon_calendar_circle.png") no-repeat;
  background-position: 90% 10%;
}

.calendar_table td.vacancy_few {
  height: 100px;
  background: url("../img/icon_calendar_triangle.png") no-repeat;
  background-position: 90% 10%;
}

.calendar_table td.vacancy_none {
  height: 100px;
  background: #f2f1f1;
  color: #b3b0b0;
  background: url("../img/icon_calendar_cross.png") no-repeat;
  background-position: 90% 10%;
}

.calendar_table td.vacancy_none span.txt_link {
  color: #b3b0b0;
}

.calendar_table td.vacancy_none span.txt_link:hover {
  text-decoration: none;
}

.calendar_table td .txt_link {
  margin-top: 7px;
  font-size: 15px;
  font-size: 1.5rem;
  display: block;
  text-align: center;
}

.calendar_table td .em_txt {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  color: #b60b0b;
}

.calendar_month {
  padding: 10px 0;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  border: 1px solid #e2e1e1;
  border-bottom: none;
  position: relative;
}
.calendar_month a.prev{
  position: absolute;
  left: 0;
  padding-left: 35px;
}
.calendar_month a.next{
  position: absolute;
  right: 0;
  padding-right: 35px;
}
.calendar_area .fs13{
  max-width: 888px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .detail_2col {
    display: block;
  }
  .detail_2col .img_col {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
  }
  .calendar_btn_area {
    display: block;
  }
  .calendar_btn_area + .calendar_btn_area {
    margin: 33px auto;
  }
  .calendar_btn_input {
    display: table;
    width: 100%;
  }
  .calendar_btn_input .search_label {
    display: table-cell;
    min-width: 0;
  }
  .calendar_btn_input .select_box select {
    width: 48.5%;
  }
  .calendar_btn_area.forSP .select_box {
    text-align: right;
  }
  .calendar_btn_area.forSP .select_row {
    margin-bottom: 10px;
  }
  .calendar_area {
    margin: 20px auto;
    padding: 0 0;
  }
  .calendar_btn_submit {
    width: 80%;
    margin: 15px auto 0;
    display: block;
  }
  .calendar_table {
    display: block;
  }
  .jtb .area_box{
    display: block;
    justify-content: space-between;
  }
  .jtb .area_box .txt_col{
    width: 100%;
  }
  .jtb .area_box .img_col{
    text-align: left;
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
  .jtb .area_box .img_col img{
    width: auto;
    max-width: 100%;
  }

}

