@charset "UTF-8";
/*
.example{
	@include widthPercent(960, 300);
}
*/
/*
.example{
	@include heightPercent(500, 300);
}
*/
/*
.example{
	@include marginPercent(500, 20, 5, 20, 5);
}
*/
/*
.example{
	@include paddingPercent(500, 20, 5, 20, 5);
}
*/
/*
.example{
	position: absolute;
	@include posiLeftPercent(500, 50);
	@include posiTopPercent(300, 50);
	@include posiRightPercent(500, 50);
	@include posiBtmPercent(300, 50);
}
*/
/* ----------------------------
	Reset
---------------------------- */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, nav, object, ol, output, p, picture, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* ----------------------------
  Base
---------------------------- */
html {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  font-size: 100px;
  font-size: 5.208333333vw;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans", "Yu Gothic", YuGothic, sans-serif;
  color: #262626;
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 100px;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 10px;
  }
}

body {
  position: relative;
  top: 0;
}

/* Anchor
---------------------------- */
a {
  text-decoration: none;
  outline: none;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Image
---------------------------- */
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Button
---------------------------- */
button {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
  border: 0;
  outline: none;
  letter-spacing: inherit;
  font: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Media
---------------------------- */
svg, video {
  display: block;
}

/* ----------------------------
  Symbols
---------------------------- */
.symbols {
  display: none;
}

/* ----------------------------
  Slick
---------------------------- */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ----------------------------
  Parts
---------------------------- */
/* Break Line
---------------------------- */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

span.pc {
  display: inline !important;
}

span.sp {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  span.pc {
    display: none !important;
  }
  span.sp {
    display: inline !important;
  }
}
/* ----------------------------
  Menu
---------------------------- */
.menu-visible {
  overflow: hidden; /* Prevent Scroll */
}

/* Menu Inner
---------------------------- */
.menu-inner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}
.menu-visible .menu-inner {
  opacity: 1;
  visibility: visible;
}

/* Menu Background
---------------------------- */
.menu:before {
  content: "";
  display: block;
  width: 400vw;
  height: 400vw;
  border-radius: 50%;
  background: #fff;
  position: fixed;
  top: 100%;
  left: 100%;
  z-index: 10000;
  margin-top: -1rem;
  margin-left: -1rem;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
  transform: translate3d(-50%, -50%, 0) scale(0);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  transition: -webkit-transform 0.7s 0.15s, transform 0.7s 0.15s;
}
@media screen and (max-width: 750px) {
  .menu:before {
    width: 1800px;
    height: 1600px;
    margin-top: -48px;
    margin-left: -48px;
  }
}
.menu-visible .menu:before {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
  transform: translate3d(-50%, -50%, 0) scale(1);
}

/* Menu Body
---------------------------- */
.menu-body {
  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-orient: vertical;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
@media screen and (max-width: 750px) {
  .menu-body {
    padding: 15px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .menu-body {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

/* Menu List
---------------------------- */
.menu-list {
  /* Title */
  /* Logo */
  /* Home */
  /* Body */
  /* Items */
  /* Item Base */
  /* Item Each */
  /* Scaleup */
}
@media screen and (max-width: 750px) {
  .menu-list {
    width: 100%;
  }
}
.menu-list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  top: 0.46rem;
  left: 1.5rem;
}
@media screen and (max-width: 750px) {
  .menu-list-title {
    padding-left: 12px;
    position: relative;
    top: 0;
    left: 0;
  }
}
.menu-list-logo {
  width: 1.4rem;
  height: 0.4rem;
  fill: #0f3475;
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  transition: opacity 1s, -webkit-transform 1s, transform 1s;
}
@media screen and (max-width: 750px) {
  .menu-list-logo {
    width: 110px;
    height: 40px;
  }
}
.menu-visible .menu-list-logo {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.menu-list-home {
  display: block;
  margin-left: 0.3rem;
  font-family: serif;
  font-weight: 600;
  font-size: 0.3rem;
  color: #9f9f9f;
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  transition: opacity 1s, -webkit-transform 1s, transform 1s;
}
@media screen and (max-width: 750px) {
  .menu-list-home {
    margin-left: 36px;
    margin-top: 4px;
    font-size: 20px;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
.menu-visible .menu-list-home {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.menu-list-home span {
  display: block;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.menu-list-home span:hover {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  .menu-list-home span:hover {
    opacity: 1;
  }
}
.menu-list-body {
  width: 3.3rem;
  height: 3.3rem;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-size: 0.18rem;
  font-weight: 500;
  color: #fff;
  position: relative;
  /* Rect */
}
@media screen and (max-width: 750px) {
  .menu-list-body {
    margin: 5px auto 0;
    width: 320px;
    height: 420px;
    font-size: 12px;
    font-weight: 600;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .menu-list-body {
    height: 291px;
  }
}
.menu-list-body:before, .menu-list-body:after {
  content: "";
  display: block;
  width: 100vw;
  height: 1rem;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity 1.2s, -webkit-transform 1.2s, transform 1.2s;
}
.menu-visible .menu-list-body:before {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.menu-visible .menu-list-body:after {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.menu-list-body:before {
  background: #dbe8f4;
  top: -1.4rem;
  left: 100%;
  margin-left: -0.4rem;
}
@media screen and (max-width: 750px) {
  .menu-list-body:before {
    width: 185px;
    height: 235px;
    top: 0;
    left: auto;
    right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .menu-list-body:before {
    right: -50px;
    width: 235px;
    height: 185px;
  }
}
.menu-list-body:after {
  background: #f2f2f2;
  bottom: -1.4rem;
  right: 100%;
  margin-right: -0.4rem;
}
@media screen and (max-width: 750px) {
  .menu-list-body:after {
    width: 222px;
    height: 235px;
    bottom: 0;
    left: 14px;
    right: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .menu-list-body:after {
    left: -50px;
    bottom: 11px;
    width: 235px;
    height: 222px;
  }
}
.menu-list-items {
  position: relative;
  z-index: 2;
}
.menu-list-item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: opacity 1s, -webkit-transform 1s, transform 1s;
}
.menu-visible .menu-list-item {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.menu-list-item a {
  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-orient: vertical;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  height: 100%;
}
.menu-list-item a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: -webkit-transform 0.4s, transform 0.4s;
}
@media screen and (max-width: 750px) {
  .menu-list-item a:before {
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.13);
            box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.13);
  }
}
.menu-list-item a:hover:before {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
@media screen and (max-width: 750px) {
  .menu-list-item a:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.menu-list-item svg {
  fill: none;
  stroke: #fff;
  position: relative;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.menu-list-item span {
  display: block;
  margin-top: 0.2rem;
  position: relative;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media screen and (max-width: 750px) {
  .menu-list-item span {
    width: 100%;
    margin-top: 15px;
  }
}
.menu-list-item ._month {
  display: inline-block;
  margin-top: 0;
  margin-right: -1px;
}
.menu-list-item a:hover svg,
.menu-list-item a:hover span {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  .menu-list-item a:hover svg,
  .menu-list-item a:hover span {
    opacity: 1;
  }
}
.menu-list-policy {
  width: 2.35rem;
  height: 2.35rem;
  top: -2.4rem;
  left: -0.8rem;
  z-index: 3;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
@media screen and (max-width: 750px) {
  .menu-list-policy {
    width: 157px;
    height: 157px;
    top: 23px;
    left: 21px;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .menu-list-policy {
    top: 10px;
    left: 21px;
  }
}
.menu-list-policy a:before {
  background: #f0ae9d;
}
.menu-list-policy svg {
  width: 0.45rem;
  height: 0.45rem;
}
@media screen and (max-width: 750px) {
  .menu-list-policy svg {
    width: 27px;
    height: 27px;
  }
}
.menu-list-flow {
  width: 2.35rem;
  height: 2.35rem;
  top: -2rem;
  left: 2.36rem;
  z-index: 2;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (max-width: 750px) {
  .menu-list-flow {
    width: 140px;
    height: 140px;
    top: 70px;
    left: 166px;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .menu-list-flow {
    top: 35px;
    left: 156px;
  }
}
.menu-list-flow a:before {
  background: #a1d1c2;
}
.menu-list-flow svg {
  width: 0.4375rem;
  height: 0.4875rem;
}
@media screen and (max-width: 750px) {
  .menu-list-flow svg {
    width: 26px;
    height: 29px;
  }
}
.menu-list-salon {
  width: 2.35rem;
  height: 2.35rem;
  top: -0.15rem;
  left: -2.6rem;
  z-index: 7;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media screen and (max-width: 750px) {
  .menu-list-salon {
    width: 116px;
    height: 116px;
    top: 159px;
    left: -7px;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .menu-list-salon {
    top: 50px;
    left: -60px;
  }
}
.menu-list-salon a:before {
  background: #5682a6;
}
.menu-list-salon svg {
  width: 0.5rem;
  height: 0.5rem;
}
@media screen and (max-width: 750px) {
  .menu-list-salon svg {
    width: 24px;
    height: 24px;
  }
}
.menu-list-price {
  width: 3.3rem;
  height: 3.3rem;
  position: relative;
  z-index: 4;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
@media screen and (max-width: 750px) {
  .menu-list-price {
    width: 141px;
    height: 141px;
    position: absolute;
    top: 159px;
    left: 91px;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .menu-list-price {
    top: 150px;
    left: 81px;
  }
}
.menu-list-price a:before {
  background: #b09879;
}
.menu-list-price svg {
  width: 0.44rem;
  height: 0.26rem;
}
@media screen and (max-width: 750px) {
  .menu-list-price svg {
    width: 33px;
    height: 18px;
  }
}
.menu-list-faq {
  width: 2rem;
  height: 2rem;
  top: 1.2rem;
  left: 3.6rem;
  z-index: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (max-width: 750px) {
  .menu-list-faq {
    width: 112px;
    height: 112px;
    top: 198px;
    left: 216px;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .menu-list-faq {
    top: 77px;
    left: 274px;
  }
}
.menu-list-faq a:before {
  background: #5682a6;
}
.menu-list-faq svg {
  width: 0.225rem;
  height: 0.4rem;
  fill: #fff;
}
@media screen and (max-width: 750px) {
  .menu-list-faq svg {
    width: 12px;
    height: 23px;
  }
}
.menu-list-voice {
  width: 2rem;
  height: 2rem;
  top: 3rem;
  left: -1.2rem;
  z-index: 6;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
@media screen and (max-width: 750px) {
  .menu-list-voice {
    width: 122px;
    height: 122px;
    top: 263px;
    left: 33px;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .menu-list-voice {
    top: 150px;
    left: -20px;
  }
}
.menu-list-voice a:before {
  background: #a1d1c2;
}
.menu-list-voice svg {
  width: 0.475rem;
  height: 0.425rem;
  fill: #fff;
}
@media screen and (max-width: 750px) {
  .menu-list-voice svg {
    width: 29px;
    height: 26px;
  }
}
.menu-list-gallery {
  width: 2rem;
  height: 2rem;
  top: 3.3rem;
  left: 2rem;
  z-index: 5;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media screen and (max-width: 750px) {
  .menu-list-gallery {
    width: 121px;
    height: 121px;
    top: 283px;
    left: 146px;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .menu-list-gallery {
    top: 153px;
    left: 196px;
  }
}
.menu-list-gallery a:before {
  background: #f0ae9d;
}
.menu-list-gallery svg {
  width: 0.475rem;
  height: 0.4rem;
}
@media screen and (max-width: 750px) {
  .menu-list-gallery svg {
    width: 28px;
    height: 23px;
  }
}
.menu-list-scaleup {
  z-index: 10000;
}
.menu-list-scaleup a:before,
.menu-list-scaleup a:hover:before {
  -webkit-transform: scale(100);
  transform: scale(100);
  z-index: 2;
  -webkit-transition-duration: 4s;
          transition-duration: 4s;
  -webkit-transition-timing-function: cubic-bezier(0.015, -0.12, 0.17, 0.64);
          transition-timing-function: cubic-bezier(0.015, -0.12, 0.17, 0.64);
}
@media screen and (max-width: 750px) {
  .menu-list-scaleup a:before,
  .menu-list-scaleup a:hover:before {
    -webkit-transform: scale(20);
    transform: scale(20);
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
  }
}

/* Menu Contact
---------------------------- */
.menu-contact {
  width: 3.3rem;
  height: 0.9rem;
  background: #f9f3e6;
  position: absolute;
  right: 1.6rem;
  bottom: 1.8rem;
  opacity: 0;
  -webkit-transform: translate3d(0, 80px, 0);
  transform: translate3d(0, 80px, 0);
  transition: opacity 1.2s, -webkit-transform 1.2s, transform 1.2s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
@media screen and (max-width: 750px) {
  .menu-contact {
    margin-top: 10px;
    margin-left: 40px;
    margin-right: auto;
    width: 240px;
    height: 60px;
    position: relative;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .menu-contact {
    margin-top: 19px;
    margin-left: auto;
  }
}
.menu-visible .menu-contact {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.menu-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
  border-left: 0.64rem solid #e0c382;
  position: relative;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media screen and (max-width: 750px) {
  .menu-contact a {
    border-left: 45px solid #e0c382;
  }
}
.menu-contact a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  .menu-contact a:hover {
    opacity: 1;
  }
}
.menu-contact svg {
  width: 0.46rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: -0.55rem;
  bottom: 0;
  fill: none;
  stroke: #fff;
}
@media screen and (max-width: 750px) {
  .menu-contact svg {
    width: 33px;
    height: 29px;
    left: -39px;
    top: 15px;
  }
}
.menu-contact span {
  display: block;
  text-align: center;
  font-size: 0.18rem;
  font-weight: 500;
  color: #595959;
}
@media screen and (max-width: 750px) {
  .menu-contact span {
    font-size: 14px;
  }
}
.menu-contact em {
  display: block;
  margin-top: 0.11rem;
  font-size: 0.16rem;
  font-weight: 600;
  margin-left: -2px;
  color: #c4973a;
}
@media screen and (max-width: 750px) {
  .menu-contact em {
    margin-top: 8px;
    font-size: 13px;
  }
}

/* ----------------------------
  Main
---------------------------- */
.main {
  line-height: 1.5;
  overflow: hidden;
  font-size: 0.14rem;
}
@media screen and (max-width: 750px) {
  .main {
    font-size: 1.4rem;
  }
}

/* ----------------------------
  Tels
---------------------------- */
.tels {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20005;
  visibility: hidden;
}

/* Visible */
.tels-visible {
  overflow: hidden;
}

.tels-visible .tels {
  visibility: visible;
}

/* Tels Inner
---------------------------- */
.tels-inner {
  margin: 0 -10px; /* Hide Original Scrollbar */
  padding: 25px 30px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #72654f;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* Visible */
.tels-visible .tels-inner {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

/* Tels Title
---------------------------- */
.tels-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.tels-title svg {
  position: relative;
  top: 3px;
  margin: 0 10px 8px 0;
  vertical-align: middle;
  width: 110px;
  height: 40px;
  fill: #fff;
}
.tels-title span {
  position: relative;
  top: -2px;
  font-family: serif;
  font-size: 28px;
}

/* Tels Lead
---------------------------- */
.tels-lead {
  margin-top: 5px;
  letter-spacing: 0.05em;
  font-weight: 300;
  font-size: 12px;
}
@media screen and (min-width: 751px) {
  .tels-lead {
    display: none;
  }
}

/* Tels Area
---------------------------- */
.tels-area {
  margin-top: 30px;
}

/* Tels Area Title
---------------------------- */
.tels-area-title {
  text-align: center;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  font-weight: 500;
  font-size: 17px;
}

/* Tels Area List
---------------------------- */
.tels-area-list {
  font-weight: 300;
  font-size: 14px;
  /* Item */
  /* Anchor */
  /* Tel */
  /* Icon */
  /* Clear */
}
.tels-area-list li {
  margin-top: 20px;
  width: 50%;
  float: left;
}
@media screen and (min-width: 751px) {
  .tels-area-list li {
    width: 25%;
  }
}
.tels-area-list a {
  display: block;
}
.tels-area-list dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 10px;
}
.tels-area-list svg {
  margin-right: 6px;
  width: 10px;
  height: 17px;
  fill: none;
  stroke: #fff;
}
.tels-area-list:after {
  content: "";
  display: block;
  clear: both;
}

/* Tels Close
---------------------------- */
.tels-close {
  padding-top: 32px;
  width: 32px;
  height: 0;
  overflow: hidden;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.tels-close:before, .tels-close:after {
  content: "";
  display: block;
  width: 19px;
  height: 1px;
  background: #72654f;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: -1px auto 0;
}
.tels-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.tels-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Visible */
.tels-visible .tels-close {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

/* Tels Bar
---------------------------- */
.tels-bar {
  width: 4px;
  background: #ece1e3;
  overflow: hidden;
  position: absolute;
  top: 10px;
  right: 5px;
  bottom: 10px;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.tels-bar-thumb {
  height: 200px;
  max-height: 100%;
  background: #dac695;
}

/* Visible */
.tels-visible .tels-bar {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

/* Tels Background
---------------------------- */
.tels-bg {
  display: block;
  position: fixed;
  top: 100%;
  left: 0;
  z-index: 3;
  width: 1800px;
  height: 1600px;
  border-radius: 50%;
  background: #72654f;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
  transform: translate3d(-50%, -50%, 0) scale(0);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: -webkit-transform 0.7s 0.15s;
  transition: -webkit-transform 0.7s 0.15s;
  transition: transform 0.7s 0.15s;
  transition: transform 0.7s 0.15s, -webkit-transform 0.7s 0.15s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Visible */
@media screen and (max-width: 750px) {
  .tels-visible .tels-bg {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1);
  }
}

/* ----------------------------
  Campaign: Modal
---------------------------- */
.campaign-visible {
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .campaign {
    display: none;
  }
}
/* Campaign Inner
---------------------------- */
.campaign-inner {
  padding-left: 0.8rem;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10002;
  -webkit-transform: translate3d(-100%, 0, 0) translate3d(-0.8rem, 0, 0);
  transform: translate3d(-100%, 0, 0) translate3d(-0.8rem, 0, 0);
  transition: -webkit-transform 0.4s ease, transform 0.4s ease;
}
.campaign-visible .campaign-inner {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Campaign Main
---------------------------- */
.campaign-main {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  position: relative;
}

/* Campaign Title
---------------------------- */
.campaign-title {
  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: 100%;
  text-align: center;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  font-weight: 400;
  font-size: 0.3rem;
  color: #d9b260;
}
.campaign-title b {
  margin-right: 0.1rem;
  font-weight: 600;
  font-size: 0.5rem;
}
.campaign-title span {
  position: relative;
  top: 0.02rem;
}

/* Campaign Logo
---------------------------- */
.campaign-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  top: 0.4rem;
  left: 0.7rem;
  height: 0.7rem;
  font-size: 0;
  /* Mark */
  /* Label */
}
.campaign-logo-mark {
  width: 0.8rem;
  height: 0.7rem;
  fill: #b58d2d;
}
.campaign-logo-label {
  margin-top: -0.06rem;
  margin-left: -0.16rem;
  width: 1.4rem;
  height: 0.4rem;
  fill: #71644e;
}

/* Campaign Body
---------------------------- */
.campaign-body {
  margin: 0.5rem auto 0;
  width: 13.7rem;
}

/* Campaign List
---------------------------- */
.campaign-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 0.22rem;
}
.campaign-list li {
  width: 3.5rem;
  margin-bottom: 0.6rem;
}
.campaign-list a {
  display: block;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.campaign-list a:hover {
  opacity: 0.7;
}
.campaign-list span {
  display: block;
  margin-bottom: 0.1rem;
  text-decoration: underline;
  color: #0090e3;
}
.campaign-list img {
  display: block;
  max-width: none;
  width: 100%;
}

/* ----------------------------
  Salons: Modal
---------------------------- */
.salons-visible {
  overflow: hidden;
}

/* Salons Background
---------------------------- */
@media screen and (max-width: 750px) {
  .salons:before {
    content: "";
    display: block;
    width: 1800px;
    height: 1600px;
    border-radius: 50%;
    background: #fff;
    position: fixed;
    top: 100%;
    left: 100%;
    margin-left: -46px;
    margin-top: -106px;
    z-index: 10002; /* Upper than menu */
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
    transform: translate3d(-50%, -50%, 0) scale(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    transition: -webkit-transform 0.7s 0.15s, transform 0.7s 0.15s;
  }
  .salons-visible .salons:before {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1);
  }
}
/* Salons Inner
---------------------------- */
.salons-inner {
  padding-left: 0.8rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #b3e1ec;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10002; /* Upper than menu */
  -webkit-transform: translate3d(-100%, 0, 0) translate3d(-0.8rem, 0, 0);
  transform: translate3d(-100%, 0, 0) translate3d(-0.8rem, 0, 0);
  transition: -webkit-transform 0.4s ease, transform 0.4s ease;
}
.salons-visible .salons-inner {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 750px) {
  .salons-inner {
    padding-left: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    transition: -webkit-transform 0.5s, transform 0.5s, opacity 0.5s, visibility 0.5s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .salons-visible .salons-inner {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}

/* Salons Main
---------------------------- */
.salons-main {
  height: 100%;
}
@media screen and (max-width: 750px) {
  .salons-main {
    margin-right: -10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* Salons Head
---------------------------- */
.salons-head {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .salons-head {
    padding-top: 15px;
    padding-left: 20px;
    text-align: left;
    position: relative;
  }
}

/* Logo */
.salons-head:before {
  content: "";
  display: block;
  width: 1.9rem;
  height: 0.7rem;
  background: url(/sp/images_re/logo_white.svg) no-repeat left center;
  background-size: contain;
  position: absolute;
  top: 0.3rem;
  left: 1.5rem;
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  transition: -webkit-transform 1s 0.6s, transform 1s 0.6s, opacity 1s 0.6s;
}
.salons-visible .salons-head:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 750px) {
  .salons-head:before {
    padding-top: 27.4666667%;
    width: 100%;
    height: 0;
    background: url(/sp/images_re/bg_headerSalonList.jpg) no-repeat center top;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* Salons Title
---------------------------- */
.salons-title {
  position: relative;
}

/* Main */
.salons-title-main {
  display: block;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  font-weight: 400;
  font-size: 0.36rem;
}
@media screen and (max-width: 750px) {
  .salons-title-main {
    margin-bottom: 7px;
    font-weight: bold;
    font-size: 1.2rem;
    text-shadow: 0px 2px 5px rgb(255, 255, 255);
  }
}
.salons-title-main b {
  display: inline-block;
  padding: 0 0.15rem;
  vertical-align: bottom;
  font-family: serif;
  font-size: 0.7rem;
}
@media screen and (max-width: 750px) {
  .salons-title-main b {
    display: inline;
    padding: 0;
    letter-spacing: -0.15em;
    margin-right: 0.15em;
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
    font-size: 1.2rem;
  }
}

/* Lead */
.salons-title-lead {
  display: none;
}
@media screen and (max-width: 750px) {
  .salons-title-lead {
    display: block;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    font-family: serif;
    font-weight: 300;
    font-size: 3rem;
  }
  .salons-title-lead svg {
    display: inline-block;
    margin-right: 4px;
    width: 82px;
    height: 22px;
    fill: #fff;
    position: relative;
    top: 2px;
  }
  .salons-title-lead img {
    width: 174px;
  }
}

/* Salons Lead
---------------------------- */
.salons-lead {
  margin-top: 0.2rem;
  text-shadow: 0px 0px 0.4rem #fff, 0px 0px 0.4rem #fff;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  font-weight: 400;
  font-size: 0.5rem;
}
@media screen and (max-width: 750px) {
  .salons-lead {
    display: none;
  }
}

/* Salons Note
---------------------------- */
.salons-note {
  display: none;
}
@media screen and (max-width: 750px) {
  .salons-note {
    display: block;
    margin-top: 6px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    font-size: 1.2rem;
    color: #4b4b4b;
    position: relative;
  }
}

/* Salons Body
---------------------------- */
.salons-body {
  padding: 0.3rem 0 0.3rem 0.4rem;
  width: 16.8rem;
  max-height: 80vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
  position: absolute;
  top: 1.8rem;
  left: 1.5rem;
}
@media screen and (max-width: 750px) {
  .salons-body {
    margin-top: 30px;
    padding: 0 0 45px 20px;
    width: 100%;
    max-height: none;
    background: none;
    overflow: visible;
    position: relative;
    top: 0;
    left: 0;
  }
}

/* Salons Area
---------------------------- */
.salons-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.8rem;
  min-height: 1.4rem;
  font-size: 0.22rem;
}
@media screen and (max-width: 750px) {
  .salons-area {
    display: block;
    margin-top: 30px;
    min-height: 0;
    font-size: 1.2rem;
    color: #000;
  }
}
.salons-area:first-child {
  margin-top: 0;
}

/* Title */
.salons-area-title {
  padding-top: 1.5510204082rem;
  width: 3rem;
  height: 0;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}
@media screen and (max-width: 750px) {
  .salons-area-title {
    padding-top: 0;
    padding-left: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: auto;
    overflow: visible;
    background: none !important;
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
    font-weight: 500;
    font-size: 1.5rem;
    position: relative;
    /* Icon */
  }
  .salons-area-title:before {
    content: "";
    display: block;
    width: 30px;
    height: 14px;
    background: url(/sp/images_re/bg_ttl_headerSalonList.jpg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 1px;
    left: -20px;
  }
}

/* Body */
.salons-area-body {
  width: 13rem;
}
@media screen and (max-width: 750px) {
  .salons-area-body {
    width: 100%;
  }
}

/* Salons List
---------------------------- */
.salons-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -0.3rem;
}
@media screen and (max-width: 750px) {
  .salons-list {
    margin-top: 0;
  }
}
.salons-list li {
  margin-top: 0.3rem;
  padding-left: 0.65rem;
  width: 3.25rem;
  height: 0.4rem;
  line-height: 0.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .salons-list li {
    margin-top: 20px;
    padding-left: 0;
    width: 33.3333333%;
    height: auto;
    line-height: 1;
  }
}
.salons-list a {
  display: inline-block;
  padding-left: 0.65rem;
  padding-right: 0.3rem;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0.54rem auto;
  position: relative;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media screen and (max-width: 750px) {
  .salons-list a {
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    height: auto;
    background: none !important;
  }
}
.salons-list a:after {
  content: "";
  width: 0.12rem;
  height: 0.12rem;
  border: solid 2px #393939;
  border-bottom: none;
  border-left: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 0.06rem);
  right: 0;
}
@media screen and (max-width: 750px) {
  .salons-list a:after {
    display: none;
  }
}
.salons-list a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  .salons-list a:hover {
    opacity: 1;
  }
}
.salons-list span {
  position: relative;
}
.salons-list span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #393939;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .salons-list span:after {
    display: none;
  }
}
.salons-list a:hover span:after {
  opacity: 1;
}

/* Salons Bar
---------------------------- */
.salons-bar {
  display: none;
  width: 4px;
  background: #ece1e3;
  overflow: hidden;
  position: absolute;
  top: 10px;
  right: 5px;
  bottom: 10px;
}
@media screen and (max-width: 750px) {
  .salons-bar {
    display: block;
  }
}

.salons-bar-thumb {
  height: 200px;
  max-height: 100%;
  background: #b5d1dd;
}

/* ----------------------------
  Util Right
---------------------------- */
/* Util Contact
---------------------------- */
.util-contact {
  width: 1.4rem;
  height: 2rem;
  position: fixed;
  top: 0.3rem;
  right: 0.3rem;
  z-index: 9999; /* Lower than menu */
  -webkit-transform: translate3d(2rem, 0, 0);
  transform: translate3d(2rem, 0, 0);
  transition: -webkit-transform 0.5s 0.2s, transform 0.5s 0.2s;
}
.util-right-visible .util-contact {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 750px) {
  .util-contact {
    width: 133px;
    height: auto;
    top: auto;
    bottom: 30px;
    right: 105px;
    -webkit-transform: translate3d(0, 60vw, 0);
    transform: translate3d(0, 60vw, 0);
  }
}
@media screen and (min-width: 1081px) {
  .util-contact {
    top: 90px;
  }
}
@media screen and (min-width: 1401px) {
  .util-contact {
    top: 120px;
  }
}
.util-contact a {
  display: block;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.util-contact a:hover {
  opacity: 0.7;
}

/* Util Menu
---------------------------- */
.util-menu {
  width: 1rem;
  height: 1rem;
  position: fixed;
  top: 2.4rem;
  right: 0.5rem;
  z-index: 10001;
  -webkit-transform: translate3d(2rem, 0, 0);
  transform: translate3d(2rem, 0, 0);
  transition: -webkit-transform 0.5s 0.2s, transform 0.5s 0.2s;
  display: none;
}
.util-right-visible .util-menu {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 1080px) {
  .util-menu {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .util-menu {
    width: 56px;
    height: 56px;
    top: auto;
    bottom: 16px;
    right: 18px;
    -webkit-transform: translate3d(0, 60vw, 0);
    transform: translate3d(0, 60vw, 0);
  }
}

/* Open */
.util-menu-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0.34rem 0.3rem;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100%;
  -webkit-box-shadow: 0 0.03rem 0.15rem 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.03rem 0.15rem 0 rgba(0, 0, 0, 0.3);
  background-image: -webkit-gradient(linear, left top, right top, from(#b2cbf0), to(#f9cfee));
  background-image: linear-gradient(90deg, #b2cbf0, #f9cfee);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 1s 0.5s;
  transition: -webkit-transform 1s 0.5s;
  transition: transform 1s 0.5s;
  transition: transform 1s 0.5s, -webkit-transform 1s 0.5s;
}
@media screen and (max-width: 750px) {
  .util-menu-open {
    padding: 20px 18px 21px;
    -webkit-box-shadow: 0 3px 15px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 15px 0px rgba(0, 0, 0, 0.3);
    background: #e0c382;
  }
}
.menu-visible .util-menu-open {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.util-menu-open span {
  padding-top: 2px;
  width: 100%;
  height: 0;
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .util-menu-open span {
    padding-top: 1px;
  }
}

/* Close */
.util-menu-close {
  display: block;
  padding: 0.2rem;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 1s 0s;
  transition: -webkit-transform 1s 0s;
  transition: transform 1s 0s;
  transition: transform 1s 0s, -webkit-transform 1s 0s;
}
@media screen and (max-width: 750px) {
  .util-menu-close {
    padding: 8px;
  }
}
.menu-visible .util-menu-close {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.util-menu-close svg {
  width: 100%;
  height: 100%;
}

/* Util Comic
---------------------------- */
.util-comic {
  width: 0.67rem;
  max-width: 55px;
  font-size: 0.1rem;
  position: fixed;
  right: 0;
  top: 7.55rem;
  z-index: 9999;
  -webkit-transform: translate3d(2rem, 0, 0);
  transform: translate3d(2rem, 0, 0);
  transition: -webkit-transform 0.5s 0.2s, transform 0.5s 0.2s;
}
.util-right-visible .util-comic {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 750px) {
  .util-comic {
    display: none;
  }
}
.util-comic a {
  display: block;
  padding-top: 301.8181818%;
  width: 100%;
  height: 0;
  overflow: hidden;
  background: url(/sp/images_re/btn_comic_pc.png) no-repeat center;
  background-size: contain;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.util-comic a:hover {
  opacity: 0.4;
}

/* ----------------------------
  Util Left
---------------------------- */
/* Util Buttons
---------------------------- */
.util-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 0.8rem;
  position: fixed;
  top: 3px;
  left: 0;
  bottom: 3px;
  z-index: 20000;
  -webkit-transform: translate3d(-0.8rem, 0, 0);
  transform: translate3d(-0.8rem, 0, 0);
  transition: -webkit-transform 0.5s 0.2s, transform 0.5s 0.2s;
}
.util-left-visible .util-buttons {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 750px) {
  .util-buttons {
    display: block;
    width: 43px;
    height: 43px;
    top: auto;
    left: auto;
    right: 25px;
    bottom: 82px;
    z-index: 10002;
    -webkit-transform: translate3d(0, 60vw, 0);
    transform: translate3d(0, 60vw, 0);
  }
  .util-left-visible .util-buttons {
    -webkit-transform: translate3d(0, 60vw, 0);
    transform: translate3d(0, 60vw, 0);
  }
  .util-right-visible .util-buttons {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* Util Button */
.util-button {
  margin-top: 3px;
  padding: 75% 0;
  height: 33.333333333%;
  min-height: 2.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  color: #fff;
  position: relative;
  /* Each */
}
@media screen and (max-width: 750px) {
  .util-button {
    margin-top: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    font-size: 10px;
  }
}
.util-button:first-child {
  margin-top: 0;
}
.util-button:first-child:last-child {
  margin-top: 58vh;
  margin-bottom: auto;
}
@media screen and (max-width: 750px) {
  .util-button:first-child:last-child {
    margin-top: 0;
  }
}
.util-button-campaign {
  background: #ef845d;
}
@media screen and (max-width: 750px) {
  .util-button-campaign {
    display: none;
  }
}
.util-button-salons {
  background: #81cde0;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media screen and (max-width: 750px) {
  .util-button-salons {
    background: none;
  }
  .menu-visible .util-button-salons {
    opacity: 0;
    visibility: hidden;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

/* Util Button Icon */
.util-button-icon {
  display: block;
  padding-top: 60%;
  width: 60%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 15% auto 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  /* Campaign */
  /* Salons */
}
@media screen and (max-width: 750px) {
  .util-button-icon {
    margin-top: 0;
    padding-top: 100%;
    width: 100%;
    bottom: 0;
  }
}
.util-button:hover .util-button-icon {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  .util-button:hover .util-button-icon {
    opacity: 1;
  }
}
.util-button-campaign .util-button-icon {
  background: url(/sp/images_re/icon_sidemenu_plan.svg) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .util-button-campaign .util-button-icon {
    background: url(/sp/images_re/icon_sidemenu_plan_sp.svg?2) no-repeat center;
  }
}
.util-button-salons .util-button-icon {
  border-radius: 100%;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .util-button-salons .util-button-icon {
    background: url(/sp/images_re/bg_headerSalonListBtn.png) no-repeat;
    background-size: contain;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: -webkit-transform 1s, transform 1s;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .salons-visible .util-button-salons .util-button-icon {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
.util-button-salons .util-button-icon svg {
  width: 50%;
  height: 100%;
  fill: none;
  stroke: #81cde0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .util-button-salons .util-button-icon svg {
    width: 27px;
    height: 27px;
    stroke: #fff;
    opacity: 0.75;
  }
}

/* Util Button Label */
.util-button-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 1.5em;
  height: 100%;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.util-button-label .kana {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 1.5em;
  height: 1em;
}
@media screen and (max-width: 750px) {
  .util-button-label {
    display: none;
  }
}
.util-button:hover .util-button-label {
  opacity: 0.7;
}

/* Util Button Arrow */
.util-button:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.1rem 0 0.1rem 0.12rem;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  bottom: 0.2rem;
  left: calc(50% - 0.06rem);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media screen and (max-width: 750px) {
  .util-button:after {
    display: none;
  }
}

.util-button:hover:after {
  opacity: 0.7;
}

.campaign-visible .util-button-campaign:after,
.salons-visible .util-button-salons:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Util Button Close */
.util-button-close {
  display: none;
}
@media screen and (max-width: 750px) {
  .util-button-close {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: rgba(255, 255, 255, 0.8);
    border: 3px solid #6ca1b4;
    -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
    opacity: 0.75;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: -webkit-transform 1s, transform 1s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .salons-visible .util-button-close {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .util-button-close:before, .util-button-close:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #6ca1b4;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -1px auto 0;
  }
  .util-button-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .util-button-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/* ----------------------------
  Action
---------------------------- */
.action {
  display: none;
  background: #72654f;
  padding: 25px 20px;
  text-align: center;
  font-family: serif;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .action {
    display: block;
  }
}

/* Action Title
---------------------------- */
.action-title {
  font-size: 26px;
}

/* Action Body
---------------------------- */
.action-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 20px;
}

/* Action Button
---------------------------- */
.action-button {
  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: 48%;
  height: 60px;
  background: #655944;
  position: relative;
}

/* Action Button Icon
---------------------------- */
.action-button-icon {
  fill: none;
  stroke: #fff;
}

/* Each */
.action-button-tel {
  margin-right: 16px;
  width: 14px;
  height: 24px;
}

.action-button-email {
  margin-right: 18px;
  width: 22px;
  height: 15px;
  position: relative;
}

/* Action Button Label
---------------------------- */
.action-button-label {
  font-size: 16px;
}

/* Action Button Notice
---------------------------- */
.action-button-notice {
  margin: -10px auto 0;
  padding: 5px 0;
  width: 100px;
  background: #ef845d;
  border-radius: 2px;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  font-size: 11px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

/* Action Note
---------------------------- */
.action-note {
  margin-top: 24px;
  font-size: 14px;
}

/* ----------------------------
  Footer
---------------------------- */
.footer {
  padding: 1.2rem 0.6rem;
  background: #694d28;
  color: #fff;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .footer {
    padding: 0;
    background: #493b27;
    text-align: center;
    z-index: 1;
  }
}

/* Footer Body
---------------------------- */
.footer-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 17.8rem;
}
@media screen and (max-width: 750px) {
  .footer-body {
    display: block;
    padding: 30px 20px 15px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/* Footer Info
---------------------------- */
.footer-info {
  word-break: keep-all;
}
@media screen and (max-width: 1100px) {
  .footer-info {
    margin-right: 0.8rem;
  }
}
@media screen and (max-width: 750px) {
  .footer-info {
    margin-right: 0;
  }
}

/* Footer Logo
---------------------------- */
.footer-logo {
  margin-top: 0.03rem;
  width: 1.8rem;
  line-height: 0;
}
@media screen and (max-width: 750px) {
  .footer-logo {
    margin: 0 auto;
    width: 210px;
  }
}
.footer-logo img {
  max-width: none;
  width: 100%;
}

/* Footer Lead
---------------------------- */
.footer-lead {
  margin-top: 0.24rem;
  width: 4.4rem;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  font-size: 0.16rem;
}
@media screen and (max-width: 1100px) {
  .footer-lead {
    width: auto;
  }
}
@media screen and (max-width: 750px) {
  .footer-lead {
    display: none;
  }
}
.footer-lead span {
  display: inline-block;
  padding-left: 0.43rem;
  font-family: serif;
  font-size: 0.22rem;
  position: relative;
}
.footer-lead span:before {
  content: "";
  display: block;
  margin-left: 0.1rem;
  width: 0.24rem;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}

/* Footer List
---------------------------- */
.footer-list {
  display: none;
  margin: 0 auto;
  font-size: 0;
}
@media screen and (max-width: 750px) {
  .footer-list {
    display: block;
    margin-top: 15px;
  }
}
.footer-list li {
  display: inline-block;
  margin: 10px 5px 0;
}
.footer-list li:nth-child(1) {
  margin-left: 64px;
}
.footer-list li:nth-child(2) {
  margin-right: 64px;
}
.footer-list a {
  display: block;
  font-size: 11px;
}

/* Footer Copy
---------------------------- */
.footer-copy {
  margin-top: 0.16rem;
  font-family: serif;
  font-size: 0.16rem;
}
@media screen and (max-width: 750px) {
  .footer-copy {
    margin-top: 20px;
    opacity: 0.5;
    font-size: 10px;
  }
}

/* Footer Top
---------------------------- */
.footer-top {
  width: 0.76rem;
  height: 0.74rem;
  background: url(/sp/images_re/pagetop.svg) no-repeat center;
  background-size: contain;
  font-size: 0;
  position: absolute;
  top: -1.8rem;
  left: 50%;
  margin-left: -0.38rem;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media screen and (max-width: 750px) {
  .footer-top {
    display: none;
    background: none;
  }
}
.footer-top:hover {
  opacity: 0.7;
}

/* ----------------------------
  Footer Nav
---------------------------- */
.footer-nav {
  margin-top: 0.2rem;
  font-size: 0.14rem;
  /* Anchors */
}
@media screen and (max-width: 750px) {
  .footer-nav {
    display: none;
  }
}
.footer-nav a {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.footer-nav a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

/* Footer Nav Home
---------------------------- */
.footer-nav-home {
  margin-bottom: 0.48rem;
}

/* Footer Nav Body
---------------------------- */
.footer-nav-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

/* Footer Nav Column
---------------------------- */
.footer-nav-column {
  width: 100%;
  /* Margin */
  /* Container */
  /* Title */
}
@media screen and (max-width: 900px) {
  .footer-nav-column {
    width: auto;
    word-break: keep-all;
  }
}
.footer-nav-column:nth-child(3), .footer-nav-column:nth-child(5) {
  margin-left: 0.4rem;
}
@media screen and (max-width: 900px) {
  .footer-nav-column:nth-child(2), .footer-nav-column:nth-child(4) {
    margin-left: 0.4rem;
  }
}
.footer-nav-column dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}
.footer-nav-column dl:first-child {
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .footer-nav-column dl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.footer-nav-column dt {
  width: 100%;
  font-size: 0.14rem;
  padding-left: 0.6rem;
  margin-bottom: 0.4rem;
  position: relative;
}
@media screen and (max-width: 900px) {
  .footer-nav-column dt {
    padding-left: 0.4rem;
  }
}
.footer-nav-column dt:before {
  content: "";
  width: 0.5rem;
  height: 1px;
  background: #d8a94d;
  position: absolute;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 900px) {
  .footer-nav-column dt:before {
    width: 0.3rem;
  }
}
.footer-nav-column dd {
  margin-bottom: 0.2rem;
  width: 50%;
}
@media screen and (max-width: 900px) {
  .footer-nav-column dd {
    width: 100%;
  }
}
.footer-nav-column dd.wide {
  width: 100%;
}

/* ----------------------------
  Breadcrumb
---------------------------- */
/*
.example{
	@include widthPercent(960, 300);
}
*/
/*
.example{
	@include heightPercent(500, 300);
}
*/
/*
.example{
	@include marginPercent(500, 20, 5, 20, 5);
}
*/
/*
.example{
	@include paddingPercent(500, 20, 5, 20, 5);
}
*/
/*
.example{
	position: absolute;
	@include posiLeftPercent(500, 50);
	@include posiTopPercent(300, 50);
	@include posiRightPercent(500, 50);
	@include posiBtmPercent(300, 50);
}
*/
.breadcrumb {
  position: relative;
  margin: 0 0 0.7rem;
  z-index: 10;
}
.breadcrumb ul {
  font-size: 0;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 300;
}
.breadcrumb a {
  text-decoration: none;
  color: inherit;
}
.breadcrumb a span {
  color: #fff;
}
@media print, screen and (min-width: 751px) {
  .breadcrumb {
    padding: 0.1rem 0 0;
  }
  .breadcrumb ul {
    float: right;
  }
  .breadcrumb li {
    font-size: 0.09rem;
    display: inline-block;
  }
  .breadcrumb li + li {
    margin: 0 0 0 0.5em;
  }
  .breadcrumb li + li:before {
    content: "＞";
    display: inline-block;
    margin: 0 0.5em 0 0;
  }
}
@media screen and (max-width: 750px) {
  .breadcrumb {
    margin: 3px 3px 4rem;
  }
  .breadcrumb .inner {
    padding: 0;
  }
  .breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .breadcrumb ul::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none;
  }
  .breadcrumb li {
    position: relative;
    padding: 0.5em 2em 0.5em 0;
    margin-right: 4px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
  }
  .breadcrumb li a {
    color: #fff;
    line-height: 1;
  }
  .breadcrumb li span {
    line-height: inherit;
  }
  .breadcrumb li:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 0 2em 2.25em 0;
    border-color: transparent #fff transparent transparent;
    pointer-events: none;
  }
  .breadcrumb li span {
    position: relative;
    top: 1px;
  }
  .breadcrumb li:not(:first-child):before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: -2em;
    border-style: solid;
    border-width: 0 2em 2.25em 0;
    border-color: transparent #D5B67E transparent transparent;
    pointer-events: none;
  }
  .breadcrumb li:nth-child(1) {
    padding-left: 0.6em;
    background: #CAA45E;
  }
  .breadcrumb li:nth-child(1) a {
    display: inline-block;
    position: relative;
    padding-left: 1.25em;
  }
  .breadcrumb li:nth-child(1) a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url(../images_re/all_icon_home.svg) center center/contain no-repeat;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
  }
  .breadcrumb li:nth-child(2) {
    background: #D5B67E;
  }
  .breadcrumb li:nth-child(3) {
    background: #DABF8E;
  }
  .breadcrumb li:nth-child(3):before {
    border-color: transparent #DABF8E transparent transparent;
  }
  .breadcrumb li:nth-child(4) {
    background: #DFC89E;
  }
  .breadcrumb li:nth-child(4):before {
    border-color: transparent #DFC89E transparent transparent;
  }
  .breadcrumb li:nth-child(5) {
    background: #E4D1AE;
  }
  .breadcrumb li:nth-child(5):before {
    border-color: transparent #E4D1AE transparent transparent;
  }
  .breadcrumb li:nth-child(6) {
    background: #EADBBF;
  }
  .breadcrumb li:nth-child(6):before {
    border-color: transparent #EADBBF transparent transparent;
  }
}

@media screen and (max-width: 750px) {
  .breadcrumb--bk li:after {
    border-color: transparent #000 transparent transparent;
  }
}

.breadcrumb {
  /* Anchor */
}
@media screen and (min-width: 751px) {
  .breadcrumb {
    margin: 0.25rem auto 0;
    max-width: 14.8rem;
    padding: 0;
  }
  .breadcrumb ul {
    float: none;
    text-align: right;
  }
}
.breadcrumb a {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.breadcrumb a:hover {
  opacity: 0.7;
}

/* ----------------------------
  Page Leaving
---------------------------- */
body.leaving {
  top: -150px !important;
  opacity: 0 !important;
  -webkit-transition: top 0.5s, opacity 0.5s !important;
  transition: top 0.5s, opacity 0.5s !important;
}

@media screen and (max-width: 750px) {
  body.leaving .salons-inner {
    -webkit-transform: translate3d(0, -150px, 0);
    transform: translate3d(0, -150px, 0);
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
/* ----------------------------
  Coronavirus
---------------------------- */
.all_coronavirus {
  background: #ecf6ff;
  width: 14.8rem;
  margin: 100px auto 150px;
}

.all_coronavirus_title {
  padding: 22px 28px 14px;
  background: -webkit-gradient(linear, left top, right top, from(#8dd1ee), to(#a1d9da));
  background: linear-gradient(to right, #8dd1ee 0%, #a1d9da 100%);
  position: relative;
  text-align: center;
  font-size: 36px;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  color: #fff;
}

.all_coronavirus_title img {
  width: 198px;
  vertical-align: middle;
}

.all_coronavirus_content {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 35px 0 115px;
  position: relative;
  border-top: none;
}

.all_coronavirus_intro {
  text-align: center;
  line-height: 1.8;
  letter-spacing: 1px;
  font-size: 26px;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  color: #1fb8e4;
}

.all_coronavirus_img {
  margin-top: 40px;
}

.all_coronavirus_img img {
  width: 100%;
}

.all_coronavirus_bottom {
  margin-top: 70px;
}

.all_coronavirus_bottom_title {
  padding-bottom: 10px;
  border-bottom: 4px #66bafe solid;
  text-align: center;
  font-size: 28px;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
}

.all_coronavirus_bottom_text {
  margin-top: 25px;
  line-height: 1.7;
  font-size: 16px;
  color: #4e4e4e;
}

.all_coronavirus_bottom_text_caution {
  padding-left: 1em;
  position: relative;
}

.all_coronavirus_bottom_text_caution span {
  position: absolute;
  left: 0;
  top: 0;
}

.all_coronavirus_list {
  max-width: 800px;
  margin: 40px auto 0;
  text-align: center;
}

.all_coronavirus_list img {
  width: 100%;
}

.all_coronavirus_list li {
  width: 27.6%;
  max-width: 164px;
  display: inline-block;
  vertical-align: top;
}

.all_coronavirus_list li:nth-child(n+2) {
  margin-left: 5.7%;
}

.all_coronavirus_duskin {
  margin-top: 40px;
}

.all_coronavirus_duskin_logo {
  width: 500px;
  margin: 0 auto;
}

.all_coronavirus_duskin_logo img {
  width: 100%;
}

.all_coronavirus_duskin_copy {
  margin-top: 10px;
  text-align: center;
  line-height: 1.8;
  font-size: 28px;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  color: #fda331;
}

.all_coronavirus_duskin_copy br {
  display: none;
}

.all_coronavirus_duskin_img_list {
  margin-top: 25px;
  text-align: center;
  letter-spacing: 0;
  font-size: 0;
}

.all_coronavirus_duskin_img_list li {
  display: inline-block;
  vertical-align: top;
}

.all_coronavirus_duskin_img_list img {
  width: 100%;
}

.all_coronavirus_duskin_img_list li:nth-child(1) {
  width: 29.4%;
  margin-right: 4.4%;
}

.all_coronavirus_duskin_img_list li:nth-child(2) {
  width: 19.2%;
  margin-right: 4%;
}

.all_coronavirus_duskin_img_list li:nth-child(3) {
  width: 43%;
}

.all_coronavirus_popup {
  width: 100%;
  margin: 115px auto 0;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  text-align: center;
}

.all_coronavirus_popup a {
  background: -webkit-gradient(linear, left top, right top, from(#62dff6), to(#73e7ee)) !important;
  background: linear-gradient(to right, #62dff6 0%, #73e7ee 100%) !important;
  width: 100%;
  max-width: 585px;
  padding: 30px 25px;
  display: inline-block;
  font-size: 28px;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.all_coronavirus_popup a:before {
  display: none;
}

.all_coronavirus_popup a span {
  padding: 0 40px 0 0;
  position: relative;
  display: inline-block;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
}

.all_coronavirus_popup a span:before {
  content: "";
  width: 2px;
  height: 25px;
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.all_coronavirus_popup a span:after {
  content: "";
  width: 25px;
  height: 2px;
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.all_coronavirus_popup_bg {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10004;
  display: none;
  overflow: hidden;
}

.all_coronavirus_popup_sec {
  background: #ecf6ff;
  width: 90%;
  height: 84%;
  max-width: 680px;
  position: fixed;
  left: 50%;
  top: 15%;
  z-index: 10005;
  display: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 1px #8dd1ee solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: top 0.4s ease;
  transition: top 0.4s ease;
}

.all_coronavirus_popup_sec.anime {
  top: 8%;
}

.all_coronavirus_popup_sec_inner {
  height: 100%;
  padding: 35px 35px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
}

.all_coronavirus_popup_logo {
  text-align: center;
}

.all_coronavirus_popup_logo img {
  width: 198px;
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}

.all_coronavirus_popup_title {
  background: -webkit-gradient(linear, left top, right top, from(#6fe7ff), color-stop(50%, #67e9fe), to(#6fe9ff));
  background: linear-gradient(to right, #6fe7ff 0%, #67e9fe 50%, #6fe9ff);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  margin-top: 15px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
  font-size: 32px;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  color: #4ae2ff;
}

@media all and (-ms-high-contrast: none) {
  /* 適用したいスタイル */
  .all_coronavirus_popup_title {
    background: none;
  }
}
.all_coronavirus_popup_title:after {
  content: "";
  background: #4ae2ff;
  width: 100px;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.all_coronavirus_popup_intro {
  margin-top: 30px;
  font-weight: 400;
  font-size: 20px;
}

.all_coronavirus_popup_list {
  margin-top: 60px;
  padding: 0 15px;
}

.all_coronavirus_popup_list li:nth-child(n+2) {
  margin-top: 70px;
}

.all_coronavirus_popup_list_title {
  padding-left: 50px;
  position: relative;
  font-size: 30px;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  color: #876605;
}

.all_coronavirus_popup_list_title span:nth-child(1) {
  background: #e0c382;
  width: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  line-height: 40px;
  color: #fff;
}

.all_coronavirus_popup_list_title span:nth-child(2) {
  background: -webkit-gradient(linear, left top, right top, from(#6d5302), to(#a17d04));
  background: linear-gradient(to right, #6d5302, #a17d04);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
}

@media all and (-ms-high-contrast: none) {
  .all_coronavirus_popup_list_title span:nth-child(2) {
    background: none;
  }
}
.all_coronavirus_popup_list li:last-child .all_coronavirus_popup_list_title {
  width: calc(100% + 60px);
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}

.all_coronavirus_popup_list img {
  margin-top: 10px;
}

.all_coronavirus_popup_close {
  background-color: #e0c382;
  width: 104px;
  height: 104px;
  position: absolute;
  right: -20px;
  bottom: -55px;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.all_coronavirus_popup_close:before,
.all_coronavirus_popup_close:after {
  content: "";
  background: #fff;
  width: 80px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  display: block;
}

.all_coronavirus_popup_close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.all_coronavirus_popup_foot_text {
  background: -webkit-gradient(linear, left top, right top, from(#927836), to(#af9651));
  background: linear-gradient(to right, #927836, #af9651);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  margin-top: 50px;
  padding-bottom: 90px;
  display: block;
  text-align: center;
  font-size: 30px;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  color: #9d8339;
}

@media all and (-ms-high-contrast: none) {
  .all_coronavirus_popup_foot_text {
    background: none;
  }
}
@media screen and (max-width: 1200px) {
  .all_coronavirus_title {
    font-size: 3vw;
  }
  .all_coronavirus_intro {
    font-size: 2.2vw;
  }
  .all_coronavirus_bottom_title,
  .all_coronavirus_duskin_copy,
  .all_coronavirus_popup a {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 750px) {
  .all_coronavirus {
    width: 90%;
    margin-top: 70px;
    margin-bottom: 10px;
  }
  .all_coronavirus_top {
    margin-top: 0;
    margin-bottom: 80px;
  }
  .all_coronavirus_title {
    padding: 10px 14px 7px;
    letter-spacing: -0.5px;
    font-size: 14.5px;
  }
  .all_coronavirus_title img {
    width: 85px;
  }
  .all_coronavirus_content {
    width: auto;
    padding: 15px 15px 40px;
    border: 1px #8dd1ee solid;
  }
  .all_coronavirus_intro {
    line-height: 1.7;
    font-size: 14px;
  }
  .all_coronavirus_img {
    margin-top: 15px;
  }
  .all_coronavirus_bottom {
    margin-top: 28px;
  }
  .all_coronavirus_bottom_title {
    padding-bottom: 8px;
    border-width: 2px;
    text-align: left;
    font-size: 14px;
  }
  .all_coronavirus_bottom_text {
    margin-top: 13px;
    font-size: 10px;
  }
  .all_coronavirus_list {
    margin-top: 20px;
  }
  .all_coronavirus_duskin {
    margin-top: 22px;
  }
  .all_coronavirus_duskin_logo {
    width: 220px;
  }
  .all_coronavirus_duskin_copy {
    margin-top: 5px;
    -webkit-transform: scale(1.14);
            transform: scale(1.14);
    font-size: 11.3px;
  }
  .all_coronavirus_duskin_copy br {
    display: block;
  }
  .all_coronavirus_duskin_img_list {
    margin-top: 15px;
  }
  .all_coronavirus_duskin_img_list li:nth-child(1) {
    width: 36.9%;
    max-width: 216px;
    margin-right: 6.4%;
  }
  .all_coronavirus_duskin_img_list li:nth-child(2) {
    width: 56.4%;
    max-width: 330px;
    margin-right: 0;
  }
  .all_coronavirus_duskin_img_list li:nth-child(3) {
    margin-top: 15px;
    width: 93.5%;
    max-width: 548px;
  }
  .all_coronavirus_popup {
    margin-top: 45px;
  }
  .all_coronavirus_popup a {
    padding: 15px 13px;
    font-size: 15px;
  }
  .all_coronavirus_popup a span {
    padding-right: 22px;
  }
  .all_coronavirus_popup a span:before {
    width: 1px;
    height: 14px;
    right: 7px;
  }
  .all_coronavirus_popup a span:after {
    width: 14px;
    height: 1px;
  }
  .all_coronavirus_popup_sec {
    width: 94.5%;
  }
  .all_coronavirus_popup_logo img {
    width: 106px;
  }
  .all_coronavirus_popup_sec_inner {
    padding: 18px 10px 0;
  }
  .all_coronavirus_popup_title {
    margin-top: 8px;
    padding-bottom: 8px;
    letter-spacing: -1px;
    font-size: 19px;
  }
  .all_coronavirus_popup_title:after {
    width: 54px;
  }
  .all_coronavirus_popup_intro {
    margin-top: 15px;
    font-size: 12px;
  }
  .all_coronavirus_popup_list {
    margin-top: 30px;
    padding: 0 12px;
  }
  .all_coronavirus_popup_list li:nth-child(n+2) {
    margin-top: 48px;
  }
  .all_coronavirus_popup_list_title {
    padding-left: 30px;
    font-size: 16px;
  }
  .all_coronavirus_popup_list_title span:nth-child(1) {
    width: 24px;
    line-height: 24px;
  }
  .all_coronavirus_popup_list li:last-child .all_coronavirus_popup_list_title {
    width: calc(100% + 30px);
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  .all_coronavirus_popup_list img {
    margin-top: 5px;
  }
  .all_coronavirus_popup_close {
    width: 52px;
    height: 52px;
    bottom: -25px;
    right: -10px;
  }
  .all_coronavirus_popup_close:before,
  .all_coronavirus_popup_close:after {
    width: 40px;
    height: 1px;
  }
  .all_coronavirus_popup_foot_text {
    margin-top: 25px;
    padding-bottom: 50px;
    font-size: 17px;
  }
}
/* ----------------------------
  all_business_hour
---------------------------- */
.all_business_hours {
  width: 90%;
  max-width: 680px;
  padding: 10px 15px 15px;
  margin: 120px auto 0;
  border: 2px #fda060 solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.all_business_hours_title {
  margin-bottom: 5px;
  text-indent: -0.5em;
  font-size: 26px;
  color: #ef8d52;
}

.all_business_hours_text {
  display: inline-block;
  font-size: 18px;
  color: #666;
}

.all_business_hours_text span {
  margin-top: 5px;
  display: block;
}

.all_business_hours_list {
  padding: 0 10px;
  letter-spacing: 0;
  font-size: 0;
}

.all_business_hours_list li {
  margin: 15px 20px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
}

.all_business_hours_list li:last-child {
  margin-right: 0;
}

.all_business_hours_list a {
  position: relative;
  display: block;
  color: #4d8bc0;
}

.all_business_hours_list a:after {
  content: "";
  background: #2471b2;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 2px;
  display: block;
}

@media screen and (min-width: 751px) {
  .all_business_hours_list a:hover:after {
    display: none;
  }
}
.all_business_hours_time {
  margin-top: 20px;
  margin-bottom: 10px;
  text-indent: -0.5em;
  font-weight: 600;
  font-size: 21px;
  color: #5c5c5c;
}

.all_business_hours_time_list {
  padding: 0 10px;
}

.all_business_hours_day {
  width: 75px;
  display: inline-block;
}

.all_business_hours_arrow {
  margin: 5px 0;
  display: block;
  text-align: center;
}

.all_business_hours_arrow img {
  width: 16px;
  vertical-align: middle;
}

.all_business_hours_text_mt {
  margin-top: 15px;
}

.all_business_hours_text_mt2 {
  margin-top: 20px;
}

.all_business_hours_text_mt3 {
  margin-top: 10px;
}

.all_business_hours_caution {
  padding-left: 1em;
  position: relative;
}

.all_business_hours_caution span {
  margin-top: 0 !important;
  position: absolute;
  left: 0;
  top: 0;
}

.all_business_hours_orange {
  color: #ff932a;
}

.all_business_hours_blue {
  color: #36bcff;
}

.all_business_hours_serif {
  margin-bottom: 5px;
  display: inline-block;
  font-size: 20px;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
}

.all_business_hours_serif:first-letter {
  font-size: 18px;
}

.all_business_hours_number_list {
  margin-top: 10px;
  line-height: 1.8;
  font-size: 18px;
  color: #666;
}

.all_business_hours_caution_last {
  max-width: 415px;
  margin: 15px auto 0;
  display: block;
}

@media screen and (max-width: 750px) {
  .all_business_hours {
    margin: -45px auto 30px;
    padding: 7px 7px 10px;
  }
  .all_business_hours_shop {
    margin-top: 70px;
  }
  .all_business_hours_title {
    margin-bottom: 3px;
    font-size: 15px;
  }
  .all_business_hours_text {
    font-size: 12px;
  }
  .all_business_hours_list {
    padding: 0 7px;
  }
  .all_business_hours_list li {
    margin: 10px 10px 0 0;
    font-size: 12px;
  }
  .all_business_hours_list a:after {
    height: 2px;
  }
  .all_business_hours_time {
    margin-top: 12px;
    margin-bottom: 8px;
    font-size: 14px;
  }
  .all_business_hours_time_list {
    padding: 0 5px;
  }
  .all_business_hours_arrow img {
    width: 11px;
  }
  .all_business_hours_day {
    width: 42px;
  }
  .all_business_hours_text_mt {
    margin-top: 7px;
  }
  .all_business_hours_text_mt2 {
    margin-top: 15px;
  }
  .all_business_hours_text_mt3 {
    margin-top: 4px;
  }
  .all_business_hours_serif {
    margin-bottom: 3px;
    font-size: 13.5px;
  }
  .all_business_hours_serif:first-letter {
    font-size: 12px;
  }
  .all_business_hours_number_list {
    margin-top: 7px;
    font-size: 12px;
  }
  .all_business_hours_caution_last {
    max-width: 250px;
  }
}
/*.util-button-campaign
	こちらも表示することになったときにcommon_partsと見た目が同じになるように調整する
*/
.util-button-campaign-sp {
  display: none;
}

@media screen and (max-width: 750px) {
  #campaign .campaign {
    display: block;
  }
  #campaign .campaign-inner {
    padding: 25px 0 40px;
    z-index: 10003;
  }
  #campaign .campaign-main {
    padding-top: 0;
    text-align: center;
  }
  #campaign .campaign-logo {
    height: auto;
    margin-right: 8px;
    position: static;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
  }
  #campaign .campaign-logo-mark {
    width: 46px;
    height: 39px;
  }
  #campaign .campaign-logo-label {
    width: 74px;
    height: 20px;
    margin-top: -7px;
    margin-left: -12px;
  }
  #campaign .campaign-title {
    width: auto;
    margin-top: -6px;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
  }
  #campaign .campaign-title b {
    margin-right: 2px;
    font-size: 23px;
  }
  #campaign .campaign-body {
    width: 89.4%;
    max-width: 500px;
    margin: 0 auto;
  }
  #campaign .campaign-list {
    margin-top: 18px;
  }
  #campaign .campaign-list li {
    width: 47.8%;
    margin-bottom: 27px;
  }
  #campaign .campaign-list li:nth-child(2n) {
    margin-left: 4.4%;
  }
  #campaign .campaign-list li.sp {
    width: 100%;
  }
  #campaign .campaign-list a {
    position: relative;
  }
  #campaign .campaign-list a img {
    position: relative;
    z-index: 2;
  }
  #campaign .campaign-list a .campaign-list-filter {
    position: absolute;
    left: 5px;
    top: 7px;
    z-index: 1;
    -webkit-filter: blur(2px);
            filter: blur(2px);
    opacity: 0.5;
  }
  #campaign .campaign-list span {
    display: none;
  }
  #campaign .util-button-campaign-sp {
    width: 50px;
    height: auto;
    padding: 15px 0 20px;
    position: fixed;
    left: 0;
    bottom: 70px;
    z-index: 10004;
    display: block;
    opacity: 0.7;
  }
  #campaign .util-button-campaign-sp .util-button-label {
    width: 1em;
    margin-top: 7px;
    display: block;
    font-size: 11px;
  }
  #campaign .util-button-campaign-sp .util-button-icon {
    width: 30px;
    height: 30px;
    padding: 0;
    position: static;
  }
}
/* header_pc
------------------------------------------------------------------*/
.header_pc {
  background: -webkit-gradient(linear, left top, right top, color-stop(-40%, rgba(221, 206, 211, 0.9)), color-stop(140%, rgba(220, 218, 208, 0.9)));
  background: linear-gradient(to right, rgba(221, 206, 211, 0.9) -40%, rgba(220, 218, 208, 0.9) 140%);
  width: 100%;
  padding: 7px 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 102;
  text-align: center;
  letter-spacing: 0;
  font-size: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
@media screen and (max-width: 1080px) {
  .header_pc {
    display: none;
  }
}

.header_pc a:hover {
  opacity: 0.7;
}

.util-right-visible .header_pc {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.header_pc_logo {
  margin-right: 12px;
  display: inline-block;
  -webkit-transform: translateY(2%);
          transform: translateY(2%);
  vertical-align: middle;
}

.header_pc_logo img {
  width: 124px;
}

.header_pc_home {
  margin-right: 68px;
  display: inline-block;
  -webkit-transform: translateY(2%);
          transform: translateY(2%);
  vertical-align: middle;
}

.header_pc_home img {
  width: 34px;
}

.header_pc ul {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  font-size: 0;
}

.header_pc li {
  margin-right: 48px;
  display: inline-block;
  vertical-align: middle;
}

.header_pc ul li:last-child {
  margin-right: 18px;
}

.header_pc li a {
  letter-spacing: 1px;
  font-size: 15px;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  color: #8c6239;
}

.header_pc li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1300px) {
  .header_pc_logo img {
    width: 124px;
  }
  .header_pc li {
    margin-right: 35px;
  }
  .header_pc ul li:last-child {
    margin-right: 10px;
  }
  .header_pc li a {
    letter-spacing: 0;
    font-size: 14px;
  }
}
/* Util top
---------------------------- */
.util-top {
  display: none;
  width: 10.9375rem;
  height: 15.625rem;
  position: fixed;
  top: 120px;
  right: 2.34375rem;
  z-index: 9999;
  -webkit-transform: translate3d(0, 60vw, 0);
          transform: translate3d(0, 60vw, 0);
  -webkit-transition: -webkit-transform 0.5s 0.2s;
  transition: -webkit-transform 0.5s 0.2s;
  transition: transform 0.5s 0.2s;
  transition: transform 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
}
.util-right-visible .util-top {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.util-top a {
  display: block;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  text-decoration: none;
  outline: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.util-top img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 750px) {
  .util-top {
    display: block;
    width: 42px;
    height: 42px;
    top: auto;
    left: 18px;
    right: 25px;
    bottom: 16px;
    visibility: visible;
  }
}
/********************************************
.FooterPagetop
********************************************/
@media print, screen and (min-width: 751px) {
  .FooterPagetop {
    position: relative;
    z-index: 10;
  }
  .FooterPagetop #pagetop {
    position: absolute;
    width: 0.76rem;
    height: 0.74rem;
    background: url(/sp/images_re/pagetop.svg) no-repeat center/0.76rem 0.74rem;
    top: -1.8rem;
    left: calc(50% - 0.38rem);
    font-size: 0;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .FooterPagetop #pagetop:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 750px) {
  .FooterPagetop {
    display: none;
  }
} /********************************************
.FooterMain
********************************************/
.FooterMain {
  z-index: 10;
  position: relative;
  background-color: #4a3b28;
  color: #fff;
  padding: 1.2rem 0.6rem;
}
.FooterMain img {
  width: auto;
}
@media screen and (min-width: 751px) {
  .FooterMain {
    padding: 5.3333333333vw 0 2vw;
  }
}
@media screen and (max-width: 750px) {
  .FooterMain {
    padding: 0;
    text-align: center;
    z-index: 1;
  }
}

@media screen and (min-width: 751px) {
  .FooterMain__inner {
    max-width: 80vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .FooterMain__inner {
    width: 100%;
  }
}

.FooterMain__logo-pc {
  margin-bottom: 2vw;
}
.FooterMain__logo-pc picture {
  width: 24.2vw;
  height: auto;
}
@media screen and (max-width: 750px) {
  .FooterMain__logo-pc {
    display: none;
  }
}

@media screen and (min-width: 751px) {
  .FooterMain__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .FooterMain__wrap {
    background-color: #72654f;
  }
}

@media screen and (max-width: 750px) {
  .FooterMain__footing {
    padding: 30px 20px 15px;
  }
}

.FooterMain__tag {
  max-width: 775px;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.FooterMain__tag a {
  display: block;
}
.FooterMain__tag img {
  width: 100%;
}
@media screen and (min-width: 751px) {
  .FooterMain__tag {
    margin-bottom: 35px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 750px) {
  .FooterMain__tag {
    margin-bottom: 30px;
  }
}

.FooterMain__logo-sp picture {
  width: 210px;
  height: auto;
  margin: 0 auto;
}
.FooterMain__logo-sp picture img {
  width: 100%;
}
@media screen and (min-width: 751px) {
  .FooterMain__logo-sp {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .FooterMain__logo-sp {
    margin-bottom: 25px;
  }
}

.FooterMain__copy {
  text-align: center;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  opacity: 0.5;
}
@media screen and (min-width: 751px) {
  .FooterMain__copy {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 750px) {
  .FooterMain__copy {
    font-size: 10px;
    margin-top: 20px;
  }
}

/********************************************
.FooterMainMavi1 FooterMainTapMenuに統合
********************************************/
/*
.FooterMainMavi1{
	@media screen and (min-width: 751px) {
		flex: 1;
	}
	@media screen and (max-width: 750px) {
		display: none;
	}
}

.FooterMainMavi1__title{
	font-size: 24/1500*100vw;
	font-family: "Cormorant Garamond",serif;
	margin-bottom: 25/1500*100vw;
}

.FooterMainMavi1__items{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: nowrap;
}

ul.FooterMainMavi1__item{
	width: 300/1500*100vw;
	flex-shrink: 0;
	li{
		background-image: url(/sp/images_re/footer-acc.png);
		background-repeat: no-repeat;
		background-position: center left;
		//background-size: auto 100%;

		font-size: 16/1500*100vw;
		padding-left: 30/1500*100vw;
		margin-bottom: 25/1500*100vw;
		&:last-child{margin-bottom: 0;}
	}
}
*/
/********************************************
.FooterMainMavi2
********************************************/
@media screen and (min-width: 751px) {
  .FooterMainMavi2 {
    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;
    border-top: 1px solid #71654f;
    border-bottom: 1px solid #71654f;
    padding-top: 0.8vw;
    padding-bottom: 0.8vw;
    margin-bottom: 2vw;
    font-size: 0.8666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .FooterMainMavi2 {
    font-size: 11px;
  }
}

ul.FooterMainMavi2__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 751px) {
  ul.FooterMainMavi2__item {
    margin-right: 2.3333333333vw;
  }
  ul.FooterMainMavi2__item:last-child {
    margin-right: 0;
  }
  ul.FooterMainMavi2__item li {
    margin-right: 2.3333333333vw;
  }
  ul.FooterMainMavi2__item li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  ul.FooterMainMavi2__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
  ul.FooterMainMavi2__item:last-child {
    margin-bottom: 0;
  }
  ul.FooterMainMavi2__item li {
    margin-right: 20px;
  }
  ul.FooterMainMavi2__item li:last-child {
    margin-right: 0;
  }
}

/********************************************
.FooterMainAction
********************************************/
@media screen and (min-width: 751px) {
  .FooterMainAction {
    width: 29.3333333333vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .FooterMainAction button, .FooterMainAction a {
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .FooterMainAction button:hover, .FooterMainAction a:hover {
    -webkit-box-shadow: 0 0 6px rgba(255, 255, 255, 0.25);
            box-shadow: 0 0 6px rgba(255, 255, 255, 0.25);
  }
}
@media screen and (max-width: 750px) {
  .FooterMainAction {
    padding: 25px 20px;
  }
}

.FooterMainAction__title {
  font-family: "Cormorant Garamond", serif;
}
@media screen and (min-width: 751px) {
  .FooterMainAction__title {
    font-size: 1.6vw;
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .FooterMainAction__title {
    font-size: 26px;
  }
}

@media screen and (max-width: 750px) {
  .FooterMainAction__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
}

.FooterMainAction__note {
  font-family: "Cormorant Garamond", serif;
}
@media screen and (min-width: 751px) {
  .FooterMainAction__note {
    margin-top: 2.3333333333vw;
    font-size: 0.9333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .FooterMainAction__note {
    margin-top: 24px;
    font-size: 14px;
  }
}

/********************************************
.FooterMainActionButton
********************************************/
.FooterMainActionButton {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  background: #655845;
}
@media screen and (min-width: 751px) {
  .FooterMainActionButton {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 2vw;
    width: 100%;
    height: 4vw;
    margin-bottom: 0.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .FooterMainActionButton {
    width: 48%;
    height: 60px;
  }
}
@media screen and (min-width: 751px) {
  .FooterMainActionButton.FooterMainActionButton--tel {
    /**TELのPC版完成まで一時的に非表示**/
  }
}
.FooterMainActionButton__icon {
  fill: none;
  stroke: #fff;
}
@media screen and (min-width: 751px) {
  .FooterMainActionButton__icon.FooterMainActionButton__icon--tel {
    width: 1.1333333333vw;
    height: 1.9308666667vw;
    margin: 0 0.2666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .FooterMainActionButton__icon.FooterMainActionButton__icon--tel {
    margin-right: 16px;
    width: 14px;
    height: 24px;
  }
}
@media screen and (min-width: 751px) {
  .FooterMainActionButton__icon.FooterMainActionButton__icon--email {
    width: 1.6666666667vw;
    height: 1.1111333333vw;
  }
}
@media screen and (max-width: 750px) {
  .FooterMainActionButton__icon.FooterMainActionButton__icon--email {
    margin-right: 18px;
    width: 22px;
    height: 15px;
  }
}

.FooterMainActionButton__label {
  color: #fff;
  font-family: "Cormorant Garamond", serif;
}
@media screen and (min-width: 751px) {
  .FooterMainActionButton__label {
    font-size: 1.0666666667vw;
    padding-left: 2.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .FooterMainActionButton__label {
    font-size: 16px;
  }
}

.FooterMainActionButton__notice {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  background-color: #ee845c;
}
@media screen and (min-width: 751px) {
  .FooterMainActionButton__notice {
    font-size: 0.8vw;
    padding: 0.6666666667vw 1vw;
    margin-left: 1.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .FooterMainActionButton__notice {
    margin: -10px auto 0;
    padding: 5px 0;
    width: 100px;
    background: #ef845d;
    border-radius: 2px;
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
    font-size: 11px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }
}

/********************************************
.FooterMainTapMenu
********************************************/
@media screen and (max-width: 750px) {
  .FooterMainTapMenu {
    position: relative;
    background-color: #85736a;
  }
}

@media screen and (min-width: 751px) {
  .FooterMainTapMenu__button {
    font-size: 1.6vw;
    font-family: "Cormorant Garamond", serif;
    margin-bottom: 1.6666666667vw;
  }
  .FooterMainTapMenu__hiddenarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  ul.FooterMainTapMenu__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 40vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  ul.FooterMainTapMenu__inner li {
    width: calc(50% - 2vw);
    background-image: url(/sp/images_re/footer-acc.png);
    background-repeat: no-repeat;
    background-position: center left;
    font-size: 1.0666666667vw;
    padding-left: 2vw;
    margin-bottom: 1.6666666667vw;
  }
  ul.FooterMainTapMenu__inner li a:hover {
    text-decoration: underline;
    opacity: 0.8;
  }
  ul.FooterMainTapMenu__inner li svg {
    position: relative;
    display: inline-block;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    top: 0.25em;
    margin-right: 0.4em;
  }
  ul.FooterMainTapMenu__inner .is-disabled {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .FooterMainTapMenu__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 48px;
  }
  .FooterMainTapMenu__button:hover {
    cursor: pointer;
  }
  .FooterMainTapMenu__symbol {
    display: block;
    position: relative;
    width: 26px;
    height: 26px;
    margin-right: 10px;
  }
  .FooterMainTapMenu__symbol span {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    background-color: #ffffff;
  }
  .FooterMainTapMenu__symbol span:nth-child(1) {
    top: 20%;
  }
  .FooterMainTapMenu__symbol span:nth-child(2) {
    top: 50%;
  }
  .FooterMainTapMenu__symbol span:nth-child(3) {
    top: 80%;
  }
  .FooterMainTapMenu__label {
    font-size: 13px;
    line-height: 0;
  }
  .FooterMainTapMenu__hiddenarea {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .FooterMainTapMenu__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .FooterMainTapMenu__inner li {
    width: 50%;
    border-top: 1px solid #988a81;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .FooterMainTapMenu__inner li:nth-child(2n+1) {
    border-right: 1px solid #988a81;
  }
  .FooterMainTapMenu__inner li.is-disabled {
    pointer-events: none;
  }
  .FooterMainTapMenu__inner li.is-disabled:after {
    display: none;
  }
  .FooterMainTapMenu__inner li.is-2col {
    width: 100%;
  }
  .is-2col .FooterMainTapMenu__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .FooterMainTapMenu__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 48px;
    font-size: 12.5px;
    padding-left: 12px;
  }
  .FooterMainTapMenu__item:after {
    content: "＋";
    position: absolute;
    right: 15px;
    font-size: 13px;
    line-height: 1;
  }
  .FooterMainTapMenu__item svg {
    display: inline-block;
    margin-right: 0.6em;
    width: 21px;
    height: 21px;
    position: relative;
    top: -1px;
  }
  .FooterMainTapMenu__up {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    margin: 0 auto;
    background-color: #c3a89d;
    width: 58px;
    height: 16px;
    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;
    opacity: 1;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    pointer-events: none;
    opacity: 0;
  }
  .FooterMainTapMenu__up:after {
    position: absolute;
    content: "＞";
    color: #85736a;
    font-size: 12px;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    margin-top: -1px;
  }
  .FooterMainTapMenu__up.is-active {
    bottom: -12px;
    opacity: 1;
    pointer-events: initial;
  }
}
.symbols ._circle {
  fill: #fff;
}
.symbols ._obj {
  fill: #85736a;
}

/* ----------------------------
  Layout
---------------------------- */
/* Body
---------------------------- */
@media screen and (max-width: 750px) {
  footer {
    padding-bottom: 68px !important;
  }
}
/* Main
---------------------------- */
.main {
  padding-bottom: 4rem;
}
@media screen and (max-width: 750px) {
  .main {
    padding-bottom: 18.8vw;
    overflow: visible;
  }
}

/* Action
---------------------------- */
@media screen and (max-width: 750px) {
  .action {
    display: none;
  }
}
/* Util Contact
---------------------------- */
@media screen and (max-width: 750px) {
  .util-contact {
    display: none;
  }
}
/* Util Buttons
---------------------------- */
@media screen and (max-width: 750px) {
  .util-buttons {
    bottom: 152px;
  }
  .salon:before {
    margin-top: -173.5px;
  }
}
/* Util Menu
---------------------------- */
@media screen and (max-width: 750px) {
  .util-menu {
    bottom: 86px;
  }
  .menu:before {
    margin-top: -114px;
  }
}
/* ----------------------------
  Header
---------------------------- */
.header {
  position: absolute;
  top: 0.2rem;
  left: 0.35rem;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .header {
    top: 0.2666667vw;
    left: 1.3333333vw;
  }
}

/* Header Logo
---------------------------- */
.header-logo {
  width: 2.04rem;
  height: 0.83rem;
}
@media screen and (max-width: 750px) {
  .header-logo {
    width: 31.7333333vw;
    height: auto;
  }
}
.header-logo a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .header-logo a {
    height: auto;
  }
}
.header-logo img {
  display: block;
  max-width: none;
  width: 100%;
}

/* Header Lead
---------------------------- */
.header-lead img {
  -webkit-filter: drop-shadow(0px 0px 3px #fff);
          filter: drop-shadow(0px 0px 3px #fff);
}

@media screen and (min-width: 751px) {
  .header-lead {
    margin-left: -0.1rem;
  }
  .header-lead img {
    width: 3rem;
  }
}
/* ----------------------------
  Hero
---------------------------- */
.hero {
  height: 100vh;
  overflow: hidden;
  background: #000;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 750px) {
  .hero {
    height: 136.875vw;
    background: #fff;
  }
}

/* Hero Line
---------------------------- */
.hero:after {
  content: "";
  display: block;
  width: 1px;
  height: 1.4rem;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .hero:after {
    height: 60px;
    display: none;
  }
}

/* Hero Item
---------------------------- */
.hero-item {
  width: 100%;
  height: 100%;
  background: #000;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* Hero Item Transition
---------------------------- */
@media screen and (max-width: 750px) {
  .hero-item {
    /* Background */
    /* Body */
  }
  .right .hero-item-bg {
    -webkit-animation: rightIn 0.3s 0s forwards;
    animation: rightIn 0.3s 0s forwards;
  }
  .left .hero-item-bg {
    -webkit-animation: leftIn 0.3s 0s forwards;
    animation: leftIn 0.3s 0s forwards;
  }
  .hero-item-body {
    opacity: 0;
    -webkit-transition: opacity 1s 0.2s;
    transition: opacity 1s 0.2s;
    -webkit-backface-visibility: hidden;
  }
  .slick-current .hero-item-body {
    opacity: 1;
  }
}
@-webkit-keyframes rightIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rightIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes leftIn {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes leftIn {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/* Hero Slider
---------------------------- */
@media screen and (max-width: 750px) {
  .hero {
    /* List */
    /* Track */
    /* Arrow */
  }
  .hero .slick-list {
    height: 100%;
  }
  .hero .slick-track {
    height: 100%;
  }
  .hero .slick-arrow {
    width: 40px;
    height: 50px;
    position: absolute;
    z-index: 2;
    margin-top: 0;
    top: 62.5vw;
    background: url(/sp/images_re/salon/icon_arrow_slider.svg?10) no-repeat center center;
    background-size: 14px 24px;
    text-indent: -9999px;
    cursor: pointer;
  }
  .hero .slick-prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: -5px;
  }
  .hero .slick-next {
    right: -5px;
  }
}
/* Hero 01
---------------------------- */
.hero-01 {
  /* Background */
  /* Body */
  /* Title */
  /* Name */
  /* Lead */
}
.hero-01-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero-01-bg img {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  max-width: none;
}
@media screen and (max-width: 750px) {
  .hero-01-bg img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    min-width: 0;
    min-height: 0;
    max-width: none;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 750px) {
  .hero-01-bg:after {
    content: "";
    display: block;
    background: #000;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.hero-01-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  text-align: center;
  font-size: 0.22rem;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 751px) {
  .hero-01-body {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media screen and (max-width: 750px) {
  .hero-01-body {
    padding-top: 43.75vw;
    font-size: 1.4rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.hero-01-title {
  text-shadow: 0 0 0.2rem #fff;
  letter-spacing: 0.01rem;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  font-weight: 400;
  font-size: 0.38rem;
}
@media screen and (max-width: 750px) {
  .hero-01-title {
    margin-top: 0.5333333vw;
    text-shadow: none;
    letter-spacing: 0;
    font-size: 1.7rem;
  }
}
.hero-01-name {
  /* Name Japanese */
  /* Name English */
}
@media print, screen and (min-width: 751px) {
  .hero-01-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.hero-01-name-main {
  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;
  letter-spacing: 0.01rem;
  text-shadow: 0 0 0.2rem #fff;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  font-weight: 400;
}
.hero-01-name-main ._title {
  display: block;
}
.hero-01-name-main ._name {
  display: block;
}
@media print, screen and (min-width: 751px) {
  .hero-01-name-main {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .hero-01-name-main ._title {
    font-size: 0.32rem;
    margin-bottom: 0.1rem;
  }
  .hero-01-name-main ._name {
    font-size: 0.72rem;
  }
}
@media screen and (max-width: 750px) {
  .hero-01-name-main {
    position: relative;
    margin-top: 16px;
    letter-spacing: 0;
    text-shadow: none;
    font-size: 4.375vw;
    line-height: 2;
  }
  .hero-01-name-main:before {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    position: absolute;
    left: 50%;
    top: -18px;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.hero-01-name-lead {
  display: block;
  padding-top: 0.4rem;
  text-shadow: 0.05rem 0.03rem 0.08rem #000;
  letter-spacing: 0.03rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-size: 0.36rem;
  position: relative;
}
@media screen and (min-width: 751px) {
  .hero-01-name-lead {
    height: 0.75rem;
    margin: 0 0 -0.2rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .hero-01-name-lead picture {
    height: 100%;
  }
  .hero-01-name-lead img {
    height: 100%;
    margin-left: 0.1rem;
    margin-top: -0.05rem;
  }
}
@media screen and (max-width: 750px) {
  .hero-01-name-lead {
    padding-top: 0;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5);
    letter-spacing: 0;
    font-weight: 500;
    font-size: 6.5rem;
    height: 11rem;
    margin: -1rem auto -0.5rem;
  }
  .hero-01-name-lead picture {
    height: 100%;
  }
  .hero-01-name-lead img {
    height: 100%;
    margin: 0 auto;
  }
}
.hero-01-name-lead:before {
  content: "";
  margin: 0 auto;
  width: 0.54rem;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0.2rem;
  left: 0;
  right: 0;
}
@media screen and (max-width: 750px) {
  .hero-01-name-lead:before {
    display: none;
  }
}

/* Hero 02
---------------------------- */
.hero-02 {
  display: none;
  /* Background */
  /* Body */
  /* Title */
  /* Image */
  /* Text */
}
@media screen and (max-width: 750px) {
  .hero-02 {
    display: block;
    color: #fff;
  }
}
.hero-02-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero-02-body {
  padding-top: 55px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero-02-title {
  display: table;
  margin: 0 auto;
  max-width: 375px;
  text-shadow: 0 0 15px #fff;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  font-weight: 400;
  font-size: 2.9rem;
}
.hero-02-title span {
  margin-right: 0.5em;
  font-size: 2.4rem;
  font-weight: 500;
}
.hero-02-image {
  margin: 30px auto 0;
  height: 222px;
  background: #f7f5f4;
  position: relative;
  /* Inner */
  /* Image */
}
.hero-02-image-inner {
  display: block;
  margin: 0 auto;
  max-width: 375px;
  min-width: 335px;
  height: 100%;
  position: relative;
}
.hero-02-image-inner:before {
  content: "";
  display: block;
  border-radius: 0 0 10px 10px;
  width: 200px;
  height: 140px;
  background-image: -webkit-gradient(linear, left top, right top, from(#a5c0ee), to(#fac4ec));
  background-image: linear-gradient(90deg, #a5c0ee, #fac4ec);
  -webkit-box-shadow: -15px 15px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: -15px 15px 15px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 100%;
  left: 20px;
}
.hero-02-image img {
  display: block;
  margin: 0 0 0 33px;
  width: auto;
  max-width: none;
  height: 250px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hero-02-text {
  margin: -80px auto 0;
  max-width: 375px;
  width: 100%;
  height: 104px;
  position: relative;
}
.hero-02-text-inner {
  display: block;
  padding: 15px 0 13px 39px;
  width: 280px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, right top, from(rgba(232, 188, 96, 0.95)), to(rgba(235, 207, 155, 0.95)));
  background: linear-gradient(90deg, rgba(232, 188, 96, 0.95), rgba(235, 207, 155, 0.95));
  -webkit-box-shadow: -15px 15px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: -15px 15px 15px 0px rgba(0, 0, 0, 0.15);
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  font-size: 1.3rem;
  font-weight: 300;
  position: absolute;
  top: 0;
  right: 0;
}
.hero-02-text-inner:after {
  content: "";
  display: block;
  width: 2px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 24px;
  background: #fff;
  opacity: 0.5;
}

/* Hero 03
---------------------------- */
.hero-03 {
  display: none;
  /* Background */
  /* Body */
  /* Title */
  /* Lead */
  /* Text */
}
@media screen and (max-width: 750px) {
  .hero-03 {
    display: block;
    color: #fff;
  }
}
.hero-03-bg {
  background-repeat: no-repeat;
  background-position: center -49px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero-03-body {
  padding-top: 60px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.hero-03-title {
  text-align: center;
  margin-top: 110px;
  line-height: 1;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  font-weight: 400;
  position: relative;
}
.hero-03-title:before {
  content: "";
  display: block;
  width: 260px;
  height: 1px;
  background: #dab35b;
  position: absolute;
  top: 28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hero-03-title span {
  display: block;
  font-size: 1.6rem;
}
.hero-03-title span small {
  font-size: 1.2rem;
}
.hero-03-title em {
  display: block;
  margin-top: 27px;
  font-size: 2.8rem;
}
.hero-03-title b {
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5), 0px 0px 10px rgba(255, 255, 255, 0.5), 0px 0px 10px rgba(255, 255, 255, 0.5);
}
@media print, screen and (min-width: 751px) {
  .hero-03-lead {
    margin-top: 0;
  }
}
.hero-03-lead img:nth-child(1) {
  display: block;
  margin: 0 auto;
  width: 320px;
}
.hero-03-lead img:nth-child(2) {
  display: block;
  margin: -40px auto 0;
  width: 320px;
  position: relative;
  left: 8px;
}
.hero-03-text {
  margin-right: 166px;
  border-bottom: 1px solid #dab35b;
  line-height: 2;
  text-align: right;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  font-weight: 400;
  font-size: 1.4rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 55px;
}
.hero-03-text img._certificate {
  display: block;
  width: 96px;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 24px;
}
.hero-03-text img._txt1 {
  display: inline-block;
  width: 98px;
  height: 28px;
}
.hero-03-text img._txt2 {
  display: inline-block;
  width: 42px;
  height: 28px;
}
.hero-03-text span {
  display: inline-block;
  border: 1px solid #dab35b;
  border-bottom: none;
  padding: 0 0.5em;
  margin: 0 0 0 0.5em;
}

/* Hero Dot
---------------------------- */
.hero-dots {
  display: none;
}
@media screen and (max-width: 750px) {
  .hero-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 25px;
    right: 0;
    top: 128.125vw;
    opacity: 1;
    z-index: 9999;
  }
  .hero-dots li {
    margin: 0;
    width: 8px;
    height: 8px;
  }
  .hero-dots li + li {
    margin-left: 10px;
  }
  .hero-dots button {
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    position: relative;
  }
  .hero-dots button:before, .hero-dots button:after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #bead97;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .hero-dots li.slick-active button:before, .hero-dots li.slick-active button:after {
    opacity: 1;
    background-color: #fff;
  }
}

/* ----------------------------
  Section Parts
---------------------------- */
/* Heading
---------------------------- */
.heading {
  line-height: 1.3;
  text-align: center;
}

/* Main */
.heading-main {
  display: inline-block;
  padding: 0.15rem 0 0.4rem 0.8rem;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  font-weight: 500;
  font-size: 0.48rem;
  position: relative;
  /* Logo */
  /* Line */
}
@media screen and (max-width: 750px) {
  .heading-main {
    padding: 0;
    padding-left: 45px;
    font-size: 2.6rem;
    color: #444;
  }
}
.heading-main:before {
  content: "";
  display: block;
  background: url(/sp/images_re/logo_mark_rinx02.png) no-repeat top left;
  background-size: 0.9rem auto;
  width: 0.9rem;
  height: 0.86rem;
  position: absolute;
  top: 0.1rem;
  left: -0.05rem;
}
@media screen and (max-width: 750px) {
  .heading-main:before {
    width: 55px;
    height: 50px;
    background-size: 100%;
    top: -1px;
    left: 0;
  }
}
.heading-main:after {
  content: "";
  display: block;
  width: 3rem;
  height: 2px;
  background: linear-gradient(90.23deg, #fac826 0.56%, #fdf1ae 20.97%, #c2912e 46.77%, #c29100 59.55%, #debe5d 75.91%, #fff4cb 94.62%, #fbd34a 100%);
  position: absolute;
  bottom: 0.08rem;
  left: 50%;
  margin-left: -1.5rem;
}
@media screen and (max-width: 750px) {
  .heading-main:after {
    display: none;
    background: none;
  }
}

/* Lead */
.heading-lead {
  display: none;
  margin-top: 0.1rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 0.3rem;
  color: #000;
}
@media screen and (max-width: 750px) {
  .heading-lead {
    display: block;
    margin-top: 10px;
    font-size: 2rem;
    color: #dab35b;
  }
}

/* Button
---------------------------- */
.button {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 0.55rem;
}
@media screen and (max-width: 750px) {
  .button {
    height: 55px;
  }
}
.button a, .button button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
  text-align: center;
  background: #c4973a;
  -webkit-box-shadow: 0.05rem 0.09rem 0.09rem 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0.05rem 0.09rem 0.09rem 0px rgba(0, 0, 0, 0.1);
  color: #fff;
  position: relative;
  -webkit-transition: background 0.4s, -webkit-box-shadow 0.4s;
  transition: background 0.4s, -webkit-box-shadow 0.4s;
  transition: background 0.4s, box-shadow 0.4s;
  transition: background 0.4s, box-shadow 0.4s, -webkit-box-shadow 0.4s;
}
@media screen and (max-width: 750px) {
  .button a, .button button {
    background: #dab35b;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.button a:hover, .button button:hover {
  background: #a78642;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 750px) {
  .button a:hover, .button button:hover {
    background: #dab35b;
  }
}
.button a:before, .button button:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0.23rem 0.23rem;
  border-color: transparent transparent #ead3a1 transparent;
  position: absolute;
  right: 0.01rem;
  bottom: 0.01rem;
}
@media screen and (max-width: 750px) {
  .button a:before, .button button:before {
    display: none;
  }
}
.button span {
  margin-top: -0.02rem;
  padding-right: 0.4rem;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  font-weight: 500;
  font-size: 0.26rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .button span {
    margin-top: 0;
    padding-right: 24px;
    font-size: 1.8rem;
  }
}
.button span:before, .button span:after {
  content: "";
  width: 15px;
  height: 1px;
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 3px;
  transition: -webkit-transform 0.8s, transform 0.8s;
}
@media screen and (max-width: 750px) {
  .button span:before, .button span:after {
    width: 11px;
    right: 2px;
  }
}
.button span:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.button a:hover span:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 750px) {
  .button a:hover span:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.button a:hover span:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width: 750px) {
  .button a:hover span:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

/* ----------------------------
  Info
---------------------------- */
.info {
  display: none;
  /* Title */
}
@media screen and (max-width: 750px) {
  .info {
    display: block;
    margin: -20px 20px 0;
    text-align: center;
    position: relative;
    z-index: 2;
  }
}
.info:before {
  content: "";
  display: block;
  height: 100%;
  background: #f6edd9;
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
}
.info-inner {
  padding: 15px 0;
  position: relative;
}
.info-title {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #262626;
  line-height: 1;
  font-weight: 400;
}

/* Info Lead
---------------------------- */
.info-lead {
  margin: 0 -15px;
  font-size: 1.3rem;
  font-weight: 600;
  color: #c4973a;
}

/* Info Tel
---------------------------- */
.info-tel {
  margin-top: 20px;
  /* Button */
  /* Label */
  /* Number */
  /* Icon */
}
.info-tel button {
  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;
  line-height: 1;
  font-family: "游明朝", YuMincho, serif;
  font-weight: 400;
  color: #1f324a;
}
.info-tel-label {
  font-style: italic;
  font-size: 1.2rem;
  position: relative;
}
.info-tel-number {
  margin-left: 7px;
  font-size: 2.8rem;
  font-style: italic;
  letter-spacing: 0.05em;
}
.info-tel-icon {
  display: inline-block;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  border-radius: 11px;
  background: -webkit-gradient(linear, left top, right top, from(#243b55), to(#141e30));
  background: linear-gradient(90deg, #243b55 0%, #141e30 100%);
  position: relative;
}
.info-tel-icon svg {
  display: block;
  margin-top: 5px;
  margin-left: 6px;
  width: 8px;
  height: 11px;
  fill: #fff;
}

.info-payment {
  position: relative;
  margin-top: 10px;
  font-size: 11px;
  font-weight: 600;
  color: #1f3863;
}
.info-payment dt {
  text-align: center;
  font-size: 12px;
}
.info-payment dd {
  margin: 6px 30px 0;
  padding: 6px 10px;
  text-align: left;
  background-color: #fff;
}
.info-payment ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: disc;
  margin-left: 10px;
}
.info-payment ul li span {
  display: inline-block;
  margin: 0px 0 2px -0.5em;
  position: relative;
  top: 2px;
}
.info-payment ul li:not(:first-child) {
  margin-left: 2.5em;
}
.info-payment-close {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 15px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #f6edd9;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.info-payment-close:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg) translate(-2px, 2px);
          transform: rotate(-45deg) translate(-2px, 2px);
}
.info-payment-bunkatsu {
  display: none;
}
.info-payment-cards {
  text-align: center;
}

/* Info Button
---------------------------- */
.info-button {
  margin: 20px auto 0;
  padding: 0 40px;
  width: auto;
  max-width: 335px;
}
.info-button svg {
  margin-right: 14px;
  width: 16px;
  height: 24px;
  fill: none;
  stroke: #fff;
  stroke-width: 1;
}
.info-button span {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.4rem;
  font-style: italic;
  margin-top: -2px;
}

/* ----------------------------
  Banners
---------------------------- */
/* Banner Tax
---------------------------- */
.banner-tax {
  width: 700px;
  margin: 120px auto;
  position: relative;
}
@media screen and (max-width: 750px) {
  .banner-tax {
    width: 100%;
    margin: 70px 0 0;
  }
}
.banner-tax img {
  display: block;
  max-width: none;
  width: 100%;
}

/* Banners
---------------------------- */
.banners {
  margin: 0 auto;
  max-width: 10.14rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (min-width: 751px) {
  .banners {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .banners {
    display: block;
    padding: 0 20px;
    max-width: none;
  }
}

/* Banners2
---------------------------- */
.banners2 {
  margin-bottom: 65px;
}
@media screen and (min-width: 751px) {
  .banners2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.banners-item1 {
  margin-bottom: 50px;
}

.banners-item2 {
  padding: 0 20px;
}

/* Banners Item
---------------------------- */
.banners-item {
  margin-bottom: 1rem;
}
@media screen and (max-width: 750px) {
  .banners-item {
    margin-bottom: 70px;
    max-width: 375px;
    width: 100%;
  }
  .banners-item[data-title=sp_12_colona] {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}
.banners-item a {
  display: block;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.banners-item a:hover {
  opacity: 0.7;
}
.banners-item img {
  display: block;
  max-width: none;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .banners-item img {
    max-height: 100px;
  }
  .banners-item img.loaded {
    max-height: none;
  }
}

/* ----------------------------
  Staff
---------------------------- */
/* Staff Lead
---------------------------- */
.staff-lead {
  margin-top: 0.4rem;
  text-align: center;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  font-weight: 400;
  font-size: 0.26rem;
  color: #263B64;
}
@media screen and (max-width: 750px) {
  .staff-lead {
    margin-top: 35px;
    padding: 0 20px;
    font-size: 1.6rem;
    color: #4188a9;
  }
}

/* Staff Panels
---------------------------- */
.staff-body {
  margin: 0.7rem auto 0;
  max-width: 14.8rem;
  width: 100%;
}
@media print, screen and (min-width: 751px) {
  .staff-body {
    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: 750px) {
  .staff-body {
    margin-top: 40px;
    max-width: 335px;
  }
}

/* ----------------------------
  Staff Panel
---------------------------- */
.staff-panel {
  width: 7.14rem;
  -webkit-box-shadow: 0.05rem 0.05rem 0.15rem 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0.05rem 0.05rem 0.15rem 0px rgba(0, 0, 0, 0.3);
  position: relative;
  /* Main */
  /* Head */
  /* Title */
  /* Bustup */
  /* Body */
  /* Certificate */
}
@media screen and (min-width: 751px) {
  .staff-panel:nth-child(n+3) {
    margin-top: 1.34rem;
  }
}
@media screen and (max-width: 750px) {
  .staff-panel {
    width: auto;
    margin-top: 70px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .staff-panel:first-child {
    margin-top: 0;
  }
}
.staff-panel-main {
  height: 3.9rem;
  position: relative;
  background: #f2f0ee;
}
@media screen and (min-width: 751px) {
  .staff-panel-main {
    cursor: pointer;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .staff-panel-main:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 750px) {
  .staff-panel-main {
    min-height: 0;
    height: 180px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.staff-panel-head {
  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;
  width: 54.5%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  position: relative;
}
@media screen and (max-width: 750px) {
  .staff-panel-head {
    display: block;
    padding: 0;
    width: 185px;
  }
}
.staff-panel-title {
  line-height: 1;
  margin-top: 0;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: absolute;
  z-index: 2;
  padding-top: 0.2rem;
  width: 3.35rem;
  height: 1.3rem;
  left: 0.3rem;
  bottom: -0.85rem;
}
@media screen and (max-width: 750px) {
  .staff-panel-title {
    padding-top: 11px;
    width: 160px;
    height: 58px;
    left: 13px;
    bottom: -43px;
  }
}
.staff-panel-title em, .staff-panel-title .name {
  display: block;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  font-weight: 400;
  font-size: 0.44rem;
}
@media screen and (max-width: 750px) {
  .staff-panel-title em, .staff-panel-title .name {
    font-size: 1.8rem;
  }
}
.staff-panel-title span {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 0.28rem;
  color: #e0c382;
  margin-top: 0.1rem;
}
@media screen and (max-width: 750px) {
  .staff-panel-title span {
    margin-top: 8px;
    font-size: 1.2rem;
  }
}
.staff-panel-bustup {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  background-image: url(images/staff_bg_seitoki.png?3);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.staff-panel-bustup:before {
  content: "";
  background: #ccc;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding-top: 0.53rem;
  width: 0.53rem;
}
@media screen and (max-width: 750px) {
  .staff-panel-bustup:before {
    padding-top: 23px;
    width: 23px;
  }
}
.staff-panel-bustup:after {
  content: "";
  display: block;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  position: absolute;
  z-index: 2;
  width: 0.18rem;
  height: 0.18rem;
  top: 0.25rem;
  left: 0.22rem;
}
@media screen and (max-width: 750px) {
  .staff-panel-bustup:after {
    width: 6px;
    height: 6px;
    top: 11px;
    left: 10px;
  }
}
.staff-panel-bustup img {
  display: block;
  width: auto;
  height: 100%;
  top: 0;
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  max-width: none;
}
.staff-panel-bustup figcaption {
  display: block;
  width: 100%;
  text-align: center;
  text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  font-weight: 500;
  font-size: 0.2rem;
  color: #23afd9;
  position: absolute;
  left: 0;
  z-index: 2;
  bottom: 0.58rem;
}
@media screen and (max-width: 750px) {
  .staff-panel-bustup figcaption {
    font-size: 1.2rem;
    bottom: 25px;
  }
}
.staff-panel-body {
  margin-top: 0;
  padding-left: 54%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 750px) {
  .staff-panel-body {
    padding-left: 185px;
  }
}
.staff-panel-certificate {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.staff-panel-certificate img {
  display: block;
  max-width: none;
  width: 60%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* Staff Modal
---------------------------- */
.staff-modal {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  transition: -webkit-transform 0.5s, transform 0.5s, opacity 0.5s, visibility 0.5s;
  /* Visible */
  /* Inner */
  /* Background */
  /* Body */
  /* Title */
  /* Salon */
  /* Name */
  /* English */
  /* Role */
  /* Text */
}
@media screen and (min-width: 751px) {
  .staff-modal {
    background: rgba(255, 255, 255, 0.8);
  }
}
.staff-modal-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.staff-modal-inner {
  overflow: hidden;
  height: 100%;
  position: relative;
  min-height: 667px;
}
@media screen and (min-width: 751px) {
  .staff-modal-inner {
    width: 10.35rem;
    height: 7.68rem;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url(../images_re/salon/staff_modal-bg.jpg) center center/cover;
    -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 750px) {
  .staff-modal-inner {
    min-height: 667px;
  }
}
.staff-modal-bg {
  background-repeat: no-repeat;
  background-position: center 10%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 751px) {
  .staff-modal-bg {
    width: 41.6%;
  }
}
.staff-modal-body {
  padding: 0 20px;
  font-weight: 400;
  position: absolute;
  left: 0;
  right: 0;
  font-size: 0.14rem;
  bottom: 2rem;
}
@media screen and (min-width: 751px) {
  .staff-modal-body {
    width: 52%;
    left: 41.6%;
    padding: 40px 20px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 750px) {
  .staff-modal-body {
    color: #fff;
    font-size: 1.4rem;
    text-shadow: 0px 0px 10px #000;
    bottom: 140px;
  }
}
.staff-modal-salon {
  display: block;
  margin-bottom: 8px;
}
@media screen and (min-width: 751px) {
  .staff-modal-salon {
    font-size: 0.17rem;
  }
}
.staff-modal-name {
  font-size: 0.3rem;
}
@media screen and (max-width: 750px) {
  .staff-modal-name {
    font-size: 2.7rem;
  }
}
.staff-modal-en {
  margin-left: 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.2rem;
}
@media screen and (max-width: 750px) {
  .staff-modal-en {
    font-size: 1.6rem;
  }
}
.staff-modal-role {
  margin-top: 10px;
}
@media screen and (min-width: 751px) {
  .staff-modal-role {
    font-size: 0.17rem;
  }
}
.staff-modal-text {
  margin-top: 10px;
  line-height: 1.7;
  font-size: 0.15rem;
}
@media screen and (max-width: 750px) {
  .staff-modal-text {
    font-size: 1.2rem;
  }
}

/* Staff Modal Close
---------------------------- */
.staff-modal-close {
  display: block;
  padding-top: 50px;
  width: 50px;
  height: 0;
  background: #fff;
  overflow: hidden;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 30001;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(249, 229, 220)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgb(249, 229, 220) 0%, rgb(255, 255, 255) 100%);
}
.staff-modal-close:before, .staff-modal-close:after {
  content: "";
  display: block;
  width: 29px;
  height: 1px;
  background: #dab35b;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
}
.staff-modal-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.staff-modal-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.staff-modal-visible + .staff-modal-close {
  opacity: 1;
  visibility: visible;
}
.staff-modal-visible .staff-modal-close {
  opacity: 1;
  visibility: visible;
}

/* ----------------------------
  Banner Nearby
---------------------------- */
.banner-nearby {
  display: none;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (min-width: 751px) {
  .banner-nearby {
    display: block;
    width: 100%;
    max-width: 560px;
    padding: 0 20px 60px;
  }
  .banner-nearby:first-child {
    margin-top: -0.3rem;
  }
  .banner-nearby:last-child {
    padding-bottom: 0;
    margin-bottom: 2.3rem;
  }
}
@media screen and (max-width: 750px) {
  .banner-nearby {
    display: block;
    width: 100%;
    max-width: 375px;
    padding: 0 20px 40px;
  }
  .banner-nearby:first-child {
    padding-top: 4px;
  }
  .banner-nearby:last-child {
    padding-bottom: 60px;
  }
}
.banner-nearby a {
  display: block;
}
.banner-nearby img {
  display: block;
  max-width: none;
  width: 100%;
}

/* ----------------------------
  Salon
---------------------------- */
.salon {
  margin: 1.1rem auto 0;
  max-width: 14.8rem;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .salon {
    margin-top: 0;
    padding-top: 90px;
    max-width: none;
  }
}

/* ----------------------------
  Voice
---------------------------- */
/* Voice Lead
---------------------------- */
.voice-lead {
  margin-top: 0.4rem;
  text-align: center;
  font-size: 0.18rem;
}
@media screen and (max-width: 750px) {
  .voice-lead {
    margin-top: 40px;
    padding: 0 20px;
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
    font-size: 1.4rem;
    color: #81cde0;
  }
}

/* Voice Note
---------------------------- */
.voice-note {
  margin-top: 0.7rem;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  font-weight: 400;
  font-size: 0.2rem;
  color: #E58227;
}
@media screen and (max-width: 750px) {
  .voice-note {
    margin-top: 5px;
    padding: 0 20px;
    text-align: center;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans", "Yu Gothic", YuGothic, sans-serif;
    font-size: 1.3rem;
    color: #f5a940;
  }
}

/* Voice Note Detail
---------------------------- */
.voice-note-detail {
  margin-top: 0.15rem;
  padding-left: 0.38rem;
  font-size: 0.18rem;
  position: relative;
  /* Icon */
}
@media screen and (max-width: 750px) {
  .voice-note-detail {
    display: none;
  }
}
.voice-note-detail:before {
  content: "";
  display: block;
  width: 0.27rem;
  height: 0.24rem;
  background: url(/sp/images_re/salon/bg_txt01.png) no-repeat left center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.12rem;
}

/* Voice Body
---------------------------- */
@media screen and (max-width: 750px) {
  .voice-body__wrap {
    margin: 0 auto;
    padding: 0 20px;
  }
}

.voice-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0.5rem;
  position: relative;
  /* Background */
  /* Slider */
}
@media screen and (max-width: 750px) {
  .voice-body {
    display: block;
    margin-top: 0;
    padding: 30px 0 0 20px;
    width: 100%;
    max-height: 365px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .voice-body.slick-initialized {
    overflow: visible;
  }
}
.voice-body:before {
  content: "";
  display: block;
  width: 17.15rem;
  height: 5.98rem;
  background: url(/sp/images_re/salon/bg_paint.png) no-repeat center;
  background-size: 17.15rem 5.98rem;
  position: absolute;
  top: 50%;
  left: -1.24rem;
  margin-top: -3.17rem;
}
@media screen and (max-width: 750px) {
  .voice-body:before {
    display: none;
    background: none;
  }
}
@media screen and (max-width: 750px) {
  .voice-body .slick-list {
    overflow: visible;
  }
}

/* Voice Item
---------------------------- */
.voice-item {
  margin-top: 2.3648649%;
  width: 14.6396396%;
  -webkit-box-shadow: 0.05rem 0.05rem 0.2rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0.05rem 0.05rem 0.2rem 0 rgba(0, 0, 0, 0.15);
  text-align: center;
  position: relative;
  /* Upper */
  /* Inner */
  /* Image */
  /* Body */
  /* New */
  /* Info */
  /* Date */
  /* Age */
  /* Salon */
  /* text */
}
@media screen and (max-width: 750px) {
  .voice-item {
    margin: 0 12px;
    width: 278px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
    text-align: left;
  }
}
.voice-item:nth-child(-n+6) {
  margin-top: 0;
}
.voice-item-inner {
  display: block;
  background: #fff;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.voice-item-inner:hover {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  .voice-item-inner:hover {
    opacity: 1;
  }
}
.voice-item-image {
  padding-top: 75%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 750px) {
  .voice-item-image {
    padding-top: 79.1366906%;
  }
}
.voice-item-image img {
  display: block;
  max-width: none;
  width: 115%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media screen and (max-width: 750px) {
  .voice-item-image img {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: none;
    transform: none;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.voice-item-body {
  padding: 10px 0;
  line-height: 1.3;
  font-weight: 400;
  font-size: 0.22rem;
}
@media screen and (max-width: 750px) {
  .voice-item-body {
    padding: 12px 10px;
    min-height: 80px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: rgba(94, 83, 68, 0.4);
    line-height: 1.5;
    text-align: left;
    font-size: 1.3rem;
    color: #fff;
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 0;
  }
}
.voice-item-new {
  display: none;
}
@media screen and (max-width: 750px) {
  .voice-item-new {
    display: block;
    width: 49px;
    height: 23px;
    background: #ff220d;
    text-align: center;
    line-height: 23px;
    font-size: 1.4rem;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 750px) {
  .voice-item-info {
    line-height: 1;
    font-size: 1.2rem;
  }
  .voice-item-new + .voice-item-info {
    padding-left: 50px;
  }
}
.voice-item-date {
  display: inline-block;
  margin-bottom: 0.02rem;
  letter-spacing: 0.05em;
  font-size: 0.14rem;
}
@media screen and (max-width: 750px) {
  .voice-item-date {
    display: inline;
    margin-bottom: 0;
    letter-spacing: 0;
    font-size: 1.2rem;
  }
}
.voice-item-age {
  color: #c4973a;
}
@media screen and (max-width: 750px) {
  .voice-item-age {
    margin-left: 8px;
    color: #fff;
  }
}
.voice-item-salon {
  color: #1370a5;
}
@media screen and (max-width: 750px) {
  .voice-item-salon {
    color: #fff;
  }
}
.voice-item-text {
  display: none;
}
@media screen and (max-width: 750px) {
  .voice-item-text {
    display: block;
    margin-top: 5px;
  }
}

/* Voice Guest Dots
---------------------------- */
@media screen and (max-width: 750px) {
  .voice-body .slick-dots {
    margin-left: -40px;
    margin-right: -40px;
    padding: 35px 20px 30px;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
  }
  .voice-body .slick-dots li {
    display: inline-block;
    margin-left: 4px;
    width: 50px;
    height: 50px;
    vertical-align: top;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .voice-body .slick-dots li:first-child {
    margin-left: 0;
  }
  .voice-body .slick-dots li:after {
    content: "";
    display: block;
    border: 1px solid #81cde0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .voice-body .slick-dots li.slick-active {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 2;
  }
  .voice-body .slick-dots li.slick-active:after {
    opacity: 1;
  }
  .voice-body .slick-dots img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* Voice Button
---------------------------- */
.voice-button {
  width: 8rem;
  margin-top: 0.6rem;
}
@media screen and (max-width: 750px) {
  .voice-button {
    margin-top: 45px;
    width: 260px;
  }
}

/* ----------------------------
	Banner Inquiry
---------------------------- */
.banner-inquiry {
  margin: 1.1rem auto 0;
  width: 13rem;
  -webkit-box-shadow: 0.05rem 0.05rem 0.15rem 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0.05rem 0.05rem 0.15rem 0px rgba(0, 0, 0, 0.3);
  line-height: 1;
  font-size: 0.1rem;
}
.photo + .banner-inquiry {
  margin-top: 1.7rem;
}
@media screen and (max-width: 750px) {
  .banner-inquiry {
    display: none;
  }
}
.banner-inquiry a {
  display: block;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.banner-inquiry a:hover {
  opacity: 0.7;
}
.banner-inquiry img {
  display: block;
  max-width: none;
  width: 100%;
  max-height: 3.22rem;
}
.banner-inquiry img.loaded {
  max-height: none;
}

/* ----------------------------
  Access
---------------------------- */
/* Access Box
---------------------------- */
.access-box {
  margin-top: 0.4rem;
  padding-bottom: 0.3rem;
  -webkit-box-shadow: 0.05rem 0.05rem 0.15rem 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0.05rem 0.05rem 0.15rem 0px rgba(0, 0, 0, 0.3);
  background: #fff;
}
.access-box:first-child {
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .access-box {
    margin-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

/* Access Title
---------------------------- */
.access-title {
  padding-top: 0.4rem;
}
@media screen and (max-width: 750px) {
  .access-title {
    padding-top: 0;
  }
}
.access-title .heading-lead {
  display: block;
}

/* Access Body
---------------------------- */
@media screen and (max-width: 750px) {
  .access-body {
    margin-top: 40px;
    padding: 0 20px;
  }
}
/* Access Map
---------------------------- */
.access-map {
  /* Link */
  /* Body */
}
.access-map-link {
  padding: 0 1rem;
  text-align: right;
}
.access-map-link a {
  display: inline-block;
  padding-left: 0.55rem;
  font-size: 0.16rem;
  color: #C4973A;
  position: relative;
}
.access-map-link a:before {
  content: "";
  width: 0.4rem;
  height: 1px;
  background: #C4973A;
  position: absolute;
  top: 50%;
  left: 0;
}
.access-map-body {
  margin-top: 0.1rem;
  height: 5.2rem;
  background: #f6f6f6;
  overflow: hidden;
}
@media print, screen and (min-width: 751px) {
  .access-map-body {
    margin-top: 0;
    height: 100%;
  }
}

/* Route Tab
---------------------------- */
.route-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  /* List */
  /* Button */
  /* Active */
}
.route-tab li {
  width: 100%;
  min-height: 0.6rem;
}
.route-tab button {
  padding: 0.1rem 0.05rem;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fc9a9b;
  line-height: 1.25;
  text-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.2);
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  font-weight: 400;
  font-size: 0.24rem;
  color: #fff;
  position: relative;
}
.route-tab li:nth-child(1) button,
.route-tab li:nth-child(6) button {
  background: #fc9a9b;
}
.route-tab li:nth-child(2) button,
.route-tab li:nth-child(7) button {
  background: #e697ce;
}
.route-tab li:nth-child(3) button,
.route-tab li:nth-child(8) button {
  background: #b1c1f4;
}
.route-tab li:nth-child(4) button,
.route-tab li:nth-child(9) button {
  background: #88abeb;
}
.route-tab li:nth-child(5) button,
.route-tab li:nth-child(10) button {
  background: #a1de99;
}
.route-tab li.active button:after {
  content: "";
  display: block;
  height: 0.1rem;
  background: #ffcdce;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* Route Body
---------------------------- */
.route-body {
  margin-top: 0.5rem;
}

/* Route Panel
---------------------------- */
.route-panel {
  display: none;
  /* Inner */
  /* Item */
  /* Image */
  /* Text */
}
.route-panel-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.route-panel-item {
  margin: 0 0.18rem;
  width: 4.2rem;
  border-bottom: solid 1px;
  border-left: solid 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  counter-increment: number 1;
}
.route-panel:nth-child(1) .route-panel-item, .route-panel:nth-child(6) .route-panel-item {
  border-color: #ff9994;
}
.route-panel:nth-child(2) .route-panel-item, .route-panel:nth-child(7) .route-panel-item {
  border-color: #e697ce;
}
.route-panel:nth-child(3) .route-panel-item, .route-panel:nth-child(8) .route-panel-item {
  border-color: #b1c1f4;
}
.route-panel:nth-child(4) .route-panel-item, .route-panel:nth-child(9) .route-panel-item {
  border-color: #88abeb;
}
.route-panel:nth-child(5) .route-panel-item, .route-panel:nth-child(10) .route-panel-item {
  border-color: #a1de99;
}
.route-panel-image {
  padding-top: 50%;
  overflow: hidden;
  position: relative;
}
.route-panel-image img {
  display: block;
  max-width: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.route-panel-image:after {
  content: counter(number) " ";
  width: 0.5rem;
  height: 100%;
  line-height: 2rem;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#ff9994), to(#ed97be));
  background: linear-gradient(to right, #ff9994 0%, #ed97be 100%);
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  font-weight: 500;
  font-size: 0.4rem;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.route-panel-text {
  padding-top: 0.2rem;
  padding-left: 0.3rem;
  padding-bottom: 0.3rem;
  font-size: 0.18rem;
}

/* ----------------------------
  Appearance
---------------------------- */
.appearance {
  margin: 0.5rem auto 0;
  max-width: 13.3rem;
  width: 100%;
  text-align: center;
  /* Image */
  /* Text */
}
@media screen and (max-width: 750px) {
  .appearance {
    display: none;
  }
}
.appearance-image {
  margin: 0 auto;
  width: 11.9rem;
}
.appearance-image img {
  display: block;
  max-width: none;
  width: 100%;
  max-height: 1.84rem;
}
.appearance-image img.loaded {
  max-height: none;
}
.appearance-text {
  margin-top: 0.1rem;
  font-size: 0.17rem;
  color: #EF845D;
}

/* ----------------------------
  Parking
---------------------------- */
.parking {
  margin-top: 0.5rem;
}
@media screen and (max-width: 750px) {
  .parking {
    margin-top: 0;
  }
}

/* Parking Title
---------------------------- */
.parking-title {
  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;
  padding: 0.1rem 1rem 0.13rem;
  background: -webkit-gradient(linear, left top, right top, from(#b6e280), to(#ece16e));
  background: linear-gradient(to right, #b6e280 0%, #ece16e 100%);
  -webkit-box-shadow: 0px 0.07rem 0.1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0.07rem 0.1rem rgba(0, 0, 0, 0.2);
  overflow: hidden;
  text-align: left;
  text-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.2);
  font-size: 0.24rem;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  font-weight: 200;
  color: #fff;
}
.parking-title span {
  letter-spacing: 0.02rem;
}

/* Parking List
---------------------------- */
.parking-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 0.6rem;
  /* Item */
  /* Image */
  /* Text */
}
.parking-list-item {
  margin: 0 0.2rem;
  width: 4.8rem;
}
.parking-list-image img {
  display: block;
  max-width: none;
  width: 100%;
  max-height: 3.26rem;
}
.parking-list-image img.loaded {
  max-height: none;
}
.parking-list-text {
  margin-top: 0.2rem;
  font-size: 0.18rem;
}

/* ----------------------------
  Banner Consult
---------------------------- */
.banner-consult {
  display: none;
}
@media screen and (max-width: 750px) {
  .banner-consult {
    display: block;
    margin-top: 50px;
  }
  .banner-consult img {
    display: block;
    max-width: none;
    width: 100%;
  }
}

/* ----------------------------
  Tel Modal
---------------------------- */
.tel {
  display: none;
  /* Modal */
  /* Inner */
  /* Panel */
  /* Title */
  /* Body */
  /* Lead */
  /* Note */
  /* Button */
  /* Close */
}
@media screen and (max-width: 750px) {
  .tel {
    display: block;
  }
}
.tel-modal {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30000;
  font-size: 1.4rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}
.tel-visible .tel-modal {
  opacity: 1;
  visibility: visible;
}
.tel-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tel-panel {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  text-align: center;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  transition: -webkit-transform 0.5s, transform 0.5s;
}
.tel-visible .tel-panel {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.tel-title {
  background: -webkit-gradient(linear, left top, right top, from(#e8bc60), to(#ebcf9b));
  background: linear-gradient(90deg, #e8bc60, #ebcf9b);
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 2rem;
  color: #fff;
}
.tel-title span {
  display: inline-block;
  padding-left: 40px;
  height: 50px;
  line-height: 50px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 48px auto;
  position: relative;
}
.tel-body {
  padding: 15px 0 40px;
}
.tel-lead {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #45a4d6;
}
.tel-note {
  display: inline-block;
  margin: 15px auto 0;
  width: 128px;
  height: 30px;
  background: #f5b346;
  border-radius: 15px;
  line-height: 30px;
  font-size: 1.7rem;
  font-weight: 400;
  color: #fff;
}
.tel-button {
  margin-top: 20px;
  width: 260px;
}
.tel-button a {
  background: -webkit-gradient(linear, left top, right top, from(#f1d276), to(#f0a28b));
  background: linear-gradient(90deg, #f1d276, #f0a28b);
  -webkit-box-shadow: 0px 3px 6px 1px rgba(240, 162, 139, 0.3);
          box-shadow: 0px 3px 6px 1px rgba(240, 162, 139, 0.3);
}
.tel-button span {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans", "Yu Gothic", YuGothic, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}
.tel-button span:before, .tel-button span:after {
  margin-top: -1px;
}
.tel-close {
  display: block;
  padding-top: 50px;
  width: 50px;
  height: 0;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 30001;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}
.tel-close:before, .tel-close:after {
  content: "";
  display: block;
  width: 29px;
  height: 1px;
  background: #dab35b;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
}
.tel-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tel-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.tel-visible .tel-close {
  opacity: 1;
  visibility: visible;
}

/* ----------------------------
  Util Contacts
---------------------------- */
.util-contacts {
  display: none;
}
@media screen and (max-width: 750px) {
  .util-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 0 auto;
    max-width: 375px;
    height: 74px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    -webkit-transform: translate3d(0, 60vw, 0);
    transform: translate3d(0, 60vw, 0);
    transition: -webkit-transform 0.5s 0.2s, transform 0.5s 0.2s;
  }
  .util-contacts-visible .util-contacts {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .util-contacts li {
    width: 50%;
  }
  .util-contacts a, .util-contacts button {
    display: block;
  }
  .util-contacts img {
    display: block;
    max-width: none;
    width: 100%;
  }
}

/* Heading
---------------------------- */
.heading {
  line-height: 1.3;
  text-align: center;
}

/*****************************************
common
*****************************************/
.footer-top {
  display: none !important;
}

main.main {
  padding-bottom: 0;
}
@media print, screen and (min-width: 1151px) {
  main.main {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 750px) {
  main.main {
    padding-top: 1px;
  }
  main.main .breadcrumb {
    margin-top: 2px;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 750px) {
  .footer-list--salon li:nth-child(1) {
    margin-left: 8vw;
  }
  .footer-list--salon li:nth-child(2) {
    margin-right: 0;
  }
  .footer-list--salon li:nth-child(3) {
    margin-right: 8vw;
  }
}

/**************************************
.salon-header
**************************************/
.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-lead {
  position: relative;
  top: 4px;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  color: #fff;
  text-shadow: 0 0 0.2em rgba(255, 255, 255, 0.5);
}
.header-lead .no {
  letter-spacing: -0.2em;
  margin-right: 0.2em;
}
@media print, screen and (min-width: 751px) {
  .header-lead {
    margin-left: 0.2rem;
  }
  .header-lead img {
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 750px) {
  .header-logo {
    width: 31.7333333vw;
    height: auto;
    margin-right: 0.8vw;
  }
  .header-lead {
    width: 43.75vw;
    margin: -0.2em 0 0 1.5vw;
    letter-spacing: 0.05em;
    font-size: 4.26666vw;
  }
}

.hero-01-route {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px auto 0;
  padding: 1.5625vw 29px 3.125vw;
  border: 0.5px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 68.4375vw;
  min-height: 20vw;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  font-size: 1.5rem;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.5), 0 0 5px rgba(255, 255, 255, 0.5) inset;
          box-shadow: 0 0 5px rgba(255, 255, 255, 0.5), 0 0 5px rgba(255, 255, 255, 0.5) inset;
}
@media screen and (min-width: 751px) {
  .hero-01-route {
    margin: 30px auto 0;
    padding: 10px 20px 30px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    height: auto;
    min-height: auto;
    width: auto;
    min-width: auto;
  }
}
.hero-01-route ._top {
  margin-bottom: 3px;
  font-size: 3.75vw;
}
@media screen and (min-width: 751px) {
  .hero-01-route ._top {
    padding: 14px 58px 20px;
    font-size: 24px;
  }
}
.hero-01-route ._station {
  font-size: 5.625vw;
  line-height: 1;
}
@media screen and (min-width: 751px) {
  .hero-01-route ._station {
    font-size: 36px;
  }
}
.hero-01-route ._min {
  font-size: 8.4375vw;
  padding: 0 0.08em;
  line-height: 1;
}
@media screen and (min-width: 751px) {
  .hero-01-route ._min {
    font-size: 54px;
  }
}
.hero-01-route ._link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.75vw;
  line-height: 1;
}
@media screen and (min-width: 751px) {
  .hero-01-route ._link {
    font-size: 24px;
  }
}
.hero-01-route ._link img {
  margin: 0 0 0 6px;
  display: inline-block;
  width: 11px;
  height: auto;
}

/**************************************
.salon-title
**************************************/
.salon-title {
  line-height: 1.3;
  text-align: center;
}
.salon-title__shop {
  display: block;
  font-size: 0.27rem;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
}
@media screen and (max-width: 750px) {
  .salon-title__shop {
    margin-bottom: 10px;
    font-size: 1.7rem;
  }
}
.salon-title__main {
  display: inline-block;
  padding: 0.15rem 0 0.1rem 0.8rem;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  font-weight: 500;
  font-size: 0.48rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .salon-title__main {
    padding: 0;
    padding-left: 42px;
    font-size: 2.6rem;
    color: #444;
  }
}
.salon-title__main:before {
  content: "";
  display: block;
  background: url(/sp/images_re/logo_mark_rinx02.png) no-repeat top left;
  background-size: 0.9rem auto;
  width: 0.9rem;
  height: 0.86rem;
  position: absolute;
  top: 0.14rem;
  left: 0rem;
}
@media screen and (max-width: 750px) {
  .salon-title__main:before {
    width: 55px;
    height: 50px;
    margin-left: -1px;
    background-size: 100%;
    top: -2px;
    left: 0;
  }
}
.salon-title__lead {
  display: block;
  margin-top: 0.1rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 0.3rem;
  color: #dab35b;
}
.salon-title__lead img {
  vertical-align: text-top;
}
@media print, screen and (min-width: 751px) {
  .salon-title__lead img {
    height: 0.3rem;
  }
}
@media screen and (max-width: 750px) {
  .salon-title__lead {
    margin-top: 10px;
    font-size: 2rem;
  }
}

.salon-title__under_banner {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .salon-title__under_banner {
    margin-top: 20px;
  }
}

@media screen and (max-width: 750px) {
  .salon-title--s {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.salon-title--s .salon-title__main {
  padding: 0.15rem 0 0.1rem 0.8rem;
}
@media screen and (max-width: 750px) {
  .salon-title--s .salon-title__main {
    padding: 0.4rem 0 0.5rem;
    padding-left: 42px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 750px) {
  .salon-title--s .salon-title__main:before {
    width: 50px;
  }
}
.salon-title--s .salon-title__lead {
  margin-top: 0.2rem;
}
@media screen and (max-width: 750px) {
  .salon-title--s .salon-title__lead img {
    height: 20px;
  }
}

.salon-titleB {
  line-height: 1.3;
  text-align: center;
}
.salon-titleB__shop {
  display: block;
  font-size: 0.27rem;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
}
@media screen and (max-width: 750px) {
  .salon-titleB__shop {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}
.salon-titleB__main {
  display: inline-block;
  padding: 0.15rem 0 0;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  font-weight: 500;
  font-size: 0.48rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .salon-titleB__main {
    padding: 0;
    font-size: 2.4rem;
    margin: 0 -20px;
    color: #444;
  }
}
.salon-titleB__main:before {
  content: "";
  display: block;
  background: url(/sp/images_re/logo_mark_rinx03.svg) no-repeat top left;
  background-size: 1.8rem auto;
  width: 1.8rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-0.6rem, -0.3rem);
          transform: translate(-0.6rem, -0.3rem);
  z-index: 0;
  opacity: 0.3;
}
@media screen and (max-width: 750px) {
  .salon-titleB__main:before {
    width: 120px;
    height: 100px;
    background-size: 100%;
    -webkit-transform: translate(-55px, -28px);
            transform: translate(-55px, -28px);
  }
}
.salon-titleB__lead {
  display: block;
  margin-top: 0.1rem;
  font-size: 0.2rem;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
}
@media screen and (max-width: 750px) {
  .salon-titleB__lead {
    margin-top: 5px;
    font-size: 1.8rem;
  }
}

.salon-reason__title_txt {
  position: absolute;
  top: 11.2vw;
  left: 6.8965517241vw;
  line-height: 1.1;
  color: rgb(255, 255, 255);
  z-index: 10;
  font-weight: bold;
  font-family: "游明朝", YuMincho, serif;
  text-align: left;
  font-size: 0;
}
.salon-reason__title_txt ._txt1 {
  margin-right: 0vw;
  font-size: 5.8666666667vw;
  letter-spacing: 0.02em;
}
.salon-reason__title_txt ._ruby {
  position: absolute;
  left: 3.2vw;
  top: -2.6666666667vw;
  letter-spacing: 0.2em;
  font-size: 1.8666666667vw;
}
.salon-reason__title_txt ._txt2 {
  margin-right: 0.8vw;
  font-size: 4.5333333333vw;
}
.salon-reason__title_txt ._txt3 {
  font-size: 3.7333333333vw;
}
.salon-reason__title_txt ._txt4 {
  margin-right: 1.3333333333vw;
  font-size: 4.8vw;
}
.salon-reason__title_txt ._txt5 {
  margin-right: 1.3333333333vw;
  font-size: 10.1333333333vw;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
}
.salon-reason__title_txt ._txt6 {
  font-size: 5.3333333333vw;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
}
@media print, screen and (min-width: 751px) {
  .salon-reason__title_txt {
    top: 1.248rem;
    left: 0.364rem;
  }
  .salon-reason__title_txt ._txt1 {
    margin-right: 0rem;
    font-size: 0.572rem;
  }
  .salon-reason__title_txt ._ruby {
    left: 0.312rem;
    top: 0.052rem;
    font-size: 0.182rem;
  }
  .salon-reason__title_txt ._txt2 {
    margin-right: 0.078rem;
    font-size: 0.442rem;
  }
  .salon-reason__title_txt ._txt3 {
    margin-right: 0.13rem;
    font-size: 0.364rem;
  }
  .salon-reason__title_txt ._txt4 {
    margin-right: 0.13rem;
    font-size: 0.468rem;
  }
  .salon-reason__title_txt ._txt5 {
    margin-right: 0.13rem;
    font-size: 0.988rem;
  }
  .salon-reason__title_txt ._txt6 {
    font-size: 0.52rem;
  }
}

/**************************************
.salon-reason
**************************************/
.salon-reason {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(35%, rgb(238, 243, 246)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(238, 243, 246) 35%);
}
.salon-reason__title {
  position: relative;
  padding: 0 4.2666666667vw;
  margin-bottom: 30px;
  text-align: center;
}
.salon-reason__title ._area {
  position: absolute;
  font-size: 5vw;
  top: 15.3125vw;
  left: 23.75vw;
  font-family: "游明朝", YuMincho, serif;
  color: #fff;
}
.salon-reason__lead {
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .salon-reason {
    padding: 0 0 44px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media print, screen and (min-width: 751px) {
  .salon-reason {
    padding: 0.8rem 0 0.8rem;
  }
  .salon-reason__inner {
    max-width: 14.8rem;
    margin: 0 auto;
  }
  .salon-reason__title {
    padding: 0;
    margin: 0 auto 0.8rem;
  }
  .salon-reason__title img {
    width: 100%;
  }
  .salon-reason__lead {
    text-align: center;
    margin-bottom: 0.6rem;
  }
}

.salon-reason__items {
  padding: 0 20px;
}
@media print, screen and (min-width: 751px) {
  .salon-reason__items {
    padding: 0 0.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.56rem;
    max-width: 12.8rem;
    margin: auto;
  }
}

@media print, screen and (min-width: 751px) {
  .salon-reason-item {
    width: calc((100%/2) - 0.28rem);
  }
}
@media print, screen and (min-width: 751px) {
  .salon-reason-item.wide {
    width: 100%;
  }
  .salon-reason-item.wide .salon-reason-item__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    padding: 0;
    height: 2.62rem;
  }
  .salon-reason-item.wide .salon-reason-item__picture {
    width: 4rem;
    height: 2.62rem;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .salon-reason-item.wide .salon-reason-item__subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.64rem;
    height: auto;
    width: 100%;
  }
}
.salon-reason-item + .salon-reason-item {
  margin-top: 44px;
}
.salon-reason-item__body {
  position: relative;
  -webkit-box-shadow: 0px 5px 15px rgba(31, 88, 128, 0.3);
          box-shadow: 0px 5px 15px rgba(31, 88, 128, 0.3);
}
.salon-reason-item__title {
  position: relative;
}
.salon-reason-item__title .en {
  margin-bottom: 4px;
}
.salon-reason-item__title .ja {
  margin-bottom: 6.875vw;
  padding-bottom: 6px;
  font-family: "游明朝", YuMincho, serif;
  font-size: 5.625vw;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #1F5880;
}
.salon-reason-item__title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: calc(100% + 20px);
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(141, 199, 236)), to(rgb(206, 198, 220)));
  background: linear-gradient(to right, rgb(141, 199, 236) 0%, rgb(206, 198, 220) 100%);
}
.salon-reason-item__picture {
  position: relative;
}
.salon-reason-item__picture picture {
  height: 100%;
}
.salon-reason-item__picture img {
  vertical-align: bottom;
}
.salon-reason-item__picture ._txt {
  position: absolute;
  left: 5.733333vw;
  top: 12.8vw;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
}
.salon-reason-item__picture ._txt ._name {
  font-size: 6.4vw;
  letter-spacing: 0.1em;
}
.salon-reason-item__picture ._txt ._profile {
  margin-top: 0.25em;
  font-size: 3.2vw;
  line-height: 1.6666666667;
  color: #344d69;
}
.salon-reason-item__subtitle {
  font-size: 4.375vw;
  font-weight: bold;
  color: #c19f59;
  font-family: "游明朝", YuMincho, serif;
}
.salon-reason-item__subtitle .yaku {
  margin-left: -0.25em;
  margin-right: -0.25em;
}
.salon-reason-item__detail {
  line-height: 1.83;
  text-align: justify;
}
.salon-reason-item__more {
  position: relative;
  margin-top: 14px;
  margin-right: 15px;
  font-size: 3.75vw;
  text-align: right;
}
.salon-reason-item__more a {
  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;
}
.salon-reason-item__more a span {
  color: #226386;
  border-bottom: 1px solid #226386;
  font-weight: 400;
  font-family: initial;
}
.salon-reason-item__more a:after {
  content: " ▶";
  display: inline-block;
  margin-left: 3px;
  font-size: 3.125vw;
  vertical-align: text-bottom;
  -webkit-transform: scale(0.7, 0.9);
          transform: scale(0.7, 0.9);
  color: #226386;
}
@media print, screen and (min-width: 751px) {
  .salon-reason-item__more a:after {
    font-size: 10px;
  }
}
.salon-reason-item__more a:hover {
  text-decoration: none;
}
.salon-reason-item__txt1 {
  position: absolute;
  right: 0;
  top: -18px;
  font-size: 1rem;
  text-align: right;
  font-family: "游明朝", YuMincho, serif;
  color: #666666;
}
.salon-reason-item__body {
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .salon-reason-item__body {
    padding: 23px 16px 23px;
    background-color: #fff;
  }
  .salon-reason-item__picture {
    margin: -26px -22px 0;
    overflow: hidden;
  }
  .salon-reason-item--shops .salon-reason-item__picture img {
    margin-bottom: -11.4666666667vw;
  }
  .salon-reason-item__subtitle {
    letter-spacing: -0.01em;
    line-height: 1.45;
    margin-left: -3px;
    margin-top: 20px;
  }
  .salon-reason-item__detail {
    margin-left: -3px;
  }
}
@media print, screen and (min-width: 751px) {
  .salon-reason-item + .salon-reason-item {
    margin-top: 0;
  }
  .salon-reason-item__picture {
    position: static;
    left: 0;
    width: 101%;
  }
  .salon-reason-item__picture img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .salon-reason-item__picture ._txt {
    left: 0.12rem;
    top: 0.3rem;
  }
  .salon-reason-item__picture ._txt ._name {
    font-size: 0.4rem;
  }
  .salon-reason-item__picture ._txt ._profile {
    margin-top: 0.5em;
    font-size: 0.2rem;
  }
  .salon-reason-item__body {
    position: relative;
    padding: 0.3rem 0.3rem 0.2rem 5.8266666667rem;
    height: 3.3693333333rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 15.6rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 751px) and (min-width: 751px) {
  .salon-reason-item__body {
    padding: 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    height: calc(100% - 1.6156rem);
  }
}
@media print, screen and (min-width: 751px) {
  .salon-reason-item__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0.4rem;
  }
  .salon-reason-item__title .en {
    margin-bottom: 0.1rem;
    margin-right: 0.2rem;
    margin-top: 0.08rem;
  }
  .salon-reason-item__title .en img {
    width: auto;
    height: 0.36rem;
  }
  .salon-reason-item__title .ja {
    margin-bottom: 0;
    padding-bottom: 0.06rem;
    font-size: 0.36rem;
  }
  .salon-reason-item__title:after {
    width: 100%;
  }
  .salon-reason-item__subtitle {
    font-size: 0.28rem;
    padding: 0.36rem 0.28rem 0.4rem;
    height: 100%;
    background: #fff;
  }
  .salon-reason-item__detail {
    font-size: 0.2533333333rem;
  }
  .salon-reason-item__more {
    position: static;
    margin-top: 0.2rem;
    bottom: 0.26rem;
    right: 0.3rem;
    font-size: 0.24rem;
  }
  .salon-reason-item__txt1 {
    top: -0.4666rem;
    left: auto;
    right: 0;
    font-size: 0.2rem;
  }
}

/**************************************
.shop
**************************************/
.shop__button {
  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: 3.95rem;
  height: 0.9rem;
  line-height: 0.9rem;
  margin: 0 auto;
  color: #ffffff;
  font-size: 19px;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  background-color: #dab35b;
}
.shop__button i._price {
  font-size: 0;
  margin: -2px 12px 0 -12px;
}
.shop__button i._price img {
  width: 26px;
  height: auto;
  vertical-align: middle;
}
.shop__button span.plus {
  display: inline-block;
  position: relative;
}
.shop__button span.plus:before,
.shop__button span.plus:after {
  content: "";
  display: block;
  width: 11px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: -22px;
  top: 50%;
  margin-top: -1px;
  transition: -webkit-transform 0.2s, transform 0.2s;
}
.shop__button span.plus:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media screen and (max-width: 750px) {
  .shop__button {
    width: 260px;
    height: 58px;
    font-size: 16px;
  }
  .shop__button span.plus {
    margin-right: 18px;
  }
  .shop__button:after {
    display: none;
  }
}
.shop__button:hover {
  opacity: 1;
}
.shop__button:hover span:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 750px) {
  .shop__button:hover span:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.shop__button:hover span:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width: 750px) {
  .shop__button:hover span:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

/**************************************
campaign
**************************************/
#campaign {
  padding: 40px 0 0;
}
@media screen and (min-width: 751px) {
  #campaign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.campaign__title {
  margin-bottom: 27px;
  margin-left: 20px;
  padding-bottom: 10px;
  font-weight: bold;
  color: #226386;
}
@media screen and (min-width: 751px) {
  .campaign__title {
    max-width: 658px;
    margin: 0 auto;
    width: 100%;
  }
}
.campaign__title * {
  letter-spacing: 0.08em;
  -webkit-font-kerning: none;
          font-kerning: none;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1;
}
.campaign__title .month {
  margin-bottom: 18px;
  padding-bottom: 12px;
  display: block;
  border-bottom: 1px solid #74d7e8;
  font-family: "Noto Serif", "游明朝", YuMincho, serif;
  background: url(/sp/images_re/salon/campaign_title.png);
  background-position: top 25px right 0;
  background-size: 48.4375vw;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 751px) {
  .campaign__title .month {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    background-size: 155px;
    margin-bottom: 32px;
    background-position: bottom 16px right 0;
  }
}
.campaign__title .__unit0 {
  letter-spacing: 0;
  font-size: 18.75vw;
}
@media screen and (min-width: 751px) {
  .campaign__title .__unit0 {
    font-size: 60px;
    line-height: 1;
    display: contents;
  }
}
.campaign__title .__unit1 {
  letter-spacing: 0;
  font-size: 11.25vw;
}
@media screen and (min-width: 751px) {
  .campaign__title .__unit1 {
    font-size: 36px;
    line-height: 1;
    display: contents;
  }
}
.campaign__title .__unit2 {
  letter-spacing: 0.08em;
  font-size: 6.875vw;
  padding: 0 0.1em;
}
@media screen and (min-width: 751px) {
  .campaign__title .__unit2 {
    font-size: 22px;
    line-height: 1;
    display: contents;
  }
}
.campaign__title .__top {
  text-indent: -0.2em;
  margin-bottom: 8px;
  display: block;
}
@media screen and (min-width: 751px) {
  .campaign__title .__top {
    text-indent: -0.1em;
    margin-bottom: -5px;
  }
}
.campaign__title .__bottom {
  display: block;
  font-size: 8.75vw;
}
@media screen and (min-width: 751px) {
  .campaign__title .__bottom {
    font-size: 28px;
  }
}

.campaign__subtitle {
  display: block;
  color: #808080;
  font-size: 4.0625vw;
  font-weight: 400;
}
@media screen and (min-width: 751px) {
  .campaign__subtitle {
    text-align: center;
    font-size: 13px;
  }
}

.campaign__inner {
  padding: 0 20px 45px;
}
@media screen and (min-width: 751px) {
  .campaign__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto;
    max-width: 658px;
  }
}
@media screen and (max-width: 750px) {
  .campaign__inner img {
    width: 100%;
    height: 60.2666666667vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
}
.campaign__inner .shop__button {
  border-radius: 5px;
  background: linear-gradient(30deg, rgb(193, 159, 89) 0.37%, rgb(229, 199, 121) 100%);
  background-position: bottom 0 right 0;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 1px 2px 2px rgba(53, 18, 3, 0.2);
          box-shadow: 0px 1px 2px 2px rgba(53, 18, 3, 0.2);
}
@media print, screen and (min-width: 751px) {
  .campaign__inner .shop__button {
    width: 236px;
  }
}
.campaign__inner .shop__button::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -17px;
  left: -20px;
  width: 123px;
  height: 82px;
  background: url(/sp/images_re/salon/shop_btn_bg.svg);
}
.campaign__inner .shop__button--price {
  background: #d7b160;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.campaign__inner .shop__button--price > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.campaign__inner .shop__button--price:before {
  display: none;
}

.campaign__items {
  margin-inline: auto;
}
@media print, screen and (min-width: 751px) {
  .campaign__items {
    max-width: 650px;
    padding: 0.75rem 0;
  }
}

.campaign-item {
  margin-top: 3rem;
  padding: 0 2rem;
}
@media print, screen and (min-width: 751px) {
  .campaign-item {
    margin-top: 0.45rem;
    padding: 0 0;
  }
}

.campaign-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.6rem 1rem;
  background: #75c7d7;
  font-weight: 500;
  font-size: 2.4rem;
  color: #fff;
}
.campaign-item__head h3 {
  font-weight: bold;
}
.campaign-item__head abbr {
  font-size: 1.6rem;
}
@media print, screen and (min-width: 751px) {
  .campaign-item__head {
    padding: 0.09rem 0.15rem;
    font-size: 0.36rem;
  }
  .campaign-item__head abbr {
    font-size: 0.24rem;
  }
}

.campaign-item__body {
  padding: 2rem 0 3rem;
  background: #fff;
  border: 0.2rem solid #75c7d7;
  -webkit-filter: drop-shadow(0rem 0rem 0.6rem rgba(117, 200, 216, 0.56));
          filter: drop-shadow(0rem 0rem 0.6rem rgba(117, 200, 216, 0.56));
}
@media print, screen and (min-width: 751px) {
  .campaign-item__body {
    padding: 0.3rem 0 0.45rem;
    border: 0.03rem solid #75c7d7;
    -webkit-filter: drop-shadow(0rem 0rem 0.6rem rgba(117, 200, 216, 0.56));
            filter: drop-shadow(0rem 0rem 0.6rem rgba(117, 200, 216, 0.56));
  }
}

.campaign-item__txt1 {
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  color: #75c7d7;
}
@media print, screen and (min-width: 751px) {
  .campaign-item__txt1 {
    font-size: 0.3rem;
  }
}

.campaign-item__txt2 {
  margin-top: 2rem;
  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;
}
.campaign-item__txt2 figure {
  margin-right: 1.8rem;
  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: relative;
  width: 8.3rem;
  height: 5.2rem;
  background: #256183;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.2857142857;
  text-align: center;
  color: #fff;
}
.campaign-item__txt2 figure:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.6rem 0 2.6rem 0.9rem;
  border-color: transparent transparent transparent #256183;
  position: absolute;
  left: 100%;
  top: 0;
}
.campaign-item__txt2 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  font-weight: bold;
  font-size: 2.3rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #151515;
}
.campaign-item__txt2 p strong {
  font-weight: bold;
  font-size: 5.2rem;
  letter-spacing: 0.08em;
  color: #e04515;
}
@media print, screen and (min-width: 751px) {
  .campaign-item__txt2 {
    margin-top: 0.3rem;
  }
  .campaign-item__txt2 figure {
    margin-right: 0.27rem;
    width: 1.245rem;
    height: 0.78rem;
    font-size: 0.21rem;
  }
  .campaign-item__txt2 figure:after {
    border-width: 0.39rem 0 0.39rem 0.135rem;
  }
  .campaign-item__txt2 p {
    font-size: 0.345rem;
  }
  .campaign-item__txt2 p strong {
    font-size: 0.78rem;
  }
}

.campaign-item__parts {
  margin-top: 2rem;
  padding: 1.5rem 1rem;
  background: rgba(117, 199, 215, 0.22);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.2rem 1fr 0.2rem 1fr 0.2rem 1fr 0.2rem 1fr;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 1.2rem 0.2rem;
}
.campaign-item__parts figure {
  text-align: center;
}
.campaign-item__parts figcaption {
  margin-top: 0.4rem;
  font-size: 0.8rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #256183;
}
@media print, screen and (min-width: 751px) {
  .campaign-item__parts {
    margin-top: 0.3rem;
    padding: 0.225rem 0.15rem;
    grid-gap: 0.18rem 0.03rem;
  }
  .campaign-item__parts figcaption {
    margin-top: 0.06rem;
    font-size: 0.12rem;
  }
}

.campaign-item__parts--hige {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}

.campaign-item__parts--body {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}

.campaign-item__parts--vio {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.campaign-item__price1 {
  margin-top: 1.2rem;
  display: -ms-grid;
  display: grid;
  place-content: center;
      grid-template-areas: "off10 Txt1" "off10 Txt2";
  -ms-grid-columns: 8.2rem 0.6rem auto;
  grid-template-columns: 8.2rem auto;
  -ms-grid-rows: auto 0 1fr;
  grid-template-rows: auto 1fr;
  grid-gap: 0 0.6rem;
}
@media print, screen and (min-width: 751px) {
  .campaign-item__price1 {
    margin-top: 0.18rem;
    -ms-grid-columns: 1.23rem 0.09rem auto;
    grid-template-columns: 1.23rem auto;
    grid-gap: 0 0.09rem;
  }
}

.campaign-item__price1Off {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: off10;
}
.campaign-item__price1Txt1 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  margin-top: 0.4rem;
  grid-area: Txt1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #2f2222;
}
.campaign-item__price1Txt1 ._txt1 {
  margin-right: 0.8rem;
  font-size: 1.3rem;
}
.campaign-item__price1Txt1 ._txt2 {
  font-size: 1.6rem;
  font-weight: bold;
}
.campaign-item__price1Txt1 ._txt3 {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 751px) {
  .campaign-item__price1Txt1 {
    margin-top: 0.06rem;
  }
  .campaign-item__price1Txt1 ._txt1 {
    margin-right: 0.12rem;
    font-size: 0.195rem;
  }
  .campaign-item__price1Txt1 ._txt2 {
    font-size: 0.24rem;
  }
  .campaign-item__price1Txt1 ._txt3 {
    font-size: 0.18rem;
  }
}

.campaign-item__price1Txt2 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Txt2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  position: relative;
}
.campaign-item__price1Txt2 ._txt1 {
  margin-right: 0.6rem;
  width: 2.4rem;
}
.campaign-item__price1Txt2 ._txt2 {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: -0.01em;
  color: #2f2222;
}
.campaign-item__price1Txt2 ._txt3 {
  font-weight: bold;
  font-size: 5rem;
  color: #e04515;
  font-family: Arial;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-style: italic;
}
.campaign-item__price1Txt2 ._txt4 {
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-bottom: 1rem;
  margin-left: 0.6rem;
  position: relative;
  font-weight: bold;
  font-size: 2.4rem;
  color: #e04515;
}
.campaign-item__price1Txt2 ._txt4 span {
  position: absolute;
  bottom: 105%;
  left: 0;
  font-size: 1.1rem;
}
@media print, screen and (min-width: 751px) {
  .campaign-item__price1Txt2 ._txt1 {
    margin-right: 0.09rem;
    width: 0.36rem;
  }
  .campaign-item__price1Txt2 ._txt2 {
    font-size: 0.195rem;
    letter-spacing: -0.01em;
  }
  .campaign-item__price1Txt2 ._txt3 {
    font-size: 0.75rem;
  }
  .campaign-item__price1Txt2 ._txt4 {
    padding-bottom: 0.15rem;
    margin-left: 0.09rem;
    font-size: 0.36rem;
  }
  .campaign-item__price1Txt2 ._txt4 span {
    font-size: 0.165rem;
  }
}

.campaign-item__price2 {
  margin-top: 1.6rem;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  color: #000;
}
.campaign-item__price2 strong {
  font-size: 1.6rem;
  color: #75c7d7;
}
@media print, screen and (min-width: 751px) {
  .campaign-item__price2 {
    margin-top: 0.24rem;
    font-size: 0.21rem;
  }
  .campaign-item__price2 strong {
    font-size: 0.24rem;
  }
}

.campaign-item__price3 {
  padding: 1.6rem 2rem 0;
  font-weight: bold;
  font-size: 1.4rem;
  color: #de9356;
}
@media print, screen and (min-width: 751px) {
  .campaign-item__price3 {
    padding: 0.24rem 0.3rem 0;
    font-size: 0.21rem;
  }
}

.campaign-item__action {
  margin-top: 2rem;
  text-align: center;
}
.campaign-item__action a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 27.4rem;
  height: 5rem;
  background: #de9356;
  font-weight: bold;
  font-size: 1.9rem;
  color: #fff;
}
@media print, screen and (min-width: 751px) {
  .campaign-item__action {
    margin-top: 0.3rem;
  }
  .campaign-item__action a {
    width: 4.11rem;
    height: 0.75rem;
    font-size: 0.285rem;
  }
}

.campaign-item__foot {
  margin-top: 0.8rem;
  font-size: 1rem;
  color: #626262;
}
@media print, screen and (min-width: 751px) {
  .campaign-item__foot {
    margin-top: 0.12rem;
    font-size: 0.15rem;
  }
}

/*------*/
@media screen and (min-width: 751px) {
  .salon-voice__link {
    margin: 28px 0 0;
  }
  .salon-voice__link a {
    font-size: 13px;
    height: 51px;
  }
}

/**************************************
#doctor
**************************************/
.doctor__wrap {
  padding: 5rem 2rem;
  margin-inline: auto;
}
@media print, screen and (min-width: 751px) {
  .doctor__wrap {
    max-width: 14.8rem;
    padding: 0.75rem 0.3rem;
  }
}

.doctor__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 3px solid #7b6f58;
  border-bottom: 1px solid #7b6f58;
  padding: 10px 0;
  font-weight: bold;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  font-size: 2.6rem;
  letter-spacing: 0.02em;
  color: #2f2222;
}
.doctor__head i {
  margin-right: 1rem;
  font-size: 0;
  width: 8.6rem;
}
@media print, screen and (min-width: 751px) {
  .doctor__head {
    font-size: 0.39rem;
  }
  .doctor__head i {
    margin-right: 0.15rem;
    width: 1.29rem;
  }
}

@media print, screen and (min-width: 751px) {
  .doctor__box {
    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;
    margin: 0.75rem 0;
  }
}

.doctor__catch {
  position: relative;
  margin: 1rem -20px 2rem;
}
.doctor__catch figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 2rem;
  top: 12rem;
  color: #2f2222;
}
.doctor__catch figcaption ._name {
  position: relative;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  font-weight: bold;
  font-size: 3.6rem;
  letter-spacing: 0.08em;
}
.doctor__catch figcaption ._kana {
  position: absolute;
  left: 0.5rem;
  top: -2rem;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans", "Yu Gothic", YuGothic, sans-serif;
  font-weight: normal;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  white-space: pre;
}
.doctor__catch figcaption ._job {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  font-weight: bold;
  font-size: 2.5rem;
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 751px) {
  .doctor__catch {
    width: 6rem;
    margin: 0 1.2rem 0 0;
  }
  .doctor__catch figcaption {
    left: 0.3rem;
    top: 1.8rem;
  }
  .doctor__catch figcaption ._name {
    font-size: 0.54rem;
  }
  .doctor__catch figcaption ._kana {
    left: 0.075rem;
    top: -0.3rem;
    font-size: 0.195rem;
  }
  .doctor__catch figcaption ._job {
    font-size: 0.375rem;
  }
}

.doctor__profile dl {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
}
.doctor__profile dl + dl {
  margin-top: 3rem;
}
.doctor__profile dt span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.2rem 0.8rem;
  background: #256183;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  color: #fff;
}
.doctor__profile dd {
  margin-top: 0.8rem;
}
.doctor__profile dd ul {
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.7142857143;
  color: #042f45;
}
@media print, screen and (min-width: 751px) {
  .doctor__profile {
    width: 6rem;
  }
  .doctor__profile dl + dl {
    margin-top: 0.45rem;
  }
  .doctor__profile dt span {
    padding: 0.03rem 0.12rem;
    font-size: 0.21rem;
  }
  .doctor__profile dd {
    margin-top: 0.12rem;
  }
  .doctor__profile dd ul {
    font-size: 0.21rem;
  }
}

/**************************************
.salon-index
**************************************/
.salon-index {
  margin: 1.2rem auto 1.5rem;
  width: 10.4rem;
}
@media screen and (max-width: 750px) {
  .salon-index {
    width: 100%;
    margin: 76px 0 49px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.salon-index__title {
  position: relative;
  line-height: 1;
  font-family: "Garamond", serif;
  text-shadow: 3px 3px 0px rgb(214, 220, 229);
  color: #435469;
  border-color: #435469;
}
.salon-index__title img {
  vertical-align: middle;
}
.salon-index__title span {
  position: relative;
  display: inline-block;
  padding: 0 0.5em;
  background-color: #fff;
  z-index: 2;
}
.salon-index__title:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 60%;
  background-color: #435469;
}
@media print, screen and (min-width: 751px) {
  .salon-index__title span {
    margin-left: 60px;
    font-size: 44px;
  }
  .salon-index__title img {
    width: 2.62rem;
  }
}
@media screen and (max-width: 750px) {
  .salon-index__title span {
    margin-left: 36px;
    font-size: 26px;
  }
}
.salon-index__wrap {
  padding: 22px 0 30px;
  border-bottom: 1px solid #435469;
}
@media print, screen and (min-width: 751px) {
  .salon-index__wrap {
    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;
    padding: 36px 0 40px;
  }
}
.salon-index__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 751px) {
  .salon-index__item {
    width: 4.4rem;
  }
  .salon-index__item:not(:nth-last-child(-n+2)) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 750px) {
  .salon-index__item {
    margin-left: 48px;
  }
  .salon-index__item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.salon-index__ico {
  margin-right: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.salon-index__ico-vo {
  font-family: "Garamond", serif;
}
.salon-index__ico-vo:after {
  content: "";
  display: block;
  margin: 1px auto;
  background-color: #435469;
}
.salon-index__ico-no {
  font-family: "Garamond", serif;
}
@media print, screen and (min-width: 751px) {
  .salon-index__ico {
    width: 70px;
    height: 70px;
    border-radius: 35px;
  }
  .salon-index__ico-vo {
    font-size: 11px;
  }
  .salon-index__ico-vo:after {
    width: 8px;
    height: 1px;
  }
  .salon-index__ico-no {
    font-size: 23px;
  }
}
@media screen and (max-width: 750px) {
  .salon-index__ico {
    width: 40px;
    height: 40px;
    font-size: 2.66667vw;
    border-radius: 20px;
  }
  .salon-index__ico-vo {
    margin-top: 2px;
    font-size: 10px;
    font-size: 0.8em;
  }
  .salon-index__ico-vo:after {
    width: 8px;
    height: 1px;
  }
  .salon-index__ico-no {
    margin-left: 1px;
    font-size: 14px;
  }
}
.salon-index__name {
  position: relative;
  font-size: 0.26rem;
}
.salon-index__name a {
  color: #404040;
  text-decoration: underline;
}
.salon-index__name a:hover {
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .salon-index__name {
    font-size: 15px;
  }
}
/**************************************
.salon-pictures
**************************************/
.salon-pictures {
  width: 14.8rem;
}
@media print, screen and (min-width: 751px) {
  .salon-pictures {
    margin: 1.5rem auto;
  }
}
@media screen and (max-width: 750px) {
  .salon-pictures {
    width: 100%;
    margin: 24px 0;
    padding: 25px 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 750px) {
  .salon-pictures__body {
    margin-top: 28px;
  }
}
@media print, screen and (min-width: 751px) {
  .salon-pictures__photos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 751px) {
  .salon-pictures__photos-main {
    width: 66.66667%;
  }
}
@media screen and (max-width: 750px) {
  .salon-pictures__photos-main {
    display: none;
  }
}
@media print, screen and (min-width: 751px) {
  .salon-pictures__photos-list {
    width: 100%;
  }
  .salon-pictures__photos-list li {
    float: left;
    width: 30.8%;
  }
  .salon-pictures__photos-list li:nth-child(-n+3) {
    margin-bottom: 3.8%;
  }
  .salon-pictures__photos-list li:not(:nth-child(3n+1)) {
    margin-left: 3.8%;
  }
  .salon-pictures__photos-list button {
    cursor: auto;
  }
}
@media screen and (max-width: 750px) {
  .salon-pictures__photos-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .salon-pictures__photos-list li {
    width: 48.358209%;
  }
  .salon-pictures__photos-list li:nth-child(n+3) {
    margin-top: 3.23%;
  }
}
.salon-pictures__photos-list button {
  overflow: hidden;
  position: relative;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media screen and (max-width: 750px) {
  .salon-pictures__photos-list button {
    pointer-events: none;
  }
}
.salon-pictures__photos-list button img {
  display: block;
  max-width: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.salon-pictures__photos-list button:after {
  content: "";
  display: block;
  padding-top: 72.406639%;
}
/**************************************
.salon-information
**************************************/
.salon-information {
  margin: 1.2rem auto 0;
  width: 14.8rem;
}
@media screen and (max-width: 750px) {
  .salon-information {
    width: 100%;
    margin: 0;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media print, screen and (min-width: 751px) {
  .salon-information__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1000px;
    margin: 0.7rem auto 0.46rem;
  }
}
@media screen and (max-width: 750px) {
  .salon-information__wrap {
    margin-top: 25px;
  }
}
.salon-information__list {
  border-top: 1px solid #d4af5c;
  border-bottom: 1px solid #d4af5c;
}
.salon-information__list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.salon-information__list dt {
  width: 6em;
  color: #1f3863;
  font-weight: bold;
}
.salon-information__list dd {
  width: calc(100% - 6em);
}
.salon-information__list span.gold {
  color: #dab35b;
  font-weight: 600;
}
@media print, screen and (min-width: 751px) {
  .salon-information__list {
    width: 40%;
    padding: 28px 0;
  }
  .salon-information__list dl {
    font-size: 16px;
  }
  .salon-information__list dt, .salon-information__list dd {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 750px) {
  .salon-information__list {
    padding: 24px 0;
  }
  .salon-information__list dl {
    font-size: 13px;
  }
  .salon-information__list dt, .salon-information__list dd {
    margin-bottom: 20px;
  }
}
.salon-information__list .salon-information__payment {
  width: 100%;
  margin-bottom: 0;
}
.salon-information__list .salon-information__payment ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: disc;
  color: #1f3863;
  font-weight: bold;
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}
.salon-information__list .salon-information__payment li span {
  display: inline-block;
  margin: 0 0 0 -0.5em;
  -webkit-transform: translateY(0.1em);
          transform: translateY(0.1em);
}
.salon-information__list .salon-information__payment li:not(:first-child) {
  margin-left: 2.5em;
}
.salon-information__list .salon-information__payment .info-payment-bunkatsu {
  font-size: 14px;
  color: #1f3863;
}
@media print, screen and (min-width: 751px) {
  .salon-information__list .salon-information__payment {
    margin-top: -14px;
  }
}
@media screen and (max-width: 750px) {
  .salon-information__list .salon-information__payment {
    margin-top: -10px;
  }
  .salon-information__list .salon-information__payment ul {
    font-size: 13px;
  }
  .salon-information__list .salon-information__payment img {
    width: 266px;
  }
  .salon-information__list .salon-information__payment .info-payment-bunkatsu {
    font-size: 12px;
  }
}
.salon-information__map {
  background: #eee2cc;
}
@media print, screen and (min-width: 751px) {
  .salon-information__map {
    width: 51%;
    padding: 0.26rem 0.52rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 750px) {
  .salon-information__map {
    margin-top: 28px;
    padding: 16px 35px;
  }
}
.salon-information__googlemap-link {
  display: inline-block;
  margin-top: 16px;
  padding: 5px 10px;
  font-weight: bold;
  color: #fff;
  background-color: #f49379;
  border-radius: 4px;
}
.salon-information__googlemap-link span.plus {
  display: inline-block;
  position: relative;
  width: 11px;
  margin-left: 6px;
  vertical-align: middle;
}
.salon-information__googlemap-link span.plus:before,
.salon-information__googlemap-link span.plus:after {
  content: "";
  display: block;
  width: 11px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  transition: -webkit-transform 0.2s, transform 0.2s;
}
.salon-information__googlemap-link span.plus:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media print, screen and (min-width: 751px) {
  .salon-information__googlemap {
    width: 51%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .salon-information__googlemap-link {
    margin-left: -7px;
  }
  .salon-information__googlemap-map {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0.1rem;
    padding: 0.1rem 0.1rem;
    background: #eee2cc;
  }
}
@media screen and (max-width: 750px) {
  .salon-information__googlemap {
    margin-top: 24px;
  }
  .salon-information__googlemap .access-map-body {
    height: 200px;
  }
}

/**************************************
.salon-access
**************************************/
.salon-access {
  margin: 1.5rem auto 2.3rem;
  max-width: 14.8rem;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .salon-access {
    margin: 0 auto 45px;
    padding: 30px 20px 10px;
    max-width: none;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media print, screen and (min-width: 751px) {
  .salon-access .route-title {
    display: none;
  }
}
.salon-access__title {
  color: #445469;
  font-weight: 600;
}
.salon-access__title:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #A1A9B3;
}
@media print, screen and (min-width: 751px) {
  .salon-access__title {
    padding: 0 0.16rem;
    font-size: 0.27rem;
  }
  .salon-access__title:after {
    margin-top: 0.04rem;
  }
}
@media screen and (max-width: 750px) {
  .salon-access__title {
    padding: 0 6px;
    margin-bottom: 14px;
    font-size: 13.5px;
  }
  .salon-access__title:after {
    margin-top: 2px;
  }
}
@media screen and (max-width: 750px) {
  .salon-access .route-tab {
    display: none;
  }
  .salon-access .route-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 58px;
    font-size: 16px;
    color: #fff;
    padding: 0.2em 50px 0.2em 0.8em;
    line-height: 1.34;
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  }
  .salon-access .route-title:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotateZ(135deg);
    transform: rotateZ(135deg);
    position: absolute;
    bottom: 30px;
    right: 15px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    opacity: 1;
  }
  .salon-access .route-title.is-active:after {
    -webkit-transform: rotateZ(-45deg);
            transform: rotateZ(-45deg);
  }
  .salon-access .route-title--1, .salon-access .route-title--6 {
    background: #fc9a9b;
  }
  .salon-access .route-title--2, .salon-access .route-title--7 {
    background: #e697ce;
  }
  .salon-access .route-title--3, .salon-access .route-title--8 {
    background: #b1c1f4;
  }
  .salon-access .route-title--4, .salon-access .route-title--9 {
    background: #88abeb;
  }
  .salon-access .route-title--5, .salon-access .route-title--10 {
    background: #a1de99;
  }
  .salon-access .route-panel {
    display: block;
  }
  .salon-access .route-panel-inner {
    display: none;
    padding: 20px 20px;
    -webkit-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.45);
            box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.45);
  }
  .salon-access .route-panel-close {
    position: relative;
  }
  .salon-access .route-panel-close i {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(11px, -11px);
            transform: translate(11px, -11px);
  }
  .salon-access .route-panel-close i:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    position: absolute;
    bottom: 2px;
    right: 5px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    opacity: 1;
  }
  .salon-access .route-panel-close--1 i, .salon-access .route-panel-close--6 i {
    background: #fc9a9b;
  }
  .salon-access .route-panel-close--2 i, .salon-access .route-panel-close--7 i {
    background: #e697ce;
  }
  .salon-access .route-panel-close--3 i, .salon-access .route-panel-close--8 i {
    background: #b1c1f4;
  }
  .salon-access .route-panel-close--4 i, .salon-access .route-panel-close--9 i {
    background: #88abeb;
  }
  .salon-access .route-panel-close--5 i, .salon-access .route-panel-close--10 i {
    background: #a1de99;
  }
  .salon-access .route-panel-item {
    position: relative;
    width: 100%;
  }
  .salon-access .route-panel-item + .route-panel-item {
    margin-top: 32px;
  }
  .salon-access .route-panel-item + .route-panel-item:before {
    content: "";
    position: absolute;
    left: 50px;
    margin-top: -25px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 10px 0 10px;
    border-color: #e7a7a5 transparent transparent transparent;
  }
  .salon-access .route-panel-image:after {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 52px;
    font-size: 24px;
  }
  .salon-access .route-panel-text {
    padding: 12px 18px;
    font-size: 14px;
    line-height: 1.78;
    border-right: 1px solid #ff9994;
    border-bottom: 1px solid #ff9994;
  }
  .salon-access .route-panel:nth-child(1) .route-panel-text, .salon-access .route-panel:nth-child(6) .route-panel-text {
    border-right: 1px solid #ff9994;
    border-bottom: 1px solid #ff9994;
  }
  .salon-access .route-panel:nth-child(2) .route-panel-text, .salon-access .route-panel:nth-child(7) .route-panel-text {
    border-right: 1px solid #e697ce;
    border-bottom: 1px solid #e697ce;
  }
  .salon-access .route-panel:nth-child(3) .route-panel-text, .salon-access .route-panel:nth-child(8) .route-panel-text {
    border-right: 1px solid #b1c1f4;
    border-bottom: 1px solid #b1c1f4;
  }
  .salon-access .route-panel:nth-child(4) .route-panel-text, .salon-access .route-panel:nth-child(9) .route-panel-text {
    border-right: 1px solid #88abeb;
    border-bottom: 1px solid #88abeb;
  }
  .salon-access .route-panel:nth-child(5) .route-panel-text, .salon-access .route-panel:nth-child(10) .route-panel-text {
    border-right: 1px solid #a1de99;
    border-bottom: 1px solid #a1de99;
  }
  .salon-access .parking-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 58px;
    font-size: 16px;
    color: #fff;
    padding: 0.2em 50px 0.2em 0.8em;
    line-height: 1.34;
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  }
  .salon-access .parking-title span {
    display: none;
  }
  .salon-access .parking-title:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotateZ(135deg);
    transform: rotateZ(135deg);
    position: absolute;
    bottom: 30px;
    right: 15px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    opacity: 1;
  }
  .salon-access .parking-title.is-active:after {
    -webkit-transform: rotateZ(-45deg);
            transform: rotateZ(-45deg);
  }
  .salon-access .parking-list {
    display: none;
    padding: 20px 20px;
    margin-top: 0;
    -webkit-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.45);
            box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.45);
  }
  .salon-access .parking-list-item {
    width: 100%;
  }
  .salon-access .parking-list-image:after {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 52px;
    font-size: 24px;
  }
  .salon-access .parking-list-text {
    padding: 12px 0 18px;
    font-size: 14px;
    line-height: 1.78;
  }
  .salon-access .parking-list-close {
    position: relative;
  }
  .salon-access .parking-list-close i {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(11px, -11px);
            transform: translate(11px, -11px);
    background: -webkit-gradient(linear, left top, right top, from(#b6e280), to(#ece16e));
    background: linear-gradient(to right, #b6e280 0%, #ece16e 100%);
  }
  .salon-access .parking-list-close i:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    position: absolute;
    bottom: 2px;
    right: 5px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    opacity: 1;
  }
}
/**************************************
faq
**************************************/
#faq {
  padding: 50px 0 52px;
  background: #eef3f6;
}

.faq__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Serif", "游明朝", YuMincho, serif;
  margin-bottom: 42px;
}
.faq__title .jp {
  margin-bottom: 5px;
  font-size: 6.25vw;
  letter-spacing: 0.02em;
  color: #226386;
  font-weight: 600;
}
@media screen and (min-width: 751px) {
  .faq__title .jp {
    font-size: 40px;
  }
}
.faq__title .en {
  font-size: 5.625vw;
  color: #74d7e8;
  font-weight: 400;
}
@media screen and (min-width: 751px) {
  .faq__title .en {
    font-size: 36px;
  }
}

.faq__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 0 20px;
  margin: auto;
}
@media screen and (min-width: 751px) {
  .faq__inner {
    max-width: 14.8rem;
  }
}

.faq__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  border-bottom: 1px solid #226386;
}
.faq__block dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  padding-right: 26px;
  font-size: 14px;
  font-family: "游明朝", YuMincho, serif;
}
@media screen and (min-width: 751px) {
  .faq__block dt {
    font-size: 28px;
  }
}
.faq__block dt::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 8px;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 1.3;
  border-radius: 50%;
  background: url(/sp/images_re/salon/salon_icon_Q.svg) center/100% 100% no-repeat;
}
.faq__block dt::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7px;
  margin: auto;
  display: inline-block;
  width: 12px;
  height: 7px;
  background: url(/sp/images_re/salon/arw_blue.svg) center/100% 100% no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq__block dt.open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq__block dd {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin: 10px 10px 22px;
  padding: 18px 18px;
  font-size: 12px;
  line-height: 1.7;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 751px) {
  .faq__block dd {
    font-size: 24px;
  }
}
.faq__block dd::before {
  content: "";
  margin-bottom: 9px;
  width: 61px;
  height: 13px;
  display: inline-block;
  background: url(/sp/images_re/salon/salon_Answer.svg) center/100% 100% no-repeat;
}
@media screen and (min-width: 751px) {
  .faq__block dd::before {
    width: 122px;
    height: 26px;
  }
}
.faq__block dd a {
  color: #0071b8;
  font-size: 12px;
  text-decoration: underline;
}
@media screen and (min-width: 751px) {
  .faq__block dd a {
    font-size: 24px;
  }
}
.faq__block dd .faq__block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

/**************************************
.salon-staff
**************************************/
@media print, screen and (min-width: 751px) {
  .salon-staff {
    margin-bottom: 1.8rem;
    padding-top: 0.2rem;
  }
}
@media screen and (max-width: 750px) {
  .salon-staff {
    padding: 25px 0 0;
    margin-bottom: 105px;
  }
}

/**************************************
.salon-support
**************************************/
.salon-support {
  padding-top: 0.2rem;
}
@media print, screen and (min-width: 751px) {
  .salon-support {
    max-width: 14.8rem;
    margin: 0 auto 1.8rem;
  }
}
@media screen and (max-width: 750px) {
  .salon-support {
    margin-top: 0;
    margin-bottom: 75px;
    padding: 34px 20px 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.salon-support__lead {
  text-align: center;
  line-height: 2.5;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  font-weight: 500;
  position: relative;
  /* Border */
}
@media print, screen and (min-width: 751px) {
  .salon-support__lead {
    margin-top: 0.5rem;
    font-size: 0.26rem;
  }
}
.salon-support__lead:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #dab35b;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
@media print, screen and (min-width: 751px) {
  .salon-support__lead:before {
    width: 3.2rem;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 750px) {
  .salon-support__lead {
    margin: 40px 0 0;
    font-size: 1.6rem;
  }
}
.salon-support__body {
  margin-top: 0.7rem;
}
@media screen and (max-width: 750px) {
  .salon-support__body {
    margin-top: 70px;
    padding: 0;
  }
}
.salon-support__item {
  margin-top: 0.9rem;
  -webkit-box-shadow: 0.05rem 0.05rem 0.2rem 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0.05rem 0.05rem 0.2rem 0px rgba(0, 0, 0, 0.15);
  position: relative;
}
@media screen and (max-width: 750px) {
  .salon-support__item {
    margin-top: 50px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.salon-support__item:first-child {
  margin-top: 0;
}
.salon-support__item-image {
  width: 3.84rem;
  height: 2rem;
  background: #debc71;
  -webkit-box-shadow: 0.2rem 0.2rem 0.5rem 0px rgba(142, 80, 8, 0.65);
          box-shadow: 0.2rem 0.2rem 0.5rem 0px rgba(142, 80, 8, 0.65);
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: -0.1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .salon-support__item-image {
    width: 100%;
    height: auto;
    background: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .salon-support__item-image:before {
    content: "";
    display: block;
    padding-top: 59.7014925%;
  }
}
.salon-support__item-image img {
  display: block;
  max-width: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.salon-support__item-body {
  padding: 0.25rem 2.7rem 0.25rem 5rem;
  background: #debc71;
  position: relative;
}
@media screen and (max-width: 750px) {
  .salon-support__item-body {
    margin: -20px 0 0 20px;
    padding: 20px 0 0 20px;
    background: #fff;
    z-index: 20;
  }
}
.salon-support__item-body:before {
  content: "";
  display: block;
  width: 1px;
  height: 60%;
  position: absolute;
  top: 20%;
  left: 4.65rem;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .salon-support__item-body:before {
    display: none;
  }
}
.salon-support__item-title {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  font-weight: 600;
  font-size: 0.27rem;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .salon-support__item-title {
    font-size: 1.6rem;
    color: #1a2a44;
  }
}
.salon-support__item-text {
  margin-top: 0.05rem;
  line-height: 2;
  font-weight: 400;
  font-size: 0.18rem;
}
@media screen and (max-width: 750px) {
  .salon-support__item-text {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
/**************************************
.salon-support__pro
**************************************/
.salon-support__pro {
  text-align: center;
}
@media screen and (min-width: 751px) {
  .salon-support__pro {
    margin: 1rem auto 0;
  }
}
@media screen and (max-width: 750px) {
  .salon-support__pro {
    margin: 50px -20px 0;
  }
}
.salon-support__pro picture {
  margin: 0 auto;
  height: auto;
}
@media screen and (min-width: 751px) {
  .salon-support__pro picture {
    width: 50vw;
  }
}
/**************************************
.salon-consultation-banner
**************************************/
.salon-consultation-banner {
  text-align: center;
}
@media screen and (min-width: 751px) {
  .salon-consultation-banner {
    margin: 1.5rem 0 1.3rem;
  }
}
@media screen and (max-width: 750px) {
  .salon-consultation-banner {
    padding: 80px 0 95px;
  }
}
.salon-consultation-banner picture {
  margin: 0 auto;
  height: auto;
}
@media screen and (min-width: 751px) {
  .salon-consultation-banner picture {
    width: 50vw;
  }
}
@media screen and (max-width: 750px) {
  .salon-consultation-banner picture {
    width: 89.3333333333vw;
  }
}

/**************************************
.salon-voice
**************************************/
.salon-voice {
  max-width: 14.8rem;
  margin-bottom: 87px;
  width: 100%;
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .salon-voice {
    padding-top: 0.2rem;
    margin: 0 auto 2rem;
  }
}
@media screen and (max-width: 750px) {
  .salon-voice {
    margin-top: 0;
    padding-top: 25px;
    max-width: none;
    overflow: hidden;
  }
}
.salon-voice__lead {
  margin-top: 0.4rem;
  text-align: center;
  font-size: 0.26rem;
  color: #81cde0;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
}
@media screen and (max-width: 750px) {
  .salon-voice__lead {
    margin: 40px -10px 0;
    padding: 0 20px;
    font-size: 1.4rem;
  }
}
.salon-voice__link a {
  width: 9rem;
}
@media screen and (max-width: 750px) {
  .salon-voice__link {
    padding: 45px 20px 0;
  }
  .salon-voice__link a {
    width: 100%;
    font-size: 4.0625vw;
  }
}

@media print, screen and (min-width: 751px) {
  .voice-body {
    margin-bottom: 0.9rem;
  }
}

.voice-item {
  /* Inner */
  /* Image */
  /* Body */
  /* New */
  /* Info */
  /* Date */
  /* Age */
  /* Salon */
  /* text */
}
@media print, screen and (min-width: 751px) {
  .voice-item {
    margin-top: 0.6%;
    width: 16.2%;
    text-align: left;
  }
  .voice-item:nth-child(-n+6) {
    margin-top: 0;
  }
  .voice-item:not(:nth-child(6n+1)) {
    margin-left: 0.56%;
  }
}
@media print, screen and (min-width: 751px) {
  .voice-item-body {
    padding: 0.1rem;
    line-height: 1.3;
    font-weight: 400;
    font-size: 0.15rem;
  }
}
@media print, screen and (min-width: 751px) {
  .voice-item-new {
    display: block;
    width: 0.6rem;
    height: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.17rem;
    background: #ff220d;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
  }
}
@media print, screen and (min-width: 751px) {
  .voice-item-text {
    display: block;
    height: 2.6em;
    overflow: hidden;
  }
}

/**************************************
.salon-contact
**************************************/
.salon-contact {
  display: block;
  position: relative;
}
.salon-contact:before {
  content: "";
  display: block;
  height: 100%;
  background: #d9f0f6;
  position: absolute;
  top: 0;
  left: 40px;
  right: 40px;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}
@media print, screen and (min-width: 751px) {
  .salon-contact:before {
    left: 0;
    right: 0;
    top: 0;
  }
}
.salon-contact__top {
  height: 46.4vw;
  border-bottom: 1px solid #dab35b;
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .salon-contact__top {
    width: 100%;
    height: 4.34rem;
    text-align: center;
  }
}
.salon-contact__title {
  position: absolute;
  top: -4vw;
  right: 2.667vw;
  font-family: "Cormorant Garamond", serif;
  font-size: 11vw;
  line-height: 1;
  letter-spacing: 0.074em;
  font-weight: 500;
  color: #dab35b;
}
@media print, screen and (min-width: 751px) {
  .salon-contact__title {
    width: 100%;
    top: -3vw;
    text-align: center;
    font-size: 1.24rem;
  }
  .salon-contact__title img {
    width: 8rem;
  }
}
.salon-contact__name {
  position: absolute;
  left: 26.666vw;
  top: 9.6vw;
  text-align: right;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  font-size: 5.7333vw;
  color: #dab35b;
}
.salon-contact__name picture {
  display: inline-block;
}
.salon-contact__name img {
  height: 8.533vw;
}
@media screen and (max-width: 750px) {
  .salon-contact__name picture {
    margin-right: 0.1vw;
    position: relative;
    top: 0.5vw;
  }
}
@media print, screen and (min-width: 751px) {
  .salon-contact__name {
    left: 3.6rem;
    top: 0.86rem;
    font-size: 0.47rem;
  }
  .salon-contact__name picture {
    margin-right: 10px;
  }
  .salon-contact__name img {
    height: 0.76rem;
  }
}
.salon-contact__staff {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.salon-contact__staff img {
  display: block;
  max-width: none;
  width: 100%;
}
.salon-contact__image {
  width: 42.6%;
  max-width: 230px;
  position: absolute;
  top: 22.9333333333vw;
  right: 0;
}
.salon-contact__image img {
  display: block;
  max-width: none;
  width: 100%;
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
}
@media print, screen and (min-width: 751px) {
  .salon-contact__image {
    top: 1.08rem;
    right: 0.42rem;
    max-width: none;
    width: 3.9rem;
  }
}
.salon-contact__body {
  padding: 0 40px;
}
@media print, screen and (min-width: 751px) {
  .salon-contact__body {
    padding: 20px;
  }
}
@media screen and (max-width: 750px) {
  .salon-contact__body {
    position: relative;
    z-index: 2;
  }
}
.salon-contact__text {
  padding: 12vw 16px 0;
  margin-bottom: 7.2vw;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  font-size: 5vw;
  line-height: 1.558;
  color: #dab35b;
  text-shadow: 0 0 10px rgba(218, 179, 91, 0.5), 0 0 10px rgba(218, 179, 91, 0.5);
}
@media print, screen and (min-width: 751px) {
  .salon-contact__text {
    padding: 0;
    margin: 0;
    position: absolute;
    left: 5.1rem;
    top: 1.9rem;
    width: 5.4rem;
    font-size: 0.42rem;
  }
}
.salon-contact__button {
  width: 70.4vw;
  background-color: #78c0d6;
}
.salon-contact__button:after {
  display: none;
}
@media print, screen and (min-width: 751px) {
  .salon-contact__button {
    width: 100%;
  }
}
@media print, screen and (min-width: 751px) {
  .salon-contact {
    max-width: 14.8rem;
    margin: 96px auto;
  }
}
@media screen and (max-width: 750px) {
  .salon-contact {
    padding-bottom: 30px;
    margin-top: 90px;
  }
}

/**************************************
.salon-first-banner
**************************************/
.salon-first-banner {
  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;
}
@media screen and (min-width: 751px) {
  .salon-first-banner {
    margin: 6.25vw auto 7vw;
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .salon-first-banner {
    margin: 80px auto 82px;
  }
}
.salon-first-banner picture {
  position: relative;
  margin: 0 auto;
  -webkit-box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 751px) {
  .salon-first-banner picture img {
    width: 100%;
    max-width: 840px;
  }
}
.salon-first-banner a:before {
  display: none;
}
.salon-first-banner img {
  position: static;
}

/**************************************
.salon-top-information
**************************************/
.salon-top-information {
  background: -webkit-gradient(linear, left top, right top, from(#9bcfe9), to(#add6d9));
  background: linear-gradient(to right, #9bcfe9 0%, #add6d9 100%);
}
@media print, screen and (min-width: 751px) {
  .salon-top-information__inner {
    width: 12.8rem;
    margin: 80px auto;
    padding: 70px 0 80px;
  }
}
@media screen and (max-width: 750px) {
  .salon-top-information__inner {
    padding: 10px 20px 16px;
    margin: 80px 0;
  }
}
.salon-top-information__title {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  color: #fff;
  text-align: center;
}
.salon-top-information__title .logo {
  position: relative;
  width: 104px;
  display: initial;
  vertical-align: middle;
  margin: 0;
  top: 1px;
}
@media print, screen and (min-width: 751px) {
  .salon-top-information__title {
    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;
    margin-bottom: 40px;
    font-size: 32px;
  }
  .salon-top-information__title .logo {
    top: 5px;
    width: 180px;
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .salon-top-information__title {
    margin-bottom: 15px;
    margin-left: -2px;
    font-size: 16px;
    font-weight: bold;
  }
}

.salon-top-information-panel {
  -webkit-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.15);
}
@media print, screen and (min-width: 751px) {
  .salon-top-information-panel {
    width: 680px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
  }
  .salon-top-information-panel:nth-child(2).is-active {
    width: 100%;
  }
  .salon-top-information-panel:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 750px) {
  .salon-top-information-panel:not(:last-child) {
    margin-bottom: 15px;
  }
}
.salon-top-information-panel__title {
  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;
  height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding: 0 1.3em 0 0.8em;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  line-height: 1.34;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, right top, from(#f29b5e), to(#e3833a));
  background: linear-gradient(to right, #f29b5e 0%, #e3833a 100%);
}
.salon-top-information-panel__title:before {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(#de7626), to(#ee904a));
  background: linear-gradient(to right, #de7626 0%, #ee904a 100%);
}
.salon-top-information-panel__title:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotateZ(135deg);
  transform: rotateZ(135deg);
  position: absolute;
  bottom: 17px;
  right: 15px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  opacity: 1;
  z-index: 2;
}
.salon-top-information-panel__title.is-active:after {
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}
@media print, screen and (min-width: 751px) {
  .salon-top-information-panel__title {
    height: 60px;
    font-size: 24px;
    letter-spacing: 0.05em;
  }
  .salon-top-information-panel__title:before {
    width: 60px;
    height: 60px;
  }
  .salon-top-information-panel__title:after {
    width: 12px;
    height: 12px;
    bottom: 23px;
    right: 21px;
  }
}
.salon-top-information-panel:nth-child(1) .salon-top-information-panel__title {
  background: -webkit-gradient(linear, left top, right top, from(#f29b5e), to(#e3833a));
  background: linear-gradient(to right, #f29b5e 0%, #e3833a 100%);
}
.salon-top-information-panel:nth-child(1) .salon-top-information-panel__title:before {
  background: -webkit-gradient(linear, left top, right top, from(#de7626), to(#ee904a));
  background: linear-gradient(to right, #de7626 0%, #ee904a 100%);
}
.salon-top-information-panel:nth-child(2) .salon-top-information-panel__title {
  background: -webkit-gradient(linear, left top, right top, from(#3fb8de), to(#31a6c4));
  background: linear-gradient(to right, #3fb8de 0%, #31a6c4 100%);
}
.salon-top-information-panel:nth-child(2) .salon-top-information-panel__title:before {
  background: -webkit-gradient(linear, left top, right top, from(#1d9cba), to(#2bafd7));
  background: linear-gradient(to right, #1d9cba 0%, #2bafd7 100%);
}
.salon-top-information-panel__body {
  position: relative;
  display: none;
}
.salon-top-information-panel__up {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  margin: 0 auto;
  background-color: #e0c382;
  width: 58px;
  height: 16px;
  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;
  opacity: 1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  pointer-events: none;
  opacity: 0;
}
.salon-top-information-panel__up:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
  position: absolute;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  margin-top: 2px;
}
@media print, screen and (min-width: 751px) {
  .salon-top-information-panel__up {
    width: 80px;
    height: 20px;
    bottom: -11px;
  }
}
.salon-top-information-panel__body.is-active .salon-top-information-panel__up {
  opacity: 1;
  pointer-events: initial;
}
.salon-top-information-panel:nth-child(1) .salon-top-information-panel__up {
  background: -webkit-gradient(linear, left top, right top, from(#de7626), to(#ee904a));
  background: linear-gradient(to right, #de7626 0%, #ee904a 100%);
}
.salon-top-information-panel:nth-child(2) .salon-top-information-panel__up {
  background: -webkit-gradient(linear, left top, right top, from(#1d9cba), to(#2bafd7));
  background: linear-gradient(to right, #1d9cba 0%, #2bafd7 100%);
}

/**************************************
.top-information : news
**************************************/
.top-information-corona {
  padding: 15px 15px 22px;
  background-color: #fff;
}
@media print, screen and (min-width: 751px) {
  .top-information-corona {
    padding: 35px 68px 40px;
  }
}
.top-information-corona > * + * {
  margin-top: 10px;
}
.top-information-corona__subtitle {
  margin: 12px 0 -4px;
  font-size: 20px;
  color: #ff932a;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
}
.top-information-corona__txt {
  display: inline-block;
  font-size: 18px;
  color: #666;
}
.top-information-corona__txt span {
  margin-top: 5px;
  display: block;
}
.top-information-corona__list {
  line-height: 1.8;
  font-size: 18px;
  color: #666;
}
.top-information-corona__cancel {
  color: #ff932a;
  font-size: 18px;
  padding-left: 1em;
  position: relative;
}
.top-information-corona__cancel span {
  margin-top: 0 !important;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 750px) {
  .top-information-corona > * + * {
    margin-top: 7px;
  }
  .top-information-corona__subtitle {
    margin: 12px 0 -4px;
    font-size: 13.5px;
  }
  .top-information-corona__txt {
    font-size: 12px;
  }
  .top-information-corona__list li {
    font-size: 12px;
    margin-right: -1em;
  }
  .top-information-corona__list a:after {
    height: 2px;
  }
  .top-information-corona__cancel {
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
    font-size: 12px;
  }
}

/**************************************
.top-information : hygiene
**************************************/
.top-information-hygiene .all_coronavirus {
  width: 100%;
  border: none;
  margin: 0;
}
.top-information-hygiene .all_coronavirus_content {
  border: none;
}
/* ----------------------------
  shop-btn-pagetop
---------------------------- */
@media print, screen and (min-width: 751px) {
  .shop-btn-pagetop {
    margin-top: 45px;
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 750px) {
  .shop-btn-pagetop {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}

/**************************************
.top-salon
**************************************/
.top-salon {
  position: relative;
}
.top-salon:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.23%, rgb(231, 222, 201)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgb(231, 222, 201) 0.23%, rgb(255, 255, 255) 100%);
  opacity: 0.4;
}
.top-salon__head {
  text-align: center;
}
.top-salon__title {
  display: inline-block;
  padding: 0.15rem 0 0.1rem 0.8rem;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  font-weight: 500;
  font-size: 0.48rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .top-salon__title {
    padding: 0;
    padding-left: 42px;
    font-size: 2.6rem;
    color: #444;
  }
}
.top-salon__title::before {
  content: "";
  display: block;
  background: url(/sp/images_re/logo_mark_rinx02.png) no-repeat top left;
  background-size: 0.9rem auto;
  width: 0.9rem;
  height: 0.86rem;
  position: absolute;
  top: 0.1rem;
  left: -0.05rem;
}
@media screen and (max-width: 750px) {
  .top-salon__title::before {
    width: 55px;
    height: 50px;
    margin-left: -1px;
    background-size: 100%;
    top: -2px;
    left: 0;
  }
}
.top-salon__body {
  margin-top: 0.4rem;
}
@media screen and (max-width: 750px) {
  .top-salon__body {
    margin-top: 25px;
  }
}
.top-salon__more {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .top-salon {
    padding: 40px 20px 70px;
  }
}
@media print, screen and (min-width: 751px) {
  .top-salon {
    padding: 1rem 0;
  }
  .top-salon:before {
    height: 7.2rem;
  }
  .top-salon__inner {
    max-width: 16.8rem;
    margin: 0 auto;
  }
  .top-salon__title {
    margin-bottom: 0.3rem;
  }
  .top-salon__more {
    margin-top: 1rem;
  }
}

.salon-panel__area + .salon-panel__area {
  margin-top: 30px;
}
@media print, screen and (min-width: 751px) {
  .salon-panel__area + .salon-panel__area {
    margin-top: 0.6rem;
  }
}
.salon-panel__title {
  position: relative;
  padding: 14px 0 8px;
  margin-bottom: 12px;
  font-size: 15px;
  font-family: "游明朝", YuMincho, serif;
  color: #7c6443;
  border-bottom: 1px solid #C2BFB5;
}
.salon-panel__title:after {
  content: "";
  display: inline-block;
  width: 42px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #4794A7;
}
[data-id="1"] .salon-panel__title:after {
  background-color: #f09aa4;
}
@media print, screen and (min-width: 751px) {
  .salon-panel__title {
    text-align: center;
    font-size: 0.28rem;
  }
  .salon-panel__title:after {
    width: 1.15rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.salon-panel__items:after {
  content: "";
  display: block;
  clear: both;
}
.salon-panel__items ul {
  font-size: 0;
}
@media screen and (max-width: 750px) {
  .salon-panel__items ul :after {
    content: "";
    display: block;
    clear: both;
  }
}
@media print, screen and (min-width: 751px) {
  .salon-panel__items ul {
    margin-left: -0.1375rem;
  }
}
@media screen and (max-width: 750px) {
  .salon-panel-item {
    margin-top: 1.4925373%;
    width: 49.2537313%;
    float: left;
    position: relative;
  }
  .salon-panel-item:nth-child(even) {
    margin-left: 1.4925373%;
  }
  .salon-panel-item:before {
    content: "";
    display: block;
    padding-top: 66.6666667%;
  }
}
@media print, screen and (min-width: 751px) {
  .salon-panel-item {
    float: left;
    width: 3.2rem;
    position: relative;
    margin: 0.18rem 0 0 0.18rem;
  }
  .salon-panel-item:before {
    content: "";
    display: block;
    padding-top: 66.6666667%;
  }
}
.salon-panel-inner {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.salon-panel-inner:hover {
  opacity: 0.7;
}
.salon-panel-image {
  display: block;
  max-width: none;
  width: 100%;
}
.active .salon-panel-image {
  -webkit-animation: salon-panel-image-scale 1.5s forwards 1;
  animation: salon-panel-image-scale 1.5s forwards 1;
}
.salon-panel-label {
  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;
  height: 50px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 1.285714286;
  font-size: 14px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media print, screen and (min-width: 751px) {
  .salon-panel-label {
    font-size: 0.235rem;
  }
}
@-webkit-keyframes salon-panel-image-scale {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes salon-panel-image-scale {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*
 * <a href="/faq" class="top-all-btn"><img src="/sp/images_re/top/faq_icon_q2.svg" alt="" class="svg"><span class="ico">Q&Aをもっと見る</span><i></i></a>
 */
.top-all-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 280px;
  height: 55px;
  color: #fff;
  background-color: #dab35b;
  /* Plus */
}
.top-all-btn .svg {
  margin: 0 12px 0 -12px;
}
.top-all-btn span {
  font-family: "游明朝", YuMincho, serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.top-all-btn i {
  position: absolute;
  right: 12px;
  top: 50%;
}
.top-all-btn i:before, .top-all-btn i:after {
  content: "";
  display: block;
  width: 11px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -1px;
  transition: -webkit-transform 0.2s, transform 0.2s;
}
.top-all-btn i:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.top-all-btn:hover i:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 750px) {
  .top-all-btn:hover i:before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.top-all-btn:hover i:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 750px) {
  .top-all-btn:hover i:after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media print, screen and (min-width: 751px) {
  .top-all-btn {
    width: 4.8rem;
    height: 0.85rem;
    /* Plus */
  }
  .top-all-btn .svg {
    margin: 0 0.2rem 0 -0.2rem;
    height: 0.22rem;
  }
  .top-all-btn span {
    font-size: 0.25rem;
    font-weight: normal;
  }
  .top-all-btn i {
    right: 0.12rem;
  }
  .top-all-btn i:before, .top-all-btn i:after {
    width: 0.18rem;
    right: 0.2rem;
    margin-top: -0.01rem;
  }
}

/**************************************
.salon_fukubukuro_banner
**************************************/
.salon_fukubukuro_banner {
  max-width: 1016px;
  margin: 0.5rem auto 0;
  text-align: center;
}
.salon_fukubukuro_banner span {
  padding: 10px 35px 10px 30px;
  position: relative;
  display: inline-block;
  font-size: 23.5px;
  color: #ed2e2a;
}
.salon_fukubukuro_banner span:before {
  content: "／";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(95deg);
          transform: translateY(-50%) rotate(95deg);
}
.salon_fukubukuro_banner span:after {
  content: "／";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.salon_fukubukuro_banner img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .salon_fukubukuro_banner {
    max-height: 480px;
    margin: 3.5rem auto 14.5rem;
  }
  .salon_fukubukuro_banner span {
    padding: 0.7rem 2.4rem 0.7rem 2.1rem;
    font-size: 1.65rem;
  }
}