


/* ===============================
	PC
 =============================== */

#global-head {
width: 100%;
height: 500px;
background-image: url(../store/images/mainImage.jpg);
background-size: cover;
background-position: center;
}

.mainInner{
width: 1000px;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
}

.mainInner .pagetitle{
margin-bottom: 50px;
text-align: center;
}

.mainInner .pagetitle h2{
margin-bottom: 20px;
}

.mainInner .pagetitle .carImage{
}

.mainInner .pagetitle p{
font-size: 1.6rem;
line-height: 2.6rem;
font-weight: bold;
padding: 20px;
}

.mainInner .detail{
margin-bottom: 70px;
overflow: hidden;
}

.mainInner .detail h3{
font-size: 2.6rem;
line-height: 8.0rem;
margin-bottom: 20px;
background-image: url(../rental/images/h3_bg.gif);
background-position: bottom;
background-repeat: repeat-x;
}

.mainInner .detail p{
font-size: 1.6rem;
line-height: 3.0rem;
margin-bottom: 30px;
}

.mainInner .detail .copy{
font-size: 1.6rem;
line-height: 3.0rem;
text-align: center;
margin-bottom: 30px;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
padding: 10px;
font-weight: bold;
}

.mainInner .detail .kakigoori{
text-align: center;
}

.mainInner .detail li{
width: 320px;
height: 250px;
float: left;
margin-right: 20px;
}

.mainInner .detail li:last-child{
margin-right: 0px;
}
