@charset "UTF-8";

.relex-ttl {
    font-size: 20px;
    color: #4d3116;
    text-align: center;
    border-top: 1px solid #4d3116;
    border-bottom: 1px solid #4d3116;
    padding: 30px 0;
    margin-top: 60px;
}

.suisen-flex {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.suisen-flex .left {
    width: 35%;
}

.suisen-flex .right {
    width: 59%;
}

.suisen-item {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.suisen-item:nth-of-type(n+2) {
    margin-top: 40px;
}

.suisen-item .item-ttl {
    width: 100%;
    margin-bottom: 20px;
}

.suisen-item figure {
    width: 26%;
}

.suisen-item .item-txt {
    width: 70%;
}

.meramin,
.meramin-color {
    flex-wrap: wrap;
    justify-content: space-between;
}

.meramin-color {
    position: relative;
}

.meramin-color .cap_txt {
    bottom: -15px;
}

.meramin .left {
    width: 54%;
    margin-right: 4%;
}

.meramin .right {
    width: 40%;
}

.meramin-color li {
    width: 23%;
}

.select-ttl span {
    display: block;
    font-size: 18px;
    border-top: 1px solid #4d3116;
    border-bottom: 1px solid #4d3116;
    border-right: 1px solid #4d3116;
    padding: 20px 20px;
}

.select-ttl span.free {
    color: #fff;
    background: #4d3116;
}

.select-ttl span:nth-of-type(2) {
    flex: 1;
}

.select-item {
    margin-top: 50px;
}

.select-item:nth-of-type(2) {
    margin-top: 80px;
}

.select-item-ttl {
    font-size: 20px;
    color: #4d3116;
    text-align: center;
    background: #f4ece2;
    padding: 20px 0;
    margin-bottom: 20px;
}

.select-item .k21 {
    margin-top: 20px;
}

.select-item li.flex {
    flex-wrap: wrap;
    justify-content: space-between;
}

.select-item li.flex figure {
    width: 48%;
}

.select-item li.flex .text {
    width: 48%;
}

.icon {
    position: absolute;
    width: 80px;
    height: 80px;
    top: -20px;
    left: -20px;
    z-index: 10;
}

.sani-flex {
    flex-wrap: wrap;
    justify-content: space-between;
}

.sani-flex .left {
    width: 62.6%;
}

.sani-flex .right {
    width: 31.4%;
}

.select-ttl {
    margin-top: 20px;
}

.select-ttl p {
    font-size: 13px;
    text-align: center;
    padding: 4px 0;
}

.select-ttl p:nth-of-type(1) {
    color: #fff;
    background: #4d3116;
}

.select-ttl p:nth-of-type(2) {
    color: #fff;
    background: #7d7d7d;
}

.column2 li .image,
.column2 li .text {
    width: 48%;
}


/*=======================================
TAB_横
=======================================*/
@media (max-width: 1180px) {}


/*=======================================
TAB_縦~SP
=======================================*/
@media (max-width: 820px) {
    .relex-ttl {
        font-size: 16px;
        margin-top: 30px;
    }
    .suisen-flex .left {
        width: 100%;
    }

    .suisen-flex .right {
        width: 100%;
        margin-top: 20px;
    }

    .suisen-item .item-txt {
        margin-top: 0;
    }

    .meramin .left {
        width: 100%;
    }

    .meramin .right {
        width: 100%;
        margin-top: 20px;
    }

    .select-ttl {
        flex-wrap: wrap;
    }

    .select-ttl span {
        width: 100%;
        font-size: 14px;
        border-left: 1px solid #4d3116;
        padding: 10px;
    }

    .select-item-ttl {
        font-size: 18px;
        padding: 10px 0;
    }

    .select-item:nth-of-type(2) {
        margin-top: 60px;
    }

    .select-item li.flex:nth-of-type(2) {
        margin-top: 40px;
    }

    .icon {
        width: 60px;
        height: 60px;
        left: -10px;
    }

    .sani-flex .left {
        width: 100%;
    }

    .sani-flex .right {
        width: 100%;
        margin-top: 40px;
    }

    .column2 li .image,
    .column2 li .text {
        width: 100%;
    }

    .column2 li .text {
        margin-top: 10px;
    }
}