
/** <!--- FORM HTML --->  **/

.sec-09{
  padding: 75px 0;
}
.contact-us{
  max-width: 760px;
}
.contact-us h2{
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}
.contact-us .box-contact{
  border: 1px solid #fff;
  margin-top: 30px;
  text-align: center;
  position: relative;
}
.contact-us .box-contact h3{
  font-size: 20px;
  color: #fff;
  background: #263d66;
  padding: 0 32px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 50%);
}
.contact-us .box-contact .main-contact{
  padding: 55px 0 45px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.contact-us .box-contact .main-contact .number-phone{
  font-size: 40px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.contact-us .address{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.contact-us .address .left-address{
  font-size: 14px;
  color: #fff;
}
.contact-us .address .left-address h3{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}
.contact-us .address .right-address{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contact-us .address .right-address a:first-child{
  margin-right: 25px;
}
/** ----- Form ----- **/

.form-mail{
  display: none;
}
.form-mail .main-form{
  max-width: 570px;
  margin: 0 auto;
  color: #263d66;
  text-align: left;
}
.visible-xs{
  display: none;
}
.form-mail .main-form .title_form {
  text-align: center;
  padding-bottom: 25px;
}
.form-mail .main-form .title_form h3{
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

.form-mail .main-form .title_form span{
  color: #ff2b5f;
  margin-left: 5px;
}

.form-mail .main-form .title_form .error{
  color: #db4437;
  font-weight: bold;
}

.form-mail .main-form .box-form{
  margin-top: 35px;
  line-height: 1.4;
}
.form-mail .main-form .box-form label{
  display: block;
  margin-top: 20px;
}
.form-mail .main-form .box-form .error{
  color: #db4437;
  font-weight: bold;
}
.form-mail .main-form .box-form p .error{
  color: #db4437;
  font-weight: bold;
}
.form-mail .main-form .box-form h4{
  font-size: 15px;
  font-weight: bold;
}
.form-mail .main-form .box-form h4 span{
  color: #ff2b5f;
  margin-left: 5px;
}
.form-mail .main-form .box-form h4 span.detail{
  color: #263d66;
}
.form-mail .main-form .box-form p{
  font-size: 14px;
  margin-top: 15px;
}
.form-mail .main-form .box-form p.detail{
  color: #8b8b8b;
  margin-top: 10px;
  line-height: 1.4;
}
.form-mail .main-form .box-form h4 + p{
  margin-top: 10px;
}
.form-mail .main-form .box-form p textarea{
  width: 100%;
  padding: 12px 14px;
  border: 2px solid #d6dbe3;
  border-radius: 3px;
  font-size: 15px;
  outline: none;
  box-sizing: border-box;
}
.form-mail .main-form .box-form p textarea::placeholder,
.form-mail .main-form .box-form p .txt-input::placeholder{
  color: #8b8b8b;
}
.form-mail .main-form .box-form p .txt-input{
  width: 100%;
  padding: 15px;
  border: 2px solid #d6dbe3;
  border-radius: 3px;
  font-size: 15px;
  outline: none;
  box-sizing: border-box;
}
.form-mail .main-form .box-form .privacy{
  padding: 15px;
  border: 1px solid #eaeaea;
  font-size: 16px;
  margin-top: 10px;
  width: 100%;
  height: 150px;
  overflow: auto;
  box-sizing: border-box;
}
.form-mail .main-form .box-form .agree{
  text-align: center;
}
.form-mail .main-form .box-form .privacy p{
  margin-top: 30px;
  line-height: 1.4;
}
.form-mail .main-form .box-form .privacy p:first-child{
  margin-top: 0;
}
.form-mail .btn-mail{
  margin-top: 35px;
  text-align: center;
}
.form-mail .btn-mail input{
  width: 30%;
  background: #1070b5;
  padding: 15px 20px;
  margin-right: 10px;
  font-size: 15px;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 50px;
}

.form-mail .btn-mail input:hover{
  opacity: 0.8;
  transition: all .3s ease;
}
.form-mail .btn-mail input:last-child{
  margin-right: 0;
 }

 .box-wp{
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
  background: #fff;
  margin-top: 60px;
 }

input[type="radio" i] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 0px 5px;
    padding: initial;
    border: initial;
    position: relative;
    top: -2px;
}
input[type="checkbox" i] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
    position: relative;
    top: -2px;
}

input {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 2px;
    border-width: 2px;
    border-style: inset;
    border-image: initial;
}
.form-mail .btn-mail input {
    background: #1070b5;
    padding: 15px 20px;
    margin-right: 10px;
    font-size: 15px;
    color: #fff;
    border: none;
    text-align: center;
    outline: none;
    cursor: pointer;
    border-radius: 50px;
}

.box-form_row {
  display: flex;
  align-items: baseline;
}
.box-form_col {
  margin-right: 20px
}
@media screen and (max-width: 767px) {
  .int_year {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .int_month {
    width: 80px;
  }
}
.int_year, .int_month {
  padding: 11px !important;

}

 @media screen and (max-width: 767px) {
  .visible-xs{
    display: block;
  }
  .hidden-xs{
    display: none;
  }
  .introduce{
    padding: 0 15px 60px;
  }
  .introduce p{
    font-size: 14px;
  }
  .step{
    padding: 40px 0;
  }
  .step img{
    width: 160px;
  }
  .bnr {
    padding: 0 15px;
  }
  
  .bnr img {
    width: 100% !important;
  }
  .ac-point{
    padding: 0 0 0;
  }
  .ac-point h2 img{
    width: 260px;
  }
  .ac-point .main-ac{
    padding: 25px 15px 0;
    justify-content: flex-start;
  }
  .ac-point .main-ac .box-ac{
    width: calc(50% - (20px / 2));
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .ac-point .main-ac .box-ac:nth-child(2n){
    margin-right: 0;
  }
  .ac-point .main-ac .box-ac:nth-child(3n){
    margin-right: auto;
  }
  .ac-point .main-ac .box-ac .healing img{
    width: 46px;
  }
  .healing-sec{
    margin-left: -15px;
    width: 70px;
  }
  .top-spring{
    margin-top: 0;
  }
  .top-spring .img-spring{
    width: 100%;
    margin-right: 0;
  }
  .txt-spring{
    width: 100%;
    margin-top: 20px;
  }
  h2.sec-ttl{
    font-size: 23px;
    line-height: 1.478;
  }
  .bot-spring{
    margin-top: 10px;
  }
  .bot-spring .box-bot{
    width: calc(50% - (15px / 2));
    margin-right: 15px;
    margin-top: 15px;
  }
  .bot-spring .box-bot:nth-child(2n){
    margin-right: 0;
  }
  .sec-05{
    padding: 60px 30px;
  }
  .breakfast .main-breakfast, 
  .hotel .main-hotel{
    margin-top: 0;
  }
  .breakfast .main-breakfast .txt-spring,
  .hotel .main-hotel .txt-spring{
    width: 100%;
  }
  .breakfast-right{
    width: 100%;
    margin-left: 0;
  }
  .breakfast-right .box-breakfast{
    width: calc(50% - (15px / 2));
    margin-right: 15px;
  }
  .sec-06{
    padding: 60px 30px;
  }
  .sec-07{
    padding: 60px 30px;
  }
  .sense .top-spring{
    margin-top: 0;
  }
  .sense .top-spring .img-spring{
    margin-left: 0;
    margin-top: 20px;
  }
  .sense .center-sense{
    padding: 60px 0 0;
  }
  .sense .center-sense .txt-sense .box-sense p{
    margin-top: 15px;
  }
  .sense .center-sense .txt-sense .box-sense{
    margin-bottom: 25px;
  }
  .sense .bot-sense{
    margin-top: 30px;
  }
  .sense .bot-sense .sec-ttl{
    margin-bottom: 0;
  }
  .sense .bot-sense .main-sense .box-main-sense{
    width: calc(50% - (15px / 2));
    margin-right: 15px;
    margin-top: 20px;
  }
  .sense .bot-sense .main-sense .box-main-sense:nth-child(2n){
    margin-right: 0;
  }
  .sec-08{
    padding: 60px 30px 50px;
  }
  .sec-09{
    padding: 45px 15px;
  }
  .contact-us h2{
    font-size: 18px;
  }
  .contact-us .box-contact h3{
    font-size: 15px;
    width: 60%;
    padding: 0 20px;
  }
  .contact-us .box-contact .main-contact{
    font-size: 15px;
    padding: 35px 10px 30px;
  }
  .contact-us .box-contact .main-contact .number-phone{
    font-size: 32px;
    color: #fff;
  }
  .contact-us .address{
    padding-top: 20px;
  }
  .contact-us .address .left-address{
    font-size: 11px;
  }
  .contact-us .address .left-address h3{
    font-size: 13px;
  }
  .contact-us .address .right-address{
    display: block;
  }
  .contact-us .address .right-address a:first-child{
    margin-right: 0;
    margin-bottom: 15px;
    display: block;
  }
  .contact-us .address .right-address a:first-child img{
    width: 105px;
  }
  .contact-us .address .right-address a:last-child{
    float: right;
  }
  .contact-us .address .right-address a:last-child img{
    width: 75px;
  }
  .footer{
    padding: 5px 15px 40px;
  }
  .footer .copyright{
    font-size: 12px;
  }
  .form-mail{
    margin: 0;
  }

  .form-mail .main-form h3{
    font-size: 22px;
    padding-bottom: 0;
  }
  .form-mail .main-form .box-form h4{
    font-size: 13px;
  }
  .form-mail .main-form .box-form p{
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .form-mail .main-form .box-form .box-form_row .txt {
    font-size: 100%;
    margin: auto 9px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .form-mail .main-form .box-form .box-form_row .right {
    margin-right: 10%;
}
@media screen and (max-width: 767px) {
  .form-mail .main-form .box-form .box-form_row .number {
    margin-right: 10px;
  }
}

  .form-mail .main-form .box-form p .txt-input{
    font-size: 13px;
  }
  .form-mail .main-form .box-form p textarea{
    font-size: 125%;
  }
  .form-mail .btn-mail input{
    font-size: 14px;
    max-width: 150px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
 @media screen and (max-width: 767px) {
  .form-mail .btn-mail input {
    max-width: none;
    width: 100%;
    margin-bottom: 10px;
  }
}

  .txt-sense .box-sense .note{
    margin-bottom: 0;
  }
  .box-wp{
    padding: 60px 8px 80px;
    margin-top: 0;
  }
}

/*出発日時*/
.form-mail .main-form .departure .form {
  width: 100%;
}
  .form-mail .main-form .departure .wrap_form {
    width: 28%;
    display: flex;
    align-items: baseline;
  }
  .form-mail .main-form .departure .year_form {
    width: 40%;
  }
@media screen and (max-width: 767px) {
  .form-mail .main-form .departure .box-form_row {
    display: block;
  }
  .form-mail .main-form .departure .wrap_form {
    width: 100%;
  }
}

/*何名でご利用予定ですか？*/
.form-mail .main-form .stay .number{
  width: 30%;
}

 @media screen and (max-width: 767px) {
  .form-mail .main-form .stay .number{
    width: 20%;
  }
}

/*こどものご年齢*/
.form-mail .main-form .child {
  display: flex;
  align-items: baseline;
  margin-top: 20px;
}

.form-mail .main-form .child h4 {
    width: 70%;
    vertical-align: bottom;
}
.form-mail .main-form .child h4 + p {
    width: 20%;
    margin-top: 10px;
}
.form-mail .main-form .child .wrap_child  {
  display: flex;
  align-items: baseline;
  width: 30%;
}
.form-mail .main-form .child .wrap_child .number {
  width: 100%;
}
 @media screen and (max-width: 767px) {
  .form-mail .main-form .child {
    display: block;
  }
  .form-mail .main-form .child h4 {
    width: 100%;
  }
  .form-mail .main-form .child h4 + p {
    width: 60%;
    margin-right: 10px;
  }
  .form-mail .main-form .child .wrap_child {
    display: flex;
    justify-content: space-around;
    width: 100%;
  }
  .form-mail .main-form .child .wrap_child .int_month {
    width: 100%;
    margin-right: 15px;
  }
  .form-mail .main-form .child .wrap_child p .box-form_col {
    width: 30%;
  }
}


/** <!--- FORM HTML --->  **/