/*----------------------------------------------
PC：共通ヘッダー
----------------------------------------------*/
.hd-sub {
	height: 100px;
	position: relative;
	background-color: #323232;
	font-size: 14px;
	font-family: initial;
	line-height: 1.7;
	margin: 0;
}
.hd-sub .logo1 img {
	position: absolute;
	height: 60px;
	left: 35px;
	bottom: 20px;
}
.hd-sub .logo2 img {
	position: absolute;
	width: 100px;
	right: 35px;
	bottom: 20px;
}
.hd-sub ul#menu-sub {
	right: 150px;
	bottom: 17px;
	position: absolute;
}
.hd-sub ul#menu-sub li {
	float: left;
}
.hd-sub ul#menu-sub a {
	text-decoration: none;
	display: block;
	margin-right: 25px;
	color: #fff;
}
.hd-sub #menubar-s {
	display: none;
}

/*----------------------------------------------
SP：width: 428px
----------------------------------------------*/
@media screen and (max-width: 428px){

.hd-sub {
	height: 60px;
}
.hd-sub .logo1 img {
	height: 34px;
	left: 10px;
	bottom: 12px;
}
.hd-sub .logo2 img {
	position: absolute;
	width: 80px;
	right: 10px;
	bottom: 16px;
}

}
/*----------------------------------------------
PC：問い合わせボタン
----------------------------------------------*/
/*
.inq_btn {
	display: block;
	margin: 1em 1em 0;
	padding: 1em;
	border-radius: 1em;
	background-color: #ff2020;
	color: white;
	line-height: 1.2;
	text-decoration: none;
}
.inq_btn:hover {
	background-color: #ff3c3c;
}
.inq_btn_title {
	font-size: 1.5em;
	margin-bottom: .5em;
}
.inq_caption {
	margin: 2em 1em .5em;
	display: inline-block;
	text-align: left;
	line-height: 1.3;
	color: maroon;
}
.inq_caption_1 {
	color: orangered;
	font-weight: bold;
	font-size: 121%;
	margin-bottom: 16px;
	border-bottom: 1px dotted lightgray;
}
.inq_caption_2 {
	margin: 8px;
}
*/

@media screen and (max-width: 960px) {
	/*
	.hd-sub .logo2 img {
		width: 70px;
		right: 25px;
		bottom: 55px;
	}
	*/
	#menubar {
		display: none;
	}
	/*
	#menubar-s {
		display: block;
		overflow: hidden;
		position: absolute;
		top: 100px;
		border-top: 1px solid #fff;
		width: 100%;
		z-index: 10;
		animation-name: menu1;
		animation-duration: 0.5S;
		animation-fill-mode: both;
	}
	*/
}

/*
@media screen and (max-width: 768px) {
	.hd-sub .logo1 img {
		left: 20px;
	}
	.hd-sub .logo2 img {
		right: 20px;
	}
}
*/
