@charset "UTF-8";
/**
 * scss setting
 */
/* ==========================================================================
   #fanction
========================================================================== */
/* ==========================================================================
   #mixin
========================================================================== */
/* ==========================================================================
   #general
========================================================================== */
body {
  color: #000000;
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal; }

img {
  max-width: 100%;
  height: auto; }

p, li, td, dt, dd, h1, h2, h3, h4, h5 {
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 2; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* font size */
html, body {
  font-size: .833333vw; }

@media screen and (max-width: 1400px) {
  html, body {
    font-size: 1vw; } }
@media screen and (max-width: 960px) {
  html, body {
    font-size: 2.083333vw; } }
@media screen and (max-width: 580px) {
  html, body {
    font-size: 14px; } }
@media screen and (max-width: 320px) {
  html, body {
    font-size: 3.466666vw; } }
/**
 * common css
 */
/* ==========================================================================
   #common
========================================================================== */
._spBlock {
  display: none; }

._secTop {
  padding-top: 12.5rem; }

._secWrap {
  padding-left: 15.625rem;
  padding-right: 15.625rem; }

.c-cap h2 {
  font-family: YakuHanMP, "Times New Roman", Times, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  color: #7A8EA2;
  font-size: 3.125rem;
  line-height: 1.6; }
.c-cap p {
  font-size: 1.125rem; }

@media screen and (max-width: 1400px) {
  ._secWrap {
    padding-left: 7.5rem;
    padding-right: 7.5rem; } }
@media screen and (max-width: 960px) {
  ._spBlock {
    display: block; }

  ._spNone {
    display: none; }

  ._secTop {
    padding-top: 5.3846153846rem; }

  ._secWrap {
    padding-left: 1.9230769231rem;
    padding-right: 1.9230769231rem; }

  .c-cap h2 {
    font-size: 2.4615384615rem; }
  .c-cap p {
    font-size: 1rem; } }
/**
 * header css
 */
/* ==========================================================================
   #header
========================================================================== */
.header-logo {
  position: absolute;
  top: 3.125rem;
  left: 3.125rem;
  z-index: 10; }
  .header-logo .header-logo-inner a img {
    width: 9.375rem; }

.header-pcNav {
  position: absolute;
  left: 28.125rem;
  bottom: 2.5625rem;
  z-index: 10; }
  .header-pcNav .header-pcNav-inner .header-pcNav-list {
    display: flex; }
    .header-pcNav .header-pcNav-inner .header-pcNav-list .list__item {
      line-height: 1.125rem;
      margin-right: 2.5rem;
      padding-right: 2.5rem;
      position: relative; }
      .header-pcNav .header-pcNav-inner .header-pcNav-list .list__item:last-child::before {
        display: none; }
      .header-pcNav .header-pcNav-inner .header-pcNav-list .list__item::before {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background: #ffffff; }
      .header-pcNav .header-pcNav-inner .header-pcNav-list .list__item a {
        font-family: YakuHanMP, "Times New Roman", Times, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
        color: #ffffff;
        display: block;
        font-size: 1.125rem;
        transition: opacity .25s; }
        .header-pcNav .header-pcNav-inner .header-pcNav-list .list__item a:hover {
          opacity: .7; }

.header-spNav {
  display: none; }

.header-toggle {
  display: none; }

.header-icon {
  position: absolute;
  top: 1.875rem;
  right: 1.6875rem;
  z-index: 10; }
  .header-icon .header-icon-item {
    margin-bottom: 0.625rem; }
    .header-icon .header-icon-item a {
      width: 2.875rem;
      height: 2.875rem;
      background: #586776;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background .25s; }
      .header-icon .header-icon-item a:hover {
        background: #5f7890; }
      .header-icon .header-icon-item a img {
        width: 55%; }

.header-btn {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 31.875rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  z-index: 80; }
  .header-btn .btn__item:nth-child(2) a {
    background: #9A9A9A; }
    .header-btn .btn__item:nth-child(2) a:hover {
      background: #808080; }
  .header-btn .btn__item:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 3; }
    .header-btn .btn__item:nth-child(3) a {
      background: #AFB55D; }
      .header-btn .btn__item:nth-child(3) a:hover {
        background: #A2A93E; }
  .header-btn .btn__item a {
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4.375rem;
    font-size: 1.125rem;
    transition: background .25s; }
    .header-btn .btn__item a:hover {
      background: #333333; }
    .header-btn .btn__item a img {
      width: 1.875rem; }
    .header-btn .btn__item a span {
      color: #ffffff;
      margin: 0 1.25rem; }

@media screen and (max-width: 1400px) {
  .header-pcNav {
    left: 15.625rem; } }
@media screen and (max-width: 960px) {
  .header-logo {
    top: 1.2307692308rem;
    left: 1.5384615385rem; }
    .header-logo .header-logo-inner a img {
      width: 7.6923076923rem; }

  .header-pcNav {
    display: none; }

  .header-spNav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    background: #ffffff;
    padding: 6.1538461538rem 3.0769230769rem 0;
    z-index: 90; }
    .header-spNav .header-spNav-inner {
      overflow-y: scroll;
      height: 100%;
      padding-bottom: 9.2307692308rem; }
      .header-spNav .header-spNav-inner::-webkit-scrollbar {
        display: none; }
    .header-spNav .header-spNav-menu .header-spNav-list .list__item {
      border-bottom: solid #9A9A9A 1px;
      line-height: 1.6;
      text-align: center; }
      .header-spNav .header-spNav-menu .header-spNav-list .list__item a {
        font-size: 0.8461538462rem;
        display: block;
        padding: 1.1538461538rem 0; }
        .header-spNav .header-spNav-menu .header-spNav-list .list__item a span {
          font-family: YakuHanMP, "Times New Roman", Times, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
          color: #7A8EA2;
          display: block;
          font-size: 1.5384615385rem; }
    .header-spNav .header-spNav-logo {
      margin-top: 4.6153846154rem;
      text-align: center; }
      .header-spNav .header-spNav-logo img {
        width: 7.6923076923rem; }
    .header-spNav .header-spNav-copy {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%; }
      .header-spNav .header-spNav-copy p {
        font-family: YakuHanMP, "Times New Roman", Times, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
        background: #F7F7F7;
        font-size: 0.8461538462rem;
        padding: 0.7692307692rem 0;
        text-align: center; }

  .header-toggle {
    display: block;
    position: fixed;
    top: 1.5384615385rem;
    right: 1.5384615385rem;
    width: 36px;
    height: 37px;
    background: #ffffff;
    z-index: 100; }
    .header-toggle span {
      position: absolute;
      left: 10px;
      width: 16px;
      height: 1px;
      background: #7A8EA2; }
      .header-toggle span:nth-child(1) {
        top: 13px; }
      .header-toggle span:nth-child(2) {
        top: 18px; }
      .header-toggle span:nth-child(3) {
        bottom: 13px; }

  .header-icon {
    display: none; }

  .header-btn {
    width: 100%; }
    .header-btn .btn__item a {
      height: 3.5384615385rem;
      font-size: 1rem; }
      .header-btn .btn__item a img {
        width: 1.8461538462rem; }
      .header-btn .btn__item a span {
        margin: 0 0.9230769231rem; } }
/**
 * footer css
 */
/* ==========================================================================
   #footer
========================================================================== */
.l-footer {
  background: #7A8EA2; }

.footer-conte {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 5rem; }
  .footer-conte .footer-conte-logo img {
    width: 10.625rem; }
  .footer-conte .footer-conte-nav {
    margin-left: 7.5rem; }
    .footer-conte .footer-conte-nav .footer-conte-nav-list {
      display: flex;
      column-gap: 3.75rem; }
      .footer-conte .footer-conte-nav .footer-conte-nav-list .list__item a {
        font-family: YakuHanMP, "Times New Roman", Times, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
        color: #ffffff;
        transition: opacity .25s; }
        .footer-conte .footer-conte-nav .footer-conte-nav-list .list__item a:hover {
          opacity: .7; }

.footer-copy {
  border-top: solid #ffffff 1px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }
  .footer-copy p {
    font-family: YakuHanMP, "Times New Roman", Times, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
    color: #ffffff;
    font-size: 0.875rem;
    text-align: center; }

@media screen and (max-width: 960px) {
  .footer-conte {
    display: block;
    padding-top: 3.8461538462rem;
    padding-bottom: 2.3076923077rem; }
    .footer-conte .footer-conte-logo {
      text-align: center; }
      .footer-conte .footer-conte-logo img {
        width: 9.2307692308rem; }
    .footer-conte .footer-conte-nav {
      margin-top: 2.3076923077rem;
      margin-left: 0; }
      .footer-conte .footer-conte-nav .footer-conte-nav-list {
        display: block;
        column-gap: 0; }
        .footer-conte .footer-conte-nav .footer-conte-nav-list .list__item {
          text-align: center; }

  .footer-copy {
    padding-top: 1.9230769231rem;
    padding-bottom: 2.3076923077rem; }
    .footer-copy p {
      font-size: 0.8461538462rem; } }
/**
 * index css
 */
/* ==========================================================================
   #index
========================================================================== */
.p-index-hero {
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  padding: 0 6.25rem 6.25rem 0;
  position: relative; }
  .p-index-hero .hero-image {
    width: 100%;
    height: 100%; }
    .p-index-hero .hero-image img {
      object-fit: cover;
      object-position: 50% 20%;
      width: 100%;
      height: 100%; }
  .p-index-hero .hero-label {
    position: absolute;
    top: 3.125rem;
    right: 10rem;
    writing-mode: vertical-rl; }
    .p-index-hero .hero-label p {
      font-size: 1.5rem;
      letter-spacing: .25em;
      margin-right: 0.3125rem; }
      .p-index-hero .hero-label p span {
        background: #ffffff;
        padding: 1.5625rem 0.1875rem 1.25rem; }
  .p-index-hero .hero-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding-right: 0;
    z-index: -1; }
    .p-index-hero .hero-bg .hero-bg-inner {
      width: 100%;
      height: 100%;
      background: #7A8EA2; }

.p-index-message .message_col {
  display: flex;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem; }
  .p-index-message .message_col::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    background: #F7F7F7;
    z-index: -1; }
  .p-index-message .message_col .col__note {
    width: 52.5%;
    margin-top: 3.75rem; }
    .p-index-message .message_col .col__note h2 {
      margin-left: -1.875rem; }
      .p-index-message .message_col .col__note h2 img {
        width: 17.5rem; }
    .p-index-message .message_col .col__note ._cap {
      font-size: 1.5rem;
      font-weight: 600;
      margin-top: 1.25rem; }
    .p-index-message .message_col .col__note ._txt {
      line-height: 2.2;
      margin-top: 1.25rem; }
  .p-index-message .message_col .col__image {
    flex: 1;
    margin-left: 12.5rem; }

.p-index-about .about-body {
  margin-top: 6.25rem; }
  .p-index-about .about-body .about-body-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 7.5rem;
    grid-row-gap: 7.5rem; }
    .p-index-about .about-body .about-body-card .card__item .card__item-image {
      position: relative; }
      .p-index-about .about-body .about-body-card .card__item .card__item-image .card__item-num {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 3.75rem;
        height: 3.75rem;
        font-family: YakuHanMP, "Times New Roman", Times, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
        background: #7A8EA2;
        color: #ffffff;
        font-size: 1.5rem;
        display: flex;
        align-items: center;
        justify-content: center; }
    .p-index-about .about-body .about-body-card .card__item .card__item-note {
      margin-top: 2.5rem; }
      .p-index-about .about-body .about-body-card .card__item .card__item-note h3 {
        font-size: 1.5rem;
        line-height: 1.8; }
      .p-index-about .about-body .about-body-card .card__item .card__item-note p {
        font-feature-settings: "palt";
        text-align: justify;
        text-justify: inter-ideograph;
        margin-top: 0.9375rem; }

.p-index-menu {
  background: #F7F7F7;
  margin-top: 12.5rem;
  padding-bottom: 12.5rem; }
  .p-index-menu .menu-body {
    margin-top: 6.25rem; }
    .p-index-menu .menu-body .menu-body-col {
      position: relative;
      padding-bottom: 5rem; }
      .p-index-menu .menu-body .menu-body-col .col__image {
        width: 50%;
        position: relative;
        z-index: 1; }
      .p-index-menu .menu-body .menu-body-col .col__note {
        width: 55%;
        position: absolute;
        right: 0;
        bottom: 0;
        background: #7A8EA2;
        padding: 5rem 5rem 5rem 8.75rem; }
        .p-index-menu .menu-body .menu-body-col .col__note::before {
          position: absolute;
          content: '';
          right: -1.875rem;
          bottom: 1.25rem;
          width: 6.25rem;
          height: 1px;
          background: #707070;
          transform: rotate(-45deg); }
        .p-index-menu .menu-body .menu-body-col .col__note p {
          color: #ffffff; }
        .p-index-menu .menu-body .menu-body-col .col__note ._cap {
          width: 15.625rem;
          height: 3.625rem;
          border: solid #ffffff 1px;
          border-radius: 1.8125rem;
          font-size: 1.25rem;
          margin-bottom: 1.5625rem;
          display: flex;
          align-items: center;
          justify-content: center; }
  .p-index-menu .menu-foot {
    margin-top: 6.25rem; }
    .p-index-menu .menu-foot .menu-foot-block {
      margin-top: 6.25rem; }
      .p-index-menu .menu-foot .menu-foot-block .block__cap {
        display: flex;
        align-items: baseline; }
        .p-index-menu .menu-foot .menu-foot-block .block__cap h3 {
          font-family: YakuHanMP, "Times New Roman", Times, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
          color: #7A8EA2;
          font-size: 2.125rem; }
        .p-index-menu .menu-foot .menu-foot-block .block__cap p {
          font-size: 1rem;
          margin-left: 1.5625rem; }
      .p-index-menu .menu-foot .menu-foot-block .block__list {
        margin-top: 1.25rem; }
        .p-index-menu .menu-foot .menu-foot-block .block__list .block__list-item {
          display: flex;
          align-items: baseline;
          justify-content: space-between;
          border-top: solid #9A9A9A 1px;
          padding: 1.5625rem 0; }
          .p-index-menu .menu-foot .menu-foot-block .block__list .block__list-item:last-child {
            border-bottom: solid #9A9A9A 1px; }
          .p-index-menu .menu-foot .menu-foot-block .block__list .block__list-item .block__list-name {
            font-size: 1.125rem;
            line-height: 2.2; }
            .p-index-menu .menu-foot .menu-foot-block .block__list .block__list-item .block__list-name span {
              display: block;
              font-size: 0.875rem; }
          .p-index-menu .menu-foot .menu-foot-block .block__list .block__list-item .block__list-price {
            font-family: YakuHanMP, "Times New Roman", Times, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
            text-align: right;
            font-size: 1.25rem;
            line-height: 1.6; }
            .p-index-menu .menu-foot .menu-foot-block .block__list .block__list-item .block__list-price ._red {
              display: block;
              color: red; }
            .p-index-menu .menu-foot .menu-foot-block .block__list .block__list-item .block__list-price ._min {
              font-size: 0.875rem;
              margin-right: 0.3125rem; }

.p-index-commit .commit-head {
  position: relative;
  text-align: center; }
  .p-index-commit .commit-head::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #7A8EA2;
    z-index: -1; }
  .p-index-commit .commit-head h2 {
    color: #7A8EA2;
    background: #ffffff;
    font-size: 2rem;
    font-weight: 600;
    display: inline-block;
    padding: 0 2.5rem; }
.p-index-commit .commit-body .commit-body-block {
  display: flex;
  align-items: center;
  border-bottom: solid #7A8EA2 1px;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem; }
  .p-index-commit .commit-body .commit-body-block .block__image {
    width: 50%;
    padding-right: 5rem; }
  .p-index-commit .commit-body .commit-body-block .block__note {
    width: 50%;
    padding-left: 1.25rem; }
    .p-index-commit .commit-body .commit-body-block .block__note h3 {
      font-size: 1.5rem;
      font-weight: 600; }
    .p-index-commit .commit-body .commit-body-block .block__note p {
      font-feature-settings: "palt";
      text-align: justify;
      text-justify: inter-ideograph;
      margin-top: 1.25rem; }

.p-index-staff .staff-head .staff-head-txt {
  margin-top: 6.25rem; }
.p-index-staff .staff-body {
  margin-top: 2.5rem; }
  .p-index-staff .staff-body .staff-body-block {
    border-bottom: solid #9A9A9A 1px;
    display: flex;
    align-items: center;
    padding: 5rem 0; }
    .p-index-staff .staff-body .staff-body-block .block__image {
      width: 15rem; }
      .p-index-staff .staff-body .staff-body-block .block__image img {
        border-radius: 100%; }
    .p-index-staff .staff-body .staff-body-block .block__note {
      flex: 1;
      margin-left: 6.25rem; }
      .p-index-staff .staff-body .staff-body-block .block__note ._name {
        font-size: 1.5rem;
        font-weight: 600; }
        .p-index-staff .staff-body .staff-body-block .block__note ._name span {
          font-family: YakuHanMP, "Times New Roman", Times, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
          color: #7A8EA2;
          font-size: 0.9375rem;
          font-weight: 400;
          margin-left: 1.875rem; }
      .p-index-staff .staff-body .staff-body-block .block__note ._history {
        display: inline-block;
        background: #F7F7F7;
        font-size: 0.9375rem;
        padding: 0 0.3125rem;
        margin-top: 0.625rem; }
      .p-index-staff .staff-body .staff-body-block .block__note ._comment {
        font-feature-settings: "palt";
        text-align: justify;
        text-justify: inter-ideograph;
        margin-top: 1.25rem; }

.p-index-salon .salon-body {
  margin-top: 6.25rem; }
  .p-index-salon .salon-body .salon-body-col {
    display: flex;
    flex-direction: row-reverse; }
    .p-index-salon .salon-body .salon-body-col .col__image {
      width: 50%;
      padding-left: 5rem; }
    .p-index-salon .salon-body .salon-body-col .col__note {
      width: 50%;
      padding-right: 1.25rem; }
      .p-index-salon .salon-body .salon-body-col .col__note .col__note-cap span {
        display: block;
        font-size: 1.25rem; }
      .p-index-salon .salon-body .salon-body-col .col__note .col__note-list {
        border-top: solid #9A9A9A 1px;
        margin-top: 1.875rem; }
        .p-index-salon .salon-body .salon-body-col .col__note .col__note-list dl {
          display: flex; }
          .p-index-salon .salon-body .salon-body-col .col__note .col__note-list dl dt {
            width: 8.75rem;
            border-bottom: solid #9A9A9A 1px;
            padding: 0.9375rem 0; }
          .p-index-salon .salon-body .salon-body-col .col__note .col__note-list dl dd {
            flex: 1;
            border-bottom: solid #9A9A9A 1px;
            margin-left: 0.625rem;
            padding: 0.9375rem 0; }
      .p-index-salon .salon-body .salon-body-col .col__note .col__note-point {
        display: flex;
        margin-top: 3.125rem; }
        .p-index-salon .salon-body .salon-body-col .col__note .col__note-point li {
          width: 6.25rem;
          height: 6.25rem;
          background: #7A8EA2;
          border-radius: 100%;
          color: #ffffff;
          font-weight: 600;
          line-height: 1.6;
          margin-right: 0.9375rem;
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: center; }
.p-index-salon .salon-foot {
  margin-top: 12.5rem; }
  .p-index-salon .salon-foot iframe {
    width: 100% !important;
    height: 37.5rem; }

@media screen and (max-width: 960px) {
  .p-index-hero {
    padding: 6.1538461538rem 1.5384615385rem 7.0769230769rem 0; }
    .p-index-hero .hero-image img {
      object-fit: cover;
      object-position: 37.5% 0; }
    .p-index-hero .hero-label {
      top: auto;
      right: 0;
      bottom: 9.2307692308rem;
      writing-mode: horizontal-tb; }
      .p-index-hero .hero-label p {
        font-size: 1.2307692308rem;
        letter-spacing: .1em;
        margin-right: 0;
        margin-top: 0.2307692308rem; }
        .p-index-hero .hero-label p span {
          padding: 0.3846153846rem 0.7692307692rem 0.3846153846rem; }
    .p-index-hero .hero-bg {
      height: 80%;
      padding-left: 0; }

  .p-index-message {
    padding-top: 0; }
    .p-index-message .message_col {
      display: block;
      padding-top: 1.5384615385rem;
      padding-left: 0;
      padding-bottom: 0; }
      .p-index-message .message_col::before {
        width: 85%;
        height: 90%; }
      .p-index-message .message_col .col__note {
        width: 100%;
        padding-left: 1.9230769231rem;
        margin-top: 3.0769230769rem; }
        .p-index-message .message_col .col__note h2 {
          margin-left: -0.7692307692rem; }
          .p-index-message .message_col .col__note h2 img {
            width: 16.9230769231rem; }
        .p-index-message .message_col .col__note ._cap {
          font-size: 1.3846153846rem;
          margin-top: 1.5384615385rem; }
        .p-index-message .message_col .col__note ._txt {
          font-feature-settings: "palt";
          text-align: justify;
          text-justify: inter-ideograph;
          margin-top: 1.1538461538rem; }
      .p-index-message .message_col .col__image {
        margin-top: 3.8461538462rem;
        margin-left: 0;
        width: 80%; }

  .p-index-about .about-body {
    margin-top: 3.0769230769rem; }
    .p-index-about .about-body .about-body-card {
      grid-template-columns: repeat(1, 1fr);
      grid-column-gap: 0;
      grid-row-gap: 3.8461538462rem; }
      .p-index-about .about-body .about-body-card .card__item .card__item-image .card__item-num {
        width: 3.2307692308rem;
        height: 3.2307692308rem;
        font-size: 1.3846153846rem; }
      .p-index-about .about-body .about-body-card .card__item .card__item-note {
        margin-top: 2.3076923077rem; }
        .p-index-about .about-body .about-body-card .card__item .card__item-note h3 {
          font-size: 1.3076923077rem;
          line-height: 1.8; }
        .p-index-about .about-body .about-body-card .card__item .card__item-note p {
          margin-top: 0.7692307692rem; }

  .p-index-menu {
    background: #F7F7F7;
    margin-top: 5.3846153846rem;
    padding-bottom: 5.3846153846rem; }
    .p-index-menu .menu-body {
      padding-left: 0;
      padding-right: 0;
      margin-top: 3.8461538462rem; }
      .p-index-menu .menu-body .menu-body-col {
        padding-bottom: 0; }
        .p-index-menu .menu-body .menu-body-col .col__image {
          width: 100%;
          padding-right: 1.9230769231rem; }
        .p-index-menu .menu-body .menu-body-col .col__note {
          width: calc(100% - 1.9230769231rem);
          position: relative;
          right: auto;
          bottom: auto;
          padding: 9.2307692308rem 2.3076923077rem 3.0769230769rem 2.3076923077rem;
          margin-top: -6.1538461538rem;
          margin-left: auto; }
          .p-index-menu .menu-body .menu-body-col .col__note::before {
            left: -1.3076923077rem;
            right: auto;
            bottom: 0.6153846154rem;
            width: 3.8461538462rem;
            transform: rotate(45deg); }
          .p-index-menu .menu-body .menu-body-col .col__note p {
            font-feature-settings: "palt";
            text-align: justify;
            text-justify: inter-ideograph; }
          .p-index-menu .menu-body .menu-body-col .col__note ._cap {
            width: 14.6153846154rem;
            height: 3.2307692308rem;
            border-radius: 1.6153846154rem;
            font-size: 1.2307692308rem;
            margin-bottom: 1.1538461538rem; }
    .p-index-menu .menu-foot {
      margin-top: 4.6153846154rem; }
      .p-index-menu .menu-foot .menu-foot-block {
        margin-top: 3.8461538462rem; }
        .p-index-menu .menu-foot .menu-foot-block .block__cap {
          display: block; }
          .p-index-menu .menu-foot .menu-foot-block .block__cap h3 {
            font-size: 1.8461538462rem;
            line-height: 1.5; }
          .p-index-menu .menu-foot .menu-foot-block .block__cap p {
            font-size: 1rem;
            margin-left: 0; }
        .p-index-menu .menu-foot .menu-foot-block .block__list {
          margin-top: 1.5384615385rem; }
          .p-index-menu .menu-foot .menu-foot-block .block__list .block__list-item {
            display: block;
            padding: 1.3846153846rem 0 1.1538461538rem; }
            .p-index-menu .menu-foot .menu-foot-block .block__list .block__list-item .block__list-name {
              font-size: 1.1538461538rem;
              line-height: 1.8; }
              .p-index-menu .menu-foot .menu-foot-block .block__list .block__list-item .block__list-name span {
                font-size: 0.8461538462rem;
                margin-top: 0.2307692308rem; }
            .p-index-menu .menu-foot .menu-foot-block .block__list .block__list-item .block__list-price {
              font-size: 1.3846153846rem;
              line-height: 1.5; }
              .p-index-menu .menu-foot .menu-foot-block .block__list .block__list-item .block__list-price ._min {
                font-size: 0.8461538462rem;
                margin-right: 0.3846153846rem; }

  .p-index-commit .commit-head h2 {
    font-size: 1.3076923077rem;
    padding: 0 1.9230769231rem; }
  .p-index-commit .commit-body .commit-body-block {
    display: block;
    padding-top: 3.8461538462rem;
    padding-bottom: 3.8461538462rem; }
    .p-index-commit .commit-body .commit-body-block .block__image {
      width: 100%;
      padding-right: 0; }
    .p-index-commit .commit-body .commit-body-block .block__note {
      width: 100%;
      margin-top: 1.9230769231rem;
      padding-left: 0; }
      .p-index-commit .commit-body .commit-body-block .block__note h3 {
        font-size: 1.3076923077rem; }
      .p-index-commit .commit-body .commit-body-block .block__note p {
        margin-top: 0.3846153846rem; }

  .p-index-staff .staff-head .staff-head-txt {
    margin-top: 2.3076923077rem;
    font-feature-settings: "palt";
    text-align: justify;
    text-justify: inter-ideograph; }
  .p-index-staff .staff-body {
    margin-top: 2.3076923077rem; }
    .p-index-staff .staff-body .staff-body-block {
      display: block;
      padding: 3.8461538462rem 0; }
      .p-index-staff .staff-body .staff-body-block .block__image {
        width: 13.8461538462rem;
        margin: 0 auto; }
      .p-index-staff .staff-body .staff-body-block .block__note {
        margin-top: 2.3076923077rem;
        margin-left: 0; }
        .p-index-staff .staff-body .staff-body-block .block__note ._name {
          font-size: 1.3076923077rem; }
          .p-index-staff .staff-body .staff-body-block .block__note ._name span {
            font-size: 0.9230769231rem;
            margin-left: 1.5384615385rem; }
        .p-index-staff .staff-body .staff-body-block .block__note ._history {
          font-size: 1rem;
          padding: 0 0.3846153846rem;
          margin-top: 0.7692307692rem; }
        .p-index-staff .staff-body .staff-body-block .block__note ._comment {
          margin-top: 1.5384615385rem; }

  .p-index-salon .salon-body {
    margin-top: 3.0769230769rem;
    padding-left: 0; }
    .p-index-salon .salon-body .salon-body-col {
      display: block; }
      .p-index-salon .salon-body .salon-body-col .col__image {
        width: 100%;
        padding-left: 0; }
      .p-index-salon .salon-body .salon-body-col .col__note {
        width: 100%;
        margin-top: 3.0769230769rem;
        padding-left: 1.9230769231rem;
        padding-right: 0; }
        .p-index-salon .salon-body .salon-body-col .col__note .col__note-cap span {
          display: block;
          font-size: 1.1rem; }
        .p-index-salon .salon-body .salon-body-col .col__note .col__note-list {
          margin-top: 1.5384615385rem; }
          .p-index-salon .salon-body .salon-body-col .col__note .col__note-list dl dt {
            width: 6.5384615385rem;
            border-bottom: solid #9A9A9A 1px;
            padding: 1.1538461538rem 0; }
          .p-index-salon .salon-body .salon-body-col .col__note .col__note-list dl dd {
            flex: 1;
            border-bottom: solid #9A9A9A 1px;
            margin-left: 0.7692307692rem;
            padding: 1.1538461538rem 0; }
        .p-index-salon .salon-body .salon-body-col .col__note .col__note-point {
          margin-top: 3.0769230769rem; }
          .p-index-salon .salon-body .salon-body-col .col__note .col__note-point li {
            width: 6.1538461538rem;
            height: 6.1538461538rem;
            margin-right: 1.1538461538rem; }
  .p-index-salon .salon-foot {
    margin-top: 5.3846153846rem; }
    .p-index-salon .salon-foot iframe {
      height: 30.7692307692rem; } }
/**
 * animation css
 */
/* ==========================================================================
   animation
========================================================================== */
/* オープニングアニメーション */
.p-index-hero .hero-image {
  overflow: hidden; }
  .p-index-hero .hero-image img {
    transform: scale(1.2);
    transition-property: transform;
    transition-duration: 2s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .p-index-hero .hero-image.js-appear img {
    transform: scale(1); }

/* メニューアニメーション */
.header-spNav {
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .header-spNav ul li {
    transform: translate(0, 10px);
    opacity: 0;
    transition-property: transform, opacity;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .header-spNav ul li:nth-child(2) {
      transition-delay: 0.15s; }
    .header-spNav ul li:nth-child(3) {
      transition-delay: 0.3s; }
    .header-spNav ul li:nth-child(4) {
      transition-delay: 0.45s; }
    .header-spNav ul li:nth-child(5) {
      transition-delay: 0.6s; }
    .header-spNav ul li:nth-child(6) {
      transition-delay: 0.75s; }
    .header-spNav ul li:nth-child(7) {
      transition-delay: 0.9s; }
    .header-spNav ul li:nth-child(8) {
      transition-delay: 1.05s; }
    .header-spNav ul li:nth-child(9) {
      transition-delay: 1.2s; }
    .header-spNav ul li:nth-child(10) {
      transition-delay: 1.35s; }
    .header-spNav ul li:nth-child(11) {
      transition-delay: 1.5s; }
  .header-spNav.js-active {
    opacity: 1;
    visibility: visible; }
    .header-spNav.js-active ul li {
      transform: translate(0, 0);
      opacity: 1; }

.header-toggle span {
  transition-property: top, bottom, opacity, transform;
  transition-duration: .25s;
  transition-timing-function: ease; }
.header-toggle.js-active {
  background: #7A8EA2; }
  .header-toggle.js-active span {
    background: #ffffff; }
    .header-toggle.js-active span:nth-child(1) {
      top: 18px;
      transform: rotate(45deg); }
    .header-toggle.js-active span:nth-child(2) {
      opacity: 0; }
    .header-toggle.js-active span:nth-child(3) {
      bottom: 18px;
      transform: rotate(-45deg); }

/*スクロールアニメーション*/
.header-btn {
  opacity: 1;
  visibility: visible;
  transition-property: opacity, visibility;
  transition-duration: .25s;
  transition-timing-function: ease; }
  .header-btn.js-hidden {
    opacity: 0;
    visibility: hidden; }

.fade {
  transform: translateY(30px);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 1s;
  transition-timing-function: ease; }
  .fade.js-appear {
    transform: translateY(0);
    opacity: 1; }
