


/* 共通 *******************/
/*基本フォント指定*/
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	color: #000;
	position: relative;
}
/*Safari対策*/
a {
	font-family: 'Noto Sans JP', sans-serif;
}
/*英数字用フォント*/
.eisu {
	font-family: Arial,sans-serif;
}
/*明朝*/
.min {
	font-family: 'Noto Serif JP', sans-serif;
}
/*パンくず*/
div.pankuzu {
	background-color: #1F2150;
}
div.pankuzu span {
	padding-left: 10px;
}
div.pankuzu div {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	line-height: 1;
	padding: 13px 0;
}
div.pankuzu div a:hover {
	color: #FFD200;
	border-bottom: 1px solid #FFD200;
}





/* ヘッダー *******************/
header {
	width: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #E9E9F0;
}
/*サブメニュー*/
header > div.sub_menu {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto 6px;
	display: flex;
	justify-content: right;
}
header > div.sub_menu a:not(:last-of-type) {
	height: max-content;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	line-height: 1;
	padding: 0 5px 4px 0;
	margin-top: 15px;
	margin-right: 30px;
}
header > div.sub_menu a:not(:last-of-type)::before {
	content: '\f0da';
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	margin-right: 5px;
}
/*hover*/
header > div.sub_menu a:not(:last-of-type):hover {
	border-bottom: 2px solid #FFD200;
}
header > div.sub_menu a:last-of-type {
	font-size: 16px;
	font-weight: 600;
	color: #1F2150;
	line-height: 24px;
	padding: 10px 20px;
	background-color: #FFD200;
	border-radius: 0 0 10px 10px;
}
/*hover*/
header > div.sub_menu a:last-of-type:hover {
	color: #FFD200;
	background-color: #2B2B2B
}
/*ロゴ＋メニュー部分*/
header > div.links {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 20px;
	border-bottom: 1px solid #FFFFFF;
	overflow: hidden;
}

/*ロゴ*/
header > div.links a {
	width: 230px;
	display: block;
	float: left;
}
/*hover*/
header > div.links a:hover {
	filter: brightness(1.25);
}
header > div.links a img {
	width: 100%;
	height: auto;
}

/*グローバルメニュー*/
header > div.links > ul.gl_manu {
	width: calc(100% - 330px);
	float: right;
	display: flex;
	justify-content: space-between;
}
header > div.links > ul.gl_manu li {
	width: calc(100% / 6);
}
header > div.links > ul.gl_manu li a {
	width: max-content;
	display: block;
	margin: 14px auto 0;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	padding: 4px 5px;
}
/*hover*/
header > div.links > ul.gl_manu li a:hover {
	border-bottom: 2px solid #FFD200;
}
/*ハンバーガーメニュー*/
div.menu-btn {
	display: none;
}
div.sp_menu {
	display: none;
}






/* フッター *******************/
footer {
	background-color: #E9E9F0;
}
footer > div:nth-of-type(1) {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}
footer > div:nth-of-type(1) img {
	width: 100%;
	height: auto;
}
footer > div:nth-of-type(2) {
	background-color: #1F2150;
	padding-top: 50px;
}
footer div.f_menu {
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
}
/*ロゴ*/
footer div.f_menu > a {
	width: 320px;
	display: block;
}
/*hover*/
footer div.f_menu a:hover {
	filter: brightness(1.25);
}
footer div.f_menu > a img {
	width: 100%;
	height: auto;
}
footer div.f_menu > ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
}
footer div.f_menu > ul li {
	width: calc(100% / 5);
	margin-bottom: 24px;
}
footer div.f_menu > ul li a {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	padding-bottom: 2px;
}
/*hover*/
footer div.f_menu > ul li a:hover {
	border-bottom: 2px solid #fff;
}
footer div.f_menu > ul li a img {
	width: 100%;
	height: auto;
}
footer div.f_menu > div {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
footer div.f_menu > div > div {
	width: 320px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 1.8;
}
footer div.f_menu > div > div p {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}
/*レッカー出動依頼*/
footer div.f_menu > div > a {
	width: 520px;
	display: block;
}
footer div.f_menu > div > a img {
	width: 100%;
	height: auto;
}
/*コピーライト*/
footer div.f_menu > p.copy {
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	text-align: center;
	margin-top: 150px;
	padding-bottom: 10px;
}













.ipc {
	display: inline;
}
.isp {
	display: none !important;
}
.bpc {
	display: block;
}
.bsp {
	display: none !important;
}
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 1079px) {
*{}
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.ipc {
	display: none !important;
}
.isp {
	display: inline !important;
}
.bpc {
	display: none !important;
}
.bsp {
	display: block !important;
}









/* ヘッダー *******************/
header {
	background-size: 100% auto;
}
/*サブメニュー*/
header > div.sub_menu {
	display: none;
}
/*ロゴ＋メニュー部分*/
header > div.links {
	border-bottom: none;
	padding-top: 14px;
}

/*ロゴ*/
header > div.links a {
	width: 160px;
}
header > div.links a img {
	width: 100%;
	height: auto;
}

/*グローバルメニュー*/
header > div.links > ul.gl_manu {
	display: none;
}

/*ハンバーガーメニュー*/
div.menu-btn {
	display: block;
	position: absolute;
	top: 14px;
	right: 14px;
	width: 40px;
	height: auto;
	cursor: pointer;
}
div.menu-btn img {
	width: 100%;
	height: 100%;
}
/*ハンバーガーメニュー起動時の背景*/
div.hamburger-cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(3, 3, 3, .5);
	z-index: 3;
	cursor: pointer;
	visibility: hidden;
}
div.hamburger-cover.is-active {
	visibility: visible;
}
/*ハンバーガーメニュー中身*/
div.sp_menu {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9;
	width: 100%;
	transform: translateX(100%);
	transition: transform .3s linear;
	border-bottom: 2px solid #fff;
	background-color: #E9E9F0;
	padding: 14px 19px 40px;
}
div.sp_menu.is-active {
	transform: translateX(0);
}
div.sp_menu.is-end {
	position: absolute;
}
/*ロゴ*/
div.sp_menu > a {
	width: 160px;
	display: block;
	margin-bottom: 20px;
}
div.sp_menu > a img {
	width: 100%;
	height: auto;
}
div.sp_menu > div.close-btn {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
div.sp_menu > div.close-btn img {
	width: 100%;
	height: auto;
}
/*メニュー*/
div.sp_menu > ol {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
div.sp_menu > ol li {
	width: 100%;
	border-bottom: 1px solid #C1C1D0;
}
/*ロゴ*/
div.sp_menu > ol li a:nth-of-type(1) {
	display: block;
	font-size: 15px;
	font-weight: 500;
	color: #0F0F0F;
	padding: 15px 0;
	position: relative;
}
div.sp_menu > ol li a:nth-of-type(1)::after {
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: '\f061';
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}
/*レッカー出動要請*/
div.sp_menu > a.tel {
	width: 100%;
	max-width: 300px;
	margin: 30px auto 0;
	background-color: #D74A31;
	border-radius: 6px;
	padding: 21px 0px 21px 45px;
	position: relative;
}
div.sp_menu > a.tel::after {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background-image: url(../img/common/icon_yajirushi_white.png);
	content: '';
	display: inline-block;
	width: 25px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}
div.sp_menu > a.tel > b {
	display: block;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	position: relative;
	margin-bottom: 5px;
}
div.sp_menu > a.tel > span {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}







/* フッター *******************/
footer > div:nth-of-type(2) {
	padding-top: 35px;
}
footer div.f_menu {
	max-width: 600px;
}
/*ロゴ*/
footer div.f_menu > a {
	width: 200px;
}
footer div.f_menu > ul {
	border-bottom: none;
}
footer div.f_menu > ul li {
	width: calc(100% / 2);
}
footer div.f_menu > ul li a {
	width: 90%;
	max-width: 520px;
	font-size: 16px;
}
footer div.f_menu > div {
	flex-direction: column-reverse;
	margin-top: 0px;
}
footer div.f_menu > div > div {
	width: 90%;
	max-width: 320px;
}
footer div.f_menu > div > div span {
	display: inline-block;
}
/*レッカー出動依頼*/
footer div.f_menu > div > a {
	width: 100%;
	max-width: 520px;
	margin-bottom: 35px;
}

/*コピーライト*/
footer div.f_menu > p.copy {
	margin-top: 100px;
}





/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
}
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
