@charset "uft-8";

body {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #586365;
}
.onlyPC {
  display: none;
}
img {
  max-width: 100%;
}
.box {
  padding: 0 20px;
}
.top header {
  background: url(../images/top_bg.jpg) no-repeat center top/cover;
  height: 90vh;
  padding-top: 60px;
  margin-bottom: 64px;
}
.top header h1 img {
  width: 400px;
}
.top header h1 {
  text-align: center;
}
.top .linkList li {
  background-color: #ffc042;
  margin-bottom: 30px;
}
.top ul li p {
  padding: 12px 12px;
  font-weight: bold;
}
.spFooter {
  background-color: #37ab9d;
  padding: 20px 10px;
  color: #ffffff;
}
.spFooter p {
  text-align: center;
}
.sub main {
  margin-bottom: 60px;
}
.sub header {
  border-top: 16px solid #37ab9d;
  margin-bottom: 24px;
}
.sub h1 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3em;
  padding-top: 30px;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  background: linear-gradient(166deg, rgba(136,134,180,1) 22%, rgba(77,126,89,1) 60%, rgba(0,212,255,1) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
}
.sub h2 {
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
.sub section h3 {
  text-align: center;
  color: #37ab9d;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
.point section h3 .small {
  font-size: 16px;
}
.sub section img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 4px;
}
.sub section {
  margin-bottom: 20px;
}
.subFooter {
  background-color: #37ab9d;
  padding: 20px;
  color: #ffffff;
}
.subFooter p {
  font-size: 20px;
  text-align: left;
  margin-bottom: 8px;
  font-weight: bold;
}
.subFooter small {
  display: block;
  text-align: center;
  padding-top: 20px;
}
.sub-to-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  font-size: 8px;
  font-weight: bold;
  padding-top: 13px;
  background-color: #ffc04280;
}

/* ハンバーガーメニューここから */
.hMenu {
  position: absolute;
  top: 10px;
  right: 10px;
}
input {
  display: none;
}
label {
  position: relative;
  float: right;
  clear: both;
  z-index: 1000;
}
.h-span {
  display: inline-block;
  width: 35px;
  height: 25px;
}
.h-span i {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #586365;
  display: block;
  transition: all .3s ease-in-out;
}
.h-span i:nth-child(1) {
  top: 0;
}
.h-span i:nth-child(2) {
  margin: auto;
  top: 0;
  bottom: 0;
}
.h-span i:nth-child(3) {
  bottom: 0;
}
input:checked + label .h-span i:nth-child(1) {
  margin: auto;
  transform: rotate(45deg);
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
}
input:checked + label .h-span i:nth-child(2) {
  transform: rotateX(90deg);
  top: 0;
  bottom: 0;
}
input:checked + label .h-span i:nth-child(3) {
  margin: auto;
  transform: rotate(-45deg);
  top: 0;
  right: 0;
  bottom: 0;
}
input:checked + label + .hamburger-list {
  position: fixed;
  z-index: 99;
  opacity: 1;
}
.hamburger-list {
  opacity: 0;
  background-color: transparent;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: opacity .3s ease-in-out,z-index .3s ease-in-out;
}
.hamburger-list__wrap {
  width: 70%;
  background-color: #ffffffF2;
  position: absolute;
  right: -100%;
  top: 0;
  bottom:0;
  transition: right .3s ease-in-out;
}
input:checked + label + .hamburger-list > .hamburger-list__wrap {
  right: 0;
}
.h-a {
  padding: 0 20px;
  color: #586365;
  font-size: 24px;
  height: 80px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-decoration: none;
}
/* ハンバーガーメニューここまで */

.ticket .box h3,
.access .box h3 {
  color: #586365;
  font-size: 24px; 
}
.ticket .box section {
  margin-bottom: 40px;
}
.ticket .box section p {
  text-align: center;
}
.access h1 {
  margin-bottom: 70px;
}
.access .box iframe {
  width: 100%;
  height: 300px;
  margin-bottom: 4px;
}
.access .box section {
  margin-bottom: 80px;
}
.access .box section .train {
  text-align: center;
}
.a-address {
  font-size: 14px;
}
@media screen and (min-width: 600px) {
  .top header {
    background: url(../images/top_bg_m.jpg) no-repeat center center/cover;
  }
}

@media screen and (min-width: 700px) {
  .top .box {
    padding: 0 60px;
  }
}

@media screen and (min-width: 800px) {
  .onlySP {
    display: none;
  }
  .onlyPC {
    display: block;
  }
  .top .container {
    display: flex;
  }
  .top header {
    flex-basis: 38%;
    height: 100vh;
    margin-bottom: 0;
  }
  .top main {
    flex-basis: 62%;
    display: flex;
    align-items: center;
  }
  .linkList {
    max-width: 700px;
    margin: 0 auto;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
  }
  .linkList li {
    flex-basis: 47%;
  }
  .linkList::after {
    content: "";
    width: 47%;
    background: url(../images/course_ph04.png) no-repeat center center/40%;
  }
  .top .box {
    padding: 0 40px;
  }

  .sub .box {
    width: 70%;
    margin: 0 auto;
  }
  .point .box img {
    height: 320px;
  }
  .access .box iframe {
    height: 400px;
  }
  .pcFooter p {
    position: absolute;
    bottom: 10px;
    left: 50%;
    color: #586365;
    transform: translateX(-50%);
  }
}









