@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);
}
*/
.md {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .md {
    display: block !important;
  }
}

@media screen and (max-width: 991px) {
  .pc-md {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

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

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

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

.center {
  text-align: center;
}

.flex {
  display: flex;
}

.pad-2 {
  padding: 2rem 0;
}

.pad-top-2 {
  padding-top: 2rem;
}

.marker {
  display: inline;
  background: linear-gradient(transparent 50%, #fdffd6 50%);
}

.dotted-small {
  display: block;
  line-height: 1;
}
.dotted-small::after {
  background: radial-gradient(circle farthest-side, #1e9884, #1e9884 40%, transparent 40%, transparent);
  background-size: 10px;
  content: "";
  display: inline-block;
  height: 10px;
  width: 100%;
}

.border {
  border-bottom: 1px dotted;
  width: 100%;
  display: block;
}

@media screen and (max-width: 767px) {
  #towntour_lp .wrapper {
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  #towntour_lp main {
    margin-top: 64px;
  }
}
#towntour_lp header {
  background-color: #ffffff;
  padding: 2.5rem 0;
}
@media screen and (max-width: 991px) {
  #towntour_lp header {
    position: fixed;
    padding: 2rem 0 1rem;
  }
}
#towntour_lp header .wrapper {
  align-items: center;
  justify-content: space-between;
  padding: 0;
  max-width: 1400px;
  padding: 0 0.5rem;
}
@media screen and (max-width: 1199px) {
  #towntour_lp header .wrapper {
    padding: 0 5px;
  }
}
@media screen and (max-width: 991px) {
  #towntour_lp header .wrapper {
    display: block;
  }
}
#towntour_lp header .wrapper .flex {
  justify-content: space-between;
}
#towntour_lp header .wrapper h1 {
  flex-basis: 345px;
  margin-right: 1rem;
}
@media screen and (max-width: 1199px) {
  #towntour_lp header .wrapper h1 {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 991px) {
  #towntour_lp header .wrapper h1 {
    text-align: center;
    margin: 0 0 1rem 0;
  }
}
@media screen and (max-width: 767px) {
  #towntour_lp header .wrapper h1 {
    max-width: 183px;
    margin: 0 auto 1rem;
  }
}
#towntour_lp header .wrapper h1 a {
  display: block;
}
#towntour_lp header .wrapper h1 a img {
  width: 100%;
  max-width: 345px;
}
@media screen and (max-width: 991px) {
  #towntour_lp header .wrapper .pc-nav {
    display: none;
  }
}
#towntour_lp header .wrapper .pc-nav nav ul {
  display: flex;
}
@media screen and (max-width: 991px) {
  #towntour_lp header .wrapper .pc-nav nav ul {
    justify-content: center;
  }
}
#towntour_lp header .wrapper .pc-nav nav ul li:not(:last-child) {
  padding-right: 0.5rem;
}
#towntour_lp header .wrapper .pc-nav nav ul li:nth-child(odd) a {
  background-color: #1e9884;
}
#towntour_lp header .wrapper .pc-nav nav ul li:nth-child(even) a {
  background-color: #86cb4a;
}
@media screen and (max-width: 767px) {
  #towntour_lp header .wrapper .pc-nav nav ul li {
    text-align: center;
    flex-basis: 20%;
  }
  #towntour_lp header .wrapper .pc-nav nav ul li:nth-child(-n+3) {
    padding-bottom: 1rem;
  }
}
#towntour_lp header .wrapper .pc-nav nav ul li a {
  width: 113px;
  height: 40px;
  display: inline-block;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  border-radius: 10px;
  transition: all 0.3s ease;
  box-shadow: 1px 3px 0px #168371;
  padding: 0.5rem 0.8rem;
  line-height: 1.154;
  letter-spacing: 0;
  font-size: 13px;
}
@media screen and (max-width: 1199px) {
  #towntour_lp header .wrapper .pc-nav nav ul li a {
    width: 94px;
    height: 35px;
    padding: 0.5rem;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  #towntour_lp header .wrapper .pc-nav nav ul li a {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) and (max-width: 1199px) {
  #towntour_lp header .wrapper .pc-nav nav ul li a {
    font-size: calc(1.16rem + ((1vw - 0.992rem) * (0.193236715)));
  }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) and (max-width: 991px) {
  #towntour_lp header .wrapper .pc-nav nav ul li a {
    font-size: calc(1.12rem + ((1vw - 0.768rem) * (0.1793721973)));
  }
}
@media only screen and (max-width: 1199px) and (min-width: 576px) and (max-width: 767px) {
  #towntour_lp header .wrapper .pc-nav nav ul li a {
    font-size: calc(1.08rem + ((1vw - 0.576rem) * (0.2094240838)));
  }
}
@media only screen and (max-width: 1199px) and (min-width: 421px) and (max-width: 575px) {
  #towntour_lp header .wrapper .pc-nav nav ul li a {
    font-size: calc(1.04rem + ((1vw - 0.421rem) * (0.2597402597)));
  }
}
@media only screen and (max-width: 1199px) and (max-width: 420px) {
  #towntour_lp header .wrapper .pc-nav nav ul li a {
    font-size: calc(1rem + ((1vw - 0.32rem) * (0.4)));
  }
}
@media screen and (max-width: 767px) {
  #towntour_lp header .wrapper .pc-nav nav ul li a {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  #towntour_lp header .wrapper .pc-nav nav ul li a {
    letter-spacing: 0;
    padding: 0.9rem 0.3rem 0;
    font-size: 9px;
  }
}
#towntour_lp header .wrapper .pc-nav nav ul li a.one-line {
  line-height: 30px;
}
@media screen and (max-width: 1199px) {
  #towntour_lp header .wrapper .pc-nav nav ul li a.one-line {
    line-height: 25px;
  }
}
@media screen and (max-width: 575px) {
  #towntour_lp header .wrapper .pc-nav nav ul li a.one-line {
    line-height: 1.154;
  }
}
#towntour_lp header .wrapper .pc-nav nav ul li a:hover {
  cursor: pointer;
}
#towntour_lp header .wrapper .pc-nav nav ul li a:hover::after {
  transform: translateY(-50%) translateX(5px) rotate(45deg);
}
#towntour_lp header .wrapper .pc-nav nav ul li a:active {
  transform: translateY(3px);
  box-shadow: 0 2px 0 #168371;
}
#towntour_lp header .wrapper .sp-nav.menu-open {
  height: 100vh;
}
#towntour_lp footer {
  padding: 3rem 0 155px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #towntour_lp footer {
    padding: 3rem 0 135px;
  }
}
#towntour_lp footer p {
  color: #1e9884;
  max-width: 438px;
  margin: 0 auto;
}
#towntour_lp footer p.title {
  font-weight: 500;
}
@media only screen and (min-width: 1200px) {
  #towntour_lp footer p.title {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_lp footer p.title {
    font-size: calc(2.46rem + ((1vw - 0.992rem) * (0.193236715)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_lp footer p.title {
    font-size: calc(2.42rem + ((1vw - 0.768rem) * (0.1793721973)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_lp footer p.title {
    font-size: calc(2.38rem + ((1vw - 0.576rem) * (0.2094240838)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_lp footer p.title {
    font-size: calc(2.34rem + ((1vw - 0.421rem) * (0.2597402597)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_lp footer p.title {
    font-size: calc(2.3rem + ((1vw - 0.32rem) * (0.4)));
  }
}
#towntour_lp footer p.title span {
  margin-right: 1rem;
}
@media only screen and (min-width: 1200px) {
  #towntour_lp footer p.title span {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_lp footer p.title span {
    font-size: calc(1.56rem + ((1vw - 0.992rem) * (0.193236715)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_lp footer p.title span {
    font-size: calc(1.52rem + ((1vw - 0.768rem) * (0.1793721973)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_lp footer p.title span {
    font-size: calc(1.48rem + ((1vw - 0.576rem) * (0.2094240838)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_lp footer p.title span {
    font-size: calc(1.44rem + ((1vw - 0.421rem) * (0.2597402597)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_lp footer p.title span {
    font-size: calc(1.4rem + ((1vw - 0.32rem) * (0.4)));
  }
}
@media screen and (max-width: 767px) {
  #towntour_lp footer p.title span {
    display: block;
    margin-right: 0;
  }
}
#towntour_lp footer p.yamaman {
  border-bottom: 1px solid;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
#towntour_lp footer small {
  color: #1e9884;
}
#towntour_lp .sticky-buttons {
  position: fixed;
  justify-content: center;
  align-items: end;
  bottom: 0;
  width: 100%;
  background-color: #1e9884;
  padding: 1rem 0 1.5rem;
  z-index: 1;
}
#towntour_lp .sticky-buttons .btn-type01 {
  margin: 0 2rem;
}
@media screen and (max-width: 767px) {
  #towntour_lp .sticky-buttons .btn-type01 {
    margin: 0 1.1rem;
  }
}
#towntour_lp .sticky-buttons .btn-type01 .bubble {
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0;
  border-bottom: 1px solid;
  margin-bottom: 1.5rem;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  #towntour_lp .sticky-buttons .btn-type01 .bubble {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_lp .sticky-buttons .btn-type01 .bubble {
    font-size: calc(1.72rem + ((1vw - 0.992rem) * (0.38647343)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_lp .sticky-buttons .btn-type01 .bubble {
    font-size: calc(1.64rem + ((1vw - 0.768rem) * (0.3587443946)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_lp .sticky-buttons .btn-type01 .bubble {
    font-size: calc(1.56rem + ((1vw - 0.576rem) * (0.4188481675)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_lp .sticky-buttons .btn-type01 .bubble {
    font-size: calc(1.48rem + ((1vw - 0.421rem) * (0.5194805195)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_lp .sticky-buttons .btn-type01 .bubble {
    font-size: calc(1.4rem + ((1vw - 0.32rem) * (0.8)));
  }
}
@media screen and (max-width: 767px) {
  #towntour_lp .sticky-buttons .btn-type01 .bubble {
    letter-spacing: -0.05em;
  }
}
#towntour_lp .sticky-buttons .btn-type01 .bubble::before, #towntour_lp .sticky-buttons .btn-type01 .bubble::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
#towntour_lp .sticky-buttons .btn-type01 .bubble::before {
  right: 100px;
  bottom: -11px;
  border-width: 11px 11px 0 0;
  border-color: #ffffff transparent transparent transparent;
}
#towntour_lp .sticky-buttons .btn-type01 .bubble::after {
  right: 102px;
  bottom: -8px;
  border-width: 8px 8px 0 0;
  border-color: #1e9884 transparent transparent transparent;
}
#towntour_lp .sticky-buttons .btn-type01 a {
  background-color: #fdffd6;
  color: #1e9884;
  min-width: 100%;
  margin: 0;
  letter-spacing: 0;
}
@media only screen and (min-width: 1200px) {
  #towntour_lp .sticky-buttons .btn-type01 a {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_lp .sticky-buttons .btn-type01 a {
    font-size: calc(1.92rem + ((1vw - 0.992rem) * (0.38647343)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_lp .sticky-buttons .btn-type01 a {
    font-size: calc(1.84rem + ((1vw - 0.768rem) * (0.3587443946)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_lp .sticky-buttons .btn-type01 a {
    font-size: calc(1.76rem + ((1vw - 0.576rem) * (0.4188481675)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_lp .sticky-buttons .btn-type01 a {
    font-size: calc(1.68rem + ((1vw - 0.421rem) * (0.5194805195)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_lp .sticky-buttons .btn-type01 a {
    font-size: calc(1.6rem + ((1vw - 0.32rem) * (0.8)));
  }
}
@media screen and (max-width: 767px) {
  #towntour_lp .sticky-buttons .btn-type01 a {
    padding: 0.5rem 1.5rem;
    min-width: auto;
    margin: 0;
  }
}
#towntour_lp .sticky-buttons .btn-type01 a::after {
  border-color: #1e9884;
}
@media screen and (max-width: 767px) {
  #towntour_lp .sticky-buttons .btn-type01 a::after {
    right: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  #towntour_lp .sticky-buttons .btn-type01.button-tel a {
    cursor: default;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  #towntour_lp .sticky-buttons .btn-type01.button-tel a {
    white-space: nowrap;
  }
}
#towntour_lp .sticky-buttons .btn-type01.button-tel a::before {
  content: "";
  background-image: url(../../images/towntour_lp/icon-tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 27px;
  height: 30px;
  display: inline-block;
  vertical-align: sub;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  #towntour_lp .sticky-buttons .btn-type01.button-tel a::before {
    width: 20px;
    height: 22px;
  }
}
#towntour_lp .sticky-buttons .btn-type01.button-tel a::after {
  content: none;
}
#towntour_lp .sticky-buttons .btn-type01.button-entry .bubble {
  font-weight: 700;
  color: #fdffd6;
}
@media only screen and (min-width: 1200px) {
  #towntour_lp .sticky-buttons .btn-type01.button-entry .bubble {
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_lp .sticky-buttons .btn-type01.button-entry .bubble {
    font-size: calc(2.44rem + ((1vw - 0.992rem) * (0.7729468599)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_lp .sticky-buttons .btn-type01.button-entry .bubble {
    font-size: calc(2.28rem + ((1vw - 0.768rem) * (0.7174887892)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_lp .sticky-buttons .btn-type01.button-entry .bubble {
    font-size: calc(2.12rem + ((1vw - 0.576rem) * (0.8376963351)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_lp .sticky-buttons .btn-type01.button-entry .bubble {
    font-size: calc(1.96rem + ((1vw - 0.421rem) * (1.038961039)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_lp .sticky-buttons .btn-type01.button-entry .bubble {
    font-size: calc(1.8rem + ((1vw - 0.32rem) * (1.6)));
  }
}
#towntour_lp .sticky-buttons .btn-type01.button-entry a {
  position: relative;
}
@media screen and (max-width: 767px) {
  #towntour_lp .sticky-buttons .btn-type01.button-entry a {
    padding: 0.5rem 2.5rem 0.5rem 3rem;
    margin-left: 0;
  }
}
#towntour_lp .sticky-buttons .btn-type01.button-entry a::before {
  content: "";
  background-image: url(../../images/towntour_lp/icon-mail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 27px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  #towntour_lp .sticky-buttons .btn-type01.button-entry a::before {
    width: 22px;
    height: 17px;
    margin-right: 0.2rem;
  }
}
#towntour_lp .sticky-buttons .btn-type01.button-entry a img {
  position: absolute;
  left: -40px;
  top: -20px;
  width: 87px;
}
@media screen and (max-width: 767px) {
  #towntour_lp .sticky-buttons .btn-type01.button-entry a img {
    width: 53px;
    top: -5px;
    left: -24px;
  }
}
@media screen and (max-width: 991px) {
  #towntour_lp section.main-visual {
    z-index: -1;
    position: relative;
  }
}
#towntour_lp section.main-visual img {
  width: 100%;
}
#towntour_lp section.main-visual .bottom {
  background-color: #e4f8aa;
  padding: 1rem 0 2rem;
}
@media screen and (max-width: 575px) {
  #towntour_lp section.main-visual .bottom {
    position: relative;
  }
  #towntour_lp section.main-visual .bottom img {
    position: absolute;
    bottom: 17%;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  #towntour_lp section.main-visual .bottom .wrapper {
    z-index: 1;
    position: relative;
  }
}
#towntour_lp section.main-visual .bottom .wrapper p {
  text-align: center;
  font-weight: bold;
  color: #1e9884;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 1200px) {
  #towntour_lp section.main-visual .bottom .wrapper p {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_lp section.main-visual .bottom .wrapper p {
    font-size: calc(2.34rem + ((1vw - 0.992rem) * (0.7729468599)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_lp section.main-visual .bottom .wrapper p {
    font-size: calc(2.18rem + ((1vw - 0.768rem) * (0.7174887892)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_lp section.main-visual .bottom .wrapper p {
    font-size: calc(2.02rem + ((1vw - 0.576rem) * (0.8376963351)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_lp section.main-visual .bottom .wrapper p {
    font-size: calc(1.86rem + ((1vw - 0.421rem) * (1.038961039)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_lp section.main-visual .bottom .wrapper p {
    font-size: calc(1.7rem + ((1vw - 0.32rem) * (1.6)));
  }
}
@media screen and (max-width: 575px) {
  #towntour_lp section.main-visual .bottom .wrapper p {
    letter-spacing: 0;
    line-height: 1.765;
  }
}
#towntour_lp section.map {
  padding: 10rem 0 8rem;
}
@media screen and (max-width: 575px) {
  #towntour_lp section.map {
    padding: 3rem 0;
  }
}
#towntour_lp section.map p {
  text-align: center;
  font-weight: bold;
  color: #1e9884;
  letter-spacing: 0.04em;
  line-height: 1.875;
}
@media only screen and (min-width: 1200px) {
  #towntour_lp section.map p {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_lp section.map p {
    font-size: calc(1.92rem + ((1vw - 0.992rem) * (0.38647343)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_lp section.map p {
    font-size: calc(1.84rem + ((1vw - 0.768rem) * (0.3587443946)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_lp section.map p {
    font-size: calc(1.76rem + ((1vw - 0.576rem) * (0.4188481675)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_lp section.map p {
    font-size: calc(1.68rem + ((1vw - 0.421rem) * (0.5194805195)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_lp section.map p {
    font-size: calc(1.6rem + ((1vw - 0.32rem) * (0.8)));
  }
}
@media screen and (max-width: 575px) {
  #towntour_lp section.map p {
    padding-top: 3rem;
  }
}
#towntour_lp section.cta {
  background-color: #1e9884;
  padding: 2rem 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  #towntour_lp section.cta .wrapper {
    position: relative;
  }
}
#towntour_lp section.cta .wrapper .flex {
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.cta .wrapper .flex {
    display: block;
  }
}
#towntour_lp section.cta .wrapper .flex picture img {
  max-width: 359px;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.cta .wrapper .flex picture img {
    max-width: 343px;
    margin: 0 auto;
    display: block;
    padding-top: 80px;
  }
}
#towntour_lp section.cta .wrapper .flex .cta-contents h2 {
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  #towntour_lp section.cta .wrapper .flex .cta-contents h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_lp section.cta .wrapper .flex .cta-contents h2 {
    font-size: calc(2.4rem + ((1vw - 0.992rem) * (0.4830917874)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_lp section.cta .wrapper .flex .cta-contents h2 {
    font-size: calc(2.3rem + ((1vw - 0.768rem) * (0.4484304933)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_lp section.cta .wrapper .flex .cta-contents h2 {
    font-size: calc(2.2rem + ((1vw - 0.576rem) * (0.5235602094)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_lp section.cta .wrapper .flex .cta-contents h2 {
    font-size: calc(2.1rem + ((1vw - 0.421rem) * (0.6493506494)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_lp section.cta .wrapper .flex .cta-contents h2 {
    font-size: calc(2rem + ((1vw - 0.32rem) * (1)));
  }
}
@media screen and (max-width: 767px) {
  #towntour_lp section.cta .wrapper .flex .cta-contents h2 {
    position: absolute;
    top: 0;
    left: 65px;
    right: 0;
    margin: 0 auto;
    width: 298px;
  }
}
#towntour_lp section.cta .wrapper .flex .cta-contents h2 img {
  position: absolute;
  left: -120px;
  top: -55px;
  width: 113px;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.cta .wrapper .flex .cta-contents h2 img {
    width: 65px;
    left: -70px;
    top: 0px;
  }
}
@media screen and (max-width: 991px) {
  #towntour_lp section.cta .wrapper .flex .cta-contents h2 span {
    display: block;
  }
}
#towntour_lp section.cta .wrapper .flex .cta-contents h2 span.big {
  margin-right: 1rem;
}
@media only screen and (min-width: 1200px) {
  #towntour_lp section.cta .wrapper .flex .cta-contents h2 span.big {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_lp section.cta .wrapper .flex .cta-contents h2 span.big {
    font-size: calc(2.8rem + ((1vw - 0.992rem) * (0)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_lp section.cta .wrapper .flex .cta-contents h2 span.big {
    font-size: calc(2.8rem + ((1vw - 0.768rem) * (0)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_lp section.cta .wrapper .flex .cta-contents h2 span.big {
    font-size: calc(2.8rem + ((1vw - 0.576rem) * (0)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_lp section.cta .wrapper .flex .cta-contents h2 span.big {
    font-size: calc(2.8rem + ((1vw - 0.421rem) * (0)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_lp section.cta .wrapper .flex .cta-contents h2 span.big {
    font-size: calc(2.8rem + ((1vw - 0.32rem) * (0)));
  }
}
#towntour_lp section.cta .wrapper .flex .cta-contents .flex {
  justify-content: space-between;
  padding: 1rem 0 0 3rem;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.cta .wrapper .flex .cta-contents .flex {
    padding: 0;
  }
}
#towntour_lp section.cta .wrapper .flex .cta-contents .flex .btn {
  text-align: center;
}
#towntour_lp section.cta .wrapper .flex .cta-contents .flex .btn .btn-type02 a {
  padding: 1.5rem 2rem;
  min-width: 348px;
  text-align: left;
  background-color: #fdffd6;
}
@media only screen and (min-width: 1200px) {
  #towntour_lp section.cta .wrapper .flex .cta-contents .flex .btn .btn-type02 a {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_lp section.cta .wrapper .flex .cta-contents .flex .btn .btn-type02 a {
    font-size: calc(1.8rem + ((1vw - 0.992rem) * (0)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_lp section.cta .wrapper .flex .cta-contents .flex .btn .btn-type02 a {
    font-size: calc(1.8rem + ((1vw - 0.768rem) * (0)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_lp section.cta .wrapper .flex .cta-contents .flex .btn .btn-type02 a {
    font-size: calc(1.8rem + ((1vw - 0.576rem) * (0)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_lp section.cta .wrapper .flex .cta-contents .flex .btn .btn-type02 a {
    font-size: calc(1.8rem + ((1vw - 0.421rem) * (0)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_lp section.cta .wrapper .flex .cta-contents .flex .btn .btn-type02 a {
    font-size: calc(1.8rem + ((1vw - 0.32rem) * (0)));
  }
}
@media screen and (max-width: 767px) {
  #towntour_lp section.cta .wrapper .flex .cta-contents .flex .btn .btn-type02 a {
    text-align: center;
  }
}
#towntour_lp section.cta .wrapper .flex .cta-contents .flex .btn .btn-type02 a .slash {
  color: #12B9AC;
  position: relative;
  margin-right: 0.5rem;
}
@media only screen and (min-width: 1200px) {
  #towntour_lp section.cta .wrapper .flex .cta-contents .flex .btn .btn-type02 a .slash {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_lp section.cta .wrapper .flex .cta-contents .flex .btn .btn-type02 a .slash {
    font-size: calc(1.7rem + ((1vw - 0.992rem) * (0)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_lp section.cta .wrapper .flex .cta-contents .flex .btn .btn-type02 a .slash {
    font-size: calc(1.7rem + ((1vw - 0.768rem) * (0)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_lp section.cta .wrapper .flex .cta-contents .flex .btn .btn-type02 a .slash {
    font-size: calc(1.7rem + ((1vw - 0.576rem) * (0)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_lp section.cta .wrapper .flex .cta-contents .flex .btn .btn-type02 a .slash {
    font-size: calc(1.7rem + ((1vw - 0.421rem) * (0)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_lp section.cta .wrapper .flex .cta-contents .flex .btn .btn-type02 a .slash {
    font-size: calc(1.7rem + ((1vw - 0.32rem) * (0)));
  }
}
#towntour_lp section.cta .wrapper .flex .cta-contents .flex .btn .btn-type02 a .slash::before, #towntour_lp section.cta .wrapper .flex .cta-contents .flex .btn .btn-type02 a .slash::after {
  content: "";
  position: absolute;
  right: 12px;
  width: 1px;
  height: 100%;
  background: #12B9AC;
  border-radius: 3px;
}
#towntour_lp section.cta .wrapper .flex .cta-contents .flex .btn .btn-type02 a .slash::before {
  top: -14px;
  transform: rotate(-70deg);
}
#towntour_lp section.cta .wrapper .flex .cta-contents .flex .btn .btn-type02 a .slash::after {
  bottom: -17px;
  transform: rotate(70deg);
}
#towntour_lp section.cta .wrapper .flex .cta-contents .flex .btn .overviewlink {
  color: #ffffff;
  border-bottom: 1px solid;
  position: relative;
  font-weight: bold;
  text-align: center;
  margin-top: 1rem;
  display: inline-block;
}
#towntour_lp section.cta .wrapper .flex .cta-contents .flex .btn .overviewlink::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  right: -1rem;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
#towntour_lp section.cta .wrapper .flex .cta-contents .flex .illust {
  max-width: 189px;
}
@media screen and (max-width: 991px) {
  #towntour_lp section.cta .wrapper .flex .cta-contents .flex .illust {
    position: absolute;
    top: -10px;
    right: 0;
    max-width: 150px;
  }
}
#towntour_lp section.cta .inleaf {
  width: 84px;
  position: absolute;
  top: 50%;
  left: 0;
}
#towntour_lp section.tour-examples {
  padding: 9rem 0;
  background-color: #DCF8F9;
  position: relative;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.tour-examples {
    padding: 4rem 0;
  }
}
#towntour_lp section.tour-examples .wrapper {
  max-width: 1320px;
}
#towntour_lp section.tour-examples .wrapper h2 {
  font-weight: bold;
  color: #1e9884;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  #towntour_lp section.tour-examples .wrapper h2 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_lp section.tour-examples .wrapper h2 {
    font-size: calc(2.96rem + ((1vw - 0.992rem) * (0.193236715)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_lp section.tour-examples .wrapper h2 {
    font-size: calc(2.92rem + ((1vw - 0.768rem) * (0.1793721973)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_lp section.tour-examples .wrapper h2 {
    font-size: calc(2.88rem + ((1vw - 0.576rem) * (0.2094240838)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_lp section.tour-examples .wrapper h2 {
    font-size: calc(2.84rem + ((1vw - 0.421rem) * (0.2597402597)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_lp section.tour-examples .wrapper h2 {
    font-size: calc(2.8rem + ((1vw - 0.32rem) * (0.4)));
  }
}
#towntour_lp section.tour-examples .wrapper > .flex {
  padding: 10rem 0;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  #towntour_lp section.tour-examples .wrapper > .flex {
    padding: 10rem 70px;
  }
}
@media screen and (max-width: 1199px) {
  #towntour_lp section.tour-examples .wrapper > .flex {
    padding: 5rem 70px;
  }
}
@media screen and (max-width: 991px) {
  #towntour_lp section.tour-examples .wrapper > .flex {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  #towntour_lp section.tour-examples .wrapper > .flex {
    padding: 5rem 0 0;
  }
}
#towntour_lp section.tour-examples .wrapper > .flex .examples-item {
  flex-basis: 32.6666666667%;
}
@media screen and (max-width: 991px) {
  #towntour_lp section.tour-examples .wrapper > .flex .examples-item {
    margin-bottom: 4rem;
  }
}
#towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg {
  background-color: #ffffff;
  border-radius: 30px;
  position: relative;
  padding: 0 2rem 2.5rem;
}
@media screen and (max-width: 1199px) {
  #towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg {
    padding: 0 1.5rem 3rem;
  }
}
#towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg h3 {
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  margin: 0 auto;
  padding: 0 3rem;
}
@media screen and (max-width: 991px) {
  #towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg h3 {
    text-align: center;
    padding: 0;
  }
}
#towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg h3 img {
  width: 100%;
  max-width: 292px;
}
#towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg .main {
  padding-top: 9rem;
  position: relative;
  z-index: 0;
}
#towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg .main img {
  width: 100%;
  max-width: 299px;
  margin: 0 auto;
  display: block;
}
#towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg .come {
  background-color: #fdffd6;
  padding: 1.5rem;
  align-items: center;
  justify-content: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 1199px) {
  #towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg .come {
    margin-top: 1.5rem;
    padding: 1rem;
  }
}
@media screen and (max-width: 991px) {
  #towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg .come {
    max-width: 295px;
    margin: 2rem auto 0;
    justify-content: space-between;
  }
}
#towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg .come.noflex {
  position: relative;
  padding: 1.5rem 1.5rem 3rem;
}
@media screen and (max-width: 991px) {
  #towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg .come.noflex {
    max-width: 300px;
  }
}
#towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg .come.noflex img {
  position: absolute;
  right: 20px;
  bottom: 10px;
}
#towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg .come p {
  color: #1e9884;
  letter-spacing: 0;
  line-height: 1.467;
  font-weight: bold;
}
@media only screen and (min-width: 1200px) {
  #towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg .come p {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg .come p {
    font-size: calc(1.48rem + ((1vw - 0.992rem) * (0.0966183575)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg .come p {
    font-size: calc(1.46rem + ((1vw - 0.768rem) * (0.0896860987)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg .come p {
    font-size: calc(1.44rem + ((1vw - 0.576rem) * (0.1047120419)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg .come p {
    font-size: calc(1.42rem + ((1vw - 0.421rem) * (0.1298701299)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg .come p {
    font-size: calc(1.4rem + ((1vw - 0.32rem) * (0.2)));
  }
}
#towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg .come img {
  max-width: 78px;
}
#towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg h4 {
  font-weight: bold;
  color: #1e9884;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 3rem;
  display: flex;
  align-items: center;
  line-height: 1.1;
}
@media screen and (max-width: 991px) {
  #towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg h4 {
    max-width: 310px;
    margin: 3rem auto 0;
  }
}
@media only screen and (min-width: 1200px) {
  #towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg h4 {
    font-size: 1.9rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg h4 {
    font-size: calc(1.9rem + ((1vw - 0.992rem) * (0)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg h4 {
    font-size: calc(1.9rem + ((1vw - 0.768rem) * (0)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg h4 {
    font-size: calc(1.9rem + ((1vw - 0.576rem) * (0)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg h4 {
    font-size: calc(1.9rem + ((1vw - 0.421rem) * (0)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg h4 {
    font-size: calc(1.9rem + ((1vw - 0.32rem) * (0)));
  }
}
#towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg h4::before, #towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg h4::after {
  content: "";
  flex: 1;
  border-top: 1px solid;
  margin: 0 0.5rem;
}
#towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg ul.check-list {
  margin-top: 1.5rem;
}
@media screen and (max-width: 991px) {
  #towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg ul.check-list {
    max-width: 310px;
    margin: 1.5rem auto 0;
  }
}
#towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg ul.check-list li {
  letter-spacing: 0;
  font-size: 15px;
  line-height: 1.667;
  margin-bottom: 0.5rem;
  padding-left: 2.8rem;
  text-indent: -2.8rem;
  padding-bottom: 0.7rem;
  font-weight: 500;
}
#towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg ul.check-list li::before {
  content: "";
  background-image: url(../../images/towntour_lp/icon-check-green.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 0.5rem;
}
#towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg ul.examples-contents {
  margin-top: 1.5rem;
}
@media screen and (max-width: 991px) {
  #towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg ul.examples-contents {
    max-width: 310px;
    margin: 1.5rem auto 0;
  }
}
#towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg ul.examples-contents li {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #1e9884;
  border-bottom: 4px dotted;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 4.5rem;
  text-indent: -4.5rem;
  line-height: 1.375;
}
@media only screen and (min-width: 1200px) {
  #towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg ul.examples-contents li {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg ul.examples-contents li {
    font-size: calc(1.6rem + ((1vw - 0.992rem) * (0)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg ul.examples-contents li {
    font-size: calc(1.6rem + ((1vw - 0.768rem) * (0)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg ul.examples-contents li {
    font-size: calc(1.6rem + ((1vw - 0.576rem) * (0)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg ul.examples-contents li {
    font-size: calc(1.6rem + ((1vw - 0.421rem) * (0)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg ul.examples-contents li {
    font-size: calc(1.6rem + ((1vw - 0.32rem) * (0)));
  }
}
#towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg ul.examples-contents li::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 34px;
  height: 26px;
  margin-right: 1rem;
  vertical-align: middle;
}
#towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg ul.examples-contents li::after {
  content: "";
  background-image: url(../../images/towntour_lp/arrow-y-green.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-position: center;
  display: inline-block;
  width: 26px;
  height: 10px;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg ul.examples-contents li:nth-child(1)::before {
  content: "";
  background-image: url(../../images/towntour_lp/icon-leaf1.svg);
}
#towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg ul.examples-contents li:nth-child(2)::before {
  content: "";
  background-image: url(../../images/towntour_lp/icon-leaf2.svg);
}
#towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg ul.examples-contents li:nth-child(3)::before {
  content: "";
  background-image: url(../../images/towntour_lp/icon-leaf3.svg);
}
#towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg ul.examples-contents li:nth-child(4)::before {
  content: "";
  background-image: url(../../images/towntour_lp/icon-leaf4.svg);
}
#towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg ul.examples-contents li:nth-child(5)::before {
  content: "";
  background-image: url(../../images/towntour_lp/icon-leaf5.svg);
}
#towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg ul.examples-contents li:nth-child(6)::before {
  content: "";
  background-image: url(../../images/towntour_lp/icon-leaf6.svg);
}
#towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg ul.examples-contents li:nth-child(7)::before {
  content: "";
  background-image: url(../../images/towntour_lp/icon-leaf7.svg);
}
#towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg ul.examples-contents li:nth-child(8)::before {
  content: "";
  background-image: url(../../images/towntour_lp/icon-leaf8.svg);
}
#towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg ul.examples-contents li:nth-child(9)::before {
  content: "";
  background-image: url(../../images/towntour_lp/icon-leaf9.svg);
}
#towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg .thanks {
  text-align: center;
  font-weight: 700;
  color: #1e9884;
  padding-top: 1rem;
}
#towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg .thanks .thx_link {
  color: #0000EE;
  text-decoration: #0000EE underline;
}
#towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg .input {
  font-weight: 700;
  color: #1e9884;
  font-size: 17px;
  line-height: 1.529;
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg .input {
    padding-top: 1rem;
  }
}
#towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg .inleaf {
  max-width: 116px;
  position: absolute;
}
@media screen and (max-width: 1400px) {
  #towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg .inleaf {
    max-width: 90px;
  }
}
@media screen and (max-width: 1199px) {
  #towntour_lp section.tour-examples .wrapper > .flex .examples-item .whitebg .inleaf {
    max-width: 70px;
  }
}
#towntour_lp section.tour-examples .wrapper > .flex .examples-item.examples01 .whitebg .inleaf {
  top: 200px;
  left: -116px;
}
@media screen and (max-width: 1400px) {
  #towntour_lp section.tour-examples .wrapper > .flex .examples-item.examples01 .whitebg .inleaf {
    left: -90px;
  }
}
@media screen and (max-width: 1199px) {
  #towntour_lp section.tour-examples .wrapper > .flex .examples-item.examples01 .whitebg .inleaf {
    left: -70px;
  }
}
#towntour_lp section.tour-examples .wrapper > .flex .examples-item.examples03 .whitebg .inleaf {
  bottom: 50%;
  right: -116px;
}
@media screen and (max-width: 1400px) {
  #towntour_lp section.tour-examples .wrapper > .flex .examples-item.examples03 .whitebg .inleaf {
    right: -90px;
  }
}
@media screen and (max-width: 1199px) {
  #towntour_lp section.tour-examples .wrapper > .flex .examples-item.examples03 .whitebg .inleaf {
    right: -70px;
  }
}
#towntour_lp section.tour-examples .wrapper .illustrated {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.tour-examples .wrapper .illustrated {
    padding-top: 1rem;
  }
}
#towntour_lp section.tour-examples .wrapper .illustrated::after {
  content: "";
  background-image: url(../../images/towntour_lp/illust-road.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 139px;
  height: 117px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.tour-examples .wrapper .illustrated::after {
    right: auto;
    left: 0;
    top: -95px;
    width: 107px;
  }
}
#towntour_lp section.tour-examples .wrapper .txt-border {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.05;
  color: #1e9884;
  display: inline-block;
}
@media only screen and (min-width: 1200px) {
  #towntour_lp section.tour-examples .wrapper .txt-border {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_lp section.tour-examples .wrapper .txt-border {
    font-size: calc(1.94rem + ((1vw - 0.992rem) * (0.2898550725)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_lp section.tour-examples .wrapper .txt-border {
    font-size: calc(1.88rem + ((1vw - 0.768rem) * (0.269058296)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_lp section.tour-examples .wrapper .txt-border {
    font-size: calc(1.82rem + ((1vw - 0.576rem) * (0.3141361257)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_lp section.tour-examples .wrapper .txt-border {
    font-size: calc(1.76rem + ((1vw - 0.421rem) * (0.3896103896)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_lp section.tour-examples .wrapper .txt-border {
    font-size: calc(1.7rem + ((1vw - 0.32rem) * (0.6)));
  }
}
@media screen and (max-width: 767px) {
  #towntour_lp section.tour-examples .wrapper .txt-border {
    line-height: 1.5;
  }
}
#towntour_lp section.tour-examples > .inleaf {
  position: absolute;
}
#towntour_lp section.tour-examples > .inleaf.inleaf-l {
  width: 59px;
  top: 20px;
  left: 0;
}
#towntour_lp section.tour-examples > .inleaf.inleaf-r {
  width: 80px;
  bottom: 210px;
  right: 0;
}
#towntour_lp section.recommend {
  padding-bottom: 8rem;
  position: relative;
}
@media screen and (max-width: 991px) {
  #towntour_lp section.recommend {
    padding-bottom: 4rem;
  }
}
#towntour_lp section.recommend .inleaf {
  width: 66px;
  position: absolute;
  top: 1390px;
  right: 0;
}
#towntour_lp section.recommend .image-bg {
  background-image: url(../../images/towntour_lp/recommend-bg.webp);
  background-position: center;
  background-size: cover;
  padding: 8rem 0 1rem;
}
@media screen and (max-width: 991px) {
  #towntour_lp section.recommend .image-bg {
    background-image: url(../../images/towntour_lp/recommend-bg-sp.webp);
    padding: 3rem 0 0;
    height: 700px;
    background-position: bottom;
  }
}
@media screen and (max-width: 767px) {
  #towntour_lp section.recommend .image-bg {
    height: 400px;
  }
}
#towntour_lp section.recommend .image-bg .wrapper h2 {
  text-align: center;
  max-width: 495px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  #towntour_lp section.recommend .image-bg .wrapper h2 {
    max-width: 320px;
    position: relative;
  }
}
#towntour_lp section.recommend .image-bg .wrapper h2 p {
  color: #1e9884;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media only screen and (min-width: 1200px) {
  #towntour_lp section.recommend .image-bg .wrapper h2 p {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_lp section.recommend .image-bg .wrapper h2 p {
    font-size: calc(1.96rem + ((1vw - 0.992rem) * (0.193236715)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_lp section.recommend .image-bg .wrapper h2 p {
    font-size: calc(1.92rem + ((1vw - 0.768rem) * (0.1793721973)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_lp section.recommend .image-bg .wrapper h2 p {
    font-size: calc(1.88rem + ((1vw - 0.576rem) * (0.2094240838)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_lp section.recommend .image-bg .wrapper h2 p {
    font-size: calc(1.84rem + ((1vw - 0.421rem) * (0.2597402597)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_lp section.recommend .image-bg .wrapper h2 p {
    font-size: calc(1.8rem + ((1vw - 0.32rem) * (0.4)));
  }
}
#towntour_lp section.recommend .image-bg .wrapper h2 img.title {
  max-width: 230px;
  margin: 1.5rem auto 0;
}
@media screen and (max-width: 991px) {
  #towntour_lp section.recommend .image-bg .wrapper h2 img.title {
    max-width: 178px;
  }
}
@media screen and (max-width: 991px) {
  #towntour_lp section.recommend .image-bg .wrapper h2 img.tree2 {
    position: absolute;
    left: -20px;
    bottom: 20px;
    width: 48px;
  }
}
#towntour_lp section.recommend .recommend-title {
  text-align: center;
  font-weight: 700;
  color: #1e9884;
  margin-top: 6rem;
}
@media only screen and (min-width: 1200px) {
  #towntour_lp section.recommend .recommend-title {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_lp section.recommend .recommend-title {
    font-size: calc(2rem + ((1vw - 0.992rem) * (0)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_lp section.recommend .recommend-title {
    font-size: calc(2rem + ((1vw - 0.768rem) * (0)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_lp section.recommend .recommend-title {
    font-size: calc(2rem + ((1vw - 0.576rem) * (0)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_lp section.recommend .recommend-title {
    font-size: calc(2rem + ((1vw - 0.421rem) * (0)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_lp section.recommend .recommend-title {
    font-size: calc(2rem + ((1vw - 0.32rem) * (0)));
  }
}
@media screen and (max-width: 991px) {
  #towntour_lp section.recommend .recommend-title {
    margin-top: 4rem;
  }
}
#towntour_lp section.recommend .recommend-title::before, #towntour_lp section.recommend .recommend-title::after {
  position: relative;
  display: inline-block;
  content: "";
  background: #1e9884;
  width: 2px;
  height: 1.2em;
  margin: 0 1em;
  margin-top: -0.2em;
  vertical-align: middle;
}
#towntour_lp section.recommend .recommend-title::before {
  transform: rotate(-35deg);
}
#towntour_lp section.recommend .recommend-title::after {
  transform: rotate(35deg);
}
#towntour_lp section.recommend .md .circle-list {
  padding-top: 3rem;
  display: block;
}
#towntour_lp section.recommend .md .circle-list .circle-wrap {
  width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 270px;
  margin: 0 auto;
  justify-content: space-between;
}
#towntour_lp section.recommend .md .circle-list .circle-wrap:nth-child(odd) .circle-item {
  background-color: #e4f8aa;
}
#towntour_lp section.recommend .md .circle-list .circle-wrap:nth-child(even) .circle-item {
  background-color: #E8FDFD;
}
#towntour_lp section.recommend .md .circle-list .circle-wrap:nth-child(1) .imgbox img {
  width: 95px;
}
#towntour_lp section.recommend .md .circle-list .circle-wrap:nth-child(2) .imgbox img {
  position: absolute;
}
#towntour_lp section.recommend .md .circle-list .circle-wrap:nth-child(2) .imgbox img.illust-1 {
  width: 79px;
  bottom: 40px;
  right: 0;
}
#towntour_lp section.recommend .md .circle-list .circle-wrap:nth-child(2) .imgbox img.illust-2 {
  width: 86px;
  top: 40px;
  right: -40px;
}
#towntour_lp section.recommend .md .circle-list .circle-wrap:nth-child(3) .imgbox img {
  width: 83px;
}
#towntour_lp section.recommend .md .circle-list .circle-wrap:nth-child(4) .imgbox img {
  width: 102px;
}
#towntour_lp section.recommend .md .circle-list .circle-wrap:nth-child(5) .imgbox img {
  position: absolute;
  left: 0;
}
#towntour_lp section.recommend .md .circle-list .circle-wrap:nth-child(5) .imgbox img.illust-1 {
  width: 70px;
  top: 50px;
}
#towntour_lp section.recommend .md .circle-list .circle-wrap:nth-child(5) .imgbox img.illust-2 {
  width: 124px;
  bottom: 0;
  z-index: 1;
}
#towntour_lp section.recommend .circle-list {
  display: flex;
  justify-content: space-between;
  padding-top: 5rem;
  flex-wrap: wrap;
}
#towntour_lp section.recommend .circle-list .circle-item {
  width: 180px;
  height: 180px;
  border-radius: 180px;
  text-align: center;
  display: flex;
  align-items: center; /* 上下中央に配置 */
  justify-content: center; /* 左右中央にしたい場合 */
  text-align: center;
  position: relative;
}
#towntour_lp section.recommend .circle-list .circle-item:nth-child(odd) {
  background-color: #e4f8aa;
}
#towntour_lp section.recommend .circle-list .circle-item:nth-child(even) {
  background-color: #E8FDFD;
}
#towntour_lp section.recommend .circle-list .circle-item p {
  color: #1e9884;
  line-height: 1.867;
  letter-spacing: 0;
}
@media only screen and (min-width: 1200px) {
  #towntour_lp section.recommend .circle-list .circle-item p {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_lp section.recommend .circle-list .circle-item p {
    font-size: calc(1.4rem + ((1vw - 0.992rem) * (0)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_lp section.recommend .circle-list .circle-item p {
    font-size: calc(1.4rem + ((1vw - 0.768rem) * (0)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_lp section.recommend .circle-list .circle-item p {
    font-size: calc(1.4rem + ((1vw - 0.576rem) * (0)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_lp section.recommend .circle-list .circle-item p {
    font-size: calc(1.4rem + ((1vw - 0.421rem) * (0)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_lp section.recommend .circle-list .circle-item p {
    font-size: calc(1.4rem + ((1vw - 0.32rem) * (0)));
  }
}
#towntour_lp section.recommend .circle-list .circle-item .illust {
  position: absolute;
}
#towntour_lp section.recommend .circle-list .circle-item:nth-child(1) .illust {
  width: 95px;
  left: 30px;
  right: 0;
  margin: 0 auto;
  top: -45px;
}
#towntour_lp section.recommend .circle-list .circle-item:nth-child(2) .illust {
  bottom: -10px;
}
#towntour_lp section.recommend .circle-list .circle-item:nth-child(2) .illust.illust-1 {
  width: 79px;
  left: 10px;
}
#towntour_lp section.recommend .circle-list .circle-item:nth-child(2) .illust.illust-2 {
  width: 86px;
  right: 10px;
}
#towntour_lp section.recommend .circle-list .circle-item:nth-child(3) .illust {
  width: 83px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -25px;
}
#towntour_lp section.recommend .circle-list .circle-item:nth-child(4) .illust.illust-1 {
  width: 124px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -25px;
}
#towntour_lp section.recommend .circle-list .circle-item:nth-child(4) .illust.illust-2 {
  width: 70px;
  right: -10px;
  bottom: -20px;
}
#towntour_lp section.recommend .circle-list .circle-item:nth-child(5) .illust {
  width: 102px;
  right: -10px;
  bottom: -30px;
}
#towntour_lp section.recommend .check-list {
  max-width: 684px;
  margin: 5rem auto 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  #towntour_lp section.recommend .check-list {
    max-width: 319px;
  }
}
#towntour_lp section.recommend .check-list h3 {
  color: #1e9884;
  font-weight: 700;
  text-align: center;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 2rem 0;
  letter-spacing: 0.05em;
  line-height: 1.333;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 1200px) {
  #towntour_lp section.recommend .check-list h3 {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_lp section.recommend .check-list h3 {
    font-size: calc(2.4rem + ((1vw - 0.992rem) * (0)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_lp section.recommend .check-list h3 {
    font-size: calc(2.4rem + ((1vw - 0.768rem) * (0)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_lp section.recommend .check-list h3 {
    font-size: calc(2.4rem + ((1vw - 0.576rem) * (0)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_lp section.recommend .check-list h3 {
    font-size: calc(2.4rem + ((1vw - 0.421rem) * (0)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_lp section.recommend .check-list h3 {
    font-size: calc(2.4rem + ((1vw - 0.32rem) * (0)));
  }
}
#towntour_lp section.recommend .check-list .flex {
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  #towntour_lp section.recommend .check-list .flex {
    display: block;
  }
}
#towntour_lp section.recommend .check-list .flex ul.check li {
  letter-spacing: 0.03em;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding-bottom: 1rem;
}
#towntour_lp section.recommend .check-list .flex ul.check li::before {
  content: "";
  background-image: url(../../images/towntour_lp/icon-check-green.svg);
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 1rem;
}
#towntour_lp section.towntour {
  padding-top: 10rem;
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 991px) {
  #towntour_lp section.towntour {
    padding-top: 5rem;
  }
}
#towntour_lp section.towntour::before, #towntour_lp section.towntour::after {
  content: "";
  position: absolute;
  display: block;
  width: 500px;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1600px) {
  #towntour_lp section.towntour::before, #towntour_lp section.towntour::after {
    width: 400px;
  }
}
#towntour_lp section.towntour::before {
  right: 0;
  top: 100px;
  background-image: url(../../images/towntour_lp/illust-wave-r.webp);
}
@media screen and (max-width: 1400px) {
  #towntour_lp section.towntour::before {
    top: 20px;
  }
}
@media screen and (max-width: 991px) {
  #towntour_lp section.towntour::before {
    width: 250px;
    top: 0px;
  }
}
@media screen and (max-width: 575px) {
  #towntour_lp section.towntour::before {
    width: 292px;
    top: 670px;
  }
}
#towntour_lp section.towntour::after {
  left: 0;
  top: 1260px;
  background-image: url(../../images/towntour_lp/illust-wave-l.webp);
}
@media screen and (max-width: 991px) {
  #towntour_lp section.towntour::after {
    top: 1100px;
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour::after {
    top: 1500px;
  }
}
@media screen and (max-width: 575px) {
  #towntour_lp section.towntour::after {
    top: 1700px;
    width: 290px;
  }
}
#towntour_lp section.towntour .wrapper h2 {
  font-weight: 700;
  text-align: center;
  color: #1e9884;
}
@media only screen and (min-width: 1200px) {
  #towntour_lp section.towntour .wrapper h2 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_lp section.towntour .wrapper h2 {
    font-size: calc(2.88rem + ((1vw - 0.992rem) * (0.5797101449)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_lp section.towntour .wrapper h2 {
    font-size: calc(2.76rem + ((1vw - 0.768rem) * (0.5381165919)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_lp section.towntour .wrapper h2 {
    font-size: calc(2.64rem + ((1vw - 0.576rem) * (0.6282722513)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_lp section.towntour .wrapper h2 {
    font-size: calc(2.52rem + ((1vw - 0.421rem) * (0.7792207792)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_lp section.towntour .wrapper h2 {
    font-size: calc(2.4rem + ((1vw - 0.32rem) * (1.2)));
  }
}
#towntour_lp section.towntour .wrapper .menubox {
  background-color: #fdffd6;
  color: #1e9884;
  position: relative;
  box-shadow: 5px 5px 0px -3px #1e9884;
  border: 1px solid;
  padding: 6rem 6rem 8rem;
  max-width: 737px;
  margin: 9rem auto;
}
@media screen and (max-width: 991px) {
  #towntour_lp section.towntour .wrapper .menubox {
    margin: 5rem auto;
  }
}
@media screen and (max-width: 575px) {
  #towntour_lp section.towntour .wrapper .menubox {
    padding: 5rem 4rem;
    margin: 5rem auto 12rem;
  }
}
#towntour_lp section.towntour .wrapper .menubox::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  border: 2.5px dotted #86cb4a;
}
#towntour_lp section.towntour .wrapper .menubox .title {
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 1200px) {
  #towntour_lp section.towntour .wrapper .menubox .title {
    font-size: 3.3rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_lp section.towntour .wrapper .menubox .title {
    font-size: calc(3.3rem + ((1vw - 0.992rem) * (0)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_lp section.towntour .wrapper .menubox .title {
    font-size: calc(3.3rem + ((1vw - 0.768rem) * (0)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_lp section.towntour .wrapper .menubox .title {
    font-size: calc(3.3rem + ((1vw - 0.576rem) * (0)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_lp section.towntour .wrapper .menubox .title {
    font-size: calc(3.3rem + ((1vw - 0.421rem) * (0)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_lp section.towntour .wrapper .menubox .title {
    font-size: calc(3.3rem + ((1vw - 0.32rem) * (0)));
  }
}
#towntour_lp section.towntour .wrapper .menubox .title::after {
  content: "";
  background-image: url(../../images/towntour_lp/icon-leaf.svg);
  display: block;
  width: 52px;
  height: 43px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -52px;
  top: 0;
}
#towntour_lp section.towntour .wrapper .menubox .flex {
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 575px) {
  #towntour_lp section.towntour .wrapper .menubox .flex {
    display: block;
  }
}
#towntour_lp section.towntour .wrapper .menubox .flex ul {
  flex-basis: 46%;
}
@media screen and (max-width: 575px) {
  #towntour_lp section.towntour .wrapper .menubox .flex ul:first-child li:last-child a {
    border-bottom: 1px solid;
  }
}
#towntour_lp section.towntour .wrapper .menubox .flex ul li:not(:last-child) a {
  border-bottom: 1px solid;
}
#towntour_lp section.towntour .wrapper .menubox .flex ul li a {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  padding: 1rem 1rem 1rem 0;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  #towntour_lp section.towntour .wrapper .menubox .flex ul li a {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_lp section.towntour .wrapper .menubox .flex ul li a {
    font-size: calc(1.8rem + ((1vw - 0.992rem) * (0)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_lp section.towntour .wrapper .menubox .flex ul li a {
    font-size: calc(1.8rem + ((1vw - 0.768rem) * (0)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_lp section.towntour .wrapper .menubox .flex ul li a {
    font-size: calc(1.8rem + ((1vw - 0.576rem) * (0)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_lp section.towntour .wrapper .menubox .flex ul li a {
    font-size: calc(1.8rem + ((1vw - 0.421rem) * (0)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_lp section.towntour .wrapper .menubox .flex ul li a {
    font-size: calc(1.8rem + ((1vw - 0.32rem) * (0)));
  }
}
#towntour_lp section.towntour .wrapper .menubox .flex ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(135deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
}
#towntour_lp section.towntour .wrapper .menubox .illust {
  position: absolute;
  display: block;
  left: -105px;
  bottom: -100px;
  width: 168px;
}
@media screen and (max-width: 991px) {
  #towntour_lp section.towntour .wrapper .menubox .illust {
    left: auto;
    right: 10px;
  }
}
@media screen and (max-width: 575px) {
  #towntour_lp section.towntour .wrapper .menubox .illust {
    width: 105px;
    bottom: -55px;
  }
}
#towntour_lp section.towntour .wrapper .about h3 {
  text-align: center;
  padding-bottom: 4rem;
}
@media screen and (max-width: 575px) {
  #towntour_lp section.towntour .wrapper .about h3 {
    padding-bottom: 3rem;
  }
}
#towntour_lp section.towntour .wrapper .about h3 img {
  max-width: 286px;
}
@media screen and (max-width: 575px) {
  #towntour_lp section.towntour .wrapper .about h3 img {
    max-width: 252px;
  }
}
#towntour_lp section.towntour .wrapper .about > p {
  line-height: 1.944;
  padding-bottom: 8rem;
}
@media only screen and (min-width: 1200px) {
  #towntour_lp section.towntour .wrapper .about > p {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_lp section.towntour .wrapper .about > p {
    font-size: calc(1.76rem + ((1vw - 0.992rem) * (0.193236715)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_lp section.towntour .wrapper .about > p {
    font-size: calc(1.72rem + ((1vw - 0.768rem) * (0.1793721973)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_lp section.towntour .wrapper .about > p {
    font-size: calc(1.68rem + ((1vw - 0.576rem) * (0.2094240838)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_lp section.towntour .wrapper .about > p {
    font-size: calc(1.64rem + ((1vw - 0.421rem) * (0.2597402597)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_lp section.towntour .wrapper .about > p {
    font-size: calc(1.6rem + ((1vw - 0.32rem) * (0.4)));
  }
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .wrapper .about > p {
    line-height: 1.75;
    padding-bottom: 4rem;
  }
}
#towntour_lp section.towntour .wrapper .about > .flex {
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .wrapper .about > .flex {
    display: block;
    text-align: center;
  }
}
#towntour_lp section.towntour .wrapper .about > .flex > .item {
  flex-basis: 49%;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .wrapper .about > .flex > .item > img {
    max-width: 343px;
    display: block;
    margin: 0 auto;
  }
}
#towntour_lp section.towntour .wrapper .about > .flex > .item .flex {
  align-items: end;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .wrapper .about > .flex > .item .flex {
    justify-content: center;
    padding-top: 5rem;
  }
}
#towntour_lp section.towntour .wrapper .about > .flex > .item .flex .item h4 {
  color: #1e9884;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 2;
}
@media only screen and (min-width: 1200px) {
  #towntour_lp section.towntour .wrapper .about > .flex > .item .flex .item h4 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_lp section.towntour .wrapper .about > .flex > .item .flex .item h4 {
    font-size: calc(1.96rem + ((1vw - 0.992rem) * (0.193236715)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_lp section.towntour .wrapper .about > .flex > .item .flex .item h4 {
    font-size: calc(1.92rem + ((1vw - 0.768rem) * (0.1793721973)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_lp section.towntour .wrapper .about > .flex > .item .flex .item h4 {
    font-size: calc(1.88rem + ((1vw - 0.576rem) * (0.2094240838)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_lp section.towntour .wrapper .about > .flex > .item .flex .item h4 {
    font-size: calc(1.84rem + ((1vw - 0.421rem) * (0.2597402597)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_lp section.towntour .wrapper .about > .flex > .item .flex .item h4 {
    font-size: calc(1.8rem + ((1vw - 0.32rem) * (0.4)));
  }
}
#towntour_lp section.towntour .wrapper .about > .flex > .item .flex .item img {
  width: 84px;
}
@media screen and (max-width: 991px) {
  #towntour_lp section.towntour .wrapper .about > .flex > .item .flex .item img {
    display: none;
  }
}
#towntour_lp section.towntour .wrapper .about > .flex > .item p {
  font-size: 15px;
  line-height: 1.933;
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .wrapper .about > .flex > .item p {
    text-align: left;
  }
}
#towntour_lp section.towntour .inleaf {
  position: absolute;
  width: 136px;
}
@media screen and (max-width: 1199px) {
  #towntour_lp section.towntour .inleaf {
    width: 100px;
  }
}
@media screen and (max-width: 991px) {
  #towntour_lp section.towntour .inleaf {
    width: 70px;
  }
}
#towntour_lp section.towntour .inleaf.inleaf-r {
  right: 0;
  top: 230px;
}
@media screen and (max-width: 1400px) {
  #towntour_lp section.towntour .inleaf.inleaf-r {
    top: 120px;
  }
}
@media screen and (max-width: 991px) {
  #towntour_lp section.towntour .inleaf.inleaf-r {
    top: 80px;
  }
}
@media screen and (max-width: 575px) {
  #towntour_lp section.towntour .inleaf.inleaf-r {
    top: 1700px;
  }
}
#towntour_lp section.towntour .inleaf.inleaf-l {
  left: 0;
  top: 1150px;
}
@media screen and (max-width: 991px) {
  #towntour_lp section.towntour .inleaf.inleaf-l {
    top: 1170px;
  }
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .inleaf.inleaf-l {
    top: 1480px;
    width: 50px;
  }
}
@media screen and (max-width: 575px) {
  #towntour_lp section.towntour .inleaf.inleaf-l {
    top: 650px;
    width: 70px;
  }
}
#towntour_lp section.towntour .concept .bg {
  background-image: url(../../images/towntour_lp/concept-main.webp);
  background-size: cover;
  margin-top: 20rem;
  padding-top: 6rem;
  position: relative;
  height: 800px;
  background-position: center;
}
@media screen and (max-width: 575px) {
  #towntour_lp section.towntour .concept .bg {
    background-image: url(../../images/towntour_lp/concept-main-sp.webp);
    margin-top: 15rem;
    height: 553px;
  }
}
#towntour_lp section.towntour .concept .bg h3 {
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.02;
}
@media only screen and (min-width: 1200px) {
  #towntour_lp section.towntour .concept .bg h3 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_lp section.towntour .concept .bg h3 {
    font-size: calc(1.96rem + ((1vw - 0.992rem) * (0.193236715)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_lp section.towntour .concept .bg h3 {
    font-size: calc(1.92rem + ((1vw - 0.768rem) * (0.1793721973)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_lp section.towntour .concept .bg h3 {
    font-size: calc(1.88rem + ((1vw - 0.576rem) * (0.2094240838)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_lp section.towntour .concept .bg h3 {
    font-size: calc(1.84rem + ((1vw - 0.421rem) * (0.2597402597)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_lp section.towntour .concept .bg h3 {
    font-size: calc(1.8rem + ((1vw - 0.32rem) * (0.4)));
  }
}
#towntour_lp section.towntour .concept .bg h3 img {
  width: 100%;
  max-width: 378px;
  padding-top: 3rem;
}
@media screen and (max-width: 575px) {
  #towntour_lp section.towntour .concept .bg h3 img {
    max-width: 244px;
  }
}
#towntour_lp section.towntour .concept .bg .hill {
  position: absolute;
  width: 100%;
  bottom: -5px;
  left: 0;
  display: block;
}
#towntour_lp section.towntour .concept .txtbox {
  background-color: #e4f8aa;
  padding: 0 0 10rem;
}
@media screen and (max-width: 575px) {
  #towntour_lp section.towntour .concept .txtbox {
    padding: 4rem 0;
  }
}
#towntour_lp section.towntour .concept .txtbox p {
  color: #1e9884;
  text-align: center;
  line-height: 1.944;
  font-weight: 500;
}
@media only screen and (min-width: 1200px) {
  #towntour_lp section.towntour .concept .txtbox p {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_lp section.towntour .concept .txtbox p {
    font-size: calc(1.76rem + ((1vw - 0.992rem) * (0.193236715)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_lp section.towntour .concept .txtbox p {
    font-size: calc(1.72rem + ((1vw - 0.768rem) * (0.1793721973)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_lp section.towntour .concept .txtbox p {
    font-size: calc(1.68rem + ((1vw - 0.576rem) * (0.2094240838)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_lp section.towntour .concept .txtbox p {
    font-size: calc(1.64rem + ((1vw - 0.421rem) * (0.2597402597)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_lp section.towntour .concept .txtbox p {
    font-size: calc(1.6rem + ((1vw - 0.32rem) * (0.4)));
  }
}
@media screen and (max-width: 575px) {
  #towntour_lp section.towntour .concept .txtbox p {
    letter-spacing: 0;
    line-height: 1.688;
  }
}
#towntour_lp section.towntour .point {
  padding: 10rem 0 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .point {
    padding: 6rem 0;
  }
}
#towntour_lp section.towntour .point h2 {
  padding-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .point h2 {
    padding-bottom: 3rem;
  }
}
#towntour_lp section.towntour .point h2 img {
  width: 100%;
  max-width: 329px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .point h2 img {
    max-width: 215px;
  }
}
#towntour_lp section.towntour .point .point-list {
  justify-content: space-between;
  flex-wrap: wrap;
}
#towntour_lp section.towntour .point .point-list .point-item {
  flex-basis: 47.5%;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .point .point-list .point-item {
    flex-basis: 100%;
  }
}
#towntour_lp section.towntour .point .point-list .point-item:nth-child(n+3) {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .point .point-list .point-item:nth-child(n+2) {
    margin-top: 4rem;
  }
}
#towntour_lp section.towntour .point .point-list .point-item h3 {
  align-items: end;
}
#towntour_lp section.towntour .point .point-list .point-item h3 img {
  width: 100%;
  display: block;
}
#towntour_lp section.towntour .point .point-list .point-item h3 img.num {
  max-width: 107px;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .point .point-list .point-item h3 img.num {
    max-width: 76px;
  }
}
#towntour_lp section.towntour .point .point-list .point-item h3 img.icon {
  max-width: 36px;
  margin: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .point .point-list .point-item h3 img.icon {
    max-width: 30px;
  }
}
#towntour_lp section.towntour .point .point-list .point-item h3 p {
  color: #1e9884;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media only screen and (min-width: 1200px) {
  #towntour_lp section.towntour .point .point-list .point-item h3 p {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_lp section.towntour .point .point-list .point-item h3 p {
    font-size: calc(2.08rem + ((1vw - 0.992rem) * (0.5797101449)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_lp section.towntour .point .point-list .point-item h3 p {
    font-size: calc(1.96rem + ((1vw - 0.768rem) * (0.5381165919)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_lp section.towntour .point .point-list .point-item h3 p {
    font-size: calc(1.84rem + ((1vw - 0.576rem) * (0.6282722513)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_lp section.towntour .point .point-list .point-item h3 p {
    font-size: calc(1.72rem + ((1vw - 0.421rem) * (0.7792207792)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_lp section.towntour .point .point-list .point-item h3 p {
    font-size: calc(1.6rem + ((1vw - 0.32rem) * (1.2)));
  }
}
#towntour_lp section.towntour .point .point-list .point-item .main-img {
  margin: 3rem 0;
}
#towntour_lp section.towntour .point .point-list .point-item > p {
  line-height: 1.75;
  letter-spacing: 0.03em;
}
#towntour_lp section.towntour .point .inleaf {
  position: absolute;
  width: 128px;
}
#towntour_lp section.towntour .point .inleaf.inleaf-r {
  top: 150px;
  right: 0;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .point .inleaf.inleaf-r {
    width: 84px;
    top: 20px;
  }
}
#towntour_lp section.towntour .point .inleaf.inleaf-l {
  top: 750px;
  left: 0;
}
@media screen and (max-width: 1199px) {
  #towntour_lp section.towntour .point .inleaf.inleaf-l {
    display: none;
  }
}
#towntour_lp section.towntour .cta-tour {
  position: relative;
}
#towntour_lp section.towntour .cta-tour > .center {
  background-color: #e4f8aa;
  padding-bottom: 3rem;
  padding-top: 2rem;
}
@media screen and (max-width: 1199px) {
  #towntour_lp section.towntour .cta-tour > .center {
    padding-top: 1rem;
  }
}
#towntour_lp section.towntour .cta-tour > .center p {
  display: inline-block;
}
#towntour_lp section.towntour .cta-tour > .center p .border {
  border-color: #333;
}
#towntour_lp section.towntour .cta-tour > .center p .emoji {
  margin: 0 0.5rem 0.4rem 0.3rem;
  width: 16px;
}
#towntour_lp section.towntour .cta-tour > .center .wrapper .green_circle {
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 456px;
  margin: 3rem auto 0;
}
@media screen and (max-width: 991px) {
  #towntour_lp section.towntour .cta-tour > .center .wrapper .green_circle {
    max-width: 290px;
  }
}
#towntour_lp section.towntour .cta-tour > .center .wrapper .green_circle .item {
  flex-basis: 33%;
  background-color: #12B9AC;
  max-width: 135px;
  height: 135px;
  border-radius: 135px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  #towntour_lp section.towntour .cta-tour > .center .wrapper .green_circle .item {
    max-width: 92px;
    height: 92px;
  }
}
#towntour_lp section.towntour .cta-tour > .center .wrapper .green_circle .item img {
  display: block;
  max-width: 56px;
  margin: 0 auto 0.7rem;
}
@media screen and (max-width: 991px) {
  #towntour_lp section.towntour .cta-tour > .center .wrapper .green_circle .item img {
    max-width: 28px;
  }
}
#towntour_lp section.towntour .cta-tour > .center .wrapper .green_circle .item p {
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0;
}
@media only screen and (min-width: 1200px) {
  #towntour_lp section.towntour .cta-tour > .center .wrapper .green_circle .item p {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_lp section.towntour .cta-tour > .center .wrapper .green_circle .item p {
    font-size: calc(1.74rem + ((1vw - 0.992rem) * (0.2898550725)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_lp section.towntour .cta-tour > .center .wrapper .green_circle .item p {
    font-size: calc(1.68rem + ((1vw - 0.768rem) * (0.269058296)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_lp section.towntour .cta-tour > .center .wrapper .green_circle .item p {
    font-size: calc(1.62rem + ((1vw - 0.576rem) * (0.3141361257)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_lp section.towntour .cta-tour > .center .wrapper .green_circle .item p {
    font-size: calc(1.56rem + ((1vw - 0.421rem) * (0.3896103896)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_lp section.towntour .cta-tour > .center .wrapper .green_circle .item p {
    font-size: calc(1.5rem + ((1vw - 0.32rem) * (0.6)));
  }
}
#towntour_lp section.towntour .cta-tour .inleaf {
  position: absolute;
  width: 66px;
  top: 290px;
  right: 0;
}
#towntour_lp section.towntour .facts {
  background-color: #DCF8F8;
  padding: 8.5rem 0 17.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .facts {
    padding: 3rem 0 5rem;
  }
}
#towntour_lp section.towntour .facts .inleaf {
  position: absolute;
  width: 84px;
  top: 20px;
  left: 0;
}
#towntour_lp section.towntour .facts .wrapper h2 img {
  display: block;
  max-width: 497px;
  margin: 0 auto;
}
#towntour_lp section.towntour .facts .wrapper .center {
  padding-top: 7rem;
  line-height: 2;
}
@media only screen and (min-width: 1200px) {
  #towntour_lp section.towntour .facts .wrapper .center {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_lp section.towntour .facts .wrapper .center {
    font-size: calc(1.76rem + ((1vw - 0.992rem) * (0.193236715)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_lp section.towntour .facts .wrapper .center {
    font-size: calc(1.72rem + ((1vw - 0.768rem) * (0.1793721973)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_lp section.towntour .facts .wrapper .center {
    font-size: calc(1.68rem + ((1vw - 0.576rem) * (0.2094240838)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_lp section.towntour .facts .wrapper .center {
    font-size: calc(1.64rem + ((1vw - 0.421rem) * (0.2597402597)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_lp section.towntour .facts .wrapper .center {
    font-size: calc(1.6rem + ((1vw - 0.32rem) * (0.4)));
  }
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .facts .wrapper .center {
    line-height: 1.75;
    padding-top: 4rem;
  }
}
#towntour_lp section.towntour .facts .wrapper .white-wrap {
  background-color: #ffffff;
  padding: 12rem;
  padding: 10rem 10rem 5rem;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap {
    padding: 6rem;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap {
    padding: 3rem 2rem;
    border-radius: 20px;
  }
}
#towntour_lp section.towntour .facts .wrapper .white-wrap.first-white {
  margin-top: 10rem;
  border-radius: 20px 20px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap.first-white {
    margin-top: 4rem;
    border-radius: 20px;
  }
}
#towntour_lp section.towntour .facts .wrapper .white-wrap.first-white .inleaf {
  position: absolute;
  width: 128px;
}
@media screen and (max-width: 1400px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap.first-white .inleaf {
    display: none;
  }
}
#towntour_lp section.towntour .facts .wrapper .white-wrap.first-white .inleaf.inleaf-r {
  top: 2700px;
  left: -128px;
}
#towntour_lp section.towntour .facts .wrapper .white-wrap.first-white .inleaf.inleaf-l {
  top: 750px;
  left: auto;
  right: -128px;
}
#towntour_lp section.towntour .facts .wrapper .white-wrap.last-white {
  border-radius: 0 0 20px 20px;
  padding: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap.last-white {
    border-radius: 20px;
    background-color: #fdffd6;
  }
}
#towntour_lp section.towntour .facts .wrapper .white-wrap .data-list {
  margin: 0;
}
#towntour_lp section.towntour .facts .wrapper .white-wrap .data-list .tag {
  text-align: center;
  margin: 0rem 0 4rem;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap .data-list .tag {
    text-align: left;
    margin: 0rem 0 2rem;
    position: relative;
    padding-top: 4rem;
  }
}
#towntour_lp section.towntour .facts .wrapper .white-wrap .data-list .tag h3 {
  color: #fff;
  background-image: url(../../images/data/tag-bg01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 5px 5px 5px 0;
}
@media only screen and (min-width: 1200px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap .data-list .tag h3 {
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap .data-list .tag h3 {
    font-size: calc(2.44rem + ((1vw - 0.992rem) * (0.7729468599)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap .data-list .tag h3 {
    font-size: calc(2.28rem + ((1vw - 0.768rem) * (0.7174887892)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap .data-list .tag h3 {
    font-size: calc(2.12rem + ((1vw - 0.576rem) * (0.8376963351)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap .data-list .tag h3 {
    font-size: calc(1.96rem + ((1vw - 0.421rem) * (1.038961039)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap .data-list .tag h3 {
    font-size: calc(1.8rem + ((1vw - 0.32rem) * (1.6)));
  }
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap .data-list .tag h3 {
    background-position: left center;
    position: absolute;
    z-index: 0;
    top: 0;
    left: -2rem;
    width: 330px;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
  }
}
#towntour_lp section.towntour .facts .wrapper .white-wrap .data-list ul {
  width: 100%;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 2rem;
  row-gap: 2rem;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap .data-list ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
#towntour_lp section.towntour .facts .wrapper .white-wrap .data-list ul.hide {
  padding-top: 2rem;
}
#towntour_lp section.towntour .facts .wrapper .white-wrap .data-list.data-list01 {
  color: #4EB756;
}
#towntour_lp section.towntour .facts .wrapper .white-wrap .data-list.data-list02 {
  color: #86CB4A;
}
#towntour_lp section.towntour .facts .wrapper .white-wrap .data-list.data-list02 .tag h3 {
  background-image: url(../../images/data/tag-bg02.svg);
}
#towntour_lp section.towntour .facts .wrapper .white-wrap .data-list.data-list03 {
  color: #12B9AC;
}
#towntour_lp section.towntour .facts .wrapper .white-wrap .data-list.data-list03 .tag h3 {
  background-image: url(../../images/data/tag-bg03.svg);
}
#towntour_lp section.towntour .facts .wrapper .white-wrap .data-list.data-list04 {
  color: #09ABCD;
}
#towntour_lp section.towntour .facts .wrapper .white-wrap .data-list.data-list04 .tag h3 {
  background-image: url(../../images/data/tag-bg04.svg);
}
#towntour_lp section.towntour .facts .wrapper .white-wrap .data-list.data-list05 {
  color: #76B1E8;
}
#towntour_lp section.towntour .facts .wrapper .white-wrap .data-list.data-list05 .tag h3 {
  background-image: url(../../images/data/tag-bg05.svg);
}
#towntour_lp section.towntour .facts .wrapper .white-wrap .data-list.data-list06 {
  color: #43C4C9;
}
#towntour_lp section.towntour .facts .wrapper .white-wrap .data-list.data-list06 .tag h3 {
  background-image: url(../../images/data/tag-bg06.svg);
}
#towntour_lp section.towntour .facts .wrapper .white-wrap .data-list .readmore {
  position: relative;
  display: block;
  border: 1px solid;
  outline: 0;
  cursor: pointer;
  background: none;
  border-radius: 20px;
  padding: 0.2rem 2rem 0.2rem 1rem;
  margin: 2rem auto 0;
}
#towntour_lp section.towntour .facts .wrapper .white-wrap .data-list .readmore::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%) rotate(135deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
  transition: 0.3s;
}
#towntour_lp section.towntour .facts .wrapper .white-wrap .data-list .readmore.on-click::before {
  transform: rotate(-45deg);
}
#towntour_lp section.towntour .facts .wrapper .white-wrap .data-list .readmore.on-click .open {
  display: none;
}
#towntour_lp section.towntour .facts .wrapper .white-wrap .data-list .readmore.on-click .close {
  display: block;
}
#towntour_lp section.towntour .facts .wrapper .white-wrap .data-list .readmore .open {
  display: block;
}
#towntour_lp section.towntour .facts .wrapper .white-wrap .data-list .readmore .close {
  display: none;
}
#towntour_lp section.towntour .facts .wrapper .white-wrap .number {
  background-color: #fdffd6;
  padding: 2rem;
  margin-top: 5rem;
  position: relative;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap .number {
    padding: 2rem 1rem;
    margin-top: 4rem;
  }
}
#towntour_lp section.towntour .facts .wrapper .white-wrap .number .icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -50px;
  width: 114px;
}
#towntour_lp section.towntour .facts .wrapper .white-wrap .number .icon img {
  width: 100%;
  max-width: 114px;
}
#towntour_lp section.towntour .facts .wrapper .white-wrap .number h3 {
  color: #1e9884;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1200px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap .number h3 {
    font-size: 2.3rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap .number h3 {
    font-size: calc(2.2rem + ((1vw - 0.992rem) * (0.4830917874)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap .number h3 {
    font-size: calc(2.1rem + ((1vw - 0.768rem) * (0.4484304933)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap .number h3 {
    font-size: calc(2rem + ((1vw - 0.576rem) * (0.5235602094)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap .number h3 {
    font-size: calc(1.9rem + ((1vw - 0.421rem) * (0.6493506494)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap .number h3 {
    font-size: calc(1.8rem + ((1vw - 0.32rem) * (1)));
  }
}
#towntour_lp section.towntour .facts .wrapper .white-wrap .number h3 span.txt-big {
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 1200px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap .number h3 span.txt-big {
    font-size: 3.1rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap .number h3 span.txt-big {
    font-size: calc(2.96rem + ((1vw - 0.992rem) * (0.6763285024)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap .number h3 span.txt-big {
    font-size: calc(2.82rem + ((1vw - 0.768rem) * (0.6278026906)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap .number h3 span.txt-big {
    font-size: calc(2.68rem + ((1vw - 0.576rem) * (0.7329842932)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap .number h3 span.txt-big {
    font-size: calc(2.54rem + ((1vw - 0.421rem) * (0.9090909091)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap .number h3 span.txt-big {
    font-size: calc(2.4rem + ((1vw - 0.32rem) * (1.4)));
  }
}
#towntour_lp section.towntour .facts .wrapper .white-wrap .number .flex {
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 2rem;
  max-width: 645px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap .number .flex {
    display: block;
  }
}
#towntour_lp section.towntour .facts .wrapper .white-wrap .number .flex .item {
  background-color: #DCF8F8;
  border-radius: 10px;
  padding: 2.2rem 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-basis: 32.6666666667%;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap .number .flex .item {
    display: flex;
    align-items: baseline;
    justify-content: center;
    padding: 0.1rem 1rem;
    border-radius: 13px;
    margin-bottom: 1rem;
    align-items: center;
    flex-direction: row;
  }
}
#towntour_lp section.towntour .facts .wrapper .white-wrap .number .flex .item.fewline {
  padding: 1rem 0.5rem;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap .number .flex .item.fewline {
    padding: 0.1rem 1rem;
  }
}
#towntour_lp section.towntour .facts .wrapper .white-wrap .number .flex .item p {
  color: #1e9884;
  text-align: center;
  font-weight: bold;
  line-height: 1.667;
  letter-spacing: 0em;
}
@media only screen and (min-width: 1200px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap .number .flex .item p {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap .number .flex .item p {
    font-size: calc(1.58rem + ((1vw - 0.992rem) * (0.0966183575)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap .number .flex .item p {
    font-size: calc(1.56rem + ((1vw - 0.768rem) * (0.0896860987)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap .number .flex .item p {
    font-size: calc(1.54rem + ((1vw - 0.576rem) * (0.1047120419)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap .number .flex .item p {
    font-size: calc(1.52rem + ((1vw - 0.421rem) * (0.1298701299)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap .number .flex .item p {
    font-size: calc(1.5rem + ((1vw - 0.32rem) * (0.2)));
  }
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap .number .flex .item p.title {
    line-height: 1.3;
  }
}
#towntour_lp section.towntour .facts .wrapper .white-wrap .number .flex .item p.numitem {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
#towntour_lp section.towntour .facts .wrapper .white-wrap .number .flex .item p.numitem span.txt-big {
  padding: 0 0.5rem;
}
@media only screen and (min-width: 1200px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap .number .flex .item p.numitem span.txt-big {
    font-size: 4.6rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap .number .flex .item p.numitem span.txt-big {
    font-size: calc(4.2rem + ((1vw - 0.992rem) * (1.9323671498)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap .number .flex .item p.numitem span.txt-big {
    font-size: calc(3.8rem + ((1vw - 0.768rem) * (1.7937219731)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap .number .flex .item p.numitem span.txt-big {
    font-size: calc(3.4rem + ((1vw - 0.576rem) * (2.0942408377)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap .number .flex .item p.numitem span.txt-big {
    font-size: calc(3rem + ((1vw - 0.421rem) * (2.5974025974)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap .number .flex .item p.numitem span.txt-big {
    font-size: calc(2.6rem + ((1vw - 0.32rem) * (4)));
  }
}
#towntour_lp section.towntour .facts .wrapper .white-wrap .number .more {
  text-align: center;
  padding: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap .number .more {
    padding: 1rem 0 0;
  }
}
#towntour_lp section.towntour .facts .wrapper .white-wrap .number .more a {
  border-bottom: 1px solid;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap .number .more a {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap .number .more a {
    font-size: calc(1.42rem + ((1vw - 0.992rem) * (-0.0966183575)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap .number .more a {
    font-size: calc(1.44rem + ((1vw - 0.768rem) * (-0.0896860987)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap .number .more a {
    font-size: calc(1.46rem + ((1vw - 0.576rem) * (-0.1047120419)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap .number .more a {
    font-size: calc(1.48rem + ((1vw - 0.421rem) * (-0.1298701299)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_lp section.towntour .facts .wrapper .white-wrap .number .more a {
    font-size: calc(1.5rem + ((1vw - 0.32rem) * (-0.2)));
  }
}
#towntour_lp section.towntour .facts .wrapper .white-wrap .number .more a::after {
  content: "";
  background-image: url(../../images/education/icon-blank.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  bottom: 1px;
  right: -25px;
}
#towntour_lp section.towntour .overview {
  position: relative;
}
#towntour_lp section.towntour .overview .main {
  position: relative;
  height: 630px;
  background-image: url(../../images/towntour_lp/overview-main.webp);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 575px) {
  #towntour_lp section.towntour .overview .main {
    background-image: url(../../images/towntour_lp/overview-main-sp.webp);
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
    height: 480px;
  }
}
#towntour_lp section.towntour .overview .main .illust {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 575px) {
  #towntour_lp section.towntour .overview .main .illust {
    display: none;
  }
}
#towntour_lp section.towntour .overview .main .illust img {
  width: 100%;
}
#towntour_lp section.towntour .overview .main h2 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -70px;
  max-width: 300px;
}
@media screen and (max-width: 575px) {
  #towntour_lp section.towntour .overview .main h2 {
    bottom: auto;
    top: 50px;
    max-width: 200px;
  }
}
#towntour_lp section.towntour .overview .main h2::before {
  content: "";
  background-image: url(../../images/towntour_lp/overview-free.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 142px;
  height: 143px;
  display: block;
  width: 142px;
  height: 143px;
  position: absolute;
  left: -150px;
  top: -20px;
}
@media screen and (max-width: 575px) {
  #towntour_lp section.towntour .overview .main h2::before {
    width: 86px;
    height: 87px;
    left: -60px;
    top: -40px;
  }
}
#towntour_lp section.towntour .overview .main h2 p {
  font-weight: 700;
  text-align: center;
}
#towntour_lp section.towntour .overview .main h2 p:first-child {
  color: #1e9884;
}
@media only screen and (min-width: 1200px) {
  #towntour_lp section.towntour .overview .main h2 p:first-child {
    font-size: 3.3rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_lp section.towntour .overview .main h2 p:first-child {
    font-size: calc(3.04rem + ((1vw - 0.992rem) * (1.2560386473)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_lp section.towntour .overview .main h2 p:first-child {
    font-size: calc(2.78rem + ((1vw - 0.768rem) * (1.1659192825)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_lp section.towntour .overview .main h2 p:first-child {
    font-size: calc(2.52rem + ((1vw - 0.576rem) * (1.3612565445)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_lp section.towntour .overview .main h2 p:first-child {
    font-size: calc(2.26rem + ((1vw - 0.421rem) * (1.6883116883)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_lp section.towntour .overview .main h2 p:first-child {
    font-size: calc(2rem + ((1vw - 0.32rem) * (2.6)));
  }
}
#towntour_lp section.towntour .overview .main h2 p:last-child {
  color: #12B9AC;
}
@media only screen and (min-width: 1200px) {
  #towntour_lp section.towntour .overview .main h2 p:last-child {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_lp section.towntour .overview .main h2 p:last-child {
    font-size: calc(3.6rem + ((1vw - 0.992rem) * (1.9323671498)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_lp section.towntour .overview .main h2 p:last-child {
    font-size: calc(3.2rem + ((1vw - 0.768rem) * (1.7937219731)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_lp section.towntour .overview .main h2 p:last-child {
    font-size: calc(2.8rem + ((1vw - 0.576rem) * (2.0942408377)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_lp section.towntour .overview .main h2 p:last-child {
    font-size: calc(2.4rem + ((1vw - 0.421rem) * (2.5974025974)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_lp section.towntour .overview .main h2 p:last-child {
    font-size: calc(2rem + ((1vw - 0.32rem) * (4)));
  }
}
#towntour_lp section.towntour .overview .intro {
  margin-top: 10rem;
}
@media screen and (max-width: 575px) {
  #towntour_lp section.towntour .overview .intro {
    margin-top: 0;
  }
}
#towntour_lp section.towntour .overview .intro p {
  padding-top: 2rem;
  line-height: 2;
}
#towntour_lp section.towntour .overview .intro p.title {
  font-weight: 700;
  color: #1e9884;
}
@media only screen and (min-width: 1200px) {
  #towntour_lp section.towntour .overview .intro p.title {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_lp section.towntour .overview .intro p.title {
    font-size: calc(2.36rem + ((1vw - 0.992rem) * (0.6763285024)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_lp section.towntour .overview .intro p.title {
    font-size: calc(2.22rem + ((1vw - 0.768rem) * (0.6278026906)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_lp section.towntour .overview .intro p.title {
    font-size: calc(2.08rem + ((1vw - 0.576rem) * (0.7329842932)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_lp section.towntour .overview .intro p.title {
    font-size: calc(1.94rem + ((1vw - 0.421rem) * (0.9090909091)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_lp section.towntour .overview .intro p.title {
    font-size: calc(1.8rem + ((1vw - 0.32rem) * (1.4)));
  }
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .overview .intro p.title {
    margin: 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .overview .intro p:last-child {
    text-align: left;
  }
}
#towntour_lp section.towntour .overview .tour-contents {
  background-color: #fdffd6;
  border-radius: 15px;
  box-shadow: 1px 3px 0px #168371;
  position: relative;
  margin-top: 6rem;
  padding: 6rem 3rem;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .overview .tour-contents {
    margin-top: 3rem;
    padding: 6rem 3rem 3rem;
  }
}
#towntour_lp section.towntour .overview .tour-contents::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  border: 2px solid #1e9884;
  border-radius: 15px;
}
#towntour_lp section.towntour .overview .tour-contents .frag {
  position: absolute;
  left: 50px;
  top: -25px;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .overview .tour-contents .frag {
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 200px;
    top: -20px;
  }
}
#towntour_lp section.towntour .overview .tour-contents .frag img {
  width: 100%;
  max-width: 268px;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .overview .tour-contents .frag img {
    max-width: 200px;
  }
}
#towntour_lp section.towntour .overview .tour-contents .flex {
  justify-content: space-between;
  text-align: center;
  flex-wrap: wrap;
  max-width: 872px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .overview .tour-contents .flex {
    flex-direction: column;
    max-width: 300px;
  }
}
#towntour_lp section.towntour .overview .tour-contents .flex .item {
  flex-basis: 32.6666666667%;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .overview .tour-contents .flex .item {
    display: flex;
    align-items: center;
    padding-bottom: 2rem;
    justify-content: space-between;
    margin-bottom: 2rem;
  }
  #towntour_lp section.towntour .overview .tour-contents .flex .item:nth-child(even) {
    flex-direction: row-reverse;
  }
  #towntour_lp section.towntour .overview .tour-contents .flex .item:nth-child(even) p::before, #towntour_lp section.towntour .overview .tour-contents .flex .item:nth-child(even) p::after {
    right: -30px;
  }
  #towntour_lp section.towntour .overview .tour-contents .flex .item:nth-child(even) p::before {
    top: 0;
    transform: rotate(20deg);
  }
  #towntour_lp section.towntour .overview .tour-contents .flex .item:nth-child(even) p::after {
    bottom: -5px;
    transform: rotate(-20deg);
  }
}
#towntour_lp section.towntour .overview .tour-contents .flex .item img {
  width: 100%;
  max-width: 153px;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .overview .tour-contents .flex .item img {
    max-width: 130px;
  }
}
#towntour_lp section.towntour .overview .tour-contents .flex .item p {
  font-weight: 700;
  color: #1e9884;
  letter-spacing: -0.05em;
  line-height: 1.533;
  padding-top: 1rem;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  #towntour_lp section.towntour .overview .tour-contents .flex .item p {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_lp section.towntour .overview .tour-contents .flex .item p {
    font-size: calc(1.56rem + ((1vw - 0.992rem) * (-0.2898550725)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_lp section.towntour .overview .tour-contents .flex .item p {
    font-size: calc(1.62rem + ((1vw - 0.768rem) * (-0.269058296)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_lp section.towntour .overview .tour-contents .flex .item p {
    font-size: calc(1.68rem + ((1vw - 0.576rem) * (-0.3141361257)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_lp section.towntour .overview .tour-contents .flex .item p {
    font-size: calc(1.74rem + ((1vw - 0.421rem) * (-0.3896103896)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_lp section.towntour .overview .tour-contents .flex .item p {
    font-size: calc(1.8rem + ((1vw - 0.32rem) * (-0.6)));
  }
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .overview .tour-contents .flex .item p::before, #towntour_lp section.towntour .overview .tour-contents .flex .item p::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 0;
    border-top: 4px dotted;
    right: 40px;
  }
  #towntour_lp section.towntour .overview .tour-contents .flex .item p::before {
    top: -13px;
    transform: rotate(-20deg);
  }
  #towntour_lp section.towntour .overview .tour-contents .flex .item p::after {
    bottom: -20px;
    transform: rotate(20deg);
  }
}
#towntour_lp section.towntour .overview .tour-contents .time {
  text-align: center;
  background-color: #ffffff;
  padding: 2rem;
  font-weight: 500;
  max-width: 500px;
  margin: 3rem auto 0;
}
#towntour_lp section.towntour .overview .tour-contents .time p.maintxt {
  color: #1e9884;
  letter-spacing: 0;
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 1200px) {
  #towntour_lp section.towntour .overview .tour-contents .time p.maintxt {
    font-size: 2.7rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_lp section.towntour .overview .tour-contents .time p.maintxt {
    font-size: calc(2.56rem + ((1vw - 0.992rem) * (0.6763285024)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_lp section.towntour .overview .tour-contents .time p.maintxt {
    font-size: calc(2.42rem + ((1vw - 0.768rem) * (0.6278026906)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_lp section.towntour .overview .tour-contents .time p.maintxt {
    font-size: calc(2.28rem + ((1vw - 0.576rem) * (0.7329842932)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_lp section.towntour .overview .tour-contents .time p.maintxt {
    font-size: calc(2.14rem + ((1vw - 0.421rem) * (0.9090909091)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_lp section.towntour .overview .tour-contents .time p.maintxt {
    font-size: calc(2rem + ((1vw - 0.32rem) * (1.4)));
  }
}
#towntour_lp section.towntour .overview .tour-contents .time p.maintxt::before {
  content: "";
  background-image: url(../../images/towntour_lp/icon-hourglass.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 33px;
  display: block;
  position: absolute;
  left: -30px;
  top: 10px;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .overview .tour-contents .time p.maintxt::before {
    width: 16px;
    height: 22px;
    left: 0;
    top: 0;
  }
}
#towntour_lp section.towntour .overview .tour-contents .time p.maintxt span {
  position: relative;
  margin-right: 3rem;
}
@media only screen and (min-width: 1200px) {
  #towntour_lp section.towntour .overview .tour-contents .time p.maintxt span {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_lp section.towntour .overview .tour-contents .time p.maintxt span {
    font-size: calc(1.6rem + ((1vw - 0.992rem) * (0)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_lp section.towntour .overview .tour-contents .time p.maintxt span {
    font-size: calc(1.6rem + ((1vw - 0.768rem) * (0)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_lp section.towntour .overview .tour-contents .time p.maintxt span {
    font-size: calc(1.6rem + ((1vw - 0.576rem) * (0)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_lp section.towntour .overview .tour-contents .time p.maintxt span {
    font-size: calc(1.6rem + ((1vw - 0.421rem) * (0)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_lp section.towntour .overview .tour-contents .time p.maintxt span {
    font-size: calc(1.6rem + ((1vw - 0.32rem) * (0)));
  }
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .overview .tour-contents .time p.maintxt span {
    display: block;
    margin-right: 0;
    padding-bottom: 1rem;
    line-height: 2rem;
  }
}
#towntour_lp section.towntour .overview .tour-contents .time p.maintxt span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2rem;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .overview .tour-contents .time p.maintxt span::after {
    left: 0;
    right: 0;
    top: 25px;
    margin: 0 auto;
    transform: translateY(-50%) rotate(135deg);
  }
}
#towntour_lp section.towntour .overview .tour-contents .time p.note {
  font-weight: 400;
}
#towntour_lp section.towntour .overview .merit {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .overview .merit {
    padding-top: 3rem;
  }
}
#towntour_lp section.towntour .overview .merit .wrapper h3 {
  text-align: center;
}
#towntour_lp section.towntour .overview .merit .wrapper .flex {
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .overview .merit .wrapper .flex {
    display: block;
  }
}
#towntour_lp section.towntour .overview .merit .wrapper .flex .item {
  flex-basis: 30.6666666667%;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .overview .merit .wrapper .flex .item {
    display: flex;
    position: relative;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .overview .merit .wrapper .flex .item img {
    width: 100%;
    max-width: 116px;
  }
}
#towntour_lp section.towntour .overview .merit .wrapper .flex .item h4 {
  font-weight: 700;
  color: #1e9884;
  padding: 2rem 0 1rem;
}
@media only screen and (min-width: 1200px) {
  #towntour_lp section.towntour .overview .merit .wrapper .flex .item h4 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_lp section.towntour .overview .merit .wrapper .flex .item h4 {
    font-size: calc(1.96rem + ((1vw - 0.992rem) * (0.193236715)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_lp section.towntour .overview .merit .wrapper .flex .item h4 {
    font-size: calc(1.92rem + ((1vw - 0.768rem) * (0.1793721973)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_lp section.towntour .overview .merit .wrapper .flex .item h4 {
    font-size: calc(1.88rem + ((1vw - 0.576rem) * (0.2094240838)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_lp section.towntour .overview .merit .wrapper .flex .item h4 {
    font-size: calc(1.84rem + ((1vw - 0.421rem) * (0.2597402597)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_lp section.towntour .overview .merit .wrapper .flex .item h4 {
    font-size: calc(1.8rem + ((1vw - 0.32rem) * (0.4)));
  }
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .overview .merit .wrapper .flex .item h4 {
    position: absolute;
    left: 0;
    top: -30px;
    padding: 0;
  }
}
#towntour_lp section.towntour .overview .merit .wrapper .flex .item p {
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media only screen and (min-width: 1200px) {
  #towntour_lp section.towntour .overview .merit .wrapper .flex .item p {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_lp section.towntour .overview .merit .wrapper .flex .item p {
    font-size: calc(1.58rem + ((1vw - 0.992rem) * (0.0966183575)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_lp section.towntour .overview .merit .wrapper .flex .item p {
    font-size: calc(1.56rem + ((1vw - 0.768rem) * (0.0896860987)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_lp section.towntour .overview .merit .wrapper .flex .item p {
    font-size: calc(1.54rem + ((1vw - 0.576rem) * (0.1047120419)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_lp section.towntour .overview .merit .wrapper .flex .item p {
    font-size: calc(1.52rem + ((1vw - 0.421rem) * (0.1298701299)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_lp section.towntour .overview .merit .wrapper .flex .item p {
    font-size: calc(1.5rem + ((1vw - 0.32rem) * (0.2)));
  }
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .overview .merit .wrapper .flex .item p {
    padding-left: 1rem;
  }
}
#towntour_lp section.towntour .overview .merit .wrapper .flex .item p .icon {
  display: inline-block;
  max-width: 15px;
  margin: 0 0 0 2px;
  vertical-align: middle;
}
#towntour_lp section.towntour .overview .voice {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .overview .voice {
    padding-top: 3rem;
    border-radius: 15px;
    box-shadow: 1px 3px 0px #1e9884;
    border: 1px solid #1e9884;
    position: relative;
    margin-top: 12rem;
  }
}
#towntour_lp section.towntour .overview .voice .wrapper h3 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .overview .voice .wrapper h3 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -70px;
  }
}
#towntour_lp section.towntour .overview .voice .wrapper .flex {
  flex-wrap: wrap;
  justify-content: center;
  max-width: 630px;
  margin: 0 auto;
  padding-top: 7rem;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .overview .voice .wrapper .flex {
    display: block;
    padding-top: 2rem;
  }
}
#towntour_lp section.towntour .overview .voice .wrapper .flex .item {
  flex-basis: 46%;
  padding: 0 5rem;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .overview .voice .wrapper .flex .item {
    display: flex;
    padding: 2rem 0;
  }
}
@media screen and (max-width: 575px) {
  #towntour_lp section.towntour .overview .voice .wrapper .flex .item {
    align-items: center;
  }
}
#towntour_lp section.towntour .overview .voice .wrapper .flex .item:first-child {
  border-right: 4px dotted #1e9884;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .overview .voice .wrapper .flex .item:first-child {
    border-right: none;
    border-bottom: 4px dotted #1e9884;
  }
}
#towntour_lp section.towntour .overview .voice .wrapper .flex .item img {
  max-width: 150px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .overview .voice .wrapper .flex .item img {
    max-width: 88px;
  }
}
#towntour_lp section.towntour .overview .voice .wrapper .flex .item h4 {
  text-align: center;
  font-weight: 500;
  color: #1e9884;
  padding: 1rem 0;
  font-size: 15px;
}
#towntour_lp section.towntour .overview .voice .wrapper .flex .item p {
  line-height: 1.6;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .overview .voice .wrapper .flex .item p {
    padding-left: 1rem;
  }
}
#towntour_lp section.towntour .overview .benefit {
  margin: 5rem 0;
  display: block;
  text-align: center;
}
#towntour_lp section.towntour .overview .benefit-target {
  padding-bottom: 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .overview .benefit-target {
    padding-bottom: 3rem;
  }
}
#towntour_lp section.towntour .overview .benefit-target .flex {
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .overview .benefit-target .flex {
    display: block;
  }
}
#towntour_lp section.towntour .overview .benefit-target .flex .item {
  flex-basis: 50%;
}
#towntour_lp section.towntour .overview .benefit-target .flex .item:last-child {
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .overview .benefit-target .flex .item:last-child {
    max-width: 100%;
    margin-top: 3rem;
    padding-bottom: 3rem;
  }
}
#towntour_lp section.towntour .overview .benefit-target .flex .item .inner {
  padding: 0 3rem;
}
@media screen and (max-width: 575px) {
  #towntour_lp section.towntour .overview .benefit-target .flex .item .inner {
    padding: 0;
  }
}
#towntour_lp section.towntour .overview .benefit-target .flex .item .inner h4 {
  font-weight: 700;
  color: #1e9884;
  text-align: center;
  border-bottom: 2px dotted;
  margin-bottom: 2rem;
}
#towntour_lp section.towntour .overview .benefit-target .flex .item .inner ul li {
  color: #1e9884;
  position: relative;
  padding-left: 40px;
  font-weight: 500;
  padding-bottom: 1rem;
}
#towntour_lp section.towntour .overview .benefit-target .flex .item .inner ul li::before {
  content: "";
  display: block;
  width: 34px;
  height: 36px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
#towntour_lp section.towntour .overview .benefit-target .flex .item .inner ul li:nth-child(1)::before {
  background-image: url(../../images/towntour_lp/icon-green-leaf1.svg);
}
#towntour_lp section.towntour .overview .benefit-target .flex .item .inner ul li:nth-child(2)::before {
  background-image: url(../../images/towntour_lp/icon-green-leaf2.svg);
}
#towntour_lp section.towntour .overview .benefit-target .flex .item .inner ul li:nth-child(3)::before {
  background-image: url(../../images/towntour_lp/icon-green-leaf3.svg);
}
#towntour_lp section.towntour .overview .inleaf {
  position: absolute;
  width: 84px;
  top: auto;
}
#towntour_lp section.towntour .overview .inleaf.inleaf-l {
  bottom: 275px;
  left: 0;
}
#towntour_lp section.towntour .overview .inleaf.inleaf-r {
  bottom: 140px;
  right: 0;
}
#towntour_lp section.towntour .faq {
  background-color: #DCF8F8;
  padding: 10rem 0 5rem;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .faq {
    padding: 3rem 0;
  }
}
#towntour_lp section.towntour .faq .wrapper {
  max-width: 717px;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .faq .wrapper {
    max-width: 300px;
    padding: 0.5rem;
  }
}
#towntour_lp section.towntour .faq .wrapper h2 {
  text-align: center;
}
#towntour_lp section.towntour .faq .wrapper .faq-contents {
  padding-top: 4rem;
}
#towntour_lp section.towntour .faq .wrapper .faq-contents .faq-item {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 2rem 3rem;
}
@media screen and (max-width: 767px) {
  #towntour_lp section.towntour .faq .wrapper .faq-contents .faq-item {
    padding: 2rem 1rem;
  }
}
#towntour_lp section.towntour .faq .wrapper .faq-contents .faq-item:not(#towntour_lp section.towntour .faq .wrapper .faq-contents .faq-item:last-child) {
  margin-bottom: 2.5rem;
}
#towntour_lp section.towntour .faq .wrapper .faq-contents .faq-item p {
  letter-spacing: 0;
  position: relative;
  padding-left: 6rem;
}
#towntour_lp section.towntour .faq .wrapper .faq-contents .faq-item p::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 42px;
  display: block;
  position: absolute;
  top: -7px;
  left: 0;
}
#towntour_lp section.towntour .faq .wrapper .faq-contents .faq-item p.q {
  color: #1e9884;
  border-bottom: 1px dotted;
  font-weight: 500;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.222;
}
@media only screen and (min-width: 1200px) {
  #towntour_lp section.towntour .faq .wrapper .faq-contents .faq-item p.q {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_lp section.towntour .faq .wrapper .faq-contents .faq-item p.q {
    font-size: calc(1.74rem + ((1vw - 0.992rem) * (0.2898550725)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_lp section.towntour .faq .wrapper .faq-contents .faq-item p.q {
    font-size: calc(1.68rem + ((1vw - 0.768rem) * (0.269058296)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_lp section.towntour .faq .wrapper .faq-contents .faq-item p.q {
    font-size: calc(1.62rem + ((1vw - 0.576rem) * (0.3141361257)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_lp section.towntour .faq .wrapper .faq-contents .faq-item p.q {
    font-size: calc(1.56rem + ((1vw - 0.421rem) * (0.3896103896)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_lp section.towntour .faq .wrapper .faq-contents .faq-item p.q {
    font-size: calc(1.5rem + ((1vw - 0.32rem) * (0.6)));
  }
}
#towntour_lp section.towntour .faq .wrapper .faq-contents .faq-item p.q::before {
  background-image: url(../../images/towntour_lp/icon-q.svg);
}
#towntour_lp section.towntour .faq .wrapper .faq-contents .faq-item p.a {
  line-height: 1.5;
}
@media only screen and (min-width: 1200px) {
  #towntour_lp section.towntour .faq .wrapper .faq-contents .faq-item p.a {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #towntour_lp section.towntour .faq .wrapper .faq-contents .faq-item p.a {
    font-size: calc(1.58rem + ((1vw - 0.992rem) * (0.0966183575)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #towntour_lp section.towntour .faq .wrapper .faq-contents .faq-item p.a {
    font-size: calc(1.56rem + ((1vw - 0.768rem) * (0.0896860987)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #towntour_lp section.towntour .faq .wrapper .faq-contents .faq-item p.a {
    font-size: calc(1.54rem + ((1vw - 0.576rem) * (0.1047120419)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  #towntour_lp section.towntour .faq .wrapper .faq-contents .faq-item p.a {
    font-size: calc(1.52rem + ((1vw - 0.421rem) * (0.1298701299)));
  }
}
@media only screen and (max-width: 420px) {
  #towntour_lp section.towntour .faq .wrapper .faq-contents .faq-item p.a {
    font-size: calc(1.5rem + ((1vw - 0.32rem) * (0.2)));
  }
}
#towntour_lp section.towntour .faq .wrapper .faq-contents .faq-item p.a::before {
  background-image: url(../../images/towntour_lp/icon-a.svg);
}
#towntour_lp section.towntour .color-bg {
  background-color: #DCF8F8;
}

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