@charset "utf-8";

*{border-sizing:border-box;}
body{
	background:#fff;
	line-height:1.5;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*letter-spacing:0.em;*/
	font-size:1em;
	font-size:16px;
	padding:0;
	margin:0;
}

.ft15{font-size:1.5rem}
.ft18{font-size:1.8rem}

.title3{
	position:relative;
	width:100%;
	top:0px;
	left:45%;
	font-size:1.8rem;
	z-index:10;
}
footer,
p,a,div{
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	list-style: none;
	text-decoration: none;
	vertical-align: baseline;
}
.ma_lt05{margin-left:5%;}
.ma_lt10{margin-left:10%;}
.ma_lt15{margin-left:15%;}
.ma_rt05{margin-right:5%;}
.ma_rt10{margin-right:10%;}
.ma_rt15{margin-right:15%;}
.align_right{
	text-align:right;
}


/*========= スクロール途中からヘッダーの高さが小さくなるためのCSS ===============*/
#header{
	*はじめの高さを設定*/
	height: 170px;
	width:100%;
	/*以下はレイアウトのためのCSS*/
	background:#fff;
	color:#111;
	text-align: center;
	padding: 20px;
}
.head{
	width:100%;
	/*以下はレイアウトのためのCSS*/
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align:center;
	border-bottom:1px solid;
}

/*HeightMinというクラス名がついたら高さを小さく、上部固定に*/
#header.HeightMin{
	position: fixed;
	z-index: 999;/*最前面へ*/
	height:134px;
	animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime{
	from {
		opacity: 0;
		transform: translateY(-170px);
	}
		to {
		opacity: 1;
		transform: translateY(0);
	}
}

/*========= レイアウトのためのCSS ===============*/

h1{
	font-size:1.2rem;
}
img {width:100%;}
h2{
  font-size:1.2rem;
  /*text-align: center;*/
  margin: 0 0 30px 0;
}
.sub_title{
	width:100%;
	padding:5px 0;
	margin:0 auto;
	text-align:center;
}
.f_f2{
	width:auto;
	margin:0 auto;
	font-family: 'Lobster', cursive;
}
.f_f2::before{
	position: relative;
	top:10px;
	left:-10px;
	display:inline-block;
	transform: translateY(-50%) rotate(45deg);
	width: 0.7em;
	height: 0.7em;
	background-color: #0000ff;
	content: "";
}

p{
  margin-top:20px;  
}

small{
  background:#333;
  color:#fff;
  display: block;
  text-align: center;
  padding:20px;
}
small a{
	color:#fff;
}
h1.shop_name{
	/*background:#ccc;*/
	border-bottom:3px solid;
	font-size:1.8rem;
}
h1.shop_name img{
	width:8%;
}
h1.shop_name span{
	display:block;
	font-size:0.7rem;
}

nav{
	width:100%
}

nav ul{
	width:80%;
	list-style: none;
	display: flex;
	justify-content: center;
	margin:0 auto;
}

nav ul li a{
  display: block;
  text-decoration: none;
  color: #111;
  padding:10px;
  transition:all 0.3s;
}

nav ul li.current a,
nav ul li a:hover{
  color:#777; 
}
@media screen and (max-width:1024px) {
	h1.shop_name img{
		width:15%;
	}
	h1.shop_name span{
		display:block;
		font-size:1rem;
	}

}
.container{
	width:100%;
}
section{
	width:90%;
	margin:0 auto;
	height:100hv;
	padding:30px;
}

section:nth-child(2n){
	/*background:#f9fffc; */
}
@media screen and (max-width:599px) {
	h1.shop_name img{
		width:25%;
	}
	section{
		width:100%;
		margin:0 auto;
		height:auto;
		padding:30px 15px;
		overflow:hidden;
	}
}

.shop_image{
	position:relative;
	width:100%;
	height:500px;
}
.shop_image img{
	object-fit: cover;
	position: absolute;
	width: 100%;
	height: 100%;
}
.info_ad{
	width:100%;
	display: flex;
	height:360px;
}
.shop_add{
	width:60%;
	height:280px;
	padding:0;
	margin:20px 0 0;
}
.shop_add dl{
	display: flex;
	flex-wrap: wrap;
}
.shop_add dt{
	width: 20%;
	padding: 20px;
	background-color: #debec9;
	margin: 0 0 10px 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Shippori Mincho B1';
	font-family: 'Sawarabi Mincho', serif;
}
.shop_add dd {
	width: 80%;
	padding: 20px;
	background-color: #ebdee5;
	margin: 0 0 10px 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	font-family: 'Shippori Mincho B1';
}
.map_ad{
	width:38%;
	height:350px;
	position: relative;
	padding-top: 56.25%;
}
.map_ad iframe {
	position: absolute;
	top: 20px;
	left: 4%;
	width: 100%;
	height: 33%;
}
@media screen and (max-width:1024px) {
	.sec02{
		position:relative;
		top:30px;
		width:100%;
	}
	.info_ad{
		width:100%;
		height:auto;
		display: block;
	}
	.shop_add{
		width:100%;
		height:280px;
		padding:0;
		margin:20px 0 0;
	}
	.map_ad{
		width:100%;
		height:350px;
		position: relative;
		padding-top: 56.25%;
	}
	.map_ad iframe {
		position: absolute;
		top: 50px;
		left:0;
		width: 100%;
		height: 100%;
	}

}

@media screen and (max-width:599px) {
	
	.info_ad{
		height:900px;
	}
	.shop_add dl{
		display: block;
		height:auto;
		overflow:hidden;
	}
	.shop_add dt{
		width: 100%;
		padding: 20px;
		margin: 0 0 10px 0;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
		display: block;
	}
	.shop_add dd {
		width: 100%;
		padding: 20px;
		margin: 0 0 10px 0;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
	}
	.map_ad{
		position: relative;
		top:170px;
		height:350px;
		padding-top: 100.25%;
	}
	
	.map_ad iframe {
		position: absolute;
		top: 200px;
		left: 0;
	}

}
.sec02{
	position:relative;
	left:0;
	width:100%;
	margin:30px auto 70px;
}
.sec02::after{
	content:"";
	position:absolute;
	width:70%;
	height:700px;
	top:10px;
	left:15%;
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	background:#ebdee5;
}
.sm_tit{
	position:absolute;
	width:50%;
	margin:0 auto;
	left:25%;
	top:-30px;
}
.title3{
	position:relative;
	left:38%;
	width:50%;
}

.flx2{
	position:relative;
	width:100%;
	display:flex;
	justify-content:center;
	z-index:10;
}
.grid-item{
	width:30%;
	padding:20px 0;
	text-align:center;
	border-radius:20px;
	background:#fff;
	margin: 2%;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(51, 51, 51, 0.1);
}
.grid-item .plan{
	width:70%;
	margin:0 auto;
	padding:20px 0;
}
.grid-item p{
	padding:10px 0;
	margin:0;
}
.grid-item p.tt1{
	padding:0;
	margin-top:20px;
}
.grid-item p.plas{
	font-weight:700;
	font-size:1.5em;
}
.grid-item p.plan-pay{
	font-weight:700;
	font-size:1.5em;
}

.grid-item h3{
	padding:0 0 10px;
	margin-bottom:10px;
	border-bottom:3px solid #cbb4ac;
	
}
.qr{
	width:80%;
	margin:0 auto;
	padding:50px 0;
	background:#fff;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(51, 51, 51, 0.1);
	border-radius:20px;
}
.grid-item3{
	width:80%;
	margin:0 auto;
	text-align:center;
}
.grid-item3 img{
	width:50%;
	padding:20px 0;
}


@media screen and (max-width:1024px) {
	.sec02{
		position:relative;
		left:0;
		width:100%;
		margin:50px auto 100px;
	}
	.sec02::after{
		width:90%;
		height:700px;
		left:5%;
	}
	.grid-item{
		width:45%;
	}
	.title3{
		left:30%;
	}
}

@media screen and (max-width:599px) {
	.sec02{
		margin:50px auto;
	}
	.sec02::after{
		content:"";
		position:absolute;
		width:70%;
		height:700px;
		top:10px;
		left:15%;
		clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
		background:#ebdee5;
	}
	.sm_tit{
		position:absolute;
		width:70%;
		margin:0 auto;
		left:8%;
		top:15px;
	}
	.title3{
		position:relative;
		left:38%;
		width:60%;
		font-size:1.3em;
	}
	.flx2{
		position:relative;
		width:100%;
		display:block;
	}
	.grid-item{
		width:90%;
		margin:50px auto 30px;;
	}
	.grid-item .plan{
		width:80%;
	}
	.grid-item p.plan-pay{
		font-weight:700;
		font-size:1.4em;
	}
}

/*=============================================================
 form
===============================================================*/
.content3 {
	max-width: 1000px;
	padding: 60px 10px;
	margin: 0 auto;
}
.page-title {
	text-align: center;
	margin-bottom: 30px;
}
.form-area {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
	background:#ccc;
}
.form-area dt {
	width: 30%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #3d546a;
	color: #fff;
	padding: 30px 15px;
	margin-bottom: 2px;
}
.form-area dt span {
	background-color: #fff;
	color: #e85c4e;
	font-size: 0.75rem;
	padding: 0 8px;
}
.form-area dd {
	width: 70%;
	background-color: #fff;
	padding: 22px 15px 20px 15px;
	margin-bottom: 2px;
}
.form-area input {
	background-color: #f2f2f2;
	padding: 8px 10px;
}
.button-area {
	text-align: center;
}
#submit-button {
	background-color: #e85c4e;
	border-radius: 5px;
	color: #fff;
	font-size: 1.25rem;
	font-weight: bold;
	padding: 20px 40px;
	text-align: center;
}
#submit-button:hover {
	opacity: 0.7;
}
#name,
#mail {
	width: 80%;
}
#tel1,
#tel2,
#tel3 {
	max-width: 80px;
}
#reservation {
	max-width: 50%;
}
#time{
	max-width:30%;
	margin-left:10px;
}
.lesson {
	margin-right: 5px;
	margin-left:10px;
	position: relative;
	top: 2px;
}
.lesson:first-child {
	margin-bottom: 10px;
}
.note-新宿,
.note-難波,
.note-熊本 {
	padding: 0 30px;
	margin-bottom: 30px;
}
.note-難波,
.note-熊本 {
	display: none;
}
/* エラーメッセージ用 */
.error-text {
	color: #de3f2e;
	margin-top: 2px;
}

/*-------------------------------------------
Form SP
-------------------------------------------*/
@media screen and (max-width: 600px) {
	.form-area {
		flex-direction: column;
	}
	.form-area dt {
		width: 100%;
		display: block;
		padding: 10px;
		margin-bottom: 0;
	}
	.form-area dt span {
		margin-left: 10px;
	}
	.form-area dd {
		width: 100%;
		padding: 10px;
		margin-bottom: 10px;
	}
	.form-area dd:last-child {
		margin-bottom: 0;
	}
	.note-online,
	.note-venue {
		padding: 0 10px;
	}
}
/*=============================================================
 Q&A
===============================================================*/
.select_cont{
	overflow: hidden;
	width: 40%;
	margin: 2em auto;
	text-align: center;
}
.select_cont select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 5px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.select_cont select::-ms-expand {
	display: none;
}
.select_cont.con_100 {
	position: relative;
	border-radius: 2px;
	border: 2px solid #ccc;
	border-radius: 50px;
	background: #ffffff;
}
.select_cont.con_100::before {
	position: absolute;
	top: 1.1em;
	right: 1em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #bbb;
	pointer-events: none;
}
.select_cont.con_100 select {
	padding: 10px 38px 10px 10px;
	color: black;
}
@media screen and (max-width: 600px) {
	.select_cont{
		width: 70%;
	}
}
/*--------------------------------------------------
 qa 折り畳み
----------------------------------------------------*/
.sec001{
	max-width:1000px;
	padding:0;
	margin:20px auto;
}
.qa_title{
	padding:20px 0;
}
.qa_title .title4{
	font-size:1.5rem;
	text-align:center;
}
ul {
	list-style: none;
}
#ac-menu li {
	border-top: solid 1px #000;
}
#ac-menu li:last-child {
	border-bottom: solid 1px #000;
}
#ac-menu .label {
	cursor: pointer;
	font-size: 1.125rem;
	font-weight: bold;
	padding: 40px 30px;
	position :relative;
	transition: .5s;
}
#ac-menu .label:hover,
#ac-menu .label:active {
	background-color: #ebdee5;
}
/*
ラベル右側のアイコン「＋」を設定
beforeが横棒
afterが縦棒
*/

#ac-menu .label::before,
#ac-menu .label::after {
	content: '';
	width: 20px;
	height: 1px;
	background: #000;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translatey(-50%);
}
#ac-menu .label::after {
	transform: translatey(-50%) rotate(90deg);
	transition: .5s;
}
/*
アコーディオンメニューが開いている場合
*/
#ac-menu .label.open {
	/* ラベルの背景色を変更 */
	background: #ebdee5;
}
#ac-menu .label.open::before {
	/* ラベルアイコンの横棒を非表示 */
	opacity: 0;
}
#ac-menu .label.open::after {
	/* ラベルアイコンの縦棒を横向きに回転 */
	transform: rotate(180deg);
}
/*
アコーディオンメニューのコンテンツ部分は、「display: none;」で非表示にしておく。
ラベルクリック時にjQueryの「  $(this).next().slideToggle();」で表示に切り替わる
*/
#ac-menu .detail {
	border-top: solid 1px #ccc;
	padding: 35px 30px;
	display: none;
}
#ac-menu .detail:hover,
#ac-menu .detail:active {
	background: #ebdee5;
}
#ac-menu .detail dl {
	display: flex;
	flex-wrap: wrap;
	
}
#ac-menu .detail dt {
	width: 5%;
	font-weight: bold;
	margin-bottom: 40px;
}
#ac-menu .detail dd {
	width: 95%;
	margin-bottom: 40px;
}
/*-------------------------------------------
 QA 折り畳み SP
-------------------------------------------*/
@media screen and (max-width: 600px) {
	#ac-menu .label:hover,
	#ac-menu .label:active {
		background-color: #ebdee5;
	}
	#ac-menu .label {
		padding: 40px 0 40px 15px;
	}
	#ac-menu .detail {
		padding: 35px 0;
	}
	#ac-menu .detail dl {
		/*flex-direction: column;*/
	}
	#ac-menu .detail dt {
		width: 100%;
		margin-bottom: 15px;
	}
	#ac-menu .detail dd {
		width: 100%;
		padding-left: 10px;
	}
}
/*================================================
 試算シミュレーター
==================================================*/
.infomesse{
	padding:10px 0;
	margin:0 0 10px 0;
	width:100%;
	text-align:center;
}
.infomesse p{
	padding:0;
	margin:0;
	font-weight:500;
}
.form_box{
	position:relative;
	width:100%;
	padding:40px 20px;
	margin:0 auto;
	background:#ccc;
}
.form_box::before{
	content:"";
	position:absolute;
	top:0px;
	left:5%;
	width:90%;
	height:500px;
	background:#fff;
	clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.symform{
	position:relative;
	width:50%;
	padding:10px;
	background:#fff;
	margin:0 auto;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
	z-index:10;
}
.symform .inner_box,
.symform .inner_box2 {
	width:80%;
	padding:10px;
	margin:0 auto;
}
.symform label{
	position:relative;
	width:100%;
	display:block;
	padding:5px 0 5px 25px;
}
.symform label::before{
	content:"";
	position:absolute;
	top0;
	left:0;
	width:20px;
	height:20px;
	background-image:url(../../img/icon/sym.png);
	background-size:cover;
}
.c-form-text {
	height: 2.4em;
	width: 70%;
	padding: 0 16px;
	border-radius: 4px;
	border: none;
	box-shadow: 0 0 0 1px #ccc inset;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.c-form-text:focus {
	outline: 0;
	box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}

@media screen and (max-width:1024px) {
	.symform{
		width:84%;
	}
}
@media screen and (max-width:599px) {
	.symform{
		width:100%;
	}
	.symform .inner_box,
	.symform .inner_box2 {
		width:90%;
		padding:10px 0;
	}
	.symform label{
		font-size:0.9em;
	}
	.symform .inner_box span{
		font-size:0.9em;
	}
}


/*--------------------------------------------------
 php
----------------------------------------------------*/
.php1{
	width:100%;
	margin:0 auto;
	padding:0px 0 10px;
	background:#ffffc1;
	margin-top:30px;
}


/*--------------------------------------------------
 ボタン
----------------------------------------------------*/
.symform .push{
	width:100%;
	padding:10px;
}
.symform .formbottom {
	text-align: center;
} 
.symform .btns{
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	padding: 6px 25px;
	color: #F15A24;
	font-weight: bold;
	letter-spacing: 0.5pt;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #F15A24;
	cursor: pointer;
	transition-duration:0.3s;
    -webkit-transition-duration:0.3s;
    -moz-transition-duration:0.3s;
    -o-transition-duration:0.3s;
    -ms-transition-duration:0.3s;
} 
.symform .btns:hover{
    color: #ffffff;
    background-color: #F15A24;
}
@media screen and (max-width:599px) {
	
	.symform .btns{
		display:block;
		margin:0 auto 10px;
	}
}
/*--------------------------------------------------
 シミュレーション結果
----------------------------------------------------*/
.sp20{
	padding:20px 0;
}
.keka_box{
	width:70%;
	margin:20px auto;
	padding:20px;
	display:flex;
	justify-content:center;
	background:#ccc;
}
.keka_left,
.keka_right{
	width:50%;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
	margin:0 2%;
	padding:20px;
	background:#fff;
}
.keka_box h3{
	text-align:center;
	padding:10px;
}
@media screen and (max-width:1024px) {
	.keka_box{
		width:100%;
		display:block;
	}
	.keka_left,
	.keka_right{
		width:96%;
		box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
		margin:0 2% 20px;
		padding:20px;
		background:#fff;
	}

}




table.tbl{
	width:100%;
	padding:30px 0 0;
}
table.tbl th.bb1{
	font-size:0.75em;
	width:40%;
	text-align:center;
}
table.tbl th.bb2{
	font-size:1.5rem;
	font-weight:bold;
	text-align:center;
	width:20%;
}
table.tbl th.bb3{
	font-size:0.75em;
	width:40%;
	text-align:center;
}
table.tbl th{
	padding:30px 0 0;
}
table.tbl td.cc1,
table.tbl td.cc3{
	text-align:center;
	font-size:1.3rem;
	font-weight:bold;
	border-bottom:1px dashed #000;
}
table.tbl td.cc11{
	border:none;
}
table.tbl td.cc1 span,
table.tbl td.cc3 span{
	font-size:0.8rem;
}
.spc{
	padding:20px 0 0;
	margin:20px 0 0;
	text-align:center;
}
img.d_arw{
	width:40px;
	height:50px;
}
.spc2{
	text-align:center;
	padding:0;
	margin:0;
}
.spc2 .tit{
	font-size:1.2rem;
	padding:10px 0;
	background:#0000ff;
	color:#fff;
	font-weight:700;
}
.spc2 .plan{
	padding:10px 0 0;;
	margin:0;
	font-weight:700;
}
.spc2 .m_time{
	margin-top:20px;
	padding:10px 0;
	font-size:3rem;
	font-weight:700;
}
.spc2 .m_time span{
	font-size:1.5rem;
}
.spc2 .s_sotei{
	padding:0;
	margin:0;
	font-weight:700;
	font-size:3rem;
}
.spc2 .s_sotei span{
	font-size:1.5rem;
}
.spc2 .rieki_fx{
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
	width:100%;
	margin:0 auto;
}
.spc2 .rieki_fx .rieki_l{
	width:37%;
	font-weight:700;
	font-size:2rem;
	text-align:left;
}
.spc2 .rieki_fx .rieki_l span{
	font-size:1rem;
}
.spc2 .rieki_fx .rieki_r{
	width:45%;
	font-weight:700;
	font-size:2rem;
}
.spc2 .rieki_fx .rieki_r span{
	font-size:1rem;
}
.spc2 .rieki_fx .prs{
	width:18%;
	font-weight:700;
	font-size:2rem;
	color:#0000ff;
}
.spc2 .rieki_fx .prs span{
	font-size:0.8rem;
	
}
p.updw{
	text-align:center;
	font-size:1.1rem;
	font-weight:700;
	margin-bottom:30px;
	color:#0000ff;
}
p.updw span{
	font-size:2rem;
	border-bottom:thick double #32a1ce;
}
.link_s{
	width:100%;
	text-align:center;
	margin:50px 0 0;
	font-size:1.2rem;
}
.link_s a{
	padding:20px 30px;
	background:#008000;
	color:#fff;
	text-decoration:none;
	font-weight:700;
	border-radius:25px;
}
p.s_til{
	text-align:center;
	font-size:1.2rem;
	font-weight:700;
	border-bottom:2px solid #ffff00;
	padding:10px 0;
}
.hi_flex{
	display:flex;
	width:80%;
	flex-wrap: wrap;
	justify-content:space-between;
	background:#ccc;
	margin:0 auto;
}
.hi_flex dt{
	width:50%;
	display:table-cell;
	font-weight:700;
	vertical-align:middle;
}
.hi_flex dd{
	width:50%;
	display:table-cell;
	text-align:right;
	font-weight:700;
	font-size:1.5rem;
}
.hi_flex dd span{
	font-size:1rem;
}
.flex_line{
	display:flex;
	width:80%;
	margin:0 auto;
	flex-wrap: wrap;
	justify-content:space-between;
}
.flex_line .line1{
	width:50%;
	padding:20px 0 0;
	font-size:1.5rem;
	border-bottom:1px dashed #32a1ce;
}
.flex_line .line1 span{
	font-size:1rem;
	font-weight:700;
}
.flex_line .line2{
	width:50%;
	padding:20px 0 0;
	text-align:right;
	font-weight:700;
	font-size:1.6rem;
	border-bottom:1px dashed #32a1ce;
}
.flex_line .line2 span{
	font-size:1rem;
}


footer.top_foot{
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:100%;
	height:auto;
	background:#3e3e3b;
	margin:0 auto;
}
footer.top_foot .foot_box,
footer.top_foot .foot_box a{
	width:50%;
	color:#fff;
	padding:25px 0;
}




