@charset "UTF-8";

/*******************************
 
#hero Css
 
*******************************/
.page #hero{
    background-image: url("../img/img_main.jpg");
}

/*******************************
 
サイドナビ Css
 
*******************************/
.page-resort_co .page-col-2 .side .navi dd:nth-of-type(1) a{
    background: #ebe1cc;
}

/*******************************
 
.contents Css
 
*******************************/
section{
    margin-bottom: 70px;
}
section h4{
    font-size: 18px;
    font-weight: bold;
    margin: 36px 0 15px;
}
section .list{
    margin-bottom: 20px;
    padding-bottom: 25px;
}
section .list ul li{
    margin-bottom: 10px;
}

/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
    section{
        margin-bottom: 40px;
    }
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){}