@charset "utf-8";

.img_header .mv-img{
    width:1033px;
    margin-top:25px;
}

.tokuten_info{
    width:1033px;
    padding:5px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:30px;
    border:2px solid #524330;
    border-radius:2px;
    background-color: #fff;
}

.tokuten_info .info_text{
    text-align: left;
}

.tokuten_info .info_title{
    margin-bottom:10px;
    font-size:1.75rem;
    text-align: left;
    text-decoration: underline;
    line-height:1;
}
.container {
    width: 985px;
}
.row{
    display: table;
    margin: 0 auto;
    width: 100%;
}
.line-under{
    display:inline-block;
    padding-bottom:3px;
    border-bottom:1px solid #333;
}
.info_item--desc{
    padding: 15px;
}
.info_item--list{
    display:table;
    width:100%;
}
.info_item--bnr{
    display:table-cell;
    vertical-align:middle;
    padding:0 15px;
    /*text-align: left;*/
}
.info_item--bnr img{
    max-width:100%;
}
.info_area{
    display: table-cell;
    vertical-align: top;
}
.info-col-L{
    width:33.3333%;
}
.info-col-R{
    width:66.6666%;
}
/* レスポンシブ */
@media screen and (max-width:1250px){
/* ************************************************** */
    .img_header .mv-img{
        width:83%;
    }

    .tokuten_info{
        width:83%;
    }
    .info_area{
    }
}
/* ************************************************** */
/* 画面の横幅が1024pxまでの場合のCSS */
@media screen and (max-width:1024px){
/* ************************************************** */
    .img_header .mv-img{
        width:90%;
    }

    .container {
        width:90%;
    }

}
/* ************************************************** */
/* タブレット */
@media screen and (min-width: 500px) and (max-width: 835px){
/* ************************************************** */
    .img_header .mv-img{
        width:95%;
    }

    .container {
        width:90%;
    }

    .tokuten_info {
        width: 95%;
    }

    .info_item--list{
        display:table;
        width:100%;
        padding:20px;
    }

    .info-col-L,
    .info-col-R{
        width:100%;
    }

    .info_area{
        display: block;
    }

}

/* ************************************************** */
/* iPHone4,iPhone5,iPhone5s,iPhone6,iPhone6 Plus 縦*/
@media screen and (min-width: 0px) and (max-width: 499px){
/* ************************************************** */
    .img_header .mv-img{
        width:100%;
    }

    .tokuten_info {
        width: 95%;
    }

    .info-col-L,
    .info-col-R{
        width:100%;
    }

    .info_area{
        display: block;
    }

    .info_item--bnr{
        display:block;
        padding:0 15px;
        margin-bottom:15px;
        text-align: center;
    }
    .info_item--bnr img{
        width:initial;
        max-width:100%;
    }
}