@charset "utf-8";

h1, h2, h3, h4, h5, dt {
    font-family: 'Sawarabi Mincho', "Yu Mincho", serif;
}

.mv--dummy {
    display: block;
    padding-top: 95px;
}
@media (max-width: 1024px) {
    .mv--dummy {
        padding-top: 60px;
    }
}
@media screen and (max-width: 767px) {
    .mv--dummy {
        padding-top: 48px;
    }
}

.cmp-list_main {
    /* background: url(/home/img/section_bg_point.jpg) no-repeat center; */
    background-size: cover;
}

.cmp-list_wrap {
    width: min(1000px, 100%);
    margin: 30px auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.cmp-list_title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.cmp-list_title-sub {
    margin-top: 1rem;
    font-size: 14px;
    text-align: justify;
}

/* .cmp-list_list_wrap {} */

.cmp-list_list {
    display: flex;
    flex-direction: column;
}

.cmp-list_list-title {
    display: block;
    /* text-align: center; */
    width: min(100%, 916px);
    /* font-size: 24px; */
    margin-bottom: .6em;
    margin-top: 4em;
    border-bottom: 1px solid #B79F7C;
    border-left: 6px solid #B79F7C;
    margin: 2em auto .6em;
}

.cmp-list_list-title > span {
    font-size: 20px;
    display: inline-block;
    margin: 0 .6em .1em;
    /* border-left: 6px solid #B79F7C; */
    /* border-bottom: 1px solid #B79F7C; */
}

.cmp-list_el {
    position: relative;
    margin-top: 1.4rem;
    background-color: #fff;
    box-shadow: 0px 0px 10px -2px #a78758;
}

.cmp-list_rbn {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 89px;
    height: 91px;
    overflow: hidden;
}

.cmp-list_rbn-txt {
    position: absolute;
    top: 22px;
    left: -23px;
    display: inline-block;
    width: 160px;
    padding: 7px 0;
    text-align: center;
    font-size: 18px;
    line-height: 16px;
    background: linear-gradient(to right, #edd274 0%,#d8d3c2 100%);
    color: #fff;
    text-shadow: 0 2px 2px #968546;
    letter-spacing: 0.05em;
    transform: rotate(45deg);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* .cmp-list_rbn-txt.cmp-list_rbn-txt-body {} */

.cmp-list_rbn-txt.cmp-list_rbn-txt-facial {
    background: linear-gradient(to right, #94c7b4 0%,#c9f0e2 100%);
}

.cmp-list_rbn-txt.cmp-list_rbn-txt-bridal {
    background: linear-gradient(to right, #cfa7b0 0%,#f2e3e6 100%);
}

.cmp-list_rbn-txt:before,
.cmp-list_rbn-txt:after {
    position: absolute;
    content: "";
    border-top: 4px solid #706849;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    bottom: -4px;
  }
  
  .cmp-list_rbn-txt:before {
    left: 14px;
  }
  
  .cmp-list_rbn-txt:after {
    right: 18px;
  }

.cmp-list_el-img {}

.cmp-list_el-img > img {
    width: 100%;
    box-shadow: 0px 1px 2px 0px #a78758;
}

/* Image(Round) Sample */
/* .cmp-list_el-img > img {
    width: calc(100% - 20px);
    margin: 10px;
    box-sizing: border-box;
    border-radius: 4px;
} */

.cmp-list_el_cont {
    padding: 1rem 1rem 100px;
    background-color: #fff;
}

.cmp-list_el_title {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.cmp-list_el_desc {
    margin-top: 1rem;
    font-size: 14px;
    text-align: justify;
}

.cmp-list_btn_wrap {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    padding-bottom: 20px;
}

.cmp-list_btn {
    display: block;
    /* width: min(160px, 40%); */
    width: min(200px, 48%);
    padding: 13px .4rem 14px;
    background-color: #b79f7c;
    box-shadow: 0px 0px 6px 0px #a78758;
    border-radius: 6px;
    text-align: center;
}

.cmp-list_btn-r {
    display: none;
}

.cmp-list_btn_txt {
    font-family: 'Sawarabi Mincho', "Yu Mincho", serif;
    font-size: 16px;
    color: white;
}

/* PC only */
@media screen and (min-width:768px) {
    .cmp-list_wrap {
        margin: 50px auto;
    }

    .cmp-list_title {
        font-size: 30px;
    }

    .cmp-list_title-sub {
        text-align: center;
    }

    .cmp-list_list_wrap {
        margin-top: 2rem;
    }

    .cmp-list_list-title > span {
        font-size: 24px;
    }
    
    .cmp-list_list {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .cmp-list_el {
        width: 46%;
        margin: 2%;
    }

    .cmp-list_el_title > br {
        display: none;
    }
}
