@charset "UTF-8";

@font-face {
  font-family: 'Noto Sans JP';
  src: url('../font/NotoSansJP-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url('../font/NotoSansJP-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url('../font/NotoSansJP-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', 'Meiryo', 'MS UI Gothic', sans-serif;
  color: #5b5139;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: .02em;
  overflow-x: hidden;
  position: relative;
}

a {
  text-decoration: none;
  color: #4a422f;
  font-size:2.2rem;
}

.sa {
  opacity: 0;
  transition: all 2s ease;
  transform: translate(-50%, -50%);
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--up {
  transform: translate(0, 30px);
}

.sa--up2 {
  transform: translate(0, 30px);
  transition-delay: .4s;
}

.sa--up3 {
  transform: translate(0, 30px);
  transition-delay: .8s;
}

.sa--down {
  transform: translate(0, -30px);
}

h1 {
  width: 100%;
  height: auto;
  text-align: right;
  position: absolute;
  left: 0;
  z-index: 2;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 1rem;
  box-sizing: border-box;
}

.green {
  color: #3ab483;
  display: inline;
}

.pink {
  color: #a80054;
  display: inline;
}


@media screen and (min-width: 1051px) {
  .sp{display: none!important;}
}

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




/*----------------------------------------
  loading
-----------------------------------------*/
#loading {
  width: 100vw;
  height: 100vh;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

#loading_box img {
  display: block;
  width: 50%;
  max-width: 320px;
  height: auto;
  margin: 0 auto;
}

/*----------------------------------------
  header
-----------------------------------------*/
header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  letter-spacing: .05em;
}

#header01 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
  transition: 1s cubic-bezier(.4, 0, .2, 1);
/*  background: none; */
  background-color: rgba(255, 255, 255, 0.8); /* 80%透明の白 */
}

.head-animation {
  transform: translateY(-100%);
}

#global-nav {
  width: 100%;
  height: 60px;
  padding-left: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.scroll #global-nav {
  background: #fff;
  transition: 1s cubic-bezier(.4, 0, .2, 1);
}

.scroll #global-nav::after {
  display: none;
}

.global-nav-logo {
  width: auto;
  height: 36px;
  margin-right: 40px;
}

.global-nav-logo img {
  display: block;
  width: auto;
  height: 36px;
}

nav {
  width: auto;
  height: auto;
  display: flex;
}

nav ul {
  width: auto;
  height: auto;
  display: flex;
  list-style: none;
}

nav li {
  padding: 0 12px;
  font-family: 'Cinzel', serif;
  display: flex;
  align-items: center;
}

nav li:last-child {
  line-height: 1.3;
  margin-left: 10px;
}

nav li.active a {
 color: #830042;
 border-bottom: 2px solid #830042;
}

.line {
  font-size: 1.2rem;
}

.nav-time {
  display: inline-block;
  width: 50px;
  height: auto;
}

.nav-tel {
  display: none;
}

/*
.new-salon {
  position: relative;
}

.new-salon2>a {
  font-size: 1.3rem;
}

.new-salon>svg {
  width: 26px;
  position: absolute;
  top: -8px;
  left: 0;
  fill: #F88379;
}
*/

.reservation-pc {
  width: 160px;
  padding: 0;
  margin-left: 8px;
  cursor: pointer;
  color: #fff;
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', 'Meiryo', 'MS UI Gothic', sans-serif;
  position: relative;
}

.reservation-pc-btn {
  width: 100%;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(45deg, #7d003f, #a80054);
  position: relative;
  z-index: 1;
}

.reservation-pc-btn>img {
  display: block;
  width: 20px;
  margin-right: 8px;
  margin-left: -3px;
}

.reservation-pc-btn>i {
  font-size: 1.2rem;
  margin-left: 8px;
  transition: .4s;
}

.reservation-pc-btn.active>i {
  transform: rotate(180deg);
}

.reservation-pc-btn>p {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1.3;
}

.reservation-pc-btn>p>span {
  font-size: 1rem;
}

.reservation-pc-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #bdaf8b;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
  opacity: 0;
}

.reservation-pc-inner.is-open {
  width: 100%;
  top: 42px;
  left: 0;
  height: auto;
  opacity: 1;
  visibility: visible;
}

.reservation-pc-inner a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 6px 0;
}

.reservation-pc-inner a:nth-of-type(n+2) {
  border-top: 1px solid #bdaf8b;
}

.reservation-pc-inner a>i {
  font-size: 1rem;
  margin-top: 3px;
  margin-left: 3px;
}

nav li>a {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.5;
}

.nav-insta img {
  width: 22px;
  height: auto;
  display: block;
}

.nav-text {
  font-size: 1.4rem;
  letter-spacing: initial;
}

.for-salon picture,
.for-salon img {
  display: inline-block;
  width: auto;
  height: 46px;
}

#nav-toggle {
  display: none;
  position: fixed;
  top: 0;
  right: 20px;
  width: 60px;
  height: 60px;
  z-index: 1001;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 36px;
  height: 60px;
}

.menu-trigger span {
  position: absolute;
  left: 50%;
  width: 65%;
  height: 3px;
  transform: translate(-50%, 0);
  background-color: #C5B99D;
  border-radius: 2px;
}

.scroll .menu-trigger span {
  background-color: #C5B99D;
}

.menu-trigger span:nth-of-type(1) {
  top: 20px;
}

.menu-trigger span:nth-of-type(2) {
  position: absolute;
  right: 0;
  top: 30px;
}

.menu-trigger span:nth-of-type(3) {
  top: 40px;
}

#nav-toggle.active span {
  position: absolute;
  left: 20%;
  background-color: #fff;
}

#nav-toggle.active span:nth-of-type(1) {
  top: 5px;
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
}

#nav-toggle.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}

@-webkit-keyframes active-menu-bar {
  100% {
    height: 0;
  }
}

@keyframes active-menu-bar {
  100% {
    height: 0;
  }
}

#nav-toggle.active span:nth-of-type(3) {
  top: 45px;
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
}

/*--------------------------------------------------
 main
--------------------------------------------------*/
main {
  width: 100%;
  height: auto;
  position: relative;
}

/*--------------------------------------------------
 pankz
--------------------------------------------------*/
#pankz {
  width: 100%;
  height: auto;
  padding: 10px 0;
  border-bottom: 1px solid #DDD7C7;
}

.pankz {
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin: 0 auto;
}

.pankz ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: 1.2rem;
}

.pankz ul li+li {
  padding-left: 40px;
  background: url('../icon/icon_arrow_left.png') no-repeat left 20px center;
  background-size: auto 6px;
}

/*--------------------------------------------------
 sidebar
--------------------------------------------------*/
.sidebar {
  width: 10%;
  height: 95vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: -30px;
  transform: translate(-50%, 0);
}

.sidebar-hr {
  width: .5px;
  height: 100px;
  background: #505050;
}

.sidebar ul {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
}

.sidebar li {
  width: 100%;
  padding: 10px 0;
}

.sidebar li a {
  display: block;
  width: 100%;
  height: auto;
}

.sidebar li a p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1.2rem;
  display: block;
  margin: 0 auto;
  letter-spacing: .15em;
}

.sidebar li a img {
  width: 20px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.sidebar li:nth-child(2) img {
  width: 22px;
}

/*----------------------------------------
  #contact
-----------------------------------------*/
#contact {
  width: 100%;
  height: auto;
  padding: 80px 0;
  position: relative;
  overflow-x: hidden;
}

#contact::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../img/top/contact-bg.webp');
  opacity: 1;
  background-size: cover;
  background-position: center center;
}

#contact::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: repeat;
  background: url('../img/overlays/06.png');
  z-index: 1;
}

.contact {
  width: 100%;
  max-width: 786px;
  margin: 0 auto;
  height: auto;
  position: relative;
  z-index: 2;
  font-size: 1.6rem;
  color: #fff;
}

.contact-title {
  width: 100%;
  height: auto;
  margin: 0 auto 40px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-title h2 {
  width: 100%;
  height: auto;
  max-width: 360px;
  margin: 0 auto;
}

.contact-title h2>p {
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 14px auto;
}

.contact-title h2>img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 14px auto;
}

.contact-title h2::after {
  display: block;
  content: '';
  width: 100%;
  height: 14px;
  background: url('../img/top/star.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.contact-cols {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}


/*
.contact-shop {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.contact-eyecatch {
  width: 100%;
  height: auto;
  margin: 0 auto 10px auto;
  position: relative;
}


*/

/* １店舗表示に変更  ST */
.contact-shop {
  width: 100%;
  align-items: center;
  text-align: center;
  display:-ms-flexbox;
  display:-webkit-box;
  justify-content:flex-start;
  padding-right: 100px;
}

.contact-eyecatch {
/*  width: 100%; */
  width: 48%;
  height: auto;
  margin: 0 auto 10px auto;
  position: relative;

}
/* １店舗表示に変更  END */



.contact-eyecatch::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.contact-eyecatch>img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
/*  border-radius: 15vh 0 15vh 0; */
  border-radius: 5vh 0 5vh 0;
}


.contact-salonname {
  font-size: 1.8rem;
}

.contact-salontel {
  font-size: 1.4rem;
}

.contact-salontel a {
  color: #fff;
  text-decoration: underline;
}

.contact-link {
  width: 100%;
  margin-top: 20px;
}

.contact-link>a {
  width: 100%;
  height: auto;
  padding: 15px 0 10px 0;
  background: #C5B48D;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
}

.contact-link>a>img {
  display: block;
  width: auto;
  height: 26px;
}

.contact-bottom {
  width: 100%;
  height: auto;
  padding: 20px 0;
  text-align: center;
}

/*----------------------------------------
  #footer
-----------------------------------------*/
footer {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #d5cdb9;
  background-image: url('./../img/top/brushed-alum-dark.png');
}

#footer01 {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.footer01 {
  width: 100%;
  height: auto;
  padding: 50px 0;
  position: relative;
  z-index: 1;
}

.iPhone .footer01 {
  font-family: initial;
}

.footer01 a {
  color: #fff;
}

.footer-address {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  color: #fff;
  margin-bottom: 15px;
}

.footer-logo {
  width: 250px;
  height: auto;
  margin-right: 30px;
}

.footer-logo a {
  display: block;
  width: 220px;
  height: auto;
  margin: 0 auto;
}

.footer-logo img {
  display: block;
  width: 220px;
  height: auto;
  margin-bottom: 10px;
}

.footer-logo h2 {
  font-size: 1rem;
}

.footer-address ul {
  width: auto;
  height: auto;
  list-style: none;
}

.footer-address li {
  font-size: 1.2rem;
  line-height: 1.8;
}

.footer-address li:nth-child(3) a {
  margin-right: 10px;
  font-weight: bold;
}

.footer-address li i {
  margin-left: 3px;
}

.footer-nav {
  width: 100%;
  height: auto;
}

.footer-nav ul {
  width: 100vw;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 10px 0;
  margin: 0 calc(50% - 50vw);
  background: #B6AF9E;
  font-family: 'Cinzel', serif;
}

.footer-nav li {
  padding: 0 15px;
  box-sizing: border-box;
}

.footer-nav li a {
  color: #fff;
}

.footer-sns {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.footer-sns a {
  display: block;
  width: auto;
  height: 26px;
  box-sizing: border-box;
}

.footer-sns a:first-child {
  margin-right: 15px;
}

.footer-sns a img {
  display: block;
  width: auto;
  height: 30px;
}

.copyright {
  width: 100%;
  height: auto;
  padding: 2px 0;
  background: #fff;
  text-align: center;
  font-size: 1.5rem;
}


@media screen and (max-width: 1360px) {

  #header01 {
    position: fixed;
    z-index: 1001;
  }

  #global-nav {
    width: 100%;
    max-width: initial;
    padding-left: 0;
  }

  .global-nav-logo {
    margin-left: 30px;
  }

  .global-nav-logo img {
    height: 36px;
  }

  #nav-toggle {
    display: block;
  }

  /*--------------------------------------------------------------------------
    toggle
  --------------------------------------------------------------------------*/
  .overlay {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    z-index: 1000;
    width: 100%;
    min-width: 100%;
    height: auto;
    padding: 60px 0 80px 0 !important;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: .3s linear;
    animation: .3s linear overlay-close;
  }

  .overlay.is-open {
    width: 100%;
    height: 100vh;
    opacity: 1;
    visibility: visible;
    animation: .3s linear overlay-open;
    background: #C5B99D;
    color: #fff;
  }

  @keyframes overlay-open {
    0% {
      transform: scaleY(0);
      transform-origin: bottom;
    }

    100% {
      transform: scaleY(1);
      transform-origin: bottom;
    }
  }

  @keyframes overlay-close {
    0% {
      transform: scaleY(1);
      transform-origin: top;
    }

    100% {
      transform: scaleY(0);
      transform-origin: top;
    }
  }

  nav {
    width: 100%;
    min-width: 100%;
  }

  nav ul {
    width: 100%;
    max-width: 280px;
    height: auto;
    margin: 0 auto;
    padding-top: 50px;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  nav li {
    width: 50%;
    padding: 10px 0;
  }

  nav li a {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.8rem;
  }

  .new-salon>svg {
    width: 38px;
    fill: #786650;
  }

  .nav-text {
    font-size: 1.2rem;
  }

  .new-salon2>a {
    font-size: 1.6rem;
  }

  .nav-tel {
    display: block;
    width: 100%;
    height: auto;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, sans-serif;
  }

  .nav-tel-lead {
    padding: 10px 0;
    display: flex;
    align-items: center;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
  }

  .nav-tel-lead:before {
    margin-right: 5px;
    border-top: 1px solid #fff;
    content: "";
    flex-grow: 1;
  }

  .nav-tel-lead:after {
    margin-left: 5px;
    border-top: 1px solid #fff;
    content: "";
    flex-grow: 1;
  }

  .nav-tel a {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
  }

  .nav-tel-cols-link {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    box-sizing: border-box;
    text-align: center;
    font-size: 1rem;
    border: 1px solid #fff;
    border-radius: 4px;
  }

  .nav-tel-cols-link img {
    display: block;
    width: 60%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 2px;
  }

  .nav-tel-text {
    font-size: 1rem;
    padding: 15px 0;
    line-height: 1.5;
    box-sizing: border-box;
  }

  .nav-tel-cols {
    width: 100%;
    height: auto;
  }

  .nav-tel-cols:nth-of-type(n+2) {
    margin-top: 20px;
  }

  .nav-tel-salonname {
    font-weight: bold;
    text-align: center;
    padding-bottom: 5px;
  }

  .nav-tel-cols-reserve {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
  }

  .nav-tel-cols-reserve a {
    width: 49%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, .8);
    border-radius: 4px;
    padding: 0;
  }

  .nav-tel-cols-reserve a:nth-of-type(n+3) {
    margin-top: 5px;
  }

  .nav-tel-cols-reserve a img {
    display: block;
    width: 60%;
    height: auto;
    margin: 0 auto;
  }

  .reservation-pc {
    display: none;
  }

  .for-salon {
    width: 85%;
    margin: 20px auto 0 auto;
    background: #A89E86;
  }

  .for-salon picture {
    display: block;
    width: 80%;
    height: auto;
  }

  .for-salon img {
    display: block;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 1280px) {
/* １店舗表示に変更 追記 ST */
.contact-cols {
  display: flex;
  justify-content: center; 
}

.contact-shop {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 0;
}

.contact-eyecatch {
  width: 100%;
}
/* １店舗表示に変更 追記 END */

  html {
    font-size: calc(100vw/128.0);
  }

  .pankz {
    width: 90%;
    max-width: initial;
  }

  /*---#contact---*/
  .contact-eyecatch>img {
    border-radius: 60px 0 60px 0;
  }
}

@media screen and (max-width: 1024px) {
  html {
    font-size: calc(100vw/102.4);
  }

  #header01 {
    position: fixed;
    z-index: 1001;
  }

  #global-nav {
    width: 100%;
    max-width: initial;
    padding-left: 0;
  }

  .global-nav-logo {
    margin-left: 30px;
  }

  .global-nav-logo img {
    height: 36px;
  }

  #nav-toggle {
    display: block;
  }

  /*--------------------------------------------------------------------------
    toggle
  --------------------------------------------------------------------------*/
  .overlay {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    z-index: 1000;
    width: 100%;
    min-width: 100%;
    height: auto;
    padding: 60px 0 80px 0 !important;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: .3s linear;
    animation: .3s linear overlay-close;
  }

  .overlay.is-open {
    width: 100%;
    height: 100vh;
    opacity: 1;
    visibility: visible;
    animation: .3s linear overlay-open;
    background: #C5B99D;
    color: #fff;
  }

  @keyframes overlay-open {
    0% {
      transform: scaleY(0);
      transform-origin: bottom;
    }

    100% {
      transform: scaleY(1);
      transform-origin: bottom;
    }
  }

  @keyframes overlay-close {
    0% {
      transform: scaleY(1);
      transform-origin: top;
    }

    100% {
      transform: scaleY(0);
      transform-origin: top;
    }
  }

  nav {
    width: 100%;
    min-width: 100%;
  }

  nav ul {
    width: 100%;
    max-width: 280px;
    height: auto;
    margin: 0 auto;
    padding-top: 50px;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  nav li {
    width: 50%;
    padding: 10px 0;
  }

  nav li a {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.8rem;
  }

  .new-salon>svg {
    width: 38px;
    fill: #786650;
  }

  .nav-text {
    font-size: 1.2rem;
  }

  .new-salon2>a {
    font-size: 1.6rem;
  }

  .nav-tel {
    display: block;
    width: 100%;
    height: auto;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, sans-serif;
  }

  .nav-tel-lead {
    padding: 10px 0;
    display: flex;
    align-items: center;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
  }

  .nav-tel-lead:before {
    margin-right: 5px;
    border-top: 1px solid #fff;
    content: "";
    flex-grow: 1;
  }

  .nav-tel-lead:after {
    margin-left: 5px;
    border-top: 1px solid #fff;
    content: "";
    flex-grow: 1;
  }

  .nav-tel a {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
  }

  .nav-tel-cols-link {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    box-sizing: border-box;
    text-align: center;
    font-size: 1rem;
    border: 1px solid #fff;
    border-radius: 4px;
  }

  .nav-tel-cols-link img {
    display: block;
    width: 60%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 2px;
  }

  .nav-tel-text {
    font-size: 1rem;
    padding: 15px 0;
    line-height: 1.5;
    box-sizing: border-box;
  }

  .nav-tel-cols {
    width: 100%;
    height: auto;
  }

  .nav-tel-cols:nth-of-type(n+2) {
    margin-top: 20px;
  }

  .nav-tel-salonname {
    font-weight: bold;
    text-align: center;
    padding-bottom: 5px;
  }

  .nav-tel-cols-reserve {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
  }

  .nav-tel-cols-reserve a {
    width: 49%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, .8);
    border-radius: 4px;
    padding: 0;
  }

  .nav-tel-cols-reserve a:nth-of-type(n+3) {
    margin-top: 5px;
  }

  .nav-tel-cols-reserve a img {
    display: block;
    width: 60%;
    height: auto;
    margin: 0 auto;
  }

  .reservation-pc {
    display: none;
  }

  .for-salon {
    width: 85%;
    margin: 20px auto 0 auto;
    background: #A89E86;
  }

  .for-salon picture {
    display: block;
    width: 80%;
    height: auto;
  }

  .for-salon img {
    display: block;
    width: 100%;
    height: auto;
  }

  /*---#contact---*/
  .contact {
    width: 90%;
  }

}

@media screen and (max-width: 896px) {
  html {
    font-size: calc(100vw/89.6);
  }
}

@media screen and (max-width: 786px) {
  html {
    font-size: calc(100vw/78.6);
  }

  /*---#contact---*/
  .contact {
    width: 80%;
    max-width: initial;
  }

  .contact-cols {
    flex-wrap: wrap;
  }

  .contact-shop {
    width: 48%;
  }

  .contact-shop:nth-of-type(n+3) {
    margin-top: 40px;
  }

  .contact-shop:nth-of-type(3) {
    margin-right: auto;
    margin-left: auto;
  }

  /*---footer---*/
  .footer01 {
    width: 100%;
    margin: 0 auto;
    max-width: initial;
  }

  .footer-address {
    width: 80%;
    flex-direction: column;
    margin: 0 auto;
   }

  .footer-logo {
    display: flex;
    width: 100%;
    margin-right: 0;
    padding: 10px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
  }

  .footer-logo a {
    width: 50%;
    height: auto;
    margin-right: 20px;
  }

  .footer-logo a img {
    width: 100%;
  }

  .footer-address ul {
    padding: 10px 0;
    box-sizing: border-box;
  }

  .footer-nav {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 680px) {

  /*---#contact---*/
  .contact-cols {
    width: 80%;
    margin: 0 auto;
    flex-direction: column;
  }

  .contact-shop {
    width: 100%;
  }

  .contact-shop:nth-of-type(n+2) {
    margin-top: 60px;
  }

  .contact-lead {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 480px) {
  html {
    font-size: 62.5%;
  }

  nav ul {
    width: 82.5%;
    max-width: initial;
  }

  .nav-tel-text {
    padding-bottom: 30px;
  }

  .nav-tel-cols:nth-of-type(n+2) {
    margin-top: 30px;
  }

  .nav-tel-lead {
    font-size: 3rem;
  }

  /*---pankz---*/
  .pankz ul {
    font-size: 1rem;
  }

  /*---#sidebar---*/
  .sidebar {
    width: 40px;
    height: 60vh;
    left: -20px;
  }

  /*---#contact---*/
  #contact {
    padding: 50px 0;
  }

  .contact {
    overflow-x: hidden !important;
  }

  .contact-title {
    width: 80%;
  }

  .contact-cols {
    width: 100%;
  }

  .contact-inner {
    flex-wrap: wrap;
  }

  .contact-inner a {
    width: 100%;
  }

  .contact-inner a:first-child {
    margin-bottom: 15px;
  }

  /*---footer---*/
  .footer01 {
    width: 100%;
  }

  .footer-address {
    width: 80%;
    padding-bottom: 20px;
  }

  .footer-logo {
    flex-direction: column;
    align-items: center;
  }

  .footer-logo a {
    width: 60%;
    margin: initial;
    padding-bottom: 20px;
  }

  .footer-nav ul {
    width: 100%;
    padding: 10px 20px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .footer-nav li {
    line-height: 2.5;
  }

  .footer-sns a {
    width: 35%;
    height: auto;
  }

  .footer-sns a img {
    width: 100%;
    height: auto;
  }
}