@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Cinzel");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

@-webkit-keyframes show {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes show {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@font-face {
  font-family: "notoserif";
  src: url("../fonts/notoserif/NotoSerifCJKjp-Regular.otf") format("opentype"), url("../fonts/notoserif/NotoSerifCJKjp-Regular.woff") format("woff");
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

.pc_inline {
  display: inline;
}
@media screen and (max-width: 768px) {
  .pc_inline {
    display: none;
  }
}

.sp_inline {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_inline {
    display: inline;
  }
}

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

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

img {
  max-width: 100%;
}

a {
  color: #434343;
  text-decoration: none;
}
a.hover_fade {
  display: block;
  opacity: 1.0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a.hover_fade:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .slick-prev,
  .slick-next {
    width: 3vw;
    height: 5vw;
  }
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -35px;
  background: url(../img/common/prev.png) 0 0 no-repeat;
  background-size: contain;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
  background: url(../img/common/prev.png) 0 0 no-repeat;
  background-size: contain;
}

.slick-next {
  right: -35px;
  background: url(../img/common/next.png) 0 0 no-repeat;
  background-size: contain;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
  background: url(../img/common/next.png) 0 0 no-repeat;
  background-size: contain;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .slick-dots {
    bottom: -9vw;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 1;
  color: #cfc3aa;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 768px) {
  .slick-dots li button:before {
    font-size: 2vw;
  }
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #a08756;
}

a[href^="tel:"] {
  cursor: default;
}

body {
  color: #434343;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.06em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
}
@media all and (-ms-high-contrast: none) {
  body {
    letter-spacing: 0.01em;
  }
}
body .yumin {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  body {
    /* font-family: "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    -webkit-text-size-adjust: 100%;
    font-weight: normal;
  }
}
body.open {
  overflow: hidden;
}

.loading {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
}
.loading div {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  background-color: #8b6c2e;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.btn {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 18px;
  background: #8b6c2e;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 10px 20px 10px 20px;
  border-radius: 6px;
  position: relative;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
@media all and (-ms-high-contrast: none) {
  .btn {
    padding: 10px 20px 6px 20px;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    /* font-family: "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    width: auto;
    font-size: calc(30/750 * 100vw);
    font-size: calc(0.8125rem + ((1vw - 3.2px) * 2.1277));
    font-size: 15px;
    padding: 2vw 9vw 2vw 4vw;
    max-width: 500px !important;
    -webkit-transition: 0;
    transition: 0;
  }
}
.btn:before, .btn:after {
  content: '';
  display: inline-block;
  position: absolute;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.btn:before {
  width: 15px;
  height: 1px;
  background: #fff;
  top: 50%;
  right: 16px;
}
@media screen and (max-width: 768px) {
  .btn:before {
    right: 20px;
    width: 28px;
    -webkit-transition: 0;
    transition: 0;
  }
}
@media screen and (max-width: 375px) {
  .btn:before {
    right: 4vw;
  }
}
.btn:after {
  width: 8px;
  height: 1px;
  background: #fff;
  top: 50%;
  margin-top: -3px;
  right: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .btn:after {
    width: 10px;
    right: 20px;
    margin-top: -4px;
    -webkit-transition: 0;
    transition: 0;
  }
}
@media screen and (max-width: 375px) {
  .btn:after {
    width: 3vw;
    right: 3.5vw;
    margin-top: -1vw;
  }
}
.btn:hover {
  background: #c5b596;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.btn:hover:before {
  right: 16px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
@media screen and (max-width: 768px) {
  .btn:hover:before {
    right: 3vw;
    -webkit-transition: 0;
    transition: 0;
  }
}
.btn:hover:after {
  right: 15px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
@media screen and (max-width: 768px) {
  .btn:hover:after {
    right: 2.5vw;
    -webkit-transition: 0;
    transition: 0;
  }
}

.btn01 {
  background: #8b6c2e;
  color: #fff;
}
.btn01:before {
  background: #fff;
}
.btn01:after {
  background: #fff;
}
.btn01:hover {
  background: #c5b596;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.btn01:hover:before {
  right: 11px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
@media screen and (max-width: 768px) {
  .btn01:hover:before {
    right: 3vw;
    -webkit-transition: 0;
    transition: 0;
  }
}
.btn01:hover:after {
  right: 10px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
@media screen and (max-width: 768px) {
  .btn01:hover:after {
    right: 2.5vw;
    -webkit-transition: 0;
    transition: 0;
  }
}

.btn02 {
  background: #fff;
  color: #8b6c2e;
  border: 1px solid #8b6c2e;
}
.btn02:before {
  background: #8b6c2e;
}
.btn02:after {
  background: #8b6c2e;
}
.btn02:hover {
  color: #fff;
  background: #c5b596;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.btn02:hover:before {
  background: #fff;
  right: 11px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
@media screen and (max-width: 768px) {
  .btn02:hover:before {
    right: 3vw;
    -webkit-transition: 0;
    transition: 0;
  }
}
.btn02:hover:after {
  background: #fff;
  right: 10px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
@media screen and (max-width: 768px) {
  .btn02:hover:after {
    right: 2.5vw;
    -webkit-transition: 0;
    transition: 0;
  }
}

.btn01_na:before, .btn01_na:after {
  content: none;
}
.tel_btn .tel {
  font-size: 25px;
  display: inline-block;
  margin-top: 10px;
}
.tel_btn .tel i:before {
  content: 'TEL';
  display: inline;
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .tel_btn .tel {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: calc(20/750 * 100vw);
  }
  .tel_btn .tel i:before {
    content: '';
    display: inline-block;
    width: calc(28/750 * 100vw);
    height: calc(43/750 * 100vw);
    background: url(../img/common/sp_tel02.png) center center no-repeat;
    background-size: contain;
  }
  .tel_btn {
    max-width: 500px;
    background: #fff;
    color: #8b6c2e;
    border: 1px solid #8b6c2e;
    border-radius: 6px;
    padding: calc(25/750 * 100vw) calc(36/750 * 100vw) calc(25/750 * 100vw) calc(36/750 * 100vw);
    display: block;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    font-size: 15px;
  }
  .tel_btn:before{
      content: '';
      width: 1px;
      height: 13px;
      display: inline-block;
  }
  .tel_btn .tel {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-family: "notoserif", serif;
  }
  .tel_btn .tel i:before {
    background: url(../img/common/sp_tel02_gold.png) center center no-repeat;
    background-size: contain;
    width: 20px;
    height: 30px;
    vertical-align: sub;
  }
  .tel_btn .tel {
    justify-content: center;
    margin-top: 0;
    font-size: 20px;
    font-weight: normal;
  }
  .tel_btn .tel i {
    display: flex;
    align-items: center;
    margin-right: 12px;
  }
}
@media screen and (max-width: 375px) {
  .tel_btn {
    font-size: 15px;
  }
}

.arrow {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  padding-right: 60px;
}
@media screen and (max-width: 768px) {
  .arrow {
    padding-right: 9vw;
  }
}
.arrow:before, .arrow:after {
  content: '';
  display: inline-block;
  position: absolute;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.arrow:before {
  width: 26px;
  height: 1px;
  background: #8b6c2e;
  top: 50%;
  right: 26px;
}
@media screen and (max-width: 768px) {
  .arrow:before {
    width: 6vw;
    right: 2vw;
  }
}
.arrow:after {
  width: 8px;
  height: 1px;
  background: #8b6c2e;
  top: 50%;
  margin-top: -3px;
  right: 25px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .arrow:after {
    right: 2vw;
  }
}
.arrow:hover {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.arrow:hover:before {
  right: 16px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
@media screen and (max-width: 768px) {
  .arrow:hover:before {
    right: 1vw;
    -webkit-transition: 0;
    transition: 0;
  }
}
.arrow:hover:after {
  right: 15px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
@media screen and (max-width: 768px) {
  .arrow:hover:after {
    right: 1vw;
    -webkit-transition: 0;
    transition: 0;
  }
}

.arrow_re {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .arrow_re {
    padding-left: 6vw;
  }
}
.arrow_re:before, .arrow_re:after {
  content: '';
  display: inline-block;
  position: absolute;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.arrow_re:before {
  width: 26px;
  height: 1px;
  background: #8b6c2e;
  top: 50%;
  left: 26px;
}
@media screen and (max-width: 768px) {
  .arrow_re:before {
    width: 4vw;
    left: 0vw;
  }
}
.arrow_re:after {
  width: 8px;
  height: 1px;
  background: #8b6c2e;
  top: 50%;
  margin-top: -3px;
  left: 25px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  .arrow_re:after {
    left: 0vw;
  }
}
.arrow_re:hover {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.arrow_re:hover:before {
  left: 16px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
@media screen and (max-width: 768px) {
  .arrow_re:hover:before {
    left: 0vw;
  }
}
.arrow_re:hover:after {
  left: 15px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
@media screen and (max-width: 768px) {
  .arrow_re:hover:after {
    left: 0vw;
  }
}

main {
  color: #434343;
  min-width: 1000px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.08em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
}
main .yumin {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media all and (-ms-high-contrast: none) {
  main {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 0 !important;
    min-width: 0;
    /* font-family: "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: calc(30/750 * 100vw);
    font-size: calc(0.8125rem + ((1vw - 3.2px) * 2.1277));
    font-size: 15px;
    font-weight: normal;
  }
}
main .inblock {
  max-width: 1000px;
  margin: 0 auto;
}
main .ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 35px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #af9b73;
}
@media all and (-ms-high-contrast: none) {
  main .ttl {
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 768px) {
  main .ttl {
    font-family: "notoserif", serif;
    font-size: calc(50/750 * 100vw);
    font-size: calc(1.375rem + ((1vw - 3.2px) * 4.2553));
    font-size: 25px;
    text-align: center;
    line-height: 1.5;
  }
}
@media screen and (max-width: 321px) {
  main .ttl {
    font-size: 22px;
  }
}
main .ttl span.large {
  font-size: 2em;
}
@media screen and (max-width: 768px) {
  main .ttl span.large {
    font-size: 1em;
  }
}
main .h3 {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  main .h3 {
    margin-bottom: calc(80/750 * 100vw);
  }
}
main .h3 p {
  font-size: 18px;
  font-family: "Cinzel", serif;
  color: #8b6c2e;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  main .h3 p {
    font-size: calc(34/750 * 100vw);
    font-size: calc(0.9375rem + ((1vw - 3.2px) * 3.1915));
    font-size: 18px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 375px) {
  main .h3 p {
    font-size: calc(30/750 * 100vw);
    margin-bottom: calc(16/750 * 100vw);
  }
}
main .h3 h3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 35px;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
@media all and (-ms-high-contrast: none) {
  main .h3 h3 {
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 768px) {
  main .h3 h3 {
    font-family: "notoserif", serif;
    /*font-size: calc(42/750 * 100vw);
    font-size: calc(1.125rem + ((1vw - 3.2px) * 5.3191));*/
    font-size: 30px;
    text-align: center;
    line-height: 1.5;
  }
}
@media screen and (max-width: 375px) {
  main .h3 h3 {
    font-size: calc(50/750 * 100vw);
  }
}
main .under_ttl01 {
  text-align: center;
}
main .under_ttl01 p {
  font-size: 18px;
  font-family: "Cinzel", serif;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  main .under_ttl01 p {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 375px) {
  main .under_ttl01 p {
    font-size: calc(30/750 * 100vw);
    margin-bottom: calc(16/750 * 100vw);
  }
}
main .under_ttl01 h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #fff;
}
@media all and (-ms-high-contrast: none) {
  main .under_ttl01 h2 {
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 768px) {
  main .under_ttl01 h2 {
    font-family: "notoserif", serif;
    font-size: 30px;
    text-align: center;
    line-height: 1.5;
  }
}
@media screen and (max-width: 375px) {
  main .under_ttl01 h2 {
    font-size: calc(50/750 * 100vw);
  }
}
main .under_lead {
  line-height: 1.55;
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  main .under_lead {
    width: auto;
    margin: 0 calc(60/750 * 100vw);
  }
}
main .under_lead:before, main .under_lead:after, main .under_lead > div:before, main .under_lead > div:after {
  content: '';
  display: inline-block;
  width: 70px;
  height: 70px;
  border-top: 1px solid #af9b73;
  border-left: 1px solid #af9b73;
  position: absolute;
  top: -50px;
}
@media screen and (max-width: 1100px) {
  main .under_lead:before, main .under_lead:after, main .under_lead > div:before, main .under_lead > div:after {
    content: none;
  }
}
main .under_lead:before {
  left: -50px;
}
main .under_lead:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  right: -50px;
}
@media screen and (max-width: 1000px) {
  main .under_lead:after {
    display: none;
  }
}
main .under_lead > div {
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  padding: 70px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media screen and (max-width: 1000px) {
  main .under_lead > div {
    padding: calc(80/750 * 100vw) calc(20/750 * 100vw);
  }
}
main .under_lead > div:before {
  top: auto;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  left: -50px;
  bottom: -50px;
}
@media screen and (max-width: 1000px) {
  main .under_lead > div:before {
    content: none;
  }
}
main .under_lead > div:after {
  top: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: -50px;
  bottom: -50px;
}
@media screen and (max-width: 1000px) {
  main .under_lead > div:after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  main .under_lead > div {
    font-family: "notoserif", serif;
  }
}
main .under_lead .p1 {
  font-size: 22px;
  color: #8b6c2e;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  main .under_lead .p1 {
    font-size: 17px;
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 375px) {
  main .under_lead .p1 {
    margin-bottom: calc(18/750 * 100vw);
  }
}
main .under_lead .p1 span {
  position: relative;
}
main .under_lead .p1 span:before, main .under_lead .p1 span:after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #cdc0a7;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 768px) {
  main .under_lead .p1 span:before, main .under_lead .p1 span:after {
    content: none;
  }
}
main .under_lead .p1 span:before {
  left: -40px;
}
main .under_lead .p1 span:after {
  right: -40px;
}
main .under_lead .p2 {
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  main .under_lead .p2 {
    font-size: 21px;
  }
}
main .under_lead .p3 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  margin-top: 30px;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  main .under_lead .p3 {
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
    text-align: justify;
    margin: 30px calc(40/750 * 100vw) 0;
  }
}
@media screen and (max-width: 375px) {
  main .under_lead .p3 {
    margin: calc(60/750 * 100vw) calc(40/750 * 100vw) 0;
  }
}
main .under_subttl {
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  main .under_subttl {
    font-family: "notoserif", serif;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 375px) {
  main .under_subttl {
    margin-bottom: calc(90/750 * 100vw);
  }
}
main .under_subttl p {
  font-size: 22px;
  color: #8b6c2e;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  main .under_subttl p {
    font-size: 17px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 375px) {
  main .under_subttl p {
    margin-bottom: calc(30/750 * 100vw);
  }
}
main .under_subttl h3 {
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  main .under_subttl h3 {
    font-size: 21px;
  }
}
main .box_deco01 {
  position: relative;
}
@media screen and (max-width: 768px) {
  main .box_deco01 {
    margin: 0 calc(40/750 * 100vw);
  }
}
main .box_deco01:before {
  content: '';
  width: 100%;
  height: calc(100% + 2px);
  border: 1px solid #af9b73;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}
main .box_deco01:after {
  content: '';
  width: calc(100% - 20px);
  height: calc(100% + 20px);
  border: 1px solid #af9b73;
  position: absolute;
  left: 50%;
  top: -10px;
  margin-left: calc((100% - 20px) / -2);
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
main .box_deco01 > div.deco01_in {
  background: #fff;
  margin: 0 11px;
  position: relative;
  z-index: 3;
}
main .thi {
  padding: 20px 0;
  width: 1000px;
  margin: 0 auto;
}
.home main .thi {
  display: none;
}
.child_site.home main .thi {
  display: block;
}
@media screen and (max-width: 768px) {
  main .thi {
    width: auto;
    padding: calc(16/750 * 100vw) calc(40/750 * 100vw);
  }
}
main .breadcrumbs {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  main .breadcrumbs {
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
main .breadcrumbs ul {
  display: table;
  font-size: 13px;
  letter-spacing: 0;
}
main .breadcrumbs ul li {
  margin: 0 10px 0 0;
  font-size: 13px;
  float: left;
}
@media screen and (max-width: 768px) {
  main .breadcrumbs ul li {
    font-size: calc(22/750 * 100vw);
    font-size: calc(0.625rem + ((1vw - 3.2px) * 2.1277));
    font-size: 11px;
    margin: 0 calc(16/750 * 100vw) 0 0;
    white-space: nowrap;
  }
}
main .breadcrumbs ul li:first-child::before {
  content: none;
}
main .breadcrumbs ul li:last-child {
  margin-right: 0;
}
main .breadcrumbs ul li:before {
  padding: 0 10px 0 0;
  content: ">";
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  main .breadcrumbs ul li:before {
    padding: 0 calc(16/750 * 100vw) 0 0;
    font-size: calc(22/750 * 100vw);
    font-size: calc(0.625rem + ((1vw - 3.2px) * 2.1277));
    font-size: 11px;
  }
}
main .breadcrumbs ul li a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
main .breadcrumbs ul li a:hover {
  color: #8b6c2e;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.sister_shop {
  width: 93.5%;
  margin-left: auto;
  margin-right: auto;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.sis_ttl_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sis_ttl {
  font-size: 35px;
}

.sis_ttl_bottom {
  display: none;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.sis_logo {
  width: 107px;
  margin-top: 40px;
  height: 100%;
}

.sis_content {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
}

.sis_img {
  width: 44.76%;
}

.sis_desc {
  width: 46.52%;
}

.sis_desc_ttl {
  font-size: 25px;
  line-height: 1;
}

.sis_address {
  font-size: 18px;
  margin-top: 15px;
  line-height: 2;
}
.under .sis_address {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.sis_time {
  font-size: 18px;
  display: flex;
  justify-content: flex-start;
}
.under .sis_time {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.sis_time_wrap {
  margin-top: 15px;
}

.sis_time + .sis_time {
  margin-top: 5px;
}

.sis_time dt {
  width: 70px;
}

.sis_time dd {
  flex: 1 1 0%;
}

.sis_tel {
  font-size: 25px;
  margin-top: 15px;
}

.sis_btn {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;

  flex-direction: column;
}

.sis_btn .btn {
  /* width: 48.28%; */
  padding: 6px 20px 6px 20px;
  width: 315px;
}

.sis_btn .btn + .btn {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .sister_shop {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .sis_ttl {
    font-size: 25px;
    font-weight: normal;
    font-family: "notoserif", serif;
  }
  
  .sis_ttl span {
    display: none;
  }

  .sis_ttl_bottom {
    font-weight: normal;
    font-size: 25px;
    display: block;
    margin-top: 10px;
    font-family: "notoserif", serif;
  }
  .sis_logo {
    margin-top: 20px;
  }
  .sis_content {
    margin-top: 35px;
    display: block;

  }

  .sis_img {
    width: 100%;
  }

  .sis_desc {
    width: 100%;
    text-align: center;
  }
  .sis_desc_ttl {
    display: none;
  }
  .sis_img {
    padding: 0 15px;
  }
  .sis_address {
    padding: 0 15px;
    font-size: 15px;
  }

  .sis_time_wrap {
      display: inline-block;
  }
  .sis_time {
    text-align: left;
  }
  .sis_time dt {
    text-align: right;
    width: auto;
    min-width: 60px;
    font-size: 15px;
  }

  .sis_time dd {
    text-align: left;
    padding-left: 20px;
    font-size: 15px;
  }
  .sis_tel {
    font-size: 15px;
  }

  .sis_btn {
    display: block;
    margin-top: 0;
  }

  .sis_btn .btn {
    width: 100%;
    padding: calc(25/750 * 100vw) calc(36/750 * 100vw) calc(25/750 * 100vw) calc(36/750 * 100vw);
    font-size: 15px;
    margin-top: 15px;
  }

}

.shop_list_box {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.shop_list_box .inblock {
  padding: 125px 0;
}

.shop_list_box .logo {
  text-align: center;
  margin-bottom: 62px;
}

.shop_list_box .logo .shop_list_text {
  font-size: 35px;
  margin-bottom: 18px;
}

.shop_list_box .logo .shop_list_logo {
  margin-bottom: 15px;
}
.shop_list_box .logo .shop_list_logo img {
  max-width: 293px;
}

.shop_list_box .box {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}

.shop_list_box .box .inbox {
  width: 480px;
  margin-bottom: 70px;
  height: auto !important;
}

.shop_list_box .box .inbox .place {
  font-size: 16px;
  font-family: "Cinzel", serif;
  color: #8b6c2e;
  position: relative;
  margin-bottom: 25px;
}

.shop_list_box .box .inbox .place span {
  background: #fff;
  padding-right: 4px;
  z-index: 2;
  position: relative;
}
.shop_list_box .box .inbox .place:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #af9b73;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.shop_list_box .box .inbox .text {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.shop_list_box .box .inbox .text .text1 {
  width: 165px;
  line-height: 1.4;
}

.shop_list_box .box .inbox .text .text1 p {
  font-size: 25px;
}

.shop_list_box .box .inbox .text .text2 {
  padding: 0;
  flex: 1 1 0%;
}
.shop_list_box .box .inbox .text .text2 p {
  font-size: 18px;
}

.shop_list_box .box .inbox .text .text2 .place_address {
  margin-top: 15px;
}
.under .shop_list_box .box .inbox .text .text2 .place_address {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.shop_list_box .box .inbox .text .text2 .place_time {
  margin-top: 20px;
}
.under .shop_list_box .box .inbox .text .text2 .place_time {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.shop_list_box .box .inbox .text .text2 .place_time dl {
  display: flex;
  justify-content: flex-start;
}

.shop_list_box .box .inbox .text .text2 .place_time dt {
  min-width: 80px;
}

.shop_list_box .box .inbox .text .text2 .place_time dd {
  flex: 1 1 0%;
}

.shop_list_box .box .inbox .text .text2 .btn {
  margin-top: 20px;
  width: 100%;
  padding: 8px 10px 8px 10px;
}

.shop_list_box .box .inbox .text .text2 .btn.btn_free {
  letter-spacing: 0;
  padding-left: 0;
  padding-right: 30px;
}

.shop_list_box .box .inbox .text .text2 .btn + .btn {
  margin-top: 15px;
}

.shop_list_box .box .inbox .text .text2 .btn:after {
  right: 19px;
}

.shop_list_box .box .inbox .text .text2 .btn:before {
  right: 20px;
}

.shop_list_box .box .inbox .text .text2 .btn:hover:after {
  right: 9px;
}

.shop_list_box .box .inbox .text .text2 .btn:hover:before {
  right: 10px;
}

@media screen and (max-width: 768px) {
  .shop_list_box {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border-top: 1px solid #af9b73;
  }

  .shop_list_box .inblock {
    padding: 70px 0 0;
  }

  .shop_list_box .logo {
    font-family: "notoserif", serif;
    margin-bottom: calc(40/750 * 100vw);
    letter-spacing: 0.14em;
  }

  .shop_list_box .logo .shop_list_text {
    font-size: 25px;
  }

  .shop_list_box .logo .shop_list_logo img {
    max-width: 191px;
  }

  .shop_list_box .logo p {
    font-size: calc(40/750 * 100vw);
    font-size: calc(1.0625rem + ((1vw - 3.2px) * 5.3191));
    font-size: 20px;
    margin-bottom: 5vw;
    letter-spacing: 0.14em;
  }
  .shop_list_box .logo .desc {
    font-size: calc(30/750 * 100vw);
    font-size: calc(0.8125rem + ((1vw - 3.2px) * 2.1277));
    font-size: 15px;
    font-family:"游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-top: 5vw;
    margin-bottom: 0;
  }
  .shop_list_box .box {
    margin: 0 calc(40/750 * 100vw);
  }
  .shop_list_box .box .inbox {
    width: 45%;
    margin-bottom: calc(40/750 * 100vw);
    position: relative;
    padding-bottom: calc(90/750 * 100vw);
  }

  .shop_list_box .box .inbox .place {
    font-size: calc(30/750 * 100vw);
    font-size: calc(0.8125rem + ((1vw - 3.2px) * 2.1277));
    font-size: 15px;
    margin-bottom: calc(12/750 * 100vw);
  }
  .shop_list_box .box .inbox .text {
    display: block;
  }
  .shop_list_box .box .inbox .text .text1 {
    width: auto;
  }
  .shop_list_box .box .inbox .text .text1 p {
    font-size: calc(30/750 * 100vw);
    font-size: calc(0.8125rem + ((1vw - 3.2px) * 2.1277));
    font-size: 15px;
    margin-bottom: calc(16/750 * 100vw);
  }
  .shop_list_box .box .inbox .text .text2 p {
    font-size: calc(26/750 * 100vw);
    font-size: calc(0.6875rem + ((1vw - 3.2px) * 3.1915));
    font-size: 14px;
    line-height: 1.5;
  }
  .shop_list_box .box .inbox .text .text2 .place_time dt {
    min-width: 50px;
  }
  .shop_list_box .box .inbox .text .text2 .btn {
    font-size: calc(24/750 * 100vw);
    font-size: calc(0.625rem + ((1vw - 3.2px) * 3.1915));
    font-size: 14px;
    padding: calc(16/750 * 100vw) calc(36/750 * 100vw) calc(16/750 * 100vw) calc(36/750 * 100vw);
    width: 100%;
    display: block;
    text-align: left;
    text-align: justify;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-top: 0;
  }
  .shop_list_box .box .inbox .text .text2 .btn.btn_free {
    letter-spacing: 0.08em;
    padding: calc(25/750 * 100vw) calc(36/750 * 100vw) calc(25/750 * 100vw) calc(36/750 * 100vw);
  }
  .shop_list_box .box .inbox .text .text2 .btn:after {
    width: 7px;
    right: calc(20/750 * 100vw);
    margin-top: -3px;
  }
  .shop_list_box .box .inbox .text .text2 .btn:before {
    right: calc(20/750 * 100vw);
    width: 14px;
  }
  .shop_list_box .box .inbox .text .text2 .btn:hover:after {
    right: calc(16/750 * 100vw);
  }
  .shop_list_box .box .inbox .text .text2 .btn:hover:before {
    right: calc(16/750 * 100vw);
  }
  .shop_list_box .logo p {
    letter-spacing: 0;
  }
  .shop_list_box .box .inbox {
    width: 100%;
  }
  .shop_list_box .box .inbox .text {
      text-align: center;
  }

  .shop_list_box .box .inbox .place,
  .shop_list_box .box .inbox .text .text1 .name,
  .shop_list_box .box .inbox .text .text2 .place_time,
  .shop_list_box .box .inbox .text .text2 .place_address,
  .shop_list_box .box .inbox .text .text2 .place_img {
    padding: 0 15px;
  }
  .shop_list_box .box .inbox .place:after {
    width: calc(100% - 30px);
    left: 15px;
  }
  .shop_list_box .box .inbox .place {
    text-align: center;
    margin-bottom: 30px;
  }
  .shop_list_box .box .inbox .place span {
    padding: 0 4px;
  }
  .shop_list_box .box .inbox .text .text2 .place_address {
    text-align: center;
    font-size: 15px;
    line-height: 2;
  }
  .shop_list_box .box .inbox .text .text2 .place_time {
    display: inline-block;
  }
  .shop_list_box .box .inbox .text .text2 .place_time dl {
    text-align: left;
  }
  .shop_list_box .box .inbox .text .text2 .place_time dt {
    text-align: right;
  }
  .shop_list_box .box .inbox .text .text2 .place_time dd {
    padding-left: 20px;
  }
  .shop_list_box .box .inbox .text .text1 .name {
    text-align: center;
    font-size: 20px;
    font-family: "notoserif", serif;
    margin-bottom: 30px;
  }
  .shop_list_box .box .inbox .text .text2 .btn {
    position: relative;
    bottom: auto;
    left: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .shop_list_box .box .inbox .text .text2 .btn {
    font-size: 15px;
    padding: calc(25/750 * 100vw) calc(36/750 * 100vw) calc(25/750 * 100vw) calc(36/750 * 100vw);
    margin-top: 15px;
  }

}

@media screen and (max-width: 375px) {
  .shop_list_box .inblock {
    padding: calc(140/750 * 100vw) 0 0;
  }
  .shop_list_box .logo p {
    margin-bottom: 5vw;
  }
  .shop_list_box .box .inbox .text .text2 p {
    font-size: 13px;
  }
  .shop_list_box .box .inbox .text .text2 .btn {
    font-size: 15px;
  }
}

@media all and (-ms-high-contrast: none) {
  .shop_list_box .box .inbox .text .text2 .btn {
    padding: 4px 10px 1px 4px;
  }
}

#header {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #434343;
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  #header {
    font-family: "notoserif", serif;
    position: relative;
  }
}
#header .inheader {
  max-width: 1000px;
  margin: 0 auto;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header > div {
  border-bottom: 1px solid #e9e9e9;
}
#header .fst {
  padding: 15px 0 12px;
  border-bottom: 0;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  #header .fst {
    height: 50px;
  }
}
#header .fst .inheader {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header .fst .logo {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #header .fst .logo {
    font-size: calc(20/750 * 100vw);
    font-size: calc(0.5625rem + ((1vw - 3.2px) * 2.1277));
    font-size: 10px;
    width: 100%;
  }
}
#header .fst .logo a {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .fst .logo a span {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #header .fst .logo a {
    padding: 0 calc(40/750 * 100vw);
  }
}
#header .fst .logo img {
  width: 191px;
  margin-right: 18px;
}
@media screen and (max-width: 768px) {
  #header .fst .logo img {
    width: calc(274/750 * 100vw);
    width: 135px;
    margin-right: calc(26/750 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  #header .fst .logo img {
    width: 114px;
  }
}
@media screen and (max-width: 768px) {
  #header .fst .logo span {
    font-size: 11px;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 350px) {
  #header .fst .logo span {
    font-size: 10px;
    letter-spacing: 0.01em;
  }
}
#header .fst .btn_area ul {
  font-size: 16px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header .fst .btn_area ul li:first-child a {
  background: #f59f88;
}

#header .fst .btn_area ul li:first-child a:hover {
  background: #facfc3;
}

#header .fst .btn_area ul li:last-child {
  margin-left: 14px;
}
#header .fst .btn_area ul li .btn01 {
  min-width: 230px;
  font-size: 16px;
  padding: 8px 20px;
  line-height: 1.2;
}
@media all and (-ms-high-contrast: none) {
  #header .fst .btn_area ul li .btn01 {
    padding: 8px 20px 4px 20px;
  }
}
@media screen and (max-width: 924px) {
  #header .fst .btn_area ul li .btn01 {
    min-width: 148px;
    font-size: 13px;
    padding: 8px 32px 8px 10px;
  }
}
#header .sec .inheader {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#header .sec ul.gnav {
  font-size: 16px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#header .sec ul.gnav li {
  margin-left: 27px;
}
@media screen and (max-width: 924px) {
  #header .sec ul.gnav li {
    margin-left: 14px;
  }
}
#header .sec ul.gnav li:first-child {
  margin-left: 0;
}
#header .sec ul.gnav li a {
  display: block;
  color: #434343;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding: 15px 0 12px;
  position: relative;
  white-space: nowrap;
}

@media screen and (max-width: 1000px) {
  #header .sec ul.gnav li a {
    font-size: 13px;
    padding: 20px 0 12px;
  }
}
@media all and (-ms-high-contrast: none) {
  #header .sec ul.gnav li a {
    padding: 15px 0 10px;
  }
}
#header .sec ul.gnav li a:after {
  content: '';
  height: 2px;
  background: #8b6c2e;
  width: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}
#header .sec ul.gnav li a:hover {
  color: #8b6c2e;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#header .sec ul.gnav li a:hover:after {
  opacity: 1.0;
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.guide #header .sec ul.gnav li:nth-child(1) a {
  color: #8b6c2e;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.guide #header .sec ul.gnav li:nth-child(1) a:after {
  opacity: 1.0;
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.effect #header .sec ul.gnav li:nth-child(2) a {
  color: #8b6c2e;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.effect #header .sec ul.gnav li:nth-child(2) a:after {
  opacity: 1.0;
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.menu #header .sec ul.gnav li:nth-child(3) a {
  color: #8b6c2e;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.menu #header .sec ul.gnav li:nth-child(3) a:after {
  opacity: 1.0;
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.voice #header .sec ul.gnav li:nth-child(4) a, .voice_d #header .sec ul.gnav li:nth-child(4) a {
  color: #8b6c2e;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.voice #header .sec ul.gnav li:nth-child(4) a:after, .voice_d #header .sec ul.gnav li:nth-child(4) a:after {
  opacity: 1.0;
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.faq #header .sec ul.gnav li:nth-child(5) a {
  color: #8b6c2e;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.faq #header .sec ul.gnav li:nth-child(5) a:after {
  opacity: 1.0;
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.for-men #header .sec ul.gnav li:nth-child(6) a {
  color: #8b6c2e;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.for-men #header .sec ul.gnav li:nth-child(6) a:after {
  opacity: 1.0;
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.hair-care #header .sec ul.gnav li:nth-child(7) a {
  color: #8b6c2e;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.hair-care #header .sec ul.gnav li:nth-child(7) a:after {
  opacity: 1.0;
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#footer {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #434343;
  background: #fff;
  width: 100%;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #footer {
    /* font-family: "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: calc(28/750 * 100vw);
    font-size: calc(0.75rem + ((1vw - 3.2px) * 3.1915));
    font-size: 14px;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: calc(165/750 * 100vw) calc(40/750 * 100vw) calc(102/519 * 100vw);
    background: url(../img/common/footer_sp_img.png) top right no-repeat;
    background-size: calc(341/750 * 100vw) calc(568/750 * 100vw);
  }
}

#footer .infooter {
  max-width: 1000px;
  margin: 0 auto;
}
#footer .btn_area {
  background: #f9f6ee;
  padding: 50px 0;
  margin-bottom: 40px;
}
#footer .btn_area .infooter {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer .btn_area .infooter > div {
  width: 48.5%;
}
#footer .btn_area .infooter > div .btn {
  width: 100%;
}
.trial #footer .btn_area .infooter > div, .schedule #footer .btn_area .infooter > div, .form #footer .btn_area .infooter > div {
  margin: 0 auto;
}
#footer .btn_area .infooter .deco01 {
  position: relative;
  text-align: center;
}
.trial #footer .btn_area .infooter .deco01, .schedule #footer .btn_area .infooter .deco01, .form #footer .btn_area .infooter .deco01 {
  display: none;
}
.form #footer .btn_area .infooter .deco01.inquiry {
  display: block;
}
#footer .btn_area .infooter .deco01 .deco01_text {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  line-height: 1;
  top: calc(-18px + -6px);
}
#footer .btn_area .infooter .deco01 .deco01_text span {
  position: relative;
  font-size: 16px;
  color: #8b6c2e;
}
#footer .btn_area .infooter .deco01 .deco01_text span:before, #footer .btn_area .infooter .deco01 .deco01_text span:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 48px;
  height: 6px;
  top: 50%;
  margin-top: -3px;
  background: url(../img/common/deco01.png) center center no-repeat;
  background-size: contain;
}
#footer .btn_area .infooter .deco01 .deco01_text span:before {
  left: -56px;
}
#footer .btn_area .infooter .deco01 .deco01_text span:after {
  right: -56px;
}
#footer .btn_area .infooter .deco01 a {
  position: relative;
  z-index: 1;
}
#footer .float_nav {
  height: 81px;
  position: fixed;
  bottom: -2px;
  left: 0;
  width: 100%;
  z-index: 101;
}
.home:not(.child_site) #footer .float_nav {
  display: none;
}
#footer .float_nav.none {
  display: none !important;
}
#footer .float_nav .innav {
  width: 100%;
  display: none;
  height: calc(100% - (102/519 * 100vw));
  background: #fff;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  bottom: 0;
  padding: 6vw calc(40/750 * 100vw);
  z-index: 100;
  height: 100% !important;
}

#footer .float_nav .innav .logo {
  text-align: center;
  margin-bottom: 4.5vw;
}
#footer .float_nav .innav .logo img {
  width: calc(300/750 * 100vw);
}
#footer .float_nav .innav .link {
  text-align: center;
}
#footer .float_nav .innav .gnav {
  margin-bottom: 8vw;
}
#footer .float_nav .innav .gnav ul {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer .float_nav .innav .gnav ul li {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #af9b73;
}
#footer .float_nav .innav .gnav ul li:nth-child(1), #footer .float_nav .innav .gnav ul li:nth-child(2) {
  border-top: 0;
}
#footer .float_nav .innav .gnav ul li a {
  display: block;
  color: #434343;
  padding: 4vw 0;
  line-height: 1;
  position: relative;
  background: transparent;
  height: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#footer .float_nav .innav .gnav ul li a:hover {
  color: #8b6c2e;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#footer .float_nav .innav .subnav {
  border-bottom: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  #footer .float_nav .innav .subnav {
    padding-bottom: 8vw;
  }
}

#footer .float_nav .innav .subnav ul li {
  width: 100%;
  margin: 0 0 2vw;
}
#footer .float_nav .innav .subnav ul li:last-child {
  margin-bottom: 0;
}

#footer .float_nav .innav .subnav ul li a {
  padding: 0;
  background: transparent;
  color: #434343;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#footer .float_nav .innav .subnav ul li a:hover {
  color: #8b6c2e;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#footer .float_nav > nav > ul {
  position: relative;
  z-index: 101;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 81px;
  background: #fff;
}
#footer .float_nav > nav > ul li {
  vertical-align: middle;
  width: 25%;
  height: 100%;
  font-size: 13px;
  text-align: center;
  border-left: 1px solid #fff;
}
#footer .float_nav > nav > ul li:first-child {
  border-left: 0;
}
#footer .float_nav > nav > ul li a, #footer .float_nav > nav > ul li .in {
  display: table;
  background: #8b6c2e;
  width: 100%;
  height: 81px;
  color: #fff;
  padding: 8px 0;
  line-height: 1.2;
}
#footer .float_nav > nav > ul li a:before, #footer .float_nav > nav > ul li .in:before {
  content: '';
  display: block;
  margin: 0 auto;
}
#footer .float_nav > nav > ul li.f1 {
  cursor: pointer;
}
.open #footer .float_nav > nav > ul li.f1 .in {
  background: #434343;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#footer .float_nav > nav > ul li.f1 .nav_toggle {
  display: block;
  display: block;
  width: 23px;
  height: 14px;
  position: relative;
  margin: 12px auto;
}
#footer .float_nav > nav > ul li.f1 .nav_toggle div {
  position: relative;
}
#footer .float_nav > nav > ul li.f1 .nav_toggle span {
  display: block;
  height: 2px;
  background: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#footer .float_nav > nav > ul li.f1 .nav_toggle span:nth-child(1) {
  top: 0px;
}
.open #footer .float_nav > nav > ul li.f1 .nav_toggle span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#footer .float_nav > nav > ul li.f1 .nav_toggle span:nth-child(2) {
  top: 6px;
}
.open #footer .float_nav > nav > ul li.f1 .nav_toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
#footer .float_nav > nav > ul li.f1 .nav_toggle span:nth-child(3) {
  top: 12px;
}
.open #footer .float_nav > nav > ul li.f1 .nav_toggle span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
#footer .float_nav > nav > ul li.f2 {
  opacity: 1.0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#footer .float_nav > nav > ul li.f2 a:before {
  width: 20px;
  height: 24px;
  background: url(../img/common/footer_sp_nav02.svg) center center no-repeat;
  background-size: contain;
  margin: 0 auto 4px;
}
#footer .float_nav > nav > ul li.f3 {
  opacity: 1.0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#footer .float_nav > nav > ul li.f3 a:before {
  width: 21px;
  height: 19px;
  background: url(../img/common/footer_sp_nav03.svg) center center no-repeat;
  background-size: contain;
  margin: 4px auto 12px;
}
#footer .float_nav > nav > ul li.f4 {
  opacity: 1.0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#footer .float_nav > nav > ul li.f4 a {
  padding: 12px 0 2px;
}
#footer .float_nav > nav > ul li.f4 a:before {
  width: 29px;
  height: 20px;
  background: url(../img/common/footer_sp_nav04.svg) center center no-repeat;
  background-size: contain;
  margin: 0 auto 4px;
}
#footer .float_nav .f_recruit {
  margin-bottom: 25px;
}
#footer .pagetop {
  text-align: center;
  margin-bottom: 10px;
  color: #8b6c2e;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  cursor: pointer;
  padding-top: 1.4em;
  position: relative;
}
@media screen and (max-width: 768px) {
  #footer .pagetop {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding-top: 12vw;
    font-size: calc(30/750 * 100vw);
    font-size: calc(0.8125rem + ((1vw - 3.2px) * 2.1277));
    font-size: 15px;
    margin-bottom: calc(70/750 * 100vw);
    font-family: "Cinzel", serif;
  }
}
#footer .pagetop:before {
  content: '';
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border-top: 2px solid #8b6c2e;
  border-right: 2px solid #8b6c2e;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -0.4em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  #footer .pagetop:before {
    top: 6.5vw;
  }
}
#footer .pagetop:hover:before {
  top: -10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  #footer .pagetop:hover:before {
    top: 5vw;
  }
}
#footer .logo_area {
  margin-bottom: 36px;
  background: #fff;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #footer .logo_area {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border: 5px solid #cfc3aa;
    padding: calc(80/750 * 100vw) calc(40/750 * 100vw) calc(66/750 * 100vw);
    margin-bottom: calc(60/750 * 100vw);
  }
}
#footer .logo_area .logo {
  text-align: center;
  padding-right: 4px;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  #footer .logo_area .logo {
    margin-bottom: calc(16/750 * 100vw);
  }
}
#footer .logo_area .logo img {
  width: 212px;
}
@media screen and (max-width: 768px) {
  #footer .logo_area .logo img {
    width: calc(354/750 * 100vw);
  }
}
#footer .logo_area .link {
  text-align: center;
}
#footer .logo_area .link .btn {
  min-width: 300px;
  background: #af9b73;
}
#footer .logo_area .link .btn:hover {
  background: #c5b596;
}
#footer .logo_area .gnav ul {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: auto;
}
#footer .logo_area .gnav ul li {
  width: 47%;
  text-align: center;
  border-top: 1px solid #af9b73;
  height: auto;
  font-size: 14px;
}
@media screen and (max-width: 321px) {
  #footer .logo_area .gnav ul li {
    font-size: 13px;
  }
}
#footer .logo_area .gnav ul li:nth-child(1), #footer .logo_area .gnav ul li:nth-child(2) {
  border-top: 0;
}
#footer .logo_area .gnav ul li:nth-child(7) a, #footer .logo_area .gnav ul li:nth-child(8) a {
  padding: calc(14/750 * 100vw) calc(17/750 * 100vw) calc(14/750 * 100vw) 0;
  letter-spacing: -0.01em;
}
#footer .logo_area .gnav ul li a {
  display: block;
  padding: calc(14/750 * 100vw) 0;
  line-height: 1;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#footer .logo_area .gnav ul li a:hover {
  color: #8b6c2e;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#footer .logo_area .gnav ul li a:before {
  content: '';
  position: absolute;
  display: inline-block;
  right: 0;
  top: 50%;
  margin-top: -0.25em;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #8b6c2e;
  border-right: 1px solid #8b6c2e;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#footer .logo_area + .f_recruit {
  order: 2;
  margin-bottom: 25px;
}
#footer .subnav {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #footer .subnav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-bottom: calc(46/750 * 100vw);
    margin-bottom: 0;
    border-bottom: 1px solid #af9b73;
  }
}
#footer .subnav ul {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #footer .subnav ul {
    display: block;
    text-align: center;
    font-size: calc(28/750 * 100vw);
    font-size: calc(0.75rem + ((1vw - 3.2px) * 3.1915));
    font-size: 14px;
    height: auto;
  }
}
#footer .subnav ul li {
  margin: 0 16px;
}
@media screen and (max-width: 768px) {
  #footer .subnav ul li {
    display: inline-block;
    margin: 0 calc(16/750 * 100vw) calc(10/750 * 100vw);
    height: auto;
    white-space: nowrap;
  }
}
#footer .subnav ul a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#footer .subnav ul a:hover {
  color: #8b6c2e;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#footer .copy {
  text-align: center;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #footer .copy {
    padding-top: calc(46/750 * 100vw);
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: calc(28/750 * 100vw);
    font-size: calc(0.75rem + ((1vw - 3.2px) * 3.1915));
    font-size: 14px;
  }
}

/* parts */
.mini_btn {
  text-align: center;
}

.mini_btn a {
  display: inline-block;
  width: 50%;
  background: #c5b596;
  border-radius: 6px;
  padding: 8px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  position: relative;
}

.mini_btn a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}








/* ipad mini用 */
@media screen and (min-width: 768px) and (max-width: 1024px) and (-webkit-device-pixel-ratio: 1) {
  body {
   -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
  main {
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
}


@media screen and (min-width: 376px) and (max-width: 768px) {
  main section.guide01 > .kv,
  main section.effect01 > .kv,
  main section.menu01 > .kv,
  main section.voice01 > .kv,
  main section.voice_d01 > .kv,
  main section.faq01 > .kv,
  main section.for-men01 > .kv,
  main section.hair-care01 > .kv,
  main section.trial01 > .kv,
  main section.salon01 > .kv {
      padding-top: calc((43.6vw - 83px) / 2);
  }

  main section.schedule01 .kv,
  main section.form01 .kv {
    padding-top: calc((42vw - 128px) / 2);
  }
}

@media screen and (max-width: 768px) {
  main section.salon_kv .logo {
      padding-top: 11.77vw;
  }
}


/*
.btn_pcsp
 */
.btn_pcsp { width: 370px;  }
@media screen and (max-width: 768px) {
  .btn_pcsp { width: 89.9vw; }
}