@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/* -------------------------------------------
 initialize
*/
html {
  font-size: 1px;
}

@media screen and (max-width: 1300px) {
  html {
    font-size: .07vw;
  }
}

@media screen and (max-width: 750px) {
  html {
    font-size: .1vw;
  }
}

body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEI1MzY2NTA1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEI1MzY2NTE1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQjUzNjY0RTVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQjUzNjY0RjVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj3ggHcAAAAQSURBVHjaYvj//z8DQIABAAj8Av7bok0WAAAAAElFTkSuQmCC");
}

body {
  color: #000;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "pwid";
}

.gothic {
  font-family: 'Noto Sans JP', sans-serif;
}

main, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

sup {
  font-size: 10px;
  vertical-align: super;
}

div {
  line-height: 0;
}

ul li {
  list-style: none;
}

input, select {
  vertical-align: middle;
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

table {
  font-size: 100%;
}

main {
  display: block;
}

iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

/* ----------------------------------------
 link-style 
 */
a {
  text-decoration: none;
}

a.no-link,
a.disable,
.disable a,
a.coming-soon {
  cursor: default !important;
  pointer-events: none;
}

a.disable,
.disable a {
  opacity: 0.25 !important;
  cursor: default;
}

.disable a:after {
  display: none !important;
}

.bottom-links a.disable {
  opacity: 1 !important;
  cursor: default;
}

.font-size0 {
  font-size: 0%;
}

.font-size5 {
  font-size: 5%;
}

.font-size10 {
  font-size: 10%;
}

.font-size15 {
  font-size: 15%;
}

.font-size20 {
  font-size: 20%;
}

.font-size25 {
  font-size: 25%;
}

.font-size30 {
  font-size: 30%;
}

.font-size35 {
  font-size: 35%;
}

.font-size40 {
  font-size: 40%;
}

.font-size45 {
  font-size: 45%;
}

.font-size50 {
  font-size: 50%;
}

.font-size55 {
  font-size: 55%;
}

.font-size60 {
  font-size: 60%;
}

.font-size65 {
  font-size: 65%;
}

.font-size70 {
  font-size: 70%;
}

.font-size75 {
  font-size: 75%;
}

.font-size80 {
  font-size: 80%;
}

.font-size85 {
  font-size: 85%;
}

.font-size90 {
  font-size: 90%;
}

.font-size95 {
  font-size: 95%;
}

.font-size100 {
  font-size: 100%;
}

.font-size105 {
  font-size: 105%;
}

.font-size110 {
  font-size: 110%;
}

.font-size115 {
  font-size: 115%;
}

.font-size120 {
  font-size: 120%;
}

.font-size125 {
  font-size: 125%;
}

.font-size130 {
  font-size: 130%;
}

.font-size135 {
  font-size: 135%;
}

.font-size140 {
  font-size: 140%;
}

.font-size145 {
  font-size: 145%;
}

.font-size150 {
  font-size: 150%;
}

.font-size155 {
  font-size: 155%;
}

.font-size160 {
  font-size: 160%;
}

.font-size165 {
  font-size: 165%;
}

.font-size170 {
  font-size: 170%;
}

.font-size175 {
  font-size: 175%;
}

.font-size180 {
  font-size: 180%;
}

.font-size185 {
  font-size: 185%;
}

.font-size190 {
  font-size: 190%;
}

.font-size195 {
  font-size: 195%;
}

.font-size200 {
  font-size: 200%;
}

.font-size205 {
  font-size: 205%;
}

.font-size210 {
  font-size: 210%;
}

.font-size215 {
  font-size: 215%;
}

.font-size220 {
  font-size: 220%;
}

.font-size225 {
  font-size: 225%;
}

.font-size230 {
  font-size: 230%;
}

.font-size235 {
  font-size: 235%;
}

.font-size240 {
  font-size: 240%;
}

.font-size245 {
  font-size: 245%;
}

.font-size250 {
  font-size: 250%;
}

.font-size255 {
  font-size: 255%;
}

.font-size260 {
  font-size: 260%;
}

.font-size265 {
  font-size: 265%;
}

.font-size270 {
  font-size: 270%;
}

.font-size275 {
  font-size: 275%;
}

.font-size280 {
  font-size: 280%;
}

.font-size285 {
  font-size: 285%;
}

.font-size290 {
  font-size: 290%;
}

.font-size295 {
  font-size: 295%;
}

.font-size300 {
  font-size: 300%;
}

.font-size305 {
  font-size: 305%;
}

.font-size310 {
  font-size: 310%;
}

.font-size315 {
  font-size: 315%;
}

.font-size320 {
  font-size: 320%;
}

.font-size325 {
  font-size: 325%;
}

.font-size330 {
  font-size: 330%;
}

.font-size335 {
  font-size: 335%;
}

.font-size340 {
  font-size: 340%;
}

.font-size345 {
  font-size: 345%;
}

.font-size350 {
  font-size: 350%;
}

.font-size355 {
  font-size: 355%;
}

.font-size360 {
  font-size: 360%;
}

.font-size365 {
  font-size: 365%;
}

.font-size370 {
  font-size: 370%;
}

.font-size375 {
  font-size: 375%;
}

.font-size380 {
  font-size: 380%;
}

.font-size385 {
  font-size: 385%;
}

.font-size390 {
  font-size: 390%;
}

.font-size395 {
  font-size: 395%;
}

.font-size400 {
  font-size: 400%;
}

.font-size405 {
  font-size: 405%;
}

.font-size410 {
  font-size: 410%;
}

.font-size415 {
  font-size: 415%;
}

.font-size420 {
  font-size: 420%;
}

.font-size425 {
  font-size: 425%;
}

.font-size430 {
  font-size: 430%;
}

.font-size435 {
  font-size: 435%;
}

.font-size440 {
  font-size: 440%;
}

.font-size445 {
  font-size: 445%;
}

.font-size450 {
  font-size: 450%;
}

.font-size455 {
  font-size: 455%;
}

.font-size460 {
  font-size: 460%;
}

.font-size465 {
  font-size: 465%;
}

.font-size470 {
  font-size: 470%;
}

.font-size475 {
  font-size: 475%;
}

.font-size480 {
  font-size: 480%;
}

.font-size485 {
  font-size: 485%;
}

.font-size490 {
  font-size: 490%;
}

.font-size495 {
  font-size: 495%;
}

.font-size500 {
  font-size: 500%;
}

@media screen and (min-width: 1025px) {
  a:hover {
    opacity: 0.7;
    transition: opacity .3s;
  }
}

@media screen and (min-width: 1025px) {
  span.pc {
    display: inline !important;
  }
  img.pc {
    display: inline-block !important;
  }
  .pc {
    display: block !important;
  }
  .sp, .tb {
    display: none !important;
  }
}

/* ----------------------------------------
  responsible-contents  tablet 
*/
@media screen and (max-width: 1024px) {
  .sp {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
  img.tb {
    display: inline-block !important;
  }
  span.tb {
    display: inline !important;
  }
}

/* ----------------------------------------
  responsible-contents  sp 
*/
@media screen and (max-width: 768px) {
  .pc, .tb {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  img.sp {
    display: inline-block !important;
  }
  span.sp {
    display: inline !important;
  }
}

@media (max-width: 768px) {
  sup {
    font-size: 8px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .wrap {
    width: 94%;
  }
}

/*==================================================================================
 common
==================================================================================*/
.all-wrap {
  font-family: 'Lora', YakuHanJP,'Noto Serif JP', serif;
  overflow-x: hidden;
  letter-spacing: .1em;
}

.all-wrap img {
  width: 100%;
  height: auto;
}

.all-wrap main {
  position: relative;
  z-index: 1;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.wrap {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}

img {
  max-width: 100%;
  height: auto;
}

a.outlink {
  display: inline-block;
  position: relative;
}

a.outlink::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 10px;
  width: 12px;
  height: 12px;
  background: url(../images/common/icon01-white.svg) center;
  background-size: cover;
  transform: translateY(-50%);
}

.gothic {
  font-family: 'Noto Sans JP', sans-serif;
}

.swipe {
  display: none;
}

@media screen and (max-width: 768px) {
  .swipe-img {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .swipe-img img {
    max-width: auto !important;
    max-width: inherit !important;
    width: auto !important;
  }
  .swipe {
    display: block;
    text-align: center;
    width: 60%;
    margin: 20px auto;
  }
  .swipe img {
    width: 160px !important;
  }
  .cap-sp {
    font-size: 11px;
    margin: 6px 10px 0 0;
    text-align: right;
  }
}

.baskervill {
  font-family: 'Libre Baskerville', serif;
}

.page-annotation {
  padding-top: 120rem;
  font-size: 12px;
  line-height: 1.5;
  position: relative;
  z-index: 10;
}

@media (max-width: 768px) {
  .page-annotation {
    padding-top: 140rem;
    font-size: 12px;
  }
}

.disabled {
  pointer-events: none;
  text-decoration: none;
}

.js-scroll {
  opacity: 0;
  /* margin-top: 50px; */
  transition: opacity 0.9s .1s;
}

.image {
  position: relative;
  z-index: 2;
}

.main-visual,
.image {
  position: relative;
}

.main-visual .caption,
.image .caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5rem 9rem;
  font-size: 12rem;
  color: #fff;
  text-shadow: 0px 0px 4px #000,0px 0px 4px #000,0px 0px 4px #000,0px 0px 4px #000;
}

.main-visual .caption.blk,
.image .caption.blk {
  color: #000;
  text-shadow: 0px 0px 4px #fff,0px 0px 4px #fff,0px 0px 4px #fff,0px 0px 4px #fff;
}

.main-visual .caption.no-shadow,
.image .caption.no-shadow {
  text-shadow: none;
}

.js-scroll.on {
  opacity: 1;
  margin-top: 0;
}

main {
  padding-bottom: 130rem;
}

@media (max-width: 768px) {
  main {
    padding-bottom: 140rem;
  }
}

.site-header .disable.onlineBtn a {
  opacity: 1 !important;
  background: #a2a2a2 !important;
}

/*==================================================================================
 site-header
==================================================================================*/
.site-header {
  position: relative;
  height: 73rem;
  z-index: 20;
  border-bottom: 1px solid #F1E9DC;
}

.site-header .logo {
  padding: 10rem 20rem;
  width: 300rem;
  position: relative;
  z-index: 2001;
}

.site-header .logo p {
  height: 0;
  overflow: hidden;
}

.site-header .menu-button {
  position: absolute;
  position: fixed;
  top: 0;
  right: 0;
  width: 72rem;
  height: 72rem;
  background: #f1e9dc;
  z-index: 2000;
}

.site-header .menu-button a {
  display: block;
  color: #fff;
}

.site-header .menu-button a::before {
  content: "MENU";
  font-family: 'Libre Baskerville', serif;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-size: 11rem;
  font-weight: bold;
  position: absolute;
  top: 23%;
  width: 100%;
  text-align: center;
  line-height: 1;
}

.site-header .menu-button .lines {
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 27.5%;
  width: 45%;
  transform: translateY(-50%);
  transform-origin: center !important;
  transition: transform .6s,margin .6s,top .6s,opacity .6s;
  opacity: 1;
}

.site-header .menu-button .line02 {
  margin-top: 10rem;
}

.site-header .menu-button .line03 {
  margin-top: 20rem;
}

.site-header .menu-button.on a::before {
  content: "CLOSE";
}

.site-header .menu-button.on .line01 {
  transform: translateY(-50%) rotate(45deg);
  margin-top: 10rem;
}

.site-header .menu-button.on .line02 {
  opacity: 0;
}

.site-header .menu-button.on .line03 {
  transform: translateY(-50%) rotate(-45deg);
  margin-top: 10rem;
}

.site-header .tools-pc {
  position: absolute;
  top: 0;
  right: 73rem;
  z-index: 100;
}

.site-header .tools-pc .head-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 710rem;
}

.site-header .tools-pc li {
  display: block;
  height: 72rem;
  width: 33.3333%;
  width: 50%;
  box-sizing: border-box;
  border-right: 1px solid #fff;
}

.site-header .tools-pc a {
  display: block;
  text-align: center;
  height: 100%;
  position: relative;
  background: #b4a690;
  color: #fff;
  font-size: 17rem;
}

.site-header .tools-pc a.reserve01 span {
  top: 40%;
}

.site-header .tools-pc a span {
  display: block;
  line-height: 1.2;
  position: absolute;
  left: 3%;
  width: 94%;
  top: 50%;
  transform: translateY(-50%);
}

.site-header .tools-pc a span .salon {
  font-size: 11rem;
  top: 150%;
}

.site-header .tools-pc .requestBtn a {
  background: #fff;
  color: #000;
}

.site-header .tools-pc .reserveBtn a {
  background: #5d4c32;
}

.site-header .fixed-banner {
  position: fixed;
  top: 130rem;
  right: 0;
  z-index: 10;
  display: none;
}

.site-header .fixed-banner li {
  margin-bottom: 2px;
}

.site-header .fixed-banner li:first-child, .site-header .fixed-banner li:nth-child(2) {
  border-bottom: 2px solid #fff;
}

.site-header .fixed-banner a {
  display: flex;
  background: #5d4c32;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 18rem;
  color: #fff;
  width: 4vw;
  height: 120rem;
  height: 20vh;
  height: 16vh;
  box-sizing: border-box;
  position: relative;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.site-header .fixed-banner a span {
  display: block;
}

.site-header .fixed-banner a span .salon {
  font-size: 10px;
}

.site-header .fixed-banner .onlineBtn a {
  height: 130rem;
  height: 16vh;
  width: 4vw;
  background: #b4a690;
}

.site-header .fixed-banner .demaeBtn a {
  height: 190rem;
  height: 24vh;
}

.site-header .fixed-banner .requestBtn a {
  background: #5d4c32;
  height: 160rem;
  height: 14vh;
  width: 4vw;
  background: #fff;
  color: #000;
  border: 1px solid;
}

.site-header .sp-fixed-btns {
  display: none;
}

.site-header .global-navi {
  position: absolute;
  top: 80rem;
  top: 0rem;
  padding-top: 80rem;
  left: 0;
  width: 100%;
  background: white;
  z-index: 1000;
  height: auto;
  min-height: 100vh;
  display: none;
}

.site-header .global-navi .inner {
  width: 91%;
  margin: 0 auto;
  padding: 80rem 0;
  display: flex;
}

.site-header .global-navi .links {
  width: 25%;
  margin-right: 3%;
}

.site-header .global-navi .links li {
  border-bottom: 1px solid #B99A31;
  margin-bottom: 25rem;
}

.site-header .global-navi .links ul {
  display: none;
  padding-top: 20rem;
  margin-left: 40rem;
  border-top: 1px solid #B99A31;
}

.site-header .global-navi .links ul li {
  margin-bottom: 20rem;
}

.site-header .global-navi .links ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.site-header .global-navi .links ul li .ja {
  font-size: 17rem;
}

.site-header .global-navi .links span {
  display: block;
}

.site-header .global-navi .links .en {
  font-size: 22rem;
  padding-bottom: 5rem;
}

.site-header .global-navi .links .ja {
  font-size: 14rem;
}

.site-header .global-navi .links a {
  display: block;
  color: #000;
  position: relative;
  padding-bottom: 10rem;
}

.site-header .global-navi .links a.ac-trigger::after, .site-header .global-navi .links a.ac-trigger::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  display: block !important;
  width: 14rem;
  height: 1px;
  background: #000;
  transform: translateY(-50%);
  margin-top: -9rem;
  opacity: 1;
  transition: opacity .5s;
}

.site-header .global-navi .links a.ac-trigger::before {
  transform: translateY(-50%) rotate(90deg);
}

.site-header .global-navi .links a.ac-trigger.on::before {
  opacity: 0;
}

.site-header .global-navi .line01 {
  order: -1;
}

.site-header .global-navi .line02 {
  order: 0;
}

.site-header .global-navi .others {
  width: 18%;
  margin-right: 2%;
  order: 1;
}

.site-header .global-navi .others li {
  line-height: 3;
}

.site-header .global-navi .others a {
  font-size: 16rem;
  color: #000;
  display: block;
  position: relative;
}

.site-header .global-navi .others .link a {
  padding-left: 23rem;
}

.site-header .global-navi .others .link a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 15rem;
  height: 1px;
  margin-top: -2rem;
  background: #000;
}

.site-header .global-navi .others .sns-icons .lists li {
  display: inline-block;
  margin-right: 20rem;
  width: 34rem;
}

.site-header .global-navi .contact-links {
  width: 40%;
  order: 2;
}

.site-header .global-navi .contact-links li {
  margin-bottom: 5rem;
}

.site-header .global-navi .contact-links a {
  display: block;
  position: relative;
  padding: 20rem 10rem 20rem 50rem;
  background: #b4a690;
  background: #5D4C32;
  box-sizing: border-box;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  font-size: 18rem;
}

.site-header .global-navi .contact-links a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 16rem;
  display: block;
  width: 22rem;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.site-header .global-navi .contact-links .reserveBtn a:after {
  width: 18rem;
  background-image: url(../images/common/icon-request.svg);
}

.site-header .global-navi .contact-links .onlineBtn a {
  background: #b4a690;
}

.site-header .global-navi .contact-links .onlineBtn a:after {
  background-image: url(../images/common/icon-online.svg);
}

.site-header .global-navi .contact-links .demaeBtn a {
  padding: 10rem 10rem 10rem 50rem;
}

.site-header .global-navi .contact-links .demaeBtn a:after {
  background-image: url(../images/common/icon-demae.svg);
}

.site-header .global-navi .contact-links .requestPageBtn a {
  background: #9C8A6F;
}

.site-header .global-navi .contact-links .requestPageBtn a:after {
  background-image: url(../images/common/icon-limited.svg);
}

.site-header .global-navi .contact-links .meta-gallery a {
  background: #79664A;
}

.site-header .global-navi .contact-links .meta-gallery a:after {
  background-image: url(../images/common/icon-manshon-gallery.svg);
}

.site-header .global-navi .contact-links .requestBtn a {
  background: #5D4C32;
  background: #fff;
  color: #000;
  border: 1px solid;
}

.site-header .global-navi .contact-links .requestBtn a:after {
  background-image: url(../images/common/icon-mail02.svg);
}

@media (max-width: 768px) {
  .site-header {
    position: relative;
    height: 70px;
  }
  .site-header .logo {
    padding: 35rem 45rem 0rem;
    width: 76%;
    max-width: 210px;
  }
  .site-header .menu-button {
    position: fixed;
    top: 0;
    width: 70px;
    height: 70px;
  }
  .site-header .menu-button a::before {
    content: "MENU";
    font-size: 10px;
    top: 20%;
  }
  .site-header .menu-button .lines {
    height: 2px;
    left: 23%;
    width: 54%;
    transform-origin: center !important;
    opacity: 1;
    top: 30px;
  }
  .site-header .menu-button .line02 {
    margin-top: 20px;
  }
  .site-header .menu-button .line03 {
    margin-top: 10px;
  }
  .site-header .menu-button.on .line01 {
    margin-top: 10px;
  }
  .site-header .menu-button.on .line03 {
    margin-top: 10px;
  }
  .site-header .tools-pc {
    display: none !important;
  }
  .site-header .fixed-banner {
    display: none !important;
  }
  .site-header .sp-fixed-btns {
    display: block !important;
    position: fixed;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 900;
  }
  .site-header .sp-fixed-btns li {
    box-sizing: border-box;
    width: 20%;
    float: left;
    font-size: 30rem;
  }
  .site-header .sp-fixed-btns li.disable a {
    background: #ccc;
    opacity: 1 !important;
    color: #fff;
  }
  .site-header .sp-fixed-btns li a {
    display: block;
    background: #fff;
    text-align: center;
    position: relative;
    padding: 135rem 2rem 25rem;
    color: #000;
    border: 1px solid #868076;
    border-right: none;
  }
  .site-header .sp-fixed-btns li a::before {
    content: "";
    position: absolute;
    display: block;
    top: 40rem;
    left: 50%;
    transform: translateX(-50%);
    width: 76rem;
    height: 76rem;
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .site-header .sp-fixed-btns .tel a::before {
    background-image: url(../images/common/icon-tel.svg);
  }
  .site-header .sp-fixed-btns .map a::before {
    width: 120rem;
    background-size: auto 100%;
    background-image: url(../images/common/icon-map.svg);
  }
  .site-header .sp-fixed-btns .requestBtn a {
    color: #fff;
    background: #c69b57;
  }
  .site-header .sp-fixed-btns .requestBtn a::before {
    background-size: 100% auto;
    background-image: url(../images/common/icon-mail.svg);
  }
  .site-header .sp-fixed-btns .reserveBtn a {
    color: #fff;
    background: #9e7b43;
  }
  .site-header .sp-fixed-btns .reserveBtn a::before {
    background-size: 100% auto;
    background-image: url(../images/common/icn_reserve.png);
    background-position: top;
  }
  .site-header .sp-fixed-btns .foot-menu-button {
    z-index: 2000;
  }
  .site-header .sp-fixed-btns .foot-menu-button a {
    display: block;
    background: #f0eadc;
    font-size: 30rem;
    border: 1px solid #f0eadc;
  }
  .site-header .sp-fixed-btns .foot-menu-button a::after {
    content: "MENU";
    font-family: 'Libre Baskerville', serif;
    color: #000;
    font-weight: bold;
    top: 23%;
    width: 100%;
    text-align: center;
    line-height: 1;
  }
  .site-header .sp-fixed-btns .foot-menu-button .lines {
    display: block;
    width: 100%;
    height: 3px;
    background: #000;
    position: absolute;
    top: 26%;
    left: 25%;
    width: 50%;
    transform: translateY(-50%);
    transform-origin: center !important;
    transition: transform .6s,margin .6s,top .6s,opacity .6s;
    opacity: 1;
  }
  .site-header .sp-fixed-btns .foot-menu-button .line02 {
    margin-top: 30rem;
  }
  .site-header .sp-fixed-btns .foot-menu-button .line03 {
    margin-top: 60rem;
  }
  .site-header .sp-fixed-btns .foot-menu-button.on a::before {
    content: "CLOSE";
  }
  .site-header .sp-fixed-btns .foot-menu-button.on .line01 {
    transform: translateY(-50%) rotate(45deg);
    margin-top: 10rem;
  }
  .site-header .sp-fixed-btns .foot-menu-button.on .line02 {
    opacity: 0;
  }
  .site-header .sp-fixed-btns .foot-menu-button.on .line03 {
    transform: translateY(-50%) rotate(-45deg);
    margin-top: 10rem;
  }
  .site-header .global-navi {
    position: fixed;
    top: 70px;
    display: none;
    top: 0;
    padding-top: 70px;
    background: rgba(255, 255, 255, 0.94);
    position: absolute;
  }
  .site-header .global-navi .inner-pc {
    display: none !important;
  }
  .site-header .global-navi .inner {
    width: auto;
    margin: 0 auto;
    padding: 0;
    height: 100vh;
    border-top: 1px solid #B99A31;
  }
  .site-header .global-navi .inner .pages {
    position: relative;
    margin-bottom: 50rem;
  }
  .site-header .global-navi .inner .pages::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #B99A31;
    z-index: 1;
  }
  .site-header .global-navi .inner .pages li {
    float: left;
    width: 50%;
    box-sizing: border-box;
    border-right: 1px solid #B99A31;
    border-bottom: 1px solid #B99A31;
    text-align: center;
  }
  .site-header .global-navi .inner .pages li:nth-child(2n) {
    border-right: none;
  }
  .site-header .global-navi .inner .pages li:nth-child(2n+1) {
    clear: both;
  }
  .site-header .global-navi .inner .pages a {
    display: block;
    font-size: 40rem;
    color: #000;
    padding: 50rem 0;
  }
  .site-header .global-navi .inner .pages .reserve01 a {
    padding: 29rem 0;
  }
  .site-header .global-navi .sns-icons {
    text-align: center;
    font-size: 0;
  }
  .site-header .global-navi .sns-icons li {
    display: inline-block;
    margin-right: 55rem;
    width: 90rem;
  }
  .site-header .global-navi .sns-icons li:last-child {
    margin-right: auto;
  }
}

/*==================================================================================
 siteFooter
==================================================================================*/
.site-footer {
  position: relative;
  z-index: 10;
}

.site-footer .foot-annotaion {
  padding: 40rem 5% 0rem;
  font-size: 16rem;
  line-height: 1.7;
}

.site-footer .footer-contacts {
  padding: 130rem 20rem 93rem;
  background: #534D44;
  text-align: center;
  color: #fff;
}

.site-footer .footer-contacts a {
  color: #fff;
}

.site-footer .footer-contacts .title {
  font-size: 28rem;
  padding-bottom: 35rem;
}

.site-footer .footer-contacts .links {
  max-width: 900px;
  width: 90%;
  /* width: 52.5vw; */
  margin: 0 auto;
  padding-bottom: 24rem;
  text-align: center;
}

.site-footer .footer-contacts .links li {
  float: left;
  width: 31.5%;
  margin-right: 2%;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

.site-footer .footer-contacts .links li a {
  display: block;
  color: #000;
  background: #fff;
  font-size: 28rem;
  text-align: center;
  width: 100%;
  padding: 17rem 5rem;
  line-height: 1.6;
}

.site-footer .footer-contacts .links li a:hover {
  opacity: .65;
}

.site-footer .footer-contacts .links li:nth-child(3n) {
  margin-right: auto;
}

.site-footer .footer-contacts .links li.reserveBtn a {
  padding: 11rem 5rem;
  line-height: 1;
}

.site-footer .footer-contacts .links li.reserveBtn a span {
  font-size: 22rem;
}

.site-footer .footer-contacts .links li.onlineBtn a {
  line-height: 1;
  padding: 11rem 5rem;
}

.site-footer .footer-contacts .about-colona {
  font-size: 20rem;
  padding: 20rem 0 42rem;
}

.site-footer .footer-contacts .about-colona a {
  display: inline-block;
  padding-bottom: 7rem;
  border-bottom: 1px solid #fff;
  position: relative;
  padding-left: 25rem;
}

.site-footer .footer-contacts .about-colona a::after {
  content: "";
  display: block;
  position: absolute;
  top: 3rem;
  left: 0;
  width: 5rem;
  height: 5rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.site-footer .footer-contacts .about-tel {
  font-size: 15rem;
  line-height: 1.4;
  padding-bottom: 8rem;
}

.site-footer .footer-contacts .tel-link-wrap {
  padding: 10rem 0 13rem;
}

.site-footer .footer-contacts .tel-link-wrap a {
  pointer-events: none;
  display: inline-block;
  position: relative;
  font-size: 53rem;
  font-weight: normal;
}

.site-footer .footer-contacts .mail {
  font-size: 16rem;
  padding-bottom: 25rem;
}

.site-footer .footer-contacts .mail a {
  display: inline-block;
  padding-left: 30rem;
  position: relative;
  font-weight: normal;
}

.site-footer .footer-contacts .mail a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 18rem;
  height: 15rem;
  transform: translateY(-50%);
  background: url(../images/common/icon-mail.svg) no-repeat center;
  background-size: 100% auto;
}

.site-footer .footer-contacts .bussiness-hour {
  font-size: 13rem;
  line-height: 1.5;
}

.site-footer .fNavArea {
  margin-top: 0rem;
  margin-bottom: 20rem;
  padding: 16rem 0 0rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.site-footer .fNavArea ul {
  padding-bottom: 15rem;
}

.site-footer .fNavArea li {
  font-size: 14rem;
  display: inline-block;
  padding: 3rem 9rem;
  line-height: 1.2;
  position: relative;
  border-right: 1px solid #ccc;
}

.site-footer .fNavArea li.request, .site-footer .fNavArea li:last-child {
  margin-right: auto;
  border-right: none;
}

.site-footer .fNavArea li.current {
  font-weight: bold;
  text-decoration: none;
}

.site-footer .fNavArea a {
  color: #000;
  text-decoration: underline;
}

.site-footer .fcap {
  font-weight: normal;
  text-align: center;
  font-size: 12rem;
  padding-bottom: 20px;
}

.site-footer .pickup_contents {
  text-align: center;
  font-size: 29rem;
  padding-bottom: 15rem;
  letter-spacing: .3em;
}

.site-footer .flexslider .slides li {
  font-size: 15rem;
  color: #000;
  line-height: 1.6;
}

.site-footer .flexslider .slides a {
  margin-bottom: 0rem;
  color: #000;
  text-decoration: underline;
}

.site-footer .flexslider .slides a img {
  margin-bottom: 9rem;
}

.site-footer .bnrArea {
  border-top: 1px solid #F1E9DC;
  border-bottom: 1px solid #F1E9DC;
  background: #FEFCF7;
  padding: 40rem 0 0;
}

.site-footer .bnrArea .bnr {
  display: flex;
  width: 1280rem;
  margin: 0px auto 30rem auto;
}

.site-footer .bnrArea .bnr li {
  width: 32%;
  margin-right: 2%;
}

.site-footer .bnrArea .bnr li:last-child {
  margin-right: auto;
}

.site-footer .footer-infoes {
  padding: 5rem 20rem 0;
  position: relative;
}

.site-footer .footer-infoes .stf_logo {
  position: absolute;
  right: 30rem;
  top: 10rem;
  width: 137px;
}

.site-footer .f_navi {
  position: absolute;
  left: 20px;
  top: 10px;
  border-left: 1px solid #ccc;
}

.site-footer .f_navi li {
  float: left;
  padding: 0px 15px 0px 15px;
  font-size: 12px;
  line-height: 16px;
  border-right: 1px solid #ccc;
}

.site-footer .f_navi li a {
  color: #000;
  text-decoration: none;
}

.site-footer .f_navi li a:hover {
  text-decoration: underline;
}

.site-footer .fs_navi {
  padding-bottom: 25rem;
}

.site-footer .fs_navi li {
  float: left;
  padding: 0px 10px 0px 8px;
  font-size: 12px;
  line-height: 12px;
  background: url(../images/common/foot_arrow.gif) no-repeat 0px 3px;
}

.site-footer .fs_navi li a {
  color: #000;
  text-decoration: none;
}

.site-footer .fs_navi li a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .site-footer {
    padding-bottom: 190rem;
  }
  .site-footer .foot-annotaion {
    padding: 25rem 4% 60rem;
    font-size: 22rem;
    line-height: 1.9;
  }
  .site-footer .footer-contacts {
    padding: 280rem 10rem;
  }
  .site-footer .footer-contacts .title {
    font-size: 54rem;
    padding-bottom: 35rem;
  }
  .site-footer .footer-contacts .links {
    width: 100%;
    padding-bottom: 30rem;
  }
  .site-footer .footer-contacts .links li {
    float: none !important;
    width: 100%;
    margin: 0 auto 30rem;
    display: block;
    height: auto;
    box-sizing: border-box;
  }
  .site-footer .footer-contacts .links li a {
    font-size: 56rem;
    background: #fff;
    padding: 45rem 0;
  }
  .site-footer .footer-contacts .links li.reserveBtn a, .site-footer .footer-contacts .links li.onlineBtn a {
    padding: 45rem 0;
    line-height: 1.6;
  }
  .site-footer .footer-contacts .links li.reserveBtn a span, .site-footer .footer-contacts .links li.onlineBtn a span {
    font-size: 48rem;
  }
  .site-footer .footer-contacts .about-colona {
    font-size: 35rem;
    padding: 20rem 0 40rem;
  }
  .site-footer .footer-contacts .about-colona a {
    padding-bottom: 7rem;
    padding-left: 35rem;
  }
  .site-footer .footer-contacts .about-colona a::after {
    top: 12rem;
    left: 0;
    width: 8rem;
    height: 8rem;
  }
  .site-footer .footer-contacts .about-tel {
    font-size: 35rem;
  }
  .site-footer .footer-contacts .tel-link-wrap {
    padding: 30rem 0;
  }
  .site-footer .footer-contacts .tel-link-wrap a {
    pointer-events: auto;
    padding-left: 110rem;
    font-size: 105rem;
  }
  .site-footer .footer-contacts .tel-link-wrap a:after {
    width: 98.5rem;
    height: 57rem;
    background-size: 100% auto;
  }
  .site-footer .footer-contacts .mail {
    font-size: 32rem;
    padding-bottom: 35rem;
  }
  .site-footer .footer-contacts .mail a {
    padding-left: 50rem;
  }
  .site-footer .footer-contacts .mail a:after {
    width: 38rem;
    height: 35rem;
    background-size: 100% auto;
  }
  .site-footer .footer-contacts .bussiness-hour {
    font-size: 27rem;
    margin: 0 auto;
    width: 94%;
    line-height: 1.8;
  }
  .site-footer .fNavArea {
    margin-top: auto;
    margin-bottom: 50rem;
    padding: 0rem 0 0 0rem;
    width: auto;
    border-top: none;
    border-bottom: 1px solid #ccc;
  }
  .site-footer .fNavArea ul {
    padding-bottom: 0;
    width: auto;
  }
  .site-footer .fNavArea li {
    font-size: 14rem;
    display: block;
    padding: 0;
    line-height: 1.2;
    float: left;
    width: 50%;
    box-sizing: border-box;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
  }
  .site-footer .fNavArea li:nth-child(2n) {
    border-right: none;
  }
  .site-footer .fNavArea li:nth-child(2n+1) {
    clear: both;
  }
  .site-footer .fNavArea li:last-child {
    margin-right: auto;
    border-right: none;
  }
  .site-footer .fNavArea li.ytube {
    border-right: none;
    border-right: 1px solid #ccc;
  }
  .site-footer .fNavArea li.current {
    font-weight: bold;
    text-decoration: none;
  }
  .site-footer .fNavArea a {
    text-decoration: none;
    display: block;
    padding: 30rem 0;
    font-size: 30rem;
  }
  .site-footer .fcap {
    font-size: 28rem;
    line-height: 1.7;
    padding-bottom: 90rem;
  }
  .site-footer .pickup_contents {
    font-size: 49rem;
  }
  .site-footer .flexslider .slides li {
    font-size: 32rem;
  }
  .site-footer #bana_bord_sp .flex-prev {
    top: 50%;
    left: -80rem;
  }
  .site-footer #bana_bord_sp .flex-next {
    top: 50%;
    right: -80rem;
  }
  .site-footer .bnrArea {
    padding: 90rem 0 90rem;
  }
  .site-footer .bnrArea .bnr {
    display: block;
    width: 90%;
    margin: 0px auto 40rem auto;
  }
  .site-footer .bnrArea .bnr li {
    margin-bottom: 25rem;
    margin-right: auto;
    width: auto;
  }
  .site-footer .bnrArea .bnr li:last-child {
    margin-right: auto;
  }
  .site-footer .footer-infoes {
    padding: 20rem 20rem 30rem;
    position: relative;
  }
  .site-footer .footer-infoes .stf_logo {
    position: relative;
    right: auto;
    top: auto;
    width: 347rem;
    margin: 0 auto 15rem;
  }
  .site-footer .fs_navi {
    padding: 25rem 0;
  }
  .site-footer .fs_navi li {
    float: none;
    padding: 0px 20px 0px 8px;
    margin-bottom: 16rem;
    margin-left: 30px;
    font-size: 29rem;
    line-height: 1.7;
    background: url(../images/common/foot_arrow.gif) no-repeat 0px 19rem;
  }
  .site-footer .fs_navi li a {
    text-decoration: underline;
    text-decoration: none !important;
    font-size: 14px;
  }
  .site-footer .copyright {
    text-align: center;
  }
}

.copyright {
  display: block;
  line-height: 1.9;
  font-size: 12rem;
}

/******************************************************
 bana_bord
******************************************************/
#bana_bord {
  margin-top: 0.938vw;
}

#bana_bord table {
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

#bana_bord table td {
  width: 33%;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 1.25vw 0px 1.25vw 0px;
  text-align: center;
}

#bana_bord_sp {
  /*display:none;*/
  width: 840rem;
  margin: 50rem auto 0 auto;
  /*min-height: 32vw;*/
  /*height: 450rem;*/
  min-height: 450rem;
}

.flex-control-nav {
  display: none;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
}

@media (max-width: 768px) {
  #bana_bord_sp {
    display: block;
    padding: 0px 50px;
    margin: 10px auto;
    /* width: calc(100% - 100px); */
    width: 240px;
    height: 460px;
  }
  .flex-viewport {
    margin-bottom: 20px;
  }
  .flex-control-nav {
    display: block;
    width: 100%;
    position: absolute;
    /* bottom: -40px; */
    text-align: center;
    left: 0px;
  }
}

.flexslider .flex-viewport .slides li p.ttl {
  font-size: 14px;
  line-height: 1.4;
  padding-left: 0;
  text-indent: 0;
  font-weight: bold;
}

.flexslider .flex-viewport .slides li p {
  font-size: 14px;
  line-height: 1.4;
  padding-left: 4em;
  text-indent: -4em;
}

/*==================================================================================
 navi
==================================================================================*/
/*==================================================================================
 print
==================================================================================*/
@media print {
  .site-header,
  .global-navi-base,
  .site-footer,
  .printBtn,
  .link-buttons,
  .pageTop,
  .sp {
    display: none !important;
  }
}

.container {
  max-width: 1420px;
  margin: 50px auto 15px auto;
  padding-left: 60px;
  padding-right: 60px;
}

.footer-recommend__slide {
  font-feature-settings: normal;
}

.footer-recommend__ttl {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #000;
}

.footer-recommend__slide {
  max-width: 895px;
  margin: 60px auto 100px;
}

.footer-recommend__slide a {
  font-size: 17px;
  color: #000;
}

.footer-recommend__slide .slick-dots li {
  width: 10px;
  height: 10px;
}

.footer-recommend__slide .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 50%;
  background-color: #707070;
}

.footer-recommend__slide .slick-prev,
.footer-recommend__slide .slick-next {
  top: 33%;
}

.footer-recommend__slide .slick-dots li.slick-active button {
  background-color: #50321e;
}

.footer-recommend__slide .slick-dots li button:before {
  display: none;
}

.footer-recommend__slide .slick-slide .cont {
  max-width: 240px;
  margin: 0 auto;
}

.footer-recommend__slide img {
  margin: 0 auto;
}

.footer-recommend__slide dl {
  padding: 0 10px;
  font-size: 1.4rem;
}

.footer-recommend__slide dl dt {
  margin: 15px 0 10px;
  font-size: 1.7rem;
  text-decoration: underline;
}

.footer-recommend__slide dl dd p {
  font-size: 14px;
  line-height: 1.4;
  padding-left: 4em;
  text-indent: -4em;
}

.slick-prev,
.slick-next {
  width: 19px !important;
  height: 37px !important;
  background: url(../images/common/arw_slide.png) no-repeat center/contain !important;
}

.slick-prev {
  transform: translateY(-50%) rotate(180deg) !important;
}

.slick-prev::before,
.slick-next::before {
  display: none;
}

@media screen and (max-width: 1000px) {
  .footer-recommend__slide .slick-prev {
    left: -10px;
  }
  .footer-recommend__slide .slick-next {
    right: -10px;
  }
}

@media screen and (max-width: 639px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-recommend__slide {
    margin-top: 30px;
    margin: 30px 30px 0 30px;
  }
  .footer-recommend__slide .slick-prev {
    left: -25px;
  }
  .footer-recommend__slide .slick-next {
    right: -25px;
  }
}

@media screen and (max-width: 768px) {
  /*====================================
 common
======================================*/
  main img {
    width: 100%;
  }
  .menu {
    top: 15px;
  }
  .main-visual .caption, .image .caption {
    font-size: 24rem;
  }
  /*==============================
 site-header
================================*/
  /*====================
 siteFooter
=============================*/
  .copyright {
    font-size: 11px;
  }
  #spfraijo {
    position: fixed;
    bottom: -45px;
    z-index: 10;
    display: inline-block !important;
    justify-content: space-between;
    background: #FFF;
    width: 100%;
  }
  #spfraijo span,
  #spfraijo a {
    display: inline-block;
    width: 49.5%;
    box-sizing: border-box;
    padding: 20px 0;
    background: #7C2E2E;
    text-align: center;
    line-height: 1;
    color: #fff;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.1em;
  }
  #spfraijo span.reserve01,
  #spfraijo a.reserve01 {
    padding: 15px 0 5px;
  }
  #spfraijo span .salon,
  #spfraijo a .salon {
    width: 100%;
    font-size: 12px;
    padding: 0 0 5px;
  }
  #spfraijo a.right {
    float: right;
  }
  #spfraijo a.bottom {
    margin-top: 1%;
  }
  #spfraijo span img,
  #spfraijo a img {
    display: block;
    width: 80%;
    max-width: 230px;
    margin: 0 auto;
  }
  #spfraijo span img {
    opacity: 0.4;
  }

  .gallery {
    font-size: 12px;
  }
}

.site-footer .footer-contacts .links li.reserveBtn a span.gallery02 {
    font-size: 18rem;
  }
@media screen and (max-width: 768px) {
  .site-footer .footer-contacts .links li.reserveBtn a span.gallery02 {
    font-size: 46rem;
  }
}

#map .maps li {
    display: inline-block;
    vertical-align: top;
}
#map .maps li.text {
    margin-right: 2% !important;
    width: 44%;
}
#map .maps li.image {
    float: right;
    width: 54%;
    margin-bottom: 25px;
}
#map main .content-inner .guide-map-box {
  background-color: #eeece5;
  padding: 50px 30px;
  margin-inline: auto;
  margin-bottom: 20px;
  clear: both;
}
#map main .content-inner .guide-map-box p.guide-map {
  font-size: 18px;
  font-weight: bold;
  color: #5a5a15;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 1.6em;
}

#map main .content-inner .guide-map-box div {
  width: 100%;
}

#map main .content-inner .guide-map-box img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #map .map01 {
    padding-top: 80px !important;
  }

  #map .maps li.text {
    width: 100%;
  }

  #map .maps li.image {
    width: 100%;
    margin-bottom: 20px;
  }

  #map .maps li.image img {
    max-width: 100%;
    height: auto;
  }

  #map main .content-inner .guide-map-box {
    padding: 30px 15px;
    margin-bottom: 20px;
  }

  #map main .content-inner .guide-map-box p.guide-map {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
