@charset "UTF-8";
#wpadminbar,
.alert-info {
  display: none; }

body, html {
  font-size: 18px;
  font-family: "HelveticaNeueLT Std", Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: black;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent; }
  @media screen and (max-width: 991.98px) {
    body, html {
      margin-top: 0 !important;
      font-size: 12px; } }

img {
  max-width: unset;
  width: 100%; }

h2 {
  font-size: 28px;
  border: none;
  font-weight: normal; }

a {
  transition: opacity 0.5s; }
  a:hover {
    opacity: 0.8; }

.bg {
  background: #f1eeed; }

.inner {
  padding: 23px 28px; }

.right {
  display: flex;
  flex-direction: row;
  justify-content: right;
  margin-bottom: 38px; }

.left {
  display: flex;
  flex-direction: row;
  justify-content: left;
  margin-bottom: 38px; }

.center {
  display: flex;
  flex-direction: row;
  justify-content: center; }

a {
  transition: opacity 0.5s;
  color: black; }
  a:hover {
    color: black;
    opacity: 0.8; }

.anchor {
  display: flex;
  flex-direction: row;
  justify-content: right;
  margin-top: 50px; }
  .anchor a {
    width: 44%;
    font-size: 24px;
    position: relative;
    display: flex;
    justify-content: right;
    color: black; }
    .anchor a span {
      transition: opacity 0.5s; }
      .anchor a span:hover::after {
        opacity: 0.8; }
      .anchor a span::after {
        content: '';
        position: absolute;
        right: 0;
        bottom: -10px;
        width: 100%;
        height: 1px;
        background: black; }

#menu-header-menu li {
  display: flex;
  align-items: center;
  padding: 0 5px; }

.container {
  padding-right: 0;
  padding-left: 0; }

@media screen and (max-width: 991.98px) {
  .site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 95px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: transparent;
    transition: background-color 0.5s; } }

.global-nav-list > li::before {
  border-bottom: 1px solid black; }

@media screen and (max-width: 991.98px) {
  .site-header-container {
    display: flex; } }

.site-header-logo {
  font-family: 'Helvetica Neue', sans-serif;
  color: black;
  font-weight: normal; }
  @media screen and (max-width: 991.98px) {
    .site-header-logo {
      display: flex;
      justify-content: center;
      width: 100%;
      position: absolute;
      right: 0;
      left: 0;
      top: 37%;
      transform: translateY(-50%); } }

.news-info_wrapper ul {
  list-style: none;
  padding: 0;
  margin-top: 70px; }
  .news-info_wrapper ul li {
    border-bottom: 1px solid #d9d9d9; }

.admin-bar .vk-mobile-nav-menu-btn {
  top: 22px;
  right: 22px;
  left: unset;
  background: url("/wp-content/uploads/img/menu.svg") center center no-repeat;
  background-size: 90%;
  border: none;
  width: 50px;
  height: 50px; }
  .admin-bar .vk-mobile-nav-menu-btn.menu-open {
    background: url("/wp-content/uploads/img/close.svg") center center no-repeat; }
.admin-bar .vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-drop-in {
  top: 0; }

.vk-mobile-nav-menu-btn.menu-open {
  border-color: #333;
  background: var(--vk-mobile-nav-menu-btn-close-bg-src) center 50% no-repeat rgba(255, 255, 255, 0.8); }

.header_scrolled.admin-bar .site-header {
  top: 0; }

.header_scrolled .site-header {
  background-color: white;
  opacity: 0.8; }

.header_scrolled .site-header-logo {
  display: flex; }

.header_scrolled .site-header .global-nav {
  margin: 0; }

.header {
  height: 600px; }

.site-header {
  padding: 20px;
  box-shadow: none; }

#site-header-container {
  display: flex;
  flex-direction: row;
  overflow: unset;
  justify-content: end; }
  #site-header-container .site-header-logo {
    display: flex;
    justify-content: center;
    margin: 0;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%); }
  #site-header-container a.reserve {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d9d9d9;
    border-radius: 100%;
    padding: 7px;
    color: black;
    min-width: 65px;
    min-height: 65px;
    height: 65px;
    z-index: 10;
    font-size: 14px; }

#vk-mobile-nav {
  background: #f1eeed;
  padding: 0 54px;
  display: flex;
  justify-content: center;
  align-items: center; }
  #vk-mobile-nav ul {
    display: flex;
    flex-direction: row;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    flex-wrap: wrap;
    border: none; }
    #vk-mobile-nav ul li {
      margin: 0 30px 30px;
      display: flex;
      justify-content: center;
      align-items: center; }
      #vk-mobile-nav ul li a {
        border: none; }
  #vk-mobile-nav .site-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0; }
    #vk-mobile-nav .site-footer li {
      font-size: 12px;
      margin: 0; }

.footer-nav li {
  padding: 0; }

@media (min-width: 992px) {
  body:not(.header_scrolled) .global-nav--layout--float-right {
    margin-left: 0; } }
.container {
  max-width: unset; }

.site-body {
  padding-top: 95px; }

.wp-singular .content {
  margin-top: 10px; }

.home .header {
  background-image: url("/wp-content/uploads/img/S__8404994.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
.home .c1 img {
  width: 70%; }
.home .c2 img {
  width: 40%; }
.home .c4 img {
  width: 60%; }
.home .c5 img {
  width: 37%; }
.home .c7 img {
  width: 58%; }
.home .c8 img {
  width: 37%; }

.nail .header {
  background-image: url("/wp-content/uploads/img/S__8405003.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative; }
  .nail .header h1 {
    position: absolute;
    bottom: 10px;
    left: 30px; }
.nail .c1 img {
  width: 59%; }
.nail .c5 img,
.nail .c6 img {
  width: 56%; }
.nail .c7 img,
.nail .c8 img,
.nail .c9 img,
.nail .c10 img,
.nail .c11 img,
.nail .c12 img,
.nail .c13 img,
.nail .c14 img,
.nail .c15 img,
.nail .c16 img,
.nail .c17 img,
.nail .c18 img,
.nail .c19 img,
.nail .c20 img,
.nail .c21 img,
.nail .c22 img,
.nail .c23 img,
.nail .c24 img,
.nail .c25 img,
.nail .c26 img {
  width: 51%; }

.menu .clearfix,
.news .clearfix {
  min-height: 1px; }
  .menu .clearfix::after,
  .news .clearfix::after {
    content: ".";
    display: flex;
    *display: flex;
    clear: both;
    height: 0;
    visibility: hidden; }
  .menu .clearfix .left,
  .menu .clearfix .right,
  .news .clearfix .left,
  .news .clearfix .right {
    width: 45%;
    display: flex;
    flex-direction: column;
    margin: 0; }
  .menu .clearfix .left,
  .news .clearfix .left {
    float: left; }
  .menu .clearfix .right,
  .news .clearfix .right {
    float: right; }

.news .news-info_wrapper {
  margin-top: 50px; }
.news .news-date {
  margin-top: 20px; }
.news .news-content {
  margin-top: 10px; }

.about-us .header {
  background-image: url("/wp-content/uploads/img/S__8404997.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative; }
  .about-us .header h1 {
    position: absolute;
    bottom: 10px;
    left: 30px; }
.about-us .c1 img {
  width: 57%; }
.about-us .c2 img {
  width: 42%; }
.about-us .c4 img {
  width: 56%; }
.about-us .c5 img {
  width: 42%; }

.address {
  display: flex;
  justify-content: right; }

.site-footer {
  border: none;
  margin-top: 125px; }

.copylight-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .copylight-wrap .copylight {
    line-height: unset; }
  .copylight-wrap ul {
    display: flex;
    flex-direction: row; }
    .copylight-wrap ul li {
      border: none;
      display: flex; }
      .copylight-wrap ul li::after {
        content: '/';
        margin: 0 5px; }
      .copylight-wrap ul li:last-child::after {
        display: none; }
      .copylight-wrap ul li a {
        padding: 0; }

#sln-salon.sln-salon--m {
  width: 100% !important;
  max-width: 100% !important; }

/*# sourceMappingURL=style.css.map */
