@charset "utf-8";

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

p {
    margin: 0;
    padding: 0;
}

ul {
    margin-left: 0;
    padding-left: 0;
}

.primaryTextColor {
    color: #d05d62;
}

/* 既存フォントカラーの上書き */
/* 詳細度高めの指定理由：本 CSS を別ページで読み込んだ際、フォントカラーが変更されてしまうため */
.section__title, .section p,
.what__accordion-content p {
    color: #000;
}

.flow__title,
.tab_content,
.contact__shopOpenTime,
.section__special p
{
    color: #484848;
}

/* ========== mv ========== */
.mv__area {
    text-align: center;
    position: relative;
}

.mv__lead {
    position: absolute;
    top: -90px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 200px;
}

.mv__lead img {
    max-width: 572px;
    width: 100%;
    height: auto;
}

.title__lead {
    font-size: 26px;
    color: #484848;
    display: inline-flex;
}

@media screen and (max-width:1740px) {
    .mv__lead img {
        width: 90%;
    }
}

@media screen and (max-width:1600px) {
    .mv__lead img {
        width: 52%;
    }
    .title__lead {
        font-size: 24px;
    }
}

@media screen and (max-width:1280px) {
    .mv__lead img {
        width: 43%;
    }
    .title__lead {
        font-size: 20px;
    }
}


.title__lead::before {
    content: "｜";
    transform: scaleX(2.0) rotate(-15deg);
    margin-right: 3px;
}

.title__lead::after {
    content: "｜";
    transform: scaleX(2.0) rotate(15deg);
    margin-left: 3px;
}

.salon__mv {
    background-image: url(/contents/salon/images/pc/mv_new.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
    height: calc(35vw - 100px);
    margin-left: calc(-50vw + 50%);
}

/* ========== mv button ========== */

.mvButton__wrapper {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 110px;
    display: flex;
    margin: auto;
    flex-direction: row;
    justify-content: center;
    gap: 38px;
}

.mvButton__wrapper button {
    font-size: 26px;
    width: 230px;
    height: 90px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    letter-spacing: 2px;
    z-index: 1;
}

button:focus {
    outline: none;
}

.mvButton__inner button.button__shop {
    color: #e77d8b;
    border: 2px solid #e77d8b;
    background: #fff;
    box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, .12);
}

.mvButton__inner button.button__consultant {
    color: #fff;
    background: #e77d8b;
    box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, .12);
}

/* レスポンシブ対応 */
@media screen and (max-width:1400px) {
    .mvButton__wrapper {
        bottom: 40px;
        gap: 30px;
    }
    /* .mvButton__wrapper button {
        width: 190px;
        height: 90px;
    } */
}


/* ふきだし */
.shop__balloon,
.consul__balloon {
    display: none;
    position: absolute;
    top: -90px;
    width: 360px;
    height: 95px;
    background: #fff;
    text-align: center;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, .12);
}

.buttonShop:hover .shop__balloon,
.buttonConsultant:hover .consul__balloon,
.dummy-hover:hover .shop__balloon {
    display: flex;
}

.dummy-hover {
    opacity: 0;
    width: 100%;
    height: 20px;
}

.shop__balloon {
    left: 220px;
}

.consul__balloon {
    right: 0;
    left: 0;
    margin: auto;;
}

.shop__balloon ul,
.consul__balloon ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    list-style-type: none;
}

.shop__balloon ul li,
.consul__balloon ul li {
    border: 1px solid #E77D8B;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
}

.shop__balloon ul li {
    padding: 12px 16px;
}

.consul__balloon ul li {
    padding: 12px 21px;
}

.shop__balloon ul li a,
.consul__balloon ul li a {
    color: #E77D8B;
    text-decoration: none;
}

.shop__balloon::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 20px;
    bottom: -17px;
}

.consul__balloon::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 220px;
    bottom: -17px;
}

.shop__balloon::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 101px;
    bottom: -16px;
    border-top: 16px solid #fff;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
}

.consul__balloon::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -16px;
    border-top: 16px solid #fff;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
}

.shop__balloon::before {
    left: 100px;
}

.consul__balloon::before {
    right: 105px;
}

/* ========== section ========== */
section {
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}

section p {
    font-size: 14px;
}

section + section {
    padding-top: 50px;
}

.section__pickup {
    padding-bottom: 40px;
}

.section__what {
    padding-bottom: 80px;
    position: relative;
}

.section__special {
    position: relative;
    margin-top: 40px;
    padding-bottom: 40px;
}

/* 背景横いっぱいのセクション */
.section__what::before,
.section__special::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    display: block;
    width: 100vw;
    height: 100%;
    background-color: #faf8f5;
    content: "";
    transform: translateX(-50%);
}

.section__contact {
    margin-top: 80px;
    margin-bottom: 60px;
}

.section__heading-col2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}

.section__title h2 {
    margin: 0;
}

.section__title {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.section__title strong{
    font-family: 'Outfit', sans-serif;
    font-size: 50px;
    font-weight: bold;
}

/* ========== what ========== */
.what__accordion {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    position: relative;
    width: 100%;
    text-align: center;
}

.what__accordion-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.what__accordion-item {
    border-radius: 10px;
    box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, .12);
    background-color: #fff;
    padding: 20px 20px 30px 20px;
}

.what__accordion-item img {
    width: 100%;
    background-color: #f8f8f8;
    margin-top: 20px;
}

.what__accordion-title {
    position: relative;
    color: #484848;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    height: 83px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.what__accordion-title__inner {
    border: 2px dotted #d05d62;
    border-radius: 6px;
    width: 100%;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
}

.what__accordion-content {
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
}

.what__accordion-content span {
    color: #d05d62;
    background: linear-gradient(transparent 50%, #fcf5e1 50%);
}

.what__accordion-content p {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    text-align: left;
}

.what__accordion-content p + p {
    margin-top: 10px;
}

.what__accordion-item .what__accordion-title {
    background-color: #fff;
    border-radius: 10px;
}

.what__accordion-title::before {
    content: '';
    display: inline-block;
    width: 126px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -7px;
    left: -7px;
}

.what__accordion-container .what__accordion-item:nth-child(1) .what__accordion-title::before {
    background-image: url(/contents/salon/images/pc/icon__point1.png);
}
.what__accordion-container .what__accordion-item:nth-child(2) .what__accordion-title::before {
    background-image: url(/contents/salon/images/pc/icon__point2.png);
}
.what__accordion-container .what__accordion-item:nth-child(3) .what__accordion-title::before {
    background-image: url(/contents/salon/images/pc/icon__point3.png);
}
.what__accordion-container .what__accordion-item:nth-child(4) .what__accordion-title::before {
    background-image: url(/contents/salon/images/pc/icon__point4.png);
}


.what__advisor {
    border-left: 1px solid #d05d62;
    border-bottom: 1px solid #d05d62;
    padding-right: 70px;
    position: absolute;
    height: 95px;
    right: 0;
    bottom: 0;
}

.what__advisor::after {
    content:"";
    background-image: url(/contents/salon/images/sp/what__concierge.png);
    background-repeat: no-repeat;
    width: 165px;
    height: 165px;
    background-size: contain;
    display: block;
    position: absolute;
    right: -10px;
    bottom: -30px;
}

.what__advisor .what__advisor-content {
    margin: 6px 16px 0 10px;
    border: 1px solid #d05d62;
    background-color: #fff;
    padding: 11px 65px 10px 16px;
}

.what__advisor .what__advisor-content p {
    font-weight: 500;
    line-height: 1.4;
}

/* ========== case ========== */
.case__itemBox {
    border: 2px solid #e77d8b;
    border-radius: 10px;
    height: 430px;
}

.case__itemBox .case__itemImage img {
    width: 100%;
    height: auto;
}

.case__heading {
    display: flex;
    flex-direction: row;
}

.case__number {
    background-color: #e77d8b;
    color: #fff;
    border-radius: 7px 0 0 0;
    text-align: center;
    padding: 5px 18px 5px 11px;
    clip-path: polygon(0 0, 94% 0, 80% 100%, 0% 100%);
}

.case__largeNumber {
    font-family: 'Outfit', sans-serif;
    font-size: 23px;
    font-weight: 500;
}

.case__title {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding-left: 6px;
    line-height: 1.3;
}

.case__itemImage {
    border-top: 2px solid #e77d8b;
    border-bottom: 2px solid #e77d8b;
}

.case__text {
    padding: 15px 10px 14px;
    line-height: 1.6;
}

#salonTopCaseSlickSlide .slick-slide {
    margin: 0 5px;
}

#salonTopCaseSlickSlide .slick-dots li.slick-active button:before,
#salonTopCaseSlickSlide .slick-dots li button:before {
    font-size: 13px;
}

.section__case .slick-dots {
    bottom: -40px;
}

/* ========== how ========== */
.how__tab {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 50px;
    position: relative;
}

.how__topBorderLine {
    position: absolute;
    top: 0;
    border-bottom: 2px solid #e77d8b;
    width: 100%;
    height: 16px;
}

.how__tab img {
    width: 100%;
}

.how__tab:after {
    content: '';
    width: 100%;
    height: 2px;
    background:#e77d8b;
    display: block;
    order: -1;
}

.tab_label {
    height: 25px;
    color:#e77d8b;
    background:#fff;
    white-space: nowrap;
    text-align: center;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-right: 2px solid #e77d8b;
    flex: 1;
    margin-top: auto;
    padding: 10px 0;
    font-size: 18px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    line-height: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-direction: row-reverse;
}

.tab_label:first-of-type {
    border-left: 2px solid #e77d8b;
    margin-left: 103px;
}
.tab_label:last-of-type {
    margin-right: 103px;
}
.tab_active:first-of-type:checked + .tab_label {
    margin-left: 103px;
}


.tab_labelIcon_visit,
.tab_labelIcon_online,
.tab_labelIcon_line,
.tab_labelIcon_tell {
    position: relative;
}

.tab_labelIcon_visit::after,
.tab_labelIcon_online::after,
.tab_labelIcon_line::after,
.tab_labelIcon_tell::after {
    content: "";
}

.tab_labelIcon_visit::after {
    background-image: url(/contents/salon/images/sp/icon__visit.svg);
    width: 23px;
    height: 21px;
    left: 40px;
}
.tab_active:checked + .tab_labelIcon_visit::after {
    background-image: url(/contents/salon/images/sp/icon__visit_white.svg);
    width: 23px;
    height: 21px;
    left: 40px;
}

.tab_labelIcon_online::after {
    background-image: url(/contents/salon/images/sp/icon__online2.svg);
    width: 31px;
    height: 22px;
    left: 16px;
}
.tab_active:checked +.tab_labelIcon_online::after {
    background-image: url(/contents/salon/images/sp/icon__online2_white.svg);
    width: 31px;
    height: 22px;
    left: 16px;
}

.tab_labelIcon_line::after {
    background-image: url(/contents/salon/images/sp/icon__line.svg);
    width: 23px;
    height: 21px;
}
.tab_active:checked +.tab_labelIcon_line::after {
    background-image: url(/contents/salon/images/sp/icon__line_white.svg);
    width: 23px;
    height: 21px;
}

.tab_labelIcon_tell::after {
    background-image: url(/contents/salon/images/sp/icon__tell.svg);
    width: 21px;
    height: 21px;
}
.tab_active:checked +.tab_labelIcon_tell::after {
    background-image: url(/contents/salon/images/sp/icon__tell_white.svg);
    width: 21px;
    height: 21px;
}

.tab_content {
    width: 100%;
    height: 0;
    padding: 40px 100px 60px;
    overflow: hidden;
    opacity: 0;
    display: none;
    border-top: none;
    background-color: #faf8f5;
}

.tab_content p {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 400;
}

.tab_content img {
    width: 100%;
    height: auto;
}

.tab_active:checked + .tab_label {
    color:#fff;
    background:#e77d8b;
    height: 37px;
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-left: -2px;/* borderの幅分ずらす */
}

.tab_active:checked + .tab_label + .tab_content {
    height: auto;
    overflow: auto;
    opacity: 1;
    transition: .5s opacity;
    border-radius: 0 0 10px 10px;
    display: block;
}

.tab_active {
    display: none;
}

.tab_content iframe {
    width: 100%;
}

.flow__title {
    font-size: 24px;
    font-weight: 400;
    border-bottom: 1px solid #e77d8b;
    margin-bottom: 20px;
    width: 100%;
}

.flow__title .fs-middle {
    font-size: 16px;
    padding-left: 10px;
}

.how__button {
    display: flex;
    position: relative;
    max-width: 280px;
    width: 100%;
    height: 60px;
    background-color: #e77d8b;
    border-radius: 10px;
    color: #fff;
    font-size: 22px;
    margin: auto;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.how__button::after {
    content: "";
    width: 9px;
    height: 9px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 45%;
    right: 16px;
    border-radius: 1px;
}

.flow__recommend {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .15);
}

.flow__recommend .flow__recommend-title {
    color: #d05d62;
    border-bottom: 1px dotted #d05d62;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    width: 100%;
    font-size: 18px;
    padding-bottom: 8px;
}

.flow__recommend .flow__recommend-title::before {
    content: "｜";
    transform: scaleX(2.0) rotate(-15deg);
    margin-right: 3px;
}

.flow__recommend .flow__recommend-title::after {
    content: "｜";
    transform: scaleX(2.0) rotate(15deg);
    margin-left: 3px;
}

.flow__recommend .flow__recommend-list {
    list-style-type: none;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.flow__recommend .flow__recommend-list li {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    background-color: #faf8f5;
    border-radius: 8px;
    /* padding: 11px 2px 12px 8px; */
    padding: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 1.5;
    font-feature-settings: "palt";
    gap: 8px;
}

.flow__recommend .flow__recommend-list li:first-of-type {
    margin-top: 0;
}

.flow__recommend .flow__recommend-list li::before {
    content: "";
    background-image: url(https://wedding.mynavi.jp/contents/salon/images/sp/icon__checkbox_yellow.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.flow__subTitle {
    color: #484848;
    border-bottom: 1px dotted #d05d62;
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 16px;
    padding-bottom: 10px;
}

.flow__content {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .15);
    padding: 40px 40px 50px 40px;
}

.flow__introAreaList li {
    list-style-type: none;
    position: relative;
    padding-left: 15px;
    font-size: 14px;
}

.flow__introAreaList li::before {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background: #e77d8b;
}

.flow__introAreaList li:first-of-type {
    margin-top: 0;
}

.flow__introAreaList .fs-sm {
    font-size: 12px;
}

.flow__infoBox {
    background: #faf8f5;
    padding: 25px 30px;
    border-radius: 10px;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
}

.flow__infoBox .flow__infoBox__inner {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 25px 23px;
}

.flow__infoBox .flow__infoBox__inner table tr td:first-child {
    width: 85px;
}

.flow__infoBox .info__title {
    color: #d05d62;
    display: flex;
    align-items: center;
    width: 140px;
    margin: 0 auto 20px;
}

.flow__infoBox .info__title:not(:first-of-type) {
    margin-top: 30px;
}


.flow__infoBox .info__title + .flow__infoBox .info__title {
    margin-top: 30px;
}

.flow__infoBox .info__title:before,
.flow__infoBox .info__title:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #d05d62;
}

.flow__infoBox .info__title:before {
    margin-right: 1rem;
}

.flow__infoBox .info__title:after {
    margin-left: 1rem;
}

.info__telNumber {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    margin-top: 60px;
}

.info__telNumber .fs-sm {
    font-size: 14px;
}

.flow__infoBox table {
    font-size: 14px;
    border: none;
    background: none;
}

.flow__infoBox table th,
.flow__infoBox table td {
    border: none;
    padding: 3px 0;
    background: none;
}

.flow__infoBox table td {
    font-size: 14px;
}

.flow__image__japanmap,
.flow__image__lineImage,
.flow__image__addLineFriends,
.flow__image__soudan {
    text-align: center;
}

.flow__image__japanmap img {
    max-width: 500px;
    height: auto;
    width: 100%;
}

.flow__image__addLineFriends img {
    max-width: 550px;
    height: auto;
    width: 100%;
}

.flow__image__lineImage img {
    max-width: 294px;
    height: auto;
    width: 100%;
}

.flow__image__soudan img {
    max-width: 550px;
    height: auto;
    width: 100%;
}


.how__buttonArrow {
    display: flex;
    position: relative;
    color: #e77d8b!important;/* 既存別ページで使用のものをトップページのみ打ち消し */
    font-size: 14px;
    justify-content: flex-end;
    align-items: center;
    margin-top: 40px;
    padding-right: 60px;
}

.how__buttonArrow::before {
    content: '';
    width: 28px;
    height: 28px;
    background-color: #e77d8b;
    border-radius: 50%;
    position: absolute;
    right: 30px;
    margin-top: -4px;
}

.how__buttonArrow::after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    right: 41px;
    margin-top: -4px;
    transform: rotate(45deg);
}

.flow__stepTitle {
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px dotted #d05d62;
    padding-bottom: 10px;
}

.flow__stepTitle .fs-sm {
    font-size: 15px;
    color: #d05d62;
    font-weight: normal;
}

.flow__stepContent {
    margin: 20px 0;
}

.flow__stepBox {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .15);
    padding: 50px 40px;
}

.flow__stepBox:first-of-type {
    margin-bottom: 0;
    padding-bottom: 40px;
    border-bottom: 1px dotted #d05d62;
}

.flow__stepBox + .flow__stepBox {
    margin-top: 40px;
}

.flow__introAreaList {
    display: grid;
    grid-template-columns: 180px 1fr 180px;
    align-items: center;
    margin-bottom: 40px;
    gap: 12px 0;
}

/* 既存打ち消し */
.how__tab a,
.how__tab a:visited {
    color: #fff;
    text-decoration: none;
}

/* ========== special ========== */
.special__banner {
    margin-top: 20px;
    text-align: center;
}

.special__banner img {
    width: 100%;
}

/* ========== button to top ========== */
.button__toTop {
    padding-bottom: 180px;
    position: relative;
    width: 90%;
}

.button__toTop a {
    display: flex;
    color: #e77d8b;
    font-size: 14px;
    justify-content: end;
    align-items: center;
    margin-top: 40px;
    margin-right: 35px;
    text-decoration: none;
    /* タップ時ハイライト削除 */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

.button__toTop a::before {
    content: '';
    width: 28px;
    height: 28px;
    background-color: #e77d8b;
    border-radius: 50%;
    position: absolute;
    right: 0;
    margin-top: -1px;
}

.button__toTop a::after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 8px;
    right: 9px;
    margin-top: -1px;
    transform: rotate(-45deg);
}

/* ========== 既存の上書き ========== */
/* slick */
#salonTopSlickSlide .slick-list {
    overflow: initial;
}

#salonTopSlickSlide .salonTopSlide_image img {
    width: 98%;
}

#salonTopCaseSlickSlide .slick-list {
    overflow: initial;
}

/* slick button */
#salonTopSlickSlide .slick-dots li button:before,
#salonTopCaseSlickSlide .slick-dots li button:before {
    font-size: 13px;
}

#salonTopSlickSlide .slick-dots li.slick-active button:before,
#salonTopCaseSlickSlide .slick-dots li.slick-active button:before {
    color: #e77d8b;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 0 8px;
    padding: 0;
    cursor: pointer;
}

#salonTopSlickSlide .slick-dots li.slick-active button:before, #salonTopSlickSlide .slick-dots li button:before {
    font-size: 13px;
}

.slick-slide img {
    width: 100%;
}


/* ========== Header CSS ========== */
#salonHeadMenu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#salonHeadMenu li a {
    background-image: none;
    background-color: #e77d8b;
    border-right: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    padding-top: 0;
    padding-bottom: 0;
    gap: 3px;
}

#salonHeadMenu li a img {
    width: 22px;
    height: 27px;
}

#salonHeadMenu li:nth-child(3) a img {
    width: 26px;
    height: 27px;
}

#salonHeadMenu li.on a {
    background-image: none;
    position: relative;
}

#salonHeadMenu li.on a::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    background-color: #d05d62;
    bottom: 0;
    border-radius: 2px 2px 0 0;
}

/* ========== /.Header CSS ========== */


/* ========== contact ========== */
.contact__wrapper {
    display: flex;
    flex-direction: row;
    border: 2px solid #e4a0a8;
    position: relative;
    justify-content: space-between;
    padding: 45px 30px;
}

.contact__title {
    position: absolute;
    top: 0;
    font-size: 24px;
    color: #484848;
    background-color: #fff;
    width: 354px;
    height: 40px;
    top: -20px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

.contact__title span {
    display: inline-flex;
}

.contact__title span::before {
    content: "｜";
    transform: scaleX(2.0) rotate(-15deg);
    margin-right: 3px;
    color: #e4a0a8;
}

.contact__title span::after {
    content: "｜";
    transform: scaleX(2.0) rotate(15deg);
    margin-right: 3px;
    color: #e4a0a8;
}

.contact__wrapper .contact__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 23px;
}

/* 営業日時 */
.contact__wrapper .contact__inner .contact__textbox__wrapper {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.contact__wrapper .contact__inner .contact__textbox__wrapper .contact__textbox {
    border: 1px solid #e77d8b;
    border-radius: 10px;
    color: #e77d8b;
    padding: 6px 18px;
    font-size: 15px;
}

/* 問い合わせ番号 */
.contact__wrapper .contact__inner .contact__phone__wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.contact__wrapper .contact__inner .contact__phone__wrapper img {
    width: 71px;
    height: 71px;
}

.contact__wrapper .contact__inner .contact__phone__wrapper .contact__phoneNumber {
    font-size: 62px;
    color: #e77d8b;
}

.contact__inner .contact__shopOpenTime {
    font-size: 15px;
}

/* ========== /.contact ========== */

/* ========== .salon_konwhow ========== */
.salon_knowhow_box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0px 5px;
    margin-top: 30px;
}
.salon_knowhow_box img {
    width: 100%;
}
/* ========== /.salon_konwhow ========== */

/* ========== pankuzu ========== */
.pankuzu {
    color: #afafaf;
}

/* 既存打ち消し */
DIV#contentsPankuzu p.pankuzu {
    font-size: 14px;
}

DIV#contentsPankuzu a {
    color: #afafaf;
}

DIV#contentsPankuzu a span {
    text-decoration: none;
}
/* ========== /.pankuzu ========== */
