@charset "utf-8";

#container {
	position: relative;/*#header-imgよりも配置を上にするためにrelativeをつける*/
	z-index: 3;/*#header-imgよりもz-indexの値を大きな数値にして上に表示*/
    background:#f8f9fa;
}

/*FAQ*/
/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
	border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
}

/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
    
}
.title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
.title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.title.close::before{
	transform: rotate(45deg);
}

.title.close::after{
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
    background: #fce4d6;
	margin:0 3% 3% 3%;
    padding: 3%;
}


/*感染予防ボタン*/
.kansen_yobou {
	width: 80%;
	max-width: 540px;
	display: block;
	margin: 0 auto;
}

a.btn_02 {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border: 1px solid #228bc8;
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	margin-top: 50px;
	margin-bottom: 70px;
	padding: 0 6% 0 12%;
	color: #228bc8;
	font-size: 16px;
	text-align: left;
	text-decoration: none;
	position: relative;
	transition-duration: 0.2s;
	}

a.btn_02:hover {
	background: #228bc8;
	color: #fff;
	}

a.btn_02:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 8px;
	border-color: transparent transparent transparent #228bc8;
	position: absolute;
	top: 50%;
	left: 6%;
	margin-top: -7px;
	}

a.btn_02:hover:before {
	border-color: transparent transparent transparent #fff;
	}

/*お悩み*/
#onayami {
	text-align: center;
	font: normal normal normal 72px/158px Kozuka Mincho Pro;
	letter-spacing: 0px;
	color: #707070;
	margin-bottom: 70px;
	opacity: 1;
}

#onayami_sp {
	text-align: center;
	font: normal normal normal 40px/110px Kozuka Mincho Pro;
	letter-spacing: 0px;
	margin-bottom: 40px;
	color: #707070;
	opacity: 1;
}

/*悩み箇所ボタン*/

#onayami_bui {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}

.button {
	position: relative;
	display: block;
	width: 200px;
	height: 200px;
	margin-right: 40px;
	margin-left: 40px;
	border: 0.1px solid #ccc;
	border-radius: 100px;
	background: #FFA52B;
	float: left;
}
.button .ring {
	background: rgba(#FFA52B, 0.8);
	position: absolute;
	z-index: 2;
	border-radius: 100px;
	height: 70px;
	width: 70px;
	top: -10px;  /*A.中心*/
	left: -10px;  /*A.中心*/
}
.button:hover .ring {
	animation: pulsate 1s ease-out;  /* スピードなど */ 
	animation-iteration-count: infinite;
	}
	@keyframes pulsate {
		0%   { transform: scale(1, 1); }
		50%  { opacity: 1; }
		100% { transform: scale(4, 4); opacity: 0.0; }
	}


.cb{
	/* floatを解除 */
	clear: both;
	}




.concept{
	width: 100%;
	max-width: 1366px;
	margin-top: 150px;
	margin-bottom: 150px;
}

.concept2{
	display: block;
	position: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1000px;
	padding-top: 30px;
	padding-bottom: 70px;
	background-color: #f0f8ff;

}

.concept_sp {
	width: 100%;
	max-width: 640px;
	margin-top: 150px;
	margin-bottom: 150px;
}

.concept img{
	width: 100%;
	max-width: 675px;
	margin-right: 100px;
	float: left;
}

.concept_sp img{
	width: 100%;
	max-width: 640px;
}

.concept h2 {
	text-align: center;
	font: normal normal normal 50px/85px Hiragino Sans CNS;
	margin-bottom: 50px;
	letter-spacing: 0px;
	color: #707070;
	opacity: 1;
}

.concept_sp h2 {
	text-align: center;
	font: normal normal normal 30px/50px Hiragino Sans CNS;
	letter-spacing: 0px;
	margin-top: 40px;
	margin-bottom: 40px;
	color: #707070;
	opacity: 1;
}

.concept p {
	display: block;
	text-align: left;
	font: normal normal normal 24px/54px Kozuka Gothic Pro;
	letter-spacing: 0px;
	color: #707070;
	opacity: 1;
}

.concept_sp p {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 80%;
	text-align: left;
	font: normal normal normal 20px/36px Kozuka Gothic Pro;
	letter-spacing: 0px;
	color: #707070;
	opacity: 1;
}

.inner-concept {
	display: inline-block;
	width: 550px;
}

.inner-concept2 {
	display: block;
	position: center;
	width: 80%;
	max-width: 550px;
}

.inner-concept_sp {
	display: inline-block;
	max-width: 640px;
}

.motto {
	margin-top: 60px;
}

.motto_sp {
	display: block;
	position: center;
	margin-left: auto;
	margin-right: auto;
	text-align: center; 
	margin-top: 40px;
}


/* おすすめポイント */
.osusume {
	background-color: #F5F4ED;
	margin-bottom: 100px;
	padding-bottom: 30px;
}

.osusume h2 {
	text-align: center;
	font: normal normal normal 60px/132px Kozuka Gothic Pro;
	letter-spacing: 0px;
	color: #FFA52B;
	text-shadow: 0px 3px 6px #00000029;
	opacity: 1;
	margin-bottom: 50px;
}

.osusume img{
	width: 100%;
	max-width: 675px;
	margin-left: 80px;
	float: right;
}

.inner-osusume {
	width: 600px;
}

.inner-osusume h2{
	text-align: left;
	margin-left: 80px;
	font: normal normal normal 40px/48px Kozuka Gothic Pro;
	letter-spacing: 0px;
	color: #FFA52B;
	opacity: 1;
}

.inner-osusume p {
	text-align: left;
	margin-left: 80px;
	font: normal normal normal 26px/48px Kozuka Gothic Pro;
	letter-spacing: 0px;
	color: #707070;
	opacity: 1;
}

.osusume2 {
	background-color: #F5F4ED;
	margin-bottom: 100px;
}

.osusume2 h2 {
	text-align: center;
	font: normal normal normal 60px/132px Kozuka Gothic Pro;
	letter-spacing: 0px;
	color: #FFA52B;
	text-shadow: 0px 3px 6px #00000029;
	opacity: 1;
	margin-bottom: 50px;
}

.osusume2 img{
	width: 100%;
	max-width: 675px;
	margin-right: 80px;
	float: left;
}
	
.inner-osusume2 {
	display: inline-block;
	width: 580px;
}
	
.inner-osusume2 h2{
	text-align: left;
	font: normal normal normal 40px/48px Kozuka Gothic Pro;
	letter-spacing: 0px;
	color: #FFA52B;
	opacity: 1;
}
	
.inner-osusume2 p {

	text-align: left;
	font: normal normal normal 26px/48px Kozuka Gothic Pro;
	letter-spacing: 0px;
	color: #707070;
	opacity: 1;
}


.osusume4 {
	background-color: #F5F4ED;
}

.osusume4 h2 {
	text-align: center;
	font: normal normal normal 60px/132px Kozuka Gothic Pro;
	letter-spacing: 0px;
	color: #FFA52B;
	text-shadow: 0px 3px 6px #00000029;
	opacity: 1;
	margin-bottom: 50px;
}

.osusume4 img{
	width: 100%;
	max-width: 675px;
	margin-right: 80px;
	float: left;
}
	
.inner-osusume4 {
	display: inline-block;
	width: 580px;
}
	
.inner-osusume4 h2{
	text-align: left;
	font: normal normal normal 40px/48px Kozuka Gothic Pro;
	letter-spacing: 0px;
	color: #FFA52B;
	opacity: 1;
}
	
.inner-osusume4 p {

	text-align: left;
	font: normal normal normal 26px/48px Kozuka Gothic Pro;
	letter-spacing: 0px;
	color: #707070;
	opacity: 1;
}

/*おすすめsp*/
.osusume_sp {
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #F5F4ED;
	padding-top: 20px;
	padding-bottom: 50px;
}

.osusume_sp h2 {
	text-align: center;
	font: normal normal normal 32px/50px Kozuka Gothic Pro;
	letter-spacing: 0px;
	color: #FFA52B;
	text-shadow: 0px 3px 6px #00000029;
	opacity: 1;
	margin-top: 50px;
	margin-bottom: 40px;
}

.osusume_sp img{
	width: 100%;
	max-width: 640px;
}

.inner-osusume_sp {
	display:block;
	margin-left: auto;
	margin-right: auto;
	max-width: 640px;
	width: 85%;
}

.inner-osusume_sp h2{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font: normal normal normal 28px/42px Kozuka Gothic Pro;
	letter-spacing: 0px;
	max-width: 580px;
	color: #FFA52B;
	opacity: 1;
}

.inner-osusume_sp p {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font: normal normal normal 20px/36px Kozuka Gothic Pro;
	letter-spacing: 0px;
	max-width: 640px;
	width: 90%;
	color: #707070;
	opacity: 1;
}




.cb2 {
	/* floatを解除 */
	clear: both;
	background-color: #F5F4ED;
}
.cb3 {
	/* floatを解除 */
	clear: both;
	margin-bottom: 150px;
	background-color: #F5F4ED;
}

.bg1 {
	background-color: #F5F4ED;
}

.pinsert {
	width: 100%;
	max-width: 1366px;
}


/* お客様の声 */

.voice {
	width: 90%;
	display: block;
	position: center;
	margin-left: auto;
	margin-right: auto;
}

.voice_sp {
	width: 90%;
	display: block;
	position: center;
	margin-left: auto;
	margin-right: auto;
}

.voice2 {
	width: 90%;
	display: block;
	position: center;
	margin-left: auto;
	margin-right: auto;
}


.voice h2 {
	margin-top: 100px;
	margin-bottom: 20px;
	text-align: center;
	font: normal normal normal 60px/132px Kozuka Gothic Pro;
	letter-spacing: 0px;
	color: #FFA52B;
	text-shadow: 0px 3px 6px #00000029;
	opacity: 1;
}

.voice_sp h2 {
	margin-top: 100px;
	margin-bottom: 20px;
	text-align: center;
	font: normal normal normal 30px/50px Kozuka Gothic Pro;
	letter-spacing: 0px;
	color: #FFA52B;
	text-shadow: 0px 3px 6px #00000029;
	opacity: 1;
}

.voice2 h2 {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	font: normal normal normal 30px/6px Kozuka Gothic Pro;
	letter-spacing: 0px;
	color: #FFA52B;
	text-shadow: 0px 3px 6px #00000029;
	opacity: 1;
}

.voice img {
	display: block;
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	float: left;
}

.voice2 img {
	display: block;
	width: 100%;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	float: left;
}

.voice h3 {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 150px;
	text-decoration: underline;
	font: normal normal normal 30px/60px Kozuka Gothic Pro;
	letter-spacing: 0px;
	color: #707070;
	opacity: 1;
}

.voice_sp h3 {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 150px;
	text-decoration: underline;
	font: normal normal normal 22px/60px Kozuka Gothic Pro;
	letter-spacing: 0px;
	color: #707070;
	opacity: 1;
}

.inner-voice {
	display: block;
	width: 100%;
	max-width: 1050px;
	margin-left: auto;
	margin-right: auto;
}

.bg3 {
	background-color: #FFA52B;
}

/* 体験コース */

.taiken h2 {
	text-align: center;
	font: normal normal normal 60px/132px Kozuka Gothic Pro;
	margin-top: 50px;
	margin-bottom: 50px;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-shadow: 0px 3px 6px #00000029;
	opacity: 1;
}

.taiken_sp h2 {
	text-align: center;
	font: normal normal normal 40px/80px Kozuka Gothic Pro;
	margin-top: 50px;
	margin-bottom: 50px;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-shadow: 0px 3px 6px #00000029;
	opacity: 1;
}

.taiken video {
	width: 100%;
	max-width: 100%x;
}

.taiken h3 {
	text-align: center;
	margin-top: 150px;
	margin-bottom: 150px;
	font: normal normal normal 30px/46px Kozuka Gothic Pro;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
}



.white-box {
	display: block;
	margin-left: auto;
	margin-right: auto;
	
	max-width: 80%;
	height: 4542px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 30px;
	opacity: 1;
}

.white-box h2 {
	display: block;
	text-align: center;
	margin-top: 90px;
	margin-left: auto;
	margin-right: auto;
	font: normal normal normal 45px/50px Kozuka Gothic Pro;
	letter-spacing: 0px;
	color: #707070;
	opacity: 1;
}

.spacing {
	width: 1px;
	height: 50px;
}

.spacing2 {
	width: 1px;
	height: 100px;
}

.course-box {
	display: block;
	width: 500px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.white-box img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 350px;
	height: 350px;
}

.white-box video{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 350px;
	height: 350px;
}

.spacing3 {
	width: 1px;
	height: 40px;
}

.white-box h3 {
	text-align: center;
	font: normal normal normal 40px/50px Kozuka Gothic Pro;
	margin-top: 40px;
	letter-spacing: 0px;
	color: #707070;
	opacity: 1;
}

.white-box p {
	text-align: center;
	margin-top: -100px;
	font: normal normal normal 30px/50px Kozuka Gothic Pro;
	letter-spacing: 0px;
	color: #707070;
	opacity: 1;
}

.dt img {
	max-width: 168px;
	max-height: 49px;
	margin-top: 70px;
	margin-bottom: 70px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.spacing4 {
	width: 1px;
	height: 20px;
}

/*体験sp*/


.taiken_sp {
	width: 100%;
	padding-bottom: 40px;
}

.taiken_sp h2 {
	text-align: center;
	font: normal normal normal 40px/80px Kozuka Gothic Pro;
	margin-top: 50px;
	margin-bottom: 50px;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-shadow: 0px 3px 6px #00000029;
	opacity: 1;
}

.taiken_sp video {
	width: 100%;
	max-width: 1366px;
}

.taiken_sp h3 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	text-align: center;
	margin-top: 150px;
	margin-bottom: 150px;
	font: normal normal normal 24px/60px Kozuka Gothic Pro;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
}

.white-box_sp {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 80%;
	padding-bottom: 40px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 30px;
	opacity: 1;
}

.white-box_sp h2 {
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	font: normal normal normal 30px/44px Kozuka Gothic Pro;
	letter-spacing: 0px;
	color: #707070;
	opacity: 1;
}

.spacing_sp {
	width: 1px;
	height: 50px;
}

.spacing2_sp {
	width: 1px;
	height: 100px;
}

.course-box_sp {
	display: block;
	max-width: 500px;
	padding-left: 20px;
	padding-right: 20px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.white-box_sp img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 350px;
	max-height: 350px;
}

.white-box_sp video{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 350px;
	max-height: 350px;
}

.spacing3_sp {
	width: 1px;
	height: 40px;
}

.white-box_sp h3 {
	text-align: center;
	font: normal normal normal 20px/50px Kozuka Gothic Pro;
	margin-top: 40px;
	letter-spacing: 0px;
	color: #707070;
	opacity: 1;
}

.white-box_sp p {
	text-align: center;
	margin-top: -100px;
	font: normal normal normal 18px/34px Kozuka Gothic Pro;
	letter-spacing: 0px;
	color: #707070;
	opacity: 1;
}

.dt_sp img {
	max-width: 168px;
	max-height: 49px;
	margin-top: 70px;
	margin-bottom: 70px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.spacing4_sp {
	width: 1px;
	height: 20px;
}






.map {
	display: block;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.map_sp {
	display: block;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

.map iframe {
	display: inline-block;
	width: 100%;
	max-width: 400px;
	max-height: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 75px;
	float: left;
}

.map_sp iframe{
	display: block;
	width: 100%;
	max-width: 640px;
	max-height: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.store_info p{
	display: inline-block;
	width: 400px;
	margin-left: 50px;
	text-align: left;
	font: normal normal normal 30px/50px Kozuka Gothic Pro;
	letter-spacing: 0px;
	color: #707070;
	opacity: 1;
	clear: left;
}

.store_info_sp p{
	display: inline-block;
	width: 80%;
	max-width: 580px;
	margin-left: 50px;
	text-align: left;
	font: normal normal normal 24px/50px Kozuka Gothic Pro;
	letter-spacing: 0px;
	color: #707070;
	opacity: 1;
	margin-bottom: 50px;
}

.access {
	display: block;
	width: 65%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.access p{
	text-align: center;
	font: normal normal normal 30px/50px Kozuka Gothic Pro;
	letter-spacing: 0px;
	color: #707070;
	opacity: 1;
	margin-bottom: 150px;
}

.cb5 {
	clear: both;
	margin-bottom: 150px;
	background-color: #F5F4ED;
}


.footer {
	display: block;
	width: 100%;
	background-color: #F8E9CA;
	padding-top: 30px;
}
.footer img {
	display: block;
	text-align: center;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 120px;
}

.footer p {
	text-align: center;
	font: normal normal normal 20px/34px Hiragino Sans CNS;
	letter-spacing: 0px;
	color: #707070;
	opacity: 1;
	padding-bottom: 40px;
}


.yoyaku_pc {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 10;
}

.yoyaku_sp {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 10;
}



.bui {
	display: flex;
	position: center;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	max-width: 640px;
	margin: 0 auto;
}

.bui li {
	max-width: 260px;
	padding-left: 20px;
	padding-right: 20px;
}


.bui.slidein.is-animated {
	animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
   
  @keyframes slideIn {
	0% {
	  transform: translateX(180px);
	  opacity: 0;
	}
	100% {
	  transform: translateX(0);
	}
	40%,100% {
	  opacity: 1;
	}
  }


.circle {
	width: 260px;
	height: 260px;
	margin : 50px auto;
	border-radius: 50px;
	background: #ed93b0;
	animation: mochimochi 1s infinite;
}

.circle h3 {
	display: block;
	text-align: center;
	font: normal normal normal 50px/85px Hiragino Sans CNS;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 0px;
	color: #ffffff;
	opacity: 1;
}

@keyframes mochimochi {
	0% {
	transform: scale(1, 0.8);
	}
	20% {
	transform: scale(0.8, 1.1);
	}
	90% {
	transform: scale(1, 1);
	}
	100% {
	transform: scale(1, 0.8);
	}
}

.btn_g {
	width: 60px;
	height: 38px;
	background: #FFF;
	border: 1px solid #2a82a3;
	border-radius: 70px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	color: #2a82a3;
	padding: 42px 20px 20px;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	box-shadow: 0px 4px 0px rgba(000,000,000,0.3);
	-moz-box-shadow: 0px 4px 0px rgba(000,000,000,0.3);
	-webkit-box-shadow: 0px 4px 0px rgba(000,000,000,0.3);
	transition: background-color 0.5s ease-in;
	-webkit-transition: background-color 0.5s ease-in;
}
.btn_g:hover {
	background: #2a82a3;
	color: #FFF;
	box-shadow: none;
	margin-top: 10px;
	position: relative;
	top: 3px;
}


.yobou_movie {
	text-align: center;
	font: normal normal normal 30px/50px Kozuka Gothic Pro;
	margin-bottom: 70px;
	letter-spacing: 0px;
	color: #2a82a3;
	text-shadow: 0px 3px 6px #00000029;
	opacity: 1;
	max-width: 85%;
	margin-left: auto;
	margin-right: auto
}

.yobou_movie_sp {
	text-align: center;
	font: normal normal normal 24px/40px Kozuka Gothic Pro;
	margin-bottom: 40px;
	letter-spacing: 0px;
	color: #2a82a3;
	text-shadow: 0px 3px 6px #00000029;
	opacity: 1;
	max-width: 85%;
	margin-left: auto;
	margin-right: auto
}



.yomovie video{
	display: block;
	position: center;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	max-width: 800px;
}


.top_video video {
	display: block;
	position: absolute;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}
