@charset "UTF-8";

/*
#000　黒
#fff　白
*/


/* --------- Tab --------- */

@media only screen and (min-width:601px) and (max-width:1099px) {

/* 改行設定 */
.onlyPC{
  display: none;
}
.onlyTAB{
  display: block;
}
.onlySP{
  display: none;
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* TOPimg */


/*-------------------------------------------*/
/* 動画 */

.video-area{
  top:0;
  bottom:0;
  left:0;
  right: 0;
  overflow: hidden;
}

.toptext img{
  width: 200px;
}



/*-------------------------------------------*/
/* ヘッダー */

header ul{
  right: 61px;
}


/*-------------------------------------------*/
/* スクロールアニメーション */
.scroll {
  font-size : 12px;
  letter-spacing: 0.25em;
  bottom : 210px;
  left : 4%;
}

.scroll::after {
  bottom : -210px;
  height : 200px;
}


/*-------------------------------------------*/
/* 追従 入会申込ボタン */


/*追従ボタン*/

.nyukai_btn{
  position: fixed;
  bottom:0px;
  right: 0px;
  z-index: 1000;
  width: 100%;
  display: flex;
}

a.btn-flat {
  overflow: hidden;
  width: 55%;
  height: 60px;
  color: #fff;
  border-radius: 0;
  background: #802d60;
  font-size: 18px;
  line-height: 1.5;
  padding-top: 17px;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #63515c;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.nyukai_btn p{
  width: 45%;
  height: 60px;
text-align: center;
font-size: 16px;
margin-bottom: 0px;
padding-top: 20px;
background: #63515c;
}


/*-------------------------------------------*/
/* バナー */

.bunner img{
  width: 80%;
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* メイン */

h2{
  font-size: 30px;
  margin-bottom: 38px;
}

/*-------------------------------------------*/
/* about */

.contwp-about{
  padding-bottom: 100px;
}

ul.photowp{
  row-gap: 11px;
}

ul.photowp:after{
  width: 49%;
}

.aboutph1 li{
  width: 49%;
  max-height: 260px;
}

.photowp img{
  height: 100%;
  object-position: 50% 0%
}

.about p{
  font-size: 15px;
  }

/*-------------------------------------------*/
/* fee・会員特典*/

.contwp-fee{
  width: 80%;
  padding-bottom: 130px;
  padding-top: 130px;
  min-width: 500px;
}

.fee p{
  font-size: 13px;
  }

 
/* fee 表 */

.fee1 table th {
  font-size: 14px;
}

.fee1 table td {
  font-size: 14px;
}

/*-------------------------------------------*/
/* お知らせ・来店予約セクション*/

.contwp-nr{
  width: 80%;
  flex-wrap: wrap;
  gap:50px;
  padding: 100px 0;
}

.cont-news , .cont-reserve{
  width: 100%;
  margin: auto 0;
  }




/*-------------------------------------------*/
/* 講師紹介*/



/* tab：2列レイアウトに切り替え */
  .card-container {
    grid-template-columns: repeat(2, 1fr);
  }


/* 写真 */
.profile-img {
  width: 100%;
  height:300px;
  object-fit: cover;
  margin-bottom: 16px;
}


/*-------------------------------------------*/
/* インスタグラム */

.contwp-insta{
  width: 60%;
  min-width: 200px;
  position: relative;
  padding-bottom: 130px;
  padding-top: 130px;
  margin: 0 auto;
}


/* インスタアカウントボタン */
a.instalink{
  max-width:100%;
}

 /*-------------------------------------------*/
/* ACCESS */


.contwp-access{
  width: 80%;
  padding-bottom: 130px;
  padding-top: 130px;
}

/* ------------------------------------------------------
	#address 
-------------------------------------------------------　*/

#address {
	display:flex;
	width: 70%;
	min-width: 500px;
	margin: 0 auto;
  padding: 80px 0;
}

#address .a_left {
  width: 30%;
  text-align: right;
  padding-right: 100px;
}


#address .a_right {
	width:70%;
	text-align: left;
}


/*
フッター
-------------------------------------------------------------------------------------------------------------------*/

.copyrignt{
  padding-bottom: 75px;

}

}