
@charset "UTF-8";


/*--------------------------------------------------------------
共通
--------------------------------------------------------------*/
.section-title-area .section-title {
	font-weight: 600;
}
.section-title-area .section-subtitle {
	font-size: 16px;
	color: #444;
	font-weight: 400;
	margin-bottom: 0;
	letter-spacing: 0;
}
.section-desc {
	margin-top: 20px;
}

.section-title-area {
	margin-bottom: 50px;
}
section#service .section-title-area,
section#news .section-title-area {
	margin-bottom: 30px;
}

.section-title-area h2.section-title {
	letter-spacing: 1px;
}

section#about h2,
section#service h2,
section#news .newsbox h2,
section#contact h2 {
	font-size: 50px;
}
/*--------------------------------------------------------------
ABOUT「aboutセクション: サイトの概要」
--------------------------------------------------------------*/
#wrap_topabout {
	display: flex;
	flex-wrap: wrap;
}
#wrap_topabout .box {
	width: 50%;
}
#wrap_topabout .ph {
	text-align: center;
	padding-right: 20px;
}
#wrap_topabout .txt {
	padding-left: 20px;
}
#wrap_topabout .cach {
	font-size: 150%;
	font-weight: 500;
	line-height: 1.3;
	color: #e86505;
	margin-bottom: 15px;
}


#wrap_topabout2 {
	margin-top: 30px;
}
#wrap_topabout2 h3 {
	font-size: 1.5rem;
	font-weight: 500;
	border-bottom: 3px solid #1c75ad;
	padding-bottom: 10px;
}
#wrap_topabout2 .wrap {
}
#wrap_topabout2 .inner {
	border: 10px solid #9ec7e1;
	padding: 30px 30px 15px;
	border-radius: 30px;
}



/*--------------------------------------------------------------
5つの強み「featuresセクション: 注目」
--------------------------------------------------------------*/
section#features {
	background-color: #edfbff;
}
section#features .feature-item {
	padding: 0 20px 40px;
	text-align: left;
}
.feature-item-content {
	text-align: justify;
}
section#features .feature-item h3 {
	font-size: 24px;
	color: #e86505;
	text-align: center;
}
section#features .feature-item .wrap {
	background-color: #fff;
	padding: 30px 40px;
}
section#features .feature-item p {
	margin-bottom: 10px;
}
#top_cashback {
}
#top_cashback .wrap {
	display: table;
	width: 100%;
	background-color: #fff;
	padding: 40px 50px;
}
#top_cashback  .td {
	display: table-cell;
	vertical-align: middle;
}
#top_cashback .icon {
}
#top_cashback .txt {
	width: 62%;
	padding: 0 40px;
}
#top_cashback h3 {
	font-size: 40px;
	color: #e86505;
}
#top_cashback .morebtn {
}
#top_cashback .morebtn .inner {
	background-color: #e86505;
	display: block;
}
#top_cashback p {
	margin: 0;
}

/*--------------------------------------------------------------
SERVICE「serviceセクション: サービス」
--------------------------------------------------------------*/
section#service {
	background-color: #1c75ad;
}
section#service h2,
section#service .section-subtitle {
	color: #fff;
}
section#service .box {
	padding: 0 10px;
}
.section-services .service-item {
	padding: 0;
	margin-bottom: 20px;
}
section#service .service-item .service-image {
	float: none;
	margin: 0;
}
section#service .service-image {
	overflow: hidden;
}
section#service .service-image img {
	object-fit: cover;
	max-width: 600px;
	width: auto;
	height: 200px;
}
section#service .service-content {
	padding: 10px;
}
section#service h3 {
	text-align: center;
	color: #015183;
	font-size: 20px;
	margin: 0;
}
section#service .areatxt {
	background-color: #fff;
	padding: 50px 50px 30px;
}
section#service .areatxt h3 {
	margin: 0 0 20px;
	font-size: 30px;
}
section#service .areatxt ul {
	margin: 0 0 10px;
	padding: 0;
	overflow: hidden;
}
section#service .areatxt ul li {
	float: left;
	list-style-type: none;
	margin: 0 10px 0 0;
	padding: 0;
}
section#service .areatxt .subtxt {
	color: #BD0004;
	font-size: 14px;
}

/*最新修理実績*/
#topwklist {
	padding: 50px 0;
	/*background-color: #000;
	color: #fff;*/
	border-bottom: 2px solid #1c75ad;
}
#topwklist .wkwrap {
	margin-bottom: 30px;
	overflow: hidden;
	width: 100%;
	position: relative;
}
#topwklist .wkwrap ul {
	/*width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	text-align: center;
    justify-content: space-between;*/
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	will-change: transform;
}
#topwklist .wkwrap ul li {
	/*list-style-type: none;
	width: 16.5%;
	margin: 0;
	padding: 0;*/
	width: 16.5%;
	flex: 0 0 auto; /* 横幅固定で横に並べる */
	margin-right: 16px; /* 好みで調整 */
}
#topwklist .wkwrap .ph {
	margin-bottom: 10px;
	text-align: center;
}
#topwklist .wkwrap .ph img {
	object-fit: cover;
	height: 200px;
	width: 100%;
}
#topwklist .morebtn {
	text-align: center;
}
#topwklist .wkwrap ul li h3 {
	font-size: 1rem;
	font-weight: 500;
	margin: 0;
}
#topwklist .wkwrap ul li .post-type {
	font-size: 85%;
	line-height: 1.5;
}
#topwklist .wkwrap ul li a:hover {
	color: inherit;
}

/*--------------------------------------------------------------
割引情報・お知らせ「newsセクション: ニュース」
--------------------------------------------------------------*/
#topnewsarea {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
#topnewsarea .section-title-area {
}
#topnewsarea .box {
	width: 50%;
}
#topnewsarea .waribiki {
	padding-right: 40px;
}
#topnewsarea .newsbox {
	padding-left: 40px;
}
/*割引情報*/
#topnewsarea .waribiki .txtbox {
	/*background-color: #c20f0f;*/
	background-color: #1c75ad;
	padding: 30px;
	color: #fff;
}
#topnewsarea .waribiki .txtbox .title {
	/*background-color: #fbe062;*/
	background-color: #fbe062;
	letter-spacing: 0;
	color: #b80404;
	text-align: center;
	line-height: 1.1;
	padding: 15px;
	margin-bottom: 20px;
}
#topnewsarea .waribiki .txtbox .title .sub1 {
	font-size: 20px;
	color: #000;
}
#topnewsarea .waribiki .txtbox .title .numtxt {
	font-size: 70px;
	font-weight: 800;
	letter-spacing: -2px;
}
#topnewsarea .waribiki .txtbox .title .numtxt span {
	font-size: 50px;
	
	font-size: 0.7em;
}
#topnewsarea .waribiki .txtbox .title .sub2 {
	font-size: 24px;
}
#topnewsarea .waribiki .txtbox ol {
	margin: 0 0 10px 20px;
	padding: 0;
}
#topnewsarea .waribiki .txtbox ol li {
	margin: 0 0 5px 0;
	padding: 0;
}
#topnewsarea .waribiki .txtbox p {
	margin: 0;
}
/*新着情報*/
.news {
	margin-bottom: 40px;
}
div.whatsnew a {
	padding: 10px 0;
}
div.whatsnew dt {
	margin: 0;
	background: none;
}
div.whatsnew dt,
div.whatsnew dd {
	line-height: 1.5;
	color: #222;
}
#topnewsarea .newslist .morebtn {
	text-align: center;
}
	

/*--------------------------------------------------------------
COTNACT「contactセクション: お問い合わせ」
--------------------------------------------------------------*/
section#contact #toplinebox {
}
section#contact #toplinebox h3 {
	background-color: #38ae36;
	color: #fff;
	text-align: center;
	padding: 15px 10px;
	margin: 0;
	font-size: 30px;
}
section#contact #toplinebox h3 span {
	margin-right: 10px;
	vertical-align: text-bottom;
	display: inline-block;
}
section#contact #toplinebox .txtbox {
	padding: 30px;
	background-color: #fff;
}
section#contact #toplinebox .qrbox {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
section#contact #toplinebox .qrbox .td {
	display: table-cell;
	vertical-align: middle;
}
section#contact #toplinebox .qrbox .icon {
	width: 30%;
}
section#contact #toplinebox .qrbox .txt {
	font-size: 24px;
	font-weight: 600;
	color: #e86505;
	line-height: 1.5;
	padding-left: 20px;
}
section#contact #toplinebox .flow {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
section#contact #toplinebox .flow .box {
	width: 33.3%;
	padding: 0 5px 10px;
	text-align: center;
}
section#contact #toplinebox .flow .box:last-child {
	/*padding-right: 0;*/
}
section#contact #toplinebox .subtxt {
}
/*インフォメーション*/
#topinfo .inner {
	padding-left: 40px;
}
#topinfo .inner .txtbox {
	margin-bottom: 20px;
}
#topinfo .inner .txtbox h3 {
	font-size: 24px;
	margin: 20px 0 30px;
	color: #222;
}
#topinfo .morebtn .inner {
	background-color: #ffe65c;
	color: #1c75ad;
	font-weight: 600;
	padding-left: 24px;
}
#topinfo .morebtn .inner:after {
	background-image: url(images/icon_bluearrow.png);
}
#topinfo .morebtn .inner a {
	color: #1c75ad;
}
.section-contact .address-contact span {
	color: #e86505;
}
.section-contact .address-contact span.sub {
	float: none;
	margin-left: 5px;
}
.section-contact .address-contact .address-content {
	font-style: normal;
}
#topinfo .inner .address-box {
	text-align: left;
}































