@charset "UTF-8";
/* CSS Document */
/*
* {
  outline: 2px solid blue;
}
*/
body {
  background-color: #fefefe;
}
main.main {
  margin: 0 auto;
}
main section.section-top {
  height: auto;
  width: 100%;
  background-color: #231815;
/*  margin-bottom: 40px;*/
}
main section div.section-top-wrapper {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  width: 100%;
}
main section div.section-top__image {
  width: 100%;
  background-image: url("../images/top/top_MV_blue@2x.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  height: 100vh;
}
main section div h1 {
  position: absolute;
  width: 200px;
  margin-bottom: 20%;
  line-height: 5.4rem;
  color: #ffffff;
  bottom: 60px;
  left: 24px;
}
.section-opentime-box, .section-access-box {
  border: solid 1px;
  margin: 5%;
}
@media (min-width: 780px) {
  main section.section-top {
    background-color: #231815;
    width: 100%;
    height: 1080px;
  }
  main section div.section-top-wrapper {
    max-width: 1200px;
    height: 1080px;
  }
  main section div.section-top__image {
    height: 1080px;
  }
  main section div h1 {
    bottom: 500px;
    left: 40%;
  }
}
/*section-opentime*/
.section-opentime {
  padding-top: 60px;
  width: 100%;
  background-image: url("../images/common/gray_wood_bg.jpg");
  background-size: cover;
  background-position: bottom;
  margin-bottom: 120px;
  height: 680px;
}
.section-opentime-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 60px;
}
.section-opentime-box {
  background-color: #fefefe;
  width: 85%;
  margin: 0 auto;
  padding: 60px 45px;
}
.section-opentime-box h2 {
  margin-bottom: 60px;
}
table.section-opentime__table {
  font-size: 1.4rem;
  color: #231815;
  margin: 0 auto;
  margin-bottom: 30px;
  border-spacing: 10px;
  border-collapse: separate;
}
tr.section-opentime__information td.section-opentime__detail {
  text-align: left;
  padding-left: 5px;
}
.section-opentime__description {
  margin-bottom: 2rem;
  text-align: left;
}
@media (min-width: 780px) {
  .section-opentime {
    padding: 80px 0 160px 0;
/*    margin-bottom: 160px;*/
  }
  .section-opentime-box {
    width: 65%;
    height: 400px;
    padding: 50px 5% 100px 5%;
  }
  .section-opentime-box h2 {
    margin-bottom: 60px;
  }
  .section-opentime-content {
    display: flex;
    flex-direction: row;
  }
  table.section-opentime__table {
    width: 350px;
    margin: 0;
  }
}
/*section-contents*/
.section-contents__message {
  display: none;
}
.section-contents {
  width: 100%;
  background-color: #fff3f0;
}
.section-contents-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.section-contents__list {
  background-color: #fff3f0;
}
.section-contents__list p.section-contents__message {
  position: absolute;
  display: inline-block;
  font-size: 18rem;
  font-family: 'Lato', sans-serif;
  color: #FFFFFF;
  font-weight: 600;
  left: -730px;
  bottom: 49%;
  transform: rotate(90deg);
  opacity: 0.6;
  white-space: nowrap;
}
.section-contents__list ul li {
  margin-left: 19%;
}
.section-contents__list ul li img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.section-contents__list ul li p {
  max-width: 63%;
  text-align: left;
  margin-bottom: 40px;
  width: 100%;
}
.section-contents__list ul li h2 {
  margin-bottom: 30px;
  text-align: left;
}
.section-contents__link {
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (min-width: 780px) {
  .section-contents-wrapper {
    max-width: 1200px;
    padding-left: 10%;
    padding-right: 10%;
    margin: 0 auto;
  }
  .section-contents__list p.section-contents__message {
    position: absolute;
    left: -680px;
  }
  .section-contents__list ul li {
    display: flex;
    margin: 0 auto;
  }
  .section-contents__list ul li:nth-child(odd) {
    display: flex;
    flex-direction: row-reverse;
  }
  .section-contents__list ul li img {
    width: 50%;
    max-width: 600px;
    margin-bottom: 0;
  }
  .section-contents__link {
    padding: 50px 0 0 8%;
    width: 100%;
    text-align: left;
    max-width: 600px;
  }
  .section-contents__link h2 {
    margin-bottom: 40px;
  }
  .section-contents__link p {
    margin-bottom: 40px;
    width: 100%;
  }
  .section-contents__link a {
    display: inline-block;
  }
}
/*movie-part*/
.movie-part {
  height: 600px;
  background-image: url("../images/top/movie_bg.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 268px;
}
.movie-part a{
  margin: 0 auto 60px;
  width: 214px;
  height: 48px;
  background-color: #D79585;
  border-radius: 24px;
  display: block;
  border: none;
}


/*section-access*/
.section-access {
  background-image: url("../images/common/gray_wood_bg.jpg");
  background-size: cover;
  background-position: top;
}
.section-access-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.section-access-wrapper h2 {
  margin-bottom: 60px;
}
.section-access-box {
  background-color: #fefefe;
  width: 100%;
  margin: 0 auto;
  padding: 60px 16px;
  margin-bottom: 10%;
}
table.section-access__table {
  font-size: 1.4rem;
  color: #231815;
  margin: 0 auto;
  margin-bottom: 30px;
  border-spacing: 10px;
  border-collapse: separate;
}
tr.section-access__information td.section-access__detail {
  text-align: left;
  padding-left: 5px;
}
.section-access__description {
  margin-bottom: 2rem;
  text-align: left;
  display: inline-block;
  margin: 0 auto;
}
.section-access__description-part-m {
  margin-bottom: 20px;
}
@media (min-width: 780px) {
  .section-access-wrapper {
    padding-top: 160px;
    background-color: #fefefe;
  }
  .section-access-box {
    width: 65%;
    padding: 50px 5% 100px 5%;
    height: auto;
  }
  .section-access-box h2 {
    margin-bottom: 60px;
  }
  .section-access-content {
    display: flex;
    flex-direction: row;
  }
  table.section-access__table {
    height: 130px;
    margin-left: 0;
  }
  .section-access__description-part-m {
    margin-bottom: 20px;
  }
}
/*map*/
.section-access__map {
  width: 100%;
  padding-bottom: 120px;
}
.section-access__map-box {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; /*縦横比の指定*/
  overflow: hidden;
  width: 85%;
  margin: 0 auto;
}
.section-access__map-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom-right-radius: 50px;
  border: 1px solid #231815;
}
@media (min-width: 780px) {
  .section-access__map {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 136px 180px 136px;
  }
}