@charset "UTF-8";

/*!
 * Bootstrap Reboot v5.0.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + .9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + .6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + .3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-bs-original-title],
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}

a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a>code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + .3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend+* {
  clear: left;
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

html {
  font-size: 62.5%;
}

p {
  color: #454640;
}

a:hover {
  opacity: 0.5;
}

a {
  text-decoration: none;
}

.b-fontSerif {
  font-family: "dnp-shuei-mincho-pr6n", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
  font-weight: 500;
}

.is-pc {
  display: none;
}

@media (min-width: 1200px) {
  header {
    width: 95px;
    height: 100vh;
    position: fixed;
    z-index: 10;
    background-color: #fff;
  }

  main {
    margin-left: 95px;
  }

  footer {
    margin-left: 95px;
  }

  .is-sp {
    display: none;
  }

  .is-pc {
    display: block;
  }
}

html {
  scroll-behavior: smooth;
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

header {
  position: fixed;
  z-index: 1500;
}

.l-header__inner {
  width: 100vw;
  position: relative;
  height: 65px;
  background-color: #fff;
  z-index: 1500;
}

.l-logo__name {
  font-family: "dnp-shuei-mincho-pr6n", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
  font-size: 2.5rem;
  color: #b39e4f;
  letter-spacing: 3.25px;
  padding-top: 18px;
  padding-left: 2%;
  line-height: 1;
}

.l-logo__text {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.8rem;
  color: #b39e4f;
  letter-spacing: 1.04px;
}

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.l-header__nav {
  width: 100%;
  height: 100vh;
  padding-top: 100px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1200;
  padding-top: 15vh;
}

.l-header__nav.open {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.l-header__nav li {
  color: #fff;
  text-align: center;
}

.l-header__nav ul {
  width: 90%;
  margin: auto;
  list-style: none;
  padding-left: 0;
}

.l-header__nav li {
  text-align: left;
  border-bottom: 1px solid #6d7a94;
}

.l-header__nav li:first-child {
  border-top: 1px solid #6d7a94;
}

.l-header__nav li a {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 1.2px;
  color: #6d7a94;
  padding: 1vh 0;
  display: block;
}

.l-header__nav li .l-header__navTextSmall {
  font-size: 1.4rem;
  letter-spacing: 1.4px;
}

.l-header_banner {
  width: 90%;
  margin: auto;
  padding: 5vh 0 3vh;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.l-header_banner a {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.l-header_banner a img {
  width: 100%;
  height: 84px;
  -o-object-fit: contain;
  object-fit: contain;
}

.l-header_banner .heder_reservation_tel {
  font-size: 1.8rem;
  color: #333;
  letter-spacing: 3px;
  font-weight: bold;
}

.l-header_banner .heder_reservation_tel a {
  display: inline;
  color: #333;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .l-header_banner {
    width: 90%;
    margin: auto;
    padding: 3vh 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .l-header_banner a {
    display: block;
    width: 48%;
    height: 84px;
    margin: 3vh auto;
  }

  .l-header_banner a img {
    width: 100%;
    min-height: 84px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .l-header_banner .heder_reservation_tel {
    margin-top: 25px;
  }
}

@media (min-width: 1200px) {
  header {
    z-index: 1500;
  }

  .l-header__inner {
    width: 100%;
  }

  .l-logo a .l-logo__name {
    padding: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-bottom: 0;
    padding-top: 107px;
    margin: auto;
    line-height: 0.8;
    height: 500px;
  }

  .l-logo a .l-logo__name:hover {
    opacity: 0.5;
  }

  .l-logo a .l-logo__text {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 10px;
    letter-spacing: 1px;
    margin-top: 20.5px;
    line-height: 1;
    vertical-align: bottom;
  }

  .l-reserva_link {
    position: absolute;
    bottom: 0;
    width: 95.5px;
    height: 160px;
    background-color: #b39e4f;
    text-align: center;
  }

  .l-reserva_link .l-reserva__text {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
    color: #fff;
    letter-spacing: 0.7px;
    margin-top: 38px;
  }

  .l-reserva_link .l-reserva__icon {
    width: 40.5px;
    height: 40.5px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: auto;
  }

  .l-reserva_link .l-reserva__icon .l-next {
    width: 10px;
    height: 20px;
    fill: #fff;
    margin-top: 10px;
  }

  .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 110;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    margin-top: 0;
  }

  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }

  .l-header__nav {
    width: 51%;
    height: 100%;
    padding-top: 100px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1200;
    margin-top: 0;
    max-width: 614px;
    padding-top: 10vh;
  }

  .l-header__nav.open {
    -webkit-transform: translate(95px);
    transform: translate(95px);
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }

  .l-header__nav ul {
    width: 61%;
    margin: auto;
  }

  .l-header__nav li {
    text-align: left;
    border-bottom: 1px solid #6d7a94;
  }

  .l-header__nav li:first-child {
    border-top: 1px solid #6d7a94;
  }

  .l-header__nav li a {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.3rem;
    letter-spacing: 1.3px;
    padding: 2vh 0;
    display: block;
  }

  .l-header__nav li .l-header__navTextSmall {
    font-size: 1.5rem;
    letter-spacing: 1.5px;
  }
}

.spinner {
  width: 40px;
  /* サイズ - 可変 */
  height: 40px;
  /* サイズ - 可変 */
  position: relative;
  margin: 0 auto;
  /* 上下マージン - 可変 */
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #b39e4f;
  /* ベースの色 - 可変 */
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {

  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

#loader {
  /* id="loader"の設定 */
  width: 50px;
  /* 表示領域の幅を設定 */
  height: 50px;
  /* 表示領域の高さを設定 */
  display: none;
  position: fixed;
  /* スクロールしても表示位置が固定されます */
  _position: absolute;
  /* IE6対策 */
  top: 50%;
  /* ブラウザの表示の高さの半分にloader.gifを配置します */
  left: 50%;
  /* ブラウザの表示の幅の半分にloaer.gifを配置します */
  margin-top: -25px;
  /* heightの半分のマイナス値 */
  margin-left: -25px;
  /* widthの半分のマイナス値 */
  z-index: 1710;
  /* #fadeより多い値を入れて下さい */
}

#fade {
  /* id="fade"の設定 */
  width: 100%;
  /* ブラウザの表示の幅の大きさに指定します */
  height: 100%;
  /* ブラウザの表示の高さの大きさに指定します */
  display: none;
  background-color: #fff;
  /* 表示するフェイドの色を指定します */
  position: absolute;
  /* スクロールしても表示の位置が固定されます */
  top: 0px;
  /* 上からの配置位置を指定します */
  left: 0px;
  /* 左からの配置位置を指定します */
  z-index: 1705;
  /* #loaderより少ない値を入れて下さい */
}

.l-reserva_link_sp {
  width: 100%;
  height: 54px;
  text-align: center;
}

.l-reserva_link_sp .l-reserva_link_sp_inner {
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #b39e4f;
  z-index: 99999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 54px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-reserva_link_sp .l-reserva__text {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  color: #fff;
  line-height: 20px;
  letter-spacing: 0.7px;
  margin-bottom: 0;
  margin-right: 22px;
}

.l-reserva_link_sp .l-reserva__icon {
  width: 33.5px;
  height: 33.5px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 0;
}

.l-reserva_link_sp .l-reserva__icon .l-next {
  width: 10px;
  height: 13px;
  fill: #fff;
  margin-top: 10px;
}

@media (min-width: 1200px) {
  #bar {
    display: none;
  }
}

#page-top {
  position: fixed;
  bottom: -10px;
  z-index: 9000;
  width: 100%;
  height: 54px;
}

#page-top .page-top-text {
  margin-right: 22px;
}

#page-top .page-top-icon {
  width: 33.5px;
  height: 33.5px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 0;
}

#page-top .page-top-icon .l-next {
  width: 10px;
  height: 13px;
  fill: #fff;
  margin-top: 10px;
}

#page-top a {
  background-color: #b39e4f;
  text-decoration: none;
  width: 100%;
  height: 54px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  color: #fff;
  line-height: 20px;
  letter-spacing: 0.7px;
  margin-bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#page-top a:hover {
  text-decoration: none;
  opacity: 0.9;
}

@media (min-width: 1200px) {
  #page-top {
    display: none;
  }
}

.l-hamburger {
  display: block;
  position: absolute;
  z-index: 103;
  right: 13px;
  top: 12px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}

.l-hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #b9994e;
  will-change: transform;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}

.l-hamburger span:nth-child(1) {
  top: 11px;
}

.l-hamburger span:nth-child(2) {
  top: 22px;
}

.l-hamburger span:nth-child(3) {
  bottom: 7px;
}

/* ナビ開いてる時のボタン */
.l-hamburger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(315deg);
  transform: translateY(20px) rotate(315deg);
  top: 0;
  left: 6px;
}

.l-hamburger.active span:nth-of-type(2) {
  opacity: 0;
}

.l-hamburger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(-315deg);
  transform: translateY(-20px) rotate(-315deg);
  top: 40px;
}

nav.l-globalMenuSp {
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
  color: #b9994e;
  background: #f8f6ee;
  text-align: center;
  width: 100%;
  height: 100vh;
  display: none;
}

nav.l-globalMenuSp.active {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

nav.l-globalMenuSp ul {
  margin: 0 auto;
  padding: 100px 0;
  width: 100%;
}

nav.l-globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  font-family: "dnp-shuei-mincho-pr6n", "sans-serif";
}

nav.l-globalMenuSp ul li:last-child {
  padding-bottom: 0;
}

nav.l-globalMenuSp ul li:hover {
  background: #8d6f46;
}

nav.l-globalMenuSp ul li a {
  display: block;
  color: #b9994e;
  padding: 1em 0;
  text-decoration: none;
}

nav.l-globalMenuSp ul li a:hover {
  color: #fff;
}

@media (min-width: 1200px) {
  .l-hamburger {
    top: 37px;
    right: 0;
    left: 0;
    margin: auto;
  }
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-315deg);
  transform: translateY(20px) rotate(-315deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(315deg);
  transform: translateY(-20px) rotate(315deg);
}

.l-footerBg__img {
  background-image: url(../img/footerBg_sp.webp);
  width: 100%;
  height: 230px;
  background-size: cover;
  background-position: center bottom;
}

.l-footerBg__color {
  background-color: #999586;
  height: 204.5px;
}

.l-footerBg__color .l-fotter__inner {
  text-align: center;
  padding: 34.5px 0 34px;
  height: 150.5px;
}

.l-footerBg__color .l-fotter__inner a {
  display: block;
}

.l-footerBg__color .l-fotter__inner a .l-footerInsta__icon {
  width: 19px;
  height: 19px;
  fill: #fff;
  margin-bottom: 25.5px;
}

.l-footerBg__color .l-fotter__inner a .l-footerInsta__icon.is-pc {
  display: none;
}

.l-footerBg__color .l-fotter__inner .l-footer__logo {
  font-size: 2.5rem;
  font-family: "dnp-shuei-mincho-pr6n", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
  color: #fff;
  letter-spacing: 3.25px;
}

.l-footerBg__color .l-fotter__inner .l-footer__logo a {
  color: #fff;
}

.l-footerBg__color .l-fotter__inner .l-footer__smallText {
  color: #fff;
  font-family: "dnp-shuei-mincho-pr6n", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
  font-size: 0.8rem;
  letter-spacing: 1.04px;
}

.l-footerBg__color .l-footer__copy {
  display: none;
}

@media (min-width: 1200px) {
  .l-footerBg__img {
    background-image: url(../img/footerBg_pc.jpg);
    height: 432px;
  }

  .l-footerBg__color {
    background-color: #999586;
    height: 370px;
  }

  .l-footerBg__color .l-fotter__inner {
    text-align: left;
    padding: 98px 0 89px;
    height: 370px;
    width: 75%;
    margin: auto;
    max-width: 1280px;
  }

  .l-footerBg__color .l-fotter__inner a {
    display: block;
  }

  .l-footerBg__color .l-fotter__inner a .l-footerInsta__icon {
    width: 19px;
    height: 19px;
    fill: #fff;
    margin-bottom: 25.5px;
  }

  .l-footerBg__color .l-fotter__inner a .l-footerInsta__icon.is-sp {
    display: none;
  }

  .l-footerBg__color .l-fotter__inner a .l-footerInsta__icon.is-pc {
    display: block;
  }

  .l-footerBg__color .l-fotter__inner .l-footer__logo a {
    font-size: 2.5rem;
    font-family: "dnp-shuei-mincho-pr6n", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
    color: #fff;
    letter-spacing: 3.25px;
  }

  .l-footerBg__color .l-fotter__inner .l-footer__smallText {
    color: #fff;
    font-family: "dnp-shuei-mincho-pr6n", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
    font-size: 0.8rem;
    letter-spacing: 1.04px;
  }

  .l-footerBg__color .l-fotter__inner .l-footer__copy {
    display: block;
    color: #fff;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 0.8rem;
    letter-spacing: 1.04px;
    margin-top: 75px;
  }

  .l-footerBg__color .l-fotter__inner .l-footer__left {
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }

  .l-footerBg__color .l-fotter__inner .l-footer__right {
    display: inline-block;
    padding-left: 35.5px;
    border-left: 1px solid #fff;
  }

  .l-footerBg__color .l-fotter__inner .l-footer__right ul {
    display: inline-block;
    list-style: none;
    vertical-align: top;
  }

  .l-footerBg__color .l-fotter__inner .l-footer__right ul li {
    padding-bottom: 20px;
  }

  .l-footerBg__color .l-fotter__inner .l-footer__right ul li:last-child {
    padding-bottom: 10px;
  }

  .l-footerBg__color .l-fotter__inner .l-footer__right ul li a {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.3rem;
    letter-spacing: 1.69px;
    color: #fff;
  }

  .l-footerBg__color .l-fotter__inner .l-footer__right .l-footerList__raight {
    margin-left: 55px;
  }
}

.l-main__inner {
  background-color: #fff;
  padding-top: 65px;
}

html.wf-active {
  visibility: visible;
}

.l-topVisual {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.l-topVisual__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.l-topvisual__caption {
  position: absolute;
  top: 50%;
  left: 3%;
}

.l-topvisual__caption .l-right {
  border-left: 1px solid #b39e4f;
  padding-left: 5%;
}

.l-topvisual__caption p {
  font-size: 1.95rem;
  font-family: "dnp-shuei-mincho-pr6n", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
  letter-spacing: 1.95px;
  color: #b39e4f;
}

.l-topvisual__caption p:nth-child(2),
.l-topvisual__caption p:nth-child(3),
.l-topvisual__caption p:nth-child(4) {
  font-size: 1.4rem;
  letter-spacing: 1.4px;
}

.is-tab {
  display: none;
}

@media (min-width: 768px) {
  .is-tab {
    display: block;
  }

  .is-sp2 {
    display: none;
  }
}

@media (min-width: 1200px) {
  .l-main__inner {
    padding-top: 0;
  }

  .l-topVisual {
    margin-top: 0;
  }

  .l-topVisual__img {
    height: 100vh;
  }

  .l-topVisual__img {
    height: 100vh;
  }

  .l-topvisual__caption .l-right {
    border-left: 1px solid #b39e4f;
    padding-left: 20%;
  }

  .l-topvisual__caption p {
    font-size: 2.8rem;
    font-family: "dnp-shuei-mincho-pr6n", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
    letter-spacing: 2.8px;
    color: #b39e4f;
    margin-bottom: 50px;
  }

  .l-topvisual__caption p:nth-child(2),
  .l-topvisual__caption p:nth-child(3),
  .l-topvisual__caption p:nth-child(4) {
    font-size: 2rem;
    letter-spacing: 2px;
  }
}

.l-topInfo {
  width: 100%;
  background-color: #fff;
  padding: 30px 0;
  position: relative;
  z-index: 1000;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.l-topInfo__content {
  width: 97%;
  margin: 30px auto 35px;
  min-height: 205px;
  background-color: #e1ded2;
  padding: 25px 0 16px;
}

.l-topInfo__content .l-topInfo__topTitle {
  font-size: 2.1rem;
  letter-spacing: 2.73px;
  text-align: center;
  color: #454640;
}

.l-topInfo__content .l-topInfo__newsBox {
  width: 94%;
  min-height: 130px;
  background-color: #fff;
  margin: auto;
}

.l-topInfo__content .l-topInfo__newsBox a {
  padding: 30px 0;
  display: block;
  width: 94%;
  margin: auto;
}

.l-topInfo__content .l-topInfo__newsBox a .l-date {
  font-size: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.65px;
  color: #b39e4f;
  margin-bottom: 0;
}

.l-topInfo__content .l-topInfo__newsBox a .l-news__title {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  letter-spacing: 0.7px;
  color: #454640;
  text-decoration: underline;
  line-height: 2;
}

.l-topInfo__content .l-topInfo__EmptyText {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  letter-spacing: 0.7px;
  color: #454640;
  text-align: center;
  line-height: 2;
  padding-top: 50px;
}

@media (min-width: 1200px) {
  .l-topInfo {
    padding: 16px 0 30px;
  }

  .l-topInfo .l-topInfo__content {
    width: 90%;
    padding: 33px 0 18px;
    min-height: 205px;
    margin-right: 2%;
    margin: auto;
  }

  .l-topInfo .l-topInfo__content .l-topInfo__topTitle {
    font-size: 3rem;
    letter-spacing: 3.9px;
    margin-bottom: 15px;
  }

  .l-topInfo .l-topInfo__content .l-topInfo__newsBox {
    min-height: 103px;
    width: 96%;
    padding-bottom: 20px;
  }

  .l-topInfo .l-topInfo__content .l-topInfo__newsBox a {
    padding: 30px 0 0px;
    width: 90%;
  }

  .l-topInfo .l-topInfo__content .l-topInfo__EmptyText {
    padding-top: 40px;
  }
}

.l-topConcept {
  padding-bottom: 213.5px;
  background-color: #fff;
  position: relative;
  z-index: 1000;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.l-topConcept .l-topConcept__bg {
  width: 100%;
  height: 350px;
  background-color: #f4f2e9;
  position: relative;
}

.l-topConcept .l-topConcept__content {
  width: 85%;
  padding: 60px 0 110px;
  margin: auto;
}

.l-topConcept .l-topConcept__title {
  font-size: 2.5rem;
  letter-spacing: 3.25px;
  color: #b39e4f;
  margin-bottom: 28px;
}

.l-topConcept .l-topConcept__text {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 1.69px;
  color: #454640;
  line-height: 1.8;
}

.l-topConcept .l-topConcept__img {
  width: 90%;
  height: auto;
  position: absolute;
  right: 0;
  bottom: -35%;
  max-width: 420px;
}

@media (min-width: 1200px) {
  .l-topConcept {
    padding-bottom: 467px;
  }

  .l-topConcept .l-topConcept__bg {
    height: 617.5px;
  }

  .l-topConcept .l-topConcept__content {
    margin-left: 14%;
    position: relative;
    max-width: 1280px;
    padding-top: 125px;
  }

  .l-topConcept .l-topConcept__title {
    font-size: 3rem;
    letter-spacing: 3.9px;
    margin-bottom: 63.5px;
  }

  .l-topConcept .l-topConcept__text {
    font-size: 1.4rem;
    letter-spacing: 1.82px;
    padding-left: 200px;
  }

  .l-topConcept .l-rIcon {
    width: 164px;
    height: 139.5px;
    position: absolute;
    top: 230px;
    right: 5%;
  }

  .l-topConcept .l-topConcept__img {
    width: 90%;
    height: auto;
    position: absolute;
    right: 0;
    bottom: -65%;
    max-width: 1200px;
  }
}

.l-topMenu {
  padding-bottom: 30px;
  background-color: #fff;
  position: relative;
  z-index: 1000;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.l-topMenu .l-topMnu__bg {
  background-color: #e1ded2;
  padding: 56px 0 49px;
}

.l-topMenu .l-topMenu__content {
  width: 86%;
  margin: auto;
  max-width: 1280px;
}

.l-topMenu .l-topMenu__title {
  font-size: 2.5rem;
  letter-spacing: 2.5px;
  color: #454640;
  margin-bottom: 28px;
}

.l-topMenu .l-topMenu__title2 {
  font-family: "dnp-shuei-mincho-pr6n", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
  font-weight: bold;
  font-size: 2.5rem;
  letter-spacing: 2.5px;
  color: #454640;
  margin-bottom: 28px;
}

.l-topMenu .l-topMenu__text {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 1.5px;
  line-height: 1.8;
}

.l-topMenu .l-topMenu__text2 {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 1.5px;
  line-height: 1.8;
}

.l-topMenu .l-topMenu__imgContent {
  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;
}

.l-topMenu .l-topMenu__imgContent::after {
  content: "";
  width: 47%;
}

.l-topMenu .l-topMenu__imgContent .l-img__box {
  width: 47%;
  text-align: center;
  margin-bottom: 44px;
}

.l-topMenu .l-topMenu__imgContent .l-img__box:last-child {
  margin-bottom: 0;
}

.l-topMenu .l-topMenu__imgContent .l-img__box a:hover {
  opacity: 1;
}

.l-topMenu .l-topMenu__imgContent .l-img__box img {
  width: 100%;
  -webkit-filter: brightness(0.6) sepia(40%);
  filter: brightness(0.6) sepia(40%);
  -webkit-transition: -webkit-filter 1s;
  transition: -webkit-filter 1s;
  transition: filter 1s;
  transition: filter 1s, -webkit-filter 1s;
}

.l-topMenu .l-topMenu__imgContent .l-img__box img:hover {
  -webkit-filter: brightness(100%) sepia(0%);
  filter: brightness(100%) sepia(0%);
}

.l-topMenu .l-topMenu__imgContent .l-img__box .l-fig__caption {
  font-family: "dnp-shuei-mincho-pr6n", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
  font-size: 2rem;
  letter-spacing: 2px;
}

@media (min-width: 1200px) {
  .l-topMenu {
    padding-bottom: 40px;
  }

  .l-topMenu .l-topMnu__bg {
    padding: 141px 0 49px;
  }

  .l-topMenu .l-topMenu__content {
    width: 86%;
    margin: auto;
    max-width: 1280px;
    padding-left: 5%;
  }

  .l-topMenu .l-topMenu__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 98%;
    margin: auto;
    max-width: 1280px;
  }

  .l-topMenu .l-topMenu__title {
    font-size: 3rem;
    letter-spacing: 3px;
  }

  .l-topMenu .l-topMenu__text {
    font-size: 1.4rem;
    letter-spacing: 1.82px;
    margin-left: 65px;
    padding-top: 5px;
  }

  .l-topMenu .l-topMenu__imgContent {
    margin-top: 99px;
    margin-bottom: 0;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 44px;
  }

  .l-topMenu .l-topMenu__imgContent .l-img__box {
    width: 20%;
    text-align: center;
  }

  .l-topMenu .l-topMenu__imgContent .l-img__box img {
    width: 90%;
  }

  .l-topMenu .l-topMenu__imgContent .l-img__box .l-fig__caption {
    font-family: "dnp-shuei-mincho-pr6n", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
    font-size: 2.4rem;
    letter-spacing: 2.4px;
  }

  .l-topMenu .l-topMenu__title2 {
    font-family: "dnp-shuei-mincho-pr6n", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
    font-weight: bold;
    font-size: 3rem;
    letter-spacing: 3px;
    color: #454640;
    margin-bottom: 0;
  }

  .l-topMenu .l-topMenu__text2 {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
    letter-spacing: 1.82px;
    line-height: 1.8;
    margin-bottom: 0;
    margin-left: 65px;
  }
}

.l-topStaff {
  margin: 0 auto 0;
  background-image: url(../img/staff-bg_sp.webp);
  width: 100%;
  min-height: 210px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1000;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.l-topStaff .l-topStaff__inner {
  width: 90%;
  text-align: center;
  margin: auto;
  padding-top: 47px;
}

.l-topStaff .l-topStaff__title {
  font-size: 2.5rem;
  letter-spacing: 3.25px;
  color: #fff;
}

.l-topStaff .l-topStaff__text {
  font-size: 1.3rem;
  letter-spacing: 1.69px;
  color: #fff;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  margin-top: 20.5px;
  margin-bottom: 24.5px;
}

.l-topStaff .l-topStaff__link {
  font-size: 1.2rem;
  letter-spacing: 1.69px;
  color: #fff;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  width: 225px;
  border: 1px solid #fff;
  display: block;
  margin: auto;
  height: 50.5px;
  padding-top: 16px;
  border-radius: 5px;
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .l-topStaff {
    margin: 0 auto;
    background-image: url(../img/staff-bg_pc.jpg);
    width: 100%;
    height: 288px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .l-topStaff .l-topStaff__inner {
    padding-top: 86px;
  }

  .l-topStaff .l-topStaff__title {
    font-size: 3rem;
    letter-spacing: 3.9px;
  }

  .l-topStaff .l-topStaff__text {
    font-size: 1.4rem;
    letter-spacing: 1.82px;
    margin-top: 20.5px;
    margin-bottom: 34.5px;
  }
}

.l-topBlog {
  padding-top: 60px;
  background-color: #fff;
  padding-bottom: 1px;
  position: relative;
  z-index: 1100;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.l-topBlog .l-topBlog__inner {
  width: 86%;
  margin: auto;
  position: relative;
  z-index: 1100;
}

.l-topBlog .l-topBlog__title {
  font-size: 2.5rem;
  letter-spacing: 3.25px;
  color: #b39e4f;
  margin-bottom: 38.5px;
  text-align: center;
}

.l-topBlog .l-topBlog__list {
  list-style: none;
}

.l-topBlog .l-topBlog__content .l-topBlog__titleNone {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.7px;
  color: #454640;
  line-height: 2;
  text-align: center;
}

.l-topBlog .l-topBlog__content a .l-date {
  font-size: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.65px;
  color: #b39e4f;
  margin-bottom: 0;
  vertical-align: middle;
}

.l-topBlog .l-topBlog__content a .l-news__title {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  letter-spacing: 0.7px;
  color: #454640;
  text-decoration: underline;
  line-height: 2;
  vertical-align: middle;
  margin-bottom: 10px;
}

.l-topBlog .l-topBlog__link {
  width: 225px;
  height: 50px;
  color: #fff;
  background-color: #b39e4d;
  display: block;
  margin: 30px auto 40px;
  text-align: center;
  font-size: 1.2rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  border-radius: 5px;
  letter-spacing: 1.56px;
  padding-top: 16px;
}

.l-topBlog .l-topBlog__link.is-pc {
  display: none;
}

@media (min-width: 1200px) {
  .l-topBlog {
    padding-top: 124px;
    padding-bottom: 121.5px;
  }

  .l-topBlog .l-topBlog__inner {
    width: 86%;
    margin: auto;
    max-width: 1280px;
  }

  .l-topBlog .l-topBlog__block {
    width: 35%;
    display: inline-block;
    vertical-align: top;
  }

  .l-topBlog .l-topBlog__title {
    font-size: 3rem;
    letter-spacing: 2.99px;
  }

  .l-topBlog .l-topBlog__list {
    width: 60%;
    display: inline-block;
  }

  .l-topBlog .l-topBlog__list li {
    margin-bottom: 15px;
  }

  .l-topBlog .l-topBlog__content .l-topBlog__titleNone {
    padding-top: 50px;
  }

  .l-topBlog .l-topBlog__content a .l-date {
    display: inline-block;
    width: 20%;
    max-width: 100px;
  }

  .l-topBlog .l-topBlog__content a .l-news__title {
    display: inline-block;
    width: 70%;
    text-decoration: none;
    margin-bottom: 0px;
  }

  .l-topBlog .l-topBlog__link.is-sp {
    display: none;
  }

  .l-topBlog .l-topBlog__link.is-pc {
    display: block;
  }
}

.Topslider .Topslide-dots {
  cursor: pointer;
  margin: 0;
  padding: 0;
  text-align: center;
  position: absolute;
  bottom: 15%;
  border-left: 1px solid #b39e4f;
  left: 5%;
  /* height: 160px; */
  height: 220px;
  padding-left: 20px;
}

.Topslider .Topslide-dots li {
  display: block;
  margin: 0 10px;
  height: 50px;
}

.Topslider .Topslide-dots li button {
  position: relative;
  text-indent: -9999px;
}

.Topslider .Topslide-dots li button::before {
  background-size: contain;
  content: "";
  cursor: pointer;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0px;
  min-width: 100px;
  height: 25px;
  width: 100%;
  opacity: 0.5;
  background-repeat: no-repeat;
}

.Topslider .Topslide-dots li:first-child button::before {
  background-image: url("../img/topHairselected.png");
}

.Topslider .Topslide-dots li:nth-of-type(2) button::before {
  background-image: url("../img/topEstheticSelected.png");
}

.Topslider .Topslide-dots li:nth-of-type(3) button::before {
  background-image: url("../img/topEyelashSelected.png");
  width: 200px;
}

.Topslider .Topslide-dots li:nth-of-type(4) button::before {
  background-image: url("../img/topFragranceSelected.png");
}

.Topslider .Topslide-dots li:nth-of-type(5) button::before {
  background-image: url("../img/pilates@3x.png");
  height: 16px;
}

.Topslider .Topslide-dots li.slick-active button::before {
  opacity: 1;
}

.Topslider .Topslide-dots li:nth-of-type(2).slick-active button::before {
  opacity: 1;
}

.Topslider .Topslide-dots li:nth-of-type(3).slick-active button::before {
  opacity: 1;
}

.Topslider .Topslide-dots li:nth-of-type(4).slick-active button::before {
  opacity: 1;
}

.Topslider .Topslide-dots li:nth-of-type(5).slick-active button::before {
  opacity: 1;
}

.Topslider .Topslide-dots button {
  background: none;
  border: none;
  outline: none;
  padding: 0 7px;
}

.Topslider .Topslider {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.Topslider .Topslider .image {
  -o-object-fit: cover;
  object-fit: cover;
}

.Topslider .Topslider .l-topVisual__img {
  height: 100vh;
}

@media (min-width: 1200px) {
  .Topslider .Topslide-dots {
    top: 70%;
  }
}

.l-404__bg {
  height: 80vh;
  padding-top: 30vh;
  text-align: center;
}

.l-404__bg .l-404__title {
  font-size: 2.4rem;
  font-family: "dnp-shuei-mincho-pr6n", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
  font-weight: bold;
  margin-bottom: 2vh;
}

.l-404__bg .l-404__TopText {
  font-size: 1.4rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.7px;
}

.l-pageVisual {
  border-bottom: 1px solid #b39e4f;
  width: 100%;
  margin-bottom: 10px;
}

.l-pageVisual .l-pageVisual__img {
  width: 100%;
  height: 10%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 125px;
}

.l-pageVisual .l-pageTop__title {
  font-size: 2rem;
  letter-spacing: 2px;
  color: #b39e4f;
  margin: 22px auto 16px;
  width: 96%;
}

@media (min-width: 768px) {
  .l-pageVisual .l-pageVisual__img {
    height: 40%;
    min-height: 310px;
  }

  .l-pageVisual .l-pageTop__title {
    font-size: 2.5rem;
    letter-spacing: 3.25px;
    color: #b39e4f;
    margin: 42px auto 38px;
    width: 90%;
  }
}

.l-pageAbout {
  padding-bottom: 80.5px;
}

.l-pageAbout .l-pageAbout__content img {
  width: 96%;
  min-height: 245px;
  -o-object-fit: cover;
  object-fit: cover;
}

.l-pageAbout .l-pageAbout__content .l-pageAbout__text {
  margin-top: 10px;
  width: 96%;
  padding-left: 4%;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  letter-spacing: 1.69px;
  line-height: 23px;
}

@media (min-width: 1200px) {
  .l-pageAbout {
    padding: 74px 0;
  }

  .l-pageAbout .l-pageAbout__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-pageAbout .l-pageAbout__content img {
    width: 50%;
  }

  .l-pageAbout .l-pageAbout__content .l-pageAbout__text {
    font-size: 1.4rem;
    letter-spacing: 1.82px;
    padding-top: 50px;
    width: 42%;
    line-height: 30px;
  }
}

.l-pageMenu {
  background-color: #e1ded2;
  padding-bottom: 50px;
}

.l-pageMenu__title {
  font-size: 2rem;
  letter-spacing: 2px;
  color: #b39e4f;
  margin: auto;
  width: 96%;
}

.l-pageMenu_bottomBorder {
  width: 100%;
  padding: 49px 0 37px;
  border-bottom: 1px solid #b39e4f;
}

.l-pageMenu__listBlock {
  width: 96%;
  margin: auto;
}

.l-pageMenu__listBlock .l-pageMenu__listTitle {
  font-size: 20px;
  letter-spacing: 1;
  margin-top: 20.5px;
  color: #454640;
}

.l-pageMenu__listBlock .l-pageMenu__listContent {
  width: 100%;
}

.l-pageMenu__listBlock .l-pageMenu__listContent .l-pageMenuTitle {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.2rem;
  color: #454640;
  letter-spacing: 0.8px;
  font-weight: initial;
  padding: 5px 0;
  width: 65%;
  vertical-align: top;
}

.l-pageMenu__listBlock .l-pageMenuPrice {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.2rem;
  color: #454640;
  letter-spacing: 0.6px;
  padding: 5px 20px;
  width: 35%;
  text-align: right;
}

.l-pageMenu__listBlock .l-pageMneu_verticalTop {
  vertical-align: top;
}

@media (min-width: 768px) {
  .l-pageMenu__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    margin: auto;
  }

  .l-pageMenu__listBlock {
    width: 32%;
    margin-top: 0;
  }

  .l-pageMenu__listBlock .weightBold25 {
    font-size: 2.5rem;
    font-weight: 500;
  }

  .l-pageMenu__title {
    font-size: 2.5rem;
    letter-spacing: 3.25px;
    width: 92%;
  }

  .l-pageMenu__listBlock .l-pageMenu__listContent {
    width: 100%;
  }

  .l-pageMenu__listBlock .l-pageMenu__listContent .l-pageMenuTitle {
    font-size: 1.4rem;
    color: #454640;
    letter-spacing: 0.7px;
  }

  .l-pageMenu__listBlock .l-pageMenu__listContent .fontSize12 {
    font-size: 1.2rem;
  }

  .l-pageMenu__listBlock .l-pageMenu__listContent .l-pageMenuPrice {
    font-size: 1.4rem;
    letter-spacing: 0.7px;
    padding: 5px 0;
  }

  .l-pageMenu__listBlock .l-pageMenuTitleSmall {
    font-size: 1.1rem;
    letter-spacing: 0.56px;
  }
}

.l-pageHome {
  height: 70px;
}

.l-pageHome .l-pageHome__inner {
  width: 96%;
  margin: auto;
}

.l-pageHome .l-pageHome__inner p {
  padding-top: 20px;
}

.l-pageHome .l-pageHome__inner span {
  margin-right: 18px;
  font-size: 1.8rem;
}

.l-pageHome .l-pageHome__inner a {
  font-size: 1.3rem;
  letter-spacing: 1.3px;
  color: #b39e4f;
}

@media (min-width: 768px) {
  .l-pageHome {
    height: 90px;
  }

  .l-pageHome .l-pageHome__inner p {
    width: 95%;
    margin: auto;
    padding-top: 32px;
  }
}

.l-pagePickup {
  background-color: #f4f2e9;
  padding-bottom: 50px;
}

.l-pagePickup .l-pagePickup__contentFlex .l-pagePickup__contentTopImg {
  width: 96%;
  min-height: 245px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
  display: block;
  margin: 10px auto;
}

.l-pagePickup .l-pagePickup__contentFlex .l-pagePickup_title {
  font-size: 2.7rem;
  color: #b39e4f;
  width: 96%;
  margin: auto;
}

.l-pagePickup .l-pagePickup__contentFlex .l-pagePickup_titleSmall {
  font-size: 1.3rem;
  letter-spacing: 1.3px;
}

.l-pagePickup .l-pagePickup__contentFlex .l-pageAbout__text {
  margin: auto;
  width: 96%;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  letter-spacing: 0.65px;
  line-height: 23px;
}

.l-pagePickup .l-pagePickup__block .l-pageMenu_bottomBorder {
  padding-top: 50px;
  padding-bottom: 0;
  margin-bottom: 10px;
  width: 96%;
  margin: 0 auto 10px;
}

.l-pagePickup .l-pagePickup__block .l-pagePickup__effectContent {
  border: 1px solid #b39e4f;
  width: 96%;
  margin: 0 auto 5px;
}

.l-pagePickup .l-pagePickup__block .l-pagePickup__effectTitle {
  width: 100%;
  height: 37.5px;
  background-color: #b39e4f;
  font-family: "dnp-shuei-mincho-pr6n", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
  font-size: 1.5rem;
  letter-spacing: 1.5px;
  color: #fff;
  padding: 9px 5% 0;
}

.l-pagePickup .l-pagePickup__block .l-pagePickup__effectText {
  margin: auto;
  padding: 5%;
  font-size: 1.3rem;
  letter-spacing: 0.65px;
  padding: 6px 5% 16px;
}

.l-pagePickup .l-pagePickup__block .l-pageAbout__text {
  margin: auto;
  width: 96%;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  letter-spacing: 0.65px;
  line-height: 23px;
}

.l-pagePickup .l-pagePickup__step {
  width: 96%;
  background-color: #fff;
  margin: 25px auto 0;
  padding: 28px 1% 50px;
  min-height: 580px;
}

.l-pagePickup .l-pagePickup__step .l-pagePickup__stepTitle {
  font-family: "dnp-shuei-mincho-pr6n", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
  font-size: 2rem;
  color: #b39e4f;
}

.l-pagePickup .l-pagePickup__step .l-pagePickup_stepTitleSmall {
  font-size: 1.2rem;
  letter-spacing: 1.2px;
}

.l-pagePickup .l-pagePickup__step img {
  width: 100%;
  min-width: initial;
  margin: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.l-pagePickup .l-pagePickup__step .l-pagePickup__stepTextTitle {
  width: 81px;
  height: 23px;
  background-color: #b39e4f;
  border-radius: 11.3px;
  font-size: 1.2rem;
  color: #fff;
  font-family: "dnp-shuei-mincho-pr6n", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
  letter-spacing: 0.6px;
  text-align: center;
  padding-top: 2px;
  margin: 15px 0 0px;
}

.l-pagePickup .l-pagePickup__step .l-pagePickup__stepText {
  font-size: 1.3rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.65px;
  line-height: 1.8;
}

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

.l-pagePickup .l-pagePickup__preview.is-pc {
  display: none;
}

@media (min-width: 768px) {
  .l-pagePickup__block .l-pagePickup__step {
    min-height: 800px;
  }
}

@media (min-width: 1200px) {
  .l-pagePickup .l-pagePickup__block {
    width: 90%;
    margin: auto;
  }

  .l-pagePickup .l-pagePickup__contentFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90%;
    margin: 30px auto 0;
  }

  .l-pagePickup .l-pagePickup__contentFlex .l-pagePickup__contentTopImg {
    width: 50%;
  }

  .l-pagePickup .l-pagePickup__contentFlex .l-pagePickup__contentText {
    width: 45%;
  }

  .l-pagePickup .l-pagePickup__contentFlex .l-pageAbout__text {
    font-size: 1.4rem;
    letter-spacing: 1.82px;
    padding-top: 37px;
    width: 94%;
    line-height: 30px;
  }

  .l-pagePickup .l-pagePickup__contentFlex .l-pagePickup_title {
    font-size: 2.9rem;
  }

  .l-pagePickup .l-pagePickup__contentFlex .l-pagePickup_titleSmall {
    font-size: 1.4rem;
    letter-spacing: 1.4px;
    padding-left: 5px;
  }

  .l-pagePickup .l-pagePickup__effectFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 96%;
    margin: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .l-pagePickup .l-pageMenu_bottomBorder {
    padding-top: 40px;
    padding-bottom: 32px;
  }

  .l-pagePickup .l-pagePickup__block .l-pagePickup__effectContent {
    width: 49%;
    margin: 0;
  }

  .l-pagePickup .l-pagePickup__block .l-pagePickup__effectContent:nth-child(3) {
    margin-top: 5px;
  }

  .l-pagePickup .l-pagePickup__block .l-pageMenu__title {
    font-size: 2.1rem;
    letter-spacing: 2.1px;
  }

  .l-pagePickup .l-pagePickup__block .l-pagePickup__effectTitle {
    font-size: 1.6rem;
    letter-spacing: 1.6px;
    color: #fff;
    padding: 6px 5% 0;
  }

  .l-pagePickup .l-pagePickup__block .l-pagePickup__step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: 68px;
    padding-bottom: 53px;
    width: 100%;
    min-height: 390px;
  }

  .l-pagePickup .l-pagePickup__block .l-pagePickup__step .l-pagePickup__stepLeft {
    width: 45%;
  }

  .l-pagePickup .l-pagePickup__block .l-pagePickup__step .l-pagePickup__stepTitle {
    font-size: 2.6rem;
    margin-bottom: 0;
  }

  .l-pagePickup .l-pagePickup__block .l-pagePickup__step .l-pagePickup_stepTitleSmall {
    font-size: 1.4rem;
    letter-spacing: 1.4px;
  }

  .l-pagePickup .l-pagePickup__block .l-pagePickup__step img {
    width: 40%;
    height: 28%;
    min-width: 226px;
    min-height: 226px;
  }

  .l-pagePickup .l-pagePickup__block .l-pagePickup__stepText__block:nth-child(2) {
    margin-top: 17px;
  }

  .l-pagePickup .l-pagePickup__block .l-pagePickup__stepTextTitle {
    border-radius: 11.3px;
    font-size: 1.3rem;
    color: #fff;
    letter-spacing: 0.65px;
    padding-top: 1px;
  }

  .l-pagePickup .l-pagePickup__block .l-pagePickup__stepText {
    font-size: 1.4rem;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.7px;
    line-height: 20px;
    margin-bottom: 0;
  }

  .l-pagePickup .l-pagePickup__block .l-pagePickup__stepText.is-sp {
    display: none;
  }

  .l-pagePickup .l-pagePickup__block .l-pagePickup__preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .l-pagePickup .l-pagePickup__block .l-pagePickup__preview.is-pc {
    display: block;
  }
}

.l-pageMenu__underLine {
  text-decoration: underline;
}

.l-pageMenu__EstheticListBlock {
  width: 96%;
  margin: auto;
}

.l-pageMenu__EstheticListBlock .l-pageMenu__listTitle {
  font-size: 20px;
  letter-spacing: 1;
  margin-top: 20.5px;
  color: #454640;
}

.l-pageMenu__EstheticListBlock .l-pageMenu__listContent {
  width: 100%;
}

.l-pageMenu__EstheticListBlock .l-pageMenu__listContent .l-pageMenuTitle {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.2rem;
  color: #454640;
  letter-spacing: 0.8px;
  font-weight: initial;
  padding: 5px 0;
  vertical-align: top;
  width: 65%;
}

.l-pageMenu__EstheticListBlock .l-pageMenu__listContent .l-pagePickupMenu_titleSmall {
  font-size: 1.1rem;
  letter-spacing: 0.56px;
}

.l-pageMenu__EstheticListBlock .l-pageMenu__listContent .l-pageMenuPrice {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.2rem;
  color: #454640;
  letter-spacing: 0.6px;
  padding: 5px 0;
  width: 35%;
  text-align: right;
  vertical-align: top;
}

.l-pageMenu__EstheticListBlock .l-pageMenu__listContent .l-pageMneu_verticalTop {
  vertical-align: top;
}

.l-pageMenu__EstheticListBlock .l-pageMenu__ListImg {
  width: 100%;
  margin-top: 10px;
}

.l-pageMenu__EstheticListBlock .l-pageMenu__EstheticTextContent {
  margin-top: 30px;
}

.l-pageMenu__EstheticListBlock .l-pageMenu__EstheticTextContent .l-pageMenu__EstheticText {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.2rem;
  color: #454640;
  letter-spacing: 0.8px;
}

@media (min-width: 768px) {
  .l-pageMenu__EstheticListflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 92%;
    margin: 48.5px auto 0;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }

  .l-pageMenu__EstheticListBlock {
    width: 40%;
    margin-left: 0;
    max-width: 400px;
  }

  .l-pageMenu__EstheticListBlock:nth-child(2) {
    width: 50%;
    margin-left: 50px;
    max-width: 400px;
    margin-top: 0;
  }

  .l-pageMenu__EstheticListBlock .l-pageMenu__listContent {
    width: 100%;
  }

  .l-pageMenu__EstheticListBlock .l-pageMenu__listContent .l-pageMenuTitle {
    font-size: 1.4rem;
    letter-spacing: 0.7px;
    width: 65%;
  }

  .l-pageMenu__EstheticListBlock .l-pageMenu__listContent .l-pageMenuTitle__w80 {
    width: 80%;
  }

  .l-pageMenu__EstheticListBlock .l-pageMenu__listContent .l-pagePickupMenu_titleSmall {
    font-size: 1.1rem;
    letter-spacing: 0.56px;
  }

  .l-pageMenu__EstheticListBlock .l-pageMenu__listContent .l-pageMenuPrice {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.7px;
    width: 35%;
  }

  .l-pageMenu__EstheticListBlock .l-pageMenu__listContent .l-pageMneu_verticalTop {
    vertical-align: top;
  }

  .l-pageMenu__EstheticListBlock .l-pageMenu__ListImg {
    width: 100%;
    margin-top: 10px;
  }

  .l-pageMenu__EstheticListBlock .l-pageMenu__EstheticTextContent {
    margin-top: 80px;
  }

  .l-pageMenu__EstheticListBlock .l-pageMenu__EstheticTextContent .l-pageMenu__EstheticText {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
    color: #454640;
    letter-spacing: 0.7px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .l-pageMenu__EstheticListBlock:nth-child(2) {
    width: 40%;
    margin-left: 5%;
    margin-top: 0;
  }
}

.Esthe__slider {
  padding-left: 0;
}

.Esthe__slider .slick-prev,
.Esthe__slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.Esthe__slider .slick-prev {
  left: 35%;
  z-index: 10;
}

.Esthe__slider .slick-next {
  right: 35%;
}

.Esthe__slider .slick-prev:before,
.Esthe__slider .slick-next:before {
  font-family: "slick";
  font-size: 40px;
  line-height: 1;
  opacity: 0.75;
  color: #b39e4f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

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

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

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

.Esthe__slider .slick-arrow {
  position: absolute;
  top: 92%;
}

.Esthe__slider .slick-slide {
  height: auto;
}

.Esthe__slider .slide-arrow {
  width: 16px;
  height: 26px;
  z-index: 100;
  cursor: pointer;
}

.Esthe__slider .left-arrow {
  left: 40%;
}

.Esthe__slider .right-arrow {
  right: 40%;
}

@media (min-width: 1200px) {
  .Esthe__slider .slick-arrow {
    top: 50%;
    margin: initial;
  }

  .Esthe__slider .left-arrow {
    left: 1%;
  }

  .Esthe__slider .right-arrow {
    right: 1%;
  }
}

.l-pageFragranceAbout {
  padding-bottom: 180px;
  position: relative;
  overflow: hidden;
}

.l-pageFragranceAbout .l-pageFragranceAbout__content .l-pageAbout__text {
  width: 97%;
}

.l-pageFragranceAbout .l-pageFragranceAbout__content p {
  font-size: 1.2rem;
}

.l-pageFragranceAbout .l-pageFragrance__PfLogo {
  width: 75%;
  max-width: 400px;
  min-height: 131px;
  position: absolute;
  right: -20px;
  bottom: 30px;
}

@media (min-width: 1200px) {
  .l-pageFragranceAbout {
    padding-bottom: 74px;
  }

  .l-pageFragranceAbout .l-pageFragranceAbout__content {
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
  }

  .l-pageFragranceAbout .l-pageFragrance__PfLogo {
    right: 5%;
    bottom: 75px;
  }
}

.l-pageFragranceStep {
  background-color: #e1ded2;
  padding-top: 60px;
  padding-bottom: 110px;
  position: relative;
}

.l-pageFragranceStep .l-pageFragranceTitleBlock {
  text-align: center;
}

.l-pageFragranceStep .l-pageFragranceStep__title {
  font-size: 2.8rem;
  letter-spacing: 2.3px;
  margin-bottom: 16px;
  font-family: "dnp-shuei-mincho-pr6n", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
}

.l-pageFragranceStep .l-pageFragranceStep__titleSmall {
  font-size: 1.2rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  letter-spacing: 1.2px;
}

.l-pageFragranceStep .l-pageFragranceStep__content {
  margin: auto;
  background-color: #fff;
  text-align: center;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  padding-top: 20px;
}

.l-pageFragranceStep .l-pageFragranceStep__contentTitle {
  font-size: 2rem;
  letter-spacing: 1px;
  font-family: "dnp-shuei-mincho-pr6n", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
  margin-bottom: 10px;
}

.l-pageFragranceStep .l-pageFragranceStep__contentText {
  font-size: 1.3rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.65px;
  margin-bottom: 30px;
}

.l-pageFragranceStep .l-pageFragranceStep__contentImg {
  width: 45px;
  height: 89px;
  margin: auto;
}

.l-pageFragranceStep .l-pageFragranceStep__contentImg2 {
  min-width: 71px;
  height: 90px;
  margin: auto;
}

.l-pageFragranceStep .l-pageFragranceStep__contentImg3 {
  min-width: 62px;
  height: 99px;
  margin: auto;
}

.l-pageFragranceStep .slick-list {
  height: 300px;
}

@media (min-width: 768px) {
  .l-pageFragranceStep {
    padding-top: 115px;
    padding-bottom: 158px;
  }

  .l-pageFragranceStep .l-pageFragranceTitleBlock {
    text-align: center;
  }

  .l-pageFragranceStep .l-pageFragranceStep__title {
    font-size: 3rem;
    letter-spacing: 1.5px;
    margin-bottom: 23.5px;
  }

  .l-pageFragranceStep .l-pageFragranceStep__titleSmall {
    font-size: 1.4rem;
    letter-spacing: 1.82px;
  }

  .l-pageFragranceStep .l-pageFragranceStep__content {
    width: 300px;
    height: 300px;
  }

  .l-pageFragranceStep .l-pageFragranceStep__contentTitle {
    font-size: 2.5rem;
    letter-spacing: 1.25px;
  }

  .l-pageFragranceStep .l-pageFragranceStep__contentText {
    font-size: 1.4rem;
    letter-spacing: 0.7px;
    margin-bottom: 30px;
  }
}

.l-pageFragrancePrice {
  padding-top: 252px;
  position: relative;
  padding-bottom: 100px;
}

.l-pageFragrancePrice .l-pageFragrancePrice__inner {
  width: 91%;
  margin-left: auto;
  margin-right: 0px;
  margin-top: -300px;
}

.l-pageFragrancePrice .l-pageFragranceStep__BottomImg {
  width: 100%;
  min-height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
}

.l-pageFragrancePrice .l-pageFragrancePrice__TextBlock {
  margin-top: 50px;
}

.l-pageFragrancePrice .l-pageFragrancePrice__title {
  font-size: 2rem;
  letter-spacing: 2.6px;
  color: #b39e4f;
  margin-bottom: 19px;
}

.l-pageFragrancePrice .l-pageFragrancePrice__text {
  font-size: 1.3rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  letter-spacing: 1.69px;
  line-height: 1.8;
  margin-bottom: 30px;
  width: 90%;
}

@media (min-width: 1200px) {
  .l-pageFragranceStep .l-pageFragranceStep__contentBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px;
    margin: 64px auto 0;
  }

  .l-pageFragrancePrice .l-pageFragrancePrice__TextBlock {
    margin-top: 91px;
    width: 91%;
    margin-left: auto;
    margin-right: 0;
  }

  .l-pageFragrancePrice .l-pageFragrancePrice__title {
    font-size: 3rem;
    letter-spacing: 3.9px;
    color: #b39e4f;
    margin-bottom: 63px;
  }

  .l-pageFragrancePrice .l-pageFragrancePrice__text {
    font-size: 1.4rem;
    letter-spacing: 1.82px;
    line-height: 1.8;
    margin-bottom: 50px;
    width: 82%;
    margin-left: auto;
    margin-right: 0;
  }
}

.Fragrance__slider {
  padding-left: 0;
  margin-top: 35px;
}

.Fragrance__slider .slick-slide {
  height: 65%;
}

.Fragrance__slider .slick-dots li button:before {
  color: #b39e4f;
}

.Fragrance__slider .slick-dots li.slick-active button:before {
  color: #b39e4f;
}

.l-Archive {
  /* page_nav */
}

.l-Archive .l-Archive_bg {
  background-color: #e1ded2;
  padding-top: 54.5px;
  padding-bottom: 89px;
}

.l-Archive .l-Archive__title {
  font-size: 2rem;
  letter-spacing: 2px;
  margin-bottom: 48.5px;
  color: #b39e4f;
  text-align: center;
}

.l-Archive .l-Archive__content {
  width: 96%;
  margin: auto;
  background-color: #fff;
  border-top: 1px solid #b39e4f;
  border-right: 1px solid #b39e4f;
  border-left: 1px solid #b39e4f;
}

.l-Archive .l-Archive__blogContent {
  padding-left: 0;
  margin: auto;
  width: 100%;
}

.l-Archive .l-Archive__blogList {
  list-style: none;
  padding-top: 31px;
  padding-bottom: 35px;
  border-bottom: 1px solid #b39e4f;
}

.l-Archive .l-Archive__blogList a {
  width: 94%;
  margin: auto;
  display: block;
}

.l-Archive .l-Archive__blogListDate {
  font-size: 1.2rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.6px;
  color: #b39e4f;
  margin-bottom: 5px;
}

.l-Archive .l-Archive__blogListTitle {
  font-size: 1.6rem;
  color: #454640;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  letter-spacing: 0.8px;
}

.l-Archive .l-Archive__blogListImg {
  width: 100%;
  height: 198px;
  -o-object-fit: cover;
  object-fit: cover;
}

.l-Archive .l-Archive__blogListText {
  width: 95%;
  font-size: 1.3rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  margin-top: 10.5px;
  margin-bottom: 0;
  letter-spacing: 0.65px;
  line-height: 1.8;
}

.l-Archive .l-Archive__blogListNone {
  font-size: 1.6rem;
  color: #454640;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  letter-spacing: 0.8px;
  padding: 30vh 0;
  text-align: center;
  border-bottom: 1px solid #b39e4f;
}

.l-Archive .l-Archive__blogListNone {
  font-size: 1.6rem;
  color: #454640;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  letter-spacing: 0.8px;
  padding: 30vh 0;
  text-align: center;
  border-bottom: 1px solid #b39e4f;
}

.l-Archive .pager {
  width: 96%;
  margin: 25px auto 0;
}

.l-Archive .pager .dots {
  color: #b39e4f;
  font-size: 20px;
  vertical-align: super;
  padding: 0 5px;
}

.l-Archive a.page-numbers,
.l-Archive .pager .current {
  padding: 10px 15px;
  margin: 0 2px;
  font-size: 1.25rem;
  text-decoration: none;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
  color: #b39e4f;
}

.l-Archive .pager .current {
  color: #ffffff;
  background-color: #b39e4f;
}

.l-Archive .pager a:hover {
  width: 35.5px;
  height: 35.5px;
  color: #ffffff;
  background-color: #b39e4f;
}

@media (min-width: 1200px) {
  .l-Archive {
    /* page_nav */
  }

  .l-Archive .l-Archive_bg {
    padding-top: 100px;
    padding-bottom: 96px;
  }

  .l-Archive .l-Archive__title {
    font-size: 4rem;
    letter-spacing: 5.2px;
    margin-bottom: 107px;
  }

  .l-Archive .l-Archive__content {
    width: 84%;
    max-width: 1280px;
  }

  .l-Archive .l-Archive__content .l-Archive__blogList a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .l-Archive .l-Archive__content .l-Archive__blogListBoxLeft {
    width: 60%;
  }

  .l-Archive .l-Archive__content .l-Archive__blogListImg {
    width: 40%;
    max-width: 335px;
  }

  .l-Archive .l-Archive__content .l-Archive__blogListDate {
    font-size: 1.4rem;
    letter-spacing: 0.7px;
    margin-bottom: 19.5px;
  }

  .l-Archive .l-Archive__content .l-Archive__blogListTitle {
    font-size: 2.1rem;
    font-weight: bold;
    letter-spacing: 1.05px;
  }

  .l-Archive .l-Archive__content .l-Archive__blogListText {
    font-size: 1.5rem;
    margin-top: 27px;
    letter-spacing: 1.95px;
  }

  .l-Archive .l-Archive__content .l-Archive__blogListText {
    font-size: 1.5rem;
    margin-top: 27px;
    letter-spacing: 1.95px;
  }

  .l-Archive .l-Archive__content .l-Archive__blogListNone {
    font-size: 2rem;
  }

  .l-Archive .pager {
    width: 84%;
    max-width: 1280px;
    margin: 35px auto 0;
  }

  .l-Archive .pager .dots {
    color: #b39e4f;
    font-size: 2rem;
    vertical-align: super;
    padding: 0 5px;
  }

  .l-Archive a.page-numbers,
  .l-Archive .pager .current {
    padding: 17px 20px;
    margin: 0 2px;
    font-size: 1.4rem;
    text-decoration: none;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    background-color: #fff;
    color: #b39e4f;
  }

  .l-Archive .pager .current {
    color: #ffffff;
    background-color: #b39e4f;
  }

  .l-Archive .pager a:hover {
    width: 45.5px;
    height: 45.5px;
    color: #ffffff;
    background-color: #b39e4f;
  }
}

.l-Single .l-Single_bg {
  background-color: #e1ded2;
  padding-top: 54.5px;
  padding-bottom: 89px;
}

.l-Single .l-Single__title {
  font-size: 2rem;
  letter-spacing: 2px;
  margin-bottom: 48.5px;
  color: #b39e4f;
  text-align: center;
}

.l-Single .l-Single__content {
  width: 96%;
  margin: auto;
  background-color: #fff;
  border-top: 1px solid #b39e4f;
  border-right: 1px solid #b39e4f;
  border-left: 1px solid #b39e4f;
}

.l-Single .l-Single__blogContent {
  padding-left: 0;
  margin: auto;
  width: 100%;
}

.l-Single .l-Single__blogList {
  list-style: none;
  padding-top: 31px;
  padding-bottom: 42px;
  border-bottom: 1px solid #b39e4f;
  word-break: break-all;
}

.l-Single .l-Single__blogList img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.l-Single .l-Single__blogListBorderBottom {
  border-bottom: 1px solid #b39e4f;
  margin-bottom: 10px;
}

.l-Single .l-Single__blogListInner {
  width: 94%;
  margin: auto;
}

.l-Single .l-Single__blogListDate {
  font-size: 1.2rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.6px;
  color: #b39e4f;
  margin-bottom: 10px;
  width: 94%;
  margin: auto;
}

.l-Single .l-Single__blogListTitle {
  font-size: 1.6rem;
  color: #454640;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  letter-spacing: 0.8px;
  width: 94%;
  margin: auto;
  padding-bottom: 18px;
}

.l-Single .l-Single__blogListImg {
  width: 50%;
  min-height: 198px;
  -o-object-fit: cover;
  object-fit: cover;
}

.l-Single .l-Single__blogListText {
  width: 95%;
  font-size: 1.3rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  margin-top: 10.5px;
  margin-bottom: 0;
  letter-spacing: 0.65px;
  line-height: 1.8;
}

.l-Single .l-Single__blogListText p {
  font-size: 1.3rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  margin-top: 10.5px;
  margin-bottom: 0;
  letter-spacing: 0.65px;
  line-height: 1.8;
}

.l-Single__linkContent {
  width: 94%;
  margin: 20px auto 0;
  border-top: 1px solid #b39e4f;
}

.l-Single__linkContent .l-Single__linkContentBox {
  padding: 10px 0;
  border-bottom: 1px solid #b39e4f;
}

.l-Single__linkContent .l-Single__linkContentBox .l-Single__linkContentFlexRow {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.l-Single__linkContent .l-Single__linkContentBox a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-Single__linkContent .l-Single__linkContentImg {
  width: 34%;
  height: 0;
  min-height: 71px;
  min-width: 117px;
  max-width: 168px;
  -o-object-fit: cover;
  object-fit: cover;
}

.l-Single__linkContent .l-Single__linkContentText {
  width: 60%;
}

.l-Single__linkContent .l-Single__linkContentText {
  font-size: 1.2rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.6px;
  font-weight: bold;
}

.l-Single__linkContent .l-Single__linkContentColorText {
  font-size: 1.1rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  letter-spacing: 1.1px;
  color: #b39e4f;
}

.l-Single__linkContent .l-Single__LinkMarginleft {
  margin-left: 10px;
}

.l-Single__linkContent .l-Single__LinkMarginRight {
  margin-right: 10px;
}

.l-Single__linkContent .l-Single__LinkTextRight {
  text-align: right;
}

.l-Single__linkContent .l-Single__linkTumb {
  width: 34%;
  min-height: 71px;
  min-width: 117px;
  max-width: 168px;
}

.l-Single__linkContent .l-Single__linkTumb img {
  width: 100%;
  height: 0;
  min-height: 71px;
  -o-object-fit: cover;
  object-fit: cover;
}

.l-Single__linkContent .l-Single__linkContentTextRight {
  text-align: right;
  padding-right: 10px;
}

.l-Single__ArchiveLink {
  width: 94%;
  margin: 20px auto 0;
  max-width: 1280px;
}

.l-Single__ArchiveLink a {
  color: #b39e4f;
  font-size: 1.3rem;
  letter-spacing: 1.3px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

@media (min-width: 1200px) {
  .l-Single .l-Single_bg {
    padding-top: 137px;
    padding-bottom: 31px;
  }

  .l-Single .l-Single__title {
    font-size: 4rem;
    letter-spacing: 5.2px;
    margin-bottom: 107px;
  }

  .l-Single .l-Single__blogList {
    padding-bottom: 86px;
  }

  .l-Single .l-Single__content {
    width: 84%;
    max-width: 1280px;
  }

  .l-Single .l-Single__blogListDate {
    font-size: 1.4rem;
    letter-spacing: 0.7px;
    margin-bottom: 19.5px;
  }

  .l-Single .l-Single__blogListTitle {
    font-size: 1.9rem;
    letter-spacing: 0.95px;
    text-align: center;
    padding-bottom: 46.5px;
  }

  .l-Single .l-Single__blogListBorderBottom {
    margin-bottom: 20px;
  }

  .l-Single .l-Single__blogListText {
    font-size: 1.5rem;
    margin-top: 27px;
    letter-spacing: 1.95px;
  }

  .l-Single .l-Single__blogListText p {
    font-size: 1.5rem;
    letter-spacing: 1.95px;
    line-height: 30px;
  }

  .l-Single .l-Single__linkContent {
    width: 84%;
    max-width: 1280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }

  .l-Single .l-Single__linkContent .l-Single__linkContentBox {
    padding: 25px 0;
    width: 50%;
  }

  .l-Single .l-Single__linkContent .l-Single__linkContentBox .l-Single__linkContentFlexRow {
    border-left: 1px solid #b39e4f;
  }

  .l-Single .l-Single__linkContent .l-Single__linkContentText {
    font-size: 1.4rem;
    letter-spacing: 0.7px;
  }

  .l-Single .l-Single__linkContent .l-Single__linkContentColorText {
    font-size: 1.3rem;
    letter-spacing: 1.3px;
  }

  .l-Single .l-Single__linkContent .l-Single__LinkMarginleft {
    margin-left: 23px;
  }

  .l-Single .l-Single__linkContent .l-Single__LinkMarginRight {
    margin-left: 23px;
  }

  .l-Single .l-Single__linkContent .l-Single__LinkTextRight {
    text-align: left;
  }

  .l-Single .l-Single__linkContent .l-Single__linkContentImg {
    width: 168px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .l-Single .l-Single__linkContent .l-Single__linkContentBoxEmpty {
    width: 50%;
    border-bottom: 1px solid #b39e4f;
    position: relative;
    padding: 25px 0;
  }

  .l-Single .l-Single__linkContent .l-Single__linkContentBoxEmpty__borderLeft {
    border-left: 1px solid #b39e4f;
    height: 90%;
  }

  .l-Single .l-Single__linkContent .l-Single__linkContentTextRight {
    text-align: left;
    padding-right: 10px;
  }

  .l-Single .l-Single__linkContent .l-Single__linkTumb img {
    width: 100%;
    min-height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .l-Single .l-Single__ArchiveLink {
    width: 84%;
  }
}

.l-Staff .l-Staff__bg {
  background-color: #e1ded2;
  padding-top: 54px;
  padding-bottom: 28px;
}

.l-Staff .l-Staff__title {
  font-size: 2rem;
  letter-spacing: 2px;
  color: #b39e4f;
  text-align: center;
  font-family: "dnp-shuei-mincho-pr6n", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
}

.l-Staff .l-Staff__TopText {
  font-size: 1.2rem;
  letter-spacing: 0.6px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  text-align: center;
}

.l-Staff .l-Staff__content {
  padding-top: 30px;
  padding-bottom: 50px;
}

.l-Staff .l-Staff__Block {
  width: 94%;
  margin: auto;
  padding-bottom: 21px;
}

.l-Staff .l-Staff__Img {
  width: 100%;
  /* min-height: 240px; */
  max-height: 210px;
  -o-object-fit: cover;
  object-fit: cover;
}

.l-Staff .l-Staff__Name {
  font-size: 2.7rem;
  letter-spacing: 1.35px;
  color: #b39e4f;
  font-family: "dnp-shuei-mincho-pr6n", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
  display: inline-block;
  line-height: 1.5;
  margin-top: 10px;
}

.l-Staff .l-Staff__NameSmall {
  font-size: 1.3rem;
  letter-spacing: 1.3px;
}

.l-Staff .l-instaColor {
  display: inline-block;
  width: 26px;
  height: 26px;
}

.l-Staff .l-instaColor__Svg {
  width: 100%;
  height: auto;
  fill: #b39e4f;
  margin-left: 15px;
  vertical-align: text-bottom;
}

.l-Staff .l-Staff__Profile {
  font-size: 1.3rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.65px;
  line-height: 1.8;
}

@media (min-width: 1200px) {
  .l-Staff .l-Staff__bg {
    background-color: #e1ded2;
    padding-top: 100px;
    padding-bottom: 96px;
  }

  .l-Staff .l-Staff__title {
    font-size: 4rem;
    letter-spacing: 5.2px;
  }

  .l-Staff .l-Staff__TopText {
    font-size: 1.4rem;
    letter-spacing: 1.82px;
  }

  .l-Staff .l-Staff__content {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .l-Staff .l-Staff__Block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
  }

  .l-Staff .l-Staff__Img {
    width: 45%;
    min-height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 300px;
  }

  .l-Staff .l-Staff__TextBlock {
    width: 55%;
    padding-top: 64px;
    padding-left: 37px;
  }

  .l-Staff .l-Staff__Name {
    font-size: 2.6rem;
    letter-spacing: 2.6px;
    margin-top: 0;
  }

  .l-Staff .l-Staff__NameSmall {
    font-size: 1.4rem;
    letter-spacing: 0.7px;
  }

  .l-Staff .l-instaColor {
    display: inline-block;
    width: 26px;
    height: 26px;
  }

  .l-Staff .l-instaColor__Svg {
    width: 100%;
    height: auto;
    fill: #b39e4f;
    margin-left: 15px;
    vertical-align: text-bottom;
  }

  .l-Staff .l-Staff__Profile {
    margin-top: 39px;
    font-size: 1.4rem;
    letter-spacing: 0.7px;
  }
}

.l-StaffRecuruit {
  background-color: #e1ded2;
  padding-bottom: 50px;
}

.l-StaffRecuruit .l-StaffRecuruit__title {
  font-size: 2rem;
  letter-spacing: 2px;
  color: #454640;
  margin: auto;
  width: 96%;
}

.l-StaffRecuruit .l-StaffRecuruit_bottomBorder {
  width: 100%;
  padding: 27px 0 21px;
  border-bottom: 1px solid #454640;
}

.l-StaffRecuruit .l-StaffRecuruit__Content img {
  width: 96%;
  min-height: 245px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-top: 10px;
}

.l-StaffRecuruit .l-StaffRecuruit__ConditionText {
  width: 96%;
  margin-top: 10px;
  padding-left: 4%;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  letter-spacing: 1.69px;
  line-height: 2;
}

.l-StaffRecuruit .l-StaffRecuruit__ConditionText:first-child {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .l-StaffRecuruit {
    background-color: #e1ded2;
    padding-bottom: 0;
  }

  .l-StaffRecuruit .l-StaffRecuruit__title {
    font-size: 2.5rem;
    letter-spacing: 3.25px;
  }

  .l-StaffRecuruit .l-StaffRecuruit_bottomBorder {
    width: 100%;
    padding: 42px 0 38px;
    border-bottom: 1px solid #454640;
  }

  .l-StaffRecuruit .l-StaffRecuruit__Content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 78px;
    padding-bottom: 92px;
  }

  .l-StaffRecuruit .l-StaffRecuruit__Content img {
    width: 50%;
    margin-top: 0;
  }

  .l-StaffRecuruit .l-StaffRecuruit__Condition {
    width: 50%;
    padding-left: 55px;
  }

  .l-StaffRecuruit .l-StaffRecuruit__ConditionText {
    margin-top: 0;
    font-size: 1.4rem;
    letter-spacing: 1.82px;
  }

  .l-StaffRecuruit .l-StaffRecuruit__ConditionText:first-child {
    margin-bottom: 40px;
  }
}

.l-Access .l-Access__bg {
  background-color: #e1ded2;
  padding-top: 54px;
  padding-bottom: 28px;
}

.l-Access .l-Access__title {
  font-size: 2rem;
  letter-spacing: 2px;
  color: #b39e4f;
  text-align: center;
  font-family: "dnp-shuei-mincho-pr6n", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
}

.l-Access .l-Access__TopText {
  font-size: 1.2rem;
  letter-spacing: 0.6px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  text-align: center;
}

.l-Access .l-Access__content {
  padding-top: 30px;
  padding-bottom: 50px;
  width: 94%;
  margin: auto;
}

.l-Access .l-Access__ShopInfo {
  margin-top: 17px;
}

.l-Access .l-Access__ShopInfo__address {
  font-size: 1.3rem;
  letter-spacing: 0.65px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
}

.l-Access .l-Access__ShopInfo__address a {
  color: #212529;
}

.l-Access .l-Access__ShopInfo__list {
  margin-top: 30px;
}

.l-Access .l-Access__ShopInfo__list th,
.l-Access .l-Access__ShopInfo__list td {
  font-size: 1.3rem;
  letter-spacing: 0.65px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  font-weight: normal;
}

.l-Access .l-Access__ShopInfo__list th {
  vertical-align: top;
}

@media (min-width: 1200px) {
  .l-Access .l-Access__bg {
    background-color: #e1ded2;
    padding-top: 100px;
    padding-bottom: 96px;
  }

  .l-Access .l-Access__title {
    font-size: 4rem;
    letter-spacing: 5.2px;
  }

  .l-Access .l-Access__TopText {
    font-size: 1.4rem;
    letter-spacing: 1.82px;
  }

  .l-Access .l-Access__content {
    padding-top: 100px;
    width: 100%;
    padding-bottom: 109px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .l-Access .l-Access__map {
    width: 50%;
  }

  .l-Access .l-Access__map iframe {
    height: auto;
    min-height: 416px;
  }

  .l-Access .l-Access__ShopInfo {
    margin-top: 50px;
    padding-left: 55px;
    width: 50%;
  }

  .l-Access .l-Access__ShopInfo__address {
    font-size: 1.4rem;
    letter-spacing: 1.82px;
  }

  .l-Access .l-Access__ShopInfo__list {
    margin-top: 50px;
  }

  .l-Access .l-Access__ShopInfo__list th,
  .l-Access .l-Access__ShopInfo__list td {
    font-size: 1.4rem;
    letter-spacing: 1.82px;
  }
}

.l-AccessCalender {
  background-color: #e1ded2;
  padding-bottom: 50px;
}

.l-AccessCalender .l-AccessCalender__title {
  font-size: 2rem;
  letter-spacing: 2.6px;
  color: #b39e4f;
  margin: auto;
  width: 96%;
}

.l-AccessCalender .l-AccessCalender_bottomBorder {
  width: 100%;
  padding: 27px 0 21px;
  border-bottom: 1px solid #b39e4f;
}

.l-AccessCalender .l-AccessCalender__Wrapper {
  max-width: 960px;
  min-width: 300px;
  margin: 2.0833% auto;
}

.l-AccessCalender .l-AccessCalGoogle {
  position: relative;
  padding-bottom: 100%;
  height: 0;
}

.l-AccessCalender .l-AccessCalGoogle iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 96% !important;
  height: 96% !important;
}

@media only screen and (min-width: 768px) {
  .l-AccessCalender .l-AccessCalGoogle {
    padding-bottom: 75%;
  }
}

@media (min-width: 1200px) {
  .l-AccessCalender {
    background-color: #e1ded2;
    padding-bottom: 30px;
  }

  .l-AccessCalender .l-AccessCalender__title {
    font-size: 2.5rem;
    letter-spacing: 3.25px;
  }

  .l-AccessCalender .l-AccessCalender_bottomBorder {
    padding: 42px 0 38px;
  }

  .l-AccessCalender .l-AccessCalender__Wrapper {
    margin: 21px auto 0;
  }
}

.l-Product .l-Product__bg {
  background-color: #e1ded2;
  padding-top: 54px;
  padding-bottom: 28px;
}

.l-Product .l-Product__title {
  font-size: 2rem;
  letter-spacing: 2px;
  color: #b39e4f;
  text-align: center;
  font-family: "dnp-shuei-mincho-pr6n", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
}

.l-Product .l-Product__TopText {
  font-size: 1.2rem;
  letter-spacing: 0.6px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  text-align: center;
}

.l-Product .l-Product__content {
  padding-top: 10px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 94%;
  margin: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-Product .l-Product__contentBox {
  width: 49%;
  padding-bottom: 26px;
}

.l-Product .l-Product__Img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  height: 300px;
}

.l-Product .l-Product__Name {
  font-size: 1.2rem;
  letter-spacing: 0.6px;
  color: #454640;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  margin-top: 5px;
  font-weight: bold;
  word-break: break-all;
}

.l-Product .l-Product__Price {
  font-size: 1.2rem;
  letter-spacing: 0.6px;
  color: #454640;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  margin-top: 10px;
  word-break: break-all;
}

.l-Product .l-Product__category {
  padding-top: 30px;
  width: 94%;
  margin: auto;
}

.l-Product .l-Product__category select {
  width: 100%;
  height: 44px;
  background-color: #999586;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.l-Product .l-Product__EmptyText {
  font-size: 2rem;
  letter-spacing: 2px;
  color: #454640;
  text-align: center;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  padding: 10vh 0;
  width: 100%;
}

@media (min-width: 1200px) {
  .l-Product .l-Product__bg {
    background-color: #e1ded2;
    padding-top: 100px;
    padding-bottom: 96px;
  }

  .l-Product .l-Product__title {
    font-size: 4rem;
    letter-spacing: 5.2px;
  }

  .l-Product .l-Product__TopText {
    font-size: 1.4rem;
    letter-spacing: 1.82px;
    margin-top: 22px;
  }

  .l-Product .l-Product__content {
    padding-top: 0;
    padding-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 94%;
    margin: auto;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }

  .l-Product .l-Product__contentBox {
    width: 23%;
    padding-bottom: 50px;
  }

  .l-Product .l-Product__contentBox:nth-child(odd) {
    margin-left: 2.66%;
  }

  .l-Product .l-Product__contentBox:nth-child(even) {
    margin-left: 2.66%;
  }

  .l-Product .l-Product__contentBox:first-child {
    margin-left: 0;
  }

  .l-Product .l-Product__contentBox:nth-child(4n+1) {
    margin-left: 0;
  }

  .l-Product .l-Product__Img {
    width: 100%;
  }

  .l-Product .l-Product__Name {
    font-size: 1.3rem;
    letter-spacing: 0.65px;
  }

  .l-Product .l-Product__Price {
    font-size: 1.2rem;
    letter-spacing: 0.6px;
    margin-top: 19px;
  }

  .l-Product .l-Product__category {
    padding-top: 95px;
    padding-bottom: 36px;
  }

  .l-Product .l-Product__CategoryList {
    width: 100%;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding-left: 0;
  }

  .l-Product .l-Product__CategoryList-li {
    width: 33.3%;
    font-size: 1.4rem;
    letter-spacing: 0.7px;
    border: 1px solid #999586;
    text-align: center;
    color: #999586;
    padding-top: 10px;
  }

  .l-Product .l-Product__CategoryList-li:first-child {
    border-left: none;
  }

  .l-Product .l-Product__CategoryList-li:nth-child(2) {
    border-right: none;
  }

  .l-Product .l-Product__CategoryList-li a {
    display: block;
    color: #999586;
  }

  .l-Product .l-Product__CategoryList-current {
    background-color: #999586;
  }

  .l-Product .l-Product__CategoryList-current a {
    color: #fff;
  }

  .l-Product .l-Product__CategoryList_li {
    width: 33.3%;
    font-size: 1.4rem;
    letter-spacing: 0.7px;
    border: 1px solid #999586;
    text-align: center;
    color: #999586;
    padding-top: 10px;
  }

  .l-Product .l-Product__CategoryList_li a {
    display: block;
    color: #999586;
  }
}

.Product__ImgSize {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.Product__ImgSize::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.Product__ImgSize .product__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.lesson-category_area {
  height: 62px;
  padding-bottom: 20px;
}

.lesson-category_area .lesson-category_wrap {
  padding: 10px 0;
}

.lesson-category_area .c-category_selecter {
  margin-bottom: 7px;
  position: relative;
}

.lesson-category_area .c-category_selecter:after {
  content: "";
  background-image: url(../img/product_cat_arrow.png);
  bottom: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  color: #999586;
  line-height: 1.1;
  margin: auto;
  position: absolute;
  background-size: contain;
  top: 0;
  right: 15px;
  text-align: center;
  padding-top: 5px;
}

.lesson-category_area .c-category_selected {
  font-size: 1.4rem;
  color: #ffffff;
  background: #999586;
  line-height: 1.1;
  padding: 11px 0;
  text-align: center;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.lesson-category_area .c-category_list {
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lesson-category_area .c-category_list .category_item {
  text-align: center;
}

.lesson-category_area .c-category_list .category_item:checked {
  background: #1b2948;
}

.lesson-category_area .c-category_nav {
  display: none;
}

.w100 {
  width: 100%;
}

.w97 {
  width: 97%;
}

.weightBold {
  font-weight: bold;
}

.popup-box {
  position: relative;
  background: #FFF;
  padding: 54px 20px 63px;
  width: auto;
  max-width: 800px;
  margin: 20px auto;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: 0.7px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.pop_link {
  color: #454640;
}

.popup-img {
  width: 100%;
}

.remodal-close {
  right: 0 !important;
  left: initial !important;
}

.p-pilates__price {
  padding-bottom: 180px;
  background-color: #e1ded2;
}

.l-pagePickup .p-pilates__price--section {
  margin-top: 30px;

}

.p-pilates__price--titleText {
  width: 100%;
}

.l-pagePickup .l-pagePickup__block .p-pilates__price--title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 65px;
  align-items: center;
  margin-bottom: 0;
  padding-left: 2%
}

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

.l-pagePickup .l-pagePickup__block .p-pilates__price--text {
  background-color: #f4f2e9;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 6px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;

}

.p-pilates__price--textSub {
  width: 96%;
  margin: auto;
  font-size: 13px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;

}

@media (min-width: 780px) {

  .p-pilates__price--title {
    display: flex;
    justify-content: space-between
  }

  .p-pilates__price--titleText {
    width: 50%;
  }

  .l-pagePickup .l-pagePickup__block .p-pilates__price--title {
    height: 37.5px;
    padding-top: 0;
  }

  .l-pagePickup .l-pagePickup__block .p-pilates__price--content {
    margin: 0 auto 12px;
    width: 78%;

  }

  .p-pilates__price--textSub {
    width: 78%;
  }


}