@charset "UTF-8";
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300,400,500&display=swap");
audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */
}

button {
  overflow: visible;
  /* Internet Explorer 11- */
  -webkit-appearance: button;
  /* iOS 8+ */
}

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

input {
  -webkit-border-radius: 0;
}

input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* iOS 8+ */
}

input[type=search] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */
}

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
  overflow: auto;
  /* Internet Explorer 11- */
}

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */
}

small {
  font-size: 75%;
  /* All browsers */
}

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
}

[hidden] {
  display: none;
  /* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */
*,
:before,
:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

/* specify the core styles of all elements */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

/* specify the text decoration of anchors */
a {
  text-decoration: none;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* specify the background color of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
}

/* specify the inherited color and font of form elements */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/* specify the minimum height of form elements */
button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none;
}

/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */
}

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */
}

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
  resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

/* specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}


.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.col__item {
  width: 100%;
}
.col__item--sp-1 {
  width: 8.3333333333%;
}
.col__item--sp-2 {
  width: 16.6666666667%;
}
.col__item--sp-3 {
  width: 25%;
}
.col__item--sp-4 {
  width: 33.3333333333%;
}
.col__item--sp-5 {
  width: 41.6666666667%;
}
.col__item--sp-6 {
  width: 50%;
}
.col__item--sp-7 {
  width: 58.3333333333%;
}
.col__item--sp-8 {
  width: 66.6666666667%;
}
.col__item--sp-9 {
  width: 75%;
}
.col__item--sp-10 {
  width: 83.3333333333%;
}
.col__item--sp-11 {
  width: 91.6666666667%;
}
.col__item--sp-12 {
  width: 100%;
}
.col__item--sp-fifth {
  width: 20%;
}
@media (min-width: 768px), print {
  .col__item--tab-1 {
    width: 8.3333333333%;
  }
}
@media (min-width: 768px), print {
  .col__item--tab-2 {
    width: 16.6666666667%;
  }
}
@media (min-width: 768px), print {
  .col__item--tab-3 {
    width: 25%;
  }
}
@media (min-width: 768px), print {
  .col__item--tab-4 {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px), print {
  .col__item--tab-5 {
    width: 41.6666666667%;
  }
}
@media (min-width: 768px), print {
  .col__item--tab-6 {
    width: 50%;
  }
}
@media (min-width: 768px), print {
  .col__item--tab-7 {
    width: 58.3333333333%;
  }
}
@media (min-width: 768px), print {
  .col__item--tab-8 {
    width: 66.6666666667%;
  }
}
@media (min-width: 768px), print {
  .col__item--tab-9 {
    width: 75%;
  }
}
@media (min-width: 768px), print {
  .col__item--tab-10 {
    width: 83.3333333333%;
  }
}
@media (min-width: 768px), print {
  .col__item--tab-11 {
    width: 91.6666666667%;
  }
}
@media (min-width: 768px), print {
  .col__item--tab-12 {
    width: 100%;
  }
}
@media (min-width: 768px), print {
  .col__item--tab-fifth {
    width: 20%;
  }
}
@media screen and (min-width: 1024px) {
  .col__item--pc-1 {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .col__item--pc-2 {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .col__item--pc-3 {
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .col__item--pc-4 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .col__item--pc-5 {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .col__item--pc-6 {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .col__item--pc-7 {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .col__item--pc-8 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .col__item--pc-9 {
    width: 75%;
  }
}
@media screen and (min-width: 1024px) {
  .col__item--pc-10 {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .col__item--pc-11 {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .col__item--pc-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .col__item--pc-fifth {
    width: 20%;
  }
}
@media (min-width: 768px), print {
  .col--std {
    margin: -1rem;
  }
}
.col--std .col__item {
  padding: 0.5rem;
}
@media (min-width: 768px), print {
  .col--std .col__item {
    padding: 15px;
  }
}
.col--wide {
  margin: -15px;
}
@media (min-width: 768px), print {
  .col--wide {
    margin: -30px;
  }
}
.col--wide .col__item {
  padding: 15px;
}
@media screen and (min-width: 1024px) {
  .col--wide .col__item {
    padding: 30px;
  }
}
.col--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.col--align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px), print {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media screen and (min-width: 1260px) {
  .container {
    max-width: 1260px;
  }
}
.container--sub {
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .container--sp-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .container--tabsp-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}

/*********************/
/*  ヘッダー  */
/*********************/
.fv-container {
  max-width: 100%;
}
@media (min-width: 768px), print {
  .fv-container {
    margin: 0 30px;
  }
}
@media screen and (min-width: 1024px) {
  .fv-container {
    margin: 0 5vw;
  }
}

.header {
  height: 55px;
  position: relative;
  display: block;
  width: 100%;
  z-index: 100;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .header {
    padding-right: 0;
  }
}
@media (min-width: 768px), print {
  .header {
    height: 75px;
  }
}
@media screen and (min-width: 1024px) {
  .header {
    height: 140px;
  }
}
.header__body {
  padding: 13px 15px;
}
@media (min-width: 768px), print {
  .header__body {
    padding: 20px 0px;
  }
}
@media screen and (min-width: 1024px) {
  .header__body {
    padding: 25px 0 15px;
  }
}
.nav {
  position: fixed;
  background: white;
}
@media screen and (min-width: 1024px) {
  .nav .nav-menu {
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    background: rgba(255, 255, 255, 0);
  }
}
.nav--fix {
  position: fixed;
  background: #fff !important;
  -webkit-box-shadow: 0 3px 9px rgba(17, 17, 17, 0.16);
          box-shadow: 0 3px 9px rgba(17, 17, 17, 0.16);
  z-index: 99;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 1024px) {
  .nav--fix {
    height: auto;
  }
  .nav--fix .nav-menu-wrap {
    opacity: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
.nav--hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media screen and (min-width: 1024px) {
  .nav--hide {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.nav--salon {
  background: transparent;
}

.nav-menu {
  position: fixed;
  top: 55px;
  right: 0;
  bottom: 0;
  display: block;
  width: 0%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.8);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: 1;
}
@media (min-width: 768px), print {
  .nav-menu {
    top: 75px;
  }
}
@media screen and (min-width: 1024px) {
  .nav-menu {
    top: 0;
    width: 100%;
  }
}
.nav-menu--open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  width: 100%;
}
@media (min-width: 768px), print {
  .nav-menu--open {
    width: 65%;
  }
}
@media screen and (min-width: 1024px) {
  .nav-menu--open {
    width: 100%;
  }
}
.nav-menu--close {
  width: 0%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.nav-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  z-index: 100;
  margin-left: 1.75rem;
}
@media screen and (min-width: 1024px) {
  .nav-btn {
    display: none;
  }
}
.nav-btn__line {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 1px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  background: #111;
}
.nav-btn__line:nth-child(1) {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.nav-btn__line:nth-child(2) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.nav-btn__line:nth-child(3) {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.nav-btn--open .nav-btn__line:nth-child(1) {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}
.nav-btn--open .nav-btn__line:nth-child(2) {
  opacity: 0;
}
.nav-btn--open .nav-btn__line:nth-child(3) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
.nav-btn--close .nav-btn__line:nth-child(1) {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.nav-btn--close .nav-btn__line:nth-child(2) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.nav-btn--close .nav-btn__line:nth-child(3) {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}

.nav-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  text-align: center;
  z-index: 1;
}
@media (max-width: 1023px) {
  .nav-menu-list {
    padding-top: 8rem;
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .nav-menu-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #111;
  }
}
.nav-menu-list__item {
  position: relative;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1024px) {
  .nav-menu-list__item {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .nav-menu-list__item {
    margin-top: 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .nav-menu-list__item {
    margin-top: 1rem;
  }
}
.nav-menu-list__item:hover .nav-menu-list__link:before {
  -webkit-transform: translate(-50%, 50%) rotate(180deg);
          transform: translate(-50%, 50%) rotate(180deg);
}
.nav-menu-list__item--toggle .nav-menu-list__link:before {
  display: block;
}
@media (max-width: 1023px) {
  .nav-menu-list__item--current .nav-menu-list__link {
    border-bottom: 3px solid #666;
  }
}
@media screen and (min-width: 1024px) {
  .nav-menu-list__item--current .nav-menu-list__link {
    border-top: 3px solid #666;
  }
}
.nav-menu-list__link {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.07em;
  line-height: 1.6;
  padding: 10px;
}
@media (min-width: 768px), print {
  .nav-menu-list__link {
    font-size: 1.4rem;
    padding: 10px 0;
  }
}
@media screen and (min-width: 1024px) {
  .nav-menu-list__link {
    color: #111;
    font-size: 1.6rem;
    padding: 10px;
  }
}

.small-nav-wrap {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (max-width: 1023px) {
  .small-nav-wrap {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .small-nav-wrap {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
@media screen and (min-width: 1024px) {
  .small-nav-wrap--open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.nav-menu-wrap {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 1024px) {
  .nav-menu-wrap {
    margin-top: 1rem;
  }
}

.head-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.head-sub__right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.head-sub h1 {
  line-height: 1;
}
.head-sub__logo {
  display: inline-block;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .head-sub__logo {
    padding-top: 3px;
  }
}
@media (min-width: 768px), print {
  .head-sub__logo {
    width: 150px;
  }
}

.lang-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 2.5em;
  height: 1.2em;
  cursor: pointer;
}
.lang-btn:before {
  display: inline-block;
  content: "\e90e";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.2em;
  color: #111;
}
.lang-btn:after {
  content: "";
  display: inline-block;
  background: rgba(17, 17, 17, 0.25);
  height: 8.6602540378px;
  width: 10px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin-left: 0.5rem;
}
.lang-btn__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: contain; object-position: center;";
}

.lang-list {
  position: absolute;
  top: 30px;
  right: 9em;
  width: 100px;
  height: 0%;
  visibility: hidden;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.85);
  z-index: 99;
  list-style: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  opacity: 0;
  -webkit-box-shadow: 0 3px 9px rgba(17, 17, 17, 0.16);
          box-shadow: 0 3px 9px rgba(17, 17, 17, 0.16);
}
@media (min-width: 768px), print {
  .lang-list {
    top: 45px;
    right: 9em;
  }
}
.lang-list__item {
  text-align: center;
}
.lang-list__item--active {
  display: block;
}
.lang-list__item--close .lang-list__link {
  font-size: 1.1rem;
  font-weight: 500;
  background: rgba(17, 17, 17, 0.25) !important;
  cursor: pointer;
}
.lang-list__item--close .lang-list__link:before {
  display: inline-block;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e91e";
  color: #111;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.lang-list__link {
  display: block;
  font-size: 1.3rem;
  color: #111;
  white-space: nowrap;
  padding: 5px 10px;
  letter-spacing: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.lang-list__link:hover {
  background: rgba(17, 17, 17, 0.25);
}
.lang-list--open {
  height: auto;
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}

.lang-list-wrap--salon .lang-list {
  right: -25px;
}

/*********************/
/*  ヒーローエリア  */
/*********************/
.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.hero--top {
  margin-top: 55px;
}
@media (min-width: 768px), print {
  .hero--top {
    margin-top: 75px;
  }
}
@media screen and (min-width: 1024px) {
  .hero--top {
    margin-top: 140px;
  }
}
.hero--sub {
  width: 100%;
  height: 150px;
  background-image: url(../images/mv01.png);
  background-size: cover;
  background-position: right bottom;
  background-position: right center;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (min-width: 768px), print {
  .hero--sub {
    height: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .hero--sub {
    height: 450px;
  }
}
.hero--sub picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.hero--sub picture img {
  max-width: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

.hero-slide-wrap {
  position: relative;
  width: 100%;
  height: calc(100vh - 55px);
}
@media (min-width: 768px), print {
  .hero-slide-wrap {
    height: calc(100vh - 75px);
  }
}
@media screen and (min-width: 1024px) {
  .hero-slide-wrap {
    height: calc(100vh - 140px);
  }
}
@media (min-width: 768px), print {
  .hero-slide-wrap--scene {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-slide-wrap--scene {
    padding-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .hero-slide-wrap--scene .hero-logo-img {
    max-width: 50%;
    padding: 2rem 6rem;
  }
}

.hero-logo-img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.75);
  padding: 3vw 12vw;
}
@media screen and (min-width: 1024px) {
  .hero-logo-img {
    padding: 6vw 18vw;
  }
}

.hero-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.hero-slide__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-slide__item:first-child {
  background-image: url("../images/scene_mv1.png");
  -webkit-animation: slide-animation-01 24s infinite;
          animation: slide-animation-01 24s infinite;
}
.hero-slide__item:nth-child(2) {
  background-image: url("../images/scene_mv2.png");
  -webkit-animation: slide-animation-02 24s infinite;
          animation: slide-animation-02 24s infinite;
}
.hero-slide__item:nth-child(3) {
  background-image: url("../images/scene_mv3.png");
  -webkit-animation: slide-animation-03 24s infinite;
          animation: slide-animation-03 24s infinite;
}

@-webkit-keyframes slide-animation-01 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes slide-animation-01 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes slide-animation-02 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-animation-02 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes slide-animation-03 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes slide-animation-03 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
/*********************/
/*  サブページ  */
/*********************/
.page-title {
  position: relative;
  width: 100%;
  font-weight: 500;
  font-size: 2.7rem;
  color: #111;
  line-height: 1.5;
  z-index: 1;
}

.main-contents {
  padding: 2rem 0 8rem;
  background: #fff;
}
@media (min-width: 768px), print {
  .main-contents {
    padding: 5rem 0 10rem;
  }
}

.page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.5em;
}
.page-link__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 1rem);
  -webkit-box-shadow: 0 3px 9px rgba(17, 17, 17, 0.16);
          box-shadow: 0 3px 9px rgba(17, 17, 17, 0.16);
  background: #fff;
  margin: 0.5rem;
}
@media (min-width: 768px), print {
  .page-link__item {
    width: calc(33.3333333333% - 2rem);
    margin: 1rem;
  }
}
.page-link__link {
  display: block;
  position: relative;
  width: 100%;
  font-size: 85%;
  color: #111;
  text-align: center;
  padding: 1rem;
  padding-right: 2.5rem;
}
@media (min-width: 768px), print {
  .page-link__link {
    font-size: 90%;
    padding: 1.5rem 1.25rem;
    padding-right: 2.75rem;
  }
}
.page-link__link:after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-block;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e905";
  color: #666;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-link--inner .page-link__link:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

/*********************/
/*  見出し  */
/*********************/
.page-inner p {
  line-height: 1.8;
}
@media screen and (min-width: 1024px) {
  .page-inner p {
    line-height: 2;
  }
}
.page-inner p:not(:first-child) {
  margin-top: 1em;
}
.page-inner a:not([class]) {
  color: #666;
  text-decoration: none;
  border-bottom: 1px solid #666;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.page-inner a:not([class]):hover {
  opacity: 0.7;
}
.page-inner strong {
  color: #111;
}
.page-inner h2:first-child,
.page-inner h3:first-child,
.page-inner h4:first-child,
.page-inner .h2:first-child,
.page-inner .h3:first-child,
.page-inner .h4:first-child,
.page-inner .ul:first-child,
.page-inner .ol:first-child,
.page-inner .table:first-child,
.page-inner .box:first-child {
  margin-top: 0;
}
.page-inner h2,
.page-inner .h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #111;
  border-bottom: 2px solid #111;
  padding: 0 0 1rem;
  margin: 3rem 0;
}
@media (min-width: 768px), print {
  .page-inner h2,
  .page-inner .h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-inner h2,
  .page-inner .h2 {
    font-size: 2.2rem;
    margin: 5rem 0 3rem;
  }
}
.page-inner .h3,
.page-inner h3 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: #666;
  line-height: 1.4;
  padding: 1.5rem;
  margin: 3rem 0 1.5rem;
}
@media (min-width: 768px), print {
  .page-inner .h3,
  .page-inner h3 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-inner .h3,
  .page-inner h3 {
    margin: 5rem 0 3rem;
  }
}
.page-inner h4,
.page-inner .h4 {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  color: #666;
  border-bottom: 1px dotted #666;
  padding-bottom: 1rem;
  margin: 3rem 0;
}
@media screen and (min-width: 1024px) {
  .page-inner h4,
  .page-inner .h4 {
    font-size: 1.7rem;
    margin: 5rem 0 3rem;
  }
}
.page-inner h5,
.page-inner .h5 {
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  color: #666;
  margin: 3rem 0;
}
@media screen and (min-width: 1024px) {
  .page-inner h5,
  .page-inner .h5 {
    font-size: 1.6rem;
    margin: 5rem 0 3rem;
  }
}
.page-inner .ul {
  list-style: none;
  margin: 3rem 0;
}
@media screen and (min-width: 1024px) {
  .page-inner .ul {
    margin: 5rem 0 3rem;
  }
}
.page-inner .ul li {
  position: relative;
  padding: 0 0 0 2.5rem;
  margin-bottom: 1rem;
  line-height: 1;
}
.page-inner .ul li::before {
  content: "";
  display: inline-block;
  background: #666;
  position: absolute;
  top: 0.5em;
  left: 10px;
  width: 10px;
  height: 10px;
  line-height: 1.3;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-inner .ul li .ul {
  margin-top: 1rem;
}
.page-inner .ol {
  list-style: none;
  counter-reset: number 0;
  margin: 3rem 0;
}
@media screen and (min-width: 1024px) {
  .page-inner .ol {
    margin: 5rem 0 3rem;
  }
}
.page-inner .ol li {
  position: relative;
  padding: 0 0 0 3.5rem;
  margin: 0 0 1.5rem;
}
@media (min-width: 768px), print {
  .page-inner .ol li {
    padding-left: 4rem;
  }
}
.page-inner .ol li::before {
  counter-increment: number 1;
  content: counter(number) " ";
  display: inline-block;
  background: #666;
  position: absolute;
  top: 15px;
  left: 10px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 768px), print {
  .page-inner .ol li::before {
    top: 0.8em;
    left: 15px;
  }
}
.page-inner .ol .ol {
  margin-top: 1rem;
}
.page-inner .list-underline {
  list-style: none;
  margin: 5rem 0 0;
  counter-reset: number 0;
}
.page-inner .list-underline__item {
  position: relative;
  padding: 1rem 0 1rem 3.5rem;
  margin: 0 0 1.5rem;
  font-weight: bold;
  font-size: 1.9rem;
  border-bottom: 1px solid #434343;
}
.page-inner .list-underline__item::before {
  counter-increment: number 1;
  content: counter(number) " ";
  display: inline-block;
  border: 1px solid #434343;
  position: absolute;
  top: 25px;
  left: 10px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-weight: bold;
  text-align: center;
  border-radius: 15px;
  color: #434343;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 768px), print {
  .page-inner .list-underline__item::before {
    top: 50%;
    left: 10px;
  }
}
.page-inner .list-underline__text {
  font-size: 1.6rem;
  color: #434343;
}
.page-inner .table {
  width: 100%;
  margin: 3rem 0;
}
.page-inner .table th {
  background: #e5e5e5;
  color: #111;
}
.page-inner .table th,
.page-inner .table td {
  border: 1px solid #999;
  padding: 0.5rem;
}
@media screen and (max-width: 767px) {
  .page-inner .table th,
  .page-inner .table td {
    font-size: 1.3rem;
  }
}
.page-inner .table td {
  background: #fff;
}
.page-inner .box {
  background: #F4F4F4;
  margin: 1rem 0 0;
  padding: 1.5rem;
}
@media (min-width: 768px), print {
  .page-inner .box {
    padding: 2rem;
    margin: 1.5em 0 0;
  }
}
.page-inner .box h2,
.page-inner .box h3,
.page-inner .box h4,
.page-inner .box h5,
.page-inner .box .h2,
.page-inner .box .h3,
.page-inner .box .h4,
.page-inner .box .h5,
.page-inner .box .ul,
.page-inner .box .ol {
  margin-bottom: 0.5rem;
}
.page-inner .box h2:first-child,
.page-inner .box h3:first-child,
.page-inner .box h4:first-child,
.page-inner .box h5:first-child,
.page-inner .box .h2:first-child,
.page-inner .box .h3:first-child,
.page-inner .box .h4:first-child,
.page-inner .box .h5:first-child,
.page-inner .box .ul:first-child,
.page-inner .box .ol:first-child {
  margin-top: 0;
}
.page-inner .box__title {
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0 0 1rem;
  line-height: 1.3em;
}
@media (min-width: 768px), print {
  .page-inner .box__title {
    font-size: 2rem;
  }
}

/*********************/
/*  要素をふわっと  */
/*********************/
.effect-fade-fv,
.effect-fade {
  opacity: 0;
  -webkit-transform: translate(0, 45px);
          transform: translate(0, 45px);
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
.effect-fade-fv--sp,
.effect-fade--sp {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.effect-fade.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*********************/
/*  common  */
/*********************/
.btn-wrap {
  text-align: center;
  margin-top: 1.5em;
}
@media (min-width: 768px), print {
  .btn-wrap {
    margin-top: 4.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .btn-wrap {
    margin-top: 6rem;
  }
}

.btn {
  display: inline-block;
  color: #111;
  font-weight: normal;
  font-weight: 500;
  font-size: 1.2rem;
  text-align: center;
  border: 1.5px solid #111;
  background: #fff;
  border-radius: 6rem;
  cursor: pointer;
  padding: 1rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
  }
}
@media (min-width: 768px), print {
  .btn {
    font-size: 1.4rem;
    max-width: 100%;
    padding: 1rem 5em;
  }
}
.btn:hover {
  background: #111;
  border-color: #111;
  color: #fff;
}
@media (min-width: 768px), print {
  .btn + .btn {
    margin-left: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .btn + .btn {
    margin-left: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .btn + .btn {
    margin-top: 2rem;
  }
}
@media (min-width: 768px), print {
  .btn--large {
    font-size: 110%;
  }
}

.contents-sct {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px 0 0;
}
@media (min-width: 768px), print {
  .contents-sct {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .contents-sct {
    padding: 80px 0;
  }
}

.sct-head {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
  .sct-head {
    margin-bottom: 5rem;
  }
}
.sct-head__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 300;
  font-size: 3rem;
}
@media screen and (min-width: 1024px) {
  .sct-head__title {
    font-size: 3vw;
  }
}
.sct-head__title:before {
  content: "";
  display: block;
  width: 1px;
  height: 5em;
  background: #111;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  margin-right: 0.5em;
}

.sct-body {
  margin-top: 3em;
}
.sct-body__description {
  font-weight: 400;
  line-height: 2.2;
}

.sct-foot {
  margin-top: 3em;
}
@media screen and (min-width: 1024px) {
  .sct-foot {
    margin-top: 5rem;
  }
}

.wp-caption-text {
  margin-top: 0.5rem;
  margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .wp-caption-text {
    font-size: 1.2rem;
  }
}

.kazari-sct p {
  font-size: 85%;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .kazari-sct {
    padding-top: 6rem;
  }
  .kazari-sct img {
    display: inline-block;
  }
  .kazari-sct .col img {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .kazari-sct--foot {
    padding-top: 0;
  }
}
.kazari-sct--1 {
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .kazari-sct--1 img {
    display: none;
  }
}

/*********************/
/*  ヘッダー */
/*********************/
.contact-btn {
  display: inline-block;
  font-size: 85%;
  color: white;
  background: #111;
  white-space: nowrap;
  padding: 0.5rem 1.5rem;
  margin-left: 1.5rem;
}

/*********************/
/*  summary  */
/*********************/
.contents-sct--summary {
  text-align: center;
  padding-bottom: 0;
}

.summary-copy {
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.14em;
}
@media (min-width: 768px), print {
  .summary-copy {
    font-size: 2.4rem;
  }
}

.summary-text {
  margin-top: 3rem;
}
@media (min-width: 768px), print {
  .summary-text {
    margin-top: 2em;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1024px) {
  .summary-text {
    line-height: 2.4;
  }
}

/*********************/
/*  SALON LIST  */
/*********************/
.shop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .shop-list {
    margin: 0 5rem;
  }
}
.shop-list__item {
  position: relative;
  width: 100%;
  margin: 1.5rem 0;
}
@media (min-width: 768px), print {
  .shop-list__item {
    width: calc(50% - 3rem);
    margin: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .shop-list__item {
    width: calc(50% - 8rem);
    margin: 1.5rem 4rem;
  }
}
.shop-list__item:hover .btn {
  background: #111;
  border-color: #111;
  color: #fff;
}
.shop-list__item:hover .shop-item {
  opacity: 0.7;
}
.shop-list__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}

.shop-item {
  width: 100%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.shop-item__name {
  font-weight: 400;
  text-align: center;
  margin-top: 2.5rem;
}
.shop-item__foot {
  text-align: center;
  margin-top: 2rem;
}

/*********************/
/*  HARE CATALOG  */
/*********************/
.contents-sct--catalog {
  padding-bottom: 7rem;
}
@media (min-width: 768px), print {
  .contents-sct--catalog {
    padding-bottom: 8rem;
  }
}
@media screen and (min-width: 1024px) {
  .contents-sct--catalog {
    padding-bottom: 16rem;
  }
}
.contents-sct--catalog .sct-foot {
  text-align: center;
}

/*********************/
/*  TOP news  */
/*********************/
.contents-sct--news {
  padding-bottom: 8rem;
}
@media (min-width: 768px), print {
  .contents-sct--news {
    padding-bottom: 12rem;
  }
}
@media screen and (min-width: 1024px) {
  .contents-sct--news {
    padding-bottom: 16rem;
  }
}
.contents-sct--news .sct-foot {
  text-align: center;
}
.contents-sct--news .news-list {
  max-width: 1000px;
  margin: 0 auto;
}

/*********************/
/*  SUB階層  */
/*********************/
.main-contents--scene {
  margin-top: 55px;
  padding-bottom: 5.5rem;
}
@media (min-width: 768px), print {
  .main-contents--scene {
    margin-top: 75px;
    padding-bottom: 7.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .main-contents--scene {
    margin-top: 140px;
    padding-bottom: 14rem;
  }
}

/*********************/
/*  salon common  */
/*********************/
.header--salon {
  height: 60px;
}
@media (min-width: 768px), print {
  .header--salon {
    height: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .header--salon {
    height: 105px;
  }
}
.header--salon .header__body {
  padding: 1.5rem;
  margin-right: 11rem;
}
@media (min-width: 768px), print {
  .header--salon .header__body {
    margin-right: 16rem;
  }
}
@media screen and (min-width: 1024px) {
  .header--salon .header__body {
    padding: 3rem;
    margin-right: 20rem;
  }
}

@media (min-width: 768px), print {
  .hero--salon {
    height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .hero--salon {
    padding-bottom: 3rem;
  }
}
.hero--salon:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 35vw;
  background: #F4ECEC;
}
.hero--salon .hero-slide-wrap {
  height: 100%;
}
@media (min-width: 768px), print {
  .hero--salon .hero-slide-wrap {
    position: absolute;
    top: 50%;
    right: 0;
    width: 90vw;
    height: calc(100vh - 140px);
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
}
@media screen and (min-width: 1024px) {
  .hero--salon .hero-slide-wrap {
    height: calc(100vh - 210px);
  }
}
@media screen and (max-width: 767px) {
  .hero--salon .hero-slide-wrap {
    margin-top: 6rem;
    padding-left: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .hero--salon .hero-slide-wrap .hero-slide {
    height: 55vh;
  }
}
@media screen and (max-width: 767px) {
  .hero--salon .hero-slide-wrap .hero-slide__item {
    background-position: right;
  }
}
.hero--salon .hero-text {
  text-align: right;
  margin-top: 2em;
  margin-right: 1.5rem;
  letter-spacing: 0.1em;
}
@media (max-width: 1023px) {
  .hero--salon .hero-text {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .hero--salon .hero-text {
    margin-right: 3rem;
  }
}

.reserve-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 11rem;
  color: white;
  font-size: 100%;
  font-weight: 600;
  background: #C54343;
  padding: 1rem;
}
@media (min-width: 768px), print {
  .reserve-btn {
    width: 15rem;
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .reserve-btn {
    width: 20rem;
  }
}
.reserve-btn:before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e91f";
  color: white;
  margin-right: 1rem;
}
@media (min-width: 768px), print {
  .reserve-btn:before {
    margin-right: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .base-nav-wrap .nav-menu {
    top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .base-nav-wrap .nav-menu {
    top: 70px;
  }
}
.base-nav-wrap .nav-menu-list__item--35, .base-nav-wrap .nav-menu-list__item--45, .base-nav-wrap .nav-menu-list__item--51, .base-nav-wrap .nav-menu-list__item--57 {
  display: none;
}

/*********************/
/*  hero  */
/*********************/
.hero-slide--three .hero-slide__item {
  background-position: right;
}
.hero-slide--three .hero-slide__item:first-child {
  background-image: url("../images/three_slide1_sp.png");
}
@media screen and (min-width: 1024px) {
  .hero-slide--three .hero-slide__item:first-child {
    background-image: url("../images/three_slide1.png");
  }
}
.hero-slide--three .hero-slide__item:nth-child(2) {
  background-image: url("../images/three_slide2_sp.png");
}
@media screen and (min-width: 1024px) {
  .hero-slide--three .hero-slide__item:nth-child(2) {
    background-image: url("../images/three_slide2.png");
  }
}
.hero-slide--three .hero-slide__item:nth-child(3) {
  background-image: url("../images/three_slide3_sp.png");
}
@media screen and (min-width: 1024px) {
  .hero-slide--three .hero-slide__item:nth-child(3) {
    background-image: url("../images/three_slide3.png");
  }
}

@media screen and (max-width: 767px) {
  .shop-info-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.shop-info-box {
  background: rgba(255, 255, 255, 0.8);
  padding: 3rem;
  z-index: 1;
}
@media (min-width: 768px), print {
  .shop-info-box {
    position: absolute;
    right: 5vw;
    bottom: 5vw;
  }
}
@media screen and (min-width: 1024px) {
  .shop-info-box {
    padding: 2rem 4rem;
  }
}
@media screen and (max-width: 767px) {
  .shop-info-box h3 {
    font-size: 115%;
  }
}

.info-list {
  margin-top: 1rem;
}
.info-list li {
  font-size: 1.2rem;
}
@media (min-width: 768px), print {
  .info-list li {
    font-size: 1.4rem;
  }
}
.info-list__map, .info-list__tel {
  color: #C54343;
  display: inline-block;
  margin-top: 1.5rem;
}
@media (min-width: 768px), print {
  .info-list__map, .info-list__tel {
    font-size: 90%;
  }
}
.info-list__map:before, .info-list__tel:before {
  display: inline-block;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 5px;
}
.info-list__map a, .info-list__tel a {
  color: #C54343;
  text-decoration: underline !important;
}
.info-list__map:before {
  content: "\e900";
}
.info-list__tel {
  margin-left: 1em;
}
.info-list__tel:before {
  content: "\e915";
}

/*********************/
/*  concept  */
/*********************/
.contents-sct--concept {
  text-align: center;
}

.concept-thumbnail {
  text-align: center;
  margin-top: 3rem;
}
.concept-thumbnail img {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .concept-thumbnail img {
    max-width: 70%;
  }
}

.concept-text,
.concept-photo,
.concept-copy {
  margin-top: 3.5rem;
}
@media (min-width: 768px), print {
  .concept-text,
  .concept-photo,
  .concept-copy {
    margin-top: 5rem;
  }
}

.concept-copy {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 4.5rem;
}
@media (min-width: 768px), print {
  .concept-copy {
    font-size: 1.8rem;
    margin-top: 5.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .concept-copy {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    line-height: 2;
    margin-top: 6.5rem;
  }
}

.concept-text {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media (min-width: 768px), print {
  .concept-text {
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .concept-photo {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .concept-photo .col__item {
    padding: 7.5px 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .concept-photo .col__item {
    padding: 15px;
  }
}

.text-link {
  color: #C54343;
  text-decoration: underline;
}

.text-gray-link {
  color: #666;
  text-decoration: underline;
}

.target-link:after {
  display: inline-block;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e90c";
}

.footer-menu-wrap--salon {
  background: white;
}
.footer-menu-wrap--salon .nav-menu-list__link {
  color: #111 !important;
}
.footer-menu-wrap--salon .lang-btn:before {
  color: #111 !important;
}
.footer-menu-wrap--salon .lang-btn:after {
  background: rgba(17, 17, 17, 0.25) !important;
}

.foot-scene-logo {
  max-width: 80%;
  margin: auto;
}

/*********************/
/*  feature  */
/*********************/
@media (min-width: 768px), print {
  .contents-sct--features {
    padding-bottom: 12rem;
  }
}
@media screen and (min-width: 1024px) {
  .contents-sct--features {
    padding-bottom: 16rem;
  }
}

.feature-box h3 {
  font-weight: 500;
  font-size: 110%;
}
.feature-box p {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .feature-box p {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px), print {
  .feature-box p {
    font-size: 1.4rem;
  }
}

/*********************/
/*  menu  */
/*********************/
.contents-sct--menu .sct-foot {
  text-align: center;
}

/*********************/
/*  ACCESS  */
/*********************/
@media (min-width: 768px), print {
  .contents-sct--access {
    padding-bottom: 12rem;
  }
}
@media screen and (min-width: 1024px) {
  .contents-sct--access {
    padding-bottom: 16rem;
  }
}
@media screen and (max-width: 767px) {
  .contents-sct--access .info-table {
    margin-top: -3rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contents-sct--access .btn {
    width: 60%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contents-sct--access .btn + .btn {
    margin-left: 0;
    margin-top: 3rem;
  }
}

.info-table {
  width: 100%;
  font-size: 1.2rem;
  letter-spacing: 0.07em;
}
@media (min-width: 768px), print {
  .info-table {
    font-size: 1.4rem;
  }
}
.info-table th,
.info-table td {
  font-weight: 400;
  text-align: left;
  border-bottom: 1px solid #BFBFBF;
  padding: 1.5rem;
}
.info-table th {
  width: 30%;
}
.info-table td {
  width: 70%;
}
.info-table--menu th, .info-table--menu td {
  width: 50%;
}
.info-table--menu th {
  font-weight: 600;
  font-size: 100%;
}
@media screen and (min-width: 1024px) {
  .info-table--menu th {
    font-size: 110%;
  }
}
.info-table--menu td {
  font-size: 90%;
  opacity: 0.8;
}
.info-table--staff th {
  width: 40%;
}
.info-table--staff td {
  width: 60%;
}

.access-ttl {
  margin-top: 3em !important;
}

.access-road p {
  margin-top: 1rem;
}

/*********************/
/*  staff  */
/*********************/
.contents-sct--staff {
  background: #F4F4F4;
}
@media screen and (max-width: 767px) {
  .contents-sct--staff {
    padding-bottom: 6rem;
  }
}
.contents-sct--staff .sct-foot {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contents-sct--staff .col--wide {
    margin: -15px 0 0;
  }
}

@media (max-width: 1023px) {
  .staff-card {
    margin: 0;
  }
}
.staff-card__item {
  position: relative;
}
.staff-card__item:hover .staff-card__thumbnail {
  opacity: 0.7;
}
.staff-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.staff-card__thumbnail {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 1024px) {
  .staff-card__thumbnail {
    margin-bottom: 2rem;
  }
}
.staff-card__img {
  -webkit-box-shadow: 0 3px 9px rgba(17, 17, 17, 0.16);
          box-shadow: 0 3px 9px rgba(17, 17, 17, 0.16);
}
.staff-card__box {
  margin-top: 2rem;
}
.staff-card__position {
  font-size: 85%;
  margin-top: 1em;
}
.staff-card__name {
  font-weight: 500;
  font-size: 105%;
}
.staff-card__name-kana {
  font-size: 1.2rem;
  color: #666;
}
@media (min-width: 768px), print {
  .staff-card__name-kana {
    font-size: 1.4rem;
  }
}
.staff-card__name--large {
  font-size: 160%;
}
.staff-card__name--large span {
  padding-right: 1rem;
}
.staff-card__message {
  font-size: 90%;
  color: rgba(17, 17, 17, 0.7);
  margin-top: 1rem;
}
.staff-card__reserve {
  position: relative;
  z-index: 2;
}
.staff-card__reserve .staff-reserve-btn--small {
  font-size: 90%;
  padding: 1rem;
}

/*********************/
/*  MENU  */
/*********************/
.menu-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.menu-btn-list__item {
  width: 100%;
  margin: 1rem 0;
}
@media (min-width: 768px), print {
  .menu-btn-list__item {
    width: calc(50% - 4rem);
    margin: 2rem;
  }
}
.menu-btn-list__item--wide {
  width: 100%;
}
.menu-btn-list__link {
  width: 100%;
  display: block;
  color: #111;
  text-align: center;
  border: 1px solid #111;
  background: white;
  -webkit-box-shadow: 0 3px 0 0 #111;
          box-shadow: 0 3px 0 0 #111;
  padding: 1.5rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.menu-btn-list__link:before {
  display: inline-block;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e920";
  color: #111;
  font-size: 3em;
  vertical-align: middle;
  margin-right: 1.5rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.menu-btn-list__link:hover {
  color: white;
  background: #111;
  -webkit-box-shadow: 0 0 0 0 #666;
          box-shadow: 0 0 0 0 #666;
}
.menu-btn-list__link:hover:before {
  color: white;
}
.menu-btn-list__link--staff:before {
  content: "\e921";
}
.menu-btn-list__link--all:before {
  content: "\e922";
}
.menu-btn-list__link--tel:before {
  content: "\e915";
}
.menu-btn-list__link--line:before {
  content: "\e907";
}
.menu-btn-list__link--entry:before {
  content: "\e917";
}
.menu-btn-list__link--line-bnr {
  background: #d5efca;
}
.menu-btn-list__link--line-bnr:before {
  content: "\e907";
}
.menu-btn-list__link--line-bnr:hover {
  background: #00B900;
}
.menu-btn-list--top .menu-btn-list__link {
  padding: 2rem;
}
@media screen and (min-width: 1024px) {
  .menu-btn-list--top .menu-btn-list__link {
    padding: 3.5rem;
    margin: 1.5rem 0;
  }
}

.staff-reserve-btn {
  width: 100%;
  display: block;
  color: #111;
  text-align: center;
  border: 1px solid #111;
  background: white;
  -webkit-box-shadow: 0 3px 0 0 #111;
          box-shadow: 0 3px 0 0 #111;
  border-radius: 6rem;
  padding: 1.5rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  margin-top: 1.5rem;
}
.staff-reserve-btn:before {
  display: inline-block;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e921";
  color: inherit;
  font-size: 1.5em;
  vertical-align: middle;
  margin-right: 0.5rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (min-width: 768px), print {
  .staff-reserve-btn:before {
    margin-right: 1.5rem;
  }
}
.staff-reserve-btn:hover {
  color: white;
  background: #111;
  -webkit-box-shadow: 0 0 0 0 #666;
          box-shadow: 0 0 0 0 #666;
}
.staff-reserve-btn--tel:before {
  content: "\e915";
}

/*********************/
/*  SUB階層  */
/*********************/
.main-contents--staff {
  background: #F4F4F4;
}

.main-contents--salon {
  margin-top: 60px;
  padding-bottom: 9rem;
}
@media (min-width: 768px), print {
  .main-contents--salon {
    margin-top: 70px;
    padding-bottom: 10rem;
  }
}
@media screen and (min-width: 1024px) {
  .main-contents--salon {
    margin-top: 105px;
    padding-bottom: 14rem;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

/*********************/
/*  LINE登録バナー  */
/*********************/
.line-bnr-wrap {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (min-width: 768px), print {
  .line-bnr-wrap {
    top: 20vh;
    bottom: auto;
  }
}
@media screen and (max-width: 767px) {
  .line-bnr-wrap {
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), to(white));
    background-image: linear-gradient(transparent 30%, white);
  }
}
.line-bnr-wrap--none {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.line-bnr {
  position: relative;
  display: block;
  background: #00B900;
  padding: 1rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .line-bnr {
    width: 85%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: 0 3px 9px rgba(17, 17, 17, 0.16);
            box-shadow: 0 3px 9px rgba(17, 17, 17, 0.16);
    border-radius: 6rem;
    margin: 1rem auto;
  }
}
@media (min-width: 768px), print {
  .line-bnr {
    border-radius: 1.5rem 0 0 1.5rem;
    padding: 1.5rem;
  }
}
.line-bnr:after, .line-bnr:before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: white;
}
.line-bnr:before {
  content: "\e907";
  font-size: 3em;
}
@media screen and (max-width: 767px) {
  .line-bnr:before {
    font-size: 2em;
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .line-bnr:after {
    content: "\e905";
    font-size: 1.2em;
    margin-left: 1.5rem;
  }
}
.line-bnr:hover {
  opacity: 0.7;
}
.line-bnr__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
@media (min-width: 768px), print {
  .line-bnr__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    line-height: 1.3;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.line-bnr__main {
  font-weight: 600;
  font-size: 110%;
}
.line-bnr__sub, .line-bnr__main {
  display: block;
  color: white;
}
@media (min-width: 768px), print {
  .line-bnr__sub, .line-bnr__main {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 767px) {
  .line-bnr__sub, .line-bnr__main {
    font-size: 85%;
  }
}

/*********************/
/*  balance  */
/*********************/
.header--balance-takahatafudo .reserve-btn {
  background: #C5C543;
}
.header--balance-takahatafudo .head-sub__logo {
  width: 150px;
}
@media (min-width: 768px), print {
  .header--balance-takahatafudo .head-sub__logo {
    width: 200px;
  }
}

.hero--balance:before {
  background: #F4F4D9;
}

.hero-slide--balance .hero-slide__item {
  background-position: left;
}
@media screen and (min-width: 1024px) {
  .hero-slide--balance .hero-slide__item {
    background-position: center;
  }
}
.hero-slide--balance .hero-slide__item:first-child {
  background-image: url("../images/balance_slide1_sp.png");
}
@media screen and (min-width: 1024px) {
  .hero-slide--balance .hero-slide__item:first-child {
    background-image: url("../images/balance_slide1.png");
  }
}
.hero-slide--balance .hero-slide__item:nth-child(2) {
  background-image: url("../images/balance_slide2_sp.png");
}
@media screen and (min-width: 1024px) {
  .hero-slide--balance .hero-slide__item:nth-child(2) {
    background-image: url("../images/balance_slide2.png");
  }
}
.hero-slide--balance .hero-slide__item:nth-child(3) {
  background-image: url("../images/balance_slide3_sp.png");
}
@media screen and (min-width: 1024px) {
  .hero-slide--balance .hero-slide__item:nth-child(3) {
    background-image: url("../images/balance_slide3.png");
  }
}

/*********************/
/*  パンくず  */
/*********************/
.breadcrumb {
  width: 100%;
  padding: 1rem 1.5rem;
}
.breadcrumb-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #111;
  font-size: 1.3rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding: 5px;
}
.breadcrumb-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb-nav__item:not(:first-child):before {
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #111;
  margin: 0 1rem 0.2rem;
  border-right: 1px solid #111;
}
.breadcrumb-nav__item:last-child {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
.breadcrumb-nav__link {
  color: #111;
  white-space: nowrap;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.breadcrumb-nav__link:hover {
  color: #111;
  opacity: 1;
}

/*********************/
/*  ページトップ  */
/*********************/
.page-top {
  position: fixed;
  right: 15px;
  bottom: 15Px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background: #fff;
  -webkit-box-shadow: 0 3px 9px rgba(17, 17, 17, 0.16);
          box-shadow: 0 3px 9px rgba(17, 17, 17, 0.16);
  border: 1px solid #111;
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (min-width: 768px), print {
  .page-top {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .page-top {
    bottom: 40px;
  }
}
.page-top:before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  border-top: 1px solid #111;
  border-right: 1px solid #111;
  -webkit-transform: translate(-50%, -30%) rotate(-45deg);
          transform: translate(-50%, -30%) rotate(-45deg);
}
.page-top--fixed {
  opacity: 0.85;
  visibility: visible;
  pointer-events: auto;
}

/*********************/
/*  フッター  */
/*********************/
.contents-sct--footer {
  color: #fff;
  background: #262626;
  padding: 0;
}

.footer {
  position: relative;
  width: 100%;
  text-align: center;
}
.footer__logo {
  display: block;
  max-width: 140px;
  background: #fff;
  padding: 2rem 3rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .footer__logo {
    max-width: 180px;
  }
}
.footer__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: contain; object-position: center;";
}

.footer-menu-wrap {
  position: relative;
}
@media (min-width: 768px), print {
  .footer-menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.7);
    padding: 2rem 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-menu-wrap {
    text-align: center;
    padding: 4rem 0 3rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-menu-wrap--scene {
    padding-top: 0;
  }
}
.footer-menu-wrap .nav-menu-list {
  width: auto;
}
@media screen and (max-width: 767px) {
  .footer-menu-wrap .nav-menu-list {
    padding-top: 2rem;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer-menu-wrap .nav-menu-list {
    padding: 5rem 0;
  }
}
.footer-menu-wrap .nav-menu-list__link {
  color: white;
}
@media (min-width: 768px), print {
  .footer-menu-wrap .nav-menu-list__link {
    font-size: 1.4rem;
  }
}
.footer-menu-wrap .lang-btn:before {
  color: white;
}
.footer-menu-wrap .lang-btn:after {
  background: rgba(255, 255, 255, 0.65);
}
.footer-menu-wrap .lang-list {
  position: absolute;
  top: auto;
  bottom: 30px;
  right: -25px;
}

.copyright {
  color: #fff;
  text-align: center;
  border-top: 0.5px solid rgba(255, 255, 255, 0.7);
  padding: 3rem 0;
}

.copyright-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.copyright-box__text {
  font-size: 1rem;
}

.copyright-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.copyright-list__title {
  display: inline-block;
  text-decoration: underline;
}
.copyright-list__title {
  font-size: 1.2rem;
  color: white;
}

.footer-org {
  text-align: center;
  padding: 4rem 0;
}
@media (min-width: 768px), print {
  .footer-org {
    padding: 5rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer-org {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-org--scene {
    padding-bottom: 0;
  }
}
.footer-org__logo {
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer-org__logo + .nav-menu-list {
    margin-left: 3rem;
  }
}
@media (max-width: 1023px) {
  .footer-org__logo--scene img {
    max-width: 70% !important;
    margin: auto;
  }
}
.footer-org__img {
  background: white;
  padding: 2rem 4.5rem;
}
.footer-org__outline {
  margin-top: 3rem;
}
.footer-org__nam, .footer-org__addr {
  display: block;
}
.footer-org__name {
  font-weight: 500;
}
.footer-org__addr {
  font-size: 90%;
}
@media screen and (max-width: 767px) {
  .footer-org img {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}

/*********************/
/*  扉ページ  */
/*********************/
.archive-list {
  position: relative;
  display: block;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 3px 9px rgba(17, 17, 17, 0.16);
          box-shadow: 0 3px 9px rgba(17, 17, 17, 0.16);
  padding: 1.5rem 1rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .archive-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px), print {
  .archive-list {
    padding: 3rem 2rem;
  }
}
.archive-list:hover {
  -webkit-box-shadow: 0 3px 9px rgba(17, 17, 17, 0.16);
          box-shadow: 0 3px 9px rgba(17, 17, 17, 0.16);
}
.archive-list__title {
  font-weight: 400;
}
@media (min-width: 768px), print {
  .archive-list__title {
    display: block;
    font-size: 1.6rem;
    padding-right: 6.5rem;
  }
}
.archive-list__title:after {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e909";
  position: absolute;
  top: 50%;
  right: 2rem;
  font-size: 6rem;
  color: #666;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .archive-list__title {
    width: 75%;
    text-align: left;
    padding-left: 15px;
  }
}
.archive-list__title-en, .archive-list__title-ja {
  display: block;
  color: #111;
}
.archive-list__title-en {
  color: #666;
  line-height: 1.3;
  font-size: 80%;
  margin-bottom: 0.3rem;
}
@media (min-width: 768px), print {
  .archive-list__title-en {
    font-size: 85%;
  }
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (min-width: 1024px) {
  .gallery {
    margin: 0 -15px;
  }
}
.gallery-item {
  width: 100%;
  padding: 10px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .gallery-item {
    padding: 15px;
  }
}
.gallery-item img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px), print {
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }
}
@media (min-width: 768px), print {
  .gallery-columns-3 .gallery-item {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px), print {
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }
}
@media (min-width: 768px), print {
  .gallery-columns-5 .gallery-item {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }
}
.gallery-caption {
  font-size: 1.6rem;
  font-weight: normal;
  color: #111;
  line-height: 1.7;
  text-align: left;
  padding: 5px 0;
}
@media screen and (min-width: 1024px) {
  .gallery-caption {
    font-size: 1.7rem;
  }
}

/*********************/
/*  ニュース  */
/*********************/
.news-list {
  display: block;
  width: 100%;
}
.news-list__item {
  position: relative;
  display: block;
  width: 100%;
  white-space: nowrap;
  padding: 1rem 0;
  border-bottom: 1px solid #EAEAEA;
}
@media (min-width: 768px), print {
  .news-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .news-list__item {
    padding: 2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .news-list__item {
    padding: 2rem 0;
  }
}
.news-list__item:hover .news-list__post-title {
  opacity: 0.7;
}
.news-list__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.news-list__time {
  font-size: 1.2rem;
  font-weight: 500;
  color: #555555;
  -ms-flex-preferred-size: 12em;
      flex-basis: 12em;
  padding-right: 15px;
}
@media (min-width: 768px), print {
  .news-list__time {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1024px) {
  .news-list__time {
    font-size: 1.5rem;
  }
}
.news-list__category {
  width: 110px;
  display: inline-block;
  font-size: 1.2rem;
  color: #111;
  border: 1px solid #6A6A6A;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding: 0.5rem;
  margin: 0 1.5rem 0 0;
}
@media screen and (min-width: 1024px) {
  .news-list__category {
    font-size: 1.4rem;
  }
}
.news-list__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0px;
  overflow: hidden;
  font-weight: 400;
  font-size: 1.3rem;
  color: #111;
  white-space: normal;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media (min-width: 768px), print {
  .news-list__title {
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .news-list__title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .news-list__title {
    margin-top: 1rem;
  }
}
.news-list__footer {
  text-align: center;
  margin-top: 2rem;
}
@media (min-width: 768px), print {
  .news-list__footer {
    margin-top: 5rem;
  }
}
.news-head {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px), print {
  .news-head {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .news-head {
    margin-bottom: 5rem;
  }
}
.news-head__time {
  font-size: 1.2rem;
  font-weight: 500;
  color: #555555;
}
@media (min-width: 768px), print {
  .news-head__time {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1024px) {
  .news-head__time {
    font-size: 1.5rem;
  }
}
.news-head__ctg {
  width: 110px;
  display: inline-block;
  font-size: 1.2rem;
  color: #111;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #111;
  line-height: 1.4;
  padding: 0 0.3rem;
  margin: 0 1.5rem 0 0;
}
.news-head__title {
  position: relative;
  color: #111;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 1rem 0;
  z-index: 0;
}
@media (min-width: 768px), print {
  .news-head__title {
    font-size: 2.4rem;
    margin: 2rem 0 3rem;
  }
}

.news-foot {
  margin-top: 3rem;
}
@media (min-width: 768px), print {
  .news-foot {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .news-foot {
    margin-top: 9rem;
  }
}

/*********************/
/*  ページ送り　 */
/*********************/
.paginate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2rem 0 0;
}
@media (min-width: 768px), print {
  .paginate {
    margin: 5rem 0 0;
  }
}
.paginate__item {
  margin: 15px 5px 10px;
  list-style: none;
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media (min-width: 768px), print {
  .paginate__item {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
.paginate__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  text-align: center;
}
.paginate__link--number, .paginate__link--prev, .paginate__link--next {
  color: #111;
}
.paginate__link--number:hover, .paginate__link--prev:hover, .paginate__link--next:hover {
  opacity: 7;
}
.paginate__link--prev:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: 50%;
  left: 55%;
  border-top: 2px solid #111;
  margin: 0 10px 1px 0;
  border-right: 2px solid #111;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.paginate__link--prev:hover::before {
  border-top: 2px solid #111;
  border-right: 2px solid #111;
}
.paginate__link--next {
  color: #111;
  background: white;
}
.paginate__link--next::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: 50%;
  left: 45%;
  border-top: 2px solid #111;
  margin: 0 10px 1px 0;
  border-right: 2px solid #111;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.paginate__link--next:hover::after {
  border-top: 2px solid #111;
  border-right: 2px solid #111;
}
.paginate__link--active {
  color: white;
  background: #111;
}

.paginate-single {
  position: relative;
  display: block;
  border-top: 1px solid rgba(17, 17, 17, 0.35);
  border-bottom: 1px solid rgba(17, 17, 17, 0.35);
  margin: 5em 0 0;
}
@media screen and (max-width: 767px) {
  .paginate-single {
    padding: 0.5rem 0;
  }
}
@media (min-width: 768px), print {
  .paginate-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10rem;
  }
}
.paginate-single__item {
  margin: 1rem;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .paginate-single__item {
    margin: 0.5rem;
  }
}
.paginate-single__item--next {
  text-align: right;
}
.paginate-single__item--back {
  text-align: center;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.paginate-single__item:hover {
  opacity: 0.65;
}
.paginate-single__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  font-size: 80%;
  color: rgba(17, 17, 17, 0.85);
  line-height: 1.4;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.paginate-single__link:before, .paginate-single__link:after {
  color: #111;
  display: inline-block;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  padding-left: 1rem;
}
.paginate-single__link--back {
  color: #111;
  padding: 0rem;
}
@media (min-width: 768px), print {
  .paginate-single__link--prev {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.paginate-single__link--prev:before {
  content: "\e905";
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media (min-width: 768px), print {
  .paginate-single__link--next {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.paginate-single__link--next::after {
  content: "\e905";
}

/*********************/
/*  お問い合わせフォーム  */
/*********************/
/* 申し込みフォーム */
.form {
  width: 100%;
  font-size: 1.6rem;
  color: #111;
  padding: 10px;
  margin: 1rem 0;
}
.form tr {
  display: block;
}
.form tr:not(:first-child) {
  margin-top: 1.5rem;
}
.form td,
.form th {
  position: relative;
  display: block;
  color: #111;
  text-align: left;
  margin: 1rem 0;
}
.form .required {
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.06em;
  color: #111;
  padding: 0 5px;
  margin-left: 1rem;
  vertical-align: text-top;
  border: 1px solid #111;
  background: #fff;
  border-radius: 5px;
}
.form__select, .form__text, .form__textarea, .form__number, .form__tel, .form__mail {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 5px;
}
@media (min-width: 768px), print {
  .form__select, .form__text, .form__textarea, .form__number, .form__tel, .form__mail {
    padding: 5px 10px;
  }
}
.form__radio, .form__checkbox {
  display: none;
}
.form__radio:checked + .mwform-radio-field-text:before, .form__checkbox:checked + .mwform-radio-field-text:before {
  opacity: 1;
  background: #434343;
}
.form__radio:checked + .mwform-checkbox-field-text:after, .form__checkbox:checked + .mwform-checkbox-field-text:after {
  opacity: 1;
  border-color: #434343;
}
.form__radio:checked + .mwform-checkbox-field-text:before, .form__checkbox:checked + .mwform-checkbox-field-text:before {
  background: #111;
}
.form .mwform-radio-field-text {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 0 25px;
  vertical-align: middle;
  cursor: pointer;
}
.form .mwform-radio-field-text:hover:after {
  border-color: #434343;
}
.form .mwform-radio-field-text:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border: 1px solid #F4F4F4;
  border-radius: 50%;
  content: "";
  background: #fff;
  z-index: 0;
}
.form .mwform-radio-field-text:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 3.5px;
  width: 9px;
  height: 9px;
  line-height: 1;
  background: #F4F4F4;
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
}
.form .mwform-checkbox-field-text {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 0 25px;
  vertical-align: middle;
  cursor: pointer;
}
.form .mwform-checkbox-field-text:after, .form .mwform-checkbox-field-text:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
}
.form .mwform-checkbox-field-text:before {
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #434343;
  background: #fff;
}
.form .mwform-checkbox-field-text:after {
  left: 4px;
  width: 7px;
  height: 10px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.form .mwform-radio-field label,
.form .mwform-checkbox-field label {
  cursor: pointer;
}
.form__image {
  width: 100%;
}
.form__checkbox--region:after {
  border-radius: 6px;
}
.form__checkbox--region:before {
  width: 5px;
  height: 9px;
  border-right: 3px solid #434343;
  border-bottom: 3px solid #434343;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.form-btn {
  display: block;
  margin: 3rem 0;
}
@media (min-width: 768px), print {
  .form-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.form-btn__confirm, .form-btn__back, .form-btn__send {
  display: inline-block;
  font-weight: 600;
  width: 100%;
  font-size: 110%;
  color: #fff;
  background: #666;
  padding: 15px 30px;
  border-radius: 30px;
  margin: 1rem auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (min-width: 768px), print {
  .form-btn__confirm, .form-btn__back, .form-btn__send {
    width: 30%;
    margin: 1rem 1.5rem;
  }
}
.form-btn__confirm:hover, .form-btn__back:hover, .form-btn__send:hover {
  background: #111;
}
.form-btn__back {
  background: #666;
}
.form-btn__back:hover {
  background: #111;
}
.form-btn__send {
  background: #111;
}
.form-btn__send:hover {
  background: #111;
}
.form :-ms-input-placeholder,
.form ::-moz-placeholder,
.form ::-webkit-input-placeholder {
  color: rgba(17, 17, 17, 0.5);
  opacity: 1;
}
.form a {
  cursor: pointer;
}

.mwform-radio-field label,
.mwform-checkbox-field label {
  cursor: pointer;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.mw_wp_form .error {
  font-size: 1.3rem !important;
  font-weight: bold;
  color: #cc33cc !important;
  margin-bottom: 1rem;
}

:root {
  font-size: 62.5%;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?dbbg99");
  src: url("../fonts/icomoon.eot?dbbg99#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?dbbg99") format("truetype"), url("../fonts/icomoon.woff?dbbg99") format("woff"), url("../fonts/icomoon.svg?dbbg99#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

body {
  font-size: 1.3rem;
  line-height: 1.6;
  font-family: "Montserrat", "Gothic Medium BBB", sans-serif;
  color: #111;
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
  -webkit-font-smoothing: antialiased;
  line-break: strict;
  word-break: break-word;
  overflow-wrap: break-word;
  overflow: hidden;
  letter-spacing: 0.07em;
}
@media (min-width: 768px), print {
  body {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
body b {
  font-family: "Montserrat", "Midashi Go MB31;", sans-serif;
}

.mce-content-body {
  background: #fff;
}

.is-ie body {
  font-family: "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  min-width: auto;
  overflow-x: hidden;
}

.en {
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.en--regular {
  font-weight: 400;
}

.num {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
}

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

.clearfix {
  clear: both;
}

:focus {
  outline: 0;
}

.alignnone,
.alignleft,
.alignright,
.aligncenter {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1em auto;
}

@media (min-width: 768px), print {
  .alignleft {
    float: left;
    margin: 0 2em 0 0;
  }
}

@media (min-width: 768px), print {
  .alignright {
    float: right;
    margin: 0 0 0 2em;
  }
}

img.aligncenter {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px), print {
  img.aligncenter {
    margin: 2em auto;
  }
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

ul,
ol {
  list-style: none;
}

/*表示・非表示 切り替え用 */
@media (min-width: 768px), print {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .tab-only {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .tab-only {
    display: none;
  }
}

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

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tab-none {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .pc-none {
    display: none;
  }
}

.mt2em {
  margin-top: 2em;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.gmap-wrapper {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  margin-top: 2rem;
  overflow: hidden;
}
.gmap-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.post-password-form {
  text-align: center;
  margin: 10rem 0;
}
.post-password-form label {
  display: block;
  margin: 3rem auto 1.5rem;
}
.post-password-form label input {
  background: #fff;
}
.post-password-form input {
  border: 1px solid #7F848C;
  background: rgba(127, 132, 140, 0.1);
  border-radius: 5px;
  padding: 0 1.5rem;
}
.post-password-form input + .post-password-form input {
  margin-left: 1.5rem;
}