textarea,
input,
body {
  padding-top: 175px;
  font-family: 'Noto Serif JP', serif;
  color: #4d4d4d;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
}

.header {
  box-shadow: none;
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -moz-backdrop-filter: blur(10px);
  -ms-backdrop-filter: blur(10px);
}

.header .logo a {
  display: block;
}

.header .logo a img {
  height: 100px;
  display: block;
  margin: 0 auto;
}

.header .nav {
  transition: .3s ease all;
  margin-top: 3px;
}

.header .nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .nav ul li {
  margin: 0 30px;
  transition: .3s margin ease;
  z-index: 2;
  position: relative;
}

.header .nav ul li a {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
}

.fancybox-toolbar {
  opacity: 1;
  visibility: visible;
}

.fancybox-toolbar .fancybox-button--zoom {
  display: none;
  opacity: 0;
}

.fancybox-toolbar .fancybox-button--play {
  display: none;
  opacity: 0;
}

.fancybox-toolbar .fancybox-button--thumbs {
  display: none;
  opacity: 0;
}

.formError {
  margin-left: 250px;
}

.formError .formErrorContent {
  background: #000;
}

.formError .formErrorArrow div {
  background: #000;
}

.menu-item-price {
  min-width: 100px;
}

.sp {
  display: none;
}

.hairgrowth .btn {
  height: 48px;
  width: 200px;
  color: #fff;
  background: #2e2f32;
  font-size: 16px;
  text-align: center;
  border: 0;
  box-shadow: none;
  margin: 30px auto 0;
  display: block;
  padding-top: 11px;
}

.menu-item-special {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .formError {
    margin-left: 150px;
  }
}

@media (max-width: 767px) {
  .header .nav {
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease all;
    background: rgba(255, 255, 255, .7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }

  .header-hamburgur {
    position: absolute;
    top: 20px;
    right: 30px;
  }

  .header-hamburgur #toggle-defaults {
    display: none
  }

  .header-hamburgur #toggle-defaults+label {
    user-select: none;
    position: relative;
    display: inline-block;
    width: 25px;
    height: 23px;
    box-sizing: content-box;
    border: 0 solid transparent;
    z-index: 1050;
    line-height: 23px;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0);
    border-radius: 0
  }

  .header-hamburgur #toggle-defaults+label span {
    display: inline-block;
    position: absolute;
    left: 100%;
    margin-top: 1px;
    transition: color .25s;
    margin-left: 0
  }

  .header-hamburgur #toggle-defaults+label span::before,
  .header-hamburgur #toggle-defaults+label span::after {
    content: '';
    display: inline-block;
    min-width: 10px;
    width: 5px
  }

  .header-hamburgur #toggle-defaults+label i,
  .header-hamburgur #toggle-defaults+label::before,
  .header-hamburgur #toggle-defaults+label::after {
    position: absolute;
    left: 0;
    display: block;
    will-change: transform, background-color;
    width: 25px;
    height: 1px;
    border-radius: 0;
    transition: transform .25s, background-color .25s;
    backface-visibility: hidden;
    outline: 1px solid transparent
  }

  .header-hamburgur #toggle-defaults+label i {
    top: 11px;
    font-size: 0;
    color: transparent;
    line-height: 0
  }

  .header-hamburgur #toggle-defaults+label::before,
  .header-hamburgur #toggle-defaults+label::after {
    content: ''
  }

  .header-hamburgur #toggle-defaults+label::before {
    top: 0
  }

  .header-hamburgur #toggle-defaults+label::after {
    bottom: 0
  }

  .header-hamburgur #toggle-defaults+label:hover {
    cursor: pointer
  }

  .header-hamburgur #toggle-defaults:checked+label i {
    transform: scaleX(0.001)
  }

  .header-hamburgur #toggle-defaults:checked+label::before {
    transform: translateY(11px) rotate(45deg)
  }

  .header-hamburgur #toggle-defaults:checked+label::after {
    transform: translateY(-11px) rotate(-45deg)
  }

  .header-hamburgur #toggle-defaults+label i,
  .header-hamburgur #toggle-defaults+label::before,
  .header-hamburgur #toggle-defaults+label::after {
    background-color: #000
  }
}

@media (min-width: 768px) {
  .header-hamburgur #toggle-defaults {
    display: none
  }
}

.header-hamburgur #toggle-defaults:checked~.nav {
  opacity: 1;
  pointer-events: inherit;
}


@media (min-width: 768px) {
  .fixHeader {
    padding-top: 175px;
  }

  .fixHeader .header {
    padding: 10px 0;
    box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.3);
  }

  .fixHeader .header .nav {
    margin-top: -60px;
    padding-bottom: 30px;
  }

  .fixHeader .header .nav ul li:nth-child(3) {
    margin-right: 120px;
  }

  .fixHeader .header .nav ul li:nth-child(4) {
    margin-left: 120px;
  }
}

.main .mainslider {
  position: relative;
  max-width: 1266px;
  margin: 0 auto;
  padding-bottom: 130px;
}

.main .mainslider:before {
  content: "";
  display: block;
  background: #f3ede6;
  position: absolute;
  bottom: 0;
  left: calc(50% - 50vw);
  width: calc(50vw + 100px);
  height: 438px;
}

.main .mainslider .img {
  position: relative;
}

.main .mainslider .img:before {
  content: "";
  display: block;
  padding-top: 46.7614534%;
  background: #eee url(../img/main.jpg) center no-repeat;
  background-size: cover;
  box-shadow: 0 0 25px 0px rgba(109, 72, 58, .4);
}

.main .mainslider img {
  display: block;
  box-shadow: 0 0 30px 0px rgba(109, 72, 58, .4);
  width: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.main .mainslider .text {
  background: rgba(46, 47, 50, 0.6);
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  position: absolute;
  padding: 35px 30px;
  bottom: 84px;
  left: 50px;
  z-index: 2;
  letter-spacing: 1.9px;
}

.fixsidebar {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 9;
}

.fixsidebar ul {
  background: rgba(255, 255, 255, 0.5);
}

.fixsidebar ul li a {
  display: block;
  padding: 30px 0;
  width: 150px;
  background: url(../img/line.png) center bottom no-repeat;
}

.fixsidebar ul li:last-child a {
  background-image: none;
}

.fixsidebar ul li a img {
  display: block;
  margin: 0 auto 5px;
  height: 30px
}

.fixsidebar ul li a span {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
}

#footer.footer {
  background: url(../img/footer-bg.jpg) center top no-repeat;
  background-size: cover;
  padding: 0;
}

.footer .buttons {
  display: flex;
  max-width: 860px;
  margin: 0 auto;
  padding: 30px 0;
  justify-content: center;
}

.footer .buttons a {
  display: block;
  width: 220px;
  height: 48px;
  line-height: 48px;
  background: url(../img/btn_arr.png) right 10px center rgba(255, 255, 255, .5) no-repeat;
  text-align: center;
  color: #4d4d4d;
  margin: 0 15px;
}

.footer .buttons a img {
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 3px;
  height: 25px;
}

.footer .buttons a span {
  display: inline-block;
}

.footer .buttons a.btn_phone img {
  height: 25px;
}

.footer .buttons a.btn_line img {
  height: 25px;
}

.footer .bg_dark {
  background: rgba(46, 47, 50, .6);
  color: #fff;
}

.footer .bg_dark .container {
  max-width: 890px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer .bg_dark .footer_info {
  padding: 35px 0 0;
}

.footer .bg_dark .footer_info .a_googlemap {
  font-family: 'Cormorant Garamond', serif;
  float: right;
  display: inline-block;
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
  margin-top: 10px;
  margin-bottom: -25px;
}

.footer .bg_dark .footer_info table th,
.footer .bg_dark .footer_info table td {
  padding: 10px 0;
  font-feature-settings: initial;
}

.footer .bg_dark .footer_info table th {
  width: 118px;
  text-align: left;
  font-weight: normal;
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
}

.footer .bg_dark .footer_logo {
  display: block;
  height: 110px;
  position: relative;
  left: -45px;
  margin-bottom: -1px;
}

.footer .bg_dark .footer_map {
  /*padding: 60px 0 50px;*/
  position: relative;
  width: 380px;
  height: 260px;
}

.footer .bg_dark .footer_map iframe {
  position: absolute;
  top: 50px;
  right: 0;
  width: 150%;
  height: 150%;
  display: block;
  transform-origin: top right;
  transform: scale(.667);
  filter: grayscale(1);
  -ms-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -webkit-filter: grayscale(1);
}

.footer .bg_dark .footer_copyright {
  text-align: center;
  font-size: 11px;
  padding: 10px 0;
}

.footer a {
  color: #fff;
}

.btn_top {
  display: block;
  position: fixed;
  bottom: 55px;
  right: 50px;
}

.btn_top img {
  display: block;
  height: 50px;
}

.section {
  padding: 100px 0 77px;
}

.section-title {
  font-size: 48px;
  text-align: center;
  line-height: 1;
  font-weight: normal;
  font-family: 'Cormorant Garamond', serif;
  margin-top: -9px;
  letter-spacing: 1px;
}

.section .container {
  max-width: 1000px;
  padding: 0 15px;
}

.section .container .concept-item {
  display: flex;
  margin-top: 93px;
  align-items: flex-start;
}

.section .container .concept-item__image {
  width: 45.56%;
  background: #eee center no-repeat;
  position: relative;
  background-size: cover;
}

.section .container .concept-item__image:before {
  content: "";
  padding-top: 63.99%;
  display: block;
  box-shadow: 0 0 30px 0px rgba(109, 72, 58, .4);
}

.section .container .concept-item__image img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.section .container .concept-item__text {
  width: 54.44%;
  padding-left: 80px;
}

.section .container .concept-item__text .title {
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 1;
  padding-bottom: 30px;
  margin-bottom: 21px;
  border-bottom: 1px solid #f3ede6;
  letter-spacing: 4.2px;
}

.section .container .concept-item__text .desc {
  line-height: 30px;
  letter-spacing: 1.6px;
  text-align: justify;
}

.section .container .concept-item.concept-item-image-right .concept-item__image {
  order: 2;
}

.section .container .concept-item.concept-item-image-right .concept-item__text {
  order: 1;
  padding-left: 0;
  padding-right: 80px;
}

.section .container .concept-item:nth-child(1) .concept-item__image {
  background-image: url(../img/img-07.jpg);
}

.section .container .concept-item:nth-child(2) .concept-item__image {
  background-image: url(../img/img-06.jpg);
}

.section .container .concept-item:nth-child(3) .concept-item__image {
  background-image: url(../img/img-08.jpg);
}

.section .container .concept-item:nth-child(4) .concept-item__image {
  background-image: url(../img/img-15.jpg);
}

.section-voice {
  width: 100%;
  overflow: hidden;
}

.section-voice .container {
  margin-top: 92px;
  max-width: 1090px;
}

.section-voice .swiper-container {
  position: relative;
}

.section-voice .swiper-container:before {
  content: "";
  display: block;
  background: #dfd6cd;
  height: 220px;
  left: calc(50% - 50vw);
  width: 100vw;
  position: absolute;
  top: 50%;
  margin-top: -110px;
}

.section-voice .swiper-container .owl-stage {
  display: flex;
}

.section-voice .swiper-container .owl-stage .owl-item {
  float: none;
  background: #f3ede6;
}

.section-voice .voice-item {
  line-height: 30px;
  padding: 70px 50px;
  letter-spacing: 1px;
}

.section-voice .swiper-container .owl-nav>button {
  position: absolute;
  top: 50%;
  color: transparent;
  background: center no-repeat;
  width: 22px;
  height: 56px;
  margin-top: -28px;
  background-size: contain;
}

.section-voice .swiper-container .owl-nav>button:hover {
  opacity: 0.7;
}

.section-voice .swiper-container .owl-nav>button.owl-next {
  right: -50px;
  background-image: url(../img/arr_carousel_next.png);
}

.section-voice .swiper-container .owl-nav>button.owl-prev {
  left: -50px;
  background-image: url(../img/arr_carousel_prev.png);
}

.section-staff {
  padding-top: 108px;
}

.section-staff .container {
  max-width: 1196px;
}

.section-staff .bg_staff {
  position: relative;
  height: 520px;
  margin-top: 90px;
}

.section-staff .bg_staff:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/staff-bg.jpg) center no-repeat;
  background-size: cover;
  filter: grayscale(1);
  -ms-filter: grayscale(1);
  filter: grayscale(1);
  filter: grayscale(1);
}

.section-staff .bg_staff_logo {
  position: absolute;
  top: 25px;
  right: 0;
  width: 520px;
}

.section-staff .bg_staff_logo img {
  display: block;
}

.section-staff .img_profile {
  position: absolute;
  top: 260px;
  left: 140px;
  box-shadow: 0 0 30px 0px rgba(109, 72, 58, .4);
  z-index: 3;
}

.section-staff .img_profile img {
  display: block;
  width: 260px;
}

.section-staff .info_staff {
  background: #f3ede6;
  margin: -60px 140px 0 310px;
  padding: 57px 80px 60px 125px;
  position: relative;
  z-index: 2;
}

.section-staff .info_staff .staff_name {
  line-height: 1;
}

.section-staff .info_staff .staff_name strong {
  font-size: 24px;
  font-weight: normal;
  margin-right: 50px;
}

.section-staff .info_staff .staff_name span {
  font-size: 30px;
  font-family: 'Cormorant Garamond', serif;
}

.section-staff .info_staff .staff_title {
  font-size: 16px;
  margin-top: 30px;
}

.section-staff .info_staff .staff_speech {
  margin-top: 26px;
  line-height: 30px;
}

.section-staff .info_staff .staff_footer {
  margin-top: 36px;
  display: flex;
  justify-content: space-between;
}

.section-staff .info_staff .staff_footer strong {
  font-weight: normal;
}

.section-staff .info_staff .staff_footer ul {
  font-size: 0;
  margin-top: -8px;
}

.section-staff .info_staff .staff_footer ul li {
  display: inline-block;
  margin-left: 30px;
}

.section-staff .info_staff .staff_footer ul li a {
  display: block;
}

.section-staff .info_staff .staff_footer ul li a img {
  display: block;
  width: 30px;
  height: 30px;
}

.section-gallery {
  padding-top: 16px;
}

.section-gallery .section-title {
  font-size: 36px;
}

.section-gallery .section-title {
  text-align: left;
  max-width: 1236px;
  padding: 0 35px;
  margin: 0 auto;
}

.section-gallery .gallery-images {
  margin-top: 54px;
}

.section-gallery .gallery-images .image {
  padding: 0 5px;
}

.section-gallery .gallery-images .image a {
  display: block;
  position: relative;
  background: center no-repeat;
  background-size: cover;
  width: 334px;
}

.section-gallery .gallery-images .image a:before {
  content: "";
  display: block;
  padding-top: 64.67065868%;
}

.section-menu .container {
  background: #f3ede6;
  max-width: 1066px;
  padding: 60px 70px 390px;
}

.section-menu .menus {
  margin-top: 91px;
  position: relative;
}

.section-menu .menu {
  float: left;
  width: calc(50% - 60px);
}

.section-menu .menu.menu-color {
  margin-left: 120px;
}

.section-menu .menu.menu-cut {
  clear: left;
  margin-top: -313px;
}

.section-menu .menu.menu-straight {
  margin-left: 120px;
  margin-top: 45px;
}

.section-menu .menu.menu-hairset {
  clear: left;
  margin-top: 73px;
}

.section-menu .menu-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px;
  line-height: 1;
  padding-bottom: 25px;
  border-bottom: 1px solid #4d4d4d;
}

.section-menu .menu-list {
  margin-top: 23px;
  margin-bottom: 50px;
}

.section-menu .menu-list:last-child {
  margin-bottom: 0;
}

.section-menu .menu-list-title {
  margin-bottom: 40px;
  letter-spacing: 2px;
}

.section-menu .menu-item {
  margin-bottom: 22px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.section-menu .menu-item:last-child {
  margin-bottom: 0;
}

.section-menu .menu-item-special {
  background: #fbfaf8;
  padding: 5px;
  border: 1px solid #dfd6cd;
}

.section-menu .menu-item-special-inner {
  padding: 15px;
  border: 1px solid #dfd6cd;
}

.section-menu .menu-item-special .menu-item-title {
  font-size: 16px;
}

.section-menu .menu-item-special .menu-item-price {
  display: flex;
  align-items: center;
  margin-top: 13px;
  width: 150px;
}

.section-menu .menu-item-special .menu-item-price strong {
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  width: 50px;
  text-align: center;
  background: #4d4d4d;
  height: 30px;
  display: block;
}

.section-menu .menu-item-special .menu-item-price span {
  font-size: 24px;
  display: block;
  margin-left: 20px;
}

.section-menu .menu-item-special .menu-item-info {
  font-size: 12px;
  padding-left: 15px;
  position: relative;
  line-height: 1.7;
}

.section-menu .menu-item-special .menu-item-info-first {
  margin-top: 17px;
}

.section-menu .menu-item-special .menu-item-info:before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.section-menu .menu-note {
  position: absolute;
  bottom: -337px;
  left: 0;
  padding-right: 0px;
  line-height: 2.2;
}

.section-contact {
  padding-bottom: 36px;
}

.section-contact .contact-text {
  margin-top: 68px;
  text-align: center;
  line-height: 30px;
  letter-spacing: 1.4px;
}

.section-contact form {
  position: relative;
  padding-bottom: 20px;
}

.section-contact form table {
  margin: 31px auto 0;
  max-width: 790px;
}

.section-contact form table th,
.section-contact form table td {
  padding: 19px 0 20px;
  vertical-align: top;
}

.section-contact form table th {
  text-align: right;
  padding-right: 40px;
  width: 190px;
  padding-top: 27px;
}

.section-contact form table th span.required {
  color: #e24242;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  position: relative;
  top: 2px;
  transform: scale(1.2);
}

.section-contact form table td {
  text-align: left;
}

.section-contact form input {
  height: 40px;
  border: 1px solid #4d4d4d;
  padding: 0 20px;
  width: 400px;
  box-shadow: none;
}

.section-contact form textarea {
  width: 600px;
  height: 240px;
  border: 1px solid #4d4d4d;
  padding: 10px 20px;
  box-shadow: none;
  resize: none;
  line-height: 26px;
}

.section-contact .btn {
  text-align: center;
  margin-top: 34px;
}

.section-contact .btn button {
  height: 48px;
  width: 140px;
  color: #fff;
  background: #2e2f32;
  font-size: 16px;
  text-align: center;
  border: 0;
  box-shadow: none;
}

.section-contact .btn button:hover {
  opacity: 0.7;
}

.section-contact .contact-footer {
  margin-top: 55px;
  text-align: center;
  letter-spacing: 1px;
}

#complete .header .nav {
  display: none;
}

.containerIndexThx {
  min-height: calc(100vh - 670px);
  padding: 50px 15px 100px;
  max-width: 768px;
}

.containerIndexThx h1 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}

.containerIndexThx p.t20b0 {
  margin: 40px 0 0;
}

.containerIndexThx p.t20b0 a {
  display: block;
  margin: 0 auto;
  width: 220px;
  line-height: 50px;
  height: 50px;
  background: rgba(0, 0, 0, .5);
  text-align: center;
  color: #fff;
}

#thanks-page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(251, 250, 248, .9);
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: .3s ease all;
}

#thanks-page .thanks-page-title {
  font-size: 30px;
}

#thanks-page .thanks-page-text {
  font-size: 14px;
  line-height: 30px;
  margin-top: 20px;
}

#thanks-page .thanks-page-link {
  margin-top: 30px;
  text-align: center;
}

#thanks-page .thanks-page-link a {
  display: inline-block;
  margin: 0 auto;
  padding-bottom: 2px;
  border-bottom: 1px solid #4d4d4d;
}

.show-thanks-page {}

.show-thanks-page #thanks-page {
  opacity: 1;
  pointer-events: initial;
}

.blog-banner .inner {
  max-width: 1066px;
  padding: 60px 70px 100px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  body {
    padding-top: 62px;
    font-size: 13px;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .blog-banner {
    padding: 30px 15px 30px;
  }

  .blog-banner .inner {
    padding: 40px 20px;
  }

  .header {
    height: auto;
    padding: 0;
    background: rgba(255, 255, 255, .7);
    opacity: 1;
    transition: .3s ease all;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    -moz-backdrop-filter: none;
    -ms-backdrop-filter: none;
  }

  .header .logo a img {
    height: 62px;
  }

  .header .nav {
    margin-top: 62px;
  }

  .header .nav ul {
    flex-direction: column;
    padding-top: 80px;
  }

  .header .nav ul li {
    margin-bottom: 44px;
  }

  .header .nav ul li a {
    line-height: 1;
    display: block;
  }

  .fixHeader {
    padding-top: 62px;
  }

  .fixHeader .header {
    padding: 0;
    background: rgba(255, 255, 255, .7);
    opacity: 1;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    -moz-backdrop-filter: none;
    -ms-backdrop-filter: none;
  }

  .main .mainslider {
    padding-bottom: 170px;
  }

  .main .mainslider:before {
    width: 74.6vw;
    left: auto;
    right: 0;
    bottom: 0;
  }

  .main .mainslider .img {
    box-shadow: 0 -5px 15px 0px rgba(109, 72, 58, 1);
  }

  .main .mainslider .img:before {
    padding-top: 120%;
    box-shadow: 0 0 15px 0px rgba(109, 72, 58, .4);
  }

  .main .mainslider .text {
    left: 0;
    top: 63%;
    bottom: auto;
    width: 66.67vw;
    font-size: 13px;
    line-height: 26px;
    padding: 25px 30px 25px 35px;
    letter-spacing: 0;
  }

  .fixsidebar {
    top: auto;
    right: auto;
    margin: 0;
    transform: none;
    bottom: 0;
    width: 100%;
    z-index: 9999;
  }

  .fixsidebar ul {
    background: #2e2f32;
    padding-top: 40px;
    padding-bottom: 8px;
    display: flex;
  }

  .fixsidebar ul li {
    display: block;
    flex: 1;
    position: relative;
  }

  .fixsidebar ul li a {
    width: auto;
    background: transparent;
    padding: 0;
    color: #fff;
  }

  .fixsidebar ul li a img {
    display: block;
    height: 18px;
  }

  .fixsidebar ul li a span {
    font-size: 10px;
  }

  .fixsidebar ul li.btn_mail a img {
    margin-bottom: 8px;
  }

  .fixsidebar ul li:not(:last-child):after {
    content: "";
    display: block;
    width: 1px;
    height: 110%;
    background: #fff;
    position: absolute;
    bottom: 5px;
    right: 0;
  }

  .footer .buttons {
    flex-direction: column;
    align-items: center;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer .buttons a {
    margin: 10px 0;
    width: 100%;
    color: #000;
    line-height: 40px;
    height: 40px;
  }

  .footer .bg_dark .container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .footer .bg_dark .footer_info {
    width: 100%;
    padding-top: 10px;
  }

  .footer .bg_dark .footer_info .a_googlemap {
    float: right;
    margin-top: -25px;
    font-weight: normal;
  }

  .footer .bg_dark .footer_info table th,
  .footer .bg_dark .footer_info table td {
    line-height: 26px;
  }

  .footer .bg_dark .footer_info table th {
    width: 93px;
  }

  .footer .bg_dark .footer_logo {
    margin-left: auto;
    margin-right: auto;
    left: auto;
    margin-bottom: 0;
  }

  .footer .bg_dark .footer_map {
    padding: 0;
    width: auto;
    height: auto;
  }

  .footer .bg_dark .footer_map iframe {
    width: 100%;
    height: 205px;
    transform: none;
    position: relative;
    top: auto;
  }

  .footer .bg_dark .footer_copyright {
    padding-top: 70px;
    padding-bottom: 130px;
  }

  .btn_top {
    right: 50%;
    transform: translateX(50%);
    z-index: 99999;
    bottom: 70px;
  }

  .btn_top img {
    height: 40px;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .section-title {
    font-size: 36px;
  }

  .section .container .concept-item {
    display: block;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section .container .concept-item__image {
    width: auto;
    padding: 0;
    position: relative;
    background: #eee center no-repeat;
    box-shadow: 0 0 30px 0px rgba(109, 72, 58, .4);
    background-size: cover;
    box-shadow: 0 0 15px 0px rgba(109, 72, 58, .4);
  }

  .section .container .concept-item__image:before {
    content: "";
    padding-top: 45.90163934%;
    display: block;
  }

  .section .container .concept-item__image img {
    display: none;
  }

  .section .container .concept-item__text {
    width: auto;
    padding: 0;
    margin-top: 30px;
  }

  .section .container .concept-item__text .title {
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 20px;
  }

  .section .container .concept-item__text .desc {
    line-height: 26px;
    letter-spacing: 1.1px;
  }

  .section .container .concept-item.concept-item-image-right .concept-item__image {
    order: 1;
    padding: 0;
  }

  .section .container .concept-item.concept-item-image-right .concept-item__text {
    order: 2;
    padding: 0;
  }

  .section .container .concept-item:nth-child(1) .concept-item__image {
    background-image: url(../img/img-07-sp.jpg);
  }

  .section .container .concept-item:nth-child(2) .concept-item__image {
    background-image: url(../img/img-06-sp.jpg);
  }

  .section .container .concept-item:nth-child(3) .concept-item__image {
    background-image: url(../img/img-08-sp.jpg);
  }

  .section .container .concept-item:nth-child(4) .concept-item__image {
    background-image: url(../img/img-15-sp.jpg);
  }

  .section-voice .container {
    margin-top: 50px;
  }

  .section-voice .swiper-container {
    width: 66.67vw;
    margin: 0 auto;
  }

  .section-voice .swiper-container:before {
    height: 170px;
    margin-top: -85px;
  }

  .section-voice .voice-item {
    padding: 40px 30px;
    line-height: 26px;
  }

  .section-voice .swiper-container .owl-nav>button {
    width: 14px;
    height: 37px;
    background-size: contain;
    margin-top: -18.5px;
  }

  .section-voice .swiper-container .owl-nav>button.owl-next {
    right: -30px;
  }

  .section-voice .swiper-container .owl-nav>button.owl-prev {
    left: -30px;
  }

  .section-staff .bg_staff {
    margin-top: 50px;
    height: 180px;
  }

  .section-staff .bg_staff_logo {
    top: 0;
    right: 0;
    width: auto;
  }

  .section-staff .bg_staff_logo img {
    height: 80px;
  }

  .section-staff .img_profile {
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
  }

  .section-staff .img_profile img {
    width: 160px;
  }

  .section-staff .info_staff {
    margin: 25px 0 0 0;
    padding: 105px 20px 40px;
  }

  .section-staff .info_staff .staff_name strong {
    font-size: 18px;
    margin-right: 55px;
  }

  .section-staff .info_staff .staff_name span {
    font-size: 22px;
  }

  .section-staff .info_staff .staff_title {
    font-size: 13px;
  }

  .section-staff .info_staff .staff_speech {
    line-height: 26px;
  }

  .section-staff .info_staff .staff_footer {
    display: block;
  }

  .section-staff .info_staff .staff_footer strong {
    display: block;
  }

  .section-staff .info_staff .staff_footer ul {
    text-align: right;
    margin-top: 30px;
  }

  .section-staff .info_staff .staff_footer ul li {
    margin-left: 20px;
  }

  .section-gallery {
    padding-top: 25px;
  }

  .section-gallery .section-title {
    font-size: 30px;
  }

  .section-gallery .gallery-images {
    margin-top: 45px;
  }

  .section-gallery .gallery-images .image a {
    width: 177px;
  }

  .section-gallery .gallery-images .image a:before {
    padding-top: 66.67%;
  }

  .section-menu {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-menu .container {
    padding: 40px 20px;
  }

  .section-menu .menus {
    margin-top: 50px;
  }

  .section-menu .menu {
    float: none;
    width: auto;
  }

  .section-menu .menu.menu-color {
    margin-left: 0;
    margin-top: 80px;
  }

  .section-menu .menu.menu-cut {
    margin-left: 0;
    margin-top: 80px;
  }

  .section-menu .menu.menu-straight {
    margin-left: 0;
    margin-top: 80px;
  }

  .section-menu .menu.menu-hairset {
    margin-left: 0;
    margin-top: 80px;
  }

  .section-menu .menu-title {
    font-size: 24px;
    padding-bottom: 25px;
  }

  .section-menu .menu-list-title {
    font-size: 13px;
  }

  .section-menu .menu-item-special .menu-item-price {
    margin-top: 20px;
  }

  .section-menu .menu-item-special .menu-item-info {
    line-height: 20px;
  }

  .section-menu .menu-note {
    position: relative;
    bottom: unset;
    margin-top: 20px;
  }

  .section-contact {
    padding-bottom: 60px;
  }

  .section-contact .contact-text {
    line-height: 26px;
    margin-top: 35px;
  }

  .section-contact form {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 45px;
  }

  .section-contact form table {
    margin-top: 20px;
  }

  .section-contact form table tbody,
  .section-contact form table tr {
    display: block;
    width: 100%;
  }

  .section-contact form table th,
  .section-contact form table td {
    display: block;
    width: 100%;
    padding: 5px 0;
  }

  .section-contact form table th {
    text-align: left;
  }

  .section-contact form table td {
    padding-bottom: 20px;
  }

  .section-contact form input {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
  }

  .section-contact form textarea {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
  }

  .section-contact .contact-footer {
    margin-top: 30px;
  }

  #thanks-page {}

  #thanks-page .thanks-page-title {
    font-size: 24px;
  }

  #thanks-page .thanks-page-text {
    font-size: 13px;
    line-height: 26px;
  }

  #thanks-page .thanks-page-link {}

  #thanks-page .thanks-page-link a {
    font-size: 13px;
  }

  .show-thanks-page {}

  .show-thanks-page #thanks-page {
    opacity: 1;
    pointer-events: initial;
  }

  .section-menu .menu-item {
    display: block;
  }

  .menu-item-price {
    text-align: right;
    margin-top: 20px;
  }
}

@media (min-width: 361px) {
  .brip5 {
    display: none;
  }
}

@media (max-width: 360px) {
  .header .nav ul {
    padding-top: 50px;
  }

  .header .nav ul li {
    margin-bottom: 30px;
  }

  .main .mainslider .text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section .container .concept-item {
    padding-left: 5px;
    padding-right: 5px;
  }

  .section-voice .voice-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-staff .info_staff .staff_name {
    white-space: nowrap;
  }

  .section-staff .info_staff .staff_name strong {
    margin-right: 10px;
  }

  .section-staff .info_staff .staff_name span {
    font-size: 20px;
  }
}

.map-sp {
  display: table-row;
}

.section-movie .container {
  margin-top: 90px;
}

.section-movie .container video {
  width: 100%;
}

@media (max-width: 768px) {
  .section-movie .container {
    margin-top: 40px;
  }
}


/*2025/11/06修正*/
.section-staff .img_profile_2 {
  position: relative;
  box-shadow: 0 0 30px 0px rgba(109, 72, 58, .4);
  left: 140px;
  z-index: 4;
  display: inline-block;
  margin-top: 40px;
  width: 260px;
}

@media (max-width: 768px) {
  .section-staff .img_profile_2 {
    width: 160px;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
  }
}

.menu.menu-color {
  float: right;
}

.section-menu .menu.menu-cut {
  margin-top: 0;
}

.section-menu .menu.menu-straight {
  margin-left: 0;
}

@media(max-width:768px) {
  .section-menu .menu.menu-color {
    margin-top: 0;
  }

  .menu.menu-cut {
    position: relative;
    top: 40px;
  }
}

.profile-details dt {
  float: left;
  width: 60px;
  font-weight: normal;
}

.profile-details dd {
  margin-left: 60px;
  margin-bottom: 15px;
}

.info_staff {
  display: block;
}

@media(min-width:1000px) {
  .info_staff_wrapper {
    display: flex;
    gap: 40px;
  }
}

.staff_name {
  margin-bottom: 1rem;
  width: 140px;
}

.section-staff .info_staff .staff_speech {
  margin-top: 0;
}

/* メニューエリア */
.menu-title {
  font-size: 2.4rem;
  letter-spacing: 0;
  margin-bottom: 0px;
  text-align: left;
  margin-top: 50px;
}

.menu-title.border {
  border-bottom: 1px solid #777;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.menu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* PCは2カラム */
  gap: 40px 60px;
}

.menu-grid.top {
  grid-template-columns: 1fr 1.4fr;
}

.category-title {
  font-size: 2.2rem;
  border-bottom: 1px solid #777;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.category-title span {
  font-size: 12px;
  margin-left: 8px;
}

.menu-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  font-size: 15px;
}

.price {
  letter-spacing: 1px;
  font-weight: bold;
}

.sub-text {
  font-size: 12px;
  color: #555;
  margin-top: 2px;
  margin-bottom: 15px;
}

/* ポリシーエリア */
.policy-area {
  margin-top: 50px;
  font-size: 12px;
  padding-top: 20px;
}

.policy-bold {
  font-weight: bold;
  display: block;
  margin: 15px 0 5px 0;
}

@media(min-width:768px) {
  .info_staff_wrapper {
    padding-left: 160px;
  }

  .section-staff .info_staff {
    padding-left: 40px !important;
    margin: -140px 140px 60px 240px;
  }
}

@media(max-width:1000px) {
  .info_staff {
    margin: -180px 90px 0 90px !important;
  }

  .info_staff_wrapper {
    padding-left: 55%;
  }
}

@media(max-width:768px) {
  .info_staff_wrapper {
    display: block;
    padding-left: 0;
  }

  .section-staff .img_profile {
    top: 90px !important;
  }

  .section-staff .img_profile_2 {
    top: 80px !important;
  }

  .info_staff {
    margin: 0 15px !important;
  }

  .profile-info {
    width: 100%;
  }

  .menu-grid {
    grid-template-columns: 1fr;
    /* 1カラムに変更 */
    gap: 30px;
  }

  .menu-grid.top {
    grid-template-columns: 1fr;
    /* 1カラムに変更 */
    gap: 30px;
  }

  .stylist-name {
    font-size: 1.5rem;
  }

  .menu-title {
    font-size: 1.8rem;
  }

  .category-title {
    font-size: 1.6rem;
  }
}