/*
Theme Name: clavis
Theme URI: https://xdevlabs.com/themes/simple-wp-theme/
Author: the xDevLabs team
Author URI: https://xdevlabs.com/
Description: Blank is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how xDev-theme elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 5.6
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: clavis
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Xdev-theme WordPress Theme, (C) 2021 xDevlabs.com
Xdev-theme is distributed under the terms of the GNU GPL.
*/


.btn-staff{
    color: var(--white);
    background: var(--primary);
    font-weight: 900;
    font-size: 18px;
    line-height: 1.3;
    max-width: 320px;
    border-radius: 100px;
    display: inline-block;
    width: 100%;
    padding: 6px 20px;
    margin: 15px 0 6px;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .btn-staff {
        font-size: 26px;
        margin: 35px 0 12px;
        padding: 9px 20px;
    }
}

.footer-map{
    position: relative;
    padding-bottom: 56.25%;
}
.footer-map iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (min-width: 768px){
    .staff__inner{
        flex-wrap: wrap;
    }
    .footer-map{
        padding-bottom: 26.25%;
    }
}

/* Page Access */
.access {
    width: calc(100% - 80px);
    max-width: 1600px;
    margin: 160px auto 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.access__map {
    -ms-flex-preferred-size: calc(100% - 420px);
    flex-basis: calc(100% - 420px);
    width: calc(100% - 420px);
    max-width: 1120px;
    height: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.access__map__embed {
    position: relative;
    width: 100%;
    height: 560px;
    background-color: #ccc;
}
.access__map__embed iframe {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.access__map__link {
    display: block;
    width: 240px;
    height: 64px;
    position: relative;
    margin: -32px auto 0;
    background-color: #727171;
}
.access__map__link:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #888;
    position: absolute;
    left: 0;
    bottom: 0;
}
.access__map__link__button {
    display: block;
    width: 100%;
    height: 64px;
    background-color: #727171;
    color: #fff;
}
.access__map__link__label {
    font-family: eb-garamond, serif;
    font-weight: 400;
    font-style: normal;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    padding: 20px 0;
}
.access__map__link__gradient {
    position: absolute;
    width: 80px;
    height: 2px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 1;
    background-color: #fff;
    -webkit-transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.access__map__link__button:hover .access__map__link__gradient {
    width: 120px;
}
.access__main {
    position: relative;
    -ms-flex-preferred-size: 420px;
    flex-basis: 420px;
    width: 420px;
    height: auto;
    padding: 0 0 0 80px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.access__main__address {
    margin: 60px 0;
    font-size: 16px;
    line-height: 28px;
}
.access__main__info {
    position: relative;
    margin: 54px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.access__main__info:before {
    content: "";
    display: block;
    width: 48px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: -20px;
}
.access__main__info dt {
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
    width: 80px;
    font-size: 20px;
    font-family: eb-garamond, serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 10px;
}
.access__main__info dd {
    -ms-flex-preferred-size: calc(100% - 80px);
    flex-basis: calc(100% - 80px);
    width: calc(100% - 80px);
    font-size: 18px;
    letter-spacing: 0.05em;
    white-space: nowrap;
    margin-top: 10px;
}
.access__main__info dd span {
    font-size: 14px;
    letter-spacing: 0.05em;
}
.access.scrollFx:not(.appear) .access__main__address,
.access.scrollFx:not(.appear) .access__main__info,
.access.scrollFx:not(.appear) .sectionlabel__title {
    opacity: 0;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
}
.access.scrollFx.appear .access__main__address,
.access.scrollFx.appear .access__main__info,
.access.scrollFx.appear .sectionlabel__title {
    -webkit-transition: opacity 0.5s linear 0.25s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.25s;
    transition: opacity 0.5s linear 0.25s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.25s;
    -o-transition: opacity 0.5s linear 0.25s, transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.25s;
    transition: opacity 0.5s linear 0.25s, transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.25s;
    transition: opacity 0.5s linear 0.25s, transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.25s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.25s;
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.access.scrollFx.appear .sectionlabel__title {
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
.access.scrollFx.appear .access__main__address {
    -webkit-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    transition-delay: 0.35s;
}
.access.scrollFx.appear .access__main__info {
    -webkit-transition-delay: 0.45s;
    -o-transition-delay: 0.45s;
    transition-delay: 0.45s;
}
.access.scrollFx.appear .gradientbar:before {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transform: translate(-66.6666%);
    -ms-transform: translate(-66.6666%);
    transform: translate(-66.6666%);
    opacity: 1;
}
@media (max-width: 1023px) {
    .access {
        width: 100%;
        margin: 80px auto 80px;
        display: block;
    }
    .access__main {
        position: relative;
        width: calc(100% - 64px);
        max-width: 400px;
        padding: 0 0 0 56px;
        margin: 0 auto;
    }
    .access__main .sectionlabel {
        margin-bottom: 20px;
    }
    .access__main .sectionlabel .sectionlabel__num {
        position: absolute;
        left: 0;
        top: 6px;
    }
    .access__main__address {
        margin: 28px 0 0;
        font-size: 16px;
        line-height: 28px;
    }
    .access__main__info {
        margin: 36px 0 0;
        display: block;
    }
    .access__main__info:before {
        content: "";
        display: block;
        width: 48px;
        height: 1px;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: -18px;
    }
    .access__main__info dt {
        width: auto;
        font-size: 20px;
        margin-top: 16px;
    }
    .access__main__info dd {
        width: auto;
        font-size: 18px;
        letter-spacing: 0.05em;
        white-space: normal;
        margin-top: 4px;
    }
    .access__main__info dd span {
        display: block;
        font-size: 14px;
        letter-spacing: 0.05em;
        margin-top: -2px;
    }
    .access__map {
        width: 100%;
        max-width: 600px;
        margin: 30px auto 0;
    }
    .access__map__embed {
        height: 375px;
    }
}
/* End page access */
.mb20 {
    margin-bottom: 20px;
}
.inner--contact{
    margin-block: 80px 80px;
}
.inner--contact ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.inner--contact section+section{
    margin-top: 30px;
}
.tel-box .tel, .mail-box .mail {
    font: 30px 'Roboto Condensed', sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #000;
}
@media only screen and (min-width: 768px){
    .inner--contact{
        margin-block: 160px 160px;
    }
    .inner--contact section+section{
        margin-top: 60px;
    }
}

dl.tb {
    display: table;
}
dl.tb dt, dl.tb dd {
    display: table-cell;
    font-weight: 400;
}

section.content-menu{
    padding-block: 80px 0;
}
.section-staff--menu{
    padding-bottom: 80px;
}
@media only screen and (min-width: 768px){
    section.content-menu{
        padding-block: 160px 0;
    }
    .section-staff--menu{
        padding-bottom: 160px;
    }
}

section.content-menu div.body {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -webkit-align-items: stretch;
}
@media only screen and (max-width: 979px) {
    section.content-menu div.body {
        display: block;
    }
}
section.content-menu div.body div.menuwrap {
    width: calc( ( 100% - 10rem ) / 2 );
}
@media only screen and (max-width: 979px) {
    section.content-menu div.body div.menuwrap {
        width: 100%;
    }
}
section.content-menu div.body div.menuwrap:first-child {
    margin-right: 10rem;
}
@media only screen and (max-width: 979px) {
    section.content-menu div.body div.menuwrap:first-child {
        margin-right: 0;
    }
}
section.content-menu div.body div.menuwrap div.menubox {
    width: 100%;
    margin-bottom: 6rem;
    margin-left: auto;
    margin-right: auto;
}
section.content-menu div.body div.menuwrap div.menubox div.txt h2 {
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
    border-bottom: solid 2px #666666;
}
section.content-menu div.body div.menuwrap div.menubox div.txt h2 span {
    font-size: 1rem;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
section.content-menu div.body div.menuwrap div.menubox div.txt div.menulist dl {
    padding: 1rem 0;
    width: 100%;
}
section.content-menu div.body div.menuwrap div.menubox div.txt div.menulist dl dt, section.content-menu div.body div.menuwrap div.menubox div.txt div.menulist dl dd {
    vertical-align: middle;
    line-height: 2;
}
section.content-menu div.body div.menuwrap div.menubox div.txt div.menulist dl dt.menuttl {
    width: 1px;
    white-space: nowrap;
    padding-right: 2rem;
}
section.content-menu div.body div.menuwrap div.menubox div.txt div.menulist dl dt.menuttl span span.cap {
    display: block;
    color: #999999;
}
@media only screen and (max-width: 760px) {
    section.content-menu div.body div.menuwrap div.menubox div.txt div.menulist dl dt.menuttl span span.cap {
        display: none;
    }
}
section.content-menu div.body div.menuwrap div.menubox div.txt div.menulist dl dd.hr:after {
    width: 100%;
    content: "";
    height: 1px;
    background-image: url("assets/images/dots.png");
    background-repeat: repeat-x;
    display: block;
}
section.content-menu div.body div.menuwrap div.menubox div.txt div.menulist dl dd.price {
    width: 1px;
    text-align: right;
    white-space: nowrap;
    padding-left: 2rem;
}
section.content-menu div.body div.menuwrap div.menubox div.cutimg {
    width: 100%;
    height: 20rem;
    z-index: 2;
    position: relative;
    overflow: hidden;
    margin-top: 2rem;
}
@media only screen and (max-width: 979px) {
    section.content-menu div.body div.menuwrap div.menubox div.cutimg {
        height: 28rem;
    }
}
@media only screen and (max-width: 760px) {
    section.content-menu div.body div.menuwrap div.menubox div.cutimg {
        height: 16rem;
    }
}
section.content-menu div.body div.menuwrap div.menubox div.cutimg div.imgwrap {
    width: 100%;
    height: 100%;
}
section.content-menu div.body div.menuwrap div.menubox div.cutimg div.imgwrap.i1 {
    background: url("assets/images/style1.jpg") center center no-repeat;
    background-size: cover;
}
section.content-menu div.body div.menuwrap div.menubox div.cutimg div.imgwrap.i2 {
    background: url("assets/images/style2.jpg") center center no-repeat;
    background-size: cover;
}
section.content-menu div.body div.menuwrap div.menubox div.cutimg div.imgwrap.i3 {
    background: url("assets/images/style3.jpg") center center no-repeat;
    background-size: cover;
}
section.content-menu div.body div.menuwrap div.menubox div.cutimg::before, section.content-menu div.body div.menuwrap div.menubox div.cutimg::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    width: 17.675%;
    padding-top: 17.675%;
    z-index: 3;
    transform-origin: center center;
    -moz-transform-origin: center center;
    -webkit-transform-origin: center center;
}
section.content-menu div.body div.menuwrap div.menubox div.cutimg::before {
    top: 0;
    margin-top: calc( calc( 17.675% / -2));
    left: calc( calc( 17.675% / -2));
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
section.content-menu div.body div.menuwrap div.menubox div.cutimg::after {
    bottom: 0;
    margin-bottom: calc( calc( 17.675% / -2));
    right: calc( calc( 17.675% / -2));
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}


.animate {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 50px, 0);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition-property:
        opacity visibility,
        transform;
    will-change:
        opacity visibility,
        transform;
}
.animate.is-inView {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
}
.content-animate {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 50px, 0);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) .5s;
    transition-property:
        opacity visibility,
        transform;
    will-change:
        opacity visibility,
        transform;
}


/*
about
*/

h1.entry-title {
    position: relative;
    width: 100%;
    font-size: 63px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: left;
    line-height: 1.5;
    margin: 0;
    padding: 0;

    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
h1.entry-title small {
    display: block;
    font-size: 16px;
    font-weight: bold;
    font-family: Avenir , "Open Sans" , "Helvet　ica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
@media only screen and (max-width: 767px){
    h1.entry-title {
        font-size: 41px;
    }
    h1.entry-title small{
        font-size: 13px;
    }
}

#page_topimage {
    position: relative;
    width: 100%;
    margin-top: 60px;
}
#page_topimage figure {
    position: relative;
    width: 75vw;
    margin: 0 0 0 auto;
    z-index: 1;
    overflow: hidden;
}
#page_topimage figure img {
    position: relative;
    width: 100%;
    transform: scale(1.1);
    overflow: hidden;
    z-index: 1;
    object-fit: cover;
    object-position: center center;
    opacity: 0;
}
#page_topimage figure img.start {
    animation: topimage 1s linear 0s forwards;
}

#page_topimage h1 {
    position: absolute;
    left: 8.1vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    font-family: "ta-oonishi", sans-serif;
}

.type_fade,
.type_fade span {
    opacity: 0;
}

@media only screen and (min-width: 768px){
    #page_topimage{
        margin-top: 100px;
    }
    #page_topimage figure img{
        height: 350px;
    }
}

@keyframes topimage {
    0% {
        opacity: 0;
        transform: scale(1.1);
    }
    30% {
        opacity: 1;
        transform: scale(1.07);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}


.saloninfo {
    padding: 0 0 5vw;
}
.saloninfo h3 {
    font-size: clamp(18px, 1.82vw, 35px);
    font-family: "Libre Baskerville", serif;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0 0 7.8vw;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .saloninfo h3 {
        font-size: 13px;
        margin: 0 0 5.8vw;
    }
}
.saloninfo .group {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    max-width: 1534px;
    width: 80vw;
    align-items: stretch;
    justify-content: space-between;
}
.saloninfo .group .block {
    max-width: 708px;
    width: 36.9vw;
}
@media screen and (max-width: 767px) {
    .saloninfo .group {
        display: block;
        margin: auto;
        max-width: inherit;
        width: 100%;
    }
    .saloninfo .group .block {
        margin: auto auto 16.8vw;
        max-width: inherit;
        width: 92.8vw;
    }
}
@media screen and (min-width: 768px) {
    .saloninfo .group .block{
        position: relative;
        padding-bottom: 4.2vw;
    }
    .saloninfo .group .block.last {
        margin: 0;
    }
    .saloninfo .group .block .link{
        position: absolute;
        right: 0;
        bottom: 0;
        padding: 0 0 2.2vw !important;
    }
}
.saloninfo .group .block .image {
    margin: 0 0 2.24vw;
    position: relative;
}
@media screen and (max-width: 767px) {
    .saloninfo .group .block .image {
        margin: 0 0 6.4vw;
        position: relative;
    }
}
.saloninfo .group .block .image .logo {
    background: white;
    bottom: -1.4vw;
    height: 3.96vw;
    left: -1.4vw;
    padding: 0 15px;
    position: absolute;
    width: 12.45vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.saloninfo .group .block .image .logo h4 {
    font-size: clamp(10px, 1.04vw, 20px);
    font-family: "Libre Baskerville", serif;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .saloninfo .group .block .image .logo {
        background: white;
        bottom: -3.2vw;
        height: auto;
        left: -3.6vw;
        padding: 4.5vw 5.3vw;
        position: absolute;
        width: fit-content;
    }
    .saloninfo .group .block .image .logo h4 {
        font-size: 20px;
        font-weight: normal;
        letter-spacing: 0.1em;
        line-height: 1;
        margin: 0;
        text-align: left;
    }
}
.saloninfo .group .block .desc {
    font-family: "Yantramanav", sans-serif;
    font-size: clamp(12px, 0.68vw, 16px);
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 0 0 2vw;
}
@media screen and (max-width: 767px) {
    .saloninfo .group .block .desc {
        font-family: "Yantramanav", sans-serif;
        font-size: 14px;
        letter-spacing: 0.075em;
        line-height: 2;
        margin: 0 0 2vw;
    }
}
.saloninfo .group .block .data {
    margin: 0 0 1.8vw;
}
.saloninfo .group .block .data dl {
    margin: 0;
}
.saloninfo .group .block .data dl dt {
    display: inline-block;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 2;
    position: relative;
    width: 120px;
}
@media screen and (min-width: 768px) {
    .saloninfo .group .block .data dl dt::after {
        content: "--";
        font-weight: 300;
        letter-spacing: 0;
        line-height: 2;
        margin: 0 0 0 auto;
        position: absolute;
        right: 0.2vw;
    }
}
.saloninfo .group .block .data dl dd {
    display: inline-block;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 2;
    width: calc(100% - 130px);
}
@media screen and (max-width: 767px) {
    .saloninfo .group .block .data dl {
        margin: 0;
        padding: 0 3.6vw 5vw;
    }
    .saloninfo .group .block .data dl dt {
        display: block;
        font-size: 16px;
        font-weight: 300;
        letter-spacing: 0.1em;
        line-height: 2;
        padding: 0 0 0 4vw;
        position: relative;
        width: 100%;
    }
    .saloninfo .group .block .data dl dt::before {
        content: "--";
        font-weight: 300;
        letter-spacing: 0;
        line-height: 2;
        margin: 0 0 0 auto;
        position: absolute;
        left: 0.2vw;
    }
    .saloninfo .group .block .data dl dd {
        display: block;
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 0.1em;
        line-height: 2;
        padding: 0 0 0 4vw;
        width: 100%;
    }
}
.saloninfo .group .block .link {
    align-items: flex-end;
    display: flex;
    margin: auto;
    padding: 0 0 4.2vw;
}
@media screen and (max-width: 767px) {
    .saloninfo .group .block .link {
        align-items: flex-end;
        display: flex;
        margin: auto;
        padding: 0 3.6vw 4.2vw;
    }
}
.saloninfo .group .block .link .reserve {
    margin: 0 0 auto auto;
}
.saloninfo .group .block .link .reserve a {
    background-color: white;
    border: 2px solid black;
    color: black;
    display: block;
    font-family: "Yantramanav", sans-serif;
    font-size: clamp(9px, 0.68vw, 13px);
    font-weight: 500;
    letter-spacing: 0.2em;
    padding: 0.4vw;
    text-align: center;
    width: 11.15vw;
}
@media screen and (max-width: 767px) {
    .saloninfo .group .block .link .reserve a {
        background-color: white;
        border: 2px solid black;
        color: black;
        display: block;
        font-family: "Yantramanav", sans-serif;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.2em;
        padding: 1.8vw 12vw;
        text-align: center;
        width: auto;
    }
}
.saloninfo .group .block .link .reserve a:hover {
    background-color: black;
    color: white;
    text-decoration: none;
}
.txt-center{
    text-align: center;
}
.about__socials{
    margin-bottom: 40px;
}

.recruitment .center-ttl-box{
    font-size: 4.9vw;
    font-weight: 700;
    line-height: 1.8;
    color: #000;
    margin-bottom: 15px;
    text-align: center;
    margin-bottom: 60px;
}
@media only screen and (min-width: 769px) {
    .recruitment h2 {
        font-size: 2.4rem;
        margin: 0 0 40px;
    }
}

/*陦ｨ*/

.recruitment{
    margin-bottom: 80px;
}
.summary-table {
    width: 100%;
    line-height: 1.6;
    margin: 5px auto 20px;
    border-top: 1px solid #ccc;
}

.summary-table caption {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.summary-table th {
    display: block;
    background: var(--primary);
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
    color: #fff;
}

.summary-table td {
    display: block;
    font-size: 0.9rem;
    color: #3c3c3c;
    padding: 10px 5px;
    border-bottom: 1px solid #ccc;
}

@media only screen and (min-width: 813px) {

    .summary-table {
        width: 100%;
        max-width: 940px;
        margin: 0 auto 20px;
        line-height: 1.8;
    }

    .summary-table caption {
        font-size: 2rem;
        margin: 20px 0 30px;
    }

    .summary-table th {
        display: table-cell;
        width: 200px;
        padding: 13px 0 15px;
    }

    .summary-table td {
        display: table-cell;
        width: calc(100% - 200px);
        font-size: 1rem;
        padding: 13px 40px 15px;
    }

}

.mail-box a{
    margin: 0 7px;
}
@media only screen and (min-width: 768px){
    .saloninfo .group .block .desc{
        height: 216px;
        overflow: hidden;
    }
}
@media only screen and (min-width: 992px){
    .saloninfo .group .block .desc{
        height: 192px;
        overflow: hidden;
    }
}
@media only screen and (min-width: 1200px){
    .saloninfo .group .block .desc{
        height: 150px;
        overflow: hidden;
    }
}

.section-box::before{
    border-image: url(assets/images/border-line-blue.png) 30 fill / 30px;
}
.section-box--1::after{
    background: url(assets/images/flower-1-blue.png) no-repeat 0 0 / 100%;
}
.about .container-sm::before{
    background: url(assets/images/flower-2-blue.png) no-repeat 0 0 / 100%;
}
.section-box--2::after{
    background: url(assets/images/flower-3-blue.png) no-repeat 0 0 / 100%;
}
.staff__item--info::before{
    border-image: url(assets/images/border-line-2-blue.png) 30 fill / 18px;
}