@charset "utf-8";


/**************************************************50
 * header
 **************************************************/
#header_wrap{
	font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "BIZ UDMincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 2;
	text-align: center;
}
#header_wrap section{
	background-color: #77A4B2;
	color: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
#header_wrap section:after{
	clear: both;
	content: "";
	display: block;
}
#header_wrap #header_logo{
	float: left;
	line-height: 1;
}
#header_wrap h1#header_logo{
	font-size: inherit;
	margin-bottom: 0;
	margin-right: 0;
}
#header_wrap #header_logo a{
	text-decoration: none;
}
#header_wrap #header_logo img{
	width: auto;
}
#header_wrap #header_logo a img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity 0.2s ease-out 0s;
}
#header_wrap #header_logo a:hover img{
	opacity: 0.7;
}
#header_wrap #menu_open,
#header_wrap #menu_close,
#header_wrap #tel_btn{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	line-height: 1;
	float: right;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	transition: opacity 0.2s ease-out 0s;
}
#header_wrap #menu_open:hover,
#header_wrap #menu_close:hover,
#header_wrap #tel_btn:hover{
	opacity: 0.7;
}
#header_wrap #menu_open{
}
#header_wrap #menu_open:before{
	content: "\F035C";
}
#header_wrap #menu_close{
	display: none;
}
#header_wrap #menu_open:before,
#header_wrap #menu_close:before,
#header_wrap #tel_btn:before{
	display: block;
	font-family: "Material Design Icons";
	margin: -0.05em 0 -0.125em;
}
#header_wrap #menu_open p,
#header_wrap #menu_close p,
#header_wrap #tel_btn p{
	margin: 0;
}
#header_wrap #menu_open:before,
#header_wrap #menu_close:before{
}
#header_wrap #menu_close:before{
	content: "\F0156";
}
#header_wrap #menu_open p,
#header_wrap #menu_close p{
}
#header_wrap #tel_btn{
	background-color: #FFFFFF;
}
#header_wrap #tel_btn:before{
	content: "\F03F6";
}
#header_wrap #contact_btn,
#header_wrap #store_btn{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	color: #FFFFFF;
	float: right;
	display: block;
	overflow: hidde;
	text-decoration: none;
	transition: opacity 0.2s ease-out 0s;
}
#header_wrap #contact_btn:hover,
#header_wrap #store_btn:hover{
	opacity: 0.7;
}
#header_wrap #contact_btn{
}
#header_wrap #store_btn{
}
#header_wrap #contact_btn img,
#header_wrap #store_btn img{
	height: auto;
}
#header_wrap #contact_btn p,
#header_wrap #store_btn p{
	margin: 0;
}
#header_wrap nav{
}
#header_wrap nav > a{
	color: #FFFFFF;
	text-decoration: none;
}
#header_wrap #btn_totop{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #77A4B2;
	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;
}
#header_wrap #btn_totop:before{
	font-family: "Material Design Icons";
	content: "\F013F";
	display: block;
}
#header_wrap #btn_totop:hover{
	opacity: 0.7;
}
@media screen and (max-width:319px){
	#header_wrap #header_logo{
		margin-top: 20px !important;
	}
	#header_wrap #header_logo img{
		height: 16px;
	}
}
@media screen and (min-width:320px) and (max-width:359px){
	#header_wrap #header_logo{
		margin-top: 8px !important;
	}
	#header_wrap #header_logo img{
		height: 40px;
	}
}
@media screen and (min-width:360px) and (max-width:767px){
	#header_wrap #header_logo{
		margin-top: 6px !important;
	}
	#header_wrap #header_logo img{
		height: 44px;
	}
}
@media screen and (max-width:767px){
	#header_wrap #header_logo{
		margin-left: 1.5625% !important;
	}
	#header_wrap nav{
		right: -100%;
		width: 100%;
	}
	#header_wrap nav > a{
		padding: 3.125% 6.25%;
	}
	#header_wrap nav > div{
		padding: 3.125% 0;
	}
	#header_wrap nav > div .sns_links{
		padding-bottom: 1.5625%;
	}
	#header_wrap nav > div .sns_links a{
		margin: 0 1.5625% 1.5625%;
	}
	#header_wrap .sp_hide{
		display: none !important;
	}
}
@media screen and (min-width:768px){
	#header_wrap .sp_show{
		display: none !important;
	}
}
@media screen and (min-width:768px) and (max-width:1279px){
	#header_wrap #header_logo{
		margin-top: 4px !important;
		margin-left: 20px !important;
	}
	#header_wrap #header_logo img{
		height: 48px;
	}
	#header_wrap nav{
		right: -360px;
		width: 360px;
	}
	#header_wrap nav > a{
		padding: 10px 20px;
	}
	#header_wrap nav > div{
		padding: 20px 20px;
	}
	#header_wrap nav > div .sns_links{
		padding-bottom: 10px;
	}
	#header_wrap nav > div .sns_links a{
		margin: 0 5px 10px;
	}
}
@media screen and (max-width:1279px){
	body:not(#is_top) #header_wrap{
		padding-top: 56px;
	}
	#header_wrap section{
		height: 56px;
	}
	#header_wrap #menu_open,
	#header_wrap #menu_close,
	#header_wrap #tel_btn{
		height: 56px;
		width: 56px;
	}
	#header_wrap #menu_open:before,
	#header_wrap #menu_close:before,
	#header_wrap #tel_btn:before{
		font-size: 300%;
	}
	#header_wrap #menu_open p,
	#header_wrap #menu_close p,
	#header_wrap #tel_btn p{
		font-size: 62.5%;
	}
	#header_wrap #contact_btn,
	#header_wrap #store_btn{
		height: 56px;
		padding-top: 3px;
		width: 56px;
	}
	#header_wrap #contact_btn img,
	#header_wrap #store_btn img{
		height: 2.25em;
		width: auto;
	}
	#header_wrap #contact_btn p,
	#header_wrap #store_btn p{
		font-size: 62.5%;
		margin-top: -0.375em;
	}
	#header_wrap nav{
		background-color: #77A4B2;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		max-height: -webkit-calc(100vh - 56px);
		max-height: -webkit-calc(100svh - 56px);
		max-height: calc(100vh - 56px);
		max-height: calc(100svh - 56px);
		overflow: hidden auto;
		position: fixed;
		top: 56px;
		transition: right 0.2s ease-out 0s;
		text-align: left;
		z-index: 1000;
	}
	#header_wrap nav.active{
		right: 0;
	}
	#header_wrap nav a{
	}
	#header_wrap nav > a{
		border-bottom: 1px solid #FFFFFF;
		display: block;
		position: relative;
	}
	#header_wrap nav > a:hover,
	#header_wrap nav > a.active{
		background-color: #FFFFFF;
		color: #77A4B2;
	}
	#header_wrap 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_wrap nav > div{
		text-align: center;
	}
	#header_wrap nav > div img[src$="logo.svg"]{
		width: 200px;
	}
	#header_wrap nav #header_company{
		line-height: 1.5;
		padding: 0.25em 0;
	}
	#header_wrap #btn_totop{
	}
	#header_wrap #btn_totop:before{
		font-size: 300%;
		height: 50px;
		line-height: 50px;
		width: 50px;
	}
	#header_wrap .hd_show{
		display: none !important;
	}
}
@media screen and (min-width:1280px){
	body:not(#is_top) #header_wrap{
		padding-top: 3.75em;
	}
	#header_wrap section{
		height: 3.75em;
	}
	#header_wrap #header_logo{
		margin-top: 0.1875em !important;
		margin-left: 1.25em !important;
	}
	#header_wrap #header_logo img{
		height: 3.375em;
	}
	#header_wrap #menu_open,
	#header_wrap #menu_close,
	#header_wrap #tel_btn{
		display: none !important;
	}
	#header_wrap #contact_btn,
	#header_wrap #store_btn{
		background-color: #384C70;
		border: 1px solid #FFFFFF;
		height: -webkit-calc(2em + (1 * 2px));
		height: calc(2em + (1 * 2px));
		line-height: 2;
		margin-top: 0.8125em;
		margin-right: 1.25em;
		width: 12.125em;
	}
	#header_wrap #contact_btn img,
	#header_wrap #store_btn img{
		margin-top: 0.125em;
		margin-right: 0.5em;
		vertical-align: top;
		width: 1.75em;
	}
	#header_wrap #contact_btn p,
	#header_wrap #store_btn p{
		display: inline-block;
		vertical-align: top;
	}
	#header_wrap nav{
		display: table;
		float: left;
		margin-top: 0.875em;
		margin-left: 1.25em;
	}
	#header_wrap nav > a{
		display: table-cell;
		height: 2em;
		line-height: 2;
		padding: 0 1em;
		vertical-align: middle;
	}
	#header_wrap nav > a span{
		display: inline-block;
		line-height: 1.2;
		position: relative;
		vertical-align: baseline;
	}
	#header_wrap nav > a span:after{
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		background-color: #FFFFFF;
		content: "";
		display: block;
		height: 1px;
		position: absolute;
		bottom: 0;
		left: 0;
		transition: width 0.2s ease-out 0s;
		width: 0;
	}
	#header_wrap nav > a:hover span:after{
		width: 100%;
	}
	#header_wrap #btn_totop{
	}
	#header_wrap #btn_totop:before{
		font-size: 450%;
		height: 1.25em;
		line-height: 1.25em;
		width: 1.25em;
	}
	#header_wrap .hd_hide{
		display: none !important;
	}
}


