
.topHeader {
	width: 1000px;
	margin: 5px auto;
}

.topHeader>h1 {
	color: #000;
	margin: 0;
}

.topHeader>.titleImg {
	width: 250px;
}

.shopWrap>div>p {
	width: 820px;
	margin: 0 auto;
	text-align: center;
	font-size: 30px;
	line-height: 2.3em;
}

.sigenWrap.contents>div>.subTitle>p {
	margin-top: 20px;
	margin-bottom: 60px;
	font-size: 24px;
}
.sigenWrap.contents>div>.text>p {
	margin-bottom: 60px;
	line-height: 2;
	font-size: 17px;
}

.businessWrap>.title>p {
	font-size: 35px;
	margin-bottom: 20px;
}

.businessWrap>.text>p {
	margin-bottom: 15px;
}
.businessWrap>.text>img {
	width: 360px;
}


.strongWrap>div>p {
	margin-bottom: 50px;
	color: #fff;
	line-height: 2em;
}

.strongWrap>div>.bold {margin: 30px 0;}


.serviceWrap>div>p {
	margin-bottom: 40px;
	line-height: 2em;
}

.serviceWrap>div>.img {
	width: 750px;
	margin: 0 auto 10px;
}

/*slider*/

.slider-pro {position: relative;}

.sliderBelt {
	width: 1000px;
	position: absolute;
	top: 272px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
}


@media screen and (max-width: 760px) {
	
	.topHeader {width: 100%;}
	
	.topHeader>h1 {
		margin: 0 48px 5px 0;
	}
	
	
	.shopWrap>div>p {
		width: 100%;
		font-size: 19px;
	}
	
	
	.sigenWrap.contents>div>.subTitle>p {
		margin-bottom: 20px;
		padding: 0 10px;
	}
	
	.sigenWrap.contents>div>.text>p {
		margin-bottom: 10px;
	}
	
	
	.businessWrap>.title>p {
		margin-bottom: 15px;
		font-size: 1.5em;
	}
	
	.businessWrap>.text>p {
		margin-bottom: 10px;
	}
	
	.businessWrap>.text>img {
		width: 100%;
	}
	
	.lightBlueFrame,
	.darkBlueFrame {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 98%;
	}
	
	
	.serviceWrap>div>.img {
		width: 100%;
	}
	
	/*slider*/
	
	
	.sliderBelt {
		top: 35%;
	}
	
	.sliderBelt {
		width: 100%;
	}
	
}

/*モバイルサイト横長で見た場合*/

@media screen and (max-width: 760px) and (orientation: landscape) {
	
	.darkBlue .subTitle {
		width: 60%;
		margin: 0 auto;
	}
	
	
	.businessWrap>.text>img {
		width: 360px;
	}
	
	
}




