#coupon .title{
    font-size:32px;
    font-weight:bold;
    text-align:center;
    margin: 12px 0;
    color:#366f8b;
}

#coupon body{
    width:930px;
}


#coupon .pad{
    padding:0 30px;
}

#coupon .purple{
    color:#366f8b;
    font-weight:bold;
}

#coupon .date{
    background-color:#366f8b;
    color:#FFFFFF;
    text-align:center;
    font-weight:bold;
    font-size:21px;
    padding:10px 0;
}
#coupon .headline-deco {
    border: 1px solid #366f8b;
    padding: 2px;
    margin-bottom: 12px;
    margin-top:14px;
}

#coupon p.cont span {
    color: #c1272d;
}

#coupon .tokuten {
    border: 2px solid #366f8b;
    color: #366f8b;
    font-size: 18px;
    padding:10px 15px;
    font-weight:bold;
    text-align: center;
}

#coupon .header img{
    margin-bottom:0;
    width:100%;
    height:auto;
}

#coupon .header{
    margin-bottom:-7px;
}

#coupon .resort p {
    line-height: 1.2em;
    margin-top: 5px;
}

#coupon img{
    border:0;
}

#coupon {
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size:14px;
}

#coupon .head{
    font-size:18px;
    font-weight:bold;
    color:#0080CE;
    background-color:#DCF3FF;
    padding:5px 30px;
    margin-top:15px;

}

#coupon .ppl{
    font-size:18px;
    font-weight:bold;
    color:#501D86;
    border-bottom:1px solid #501D86;
    padding-bottom:3px;
    margin-top:15px;
    line-height:1.2em;
}

#coupon .blu{
    font-size:18px;
    font-weight:bold;
    color:#398BB1;
    border-bottom:1px solid #398BB1;
    padding-bottom:5px;
    margin-top:15px;
    line-height:1.2em;
}

#coupon .yw{
    font-size:18px;
    font-weight:bold;
    color:#AF861A;
    border-bottom:1px solid #AF861A;
    padding-bottom:5px;
    margin-top:15px;
    line-height:1.2em;
}

#coupon .gr{
    font-size:18px;
    font-weight:bold;
    color:#688921;
    border-bottom:1px solid #688921;
    padding-bottom:5px;
    margin-top:15px;
    line-height:1.2em;
}

#coupon .blu2{
    font-size:18px;
    font-weight:bold;
    color:#3450A4;
    border-bottom:1px solid #3450A4;
    padding-bottom:5px;
    margin-top:15px;
    line-height:1.2em;
}

#coupon .pk{
    font-size:18px;
    font-weight:bold;
    color:#CD5293;
    border-bottom:1px solid #CD5293;
    padding-bottom:5px;
    margin-top:15px;
    line-height:1.2em;
}

#coupon .red{
    color:#FF0000;
}

#coupon .btn-area {
    width: 100%;
    text-align: center;
    margin: 24px 0;
}

#coupon ul.btns {
    display: inline-block;
}

#coupon ul.btns li {
    float: left;
    margin-right: 12px;
}

#coupon li {
    list-style-type: none;

}

#coupon .pl30{
    padding:0 30px;
}


#coupon .print-header {
    display: none;
    text-align: center;
}

#coupon .print-header-ie8 {
    display: none;
    text-align: center;
}


#coupon .caution{
    padding-left: 1em;
    text-indent: -1em;
    font-size:12px;
}

#coupon .pc_only{

}

@media only screen and (max-width: 720px) {


    #coupon .date{

        font-size:18px;
        padding:5px 0;
    }


    #coupon .header{
        height:auto;
        margin-bottom:-5px;
    }

    #coupon .pad{
        padding:0 3%;
    }


    #coupon .info img{
        float:none;
        margin-left:0;
    }

    #coupon .info p{
        width:100%;
    }

    #coupon .head{
        padding:5px 3%;
    }

    #coupon{
        font-size:60%;
    }

    #coupon ul.btns {
        padding: 3%;
    }

    #coupon ul.btns li {
        margin-right: 0;
    }

    #coupon ul.btns li {
        float: none;
        margin-bottom: 10px;
        text-align: center;
    }
    #coupon  ul.btns li.print-btn {
        display: none;
    }

    #coupon .pl30{
        padding:0 3%;
    }

    #coupon .all{
        width:100%;
        height:auto;
    }

    #coupon .all3{
        width:60%;
        height:auto;
    }

    #cnt .sp_only{
        display:block;
    }

    #cnt .pc_only{
        display:none;
    }

    #coupon .pc_only{
        display:none;
    }

}
@media print {


    .btn-area {
        display: none;
    }

    #coupon .header img{
        width:100%;
        height:auto;
    }

    #coupon .break{
        page-break-after: always;
    }
}

