@charset "UTF-8";
/*
Theme Name: Diane.
Description: WordPressテンプレート「Diane.」
Version: 1.0.0
Author: TGCompany
*/

/*
//------------------------------------------------
//	Color Setting
//------------------------------------------------
*/
/*
font-family: 'Zen Kaku Gothic New', sans-serif;
*/
/*
//------------------------------------------------
//	Font Setting
//------------------------------------------------
*/
/*Nicolas*/
@font-face {
  font-family: "NicolasCochinR";
  src: url("css/font/nicolas/NicolasCochinRegular.ttf") format("truetype");
}
@font-face {
  font-family: "NicolasCochinI";
  src: url("css/font/nicolas/NicolasCochinItalic.ttf") format("truetype");
}
@font-face {
  font-family: "NicolasCochinB";
  src: url("css/font/nicolas/NicolasCochinBold.ttf") format("truetype");
}
@font-face {
  font-family: "NicolasCochinEFRt";
  src: url("css/font/nicolas/NicolasCochinEFRegular.ttf") format("truetype");
}
@font-face {
  font-family: "NicolasCochinEFRo";
  src: url("css/font/nicolas/NicolasCochinEFRegular.otf") format("opentype");
}
@font-face {
  font-family: "NicolasCochinEFIRo";
  src: url("css/font/nicolas/NicolasCochinEFItaRegular.otf") format("opentype");
}
@font-face {
  font-family: "NicolasCochinEFBR";
  src: url("css/font/nicolas/NicolasCochinEFBlackRegular.otf") format("opentype");
}
/*TTNorms*/
/*NotoSerifCJKJP*/
@font-face {
  font-family: "NotoSeCJKSB";
  src: url("css/font/NotoSansJP/NotoSerifCJKjp-SemiBold.otf") format("opentype");
}
.f-Zen-Kaku-Gothic-New {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/*Nicolas*/
.f-NicolasCochinR {
  font-family: "NicolasCochinR", serif;
}

.f-NicolasCochinI {
  font-family: "NicolasCochinI", serif;
}

.f-NicolasCochinB {
  font-family: "NicolasCochinB", serif;
}

.f-NicolasCochinEFRt {
  font-family: "NicolasCochinEFRt", serif;
}

.f-NicolasCochinEFRo {
  font-family: "NicolasCochinEFRo", serif;
}

.f-NicolasCochinEFIRo {
  font-family: "NicolasCochinEFIRo", serif;
}

.f-NicolasCochinEFBR {
  font-family: "NicolasCochinEFBR", serif;
}

/*TTNorms*/
.f-TTNormsM {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.f-TTNormsProM {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

/*paganini*/
.f-paganiniL {
  font-family: paganini, serif;
  font-weight: 300;
  font-style: normal;
}

/*NotoSerifCJKJP*/
.f-NotoSeCJKSB {
  font-family: "NotoSeCJKSB", serif;
}

/*太さ*/
.fwb {
  font-weight: 700;
}

.f-bold {
  font-weight: bold;
}

/*
//------------------------------------------------
//	Base Setting
//------------------------------------------------
*/
html {
  font-size: 62.5%;
  line-height: 1.7;
  font-family: "Zen Kaku Gothic New", "游ゴシック体", "Yu Gothic", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  min-width: 100%;
  width: 100%;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

body {
  font-size: 1.6rem;
  background: #fff;
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

p {
  margin: 0;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
img.w-auto {
  width: auto;
}

a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000;
}

ol, ul {
  list-style-type: none;
  margin-bottom: 0px;
  margin-top: 0;
}

.table,
.tbl {
  display: table;
  width: 100%;
}

.table .th,
.table .td,
.tbl .tblh,
.tbl .tbld {
  display: table-cell;
}

.flex {
  display: flex;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

.wrapper {
  width: 100%;
  /*max-width: 1094px;*/
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: relative;
}

.wide {
  width: 100%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.inner {
  width: 100%;
  max-width: 1086px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.small {
  width: 100%;
  max-width: 1006px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.min {
  width: 100%;
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
}

.micro {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.br-pc {
  display: block;
}

.br-tb {
  display: none;
}

.br-sp {
  display: none;
}

/*
//------------------------------------------------
//	Original Module Content Setting
//------------------------------------------------
*/
.pageCover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 21;
}
.pageCover .bges span {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97) 0.1s;
}
.pageCover .bges span.bg-2 {
  transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97);
  background: #ffffff;
}
.pageCover.show {
  visibility: hidden;
}
.pageCover.show .bges span {
  transform: translateX(101%);
}

.easingWrap .easingFade {
  transform: translateY(25px);
  opacity: 0;
  transition: all 1.5s;
}
.easingWrap .easingFade.show {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.easingWrap .easingImg {
  position: relative;
  overflow: hidden;
}
.easingWrap .easingImg::before, .easingWrap .easingImg::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.easingWrap .easingImg::after {
  transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97);
  background: #808080;
}
.easingWrap .easingImg.show::before, .easingWrap .easingImg.show::after {
  transform: translateX(101%);
}

.content-ttl {
  font-size: 4.8rem;
  line-height: 1;
  font-family: paganini, serif;
  font-weight: 300;
  font-style: normal;
}
.content-ttl .content-sub-ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  display: block;
  margin-top: 1.8rem;
  font-size: 1.8rem;
}

.more-reed-btn-box .more-reed-btn {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #fff;
  border-radius: 44px;
  background: #000;
  color: #fff;
  font-family: paganini, serif;
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
  padding: 16px 117px 16px 117px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.04em;
  transition: 0.3s;
}
.more-reed-btn-box .more-reed-btn::after {
  width: 38px;
  border-bottom: 1px solid #fff;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transition: 0.3s;
}
.more-reed-btn-box .more-reed-btn:hover {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}
.more-reed-btn-box .more-reed-btn:hover::after {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}

.h-gnav {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: 1s;
  transform: translateY(-100vh);
  opacity: 0;
}
.h-gnav .global_navigation {
  padding: 80px 0 0;
  background: #f7f9fb;
  background: #000;
  transition: all 0.3s ease;
  height: 100vh;
}
.h-gnav .global_navigation .global_navigation-ul {
  display: flex;
  flex-flow: wrap;
  padding: 0px 100px;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 90%;
  margin-bottom: 0px;
  margin-top: 0px;
}
.h-gnav .global_navigation .global_navigation-ul .menu-item {
  margin-top: 40px;
  width: 45%;
}
.h-gnav .global_navigation .global_navigation-ul .menu-item .menu-link {
  color: rgb(255, 255, 255);
  display: block;
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1;
}
.h-gnav .global_navigation .global_navigation-ul .menu-item .menu-link span {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.15em;
  margin-top: 5px;
}

.nav_open .h-gnav {
  transition: 1s;
  transform: translateY(0);
  opacity: 1;
}

.h-menu_box {
  display: flex;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 60px;
  position: fixed;
  top: 40px;
  left: 140px;
  left: 100px;
  z-index: 1001;
  cursor: pointer;
  background: transparent;
  transition: background 1s;
}
.h-menu_box .h-menu_stick_box {
  position: relative;
  width: 30px;
  height: 17px;
}
.h-menu_box .h-menu_stick_box .h-menu_stick {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  border-radius: 1px;
  transition: all 0.5s;
}
.h-menu_box .h-menu_stick_box .h-menu_stick:nth-child(1) {
  top: 0%;
}
.h-menu_box .h-menu_stick_box .h-menu_stick:nth-child(2) {
  top: 50%;
}
.h-menu_box .h-menu_stick_box .h-menu_stick:nth-child(3) {
  top: 99%;
}
.h-menu_box.nav_close {
  height: 60px;
  z-index: 1001;
}
.h-menu_box.nav_close .h-menu_stick_box {
  height: 22px;
}
.h-menu_box.nav_close .h-menu_stick_box .h-menu_stick {
  background-color: #fff;
}
.h-menu_box.nav_close .h-menu_stick_box .h-menu_stick:nth-child(1) {
  transform: rotate(-30deg);
  top: 50%;
}
.h-menu_box.nav_close .h-menu_stick_box .h-menu_stick:nth-child(2) {
  top: 50%;
  opacity: 0;
}
.h-menu_box.nav_close .h-menu_stick_box .h-menu_stick:nth-child(3) {
  transform: rotate(30deg);
  top: 50%;
}
.h-menu_box.is_fixed .h-menu_stick_box .h-menu_stick {
  background: #000;
}
.h-menu_box.is_fixed.nav_close .h-menu_stick_box .h-menu_stick {
  background: #fff;
}

#to-top-fixed-btn {
  display: none;
  position: fixed;
  z-index: 99999;
  bottom: 110px;
  right: 76px;
  width: 129px;
  height: 129px;
  border: #000 1px solid;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
}
#to-top-fixed-btn .to-top-fixed-link .to-top-fixed-text {
  font-size: 2.3rem;
  letter-spacing: 0.04em;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateY(-60%) translateX(-50%);
}
#to-top-fixed-btn .to-top-fixed-link .to-top-fixed-text::before {
  width: 13px;
  height: 13px;
  border-top: 2px solid #808080;
  border-right: 2px solid #808080;
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateY(50%) translateX(-50%) rotate(-45deg);
}

/*
//------------------------------------------------
//	全ページ共通
//------------------------------------------------
*/
.site-content {
  margin-top: 40px;
  overflow: hidden;
}

#header-area {
  color: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 50;
}
#header-area .header-top {
  height: 40px;
  background: #000;
  color: #fff;
  font-size: 2.1rem;
  display: flex;
  align-items: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
#header-area .header-inner {
  transition: all 1s;
  /*
  .nav-toggle-area{
    display: none;
    text-align: left;
    .sp-nav-ul{
      .sp-nav-li{
        a{
          line-height: 1.95;
          font-size: 1.8rem;
          &::before{
            content: "";
            display: inline-block;
            width: 12px;
            height: 12px;
            vertical-align: baseline;
            background: #000;
            border-radius: 50%;
            margin-right: 14px;
          }
        }
      }
    }
  }
  */
}
#header-area .header-inner .header-box {
  position: relative;
  height: 60px;
  /*
  .left-box{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) translateX(0%);
    .sp-nav-area{
      display: block;
      .nav-toggle{
        position: relative;
        width: 30px;
        height: 17px;
        span{
          position: absolute;
          width: 100%;
          height: 1px;
          background-color: $base-color;
          border-radius: 1px;
          transition: all .5s;
          &:nth-of-type(1){
            top: 0%;
          }
          &:nth-of-type(2){
            top: 50%;
          }
          &:nth-of-type(3){
            top: 99%;
          }
        }
        &.is-active{
          span{
            &:nth-of-type(1){
              top: 50%;
              transform: translate(0px, 0px) rotate(-45deg);
            }
            &:nth-of-type(2){
              top: 50%;
              opacity: 0;
            }
            &:nth-of-type(3){
              top: 50%;
              transform: translate(0px, 0px) rotate(45deg);
            }
          }
        }
      }
    }
  }
  */
}
#header-area .header-inner .header-box .center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 4.8rem;
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 0;
}
#header-area .header-inner .header-box .right-box {
  position: absolute;
  top: 50%;
  right: 140px;
  right: 140px;
  right: 100px;
  transform: translateY(-50%) translateX(0%);
  font-size: 1.6rem;
  width: 245px;
  height: 44px;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 22px;
  transition: 0.3s;
}
#header-area .header-inner .header-box .right-box .reserve-btn {
  position: relative;
  color: #000;
}
#header-area .header-inner .header-box .right-box .reserve-btn span {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#header-area .header-inner .header-box .right-box:hover {
  background-color: #000;
}
#header-area .header-inner .header-box .right-box:hover .reserve-btn {
  color: #fff;
}
#header-area.is_fixed .header-inner {
  background-color: #f4f4f4;
  background-color: #fff;
}

#site-footer {
  background-color: #000;
  color: #fff;
  padding: 55px 0 50px;
  position: relative;
}
#site-footer .footer-area .footer-nav-flex {
  display: flex;
  align-items: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  margin: 0 auto 25px;
}
#site-footer .footer-area .footer-nav-flex .footer-nav-li:last-child .footer-nav-link {
  border-right: none;
}
#site-footer .footer-area .footer-nav-flex .footer-nav-li .footer-nav-link {
  padding: 0 10px;
  border-right: 2px solid #7d7d7d;
  color: #fff;
  line-height: 1;
  font-weight: 500;
}
#site-footer .copyright {
  text-align: center;
  font-weight: 500;
}
#site-footer #to-top-btn {
  position: absolute;
  z-index: 99999;
  bottom: 110px;
  right: 76px;
  width: 129px;
  height: 129px;
  border: #000 1px solid;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
}
#site-footer #to-top-btn .to-top-link .to-top-text {
  font-size: 2.3rem;
  letter-spacing: 0.04em;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateY(-60%) translateX(-50%);
}
#site-footer #to-top-btn .to-top-link .to-top-text::before {
  width: 13px;
  height: 13px;
  border-top: 2px solid #808080;
  border-right: 2px solid #808080;
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateY(50%) translateX(-50%) rotate(-45deg);
}

.page-container {
  margin: 150px auto 150px;
}

/*
//------------------------------------------------
//	固定ページ
//------------------------------------------------
*/
#hero {
  /*background-image: url(images/front-hero01.png);*/
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  width: 100%;
  height: calc(100vh - 40px);
  overflow: hidden;
  position: relative;
}
#hero #hero-video-area {
  position: relative;
  width: 100%;
  height: calc(100vh - 40px);
  overflow: hidden;
}
#hero #hero-video-area .hero-video {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
#hero #hero-video-area::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
}
#hero .md-hero {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}
#hero .md-hero .c-top-scroll .c-top-scroll__img {
  position: relative;
  width: 9px;
}
#hero .md-hero .c-top-scroll .c-top-scroll__img img {
  margin-top: -110px;
}
#hero .md-hero .c-top-scroll .c-top-scroll__img::after {
  animation: scrl 1.5s linear 1s forwards infinite;
  position: absolute;
  content: "";
  display: block;
  top: 0rem;
  left: 50%;
  height: 0;
  width: 1px;
  transform: translateX(-50%);
  z-index: 4;
  background-color: #000;
}

@keyframes scrl {
  0% {
    height: 0;
    top: 0;
  }
  50% {
    height: 6rem;
    top: 0;
  }
  100% {
    height: 0;
    top: 6.5rem;
  }
}
#news .md-news {
  padding: 112px 0 149px;
}
#news .md-news .content-ttl {
  margin-bottom: 8.8rem;
}
#news .md-news .news-flex-area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
#news .md-news .news-flex-area .news-item-box {
  width: 257px;
  width: 23.6648%;
}
#news .md-news .news-flex-area .news-item-box .news-item-img-box {
  margin-bottom: 15px;
}
#news .md-news .news-flex-area .news-item-box .news-item-img-box img {
  border: 8px solid #f4f4f4;
  -o-object-fit: cover;
     object-fit: cover;
  height: 237px;
}
#news .md-news .news-flex-area .news-item-box .news-item-info-img-box .news-item-info-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
#news .md-news .news-flex-area .news-item-box .news-item-info-img-box .news-item-info-box .news-item-time {
  font-size: 1.6rem;
  color: #808080;
  letter-spacing: 0.04em;
  line-height: 1;
}
#news .md-news .news-flex-area .news-item-box .news-item-info-img-box .news-item-info-box .news-item-new {
  font-size: 1.2rem;
  color: #7ecef4;
  letter-spacing: 0.04em;
  border: 1px solid #7ecef4;
  line-height: 1;
  padding: 4px 9px;
}
#news .md-news .news-flex-area .news-item-box .news-item-info-img-box .news-item-img-text {
  font-size: 1.4rem;
  line-height: 1.2857;
}
#news .md-news .more-reed-btn-box {
  display: flex;
  -ms-justify-content: end;
  -moz-justify-content: end;
  -o-justify-content: end;
  justify-content: end;
}
#news .md-news .more-reed-btn-box .more-reed-btn {
  padding: 16px 94px 16px 33px;
}

#about .md-about {
  padding-bottom: 100px;
  position: relative;
}
#about .md-about .content-ttl {
  text-align: center;
  margin-bottom: 200px;
}
#about .md-about .about-flex-area {
  display: flex;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#about .md-about .about-flex-area .about-main-img-area {
  width: 39.76%;
  margin-left: 2.1%;
}
#about .md-about .about-flex-area .about-main-img-area .about-main-img-box {
  position: relative;
}
#about .md-about .about-flex-area .about-main-img-area .about-main-img-box .about-main-img-fr-box {
  position: absolute;
  top: -74px;
  left: -71px;
  width: 113%;
  z-index: 5;
}
#about .md-about .about-flex-area .about-text-area {
  width: 50%;
}
#about .md-about .about-sub-img {
  position: absolute;
  right: 0;
  /*top: 60%;*/
  bottom: -11%;
  width: 37.177%;
  width: 374px;
  width: 61%;
  z-index: 10;
}

#design {
  position: relative;
  padding-top: 19vw;
  margin-top: -14vw;
  -webkit-clip-path: polygon(0 calc(0% + 23vw), 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 calc(0% + 23vw), 100% 0, 100% 100%, 0 100%);
  background: #f4f4f4;
  /*
  &::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: $base-sub-color;
    transform: skewY(-10deg) translateY(90px);
    z-index: -1;
  }*/
}
#design .md-design {
  padding-bottom: 132px;
  padding: 100px 0 130px;
}
#design .md-design .content-ttl {
  margin-bottom: 43px;
}
#design .md-design .swiper {
  width: 1000px;
  width: 100vw;
  height: 400px;
  height: auto;
  margin-bottom: 64px;
}
#design .md-design .swiper .swiper-wrapper {
  padding: 30px 0;
}
#design .md-design .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  box-shadow: 1px 0px 15px 0px rgba(128, 128, 128, 0.72); /*メインカラー*/
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15); /*ベースカラー*/
}
#design .md-design .swiper .swiper-button-prev {
  left: 35vw;
}
#design .md-design .swiper .swiper-button-prev::after {
  color: #808080;
  font-size: 6rem;
}
#design .md-design .swiper .swiper-button-next {
  right: 35vw;
}
#design .md-design .swiper .swiper-button-next::after {
  color: #808080;
  font-size: 6rem;
}
#design .md-design .more-reed-btn-box {
  display: flex;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  width: 100%;
  max-width: 1006px;
  margin-left: auto;
  margin-right: auto;
}

#menu-price .md-menu-price {
  margin: 107px 0 134px;
  position: relative;
}
#menu-price .md-menu-price .menu-price-text {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translateY(-47%) translateX(-50%);
  font-size: 4.8rem;
  color: #fff;
  width: 100%;
  text-align: center;
}

#recruit .md-recruit {
  padding-bottom: 120px;
}
#recruit .md-recruit .content-ttl {
  text-align: center;
  margin-bottom: 30px;
}
#recruit .md-recruit .recruit-content-area {
  display: flex;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
#recruit .md-recruit .recruit-content-area .recruit-text-area .recruit-text-box {
  position: relative;
  z-index: 2;
  margin-top: 121px;
  margin-bottom: 65px;
}
#recruit .md-recruit .recruit-content-area .recruit-text-area .recruit-text-box .recruit-ttl {
  font-size: 5.5rem;
  line-height: 1;
  margin-bottom: 35px;
}
#recruit .md-recruit .recruit-content-area .recruit-text-area .recruit-text-box .recruit-text {
  font-size: 1.6rem;
  line-height: 1.625;
  margin-bottom: 90px;
}
#recruit .md-recruit .recruit-content-area .recruit-text-area .recruit-text-box .more-reed-btn-box {
  display: flex;
  -ms-justify-content: start;
  -moz-justify-content: start;
  -o-justify-content: start;
  justify-content: start;
}
#recruit .md-recruit .recruit-content-area .recruit-text-area .recruit-text-box .more-reed-btn-box .more-reed-btn {
  padding: 16px 95px 16px 95px;
}
#recruit .md-recruit .recruit-content-area .recruit-img-area {
  position: absolute;
  z-index: 1;
  width: 766px;
  top: 50%;
  right: -181px;
  transform: translateY(-50%) translateX(0%);
}

#info {
  position: relative;
}
#info .md-info {
  padding: 100px 0 160px;
  position: relative;
  z-index: 5;
}
#info .md-info .content-ttl {
  text-align: center;
  margin-bottom: 85px;
}
#info .md-info .info-flex-area {
  display: flex;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
#info .md-info .info-flex-area .info-img-area {
  width: 50%;
}
#info .md-info .info-flex-area .info-text-area {
  width: auto;
  margin: 0 auto 0 62px;
}
#info .md-info .info-flex-area .info-text-area .info-text-box .info-ttl-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 55px;
}
#info .md-info .info-flex-area .info-text-area .info-text-box .info-ttl-box .info-ttl {
  font-size: 6.5rem;
  line-height: 1;
}
#info .md-info .info-flex-area .info-text-area .info-text-box .info-ttl-box .info-ttl-jp {
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
}
#info .md-info .info-flex-area .info-text-area .info-text-box .info-address {
  font-size: 1.6rem;
  margin: 0 0 40px;
  line-height: 1.75;
  font-weight: 500;
}
#info .md-info .info-flex-area .info-text-area .info-text-box .info-tel-box {
  margin-bottom: 55px;
}
#info .md-info .info-flex-area .info-text-area .info-text-box .info-tel-box .info-tel-text {
  font-size: 4rem;
}
#info .md-info .info-flex-area .info-text-area .info-text-box .info-time-box {
  margin-bottom: 55px;
}
#info .md-info .info-flex-area .info-text-area .info-text-box .info-time-box .info-time-box-content {
  display: flex;
}
#info .md-info .info-flex-area .info-text-area .info-text-box .info-time-box .info-time-box-content .info-time-ttl {
  padding-right: 10px;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
#info .md-info .info-flex-area .info-text-area .info-text-box .info-time-box .info-time-box-content .info-time-ttl::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 50%;
  display: inline-block;
  width: 1px;
  height: 60%;
  transform: translateY(50%);
  background-color: #000;
}
#info .md-info .info-flex-area .info-text-area .info-text-box .info-time-box .info-time-box-content .info-time-description {
  padding-left: 10px;
}
#info .info-bg-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  width: 90%;
  height: 100%;
  background: #f4f4f4;
}

#follow .md-follow {
  padding: 143px 0 125px;
}
#follow .md-follow .follow-icon-flex-area {
  display: flex;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  margin-bottom: 25px;
}
#follow .md-follow .follow-icon-flex-area .follow-icon-box {
  width: 60px;
  margin: 0 11px;
}
#follow .md-follow .follow-text {
  font-size: 28px;
  text-align: center;
}

#sub-hero {
  margin-top: 200px;
  position: relative;
  width: 100%;
  z-index: -1;
}
#sub-hero::before {
  background: url(images/front-about-bg01.png);
  background-position: right;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 58.3333333333%;
  z-index: -1;
}
#sub-hero .page-ttl-text-box {
  margin-left: 6.25vw;
  padding: 16.6666666667vw 0;
  position: relative;
  z-index: 5;
}
#sub-hero .page-ttl-text-box .en {
  font-size: 7rem;
  font-weight: bold;
  font-family: paganini, serif;
  font-weight: 300;
  letter-spacing: 0.05em;
}
#sub-hero .page-ttl-text-box .en-info {
  color: #666666;
  font-size: 2rem;
  margin: 10px 0 20px;
  font-family: paganini, serif;
  font-weight: 300;
}
#sub-hero .page-ttl-text-box .ja {
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
#sub-hero .page-ttl-img-box {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 58.3333333333%;
}

#menu .menu_note {
  font-size: 1.6rem;
  margin: 0 auto;
}
#menu .menu__item {
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-flow: wrap;
  flex-flow: wrap;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin: 150px auto 0;
  max-width: 1000px;
  width: 90%;
}
#menu .menu__item.first-item {
  margin: 80px auto 0;
}
#menu .menu__item:nth-child(even) {
  -moz-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#menu .menu__item:nth-child(even) .menu__items.cat-title {
  position: relative;
  left: 1%;
}
#menu .menu__item .menu__items.cat-title {
  font-size: 9rem;
  font-weight: bold;
  line-height: 1;
  max-width: 75px;
  width: 21.875%;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  position: relative;
  top: 10rem;
  font-family: paganini, serif;
  font-weight: 300;
}
#menu .menu__item .menu__items.cat-title::before {
  position: absolute;
  top: -10rem;
  left: 28%;
  width: 2px;
  height: 81px;
  background: #808080;
  content: "";
}
#menu .menu__item .menu__items.menu-info {
  width: 78.125%;
}
#menu .menu__item .menu__items.menu-info .menu-info__item {
  margin-top: 80px;
}
#menu .menu__item .menu__items.menu-info .menu-info__item:first-child {
  margin-top: 0;
}
#menu .menu__item .menu__items.menu-info .menu-info__item .cat-title {
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-flow: wrap;
  flex-flow: wrap;
  -ms-align-items: baseline;
  -moz-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
}
#menu .menu__item .menu__items.menu-info .menu-info__item .cat-title .en {
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 0.075em;
  font-family: paganini, serif;
}
#menu .menu__item .menu__items.menu-info .menu-info__item .cat-title .ja {
  font-size: 1.6rem;
  margin-left: 10px;
}
#menu .menu__item .menu__items.menu-info .menu-info__item .menu-list .menu-list__item {
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-flow: wrap;
  flex-flow: wrap;
  border-bottom: 1px solid #B7B4AF;
  padding: 35px 0;
}
#menu .menu__item .menu__items.menu-info .menu-info__item .menu-list .menu-list__item .name {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  width: 80%;
  font-weight: 500;
}
#menu .menu__item .menu__items.menu-info .menu-info__item .menu-list .menu-list__item .price {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: right;
  width: 20%;
}
#menu .menu__item .menu__items.menu-info .menu-info__item .menu-list .menu-list__item .info {
  color: #808080;
  font-size: 1.6rem;
  font-weight: 400;
  font-weight: 100;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 10px;
  width: 100%;
}

#galleryphoto .md-galleryphoto {
  padding: 100px 0 105px;
}
#galleryphoto .md-galleryphoto .filters-select-area {
  display: flex;
  justify-content: center;
  text-align: center;
}
#galleryphoto .md-galleryphoto .filters-select-area .filters-select-box {
  margin: 0 15px;
}
#galleryphoto .md-galleryphoto .filters-select-area .filters-select-box a {
  text-decoration: none;
  color: #808080;
  width: 70px;
  /*border-bottom: transparent 1px solid;*/
  position: relative;
  font-family: paganini, serif;
  font-weight: 300;
}
#galleryphoto .md-galleryphoto .filters-select-area .filters-select-box a.current {
  color: #000;
}
#galleryphoto .md-galleryphoto .filters-select-area .filters-select-box a.current::after {
  background: #000;
}
#galleryphoto .md-galleryphoto .filters-select-area .filters-select-box a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #808080;
  transform: scale(1, 1);
}
#galleryphoto .md-galleryphoto .filters-select-area .filters-select-box a:hover {
  /*border-bottom: 1px solid #747472;*/
}
#galleryphoto .md-galleryphoto .filters-select-area .filters-select-box a:hover::after {
  animation: nav-hover 0.6s ease;
}
#galleryphoto .md-galleryphoto .gallerycontent {
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  margin-top: 60px;
  margin-bottom: 50px;
}
#galleryphoto .md-galleryphoto .gallerycontent .item .gallery-img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 300px;
}

@keyframes nav-hover {
  0% {
    transform-origin: right top;
    transform: scaleX(1);
  }
  50% {
    transform-origin: right top;
    transform: scaleX(0);
  }
  51% {
    transform-origin: left top;
    transform: scaleX(0);
  }
  100% {
    transform-origin: left top;
    transform: scaleX(1);
  }
}
.styled-tbl {
  width: 100%;
  border-spacing: 0;
}
.styled-tbl th,
.styled-tbl td {
  text-align: left;
  padding: 1.5em;
}
.styled-tbl th {
  border-bottom: solid 2px #808080;
  min-width: 200px;
}
.styled-tbl td {
  border-bottom: solid 2px #ddd;
}
.styled-tbl dl {
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.styled-tbl dl dt {
  width: 7em;
}
.styled-tbl dl dd {
  width: calc(100% - 7em);
}

#salon-info .md-salon-info {
  padding-bottom: 120px;
}
#salon-info .md-salon-info .concpt__items .point-block {
  display: flex;
  flex-flow: wrap;
  margin: 0px auto;
  max-width: 1000px;
  width: 100%;
  padding-left: 0;
}
#salon-info .md-salon-info .concpt__items .point-block .bg-item {
  width: 50%;
  padding-bottom: 120px;
  position: relative;
}
#salon-info .md-salon-info .concpt__items .point-block .bg-item::before {
  content: "";
  display: block;
  height: calc(100% - 120px);
  left: -125px;
  position: absolute;
  top: 125px;
  width: 100%;
  z-index: -1;
  background: url(images/front-about-bg01.png) 0% 0%/cover;
}
#salon-info .md-salon-info .concpt__items .point-block .text {
  width: 50%;
  margin-top: 100px;
  position: relative;
}
#salon-info .md-salon-info .concpt__items .point-block .text .title {
  font-size: 6rem;
  font-weight: bold;
  line-height: 1;
  margin-left: -40px;
  font-family: paganini, serif;
  font-weight: 300;
}
#salon-info .md-salon-info .concpt__items .point-block .text .sentence {
  letter-spacing: 0.05em;
  line-height: 2.25;
  margin-left: auto;
  margin-top: 50px;
  width: 380px;
}

/*
//------------------------------------------------
//	投稿ページ
//------------------------------------------------
*/
.md-filter {
  box-sizing: border-box;
  margin-top: 3em;
  margin-bottom: 3em;
  position: relative;
  background: #f8f8f8;
}
.md-filter .filter-content .item {
  text-align: left;
  padding: 3rem 4rem;
  width: 50%;
}
.md-filter .filter-content .item .select {
  width: 100%;
}
.md-filter .filter-content .item .select > div {
  display: table-cell;
  vertical-align: middle;
}
.md-filter .filter-content .item .select .form-select {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  position: relative;
  border: solid 1px #EDEDED;
  background: #ffffff;
  font-size: 1.4rem;
  line-height: 1.7;
}
.md-filter .filter-content .item .select .form-select .label {
  color: #7E7E7E;
  position: absolute;
  padding: 1rem 1rem;
  width: 100%;
  box-sizing: border-box;
}
.md-filter .filter-content .item .select .form-select:before {
  position: absolute;
  top: 50%;
  right: 1rem;
  content: "";
  display: block;
  content: "\f078";
  font-family: "Font Awesome 5 Free", fontawesome;
  speak: none;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  margin-top: -0.4rem;
  color: #000;
}
.md-filter .filter-content .item .select .form-select select {
  display: block;
  width: 100%;
  height: 4rem;
  margin: 0;
  padding: 0 1rem;
  border: none;
  border-radius: 0;
  background: none;
  cursor: pointer;
  outline: none;
  font-size: 1.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.md-filter .filter-content .item .select__ttl {
  width: 10rem;
}

#archive .md-archive .archive-flex-area {
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  -o-display: flex;
  display: flex;
  -ms-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
#archive .md-archive .archive-flex-area .archive-item-box {
  width: 23.6648%;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 3rem;
}
#archive .md-archive .archive-flex-area .archive-item-box:nth-of-type(4n) {
  margin-right: 0;
}
#archive .md-archive .archive-flex-area .archive-item-box .archive-item-img-box {
  margin-bottom: 15px;
}
#archive .md-archive .archive-flex-area .archive-item-box .archive-item-img-box img {
  border: 8px solid #f4f4f4;
  -o-object-fit: cover;
     object-fit: cover;
  height: 237px;
}
#archive .md-archive .archive-flex-area .archive-item-box .archive-item-info-area .archive-item-info-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
#archive .md-archive .archive-flex-area .archive-item-box .archive-item-info-area .archive-item-info-box .archive-item-time {
  font-size: 1.6rem;
  color: #808080;
  letter-spacing: 0.04em;
  line-height: 1;
}
#archive .md-archive .archive-flex-area .archive-item-box .archive-item-info-area .archive-item-info-box .archive-item-cat {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  color: #7ecef4;
  letter-spacing: 0.04em;
  border: 1px solid #7ecef4;
  line-height: 1;
  padding: 4px 9px;
}
#archive .md-archive .archive-flex-area .archive-item-box .archive-item-info-area .archive-item-ttl {
  font-size: 1.8rem;
  line-height: 1.2857;
  font-weight: 500;
  margin-bottom: 0.3em;
}
#archive .md-archive .archive-flex-area .archive-item-box .archive-item-info-area .archive-item-text {
  font-size: 1.4rem;
  line-height: 1.2857;
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  margin: 40px auto;
  display: flex;
  justify-content: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  color: #333;
  background-color: #ccc;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  border-radius: 3px;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  border: none;
  width: 50px;
}
.wp-pagenavi a:hover {
  color: #faf9fa;
  background-color: #808080;
}
.wp-pagenavi span.current {
  color: #fff;
  background-color: #808080;
  font-weight: bold;
}
.wp-pagenavi .pages {
  display: none;
}

#sigle-hero {
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
#sigle-hero .sigle-ttl {
  margin-top: 30rem;
  font-size: 8rem;
  line-height: 7.6rem;
  text-transform: uppercase;
  color: #000;
  padding-left: 140px;
  margin-bottom: -0.08em;
  width: 70%;
  font-weight: 100;
  box-sizing: border-box;
}
#sigle-hero .sigle-ttl.sml {
  font-size: 6.2rem;
}
#sigle-hero .col {
  width: 30%;
}
#sigle-hero .col p {
  margin-top: 7.25rem;
  max-width: 45rem;
  width: 100%;
  line-height: 1.6;
  color: #000;
}

.single-header {
  margin-bottom: 4em;
  padding: 4em 0;
  background: #f8f8f8;
}
.single-header .header-box .single-ttl {
  font-size: 2.4rem;
}
.single-header .header-box .meta span {
  display: inline-block;
  margin-right: 2em;
  font-size: 1.2rem;
}
.single-header .eyecatch {
  margin-top: 3em;
}

#single {
  padding: 0px 0 105px;
}

.sentry {
  font-size: 1.4rem;
}
.sentry h1, .sentry h2, .sentry h3, .sentry h4, .sentry h5, .sentry h6 {
  margin: 1.5em 0;
}
.sentry p, .sentry ul, .sentry ol, .sentry table, .sentry dl, .sentry blockquote {
  margin-bottom: 1.5em;
}
.sentry p, .sentry ul, .sentry ol {
  text-align: justify;
  text-justify: distribute;
}
.sentry blockquote p {
  text-align: left;
  text-justify: inherit;
  word-wrap: break-word;
}
.sentry h2 {
  font-size: 2rem;
  border-bottom: #000 1px solid;
  padding-bottom: 10px;
}
.sentry h3 {
  font-size: 1.8rem;
  padding-left: 1.5em;
  position: relative;
}
.sentry h3::before {
  position: absolute;
  left: 0;
  top: 16px;
  width: 20px;
  height: 1px;
  content: "";
  background: #000;
}
.sentry h4 {
  font-size: 1.6rem;
}
.sentry h5 {
  font-size: 1.4rem;
}
.sentry blockquote {
  padding: 3em 1em 1em 1em;
  background: #f2f2f2;
  position: relative;
}
.sentry blockquote::before {
  position: absolute;
  left: 15px;
  top: 10px;
  content: "“";
  line-height: 1;
  color: #9C9C9C;
  font-size: 6rem;
  font-weight: bold;
}
.sentry blockquote p:last-child {
  margin-bottom: 0;
}
.sentry blockquote span {
  color: #989898;
}
.sentry blockquote span a {
  color: #989898;
  text-decoration: underline;
}
.sentry a {
  text-decoration: underline;
  word-break: break-all;
}
.sentry a.chr {
  position: relative;
}
.sentry a.chr::after {
  font-family: fontawesome;
  content: "\f105";
  text-decoration: none;
}
.sentry ul {
  list-style: disc;
  padding-left: 1.2em;
}
.sentry ol {
  padding-left: 1.2em;
}
.sentry ul li, .sentry ol li {
  margin-bottom: 0.5em;
}
.sentry ul li:last-child, .sentry ol li:last-child {
  margin-bottom: 0;
}
.sentry .mgb0 {
  margin-bottom: 0 !important;
}
.sentry ul ul li:last-child, .sentry ul ol li:last-child, .sentry ol ul li:last-child, .sentry ol ol li:last-child {
  margin-bottom: 0;
}
.sentry table {
  width: 100%;
  border-collapse: collapse;
}
.sentry table th, .sentry table td {
  padding: 0.5em 1em;
  border: #DDDDDD 1px solid;
  text-align: left;
}
.sentry table th {
  background: #f2f2f2;
}
.sentry img {
  transition: all 0.4s;
  max-width: 100%;
  height: auto;
}
.sentry a:hover img {
  opacity: 0.7;
}
.sentry dl dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.sentry dl dd {
  padding-left: 1.5em;
}
.sentry .alignleft {
  float: left;
  clear: left;
  margin: 0 1em 1.5em 0px;
}
.sentry img.aligncenter, .sentry img.centered, .sentry img.center {
  display: block;
  margin: 0 auto 1.5em;
  float: none;
  clear: both;
}
.sentry img.alignright {
  float: right;
  clear: right;
  margin: 0 0 1.5em 1em;
}

@media (max-width: 1540px) {
  #design .md-design .swiper .swiper-button-prev::after {
    font-size: 4.5rem;
  }
  #design .md-design .swiper .swiper-button-next::after {
    font-size: 4.5rem;
  }
}
@media (max-width: 1368px) {
  .wide {
    max-width: 90%;
  }
}
@media (max-width: 1080px) {
  .inner,
  .small {
    width: 90%;
  }
  .h-gnav .global_navigation .global_navigation-ul {
    padding: 0px 50px;
    width: 100%;
  }
  .h-gnav .global_navigation .global_navigation-ul .menu-item {
    width: 100%;
  }
  .h-gnav .global_navigation .global_navigation-ul .menu-item .menu-link {
    font-size: 4rem;
  }
  .h-gnav .global_navigation .global_navigation-ul .menu-item .menu-link span {
    display: inline-block;
    font-size: 1.4rem;
  }
  .h-menu_box {
    left: 50px;
  }
  #header-area .header-inner .header-box .center-box {
    top: 43%;
    left: 100px;
    transform: translateY(-43%) translateX(0);
    font-size: 4.2rem;
  }
  #header-area .header-inner .header-box .right-box {
    right: 50px;
    font-size: 1.4rem;
    width: 180px;
  }
  #site-footer #to-top-btn {
    right: 20px;
    width: 90px;
    height: 90px;
  }
  #site-footer #to-top-btn .to-top-link .to-top-text {
    font-size: 1.8rem;
  }
  #site-footer #to-top-btn .to-top-link .to-top-text::before {
    width: 12px;
    height: 12px;
  }
  .page-container {
    margin: 60px auto 80px;
  }
  #news .md-news .news-flex-area {
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  #news .md-news .news-flex-area .news-item-box {
    width: 100%;
    display: flex;
    -ms-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    margin-bottom: 15px;
  }
  #news .md-news .news-flex-area .news-item-box .news-item-img-box {
    width: 100px;
    min-width: 100px;
    margin-bottom: 0;
  }
  #news .md-news .news-flex-area .news-item-box .news-item-img-box img {
    height: 100px;
  }
  #news .md-news .news-flex-area .news-item-box .news-item-info-img-box {
    display: flex;
    -ms-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  #news .md-news .news-flex-area .news-item-box .news-item-info-img-box .news-item-info-box {
    margin: 0 25px;
  }
  #news .md-news .news-flex-area .news-item-box .news-item-info-img-box .news-item-info-box .news-item-time {
    margin-right: 10px;
  }
  #news .md-news .news-flex-area .news-item-box .news-item-info-img-box .news-item-img-text {
    width: 100%;
  }
  #about .md-about .content-ttl {
    margin-bottom: 120px;
  }
  #about .md-about .about-flex-area .about-main-img-area .about-main-img-box .about-main-img-fr-box {
    top: -44px;
    left: -41px;
  }
  #design .md-design .swiper .swiper-button-prev {
    left: 34.5vw;
  }
  #design .md-design .swiper .swiper-button-prev::after {
    font-size: 3rem;
  }
  #design .md-design .swiper .swiper-button-next {
    right: 34.5vw;
  }
  #design .md-design .swiper .swiper-button-next::after {
    font-size: 3rem;
  }
  #recruit .md-recruit .recruit-content-area .recruit-img-area::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(255, 255, 255, 0.7);
  }
  #info .info-bg-area {
    width: 100vw;
  }
  #sub-hero {
    margin-top: 120px;
  }
  #sub-hero::before {
    width: 80%;
  }
  #sub-hero .page-ttl-text-box .en {
    font-size: 4rem;
  }
  #sub-hero .page-ttl-text-box .en-info {
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin: 5px 0 15px;
  }
  #sub-hero .page-ttl-text-box .ja {
    font-size: 1.3rem;
  }
  #menu .menu_note {
    font-size: 1.3rem;
  }
  #menu .menu__item .menu__items.menu-info .menu-info__item .menu-list .menu-list__item .name {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.5;
    width: 75%;
  }
  #menu .menu__item .menu__items.menu-info .menu-info__item .menu-list .menu-list__item .price {
    font-size: 1.6rem;
    letter-spacing: 0;
    width: 25%;
  }
  #menu .menu__item .menu__items.menu-info .menu-info__item .menu-list .menu-list__item .info {
    font-size: 1.3rem;
  }
  #galleryphoto .md-galleryphoto .gallerycontent {
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(223px, 1fr));
  }
  #galleryphoto .md-galleryphoto .gallerycontent .item .gallery-img {
    height: 235px;
    height: 27vw;
  }
  #salon-info .md-salon-info .concpt__items .point-block {
    -ms-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  #salon-info .md-salon-info .concpt__items .point-block .bg-item {
    padding-bottom: 75px;
  }
  #salon-info .md-salon-info .concpt__items .point-block .bg-item::before {
    height: calc(100% - 75px);
    left: -75px;
    top: 75px;
  }
  #salon-info .md-salon-info .concpt__items .point-block .text {
    width: 41.6667%;
    margin-top: 50px;
  }
  #salon-info .md-salon-info .concpt__items .point-block .text .title {
    font-size: 4rem;
  }
  #salon-info .md-salon-info .concpt__items .point-block .text .sentence {
    line-height: 2;
    margin-top: 20px;
    width: 90%;
  }
  #archive .md-archive .archive-flex-area {
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  #archive .md-archive .archive-flex-area .archive-item-box {
    width: 100%;
    display: flex;
    -ms-align-items: flex-start;
    -moz-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 1em 0;
    border-bottom: 1px solid #808080;
  }
  #archive .md-archive .archive-flex-area .archive-item-box:first-of-type {
    padding-top: 0;
  }
  #archive .md-archive .archive-flex-area .archive-item-box .archive-item-img-box {
    width: 120px;
    min-width: 120px;
    margin-right: 20px;
  }
  #archive .md-archive .archive-flex-area .archive-item-box .archive-item-img-box img {
    height: 112px;
  }
  #archive .md-archive .archive-flex-area .archive-item-box .archive-item-info-area {
    display: flex;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    -moz-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
  }
  #archive .md-archive .archive-flex-area .archive-item-box .archive-item-info-area .archive-item-info-box {
    margin: 0 0 0.3em 0;
  }
  #archive .md-archive .archive-flex-area .archive-item-box .archive-item-info-area .archive-item-info-box .archive-item-time {
    margin-right: 10px;
  }
  #archive .md-archive .archive-flex-area .archive-item-box .archive-item-info-area .archive-item-ttl {
    width: 100%;
  }
  #archive .md-archive .archive-flex-area .archive-item-box .archive-item-info-area .archive-item-text {
    width: 100%;
  }
  #sigle-hero .sigle-ttl {
    padding-left: 5%;
  }
}
@media (max-width: 812px) {
  .inner,
  .wide,
  .small,
  .min {
    max-width: 90%;
  }
  .br-tb {
    display: block;
  }
  #site-footer {
    padding: 25px 0 20px;
  }
  #site-footer .footer-area {
    display: none;
  }
  #site-footer #to-top-btn {
    bottom: 20px;
  }
  #about .md-about .content-ttl {
    margin-bottom: 100px;
  }
  #about .md-about .about-flex-area .about-main-img-area .about-main-img-box .about-main-img-fr-box {
    top: -34px;
    left: -31px;
  }
  #design .md-design .swiper .swiper-button-prev {
    left: 34vw;
  }
  #design .md-design .swiper .swiper-button-prev::after {
    font-size: 2.5rem;
  }
  #design .md-design .swiper .swiper-button-next {
    right: 34vw;
  }
  #design .md-design .swiper .swiper-button-next::after {
    font-size: 2.5rem;
  }
  #info .md-info .info-flex-area {
    -o-flex-flow: column;
    flex-flow: column;
  }
  #info .md-info .info-flex-area .info-img-area {
    width: 100%;
    margin-bottom: 3rem;
  }
  #info .md-info .info-flex-area .info-text-area {
    margin: 0 auto 0 0;
  }
  #follow .md-follow {
    /*padding: 114px 0 100px;*/
    padding: 86px 0 75px;
  }
  #galleryphoto .md-galleryphoto .gallerycontent {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  #galleryphoto .md-galleryphoto .gallerycontent .item .gallery-img {
    height: 212px;
  }
  .styled-tbl {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .styled-tbl tbody,
  .styled-tbl tr,
  .styled-tbl th,
  .styled-tbl td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .styled-tbl tr {
    margin-bottom: 1em;
  }
  .styled-tbl th,
  .styled-tbl td {
    padding-left: 0;
    padding-right: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .styled-tbl td {
    padding-left: 0.7em;
  }
  .md-filter .table {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .md-filter .table .th,
  .md-filter .table .td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .md-filter .table .item {
    padding: 1.5em;
  }
  .md-filter .table .item.td:first-child {
    padding-bottom: 0;
  }
  .md-filter .table .item .select__ttl {
    font-size: 1.2rem;
  }
}
@media (max-width: 480px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
  .none-sp {
    display: none;
  }
  .styled-tbl {
    display: block;
  }
  .styled-tbl tbody,
  .styled-tbl tr,
  .styled-tbl th,
  .styled-tbl td {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
    padding-left: 0 !important;
  }
  .h-gnav .global_navigation .global_navigation-ul {
    padding: 0px 25px;
    top: 40%;
  }
  .h-gnav .global_navigation .global_navigation-ul .menu-item {
    margin-top: 25px;
  }
  .h-gnav .global_navigation .global_navigation-ul .menu-item .menu-link {
    font-size: 2.5rem;
    letter-spacing: 0.05em;
  }
  .h-gnav .global_navigation .global_navigation-ul .menu-item .menu-link span {
    font-size: 1.2rem;
    margin-left: 10px;
  }
  .h-menu_box {
    left: 15px;
    height: 54px;
  }
  #header-area .header-inner .header-box {
    height: 54px;
  }
  #header-area .header-inner .header-box .center-box {
    left: 55px;
    font-size: 3.2rem;
  }
  #header-area .header-inner .header-box .right-box {
    right: 15px;
    font-size: 1.3rem;
    width: 150px;
  }
  #site-footer #to-top-btn {
    bottom: 50px;
    right: 10px;
    width: 75px;
    height: 75px;
  }
  #site-footer #to-top-btn .to-top-link .to-top-text {
    font-size: 1.6rem;
  }
  #site-footer #to-top-btn .to-top-link .to-top-text::before {
    width: 10px;
    height: 10px;
  }
  .more-reed-btn-box .more-reed-btn {
    padding: 16px 25%;
    white-space: nowrap;
  }
  #news .md-news .news-flex-area .news-item-box .news-item-img-box {
    margin-right: 15px;
  }
  #news .md-news .news-flex-area .news-item-box .news-item-info-img-box {
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    -moz-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
  }
  #news .md-news .news-flex-area .news-item-box .news-item-info-img-box .news-item-info-box {
    margin: 0 0 10px 0;
  }
  #news .md-news .more-reed-btn-box {
    -ms-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  #about .md-about .content-ttl {
    margin-bottom: 55px;
    font-size: 11.915vw;
    font-size: 4.8rem;
  }
  #about .md-about .about-flex-area {
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    -moz-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
  }
  #about .md-about .about-flex-area .about-main-img-area {
    width: 39.76%;
    margin-left: 2.1%;
  }
  #about .md-about .about-flex-area .about-main-img-area .about-main-img-box {
    position: relative;
  }
  #about .md-about .about-flex-area .about-main-img-area .about-main-img-box .about-main-img-fr-box {
    top: -19px;
    left: -15px;
  }
  #about .md-about .about-flex-area .about-text-area {
    font-size: 1.4rem;
    width: 80%;
    margin: 1em auto;
  }
  #about .md-about .about-sub-img {
    bottom: -3vw;
  }
  #design .md-design .swiper .swiper-button-prev {
    left: 26vw;
  }
  #design .md-design .swiper .swiper-button-prev::after {
    font-size: 2rem;
  }
  #design .md-design .swiper .swiper-button-next {
    right: 26vw;
  }
  #design .md-design .swiper .swiper-button-next::after {
    font-size: 2rem;
  }
  #menu-price .md-menu-price .menu-price-text {
    font-size: 3.5rem;
    font-size: 9vw;
  }
  #recruit .md-recruit .recruit-content-area .recruit-text-area .recruit-text-box .recruit-ttl {
    font-size: 9.5vw;
    font-size: 3.5rem;
  }
  #recruit .md-recruit .recruit-content-area .recruit-text-area .recruit-text-box .recruit-text {
    font-size: 1.4rem;
  }
  #info .md-info .info-flex-area .info-text-area .info-text-box .info-ttl-box {
    margin-bottom: 30px;
  }
  #info .md-info .info-flex-area .info-text-area .info-text-box .info-ttl-box .info-ttl {
    font-size: 6rem;
  }
  #info .md-info .info-flex-area .info-text-area .info-text-box .info-ttl-box .info-ttl-jp {
    font-size: 1.8rem;
  }
  #info .md-info .info-flex-area .info-text-area .info-text-box .info-address {
    font-size: 1.4rem;
    margin: 0 0 20px;
  }
  #info .md-info .info-flex-area .info-text-area .info-text-box .info-tel-box {
    margin-bottom: 30px;
  }
  #info .md-info .info-flex-area .info-text-area .info-text-box .info-tel-box .info-tel-text {
    font-size: 3.5rem;
  }
  #info .md-info .info-flex-area .info-text-area .info-text-box .info-time-box {
    margin-bottom: 30px;
  }
  #follow .md-follow {
    /*adding: 86px 0 75px;*/
    padding: 57px 0 50px;
    /*padding: 28px 0 25px*/
  }
  #sub-hero .page-ttl-text-box {
    padding: 230px 0 70px;
  }
  #sub-hero .page-ttl-img-box {
    top: 20px;
    transform: inherit;
    width: 80%;
  }
  #menu .menu_note {
    width: 80%;
  }
  #menu .menu__item {
    margin: 60px auto 0;
    width: 90%;
  }
  #menu .menu__item.first-item {
    margin: 60px auto 0;
  }
  #menu .menu__item:nth-child(even) .menu__items.cat-title {
    left: 2rem;
  }
  #menu .menu__item .menu__items.cat-title {
    font-size: 4.8rem;
    width: 100%;
    display: block;
    -moz-writing-mode: inherit;
    -o-writing-mode: inherit;
    writing-mode: inherit;
    max-width: 100vw;
    top: 0;
    left: 2rem;
  }
  #menu .menu__item .menu__items.cat-title::before {
    position: absolute;
    top: 60%;
    left: -4rem;
    width: 3rem;
    height: 2px;
  }
  #menu .menu__item .menu__items.menu-info {
    width: 100%;
  }
  #menu .menu__item .menu__items.menu-info .menu-info__item:first-child {
    margin-top: 40px;
  }
  #menu .menu__item .menu__items.menu-info .menu-info__item .cat-title .en {
    font-size: 2.4rem;
    width: 100%;
  }
  #menu .menu__item .menu__items.menu-info .menu-info__item .cat-title .ja {
    font-size: 1.4rem;
    margin-left: 0;
    width: 100%;
  }
  #menu .menu__item .menu__items.menu-info .menu-info__item .menu-list {
    margin-top: 20px;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: baseline;
    -moz-align-items: baseline;
    -o-align-items: baseline;
    align-items: baseline;
  }
  #menu .menu__item .menu__items.menu-info .menu-info__item .menu-list .menu-list__item {
    padding: 20px 0;
  }
  #menu .menu__item .menu__items.menu-info .menu-info__item .menu-list .menu-list__item .name {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    width: 70%;
    font-weight: 500;
  }
  #menu .menu__item .menu__items.menu-info .menu-info__item .menu-list .menu-list__item .price {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: right;
    width: 25%;
    white-space: nowrap;
    line-height: 1;
  }
  #menu .menu__item .menu__items.menu-info .menu-info__item .menu-list .menu-list__item .info {
    color: #808080;
    font-size: 1.6rem;
    font-weight: 400;
    font-weight: 100;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-top: 10px;
    width: 100%;
  }
  #galleryphoto .md-galleryphoto .gallerycontent {
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(139px, 1fr));
  }
  #galleryphoto .md-galleryphoto .gallerycontent .item .gallery-img {
    height: 170px;
    height: 40vw;
  }
  #salon-info .md-salon-info {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  #salon-info .md-salon-info .concpt__items .point-block .bg-item {
    padding: 0px 0px 75px 35px;
    width: 100%;
  }
  #salon-info .md-salon-info .concpt__items .point-block .bg-item::before {
    height: calc(100% - 75px);
    left: -35px;
    top: 35px;
  }
  #salon-info .md-salon-info .concpt__items .point-block .text {
    margin: 0 auto 0px;
    width: 100%;
  }
  #salon-info .md-salon-info .concpt__items .point-block .text .title {
    margin-left: 0px;
  }
  #salon-info .md-salon-info .concpt__items .point-block .text .sentence {
    width: 100%;
  }
  #archive .md-archive .archive-flex-area .archive-item-box .archive-item-img-box {
    margin-right: 12px;
  }
  #archive .md-archive .archive-flex-area .archive-item-box .archive-item-info-area .archive-item-info-box .archive-item-time {
    margin-right: 5px;
  }
  #archive .md-archive .archive-flex-area .archive-item-box .archive-item-info-area .archive-item-ttl {
    font-size: 1.6rem;
  }
  #archive .md-archive .archive-flex-area .archive-item-box .archive-item-info-area .archive-item-text {
    font-size: 1.2rem;
  }
  #sigle-hero .sigle-ttl {
    width: 100%;
    font-size: 5rem;
    line-height: 4.6rem;
  }
  .sentry table.responsive {
    display: block;
    border-bottom: #DDDDDD 1px solid;
  }
  .sentry table.responsive tbody,
  .sentry table.responsive tr,
  .sentry table.responsive th,
  .sentry table.responsive td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .sentry table.responsive th,
  .sentry table.responsive td {
    border-bottom: none;
  }
}/*# sourceMappingURL=style.css.map */