@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* 大枠 */
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch !important;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 14px;
  line-height: 1.9;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
  body.wrap {
    overflow: visible;
  }
}
body.wrap {
  overflow: hidden;
}
body #wrapper {
  height: auto;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#screen {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 200;
}

@media print {
  html,
  html body {
    overflow: visible !important;
  }
}
/* アクセシビリティ */
img {
  image-rendering: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0; /* ロールオーバー対応 */
}

img,
x:-moz-any-link,
x:default {
  box-shadow: #000 0 0 0; /* IE7対応 */
}

/* リンク */
a {
  display: inline-block;
}
a:link, a:visited, a:active {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a:hover {
    color: inherit;
    opacity: 0.7;
    text-decoration: none !important;
  }
}

.container {
  width: 100%;
  max-width: 1000px;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

.pc-on {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-on {
    display: block;
  }
}

.sp-on {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp-on {
    display: none;
  }
}

/* ▼ history
--------------------------------------- */
.history__inner {
  margin-top: 11px;
}
@media screen and (min-width: 768px) {
  .history__inner {
    margin-top: 34px;
  }
}
.history .btn {
  position: absolute;
  width: 50%;
  height: 10%;
}
@media screen and (min-width: 768px) {
  .history .btn {
    width: 18%;
    height: 1%;
  }
}
.history .btn.banyan {
  top: 51.5%;
  right: 50%;
  translate: 50%;
}
@media screen and (min-width: 768px) {
  .history .btn.banyan {
    top: 51.3%;
    right: 14.3%;
    translate: 0;
  }
}
.history .btn.kaigo {
  top: 33%;
  right: 50%;
  translate: 50%;
}
@media screen and (min-width: 768px) {
  .history .btn.kaigo {
    top: 73.4%;
    right: 4%;
    translate: 0;
  }
}
.history .btn.jgc {
  top: 48%;
  right: 50%;
  translate: 50%;
}
@media screen and (min-width: 768px) {
  .history .btn.jgc {
    top: 88.5%;
    right: 30%;
    translate: 0;
  }
}
.history .btn.levanter {
  top: 55%;
  right: 50%;
  translate: 50%;
  height: 25%;
}
@media screen and (min-width: 768px) {
  .history .btn.levanter {
    top: 92.7%;
    right: 21%;
    translate: 0;
    height: 1%;
  }
}
.history_img {
  width: 100%;
}

.history-box {
  position: relative;
}
.history-box .history_link {
  position: absolute;
  top: 0;
  width: 12%;
  height: 20%;
}
.history-box .history_link.link-left {
  left: 30.5%;
}
.history-box .history_link.link-right {
  right: 30.5%;
}

/* ▼ ページ上部へ戻る
--------------------------------------- */
.p-totop {
  display: none;
}

.pagetop {
  width: 54px;
  bottom: 25px;
  right: 15px;
  z-index: 2000;
  position: fixed;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .pagetop {
    width: 70px;
    right: 25px;
  }
}

.history_video {
	width: 100%;
  max-width: 800px;
	padding: 0;
	box-sizing: border-box;
  display: block;
  margin: 30px auto;
}
.video_inner {
	padding-top: 56.25%;
	position: relative;
	height: 0;
	overflow: hidden;
}
.history_video .video_inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}