@charset "utf-8";

.main-visual{

}
.slider li{
	width:100%;
	height:100vh;
	background:url(../images/slide01.jpg) no-repeat;
	background-position:center top;
	background-size:cover;
	text-align:center;
	position:relative;
}
.slider li img{
	display:inline-block;
	vertical-align:middle;
	height:75vh;
	width:auto;
	margin-top:12.5vh;
}
.news-list{
	border-top:1px solid #ccc;
}
.news-list li{
	border-bottom:1px solid #ccc
}
.news-list a{
	padding:20px 25px;
	display:block;
	font-size:0;
	transition:0.2s all ease;
}
.news-list a:hover{
	background:#f8f8f7;
}
.news-list .date{
	display:inline-block;
	width:150px;
	font-size:14px;
	vertical-align:top;
}
.news-list .post-title{
	display:inline-block;
	width:calc(100% - 150px);
	font-size:14px;
	color:#134e78;
	font-weight:500;
	vertical-align:top;
}
#service{
	padding-top:0;
}
.sec .pic{
	width:50%;
	position:relative;
}
.sec .txt-area{
	width:50%;
	position:relative;
}
.sec h3{
	font-size:40px;
	color:#134e78;
	line-height:1.1;
}
.sec h3:before{
	content:"";
	display:inline-block;
	vertical-align:-3px;
	font-size:64px;	
	padding-right:20px;
}
#service h3:before{
	content:"1.";
}
#maintenance h3:before{
	content:"3.";
}
#sales h3:before{
	content:"2.";
}
#others h3:before{
	content:"4.";
}
.outline{
	font-size:20px;
	font-weight:600;
	line-height:40px;
	padding-top:20px;
	padding-bottom:30px;
}
.outline span{
	color:#ab2b3a;
	font-size:130%;
	font-weight:600;
}
.advantages{
	font-size:16px;
}
.advantages li{
	margin-bottom:20px;
	padding-left:50px;
	position:relative;
	color:#134e78;
}
.advantages span{
	font-size:30px;
	font-weight:600;
	display:block;
	color:#134e78;
}
.advantages li:before{
	content:"";
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	font-size:30px;
}
.advantages li:nth-of-type(1):before{
	content:"1."
}
.advantages li:nth-of-type(2):before{
	content:"2."
}
.advantages li:nth-of-type(3):before{
	content:"3."
}
.advantages li:nth-of-type(4):before{
	content:"4."
}
.comment{
	padding-top:20px;
	padding-bottom:40px;
	position:relative;
}
.sec:nth-of-type(2n+1) .outline,.sec:nth-of-type(2n+1) .advantages,.sec:nth-of-type(2n+1) h3{
	padding-right:7%;
}
.sec:nth-of-type(even) .outline,.sec:nth-of-type(even) .advantages,.sec:nth-of-type(even) h3{
	padding-left:7%;
}
.btn{
	display:block;
	width:100%;
	line-height:4.375;
	font-size:16px;
	color:#fff;
	background:#134e78;
	border:1px solid #134e78;
	transition:0.3s all ease;
	position:relative;
}
.btn:hover{
	background:transparent;
	color:#134e78;
}
.btn.bg-white{
	color:#134e78;
	background:#fff;
}
.btn.bg-white:hover{
	background:#134e78;
	color:#fff;
}
#service:before,#maintenance:before,#sales:before,#others:before{
	content:"";
	display:block;
	width:100%;
	height:60%;
	position:absolute;
	left:0;
	bottom:0;
	background:#e6f0f8;
}
.shop-data{
	width:40%;
}
.shop-data img{
	width:142px;
	height:127px;
	margin:auto;
	margin-bottom:20px;
}
.shop-data p{
	color:#134e78;
	line-height:2;
	font-size:16px;
}
.shop-data p.tel-number{
	font-size:24px;
	font-weight:600;
	padding-top:15px;
	line-height:1.4;
}
.shop-data p.open-close{
	font-size:14px;
	line-height:1.5;
}
.btn-list li{
	padding-top:20px;
}
#googlemap{
	width:60%;
	height:490px;
	padding-left:40px;
}
#googlemap>iframe{
	display:block;
	width:100%;
	height:100%;
}

.outline.price{
	padding-top:0;
}
.outline.price span{
	font-size:250%;
	color:#ab2b3a;
    padding-top: 0.1em;
    display: block;
    padding-bottom: 0.5em;
	letter-spacing:0.05em;
}
#maintenance .outline{
	padding-bottom:10px;
}
.red{
	color:#ab2b3a;
	font-weight:600;
}

.instagram-list{
	display:flex;
	display:-webkit-flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-bottom:40px;
}
.instagram-list li{
	width:20%;
}
.instagram-list li *{
	display:block;
	width:100%;
}


/* ++++++++++++++++++1000px 以下++++++++++++++++++++ */
@media screen and (max-width:1000px){
	.news-list .date{
		width:100px;
	}
	.news-list .post-title{
		width:calc(100% - 100px);
	}
}


/* ++++++++++++++++++767px 以下++++++++++++++++++++ */
@media screen and (max-width:767px){
	.slider li{
		height:calc(100vh - 60px);
	}
	.slider li img {
	    display: block;
	    height: auto;
	    width: 95vw;
	    margin: auto;
		position:absolute;
		left:0;
		right:0;
		top:0;
		bottom:0;
	}


	.news-list a{
		padding:1.5rem;
	}
	.news-list .date{
		width:100%;
		display:block;
	}
	.news-list .post-title{
		width:100%;
		display:block;
	}




	.sec .pic{
		width:100%;
		float:none;
	}
	.sec .txt-area{
		width:100%;
		float:none;
	}
	.sec h3{
		font-size:30px;
	}
	.sec h3:before{
		font-size:42px;	
		padding-right:10px;
	}
	.outline{
		font-size:18px;
		line-height:35px;
		padding-top:15px;
		padding-bottom:20px;
	}
	outline span {
	    font-size: 110%;
	}
	.advantages{
		font-size:16px;
	}
	.advantages li{
		margin-bottom:20px;
		padding-left:30px;
	}
	.advantages span{
		font-size:20px;
	}
	.advantages li:before{
		bottom:-2px;
		font-size:24px;
	}

	.comment{
		padding-top:10px;
		padding-bottom:30px;
	}
	.sec:nth-of-type(2n+1) .outline,.sec:nth-of-type(2n+1) .advantages,.sec:nth-of-type(2n+1) h3{
		padding-right:0;
	}
	.sec:nth-of-type(even) .outline,.sec:nth-of-type(even) .advantages,.sec:nth-of-type(even) h3{
		padding-left:0;
	}
	.sec h3{
		padding-top:20px;
	}
	.btn{
		line-height:4;
		font-size:14px;
	}
	.shop-data{
		width:100%;
		float:none;
	}
	.shop-data p.tel-number{
		font-size:20px;
		padding-top:10px;
	}
	.shop-data p.open-close{
		font-size:14px;
		line-height:1.5;
	}
	.btn-list li {
	    padding-top: 10px;
	}
	#googlemap{
		padding-top:20px;
		float:none;
		width:100%;
		height:320px;
		padding-left:0;
		margin-bottom:4rem;
	}
}