@charset "utf-8";

section p {
	line-height: 2;
}

/* Slider */

.swiper-container {
	margin: 0 0 20px;
	padding: 0 0 30px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
 bottom:-2px;
 left:0;
 width:100%
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border:1px solid #9fa0a0;
	border-radius: 0;
	background: #9fa0a0;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	opacity:1;
	border:1px solid #231815;
	background:#231815;
}

/* 最新情報 */
#section01 {
	border-top: 0;
}

#section01 h2 {
	display: block;
	margin: 0 0 22px;
	border-top: 0;
	text-align: center;
	font-size: 2.9rem;
	line-height: 1.5;
	color: #4d080d;
}

#section01 ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

#section01 ul li {
	width: 482px;
}

/* ABOUT US */
#section02 .sectionInr > p {
	margin: 0 0 38px;
	padding: 0 30px;
}

#section02 .workList {
	margin: 0 0 28px;
	padding: 0 30px;
}

#section02 .workList ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

#section02 .workList ul li {
	width: 108px;
	margin: 0 0 10px;
	border: 3px solid #c3d34e;
	border-radius: 6px;
}

#section02 .workList ul li img {
	border-radius: 6px;
}

#section02 .workList p {
	text-align: right;
}

#section02 .shopInfo {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	padding: 0 26px 0 18px;
}

#section02 .shopInfo dl {
	width: 461px;
}

#section02 .shopInfo dl dt {
	margin: 0 0 26px;
}

#section02 .shopInfo dl dd {
	font-size: 1.4rem;
}
#section02 .shopInfo dl dd:nth-of-type(2) {
	margin: 0.5em 0;
	font-size: 1.8rem;
}
#section02 .shopInfo dl dd:nth-of-type(3) {
	line-height:1.6;
}

#section02 .shopInfo div {
	width: 458px;
}

#section02 .shopInfo div span {
	display: block;
	margin-top: 10px;
	text-align: center;
}

/* SERVICE - レッカー */
#section03 {
}

#section03 .sectionInr > p {
	margin: 0 0 28px;
	padding: 0 30px;
}

#section03 ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

#section03 ul li:nth-of-type(1) {
	width: 653px;
}

#section03 ul li:nth-of-type(2) {
	width: 333px;
}

#section03 ul li:nth-of-type(2) span {
	display: block;
	margin-top: 0.5em;
	line-height: 1.3;
	font-size: 1.2rem;
}

/* SERVICE - ガラスコーティング */
#section04 h3 {
	margin-bottom: 14px;
}

#section04 h3 + p {
	margin: 0 0 22px;
	text-align: center;
	line-height: 1.5;
	font-size: 2.0rem;
}

#section04 h3 + p br {
	display: none;
}

#section04 .itemWrap {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

#section04 .itemImg {
	width: 515px;
}

#section04 .itemTxt {
	width: 457px;
}

#section04 .itemTxt h4 {
	margin: 0 0 0.5em;
	line-height: 1.5;
	font-size: 2.0rem;
	font-weight: bold;
	color: #4d080d;
}

#section04 .brandLogo {
	margin-top: 10px;
	text-align: right;
}

/* ACCESS */
#section05 p {
	margin-top: 0.8em;
	text-align: right;
}
#section05 p span {
	display: inline-block;
}

/* 個人情報保護方針 */
#section06 {
	border-top: 0;
}

#section06 dl dt {
	margin: 0 0 20px;
	text-align: center;
}

#section06 dl dd {
	line-height: 1.5;
	font-size: 1.2rem;
}

@media only screen and (max-width: 640px) {

/* Slider */
.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}

/* 最新情報 */
#section01 h2 {
	font-size: 4.53125vw;
}

#section01 ul {
	display: block;
}

#section01 ul li {
	width: 100%;
	text-align: center;
}

#section01 ul li + li {
	margin-top: 30px;
}

/* ABOUT US */
#section02 .sectionInr > p {
	padding: 0 5px;
}

#section02 .workList {
	padding: 0;
}

#section02 .workList ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}

#section02 .workList ul li {
	width: calc(25% - 10px);
	margin: 0 5px 10px;
}

#section02 .workList ul li img {
	width: 100%;
	height: auto;
}

#section02 .workList p {
	padding-right: 5px;
}

#section02 .shopInfo {
	display: block;
	padding: 0;
	text-align: center;
}

#section02 .shopInfo dl {
	display: inline-block;
	max-width: 100%;
	margin: 0 0 30px;
	text-align: left;
}

#section02 .shopInfo dl dd {
	line-height: 1.5;
}

#section02 .shopInfo div {
	width: 100%;
}

/* SERVICE - レッカー */
#section03 .sectionInr > p {
	padding: 0;
}

#section03 ul {
	display: block;
	text-align: center;
}

#section03 ul li:nth-of-type(1) {
	width: 100%;
	margin: 0 0 30px;
}

#section03 ul li:nth-of-type(2) {
	display: inline-block;
	max-width: 100%;
}

#section03 ul li:nth-of-type(2) span {
	text-align: left;
}

/* SERVICE - ガラスコーティング */
#section04 h3 + p {
	font-size: 3.4375vw;
}

#section04 h3 + p br {
	display: block;
}

#section04 .itemWrap {
	display: block;
}

#section04 .itemImg {
	width: 100%;
	margin: 0 0 30px;
	text-align: center;
}

#section04 .itemTxt {
	width: 100%;
}

#section04 .itemTxt h4 {
	font-size: 3.4375vw;
}

/* ACCESS */
#section05 p {
	margin-top: 0.8em;
	text-align: left;
}

#section05 .gmap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 80%;
    overflow: hidden;
}
#section05 .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

}

@media only screen and (max-width: 420px) {

#section02 .workList ul li {
	width: calc(33.33% - 10px);
}

}
