@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');

/*------------------------------------------------------

	リセット

------------------------------------------------------*/

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%;
	font-style: normal;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
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;
}
/* 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;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: top;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/*------------------------------------------------------

	グローバル

------------------------------------------------------*/

body {
	font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	color: #000;
	font-size: 0.9em;
	line-height: 1.6;
	position: relative;
	max-width: 750px;
	margin: auto;
}

.fo_lora { font-family: 'Oswald', sans-serif;}

p { margin-bottom: 20px;}
p:last-child { margin-bottom: 0px;}

a { color: #29A2D9;}
a:hover, a:active { color: #6ECAEA; text-decoration: none;}

/* 文字装飾 */
.fo06 { font-size: 0.6em !important;}
.fo07 { font-size: 0.7em !important;}
.fo075 { font-size: 0.75em !important;}
.fo08 { font-size: 0.8em !important;}
.fo085 { font-size: 0.85em !important;}
.fo09 { font-size: 0.9em !important;}
.fo105 { font-size: 1.05em !important;}
.fo11 { font-size: 1.1em !important;}
.fo115 { font-size: 1.15em !important;}
.fo12 { font-size: 1.2em !important;}
.fo13 { font-size: 1.3em !important;}
.fo14 { font-size: 1.4em !important;}
.fo15 { font-size: 1.5em !important;}
.fo16 { font-size: 1.6em !important;}
.fo17 { font-size: 1.7em !important;}
.fo19 { font-size: 1.9em !important;}
.fo21 { font-size: 2.1em !important;}
.fo25 { font-size: 2.5em !important;}

.lh12 { line-height: 1.2;}
.lh14 { line-height: 1.4;}
.lh18 { line-height: 1.8;}
.lh20 { line-height: 2;}

.fo_white { color: #FFFFFF;}
.fo_red { color: #ff0258;}
.fo_yellow { color: #fff100;}
.fo_blue { color: #004ea8;}

/* ボックス */
.container { padding: 0px 15px;}

.left { float: left;}
.right { float: right;}

.pos_rel { position: relative;}
.pos_ab { position: absolute;}

.bold { font-weight: bold;}

.ta_center { text-align: center;}
.ta_right { text-align: right;}
.ta_left { text-align: left;}

.back_white { background-color: #fff;}
.back_orange { background-color: #f0831e;}
.back_blue { background-color: #c4f1ff;}
.back_yellow { background-color: #fff100;}

/* リスト */
ol { padding-left: 2em;}
ol li { list-style: outside decimal;}

.list_indent { padding-left: 1em;}
.list_indent li { text-indent: -1em;}

.list_disc { padding-left: 1em;}
.list_disc li { list-style: outside disc;}

/* margin */
.mb00 { margin-bottom: 0px !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb50 { margin-bottom: 50px !important;}
.mb60 { margin-bottom: 60px !important;}
.mb80 { margin-bottom: 80px !important;}
.mb120 { margin-bottom: 120px !important;}

/* clearFix */
.clearFix { zoom: 100%;}
.clearFix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

/* ------------------------
	グローバルナビ
------------------------ */

h1.under { padding: 15px 15px 30px;}

.humberger {
	background: #000;
	cursor: pointer;
	position: fixed;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 50px;
	z-index: 10000;
	display: none;
}
.humberger span {
	background: #fff;
	border-radius: 15px;
	position: absolute;
	left: 10px;
	width: 30px;
	height: 3px;
	transition: 0.4s;
}
.humberger span:nth-of-type(1) { top: 9px;}
.humberger span:nth-of-type(2) { top: 17px;}
.humberger span:nth-of-type(3) { top: 25px;}
.humberger:after {
	color: #fff;
	content: 'MENU';
	display: block;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	transition: 0.4s;
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 100%;
}
.is-open .humberger:after { content: 'CLOSE';}
.is-open .humberger span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
	  -ms-transform: translateY(6px) rotate(-45deg);
		  transform: translateY(6px) rotate(-45deg);
}
.is-open .humberger span:nth-of-type(2) { opacity: 0;}
.is-open .humberger span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
	  -ms-transform: translateY(-10px) rotate(45deg);
		  transform: translateY(-10px) rotate(45deg);
}
/* ナビ本体 */
.sp-navi { -webkit-text-size-adjust: 100%;}
.sp-navi.is-open .sp-navi-inner {
	opacity: 1;
	visibility: visible;
	z-index: 9999;
}
.sp-navi .sp-navi-inner {
	background-color: rgba(255,255,255,0.9);
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0px;
	width: 100%;
	transition: .5s;
	padding-top: 60px;
}

.sp-navi li a {
	display: block;
	text-decoration: none;
	color: #111;
	font-weight: bold;
	border-bottom: solid 1px #ccc;
	padding: 10px;
}
.sp-navi li a:before { content: "● "; color: #000;}
.sp-navi li:last-child a { border-bottom: none;}

/* ------------------------
	フッター
------------------------ */

.footer .btn_area a { display: inline-block; box-shadow: 0px 6px 0px #006837; border-radius: 70px; transition: 0.3s;}
.footer .btn_area a:hover { box-shadow: none; transform: translateY(6px);}

.footer table { margin: auto;}
.footer th, .footer td { padding-bottom: 3px;}
.footer th { width: 8.5em;}

.footer .map iframe { vertical-align: bottom; width: 100%; height: 150px;}
.footer .copy { padding: 5px; background-color: #002f73;}

.footer .topics { border: solid 3px #eee; padding: 20px 3%;}
.footer .topics h3 span { position: relative; z-index: 100;}
.footer .topics h3 span:after { content: ""; position: absolute; left: 0px; bottom: 10%; width: 100%; height: 10px; background-color: #f0e221; z-index: -1;}

.pagetop {
	width: 40px;
	display: none;
	position: fixed;
	right: 15px;
	bottom: 14%;
	z-index: 999999;
}

.fixed_btn { position: fixed; left: 50%; bottom: 0px; z-index: 9999; width: 100%; max-width: 750px; transform: translateX(-50%);}
.fixed_btn ul { display: flex;}

body { padding-bottom: 17%;}

/* ------------------------
	コンテンツ
------------------------ */

.sec01 { padding-bottom: 1px; background-size: auto auto; background-color: rgba(240, 131, 28, 1); background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(241, 143, 52, 1) 10px, rgba(241, 143, 52, 1) 20px );}
.sec01_02 { background-size: auto auto; background-color: rgba(234, 106, 121, 1); background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(237, 120, 136, 1) 10px, rgba(237, 120, 136, 1) 20px ); padding-top: 25px;}
.sec01_03 { background-size: auto auto; background-color: rgba(41, 170, 225, 1); background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(64, 180, 227, 1) 10px, rgba(64, 180, 227, 1) 20px ); padding-top: 25px;}
.sec01_04 { background-size: auto auto; background-color: rgba(199, 157, 109, 1); background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(204, 167, 123, 1) 10px, rgba(204, 167, 123, 1) 20px ); padding-top: 25px;}
.car_list > li { background: url("../images/sec01_bg.png") no-repeat center center; background-size: 100% 100%; padding: 15px 7% 25px; font-size: 3.4vw; margin-bottom: 20px;}
.car_list h3 { border-bottom: solid 1px #000; padding-bottom: 8px; font-size: 1.7em;}
.car_list .text02 { font-size: 1.1em;}
.car_list .box01 { display: flex; justify-content: space-between;}
.car_list .box01 .text01 { width: 30%;}
.car_list .box01 .text01 img { position: relative; right: -7%;}
.car_list dl { display: table;}
.car_list dl > * { display: table-cell; vertical-align: top;}
.car_list dt { width: 7em;}
.car_list .price { display: flex; justify-content: center; align-items: flex-end; font-size: 0.9em;}
.car_list .price .border { display: inline-block; border: solid 1px #000; padding: 1px 3px; margin-bottom: 3px;}
.car_list .price li:first-child { margin: 0px 8px 5px 0px;}
.car_list .price li:last-child { font-size: 1.45em;}
.car_list .price .num01 { font-size: 2.5em; background: linear-gradient(transparent 0%, transparent 70%, #fff100 70%, #fff100 85%, transparent 85%, transparent 100%);}
.car_list .price .num02 { font-size: 1.2em;}
.car_list .btn_area a { display: inline-block; background: #00cc66; color: #fff; text-decoration: none; font-size: 1.05em; border-radius: 8px; padding: 7px 10px 9px; width: 90%; box-shadow: 0px 6px 0px #00994d; transition: 0.3s; position: relative; font-weight: bold;}
.car_list .btn_area a:after { content: ""; position: absolute; background: url("../images/ico_arrow.png") no-repeat center center; background-size: 100% auto; width: 10px; height: 20px; right: 15px; top: 50%; transform: translateY(-50%);}
.car_list .fo_red { color: #ff4b26;}

.swiper-container { padding-top: 28px;}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: auto; top: 0px;}
.swiper-pagination-bullet { width: 13px; height: 13px; border: solid 2px #111; background-color: #fff; opacity: 1;}
.swiper-pagination-bullet-active { background-color: #111;}
.swiper-button-next, .swiper-button-prev { width: 25px; height: 25px; background-repeat: no-repeat; background-position: center center; transform: translateY(-50%); top: 50%; background-size: 100% 100%; margin: auto;}
.swiper-button-prev { background-image: url("../images/ico_prev.png");}
.swiper-button-next { background-image: url("../images/ico_next.png");}
.swiper-button-next:after, .swiper-button-prev:after { display: none;}

.sec02 { padding-bottom: 20px;}
.sec02 section { border: solid 1px #000; padding: 0px 15px 20px;}
.sec02 section:last-of-type { padding-top: 25px;}
.sec02 .pt { padding: 0px 38%;}
.sec02 .pt img { margin-top: -30px;}
.sec02 h3 { font-size: 5.5vw;}
.sec02 .text01 { font-size: 3.5vw;}
.sec02 .text01 .fo_red { background: #fff100; padding: 0px 0.2em;}
.sec02 .text01 .back_gray { background: #e6e6e6; padding: 0px 0.2em;}
.sec02 .box01 { display: flex; justify-content: space-between;}
.sec02 .box01 .box_inner { padding: 15px 0px 0px 4%;}
.sec02 .box01 figure { width: 55%;}
.sec02 .box01 p { display: inline-block; background: #fa6400; font-size: 5.2vw; padding: 0px 0.4em;}

.online { padding: 20px 0px; font-size: 2.8vw;}

.sec03 { padding: 30px 0px; background-size: auto auto; background-color: rgba(240, 131, 28, 1); background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(241, 143, 52, 1) 10px, rgba(241, 143, 52, 1) 20px );}
.sec03 section { border: solid 1px #000; padding: 4%;}
.sec03 h3 {font-size: 4vw;}
.sec03 dt { cursor: pointer;}
.sec03 dt span { display: inline-block; vertical-align: top; background: #28c0da; border-radius: 50px; color: #fff; width: 50%; min-width: 200px; padding: 6px; position: relative;}
.sec03 dt span:after {
	content: "";
	position: absolute;
	right: 17px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 8.5px 0 8.5px;
	border-color: #ffffff transparent transparent transparent;
	}
.sec03 dd { padding-top: 20px; display: none;}

.sec04 { background: #ffc0d5; padding: 30px 0px;}
.sec04 section:not(:last-child) { border-bottom: solid 1px #fff; padding-bottom: 20px; margin-bottom: 25px;}
.sec04 dt { font-size: 1.15em; padding: 0px 35px 0px 40px; cursor: pointer;}
.sec04 dt:before { content: ""; position: absolute; background: url("../images/ico_q.png") no-repeat center center; background-size: 100% auto; left: 5px; top: 50%; transform: translateY(-50%); width: 25px; height: 45px;}
.sec04 dt:after { content: ""; position: absolute; background: url("../images/ico_plus.png") no-repeat center center; background-size: 100% auto; width: 30px; height: 30px; right: 0px; top: 50%; transform: translateY(-50%);}
.sec04 dt.open:after { background-image: url("../images/ico_minus.png");}
.sec04 dd { padding-top: 15px; display: none;}
.sec04 dd div { border-radius: 15px; padding: 1em;}

.sec05 { padding: 30px 0px;}

.sec06 { padding: 25px 0px;}
.sec06 .text01 { font-size: 3.7vw;}
.sec06 .hissu { display: inline-block; background: #fa6400; line-height: 1.3; padding: 2px 0.4em; margin-left: 0.6em;}
.sec06 .contact_box input[type="text"], .sec06 .contact_box input[type="email"], .sec06 .contact_box input[type="tel"], .sec06 .contact_box textarea, .sec06 .contact_box select { width: 100%; border: solid 1px #999999; border-radius: 4px; padding: 7px; font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px;}
.sec06 .contact_box select { width: auto;}
.sec06 .contact_box .datepicker input[type="text"] { max-width: 250px;}
.sec06 .contact_box input[type="submit"] {
	display: inline-block;
	width: 95%;
	max-width: 600px;
	height: 55px;
	background: url("../images/btn03.png") no-repeat center center #fa6400;
	background-size: auto 25px;
	text-indent: -9999px;
	border-radius: 70px;
	box-shadow: 0px 6px 0px #b13a12;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
	position: relative;
}
.sec06 .contact_box textarea { width: 100% !important; min-height: 200px !important;}
.sec06 .contact_box input[type="submit"]:hover { box-shadow: none; bottom: -6px;}

.ui-widget.ui-widget-content { font-size: 1.2em !important;}

.privacy_box { border: solid 1px #999999; padding: 1em; height: 150px; overflow-y: scroll;}

.loan_box { background: #f3c517; padding: 20px;}
.loan_box p:last-child { padding: 0px 15%;}

@media only screen and (min-width: 751px) {
	.car_list > li { font-size: 1.7em;}

	.sec02 h3 { font-size: 2.8em;;}
	.sec02 .text01 { font-size: 1.6em;}
	.sec02 .box01 p { font-size: 2.7em;}
	
	.sec03 h3 {font-size: 2.5em;}
	
	.online { font-size: 1.3em;}

	.sec06 .text01 { font-size: 1.6em;}
}


@media only screen and (max-width: 480px) {
	.pagetop { bottom: 10%;}	
}

