html *, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  /*background: #000;*/
  color: #000;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 300;
  position: relative; }

/*
body:after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background: #000 url(../images/common/bg_body.jpg) no-repeat 50% 0/cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: auto;
  opacity: 0;
  -webkit-animation: fadeIn 1.8s ease-in-out .3s 1 forwards;
          animation: fadeIn 1.8s ease-in-out .3s 1 forwards; }
*/

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

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
img {
  max-width: 100%; }

a:hover {
  opacity: .9; }

@media screen and (min-width: 961px) {
  .sponly {
    display: none; } }
@media screen and (max-width: 768px) {
  .pconly {
    display: none; } }
.global-line {
  overflow: hidden;
  width: 100%; }
  .global-line::before, .global-line::after,
  .global-line span,
  .global-line span::before,
  .global-line span::after {
    content: "";
    display: block;
    width: 20%;
    height: 5px;
    position: absolute;
    -webkit-animation: line .6s ease-in forwards;
            animation: line .6s ease-in forwards; }
  .global-line span::before,
  .global-line span::after {
    width: 100%; }
  .global-line::before {
    background-color: #EECBC3;
    left: 0; }
  .global-line::after {
    background-color: #8CCED0;
    left: 20%; }
  .global-line span {
    background-color: #D9C095;
    left: 40%; }
  .global-line span::before {
    background-color: #A1D0A3;
    left: 100%; }
  .global-line span::after {
    background-color: #B9A7C7;
    left: 200%; }

.header {
  padding: 0 0 0;
  position: relative;
  text-align: center; }
  .header-logo {
    margin: 0;
    padding: 0; }
    .header-logo a {
      background: url(../images/common/logo-header.png) no-repeat 50% 50%/contain;
      display: block;
      width: 114px;
      height: 30px;
      margin: 0 auto;
      overflow: hidden;
      text-indent: -999px;
      text-align: left; }
  .header .global-line::before, .header .global-line::after,
  .header .global-line span,
  .header .global-line span::before,
  .header .global-line span::after {
    top: 0; }

.nav-global {
  background: #000;
  position: absolute;
  width: 100%;
  z-index: 1000; }
  .nav-global a {
    color: #FFF;
    text-decoration: none; }
  .nav-global_btn {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 20px;
    right: 16px;
    width: 48px;
    height: 48px; }
    .nav-global_btn span,
    .nav-global_btn span::before,
    .nav-global_btn span::after {
      background: #FFF;
      display: block;
      position: absolute;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
    .nav-global_btn span {
      width: 18px;
      height: 2px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .nav-global_btn span::before, .nav-global_btn span::after {
        content: "";
        width: 100%;
        height: 100%; }
      .nav-global_btn span::before {
        -webkit-transform: translateY(-6px);
            -ms-transform: translateY(-6px);
                transform: translateY(-6px); }
      .nav-global_btn span::after {
        -webkit-transform: translateY(6px);
            -ms-transform: translateY(6px);
                transform: translateY(6px); }
    .nav-global_btn.is-active span {
      background-color: transparent; }
      .nav-global_btn.is-active span::before {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .nav-global_btn.is-active span::after {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
  .nav-global_list {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0; }
    .nav-global_list li {
      padding: 20px 0;
      position: relative; }
      .nav-global_list li:first-child::before, .nav-global_list li.last::before {
        background: #FFF;
        content: "";
        display: block;
        height: 1px;
        width: 7.5em;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); }
      .nav-global_list li:first-child {
        padding-top: 52px; }
      .nav-global_list li.last {
        margin-top: 28px;
        padding-top: 45px; }

.has-menu .nav-global {
  background: rgba(0, 0, 0, 0.85);
  padding: 100px 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .has-menu .nav-global_list {
    display: block; }

.footer {
  position: relative; }
  .footer .copyright {
    color: #FFF;
    font-size: 10px;
    padding: 30px; }
  .footer .global-line::before, .footer .global-line::after,
  .footer .global-line span,
  .footer .global-line span::before,
  .footer .global-line span::after {
    bottom: 0; }

@media screen and (min-width: 961px) {
  .header {
    padding: 0 0 0; }
    .header-logo a {
      width: 212px;
      height: 56px; }

  .nav-global {
    font-size: 20px; }
    .nav-global_btn {
      top: 40px;
      right: 40px;
      width: 64px;
      height: 64px; }
      .nav-global_btn span {
        width: 24px; }

  .footer .copyright {
    font-size: 12px; }

  .page-home .header {
    padding-top: 0; } }
.ff-sans {
  font-family: 'Noto Serif JP', serif; }

.ta-c {
  text-align: center; }

.nomark {
  list-style: none; }

.txt-message {
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  line-height: 2;
  margin-top: 28px;
  text-align: center; }

.contents {
  padding: 0 0; }

.section {
  border-radius: 4px;
  color: #000;
  text-align: left;
  max-width: 960px;
  margin: 0 auto 64px;
  padding: 18px 20px 84px; }
  .section-title {
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    white-space: nowrap; }
    .section-title .en {
      color: rgba(255, 255, 255, 0.2);
      font-size: 48px;
      letter-spacing: .15em;
      line-height: 91.66%; }
    .section-title .ja {
      font-size: 24px;
      letter-spacing: .3273em;
      white-space: nowrap;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .section-lead {
    font-size: 16px;
    line-height: 2.64;
    margin: 0 20px;
    text-align: center;
	letter-spacing: 0.3em;
}

.block {
  line-height: 1.71;
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px; }
  .block + .block {
    margin-top: 80px; }
  .block-title {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .2em;
    margin-bottom: 35px;
    text-align: center;
    position: relative; }
    .block-title span {
      border-bottom: 1px solid #000;
      display: inline-block;
      padding-bottom: 4px; }
  .block-lead {
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    line-height: 2;
    letter-spacing: .1em;
    text-align: center; }

.img-main {
  margin-top: 46px;
  margin-bottom: 76px;
  position: relative; }

.img-permeate {
  margin-top: 36px;
  margin-right: -40px;
  margin-left: -40px;
  position: relative; }

@media screen and (min-width: 961px) {
  .section {
    border-radius: 10px;
    padding: 54px 20px 84px; }
    .section-title {
      margin-bottom: 54px; }
      .section-title .en {
        font-size: 65px; }
      .section-title .ja {
        font-size: 30px; }
    .section-lead {
      line-height: 3.428; }

  .block {
    line-height: 1.71;
    padding: 0; }
    .block-title {
      font-size: 22px;
      margin-bottom: 40px; }

  .img-main {
    max-width: 800px;                 ////////////////////////
    margin-right: auto;
    margin-left: auto; }

  .img-permeate {
    margin-right: -160px;
    margin-left: -160px; } }
.list-point {
  list-style: none;
  margin: 35px 0 0;
  padding: 0; }
  .list-point li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
    line-height: 1.53;
    min-height: 30px;
    padding-left: 48px;
    position: relative; }
    .list-point li::before {
      background: url(../images/common/icon-check.png) no-repeat 0 0/contain;
      content: "";
      display: inline-block;
      width: 32px;
      height: 30px;
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -16px; }
  .list-point li + li {
    margin-top: 16px; }

@media screen and (min-width: 961px) {
  .block-point {
    text-align: center; }

  .list-point {
    display: inline-block;
    margin: 35px auto 0; }
    .list-point li {
      font-size: 16px; } }
.faq-q, .faq-a {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.71;
  padding-left: 24px;
  position: relative; }
  .faq-q::before, .faq-a::before {
    display: inline-block;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: -.2em;
    left: -10px; }
.faq-q {
  margin-top: 28px;
  margin-bottom: 0; }
  .faq-q::before {
    content: "Q"; }
.faq-a {
  margin-top: 16px; }
  .faq-a::before {
    content: "A"; }

@media screen and (min-width: 961px) {
  .block-faq {
    text-align: center; }

  .box-faq {
    display: inline-block;
    margin: 0 auto;
    text-align: left; } }
.item-review {
  margin-right: -12px;
  margin-left: -10px;
  position: relative; }
  .item-review + .item-review {
    margin-top: 36px; }
  .item-review_name {
    text-align: right; }
    .item-review_name .star {
      display: inline-block;
      letter-spacing: .1em;
      margin-left: 1.5em; }

.aside {
  margin-bottom: 52px; }
.aside h2 {
	color:#D3755F;}
.aside p.section-lead {
	color:#666;
    font-size: 16px;
    line-height: 2.64;
    margin: 20px 0 24px;
    text-align: center;
	letter-spacing: 0.3em;
}

.btn-reserve {
  background: #DB907F;
  color: #FFF;
  display: inline-block;
  font-weight: bold;
  padding: 30px 110px;
  text-decoration: none;
  border-radius: 10px;}
  .btn-reserve .en {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 28px;
    letter-spacing: .1em; }
  .btn-reserve .ja {
    display: block;
    font-size: 14px;
    letter-spacing: .1em;
	margin-bottom: 10px;}
  .btn-reserve:hover {
	background: #B0E2B5;
	color:#FFF;
	transition :.5s;
	}


/*
.btn-reserve_float {
  background: url(../images/common/btn-main.png) no-repeat 50% 50%/contain;
  display: block;
  width: 100px;
  height: 100px;
  position: fixed;
  overflow: hidden;
  z-index: 100;
  bottom: 16px;
  right: 10px;
  text-align: left;
  text-indent: -999px; }
  .btn-reserve_float::before {
    background: url(../images/common/btn-text.png) no-repeat 50% 50%/contain;
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: rotate 20s linear infinite;
            animation: rotate 20s linear infinite;
    z-index: 110; }

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

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


@media screen and (min-width: 961px) {
  .list-point {
    display: inline-block;
    margin-right: auto;
    margin-left: auto; }

  .btn-reserve .en {
    font-size: 24px; }

  .btn-reserve_float {
    width: 200px;
    height: 200px; }
    .btn-reserve_float::before {
      width: 200px;
      height: 200px; } }
.page-home .section {
  color: #666;
  padding-right: 10px;
  padding-left: 10px; }
.page-home .section h2 {
  color: #D3755F;}
  .page-home .section a {
    color: inherit;
    text-decoration: none; }
  .page-home .section-lead {
    margin: 45px 0 30px; }
  .page-home .section-upper {
    margin-bottom: 44px;
    padding-bottom: 0; }
  .page-home .section-home {
    background: rgba(0, 0, 0, 0.5);
    margin-bottom: 54px;
    padding-top: 46px; }
.page-home .block-title span {
  border-bottom-color: #707070; }
.page-home .logo-main {
  margin-top: 0;
  text-align: center; }
  .page-home .logo-main img {
    max-width: 100%; }
.page-home .block-menu {
  padding: 0; }
  .page-home .block-menu .block-title {
    margin-bottom: 42px; }
  .page-home .block-menu .list-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0; }
    .page-home .block-menu .list-menu li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 27px;
      text-align: center;
      width: 47.16%; }
      .page-home .block-menu .list-menu li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 24px 16px 16px;
        width: 100%; }
      .page-home .block-menu .list-menu li .more,
      .page-home .block-menu .list-menu li .en {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
        letter-spacing: .2em;
        white-space: nowrap; }
      .page-home .block-menu .list-menu li .jp {
        color: #000;
        font-size: 18px;
        letter-spacing: .1em;
        margin: 12px 0 16px; }
      .page-home .block-menu .list-menu li .more {
        position: relative; }
        .page-home .block-menu .list-menu li .more::after {
          content: "";
          display: inline-block;
          width: 4px;
          height: 4px;
          border-top: 1px solid #FFF;
          border-right: 1px solid #FFF;
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg);
          vertical-align: middle;
          margin-left: 4px; }
    .page-home .block-menu .list-menu_blemish {
      background-color: #EECBC3; }
    .page-home .block-menu .list-menu_hair {
      background-color: #8CCED0; }
    .page-home .block-menu .list-menu_hifu {
      background-color: #D9C095; }
    .page-home .block-menu .list-menu_cleaning {
      background-color: #A1D0A3; }
    .page-home .block-menu .list-menu_bridal {
      background-color: #B9A7C7;
      margin-right: auto;
      margin-left: auto; }
.page-home .block-shop {
  padding: 0 10px;
  text-align: center; }
  .page-home .block-shop .label {
    border: 1px solid #FFF;
    display: inline-block;
    margin: .5em auto 0;
    padding: .5em 1.25em; }
  .page-home .block-shop table {
    margin: 2em auto 0; }
    .page-home .block-shop table th, .page-home .block-shop table td {
      text-align: left; }
    .page-home .block-shop table th {
      font-weight: normal;
      padding: 1em 1em 1em 0;
      vertical-align: top; }
    .page-home .block-shop table td {
      padding: 1em 0; }
.page-home .block-access .block-title {
  margin-top: 0; }
.page-home .block-access .label {
  margin-top: 2.5em; }
.page-home .box-map {
  height: 0;
  overflow: hidden;
  padding-bottom: 81.35%;
  position: relative; }
  .page-home .box-map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }
.page-home .list-access {
  margin: .75em 0 0 1.5em;
  padding: 0; }
  .page-home .list-access li + li {
    margin-top: .5em; }
.page-home .block-sns .list-sns {
  list-style: none;
  margin: 0 auto 80px;
  padding: 0;
  text-align: center; }
  .page-home .block-sns .list-sns li {
    display: inline-block;
    margin: 0 15px;
    width: 48px; }
.page-home .aside {
  margin: 0 0 50px; }

.page-home .block-profile {
	text-align: center;
}
.page-home .block-profile p.name {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .2em;
	margin: 0;
}









@media screen and (min-width: 961px) {
  .page-home .logo-main img {
    /*max-width: 1158px;*/ }
  .page-home .section-lead {
    margin-top: 30px; }
  .page-home .img-main {
    margin-top: 84px;
    margin-bottom: 86px; }
  .page-home .section-home {
    padding-top: 82px; }
  .page-home .block-menu {
    max-width: 960px;
    margin: 0 -10px;
    position: relative; }
    .page-home .block-menu .block-title {
      margin-bottom: 82px; }
    .page-home .block-menu .list-menu {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 -30px;
      position: relative; }
      .page-home .block-menu .list-menu li {
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        margin: 0 30px 60px;
        width: 27.45%; }
        .page-home .block-menu .list-menu li a {
          padding: 48px 16px 32px; }
        .page-home .block-menu .list-menu li .more,
        .page-home .block-menu .list-menu li .en {
          font-size: 16px; }
        .page-home .block-menu .list-menu li .jp {
          font-size: 24px;
          margin: 20px 0 46px; }
        .page-home .block-menu .list-menu li .more::after {
          width: 6px;
          height: 6px; }
      .page-home .block-menu .list-menu_bridal {
        margin: inherit; }
  .page-home .block-shop {
    font-size: 16px; }
    .page-home .block-shop .label {
      margin-top: 0; }
    .page-home .block-shop table th, .page-home .block-shop table td {
      padding-top: .75em;
      padding-bottom: .75em; }
    .page-home .block-shop table th {
      width: 40%; }
  .page-home .box-map {
    padding-bottom: 50%; }
  .page-home .box-access {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    margin-top: 2em;
    width: 100%; }
    .page-home .box-access .label {
      margin-top: 0;
      width: 30%; }
    .page-home .box-access .list-access {
      margin-top: 0; }
  .page-home .block-sns .block-title {
    margin-bottom: 40px; } }
.section-blemish {
  background: rgba(238, 203, 195, 0.95); }

.section-hair {
  background: rgba(140, 206, 208, 0.95); }

.box-keywords .title {
  font-size: 14px;
  margin-bottom: 0; }
  .box-keywords .title ~ .title {
    margin-top: 36px; }
.box-keywords p {
  font-size: 14px; }
.box-keywords .caption .title,
.box-keywords .caption p {
  font-size: 12px; }
.box-keywords .caption p {
  margin-top: .25em; }

@media screen and (min-width: 961px) {
  .box-keywords {
    text-align: left; } }
.section-hifu {
  background: rgba(217, 192, 149, 0.95); }

.section-cleaning {
  background: rgba(161, 208, 163, 0.95); }

.section-bridal {
  background: rgba(185, 167, 199, 0.95); }

.box-consult {
  max-width: 604px;
  text-align: left; }
  .box-consult .title {
    margin: 3em 0 0; }
  .box-consult .list {
    padding-left: 1em; }

@media screen and (min-width: 961px) {
  .box-consult {
    line-height: 2.2;
    margin: 100px auto 0; } }



@media screen and (max-width: 768px) {
.header {
  padding: 0 0 0;
  position: relative;
  text-align: center; }
.contents {
  padding: 0 0; }
.block + .block {
    margin-top: 60px; }
.section-lead {
    font-size: 16px;
    line-height: 2.64;
    margin: 0 20px;
    text-align: center;
	letter-spacing: 0.15em;}
.page-home .section-lead.profile {
    margin: 30px 0 0; }
.page-home .block-sns .list-sns {
  margin: 0 auto 80px;}
 .page-home .block-sns .list-sns li {
    display: inline-block;
    margin: 0 10px;
    width: 48px; }
.aside p.section-lead {
	color:#666;
    font-size: 16px;
    line-height: 2.64;
    margin: 0 0 16px;
    text-align: center;
	letter-spacing: 0.1em;}
.btn-reserve {
  padding: 30px 80px;}
.btn-reserve .en {
    font-size: 22px;
    letter-spacing: .1em; }
.block-title.profile {
    margin-bottom: 20px;}
.block-title.contact {
    margin-bottom: 20px;}

}


@media screen and (min-width: 961px) {
  .sponly {
    display: none; } }
@media screen and (max-width: 768px) {
  .pconly {
    display: none; } }

@media (min-width: 769px) and (max-width: 960px){
  .tbonly {
    display: none; }}











