/*** #banner ***/
/*** #main ***/
/*** #main for topic ***/
/*** #tail ***/
/*** #banner ****/
#banner.contact {
  height: auto;
  width: 100%;
}
#banner.contact > .inner {
  height: auto;
  width: 100%;
}
#banner.contact > .inner > .box1 {
  height: auto;
  width: 100%;
  padding: 0.75rem 1.5rem;
  background: linear-gradient(#100800, #603000);
}
@media screen and (min-width: 570px) {
  #banner.contact > .inner > .box1 {
    padding: 0.875rem 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #banner.contact > .inner > .box1 {
    padding: 1rem 2rem;
  }
}
@media screen and (min-width: 980px) {
  #banner.contact > .inner > .box1 {
    padding: 1.25rem 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner.contact > .inner > .box1 {
    padding: 1.5rem 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #banner.contact > .inner > .box1 {
    padding: 2rem 4rem;
  }
}
#banner.contact > .inner > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-size: 1.82rem;
  line-height: 1.8;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 570px) {
  #banner.contact > .inner > .box1 > .hdr1 {
    font-size: 1.89rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #banner.contact > .inner > .box1 > .hdr1 {
    font-size: 1.96rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #banner.contact > .inner > .box1 > .hdr1 {
    font-size: 2.03rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #banner.contact > .inner > .box1 > .hdr1 {
    font-size: 2.1rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #banner.contact > .inner > .box1 > .hdr1 {
    font-size: 2.24rem;
    line-height: 2.1;
  }
}
#banner.contact > .inner > .box1 > .hdr2 {
  height: auto;
  width: 100%;
  font-family: "Merriweather", serif;
  letter-spacing: 0.1em;
  font-size: 1.04rem;
  line-height: 1.8;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 570px) {
  #banner.contact > .inner > .box1 > .hdr2 {
    font-size: 1.08rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #banner.contact > .inner > .box1 > .hdr2 {
    font-size: 1.12rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #banner.contact > .inner > .box1 > .hdr2 {
    font-size: 1.16rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #banner.contact > .inner > .box1 > .hdr2 {
    font-size: 1.2rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #banner.contact > .inner > .box1 > .hdr2 {
    font-size: 1.28rem;
    line-height: 2.1;
  }
}

/*** #main ***/
#main.contact {
  height: auto;
  width: 100%;
  margin: 6rem 0rem;
}
@media screen and (min-width: 570px) {
  #main.contact {
    margin: 7rem 0rem;
  }
}
@media screen and (min-width: 740px) {
  #main.contact {
    margin: 8rem 0rem;
  }
}
@media screen and (min-width: 980px) {
  #main.contact {
    margin: 10rem 0rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.contact {
    margin: 12rem 0rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.contact {
    margin: 16rem 0rem;
  }
}
#main.contact > .inner {
  height: auto;
  width: 100%;
}
#main.contact > .inner > .sec1 {
  height: auto;
  width: 100%;
  margin-bottom: 6rem;
}
@media screen and (min-width: 570px) {
  #main.contact > .inner > .sec1 {
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 740px) {
  #main.contact > .inner > .sec1 {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 980px) {
  #main.contact > .inner > .sec1 {
    margin-bottom: 10rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.contact > .inner > .sec1 {
    margin-bottom: 12rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.contact > .inner > .sec1 {
    margin-bottom: 16rem;
  }
}
#main.contact > .inner > .sec1 > .inner {
  margin: 0 auto;
  max-width: 42rem;
  padding-bottom: 0rem;
  padding-top: 0rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 570px) {
  #main.contact > .inner > .sec1 > .inner {
    max-width: 56rem;
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 2.1rem;
    padding-right: 2.1rem;
  }
}
@media screen and (min-width: 740px) {
  #main.contact > .inner > .sec1 > .inner {
    max-width: 74rem;
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }
}
@media screen and (min-width: 980px) {
  #main.contact > .inner > .sec1 > .inner {
    max-width: 99rem;
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.contact > .inner > .sec1 > .inner {
    max-width: 120rem;
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 5.4rem;
    padding-right: 5.4rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.contact > .inner > .sec1 > .inner {
    max-width: 120rem;
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
#main.contact > .inner > .sec1 > .inner > .box1 {
  height: auto;
  width: 100%;
}
#main.contact > .inner > .sec1 > .inner > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-size: 2.08rem;
  line-height: 1.8;
  color: #100800;
  font-weight: 500;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 570px) {
  #main.contact > .inner > .sec1 > .inner > .box1 > .hdr1 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.contact > .inner > .sec1 > .inner > .box1 > .hdr1 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 980px) {
  #main.contact > .inner > .sec1 > .inner > .box1 > .hdr1 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.contact > .inner > .sec1 > .inner > .box1 > .hdr1 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.contact > .inner > .sec1 > .inner > .box1 > .hdr1 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 570px) {
  #main.contact > .inner > .sec1 > .inner > .box1 > .hdr1 {
    font-size: 2.16rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.contact > .inner > .sec1 > .inner > .box1 > .hdr1 {
    font-size: 2.24rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.contact > .inner > .sec1 > .inner > .box1 > .hdr1 {
    font-size: 2.32rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.contact > .inner > .sec1 > .inner > .box1 > .hdr1 {
    font-size: 2.4rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.contact > .inner > .sec1 > .inner > .box1 > .hdr1 {
    font-size: 2.56rem;
    line-height: 2.1;
  }
}
#main.contact > .inner > .sec1 > .inner > .box1 > .hdr1::before, #main.contact > .inner > .sec1 > .inner > .box1 > .hdr1::after {
  background-color: #C0A080;
  content: "";
  display: inline-block;
  height: 0.1rem;
  margin-right: 1em;
  vertical-align: middle;
  width: 2em;
}
#main.contact > .inner > .sec1 > .inner > .box1 > .hdr1::before {
  margin-right: 1em;
}
#main.contact > .inner > .sec1 > .inner > .box1 > .hdr1::after {
  margin-left: 1em;
}
#main.contact > .inner > .sec1 > .inner > .box1 > .par1 {
  height: auto;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
  line-height: 1.8;
}
@media screen and (min-width: 570px) {
  #main.contact > .inner > .sec1 > .inner > .box1 > .par1 {
    font-size: 1.35rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.contact > .inner > .sec1 > .inner > .box1 > .par1 {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.contact > .inner > .sec1 > .inner > .box1 > .par1 {
    font-size: 1.45rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.contact > .inner > .sec1 > .inner > .box1 > .par1 {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.contact > .inner > .sec1 > .inner > .box1 > .par1 {
    font-size: 1.6rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 740px) {
  #main.contact > .inner > .sec1 > .inner > .box1 > .par1 {
    text-align: center;
  }
}
#main.contact > .inner > .sec1.scrani > .inner > .box1 {
  opacity: 0;
  transition: opacity 0.7s ease-out;
}
#main.contact > .inner > .sec1.scrani.view > .inner > .box1 {
  opacity: 1;
}
#main.contact > .inner > .sec2 {
  height: auto;
  width: 100%;
}
#main.contact > .inner > .sec2 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 42rem;
  padding-bottom: 0rem;
  padding-top: 0rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 570px) {
  #main.contact > .inner > .sec2 > .inner {
    max-width: 56rem;
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 2.1rem;
    padding-right: 2.1rem;
  }
}
@media screen and (min-width: 740px) {
  #main.contact > .inner > .sec2 > .inner {
    max-width: 74rem;
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }
}
@media screen and (min-width: 980px) {
  #main.contact > .inner > .sec2 > .inner {
    max-width: 99rem;
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.contact > .inner > .sec2 > .inner {
    max-width: 120rem;
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 5.4rem;
    padding-right: 5.4rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.contact > .inner > .sec2 > .inner {
    max-width: 120rem;
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
#main.contact > .inner > .sec2 > .inner > .box1 {
  height: auto;
  width: 100%;
}
#main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 {
  height: auto;
  width: 100%;
}
#main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
  border: solid #ffffff;
  border-width: 0.2rem 0;
}
@media screen and (min-width: 570px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 980px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 {
    margin-bottom: 4rem;
  }
}
#main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst] {
  height: auto;
  width: 100%;
  padding: 1.5rem 1.5rem;
  background-color: #EFE7DF;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 570px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst] {
    padding: 1.75rem 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst] {
    padding: 2rem 2rem;
  }
}
@media screen and (min-width: 980px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst] {
    padding: 2.5rem 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst] {
    padding: 3rem 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst] {
    padding: 4rem 4rem;
  }
}
#main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst]:not(:last-of-type) {
  border-bottom: 0.2rem solid #ffffff;
}
#main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst] > .trm1 {
  height: auto;
  width: 100%;
  margin-bottom: 0.75rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (min-width: 740px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst] > .trm1 {
    width: calc(20% - 0rem);
  }
}
@media screen and (min-width: 980px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst] > .trm1 {
    width: calc(20% - 0rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst] > .trm1 {
    width: calc(20% - 0rem);
  }
}
@media screen and (min-width: 1600px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst] > .trm1 {
    width: calc(20% - 0rem);
  }
}
@media screen and (min-width: 570px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst] > .trm1 {
    margin-bottom: 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst] > .trm1 {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 980px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst] > .trm1 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst] > .trm1 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst] > .trm1 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 570px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst] > .trm1 {
    font-size: 1.35rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst] > .trm1 {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst] > .trm1 {
    font-size: 1.45rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst] > .trm1 {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst] > .trm1 {
    font-size: 1.6rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 740px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst] > .trm1 {
    margin-bottom: 0;
  }
}
#main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst] > .trm1 > .elm1 {
  height: auto;
  width: auto;
  display: inline-block;
}
#main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst] > .trm1 > .elm2 {
  height: auto;
  width: auto;
  color: #b7282e;
  display: inline-block;
  font-size: 0.7em;
  margin-left: 0.5em;
}
#main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst] > .trm1 > .elm3 {
  height: auto;
  width: 100%;
  display: inline-block;
  font-size: 0.8em;
}
#main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst] > .dsc1 {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 740px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst] > .dsc1 {
    width: calc(80% - 0rem);
  }
}
@media screen and (min-width: 980px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst] > .dsc1 {
    width: calc(80% - 0rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst] > .dsc1 {
    width: calc(80% - 0rem);
  }
}
@media screen and (min-width: 1600px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst] > .dsc1 {
    width: calc(80% - 0rem);
  }
}
#main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst] > .dsc1 > .wpcf7-form-control-wrap {
  display: block;
}
#main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst] > .dsc1 > .wpcf7-form-control-wrap:not(:last-of-type) {
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 570px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst] > .dsc1 > .wpcf7-form-control-wrap:not(:last-of-type) {
    margin-bottom: 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst] > .dsc1 > .wpcf7-form-control-wrap:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 980px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst] > .dsc1 > .wpcf7-form-control-wrap:not(:last-of-type) {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst] > .dsc1 > .wpcf7-form-control-wrap:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst] > .dsc1 > .wpcf7-form-control-wrap:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
#main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst] > .dsc1 > .wpcf7-form-control-wrap > [class*=ipt], #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst] > .dsc1 > .wpcf7-form-control-wrap [class*=ipf] {
  height: auto;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
  line-height: 1.8;
  appearance: none;
  background-color: #ffffff;
  border: none;
  display: block;
  padding: 0.5em;
}
@media screen and (min-width: 570px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst] > .dsc1 > .wpcf7-form-control-wrap > [class*=ipt], #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst] > .dsc1 > .wpcf7-form-control-wrap [class*=ipf] {
    font-size: 1.35rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst] > .dsc1 > .wpcf7-form-control-wrap > [class*=ipt], #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst] > .dsc1 > .wpcf7-form-control-wrap [class*=ipf] {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst] > .dsc1 > .wpcf7-form-control-wrap > [class*=ipt], #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst] > .dsc1 > .wpcf7-form-control-wrap [class*=ipf] {
    font-size: 1.45rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst] > .dsc1 > .wpcf7-form-control-wrap > [class*=ipt], #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst] > .dsc1 > .wpcf7-form-control-wrap [class*=ipf] {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst] > .dsc1 > .wpcf7-form-control-wrap > [class*=ipt], #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box1 > [class^=lst] > .dsc1 > .wpcf7-form-control-wrap [class*=ipf] {
    font-size: 1.6rem;
    line-height: 2.1;
  }
}
#main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box2 {
  height: auto;
  width: 100%;
}
#main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box2 > .par1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 570px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box2 > .par1 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box2 > .par1 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 980px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box2 > .par1 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box2 > .par1 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box2 > .par1 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 570px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box2 > .par1 {
    font-size: 1.35rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box2 > .par1 {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box2 > .par1 {
    font-size: 1.45rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box2 > .par1 {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box2 > .par1 {
    font-size: 1.6rem;
    line-height: 2.1;
  }
}
#main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box2 > .par1 .ipc1 {
  display: none;
}
#main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box2 > .par1 .ipc1 + .wpcf7-list-item-label {
  cursor: pointer;
}
#main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box2 > .par1 .ipc1 + .wpcf7-list-item-label::before {
  content: "\f0c8";
  display: inline-block;
  font: var(--fa-font-regular);
  font-size: 1.5em;
  margin-right: 0.5em;
  opacity: 0.5;
  vertical-align: center;
}
#main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box2 > .par1 .ipc1 + .wpcf7-list-item-label > .lnk1 {
  border-bottom: 0.1rem dotted #402000;
}
#main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box2 > .par1 .ipc1 + .wpcf7-list-item-label > .lnk1.hov {
  transition: opacity 0.5s;
}
#main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box2 > .par1 .ipc1 + .wpcf7-list-item-label > .lnk1.hov:hover {
  opacity: 0.5;
}
#main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box2 > .par1 .ipc1:checked + .wpcf7-list-item-label::before {
  content: "\f14a";
  font: var(--fa-font-solid);
  font-size: 1.5em;
}
#main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box2 > .par1 > .elm2 {
  color: #b7282e;
  margin-left: 0.5em;
}
#main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box2 > .par2 {
  height: auto;
  width: 100%;
}
#main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box2 > .par2 .ipb1 {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
  line-height: 1.8;
  appearance: none;
  background-color: #ffffff;
  border: 0.2rem solid #100800;
  border-radius: 0;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin: 0 auto;
  padding: 1em;
  text-align: center;
  width: 20rem;
}
@media screen and (min-width: 570px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box2 > .par2 .ipb1 {
    font-size: 1.35rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box2 > .par2 .ipb1 {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box2 > .par2 .ipb1 {
    font-size: 1.45rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box2 > .par2 .ipb1 {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box2 > .par2 .ipb1 {
    font-size: 1.6rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 570px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box2 > .par2 .ipb1 {
    width: 21rem;
  }
}
@media screen and (min-width: 740px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box2 > .par2 .ipb1 {
    width: 22rem;
  }
}
@media screen and (min-width: 980px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box2 > .par2 .ipb1 {
    width: 23rem;
  }
}
@media screen and (min-width: 740px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box2 > .par2 .ipb1 {
    width: 24rem;
  }
}
@media screen and (min-width: 980px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box2 > .par2 .ipb1 {
    width: 25rem;
  }
}
#main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box2 > .par2 .ipb1 > .elm2 {
  margin-left: 1em;
}
#main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box2 > .par2 .ipb1.hov {
  transition: background 0.5s;
}
#main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .box1.cf7 > .box2 > .par2 .ipb1.hov:hover {
  background-color: #201000;
  color: #ffffff;
}
#main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .wpcf7-not-valid-tip {
  height: auto;
  width: 100%;
  margin-top: 0.375rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-size: 1.04rem;
  line-height: 1.44;
  color: #b7282e;
}
@media screen and (min-width: 570px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .wpcf7-not-valid-tip {
    margin-top: 0.4375rem;
  }
}
@media screen and (min-width: 740px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .wpcf7-not-valid-tip {
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 980px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .wpcf7-not-valid-tip {
    margin-top: 0.625rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .wpcf7-not-valid-tip {
    margin-top: 0.75rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .wpcf7-not-valid-tip {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 570px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .wpcf7-not-valid-tip {
    font-size: 1.08rem;
    line-height: 1.48;
  }
}
@media screen and (min-width: 740px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .wpcf7-not-valid-tip {
    font-size: 1.12rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 980px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .wpcf7-not-valid-tip {
    font-size: 1.16rem;
    line-height: 1.56;
  }
}
@media screen and (min-width: 1200px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .wpcf7-not-valid-tip {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .wpcf7-not-valid-tip {
    font-size: 1.28rem;
    line-height: 1.68;
  }
}
#main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .wpcf7-list-item {
  display: inline-block;
  margin: 0;
}
#main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .wpcf7-spinner {
  display: none;
}
#main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .wpcf7-response-output {
  height: auto;
  width: 100%;
  margin-top: 1.5rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
  line-height: 1.8;
  background-color: #b7282e;
  border: none;
  color: #ffffff;
  margin: 0;
  padding: 0.5em 1em;
}
@media screen and (min-width: 570px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .wpcf7-response-output {
    margin-top: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .wpcf7-response-output {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 980px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .wpcf7-response-output {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .wpcf7-response-output {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .wpcf7-response-output {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 570px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .wpcf7-response-output {
    font-size: 1.35rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .wpcf7-response-output {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .wpcf7-response-output {
    font-size: 1.45rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .wpcf7-response-output {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 .wpcf7-response-output {
    font-size: 1.6rem;
    line-height: 2.1;
  }
}
#main.contact > .inner > .sec2 > .inner > .box1 .wpcf7 form.sent .wpcf7-response-output {
  display: none;
}
#main.contact > .inner > .sec2.scrani > .inner > [class^=box] {
  transform: translate(0rem, 3rem);
  opacity: 0;
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}
@media screen and (min-width: 570px) {
  #main.contact > .inner > .sec2.scrani > .inner > [class^=box] {
    transform: translate(0rem, 3.5rem);
  }
}
@media screen and (min-width: 740px) {
  #main.contact > .inner > .sec2.scrani > .inner > [class^=box] {
    transform: translate(0rem, 4rem);
  }
}
@media screen and (min-width: 980px) {
  #main.contact > .inner > .sec2.scrani > .inner > [class^=box] {
    transform: translate(0rem, 5rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.contact > .inner > .sec2.scrani > .inner > [class^=box] {
    transform: translate(0rem, 6rem);
  }
}
@media screen and (min-width: 1600px) {
  #main.contact > .inner > .sec2.scrani > .inner > [class^=box] {
    transform: translate(0rem, 8rem);
  }
}
#main.contact > .inner > .sec2.scrani.view > .inner > [class^=box] {
  transform: translate(0rem, 0rem);
  opacity: 1;
}
@media screen and (min-width: 570px) {
  #main.contact > .inner > .sec2.scrani.view > .inner > [class^=box] {
    transform: translate(0rem, 0rem);
  }
}
@media screen and (min-width: 740px) {
  #main.contact > .inner > .sec2.scrani.view > .inner > [class^=box] {
    transform: translate(0rem, 0rem);
  }
}
@media screen and (min-width: 980px) {
  #main.contact > .inner > .sec2.scrani.view > .inner > [class^=box] {
    transform: translate(0rem, 0rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.contact > .inner > .sec2.scrani.view > .inner > [class^=box] {
    transform: translate(0rem, 0rem);
  }
}
@media screen and (min-width: 1600px) {
  #main.contact > .inner > .sec2.scrani.view > .inner > [class^=box] {
    transform: translate(0rem, 0rem);
  }
}

/*# sourceMappingURL=contact.css.map */
