@charset "utf-8";



/*************************************************
 * ヘッダー
 * ***********************************************/

header {
	background: #FFF;
	width: 100%;
}
header .header_box {
	width: 1100px;
	margin: 0 auto;
}

.header_bottom {
	overflow: hidden;
	margin: 18px 0;
}
.header_bottom .header_flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}
.header_bottom .header_flex .header_flex___logo {
	max-width: 280px;
}
.header_bottom .header_flex .header_flex___logo .logo {
	line-height: 1;
	font-size: 0;
}
.header_bottom .header_flex .header_flex___logo a {
	display: inline-block;
}
.header_bottom .header_flex .header_flex___contact {
	display: flex;
	align-items: center;
	gap: 30px;
}
.header_bottom .header_flex .header_flex___contact .card-phone {
    max-width: 565px;
    height: 100%;
	max-height: 77px;
	display: flex;
	align-items: center;
}
.header_bottom .header_flex .header_flex___contact ul.contact_btn {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 18px;
}
.header_bottom .header_flex .header_flex___contact ul.contact_btn.tb-only {
	display: none;
}
.header_bottom .header_flex .header_flex___contact ul.contact_btn li {}
.header_bottom .header_flex .header_flex___contact ul.contact_btn li a {
	height: 77px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding-left: 39px;
	font-size: .92rem;
	font-weight: bold;
	line-height: 1.4;
	border-radius: 4px;
	position: relative;
}
.header_bottom .header_flex .header_flex___contact ul.contact_btn li.form a {
	min-width: 260px;
	background: #178980;
	color: #FFF;
}
.header_bottom .header_flex .header_flex___contact ul.contact_btn li.form a:before {
	content: "";
	width: 36px;
	height: 36px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 22px;
	transform: translateY(-50%);
	background: url(../images/common/mail-icon.png) no-repeat center;
	background-size: auto;
	background-size: contain;
}
.header_bottom .header_flex .header_flex___contact ul.contact_btn li.form a:hover {
	opacity: 1;
	background: #10635C;
}
.header_bottom .header_flex .header_flex___contact ul.contact_btn li.line {}
.header_bottom .header_flex .header_flex___contact ul.contact_btn li.line a {
	min-width: 160px;
	background: #00B900;
	color: #FFF;
}
.header_bottom .header_flex .header_flex___contact ul.contact_btn li.line a:before {
	content: "";
	width: 36px;
	height: 36px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 22px;
	transform: translateY(-50%);
	background: url(../images/common/line-icon.png) no-repeat center;
	background-size: auto;
	background-size: contain;
}
.header_bottom .header_flex .header_flex___contact ul.contact_btn li.line a:hover {
	opacity: 1;
	background: #009E00;
}

@media screen and (max-width: 1380px) {
	.header_bottom .header_flex .header_flex___contact ul.contact_btn li a {
		font-size: .88rem;
		height: 86px;
	}
	.header_bottom .header_flex .header_flex___contact ul.contact_btn li.form a {
		min-width: 240px;
	}
	.header_bottom .header_flex .header_flex___contact ul.contact_btn li.line a {
		min-width: 140px;
	}
	.header_bottom .header_flex .header_flex___contact ul.contact_btn li.form a:before,
	.header_bottom .header_flex .header_flex___contact ul.contact_btn li.line a:before {
		width: 28px;
		height: 28px;
	}
}
@media screen and (max-width: 1194px) {
	.header_bottom .header_flex {
		gap: 18px;
	}
	.header_bottom .header_flex .header_flex___contact {
		align-items: center;
		gap: 18px;
	}
	.header_bottom .header_flex .header_flex___contact ul.contact_btn li a {
		font-size: .7rem;
		height: 82px;
		padding: 38px 9px 9px;
	}
	.header_bottom .header_flex .header_flex___contact ul.contact_btn li.form a {
		min-width: 160px;
	}
	.header_bottom .header_flex .header_flex___contact ul.contact_btn li.line a {
		min-width: 85px;
	}
	.header_bottom .header_flex .header_flex___contact ul.contact_btn li.form a:before,
	.header_bottom .header_flex .header_flex___contact ul.contact_btn li.line a:before {
		width: 20px;
		height: 20px;
		top: 12px;
		left: 50%;
		transform: translateX(-50%);
	}
}
@media screen and (max-width: 768px) {
	.header_bottom .inner_wide {
		padding: 0 30px;
	}
	.header_bottom .header_flex .header_flex___logo {
		max-width: 220px;
	}
	.header_bottom .header_flex .header_flex___contact .card-phone {
		max-width: 220px;
        width: 58%;
	}
	.header_bottom .header_flex .header_flex___contact {
		display: flex;
        justify-content: flex-end;
        gap: 18px;
		padding: 0 52px 0 0;
	}
	.header_bottom .header_flex .header_flex___contact ul.contact_btn.pc-only {
		display: none;
	}
	.header_bottom .header_flex .header_flex___contact ul.contact_btn.tb-only {
		display: flex;
	}
	.header_bottom .header_flex .header_flex___contact ul.contact_btn {
		
	}
	.header_bottom .header_flex .header_flex___contact ul.contact_btn li a {
		height: 60px;
	}
	.header_bottom .header_flex .header_flex___contact ul.contact_btn li.form a {
		padding: 0;
        background: none;
        max-width: 60px;
        min-width: auto;
	}
	.header_bottom .header_flex .header_flex___contact ul.contact_btn li.line a {
		padding: 0;
        background: none;
        max-width: 60px;
        min-width: auto;
	}
	.header_bottom .header_flex .header_flex___contact ul.contact_btn li.form a:before,
	.header_bottom .header_flex .header_flex___contact ul.contact_btn li.line a:before {
		content: none;
	}
}
@media screen and (max-width: 560px) {
	.header_bottom {
		margin: 12px 0 15px;
	}
	.header_bottom .inner_wide {
		padding: 0 20px;
	}
	.header_bottom .header_flex {
		flex-direction: column;
		align-items: flex-start;
	}
	.header_bottom .header_flex .header_flex___logo {
		max-width: 45%;
	}
	.header_bottom .header_flex .header_flex___logo .logo {
		text-align: left;
	}
	.header_bottom .header_flex .header_flex___contact {
		display: none;
	}
}
@media screen and (max-width: 430px) {
	.header_bottom .header_flex .header_flex___logo .logo {
		width: 220px;
	}
}
