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

/* リセットCSS */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
list-style: none;
}

body {
line-height:1;
font-family: 'Noto Sans JP', sans-serif;
width: 100%;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}

nav ul {
list-style:none;
}

blockquote, q {
quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}

a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
text-decoration: none;
color: black;
}

/* change colours to suit your needs */
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}

/* change colours to suit your needs */
mark {
background-color:#ff9;
color:#000;
font-style:italic;
font-weight:bold;
}

del {
text-decoration: line-through;
}

abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}

table {
border-collapse:collapse;
border-spacing:0;
}



@media all and (min-width: 768px) {
.pc { display: block !important; }
.sp { display: none!important; }
}

@media all and (max-width: 768px) {
.pc { display: none !important; }
.sp { display: block!important; }
}


body {
	// PC用の横幅を指定
	min-width: 1150px;
}
// スマートフォンのブレイクポイント
@media screen and (max-width: 769px){
	body {
		// 初期化
		min-width: initial;
	}
}



.top {
	width: 100%;
	position: relative;
	text-align: center;
}

.tx-bed {
	width: 18%;
}


.tc-bed {
	width: 18%;
}



.top-3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.top-4 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 3%;
}


.hiace {
	width: 30%;
	margin-right: 3%;
}

.x {
	width: 5%;
}

.ogushow {
	width: 30%;
	margin-left: 3%;
}


.top-2 img {
	width: 100%;
}


.top-2 p {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: clamp(14px, 1.5vw, 22px);
	line-height: 2em;
	color: #4D4D4D;
}



@media all and (max-width: 768px) {
	.top-sp {width: 100%;}
	.top-sp img {width: 100%;}
	.top-2 p {font-size: 15px;}
	.top-3 {display: block; margin-bottom: 80px;}
	.top-4 {display: inline-block; width: 100%; margin-bottom: 20px; overflow: hidden;}
	.top-4 li {width: 100%; text-align: center}
	.top-4 img {display: inline-block;}
	.hiace img {width: 60%; margin-bottom: 15px;}
	.x img {width: 10%;}
	.ogushow img {width: 60%; margin-left: 0; margin-top: 15px;}
}




.car {
	width: 100%;
	text-align: center;
}


.car-flex {
	display: flex;
}


.car-3 {
	width: 50%;
	background-color: #262626;
}


.tx-car {
	border-top: 10px solid #84823B;
	border-right: solid 1px #5A5A5A;
}


.tc-car {
	border-top: 10px solid #454545;
}


.car-img {
	background-color: #000;
}


.car-img img {
	width: 100%;
	opacity: 0.8;
}


.car-img img:hover {
	opacity: 1.0;
	transition: 0.8s;
}


.car-p {
	background-color: #262626;
	color: #DBDBDB;
	padding-top: 15%;
	padding-bottom: 10%;
	position: relative;
	display: block;
}


.car-p img {
	width: 60%;
	margin-bottom: 3%;
}

.car-p p {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: clamp(13px, 1vw, 20px);
	line-height: 2em;
}


.kazari {
	position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


.kazari ul {
	text-align: center;
}


.line {
	width: 1px;
	height: 70px;
	background-color: #DBDBDB;
	display: inline-block;
	margin-bottom: -5px;
}

.maru {
	height: 10px;
	width: 10px;
	background-color: #DBDBDB;
	border-radius: 10px;
}



@media all and (max-width: 768px) {
	.car-flex {display: block;}
	.car-3 {width: 100%;}
	.line {height: 55px;}
	.car-p {padding-top: 60px; padding-bottom: 60px;}
	.car-p img {width: 75%;}
	.car-p p {font-size: 15px;}
	.tx-car {border-right: none;}
}



.footer {
	background-color: #000;
	width: 100%;
	text-align: center;
}

.footer-2 {
	width: 90%;
	display: inline-block;
	max-width: 1500px;
	padding-top: 3%;
}


.chuuki {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #ccc;
	text-align: left;
	line-height: 1.8em;
}


.copy {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #ccc;
	margin-top: 50px;
	margin-bottom: 50px;
}


@media all and (max-width: 768px) {
	.footer-2 {width: 85%; margin-top: 10%;}
	.footer-2 img {width: 80%;}
	.footer-2 h5 {font-size: 5vw;}
}


