@charset "utf-8";


/**************************************************50
 * header
 **************************************************/
header{
	text-align: center;
}
#menu_open,
#menu_close,
#tel_btn{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #FFFFFF;
	border-radius: 5px;
	box-shadow: 0px 1px 0px 2px rgba(0, 0, 0, 0.1);
	color: #4D4D4D;
	cursor: pointer;
	display: block;
	line-height: 1;
	position: fixed;
	top: 0;
	right: 0;
	text-align: center;
	text-decoration: none;
	transition: opacity 0.2s ease-out 0s;
	z-index: 1000;
}
#menu_open:hover,
#menu_close:hover,
#tel_btn:hover{
	opacity: 0.7;
}
#menu_open{
}
#menu_open:before{
	content: "\F035C";
}
#menu_close{
	display: none;
}
#menu_open:before,
#menu_close:before,
#tel_btn:before{
	display: block;
	font-family: "Material Design Icons";
	margin: -0.05em 0 -0.125em;
}
#menu_open p,
#menu_close p,
#tel_btn p{
}
#menu_open:before,
#menu_close:before{
}
#menu_close:before{
	content: "\F0156";
}
#menu_open p,
#menu_close p{
}
#tel_btn{
	background-color: #0F809B;
}
#tel_btn:before{
	content: "\F03F6";
}
header nav{
	background-color: #FFFFFF;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden auto;
	position: fixed;
	transition: right 0.2s ease-out 0s;
	text-align: left;
	z-index: 1000;
}
header nav.active{
	right: 0;
}
header nav > a{
	border-bottom: 1px solid #4D4D4D;
	color: #4D4D4D;
	display: block;
	text-decoration: none;
	position: relative;
}
header nav > a:hover,
header nav > a.active{
	background-color: #4D4D4D;
	color: #FFFFFF;
}
header nav > a:after{
	content: "\F0142";
	font-family: "Material Design Icons";
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
header nav > div{
	text-align: center;
}
header nav > div img[src$="logo.svg"]{
	width: 200px;
}
#btn_totop{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #69CBFF;
	color: #FFFFFF;
	cursor: pointer;
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	text-align: center;
	transition: opacity 0.2s ease-out 0s;
	z-index: 999;
}
#btn_totop:before{
	font-family: "Material Design Icons";
	content: "\F013F";
	display: block;
}
#btn_totop:hover{
	opacity: 0.7;
}
@media screen and (max-width:767px){
	#menu_open,
	#menu_close,
	#tel_btn{
		margin-top: 3.125%;
		margin-right: 3.125%;
	}
	header nav{
		margin-top: 6.25%;
		right: -100%;
		top: 56px;
		width: 100%;
	}
	header nav > a{
		padding: 3.125% 6.25%;
	}
	header nav > div{
		padding: 3.125% 0;
	}
	header nav > div .sns_links{
		padding-bottom: 1.5625%;
	}
	header nav > div .sns_links a{
		margin: 0 1.5625% 1.5625%;
	}
}
@media screen and (min-width:768px){
	#menu_open,
	#menu_close,
	#tel_btn{
		margin-top: 0.75em;
		margin-right: 0.75em;
	}
	header nav{
		right: -360px;
		width: 360px;
	}
	header nav > a{
		padding: 10px 20px;
	}
	header nav > div{
		padding: 20px 20px;
	}
	header nav > div .sns_links{
		padding-bottom: 10px;
	}
	header nav > div .sns_links a{
		margin: 0 5px 10px;
	}
}
@media screen and (min-width:768px) and (max-width:1023px){
	header nav{
		top: 76px;
	}
}
@media screen and (max-width:1023px){
	#menu_open,
	#menu_close,
	#tel_btn{
		height: 56px;
		width: 56px;
	}
	#menu_open:before,
	#menu_close:before,
	#tel_btn:before{
		font-size: 300%;
	}
	#menu_open p,
	#menu_close p,
	#tel_btn p{
		font-size: 62.5%;
	}
	header nav{
		max-height: -webkit-calc(100vh - 56px);
		max-height: -webkit-calc(100svh - 56px);
		max-height: calc(100vh - 56px);
		max-height: calc(100svh - 56px);
	}
}
@media screen and (min-width:1024px){
	#menu_open,
	#menu_close,
	#tel_btn{
		height: 4.375em;
		width: 4.375em;
	}
	#menu_open:before,
	#menu_close:before,
	#tel_btn:before{
		font-size: 375%;
	}
	#menu_open p,
	#menu_close p,
	#tel_btn p{
		font-size: 75%;
	}
	header nav{
		max-height: -webkit-calc(100vh - 4.375em);
		max-height: -webkit-calc(100svh - 4.375em);
		max-height: calc(100vh - 4.375em);
		max-height: calc(100svh - 4.375em);
		top: 5.875em;
	}
}
@media screen and (max-width:1279px){
	#btn_totop{
	}
	#btn_totop:before{
		font-size: 300%;
		height: 50px;
		line-height: 50px;
		width: 50px;
	}
}
@media screen and (min-width:1280px){
	#btn_totop{
	}
	#btn_totop:before{
		font-size: 450%;
		height: 80px;
		line-height: 80px;
		width: 80px;
	}
}


