.ghost {
  width: var(--content-width);
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.32;
  display: none;
}

.debug {
  content: "";
  display: block;
  display: none;
  width: 1080px;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  position: absolute;
  z-index: 100000;
  opacity: 0.5;
}

.slick-slide img {
  margin: 0 auto;
}

html {
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
  color: #3B4043;
}

.mutation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}

.mutation.sight {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/* iOS reset */
button, input {
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  padding: 0;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  box-sizing: border-box;
}

a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

.lithosphere {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .lithosphere {
    padding-top: 60px;
  }
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 1000;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.header__exterior {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90.625%;
  max-width: 1160px;
  height: 80px;
  top: 0;
  left: 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .header__exterior {
    display: grid;
    grid-template-columns: calc(40% - 45px) auto calc(40% - 45px);
    justify-content: space-between;
    grid-row-gap: 16px;
    width: 95%;
    height: 60px;
  }
}
.header__exterior .logo {
  margin-right: 16px;
  flex-shrink: 0;
  transition: opacity 0.3s;
}
.header__exterior .logo img {
  width: 90px;
  height: 40px;
}
@media (max-width: 767px) {
  .header__exterior .logo {
    margin-right: 0;
  }
  .header__exterior .logo img {
    width: 45px;
    height: 20px;
  }
}
.header__exterior .logo:hover {
  opacity: 0.64;
}
.header__exterior .nav_header {
  display: block;
  font-size: clamp(12px, 1.171875vw, 15px);
}
@media (max-width: 767px) {
  .header__exterior .nav_header {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.header__exterior .nav_header #menu-wp_nav_header {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .header__exterior .nav_header #menu-wp_nav_header {
    flex-direction: column;
    justify-content: unset;
    align-items: unset;
    width: 100%;
    padding: 10px 0;
    margin-top: 60px;
    background-color: rgba(59, 64, 67, 0.9);
    overflow: scroll;
    padding-bottom: 80px;
  }
  .header__exterior .nav_header #menu-wp_nav_header li {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
  }
  .header__exterior .nav_header #menu-wp_nav_header li a {
    font-weight: normal;
    font-size: 15px;
    padding-left: 10%;
  }
  .header__exterior .nav_header #menu-wp_nav_header .reserve {
    order: -1;
  }
}
.header__exterior .annex {
  display: block;
  align-items: center;
}
.header__exterior .annex__lists {
  /* display: flex; */
}
.header__exterior .annex .language {
  /* margin-right: 8px; */
}

.header__exterior .annex .reserve a {
  /* padding: 14px 6px 10px; */
}
@media (min-width: 768px) {
  .header__exterior .annex__lists {
    width: 40px;
  }
  .header__exterior .nav_header {
    margin-right: 0px;
  }
  li.language-pc {
    display: none!important;
  }
  .header__exterior .nav_header {
    margin-left: auto;
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .header__exterior .annex {
    justify-self: end;
    display: block;
  }
  .header__exterior .annex .annex__switcher {
    display: block;
    box-sizing: content-box;
    width: 32px;

    /* background: url(../../images/head/translate.png) no-repeat center/cover; */
    padding: 0;
    margin-right: 16px;
  }
  .header__exterior .annex .annex__switcher::after {
    content: unset;
  }
}
.header__exterior li a {
  display: block;
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: 700;
  white-space: nowrap;
  padding: 10px 0;
  transition: opacity 0.3s;
}
.header__exterior li a:hover {
  opacity: 0.64;
}
@media (max-width: 767px) {
  .header__exterior li a {
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
  }
  .header__exterior li .reserve__label, .header__exterior li .nav__staff__label {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__exterior li a::after, .header__exterior li .reserve__label::after, .header__exterior li .nav__staff__label::after {
    content: url(../images/head/nav__after.png);
    height: 14px;
    margin-right: 26px;
    transition: transform 0.5s ease-in-out;
  }
  .header__exterior li .reserve__label.toggle::after, .header__exterior li .nav__staff__label.toggle::after {
    transform: rotate(360deg);
  }

  .header__exterior li .reserve__label, .header__exterior li .nav__salon__label {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__exterior li a::after, .header__exterior li .reserve__label::after, .header__exterior li .nav__salon__label::after {
    content: url(../images/head/nav__after.png);
    height: 14px;
    margin-right: 26px;
    transition: transform 0.5s ease-in-out;
  }
  .language a::after {
    display: none!important;
  }
  .header__exterior li .reserve__label.toggle::after, .header__exterior li .nav__salon__label.toggle::after {
    transform: rotate(360deg);
  }
}
.header__exterior li:not(:last-child) {
  margin-right: min(20px, 4vw);
}
@media (max-width: 767px) {
  .header__exterior li:not(:last-child) {
    margin-right: 0;
  }
}
.header__exterior .nav__staff {
  position: relative;
}
.header__exterior .nav__staff__label {
  font-size: clamp(12px, 1.171875vw, 15px);
  font-weight: 700;
  padding: 10px 0;
  cursor: pointer;
}
.header__exterior .nav__staff__exterior {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  border-radius: 0 0 4px 4px;
}
.header__exterior .nav__staff__exterior a {
  display: block;
  color: #ffffff;
  background-color: rgba(76, 82, 85, 0.9);
  padding: 16px 32px;
  transition: filter 0.5s;
  font-weight: normal;
}
.header__exterior .nav__staff__exterior a:first-child {
  border-radius: 0 4px 0 0;
}
.header__exterior .nav__staff__exterior a:last-child {
  border-radius: 0 0 4px 4px;
}
.header__exterior .nav__staff__exterior a:not(:last-child) {
  border-bottom: 1px solid #4C5255;
}
.header__exterior .nav__staff__exterior a:hover {
  filter: contrast(128%);
  opacity: unset;
}
.header__exterior .nav__salon {
  position: relative;
}
.header__exterior .nav__salon__label {
  font-size: clamp(12px, 1.171875vw, 15px);
  font-weight: 700;
  padding: 10px 0;
  cursor: pointer;
}
.header__exterior .nav__salon__exterior {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  border-radius: 0 0 4px 4px;
}
.header__exterior .nav__salon__exterior a {
  display: block;
  color: #ffffff;
  background-color: rgba(76, 82, 85, 0.9);
  padding: 16px 32px;
  transition: filter 0.5s;
  font-weight: normal;
}
.header__exterior .nav__salon__exterior a:first-child {
  border-radius: 0 4px 0 0;
}
.header__exterior .nav__salon__exterior a:last-child {
  border-radius: 0 0 4px 4px;
}
.header__exterior .nav__salon__exterior a:not(:last-child) {
  border-bottom: 1px solid #4C5255;
}
.header__exterior .nav__salon__exterior a:hover {
  filter: contrast(128%);
  opacity: unset;
}

@media (max-width: 767px) {
  .header__exterior .nav__staff__label {
    font-size: 15px;
    font-weight: normal;
    padding: 25px 0 25px 10%;
  }
  .header__exterior .nav__staff__exterior {
    position: static;
    left: unset;
    top: unset;
    border-radius: unset;
    box-shadow: unset;
    padding: 0 0 10px 0;
  }
  .header__exterior .nav__staff__exterior a {
    width: 100%;
    display: block;
    color: #ffffff;
    font-weight: normal;
    background-color: unset;
    padding: 16px 0 16px 20%;
    padding-left: 20% !important;
    transition: unset;
  }
  .header__exterior .nav__staff__exterior a::after {
    content: unset;
  }
  .header__exterior .nav__staff__exterior a:first-child {
    border-radius: unset;
  }
  .header__exterior .nav__staff__exterior a:last-child {
    border-radius: unset;
  }
  .header__exterior .nav__staff__exterior a:not(:last-child) {
    border-bottom: unset;
  }
  .header__exterior .nav__staff__exterior a:not(:first-child) {
    border-top: unset;
  }
  .header__exterior .nav__staff__exterior a:hover {
    filter: contrast(128%);
    opacity: unset;
  }

  .header__exterior .nav__salon__label {
    font-size: 15px;
    font-weight: normal;
    padding: 25px 0 25px 10%;
  }
  .header__exterior .nav__salon__exterior {
    position: static;
    left: unset;
    top: unset;
    border-radius: unset;
    box-shadow: unset;
    padding: 0 0 10px 0;
  }
  .header__exterior .nav__salon__exterior a {
    width: 100%;
    display: block;
    color: #ffffff;
    font-weight: normal;
    background-color: unset;
    padding: 16px 0 16px 20%;
    padding-left: 20% !important;
    transition: unset;
  }
  .header__exterior .nav__salon__exterior a::after {
    content: unset;
  }
  .header__exterior .nav__salon__exterior a:first-child {
    border-radius: unset;
  }
  .header__exterior .nav__salon__exterior a:last-child {
    border-radius: unset;
  }
  .header__exterior .nav__salon__exterior a:not(:last-child) {
    border-bottom: unset;
  }
  .header__exterior .nav__salon__exterior a:not(:first-child) {
    border-top: unset;
  }
  .header__exterior .nav__salon__exterior a:hover {
    filter: contrast(128%);
    opacity: unset;
  }
}
.header__exterior .nav__hot__label {
  color: #ffffff;
  padding: 19px clamp(10px, 2.34375vw, 30px) 16px;
  padding: 19px min(30px, 8vw) 16px;
  background-color: #fff;
  cursor: pointer;
  color: #9A9A9A;
  padding: 17px clamp(10px, 2.34375vw, 30px) 14px;
  padding: 17px min(30px, 8vw) 14px;
}
.header__exterior .nav__hot__label:hover {
  opacity: unset;
}

.header__exterior .language {
  position: relative;
}
.header__exterior .language .nav__hot__label {
  color: #fff;
  padding: 17px clamp(10px, 2.34375vw, 30px) 14px;
  padding: 17px min(30px, 8vw) 14px;
  transition: background-color 0.5s, color 0.5s, border-color 0.5s;
  background: #4C5255;
  color: #ffffff;
  padding: 19px clamp(10px, 2.34375vw, 30px) 16px;
  padding: 19px min(30px, 8vw) 16px;
}
.header__exterior .language .nav__hot__label:hover {
  color: #ffffff;
  background-color: #4C5255;
  border-color: #4C5255;
}
.header__exterior .language .nav__instagram {
  display: none;
}
@media (max-width: 767px) {
  .header__exterior .language {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: none !important;
    padding: 0 33px;
    margin-top: 32px;
  }
  .header__exterior .language .nav__instagram {
    display: block;
    padding: 0 0 0 8px !important;
    border: unset;
  }
  .header__exterior .language .nav__instagram img {
    height: 50px;
    filter: brightness(200);
  }
  .header__exterior .language .language__switcher {
    display: none;
  }
  .header__exterior .language::after {
    content: unset;
  }

  .header__exterior .nav__salon__exterior {
    position: static;
    left: unset;
    top: unset;
    border-radius: unset;
    box-shadow: unset;
    padding: 0 0 10px 0;
  }
  .header__exterior .nav__salon__exterior a {
    width: 100%;
    display: block;
    color: #ffffff;
    font-weight: normal;
    background-color: unset;
    padding: 16px 0 16px 20%;
    padding-left: 20% !important;
    transition: unset;
  }
}
.header__exterior .reserve {
  position: relative;
}
.header__exterior .reserve__label {
  color: #ffffff;
  padding: 19px clamp(10px, 2.34375vw, 30px) 16px;
  padding: 19px min(30px, 8vw) 16px;
  background-color: #fff;
  cursor: pointer;
  color: #9A9A9A;
  padding: 17px clamp(10px, 2.34375vw, 30px) 14px;
  padding: 17px min(30px, 8vw) 14px;
  border: 2px solid #9A9A9A;
}
.header__exterior .reserve__label:hover {
  opacity: unset;
}
.header__exterior .reserve .reservation {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 2px);
  border-radius: 4px 0 4px 4px;
}
.header__exterior .reserve .reservation a {
  display: block;
  color: #ffffff;
  background-color: rgba(76, 82, 85, 0.9);
  padding: 16px 32px;
  transition: filter 0.5s;
}
.header__exterior .reserve .reservation a:first-child {
  border-radius: 4px 0 0 0;
}
.header__exterior .reserve .reservation a:last-child {
  border-radius: 0 0 4px 4px;
}
.header__exterior .reserve .reservation a:not(:last-child) {
  border-bottom: 1px solid #4C5255;
}
.header__exterior .reserve .reservation a:hover {
  filter: contrast(128%);
  opacity: unset;
}

.header__exterior .reserve .reservation .reservation__label {
  display: block;
  color: #ffffff;
  background-color: rgba(76, 82, 85, 0.9);
  padding: 16px 32px;
  transition: filter 0.5s;
}
.header__exterior .reserve .reservation .reservation__label:first-child {
  border-radius: 4px 0 0 0;
}
.header__exterior .reserve .reservation .reservation__label:last-child {
  border-radius: 0 0 4px 4px;
}
.header__exterior .reserve .reservation .reservation__label:not(:last-child) {
  border-bottom: 1px solid #4C5255;
}
.header__exterior .reserve .reservation .reservation__label:hover {
  filter: contrast(128%);
  opacity: unset;
}

.header__exterior .reserve .reservation2 {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 2px);
  border-radius: 4px 0 4px 4px;
}
.header__exterior .reserve .reservation2 a {
  display: block;
  color: #ffffff;
  background-color: rgba(76, 82, 85, 0.9);
  padding: 16px 32px;
  transition: filter 0.5s;
}
.header__exterior .reserve .reservation2 a:first-child {
  border-radius: 4px 0 0 0;
}
.header__exterior .reserve .reservation2 a:last-child {
  border-radius: 0 0 4px 4px;
}
.header__exterior .reserve .reservation2 a:not(:last-child) {
  border-bottom: 1px solid #4C5255;
}
.header__exterior .reserve .reservation2 a:hover {
  filter: contrast(128%);
  opacity: unset;
}

.header__exterior .nav__hot__exterior {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 2px);
  border-radius: 0px 4px 4px 4px;
}
.header__exterior .nav__hot__exterior a {
  display: block;
  color: #ffffff;
  background-color: rgba(76, 82, 85, 0.9);
  padding: 16px 32px;
  transition: filter 0.5s;
}
.header__exterior .nav__hot__exterior a:first-child {
  border-radius: 0 4px 0 0;
}
.header__exterior .nav__hot__exterior a:last-child {
  border-radius: 0 0 4px 4px;
}
.header__exterior .nav__hot__exterior a:not(:last-child) {
  border-bottom: 1px solid #4C5255;
}
.header__exterior .nav__hot__exterior a:hover {
  filter: contrast(128%);
  opacity: unset;
}

@media (max-width: 767px) {
  .header__exterior .reserve {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
  }
  .header__exterior .reserve__label {
    color: #ffffff;
    font-size: 15px;
    padding: 25px 0 25px 10%;
    background-color: unset;
    cursor: unset;
  }
  .header__exterior .reserve .reservation {
    position: static;
    right: unset;
    top: unset;
    border-radius: unset;
    box-shadow: unset;
    padding-bottom: 10px;
  }
  .header__exterior .reserve .reservation a {
    display: block;
    color: #ffffff;
    background-color: unset;
    padding: 16px 0 16px 30%;
    padding-left: 20% !important;
    transition: filter 0.5s;
  }
  .header__exterior .nav__hot__exterior a::after {
    content: unset;
  }
  .header__exterior .nav__hot__exterior a:not(:last-child) {
    border-bottom: unset;
  }

  .header__exterior .nav__hot__exterior {
    position: static;
    right: unset;
    top: unset;
    border-radius: unset;
    box-shadow: unset;
    padding-bottom: 10px;
  }
  .header__exterior .nav__hot__exterior a {
    display: block;
    color: #ffffff;
    background-color: unset;
    padding: 16px 0 16px 30%;
    padding-left: 20% !important;
    transition: filter 0.5s;
  }
  .header__exterior .nav__hot__exterior a::after {
    content: unset;
  }
  .header__exterior .nav__hot__exterior a:not(:last-child) {
    border-bottom: unset;
  }

  .header__exterior .nav__hot__exterior a::after {
    content: unset;
  }
  .header__exterior .nav__hot__exterior a:first-child {
    border-radius: unset;
  }
  .header__exterior .nav__hot__exterior a:last-child {
    border-radius: unset;
  }
  .header__exterior .nav__hot__exterior a:not(:last-child) {
    border-bottom: unset;
  }
  .header__exterior .nav__hot__exterior a:not(:first-child) {
    border-top: unset;
  }
  .header__exterior .nav__hot__exterior a:hover {
    filter: contrast(128%);
    opacity: unset;
  }
}
.header__exterior .ignition {
  display: none;
  box-sizing: content-box;
  width: 24px;
  height: 17px;
  background-color: transparent;
  padding: 8px 8px 8px 16px;
}
@media (max-width: 767px) {
  .header__exterior .ignition {
    display: block;
    z-index: 1;
  }
}
.header__exterior .ignition__exterior {
  position: relative;
  display: block;
  width: 24px;
  height: 19px;
  background-color: transparent;
  transition: all 0.4s;
  box-sizing: border-box;
}
.header__exterior .ignition__exterior span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #3B4043;
  transform-origin: left center;
}
.header__exterior .ignition__exterior span:nth-of-type(1) {
  top: 0;
}
.header__exterior .ignition__exterior span:nth-of-type(2) {
  top: 8px;
}
.header__exterior .ignition__exterior span:nth-of-type(3) {
  bottom: 0;
}
.header__exterior .ignition.active span:nth-of-type(1) {
  width: 14px;
  transform: translate(-2px, 9px) rotate(-45deg);
  border-radius: 1.5px;
}
.header__exterior .ignition.active span:nth-of-type(2) {
  border-radius: 1.5px;
}
.header__exterior .ignition.active span:nth-of-type(3) {
  width: 14px;
  transform: translate(-2px, -9px) rotate(45deg);
  border-radius: 1.5px;
}

.fixed-Reserve {
  display: none;
}
@media (max-width: 767px) {
  .fixed-Reserve {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .fixed-Reserve .fReserve {
    position: relative;
  }
  .fixed-Reserve .fReserve__label {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    padding: 16px 0;
    background-color: rgba(76, 82, 85, 0.9);
  }
  .fixed-Reserve .fReservation {
    display: none;
    position: absolute;
    right: 8px;
    bottom: calc(100% + 2px);
    border-radius: 4px 4px 0 0;
  }
  .fixed-Reserve .fReservation a {
    display: block;
    color: #ffffff;
    background-color: rgba(76, 82, 85, 0.9);
    padding: 16px 32px;
    transition: filter 0.5s;
    text-decoration: none;
  }
  .fixed-Reserve .fReservation a:first-child {
    border-radius: 4px 4px 0 0;
  }
  .fixed-Reserve .fReservation a:not(:last-child) {
    border-bottom: 1px solid #4C5255;
  }
  .fixed-Reserve .fReservation a:hover {
    filter: contrast(200%);
    opacity: unset;
  }
}

.kotei-foot {
  display: none;
}
.fixed-Reserve-single {
  display: none;
}

.slide-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slide-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slide-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slide-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slide-dots li button:hover,
.slide-dots li button:focus
{
    outline: none;
}
.slide-dots li button:hover:before,
.slide-dots li button:focus:before
{
    opacity: 1;
}
.slide-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '●';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slide-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


@media (min-width: 768px) {
  #menu-wp_nav_header li:first-child	 {
    display: none!important;
  }

  .pc_none {
    display: none!important;
  }
}

.annex-none {
  display: none!important;
}

@media (max-width: 767px) {
  .slide-dots li button {
    width: 14px;
    height: 14px;
  }

  .slide-dots li button:before
  {
      font-family: 'slick';
      line-height: 14px;
      width: 14px;
      height: 14px;
  }

  .kotei-foot {
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    width: 100%;
  }

  .footer {
    margin-bottom: 40px;
  }

  .fixed-Reserve-single {
    display: block;
    width: 100%;
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    padding: 18px 0 14px;
    background-color: rgba(76, 82, 85, 0.9);
  }

  .kotei-foot2 {
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    width: 100%;
  }

  .fixed-Reserve-single2 {
    border: none!important;
    background-color: rgba(229, 165, 158, 0.9)!important;
  }

  .fixed-Reserve-single-web {
    color: #3B4043!important;
    background-color: rgba(255, 255, 255, 0.9)!important;
    border: #3B4043 solid 1px;
  }

  .fixed-Reserve-single-web a {
    color: #3B4043!important;
  }

  .header__exterior .reserve__label {
    border: none!important;
  }
}

.section-feature {
  max-width: 1280px;
  margin: 0 auto min(13.90625vw, 178px);
}
.section-feature h2 {
  margin-bottom: min(6.796875vw, 87px);
}
.section-feature .features {
  width: 77.10937%;
  margin: 0 auto;
}
.section-feature .feature {
  display: flex;
  justify-content: space-between;
}
.section-feature .feature:nth-child(even) {
  flex-direction: row-reverse;
}
.section-feature .feature:not(:last-child) {
  margin-bottom: min(8.984375vw, 115px);
}
.section-feature .feature__image {
  width: 44.57953%;
}
.section-feature .feature__image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.section-feature .feature__interior {
  width: 42.55319%;
}
.section-feature .feature__h3 {
  font-size: 20px;
  color: #414850;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
  margin-bottom: 15px;
}
.section-feature .feature__text {
  line-height: 1.5;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 24px;
}
.section-feature .feature__more {
  text-align: center;
}
.section-feature .feature__more .feature__more__anchor {
  display: inline-flex;
  width: 330px;
  height: 60px;
  justify-content: center;
  align-items: center;
  color: inherit;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  border: 2px solid #3B4043;
  transition: background-color 0.5s, color 0.5s;
}
.section-feature .feature__more .feature__more__anchor:hover {
  background-color: #3B4043;
  color: #ffffff;
}
h2.section-feature__h2 {
  font-size: 48px!important;
}
@media (max-width: 767px) {
  .main-menu-list {
    display: none;
  }
  .nav__hot__label {
    display: none!important;
  }
  .section-feature {
    max-width: unset;
    width: 90%;
    margin: 0 auto 90px;
  }
  .section-feature .features {
    width: 100%;
    margin: unset;
  }
  .section-feature .feature {
    display: block;
    justify-content: unset;
  }
  .section-feature .feature:nth-child(even) {
    flex-direction: unset;
  }
  .section-feature .feature:not(:last-child) {
    margin-bottom: 64px;
  }
  .section-feature .feature__image {
    width: 100%;
    margin-bottom: 25px;
  }
  .section-feature .feature__image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
  }
  .section-feature .feature__interior {
    width: 100%;
  }
  .section-feature .feature__h3 {
    font-size: 16px;
    font-weight: 700;
  }
  .section-feature .feature__text {
    line-height: 1.8;
    font-size: 12px;
    margin-bottom: 24px;
  }
  .section-feature .feature__more .feature__more__anchor {
    width: 48vw;
    height: 47px;
  }
  .section-feature .feature__more .feature__more__anchor:hover {
    background-color: #3B4043;
    color: #ffffff;
  }

  h2.section-feature__h2 {
    font-size: 28px!important;
  }
}

.main-menu {
  position: relative;
  color: #ffffff;
  padding: 19px clamp(10px, 2.34375vw, 30px) 16px;
  padding: 19px min(30px, 8vw) 16px;
  background-color: #fff;
  cursor: pointer;
  color: #9A9A9A;
  padding: 17px clamp(10px, 2.34375vw, 30px) 14px;
  padding: 17px min(30px, 8vw) 14px;
  border: 2px solid #9A9A9A;
  margin-right: min(20px, 4vw);
}

.fa-angle-down {
  padding-left: 5px;
  cursor: pointer;
}

.category {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 4px);
  border-radius: 4px 0 4px 4px;
  max-height: calc(100vh - 80px);/* 追加分 */
  overflow-y: scroll;/* 追加分 */
}

.category .category_click {
  display: block;
  color: #ffffff;
  background-color: rgba(76, 82, 85, 0.9);
  padding: 16px 32px;
  transition: filter 0.5s;
  font-weight: normal;
}

.category > div:not(:last-child) {
    border-bottom: 1px solid #4C5255;
}

.category div:first-child {
    border-radius: 4px 0 0 0;
}

.category .category_click:last-child {
    border-radius: 0 0 4px 4px;
}

.category div a {
  color: #ffffff;
  text-decoration: none;
  text-decoration: none;
  font-size: inherit;
  font-weight: 700;
  white-space: nowrap;
}

.fa-minus {
  padding-left: 0;
}

.close::after {
  transform: rotate(90deg);
}

.item-list > div {
    display: block;
    color: #ffffff;
    transition: filter 0.5s;
    font-weight: normal;
}

.tenpo {
  display: block;
}

.item-list div a {
  color: #ffffff;
  text-decoration: none;
  padding-top: 32px;
  display: block;
  font-size: inherit;
  font-weight: 700;
  white-space: nowrap;
  padding-bottom: 0;
}

.main-menu2 {
  display: block;
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: 700;
  white-space: nowrap;
  padding: 10px 0;
  transition: opacity 0.3s;
}

.main-menu2 .tenpo {
  padding: 0;
}

.main-menu2 .category {
  top: calc(100% + 0px);
}

@media (min-width: 768px) {
  .main-menu-list2 .nav__salon__exterior {
    display: none;
  }
  .pc_none {
    display: none;
  }
}

.mg-40 {
  margin-bottom: 60px!important;
}

.contact__submit {
  margin-top: 40px;
}

.slide-btn {
  margin-left: 2.18125%;
}

.slide-btn .salon__info {
    display: flex;
    width: 330px;
    height: 60px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: inherit;
    text-decoration: none;
    border: 2px solid #3B4043;
}

.slide-btn .salon__info:hover {
    background-color: #3B4043;
    color: #ffffff;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.slide-btn h3 {
  font-size: 30px;
  color: #000000;
  margin-bottom: 12px;
}

.slider-1 {
  position: relative;
}

.slide-btn {
  position: absolute;
  bottom: 50px;
}

.news_area {
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.news_box {
  background: #F2F2F2;
  border: solid 1px #4E4E4E;
  padding: 40px 60px;
  max-width: 820px;
  margin: 0 auto;
}

.news_box p {
  font-size: 15px;
  text-align: left;
  color: #3B4043;
  font-weight: 300;
  line-height: 1.8;
}

.news_box p span {
  font-size: 18px;
  display: block;
  padding-bottom: 6px;
  font-weight: normal;
}

h3.partner {
  font-size: 30px;
  color: #000000;
  margin-bottom: 25px;
  padding-top: 25px;
  text-align: center;
}

p.partner_txt {
  line-height: 1.8;
  font-style: normal;
  font-size: 18px;
  margin-bottom: 0px;
  text-align: center;
}

.partner_txt a {
  color: #000;
  text-decoration: underline;
}

.partner_txt a:hover {
  color: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (max-width: 767px) {
  h3.partner {
    font-size: 20px;
    margin-bottom: 16px;
    padding-top: 5px;
  }

  p.partner_txt {
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 0px;
  }

  .news_area {
      width: 91.40625%;
      margin: 0 auto;
      margin-bottom: 60px;
  }

  .news_box {
    background: #F2F2F2;
    border: solid 1px #4E4E4E;
    padding: 25px;
    max-width: 100%;
    margin: 0 auto;
  }

  .news_box p {
    font-size: 12px;
    text-align: left;
    color: #3B4043;
    font-weight: 300;
    line-height: 1.8;
  }

  .news_box p span {
    font-size: 14px;
    display: block;
    padding-bottom: 6px;
    font-weight: normal;
  }

  .sp_none {
    display: none;
  }
  .main-menu-list2 {
    font-weight: normal;
    font-size: 15px;
    padding-top: 25px;
    padding-left: 10%;
    padding-bottom: 25px;
    display: flex;
    justify-content: space-between;
  }

  .main-menu2 {
    padding: 0;
  }

  .main-menu-list2::after {
    content: url(../images/head/nav__after.png);
    height: 14px;
    margin-right: 26px;
    transition: transform 0.5s ease-in-out;
  }

  .nav__staff__exterior a {
    width: 100%;
    display: block;
    color: #ffffff;
    font-weight: normal;
    background-color: unset;
    padding: 16px 0 16px 20%;
    padding-left: 20% !important;
    transition: unset;
    font-weight: normal;
    font-size: 15px;
  }
}

.footer .copyright {
  text-align: center;
  font-size: 15px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .footer .copyright {
    font-size: 12px;
    margin-bottom: 88px;
  }
}
.footer .copyright-fixed {
  margin-bottom: 76px;
}
