@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&family=Crimson+Text:wght@400;500&display=swap');

body {
    font-family: 'Noto Sans JP', "メイリオ", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    background-color: #fff;
}
a {
    color: #000;
    transition: 0.3s;
}
input, select {
    -webkit-appearance: none;
    border-radius: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

@media screen and (min-width: 960px) {
    body {
        font-size: 14px;
    }
}

/* module */
.font-serif {
    font-family: 'Noto Serif JP', serif;
}
.font-crimson {
    font-family: 'Crimson Text', serif;
}
.font-style-italic {
    font-style: italic;
}
.font-style-normal {
    font-style: normal;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.subtext {
    color: #858585;
    font-style: normal;
}

.flex-end {
    display: flex;
    justify-content: flex-end;
}

.pc-view {
    display: none;
}


@media screen and (min-width: 960px) {
    .pc-view {
        display: block;
    }
    .sp-view {
        display: none;
    }

    .col2-wrap {
        display: flex;
        margin: 0 auto;
        justify-content: space-between;
    }
    .col2-box {
        width: 100%;
    }
    .col2-wrap .col2-box:nth-child(2n+1) {
        padding-right: 40px;
    }
    .col2-wrap .col2-box:nth-child(2n) {
        padding-left: 40px;
    }
}


/* header */
#header {
    position: relative;
}
#header-inner {
    height: 329px;
    color: #fff;
    text-align: center;
}
#header-logo {
    z-index: 8100;
    position: fixed;
    top: 18px;
    left: 18px;
    width: 128px;
}
#page-title {
    padding: 140px 18px 0;
}
#page-title img {
    display: inline;
    height: 50px;
    margin: 0 20px;
}
#page-title::before,
#page-title::after {
    content: " ";
    position: relative;
    top: -25px;
    display: inline-block;
    width: 70px;
    height: 1px;
    background-color: #fff;
}

#sp-navbar {
    z-index: 8000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 66px;
    background-color: rgba(36, 16, 6, 0.65);
    transition-duration: 0.5s;
}
.top-view #sp-navbar {
    height: 0;
}


@media screen and (min-width: 960px) {
    #header-inner {
        height: 427px;
        padding-top: 44px;
    }
    #header-logo {
        position: static;
        width: 185px;
        margin: 0 auto;
    }
    #page-title {
        padding-top: 80px;
    }
    #page-title img {
        height: 58px;
        margin: 0 30px;
    }
    #page-title::before,
    #page-title::after {
        top: -26px;
        width: 90px;
        height: 2px;
    }
    #fixed-reserve {
        z-index: 99;
        position: fixed;
        right: 0;
        top: 460px;
        transform-origin: top right;
        transform: rotate(90deg);
        background-color: #261208;
        border: 1px solid #684d3f;
        border-top: none;
    }
    #fixed-reserve a {
        display: block;
        padding: 0.7em 50px;
        color: #fff;
        text-decoration: none;
        font-size: 13px;
    }
}


/* キービジュアル */
.main-visual {
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.page-top .main-visual {
    background-image: url("../img/top/bg-top-header-sp.jpg");
}
.page-salon .main-visual {
    background-image: url("../img/salon/bg-salon-header-sp.jpg");
}
.page-menu .main-visual {
    background-image: url("../img/menu/bg-menu-header-sp.jpg");
}

@media screen and (min-width: 520px) {
    .page-top .main-visual {
        background-image: url("../img/top/bg-top-header-pc.jpg");
    }
    .page-salon .main-visual {
        background-image: url("../img/salon/bg-salon-header-pc.jpg");
    }
    .page-menu .main-visual {
        background-image: url("../img/menu/bg-menu-header-pc.jpg");
    }
}


/* nav header/footer 共通 */
.nav ul {
    margin: 0;
    padding: 0;
}
.nav ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 600;
}
.nav ul li a {
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    font-weight: 600;
}

/* PC global nav */
#gnav-pc {
    margin-top: 30px;
}
#gnav-pc a {
    color: #fff;
}
#gnav-pc > ul {
    display: table;
    width: 500px;
    margin: 0 auto;
}
#gnav-pc > ul > li {
    display: table-cell;
    letter-spacing: 0.12em;
}


/* SP global navi */
#gnav-sp {
    z-index: 9900;
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    padding: 40px 20px;
    background-color: rgba(36, 16, 6, 0.95);
    opacity: 0.9;
    color: #fff;
    transform: translate(300px);
    transition: all 0.2s;
}
#gnav-sp a {
    color: #fff;
    font-size: 18px;
}
html.fixed,
html.fixed body {
    height: 100%;
    overflow: hidden;
}
html.fixed #gnav-sp {
    transform: translate(0px);
}

#btn-gnav-wrap {
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    padding: 18px;
}
#btn-gnav-wrap.active {
    background-color: transparent;
}

#sp-nav-tel {
    z-index: 9000;
    position: fixed;
    top: 0;
    right: 66px;
}
#sp-nav-tel a {
    display: inline-block;
    padding: 18px 10px;
}
#sp-nav-tel img {
    display: inline-block;
    width: 30px;
    vertical-align: text-top;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 30px;
  height: 26px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
.menu-trigger:focus:not(:focus-visible) {
  outline: none;
}
.menu-trigger::before,
.menu-trigger::after {
  content: '';
}
.menu-trigger::before,
.menu-trigger::after,
.menu-trigger span {
  position: absolute;
  width: 100%;
  height: 3px;
  background: #fff;
  transform-origin: 50% 50%;
  transition: .2s;
}
.menu-trigger::before {
  top: 12px;
  left: 0;
  transform: rotate(45deg) scaleX(0);
}
.menu-trigger::after {
  top: 12px;
  right: 0;
  transform: rotate(-45deg) scaleX(0);
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
  left: 0;
  transition-delay: .2s;
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
  left: 0;
  transition-delay: .2s;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
  left: 0;
  transition-delay: .2s;
}
.menu-trigger.active::before {
  transform: rotate(45deg) scaleX(1);
  transition-delay: .2s;
  background: #fff;
}
.menu-trigger.active::after {
  transform: rotate(-45deg) scaleX(1);
  transition-delay: .2s;
  background: #fff;
}
.menu-trigger.active span {
  transform: scaleX(0);
  transition-delay: 0s;
  background: #fff;
}


/* main */
.main-inner {
    padding: 30px 15px 50px 15px;
}
.text-box p,
.text-box dl,
.text-box table {
    margin-bottom: 1em;
}
.text-box dt {
    font-weight: bold;
}
.text-box table th {
    padding-right: 1em;
    text-align: left;
    vertical-align: top;
}

@media screen and (min-width: 960px) {
    .main-inner {
        max-width: 1120px;
        margin: 0 auto;      
        padding-top: 50px;  
    }

    .page-menu .main-inner {
        max-width: 1020px;
    }
}

.section-box {
    margin-bottom: 50px;
}
.middle-box {
    max-width: 840px;
    margin: 0 auto;
}
.img-box {
    margin-top: 30px;
    margin-bottom: 50px;
}

.section-title-en {
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.4;
    font-size: 100%;
    font-weight: normal;
}
.section-title-en img {
    display: inline;
    height: 40px;
}

.section-box + .section-box .section-title-en {
    padding-top: 20px;
}

@media screen and (min-width: 960px) {
    .section-box {
        margin-bottom: 80px;
    }
    .section-title-en {
        margin-top: 40px;
        margin-bottom: 50px;
        font-size: 18px;
    }
    .section-title-en img {
        height: 60px;
    }
}

.googlemap {
    width: 100%;
    height: 350px;
    border: 0;
    filter: grayscale(100%);
    vertical-align: bottom;
}

/* salon */
.title-salon-info::first-line {
    font-size: 18px;
}
.salon-info-box .salon-info-text {
    margin-bottom: 20px;
}
.salon-info-box .salon-info-table {
    margin-bottom: 25px;
}
.salon-info-table th {
    width: 7em;
}
.salon-info-box .reserve-box {
    margin-bottom: 35px;
    border: 1px solid #000;
    text-align: center;
}
.salon-info-box .reserve-box a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
}
.salon-info-box .tel-reserve {
    font-size: 18px;
}
.salon-info-box .tel-reserve span {
    letter-spacing: 0.15em;
}
.salon-info-box .tel-reserve span::before {
    content: url(../img/common/icon-tel-bk.svg);
    display: inline-block;
    position: relative;
    top: 1px;
    width: 18px;
    margin-right: 5px;
}
.salon-img-wrap {
    overflow: hidden;
    margin-top: 30px;
}
.salon-img {
    width: 50%;
    float: left;
}
.salon-img-wrap .salon-img:nth-child(2n+1) {
    padding-right: 5px;
}
.salon-img-wrap .salon-img:nth-child(2n) {
    padding-left: 5px;
}

@media screen and (min-width: 960px) {
    .salon-main-img {
        margin-bottom: 75px;
    }
    .salon-info-box .col2-box.text-box {
        padding-right: 0;
    }
    .salon-info-box .tel-reserve {
        font-size: 24px;
    }
    .salon-info-box .tel-reserve span::before {
        width: 20px;
    }
    .salon-img-wrap {
        padding-bottom: 50px;
    }
}

.profile-name {
    margin-bottom: 30px;
    text-align: center;
    font-size: 18px;
}
.profile-name span {
    padding-left: 1em;
    font-size: 12px;
}
.profile-img img {
    margin: 0 auto;
}
.profile-table caption {
    margin-top: 25px;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: left;
}
.profile-table th {
    width: 5.2em;
    padding: 5px 0;
    border-right: 1px solid #000;
    color: #7e7e7e;
    font-weight: 500;
}
.profile-table td {
    padding: 5px 0 5px 1.2em;
}

@media screen and (min-width: 960px) {
    .profile-name {
        margin-bottom: 60px;
        font-size: 24px;
    }
    .profile-box .col2-box.text-box {
        padding-left: 28px;
    }
    .profile-name span {
        font-size: 14px;
    }
    .profile-table caption {
        margin-top: 0;
        font-size: 16px;
    }
}


/* menu-table */
.menu-table {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
}
.menu-table caption {
    text-align: left;
    border-bottom: 1px solid #000;
    margin-bottom: 2em;
}
.menu-en {
    font-size: 20px;
}
.menu-table caption .subtext {
    display: inline-block;
    padding-left: 1em;
    font-size: 12px;
}
.menu-table tr {
    background: url("../img/menu/bg-menu-table.png") repeat-x left top;
}
.menu-table th,
.menu-table td {
    padding-bottom: 2em;
    font-weight: 500;
    line-height: 2.0;
}
.menu-table th {
    vertical-align: top;
}
.menu-table td {
    text-align: right;
    vertical-align: top;
}
.menu-text, .menu-price {
    display: inline-block;
    background-color: #fff;
}
.menu-text .subtext,
.menu-price .subtext {
    font-size: 12px;
    font-weight: 400;
}
.menu-text {
    padding-right: 0.6em;
    margin-left: -1px;
}
.menu-text .subtext {
    position: absolute;
}
.menu-price {
    padding-left: 0.5em;
    margin-right: -1px;
    font-style: italic;
}
.menu-table .th-colspan {
    background: none;
}
.menu-table .th-colspan th {
    padding-bottom: 0.5em;
}

@media screen and (min-width: 960px) {
    .menu-table {
        margin-bottom: 60px;
    }
    .menu-text {
        padding-right: 0.7em;
    }
    .menu-price {
        padding-left: 0.7em;
    }
}

.ticket-box {
    padding: 16px;
    border: 1px solid #000;
    text-align: center;
}
.ticket-title {
    padding: 10px;
    margin-bottom: 10px;
    background-color: #eeeeee;
}

@media screen and (min-width: 960px) {
    .menu-main-img {
        margin-top: 0;
        margin-bottom: 60px;
    }
}

/* footer */
#footer {
    background-color: #431e0c;
    color: #fff;
}
#footer a {
    color: #fff;
    text-decoration: none;
}
#footer a:hover {
    color: #fff;
}
.footer-top {
    padding: 20px 40px;
}
#footer .reserve-box {
    padding: 20px;
    text-align: center;
}
#footer .title-reserve {
    width: 112px;
    margin: 0 auto 1em;
}
#footer .tel-reserve {
    margin-top: 0.5em;
    border: 1px solid #fff;
    font-size: 20px;
    letter-spacing: .12em;
}
#footer .tel-reserve a {
    display: block;
    padding: 5px;
}
#footer .tel-reserve span::before {
    content: url(../img/common/icon-tel.svg);
    display: inline-block;
    position: relative;
    top: 2px;
    width: 18px;
    margin-right: .5em;
}
.footer-info {
    margin-bottom: 1.5em;
}
.footer-info p {
    margin-top: 0.5em;
}
.footer-info .title-footer-info {
    margin-bottom: 1.5em;
}
.title-footer-info::first-line {
    font-size: 18px;
}
.footer-bottom {
    padding: 20px;
    text-align: center;
    background-color: #000;
}
#footer .copy {
    padding: 1em;
    font-size: 12px;
}

@media screen and (min-width: 960px) {
    #footer-logo a {
        width: 130px;
        padding: 50px 20px 30px;
    }
    #footer .title-reserve {
        width: 160px;
    }
    #footer .tel-reserve {
        display: inline-block;
        padding: 2px 60px;
        margin-bottom: 1em;
        font-size: 28px;
    }
    #footer .tel-reserve a {
        padding: 0 0 3px;
    }
    #footer .tel-reserve span::before {
        width: 20px;
    }
    .footer-info-wrap {
        width: 840px;
    }
    .footer-info-wrap .footer-info:first-child {
        padding-right: 20px;
    }
    .footer-info-wrap .footer-info:last-child {
        padding-left: 70px;
        border-left: 1px solid #fff;
    }
    .footer-info p:first-child {
        margin-top: 0;
    }
    .footer-info .title-footer-info,
    .footer-info .title-footer-info + p {
        margin-bottom: 1em;
    }    
    #footer-nav > ul {
        display: table;
        width: 420px;
        margin: 15px auto 0;
        font-size: 13px;
    }
    #footer-nav > ul > li {
        display: table-cell;
    }
}