@charset "UTF-8";
/* Foundation
========================================================*/
/* Reset */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)

   fixed
*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@font-face {
  font-family: "Holland";
  src: url("../lib/fonts/Holland/Holland.eot?#iefix") format("embedded-opentype"), url("../lib/fonts/Holland/Holland.otf") format("opentype"), url("../lib/fonts/Holland/Holland.woff") format("woff"), url("../lib/fonts/Holland/Holland.woff2") format("woff2"), url("../lib/fonts/Holland/Holland.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*
:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  box-sizing: border-box;
  cursor: default;
  font: 16px / 1.5 sans-serif;
  text-rendering: optimizeLegibility;
}
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  word-break: break-all;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
div, p, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, form, input, button, textarea, table, tr, th, td, article, aside, header, footer, section, nav, a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul, dl {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
body .Contents, html, td, th, input[type="text"], input[type="password"], select, textarea {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}
html {
  font-size: 62.5%;
}
body .Contents {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 170%;
  color: #404045;
  font-feature-settings: "palt";
  /* letter-spacing: 0.2em; */
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* font icons */
sup {
  font-size: 1.1rem;
  vertical-align: super;
}
sub {
  font-size: 1.1rem;
  vertical-align: sub;
}
/* CSS Document */
/* Scss Document */
html .Container {
  -webkit-text-size-adjust: 100%;
}
/* common tags
--------------------------------------------------------------------------- */
.Container {
  text-size-adjust: 100%;
  text-rendering: auto;
  font-size: 14px;
  font-family: "HiraKakuPro-W3-AlphaNum", "\6E38\30B4\30B7\30C3\30AF", YuGothic, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "Hiragino Kaku Gothic ProN", "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  color: #333;
  background-color: #fff;
  /*margin-top: 57px; */
  min-width: unset;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .Container {
    position: relative;
    min-width: 1280px;
    overflow: hidden;
  }
}
.Container a {
  text-decoration: none;
  color: #06c;
  transition: 0.3s;
}
.Container a:hover {
  opacity: 0.7;
}
.Container img {
  max-width: 100%;
  vertical-align: bottom;
}
ul {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
.Container p {}
.Container iframe {
  max-width: 100%;
}
.Container {
  width: 100%;
}
.Contents {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.Contents:before {
  background-image: url(../images/bg-leaf-sp.png);
  background-repeat: repeat-y;
  background-size: cover;
  background-position-x: right;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .Contents:before {
    background-image: url(../images/subpage-bg.png);
    background-size: 100%;
  }
}
@media screen and (min-width: 1025px) {}
.l-container {
  width: 100%;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .l-container {
    padding: 0 32px;
    width: 1284px;
    margin: 0 auto;
  }
}
.l-section-title {
  text-align: center;
}
a.button {
  font-size: 12px;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0 auto;
  font-weight: bold;
  color: #333;
  border: 1px dotted #333;
  position: relative;
  letter-spacing: 0.08em;
  z-index: 10000;
}
@media screen and (min-width: 1025px) {
  a.button {
    width: 364px;
    height: 62px;
    font-size: 16px;
  }
}
a.button::before {
  content: '';
  width: calc(100% + 10px);
  height: calc(100% - 7px);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -5px;
  right: 0;
  border: 1px dotted #333;
}
@media screen and (min-width: 1025px) {
  a.button::before {
    left: -6px;
  }
}
.button-icon {
  width: 15px;
  right: 5px;
  position: absolute;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
@media screen and (min-width: 1025px) {
  .button-icon {
    width: 22px;
    right: 20px;
  }
}
.button-icon svg {
  width: 100%;
  height: 12px;
}
@media screen and (min-width: 750px) {
  .button:hover .button-icon {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}
.blockForTop {}
.blockForTopLink {
  background: #1CA953;
  padding: 1em;
  text-align: center;
  position: fixed;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 120%;
  border-radius: 1000px;
  font-size: 12px;
  margin: auto;
  z-index: 100;
  right: 1em;
  bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .blockForTopLink {
    width: 90px;
    height: 90px;
    font-size: 15px;
  }
}
.blockForTopLink a {
  color: #fff;
  text-decoration: none;
}
.blockForTopLink:before {
  content: "";
  background-image: url("../images/icon-up-001.png");
  background-repeat: no-repeat;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-size: auto 10px;
  width: 15px;
  height: 10px;
}
@media screen and (min-width: 1025px) {
  .blockForTopLink:before {
    height: 14px;
    background-size: auto 14px;
    margin-bottom: .5em;
  }
}
/* MV
--------------------------------------------------------------------------- */
.mv-container {
  position: relative;
  z-index: 1;
}
.mv {
  margin-bottom: 20px;
  height: auto;
  position: relative;
}
.mv::after {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  height: 50px;
  background: url("../images/mv-curve.png") no-repeat center top;
  background-size: cover;
}
.mv-tourism {}
ul.mv-list {
  list-style: none;
}
ul.mv-list .mv-item {
  margin: 0;
  padding: 0;
}
.mv-image {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-height: 100%;
  height: 0;
  overflow-y: hidden;
  padding-bottom: 67%;
}
@media screen and (min-width: 1025px) {
  .mv-image {
    padding-bottom: 29%;
  }
}
.mv-image::after {}
.mv-heading {
  bottom: 30px;
  left: auto;
  position: absolute;
}
.mv-heading-tourism {
  max-width: 335px;
  bottom: 20px;
  left: 22px;
}
@media screen and (min-width: 1025px) {
  .mv-heading-tourism {
    max-width: 875px;
    margin-left: auto;
    margin-right: auto;
  }
}
.heading-main {
  text-align: center;
  margin: 40px auto 20px;
}
@media screen and (min-width: 1025px) {
  .heading-main {}
}
.heading-main-subtext {
  margin: auto;
  font-weight: bold;
  line-height: 2.3;
  letter-spacing: 4px;
  font-size: 12px;
}
.heading {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .heading {
    margin: 60px 0;
  }
}
.heading-tourism {
  max-width: 350px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .heading-tourism {
    max-width: 600px;
    margin-bottom: 85px;
    margin-left: auto;
    margin-right: auto;
  }
}
.heading-text {
  display: block;
  font-family: "Holland";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #027cc3), to(#099f48));
  background: linear-gradient(to bottom, #027cc3 10%, #099f48 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.01em;
  font-size: 24px;
  text-align: center;
}
.mv-heading-tourism .heading-text {
  -webkit-text-fill-color: #fff;
  color: #fff;
  font-size: 24px;
  text-align: left;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .mv-heading-tourism .heading-text {
    font-size: 45px;
  }
}
.heading-pickup p.heading-subtext, .heading-recommend p.heading-subtext {
  margin-top: 10px;
  width: 100%;
  height: 22px;
  display: block;
}
@media screen and (min-width: 1025px) {
  .heading-pickup p.heading-subtext, .heading-recommend p.heading-subtext {
    font-size: 37px;
  }
}
p.heading-subtext {
  display: block;
  font-size: 20pt;
  margin: 5px auto 30px;
  letter-spacing: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  width: 100%;
  height: 85px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  p.heading-subtext {
    margin: 20px auto 30px;
  }
}
.heading-texts, .color-title {
  display: block;
  font-size: 16pt;
  margin: 10px auto 0;
  letter-spacing: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-style: normal;
  background: -webkit-gradient(linear, top left, top right, from(#027cc4), to(#09a045));
  background: linear-gradient(to right, #027cc4 0%, #09a045 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 1025px) {
  .heading-texts, .color-title {
    font-size: 32px;
    line-height: 140%;
    font-weight: 900;
    letter-spacing: 0.1em;
  }
}
.heading-recommend .heading-text, .heading-pickup .heading-text {
	font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .heading-recommend .heading-text, .heading-pickup .heading-text {
    font-size: 36px;
    margin-bottom: 1em;
	  letter-spacing: 0.05em;
	  line-height: 130%;
	  font-weight: bold;
  }
}
.color-title {
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .color-title {
    text-align: left;
  }
}
/**/
.breadcrumbs {
  width: 90%;
  text-size-adjust: 100%;
  text-rendering: auto;
	margin-left: auto;
	margin-right: auto;
  font-size: 14px;
  color: #333;
  background: #fff;
  margin-bottom: 5px;
	padding-top: 3em;
	border-top: 1px solid #dfdfdf;
}
@media screen and (min-width: 1025px) {
	.breadcrumbs {
		width: 1284px;
		
	}
}
ul.breadcrumbs-list {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs-item {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 11px;
  letter-spacing: 0.06em;
  line-height: 2;
}
.breadcrumbs-item:not(:last-child):after {
  content: '';
  display: block;
  position: relative;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #6a6969;
  border-right: 1px solid #6a6969;
  margin: 0 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.breadcrumbs-item:last-child {
	font-weight: bold;
}
a.breadcrumbs-link {
  color: #12290f;
  text-decoration: none;
}
/* マップ */
.map-wrapper {
  width: 90%;
  margin-bottom: 5em;
}
/* タブコンテンツブロック
--------------------------------------------------------------------------- */
@media screen and (min-width: 1025px) {
  .blockTabContents {
    width: 1020px;
    margin-left: auto;
    margin-right: auto;
  }
}
.blockTabPref {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .blockTabPref {
    width: 800px;
    margin-bottom: 60px;
  }
}
ul.listTabPref {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
ul.listTabPref li {
  border-bottom: 3px solid #ccc;
  width: 100%;
  cursor: pointer;
}
ul.listTabPref li.isActive {
  border-bottom: 3px solid #00A040;
}
ul.listTabPref dl {
  text-align: center;
}
ul.listTabPref dt {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
ul.listTabPref dd {
  font-size: 12px;
}
.blockPrefContents__item {}
.blockTabArea {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .blockTabArea {
    margin-bottom: 4em;
  }
}
ul.listTabArea {
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  gap: 3px;
}
ul.listTabArea li {
  padding: .5em;
  background: #F7F7F7;
  color: #777;
  width: calc(100% / 3);
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  ul.listTabArea li {
    font-size: 20px;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
ul.listTabArea li.isActiveArea {
  background: #D8F1E2;
  color: #333;
}
ul.listTabArea li.isActiveArea:after {
  content: "";
  background: #D8F1E2;
  height: calc(tan(60deg) * 13px / 2);
  width: 13px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  ul.listTabArea li.isActiveArea:after {
    height: calc(tan(60deg) * 30px / 2);
    width: 30px;
    bottom: -22px;
  }
}
.blockAreaContents {}
.blockAreaNature {
  background: #f5fcf7;
  padding-top: 3em;
  padding-bottom: 2em;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 1025px) {
  .blockAreaNature {
    margin: auto;
    width: 100%;
  }
}
.blockAreaNatureTitle {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.0rem;
  margin-bottom: 1.5em;
}
.blockAreaContents__item {}
.blockAreaContentsItems, .blockAreaNatureContentsItems {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2%;
}
@media screen and (min-width: 1025px) {
  .blockAreaContentsItems, .blockAreaNatureContentsItems {
    gap: 30px;
  }
}
.blockAreaNatureContentsItems {
  padding: 0 20px;
}
@media screen and (min-width: 1025px) {
  .blockAreaNatureContentsItems {
    padding: 0 50px;
  }
}
.blockAreaContentsItems .areaItem, .blockAreaNatureContentsItems .areaItem {
  width: 49%;
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .blockAreaContentsItems .areaItem {
    width: 320px;
  }
}
@media screen and (min-width: 1025px) {
  .blockAreaNatureContentsItems .areaItem {
    width: 286px;
  }
}
.blockAreaContentsItems .areaItem__image, .blockAreaNatureContentsItems .areaItem__image, .ginlined-content .areaItem__image {
  margin-bottom: 1em;
  position: relative;
}
.blockAreaContentsItems .areaItem__imageArea, .ginlined-content .areaItem__imageArea {
  font-size: 1.1rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, .9);
  text-align: center;
  line-height: 100%;
  padding-left: .5em;
  padding-right: .5em;
  padding-top: .2em;
}
.blockAreaContentsItems .areaItem__name, .blockAreaNatureContentsItems .areaItem__name, .ginlined-content .areaItem__name {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: .5em;
}
.ginlined-content .areaItem__name {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .ginlined-content .areaItem__name {
    font-size: 2.6rem;
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
.blockAreaContentsItems .areaItem__name a, .blockAreaNatureContentsItems .areaItem__name a, .ginlined-content .areaItem__name a {
  color: #333;
  text-decoration: none;
}
.blockAreaContentsItems .areaItem__name a:after, .blockAreaNatureContentsItems .areaItem__name a:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 12px;
  height: 13px;
  background-image: url("../images/icon-right-001.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.blockAreaContentsItems .areaItem__info, .blockAreaNatureContentsItems .areaItem__info {
  font-size: 1.5rem;
  margin-bottom: 1em;
  line-height: 160%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ginlined-content .areaItem__info {
  font-size: 1.5rem;
  margin-bottom: 1em;
  line-height: 160%;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
.blockAreaNatureContentsItems .areaItem__info {
  display: none;
}
.blockAreaNatureContentsItems .areaItem__infoTitle, .ginlined-content .areaItem__infoTitle {
  font-weight: bold;
  margin-bottom: .5em;
  display: block;
}
.blockAreaContentsItems .areaItem__titleAccess a, .blockAreaNatureContentsItems .areaItem__titleAccess a, .ginlined-content .areaItem__titleAccess a {
  font-size: 1.4rem;
  color: #00A040;
  font-weight: 600;
}
.blockAreaContentsItems .areaItem__titleAccess a:before, .blockAreaNatureContentsItems .areaItem__titleAccess a:before, .ginlined-content .areaItem__titleAccess a:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 16px;
  height: 19px;
  background-image: url("../images/icon-pin-001.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center;
  vertical-align: middle;
}
.blockAreaContentsItems .areaItem__titleAccess.typeGoogle a:before, .ginlined-content .areaItem__titleAccess.typeGoogle a:before {
  background-image: url("../images/icon-google-001.png");
  width: 19px;
  height: 14px;
}
.blockAreaContentsItems .areaItem__accessData, .blockAreaNatureContentsItems .areaItem__accessData, .ginlined-content .areaItem__accessData {}
.blockAreaContentsItems .areaItem__accessData span, .blockAreaNatureContentsItems .areaItem__accessData span, .ginlined-content .areaItem__accessData span {
  background: #F7F7F7;
  line-height: 100%;
  padding: .3em 1em;
  text-align: center;
  border-radius: 1000px;
  font-size: 1.2rem;
  display: inline-block;
  margin-top: 1em;
}
.blockAreaNatureContentsItems .areaItem__accessData span {
  background: #EAF3EE;
}
.blockAreaContentsItems .areaItem__address, .blockAreaNatureContentsItems .areaItem__address {
  display: none;
}
.ginlined-content .areaItem__address {
  display: block;
  font-size: 1.2rem;
  margin-top: .5em;
}
.blockAreaContentsItems .l-button, .blockAreaNatureContentsItems .l-button {
  display: none;
}
.ginlined-content .l-button {
  display: block;
  margin-top: 1em;
}
.areaItem__reference {
  display: none;
}
.ginlined-content .areaItem__reference {
  display: block;
  margin-top: 1em;
  text-align: center;
}
.ginlined-content .areaItem__reference dl {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  font-size: 1.2rem;
}
.ginlined-content .areaItem__reference dt {
  width: 4.5em;
}
.ginlined-content .areaItem__reference dd {
  width: cacl(100% - 4.5em);
}
.ginlined-content .areaItem__reference a {
  color: #333;
}
.gslide-content {
  max-height: 90vh; /* 画面の90%まで */
  overflow-y: auto;
}
.gslide-inline {
  max-width: 90%;
}
.gslide-content {
  max-height: 90vh;
  overflow-y: auto;
  max-width: 90vw;
}
.gslide-media.gslide-inline {
  max-height: 90vh;
  height: 90vh !important;
  overflow-y: auto;
  max-width: 90vw;
}
.glightbox.ginlined-content {
  height: 100% !important;
  padding: 4em;
}
@media screen and (min-width: 1025px) {
  .glightbox.ginlined-content {
    padding: 10em;
  }
}
.glightbox-button {
  display: block !important;
}
.glightbox-clean .gclose {
  background-color: #fff;
  border-radius: 1000px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, .5);
}
@media screen and (min-width: 1025px) {
  .glightbox-clean .gclose {
    right: calc(50% + -460px);
    top: calc(50% - 47%);
    opacity: 1;
  }
}
.glightbox-clean .gclose path {
  fill: #333;
}
.glightbox-clean .gprev {
  top: 45%;
  left: 1em;
  background: #00A040;
  width: 30px;
  height: 30px;
  border-radius: 0;
}
@media screen and (min-width: 1025px) {
  .glightbox-clean .gprev {
    left: calc(50% - 460px);
  }
}
.glightbox-clean .gnext {
  top: 45%;
  right: 1em;
  background: #00A040;
  width: 30px;
  height: 30px;
  border-radius: 0;
}
@media screen and (min-width: 1025px) {
  .glightbox-clean .gnext {
    left: calc(50% + 430px);
    width: 30px;
    height: 30px;
  }
}
.gprev svg, .gnext svg {
  width: 12px;
}
@media screen and (min-width: 1025px) {
  .gprev svg, .gnext svg {
    width: 18px;
  }
}
.modal-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.modal-inner > * {}
.modal-inner .areaItem__image {
  order: 1;
}
.modal-inner .areaItem__name {
  order: 2;
}
.modal-inner .areaItem__info {
  order: 3;
}
.modal-inner .areaItem__titleAccess {
  order: 6;
  margin-top: 1em;
}
.modal-inner .areaItem__accessData {
  order: 4;
}
.modal-inner .areaItem__address {
  order: 5;
  margin-top: 1em;
}
.modal-inner .l-button {
  order: 7;
  margin-top: 2em;
}
.modal-inner .areaItem__reference {
  order: 8;
}
.modal-inner a.button {
	text-decoration: none;
}
/**/
/* ページ共通ブロック
--------------------------------------------------------------------------- */
.sec-aboutMotegi:not(:root) {
  padding-bottom: 60px;
  margin-top: 60px;
	margin-bottom: 40px;
	background: #f9f9f9;
	position: relative;
}

@media screen and (min-width: 1025px) {
	.sec-aboutMotegi:not(:root) {
		 margin: 60px calc(50% - 50vw);
		width: 100vw;
	}
}

.sec-aboutMotegi:before {
	    position: absolute;
    right: 0;
    content: " ";
    height: 100px;
    width: 101%;
    background-color: #fff;
}
@media screen and (min-width: 1025px) {
	.sec-aboutMotegi:before {
		content: none;
	}
}
.section-townLinks:not(:root) {
  padding-top: 60px;
}
@media screen and (min-width: 1025px) {
  .section-townLinks:not(:root) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2%;
    width: 1020px;
    padding-left: 0;
    padding-right: 0;
  }
}
.tourism-button_etc {
  width: 100%;
  margin: 0 20px 20px 0;
}
@media screen and (min-width: 1025px) {
  .tourism-button_etc {
    width: 48%;
    margin: 0 0 1em;
  }
  .tourism-button_etc a.button {
    width: 100%;
    margin: 0;
  }
}
.banner-wrapper {
  width: 100%;
  max-width: 1130px;
  margin: auto;
  padding: 20px 25px;
  background: url(../images/banner-border.png);
  position: relative;
  background-size: 100% 100%;
}
@media screen and (min-width: 1025px) {
  .banner-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 43px 82px;
  }
}
.banner-wrapper::before, .banner-wrapper::after {
  position: absolute;
  content: " ";
  width: 176px;
  height: 55px;
}
.banner-wrapper::before {
  left: -12px;
  top: -13px;
  width: 72px;
  background: url(../images/leaf-left.png) no-repeat;
  background-size: contain;
}
.banner-wrapper::after {
  bottom: -44px;
  width: 66px;
  background: url(../images/leaf-right.png) no-repeat;
  background-size: contain;
  right: -13px;
}
@media screen and (min-width: 1025px) {
  .banner-wrapper::before, .banner-wrapper::after {
    width: 120px;
  }
  .banner-wrapper::after {
    bottom: -25px;
  }
}
.banner-wrapper .tileImageWrap {
  max-width: 440px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 1025px) {
  .banner-wrapper .tileImageWrap {
    margin: 0;
    width: 440px;
  }
}
.banner-wrapper .tileDescWrap {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .banner-wrapper .tileDescWrap {
    margin: 0;
    width: 520px;
    padding-left: 50px;
  }
}
.banner-wrapper .tileDescWrap .banner-title {
  text-align: center;
  font-size: 10px;
  margin-bottom: 5px;
  font-weight: bold;
  margin-top: -3px;
  letter-spacing: 1.3px;
}
@media screen and (min-width: 1025px) {
  .banner-wrapper .tileDescWrap .banner-title {
    text-align: left;
    font-size: 1.5rem;
  }
}
.banner-wrapper .tileDescWrap .desc {
  font-size: 9px;
  letter-spacing: 1px;
  line-height: 2.2;
  margin-bottom: 15px;
  padding: 0 21px;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .banner-wrapper .tileDescWrap .desc {
    text-align: left;
    padding: 0;
    margin-top: 1em;
    font-size: 1.4rem;
    margin-bottom: 2em;
  }
}
.banner-wrapper .link-info {
  font-size: 8px;
  letter-spacing: 1.4px;
  text-align: center;
  color: #2d2d2d;
  font-weight: bold;
  line-height: 20px;
}
@media screen and (min-width: 1025px) {
  .banner-wrapper .link-info {
    text-align: left;
    font-size: 1.3rem;
  }
}
.banner-wrapper .tileDescWrap .l-button {
  max-width: 242px;
  margin: auto;
  margin-bottom: 22px;
}
@media screen and (min-width: 1025px) {
  .banner-wrapper .tileDescWrap .l-button {
    margin: 1em 0 1em;
  }
}
.banner-wrapper .link-info a {
  color: #2d2d2d;
}
.banner-wrapper .link-info span {
  margin: 0 17px;
  letter-spacing: 0.4px;
}
.footer {
  margin: 30px auto 0;
  width: auto;
  padding: 0 3% 0;
}
.footer p.center {
  font-size: 11px;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .footer p.center {
    font-size: 1.4rem;
  }
}
/* utility
--------------------------------------------------------------------------- */
/* sp - pc
--------------------------------------------------------------------------- */
.u-pc {
  display: none;
}
.u-pu {
  display: none;
}
.gslide .u-pu {
  display: block;
}
@media screen and (min-width: 1025px) {
  .u-pc {
    display: inline-block;
  }
}
@media screen and (min-width: 1025px) {
  .u-sp {
    display: none;
  }
}
/* root style reset
--------------------------------------------------------------------------- */
#suzukaContentInner2016, #emergencynews, #suzukaFooterWrap2016 {
  letter-spacing: 0;
}
#suzukaHeaderWrap2016 #headerInner, #suzukaHeaderWrap2016 #headerInner div, #suzukaHeaderWrap2016 #headerInner p {
  box-sizing: content-box;
}
#suzukaFooterWrap2016 {
  z-index: 1 !important;
}
.btm-Caution p {
  letter-spacing: 0;
}
/* Helper
========================================================*/

.u-mt10:not(:root) {
  margin-top: 10px;
}
.u-mt20:not(:root) {
  margin-top: 20px;
}
.u-mt40:not(:root) {
  margin-top: 40px;
}
.u-mt60:not(:root) {
  margin-top: 60px;
}
.u-mt80:not(:root) {
  margin-top: 80px;
}
.u-mt100:not(:root) {
  margin-top: 100px;
}
.u-mt120:not(:root) {
  margin-top: 120px;
}
.u-mt140:not(:root) {
  margin-top: 140px;
}
.u-mt160:not(:root) {
  margin-top: 160px;
}
.u-mt180:not(:root) {
  margin-top: 180px;
}
.u-mt200:not(:root) {
  margin-top: 200px;
}
.u-mtM10:not(:root) {
  margin-top: -10px;
}
.u-mtM20:not(:root) {
  margin-top: -20px;
}
.u-mtM40:not(:root) {
  margin-top: -40px;
}
.u-mtM60:not(:root) {
  margin-top: -60px;
}
.u-mtM80:not(:root) {
  margin-top: -80px;
}
.u-mtM100:not(:root) {
  margin-top: -100px;
}
.u-mr10:not(:root) {
  margin-right: 10px;
}
.u-mr20:not(:root) {
  margin-right: 20px;
}
.u-mr40:not(:root) {
  margin-right: 40px;
}
.u-mr60:not(:root) {
  margin-right: 60px;
}
.u-mr80:not(:root) {
  margin-right: 80px;
}
.u-mr100:not(:root) {
  margin-right: 100px;
}
.u-mr120:not(:root) {
  margin-right: 120px;
}
.u-mr140:not(:root) {
  margin-right: 140px;
}
.u-mr160:not(:root) {
  margin-right: 160px;
}
.u-mr180:not(:root) {
  margin-right: 180px;
}
.u-mr200:not(:root) {
  margin-right: 200px;
}
.u-mb10:not(:root) {
  margin-bottom: 10px;
}
.u-mb20:not(:root) {
  margin-bottom: 20px;
}
.u-mb40:not(:root) {
  margin-bottom: 40px;
}
.u-mb60:not(:root) {
  margin-bottom: 60px;
}
.u-mb80:not(:root) {
  margin-bottom: 80px;
}
.u-mb100:not(:root) {
  margin-bottom: 100px;
}
.u-mb120:not(:root) {
  margin-bottom: 120px;
}
.u-mb140:not(:root) {
  margin-bottom: 140px;
}
.u-mb160:not(:root) {
  margin-bottom: 160px;
}
.u-mb180:not(:root) {
  margin-bottom: 180px;
}
.u-mb200:not(:root) {
  margin-bottom: 200px;
}
.u-ml10:not(:root) {
  margin-left: 10px;
}
.u-ml20:not(:root) {
  margin-left: 20px;
}
.u-ml40:not(:root) {
  margin-left: 40px;
}
.u-ml60:not(:root) {
  margin-left: 60px;
}
.u-ml80:not(:root) {
  margin-left: 80px;
}
.u-ml100:not(:root) {
  margin-left: 100px;
}
.u-ml120:not(:root) {
  margin-left: 120px;
}
.u-ml140:not(:root) {
  margin-left: 140px;
}
.u-ml160:not(:root) {
  margin-left: 160px;
}
.u-ml180:not(:root) {
  margin-left: 180px;
}
.u-ml200:not(:root) {
  margin-left: 200px;
}
.u-w10p:not(root) {
  width: 10%;
}
.u-w15p:not(root) {
  width: 15%;
}
.u-w20p:not(root) {
  width: 20%;
}
.u-w25p:not(root) {
  width: 25%;
}
.u-w40p:not(root) {
  width: 40%;
}
.u-w45p:not(root) {
  width: 45%;
}
.u-w50p:not(root) {
  width: 50%;
}
.u-w60p:not(root) {
  width: 60%;
}
.u-w70p:not(root) {
  width: 70%;
}
.u-w80p:not(root) {
  width: 80%;
}
.u-w90p:not(root) {
  width: 90%;
}
.u-w100p:not(root) {
  width: 100%;
}
.u-alLeft:not(:root) {
  text-align: left;
}
.u-alRight:not(:root) {
  text-align: right;
}
.u-alCenter:not(:root) {
  text-align: center;
}
.u-textBold:not(:root) {
  font-weight: bold;
}
.u-textNormal:not(:root) {
  font-weight: normal;
}
.u-textLarge:not(:root) {
  font-size: 110%;
}
.u-cellVMiddle {
  vertical-align: middle;
}
.bold {
  font-weight: bold;
}
.textV {
  display: inline-block;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  white-space: pre;
}
.u-vaM:not(:root) {
  vertical-align: middle;
}