@charset "UTF-8";
html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

h2,
.more-button,
footer,
nav,
.style-stylist-name,
.top-news p {
  font-family: "Lora", serif;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.sp-menu-jp {
  font-size: 16px;
}

h2 {
  font-family: "Lora", serif;
  text-align: center;
  position: relative;
  font-size: 48px;
  padding-bottom: 10px;
}

@media (max-width: 991px) {
  h2 {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 38px;
  }
}

h2::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #222;
  bottom: 0;
  left: calc(50% - 20px);
}

h3 {
  font-family: "Lora", serif;
  text-align: center;
  position: relative;
  font-size: 48px;
  padding-top: 50px;
  padding-bottom: 10px;
}

@media (max-width: 991px) {
  h3 {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 38px;
  }
}

.move-midashi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 1.3s;
  transition: 1.3s;
}

.move-midashi::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.move-midashi.move::after {
  overflow: hidden;
  -webkit-animation: midashiMove-underBar 0.5s 0.5s forwards;
          animation: midashiMove-underBar 0.5s 0.5s forwards;
}

.move-midashi div {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  margin: 0 1px;
  opacity: 0;
}

.move-midashi div.move {
  overflow: hidden;
  -webkit-animation: midashiMove 0.5s forwards;
          animation: midashiMove 0.5s forwards;
}

.move-midashi div.move:nth-of-type(1) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}

.move-midashi div.move:nth-of-type(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.move-midashi div.move:nth-of-type(3) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.move-midashi div.move:nth-of-type(4) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.move-midashi div.move:nth-of-type(5) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.move-midashi div.move:nth-of-type(6) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.move-midashi div.move:nth-of-type(7) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.move-midashi div.move:nth-of-type(8) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.move-midashi div.move:nth-of-type(9) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

.move-midashi div.move:nth-of-type(10) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.more-button-container {
  text-align: center;
}

.more-button-container a {
  display: inline-block;
  text-align: center;
  background-color: #4d4d4d;
  font-size: 18px;
  padding: 30px 120px;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 767px) {
  .more-button-container a {
    padding: 30px 0;
    width: 100%;
  }
}

.more-button-container .more-button {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #4d4d4d;
}

.more-button-container .more-button:hover {
  background-color: #fff;
  color: #222222;
}

.more-button-container .more-button:hover .more-arrow {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.more-button-container .more-button:hover .more-arrow::before {
  background-color: #222222;
}

.more-button-container .more-button:hover .more-arrow::after {
  background-color: #222222;
}

.more-button-container .more-button .more-arrow {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.more-button-container .more-button .more-arrow::before {
  position: absolute;
  top: 50%;
  right: 60px;
  content: "";
  background-color: #4d4d4d;
  width: 40px;
  height: 1px;
}

.more-button-container .more-button .more-arrow::after {
  position: absolute;
  top: 50%;
  right: 60px;
  content: "";
  background-color: #4d4d4d;
  width: 10px;
  height: 1px;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* HTMLの対象にborderLeftRightのクラスを入れる */
.borderLeftRight {
  display: inline-block;
  position: relative;
}

.borderLeftRight::after {
  content: "";
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #222;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.2s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.2s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.2s cubic-bezier(0.86, 0, 0.07, 1);
}

.scroll-header .borderLeftRight::after {
  background-color: #191919;
}

.borderLeftRight:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.nav-jp-top:hover::after {
  text-align: center;
  content: "トップ";
  margin-top: 10px;
  line-height: 2;
}

@media (max-width: 767px) {
  .nav-jp-top:hover::after {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .nav-jp-top:hover::after {
    font-size: 16px;
  }
}

.nav-jp-about:hover::after {
  text-align: center;
  content: "概要";
  margin-top: 10px;
  line-height: 2;
}

@media (max-width: 767px) {
  .nav-jp-about:hover::after {
    font-size: 16px;
  }
}

.nav-jp-style:hover::after {
  text-align: center;
  content: "スタイル";
  margin-top: 10px;
  line-height: 2;
}

@media (max-width: 767px) {
  .nav-jp-style:hover::after {
    font-size: 16px;
  }
}

.nav-jp-staff:hover::after {
  text-align: center;
  content: "美容師";
  margin-top: 10px;
  line-height: 2;
}

@media (max-width: 767px) {
  .nav-jp-staff:hover::after {
    font-size: 16px;
  }
}

.nav-jp-news:hover::after {
  text-align: center;
  content: "お知らせ";
  margin-top: 10px;
  line-height: 2;
}

@media (max-width: 767px) {
  .nav-jp-news:hover::after {
    font-size: 16px;
  }
}

.nav-jp-contact:hover::after {
  text-align: center;
  content: "問い合わせ";
  margin-top: 10px;
  line-height: 2;
}

@media (max-width: 767px) {
  .nav-jp-contact:hover::after {
    font-size: 16px;
  }
}

.nav-jp-reserve:hover::after {
  text-align: center;
  content: "予約";
  margin-top: 10px;
  line-height: 2;
}

@media (max-width: 767px) {
  .nav-jp-reserve:hover::after {
    font-size: 16px;
  }
}

.page-nav {
  margin-top: 200px;
}

.page-h2 {
  background-color: #fff;
  padding: 0;
  margin: 0;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .page-h2 {
    border-top: 1px solid #222222;
    padding-top: 50px;
    margin-bottom: 50px;
  }
}

.page-container {
  width: 100%;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  line-height: 1.7;
  font-size: 18px;
}

@media (max-width: 991px) {
  .page-container {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .page-container {
    padding-top: 0;
    margin-top: 100px;
    font-size: 16px;
  }
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

#fade {
  z-index: 999999;
  /* #loaderより少ない値を入れて下さい */
  width: 100%;
  height: 100%;
  display: none;
  background: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
}

#loader {
  width: 80px;
  height: 80px;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  /* heightの半分のマイナス値 */
  margin-left: -40px;
  /* widthの半分のマイナス値 */
  z-index: 1000000;
  /* #fadeより多い値を入れて下さい */
}

#loader img {
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
}

.loader {
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #222222;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 0.5s infinite linear;
  animation: load8 0.5s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes catchCopyAnime {
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

@keyframes catchCopyAnime {
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

@-webkit-keyframes andAnime {
  100% {
    opacity: 1;
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@keyframes andAnime {
  100% {
    opacity: 1;
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@-webkit-keyframes guidButtonAnime {
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes guidButtonAnime {
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@-webkit-keyframes styleLineAnime-X {
  50% {
    width: 100%;
    opacity: 1;
  }
  70% {
    width: 100%;
    opacity: 1;
  }
  71% {
    width: 100%;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}

@keyframes styleLineAnime-X {
  50% {
    width: 100%;
    opacity: 1;
  }
  70% {
    width: 100%;
    opacity: 1;
  }
  71% {
    width: 100%;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}

@-webkit-keyframes styleLineAnime-Y {
  50% {
    height: calc(100% - 40px);
    opacity: 1;
  }
  70% {
    height: calc(100% - 40px);
    opacity: 1;
  }
  71% {
    height: calc(100% - 40px);
    opacity: 0;
  }
  100% {
    height: calc(100% - 40px);
    opacity: 0;
  }
}

@keyframes styleLineAnime-Y {
  50% {
    height: calc(100% - 40px);
    opacity: 1;
  }
  70% {
    height: calc(100% - 40px);
    opacity: 1;
  }
  71% {
    height: calc(100% - 40px);
    opacity: 0;
  }
  100% {
    height: calc(100% - 40px);
    opacity: 0;
  }
}

@-webkit-keyframes sp-styleLineAnime-Y {
  50% {
    height: 100%;
    opacity: 1;
  }
  70% {
    height: 100%;
    opacity: 1;
  }
  71% {
    height: 100%;
    opacity: 0;
  }
  100% {
    height: 100%;
    opacity: 0;
  }
}

@keyframes sp-styleLineAnime-Y {
  50% {
    height: 100%;
    opacity: 1;
  }
  70% {
    height: 100%;
    opacity: 1;
  }
  71% {
    height: 100%;
    opacity: 0;
  }
  100% {
    height: 100%;
    opacity: 0;
  }
}

@-webkit-keyframes styleFadeIn {
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes styleFadeIn {
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@-webkit-keyframes styleFadeOut {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes styleFadeOut {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@-webkit-keyframes styleItemFadeIn {
  100% {
    opacity: 1;
  }
}

@keyframes styleItemFadeIn {
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes styleItemMoveUp {
  100% {
    -webkit-transform: translate(0, -100px);
            transform: translate(0, -100px);
  }
}

@keyframes styleItemMoveUp {
  100% {
    -webkit-transform: translate(0, -100px);
            transform: translate(0, -100px);
  }
}

@-webkit-keyframes styleItemMoveDown {
  100% {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
}

@keyframes styleItemMoveDown {
  100% {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
}

@-webkit-keyframes contentFadeIn-L {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes contentFadeIn-L {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@-webkit-keyframes contentFadeIn-R {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes contentFadeIn-R {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@-webkit-keyframes midashiMove {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes midashiMove {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

@-webkit-keyframes midashiMove-underBar {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes midashiMove-underBar {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #222222;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

.sp-menu {
  display: none;
  z-index: 10000;
  position: fixed;
  top: 25px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 1px solid;
  border-color: rgba(34, 34, 34, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sp-menu.menu-border {
  border-color: #222222;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: 24px;
  right: 19px;
}

.sp-menu .sns ul {
  margin: 0;
  padding-bottom: 100px;
  height: 100px;
  overflow: hidden;
}

.nav_sp_toggle {
  display: block;
  position: absolute;
  width: 1.75rem;
  height: 1.5rem;
  right: 10px;
  top: 12px;
}

.nav_sp a {
  text-decoration: none;
  color: #222222;
}

.nav_sp ul {
  padding-top: 30px;
  height: 100vh;
  overflow: auto;
}

.nav_sp li {
  list-style: none;
  font-size: 24px;
  margin-top: 30px;
}

.nav_sp_toggle i {
  z-index: 10000;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
  position: absolute;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.nav_sp_toggle i:nth-child(1) {
  top: 0;
}

.nav_sp_toggle i:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}

.nav_sp_toggle i:nth-child(3) {
  bottom: 0;
}

.nav_sp_toggle.show i:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}

.nav_sp_toggle.show i:nth-child(2) {
  opacity: 0;
}

.nav_sp_toggle.show i:nth-child(3) {
  -webkit-transform: translateY(-12px) rotate(45deg);
          transform: translateY(-12px) rotate(45deg);
}

.nav_sp {
  z-index: 9999;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  padding: 1rem;
  width: 200px;
  height: 100vh;
  border: 1px solid #000;
  visibility: hidden;
  overflow: hidden;
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
  -webkit-transition: visibility 0.3s, -webkit-transform 0.3s;
  transition: visibility 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, visibility 0.3s;
  transition: transform 0.3s, visibility 0.3s, -webkit-transform 0.3s;
}

.nav_sp ll {
  display: block;
}

.nav_sp.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
}

header {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-color: #fff;
}

@media (max-width: 767px) {
  header {
    height: 100px;
  }
}

.header-inner {
  position: relative;
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-inner .header-sns {
  position: absolute;
  right: 100px;
  top: 70px;
}

@media (max-width: 767px) {
  .header-inner .header-sns {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
    height: 100px;
  }
  .header-inner .header-sns {
    position: static;
  }
  .header-inner .header-sns ul {
    margin: 0 auto;
  }
}

.sns ul {
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1199px) {
  .sns ul {
    width: 150px;
  }
}

.sns ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  background-color: #4d4d4d;
  border: 1px solid #4d4d4d;
  border-radius: 60px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 1199px) {
  .sns ul li {
    width: 45px;
    height: 45px;
  }
}

.sns ul li i {
  color: #fff;
  font-size: 24px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sns ul li:hover {
  background-color: #fff;
}

.sns ul li:hover i {
  color: #4d4d4d;
}

.logo {
  text-align: center;
}

.logo img {
  width: 150px;
  height: 150px;
}

@media (max-width: 767px) {
  .logo img {
    width: 75px;
    height: 75px;
  }
}

.top {
  z-index: -1;
  position: fixed;
  top: 200px;
  left: 0;
  width: 100%;
  height: calc(100vh - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: calc(100vh - 100px);
  background-position: center;
  background-size: cover;
}

@media (min-width: 768px) {
  .top {
    background-image: url(images/top.webp);
  }
}

@media (max-width: 767px) {
  .top {
    background-image: url(images/sp-top.webp);
    top: 100px;
  }
}

.top-news {
  margin-top: 100vh;
  width: 100%;
  padding: 20px 0;
  background-color: #222222;
  opacity: 0.8;
}

.top-news a {
  text-decoration: none;
}

.top-news:hover {
  cursor: pointer;
}

.top-news:hover .more-arrow {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

@media (max-width: 767px) {
  .top-news:hover .more-arrow {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

.top-news .top-news-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  color: #fff;
}

.top-news .top-news-inner p {
  position: relative;
  font-size: 24px;
  margin-right: 20px;
}

.top-news .top-news-inner article {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 20px;
  border-left: 2px solid #fff;
  font-size: 16px;
}

.top-news .top-news-inner article .more-arrow {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 767px) {
  .top-news .top-news-inner article .more-arrow {
    display: none;
  }
}

@media (max-width: 767px) {
  .top-news .top-news-inner article .more-arrow {
    right: 30px;
  }
}

.top-news .top-news-inner article .more-arrow::before {
  position: absolute;
  top: 50%;
  right: -100px;
  content: "";
  background-color: #fff;
  width: 40px;
  height: 1px;
}

.top-news .top-news-inner article .more-arrow::after {
  position: absolute;
  top: 50%;
  right: -100px;
  content: "";
  background-color: #fff;
  width: 10px;
  height: 1px;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.top-news .top-news-inner article .top-news-date {
  padding-bottom: 10px;
}

.catch-copy {
  position: relative;
  top: 0px;
  text-align: center;
}

.catch-copy .hair-design img,
.catch-copy .life-design img,
.catch-copy .sub-copy img {
  width: 600px;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .catch-copy .hair-design img,
  .catch-copy .life-design img,
  .catch-copy .sub-copy img {
    width: 300px;
  }
}

.catch-copy .hair-design {
  opacity: 0;
  -webkit-transform: translate(0, -30px);
          transform: translate(0, -30px);
  overflow: hidden;
  -webkit-animation: catchCopyAnime 0.7s 0.2s forwards;
          animation: catchCopyAnime 0.7s 0.2s forwards;
}

.catch-copy .and img {
  width: 100px;
  height: auto;
  margin: 0 auto;
  position: relative;
  top: -60px;
  opacity: 0;
  overflow: hidden;
  -webkit-animation: andAnime 0.7s 0.2s forwards;
          animation: andAnime 0.7s 0.2s forwards;
}

@media (max-width: 767px) {
  .catch-copy .and img {
    top: -30px;
    width: 50px;
  }
}

.catch-copy .life-design img {
  position: relative;
  top: -120px;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  overflow: hidden;
  -webkit-animation: catchCopyAnime 0.7s 0.2s forwards;
          animation: catchCopyAnime 0.7s 0.2s forwards;
}

@media (max-width: 767px) {
  .catch-copy .life-design img {
    top: -60px;
  }
}

.catch-copy .sub-copy img {
  position: relative;
  top: -150px;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  overflow: hidden;
  -webkit-animation: catchCopyAnime 0.7s 0.4s forwards;
          animation: catchCopyAnime 0.7s 0.4s forwards;
}

@media (max-width: 767px) {
  .catch-copy .sub-copy img {
    top: -75px;
  }
}

.guid-button {
  position: relative;
  top: -150px;
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 75px;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  overflow: hidden;
  -webkit-animation: guidButtonAnime 0.7s 0.9s forwards;
          animation: guidButtonAnime 0.7s 0.9s forwards;
}

@media (max-width: 767px) {
  .guid-button {
    top: -75px;
    width: 45px;
    height: 45px;
  }
}

.guid-button .guid-arrow::before {
  position: absolute;
  top: 30px;
  left: 11px;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

@media (max-width: 767px) {
  .guid-button .guid-arrow::before {
    top: 20px;
    width: 11px;
  }
}

.guid-button .guid-arrow::after {
  position: absolute;
  top: 30px;
  right: 11px;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

@media (max-width: 767px) {
  .guid-button .guid-arrow::after {
    top: 20px;
    width: 11px;
  }
}

#header-nav,
#footer-nav {
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  background-color: #fff;
  border-bottom: 1px solid #222;
  border-top: 1px solid #222;
}

@media (max-width: 1199px) {
  #header-nav,
  #footer-nav {
    font-size: 16px;
  }
}

#header-nav ul,
#footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#header-nav ul a,
#footer-nav ul a {
  text-decoration: none;
  color: #222222;
  margin-right: 30px;
  padding: 10px;
}

#header-nav ul a:last-child,
#footer-nav ul a:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  #header-nav {
    display: none;
  }
}

#header-nav.nav-fixed {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  #header-nav.nav-fixed {
    display: none;
  }
}

.about,
.staff {
  position: relative;
  padding: 100px 0;
  background-color: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about h2,
.staff h2 {
  margin-bottom: 40px;
}

.about img,
.staff img {
  max-width: 1000px;
}

.about.nav-fixed {
  margin-top: 100px;
}

@media (max-width: 767px) {
  .about.nav-fixed {
    margin-top: 0;
  }
}

.about .content-textbox {
  position: relative;
}

.about .content-textbox::before {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
}

.about .content-textbox.content-show::before {
  -webkit-animation: contentFadeIn-L 0.75s cubic-bezier(0.6, 0, 0.3, 1) forwards;
          animation: contentFadeIn-L 0.75s cubic-bezier(0.6, 0, 0.3, 1) forwards;
}

.about .content-textbox .textbox-up {
  overflow: hidden;
  margin-bottom: 50px;
}

.about .content-textbox .textbox-up p {
  -webkit-transition: 0.8s 0.5s;
  transition: 0.8s 0.5s;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}

.about .content-textbox .textbox-up p.content-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.about .content-img {
  z-index: 1;
}

@media (max-width: 767px) {
  .about .content-img {
    width: 100%;
  }
}

.about .content-img::before {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
}

.about .content-img.content-show::before {
  -webkit-animation: contentFadeIn-R 0.75s cubic-bezier(0.6, 0, 0.3, 1) forwards;
          animation: contentFadeIn-R 0.75s cubic-bezier(0.6, 0, 0.3, 1) forwards;
}

.about .content-img img {
  position: absolute;
  top: 10%;
  right: 0;
  width: 60%;
  max-height: 500px;
}

@media (max-width: 1199px) {
  .about .content-img img {
    top: 10%;
  }
}

@media (max-width: 767px) {
  .about .content-img img {
    position: static;
    width: 100%;
  }
}

.staff .content-textbox {
  position: relative;
}

.staff .content-textbox::before {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
}

.staff .content-textbox.content-show::before {
  -webkit-animation: contentFadeIn-R 0.75s cubic-bezier(0.6, 0, 0.3, 1) forwards;
          animation: contentFadeIn-R 0.75s cubic-bezier(0.6, 0, 0.3, 1) forwards;
}

.staff .content-textbox .textbox-up {
  overflow: hidden;
  margin-bottom: 50px;
}

.staff .content-textbox .textbox-up p {
  -webkit-transition: 0.8s 0.5s;
  transition: 0.8s 0.5s;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}

.staff .content-textbox .textbox-up p.content-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.staff .content-img {
  z-index: 1;
}

@media (max-width: 767px) {
  .staff .content-img {
    width: 100%;
  }
}

.staff .content-img::before {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
}

.staff .content-img.content-show::before {
  -webkit-animation: contentFadeIn-L 0.75s cubic-bezier(0.6, 0, 0.3, 1) forwards;
          animation: contentFadeIn-L 0.75s cubic-bezier(0.6, 0, 0.3, 1) forwards;
}

.staff .content-img img {
  position: absolute;
  top: 10%;
  left: 0;
  width: 60%;
  max-height: 500px;
}

@media (max-width: 1199px) {
  .staff .content-img img {
    top: 10%;
  }
}

@media (max-width: 767px) {
  .staff .content-img img {
    position: static;
    width: 100%;
  }
}

.content-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

.content-container.reverse {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767px) {
  .content-container {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.content-textbox {
  width: 50%;
  z-index: 2;
  background-color: #fff;
  padding: 60px 40px;
  outline: 1px solid #4d4d4d;
  outline-offset: -20px;
  font-size: 18px;
}

@media (max-width: 1199px) {
  .content-textbox {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .content-textbox {
    font-size: 16px;
    width: 100%;
  }
}

.content-textbox p {
  text-align: left;
  line-height: 1.5em;
}

.style {
  z-index: 3;
  padding: 100px 0;
  background-color: #f4f4f4;
  background-position: center;
  background-size: cover;
}

@media (max-width: 767px) {
  .style {
    background-image: url(images/sp-style-bg.webp);
  }
}

@media (min-width: 768px) {
  .style {
    background-image: url(images/style-bg.webp);
  }
}

.style h2 {
  margin-bottom: 100px;
}

.style .more-button {
  margin-top: 50px;
}

@media (max-width: 1199px) {
  .style .more-button {
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  .style .more-button {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .style .more-button-container {
    padding: 0 20px;
  }
}

@media (min-width: 768px) {
  .style .style-item.style-item-show:nth-of-type(1) {
    overflow: hidden;
    -webkit-animation: styleItemMoveUp 0.5s 1.35s cubic-bezier(0.15, 1, 0.51, 1) forwards;
            animation: styleItemMoveUp 0.5s 1.35s cubic-bezier(0.15, 1, 0.51, 1) forwards;
  }
  .style .style-item.style-item-show:nth-of-type(3) {
    overflow: hidden;
    -webkit-animation: styleItemMoveDown 0.5s 1.35s cubic-bezier(0.15, 1, 0.51, 1) forwards;
            animation: styleItemMoveDown 0.5s 1.35s cubic-bezier(0.15, 1, 0.51, 1) forwards;
  }
}

.style-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .style-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.style-container .style-item {
  position: relative;
  width: 30%;
  max-width: 400px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .style-container .style-item {
    width: 50%;
    margin-top: 10px;
  }
  .style-container .style-item img {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
}

.style-container .style-item.style-item-show::before {
  content: "";
  z-index: 2;
  width: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  height: calc(100% - 40px);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
  background-color: #555;
  overflow: hidden;
  -webkit-animation: styleFadeIn 0.3s 0.75s cubic-bezier(1, 0, 1, 1) forwards, styleFadeOut 0.3s 1.05s cubic-bezier(0.25, 1, 1, 1) forwards;
          animation: styleFadeIn 0.3s 0.75s cubic-bezier(1, 0, 1, 1) forwards, styleFadeOut 0.3s 1.05s cubic-bezier(0.25, 1, 1, 1) forwards;
}

@media (max-width: 767px) {
  .style-container .style-item.style-item-show::before {
    height: 100%;
  }
}

.style-container .style-item .style-item-window {
  width: 100%;
  height: calc(100% - 35px);
}

@media (max-width: 767px) {
  .style-container .style-item .style-item-window {
    height: calc(100% + 100px);
  }
}

.style-container .style-item .style-item-window.style-item-show::before {
  position: absolute;
  top: 0px;
  left: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
  content: "";
  width: 0%;
  height: 1px;
  background-color: #555;
  overflow: hidden;
  -webkit-animation: styleLineAnime-X 1.5s forwards;
          animation: styleLineAnime-X 1.5s forwards;
}

.style-container .style-item .style-item-window.style-item-show::after {
  position: absolute;
  top: 0px;
  right: 0;
  -webkit-transform-origin: top;
          transform-origin: top;
  content: "";
  width: 1px;
  height: 0%;
  background-color: #555;
}

@media (min-width: 768px) {
  .style-container .style-item .style-item-window.style-item-show::after {
    overflow: hidden;
    -webkit-animation: styleLineAnime-Y 1.5s forwards;
            animation: styleLineAnime-Y 1.5s forwards;
  }
}

@media (max-width: 767px) {
  .style-container .style-item .style-item-window.style-item-show::after {
    overflow: hidden;
    -webkit-animation: sp-styleLineAnime-Y 1.5s forwards;
            animation: sp-styleLineAnime-Y 1.5s forwards;
  }
}

.style-container .style-item .style-item-window-2 {
  width: 100%;
  height: calc(100% - 35px);
}

@media (max-width: 767px) {
  .style-container .style-item .style-item-window-2 {
    height: calc(100% + 100px);
  }
}

.style-container .style-item .style-item-window-2.style-item-show::before {
  position: absolute;
  bottom: 40px;
  right: 0;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  content: "";
  width: 0%;
  height: 1px;
  background-color: #555;
  overflow: hidden;
  -webkit-animation: styleLineAnime-X 1.5s forwards;
          animation: styleLineAnime-X 1.5s forwards;
}

@media (max-width: 767px) {
  .style-container .style-item .style-item-window-2.style-item-show::before {
    bottom: 0;
  }
}

.style-container .style-item .style-item-window-2.style-item-show::after {
  position: absolute;
  bottom: 40px;
  left: 0;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  content: "";
  width: 1px;
  height: 0%;
  background-color: #555;
}

@media (min-width: 768px) {
  .style-container .style-item .style-item-window-2.style-item-show::after {
    overflow: hidden;
    -webkit-animation: styleLineAnime-Y 1.5s forwards;
            animation: styleLineAnime-Y 1.5s forwards;
  }
}

@media (max-width: 767px) {
  .style-container .style-item .style-item-window-2.style-item-show::after {
    bottom: 0;
    overflow: hidden;
    -webkit-animation: sp-styleLineAnime-Y 1.5s forwards;
            animation: sp-styleLineAnime-Y 1.5s forwards;
  }
}

.style-container .style-item img {
  opacity: 0;
  width: 100%;
  height: 420px;
}

@media (max-width: 991px) {
  .style-container .style-item img {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .style-container .style-item img {
    height: 200px;
  }
}

.style-container .style-item img.style-item-show {
  overflow: hidden;
  -webkit-animation: styleItemFadeIn 0s 1.05s forwards;
          animation: styleItemFadeIn 0s 1.05s forwards;
}

.style-container .style-item .style-textbox {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translate(0, -40px);
          transform: translate(0, -40px);
  width: 90%;
  height: 100px;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: rgba(34, 34, 34, 0.16) 5px 5px 5px;
          box-shadow: rgba(34, 34, 34, 0.16) 5px 5px 5px;
}

@media (max-width: 767px) {
  .style-container .style-item .style-textbox {
    width: 95%;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

.style-container .style-item .style-textbox.style-item-show {
  overflow: hidden;
  -webkit-animation: styleItemFadeIn 0s 1.05s forwards;
          animation: styleItemFadeIn 0s 1.05s forwards;
}

.style-container .style-item .style-textbox p.style-stylist-name {
  font-size: 18px;
  color: #a5a5a5;
}

@media (max-width: 991px) {
  .style-container .style-item .style-textbox p.style-stylist-name {
    font-size: 16px;
    line-height: 1;
  }
}

.style-container .style-item .style-textbox p.style-name {
  font-size: 18px;
}

@media (max-width: 991px) {
  .style-container .style-item .style-textbox p.style-name {
    font-size: 16px;
    line-height: 1;
  }
}

.news {
  padding: 100px 0;
  background-color: #fff;
}

.news h2 {
  margin-bottom: 50px;
}

.news .top-news-container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news .top-news-container article {
  position: relative;
  width: 40%;
  background-color: #fff;
  -webkit-box-shadow: rgba(34, 34, 34, 0.16) 0px 3px 10px;
          box-shadow: rgba(34, 34, 34, 0.16) 0px 3px 10px;
  margin-bottom: 70px;
  padding: 30px 20px;
}

.news .top-news-container article::before {
  z-index: 2;
  position: absolute;
  top: -20px;
  left: -10px;
  content: "";
  width: calc(100% + 12px);
  height: 130%;
  background-color: #fff;
}

.news .top-news-container article.content-show::before {
  -webkit-animation: contentFadeIn-R 0.75s cubic-bezier(0.6, 0, 0.3, 1) forwards;
          animation: contentFadeIn-R 0.75s cubic-bezier(0.6, 0, 0.3, 1) forwards;
}

@media (max-width: 767px) {
  .news .top-news-container article {
    width: 100%;
    margin-bottom: 40px;
  }
}

.news .top-news-container article.content-show:nth-child(1)::before {
  overflow: hidden;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.news .top-news-container article.content-show:nth-child(2)::before {
  overflow: hidden;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.news .top-news-container article.content-show:nth-child(3)::before {
  overflow: hidden;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.news .top-news-container article.content-show:nth-child(4)::before {
  overflow: hidden;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.news .top-news-container article.content-show:nth-child(5)::before {
  overflow: hidden;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.news .top-news-container article.content-show:nth-child(6)::before {
  overflow: hidden;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.news .top-news-container article .top-news-category {
  position: absolute;
  left: 25px;
  top: -20px;
  display: inline-block;
  color: #fff;
  background-color: #4d4d4d;
  padding: 10px 35px;
  font-size: 16px;
}

.news .top-news-container article .top-news-date {
  font-size: 14px;
}

.news .top-news-container article .top-news-title {
  line-height: 1.5em;
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .news .top-news-container article .top-news-title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .news .more-button-container {
    padding: 0 20px;
  }
}

.top-return-button {
  position: relative;
  height: 100px;
  background-color: #4d4d4d;
}

@media (max-width: 767px) {
  .top-return-button {
    height: 50px;
  }
}

.top-return-button:before {
  position: absolute;
  left: calc(50% - 7px);
  top: 50%;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  content: "";
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top-return-button:after {
  position: absolute;
  left: calc(50% + 7px);
  top: 50%;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  content: "";
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top-return-button:hover {
  cursor: pointer;
}

.top-return-button:hover::before {
  -webkit-transform: rotate(-40deg) translate(4px, -5px);
          transform: rotate(-40deg) translate(4px, -5px);
}

.top-return-button:hover::after {
  -webkit-transform: rotate(40deg) translate(-4px, -5px);
          transform: rotate(40deg) translate(-4px, -5px);
}

footer {
  background-color: #fff;
}

@media (max-width: 767px) {
  #footer-nav {
    height: auto;
  }
  #footer-nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) and (max-width: 1199px) {
  #footer-nav ul {
    margin: 10px 0;
  }
}

@media (max-width: 767px) {
  #footer-nav ul li {
    margin: 0;
    margin: 20px 5%;
    text-align: center;
  }
}

.footer-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-tel a {
  text-decoration: none;
  color: #fff;
}

.footer-open-time p {
  margin: 10px 0;
}

.footer-logo {
  margin: 50px 0;
}

.footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  padding-left: 10px;
  margin-bottom: 120px;
}

.copyright {
  text-align: center;
  padding-bottom: 5px;
}

.page-about-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .page-about-container {
    display: block;
  }
}

.page-about-img-container {
  width: 50%;
}

@media (max-width: 767px) {
  .page-about-img-container {
    width: 100%;
  }
}

.page-about-img-container img {
  vertical-align: top;
  width: 100%;
}

.page-about-text {
  width: 50%;
  padding: 20px;
}

@media (max-width: 767px) {
  .page-about-text {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}

.page-container h2 {
  margin-bottom: 50px;
}

.page-container .style-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-container .ladys {
  color: #d8315b;
}

.page-container .mens {
  color: #0267c1;
}

.page-style-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
}

.page-style-category a {
  color: #222222;
  font-size: 24px;
  margin: 0 20px;
}

.page-staff-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .page-staff-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-staff-container article {
  width: 33%;
}

.page-staff-container article img {
  width: 100%;
}

.page-staff-container article:nth-of-type(2) {
  margin: 0 20px;
}

@media (max-width: 767px) {
  .page-staff-container article:nth-of-type(2) {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .page-staff-container article {
    width: 100%;
    padding-top: 50px;
  }
}

.page-staff-name {
  text-align: center;
  margin-top: 20px;
}

.page-staff-name p {
  font-weight: 400;
  font-size: 24px;
}

@media (max-width: 991px) {
  .page-staff-name p {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .page-staff-name p {
    font-size: 20px;
  }
}

.page-staff-profile {
  padding: 20px;
}

@media (max-width: 767px) {
  .page-staff-profile {
    padding-left: 0;
    padding-right: 0;
  }
}

.page-news-container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-news-container article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  border-top: 1px solid #d1d1d1;
}

@media (max-width: 767px) {
  .page-news-container article {
    display: block;
  }
}

.page-news-container article:last-of-type {
  border-bottom: 1px solid #d1d1d1;
}

.page-news-container article .page-news-left {
  text-align: center;
  margin-right: 70px;
  width: 150px;
}

@media (max-width: 767px) {
  .page-news-container article .page-news-left {
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.page-news-container article .page-news-left .page-news-date {
  margin-top: 8px;
  margin-bottom: 25px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .page-news-container article .page-news-left .page-news-date {
    margin: 0;
  }
}

.page-news-container article .page-news-left .page-news-category {
  padding: 5px 10px;
  white-space: nowrap;
  font-size: 18px;
  color: #fff;
  background-color: #4d4d4d;
}

@media (max-width: 767px) {
  .page-news-container article .page-news-left .page-news-category {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .page-news-container article .page-news-right {
    margin-top: 30px;
  }
}

.page-news-container article .page-news-right .page-news-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.page-contact-container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.page-contact-container a {
  display: inline-block;
  color: #fff;
  background-color: #ff8c00;
  text-decoration: none;
  padding: 10px 30px;
  margin: 50px 0;
}

.wpcf7 {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.wpcf7 input {
  width: 100%;
  height: 20px;
}

.wpcf7 input.wpcf7-submit {
  text-align: center;
  width: 250px;
  height: 100%;
  margin: 0 auto;
  margin-top: 30px;
  padding: 10px 0;
  background-color: #81e979;
  border: none;
  -webkit-box-shadow: #222 0px 2px 2px;
          box-shadow: #222 0px 2px 2px;
  font-size: 18px;
}

.wpcf7 input.wpcf7-submit:hover {
  cursor: pointer;
}

@media (max-width: 767px) {
  .wpcf7 input.wpcf7-submit {
    width: 100%;
  }
}

.wpcf7 textarea {
  width: 100%;
}

.cf-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  margin-bottom: 5px;
}

.must {
  font-size: 14px;
  margin-left: 10px;
  color: red;
}

.must::before {
  content: "※";
}

.page-reserve-date {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  margin-bottom: 50px;
}

.page-reserve-date p:nth-of-type(1) {
  margin-bottom: 20px;
}

.page-reserve-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .page-reserve-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.page-reserve-container h3 {
  font-size: 32px;
  margin-bottom: 30px;
  padding: 0;
}

@media (max-width: 767px) {
  .page-reserve-container h3 {
    font-size: 24px;
  }
}

.page-reserve-container .web-reserve,
.page-reserve-container .tel-reserve {
  text-align: center;
  width: 48%;
  padding: 20px;
  -webkit-box-shadow: #222 0px 0px 5px;
          box-shadow: #222 0px 0px 5px;
  background-color: #f4f4f4;
}

@media (max-width: 767px) {
  .page-reserve-container .web-reserve,
  .page-reserve-container .tel-reserve {
    margin-bottom: 50px;
    width: 100%;
  }
  .page-reserve-container .web-reserve .more-arrow,
  .page-reserve-container .tel-reserve .more-arrow {
    display: none;
  }
}

.page-reserve-container .web-reserve a,
.page-reserve-container .tel-reserve a {
  text-decoration: none;
  color: #fff;
  padding: 20px 0;
  width: 100%;
  display: inline-block;
  background-color: #4d4d4d;
}

.page-reserve-container .tel-reserve a {
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media (max-width: 767px) {
  .is-sp {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */