@charset 'UTF-8';

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	トップページ

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

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

	レイアウト

================================================================================ */
img {
	max-width: 100%;
}
body {
	font-family: "Yu Mincho";
}
p {
	margin: 0;
}

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.br-pc {
		display: none;
	}
	.br-sp {
		display: block;
		line-height: 0rem;
	}
	#wrapper {
	}
.inner {
	max-width: 1100px;
	padding: 0px 20px;
	margin: 0 auto;
}
h2 {
	text-align: center;
	color: #434343;
	position: relative;
	font-size: 3vw;
}
h3 {
	font-size: 2.5vw;
}
h4 {
	font-size: 2vw;
}
.l_big {
	color: #D0CEC9;
  	font-size: 180px;
    position: absolute;
    left: 0;
    top: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(0%, -50%);
    font-family: Arial;
    font-weight: 200;
}
}

/* タブレット設定
----------------------------------------------- */
@media (max-width: 1100px) {
	.l_big {
		color: #D0CEC9;
			font-size: 15vw;
			position: absolute;
			left: 0;
			top: 0;
			top: 50%;
			transform: translate(-50%, -50%);
			-webkit-transform: translate(0%, -50%);
			font-family: Arial;
			font-weight: 200;
	}

}

/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.br-pc {
		display: block;
		line-height: 0rem;
	}
	.br-sp {
		display: none;
	}
	p {
		padding-bottom: 20px;
	}
	#wrapper {
	}
.inner {
	max-width: 1100px;
	padding: 0px 20px;
	margin: 0 auto;
}
h2 {
	text-align: center;
	color: #434343;
	position: relative;
	font-size: 6vw;
	line-height: 120%;
}
h3 {
	font-size: 5.5vw;
}
h4 {
	font-size: 4vw;
}
.l_big {
	color: #D0CEC9;
	font-size: 15vw;
	position: absolute;
	top: 0;
	top: 230%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(0%, -50%);
	font-family: Arial;
	font-weight: 200;
}
}

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

	マージンボックス

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

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* 上にマージンを空ける
	----------------------------------------------- */
	.top_long {
		margin-top: 120px;
	}
	.top_middle {
		margin-top: 80px;
	}
	.top_short {
		margin-top: 40px;
	}
	.top_vshort {
		margin-top: 20px;
	}
	.top_mshort {
		margin-top: 10px;
	}

	/* 下にマージンを空ける
	----------------------------------------------- */
	.bottom_long {
		margin-bottom: 120px;
	}
	.bottom_middle {
		margin-bottom: 80px;
	}
	.bottom_short {
		margin-bottom: 40px;
	}
	.bottom_vshort {
		margin-bottom: 20px;
	}
	.bottom_mshort {
		margin-bottom: 10px;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* 上にマージンを空ける
	----------------------------------------------- */
	.top_long {
		margin-top: 16vw;
	}
	.top_middle {
		margin-top: 12vw;
	}
	.top_short {
		margin-top: 8vw;
	}
	.top_vshort {
		margin-top: 4vw;
	}
	.top_mshort {
		margin-top: 3vw;
	}

	/* 下にマージンを空ける
	----------------------------------------------- */
	.bottom_long {
		margin-bottom: 16vw;
	}
	.bottom_middle {
		margin-bottom: 12vw;
	}
	.bottom_short {
		margin-bottom: 8vw;
	}
	.bottom_vshort {
		margin-bottom: 4vw;
	}
	.bottom_mshort {
		margin-bottom: 3vw;
	}

}



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

	メイン画像

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.main_top {
		text-align: center;
		
	}
	.main_top_in {
		position: relative;

	}
	.main_top img {
    width: 100%;
    max-width: 1920px;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.main_top {
		position: relative;
	}
	.main_top_in {
		position: relative;
	}
	.main_top img {
    width: 100%;
    height: auto;
}
}





/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

	ここからコンテンツ内容

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



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

6つのメリット	

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.merit_wrap {
		margin-bottom: 80px;
	}
   .merit_wrap ul{
		  display: flex;
			flex-wrap: wrap;
			justify-content: center;
      align-items: center;
	 }
	 .merit_wrap ul li {
		width: 33%;
    list-style: none;
    text-align: center;
    padding: 60px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);

	 }
	 .merit_wrap ul li img {
	   width: 130px
	 }
	 .merit_wrap ul li p {
	font-weight: 800;
    font-size: 1.8rem;
    line-height: 130%;
    margin-top: 30px;
}

	 .merit_wrap ul li:nth-child(2n) {
		background: #AC9470;
		color: #fff;
	 }
	 .merit_wrap ul li:nth-child(2n+1) {
		background: #fff;
		color: #AC9470;
	 }

}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.merit_wrap {
		margin-bottom: 60px;
	}
	.merit_wrap ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
 }
 .merit_wrap ul li {
	width: 90%;
	list-style: none;
	text-align: center;
	padding: 40px 0;
	 box-shadow: 0 2px 4px rgba(0,0,0,0.1);

 }
 .merit_wrap ul li img {
	 width: 80px
 }
 .merit_wrap ul li p {
	font-weight: 800;
	font-size: 5.5vw;
	line-height: 130%;
	margin-top: 10px
 }
 .merit_wrap ul li:nth-child(2n) {
	background: #AC9470;
	color: #fff;
 }
 .merit_wrap ul li:nth-child(2n+1) {
	background: #fff;
	color: #AC9470;
 }
}





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

こんなお悩みありませんか？

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.nayami_wrap {
		background-image: url(../img/nayami_bg.png);
		background-repeat: no-repeat;
		background-size: cover;
		padding-bottom: 80px;
	}
   .nayami_wrap h2 {
	color: #fff;
    background: #A5A393;
    padding: 60px 0;
    position: relative;
    font-size: 3.5vw;
	 }
	 .nayami_wrap h2:after {
position: absolute;
    content: '';
    top: 100%;
    left: 45%;
    border: 70px solid transparent;
    border-top: 60px solid #A5A393;
    width: 0;
    height: 0;
	}
	.nayami_wrap img {
		margin: 80px auto;
		margin-bottom: 0;
    display: block;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.nayami_wrap {
		background-image: url(../img/nayami_bg.png);
		background-repeat: no-repeat;
		background-size: cover;
		padding-bottom: 40px;
	}
   .nayami_wrap h2 {
		 color: #fff;
		 background: #A5A393;
		 padding: 25px 0;
		 position: relative;
		 font-size: 6vw;
	 }
	 .nayami_wrap h2:after {
		position: absolute;
		content: '';
		top: 95%;
		left: 35%;
    border: 60px solid transparent;
    border-top: 40px solid #A5A393;
		width: 0;
		height: 0;
	}
	.nayami_wrap img {
		margin: 80px auto;
		margin-bottom: 0;
    display: block;
	}
}





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

	微弱電流を使った全く新しい施術法
　ハンドセラピスで全て解決！


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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.kaiketu_wrap {
		background-image: url(../img/kaiketu_bg.png);
		background-repeat: no-repeat;
		background-size: cover;
		padding: 80px 0;
	}
	.kaiketu_wrap h2 {
		color: #AC9470;
	}
	.kaiketu_wrap h2 span {
		font-size: 2.5vw;
		color: #434343;
	}
	.kaiketu_wrap h3 {
		background: #fff;
    width: fit-content;
    padding: 5px 10px;
	    margin: 40px 0;
    margin-bottom: 20px;
	}
	.kaiketu_wrap h4{ 
		    line-height: 140%;
		    padding-bottom: 20px;
	}
	.kaiketu_wrap .inner_content{
      position: relative;
			height: 900px;
	}
.s_img {
	position: absolute;
	right: 0;
	top: 50px;
	width: 50%;
}
.m_img {
	position: absolute;
    left: 0;
    top: 500px;
	width: 55%;
}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.kaiketu_wrap {
		background-image: url(../img/kaiketu_bg.png);
		background-repeat: no-repeat;
		background-size: cover;
		padding: 40px 0;
	}
	.kaiketu_wrap h2 {
		color: #AC9470;
		font-size: 7vw;
	}
	.kaiketu_wrap h2 span {
		font-size: 4.5vw;
		color: #434343;
	}
	.kaiketu_wrap h3 {
		background: #fff;
text-align: center;
    padding: 5px 10px;
    margin: 15px 0;
	}
	.kaiketu_wrap .inner_content{
      position: relative;
		height: 680px;
	}
	.kaiketu_wrap h4 {
		padding-bottom:20px;
	}
.s_img {
	position: absolute;
	right: 0;
    top: 290px;
	width: 58vw;
}
.m_img {
	position: absolute;
    top: 520px;
	width: 50vw;
}
}





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

	ハンドセラピスの3つの特徴

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	
	.feature_wrap h2 {
		background-image: url(../img/ttl_h.png);
		background-repeat: no-repeat;
		background-position: center;
		padding: 120px 0px;
		font-size: 2.3rem;
    margin-bottom: 80px;
	}
	.point_wrap {
		background-size: 780px;
		height: 940px;
		margin: 0 auto;
		background-image: url(../img/flame.png);
		background-repeat: no-repeat;
		position: relative;
		background-position: center;
		text-align: center;
		margin-bottom: 80px;
}


.point_wrap .head {
	font-size: 2rem;
	    padding-top: 50px;
    padding-bottom: 20px;
	font-family: Helvetica;
}
	.point_wrap .head span {
		color: #AC9470;
		font-size: 4rem;
		font-weight: 700;
    padding-left: 5px;
	}
	.point_wrap h4 {
		background: #AC9470;
    border-radius: 40px;
    color: #fff;
    font-size: 1.8rem;
    padding: 8px 10px;
    text-align: center;
		width: 550px;
    margin: 40px auto;
	    margin-top: 0;
	}
	.point_wrap:first-of-type h4,
	.point_wrap:last-of-type h4 {
	font-size: 1.1rem;
	    padding: 12px 10px;
	}
	.point_wrap:first-of-type img {
    width: 480px;
}
	.point_wrap img {
		width: 550px;
	}
	.point_wrap .body {
		text-align: left;
    width: 560px;
    margin: 20px auto;
    font-size: 1.2rem;
	}

}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.feature_wrap {
		padding-bottom: 40px;
	}
		.feature_wrap h2 {
		background-image: url(../img/ttl_h.png);
		background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
   padding: 40px 0px;
    font-size: 6vw;
	}
	.point_wrap {
	    background-size: 90vw;
    margin: 0 auto;
    background-image: url(../img/flame_sp.png);
    background-repeat: no-repeat;
    background-position-y: center;
    position: relative;
    background-position: center;
    text-align: center;
   padding: 60px 0px;
    height: auto;
}


.point_wrap .head {
font-size: 8.5vw;
   font-size: 4.5vw;
    font-family: Helvetica;
    position: absolute;
    padding-bottom: 0;
    top: 8%;
    left: 37%;
}
	.point_wrap .head span {
	color: #AC9470;
    font-size: 30px;
    font-weight: 700;
    padding-left: 5px;
	}
	.point_wrap h4 {
	background: #AC9470;
    border-radius: 40px;
    color: #fff;
    font-size: 4vw;
    padding: 4px 5px;
    text-align: center;
    margin: 10px auto;
    width: 70vw;
    line-height: 110%;
    margin-top: 50px;
}
	
.point_wrap img {
    width: 240px;
}
	.point_wrap .body {
	text-align: left;
    width: 70vw;
    margin: 10px auto;
}


}



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

	エナジーメソッド 雅-Miyabi-（中間のマップ）

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.contact_wrap {
		padding: 80px 0;
		text-align: center;
		background:#FFFCEB;
	}
	.contact_wrap .ttl {
		font-size: 2.2rem;

	}
	.contact_wrap .logo {
		
	}
	.contact_wrap img {
     width:390px;
	}
	.contact_wrap .adress {
		padding-top: 60px;
		padding-bottom: 30px;
		font-size: 1.5rem;
	}
	.contact_wrap .map_s {
		margin-top: 0;
    margin-bottom: 20px;
	}
	.btn_wrap {
		display: flex;
		justify-content: center;
	}
	.btn_wrap a {
		display: flex;
    align-items: center;
    justify-content: center;
		padding: 20px;
		margin: 20px;
		color: #fff;
	width: 30%;
	}
	.btn_wrap a span {
		font-size: 1.5vw;
    font-weight: 800;
    padding-left: 16px;
	}
	.btn_wrap a img {
		width: 12%;
	}
	.line {
    background: #00B70C;
	
	}
	.mail {
		background: #5CBCF6;
	}
	
}

/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.contact_wrap {
		padding: 40px 0;
		text-align: center;
		background:#FFFCEB;
	}
	.contact_wrap .ttl {
font-size: 6vw;
    padding-bottom: 0;

	}
	.contact_wrap .logo {
		width: 330px;
	}
	.contact_wrap .adress {
	    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 4.5vw;
}
	.btn_wrap {
	
	}
	.btn_wrap a {
		display: flex;
    align-items: center;
    justify-content: center;
		padding: 20px;
		margin: 20px;
		color: #fff;
		width: 350px;
    margin: 20px auto;
	}
	.btn_wrap a span {
		font-size: 3.5vw;
    font-weight: 800;
    padding-left: 16px;
	}
	.btn_wrap a img {
		width: 12%;
	}
	.btn_wrap .line {
    background: #00B70C;
		border-radius: 12px;

	}
	.btn_wrap .mail {
		background: #5CBCF6;
		border-radius: 12px;
	}
	.contact_wrap .map_s {
  padding: 0 20px;
    margin-top: 0;
    margin-bottom: 20px;
}
}


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

	ハンドセラピスの施術を受けたお客様の声


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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.voice_wrap h2 {
    background-image: url(../img/ttl_h.png);
    background-repeat: no-repeat;
    background-position: center;
	    background-size: contain;
padding: 100px 0px;
    font-size: 3.2rem;
    line-height: 100%;
	    margin-bottom: 80px;
}
.voice_wrap h2 span{
	font-size: 2.3rem;
}
.voice_wrap h3 {
	position: relative;
	color: #fff;
	font-size: 30px;
	display: inline-block;
	margin: 20px 0;
}
.voice_wrap h3:after {
	position: absolute;
	content: '';
	top: 110%;
	left: 45%;
	border: 45px solid transparent;
	border-top: 30px solid #AC9470;
	width: 0;
	height: 0;
}
.v_box {
	margin-bottom: 60px;
}
.v_box .head {
	text-align: center;
	display: block;
	background: #AC9470;
}
.v_box .body {
	border: 1px solid #AC9470;
	padding:60px 40px;
	padding-bottom:40px;
}
.v_box p {
	padding-bottom: 40px;
	font-weight: 500;
	    font-size: 20px;
}
	.v_box h4 {
padding-bottom:40px;
	    font-size: 1.8vw;
}
}
/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.voice_wrap h2 {
		background-image: url(../img/ttl_h.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 60px 0px;
    font-size: 6vw;
}
.voice_wrap h2 span{
	font-size: 4vw;
}
.voice_wrap h3 {
position: relative;
    color: #fff;
    font-size: 4vw;
   text-align:center;
    display: inline-block;
    margin: 4vw 0;
    padding: 0 3vw;
}
.voice_wrap h3:after {
	position: absolute;
	content: '';
	top: 120%;
	left: 50%;
	transform: translateX(-50%);
	border: 45px solid transparent;
	border-top: 30px solid #AC9470;
	width: 0;
	height: 0;
}
.v_box {
	margin-bottom: 30px;
}
.v_box .head {
	text-align: center;
	display: block;
	background: #AC9470;
}
.v_box .body {
	border: 1px solid #AC9470;
	    padding: 20px 10px;
}
.v_box p {
	padding-bottom: 20px;
    font-weight: 500;
}
		.v_box h4 {
padding-bottom: 20px;
    padding-top: 20px;
   font-size: 4.5vw;
}
}


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

	動画部分

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.movie_wrap {
		background-image: url(../img/gaku.png);
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    background-position: center;
    padding: 200px;
    margin: 40px 0;
	}
	.movie_wrap iframe {
		width: 800px;
		height: 450px;
 } 
}

/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.movie_wrap {
		background-image: url(../img/gaku.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    background-position: center;
		padding: 30px 0;
    margin: 30px 0;
	}
	.movie_wrap iframe {
     width: 360px;
		 height: 240px;
	} 
}

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

	講師紹介

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.prof_wrap {
		background-image: url(../img/prof_bg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		padding: 80px 0;
	} 
	.prof_wrap h2 {
		line-height: 120%;
	margin-bottom: 40px;
	}
	.prof_wrap h3 {
   font-size: 1.4vw;
    line-height: 140%;
	}
	.prof_wrap h4 {
		font-size: 2vw;
	    margin: 20px 0;
	}
	
	.prof_wrap h2 span {
		color: #AC9470;
		font-size: 1.2rem;
	}
	.prof_block {
		background: #fff;
		padding: 80px 60px;
	}
	.prof_block p {
		font-size: 1rem;
	    padding-bottom: 20px;
		font-weight: 500;
	}
	.prof_cot_1 {
		display: flex;
		    margin-bottom: 40px;
	}
	.history {
		margin-bottom:40px;
	}
	.prof_cot_1 .prof_text  {
    width: 70%;
	}
	.prof_cot_1 .photo {
		width: 50%;
	} 
	.photo img {
		width: 100%;
	}
	.prof_cot_2 {
		max-width: 800px;
		margin: auto;
	}
	.prof_cot_2 p {
		padding-bottom: 40px;
	}
}

/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.prof_wrap {
		background-image: url(../img/prof_bg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		padding: 40px 0;
	} 
	.prof_wrap h2 {
		line-height: 120%;
		margin-bottom: 40px;
	}
	.prof_wrap h3 {
   font-size: 4vw;
    line-height: 130%;
	}
	.prof_wrap h4 {
	font-size: 5vw;
    margin: 12px 0;
	}
	
	.prof_wrap h2 span {
		color: #AC9470;
		font-size: 1.2rem;
	}
	.prof_block {
	    background: #fff;
    padding: 20px 20px;
    padding-top: 40px;
	}
	.prof_cot_1 {
    display: block;
    margin-bottom: 40px;
}
	.prof_cot_1 .prof_text  {
    width: 100%;
	}
	.prof_cot_1 .photo {
		width: 100%;
	} 
	.photo img {
		width: 100%;
	}
	.prof_cot_2 {
		max-width: 800px;
		margin: auto;
	}
	.prof_cot_2 p {
		padding-bottom: 40px;
	}
	.history {
     margin-bottom:30px;
	}
}

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

	あなたもハンドセラピストになれる！

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.thera_wrap {
		background-image: url(../img/sera_bg.png);
		background-repeat: no-repeat;
		background-size: cover;
		padding: 80px 0;
		text-align: center;
	}
	.thera_wrap h2 {
	    font-size: 3.2rem;
		line-height: 240%;
    margin: 40px 0;
	}
	.thera_wrap  .deco{
	position: relative;
    color: #AC9470;
    font-weight: 500;
    font-size: 2rem;
    background: #fff;
    border-radius: 60px;
    padding: 30px 40px;
    font-family: system-ui;
    letter-spacing: 0px;
	}
	.thera_wrap .deco:after {
  position: absolute;
    content: '';
    top: 90%;
    left: 45%;
    border: 30px solid transparent;
    border-top: 50px solid #fff;
    width: 0;
    height: 0;
}
  .u_line {
	background: linear-gradient(transparent 80%, #FFE600 30%);
}
.thera_wrap p {
	text-align: left;
	margin-top: 60px;
    font-size: 24px;
    font-weight: 500;
}
.follow_wrap {
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
	align-items: center;
}
.follow_wrap h3 {
	text-align: left;
	font-size: 50px;
}
.follow_wrap .photo {
	width: 50%;
}
}
/* タブレット設定
----------------------------------------------- */
@media (max-width: 1020px){
	.thera_wrap .deco {
		font-size: 3vw;
	}
	.thera_wrap h2 {
    font-size: 5vw;
	}
	.thera_wrap .deco:after {
    border-top: 40px solid #fff;
    width: 0;
    height: 0;
}
	.thera_wrap p {
    font-size: 2vw;
	}
	.follow_wrap h3 {
	text-align: left;
	font-size: 5vw;
}
}
/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.thera_wrap {
		background-image: url(../img/sera_bg.png);
		background-repeat: no-repeat;
		background-size: cover;
		padding: 60px 0;
    padding-bottom: 40px;
		text-align: center;
	}
.thera_wrap h2 {
    line-height: 130%;
    margin-top: 50px;
    font-size: 6.5vw;
    margin-bottom: 40px;
}
	.thera_wrap  .deco{
		position: relative;
    color: #AC9470;
		font-weight: 500;
		font-size: 4vw;
		background: #fff;
		border-radius: 40px;
		padding: 20px;
		font-family: system-ui;
    letter-spacing: 1px;
	}
	.thera_wrap .deco:after {
    position: absolute;
    content: '';
    top: 90%;
    left: 35%;
    border: 30px solid transparent;
    border-top: 25px solid #fff;
    width: 0;
    height: 0;
}
  .u_line {
	background: linear-gradient(transparent 80%, #FFE600 30%);
}
.thera_wrap p {
	text-align: left;
	margin-top: 40px;
	font-size: 3vw;
	font-weight: 800;
}
.follow_wrap {
	align-items: center;
}
.follow_wrap h3 {
	text-align: center;
	margin: 0;
	font-size: 7vw;
}
.follow_wrap .photo {
	width: 100%;
}
}

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

	講習・練習会参加者の声

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
  .voice_wrap_2 {
		padding: 80px 0;
		background-color: #FFFCEB;
	}
	.voice_wrap_2 h2 {
		background-image: url(../img/ttl_h.png);
    background-repeat: no-repeat;
    background-position: center;
	    background-size: contain;
     padding: 120px 0px;
    line-height: 180%;
		margin: 0;
	}
	.voice_wrap_2 p {
		   font-size: 20px;
		font-weight: 500;
	}
	.voice_wrap_2 h3 {
		font-size: 2vw;
	}
	.voice_wrap_2 ul {
		text-align: left;
		margin-top: 80px;
	}	
	.voice_wrap_2 ul li {
	    border: 5px solid #AC9470;
    margin: 0 auto;
    border-radius: 20px;
    margin-bottom: 40px;
    display: flex;
    justify-content: start;
    align-items: center;
    background: #fff;
    padding: 60px;
padding-right: 20px;
   width: 85%;
	}
	.voice_wrap_2 ul li .txt {
	    width: 100%;
	padding-left: 40px;
	}
	.v_icon {
		width: 20%;
	}
}

/* タブレット設定
----------------------------------------------- */
@media (max-width: 1020px){
	.voice_wrap_2 h2 {
	    font-size: 4vw;
	}
	.voice_wrap_2 p {
    font-size: 2vw;
	}
	}
/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.voice_wrap_2 {
		padding: 40px 0;
    background-color: #FFFCEB;
    padding-bottom: 20px;
	}
	.voice_wrap_2 h2 {
		line-height: 180%;
    margin: 0;
    background-image: url(../img/ttl_h.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 60px 0px;
    font-size: 5vw;
	}
	.voice_wrap_2 p {
		font-weight: 500;
		font-size: 3.8vw;
	}
	.voice_wrap_2 h3 {
		margin-bottom: 0;
		margin-top: 0;
	    font-size: 4vw;
	}
	.voice_wrap_2 ul {
		text-align: left;
		margin-top: 40px;
	
	}	
	.voice_wrap_2 ul li {
		border: 5px solid #AC9470;
		border-radius: 20px;
		margin-bottom: 40px;
		display: block;
		justify-content: start;
		align-items: center;
		background: #fff;
		   padding: 20px;
	}
	.voice_wrap_2 ul li .txt {
    padding-top: 20px;
	}
	.v_icon {
		width: 25%;
    margin: 0px auto;
	}
}

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

	ご入学の流れ

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.flow_wrap {
		padding-bottom: 140px;
	}
	.flow_wrap h2 {
  color: #fff;
    background: #AC9470;
    padding: 60px 0;
    position: relative;
    font-size: 3.5vw;
    margin: 0;
}
.flow_wrap h2:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 45%;
border: 70px solid transparent;
    border-top: 60px solid #AC9470;
}
.number_container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: baseline;

}
.number_box {
	text-align: center;
	    width: 30%;
	font-size: 24px;
	padding-top: 120px;
	position: relative;
    font-weight: 500;
}
.number_box:after {
	position: absolute;
	content: '';
	top: 65%;
	right: -80px;
	border: 20px solid transparent;
	border-left: 30px solid #AC9470;
	width: 0;
	height: 0;
}
.number_box:nth-child(3)::after,
.number_box:nth-child(6)::after {
	content:none;
}
.number_box img {
	margin-bottom: 15px;
}
.number_box span {
	background: #AC9470;
	color: #fff;
	border-radius: 120px;
	font-size: 2rem;
	font-weight: 700;
  margin-right: 15px;
	font-family: Helvetica;
	padding: 10px;
}
}

/* タブレット設定
----------------------------------------------- */
@media (max-width: 1020px){
	.flow_wrap h2:after {
    left: 42%;
	}
	.number_box {
    font-size: 2vw;
	}
	}
	
/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.flow_wrap {
		padding-bottom:40px;
	}
	.flow_wrap h2 {
    color: #fff;
    background: #AC9470;
    padding: 25px 0;
    position: relative;
    font-size: 5vw;
		margin: 0;
}
.flow_wrap h2:after {
	position: absolute;
	content: '';
	top: 95%;
	left: 50%;
	transform: translateX(-50%);
	border: 60px solid transparent;
	border-top: 40px solid #AC9470;
	width: 0;
	height: 0;
}
.number_container {
	

}
.number_box {
	text-align: center;
	font-size: 4.5vw;
	padding-top: 80px;
	position: relative;
	display: flex;
	flex-direction: column-reverse;
}
	.number_box p {
    font-size: 5vw;
}
.number_box:after {
	position: absolute;
    content: '';
    top: 105%;
	left: 50%;
	transform: translateX(-50%);
    border: 30px solid transparent;
    border-top: 25px solid #AC9470;
    width: 0;
    height: 0;
}
.number_box:nth-child(6)::after {
	content:none;
}
.number_box img {
	margin: 0 auto;
	object-fit: contain;
}
.number_box span {
	background: #AC9470;
	color: #fff;
	border-radius: 120px;
	font-size: 2rem;
	font-weight: 700;
  margin-right: 15px;
	font-family: Helvetica;
	padding: 10px;
}
}

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

	FAQ

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
.faq_wrap h2 {
    font-size: 48px;
}
	.Qa-Box {
		margin: 0 auto;
padding-top: 80px;
	}
	.Qa {
		margin-bottom: 80px;
	}
	.Qa-Box .Qa dt{
		display: flex;
		align-items: center;
		margin: 30px 0;
		position: relative;
	}
	.Qa-Box .Qa dd {
		display: flex;
		margin: 30px 0;
		position: relative;
	}
	
	.Qa-Box .Qa dt p {
		margin: 0;
		padding-left: 40px;
		font-weight: bold;
		width: 100%;
		font-size: 1.4rem;
		
	}
	
	.Qa-Box .Qa dd p {
		margin: 0;
		padding-left: 40px;
		width: 100%;
		font-size: 1.2rem;
		padding-top: 25px;
	}
	
	.Qa-Box .Qa dt::before {
		content: "Q";
    display: flex;
    justify-content: center;
    align-items: center;
    background: #AC9470;
    color: #fff;
    width: 80px;
    height: 80px;
    font-size: 3rem;
    padding: 0 5px;
    border-radius: 147px;
    font-family: Helvetica;
	}
	.Qa-Box .Qa dt:after {
		position: absolute;
    content: '';
    top: 30px;
     left: 70px;
    border: 10px solid transparent;
    border-left: 20px solid #AC9470;
    width: 0;
    height: 0;
}
	.Qa-Box .Qa dd::before {
		content: "A";
    display: flex;
    justify-content: center;
    align-items: center;
    background: #A3B1B5;
    color: #fff;
    width: 80px;
    height: 80px;
    font-size: 3rem;
    padding: 0 5px;
    border-radius: 147px;
    font-family: Helvetica;
	}
	.Qa-Box .Qa dd:after {
		position: absolute;
    content: '';
    top: 30px;
     left: 70px;
    border: 10px solid transparent;
    border-left: 20px solid #A3B1B5;
    width: 0;
    height: 0;
}
}

/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.Qa-Box {
		margin: 0 auto;
		padding-top: 80px;
	}
	.Qa {
		margin-bottom: 80px;
	}
	.Qa-Box .Qa dt{
		display: flex;
		align-items: center;
		margin: 20px 0;
		position: relative;
	}
	.Qa-Box .Qa dd {
		display: flex;
		margin: 30px 0;
		position: relative;
	}
	
	.Qa-Box .Qa dt p {
		margin: 0;
		padding-left: 20px;
		font-weight: bold;
		width: 100%;
		font-size: 4.5vw;
		padding-bottom: 0;
		
	}
	
	.Qa-Box .Qa dd p {
		margin: 0;
		padding-left: 20px;
		width: 100%;
		font-size: 4vw;
    padding-top: 18px;
		padding-bottom: 0;
	}
	
	.Qa-Box .Qa dt::before {
		content: "Q";
    display: flex;
    justify-content: center;
    align-items: center;
    background: #AC9470;
    color: #fff;
	width: 55px;
    height: 50px;
    font-size: 2rem;
    padding: 0 5px;
    border-radius: 152px;
    font-family: Helvetica;
	}
	.Qa-Box .Qa dt:after {
		position: absolute;
    content: '';
top: 17px;
    left: 40px;
    border: 10px solid transparent;
    border-left: 20px solid #AC9470;
    width: 0;
    height: 0;
}
	.Qa-Box .Qa dd::before {
		content: "A";
    display: flex;
    justify-content: center;
    align-items: center;
    background: #A3B1B5;
    color: #fff;
width: 55px;
    height: 50px;
    font-size: 2rem;
    padding: 0 5px;
    border-radius: 147px;
    font-family: Helvetica;
	}
	.Qa-Box .Qa dd:after {
		position: absolute;
    content: '';
top: 17px;
    left: 40px;
    border: 10px solid transparent;
    border-left: 20px solid #A3B1B5;
    width: 0;
    height: 0;
}
}

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

	今、このサイトからの無料説明会申し込み・お問い合わせで

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.session_wrap h2 {
 color: #fff;
    background: #FD7366;
    padding: 60px 0;
    position: relative;
    font-size: 3.5vw;
    margin-bottom: 60px;
    line-height: 120%;
}
.session_wrap h2:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 45%;
	border: 70px solid transparent;
    border-top: 60px solid #FD7366;
	width: 0;
	height: 0;
}
}

/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.session_wrap h2 {
    color: #fff;
    background: #FD7366;
    padding: 25px 0;
    position: relative;
    font-size: 5vw;
		margin-bottom: 60px;
}
.session_wrap h2:after {
	position: absolute;
	content: '';
	top: 95%;
	left: 35%;
	border: 60px solid transparent;
	border-top: 40px solid #FD7366;
	width: 0;
	height: 0;
}
}
/* ================================================================================

	体験レッスン

================================================================================ */
/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.experience_wrap {
		background: #FFFCEB;
		padding: 80px 0;
		text-align: center;
	}
	.experience_wrap h2 {
    line-height: 200%;
    margin: 40px 0;
    font-size: 50px;
    margin-bottom: 20px;
}
.experience_wrap h3 {
	font-size: 2vw;
	margin: 10px 0;
}
.experience_wrap .deco:after {
	position: absolute;
    content: '';
   top: 80%;
    left: 40%;
    width: 0;
    height: 0;
    border: 25px solid transparent;
    border-top: 40px solid #fff;
}
.experience_wrap .deco {
	position:relative;
	font-weight: 500;
    font-size: 24px;
    background: #fff;
    border-radius: 60px;
    padding: 20px 30px;
    font-family: system-ui;
    letter-spacing: 1px;
}
.experience_wrap h2 .pink{
   color: #FD7366;
}
.btn_box {
	display: flex;
  justify-content: center;
padding: 60px 40px;
} 
.btn_wrap_2:first-of-type {
	border-right: 1px solid #707070;
}
.btn_wrap_2 {
	width: 50%;
}
.btn_wrap_2 a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 20px;
	margin: 20px auto;
	color: #fff;
	width: 90%;
}
.btn_wrap_2 a span {
	font-size: 1.5vw;
	font-weight: 800;
	padding-left: 16px;
}
.btn_wrap_2 a img {
	width: 12%;
}
	.btn_wrap_2 p {
		padding-bottom:10px;
		height: 100px;
	}
.line {
	background: #00B70C;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;


}
.mail {
	background: #5CBCF6;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	

}
.siryou {
	background: #EB6877;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	margin: 20px;
	color: #fff;

}
.btn_box {
	background: #fff;
	border-radius: 40px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.btn_box img {
width: 20%;
}
}

/* タブレット設定
----------------------------------------------- */
@media (max-width: 1020px){
.experience_wrap h2 {
    font-size: 4vw;
	}
	.experience_wrap .deco:after {
    position: absolute;
    content: '';
    top: 15%;
    left: 48%;
    width: 0;
    height: 0;
    border: 25px solid transparent;
    border-top: 40px solid #fff;
}
}
/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
		.experience_wrap {
		background: #FFFCEB;
		padding: 60px 0;
		text-align: center;
	}
	.experience_wrap h2 {
	line-height: 120%;
    font-size: 5vw;
    margin: 50px 0;
    margin-bottom: 40px;
}
.experience_wrap h3 {
	font-size: 5vw;
	margin: 20px 0;
}
.experience_wrap .deco:after {
	position: absolute;
    content: '';
    top: 90%;
    left: 35%;
    border: 30px solid transparent;
    border-top: 25px solid #fff;
    width: 0;
    height: 0;
}
.experience_wrap .deco {
	position: relative;
	font-weight: 500;
	font-size: 3.5vw;
	background: #fff;
	border-radius: 40px;
	padding: 20px;
	font-family: system-ui;
	letter-spacing: 1px;
}
.experience_wrap h2 .pink{
   color: #FD7366;
}
.btn_box {
	padding: 40px 20px;
} 
.btn_wrap_2:first-of-type {
	border-bottom: 1px solid #707070;
	margin-bottom: 40px;
    padding-bottom: 20px;
}
.btn_wrap_2 a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 20px;
	margin: 20px auto;
	color: #fff;
	width: 80%;
}
.btn_wrap_2 a span {
	font-size: 3.5vw;
	font-weight: 800;
	padding-left: 16px;
}
.btn_wrap_2 a img {
	width: 12%;
}
.line {
	background: #00B70C;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;


}
.mail {
	background: #5CBCF6;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	

}
.siryou {
	background: #EB6877;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	margin: 20px;
	color: #fff;

}
.btn_box {
	background: #fff;
	border-radius: 40px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.btn_box img {
	width: 25%;
}
}

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

	店舗情報

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.map_wrap {
		background: #FAF6EF;
		padding-top: 120px;
    padding-bottom: 80px;
	}
	.map_wrap img {
   width:390px;
	}
	.bottom {
		display: flex;
		justify-content:space-between;
		font-size: 1.5vw;
	}
	.bottom .shop {
		font-size:2.3vw;
	}
	.bottom .tel {
		margin-top: 20px;
		color: #000;
		pointer-events: none;
	}
	.map {
		text-align: center;
		padding-bottom: 80px;
		padding-top: 100px;
	}
}

/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
		.map_wrap {
		background: #FAF6EF;
	    padding-top: 40px;
    padding-bottom: 40px;
	}
	.bottom {
		font-size: 3.5vw;
		text-align: center;
	}
	.bottom .shop {
		font-size: 5vw;
	}
	.bottom .tel {
		color: #000;
		display: block;
		margin-top: 0vw;
		margin-bottom: 5vw;
	}
	.map {
		text-align: center;
    padding-bottom: 40px;
    padding-top: 80px;
	}
}

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

	フッター

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	footer {
		background:#AC9470;
		color: #fff;
		align-items: center;
		padding: 40px 0;
	
	}
	.f_conts  {
    display: flex;
		justify-content: space-around;
	
	}
	.f_left {
		align-self:center;
	}
	.f_right {
		align-self:end;
	}
	.shop {
		margin-bottom: 20px;
	}
	.f_conts .tel {
		font-size: 1.2rem;
	}
	.f_tel {
		color: #fff;
		pointer-events: none;
	}
	footer .btn_wrap {
		position: fixed;
    top: 20px;
    right: 0px;
		display: flex;
    justify-content: flex-end;
	}
	footer .btn_wrap a {
		width: 240px;
		margin: 5px;
	}
	footer .btn_wrap a span {
    font-size: 1rem;
	}
}

/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
		footer {
		background:#AC9470;
		color: #fff;
		align-items: center;
		padding: 40px 0;
		height: 84vw;
	}
	.f_conts  {
		padding: 0 20px;
    text-align: center;
		font-size: 1rem;
	
	}
	.f_left {
		align-self:center;
	}
	.f_right {
	font-size: 12px;
	}
	.f_tel {
		color: #fff;
	}
	footer .btn_wrap {
		position: fixed;
    bottom: 0px;
		display: flex;
		width: 100%;
	}
	footer .btn_wrap a {
		width: 50%;
		margin: 5px;
		display: block;
		padding: 12px;
		text-align: center;
	}
	footer .btn_wrap a span {
    font-size: 3vw;
		display: block;
		text-align: center;
		padding-left: 0;
	}
}