@charset "utf-8";

* {
    margin: 0;
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.relative {
    position: relative;
}

.wrapper {
    max-width: 750px;
    margin: 0 auto;
}

.fv_insta-head {
    display: block;
    position: relative;
    margin-bottom: -3%;
    z-index: 10;
}

.cv01_btn {
    position: absolute;
    width: 88%;
    top: 46.49%;
    left: 50%;
    transform: translateX(-50%);
}

.cv02_btn {
    position: absolute;
    width: 88%;
    top: 83.091%;
    left: 50%;
    transform: translateX(-50%);
}

.cv02_btn-ibj {
    position: absolute;
    width: 88%;
    top: 85%;
    left: 50%;
    transform: translateX(-50%);
}

.cv03_btn {
    position: absolute;
    width: 88%;
    top: 68.1472%;
    left: 50%;
    transform: translateX(-50%);
}

.cv04_btn {
    position: absolute;
    width: 88%;
    top: 74.5%;
    left: 50%;
    transform: translateX(-50%);
}

.cv04_btn-ibj {
    position: absolute;
    width: 88%;
    top: 78%;
    left: 50%;
    transform: translateX(-50%);
}

.sec09_inner {
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
}

.qanda {
    width: 100%;
    margin: 0 auto;
}

.toggle {
    margin-bottom: 0.6%;
}

.toggle:last-child {
    margin-bottom: 0;
}

.toggle dt .inner {
    width: 100%;
    display: block;
    cursor: pointer;
}

.inner>span:last-of-type,
.inner.active>span:first-of-type {
    display: none;
}

.inner.active>span:last-of-type {
    display: inline;
}

.qanda dd {
    display: none;
}

.footer {
    margin-bottom: 30%;
}

.footer_inner {
    position: absolute;
    width: 43.6%;
    top: 6.65%;
    left: 50%;
    transform: translateX(-50%);
    display: block;
}

.footer_inner div {
    margin-bottom: 8%;
}

.footer_inner div:last-child {
    margin-bottom: 0;
}

.floating {
    max-width: 750px;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 10;
}

.floating_inner {
    position: absolute;
    top: -1%;
    width: 88%;
    left: 50%;
    transform: translateX(-50%);
}

.btn:hover {
    filter: brightness(110%);
}

.btn {
    transition: filter 0.3s;
}

dd {
    position: relative;
}

dd .relative:not(:first-child) {
    margin-top: 4px;
}

.link {
    position: absolute;
    left: 0;
    top: 18%;
}

.link.-line3 {
    /*top: 15.5%; 2022/10/24*/
    top: 18.5%;
}

.link.-line4 {
    top: 15.5%;
}

.cv-bnr_present {
    display: block;
    padding: 2% 2em 0;
    max-width: 620px;
    margin: auto;
}

.floating_present-bnr {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 86%;
    display: block;
    width: min(400px, 60vw);
    margin: auto;
    z-index: 20;
}

.cv-bnr_present.cv-bnr_present-float {
    padding: 0;
}


/* Shop info */
.shop_wrap {
    margin-bottom: 6%;
}

.shop_area {
    width: min(690px, 92vw);
    margin: 0 auto 1em;
}

/* .shop_area-switch img {
    display: none;
}

.shop_area-switch:not(.is_close) img:nth-of-type(1),
.shop_area-switch.is_close img:nth-of-type(2) {
    display: block;
}

.shop_area-shops {
    padding: 0;
}

.shop_area-shop-el {
    display: block;
    margin: 5% 0;
} */

.lp-salon_list {
    width: min(691px, 92.1vw);
    margin: auto !important;
    padding: 0 !important;
    list-style-type: none !important;
}

.lp-salon_list_district {
    display: block;
    margin-top: 4%;
    padding-bottom: 0 !important;
    list-style: none;
}

.lp-salon_list_district_name {
    display: block;
    padding: 4px 0 6px;
    background-color: rgb(102, 102, 102);
    text-align: center;
    font-size: min(4.5vw, 30px);
    font-weight: normal;
    color: rgb(255, 255, 255);
    letter-spacing: 1px;
    line-height: 1;
}

.lp-salon_list-salons {
    padding: 0 !important;
}

.lp-salon_list-salons_el {
    margin-top: 4%;
    padding: 0 !important;
    list-style: none;
}

.lp-salon_list-salons_el>a {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
}

.lp-salon_list-salons_info {
    width: 80%;
}

.lp-salon_list-salons_name {
    display: block;
    font-size: min(4.8vw, 34px);
    font-weight: bold;
    color: black;
}

.lp-salon_list-salons_address {
    display: block;
    padding-top: 2%;
    font-size: min(3.6vw, 26px);
    line-height: 1.3;
    color: #444;
}

.lp-salon_list-salons_img {
    width: min(126px, 16.8vw);
}

.lp-salon_list-salons_img>img {
    display: block;
}

/* Color Adjustment */
.lp-salon_list--violet .lp-salon_list_district_name {
    background: #81017E;
    background: linear-gradient(0deg, #C05E88 0%, #81017E 100%);
}

.lp-salon_list--violet .lp-salon_list-salons_name {
    color: #591E7A;
}

.lp-salon_list--orange .lp-salon_list_district_name {
    background: #FF452F;
    background: linear-gradient(0deg, #F9DF7F 0%, #FF452F 100%);
}

.lp-salon_list--orange .lp-salon_list-salons_name {
    color: #e22611;
}

.lp-salon_list--pink .lp-salon_list_district_name {
    background: #DD597E;
    background: linear-gradient(0deg, #F486A7 0%, #DD597E 100%);
}

.lp-salon_list--pink .lp-salon_list-salons_name {
    color: #c5204f;
}

.lp-salon_list--blue .lp-salon_list_district_name {
    background: #0C0060;
    background: linear-gradient(0deg, #CEE3FF 0%, #0C0060 100%);
}

.lp-salon_list--blue .lp-salon_list-salons_name {
    color: #0C0060;
}

/* .lp-salon_list--violet .lp-salon_list-salons_address {
color: .todo--color_hex;
} */

@media screen and (min-width: 768px) {
    .lp-salon_list-salons_el>a:hover {
        cursor: pointer;
    }
}

@media screen and (max-width: 749px) {
    .footer_inner {
        position: absolute;
        width: 36.935%;
        top: 8%;
        left: 50%;
        transform: translateX(-50%);
        display: block;
    }

    .footer_inner div {
        margin-bottom: 3%;
    }
}