
@charset"UTF-8";

/* 
***********************************************************
* Copyright(C) CIDARIO Inc.
* URI:http://cidario.co.jp
* Editor:Hiromi Yoshino
***********************************************************
*/

/*
=================================================================
                           common
                  commonlogin h4 + p + p
=================================================================
*/

br.sp-only{
  display: inline-block;
}
@media print, screen and (min-width:640px) {
  br.sp-only{
    display: none;
  }
}
br.pc-only{
  display: none;
}

@media print, screen and (min-width:640px) {
  br.pc-only{
  display: inline-block;
  }
}

span.txt-l{
  font-size:1.8rem!important;
}

span.txt-m{
  font-size:1.6rem!important;
}

span.txt-s{
  font-size:1.4rem!important;
}

span.txt-ss{
  font-size:1.4rem!important;
}

.clear{
  flex-flow: column wrap;
}

.ui-datepicker{
    width: 15em;
    padding: .2em .2em 0;
}

/*
=================================================================
                            icon
=================================================================
*/

.form-cmn-box i.question{
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 5px 0 0 5px;
}
.form-cmn-box i.question img{
  display: block;
  width: 100%;
}
.attention-box i.attention{
  width: 28px;
  height: 28px;  
  margin: 5px 10px 0 0;
}
.confirm-txt01 i.attention{
  width: 28px;
  height: 28px;  
  margin: 5px 10px 0 0;
}
@media print, screen and (min-width:640px) {
.confirm-txt01 i.attention{
  width: 38px;
  height: 38px;
  }
}

.error-box i.attention{
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 5px 10px 0 0;
}

@media print, screen and (min-width:640px) {
.error-box i.attention{
  position: relative;
  display: inline-block;
  width: 38px;
  height: 38px;
  }
}

.login i.attention{
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0 5px 0 0;
}

@media print, screen and (min-width:640px) {
  .login i.attention{
   width: 38px;
   height: 38px;
   margin: 0 10px 0 0;
  }
}

i.attention{
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 5px 10px 0 0;
}

@media print, screen and (min-width:640px) {
 i.attention{
  position: relative;
  display: inline-block;
  width: 38px;
  height: 38px;
  }
}

i.exclamation{
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 5px 10px 0 0;
}
@media print, screen and (min-width:640px) {
i.exclamation{
  width: 36px;
  height: 36px;
  margin: 5px 10px 0 0;
  }
}
i.exclamation img,
i.attention img,
.attention-box i.attention img,
.error-box i.attention img,
.confirmation i.attention img,
.login i.attention img{
  display: block;
  width: 100%;
}

/*
=================================================================
                          caption
=================================================================
*/
ul.caption li{
  position: relative;
  padding: 0 0 0 15px;
}

ul.caption li::before{
  content: "*";
  position: absolute;
  top:0;
  left:0;
}

/*
=================================================================
                     reserve-navgation     
=================================================================
*/

.reserve-nav.inbound{
  position: relative;
  width:100%;
  max-width: 850px;
  margin: 0 auto;
}

.reserve-nav.inbound ul{
  display: flex;
  flex-flow: row nowrap; 
}

.reserve-nav.inbound ul li{  
  position: relative;  
  width: calc( 100% / 5);
  height: 60px;  
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 100;  
  border-top: 1px solid #999;  
  border-bottom: 1px solid #999;
}
@media print, screen and (min-width:640px) {
.reserve-nav.inbound ul li{  
  height: 80px;   
  border-left: 1px solid #999;
  }
}
.reserve-nav.inbound ul li::before{
  content: "";
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;  
  border-left: 10px solid #999;
  position: absolute;
  top:50%;
  left:calc( 100% + 1px );
  transform: translateY(-50%); 
  z-index: 101;
}
@media print, screen and (min-width:640px) {
.reserve-nav.inbound ul li::before{  
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;  
  border-left: 20px solid #999;
  }
}
.reserve-nav.inbound ul li::after{
  content: "";
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;    
  border-left: 10px solid #FFF;
  /*background: #FFF;*/
  position: absolute;
  top:50%;
  left:100%;
  transform: translateY(-50%); 
  z-index: 102;
}
@media print, screen and (min-width:640px) {
.reserve-nav.inbound ul li::after{
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 20px solid #FFF;
  }
}
.reserve-nav ul li span{
  width:95%;
  font-size: 1.0rem;
  color: #999;
  font-weight: 700;
  text-align: center;
  line-height: 150%;
}
@media print, screen and (min-width:640px) {
.reserve-nav.inbound ul li span{  
  width:90%;
  font-size: 1.3rem;
  }
}

.reserve-nav ul li:nth-child(1){  
  z-index: 500;
}
.reserve-nav ul li:nth-child(2){  
  z-index: 400;
}
.reserve-nav ul li:nth-child(3){  
  z-index: 300;
}
.reserve-nav ul li:nth-child(4){  
  z-index: 200; 
}
.reserve-nav ul li:nth-child(5){  
  z-index: 100;  
}
@media print, screen and (min-width:640px) {
.reserve-nav ul li:nth-child(5){  
  border-right: 1px solid #999;
  }
}
.reserve-nav ul li:nth-child(1)::before{  
  z-index: 501;
}
.reserve-nav ul li:nth-child(2)::before{  
  z-index: 401;
}
.reserve-nav ul li:nth-child(3)::before{  
  z-index: 301;
}
.reserve-nav ul li:nth-child(4)::before{  
  z-index: 201; 
}
.reserve-nav ul li:nth-child(5)::before{
  display: none;
  z-index: 101; 
}

.reserve-nav ul li:nth-child(1)::after{  
  z-index: 501;
}
.reserve-nav ul li:nth-child(2)::after{  
  z-index: 401;
}
.reserve-nav ul li:nth-child(3)::after{  
  z-index: 301;
}
.reserve-nav ul li:nth-child(4)::after{  
  z-index: 201; 
}
.reserve-nav ul li:nth-child(5)::after{    
  display: none;
  z-index: 101; 
}

/*  current  */
#shop-select .reserve-nav ul li:nth-child(1),
#class-select .reserve-nav ul li:nth-child(1){  
  background: #002040;
  border-top: 1px solid #002040;  
  border-bottom: 1px solid #002040;
  border-left: 1px solid #002040;
}
#reserve-check .reserve-nav ul li:nth-child(2){  
  background: #002040;   
  border-top: 1px solid #002040;  
  border-bottom: 1px solid #002040;
  border-left: 1px solid #002040;
}
#pay .reserve-nav ul li:nth-child(3),
#member .reserve-nav ul li:nth-child(3),
#login .reserve-nav ul li:nth-child(3){  
  background: #002040;  
  border-top: 1px solid #002040;  
  border-bottom: 1px solid #002040;
  border-left: 1px solid #002040;
}
#confirm .reserve-nav ul li:nth-child(4){  
  background: #002040;  
  border-top: 1px solid #002040;  
  border-bottom: 1px solid #002040;
  border-left: 1px solid #002040; 
}
#finish .reserve-nav ul li:nth-child(5){  
  background: #002040;    
  border-top: 1px solid #002040;  
  border-bottom: 1px solid #002040;
  border-left: 1px solid #002040;
}

/*  current   before */
#shop-select .reserve-nav ul li:nth-child(1)::before,
#class-select .reserve-nav ul li:nth-child(1)::before{  
  border-left-color:#002040;
}
#reserve-check .reserve-nav ul li:nth-child(2)::before{  
  border-left-color:#002040;
}
#pay .reserve-nav ul li:nth-child(3)::before,
#member .reserve-nav ul li:nth-child(3)::before,
#login .reserve-nav ul li:nth-child(3)::before{  
  border-left-color:#002040;
}
#confirm .reserve-nav ul li:nth-child(4)::before{  
  border-left-color:#002040;
}
#finish .reserve-nav ul li:nth-child(5)::before{    
  border-left-color:#002040;
}

/*  current   after */
#shop-select .reserve-nav ul li:nth-child(1)::after,
#class-select .reserve-nav ul li:nth-child(1)::after{  
  border-left-color:#002040;
}
#reserve-check .reserve-nav ul li:nth-child(2)::after{  
  border-left-color:#002040;
}
#pay .reserve-nav ul li:nth-child(3)::after,
#member .reserve-nav ul li:nth-child(3)::after,
#login .reserve-nav ul li:nth-child(3)::after{  
  border-left-color:#002040;
}
#confirm .reserve-nav ul li:nth-child(4)::after{  
  border-left-color:#002040;
}
#finish .reserve-nav ul li:nth-child(5)::after{    
  border-left-color:#002040;
}

/*  current span  */
#shop-select .reserve-nav ul li:nth-child(1) span,
#class-select .reserve-nav ul li:nth-child(1) span{  
  color: #FFF;
}
#reserve-check .reserve-nav ul li:nth-child(2) span{  
  color: #FFF;
}
#pay .reserve-nav ul li:nth-child(3) span,
#member .reserve-nav ul li:nth-child(3) span,
#login .reserve-nav ul li:nth-child(3) span{  
  color: #FFF;
}
#confirm .reserve-nav ul li:nth-child(4) span{  
  color: #FFF;
}
#finish .reserve-nav ul li:nth-child(5) span{  
  color: #FFF;
}

/*
=================================================================
                     selected-option   
=================================================================
*/
#reserve .selected-option{
  display: grid;
  grid-template-columns: repeat(auto-fill, 70px);
  grid-column-gap: 5px;
  margin: 0 0 15px 0;
}
@media print, screen and (min-width:640px) {
  #reserve .selected-option{
    display: grid;
    grid-template-columns: repeat(auto-fill, 100px);
    grid-column-gap: 5px;
    margin: 0 0 15px 0;
  }
}

#reserve .selected-option li,
#reserve .selected-option span{
  height: 25px;    
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  font-size: 1.2rem;
  font-weight: 700;
}

#reserve .selected-option .on{
  background: #2D2D22;
  border: 1px solid #2D2D22;
  color: #FFF;
}
#reserve .selected-option .off,
#reserve .selected-option .option{  
  background: #FFF;
  border: 1px solid #2D2D22;
  color: #2D2D22;
}

/* contents
========================================================================================================
*/

/*-------------------------------------------------------------
                           contents
--------------------------------------------------------------*/

#reserve main{
  position: relative;
  width:100%;  
  z-index: 1;
}

/* main */
#reserve main article.reserve-form{
  width:100%;
  background: #6DC50D; 
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.35);
  padding: 45px 0 10px 0;
  margin: 0 auto 0px auto;
}
@media print, screen and (min-width:960px) {
  #reserve main article.reserve-form{
  width:100%;    
  max-width: 1200px;
  padding: 90px 10px 10px 10px;  
  margin: 0 auto 100px auto;
  }  
}

#reserve main article.reserve-form.reserve-form-inbound{
  margin: 0 auto 0px auto;
}
  
#reserve main article.login-form,
#reserve main article.member-form,
#reserve main article.pay-form,
#reserve main article.confirm-form{
  width:100%;
  background: #6DC50D; 
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.35);
  padding: 65px 0 10px 0;
  margin: 0 auto 0px auto;
}
@media print, screen and (min-width:960px) {
  #reserve main article.login-form,
  #reserve main article.member-form,
  #reserve main article.pay-form,
  #reserve main article.confirm-form{
  width:100%;
  max-width: 1200px;
  padding: 90px 10px 10px 10px;  
  margin: 0 auto 30px auto;
  }
}
#reserve main article.reserve-form h2,
#reserve main article.login-form h2,
#reserve main article.member-form h2,
#reserve main article.pay-form h2,
#reserve main article.confirm-form h2{
  position: relative;
  padding: 0 0 30px 0;
  margin: 0 0 50px 0;
}

#reserve main article.reserve-form h2::after,
#reserve main article.login-form h2::after,
#reserve main article.member-form h2::after,
#reserve main article.pay-form h2::after,
#reserve main article.confirm-form h2::after{
  content: "";
  width:20%;
  max-width: 60px;
  height: 1px;
  background: #FFF;
  position: absolute;
  left:50%;
  bottom: 0;
  transform: translateX(-50%);
}

#reserve main article.reserve-form h2 span,
#reserve main article.login-form h2 span,
#reserve main article.member-form h2 span,
#reserve main article.pay-form h2 span,
#reserve main article.confirm-form h2 span{
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  margin: 0 auto;
}

@media print, screen and (min-width:960px) {
#reserve main article.reserve-form h2 span,
#reserve main article.login-form h2 span,
#reserve main article.member-form h2 span,
#reserve main article.pay-form h2 span,
#reserve main article.confirm-form h2 span{
  font-size: 3.6rem;
  }
}
#reserve main article.reserve-form h3,
#reserve main article.login-form h3,
#reserve main article.member-form h3,
#reserve main article.pay-form h3,
#reserve main article.confirm-form h3{
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 30px 0;
}

#reserve main article.reserve-form h3::before,
#reserve main article.login-form h3::before,
#reserve main article.member-form h3::before,
#reserve main article.pay-form h3::before,
#reserve main article.confirm-form h3::before{
  content: "";
  width:20px;
  height: 6px;
  background: #F0209D;
  position: absolute;
  top:50%;
  left:0;
  transform: translateY(-50%);
}

#reserve main article.reserve-form h3 span,
#reserve main article.login-form h3 span,
#reserve main article.member-form h3 span,
#reserve main article.pay-form h3 span,
#reserve main article.confirm-form h3 span{
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
}
@media print, screen and (min-width:960px) {
#reserve main article.reserve-form h3 span,
#reserve main article.login-form h3 span,
#reserve main article.member-form h3 span,
#reserve main article.pay-form h3 span,
#reserve main article.confirm-form h3 span{
  font-size: 2rem;
  }
}

/* form wrap */
#reserve main article div.form-wrap{
  background: #FFF;
  padding: 60px 3% 80px 3%;
  margin: -30px auto 0 auto;
}
@media print, screen and (min-width:960px) {
  #reserve main article div.form-wrap{
  padding: 100px 7% 70px 7%;
  margin: -30px auto 0 auto;
  }
}

#reserve #reserve-check article div.form-wrap{
  padding: 60px 3% 40px 3%;
}

#reserve main article section.ct-wrap01{
  padding: 80px 10px 60px 10px;
  background: #EEE;
}
#reserve main article section.ct-wrap02{
  padding: 80px 0 60px 0;
  background: #FCEDF1;
}

#reserve main article section.ct-wrap01 h4,
#reserve main article section.ct-wrap02 h4{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.0rem;
  line-height: 100%;
  margin: 0 auto 40px auto;
}
@media print, screen and (min-width:640px) {
#reserve main article section.ct-wrap01 h4,
#reserve main article section.ct-wrap02 h4{
  font-size: 3.0rem;
  margin: 0 auto 40px auto;
  }
}
#reserve main article  section.ct-wrap01 p,
#reserve main article section.ct-wrap02 p{
  width:95%;
  font-size: 1.4rem;
  line-height: 150%;
  text-align: center;
  margin: 0 auto 20px auto;
}
@media print, screen and (min-width:640px) {
#reserve main article  section.ct-wrap01 p,
#reserve main article section.ct-wrap02 p{
  font-size: 1.6rem;
  margin: 0 auto 10px auto;
  }
}
#reserve main article section p.attention-txt01{
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset:4px;
  line-height: 150%;
  margin: 50px auto 40px auto;
}
@media print, screen and (min-width:640px) {
#reserve main article section p.attention-txt01{
  font-size: 2.0rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset:8px;  
  margin: 50px auto 40px auto;
  }
}
#reserve main article section p.attention-txt02{
  width:80%;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 180%;
  margin: 0 auto;
}
@media print, screen and (min-width:640px) {
#reserve main article section p.attention-txt02{  
  width:100%;
  font-size: 2.4rem;
  }
}
#reserve main article section div.ct-box{
  width:90%;  
  background: #FFF;
  max-width: 860px;
  padding: 50px 0;
  margin: 50px auto 0 auto;
}

#reserve main article section div.ct-box ul li + li{
  text-align: center;
  margin: 20px 0 0 0;
}

/* form box */
main div.form-wrap section.form-box{
  display: block;
  background: #EEE; 
  grid-row-gap: 20px;
  font-weight: 700;
  padding: 30px 0 5px 0;
  margin: 0 auto 10px auto;
}
@media print, screen and (min-width:900px) {
main div.form-wrap section.form-box{
  display: grid;
  grid-template-columns: 250px 1fr;
  grid-row-gap: 20px;
  padding: 30px 0;
  margin: 0 auto 10px auto;
  }
}
section.form-box h4{ 
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}

section.form-box div.form-box01{
  display: grid;
  grid-template-columns: 100%;
  margin: 15px 2.5% 30px 2.5%;  
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
@media print, screen and (min-width:900px) {
 section.form-box div.form-box01{
   display: grid;
   grid-template-columns: 50% 50%;
   margin: 0 5% 0 0;  
   border-top: 1px solid #000;
   border-bottom: 1px solid #000;
   border-left: 1px solid #000;
  }
}

section.form-box div.form-box02{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 15px 2.5% 30px 2.5%;  
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
@media print, screen and (min-width:900px) {
 section.form-box div.form-box02{
   margin: 0 5% 0 0;  
  }
}

section.form-box div.option-box-inbound{
  height:70px;
  background: #FFF;
  display: flex;
  align-items: center;
  padding: 0 30px;
  margin: 15px 2.5% 30px 2.5%;
}

@media print, screen and (min-width:900px) {
section.form-box div.option-box-inbound{ 
  height:60px;
  margin: 0 5% 0 0;
  }
}

section.form-box div.option-box-inbound p{
  font-weight: 500;
  line-height: 1.5em;
}

div.form-cmn-box{
  display: grid;  
  grid-template-columns: 80px 1fr;  
  border-right: 1px solid #000;
}
@media print, screen and (min-width:640px) {
div.form-cmn-box{
  display: grid;  
  grid-template-columns: 100px 1fr;  
  }
}
div.form-cmn-box:first-of-type{
  border-bottom: 1px solid #000;
}

@media print, screen and (min-width:900px) {
  div.form-cmn-box:first-of-type{
   border-bottom: none;
  }
}

div.form-cmn-box p{
  background: #F0F0E1;
  border-right: 1px solid #000;
  font-size: 1.3rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width:640px) {
div.form-cmn-box p{
  font-size: 1.5rem;
  }
}

div.form-select-box{
  position: relative;
  background: #FFF;
  border: 
}
div.form-check-box,
div.form-radio-box{
  position: relative;
  width:100%;
  height: 70px;
  padding: 0 10px;
  background: #FFF;
  border-right: 1px solid #000;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width:900px) {
 div.form-check-box,
 div.form-radio-box{
   position: relative;
   width:100%;
   height: 70px;
   padding: 0 15px;
   background: #FFF;
   border-right: 1px solid #000;
   display: flex;
   align-items: center;
  }
}
div.form-check-box .check-box span.check-box-text,
div.form-radio-box .radio-box span.radio-box-text{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width:100%;
  height: 100%;
  font-size: 1.4rem;
  padding: 0 0 0 25px;
}
#reserve-check div.form-radio-box .radio-box span.radio-box-text{
  display: flex;
  align-items: center;
  justify-content: center;  
  padding: 0 0 0 15px;
}

@media print, screen and (min-width:900px) {
div.form-check-box .check-box span.check-box-text,
div.form-radio-box .radio-box span.radio-box-text{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  padding: 0 0 0 15px;
  }
}
/* attention box */
section.attention-box{
  background: #FCEDF1;
  padding: 50px 0px;
}

#reserve-check section.attention-box h4{
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 40px 0;
}

#reserve-check section.attention-box h4 + p{
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset:5px;
}

#reserve-check section.attention-box p{
  width:90%;
  max-width: 820px;
  font-size: 1.5rem;
  line-height: 200%;
  margin: 0 auto;
}

#reserve-check section.attention-box p + p{
  margin:20px auto 0 auto;
}

#reserve-check section.attention-box ol{
  width:90%;
  max-width: 820px;
  background: #FFF;
  padding: 30px;
  margin: 30px auto 0 auto;
}

#reserve-check section.attention-box ol li{
  font-weight: 700;
  margin: 20px auto 0 auto;
}

#reserve-check section.attention-box li:first-of-type{
  margin: 0 auto;
}

#reserve-check section.attention-box ol li span{
  display: inline-block;
  margin: 0 5px 0 0;
}

/* error box */
section.error-box{
  background: #FCEDF1;  
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.35);
  border: 1px solid #CCC;
  padding: 60px 0 40px 0;
  margin: 50px auto 0 auto;
}
@media print, screen and (min-width:640px)   {
section.error-box{
  padding: 80px 0px 60px 0;
  margin: 70px auto 0 auto;
  }
}

section.error-box h4{
  width: 90%;
  font-size: 2.2rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px auto;
}

@media print, screen and (min-width:640px)   {
section.error-box h4{
  font-size: 3.0rem;
  margin: 0 auto 40px auto;
  }
}

section.error-box h4 span{
  position: relative;
}

section.error-box h4 span i{
  position: absolute;
  top:5px;
  left:0;
}

@media print, screen and (min-width:640px)   {
section.error-box h4 span i{
  position: absolute;
  top:8px;
  left:0;
  }
}

section.error-box p{
  width:90%;
  font-size: 1.4rem;
  text-align: center;
  line-height: 150%;
  margin: 0 auto;
}

@media print, screen and (min-width:640px)   {
section.error-box p{
  width:90%;
  max-width: 820px;
  font-size: 1.8rem;
  }
}
section.error-box dl{
  width:90%;
  max-width: 820px;
  background: #FFF;
  text-align: center;
  padding: 30px 0 50px 0;
  margin: 50px auto 0 auto;
}

section.error-box dl dt{
  font-size: 1.6rem;
  font-weight: 700;
}

section.error-box dl dd{
  font-size: 3.6rem;
  font-weight: 700;
  margin: 20px 0 0 0;
}

section.error-box ul{
  width:90%;
  max-width: 820px;
  background: #FFF;
  text-align: center;
  padding: 50px 0;
  margin: 50px auto 0 auto;
}

/*
=================================================================
                         form
=================================================================
*/
button, input, select, textarea {
  font-family: 'Noto Sans JP', sans-serif; 
  font-size: 1.5rem;
  font-weight: 400;
  color: #000;
	outline: none;
  border: none;
}

div.form-wrap form input[type="text"]:focus,
div.form-wrap form input[type="email"]:focus,
div.form-wrap form input[type="tel"]:focus,
div.form-wrap form input[type="password"]:focus,
div.form-wrap form textarea:focus,
div.form-wrap form select:focus{
  border: 4px solid #F0209D;
}

/*--------------------  input --------------------*/

div.form-wrap form input[type="text"],
div.form-wrap form input[type="email"],
div.form-wrap form input[type="tel"],
div.form-wrap form input[type="password"]{	
  position: relative;
  width:100%;
  height: 70px;
  background: transparent;
  padding: 0 30px 0 20px;
  z-index: 1;
}

@media print, screen and (min-width:640px)   {
div.form-wrap form input[type="text"],
div.form-wrap form input[type="email"],
div.form-wrap form input[type="tel"],
div.form-wrap form input[type="pass"]{	
	  display: inline-block;
    width:100%;
	}
}

/*-------------------- textarea  --------------------*/

div.form-wrap form textarea{
	display: block;
  width:100%;
  height:200px;
  border: 2px solid #CCC;
  border-radius:5px;
  font-size:16px; font-size:1.6rem;
  padding:10px;
  resize: vertical;
	margin: 0 auto;
}

@media print, screen and (min-width:640px)   {
  div.form-wrap form textarea{
	 display: inline-block;
   width:95%;
   height:200px;
	}
}

/*-------------------- radio --------------------*/

div.form-wrap form input[type=radio] {
  display: none;
}

div.form-wrap form .form-radio-box label{
  position: relative;
  display: block;
  width:100%;
  height: 100%;
  border-radius: 5px;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  padding: 3px;
  margin: 0 ;  
  cursor: pointer;
}

div.form-wrap form .form-radio-box label input + span::before{
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #666;
  background-color: #FFF;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

div.form-wrap form .form-radio-box label input:checked + span::before{
  border: 2px solid #F0209D;
}

div.form-wrap form .form-radio-box label input:checked + span::after{
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: #F0209D;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

div.form-wrap form .form-radio-box label{
  position: relative;
  display: block;
  width:100%;
  height: 100%;
  border-radius: 5px;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  padding: 3px;
  margin: 0 ;  
  cursor: pointer;
}

div.form-wrap form .form-radio-box label span::before{
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #666;
  background-color: #FFF;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media print, screen and (max-width:900px) {
  .form-box .form-box01 .cdw-radio-box:first-of-type{
  border-bottom: 1px solid #000;
  }
}
#cdw01:checked ~ .form-box .form-box01 .cdw-radio-box #radio-cdw01 span::before{
  border: 2px solid #F0209D;
}
#cdw02:checked ~ .form-box .form-box01 .cdw-radio-box #radio-cdw02 span::before{
  border: 2px solid #F0209D;
}
#cdw01:checked ~ .form-box .form-box01 .cdw-radio-box #radio-cdw01 span::after{
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: #F0209D;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#cdw02:checked ~ .form-box .form-box01 .cdw-radio-box #radio-cdw02 span::after{
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: #F0209D;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#cdw01:checked ~ .form-box .form-box01 .cdw-radio-box #radio-cdw01 span::after{
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: #F0209D;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#attention-box{
  display: none;
}

#cdw01:checked ~  #attention-box{
  display: block;  
}

/*-------------------- checkbox --------------------*/

div.form-wrap form input[type="checkbox"] {
  display: none;
}

div.form-wrap form .form-check-box label,
div.form-wrap form .member-check-box label{
  position: relative;
  width: 100%;
  height: 100%;
  display: block;  
  font-weight: 400;
  padding: 3px;
  margin: 0;
  cursor: pointer;
}

@media print, screen and (min-width:640px) {
  div.form-wrap form .form-check-box label,
  div.form-wrap form .member-check-box label{
    padding: 3px;
    margin: 0;
  }
}

div.form-wrap form .form-check-box label::before,
div.form-wrap form .member-check-box label::before{
  content: '';  
  width: 13px;
  height: 13px;
  background: #FFF;
  border: 2px solid #666;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media print, screen and (min-width:640px) {
div.form-wrap form .form-check-box label::before,
div.form-wrap form .member-check-box label::before{
  content: '';  
  width: 16px;
  height: 16px;
  }
}
div.form-wrap form .form-check-box label input[type="checkbox"]:checked + span::before,
div.form-wrap form .member-check-box label input[type="checkbox"]:checked + span::before{
  content: '';  
  width: 16px;
  height: 16px;
  background: #FFF;
  border: 2px solid #F0209D;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

div.form-wrap form .form-check-box label input[type="checkbox"]:checked + span::after,
div.form-wrap form .member-check-box label input[type="checkbox"]:checked + span::after{
  content: "\e876"; 
  font-family: "Material symbols Outlined";
  font-size: 1.9rem;
  color: #F0209D;
  font-weight:900;
  position: absolute;
  top:50%;
  left:1px;
  transform: translateY(-50%);
}

/*---------------------------------------------------------------------------
                                    select
-----------------------------------------------------------------------------*/
select{
  position: relative;
  width:100%;
  height: 70px;
  background: transparent;
  padding: 0 30px 0 20px;
  z-index: 1;
}
select {
  -webkit-appearance: none;
  appearance: none; /* デフォルトの矢印を無効 */
}
select::-ms-expand {
  display: none; /* デフォルトの矢印を無効(IE用) */
}

/*materal icon*/
div.form-select-box i{
  position: absolute;
  top:50%;
  right:3px;
  transform: translateY(-50%);  
  z-index:0;
}

div.form-select-box i::before{
  content: "expand_more"
}

/*---------------------------------------------------------------------------
                               link
-----------------------------------------------------------------------------*/
#reserve article a{
  text-decoration: none;
  color: #666;
}

.hover-underline01,
.hover-underline02,
.hover-underline03,
.hover-underline04,
.hover-underline05{
  text-decoration: none;
}

.hover-underline01 span,
.hover-underline02 span,
.hover-underline03 span,
.hover-underline04 span,
.hover-underline05 span{
  position: relative;
}

.hover-underline01 span::before,
.hover-underline02 span::before,
.hover-underline03 span::before,
.hover-underline04 span::before,
.hover-underline05 span::before{
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #FFF;
  transform: scale(1, 1);
  transform-origin: right top;
  transition: transform .3s;
}

.hover-underline01 span::before{
  background: #FFF;
}
.hover-underline02 span::before{
  background: #F01F9D;
}
.hover-underline03 span::before{
  background: #666;
}
.hover-underline04 span::before{
  background: #000;
}
.hover-underline05 span::before{
  background: #666;
}
.hover-underline01 span:hover::before,
.hover-underline02 span:hover::before,
.hover-underline03 span:hover::before,
.hover-underline04 span:hover::before,
.hover-underline05 span:hover::before{
  transform: scale(0, 1);
}

/*---------------------------------------------------------------------------
                                btn
-----------------------------------------------------------------------------*/
/*-- btn01 --*/
#reserve .btn01 button,
#reserve .btn01 a{  
  display: flex;
  align-items: center;
  justify-content: center;
  width:90%;
  max-width: 280px;
  height: 60px;
  border-radius: 30px;
  background: #F0209D;
  color: #FFF;
  margin: 0 auto;
  transition: 1s;
}
#reserve .btn01 button span,
#reserve .btn01 a span{
  font-size: 1.8rem;  
  color: #FFF;
  font-weight: 700;
}
#reserve #shop-select  .btn01,
#reserve #class-select  .btn01{
  margin: 60px auto 0 auto;
}

/*-- btn02 --*/

#reserve .btn02 button,
#reserve .btn02 a{
  display: flex;
  align-items: center;
  justify-content: center;
  width:100%;
  max-width: 270px;
  height: 50px;
  border-radius: 25px;
  background: #F0209D;
  color: #FFF;
  margin: 0 auto;
  transition: 1s;
}
#reserve .btn02 button span,
#reserve .btn02 a span{
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFF;
}

/*-- btn03 --*/
#reserve .btn03,
#reserve .btn03 a,
#reserve .btn03 button{  
  display: flex;
  align-items: center;
  justify-content: center;
  width:100%;
  max-width: 210px;
  height: 40px;  
  border-radius: 20px;
  background: #6f7573;
  color: #FFF;
  margin: 0 auto;
  cursor: pointer; 
  transition: 1s;
}

#reserve .btn03 span,
#reserve .btn03 a span,
#reserve .btn03 button span{
  font-size: 1.4rem;
  font-weight: 700; 
  color: #FFF;
}

#reserve .btn05{
  width:100%;
  max-width: 220px;
  height: 40px;
  background: #002040;
  color: #FFF;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.8s;
}

#reserve .btn05 span{
  font-size: 1.4rem;
  font-weight: 700;
}

#reserve .btn06{
  width:100%;
  max-width: 180px;
  height: 40px;
  background: #6f7573;
  border-radius: 20px;
  color: #FFF;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.8s;
}

#reserve .btn06 span{
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFF;
}

#reserve .btn-confirm button{  
  display: block;
  width:80%;
  max-width: 340px;
  height: 70px;
  border-radius:35px;
  color: #FFF;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.8s;
}
@media print, screen and (min-width:640px) {
#reserve .btn-confirm button{  
  display: block;
  width:90%;
  max-width: 540px;
  height: 80px;
  border-radius: 40px;
  }
}

#reserve .btn-confirm button.on{
  background: #F0209D;
}
#reserve .btn-confirm button.off{
  background: #CCC;
}

#reserve .btn-confirm button span{
  font-size: 2.0rem;
  font-weight: 700;
  color: #FFF;
}
@media print, screen and (min-width:640px) {
#reserve .btn-confirm button span{
  font-size: 2.4rem;
  }
}
#reserve .btn01:hover a,
#reserve .btn01:hover button,
#reserve .btn02:hover a,
#reserve .btn02:hover button,
#reserve .btn-confirm:hover button.on,
a.btn04:hover{
  background: #BF0D78;
}

#reserve .btn03:hover a,
#reserve .btn03:hover button{
  background: #565A59;
}

#reserve .btn05:hover{
  background: #003366;
  opacity: 1;
}

#reserve .btn-confirm:hover button.off,
#reserve .btn06:hover{
  background: #505050;
}

#reserve .btn-close{  
  display: flex;
  align-items: center;
  justify-content: center;
  width:100%;
  max-width:200px;
  height: 40px;  
  background: #AAA;
  color: #FFF;  
  margin: 40px auto 30px auto;
  cursor: pointer; 
  transition: 1s;
}

#reserve .btn-close span{
  font-size: 1.4rem;
  font-weight: 700; 
  color: #FFF;
}

#reserve .btn-select-change button{
  display: block;
  width:260px;
  height: 40px;
  background: #6f7573;
  margin: -20px auto 0 auto;
  transition: 0.8s;
}
@media print, screen and (min-width:640px) {
#reserve .btn-select-change button{
  margin: -20px auto 0 auto;
  }
}
#reserve .btn-select-change button span{  
  width:100%;
  height: 100%;  
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #FFF;
  font-weight: 700;
}
#reserve .btn-select-change button:hover{
  background: #565A59;
}

/* select shop class/
========================================================================================================
*/

.form-ct .selected-box{
  width:100%;
  background: #EEE;
  padding: 20px 20px 40px 20px;
  margin: 0 auto;
}
@media print, screen and (min-width:640px) {
.form-ct .selected-box{
  padding: 40px 30px 50px 30px;
  }
}

.form-ct .selected-box .selected01{
  width:100%;
  margin: 0 auto;
}
.form-ct .selected-box .selected02{
  width:100%;
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 auto;
}
@media print, screen and (min-width:1100px) {
.form-ct .selected-box .selected02{
  display: grid;
  grid-template-columns: 1fr 1fr;
  }
}
.form-ct .selected-box .selected03{
  width:100%;
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 auto;
}
@media print, screen and (min-width:640px) {
.form-ct .selected-box .selected03{
  width:100%;
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 auto;
  }
}
.selected-box dl{
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 0 10px 0;
}

@media print, screen and (min-width:640px) {
.selected-box dl{
  display: grid;
  grid-template-columns: 200px 1fr;  
  margin: 0 0 10px 0;
  }
}

.selected-box dt{
  width:100%;
  height: 36px;
  background: #FFF;
  border: 1px solid #CCC;
  font-size: 1.4rem;
  font-weight:700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px 0;  
}

@media print, screen and (min-width:640px) {
.selected-box dt{
  width:100%;
  height: 36px;
  margin: 0;
  }
}

.selected-box dd{
  width:100%;
  padding: 0 15px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  line-height: 1.5em;
  text-align: center;
}
@media print, screen and (min-width:640px) {
.selected-box dd{  
  height: 36px;
  padding: 0 15px;
  padding: 0 0 0 20px;  
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  }
}
.selected-box .selected01 dd{
  font-size: 1.6rem;
}
@media print, screen and (min-width:640px) {
  .selected-box .selected01 dd{
  font-size: 1.8rem;
  }
}
.selected-box .selected02 dd{
  font-size: 1.5rem;
}
.selected-box .selected03 dd{
  font-size: 1.4rem;
}
@media print, screen and (min-width:640px) {
.selected-box .selected02 dd{
  font-size: 1.8rem;
  }
}

/* select  list /
========================================================================================================
*/
div.list-ct{
  width:100%;
  margin: 50px 0 0 0;
}

section.class-list{
  width:100%;
  margin: 0;
}

.class-list h4{
  position: relative;
  width: 100%;
  height: 50px;
  background: #002040;
  padding: 0 0 0 20px;   
  font-size: 1.4rem;
  display: flex;
  align-items: center;  
}

.class-list h4 span{
  color: #FFF;
  font-weight: 700;
}

.class-list h4 div{
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  top:50%;
  right: 10px;
  transform: translateY(-50%);
}

.class-list h4 div p{  
  border: 1px solid #FFF;
  font-size: 10px;
  color: #FFF;
  padding: 3px 10px;
  margin-left: 5px;
}
@media print, screen and (min-width:640px) {
.class-list h4 div p{
  font-size: 12px;  
  margin-left: 10px;
  }
}

.class-list h4 strong{
  display: inline-block;
  margin: 0 10px 0 0;
}

#shop-select .class-list h4 strong{
  font-size: 2.0rem;
}
#class-select .class-list h4 strong{
  font-size: 1.8rem;
}
#shop-select .class-list h4 strong span{
  font-size: 1.8rem;
}
@media print, screen and (min-width:640px) {
#shop-select .class-list h4 strong{
  font-size: 2.2rem;
  }
#class-select .class-list h4 strong{
  font-size: 2.0rem;
 }
#shop-select .class-list h4 strong span{
  font-size: 2rem;
 }
}

.class-list-wrap{
  width: 100%;
  background: #FFF;
}

.class-list-wrap li{
  width:100%;
  min-height: 270px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.35);
  margin: 0 0 30px 0;  
  border: 1px solid #CCC; 
}

.class-list-wrap li:last-child{
  margin: 0;  
}

.class-list-box{
  display: grid;
  grid-template-columns:1fr; 
  grid-template-rows: auto auto auto;
  padding: 0 0 30px 0;
  margin: 0;
}

.list-box02{
  padding: 20px 10px 10px 10px;
}

@media print, screen and (min-width:640px) {
.list-box02{
  padding: 10px;
  }
}

.list-box03 {
  margin: 10px 0 20px 0;
}

@media print, screen and (min-width:1100px) {
.class-list-box{
  display: grid;
  grid-template-columns:290px 1fr 200px; 
  grid-template-rows: 1fr 65px;
  padding: 0;
  margin: 20px 30px;
}
  
.list-box01 {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}
.list-box02 {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  padding: inherit;
}
.list-box03 {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  margin: 0;
}
.list-box04 {
  grid-column: 3 / 4;
  grid-row: 1 / 3;
 }
}

.list-box01 figure{
  position: relative;
  background: #EEE;
  padding: 10px;
  margin: 0;
}
@media print, screen and (min-width:640px) {
  .list-box01 figure{
  margin: 0 30px 0 0;
  }
}
.list-box01 figcaption{
  font-size: 1.2rem;
  color: #333;
  position: absolute;
  left:5px;
  bottom: 5px;
}
.list-box01 figure img{
  display: block;
  width:100%;
  max-width: 260px;
  margin: 0 auto;
}
@media print, screen and (min-width:640px) {
.list-box01 figure img{
  display: block;
  width:100%;
  height: 100%;
  max-width: 260px;
  max-height: 180px;
  object-fit: cover;
  }
}

.list-box02 p.detail01 {
  margin: 0 0 20px 0;
  }

.list-box02 p.detail02,
.list-box02 p.detail03{
  width:90%;
  font-size: 1.6rem;
  line-height: 1.75em;
  color: #666;
  margin: 0 0 10px 0;
}

.list-box02 p.detail02 span,
.list-box02 p.detail03 span{
  display: block;
  font-weight: 700;
  color: #000;
  margin: 0 10px 0 0;
}
@media print, screen and (min-width:640px) {
.list-box02 p.detail02 span,
.list-box02 p.detail03 span{
  display: block;
  margin: 0 20px 0 0;
  }
}
.list-box02 p.detail04,
.list-box02 p.detail05,
.list-box02 p.detail06{  
  position: relative;
  font-size: 1.4rem;
  padding:  0 0 0 30px;
  margin: 0 0 10px 0;
}

.list-box02 p.detail04::before{
  content: "";
  width:18px;
  height: 18px;
  background: url("/common_reserve/images/rsv-icon02.png") no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top:50%;
  left:0;
  transform: translateY(-50%);
}

.list-box02 p.detail05::before{
  content: "";
  width:18px;
  height: 18px;
  background: url("/common_reserve/images/rsv-icon03.png") no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top:50%;
  left:0;
  transform: translateY(-50%);
}

.list-box02 p.detail06::before{
  content: "";
  width:18px;
  height: 18px;
  background: url("/common_reserve/images/rsv-icon04.png") no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top:50%;
  left:0;
  transform: translateY(-50%);
}

.list-box03{  
  width:100%;
  height: 50px;
}

.list-box03 dl{
  width: 95% ;
  height: 65px;
  display: grid;
  grid-template-columns: 95px 1fr;
  border: 2px solid #6DC50D;
  margin: 0 auto;
}

@media print, screen and (min-width:1100px) {
.list-box03 dl{  
  width: calc( 100% - 10px );
  height: 65px;  
  display: grid;
  grid-template-columns: 30% 70%;
  margin: 0;
  }
}
.list-box03 dl dt{
  background: #6DC50D;
  font-size: 1.2rem;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width:640px) {
.list-box03 dl dt{
  font-size: 1.4rem;
  }
}
.list-box03 dl dd{
  background: #FFFFDB;
  font-size: 1.2rem;
  font-weight: 400;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.list-box03 dl dd span{
  display: block;
  padding: 0 10px;
}
.list-box03 dl dd span.price01 a{
  color: #000;
  text-decoration: none;
}

.list-box03 dl dd span.price02{  
  font-size: 2rem;
  font-weight:700;
  text-align: right
}
.list-box03 dl dd span.price02 span{
  display: block;
  font-size: 1.2rem;
  padding: 5px 0 0 0; 
}
.list-box03 dl dd strong{
  font-size: 2.2rem;
  font-weight: 500;
  margin: 0 0 0 3px;
}
@media print, screen and (min-width:640px) {
.list-box03 dl dd strong{
  font-size: 2.4rem;
  }
}
.list-box03 dl dd span.price03{
  display: inline-block;
  width:100%;
  font-size: 1.6rem;
  text-align: center;
}
@media print, screen and (min-width:640px) {
.list-box03 dl dd span.price03{
  font-size: 1.6rem;
  text-align: right;
  padding-right: 15px;
  }
}
.list-box04{
  position: relative;
}

.list-box04 div.list-btn-box{
  width:80%;
  max-width: 220px;
  margin: 0 auto;
}

@media print, screen and (min-width:1100px) {
.list-box04 div.list-btn-box{
  width:100%;
  max-width: inherit;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: inherit;
  }
}
.list-box04 div.list-btn-box a,
.list-box04 div.list-btn-box button{
  display: block;
  width:100%;
  height: 50px;
  background: #F0209D;   
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin: 25px 0 0 0;
  transition: 1s;
}
@media print, screen and (min-width:1100px) {
.list-box04 div.list-btn-box a,
.list-box04 div.list-btn-box button{
  display: block;
  width:100%;
  height: 65px;  
  margin: 10px 0 0 0;
  }
}

.list-box04 div.list-btn-box a span,
.list-box04 div.list-btn-box button span{
  color: #FFF;
}

.list-box04 div.list-btn-box a:hover,
.list-box04 div.list-btn-box button:hover{
  background: #BF0D78;
}

span.exclamation-mark-icon{  
  position: relative;
  display: inline-block;
  width:90%;
  padding: 0 0 0 28px;
  text-align: left;
  margin:0 auto;
}

span.exclamation-mark-icon::before{
  content: "";
  width:17px;
  height: 17px;
  background: url("/common_reserve/images/rsv-icon05.png") no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top:50%;
  left:0;
  transform: translateY(-50%);
}

/*-------------      modaaal      -------------*/
div#infoA1,
div#infoA2,
div#infoA2p,
div#infoB,
div#infoBk,
div#infoC1,
div#infoC2,
div#infoD,
div#infoH,
div#infoH1,
div#infoH2,
div#infoC1p,
div#infoDp,
div#infoH1p,
div#infoH2p{
  display: none;
}

div.info-shop{
  display: none;
}

div.info-wrap{
  max-width: 500px;
  border: 10px solid #6DC50D;
  background: #FFF;
  padding: 40px 30px 20px 30px;
  margin: 0 auto;
}

div.info-wrap h5{  
  background: #FFF;
  font-size: 2.6rem;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin: 0 0 40px 0;
}

div.info-wrap div.item{
  width:100%;
  margin: 0 auto;
}

div.info-wrap div.item dl.item01{
  width:100%;
  display: grid;
  grid-template-columns: 60% 40%;
  grid-template-rows: auto;
  grid-row-gap: 15px;
  font-size: 1.4rem;   
  border-top: 1px solid #BBB;  
  border-left: 1px solid #BBB; 
  border-right: 1px solid #BBB; 
}

div.info-wrap div.item dl.item02{
  width:100%;
  display: grid;
  grid-template-columns: 40% 60%;
  grid-template-rows: auto;
  grid-row-gap: 20px;
  font-size: 1.4rem;   
  border-left: 1px solid #BBB; 
  border-right: 1px solid #BBB; 
}

div.info-wrap div.item dl.item01{
  padding: 30px 20px 30px 15px;
}

div.info-wrap div.item dl.item02{
  border-top: 1px solid #BBB;  
  padding: 10px 20px 10px 15px;
  font-weight: 700;
}
div.item dl dd{
  text-align: right;
}
div.item dd span{
  font-size: 1.6rem;
}
div.info-wrap div.item dl.item02 dt{
 /* text-align: center;*/
}
div.info-wrap div.item dl.item02 dt span{
  font-size: 1.2rem;
}

div.info-wrap div.item dl.item03{
  width:100%;
  display: grid;
  grid-template-columns: 40% 60%;
  border: 2px solid #6DC50D;
}

div.info-wrap div.item dl.item03 dt{
  background: #6DC50D;
  font-size: 1.6rem;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
div.info-wrap div.item dl.item03 dd{
  background:#FFFFDB;
  font-size: 1.4rem;
  font-weight: 700;  
  padding: 10px 20px 10px 10px;
}
div.info-wrap div.item dl.item03 dd span{
  font-size: 2.4rem;
}

.info-wrap ul{
  width:100%;
  margin:20px auto  0 auto;
}
.cash-wrap ul{
  width:100%;
  margin:20px auto;
}

.info-wrap ul li,
.cash-wrap ul li{
  font-size: 1.2rem;
  margin: 0 0 10px 0;
  line-height: 130%;
}
.info-wrap p.btn-close,
.cash-wrap p.btn-close{
  margin: 30px auto;
}

div#cash,
div#credit-card{
  display: none;
}

.modaal-container{
  border-radius: 10px!important;
}

/*-----------クレジットカード入力-------------*/

div.credit-wrap{
  position: relative;
  width:100%;
  max-width: 450px;
  background: #FFF;  
  border-radius: 10px!important;
  padding:20px 0;
  margin: 0 auto;
}

div.credit-wrap h2{
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom: 1px solid #EEE;
  padding: 0 0 20px 0;
}

.credit-wrap .cardlist{
  width:90%;
  padding: 20px 0;
  border-bottom: 1px solid #EEE;
  margin: 0 auto;
}

.credit-wrap .cardlist ul{
  display: grid;
  grid-template-columns: repeat(6,1fr);
  justify-content: center;
}

.credit-wrap .cardlist ul li{
  width:auto;
}

.credit-wrap .cardlist ul li img{
  display: block;
  width: 100%;
  max-width: 50px;
  margin: 0 auto;
}

.credit-wrap .card-box01{
  width:90%;
  margin: 0 auto;
}

.credit-wrap .card-box02{
  width:90%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  margin: 0 auto;
}

@media print, screen and (min-width:400px) {
.credit-wrap .card-box02{
  width:90%;
  display: grid;
  grid-template-columns: 55% 45%;  
  grid-template-rows: auto;
  margin: 0 auto;
  }
}

.credit-wrap .inner{
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  font-size: 1.2rem;
}

@media print, screen and (min-width:640px) {
 .credit-wrap .inner{
   font-size: 1.4rem;
 }
}

.credit-wrap .inner label{
  width:150px;
  display: flex;
  align-items: center;
  font-weight: 700;
  padding: 20px 0 20px 10px;
}

.credit-wrap .inner input + span.under-line::before{
  content: "";
  width:100%;
  height: 1px;
  background: #EEE;
  position: absolute;
  bottom: 0;
  left:0;
  z-index: 500;
}

.credit-wrap .inner input + span.under-line::after{  
  content: "";
  width:0;
  height: 1px;
  background: #00A3D9;
  transition: .8s;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); 
  z-index: 501;
}

.credit-wrap .inner input:focus + span.under-line::after{
  width:100%;
}

.credit-wrap .card-expires-box input{
  width:50px;
}

.credit-wrap .card-cvc-box input{
  width:80px;
}

.credit-wrap .inner input.separator{
  width:10px;
  background: #FFF;
}

.credit-wrap .card-btn-box{
  width:100%;
  padding: 30px 0 10px 0;
}

.credit-wrap .card-btn-box input.ccbtn{
  display: block;
  width:90%;
  height: 50px;
  background: #00A3D9;
  border-radius: 10px;
  font-size:1.6rem;
  font-weight: 600;
  color: #FFF;
  margin: 0 auto;
}

#reserve .credit-wrap p.btn-close{
  width:20px;
  height: 20px;
  background: transparent;
  position: absolute;
  top:10px;
  left:10px;
  margin: 0;
  cursor: pointer;
}

#reserve .credit-wrap p.btn-close::before{
  content: "";
  width:15px;
  height: 1px;
  background: #000;
  transform: rotate(45deg);
  position:absolute;
  top:10px;
  left:10px;
}

#reserve .credit-wrap p.btn-close::after{
  content: "";
  width:15px;
  height: 1px;
  background: #000;
  transform: rotate(135deg);
  position:absolute;
  top:10px;
  left:10px;
}

/*-----------ここまで-------------*/


div.cash-wrap{ 
  max-width: 500px;
  border: 10px solid #6DC50D;
  background: #FFF;
  padding: 40px 30px 40px 30px;
  margin: 0 auto;
}

div.cash-wrap h5{  
  background: #FFF;
  font-size: 2.6rem;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin: 0 0 40px 0;
}

div.cash-wrap div{  
  border: 1px solid #BBB;
  padding: 25px 30px;
}

div.cash-wrap div p{  
  font-size: 1.4rem;
  line-height: 175%;
}

div.cash-wrap div p + p{  
  margin: 25px 0 0 0;
}


/* check
========================================================================================================
*/

#reserve main article.charge-detail{
  width:100%;
  padding: 40px 0 0 0;
  margin: 0 auto;
}

@media print, screen and (min-width:1050px) {
 #reserve main article.charge-detail{
  padding: 40px 0 0 0;
  margin: 0 auto;
  }
}

.charge-detail h2{
  display: block;
  font-size:2.4rem;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin: 0 auto 40px auto;
}

@media print, screen and (min-width:640px) {
.charge-detail h2{
  font-size:3.0rem;
  margin: 0 auto 40px auto;
  }
}

.charge-detail .charge-wrap{  
  width:95%;
  display: grid;
  grid-template-columns: 100%;
  column-gap: 20px;  
  padding: 0 0 40px 0;
  margin: 0 auto;
}

@media print, screen and (min-width:1050px) {
 .charge-detail .charge-wrap{  
   width:95%;
   max-width: 1200px;
   display: grid;
   grid-template-columns: 63% 1fr;
   column-gap: 20px;  
   padding: 0 0 90px 0;
   margin: 0 auto;
  }
}

.charge-detail .charge-wrap h3{
  width:100%;
  height: 50px;
  background: #002040;
  display: flex;
  align-items: center;
  justify-content: center;
}

.charge-detail .charge-wrap h3 span{
  font-size: 1.8rem;
  color: #FFF;
}

.charge-detail .charge-wrap .charge-box01-01,
.charge-detail .charge-wrap .charge-box01-02{  
  background: #FFF;      
  border-left: 1px solid #BBB;
  border-right: 1px solid #BBB;
  border-bottom: 1px solid #BBB;
  padding: 20px 10px 10px 10px;  
  margin: 0;
}

@media print, screen and (min-width:640px) {
.charge-detail .charge-wrap .charge-box01-01,
.charge-detail .charge-wrap .charge-box01-02{  
  background: #FFF;      
  border-left: 1px solid #BBB;
  border-right: 1px solid #BBB;
  border-bottom: 1px solid #BBB;
  padding: 30px;  
  margin: 0;
  }
}

.charge-box01-01 h4,
.charge-box01-02 h4{
  position: relative;
  font-size: 1.6rem;
  padding: 0 0 0 30px;
  margin: 0 0 20px 0;
}

@media print, screen and (min-width:640px) {
.charge-box01-01 h4,
.charge-box01-02 h4{
  position: relative;
  font-size: 1.8rem;
  padding: 0 0 0 40px;
  margin: 0 0 30px 0;
  }
}
.charge-box01-01 h4::before,
.charge-box01-02 h4::before{
  content: "";
  width:20px;
  height: 1px;
  background: #000;
  position: absolute;
  top:50%;
  left:0;
  transform: translateY(-50%);
}
@media print, screen and (min-width:640px) {
.charge-box01-01 h4::before,
.charge-box01-02 h4::before{
  content: "";
  width:30px;
  height: 1px;
  background: #000;
  position: absolute;
  top:50%;
  left:0;
  transform: translateY(-50%);
  }
}

/*selected-box01*/

div.selected-box01{
  background: #EEE;
  display: grid;
  grid-template-columns: 100%;
  grid-column-gap: 10px;
}

@media print, screen and (min-width:640px) {
  div.selected-box01{
    background: #EEE;
    display: grid;
    grid-template-columns: 250px 1fr;
    grid-column-gap: 10px;
  }
}

.selected-box01 figure{
  position: relative;
}
.selected-box01 figucaption{
  font-size: 1.2rem;
  position: absolute;
  bottom:10px;
  left:10px;
}
.selected-box01 figure img{
  display: block;
  width:100%;
  max-width: 250px;
  padding: 15px;
  margin: 0 auto;
}


/*------- selected-class-----------*/

.selected-class{
  width:90%;
  padding: 20px 0;
  margin: 0 auto;
}

@media print, screen and (min-width:640px) {
  .selected-class{
    width:100%;
    padding: 30px 0;
  }
}
.selected-class h5{
  font-size: 1.4rem;  
  font-weight: 700;
  margin: 0 0 15px 0;
}

.selected-class h5 span{
  display: inline;
  font-size: 3.0rem;
  margin: 0 10px 0 0;
}

.selected-class dl{
  margin: 0 0 10px 0;   
  font-size: 1.5rem;
}
.selected-class dl dt span{
  display: block;
  color: #000;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.selected-class dl dd{
  color: #666;
}

.selected-class ul{
  display: grid;
  grid-template-columns: repeat(auto-fill, 70px);
  grid-column-gap: 8px;
  margin: 20px 0 0 0;
}

@media print, screen and (min-width:640px) {
  .selected-class ul{
  display: grid;
  grid-template-columns: repeat(auto-fill, 100px);
  grid-column-gap: 8px;
  margin: 20px 0 0 0;
  }
}
.selected-class ul li{
  height: 25px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
}

@media print, screen and (min-width:640px) {
.selected-class ul li{
  width:100px;
  height: 25px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
  }
}
.selected-class ul li.off{
  border: 2px solid #686859;
  color: #686859;
}
.selected-class ul li.on{
  border: 2px solid #F0209D;
  color: #F0209D;
}

.charge-detail .charge-wrap .charge-box01-02{  
  background: #FFF;      
  border-left: 1px solid #BBB;
  border-right: 1px solid #BBB;
  border-bottom: 1px solid #BBB;
  padding:20px 10px 10px  10px;   
  margin: 0;
}
@media print, screen and (min-width:640px) {
.charge-detail .charge-wrap .charge-box01-02{  
  background: #FFF;      
  border-left: 1px solid #BBB;
  border-right: 1px solid #BBB;
  border-bottom: 1px solid #BBB;
  padding: 30px;   
  margin: 0;
  }
}
/*------- selected-shop-----------*/

.selected-shop{
  padding: 0;
  margin: 0;
}

.selected-shop dl{
  display: grid;
  grid-template-columns: 1fr;
  margin: 0;
}
@media print, screen and (min-width:640px) {
.selected-shop dl{
  display: grid;
  grid-template-columns: 160px 1fr;
  margin: 10px 0 0 0;
  }
}
.selected-shop dl dt{
  height: 40px;
  background: #6DC50D;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media print, screen and (min-width:640px) {
.selected-shop dl dt{
  height: inherit;
  }
}
.selected-shop dl dd{
  background: #EEE;  
  padding: 20px;
}

.selected-shop dl dd p{
  font-size: 1.4rem;
  line-height: 1.75em;
  margin:0 0 5px 0;
}

.selected-shop dl dd p:first-of-type{
  font-weight: 700; 
  margin: 0 0 15px 0;
}

.charge-box02{
  width:100%;
}

/*------- selected-charge-----------*/

div.selected-charge{
  background: #FFF;
  margin: 0 0 20px 0;
}

.selected-charge  dl dd{
  text-align: right;
}

.selected-charge  dl dd span{
  font-size: 1.4rem;
  margin: 0 0 0 5px;
}

div.selected-charge dl.fee{  
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  border-left: 1px solid #BBB;
  border-right: 1px solid #BBB;
  padding:30px 20px;
}

.selected-charge  dl.fee dt{
  width: 70%;  
  font-size: 1.4rem;
  margin: 10px 0 0 0;
}

.selected-charge  dl.fee dd{
  width: 30%;  
  font-size: 1.6rem;
  text-align: right;
  margin: 10px 0 0 0;
}

.selected-charge  dl.subtotal,
.selected-charge  dl.tax{  
  width: 100%;
  display: flex;
  flex-flow: row wrap;  
  border-left: 1px solid #BBB;
  border-right: 1px solid #BBB;
  padding: 0 20px;
  font-weight: 700;
}
.selected-charge  dl.subtotal{  
  border: 1px solid #BBB;  
}

.selected-charge  dl.subtotal dt,
.selected-charge  dl.tax dt{  
  width: 160px;
  /*text-align: center;*/
  font-size: 1.4rem;
  padding: 15px 0;
}
.selected-charge  dl.subtotal dd,
.selected-charge  dl.tax dd{  
  width: calc( 100% - 160px); 
  font-size: 1.6rem;  
  padding: 15px 0;
}

div.selected-charge dl.total{  
  width: 100%; 
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  background: #FFFFDB;
  border: 2px solid #6DC50D;
  padding: 0 19px 0 0; 
}
.selected-charge  dl.total dt{  
  width: 160px;
  height: 46px;
  background: #6DC50D;
  font-size: 1.6rem;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.selected-charge  dl.total dd{  
  width: calc( 100% - 160px); 
  font-size: 2.4rem;    
  font-weight: 700;
}

.charge-box02 ul.caption li{
  font-size: 1.2rem;
  line-height: 1.5em;
  margin: 0 0 5px 0;
}

ul.charge-btn-box{
  width:100%;
  margin: 50px auto 0 auto;
}
@media print, screen and (min-width:640px) {
  ul.charge-btn-box{
    width:100%;
    margin: 25px auto 0 auto;
  }
}

#reserve ul.charge-btn-box li{
  margin: 0 auto 20px auto;
}

/*------- way-----------*/

.way{
  width:100%;
  background: #FFF;
  border: 1px solid #BBB;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  padding: 40px 10px 0 10px;
}

.way p{
  font-size: 1.6rem;
  margin: 0 0 20px 0;
}

.way p.way01{
  font-size: 2.4rem;
}

.way p.way02{
  font-size: 1.4rem; 
  margin: 0;
}

.way ul{
  width:100%;
  margin: 30px 0 0 0;
}

article.confirmation{
  position: relative;
  width:100%;
  background: #6f7573;
  padding: 80px 0;
}
@media print, screen and (min-width:640px) {
 article.confirmation{
   padding: 100px 0;
  }
}
article.confirmation::before{
  content: "";
  width:60px;
  height: 30px;
  clip-path: polygon(0 0 , 100% 0, 50% 100%);
  background: #F0F0E1;
  position: absolute;
  top:-1px;
  left:50%;
  transform: translateX(-50%);
}

.confirmation .confirmation-wrap{
  width:95%;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.confirmation h4{
  width: 90%;
  font-size: 2.2rem;
  text-align: center;
  font-weight: 500;
  color: #FFF;
  margin: 0 auto 30px auto;
}

@media print, screen and (min-width:640px) {
  .confirmation h4{
    font-size: 3.0rem;
  }
}

.confirmation .confirmation-wrap h4 span{
  position: relative;
  display: inline;
  padding: 0 0 0 40px!important;
}

@media print, screen and (min-width:640px) {
.confirmation .confirmation-wrap h4 span{
  padding: 0 0 0 50px!important;
  }
}

.confirmation .confirmation-wrap h4 span::before{
  content: "";
  width:30px;
  height: 30px;
  background: url("/common_reserve/images/rsv-icon06.png") no-repeat 0 0;
  background-size: 100%;

  top:3px;
  left:0
}

@media print, screen and (min-width:640px) {
.confirmation .confirmation-wrap h4 span::before{
  content: "";
  width:35px;
  height: 35px;
  position: absolute;
  top:5px;
  left:0
  }
}

.confirmation h4 + p{
  width:80%;
  font-size: 1.4rem;
  text-align: center;
  line-height: 150%;
  font-weight: 500;
  color: #FFF;
  margin: 0 auto;
}
@media print, screen and (min-width:640px) {
.confirmation h4 + p{
  width:100%;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 500;
  color: #FFF;
  }
}

.confirmation-box{
  width:100%;
  margin: 40px auto 0 auto;
}
@media print, screen and (min-width:640px) {
.confirmation-box{
  width:100%;
  max-width: 920px;
  margin: 40px auto 0 auto;
  }
}

.confirmation-box ul{
  display: grid;
  grid-template-columns: 1fr;
}
@media print, screen and (min-width:640px) {
  .confirmation-box ul{
    display: grid;
    grid-template-columns: 1fr;
  }
}

.confirmation-box ul li{
  text-align: center;
}

.confirmation-box ul li p{
  font-size: 1.4rem;
  color: #B9B9B9;
  text-align: center;
  margin: 0 0 15px 0;
}

.confirmation-box li .btn-confirmation01,
.confirmation-box li .btn-confirmation02{
  width:100%;
  max-width:320px;
  height: 80px;
  border: 5px solid #FFF;
  border-radius: 40px;
  transition: 1s;
}
@media print, screen and (min-width:640px) {
  .confirmation-box li .btn-confirmation01,
  .confirmation-box li .btn-confirmation02{
   width:100%;
   max-width:440px;
   height: 90px;
   border: 5px solid #FFF;
   border-radius: 45px; 
  }
}
.confirmation-box li .btn-confirmation01{
  background: #6DC50D;
}
.confirmation-box li .btn-confirmation02{
  background: #F0209D;
  margin: 0;
}
@media print, screen and (min-width:640px) {
  .confirmation-box li .btn-confirmation02{
    background: #F0209D;
    margin: 0;
  }
}
.confirmation-box li .btn-confirmation01 span,
.confirmation-box li .btn-confirmation02 span{
  font-size: 2.0rem;
  font-weight: 500;
  color: #FFF;
}
@media print, screen and (min-width:640px) {
  .confirmation-box li .btn-confirmation01 span,
  .confirmation-box li .btn-confirmation02 span{
   font-size: 2.2rem;
  }
}
.confirmation-box li .btn-confirmation01 span span{
  display: block;
  font-size: 1.4rem;
}
.confirmation-box li .btn-confirmation03 {
  display:block;
  background: none;  
  text-decoration: none;
  padding: 0;
  margin: 10px auto 50px auto;
}
@media print, screen and (min-width:640px) {
  .confirmation-box li .btn-confirmation03 {
   display:block;
   background: none;  
   text-decoration: none;
   padding: 0;
   margin: 30px auto 0 auto;
  }
}
.confirmation-box li .btn-confirmation03 a{

}
.confirmation-box li .btn-confirmation03 span{
  font-size: 1.6rem;
  color: #FFF;
}
.confirmation-box li .btn-confirmation01:hover{
  background: #54980A;
}
.confirmation-box li .btn-confirmation02:hover{
  background: #BF0D78;
}

/* login/
========================================================================================================
*/

section.login{
  background: #EEE;
  padding: 40px 0;
}
@media print, screen and (min-width:640px) {
  section.login{
  padding: 80px 0 50px 0;
  }
}
section.login h4{
  font-size: 2.2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width:640px) {
  section.login h4{
   font-size: 3.0rem;
  }
}
section.login h4 + p,
section.login h4 + p + p{
  width:90%;
  font-size: 1.4rem;
  line-height: 170%;
  text-align: center;
  margin: 30px auto 0 auto;
}
@media print, screen and (min-width:640px) {
  section.login h4 + p,
  section.login h4 + p + p{  
   width:100%;
   font-size: 1.6rem;
   text-align: center;
   margin: 40px 0 0 0;
  }
}
section.login h4 + p + p{
  text-align: center;
  margin: 10px auto 0 auto;
}
@media print, screen and (min-width:640px) {
  section.login h4 + p + p{
  margin: 15px 0 0 0;
  }
}
#reserve section.login p a{  
  display: inline-block;
  text-decoration: none;
  color: #F01F9D;  
}
section.login .login-box{
  width:90%;  
  background: #FFF;
  max-width: 860px;
  padding: 30px 0;
  margin: 30px auto 0 auto;
}
@media print, screen and (min-width:640px) {
 section.login .login-box{
   width:90%;  
   background: #FFF;
   max-width: 860px;
   padding: 30px 0;
   margin: 50px auto 0 auto;
  }
}
section.login .login-box-finish{  
  width:90%;  
  background: #FFF;
  max-width: 860px;
  padding: 50px 0;
  margin: 50px auto 0 auto;
}
.login-box .login-cmn-box{
  width:90%;
  background: #FFF;  
  display: grid;
  grid-template-columns: 1fr;
  border: 1px solid #000;
  margin: 0 auto;
}
@media print, screen and (min-width:640px) {
 .login-box .login-cmn-box{
   width:90%;
   max-width: 760px; 
   display: grid;
   grid-template-columns: 180px 1fr;
  }
}
.login-box .login-cmn-box:nth-of-type(2){
  border-top: none;
}
.login-box .login-cmn-box p{
  height: 40px;
  background: #F0F0E1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width:640px) {
  .login-box .login-cmn-box p{
    height: inherit;
   border-right: 1px solid #000;
  }
}
.login-cmn-box div.password{
  display: grid;
  grid-template-columns: 1fr;
}
@media print, screen and (min-width:640px) {
.login-cmn-box div.password{
  display: grid;
  grid-template-columns: 1fr 180px;
  }
}
.login-cmn-box div.password div{
  background: #EEE;
  border: none;
  padding: 0 5px 0 10px;
}
@media print, screen and (min-width:640px) {
  .login-cmn-box div.password div{
  padding: 0 10px 0 15px;
  }
}
.login-cmn-box div.password div span{
  display: flex;
  align-items: center;
  width:100%;
  height: 100%;
  padding: 0 0 0 25px;
}
.login-btn-box{
  margin: 50px auto 0 auto;
}
.login-btn-box li{
  text-align: center;
}
#reserve .login-btn-box li:first-of-type{
  margin: 0 auto 20px auto;
}
.login-btn-box li a{
  display: block;
  color: #666;
  text-decoration: none;
  margin: 0 0 20px 0;
}

/*
=================================================================
                                                                     pay     
=================================================================
*/
.pay{
   padding: 60px 4% 30px 4%;
   background: #EEE;
}
@media print, screen and (min-width:640px) {
.pay{
   padding: 80px 8% 60px 8%;
  }
}
.pay h4{
  font-size: 2.4rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width:640px) {
.pay h4{
  font-size: 3.0rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  }
}
.pay h4 + p{
  font-size: 1.4rem;
  text-align: center;
  line-height: 150%;
  margin: 30px auto 40px auto;
}
@media print, screen and (min-width:640px) {
  .pay h4 + p{
  font-size: 1.6rem;
  margin: 30px auto 40px auto;
  }
}
.pay-wrap{
  position: relative;
  width:100%;
  border-top:1px solid #999; 
  /*padding: 60px 6%;*/
}

.pay-wrap .pay-box01,
.pay-wrap .pay-box02,
.pay-wrap .pay-box03,
.pay-wrap .pay-box04,
.pay-wrap .pay-box05{
  position: relative;
  border-left:1px solid #999; 
  border-right:1px solid #999; 
}

.pay-wrap .pay-box01,
.pay-wrap .pay-box02,
.pay-wrap .pay-box04,
.pay-wrap .pay-box05{
  margin: 0 0 20px 0;
}

@media print, screen and (min-width:900px) {
.pay-wrap .pay-box01,
.pay-wrap .pay-box02,
.pay-wrap .pay-box04,
.pay-wrap .pay-box05{
  margin: 0;
  }
}
.pay-wrap .pay-box01 label,
.pay-wrap .pay-box02 label,
.pay-wrap .pay-box03 label,
.pay-wrap .pay-box04 label,
.pay-wrap .pay-box05 label{
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: flex-start; 
  background: #999;
  cursor: pointer;
}

.pay-wrap .pay-box01 label dl,
.pay-wrap .pay-box02 label dl,
.pay-wrap .pay-box03 label dl,
.pay-wrap .pay-box04 label dl,
.pay-wrap .pay-box05 label dl{  
  width: 100%;  
}

@media print, screen and (min-width:900px) {
.pay-wrap .pay-box01 label dl,
.pay-wrap .pay-box02 label dl,
.pay-wrap .pay-box03 label dl,
.pay-wrap .pay-box04 label dl,
.pay-wrap .pay-box05 label dl{  
  width: 100%;  
  display: grid;
  grid-template-columns: 350px 1fr;
  }
}

.pay-wrap .pay-box01 label dt,
.pay-wrap .pay-box02 label dt,
.pay-wrap .pay-box03 label dt,
.pay-wrap .pay-box04 label dt,
.pay-wrap .pay-box05 label dt{    
  position: relative;
  width: 100%;
  height: 100px;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center; 
  background: #999;
  font-size: 2.0rem;
  color: #CCC;
  text-align: center;
  padding: 10px;
}
@media print, screen and (min-width:900px) {
.pay-wrap .pay-box01 label dt,
.pay-wrap .pay-box02 label dt,
.pay-wrap .pay-box03 label dt,
.pay-wrap .pay-box04 label dt,
.pay-wrap .pay-box05 label dt{    
  height: 160px;
  font-size: 2.0rem;
  }
}
/*.pay-wrap .pay-box01 label dt,
.pay-wrap .pay-box02 label dt,
.pay-wrap .pay-box04 label dt{    
  border-bottom:1px solid #FFF;
}
.pay-wrap .pay-box03 label dt{    
  border-bottom:1px solid #999;
}*/

.pay-wrap div label dt{
  border-bottom:1px solid #FFF;
}

.pay-wrap div:last-of-type label dt{
  border-bottom:1px solid #999;
}

.pay-wrap .pay-box01 label dt span,
.pay-wrap .pay-box02 label dt span,
.pay-wrap .pay-box03 label dt span,
.pay-wrap .pay-box04 label dt span,
.pay-wrap .pay-box05 label dt span{
  display: block;
  font-size: 1.2rem;
  line-height: 1.5em;
  margin: 7px 0 0 0;
}
@media print, screen and (min-width:900px) {
.pay-wrap .pay-box01 label dt span,
.pay-wrap .pay-box02 label dt span,
.pay-wrap .pay-box03 label dt span,
.pay-wrap .pay-box04 label dt span,
.pay-wrap .pay-box05 label dt span{
  font-size: 1.4rem;  
  margin: 7px 0 0 0;
  }
}
.pay-wrap .pay-box01 label dt::before,
.pay-wrap .pay-box02 label dt::before,
.pay-wrap .pay-box03 label dt::before,
.pay-wrap .pay-box04 label dt::before,
.pay-wrap .pay-box05 label dt::before{
  content: "";
  display: block;
  width: 18px;
  height:18px;
  border: 2px solid #CCC;
  border-radius: 50%;
  position: absolute;
  top: 52%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pay-wrap .pay-box01 label dt::after,
.pay-wrap .pay-box02 label dt::after,
.pay-wrap .pay-box03 label dt::after,
.pay-wrap .pay-box04 label dt::after,
.pay-wrap .pay-box05 label dt::after{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #999;
  border-radius: 50%;
  position: absolute;
  top: 52%;
  left: 36px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pay-wrap .pay-box01 label dd,
.pay-wrap .pay-box02 label dd,
.pay-wrap .pay-box03 label dd,
.pay-wrap .pay-box04 label dd,
.pay-wrap .pay-box05 label dd{
  border-bottom:1px solid #6F7573; 
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  padding: 30px 20px; 
}

@media print, screen and (min-width:900px) {
.pay-wrap .pay-box01 label dd,
.pay-wrap .pay-box02 label dd,
.pay-wrap .pay-box03 label dd,
.pay-wrap .pay-box04 label dd,
.pay-wrap .pay-box05 label dd{
  border-bottom:1px solid #6F7573; 
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  padding: 10px 30px; 
  }
}

.pay-wrap .payment-txt{
  width:100%;
  background: #FFF;
  color: #6F7573;
  line-height: 150%;
  text-align: center;
  padding: 20px 0 40px 0;
}

.pay-wrap .payment-txt span.cp{
  display: block;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.5em;
  color: #FF0000;
  padding: 0 0 0 10px;
  margin: 10px 0 0 0;  
}

.pay-wrap .payment-txt span.cp::before{
  content: "*";
  position: absolute;
  top:0;
  left:0;
}

.pay-wrap .payment-link-box{
  width:100%; 
  margin: 20px 0 0 0;
}

@media print, screen and (min-width:1200px) {
.pay-wrap .payment-link-box{
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: center;
  }
}
.pay-wrap .payment-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width:100%;
  max-width: 200px;
  height: 40px;
  border-radius: 20px;
  background: #999;
  margin: 0 auto;
}

.pay-wrap .payment-btn span{
  font-size: 1.4rem;
  color: #CCC;
}

.pay-wrap .payment-btn03{ 
  display: flex;
}

.pay-wrap .payment-btn02{ 
  display: none;
}

#reserve .pay-wrap .payment-link-box .card-link{ 
  display: none;
  text-align: center;
  margin: 10px 0 0 0;
}
@media print, screen and (min-width:1200px) {
#reserve .pay-wrap .payment-link-box .card-link{ 
  text-align: left;
  margin: 0;
  }
}
#reserve .pay-wrap .payment-link-box .card-link a{ 
  font-size: 1.4rem;
  color:#666;
}

#payment01:checked ~ .pay-box01 label dt{ 
  background: #002040;  
  color:#FFF; 
}
#payment02:checked ~ .pay-box02 label dt{ 
  background: #002040;   
  color:#FFF; 
}
#payment03:checked ~ .pay-box03 label dt{ 
  background: #002040;   
  color:#FFF; 
}
#payment04:checked ~ .pay-box04 label dt{ 
  background: #002040;   
  color:#FFF; 
}
#payment05:checked ~ .pay-box05 label dt{ 
  background: #002040;   
  color:#FFF; 
}

#payment03:checked ~ .pay-box03 .payment-btn01{ 
  background: #6DC50D;  
}
#payment03:checked ~ .pay-box03 .payment-btn02{ 
  display: flex;
  background: #00A3D9;  
}
#payment03:checked ~ .pay-box03 .payment-btn03{ 
  display: none;
}
#payment03:checked ~ .pay-box03 .payment-link-box .card-link a{ 
  color: #000;
}

#payment01:checked ~ .pay-box01 .payment-btn span{ 
  color:#FFF;
}
#payment02:checked ~ .pay-box02 .payment-btn span{ 
  color:#FFF;
}
#payment03:checked ~ .pay-box03 .payment-btn span{ 
  color:#FFF;
}
#payment04:checked ~ .pay-box04 .payment-btn span{ 
  color:#FFF;
}
#payment05:checked ~ .pay-box05 .payment-btn span{ 
  color:#FFF;
}
#payment01:checked ~ .pay-box01 .payment-txt{ 
  color:#000;
}
#payment02:checked ~ .pay-box02 .payment-txt{ 
  color:#000;
}
#payment03:checked ~ .pay-box03 .payment-txt{ 
  color:#000;
}
#payment04:checked ~ .pay-box04 .payment-txt{ 
  color:#000;
}
#payment05:checked ~ .pay-box05 .payment-txt{ 
  color:#000;
}
#payment01:checked ~ .pay-box01 label dt::before{ 
  border: 2px solid #F0209D;
}
#payment02:checked ~ .pay-box02 label dt::before{ 
  border: 2px solid #F0209D;
}
#payment03:checked ~ .pay-box03 label dt::before{ 
  border: 2px solid #F0209D;
}
#payment04:checked ~ .pay-box04 label dt::before{ 
  border: 2px solid #F0209D;
}
#payment05:checked ~ .pay-box05 label dt::before{ 
  border: 2px solid #F0209D;
}
#payment01:checked ~ .pay-box01 label dt::after{ 
  background: #F0209D;
}
#payment02:checked ~ .pay-box02 label dt::after{ 
  background: #F0209D;
}
#payment03:checked ~ .pay-box03 label dt::after{ 
  background: #F0209D;
}
#payment03:checked ~ .pay-box03 .payment-link-box .card-link{ 
  display: block;
}
#payment04:checked ~ .pay-box04 label dt::after{ 
  background: #F0209D;
}
#payment05:checked ~ .pay-box05 label dt::after{ 
  background: #F0209D;
}

.pay-btn-box{
  margin: 60px auto 0 auto;
}

.pay-btn-box li{
  margin:0;
}

/*
=================================================================
                                                                     member     
=================================================================
*/

.member{
  padding: 40px 4%;
}

@media print, screen and (min-width:640px) {
.member{
  padding: 40px 8%;
  }
}

.bg01{
  background: #6f7573;
}
.bg02{
  background: #EEE;
}

.member-form h4{
  font-size: 2.4rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 0 0;
}
@media print, screen and (min-width:640px) {
.member-form h4{
  font-size: 3.0rem;
  margin: 0 0 60px 0;
  }
}

.member-form h4 + p{
  font-size: 1.4rem;
  text-align: center;
  line-height: 150%;
  margin: 30px auto 40px auto;
}

@media print, screen and (min-width:640px) {
.member-form h4 + p{
  font-size: 1.6rem;
  margin: 30px auto 40px auto;
  }
}
.member-box01{
  width:100%;
  display: grid;
  grid-template-columns: 1fr;  
  grid-row-gap: 20px;
}
@media print, screen and (min-width:640px) {
.member-box01{
  width:100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px; 
  grid-row-gap:0;
  }
}

.member-box02{
  width:100%;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 40px;
}
@media print, screen and (min-width:640px) {
.member-box02{
  width:100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  }
}

.member-box03{
  width:100%;
  margin: 20px 0 0 0;
}

.member-box01 dl dt{
  font-size: 1.6rem;
  color: #FFF;
  margin: 0 0 15px 0;
}
.member-box02 dl dt,
.member-box03 dl dt{
  font-size: 1.6rem;
  color: #000;  
  font-weight: 700;
  margin: 0 0 15px 0;
}
.member-box01 span,
.member-box02 span,
.member-box03 span{
  font-size: 1.4rem;
  margin: 0 0 0 10px;
}
.member-box01 span.error,
.member-box02 span.error,
.member-box03 span.error{
  display: block;
  color: #FF0000;
  font-weight: 700;
  margin: 10px 0 0 0;
}
@media print, screen and (min-width:640px) {
.member-box01 span.error,
.member-box02 span.error,
.member-box03 span.error{
  display: inline;  
  margin: 0 0 0 10px;
  }
}
.member p.member-txt01{
  font-size: 1.4rem;
  color: #FFF;
  text-align: center;
  margin: 20px 0 0 0;
}
@media print, screen and (min-width:640px) {
.member p.member-txt01{
  font-size: 1.8rem;
  color: #FFF;
  text-align: center;
  margin: 50px 0 0 0;
  }
}


.member-box02 dl{
  margin: 15px 0 15px 0;
}
@media print, screen and (min-width:640px) {
.member-box02 dl{
  margin: 30px 0 15px 0;
  }
}

/*---    member-cmn-box01   ---*/
.member .member-cmn-box01 dd{
  position: relative;
  width:100%;
  border: 1px solid #000;
}

/*---    member-cmn-box02   ---*/
.member .member-cmn-box02 dd{
  display: grid;
  grid-template-columns: 1fr;
}
@media print, screen and (min-width:640px) {
.member .member-cmn-box02 dd{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;  
  }
}
.member .member-cmn-box02 dd{
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

.member-box02 p.member-txt02{
  font-size: 1.4rem;
  line-height: 150%;
  margin: 10px 0 20px 0;
}
@media print, screen and (min-width:640px) {
.member-box02 p.member-txt02{ 
  font-size: 1.6rem;
  display: flex;
  align-items: flex-end;
  margin: 30px 0 20px 0;
  }
}

/*---    member-cmn-box03   ---*/
.member .member-cmn-box03 dd{
  display: grid;
  grid-template-columns: 1fr 1fr;  
}

.member-cmn-box03  dd{
  border: 1px solid #000;
}

.member-cmn-box03  dd .form-radio-box:last-of-type{
  border: none;
}

/*---    member-cmn-box04   ---*/
.member .member-cmn-box04 dd{
  width:100%;
  border: 1px solid #000;
  background: #FFF;
  text-align: center;
}

.member .member-cmn-box04 dd p{
  font-size: 1.4rem;
  text-align: center;
  line-height: 150%;
  margin: 35px 10px;
}
@media print, screen and (min-width:640px) {
.member .member-cmn-box04 dd p{
  font-size: 1.8rem;
  margin: 35px 0;
  }
}
.member .member-cmn-box04 dd a{
  /*display: block;
  width:220px;
  height: 40px;
  border-radius: 20px;*/
}

/*---    member-select-box   ---*/
.member-select-box{  
  position: relative;
  display: grid;
  grid-template-columns: 1fr 35px;  
  background: #FFF;
  border-bottom: 1px solid #000;
}
.member-select-box:last-of-type{  
  border-bottom: none;
}
@media print, screen and (min-width:640px) {
 .member-select-box{    
   border-bottom: none;
  }
}

.member-select-box select{  
  border: 4px solid transparent;
  z-index:1;
}
.member-select-box i{
  background: transparent;
  position: absolute;
  top:50%;
  right:36px;
  transform: translateY(-50%);  
  z-index:0;
}
.member-select-box i::before{
  content: "expand_more"
}
.member-select-box p{  
  background: #F0F0E1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #000
}

/*---   member-check-box  ---*/

div.member-check-box{
  position: relative;
  padding: 0 20px;
  display: inline-block;
  margin: 0 0 30px 0;
}

div.member-check-box span{
  margin: 10px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

div.member-check-box .check-box span.check-box-text{
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 0 30px;
}

@media print, screen and (min-width:640px) {
  div.member-check-box .check-box span.check-box-text{
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 0 30px;
  }
}
/*---  member form ---*/

#member input{
  background: #FFF;
}
#member .member-box01 input{
  border: 4px solid #999;
}

hr.line01{
  height: 0;
  border: 0;
  background: #FFF;
  border-bottom: 1px dashed #999;
  padding: 0;
  margin: 0;
}

#member .member-box01 input[type="email"]:first-of-type{
  border-bottom: none;
}
#member .member-box01 input[type="email"]:last-of-type{
  border-top: 1px dashed #999;
}
#member .member-box01 .password input:first-of-type{
  border-bottom:1px dashed #999;
}
#member .member-box01 .password .form-check-box{
  border-left: 4px solid #999;
  border-right: 4px solid #999;
  border-bottom: 4px solid #999;  
}
#member .member-box01 .password .form-check-box label{
  display: flex;
  align-items: center;
  padding: 0 0 0 20px;
}
#member .member-box01 .password .form-check-box label span{
  font-size: 1.5rem;
}

#member .input-txt-box input{
  border: 1px solid #000;
}
#member .input-txt-box input:focus{
  border: 4px solid #FD339D;
  outline: none;
}

#member .input-link-box{
  position: absolute;
  top:50%;
  right: 15px;
  transform: translateY(-50%);
  z-index: 1;
}

#member .input-link-box a{
  color: #000;
}

#member .input-txt-box input:focus{
  border: 4px solid #FD339D;
  outline: none;
}

#member .member-box02 input{
  border: 4px solid transparent;
  padding: 0 10px;
}

#member div.form-wrap form input[type="email"]:focus,
#member div.form-wrap form input[type="password"]:focus{
  border: 4px solid #F0209D;
}

/*---  member-btn-box ---*/

.member-btn-box{
  width:100%;
  margin: 60px auto 0 auto;
}

.member-btn-box li a{
  display: block;
  color: #666;
  text-decoration: none;
  text-align: center;
  margin: 30px 0 0 0;
}

/*---  member-confirm ---*/

.member-confirm{
  width:100%;
  background: #EEE;
  padding: 50px 6%;
}

.member-confirm .member-confirm-box01{
  width:100%;
  background: #FFF;
  border: 1px solid #BBB;
  padding: 0 0 50px 0;
  margin: 0 0 20px 0;
}

.member-confirm .member-confirm-box01 h5{
  width:100%;
  height: 50px;
  background: #002040;
  display: flex;
  align-items: center;
  justify-content: center;
}

.member-confirm .member-confirm-box01 h5 span{
  font-size: 1.8rem;
  font-weight: 700;
  color: #FFF;
}

/*
=================================================================
                                                                     confirm     
=================================================================
*/

section.confirm{
  width:100%;
  padding: 0;
}

.confirm-form p.confirm-txt01{
  border: 3px solid #FF0000;
  font-size: 1.8rem; 
  color: #FF0000;
  padding: 10px 10px;
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width:640px) {
.confirm-form p.confirm-txt01{
  border: 5px solid #FF0000;
  font-size: 3.0rem; 
  padding: 30px 20px;
  margin: 0 0 10px 0;
  }
}
.confirm-form p.confirm-txt02{
  font-size: 2.4rem;  
  text-align: center;
  line-height: 130%;
  margin: 30px 0 40px 0;
}
@media print, screen and (min-width:640px) {
.confirm-form p.confirm-txt02{
  font-size: 3.0rem;  
  margin: 25px 0;
  }
}
.confirm-form p.confirm-txt03{
  font-size: 1.4rem;  
  text-align: center;
  line-height: 150%;
  margin:0 0 40px 0;
}
@media print, screen and (min-width:640px) {
.confirm-form p.confirm-txt03{
  font-size: 1.6rem;  
  margin:0 0 60px 0;
  }
}
.confirm-form div.confirm-box01{
  width:100%;
  background: #FFF;
  border: 1px solid #BBB;
  padding: 0 0 50px 0;
  margin: 0 0 20px 0;
}

section.confirm div.confirm-box02{
  width:100%;
  background: #FFF;
  border: 1px solid #BBB;
  padding: 0;
  margin: 0 0 30px 0;
}

section.confirm div.confirm-box03{
  width:100%;  
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 0 30px 0;
}
@media print, screen and (min-width:640px) {
section.confirm div.confirm-box03{
  width:100%;  
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  margin: 0;
  }
}

div.confirm-box01 h5,
div.confirm-box02 h4,
div.confirm-box03 h4{
  width:100%;
  height: 50px;
  background: #002040;
  display: flex;
  align-items: center;
  justify-content: center;
}

div.confirm-box01 h5 span,
div.confirm-box02 h4 span,
div.confirm-box03 h4 span{
  font-size: 1.8rem;
  font-weight: 700;
  color: #FFF;
}

div.confirm-box02 h5{
  position: relative;
  font-size: 1.8rem;
  padding: 0 0 0 40px;
  margin: 0 0 30px 0;
}
div.confirm-box02 h5::before{
  content: "";
  width:30px;
  height: 1px;
  background: #000;
  position: absolute;
  top:50%;
  left:0;
  transform: translateY(-50%);
}

section.confirm div ul.confirm-btn-box01{
  margin: 40px 0;
}

section.confirm dl.confirm-ct01,
section.member-confirm dl.confirm-ct01{
  width:90%;
  border: 1px solid #DDD;
  margin: 20px auto 0 auto;
}

@media print, screen and (min-width:640px) {
  section.confirm dl.confirm-ct01,
  section.member-confirm dl.confirm-ct01{
    width:90%;
    display: grid;
    grid-template-columns: 240px 1fr;
    align-items: stretch;
    margin: 50px auto 0 auto;
  }
}

dl.confirm-ct01 dt{
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #FFF;
}

@media print, screen and (min-width:640px) {
  dl.confirm-ct01 dt{
    min-height: 60px;
  }
}

dl.color01 dt{
  background: #F0F0E1;
}
dl.color02 dt{
  background: #EEE;
}

dl.confirm-ct01 dd{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #DDD;
  padding: 20px;
}
dl.confirm-ct01 dt:last-of-type,
dl.confirm-ct01 dd:last-of-type{
  border-bottom: none;
}
@media print, screen and (min-width:640px) {
 dl.confirm-ct01 dd{
  padding: 0 0 0 20px;
  }
}

dl.confirm-ct01 dd div.password{
  width:100%;
  display:grid;  
  grid-template-columns:1fr;
  margin: 0 0 -20px 0;
}
@media print, screen and (min-width:640px) {
  dl.confirm-ct01 dd div.password{
  width:100%;
  display:grid;  
  grid-template-columns:1fr 180px;
  margin: 0;
  }
}
dl.confirm-ct01 dd div.password p{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media print, screen and (min-width:640px) {
dl.confirm-ct01 dd div.password p{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  }
}
dl.confirm-ct01 div.password div{
  background: #FFF;
  border: none;
  padding: 0 10px 0 0;
  margin: 0 auto;
}
@media print, screen and (min-width:640px) {
  dl.confirm-ct01 div.password div{
  background: #F0F0E1;
  border: none;
  padding: 0 10px 0 15px;
  }
}
dl.confirm-ct01 div.password div span{
  display: flex;
  align-items: center;
  width:100%;
  height: 100%;
  padding: 0 0 0 25px;
}

dl.confirm-ct01 dd ul{
  margin: 15px 0;
}
dl.confirm-ct01 dd ul li{
  margin: 0 0 5px 0;
}
dl.confirm-ct01 dd ul li:first-of-type{
  margin: 0 0 15px 0;
}
dl.confirm-ct01 dd ul li span + span{
  display: inline-block;
  margin: 5px 0 0 0;
}

div.confirm-box02-01{   
    background: #FFF;
    border-top: 1px solid #BBB;
    padding: 30px 10px 0 10px;
    margin: 0;
}
@media print, screen and (min-width:640px) {
div.confirm-box02-01{   
    background: #FFF;
    border-top: 1px solid #BBB;
    padding: 30px 50px 0 50px;
    margin: 0;
  }
}
div.confirm-box02-01 .selected-box01{   
    margin: 0 0 30px 0;
}

div.confirm-box02-01 .selected-class p.car-type span{
  font-size: 3.0rem;
  margin: 0 10px 0 0;
}
div.confirm-box02-01 .selected-class p.car-type{
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 15px 0;
}

section.precautions{
  width:100%;
  background: #FCEDF1;
  padding: 20px 3%;
  margin: 30px 0 0 0;
}
@media print, screen and (min-width:640px) {
section.precautions{
  width:100%;
  background: #FCEDF1;
  padding: 50px 6%;
  margin: 30px 0 0 0;
  }
}
section.precautions h4{
  width:100%;
  font-size: 2.2rem;
  text-align: center;
  margin: 30px 0 40px 0;
}
@media print, screen and (min-width:640px) {
  section.precautions h4{
  width:100%;
  font-size: 2.4rem;
  margin: 30px 0 40px 0;
  }
}
section.precautions h4 + p{
  font-size: 1.4rem;
  line-height: 150%;
  text-align: center;
  margin: 0 0 40px 0;
}
@media print, screen and (min-width:640px) {
section.precautions h4 + p{
  font-size: 1.8rem;
  text-align: center;
  margin: 0 0 60px 0;
  }
}
.precautions-wrap h5{
  width:100%;  
  font-size: 1.8rem;
  text-align: center;
  margin: 0 0 20px 0;
}
@media print, screen and (min-width:640px) {
.precautions-wrap h5{
  font-size: 1.8rem;
  text-align: left;
  margin: 0 0 20px 0;
  }
}
.precautions-wrap .precautions-box01{
  background: #FFF;
  padding: 30px 6% 40px 6%;  
  margin: 0 0 50px 0;
}
.precautions-wrap .precautions-box01 p{
  font-size: 1.4rem;
  line-height: 200%;
}
@media print, screen and (min-width:640px) {
.precautions-wrap .precautions-box01 p{
  font-size: 1.6rem;
  line-height: 200%;
  }
}
.precautions-wrap .precautions-box01 p a span{
  color: #000;
}

.precautions span.line{
  text-decoration: underline;
  text-underline-offset:4px;
}
@media print, screen and (min-width:640px) {
.precautions span.line{
  text-decoration: underline;
  text-underline-offset:8px;
  }
}
.precautions-wrap .precautions-box01 p + p{
  margin: 30px 0 0 0;
}

.precautions-wrap .precautions-box01 p + ul,
.precautions-wrap .precautions-box01 p + dl{
  margin: 30px 0 20px 0;
}

.precautions-wrap .precautions-box01 dl dt{
  font-size: 1.5rem;
  margin: 0 0 10px 0;
}

.precautions-wrap .precautions-box01 ul li,
.precautions-wrap .precautions-box01 dl dd{
  position: relative;
  line-height: 200%;
  margin: 0;
}

.precautions-wrap .precautions-box01 ul.precautions-list li{
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 150%;
  padding: 0 0 0 40px;
  margin: 0 0 20px 0;
}
@media print, screen and (min-width:640px) {
.precautions-wrap .precautions-box01 ul.precautions-list li{
  font-size: 2.4rem;
  font-weight: 500;
  padding: 0 0 0 40px;
  margin: 0;
  }
}
.precautions-wrap .precautions-box01 ul.precautions-list li span{
  position: absolute;
  top:0;
  left:0;
}

.precautions-wrap .precautions-check{ 
  margin: 30px 0 0 0;
}

.precautions-check div.form-check-box{    
  height: 80px;
  background: #6f7573; 
  border-right:none;
  padding: 0 10px;
}

.precautions-check div.form-check-box span.check-box-text{
  width:100%; 
  color: #FFF;
}
@media print, screen and (min-width:640px) {
.precautions-check div.form-check-box span.check-box-text{
  font-size: 1.8rem;
  }
}
div.form-wrap form .precautions-check div.form-check-box label{
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;  
  font-size: 1.5rem;
  font-weight: 500;
  padding: 3px;
  margin: 0 0 0 5px;
  cursor: pointer;
}
@media print, screen and (min-width:640px) {
div.form-wrap form .precautions-check div.form-check-box label{
  position: relative;
  width: 90%;
  height: 100%;
  display: inline-block;  
  font-size: 1.8rem;
  font-weight: 500;
  padding: 3px;
  margin: 0 auto;
  cursor: pointer;
  }
}
div.form-wrap form .precautions-check div.form-check-box label::before{
  border: 2px solid #000;
}

div.form-wrap form .precautions-check input[type="checkbox"]:checked ~ div.form-check-box label::before{
  border: 2px solid #000;
}

div.form-wrap form .precautions-check input[type="checkbox"]:checked ~ div.form-check-box span::after{
  content: "\e876"; 
  font-family: "Material symbols Outlined";
  font-size: 1.9rem;
  color: #000;
  font-weight:900;
  position: absolute;
  top:50%;
  left:1px;
  transform: translateY(-50%);
}

div.form-wrap form .precautions-check input[type="checkbox"]:checked  ~ div.form-check-box{
  background: #002040; 
}

.confirm-check{
  background: #FFF;
  text-align: center;
  padding: 20px;
  margin: 10px 0 4px 0;
}
@media print, screen and (min-width:640px) {
 .confirm-check{
   padding: 40px 20px;
   margin: 10px 0 4px 0;
  }
}
.confirm-check ul{
  display: inline-block;
  width: auto;
  margin: 0 auto;
}
.confirm-check ul li{
  text-align: center;
}
.confirm-check ul li:first-of-type{
  margin: 0 0 10px 0;
}
@media print, screen and (min-width:640px) {
  .confirm-check ul li{
  text-align: left;
  }
  .confirm-check ul li:first-of-type{
  margin: 0 0 20px 0;
  }
}

.confirm-check .form-check-box{
  display: block;
  height: inherit;
  background: none;
  border: none;
  margin: 10px auto;
}

div.form-wrap form .confirm-check .form-check-box label::before{
  border: 2px solid #000;
}

div.form-wrap form .confirm-check .form-check-box label input[type="checkbox"]:checked + span::before{
  border: 2px solid #000;
}

div.form-wrap form .confirm-check .form-check-box label input[type="checkbox"]:checked + span::after{
  color: #000;
}

div.form-wrap form .confirm-check .form-check-box label,
div.form-wrap form .confirm-check .form-check-box {
  width:inherit;
}

div.form-wrap form .confirm-check .form-check-box .check-box-text{
  padding: 0 0 0 20px;
  font-size: 1.8rem;
  line-height: 100%;
  font-weight: 700;
}
@media print, screen and (min-width:640px) {
div.form-wrap form .confirm-check .form-check-box .check-box-text{
  padding: 0 0 0 30px;
  font-size: 2.4rem;
  }
}
div.form-wrap form .confirm-btn-box02{
  text-align: center;
}


.pdf-box{
  width: 100%;  
  display: flex;
  flex-flow: row wrap;
  gap:20px 20px;  
  margin:40px auto;
}

.pdf-box li{
  position: relative;
  font-size: 1.3rem;
  padding: 0 0 0 35px;
}

.pdf-box li::before{
  content: "";
  width:32px;
  height: 32px;
  background: url("../images/pdf-icon.png") no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top:50%;
  left:0;
  transform: translateY(-50%);
}

.pdf{
  width:100%;
  margin: 0 auto;
}

.pdf a{
  position: relative;
  display: inline-block;
  padding: 0 0 0 30px;
}

.pdf a::before{
  content: "";
  width:32px;
  height: 32px;
  background: url("../images/pdf-icon.png") no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top:50%;
  left:0;
  transform: translateY(-50%);
}




