@charset "UTF-8";
.mainColor {
  color: #1e9884;
}

.subColor {
  color: #86cb4a;
}

.white {
  color: #ffffff;
}

.red {
  color: #ff0000;
}

.shuiro {
  color: #ce3b27;
}

.brown {
  color: #6a3e0b;
}

.bronze {
  color: #7b6119;
}

.blue {
  color: #004597;
}

.green {
  color: #408827;
}

.gold {
  color: #beb887;
}

.beige {
  color: #f8efd8;
}

/*- 文字サイズ自動変更--------------------*/
/*- 文字サイズ記述見本----------*/
/*
p {
  @include module.fs(36,36,24,20,18,18);
}
p {
  @include fs2(20,10);
    @include module.fs2(36, 20);
}
*/
#towntour_form {
  background-color: #e4f8aa;
}
#towntour_form header {
  background-color: transparent;
  position: relative;
}
#towntour_form header h1 {
  text-align: center;
  padding-top: 1rem;
}
#towntour_form header h1 a {
  display: block;
}
#towntour_form header h1 a img {
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  #towntour_form header h1 a img {
    max-width: 183px;
  }
}
#towntour_form main {
  margin-top: 0;
}
#towntour_form main .title {
  margin-bottom: 20rem;
}
@media screen and (max-width: 767px) {
  #towntour_form main .title {
    margin-bottom: 10rem;
  }
}
#towntour_form main .title h1 {
  padding-top: 4.5rem;
  text-align: center;
}
#towntour_form main .title h1 img {
  width: 100%;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  #towntour_form main .title h1 img {
    max-width: 295px;
  }
}
@media screen and (max-width: 767px) {
  #towntour_form main .title::before {
    content: "";
    background-image: url(../../images/domicile_info/illust-leaf.webp);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 66px;
    height: 68px;
    top: 2rem;
    right: 0;
    transform: scaleX(-1);
  }
}
@media screen and (max-width: 767px) {
  #towntour_form main .contents01-think h2 {
    max-width: 293px;
  }
}
#towntour_form main .inquiry {
  background-color: #ffffff;
  margin: 0 auto 5rem;
  width: 80%;
  padding: 17rem 0 3rem;
}
@media screen and (max-width: 767px) {
  #towntour_form main .inquiry {
    width: 100%;
    max-width: 343px;
    padding-top: 6rem;
  }
}
#towntour_form main .inquiry .wrapper {
  max-width: 1000px;
}
#towntour_form main .inquiry .wrapper .subtitle {
  text-align: center;
  padding-bottom: 2.6rem;
  margin-bottom: 3.6rem;
  border-bottom: 4px dotted #1e9884;
}
#towntour_form main .inquiry .wrapper .subtitle p {
  color: #1e9884;
  font-weight: bold;
}
@media only screen and (min-width: 1200px) {
  #towntour_form main .inquiry .wrapper .subtitle p {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_form main .inquiry .wrapper .subtitle p {
    font-size: calc(2.72rem + ((1vw - 0.992rem) * (0.38647343)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_form main .inquiry .wrapper .subtitle p {
    font-size: calc(2.64rem + ((1vw - 0.768rem) * (0.3587443946)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_form main .inquiry .wrapper .subtitle p {
    font-size: calc(2.56rem + ((1vw - 0.576rem) * (0.4188481675)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_form main .inquiry .wrapper .subtitle p {
    font-size: calc(2.48rem + ((1vw - 0.421rem) * (0.5194805195)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_form main .inquiry .wrapper .subtitle p {
    font-size: calc(2.4rem + ((1vw - 0.32rem) * (0.8)));
  }
}
#towntour_form main .inquiry .wrapper .subtitle p .newgreen {
  color: #12b9ac;
}
@media only screen and (min-width: 1200px) {
  #towntour_form main .inquiry .wrapper .subtitle p .smallfont {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_form main .inquiry .wrapper .subtitle p .smallfont {
    font-size: calc(2.32rem + ((1vw - 0.992rem) * (0.38647343)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_form main .inquiry .wrapper .subtitle p .smallfont {
    font-size: calc(2.24rem + ((1vw - 0.768rem) * (0.3587443946)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_form main .inquiry .wrapper .subtitle p .smallfont {
    font-size: calc(2.16rem + ((1vw - 0.576rem) * (0.4188481675)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_form main .inquiry .wrapper .subtitle p .smallfont {
    font-size: calc(2.08rem + ((1vw - 0.421rem) * (0.5194805195)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_form main .inquiry .wrapper .subtitle p .smallfont {
    font-size: calc(2rem + ((1vw - 0.32rem) * (0.8)));
  }
}
#towntour_form main .inquiry .wrapper .subtitle .ribon {
  background-color: #e4f8aa;
  padding: 0.5rem 3rem;
  position: relative;
  display: inline-block;
  height: 50px;
}
#towntour_form main .inquiry .wrapper .subtitle .ribon::before, #towntour_form main .inquiry .wrapper .subtitle .ribon::after {
  position: absolute;
  top: 0;
  width: 0px;
  height: 0px;
  border-color: #e4f8aa transparent;
  border-style: solid;
  content: "";
}
#towntour_form main .inquiry .wrapper .subtitle .ribon::before {
  left: -12px;
  border-width: 25px 0px 25px 15px;
}
#towntour_form main .inquiry .wrapper .subtitle .ribon::after {
  right: -12px;
  border-width: 25px 15px 25px 0px;
}
#towntour_form main .inquiry .wrapper .subtitle .ribon p {
  font-weight: bold;
  line-height: 21px;
}
@media only screen and (min-width: 1200px) {
  #towntour_form main .inquiry .wrapper .subtitle .ribon p {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_form main .inquiry .wrapper .subtitle .ribon p {
    font-size: calc(1.4rem + ((1vw - 0.992rem) * (0)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_form main .inquiry .wrapper .subtitle .ribon p {
    font-size: calc(1.4rem + ((1vw - 0.768rem) * (0)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_form main .inquiry .wrapper .subtitle .ribon p {
    font-size: calc(1.4rem + ((1vw - 0.576rem) * (0)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_form main .inquiry .wrapper .subtitle .ribon p {
    font-size: calc(1.4rem + ((1vw - 0.421rem) * (0)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_form main .inquiry .wrapper .subtitle .ribon p {
    font-size: calc(1.4rem + ((1vw - 0.32rem) * (0)));
  }
}
#towntour_form main .inquiry .wrapper .subtitle .ribon p .pink {
  color: #fda382;
}
@media only screen and (min-width: 1200px) {
  #towntour_form main .inquiry .wrapper .subtitle .ribon p .pink {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_form main .inquiry .wrapper .subtitle .ribon p .pink {
    font-size: calc(1.6rem + ((1vw - 0.992rem) * (0)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_form main .inquiry .wrapper .subtitle .ribon p .pink {
    font-size: calc(1.6rem + ((1vw - 0.768rem) * (0)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_form main .inquiry .wrapper .subtitle .ribon p .pink {
    font-size: calc(1.6rem + ((1vw - 0.576rem) * (0)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_form main .inquiry .wrapper .subtitle .ribon p .pink {
    font-size: calc(1.6rem + ((1vw - 0.421rem) * (0)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_form main .inquiry .wrapper .subtitle .ribon p .pink {
    font-size: calc(1.6rem + ((1vw - 0.32rem) * (0)));
  }
}
#towntour_form main .inquiry .wrapper .subtitle .intro {
  text-align: center;
  color: #333;
  padding-top: 2rem;
}
@media only screen and (min-width: 1200px) {
  #towntour_form main .inquiry .wrapper .subtitle .intro {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_form main .inquiry .wrapper .subtitle .intro {
    font-size: calc(1.58rem + ((1vw - 0.992rem) * (0.0966183575)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_form main .inquiry .wrapper .subtitle .intro {
    font-size: calc(1.56rem + ((1vw - 0.768rem) * (0.0896860987)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_form main .inquiry .wrapper .subtitle .intro {
    font-size: calc(1.54rem + ((1vw - 0.576rem) * (0.1047120419)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_form main .inquiry .wrapper .subtitle .intro {
    font-size: calc(1.52rem + ((1vw - 0.421rem) * (0.1298701299)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_form main .inquiry .wrapper .subtitle .intro {
    font-size: calc(1.5rem + ((1vw - 0.32rem) * (0.2)));
  }
}
#towntour_form main .inquiry .wrapper .subtitle .intro .sm {
  display: none;
}
@media screen and (max-width: 767px) {
  #towntour_form main .inquiry .wrapper .subtitle .intro .sm {
    display: block;
  }
}
#towntour_form main .inquiry .wrapper .subtitle .notice {
  text-align: center;
  color: #333;
  font-weight: 500;
  padding-top: 1rem;
}
@media only screen and (min-width: 1200px) {
  #towntour_form main .inquiry .wrapper .subtitle .notice {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_form main .inquiry .wrapper .subtitle .notice {
    font-size: calc(1.48rem + ((1vw - 0.992rem) * (0.0966183575)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_form main .inquiry .wrapper .subtitle .notice {
    font-size: calc(1.46rem + ((1vw - 0.768rem) * (0.0896860987)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_form main .inquiry .wrapper .subtitle .notice {
    font-size: calc(1.44rem + ((1vw - 0.576rem) * (0.1047120419)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_form main .inquiry .wrapper .subtitle .notice {
    font-size: calc(1.42rem + ((1vw - 0.421rem) * (0.1298701299)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_form main .inquiry .wrapper .subtitle .notice {
    font-size: calc(1.4rem + ((1vw - 0.32rem) * (0.2)));
  }
}
#towntour_form main .inquiry .wrapper .contact-block {
  /* 入力系 */
}
#towntour_form main .inquiry .wrapper .contact-block dl {
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #towntour_form main .inquiry .wrapper .contact-block dl {
    display: table;
    margin-bottom: 4rem;
  }
}
#towntour_form main .inquiry .wrapper .contact-block dt {
  position: relative;
  padding: 1rem 1rem 1rem 0;
  color: #1e9884;
}
@media screen and (min-width: 768px) {
  #towntour_form main .inquiry .wrapper .contact-block dt {
    display: table-cell;
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  #towntour_form main .inquiry .wrapper .contact-block dt {
    padding: 1rem 1rem 1rem 0;
  }
}
#towntour_form main .inquiry .wrapper .contact-block dt .warning {
  color: #333;
  line-height: 1.3;
  font-size: 1.4rem;
  font-weight: 500;
  padding-top: 0.5rem;
}
#towntour_form main .inquiry .wrapper .contact-block dd .wpcf7-list-item {
  margin: 0 1em 0 0;
}
@media screen and (min-width: 768px) {
  #towntour_form main .inquiry .wrapper .contact-block dd {
    display: table-cell;
    width: 75%;
    padding-left: 3rem;
  }
}
#towntour_form main .inquiry .wrapper .contact-block .hissu {
  color: #fda382;
  font-weight: bold;
}
#towntour_form main .inquiry .wrapper .contact-block input[type=text],
#towntour_form main .inquiry .wrapper .contact-block input[type=email],
#towntour_form main .inquiry .wrapper .contact-block input[type=tel],
#towntour_form main .inquiry .wrapper .contact-block input[type=url],
#towntour_form main .inquiry .wrapper .contact-block input[type=number],
#towntour_form main .inquiry .wrapper .contact-block textarea,
#towntour_form main .inquiry .wrapper .contact-block select {
  max-width: 100%;
  padding: 5px;
  -webkit-transition: outline-color 100ms;
  transition: outline-color 100ms;
  border: 1px solid #1e9884;
  border-radius: 0;
  outline: 2px solid transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#towntour_form main .inquiry .wrapper .contact-block input[type=text]::placeholder,
#towntour_form main .inquiry .wrapper .contact-block input[type=email]::placeholder,
#towntour_form main .inquiry .wrapper .contact-block input[type=tel]::placeholder,
#towntour_form main .inquiry .wrapper .contact-block input[type=url]::placeholder,
#towntour_form main .inquiry .wrapper .contact-block input[type=number]::placeholder,
#towntour_form main .inquiry .wrapper .contact-block textarea::placeholder,
#towntour_form main .inquiry .wrapper .contact-block select::placeholder {
  color: #bebebe;
}
#towntour_form main .inquiry .wrapper .contact-block input[type=text]:active,
#towntour_form main .inquiry .wrapper .contact-block input[type=email]:active,
#towntour_form main .inquiry .wrapper .contact-block input[type=tel]:active,
#towntour_form main .inquiry .wrapper .contact-block input[type=url]:active,
#towntour_form main .inquiry .wrapper .contact-block input[type=number]:active,
#towntour_form main .inquiry .wrapper .contact-block textarea:active,
#towntour_form main .inquiry .wrapper .contact-block select:active,
#towntour_form main .inquiry .wrapper .contact-block input[type=tel]:focus,
#towntour_form main .inquiry .wrapper .contact-block input[type=text]:focus,
#towntour_form main .inquiry .wrapper .contact-block input[type=email]:focus,
#towntour_form main .inquiry .wrapper .contact-block input[type=url]:focus,
#towntour_form main .inquiry .wrapper .contact-block input[type=number]:focus,
#towntour_form main .inquiry .wrapper .contact-block textarea:focus,
#towntour_form main .inquiry .wrapper .contact-block select:focus {
  outline-color: #add6ff;
}
#towntour_form main .inquiry .wrapper .contact-block textarea {
  width: 100%;
}
#towntour_form main .inquiry .wrapper .contact-block select {
  appearance: auto;
}
#towntour_form main .inquiry .wrapper .contact-block .contact-policy {
  margin-top: 3rem;
}
#towntour_form main .inquiry .wrapper .contact-block .contact-policy p {
  margin-top: 1rem;
}
#towntour_form main .inquiry .wrapper .contact-block .contact-policy p a::after {
  content: "";
  display: inline-block;
  background-image: url(../../images/towntour_form/icon-brank.svg);
  width: 15.08px;
  height: 15.68px;
  background-repeat: no-repeat;
  margin-left: 3px;
}
#towntour_form main .inquiry .wrapper .contact-block .contact-btn {
  margin: 3rem 0;
}
#towntour_form main .inquiry .wrapper .contact-block .contact-btn input[type=submit] {
  display: inline-block;
  padding: 0.8rem 5rem;
  background-color: #1e9884;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: 1px 3px 0px #168371;
  min-width: 360px;
}
@media only screen and (min-width: 1200px) {
  #towntour_form main .inquiry .wrapper .contact-block .contact-btn input[type=submit] {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_form main .inquiry .wrapper .contact-block .contact-btn input[type=submit] {
    font-size: calc(1.58rem + ((1vw - 0.992rem) * (0.0966183575)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_form main .inquiry .wrapper .contact-block .contact-btn input[type=submit] {
    font-size: calc(1.56rem + ((1vw - 0.768rem) * (0.0896860987)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_form main .inquiry .wrapper .contact-block .contact-btn input[type=submit] {
    font-size: calc(1.54rem + ((1vw - 0.576rem) * (0.1047120419)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_form main .inquiry .wrapper .contact-block .contact-btn input[type=submit] {
    font-size: calc(1.52rem + ((1vw - 0.421rem) * (0.1298701299)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_form main .inquiry .wrapper .contact-block .contact-btn input[type=submit] {
    font-size: calc(1.5rem + ((1vw - 0.32rem) * (0.2)));
  }
}
@media screen and (max-width: 767px) {
  #towntour_form main .inquiry .wrapper .contact-block .contact-btn input[type=submit] {
    min-width: 300px;
  }
}
#towntour_form main .inquiry .wrapper .contact-block .contact-btn input[type=submit]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transition: transform 0.3s ease;
}
#towntour_form main .inquiry .wrapper .contact-block .contact-btn input[type=submit]:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
#towntour_form main .inquiry .wrapper .contact-block .contact-btn input[type=submit]:hover::after {
  transform: translateY(-50%) translateX(5px) rotate(45deg);
}
#towntour_form main .inquiry .wrapper .contact-block .contact-btn input[type=submit]:active {
  transform: translateY(3px);
  box-shadow: 0 2px 0 #168371;
}
#towntour_form main .inquiry .wrapper .contact-block .contact-btn:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
#towntour_form main .inquiry .wrapper .contact-block .contact-btn:hover::after {
  transform: translateY(-50%) translateX(5px) rotate(45deg);
}
#towntour_form main .inquiry .wrapper .contact-block .contact-btn input[type=submit]:hover {
  opacity: 0.7;
}
#towntour_form main .inquiry .wrapper .contact-block .wpcf7-spinner {
  display: block;
  margin: 0 auto;
}

.inquiry .wpcf7 form.sent .wpcf7-response-output {
  display: none;
}

body.thanks .form-button-back {
  margin-top: 3rem;
}

#towntour_form_thanks .inquiry_thanks {
  margin-top: 5rem;
}
#towntour_form_thanks .inquiry_thanks h2 {
  text-align: center;
  font-weight: bold;
  color: #1e9884;
}
@media only screen and (min-width: 1200px) {
  #towntour_form_thanks .inquiry_thanks h2 {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_form_thanks .inquiry_thanks h2 {
    font-size: calc(2.72rem + ((1vw - 0.992rem) * (0.38647343)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_form_thanks .inquiry_thanks h2 {
    font-size: calc(2.64rem + ((1vw - 0.768rem) * (0.3587443946)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_form_thanks .inquiry_thanks h2 {
    font-size: calc(2.56rem + ((1vw - 0.576rem) * (0.4188481675)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_form_thanks .inquiry_thanks h2 {
    font-size: calc(2.48rem + ((1vw - 0.421rem) * (0.5194805195)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_form_thanks .inquiry_thanks h2 {
    font-size: calc(2.4rem + ((1vw - 0.32rem) * (0.8)));
  }
}
#towntour_form_thanks .inquiry_thanks p {
  text-align: center;
  margin-top: 2rem;
}

.xs {
  display: none;
}
@media screen and (max-width: 767px) {
  .xs {
    display: block;
  }
}

/*▼--body#towntour_enquete----------------------------------------*/
@media screen and (max-width: 991px) {
  body#towntour_enquete main {
    margin-top: 4rem;
  }
}
body#towntour_enquete .towntour_enquete_form_text {
  text-align: center;
  color: #1e9884;
  text-align: center;
}
body#towntour_enquete .title {
  color: #1e9884;
  font-weight: 500;
  margin: 0 auto 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #1e9884;
}
@media only screen and (min-width: 1200px) {
  body#towntour_enquete .title {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body#towntour_enquete .title {
    font-size: calc(1.76rem + ((1vw - 0.992rem) * (0.193236715)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body#towntour_enquete .title {
    font-size: calc(1.72rem + ((1vw - 0.768rem) * (0.1793721973)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  body#towntour_enquete .title {
    font-size: calc(1.68rem + ((1vw - 0.576rem) * (0.2094240838)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  body#towntour_enquete .title {
    font-size: calc(1.64rem + ((1vw - 0.421rem) * (0.2597402597)));
  }
}
@media only screen and (max-width: 420px) {
  body#towntour_enquete .title {
    font-size: calc(1.6rem + ((1vw - 0.32rem) * (0.4)));
  }
}
body#towntour_enquete .title img {
  width: 460px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  body#towntour_enquete .title img {
    width: 280px;
  }
}
body#towntour_enquete .form-wrapper {
  background-color: #f0fcfc;
  border-radius: 30px;
  padding-bottom: 70px;
  padding-top: 30px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  body#towntour_enquete .form-wrapper {
    border-radius: 15px;
    padding-bottom: 35px;
    padding-top: 20px;
  }
}
body#towntour_enquete .form-wrapper .bg-yellow {
  background-color: #fcffd6;
}
@media screen and (max-width: 575px) {
  body#towntour_enquete .form-wrapper .bg-yellow dt p {
    text-align: left;
  }
}
body#towntour_enquete .form-wrapper .bg-yellow .wpcf7-form-control-wrap {
  display: grid;
  place-content: center;
}
body#towntour_enquete .form-wrapper .bg-yellow .wpcf7-radio {
  display: grid;
}
body#towntour_enquete .form-wrapper .bg-yellow .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
}
@media screen and (max-width: 575px) {
  body#towntour_enquete .form-wrapper .bg-yellow .wpcf7-radio .wpcf7-list-item-label {
    display: block;
    text-align: left;
    padding-left: 25px;
  }
  body#towntour_enquete .form-wrapper .bg-yellow .wpcf7-radio .wpcf7-list-item-label::before {
    position: absolute;
    top: 3px;
    left: 0;
  }
}
body#towntour_enquete .form-wrapper .form-wrapper-inner {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  padding: 30px 1rem 0;
}
@media screen and (max-width: 767px) {
  body#towntour_enquete .form-wrapper .form-wrapper-inner {
    padding: 15px 1rem;
  }
}
body#towntour_enquete .form-wrapper dl dt {
  margin-bottom: 10px;
}
body#towntour_enquete .form-wrapper dl dd {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  body#towntour_enquete .form-wrapper dl dd {
    margin-bottom: 30px;
  }
}
body#towntour_enquete .form-wrapper dl dd .radio-comment {
  display: flex;
  justify-content: space-between;
}
body#towntour_enquete .form-wrapper dl dd .radio-comment p {
  color: #1e9884;
}
@media screen and (min-width: 576px) {
  body#towntour_enquete .form-wrapper dl .box-wrap {
    display: grid;
    grid-template-columns: 1fr 30%;
    gap: 5%;
  }
}
body#towntour_enquete .form-wrapper dl .personal {
  max-width: 660px;
  width: 100%;
  margin: auto;
}
body#towntour_enquete .form-wrapper dl .personal textarea {
  border: none;
}
body#towntour_enquete .form-wrapper dl .personal h3 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  body#towntour_enquete .form-wrapper dl .personal h3 {
    margin-bottom: 20px;
  }
}
body#towntour_enquete .form-wrapper dl .personal dd .wpcf7-radio {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 575px) {
  body#towntour_enquete .form-wrapper dl .personal dd .wpcf7-radio {
    flex-direction: column;
    gap: 5px;
  }
}
body#towntour_enquete .form-wrapper dl .personal dd + p {
  margin-bottom: 20px;
}
body#towntour_enquete .form-wrapper dl p.t_l {
  margin-bottom: 10px;
}
body#towntour_enquete .form-wrapper dt,
body#towntour_enquete .form-wrapper dt p,
body#towntour_enquete .form-wrapper h3 {
  font-weight: 700;
  font-size: 19px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  body#towntour_enquete .form-wrapper dt,
  body#towntour_enquete .form-wrapper dt p,
  body#towntour_enquete .form-wrapper h3 {
    font-size: 15px;
  }
}
body#towntour_enquete .form-wrapper dt span.hissu,
body#towntour_enquete .form-wrapper dt p span.hissu,
body#towntour_enquete .form-wrapper h3 span.hissu {
  color: #c41f24;
}
body#towntour_enquete .form-wrapper dt span.small,
body#towntour_enquete .form-wrapper dt p span.small,
body#towntour_enquete .form-wrapper h3 span.small {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  body#towntour_enquete .form-wrapper dt span.small,
  body#towntour_enquete .form-wrapper dt p span.small,
  body#towntour_enquete .form-wrapper h3 span.small {
    font-size: 13px;
  }
}
body#towntour_enquete .form-wrapper h3 {
  text-align: center;
  margin-bottom: 1rem;
}
body#towntour_enquete .form-wrapper h3 + dt {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  body#towntour_enquete .form-wrapper h3 + dt {
    margin-bottom: 20px;
  }
}
body#towntour_enquete .form-wrapper p {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  body#towntour_enquete .form-wrapper p {
    font-size: 14px;
  }
}
body#towntour_enquete .form-wrapper p.agree {
  text-align: center;
  font-size: 18px;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  body#towntour_enquete .form-wrapper p.agree {
    font-size: 14px;
  }
}
body#towntour_enquete .form-wrapper p a {
  color: #1e9884;
  text-decoration: underline;
}
body#towntour_enquete .form-wrapper p a:hover {
  text-decoration: none;
}
body#towntour_enquete .form-wrapper p a img {
  width: 17px;
  vertical-align: middle;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  body#towntour_enquete .form-wrapper p a img {
    width: 15px;
  }
}
body#towntour_enquete .form-wrapper p span.hissu {
  color: #c41f24;
}
body#towntour_enquete form input[type=text], body#towntour_enquete form input[type=tel], body#towntour_enquete form input[type=email] {
  background-color: #ffffff;
  padding: 10px;
  font-size: 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  body#towntour_enquete form input[type=text], body#towntour_enquete form input[type=tel], body#towntour_enquete form input[type=email] {
    font-size: 14px;
    padding: 5px 10px 8px;
  }
}
body#towntour_enquete form input[type=radio], body#towntour_enquete form input[type=checkbox] {
  border-color: #1e9884;
}
body#towntour_enquete form label {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  body#towntour_enquete form label {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  body#towntour_enquete form .radio.sp-gap .wpcf7-radio {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
}
body#towntour_enquete form .radio.sp-gap::before {
  margin-right: 5px;
}
body#towntour_enquete form .radio input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
@media screen and (max-width: 575px) {
  body#towntour_enquete form .radio .wpcf7-list-item {
    margin-left: 0;
  }
}
body#towntour_enquete form .radio .wpcf7-list-item.first {
  margin-left: 0;
}
body#towntour_enquete form .radio span.wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
body#towntour_enquete form .radio span.wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%;
  border: 2px solid #1e9884;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  margin-right: 5px;
}
body#towntour_enquete form .radio span.wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #1e9884;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
body#towntour_enquete form .radio input[type=radio]:checked + span.wpcf7-list-item-label::after {
  display: block;
}
body#towntour_enquete form .radio input[type=checkbox]:checked + span.wpcf7-list-item-label::after {
  display: block;
}
body#towntour_enquete form .radio .questionnaire {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}
body#towntour_enquete form .radio .questionnaire::after {
  content: "";
  position: absolute;
  width: 99%;
  height: 1px;
  border-bottom: 1px dashed #1e9884;
  top: 0;
  bottom: 9px;
  left: 0;
  right: 0;
  margin: auto auto 0 auto;
  z-index: -1;
}
body#towntour_enquete form .radio .questionnaire span.wpcf7-list-item-label {
  flex-direction: column-reverse;
  justify-content: space-between;
  color: #1e9884;
}
body#towntour_enquete form .radio .questionnaire span.wpcf7-list-item-label::before {
  margin-right: 3px;
}
body#towntour_enquete form .radio .questionnaire span.wpcf7-list-item-label::after {
  left: 4px;
  top: 80%;
}
body#towntour_enquete form .checkbox .wpcf7-checkbox {
  display: grid;
  gap: 1em;
}
body#towntour_enquete form .checkbox p {
  text-align: left;
}
body#towntour_enquete form .checkbox label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
body#towntour_enquete form .checkbox input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #1e9884;
  appearance: none;
  background-color: #ffffff;
  flex-shrink: 0;
  margin: 0;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  body#towntour_enquete form .checkbox input[type=checkbox] {
    margin-top: 3px;
  }
}
body#towntour_enquete form .checkbox .wpcf7-list-item-label {
  flex: 1;
  line-height: 1.4;
}
body#towntour_enquete form .checkbox input[type=checkbox]:checked::before {
  position: absolute;
  top: 0;
  left: 5px;
  transform: rotate(50deg);
  width: 8px;
  height: 16px;
  border-right: 2px solid #1e9884;
  border-bottom: 2px solid #1e9884;
  content: "";
}
body#towntour_enquete form .radio2 .wpcf7-radio {
  display: grid;
  gap: 1em;
}
body#towntour_enquete form .radio2 p {
  text-align: left;
}
body#towntour_enquete form .radio2 label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
body#towntour_enquete form .radio2 input[type=radio] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #1e9884;
  border-radius: 50%;
  appearance: none;
  background-color: #ffffff;
  flex-shrink: 0;
  margin: 0;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  body#towntour_enquete form .radio2 input[type=radio] {
    margin-top: 2px;
  }
}
body#towntour_enquete form .radio2 .wpcf7-list-item-label {
  flex: 1;
  line-height: 1.4;
}
body#towntour_enquete form .radio2 input[type=radio]:checked::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #1e9884;
  content: "";
}
body#towntour_enquete form textarea {
  padding: 10px;
  border: 1px solid #1e9884;
  font-size: 20px;
  width: 100%;
  background-color: #ffffff;
  height: 270px;
}
@media screen and (max-width: 767px) {
  body#towntour_enquete form textarea {
    font-size: 14px;
  }
}
body#towntour_enquete form select {
  appearance: none;
  background-color: #ffffff;
  padding: 10px;
  background-image: url("../../images/towntour_enquete/arw-select.svg");
  background-repeat: no-repeat;
  background-size: 13px auto;
  background-position: right 5% center;
}
body#towntour_enquete form .btn-submit {
  max-width: 375px;
  width: 100%;
  margin: 50px auto auto;
  height: 60px;
  border-radius: 60px;
  background-color: #1e9884;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  display: grid;
  place-content: center;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  body#towntour_enquete form .btn-submit {
    max-width: 295px;
    height: 35px;
    margin-top: 30px;
    font-size: 18px;
  }
}
body#towntour_enquete form .btn-submit::after {
  content: "";
  position: absolute;
  background-image: url("../../images/towntour_enquete/arw-right-1.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 13px;
  height: 19px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 10%;
  margin: auto 0 auto auto;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  body#towntour_enquete form .btn-submit::after {
    width: 9px;
    height: 13px;
  }
}
body#towntour_enquete form .btn-submit input[type=submit] {
  appearance: none;
  font-size: 24px;
  font-weight: 700;
  width: 375px;
  height: 60px;
  border-radius: 60px;
  background-color: #1e9884;
  text-align: center;
  border: none;
  color: #ffffff;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  body#towntour_enquete form .btn-submit input[type=submit] {
    width: 295px;
    height: 35px;
    font-size: 18px;
  }
}
body#towntour_enquete form .btn-submit span.wpcf7-spinner {
  display: none;
}

/*▲--body#towntour_enquete----------------------------------------*/
/*▼---footer.footer-towntour_enquete---------------------------------------*/
@media screen and (max-width: 767px) {
  footer.footer-towntour_enquete {
    padding: 0;
  }
}
footer.footer-towntour_enquete .footer-1 {
  background-color: #ffffff;
  padding: 20px 0 15px;
  color: #1e9884;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 36px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  footer.footer-towntour_enquete .footer-1 {
    flex-direction: column;
    gap: 0;
  }
}
footer.footer-towntour_enquete .footer-1 .box-l {
  text-align: center;
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  footer.footer-towntour_enquete .footer-1 .box-l {
    max-width: 264px;
    width: 100%;
    margin: auto;
    flex-direction: column;
  }
}
footer.footer-towntour_enquete .footer-1 .box-l::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 1px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: -18px;
  margin: auto 0 auto auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  footer.footer-towntour_enquete .footer-1 .box-l::after {
    content: none;
  }
}
footer.footer-towntour_enquete .footer-1 .box-l p {
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  footer.footer-towntour_enquete .footer-1 .box-l p {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  footer.footer-towntour_enquete .footer-1 .box-l p:first-child {
    width: 100%;
    position: relative;
    z-index: 0;
  }
  footer.footer-towntour_enquete .footer-1 .box-l p:first-child::after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 1px;
    top: 0;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto auto 0 auto;
    z-index: -1;
  }
}
footer.footer-towntour_enquete .footer-1 .box-l p.tel a {
  font-size: 53px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: baseline;
  padding-bottom: 7px;
}
@media screen and (max-width: 991px) {
  footer.footer-towntour_enquete .footer-1 .box-l p.tel a {
    font-size: 33px;
  }
}
footer.footer-towntour_enquete .footer-1 .box-l p.tel a img {
  width: 63px;
}
@media screen and (max-width: 991px) {
  footer.footer-towntour_enquete .footer-1 .box-l p.tel a img {
    width: 45px;
  }
}
@media screen and (max-width: 767px) {
  footer.footer-towntour_enquete .footer-1 .box-l p.tel a img {
    width: 45px;
    margin-bottom: -5px;
    margin-right: 3px;
  }
}
footer.footer-towntour_enquete .footer-1 .box-r p {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  footer.footer-towntour_enquete .footer-1 .box-r p {
    font-size: 12px;
  }
}
footer.footer-towntour_enquete .footer-1::after {
  content: "";
  position: absolute;
  background-color: #1e9884;
  max-width: 915px;
  width: calc(100% - 2rem);
  height: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto 0 auto;
  z-index: -1;
}
footer.footer-towntour_enquete .footer-2 {
  background-color: #ffffff;
  text-align: center;
  padding: 20px 0 25px;
}
@media screen and (max-width: 767px) {
  footer.footer-towntour_enquete .footer-2 {
    padding-bottom: 15px;
  }
}
footer.footer-towntour_enquete .footer-2 p {
  color: #1e9884;
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  footer.footer-towntour_enquete .footer-2 p {
    font-size: 14px;
  }
}
footer.footer-towntour_enquete .footer-2 .copyright {
  display: none;
}

/*▲----footer.footer-towntour_enquete--------------------------------------*/
/*▼------------------------------------------*/
/*▲------------------------------------------*/
/*▼------------------------------------------*/
/*▲------------------------------------------*/

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