@charset "UTF-8";

/*.main {
  border-bottom: 1px solid #06162f;
}*/

/* インナー
***************************************************************/

.sectionInner {
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

@media all and (min-width: 681px) {
  .sectionInner {
    width: 1200px;
  }
  .sectionInner.type2 {
    width: 840px;
  }
  .sectionInner.type3 {
    width: 1000px;
  }
  .sectionInner.type4 {
      width: 860px;
  }
  .sectionInner.type5 {
    width: 1100px;
  }
  .sectionInner.type6 {
    width: 900px;
  }
}

@media all and (max-width: 680px) {
  .conWrap {
      position: fixed;
      bottom: 20px;
      transform: translateY(80px);
      transition: 0.5s;
      width: auto;
      justify-content: center;
      width: 100%;
      display: none !important;
  }
}

#infscr-loading {
  margin: 0 auto;
  font-size: 11px;
  clear: both;
}

#infscr-loading .comment {
  width: 200px;
  position: relative;
  top: 20px;
  padding: 20px 20px;
  margin: 0 auto;
  text-align: center;
}

#infscr-loading img {
  display: none;
}


/* w_title01
***************************************************************/
.w_title01 {
  display: flex;
  flex-flow: column;
  align-items: center;
  color: #06162f;
}
.w_title01 .t1 {
  font-size: 70px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
.w_title01 .t2 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .w_title01 .t1 {
    font-size: 39px;
    line-height: 1.2;
  }
  .w_title01 .t2 {
    font-size: 13px;
  }
}
@media all and (max-width: 370px) {
}

/* w_btn01
***************************************************************/
.w_btn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 348px;
  height: 73px;
  padding: 0 18px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #06162f;
  border: 1px solid #06162f;
  position: relative;
  transition: 0.3s ease;
}
.w_btn01::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  transition: border 0.3s ease;
}
/* type2 */
.w_btn01.type2 {
  color: #06162f;
  background-color: #fff;
}
.w_btn01.type2::after {
  border-color: #06162f;
}
/* type3 */
.w_btn01.type3 {
  color: #06162f;
  background-color: #fff;
}
.w_btn01.type3::after {
  display: none;
}
/* type4 */
.w_btn01.type4 {
  color: #4e4e4e;
  background-color: #c4c4c4;
  border-color: #c4c4c4;
}
.w_btn01.type4::after {
  border-color: #4e4e4e;
}
/* type5 */
.w_btn01.type5 {
}
.w_btn01.type5::after {
  display: none;
}
/* type6 */
.w_btn01.type6 {
  color: #4e4e4e;
  background-color: #c4c4c4;
  border-color: #c4c4c4;
}
.w_btn01.type6::after {
  display: none;
}
/* type7 */
.w_btn01.type7 {
  width: 600px;
}
.w_btn01.type7:before {
  content: "";
  /*background-image: url(../../img/common/ico_flag01_w.svg);*/
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  left: -50px;
  display: block;
  width: 39px;
  height: 100%;
}
.w_btn01.type7::after {
}
/* type8 */
.w_btn01.type8 {
  color: #c4c4c4;
  background-color: #4e4e4e;
  border-color: #4e4e4e;
}
.w_btn01.type8::after {
  display: none;
}
/* type9 */
.w_btn01.type9 {
  color: #06162f;
  background-color: #fff;
}
.w_btn01.type9::after {
  border-color: #06162f;
  transform: rotate(45deg);
  top: -5px;
}

@media all and (min-width: 681px) {
  .w_btn01:hover,
  a:hover .w_btn01 {
    color: #06162f;
    background-color: #fff;
  }
  .w_btn01:hover::after,
  a:hover .w_btn01::after {
    border-color: #06162f;
  }
  .w_btn01.type2:hover,
  a:hover .w_btn01.type2 {
    color: #fff;
    background-color: #06162f;
  }
  .w_btn01.type2:hover::after,
  a:hover .w_btn01.type2::after {
    border-color: #fff;
  }
  .w_btn01.type3:hover,
  a:hover .w_btn01.type3 {
    color: #fff;
    background-color: #06162f;
  }
  .w_btn01.type3:hover::after,
  a:hover .w_btn01.type3::after {
    border-color: #fff;
  }
  .w_btn01.type4:hover,
  a:hover .w_btn01.type4 {
    color: #fff;
    background-color: #06162f;
  }
  .w_btn01.type4:hover::after,
  a:hover .w_btn01.type4::after {
    border-color: #fff;
  }
  .w_btn01.type6:hover,
  a:hover .w_btn01.type6 {
    color: #fff;
    background-color: #06162f;
  }
  .w_btn01.type7:hover:before,
  a:hover .w_btn01.type7:before {
    /*background-image: url(../../img/common/ico_flag01.svg);*/
  }
  .w_btn01.type8:hover,
  a:hover .w_btn01.type8 {
    color: #fff;
    background-color: #06162f;
  }
  .w_btn01.type9:hover,
  a:hover .w_btn01.type9 {
    color: #fff;
    background-color: #06162f;
  }
  .w_btn01.type9:hover::after,
  a:hover .w_btn01.type9::after {
    border-color: #fff;
  }
}
@media all and (max-width: 680px) {
  .w_btn01 {
    width: 230px;
    height: 48px;
    padding: 0 14px;
    font-size: 13px;
  }
  .w_btn01::after {
    right: 8px;
    width: 8px;
    height: 8px;
  }
  .w_btn01.type7 {
    width: 250px;
  }
  .w_btn01.type7:before {
    left: -10px;
    width: 27px;
  }
}
@media all and (max-width: 370px) {
}





/* フォームパーツ */

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="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 12px;
  background-color: #e8e8e8;
  border: 0;
  font-size: 16px;
  font-weight: 500;
}

input[type="text"],
input[type="email"],
input[type="number"],
select {
  height: 50px;
}

select {
  padding-right: 20px;
  background-image: url(../img/form/ico_selecttri01.svg);
  background-size: 13px 12px;
  background-position: center right 12px;
  background-repeat: no-repeat;
}

textarea {
  width: 100%;
  height: 215px;
}

input[type="submit"],
button {
  cursor: pointer;
}

::-ms-expand {
  display: none;
}

.day1,
.date1,
.day2,
.date2 {
  width: 192px;
}

.adult,
.children {
  width: 127px;
}

.name1,
.name2,
.name3,
.name4 {
  width: 280px;
}

.name2,
.name4 {
  margin-left: 12px;
}

.mail,
.tel,
.company {
  width: 100%;
}

.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: 30px;
  border-bottom: 1px solid #707070;
  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;
}

.mwform-radio-field {
  /* margin: 0.5rem; */
}
.mwform-radio-field input[type="radio"],
.mwform-checkbox-field input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.mwform-radio-field input[type="radio"] + .mwform-radio-field-text:before,
.mwform-checkbox-field
  input[type="checkbox"]
  + .mwform-checkbox-field-text:before {
  content: "";
  background: #ffffff;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}

.mwform-checkbox-field
  input[type="checkbox"]
  + .mwform-checkbox-field-text:before {
  border-radius: 0;
}

.mwform-radio-field
  input[type="radio"]:checked
  + .mwform-radio-field-text:before,
.mwform-checkbox-field
  input[type="checkbox"]:checked
  + .mwform-checkbox-field-text:before {
  background-color: #06162f;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.mwform-radio-field input[type="radio"]:focus + .mwform-radio-field-text:before,
.mwform-checkbox-field
  input[type="checkbox"]:focus
  + .mwform-checkbox-field-text:before {
  outline: none;
  border-color: #06162f;
}
.mwform-radio-field
  input[type="radio"]:disabled
  + .mwform-radio-field-text:before,
.mwform-checkbox-field
  input[type="checkbox"]:disabled
  + .mwform-checkbox-field-text:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.mwform-radio-field input[type="radio"] + .mwform-radio-field-text:empty:before,
.mwform-checkbox-field
  input[type="checkbox"]
  + .mwform-checkbox-field-text:empty:before {
  margin-right: 0;
}

/* /フォームパーツ　ここまで */

.formFlow {
  background-image: url(../img/form/flow_01_pc.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.check .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;
}

/* フォーム下説明文 */

.formDescription {
    color: #06162f;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-top: 60px;
}

.formDescription.type02 {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #06162f;
  text-align: center !important;
}

.thanks .formDescription {
  margin-top: 50px;
  margin-bottom: 100px;
}

.formDescriptionTitle {
  font-size: 24px;
  text-align: center;
}

.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: 60px;
}

.formTitle {
  font-size: 16px;
  text-align: right;
  letter-spacing: 0;
  padding-right: 56px;
  position: relative;
}

.titleLabel {
  padding: 4px 0 3px 0;
  background-color: #d2d2d2;
  color: #000;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  width: 46px;
  height: 24px;
  position: absolute;
  top: 1px;
  right: 0;
}

.titleLabel.required {
    background-color: #ec7271;
    color: #fff;
}

/* イベントの情報 */

.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: 40px;
}

.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: 60px;
  margin-top: 35px;
}

.contactBanner + .sectionInner {
  margin-top: 20px;
}

@media all and (min-width: 681px) {
.formFlow {
    width: 960px;
    height: 54px;
    margin-top: 93px;
    margin-left: auto;
    margin-right: auto;
}
.check .formFlow, .thanks .formFlow {
    margin-top:0px;
}
  .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.participants {
  }

  .formColumn.alignCenter .titleLabel {
    top: 13px;
    /* bottom: 0; */
    margin: auto;
  }
  .formColumn:first-child {
    margin-top: 0;
  }
.formTitle {
    display: flex;
    justify-content: flex-end;
    width: 250px;
}
  .formContents {
    width: 572px;
    display: flex;
    flex-wrap: wrap;
    margin-left: 12px;
  }
  .formContents.radioForm {
    display: block;
  }
  .formColumn.alignCenter .formTitle {
    padding-top: 10px;
  }
  .formColumn.alignCenter .formContents {
    align-items: center;
  }
  .formAttention {
    width: 619px;
    margin-top: 20px;
  }
  .privacyText a {
    transition: 0.3s ease;
  }
  .privacyText a:hover {
    text-decoration: none;
  }
.formButtonList_wrap {
    width: 535px;
    height: 119px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.formButtonList_wrap + .formButtonList_wrap{
  margin-top: 30px;
}
.formButtonList button, .formButtonList input {
    width: 535px;
    height: 119px;
    font-size: 26px;
    letter-spacing: 0.1em;
    background-color: #ec7271;
    border: 4px solid #b03635;
    border-radius: 100px;
    position: relative;
}
.check .formButtonList_wrap.in_check input {
    color: #fff;
    background-color: #c4c4c4;
    border-color: #797979;
}

.w_btn01:hover, a:hover .w_btn01 {
    background-color: #b03635;
    color: #fff;
}
.check .formButtonList_wrap.in_check:hover input {
    color: #fff;
    background-color: #797979s;
    border-color: #797979;
}

.formButtonList_wrap::after {
  content: '';
  width: 17px;
  height: 25px;
  background: url(../img/matching/arrow_w_r.svg) center / contain no-repeat;
  position: absolute;
  right: 30px;
  top: calc(50% - 12.5px);
  transform: translateX(0);
    transition: 0.3s;
}

  .formButtonList_wrap:hover::after{
    transition: 0.3s;
    transform: translateX(5px);
  }

  .check .formColumn.alignCenter .formContents {
    padding-top: 10px;
  }

  .check .formColumn.address02,
  .check .formColumn.address03 {
    margin-top: 0px;
  }

  .check .formButtonList {
    margin-top: 60px;
  }

  .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;
    height: 288px;
  }
}

body:not(.check) .formButtonList_wrap.in_check{
  display: none;
}

  .formButtonList_wrap.in_check input:hover {
    background-color: #7d7d7d;
    color: #fff;
  }
@media all and (max-width: 680px) {
  input[type="text"],
  input[type="email"],
  input[type="number"],
  select,
  textarea {
    padding: 10px 5px;
  }

  .formFlow {
      background-image: url(../img/form/flow_01_sp.svg);
      height: 12.6875vw;
      margin-left: 15px;
      margin-right: 15px;
      margin-top: 30px;
  }

  .check .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: 50px;
    margin-bottom: 50px;
  }
  .formDescriptionTitle {
    font-size: 18px;
  }
  .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 {
    padding-right: 0;
    padding-left: 55px;
    text-align: left;
  }
  .infomationTitle {
    font-size: 16px;
    line-height: 1.625;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .informationDate {
    font-size: 14px;
    line-height: 1.571;
  }
  .formTable {
    margin-top: 30px;
  }
  .dateTitle {
  }
  .formTitle {
    width: 100%;
    min-height: 30px;
  }
  .formContents {
    margin-top: 12px;
  }
  .alignCenter .formContents {
  }
  .titleLabel {
    left: 0;
    right: auto;
  }
  .dataText {
    width: 100%;
  }
  .formColumn {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .formContents.radioForm {
    display: flex;
    flex-wrap: wrap;
  }
  .mwform-checkbox-field {
    width: 100%;
  }
  .mwform-radio-field {
    letter-spacing: 0;
    width: 50%;
  }
  .mw_wp_form .vertical-item + .vertical-item {
    margin-top: 0 !important;
  }
  .mw_wp_form .formTable .mwform-radio-field {
    margin-top: 7px !important;
  }
  .mw_wp_form .formTable .mwform-radio-field:first-child,
  .mw_wp_form .formTable .mwform-radio-field: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: 47.5%;
  }
  .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;
  }
  textarea {
    height: 155px;
  }
  .privacyText {
    font-size: 15px;
    letter-spacing: 0;
    margin-left: 20px;
    margin-right: 20px;
  }
.formButtonList {
    padding-bottom: 0;
    margin-top: 20px;
    width: 280px;
    /* height: 100px; */
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
  .check .formButtonList {
    margin-top: 50px;
  }
.formButtonList button, .formButtonList input {
    font-size: 20px;
    font-weight: 500;
    width: 280px;
    height: 70px;
    background-color: #ec7271;
    border-radius: 100px;
    border: 3px solid #b03635;
}
.formButtonList_wrap{
  position: relative;
}
.formButtonList_wrap + .formButtonList_wrap{
  margin-top: 30px;
}
  .check .formButtonList button,
  .check .formButtonList input {
    height: 70px;
  }
  .formButtonList button:after,
  .formButtonList input:after {
    display: none;
  }
  .contactBanner {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
  }
  .w_btn01:hover, a:hover .w_btn01 {
    background-color: #b03635;
    color: #fff;
  }

  .formButtonList_wrap::after {
    content: '';
    width: 17px;
    height: 25px;
    background: url(../img/matching/arrow_w_r.svg) center / contain no-repeat;
    position: absolute;
    right: 30px;
    top: calc(50% - 12.5px);
    transform: translateX(0);
      transition: 0.3s;
  }

  .formButtonList_wrap:hover::after{
    transition: 0.3s;
    transform: translateX(5px);
  }


}

@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;
  }
}



/*-----タイトルまわり-----*/
.tamaTtl{
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.42;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tamaTtl::before{
    content: '';
    width: 112px;
    height: 12px;
    margin-right: 40px;
    background: url(../img/matching/Ltama.svg) center / contain no-repeat;
}
.tamaTtl::after{
    content: '';
    width: 112px;
    height: 12px;
    margin-left: 40px;
    background: url(../img/matching/Rtama.svg) center / contain no-repeat;
}
@media all and (max-width:680px){
  .tamaTtl {
      font-size: 18px;
    position: relative;
  }
  .tamaTtl::before {
      content: '';
      width: 255px;
      height: 8px;
      margin-right: 40px;
      background: url(../img/matching/tama_sp.svg) center / contain no-repeat;
      position: absolute;
      bottom: -10px;
      margin: auto;
      left: calc(50% - 127.5px);
  }
  .tamaTtl::after{
      content: none;
  }
}

/*-----owner-----*/
.owner{
  background: url(../img/matching/bgmizu.png) center / 10px repeat, #eedc2c;
}
.owner h2{
  width: 630px;
  height: 104px;
  display: flex;align-items: center;justify-content: center;
  text-align: center;
  background-color: #ec7271;
  border:2px solid #000;
  border-radius: 10px;
  color: #fff;
  font-size: 36px;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 900;
  margin-left: auto;
  margin-right: auto;
}
.owner_wrap__01{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 15px;
}
.owner_wrap__01 .txt01{
  font-size: 27px;
  line-height: 1.4;
  margin-right: 3px;
}
.owner_wrap__01 .txt02{
  font-size: 80px;
  font-weight: 600;
}
.owner_wrap__01 .txt03{
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-right: 1.6em;
  position: relative;
}
.owner_wrap__01 .txt03::before {
    content: '（税込）';
    position: absolute;
    top: -1.5em;
    left: -0.6em;
    font-size: 0.35em;
}
.owner_wrap__01 .txt03::after {
    content: '';
    width: 20px;
    height: 37px;
    background: url(../img/matching/sankaku.svg) center / contain no-repeat;
    position: relative;
    display: inline-block;
    position: absolute;
    margin-left: 25px;
    bottom: 1px;
}
.owner_wrap__01 .txt04{
  font-size: 113px;
  font-weight: 600;
  color: #ec5a6d;
}
.owner_wrap__01 .txt05{
  font-size: 62px;
  font-weight: 700;
}
.owner_wrap__02{
  margin-top: 50px;
}
.owner_wrap__02 .txt01{
  font-size: 63px;
  line-height: 1.2;
  color: #ec5a6d;
  text-align: center;
  font-weight: 900;
}
.owner_wrap__02 .txt02{
  font-size: 91px;
  line-height: 1.2;
  color: #ec5a6d;
  text-align: center;
  font-weight: 900;
  margin-top: -10px;
}
.owner_wrap__02 .txt02 span{
  font-size: 135px;
  color: #ec5a6d;
  font-weight: 700;
}
.owner_wrap__02 .txt03{
  font-size: 47px;
  margin-top: 22px;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 700;
}
.owner_wrap__03{
  width: 984px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.owner_wrap__03 .img{
  width: 362px;
  height: auto;
}
.owner_wrap__03 .txt01 {
    width: 582px;
    height: auto;
    font-size: 24px;
    line-height: 1.83;
    letter-spacing: 0.05em;
    text-align: justify;
}
.kikan{
  width: 1008px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.09em;
  background-color: #fff;
  text-align: center;
  padding: 25px 0 23px;
  margin-top: 35px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width:681px){
  .owner {
      width: 1200px;
      margin-left: auto;
      margin-right: auto;
    padding-top: 50px;
    padding-bottom: 65px;
  }
}
@media all and (max-width:680px){
  .owner{
    background: url(../img/matching/bgmizu.png) center / 5px repeat, #eedc2c;
  }
  .owner h2 {
      width: auto;
      height: 54px;
      border-radius: 10px;
      font-size: 18px;
  }
  .owner_wrap__01 .txt01 {
      font-size: 10px;
      line-height: 1.4;
      margin-right: 0.2em;
      letter-spacing: 0;
  }
  .owner_wrap__01 .txt02 {
      font-size: 32px;
      letter-spacing: 0;
  }
  .owner_wrap__01 .txt03 {
      font-size: 20px;
      letter-spacing: -0.04em;
      margin-right: 1.3em;
  }
  .owner_wrap__01 .txt03::after {
      width: 11px;
      height: 21px;
      position: absolute;
      margin-left: 9px;
      bottom: 0px;
  }
  .owner_wrap__01 .txt04 {
      font-size: 50px;
  }
  .owner_wrap__01 .txt05 {
      font-size: 24px;
  }


  .owner_wrap__02 {
      margin-top: 25px;
  }
  .owner_wrap__02 .txt01 {
      font-size: 33px;
      line-height: 1.2;
      letter-spacing: 0.04em;
  }
  .owner_wrap__02 .txt02 {
      font-size: 44px;
      line-height: 1.2;
      margin-top: -1px;
  }
  .owner_wrap__02 .txt02 span {
      font-size: 83px;
      line-height: 1;
  }
  .owner_wrap__02 .txt03 {
      font-size: 25px;
      margin-top: 25px;
      line-height: 1.3;
  }

  .owner_wrap__03 {
      margin-top: 0;
      width: auto;
      flex-direction: column;
  }
  .owner_wrap__03 .txt01 {
      width: auto;
      font-size: 15px;
      margin-top: 10px;
  }
  .kikan {
      font-size: 16px;
      padding: 10px 0 12px;
      margin-top: 15px;
      width: auto;
      line-height: 1.4;
  }
  .owner_wrap__03 .img {
      width: auto;
  }
  .owner_wrap__01 .txt03::before {
      left: -1.2em;
      transform: scale(0.7);
      letter-spacing: 0.1em;
      top: -1.4em;
  }
}
@media all and (max-width:370px){
  .owner h2 {
      height: 45px;
      font-size: 16px;
  }
}


/**
 * error message
 */
.mw_wp_form .error {
  font-size : 93%;
  color : #B70000;
  display : block;
}

/**
 * error message of akismet
 */
.mw_wp_form .akismet_error {
  display: block;
}

/**
 * vertical style of radio and checkbox
 */
.mw_wp_form .vertical-item {
  display: block;
}
.mw_wp_form .vertical-item + .vertical-item {
  margin-top: 5px;
}

/**
 * horizontal style of radio and checkbox
 */
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 10px;
}

/**
 * radio and checkbox
 */
.mwform-checkbox-field label, .mwform-radio-field label {
    font-weight: normal;
    margin-bottom: 0;
    line-height: 2;
}
.mwform-checkbox-field input,
.mwform-radio-field input {
  margin-right: 5px;
}

/**
 * datepicker
 */
.mw_wp_form .ui-datepicker .ui-datepicker-title select.ui-datepicker-month,
.mw_wp_form .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  width: 40%;
  margin: 0 5px;
}

/**
 * deprecated message
 */
.mw-wp-form-deprecated-message {
  background: #fdeeee;
  border: 1px solid #f7bdb8;
  border-radius: 5px;
  color: #af4040;
  font-size: 13px;
  line-height: 1.6;
  margin: 0 0 10px;
  padding: 1em;
}

/**
 * file
 */
.mw_wp_form input[type="file"] {
  display: inline-block;
}

/**
 * file delete button
 */
.mwform-file-delete {
  cursor: pointer;
  visibility: hidden;
}

/**
 * tel and zip
 */
.mwform-tel-field input[type="text"],
.mwform-zip-field input[type="text"] {
  display: inline-block;
  width: auto;
}



/*電話問い合わせ*/
.telToiawase {
    width: 600px;
    height: 224px;
    margin-left: auto;
    margin-right: auto;
    /*margin-top: 60px;*/
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 3px solid #ec7271;
    border-radius: 10px;
}
.telToiawase .txt01{
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.telToiawase .txt02{
  font-size: 68px;
  font-weight: 600;
  letter-spacing: 0.09em;
  margin-top: 19px;
  color: #ec7271;
  display: flex;
  align-items: center;
}
.telToiawase .txt02::before {
    content: '';
    width: 42px;
    height: 58px;
    background: url(../img/form/telIco__01.svg) center / contain no-repeat;
    position: relative;
    margin-right: 5px;
    top: 2px;
}
.telToiawase .txt03{
  width: 509px;
  line-height: 40px;
  background-color: #ec7271;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 23px;
  margin-top: 10px;
}
@media all and (min-width: 681px) {

  .thanks .telToiawase .txt02{
    margin-top: 0px;
    line-height: 1.2;
  }
    .telToiawase {
      pointer-events: none;
    }
}


@media all and (max-width: 680px) {
  .telToiawase {
      width: auto;
      height: auto;
      margin-left: auto;
      margin-right: auto;
      margin-top: 40px;
      margin-bottom: 60px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      border: 3px solid #ec7271;
      border-radius: 10px;
      margin-left: 5%;
      margin-right: 5%;
      padding: 15px 5px;
      line-height: 1;
  }
    .telToiawase .txt03 {
      width: 509px;
      line-height: 40px;
      background-color: #ec7271;
      color: #fff;
      text-align: center;
      font-weight: 700;
      font-size: 17px;
      margin-top: 10px;
      width: 94%;
   }
   .telToiawase .txt01 {
      font-size: 16px;
      text-align: center;
  }
   .telToiawase .txt02 {
    font-size: 32px;
    margin-top: 14px;
  }
  .telToiawase .txt02::before {
      content: '';
      width: 21px;
      height: 29px;
      background: url(../img/form/telIco__01.svg) center / contain no-repeat;
      position: relative;
      margin-right: 5px;
  }

  .formButtonList_wrap::after {
      width: 17px;
      height: 11px;
      right: 10px;
      top: calc(50% - 5.5px);
  }

}


.formTable .formColumn + .formColumn {
    margin-top: 0px;
    border-top: 1px solid #000;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
}
.formTable .formColumn:last-child{
    padding-bottom: 20px;
    border-bottom: 1px solid #000;

}
.formColumn.participants {
    padding-bottom: 0;
    border-bottom: none;
    margin-top: 40px;
    margin-bottom: 0;
    border-top: 1px solid #000;
    padding-top: 20px;
}
.formColumn.alignCenter.address01 {
    padding-bottom: 0;
}
.formColumn.alignCenter.spNarrow.address02 {
    padding-bottom: 0;
    border-top: none;
}
.formColumn.alignCenter.spNarrow.address03 {
    border-top: none;
}
div#mw_wp_form_mw-wp-form-7446 {
    padding-top: 270px;
    margin-top: -270px;
}
.check div#mw_wp_form_mw-wp-form-7446 {
    padding-top: 1000px;
    margin-top: -1000px;
}
.check .formColumn.participants {
    padding-bottom: 20px;
}
.check .formColumn.alignCenter .formTitle {
    padding-top: 0;
}
.check .formColumn.alignCenter .titleLabel {
    top: 2px;
}
.check .formColumn.alignCenter .formContents {
    padding-top: 0;
}
.check .formColumn.alignCenter.spNarrow.address02 {
    padding-top: 0;
}
.check .formColumn.alignCenter.spNarrow.address03 {
    padding-top: 0;
}
.contact01 header .inner nav, .check header .inner nav {
    display: none;
}
@media all and (max-width: 680px) {
  .formColumn.participants {
      padding-bottom: 15px;
  }

  div#mw_wp_form_mw-wp-form-7446 {
      /*padding-top: 250px;
      margin-top: -250px;*/
      padding-top: calc(150px + 10%);
      margin-top: calc(-150px - 10%);
  }
  .check div#mw_wp_form_mw-wp-form-7446 {
      padding-top: 1000px;
      margin-top: -1000px;
  }
  .contact01 header, .check header{
    height: 50px;
  }
  .contact01 header + *, .check header + *{
    margin-top: 50px;
  }
  .contact01 .head_logo, .check .head_logo{
    margin: 0px auto 0;
  }
  .contact01 footer small, .check footer small, .thanks footer small{
    padding: 50px 0 50px;
  }
}
