@-moz-keyframes slidein {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@-webkit-keyframes slidein {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@-o-keyframes slidein {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes slidein {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
ul {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: txt_base;
}
html {
  min-height: 100%;
  position: relative;
  font-size: 62.5%;
}
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Noto+Sans:400,700&display=swap");
body {
  font-size: 1.4rem;
  margin: 0 auto 0;
  background-color: #fff;
  min-height: 100vh;
  max-width: 2000px;
  position: relative;
  color: #333;
  font-family: source-han-serif-japanese, "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.26rem;
  word-wrap: break-word;
  overflow-x: hidden;
}
body > div {
  min-height: inherit;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
.svg__basic {
  fill: currentColor;
}
.view_pc {
  display: block;
}
.view_pc.inline {
  display: inline-block;
}
.view_sp {
  display: none !important;
}
.base:after {
  content: "";
  display: table;
  clear: both;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
.max-width {
  max-width: 1400px;
  margin: 0 auto;
}
.base-width {
  max-width: 1100px;
  margin: 0 auto;
}
.display-pc {
  display: inline-block;
}
.display-sp {
  display: none;
}
img {
  max-width: 100%;
  display: block;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%);
  display: grid;
  grid-template-columns: 1fr 1fr;
}
header h1 {
  padding-left: 4vw;
}
header h1 a img {
  display: inline;
}
header p {
  margin: 0;
}
header p a {
  height: 100%;
  width: 240px;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: rgba(255,255,255,0.8);
  color: #000;
}
.first__view {
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  position: relative;
  background: url("../../images/main-view.png") 0 0%;
  background-size: cover;
}
.first__view img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
.first__view div {
  position: absolute;
  top: 30vh;
  left: 0;
  right: 0;
  max-width: 100vw;
  width: 70vw;
  margin: 0 auto;
  color: #fff;
}
.first__view div h2 {
  font-size: 4.4rem;
  font-weight: 500;
  margin: 0.6em 0;
  text-shadow: 0px 0px 4px rgba(43,0,0,0.4);
}
.first__view div p {
  font-size: 1.6rem;
  line-height: 4rem;
  text-shadow: 0px 0px 4px rgba(43,0,0,0.4);
}
.content__base {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0;
}
.content__base h3 {
  font-size: 3.4rem;
  margin: 0.4em 0 0.4em 2vw;
}
.content__base h3 + p {
  font-size: 1.2rem;
  color: #827364;
  opacity: 0.3;
  margin-top: -1.6rem;
  margin-left: 2vw;
  margin-bottom: 4vw;
}
.content__about {
  padding-right: 2vw;
  display: grid;
  grid-template: 1fr/40% 1fr;
}
.content__about div:first-of-type {
  position: relative;
}
.content__about div:first-of-type img {
  margin-left: 4vw;
}
.content__about div:first-of-type:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 56%;
  right: 80%;
  width: 12vw;
  max-width: 230px;
  height: 26vw;
  max-height: 576px;
  background: #f5f5f5;
}
.content__about div:last-of-type {
  font-size: 1.6rem;
  line-height: 4.4rem;
}
.content__about div:last-of-type p:first-of-type {
  margin-top: 1.2vw;
  font-weight: 700;
}
.content__experience {
  padding-top: 12px;
  position: relative;
}
.content__experience:after {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 24%;
  width: 70vw;
  max-width: 1200px;
  height: 14vw;
  max-height: 240px;
  background: #f5f5f5;
}
.content__experience .slide__base {
  width: 70%;
  margin-left: auto;
}
.content__experience .slide__base .swiper-container {
  overflow: inherit;
}
.content__experience .slide__base .swiper-slide {
  width: 40%;
  padding-bottom: 4px;
  padding-right: 4px;
}
.content__experience .slide__base .swiper-slide img {
  width: 100%;
}
.content__experience .slide__base .swiper-slide dl {
  margin: 0;
  padding: 24px;
  min-height: 160px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.content__experience .slide__base .swiper-slide dl dt {
  font-size: 2rem;
  margin-bottom: 0.6em;
}
.content__experience .slide__base .swiper-slide dl dd {
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.content__experience .slide__base .swiper-button-next.next--1 {
  left: 20%;
  bottom: -20px;
  top: auto;
}
.content__experience .slide__base .swiper-button-prev.prev--1 {
  left: 12%;
  bottom: -20px;
  top: auto;
}
.content__photo {
  margin: 60px auto 0;
}
.content__photo .slide__base {
  width: 100%;
}
.content__photo .slide__base .swiper-container {
  overflow: inherit;
}
.content__photo .slide__base .swiper-slide {
  text-align: center;
  line-height: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.content__photo .slide__base .swiper-slide img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.content__photo p {
  padding-left: 2vw;
  font-size: 1.6rem;
  line-height: 4rem;
  margin: 24px 0;
}
.content__facility {
  display: grid;
  grid-template: 1fr/1fr 1fr;
}
.content__facility h3 + p {
  margin-bottom: 3em;
}
.content__facility > div:first-of-type {
  padding-right: 2vw;
}
.content__facility > div:last-of-type {
  padding-left: 2vw;
}
.content__facility > div:last-of-type .slide__base {
  padding-top: 0;
  position: static;
}
.content__facility > div:last-of-type .slide__base img {
  width: 100%;
}
.content__facility > div:last-of-type .slide__base dl {
  padding-right: 2vw;
}
.content__facility > div:last-of-type .slide__base dl dt {
  font-size: 2rem;
  margin-bottom: 0.6em;
}
.content__facility > div:last-of-type .slide__base dl dd {
  font-weight: 300;
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
}
.content__facility > div:last-of-type .slide__base .base {
  margin: 0 0 3em;
}
.content__facility > div:last-of-type .slide__base .base .swiper-button-prev,
.content__facility > div:last-of-type .slide__base .base .swiper-button-next {
  position: static;
  float: left;
  margin: 0 0.6em;
}
.content__plan {
  max-width: 100%;
}
.content__plan .bg-base {
  max-height: 400px;
  overflow: hidden;
}
.content__plan .bg-base img {
  min-width: 100%;
  min-height: 100%;
}
.content__plan .content__area {
  max-width: 1400px;
  margin: 80px auto 0;
}
.content__plan .content__area ul {
  padding: 0 2vw;
  display: grid;
  grid-template: 1fr/1fr 1fr 1fr;
}
.content__plan .content__area ul li {
  padding: 0 1em;
}
.content__plan .content__area ul li:first-of-type {
  border-right: solid 1px rgba(211,213,204,0.4);
  padding: 0 2em 0 0;
}
.content__plan .content__area ul li:last-of-type {
  border-left: solid 1px rgba(211,213,204,0.4);
  padding: 0 0 0 2em;
}
.content__plan .content__area ul li dl dt {
  font-size: 2rem;
}
.content__plan .content__area ul li dl dd {
  font-size: 1.4rem;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.content__access h3 + p {
  margin-bottom: 3em;
}
.content__access img {
  width: 100%;
  margin-bottom: 60px;
}
.content__access div {
  padding: 0 2vw;
}
.content__access div p {
  font-size: 1.6rem;
  line-height: 4rem;
}
.content__terms {
  margin-top: 40px;
}
.content__terms > section,
.content__terms > div {
  margin: 32px 0;
}
.content__terms > p {
  margin-top: 16px;
  text-align: right;
}
.content__booking {
  margin-top: 40px;
}
.content__special {
  background: #100a04;
  width: 100vw;
  max-width: 100vw;
  margin: 0;
  color: #fff;
  text-align: -webkit-left;
  padding: 3vw 15vw;
}
.content__special h3 {
  margin-left: 0;
}
.content__special h3 span {
  background: #000;
  color: #fff;
  margin-right: 16px;
  padding: 6px;
  font-size: 2rem;
}
.aside__information {
  background: #f5f5f5;
  padding: 60px 0;
}
.aside__information div {
  max-width: 1400px;
  margin: 0 auto;
}
.aside__information div h3 {
  font-size: 3.4rem;
  color: #000;
  margin: 0.4em 0 0.4em 2vw;
}
.aside__information div h3 + p {
  font-size: 1.2rem;
  color: #827364;
  opacity: 0.3;
  margin-top: -1.6rem;
  margin-left: 2vw;
  margin-bottom: 4vw;
}
.aside__information div ul {
  padding: 0 2vw;
}
.aside__information div ul li p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.6rem;
}
.aside__information div ul li p label {
  font-weight: 700;
  display: inline-block;
  background: #000;
  color: #fff;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 24px;
}
.aside__information div ul li p .date {
  display: inline-block;
  margin-right: 16px;
}
footer {
  background: url("../../images/footer-back.png") no-repeat #0b0b0b;
  background-size: 100% auto;
}
footer > div {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 2vw 30px;
  color: #fff;
}
footer > div div {
  margin-bottom: 3em;
}
footer > div div a {
  color: inherit;
  text-decoration: underline;
}
footer > div div:first-of-type {
  margin-bottom: 5em;
}
footer .sns_box {
  position: absolute;
  top: 48px;
  right: 16px;
  width: 200px;
  padding: 0;
  text-align: right;
}
footer .sns_box li {
  width: 40px;
  height: 40px;
  display: inline-block;
}
.swiper-button-prev,
.swiper-button-next {
  width: 86px;
  height: 86px;
}
.swiper-button-prev:before,
.swiper-button-next:before,
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
}
.swiper-button-prev {
  background: url("../../images/btn-left.png") no-repeat;
  background-size: cover;
}
.swiper-button-next {
  background: url("../../images/btn-right.png") no-repeat;
  background-size: cover;
}
.swiper-pagination {
  display: none !important;
}
@media only screen and (min-width: 1400px) {
  .content__base h3 {
    font-size: 3.4rem;
    margin: 0.4em 0;
  }
  .content__base h3 + p {
    margin-left: 0;
    margin-right: 0;
  }
  .content__photo p {
    padding-left: 0;
    margin: 4em auto;
  }
  .content__plan .content__area ul {
    padding: 0;
  }
  .content__access div {
    padding: 0;
  }
  .aside__information div h3 {
    margin-left: 0;
  }
  .aside__information div h3 + p {
    margin-left: 0;
  }
  .aside__information div ul {
    padding-left: 0;
  }
  footer > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 2000px) {
  .first__view div {
    top: 20%;
    width: 80%;
  }
}
@media only screen and (max-width: 750px) {
  header {
    grid-template-columns: 64% 36%;
  }
  header h1 {
    margin: 8px 0;
    width: 100%;
  }
  header h1 img {
    max-width: 90%;
  }
  header p a {
    width: 100%;
    font-size: 1.2rem;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 16vw;
    height: 16vw;
  }
  .display-pc {
    display: none;
  }
  .display-sp {
    display: inline-block;
  }
  .first__view {
    margin: 0 auto;
    width: 100%;
    height: 100vh;
    position: relative;
    background: url("../../images/main-view.png") 60% 0;
    background-size: auto 100%;
  }
  .first__view div {
    position: absolute;
    top: 28vh;
    left: 0;
    right: 0;
    max-width: 100vw;
    width: 100vw;
    padding: 0 6vw;
    color: #fff;
  }
  .first__view div h2 {
    font-size: 3rem;
    margin: 0.6em 0;
  }
  .first__view div p {
    font-size: 1.4rem;
    line-height: 3rem;
  }
  .content__base {
    max-width: 100%;
    padding: 6vh 0;
  }
  .content__base h3 {
    font-size: 2.3rem;
    margin: 0.4em 0;
    padding: 0 6vw;
  }
  .content__base h3 + p {
    font-size: 1.2rem;
    color: #827364;
    opacity: 0.3;
    margin-top: -0.8em;
    margin-left: 0;
    padding: 0 6vw;
    margin-bottom: 4vw;
  }
  .content__about {
    padding-right: 2vw;
    display: block;
  }
  .content__about div:first-of-type {
    position: relative;
  }
  .content__about div:first-of-type img {
    width: 64%;
    margin: 24px auto;
  }
  .content__about div:first-of-type:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 56%;
    right: 70%;
    width: 36vh;
    max-width: 320px;
    height: 100vh;
    max-height: 576px;
    background: #f5f5f5;
  }
  .content__about div:last-of-type {
    font-size: 1.3rem;
    line-height: 3.4rem;
    padding: 0 6vw;
  }
  .content__experience {
    position: relative;
  }
  .content__experience:after {
    left: 0;
    width: 100vw;
    max-width: 100vw;
    height: 60vw;
    max-height: 240px;
    background: #f5f5f5;
  }
  .content__experience .slide__base {
    width: 100%;
    margin-left: 0;
  }
  .content__experience .slide__base .swiper-container {
    overflow: hidden;
  }
  .content__experience .slide__base .swiper-slide {
    width: 100%;
    padding-bottom: 4px;
    padding-right: 0;
  }
  .content__experience .slide__base .swiper-slide img {
    width: 100%;
  }
  .content__experience .slide__base .swiper-slide dl {
    padding: 24px;
    min-height: 200px;
  }
  .content__experience .slide__base .swiper-slide dl dt {
    font-size: 1.7rem;
  }
  .content__experience .slide__base .swiper-slide dl dd {
    font-size: 1.2rem;
    margin: 0;
    padding: 0;
  }
  .content__experience .slide__base .swiper-button-next.next--1 {
    left: auto;
    right: 32vw;
    bottom: -20px;
    top: auto;
  }
  .content__experience .slide__base .swiper-button-prev.prev--1 {
    left: 32vw;
    bottom: -20px;
    top: auto;
  }
  .content__photo {
    margin: 4vh auto 0;
  }
  .content__photo .slide__base {
    width: 100%;
  }
  .content__photo .slide__base .swiper-container {
    overflow: hidden;
  }
  .content__photo .slide__base .swiper-slide {
    width: 80%;
    padding-bottom: 4px;
  }
  .content__photo .slide__base .swiper-slide img {
    width: 100%;
  }
  .content__photo p {
    padding: 0 6vw;
    font-size: 1.3rem;
    line-height: 3rem;
  }
  .content__facility {
    display: block;
  }
  .content__facility h3 + p {
    margin-bottom: 1.8em;
  }
  .content__facility > div:first-of-type {
    padding-right: 0;
  }
  .content__facility > div:last-of-type {
    padding-left: 0;
  }
  .content__facility > div:last-of-type .slide__base {
    padding-top: 0;
    position: static;
  }
  .content__facility > div:last-of-type .slide__base img {
    width: 100%;
  }
  .content__facility > div:last-of-type .slide__base dl {
    padding: 0 6vw;
  }
  .content__facility > div:last-of-type .slide__base dl dt {
    font-size: 2rem;
    margin-bottom: 0.6em;
  }
  .content__facility > div:last-of-type .slide__base dl dd {
    font-weight: 300;
    font-size: 1.4rem;
    margin: 0;
    padding: 0;
  }
  .content__facility > div:last-of-type .slide__base .base {
    margin: 0 0 1.8em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .content__facility > div:last-of-type .slide__base .base .swiper-button-prev,
  .content__facility > div:last-of-type .slide__base .base .swiper-button-next {
    position: static;
    float: none;
    margin: 0 0.6em;
  }
  .content__plan {
    max-width: 100%;
  }
  .content__plan .bg-base {
    max-height: 400px;
    height: 240px;
    overflow: hidden;
    position: relative;
  }
  .content__plan .bg-base img {
    position: absolute;
    top: 0;
    left: -64%;
    max-width: 1000vh;
    width: auto;
    height: 100%;
  }
  .content__plan .content__area {
    max-width: 1400px;
    margin: 4vh auto 0;
  }
  .content__plan .content__area ul {
    padding: 0 6vw;
    display: block;
  }
  .content__plan .content__area ul li {
    padding: 0;
    border-bottom: solid 1px rgba(211,213,204,0.4);
  }
  .content__plan .content__area ul li:first-of-type {
    border-right: none;
    padding: 0;
  }
  .content__plan .content__area ul li:last-of-type {
    border-left: none;
    padding: 0;
  }
  .content__plan .content__area ul li dl dt {
    font-size: 2rem;
  }
  .content__plan .content__area ul li dl dd {
    font-size: 1.4rem;
    font-weight: 300;
    margin: 0;
    padding: 0;
  }
  .content__access h3 + p {
    margin-bottom: 1.8em;
  }
  .content__access iframe {
    height: 240px;
    margin-bottom: 4vh;
  }
  .content__access img {
    width: 100%;
    margin-bottom: 60px;
  }
  .content__access div {
    padding: 0 6vw;
  }
  .content__access div p {
    font-size: 1.3rem;
    line-height: 3rem;
  }
  .content__terms,
  .content__booking {
    margin-top: 80px;
    padding: 0 6vw;
  }
  .content__terms h3,
  .content__booking h3 {
    padding: 0;
  }
  .content__special {
    padding: 2vh 6vw;
  }
  .content__special h3 {
    padding: 0;
  }
  .aside__information {
    padding: 2vh 0 4vh;
  }
  .aside__information div {
    max-width: 100%;
  }
  .aside__information div h3 {
    font-size: 2.3rem;
    color: #000;
    margin: 0.4em 0;
    padding: 0 6vw;
  }
  .aside__information div h3 + p {
    font-size: 1.2rem;
    color: #827364;
    opacity: 0.3;
    margin-top: -0.8em;
    margin-left: 0;
    padding: 0 6vw;
    margin-bottom: 4vw;
  }
  .aside__information div ul {
    padding: 0 6vw;
  }
  .aside__information div ul li p {
    display: block;
    font-size: 1.3rem;
  }
  .aside__information div ul li p label {
    font-weight: 700;
    display: block;
    background: #000;
    color: #fff;
    width: 120px;
    height: 32px;
    line-height: 32px;
    font-size: 1.2rem;
    text-align: center;
    margin: 0 0 1vh 0;
  }
  .aside__information div ul li p .date {
    display: inline-block;
    margin-right: 16px;
  }
  footer {
    background: url("../../images/footer-back.png") no-repeat #0b0b0b;
    background-size: auto 60%;
    font-size: 1.2rem;
  }
  footer > div {
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 6vw 30px;
    color: #fff;
  }
  footer > div div {
    margin-bottom: 1.8em;
  }
  footer > div div:first-of-type {
    margin-bottom: 3em;
  }
  footer .sns_box {
    margin: 24px auto;
    position: static;
    text-align: center;
    width: 100%;
  }
  footer .sns_box li {
    width: 60px;
    height: 32px;
  }
  footer .sns_box li img {
    height: 100%;
    width: auto;
  }
  .form--base label {
    font-size: 1.8rem;
  }
  .form--base input {
    width: 100%;
    padding: 0 16px;
    background: #fff;
    margin-bottom: 8px;
  }
  .form--base p {
    padding: 6px 8px;
    font-size: 1rem;
  }
  .form--check input {
    margin-right: 6px;
  }
}
