@charset "UTF-8";
/* --------------------------------

  CSS Reset

-------------------------------- */
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 500;
  font-style: normal;
}

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

a {
  color: #e7d7bd;
  border: none;
  text-decoration: none;
}

a:hover {
  color: #cdaf7e;
  text-decoration: underline;
}

img, video, iframe {
  max-width: 100%;
}

img {
  height: auto;
  border: none;
  vertical-align: top;
}

b, strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

blockquote,
q {
  quotes: none;
}

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

a, area, button, [role=button], input:not([type=range]), label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button {
  border: none;
  background: none;
}
button:hover, button:active, button:focus {
  outline: none;
}
button:active, button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.list-unstyled,
.list-style-none {
  list-style: none;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-white {
  color: #fff;
}

.text-danger {
  color: #cb302c !important;
}

.fs-lg {
  font-size: 1.05em;
}
@media screen and (min-width: 1100px), print {
  .fs-lg {
    font-size: 1.15em;
  }
}

.fs-sm {
  font-size: 0.9em;
}

* {
  scroll-behavior: auto !important;
}

/* --------------------------------

  共通スタイル

-------------------------------- */
/* 共通見出し（h2相当）*/
.heading {
  position: relative;
  max-width: 1100px;
  margin: 0 auto 2rem;
  padding-bottom: 0.75rem;
  line-height: 1.3;
}
@media screen and (min-width: 1100px), print {
  .heading {
    margin-bottom: 3rem;
  }
}
.heading.h2 {
  font-size: 2.6rem;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 1100px), print {
  .heading.h2 {
    font-size: 3rem;
  }
}
.heading.h3 {
  max-width: none;
  margin: 0 -1.5rem 3rem;
  padding: 3rem 0;
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
  background-color: #000;
}
@media screen and (min-width: 1100px), print {
  .heading.h3 {
    margin: 0 -3rem 6.5rem;
    padding: 5rem 0;
    font-size: 3.2rem;
  }
}
.heading .sub {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
}
@media screen and (min-width: 1100px), print {
  .heading .sub {
    font-size: 1.6rem;
  }
}

/* 共通リスト */
.list {
  list-style-type: none;
  line-height: 1.5;
}
.list li {
  position: relative;
  padding-left: 1.15em;
}
.list li:not(:last-child) {
  margin-bottom: 0.35em;
}
.list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 0.55em;
  height: 0.55em;
  border-radius: 100%;
  background-color: #000;
}

/* インデント */
.indent {
  margin-left: 1em;
  text-indent: -1em;
}

/* リンクボタン */
.link-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: top;
  position: relative;
  padding: 1rem 3rem;
  color: #070708;
  line-height: 1.2;
  text-align: center;
  background-color: #e7d7bd;
  -webkit-transition: color 0.25s, border-color 0.25s, background-color 0.25s;
  transition: color 0.25s, border-color 0.25s, background-color 0.25s;
}
.link-button::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  margin: 0 1rem 0 -0.5rem;
  border-top: 1px solid #070708;
  border-right: 1px solid #070708;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.link-button-lg {
  font-size: 1.1em;
}
/* 共通リンクボタン（ホバー）*/
a.link-button:hover {
  color: #070708;
  text-decoration: none;
  background-color: #cdaf7e;
}

/* コンテンツ画面中央寄せ */
.inner {
  position: relative;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.inner::after {
  content: "";
  display: table;
  clear: both;
}

/* アンカー位置調整 */
.anchor-point {
  display: block;
}
.anchor-point::before {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  margin-top: -101px;
  margin-bottom: 100px;
  background: transparent;
  z-index: -100;
}
/* Google Maps */
.gmap-area {
  position: relative;
}
.gmap-area::before {
  content: "";
  display: block;
  padding-top: 400px;
}
.gmap-area iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 共通テーブル */
.table-style {
  display: block;
  line-height: 1.5;
}
.table-style tbody {
  display: block;
}
.table-style tr {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
@media screen and (max-width: 639.98px) {
  .table-style tr {
    display: block;
  }
}
.table-style tr:not(:last-child) {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #f3ece0;
}
@media screen and (max-width: 639.98px) {
  .table-style tr:not(:last-child) {
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.table-style th {
  vertical-align: top;
  width: 7em;
  font-weight: 700;
}
@media screen and (max-width: 639.98px) {
  .table-style th {
    display: block;
    width: auto;
  }
}
.table-style td {
  vertical-align: top;
}
@media screen and (max-width: 639.98px) {
  .table-style td {
    display: block;
  }
}
.table-style .tel-link {
  color: #070708;
}
.table-style a.tel-link {
  color: #070708;
}
.table-style a.tel-link:hover {
  color: #cdaf7e;
}

/* ノート罫線 */
.notebook-line {
  position: relative;
  padding-right: 0.5em;
  padding-left: 0.5em;
  line-height: 40px;
  border-top: 1px solid #ddd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(97%, rgba(0, 0, 0, 0)), color-stop(97%, #ddd), to(#ddd));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 97%, #ddd 97%, #ddd 100%);
  background-size: 100% 40px;
}
.notebook-line-whiteline {
  border-top-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(97%, rgba(0, 0, 0, 0)), color-stop(97%, #fff), to(#fff));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 97%, #fff 97%, #fff 100%);
}
.notebook-line-dotted {
  padding-top: 1px;
  line-height: 40px;
  border-top: none;
  background: url(../img/base/notebook_gry.svg) 0 100%;
  background-size: auto;
}
.notebook-line-whitedotted {
  background-image: url(../img/base/notebook_wht.svg);
}
/* CSS カウンター | https://developer.mozilla.org/ja/docs/Web/Guide/CSS/Counters */
.counter-reset {
  counter-reset: section;
}
.counter::before {
  counter-increment: section;
  content: counter(section) ". ";
}

/* アコーディオン */
.accordion-button {
  display: block;
  position: relative;
  padding: 1rem;
  border: 1px solid #070708;
  cursor: pointer;
}
.accordion-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 1.5rem;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 2px solid #070708;
  border-right: 2px solid #070708;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.accordion-button.is-active {
  border-color: #cdaf7e;
}
.accordion-button.is-active::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.accordion-panel {
  padding-top: 1rem;
}

/* タブ切り替え */
.tab-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1rem -1rem 0;
}
.tab-label {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  width: 33.33333%;
  padding: 0 1rem 1rem 0;
  cursor: pointer;
}
.tab-label .label {
  display: block;
  padding: 1rem;
  border: 1px solid #070708;
}
.tab-input {
  display: none;
}
.tab-content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.tab-input:checked + .tab-label .label {
  border-color: #cdaf7e;
}
.tab-input:checked + .tab-label + .tab-content {
  height: auto;
  overflow: visible;
  opacity: 1;
  pointer-events: visible;
}

/* --------------------------------

  html, body

-------------------------------- */
html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 1100px), print {
  html {
    overflow-y: scroll;
  }
}

body {
  min-width: 320px;
  line-height: 1.4;
  font-size: 1.6em;
  font-family: "Noto Serif JP", sans-serif;
  color: #070708;
  text-align: left;
  background-color: #000;
}

@media screen and (max-width: 1099.98px) {
  html.nav-open {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
  }
}

/* --------------------------------

  wrapper

-------------------------------- */
.wrapper {
  position: relative;
  padding-bottom: 6rem;
  overflow: hidden;
}
@media screen and (min-width: 1100px), print {
  .wrapper {
    padding-bottom: 0;
  }
}

/* --------------------------------

  header

-------------------------------- */
.header {
  padding-top: 6rem;
}
@media screen and (min-width: 1100px), print {
  .header {
    padding-top: 6.2rem;
  }
}
.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  font-size: 100%;
  background-color: #000;
  z-index: 900;
}
@media screen and (min-width: 1100px), print {
  .header-container {
    display: block;
    position: absolute;
    height: auto;
    background: none;
    z-index: 1010;
  }
}
@media screen and (max-width: 767.98px) {
  .header-logo {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .header-logo .site-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    font-size: 100%;
  }
}
@media screen and (min-width: 1100px), print {
  .header-logo .site-logo {
    position: absolute;
    top: 0.4rem;
    left: 1rem;
  }
}
.header-logo .site-logo a {
  display: block;
  padding-top: 5px;
  /* width: 16rem; */
}
@media screen and (min-width: 768px), print {
  .header-logo .site-logo a {
    width: 22rem;
    padding-top:0;
  }
}
@media screen and (min-width: 1100px), print {
  .header-logo .site-logo a {
    width: 28rem;
  }
}
.header-reserve {
  display: none;
  position: fixed;
  top: 6rem;
  right: 0;
  width: 100%;
  height: calc(100% - 12rem);
}
@media screen and (min-width: 1100px), print {
  .header-reserve {
    position: absolute;
    top: 6.2rem;
    width: 68.6rem;
    height: auto;
    padding: 1.3rem;
  }
}

/* スクロール時固定用 */
@media screen and (max-width: 1099.98px) {
  .header.is-fixed .header-container {
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 1100px) {
  .header.is-fixed .header-container,
.header.is-fixed .reserve-button {
    position: fixed;
    top: -60px;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  .header.is-fixed .reserve-button {
    -webkit-transition: color 0.35s, background-color 0.35s, -webkit-transform 0.2s;
    transition: color 0.35s, background-color 0.35s, -webkit-transform 0.2s;
    transition: color 0.35s, background-color 0.35s, transform 0.2s;
    transition: color 0.35s, background-color 0.35s, transform 0.2s, -webkit-transform 0.2s;
  }
}

/* --------------------------------

  nav

-------------------------------- */
.nav {
  display: block;
  position: fixed;
  top: 0;
  left: -32rem;
  width: 32rem;
  height: 100%;
  z-index: 1000;
}
@media screen and (min-width: 1100px), print {
  .nav {
    position: absolute;
    left: auto;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1099.98px) {
  .nav {
    -webkit-transition: left 0.35s;
    transition: left 0.35s;
  }
}
@media screen and (max-width: 1099.98px) {
  .nav-open .nav {
    left: 0;
  }
}
.nav-container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #000;
  z-index: 10;
}
@media screen and (min-width: 1100px), print {
  .nav-container {
    padding: 0 20rem 0 0;
    overflow: visible;
  }
}

/* メインナビ */
@media screen and (max-width: 1099.98px) {
  .main-nav {
    padding: 9rem 1rem 5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.main-nav .nav-item {
  position: relative;
}
.main-nav .nav-link {
  display: block;
  position: relative;
  padding: 1.5rem 0;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 6.2rem;
    padding: 0 2rem;
    font-size: 2rem;
    background-color: #000;
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
  }
}
@media screen and (min-width: 1280px), print {
  .main-nav .nav-link {
    padding: 0 3rem;
  }
}
.main-nav .nav-link:hover {
  text-decoration: none;
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-link:hover {
    background-color: #777;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-home,
.main-nav .nav-news {
    display: none;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-reserve {
    display: none;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-reserve .nav-link {
    padding: 0 5rem;
    background-color: #cdaf7e;
  }
  .main-nav .nav-reserve .nav-link:hover {
    background-color: #e7d7bd;
  }
}

/* ナビゲーション開閉ボタン */
.nav-button {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 1;
  font-family: inherit;
  background-color: #f3ece0;
  cursor: pointer;
  z-index: 910;
}
@media screen and (min-width: 1100px), print {
  .nav-button {
    display: none;
  }
}
.nav-open .nav-button {
  background-color: #000;
}
.nav-button-icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 2.5rem;
  height: 1.8rem;
  margin: auto;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.nav-open .nav-button-icon {
  border: none;
}
.nav-button-icon::before, .nav-button-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  border-top: 2px solid #000;
}
.nav-open .nav-button-icon::before, .nav-open .nav-button-icon::after {
  border-color: #fff;
}
.nav-open .nav-button-icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav-button-icon::after {
  display: none;
}
.nav-open .nav-button-icon::after {
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* ナビゲーション背景 */
@media screen and (min-width: 1100px), print {
  .nav-screen {
    display: none;
  }
}
.nav-screen-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.nav-open .nav-screen-overlay {
  pointer-events: auto;
  opacity: 0.45;
  cursor: pointer;
}

/* スクロール時固定用 */
@media screen and (min-width: 1100px) {
  .nav.is-fixed {
    position: fixed;
    top: -60px;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
}

/* --------------------------------

  main

-------------------------------- */
.main {
  padding: 5rem 1.5rem;
  background-color: #fff;
}
@media screen and (min-width: 1100px), print {
  .main {
    padding: 7.5rem 3rem;
  }
}

/* --------------------------------

  footer

-------------------------------- */
/* ページの先頭へ */
.pagetop {
  display: block;
  position: fixed;
  right: 5px;
  bottom: 65px;
  width: 45px;
  height: 45px;
  overflow: hidden;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px), print {
  .pagetop {
    right: 10px;
    bottom: 70px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1100px), print {
  .pagetop {
    bottom: 10px;
  }
}
.pagetop.is-fixed {
  opacity: 1;
  pointer-events: auto;
}
.pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.pagetop a:hover {
  text-decoration: none;
}
@media screen and (min-width: 1100px), print {
  .pagetop a:hover {
    background-color: #777;
  }
}
.pagetop a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* コピーライト */
.copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5.5rem;
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px), print {
  .copy {
    height: 7rem;
  }
}
.copy small {
  display: block;
  width: 100%;
  font-size: 1.1rem;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px), print {
  .copy small {
    font-size: 100%;
    text-align: center;
  }
}
.copy .year {
  display: inline-block;
  margin: 0 0.5em;
}

/* --------------------------------

  ページタイトル

-------------------------------- */
.page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 0;
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: 0.15em;
  background-color: #f3ece0;
}
@media screen and (min-width: 1100px), print {
  .page-title {
    padding: 2.5rem 0;
  }
}
.page-title::before {
  content: attr(data-subtitle);
  display: block;
  margin: -0.15em 1rem 0 0;
  line-height: 1em;
  font-size: 2.4rem;
  letter-spacing: 0.015em;
}
@media screen and (min-width: 768px), print {
  .page-title::before {
    margin: -0.15em 1.5rem 0 0;
    font-size: 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .page-title::before {
    font-size: 3.4rem;
  }
}
.page-title-container {
  background-color: #f3ece0;
}

/* --------------------------------

  お問い合わせボタン

-------------------------------- */
/* お問い合わせ（電話）*/
.tel-button {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 6rem;
  height: 6rem;
  overflow: hidden;
  cursor: pointer;
  z-index: 990;
}
@media screen and (min-width: 1100px), print {
  .tel-button {
    display: none;
  }
}
/* お問い合わせ（予約）*/
.reserve-button {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6rem;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 2rem;
  font-family: inherit;
  letter-spacing: 0.05em;
  background-color: #cdaf7e;
  overflow: hidden;
  cursor: pointer;
  z-index: 900;
}
@media screen and (min-width: 1100px), print {
  .reserve-button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    width: 20rem;
    height: 6.2rem;
    -webkit-transition: color 0.35s, background-color 0.35s;
    transition: color 0.35s, background-color 0.35s;
    z-index: 1010;
  }
  .reserve-button:hover {
    color: #070708;
    background-color: #e7d7bd;
  }
}
/* --------------------------------

  トップページ

-------------------------------- */
/* ページ内共通 */
.section-secondary:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (min-width: 1100px), print {
  .section-secondary:not(:last-child) {
    margin-bottom: 7.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .section-secondary .inner {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
.section-dummy {
  text-align: center;
}
.section-dummy:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (min-width: 1100px), print {
  .section-dummy:not(:last-child) {
    margin-bottom: 7.5rem;
  }
}
.section-dummy_wide {
  margin-right: -22.5%;
  margin-left: -22.5%;
}
@media screen and (min-width: 1100px), print {
  .section-dummy_wide {
    margin-right: -250px;
    margin-left: -250px;
  }
}
.section-header {
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px), print {
  .section-header {
    margin-bottom: 5rem;
  }
}
.section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  font-weight: 700;
  font-size: 2.5rem;
}
@media screen and (min-width: 768px), print {
  .section-heading {
    font-size: 3.3rem;
  }
}
.section-heading::before, .section-heading::after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  margin-top: 0.15em;
  background-color: #070708;
}
.section-heading::before {
  margin-right: 1.5rem;
}
.section-heading::after {
  margin-left: 1.5rem;
}

/* スライダー */
.slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider .splide__slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slider .splide__slide::before {
  content: "";
  display: block;
  padding-top: 90%;
}
@media screen and (min-width: 768px), print {
  .slider .splide__slide::before {
    padding-top: 66.7577%;
  }
}
@media screen and (min-width: 1100px), print {
  .slider .splide__slide::before {
    padding-top: 733px;
  }
}
.slider .splide__slide img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-section {
  position: relative;
  margin: -5rem -1.5rem 0;
  overflow: hidden;
}
@media screen and (min-width: 1100px), print {
  .slider-section {
    margin: -7.5rem -3rem 0;
  }
}
.slider-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-main {
  display: none;
}
@media screen and (min-width: 768px), print {
  .slider-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 6rem;
    background-color: #f3ece0;
  }
}
@media screen and (min-width: 1100px), print {
  .slider-main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
  }
}
.slider-side {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1099.98px) {
  .slider-side {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 1100px), print {
  .slider-side {
    width: 68.625%;
  }
}
.slider-side::before {
  content: "";
  display: block;
  padding-top: 90%;
}
@media screen and (min-width: 768px), print {
  .slider-side::before {
    padding-top: 66.7577%;
  }
}
@media screen and (min-width: 1100px), print {
  .slider-side::before {
    padding-top: 733px;
  }
}
.slider-url {
  display: block;
  margin: auto;
  letter-spacing: 0.15em;
  font-size: 1.2rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (min-width: 768px), print {
  .slider-url {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .slider-url {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1600px), print {
  .slider-url {
    font-size: 1.5vw;
  }
}

/* お知らせ一覧 */
.news-section {
  position: relative;
  margin: 0 -1.5rem -5rem;
  padding: 5rem 1.5rem;
  overflow: hidden;
}
@media screen and (min-width: 1100px), print {
  .news-section {
    margin: 0 -3rem -7.5rem;
    padding: 9rem 5rem;
  }
}
.news-section-bg .bg-img {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  opacity: 0.25;
}
@media screen and (min-width: 480px), print {
  .news-section-bg .bg-img {
    width: 30%;
  }
}
@media screen and (min-width: 768px), print {
  .news-section-bg .bg-img {
    width: 29.1rem;
  }
}
@media screen and (min-width: 1100px), print {
  .news-section-bg .bg-img {
    opacity: 1;
  }
}
.news-section-bg .bg-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-section-bg .bg-img1 {
  left: 0;
}
.news-section-bg .bg-img1 img {
  -o-object-position: right;
     object-position: right;
}
.news-section-bg .bg-img2 {
  right: 0;
}
.news-section-bg .bg-img2 img {
  -o-object-position: left;
     object-position: left;
}
.news-container {
  max-width: 64rem;
}
@media screen and (min-width: 1100px), print {
  .news-container {
    max-width: 88rem;
  }
}
@media screen and (min-width: 1100px), print {
  .news-container .news-list {
    font-size: 2rem;
  }
}

/* ローディング */
.loader {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 15;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
.loader.loading {
  opacity: 1;
  pointer-events: auto;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* アニメーション */
.anim-item {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(75px);
          transform: translateY(75px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.anim-item.is-active {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 1099.98px) {
  .anim-item--none {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
}

/* 導入部 */
.fine-intro-section {
  padding: 5rem 0;
}
@media screen and (min-width: 1100px), print {
  .fine-intro-section {
    margin: 0 -3rem;
    padding: 9rem 5rem;
  }
}
@media screen and (min-width: 992px), print {
  .fine-intro-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1600px;
    margin: auto;
  }
}
@media screen and (min-width: 992px), print {
  .fine-intro-main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-item-align: center;
        align-self: center;
    margin-left: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .fine-intro-main {
    margin-left: 3rem;
  }
}
.fine-intro-side {
  margin: 0 -1.5rem 2.5rem;
}
@media screen and (min-width: 992px), print {
  .fine-intro-side {
    width: 40vw;
    margin: 0;
  }
}
@media screen and (min-width: 1100px), print {
  .fine-intro-side {
    width: 40rem;
  }
}
@media screen and (min-width: 1440px), print {
  .fine-intro-side {
    width: 60rem;
  }
}
.fine-intro-img {
  max-width: 48rem;
  margin: auto;
}
@media screen and (min-width: 992px), print {
  .fine-intro-img {
    max-width: none;
  }
}
.fine-intro-img img {
  width: 100%;
}
.fine-intro-description {
  line-height: 1.8;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1440px), print {
  .fine-intro-description {
    font-size: 1.9rem;
  }
}

/* メニュー */
.fine-menu-section {
  margin: 0 -1.5rem;
  padding: 5rem 1.5rem;
  background-color: #f3ece0;
}
@media screen and (min-width: 1100px), print {
  .fine-menu-section {
    margin: 0 -3rem;
    padding: 9rem 5rem;
  }
}
.fine-menu-section-secondary {
  margin-bottom: -5rem;
}
@media screen and (min-width: 1100px), print {
  .fine-menu-section-secondary {
    margin-bottom: -7.5rem;
    padding-top: 7.5rem;
    padding-bottom: 5rem;
  }
}
.fine-menu-container {
  max-width: 1600px;
  margin: auto;
  overflow: hidden;
}
.fine-menu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1.5rem -2rem 0;
}
@media screen and (min-width: 1100px), print {
  .fine-menu-items {
    margin: 0 -4rem -4rem 0;
  }
}
.fine-menu-item {
  width: 100%;
  padding: 0 1.5rem 2rem 0;
}
@media screen and (min-width: 480px), print {
  .fine-menu-item {
    width: 50%;
  }
}
@media screen and (min-width: 1100px), print {
  .fine-menu-item {
    padding: 0 4rem 4rem 0;
  }
}
.fine-menu-inner {
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.fine-menu-img {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
}
.fine-menu-img::before {
  content: "";
  display: block;
  padding-top: 28.9655%;
}
.fine-menu-img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s, -webkit-filter 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s, -webkit-filter 0.5s;
  transition: opacity 0.5s, transform 0.5s, filter 0.5s;
  transition: opacity 0.5s, transform 0.5s, filter 0.5s, -webkit-transform 0.5s, -webkit-filter 0.5s;
}
.fine-menu-more {
  text-align: center;
}
.fine-menu-more a {
  font-weight: 700;
  color: #070708;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
@media screen and (min-width: 768px), print {
  .fine-menu-more a {
    font-size: 2rem;
  }
}
.fine-menu-more a:hover {
  text-decoration: none;
  color: #cdaf7e;
}
.fine-menu-more a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 10;
}
.fine-menu-inner:hover .fine-menu-img img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.fine-menu-items:hover .fine-menu-inner:not(:hover) .fine-menu-img img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.75;
}

/* 店舗情報 */
@media screen and (max-width: 767.98px) {
  .salon-reserve {
    padding: 1rem;
  }
}
.salon-reserve-container {
  position: relative;
  height: 100%;
  background-color: #f8f8f8;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 768px), print {
  .salon-reserve-container {
    padding: 1rem 1rem 1rem 7rem;
  }
}
@media screen and (min-width: 1100px), print {
  .salon-reserve-container {
    padding: 0;
    background-color: transparent;
    overflow: visible;
  }
}
.salon-reserve-label {
  display: block;
  text-align: center;
  padding: 1.5rem 0;
  font-size: 1.4rem;
  background-color: #f3ece0;
}
@media screen and (min-width: 768px), print {
  .salon-reserve-label {
    position: fixed;
    top: 0;
    left: 0;
    width: 6rem;
    height: 100%;
    padding: 0;
    line-height: 6rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
@media screen and (min-width: 1100px), print {
  .salon-reserve-label {
    display: none;
  }
}
.salon-reserve-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 1100px), print {
  .salon-reserve-card {
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  }
}
.salon-reserve-card:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1100px), print {
  .salon-reserve-card:not(:last-child) {
    margin-bottom: 1.3rem;
  }
}
.salon-reserve-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.salon-reserve-info dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 6rem;
  padding-left: 11.5rem;
  font-size: 2rem;
  color: #fff;
}
@media screen and (min-width: 768px), print {
  .salon-reserve-info dt {
    display: block;
    height: auto;
    padding: 1.35rem 1.5rem;
    line-height: 1.2;
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .salon-reserve-info dt {
    font-size: 3rem;
  }
}
.salon-reserve-info dd {
  padding: 1rem 0;
}
@media screen and (min-width: 1100px), print {
  .salon-reserve-info dd {
    padding: 1rem 1.2rem;
  }
}
.salon-reserve-info .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem 0;
  line-height: 1;
}
@media screen and (min-width: 1100px), print {
  .salon-reserve-info .tel {
    padding: 1rem 0 1.5rem;
  }
}
.salon-reserve-info .tel-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #070708;
}
.salon-reserve-info .tel-link[href]:hover {
  text-decoration: none;
}
.salon-reserve-info .tel-text {
  display: block;
  margin-bottom: -0.1em;
  line-height: 1;
}
@media screen and (min-width: 768px), print {
  .salon-reserve-info .tel-text {
    margin-bottom: 0;
    font-size: 2rem;
  }
}
.salon-reserve-info .tel-num {
  display: block;
  margin: 0 0.75rem -0.1em 0.25rem;
  line-height: 1;
  font-size: 2.7rem;
}
@media screen and (min-width: 768px), print {
  .salon-reserve-info .tel-num {
    font-size: 3.3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .salon-reserve-info .tel-num {
    margin: 0 1.25rem -0.1em 0.5rem;
  }
}
.salon-reserve-info .tel-reserve {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
  background-color: #cb302c;
}
@media screen and (min-width: 768px), print {
  .salon-reserve-info .tel-reserve {
    -ms-flex-item-align: center;
        align-self: center;
    margin-top: 0.15em;
  }
}
@media screen and (min-width: 1100px), print {
  .salon-reserve-info .tel-reserve {
    font-size: 1.3rem;
  }
}
.salon-reserve-info .add {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1099.98px) {
  .salon-reserve-info .add {
    margin-top: 0.5rem;
    font-size: 1.4rem;
    text-align: center;
  }
}
.salon-reserve-info .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1099.98px) {
  .salon-reserve-info .time {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.25rem;
  }
}
.salon-reserve-info .open {
  margin-right: 0.75rem;
}
@media screen and (min-width: 1100px), print {
  .salon-reserve-info .open {
    margin-right: 0;
  }
}
.salon-reserve-info .close {
  margin-left: 0.75rem;
}
@media screen and (min-width: 1100px), print {
  .salon-reserve-info .close {
    margin-left: auto;
  }
}
.salon-reserve-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 10rem;
  height: 6rem;
}
@media screen and (min-width: 768px), print {
  .salon-reserve-img {
    position: static;
    width: 18rem;
    height: auto;
  }
}
@media screen and (min-width: 1100px), print {
  .salon-reserve-img {
    width: 26.7rem;
  }
}
.salon-reserve-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 10%;
     object-position: 50% 10%;
}
.salon-reserve-fine dt {
  background-color: #36231c;
}
.salon-reserve-beetle dt {
  background-color: #460201;
}

/* --------------------------------

  お知らせ

-------------------------------- */
.news-heading {
  position: relative;
  max-width: 1100px;
  margin: 0 auto 2rem;
  padding-bottom: 0.75rem;
  line-height: 1.3;
  font-size: 2.6rem;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 1100px), print {
  .news-heading {
    margin-bottom: 3rem;
    font-size: 3rem;
  }
}
.news-body {
  margin-top: 1rem;
  line-height: 1.8;
  word-break: break-all;
  word-wrap: break-word;
}
.news-body * {
  word-break: break-all;
  word-wrap: break-word;
}
.news-body::after {
  content: "";
  display: table;
  clear: both;
}
.news-more {
  margin-top: 3rem;
  text-align: center;
}
.news-back {
  max-width: 1100px;
  margin: 3rem auto 0;
  padding: 3rem 0 0;
  text-align: center;
  border-top: 1px dotted #ddd;
}
.news-link {
  display: block;
  position: relative;
  padding: 1rem 0;
  line-height: 1.4;
  color: #070708;
}
@media screen and (min-width: 640px), print {
  .news-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5rem 0;
  }
}
.news-link:hover {
  text-decoration: none;
  color: #cdaf7e;
}
.news-date {
  margin-bottom: 0.5rem;
  font-size: 0.9em;
}
@media screen and (min-width: 640px), print {
  .news-date {
    width: 7em;
    margin-bottom: 0;
    font-size: 1em;
  }
}
.news-title {
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 640px), print {
  .news-title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}
/* topics_paging */
#topics_paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -1.5rem;
}
#topics_paging_all {
  margin-top: 3.5rem;
  margin-bottom: 0.75rem;
  text-align: center;
}
#topics_paging li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.2rem;
  padding: 0.7rem 1rem;
  line-height: 1.2;
  color: #070708;
  text-align: center;
  border-radius: 0;
  border: 1px solid #ddd;
  background-color: #fff;
  list-style-type: none;
  list-style-image: none;
}
@media screen and (max-width: 767.98px) {
  #topics_paging li {
    font-size: 1.4rem;
  }
}
#topics_paging a {
  display: block;
  margin: -0.7rem -1rem;
  padding: 0.7rem 1rem;
  color: #070708;
}
#topics_paging a:hover {
  text-decoration: none;
  color: #e7d7bd;
}

#calculated_page {
  margin-left: -1rem;
}

#total_pages {
  margin-right: 1rem;
}

/* --------------------------------

  下層ページ

-------------------------------- */
/* ご挨拶文 */
.greeting {
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  .greeting {
    line-height: 2;
    font-size: 1.9rem;
  }
}

/* ギャラリー */
.gallery {
  max-width: 136rem;
  margin: 3.5rem auto 0;
}
@media screen and (min-width: 768px), print {
  .gallery {
    margin-top: 5rem;
  }
}

/* 店舗情報 */
.salon-img {
  max-width: 38rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px), print {
  .salon-img {
    width: 40%;
    max-width: none;
    margin-right: 0;
    margin-left: 1.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .salon-img {
    width: 48rem;
    margin-right: -2.5rem;
    margin-left: 2.5rem;
  }
}
@media screen and (min-width: 1200px), print {
  .salon-img {
    width: 54rem;
  }
}
.salon-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.45rem;
}
@media screen and (min-width: 1100px), print {
  .salon-info {
    -ms-flex-item-align: center;
        align-self: center;
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 480px), print {
  .salon-info .time {
    display: inline-block;
    vertical-align: top;
  }
  .salon-info .time:first-child::after {
    content: "／";
  }
}
.salon-map {
  max-width: 1100px;
  margin: 3.5rem auto 0;
}
@media screen and (min-width: 768px), print {
  .salon-map {
    margin-top: 5rem;
  }
}

/* メニュー */
@media screen and (max-width: 767.98px) {
  .menu-heading.h2 {
    font-size: 2.2rem;
  }
}
.menu-heading .sub {
  margin-top: -0.75rem;
  margin-left: 1rem;
}
@media screen and (min-width: 1100px), print {
  .menu-heading .sub {
    margin-top: -0.35rem;
    margin-left: 2.5rem;
  }
}
.menu-heading .sub::before, .menu-heading .sub::after {
  content: "-";
}
.menu-heading .sub::before {
  margin-right: 0.5rem;
}
.menu-heading .sub::after {
  margin-left: 0.5rem;
}
.menu-list {
  padding: 1rem 0.5rem;
  font-size: 1.5rem;
  border-bottom: 1px solid #f3ece0;
}
@media screen and (min-width: 768px), print {
  .menu-list {
    line-height: 1.6;
    font-size: 1.7rem;
  }
}
.menu-list .name {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
@media screen and (min-width: 576px), print {
  .menu-list .name {
    width: 16em;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1100px), print {
  .menu-list .name {
    width: 20em;
  }
}
.menu-list .note {
  display: block;
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px), print {
  .menu-list .note {
    font-size: 1.4rem;
  }
}
.menu-list .price {
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: auto;
}
.menu-list-cut dl {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .menu-list-cut dl {
    line-height: 1.6;
    font-size: 1.7rem;
  }
}
.menu-list-cut .name {
  display: block;
  font-weight: 700;
}
.menu-list-cut .note {
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 1.4rem;
}
.menu-list-cut .general {
  margin-bottom: 1rem;
  padding: 1rem 0.5rem;
  border-bottom: 1px solid #f3ece0;
}
.menu-list-cut .general .name {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 576px), print {
  .menu-list-cut .general .name {
    width: 16em;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px), print {
  .menu-list-cut .general .name {
    width: auto;
  }
}
.menu-list-cut .general .note {
  display: block;
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px), print {
  .menu-list-cut .general .note {
    margin-left: 1.5rem;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .menu-list-cut .general .note {
    margin-left: 3.5rem;
  }
}
.menu-list-cut .general .price {
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: auto;
}
.menu-list-cut .student {
  padding: 0 0.5rem;
}
.menu-list-cut .student .note {
  display: block;
  width: 8em;
}
.menu-list-kimono {
  padding: 1rem 0.5rem;
  font-size: 1.5rem;
  border-bottom: 1px solid #f3ece0;
}
@media screen and (min-width: 768px), print {
  .menu-list-kimono {
    line-height: 1.6;
    font-size: 1.7rem;
  }
}
.menu-list-kimono dt {
  font-weight: 700;
}
.menu-list-kimono .title {
  margin-left: -0.5em;
  font-weight: 700;
}
.menu-list-kimono .note {
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: 1rem;
  font-size: 1.5rem;
}
.menu-list-kimono .price {
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: auto;
}
.menu-list-note {
  margin-top: 1rem;
  font-size: 1.3rem;
  text-align: right;
}
@media screen and (min-width: 1100px), print {
  .menu-list-note {
    margin-top: 1.5rem;
    line-height: 1.8;
    font-size: 1.5rem;
  }
}
.menu-kimono-container:not(:last-child) {
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 1100px), print {
  .menu-kimono-container:not(:last-child) {
    margin-bottom: 5rem;
  }
}
.menu-kimono-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px), print {
  .menu-kimono-img {
    width: 35%;
  }
}
@media screen and (min-width: 1100px), print {
  .menu-kimono-img {
    width: 51.1rem;
  }
}
@media screen and (min-width: 1100px), print {
  .menu-kimono-list {
    padding: 0 1rem;
  }
}

/* よくあるご質問 */
.faq {
  padding-left: 1rem;
}
@media screen and (min-width: 1100px), print {
  .faq {
    padding-top: 1rem;
  }
}
.faq:not(:last-child) {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #f3ece0;
}
@media screen and (min-width: 1100px), print {
  .faq:not(:last-child) {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
}
.faq dt,
.faq dd {
  position: relative;
  padding-left: 1.5em;
}
@media screen and (min-width: 1100px), print {
  .faq dt,
.faq dd {
    font-size: 1.7rem;
  }
}
.faq dt {
  font-weight: 700;
}
.faq dd {
  margin-top: 1rem;
}
@media screen and (min-width: 1100px), print {
  .faq dd {
    margin: 1.5rem 0 0 3.5rem;
  }
}
.faq dt::before,
.faq dd::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.faq dt::before {
  content: "Q.";
}
.faq dd::before {
  content: "A.";
}

/* --------------------------------

  プリント

-------------------------------- */
@media print {
  html, body {
    width: 1100px;
    background: none;
  }
}
/* --------------------------------

  修正・追加用

-------------------------------- */

.title-baseline{
  align-items: self-end !important;
}
.title-baseline .sub{
  padding-bottom: 5px;
}
.f150{
  font-size: 2.5em;
}

.salon-reserve-info .sub{
  font-size: 0.5em;
  margin-right: 10px;
}

.salon-reserve-card dt {
  display: flex;
  align-self: flex-end;
}

@media screen and (max-width: 320px) {
  .salon-reserve-info .sub{
    font-size: 0.65em;
  }
}

.menu-list-cut span.name2{
  font-weight: 100 !important;
  font-size: 0.8em !important;
}
.student{
  border-bottom: 1px solid #efefef;
}
.student span{
  padding: 9px 5px;

}