@charset "UTF-8";


/* intro ページヘッダー
***************************************************************/
.under_mv{
  background: url(../img/form/mv.jpg) center / cover no-repeat;
}

.intro_txt {
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 90px;
    margin-bottom: 90px;
}

/*お電話での問い合わせ*/
.tel_contact{
    border-top: 2px dotted #1c305c;
    border-bottom: 2px dotted #1c305c;
    padding: 40px 0;
}
.contact_ttlh3{
  font-size: 20px;
  font-weight: 700;
  color: #1c305c;
  text-align: center;
}
.telcontact_wrap{
  display: flex;
  justify-content: space-between;
}
.telcontact_wrap > div{
  margin-top: 35px;
  text-align: right;
}
.telcontact_wrap > div a{
  width: auto;
  color: #10b7ee;
  font-weight: 700;
  font-size: 40px;
  display: flex;
  justify-content: flex-end;
}
.telcontact_wrap > div a span{
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  background-color: #1c305c;
  padding: 0 1em;
  line-height: 40px;
  margin-right: 1em;
}
.telcontact_wrap > div p{
  color: #727272;
  font-weight: 500;
  font-size: 16px;
  margin-top: 10px;
}




@media all and (min-width:681px) {
  .telcontact_wrap > div{
/*    width: 42%;*/
  }
  .telcontact_wrap > div:last-child{
/*    width: 44%;*/
  }
}
@media all and (max-width:680px) {


  .intro_txt {
      margin-top: 40px;
      margin-bottom: 40px;
  }
  .contact_ttlh3 {
      font-size: 18px;
  }

  .telcontact_wrap {
      flex-direction: column;
      align-items: center;
      margin-top: 5px;
  }
  .telcontact_wrap > div {
      margin-top: 15px;
  }
  .telcontact_wrap > div a {
    font-size: 32px;
  }
  .telcontact_wrap > div a span {
    font-size: 12px;
    line-height: 100%;
    margin-right: 0.8em;
    display: flex;
    align-items: center;
  }
  .telcontact_wrap > div p {
    font-size: 14px;
    margin-top: 5px;
  }
  .tel_contact {
      padding: 25px 0;
  }

  .ul_ttl.sec{
    padding-bottom: 0;
  }
  body.check .intro_txt, body.thanks .intro_txt{
    display: none !important;
  }

  .formColumn.alignCenter.doui {
      width: 340px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1em;
      margin-top: 60px;
      margin-bottom: 30px;
  }
  .mw_wp_form .doui .error {
      width: 345px;
      text-align: left;
      margin-top: 0;
      padding-left: 0.7em;
  }
  .content{
    padding-bottom: 50px;
  }



/*980以下*/
/*@media all and (min-width:681px) and (max-width:980px) {
  .formColumn.alignCenter.doui .formContents {
    white-space: nowrap;
    width: 100%;
  }
  .formColumn.alignCenter.doui {
    display: block;
    width: 370px;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }
}*/
    
}





/*--------------------PC--------------------*/
@media all and (min-width:681px){

  .formColumn.alignCenter.doui {
      display: block;
      width: 100%;
      margin-left: auto;
      max-width: 100%;
      text-align: center;
      margin-top: 70px;
  }
}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
  .underHead {
      padding-top: 30px;
      /*padding-bottom: 45px;*/
  }
  body:not(.check):not(.thanks) .intro_txt {
      font-size: 14px;
      line-height: 1.4;
      letter-spacing: 0em;
      white-space: nowrap;
  }
  .formColumn.alignCenter.doui {
      display: block;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      max-width: 600px;
      padding-left: 0;
      margin-top: 40px;
  }
  :not(.home) .content {
      padding-bottom: 0;
      padding-top: 0;
      margin-top: 0;
  }
}
/*--------------------iP_SE--------------------*/
@media all and (max-width:370px){
}




/*.sectionInner{
  padding-top: 60px;
}*/
.sectionInner {
    width: 100%;
    min-width: auto;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
}
.mw_wp_form {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
}
.mw_wp_form {
    margin-top: 100px;
}

.thanks .mw_wp_form {
    display: none;
}
/*p.pptxt {
    display: inline-block;
    top: -1.3em;
    position: relative;
}*/
/*p.pptxt + p {
    display: inline-block;
    top: -1.3em;
    position: relative;
}*/
/*p.pptxt.pptxt01 ,p.pptxt.pptxt03{
  pointer-events: none;
}*/
.doui label {
    width: 100%;
    display: block;
    /* padding-right: 4.5em; */
}
.ppcheck_doui {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.ppcheck_doui_txt {
    position: absolute;
    pointer-events: none;
    padding-left: 1.5em;
}

p.pp_chui {
    line-height: 1.62;
}
p.pptxt.pptxt01 {
    display: flex;
    justify-content: center;
    background: #182e59;
    color: #fff;
    padding: 0.4em 0;
    width: 600px;
    margin: 35px auto 0;
}
p.pptxt.pptxt01 > span,
p.pptxt.pptxt01 > span > label {
  width: 100%;
}
a.pptxt.pptxt02 {
  color: #9e0000;
}
a.pptxt.pptxt02:hover {
  text-decoration: underline;
}

.check .pptxt{
  display: none;
}
.check .pptxt + p{
  display: none;
}

@media all and (max-width: 680px) {
  .h_conversion {
    display: none;
  }
  .fBox3 {
    padding-bottom: 18px;
  }
  .main {
    /*padding-top: 30px;*/
    /*padding-bottom: 50px;*/
  }
  .sectionInner {
      padding-top: 0;
      padding-bottom: 0px;
  }
  .contactHead h1 {
      font-size: 30px;
      display: flex;
      align-items: center;
      margin-left: auto;
      text-align: center;
      position: relative;
      margin-right: auto;
      background-color: #fff;
      padding: 20px 0;
      top:0;
  }
  .contactHead h1 span {
      font-size: 13px;
      bottom: -2px;
  }
  .contactHead_txt {
      line-height: 2;
  }
  .contactHead__box {
      margin-top: 31px;
      flex-direction: column;
  }
  .conceptBook_wrap {
      width: 100%;
      height: auto;
      margin-top: 10px;
      padding: 0px 15px 8px;
  }
  .conceptBook_wrap img {
      width: 100%;
      height: auto;
      margin-left: auto;
      margin-right: auto;
      margin-top: auto;
  }
  .conceptBook_wrap .conceptBook_txt {
      font-size: 16px;
      padding: 0.5em 0.7em;
      line-height: 1.56em;
      margin-top: 15px;
      width: 100%;
      border-left: 1px solid #fff;
      border-right: 1px solid #fff;
  }
  .sectionInner .inner {
      width: auto;
      margin-left: 8%;
      margin-right: 8%;
  }
  .mw_wp_form {
      margin-top: 30px;
  }
  .pptxt.pptxt01 {
    text-align: center;
    line-height: 1.5;
  }
  p.pptxt {
    display: inline-block;
    top: -1.4em;
    position: relative;
    font-size: 15px;
  }
  p.pptxt.pptxt01 {
    margin-left: 1.7em;
  }
}

/* フォームパーツ */

input,
select,
textarea,
button {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3",
    Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}

input[type="text"],
input[type="email"],
input[type="number"],
select,
textarea,
button,
input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="text"], input[type="email"], input[type="number"], select, textarea {
    padding: 10px 14px;
    /* background-color: #f5f5f5; */
/*    border: 1px solid #c0c0c0;*/
    /* border: none; */
    font-size: 16px;
    /* font-weight: 500; */
/*    border-radius: 5px;*/
}

input[type="text"], input[type="email"], input[type="number"], select {
    height: 50px;
    width: 100%;
    /* margin-top: 4px; */
}


select {
    padding-right: 20px;
    background: #f5f5f5 url(../img/form/ico_selecttri01.svg)center right 12px / 15px 30px no-repeat;
    padding: 1.5em 1.5em;
    height: auto;
    border: none;
}

textarea {
    width: 100%;
    min-height: 200px;
    resize: vertical;
/*    margin-top: 11px;*/
}
textarea.other {
    height: 110px;
}
input[type="submit"],
button {
  cursor: pointer;
}

.return_btn{
  padding-right: 40px;
  cursor: pointer;
  transition: .3s ease;
}
.return_btn::after{
  content: '';
  width: 40px;
  height: 40px;
  background: url(../img/common/arrow_w.svg) center / contain no-repeat;
    position: absolute;
    right: 20px;
    top: calc(50% - 20px);
}
.return_btn:hover{
  opacity: .7;
}

::-ms-expand {
  display: none;
}

::placeholder {
  color: #C4C4C4;
  font-weight: 400;
  letter-spacing: 0.1em;
}

/*.mw_wp_form .error {
    margin-top: 0.7em;
}*/

.day1,
.date1,
.day2,
.date2 {
  width: 192px;
}

.adult,
.children {
  width: 127px;
}

.name1, .name2, .name3, .name4 {
    width: 100%;
}

  .check .name1, .check .name2, .check .name3, .check .name4 {
    width: auto;
}

.name2, .name4 {
    margin-left: 2.5%;
}

.name,
.mail,
.tel {
  width: 100%;
}

.tel1, .tel2, .tel3 {
    width: 132px !important;
}
.tel2, .tel3 {
    /*margin-left: 9px;*/
    position: relative;
}
.hifun {
    width: 14px;
    height: 1px;
    background-color: #707070;
    margin-left: 9px;
    margin-right: 9px;
    display: block;
    position: relative;
}
.tel_box > p {
    height: 1px;
    position: relative;
    margin-top: 3px;
    /* top: -0.7em; */
    display: flex;
    height: 40px;
    align-items: center;
}
.address {
  width: 155px;
}

.pref,
.attr {
  width: 359px;
}

.contentsLabel {
  width: 213px;
}

.label1,
.label4 {
  margin-right: 12px;
}

.label2 {
  margin-left: 4px;
  margin-right: 12px;
}

.label6 {
  margin-left: 20px;
  margin-right: 12px;
}

.label3,
.label5,
.label7 {
  margin-left: 4px;
}
.formColumn.participants {
  padding-bottom: 40px;
  border-bottom: 1px solid #C4C4C4;
  margin-top: 40px;
  margin-bottom: 40px;
}

.formAttention {
  font-size: 12px;
  letter-spacing: 0;
  width: 100%;
}

.formAttentionItem {
  padding-left: 12px;
  position: relative;
}

.formAttentionItem:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.formContents {
  position: relative;
}


.formColumn + .formColumn{
  margin-top: 40px;
}
.formColumn + .radioForm{
  margin-top: 55px;
}
.confirm .formColumn + .radioForm {
    margin-top: 40px;
}

/*body:not(.check) .image_box {
    border: 1px solid #666;
    border-radius: 3px;
    padding: 10px;
}
.image_box + .image_box {
  margin-top: 10px;
}*/


.radioForm {
  /* margin: 0.5rem; */
}
.wpcf7-list-item {
    margin-left: 0 !important;
}
.radioForm input[type="radio"],
.radioForm input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.radioForm input[type="radio"] + .wpcf7-list-item-label:before,
.radioForm input[type="checkbox"] + .wpcf7-list-item-label:before {
    content: "";
    background: #ffffff;
    border-radius: 100%;
    border: 1px solid #1f1f1f;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 3px;
    margin-right: 10px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
    background-color: #fff;
}

.wpcf7-list-item + .wpcf7-list-item {
    margin-top: 1.2em;
}

.radioForm
  input[type="checkbox"]
  + .wpcf7-list-item-label:before {
  border-radius: 0;
}

.radioForm
  input[type="radio"]:checked
  + .wpcf7-list-item-label:before,
.radioForm
  input[type="checkbox"]:checked
  + .wpcf7-list-item-label:before {
  background-color: #55524A;
  box-shadow: inset 0 0 0 4px #F5F5F5;
}

.radioForm input[type="radio"]:focus + .wpcf7-list-item-label:before,
.radioForm
  input[type="checkbox"]:focus
  + .wpcf7-list-item-label:before {
  outline: none;
  border-color: #06162f;
}
.radioForm
  input[type="radio"]:disabled
  + .wpcf7-list-item-label:before,
.radioForm
  input[type="checkbox"]:disabled
  + .wpcf7-list-item-label:before {
  box-shadow: inset 0 0 0 4px #1f1f1f;
  border-color: #57A3AD;
  background: #57A3AD;
}
.radioForm input[type="radio"] + .wpcf7-list-item-label:empty:before,
.radioForm
  input[type="checkbox"]
  + .wpcf7-list-item-label:empty:before {
  margin-right: 0;
}

.mw_wp_form .vertical-item {
    display: block;
    line-height: 1.67;
    letter-spacing: 0.1em;
}
.radioForm label, .radioForm label {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.67;
    cursor: pointer;
}
.mw_wp_form .vertical-item + .vertical-item {
    margin-top: 10px !important;
}

/* /フォームパーツ　ここまで */

.formFlow {
  background-image: url(../img/form/flow_01_pc.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.confirm .formFlow {
  background-image: url(../img/form/flow_02_pc.svg);
}
.thanks .formFlow {
  background-image: url(../img/form/flow_03_pc.svg);
}

.check .addressButton {
  display: none;
}

.check .contentsLabel {
  display: none;
}

.check .privacyText {
  display: none;
}

.thanks .formText {
    margin-top: 20px;
    line-height: 1.7;
    letter-spacing: 0;
}

.check .doui, .thanks .doui {
    display: none !important;
}

/* フォーム下説明文 */

.formDescription {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-top: 30px;
}

.formDescription.type02 {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #000;
  text-align: center !important;
}

.thanks .formDescription {
    margin-top: 150px;
    margin-bottom: 100px;
}

.formDescriptionTitle {
  font-size: 24px;
  text-align: center;
}


.wpcf7-form-control-wrap {
    position: relative;
    height: auto;
    display: block;
}


.formTel {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  margin-top: 20px;
}

.formTel span {
  padding-left: 50px;
  position: relative;
}

.formTel span:before {
  content: "";
  background-image: url(../img/common/ico_tel01.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.formContact {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 10px;
}

.formContact dl {
  display: flex;
  justify-content: center;
}

.formContact dt:after {
  content: "／";
}

/* /フォーム下説明文　ここまで */

/* form */

.formTable {
  font-weight: 500;
  margin-top: 140px;
}
.formTitle {
  font-size: 18px;
  width: 180px;
  display: flex;
  align-items: center;
  margin-top: 1.1em;
  position: relative;
}
.confirm .formTitle {
    margin-top: 0em;
    width: 220px;
}
.confirm .formTitle::before {
    content: '■';
    color: #56a4ad;
    margin-right: 0.2em;
}
.confirm .formContents {
    line-height: 1.87;
}

.confirm .formColumn_inner_ttl {
    margin-top: 0;
}
/*.formTitle span {
    font-size: 12px;
    color: #fff;
    background: #0080ff;
    padding: 0 0.3em;
    letter-spacing: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    border-radius: 5px;
}*/


.formContents input {
    height: auto;
    padding: 1.5em 1.5em;
    border: none;
    background: #F5F5F5;
    /* width: 70%; */
    font-size: 16px;
    box-sizing: border-box;
    width: 100%;
}
.formContents input[type="checkbox"] {
    height: 0;
}

.formContents span[data-name="your-subject"] input{
  width: 100%;
}
.formContents textarea {
  width: 100%;
  min-height: 430px;
  font-size: 18px;
  line-height: 1.8;
  padding: 1.2em 1.5em;
  background: #F5F5F5;
  border: none;
  resize: vertical;
  box-sizing: border-box;
}
.radioForm .wpcf7-form-control {
    display: flex;
    flex-direction: column;
}


.check .formTitle span {
    display: none;
}
.formTitle_small {
    font-size: 13px;
    margin-right: 1.4em;
    letter-spacing: 0.1em;
}



.formColumn_inner_ttl {
    width: 135px;
    font-size: 16px;
    margin-top: 1.6em;
    margin-bottom: auto;
}
.formColumn_inner_contets{
  width: 460px;
}
.formColumn_inner01 + .formColumn_inner01{
  margin-top: 15px;
}




/*.titleLabel {
    padding: 4px 0 3px 0;
    background-color: #68747C;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.1em;
    width: 46px;
    height: 24px;
    position: relative;
    top: 1px;
    right: 0;
    font-weight: 400;
}*/

/*　※マーク　*/
.titleLabel.required{
  color: #56A3AD;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  margin-left: 0.6em;
}

.confirm .titleLabel{
  display: none !important;
}

/*.titleLabel.required {
    background-color: #02abeb;
    color: #fff;
}*/
.any .formContents > div {
    display: flex;
    align-items: center;
}
/* イベントの情報 */

.eventInformation {
  padding: 20px;
  background-color: #e8e8e8;
  color: #06162f;
}

.infomationTitle {
  padding-bottom: 5px;
  border-bottom: 1px solid #707070;
  margin-bottom: 10px;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
}

.informationDate {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.666;
  letter-spacing: 0;
  display: flex;
}

.dateTitle {
  width: 95px;
}
.dateTitle:after {
  content: "：";
}

/* /イベントの情報　ここまで */

.privacyText {
    font-size: 16px;
    /* font-weight: 500; */
    text-align: center;
/*    margin-top: 100px;*/
}
/*.check .privacyText{
  display: none !important;
}*/

.privacyText a {
  color: #06162f;
  text-decoration: underline;
}

.addressButton {
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  width: 190px;
  height: 50px;
  cursor: pointer;
  margin-left: 14px;
}

.formButtonList {
    /* padding-bottom: 40px; */
    /* margin-top: 60px; */
    text-align: center;
    width: 480px;
    margin: 60px auto 0;
    padding-left: 90px;
}
.confirm .formButtonList {
    margin-top: 80px;
}

.contactBanner + .sectionInner {
  margin-top: 20px;
}

.property_reservationBanner + .sectionInner {
  margin-top: 20px;
}
.check .formButtonList br + button, .check .formButtonList br + input {
  margin-top: 1.5em;
}


/*span.wpcf7-list-item-label {
    position: relative;
}
.radioForm input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
    background-color: #fff;
    box-shadow: none;
}
.radioForm input[type="radio"] + .wpcf7-list-item-label:before, .radioForm input[type="checkbox"] + .wpcf7-list-item-label:before{
     top: 4px;
}*/
/*.radioForm input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    border-left: 3px solid #ee0200;
    border-bottom: 3px solid #ee0200;
    content: '';
    display: block;
    width: 20px;
    height: 10px;
    position: absolute;
    top: 3px;
    transform: rotate(-44deg);
    left: 2px;
}*/


.carrier_wrap {
    display: flex;
    align-items: flex-start;
    width: 100%;
}
.carrier_wrap input::placeholder {
    letter-spacing: -0.04em;
}

.entry .carrier_wrap > p {
  line-height: 44px;
}
.carrier_wrap + .carrier_wrap{
    margin-top: 12px;
}
.carrier_year{
  width: 56px;
  text-align: center;
}

.kanou_year_wrap {
    width: 195px;
}
.kanou_month_wrap {
    width: 130px;
}
.check .kanou_year_wrap {
    width: auto;
}
.check .kanou_month_wrap {
    width: auto;
}
.formColumn.alignCenter .formTitle {
    color: #727272;
    align-items: baseline;
}

.formButtonList button, .formButtonList input {
    width: 480px;
    height: 80px;
    border: 1px solid #1F1F1F;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    background-color: #1F1F1F;
    color: #fff;
    transition: .3s ease;
    margin-top: 0;
    cursor: pointer;
}
/*.formButtonList button.returnButton {
      background-color: #fff;
      color: #02abeb;
  }*/
/*.formButtonList button.returnButton::before {
    background: #02abeb;
  }*/
/*.formButtonList button.returnButton::after {
    border-color: transparent transparent transparent #02abeb;
  }*/



.formColumn.pp_check {
    justify-content: center;
    padding-left: 90px;
    margin-top: 80px !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border: none !important;
    background-color: #ffd5d5;
    text-align: center;
    line-height: 1.2em;
    padding: 1.5em 1em;
}

@media all and (min-width: 681px) {
  form {
    width: 1080px;
    margin: auto;
    font-size: 18px;
    padding-right: 80px;
    box-sizing: border-box;
  }


  .formFlow {
      width: 100%;
      height: 62px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 120px;
      padding-left: 60px;
  }
  .formContact {
  }
  .formContact dl {
    margin-left: 10px;
  }
  .formContact dl:first-child {
    margin-left: 0;
  }
  /* form */

  .eventInformation {
    /* width:597px; */
    margin-left: -59px;
  }

/*  .formColumn {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 25px;
  }*/
  .formColumn {
    display: flex;
    align-items: flex-start;
      /* flex-direction: column; */
      /* align-items: center; */
      margin-top: 40px;
  }

  /*.formColumn.alignCenter .titleLabel {
    top: 13px;
    margin: auto;
  }*/
  .formColumn:first-child {
    margin-top: 0;
  }
  .formTitle {
      display: flex;
      /* justify-content: flex-start; */
/*      width: 100%;*/
      /* flex-direction: column; */
      line-height: 1.87;
/*      width: 190px;*/
      flex-shrink: 0;
/*      margin-right: 2em;*/
/*      justify-content: flex-end;*/
/*      padding-right: 3.2em;*/
  }

  .radioForm .formTitle {
    margin-top: 0;
    top: -0.1em;
  }
  /*body:not(.check):not(.thanks) .formTitle span {
      top: 1.1em;
  }
  body.check .formTitle span {
      top: 0.2em;
  }
  body:not(.check) .txtarea_box .formTitle {
      margin-top: 1em;
  }*/
  .question_wrap .formTitle {
    letter-spacing: 0;
  }
.formContents {
/*    width: calc(100% - 250px);*/
    width: 100%;
    margin-left: 0;
    max-width: 745px;
}
  body.check .formContents {
    line-height: 1.87;
  }

  .bordertop_box {
      margin-top: 40px;
      padding-top: 17px;
      /* border-top: 2px solid #BFBFBF; */
      color: #474747;
      background: #e6e6e6;
      padding-bottom: 17px;
      padding-left: 20px;
      font-size: 18px;
      font-weight: 500;
  }
  .check .formContents {
      line-height: 1.87;
      font-size: 16px;
  }
  .formContents.radioForm {
      padding-top: 11px;
  }
  .check .formContents.radioForm {
    padding-top: 0px;
  }

  .entry:not(.check) .formContents.radioForm {
      padding-left: 20px;
  }
  #reason.formContents {
    flex-direction: column;
  }


/*  inputだけtitleの上に余白*/
  body:not(.check):not(.thanks) .formColumn.alignCenter .formTitle {
    padding-top: 10px;
  }
  .check .formColumn.alignCenter .formTitle {
    padding-top: 0px;
  }
  .check .formContents {
      font-size: 16px;
      letter-spacing: 0.1em;
      line-height: 1.87;
  }

  .formAttention {
    width: 619px;
    margin-top: 20px;
  }
  .privacyText a {
    transition: 0.3s ease;
  }
  .privacyText a:hover {
    text-decoration: none;
  }

  .formButtonList button:hover, .formButtonList input:hover {
    background-color: #79CBD6;
    border: 1px solid #79CBD6;
    color: #1f1f1f;
  }
  .formButtonList input.returnButton,
  .formButtonList button.returnButton {
      background-color: #ccc;
      border: 1px solid #ccc;
      color: #fff;
/*      margin-top: 30px;*/
    }
  .formButtonList input.returnButton:hover,
  .formButtonList button.returnButton:hover {
    background-color: #79CBD6;
    border: 1px solid #79CBD6;
    color: #1f1f1f;
  }
  /*.formButtonList button.returnButton:hover::before {
      background-color: #fff;
    }
  .formButtonList button.returnButton:hover::after {
      border-color: transparent transparent transparent #fff;
    }*/
  /*.check .formColumn.alignCenter .formContents {
    padding-top: 10px;
  }*/
  .btn01_nobefore::before{
    content: none;
  }
  .check .formColumn.address02,
  .check .formColumn.address03 {
    margin-top: 0px;
  }

.check .formButtonList {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}

.returnButton {
    margin-top: 20px;
}


  .contactBanner {
    margin-left: auto;
    margin-right: auto;
  }
  .contactBanner a {
    transition: 0.3s ease;
  }
  .contactBanner a:hover {
    opacity: 0.8;
  }
  .contactBanner,
  .contactBanner__image,
  .contactBanner img {
    width: 833px;
  }
  .property_reservationBanner {
    margin-left: auto;
    margin-right: auto;
  }
  .property_reservationBanner a {
    transition: 0.3s ease;
  }
  .property_reservationBanner a:hover {
    opacity: 0.8;
  }
  .property_reservationBanner,
  .property_reservationBanner__image,
  .property_reservationBanner img {
    width: 800px;
  }
  .check .tel_box > p {
    height: 1.5em;
  }



  .barth .formContents {
    flex-wrap: nowrap;
  }
  .barth #year {
      width: 200px;
  }
  .barth #month, .barth #date {
      width: 130px;
  }
  .barth .formContents span:not(.error) {
      margin-left: 10px;
      margin-right: 17px;
      line-height: 2.9em;
      font-size: 16px;
  }
  .check .barth .formContents span:not(.error) {
      line-height: 1;
  }
  /*.barth .formContents span.label4 {
    margin-left: -2px;
  }*/
  .barth .formContents #date ~ span {
      margin-right: 0;
  }
  .carrier_txt {
    width: 452px;
    flex-shrink: 0;
  }
  .carrier_txt input::placeholder{
    font-size: 15px;
    letter-spacing: 0;
  }
  .check .carrier_txt {
    width: auto;
    flex-shrink: 0;
    padding-right: 1em;
  }
  .check .carrier_year {
    width: 30px;
    text-align: center;
  }
}

@media all and (max-width: 680px) {

input[type="text"], input[type="email"], input[type="number"], input[type="tel"], select, textarea {
    padding: 0.8em 0.8em 0.8em 1em;
/*    border-radius: 5px;*/
}
  select {
      background: #f5f5f5 url(../img/form/ico_selecttri01.svg)center right 12px / 9px 18px no-repeat;
  }
  .formTable {
      margin-top: 40px;
  }
  .formTitle span {
      padding: 0 0.7em;
      top: 0em;
      right: 0;
      position: absolute;
      left: auto;
  }

  /*.bordertop_box {
      margin-top: 40px;
      color: #474747;
      background: #e6e6e6;
      padding-top: 12px;
      padding-bottom: 12px;
      padding-left: 15px;
      font-size: 16px;
      font-weight: 500;
  }*/

  ::placeholder {
    letter-spacing: 0;
    font-size: 14px;
  }

  /*.property_reservation .icatchWrap.typeD {
    margin-top: 20px;
  }*/

  .formFlow {
      background-image: url(../img/form/flow_01_sp.svg);
      height: 18vw;
      margin-left: auto;
      margin-right: auto;
      margin-top: 50px;
  }

  .confirm .formFlow {
    background-image: url(../img/form/flow_02_sp.svg);
  }
  .thanks .formFlow {
    background-image: url(../img/form/flow_03_sp.svg);
  }

  .formDescription {
    font-size: 15px;
    margin-top: 20px;
  }
  .thanks .formDescription {
    padding: 0 5%;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-top: 90px;
    margin-bottom: 50px;
  }
  .formDescriptionTitle {
    font-size: 18px;
    line-height: 1.4;
  }

  .formContents {
    margin-top: 12px;
  }



  .any .formContents > div {
    flex-direction: column;
    align-items: flex-start;
  }
  .formColumn_inner01 .formColumn_inner_ttl {
      margin-top: 0;
  }
  .formColumn_inner_contets {
    width: 100%;
    margin-top: 15px;
  }
  .formColumn_inner01 + .formColumn_inner01{
    margin-top: 20px;
  }



  /*.formTel {
    font-size: 30px;
    margin-top: 10px;
  }
  .formTel span {
    padding-left: 40px;
  }
  .formTel span:before {
    width: 32px;
    height: 32px;
  }
  .formContact {
    margin-top: 10px;
  }
  .formContact dl {
    width: 100%;
  }*/
  /*.formTitle {
    width: 100%;
    margin-top: 0;
    padding: 0;
    text-align: left;
  }*/
  /*.formTitle_small {
    font-size: 13px;
    margin-right: 0;
    letter-spacing: 0;
  }
  .infomationTitle {
    font-size: 16px;
    line-height: 1.625;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .informationDate {
    font-size: 14px;
    line-height: 1.571;
  }*/
  .formTitle {
      width: 100%;
      min-height: auto;
      line-height: 1.5;
      letter-spacing: 0.08em;
      font-size: 16px;
  }
  .check .formTitle {
      color: #a6a6a6;
      font-size: 14px;
      line-height: 2;
  }


  /*.formContents {
      margin-top: 3px;
  }*/
  /*.check .formContents {
      margin-top: 0;
      font-size: 16px;
      line-height: 1.5;
  }
  .alignCenter .formContents {
  }*/
  .titleLabel {
    left: 0;
    right: auto;
  }
  .titleLabel.required {
    font-size: 16px;
    margin-left: 0;
  }
  .dataText {
    width: 100%;
  }
  .formColumn {
      margin-top: 20px;
      width: 100%;
  }
  .check .formColumn {
      margin-top: 15px;
      padding-bottom: 15px;
      border-bottom: 1px solid #ccc;
  }
  .formColumn + .formColumn {
    margin-top: 30px;
  }


  .formContents.radioForm {
      display: flex;
      flex-wrap: wrap;
      text-indent: -2.1em;
      padding-left: 2.1em;
      flex-direction: column;
  }
  .formContents.radioForm.exp {
      flex-direction: column;
  }
  .radioForm {
    width: 100%;
  }
  /*.radioForm {
      letter-spacing: 0;
      width: 50%;
  }*/
  .mw_wp_form .horizontal-item + .horizontal-item {
      margin-left: 0 !important;
  }
  /*.mw_wp_form .vertical-item + .vertical-item {
    margin-top: 0 !important;
  }*/
  .mw_wp_form .formTable .radioForm {
    margin-top: 7px !important;
  }
  /*.mw_wp_form .formTable .radioForm:first-child,
  .mw_wp_form .formTable .radioForm:nth-child(2) {
    margin-top: 0 !important;
  }*/
  .column1 {
    padding-left: 0;
    padding-right: 0;
  }
  .formColumn.participants {
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .column1 .formTitle {
    padding-left: 20px;
    min-height: auto;
  }
  .column1 .formContents {
    font-size: 14px;
    margin-top: 10px;
  }
  .formColumn:first-child {
    margin-top: 0;
  }
  .formColumn.column3 .formTitle {
    display: none;
  }
  .formAttention {
    margin-top: 10px;
  }
  .spLabelChange .formTitle {
    padding-left: 0;
  }
  .spLabelChange .titleLabel {
  }
  .label1 {
    padding-left: 53px;
    display: block;
    margin-bottom: 7px;
  }
  .day1,
  .date1,
  .day2,
  .date2 {
    width: 37%;
  }
  .adult,
  .children {
    width: 20%;
  }
  .label1,
  .label4 {
    margin-right: 4px;
  }

  .label2 {
    margin-left: 0;
    margin-right: 4px;
  }

  .label6 {
    margin-left: 7px;
    margin-right: 4px;
  }

  .label3,
  .label5,
  .label7 {
    margin-left: 0;
  }
  .name1, .name2, .name3, .name4 {
      width: 100%;
      display: inline-block;
  }

  .name2,
  .name4 {
    margin-left: 3%;
  }
  .contentsLabel {
    letter-spacing: 0;
    line-height: 1.2;
    width: 25vw;
  }
  .address {
    width: 33vw;
  }
  .pref,
  .attr {
    width: 64vw;
  }
  .addressButton {
    font-size: 14px;
    padding: 0 2px 0 0px;
    width: 29.75vw;
    margin-left: 5px;
  }
  .addressButton a {
  }
  .formColumn.spNarrow {
    margin-top: 5px;
  }
  .spNarrow .formContents {
    margin-top: 0;
  }
  .spFlex {
    display: flex;
    align-items: center;
  }
  .formContents textarea {
    min-height: 320px;
  }
.privacyText {
    font-size: 14px;
    letter-spacing: 0;
    letter-spacing: -0.04em;
    margin-top: 50px;
}
  .privacyText a {
    line-height: 2;
  }
  .formButtonList {
      padding: 0;
      margin-top: 30px;
      width: auto;
  }
  .confirm .formButtonList {
      margin-top: 40px;
  }
  .formButtonList > p{
    width: 100%;
    text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  .formButtonList button, .formButtonList input {
      width: 100%;
      max-width: 320px;
      height: auto;
      border: 1px solid #1F1F1F;
      font-size: 16px;
      letter-spacing: 0.1em;
      background-color: #1F1F1F;
      color: #fff;
  }
  .formButtonList input.returnButton {
      background-color: #ccc;
      border-color: #ccc;
      color: #fff;
      margin-top: -20px;
  }
  .mindBtn a {
      width: 100%;
      padding: 12px 0;
      border: 1px solid #000;
      border-radius: 3px;
      display: flex;
      justify-content: center;
      position: relative;
  }

  .check .formButtonList {
      margin-top: 50px;
      display: flex;
      flex-direction: column;
  }
  .formButtonList button, .formButtonList input {
      /* font-size: 20px; */
      /* font-weight: 500; */
      max-width: 300px;
      height: 60px;
      font-size: 16px;
      width: 100%;
  }
.check .formButtonList button, .check .formButtonList input {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
  .contact .btn01, .check .btn01 {
      padding-left: 0;
      padding-right: 0;
      margin-left: auto;
      margin-right: auto;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .btn01::before {
    content: none;
  }
  /*.formButtonList button:after,
  .formButtonList input:after {
    display: none;
  }*/
  .check .formButtonList .returnButton {
    order: 2;
    margin-top: 30px;
  }
  .contactBanner {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
  }
  .property_reservationBanner {
    text-align: center;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .property_reservationBanner__image img {
    width: 100%;
    height: auto;
  }

  .tel_box{
    display: flex;
    /*align-items: center;*/
  }
  .tel1_wrap, .tel2_wrap, .tel3_wrap{
    width: 20%;
  }
  .tel2_wrap, .tel3_wrap{
    width: 30%;
  }
  .tel1, .tel2, .tel3 {
      width: 100% !important;
  }
  /*.tel2, .tel3 {
      margin-left: 5px;
      width: 30% !important;
  }*/
  .hifun {
      width: 10px;
      /* margin-left: 5px; */
      display: block;
      /* margin-right: 5px; */
  }
  /*.check .hifun {
    width: 7px;
    margin-left: 4px;
    margin-right: 4px;
  }

  .check .tel_box > p {
    height: auto;
  }
  .check .tel1_wrap, .check .tel2_wrap, .check .tel3_wrap {
      width: auto !important;
  }*/
  .kanou_year_wrap {
      width: 105px;
      flex-shrink: 0;
  }
  .kanou_month_wrap {
      width: 70px;
      flex-shrink: 0;
  }
  /*.check .kanou_year_wrap {
      width: auto;
  }
  .check .kanou_month_wrap {
      width: auto;
      margin-left: 1em
  }

  .check .carrier_txt {
      width: auto;
      margin-right: 0;
      padding-right: 1em;
  }
  .check .carrier_wrap {
    align-items: flex-start;
  }
  .check .carrier_year {
      width: 1.5em;
  }*/

  .radioForm label, .radioForm label {
    font-size: 15px;
    width: 7em;
    margin-left: auto;
    margin-right: auto;
  }



  p.pp_chui {
    text-align: center;
  }
  p.pptxt.pptxt01 {
      margin-left: auto;
      width: 90%;
      max-width: 360px;
  }
  p.pptxt.pptxt01 span {
    font-size: 14px;
    letter-spacing: 0;
  }
  .ppcheck_doui {
      margin-top: 20px;
  }
  .radioForm input[type="radio"] + .wpcf7-list-item-label:before, .radioForm input[type="checkbox"] + .wpcf7-list-item-label:before{
       top: 3px;
  }
  .formColumn.pp_check {
      justify-content: center;
      padding-left: 0px;
      margin-top: 40px !important;
  }

}

@media all and (max-width: 370px) {
  .contentsLabel {
    width: 71px;
  }
  .address {
    width: 122px;
  }
  .pref,
  .attr {
    width: 209px;
  }
  .addressButton {
    font-size: 12px;
    padding: 0 2px 0 0px;
    width: 82px;
    margin-left: 5px;
  }
}


.dataBox1 {
  padding:15px;
  border:1px solid #06162F;
  width:100%;
}
.dataBox1 .category {
  display: inline-block;
  min-width: 250px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #06162F;
  letter-spacing: 0;
  padding: 8px;
}
.dataBox1 .date {
  font-size: 18px;
  font-weight: 500;
  color: #06162F;
  letter-spacing: 0;
  border-bottom: 1px solid #707070;
  padding: 10px 0 5px;
}
.dataBox1 .title {
  font-size: 20px;
  color: #06162F;
  letter-spacing: 0;
  padding: 5px 0 0;
}
.dataList {
  padding-top: 10px;
  color: #06162F;
}
.dataList > li {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  font-size: 16px;
  letter-spacing: 0;
}
.dataList > li:nth-of-type(1n + 2) {
  margin-top: 5px;
}
.dataList .data_tit1 {
  width: 95px;
  text-align-last: justify;
  text-justify: inter-ideograph;
  padding-right: 30px;
  position: relative;
}
.dataList .data_tit1::after {
  content: " | ";
  position: absolute;
  top: 0;
  right: 11px;
}
.dataList .data_txt1 {
  width: calc(100% - 95px);
}
.dataList .data_li2 .data_txt1 {
  font-size: 20px;
  font-weight: 500;
}
.dataList .data_li2 .data_txt1 .yen {
  font-size: 16px;
}
.dataBox1 .w_btn01 {
  width: 100%;
  height: 60px;
  font-size: 16px;
}

@media all and (min-width: 681px) {
  .formColumn.column4 .formContents{
    position: relative;
    left: -56px;
  }
  .formColumn.column4 + .column2{
    margin-top: 60px;
  }
}

@media all and (max-width: 680px) {
  .formColumn.column4{
    padding-left: 0;
    padding-right: 0;
  }
  .formColumn.column4 .formTitle{
    padding-left: 20px;
  }
  .dataBox1 {
    width: 100%;
    background-color: #E8E8E8;
    padding: 20px 25px 20px 25px;
    border:0;
  }
  .dataBox1 .in1 {
    /* background-color: #fff; */
    /* padding: 15px; */
  }
  .dataBox1 .category {
    width: 100%;
    min-width: auto;
    height: 33px;
    font-size: 14px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .dataBox1 .date {
    padding: 10px 0 10px 0;
    font-size: 14px;
  }
  .dataBox1 .title {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    padding-top: 7px;
  }
  .dataList {
    padding-bottom: 0;
  }
  .dataList > li {
    flex-flow: nowrap;
    align-items: stretch;
    font-size: 14px;
  }
  .dataList > li:nth-of-type(1n + 2) {
    margin-top: 2px;
  }
  .dataList .data_tit1 {
    width: 68px;
    padding: 5px;
    margin-right: 2px;
    background-color: #F4F4F4;
  }
  .dataList .data_tit1::after {
    display: none
  }
  .dataList .data_txt1 {
    width: calc(100% - 70px);
    background-color: #F4F4F4;
    padding: 5px;
  }
  .dataList .data_li2 .data_txt1 {
    line-height: 1.1;
  }
  .dataBox1 .w_btn01 {
    width: 250px;
    height: 50px;
    font-size: 14px;
    margin-top: 15px;
  }
}

.formTelButton a{
  display: block;
}

@media all and (min-width: 681px) {
}

@media all and (max-width: 680px) {
  .formTelButton{
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .formTelButton a{
    padding:15px 20px;
    background-color: #fff;
    color: #06162f;
    border: 1px solid #06162f;
  }
  .formTelButton .formTel span:before {
    background-image: url(../img/common/ico_tel01.svg);
  }
}



.footWrap01.contact_tel {
    border : none;
}
.footWrap01.contact_tel li {
    width: 100%;
}
.foot{
  margin-top: 140px;
}



/*.mw_wp_form .error{
  white-space: nowrap;
}*/

/*.wpcf7-form.invalid .wpcf7-response-output {
  display: none;
}*/
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    padding: 1em 0 0;
}

@media all and (min-width: 681px) {
  .carrier .label6 {
    margin-left: 15px;
    margin-right: 8px;
    font-size: 16px;
  }
  .carrier .label5{
    font-size: 16px;
    margin-left: 8px;
  }
  .check .carrier .label6 {
    margin-left: 0;
    margin-right: 0;
  }
  .check .carrier .label5 {
    margin-left: 0;
  }
}

@media all and (max-width: 680px) {
  .barth .formContents{
    display: flex;
  }
  body:not(.check) .barth .formContents > p{
    padding-top: 18px;
  }
  .barth .label4{
    margin-left: 7px;
    margin-right: 4px;
  }
  body:not(.check) .barth .month_wrap, body:not(.check) .barth .date_wrap{
    width: 60px;
    flex-shrink: 0;
  }
  .check .barth .month_wrap, .check .barth .date_wrap{
    margin-left: 1em;
  }
  .carrier_year {
    width: 50px;
    flex-shrink: 0;
  }
  .carrier .label5{
    margin-left: 7px;
  }
  .foot{
    margin-top: 70px;
  }


}
