@charset "utf-8";
/* CSS Document */

.header_inner {
	padding: 5px;
	text-align: center;
}
.header_logo {
	float: left;
	width: 33.33%;
}
.header_logo a,
.header_logo img {
	display: block;
}
.header_info {
	float: right;
	text-align: right;
	width: 450px;
}
.header_tel {
	font-size: 29px;
	position: relative;
	margin-left: 30px;
	color: rgb(68, 42, 13);
	font-family: 'Crimson Text', serif;
	line-height: 1;
	margin-top: 0px;
	display: inline-block;
	vertical-align: baseline;
}
.header_tel::before {
	content: "";
	position: absolute;
	top: 5px;
	left: -25px;
	width: 22px;
	height: 29px;
	background: url(img/common/ico_tel.png?2019) 0 0 no-repeat;
	background-size: 18px auto;
}

.header_btn {
	display: inline-block;
	vertical-align: bottom;
    margin-right: 10px;
}
.header_btn > a {
	color: #000;
	border: 2px solid rgb(68, 42, 13);
	padding: 3px 5px;
	display: inline-block;
	position: relative;
    font-size: 14px;
	background: rgba(68, 42, 13,0.2);
	text-align: center;
	margin-top: 0px;
	text-decoration: none;
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
	.page_header .header_inner {
		width: 100%;
	}
	.header_logo {
		width: 33.33%;
	}
	.header_logo img {
		max-width: 100%;
		height: auto;
	}
}
@media only screen and (max-width: 767px) {
	.header_info {
		display: none;
	}
	.header_logo {
		max-width: 100%;
		float: none;
		padding: 0 0;
		text-align: center;
		width: auto;
	}
	.header_logo a, 
	.header_logo img {
		display: inline-block;
	}
	.header_logo img {
		max-width: 100%;
	}
}
@media only screen and (max-width: 767px) {

	header {
		top: 0;
		position: fixed;
		background: #fff;
		z-index: 100;
	}

	header .header_inner {
		padding: 0;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		border-bottom: 1px solid #ccc;
		-webkit-box-shadow: 0 0 5px 0 #999;
		-moz-box-shadow: 0 0 5px 0 #999;
		box-shadow: 0 0 5px 0 #999;
	}
	.header_logo a {
		display: flex;
		align-items: center;
		/* display: block; */
		height: 100%;
		line-height: 1;
	}
	.header_logo a img {
	}
	.sp_hd_menu {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	}

	.sp_hd_menu li {
		border-left: 1px solid #ccc;
	}
	.sp_hd_menu li a,
	.sp_hd_menu li label {
		height: 100%;
		min-height: 60px;
		text-align: center;
		display: flex;
		font-size: 10px;
		padding: 5px 2px;
		width: 55px;
		line-height: 1.2;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		color: #000;
		letter-spacing: 0;
		line-height: 1;
		position: relative;
	}
	.sp_hd_menu .btn_tel a::before,
	.sp_hd_menu li label::before {
		content: "";
		position: absolute;
		top: 5px;
		right: 5px;
		bottom: 5px;
		left: 5px;
		background: 50% 50% / 20px auto no-repeat;
	}
	.sp_hd_menu .btn_main_menu label::before {
		background-image: url(img/common/ico_sp_menu.png);
	}
	.sp_hd_menu .btn_tel a::before {
		background-image: url(img/common/ico_sp_tel.png);
		background-size: 35px auto;
	}
}
