

/* spot */
.spot{
	background:#003;
}
.spot div{
	max-width:1160px;
	padding:50px 15px 0px 15px;
	margin:auto;
	background:url(../price/spot.jpg) center top no-repeat;
	background-size:100%;
	height:624px;
}

.pr{
	display:block;
	max-width:500px;
	background:url(../img/bg.png);
	color:#fff;
	padding:20px;
	margin-left:60%;
	font-size:16px;
}

.pr h1{
	font-size:18px;
	padding-bottom:10px;
}




/* price */
.price{
	height:450px;
}
.price div{
	max-width:900px;
	padding:0px 20px;
	margin:auto;
}
.price span{
	display:block;
	padding:10px 0px;
	font-size:18px;
}
.price h1{
	padding:60px 0px 20px 0px;
	font-size:22px;
	text-align:center;
	
}
.price h1 img{
	padding-right:10px;
}

.ikada{background:url(../price/ikada-bg.jpg) center top;}
.iso{
	background:url(../price/iso-bg.jpg) center top;
	color:#fff;
}

.price:after{
	content:"";
	display:block;
	clear:both;
}


/* isowari */
.isowari .pc{
	display:block;
}
.isowari .sp{
	display:none;
}

.isowari{
	margin:50px auto;
	max-width:900px;
}

.isowari h1{
	text-align:center;
}

.isowari iframe{
	display:block;
	margin:20px auto;
	width:100%;
	height:900px;
	border:none;
}



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

.spot div{
	padding:50px 0px;
	margin:auto;
	background:url(../price/spot.jpg) center 340px no-repeat;
	background-size:100%;
	height:700px;
}


.pr{
	max-width:100%;
	margin:30px auto;
	margin-left:0%;
	font-size:16px;
}


.pr h1{
	text-align:center;
}

.price{
	font-size:14px;
	line-height:22px;
}

.price h1{
	padding:20px 0px 20px 0px;
	font-size:20px;
	
}

.price div{
	padding:0px 15px;
}

.isowari .pc{
	display:none;
}
.isowari .sp{
	display:block;
	height:2500px;
}






}


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


.pr{
	font-size:14px;
}


.spot div{
	padding:50px 0px;
	margin:auto;
	background:url(../price/spot.jpg) center 400px no-repeat;
	background-size:100%;
	height:550px;
}

.isowari .sp{
	height:2800px;
}


}
