@charset "UTF-8";
/* nail salon Sourire CSS Document */
/* 共通部分 */
body {
  background: #fff;
  color: #2a2a2a;
  overflow: hidden;
  font-size: 15px;
  counter-reset: number 0;
}
a, .post-content a {
  color: #2a2a2a;
}
.font-type2, .headline-font-type {
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
p, .post-content p {
  font-size: 0.9em;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.post-content ul {
  font-size: 0.9em;
  list-style: disc;
}
.breadcrumb-wrapper {
  background: none;
}
.breadcrumb.inner {
  font-size: 0.8em;
  width: fit-content;
  display: block;
  height: 50px;
  line-height: 50px;
}
.breadcrumb li a, .breadcrumb li {
  color: #fff;
  font-size: 10px;
}
.signage {
  height: 400px;
/*  background-image: url(https://nail-sourire.net/wp-content/uploads/2022/04/header01.jpg) !important;
  background-size: cover;
  background-position: center;*/
}
.signage-title.headline-font-type, .signage-title-sub {
  text-align: center;
  text-shadow: none;
}
.signage-title.headline-font-type {
  margin-top: 0;
  letter-spacing: 3px;
  margin-bottom: 15px;
  font-size: 2.8em !important;
  font-weight: 600;
}
.signage-title-sub {
  font-size: 0.9em !important;
  letter-spacing: 1px;
  line-height: 1;
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  .signage {
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .signage {
    height: 180px;
  }
  .signage-title.headline-font-type {
    font-size: 2.2em !important;
    margin-bottom: 10px;
  }
}
/* 共通部分 END */
/* ナビ */
.header-bar {
    background: #F1DDC9;
  /*background: linear-gradient(150deg, #67554e 30%, #62463d 50%, #322822 100%);*/
  z-index: 50;
  box-shadow: none;
}
.logo-image {
  top: 20px;
  width: 170px;
  height: auto;
  left: 20px;
  position: absolute;
}
img.h_logo {
  width: 100%;
}
.global-nav {
  padding-right: 158px;
}
.header-bar-inner {
  width: 100%;
  max-width: unset;
  z-index: 100;
}
.global-nav {
  padding-right: 20px;
}
.global-nav > ul > li > a {
  font-size: 15px;
  font-weight: 600;
  line-height: 90px;
  padding: 0px 18px;
  position: relative;
  text-align: center;
  transition: all 0.5s;
  color: #94897b;
}
.global-nav > ul > li > a::before {
  content: "";
  height: 1px;
  left: 15px;
  width: 0;
  bottom: 15px;
  position: absolute;
  background: #fff;
  transition: all 0.5s;
  z-index: 1;
}
.global-nav > ul > li > a:hover::before {
  width: calc(100% - 28px);
}
.global-nav > ul > li > a::after {
  position: relative;
  text-align: center;
  display: block;
  bottom: 27px;
  line-height: 1;
  font-size: 10px;
  font-weight: 400;
  color: #94897b;
}
.global-nav > ul > li.global-menu-home > a::after {
  content: "ホーム";
}
.global-nav > ul > li.global-menu-greeting > a::after {
    content: "ご挨拶";
}
.global-nav > ul > li.global-menu-contact > a::after {
    content: "お問合せ";
}
.global-nav > ul > li.global-menu-menu > a::after {
  content: "メニュー";
}
.global-nav > ul > li.global-menu-school > a::after {
  content: "ネイルスクール";
}
.global-nav > ul > li.global-menu-faq > a::after {
  content: "よくある質問";
}
.global-nav > ul > li.global-menu-dispatch > a::after {
  content: "出張サービス";
}
.global-nav > ul > li.global-menu-salon > a::after {
  content: "サロン案内";
}
.global-nav > ul > li.global-menu-schedule > a::after {
    content: "スケジュール";
}
.global-nav > ul > li.global-menu-coupon > a::after {
    content: "クーポン";
}
.global-nav .current-menu-item > a, .global-nav a:hover {
  color: #503b33;
}
.global-nav .sub-menu {
  left: auto;
  right: 0px !important;
}
.global-nav .sub-menu a {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background: #503b32 !important;
}
.global-nav .sub-menu a:hover {
  color: #fff !important;
  background: #67554e !important;
}
.global-nav .sub-menu a:hover::before {
  content: none;
}
@media only screen and (max-width: 1200px) {
  .logo-image {
    top: 0;
    width: 100px;
    left: 0;
  }
  .header-bar {
    border-bottom: 1px solid #62463d;
  }
  .global-nav-button {
    border-left: 0px;
    background: none;
  }
  .global-nav-button:before {
    color: #fff;
  }
  .global-nav > ul > li > a {
    font-size: 12px;
    letter-spacing: 1px;
    text-shadow: none;
    text-align: left;
    padding: 0px 0px 0px 25px;
    line-height: 50px;
  }
  .global-nav > ul > li > a::after {
    text-align: left;
    line-height: 0;
    bottom: 25px;
    padding-left: 110px;
  }
  .global-nav > ul > li.global-menu-reserve > a {
    margin-left: 0;
    background: #fff;
    padding-left: 25px;
  }
  .global-nav .menu-item-has-children > a span::before {
    color: #fff;
  }
  .global-nav a {
    background: #67554e;
    color: #fff !important;
  }
  .global-nav .sub-menu a {
    font-size: 12px;
    background: #67554e !important;
    color: #fff !important;
    width: 100%;
  }
  .global-nav a:hover, .global-nav .sub-menu a:hover {
    background: #67554e;
    color: #94897b !important;
  }
  .global-nav a:hover::before {
    content: none;
  }
}
@media only screen and (max-width: 820px) {
  img.s_logo {
    width: 100%;
  }
}
/* ナビ END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
  display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.header-youtube-overlay {
  background: linear-gradient(150deg, hsl(15deg 23% 31% / 50%) 30%, hsl(23deg 19% 16% / 10%) 100%);
}
.top-slider-nav, .top-slider-nav a, .top-slider-nav li.active a, .top-slider-content-inner:after {
  display: none;
}
.top-slider-wrapper {
  position: relative;
  z-index: 0;
}
#top-slider-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.top-slider-content {
  border-radius: 0;
  width: auto !important;
  height: 100% !important;
  background: none;
  padding: 0 !important;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
}
.top-slider-content-inner {
  background: none;
  box-sizing: border-box;
  border-radius: 0;
  text-align: left;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  height: 100% !important;
  width: 100% !important;
}
.top-slider-content-inner:hover {
  background: none;
}
.front-slider-box {
  width: 86% !important;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  margin: auto;
}
.front-copy-box {
  width: calc(100% - 15px);
  height: calc(100% - 150px);
  position: relative;
}
.front-copy-img {
  position: absolute;
}
.front-copy-img img {
  display: block;
  width: 100%;
}
.front-copy-img.top-left {
  top: 0;
  left: 0;
  width: 50%;
  max-width: 220px;
  z-index: 0;
}
.front-copy-img.bottom-right {
  bottom: -30px;
  right: 0;
  width: 50%;
  max-width: 180px;
}
.top-slider-wrapper::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 50px;
  background: #fff;
  bottom: 0;
  left: 50%;
  z-index: 10;
}
.top-slider-wrapper::after {
  content: 'Scroll';
  position: absolute;
  color: #fff;
  text-align: center;
  width: 100%;
  right: 0px;
  bottom: 65px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1;
  z-index: 4;
}
.front_original__inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.front_original__flex-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.front_original01 {
  padding: 7em 0 6em;
  position: relative;
}
.front_original01::before {
  content: '';
  position: absolute;
  background: #fff;
  width: 30%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.front-original01__text h2, .front-original01__text h3, .front-original01__text p {
  width: 100%;
}
.front-original01__text {
  width: 50%;
  margin-left: 50%;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.front-original01__img {
  width: 50%;
  padding-right: 3em;
  margin-left: -100%;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.front-original01__img img {
  box-shadow: -1px 12px 20px hsl(34deg 10% 53% / 15%);
}
.front-original01__text h2 {
  font-size: 1.3em;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 15px;
  color: #67554e;
}
.front-original01__text h3 {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}
/*.front-original01__text h3 br {
  display: contents;
}*/
.front-original01__text p {
  margin-bottom: 15px;
  line-height: 2;
}
.front-original01__text p:last-of-type {
  margin-bottom: 0;
}
.content02 {
  background: #fff;
}
.content02-inner {
  width: 86%;
  padding-top: 70px;
  padding-bottom: 70px;
}
.content02-item {
  padding: 0;
  margin-left: 5%;
}
.content02-img {
  width: 100%;
  max-width: 580px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
  transition: all .5s;
  z-index: 0;
}
.content02-img:hover {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.content02-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 310/200; 
}
.content02-img .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: hsl(0deg 0% 0% / 20%);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.content02-img:hover .mask {
  opacity: 1;
}
.content02-text__box {
  box-sizing: border-box;
}
.content02-title {
  font-size: 1.3em;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: left;
}
.content02-title, .content02-text {
  color: #2a2a2a;
}
.content02-text {
  line-height: 2;
}
.content02-button {
  font-size: 0.95em;
  letter-spacing: 0.05em;
  font-weight: 400;
  border-radius: 100px;
  overflow: hidden;
  text-align: left;
  width: 100%;
  max-width: 330px;
  height: 55px;
  line-height: 55px;
  position: relative;
  margin: 30px auto 0;
  color: #2a2a2a;
  background: none;
  border: 1px solid;
  padding: 0 20px;
  box-sizing: border-box;
  transition: 0.8s;
  z-index: 1;
}
.content02-button::after {
  content: 'More';
  position: absolute;
  letter-spacing: 1px;
  right: 20px;
  font-weight: 500;
}
.content02-button::before {
  width: 0px;
  height: 100%;
  position: absolute;
  content: '';
  background: #67554e;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.8s;
}
.content02-button:hover {
  color: #fff;
  background: none;
  border: 1px solid #67554e;
}
.content02-button:hover::before {
  width: 100%;
}
.front_original02 {
  padding: 4em 0;
  position: relative;
  z-index: 0;
}
.front_original02::after {
  content: '';
  position: absolute;
  background: #fff;
  width: 40%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
}
.front-original02__text {
  width: 45%;
  margin-left: -100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.front-original02__img {
  width: 55%;
  margin-left: 45%;
  padding-left: 3em;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.front-original02__img img {
  box-shadow: 12px -1px 20px hsl(34deg 10% 53% / 15%);
}
.front-original02__text h2 {
  font-size: 1.3em;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 10px;
  color: #67554e;
  width: 100%;
}
.front-original02__text h3 {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}
.front-original02__text p {
  margin-bottom: 15px;
  line-height: 2;
  width: 100%;
}
.front-original02__text p:last-child {
  margin-bottom: 0;
}
.front-third {
  padding: 5em 0 8em;
  background: #fff;
}
.front-third-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.third-box {
  margin-bottom: 50px;
  box-sizing: border-box;
}
.third-box:last-of-type {
  margin-bottom: 0;
}
.front-third-text {
  width: 45%;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.front-third-text::before {
  counter-increment: number 1;
  content: "Point.0"counter(number) "";
  width: 100%;
  font-size: 1.3em;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 8px;
  color: #67554e;
}
.third-box:nth-of-type(odd) .front-third-text {
  padding-left: 5em;
  margin-left: 55%;
}
.third-box:nth-of-type(even) .front-third-text {
  padding-right: 5em;
}
h3.third_title, p.third_text {
  width: 100%;
}
h3.third_title {
  font-size: 1.5em;
  line-height: 1.6;
  margin-bottom: 30px;
  font-weight: 500;
}
p.third_text {
  line-height: 2;
  margin-bottom: 15px;
}
p.third_text:last-of-type {
  margin-bottom: 0;
}
.front-third-img {
  width: 55%;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.third-box:nth-of-type(odd) .front-third-img {
  margin-left: -100%;
}
.front-third-img img {
  width: 100%;
  display: block;
}
.front_blog {
  padding: 6em 0;
}
.original_blog_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
h2.front_blog_first {
  font-size: 2.8em;
  letter-spacing: 2px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}
h2.front_blog_first::after {
  content: 'お知らせ';
  display: block;
  font-size: 0.3em;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 12px;
}
h2.headline-primary {
  display: none;
}
.footer-gallery-title, .align1 {
  display: none;
}
.footer {
  margin-top: 0px;
  background: #F1DDC9;
}
.footer_original_content {
  padding-top: 3em;
  padding-bottom: 2em;
}
.footer_about_inner {
  width: 86%;
  margin: 0px auto;
  max-width: 1150px;
}
.footer_contact_bg {
  width: 50%;
  padding-right: 2em;
  box-sizing: border-box;
}
.footer_content_bg {
  width: 50%;
  box-sizing: border-box;
}
img.logo_img {
  /*width: 15%;*/
  max-width: 190px;
  margin-bottom: 15px;
}
address.footer_tel {
  font-size: 1.8em;
  font-weight: 800;
  margin-bottom: 15px;
  font-style: normal;
  letter-spacing: 1px;
}
span.footer_tel_sab {
  font-size: 0.5em;
  margin-right: 4px;
  letter-spacing: 1px;
}
p.footer-con-caution {
  font-size: 12px;
  letter-spacing: 0;
  position: relative;
  line-height: 1.5;
  padding-left: 14px;
  margin-bottom: 3px;
}
p.footer-con-caution::before {
  content: '※';
  position: absolute;
  left: 0;
}
dl.address_body {
  width: auto;
  font-size: 0.75em;
  line-height: 1.6;
  display: flex;
  margin-top: 8px;
}
dl.address_body:last-of-type {
  margin-bottom: 0;
}
dt.address_title {
  width: 12%;
  margin-right: 15px;
  box-sizing: border-box;
}
span.address-caution {
  margin-left: 8px;
  padding-left: 13px;
  position: relative;
}
span.address-caution::before {
  content: '※';
  position: absolute;
  left: 0;
}
ul.sns__links {
  margin-top: 15px;
  display: flex;
}
li.sns__links-item {
  width: auto;
  margin-right: 15px;
}
li.sns__links-item:last-child {
  margin-right: 0;
}
a.footer_sns {
  display: block;
  text-align: center;
}
a.footer_sns::before {
  content: "";
  font-family: design_plus;
  position: relative;
  display: inline-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #fff;
  font-size: 15px;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  transition: all 0.5s;
  z-index: 1;
}
a.mail_but::before {
  content: "\f0e0";
  background: #67554e;
}
a.mail_but:hover {
  color: #67554e;
}
a.web-reserve_but::before {
  content: "\e953";
  background: #322822;
}
a.web-reserve_but:hover {
  color: #62463d;
}
a.line_but::before {
  content: "\e909";
  background: #18c507;
}
a.line_but:hover {
  color: #18c507;
}
a.insta_but::before {
  content: "\ea92";
  background-image: linear-gradient(45deg, #ffd75f, #ff0357);
}
a.insta_but:hover {
  color: #ff0357;
}
a.footer_sns:hover::before {
  opacity: 0.8;
}
a.footer_sns span {
  margin-top: 5px;
  text-align: center;
  display: block;
  font-size: 0.5em;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.footer_menu_box h3 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: #67554e;
}
.footer-content-list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
ul.footer-content-list-outer {
  width: 33.3333%;
  box-sizing: border-box;
  padding-left: 1em;
}
ul.footer-content-list-outer li {
  font-size: 0.8em;
  font-weight: 600;
  line-height: 1.5;
  padding-left: 25px;
  margin-bottom: 8px;
  position: relative;
  box-sizing: border-box;
}
ul.footer-content-list-outer li:last-of-type {
  margin-bottom: 0;
}
ul.footer-content-list-outer li:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 1px;
  background: #67554e;
  top: 8px;
  left: 0;
  transition: all 0.5s;
}
ul.footer-content-list-outer li:hover::before {
  padding-left: 8px;
}
.footer-content {
  display: none;
}
.pagetop {
  right: 15px;
  transition: all 0.8s;
}
.pagetop a {
  background: none;
  color: #2a2a2a;
  writing-mode: vertical-rl;
  position: relative;
  width: auto;
  height: auto;
  padding-bottom: 100px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}
.pagetop a::before {
  content: none;
}
.pagetop a::after {
  content: '';
  position: absolute;
  display: block;
  background: #2a2a2a;
  height: 100px;
  right: 8px;
  width: 1px;
  bottom: 0;
  z-index: -1;
}
.pagetop a:hover {
  color: #94897b;
  background: none;
}
.pagetop a:hover::after {
  background: #94897b;
}
.pagetop a span {
  padding-bottom: 10px;
  transition: all 0.8s;
}
.pagetop a span:hover {
  padding-bottom: 30px;
}
.social-nav-item a:before {
  color: #2a2a2a;
}
.copyright {
  font-size: 11px;
  color: #2a2a2a;
}
.footer-bar01, .footer-bar01-inner, .copyright {
  background: #f1eae2;
}
@media only screen and (max-width: 1200px) {
  .header-youtube {
    height: calc(100vh - 55px);
  }
  .front-copy-img {
    width: 22%;
  }
  .front_original01 {
    padding: 4em 0 3em;
  }
  .content02-inner {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .front_original02 {
    padding: 3em 0;
  }
  .front-third {
    padding: 3em 0 5em;
  }
  .front-third-text {
    width: 100%;
    padding-bottom: 1em;
  }
  h3.third_title {
    margin-bottom: 12px;
    line-height: 1.5;
  }
  .third-box:nth-of-type(odd) .front-third-text {
    padding-left: 0;
    margin-left: 0;
  }
  .third-box:nth-of-type(even) .front-third-text {
    padding-right: 0;
  }
  .front-third-img {
    width: 100%;
  }
  .third-box:nth-of-type(odd) .front-third-img {
    margin-left: 0;
  }
  .front_blog {
    padding: 4em 0;
  }
  .footer_original_content {
    padding-top: 2em;
  }
}
@media only screen and (max-width: 970px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 55px);
  }
  .front-original01__text {
    width: 100%;
    margin-left: 0;
    margin-bottom: 1.5em;
  }
  .front-original01__img {
    width: 100%;
    padding-right: 0;
    margin-left: 0;
  }
  .content02::after {
    height: 20%;
  }
  .content02-title {
    margin-bottom: 10px;
  }
  a.content02-button {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    text-align: center;
  }
  a.content02-button::after {
    content: none;
  }
  .front-original02__img {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 2em;
  }
  .front-original02__text {
    width: 100%;
    margin-left: 0;
  }
  .dp-footer-bar a {
    color: #fff !important;
  }
  .dp-footer-bar {
    background: #67554e !important;
    border-top: 1px solid #e9e9e9 !important;
  }
  .dp-footer-bar-item + .dp-footer-bar-item {
    border-left: 1px solid #fff !important;
  }
  [class^="icon-"], [class*=" icon-"] {
    font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
    font-weight: 500;
    letter-spacing: 1px;
  }
  .dp-footer-bar-icon:before {
    font-weight: 500;
  }
  .icon-file-text:before {
    content: "\e909";
  }
  .icon-pencil:before {
    content: "\e953";
  }
}
@media only screen and (max-width: 767px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(100vh - 55px);
  }
  .front-copy-box {
    height: calc(100% - 70px);
  }
  .front-copy-img.top-left {
    width: 35%;
  }
  .front-copy-img.bottom-right {
    width: 25%;
    bottom: -10px;
  }
  .top-slider-wrapper::before {
    height: 30px;
  }
  .top-slider-wrapper::after {
    font-size: 10px;
    bottom: 40px;
  }
  div#content01::before {
    height: 30px;
  }
  .front_original01 {
    padding: 3em 0;
  }
  .front-original01__text h3 {
    line-height: 1.5;
  }
  .content02-inner {
    padding-top: 30px;
    padding-bottom: 120px;
  }
  .content02-item {
    margin-left: 0;
  }
  .content02-item:nth-of-type(2) {
    top: 40px;
  }
  .content02-item:nth-of-type(3) {
    top: 80px;
  }
  a.content02-button {
    margin-top: 15px;
  }
  .front-original02__text h3 {
    margin-bottom: 10px;
  }
  .front-third {
    padding: 2em 0;
  }
  .third-box {
    margin-bottom: 30px;
  }
  .front_blog {
    padding: 2em 0 1em;
  }
  h2.front_blog_first {
    font-size: 1.8em;
    margin-bottom: 25px;
  }
  h2.front_blog_first::after {
    margin-top: 10px;
  }
  .footer_contact_bg, .footer_content_bg {
    width: 100%;
  }
  .footer_contact_bg {
    padding-right: 0;
    margin-bottom: 2.5em;
  }
  dt.address_title {
    width: 15%;
  }
  .social-nav {
    width: 86%;
    text-align: left;
    margin: auto;
    padding-top: 20px;
  }
  .pagetop {
    right: 8px;
  }
}
@media only screen and (max-width: 500px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 60px);
  }
  .front-copy-img {
    width: 30%;
  }
  .front-original01__text h3 br {
    display: block;
  }
  .content02::after {
    height: 10%;
  }
  .front_original02 {
    padding-top: 1em;
    margin-bottom: 3em;
  }
  .front_original02::after {
    height: 30%;
  }
  ul.footer-content-list-outer {
    width: 50%;
  }
  ul.footer-content-list-outer:last-of-type {
    width: 100%;
    margin-top: 20px;
  }
  span.address-caution {
    display: block;
    margin-left: 0;
  }
}
@media only screen and (max-height: 400px) {
  .top-slider {
    height: 100vh;
  }
}
/* トップ・フッター END */
/* 固定ページ */
.page .post-header {
  margin: 0px;
}
.content_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0px auto;
  padding: 100px 0;
  box-sizing: border-box;
  position: relative;
}
.post-content h2 {
  font-size: 1.5em;
  line-height: 1.5;
  margin-bottom: 40px;
  padding-top: 0px;
  font-weight: 500;
  text-align: center;
}
.post-content h2::after {
  content: "";
  width: 40px;
  height: 1px;
  border-radius: 50px;
  display: block;
  margin: 15px auto 0;
  background: #94897b;
}
.post-content h3 {
  font-size: 1.2em;
  font-weight: 500;
  padding: 0;
  margin-bottom: 15px;
  line-height: 1.5;
  color: #67554e;
}
.post-content h4 {
  font-size: 1.2em;
  margin-bottom: 15px;
  line-height: 1.5;
  font-weight: 600;
  padding: 0;
}
.post-content table {
  margin: 0;
}
.post-content th, .post-content td {
  font-size: 0.9em;
  vertical-align: middle;
  line-height: 1.8;
  padding: 18px 25px 15px;
  background: none;
  border: 1px #94897b dotted;
}
.post-content th {
  width: 20%;
  text-align: left;
  border-right: none;
}
.post-content td {
  border-left: none;
}
@media only screen and (max-width: 1200px) {
  .content_inner {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 970px) {
  .post-content th, .post-content td {
    display: block;
    box-sizing: border-box;
    border: 1px #a0a4ac dotted;
    margin-top: -1px;
    width: 100% !important;
  }
  .post-content th {
    padding: 12px 20px 0 20px;
    border-bottom: none;
  }
  .post-content td {
    padding: 8px 20px 12px;
    border-top: none;
  }
}
@media only screen and (max-width: 767px) {
  .content_inner {
    padding: 50px 0;
  }
  .post-content h2 {
    font-size: 1.3em;
    margin-bottom: 30px;
  }
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog.logged-in .main {
  padding-bottom: 100px;
}
h2.archive-title {
  font-size: 1.8em !important;
  font-weight: 600;
  letter-spacing: 1px;
  color: #2a2a2a;
}
.archive-header {
  margin: 90px 0px 40px;
}
.article02-title a {
  color: #2a2a2a;
}
.article03 {
  background: #fff;
  border: 1px dotted #94897b;
  box-sizing: border-box;
}
.article03-thumbnail {
  border-radius: 3px;
}
.article03-content {
  padding: 15px 18px;
}
.article03-title {
  font-size: 0.85em;
  line-height: 1.5;
  font-weight: 400;
  color: #2a2a2a;
  height: auto;
}
.article04 {
  background: #fff;
}
.article04-title {
  font-size: 18px;
  font-weight: 500;
  color: #2a2a2a;
}
.article04-text {
  line-height: 1.8;
}
.post-category {
  font-weight: 300;
}
.post-title, .post-meta {
  font-weight: 500;
  color: #2a2a2a;
}
.nav-links01 {
  border-top: 1px dotted #67554e;
  border-bottom: 1px dotted #67554e;
}
.nav-links01-previous + .nav-links01-next {
  border-left: 1px dotted #67554e;
}
.article01-title a {
  font-size: 0.9em;
  font-weight: 500;
  color: #2a2a2a;
}
.nav-links01-previous a::before, .nav-links01-next a::after {
  font-size: 15px;
  font-weight: 500;
}
.post-meta-box {
  background: #f1f1f2;
}
.post-meta-box-item::before {
  color: #2a2a2a;
}
span.post-category a:hover, li.post-meta-box-item a:hover {
  color: #67554e;
}
.primary {
  width: 100%;
}
.headline-bar {
  color: #2a2a2a;
  font-weight: 500;
  background: #fff;
}
@media only screen and (max-width: 1200px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 80px;
  }
  .article03-title {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 970px) {
  .post-meta-box-item {
    padding: 8px 0px 8px 20px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 30px;
  }
  .archive-header {
    margin: 50px 0px 30px;
  }
  h2.archive-title {
    font-size: 25px !important;
  }
  h1.post-title {
    font-size: 1.2em !important;
  }
  .nav-links01-previous a::before, .nav-links01-next a::after {
    color: #2a2a2a;
  }
  .article04-title {
    font-size: 15px;
  }
  .nav-links01 {
    border: 1px dashed #2a2a2a;
  }
}
@media only screen and (max-width: 500px) {
  .post-title, .post-meta {
    text-align: left;
  }
  .article03-title {
    font-size: 10px;
    margin-top: 0;
  }
}
/* お知らせ END */
/* コンテンツ 共通 */
.flex-inner {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.nailist_sec .flex-inner {
	justify-content: center;
}
/* コンテンツ 共通 END */
/* 2box */
.two_box {
  width: calc(50% - 15px);
  margin-right: 30px;
}
.two_box:nth-of-type(2) {
  margin-right: 0;
}
.two_box p {
  margin-bottom: 0;
}
img.image-two {
  width: 50%;
}
@media only screen and (max-width: 970px) {
  .two_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5em;
  }
  .two_box:nth-of-type(2) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 500px) {
  img.image-two {
    width: 100%;
  }
}
/* 2box */
/* メニュー */
.menu_sec .content_inner {
  max-width: 850px;
}
span.menu-sab-title {
  font-size: 0.7em;
  margin-top: 7px;
  display: block;
}
img.menu-image {
  max-width: 500px;
  margin: 0 auto 30px;
  display: block;
}
.menu_box {
  margin-bottom: 100px;
}
.menu_box:last-of-type {
  margin-bottom: 0;
}
.menu_box p {
  margin-bottom: 10px;
}
.corse-pay-box p {
  margin-top: 10px;
}
span.menu-sab-title {
  font-size: 0.7em;
  margin-top: 7px;
  display: block;
}
.corse_nailist_box {
  padding: 30px 35px;
  border: 1px dotted #94897b;
  box-sizing: border-box;
}
.corse_nailist_box h3 {
  background: #f3f0ec;
  padding: 5px 12px;
}
p.caution {
  font-size: 0.85em;
  padding-left: 15px;
  line-height: 1.5;
  margin-bottom: 8px;
  position: relative;
}
p.caution:last-of-type {
  margin-bottom: 15px;
}
p.caution::before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
  color: #c4302b;
}
table.price_table th, table.price_table td {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  padding: 20px 5px 16px;
  border-left: 0;
  border-right: 0;
}
table.price_table th {
  width: 70%;
  color: #654135;
}
table.price_table td {
  text-align: end;
  letter-spacing: 0.08em;
  border-right: 0;
  padding-right: 0;
}
span.price-text {
  margin-top: 10px;
  line-height: 1.7;
  display: block;
  font-size: 0.85em;
  letter-spacing: 0;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #2a2a2a;
}
span.tax {
  font-size: 0.9em;
  display: block;
}
span.price-caution {
  font-size: 0.9em;
  letter-spacing: 0;
  padding-left: 15px;
  position: relative;
  color: #2a2a2a;
}
span.price-caution::before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
  color: #c4302b;
}
p.next-discount {
  font-size: 1em;
  line-height: 1.5;
  margin-top: 50px;
  padding: 10px 15px;
  text-align: center;
  background: #f1eae2;
  margin-bottom: 0;
}
p.next-discount span {
  font-size: 1.1em;
  font-weight: 800;
  color: #322822;
}
ul.corse-pay-list {
  margin: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 22px 10px;
  background: #f1eae2;
  box-sizing: border-box;
}
ul.corse-pay-list li {
  width: calc(50% - 10px);
  margin-right: 20px;
  font-size: 15px;
  padding-left: 18px;
  line-height: 1.5;
  margin-bottom: 8px;
  position: relative;
  box-sizing: border-box;
}
ul.corse-pay-list li:nth-of-type(2n) {
  margin-right: 0;
}
ul.corse-pay-listt li:last-child {
  margin-bottom: 0;
}
ul.corse-pay-list li::before {
  content: "◆";
  position: absolute;
  font-size: 11px;
  left: 0;
  top: 5px;
  line-height: 1;
  color: #67554e;
}
a.school-link_but {
  width: 100%;
  max-width: 330px;
  margin: auto;
  padding: 12px 20px;
  font-size: 1.1em;
  text-align: center;
  color: #fff;
  background: #62463d;
  border-radius: 100px;
  box-sizing: border-box;
  display: block;
}
a.school-link_but:hover {
  color: #fff;
  background: #94897b;
}
@media only screen and (max-width: 1200px) {
  .menu_box {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 970px) {
  table.price_table th {
    padding-top: 12px;
    letter-spacing: 0;
    padding-bottom: 0;
  }
  table.price_table td {
    padding-top: 10px;
    padding-bottom: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .menu_box {
    margin-bottom: 50px;
  }
  .corse_nailist_box {
    padding: 20px 25px;
  }
  p.next-discount {
    font-size: 0.9em;
    text-align: left;
  }
}
@media only screen and (max-width: 600px) {
  ul.corse-pay-list li {
    width: 100%;
    margin-right: 0;
  }
}
/* メニュー END */
/* よくある質問*/
.faq_sec .content_inner {
  max-width: 900px;
}
.faq {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dotted #94897b;
  box-sizing: border-box;
}
.faq:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0px;
  border-bottom: 0;
}
.faq h2 {
  font-size: 1.3em;
  line-height: 1.8;
  padding: 0;
  margin-bottom: 20px;
  text-align: left;
  background: none;
}
.faq h2::before {
  counter-increment: number 1;
  content: "Question."counter(number) "";
  display: block;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  color: #67554e;
  z-index: -2;
}
.faq h2::after {
  content: none;
}
p.answer {
  padding-left: 30px;
  margin-bottom: 0px;
}
span.faq-caution {
  font-size: 0.9em;
  line-height: 1.5;
  padding-left: 18px;
  position: relative;
  display: block;
  color: #c84e49;
}
span.faq-caution::before {
  content: '※';
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .faq {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .faq h2 {
    line-height: 1.5;
  }
  p.answer {
    padding-left: 0;
  }
}
/* よくある質問 END */
/* 出張サービス */
h2.dispatch-title {
  font-size: 1.4em;
  text-align: left;
  color: #67554e;
}
h2.dispatch-title::after {
  content: none;
}
.dispatch-price-box {
  padding: 30px;
  border: 1px dotted #94897b;
  background: #fff;
  box-sizing: border-box;
}
.dispatch-price-box p {
  margin-bottom: 0;
}
a.dispatch-con_but {
  width: 100%;
  max-width: 330px;
  margin-top: 15px;
  padding: 10px 20px;
  border-radius: 100px;
  color: #fff;
  background: #67554e;
  box-sizing: border-box;
  display: block;
  position: relative;
}
a.dispatch-con_but:hover {
  color: #fff;
  background: #94897b;
}
a.dispatch-con_but::after {
  content: '\e910';
  position: absolute;
  font-family: 'design_plus';
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .dispatch-price-box {
    padding: 20px 25px;
  }
}
/* 出張サービス END */
/* サロン案内 */
.salon_sec:nth-of-type(2) {
  background: #f7f6f5;
}
.salon_sec:nth-of-type(2) .content_inner {
  max-width: 900px;
}
table.salon_table th, table.salon_table td {
  padding: 22px 15px 20px;
}
table.salon_table th {
  width: 22%;
}
span.salon-parking {
  display: block;
  margin-top: 10px;
  color: #67554e;
}
span.salon_caution {
  font-size: 0.85em;
  padding-left: 8px;
}
.map_sec {
  height: 500px;
}
.map_sec iframe {
  filter: grayscale(100%);
}
.map_sec iframe:hover {
  filter: grayscale(0%);
}
@media only screen and (max-width: 1200px) {
  .map_sec {
    height: 350px;
  }
}
@media only screen and (max-width: 970px) {
  table.salon_table th {
    padding: 15px 15px 0 15px;
  }
  table.salon_table td {
    padding: 5px 15px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .map_sec {
    height: 250px;
  }
}
/* サロン案内 END */
/* ネイリスト */
.nailist-inner {
  margin-bottom: 70px;
}
.nailist_text {
  width: 50%;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.nailist_img {
  width: 50%;
  padding-left: 3em;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.nailist_text h2 {
  font-size: 1.8em;
  letter-spacing: 1px;
  text-align: left;
  width: 100%;
}
.nailist_text h2::after {
  margin: 15px 0 0;
}
.nailist_text p {
  line-height: 1.8;
  margin-bottom: 20px;
  width: 100%;
}
.nailist_text p:last-child {
  margin-bottom: 0;
}
.nailist-list-box {
  width: calc(50% - 6.7px);
  margin-right: 10px;
  padding: 20px 25px;
  box-sizing: border-box;
  background: #fff;
  border: 1px dotted #94897b;
}
.nailist-list-box:nth-of-type(3) {
  margin-right: 0;
}
h3.name {
  font-size: 1.3em;
  margin-bottom: 15px;
}
h3.name span {
  font-size: 0.7em;
}
ul.licence_list {
  margin: 0;
  list-style: none;
}
ul.licence_list li {
  padding-left: 18px;
  line-height: 1.5;
  margin-bottom: 8px;
  position: relative;
}
ul.licence_list li::before {
  content: '◆';
  position: absolute;
  font-size: 10px;
  top: 3px;
  left: 0;
  color: #67554e;
}
@media only screen and (max-width: 970px) {
  .nailist-list-box {
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .nailist-inner {
    margin-bottom: 40px;
  }
  .nailist_text {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .nailist_img {
    width: 100%;
    padding-left: 0;
  }
  .nailist-list-box {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .nailist-list-box:nth-of-type(2) {
    margin-right: 0;
  }
  .nailist-list-box:nth-of-type(3) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 500px) {
  .nailist-list-box {
    width: 100%;
    margin-right: 0;
  }
}
/* ネイリスト END */
/* お問い合わせ */
.contact_sec .content_inner, .mail_sec .content_inner {
  max-width: 850px;
}
.contact_sec p {
  margin-bottom: 0;
}
.contact_sec .content_inner {
  padding-bottom: 0;
}
.con_box {
  margin-bottom: 70px;
}
.con_box:last-of-type {
  margin-bottom: 0;
}
.con_box p {
  margin-bottom: 0;
}
address.con_tel {
  font-size: 2.5em;
  letter-spacing: 2px;
  font-style: normal;
  text-align: center;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1;
}
span.con_tel_sab {
  font-size: 0.5em;
  letter-spacing: 1px;
  margin-right: 3px;
}
p.con_time {
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 8px;
}
p.con_time:last-of-type {
  margin-bottom: 0;
}
span.con_time_title {
  margin-right: 10px;
  color: #67554e;
}
span.time-caution {
  margin-left: 10px;
  font-size: 0.85em;
}
p.con_caution {
  font-size: 0.85em;
  line-height: 1.5;
  margin-top: 5px;
  margin-bottom: 0;
  position: relative;
  text-align: center;
}
p.con_caution:last-of-type {
  margin-bottom: 0;
}
p.con_caution::before {
  content: '※';
  padding-right: 5px;
}
a.con_reserve_but, a.con_line_but {
  width: 100%;
  max-width: 450px;
  padding: 20px 30px;
  font-size: 1.1em;
  letter-spacing: 1px;
  margin: 0 auto;
  border-radius: 100px;
  font-weight: 500;
  box-sizing: border-box;
  position: relative;
  display: inline-flex;
  display: flex;
  align-items: center;
  justify-content: start;
}
a.con_reserve_but {
  background: #62463d;
  color: #fff;
}
a.con_line_but {
  background: #18c507;
  color: #fff;
  padding: 15px 30px;
}
a.con_reserve_but::after, a.con_line_but::after {
  content: "";
  font-family: 'design_plus';
  position: absolute;
  font-size: 30px;
  font-weight: 400;
  right: 25px;
}
a.con_reserve_but::after {
  content: "\e953";
}
a.con_line_but::after {
  content: "\e909";
}
a.con_reserve_but:hover {
  color: #fff;
  background: #94897b;
}
a.con_line_but:hover {
  color: #fff;
  background: #67554e;
}
p.con_line_text {
  width: fit-content;
  margin: 0 auto 20px;
  line-height: 1.8;
}
.con-info-box {
  margin-bottom: 30px;
}
.con-info-box h3 {
  margin-bottom: 10px;
}
.con-info-box p {
  line-height: 1.8;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .con_box {
    margin-bottom: 40px;
  }
  address.con_tel {
    font-size: 2.2em;
  }
  a.con_reserve_but, a.con_line_but {
    font-size: 1em;
    letter-spacing: 0;
  }
  a.con_reserve_but::after, a.con_line_but::after {
    font-size: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 500px) {
  span.time-caution {
    display: block;
    margin-top: 2px;
  }
}
/* お問い合わせ END */
/* お問い合わせフォーム */
span.required {
  font-size: 0.8em;
  letter-spacing: 0;
  margin-left: 8px;
  padding: 4px 3px;
  border-radius: 4px;
  color: #fff;
  background: #94897b;
}
table.mail_table th, table.mail_table td {
  border: 0;
  padding-top: 0;
  padding-bottom: 18px;
}
table.mail_table th {
  width: 18%;
  padding-right: 0;
  padding-left: 0;
}
table.mail_table td {
  padding-left: 15px;
  padding-right: 0;
}
.wpcf7 {
  border: none;
  background: none;
  margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
  background: #fbfbfb;
  border: none;
  padding: 15px;
  border-radius: 6px;
  box-sizing: border-box;
}
.wpcf7 form {
  margin: 0;
}
.wpcf7 form p {
  font-size: 14px;
  font-weight: 500;
  line-height: 0;
  margin-bottom: 0;
}
.wpcf7-list-item {
  margin-left: 0;
}
.wpcf7 input.wpcf7-submit {
  margin-top: 40px;
  width: 100%;
  margin-left: auto;
  font-size: 1.2em;
  letter-spacing: 1px;
  font-weight: 600;
  height: 70px;
  line-height: 40px;
  color: #fff;
  background: #67554e;
  border-radius: 100px;
  transition: all .8s;
}
.wpcf7 input.wpcf7-submit:hover {
  color: #fff;
  background: #322822;
  transform: translateY(8px);
  border: 1px solid !important;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
  box-shadow: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  background: #ffd8df;
  line-height: 1.8;
  padding: 15px 20px;
}
@media only screen and (max-width: 970px) {
  table.mail_table th {
    padding-bottom: 8px;
  }
  table.mail_table td {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wpcf7 input.wpcf7-submit {
    margin-top: 0;
  }
}
/* お問い合わせフォーム END */
/* スマホ動画 */
video {
  display: block;
}
#bg-video {
  right: 0px;
  bottom: 0px;
  z-index: -1;
}
#main-image {
  background-color: rgba(0, 0, 0, 0);
}
video {
  min-height: 20vh;
  min-width: 20vw;
  width: 100%;
  height: auto;
  background: url("") center center no-repeat fixed;
}
/* スマホ動画 END */
/*スマホ動画*/
video {display:block;}
 
#bg-video {
  right:0;
  bottom:0;
  z-index:-1;
}

#main-image {
  background-color: rgba(0, 0, 0, 0);
}

video {
  min-height: 20%;
  min-height: 20vh;
  min-width: 20%;
  min-width: 20vw;
  width:100%;
  height:auto;
  background: url('/wp-content/uploads/2022/02/main-sp.jpg') no-repeat;
  background-attachment: fixed;
  background-position: center center;
}

.grecaptcha-badge {
	display: none !important;
}