@charset "UTF-8";

body,
html {
	margin: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
html {
	overflow-x: hidden;
	overflow-y: scroll;
	font-size: 62.5%;
}
body {
	color: #231815;
	font-family: "メイリオ", Meiryo, sans-serif;
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1.8;
	overflow-x: hidden;
	font-feature-settings: "palt";
	background-image: url(../images/bg_reason.png);
}
_:lang(x)::-ms-backdrop, body {
	font-family: "メイリオ", Meiryo, sans-serif;
}
img {
	max-width: 100%;
	height: auto;
}
a, a:active, a:hover, a:visited {
	color: #000;
	text-decoration: none;
	transition: all .3s ease;
}
a:hover,
a:hover images {
	opacity: .6;
}
.inner {
	width: 80rem;
	margin: auto;
}
.section {
	padding: 5rem 0;
}

@media only screen and (max-width: 1024px) {
	.inner {
		width: 90%;
	}
	.section {
		padding: 4rem 0;
	}
}
@media only screen and (max-width: 767px) {
}
/* device */
@media only screen and (min-width: 1025px) {
	.pc_none {
		display: none;
	}
}
@media only screen and (min-width: 768px) {
	.pctb_none {
		display: none;
	}
}
@media only screen and (max-width: 1024px) {
	.tbsp_none {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.sp_none {
		display: none;
	}
}

/* fade */
.effect-fade {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 1s;
}
.effect-fade.effect-scroll {
	opacity : 1;
	transform : translate(0, 0);
}


/* error */
.error_msg {
	color: #ec4c5a;
	font-size: 1rem;
}

/* header */
.header .mv {
	position: relative;
}
.header .mv .logo_suzuki {
	position: absolute;
	top: 5%;
	left: 2.5%;
}
.header .mv .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
}
.header .mv .gnav ul {
	display: flex;
	justify-content: space-between;
}
.header .mv .gnav ul li {
	width: 24%;
}
.header .mv .gnav ul li a {
	display: block;
	padding: 1.4rem 0;
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #fff;
	background-color: #e50012;
	border-radius: 6px;
	border: 3px solid #fff;
}
.header .mv .logo_kiyota {
	margin-top: 1.5rem;
	text-align: center;
}
@media only screen and (max-width: 1024px) {
	.header .mv .logo_suzuki {
		width: 30%;
	}
}
@media only screen and (max-width: 767px) {
	.header {
		padding-bottom: 10%;
	}
	.header .mv .gnav ul {
		margin-top: -4%;
		flex-wrap: wrap;
	}
	.header .mv .gnav ul li {
		width: 49%;
		margin-top: 2%;
	}
	.header .mv .gnav ul li a {
		padding: 1rem 0;
		font-size: 1.5rem;
	}
}

/* footer */
.footer {
	background-color: #143a94;
}
.footer .foot_box {
	padding: 2rem 0;
	display: flex;
}
.footer .foot_box #footerList {
	margin-left: 2rem;
}
.footer .foot_box #footerList * {
	color: #fff;
	line-height: 1.5;
}
.footer .foot_box #footerList ul {
	display: flex;
	flex-wrap: wrap;
}
.footer .foot_box #footerList ul li {
	padding: 0 1rem;
	border-left: 1px solid #fff;
}
.footer .foot_box #footerList ul li:first-child {
	padding-left: 0;
	border-left: 0;
}
.footer .copyright {
	padding: 1rem 0;
	background-color: #fff;
	text-align: center;
}
@media only screen and (max-width: 1024px) {
	.footer .copyright {
		font-size: 1.2rem;
	}
}
@media only screen and (max-width: 767px) {
	.footer .foot_box {
		flex-direction: column;
		align-items: center;
	}
	.footer .foot_box #footerList {
		margin-top: 1rem;
		margin-left: 0;
	}
	.footer .foot_box #footerList ul {
		flex-direction: column;
	}
	.footer .foot_box #footerList ul li {
		margin-top: 1rem;
		padding: 0;
		border-left: 0;
	}
	.footer .foot_box #footerList ul li:before {
		content: "- ";
	}
}


/* reason */
#reason .txt_reason,
#reason .nav_reason li {
	text-align: center;
}
#reason .nav_reason {
	margin-top: 2rem;
}
#reason .nav_reason li {
	margin-top: 1rem;
}
@media only screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
}

/* about */
#about {
	background-image: url(../images/bg_about.png);
	background-size: contain;
}
#about .facility {
	display: flex;
	justify-content: space-between;
}
#about .facility li {
	width: 23%;
	text-align: center;
}
#about .facility li .ttl {
	margin-bottom: 1rem;
	padding-left: 1rem;
	font-size: 2.8rem;
	font-weight: bold;
	letter-spacing: 1rem;
	text-align: center;
	color: #fff;
	background-color: #e50012;
	border-radius: 1rem;
}
#about .staff {
	margin-top: 3rem;
	padding: 2rem 4.5rem;
	background-color: #fff;
	border-radius: 1.8rem;
}
#about .staff .txt {
	text-align: center;
}
#about .staff .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#about .staff .box > li {
	width: 21rem;
	margin: 2rem 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#about .staff .box > li .name {
	padding-left: .5rem;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: .5rem;
}
#about .staff .box > li .hobby {
	font-size: 1rem;
	text-align: left;
}
#about .company {
	margin-top: 2.5rem;
}
#about .company .ttl {
	position: relative;
	z-index: 1;
}
#about .company .ttl:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #231815;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: -1;
}
#about .company .ttl span {
	display: inline-block;
	padding: 0 1rem;
	font-size: 1.6rem;
	color: #fff;
	background-color: #231815;
}
#about .company .box {
	margin-top: 2rem;
	display: flex;
	justify-content: space-between;
}
#about .company .box .comp_detail {
	width: 54%;
}
#about .company .box .comp_detail dl {
	margin-bottom: 2rem;
	font-weight: bold;
}
#about .company .box .comp_detail dl dt,
#about .company .box .comp_detail dl dd {
	display: inline-block;
}
#about .company .box .comp_detail dl dt {
	width: 8rem;
	padding: 0 1rem;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	background-color: #878888;
}
#about .company .box .comp_detail dl dt > span {
	display: flex;
	justify-content: space-between;
}
#about .company .box .comp_detail dl.tel dt {
	letter-spacing: .5rem;
}
#about .company .box .comp_detail dl.freedial dt {
	padding: 0;
	text-align: right;
	background-color: unset;
}
#about .company .box .comp_detail dl dd {
	margin-left: .5rem;
	font-size: 1.8rem;
	line-height: 2.5rem;
}
#about .company .box .comp_detail dl.tel dd a {
	font-size: 3.5rem;
	font-weight: bold;
	color: #e50012;
	vertical-align: middle;
}
#about .company .box .map {
	width: 44%;
}
@media only screen and (max-width: 1024px) {
	#about .company .box .comp_detail {
		width: 58%;
	}
	#about .company .box .comp_detail dl dd {
		font-size: 1.6rem;
	}
	#about .company .box .comp_detail dl.tel dd a {
		font-size: 2.8rem;
	}
	#about .company .box .map {
		width: 40%;
	}
	#about .staff {
		padding: 2rem 2.5rem;
	}
}
@media only screen and (max-width: 767px) {
	#about .facility li .ttl {
		font-size: 1.6rem;
	}
	#about .facility li .ttl.letters3 {
		padding-left: 0.2rem;
		letter-spacing: 0.1rem;
	}
	#about .staff {
		padding: 2rem;
	}
	#about .staff .box > li {
		width: 100%;
	}
	#about .staff .box > li .hobby {
		font-size: 1.3rem;
	}
	#about .company .box {
		flex-direction: column;
	}
	#about .company .box .comp_detail,
	#about .company .box .map {
		width: 100%;
	}
	#about .company .box .comp_detail dl dt {
		vertical-align: top;
	}
	#about .company .box .map {
		margin-top: 4rem;
	}
}

/* inq */
#inq {
	background-color: #fff;
}
#inq .ttl {
	font-size: 3.5rem;
	text-align: center;
}
#inq .txt {
	font-size: 1.6rem;
	text-align: center;
}
#inq .txt.done {
	margin: 5rem auto;
	padding: 5rem;
	border: 1px solid #000;
}
#inq .required {
	color: #d02c25;
}
#inq .form-table {
	width: 100%;
}
#inq .form-table tr th,
#inq .form-table tr td {
	padding-top: 2.5rem;
}
#inq .form-table tr th {
	width: 25%;
	line-height: 1.3;
	text-align: left;
	vertical-align: middle;
}
#inq .form-table tr:last-child th {
	vertical-align: top;
}
#inq .form-table tr td {
	width: 75%;
}
#inq input,
#inq textarea {
	max-width: 100%;
	padding: 1rem;
	font-size: 1.6rem;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#inq input[type="text"],
#inq textarea {
	width: 100%;
}
#inq #zip {
	width: 100%;
}
#inq #maker,
#inq #carmodel {
	width: 49%;
}
#inq .checkbox > span {
	margin-left: 0;
	display: block;
}
.submit-area {
	margin-top: 5rem;
	display: flex;
	justify-content: center;
}
.btn_box .btn {
	width: 36%;
	margin: 0 4%;
	padding: 1.5rem 0;
	font-size: 1.6rem;
	border: 3px solid #251e1c;
	text-align: center;
	transition: all .3s ease;
}
.submit-area .btn {
	color: #000;
	border: unset;
	background-color: #b0d8f5;
	cursor: pointer;
}
.submit-area .btn.btn-back {
	background-color: #aaa;
}
.submit-area .btn:hover {
	opacity: .6;
}
@media screen and (max-width: 1024px) {
	#inq .form-table tr th,
	#inq .form-table tr td {
		padding-top: 1.5rem;
	}
	#inq input,
	#inq textarea {
		padding: 1rem;
	}
}
@media screen and (max-width: 767px) {
	#inq .txt.done {
		margin: 3rem auto;
    padding: 5rem 2rem;
	}
	#inq .ttl {
		font-size: 2.8rem;
	}
	#inq .form-table tr,
	#inq .form-table tr th,
	#inq .form-table tr td {
		display: block;
	}
	#inq .form-table tr th,
	#inq .form-table tr td {
		width: 100%;
		max-width: 100%;
		padding-top: .5rem;
	}
	#inq .form-table tr th {
		text-align: left;
		padding-top: 2rem;
		padding-bottom: .5rem;
	}
}