@charset "utf-8";

/*明朝体*/
.sdB_bentenjima h1,
.sdB_bentenjima h2,
.sdB_bentenjima h3,
.sdB_bentenjima h4,
.sdB_bentenjima h4,
.sdB_bentenjima li,
.sdB_bentenjima dl,
.sdB_bentenjima p {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.center {
    text-align: center;
}

.sdB_bentenjima p {}


.inner section {
    margin: 0 0 5em;
}




.day {
    background: #ffedea;
    padding: 60px 0;
    margin-bottom: 3em;
    text-align: center;
    font-size: 28px;
    color: #720909;
    position: relative;
    border: double #F1D881 3px;
    letter-spacing: 0.05em;
    background: linear-gradient(45deg, #B67B03 0%, #FFF0B5 45%, #FEE9A0 70%, #DAAF08 85%, #CF9E3A 90% 100%);
}

.day:before {
    position: absolute;
    content: '';
    top: 0.4em;
    left: 50%;
    display: block;
    width: 50%;
    height: 1em;
    background-image: url(../shinmiyakoda/deco_01.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 150px;

}

.day:after {
    position: absolute;
    content: '';
    bottom: 0.4em;
    left: 50%;
    display: block;
    width: 50%;
    height: 1em;
    background-image: url(../shinmiyakoda/deco_01.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(-50%) scale(1, -1);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 150px;
}

.money .bold {
    font-size: 110%;
    font-weight: bold;
    display: inline-block;
    text-align: right;
}

.sec03 .menu_list .money {
    text-align: left;
}

.sec03 .menu_list .money:after {
    margin-left: -0.5em;
}

.bg_red {
    background-color: #b93854;
    color: #fff;
    padding: 0.15em 0.3em;
    margin-right: 0.3em;
    font-size: 90%;
    display: inline-block;
    width: 60%;
    line-height: 1.2;
    text-align: center;
}


.day .title_01,
.day .title_01 .dib {
    font-size: clamp(1.125rem, 0.98rem + 0.72vw, 1.875rem);
    text-align: center;
    font-weight: bold;
}

.day .title_02,
.day .title_02 .dib {
    font-size: clamp(1.563rem, 1.322rem + 1.2vw, 2.813rem);
    text-align: center;
    font-weight: bold;
}

h1.main {
    font-weight: bold;
}


.sub_page #wrapper {
    padding-bottom: 0;
}

@media (min-width: 600px) {
    .sec04 .flex_area {
        justify-content: center;
    }


}


.open h2,
.open h2 .dib {
    font-size: 26px;
    color: #B93854;
    font-weight: bold;
    text-align: center;
}

.sdB_bentenjima h3,
.sdB_bentenjima h3 .dib {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #836B1A;
}

.sdB_bentenjima h3 {
    padding: 1em 0;
}

.gold,
.gold .dib {
    color: #836B1A;
    font-size: 1.2rem;
    font-weight: bold;
}

.check_list {
    padding: 1em;
    box-shadow: 1px 2px 3px 0px rgb(136, 113, 36);
    margin: 3em auto;
}

.check_list li {
    padding: 5px 0;
}

.check_list li:before {
    content: "✓";
    border: solid 1px;
    margin: 0 0.5em 0 0;
    padding: 0 1px;
}

.big,
.big .dib {
    font-size: 1.2rem;
    font-weight: 900;
}

.big_more,
.big_more .dib {
    font-size: 1.5rem;
    color: #B93854;
    font-weight: 900;
}

/*600px以上*/
@media (min-width: 600px) {
    .sdB_bentenjima p.big {
        font-size: 24px;
    }

    .big_more,
    .big_more .dib {
        font-size: 2.2rem;
        color: #B93854;
        font-weight: 900;
    }

    .flex_area.open {
        flex-direction: unset;
        width: 100%;
        margin: 0 auto;
    }

    .open .text_area {
        width: 60%;
        padding: 0 0 0 2.5em;
    }

    .gold,
    .gold .dib {
        text-align: center;
    }

    .check_list {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        max-width: 800px;
    }

    .check_list li {
        width: 50%;
        text-indent: -1.9em;
        padding-left: 2.1em;
    }

    .big {
        font-weight: 900;
        text-align: center;
    }
}

/*900px以上*/
@media (min-width: 900px) {

    .day:before,
    .day:after {
        max-width: 210px;
    }

    .open h2,
    .open h2 .dib {
        font-size: 30px;
    }

    .open .text_area {
        padding: 0 0 0 2.5em;
        width: fit-content;
    }

    .check_list li {
        font-size: 1.2em;
    }

    .sdB_bentenjima h3,
    .sdB_bentenjima h3 .dib {
        font-size: 30px;
    }

    .big,
    .big .dib {
        font-size: 1.9rem;
    }
}

/***************/
.sec02 .img_area {
    width: 80%;
    margin: 0 auto;
}

.sec02 .flex_area {
    margin: 0 0 4em;
}

.sec02 h4 {
    text-align: center;
    margin: 0 0 1em;
}

.waku {
    border: solid 2px #b93854;
    padding: 3em 4%;
    margin: 4em auto;
}

.sdB_bentenjima .waku p {
    font-size: 16px;
}

/*600px以上*/
@media (min-width: 600px) {
    .sec02 .flex_area {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 4em;
    }




    .sdB_bentenjima .sec02 h3 {
        text-align: left;
    }

    .sec02 .big {
        text-align: left;
        font-size: 20px;
    }

    .sec02 .img_area {
        width: 35%;
        margin: 0;
        text-align: center;
    }

    .sec02 .img_area img {
        max-width: 200px;
    }

    .sec02 .text_area {
        width: fit-content;

    }

    .flex_area.reverse {
        flex-direction: row-reverse;
    }

    .reverse .text_area {
        padding: 0 0 0 3em;
    }

    .text_a .text_area {
        padding: 0 3em 0 0;
    }

    .text_a .img_area {
        width: 60%;
    }

    .text_a .img_area img {
        max-width: 400px;
    }

    .sec02 h4 {
        text-align: left;
        line-height: 1.2;

    }
}

/*900px以上*/
@media (min-width: 900px) {}

/*sec03**************/
.sec03 .sub_tit {}

.sub_tit {
    line-height: 60px;
    position: relative;
    height: 60px;
    margin: 2em 50px 1em;
    padding: 0 2rem;
    text-align: center;
    color: #fff;
    background: #836B1A;
}

.sub_tit:before,
.sub_tit:after {
    position: absolute;
    top: 0;
    display: block;
    height: 48px;
    content: '';
    border: 30px solid #836B1A;
}

.sub_tit:before {
    left: -40px;
    border-left-width: 15px;
    border-left-color: transparent;
    height: 0;
}

.sub_tit:after {
    right: -40px;
    border-right-width: 15px;
    border-right-color: transparent;
    height: 0;
}

.sub_tit span {
    position: relative;
    display: block;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.3em;
}

.sec03 h2 {}

.sec03 .flow_list {}

.sec03 .flow_list .img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.sec03 .flow_list li {
    padding: 2em 7%;
    background: url(../concept/concept_box_bg.jpg) repeat-y;
    background-size: auto;
    background-size: 100%;
    margin: 0 0 3em;
}

.sec03 .flow_list dl {}

.sec03 .flow_list dt {
    font-size: 18px;
    border-bottom: solid 1px;
    color: #836B1A;
    padding-left: 1.8em;
    text-indent: -1.7em;
    font-weight: bold;
}

.sec03 .flow_list dt .num {
    padding: 3px 0.5em;
    background-color: #836B1A;
    color: #fff;
    margin: 0 6px 0 0;
}

.sec03 .flow_list dd {
    padding: 1em 0;
}

.sec03 .img_list {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    margin: 0 auto 4em;
    width: 100%;
    justify-content: center;
}

.sec03 .img_list li {
    width: 46%
}

.sec03 .menu_list {}

.menu_box {
    padding: 2em 7%;
    background: url(../concept/concept_box_bg.jpg) repeat-y;
    background-size: auto;
    background-size: auto;
    background-size: auto;
    background-size: 100%;
    margin: 0 0 3em;
}

.sec03 .menu_list li {}

.sec03 .menu_list dl {}

.sec03 .menu_list dt {
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin: 0 0 2em;
    width: 100%;
}

.sec03 .menu_list dt:after {
    position: absolute;
    content: '';
    bottom: -1.3em;
    left: 50%;
    display: block;
    width: 50%;
    height: 1em;
    background-image: url(../shinmiyakoda/deco_01.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 150px;
}

.sec03 .menu_list dd {}

.sec03 .menu_list .money {
    border-top: solid 1px #836B1A;
    margin: 1em 0;
    text-align: right;
    padding: 0.5em 0 0;
    width: 100%;
}

.sec03 .menu_list .money:after {
    content: "（税込）";
    font-size: 0.7em;
    display: inline-block;
}

/*600px以上*/
@media (min-width: 600px) {

    .sdB_bentenjima .sec03 h3,
    .sdB_bentenjima .sec03 h3 .dib {
        font-size: 34px;
    }

    .sec03 .menu_list dt {
        font-size: 1.6rem;
    }

    .sec03 .flow_list li {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
    }

    .sec03 .flow_list dl {
        width: 70%;
        padding: 0 1em 0 0;
    }

    .sec03 .flow_list .img {
        width: 30%;
        max-width: 300px;
        margin: 0;
    }

    .sec03 .img_list li {
        width: 22%;
    }
}

/*900px以上*/
@media (min-width: 900px) {
    .sec03 .menu_list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .menu_box {
        width: 48%;
        padding: 2em 4%;
    }

    .sec03 .flow_list dt {
        font-size: 28px;
    }
}

/****sec04************************/
.sec04 {}

.sub_tit02 {
    background-color: #b93854;
    color: #fff;
    font-size: 18px;
    padding: 0.5em 1.5em;
    border-radius: 3em;
    text-align: center;
    margin: 0 0 3em;
}

.sec04 .logo {}

.yoyaku_tit {
    background-color: #836B1A;
    color: #fff;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.8em;
    margin: 0.5em 0px;
}

.qr {
    display: block;
    width: 40%;
    max-width: 130px;
    margin: 0 auto;
}

.sec04 .text_area {
    margin: 0 0 3em;
}

.sec04 .img_area {
    max-width: 300px;
    margin: 0 auto;
}

.sec04 .logo p {
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    margin: 0;
    font-size: 5.1vw;
    line-height: 1;
}

/*600px以上*/
@media (min-width: 600px) {
    .sub_tit02 {
        font-size: 24px;
    }

    .qr {
        width: 100px;
        float: right;
    }

    .info {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sec04 .info p {}

    .sec04 .flex_area {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        align-items: center;
        max-width: 800px;
        margin: 0 auto;
    }

    .sec04 .text_area {
        width: 60%;
    }

    .sec04 .img_area {
        width: 40%;
        padding: 0 4% 0 0;
        margin: 0;
    }

    .sec04 .logo p {
        font-size: 3vw;
    }
}

/*900px以上*/
@media (min-width: 900px) {
    .sec04 .logo p {
        font-size: 26px;
    }
}





.sec05 .sub_tit {
    padding-inline: 0;
}

.sec05 .sub_tit span {
    letter-spacing: 0.2em;
}

.sec05 .message .img_area {
    width: 60%;
    max-width: 240px;
    margin: 0 auto auto;
}

.sec05 .waku {
    margin-block: 2em;
}

.sec05 .waku p.right {
    text-align: right;
    margin: 0;
}



@media (min-width: 600px) {
    .sec05 .message {
        flex-wrap: nowrap;
        grid-gap: 2em;
        margin: 2em;
    }

    .sec05 .salon_photo {}

    .sec05 .message .img_area {
        width: 30%;
        max-width: 200px;
    }

    .sec05 .waku {
        min-width: calc(100% - 200px - 2em);
        width: 70%;
        margin: 0 auto auto;
    }
}

.info p {
    margin: 0 0 0.5em;
}

.sejyutu {
    font-weight: bold;
    color: #836b1a;
}

/******************/
#popup {
    display: none;
    /* label でコントロールするので input は非表示に */
}

.popup-open {
    cursor: pointer;
    /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}

.popup-overlay {
    display: none;
    /* input にチェックが入るまでは非表示に */
}

#popup:checked~.popup-overlay {
    display: block;
    z-index: 99999;
    background-color: #00000070;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}

.popup-window {
    width: 90vw;
    max-width: 640px;
    padding: 3px;
    background-color: #ffffff;
    border-radius: 6px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popup-text {
    margin: 0;
}

.popup-text:not(:last-of-type) {
    margin-bottom: 1em
}

.popup-close {
    cursor: pointer;
    position: absolute;
    top: -26px;
    right: 0;
}

.more_parking {
    font-size: 13px;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    border: solid 1px #836b1a;
    display: inline-block;
    padding: 0 1em;
    color: #836b1a;
    border-radius: 2em;
    margin: 0 0 0.9em;
}

/*********/
.btn {
    margin: 10px auto !important;
}

.btn a {
    background: #b93854 !important;
    color: #fff !important;

}

.yoyaku_fix {
    width: 100%;
    margin: 0;
    position: fixed;
    bottom: 0;
    background-color: #fff;
    padding: 4px 2%;
    z-index: 9999;
}

.yoyaku_fix a,
.yoyaku_fix a:link,
.yoyaku_fix a:visited {
    background-color: #b93854;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 15px;
    padding: 0.6em 0;
    font-weight: bold;
    line-height: 1.3;
}

.yoyaku_fix a .dib {
    font-weight: inherit;
}

/*900px以上*/
@media (min-width: 900px) {
    .yoyaku_fix {
        width: 100px;
        bottom: 10%;
        background-color: #b93854;
        padding: 0;
        height: 100px;
        border-radius: 50%;
        right: 2%;
    }

    .yoyaku_fix a,
    .yoyaku_fix a:link,
    .yoyaku_fix a:visited {
        padding: 0;
        background-color: unset;
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
        flex-wrap: wrap;
        height: 100%;
    }
}

/****************/
.wrap_salon .img_area {
    display: flex;
    margin: 2rem auto;
    justify-content: center;
    gap: 1%;
}

.wrap_salon .img_area .img {}

.salon_photo {
    grid-gap: 1%;
    display: flex;
    margin: 0 0 2rem;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.salon_photo li {}

.salon_photo li img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

/***********************************/
/*600px以上*/
@media (min-width: 600px) {
    .salon_photo li {
        width: 33%;
    }
}

/*900px以上*/
@media (min-width: 900px) {}