@charset "UTF-8";
@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

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

.spot-sub-ttl {
  margin-bottom: 40px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: fot-tsukuardgothic-std, serif;
  letter-spacing: 0.5px;
  text-align: center;
  color: #333333;
  font-weight: lighter;
}
@media screen and (max-width: 999px) {
  .spot-sub-ttl {
    margin-bottom: 30px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 600px) {
  .spot-sub-ttl {
    margin-bottom: 10px;
    font-size: 23px;
    font-size: 2.3rem;
  }
}

.btn-more.large {
  max-width: 580px;
  margin-top: 55px;
}
@media screen and (max-width: 600px) {
  .btn-more.large {
    max-width: 90%;
    margin-top: 40px;
  }
}
.btn-more.btn-green a {
  background-color: #7BA75B;
  color: #FFF;
}
.btn-more.btn-green a::after {
  border-left: 5px solid #FFF;
}

.link-more {
  text-align: center;
}
.link-more a {
  position: relative;
  display: block;
  width: 400px;
  margin: auto;
  font-size: 20px;
  font-size: 2rem;
  font-family: fot-tsukuardgothic-std, serif;
  line-height: 54px;
  font-weight: bold;
  color: #ffffff;
  background-color: #90B26C;
  border-radius: 25px;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .link-more a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 50px;
    width: 90%;
  }
}
.link-more a::after {
  position: absolute;
  content: "";
  background-image: url(../img/special-mountain/right_arrow_w.svg);
  background-size: cover;
  background-position: center;
  width: 5px;
  height: 9.3px;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mainvisual {
  width: 95%;
  margin: auto;
  padding-top: 30px;
  padding: 30px 0;
}
.mainvisual img {
  width: 100%;
}
.mainvisual .mainvisual-note {
  font-family: fot-tsukuardgothic-std, serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.5px;
  margin-top: 10px;
}
@media screen and (max-width: 999px) {
  .mainvisual .mainvisual-note {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .mainvisual .mainvisual-note {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 5px;
  }
}

.container {
  padding-bottom: 0;
}
.container .cyc-ttl {
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .container .cyc-ttl {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .container .cyc-ttl {
    margin-bottom: 25px;
  }
}
.container .cyc-ttl.tag04 {
  position: relative;
}
.container .cyc-ttl.tag04:after {
  background-image: url(../img/cycling/line_tag04.svg);
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  background-size: cover;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.container .cyc-ttl.tag04 .tag:before {
  background-image: url(../img/cycling/line_tag04.svg);
}
.container .cyc-ttl .tag {
  position: relative;
  margin-bottom: 15px;
}
.container .cyc-ttl .tag:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  background-size: cover;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.container .cyc-ttl .tag img {
  max-width: 180px;
}
.container .cyc-ttl h3 {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: fot-tsukuardgothic-std, serif;
}
@media screen and (max-width: 999px) {
  .container .cyc-ttl h3 {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .container .cyc-ttl h3 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.container .cyc-ttl h3 span {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 999px) {
  .container .cyc-ttl h3 span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .container .cyc-ttl h3 span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.container .detail {
  padding-bottom: 130px;
}
@media screen and (max-width: 999px) {
  .container .detail {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .container .detail {
    padding-bottom: 80px;
  }
}
.container .detail .wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .container .detail .wrap .item {
    display: block;
  }
}
.container .detail .wrap .item:nth-child(even) .text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.container .detail .wrap .item:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 999px) {
  .container .detail .wrap .item:not(:last-child) {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 600px) {
  .container .detail .wrap .item:not(:last-child) {
    margin-bottom: 60px;
  }
}
.container .detail .wrap .item .text {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .container .detail .wrap .item .text {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .container .detail .wrap .item .text {
    margin-bottom: 20px;
  }
}
.container .detail .wrap .item .text h4 {
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: fot-tsukuardgothic-std, serif;
  color: #90b26c;
  border-bottom: dotted 3px #b9b9b9;
}
@media screen and (max-width: 999px) {
  .container .detail .wrap .item .text h4 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 600px) {
  .container .detail .wrap .item .text h4 {
    margin-bottom: 13px;
    padding-bottom: 8px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.container .detail .wrap .item .text p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 999px) {
  .container .detail .wrap .item .text p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .container .detail .wrap .item .text p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.container .detail .wrap .item .image {
  position: relative;
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .container .detail .wrap .item .image {
    width: 100%;
  }
}
.container .detail .wrap .item .image:before {
  content: "";
  display: block;
  padding-top: 62.5%;
}
.container .detail .wrap .item .slide-wrap {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .container .detail .wrap .item .slide-wrap {
    width: 100%;
  }
}
.container .detail .wrap .item .slide-wrap .slide_selector {
  margin-bottom: 30px;
}
.container .detail .wrap .item .slide-wrap .slide_selector .slide_img {
  display: none;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
}
.container .detail .wrap .item .slide-wrap .slide_selector .slide_img:before {
  content: "";
  display: block;
  padding-top: 62.5%;
}
.container .detail .wrap .item .slide-wrap .slide_selector .slick-slide .slide {
  display: block;
}
.container .detail .wrap .item .slide-wrap .slide_selector .slick-dots {
  bottom: -30px;
}
.container .detail .movie {
  margin-top: 100px;
  padding: 30px 40px;
  border: solid 1px #dfdfdf;
  background-color: #f6f4ee;
}
@media screen and (max-width: 999px) {
  .container .detail .movie {
    margin-top: 80px;
  }
}
@media screen and (max-width: 600px) {
  .container .detail .movie {
    margin-top: 60px;
    padding: 25px 20px;
  }
}
.container .detail .movie .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .container .detail .movie .inner {
    display: block;
  }
}
.container .detail .movie .inner .text {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .container .detail .movie .inner .text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.container .detail .movie .inner .text h5 {
  margin-bottom: 15px;
}
.container .detail .movie .inner .text h5 img {
  max-width: 375px;
}
@media screen and (max-width: 767px) {
  .container .detail .movie .inner .text h5 img {
    max-width: 300px;
  }
}
@media screen and (max-width: 600px) {
  .container .detail .movie .inner .text h5 img {
    max-width: 250px;
  }
}
.container .detail .movie .inner .text p {
  margin-bottom: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 999px) {
  .container .detail .movie .inner .text p {
    font-size: 13.5px;
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 600px) {
  .container .detail .movie .inner .text p {
    margin-bottom: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.container .detail .movie .inner .text a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #333333;
}
@media screen and (max-width: 999px) {
  .container .detail .movie .inner .text a {
    font-size: 13.5px;
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 600px) {
  .container .detail .movie .inner .text a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.container .detail .movie .inner .youtube {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .container .detail .movie .inner .youtube {
    width: 100%;
  }
}
.container .detail .movie .inner .youtube .youtube-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.container .detail .movie .inner .youtube .youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.container .detail .btn-more {
  padding-top: 20px;
}
@media screen and (max-width: 600px) {
  .container .detail .btn-more {
    padding-top: 10px;
  }
}
.container .detail .btn-more p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.5px;
  text-align: center;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 999px) {
  .container .detail .btn-more p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .container .detail .btn-more p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.container .price-list {
  padding-bottom: 170px;
}
@media screen and (max-width: 999px) {
  .container .price-list {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 600px) {
  .container .price-list {
    padding-bottom: 120px;
  }
}
.container .price-list h3 {
  margin-bottom: 60px;
  font-family: fot-tsukuardgothic-std, serif;
  font-size: 36px;
  font-size: 3.6rem;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .container .price-list h3 {
    margin-bottom: 40px;
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .container .price-list h3 {
    margin-bottom: 20px;
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.container .price-list h3 span {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 999px) {
  .container .price-list h3 span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .container .price-list h3 span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.container .price-list table {
  width: 100%;
  margin-bottom: 15px;
  border-collapse: collapse;
}
.container .price-list table th, .container .price-list table td {
  padding: 20px 30px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  border: solid 1px #D7D7D7;
}
@media screen and (max-width: 999px) {
  .container .price-list table th, .container .price-list table td {
    font-size: 14.5px;
    font-size: 1.45rem;
  }
}
@media screen and (max-width: 600px) {
  .container .price-list table th, .container .price-list table td {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.container .price-list table th {
  background-color: #F2F2F2;
}
.container .price-list table tbody th {
  text-align: left;
}
.container .price-list ul li {
  position: relative;
  padding-left: 1em;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 999px) {
  .container .price-list ul li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .container .price-list ul li {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.container .price-list ul li:before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}
.container .price-list ul li:not(:last-child) {
  margin-bottom: 5px;
}
.container .information {
  padding-bottom: 100px;
  background-image: url(../img/category/bg_cat.jpg);
  background-repeat: repeat;
}
@media screen and (max-width: 600px) {
  .container .information {
    padding-bottom: 45px;
  }
}
.container .information h4 {
  position: relative;
  top: -30px;
  margin-bottom: 20px;
  font-size: 21px;
  font-size: 2.1rem;
  font-family: futura-pt, sans-serif;
  line-height: 60px;
  letter-spacing: 0.5px;
  color: #ffffff;
  background-image: url(../img/spot/bg_info.jpg);
  background-repeat: repeat;
  text-align: center;
  border-radius: 15px;
}
@media screen and (max-width: 999px) {
  .container .information h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .container .information h4 {
    top: -25px;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 50px;
  }
}
.container .information .info-wrap {
  margin-bottom: 40px;
  padding: 40px 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 8px 1px #b9b9b9;
          box-shadow: 0px 0px 8px 1px #b9b9b9;
  border-radius: 15px;
}
@media screen and (max-width: 600px) {
  .container .information .info-wrap {
    margin-bottom: 30px;
    padding: 25px 20px;
  }
}
.container .information .info-wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .container .information .info-wrap .item {
    display: block;
  }
}
.container .information .info-wrap .item:not(:last-child) {
  margin-bottom: 40px;
}
.container .information .info-wrap .item .text {
  width: 53%;
}
@media screen and (max-width: 767px) {
  .container .information .info-wrap .item .text {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .container .information .info-wrap .item .text {
    margin-bottom: 25px;
  }
}
.container .information .info-wrap .item .text h5 {
  margin-bottom: 15px;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 999px) {
  .container .information .info-wrap .item .text h5 {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .container .information .info-wrap .item .text h5 {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.container .information .info-wrap .item .text table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
.container .information .info-wrap .item .text table tr:nth-child(odd) {
  background-color: #eaeaea;
}
.container .information .info-wrap .item .text table tr:nth-child(even) {
  background-color: #fafafa;
}
.container .information .info-wrap .item .text table tr th, .container .information .info-wrap .item .text table tr td {
  padding: 10px 15px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
}
@media screen and (max-width: 999px) {
  .container .information .info-wrap .item .text table tr th, .container .information .info-wrap .item .text table tr td {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .container .information .info-wrap .item .text table tr th, .container .information .info-wrap .item .text table tr td {
    padding: 7px 8px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.container .information .info-wrap .item .text table tr th {
  width: 140px;
}
@media screen and (max-width: 600px) {
  .container .information .info-wrap .item .text table tr th {
    width: 30%;
  }
}
.container .information .info-wrap .item .text table tr td a {
  color: #333333;
}
.container .information .info-wrap .item .text table tr td a:hover {
  text-decoration: underline;
}
.container .information .info-wrap .item .map {
  width: 44%;
}
@media screen and (max-width: 767px) {
  .container .information .info-wrap .item .map {
    width: 100%;
  }
}
.container .information .info-wrap .item .map .map-wrap {
  position: relative;
  padding-bottom: 68.5%;
  height: 0;
  overflow: hidden;
}
.container .information .info-wrap .item .map .map-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.container .information .guide {
  margin: 100px 0 70px;
  padding: 40px 30px;
  border: 2px solid #90b26c;
}
@media screen and (max-width: 999px) {
  .container .information .guide {
    margin: 80px 0 70px;
  }
}
@media screen and (max-width: 600px) {
  .container .information .guide {
    margin: 60px 0 45px;
    padding: 25px 20px;
  }
}
.container .information .guide h5 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 999px) {
  .container .information .guide h5 {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .container .information .guide h5 {
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.container .information .guide ul li {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 1px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 999px) {
  .container .information .guide ul li {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .container .information .guide ul li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.container .information .guide ul li:not(:last-child) {
  margin-bottom: 8px;
}
.container .information .guide ul li::before {
  content: "・";
}
.container .information .guide p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 20px;
}
@media screen and (max-width: 999px) {
  .container .information .guide p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .container .information .guide p {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
.container .information .spot {
  margin-top: 80px;
}
@media screen and (max-width: 999px) {
  .container .information .spot {
    margin-top: 60px;
  }
}
@media screen and (max-width: 600px) {
  .container .information .spot {
    margin-top: 45px;
  }
}
.container .information .spot .wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .container .information .spot .wrap .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.container .information .spot .wrap .item:not(:last-child) {
  margin-bottom: 45px;
}
@media screen and (max-width: 600px) {
  .container .information .spot .wrap .item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.container .information .spot .wrap .item img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .container .information .spot .wrap .item img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.container .information .spot .wrap .item .text {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .container .information .spot .wrap .item .text {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .container .information .spot .wrap .item .text {
    margin-bottom: 20px;
  }
}
.container .information .spot .wrap .item .text h6 {
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: fot-tsukuardgothic-std, serif;
  color: #90b26c;
  border-bottom: dotted 3px #b9b9b9;
}
@media screen and (max-width: 999px) {
  .container .information .spot .wrap .item .text h6 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 600px) {
  .container .information .spot .wrap .item .text h6 {
    margin-bottom: 13px;
    padding-bottom: 8px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.container .information .spot .wrap .item .text p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 999px) {
  .container .information .spot .wrap .item .text p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .container .information .spot .wrap .item .text p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.container .information02 {
  padding: 100px 0;
}
@media screen and (max-width: 600px) {
  .container .information02 {
    padding: 45px 0;
  }
}
.container .information02 .spot .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .container .information02 .spot .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.container .information02 .spot .item:not(:last-child) {
  margin-bottom: 45px;
}
@media screen and (max-width: 600px) {
  .container .information02 .spot .item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.container .information02 .spot .item img {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .container .information02 .spot .item img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 600px) {
  .container .information02 .spot .item img {
    max-width: 300px;
    margin: auto;
  }
}
.container .information02 .spot .item .text {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .container .information02 .spot .item .text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.container .information02 .spot .item .text h6 {
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: fot-tsukuardgothic-std, serif;
  color: #90b26c;
  border-bottom: dotted 3px #b9b9b9;
}
@media screen and (max-width: 999px) {
  .container .information02 .spot .item .text h6 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 600px) {
  .container .information02 .spot .item .text h6 {
    margin-bottom: 13px;
    padding-bottom: 8px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.container .information02 .spot .item .text p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 999px) {
  .container .information02 .spot .item .text p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .container .information02 .spot .item .text p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.container .information02 .btn-more a:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .container .information02 .btn-more a:not(:last-child) {
    margin-bottom: 20px;
  }
}
.container .information03 {
  padding: 100px 0;
  background-image: url(../img/category/bg_cat.jpg);
  background-repeat: repeat;
}
@media screen and (max-width: 600px) {
  .container .information03 {
    padding: 45px 0;
  }
}
.container .information03 .spot {
  margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .container .information03 .spot {
    margin-bottom: 60px;
  }
}
.container .information03 .spot .wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .container .information03 .spot .wrap .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.container .information03 .spot .wrap .item:not(:last-child) {
  margin-bottom: 45px;
}
@media screen and (max-width: 600px) {
  .container .information03 .spot .wrap .item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.container .information03 .spot .wrap .item img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .container .information03 .spot .wrap .item img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.container .information03 .spot .wrap .item .text {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .container .information03 .spot .wrap .item .text {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .container .information03 .spot .wrap .item .text {
    margin-bottom: 20px;
  }
}
.container .information03 .spot .wrap .item .text h6 {
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: fot-tsukuardgothic-std, serif;
  color: #90b26c;
  border-bottom: dotted 3px #b9b9b9;
}
@media screen and (max-width: 999px) {
  .container .information03 .spot .wrap .item .text h6 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 600px) {
  .container .information03 .spot .wrap .item .text h6 {
    margin-bottom: 13px;
    padding-bottom: 8px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.container .information03 .spot .wrap .item .text p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 999px) {
  .container .information03 .spot .wrap .item .text p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .container .information03 .spot .wrap .item .text p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.container .information03 .spot-list-box {
  width: 100%;
  margin-bottom: 100px;
}
@media screen and (max-width: 999px) {
  .container .information03 .spot-list-box {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 600px) {
  .container .information03 .spot-list-box {
    margin-bottom: 60px;
  }
}
.container .information03 .spot-list-box .spot-sub-ttl {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .container .information03 .spot-list-box .spot-sub-ttl {
    margin-bottom: 10px;
  }
}
.container .information03 .spot-list-box .note {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}
@media screen and (max-width: 999px) {
  .container .information03 .spot-list-box .note {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .container .information03 .spot-list-box .note {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
}
.container .information03 .spot-list-box .note-bonus {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  text-align: right;
}
@media screen and (max-width: 999px) {
  .container .information03 .spot-list-box .note-bonus {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .container .information03 .spot-list-box .note-bonus {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.container .information03 .spot-list-box .note-bonus span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.container .information03 .spot-list-box .note-bonus span::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 23px;
  height: 23px;
  background: url(../img/cycling/icon_bonus_y.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .container .information03 .spot-list-box .btn-more.btn-more.large {
    margin-top: 30px;
  }
}
.container .information03 .spot-list-box .spot-list-tbl {
  width: 100%;
}
.container .information03 .spot-list-box .spot-list-tbl table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.container .information03 .spot-list-box .spot-list-tbl table tr, .container .information03 .spot-list-box .spot-list-tbl table th, .container .information03 .spot-list-box .spot-list-tbl table td {
  border: solid 1px #cecece;
  padding: 10px 15px;
}
@media screen and (max-width: 600px) {
  .container .information03 .spot-list-box .spot-list-tbl table tr, .container .information03 .spot-list-box .spot-list-tbl table th, .container .information03 .spot-list-box .spot-list-tbl table td {
    padding: 5px;
  }
}
.container .information03 .spot-list-box .spot-list-tbl table thead th {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #f2f2f2;
}
@media screen and (max-width: 999px) {
  .container .information03 .spot-list-box .spot-list-tbl table thead th {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .container .information03 .spot-list-box .spot-list-tbl table thead th {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.container .information03 .spot-list-box .spot-list-tbl table thead th:first-child {
  text-align: left;
}
.container .information03 .spot-list-box .spot-list-tbl table tbody {
  font-size: 12px;
  font-size: 1.2rem;
}
.container .information03 .spot-list-box .spot-list-tbl table tbody th {
  background-color: #f2f2f2;
  text-align: left;
  font-weight: lighter;
  width: 27%;
}
.container .information03 .spot-list-box .spot-list-tbl table tbody th .bonus-shop {
  position: relative;
  display: inline-block;
  padding-right: 30px;
}
.container .information03 .spot-list-box .spot-list-tbl table tbody th .bonus-shop::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 23px;
  height: 23px;
  background: url(../img/cycling/icon_bonus_y.png) no-repeat;
  background-size: cover;
}
.container .information03 .spot-list-box .spot-list-tbl table tbody td {
  background-color: #ffffff;
}
.container .information03 .spot-list-box .spot-list-tbl table tbody td.tel, .container .information03 .spot-list-box .spot-list-tbl table tbody td.time {
  width: 13%;
}
@media screen and (max-width: 600px) {
  .container .information03 .spot-list-box .spot-list-tbl table tbody td.tel, .container .information03 .spot-list-box .spot-list-tbl table tbody td.time {
    width: auto;
  }
}
.container .information03 .spot-list-box .spot-list-tbl table tbody td.holiday {
  width: 20%;
}
@media screen and (max-width: 600px) {
  .container .information03 .spot-list-box .spot-list-tbl table tbody td.holiday {
    width: auto;
  }
}
.container .information03 .spot-list-box .spot-list-tbl table a {
  color: #231815;
}
.container .information03 .map {
  height: 0;
  overflow: hidden;
  padding-bottom: 45%;
  position: relative;
}
@media screen and (max-width: 600px) {
  .container .information03 .map {
    height: 350px;
    padding: 0;
  }
}
.container .information03 .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.container .information03 .enq-box {
  margin-top: 100px;
}
@media screen and (max-width: 600px) {
  .container .information03 .enq-box {
    margin-top: 45px;
  }
}
@media screen and (max-width: 600px) {
  .container .information03 .enq-box .spot-sub-ttl br {
    display: none;
  }
}
.container .information03 .enq-box .present-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 600px) {
  .container .information03 .enq-box .present-wrap {
    display: block;
  }
}
.container .information03 .enq-box .present-wrap .item {
  max-width: 320px;
  width: 40%;
  position: relative;
  margin: 0 45px;
}
@media screen and (max-width: 999px) {
  .container .information03 .enq-box .present-wrap .item {
    width: 30%;
    margin: 0 35px;
  }
}
@media screen and (max-width: 600px) {
  .container .information03 .enq-box .present-wrap .item {
    width: 100%;
    margin: 35px auto 0;
  }
}
.container .information03 .enq-box .present-wrap .item.icon-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: -80px;
  width: 142px;
  height: 143px;
  background: url(../img/cycling/icon_enq_left.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 999px) {
  .container .information03 .enq-box .present-wrap .item.icon-left::before {
    left: -60px;
    width: 120px;
    height: 121px;
  }
}
@media screen and (max-width: 600px) {
  .container .information03 .enq-box .present-wrap .item.icon-left::before {
    left: -10px;
    width: 100px;
    height: 101px;
  }
}
.container .information03 .enq-box .present-wrap .item.icon-right::before {
  content: "";
  position: absolute;
  top: 0;
  right: -80px;
  width: 142px;
  height: 143px;
  background: url(../img/cycling/icon_enq_right.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 999px) {
  .container .information03 .enq-box .present-wrap .item.icon-right::before {
    right: -60px;
    width: 120px;
    height: 121px;
  }
}
@media screen and (max-width: 600px) {
  .container .information03 .enq-box .present-wrap .item.icon-right::before {
    left: -10px;
    width: 100px;
    height: 101px;
    background: url(../img/cycling/icon_enq_left.png) no-repeat;
    background-size: cover;
  }
}
.container .information03 .enq-box .present-wrap .item img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .container .information03 .enq-box .present-wrap .item img {
    width: 80%;
    margin: 0 auto;
  }
}
.container .information03 .enq-box .present-wrap .item p {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: fot-tsukuardgothic-std, serif;
  color: #90b26c;
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
}
@media screen and (max-width: 999px) {
  .container .information03 .enq-box .present-wrap .item p {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 600px) {
  .container .information03 .enq-box .present-wrap .item p {
    margin-top: 10px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.container .information03 .enq-box .btn-btmtxt {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0.5px;
  margin-top: 30px;
}
@media screen and (max-width: 999px) {
  .container .information03 .enq-box .btn-btmtxt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .container .information03 .enq-box .btn-btmtxt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 20px;
  }
}
.container .con-apply {
  padding: 110px 0 100px;
  background-image: url(../img/category/bg_cat.jpg);
  background-repeat: repeat;
}
@media screen and (max-width: 600px) {
  .container .con-apply {
    padding: 60px 0 50px;
  }
}
.container .con-apply h2 {
  margin-bottom: 40px;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .container .con-apply h2 {
    margin-bottom: 20px;
  }
}
.container .con-apply h2 span {
  position: relative;
  font-size: 38px;
  font-size: 3.8rem;
  font-family: fot-tsukuardgothic-std, serif;
  font-weight: bold;
  letter-spacing: 0px;
  color: #90B26C;
}
@media screen and (max-width: 999px) {
  .container .con-apply h2 span {
    margin-bottom: 40px;
    font-size: 27px;
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 600px) {
  .container .con-apply h2 span {
    margin-bottom: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.container .con-apply h2 span::before, .container .con-apply h2 span::after {
  position: absolute;
  content: "";
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 380px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
  .container .con-apply h2 span::before, .container .con-apply h2 span::after {
    height: 20px;
  }
}
.container .con-apply h2 span::before {
  left: -395px;
  background-image: url(../img/cycling/bg_title_left.png);
  background-position: center right;
}
@media screen and (max-width: 600px) {
  .container .con-apply h2 span::before {
    left: -390px;
  }
}
.container .con-apply h2 span::after {
  right: -395px;
  background-image: url(../img/cycling/bg_title_right.png);
  background-position: center left;
}
@media screen and (max-width: 600px) {
  .container .con-apply h2 span::after {
    right: -390px;
  }
}
.container .con-apply .intro-txt {
  margin-bottom: 60px;
  text-align: center;
  color: #dd2d2d;
}
@media screen and (max-width: 600px) {
  .container .con-apply .intro-txt {
    margin-bottom: 30px;
  }
}
.container .con-apply .intro-txt p.headline {
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: fot-tsukuardgothic-std, serif;
  font-weight: bold;
  letter-spacing: -0.5px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .container .con-apply .intro-txt p.headline {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 600px) {
  .container .con-apply .intro-txt p.headline {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.container .con-apply .intro-txt p.note {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 10px;
  padding-bottom: 40px;
}
@media screen and (max-width: 999px) {
  .container .con-apply .intro-txt p.note {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .container .con-apply .intro-txt p.note {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 5px;
    padding-bottom: 20px;
  }
}
.container .con-apply .intro-txt img {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.container .con-apply ul.list-apply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .container .con-apply ul.list-apply {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .container .con-apply ul.list-apply {
    display: block;
  }
}
.container .con-apply ul.list-apply li {
  width: 22.5%;
  position: relative;
}
@media screen and (max-width: 999px) {
  .container .con-apply ul.list-apply li {
    width: 45%;
    margin-right: 5%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .container .con-apply ul.list-apply li {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .container .con-apply ul.list-apply li:not(:last-child) {
    margin: 0 auto 80px;
  }
}
.container .con-apply ul.list-apply li:not(:last-child)::after {
  position: absolute;
  content: "";
  top: 78px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -27px;
  width: 19px;
  height: 38px;
  background: url(../img/cycling/icn_apply_arrow_right.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 999px) {
  .container .con-apply ul.list-apply li:not(:last-child)::after {
    right: -24px;
  }
}
@media screen and (max-width: 600px) {
  .container .con-apply ul.list-apply li:not(:last-child)::after {
    top: auto;
    left: 50%;
    right: auto;
    bottom: -55px;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}
.container .con-apply ul.list-apply li:nth-child(1) .box-image img {
  width: 65px;
}
.container .con-apply ul.list-apply li:nth-child(2) .box-image img {
  width: 48px;
}
.container .con-apply ul.list-apply li:nth-child(3) .box-image img {
  width: 61px;
}
.container .con-apply ul.list-apply li:nth-child(4) .box-image img {
  width: 67px;
}
.container .con-apply ul.list-apply li .box-image {
  position: relative;
  width: 160px;
  height: 160px;
  background-color: #fff;
  border-radius: 50%;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .container .con-apply ul.list-apply li .box-image {
    width: 140px;
    height: 140px;
  }
}
.container .con-apply ul.list-apply li .box-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.container .con-apply ul.list-apply li .box-detail {
  padding-top: 25px;
}
@media screen and (max-width: 600px) {
  .container .con-apply ul.list-apply li .box-detail {
    padding-top: 15px;
  }
}
.container .con-apply ul.list-apply li .box-detail h4 {
  padding-bottom: 18px;
  margin-bottom: 18px;
  background: url(../img/cycling/bg_dotted02.png) bottom center repeat-x;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 600px) {
  .container .con-apply ul.list-apply li .box-detail h4 {
    padding-bottom: 12px;
    margin-bottom: 15px;
  }
}
.container .con-apply ul.list-apply li .box-detail h4 span {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .container .con-apply ul.list-apply li .box-detail h4 span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.container .con-apply ul.list-apply li .box-detail p.txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 1px;
}
@media screen and (max-width: 600px) {
  .container .con-apply ul.list-apply li .box-detail p.txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.container .con-apply ul.list-apply li .box-detail p.txt span.fw-bold {
  font-weight: bold;
}
.container .con-apply ul.list-apply li .box-detail p.txt span.underline {
  text-decoration: underline;
}
.container .con-form {
  padding-top: 100px;
  padding-bottom: 90px;
}
@media screen and (max-width: 600px) {
  .container .con-form {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
.container .con-form h2.title-style01 {
  margin-bottom: 50px;
  font-size: 38px;
  font-size: 3.8rem;
  font-family: fot-tsukuardgothic-std, serif;
  font-weight: lighter;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .container .con-form h2.title-style01 {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .container .con-form h2.title-style01 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.container .con-form .form-wrap form.wpcf7-form {
  margin-bottom: 0;
}
.container .con-form .form-wrap form.wpcf7-form .mail-group {
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .container .con-form .form-wrap form.wpcf7-form .mail-group {
    margin-bottom: 30px;
  }
}
.container .con-form .form-wrap form.wpcf7-form .item {
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .container .con-form .form-wrap form.wpcf7-form .item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .container .con-form .form-wrap form.wpcf7-form .item .label-name {
    padding-right: 5px;
  }
}
.container .con-form .form-wrap form.wpcf7-form .item .label {
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #90B26C;
}
.container .con-form .form-wrap form.wpcf7-form .item .label .kome {
  color: #ffff67;
}
.container .con-form .form-wrap form.wpcf7-form .item .item-group {
  width: 75%;
}
@media screen and (max-width: 600px) {
  .container .con-form .form-wrap form.wpcf7-form .item .item-group {
    width: 100%;
  }
}
.container .con-form .form-wrap form.wpcf7-form .item .item-group label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .container .con-form .form-wrap form.wpcf7-form .item .item-group label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.container .con-form .form-wrap form.wpcf7-form .item .item-group label .wpcf7-form-control-wrap {
  width: 40%;
}
@media screen and (max-width: 600px) {
  .container .con-form .form-wrap form.wpcf7-form .item .item-group label .wpcf7-form-control-wrap {
    width: 50%;
  }
}
.container .con-form .form-wrap form.wpcf7-form .item .item-group label input[type=text] {
  width: 100%;
}
.container .con-form .form-wrap form.wpcf7-form .item .item-group label .label-txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: inline-block;
  padding-left: 10px;
}
.container .con-form .form-wrap form.wpcf7-form .item .item-group label .after-txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: inline-block;
  margin-left: 20px;
}
@media screen and (max-width: 999px) {
  .container .con-form .form-wrap form.wpcf7-form .item .item-group label .after-txt {
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .container .con-form .form-wrap form.wpcf7-form .item .item-group.select-group .wpcf7-form-control-wrap {
    width: 60%;
  }
}
.container .con-form .form-wrap form.wpcf7-form .item .item-group.select-group .width40 {
  width: 100%;
}
.container .con-form .form-wrap form.wpcf7-form .item .width40 {
  width: 40%;
}
@media screen and (max-width: 600px) {
  .container .con-form .form-wrap form.wpcf7-form .item .width40 {
    width: 60%;
  }
}
.container .con-form .form-wrap form.wpcf7-form .item .name-group label .wpcf7-form-control-wrap input[type=text] {
  width: 88%;
}
.container .con-form .form-wrap form.wpcf7-form .item .your-date input[type=text]::-webkit-input-placeholder {
  color: #333;
}
.container .con-form .form-wrap form.wpcf7-form .item .your-date input[type=text]::-moz-placeholder {
  color: #333;
}
.container .con-form .form-wrap form.wpcf7-form .item .your-date input[type=text]:-ms-input-placeholder {
  color: #333;
}
.container .con-form .form-wrap form.wpcf7-form .item .your-date input[type=text]::-ms-input-placeholder {
  color: #333;
}
.container .con-form .form-wrap form.wpcf7-form .item .your-date input[type=text]::placeholder {
  color: #333;
}
.container .con-form .form-wrap form.wpcf7-form .item select {
  color: #333;
}
.container .con-form .form-wrap form.wpcf7-form .item select option {
  color: #333;
}
.container .con-form .form-wrap form.wpcf7-form .other-member-block {
  margin: 80px 0;
}
@media screen and (max-width: 600px) {
  .container .con-form .form-wrap form.wpcf7-form .other-member-block {
    margin: 60px 0;
  }
}
.container .con-form .form-wrap form.wpcf7-form .other-member-block p.ttl {
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .container .con-form .form-wrap form.wpcf7-form .other-member-block p.ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.container .con-form .form-wrap form.wpcf7-form .btn-group {
  position: relative;
  margin-top: 75px;
  padding-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .container .con-form .form-wrap form.wpcf7-form .btn-group {
    margin-top: 50px;
  }
}
.container .con-form .form-wrap form.wpcf7-form .btn-group input[type=submit] {
  position: relative;
  max-width: none;
  width: 280px;
  background-color: #90B26C;
  border-radius: 26px;
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .container .con-form .form-wrap form.wpcf7-form .btn-group input[type=submit] {
    width: 80%;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.container .con-form .form-wrap form.wpcf7-form .btn-group input[type=submit]:hover {
  opacity: 0.8;
  color: #fff;
  background-color: #90B26C;
  border: none;
}
.container .con-form .form-wrap form.wpcf7-form .btn-group input[type=submit]::after {
  position: absolute;
  content: "";
  background-image: url(../img/special-mountain/right_arrow_w.svg);
  background-size: cover;
  background-position: center;
  width: 5px;
  height: 9.3px;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.container .con-form .form-wrap form.wpcf7-form .btn-group .wpcf7-spinner {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.container .con-form .box-fax {
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  .container .con-form .box-fax {
    margin-top: 30px;
  }
}
.container .con-form .box-fax h5 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
.container .con-contactinfo {
  margin-top: 80px;
  margin-bottom: 160px;
  padding: 0 15px;
}
@media screen and (max-width: 600px) {
  .container .con-contactinfo {
    margin-top: 50px;
    margin-bottom: 120px;
  }
}
.container .con-contactinfo p.txt-business {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}
.container .con-contactinfo .box-contact {
  margin: 50px auto 0;
  padding: 40px;
  text-align: center;
  background-color: #F2F2F2;
  max-width: 450px;
  width: 100%;
  border-radius: 15px;
}
@media screen and (max-width: 600px) {
  .container .con-contactinfo .box-contact {
    margin-top: 30px;
    padding: 30px;
  }
}
.container .con-contactinfo .box-contact p.txt-contact {
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 600px) {
  .container .con-contactinfo .box-contact p.txt-contact {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.container .con-contactinfo .box-contact h3 {
  padding-top: 4px;
  padding-bottom: 10px;
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: 600;
  color: #90B26C;
}
@media screen and (max-width: 600px) {
  .container .con-contactinfo .box-contact h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.container .con-contactinfo .box-contact p.tel {
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 600px) {
  .container .con-contactinfo .box-contact p.tel {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.container .con-contactinfo .box-contact p.tel a {
  color: #333;
  text-decoration: none;
}

.btn-fix {
  position: fixed;
  top: 200px;
  right: 0;
}
@media screen and (max-width: 999px) {
  .btn-fix {
    top: 100px;
  }
}
@media screen and (max-width: 600px) {
  .btn-fix {
    top: 33%;
  }
}
.btn-fix a {
  display: block;
  width: 100px;
}
@media screen and (max-width: 999px) {
  .btn-fix a {
    width: 80px;
  }
}
@media screen and (max-width: 600px) {
  .btn-fix a {
    width: 60px;
  }
}
.btn-fix a:not(:last-child) {
  margin-bottom: 10px;
}
.btn-fix a img {
  width: 100%;
}
/*# sourceMappingURL=cycling.css.map */