@charset "UTF-8";

/*---------------------------------------------common-----*/

#sec-menu {
    padding: 140px 0 30px;
}

.flex-list {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -1%;
}

.flex-list li {
    margin: 0 1.5% 5%;
    width: 30%;
}

.flex-list li .link-wrap {
    display: block;
    position: relative;
}

.flex-list li .link-wrap .img-text {
    color: #fff;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.flex-list li .link-wrap .en-ttl {
    text-align: center;
}

.flex-list li .link-wrap .menu-name {
    text-align: center;
    line-height: 1.4;
}

.flex-list li .link-wrap .cm-btn {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.flex-list .sub-ttl {
    margin-bottom: 10px;
    text-align: center;
}

.flex-list .text15 {
    margin-bottom: 25px;
}

.flex-brown {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}

.flex-brown li {
    margin: 0 0 2%;
    width: 48%;
}

.flex-brown li .brownBox {
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    color: #fff;
    background: #826e60;
    padding: 5px 2px;
    text-align: center;
    transition: 0.5s ease;
}

.flex-brown li .brownBox.narrow {
    letter-spacing: -0.05em;
}

.flex-brown li .brownBox:hover {
    background: #321809;
}

.menu-list .arrowWrap {
    display: flex;
    justify-content: flex-end;
}

.menu-list .arrowWrap svg circle:last-child {
    stroke: #42a995;
}

.menu-list .arrowWrap .ico span {
    color: #42a995;
}

.text25 {
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.price-bnr {
    margin: 0 auto 100px;
    width: 70%;
}

@media only screen and (max-width: 1200px) {
    .flex-brown li .brownBox {
        font-size: 1.1rem;
    }

    .menu-list .sub-ttl.text22 {
        font-size: 1.7rem;
    }

    .flex-list li {
        margin: 0 1% 2%;
    }
}

@media screen and (max-width: 834px) {
    #sec-menu {
        padding: 50px 0 0;
    }

    .flex-list {
        margin: 0px;
    }

    .flex-list li {
        margin: 0 0% 3%;
        width: 100%;
    }

    .flex-list .text15 {
        margin-bottom: 15px;
    }

    .flex-list li .link-wrap .en-ttl {
        font-size: 1rem;
    }

    .flex-list li .link-wrap .menu-name {
        margin-bottom: 10px;
        line-height: 1;
        font-size: 1.7rem;
    }

    .flex-list li .sub-ttl {
        margin-top: 5px;
        font-size: 1.6rem;
        line-height: 1.4;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .flex-list li .text15 {
        font-size: 1.3rem;
        line-height: 1.7;
    }

    .flex-brown {
        margin-bottom: 30px;
    }

    .flex-brown li {
        width: 49%;
        margin: 0 0 2%;
    }

    .flex-brown li .brownBox {
        font-size: 1.3rem;
        line-height: 1.4;
    }

    svg {
        width: 40px;
        height: 40px;
    }

    .flex-list li .link-wrap .cm-btn {
        position: absolute;
        right: 0;
        bottom: 0px;
    }

    .price-bnr {
        margin: 0px auto 60px;
        width: 100%;
    }

    .flex-list li .link-wrap {
        width: 500px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

}

@media screen and (max-width: 687px) {}

@media only screen and (max-width: 1270px) {}

@media only screen and (max-width: 1080px) {}

@media only screen and (max-width: 687px) {}

/* ボトックスバナー */
.botox_bnr {
    margin-bottom: 10rem;
}

@media screen and (max-width: 834px) {
    .botox_bnr {
        margin-bottom: 5rem;
    }
}

/* インプラントバナー */
.implant_bnr {
    text-align: center;
    margin-bottom: 10rem;
    img{
        width: auto;
    }
}

@media screen and (max-width: 834px) {
    .implant_bnr {
        margin-bottom: 5rem;
        img {
                width: 100%;
            }
    }
}