@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/*add reset styles*/
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

/*Break Point
------------------------------*/
/*font
---------------------------------*/
/*color
---------------------------------*/
@-webkit-keyframes fadeinblur {
  0% {
    opacity: 0;
    -webkit-filter: blur(30px);
            filter: blur(30px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeinblur {
  0% {
    opacity: 0;
    -webkit-filter: blur(30px);
            filter: blur(30px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeinblurDown {
  0% {
    opacity: 0;
    -webkit-filter: blur(30px);
            filter: blur(30px);
    top: -110px;
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    top: 40px;
  }
}
@keyframes fadeinblurDown {
  0% {
    opacity: 0;
    -webkit-filter: blur(30px);
            filter: blur(30px);
    top: -110px;
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    top: 40px;
  }
}
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale3d(3.4, 3.4, 3.4);
            transform: scale3d(3.4, 3.4, 3.4);
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  30% {
    -webkit-transform: scale3d(3.4, 3.4, 3.4);
            transform: scale3d(3.4, 3.4, 3.4);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale3d(3.4, 3.4, 3.4);
            transform: scale3d(3.4, 3.4, 3.4);
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  30% {
    -webkit-transform: scale3d(3.4, 3.4, 3.4);
            transform: scale3d(3.4, 3.4, 3.4);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
body {
  color: #786a3e;
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
  line-height: 1.5;
  overflow: visible;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

main {
  padding-top: 30px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  main {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

.mapTitle {
  text-align: center;
  font-size: 40px;
  margin-top: 50px;
  letter-spacing: 4px;
}
@media print, screen and (max-width: 1023.9px) {
  .mapTitle {
    font-size: 24px;
    margin-top: 0;
  }
}

.mapImg {
  text-align: center;
  margin: 40px auto;
  max-width: 1100px;
}
@media only screen and (max-width: 1200px) {
  .mapImg {
    width: 90%;
    margin: 20px auto 20px;
  }
}
.mapImg img {
  margin-right: auto;
  margin-left: auto;
}
.mapImg.-m2 {
  max-width: 580px;
  margin-top: 90px;
}
@media only screen and (max-width: 768px) {
  .mapImg.-m2 {
    margin-bottom: 40px;
    margin-top: 60px;
  }
}

.mcap {
  text-align: center;
  font-size: 12px;
  margin: 10px auto 0;
}

.mapButton {
  display: block;
  margin: auto;
  text-align: center;
  padding: 10px 20px;
  background-color: #786a3e;
  max-width: 300px;
  color: #fff;
  font-size: 20px;
  border: solid 1px #786a3e;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
@media only screen and (max-width: 768px) {
  .mapButton {
    font-size: 16px;
    padding: 15px;
  }
}
.mapButton:hover {
  color: #786a3e;
  background-color: #fff;
  border-color: #786a3e;
}

/*===========
.scroll-box
===========*/
.scroll-box {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 768px) {
  .scroll-box {
    margin-bottom: 30px;
  }
}

.scroll-box div img {
  max-width: 100%;
  min-width: 600px;
  vertical-align: top;
}

/*===========
scrollbar
===========*/
/*スクロールバー全体の高さ*/
.scroll-box::-webkit-scrollbar {
  height: 4px;
}

/*スクロールバー全体の背景*/
.scroll-box::-webkit-scrollbar-track {
  background: #eee;
}

/*スクロールバーの動く部分*/
.scroll-box::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}

/*スクロールバーの動く部分のホバー（マウスオーバー）*/
.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.root {
  margin: 80px auto 120px;
}
.root h3 {
  font-size: 28px;
  text-align: center;
  margin: 0 auto 40px;
  font-weight: bold;
  display: table;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, #fdda82));
  background: linear-gradient(transparent 60%, #fdda82 30%);
}
@media only screen and (max-width: 768px) {
  .root h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.root h4 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .root h4 {
    font-size: 15px;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 768px) {
  .root {
    margin: 50px auto 0;
  }
}
.root video {
  max-width: 100%;
  border: 1px solid #aaa;
}

.-map {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .-map {
    margin-top: 40px;
  }
}

.map2 {
  max-width: 600px;
  margin: 80px auto 0px;
}
@media only screen and (max-width: 768px) {
  .map2 {
    padding: 0 15px;
    margin: 60px auto 0;
  }
}

.map__inner {
  position: relative;
}

.pinchi {
  display: none;
}
@media only screen and (max-width: 768px) {
  .pinchi {
    display: block;
    position: absolute;
    top: 38%;
    left: 43%;
    width: 60px;
    -webkit-animation: shake-up 3s infinite ease-in-out;
            animation: shake-up 3s infinite ease-in-out;
  }
}

.rootMv {
  max-width: 520px;
  margin: 40px auto 60px;
}
@media only screen and (max-width: 768px) {
  .rootMv {
    margin: 20px auto 40px;
    padding: 0 18px;
  }
}
.rootMv video {
  width: 100%;
}

.mapH4 {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .mapH4 {
    margin-top: 40px;
  }
}

@-webkit-keyframes shake-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes shake-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fo {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes fo {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}