/**type1**/
.custom_discountinfo table {
    word-break: break-all;
}
.custom_discountinfo table td.discount_photo,
.custom_discountinfo table td.discount_photo ~ td {
    padding-right: 15px;
}
.custom_discountinfo table td.discount_photo ~ td:last-child {
    padding-right: 10px;
}
.custom_discountinfo table td.discount_photo {
    width: 250px;
}
.custom_discountinfo table td.discount_photo img {
    width: 100%;
}
.custom_discountinfo table td.discount_tel {
    white-space: nowrap;
}
.custom_discountinfo table td.discount_photo ~ td:not(.discount_content) {
    min-width: 5em;
    max-width: 15em;
}
.discount_box[data-type="1"] .discount_url > a {
    font-size: 90%;
    padding: 0.5em 1em;
    border-radius: 0.5em;
    background-color: #e5e5e5;
    text-decoration: none;
}
@media screen and (max-width:1024px) {
    .custom_discountinfo table td.discount_photo {
        width: 150px;
    }
    .custom_discountinfo table td.discount_tel {
        white-space: normal;
    }
}
@media screen and (max-width:475px) {
    .custom_discountinfo table td.discount_photo {
        display: none;
    }
    .custom_discountinfo table td.discount_name {
        padding-left: 10px;
    }
}
/**type2**/
.discount_box[data-type="2"] .dscntbx_filter {
    display: flex;
    margin-bottom: 1em;
}
.discount_box[data-type="2"] .dscntbx_filter,
.discount_box[data-type="2"] .dscntbx_datas {
    overflow: hidden;
}
.discount_box[data-type="2"] .dscntbx_filter > ul,
.discount_box[data-type="2"] .dscntbx_datas > ul {
    display: flex;
    flex-wrap: wrap;
}
.discount_box[data-type="2"] .dscntbx_filter > ul {
    margin-left: -5px;
    margin-top: -5px;
}
.discount_box[data-type="2"] .dscntbx_filter > ul > li {
    padding-left: 5px;
    padding-top: 5px;
}
.discount_box[data-type="2"] .dscntbx_filter > ul > li > a {
    background-color: #CCC;
    text-decoration: none;
    display: block;
}
.discount_box[data-type="2"] .dscntbx_filter > ul > li > a {
    color: #FFF;
    padding: 0.3em 1em;
    border-radius: 0.5em;
}
.discount_box[data-type="2"] .dscntbx_filter > ul > li.active > a,
.discount_box[data-type="2"] .dscntbx_filter > ul > li > a:hover {
    background-color: #000;
}
.discount_box[data-type="2"] .dscntbx_datas > ul {
    margin-left: -30px;
    margin-top: -30px;
    margin-bottom: -32px;
}
.discount_box[data-type="2"] .dscntbx_datas > ul > li {
    width: 33.33333333333333%;
    min-width: 33.33333333333333%;
    padding-left: 30px;
    padding-top: 30px;
}
.discount_box[data-type="2"] .discount_datas_box {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding-bottom: 30px;
    border-bottom: 2px dashed #b5b5b5;
}
.discount_box[data-type="2"] .discount_datas_box > div:first-child ~ div {
    margin-top: 15px;
}
/*
.discount_box[data-type="2"] .discount_name,
.discount_box[data-type="2"] .discount_photo,
.discount_box[data-type="2"] .discount_url {
    text-align: center;
}
.discount_box[data-type="2"] .discount_name {
    font-weight: bold;
}
.discount_box[data-type="2"] .discount_photo img {
    border-radius: 15px;
}
.discount_box[data-type="2"] .discount_address {
    flex-grow: 1;
}*/
@media screen and (max-width:1024px) {
    .discount_box[data-type="2"] .dscntbx_datas > ul > li {
        width: 50%;
        min-width: 50%;
    }
}
@media screen and (max-width:475px) {
    .discount_box[data-type="2"] .dscntbx_datas > ul > li {
        width: 100%;
        min-width: 100%;
    }
}