﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap');
/*-----------------------------------
共通
-----------------------------------*/
.wrapper {
	font-family: 'Noto Sans JP', sans-serif;
	width: 100%;
}
.txt_blue {
	color: #003894;
	font-size: 1.2em;
}
.txt_red {
	color: #E80000;
	font-size: 1.2em;
}
.txt_border{
	font-size: 0.6em;
	border: solid;
	padding: 5px;
	line-height: 3em;
}
.underline_yellow {
	background-image: linear-gradient(transparent 60%, yellow 0%);
}
#tbrcar_container{
	width: 100%;
}
.wrapper a:hover,.mv_menu_btn:hover{
	opacity: 0.5;
}
/*-----------------------------------
MV
-----------------------------------*/
.mv{
	width: 100%;
	overflow: hidden;
	margin-bottom: 70px;
}
.mv h1{
	width: 100%;
	display: flex;
	justify-content: center;
	overflow: hidden;
}
.mv img{
	width: 100%;
	min-width: 2000px;
}
.mv_txt{
	text-align: center;
	margin: 30px 0 70px 0;
	font-size: 4em;
	line-height: 1em;
	font-weight: bold;
}
.mv_txt span{
	font-size: 0.5em;
}
.mv_menu{
	display: flex;
	justify-content: space-evenly;
	width: 980px;
	margin: 20px auto;
}
.mv_menu_btn{
	position: relative;
	background: #6DC8F4;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0 0px 6px 3px rgb(0 0 0 / 10%);
}
.mv_menu_btn.\--blue {
	background: #003894;
}
.mv_menu_btn a{
	color: #fff;
	text-decoration: none;
	padding: 30px 20px;
	display: inline-block;
	width: 330px;
}
.mv_menu_btn a:visited {
	color: #fff;
	text-decoration: none;
}
.mv_menu_btn a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border: 10px solid transparent;
	border-top: 8px solid #fff;
	margin-left: -10px;
}
/*-----------------------------------
早割プランとは
-----------------------------------*/
#hayawariplan{
	width: 100%;
	min-width: 980px;
	overflow: hidden;
}
.hayawariplan_title{
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding: 110px 0;
}
#hayawariplan h2{
	text-align: center;
	font-size: 4em;
	line-height: 3em;
	font-weight: bold;
	color: #fff;
}

.hayawariplan_title h2::before {
	content: '';
	display: inline-block;
	background: url(/car/service/hayawari/images/icon_hayawariplan.svg) no-repeat;
	background-size: contain;
	vertical-align: middle;
	width: 55px;
	height: 55px;
	margin: -11px 40px 0 0;
}
.title-bg::after {
	content: "";
	display: block;
	transform: rotate(-4deg);
	background: #6DC8F4;
	position: absolute;
	left: -10%;
	right: -10%;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
	height: 240px;
}
.hayawariplan_txt{
	color: #4B4B4B;
	text-align: center;
	font-weight: bold;
	font-size: 2em;
	line-height: 2em;
}
.subtitle-bg::after {
	content: "";
	display: block;
	transform: rotate(-4deg);
	background: #EAEAEA;
	position: absolute;
	left: -10%;
	right: -10%;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
	height: 450px;
}
.hayawariplan_supplierlist{
	display: flex;
}
.hayawariplan_subtitle {
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding: 170px 0;
	margin-bottom: 30px;
}
.hayawariplan_subtitle h3{
	text-align: center;
	color: #4B4B4B;
	font-weight: bold;
	font-size: 2em;
	margin: 30px 0 80px 0;
}
.hayawariplan_supplierlist{
	display: flex;
	justify-content: space-between;
	width: 980px;
	margin: 0 auto;
}

.hayawariplan_supplierlist li img{
	width: 150px;
	object-fit: contain;
}
.hayawariplan_planlist_item{
	display: flex;
	justify-content: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin: 0 -300px 0 0;
	padding: 120px 0 40px 0;
}
.carlist-bg::after {
	content: "";
	display: block;
	transform: rotate(-4deg);
	background: #6DC8F4;
	position: absolute;
	left: -10%;
	right: -10%;
	top: -40px;
	bottom: 0;
	margin: auto;
	z-index: -1;
	height: 500px;
}
.carlist-bg.bg_yellow::after{
	background: #F5E634;
}
.hayawariplan_planlist_txt{
	text-align: center;
	font-size: 1.8em;
	line-height: 1.5em;
	padding-top: 50px;
	color: #fff;
	font-weight: bold;
}
.hayawariplan_planlist .hayawariplan_planlist_item:nth-of-type(2) .hayawariplan_planlist_txt{
	margin-top: 30px;
}
.bg_yellow .hayawariplan_planlist_txt{
	color: #4B4B4B;
}
.hayawariplan_planlist_txt .txt_blue,.hayawariplan_planlist_txt .txt_red{
	/*background: #fff;
	border: solid thin #707070;*/
	padding: 0px 10px;
	font-size: 2em;
}
.hayawariplan_footertxt{
	text-align: center;
	margin: 50px 0;
}
.hayawariplan_footertxt h3{
	font-size: 4em;
	font-weight: bold;
	line-height: 2.5em;
	color: #4B4B4B;
}
.hayawariplan_footertxt p{
	width: 850px;
	text-align: justify;
	margin: 10px auto 50px auto;
	font-size: 1.2em;
	line-height: 1.6em;
	color: red;
}
.hayawariplan_btn{
	text-align: center;
}
.hayawariplan_btn a{
	position: relative;
	background: #F08300;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0 0px 6px 3px rgb(0 0 0 / 10%);
	color: #fff;
	text-decoration: none;
	padding: 30px 20px;
	display: inline-block;
	width: 330px;
}
.hayawariplan_btn a:visited {
	color: #fff;
	text-decoration: none;
}
.hayawariplan_btn a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border: 10px solid transparent;
	border-top: 8px solid #fff;
	margin-left: -10px;
}
/*-----------------------------------
早割プランを探す
-----------------------------------*/
#searchplan {
	width: 100%;
	min-width: 980px;
	overflow: hidden;
	margin-bottom: 150px;
}
.searchplan_title {
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding: 110px 0;
}
#searchplan h2 {
	text-align: center;
	font-size: 4em;
	line-height: 3em;
	font-weight: bold;
	color: #fff;
}
.searchplan_title h2::before {
	content: '';
	display: inline-block;
	background: url(/car/service/hayawari/images/icon_search.svg) no-repeat;
	background-size: contain;
	vertical-align: middle;
	width: 55px;
	height: 55px;
	margin: -11px 40px 0 0;
}

.searchplan_title.title-bg::after {
	content: "";
	display: block;
	transform: rotate(-4deg);
	background: #003894;
	position: absolute;
	left: -10%;
	right: -10%;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
	height: 240px;
}
.searchplan_txt{
	color: #4B4B4B;
	text-align: center;
	font-weight: bold;
	font-size: 3em;
	line-height: 2em;
	margin-bottom: 30px;
}
.searchWrap{
	display: flex;
	justify-content: space-between;
	width: 980px;
	margin: 0 auto;
}
.rc-searchBox__note {
	box-sizing: border-box;
	width: 290px;
	padding: 8px;
	margin: 10px auto;
	border: 1px solid #f4b98c;
	border-radius: 3px;
	background-color: #fdffe6;
	text-align: center;
	position: relative;
}
.rc-searchBox__note::before {
	border-color: transparent transparent #f4b98c;
	border-style: solid;
	border-width: 0px 7px 8px 7px;
	margin-left: -7px;
	top: -9px;
}
.rc-searchBox__note::after {
	border-color: transparent transparent #fdffe6;
	border-style: solid;
	border-width: 0px 7px 8px 7px;
	top: -7px;
}
.rc-searchBox__note::before,
.rc-searchBox__note::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	margin-left: -7px;
}
.searchplan_img{
	text-align: center;
	margin: 50px 0;
}
.searchplan_btn{
	text-align: center;
}
.searchplan_btn a{
	display: inline-block;
	position: relative;
	background: #F08300;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0 0px 6px 3px rgb(0 0 0 / 10%);
	color: #fff;
	text-decoration: none;
	padding: 30px 20px;
	display: inline-block;
	width: 450px;
}
.searchplan_btn a:visited {
	color: #fff;
	text-decoration: none;
}
/*.searchplan_btn a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border: 10px solid transparent;
	border-top: 8px solid #fff;
	margin-left: -10px;
}*/
