/* CSS Document */
.menu_shopname_box .menu_shopname .main.menu_shopname01 li.coworking_df, .menu_shopname_box .menu_shopname .main li.coworking_df{
	bottom: 3px;
	height: 25px;
	font-size: 12px;
}
.menu_shopname_box .menu_shopname .main.menu_shopname01 li.coworking_df span, .menu_shopname_box .menu_shopname .main li.coworking_df span{
	font-size: 12px;
}
.coupon-ctn{
    width: 700px;
    margin: 190px auto 30px;
    background: #fff;
    padding: 30px 40px;
    box-sizing: border-box;
}
.coupon_ttl01{
    text-align: center;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: bold;
}
.coupon_img01{
	text-align: center;
    width: 80%;
    max-width: 450px;
    margin: 0 auto 20px;
}
.coupon_ttl02{
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: #57331e;
    padding: 8px 0 5px;
    margin-bottom: 15px;
}
.coupon_list01{
    margin-bottom: 30px;
    padding: 0 70px;
}
.coupon_list01 li{
    color: #523422;
    padding-left: 20px;
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
}
.coupon_list01 li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 8px;
    height: 8px;
    background: #523422;
}
.coupon_ttl03{
    text-align: center;
    margin-bottom: 15px;
    border: 2px solid #523422;
    padding: 8px 0 5px;
    color: #523422;
    font-weight: bold;
}
.coupon_list02{
    overflow: hidden;
}
.coupon_list02 li{
    float: left;
    width: 300px;
}
.coupon_list02 li + li{
    margin-left: 20px;
}
.coupon_ttl04{
    color: #57331e;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background: #fd9336;
    padding: 9px 0 6px;
    margin-bottom: 5px;
}
.coupon_txt{
    font-size: 13px;
    font-weight: bold;
    color: #57331e;
    margin-bottom: 5px;
}
.coupon_img02{
    margin-bottom: 10px;
}
.coupon_btn{
    margin: 0;
}
.coupon_btn a{
    display: block;
    text-align: center;
    text-decoration: none;
    color: #57331e;
    font-weight: bold;
    background: #fd9336;
    padding: 9px 0 6px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.coupon_btn a:hover{
    opacity: 0.7;
}
.coupon_btn a span:after{
    content: '';
    border-top: 10px solid #57331e;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: -3px;
}
.table_price_guest .ex_charge {
    height: 50px;
    background: #F9D3CE;
    color: #222;
    font-weight: bold;
}

@media screen and (max-width: 768px){
    .coupon-ctn{
        width: 100%;
        margin: 0 auto;
        padding: 30px 3%;
    }
    .coupon_ttl01{
        font-size: 5.5vw;
    }
    .coupon_ttl02{
        font-size: 15px;
    }
    .coupon_list01{
        padding: 0 5vw;
    }
    .coupon_list02 li{
        float: none;
        width: 100%;
    }
    .coupon_list02 li + li{
        margin-left: 0;
        margin-top: 20px;
    }
}
