



/********** TOPスライダー **********/
section.top_slider {
	position: relative;
	overflow: hidden;
}
/*スライダー部分*/
.swiper {
	width: 1080px;
	height: 100%;
	overflow: visible;
	padding-bottom: 36px;
	z-index: 1;
}
.swiper-slide img {
	width: 100%;
	height: auto;
	object-fit: cover;
	opacity: 0.6;
}
/*SP用*/
.swiper-slide img:nth-of-type(2) {
	display: none;
}
/*個別対応*/
@media screen and (max-width: 749px) {
	/*PC用*/
	.swiper-slide img:nth-of-type(1) {
		display: none;
	}
	/*SP用*/
	.swiper-slide img:nth-of-type(2) {
		display: block;
	}
}
.swiper-slide.swiper-slide-active img {
	opacity: 1.0;
}
/* ページネーションのサイズと色 */
.swiper-pagination-bullet {
	height: 10px;
	width: 10px;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 0;
}
/*アクティブなページネーション*/
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #222;
}








/********** TOPお問い合わせボタン **********/
section.top_btn {
	margin-top: 40px;
	padding-bottom: 140px;
}








/********** 取り扱い車種と料金 **********/
section.price {
	background-color: #F4F5F9;
	position: relative;
	padding-top: 110px;
	padding-bottom: 80px;
}
section.price > ul {
	width: 834px;
	margin: 0 auto 0;
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
section.price > ul li {
	width: 258px;
}
section.price > ul li a {
	width: 100%;
	display: block;
}
/*hover*/
section.price > ul li a:hover {
	opacity: 0.8;
}
section.price > ul li a img {
	width: 100%;
	height: auto;
}
/*一覧*/
section.price > ol {
	width: 1080px;
	margin: 60px auto 0;
}
section.price > ol li {
	width: 100%;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	border: 2px solid #194FB3;
	padding: 30px 40px;
	margin-bottom: 30px;
}
/*左側*/
section.price > ol li > img {
	width: 300px;
	height: auto;
}
/*中央*/
section.price > ol li > div:nth-of-type(1) {
	width: 340px;
	padding-top: 20px;
}
section.price > ol li > div:nth-of-type(1) h3 {
	font-size: 25px;
	font-weight: 600;
	color: #000;
	line-height: 1.4;
	margin-bottom: 15px;
}
section.price > ol li > div:nth-of-type(1) p {
	font-size: 36px;
	font-weight: 600;
	color: #E72A36;
}
section.price > ol li > div:nth-of-type(1) p small {
	font-size: 18px;
	font-weight: 500;
	margin-left: 5px;
}
/*1ヶ月*/
section.price > ol li > div:nth-of-type(1) p span {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: #194FB3;
	line-height: 1;
	padding: 4px 10px;
	border: 1px solid #194FB3;
	border-radius: 3px;
	margin-right: 10px;
	vertical-align: middle;
}
/*右側*/
section.price > ol li > div:nth-of-type(2) {
	width: 320px;
	padding-top: 20px;
}
section.price > ol li > div:nth-of-type(2) p {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 25px;
}
/*詳細はこちらボタン*/
section.price > ol li a {
	width: 320px;
	border: 1px solid #194FB3;
	border-radius: 5px;
	display: block;
	position: relative;
	font-size: 16px;
	color: #194FB3;
	font-weight: 600;
	line-height: 1.3;
	padding: 20px 20px 20px 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	background: linear-gradient(#fff 50%, #fafafa 50%);
	filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .4));
}
section.price > ol li a::after {
	position: absolute;
	top: 46%;
	right: 20px;
	content: "";
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border-top: 2px solid #194FB3;
	border-right: 2px solid #194FB3;
	-webkit-transform: rotate(135deg);
	transform: rotate(45deg);
}
/*hover*/
section.price > ol li a:hover {
	border: 1px solid #000;
	color: #000;
	filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, .0));
}
section.price > ol li a:hover::after {
	border-top: 2px solid #000;
	border-right: 2px solid #000;
}

/*各種支払方法*/
section.price div.pay {
	width: 1080px;
	margin: 50px auto 40px;
	text-align: center;
	background-color: #fff;
	border: 2px solid #5B98ED;
	padding-top: 25px;
	padding-bottom: 20px;
}
section.price div.pay h3 {
	font-size: 25px;
	font-weight: 600;
	color: #17487D;
	margin-bottom: 15px;
}
section.price div.pay img {
	width: 986px;
	height: auto;
}

/*取り扱い車種と料金一覧はこちらボタン*/
section.price a.tolist {
	width: 570px;
	margin:  0 auto 56px;
	border: 1px solid #194FB3;
	border-radius: 5px;
	display: block;
	position: relative;
	font-size: 25px;
	color: #194FB3;
	font-weight: 500;
	line-height: 1;
	padding: 21px 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	background: linear-gradient(#fff 50%, #fafafa 50%);
	filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .4));
}
section.price a.tolist::after {
	position: absolute;
	top: 42%;
	right: 20px;
	content: "";
	vertical-align: middle;
	width: 12px;
	height: 12px;
	border-top: 2px solid #194FB3;
	border-right: 2px solid #194FB3;
	-webkit-transform: rotate(135deg);
	transform: rotate(45deg);
}
/*hover*/
section.price a.tolist:hover {
	border: 1px solid #000;
	color: #000;
	filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, .0));
}
section.price a.tolist:hover::after {
	border-top: 2px solid #000;
	border-right: 2px solid #000;
}






/********** ご利用の流れ **********/
section.flow {
	padding-top: 70px;
}
div.flow_note {
	width: 794px;
	margin: 0 auto;
	padding-top: 60px;
}
div.flow_note h2 {
	font-size: 25px;
	font-weight: bold;
	display: -webkit-box;
	display: flex;
	align-items: center;
}
div.flow_note h2 img {
	display: inline;
	width: 43px;
	height: auto;
	margin-right: 46px;
}
div.flow_note .wrap {
	padding-left: 23px;
	padding-bottom: 30px;
	margin-left: 60px;
	margin-bottom: 50px;
	border-left: 3px solid #C1D7E7;
}
div.flow_note .wrap .txt {
	padding-top: 30px;
}
div.flow_note .wrap .txt > p {
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	margin-bottom: 20px;
	line-height: 1.6;
}
div.flow_note .wrap .txt > p:nth-of-type(2) {
	color: #E60011;
}
div.flow_note .wrap .txt > p.notice {
	text-align: center;
	margin-top: 20px;
}
div.flow_note .wrap img {
	width: 100%;
	height: auto;
}
div.flow_note a.contact {
	margin-top: 30px;
}

/* 当日のお持ち物 */
div.flow_note .wrap .txt > div h3 {
	font-size: 22px;
	font-weight: bold;
	color: #194FB3;
	margin-top: 32px;
	padding-bottom: 5px;
	border-bottom: 3px solid #C1D7E7;
	margin-bottom: 17px;
}
div.flow_note .wrap .txt > div ol li {
	font-size: 20px;
	font-weight: 500;
	color: #000000;
	line-height: 1.4;
	padding-left: 23px;
	margin-bottom: 10px;
}
div.flow_note .wrap .txt > div ol li p {
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	padding-left: 20px;
	margin-top: 10px;
}

/* さまざまなお支払いに対応可能！ */
div.flow_note .wrap .txt > div.payment {
	width: 708px;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0;
	border: 2px solid #5B98ED;
	background-color: #fff;
	box-sizing: border-box;
	margin-top: 30px;
}
div.flow_note .wrap .txt > div.payment p {
	font-size: 25px;
	font-weight: bold;
	color: #17487D;
	margin-bottom: 15px;
}
div.flow_note .wrap .txt > div.payment img {
	width: 580px;
	height: auto;
	margin: 0 auto;
}
div.flow_note .wrap .txt > .tel_btn {
	margin-top: 50px;
}







/********** よくある質問 **********/
section.faq {
	background-color: #F5F5F5;
	padding-top: 70PX;
	padding-bottom: 60px;
}
section.faq dl {
	width: 800px;
	margin: 40PX auto 0;
	background: #FFFFFF;
	margin-bottom: 20px;
}
section.faq dt,
section.faq dd {
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: 1.5;
	padding: 15px 20px;
}
section.faq dt img,
section.faq dd div img {
	width: 33px;
	height: auto;
	float: left;
	margin-right: 10px;
}
section.faq dt {
	position: relative;
	cursor: pointer;
}
/*hover*/
section.faq dt:hover {
	color: #194FB3;
}
section.faq dt:after {
	content: "";
	display: inline-block;
	width: 27px;
	height: 27px;
	background-image: url(../img/top/open.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 2%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
section.faq dt.active:after {
	background-image: url(../img/top/close.png);
}
section.faq dt div {
	overflow: hidden;
	padding-right: 20px;
}
section.faq dd {
	padding-top: 0px;
}
section.faq dd div {
	background-color: #F5F5F5;
	padding: 15px 20px;
}
section.faq dd div p {
	font-size: 16px;
	font-weight: 500;
	color: #1F2537;
	line-height: 1.6;
	overflow: hidden;
}








/********** 店舗情報 **********/
section.shop {
	padding-top: 60px;
	padding-bottom: 240px;
}
section.shop > div:first-of-type {
	width: 794px;
	margin: 60px auto 0;
}
section.shop > div:first-of-type img {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}
section.shop > div:first-of-type h3 {
	font-size: 30px;
	font-weight: bold;
	color: #1F2537;
	text-align: center;
	margin-bottom: 42px;
}
section.shop table {
	width: 794px;
	margin: 0 auto 50px;
	font-size: 18px;
	font-weight: 400;
}
section.shop th {
	width: 150px;
	color: #17487d;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border-bottom: 2px solid #17487D;
}
section.shop td {
	padding: 10px 70px;
	color: #444;
	line-height: 1.5;
	border-bottom: 2px solid #C1D7E7;
}








/*SP用固定ボタン*/
a#floatBtn {
	display: none;
}







/*■ 1080px以下 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 1080px) {
*{}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/








/********** TOPスライダー **********/
/*スライダー部分*/
.swiper {
	width: 100%;
}






/********** TOPお問い合わせボタン **********/
section.top_btn {
	margin-top: 30px;
	padding-bottom: 80px;
}







/********** 取り扱い車種と料金 **********/
section.price {
	padding-top: 100px;
	padding-bottom: 50px;
}
section.price > ul {
	width: 90%;
	max-width: 500px;
}
section.price > ul li {
	width: 32%;
}
/*一覧*/
section.price > ol {
	width: 90%;
	max-width: 600px;
}
section.price > ol li {
	flex-wrap: wrap;
	padding: 30px 20px;
}
/*左側*/
section.price > ol li > img {
	width: 100%;
}
/*中央*/
section.price > ol li > div:nth-of-type(1) {
	width: 100%;
}
section.price > ol li > div:nth-of-type(1) h3 {
	font-size: 22px;
	text-align: center;
}
section.price > ol li > div:nth-of-type(1) p {
	font-size: 34px;
	text-align: center;
}
section.price > ol li > div:nth-of-type(1) p small {
	font-size: 16px;
}
/*1ヶ月*/
section.price > ol li > div:nth-of-type(1) p span {
	font-size: 14px;
	padding: 4px 4px;
}
/*右側*/
section.price > ol li > div:nth-of-type(2) {
	width: 100%;
}
section.price > ol li > div:nth-of-type(2) p {
	margin-bottom: 20px;
}
/*詳細はこちらボタン*/
section.price > ol li a {
	width: 100%;
	font-size: min(4.5vw,16px);
}

/*各種支払方法*/
section.price div.pay {
	width: 90%;
	margin: 40px auto 40px;
}
section.price div.pay h3 {
	font-size: min(5vw,25px);
}
section.price div.pay img {
	width: 80%;
	max-width: 600px;
}

/*取り扱い車種と料金一覧はこちらボタン*/
section.price a.tolist {
	width: 90%;
	font-size: min(4.5vw,25px);
	margin:  0 auto 40px;
}








/********** ご利用の流れ **********/
section.flow {
	padding-top: 50px;
}
div.flow_note {
	width: 90%;
	max-width: 794px;
	padding-top: 30px;
}
div.flow_note h2 {
	font-size: min(5.5vw,20px);
}

div.flow_note h2 img {
	width: 26px;
	margin-right: 10px;
}
div.flow_note .wrap {
	margin-left: 14px;
	padding-bottom: 20px;
}
div.flow_note .wrap .txt {
	padding-top: 10px;
	margin-top: 0px;
}
div.flow_note .wrap .txt > p.notice {
	font-size: 15px;
	text-align: left;
	margin-top: 10px;
}
div.flow_note .wrap img {
	max-width: 600px;
}
div.flow_note .wrap .txt > .tel_btn {
	margin-top: 50px;
}

/* 当日のお持ち物 */
div.flow_note .wrap .txt > div h3 {
	font-size: 17px;
	margin-top: 20px;
	margin-bottom: 10px;
}
div.flow_note .wrap .txt > div ol li {
	font-size: 16px;
	padding-left: 0px;
	margin-bottom: 10px;
}
div.flow_note .wrap .txt > div ol li p {
	font-size: 14px;
	line-height: 1.5;
	margin-top: 5px;
}

/* さまざまなお支払いに対応可能！ */
div.flow_note .wrap .txt > div.payment {
	width: 100%;
	max-width: 600px;
}
div.flow_note .wrap .txt > div.payment p {
	font-size: min(5vw,25px);
	margin-bottom: 16px;
}
div.flow_note .wrap .txt > div.payment img {
	width: 85%;
	max-width: 400px;
}








/********** よくある質問 **********/
section.faq {
	padding-bottom: 50px;
}
section.faq dl {
	width: 90%;
	max-width: 600px;
}
section.faq dt,
section.faq dd {
	overflow: hidden;
	font-size: 16px;
	padding: 15px 5px;
}
section.faq dt img,
section.faq dd div img {
	width: 21px;
}
section.faq dt:after {
	width: 16px;
	height: 16px;
	top: 15px;
	right: 3%;
	transform: unset;
	-webkit-transform: unset;
	-ms-transform: unset;
}
section.faq dt div {
	padding-right: 30px;
}
section.faq dd {
	padding-top: 0px;
}
section.faq dd div {
	padding: 15px 10px 15px 13px;
}
section.faq dd div p {
	overflow: hidden;
}







/********** 店舗情報 **********/
section.shop {
	padding-bottom: 100px;
}
section.shop > div:first-of-type {
	width: 90%;
	max-width: 600px;
}
section.shop > div:first-of-type img {
	margin-bottom: 30px;
}
section.shop > div:first-of-type h3 {
	font-size: min(6vw,22px);
	margin-bottom: 35px;
}
section.shop table {
	width: 90%;
	max-width: 600px;
	margin: 0 auto 40px;
	font-size: 15px;
}
section.shop th {
	width: 100px;
}
section.shop td {
	width: calc(100% - 100px);
	padding: 10px;
}
section.shop > .tel_btn {
	width: 90%;
}






/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
