@import url("/common/css/cssreset.css");
@import url("/common/css/base.css");
@import url("/common/css/header.css");
@import url("/common/css/footer.css");
@import url("/common/css/navigation.css");
@import url("/common/css/contents.css");
@import url("/common/css/parts.css");

/* shuzou top */
/*--------------------------------------*/

/* main images */
section.img_main {
    height:390px;
    background-repeat:no-repeat;
    background-position:center top;
    background-size:cover;
}
section.image1 {
    background-image:url("../images/img_main1.jpg");
    margin-bottom:80px;
}
section.image2 {
    background-image:url("../images/img_main2.jpg");
    margin-bottom:80px;
}
section.image3 {
    background-image:url("../images/img_main3.jpg");
    margin-bottom:0;
}







/* - 1100px */
/*-----------------------------------------------------------*/
@media only screen and (max-width: 1100px) {

/* main images */
section.img_main {
    height:0;
    padding-top:34.54%;
}











}
/* - 1100px end */





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






}
/* - 768px end */





/* - 750px */
/*-----------------------------------------------------------*/
@media only screen and (max-width: 750px) {




}
/* - 750px end */





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







}
/* - 480px end */





/* - 320px */
/*-----------------------------------------------------------*/
@media only screen and (max-width: 320px) {









}
/* - 320px end */


