.week {
    width: calc(33.3% - 20px);
    border-radius: 5px;
    margin: 0 20px 20px 0;
    background: #eeeeee;
    padding: 10px 10px 15px 10px;
    display: flex;
    flex-direction: column;
}

.week__location a {
    color: inherit;
}

.week .lsfw-flag.lsfw-flag-sm {
    margin: 2px 0 0 -2px;
}

.week__location {
    color: #475669;
    text-transform: uppercase;
    padding: 3px 15px 3px 7px;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 13px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.7);
}

.top-week {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    width: calc(100% + 20px);
    flex-wrap: wrap;
    justify-content: center;
}

.week__img img {
    border-radius: inherit;
}

.week__img.no-shadow::before {
    display: none;
}

.week .bth__ttl-h2::before {
    content: "\f164";
    margin-right: 10px;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    width: 25px;
    height: 25px;
    background: #206200;
    color: #ffffff;
    border-radius: 100%;
    position: absolute;
    font-size: 11px;
    text-align: center;
    line-height: 24px;
    left: 0;
    top: 0;
}

.week .bth__ttl-h2 {
    color: #206200;
    position: relative;
    padding-left: 35px;
    display: block;
}

.week__cut {
    display: inline-block;
    vertical-align: bottom;
    max-width: calc(100% - 30px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.week__img > span {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    bottom: 30px;
    color: #ffffff;
    font-weight: bold;
    line-height: 22px;
    font-size: 13px;
}

.week__img > span span br {
    display: none;
}

.week__img > span span {
    display: block;
    text-transform: none;
    font-size: 11px;
    line-height: 15px;
    font-weight: normal;
    margin-top: 10px;
}

.week__img::before {
    content: '';
    width: 100%;
    position: absolute;
    border-radius: inherit;
    height: 80%;
    bottom: 0;
    right: 0;
    background: -o-linear-gradient(bottom, #1c4d5e, transparent);
    background: -webkit-gradient(linear, left bottom, left top, from(#1c4d5e), to(transparent));
    background: linear-gradient(to top, #1c4d5e, transparent);
}

.week .bth__btn {
    margin: auto auto 0 auto;
    display: block;
}

.week p {
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 15px;
}

.week__img {
    background: #ffffff;
    width: 100%;
    position: relative;
    height: 250px;
    margin: 10px 0 15px 0;
    border: 2px solid #ffffff;
    border-radius: 5px;
    overflow: hidden;
}

.week .week__ttl {
    margin-bottom: 7px;
    font-size: 23px;
    text-align: center;
    display: block;
    color: #ff0000;
    font-weight: bold;
}

@media screen and (max-width: 1400px) {
    .week__img > span span br {
        display: block;
    }

    .week p {
        font-size: 14px;
        line-height: 24px;
    }
}

@media screen and (max-width: 1100px) {
    .week p {
        text-align: center;
        font-size: 14px;
        line-height: 22px;
    }

    .week {
        width: calc(33.3% - 5px);
        margin: 0 5px 5px 0;
    }

    .week .week__ttl {
        font-size: 17px;
    }

    .week__img {
        border: none;
        margin: 10px -10px 15px -10px;
        width: calc(100% + 20px);
        border-radius: 0;
    }
}

@media screen and (max-width: 1023px) {
    .week {
        width: calc(50% - 5px);
        margin: 0 0 10px 0;
    }

    .top-week {
        width: 100%;
        justify-content: space-between;
    }

    .week__img > span {
        padding: 0 15px;
    }

    .week__img > span br {
        display: none;
    }
}


@media screen and (max-width: 767px) {
    .top-week, .week {
        width: 100%;
        margin-right: 0;
    }

    .week .bth__ttl-h2 {
        font-size: 17px;
    }

    .week__img > span {
        bottom: 20px;
        font-size: 13px;
        line-height: 20px;
    }

    .week__img > span span br {
        display: none;
    }

    .week__img > span span {
        font-size: 8px;
    }

    .bth__btn.pr50 i {
        display: none;
    }

    .bth__btn.pr50 {
        text-align: center !important;
        padding: 10px !important;
        line-height: 25px;
    }

    .week p {
        font-size: 13px;
        line-height: 20px;
    }
}

@media screen and (max-width: 374px) {
    .week__img > span {
        padding: 0 5px;
    }

    .week__img > span span {
        font-size: 7px;
    }
}