@charset "utf-8";
@font-face {
	font-family: soho-gothic-pro;
	src: url(../fonts/SohoGothic/soho-gothic-pro-light.8fc15a2.woff2) format("woff2"), url(../fonts/SohoGothic/soho-gothic-pro-light.de60c14.woff) format("woff");
	font-weight: 300;
	font-style: normal
}
@font-face {
	font-family: mclaren-bespoke;
	src: url(../fonts/McLarenBespoke/mclaren-bespoke-light.6555357.woff2) format("woff2"), url(../fonts/McLarenBespoke/mclaren-bespoke-light.64ceda7.woff) format("woff");
	font-weight: 300;
	font-style: normal
}
@font-face {
	font-family: mclaren-bespoke;
	src: url(../fonts/McLarenBespoke/mclaren-bespoke-regular.9527808.woff2) format("woff2"), url(../fonts/McLarenBespoke/mclaren-bespoke-regular.144802d.woff) format("woff");
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: mclaren-bespoke;
	src: url(../fonts/McLarenBespoke/mclaren-bespoke-bold.49950c5.woff2) format("woff2"), url(../fonts/McLarenBespoke/mclaren-bespoke-bold.5ac851b.woff) format("woff");
	font-weight: 700;
	font-style: normal
}
.txt-en {
	font-family: 'mclaren-bespoke';
	
}
/*==================================================
cmn
==================================================*/

html {
	overflow: auto;
	font-size: 62.5%;
}
body {
	overflow: hidden;
	font-family: mclaren-bespoke, soho-gothic-pro;
	color: #48535b;
	font-weight: 300 ;
	font-size: 1.8rem;
	line-height: 2em;
	letter-spacing: 0.05em;
	position: relative;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
header, nav, div, h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, img, table, tr, td, th, input, textarea, select, a, figure, span {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.8em;
	letter-spacing: 0.1em;
	font-weight: 400;
}
p {
	margin-bottom: 1em;
	font-weight: 400;
}
p:last-child {
	margin-bottom: 0;
}
a, input[type="submit"] {
	text-decoration: none;
	color: inherit;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	outline: none;
}
a:hover, input[type="submit"]:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.wrap {
	margin: 0 auto;
	padding: 0;
	box-shadow: none;
	max-width: 1400px;
	width: 100%;
	overflow: hidden;
}
.wrap-s {
	padding: 0;
	margin: 0 auto;
	box-shadow: none;
	max-width: 1200px;
	width: 100%;
}
.sp {
	display: none !important;
}
.youtube-box {
	position: relative;
	width: 100%;
	padding-top: 68%;
}
.youtube-box iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
video {
	width: 100%;
	vertical-align: middle;
}
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-top: 5%;
	margin-bottom: 5%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
/*==================================================
head
==================================================*/

.site-header {
	overflow: hidden;
	padding: 30px 0;
}
.site-header hgroup {
	overflow: hidden;
}
.site-header h1 {
	width: 200px;
	margin: 0 auto;
	line-height: 0;
}
.site-header h1 a {
	display: block;
	line-height: 0;
}
/*==================================================
foot
==================================================*/
.site-foot {
	padding: 50px 0;
	background: #191b1c;
	text-align: center;
}
.site-foot p {
	color: #fff;
}
.site-foot h2 img {
	width: 120px;
}
footer address {
	font-style: normal;
	color: #fff;
	font-size: 60%;
	margin: 20px 0 0;
}
/*==================================================
content
==================================================*/
section {
	padding: 140px 0 140px;
}
.bg-green {
	background-image: linear-gradient(to right, #00BF9E, #00FF00);
	color: #fff;
}
.bg-pink {
	background-image: linear-gradient(to right, #F07799, #F6D6E6);
	color: #fff;
}
.bg-blue {
	background-image: linear-gradient(to right, #00ffff, #0041ff);
	color: #fff;
}
.bg-orange {
	background-image: linear-gradient(to right, #ffff00, #ff0000);
	color: #fff;
}
.bg-black {
	background: #262626;
	color: #fff;
}
.bg-gray {
	background: #48535b;
	color: #fff;
}
.bg-gray-l {
	background: #e5e7e8;
}
.txt-center {
	text-align: center;
}
.tit01{
	font-size:6rem;	
	border-bottom: 1px solid #48535b;
	margin-bottom: 1em;
	padding-bottom: 0.2em;
	font-weight: 300;
	text-align: center;
}
.tit01 .txt-b{
	font-size:140%;	
}
.tit02{
	font-size:4.5rem;	
	border-bottom: 1px solid #fff;
	margin-bottom: 1em;
	padding-bottom: 0.2em;
	font-weight: 300;
	text-align: center;
}
.tit03{
	font-size:4.5rem;	
	margin-bottom: 1em;
	font-weight: 300;
	text-align: center;
}
/*カラム*/
.col-2, .col-3, .col-4 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.col-re {
	flex-direction : row-reverse
}
.col-2 .col-box {
	width: 49%;
}
.col-3 .col-box {
	width: 32%;
}
.col-4 .col-box {
	width: 23.5%;
}
/*==================================================
index
==================================================*/
.main-img {
	padding: 0;
	position: relative;
	background: url(../img/main_img.jpg) no-repeat center bottom;
	background-size: cover;
	height: 850px;
}
.main2-img {
	padding: 0;
	position: relative;
	background: url(../img/main2_img.jpg) no-repeat center bottom;
	background-size: cover;
	height: 850px;
}

.main-txt {
	padding: 5%;
	text-align:center;
	color: #000;
}
.main-txt h1 {
	font-size: 9rem;
	letter-spacing: 0.025em;
	line-height: 1.2em;
	font-weight: 300;
}
.main-txt h1 span{
	display: block;	
		line-height: 1.1em;
}
.main-txt h1 .txt-s{
	font-size:60%;
}
.main-txt h1 .txt-ss{
	font-size:40%;
	line-height: 1.5em;
	margin-top: 0.5em;
}
.main-txt .day{
	display: inline-block;
	border:1px solid #000;
	padding: 0.3em 1em;
	font-size:4rem;
	margin-top:1em;
}
.main-txt .day .txt-s{
	font-size: 50%;
	vertical-align: 0.2em;
	margin-left: 0.2em;
}
.intro-sec{
	padding: 2em 0;
	text-align: center;
}
.intro-sec h1{
	font-size:3rem;	
	
}
.info-sec{
	text-align: center;
}
.info-sec h2{
	margin-bottom: 1em;
	font-size:3rem;
}
.info-sec .img-box{
	margin: 5% 0;
}
.info-sec dd{
	font-size: 3rem;
	margin-bottom: 1.5em;
	line-height: 2em;
}
.car-sel{
	margin: 0 0 5%;
}

.car-sec .head-box{
	margin-bottom: 6%;
}
.car-sec .main{
	cursor: pointer;
}
.car-box .txt-box{
	margin: 3% 0 6%;
}
.car-box .txt-box .txt-b{
	font-size:120%;	
}
.car-box .col-2 .col-box{
	margin-bottom: 2.5%;
}
.map-sec .img{
	margin-bottom: 1em;
}
.map-sec .btn{
	max-width: 600px;
	width: 100%;
	margin: 5% auto 0;
	text-align: center;
}
.map-sec .btn a{
	display: block;
	padding: 1.2em 1em;
	background: #e95128;
	color: #fff;
	font-size:120%;
}
/*ボタン*/
.bnr {
	margin-top: 100px;
}
.detail-link {
	text-align: center;
	max-width: 650px;
	width: 100%;
	margin: 50px auto 0;
}
.detail-link.no-mar {
	margin-top: 0;
}
.detail-link li:first-child {
	margin-top: 0;
}
.detail-link li {
	display: block;
	font-weight: 400;
	margin: 20px 0 0;
}
.detail-link a {
	display: block;
	padding: 30px 50px;
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
}
.detail-link li.mail a {
	background: #eb5128;
}
.detail-link li.mail.no-icon a:before {
	display: none;
}
.detail-link li.mail a:before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../img/icon_mail.png) no-repeat center;
	background-size: 100% auto;
	vertical-align: middle;
	margin: -5px 20px 0 0;
}
.detail-link li.tel a:before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../img/icon_tel.png) no-repeat center;
	background-size: auto 100%;
	vertical-align: middle;
	margin: -5px 20px 0 0;
}
.detail-link li.tel a {
	background: #48535b;
	font-size: 2.8rem;
	border: 1px solid #48535b;
}
.detail-link li.tel a span {
	font-size: 13px;
	margin: 0 0 0 20px;
}
.detail-link li.online a {
	background: #262626;
	color: #fff;
}
/*==================================================
お問い合わせ
==================================================*/

.table-style01 {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
.table-style01 th {
	width: 40%;
	padding: 30px 5%;
	background: #f0f0f0;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	line-height: 1.6em;
}
.table-style01 .txt-s {
	font-size: 13px;
	font-size: 1.3rem;
}
.mw_wp_form .error {
	color: #eb5128 !important;
	font-size: 100%;
	font-weight: bold;
}
.table-style01 td {
	padding: 30px 5%;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	text-align: left;
}
.mw_wp_form_preview td span, .mw_wp_form_preview td p.no {
	display: none;
}
.table-style01 td p {
	margin: 0;
}
.form-box input[type=text].mini {
	width: 20%;
}
.form-box input[type=text].short {
	width: 25%;
}
.form-box textarea, .form-box input[type=text], .form-box input[type=email] {
	width: 60%;
	height: 50px;
	border-radius: 0;
	border: #ccc 1px solid;
	padding: 10px;
	font-size: 100%;
}
.form-box textarea {
	width: 100%;
	vertical-align: bottom;
	height: 150px;
}
.form-box select {
	width: 60%;
	padding: 10px;
	height: 50px;
	overflow: hidden;
	border: #ccc 1px solid;
	background: url(https://www.hakko-group.co.jp/img/common/ico_arrow02.png) 97% center no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 0;
	border: 1px solid #ccc;
	font-size: 100%;
}
.form-box table .checkbox, .form-box table .checkbox02 {
	display: none;
	padding: 10px;
}
.form-box table .brand-check label, .form-box table .buy-check label {
	padding-left: 40px;
}
.form-box table label {
	position: relative;
	padding: 12px 10px 10px 0px;
}
.form-box table .mwform-checkbox-field label:after {
	content: "";
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	top: 50%;
	left: 0;
	margin-top: -10px;
	border: 1px solid #ccc;
}
.form-box table .mwform-checkbox-field.checked label:before {
	content: "";
	position: absolute;
	display: block;
	top: 55%;
	left: 5px;
	width: 16px;
	height: 8px;
	margin-top: -5px;
	border: none;
	border-left: 3px solid #aaa;
	border-bottom: 3px solid #aaa;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.must {
	background: #eb5128;
	color: #fff;
	padding: 0px 10px;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: bold;
	margin: -5px 0 0 10px;
	display: inline-block;
	vertical-align: middle;
}
.form-box {
}
.form-box h3 {
	margin-top: 80px;
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
}
.form-box table {
	margin: 50px 0;
	width: 100%;
}
.form-box .btn-submit {
	text-align: center;
}
.form-box .btn-submit li {
	display: inline-block;
	margin: 0 5px;
}
.form-box input[type="submit"] {
	display: block;
	background: #eb5128;
	color: #fff;
	padding: 30px 150px;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	font-size: 100%;
	-webkit-appearance: none;
	cursor: pointer;
	font-size: 24px;
	letter-spacing: 2px;
}
.btn-submit li:last-child input[type="submit"] {
	background: #ccc;
}
.thanks-box {
	border-top: 1px solid #ccc;
	padding: 200px 0 300px;
}

@media screen and (max-width: 1550px) {
.wrap {
	padding: 0 5%;
}
}

@media screen and (max-width: 1400px) {
.campaign-car li {
	font-size: 0.9vw;
}
	.wrap-s{
		padding: 0 5%;
	}
}

@media screen and (max-width: 1100px) {
html {
	font-size: 50%;
}
.info-driving .col-2 > .col .info-driving .txt-box {
	display: inline-block;
	text-align: left;
	width: auto !important;
}
}

@media screen and (max-width: 800px) {
/*==================================================
cmn
==================================================*/

h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0px;
}
.sp {
	display: block !important;
}
.pc {
	display: none !important;
}
.wrap, .wrap-s {
	padding: 0 5%;
}
.wrap .wrap-s {
	padding: 0;
}
/*==================================================
head
==================================================*/
.site-header {
	padding: 20px 0;
}
.site-header h1 {
	width: 120px;
}
/*==================================================
foot
==================================================*/
.site-foot {
	padding: 30px 0;
}
.site-foot h2 img {
	width: 80px;
}
footer address {
	font-style: normal;
	color: #fff;
	font-size: 60%;
	margin: 20px 0 0;
}
/*==================================================
content
==================================================*/
section {
	padding: 40px 0;
}
.txt-center {
	text-align: left;
}

/*カラム*/


.col-4 .col-box {
	width: 50%;
	display: block;
}
/*ボタン*/
.detail-link {
	margin: 30px 0 0;
}
.detail-link p {
	display: block;
}
.detail-link a {
	padding: 10px 0;
}
/*==================================================
index
==================================================*/
	.main-img{
		height: 70vh;
		background-position: 75% center;
	}
	.main-txt{
		padding-top: 8%;
	}
	.main-txt h1{
		font-size:6.6rem;
	}
	.main-txt h1 .txt-s{
		font-size:80%;	
	}
	.main-txt h1 .txt-ss{
		font-size:50%;	
	}
	.intro-sec h1{
		font-size:2.6rem;
	}
	.tit01{
		line-height: 1.2em;
		padding-bottom: 0.5em;
	}
	.info-sec h2{
		font-size:3.4rem;
	}
	.info-sec p{
		text-align: left;
	}
/*ボタン*/

.detail-link {
	margin: 30px auto 0;
	max-width: 100%;
}
.detail-link li {
	display: block;
	margin: 10px 0 0;
}
.detail-link a {
	display: block;
	padding: 20px 10px;
	color: #fff;
	font-size: 16px;
}
.detail-link li.mail a {
	background: #eb5128;
}
.detail-link li.mail a:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../img/icon_mail.png) no-repeat center;
	background-size: 100% auto;
	vertical-align: middle;
	margin: -5px 10px 0 0;
}
.detail-link li.tel a:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../img/icon_tel.png) no-repeat center;
	background-size: auto 100%;
	vertical-align: middle;
	margin: -5px 10px 0 0;
}
.detail-link li.tel a {
	background: #48535b;
	font-size: 16px;
}
.detail-link li.tel a span {
	font-size: 8px;
	margin: 0 0 0 10px;
}
/*==================================================
お問い合わせ
==================================================*/

.contact-box .info-driving .txt-box {
	padding: 0 0 20px;
}
.form-box h3 {
	margin-top: 30px;
	text-align: center;
	font-size: 20px;
}
.must {
	padding: 0px 5px;
	font-size: 10px;
	margin: -2px 0 0 5px;
}
.table-style01 th {
	display: block;
	width: 100%;
	padding: 10px 10px 10px;
	font-weight: bold;
}
.table-style01 .txt-s {
	font-size: 10px;
}
.table-style01 td {
	display: block;
	width: 100%;
	padding: 10px 10px 15px;
}
.form-box textarea, .form-box input[type=text], .form-box input[type=email] {
	width: 100%;
	height: 45px;
	border-radius: 0;
	border: #ccc 1px solid;
	padding: 10px;
	font-size: 16px;
}
.form-box textarea {
	height: 100px;
}
.form-box table label {
	position: relative;
	padding: 5px 10px 5px 0px;
}
.form-box table .mwform-checkbox-field label:after {
	margin-top: -12px;
}
.form-box table .mwform-checkbox-field.checked label:before {
	margin-top: -7px;
}
.form-box select {
	width: 100%;
	height: 45px;
	font-size: 16px;
}
.form-box table {
	margin: 20px 0;
}
.form-box .btn-submit li {
	display: block;
	margin: 0 0 10px;
}
.form-box input[type="submit"] {
	display: block;
	padding: 20px 10px;
	width: 100%;
}
.mwform-checkbox-field label, .mwform-radio-field label {
	display: block;
	padding: 0 0 5px;
}
.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0 !Important;
}
.form-box input[type="submit"] {
	padding: 20px 20px;
	font-size: 16px;
	letter-spacing: 0px;
}
.thanks-box {
	padding: 50px 0 100px;
}
}
@media screen and (max-width: 600px) {
/*==================================================
cmn
==================================================*/
html {
	overflow: auto;
	font-size: 35%;
}
body {
	font-size: 14px;
	line-height: 2em;
	letter-spacing: 0;
}
	.col-3 .col-box{
		width: 100%;
		margin-bottom: 12%;
	}
@media screen and (max-width: 320px) {
html {
	font-size: 30%;
}
body {
	font-size: 12px;
}
.campaign-box ul {
	padding: 15px 0;
	font-size: 16px;
}
.car-sec .spec dd {
	font-size: 85%;
}
}
