@charset "UTF-8";
@import"https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap";
:where(button, input, select, textarea) {
  background-color: transparent;
  border: 1px solid WindowFrame;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  padding: .25em .375em;
}
:where(select) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E") no-repeat right center / 1em;
  border-radius: 0;
  padding-right: 1em;
}
:where(select[multiple]) {
  background-image: none
}
:where([type=color i], [type=range i]) {
  border-width: 0;
  padding: 0;
}
.sansserif, html {
  font-family: Zen Kaku Gothic New, Helvetica Neue, Helvetica, Arial, 游ゴシック, Yu Gothic, 游ゴシック体, YuGothic, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Meiryo UI, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}
.serif {
  font-family: 游明朝, Yu Mincho, 游明朝体, YuMincho, Hiragino Mincho ProN, HiraMinProN-W3, serif;
}
html {
  text-align: left;
  scroll-behavior: smooth;
  color: #000;
  font-feature-settings: "palt";
  font-size: 62.5%;
}
body {
  width: 100%;
  min-width: 320px;
  margin: 0;
  line-height: 1.5;
  font-size: 1.6rem;
}
a {
  text-decoration: none;
  color: #000;
  transition: .3s all ease;
}
a:hover {
  opacity: .7;
}
p {
  text-align: justify;
  margin: 0;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
ul {
  padding-left: 0;
  list-style: none;
}
strong {
  font-weight: 700;
}
.wrap {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
  background-color: #FFF;
}
header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
}
.header_inner {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
}

header h1 {
  margin:0;
  width: calc(100% - 56px);
  height: 56px;
  text-align: center;
  vertical-align: middle;
}
header h1 img {
  width: 80%;
  max-height: 42px;
  vertical-align: middle;
}
header nav {
  width: 56px;
  height: 56px;
  background-color: #8C2735;
}
header .burger {
  position: relative;
  top: 18px;
  left: 18px;
  z-index: 20;
  width: 20px;
  cursor: pointer;
}
header .burger .inner {
  position: relative;
  height: 20px;
}
header .burger .inner span {
  position: absolute;
  display: block;
  width: 100%;
  border-bottom: 3px solid #FFF;
}
header .burger .inner span:nth-child(1) {
  top: 0;
}
header .burger .inner span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
header .burger .inner span:nth-child(3) {
  bottom: 0;
}
header .burger.is-hidden .inner span:nth-child(1) {
  transform: rotate(45deg);
  transform-origin:left top;
  top: 2px;
  left: 4px
}
header .burger.is-hidden .inner span:nth-child(2) {
  opacity: 0;
}
header .burger.is-hidden .inner span:nth-child(3) {
  transform: rotate(-45deg);
  transform-origin:left bottom;
  bottom: 2px;
  left: 4px;
}
.gnav {
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 960px;
  border-bottom: 1px solid #000;
  background: rgba(255,255,255,0.95);
}
.gnav ul {
  margin: 0;
  margin-top: 56px;
}
.gnav ul li a {
  display: block;
  padding: 0.8em;
}
.gnav ul li.active a {
  font-weight: 900;
  background-color: #8C2735;
  color: #FFF;
  pointer-events: none;
}
.gnav ul li a::after {
  display: inline-block;
  margin: 0 0.2em;
  content: "";
  width: 19px;
  height: 8px;
  background-image: url("/kankomap/assets/img/arrow.svg");
  background-repeat: no-repeat;
  background-position: center right;
  transform: rotate(-90deg);
}
.gnav ul li.active a::after {
  display: none;
}
.area_desc {
  margin: 0 auto;
  padding: 20px 24px;
  max-width: 640px
}
.area_info {
  margin-bottom: 3em;
}
.area_info .area_map {
  position: relative;
  width: 100%;
  height: 112vw;
  background-image: url("/kankomap/assets/img/area_map_bg.png");
  background-size: 32px 32px;
}
.area_info .area_map::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("/kankomap/assets/img/area_map_fg01.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
}
.area_info .area_map::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("/kankomap/assets/img/area_map_fg02.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}
.area_info h2 {
  margin: 0;
  margin-bottom: 0.8em;
  font-size: 2.4rem;
  font-weight: 900;
}
.area_info .text { margin-bottom: 1.6em; }
.area_desc .but { text-align: center; }
.area_desc .but a {
  display: block;
  padding: 0.6em;
  border-radius: 100vh;
  background-color: #19A5D0;
  font-weight: 900;
  color: #FFF;
  background-image: url("/kankomap/assets/img/ext_site.svg");
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center right 30px;
}
.google_maps {
  width: 100%;
  height: 62.5vw;
}
.google_maps iframe {
  width: 100%;
  height: 100%;
}
.spot_info {
  padding: 20px;
  background-color: #F8F8EF;
}
.spot_info h3 {
  max-width: 640px;
  margin: 0 auto;
  margin-bottom: 0.8em;
  font-size: 2.4rem;
  font-weight: 900;
}
.spot {
  width:100%;
  max-width: 640px;
  margin: 0 auto;
  margin-bottom: 2.4em;
}
.spot h4 {
  margin: 0;
  padding: 0.6em 0;
  font-size: 2.4rem;
  font-weight: 900;
}
.spot .text { padding: 20px; }
.spot .but { text-align: center; }
.spot .but a {
  display: block;
  padding: 0.8em;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #93B25F;
  font-weight: 900;
  color: #FFF;
  background-image: url("/kankomap/assets/img/ext_site.svg");
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center right 20px;
}
.more_but {
  display: block;
  margin: 2em auto 2em;
  border: none;
  text-align: center;
  font-weight: 900;
  color: #8C2735;
  cursor: pointer;
}
.more_but::after {
  display: block;
  margin: 0.4em auto 0;
  content: "";
  width: 22px;
  height: 12px;
  background-image: url("/kankomap/assets/img/arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.index_but {
  max-width: 640px;
  margin: 0 auto 0.8em;
  text-align: center;
}
.index_but a {
  display: block;
  padding: 0.8em;
  width: 100%:;
  background-color: #FFF;
  border: 1px solid #8C2735;
  border-radius: 10px;
  font-weight: 900;
  color: #8C2735;
}
footer {
  padding: 0.8em;
  text-align: center;
  font-size: 1.3rem;
}

/* index */
.area_info_top {
  text-align: center;
  margin-bottom: 2em;
}
.area_info_top .area_map {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: 1em;
}
.area_info_top .txt {
  display: inline-block;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 900;
  color: #8C2735;
  border-bottom: 1px solid #8C2735;
}

/* fade */
.gnav {
  transition: opacity 300ms  ease-in-out, margin 300ms, padding 300ms, height 300ms  ease-in-out;
}
.gnav.is-hidden {
  margin: 0 auto;
  height: 0;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  border-bottom: 1px solid #FFF;
}
.gnav li {
  border-top: 1px solid #000;
  transition: opacity 300ms  ease-in-out, margin 300ms;
}
.gnav ul li {
  border-top: 1px solid #8C2735;
}

.gnav.is-hidden li {
  margin: 0;
  opacity: 0;
  pointer-events: none;
}

.more_but { transition: opacity 300ms  ease-in-out, margin 300ms, padding 300ms, height 300ms  ease-in-out; }
.more_but.is-hidden {
  margin: 0 auto;
  height: 0;
  opacity: 0;
  padding: 0;
  pointer-events: none;
}
.more {
  display: inline;
  opacity: 100;
  transition: padding-top 300ms, height 300ms  ease-in-out;
}
.more.is-hidden {
  display: none;
  padding-top: 0;
  padding-bottom: 0;
  pointer-events: none;
  height: 0;
}

@media screen and (min-width: 961px) {
  body { background-color: #DCDCDC; }
  .area_info .area_map {
    height: 1000px;
  }
  .google_maps {
    height: 600px;
  }
}
