/* CSS Document */
.news{
  background: rgb(232, 242, 241);
  text-align: center;
}
.news .container-s{
}
.news p{
  line-height: 1.8em;
  font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.news p small{
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.news02 {
  padding: 60px 0 0;
}
.news02 .box{
  border:1px solid rgb(29, 155, 197);
  padding: 5%;
  line-height: 1.8em;
}
.news .list-icon{
  margin: 15px 0;
  text-align: left;
}
.news .list-icon img{
  margin: 4px;
}
@media screen and (max-width: 767px){
.news h2{
  font-size: 20px;
}
.news p{
  text-align: left;
}
.news .list-icon img{
  width: 32%;
  margin: 0;
}
.news02 {
  padding: 40px 0 0;
}
.news02 .box{
  padding: 8%;
}
}




#mainSlider{
 display: block;
 width: 100%;
 padding-top: 60%;
}
#wrap{
  padding: 0;
}

.point.sec-pd{
  padding-top: 70px; 
  padding-bottom: 70px;
}
.point .row{
  margin: -5px;
}
.point li{
  padding: 5px;
  line-height: 0;
}

.about{
  margin: 80px 0;
}

.menu-box .txt .more{
  letter-spacing: .1em;
  margin-top:40px;
  display: block;
  color: var(--accent-color);
  border:1px solid var(--accent-color);
  padding: 20px;
  text-align: center;
  overflow: hidden;
  position: relative;
  font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.menu-box .txt .more span{
  position: relative;
  z-index: 2;
  transition: .3s all;
}
.menu-box .txt .more:hover span{
  color: #fff;
}
.menu-box .txt .more:after{
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  transform: scaleX(0);
  background: var(--main-gradation);
  left: 0;
  top:0;
  transition: .3s all;
  transform-origin:left;
}
.menu-box .txt .more:hover:after{
  width: 100%;
  transform: scaleX(1);
}

.facility .box01{
  margin-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.facility .box01 figure{
  max-width: 700px;
  margin: 0 auto;
}
.facility .box01 figure .deco{
  margin-top: 20px;
}
.facility .box01:after{
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 380px;
  background: var(--main-gradation);
}
.facility .box01 h2{
  background: #fff;
  padding: 50px;
  width: 45%;
  right: 0;
  bottom: 80px;
  position: absolute;
  z-index: 10;
}
.studioSlider li {
  position: relative;
}
.studioSlider li img{
  width: 100%;
}
.studioSlider li p{
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 12px;
  color: #fff;
  font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.facility .bg{
  background: #e8f2f1;
  padding: 40px;
  text-align: center;
  line-height: 1.8em;
  font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.facility .box02 h3 {
  text-align: center;
  margin-bottom: 2em;
}
.facility .box02 h3 span{
  line-height: 1.6em;
  letter-spacing: .1em;
  font-size: 30px;
  font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
  border-bottom: 1px solid var(--accent-color);
  padding-bottom: 10px;
}
.facility .box02 .row{
  margin: -5px;
}
.facility .box02 li{
  padding: 5px;
  line-height: 0;
}

.elements .row{
  margin-left: -60px;
  scroll-margin-right: -60px;
}
.elements .left{
  padding-left: 60px;
  padding-right: 60px;
  border-right: 1px solid #aaaaaa;
}
.elements .right{
  padding: 20px 60px;
}
.elements .right h2{
  font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin: 0 0 .5em;
  letter-spacing: .15em;
  line-height: 1.6em;
}
.elements .right p{
  font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 2.5em;
}
.elements .figure{
  margin-top: 90px;
}
.price{
  padding-bottom: 0;
}
.price .txt-price{
  margin-bottom: 20px;
}
.price p{
  line-height: 1.6em;
}
.price strong{
  color: var(--accent-color);
  font-size: 22px;
  font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: .1em;
  font-weight: normal;
  line-height: 1.6em;
}
.price .note{
  font-size: 12px;
  color: #808080;
  margin-top: 1em;
}
.price .btn-more{
  margin-top: 30px;
}
.price .parsonal{
  margin-top: 60px;
  padding-bottom: 130px;
  position: relative;
}
.price .parsonal:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  z-index: -1;
  background: #e8f2f1;
}
.price .parsonal a.bnr{
  display: block;
  margin-top: 60px;
}
.price .parsonal .bn{
  overflow: hidden;
  position: relative;
  width: 100%;
}
.price .parsonal .bn:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .5s all;
  transition-timing-function: cubic-bezier(.57,0,.36,.99);
  z-index: 1;
}
.price .parsonal .bn.bn1:after{
  background: url(../images/top/ph_hammock.jpg) center;
  background-size: cover;
}
.price .parsonal .bn.bn2:after{
  background: url(../images/top/ph_personal.jpg) center;
  background-size: cover;
}
.price .parsonal .bn:hover:after{
  transform: scale(1.2);
}
.price .parsonal .bn .inner{
  position: relative;
  z-index: 10;
  padding: 20px;
  height: 320px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: linear-gradient(90deg, rgba(23,142,196,0.5), rgba(54,210,203,0.5));
}
.price .parsonal .bn .inner h3{
  font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  line-height: 1.6em;
}
.price .parsonal .bn .inner h3 .en{
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
.price .parsonal .bn .inner .btn-more{
  border: 1px solid #fff;
  background: url(../images/common/ic_open.svg) center left 20px no-repeat;
}
.top_bn img {
  margin-top:35px
}

@media screen and (max-width: 767px) {
 #mainSlider{
  padding-top: 160%;
}

.menu-box{
  position: relative;
  margin-bottom: 0;
}
.menu-box .inner{
  position: relative;
  overflow: hidden;
}
.menu-box .txt{
  background: #fff;
  position: relative;
  margin-top: -20px;
  width: 90%;
  float: right;
  padding: 40px 8% 40px;

}
.menu-box .txt .line{
  margin-bottom: 20px;
  position: absolute;
  top: -22px;
  left: 17%;
}
.menu-box .txt h3{
  font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 20px;
  letter-spacing: .2em;
  line-height: 1.2em;
}
.menu-box .txt h3 .en{
  font-size: 8px;
  font-family: 'Montserrat', sans-serif;
  color: #4d4d4d;
  display: block;
  margin-top: 6px;
  letter-spacing: .3em;
}
.menu-box .txt hr{
  margin:20px 0;
  width: 30px;
  border-top: 2px solid #4d4d4d;
}
.menu-box .txt p{
  line-height: 2em;
  font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.menu-box .txt .more{
  margin-top: 20px;
}
.about {
  margin: 0;
}
.facility .box01 {
  padding-bottom: 30px;
  margin: 0;
}
.facility .box01:after {
  height: 100%;
}
.facility .box01 .sp-container{
  width: 90%;
  margin-left: 10%;
}
.facility .box01 .deco{
  margin: 0;
}
.facility .box01 h2{
  padding: 25px 40px;
  width: 100%;
  top: -20px;
  position: relative;
}
.facility .bg{
  text-align: left;
}
.facility .box02 h3 {
  margin-bottom: 1.5em;
}
.facility .box02 h3 span{
  font-size: 20px;
}
.studioSlider li p{
  bottom: 5px;
  right: 5px;
}
.elements .row{
  margin: 0;
}
.elements .left{
  padding: 0 0 50px;
  border-right: none;
}
.elements .left img{
  max-width: 500px;
  display: block;
}
.elements .right{
  padding:0 15px;
}
.elements .right h2{
  font-size: 20px;
  text-align: center;
  margin-bottom: 1em;
}
.elements .right p{
  font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 2.5em;
}
.elements .figure{
  margin-top: 90px;
}
.slick-dots{
  bottom: -30px;
}
.slick-dots li button:before {
  content: '○';
  font-weight: bold;
}
.slick-dots li.slick-active button:before {
  content: '●';
}

.price strong{
  font-size: 16px;
}

.price .parsonal{
  margin-top: 60px;
  padding-bottom: 0;
}
.price .parsonal:after{
  content: none;
}
.price .parsonal a.bnr{
  margin: 40px 0 10px;
}
.price .parsonal .bn{
  width: 100%;
}
.price .parsonal .bn.bn1:after{
  background: url(../images/top/ph_hammock_sp.jpg) center;
  background-size: cover;
}
.price .parsonal .bn2{
  margin: 0;
}
.price .parsonal .bn .inner{
  padding: 60px 20px 40px;
  height: auto;
  min-height: 240px;
}
.price .parsonal .bn .inner h3{
  font-size: 18px;
  font-weight: bold;
}
.price .parsonal .bn .inner h3 .en{
  font-size: 13px;
}
.top_bn img {
  margin-top:20px
}


}
@media screen and (min-width: 768px) {


  #header .mainnav li a {
    display: block;
    padding: 33px 20px;
    transition: 0.3s all;
    position: relative;
    font-size: 13px;
    color: #fff;
    letter-spacing: .15em;
  }

.menu-box{
  padding-bottom: 110px;
  position: relative;
}
.menu-box .inner{
  position: relative;
  overflow: hidden;
}
.menu-box figure{
  position: absolute;
  width: 70%;
  z-index: 1;
  overflow: hidden;
  height: 500px;
  right: 0;
  object-fit: cover;
  object-position: center;
}
.menu-box figure img {
    min-width: 100%;
    max-width: 200%;
    min-height: 100%;
    position: absolute;
    display: block;
    left: 0;
}
.menu-box .txt{
  margin: 40px 0 0;
  padding: 80px 100px;
  width: 570px;
  max-width: 50%;
  position: relative;
  z-index: 2;
  background: #fff;
}
.menu-box .txt h3{
  font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 30px;
  letter-spacing: .2em;
  line-height: 1.2em;
}
.menu-box .txt h3 .en{
  font-size: 10px;
  font-family: 'Montserrat', sans-serif;
  display: block;
  letter-spacing: .15em;
}
.menu-box .txt hr{
  margin:30px 0;
  width: 30px;
  border-top: 2px solid #4d4d4d;
}
.menu-box .txt p{
  line-height: 2em;
  font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
}



.facility .box02 li{
 width: 20%; 
}

.elements .figure{
  overflow: hidden;
}
.elements .figure img{
  width: 33.33%;
  float: left;
  display: block;
}
.traning{
  margin-bottom: -50px;
}
.traning .menu-box{
  margin-bottom: 0;
}
.traning .menu-box{
  padding-bottom: 0;
}
.traning .menu-box figure{
  left: 0;
}
.traning .menu-box figure img{
  right:0;
  left: auto;
}
.traning .menu-box .txt{
  float: right;
}

}

/* ========================================

   料金表

========================================= */
table {
  border-collapse: collapse;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 0;
  width: 900px;
  table-layout: fixed;
  color: #000;
}

table tr {
  background-color: #fff;
  padding: .35em;
  border-bottom: 1px solid #bbb;
}
table thead{
  border-bottom: 5px solid var(--accent-color);
}
table tr:last-child{
   border-bottom: none
}
table th,
table td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
  text-align: center;
}
table th:last-child,
table td:last-child{
    border: none;
}
tbody th {
    color: var(--accent-color);
}
.txt{
   text-align: left;
   font-size: .85em;
}
.price{
}
@media screen and (max-width: 600px) {
  table {
    border: 0;
    width:100%
  }
  table th{
    display: block;
    border-right: none;
    border-bottom: 5px solid var(--accent-color);
    padding-bottom: .6em;
    margin-bottom: .6em;

  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    display: block;
    margin-bottom: 2em;
  }
  
  table td {
    border-bottom: 1px solid #bbb;
    display: block;
    position: relative;
    padding: .625em;
    border-right: none;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}