@charset "utf-8";
.page-title {
 width: 100%;
 background-color: #D1EAEF;
 clear: both;
}
.page-title.page-title-tsujikawa {
 background-color: #ffffaa;
}
.page-title p {
 font-weight: normal;
 text-align: center;
 letter-spacing: 0.2vw;
}
@media print, screen and (min-width: 768px) {
 .page-title p {
  padding: 25px 0;
  font-size: 22px;
 }
}
@media screen and (max-width: 1024px) {
 .page-title p {
  padding: 4vw 0 !important;
 }
}
.touristmap-button {
 margin-top: 20px;
 text-align: center;
}
@media only screen and (max-width: 767px) {
 .touristmap-button {
  margin-top: 10px;
 }
}
.touristmap-button a {
 display: inline-flex;
 padding: 10px 35px;
 background-color: #c1dab0;
 border-radius: 12px;
 -webkit-filter: drop-shadow(0px 4px 3px rgba(0, 0, 0, 0.4));
 font-weight: 700;
}
.touristmap-button a:hover {
 opacity: 0.7;
}
.touristmap {
 margin-top: 100px;
 margin-bottom: 100px;
}
.touristmap img {
 display: inline-block;
 border: none;
	width: inherit !important;
 max-width: 100%;
 height: auto;
 vertical-align: top;
}
@media only screen and (max-width: 767px) {
 .touristmap {
  width: 90%;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-right: auto;
  margin-left: auto;
 }
}
.touristmap-title {
 margin-top: 0;
 margin-bottom: 30px;
 font-size: 30px;
 font-weight: 700;
 text-align: center;
}
@media only screen and (max-width: 767px) {
 .touristmap-title {
  font-size: 20px;
 }
}
.touristmap-title span {
 position: relative;
 background: -webkit-linear-gradient(left, #f7eb40 50%, transparent 50%);
 background-repeat: no-repeat;
 background-size: 200% 1.2rem;
 background-position: left bottom;
}
@media only screen and (max-width: 767px) {
 .touristmap-title span {
  background-size: 200% 0.75rem;
 }
}
.touristmap-title span::before, .touristmap-title span::after {
 content: "";
 position: absolute;
 width: 0.1rem;
 height: 1.5rem;
 bottom: 0;
 background-color: #333;
}
@media screen and (min-width: 768px) {
 .touristmap-title span::before, .touristmap-title span::after {
  height: 2rem;
 }
}
.touristmap-title span::before {
 left: -1.5rem;
 transform: rotate(-20deg);
}
.touristmap-title span::after {
 right: -1.5rem;
 transform: rotate(20deg);
}
@media only screen and (max-width: 767px) {
 .touristmap-title span::before {
  left: -1rem;
 }
 .touristmap-title span::after {
  right: -1rem;
 }
}
.touristmap .touristmap-discription {
 font-size: 18px;
 font-weight: 700;
 text-align: center;
}
@media only screen and (max-width: 767px) {
 .touristmap .touristmap-discription {
  font-size: 14px;
 }
}
.touristmap .touristmap-flyer {
 max-width: 800px;
 margin-right: auto;
 margin-left: auto;
}
.touristmap .touristmap-frame {
 width: 90%;
 height: 610px;
 margin-top: 100px;
 margin-right: auto;
 margin-left: auto;
 border: 2px solid #ccc;
 border-radius: 10px;
 overflow: hidden;
}
.touristmap .touristmap-frame iframe {
 border: none;
 width: 100%;
 height: 100%;
}
@media screen and (max-width: 767px) {
 .touristmap .touristmap-frame {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 50px;
 }
 .touristmap .touristmap-frame::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: calc(100% / 3 * 4);
 }
 .touristmap .touristmap-frame iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
 }
}
.touristmap .touristmap-cycling {
 max-width: 1200px;
 margin-top: 100px;
 margin-right: auto;
 margin-left: auto;
}
@media only screen and (max-width: 767px) {
 .touristmap .touristmap-cycling {
  margin-top: 50px;
 }
}
.touristmap .touristmap-cycling-title {
 font-size: 20px;
 font-weight: 700;
 text-align: center;
}
@media only screen and (max-width: 767px) {
 .touristmap .touristmap-cycling-title {
  font-size: 16px;
 }
}
@media print, screen and (min-width: 768px) {
 .touristmap .touristmap-cycling-cols {
  display: flex;
  justify-content: space-between;
 }
 .touristmap .touristmap-cycling-col {
  width: 47.5%;
 }
}
@media only screen and (max-width: 767px) {
 .touristmap .touristmap-cycling-col:last-child {
  margin-top: 40px;
 }
}
.touristmap .touristmap-cycling-col figure {
 margin: 0;
 border: 2px solid #ccc;
 border-radius: 10px;
 overflow: hidden;
}
.touristmap .touristmap-more {
 max-width: 1200px;
 margin-top: 100px;
 margin-right: auto;
 margin-left: auto;
}
@media only screen and (max-width: 767px) {
 .touristmap .touristmap-more {
  margin-top: 50px;
 }
}
@media print, screen and (min-width: 768px) {
 .touristmap .touristmap-more-cols {
  display: flex;
  justify-content: space-between;
 }
 .touristmap .touristmap-more-col:first-child {
  width: 55%;
 }
 .touristmap .touristmap-more-col:last-child {
  width: 40%;
 }
}
.touristmap .touristmap-more-col figure {
 margin: 20px 0 0;
 border: 2px solid #ccc;
 border-radius: 10px;
 overflow: hidden;
}
@media only screen and (max-width: 767px) {
 .touristmap .touristmap-more-discription p {
  font-size: 14px;
 }
 .touristmap .touristmap-more-title {
  font-size: 16px;
  text-align: center;
 }
}
.touristmap .touristmap-rentalcycle {
 display: flex;
 align-items: center;
 justify-content: center;
 margin-top: 50px;
}
@media print, screen and (min-width: 768px) {
 .touristmap .touristmap-rentalcycle .touristmap-button {
  margin-top: 0;
  margin-left: 30px;
 }
}
@media only screen and (max-width: 767px) {
 .touristmap .touristmap-rentalcycle {
  flex-direction: column;
 }
}