:root {
  --white-smoke:#faf8f4;
  --olive:#876c15;
  --light-goldenrod-yellow:#d5e8c7;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.staff-info {
  display: flex;
  height: 260px;
  margin-bottom: 40px;
  border-bottom: 1px var(--light-goldenrod-yellow) solid;
}
.staff-info:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.section {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container {
  max-width: 1180px;
  padding-left: 30px;
  padding-right: 30px;
}

.navbar-logo-left {
  z-index: 5;
  height: 17vh;
  background-color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}
.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1180px;
  margin-bottom: 0;
  padding: 20px 0;
}

.container-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  width: 200px;
}

.nav-menu-wrapper {
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: 0.25px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  text-decoration: none;
}
.nav-link:hover {
  opacity: 0.6;
  color: rgba(26, 27, 31, 0.75);
}
.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.button-primary {
  background-color: var(--olive);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 30px;
  margin-left: 40px;
  padding: 12px 25px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  transition: all 0.2s;
}
.button-primary:hover {
  color: #876c15;
  background-color: #fff;
  border: 1px solid #876c15;
}
.button-primary:active {
  background-color: var(--light-goldenrod-yellow);
  color: #fff;
}

.body {
  background-color: var(--white-smoke);
}

.top-hero-visual-div {
  justify-content: space-between;
  margin-top: 0;
  display: flex;
  position: relative;
}

.grid-left {
  z-index: 2;
  position: relative;
  top: 190px;
  left: 326px;
}

.hero-img-mask {
  width: 60vw;
  height: 83vh;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.hero-copy {
  z-index: 2;
  justify-content: flex-end;
  display: block;
  position: static;
  top: 37%;
  bottom: 0;
  left: 15%;
  right: auto;
}

.image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

._822-copy1 {
  font-family: Great Vibes, cursive;
  font-size: 10vw;
  line-height: 80px;
}

.top-copy {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neuton, sans-serif;
  font-size: 10vw;
  font-weight: 300;
  line-height: 7vw;
}

.greeeting-section {
  padding-top: 300px;
  padding-bottom: 100px;
}

.greeting-wrapper {
  width: 100%;
  margin-bottom: 200px;
}

.greeting-wrapper-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.greeting-left {
  position: relative;
}

.greeting-right {
  height: 620px;
}

.heading {
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  padding-top: 0;
  font-family: Droid Serif, serif;
}

.div-block-2 {
  background-color: var(--light-goldenrod-yellow);
}

.heading-box {
  width: 50%;
  height: 10px;
  background-color: var(--light-goldenrod-yellow);
  text-align: left;
  display: block;
  position: relative;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}
.heading-box .heading {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Shippori Mincho B1, sans-serif;
  font-size: 30px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.greeting-heading-box {
  width: 50%;
  height: 10px;
  background-color: var(--light-goldenrod-yellow);
  text-align: left;
  display: block;
  position: relative;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}

.greeting-heading {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Shippori Mincho B1, sans-serif;
  font-size: 30px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.div-block-3 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.paragraph {
  text-align: center;
  margin-top: 80px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.greeting-img-mask {
  width: 25vw;
  height: 35vw;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.read-more-text {
  flex: none;
  font-family: Neuton, sans-serif;
}

.div-block-4 {
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.read-more-btn {
  width: 100px;
  height: 100px;
  background-color: var(--light-goldenrod-yellow);
  border: 1px #000;
  border-radius: 180px;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-5 {
  border: 1px solid #000;
  border-radius: 180px;
}

.div-block-6 {
  width: 0;
  height: 1px;
  background-color: #000;
  flex: none;
  display: none;
}

.link-block {
  z-index: 10;
  width: 100px;
  height: 100px;
  background-color: var(--light-goldenrod-yellow);
  color: #333;
  border: 1px solid #000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-block-7 {
  position: absolute;
  top: -28px;
  bottom: 0;
  left: 84%;
  right: 0;
}

.image-2 {
  position: absolute;
  top: -31%;
  bottom: 0;
  left: 68%;
  right: 0;
}

.div-block-8 {
  height: 10px;
}

.image-3 {
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: -3%;
}

.greeting-arrow {
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: -3%;
}

.menu-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 200px;
  display: block;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.menu-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 0.75fr 1fr;
  display: grid;
}

.menu-grid-left {
  display: block;
  position: relative;
}

.menu-grid-right {
  flex-direction: column;
  display: flex;
}

.menu-img-mask {
  width: 20vw;
  height: 20vw;
  border-radius: 30vw;
  overflow: hidden;
}
.menu-img-mask._2nd {
  margin-top: 100px;
}

.heading-2 {
  text-align: center;
  font-family: Droid Serif, serif;
}

.lottie-block {
  width: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-heading-small {
  font-family: Shippori Mincho B1, sans-serif;
}

.div-block-10 {
  width: 80%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-heading {
  text-align: center;
  margin-top: 0;
  font-family: Shippori Mincho B1, sans-serif;
}

.menu-block-flex {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-10-copy {
  width: 80%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu-block-text {
  width: 100%;
  border-bottom: 1px solid var(--light-goldenrod-yellow);
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Shippori Mincho B1, sans-serif;
  display: flex;
}

.menu-block {
  width: 100%;
  justify-content: space-between;
  margin-top: 20px;
  display: block;
  overflow: hidden;
}

.menu-block-text-flex {
  width: 100%;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  display: flex;
}

.div-block-12 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-13 {
  width: 60%;
  margin-left: 0;
}

.bold-text {
  color: #ff7070;
  font-size: 10px;
}

.bold-text-2, .bold-text-3, .bold-text-4 {
  font-size: 12px;
}

.menu-block2, .menu-block3, .menu-block4, .menu-block5, .menu-block6, .menu-block7, .menu-block8 {
  width: 100%;
  justify-content: space-between;
  margin-top: 20px;
  display: block;
  overflow: hidden;
}

.question-section {
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.link-block-menu {
  width: 100px;
  height: 100px;
  background-color: var(--light-goldenrod-yellow);
  color: #333;
  border: 1px solid #000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  text-decoration: none;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.question-left {
  position: relative;
}

.question-right {
  justify-content: flex-end;
  display: flex;
}

.question-heading-box {
  width: 90%;
  height: 10px;
  background-color: var(--light-goldenrod-yellow);
  margin-bottom: 0;
  display: block;
  position: relative;
  top: -30px;
  bottom: auto;
  left: 0;
  right: 0;
}

.question-heading {
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Shippori Mincho B1, sans-serif;
  font-size: 30px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.question-block-flex {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.question-block-text {
  width: 100%;
  border-bottom: 1px solid var(--light-goldenrod-yellow);
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.question-block {
  width: 100%;
  justify-content: space-between;
  margin-top: 20px;
  display: block;
  overflow: hidden;
}

.question-block-text-flex {
  width: 100%;
  justify-content: space-between;
  font-family: Droid Serif, serif;
  display: flex;
}

.question-img-mask {
  width: 500px;
  height: 350px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.image-4 {
  width: 500px;
  height: 350px;
  object-fit: cover;
}

.div-block-14 {
  width: 500px;
  height: 350px;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}

.image-cover {
  width: 500px;
  height: 350px;
  background-color: var(--white-smoke);
  display: block;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}

.salon-info-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.salon-info-wrapper {
  margin-top: 0;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 0.25fr 1fr;
}

.salon-info-left {
  position: relative;
}

.salon-info-heading {
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Shippori Mincho B1, sans-serif;
  font-size: 30px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.salon-info-image-mask {
  width: 500px;
  height: 350px;
  border-radius: 20px;
  margin-top: 80px;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.image-5 {
  width: 500px;
  height: 350px;
  object-fit: cover;
}

.salon-info-image-cover {
  width: 500px;
  height: 350px;
  background-color: var(--white-smoke);
  margin-top: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
}

.salon-info-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.paragraph-2 {
  font-family: Droid Serif, serif;
  font-size: 18px;
}

.salon-info-paragraph {
  margin-top: 90px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
}

.salon-info-image {
  width: 500px;
  height: 350px;
  object-fit: cover;
}

.cta-section {
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 100px;
}

.cta-heading {
  margin-bottom: 20px;
}

.heading-3 {
  text-align: center;
  margin-top: 10px;
  font-family: Droid Serif, serif;
  font-size: 30px;
}

.cta-grid {
  grid-template-rows: auto;
  margin-top: 0;
}

.cta-left,
.cta-right {
  width: 80%;
  margin: 0 auto;
}

.cta-image-mask {
  width: 480px;
  border-radius: 20px;
  position: relative;
  overflow: visible;
  margin: 40px auto 0;
}

.paragraph-3 {
  text-align: center;
  font-family: Droid Serif, serif;
}

.heading-4 {
  background-color: var(--light-goldenrod-yellow);
  color: #333;
  text-align: center;
  border: 1px solid #333;
  font-family: Droid Serif, serif;
  text-decoration: none;
}

.heading-5 {
  text-align: center;
  border: 1px solid #333;
  font-family: Droid Serif, serif;
}

.div-block-15 {
  background-color: var(--light-goldenrod-yellow);
  margin-top: 60px;
}

.div-block-16 {
  background-color: var(--light-goldenrod-yellow);
  margin-top: 20px;
}

footer {
  background-color: var(--light-goldenrod-yellow);
}

.footer-dark {
  background-color: var(--light-goldenrod-yellow);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  width: 100%;
  padding: 0 30px;
  max-width: 1180px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 0.25fr 0.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.footer-brand {
  width: 300px;
}

.footer-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  margin-top: 20px;
  display: flex;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
}

.footer-link {
  color: #333;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Droid Serif, serif;
  font-size: 14px;
  text-decoration: none;
}
.footer-link:hover {
  opacity: 0.5;
  color: rgba(26, 27, 31, 0.75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-family: Droid Serif, serif;
  font-size: 14px;
  padding: 8px 0;
}

.image-6 {
  width: 150px;
}

.link-block-2, .link-block-3 {
  display: block;
}

.hotpepper-link {
  background-color: var(--light-goldenrod-yellow);
  color: #333;
  margin-top: 60px;
  text-decoration: none;
  display: block;
}

.telephone-link {
  background-color: var(--light-goldenrod-yellow);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  text-decoration: none;
  display: flex;
}

.cta-heading1 {
  text-align: center;
  border: 1px #333;
  font-family: Droid Serif, serif;
}

.cta-heading2 {
  color: #333;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #333;
  font-family: Droid Serif, serif;
  text-decoration: none;
}

.button {
  background-color: var(--olive);
  border-radius: 50px;
  font-size: 12px;
}

.footer-section {
  height: 450px;
  background-color: var(--light-goldenrod-yellow);
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0 15px;
  display: flex;
  position: relative;
}

.footer-image {
  width: 300px;
}

.link-block-4 {
  width: 20px;
  height: 20px;
}
.link-block-4:hover {
  opacity: 0.5;
}

.footer-left {
  width: 450px;
  height: 100%;
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.footer-sns-llink {
  width: 20px;
  height: 20px;
}
.footer-sns-llink:hover {
  opacity: 0.5;
}

.paragraph-4 {
  font-family: Droid Serif, serif;
}

.footer-dvider {
  width: 1px;
  height: 300px;
  background-color: #333;
}

.top-section {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.top-left {
  z-index: 2;
  position: relative;
  top: 190px;
  left: 10.7vw;
}

.top-right {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.top-hero-cover {
  width: 10px;
  background-color: var(--white-smoke);
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
}

.div-block-17, .hero-copy-flex-box {
  display: flex;
}

.heading-6 {
  text-align: center;
  font-family: Droid Serif, serif;
  font-size: 50px;
}

.top-sub-heading {
  text-align: left;
  font-family: Neuton, sans-serif;
  font-size: 50px;
  font-weight: 300;
}
.top-sub-heading._2 {
  font-size: 20px;
}

.greeting-flex-box {
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.greeeting-right-box {
  position: static;
}

.greeting-left-box {
  height: 620px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-18 {
  justify-content: flex-end;
  display: flex;
}

.read-more-flex-box {
  justify-content: flex-end;
  margin-top: 40px;
  display: flex;
}
.read-more-flex-box.greeting {
  margin-top: -100x;
}

.menu-grid-left-box {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.menu-grid-right-box {
  width: 40vw;
  display: block;
  position: relative;
}

.image-7 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.greeting-mask-cover {
  background-color: var(--white-smoke);
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.owner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-8, .image-9 {
  width: 20vw;
  height: 20vw;
  object-fit: cover;
}

.question-left-box {
  position: relative;
}

.image-10 {
  border-radius: 20px;
}

.about-hero {
  height: 83vh;
  background-image: url("../images/822_HP-116.jpg");
  background-position: 0;
  background-size: cover;
}

.about-greeting-section {
  padding-top: 200px;
  padding-bottom: 0;
  padding-right: 0;
}

.about-greeting-wrapper {
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.about-section-title-box {
  width: 40%;
  height: 20px;
  background-color: var(--light-goldenrod-yellow);
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}

.about-greeting-arrow {
  height: 22px;
  position: absolute;
  top: -10%;
  bottom: 0;
  left: auto;
  right: -7%;
}

.about-greeting-heading {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Droid Serif, serif;
  font-size: 30px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.about-greeeting-arrow2 {
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -7%;
  right: auto;
}

.div-block-19 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-7 {
  text-align: center;
}

.about-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Shippori Mincho B1, sans-serif;
  font-weight: 400;
}

.about-title-flex-box {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-5 {
  width: 40vw;
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1rem;
}

.div-block-20 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-paragraph-flex-box {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.text-block, .text-block-2, .text-block-3 {
  font-family: Noto Sans JP, sans-serif;
}

.text-block-4 {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.text-block-5, .text-block-6, .text-block-7 {
  font-family: Noto Sans JP, sans-serif;
}

.question-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.concept-wrapper {
  border-bottom: 1px solid var(--light-goldenrod-yellow);
  padding-top: 150px;
}

.concept-title-flex-box {
  justify-content: center;
  align-items: center;
  display: flex;
}

.concept-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Shippori Mincho B1, sans-serif;
  font-weight: 400;
}

.concept-wrapper-title-box {
  width: 40%;
  height: 20px;
  background-color: var(--light-goldenrod-yellow);
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}

.concept-heading-title {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Droid Serif, serif;
  font-size: 30px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.concept-arrow {
  height: 22px;
  position: absolute;
  top: -10%;
  bottom: 0;
  left: auto;
  right: -7%;
}

.concept-arrow2 {
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -7%;
  right: auto;
}

.div-block-21 {
  width: 40vw;
}

.concept-flex-box {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  display: flex;
}
.concept-flex-box.thought {
  margin-top: 0;
}

.concept-image-mask {
  width: 40vw;
}

.concept-paragraph {
  width: 50vw;
  text-align: center;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1rem;
}

.div-block-22 {
  border-bottom: 1px solid var(--light-goldenrod-yellow);
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.message-wrapper {
  padding-top: 100px;
}

.concept-paragraph-flexbox {
  border-bottom: 1px none var(--light-goldenrod-yellow);
  justify-content: center;
  align-items: center;
  margin-top: 120px;
  padding-bottom: 100px;
  display: flex;
}

.message-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Shippori Mincho B1, sans-serif;
  font-weight: 400;
}

.message-title-flex-box {
  justify-content: center;
  align-items: center;
  display: flex;
}

.message-wrapper-titlebox {
  width: 40%;
  height: 20px;
  background-color: var(--light-goldenrod-yellow);
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}

.message-heading-title {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Droid Serif, serif;
  font-size: 30px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.message-arrow {
  height: 22px;
  position: absolute;
  top: -10%;
  bottom: 0;
  left: auto;
  right: -7%;
}

.message-arrow2 {
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -7%;
  right: auto;
}

.message-flex-box {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.menu-hero {
  height: 83vh;
  background-image: url("../images/822_HP-022.jpg");
  background-position: 50%;
  background-size: cover;
}

.menu-section {
  padding-top: 200px;
  padding-bottom: 100px;
  padding-right: 0;
}

.menu-box {
  width: 40vw;
  display: block;
  position: relative;
}

.about-heading-copy {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Droid Serif, serif;
  font-weight: 400;
}

.menu-page-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Shippori Mincho B1, sans-serif;
}

.menu-title-flex-box {
  justify-content: center;
  align-items: center;
  display: flex;
}

.specialty-title-box {
  width: 40vw;
  height: 20px;
  background-color: var(--light-goldenrod-yellow);
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}

.menu-heading-h3 {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Shippori Mincho B1, sans-serif;
  font-size: 30px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.menu-heading-arrow {
  height: 22px;
  position: absolute;
  top: -10%;
  bottom: 0;
  left: auto;
  right: -7%;
}

.menu-heading-arrow2 {
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -7%;
  right: auto;
}

.body-3 {
  background-color: var(--white-smoke);
}

.menu-flex-box {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.specialty-wrapper {
  padding-top: 150px;
}

.heading-8 {
  text-align: center;
  font-family: Shippori Mincho B1, sans-serif;
}

.specialty-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Shippori Mincho B1, sans-serif;
}

.specialty-flex-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.specialty-heading-h3 {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Shippori Mincho B1, sans-serif;
  font-size: 30px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.specialty-heading-arrow {
  height: 22px;
  position: absolute;
  top: -10%;
  bottom: 0;
  left: auto;
  right: -7%;
}

.specialty-heading-arrow2 {
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -7%;
  right: auto;
}

.paragraph-6 {
  width: 40vw;
  text-align: center;
  margin-top: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1rem;
}

.menu-paragraph-flex-box {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.menu-wrapper-image-mask {
  width: 40vw;
  border-radius: 20px;
  overflow: hidden;
}

.menu-image-flex-box {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.paragraph-7 {
  width: 25vw;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1rem;
}

.div-block-23 {
  width: 40vw;
  display: flex;
}

.div-block-24 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.specilty-image-first {
  width: 15vw;
  height: 15vw;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 10px;
}

.div-block-25 {
  flex-direction: column;
  display: flex;
}

.specialty-image {
  width: 15vw;
  height: 15vw;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 10px;
}

.div-block-26 {
  padding-top: 100px;
}

.style-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Shippori Mincho B1, sans-serif;
}

.paragraph-8 {
  width: 40vw;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1rem;
}

.div-block-27 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.paragraph-9 {
  width: 40vw;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1rem;
}

.div-block-28 {
  width: 40vw;
}

.div-block-26-copy, .style-wrapper {
  padding-top: 100px;
}

.style-flex-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.div-block-27-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.style-image-box {
  width: 40vw;
  margin-top: 0;
}

.style-image {
  border-radius: 20px;
  margin-top: 0;
}

.div-block-29 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.style-paragraph {
  width: 50vw;
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1rem;
}

.paragraph-9-copy {
  width: 40vw;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1rem;
}

.menu-last {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 150px;
  margin-bottom: 150px;
  display: flex;
}

.menu-last-paragraph {
  width: 50vw;
  text-align: center;
  margin-top: 80px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1rem;
}

.menu-divider {
  width: 40vw;
  height: 1px;
  background-color: var(--light-goldenrod-yellow);
  margin-top: 150px;
}

.concept-message {
  border-bottom: 1px solid var(--light-goldenrod-yellow);
  justify-content: center;
  align-items: center;
  margin-top: 120px;
  padding-bottom: 150px;
  display: flex;
}

.menu-paragraph {
  width: 40vw;
  text-align: center;
  flex: none;
  margin-top: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1rem;
}

.specialty-inner {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.specialty-contents {
  width: 40vw;
  display: flex;
}

.specialty-paragraph {
  width: 25vw;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1rem;
}

.specialty-image-box {
  flex-direction: column;
  display: flex;
}

.div-block-27-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.salon-infomation-section {
  padding-top: 200px;
  padding-bottom: 100px;
}

.salon-infomation-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Shippori Mincho B1, sans-serif;
}

.salon-infomation-arrow2 {
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -7%;
  right: auto;
}

.salon-infomation-arrow {
  height: 22px;
  position: absolute;
  top: -10%;
  bottom: 0;
  left: auto;
  right: -7%;
}

.salon-infomation-heading2 {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Shippori Mincho B1, sans-serif;
  font-size: 30px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.salon-infomation-title {
  width: 40%;
  height: 20px;
  background-color: var(--light-goldenrod-yellow);
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}

.salon-infomation-flex-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.salon-infomation-text-block {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.salon-infomation-paragraph {
  width: 40vw;
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1rem;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.salon-inf-grid {
  width: 80%;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 0.75fr;
}

.salon-info-grid-box {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.salon-grid-left {
  width: 100%;
  height: 20vw;
  position: relative;
}

.salon-grid-right {
  width: 100%;
  height: 20vw;
  object-fit: fill;
  position: relative;
}

.salon-info-left-image, .salon-info-right-image {
  width: 100%;
  height: 20vw;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.strong-points-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.strong-points-heading {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Shippori Mincho B1, sans-serif;
  font-size: 30px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.strong-points-title {
  width: 40%;
  height: 20px;
  background-color: var(--light-goldenrod-yellow);
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}

.strong-points-flex-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-9 {
  text-align: center;
}

.heading-10, .strong-point-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Shippori Mincho B1, sans-serif;
}

.strong-points-arrow {
  height: 22px;
  position: absolute;
  top: -10%;
  bottom: 0;
  left: auto;
  right: -7%;
}

.strong-points-arrow2 {
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -7%;
  right: auto;
}

.grid-5 {
  grid-template-rows: auto;
}

.strong-points-text-block {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.strong-points-text {
  width: 50vw;
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1rem;
}

.grid-6 {
  width: 80%;
  grid-template-rows: auto;
  grid-template-columns: 0.75fr 1.5fr;
}

.div-block-30 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.strong-points-grid {
  width: 80%;
  grid-template-rows: auto;
  grid-template-columns: 0.75fr 1.5fr;
}

.strong-points-left, .strong-points-right {
  width: 100%;
  height: 20vw;
  position: relative;
}

.strong-points-left-image {
  width: 100%;
  height: 20vw;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.image-11, .strong-points-right-image {
  width: 100%;
  height: 20vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.strong-points-grid-box {
  width: 80%;
  height: 20vw;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.staff-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.staff-section-wrapper {
  width: 80%;
}

.staff-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Shippori Mincho B1, sans-serif;
}

.staff-arrow {
  height: 22px;
  position: absolute;
  top: -10%;
  bottom: 0;
  left: auto;
  right: -9%;
}

.staff-arrow2 {
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9%;
  right: auto;
}

.staff-flex-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.staff-title {
  width: 40%;
  height: 20px;
  background-color: var(--light-goldenrod-yellow);
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}

.strong-points-heading-copy, .strong-points-heading-copy-copy, .staff-title-heading {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Shippori Mincho B1, sans-serif;
  font-size: 30px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.staff-wrapper-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-7 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 0.75fr;
}

.staff-grid-box {
  margin-top: 100px;
}

.staff-grid {
  grid-row-gap: 151px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 0.75fr;
  width: 100%;
}

.staffgrid-right {
  width: 100%;
  border-radius: 0;
  justify-content: flex-end;
  align-items: start;
  display: flex;
  position: static;
  overflow: hidden;
}

.staff-image {
  width: 220px;
  height: 220px;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 300px;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.staff-image.jin {
  object-position: 100% 50%;
}

.div-block-31 {
  width: 100%;
  height: 1px;
  background-color: var(--light-goldenrod-yellow);
  margin-top: 40px;
}

.paragraph-10 {
  margin-top: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1rem;
}

.text-block-8, .text-block-9, .text-block-10 {
  font-family: Shippori Mincho B1, sans-serif;
  font-size: 20px;
}

.staff-called {
  font-weight: bold;
  margin-bottom: 12px;
  font-family: Shippori Mincho B1, sans-serif;
  font-size: 20px;
}

.staff-name {
  margin-top: 0;
  font-family: Shippori Mincho B1, sans-serif;
  font-size: 20px;
}

.in-english {
  margin-top: 20px;
  font-family: Shippori Mincho B1, sans-serif;
  font-size: 20px;
}

.staff-divider {
  width: 100%;
  height: 1px;
  background-color: var(--light-goldenrod-yellow);
  margin-top: 40px;
  display: none;
}

.staff-paragraph {
  margin-top: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1rem;
}

.salon-info-hero {
  height: 83vh;
  background-image: url("../images/822_HP-045.jpg");
  background-position: 50%;
  background-size: cover;
}

.access-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.accsess-title-heading {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Shippori Mincho B1, sans-serif;
  font-size: 30px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.access-arrow {
  height: 22px;
  position: absolute;
  top: -10%;
  bottom: 0;
  left: auto;
  right: -9%;
}

.access-arrow2 {
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9%;
  right: auto;
}

.accesstitle {
  width: 40%;
  height: 20px;
  background-color: var(--light-goldenrod-yellow);
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}

.access-flex-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.access-info-box {
  margin-top: 100px;
}

.access-info2, .access-info3 {
  padding-top: 40px;
  padding-right: 0;
}

.access-info-4, .access-info5, .access-info6 {
  padding-top: 40px;
}

.text-block-11, .text-block-12, .text-block-13, .text-block-14, .text-block-15, .text-block-16, .text-block-17, .text-block-18, .text-block-19, .text-block-20, .text-block-21, .text-block-22 {
  text-align: center;
}

.access-text {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1rem;
}

.access-map-box {
  border-radius: 20px;
  margin-top: 100px;
  overflow: hidden;
}

.body-4 {
  background-color: var(--light-goldenrod-yellow);
}

.q-a-hero {
  height: 83vh;
  background-image: url("../images/822_HP-125.jpg");
  background-position: 50% 0;
  background-size: cover;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search {
  width: 50vw;
  height: 50px;
  margin-bottom: 0;
  display: flex;
}

.search-button {
  width: 100px;
  height: 50px;
  background-color: var(--light-goldenrod-yellow);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.search-input {
  height: 50px;
  border: 1px solid var(--light-goldenrod-yellow);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-bottom: 0;
  padding-left: 30px;
}

.div-block-32 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.search-box {
  width: 100%;
  height: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-33 {
  margin-top: 200px;
}

.q-a-wrapper {
  margin-top: 0;
}

.q-a-flex-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.q-a-title {
  width: 40%;
  height: 20px;
  background-color: var(--light-goldenrod-yellow);
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}

.q-a-heading {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Shippori Mincho B1, sans-serif;
  font-size: 30px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.q-a-arrow {
  height: 22px;
  position: absolute;
  top: -10%;
  bottom: 0;
  left: auto;
  right: -9%;
}

.q-a-arrow2 {
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9%;
  right: auto;
}

.search-index-flex-box {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
  color: #727272;
  font-family: Noto Sans JP, sans-serif;
  font-size: 10px;
  text-decoration: none;
}

.search-index-grid-box {
  width: 100%;
}

.grid-8 {
  grid-template-columns: 1fr 1fr 1fr;
}

.serch-index-grid {
  width: 100%;
  grid-column-gap: 14px;
  grid-row-gap: 18px;
  grid-template-columns: 1fr 1fr 1fr;
}

.search-index-div {
  width: 100%;
  color: #727272;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.search-index {
  width: 90%;
  height: 40px;
  border: 1px solid #bbb;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  padding-right: 20px;
  display: flex;
}

.link {
  color: #333;
  text-decoration: none;
}

.search-index-link {
  color: #727272;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  text-decoration: none;
}
.search-index-link:hover {
  opacity: 0.3;
}

.image-12 {
  width: 20px;
  background-color: rgba(0, 0, 0, 0);
}

.small-container {
  max-width: 920px;
}

.q-a-heading1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Shippori Mincho B1, sans-serif;
}

.div-block-34 {
  width: 1180px;
}

.div-block-35 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.div-block-36 {
  margin-top: 100px;
}

.heading-11 {
  font-family: Shippori Mincho B1, sans-serif;
  font-size: 30px;
}

.q-a-title-divider {
  width: 1180px;
  height: 1px;
  background-color: var(--light-goldenrod-yellow);
  margin-top: 20px;
  margin-bottom: 40px;
}

.q-a-title-flex-box {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.q-a-title-box {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.question-category {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Shippori Mincho B1, sans-serif;
  font-size: 30px;
}

.question-heading-small {
  font-family: Shippori Mincho B1, sans-serif;
}

.q-a-block-text {
  width: 100%;
  border-bottom: 1px solid var(--light-goldenrod-yellow);
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
}

.q-a-heading-small {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.q-a-block-text-flex {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-left: 20px;
  font-family: Droid Serif, serif;
  display: flex;
}
.q-a-block-text-flex.smartphone {
  display: none;
}

.q-a-text {
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
}

.q-a-category-section {
  padding-top: 200px;
  padding-bottom: 0;
  padding-right: 0;
}

.q-a-section {
  padding-top: 60px;
}

.div-block-37, .q-a-title-flex {
  width: 920px;
}

.humberger-menu-mask {
  display: flex;
}

.humberger {
  display: none;
}

.image-20, .image-21, .image-22 {
  width: 30px;
}

.image-23, .image-24, .image-25, .image-26, .image-27 {
  height: 30px;
}

.image-28, .image-29, .image-30 {
  width: 30px;
}

.image-31, .image-32, .image-33 {
  height: 30px;
}

.image-34 {
  height: 0;
}

.image-35, .image-36 {
  height: 30px;
}

.image-37 {
  width: 1.3vw;
  height: 1.3vw;
  object-fit: cover;
  margin-bottom: 5px;
  margin-right: 5px;
}

.responsive-menu-inner, .responsive-menu-bottom, .div-block-44, .responsive-header {
  display: none;
}

.right-arrow-box.menu {
  width: 50px;
  height: 20px;
  background-color: var(--light-goldenrod-yellow);
  position: absolute;
  top: 1%;
  bottom: 0;
  left: auto;
  right: -1%;
}
.right-arrow-box.salon {
  width: 50px;
  height: 20px;
  background-color: var(--light-goldenrod-yellow);
  position: relative;
  left: 90%;
}
.right-arrow-box.access {
  width: 50px;
  height: 20px;
  background-color: var(--light-goldenrod-yellow);
  position: relative;
  top: 0;
  left: 88%;
}
.right-arrow-box.staff {
  width: 50px;
  height: 20px;
  background-color: var(--light-goldenrod-yellow);
  position: relative;
  left: 90%;
  right: auto;
}
.right-arrow-box.strong {
  width: 50px;
  height: 20px;
  background-color: var(--light-goldenrod-yellow);
  position: relative;
  left: 92%;
}
.right-arrow-box.q-a {
  width: 30px;
  height: 20px;
  background-color: var(--light-goldenrod-yellow);
  position: relative;
  left: 94%;
}

.left-arrow-box {
  width: 50px;
  height: 20px;
  background-color: var(--light-goldenrod-yellow);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1%;
  right: auto;
}

.right-arrow {
  height: 20px;
  position: relative;
  top: -3.5px;
  bottom: 0;
  left: auto;
  right: calc(-100% - 4px);
}
.right-arrow.salon {
  top: -3.5px;
  right: -100%;
}

.left-arrow {
  height: 21px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -67%;
  right: auto;
}

.top-arrow {
  height: 11px;
  position: absolute;
  top: -10%;
  bottom: 0;
  left: auto;
  right: -3%;
}

.tb-text {
  font-size: 0.9rem;
  margin-left: 0;
  font-family: Shippori Mincho B1, sans-serif;
}

.html-embed {
  border-radius: 20px;
}

.about-image-mask {
  width: 40vw;
}

.about-flex-box {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.style-heading-copy {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Shippori Mincho B1, sans-serif;
}

.policy-heading {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.policy-title-box {
  width: 40vw;
  height: 20px;
  background-color: var(--light-goldenrod-yellow);
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}

.policy-heading-h3 {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Shippori Mincho B1, sans-serif;
  font-size: 30px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.policy-heading-h4 {
  text-align: center;
  margin-top: 150px;
  margin-bottom: 20px;
  font-family: Shippori Mincho B1, sans-serif;
}

.div-block-47 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-39 {
  width: 100%;
  height: 20vw;
  object-fit: cover;
}

.strong-points-image-mask {
  width: 80%;
  height: 20vw;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.strong-points-image {
  width: 100%;
  height: 20vw;
  object-fit: scale-down;
}

.div-block-47-copy, .strong-points-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-instagram {
  width: 20px;
  margin-left: 20px;
}
.header-instagram:hover {
  opacity: 0.25;
}

.text-span, .text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6 {
  font-size: 18px;
}

.cta-heading-copy {
  margin-bottom: 100px;
}

.greeting-inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.salon-info-footer-sec {
  padding-top: 100px;
}

.reserv-cta-heading {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.reserve-title {
  width: 40%;
  height: 20px;
  background-color: var(--light-goldenrod-yellow);
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}

.reserve-heading {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Shippori Mincho B1, sans-serif;
  font-size: 30px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.reserve-sub-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Shippori Mincho B1, sans-serif;
}

.service-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 150px;
  display: flex;
}

.service-heading-h3 {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Shippori Mincho B1, sans-serif;
  font-size: 30px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.service-heading-h4 {
  text-align: center;
  margin-top: 150px;
  margin-bottom: 20px;
  font-family: Shippori Mincho B1, sans-serif;
}

.paragraph-11 {
  margin-top: 80px;
}

.service-paragraph {
  width: 50vw;
  margin-top: 80px;
}

.div-block-48, .service-flex-box {
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-paragraph-last {
  width: 50vw;
  text-align: center;
  margin-top: 80px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1rem;
}

.div-block-49 {
  flex-direction: column;
  display: flex;
}

.service-btn-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.service-link1 {
  width: 30vw;
  background-color: var(--light-goldenrod-yellow);
  color: #333;
  text-decoration: none;
}

.service-link2 {
  width: 30vw;
  background-color: var(--light-goldenrod-yellow);
  color: #333;
  margin-top: 40px;
  text-decoration: none;
}

.heading-12 {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  text-decoration: none;
}

.heading-13 {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
}

.service-link-heading {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  text-decoration: none;
}

.service-link-heading2 {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
}

.sevice-paragraph-mobile {
  justify-content: center;
  align-items: center;
  display: none;
}

.service-last-mobile {
  width: 50vw;
  text-align: center;
  margin-top: 80px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1rem;
}

.div-block-53 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-last-paragraph-copy {
  width: 50vw;
  text-align: center;
  margin-top: 80px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1rem;
}

.menu-last-paragraph-responsive {
  width: 50vw;
  text-align: center;
  margin-top: 80px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1rem;
  display: none;
}

.service-last-mobile-responsive {
  width: 50vw;
  text-align: center;
  margin-top: 80px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1rem;
}

.question-image {
  width: 500px;
  height: 350px;
  object-fit: cover;
}

.question-image-cover {
  width: 500px;
  height: 350px;
  background-color: var(--white-smoke);
  display: block;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}

.text-block-56 {
  margin-left: 590px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  position: relative;
  bottom: -74px;
}

.cta-image-cover {
  background-color: var(--white-smoke);
  padding-bottom: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.concept-paragraph-responsive {
  width: 50vw;
  text-align: center;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1rem;
  display: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (min-width: 1920px) {
  .menu-grid {
    grid-template-columns: 0.5fr 1fr;
  }
  .menu-img-mask {
    margin-right: 80px;
  }
  .image-cover {
    width: 502px;
    height: 352px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .body-2 {
    background-color: var(--white-smoke);
  }
  .about-hero, .menu-hero {
    height: 84vh;
  }
  .staff-grid {
    width: 100%;
  }
  .staffgrid-right.sakamoto {
    width: 25vw;
    margin-left: 0;
  }
  .staff-image {
    border-radius: 500px;
  }
  .staff-image.jin {
    object-position: 50% 50%;
  }
  .salon-info-hero, .q-a-hero {
    height: 84vh;
  }
  .search-index-div, .search-index {
    width: 15vw;
  }
  .humberger-menu-mask {
    display: flex;
  }
  .humberger {
    display: none;
  }
  .question-image-cover {
    width: 502px;
    height: 352px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .text-block-56 {
    bottom: -58px;
  }
  .cta-image-cover {
    top: -1%;
    bottom: -1%;
    left: -1%;
    right: -1%;
  }
}
@media screen and (max-width: 991px) {
  .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-logo-left {
    display: none;
  }
  .container-2 {
    max-width: 728px;
  }
  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }
  .nav-menu-two {
    background-color: #fff;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, 0.05);
  }
  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }
  .menu-button {
    padding: 12px;
  }
  .menu-button.w--open {
    background-color: var(--light-goldenrod-yellow);
    color: #fff;
  }
  .top-hero-visual-div {
    flex-direction: column-reverse;
  }
  .hero-img-mask {
    width: 100vw;
    height: 100vh;
    border-radius: 0;
  }
  .image {
    object-fit: cover;
    object-position: 80% 50%;
  }
  .top-copy {
    font-size: 20vw;
  }
  .greeeting-section {
    padding-top: 0;
  }
  .greeting-wrapper {
    justify-content: center;
    align-items: flex-start;
    padding-left: 15%;
    padding-right: 15%;
    display: block;
    margin-bottom: 150px;
  }
  .greeting-wrapper-grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
  .greeting-heading-box {
    width: 60%;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 20%;
    right: 0;
  }
  .greeting-heading {
    text-align: center;
    font-size: 3.5vw;
  }
  .paragraph {
    text-align: center;
    font-size: 3vw;
  }
  .greeting-img-mask {
    width: 100%;
    height: 60vw;
  }
  .greeting-arrow {
    right: -3%;
  }
  .menu-wrapper {
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
  .menu-grid {
    flex-direction: column-reverse;
    grid-template-columns: 0.75fr;
    margin-top: 200px;
    display: flex;
  }
  .menu-img-mask {
    width: 40vw;
    height: 40vw;
    border-radius: 100vw;
  }
  .menu-img-mask._2nd {
    margin-top: 40px;
  }
  .menu-heading {
    font-size: 3.5vw;
  }
  .bold-text {
    font-size: 1vw;
  }
  .question-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .question-heading-box {
    width: 60%;
    left: 20%;
  }
  .question-heading-box.salon {
    top: -330px;
  }
  .question-heading {
    text-align: center;
    font-size: 3.5vw;
  }
  .question-img-mask, .image-4 {
    width: 100%;
    height: 400px;
  }
  .image-cover {
    width: 100%;
    height: 400px;
    display: block;
    left: 0;
  }
  .salon-info-wrapper {
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
  .salon-info-heading {
    text-align: center;
    font-size: 3.5vw;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .salon-info-image-mask {
    width: 100%;
    height: 400px;
  }
  .salon-info-image-cover {
    width: 100%;
    height: 400px;
    display: block;
  }
  .salon-info-grid {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }
  .salon-info-paragraph {
    font-size: 2vw;
  }
  .salon-info-image {
    width: 100%;
    height: 400px;
  }
  .cta-wrapper {
    justify-content: center;
    align-items: center;
    padding-left: 15%;
    padding-right: 15%;
    display: block;
  }
  .heading-3 {
    font-size: 3.5vw;
  }
  .cta-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    display: flex;
  }
  .cta-left {
    width: 100%;
    flex-direction: column;
    align-items: center;
    display: flex;
  }
  .cta-right {
    margin-bottom: 0;
  }
  .cta-image-mask {
    width: 100%;
  }
  .paragraph-3 {
    font-size: 2vw;
  }
  .container-3 {
    max-width: 728px;
  }
  .footer-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .footer-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-around;
    align-self: auto;
    align-items: center;
    display: flex;
  }
  .footer-block {
    align-self: flex-start;
  }
  .footer-link {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    font-family: Noto Sans JP, sans-serif;
    font-size: 1rem;
    display: block;
  }
  .footer-link.w--current {
    text-decoration: underline;
  }
  .footer-link.reserve {
    background-color: var(--olive);
    color: var(--white-smoke);
    border-radius: 20px;
    margin-top: 5px;
    margin-bottom: 0;
    padding: 5px 20px;
  }
  .hotpepper-link {
    width: 100%;
  }
  .telephone-link {
    width: 100%;
    display: flex;
  }
  .cta-heading1 {
    font-size: 2.5vw;
  }
  .cta-heading2 {
    background-color: rgba(0, 0, 0, 0);
  }
  .footer-section {
    margin-top: 0;
  }
  .footer-image {
    width: 20vw;
  }
  .footer-left {
    padding-left: 0;
  }
  .paragraph-4 {
    font-size: 1.5vw;
  }
  .top-section {
    position: relative;
    overflow: hidden;
  }
  .top-left {
    top: -299px;
    left: 7.8vw;
  }
  .top-right {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: 50% 50%;
  }
  .top-sub-heading {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 50px;
  }
  .top-sub-heading._2 {
    margin-top: 0;
  }
  .greeeting-right-box {
    width: 100%;
    justify-content: center;
    display: flex;
  }
  .greeting-left-box {
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }
  .read-more-flex-box {
    margin-top: -100px;
    margin-left: auto;
    margin-right: -85px;
    padding-right: 0;
  }
  .read-more-flex-box.menu {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-right: 0;
    position: absolute;
    top: auto;
    bottom: -100.7vw;
    left: 0;
    right: 0;
  }
  .read-more-flex-box.question {
    margin-top: -28px;
    margin-right: 0;
  }
  .read-more-flex-box.salon {
    margin-top: 0;
    margin-right: 0;
    position: absolute;
    top: auto;
    bottom: -112px;
    left: auto;
    right: 0;
  }
  .image-8 {
    width: 40vw;
    height: 40vw;
  }
  .image-9 {
    width: 50vw;
    height: 50vw;
  }
  .question-right-box {
    width: 100%;
  }
  .about-hero {
    height: 81vh;
    background-position: 75%;
  }
  .about-greeting-arrow {
    position: absolute;
    right: -97.8%;
  }
  .about-greeting-heading {
    z-index: 5;
    font-size: 1.5rem;
  }
  .about-greeeting-arrow2 {
    position: absolute;
    left: -99.3%;
  }
  .about-heading {
    font-size: 3vw;
  }
  .paragraph-5 {
    width: 80vw;
    font-size: 2vw;
  }
  .text-block, .text-block-2 {
    font-size: 1vw;
  }
  .question-grid {
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
  }
  .concept-heading {
    font-size: 3vw;
  }
  .concept-heading-title {
    z-index: 5;
    font-size: 1.5rem;
  }
  .concept-image-mask {
    width: 80vw;
  }
  .concept-paragraph {
    width: 80vw;
    font-size: 2vw;
  }
  .message-heading {
    font-size: 3vw;
  }
  .message-heading-title {
    font-size: 1.5rem;
  }
  .menu-box {
    width: 80vw;
  }
  .menu-heading-h3 {
    z-index: 3;
    font-size: 3.5vw;
  }
  .specialty-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .menu-wrapper-image-mask {
    width: 100vw;
  }
  .menu-image {
    width: 100%;
  }
  .specilty-image-first, .specialty-image {
    width: 40vw;
    height: 40vw;
  }
  .style-image-box {
    width: 100%;
  }
  .style-paragraph, .menu-last-paragraph {
    width: 100%;
    font-size: 2vw;
  }
  .menu-divider {
    width: 80vw;
  }
  .menu-paragraph {
    width: 90vw;
    font-size: 2vw;
    font-weight: 400;
  }
  .specialty-contents {
    width: 100vw;
    justify-content: space-between;
  }
  .specialty-paragraph {
    width: 40vw;
    font-size: 2vw;
  }
  .salon-infomation-heading {
    font-size: 2.5vw;
  }
  .salon-infomation-heading2 {
    z-index: 3;
    font-size: 3.5vw;
  }
  .salon-infomation-paragraph {
    width: 100%;
    font-size: 1.25rem;
  }
  .salon-inf-grid {
    width: 100%;
  }
  .salon-grid-left, .salon-grid-right, .salon-info-left-image, .salon-info-right-image {
    height: 40vw;
  }
  .strong-points-heading {
    font-size: 3.5vw;
  }
  .strong-point-heading {
    font-size: 2.5vw;
  }
  .strong-points-text {
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
  }
  .strong-points-grid {
    width: 100%;
  }
  .strong-points-left, .strong-points-right {
    height: 40vw;
  }
  .strong-points-left-image {
    height: 40vw;
    object-position: 80% 50%;
  }
  .strong-points-right-image {
    height: 40vw;
  }
  .staff-section-wrapper {
    width: 100%;
  }
  .staff-heading {
    font-size: 2.5vw;
  }
  .staff-title-heading {
    font-size: 3.5vw;
  }
  .staffgrid-right {
    height: 30vw;
    justify-content: center;
  }
  .staffgrid-right.sakamoto {
    width: 100%;
    height: 30vw;
  }
  .staff-image {
    width: 30vw;
    height: 30vw;
  }
  .staff-called, .staff-name, .in-english {
    font-size: 1.5rem;
  }
  .staff-paragraph {
    font-size: 2vw;
  }
  .accsess-title-heading {
    font-size: 3.5vw;
  }
  .access-text {
    font-size: 1.5rem;
  }
  .q-a-heading {
    z-index: 3;
  }
  .search-index {
    width: 25vw;
    height: 5vw;
  }
  .search-index-link {
    font-size: 1.5vw;
  }
  .small-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .q-a-title-divider, .q-a-title-flex {
    width: 80vw;
  }
  .bold-text-5 {
    font-size: 2.5vw;
  }
  .div-block-38 {
    width: 100vw;
    height: 100vh;
    background-color: var(--light-goldenrod-yellow);
    opacity: 0.25;
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .link-block-5 {
    width: 50px;
    height: 50px;
  }
  .div-block-39 {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
  }
  .humberger-menu-mask {
    z-index: 30;
    width: 30px;
    height: 30px;
    display: block;
    position: fixed;
    bottom: auto;
    left: auto;
    top: 16px;
    right: 16px;
  }
  .humberger-link {
    width: 30px;
    height: 30px;
  }
  .humberger {
    display: block;
  }
  .responsive {
    z-index: 20;
    width: 100vw;
    height: 100vh;
    background-color: var(--light-goldenrod-yellow);
    opacity: 0.8;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 100px;
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: visible;
  }
  .div-block-40, .div-block-41 {
    flex-direction: column;
    display: flex;
  }
  .div-block-42 {
    width: 30px;
    height: 30px;
  }
  .link-block-6 {
    align-self: center;
  }
  .text-block-23 {
    color: #000;
    padding-left: 0;
    padding-right: 0;
    font-family: Noto Sans JP, sans-serif;
    font-size: 3.5vw;
    line-height: 40px;
    text-decoration: none;
  }
  .link-block-7 {
    width: 60vw;
    border: 1px solid #000;
    justify-content: center;
    align-items: center;
    margin-top: 5vw;
    padding-left: 0;
    text-decoration: none;
    display: flex;
  }
  .link-2 {
    color: #000;
    font-family: Noto Sans JP, sans-serif;
    font-size: 3vw;
    line-height: 3.5vw;
    text-decoration: none;
  }
  .image-13 {
    width: 1px;
  }
  .image-14 {
    width: 1vw;
  }
  .image-15 {
    width: 1px;
  }
  .image-16 {
    width: 1vw;
  }
  .image-17 {
    height: 1px;
  }
  .image-18 {
    height: 41.5rem;
  }
  .image-19 {
    width: 2px;
  }
  .image-24, .image-38 {
    width: 3vw;
    height: 3vw;
  }
  .responsive-link {
    color: #000;
    text-align: center;
    margin-bottom: 40px;
    font-family: Noto Sans JP, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 3.5vw;
    text-decoration: none;
  }
  .reserve-btn {
    width: 60vw;
    border: 1px solid #000;
    justify-content: center;
    align-items: center;
    margin-top: 5vw;
    padding-left: 0;
    text-decoration: none;
    display: flex;
  }
  .telephone-btn {
    width: 60vw;
    border: 1px solid #000;
    justify-content: center;
    align-items: center;
    margin-top: 2vw;
    padding-left: 0;
    text-decoration: none;
    display: flex;
  }
  .responsive-menu-inner {
    flex-direction: column;
    display: flex;
  }
  .responsive-menu-bottom {
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
    display: flex;
  }
  .menu-instagram {
    align-self: center;
  }
  .div-block-43 {
    width: 30vw;
  }
  .div-block-44, .responsive-header {
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }
  .responsive-inner {
    width: 30vw;
  }
  .div-block-45 {
    width: 30px;
    height: 20px;
    background-color: var(--light-goldenrod-yellow);
    position: relative;
    left: 93%;
  }
  .div-block-46 {
    width: 30px;
    height: 20px;
    background-color: var(--light-goldenrod-yellow);
    position: relative;
    top: -99%;
    left: 0;
    right: auto;
  }
  .right-arrow-box {
    width: 30px;
    height: 20px;
    background-color: var(--light-goldenrod-yellow);
    position: relative;
    left: 93%;
  }
  .right-arrow-box.concept {
    top: -20px;
    left: 92%;
  }
  .right-arrow-box.menu {
    width: 30px;
    top: 0;
    left: 92%;
    right: auto;
  }
  .right-arrow-box.salon, .right-arrow-box.access {
    width: 30px;
    left: 92%;
  }
  .right-arrow-box.staff {
    width: 30px;
  }
  .right-arrow-box.strong {
    width: 30px;
    left: 92%;
  }
  .left-arrow-box {
    width: 30px;
    height: 20px;
    background-color: var(--light-goldenrod-yellow);
    position: relative;
    top: -100%;
    bottom: auto;
    left: 0;
    right: auto;
  }
  .left-arrow-box.concept {
    top: 0;
  }
  .left-arrow-box.storong, .left-arrow-box.staff, .left-arrow-box.access, .left-arrow-box.q-a {
    top: -100%;
  }
  .left-arrow-box.menu, .left-arrow-box.speciality, .left-arrow-box.style, .left-arrow-box.policy {
    top: 0;
  }
  .right-arrow {
    height: 20px;
    position: absolute;
    top: 0;
    right: -98.8%;
  }
  .right-arrow.salon {
    height: 20px;
    top: 0;
    right: -94.8%;
  }
  .left-arrow {
    position: absolute;
    left: -99.3%;
  }
  .top-right-arrow {
    width: 30px;
    height: 10px;
    background-color: var(--light-goldenrod-yellow);
    position: relative;
    left: 90%;
  }
  .top-right-arrow.concept {
    top: -20px;
    left: 92%;
  }
  .top-right-arrow.salon {
    left: 94%;
  }
  .top-arrow {
    position: absolute;
    right: -59.8%;
  }
  .text-block-34, .text-block-35, .text-block-36, .text-block-37, .text-block-38, .text-block-39, .text-block-40, .text-block-41, .text-block-42, .text-block-43, .text-block-44, .text-block-45, .text-block-46, .text-block-47, .text-block-48, .text-block-49, .text-block-50, .text-block-51, .text-block-52, .text-block-53, .text-block-54, .text-block-55, .tb-text {
    font-size: 1vw;
  }
  .about-image-mask {
    width: 80vw;
  }
  .style-heading-copy {
    font-size: 2.5vw;
  }
  .policy-heading-h3 {
    font-size: 3.5vw;
  }
  .strong-points-image-mask {
    width: 100%;
    height: 40vw;
  }
  .strong-points-image {
    height: 40vw;
  }
  .greeting-inner {
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }
  .reserve-heading {
    font-size: 3.5vw;
  }
  .reserve-sub-heading {
    font-size: 2.5vw;
  }
  .service-heading-h3 {
    font-size: 3.5vw;
  }
  .service-heading-h4 {
    font-size: 2.5vw;
  }
  .service-paragraph-last {
    width: 100%;
    font-size: 2vw;
  }
  .service-btn-wrapper {
    padding-left: 15%;
    padding-right: 15%;
  }
  .service-link1, .service-link2 {
    width: 100%;
  }
  .service-link-heading, .service-link-heading2 {
    font-size: 2.5vw;
  }
  .sevice-paragraph-mobile {
    display: none;
  }
  .service-last-mobile, .menu-last-paragraph-copy, .menu-last-paragraph-responsive, .service-last-mobile-responsive {
    width: 100%;
    font-size: 2vw;
  }
  .question-image {
    width: 100%;
    height: 400px;
  }
  .question-image-cover {
    width: 100%;
    height: 400px;
    display: block;
    left: 0;
  }
  .text-block-56 {
    margin-left: 0;
    position: static;
    bottom: -4px;
  }
  .concept-paragraph-responsive {
    width: 80vw;
    font-size: 2vw;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .container-2 {
    max-width: none;
  }
  .nav-menu-two {
    flex-direction: column;
  }
  .image {
    object-position: 50% 100%;
  }
  .top-copy {
    font-size: 30vw;
  }
  .greeting-wrapper {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 180px;
  }
  .greeting-wrapper .paragraph {
    padding-top: 40px;
    text-align: left;
  }
  .heading-box {
    width: 100%;
    height: 10px;
    background-color: var(--light-goldenrod-yellow);
    text-align: left;
    display: block;
    position: relative;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    margin-bottom: 40px;
  }
  .heading-box .heading {
    text-align: center;
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Shippori Mincho B1, sans-serif;
    font-size: 30px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .greeting-heading {
    font-size: 7vw;
  }
  .paragraph {
    margin-top: 0;
    font-size: 1rem;
  }
  .greeting-img-mask {
    width: 70vw;
    height: 400px;
  }
  .read-more-text {
    font-size: 12px;
  }
  .link-block {
    width: 50px;
    height: 50px;
  }
  .greeting-arrow {
    right: -8%;
  }
  .menu-wrapper {
    margin-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }
  .menu-wrapper .menu-page-heading {
    margin-bottom: 40px;
    font-size: 1rem;
  }
  .lottie-block {
    width: 15px;
  }
  .menu-heading-small {
    font-size: 1.1rem;
  }
  .menu-heading {
    font-size: 7vw;
  }
  .menu-block-text-flex {
    display: block;
    font-size: 10px;
    margin-bottom: 15px;
  }
  .menu-block-text-flex .div-block-13 {
    width: 100%;
  }
  .bold-text {
    font-size: 3vw;
    font-family: Shippori Mincho B1, sans-serif;
  }
  .question-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .link-block-menu {
    width: 50px;
    height: 50px;
  }
  .question-heading-box {
    width: 70%;
  }
  .question-heading-box.salon {
    position: absolute;
    top: -73%;
    left: 12%;
  }
  .question-heading-box.q-a {
    left: 14%;
  }
  .question-heading {
    font-size: 7vw;
  }
  .image-cover {
    display: none;
  }
  .salon-info-section {
    padding-top: 100px;
  }
  .salon-info-wrapper {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }
  .salon-info-wrapper .salon-infomation-heading {
    font-size: 1rem;
    line-height: 2.8rem;
  }
  .salon-info-wrapper .salon-infomation-heading2 {
    z-index: 3;
    font-size: 1.5rem;
    line-height: 3.4rem;
  }
  .salon-info-wrapper .salon-infomation-text-block {
    margin-top: 40px;
  }
  .salon-info-wrapper .salon-info-left {
    position: relative;
    top: 90px;
  }
  .salon-info-wrapper .salon-info-left .salon-info-image-mask {
    width: 100%;
    height: 90vw;
    margin-top: 0;
  }
  .salon-info-wrapper .salon-info-left .salon-info-image-mask .salon-info-image {
    width: 100%;
    height: 90vw;
  }
  .salon-info-wrapper .salon-info-right .read-more-flex-box.salon {
    bottom: -35vw;
    right: 0;
  }
  .salon-info-heading {
    font-size: 7vw;
  }
  .salon-info-image-cover {
    display: block;
  }
  .salon-info-paragraph {
    margin-top: 0;
    padding-top: 0;
    font-size: 1rem;
    position: static;
  }
  .strong-points-wrapper .strong-points-heading {
    font-size: 1.5rem;
    line-height: 3.4rem;
  }
  .strong-points-wrapper .strong-point-heading {
    margin-bottom: 30px;
    font-size: 1rem;
  }
  .strong-points-wrapper .strong-points-text-block {
    margin-top: 40px;
  }
  .strong-points-wrapper .strong-points-title {
    width: 70%;
    height: 10px;
  }
  .strong-points-wrapper .strong-points-image-mask {
    width: 100%;
    height: 40vw;
  }
  .strong-points-wrapper .strong-points-image {
    height: 40vw;
  }
  .cta-wrapper {
    height: 91%;
    padding-left: 0;
    padding-right: 0;
  }
  .cta-section {
    height: 80vh;
  }
  .heading-3 {
    font-size: 7vw;
  }
  .cta-image-mask {
    width: 100%;
    height: 100%;
  }
  .paragraph-3 {
    font-size: 2vw;
  }
  .container-3 {
    max-width: none;
  }
  .footer-wrapper {
    width: 100%;
    display: block;
  }
  .footer-content {
    width: 100%;
    height: auto;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    display: flex;
  }
  .footer-brand {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
  .footer-image {
    width: 60%;
  }
  .footer-block {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-self: auto;
  }
  .footer-link {
    flex: 0 auto;
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px;
    font-size: 1rem;
  }
  .footer-link.w--current {
    text-decoration: underline;
  }
  .footer-link.reserve {
    background-color: var(--olive);
    border-radius: 20px;
    margin-left: 0;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .telephone-link {
    justify-content: center;
  }
  .cta-heading1, .cta-heading2 {
    font-size: 1rem;
  }
  .footer-section {
    height: auto;
  }
  .footer-left {
    width: 100%;
  }
  .footer-sns-llink {
    width: 25px;
    height: 25px;
    margin-bottom: 15px;
  }
  .paragraph-4 {
    font-size: 2vw;
  }
  .footer-dvider {
    display: none;
  }
  .top-sub-heading {
    margin-bottom: 0;
  }
  .top-sub-heading._2 {
    margin-top: 0;
  }
  .greeting-flex-box {
    margin-top: 0;
  }
  .read-more-flex-box {
    margin-top: 10px;
    margin-right: 0;
  }
  .read-more-flex-box.greeting {
    margin-top: 0;
  }
  .read-more-flex-box.menu {
    margin-top: 0;
    bottom: -106.8vw;
  }
  .read-more-flex-box.question {
    margin-top: -48px;
  }
  .read-more-flex-box.salon {
    bottom: -60px;
    right: 0;
  }
  .owner-image {
    height: 400px;
  }
  .image-10 {
    width: 100%;
    height: 100%;
  }
  .about-hero {
    height: 30vh;
    object-fit: fill;
    background-position: 50%;
    background-size: cover;
  }
  .about-section-title-box {
    width: 70%;
    height: 10px;
  }
  .about-greeting-arrow {
    right: -26%;
  }
  .about-greeting-heading {
    z-index: 5;
    font-size: 1.5rem;
    line-height: 3.4rem;
  }
  .about-greeeting-arrow2 {
    left: -25%;
  }
  .about-greeting-wrapper .about-heading {
    margin-bottom: 40px;
    font-size: 1.25rem;
  }
  .about-greeting-wrapper .about-paragraph-flex-box .paragraph {
    font-size: 1.25rem;
    text-align: left;
  }
  .paragraph-5 {
    font-size: 3vw;
  }
  .text-block, .text-block-2 {
    font-size: 10px;
  }
  .text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7, .q-a-text {
    font-size: 1rem;
  }
  .concept-wrapper .concept-heading {
    margin-bottom: 40px;
    font-size: 1.25rem;
  }
  .concept-wrapper .concept-wrapper-title-box {
    width: 70%;
    height: 10px;
  }
  .concept-wrapper .concept-heading-title {
    z-index: 5;
    font-size: 1.5rem;
    line-height: 3.4rem;
  }
  .concept-wrapper .concept-paragraph {
    font-size: 1rem;
    display: none;
  }
  .concept-wrapper .concept-paragraph-flexbox {
    display: none;
  }
  .concept-wrapper .concept-paragraph-responsive {
    margin-top: 20px;
    margin-bottom: 100px;
    font-size: 1.25rem;
    display: block;
    text-align: left;
  }
  .message-heading {
    margin-bottom: 20px;
    font-size: 1rem;
  }
  .message-wrapper-titlebox.message {
    width: 60%;
    height: 10px;
  }
  .message-heading-title {
    font-size: 7vw;
  }
  .menu-hero {
    height: 30vh;
  }
  .menu-section {
    padding-top: 100px;
  }
  .menu-box {
    width: 100%;
  }
  .specialty-title-box {
    width: 70%;
    height: 10px;
  }
  .specialty-title-box .specialty-heading-h3 {
    font-size: 1.5rem;
    line-height: 3.4rem;
  }
  .menu-heading-h3 {
    font-size: 7vw;
  }
  .specialty-heading {
    font-size: 1rem;
  }
  .specilty-image-first {
    height: 50vw;
    object-position: 65% 50%;
  }
  .specialty-image {
    width: 40vw;
    height: 50vw;
  }
  .style-wrapper {
    padding-top: 0;
  }
  .style-wrapper h4.style-heading {
    font-size: 1rem;
    margin-bottom: 40px;
  }
  .style-wrapper .menu-last {
    margin-top: 0;
    margin-bottom: 100px;
  }
  .style-wrapper .menu-last .policy-heading-h4 {
    font-size: 1rem;
    line-height: 3.4rem;
  }
  .style-wrapper .menu-last .menu-last-paragraph-responsive {
    margin-top: 40px;
    font-size: 1.25rem;
    text-align: left;
    display: block;
  }
  .style-paragraph {
    font-size: 1rem;
  }
  .style-paragraph .text-span-4 strong {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 10px;
  }
  .style-paragraph .style-paragraph {
    font-size: 1.1rem;
    text-align: left;
    margin-bottom: 10px;
  }
  .menu-last-paragraph {
    margin-top: 100px;
    font-size: 1rem;
    display: none;
  }
  .menu-paragraph {
    width: 100%;
    font-size: 1rem;
  }
  .specialty-paragraph {
    width: 60vw;
    padding-right: 5px;
    font-size: 2vw;
    line-height: 20px;
  }
  .salon-infomation-title {
    width: 70%;
    height: 10px;
  }
  .staff-section-wrapper .staff-heading {
    margin-bottom: 30px;
    font-size: 1rem;
  }
  .staff-section-wrapper .staff-title {
    width: 70%;
    height: 10px;
  }
  .staff-section-wrapper .staff-title-heading {
    z-index: 3;
    font-size: 1.5rem;
    line-height: 3.4rem;
  }
  .staff-section-wrapper .staff-grid-box {
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: 40px;
  }
  .staff-section-wrapper .staff-grid {
    grid-template-columns: 1fr;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
    position: relative;
    flex-direction: column;
    grid-row-gap: 10px;
  }
  .staff-section-wrapper .staffgrid-left {
    justify-content: space-between;
    align-self: start !important;
    display: flex;
    position: static;
    flex-direction: column-reverse;
  }
  .staff-section-wrapper .staff-text-box {
    margin-top: 10px;
  }
  .staff-section-wrapper .staffgrid-right {
    width: 100%;
    height: auto;
  }
  .staff-section-wrapper .staff-info {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
    padding-bottom: 40px;
  }
  .staff-section-wrapper .staff-image {
    width: 100%;
    height: auto;
    border-radius: 25px;
  }
  .salon-info-hero {
    height: 30vh;
  }
  .access-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .access-wrapper .accsess-title-heading {
    z-index: 3;
    font-size: 7vw;
  }
  .access-wrapper .staff-heading {
    font-size: 1rem;
    margin-bottom: 40px;
  }
  .access-wrapper .accesstitle {
    width: 70%;
    height: 10px;
  }
  .access-wrapper .accesstitle .accsess-title-heading {
    font-size: 1.5rem;
    line-height: 3.4rem;
  }
  .access-wrapper .access-info-box {
    margin-top: 40px;
  }
  .access-wrapper .access-info-box .access-info-title {
    font-size: 1rem;
  }
  .access-wrapper .access-info-box .access-text {
    text-align: left;
  }
  .access-wrapper .access-info-box .access-info-paragraph {
    font-size: 1rem;
  }
  .q-a-hero {
    height: 30vh;
  }
  .q-a-wrapper .q-a-heading1 {
    margin-bottom: 40px;
    font-size: 1rem;
  }
  .q-a-wrapper .search-index-flex-box {
    margin-top: 40px;
  }
  .q-a-wrapper .q-a-title {
    width: 70%;
    height: 10px;
  }
  .q-a-wrapper .q-a-title .q-a-heading {
    z-index: 3;
    font-size: 8vw;
    line-height: 3.4rem;
  }
  .search-index-flex-box {
    flex-direction: row;
  }
  .search-index-grid-box {
    flex-direction: row;
    order: 0;
    display: block;
  }
  .serch-index-grid {
    flex-direction: column;
    display: flex;
  }
  .search-index-div {
    width: 100%;
    height: 10vw;
  }
  .search-index {
    width: 100%;
    height: 10vw;
    margin-bottom: 0;
    color: #727272;
    font-family: Noto Sans JP, sans-serif;
    font-size: 10px;
    text-decoration: none;
  }
  .search-index .search-index-link {
    font-size: 1rem;
  }
  .image-12 {
    width: 10px;
  }
  .small-container {
    max-width: 80vw;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
  .q-a-heading1 {
    margin-bottom: 20px;
    font-size: 1rem;
  }
  .q-a-title-divider {
    width: 80vw;
    margin-top: 10px;
  }
  .question-category {
    font-size: 7vw;
  }
  .q-a-heading-small {
    font-size: 1.1rem;
  }
  .q-a-block-text-flex.desktop {
    display: none;
  }
  .q-a-block-text-flex.smartphone {
    display: flex;
  }
  .q-a-title-flex {
    width: 80vw;
  }
  .bold-text-5 {
    font-size: 1rem;
  }
  .humberger-menu-mask {
    top: 2%;
    right: 2%;
  }
  .humberger-link, .humberger {
    display: block;
  }
  .responsive {
    justify-content: center;
    display: none;
  }
  .image-24 {
    width: 5vw;
    height: 5vw;
  }
  .responsive-link, .responsive-menu-inner {
    margin-bottom: 40px;
  }
  .responsive-menu-bottom {
    margin-top: 0;
  }
  .text-block-24, .text-block-25, .text-block-26, .text-block-27, .text-block-28, .text-block-29, .text-block-30 {
    font-size: 10px;
  }
  .div-block-43 {
    width: 30vw;
  }
  .div-block-44, .responsive-header {
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }
  .responsive-inner {
    width: 60vw;
  }
  .responsive-image {
    object-fit: cover;
  }
  .right-arrow-box {
    height: 10px;
    left: 91%;
  }
  .right-arrow-box.concept {
    top: -10px;
    left: 90%;
  }
  .right-arrow-box.message {
    left: 88%;
  }
  .right-arrow-box.menu {
    height: 10px;
    left: 92%;
  }
  .right-arrow-box.salon {
    height: 10px;
    left: 90%;
  }
  .right-arrow-box.access {
    height: 10px;
    left: 92%;
  }
  .right-arrow-box.staff {
    height: 10px;
    left: 88%;
  }
  .right-arrow-box.strong {
    height: 10px;
    left: 90%;
  }
  .right-arrow-box.q-a {
    height: 10px;
    left: 89%;
  }
  .left-arrow-box {
    height: 10px;
    top: -100%;
    left: -5%;
  }
  .left-arrow-box.storong, .left-arrow-box.staff, .left-arrow-box.access, .left-arrow-box.salon, .left-arrow-box.q-a {
    top: -100%;
  }
  .right-arrow {
    height: 10px;
    top: 0;
    right: -55%;
  }
  .right-arrow.message {
    right: -55%;
  }
  .right-arrow.salon {
    height: 10px;
    top: 0;
    right: -57.8%;
  }
  .left-arrow {
    height: 11px;
    left: -54%;
  }
  .text-block-31 {
    font-size: 3vw;
  }
  .top-right-arrow {
    left: 86%;
  }
  .top-right-arrow.q-a {
    left: 89%;
  }
  .top-right-arrow.salon {
    left: 87%;
  }
  .top-arrow {
    right: -60%;
  }
  .tb-text {
    font-size: 1rem;
  }
  .tb-text2 {
    color: #b9b9b9;
    font-size: 2vw;
  }
  .policy-title-box {
    width: 60vw;
    height: 10px;
  }
  .policy-heading-h3 {
    font-size: 7vw;
  }
  .image-39 {
    height: 40vw;
  }
  .salon-info-footer-sec {
    padding-bottom: 100px;
  }
  .reserve-title {
    width: 70%;
    height: 10px;
  }
  .reserve-heading {
    font-size: 7vw;
  }
  .reserve-sub-heading {
    margin-bottom: 15px;
    font-size: 1rem;
    line-height: 30px;
  }
  .service-heading-h3 {
    font-size: 7vw;
  }
  .service-flex-box {
    display: none;
  }
  .service-paragraph-last {
    margin-top: 100px;
    font-size: 1rem;
  }
  .service-btn-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .service-link-heading, .service-link-heading2 {
    font-size: 1rem;
  }
  .sevice-paragraph-mobile {
    display: flex;
  }
  .service-last-mobile {
    margin-top: 100px;
    font-size: 3vw;
    display: none;
  }
  .div-block-50 {
    width: 100%;
    height: 120vw;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  .div-block-51 {
    flex-direction: column-reverse;
    display: flex;
  }
  .div-block-52 {
    flex-direction: column-reverse;
    align-items: center;
    display: flex;
  }
  .menu-last-paragraph-copy {
    margin-top: 100px;
    font-size: 1rem;
  }
  .service-last-mobile-responsive {
    margin-top: 40px;
    font-size: 1.25rem;
  }
  .question-image-cover {
    display: block;
  }
  .text-block-56 {
    margin-left: 0;
    font-size: 1rem;
    position: static;
  }
  .cta-grid {
    margin-top: 20px;
  }
  .link-googlemap {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}
#w-node-_71d92149-af5f-b7fb-1733-c5091757834b-f4ce4aa5, #w-node-_16534be6-2c18-569f-78a0-49a94ee572f0-f4ce4aa5, #w-node-_5068332d-16b9-17e7-6981-24f77888d959-f4ce4aa5 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_445ded88-49e2-1cda-eaef-ce0a19820869-f4ce4aa5 {
  align-self: end;
  justify-self: end;
}

#w-node-e593d988-6712-9842-2161-ea585538094d-f4ce4aa5 {
  grid-area: span 1/span 1/span 1/span 1;
  align-self: auto;
}

#w-node-ba23360e-9061-5a31-afc6-4bc37c3afa19-f4ce4aa5 {
  grid-area: span 1/span 1/span 1/span 1;
  align-self: center;
}

#w-node-d8216b6b-756d-7b2d-fcfe-27f79e601e63-f4ce4aa5 {
  grid-area: span 1/span 1/span 1/span 1;
  align-self: end;
  justify-self: center;
}

#w-node-_778a7a96-632f-2d27-93ef-e95fa6d26c5b-f4ce4aa5 {
  grid-area: span 1/span 1/span 1/span 1;
  justify-self: start;
}

#w-node-fe5635cb-11d1-7ce7-69e4-af8cbb0f06ef-f4ce4aa5 {
  grid-area: span 1/span 1/span 1/span 1;
  justify-self: end;
}

#w-node-_59d7bff8-e0bf-1bc7-eb9f-010a38d742f2-f4ce4aa5 {
  align-self: end;
  justify-self: center;
}

#w-node-f30368dc-8372-7984-5871-c4228a50cc49-f4ce4aa5 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_73b546c7-5a4a-b609-227b-67735c5c0141-f4ce4aa5 {
  grid-area: span 1/span 1/span 1/span 1;
  justify-self: end;
}

#w-node-a9cabec4-47c6-f2ee-3753-6fb1525ebfe4-f4ce4aa5 {
  grid-area: span 1/span 1/span 1/span 1;
  align-self: end;
  justify-self: end;
}

#w-node-_0183ec64-c401-2ea3-ece9-cb42181bdb34-181bdb31 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_0183ec64-c401-2ea3-ece9-cb42181bdb40-181bdb31 {
  align-self: center;
  justify-self: start;
}

#w-node-_0183ec64-c401-2ea3-ece9-cb42181bdb42-181bdb31, #w-node-_0183ec64-c401-2ea3-ece9-cb42181bdb45-181bdb31 {
  grid-area: span 1/span 1/span 1/span 1;
  justify-self: center;
}

#w-node-_0183ec64-c401-2ea3-ece9-cb42181bdb4d-181bdb31 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-_0183ec64-c401-2ea3-ece9-cb42181bdb50-181bdb31 {
  grid-area: span 1/span 1/span 1/span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_4361adbf-09d0-a996-cb25-61b43e55c9c1-1495f129 {
  grid-area: span 1/span 1/span 1/span 1;
  align-self: start;
  justify-self: start;
}

#w-node-_4361adbf-09d0-a996-cb25-61b43e55c9ca-1495f129 {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-c4df3a34-82e9-7379-cd72-fac006091022-7ece4aaa {
  grid-area: span 1/span 1/span 1/span 1;
  justify-self: end;
}

#w-node-ba618b5e-90c1-ee3e-ac12-1f6e3901fcfa-7ece4aaa {
  grid-area: span 1/span 1/span 1/span 1;
  justify-self: center;
}

#w-node-d49de15d-00d6-f703-f6ac-c5e2d686b447-7ece4aaa {
  grid-area: span 1/span 1/span 1/span 1;
  justify-self: start;
}

#w-node-_8f0173b1-98ed-5057-fc4d-0e7a1bb12b41-7ece4aaa {
  grid-area: span 1/span 1/span 1/span 1;
  justify-self: end;
}

#w-node-_12e62dcb-b782-76c1-14ed-0a97ea6c193d-7ece4aaa {
  grid-area: span 1/span 1/span 1/span 1;
  justify-self: center;
}

#w-node-_809b4fe0-b340-31d7-73ae-ef60a369f072-7ece4aaa {
  grid-area: span 1/span 1/span 1/span 1;
  justify-self: start;
}

#w-node-d753e9f4-e3f5-de6d-be13-835d8379c192-89ce4aab {
  grid-area: span 1/span 1/span 1/span 1;
  justify-self: center;
}

#w-node-_6ee8a415-6b10-5644-71b0-0929516ed4e0-89ce4aab {
  grid-area: span 1/span 1/span 1/span 1;
}

#w-node-aa81bbc0-5c8f-701d-c929-abfbc8a7c023-89ce4aab {
  grid-area: span 1/span 1/span 1/span 1;
  align-self: center;
}

#w-node-_3cd92d12-8278-a02b-01db-91e479002e54-89ce4aab, #w-node-_0b19bc0f-d9cf-4a8f-51ff-66f9d7f90d09-89ce4aab {
  grid-area: span 1/span 1/span 1/span 1;
  align-self: start;
  justify-self: center;
}

#w-node-bae39f37-5606-0f21-bab0-5ec077f6a0e0-89ce4aab {
  grid-area: span 1/span 1/span 1/span 1;
  align-self: start;
  justify-self: end;
}

#w-node-fcd57cc8-ce1f-2170-91e6-6558ee5798a3-89ce4aab {
  grid-area: span 1/span 1/span 1/span 1;
  align-self: start;
  justify-self: start;
}

#w-node-fcd57cc8-ce1f-2170-91e6-6558ee5798ac-89ce4aab {
  grid-area: span 1/span 1/span 1/span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_73b546c7-5a4a-b609-227b-67735c5c0141-f4ce4aa5 {
    justify-self: center;
  }
  #w-node-_0183ec64-c401-2ea3-ece9-cb42181bdb41-181bdb31 {
    align-self: start;
    justify-self: start;
  }
  #w-node-_3cd92d12-8278-a02b-01db-91e479002e54-89ce4aab {
    align-self: center;
  }
}
@media screen and (max-width: 767px) {
  #w-node-_0183ec64-c401-2ea3-ece9-cb42181bdb41-181bdb31 {
    justify-self: center;
  }
}
@media screen and (max-width: 479px) {
  #w-node-_0183ec64-c401-2ea3-ece9-cb42181bdb41-181bdb31 {
    justify-self: center;
  }
}
@font-face {
  font-family: "Neuton";
  src: url("../fonts/Neuton-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/*# sourceMappingURL=822.webflow.css.map */
