/*top banner*/
.dine-picture01{
    width:100%;
    position: relative;
}
.dine-picture01 img{
    width: 100%;
}

.dine-topword{
    width:100%;
    color: white;
    position: absolute;
    top:37%;
    transform: translateY(-50%);
}

.dine-topword01{
    padding-left:10%;
    margin:0
}

.dine-topword02{
    float: right;
    padding-right:10%;
}

.dine-topword03{
    clear: both;
    padding-left:20%;
}

.dine-topword p{
    text-shadow: 0 0 5px white;
}

.dine-topcontent{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    color: white;
    background-color: rgba(0,0,0,0.5);
}

/*middle banner*/

.dine-picture02{
    width:100%;
    position: relative;
}

.dine-picture02 img{
    width:100%
}

.dine-middleword{
    width:100%;
    color: black;
    position: absolute;
    top:48%;
    transform: translateY(-50%);
}

.dine-middleword01{
    margin:0;
    padding:0 20% 0 10%;
}

.dine-middleword02{
    float: right;
    padding:0 10% 0 20%;
}

/*swiper banner*/

.swiper-container {
    width: 100%;
}  
.swiper-slide img{
    width:100%;
}

.dine-swiperborder{
    border: 3px solid white;
    box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.55);
}

#dineSwiper01{
    padding:10px 0 10px 0
}

#dineSwiper02{
    padding:40px 0 40px 0;
    background: url(../img/dine/4.jpg) center center;
    background-size: cover;
}

/*coffer bar*/

.dine-cofferbar{
    width:100%;
    margin-top:50px;
    background-color: #cdcdcd;
    position: relative;
}

.dine-cofferbar p{
    color:black;
    float: right;
    text-align: right;
    font-weight: bold;
}

.dine-coffertitle{
    width:100%;
}

.dine-cofferbeer{
    width:45%;
    position: absolute;
    top:0;
    left:8%;
    box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.4);
}

.dine-bar{
    width:100%;
    background-color: #cdcdcd;
}

.dine-bar img{
    border: 2px solid white;
    box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.4);
    margin-bottom: 30px;
}

/* PC-------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 1024px) {
    /*top banner*/
    .dine-topword01{
        font-size: 40px;
    }
    .dine-topword02,.dine-topword03{
        font-size: 20px;
    }
    .dine-topcontent{
        padding: 10px 0 10px 0;
        font-size:16px;
        line-height: 24px;
    }
    /*middle banner*/
    .dine-middleword01,.dine-middleword02{
        font-size: 30px;
        line-height: 74px;
    }
    /*swiper banner*/   
    #dineSwiper02{
        margin-top:170px;
    }
    /*coffer bar*/
    .dine-cofferbar p{
        padding:50px 0 0 0;
        font-size: 22px;
        line-height: 60px;
        margin-right: 12%;
    }
    /*bar*/
    .dine-bar{
        padding-bottom:30px;
    }
    .dine-bar img{
        width:28%;
        margin-left:4%
    }
}

/* IPAD-------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    /*top banner*/
    .dine-topword01{
        font-size: 25px;
    }
    .dine-topword02,.dine-topword03{
        font-size: 14px;
    }
    .dine-topcontent{
        padding: 6px 0 6px 0;
        font-size:10px;
        line-height: 16px;
    }    
    /*middle banner*/
    .dine-middleword01,.dine-middleword02{
        font-size: 20px;
        line-height: 40px;
    }
    /*swiper banner*/   
    #dineSwiper02{
        margin-top:50px;
    }
    /*coffer bar*/
    .dine-cofferbar p{
        padding:40px 0 0 0;
        font-size: 16px;
        line-height: 30px;
        margin-right: 10%;
    }
    /*bar*/
    .dine-bar{
        padding-bottom:20px;
    }
    .dine-bar img{
        width:28%;
        margin-left:4%
    }
}

/* mobile-------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
    /*top banner*/
    .dine-topword{
        top:35%;
    }
    .dine-topword01{
        padding:0;
        text-align: center;
        font-size: 14px;
    }
    .dine-topword02,.dine-topword03{
        display: none;
    }
    .dine-topcontent{
        padding: 2px 0 2px 0;
        font-size:8px;
        line-height: 9px;
    }
    /*middle banner*/
    .dine-middleword01,.dine-middleword02{
        font-size: 10px;
        line-height: 18px;
    }
    /*swiper banner*/   
    #dineSwiper02{
        margin-top:30px;
    }    
    /*coffer bar*/
    .dine-cofferbar p{
        padding:30px 0 0 0;
        font-size: 9px;
        line-height: 16px;
        margin-right: 5%;
        white-space:nowrap;
    }
    /*bar*/
    .dine-bar{
        padding-top:20px;
    }
    .dine-bar img{
        width:80%;
        margin-left:10%
    }
}