@charset "utf-8";


h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

strong,
em {
    font-weight: bold;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 70%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    vertical-align: text-top;
    top: -.5em;
}

sub {
    vertical-align: text-bottom;
    bottom: -.25em;
}


.fMin {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.fGot {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.fMaru {
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

.fTime {
    font-family: "Times New Roman", "Times New Roman", sans-serif;
}

.zMaru_g {
    font-family: zen-maru-gothic, sans-serif;
}

.oswald {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "FAsolid";
    src: url("./fa-solid-900.woff") format("woff");
}

@font-face {
    font-family: "FAregular";
    src: url("./fa-regular-400.woff") format("woff");
}

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('./slick.woff') format('woff');
}

.dbl {
    display: block;
}

.dib {
    display: inline-block;
}

.din {
    display: inline;
}

.dtb {
    display: table;
}

.right,
.right p {
    text-align: right;
}

.center,
.center p {
    text-align: center;
}

.left,
.left p {
    text-align: left;
}

.under {
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}

.big {
    font-size: 120%;
}

.small {
    font-size: 90%;
}

.small2 {
    font-size: 80%;
}

.small3 {
    font-size: 70%;
}

.lh14 {
    line-height: 1.4;
}

/*a[target="_blank"]::after { font-family: "FAsolid"; font-weight:900; content: "\f35d"; display: inline-block; margin:0 0 0 3px; }*/
.sns_icon a[target="_blank"]::after {
    display: none;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.img_left {
    display: block;
    float: left;
    margin: 0 30px 30px 0;
}

.img_right {
    display: block;
    float: right;
    margin: 0 0 30px 30px;
}

.img_top {
    margin-bottom: 30px;
}

.clear {
    clear: both;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.flex {
    display: flex;
    flex-flow: row wrap;
}

.flex_between {
    justify-content: space-between;
}

.flex_center {
    justify-content: center;
}

.flex_end {
    justify-content: flex-end;
}

.flex_around {
    justify-content: space-around;
}

.flex_a_st {
    align-items: flex-start;
}

.flex_a_center {
    align-items: center;
}

.flex_a_end {
    align-items: flex-end;
}

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



.flex.column02>div,
.flex.column02>ul,
.flex.column02>li {
    width: calc(100% / 2 - 4%);
    margin: 2%;
}

.flex.column03>div,
.flex.column03>ul,
.flex.column03>li {
    width: calc(100% / 3 - 4%);
    margin: 2%;
}

.flex.column04>div,
.flex.column04>ul,
.flex.column04>li {
    width: calc(100% / 4 - 4%);
    margin: 2%;
}

.p_re {
    position: relative;
}

.indent {
    padding-left: 1em;
    text-indent: -1em;
}

.lineclamp2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.lineclamp3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/*基本スタイル
==================================================================================================================*/
/*基本文字サイズ&文字色*/
html {
    font-size: 16px;
}

body {
    font-family: "Noto Sans JP", 'ヒラギノ丸ゴ ProN', 'Hiragino Maru Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    line-height: 2;
    font-weight: normal;
    color: #333;
    background: #DBD9D5;
    word-wrap: break-word;
    letter-spacing: .1em;
}

/*
.wf-active body {
  font-family: "Noto Sans JP", 'ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN','メイリオ', Meiryo, sans-serif;
}
*/
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
}

h1,
h2,
h3,
h4 {
    line-height: 1.4;
    text-align: center;
    font-weight: 500;
    margin-bottom: 1em;
}

p {
    margin: 0px 0px .8em 0px;
}

/*下部に余白*/

p,
li,
div,
dt,
dd {
    font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
}

.en {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

/*リンク文字色*/
a {
    text-decoration: none;
    color: #333;
    transition: all .6s;
}

a:hover {
    color: #333;
    opacity: 0.8;
}

:root {
    --c_gry: #E6E6E6;
    --c_yel: #F5EC6A;
    --c_red: #F55858;
    --c_grn: #34883C;
    --c_brn: #514842;
}



/*マーカー＆強調文字色*/
.c_mrk {
    background-color: #e5d89b;
    padding: 0 3px;
}

/*ラインマーカー*/
.c_posi {
    color: #d64a5a;
}

/*positive*/
.c_point {
    color: #900000;
}

/*point up*/
.c_nega {
    color: #5488a2;
}

/*negative*/
.c_off {
    color: #cac5ba;
}

/*off*/
.c_gold {
    color: #CBBA85;
}

.c_gry {
    color: var(--c_gry);
}

.c_red {
    color: var(--c_red);
}

.c_wt {
    color: #fff;
}

.t_und_yel {
    background: linear-gradient(transparent 50%, var(--c_yel) 50%);
}


/*背景色*/
.bg_red {
    background: var(--c_red);
}

.bg_gry {
    background: var(--c_gry);
}

.bg_brn {
    background: var(--c_brn);
}

.bg_grn {
    background: var(--c_grn);
    color: #fff;
}

.bg_wt {
    background: #fff;
}

.bg01 {
    background: url(../images/common/bg01.jpg);
    background-size: cover;
}


.nt_mbtm1>li:not(:last-child) {
    margin-bottom: 1em;
}

.nt_mbtm2>li:not(:last-child) {
    margin-bottom: 2em;
}

.br10 {
    border-radius: 10px;
}

.br20 {
    border-radius: 20px;
}

.br30 {
    border-radius: 30px;
}


/*アイコン*/
.icon_check::before {
    content: '\f14a';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}


/*テーブル*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

caption {
    text-align: left;
    font-weight: bold;
    color: #993300;
}

th,
td {
    border: #7f9255 1px solid;
    padding: 10px 20px;
    font-size: 1rem;
    vertical-align: top;
}

thead th,
tfoot th {
    background-color: #728c42;
    color: #fff;
}

thead td,
tfoot td {
    background-color: #999;
    color: #fff;
}

tbody th {
    background-color: #a0cc3c;
    color: #fff;
}

tbody td {
    background-color: #fff;
}

/*区切り線*/
hr {
    clear: both;
    border: 0px solid #fff;
    padding: 15px 0;
    width: 0;
}

hr.br {
    border: none;
}

.img_frame {
    border: solid 4px #fff;
    box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
}

/*レイアウト共通*/
#container {
    width: 100%;
    overflow: hidden;
}

.inner {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
}

.main_inner {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
}

.inner:after {
    content: "";
    display: block;
    clear: both;
}

.inner_section {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 0;
}

.inner_wide {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 60px 0;
    z-index: 2;
    position: relative;
}


.w90 {
    max-width: 900px;
}

.w100 {
    max-width: 1000px;
}

.w120 {
    max-width: 1200px;
}

.w140 {
    max-width: 1400px;
}

.w90,
.w100,
.w120,
.w140 {
    width: 100%;
    margin: auto;
}



.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}



.contents_btm01 {
    margin-bottom: 20px;
}

.contents_btm02 {
    margin-bottom: 40px;
}

.contents_btm03 {
    margin-bottom: 60px;
}

.contents_btm04 {
    margin-bottom: 80px;
}

.contents_btm05 {
    margin-bottom: 100px;
}

.contents_btm0 {
    margin-bottom: 0;
}

.p0 {
    padding: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pd80 {
    padding: 80px 0;
}

.pd10 {
    padding: 100px 0;
}


@media (max-width:799px) {
    body {
        letter-spacing: 0.1em;
    }


}


@media all and (min-width: 600px) {
    .noPC {
        display: none !important;
    }
}

@media all and (max-width: 599.999px) {
    .noSP {
        display: none !important;
    }
}

@media (max-width:599px) {
    body {
        line-height: 1.7;
    }


    .noTab,
    .noTab caption,
    .noTab thead,
    .noTab tfoot,
    .noTab tbody,
    .noTab tr,
    .noTab th,
    .noTab td {
        display: block;
        width: 100%;
    }

    .noTab tr {
        margin-top: 10px;
    }

    .img_left {
        float: none;
        margin: 10px auto;
        text-align: center;
    }

    .img_right {
        float: none;
        margin: 10px auto;
        text-align: center;
    }

    .inner_section,
    .inner_wide,
    .inner {
        width: 92vw;
    }

    .inner_section,
    .inner_wide,
    .pd10,
    .pd80 {
        padding: 8vw 0;
    }

    .contents_btm01 {
        margin-bottom: 4vw;
    }

    .contents_btm02 {
        margin-bottom: 6vw;
    }

    .contents_btm03 {
        margin-bottom: 8vw;
    }

    .contents_btm04 {
        margin-bottom: 10vw;
    }

    .contents_btm05 {
        margin-bottom: 12vw;
    }

    .ds_no {
        display: none !important;
    }




}

@media (max-width:399px) {

    #wrapper {
        padding-top: 65px;
    }

}


.btn01 {
    width: 85%;
    max-width: 450px;
    margin: 3em auto 0;
    border-left: 5px solid #725E37;
    position: relative;
}

.btn01 a {
    background: #333333;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
    display: block;
    padding: .25em 1em;
    position: relative;
}

.btn01 a span {
    position: relative;
}

.btn01 a span::after {
    content: "...";
    width: calc(100% + .5em);
    margin-left: .5em;
    transition: all .4s;
}

.btn01 a:hover::before {
    width: calc(100% + 1em);
}



@media (max-width: 599px) {}







/*フッター*/
#bread {
    background: #333333;
    font-size: 80%;
    padding: 0.3em;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

#bread li {
    display: flex;
    color: #fff;
    font-size: .875em;
    flex-wrap: wrap;
}

#bread li::before {
    font-family: FAsolid;
    content: "\f105";
    font-weight: 900;
    color: #C5BFB4;
    display: inline-block;
    margin: .1em .5em;
}

#bread li:first-of-type::before {
    content: "\f015";
    margin: .1em .5em .1em 0;
}

#bread a {
    color: #fff;
}


footer {
    padding: 1em 0;
    background: #DBD9D5;
}

#footer {
    padding: 2em 0;
}

footer .foot_logo {
    text-align: center;
    margin-bottom: 1em;
}

footer .foot_logo img {
    width: 120px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(24%) hue-rotate(260deg) brightness(107%) contrast(107%);
}

footer .foot_txt li {
    margin: .5em;
    font-size: 1rem;
    text-align: center;
}

footer #f_nav {
    margin: auto;
    text-align: center;

}

footer #f_nav li {
    display: inline-block;
    margin: .5em;
}

footer #copy {
    font-size: .75rem;
    text-align: center;
    padding: .25em;
}


@media (max-width:799px) {



    #footer .foot_logo .logo {
        display: block;
        margin-bottom: .5em;
    }



}





@media (max-width:599px) {

    footer {
        padding: 1em 0 4em;
    }

    footer #f_nav {
        display: none;
    }


}











.onoff {
    opacity: 0;
    transition: all 1s;
}

.onoff.on {
    opacity: 1;
}


.fadein {
    display: block;
    transition: 1s;
    /*効果時間*/
    transition-timing-function: ease;
    /*開始と完了を滑らかにする*/
    transform: translateY(50px);
    /*下から表示させる*/
    opacity: 0;
    /*不透明度*/
}

.fadein.on {
    transform: none;
    /*active時に拡大解除*/
    opacity: 1;
    /*不透明度を元に戻す*/
}








/*トップ・サブ共通*/


/*予約*/
#sec_reserve {
    color: #fff;
}

#sec_reserve h2,
#sec_reserve h2+p {
    text-align: center;
}

#sec_reserve .box {
    border: 1px solid #C5BFB4;
    padding: 2em;
}

#sec_reserve .reserve_tel {
    text-align: center;
}

#sec_reserve .reserve_tel a {
    display: inline-block;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
    margin-bottom: 1em;
    padding: 0 .25em .1em;
    font-weight: 500;
}

#sec_reserve .box .list {
    margin: auto;
    text-align: center;
}

#sec_reserve .box .list>div {
    display: inline-block;
    text-align: left;
    width: 80%;
    max-width: 700px;
}

#sec_reserve .box .list>div dl:not(:last-child) {
    margin-bottom: 1em;
}

#sec_reserve .box dl {
    width: 100%;
}

#sec_reserve .box dt {
    width: 6em;
}

#sec_reserve .box dd {
    width: calc(100% - 8em);
}


@media (max-width:799px) {

    #sec_reserve .box .list>div {
        display: block;
        width: 100%;
    }

    #sec_reserve .box dt,
    #sec_reserve .box dd {
        width: 100%;
    }
}

@media (max-width:599px) {
    #sec_reserve .box dt {
        border-bottom: dotted 1px #ccc;
        margin: 0 0 0.7em;
        padding: 0 0 0.4em 0;
    }
}

@media (max-width:799px) {


    #sec_reserve .box {
        padding: 1.25em;
    }




}

/***追加****************/

/*page_top*/
#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 9999;
    display: none;
    right: 80px;
    bottom: 3em;
}

#page_top.on {
    display: block;
}

#page_top a {
    position: relative;
    width: 50px;
    height: 50px;
    text-decoration: none;
    text-align: center;
    background-color: #666;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    padding: 3px 0 0;
}

#page_top a::before {
    content: "▲";
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 0.5em;
}






/*サブページ
-------------------------------------------------------------------------------------------------------------------*/







.sub_main {
    position: relative;
    height: 60vw;
    max-height: 1080px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.sub_main::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.page_concept .sub_main::before {
    background: url(../images/concept/main_img.jpg) top right;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.page_recommend .sub_main::before {
    background: url(../images/recommend/main_img.jpg) top center;
    background-size: cover;
    width: 100%;
    height: 100%;
}



.page_salon .sub_main::before {
    background: url(../images/salon/main_img.jpg) top right;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.page_reserve .sub_main::before {
    background: url(../images/salon/main_img.jpg) top right;
    background-size: cover;
    width: 100%;
    height: 100%;
}


.page_news .sub_main::before {
    background: url(../images/news/main_img.jpg) top right;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.page_recruit .sub_main::before {
    background: url(../images/recruit/main_img.jpg) top right;
    background-size: cover;
    width: 100%;
    height: 100%;
}



.sub_main .box {
    width: 75%;
    background: rgba(255, 255, 255, .8);
    padding: 6.5vw 5.5vw;
}

.sub_main h1 {
    font-size: clamp(3.125rem, 1.989rem + 5.68vw, 6.25rem);
    margin-bottom: .5em;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    position: relative;
}

.sub_main h1.flex {
    grid-gap: .3em;
    align-items: baseline;
}

.sub_main h1.flex .ja {
    font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
    font-weight: 500;
}

.sub_main h1 + p {
    font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
    text-align: left;
    font-weight: 500;
}

.sub_main h1+p::first-letter {
    font-size: clamp(1.875rem, 1.42rem + 2.27vw, 3.125rem);
}



.sh1 {
    font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
    margin-bottom: 1.5em;
    font-weight: 500;
    position: relative;
}

.sh1::first-letter {
    font-size: clamp(1.875rem, 1.42rem + 2.27vw, 3.125rem);
}

.sh2 {
    font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
    margin-bottom: 1em;
}

.sh2.en {
    font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin-bottom: 1em;
}



.mt {
    margin-top: 50px;
}



@media (max-width:899px) {


    .sub_main .box {
        width: 85%;
    }


}



@media (max-width:799px) {





    .sub_main {
        height: auto;
        max-height: 100%;
    }

    .sub_main::before {
        height: 50vw !important;
        max-height: 265px !important;
        position: static;
    }

    .sub_main .box {
        width: 100%;
        margin-top: -5em;
    }


}




@media (max-width:599px) {}


@media (max-width:399px) {}

body .page_menu,
body .page_coupon,
body .page_reserve,
body .page_gallery {
    background: #FFF;
}


/****page_voice***********/
.page_voice {}

.page_voice h3 {
    font-size: clamp(1.125rem, 1.077rem + 0.24vw, 1.375rem);
    margin: 0 0 2vw;
    text-align: center;
}

.page_voice .c_posi {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.4;
    font-weight: bold;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 18px;
}

.voice_list {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.voice_list li {
    border: solid 1px #ccc;
    margin: 0 0 1rem;
    padding: 1.5rem 0.6rem;
    background-color: #ffffffa6;
}

.voice_list .voice_data {
    font-size: 15px;
    text-align: right;
    margin: 0 0 0.5em;
}

.voice_list .voice_data span {
    padding: 0 0.3em;
}

/*600px以上*/
@media (min-width: 600px) {
    .voice_list li {
        padding: 2vw 5vw;
    }
}

span.kaitu {
    font-size: 0.7em;
}

.foot_comment {
    font-size: 14px;
}

.page_voice .sub_main::before {
    background: url(../images/voice/main_img.jpg) top right;
    background-size: cover;
    width: 100%;
    height: 100%;
}


.type_list .sub_main::before {
    background-position: center;
    background-image: url(../images/news/main_img.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
}

.type_list .sub_main {
    height: 20vw;
    margin: 0 0 2rem;
}

.type_list .sub_main .box {
    padding: 1.4vw 5.5vw;
}

.type_list .sub_main h1 {
    margin-bottom: 0;
}

.type_list .sub_main h1 {
    font-size: clamp(1.125rem, 0.86rem + 1.33vw, 2.5rem);
}

@media (max-width: 799px) {
    .type_list .sub_main::before {
        height: 22vw !important;
        max-height: 265px !important;
        position: static;
        margin-bottom: 0;
    }

    .type_list .sub_main .box {
        margin-top: -9em;
    }
}

@media (max-width: 599px) {
    .type_list .sub_main .box {
        margin-top: -23vw;
        margin-bottom: 0;
    }
}