@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


/* スマートフォン用CSS */
@media screen and (max-width: 639px) {
 
/*キーフレームアニメーション開始*/
@keyframes RightToLeft {
0% {
    opacity: 0;/* 透明 */
    transform: translateX(50px);/* X軸方向に50px */
}
100% {
    opacity: 1;/* 不透明 */
    transform: translateX(0);/* X軸方向に0px */
}
}
/*キーフレームアニメーション終了*/
	
	
img{
max-width: 100%;
height: auto;
width /***/:auto;
}
	

body{
	font-family: 'Noto Sans Japanese', sans-serif;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	color: #343434;
	background: #fff;
	line-height: 0;}

	a{
		color: #343434;
		text-decoration: none;
	}

#wrap{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
	
	.pc{
		display: none;
	}
	
	.breadcrumb{
		display: none;
	}
	.cp_navi{
		display: none;
	}
	
	
	.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #00996E;
	border-radius: 50px;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
	
#menu-btn-check:checked ~ .menu-btn span {
    background-color: #00996E;/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
	
#menu-btn-check {
    display: none;
}

.menu-content {
	padding-top: 70px;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color:  #00996E;
    transition: all 0.5s;/*アニメーション設定*/
}
	
	.parentsmenu{
		line-height: 0;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 20px;
		text-align: center;
		color: #01996E;
		list-style: none;
		font-weight: 600;
		padding:20px 0px 20px;
		width: 80%;
		background: #fff;
		border-radius: 50px;
	}
	
	.parentsmenu a{
		color: #01996E;
		text-decoration: none;
	}
	
	.childmenu{
		color: #fff;
		list-style: none;
		padding-left: 0;
		padding-bottom: 0;
 	    line-height: 30px;
		display: none;
		font-weight: 400;
		margin-top: 40px;
		font-size: 13px;
		transition: all 0.5s;/*アニメーション設定*/

	}
	
	.childmenu a{
		color: #01996E;
		list-style: none;
		padding-left: 0;
	}
	
	.parentsmenu:hover .childmenu{
display: block;
transition: all 0.5s;/*アニメーション設定*/

	}
	

#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}

#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}	header .header_contact{
		font-size: 0.8em;
		color: #fff;
		text-align: center;
		line-height: 1em;
		margin-top: 2em;
	}
	
	.header_contact a{
		color: #fff;
	}
	
	
		
	
	.sticky{
position: fixed;
top: 150px;
left: -1.8em;
z-index: 50;
background: #fff;
border: solid hsla(328,61%,54%,1.00) 4px;
border-radius: 15px 15px 0px 0px;
padding: 0.7em;
transform: rotate(90deg);
transition: all 0.3s ease;
color: hsla(328,61%,54%,1.00);
font-family: impact;
font-size: 1.5em;

}

.sticky:hover{
color: #fff;
background: hsla(328,61%,54%,1.00);
}
	
	.sticky2{
position: fixed;
top: 250px;
z-index: 50;
transition: all 0.3s ease;
}

.sticky2:hover{
filter: brightness(0.8);
}

	.sticky2 img{
		width: 45px;
	}
	
	

	.contents1{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 0px;
	width: 100%;
	margin-top: 0;
	}
	
	
.contents1 img{
		margin-bottom: 0px;
	width: 100%;
}
		
	.contents2{
	background:#D1428E;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 0.5em 0.1em;
	}
	
	.contents2 h3{
		color: #fff;
		line-height: 0.7em;
		
	}

.contents3{
	background:#F7C524;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 2em 2em;
}
	
	.contents3 img{
		width: 80%;
	}
	
	.contents3 h1{
		color:#343434;
		font-size: 1.4em;
		line-height: 0.6em;
	}

.contents3_2{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-radius: 2em;

}


	.contents4{
	background:#00996E;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 3em 3em;
	}
	
	.contents5{
	background:#D1428E;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 3em 2em;
	}
	
	.contents5 h1{
		font-size: 40px;
			font-family: Impact;
		color: #fff;
				margin-bottom: 1.5em;}

	
	
	.contents9 {
	 padding: 3em 2em;
		background: #205AC8;

	}
	
			.contents9 h1{
		font-size: 35px;
			font-family: Impact;
		color: #fff;
				margin-bottom: 1.5em;}
	
	.contents9_1{
		background: #fff;
		padding: 0.1em 1em 0.7em;
		margin-bottom: 1em;
		border-radius: 10px;
		position: relative;
	}
	
	.contents9_1 h4{
		line-height: 1.5em;
		margin-bottom: 0px;
		z-index: 10;

		
	}
	
	.contents9_1 p{
		line-height: 1.5em;
		font-size: 14px;
		text-align: center;
		z-index: 10;		
	}
	
	.contents9_1 p a{
	color: #205AC8;
	border-bottom: 1px solid #205AC8;
}
	
	.contents9_1 img{
		position: absolute;
		top: -10px;
		right: -10px;
		width: 55px;
				z-index: 0;
	}
		

	
.contents10{
	padding: 3em 2em;
	background: hsla(163,100%,30%,1.00);
	color: #fff;
}

.contents10 h1{
	line-height: 1.5em;
	font-size: 25px;
	margin-bottom: 1.5em;

}

.contents10 .note{
	margin-right: auto;
	margin-left: auto;
	line-height: 1.5em;
	font-size: 14px;
	text-align: center;
	width: 90%;
	font-weight: 400;
			padding-left: 0;
}

.contents10 .note li{
	padding-bottom: 20px;
	text-align: left;
}

.contents10 .note a{
	color: hsla(46,93%,55%,1.00);
	border-bottom: 1px solid hsla(46,93%,55%,1.00);
}
		
	.qanda{
		background: #C53E87;
		padding: 1em;
	}
	
	.qanda a{
		color: #fff;
	}
	
	.qanda:hover{
		filter: brightness(0.9);
	}
	
	.reservation{
		background: #F7C624;
		padding: 0.5em;
		line-height: 2.5em;
	}
	
	.reservation:hover{
		filter: brightness(0.9);
	}
	
	.inside-image{
		padding: 1em;
	}
	.inside-image h2{
		font-size: 20px;
		margin :2em 0;
		
	}
	
	.studio-access{
		padding: 2.5em 1em;
		background: #00996E;
		color: #fff;
	}
	
	.studio-access h2{
		font-size: 20px;
		margin: 2em 0em;
	}
	
	.studio-access iframe{
		width: 18em;
	}
	
	.studio-access p{
		font-size: 14px;
		line-height: 1.5em;
		margin-top: 1.5em;
	}
	
	



	#footer_m{
		background: #343434;
		color: #fff;
		margin-right: auto;
		margin-left: auto;
		text-align:center;
		padding: 2em;
		line-height: 2em;
		font-size: 0.9em;
		font-weight: 600;

	}
	
	#footer_m a{
		color: #fff;

	}
	
	#footer_m .footer_m_nav ul{
	list-style: none;
	padding-left: 0;
		line-height: 1.5em;
		margin-bottom: 2em;
}
	
	#footer_m .footer_m_nav ul li{
		margin: 0.7em;
		font-weight: 300;
	}
	
	#footer_m .SNS{
		padding: 0em;
	}
	
	#footer_m .SNS a p{
		background: #fff;
		color: #343434;
		line-height: 2em;
		margin: 1em;
		border-radius: 3em;
	}
	
	#footer_m .copyright{
		margin-top: 1em;
		font-weight: 300;
		font-size: 0.5em;
	}
/* フェードイン用のCSS */

/* 上からフェードイン */
.slide-top {
	opacity: 0;
	transform: translate(0, -20px);
	transition: all 1s ease-out;
 }

/* 下からフェードイン */
.slide-bottom {
	opacity: 0;
	transform: translate(0, 30px);
	transition: all 0.5s ease-out;
 }

 /* 左からフェードイン */
.slide-left {
	opacity: 0;
	transform: translate(-20px, 0);
	transition: all 1s ease-out;
 }

/* 右からフェードイン */
.slide-right {
	opacity: 0;
	transform: translate(20px, 0);
	transition: all 1s ease-out;
 }


	