
.telBoxWrap{
	text-align: center;
	color: #00053a;
	font-size: 3.6rem;
	margin-bottom: 100px;
	font-weight: bold;
}

.btnTel{
	border: 1px solid #00053a;
	display: flex;
	color: #00053a;
	justify-content: center;
	align-items: center;
	width: 630px;
	height: 100px;
	margin: 20px auto 0;
	gap: 10px;
	/*font-weight: normal!important;*/
}

.btnTel img{
	max-width: 40px;
}


.pageContInner{
	max-width: 1080px;
	margin: 0 auto;
}

.pageContNavBox{
	margin-bottom: 100px;
}

.pageContInner{
	color: #00053a;
	font-weight: bold;
}


.pageContNav{
	margin-top: 30px;
}

.pageContNav ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pageContNav li{
	width: 48%;
	margin-bottom: 45px;
	border: 1px solid #00053a;
	height: 60px;
	line-height: 60px;
}

.pageContNav li a{
	color:#00053a;
	display: block;
	text-align: center;
	position: relative;
}

.pageContNav li a::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;	
  width: 10px;
  height: 10px;
  border: 2px solid #00053a;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-25%) rotate(135deg);	
}


.boxTitle{
	font-size: 2rem;
	position: relative;
	padding: 0 0 25px 25px;
	border-bottom: 1px solid #ededed;
	margin-bottom: 30px;
}

.boxTitle.strong{
  font-size: 3.2rem;
}

.boxTitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  margin: auto;
  width: 18px;
  height: 18px;
  background: #00053a;
  border-radius: 50px;
}

.boxTitle.strong::before {
  top: 14px;
}


.contactBox{
	margin-bottom: 80px;
}

.formPart dl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom:1px solid #ededed; 
}

.formPart dt,
.formPart dd{
	/*
  border-bottom: 1px solid #ededed;
	margin-bottom: 30px;
	padding-bottom: 30px;
  */
	display: flex;
	align-items: center;	
}

.itemBox dt,
.itemBox dd{
  margin-bottom: 30px;
}


.formPart dt{
	width: 22%;
	justify-content: space-between;
	color: #000;
}

.formPart dt .option{
	width: 45px;
	height: 30px;
	line-height: 27px;
	text-align: center;
}

.formPart dt .option.any{
	color: #666;
	border: 1px solid #666;
}


.formPart dt .option.nessary{
	color: #fff;
	background: #00053a;
	border: 1px solid #00053a;
}



.formPart dd{
	width: 78%;
	padding-left: 60px;
	justify-content: space-between;
  flex-wrap: wrap;
}
.formPart dd .inputBox{
  width: 100%;
  display: flex;
  gap:20px;
  height: 60px;
  align-items: center;
}

.formPart dd .inputBox input[type="text"]{
    width: 80%;
}


input[type="text"],
input[type="tel"],
input[type="email"],
select
{
    width: 100%;
    line-height: 60px;
    height: 60px;
    font-size: 1.6rem;
    font-size: 16px;
    padding: 0 20px 0 20px;
    border-radius: 0;
    -webkit-border-radius : 0;
    background: #ededed;
    border: none;
}

input.select,
select.select{
	border: none;
    /*width: 90%;*/
    max-width: 380px;
    width: 90%;
    position: relative;
    /*margin:0 10px 10px 0;*/
    background: url("../img/contact/arrow_select.jpg") no-repeat 98% center #ededed;
 -webkit-appearance: none; /* Chrome, Safari */
  -moz-appearance: none;    /* Firefox */
  appearance: none;         /* 共通 */    
}




textarea {
    width: 100%;
    font-size: 1.6rem;
    font-size: 16px;
    padding: 20px;
    height: 270px;
    border-radius: 0;
    -webkit-border-radius: 0;
    background: #ededed;
    border: none;
}

input[type=checkbox] {
    display: inline-block;
    margin-right: -3px;
    display: none;
}





input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding-left: 30px;
}

input[type="checkbox"] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 24px;
    height: 24px;
    margin-top: -10px;
    background: #ffffff;
}


input[type="checkbox"] + label::before {
    border: 2px solid #666;
}


input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 4px;
  width: 18px;
  height: 8px;
  border-left: 2px solid #00053a;
  border-bottom: 2px solid #00053a;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


::placeholder,
select.select option[disabled] {
  color: #c6c6c6;
}

.minus{
	display: block;
	width: 13px;
	height: 2px;
	background:#00053a;
}


.agreeBox{
	text-align: center;
	margin: 0 auto 85px;
}


.agreeBox a{
  color: #00053a;
  text-decoration: underline;
}

.sumbitBox{
  max-width: 520px;
  margin:70px auto 0;
  text-align: center;
  display: flex;
  justify-content: center;
  gap:30px;

}



.btnSubmit {
  height: 60px;
  line-height: 60px;
  color: #fff;
  position: relative;
  text-align: center;
  overflow: hidden;
  display: block;
  background: #e4e4e4;
  width: 260px;
  font-size: 1.8rem;
  font-weight: bold;
  border:none;
}

.btnSubmit.submitSend{
  color: #00053a;
  background: #fae200;
  border: 1px solid #fae200;    
}    

.btnSubmit.submitBack{
  color: #00053a;
  background: #fff;
  border: 1px solid #00053a;    
} 


.btnSubmit::after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto;
    z-index: 2;
    right: 10px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btnSubmit.submitSend::after {
    border-top: 2px solid #00053a;
    border-right: 2px solid #00053a;    
}    

.btnSubmit.submitBack::after {
    display: none;
}    

.btnSubmit.submitBack::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto;
    z-index: 2;
    left: 10px;
    width: 10px;
    height: 10px;
    border: 2px solid #00053a;
    border-left: 0;
    border-bottom: 0;
    transform: translateX(25%) rotate(-135deg);
} 


.submitConfirm{
    pointer-events: none;
    /*opacity: 0.5;*/  
}

.submitConfirm.clear{
    pointer-events: auto !important;
    cursor: pointer !important;
    transition: all 0.2s;
    opacity: 1 !important;
    background: #00053a;
}

.confirm .option,
.confirm .agreeBox{
    display: none;
}

.confirm  .formPart dd {
    justify-content: left;
    gap: 10px;
    color: #000;
    font-weight: normal;
}
.confirm  .formPart dt,
.confirm  .formPart dd {
  min-height: 60px;
}  


.completeTxt{
    text-align: center;
    margin: 0 auto 150px;
    color: #00053a;
}

.completeTxt strong{
    font-size: 3.6rem;
    font-weight: bold;
    display: block;
    margin-bottom: 50px;
}

.completeTxt p,
.confirm .intro{
    margin-bottom: 100px;
    font-weight: bold;
}


.wpcf7-form-control-wrap {
  display: contents; /* span を消したように扱える（モダンブラウザ対応） */
}
/*
.wpcf7-not-valid-tip, .wpcf7-response-output, .wpcf7-spinner, .wpcf7-spinner::before {
  display: none !important;
}
*/

#btnAddItem{
  color: #666;
  border: 1px solid #666;
  width: 170px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  display: block;
  text-align: center;
  cursor: pointer;  
}

.itemBox{
  position: relative;
}

.itemBox dl {
  border-bottom: none!important;
  padding-bottom: 0;
  width: calc(100% - 50px);
}

.itemBox dl input.select,
.itemBox dl select.select{
  width: 48%;
}

#reservationContainer{
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ededed;
}

.btnRemoveItem{
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid #666;
    border-radius: 100px;
    right: 0;
    top: -60px;
    bottom: 0;
    margin:auto;
    cursor: pointer;
}

.btnRemoveItem::before{
  content: "";
  position: absolute;
  width: 22px;
  height: 2px;
  background: #666;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin:auto;  
}

.itemTxt{
  color: #ff0000;
}


.itemBox.special{
  display: flex;
  gap: 20px;
  padding-right: 30px;
}

.itemBox.special dl{
  width: 48%;
}

.formPart .itemBox.special dt {
  width: 32%;
  gap: 10px;
  justify-content: right;
}

.formPart .itemBox.special dd{
  width: 60%;
  padding-left: 0;
}

.itemBox.special dl input.select, 
.itemBox.special dl select.select {
  width: 100%;
}


/* Media Queries ================================================== */
/*896*/
@media screen and (max-width: 896px) {


    .telBoxWrap {
      font-size: 2.8rem;
      margin-bottom: 50px;
    }
    
    .btnTel {
        max-width: 100%;
        height: 75px;
        line-height: 50px;
    }

    .btnTel img {
      max-width: 20px;
    }

    .pageContNavBox {
      margin-bottom: 50px;
    }

    .pageContNav ul {
      display: block;
    }

    .pageContNav li {
      width: 100%;
      margin-bottom: 20px;
      height: 50px;
      line-height: 50px;
    }

    .contactBox {
      margin-bottom: 40px;
    }


    .formPart dt, .formPart dd {
      /*margin-bottom: 20px;
      padding-bottom: 20px;*/
    }

    .formPart dt{
        border-bottom: none;
        width: 100%;
        margin-bottom: 10px;
        padding-bottom: 0;
    }

    .formPart dd {
      width: 100%;
      padding-left: 0;
      gap: 10px;
    }

    input[type="text"], input[type="tel"], input[type="email"] {
      line-height: 50px;
      height: 50px;
      padding: 0 10px 0 10px;
    }

    input.select {
      padding: 0 30px 0 10px;
      font-size: 1.4rem;  
      background: url("../img/contact/arrow_select.jpg") no-repeat 96% center #ededed;
    }

    input[type="checkbox"] + label {
        line-height: 1.2;
    }    

    .agreeBox {
      text-align: left;
      margin: 0 auto 40px;
    }

    input[type="checkbox"]:checked + label::after {
        top: 15px;
    }    

    .completeTxt{
        margin: 0 auto 50px;
        text-align: left;
    }

    .completeTxt strong{
        font-size: 2.4rem;
        margin-bottom: 25px;
    }

    .completeTxt p{
        margin-bottom: 50px;
        font-weight: bold;
    }


    .itemBox dl {
      width: 100%;
    }


    

    input.select, select.select {
      width: 48%;
    }  

    .formPart dd .inputBox {
      gap:10px;
    }  

    .itemTxt{
      font-size: 1.4rem;
    }



  .itemBox.special {
    padding-right: 0;
    flex-wrap: wrap;
  }


  .itemBox.special dl {
    display: block;
    margin-bottom: 60px;
  }


  .formPart .itemBox.special dt {
    width: 100%;
    justify-content: left;
  }

  .formPart .itemBox.special dd {
    width: 100%;
    padding-left: 0;
  }

  .itemBox.special dl input.select, 
  .itemBox.special dl select.select {
    min-height: 60px;
  }


    .btnRemoveItem{
      top: 0;
      bottom: -80px;
      left: 0;
    }

}

@media screen and (max-width: 760px) {

input.select, select.select {
	max-width: initial;
}	

 .itemBox.special {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }


  .itemBox.special dl {
    display: block;
    margin-bottom: 0;
    width: 100%;
  }


  .btnRemoveItem {
    top: auto;
    bottom: 0;
    left: 0;
  }


}    