@charset "UTF-8";
* {
  box-sizing: border-box;
}
html, body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  /* 謎余白の対策 */
  overflow-x: hidden;
}
main {
  width: 100%;
}
body {
  color: #000;
  font-family: "游ゴシック体","Yu Gothic","YuGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

/* #header {
  background: rgba(0, 0, 0, 0.5);
} */
.new-plan img {
  vertical-align: bottom;
  width: 100%;
}
.small {
  font-size: 75%;
}
.font-min {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.font-ryumin {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}
.main-inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.contents-title {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 860px;
  margin: 130px auto 60px;
  /* color: #fff; */
  font-size: 37px;
  letter-spacing: 0.08em;
  font-style: italic;
  line-height: 50px;
}
.contents-text-box {
  margin: 60px auto 90px;
  line-height: 1.8;
}
.contents-box-title {
  display: block;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1.8;
  font-weight: bold;
  font-family: "游ゴシック体","Yu Gothic","YuGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
.contents-text {
  font-size: 14px;
}
.contents-text-info {
  font-size: 1.3rem;
  font-weight: bold;
  color: #9f7f4f;
  border: 2px solid #9f7f4f;
  max-width: 780px;
  margin: 50px auto 0;
  padding: 20px;
}
@media(max-width:767px){
  .contents-text {
    font-size: 13px;
    text-align: left;
  }
  .contents-text-info {
    font-size: 1rem;
  }
}

/* Start / mv-container */
.mv-container {
  position: relative;
  z-index: 1;
}
.mv-img img {
  width: 100%;
  object-fit: cover;
  /* object-position: top center; */
}
.mv-text-contents {
  display: block;
  position: absolute;
  z-index: 2;
  top: 30%;
  right: 0;
  left: 0;
  width: 40%;
  max-width: 600px;
  margin: auto;
}
.title-text {
  color: #fff;
  font-size: 1.5vw;
  text-shadow: 0 0 5px #000;
}
.mv-text-box {
  /* margin-top: 20%; */
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.mv-top-text {
  margin-bottom: 4%;
  color: #fff;
  font-size: 2.8vw;
  text-shadow: 0 0 5px #000;
  letter-spacing: 0.08em;
}
.mv-middle-text {
  margin-bottom: 2%;
  color: #fff;
  font-size: 1.9rem;
  text-shadow: 0 0 5px #000;
  letter-spacing: 0.08em;
}
.mv-bottom-text {
  /* margin-bottom: 4%; */
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  text-shadow: 0 0 5px #000;
  letter-spacing: 0.08em;
}
.link-btn {
  margin: 50px auto 0;
}
.btn-text {
  display: block;
  margin-bottom: 30px;
  font-size: 18px;
}
.link-btn a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  padding: 20px 0;
  color: #fff;
  text-align: center;
  background: #9f7f4f;
  transition: 0.4s;
}
.link-btn a:hover {
  opacity: 0.7;
}
.link-btn a:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 5%;
  width: 12%;
  max-width: 21px;
  height: 6px;
  margin: auto;
  background: url(../images/btn_arrow.png) no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}
/* End / mv-container  */


/* Start / new-plan-container */
.new-plan-container {
  padding: 130px 0 90px;
  background-size: cover;
}
.new-plan-container .contents-title {
  margin-top: 0;
}
.flow-title {
  width: 100%;
  max-width: 628px;
  margin: 0 auto 20px;
}
.plan-flow-img {
  margin: 20px auto;
  width: 100%;
  max-width: 638px;
}
.new-plan-caution {
  display: block;
  width: 100%;
  max-width: 638px;
  margin: auto;
  color: #fff;
  text-align: left;
  line-height: 1.8;
}
/* End / new-plan-container  */


/* Start / facilities-container */
.facilities-img-list {
  flex-wrap: wrap;
}
.facilities-list-img {
  width: 25%;
}
.movie-box {
  width: 100%;
  max-width: 860px;
  margin: 60px auto 0;
}
.movie {
  position: relative;
  width: 100%;
  margin: auto;
  padding-top: 56.25%;
}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.facilities-text-list {
  flex-wrap: wrap;
  max-width: 528px;
  margin: auto;
}
.facilities-list-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  background: #fff;
  border: 2px solid #9d7f4e;
  border-radius: 50%;
  color: #9d7f4e;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.facilities-contents:not(:last-child) {
margin-bottom: 180px;
}
.facilities-text-box {
  width: 46%;
  margin-left: 4%;
}
.facilities-contents:nth-child(even) .facilities-text-box {
  margin-right: 4%;
  margin-left: auto;
}
.facilities-title {
  padding-bottom: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #9d7f4e;
  font-size: 24px;
  text-align: left;
  border-bottom: 1px solid #9d7f4e;
  background-color: white;
}
.facilities-title  .font-ryumin {
  font-size: 38px;
}
.facilities-box-title {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: bold;
  text-align: left;
}
.facilities-text {
  font-size: 16px;
  text-align: left;
}
/* End / facilities-container  */


/* Start / plan-container */
.plan-contents {
  width: 49%;
  margin-bottom: 30px;
  max-width: 580px;
  border: 1px solid #9f7f4f;
  text-align: left;
}
.top-text-box {
  padding: 30px;
}
.plan-title {
  color: #9d7f4e;
  font-size: 24px;
}
.plan-title .font-ryumin {
  font-size: 28px;
}
.plan-tag {
  width: 40%;
  margin: 30px 0;
  padding: 5px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background: #9d7f4e;
}
.top-text-title {
  margin: 30px 0;
  font-size: 20px;
}
.bottom-text-box {
  padding: 30px;
  background: #d8ccb9;
}
.plan-price {
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 18px;
  border-bottom: 1px solid;
}
.plan-price:not(:first-child) {
  margin-left: 30px;
}
.plan-price .font-min {
  margin-left: 10px;
  font-size: 26px;
  font-weight: bold;
}

.plan-container-listbox{
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}

.plan-container-list{
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  margin-bottom: 20px;
  border-radius: 7px;
}
.plan-container-list:first-child{
  margin-bottom: 70px;
}
.plan-container-list-leftbox{
  background: #9e866e;
  color: #fff;
  width: 310px;
  padding:30px 0;
  font-size: 1.2rem;
  border-radius: 5px 0px 0px 5px;
}
.plan-container-list-line-through{
  text-decoration: line-through;
  color: red;
}
.plan-container-list-line-through-cb{
  color: #000;
}
.plan-container-list-rightbox{
  width: 470px;
  font-size: 1.3rem;
}
/* End / plan-container  */


/* Start / trainer-container */
/* .img-list {
  flex-wrap: wrap;
}
.trainer_inner{
  width: 30%;
} */
@media(max-width:767px){
  /* .trainer_inner{
    width: 100%;
    margin-bottom: 10%;
  }
}
.trainer {
  margin-bottom: 3%;
 position: relative;
  z-index: 1;
  border: 1px solid #9f7f4f;
  background: #9f7f4f;
}

.trainer-box {
  width: 100%;
  background-color: #fff;
  text-align: left;
}
.trainer-detail {
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background: #9f7f4f;
  color: #fff;
  font-size: 16px;
  font-weight: bolder;
  text-align: left;
}
.trainer_detail-text{
  text-align: justify;
}
.trainer_detail-title{
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

.trainer-detail .name {
  display: inline-block;
  margin-left: 10px;
  font-size: 24px;
  font-weight: bold;
} */
/* End / trainer-container   */


/* Start / gallery-container */
.gallery-container .img-list {
  margin-bottom: 100px;
}
.gallery-img {
  width: 31%;
  margin-bottom: 3%;
}
.gallery-detail {
  display: block;
  margin-top: 5px;
  color: #9f7f4f;
  font-size: 16px;
  text-align: left;
}

/* End / gallery-container */

/* Start / access */
.sec_access {
  text-align: left;
  padding-top: 250px;
}
.sec_access .access_content {
  position: relative;
}
.sec_access .access_txt {
  padding-left: 390px;
}
.sec_access .access_map {
  position: relative;
  z-index: 2;
  text-align: right;
}
@media(max-width:767px){
  .sec_access .access_content-spflex{
    display: flex;
  }
}
.sec_access #map-canvas1 {
  display: inline-block;
  width: 800px;
  height: 340px;
  margin: 60px 0 10px;
}
.access_map iframe {
  display: inline-block;
  width: 800px;
  height: 340px;
  margin: 60px 0 10px;
}
.sec_access .access_img {
  position: absolute;
  left: 0;
  bottom: 180px;
  margin-right: 10px;
  max-width: 330px;
}
@media(max-width:767px){
  .access_map iframe {
  width: 100%;
  }
}


/* End / access */

/* コンテンツ幅以下 対応 */
@media only screen and (max-width: 859px) {
  /* Start / mv-text-contents */
  .mv-text-contents {
    width: 60%;
  }
  /* End / mv-text-contents  */


  /* Start / plan-container */
  /* End / plan-container  */


  /* Start / ***** */
  /* End / *****  */
}


/* スマートフォン 対応 */
@media only screen and (max-width: 767px) {
  .main-inner {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .contents-title {
    margin: 22% auto 6%;
    font-size: 4.8vw;
  }
  .contents-text-box {
    margin: 6% auto 9%;
  }
  .contents-box-title {
    font-size: 1.28rem;
    text-align: left;
  }
  .contents-box-note {
    font-size: 1rem;
    color: #ff0000;
  }
  
  .link-btn {
    margin: 12% auto 0;
  }
  .btn-text {
    margin-bottom: 6%;
    font-size: 3.2vw;
  }
  /* End / mv-text-contents  */
  .mv-text-contents {
    top: 50%;
    width: calc(100% - 40px);
  }
  .title-text {
    font-size: 4vw;
  }
  .mv-text-box {
    margin-top: 0;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .mv-top-text {
    font-size: 8vw;
  }
  .mv-middle-text {
    font-size: 3.4vw;
  }
  .mv-bottom-text {
    font-size: 4vw;
    font-weight: bold;
  }
  /* End / mv-text-contents  */


  /* Start / new-plan-container */
  .new-plan-container {
    padding: 12% 0 9%;
  }
  .new-plan-container .contents-box-title {
    margin-bottom: 6%;
    font-size: 3.4vw;
  }

  /* End / new-plan-container  */


  /* Start / facilities-container */
  .facilities-text-box {
    width: 100%;
    margin: 5% auto 0;
  }
  .facilities-list-img {
    width: 50%;
  }
  .facilities-list-text {
    font-size: 3.4vw;
  }
  .facilities-contents {
    flex-wrap: wrap;
  }
  .facilities-contents:not(:last-child) {
    margin-bottom: 16%;
  }
  .facilities-title {
    margin-bottom: 5%;
    padding-bottom: 5%;
    font-size: 3.8vw;
  }
  .facilities-title .font-ryumin {
    font-size: 4.8vw;
  }
  .facilities-box-title {
    margin-bottom: 5%;
    font-size: 3.6vw;
  }
  .facilities-text {
    font-size: 3.4vw;
  }
  /* End / facilities-container  */


  /* Start / plan-container */
  .plan-contents {
    width: 100%;
  }
  .plan-title {
    font-size: 3.4vw;
  }
  .plan-title .font-ryumin {
    font-size: 3.8vw;
  }
  .plan-tag {
    width: 75%;
    margin: 5% 0 5%;
    font-size: 3.2vw;
  }
  .top-text-box {
    padding: 20px;
  }
  .top-text-title {
    margin: 5% 0;
    font-size: 3.6vw;
  }
  .bottom-text-box {
    padding: 20px;
  }
  .plan-price {
    width: 47.5%;
    font-size: 3.4vw;
    margin-bottom: 5%;
    padding-bottom: 5%;
  }
  .plan-price:not(:first-child) {
    margin-left: 5%;
  }
  .plan-price .font-min {
    font-size: 4.8vw;
  }
  .plan-flow-img {
    width: 80%;
  }
  /* End / plan-container  */

  /* Start / trainer */
  /* .trainer-detail {
    padding: 3%;
    font-size: 10px;
  }
  .trainer-detail .name {
    display: block;
    margin-left: 0;
    font-size: 3vw;
    font-weight: normal;
  } */
  /* End / trainer  */

  /* Start / gallery */
  .gallery-detail {
    font-size: 2.4vw;
  }
  .gallery-container .img-list {
    margin-bottom: 12%;
  }
  /* End / gallery  */

  /* Start / access */
  .sec_access {
    padding-top: 12%;
  }
  .sec_access .access_txt {
    padding-left: 0;
  }
  /* .sec_access .access_map {
    padding-top: 100px;
  } */
  .sec_access .access_img {
    position: relative;
    width: 30%;
    min-width: 150px;
    bottom: 0;
    z-index: 1;
  }
  .sec_access #map-canvas1 {
    margin: 50px auto 10px;
    max-width: 80%;
    height: 300px;
  }
  /* End / access  */
}

/* スマートフォン 対応 */