@charset "utf-8";

.baloon {
   background: #990000;
   text-align: center;
   padding: 8px 0;
}

.baloon span {
   color: #fff;
}

.rc_wrap .text-01 {
   margin-bottom: 20px;
}

.rc_wrap .t-grid-column1-price {
   display: table;
   margin-bottom: 20px;
}

.rc_wrap .label {
   border: 1px solid #990000;
   font-size: 1.5rem;
   padding: 10px;
   display: table-cell;
   vertical-align: middle;
   color: #990000;
}

.rc_wrap .t-grid-column1-num {
   padding-left: 15px;
}

.rc_wrap .label2 {
   background: #990000;
   color: #fff;
}

.t-grid-02-02 .rc_wrap {
   display: table;
}

.t-grid-02-02 .rc_wrap .t-grid-02_haed {
   margin-bottom: 20px;
}
.t-grid-02-02 .rc_wrap .m-media-l__img {
   vertical-align: top;
}
.rc_wrap .c_right {
   display: table-cell;

}
.top-txt {
   margin-bottom: 20px;
}

div.heading {
   margin-bottom: 0!important;
}
div.heading2 {
   margin-top: 20px!important;
}
.anchor {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-bottom: 20px!important;
    margin-top: 0!important;
    padding: 10px 0;
}
.anchor a {
    color: #fff;
    outline: 0;
}
.a_txt_line {
  text-decoration: underline;
}
a.a_txt_line:hover, a.a_txt_line:focus, a.a_txt_line:active {
  text-decoration: none;
}
.facilities{
    font-size: 13px;
}

.ryokou_label{
    margin: 0;
    font-size: 16px;
    padding: 10px 40px;
    line-height: 40px;
}

   .ttl_under{
    text-align: center;
    line-height: 2em;
    font-weight: bold;
    margin-top: 40px;
}

   .note_txt{
    font-size: 1.6rem;
    background-color: #f2f2f2;
    padding: 20px 15px;
    margin-top: 0 !important;
}
   .note_txt li{
    margin-top: 0;
}
  .sp_br{
    display: none;
  }
  .campaign_tdp {
  font-size: 3rem;
  color: #fff;
  line-height: 1;
  padding: 10px 10px 17px;
}
  .campaign_tdp_sub {
  font-size: 2rem;
}
  .acc_details {
  padding-left: 30px;
}
  
@media (max-width: 767px){
   .anchor {
      font-size: 18px;
   }
   .top-txt {
      padding: 1.5%;
   }
   .rc_wrap .t-grid-column1-num {
   padding-left: 5px;
   }
   .facilities{
    font-size: 12px;
}
   .ryokou_label{
    font-size: 13px;
    padding: 5px 20px;
    line-height: 22px;
}
   .ttl_under{
    font-size: 1.5rem;
}
  .sp_br{
    display: block;
  }
  .campaign_tdp {
    font-size: 2.5rem;
  }
  .campaign_tdp_sub {
    font-size: 1.7rem;
  }
  .acc_details {
  padding-left: 10px;
}}

.balloon-txt {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  border: 3px solid #333;
  padding: 10px 0;
}

.area-balloon {
  display: block;
  text-align: center;
  width: 200px;
  margin: 0 auto;
  background: #262626;
  color: #fff;
  border-radius: 20px;
  padding: 15px 0;
  position: relative;
}

.area-balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #262626;
}
  
/*  ///////////////////////////////////////////////
            BE遷移フォームモーダル
///////////////////////////////////////////////  */
#modal, #child-modal { width: 100%; max-width: 740px; margin: auto; position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 2000; max-height: 710px; display: none;}
.modal-body { width: 100%; height: 100%; position: relative; background-color: #f2f2f2; padding: 20px 15px; overflow-y: auto;}
.modal-body .m-form__hdg-lv3 { margin: auto;}
.modal-body .item-name { font-size: 1.6rem; font-weight: bold; margin-bottom: 10px;}
.modal-body .input-box > li { display: inline-block; width: 48%; margin-right: 4%;}
.modal-body .input-box > li:nth-of-type(2n) { margin-right: 0 !important;}
.modal-body .input-box > li:nth-child(n+3) { margin-top: 15px;}
.modal-body .input-box > li.only-kyu { display: none;}
.modal-body .input-box > li label { display: block;}
.modal-body .input-box > li .m-frm-select, .modal-body .input-box > li .m-frm-select select { width: 100%; cursor: pointer;}
.modal-body .input-box > li > input { width: 100%; border-radius: 3px; height: 42px; padding: 0 17px 0 10px !important; border: 1px solid #ccc !important; cursor: pointer;}
.modal-body .input-box .child-selctor { margin-top: 0; background-color: #fff; border-radius: 3px; height: 100%; padding: 0 17px 0 10px; width: 100%; display: flex; align-items: center;}
.child-modal-body { padding-top: 35px;}
.child-modal-body .m-form__hdg-lv3 { display: flex;}
.child-modal-body .m-form__hdg-lv3 .left-block { width: 15%; display: flex; align-items: center;}
.child-modal-body .m-form__hdg-lv3 .right-block { width: 85%;}
select[name="areaCd"] { display: none;}
#modal-bg { z-index: 1999; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.6); display: none;}
.fix-bg { position: fixed; left: 0; right: 0; height: auto; overflow-y: scroll;}
@media (max-width: 768px){
#modal, #child-modal { top: 59px;}
.modal-body { overflow-y: scroll;}
}

/*  ///////////////////////////////////////////////
            確認ポップアップモーダル
///////////////////////////////////////////////  */
#conf-modal { width: 100%; max-width: 1000px; margin: auto; position: fixed; top: 50%; transform: translateY(-50%); z-index: 2000; height: auto; display: none; left: 0; right: 0;}
.conf-modal-body { width: 100%; height: 100%; position: relative; background-color: #f2f2f2; overflow: auto;}
.conf-modal-body .modal-header { background-color: #bee4f3; padding: 10px 0;}
.conf-modal-body .modal-header p { margin-top: 0; font-size: 2.8rem; font-weight: bold; text-align: center;}
/* .conf-modal-body .modal-main { padding: 15px;} */
.conf-modal-body .modal-main .m-hdg-lv2 { margin-top: 20px;}
.conf-modal-body .modal-main .notes-text1 { text-align: center; margin-bottom: 20px;}
.conf-modal-body .modal-main .notes-text2 { width: 100%; max-width: 690px; margin: 20px auto;}
.conf-modal-body .modal-main .btn-parent { display: flex; justify-content: space-between;}
.conf-modal-body .modal-main .btn-parent .popup-btn { width: 60%; background-color: #000 !important; color: #fff; font-size: 1.5rem; text-align: center; padding: 5px; height: auto; min-height: 65px; border: 0; transition: none; position: relative; -webkit-appearance: none; border-radius: 0; margin-left: 20%;}
.conf-modal-body .modal-main .btn-parent .popup-btn:after { content:''; width: 0; height: 0; border-style: solid; border-width: 6px 0 6px 8px; border-color: transparent transparent transparent #fff; top: 50%; right: 10px; margin-top: -6px; position: absolute;}
.conf-modal-body .modal-main .btn-parent .popup-btn > span { display: flex; justify-content: center; align-items: center; height: 65px; width: 100%; position: relative;}
#modal-bg2 { z-index: 1999; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.6); display: none;}
/* .popup_table { margin: 0 130px 30px;} */
.popup_table {padding: 20px 50px; height: 330px; overflow-y: scroll; -webkit-overflow-scrolling: touch; background-color: #eaeaea;}
.popup_table table, .popup_table td, .popup_table th{ border: 1px solid #595959; border-collapse: collapse;}
.popup_table table { margin: 10px 0 0 10px; text-align: center;}
.popup_table td, .popup_table th{ padding: 3px; width: 340px; height: 50px;}
@media (max-width: 768px){
#conf-modal{ transform: none; top: 90px; height: 90%; max-height: calc(100vh - 9em);}
.conf-modal-body { transform: translateZ(0);}
.conf-modal-body .modal-header { padding: 5px 0;}
.conf-modal-body .modal-header p { font-size: 1.6rem;}
/* .conf-modal-body .modal-main { padding: 10px 5px;} */
.conf-modal-body .modal-main { padding: 0;}
.conf-modal-body .modal-main .notes-text1 { text-align: center; margin-bottom: 10px;}
.conf-modal-body .modal-main .btn-parent { display: inline;}
.conf-modal-body .modal-main .btn-parent .popup-btn { width: 100%; margin-bottom: 15px; font-size: 1.3rem; display: block; min-height: 75px; margin-left: 0;}
/* .popup_table { margin: 0 10px 25px;} */
.popup_table { padding: 10px 15px 25px;}

}
/*  ///////////////////////////////////////////////
        確認ポップアップスクロールバー非表示
///////////////////////////////////////////////  */
.conf-modal-body {
  -ms-overflow-style: none;    /* IE, Edge 対応 */
  scrollbar-width: none;       /* Firefox 対応 */
}

.conf-modal-body::-webkit-scrollbar {
  display:none;
}

/*  ///////////////////////////////////////////////
            GoToTravel対応
///////////////////////////////////////////////  */
.m-img-hdg { margin-bottom: 10px; }
.m-img-lead__caption { text-align: right; }
.m-tbl.unique-table tbody th, .m-tbl.unique-table tbody td { padding: 8px;}
.m-tbl.unique-table tbody th { text-align: center; background: #000; color: #ccc; font-weight: bold;}
.m-tab.unique-tab { margin-top: 30px;}
.m-tab.unique-tab .m-tab-list { justify-content: flex-start; flex-wrap: wrap;}
.m-tab.unique-tab .m-tab-list > li { width: calc( 100% / 3 - 5px); margin-right: 5px; padding: 0;}
.m-tab.unique-tab .m-tab-list > li:nth-of-type(3n) { margin-right: 0 !important;}
.m-tab.unique-tab .m-tab-list > li:nth-child(n+4) { margin-top: 10px;}
.m-tab.unique-tab .m-tab-list > li > a { border-bottom: 1px solid #000; border-radius: 5px;}
.m-tab.unique-tab .m-tab-list > li > a > span { padding: 10px 1px; display: inline-block;}
.open-cal-btn-list { display: flex; flex-wrap: wrap;}
.open-cal-btn-list > li { width: calc( 100% / 3 - 5px); margin-right: 5px;}
.open-cal-btn-list > li:nth-of-type(3n) { margin-right: 0 !important;}
.open-cal-btn-list > li:nth-child(n+4) { margin-top: 10px;}
.open-cal-btn-list > li a { display: block; border: 2px solid #000; border-radius: 7px; padding: 5px 0; text-align: center; font-weight: bold; background-color: #fff;}
.open-cal-btn-list > li a:hover { text-decoration: none;}
.open-cal-btn-list > li a.disabled { cursor: default; background-color: #c4c4c4; text-decoration: none; opacity: 1;}
.open-cal-btn-list > li a.disabled:hover { opacity: 1;}

.hidden-prev-btn .ui-datepicker-prev {
  display: none;
}

.flex-center { display: flex; justify-content: center; }
.m-btn.m-btn-anchor[data-type="em"] { padding-top: 24px; padding-bottom: 24px; }
.m-btn.m-btn-anchor[data-type="em"]::after { transform: rotate(90deg); transform-origin: center; }
.m-btn.m-btn-anchor[data-type="em"].a-fs-line { text-decoration: none; }

.m-list-anc.m-list-anc-space-wide { padding: 13px 30px 30px; }
.m-list-anc.m-list-anc-space-wide li { margin-top: 17px; }

@media screen and (max-width: 767px) {
   .m-list-anc.m-list-anc-space-wide.m-list-anc-sp-wide { border: none; padding: 0; }
   .m-list-anc.m-list-anc-space-wide.m-list-anc-sp-wide li { display: block; margin-top: 10px; padding-right: 0; border: 1px solid #d1d1d1; }
   .m-list-anc.m-list-anc-space-wide.m-list-anc-sp-wide li a { padding: 10px 14px 10px 40px; }
   .m-list-anc.m-list-anc-space-wide.m-list-anc-sp-wide li a::before { top: 50%; left: 10px; transform: translateY(-50%); }
}

.m-accordion-type2 > li { margin-top: 20px; border-radius: 2px; }
.m-accordion-type2 > li > a { display: flex; padding-left: 30px; font-weight: bold; }
.m-accordion-type2 .accodion-date { margin-right: 30px; font-weight: bold; }
.m-accordion-type2 .m-accordion__icn { width: 24px; height: 24px; margin-top: -12px; }
.m-accordion-type2 .m-accordion__icn span { position: absolute; overflow: hidden; clip: rect(0,0,0,0); width: 0; height: 0; margin: -1px; padding: 0; border: 0; }
.m-accordion-type2 .m-accordion__icn::before,
.m-accordion-type2 .m-accordion__icn::after { background-color: #222222; }
.m-accordion-type2 .m-accordion__icn::before { background-image: none; top: 50%; width: 24px; height: 1px; }
.m-accordion-type2 .m-accordion__icn::after { content: ""; position: absolute; top: 0; right: 12px; width: 1px; height: 25px; transition: transform 0.2s; }
.m-accordion-type2 .js-accordion.is-active .m-accordion__icn::after { transform: rotate(90deg); transform-origin: center; }

@media screen and (max-width: 767px) {
   .m-accordion-type2 > li > a { display: block; padding-left: 15px; padding-bottom: 15px; }
   .m-accordion-type2 .accodion-date { display: block; margin-right: 0; }
}

.m-accordion-type3 > li { margin-top: 0; border: none; }
.m-accordion-type3 > li > a { text-decoration: none; padding: 10px 12px 10px 27px; }
.m-accordion-type3 > li > a:hover { text-decoration: none; }
.m-accordion-type3 .m-accordion__icn { left: 0; right: auto; }
.m-accordion-type3 .m-accordion__icn::before { background: none; border: 1px solid #cccccc; border-radius: 2px; box-sizing: border-box; }
.m-accordion-type3 .m-accordion__icn::after { content: ""; position: absolute; top: 50%; left: 6px; width: 0; height: 0; border: 4px solid transparent; border-top-color: #ccc; border-bottom: none; transition: transform 0.2s; transform: translateY(-50%); }
.m-accordion-type3 .m-accordion__icn span { position: absolute; overflow: hidden; clip: rect(0,0,0,0); width: 0; height: 0; margin: -1px; padding: 0; border: 0; }
.m-accordion-type3 .js-accordion.is-active .m-accordion__icn::after { transform: scale(1, -1) translateY(50%); transform-origin: center; }
.m-accordion-type3 .m-accordion-content p { line-height: 2; }

.m-tbl[data-type="separate"] { border-top: none; }
.m-tbl[data-type="separate"] caption { margin-bottom: 10px; text-align: left; font-size: 17px; font-weight: bold; }
.m-tbl[data-type="separate"] thead { border-top: 1px solid #d1d1d1; }
.m-tbl[data-type="separate"] tbody tr td:first-child { background-color: #F9F9F9; }
.m-tbl.m-tbl-type02 thead th { padding: 17px 0 15px; color: #333; font-weight: bold; background: #f9f9f9; border-left: 1px solid #ccc; border-bottom: 1px solid #ccc; }
.m-tbl.m-tbl-type02 thead th:last-child { color: #fff; background: #000; }
.m-tbl.m-tbl-type02 tbody td { text-align: center; border-left: 1px solid #ccc; border-right: 1px solid #ccc; }
.m-tbl.m-tbl-type02 tbody td .m-list-bullet { display: inline-block; text-align: left; }

@media screen and (max-width: 767px) {
   .m-tbl[data-type="separate"] tbody tr:not(:first-child) { border-top: 1px solid #d1d1d1; }
   .m-tbl[data-type="separate"] tbody tr:not(:first-child) td { border-top: 1px solid #fff; }
   .m-tbl[data-type="separate"] tbody tr:not(:last-child) { margin-bottom: 15px; }
   .m-tbl[data-type="separate"] tbody tr:last-child { border-bottom: 1px solid #d1d1d1; }
   .m-tbl.m-tbl-type02 tbody td { padding: 9px 5px; }
}

.m-box-em--l[data-type="narrow"] { padding: 20px 20px 15px; }
.m-box-em--l[data-type="narrow"] .a-fz-x { font-size: 1.6rem !important; }
.m-box-em--l[data-type="narrow"] .a-fz-xxl { font-size: 2rem !important; }

.m-list-btn-type02[data-col="1"] { border-top: 1px solid #d1d1d1; }
.m-list-btn-type02[data-col="1"] li { margin-top: 0; }
.m-list-btn-type02[data-col="1"] li a { padding: 21px 25px 20px; text-align: left; border: none; border-bottom: 1px solid #d1d1d1; border-radius: 0; }
.m-list-btn-type02[data-col="1"] li a:before { content: ""; position: absolute; top: 50%; right: 24px; width: 12px; height: 12px; border-right: 1px solid #2d2d2d; border-bottom: 1px solid #2d2d2d; transform: rotate(-45deg) translateY(-50%); }
.m-list-btn-type02[data-col="1"] li a::after { content: none; }
.m-list-btn-type02[data-col="1"] .m-btn[target="_blank"] .m-icn-blank { position: static; margin-left: 10px; }

@media screen and (max-width: 767px) {
   .m-list-btn-type02[data-col="1"] li a { padding: 21px 25px 20px 5px; }
   .m-list-btn-type02[data-col="1"] li a:before { right: 0; }
   .m-list-btn-type02[data-col="1"] .m-btn[target="_blank"] .m-icn-blank { vertical-align: middle; }
}

#conf-modal { max-height: 100vh; overflow: auto; -webkit-overflow-scrolling: touch; }

.popup-check { padding-top: 20px; text-align: center; }
.popup-check label { cursor: pointer; position: relative; display: inline-block; padding: 3px 0 0 35px; }
.popup-check input[type="checkbox"] { display: none; vertical-align: middle; }
.popup-check-icon:before, .popup-check-icon:after { content:""; position: absolute; top: 0; left: 0; }
.popup-check-icon:before { width: 22px; height: 22px; background: #fff; border: 2px solid rgba(0, 0, 0, 0.54); border-radius: 2px; cursor: pointer; }
.popup-check-icon:after { transform: rotate(-45deg); top: 5px; left: 4px; width: 14px; height: 8px; border: 2px solid #fff; border-top-style: none; border-right-style: none; } 
.popup-check input[type="checkbox"]:checked ~ .popup-check-icon:before { border-color: #000; background: #000; }

/* .conf-modal-body .modal-main .btn-parent { margin: 30px 0; } */
.conf-modal-body .modal-main .btn-parent { margin: 30px 0; padding: 0 15px;}
.conf-modal-body .modal-main .btn-parent.center { justify-content: center; }
.conf-modal-body .modal-main .btn-parent .popup-btn { margin: 0 2%; }
.conf-modal-body .modal-main .btn-parent .popup-btn.disabled { opacity: 0.5; pointer-events: none; }

@media screen and (max-width: 767px) {
   .conf-modal-body .modal-main .btn-parent { display: block; }
   .conf-modal-body .modal-main .btn-parent .popup-btn { margin: 2% 10px; width: auto; }
   .conf-modal-body .modal-main .btn-parent .popup-btn > span { padding: 0 20px; }
}
