@charset "utf-8";

/*==============================
/***  メインコンテンツ  ***/
/*=============================*/
/*======================
	メイン
=======================*/


.pers01_01>ul,
.pers01_03>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}

.pers01_01>ul>li:nth-child(1){
	width:100%;
	margin:0 0 1em 0;
}
.pers01_01>ul>li:nth-child(2){
	width:100%;
	
	background:#F5F2EE;
	border-radius: 20px;
	padding:2em 1em;
	box-sizing: border-box;
}

.pers01_03>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	align-items: center;
}
.pers01_03>ul>li:nth-child(1){
	width:100%;
	margin:0 0 0 0;
}
.pers01_03>ul>li:nth-child(2){
	width:100%;
	color:#FFFFFF;
}


.unif01_01{
	padding:2em;
	border:1px solid #B09A80;
	box-sizing: border-box;
}

.unif01_02{
	background:#FFFFFF;
	box-sizing: border-box;
	padding:2em;
	border-radius: 20px;
}

/*==============
	キャンペーン
===============*/
.campa01_01{
	width:100%;
	margin:0 0 2em;
	background:#F7F6F5;
	border-radius: 20px;
	padding:2em 1em 1.5em;
	box-sizing: border-box;
	box-shadow: 8px 8px 25px rgba(0,0,0,0.15);
}

.pers01_02{
	width:100%;
	margin:0 0 2em;
	background:#C5B097;
	border-radius: 20px;
	padding:2em 1em 1.5em;
	box-sizing: border-box;
	box-shadow: 8px 8px 25px rgba(0,0,0,0.15);
}

.campa01_02{
	width:100%;
	background:#FFFFFF;
	border:#E5D5C6 1px solid;
	border-radius: 20px;
	padding:2em 1em;
	box-sizing: border-box;
}

.top_campa .campa01_02{
	border:none;
	
}



.campa01_02>ul>li>dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}

.campa01_02>ul>li>dl>dt{
	width:100%;
	padding:0.5em 0 0 0;
	text-align: left;
}

.campa01_02tag{
	display:inline-block;
	background:#EF5A24;
	border-radius: 50px;
	letter-spacing: 1px;
	padding:0.5em 1em;
	color:#FFFFFF;
	font-weight: bold;
	
}

.campa01_02>ul>li>dl>dd{
	width:100%;
	padding:0 0 0.5em 0;
	box-sizing: border-box;
}

/*==============
	料金
===============*/
.fee01_01>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	justify-content: center;
}

.fee01_01>ul>li{
	width:96%;
	margin:0 2% 2em;
	background:#FFFFFF;
	border-radius: 20px;
	padding:1.5em 2em 0.5em;
	box-sizing: border-box;
	box-shadow: 8px 8px 25px rgba(0,0,0,0.15);
	
}

.fee01_02text{
	width:90%;
	margin:0 auto;
}

.fee01_03{
	width:100%;
	margin:0 auto;
	background:#FFFFFF;
	border-radius: 20px;
	padding:2em 3em;
	box-sizing: border-box;
	box-shadow: 8px 8px 25px rgba(0,0,0,0.15);
}

.fee01_03>ul>li{
	padding:2em 0;
	border-bottom:#DDD5CE 1px solid;
}
.fee01_03>ul>li:last-child{
	border-bottom:none;
}

.fee01_03>ul>li>dl,
.fee01_04>dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}

.fee01_04>dl{
	padding:0.3em 0;
}

.fee01_03>ul>li>dl>dt{
	width:100%;
	font-weight: bold;
}
.fee01_03>ul>li>dl>dd{
	width:100%;
}

.fee01_04>dl>dt{
	width:85%;
	position: relative;
	z-index: 1;
	font-weight: 500;
}

.fee01_04_p{
	display: inline-block;
	background:#FFFFFF;
	padding:0 1em;
	position: relative;
	z-index: 4;
}

.fee01_04>dl>dt::after{
	content: '';
	background: url("../img/sub/fee_line.png") repeat-x;
	position: absolute;
	top:13px;
	left:0;
	width:100%;
	height:4px;
	z-index: 3;
}
.fee01_04>dl>dd{
	width:15%;
	text-align: right;
	font-weight: 500;
}

.fee01_05{
	width:90%;
	margin:0 auto;
}

.fee01_05>dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}

.fee01_05>dl>dt{
	width:100%;
	font-weight: bold;
	color:#4D4D4D;
}
.fee01_05>dl>dd{
	width:100%;
	padding:0;
	box-sizing: border-box;
	color:#666666;
}




/*=================
	スケジュール
==================*/

.sche01_00>ul>li{
	padding:2em 0;
	border-bottom:#CACACA 1px solid;
}

.sche01_00>ul>li:last-child{
	border-bottom:none;
}


.sche01_01{
	width:90%;
	margin:0 auto;
}

.sche01_01 .top06_02pdf{
	width:90%;
	margin:0 0 0 4%;
}

/*===================
	メリット
====================*/
.meri01_01>ul>li{
	padding:2em 0;
}

.meri01_01>ul>li>dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	align-items:flex-start;
}
.meri01_01>ul>li>dl>dt{
	width:13%;
	text-align: center;
}
.meri01_01>ul>li>dl>dd{
	width:87%;
	padding:0.5em 0 0 1em;
	box-sizing: border-box;
}

.mainasu_02{
	margin:-4em auto 0;
}

.conc01_01>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}
.conc01_01>ul>li{
	width:46%;
	margin:0 auto;
}

/*==================
	流れ
===================*/
.flow01_01 .meri01_01>ul>li>dl>dt{
	width:100%;
}

.flow01_01 .meri01_01>ul>li>dl>dd{
	width:100%;
	padding:0;
}

/*===================
	インストラクター
====================*/

.inst01_01>ul>li{
	padding:2em 0;
	border-bottom:#CACACA 1px solid;
}
.inst01_01>ul>li>dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	align-items: center;
}

.inst01_01>ul>li>dl>dt{
	width:80%;
	margin:0 auto;
}
.inst01_01>ul>li>dl>dd{
	width:100%;
	padding:2em 3% 0;
	box-sizing: border-box;
}
.inst01_01smn{
	width:80%;
	margin:0 0 0 9%;
	background:#FFFFFF;
	box-sizing: border-box;
	box-shadow: 10px 10px rgba(228,228,228,1);/*縦横ぼかし*/
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

/*====================
	スタジオ
=====================*/
.stud01_01>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}
.stud01_01>ul>li:nth-child(1){
	width:100%;
}
.stud01_01>ul>li:nth-child(2){
	width:100%;
	padding:2em 0 0 0;
	box-sizing: border-box;
}

.stud01_02>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	justify-content: space-between;
}
.stud01_02>ul>li{
	width:41%;
	margin:0 4.5% 1em;
}

.stud01_03>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	justify-content: space-between;
}

.stud01_03>ul>li{
	width:31.33333%;
	margin:0 0 2em;
}

/*====================
	運営会社
=====================*/

.camp01_01{
	width:100%;
	margin:0 auto;
}
.camp01_01>ul>li{
	padding:1.5em 0;
	border-bottom:#CACACA 1px solid;
	
}
.camp01_01>ul>li>dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}

.camp01_01>ul>li>dl>dt{
	width:100%;
	padding:0 1em;
	color:#4D4D4D;
	font-weight: bold;
	box-sizing: border-box;
}
.camp01_01>ul>li>dl>dd{
	width:100%;
	padding:0 1em;
	color:#606060;
	box-sizing: border-box;
}

	
.campa01_02{
	width:100%;
	background:#FFFFFF;
	border:#E5D5C6 1px solid;
	border-radius: 20px;
	padding:2em 1em;
	box-sizing: border-box;
}


.campa01_02>ul>li>dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}

.campa01_02>ul>li>dl>dt{
	width:31%;
	padding:0.5em 0 0 0;
	text-align: left;
}

.campa01_02tag{
	display:inline-block;
	background:#EF5A24;
	border-radius: 50px;
	letter-spacing: 2px;
	padding:0.2em 1.3em;
	color:#FFFFFF;
	
}

.campa01_02>ul>li>dl>dd{
	width:68%;
	margin:0 0 0 1%;
	padding:0.5em 0 0.5em 0;
	box-sizing: border-box;
}
	

/*====================
	アクセス
=====================*/

.acce01_01{
	width:100%;
}

.acce01_01>ul>li{
	padding:0.5em 0;
}
.acce01_01>ul>li>dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}

.acce01_01>ul>li>dl>dt{
	width:13%;
	padding:0 1em;
	font-weight: bold;
	box-sizing: border-box;
	color:#4D4D4D;
}

.acce01_01>ul>li>dl>dd{
	width:87%;
	padding:0 1em;
	box-sizing: border-box;
	color:#606060;
}

.acce01_02>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}
.acce01_02>ul>li{
	width:49%;
	margin:0 1% 0 0;
}


/*====================
	よくある質問
====================*/

/*よくある質問*/

.faq01_01{
	background:#F9F6F2;
	border-radius:50px;
	padding:1em 3em;
	box-sizing: border-box;
}

.faq01_01>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	padding:0.8em 0;
	justify-content: center;
}

.faq01_01>ul>li{
	width:31.3333%;
	line-height: 1.4;
	max-width:300px;
	padding:0 10px;
	box-sizing: border-box;
	border-right:#B09A80 1px solid;
}

.faq01_01>ul>li a{
	color:#B09A80;
	text-decoration: none;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;

}
.faq01_01>ul>li:last-child{
	border-right:none;
}

.faq01_01>ul>li a:hover{
	color:#4D4D4D;
}

.qa01_02block>ul>li{
	padding:1em 0;
}

.qa01_02>ul>li{
	border-radius: 15px;
	margin:0.8em 0 1.5em;
	box-shadow: 8px 8px 25px rgba(0,0,0,0.15);
}

.qa01_02>ul>li>a{
	border-radius: 15px;
	display: block;
	width:100%;
	padding:1em 5%;
	box-sizing: border-box;
	text-decoration: none;
	cursor: pointer;
	background:#FFFFFF;
}

.qa01_02>ul>li>ul>li{
	border-radius: 0 0 15px 15px;
	background:#F1E4E0;
}

.qa01_02>ul>li>ul>li>dl{
	width:100%;
	box-sizing: border-box;
	padding: 1em 5%;
}


.child {
    display: none;
}
.qa01_02>ul>li>a{
	position: relative;
}
.qa01_02>ul>li>a::after{
	content: '';
	background: url("../img/top/top_plus.svg") no-repeat;
	background-size: contain;
	width:20px;
	height:20px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-50%,-50%);
}

.qa01_02>ul>li>a.active{
	border-radius: 15px 15px 0 0;
}

.qa01_02>ul>li>a.active::after{
	content: '';
	background: url("../img/top/top_maina.svg") no-repeat;
	background-size: contain;
	width:20px;
	height:20px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-50%,-50%);
}



/*========================
	マップ
========================*/

.map_block_sub,
.map_block_sub02,
.map_block_sub03 {
	position:relative;
	padding-bottom: 65%; /* 100/横*縦*/
	height: 0;
	overflow: hidden;
}
.map_block_sub iframe,
.map_block_sub02 iframe,
.map_block_sub03 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);*/
}
	
/*====================
	お問い合わせ
====================*/

/*========================
	メールフォームテンプレ
========================*/


.mail01_01 dl{
	padding:1em 0;
}

.mail01_01 dt{
	width:98%;
	padding:0 0 0 1%;
	margin:0;
	float:none;
	color:#606060;
	font-weight: 400;
}

.mail01_01 dd{
	width:98%;
	margin:0 1%;
	float:none;
	color:#606060;
}

input.text_min,
input.text,
input.text_middle,
select.text,
select.text_min,
textarea.text{
	font-family: 'Noto Sans JP',-apple-system, Roboto, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue,"Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border:none;
	border-radius: 50px;
	color:#808080;
	
	padding:1.3em;
    font-size:16px;
	margin:0.5em 0;
	width:100%;
}

textarea.text{
	border-radius: 20px;
}

input.text_min,
select.text_min{
	width:42%;
}
input.text_middle{
	width:42%;
}

.mail01_02{
    width:100%;
	margin:0 auto;
}
.mail01_02 input{
    width:auto;
	max-width:100%;
	margin:0 auto;
}

.mail01_01 input[type=checkbox] {
margin:0.5em;
  transform: scale(1.5);
}
.mail01_01 input[type=radio] {
margin:0.5em;
  transform: scale(1.5);
}


::placeholder{
  color:#ccc
}

.mail01_01title>ul{
	display: inline-flex;
	flex-wrap:wrap;
	width:100%;
	justify-content: space-between;
}

.mail01_01title>ul>li{
	padding:0 0.5em;
}

.hissu{
	display: inline-block;
	background:#970B31;
	padding:0.3em 1.5em;
	line-height: 1.5;
	margin:0 1em;
	color:#FFFFFF;
	font-size: 65%;
}

.mail01_02 input[type="submit"] {
	
	font-family: 'Noto Sans JP',-apple-system, Roboto, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue,"Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
	
	-webkit-appearance: none;
	cursor: pointer;
	width: 100%;
	height: 100%;
	letter-spacing: 5px;
	display: block;
	border-radius: 50px;
	padding:1em;
	background:#B09A80;
	border:#B09A80 1px solid;
	position: relative;
	color: #FFFFFF;
	font-size: 110%;
	box-shadow: 14px 14px 20px rgba(0,0,0,0.15);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.mail01_02 input[type="submit"]:hover{
	 -ms-transform: translateY(3px);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	box-shadow: 10px 10px 15px rgba(0,0,0,0.15);
}


/*=================================================================================*/
/** 768px以上　タブレット縦　サイズ画面  **/
@media (min-width : 768px) {
	
/*======================
	メイン
=======================*/

	
.pers01_01>ul>li:nth-child(1){
	width:38%;
	margin:0 2% 0 0;
}
.pers01_01>ul>li:nth-child(2){
	width:60%;
	
	background:#F5F2EE;
	border-radius: 20px;
	padding:2em 1em;
	box-sizing: border-box;
}

.pers01_03>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	align-items: center;
}
.pers01_03>ul>li:nth-child(1){
	width:48%;
	margin:0 2% 0 0;
}
.pers01_03>ul>li:nth-child(2){
	width:50%;
	color:#FFFFFF;
}
/*================
	キャンペーン
=================*/
.campa01_01{
	width:90%;
	margin:0 5% 2em;
	padding:3em;
}
.campa01_02{
	padding:2em 4em;
}
	
.campa01_02>ul>li>dl>dt{
	width:17%;
	padding:0.5em 0;
	text-align: center;
}

.campa01_02tag{
	display:inline-block;
	letter-spacing: 1px;
	padding:0.5em 1em;
}

.campa01_02>ul>li>dl>dd{
	width:83%;
	padding:0.5em 0 0.5em 1em;
}
	
	
/*=================
	スケジュール
==================*/
.sche01_01{
	width:77%;
	margin:0 7.5% 0 15.5%;
	padding:1em;
}
.sche01_01 .top06_02pdf {
	margin: 0;
}
	
	
/*=================
	料金
==================*/
.fee01_01>ul>li{
	width:31%;
	margin:0 1%;
	padding: 2em 1em 0.5em;
}
	
/*===================
	メリット
====================*/

.meri01_01>ul>li>dl>dt{
	width:8%;
}
.meri01_01>ul>li>dl>dd{
	width:92%;
	padding:0.5em 0 0 1em;
}
	
	
.flow01_01 .meri01_01>ul>li>dl>dt{
	width:8%;
}
.flow01_01 .meri01_01>ul>li>dl>dd{
	width:92%;
	padding:0.5em 0 0 1em;
}
	
	
/*=================
	インストラクター
==================*/
	
.inst01_01>ul>li{
	padding:4em 0;
}
	
.inst01_01>ul>li>dl>dt{
	width:40.33333%;
	margin:0;
}
.inst01_01>ul>li>dl>dd{
	width:59%;
	padding:0 0 0 1em;
}
	

/*=================
	スタジオ
==================*/
.stud01_01>ul>li:nth-child(1){
	width:20%;
}
.stud01_01>ul>li:nth-child(2){
	width:80%;
	padding:0 0 0 2em;
}


/*=================
	運営会社
==================*/
.camp01_01{
	width:65%;
	margin:0 auto;
}

.camp01_01>ul>li>dl>dt{
	width:20%;
	padding:0 1em;
}
.camp01_01>ul>li>dl>dd{
	width:80%;
	padding:0 1em;
}
	
.campa01_02{
	width:90%;
	margin:0 auto;
	padding:2em 4em;
}
	
.campa01_02>ul>li>dl>dt{
	width:17%;
	padding:0.5em 0;
	text-align: center;
}


.campa01_02>ul>li>dl>dd{
	width:83%;
	margin:0;
	padding:0.2em 0 0.5em 1em;
}
	
	
/*=================
	アクセス
==================*/
.acce01_01{
	width:80%;
	margin:0 auto;
}
	
/*======================
	よくある質問
========================*/

.qa01_02{
	width:90%;
	margin:0 auto;
}

.qa01_02>ul>li>a::after{
	content: '';
	background: url("../img/top/top_plus.svg") no-repeat;
	background-size: contain;
	width:36px;
	height:38px;
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translate(-50%,-50%);
}

.qa01_02>ul>li>a.active::after{
	content: '';
	background: url("../img/top/top_maina.svg") no-repeat;
	background-size: contain;
	width:36px;
	height:38px;
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translate(-50%,-50%);
}
.qa01_02>ul>li>ul>li>dl{
	display: flex;
	flex-wrap: wrap;
}
.qa01_02>ul>li>ul>li>dl>dt{
	width:5%;
}
.qa01_02>ul>li>ul>li>dl>dd{
	width:95%;
}
	
	
/*========================
	マップ
========================*/

.map_block_sub {
	position:relative;
	padding-bottom: 32.45%; /* 100/横*縦*/
	height: 0;
	overflow: hidden;
}
.map_block_sub02{
	position:relative;
	padding-bottom: 45%; /* 100/横*縦*/
	height: 0;
	overflow: hidden;
}
.map_block_sub03{
	position:relative;
	padding-bottom: 50%; /* 100/横*縦*/
	height: 0;
	overflow: hidden;
}
/*====================
	お問い合わせ
====================*/
.mail01_00{
	width:76%;
	margin:0 auto;
}
/*=========================
	メールフォームテンプレ
==========================*/
/*メールフォーム*/

.mail01_01 dl{
	padding:1em 0;
	display: flex;
	flex-wrap:wrap;
	width:100%;
}

.mail01_01 dt{
	padding:1.2em 0 0 0;
	width:25%;

}
.mail01_01 dd{
	width:73%;
}
	

input.text,
select.text,
textarea.text{
	width:100%;
}
	

.mail01_02{
	width:73%;
	margin:0 0 0 26%;
}


input.text_middle,
select.text_middle{
	width:45%;
}

input.text_min,
select.text_min{
	width:25%;
}
	
.mail01_02 input {
	width: auto;
	padding: 1em;
	box-sizing: border-box;
	max-width: 530px;
	margin: 0;
}
	
}
/*=================================================================================*/
/** 1140px以上 padding: ;PCサイズ画面 **/
@media (min-width : 1024px) {
/**** メインコンテンツ　****/ 
	
.fee01_03>ul>li>dl>dt{
	width:25%;
}
.fee01_03>ul>li>dl>dd{
	width:75%;
}
	
.fee01_03{
	width:83.4%;
	padding:3em 6em;
}
	
.fee01_05{
	width:65%;
}

.fee01_05>dl>dt{
	width:22%;
}
.fee01_05>dl>dd{
	width:78%;
	padding:0 0 0 1em;
}


	
	
}


/*=================================================================================*/
/** 1140px以上 padding: ;PCサイズ画面 **/
@media (min-width : 1200px) {
/**** メインコンテンツ　****/ 

.fee01_02text{
	width:60%;
}
.inst01_01>ul>li>dl>dd{
	padding:0 0 0 3em;
}

}
