@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@400;500;600&family=M+PLUS+1+Code&family=Noto+Sans+JP:wght@100;400;500;600&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

html {
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  background-color: #e8e4d8;
  overflow-x: hidden;
}

.body-wrap {
  display: flex;
  width: 100%;
  margin: 0 auto;
}
@media (width > 1500px) {
  .body-wrap {
    width: 1520px;
  }
}
@media (width <= 500px) {
  .body-wrap {
    display: block;
    margin: 0;
  }
}

header aside {
  position: fixed;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 200px;
  height: 100%;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 10;
  border-right: 1px solid #bba;
}
@media (width <= 500px) {
  header aside {
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100dvh;
    border: none;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: 1s;
    background-color: rgba(255, 255, 255, 0.7);
  }
}
header aside::-webkit-scrollbar {
  width: 5px;
}
header aside::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
}
header aside::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
header aside h1 {
  margin: 50px 0 0 20px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.5em;
}
@media (width <= 500px) {
  header aside h1 {
    margin: 10vw 0 0 50px;
    font-size: 12px;
  }
}
header aside a {
  display: inline-block;
}
header aside a img {
  margin: 15px 50px 0 20px;
  width: 130px;
  height: auto;
}
@media (width <= 500px) {
  header aside a img {
    margin: 3vw 0 0 50px;
  }
}
header aside nav {
  margin: 50px 0 0 0;
}
@media (width <= 500px) {
  header aside nav {
    margin: 10vw 0 0 0;
  }
}
header aside nav li {
  line-height: 35px;
}
@media (width <= 500px) {
  header aside nav li {
    line-height: 15vw;
    border-bottom: 1px solid #886;
  }
}
header aside nav li .en {
  font-family: "Hind", sans-serif;
  font-weight: 600;
}
@media (width <= 500px) {
  header aside nav li .en {
    font-size: 20px;
    font-weight: 400;
  }
}
header aside nav li .ja {
  font-size: 14px;
  font-weight: 600;
}
@media (width <= 500px) {
  header aside nav li .ja {
    font-size: 18px;
    font-weight: 400;
  }
}
header aside nav li a {
  padding-left: 20px;
  text-decoration: none;
  color: #886;
  display: flex;
}
@media (width <= 500px) {
  header aside nav li a {
    padding-left: 50px;
  }
}
header aside nav li a .icon {
  margin-top: 2px;
}
header aside nav li a img {
  width: 14px;
  height: 14px;
  margin: 0 5px 0 0;
}
header aside .shop-info {
  margin: 50px 0 0 3px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.8em;
}
@media (width <= 500px) {
  header aside .shop-info {
    display: none;
  }
}
header aside .tel, header aside .line {
  background-color: #C8C2B4;
  margin: 30px 5px 0 2px;
  height: 50px;
  text-align: center;
}
@media (width <= 500px) {
  header aside .tel, header aside .line {
    margin: 7vw auto;
    width: 70%;
  }
}
header aside .tel a, header aside .line a {
  text-decoration: none;
  font-family: "Hind", sans-serif;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 53px;
  width: 100%;
}
header aside .line {
  margin: 10px 5px 0 2px;
}
@media (width <= 500px) {
  header aside .line {
    margin: 7vw auto;
    width: 70%;
  }
}
header aside .line a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 50px;
  width: 100%;
}
@media (width <= 500px) {
  header .nav-btn {
    position: fixed;
    height: 30px;
    width: 30px;
    top: 20px;
    right: 20px;
    z-index: 11;
    cursor: pointer;
  }
  header .nav-btn span {
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 1px;
    box-shadow: 1px 2px 5px #000;
    transition: all 0.4s;
  }
  header .nav-btn span:nth-of-type(1) {
    top: 7px;
  }
  header .nav-btn span:nth-of-type(2) {
    top: 15px;
  }
  header .nav-btn span:nth-of-type(3) {
    top: 23px;
  }
  header .open-btn span:nth-of-type(1) {
    transform: translate(1px, 7px) rotate(45deg);
  }
  header .open-btn span:nth-of-type(2) {
    display: none;
  }
  header .open-btn span:nth-of-type(3) {
    transform: translate(-1px, -7px) rotate(-45deg);
  }
}

.information {
  background-color: #ccb;
  box-shadow: 0 -50px 70px #ccb;
}
.information .information-wrap {
  margin-left: 230px;
}
@media (width <= 500px) {
  .information .information-wrap {
    margin-left: 5%;
    width: 90%;
  }
}
.information .information-wrap h2 .en {
  font-family: "Hind", sans-serif;
  font-size: 72px;
  color: #fff;
}
@media (width <= 1000px) {
  .information .information-wrap h2 .en {
    font-size: max(40px, 7.2vw);
  }
}
@media (width <= 500px) {
  .information .information-wrap h2 .en {
    padding-top: 50px;
    font-size: 54px;
  }
}
.information .information-wrap h2 .ja {
  margin-top: 10px;
  font-weight: 600;
  color: #fff;
}
.information .information-wrap .information-small-wrap {
  display: flex;
  margin-top: 60px;
}
@media (width <= 1200px) {
  .information .information-wrap .information-small-wrap {
    display: block;
  }
}
.information .information-wrap .information-small-wrap .left-area img {
  width: 42vw;
}
@media (width > 1500px) {
  .information .information-wrap .information-small-wrap .left-area img {
    width: 80%;
  }
}
@media (width <= 1200px) {
  .information .information-wrap .information-small-wrap .left-area img {
    width: 80%;
  }
}
@media (width <= 500px) {
  .information .information-wrap .information-small-wrap .left-area img {
    width: 100%;
    border-radius: 10px;
  }
}
.information .information-wrap .information-small-wrap .right-area {
  margin: -35px 0 0 3vw;
}
@media (width > 1500px) {
  .information .information-wrap .information-small-wrap .right-area {
    margin: -35px 0 0 -170px;
  }
}
@media (width <= 1200px) {
  .information .information-wrap .information-small-wrap .right-area {
    margin: 0;
  }
}
.information .information-wrap .information-small-wrap .right-area .information-text {
  margin-top: 30px;
  color: #fff;
  line-height: 1.8em;
}
.information .information-wrap .information-small-wrap .right-area .information-text a {
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.information .information-wrap .information-small-wrap .right-area .information-text .information__line {
  font-size: 1.2rem;
}
.information .information-wrap iframe {
  margin-top: 40px;
  width: 95%;
  aspect-ratio: 16/9;
}
@media (width <= 500px) {
  .information .information-wrap iframe {
    width: 100%;
  }
}

.footer {
  padding: 30px 0 10px 200px;
  background-color: #ccb;
  text-align: center;
  font-family: "Hind", sans-serif;
  font-weight: 100;
  color: #000;
}
@media (width <= 500px) {
  .footer {
    padding-left: 0;
  }
}

main {
  background-color: #e8e4d8;
  color: #886;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.title-area {
  width: 100%;
}
.title-area .title-area-wrap {
  margin: 9rem 5% 0 calc(200px + 5%);
  padding-bottom: 3rem;
  border-bottom: 2px solid #fff;
}
@media (width <= 500px) {
  .title-area .title-area-wrap {
    width: 90%;
    margin: 7rem auto 0 auto;
  }
}
.title-area .title-area-wrap h2 .en {
  font-family: "Hind", sans-serif;
  font-size: 5rem;
  letter-spacing: 0.01em;
  color: #fff;
}
@media (width <= 1000px) {
  .title-area .title-area-wrap h2 .en {
    font-size: 8vw;
  }
}
@media (width <= 500px) {
  .title-area .title-area-wrap h2 .en {
    font-size: 2.5rem;
  }
}
.title-area .title-area-wrap h2 .ja {
  margin: 0.5rem 0 0 0.5rem;
  font-weight: 500;
}
@media (width <= 500px) {
  .title-area .title-area-wrap h2 .ja {
    margin: 1rem 0 0 0.2rem;
    font-weight: 500;
    font-size: 0.9rem;
  }
}
.title-area .breadcrumb-area {
  margin: 1rem 5% 0 calc(200px + 5%);
}
@media (width <= 500px) {
  .title-area .breadcrumb-area {
    width: 90%;
    margin: 1rem auto 0 auto;
  }
}
.title-area .breadcrumb-area .breadcrumb {
  display: flex;
  justify-content: end;
}
.title-area .breadcrumb-area .breadcrumb li a {
  color: #886;
  font-size: 0.9rem;
}
.title-area .breadcrumb-area .breadcrumb li p {
  font-size: 0.9rem;
}

.menu-comment {
  margin: 3rem 0 0 calc(200px + 5%);
}
@media (width <= 500px) {
  .menu-comment {
    width: 90%;
    margin: 4rem auto 0 auto;
  }
}
.menu-comment p {
  margin-top: 0.5em;
  font-size: 0.8rem;
  font-family: "M PLUS 1 Code", monospace;
}
.menu-comment p .narrow {
  display: none;
}
@media (width <= 1000px) {
  .menu-comment p {
    margin-top: 1em;
    line-height: 1.2em;
  }
  .menu-comment p .narrow {
    display: inline-block;
  }
  .menu-comment p .wide {
    display: none;
  }
}
.menu-comment p br {
  display: none;
}
@media (width <= 1000px) {
  .menu-comment p br {
    display: block;
  }
}

.menu {
  margin: 4rem 5% 10rem calc(200px + 5%);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 4rem;
}
@media (width <= 500px) {
  .menu {
    width: 85%;
    margin: 3rem auto 10rem auto;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.menu .each-menu:last-of-type .time {
  line-height: 1.3em;
}
.menu .each-menu img {
  width: 100%;
  box-shadow: 0 0 10px #886;
}
.menu .each-menu h3 {
  display: none;
}
@media (width <= 770px) {
  .menu .each-menu h3 {
    display: block;
    position: relative;
    margin-top: 1em;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-indent: 1.5em;
  }
}
@media (width <= 770px) {
  .menu .each-menu .cut:before {
    content: "";
    background-image: url("../images/scissors.webp");
    position: absolute;
    left: 0;
    width: 1em;
    height: 1em;
    background-size: cover;
  }
  .menu .each-menu .perm:before {
    content: "";
    background-image: url("../images/curler.webp");
    position: absolute;
    left: 0;
    width: 1em;
    height: 1em;
    background-size: cover;
  }
  .menu .each-menu .other:before {
    content: "";
    background-image: url("../images/like.webp");
    position: absolute;
    left: 0;
    width: 1em;
    height: 1em;
    background-size: cover;
  }
}
.menu .each-menu h4 .ja {
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}
@media (width <= 770px) {
  .menu .each-menu h4 .ja {
    font-size: 1.3rem;
  }
  .menu .each-menu h4 .ja:before {
    content: "・";
  }
}
.menu .each-menu h4 .en {
  margin-top: 0.6em;
  font-family: "Hind", sans-serif;
  font-size: 0.9rem;
}
@media (width <= 500px) {
  .menu .each-menu h4 .en {
    font-size: 0.8rem;
  }
}
.menu .each-menu .time {
  margin-top: 1rem;
  line-height: 1.2rem;
}
.menu .each-menu .price {
  margin-top: 0.5rem;
  font-size: 1rem;
}
.menu .each-menu .add-price {
  font-family: "M PLUS 1 Code", monospace;
  margin-top: 1rem;
  font-size: 0.9rem;
  line-height: 1.2rem;
}
@media (width <= 770px) {
  .menu .close-margin {
    margin-top: -3rem;
  }
  .menu .close-margin .hide {
    display: none;
  }
}