@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;
}

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

#pagetop {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .breadcrumb {
    margin-bottom: 30px;
  }
}

/* ----------------------------
  Main
---------------------------- */
/* ----------------------------
  .salonarea__Hero
---------------------------- */
.salonarea__Hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  font-size: 0.22rem;
  line-height: 1.5;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 750px) {
  .salonarea__Hero {
    height: 477px;
    padding-top: 66px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.salonarea__Hero:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(/sp/images_re/salon/osaka/bg_mv_pc.jpg?230327);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 750px) {
  .salonarea__Hero:before {
    background-position: center;
    background-image: url(/sp/images_re/salon/osaka/bg_mv.jpg?230327);
  }
}

.salonarea__Hero__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  top: 0.2rem;
  left: 0.35rem;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .salonarea__Hero__logo {
    top: 12px;
    left: 25px;
  }
}

.salonarea__Hero__logo-image {
  width: 2.04rem;
  height: 0.83rem;
}
@media screen and (max-width: 750px) {
  .salonarea__Hero__logo-image {
    width: 120px;
    height: 49px;
  }
}
.salonarea__Hero__logo-image img {
  display: block;
  width: 100%;
}
@media print, screen and (min-width: 751px) {
  .salonarea__Hero__logo-lead img {
    margin-top: 0.1rem;
    width: 2.8rem;
  }
}
@media screen and (max-width: 750px) {
  .salonarea__Hero__logo-lead {
    margin-top: 2px;
    width: 54.1333333vw;
  }
  .salonarea__Hero__logo-lead img {
    display: block;
    max-width: none;
    width: 100%;
  }
}

.salonarea__Hero__logo-title {
  line-height: 1.5;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  font-size: 0.16rem;
  color: #fff;
}
.salonarea__Hero__logo-title span {
  display: inline-block;
  padding-left: 0.43rem;
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .salonarea__Hero__logo-title {
    margin-top: 0.12rem;
    margin-left: 0.1rem;
    text-shadow: 0 0 0.4em #7b6357, 0 0 0.4em #7b6357, 0 0 0.4em #7b6357;
  }
  .salonarea__Hero__logo-title span {
    padding-left: 0;
    font-size: 0.16rem;
  }
  .salonarea__Hero__logo-title em {
    margin: 0 0.05em 0 0.2em;
    letter-spacing: 0.15em;
    font-size: 1.6em;
  }
}
@media screen and (max-width: 750px) {
  .salonarea__Hero__logo-title {
    font-size: 12px;
    padding-top: 0;
    margin-top: 4px;
    margin-left: 5px;
    text-shadow: 0 0 5px #7b6357, 0 0 5px #7b6357, 0 0 5px #7b6357;
  }
  .salonarea__Hero__logo-title span {
    font-size: 13px;
  }
  .salonarea__Hero__logo-title em {
    margin: 0 1px 0 4px;
    letter-spacing: 3px;
    font-size: 21px;
  }
}

.salonarea__Hero__box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(249, 246, 228, 0.75);
}
.salonarea__Hero__box:before {
  content: "";
  display: block;
  padding-top: 16.6666666667%;
}
@media screen and (max-width: 750px) {
  .salonarea__Hero__box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: calc(100% - 34px);
    height: 100%;
    margin: 0 auto;
    padding-top: 18px;
  }
  .salonarea__Hero__box:before {
    display: none;
  }
}

.salonarea__Hero__title {
  display: block;
  position: absolute;
  width: 56.25%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .salonarea__Hero__title {
    width: 100%;
    position: static;
  }
}

.salonarea__Hero__title-sub {
  text-align: center;
  font-size: 0.29rem;
  line-height: 1.9;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  font-weight: 400;
  color: #435469;
  text-shadow: 0px 0px 0.1rem #fff;
}
@media print, screen and (min-width: 751px) {
  .salonarea__Hero__title-sub {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
  }
}
@media screen and (max-width: 750px) {
  .salonarea__Hero__title-sub {
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.4;
    text-shadow: none;
  }
  .salonarea__Hero__title-sub:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 49px;
    height: 1px;
    background-color: #98999a;
  }
}

.salonarea__Hero__title-main {
  position: relative;
  display: inline-block;
  padding: 0.15rem 1.1rem 0.4rem 1.1rem;
  text-align: center;
  color: #333f4f;
  font-size: 0.6rem;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  font-weight: 500;
  line-height: 1;
  text-shadow: 0px 0px 0.1rem #fff, 0px 0px 0.1rem #fff;
}
.salonarea__Hero__title-main:before {
  content: "";
  display: block;
  background: url(/sp/images_re/logo_mark_rinx02.png) no-repeat top left;
  background-size: 1.35rem auto;
  width: 1.35rem;
  height: 1.12rem;
  position: absolute;
  top: 0rem;
  left: 0rem;
}
@media screen and (max-width: 750px) {
  .salonarea__Hero__title-main {
    padding: 0;
    font-size: 26px;
    text-shadow: none;
  }
  .salonarea__Hero__title-main:before {
    display: none;
  }
}

.salonarea__Hero__image {
  position: absolute;
  width: 30.2083333333%;
  bottom: 0;
  right: 11.4583333333%;
}
@media screen and (max-width: 750px) {
  .salonarea__Hero__image {
    width: 100%;
    right: 0;
    left: 0;
  }
}

.salonarea__Hero__imagebox-image {
  display: block;
}
.salonarea__Hero__imagebox-image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 750px) {
  .salonarea__Hero__imagebox-image {
    max-width: 322px;
    margin: 0 auto;
  }
}

.salonarea__Hero__imagebox-text {
  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: 1.15rem;
  text-align: center;
  color: #ffffff;
  font-size: 0.28rem;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  font-weight: 400;
  line-height: 1.6;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(196, 151, 58, 0)), color-stop(50%, rgb(196, 151, 58)), to(rgba(196, 151, 58, 0)));
  background-image: linear-gradient(to right, rgba(196, 151, 58, 0) 0%, rgb(196, 151, 58) 50%, rgba(196, 151, 58, 0) 100%);
}
@media print, screen and (min-width: 751px) {
  .salonarea__Hero__imagebox-text {
    text-shadow: 0px 0px 0.4em rgba(255, 255, 255, 0.5), 0px 0px 0.4em rgba(255, 255, 255, 0.5);
  }
}
@media screen and (max-width: 750px) {
  .salonarea__Hero__imagebox-text {
    width: 100%;
    height: 105px;
    background-image: none;
    background-color: rgba(218, 179, 91, 0.7);
    font-size: 20px;
    text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.5), 0px 0px 8px rgba(255, 255, 255, 0.5);
  }
}

/**************************************
.salonarea-title
**************************************/
.salonarea-title {
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .salonarea-title {
    margin-bottom: 40px;
  }
}
.salonarea-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) {
  .salonarea-title__shop {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}
.salonarea-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) {
  .salonarea-title__main {
    padding: 0;
    padding-left: 42px;
    font-size: 2.6rem;
    color: #444;
  }
}
.salonarea-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.1rem;
  left: -0.05rem;
}
@media screen and (max-width: 750px) {
  .salonarea-title__main:before {
    width: 55px;
    height: 50px;
    margin-left: -4px;
    background-size: 100%;
    top: -1px;
    left: 0;
  }
}
.salonarea-title__lead {
  display: block;
  margin-top: 0.1rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 0.3rem;
  color: #dab35b;
}
@media print, screen and (min-width: 751px) {
  .salonarea-title__lead img {
    height: 0.45rem;
  }
}
@media screen and (max-width: 750px) {
  .salonarea-title__lead {
    margin-top: 10px;
    font-size: 2rem;
  }
}

/* Button
---------------------------- */
.salonarea__Button {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 0.42rem;
}
@media screen and (max-width: 750px) {
  .salonarea__Button {
    height: 55px;
  }
}
.salonarea__Button 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%;
  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) {
  .salonarea__Button a {
    background: #dab35b;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.salonarea__Button a:hover {
  background: #a78642;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 750px) {
  .salonarea__Button a:hover {
    background: #dab35b;
  }
}
.salonarea__Button a: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) {
  .salonarea__Button a:before {
    display: none;
  }
}
.salonarea__Button span {
  margin-top: -0.01rem;
  padding-right: 0.4rem;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  font-weight: 500;
  font-size: 0.2rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .salonarea__Button span {
    margin-top: 0;
    padding-right: 24px;
    font-size: 1.5rem;
  }
}
.salonarea__Button span:before, .salonarea__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) {
  .salonarea__Button span:before, .salonarea__Button span:after {
    width: 11px;
    right: 2px;
  }
}
.salonarea__Button span:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.salonarea__Button a:hover span:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 750px) {
  .salonarea__Button a:hover span:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.salonarea__Button a:hover span:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width: 750px) {
  .salonarea__Button a:hover span:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

/* Button 詳細と同じ
---------------------------- */
.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 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);
  }
}

/* ----------------------------
  .salonarea__Intro
---------------------------- */
.salonarea__Intro {
  margin-top: 0.7rem;
}
@media screen and (max-width: 750px) {
  .salonarea__Intro {
    margin-top: 0;
    padding: 0 20px;
  }
}

.salonarea__Intro__lead1 {
  text-align: center;
  font-size: 0.22rem;
  line-height: 1.9;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 750px) {
  .salonarea__Intro__lead1 {
    font-size: 13px;
    text-align: justify;
    margin-bottom: 60px;
  }
}

.salonarea__Intro__lead2 {
  text-align: center;
  font-size: 0.22rem;
  line-height: 1.9;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 750px) {
  .salonarea__Intro__lead2 {
    font-size: 13px;
    text-align: justify;
    margin-bottom: 70px;
  }
}

.salonarea__Intro__map {
  margin-top: 0.4rem;
  margin-bottom: 1.1rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .salonarea__Intro__map {
    -webkit-box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.2);
    margin-top: 0;
    margin-bottom: 40px;
  }
}

/* Background */
.salonarea__Intro__map-bg {
  display: block;
}
.salonarea__Intro__map-bg img {
  display: block;
  max-width: none;
  width: 100%;
}

/* List */
.salonarea__Intro__map {
  /* Item */
  /* Shop Each */
  /* Shop Image */
  /* Shop Label */
}
.salonarea__Intro__map-list {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.salonarea__Intro__map-item {
  width: 5rem;
  height: 1.5rem;
  background: #fff;
  -webkit-box-shadow: 0.03rem 0.03rem 0.15rem 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0.03rem 0.03rem 0.15rem 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}
.salonarea__Intro__map-item:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #edaa78;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
@media screen and (max-width: 750px) {
  .salonarea__Intro__map-item {
    width: 41.7910448%;
    height: auto;
    -webkit-box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.2);
  }
  .salonarea__Intro__map-item:before {
    content: "";
    display: block;
    padding-top: 35.7142857%;
  }
}
.salonarea__Intro__map-item a {
  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;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media screen and (max-width: 750px) {
  .salonarea__Intro__map-item a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.salonarea__Intro__map-item a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  .salonarea__Intro__map-item a:hover {
    opacity: 1;
  }
}
.salonarea__Intro__map-umeda {
  margin-top: 9.375%;
  margin-left: 15.1041667%;
}
@media screen and (max-width: 750px) {
  .salonarea__Intro__map-umeda {
    margin-top: 20%;
    margin-left: 2%;
  }
}
.salonarea__Intro__map-nanba {
  margin-top: 26.0416667%;
  margin-left: 55.2083333%;
}
@media screen and (max-width: 750px) {
  .salonarea__Intro__map-nanba {
    margin-top: 42.9850746%;
    margin-left: 53.1343284%;
  }
}
.salonarea__Intro__map-tennouji {
  margin-top: 21.875%;
  margin-left: 14.3229167%;
}
@media screen and (max-width: 750px) {
  .salonarea__Intro__map-tennouji {
    margin-top: 39%;
    margin-left: 1%;
  }
}
.salonarea__Intro__map-kyobashi {
  margin-top: 5.2083333%;
  margin-left: 57.2916667%;
}
@media screen and (max-width: 750px) {
  .salonarea__Intro__map-kyobashi {
    margin-top: 7.1641791%;
    margin-left: 53.7313433%;
  }
}
.salonarea__Intro__map-sakaihigashi {
  margin-top: 31%;
  margin-left: 27%;
}
@media screen and (max-width: 750px) {
  .salonarea__Intro__map-sakaihigashi {
    margin-top: 56%;
    margin-left: 10%;
  }
}
.salonarea__Intro__map-esaka {
  margin-top: 0.7%;
  margin-left: 30%;
}
@media screen and (max-width: 750px) {
  .salonarea__Intro__map-esaka {
    margin-top: 2%;
    margin-left: 8%;
  }
}
.salonarea__Intro__map-image {
  width: 52%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 750px) {
  .salonarea__Intro__map-image {
    width: 42.8571429%;
  }
}
.salonarea__Intro__map-image img {
  display: block;
  max-width: none;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.salonarea__Intro__map-label {
  padding-left: 1%;
  width: 48%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .salonarea__Intro__map-label {
    padding-left: 0;
    width: 57.1428571%;
  }
}
.salonarea__Intro__map-label em {
  display: block;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  font-weight: 300;
  font-size: 0.36rem;
}
@media screen and (max-width: 750px) {
  .salonarea__Intro__map-label em {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans", "Yu Gothic", YuGothic, sans-serif;
    font-size: 3.5vw;
  }
}
.salonarea__Intro__map-label span {
  display: block;
  margin-top: 0.02rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 0.24rem;
  color: #dab35b;
}
@media print, screen and (min-width: 751px) {
  .salonarea__Intro__map-label span img {
    height: 0.36rem;
  }
}
@media screen and (max-width: 750px) {
  .salonarea__Intro__map-label span {
    margin-top: 0;
    font-size: 2.5vw;
  }
}

/* ----------------------------
  .salonarea__Salon
---------------------------- */
.salonarea__Salon {
  margin: 0.7rem auto 0;
  width: 14.8rem;
}
@media screen and (max-width: 750px) {
  .salonarea__Salon {
    margin-top: 80px;
    width: 100%;
  }
}

.salonarea__Salon-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  margin-top: 0.7rem;
  padding: 0.2rem 0.3rem 0.2rem 0.2rem;
  background: #fff;
  -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);
}
@media screen and (max-width: 750px) {
  .salonarea__Salon-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    margin-top: 80px;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative;
  }
}
.salonarea__Salon-item:first-child {
  margin-top: 0;
}

.salonarea__Salon {
  /* Body */
  /* shopname */
  /* Tel */
  /* Info */
  /* Address */
  /* Hours */
  /* Text */
  /* Button */
}
.salonarea__Salon-body {
  width: 8.1rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .salonarea__Salon-body {
    margin-top: 10px;
    padding: 20px 20px 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #faf6ec;
    position: static;
  }
}
.salonarea__Salon-title {
  font-size: 0.21rem;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 750px) {
  .salonarea__Salon-title {
    font-size: 14px;
    margin-bottom: 12px;
    text-align: center;
  }
}
.salonarea__Salon-shopname {
  padding: 0.1rem 0 0 0.6rem;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  font-weight: 500;
  font-size: 0.42rem;
  position: relative;
  /* Logo */
  /* Line */
}
@media screen and (max-width: 750px) {
  .salonarea__Salon-shopname {
    padding: 0 0 23px 15px;
    line-height: 1;
    font-size: 2.4rem;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    text-shadow: 0 0 10px rgba(152, 112, 85, 0.75), 0 0 10px rgba(152, 112, 85, 0.75);
    margin-top: 59.7014925%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 3;
  }
  .salonarea__Salon-shopname.shopname--umeda {
    text-shadow: 0 0 0.5em rgba(255, 255, 255, 0.3), 0 0 0.5em rgba(255, 255, 255, 0.3), 0 0 0.5em rgba(255, 255, 255, 0.3);
  }
}
.salonarea__Salon-shopname:before {
  content: "";
  display: block;
  background: url(/sp/images_re/logo_mark_rinx02.png) no-repeat;
  background-size: 0.87rem auto;
  width: 0.87rem;
  height: 0.73rem;
  position: absolute;
  top: 0.1rem;
  left: -0.1rem;
}
@media screen and (max-width: 750px) {
  .salonarea__Salon-shopname:before {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .salonarea__Salon-shopname span {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .salonarea__Salon-shopname:after {
    content: "";
    display: block;
    width: 165px;
    height: 1px;
    background: #dab35b;
    position: absolute;
    bottom: 16px;
    left: 0;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
  }
}
.salonarea__Salon-tel {
  display: block;
  padding-right: 0.55rem;
  text-align: right;
  position: absolute;
  top: 0.61rem;
  right: 0;
  cursor: default;
  pointer-events: none;
  /* Tel Number */
  /* Tel Icon */
}
@media screen and (max-width: 750px) {
  .salonarea__Salon-tel {
    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;
    text-align: center;
    line-height: 1;
    position: relative;
    top: 0;
    cursor: pointer;
    pointer-events: auto;
    padding-bottom: 20px;
    border-bottom: 2px solid #fff;
  }
}
.salonarea__Salon-tel-number {
  display: block;
  font-family: "游明朝", YuMincho, serif;
  font-style: italic;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 0.42rem;
  color: #333f4f;
}
@media screen and (max-width: 750px) {
  .salonarea__Salon-tel-number {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 28px;
  }
}
.salonarea__Salon-tel-icon {
  display: block;
  width: 0.36rem;
  height: 0.36rem;
  overflow: hidden;
  border-radius: 100%;
  background: #dab35b;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.18rem;
}
@media screen and (max-width: 750px) {
  .salonarea__Salon-tel-icon {
    position: relative;
    right: auto;
    margin-left: 8px;
    width: 22px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 22px;
  }
}
.salonarea__Salon-tel-icon svg {
  display: block;
  margin: 0 auto;
  width: 0.14rem;
  height: 100%;
  fill: #fff;
}
@media screen and (max-width: 750px) {
  .salonarea__Salon-tel-icon svg {
    margin-left: 6px;
    margin-top: 5px;
    width: 10px;
    height: 11px;
  }
}
.salonarea__Salon-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-top: 0.4rem;
  padding-bottom: 0.1rem;
  margin-bottom: 0.25rem;
  font-size: 0.18rem;
  line-height: 1.666666667;
  background-size: auto 2.2rem;
  background-repeat: no-repeat;
  background-position: right 0.3rem bottom;
  border-bottom: solid 1px #c4973a;
}
@media screen and (max-width: 750px) {
  .salonarea__Salon-info {
    font-size: 1.2rem;
    border-bottom: 2px solid #fff;
    padding-bottom: 15px;
    background-image: none !important;
  }
}
.salonarea__Salon-address {
  position: relative;
  padding-left: 0.6rem;
  min-height: 0.4rem;
  margin-bottom: 0.1rem;
  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;
  font-size: 0.18rem;
}
@media screen and (max-width: 750px) {
  .salonarea__Salon-address {
    padding-top: 15px;
    padding-left: 30px;
    margin-bottom: 20px;
    font-size: 12px;
  }
}
.salonarea__Salon-address svg {
  display: block;
  fill: none;
  stroke: #dab35b;
  position: absolute;
  width: 0.21rem;
  height: 0.36rem;
  left: 0.21rem;
  top: 0.1rem;
}
@media screen and (max-width: 750px) {
  .salonarea__Salon-address svg {
    width: 16px;
    height: 25px;
    top: 20px;
    left: 0px;
  }
}
.salonarea__Salon-hours {
  position: relative;
  padding-left: 0.6rem;
  min-height: 0.4rem;
  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;
  font-size: 0.18rem;
  /* List */
  /* Week */
  /* Holiday */
  /* Icon */
}
@media screen and (max-width: 750px) {
  .salonarea__Salon-hours {
    padding-left: 30px;
    line-height: 1;
    font-size: 12px;
  }
}
.salonarea__Salon-hours ul {
  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: wrap;
      flex-wrap: wrap;
  width: 5rem;
}
@media screen and (max-width: 750px) {
  .salonarea__Salon-hours ul {
    width: 100%;
  }
}
.salonarea__Salon-hours li {
  margin-right: 0.1rem;
}
@media screen and (max-width: 750px) {
  .salonarea__Salon-hours li {
    margin-right: 5px;
  }
}
.salonarea__Salon-hours-week span {
  display: inline-block;
  padding: 0 0.1rem;
  letter-spacing: 0.1em;
  font-style: italic;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .salonarea__Salon-hours-week span {
    padding: 0 5px;
    font-style: normal;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 750px) {
  .salonarea__Salon-hours-week span {
    margin-left: 8px;
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .salonarea__Salon-hours-week span {
    margin-left: 0;
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  .salonarea__Salon-hours-holiday {
    display: block;
    margin-top: 7px;
    max-width: 260px;
    width: 100%;
    text-align: right;
    position: relative;
  }
  .salonarea__Salon-hours-holiday:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0.5em;
    left: 0;
    background: #ead4a3;
  }
  .salonarea__Salon-hours-holiday span {
    display: inline-block;
    padding: 0 5px;
    background: #faf6ec;
    position: relative;
  }
}
.salonarea__Salon-hours svg {
  display: block;
  fill: none;
  stroke: #dab35b;
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  left: 0.18rem;
  top: 0.1rem;
}
@media screen and (max-width: 750px) {
  .salonarea__Salon-hours svg {
    top: -5px;
    left: 0px;
    width: 20px;
    height: 20px;
  }
}
.salonarea__Salon-text {
  line-height: 1.666666667;
  font-size: 0.18rem;
}
@media screen and (max-width: 750px) {
  .salonarea__Salon-text {
    font-size: 12px;
    text-align: justify;
    padding: 15px 0 20px;
  }
}
.salonarea__Salon-button {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 5.5rem;
}
@media screen and (max-width: 750px) {
  .salonarea__Salon-button {
    position: static;
    width: 100%;
    margin: 0 auto;
    max-width: 295px;
  }
}

.salonarea__Salon-images {
  width: 5.8rem;
  /* Main */
  /* Manager */
  /* Sub */
}
@media screen and (max-width: 750px) {
  .salonarea__Salon-images {
    width: 100%;
  }
}
.salonarea__Salon-images-main {
  overflow: hidden;
  position: relative;
}
.salonarea__Salon-images-main img {
  display: block;
  max-width: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.salonarea__Salon-images-main:after {
  content: "";
  display: block;
  padding-top: 60%;
}
@media screen and (max-width: 750px) {
  .salonarea__Salon-images-main:after {
    padding-top: 59.7014925%;
  }
}
.salonarea__Salon-images-manager {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (min-width: 751px) {
  .salonarea__Salon-images-manager {
    display: none;
    background-image: none !important;
  }
}
.salonarea__Salon-images-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 0.14rem;
}
@media screen and (max-width: 750px) {
  .salonarea__Salon-images-sub {
    margin-top: 1.1940299%;
  }
}
.salonarea__Salon-images-sub li {
  width: 31.7241379%;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .salonarea__Salon-images-sub li {
    width: 32.5373134%;
  }
}
.salonarea__Salon-images-sub button {
  position: relative;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media screen and (max-width: 750px) {
  .salonarea__Salon-images-sub button {
    pointer-events: none;
  }
}
.salonarea__Salon-images-sub button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  .salonarea__Salon-images-sub button:hover {
    opacity: 1;
  }
}
.salonarea__Salon-images-sub button img {
  display: block;
  max-width: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.salonarea__Salon-images-sub button:after {
  content: "";
  display: block;
  padding-top: 60%;
}
@media screen and (max-width: 750px) {
  .salonarea__Salon-images-sub button:after {
    padding-top: 91.7431193%;
  }
}

/* ----------------------------
  salonarea__message
---------------------------- */
.salonarea__Message {
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .salonarea__Message {
    padding-top: 123px;
  }
}

.salonarea__Message-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  height: 5.9rem;
  background: url(/sp/images_re/salon/osaka/bg_ttl_message.jpg?230327) no-repeat center;
  background-size: 110% auto;
  background-size: 100% auto;
}
.salonarea__Message-title span {
  display: block;
  width: 100%;
  text-align: center;
  text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.5), 0px 0px 8px rgba(255, 255, 255, 0.5);
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  font-weight: 500;
  font-size: 0.48rem;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .salonarea__Message-title {
    height: 168px;
    display: block;
    position: relative;
    background: url(/sp/images_re/salon/osaka/bg_ttl_message_sp.jpg?230327) no-repeat center;
    background-size: cover;
  }
  .salonarea__Message-title span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    height: 52px;
    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-color: rgba(218, 179, 91, 0.75);
    font-size: 18px;
  }
}

.salonarea__Message-lead {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
  text-align: center;
  font-size: 0.22rem;
  line-height: 1.9;
}
@media screen and (max-width: 750px) {
  .salonarea__Message-lead {
    text-align: justify;
    font-size: 13px;
    margin-top: 19px;
    margin-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.salonarea__Message-body {
  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;
  margin: 0.6rem auto 0;
  max-width: 12.8rem;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .salonarea__Message-body {
    margin-top: 0;
    max-width: initial;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.salonarea__Message-item {
  margin-top: 0.7rem;
  width: 47.34375%;
  -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);
  /* Image */
  /* Body */
  /* Lead */
  /* Text */
}
.salonarea__Message-item:nth-child(1), .salonarea__Message-item:nth-child(2) {
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .salonarea__Message-item {
    margin-top: 0;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 60px;
  }
  .salonarea__Message-item:last-child {
    margin-bottom: 0;
  }
}
.salonarea__Message-item-image {
  overflow: hidden;
  position: relative;
}
.salonarea__Message-item-image img {
  display: block;
  max-width: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.salonarea__Message-item-image:after {
  content: "";
  display: block;
  padding-top: 73.597359736%;
}
@media screen and (max-width: 750px) {
  .salonarea__Message-item-image {
    width: 73.3333333333%;
  }
  .salonarea__Message-item-image:after {
    padding-top: 100%;
  }
}
.salonarea__Message-item-name {
  height: 0.68rem;
  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-color: #68b4d1;
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  .salonarea__Message-item-name {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    margin-top: -8.4rem;
    min-height: 12rem;
    height: auto;
    width: 18.4rem;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 20px;
    padding: 1.3rem 0 1.3rem 1.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.salonarea__Message-item-name-inner {
  position: relative;
}
.salonarea__Message-item-name-sub {
  position: absolute;
  white-space: nowrap;
  right: 100%;
  top: 0.1rem;
  padding-right: 0.3rem;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  font-size: 0.14rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .salonarea__Message-item-name-sub {
    position: static;
    font-size: 1.13rem;
    margin-bottom: 0.5rem;
  }
}
.salonarea__Message-item-name-main {
  position: relative;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  font-size: 0.37rem;
}
@media screen and (max-width: 750px) {
  .salonarea__Message-item-name-main {
    position: static;
    font-size: 2.6rem;
    margin-bottom: 0.5rem;
  }
}
.salonarea__Message-item-name-e {
  position: absolute;
  white-space: nowrap;
  right: 100%;
  bottom: 0.1rem;
  padding-right: 0.3rem;
  letter-spacing: 0.1em;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  font-size: 0.14rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .salonarea__Message-item-name-e {
    position: static;
    font-size: 1.1rem;
    padding-bottom: 0.5rem;
  }
}
.salonarea__Message-item-name-job {
  position: absolute;
  left: 100%;
  top: 0;
  padding-left: 0.3rem;
  line-height: 1;
  margin-top: 0.1rem;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
}
.salonarea__Message-item-name-job ul {
  display: block;
}
.salonarea__Message-item-name-job ul li {
  width: 100%;
  white-space: nowrap;
  margin-bottom: 0.1rem;
}
.salonarea__Message-item-name-job ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .salonarea__Message-item-name-job {
    position: static;
    font-size: 1rem;
    padding-left: 0;
    border-top: 1px solid #fff;
    padding-top: 0.5rem;
    width: 16.9rem;
  }
  .salonarea__Message-item-name-job ul {
    width: 100%;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .salonarea__Message-item-name-job ul li {
    width: auto;
  }
  .salonarea__Message-item-name-job ul li:after {
    content: "・";
  }
  .salonarea__Message-item-name-job ul li:last-child:after {
    display: none;
  }
}
.salonarea__Message-item-body {
  padding: 0.35rem 0.5rem;
}
@media screen and (max-width: 750px) {
  .salonarea__Message-item-body {
    padding: 0;
  }
}
.salonarea__Message-item-lead {
  font-weight: 600;
  font-size: 0.18rem;
  line-height: 1.9;
  color: #3088e0;
}
@media print, screen and (min-width: 751px) {
  .salonarea__Message-item-lead {
    margin-bottom: 0.2rem;
    min-height: 7.6em;
  }
}
@media screen and (max-width: 750px) {
  .salonarea__Message-item-lead {
    font-size: 13px;
    margin-bottom: 20px;
  }
}
.salonarea__Message-item-text {
  padding-top: 0.2rem;
  margin-bottom: 0.3rem;
  border-top: solid 1px #c4973a;
  font-size: 0.18rem;
  line-height: 1.9;
}
@media screen and (max-width: 750px) {
  .salonarea__Message-item-text {
    font-size: 13px;
    margin-bottom: 34px;
    padding-top: 20px;
  }
}
.salonarea__Message-item-link img {
  width: 100%;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.salonarea__Message-item-link a:hover img {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  .salonarea__Message-item-link {
    padding: 0 20px;
  }
}

/* ----------------------------
  Button Top
---------------------------- */
@media print, screen and (min-width: 751px) {
  .salonarea-btn-top {
    margin: 120px 0;
  }
}
@media screen and (max-width: 750px) {
  .salonarea-btn-top {
    padding: 80px 0;
  }
}

/* ----------------------------
  tokyo_area
---------------------------- */
body.tokyo_area .salonarea__Intro__map-item {
  width: 18%;
  height: 9.7%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.tokyo_area .salonarea__Intro__map-item em {
  font-size: 0.22rem;
}
body.tokyo_area .salonarea__Intro__map-label span {
  font-size: 0.15rem;
}
body.tokyo_area .salonarea__Hero:before {
  background-image: url(/sp/images_re/salon/tokyo/bg_mv_pc.jpg?230327);
}
@media screen and (max-width: 750px) {
  body.tokyo_area .salonarea__Hero:before {
    background-image: url(/sp/images_re/salon/tokyo/bg_mv.jpg?230327);
  }
}
body.tokyo_area .salonarea__Message-title {
  background-image: url(/sp/images_re/salon/tokyo/bg_ttl_message.jpg?230327);
}
@media screen and (max-width: 750px) {
  body.tokyo_area .salonarea__Message-title {
    background-image: url(/sp/images_re/salon/tokyo/bg_ttl_message_sp.jpg?230327);
  }
}

.salonarea__Intro__map-shibuya {
  left: 58%;
  top: 73%;
}

.salonarea__Intro__map-ikebukuro {
  left: 52%;
  top: 21%;
}

.salonarea__Intro__map-shinjuku {
  left: 75%;
  top: 20%;
}

.salonarea__Intro__map-ginza {
  left: 81%;
  top: 63%;
}

.salonarea__Intro__map-shinagawa {
  left: 79%;
  top: 78%;
}

.salonarea__Intro__map-ueno {
  left: 80%;
  top: 33.5%;
}

.salonarea__Intro__map-akihabara {
  left: 82%;
  top: 48%;
}

.salonarea__Intro__map-kichijoji {
  left: 30%;
  top: 27%;
}

.salonarea__Intro__map-jiyugaoka {
  left: 47%;
  top: 88%;
}

.salonarea__Intro__map-tachikawa {
  left: 22%;
  top: 48%;
}

.salonarea__Intro__map-machida {
  left: 21%;
  top: 73%;
}

.salonarea__Intro__map-hachioji {
  left: 20%;
  top: 60.5%;
}

@media screen and (max-width: 750px) {
  body.tokyo_area .salonarea__Intro__map-item {
    width: 37%;
    height: 7.5%;
  }
  body.tokyo_area .salonarea__Intro__map-image {
    width: 35.5%;
  }
  body.tokyo_area .salonarea__Intro__map-label {
    width: 65%;
  }
  body.tokyo_area .salonarea__Intro__map-item em {
    font-size: 2.8vw;
  }
  body.tokyo_area .salonarea__Intro__map-label span {
    font-size: 2.5vw;
  }
  body.tokyo_area .salon-images-main:before {
    opacity: 0.9;
  }
  .salonarea__Intro__map-shibuya {
    left: 37%;
    top: 77%;
  }
  .salonarea__Intro__map-ikebukuro {
    left: 35%;
    top: 8%;
  }
  .salonarea__Intro__map-shinjuku {
    left: 72%;
    top: 23%;
  }
  .salonarea__Intro__map-ginza {
    left: 77%;
    top: 69%;
  }
  .salonarea__Intro__map-shinagawa {
    left: 80%;
    top: 85%;
  }
  .salonarea__Intro__map-ueno {
    left: 80%;
    top: 8%;
  }
  .salonarea__Intro__map-akihabara {
    left: 80%;
    top: 38%;
  }
  .salonarea__Intro__map-kichijoji {
    left: 22%;
    top: 23%;
  }
  .salonarea__Intro__map-jiyugaoka {
    left: 30%;
    top: 92%;
  }
  .salonarea__Intro__map-tachikawa {
    left: 20%;
    top: 38%;
  }
  .salonarea__Intro__map-machida {
    left: 20%;
    top: 66%;
  }
  .salonarea__Intro__map-hachioji {
    left: 20%;
    top: 55%;
  }
}