a.link_style{
  color:#388E3C;
  text-decoration:underline;
}
.attention{
  font-size: 0.8rem;
  line-height: 1.2rem;
}
.attention li{
  margin-bottom: 4px;
}
/*注意事項*/
#attention {
  position: relative;
  padding-bottom: 30px;
}
#attention + #attention {
  margin-top: 40px;
}
#attention .btn_more{
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 208px;
  margin: auto;
  padding: .3em 0;
  border-radius: 2px;
  background: #FFF;
  border: 1px solid #FF0000;
  color: #FF0000;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  box-shadow: 0 0 3px rgba(0,0,0,.3);
  text-align: center;
}
#attention .btn_more::after {
  content: "注意事項を読む";
}
#attention .btn_more .fa {
  margin-right: .5em;
}
#attention_wrap {
  position: relative;
  overflow: hidden;
  margin: 20px auto;
  padding: 5px 0px;
  border-top: 1px solid #BDBDBD;
  border-bottom: 1px solid #BDBDBD;
}
#attention_wrap.is-hide {
  height: 380px; /*隠した後の高さ*/
}
#attention_wrap::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 90px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
}
#attention .btn_more.is-show {
bottom: -2em;
}
#attention .btn_more.is-show::after {
  content: "閉じる";
  color: #388E3C;
}
#attention .btn_more.is-show + #attention_wrap::before {
  display: none;
}
#attention .attention{
  margin-bottom: 10px;
  font-size: 0.9rem;
}
#attention .attention li span{
  color: #FF0000;
}
#attention .attention li:before{
  content: "■";
  color: #4c2b03;
}
#attention .attention li.inner:before{
  content: "※";
}
#attention .attention li.inner.turn:before{
  content: "　";
}
#attention .attention li.turn{
  color: #757575;
}

#reserveform #attention {
  margin-bottom: 60px;
}

/*セクション*/
#reserveform{
  padding: 10px 0 30px;
  margin: 0 0 30px;
}

/*reserve_nav*/
.reserve_nav {
  border-top: 1px solid #388E3C;
  border-bottom: 1px solid #388E3C;
  background: #FAFAFA;
  margin-bottom: 10px;
}
.reserve_nav li{
  display: block;
  float: left;
  padding: 10px;
  text-align: center;
  width: 25%;
  font-size: 0.8rem;
}
.reserve_nav .credit li{
  font-size: 1rem;
  width: 33%;
}
.reserve_nav li.now{
  background: #388E3C;
  color: #FFF;
}
.reserve_nav li:after{
  content: " > ";
}
.reserve_nav li:last-child:after{
  content: "";
}

h1.form_headline{
  text-align: center;
  color: #111;
  font-size: 1.2rem;
}
h2.form_headline{
  color: #388E3C;
  text-align: center;
}
h3.form_headline{
  margin-top: 15px;
  background: #757575;
  color: #FFF;
  font-size: 1.1rem;
  text-align: center;
  padding: 5px;
}

p.form_error{
    margin-top: 15px;
    text-align: center;
}

p.form_error a:hover{
    color: #388E3C;
}

/*共通部分*/
.form_contents {
  margin-bottom: 20px;
}
.form_contents .attention{
  font-size: 0.8rem;
}
.form_contents h4{
  font-size: 1.2rem;
  padding: 5px 5px 5px 25px;
  border-bottom: 1px solid #388E3C;
  color: #111;
}
.form_contents h5{
  font-size: 0.9rem;
  padding: 10px 0 3px 0;
}
.form_contents p.instruction{
  font-size: 0.9rem;
}

.input_date h4{
  background: url(../icons/icon_calendar_g.png) 2px center no-repeat;
  background-size: 20px;
}
.input_people h4{
  background: url(../icons/icon_people_g.png) 2px center no-repeat;
  background-size: 20px;
}
.input_price h4{
  background: url(../icons/icon_money_g.png) 2px center no-repeat;
  background-size: 20px;
}
.input_indication h4{
  background: url(../icons/icon_time_g.png) 2px center no-repeat;
  background-size: 20px;
}
.input_parking h4{
  background: url(../icons/icon_parking_g.png) 2px center no-repeat;
  background-size: 20px;
}
.input_settlement h4{
  background: url(../icons/icon_card_g.png) 2px center no-repeat;
  background-size: 20px;
}
.input_name h4{
  background: url(../icons/icon_people_g.png) 2px center no-repeat;
  background-size: 20px;
}
.input_pref h4{
  background: url(../icons/icon_house_g.png) 2px center no-repeat;
  background-size: 20px;
}
.input_phone h4{
  background: url(../icons/icon_phone_g.png) 2px center no-repeat;
  background-size: 20px;
}
.input_mail h4{
  background: url(../icons/icon_mail_g.png) 2px center no-repeat;
  background-size: 20px;
}
.input_card h4{
  background: url(../icons/icon_card_g.png) 2px center no-repeat;
  background-size: 20px;
}
.input_ed h4{
  background: url(../icons/icon_calendar_g.png) 2px center no-repeat;
  background-size: 20px;
}
.input_cvv h4{
  background: url(../icons/icon_cvv_g.png) 2px center no-repeat;
  background-size: 20px;
}
.input_access h4{
  background: url(../icons/icon_map_g.png) 2px center no-repeat;
  background-size: 20px;
}
.input_hotel h4{
  background: url(../icons/icon_hotel_g.png) 2px center no-repeat;
  background-size: 20px;
}
.input_remarks h4{
  background: url(../icons/icon_note_g.png) 2px center no-repeat;
  background-size: 20px;
}
.input_vaccination h4,
.input_certificate h4{
  background: url(../icons/icon_vaccination.png) 2px center no-repeat;
  background-size: 20px;
}
.input_identification h4,
.input_negative h4{
  background: url(../icons/icon_identification.png) 2px center no-repeat;
  background-size: 20px;
}
.input_negative,
.input_certificate {
  display: none;
}
.input_negative.active,
.input_certificate.active {
  display: block;
}
#google_map{
  display: block;
  width: 100%;
  height: 280px;
}

.input_remarks p{
  margin: 3px 0;
  color: #000;
  font-size: .9rem;
}


.input_card .dc{
  background: url(../icons/icon_dc.png) right center no-repeat;
  background-size: 25px;
}
.input_card .amex{
  background: url(../icons/icon_amex.png) right center no-repeat;
  background-size: 25px;
}
.input_card .jcb{
  background: url(../icons/icon_jcb.png) right center no-repeat;
  background-size: 25px;
}
.input_card .master{
  background: url(../icons/icon_master.png) right center no-repeat;
  background-size: 25px;
}
.input_card .visa{
  background: url(../icons/icon_visa.png) right center no-repeat;
  background-size: 25px;
}

/*インプットとセレクト*/
.form_contents input,
.form_contents select{
  display: block;
  width: 210px;
  margin: 6px 10px 10px 12px;
  padding: 8px 5px;
  border: 1px solid #111;
  border-radius: 0px;
  font-size: 1rem;
  color: #111;
  background: #effeef;
}
.form_contents select{
  background: url(../icons/icon_pointer_g.png) 235px center no-repeat,#effeef;
  background-size: 18px;
}
.form_contents select.long,
.form_contents input.long{
  width: 270px;
}
.form_contents select.short,
.form_contents input.short{
  width: 80px;
}
.form_contents .cf select,
.form_contents .cf input,
.form_contents .cf span{
  display: inline;
}
.form_contents .cf span{
  color: #111111;
}
.form_contents input:valid{
  border: 1px solid #388E3C;
}
.form_contents input:invalid{
  border: 1px solid #FF0000;
}

.form_contents .error{
  font-size: 0.8rem;
  color: #FF0000;
}

.sms{
  color: #FF0000;
}

/*確認とか表示*/
.form_contents .display{
  font-size: 1.2rem;
  padding: 8px 10px;
  color: #111;
  background: #effeef;
}
.form_contents .input_hotel{
  font-size: 1rem;
}
.form_contents .input_room{
  font-size: 0.9rem;
  color: #388E3C;
}
.form_contents .input_plan{
  font-size: 1.1rem;
}

/*同意関連*/
.agreement{
  width: 300px;
  margin: 5px auto 20px;
  text-align: center;
}

.agreement.form_contents input{
  display: none;
}
.agreement.form_contents label{
  padding-left: 20px;
  position:relative;
  text-align: center;
  color: #FF0000;
}
.agreement.form_contents label::before{
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}
.agreement.form_contents input:checked + label{
  color: #388E3C;
}
.agreement.form_contents input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #388E3C;
  border-right: 3px solid #388E3C;
}

/*planページの料金表示部分*/
.form_contents .display span#display_price {
  font-size: 1.2rem;
}
.form_contents .display span#display_tax {
  font-size: 0.75rem;
}
.form_contents .display span#display_people {
  font-size: 1rem;
}
.form_contents .display span#display_male,
.form_contents .display span#display_female {
  font-size: 0.9rem;
}
.form_contents .display span#display_discount_price,span#display_goto_coupon,.display_goto {
  display: block;
  font-size: .8rem;
  color: #757575;
}
.form_contents #display_not_goto{
  display: block;
  color: #ff0000;
  font-size: .8rem;
}

.form_contents .goto_check, .goto_description, .form_contents .blast_check, .form_contents .tokyo_check, .form_contents .zenkoku_check{
  width: 100%;
  margin: 20px 0 !important;
  text-align: left;
  font-size: .85rem;
}

.form_contents .goto_description a{
  color: #388E3C;
  text-decoration: underline;
}
.form_contents textarea{
  width: 90%;
  height: 150px;
  margin: 6px 10px 10px 12px;
  padding: 8px 5px;
  border: 1px solid #111;
  border-radius: 0px;
  font-size: 1rem;
  color: #111;
  background: #effeef;
}

/*日付選択カレンダー部分*/
#calendar_wrap{
  margin: 0px;
}
#calendar_wrap .flexslider{
  margin: 0px;
}
/*カレンダー関連*/
#calendar_wrap.flexslider{
  margin-bottom: 5px;
}
#calendar_wrap .flex-direction-nav a{
  top: -10px;
}
#calendar_wrap .flex-direction-nav a:before {
  font-size: 16px;
  display: inline-block;
  border: 1px solid #8d8d8d;
  font-weight: normal;
  text-shadow: none;
  content: '<';
  color: #000;
  opacity: 1;
  height: 40px !important;
  line-height: 40px !important
}
#calendar_wrap .flex-direction-nav a.flex-next:before{
  content: "翌週>";
}
#calendar_wrap .flex-direction-nav a.flex-prev:before{
  content: "<前週";
}
#calendar_wrap .flex-direction-nav a{
  width: 50px;
  height: 40px !important;
  margin: -40px 0 0 !important;
}
#calendar_wrap .flex-direction-nav .flex-next{
  right: 0px;
  opacity: 1;
}
#calendar_wrap .flex-direction-nav .flex-prev{
  left: 0px;
  opacity: 1;
}
#calendar_wrap .flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.9;
    right: 10px;
}


#calendar_wrap .box{
  height: 3rem;
  border: 1px solid #757575;
  color: #111;
}
.sat .date,
.sat .dayweek{
  color: #0000FF;
}
.sun .date,
.sun .dayweek{
  color: #FF0000;
}

.form_contents input.checkin{
  display: none;
}

.form_contents #calendar_wrap .box label{
  display: block;
  width: 100%;
  clear: both;
  padding: 5px 5px 5px 26px;
  background-size: 20px;
}
#calendar_wrap .box label div{
  float: left;
  padding: 5px;
}
.form_contents input.checkin[disabled] + label{
  background: #dcdcdc;
  color: #757575;
}
.form_contents input.checkin:checked + label{
  color: #111;
  background: url(../icons/icon_check_green.png) 2px center no-repeat, #C8E6C9;
  background-size: 20px;
}
#calendar_nav{
  width: 220px;
  margin: 10px auto;
}
#calendar_wrap #carousel .slides li{
  display: none !important;
  width: 0px !important;
}
#calendar_wrap #carousel .slides li.active{
  display: block !important;
  color: #111;
  border: 1px solid #388E3C;
  color: #388E3C;
  width: 60px !important;
  margin: 5px !important;
  text-align: center;
}

/*戻るボタン*/
.correction{
  margin: 16px auto 10px;
}
.correction .btn_gray{
  width: 120px !important;
  font-size: 0.8rem;
}
#display_error{
  text-align: center;
  color: #FF0000;
  font-size: 0.9rem;
  margin: 5px auto;
}

.remodal p{
  display: inline-block;
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 5px;
  text-align: left;
}

.modallink{
  float: right;
  margin: 0;
  padding: 0;
  right: 0;
  font-size: .8rem;
  color: #388E3C;
  text-decoration: underline;
}

p.closebtn a{
  display: block;
  text-align: center;
  background: #A9F5BC;
  font-size: 16px;
  width: 30%;
  padding: 5px;
  margin: 0 auto;
}

.change_checkin{
  display: inline-block;
}

.change_checkin select{
  display: block;
  width: 220px;
  margin: 20px 0 20px 12px;
  padding: 8px 10px;
  border: 1px solid #111;
  border-radius: 0px;
  font-size: 1rem;
  color: #111;
  background: #effeef;
}

#change_submit{
  display: block;
  margin: 10px auto;
  background: #03A9F4;
  color: #FFF;
  width: 280px;
  padding: 10px;
  text-align: center;
}
/*ベリトランスの表示*/
.veritrans,.cashless {
  padding: 3rem 5px 10px;
  font-size: .6rem;
}
.veritrans img{
  display: block;
  width: 200px;
  margin: 0 auto;
}

.cashless img {
  display: block;
  width: 260px;
  margin: 0 auto;
}

.get_coupon_button{
  margin: 0 auto;
  width: 190px;
  background-color: #ffa302;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 16px;
  text-align: center;
}

.coupon_disable{
  width: 100%;
  background-color: #EFEFF3;
  color: #BCBCBC;
}
.get_coupon_button a{
  display: block;
  color: #fff;
}

a.link_goto{
  font-size: .7rem;
  color: #1111cc;
  text-decoration: underline;
}

@media screen and (min-width: 992px){
  .form_contents textarea{
    width: 80%;
  }
  /*カレンダー関連*/
  #carousel {
    display: none;
  }
  #calendar_wrap .slides {
    min-height: 200px;
    max-height: 480px;
    overflow-x: hidden;
    overflow-y: scroll;
    border: 1px solid #388E3C;
    padding: 2px 2px 12px  2px;
  }
  #calendar_wrap .box{
    height: 3rem;
    border: 1px solid #8d8d8d;
    color: #111;
  }
  #calendar_wrap .slides > li.week{
    display: block;
    clear: both;
    margin-bottom: 1px;
  }
  #calendar_wrap .slides > li.week.firstday {
    margin-top: 1rem;
  }
  #calendar_wrap .box{
    height: auto;
    width: 14.285%;
    float: left;
  }
  .form_contents #calendar_wrap .box label{
    display: block;
    width: 100%;
    clear: both;
    padding: 5px;
    background-size: 20px;
  }
  #calendar_wrap .box label div{
    float: none;
    height: auto;
    padding: 0px;
    text-align: center;
    font-size: 0.8rem;
  }
  #calendar_wrap .box label div.date,
  #calendar_wrap .box label div.dayweek{
    float: left;
  }
  #calendar_wrap .box label div.date{
    width: 70%;
  }
  #calendar_wrap .box label div.dayweek{
    float: 30%;
  }
  #calendar_wrap .box label div.residence{
    clear: both;
    border-top: 1px solid #7d7d7d;
    font-size: 0.6rem;
  }
  .form_contents input.checkin:checked + label{
    background: url(../icons/icon_check_green.png) 2px top no-repeat, #C8E6C9;
  }
  #google_map{
    display: block;
    width: 100%;
    height: 360px;
  }

  /*input　確認部分*/
  #column1 #reserveform .inner,#column1 #reserveform .inner_pc{display:block;width:720px;margin:0px auto;}
  .veritrans,.cashless {
    text-align: center;
  }
  .coupon_disable{
    width: 400px;
  }
}

@media screen and (min-width: 1280px){
  #calendar_wrap .box label div{
    font-size: 1rem;
  }
  #calendar_wrap .box label div.residence{
    font-size: 0.8rem;
  }
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) {
    .remodal {
        max-width: 700px;
        min-height: 0;
        margin: 20px auto;

        -webkit-border-radius: 6px;
        border-radius: 6px;
    }
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F021242E, endColorstr=#F021242E);
}

.lt-ie9 .remodal {
    width: 700px;
    min-height: 0;
    margin: 20px auto;
}

.lt-ie9 .remodal-close:after {
    margin: auto;

    text-align: center;
}

.lt-ie9 .remodal-close:hover,
.lt-ie9 .remodal-close:active {
    background: transparent;
}

.lt-ie9 .remodal-close:hover.remodal-close:after,
.lt-ie9 .remodal-close:active.remodal-close:after {
    color: #3e5368;
}
