@charset "UTF-8";
/*-- reset --*/
html, body,
h1, h2, h3, h4, h5, h6,
div, p, dl, dt, dd, ol, ul, li,
span, a, strong, em, b, i, del, dfn, img, ins, kbd, q, samp, small, sub, sup, var,
table, caption, tbody, tfoot, thead, tr, th, td,
fieldset, form, label, legend,
object, iframe, blockquote, pre, abbr, address, cite, code,
article, aside, canvas, details, figcaption, figure,
footer, header, main, menu, section, nav,
time, mark, video, audio {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
  -webkit-text-size-adjust: 100%;
}
@media (min-width: 769px) {
  body {
      overflow-x: hidden!important;
    }
  }
html {
  overflow-y: scroll;
}

header, main, menu, nav, section, article, aside, details, figcaption, figure, footer {
  display: block;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:focus {
  outline: 0;
}

/* Elements */
input, select, textarea, pre, button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 400;
  vertical-align: middle;
}

img {
  border: none;
  width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
}

ul, ol {
  list-style: none;
}

em, address {
  font-style: normal;
}

/*-- Top --*/
@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

body {
  color: #000;
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
}

a {
  color: initial;
}

/*--sidebar--*/
.sidebar {
  width: 248px;
  height: 100%;
  position: fixed;
  background: #419198;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .sidebar {
    display: none;
  }
}

.sidebar .nav {
  padding: 25px 35px;
  font-size: 1.6rem;
}
.sidebar .nav__logo {
  margin-bottom: 15px;
    width: 80%;
}

.sidebar .nav__logo img {
  width: 100%;
}

.sidebar .nav__list {
  font-family: Abril Fatface;
  margin-bottom: 20px;
}

.sidebar .nav__list li {
  margin-bottom: 11px;
  letter-spacing: .1em;
  font-size: 15px;
}

.sidebar .nav__list a {
  color: #fff;
  transition: ease .2s;
}

.sidebar .nav__list a:hover {
  color: #E8EBB5;
  transition: ease .2s;
}

.sidebar .nav__reserve {
  display: block;
  color: #fff;
  border: 1px solid #fff;
  padding: 11px;
  font-size: 1.2rem;
  width: 160px;
  text-align: center;
  margin-bottom: 14px;
  transition: ease .2s;
}

.sidebar .nav__reserve:hover {
  background: #F5F7D2;
  color: #419198;
  transition: ease .2s;
}

.sidebar .nav__phone {
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 1px;
  position:relative;
  padding-left: 1.6em;
  background: url(../img/icon_phone.svg) no-repeat left center;
  background-size: 20px;
}
.sidebar .nav__phone a {
  color: #fff;
}
.drawer-menu-item .nav__phone{
  position:relative;
  padding-left: 1.8em;
  background: url(../img/icon_phone.svg) no-repeat left center;
  background-size: 20px;
}
/*.nav__phone::before {
  content: url(../img/icon_phone.svg);
  position: absolute;
  left: 0;
  top:4px;
  width:100%;
  height: 100%;

}*/

.sidebar .nav__address {
  color: #fff;
  font-size: 1.1rem;
  line-height: 2;
  margin-bottom: 25px;
}

.sidebar .nav__sns {
  display: flex;
  height: 18px;
  width: 100px;
  justify-content: space-between;
  width: 120px;
}
.drawer-menu .nav__sns {
  display: flex;
  height: 18px;
  justify-content: space-between;
  align-items: center;
  width: 137px;
  padding: 3rem 1rem;
}

footer {
  background: url(../img/footer_bg_pc.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding-left: 248px;
}

@media screen and (max-width: 768px) {
  footer {
    background: url(../img/footer_bg_sp.jpg) no-repeat 50% 50%;
    background-size: cover;
    padding-left: 0;
  }
}

footer .footer__container {
  width: 90%;;
  max-width: 1000px;
  margin: auto;
  padding: 53px 0 10px;
}

@media screen and (max-width: 768px) {
  footer .footer__container {
    width: calc(100% - 120px);
    padding: 30px 0 0;
  }
}

footer .footer__logo {
  width: 370px;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  footer .footer__logo {
    width: 100%;
  }
}

footer .footer__nav {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  footer .footer__nav {
    margin-top: 20px;
    height: 74px;
    flex-flow: column wrap;
    justify-content: start;
    margin-left: 25px;
  }
}

footer .footer__nav li {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  footer .footer__nav li {
    font-size: 1.0rem;
  }
}

footer .footer__nav li a {
  color: #fff;
  font-family: Abril Fatface;
}

.copyright {
  display: block;
  text-align: center;
  color: #fff;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .copyright {
    font-size: 1.0rem;
    padding: 10px 0;
  }
}
.gmap{
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .gmap{
    margin-top: 0;
  }
}

.gmap iframe{
  width: 100%;
  height: 383px;
}

.page-top__btn {
  display: none;
  width: 75px;
  height: 75px;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .page-top__btn {
    width: 12%;
    max-width: 55px;
    height: 12%;
    position: fixed;
    right: 6%;
    bottom: -1%;
  }
}


/*-- nav --*/
/*ナビゲーションのcss入ります*/
@media screen and (max-width: 768px) {
  .sp .drawer-hamburger{
    width: 2.7rem;
    padding: 18px 1.5rem 30px;
  }
  .sp .drawer-hamburger-icon,
  .sp .drawer-hamburger-icon:after,
  .sp .drawer-hamburger-icon:before{
    background-color: #ddd;
  }
  .drawer--right.drawer-open .sp .drawer-hamburger {
    right: 30rem;
}
  .drawer-overlay{
    background-color: rgba(0,0,0,.6);
  }
  .drawer--right.drawer-open nav.drawer-nav {
    width: 304px;
    background: #419198;
    color: #cfcfcf;
  }
  .drawer-nav .drawer-menu {
    padding: 33px 23px 23px;
  }
  a.drawer-menu-item{
    color: #fff;
    font-size: 1.4rem;
    padding: 1rem;
  }
  .drawer-menu-item.en{
    font-size: 1.6rem;
    font-family: Abril Fatface;
    letter-spacing: 1px;
    padding: 1.1rem;
  }
  a.drawer-menu-item.current{
    color: #E8EBB5;
  }
  .home a.nav-item__top,
  .page-id-5 a.nav-item__about,
  .page-id-7 a.nav-item__menu,
  .post-type-archive-style a.nav-item__style,
  .tax-style_cat a.nav-item__style,
  .single-style a.nav-item__style,
  .page-id-11 a.nav-item__product,
  .page-id-13 a.nav-item__staff,
  .page-id-15 a.nav-item__saloninfo,
  .post-type-archive-post a.nav-item__blog,
  .single-post a.nav-item__blog,
  .post-type-archive-news a.nav-item__news,
  .page-id-17 .nav-item__covid19{
    color: #E8EBB5;
  }
  .drawer--right .drawer-nav {
    right: -32.5rem;
  }
}
