@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Roboto");

input[type="text"],
input[type="tel"],
textarea {
  width: 100%!important;
  border: 0;
  padding: 11px 10px;
  background-color: #f2f2f2!important;
  box-sizing: border-box;
}

input[type="text"]:focus {
  outline: 0;
}

label {
  cursor: pointer;
}

input[type="radio"],
input[type="checkbox"] {
  display: none;
}

.radio label span,
.check span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding-left: 27px;
}

.radio label span:after,
.check span:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 13px;
  left: 0;
  display: block;
  margin-top: -10px;
  width: 15px;
  height: 15px;
  border: 1px solid #979797;
  content: "";
  border-radius: 2px;
}

.radio label span:after {
  border-radius: 100%;
}

.check span:after {
  width: 13px;
  height: 13px;
}

.radio label span:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 11px;
  left: 3px;
  display: block;
  margin-top: -5px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  content: "";
}

input[type="radio"]:checked + span:before {
  background-color: #620127;
}

input[type="radio"]:checked + span:after {
  border-color: #620127;
}

.check span:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 13px;
  left: 3px;
  display: block;
  margin-top: -7px;
  width: 9px;
  height: 9px;
  content: "";
  background-color: #b8bdc8;
}

input[type="checkbox"]:checked + span:before {
  background-color: #620127;
}

input[type="checkbox"]:checked + span:after {
  border-color: #620127;
}

.titWrap {
  background-size: cover;
  height: 170px;
  position: relative;
}

.titWrap .inner {
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.titWrap h1 {
  color: #000;
  font-size: 27px;
  font-weight: bold;
}

.contactflow {
  margin-bottom: 60px;
  text-align: center;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100%;
}

.contactflow ol {
  width: 960px;
  margin: 0 auto;
}

.contactflow-item {
  width: 320px;
  color: #fff;
  text-align: center;
  padding: 23px 0;
  display: inline-block;
  position: relative;
  background-color: #bfbfbf;
  font-size: 19px;
  font-weight: bold;
}

.contactflow-item:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 38px 0 38px 25px;
  border-color: transparent transparent transparent #bfbfbf;
  top: -1px;
  right: -24px;
  z-index: 10;
}

.contactflow-item:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 27px;
  border-color: transparent transparent transparent #fff;
  top: -3px;
  right: -27px;
  z-index: 1;
}

.contactflow-item.is-current {
  background: none;
}

.contactflow-item.is-current:before {
  border-color: transparent transparent transparent #0000c4;
}

.contactflow-item:first-child.is-current:before {
  border-color: transparent transparent transparent #0055c4;
}

.contactflow-item:nth-child(2).is-current:before {
  border-color: transparent transparent transparent #002dc4;
}

.contactflow-item:nth-child(3).is-current:before {
  border-color: transparent transparent transparent #0003c4;
}

.contactflow-item span {
  font-size: 48px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 44px;
}

.contactflow-item:last-child:before,
.contactflow-item:last-child:after {
  content: none;
}

.contactForm {
  margin-bottom: 80px;
  font-size: 15px;
}

.contactForm .title {
  font-size: 18px;
  font-weight: bold;
}

.contactForm .title .required {
  position: relative;
}

.contactForm-table {
  width: 100%;
}

.contactForm-title {
  position: relative;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
}

.contactForm-parts {
  vertical-align: middle;
  position: relative;
}

.contactForm .any {
  font-size: 11px;
  color: #fff;
  background-color: #620127;
  padding: 0 5px;
  position: absolute;
  top: 33px;
  right: 34px;
  border-radius: 3px;
  letter-spacing: 2px;
}

.contactForm .required {
  font-size: 11px;
  color: #fff;
  background-color: #620127;
  padding: 2px 5px;
  position: absolute;
  right: 34px;
  border-radius: 3px;
  letter-spacing: 2px;
}

.contactForm .comment {
  font-size: 12px;
  color: #999;
}

.contactForm .description {
  font-size: 16px;
}

.contactFormlist:after {
  content: "";
  display: table;
  clear: both;
}

.contactForm .halfname {
  display: inline-block;
  width: 40px;
}

.contactForm .halfname:first-child {
  margin-left: 0;
}

.contactForm .top {
  vertical-align: top;
}

.contactForm .bb0 {
  padding-bottom: 0;
}

.contactForm .bb0:before {
  content: none;
}

.contactForm .attention {
  margin-top: 15px;
  font-size: 12px;
}

.contactForm #address-btn {
  width: 95px;
  height: 40px;
  color: #fff;
  background: #000;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
}

.contactForm #address-btn span {
  position: relative;
  z-index: 10;
}

.contactForm #address-btn .in {
  position: relative;
}

.contactForm #address-btn .in > span {
  display: block;
  text-align: center;
  position: relative;
  z-index: 100;
}

.contactForm #address-btn .in > span.sub {
  font-size: 14px;
  font-weight: normal;
  padding-top: 6px;
}

.contactForm #address-btn .in > span.zIn {
  position: relative;
  z-index: 100;
}

.contactForm #address-btn:after {
  content: "";
  position: absolute;
  bottom: -100px;
  right: auto;
  left: -100px;
  width: 10px;
  height: 10px;
  background: #620127;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.contactForm #address-btn:hover:after {
  width: 675px;
  height: 675px;
  opacity: 1;
}

.contactForm #address-btn:after {
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.contactForm-table-children .contactForm-title {
  vertical-align: middle;
}

.contactForm-table-children .contactForm-title:before {
  content: "";
  width: 100%;
}

.contactForm-table-children .contactForm-title span {
  background-color: #620127;
  display: block;
  padding: 10px 0;
  color: #fff;
}

.privacybox {
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.privacybox .txt {
  margin-bottom: 10px;
}

.privacybox a {
  color: #620127;
  text-decoration: underline;
}

.contactBtnList div,
.contactBtnList a {
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 0;
  cursor: pointer;
  color: #fff;
  background: #9c2047;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  border-radius: 0;
  font-weight: normal;
  display: block;
  line-height: 1;
  border-radius: 5px;
  transition: 0.3s;
}

.contactBtnList div span,
.contactBtnList a span {
  position: relative;
  z-index: 10;
}

.contactBtnList div .in,
.contactBtnList a .in {
  position: relative;
}

.contactBtnList div .in > span,
.contactBtnList a .in > span {
  display: block;
  text-align: center;
  position: relative;
  z-index: 100;
}

.contactBtnList div .in > span.sub,
.contactBtnList a .in > span.sub {
  font-size: 14px;
  font-weight: normal;
  padding-top: 6px;
}

.contactBtnList div .in > span.zIn,
.contactBtnList a .in > span.zIn {
  position: relative;
  z-index: 100;
}

.contactBtnList div:after,
.contactBtnList a:after {
  content: "";
  position: absolute;
  bottom: -100px;
  right: auto;
  left: -100px;
  width: 10px;
  height: 10px;
  background: #791232;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.contactBtnList div:hover:after,
.contactBtnList a:hover:after {
  width: 675px;
  height: 675px;
  opacity: 1;
}

.contactBtnList div:after,
.contactBtnList a:after {
  left: -200px;
}

.contactBtnList div:hover:after,
.contactBtnList a:hover:after {
  width: 1000px;
  height: 1000px;
  opacity: 1;
}

.contactBtnList .returnbtn {
  background-color: #979797;
}

.contactBtnList .returnbtn:after {
  background-color: #777;
}

select {
  font-size: 16px;
  background: url(../img/common/ico_select_button.svg) right center no-repeat;
  background-size: 15px 15px;
  background-position: right 5px bottom 10px;
}

.contactflow .txt {
  font-size: 14px;
  line-height: 2;
}

.contactflow a {
  color: #fff;
}

.contactform-date p {
  display: inline;
  margin-left: -5px;
}

.mw_wp_form_send_error {
  display: none;
}

.error {
  font-weight: bold;
  color: #c71432;
}

.error + .contactform-list-item {
  margin-top: 0;
}

.address-wrap {
  position: relative;
}

.multh-error .error:not(:first-child) {
  display: none;
}

#form01 {
  margin-bottom: 40px;
}

#form01 .form01List .listTitle {
  font-size: 17px;
}

#form01 .form01List .listTitle span {
  font-weight: bold;
  line-height: 1.5;
}

#form01 .form01List .item {
  margin-bottom: 30px;
}

#form01 .selectArea {
  margin-top: 20px;
}

#form01 .toggleList {
  /*display: none;*/
}

#form01 .textAreaWrap .contactForm-title:before {
  content: none;
}

#form01 .textAreaWrap .contactForm-parts:before {
  content: none;
}

.confirm #form01 .tableCell02 {
  display: table-row !important;
}

.input #form03 .contactForm-title:before {
  top: 70px;
  bottom: auto;
}

.confirm #form03 .contactForm-title:before {
  top: 61px;
  bottom: auto;
}

#form02 .tableCell01 .twoColumn,
#form02 .tableCell02 .twoColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#form02 .tableCell01 .twoColumn input,
#form02 .tableCell02 .twoColumn input {
  width: 48.5%!important;
  margin-bottom: 10px;
}

#form02 tr:last-child .contactForm-parts {
  margin-bottom: 0;
}

#form02 .tableCell10 .twoColumn {
  margin-bottom: 5px;
}

#form03 .any {
  top: auto;
}

#form03 tr:last-child .contactForm-parts {
  margin-bottom: 0;
}

#zip {
  width: 145px!important;
  margin-right: 5px;
}

#address02 {
  width: 95px;
  margin-left: 2px;
}

.confirmComponent {
  display: inline-block;
}

.errorTxt {
  margin-bottom: 20px;
}

.errorMessage {
  color: #c71432;
  margin-bottom: 60px;
}

.formCompleteMessage .title {
  font-size: 21px;
  color: #620127;
  text-align: center;
}

.inputError {
  color: #c71432;
  padding-top: 5px;
}

.title01.h2 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding: 60px 0;
}

.eventDetailTitle {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.eventDetail {
  background-color: #f2f2f2;
  border: 1px solid #620127;
  border-radius: 5px;
  padding: 40px;
  font-size: 16px;
}

.eventDetail div:not(:first-child) {
  margin-top: 30px;
}

.eventDetail .title {
  font-size: 14px;
  margin-bottom: 5px;
}

.eventDetail .txt {
  line-height: 1.31;
}

.eventDetail .txt a {
  color: #620127;
  text-decoration: underline;
  display: block;
}

.eventDetail .txt a:hover {
  opacity: 0.8;
}

.inner {
  width: 960px;
  margin: 0 auto;
}

#contactCond,#contactCond2 {
  background: url(../img/contact/ico_select.svg) right 10px top no-repeat;
  background-color: #f2f2f2;
  border: 1px solid #620127;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

#month,
#day,
#time01,
#time02 {
  background: url(../img/contact/ico_select_02.svg) right 0 top no-repeat;
  background-color: #f2f2f2;
  border: 1px solid #620127;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 90px;
  font-size: 14px;
  padding: 10px 25px 10px 17px;
}

.contactflow2025{ margin-bottom: 30px;}
.contactflow2025 img {
    width: 100%;
  }

@media print, screen and (min-width: 680px) {
  textarea {
    height: 255px!important;
  }

  .date-first {
    margin-top: 50px !important;
  }

  .titWrap::after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, from(#007fc4), to(#0000c4));
    background: linear-gradient(90deg, #007fc4 0%, #0000c4 100%);
  }

  .titWrap .inner {
    width: 1000px;
    background: url(../img/contact/tit_contact.svg) no-repeat center center;
    background-size: 577px;
  }

  .contactflow,.contactflow2025 {
    width: 960px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
  }
  
  

  .contactflow ol {
    background: -webkit-gradient(linear, left top, right top, from(#007fc4), to(#0000c4));
    background: linear-gradient(90deg, #007fc4 0%, #0000c4 100%);
  }

  .contactflow ol {
    min-width: 960px;
  }

  .contactflow-item {
    letter-spacing: 3px;
    display: none;
  }

  .contactflow-item:not(:first-child) {
    margin-left: -5px;
    padding-left: 41px;
  }

  .contactflow-item:not(:first-child) span {
    left: 52px;
  }

  .contactflow-item span {
    padding-right: 20px;
  }

.contactflow {
    background-image: url(../img/contact/flow_01_pc.svg);
  }


  .confirm .contactflow {
    background-image: url(../img/contact/flow_02_pc.svg);
  }

  .complete .contactflow {
    background-image: url(../img/contact/flow_03_pc.svg);
  }

  .contactForm .title {
    margin-bottom: 50px;
  }

  .contactForm .title .required {
    top: -4px;
    right: 0;
  }

  .contactForm-table {
    width: 785px;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .contactForm-title {
    width: 229px!important;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.3;
    padding-bottom: 10px;
  }

  .contactForm-title:before {
    content: "";
    width: 207px;
    height: 1px;
    background-color: #620127;
    position: absolute;
    left: 0;
    bottom: 0px;
  }

  .contactForm-parts {
    font-size: 14px;
    line-height: 1.6;
    width: 550px!important;
    display: table-cell;
    padding-bottom: 10px;
  }

  .contactForm-parts:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #620127;
    position: absolute;
    left: 0;
    bottom: 0px;
  }

  .contactForm .comment {
    padding-left: 10px;
  }

  .contactForm .description {
    padding-left: 10px;
  }

  .contactForm .halfname {
    margin-left: 14px;
  }

  .contactForm .attention {
    margin-top: 5px;
  }

  .contactForm .address-btn-wrap {
    position: absolute;
    top: 28px;
    left: 260px;
  }

  .contactForm-table-children .contactForm-title {
    width: 110px;
    text-align: center;
  }

  .contactForm-table-children .contactForm-title,
  .contactForm-table-children .contactForm-parts {
    padding-top: 35px;
  }

  .contactForm-table-children .contactForm-parts {
    width: 438px;
    padding-left: 15px;
  }

  .privacybox {
    width: 676px;
    margin-left: auto;
    margin-right: auto;
  }

  .contactBtnList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 676px;
    margin: 0 auto;
  }

  .contactBtnList div,
  .contactBtnList a {
    width: 542px;
    font-size: 20px;
  }

  .contactBtnList div:not(:first-child),
  .contactBtnList a:not(:first-child) {
    margin-left: 15px;
  }

/*  .contactBtnList div,
  .contactBtnList a {
    padding: 43px 10px 43px 10px;
  }*/
  
.contactBtnList input,.contactBtnList button {
    padding: 43px 10px 43px 10px;
	width: 100%;
  }

  .contactBtnList .sendbtn {
    width: 676px;
  }

  select {
    padding: 7px 25px 7px 10px;
  }

  .contactBtnList {
    margin-bottom: 160px;
  }

  .contactflow .txt {
    background: -webkit-gradient(linear, left top, right top, from(#007fc4), to(#0000c4));
    background: linear-gradient(90deg, #007fc4 0%, #0000c4 100%);
  }

  #form01 .form01List > .item:first-child {
    margin-bottom: 40px;
  }

  #form01 .selectArea {
    width: 350px;
    margin-left: 29px;
  }

  .input #form03 .contactForm-parts {
    padding-bottom: 0;
  }

  .input #form03 .contactForm-parts:before {
    content: none;
  }

  .confirm .contactBtnList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .confirm .contactBtnList .sendbtn {
    width: 542px;
  }

  .confirm .contactBtnList .returnbtn {
    width: 400px;
  }

  .confirm .contactBtnList {
    width: 972px;
  }

  .confirm #form02 .tableCell00 .contactForm-title .required {
    top: 32px;
  }

  #form02 {
    margin-bottom: 130px;
  }

  #form02 .contactForm-title,
  #form02 .contactForm-parts {
    padding-top: 30px;
  }

  #form03 {
    margin-bottom: 95px;
  }

  #form03 .contactForm-title,
  #form03 .contactForm-parts {
    padding-top: 30px;
  }

  #zip {
    margin-left: 10px;
  }

  .formCompleteMessage {
    text-align: center;
    margin-bottom: 60px;
  }

  .formCompleteMessage p {
    text-align: center;
    line-height: 2;
  }

  .formCompleteMessage .title {
    width: 443px;
    margin: 0 auto;
    margin-bottom: 60px;
  }

  .complete .formCompleteMessage .title {
    width: 700px;
  }

  .eventDetail {
    width: 785px;
    margin: 0 auto;
    margin-bottom: 120px;
    text-align: center;
  }

  .eventDetail .title,
  .eventDetail .txt {
    text-align: center;
  }

  .inner {
    min-width: 960px;
  }
}

@media screen and (max-width: 679px) {
  .freearea {
    border: 1px solid #620127;
    height: 44vw;
    border-radius: 5px;
  }

  .radio span,
  .check span {
    padding-left: 22px;
  }

  .titWrap {
    height: 90px;
  }

  .titWrap h1 {
    font-size: 19px;
  }

  .contactflow {
    margin-bottom: 25px;
  }

  .contactflow ol {
    width: auto;
    padding: 0 5%;
  }

  .contactflow ol {
    width: auto;
    height: 13vw;
  }

  .contactflow-item {
    width: 33%;
    padding-top: 40px;
    padding-bottom: 12px;
    font-size: 11px;
    margin-left: -3px;
    display: none;
  }

  .contactflow-item:before {
    right: -15px;
    border-width: 38px 0 38px 19px;
  }

  .contactflow-item:after {
    right: -18px;
    border-width: 40px 0 40px 21px;
  }

  .contactflow-item:not(:first-child) {
    border-top: 0;
  }

  .contactflow-item span {
    font-size: 24px;
    left: 0;
    right: 0;
    margin: auto;
  }

 .contactflow {
    background-image: url(../img/contact/flow_01.svg);
  }

  .confirm .contactflow {
    background-image: url(../img/contact/flow_02.svg);
  }

  .complete .contactflow {
    background-image: url(../img/contact/flow_03.svg);
  }

  .contactForm {
    margin-bottom: 0;
  }

  .contactForm .title {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.41;
  }

  .contactForm .title .required {
    padding: 1px 6px;
  }

  .contactForm-title {
    font-weight: bold;
    margin-bottom: 7px;
    display: block;
  }

  .contactForm-parts {
    display: block;
  }

  .contactForm .any {
    right: 0;
    padding: 2px 8px;
  }

  .contactForm .required {
    right: 0;
    padding: 3px 4px;
    top: -4px;
  }

  .contactForm .comment {
    margin-top: 5px;
    font-size: 11px;
    margin-bottom: 5px;
    margin-left: 5px;
  }

  .contactForm .description {
    font-size: 11px;
    display: block;
  }

  .contactForm .halfname {
    width: 15%;
  }

  .contactForm .attention {
    font-size: 11px;
    margin-bottom: 5px;
    display: none;
  }

  .contactForm #address-btn {
    width: 80px;
    font-size: 11px;
    height: 37px;
  }

  .contactForm .address-btn-wrap {
    position: absolute;
    top: 0;
    right: 0px;
  }

  .contactForm-table-children tr {
    display: block;
    border-bottom: 1px solid #620127;
  }

  .contactForm-table-children tr:not(:first-child) {
    margin-top: 15px;
  }

  .contactForm-table-children .contactForm-title {
    margin-bottom: 0;
  }

  .contactForm-table-children .contactForm-title span {
    padding-left: 15px;
  }

  .privacybox {
    font-size: 12px;
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 15px;
  }

  .privacybox .txt {
    font-size: 12px;
  }

  .contactBtnList {
    width: 96%;
    margin: 0 auto;
  }

  .contactBtnList div,
  .contactBtnList a {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    font-size: 13px;
  }

  .contactBtnList div:not(:first-child),
  .contactBtnList a:not(:first-child) {
    margin-top: 10px;
  }

  .contactBtnList div,
  .contactBtnList a {
    font-size: 15px;
    padding: 35px 0;
  }

  select {
    font-size: 13px;
    padding: 7px 45px 7px 0;
    background-size: 10px 10px;
  }

  .contactflow .txt {
    padding: 20px 0 0;
    text-align: justify;
  }

  .contactflow .txt br {
    display: none;
  }

  .inner.is-contact {
    margin-top: 20px;
  }

  .error {
    padding-top: 10px;
    padding-bottom: 5px;
  }

  #form01 {
    margin-bottom: 50px;
  }

  #form01 .form01List {
    padding-left: 3%;
    padding-right: 3%;
  }

  #form01 .form01List .listTitle {
    font-size: 14px;
    margin-left: 5px;
  }

  #form01 .form01List .listTitle span {
    line-height: 1.7;
  }

  #form01 .form01List .item {
    margin-bottom: 15px;
  }

  #form01 .textAreaWrap .contactForm-title {
    font-size: 12px;
  }

  .confirm #form03 .contactForm-title {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .confirm #form03 .contactForm-parts {
    padding-bottom: 5px;
    border-bottom: 1px solid #620127;
  }

  #form02 {
    margin-bottom: 40px;
  }

  /*#form02 .tableCell01 .contactForm-parts,
  #form02 .tableCell02 .contactForm-parts {
    border-bottom: 0;
    padding-bottom: 0;
  }*/

  #form02 .tableCell01 .twoColumn,
  #form02 .tableCell02 .twoColumn {
    position: relative;
  }

  /*#form02 .tableCell01 .twoColumn:before,
  #form02 .tableCell01 .twoColumn:after,
  #form02 .tableCell02 .twoColumn:before,
  #form02 .tableCell02 .twoColumn:after {
    content: "";
    display: block;
    width: 48.5%;
    height: 1px;
    background-color: #620127;
    position: absolute;
    bottom: 5px;
  }*/

  #form02 .tableCell01 .twoColumn:before,
  #form02 .tableCell02 .twoColumn:before {
    left: 0;
  }

  #form02 .tableCell01 .twoColumn:after,
  #form02 .tableCell02 .twoColumn:after {
    right: 0;
  }

  #form02 .contactForm-table {
    width: 96%;
    margin: 0 auto;
  }

  #form02 .contactForm-parts {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #620127;
  }

  #form02 .tableCell09 .contactForm-parts {
    border-bottom: 0;
    padding-bottom: 0;
  }

  #form03 {
    margin-bottom: 50px;
  }

  #form03 .contactForm-table {
    width: 96%;
    margin: 0 auto;
  }

  #form03 .contactForm-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #620127;
  }

  #zip {
    width: 80px;
  }

  #address02 {
    width: 80px;
  }

  .confirmComponent {
    padding: 10px 0;
  }

  .formCompleteMessage {
    margin-bottom: 30px;
  }

  .formCompleteMessage p {
    line-height: 1.5;
  }

  .formCompleteMessage .title {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 15px;
  }

  .complete .formCompleteMessage .txt {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .title01.h2 {
    font-size: 18.5px;
    padding: 35px 0;
  }

  .eventDetailTitle {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .eventDetail {
    font-size: 15px;
    padding: 15px;
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 30px;
  }

  .eventDetail .title {
    font-size: 13px;
  }

  .inner {
    width: auto;
    padding: 0 5%;
  }

  .inner {
    padding-left: 0;
    padding-right: 0;
  }

  #contactCond {
    border-radius: 4px;
    padding-left: 10px;
  }

  #month,
  #day,
  #time01,
  #time02 {
    width: 56px;
    font-size: 14px;
    padding: 6px 25px 6px 5px;
  }
}

@media screen and (max-width: 370px) {
  .contactflow .txt {
    font-size: 13px;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #contactCond {
    background-image: none;
  }

  /* IE11 */
}

.mw_wp_form_confirm .hidden_com,.mw_wp_form_confirm .required{ display:none;}
.mw_wp_form_input .hidden_com1{ display:none;}
.mw_wp_form_input .sendbtn .in span input,.mw_wp_form_confirm .sendbtn .in span input,.mw_wp_form_confirm .returnbtn .in span input{border-style: none; background:none; color:#fff; font-size:15px; letter-spacing:2px;}
.mw_wp_form_confirm .returnbtn .in{line-height:32px;}
.mw_wp_form_confirm .sendbtn .in{border-style: none; background:none; color:#fff; font-size:20px; letter-spacing:2px;}
.mw_wp_form_input .contactflow { background-image: url(../img/contact/flow_01_pc.svg); }
.mw_wp_form_confirm .contactflow { background-image: url(../img/contact/flow_02_pc.svg); }
.mw_wp_form_complete .contactflow { background-image: url(../img/contact/flow_03_pc.svg); }
.mw_wp_form_confirm .bukken .listTitle{ font-weight:bold;}
.mw_wp_form_confirm .bukken .listTitle::before{ content:'【';}
.mw_wp_form_confirm .bukken .listTitle::after{ content:'】';}

/*.contactBtnList div,.contactBtnList a {
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 0;
  cursor: pointer;
  color: #fff;
  background: #9c2047;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  border-radius: 0;
  font-weight: normal;
  display: block;
  line-height: 1;
  border-radius: 5px;
  transition: 0.3s;
}*/

.contactBtnList input,.contactBtnList button {
  text-align: center;
  letter-spacing: 2px;
  color: #fff!important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 0;
  cursor: pointer;
  color: #fff;
  background: #9c2047;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  border-radius: 0;
  font-weight: normal;
  display: block;
  line-height: 1;
  border-radius: 5px;
  transition: 0.3s;
  width: 100%;
}

@media only screen and (max-width:644px){
.formCompleteMessage{ width: 96%; margin: 0 auto 50px;}
}