@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#top_ttl img {
	width: 100%;
}
#top_contents .box {
	width: 360px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	position: relative;
}
#top_contents .box::before {
	content: "1";
	font-size : 230px;
	line-height: 0;
	color : #428EFF;
	opacity : 0.1;
	position: absolute;
	top: 95px;
	left: 0;
	font-family: var(--font-lubri);
}
#top_contents .box:nth-of-type(2)::before {
	content: "2";
}
#top_contents .box:nth-of-type(3)::before {
	content: "3";
}
#top_contents .box:nth-of-type(4)::before {
	content: "4";
	top: 80px;
}
#top_contents .box:nth-of-type(5)::before {
	content: "5";
	top: 80px;
}
#top_contents .box:nth-of-type(6)::before {
	content: "6";
	top: 80px;
}
#top_contents .box .ico {
	height: 220px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#top_contents .box .txt_box {
	margin-bottom: 100px;
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-direction: column;
}
#top_contents .box:nth-of-type(4) .txt_box,#top_contents .box:nth-of-type(5) .txt_box,#top_contents .box:nth-of-type(6) .txt_box {
	margin-bottom: 0
}
#top_contents .box .txt_box .ttl {
	font-weight : 800;
	font-size : 28px;
	line-height: 1.2em;
	margin-bottom: 10px;
	flex-grow: 1;
}
#top_contents .box .txt_box .ttl span {
	font-size : 60%;
	display: block;
}
#top_contents .box .txt_box .txt {
	font-size : 110%;
	line-height : 1.5em;
	flex-grow: 1;
	font-weight: 600;
	color: #50545a;
}
#top_contents .box .txt_box .txt span {
	padding-top: 10px;
	font-size: 98%;
	display: block;
}
#top_vehicles h3.sub {
	color : #242931;
}
#top_vehicles .box {
	border: 1px solid #c9caca;
	border-radius: 20px;
	padding: 20px;
	box-sizing: border-box;
	width: 530px;
}
#top_vehicles .box img {
	border-radius: 20px;
}
#top_vehicles .box .ttl {
	font-size : 28px;
	text-align: center;
	font-weight: 800;
	margin-bottom: 15px;
}
#top_vehicles .box .ttl span {
	color: #ffd439;
}
#top_vehicles .box .txt {
	line-height : 21px;
	font-size: 110%;
	font-weight: 600;
	color: #50545a;
}
#top_vehicles .box .txt.thin {
	font-size: 95%;
	color: #919498;
}
/*page-contact.cssコピペ*/
#mailform .tbl {
	margin: 2em 0;
}
#mailform .tbl th {
	vertical-align: top;
}
#mailform .tbl th .need {
	float: right;
	padding: 1px 10px;
	background: var(--color-secondary);
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 13px;
}
#mailform .btn {
	margin-top: 1.5em;
	/* フレックス */
	display: flex;
	justify-content: center;
}
#mailform .btn li+li {
	margin-left: 15px;
}
#mailform .btn input {
	width: 200px;
	height: 50px;
	background: var(--color-primary);
	border: 1px solid var(--color-primary);
	border-radius: 30px;
	box-shadow: 0 -2px 0 rgba(0,0,0,0.2) inset;
	color: #FFFFFF;
	font-size: 16px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	cursor: pointer;
}
#mailform .btn input:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#mailform .btn input[type="reset"] {
	background: #F4F4F4;
	border-color: #DDD;
	color: #666;
}
#mailform .tbl input[type="text"],
#mailform .tbl textarea {
	width: 100%;
	box-sizing: border-box;
}
#mailform .tbl textarea {
	display: block;
}
#mailform .tbl input.wno {
	width: 100px;
}
/*以下上書き*/
#contact::before {
	background: #242931 url("../img/top/bg01.jpg") no-repeat top center/100%;
}
#contact::after {
	background: url("../img/top/bg01-bottom.jpg") no-repeat bottom/contain;
}
#contact .box {
	background: #feb624;
	padding: 10px 50px;
	box-sizing: border-box;
	border-radius: 20px;
	margin-bottom: 50px;
}
#mailform .tbl {
	background: none;
}
#mailform .tbl th,#mailform .tbl td {
	border: none;
	padding: 20px;
}
#mailform .tbl th {
	background: none;
	color: #50545a;
	padding-left: 0;
}
#mailform .tbl td {
	padding: 0;
}
#mailform .tbl input[type="text"],#mailform .tbl input[type="Telephone"], #mailform .tbl textarea {
	height: 45px;
	border-radius: 5px;
}
#mailform .active {
	border: 1px solid #ccc;
}
#mailform .btn input {
	background: #94d048;
	border-radius: 5px;
	width: 250px;
	border: none;
	font-weight : bold;
	font-size : 16px;
	line-height : 21px;
	color : #FFFFFF;
	box-shadow: none;
}
#mailform .btn input[type="reset"] {
	background: #fff;
	color : #50545A;
}
#top_service::before {
	background: #feb624 url("../img/top/bg02.jpg") no-repeat top center/cover;
	margin-top: 400px;
	height: calc(100% - 400px);
}
#top_service::after {
	background: url("../img/top/bg02-bottom.jpg") no-repeat bottom center/contain;
}
#top_service h3.sub {
	color : #242931;
}
#top_service .service_box {
	justify-content: center;
	column-gap: 40px;
	margin-bottom: 50px;
}
#top_service .service_box .box img {
	width: 100%;
}
#top_service .service_box .box {
	width: 340px;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
}
#top_service .service_box .box .txt_box {
	padding: 15px 20px 30px;
}
#top_service .service_box .box .txt_box .ttl {
	font-weight : 800;
	font-size : 28px;
	margin-bottom: 15px;
}
#top_service .service_box .box .txt_box .ttl span {
	display: block;
	font-size : 60%;
}
#top_service .service_box .box .txt_box .txt {
	font-size : 110%;
	line-height : 21px;
	font-weight: 600;
	color: #50545a;
}
#top_service .service_box .box .txt_box .txt span {
	display: block;
	font-size : 98%;
	color : #919498;
	padding-top: 15px;
}
/* お知らせ */
#top_info {
	
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	/* お知らせ */
	#top_info dl {
		display: flex;
	}
	#top_info dt {
		width: 100px;
	}
	#top_info dd {
		width: calc(100% - 100px);
	}
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
		#top_contents .box {
		width: 32%;
			margin-bottom: 30px;
	}
	#top_contents .box::before {
		font-size: 90px;
	}
	#top_contents .box .ico {
		height: 180px;
	}
	#top_contents .box .ico img {
		max-width: 130px;
		max-height: 100px;
	}
	#top_contents .box .txt_box {
		margin-bottom: 0;
	}
	#top_contents .box .txt_box .ttl {
		font-size: 135%;
	}
	#top_contents .box .txt_box .txt {
		font-size: 98%;
	}
	#top_contents .box .txt_box .txt span {
		font-size: 95%;
		padding-top: 5px;
	}
	#contact .box {
		padding: 5px 30px;
		margin-bottom: 30px;
	}
	#mailform .tbl th, #mailform .tbl td {
		padding: 10px;
	}
	#mailform .tbl th {
		padding-left: 0;
	}
	#mailform .tbl td {
		padding: 0;
	}
	#mailform .tbl input[type="text"], #mailform .tbl input[type="Telephone"], #mailform .tbl textarea {
		width: 100%;
		height: 30px;
	}
	#mailform .btn input {
		width: 180px;
	}
	#top_service .service_box {
		column-gap: 15px;
		margin-bottom: 0;
	}
	#top_service .service_box .box {
		width: 48%;
		margin-bottom: 30px;
	}
	#top_service .service_box .box .txt_box .ttl {
		font-size: 135%;
	}
	#top_service .service_box .box .txt_box .txt {
		font-size: 98%;
		line-height: 1.8em;
	}
	#top_service .service_box .box .txt_box .txt span {
		padding-top: 5px;
		font-size: 95%;
	}
	#top_vehicles .box {
		width: 48%;
	}
	#top_vehicles .box .ttl {
		font-size: 135%;
	}
	#top_vehicles .box .txt {
		font-size: 98%;
		line-height: 1.8em;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_contents .box {
		width: 100%;
	}
	#top_contents .box::before {
		font-size: 70px;
		top: 60px;
		left: 20%;
	}
	#top_contents .box .ico {
		height: 110px;
	}
	#top_contents .box .ico img {
		max-width: 100px;
		max-height: 90px;
	}
	#top_contents .box:nth-of-type(4)::before,#top_contents .box:nth-of-type(5)::before ,#top_contents .box:nth-of-type(6)::before {
		top: 60px;
	}
	#top_contents .box .txt_box .txt .dsp_tbs {
		display: none;
	}
	#contact .box {
		padding: 5px 15px;
	}
	#mailform .tbl th {
		padding-bottom: 0;
	}
	#mailform .tbl tr:first-of-type th {
		padding-top: 0;
	}
	#mailform .btn input {
		width: 130px;
		height: 40px;
	}
	#top_service::before{
		margin-top: 160px;
		height: calc(100% - 160px);
	}
	#top_service .service_box {
		column-gap: 10px;
	}
	#top_service .service_box .box {
		width: 100%;
	}
	#top_service .service_box .box img {
		height: 180px;
		object-fit: cover;
	}
	#top_service .service_box .box .txt_box {
		padding: 15px 10px 20px;
	}
	#top_service .service_box .box .txt_box .ttl {
		font-size: 125%;
		margin-bottom: 5px;
		line-height: 1.2em;
	}
	#top_contents .box .txt_box .ttl span {
		font-size: 75%;
	}
	#top_service .service_box .box .txt_box .txt {
		line-height: 1.5em;
	}
	#top_vehicles .box {
		width: 100%;
		margin: 0 auto 30px;
	}
	#top_vehicles .box .txt {
		line-height: 1.5em;
		text-align: left;
	}
}
	@media only screen and (max-width: 320px) {
		#top_contents .box .txt_box .txt span {
			font-size: 90%;
		}
	}