@charset "UTF-8";
/* ==========================================================================
   Foundation
========================================================================== */
/* Font
----------------------------------------------------------------- */
/* ==========================================================================
   Foundation
========================================================================== */
/* Color
----------------------------------------------------------------- */
/* ==========================================================================
   Foundation
========================================================================== */
/* Reset
----------------------------------------------------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 30px auto 0;
    padding: 0;
	width: calc( 100% - 75px );
}

input, select, textarea {
  vertical-align: middle;
  -webkit-appearance: none;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* フォームスタイルのリセット */
input[type=text],
input[type=number],
input[type=password] {
  font-size: 16px;
}

input[type=number] {
  -moz-appearance: textfield;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

button, input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
  border: none;
  outline: none;
}

input[type=radio] {
  opacity: 0;
}

input[type=checkbox] {
  opacity: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
  margin: 0;
}

input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

input[type=date]::-webkit-clear-button {
  -webkit-appearance: none;
}

/* ==========================================================================
   Foundation
========================================================================== */
/* Mixin
----------------------------------------------------------------- */
/* ==========================================================================
   Foundation
========================================================================== */
/* Base
----------------------------------------------------------------- */
* {
  background: none;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  word-wrap: break-word;
}

html {
  color: #000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  overflow-y: scroll;
  /*scroll-behavior: smooth;*/
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  width: 100%;
}

body {
  background-color: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.9;
  height: 100%;
  width: 100%;
}
body._navy {
  background-color: 900;
}
body._lightgray {
  background-color: 900;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

button {
  cursor: pointer;
}
button:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 1;
  }
}

address {
  font-style: normal;
}

@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  position: relative;
}

.pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.fade {
  opacity: 0;
}
.fade.in {
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .fade.in {
    -webkit-animation-name: fade-in--sp;
            animation-name: fade-in--sp;
  }
}

.fadeup {
  opacity: 0;
}
.fadeup.in {
  -webkit-animation-name: fadeup-in;
          animation-name: fadeup-in;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .fadeup.in {
    -webkit-animation-name: fadeup-in--sp;
            animation-name: fadeup-in--sp;
  }
}

.fadeslide {
  opacity: 0;
}
.fadeslide.in {
  -webkit-animation-name: fadeslide-in;
          animation-name: fadeslide-in;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .fadeslide.in {
    -webkit-animation-name: fadeslide-in--sp;
            animation-name: fadeslide-in--sp;
  }
}

.p-r {
  position: relative;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

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

.f-jc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.f-jsb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.f-as-jfs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.f-as-jc {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.f-as-jfe {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.f-as-jsb {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.f-ac-jfs {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
/*  display: flex;*/
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.f-ac-jc {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.f-ac-jsb {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.f-ae-jfs {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.f-ae-jc {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.f-ae-jsb {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fw {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* ==========================================================================
   Layout
========================================================================== */
/* Header
----------------------------------------------------------------- */
.header__logo {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: load;
          animation-name: load;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  background-color: #1f233e;
  height: 180px;
  opacity: 0;
  width: 180px;
}
@media screen and (max-width: 1024px) {
  .header__logo {
    height: 130px;
    width: 130px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    height: 60px;
    width: 120px;
  }
}
.header__logo a {
  height: auto;
}
@media screen and (max-width: 768px) {
  .header__logo a {
    height: 100%;
  }
}
.header__logo img {
  height: auto;
  width: 113px;
}
@media screen and (max-width: 1024px) {
  .header__logo img {
    width: 93px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo img {
    width: 120px;
  }
}
.header__nav {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: load;
          animation-name: load;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  opacity: 0;
  width: 100%;
}
.header__nav ul {
  width: 100%;
}
.header__nav ul li {
  position: relative;
}
.header__nav ul li a {
  -webkit-transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
  color: #1f233e;
  cursor: pointer;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 0;
}
@media screen and (max-width: 1024px) {
  .header__nav ul li a {
    font-size: 13px;
  }
}
.header__nav ul li a p {
  border-bottom: solid 2px #FFF;
  display: inline-block;
}
.header__nav ul li a:hover {
  opacity: 1;
}
.header__nav ul li a:hover p {
  -webkit-transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
  border-bottom-color: #1f233e;
}
.header__nav .parent a {
  cursor: default;
}
.header__nav .parent:hover > div {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: menu_fadein;
          animation-name: menu_fadein;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  display: block;
  width: 0;
}
@media screen and (max-width: 1024px) {
  .header__nav .parent:hover > div {
    -webkit-animation-name: menu_fadein--tb;
            animation-name: menu_fadein--tb;
  }
}
.header__nav .parent:hover > div ul {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: menu_ul_fadein;
          animation-name: menu_ul_fadein;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  display: block;
  opacity: 0;
}
.header__nav--menu {
  -webkit-transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
  background: rgba(31, 35, 62, 0.9);
  display: none;
  height: 190px;
  padding: 17px 0;
  position: absolute;
  left: 180px;
  top: -10px;
  width: 210px;
}
@media screen and (max-width: 1024px) {
  .header__nav--menu {
    height: 160px;
    left: 130px;
    width: 180px;
  }
}
.header__nav--menu ul {
  opacity: 0;
}
.header__nav--menu ul li a {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: menu-out;
          animation-name: menu-out;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  background-image: url(/assets/img/nav/arrow-menu.png);
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: 7px;
  color: #FFF;
  cursor: pointer !important;
  padding: 0;
  text-align: left;
}
.header__nav--menu ul li a:hover {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: menu-over;
          animation-name: menu-over;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.header__nav--menu ul li a p {
  border-bottom: none;
  font-size: 15px;
  padding: 6px 0 6px 22px;
}
@media screen and (max-width: 1024px) {
  .header__nav--menu ul li a p {
    font-size: 13px;
    padding: 4px 0 4px 18px;
  }
}
.header__cta {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: load;
          animation-name: load;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  opacity: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header__cta {
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    width: 160px;
  }
}
.header__cta--counseling, .header__cta--reservation p, .header__cta--contact, .header__cta--online p {
  background-repeat: no-repeat;
  background-size: 30px auto;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.005em;
}
@media screen and (max-width: 1024px) {
  .header__cta--counseling, .header__cta--reservation p, .header__cta--contact, .header__cta--online p {
    background-size: 20px auto;
    font-size: 13px;
  }
}
.header__cta--counseling {
  background-color: #a38249;
  color: #FFF;
  padding: 16px 0;
}
@media screen and (max-width: 1024px) {
  .header__cta--counseling {
    padding: 12px 0;
  }
}
.header__cta--reservation {
  background-color: #1f233e;
  display: block;
}
.header__cta--reservation p {
  background-image: url(/assets/img/header/icon_reservation.png);
  background-position: left center;
  color: #FFF;
  display: inline-block;
  padding: 16px 0 16px 15px;
  text-align: center;
  width: 87%;
}
@media screen and (max-width: 1024px) {
  .header__cta--reservation p {
    padding: 12px 0 12px 12px;
  }
}
.header__cta--contact {
  background-color: #1f233e;
  background-image: url(/assets/img/header/icon_contact.png);
  background-position: center;
  color: #FFF;
  padding: 32px 0;
}
@media screen and (max-width: 1024px) {
  .header__cta--contact {
    padding: 26px 0;
  }
}
@media screen and (max-width: 768px) {
  .header__cta--contact {
    background-size: 25px auto;
    margin-right: 15px;
    padding: 0;
  }
}
.header__cta--online {
  background-color: #FFF;
  display: block;
}
.header__cta--online p {
  background-image: url(/assets/img/header/icon_online.png);
  background-position: left center;
  color: #a38249;
  display: inline-block;
  padding: 16px 0 16px 15px;
  text-align: center;
  width: 87%;
}
@media screen and (max-width: 1024px) {
  .header__cta--online p {
    padding: 12px 0 12px 12px;
  }
}
@media screen and (max-width: 768px) {
  .header__cta--tel, .header__cta--contact, .header__cta--button {
    display: block;
    height: 60px;
    width: 50px;
  }
}
.header__cta--tel {
  background-image: url(/assets/img/header/icon_tel.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 27px auto;
  color: #FFF;
}
.header__cta--button {
  background-color: #a38249;
  position: relative;
  width: 60px;
}
.header__cta--button span:before {
  background-color: #FFF;
  border-radius: 2px;
  content: "";
  display: inline-block;
  height: 2px;
  position: absolute;
  top: calc( 50% - 5px );
  left: calc( 50% - 12px );
  width: 24px;
}
.header__cta--button span:after {
  background-color: #FFF;
  border-radius: 2px;
  content: "";
  display: inline-block;
  height: 2px;
  position: absolute;
  top: calc( 50% + 5px );
  left: calc( 50% - 12px );
  width: 24px;
}
.header__cta--button.open span:before,
.header__cta--button.open span:after {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.header__cta--button.open span:before {
  -webkit-animation-name: bar_before;
          animation-name: bar_before;
}
.header__cta--button.open span:after {
  -webkit-animation-name: bar_after;
          animation-name: bar_after;
}

.header-pc {
  background-color: #FFF;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 615px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 180px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .header-pc {
    width: 130px;
  }
}
@media screen and (max-width: 768px) {
  .header-pc {
    display: none;
  }
}
.header-pc .inner {
  height: 100%;
  max-width: none;
  padding: 0;
}

.header-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .header-sp {
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-direction: normal;
            animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-name: load;
            animation-name: load;
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
    background-color: #1f233e;
    display: block;
    height: 60px;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
  }
  .header-sp .inner {
    padding-right: 0;
  }
}

/* ==========================================================================
   Layout
========================================================================== */
/* Nav
----------------------------------------------------------------- */
.nav-sp {
  display: none;
  background: rgba(31, 35, 62, 0.9);
  height: calc( 100vh - 60px );
  overflow: hidden;
  position: fixed;
  top: calc( -100vh - 60px );
  left: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .nav-sp {
    display: block;
  }
}
.nav-sp.open {
  top: 60px;
  z-index: 4;
}
.nav-sp .inner {
  height: calc( 100vh - 60px );
  overflow-y: auto;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}
.nav-sp ul {
  padding: 20px 30px;
  width: 100%;
}
.nav-sp ul li {
  border-bottom: solid 1px #FFF;
  display: block;
  position: relative;
  width: 100%;
}
.nav-sp ul li:nth-last-child(1) {
  border-bottom: none;
}
.nav-sp ul li a {
  color: #FFF;
  cursor: pointer;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 0;
}
.nav-sp ul li a:hover {
  opacity: 1;
}
.nav-sp ul li a:hover p {
  -webkit-transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
  border-bottom-color: #1f233e;
}
.nav-sp--menu ul {
  padding: 0 0 15px;
}
.nav-sp--menu ul li {
  border-bottom: none;
}
.nav-sp--menu ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  opacity: 0.6;
  padding: 10px 0;
}
.nav-sp__cta {
  border-top: solid 1px #FFF;
  padding-top: 15px;
  padding-bottom: 150px;
  width: 100%;
}
.nav-sp__cta--counseling, .nav-sp__cta--reservation, .nav-sp__cta--contact, .nav-sp__cta--online {
  background-repeat: no-repeat;
  background-size: 30px auto;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 700;
  margin-top: 30px;
}
.nav-sp__cta--counseling span, .nav-sp__cta--reservation span, .nav-sp__cta--contact span, .nav-sp__cta--online span {
  color: #FFF;
  background-position: left center;
  background-size: auto 22px;
  background-repeat: no-repeat;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 700;
  width: 200px;
}
.nav-sp__cta--reservation span {
  background-image: url(/assets/img/nav/icon_reservation_sp.png);
  padding-left: 20px;
}
.nav-sp__cta--contact span {
  background-image: url(/assets/img/nav/icon_contact_sp.png);
}
.nav-sp__cta--online span {
  background-image: url(/assets/img/nav/icon_online_sp.png);
  padding-left: 20px;
}

html.open, body.open {
  -ms-touch-action: none;
      touch-action: none;
  /*height: 100vh;
  overflow: auto;*/
  -ms-overflow-style: none;
  scrollbar-width: none;
}

html.open::-webkit-scrollbar {
  display: none;
}

body.open::-webkit-scrollbar {
  display: none;
}

/* ==========================================================================
   Layout
========================================================================== */
.main {
  height: 100%;
  padding-left: 180px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .main {
    padding-left: 130px;
  }
}
@media screen and (max-width: 768px) {
  .main {
    padding-top: 60px;
    padding-left: 0;
  }
}

/* ==========================================================================
   Layout
========================================================================== */
/* Footer
----------------------------------------------------------------- */
.footer {
  background-color: #1f233e;
  padding: 100px 0 0 180px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 70px 0 0 130px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 30px;
    padding: 60px 0 0 0;
  }
}
.footer__deco-line {
  height: 72px;
  position: absolute;
  top: -36px;
  left: calc( 50% - 1px + 180px / 2 );
  width: 1px;
}
@media screen and (max-width: 1024px) {
  .footer__deco-line {
    height: 64px;
    top: -32px;
    left: calc( 50% - 1px + 130px / 2 );
  }
}
@media screen and (max-width: 768px) {
  .footer__deco-line {
    left: calc( 50% - 1px );
  }
}
.footer__pagetop {
  display: block;
  height: 144px;
  position: absolute;
  top: 0;
  right: 30px;
  text-align: center;
  width: 40px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .footer__pagetop {
    height: 114px;
    right: 20px;
    width: 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer__pagetop {
    height: 144px;
  }
}
.footer__pagetop img {
  height: auto;
  width: 14px;
}
@media screen and (max-width: 1024px) {
  .footer__pagetop img {
    width: 11px;
  }
}
@media screen and (max-width: 768px) {
  .footer__pagetop img {
    width: 14px;
  }
}
.footer__logo img {
  height: auto;
  width: 285px;
}
@media screen and (max-width: 1024px) {
  .footer__logo img {
    width: 220px;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo img {
    width: 200px;
  }
}
.footer .inner {
  padding-top: 50px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .footer .inner {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .footer .inner {
    padding-bottom: 30px;
  }
}
.footer__nav {
  width: calc( 100% - 180px );
}
@media screen and (max-width: 1024px) {
  .footer__nav {
    width: calc( 100% - 130px );
  }
}
@media screen and (max-width: 768px) {
  .footer__nav {
    width: 100%;
  }
}
.footer__nav ul {
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  .footer__nav ul {
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav ul {
    padding-right: 0;
    width: 45%;
  }
}
.footer__nav ul:nth-last-child(1) {
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .footer__nav ul:nth-last-child(1) {
    width: 55%;
  }
}
.footer__nav ul li {
  text-align: left;
}
.footer__nav ul li a {
  color: #FFF;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  padding: 10px 0;
}
@media screen and (max-width: 1024px) {
  .footer__nav ul li a {
    font-size: 13px;
    padding: 7px 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav ul li a {
    font-size: 14px;
  }
}
.footer__nav ul li .parent:hover {
  opacity: 1;
}
.footer__nav--menu ul {
  width: 100% !important;
}
.footer__nav--menu ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 300;
  opacity: 0.6;
  padding: 11px 0;
}
@media screen and (max-width: 1024px) {
  .footer__nav--menu ul li a {
    font-size: 12px;
    padding: 7px 0;
  }
}
@media screen and (max-width: 1024px) {
  .footer__nav--menu ul li a {
    font-size: 12px;
    padding: 7px 0;
  }
}
.footer__nav--menu ul li a:hover {
  opacity: 0.5;
}
.footer__nav--menu ul li a:before {
  content: "- ";
}
.footer__cta {
  width: 180px;
}
@media screen and (max-width: 1024px) {
  .footer__cta {
    width: 130px;
  }
}
@media screen and (max-width: 768px) {
  .footer__cta {
    padding-bottom: 30px;
    width: 100%;
  }
}
.footer__cta--counseling, .footer__cta--reservation p, .footer__cta--contact, .footer__cta--online p {
  background-repeat: no-repeat;
  background-size: 30px auto;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.005em;
}
@media screen and (max-width: 1024px) {
  .footer__cta--counseling, .footer__cta--reservation p, .footer__cta--contact, .footer__cta--online p {
    background-size: 20px auto;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .footer__cta--counseling, .footer__cta--reservation p, .footer__cta--contact, .footer__cta--online p {
    background-size: 30px auto;
    font-size: 16px;
  }
}
.footer__cta--counseling {
  background-color: #a38249;
  color: #FFF;
  margin-bottom: 20px;
  padding: 16px 0;
}
@media screen and (max-width: 1024px) {
  .footer__cta--counseling {
    padding: 12px 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__cta--counseling {
    margin-bottom: 0;
    padding: 20px 0;
  }
}
.footer__cta--reservation {
  background-color: #1f233e;
  border: solid 1px #FFF;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .footer__cta--reservation {
    border: none;
    margin-bottom: 0;
    padding: 20px 0;
  }
}
.footer__cta--reservation p {
  background-image: url(/assets/img/footer/icon_reservation.png);
  background-position: left center;
  color: #FFF;
  display: inline-block;
  padding: 16px 0 16px 15px;
  text-align: center;
  width: 87%;
}
@media screen and (max-width: 1024px) {
  .footer__cta--reservation p {
    padding: 12px 0 12px 12px;
  }
}
@media screen and (max-width: 768px) {
  .footer__cta--reservation p {
    padding: 0 0 0 12px;
  }
}
.footer__cta--contact {
  background-color: #1f233e;
  background-image: url(/assets/img/footer/icon_contact.png);
  background-position: center;
  color: #FFF;
  padding: 32px 0;
}
@media screen and (max-width: 1024px) {
  .footer__cta--contact {
    padding: 26px 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__cta--contact {
    background-size: 25px auto;
    margin-right: 15px;
    padding: 20px 0;
  }
}
.footer__cta--online {
  background-color: #FFF;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer__cta--online {
    padding: 20px 0;
  }
}
.footer__cta--online p {
  background-image: url(/assets/img/footer/icon_online.png);
  background-position: left center;
  color: #a38249;
  display: inline-block;
  padding: 16px 0 16px 15px;
  text-align: center;
  width: 87%;
}
@media screen and (max-width: 1024px) {
  .footer__cta--online p {
    padding: 12px 0 12px 12px;
  }
}
@media screen and (max-width: 768px) {
  .footer__cta--online p {
    padding: 0 0 0 12px;
  }
}
.footer__copyright {
  background-color: #000;
  text-align: center;
  padding: 10px 0;
}
.footer__copyright p {
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  opacity: 0.4;
}
@media screen and (max-width: 1024px) {
  .footer__copyright p {
    font-size: 13px;
  }
}

/* ==========================================================================
   Object - Component
========================================================================== */
/* Access
----------------------------------------------------------------- */
.access {
  margin-top: 0;
  position: relative;
}
.access__bg {
  background-image: url(/assets/img/main/access_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.access .inner {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .access .inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.access__text {
  color: #1f233e;
  font-size: 18px;
  margin-top: 70px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .access__text {
    font-size: 15px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .access__text {
    font-size: 16px;
    text-align: center;
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .access__text br.tb {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .access__text br.tb {
    display: block;
  }
}
.access .button2 {
  margin-top: 70px;
}
@media screen and (max-width: 1024px) {
  .access .button2 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .access .button2 {
    margin: 30px 0 0 auto;
  }
}

/* ==========================================================================
   Object - Component
========================================================================== */
/* animation
----------------------------------------------------------------- */
@-webkit-keyframes load {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes load {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes load_in_mask {
  0% {
    left: 0;
    opacity: 1;
    width: 100%;
    z-index: 1;
  }
  1% {
    left: 0;
    opacity: 1;
    width: 100%;
    z-index: 3;
  }
  99% {
    left: -100%;
    opacity: 1;
    width: 100%;
    z-index: 3;
  }
  100% {
    left: -100%;
    opacity: 1;
    width: 100%;
    z-index: 1;
  }
}
@keyframes load_in_mask {
  0% {
    left: 0;
    opacity: 1;
    width: 100%;
    z-index: 1;
  }
  1% {
    left: 0;
    opacity: 1;
    width: 100%;
    z-index: 3;
  }
  99% {
    left: -100%;
    opacity: 1;
    width: 100%;
    z-index: 3;
  }
  100% {
    left: -100%;
    opacity: 1;
    width: 100%;
    z-index: 1;
  }
}
@-webkit-keyframes load_in_mask--sp {}
@keyframes load_in_mask--sp {}
@-webkit-keyframes load_in_fade {
  0% {
    opacity: 1;
    z-index: 3;
  }
  99% {
    opacity: 0;
    z-index: 3;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
@keyframes load_in_fade {
  0% {
    opacity: 1;
    z-index: 3;
  }
  99% {
    opacity: 0;
    z-index: 3;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
@-webkit-keyframes load_in_fade--sp {}
@keyframes load_in_fade--sp {}
@-webkit-keyframes menu_fadein {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 200px;
  }
}
@keyframes menu_fadein {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 200px;
  }
}
@-webkit-keyframes menu_fadein--tb {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 180px;
  }
}
@keyframes menu_fadein--tb {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 180px;
  }
}
@-webkit-keyframes menu_ul_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes menu_ul_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes menu_ul_fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes menu_ul_fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes menu_parent_border {
  0% {
    border-bottom-color: #FFF;
  }
  100% {
    border-bottom-color: #1f233e;
  }
}
@keyframes menu_parent_border {
  0% {
    border-bottom-color: #FFF;
  }
  100% {
    border-bottom-color: #1f233e;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 180px;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 180px;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in--sp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in--sp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeup-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeup-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeup-in--sp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeup-in--sp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeslide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeslide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeslide-in--sp {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeslide-in--sp {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes menu-over {
  0% {
    background-position: 90% center;
  }
  100% {
    background-position: 93% center;
  }
}
@keyframes menu-over {
  0% {
    background-position: 90% center;
  }
  100% {
    background-position: 93% center;
  }
}
@-webkit-keyframes menu-out {
  0% {
    background-position: 93% center;
  }
  100% {
    background-position: 90% center;
  }
}
@keyframes menu-out {
  0% {
    background-position: 93% center;
  }
  100% {
    background-position: 90% center;
  }
}
@-webkit-keyframes button2-over {
  0% {
    background-position: 98% center;
  }
  100% {
    background-position: 100% center;
  }
}
@keyframes button2-over {
  0% {
    background-position: 98% center;
  }
  100% {
    background-position: 100% center;
  }
}
@-webkit-keyframes button2-out {
  0% {
    background-position: 100% center;
  }
  100% {
    background-position: 98% center;
  }
}
@keyframes button2-out {
  0% {
    background-position: 100% center;
  }
  100% {
    background-position: 98% center;
  }
}
@-webkit-keyframes bar_before {
  0% {
    top: calc( 50% - 5px );
  }
  25% {
    top: calc( 50% );
  }
  50% {
    top: calc( 50% );
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: calc( 50% );
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@keyframes bar_before {
  0% {
    top: calc( 50% - 5px );
  }
  25% {
    top: calc( 50% );
  }
  50% {
    top: calc( 50% );
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: calc( 50% );
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@-webkit-keyframes bar_after {
  0% {
    top: calc( 50% + 5px );
  }
  25% {
    top: calc( 50% );
  }
  50% {
    top: calc( 50% );
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: calc( 50% );
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@keyframes bar_after {
  0% {
    top: calc( 50% + 5px );
  }
  25% {
    top: calc( 50% );
  }
  50% {
    top: calc( 50% );
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: calc( 50% );
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@-webkit-keyframes reservation_button-over {
  0% {
    background-position: center 40px, center 80%;
  }
  100% {
    background-position: center 40px, center 85%;
  }
}
@keyframes reservation_button-over {
  0% {
    background-position: center 40px, center 80%;
  }
  100% {
    background-position: center 40px, center 85%;
  }
}
@-webkit-keyframes reservation_button-over--tb {
  0% {
    background-position: center 26px, center 80%;
  }
  100% {
    background-position: center 26px, center 85%;
  }
}
@keyframes reservation_button-over--tb {
  0% {
    background-position: center 26px, center 80%;
  }
  100% {
    background-position: center 26px, center 85%;
  }
}
@-webkit-keyframes reservation_button-out {
  0% {
    background-position: center 40px, center 85%;
  }
  100% {
    background-position: center 40px, center 80%;
  }
}
@keyframes reservation_button-out {
  0% {
    background-position: center 40px, center 85%;
  }
  100% {
    background-position: center 40px, center 80%;
  }
}
@-webkit-keyframes reservation_button-out--tb {
  0% {
    background-position: center 26px, center 85%;
  }
  100% {
    background-position: center 26px, center 80%;
  }
}
@keyframes reservation_button-out--tb {
  0% {
    background-position: center 26px, center 85%;
  }
  100% {
    background-position: center 26px, center 80%;
  }
}
@-webkit-keyframes tab-on {
  0% {
    background-color: #1f233e;
    background-position: center calc( 100% - 20px );
  }
  100% {
    background-color: #a38249;
    background-position: center calc( 100% - 15px );
  }
}
@keyframes tab-on {
  0% {
    background-color: #1f233e;
    background-position: center calc( 100% - 20px );
  }
  100% {
    background-color: #a38249;
    background-position: center calc( 100% - 15px );
  }
}
@-webkit-keyframes tab-on--tb {
  0% {
    background-color: #1f233e;
    background-position: center calc( 100% - 15px );
  }
  100% {
    background-color: #a38249;
    background-position: center calc( 100% - 10px );
  }
}
@keyframes tab-on--tb {
  0% {
    background-color: #1f233e;
    background-position: center calc( 100% - 15px );
  }
  100% {
    background-color: #a38249;
    background-position: center calc( 100% - 10px );
  }
}
@-webkit-keyframes tab-on--sp {
  0% {
    background-color: #1f233e;
    background-position: center calc( 100% - 12px );
  }
  100% {
    background-color: #a38249;
    background-position: center calc( 100% - 9px );
  }
}
@keyframes tab-on--sp {
  0% {
    background-color: #1f233e;
    background-position: center calc( 100% - 12px );
  }
  100% {
    background-color: #a38249;
    background-position: center calc( 100% - 9px );
  }
}
@-webkit-keyframes tab-off {
  0% {
    background-color: #a38249;
    background-position: center calc( 100% - 15px );
  }
  100% {
    background-color: #1f233e;
    background-position: center calc( 100% - 20px );
  }
}
@keyframes tab-off {
  0% {
    background-color: #a38249;
    background-position: center calc( 100% - 15px );
  }
  100% {
    background-color: #1f233e;
    background-position: center calc( 100% - 20px );
  }
}
@-webkit-keyframes tab-off--tb {
  0% {
    background-color: #a38249;
    background-position: center calc( 100% - 10px );
  }
  100% {
    background-color: #1f233e;
    background-position: center calc( 100% - 15px );
  }
}
@keyframes tab-off--tb {
  0% {
    background-color: #a38249;
    background-position: center calc( 100% - 10px );
  }
  100% {
    background-color: #1f233e;
    background-position: center calc( 100% - 15px );
  }
}
@-webkit-keyframes tab-off--sp {
  0% {
    background-color: #a38249;
    background-position: center calc( 100% - 9px );
  }
  100% {
    background-color: #1f233e;
    background-position: center calc( 100% - 12px );
  }
}
@keyframes tab-off--sp {
  0% {
    background-color: #a38249;
    background-position: center calc( 100% - 9px );
  }
  100% {
    background-color: #1f233e;
    background-position: center calc( 100% - 12px );
  }
}
@-webkit-keyframes accordion-out {
  0% {
    padding-top: 20px;
  }
  100% {
    padding-top: 0;
  }
}
@keyframes accordion-out {
  0% {
    padding-top: 20px;
  }
  100% {
    padding-top: 0;
  }
}
@-webkit-keyframes accordion-out--sp {
  0% {
    padding-top: 0;
  }
  100% {
    padding-top: 0;
  }
}
@keyframes accordion-out--sp {
  0% {
    padding-top: 0;
  }
  100% {
    padding-top: 0;
  }
}
@-webkit-keyframes accordion-over {
  0% {
    padding-top: 0;
  }
  100% {
    padding-top: 20px;
  }
}
@keyframes accordion-over {
  0% {
    padding-top: 0;
  }
  100% {
    padding-top: 20px;
  }
}
@-webkit-keyframes accordion-over--sp {
  0% {
    padding-top: 0;
  }
  100% {
    padding-top: 0;
  }
}
@keyframes accordion-over--sp {
  0% {
    padding-top: 0;
  }
  100% {
    padding-top: 0;
  }
}
@-webkit-keyframes accordion-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes accordion-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes accordion-arrow-out {
  0% {
    padding-top: 20px;
  }
  100% {
    padding-top: 0;
  }
}
@keyframes accordion-arrow-out {
  0% {
    padding-top: 20px;
  }
  100% {
    padding-top: 0;
  }
}
@-webkit-keyframes accordion-arrow-out--sp {
  0% {
    padding-top: 0;
  }
  100% {
    padding-top: 0;
  }
}
@keyframes accordion-arrow-out--sp {
  0% {
    padding-top: 0;
  }
  100% {
    padding-top: 0;
  }
}
@-webkit-keyframes accordion-arrow-over {
  0% {
    padding-top: 0;
  }
  100% {
    padding-top: 20px;
  }
}
@keyframes accordion-arrow-over {
  0% {
    padding-top: 0;
  }
  100% {
    padding-top: 20px;
  }
}
@-webkit-keyframes accordion-arrow-over--sp {
  0% {
    padding-top: 0;
  }
  100% {
    padding-top: 0;
  }
}
@keyframes accordion-arrow-over--sp {
  0% {
    padding-top: 0;
  }
  100% {
    padding-top: 0;
  }
}
@-webkit-keyframes mv_bnr {
  0% {
    right: -500px;
  }
  100% {
    right: 0;
  }
}
@keyframes mv_bnr {
  0% {
    right: -500px;
  }
  100% {
    right: 0;
  }
}
@-webkit-keyframes mv_bnr--tb {
  0% {
    right: -380px;
  }
  100% {
    right: 0;
  }
}
@keyframes mv_bnr--tb {
  0% {
    right: -380px;
  }
  100% {
    right: 0;
  }
}
@-webkit-keyframes mv_bnr--sp {
  0% {
    right: -768px;
  }
  100% {
    right: 0;
  }
}
@keyframes mv_bnr--sp {
  0% {
    right: -768px;
  }
  100% {
    right: 0;
  }
}
/* ==========================================================================
   Object - Component
========================================================================== */
/* Button
----------------------------------------------------------------- */
.button1 {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: menu-out;
          animation-name: menu-out;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  background-color: #a38249;
  background-image: url(/assets/img/main/arrow-button.png);
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: 32px auto;
  color: #FFF;
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  margin-top: 50px;
  max-width: 300px;
  padding: 20px 24px 20px 0;
  width: 100%;
}
.button1:hover {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: menu-over;
          animation-name: menu-over;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
@media screen and (max-width: 1024px) {
  .button1 {
    background-size: 28px auto;
    font-size: 14px;
    margin-top: 30px;
    max-width: 240px;
    padding: 16px 18px 16px 0;
  }
}
@media screen and (max-width: 768px) {
  .button1 {
    background-size: 32px auto;
    font-size: 18px;
    margin-top: 50px;
    max-width: none;
    padding: 18px 22px 18px 0;
    width: 100%;
  }
}

.button2 {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: button2-out;
          animation-name: button2-out;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0;
          animation-delay: 0;
  background-image: url(/assets/img/main/arrow-button2.png);
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: 8px auto;
  border-bottom: solid 1px #1f233e;
  color: #1f233e;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 25px 10px 0;
}
@media screen and (max-width: 1024px) {
  .button2 {
    background-size: 6px auto;
    font-size: 15px;
    padding: 7px 20px 7px 0;
  }
}
@media screen and (max-width: 768px) {
  .button2 {
    background-size: 8px auto;
    font-size: 20px;
    padding: 10px 25px 10px 0;
  }
}
.button2:hover {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: button2-over;
          animation-name: button2-over;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0;
          animation-delay: 0;
}

/* ==========================================================================
   Object - Component
========================================================================== */
/* Crumbs
----------------------------------------------------------------- */
.crumbs {
  padding: 15px 20px;
  align-items: center;
  display: flex;
}
.crumbs a, .crumbs p {
  color: #969696;
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .crumbs a, .crumbs p {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .crumbs a, .crumbs p {
    font-size: 11px;
  }
}
.crumbs a {
  display: inline-block;
}
.crumbs a::after {
  content: "／";
  padding: 0 10px;
}

/* ==========================================================================
   Object - Component
========================================================================== */
/* Faq
----------------------------------------------------------------- */
.faq {
	padding-bottom: 70px;
}
.faq__head {
  background-image: url(/assets/img/main/faq/faq_head_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFF;
  font-family: "Dancing Script", cursive;
  font-size: 36px;
  padding: 20px 0;
}
@media screen and (max-width: 1024px) {
  .faq__head {
    font-size: 26px;
  }
}
.faq .block {
  padding-top: 70px;
  padding-bottom: 30px;
}
.faq .block:nth-child(1) {
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .faq .block:nth-child(1) {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .faq .block {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .faq .block {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.faq .q {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: solid 2px #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .faq .q {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .faq .q {
    padding-bottom: 10px;
  }
}
.faq .q p {
  color: #1f233e;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .faq .q p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .faq .q p {
    font-size: 14px;
  }
}
.faq .q p:nth-child(1) {
  background-color: #a38249;
  color: #FFF;
  display: inline-block;
  margin-right: 15px;
  width: 70px;
}
@media screen and (max-width: 1024px) {
  .faq .q p:nth-child(1) {
    width: 60px;
  }
}
@media screen and (max-width: 768px) {
  .faq .q p:nth-child(1) {
    font-size: 12px;
    margin-top: 3px;
    margin-right: 10px;
    width: 50px;
  }
}
.faq .q p:nth-child(2) {
  text-align: left;
  width: calc( 100% - 70px );
}
@media screen and (max-width: 1024px) {
  .faq .q p:nth-child(2) {
    width: calc( 100% - 60px );
  }
}
@media screen and (max-width: 768px) {
  .faq .q p:nth-child(2) {
    width: calc( 100% - 50px );
  }
}
.faq .a {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 30px;
}
.faq .a p {
  color: #787878;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .faq .a p {
    font-size: 14px;
  }
}
.faq .a p:nth-child(1) {
  color: #a38249;
  display: inline-block;
  font-family: "Dancing Script", cursive;
  font-size: 36px;
  line-height: 1;
  margin-right: 15px;
  width: 70px;
}
@media screen and (max-width: 1024px) {
  .faq .a p:nth-child(1) {
    font-size: 30px;
    width: 60px;
  }
}
@media screen and (max-width: 768px) {
  .faq .a p:nth-child(1) {
    margin-right: 10px;
    width: 50px;
  }
}
.faq .a p:nth-child(2) {
  margin-right: 0;
  margin-left: auto;
  text-align: left;
  width: calc( 100% - 85px );
}
@media screen and (max-width: 1024px) {
  .faq .a p:nth-child(2) {
    width: calc( 100% - 75px );
  }
}
@media screen and (max-width: 768px) {
  .faq .a p:nth-child(2) {
    width: calc( 100% - 60px );
  }
}
.faq .a p:nth-child(n+3) {
  width: 100%;
}
.faq .a img {
  margin: 50px auto 0;
}
@media screen and (max-width: 1024px) {
  .faq .a img {
    margin-top: 30px;
    max-width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .faq .a img {
    max-width: 100%;
  }
}

/* ==========================================================================
   Object - Component
========================================================================== */
/* Heading
----------------------------------------------------------------- */
.head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .head {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .head {
    font-size: 18px;
  }
}
.head span {
  display: inline-block;
  margin-right: 15px;
  height: 2px;
  width: 22px;
}
@media screen and (max-width: 1024px) {
  .head span {
    width: 18px;
  }
}
@media screen and (max-width: 768px) {
  .head span {
    width: 20px;
  }
}
.head.navy {
  color: #1f233e;
}
.head.navy span {
  background-color: #1f233e;
}
.head.white {
  color: #FFF;
}
.head.white span {
  background-color: #FFF;
}

.deco-head {
  font-family: "Dancing Script", cursive;
  font-size: 90px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 50px;
  right: 50px;
}
@media screen and (max-width: 1024px) {
  .deco-head {
    font-size: 70px;
    top: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .deco-head {
    top: 30px;
    right: 30px;
  }
}
.deco-head span {
  opacity: 0.2;
}
.deco-head span.white {
  color: #FFF;
}
.deco-head span.gold {
  color: #a38249;
}

/* ==========================================================================
   Object - Component
========================================================================== */
/* Inner
----------------------------------------------------------------- */
.inner {
  margin: 0 auto;
  max-width: 1186px;
  padding: 0 50px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 30px;
    width: 100%;
  }
}

.page .inner {
  max-width: 1100px;
}
.inner--4 {
  margin: 0 auto;
  width: calc( 100% / 6 * 4 );
}
@media screen and (max-width: 1024px) {
  .inner--4 {
    width: calc( 100% / 6 * 5 );
  }
}
@media screen and (max-width: 768px) {
  .inner--4 {
    width: 100%;
  }
}

/* ==========================================================================
   Object - Component
========================================================================== */
/* Reservation
----------------------------------------------------------------- */
.reservation {
  background-color: #a38249;
  position: relative;
}
.reservation .inner {
  padding-top: 150px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .reservation .inner {
    padding-top: 90px;
    padding-bottom: 50px;
  }
}
.reservation__bg {
  background-image: url(/assets/img/main/reservation_bg.png);
  background-position: left 50px;
  background-repeat: no-repeat;
  background-size: 574px 90px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .reservation__bg {
    background-position: -35px 30px;
    background-size: 420px auto;
  }
}
@media screen and (max-width: 768px) {
  .reservation__bg {
    display: none;
  }
}
.reservation__head {
  display: none;
}
@media screen and (max-width: 768px) {
  .reservation__head {
    display: block;
    padding-top: 30px;
    text-align: center;
  }
}
.reservation__head span {
  border-bottom: solid 2px #FFF;
  color: #FFF;
  display: inline-block;
  font-weight: 700;
  line-height: 38px;
  padding-bottom: 25px;
  text-align: center;
}
.reservation__tel {
  height: 100%;
  margin-top: 30px;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .reservation__tel {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .reservation__tel {
    margin-top: 30px;
    width: 100%;
  }
}
.reservation__tel a {
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .reservation__tel a {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .reservation__tel a {
    font-size: 32px;
  }
}
.reservation__tel a span {
  font-size: 30px;
}
@media screen and (max-width: 1024px) {
  .reservation__tel a span {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .reservation__tel a span {
    font-size: 25px;
  }
}
.reservation__tel p {
  color: #FFF;
  font-size: 18px;
  opacity: 0.7;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .reservation__tel p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .reservation__tel p {
    font-size: 18px;
    padding-top: 20px;
  }
}
.reservation__button {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: reservation_button-out;
          animation-name: reservation_button-out;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0;
          animation-delay: 0;
  background-color: #1f233e;
  background-image: url(/assets/img/main/icon_reservation.png), url(/assets/img/main/arrow_reservation.png);
  background-position: center 40px, center 80%;
  background-repeat: no-repeat;
  background-size: 45px auto, 21px auto;
  color: #FFF;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin-top: 30px;
  padding: 95px 0 70px;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .reservation__button {
    -webkit-animation-name: reservation_button-out--tb;
            animation-name: reservation_button-out--tb;
  }
}
.reservation__button:hover {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: reservation_button-over;
          animation-name: reservation_button-over;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0;
          animation-delay: 0;
}
@media screen and (max-width: 1024px) {
  .reservation__button:hover {
    -webkit-animation-name: reservation_button-over--tb;
            animation-name: reservation_button-over--tb;
  }
}
@media screen and (max-width: 1024px) {
  .reservation__button {
    background-position: center 26px, center 80%;
    background-size: 32px auto, 17px auto;
    padding: 60px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .reservation__button {
    margin-top: 40px;
    width: 100%;
  }
}
.reservation__button span {
  font-size: 32px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .reservation__button span {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .reservation__button span {
    font-size: 28px;
  }
}

/* ==========================================================================
   Object - Component
========================================================================== */
/* Schedule
----------------------------------------------------------------- */
.schedule .inner {
  padding-top: 70px;
  padding-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  .schedule .inner {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
.schedule .deco-head {
  right: auto;
  left: 50px;
  top: 120px;
}
@media screen and (max-width: 1024px) {
  .schedule .deco-head {
    left: 30px;
    top: 90px;
  }
}
@media screen and (max-width: 768px) {
  .schedule .deco-head {
    right: 30px;
    left: auto;
    top: 30px;
  }
}
.schedule__text {
  padding: 0 70px 0 0;
  text-align: right;
  width: 55%;
}
@media screen and (max-width: 1024px) {
  .schedule__text {
    padding: 0 50px 0 0;
    text-align: left;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .schedule__text {
    margin-top: 30px;
    padding-right: 0;
    text-align: center;
    width: 100%;
  }
}
.schedule__text p {
  font-size: 18px;
  color: #1f233e;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .schedule__text p {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .schedule__text p {
    font-size: 16px;
    margin: 0 auto;
  }
}
.schedule__table {
  display: table;
  width: 45%;
}
@media screen and (max-width: 1024px) {
  .schedule__table {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .schedule__table {
    margin-top: 70px;
    width: 100%;
  }
}
.schedule__table th, .schedule__table td {
  border-left: solid 2px #dedee2;
  padding: 12px 0;
}
@media screen and (max-width: 1024px) {
  .schedule__table th, .schedule__table td {
    padding: 9px 0;
  }
}
@media screen and (max-width: 768px) {
  .schedule__table th, .schedule__table td {
    padding: 5px 0;
  }
}
.schedule__table th:nth-last-child(1), .schedule__table td:nth-last-child(1) {
  border-right: solid 2px #dedee2;
}
.schedule__table th {
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .schedule__table th {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .schedule__table th {
    font-size: 16px;
  }
}
.schedule__table td {
  color: #a38249;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .schedule__table td {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .schedule__table td {
    font-size: 16px;
  }
}
.schedule__table td span {
  color: #000;
  font-weight: 700;
}

/* ==========================================================================
   Object - Component
========================================================================== */
/* Title
----------------------------------------------------------------- */
.title {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: solid 8px #a38249;
  height: 180px;
}
@media screen and (max-width: 1024px) {
  .title {
    border-width: 6px;
    height: 130px;
  }
}
@media screen and (max-width: 768px) {
  .title {
    border-width: 8px;
    height: 180px;
  }
}
.title__deco-head {
  color: #a38249;
  font-family: "Dancing Script", cursive;
  font-size: 48px;
  line-height: 1;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .title__deco-head {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .title__deco-head {
    font-size: 48px;
  }
}
.title__head {
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  padding-top: 20px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .title__head {
    font-size: 16px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .title__head {
    font-size: 20px;
    padding-top: 20px;
  }
}

/* ==========================================================================
   Object - Component
========================================================================== */
/* Topics
----------------------------------------------------------------- */
.topics .inner {
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  .topics .inner {
    padding-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .topics .inner {
    padding-top: 50px;
  }
}
.topics .fadeup {
  position: relative;
}
.topics .deco-head {
  top: 50px;
}
@media screen and (max-width: 1024px) {
  .topics .deco-head {
    top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .topics .deco-head {
    top: 20px;
  }
}
.topics .swiper-container {
  overflow: hidden;
  padding: 50px 0 0;
}
@media screen and (max-width: 1024px) {
  .topics .swiper-container {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .topics .swiper-container {
    padding: 30px 60px 0 30px;
  }
}
.topics .p-r {
  margin: 0 auto;
  max-width: 1086px;
  width: calc( 100% - 100px );
}
@media screen and (max-width: 1024px) {
  .topics .p-r {
    width: calc( 100% - 60px );
  }
}
@media screen and (max-width: 768px) {
  .topics .p-r {
    width: 100%;
  }
}
.topics .swiper-button-prev,
.topics .swiper-button-next {
  background-size: 11px auto;
  top: calc( 50px + 8vw );
}
@media screen and (max-width: 1024px) {
  .topics .swiper-button-prev,
.topics .swiper-button-next {
    background-size: 9px auto;
    top: calc( 30px + 8vw );
  }
}
@media screen and (max-width: 768px) {
  .topics .swiper-button-prev,
.topics .swiper-button-next {
    display: none;
    top: -15px;
  }
}
.topics .swiper-button-prev {
  background-image: url(/assets/img/main/arrow_slider_l.png);
  left: -40px;
}
@media screen and (max-width: 1024px) {
  .topics .swiper-button-prev {
    left: -30px;
  }
}
@media screen and (max-width: 768px) {
  .topics .swiper-button-prev {
    left: auto;
    right: 70px;
  }
}
.topics .swiper-button-next {
  background-image: url(/assets/img/main/arrow_slider_r.png);
  right: -40px;
}
@media screen and (max-width: 1024px) {
  .topics .swiper-button-next {
    right: -30px;
  }
}
@media screen and (max-width: 768px) {
  .topics .swiper-button-next {
    right: 30px;
  }
}
.topics .thumbs {
  position: relative;
}
.topics .thumb__pic {
  display: inline-block;
  width: 100%;
}
.topics .thumb__pic img {
  height: auto;
  width: 100%;
}
.topics .thumb__info {
  padding-top: 20px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .topics .thumb__info {
    padding-top: 15px;
  }
}
.topics .thumb__date {
  color: #1f233e;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .topics .thumb__date {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .topics .thumb__date {
    font-size: 13px;
  }
}
.topics .thumb__date::after {
  color: #1f233e;
  content: "｜";
  margin-right: 7px;
  margin-left: 7px;
}
@media screen and (max-width: 1024px) {
  .topics .thumb__date::after {
    margin-right: 5px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .topics .thumb__date::after {
    margin-right: 7px;
    margin-left: 7px;
  }
}
.topics .thumb__tag {
  background-color: #a38249;
  color: #FFF;
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  padding: 5px 7px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .topics .thumb__tag {
    font-size: 9px;
    padding: 3px 5px;
  }
}
@media screen and (max-width: 768px) {
  .topics .thumb__tag {
    font-size: 10px;
    padding: 5px 7px;
  }
}
.topics .thumb__title {
  color: #1f233e;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .topics .thumb__title {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .topics .thumb__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .topics .button1 {
    margin-right: 30px;
    margin-left: 30px;
    width: calc( 100% - 60px );
  }
}

.title {
  background-image: url(/assets/img/main/beauty-drip/title_bg.jpg);
}

@media screen and (max-width: 768px) {
  .point {
    padding-bottom: 15px;
  }
}
.point__head {
  width: 100%;
  text-align: center;
  background: url("/assets/img/main/edmax/edmax_bg_fv.jpg") no-repeat center center /cover;
}
@media screen and (max-width: 1024px) {
  .point__head {
    font-size: 26px;
    padding: 20px 0 30px;
  }
}
.point__head span {
  display: block;
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .point__head span {
    font-size: 18px;
  }
}

/* Campaign
----------------------------------------------------------------- */
.campaign .inner {
  padding-top: 50px;
}
@media screen and (max-width: 1024px) {
  .campaign .inner {
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .campaign .inner {
    padding-top: 50px;
  }
}
.campaign .fadeup {
  position: relative;
}
.campaign .deco-head {
  top: 0;
}
@media screen and (max-width: 768px) {
  .campaign .deco-head {
    top: 20px;
  }
}
.campaign .thumbs {
  position: relative;
}
.campaign .thumbs .inner {
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 1024px) {
  .campaign .thumbs .inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .campaign .thumbs .inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.campaign .thumb {
  margin: 0 20px;
  width: calc( 100% / 3 - 40px );
}
@media screen and (max-width: 1024px) {
  .campaign .thumb {
    margin: 0 12.5px;
    width: calc( 100% / 3 - 25px );
  }
}
@media screen and (max-width: 768px) {
  .campaign .thumb {
    margin: 0 0 40px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .campaign .thumb:nth-last-child(1) {
    margin-bottom: 0;
  }
}
.campaign .thumb:nth-child(n+4) {
  display: none;
}
.campaign .thumb__pic {
  display: inline-block;
  width: 100%;
}
.campaign .thumb__pic img {
  height: auto;
  width: 100%;
}
.campaign .thumb__info {
  padding-top: 20px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .campaign .thumb__info {
    padding-top: 15px;
  }
}
.campaign .thumb__date {
  color: #1f233e;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  /*&::after {
    color: $COLOR_NAVY;
    content: "｜";
    margin-right: 7px;
    margin-left: 7px;
    @include tb {
      margin-right: 5px;
      margin-left: 5px;
    }
    @include sp {
      margin-right: 7px;
      margin-left: 7px;
    }
  }*/
}
@media screen and (max-width: 1024px) {
  .campaign .thumb__date {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .campaign .thumb__date {
    font-size: 13px;
  }
}
.campaign .thumb__tag {
  background-color: #a38249;
  color: #FFF;
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  padding: 5px 7px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .campaign .thumb__tag {
    font-size: 9px;
    padding: 3px 5px;
  }
}
@media screen and (max-width: 768px) {
  .campaign .thumb__tag {
    font-size: 10px;
    padding: 5px 7px;
  }
}
.campaign .thumb__title {
  color: #1f233e;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .campaign .thumb__title {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .campaign .thumb__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .campaign .button1 {
    margin-right: 30px;
    margin-left: 30px;
    width: calc( 100% - 60px );
  }
}

.point__accordion {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  margin-top: 4px;
  min-height: 270px;
  padding: 50px 0 20px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .point__accordion {
    min-height: 240px;
  }
}
@media screen and (max-width: 768px) {
  .point__accordion {
    padding: 40px 0 15px;
    min-height: 200px;
  }
}
.point__accordion:hover {
  -webkit-transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #4c4f65;
}
.point__accordion:hover .point__accordion__head,
.point__accordion:hover .point__accordion__text {
  -webkit-transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
  color: #a38249;
}
.point__accordion:hover .point__accordion__arrow {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: accordion-over;
          animation-name: accordion-over;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0;
          animation-delay: 0;
}
@media screen and (max-width: 768px) {
  .point__accordion:hover .point__accordion__arrow {
    -webkit-animation-name: accordion-over--sp;
            animation-name: accordion-over--sp;
  }
}
.point__accordion.on {
  -webkit-transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #4c4f65;
}
.point__accordion.on .point__accordion__head,
.point__accordion.on .point__accordion__text {
  -webkit-transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
  color: #a38249;
}
.point__accordion.on .point__accordion__arrow img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.point__accordion__info {
  width: 100%;
}
.point__accordion__head {
  color: #FFF;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .point__accordion__head {
    font-size: 24px;
  }
}
.point__accordion__text {
  color: #FFF;
  font-size: 16px;
  padding-top: 20px;
}
@media screen and (max-width: 1024px) {
  .point__accordion__text {
    font-size: 14px;
    padding-top: 15px;
  }
}
.point__accordion__arrow {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: accordion-out;
          animation-name: accordion-out;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0;
          animation-delay: 0;
  margin-top: 20px;
  height: 50px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .point__accordion__arrow {
    -webkit-animation-name: accordion-out--sp;
            animation-name: accordion-out--sp;
  }
}
.point__accordion__arrow img {
  height: auto;
  width: 30px;
}
@media screen and (max-width: 1024px) {
  .point__accordion__arrow img {
    width: 25px;
  }
}
.point__wrap {
  position: relative;
  width: calc( 50% - 2px );
}
@media screen and (max-width: 768px) {
  .point__wrap {
    width: 100%;
  }
}
.point__wrap.on {
  display: block;
}
.point .block {
  background-color: #faf9f6;
  margin-top: 4px;
  display: none;
  opacity: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .point .block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .point .block {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.point .block .inner {
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .point .block .inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.point .block.on {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: accordion-fade;
          animation-name: accordion-fade;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  display: block;
}
.point .block__content {
  background-color: #FFF;
  padding: 0 30px 30px;
}
@media screen and (max-width: 1024px) {
  .point .block__content {
    padding: 0 30px 40px;
  }
}
@media screen and (max-width: 768px) {
  .point .block__content {
    padding: 0 15px 30px;
  }
}
.point .block h3 {
  border-bottom: solid 1px #a38249;
  color: #a38249;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .point .block h3 {
    font-size: 16px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .point .block h3 {
    font-size: 20px;
    padding-bottom: 15px;
  }
}
.point .block h4 {
  color: #a38249;
  font-size: 18px;
  margin: 0 auto;
  padding-top: 30px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .point .block h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .point .block h4 {
    font-size: 17px;
  }
}
.point .block h5 {
  background-color: #1f233e;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  margin: 70px auto 0;
  padding: 5px 15px;
  text-align: left;
  width: calc( 100% - 75px );
}
@media screen and (max-width: 1024px) {
  .point .block h5 {
    font-size: 12px;
    margin: 50px auto 0;
    width: calc( 100% - 50px );
  }
}
@media screen and (max-width: 768px) {
  .point .block h5 {
    font-size: 14px;
    width: 100%;
  }
}
.point .block h5:nth-child(3) {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .point .block h5:nth-child(3) {
    margin-top: 20px;
  }
}
.point .block p {
  color: #3c3c3c;
  font-size: 14px;
  line-height: 2;
  padding-top: 20px;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .point .block p {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .point .block p {
    font-size: 14px;
    width: 100%;
  }
}
.point .block p strong {
  color: #a38249;
  font-weight: 400;
}
.point .block hr {
  border-top: solid 2px #f1f1f3;
  margin: 40px auto 10px;
  width: calc( 100% - 75px );
}
@media screen and (max-width: 1024px) {
  .point .block hr {
    width: calc( 100% - 50px );
  }
}
.point .block table {
  border: solid 1px #f1ece4;
  margin: 40px auto 0;
  width: calc( 100% - 150px );
}
@media screen and (max-width: 1024px) {
  .point .block table {
    margin: 30px auto 0;
    width: calc( 100% - 100px );
  }
}
@media screen and (max-width: 768px) {
  .point .block table {
    margin: 30px auto 0;
    width: 100%;
  }
}
.point .block table tr th:nth-child(1) {
  width: 30%;
}
.point .block table tr td:nth-child(2),
.point .block table tr td:nth-child(3) {
  width: 35%;
}
.point .block table th,
.point .block table td {
  border-right: solid 1px #f1ece4;
  font-size: 12px;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .point .block table th,
.point .block table td {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .point .block table th,
.point .block table td {
    font-size: 12px;
  }
}
.point .block table th {
  background: #bda67f;
  color: #FFF;
  padding: 5px 0;
}
.point .block table td {
  color: #3c3c3c;
  padding: 10px;
}
.point .block table td strong {
  color: #1f233e;
  font-weight: 500;
  display: block;
  text-align: left;
}
.point .block table tr:nth-child(odd) td {
  background: #faf9f6;
}
.point .reason2__block__pic {
  margin: 50px auto 0;
  width: calc( 100% - 75px );
}
@media screen and (max-width: 1024px) {
  .point .reason2__block__pic {
    margin-top: 30px;
    width: calc( 100% - 50px );
  }
}
@media screen and (max-width: 768px) {
  .point .reason2__block__pic {
    margin-top: 0;
    width: 100%;
  }
}
.point .reason2__block__pic img {
  height: auto;
  width: calc( 100% / 2 - 15px );
}
@media screen and (max-width: 1024px) {
  .point .reason2__block__pic img {
    width: calc( 100% / 2 - 10px );
  }
}
@media screen and (max-width: 768px) {
  .point .reason2__block__pic img {
    margin-top: 20px;
    width: 100%;
  }
}
.reason2__block ol {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}
.reason2__block li {
	position: relative;
	width: 23%;
	margin-top: 0;
	padding: 10px;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	background-color: #a38249;
}
.reason2__block li + li::before {
    content: "";
    position: absolute;
    left: -42px;
    top: 50%;
    width: 18px;
    height: 18px;
    margin: 0 10px;
    border-top: 4px solid #000;
    border-right: 4px solid #000;
    transform: rotate(45deg) translateY(-50%);
    display: block;
}
.reason2__block li span {
	margin-bottom: 10px;
	display: block;
}




.reason {
  padding-top: 30px;
}
@media screen and (max-width: 1024px) {
  .reason {
    padding-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .reason {
    padding-bottom: 15px;
  }
}
.reason__head {
	color: #1f233e;
	font-size: 32px;
	font-weight: 500;
	padding: 30px 0 50px;
	text-align: center;
}
.reason__head span {
	display: block;
	color: #a38249;
}
@media screen and (max-width: 1024px) {
  .reason__head {
    padding: 20px 0 30px;
	font-size: 26px;
  }
}
.reason__head img {
  height: auto;
  max-width: 400px;
}
@media screen and (max-width: 1024px) {
  .reason__head img {
    max-width: 260px;
  }
}
.reason__accordion {
  background-color: #1f233e;
  border-bottom: solid 20px #a38249;
  cursor: pointer;
  margin-top: 40px;
  min-height: 240px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .reason__accordion {
    border-bottom-width: 15px;
    min-height: 180px;
  }
}
@media screen and (max-width: 768px) {
  .reason__accordion {
    border-bottom-width: 12px;
    min-height: 130px;
  }
}
.reason__accordion:hover {
  -webkit-transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.reason__accordion:hover .reason__accordion__head,
.reason__accordion:hover .reason__accordion__text {
  -webkit-transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
  color: #a38249;
}
.reason__accordion:hover .reason__accordion__arrow {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: accordion-over;
          animation-name: accordion-over;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0;
          animation-delay: 0;
}
@media screen and (max-width: 768px) {
  .reason__accordion:hover .reason__accordion__arrow {
    -webkit-animation-name: accordion-over--sp;
            animation-name: accordion-over--sp;
  }
}
.reason__accordion.on {
  -webkit-transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.reason__accordion.on .reason__accordion__arrow img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.reason__accordion__pic {
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 27%;
}
@media screen and (max-width: 768px) {
  .reason__accordion__pic {
    display: none;
  }
}
.reason__accordion__info {
  padding-left: calc( 27% + 30px );
  width: 78%;
}
@media screen and (max-width: 768px) {
  .reason__accordion__info {
    padding-left: 30px;
  }
}
.reason__accordion__head {
  color: #FFF;
  font-size: 30px;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .reason__accordion__head {
    font-size: 24px;
  }
}
.reason__accordion__text {
  color: #FFF;
  font-size: 16px;
  padding-top: 20px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .reason__accordion__text {
    font-size: 14px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .reason__accordion__text {
    padding-top: 0;
  }
}
.reason__accordion__arrow {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: accordion-out;
          animation-name: accordion-out;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0;
          animation-delay: 0;
  background-image: url(/assets/img/main/hair-removal/reason_arrow_bg.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-bottom: 30px;
  padding-left: 40px;
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .reason__accordion__arrow {
    -webkit-animation-name: accordion-out--sp;
            animation-name: accordion-out--sp;
    padding-left: 25px;
    width: 25%;
  }
}
.reason__accordion__arrow img {
  height: auto;
  width: 32px;
}
@media screen and (max-width: 1024px) {
  .reason__accordion__arrow img {
    width: 26px;
  }
}
@media screen and (max-width: 768px) {
  .reason__accordion__arrow img {
    width: 20px;
  }
}
.reason__accordion__arrow p {
  color: #FFF;
  font-size: 36px;
  font-weight: 700;
  font-style: italic;
  position: absolute;
  right: 0;
  bottom: 30px;
  white-space: nowrap;
  width: calc( 100% - 25px );
}
@media screen and (max-width: 1024px) {
  .reason__accordion__arrow p {
    font-size: 28px;
    bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .reason__accordion__arrow p {
    font-size: 16px;
    bottom: 20px;
    width: calc( 100% - 15px );
  }
}
.reason .reason1__pic {
  background-image: url(/assets/img/main/hair-removal/reason1_pic.png);
}
.reason .reason1__arrow {
  background-image: url(/assets/img/main/hair-removal/reason1_arrow_bg.png);
}
.reason .reason2,
.reason .reason3 {
  background-image: url(/assets/img/main/hair-removal/reason_bg.gif);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: auto 100%;
}
.reason .reason2__pic {
  background-image: url(/assets/img/main/hair-removal/reason2_pic.png);
}
.reason .reason3__pic {
  background-image: url(/assets/img/main/hair-removal/reason3_pic.png);
}
.reason .block {
  background-color: #1f233e;
  display: none;
  margin-top: 7px;
  opacity: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .reason .block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .reason .block {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .reason .block .inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.reason .block.on {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: accordion-fade;
          animation-name: accordion-fade;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  display: block;
}
.reason .reason__block .block__content {
  background-color: #FFF;
  padding: 40px 50px 60px;
}
/* .reason .reason__block .block__content ol,
.reason .reason__block .block__content ul {
  list-style: decimal;
  color: #3c3c3c;
  font-size: 14px;
  line-height: 2;
  margin: 20px auto;
  text-align: left;
  width: fit-content;
}
.reason .reason__block .block__content ul {
  list-style: disc;  
  width: calc(100% - 75px);
  margin-right: 20px;
}
.reason .reason__block .block__content li {
  text-align: left;
} */
/* .block__content--list {
  max-width: 1200px;
  width: calc(100% - 75px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px auto 0;
} */
@media screen and (max-width: 1024px) {
  .reason .block__content {
    padding: 30px 30px 40px;
  }
}
@media screen and (max-width: 768px) {
  .reason .block__content {
    padding: 20px 15px 30px;
  }
  .reason .reason__block .block__content ul {
    width: 100%;
  }
  /* .block__content--list {
    flex-direction: column;
    width: 100%;
  } */
}
.reason .block h3 {
/*	margin-top: 80px;*/
  border-bottom: solid 1px #a38249;
  color: #a38249;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 20px;
}
.reason .block h3:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .reason .block h3 {
    font-size: 16px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .reason .block h3 {
    font-size: 20px;
    padding-bottom: 15px;
  }
}
.reason .block h4 {
  color: #a38249;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto;
  padding-top: 30px;
  text-align: left;
  width: calc( 100% - 75px );
}
@media screen and (max-width: 1024px) {
  .reason .block h4 {
    font-size: 14px;
    width: calc( 100% - 50px );
  }
}
@media screen and (max-width: 768px) {
  .reason .block h4 {
	  font-size: 17px;
	  width: 100%;
  }
}
.reason .block h5 {
  background-color: #1f233e;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  margin: 70px auto 0;
  padding: 5px 15px;
  text-align: left;
  width: calc( 100% - 75px );
}
@media screen and (max-width: 1024px) {
  .reason .block h5 {
    font-size: 12px;
    margin: 50px auto 0;
    width: calc( 100% - 50px );
  }
}
@media screen and (max-width: 768px) {
  .reason .block h5 {
	  font-size: 14px;
	  width: 100%;
	  margin-top: 20px;
	}
}
.reason .block h5:nth-child(3) {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .reason .block h5:nth-child(3) {
    margin-top: 20px;
  }
}
.reason .block .img-txt {
  margin: 0 auto;
  width: calc( 100% - 75px );
}
@media screen and (max-width: 1024px) {
  .reason .block .img-txt {
    width: calc( 100% - 50px );
  }
}
@media screen and (max-width: 768px) {
  .reason .block .img-txt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
.reason .block .img-txt img {
  margin-top: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .reason .block .img-txt img {
    margin-right: auto;
    margin-left: auto;
  }
}
.reason .block .block__content p {
  color: #3c3c3c;
  font-size: 14px;
  line-height: 2;
  margin: 10px auto 0;
  text-align: left;
  width: calc( 100% - 75px );
}
@media screen and (max-width: 1024px) {
  .reason .block .block__content p {
    font-size: 12px;
    width: calc( 100% - 50px );
  }
}
@media screen and (max-width: 768px) {
  .reason .block .block__content p {
	  font-size: 14px;
	  width: 100%;
	  margin-left: 0;
	  margin-right: 0;
  }
}
.reason .block .block__content p strong {
  color: #a38249;
  font-weight: 400;
}
.reason .block table {
  border: solid 1px #f1ece4;
  margin: 40px auto 0;
  width: calc( 100% - 150px );
}
@media screen and (max-width: 1024px) {
  .reason .block table {
    margin: 30px auto 0;
    width: calc( 100% - 100px );
  }
}
@media screen and (max-width: 768px) {
  .reason .block table {
    margin: 30px auto 0;
    width: 100%;
  }
}
.reason .block table tr th:nth-child(1) {
  width: 30%;
}
.reason .block table tr td:nth-child(2),
.reason .block table tr td:nth-child(3) {
  width: 35%;
}
.reason .block table th,
.reason .block table td {
  border-right: solid 1px #f1ece4;
  font-size: 12px;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .reason .block table th,
.reason .block table td {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .reason .block table th,
.reason .block table td {
    font-size: 12px;
  }
}
.reason .block table th {
  background: #bda67f;
  color: #FFF;
  padding: 5px 0;
}
.reason .block table td {
  color: #3c3c3c;
  padding: 10px;
}
.reason .block table td strong {
  color: #1f233e;
  font-weight: 500;
  display: block;
  text-align: left;
}
.reason .block table tr:nth-child(odd) td {
  background: #faf9f6;
}
.reason .reason2__block__pic {
  margin: 50px auto 0;
}
@media screen and (max-width: 1024px) {
  .reason .reason2__block__pic {
    margin-top: 30px;
    width: calc( 100% - 50px );
  }
}
@media screen and (max-width: 768px) {
  .reason .reason2__block__pic {
    margin-top: 0;
    width: 100%;
  }
}
.reason .reason2__block__pic img {
  height: auto;
  width: calc( 100% / 2 - 15px );
}
@media screen and (max-width: 1024px) {
  .reason .reason2__block__pic img {
    width: calc( 100% / 2 - 10px );
  }
}
@media screen and (max-width: 768px) {
  .reason .reason2__block__pic img {
    margin-top: 20px;
    width: 100%;
  }
}
.edTreatment h6 {
	font-size: 18px;
	color: #3c3c3c;
    line-height: 2;
    margin: 20px auto 0;
    text-align: left;
    width: calc( 100% - 75px );
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.edTreatment h6 {
		width: 100%;
	}
}

.edTreatment hr {
  border-top: solid 2px #f1f1f3;
  margin: 20px auto;
  width: calc( 100% - 75px );
}
@media screen and (max-width: 1024px) {
  .edTreatment hr {
    width: calc( 100% - 50px );
  }
}
@media screen and (max-width: 768px) {
  .accordion-cont hr {
    width: 100%;
  }
}

.edTreatment ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
    margin: 20px auto 0;
	width: calc( 100% - 75px );
}

.edTreatment ul li {
	background: url("/assets/img/main/edmax/edmax_img_cross.png") no-repeat center;
	border: solid 1px #1f233e;
	padding: 20px;
	font-size: 14px;
	width: 30%;
}
@media screen and (max-width: 768px) {
	.edTreatment ul {
		flex-direction: column;
		width: 100%;
	}
	.edTreatment ul li {
		margin-top: 10px;
		width: 100%;
		padding: 10px;
	}
}

.edmax__cont {
	margin-top: 80px;
}
@media screen and (max-width: 768px) {
	.edmax__cont {
		margin-top: 40px;
	}
}

.nmn__head {
  color: #1f233e;
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .nmn__head {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .nmn__head span {
    display: block;
  }
}


.mekanism__list {
	max-width: 1200px;
	width: calc( 100% - 75px );
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
}
.mekanism__list li {
	position: relative;
    width: 23%;
    margin-top: 0;
    padding: 10px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    background-color: #a38249;
	margin-bottom: 10px;
	display: block;
	font-size: 14px;
}
.mekanism__list li + li::before {
	content: "";
    position: absolute;
    left: -42px;
    top: 50%;
    width: 18px;
    height: 18px;
    margin: 0 10px;
    border-top: 4px solid #000;
    border-right: 4px solid #000;
    transform: rotate(45deg) translateY(-50%);
    display: block;
}
.mekanism__list li span {
	display: block;
}
.mekanism__img {
	max-width: 1200px;
	width: calc( 100% - 75px );
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 20px auto 0;
}
.mekanism__img img {
	height: auto;
    width: calc( 100% / 2 - 15px );
}

@media screen and (max-width: 768px) {
	.mekanism__list {
		flex-direction: column;
	}
	.mekanism__list li {
		width: 100%;
		margin-top: 20px;
	}
	.mekanism__list li + li::before {
		left: 40%;
		top: -47%;
		transform: rotate(135deg) translateY(-50%);
	}
	.mekanism__img {
		flex-direction: column;
		width: 100%;
	}
	.mekanism__img img {
		width: 100%;
		margin-top: 10px;
	}
}

.accordion {
	max-width: 1200px;
	width: 93%;
	margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
	.accordion {
		width: 100%;
		margin: 20px 0;
	}
}

.accordion:not([open]) {
    margin-bottom: 15px;
}

.question__box {
	margin-bottom: 20px;
	width: calc( 100% - 12px );
	margin: 20px auto 30px;
	border: solid #eee 1px;
	padding: 20px;
}

@media screen and (max-width: 768px) {
	.question__box {
		padding: 10px;
	}
}

.reason .block .question__ttl {
	margin-bottom: 20px;
	font-size: 16px;
	color: #a38249;
	width: 100%;
}

.reason .block .question__box li {
	margin-bottom: 10px;
	text-align: left;
	font-size: 14px;
}

.reason .block .question__box li span {
	color: brown;
}

.accordion__ttl {
	width: calc( 100% - 75px );
	margin: 70px auto 0;
    padding: 5px 15px;
}

.accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 5px 15px;
    background-color: #a38249;
    color: #ffffff;
    cursor: pointer;
	font-size: 14px;
	text-align: left;
	width: calc( 100% - 12px );
	margin: 0 auto;
}

.accordion summary::-webkit-details-marker {
    display: none;
}

.accordion summary::after {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    padding-right: 5px;
    transform: scale(0.2);
    content: url(/assets/img/main/hair-removal/reason_arrow.png);
}

.accordion[open] summary::after {
	transform: scale(0.2) rotate(180deg) translate( -28px);
}

.accordion p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 2em 2em 2em;
    color: #fff;
    transition: transform .5s, opacity .5s;
}

.accordion dl {
	width: calc( 100% - 12px );
	margin: 20px auto 30px;
}

.accordion dl div {
	margin-top: 20px;
}

.accordion dt {
	text-align: left;
	list-style: disc;
	font-size: 16px;
	color: #a38249;
}

.accordion dd {
	text-align: left;
	font-size: 14px;
}

@media screen and (max-width: 768px){
	.accordion summary {
		font-size: 14px;
		margin: 0;
		width: 100%;
	}
	.accordion[open] p {
		padding: 0 4%;
	}
}
.accordion[open] p {
    transform: none;
    opacity: 1;
	margin: 10px auto 0;
	padding: 0;
	width: calc( 100% - 12px );
}
.opinion__accordion[open] p {
	margin-top: 20px;
} 
.judg__accordion p span {
	color: #ff3333;
}

.opinion__accordion ol,
.opinion__accordion ul {
	font-size: 14px;
	color: #3c3c3c;
    line-height: 2;
    margin: 20px auto 0;
    width: 100%;
	text-align: left;
	padding-left: 12px;
}
.opinion__accordion ol li,
.opinion__accordion ul li {
	text-align: left;
	margin-left: 2%;
}
.opinion__accordion ol li {
	list-style: decimal;
}

.opinion__accordion ul li {
	list-style: disc;
}

@media screen and (max-width: 768px) {
	.opinion__accordion ol,
	.opinion__accordion ul {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.opinion__accordion ol li,
	.opinion__accordion ul li {
		margin-left: 7%;
	}
}

.doctor__voice--wrap {
	display: flex;
	align-items: end;
	justify-content: space-between;
}

.doctor__voice .young h5,
.doctor__voice .old h5 {
	margin-top: 30px;
}

.doctor__voice .young p,
.doctor__voice .old p {
	margin-top: 10px;
}

@media screen and (max-width: 768px) {
	.doctor__voice--wrap {
		flex-direction: column;
	}
}


.about {
  padding-top: 80px;
}
@media screen and (max-width: 1024px) {
  .about {
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .about {
    padding-top: 50px;
  }
}
.about__head {
  color: #1f233e;
  font-size: 32px;
  font-weight: 500;
  padding: 30px 0 50px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .about__head {
    font-size: 26px;
    padding: 20px 0 30px;
  }
}
.about__list p {
  background-color: #1f233e;
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  margin-top: 1px;
  padding: 15px 0;
}
@media screen and (max-width: 1024px) {
  .about__list p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .about__list p {
    font-size: 18px;
  }
}
.about__list p strong {
  color: #a38249;
  font-weight: 700;
}

.reason .block .supple__txt {
	margin: 0 auto;
	width: calc( 100% - 150px );
}

@media screen and (max-width: 768px) {
	.reason .block .supple__txt {
		font-size: 12px;
		width: 100%;
	}
}

.reason .block table td .price__txt {
	display: inline;
	color: #a38249;
    font-size: 22px;
}

.accordion-cont .block__price {
	width: calc( 100% - 150px );
	margin: 20px auto 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
	.accordion-cont .block__price {
		flex-direction: column;
		width: 100%;
	}
}
.accordion-cont .block__price p {
	color: #1f233e;
    font-size: 16px;
    padding: 5px 0;
    text-align: center;
	margin: 0;
	border: solid 1px #f1ece4;
	width: 50%;
}
@media screen and (max-width: 1024px) {
.accordion-cont .block__price p {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
.accordion-cont .block__price p {
    padding: 3px;
	width: 100%;
  }
}


.accordion-cont .block__price p strong {
  color: #a38249;
  font-size: 22px;
	font-weight: 500;
}
@media screen and (max-width: 1024px) {
.accordion-cont .block__price p strong {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
.accordion-cont .block__price p strong {
    font-size: 16px;
  }
}


.schedule {
  padding-top: 80px;
}
.schedule p {
	font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .schedule {
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .schedule {
    padding-top: 50px;
  }
}
.schedule__head {
  color: #1f233e;
  font-size: 32px;
  font-weight: 500;
  padding: 30px 0 50px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .schedule__head {
    font-size: 26px;
    padding: 20px 0 30px;
  }
}
.schedule__block__pic {
	width: 93%;
	max-width: 1200px;
	margin: 30px auto 0;
}
.schedule__block__pic img {
    height: auto;
    width: calc( 100% / 2 - 15px );
}

@media screen and (max-width: 768px) {
	.schedule__block__pic {
		flex-direction: column
	}
	.schedule__block__pic img {
		width: 100%;
		margin-top: 10px;
	}
}


.price {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .price {
    margin-top: 40px;
  }
}
.price__deco-head {
  color: #1f233e;
  font-family: "Dancing Script", cursive;
  font-size: 48px;
}
@media screen and (max-width: 1024px) {
  .price__deco-head {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .price__deco-head {
    font-size: 36px;
  }
}
.price__index {
  background: rgba(163, 130, 73, 0.2);
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .price__index {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .price__index {
    padding: 15px 5px 15px;
  }
}
.price__index ul li {
  display: inline-block;
  width: 240px;
}
@media screen and (max-width: 1024px) {
  .price__index ul li {
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .price__index ul li {
    width: 90px;
  }
}
.price__index a {
  background-image: url(/assets/img/main/first-visiter/index_arrow.png);
  background-position: center calc( 100% - 20px );
  background-repeat: no-repeat;
  background-size: 21px auto;
  color: #FFF;
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin: 15px 8px 0;
  padding: 15px 0 40px;
}
@media screen and (max-width: 1024px) {
  .price__index a {
    background-position: center calc( 100% - 15px );
    background-size: 16px auto;
    font-size: 15px;
    margin: 0 6px;
    padding: 15px 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .price__index a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-position: center calc( 100% - 12px );
    background-size: 14px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    height: 70px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.5;
    padding: 10px 0 30px;
  }
}
.price__index .tab {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: tab-off;
          animation-name: tab-off;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0;
          animation-delay: 0;
  background-color: #1f233e;
}
@media screen and (max-width: 1024px) {
  .price__index .tab {
    -webkit-animation-name: tab-off--tb;
            animation-name: tab-off--tb;
  }
}
@media screen and (max-width: 768px) {
  .price__index .tab {
    -webkit-animation-name: tab-off--sp;
            animation-name: tab-off--sp;
  }
}
.price__index .tab:hover {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: tab-on;
          animation-name: tab-on;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0;
          animation-delay: 0;
}
@media screen and (max-width: 1024px) {
  .price__index .tab:hover {
    -webkit-animation-name: tab-on--tb;
            animation-name: tab-on--tb;
  }
}
@media screen and (max-width: 768px) {
  .price__index .tab:hover {
    -webkit-animation-name: tab-on--sp;
            animation-name: tab-on--sp;
  }
}
.price__head {
  color: #a38249;
  font-size: 30px;
  font-weight: 500;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .price__head {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .price__head {
    padding-bottom: 20px;
  }
}
.price__content {
  border-bottom: solid 2px #f1ece4;
  padding-top: 70px;
  padding-bottom: 70px;
}
.price__content:nth-last-child(1) {
  border-bottom: none;
}
@media screen and (max-width: 1024px) {
  .price__content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.price__block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
  width: calc( 100% / 2 - 30px );
}
@media screen and (max-width: 1024px) {
  .price__block {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .price__block {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
  }
}
.price__block figure {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70%;
  padding-right: 40px;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .price__block figure {
    padding-right: 20px;
  }
}
.price__block figure img {
  height: auto;
  max-width: 120px;
  width: 100%;
}
.price__block .info {
  width: 70%;
}
.price__block .info p {
  color: #1f233e;
  line-height: 1.5;
  width: 100%;
}
.price__block .info p:nth-child(1) {
  border-bottom: solid 2px #ede6db;
  font-size: 15px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .price__block .info p:nth-child(1) {
    font-size: 13px;
  }
}
.price__block .info p:nth-child(1) strong {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .price__block .info p:nth-child(1) strong {
    font-size: 16px;
  }
}
.price__block .info p:nth-child(2) {
  font-size: 18px;
  padding-top: 5px;
}
@media screen and (max-width: 1024px) {
  .price__block .info p:nth-child(2) {
    font-size: 16px;
  }
}
.price__block .info p:nth-child(2) strong {
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .price__block .info p:nth-child(2) strong {
    font-size: 26px;
  }
}
.price__block .campaign {
  width: 100%;
}
.price__block .campaign p:nth-child(1) {
  background-color: #ede6db;
  color: #1f233e;
  font-size: 14px;
  margin-top: 10px;
  padding: 4px 10px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .price__block .campaign p:nth-child(1) {
    font-size: 12px;
  }
}
.price__block .campaign p:nth-child(2) {
  font-size: 28px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .price__block .campaign p:nth-child(2) {
    font-size: 24px;
  }
}
.price__block .campaign p:nth-child(2) strong {
  color: #a38249;
  font-size: 50px;
}
@media screen and (max-width: 1024px) {
  .price__block .campaign p:nth-child(2) strong {
    font-size: 40px;
  }
}
.price__block .caution {
  color: #3c3c3c;
  font-size: 13px;
  font-weight: 500;
  padding-top: 15px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .price__block .caution {
    font-size: 12px;
    padding-top: 10px;
  }
}
.price__caution {
  color: #787878;
  font-size: 14px;
  padding-top: 30px;
  text-align: center;
  width: 100%;
}
.price__button {
  padding-top: 50px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .price__button {
    padding-top: 30px;
  }
}
.price__button a {
  background-color: #a38249;
  color: #FFF;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  max-width: 240px;
  padding: 12px 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .price__button a {
    font-size: 14px;
    max-width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .price__button a {
    font-size: 18px;
    max-width: none;
  }
}

.price-parts {
  background-color: #faf9f6;
  padding: 70px 0 100px;
}
@media screen and (max-width: 1024px) {
  .price-parts {
    padding: 50px 0 70px;
  }
}
.price-parts__content {
  background-color: #FFF;
  margin-top: 30px;
  padding: 10px 10px 30px;
}
@media screen and (max-width: 768px) {
  .price-parts__content {
    padding: 7px 7px 20px;
  }
}
.price-parts__head {
  color: #a38249;
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .price-parts__head {
    font-size: 24px;
  }
}
.price-parts__text {
  color: #a38249;
  font-size: 16px;
  padding-top: 20px;
}
@media screen and (max-width: 1024px) {
  .price-parts__text {
    font-size: 14px;
  }
}
.price-parts__text strong {
  font-size: 22px;
}
@media screen and (max-width: 1024px) {
  .price-parts__text strong {
    font-size: 18px;
  }
}
.price-parts__label {
  background-color: #bda67f;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .price-parts__label {
    padding: 0 10px;
  }
}
.price-parts__label p {
  color: #FFF;
  font-size: 14px;
  text-align: center;
}
.price-parts__label p:nth-child(1) {
  text-align: left;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .price-parts__label p:nth-child(1) {
    width: 70%;
  }
}
.price-parts__label p:nth-child(2) {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .price-parts__label p:nth-child(2) {
    width: 30%;
  }
}
.price-parts .block__head {
  border-bottom: solid 1px #f6f2ec;
  color: #a38249;
  font-size: 18px;
  font-weight: 500;
  padding: 50px 0 20px 15px;
}
@media screen and (max-width: 1024px) {
  .price-parts .block__head {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .price-parts .block__head {
    padding: 30px 0 10px 10px;
    text-align: center;
  }
}
.price-parts .block__price {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #f6f2ec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.price-parts .block__price p {
  color: #1f233e;
  font-size: 14px;
  padding: 5px 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .price-parts .block__price p {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .price-parts .block__price p {
    padding: 3px 0;
  }
}
.price-parts .block__price p:nth-child(1) {
  padding: 0 0 0 15px;
  text-align: left;
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .price-parts .block__price p:nth-child(1) {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .price-parts .block__price p:nth-child(1) {
    padding: 0 0 0 10px;
    width: 70%;
  }
}
.price-parts .block__price p:nth-child(2) {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .price-parts .block__price p:nth-child(2) {
    width: 30%;
  }
}
.price-parts .block__price p:nth-child(2) strong {
  color: #a38249;
  font-size: 22px;
}
@media screen and (max-width: 1024px) {
  .price-parts .block__price p:nth-child(2) strong {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .price-parts .block__price p:nth-child(2) strong {
    font-size: 16px;
  }
}
.price-parts .block__price p strong {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .price-parts .block__price p strong {
    font-size: 14px;
  }
}
.price-parts__caution {
  color: #787878;
  font-size: 16px;
  padding-top: 50px;
  padding-left: 15px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .price-parts__caution {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .price-parts__caution {
    padding-top: 30px;
    padding-left: 10px;
  }
}


.flow__head {
    color: #1f233e;
    font-size: 32px;
    font-weight: 500;
    padding: 30px 0 50px;
    text-align: center;
}
@media screen and (max-width: 1024px) {
  .flow__head {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .flow__head {
    padding-top: 20px;
  }
}
.flow__index {
  background: rgba(163, 130, 73, 0.2);
  margin-top: 50px;
  padding-top: 30px;
}
@media screen and (max-width: 1024px) {
  .flow__index {
    margin-top: 30px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .flow__index {
    padding-top: 15px;
  }
}
.flow__index ul li {
  display: inline-block;
  width: 240px;
}
@media screen and (max-width: 1024px) {
  .flow__index ul li {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .flow__index ul li {
    width: 163px;
  }
}
.flow__index a {
  background-image: url(/assets/img/main/first-visiter/index_arrow.png);
  background-position: center calc( 100% - 20px );
  background-repeat: no-repeat;
  background-size: 21px auto;
  color: #FFF;
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin: 0 8px;
  padding: 20px 0 40px;
}
@media screen and (max-width: 1024px) {
  .flow__index a {
    background-position: center calc( 100% - 15px );
    background-size: 16px auto;
    font-size: 15px;
    margin: 0 6px;
    padding: 15px 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .flow__index a {
    background-position: center calc( 100% - 15px );
    background-size: 14px auto;
    font-size: 15px;
    padding: 12px 0 26px;
  }
}
.flow__index #tab-hair-removal,
.flow__index #tab-aga-ed {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: tab-off;
          animation-name: tab-off;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0;
          animation-delay: 0;
  background-color: #1f233e;
}
@media screen and (max-width: 768px) {
  .flow__index #tab-hair-removal,
.flow__index #tab-aga-ed {
    -webkit-animation-name: tab-off--tb;
            animation-name: tab-off--tb;
  }
}
.flow__index #tab-hair-removal.on,
.flow__index #tab-aga-ed.on {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: tab-on;
          animation-name: tab-on;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0;
          animation-delay: 0;
}
@media screen and (max-width: 768px) {
  .flow__index #tab-hair-removal.on,
.flow__index #tab-aga-ed.on {
    -webkit-animation-name: tab-on--tb;
            animation-name: tab-on--tb;
  }
}
.flow__content {
  padding-top: 50px;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .flow__content {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.flow__content__head {
  color: #a38249;
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .flow__content__head {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .flow__content__head {
    font-size: 26px;
  }
}
.flow__block {
  background-color: #1f233e;
  font-size: 0;
  margin-top: 7px;
  min-height: 330px;
  position: relative;
}
.flow__block .arrow {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.flow__block .arrow img {
  height: auto;
  width: 40px;
}
.flow__block__pic {
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 47%;
}
@media screen and (max-width: 768px) {
  .flow__block__pic {
    position: static;
    width: 100%;
  }
}
.flow__block__pic img {
  display: none;
}
@media screen and (max-width: 768px) {
  .flow__block__pic img {
    display: block;
    height: auto;
    width: 100%;
  }
}
.flow__block__content {
  height: auto;
  margin: 0 0 0 auto;
  padding: 40px 40px 30px 30px;
  width: 53%;
}
@media screen and (max-width: 1024px) {
  .flow__block__content {
    padding: 30px 30px 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  .flow__block__content {
    padding: 30px 20px 30px;
    width: 100%;
  }
}
.flow__block__head {
  color: #FFF;
  font-size: 26px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .flow__block__head {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .flow__block__head {
	  font-size: 24px;
	  text-align: left;
  }
}
.flow__block__head span {
  background-color: #a38249;
  color: #FFF;
  display: inline-block;
  font-size: 26px;
  font-weight: 500;
  height: 36px;
  line-height: 36px;
  margin-right: 10px;
  width: 36px;
}
@media screen and (max-width: 1024px) {
  .flow__block__head span {
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    margin-right: 8px;
    width: 30px;
  }
}
@media screen and (max-width: 768px) {
  .flow__block__head span {
    font-size: 24px;
    height: 32px;
    line-height: 32px;
    margin-right: 9px;
    width: 32px;
  }
}
.flow__block__text {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  padding-top: 20px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .flow__block__text {
    font-size: 14px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .flow__block__text {
    font-size: 16px;
    padding-top: 20px;
  }
}
.flow__block__text .caution {
  color: #a38249;
  display: block;
  font-size: 12px;
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}
@media screen and (max-width: 1024px) {
  .flow__block__text .caution {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .flow__block__text .caution {
    font-size: 12px;
  }
}
.flow__block__text a {
  color: #a38249;
  display: block;
  font-size: 12px;
  padding-top: 15px;
  text-align: left;
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .flow__block__text a {
    font-size: 11px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .flow__block__text a {
    font-size: 12px;
    padding-top: 15px;
  }
}
.flow__block__text a:hover {
  text-decoration: none;
}
.flow .flow1__pic {
  background-image: url(/assets/img/main/nmn/flow1_nmn_pic.jpg);
}
.flow .flow2__pic {
  background-image: url(/assets/img/main/nmn/flow2_nmn_pic.jpg);
}
.flow .flow3__pic {
  background-image: url(/assets/img/main/nmn/flow3_nmn_pic.jpg);
}
.flow .flow4__pic {
  background-image: url(/assets/img/main/nmn/flow4_nmn_pic.jpg);
}



.attention {
  padding: 40px 0 70px;
}
@media screen and (max-width: 768px) {
  .attention {
    padding: 30px 0;
  }
}
.attention .inner {
  /* max-width: 940px; */
}
.attention__head {
  color: #1f233e;
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .attention__head {
	  font-size: 18px;
	  text-align: left
  }
}
.attention__list {
  padding-top: 30px;
}
.attention__list li {
  color: #787878;
  font-size: 16px;
  padding-right: 20px;
  padding-left: 0.6em;
  text-align: left;
  text-indent: -0.6em;
}
@media screen and (max-width: 1024px) {
  .attention__list li {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .attention__list li {
    padding-right: 0;
    width: 100%;
  }
}

.attention table {
border: solid 1px #f1ece4;
margin: 40px auto 0;
width: calc( 100% - 150px ); }
@media screen and (max-width: 1024px) {
  .attention table {
    margin: 30px auto 0;
    width: 100% } }
@media screen and (max-width: 768px) {
  .attention table {
    margin: 30px auto 0;
    width: 100%; } }
.attention table th,
.attention table td {
  border-right: solid 1px #f1ece4;
  font-size: 16px;
  vertical-align: middle; }
  @media screen and (max-width: 1024px) {
    .attention table th,
    .attention table td {
      font-size: 14px; } }
.attention table th {
  background: #bda67f;
  color: #FFF;
  padding: 5px 0;
  width: 30%;
  border-bottom: solid 1px #f1ece4; }
.attention table td {
  color: #3c3c3c;
  padding: 10px;
  width: 70%;
  text-align: left; }
.attention table td strong {
  color: #1f233e;
  font-weight: 500;
  display: block;
  text-align: left; }
.attention table tr:nth-child(odd) td {
  background: #faf9f6; }




.other {
  padding-bottom: 70px;
}
.other__txt {
  color: #3c3c3c;
  font-size: 16px;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .other__txt {
    font-size: 14px;
  }
}

.facial__block {
  background-color: #4c4f65;
  margin-top: 40px;
  padding-bottom: 100px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .facial__block {
    margin-top: 40px;
    padding-bottom: 50px;
  }
}
.facial .block__head {
  background-color: #1f233e;
  padding: 20px 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .facial .block__head {
    padding: 15px 0;
  }
}
.facial .block__head span {
  color: #FFF;
  display: block;
  font-size: 30px;
  font-weight: 500;
  margin: 0 auto;
  /* max-width: 1100px; */
  max-width: 1110px;
  padding: 0 50px;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .facial .block__head span {
    font-size: 24px;
    padding: 0 30px;
  }
}
.facial .block__picture {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .facial .block__picture {
    display: inline-block;
    position: static;
  }
}
.facial .block__picture img {
  height: auto;
  width: 100%;
}
.facial .block__delta {
  background-color: #a38249;
  position: absolute;
  z-index: -1;
}
.facial .block__content {
  padding-top: 50px;
  background-color: #4c4f65;
}
.facial .block__content--text {
  margin-left: -1.3em;
  margin-top: 1em;
}
@media screen and (max-width: 1024px) {
  .facial .block__content {
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .facial .block__content {
    padding-top: 50px;
  }
}
.facial .block__content p {
  color: #FFF;
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .facial .block__content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .facial .block__content p {
    font-size: 16px;
  }
}
.facial .block1 {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .facial .block1 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .facial .block1 {
    margin-top: 30px;
  }
}
.facial .block1__delta {
  height: 50%;
  top: 50%;
  left: 0;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .facial .block1__delta {
    height: 35vw;
    top: 60vw;
    width: 45%;
  }
}
.facial .block1__picture {
  top: 125px;
  left: 0;
  width: 26%;
}
@media screen and (min-width: 2000px) {
  .facial .block1__picture {
    width: 420px;
    top: unset;
    bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .facial .block1__picture {
    top: 115px;
  }
}
@media screen and (max-width: 768px) {
  .facial .block1__picture {
    margin: 0 auto;
    padding-top: 30px;
    width: calc( 100% - 60px );
  }
}
.facial .block1__content {
  margin: 0 0 0 auto;
  text-align: left;
}
.facial .block1__content .inner {
  padding-left: calc( 25% + 50px );
}
@media screen and (min-width: 2000px) {
  .facial .block1__content .inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .facial .block1__content .inner {
    padding-left: 30px;
  }
}

.facial .block2__delta {
  height: 50%;
  top: 50%;
  right: 0;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .facial .block2__delta {
    height: 60vw;
    top: 40vw;
    width: 35%;
  }
}
.facial .block2__picture {
  padding-right: 50px;
  top: 155px;
  right: 0;
  width: 30%;
}
@media screen and (min-width: 2000px) {
  .facial .block2__picture{
    width: 420px;
    top: unset;
    bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .facial .block2__picture {
    top: 115px;
  }
}
@media screen and (max-width: 768px) {
  .facial .block2__picture {
    margin: 0 auto;
    padding-top: 30px;
    padding-right: 0;
    width: calc( 100% - 60px );
  }
}
.facial .block2__content {
  margin: 0 auto 0 0;
  text-align: right;
}
.facial .block2__content .inner {
  padding-right: calc( 25% + 50px );
}
@media screen and (min-width: 2000px) {
  .facial .block2__content .inner {
    max-width: 80%;
  }
}
@media screen and (max-width: 1300px) {
  .facial .block2__content .inner {
    padding-right: calc( 35% + 50px );
  }
}
@media screen and (max-width: 768px) {
  .facial .block2__content .inner {
    padding-right: 30px;
  }
}

.facial .block4__delta {
  height: 50%;
  top: 50%;
  right: 0;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .facial .block4__delta {
    height: 60vw;
    top: 40vw;
    width: 35%;
  }
}
.facial .block4__picture {
  padding-right: 50px;
  top: 155px;
  right: 0;
  width: 25%;
}
@media screen and (min-width: 2000px) {
  .facial .block4__picture{
    width: 420px;
    top: unset;
    bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .facial .block4__picture {
    top: 115px;
  }
}
@media screen and (max-width: 768px) {
  .facial .block4__picture {
    margin: 0 auto;
    padding-top: 30px;
    padding-right: 0;
    width: calc( 100% - 60px );
  }
}
.facial .block4__content {
  margin: 0 auto 0 0;
  text-align: right;
}
.facial .block4__content .inner {
  padding-right: calc( 25% + 50px );
}
@media screen and (min-width: 2000px) {
  .facial .block4__content .inner {
    max-width: 80%;
  }
}
@media screen and (max-width: 1300px) {
  .facial .block4__content .inner {
    padding-right: calc( 35% + 50px );
  }
}
@media screen and (max-width: 768px) {
  .facial .block4__content .inner {
    padding-right: 30px;
  }
}

.facial ul {
  color: #FFF;
  font-size: 16px;
  text-align: left;
}
.facial li {
  text-align: left;
  list-style: disc;
}
@media screen and (max-width: 1024px) {
  .facial ul {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .facial ul {
    font-size: 16px;
  }
}

.facial dl,
.facial dt,
.facial dd {
  color: #FFF;
  font-size: 16px;
  text-align: left;
}
.facial dl {
  margin: 20px 0 0;
}
.facial dt {
  border-bottom: 1px solid;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .facial dl,
  .facial dt,
  .facial dd {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .facial dl,
  .facial dt,
  .facial dd {
    font-size: 16px;
  }
}

.facial h4 {
  /* text-align: left;
  border-bottom: solid 1px #fff;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px; */
  text-align: left;
  color: #4c4f65;
  font-weight: 700;
  margin-bottom: 10px;
  background-color: #fff;
  padding: 0 .5em;
}
.facial h4:not(:first-child) {
  margin-top: 40px;
}
.block__content ol li {
  list-style-type: decimal;
  font-size: 16px;
  color: #fff;
  margin: 0;
}
.block__content--list li {
  list-style-position: inside;
}
.block__content ol {
  margin-bottom: 15px;
}