/* 202103 */

.shop01-template-09 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 230px;
    padding-bottom: 170px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.shop01-template-09 .this_container {
    width: 85%;
    position: relative;
    margin: 0 auto;
    padding-bottom: 0;
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
}

.shop01-template-09 .info_box {
    width: 35%;
    display: block;
    position: relative;
    text-align: center;
    padding: 0 8%;
    border-right: 1px solid #d6d6d6;
}

.shop01-template-09 .info_box::after {
    content: '';
    background-color: #ea260c;
    position: absolute;
    right: -2px;
    width: 3px;
    height: 145px;
    display: block;
    top: 0;
    z-index: 1;
    transition: all .6s ease;
}

.shop01-template-09 .info_box:last-child::after {
    display: none;
}

.shop01-template-09 .info_box:last-child {
    border-right: 0;
}

.shop01-template-09 .info_box .imgs img {}

.shop01-template-09 .info_box .imgs {
    height: 145px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shop01-template-09 .info_box .name {
    font-size: 30px;
    display: block;
    position: relative;
    color: #18161c;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 55px;
}

.shop01-template-09 .info_box .memo {
    font-size: 18px;
    color: #3f3f3f;
    display: block;
    position: relative;
    line-height: 32px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

@media (min-width:1199px) {}

@media (max-width:1200px) {
    .shop01-template-09 .this_container {
        width: 100%;
    }
    .shop01-template-09 .info_box {
        padding: 0 5%;
    }
    .shop01-template-09 .info_box .name {
        font-size: 22px;
        margin-bottom: 16px;
        margin-top: 35px;
    }
    .shop01-template-09 .info_box .memo {
        font-size: 16px;
        color: #3f3f3f;
        line-height: 28px;
    }
}

@media (max-width:1000px) {
    .shop01-template-09 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .shop01-template-09 .info_box .name {
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 25px;
    }
    .shop01-template-09 .info_box .memo {
        font-size: 14px;
        line-height: 26px;
    }
    .shop01-template-09 .info_box .imgs,
    .shop01-template-09 .info_box::after {
        height: 130px;
    }
}

@media (max-width:600px) {
    .shop01-template-09 .this_container {
        display: block;
    }
    .shop01-template-09 .info_box {
        padding-bottom: 38px;
        width: 90%;
        border-bottom: 1px solid #dfdfdf;
        left: 5%;
        margin-bottom: 20px;
        padding-left: 0;
        padding-right: 0;
        border-right: 0;
    }
    .shop01-template-09 .info_box::after {
        display: none;
    }
    .shop01-template-09 .info_box .imgs {
        height: auto;
    }
    .shop01-template-09 .info_box .name {
        margin-top: 0;
    }
}