input,
textarea,
select,
button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 100%;
}

body.contact h2 {
  font-size: 1.3rem;
  padding: 0.5rem 0 1.5rem 0;
}
body.contact h2.underBar {
  border-bottom: 1px #666 dotted;
  padding: 0.5rem 0 0.5rem 0;
  margin-bottom: 1rem;
}

main.contact {
  padding-top: 7rem;
}
@media screen and (max-width: 767px) {
  main.contact {
    padding-top: 4rem;
  }
}
main.contact section#tt {
  max-width: calc(1280px + 4rem);
  margin: 0 auto;
  padding: 0 2rem;
}
main.contact #topicPath {
  margin: 0 auto 0 0;
  margin-bottom: 1rem;
}
main.contact section#conts {
  max-width: calc(1280px + 4rem);
  margin: 0 auto;
  padding: 0 2rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  main.contact section#conts {
    padding-bottom: 2rem;
  }
}
main.contact section#conts .inner {
  padding: 4rem 7rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  main.contact section#conts .inner {
    padding: 3rem 0;
    background-color: transparent;
  }
}
main.contact section#conts .inner h2.tt {
  font-size: 2rem;
  text-align: center;
  line-height: 1.5;
}
main.contact section#conts .inner span.must {
  color: red;
}

form#mailformpro input::-moz-placeholder, form#mailformpro textarea::-moz-placeholder {
  color: rgb(182, 182, 182);
}

form#mailformpro input::placeholder,
form#mailformpro textarea::placeholder {
  color: rgb(182, 182, 182);
}
form#mailformpro dl.mailform dt.mfp {
  margin-bottom: 0.5rem;
}
form#mailformpro dl.mailform dd.mfp {
  margin-bottom: 2rem;
}
form#mailformpro dl.mailform dd.mfp .inputWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
form#mailformpro dl.mailform dd.mfp .inputWrap input {
  flex-basis: 100%;
}
form#mailformpro dl.mailform dd.mfp .inputWrap input.w50p {
  flex-basis: 49%;
}
@media screen and (max-width: 767px) {
  form#mailformpro dl.mailform dd.mfp .inputWrap input.w50p {
    flex-basis: 48%;
  }
}
form#mailformpro dl.mailform dd.mfp .inputWrap textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  padding: 1.2em 2em;
  flex-basis: 100%;
  background-color: rgb(245, 245, 245);
  height: 10rem !important;
  font-size: 1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  form#mailformpro dl.mailform dd.mfp .inputWrap textarea {
    background-color: #fff;
  }
}
form#mailformpro dl.mailform dd.mfp .inputWrap textarea:focus {
  box-shadow: none;
  outline: none;
}
form#mailformpro dl.mailform dd.mfp .inputWrap .mfp_err {
  flex-basis: 49%;
}
@media screen and (max-width: 767px) {
  form#mailformpro dl.mailform dd.mfp .inputWrap .mfp_err {
    flex-basis: 48%;
  }
}
form#mailformpro dl.mailform dd.mfp .selectWrap {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 1.5rem;
}
form#mailformpro dl.mailform dd.mfp .selectWrap.w50p {
  width: 50%;
}
@media screen and (max-width: 767px) {
  form#mailformpro dl.mailform dd.mfp .selectWrap.w50p {
    width: 100%;
  }
}
form#mailformpro dl.mailform dd.mfp .selectWrap select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  padding: 1.2em 2em;
  width: 100%;
  background-color: rgb(245, 245, 245);
}
@media screen and (max-width: 767px) {
  form#mailformpro dl.mailform dd.mfp .selectWrap select {
    background-color: #fff;
  }
}
form#mailformpro dl.mailform dd.mfp .selectWrap select::-ms-expand {
  display: none;
}
form#mailformpro dl.mailform dd.mfp .selectWrap select::-ms-expand:focus {
  box-shadow: none;
  outline: none;
}
form#mailformpro dl.mailform dd.mfp .yoteiWrap {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 1.5rem;
}
form#mailformpro dl.mailform dd.mfp .yoteiWrap.w50p {
  width: 50%;
}
@media screen and (max-width: 767px) {
  form#mailformpro dl.mailform dd.mfp .yoteiWrap.w50p {
    width: 100%;
  }
}
form#mailformpro dl.mailform dd.mfp input {
  border: 0;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  padding: 1.2rem 2em;
  background-color: rgb(245, 245, 245);
  box-sizing: border-box;
  font-size: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  form#mailformpro dl.mailform dd.mfp input {
    padding: 0.8em 1.2em;
    background-color: #fff;
  }
}
form#mailformpro dl.mailform dd.mfp input:focus {
  box-shadow: none;
  outline: none;
}
form#mailformpro dl.mailform dd.mfp p.kome {
  color: #666;
  font-size: 0.8rem;
}

.mfp_buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mfp_buttons button {
  width: 10rem;
  background-color: #999;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 3rem;
  transition: background-color 0.3s;
}
.mfp_buttons button:hover {
  background-color: #333;
}

.gochui {
  border: 1px rgb(152, 152, 152) dotted;
  text-align: center;
  padding: 1rem;
  margin-bottom: 2rem;
}
.gochui span.stand_out {
  font-size: 1.2rem;
  display: block;
  margin-top: 0.5rem;
}
.gochui span a {
  color: rgb(194, 11, 75);
}
.gochui .induction {
  width: 100%;
  margin-bottom: 1rem;
}
.gochui .induction.mb0 {
  margin-bottom: 0;
}
.gochui .induction ul#btnArea {
  display: flex;
  justify-content: center;
}
.gochui .induction ul#btnArea li {
  padding: 0.6rem 0;
  margin: 0 0.3rem;
}
.gochui .induction ul#btnArea li a {
  display: block;
  padding: 0.2rem 1rem;
  border-radius: 0.3rem;
  transition: opacity 0.3s;
}
.gochui .induction ul#btnArea li a.furisode {
  background-color: rgb(246, 212, 77);
}
.gochui .induction ul#btnArea li a.hakama {
  background-color: rgb(219, 196, 236);
}
.gochui .induction ul#btnArea li a:hover.furisode, .gochui .induction ul#btnArea li a:hover.hakama {
  opacity: 0.5;
}

.privacy {
  margin-bottom: 2rem;
}

form#mailformpro dl.mailform label {
  height: 1rem;
  line-height: 1;
  margin-right: 1rem;
  display: inline-block;
}
form#mailformpro dl.mailform label.mfp_checked, form#mailformpro dl.mailform label.mfp_not_checked {
  border: 0;
  background-color: transparent;
  border-image-width: 0 !important;
  box-shadow: 0px 0px 0px #ccc inset;
}
form#mailformpro dl.mailform label input {
  height: 1rem;
  line-height: 1;
  margin: 0 0 0.3rem 0 !important;
  margin-right: 0.3rem;
}
form#mailformpro dl.mailform input[type=checkbox].mr0 {
  margin-right: 0 !important;
}
form#mailformpro dl.mailform input[type=radio] {
  height: 1rem;
  line-height: 1;
  margin: 0 0 0.3rem 0 !important;
  margin-right: 0.3rem !important;
}

main.contact.index section#conts {
  position: relative;
}
@media screen and (max-width: 767px) {
  main.contact.index section#conts {
    padding-top: 3rem;
  }
}
main.contact.index section#conts::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(../img/bg_index1.png);
  background-position: top left 2rem;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  main.contact.index section#conts::before {
    background-position: top left 0;
    background-size: 40%;
  }
}
main.contact.index section#conts::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(../img/bg_index2.png);
  background-position: top right 2rem;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  main.contact.index section#conts::after {
    background-size: 50%;
    background-position: top right 0;
  }
}
main.contact.index h2.tt {
  position: relative;
  z-index: 2;
}
main.contact.index .wrap {
  position: relative;
  text-align: center;
  z-index: 2;
}
main.contact.index .wrap.bar {
  border-bottom: 1px #ccc dotted;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
main.contact.index .wrap a {
  color: #000;
  font-size: 2rem;
  transition: color 0.3s;
}
main.contact.index .wrap a.mail {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  main.contact.index .wrap a.mail {
    font-size: 1.5rem;
  }
}
main.contact.index .wrap a:hover {
  color: #333;
}
main.contact.index .wrap p.kome {
  margin-bottom: 1.5rem;
}
main.contact.index .wrap.btn .formBtn {
  display: block;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  main.contact.index .wrap.btn .formBtn {
    width: 80%;
  }
}
main.contact.index .wrap.btn .formBtn a {
  display: block;
  background-color: rgb(245, 245, 245);
  font-size: 1.5rem;
  padding: 1rem 3rem;
  border-radius: 5rem;
  transition: all 0.3s;
  box-shadow: -0.1rem -0.1rem 0.3rem #fff, 0.1rem 0.1rem 0.3rem #d3d3d3;
}
@media screen and (max-width: 767px) {
  main.contact.index .wrap.btn .formBtn a {
    background-color: #fff;
    box-shadow: -0.1rem -0.1rem 0.3rem #fff, 0.1rem 0.1rem 0.3rem #d3d3d3;
  }
}
main.contact.index .wrap.btn .formBtn a:hover {
  color: #fff;
  background-color: #333;
}/*# sourceMappingURL=contact.css.map */