@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap");
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
#colors

@colorBase #8c527e
@colorSub #f00
@colorFont #666
*/
/*
#colors

@colorFb #3a5a98
@colorTw #1da1f2
@colorLine #00b900
@colorFe #2bb24c
@colorHatena #00a4de
*/
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
html.open,
body.open {
  overflow: hidden;
}
body.open::after {
  background: rgba(255,255,255,0.8);
  content: '';
  display: block;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9998;
}

html.modal {
  height: 100%;
  overflow: auto;
}

* {
  box-sizing: border-box;
  word-break: break-all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

dl,
dt,
dd {
  margin: 0;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

img {
  display: block;
}

.show-pc {
  display: none;
}

.show-tab {
  display: none;
}

.show-tab-pc {
  display: none;
}

.show-sp {
  display: block;
}

.show-sp-tab-wide {
  display: block;
}

.show-sp-pc {
  display: block;
}

@media (min-width: 768px) {
  .show-sp {
    display: none;
  }
  .show-tab-pc {
    display: block;
  }
  .show-tab {
    display: block;
  }
}
@media print {
  .show-sp {
    display: none;
  }
  .show-tab-pc {
    display: block;
  }
  .show-tab {
    display: block;
  }
}
@media (min-width: 1024px) {
  .show-sp-tab-wide {
    display: none;
  }
  .show-pc {
    display: block;
  }
}
@media print {
  .show-sp-tab-wide {
    display: none;
  }
  .show-pc {
    display: block;
  }
}
@media (min-width: 1200px) {
  .show-tab-pc {
    display: none;
  }
  .show-sp-pc {
    display: none;
  }
}
@media print {
  .show-tab-pc {
    display: none;
  }
  .show-sp-pc {
    display: none;
  }
}
html {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", Yu Gothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, verdana,sans-serif;
  color: #494444;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
}

body, html {
  display: flex;
  flex-direction: column;
}

.l-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  height: 100%;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: auto;
}

.l-container {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .l-container {
    /*padding-top: min(12.8vw, 180px);*/
    padding-top: min(8.5vw, 120px);
  }
}
@media print {
  .l-container {
    /*padding-top: min(12.8vw, 180px);*/
    padding-top: min(8.5vw, 120px);
  }
}
.l-footer {
  margin-top: auto;
}

.a-link {
  position: relative;
  display: block;
  padding-right: 45px;
  color: #494444;
  font-size: 15px;
  transition: 0.3s ease opacity;
}
.a-link:hover {
  opacity: 0.6;
}
.a-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 34px;
  height: 8px;
  background-image: url("../img/icon/icon-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(0, -50%);
}
.c-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9997;
  width: 100%;
}
@media (min-width: 768px) {
  .c-nav {
    top: 20%;
    left: auto;
    right: 0;
    width: 70px;
    height: 70px;
    transform: translate(0, -60px);
  }
}
@media print {
  .c-nav {
    top: 20%;
    left: auto;
    right: 0;
    width: 70px;
    height: 70px;
    transform: translate(0, -60px);
  }
}
@media (min-width: 1024px) {
  .c-nav {
    top: calc(20% + 12vw);
    width: min(7vw, 90px);
    height: min(7vw, 90px);
    transform: translate(0, max(-7.5vw, -90px));
  }
}
@media print {
  .c-nav {
    top: calc(20% + 12vw);
    width: min(7vw, 90px);
    height: min(7vw, 90px);
    transform: translate(0, max(-7.5vw, -90px));
  }
}
.c-nav_inner {
  display: flex;
  justify-content: space-between;
  height: 100%;
  height: 70px;
}
@media (min-width: 768px) {
  .c-nav_inner {
    flex-direction: column;
    height: auto;
  }
}
@media print {
  .c-nav_inner {
    flex-direction: column;
    height: auto;
  }
}
.c-nav_inner a {
  flex: 0 0 auto;
  width: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  background-color: #221814;
  transition: 0.3s ease background-color;
}
.c-nav_inner a:hover {
  background-color: #90806E;
}
.c-nav_inner a:not(:nth-child(3)) {
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #A7A3A2;
}
@media (min-width: 768px) {
  .c-nav_inner a {
    flex-direction: column;
    margin: 5px 0;
    width: 100%;
    height: 70px;
    border-radius: 10px 0 0 10px;
  }
}
@media print {
  .c-nav_inner a {
    flex-direction: column;
    margin: 5px 0;
    width: 100%;
    height: 70px;
    border-radius: 10px 0 0 10px;
  }
}
@media (min-width: 1024px) {
  .c-nav_inner a {
    margin: 7px 0;
    height: 90px;
  }
}
@media print {
  .c-nav_inner a {
    margin: 7px 0;
    height: 90px;
  }
}
.c-nav_inner a.calendar {
  width: 34%;
}
@media (min-width: 768px) {
  .c-nav_inner a.calendar {
    width: 100%;
  }
}
@media print {
  .c-nav_inner a.calendar {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .c-nav_inner a.contact {
    display: none;
  }
}
@media print {
  .c-nav_inner a.contact {
    display: none;
  }
}
.c-nav_inner a img {
  flex: 0 0 auto;
  margin-right: 4px;
  width: 20px;
  height: auto;
}
@media (min-width: 768px) {
  .c-nav_inner a img {
    order: 2;
    margin-right: 0;
    margin-top: 5px;
  }
}
@media print {
  .c-nav_inner a img {
    order: 2;
    margin-right: 0;
    margin-top: 5px;
  }
}
.c-nav_inner a span {
  font-size: min(3vw, 12px);
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .c-nav_inner a span {
    order: 1;
    font-size: 10px;
    text-align: center;
  }
}
@media print {
  .c-nav_inner a span {
    order: 1;
    font-size: 10px;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .c-nav_inner a span {
    font-size: min(1vw, 12px);
  }
}
@media print {
  .c-nav_inner a span {
    font-size: min(1vw, 12px);
  }
}
.c-nav_inner a span br {
  display: none;
}
@media (min-width: 768px) {
  .c-nav_inner a span br {
    display: block;
  }
}
@media print {
  .c-nav_inner a span br {
    display: block;
  }
}
.c-toTop {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 9998;
  width: 40px;
  height: 40px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
}
.c-toTop.show {
  opacity: 1;
  pointer-events: all;
  background-color: #fff;
}
.c-toTop.show .arrow {
  transition: 0.3s ease;
}
.c-toTop.show:hover {
  background-color: #90806E;
}
.c-toTop.show:hover .arrow {
  fill: #fff;
}
.c-toTop img {
  width: 100%;
  height: auto;
}
.c-access {
  margin: 0 auto;
  padding: 100px 0;
  width: 100%;
  max-width: 1400px;
}
@media (min-width: 768px) {
  .c-access {
    display: flex;
    justify-content: center;
    padding: 0 20px;
    padding-top: min(9vw, 126px);
    padding-bottom: min(7vw, 100px);
  }
}
@media print {
  .c-access {
    display: flex;
    justify-content: center;
    padding: 0 20px;
    padding-top: min(9vw, 126px);
    padding-bottom: min(7vw, 100px);
  }
}
.c-access_left {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .c-access_left {
    flex: 1 1 auto;
    padding: 0;
    width: 48.5%;
  }
}
@media print {
  .c-access_left {
    flex: 1 1 auto;
    padding: 0;
    width: 48.5%;
  }
}
.c-access_right {
  margin-top: 46px;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .c-access_right {
    flex: 0 0 auto;
    margin-top: 0;
    margin-left: min(4vw, 70px);
    width: min(53vw, 743px);
  }
}
@media print {
  .c-access_right {
    flex: 0 0 auto;
    margin-top: 0;
    margin-left: min(4vw, 70px);
    width: min(53vw, 743px);
  }
}
.c-access_map {
  position: relative;
}
@media (min-width: 768px) {
  .c-access_map {
    width: 100%;
    height: min(48vw, 580px);
  }
}
@media print {
  .c-access_map {
    width: 100%;
    height: min(48vw, 580px);
  }
}
.c-access_map iframe {
  width: 100%;
  height: 340px;
}
@media (min-width: 768px) {
  .c-access_map iframe {
    width: 100%;
    height: 100%;
  }
}
@media print {
  .c-access_map iframe {
    width: 100%;
    height: 100%;
  }
}
.c-access_logo {
  width: 75px;
}
@media (min-width: 768px) {
  .c-access_logo {
    width: min(6vw, 75px);
  }
}
@media print {
  .c-access_logo {
    width: min(6vw, 75px);
  }
}
.c-access_logo img {
  width: 100%;
  height: auto;
}
.c-access_desc {
  margin-top: 35px;
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  color: #494444;
  font-weight: 500;
  text-align: center;
  line-height: 2;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .c-access_desc {
    margin-top: min(2.5vw, 35px);
    font-size: min(1.2vw, 16px);
  }
}
@media print {
  .c-access_desc {
    margin-top: min(2.5vw, 35px);
    font-size: min(1.2vw, 16px);
  }
}
.c-access_title {
  margin-top: 20px;
  font-size: 18px;
  font-family: "Shippori Mincho", serif;
  color: #1A1311;
  font-weight: 500;
  letter-spacing: -0.05em;
}
@media (min-width: 768px) {
  .c-access_title {
    margin-top: min(2vw, 16px);
    font-size: min(2vw, 24px);
  }
}
@media print {
  .c-access_title {
    margin-top: min(2vw, 16px);
    font-size: min(2vw, 24px);
  }
}
.c-access_info {
  margin-top: 40px;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  line-height: 2.3;
}
@media (min-width: 768px) {
  .c-access_info {
    margin-top: min(4vw, 60px);
    font-size: min(1.2vw, 15px);
  }
}
@media print {
  .c-access_info {
    margin-top: min(4vw, 60px);
    font-size: min(1.2vw, 15px);
  }
}
.c-access_tel {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  width: 100%;
  max-width: 413px;
  height: 86px;
  background-color: #90806E;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .c-access_tel {
    height: min(8.5vw, 106px);
    border-radius: min(1.5vw, 20px);
  }
}
@media print {
  .c-access_tel {
    height: min(8.5vw, 106px);
    border-radius: min(1.5vw, 20px);
  }
}
.c-access_tel img {
  flex: 0 0 auto;
  width: 24px;
  height: auto;
}
@media (min-width: 768px) {
  .c-access_tel img {
    width: min(2.4vw, 24px);
  }
}
@media print {
  .c-access_tel img {
    width: min(2.4vw, 24px);
  }
}
.c-access_tel span,
.c-access_tel a {
  flex: 0 0 auto;
  margin-left: 15px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 28px;
  color: #fff;
}
@media (min-width: 768px) {
  .c-access_tel span,
  .c-access_tel a {
    margin-left: min(1.2vw, 15px);
    font-size: min(3vw, 36px);
  }
}
@media print {
  .c-access_tel span,
  .c-access_tel a {
    margin-left: min(1.2vw, 15px);
    font-size: min(3vw, 36px);
  }
}
.c-access_time {
  margin-top: 20px;
  font-size: 13px;
}
@media (min-width: 768px) {
  .c-access_time {
    font-size: min(1.2vw, 15px);
  }
}
@media print {
  .c-access_time {
    font-size: min(1.2vw, 15px);
  }
}
.c-access_link {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.c-links {
  padding: 80px 20px;
  width: 100%;
  height: auto;
  background-image: url("../img/footer/links-bg.jpg");
  background-position: center top;
  background-size: cover;
}
@media (min-width: 768px) {
  .c-links {
    padding: min(10vw, 120px) 40px;
  }
}
@media print {
  .c-links {
    padding: min(10vw, 120px) 40px;
  }
}
.c-links_inner {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
@media (min-width: 768px) {
  .c-links_inner {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media print {
  .c-links_inner {
    flex-direction: row;
    justify-content: space-between;
  }
}
.c-links_inner a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px;
  padding-top: 40px;
  width: 100%;
  height: 180px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #D8CEC5;
  border-radius: 20px;
  transition: 0.6s ease background-color;
}
@media (min-width: 768px) {
  .c-links_inner a {
    flex: 0 0 auto;
    padding-top: min(6vw, 70px);
    width: min(48.5%, 560px);
    height: min(24vw, 280px);
  }
}
@media print {
  .c-links_inner a {
    flex: 0 0 auto;
    padding-top: min(6vw, 70px);
    width: min(48.5%, 560px);
    height: min(24vw, 280px);
  }
}
.c-links_inner a:hover {
  background-color: #D8CEC5;
}
.c-links_inner a:nth-child(2) {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .c-links_inner a:nth-child(2) {
    margin-top: 0;
  }
}
@media print {
  .c-links_inner a:nth-child(2) {
    margin-top: 0;
  }
}
.c-links_inner a h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 26px;
  color: #77685A;
  font-weight: 700;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .c-links_inner a h2 {
    font-size: min(2.3vw, 28px);
  }
}
@media print {
  .c-links_inner a h2 {
    font-size: min(2.3vw, 28px);
  }
}
.c-links_inner a p {
  margin-top: 10px;
  display: flex;
  align-items: center;
  height: 4em;
  font-size: 13px;
  color: #494444;
  letter-spacing: 0;
  line-height: 2;
  text-align: center;
}
@media (min-width: 768px) {
  .c-links_inner a p {
    margin-top: min(2vw, 30px);
    font-size: min(1.3vw, 15px);
  }
}
@media print {
  .c-links_inner a p {
    margin-top: min(2vw, 30px);
    font-size: min(1.3vw, 15px);
  }
}
.c-news li {
  padding: 20px 0;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #D5D5D5;
}
.c-news li:last-child {
  border-width: 1px 0;
}
@media (min-width: 1024px) {
  .c-news li dl {
    display: flex;
    align-items: center;
  }
}
@media print {
  .c-news li dl {
    display: flex;
    align-items: center;
  }
}
.c-news li dl dt {
  display: flex;
  align-items: center;
}
.c-news li dl dt .cats {
  display: flex;
}
.c-news li dl dt .cats span {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
  width: fit-content;
  min-width: 90px;
  height: 34px;
  font-size: 13px;
  letter-spacing: 0;
  background-color: #ccc;
  border-radius: 5px;
}
@media (min-width: 1024px) {
  .c-news li dl dt .cats span {
    min-width: 110px;
    height: 40px;
    font-size: 15px;
  }
}
@media print {
  .c-news li dl dt .cats span {
    min-width: 110px;
    height: 40px;
    font-size: 15px;
  }
}
.c-news li dl dt .cats span.blog {
  background-color: #CABCAE;
}
.c-news li dl dt .cats span.news {
  color: #fff;
  background-color: #1A1311;
}
.c-news li dl dt .date {
  margin-left: 20px;
  font-size: 15px;
  font-weight: 700;
}
.c-news li dl dd {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .c-news li dl dd {
    margin-top: 0;
    margin-left: 30px;
  }
}
@media print {
  .c-news li dl dd {
    margin-top: 0;
    margin-left: 30px;
  }
}
.c-news li dl dd a {
  font-size: 15px;
  color: #494444;
}
.c-news li dl dd a:hover {
  text-decoration: underline;
}
.p-header {
  width: 100%;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.9);
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .p-header {
    /*height: min(12.8vw, 180px);*/
    height: min(8.5vw, 120px);
  }
  .p-header.scroll {
    height: min(8.5vw, 120px);
  }
  .p-header.scroll .p-header_title img {
    width: min(4.8vw, 68px);
  }
}
@media print {
  .p-header {
    /*height: min(12.8vw, 180px);*/
    height: min(8.5vw, 120px);
  }
  .p-header.scroll {
    height: min(8.5vw, 120px);
  }
  .p-header.scroll .p-header_title img {
    width: min(4.8vw, 68px);
  }
}
.p-header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  /*max-width: 1400px;*/
  height: 100%;
}
@media (min-width: 768px) {
  .p-header_inner {
    padding: 0 min(3.5vw, 50px);
  }
}
@media print {
  .p-header_inner {
    padding: 0 min(3.5vw, 50px);
  }
}
.p-header_title {
  flex: 1 1 auto;
}
.p-header_title a {
  display: flex;
  align-items: center;
}
.p-header_title a img {
  width: 32px;
  height: auto;
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .p-header_title a img {
    /*width: min(5.5vw, 78px);*/
    width: min(4.8vw, 68px);
  }
}
@media print {
  .p-header_title a img {
    /*width: min(5.5vw, 78px);*/
    width: min(4.8vw, 68px);
  }
}
.p-header_title a span {
  /*display: none;*/
  display: block;
  margin-left: min(1vw, 12px);
  font-size: min(2.4vw, 16px);
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  color: #1A1311;
}
.p-header_title a span span.biyouhifuka {
  margin-left: 0;
}
.p-header_title a span span.since {
  margin-left: 0;
}
@media (min-width: 768px) {
  .p-header_title a span {
    display: block;
    margin-left: min(1vw, 12px);
    font-size: min(1.2vw, 16px);
    font-weight: 400;
    color: #1A1311;
  }
  .p-header_title a span span.biyouhifuka {
    font-size: min(0.8vw, 12px);
  }
  .p-header_title a span span.since {
    font-size: min(0.8vw, 12px);
  }
}
@media print {
  .p-header_title a span {
    display: block;
    margin-left: min(1vw, 12px);
    font-size: min(1.2vw, 16px);
    font-weight: 400;
    color: #1A1311;
  }
  .p-header_title a span span.biyouhifuka {
    font-size: min(0.8vw, 12px);
  }
  .p-header_title a span span.since {
    font-size: min(0.8vw, 12px);
  }
}
.p-header_buttons {
  flex: 0 0 auto;
  margin-left: auto;
  display: flex;
  align-items: center;
}
.p-header_button {
  flex: 0 0 auto;
  display: block;
  margin-left: 12px;
  width: 21px;
  height: 21px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .p-header_button {
    margin-left: min(2.8vw, 40px);
    width: min(2.5vw, 35px);
    height: min(2.5vw, 35px);
  }
  .p-header_button.sp {
    display: none;
  }
}
@media print {
  .p-header_button {
    margin-left: min(2.8vw, 40px);
    width: min(2.5vw, 35px);
    height: min(2.5vw, 35px);
  }
  .p-header_button.sp {
    display: none;
  }
}
.p-header_button img {
  width: 100%;
  height: auto;
}
.p-header_nav {
  flex: 0 0 auto;
  position: relative;
  margin-left: 12px;
  width: 26px;
  height: 18px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .p-header_nav {
    margin-left: min(2.8vw, 40px);
    width: min(4vw, 58px);
    height: min(2vw, 30px);
  }
}
@media print {
  .p-header_nav {
    margin-left: min(2.8vw, 40px);
    width: min(4vw, 58px);
    height: min(2vw, 30px);
  }
}
.p-header_nav span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1A1311;
  transition: 0.3s ease;
}
.p-header_nav span:nth-child(1) {
  top: 0;
}
.p-header_nav span:nth-child(2) {
  top: calc(50% + 1px);
  transform: translate(0, -50%);
}
.p-header_nav span:nth-child(3) {
  top: 100%;
}
.p-footer {
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .p-footer {
    margin-bottom: 0;
  }
}
@media print {
  .p-footer {
    margin-bottom: 0;
  }
}
.p-footer_nav {
  display: none;
}
@media (min-width: 1024px) {
  .p-footer_nav {
    display: block;
    padding: 0 40px 20px;
    background-color: #1E1C1A;
  }
}
@media print {
  .p-footer_nav {
    display: block;
    padding: 0 40px 20px;
    background-color: #1E1C1A;
  }
}
.p-footer_nav-inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1170px;
}
.p-footer_nav-row {
  padding: 30px 0;
}
.p-footer_nav-row:nth-child(1) {
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #707070;
}
.p-footer_list {
  display: flex;
}
.p-footer_list-col {
  flex: 0 0 auto;
  margin: 0 5px;
  width: calc(25% - 10px);
}
.p-footer_list-parent {
  margin-top: min(3.4vw, 40px);
}
.p-footer_list-children > li {
  position: relative;
  padding-left: 0.8em;
}
.p-footer_list-children > li::before {
  position: absolute;
  top: 0.15em;
  left: 0.2em;
  content: "-";
  padding-right: 0.5em;
  color: #fff;
}
.p-footer_list a {
  display: inline-block;
  margin: 3px 0;
  color: #fff;
  font-size: min(1vw, 13px);
  font-weight: 400;
  line-height: 1.75;
  transition: 0.3s ease opacity;
}
.p-footer_list a:hover {
  opacity: 0.6;
}
.p-footer_copy {
  padding: 25px 20px;
  width: 100%;
  height: auto;
  background-color: #1E1C1A;
}
@media (min-width: 1024px) {
  .p-footer_copy {
    display: flex;
    align-items: center;
    justify-content: center;
    height: min(7.2vw, 100px);
    background-color: #fff;
    background-color: #eee;
  }
}
@media print {
  .p-footer_copy {
    display: flex;
    align-items: center;
    justify-content: center;
    height: min(7.2vw, 100px);
    background-color: #fff;
    background-color: #eee;
  }
}
.p-footer_copy-left {
  display: none;
}
@media (min-width: 1024px) {
  .p-footer_copy-left {
    display: flex;
  }
  .p-footer_copy-left a {
    flex: 0 0 auto;
    margin-right: min(2vw, 30px);
    font-size: min(1.2vw, 15px);
    color: #494444;
    transition: 0.3s ease opacity;
  }
  .p-footer_copy-left a:hover {
    opacity: 0.6;
  }
}
@media print {
  .p-footer_copy-left {
    display: flex;
  }
  .p-footer_copy-left a {
    flex: 0 0 auto;
    margin-right: min(2vw, 30px);
    font-size: min(1.2vw, 15px);
    color: #494444;
    transition: 0.3s ease opacity;
  }
  .p-footer_copy-left a:hover {
    opacity: 0.6;
  }
}
.p-footer_copy-right {
  font-size: 10px;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.07em;
}
@media (min-width: 1024px) {
  .p-footer_copy-right {
    margin-left: min(9vw, 130px);
    font-size: min(0.8vw, 12px);
    color: #494444;
  }
  .p-footer_copy-right br {
    display: none;
  }
}
@media print {
  .p-footer_copy-right {
    margin-left: min(9vw, 130px);
    font-size: min(0.8vw, 12px);
    color: #494444;
  }
  .p-footer_copy-right br {
    display: none;
  }
}
.p-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 5px;
  width: 100%;
  height: 100vh;
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (min-width: 768px) {
  .p-nav {
    /*padding: 20px;*/
    padding: min(1.2vw, 20px);
    height: auto;
  }
}
@media print {
  .p-nav {
    /*padding: 20px;*/
    padding: min(1.2vw, 20px);
    height: auto;
  }
}
.p-nav.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.p-nav_wrap {
  width: 100%;
  height: 100%;
  background-color: #EBE9E8;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .p-nav_wrap {
    padding: min(6vw, 100px) 0;
    height: calc(100vh - min(2.4vw, 40px));
    min-height: 600px;
    border-radius: 40px;
  }
}
@media print {
  .p-nav_wrap {
    padding: min(6vw, 100px) 0;
    height: calc(100vh - min(2.4vw, 40px));
    min-height: 600px;
    border-radius: 40px;
  }
}
.p-nav_button {
  position: absolute;
  top: 20px;
  right: 22px;
  z-index: 10;
  width: 30px;
  height: 20px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .p-nav_button {
    /*top: 60px;
    right: 60px;*/
    top: min(3.3vw, 46px);
    right: min(3.65vw, 53px);
    width: min(4vw, 58px);
    height: min(2vw, 30px);
  }
}
@media print {
  .p-nav_button {
    /*top: 60px;
    right: 60px;*/
    top: min(3.3vw, 46px);
    right: min(3.65vw, 53px);
    width: min(4vw, 58px);
    height: min(2vw, 30px);
  }
}
.p-nav_button span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1A1311;
  transition: 0.3s ease;
}
.p-nav_button span:nth-child(1) {
  top: 50%;
  width: 110%;
  transform: translate(0, -50%) rotate(30deg);
}
.p-nav_button span:nth-child(2) {
  top: 50%;
  width: 110%;
  transform: translate(0, -50%) rotate(-30deg);
}
.p-nav_container {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  scrollbar-width: none;
}
.p-nav_container::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .p-nav_container {
    overflow-y: inherit;
    display: flex;
    align-items: center;
  }
}
@media print {
  .p-nav_container {
    overflow-y: inherit;
    display: flex;
    align-items: center;
  }
}
.p-nav_inner {
  padding-bottom: 100px;
  width: 100%;
}
@media (min-width: 768px) {
  .p-nav_inner {
    display: flex;
    justify-content: center;
    padding-bottom: 0;
  }
}
@media print {
  .p-nav_inner {
    display: flex;
    justify-content: center;
    padding-bottom: 0;
  }
}
.p-nav_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0 60px;
}
@media (min-width: 768px) {
  .p-nav_head {
    flex: 0 0 auto;
    padding: 40px 0 0;
    width: min(34%, 300px);
  }
}
@media print {
  .p-nav_head {
    flex: 0 0 auto;
    padding: 40px 0 0;
    width: min(34%, 300px);
  }
}
.p-nav_head .logo {
  width: 78px;
}
.p-nav_head .logo img {
  width: 100%;
  height: auto;
}
.p-nav_head .title {
  margin-top: 20px;
  font-family: "Shippori Mincho", serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
.p-nav_head .title strong {
  font-weight: 700;
}
.p-nav_head .tel {
  display: flex;
  align-items: center;
  margin-top: 60px;
}
.p-nav_head .tel img {
  width: 18px;
  height: auto;
}
.p-nav_head .tel span,
.p-nav_head .tel a {
  margin-left: 7px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 26px;
  color: #90806E;
  font-weight: 500;
}
.p-nav_head .info {
  margin-top: 10px;
  font-size: 13px;
}
.p-nav_menu {
  padding: 0 20px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #D5D5D5;
}
@media (min-width: 768px) {
  .p-nav_menu {
    flex: 0 0 auto;
    margin-left: min(3%, 50px);
    width: min(60%, 600px);
    display: flex;
    border: 0;
  }
}
@media print {
  .p-nav_menu {
    flex: 0 0 auto;
    margin-left: min(3%, 50px);
    width: min(60%, 600px);
    display: flex;
    border: 0;
  }
}
@media (min-width: 768px) {
  .p-nav_menu .col {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media print {
  .p-nav_menu .col {
    flex: 0 0 auto;
    width: 50%;
  }
}
.p-nav_menu .row {
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #D5D5D5;
}
@media (min-width: 768px) {
  .p-nav_menu .row {
    border: 0;
  }
}
@media print {
  .p-nav_menu .row {
    border: 0;
  }
}
.p-nav_menu .row a {
  position: relative;
  display: block;
  font-size: 12px;
  color: #494444;
}
.p-nav_menu .row a.pc {
  display: none;
}
@media (min-width: 768px) {
  .p-nav_menu .row a.pc {
    display: block;
  }
}
@media print {
  .p-nav_menu .row a.pc {
    display: block;
  }
}
.p-nav_menu .row a.parent, .p-nav_menu .row a.link, .p-nav_menu .row a.rune, .p-nav_menu .row a.pc {
  padding: 15px 0;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-nav_menu .row a.parent, .p-nav_menu .row a.link, .p-nav_menu .row a.rune, .p-nav_menu .row a.pc {
    padding: min(2.8vw, 40px) 0 0;
    font-size: min(1.7vw, 18px);
  }
}
@media print {
  .p-nav_menu .row a.parent, .p-nav_menu .row a.link, .p-nav_menu .row a.rune, .p-nav_menu .row a.pc {
    padding: min(2.8vw, 40px) 0 0;
    font-size: min(1.7vw, 18px);
  }
}
.p-nav_menu .row a.parent small, .p-nav_menu .row a.link small, .p-nav_menu .row a.rune small, .p-nav_menu .row a.pc small {
  font-size: 12px;
}
@media (min-width: 768px) {
  .p-nav_menu .row a.parent small, .p-nav_menu .row a.link small, .p-nav_menu .row a.rune small, .p-nav_menu .row a.pc small {
    font-size: 13px;
  }
}
@media print {
  .p-nav_menu .row a.parent small, .p-nav_menu .row a.link small, .p-nav_menu .row a.rune small, .p-nav_menu .row a.pc small {
    font-size: 13px;
  }
}
.p-nav_menu .row a.rune span {
  display: block;
  position: relative;
  width: fit-content;
}
.p-nav_menu .row a.rune span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  z-index: 10;
  margin-top: 1px;
  width: 14px;
  height: 14px;
  transform: translate(0, -50%);
  background-image: url("../img/icon/icon-blank.svg");
  background-size: contain;
}
.p-nav_menu .row .parent {
  position: relative;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
@media (min-width: 768px) {
  .p-nav_menu .row .parent {
    display: none;
  }
}
@media print {
  .p-nav_menu .row .parent {
    display: none;
  }
}
.p-nav_menu .row .parent::before, .p-nav_menu .row .parent::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  width: 16px;
  height: 1px;
  background-color: #1A1311;
}
.p-nav_menu .row .parent::before {
  margin-top: -1px;
}
.p-nav_menu .row .parent::after {
  transform: translate(0, -50%) rotate(90deg);
  transition: 0.2s ease;
}
.p-nav_menu .row .parent.open::after {
  opacity: 0;
}
.p-nav_menu .row .children {
  display: none;
  padding-bottom: 20px;
}
.p-nav_menu .row .children li {
  position: relative;
  padding-left: 0.8em;
}
.p-nav_menu .row .children li::before {
  position: absolute;
  top: 0.15em;
  left: 0.2em;
  content: "-";
  font-size: 12px;
  padding-right: 0.5em;
}
.p-nav_menu .row .children li {
  margin-top: 8px;
}
.p-top_movie {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
}
.p-top_movie img {
  width: 100%;
  height: auto;
}
.p-top_news {
  margin-top: 100px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .p-top_news {
    margin-top: min(8.5vw, 120px);
    padding: 0 40px;
  }
}
@media print {
  .p-top_news {
    margin-top: min(8.5vw, 120px);
    padding: 0 40px;
  }
}
.p-top_news-inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
@media (min-width: 768px) {
  .p-top_news-inner {
    display: flex;
  }
}
@media print {
  .p-top_news-inner {
    display: flex;
  }
}
.p-top_news-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .p-top_news-title {
    flex: 0 0 auto;
    align-items: flex-start;
    width: 30%;
  }
}
@media print {
  .p-top_news-title {
    flex: 0 0 auto;
    align-items: flex-start;
    width: 30%;
  }
}
.p-top_news-title h2 {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.075em;
}
@media (min-width: 768px) {
  .p-top_news-title h2 {
    font-size: min(4vw, 44px);
  }
}
@media print {
  .p-top_news-title h2 {
    font-size: min(4vw, 44px);
  }
}
.p-top_news-container {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .p-top_news-container {
    flex: 1 1 auto;
  }
}
@media print {
  .p-top_news-container {
    flex: 1 1 auto;
  }
}
.p-top_news-link {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .p-top_news-link {
    justify-content: flex-start;
    margin-top: min(2.5vw, 30px);
  }
}
@media print {
  .p-top_news-link {
    justify-content: flex-start;
    margin-top: min(2.5vw, 30px);
  }
}
.p-top_news-link.tab {
  display: none;
}
@media (min-width: 768px) {
  .p-top_news-link.tab {
    display: flex;
  }
  .p-top_news-link.sp {
    display: none;
  }
}
@media print {
  .p-top_news-link.tab {
    display: flex;
  }
  .p-top_news-link.sp {
    display: none;
  }
}
.p-top_about {
  position: relative;
  margin-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .p-top_about {
    margin-top: min(11vw, 160px);
    padding-bottom: min(10vw, 150px);
  }
}
@media print {
  .p-top_about {
    margin-top: min(11vw, 160px);
    padding-bottom: min(10vw, 150px);
  }
}
.p-top_about-wave {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: calc(100% - 30px);
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-top_about-wave {
    top: min(10vw, 150px);
    height: calc(100% - min(10vw, 150px));
  }
}
@media print {
  .p-top_about-wave {
    top: min(10vw, 150px);
    height: calc(100% - min(10vw, 150px));
  }
}
.p-top_about-wave::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 90px);
  background-color: #EBEAE8;
}
@media (min-width: 768px) {
  .p-top_about-wave::after {
    height: calc(100% - min(16vw, 230px));
  }
}
@media print {
  .p-top_about-wave::after {
    height: calc(100% - min(16vw, 230px));
  }
}
.p-top_about-title {
  position: relative;
  z-index: 10;
  padding: 0 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .p-top_about-title {
    padding: 0;
  }
}
@media print {
  .p-top_about-title {
    padding: 0;
  }
}
.p-top_about-inner {
  position: relative;
  z-index: 10;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .p-top_about-inner {
    padding: 0 40px;
  }
}
@media print {
  .p-top_about-inner {
    padding: 0 40px;
  }
}
.p-top_about-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.p-top_about-head {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .p-top_about-head {
    display: flex;
    justify-content: space-between;
  }
}
@media print {
  .p-top_about-head {
    display: flex;
    justify-content: space-between;
  }
}
.p-top_about-h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
@media (min-width: 1024px) {
  .p-top_about-h3 {
    flex: 0 0 auto;
    width: 40%;
    font-size: 36px;
  }
}
@media print {
  .p-top_about-h3 {
    flex: 0 0 auto;
    width: 40%;
    font-size: 36px;
  }
}
.p-top_about-desc {
  margin-top: 30px;
  font-size: 13px;
  line-height: 3;
}
@media (min-width: 1024px) {
  .p-top_about-desc {
    flex: 1 1 auto;
    margin-top: 0;
    font-size: 15px;
  }
}
@media print {
  .p-top_about-desc {
    flex: 1 1 auto;
    margin-top: 0;
    font-size: 15px;
  }
}
.p-top_about-links {
  margin-top: 40px;
  padding: 15px 30px 50px;
  background-color: #fff;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .p-top_about-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media print {
  .p-top_about-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .p-top_about-links {
    padding: min(2.5vw, 30px) min(13vw, 160px) min(4.6vw, 56px);
  }
}
@media print {
  .p-top_about-links {
    padding: min(2.5vw, 30px) min(13vw, 160px) min(4.6vw, 56px);
  }
}
.p-top_about-links li {
  padding: 30px 0 20px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #262626;
}
@media (min-width: 768px) {
  .p-top_about-links li {
    flex: 0 0 auto;
    padding: 60px 0 30px;
    width: 48%;
  }
}
@media print {
  .p-top_about-links li {
    flex: 0 0 auto;
    padding: 60px 0 30px;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .p-top_about-links li {
    width: 45%;
  }
}
@media print {
  .p-top_about-links li {
    width: 45%;
  }
}
.p-top_about-links li a {
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .p-top_about-links li a {
    display: flex;
    align-items: center;
    height: 3em;
    font-size: min(1.7vw, 20px);
    line-height: 2;
  }
}
@media print {
  .p-top_about-links li a {
    display: flex;
    align-items: center;
    height: 3em;
    font-size: min(1.7vw, 20px);
    line-height: 2;
  }
}
.p-top_plan {
  position: relative;
  padding-top: 360px;
  background-image: url("../img/top/plan-sp.jpg");
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .p-top_plan {
    padding-top: min(36vw, 500px);
    background-image: url("../img/top/plan-pc.jpg");
  }
}
@media print {
  .p-top_plan {
    padding-top: min(36vw, 500px);
    background-image: url("../img/top/plan-pc.jpg");
  }
}
.p-top_plan-wave {
  position: absolute;
  top: 360px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: calc(100% - 360px);
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-top_plan-wave {
    top: min(36vw, 500px);
    height: calc(100% - min(36vw, 500px));
  }
}
@media print {
  .p-top_plan-wave {
    top: min(36vw, 500px);
    height: calc(100% - min(36vw, 500px));
  }
}
.p-top_plan-wave::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 90px);
  background-color: #fff;
}
@media (min-width: 768px) {
  .p-top_plan-wave::after {
    height: calc(100% - min(16vw, 230px));
  }
}
@media print {
  .p-top_plan-wave::after {
    height: calc(100% - min(16vw, 230px));
  }
}
.p-top_plan-title {
  position: relative;
  z-index: 10;
  padding: 0 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .p-top_plan-title {
    padding: 0;
  }
}
@media print {
  .p-top_plan-title {
    padding: 0;
  }
}
.p-top_plan-inner {
  position: relative;
  z-index: 10;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .p-top_plan-inner {
    padding: 0 40px;
  }
}
@media print {
  .p-top_plan-inner {
    padding: 0 40px;
  }
}
.p-top_plan-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.p-top_plan-h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
  font-weight: 500;
  text-align: right;
  letter-spacing: 0.075em;
}
@media (min-width: 1024px) {
  .p-top_plan-h3 {
    margin-top: 20px;
    font-size: 36px;
  }
}
@media print {
  .p-top_plan-h3 {
    margin-top: 20px;
    font-size: 36px;
  }
}
.p-top_plan-desc {
  margin-top: 30px;
  font-size: 13px;
  line-height: 3;
}
@media (min-width: 1024px) {
  .p-top_plan-desc {
    flex: 1 1 auto;
    margin-top: 0;
    font-size: 15px;
    width: 714px;
  }
}
@media print {
  .p-top_plan-desc {
    flex: 1 1 auto;
    margin-top: 0;
    font-size: 15px;
    width: 714px;
  }
}
.p-top_plan-slider {
  margin: 0 auto;
  margin-top: 40px;
  width: 100%;
  max-width: 1400px;
  overflow-x: hidden;
}
@media (min-width: 1024px) {
  .p-top_plan-slider {
    margin-top: 60px;
    padding: 0 20px;
  }
}
@media print {
  .p-top_plan-slider {
    margin-top: 60px;
    padding: 0 20px;
  }
}
.p-top_plan-slider .swiper-slide {
  width: 180px;
  height: 250px;
}
@media (min-width: 1024px) {
  .p-top_plan-slider .swiper-slide {
    width: 270px;
    height: 380px;
  }
}
@media print {
  .p-top_plan-slider .swiper-slide {
    width: 270px;
    height: 380px;
  }
}
.p-top_plan-item {
  display: flex;
}
.p-top_plan-item a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 35px 20px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #E6DDD4;
  border-radius: 10px;
  transition: 0.3s ease opacity;
}
.p-top_plan-item a:hover {
  opacity: 0.6;
}
@media (min-width: 1024px) {
  .p-top_plan-item a {
    padding: 100px min(2vw, 30px);
    border-radius: 20px;
  }
}
@media print {
  .p-top_plan-item a {
    padding: 100px min(2vw, 30px);
    border-radius: 20px;
  }
}
.p-top_plan-item a::after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 34px;
  height: 8px;
  background-image: url("../img/icon/icon-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, 0);
}
@media (min-width: 1024px) {
  .p-top_plan-item a::after {
    bottom: 60px;
  }
}
@media print {
  .p-top_plan-item a::after {
    bottom: 60px;
  }
}
.p-top_plan-item a h4 {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 24px;
  color: #77685A;
}
@media (min-width: 1024px) {
  .p-top_plan-item a h4 {
    font-size: 28px;
  }
}
@media print {
  .p-top_plan-item a h4 {
    font-size: 28px;
  }
}
.p-top_plan-item a span {
  flex: 1 1 auto;
  margin-top: 15px;
  font-size: 13px;
  color: #494444;
  line-height: 2;
}
@media (min-width: 1024px) {
  .p-top_plan-item a span {
    margin-top: 25px;
    font-size: 15px;
  }
}
@media print {
  .p-top_plan-item a span {
    margin-top: 25px;
    font-size: 15px;
  }
}
.p-top_plan-pagenation {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  width: 100%;
  height: 10px;
}
@media (min-width: 1024px) {
  .p-top_plan-pagenation {
    display: none;
  }
}
@media print {
  .p-top_plan-pagenation {
    display: none;
  }
}
.p-top_plan-pagenation span {
  flex: 0 0 auto;
  display: block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #E6DDD4;
  border-radius: 50%;
}
.p-top_plan-pagenation span.swiper-pagination-bullet-active {
  background-color: #E6DDD4;
}
.p-top_menu {
  position: relative;
  margin-top: 100px;
}
@media (min-width: 768px) {
  .p-top_menu {
    margin-top: min(11vw, 160px);
  }
}
@media print {
  .p-top_menu {
    margin-top: min(11vw, 160px);
  }
}
.p-top_menu-wave {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: calc(60% - 60px);
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-top_menu-wave {
    top: min(10vw, 150px);
    height: calc(45% - min(10vw, 150px));
  }
}
@media print {
  .p-top_menu-wave {
    top: min(10vw, 150px);
    height: calc(45% - min(10vw, 150px));
  }
}
.p-top_menu-wave::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 90px);
  background-color: #F2EBE5;
}
@media (min-width: 768px) {
  .p-top_menu-wave::after {
    height: calc(100% - min(16vw, 230px));
  }
}
@media print {
  .p-top_menu-wave::after {
    height: calc(100% - min(16vw, 230px));
  }
}
.p-top_menu-title {
  position: relative;
  z-index: 10;
  padding: 0 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .p-top_menu-title {
    padding: 0;
  }
}
@media print {
  .p-top_menu-title {
    padding: 0;
  }
}
.p-top_menu-inner {
  position: relative;
  z-index: 10;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .p-top_menu-inner {
    padding: 0 40px;
  }
}
@media print {
  .p-top_menu-inner {
    padding: 0 40px;
  }
}
.p-top_menu-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.p-top_menu-desc {
  margin: 0 auto;
  margin-top: 20px;
  width: 100%;
  max-width: 720px;
  font-size: 13px;
  line-height: 3;
}
@media (min-width: 1024px) {
  .p-top_menu-desc {
    font-size: 15px;
  }
}
@media print {
  .p-top_menu-desc {
    font-size: 15px;
  }
}
.p-top_menu-menu {
  margin-top: 60px;
  padding: 40px 20px;
  background-color: #E6DDD4;
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .p-top_menu-menu {
    padding: min(5vw, 60px) min(6vw, 120px) min(6.6vw, 80px);
  }
}
@media print {
  .p-top_menu-menu {
    padding: min(5vw, 60px) min(6vw, 120px) min(6.6vw, 80px);
  }
}
.p-top_menu-h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align-last: center;
}
@media (min-width: 1024px) {
  .p-top_menu-h3 {
    font-size: 36px;
  }
}
@media print {
  .p-top_menu-h3 {
    font-size: 36px;
  }
}
.p-top_menu-list {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .p-top_menu-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media print {
  .p-top_menu-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .p-top_menu-list {
    margin-top: 30px;
  }
}
@media print {
  .p-top_menu-list {
    margin-top: 30px;
  }
}
.p-top_menu-list a {
  display: flex;
  align-items: center;
  margin-top: 10px;
  padding: 0 10px;
  height: 90px;
  background-color: #fff;
  border-radius: 10px;
  transition: 0.3s ease opacity;
}
.p-top_menu-list a:hover {
  opacity: 0.6;
}
@media (min-width: 768px) {
  .p-top_menu-list a {
    margin: 0 1%;
    margin-top: 2%;
    width: 31%;
    border-radius: 15px;
  }
}
@media print {
  .p-top_menu-list a {
    margin: 0 1%;
    margin-top: 2%;
    width: 31%;
    border-radius: 15px;
  }
}
@media (min-width: 1024px) {
  .p-top_menu-list a {
    height: 100px;
  }
}
@media print {
  .p-top_menu-list a {
    height: 100px;
  }
}
.p-top_menu-list a img {
  flex: 0 0 auto;
  width: 80px;
}
.p-top_menu-list a span {
  margin-left: 10px;
  font-size: 18px;
  color: #494444;
}
.p-top_menu-bottom {
  position: relative;
  z-index: 10;
  margin-top: 100px;
}
@media (min-width: 768px) {
  .p-top_menu-bottom {
    margin-top: min(11vw, 160px);
  }
}
@media print {
  .p-top_menu-bottom {
    margin-top: min(11vw, 160px);
  }
}
.p-top_menu-slider {
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
  padding: 10px 0;
  width: 100%;
  overflow-x: hidden;
}
@media (min-width: 1024px) {
  .p-top_menu-slider {
    margin-top: 60px;
    margin-right: 0;
  }
}
@media print {
  .p-top_menu-slider {
    margin-top: 60px;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .p-top_menu-slider .swiper-wrapper {
    margin-left: max(-20vw, -400px);
  }
}
@media print {
  .p-top_menu-slider .swiper-wrapper {
    margin-left: max(-20vw, -400px);
  }
}
.p-top_menu-slider .swiper-slide {
  position: relative;
  width: 270px;
  height: 440px;
}
@media (min-width: 1024px) {
  .p-top_menu-slider .swiper-slide {
    width: 280px;
    height: 480px;
  }
}
@media print {
  .p-top_menu-slider .swiper-slide {
    width: 280px;
    height: 480px;
  }
}
.p-top_menu-slider .swiper-menu-button-prev {
  display: none;
}
@media (min-width: 768px) {
  .p-top_menu-slider .swiper-menu-button-prev {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 20;
    display: block;
    margin-left: 100px;
    width: 38px;
    height: 18px;
    transform: translate(-50%, -50%);
    cursor: pointer;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .p-top_menu-slider .swiper-menu-button-prev {
    margin-left: calc((100vw - 1400px) / 2 + 40px);
  }
}
@media print and (min-width: 768px) {
  .p-top_menu-slider .swiper-menu-button-prev {
    margin-left: calc((100vw - 1400px) / 2 + 40px);
  }
}
@media (min-width: 768px) {
  .p-top_menu-slider .swiper-menu-button-prev img {
    width: 100%;
    height: auto;
  }
}
@media print {
  .p-top_menu-slider .swiper-menu-button-prev {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 20;
    display: block;
    margin-left: 100px;
    width: 38px;
    height: 18px;
    transform: translate(-50%, -50%);
    cursor: pointer;
  }
}
@media print and (min-width: 1400px) {
  .p-top_menu-slider .swiper-menu-button-prev {
    margin-left: calc((100vw - 1400px) / 2 + 40px);
  }
}
@media print {
  .p-top_menu-slider .swiper-menu-button-prev {
    margin-left: calc((100vw - 1400px) / 2 + 40px);
  }
  .p-top_menu-slider .swiper-menu-button-prev img {
    width: 100%;
    height: auto;
  }
}
.p-top_menu-item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 30px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease opacity;
}
.p-top_menu-item:hover {
  opacity: 0.6;
}
@media (min-width: 1024px) {
  .p-top_menu-item {
    padding: 20px;
  }
}
@media print {
  .p-top_menu-item {
    padding: 20px;
  }
}
.p-top_menu-item .img {
  position: relative;
  padding-top: 66.66%;
  width: 100%;
  overflow: hidden;
}
.p-top_menu-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top_menu-item h4 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #494444;
}
@media (min-width: 1024px) {
  .p-top_menu-item h4 {
    font-size: 20px;
  }
}
@media print {
  .p-top_menu-item h4 {
    font-size: 20px;
  }
}
.p-top_menu-item p {
  margin-top: 20px;
  font-size: 13px;
  color: #494444;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media (min-width: 1024px) {
  .p-top_menu-item p {
    margin-top: 25px;
    font-size: 15px;
  }
}
@media print {
  .p-top_menu-item p {
    margin-top: 25px;
    font-size: 15px;
  }
}
.p-top_menu .cats {
  position: absolute;
  left: 0;
  bottom: 30px;
  padding: 0 30px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
}
@media (min-width: 1024px) {
  .p-top_menu .cats {
    padding: 0 20px;
  }
}
@media print {
  .p-top_menu .cats {
    padding: 0 20px;
  }
}
.p-top_menu .cats a {
  margin-right: 10px;
  font-size: 13px;
  color: #90806E;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .p-top_menu .cats a {
    font-size: 15px;
  }
}
@media print {
  .p-top_menu .cats a {
    font-size: 15px;
  }
}
.p-top_menu .cats a:hover {
  text-decoration: none;
}
.p-top_menu-pagenation {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  width: 100%;
  height: 10px;
}
.p-top_menu-pagenation span {
  flex: 0 0 auto;
  display: block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #E6DDD4;
  border-radius: 50%;
}
.p-top_menu-pagenation span.swiper-pagination-bullet-active {
  background-color: #E6DDD4;
}
.p-top_menu-link {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.p-top_salon {
  position: relative;
  margin-top: 100px;
  padding-bottom: 80px;
}
.p-top_salon::after {
  content: "";
  position: absolute;
  top: 120vw;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 730px;
  background-image: url("../img/top/salon-sp.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .p-top_salon::after {
    top: 0;
    height: min(98vw, 1150px);
    background-position: center top;
    background-image: url("../img/top/salon-pc.jpg");
  }
}
@media print {
  .p-top_salon::after {
    top: 0;
    height: min(98vw, 1150px);
    background-position: center top;
    background-image: url("../img/top/salon-pc.jpg");
  }
}
@media (min-width: 768px) {
  .p-top_salon {
    margin-top: min(10vw, 150px);
    padding-top: 60px;
    padding-bottom: min(13vw, 180px);
  }
}
@media print {
  .p-top_salon {
    margin-top: min(10vw, 150px);
    padding-top: 60px;
    padding-bottom: min(13vw, 180px);
  }
}
.p-top_salon-banner {
  display: block;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1219px;
  transition: 0.3s ease opacity;
}
.p-top_salon-banner:hover {
  opacity: 0.6;
}
@media (min-width: 768px) {
  .p-top_salon-banner {
    padding: 0 40px;
  }
}
@media print {
  .p-top_salon-banner {
    padding: 0 40px;
  }
}
.p-top_salon-banner img {
  width: 100%;
  height: auto;
}
.p-top_salon-title {
  position: relative;
  z-index: 10;
  margin-top: 30px;
  padding: 0 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .p-top_salon-title {
    padding: 0;
  }
}
@media print {
  .p-top_salon-title {
    padding: 0;
  }
}
.p-top_salon-inner {
  position: relative;
  z-index: 10;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .p-top_salon-inner {
    padding: 0 40px;
  }
}
@media print {
  .p-top_salon-inner {
    padding: 0 40px;
  }
}
.p-top_salon-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.p-top_salon-h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
  font-weight: 500;
  text-align: right;
  letter-spacing: 0.075em;
}
@media (min-width: 1024px) {
  .p-top_salon-h3 {
    margin-top: 20px;
    font-size: 36px;
  }
}
@media print {
  .p-top_salon-h3 {
    margin-top: 20px;
    font-size: 36px;
  }
}
.p-top_salon-desc {
  margin-top: 30px;
  font-size: 13px;
  line-height: 3;
}
@media (min-width: 1024px) {
  .p-top_salon-desc {
    flex: 1 1 auto;
    margin-top: 0;
    font-size: 15px;
    width: 714px;
  }
}
@media print {
  .p-top_salon-desc {
    flex: 1 1 auto;
    margin-top: 0;
    font-size: 15px;
    width: 714px;
  }
}
.p-top_salon-h3b {
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align-last: center;
}
@media (min-width: 1024px) {
  .p-top_salon-h3b {
    font-size: 36px;
  }
}
@media print {
  .p-top_salon-h3b {
    font-size: 36px;
  }
}
.p-top_salon-bottom {
  position: relative;
  z-index: 10;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .p-top_salon-bottom {
    margin-top: min(5vw, 60px);
  }
}
@media print {
  .p-top_salon-bottom {
    margin-top: min(5vw, 60px);
  }
}
.p-top_salon-slider {
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
  padding: 10px 0;
  width: 100%;
  overflow-x: hidden;
}
@media (min-width: 1024px) {
  .p-top_salon-slider {
    margin-top: 40px;
    margin-right: 0;
  }
}
@media print {
  .p-top_salon-slider {
    margin-top: 40px;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .p-top_salon-slider .swiper-wrapper {
    margin-left: max(-20vw, -400px);
  }
}
@media print {
  .p-top_salon-slider .swiper-wrapper {
    margin-left: max(-20vw, -400px);
  }
}
.p-top_salon-slider .swiper-slide {
  position: relative;
  width: 270px;
  height: 420px;
}
@media (min-width: 1024px) {
  .p-top_salon-slider .swiper-slide {
    width: 280px;
    height: 460px;
  }
}
@media print {
  .p-top_salon-slider .swiper-slide {
    width: 280px;
    height: 460px;
  }
}
.p-top_salon-slider .swiper-salon-button-prev {
  display: none;
}
@media (min-width: 768px) {
  .p-top_salon-slider .swiper-salon-button-prev {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 20;
    display: block;
    margin-left: 100px;
    width: 38px;
    height: 18px;
    transform: translate(-50%, -50%);
    cursor: pointer;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .p-top_salon-slider .swiper-salon-button-prev {
    margin-left: calc((100vw - 1400px) / 2 + 40px);
  }
}
@media print and (min-width: 768px) {
  .p-top_salon-slider .swiper-salon-button-prev {
    margin-left: calc((100vw - 1400px) / 2 + 40px);
  }
}
@media (min-width: 768px) {
  .p-top_salon-slider .swiper-salon-button-prev img {
    width: 100%;
    height: auto;
  }
}
@media print {
  .p-top_salon-slider .swiper-salon-button-prev {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 20;
    display: block;
    margin-left: 100px;
    width: 38px;
    height: 18px;
    transform: translate(-50%, -50%);
    cursor: pointer;
  }
}
@media print and (min-width: 1400px) {
  .p-top_salon-slider .swiper-salon-button-prev {
    margin-left: calc((100vw - 1400px) / 2 + 40px);
  }
}
@media print {
  .p-top_salon-slider .swiper-salon-button-prev {
    margin-left: calc((100vw - 1400px) / 2 + 40px);
  }
  .p-top_salon-slider .swiper-salon-button-prev img {
    width: 100%;
    height: auto;
  }
}
.p-top_salon-item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  transition: 0.3s ease opacity;
}
.p-top_salon-item:hover {
  opacity: 0.6;
}
.p-top_salon-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.p-top_salon-item .inner {
  padding: 0 20px;
}
@media (min-width: 1024px) {
  .p-top_salon-item .inner {
    padding: 0 20px;
  }
}
@media print {
  .p-top_salon-item .inner {
    padding: 0 20px;
  }
}
.p-top_salon-item h4 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #494444;
}
@media (min-width: 1024px) {
  .p-top_salon-item h4 {
    font-size: 20px;
  }
}
@media print {
  .p-top_salon-item h4 {
    font-size: 20px;
  }
}
.p-top_salon-item p {
  margin-top: 20px;
  font-size: 13px;
  color: #494444;
  line-height: 2;
}
@media (min-width: 1024px) {
  .p-top_salon-item p {
    margin-top: 25px;
    font-size: 15px;
  }
}
@media print {
  .p-top_salon-item p {
    margin-top: 25px;
    font-size: 15px;
  }
}
.p-top_salon .cats {
  position: absolute;
  left: 0;
  bottom: 30px;
  padding: 0 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
}
@media (min-width: 1024px) {
  .p-top_salon .cats {
    padding: 0 20px;
  }
}
@media print {
  .p-top_salon .cats {
    padding: 0 20px;
  }
}
.p-top_salon .cats a {
  margin-right: 10px;
  font-size: 13px;
  color: #90806E;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .p-top_salon .cats a {
    font-size: 15px;
  }
}
@media print {
  .p-top_salon .cats a {
    font-size: 15px;
  }
}
.p-top_salon .cats a:hover {
  text-decoration: none;
}
.p-top_salon-pagenation {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  width: 100%;
  height: 10px;
}
.p-top_salon-pagenation span {
  flex: 0 0 auto;
  display: block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #E6DDD4;
  border-radius: 50%;
}
.p-top_salon-pagenation span.swiper-pagination-bullet-active {
  background-color: #E6DDD4;
}
.p-top_salon-link {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.p-top_title {
  position: relative;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.p-top_title.right {
  text-align: right;
}
@media (min-width: 768px) {
  .p-top_title {
    font-size: min(15vw, 180px);
    letter-spacing: 0.1em;
  }
  .p-top_title::before {
    content: "";
    position: absolute;
    bottom: -20px;
    width: 396px;
    height: 62px;
  }
  .p-top_title.left {
    padding-left: min(7vw, 100px);
  }
  .p-top_title.left::before {
    left: 0;
    background-image: url("../img/title/head-line-left.png");
  }
  .p-top_title.right {
    padding-right: min(2vw, 50px);
    text-align: right;
  }
  .p-top_title.right::before {
    right: 0;
    background-image: url("../img/title/head-line-right.png");
  }
}
@media print {
  .p-top_title {
    font-size: min(15vw, 180px);
    letter-spacing: 0.1em;
  }
  .p-top_title::before {
    content: "";
    position: absolute;
    bottom: -20px;
    width: 396px;
    height: 62px;
  }
  .p-top_title.left {
    padding-left: min(7vw, 100px);
  }
  .p-top_title.left::before {
    left: 0;
    background-image: url("../img/title/head-line-left.png");
  }
  .p-top_title.right {
    padding-right: min(2vw, 50px);
    text-align: right;
  }
  .p-top_title.right::before {
    right: 0;
    background-image: url("../img/title/head-line-right.png");
  }
}
.p-top_title.about {
  color: #E6DDD4;
}
.p-top_title.plan {
  color: #E6DDD4;
}
.p-top_title.menu {
  color: #E6DDD4;
}
.p-top_title.salon {
  color: #FFFFFF;
}
.p-top_title.salon::before {
  background-image: url("../img/title/head-line-right-white.png");
}
.p-top .waves {
  position: relative;
  width: 150%;
  height: 90px;
}
@media (min-width: 768px) {
  .p-top .waves {
    height: min(16vw, 230px);
  }
}
@media print {
  .p-top .waves {
    height: min(16vw, 230px);
  }
}
.p-top .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  animation-delay: -2s;
  animation-duration: 7s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
.mgt10 {
  margin-top: 10px !important;
}

.mgt20 {
  margin-top: 20px !important;
}

.mgt30 {
  margin-top: 30px !important;
}

.mgt40 {
  margin-top: 40px !important;
}

.mgt50 {
  margin-top: 50px !important;
}

.mgt60 {
  margin-top: 60px !important;
}

.mgt70 {
  margin-top: 70px !important;
}

.mgt80 {
  margin-top: 80px !important;
}

.mgt90 {
  margin-top: 90px !important;
}

.mgt100 {
  margin-top: 100px !important;
}

.mgt110 {
  margin-top: 110px !important;
}

.mgt120 {
  margin-top: 120px !important;
}

.mgt130 {
  margin-top: 130px !important;
}

.mgt140 {
  margin-top: 140px !important;
}

.mgt150 {
  margin-top: 150px !important;
}

.mgt160 {
  margin-top: 160px !important;
}

.mgt170 {
  margin-top: 170px !important;
}

.mgt180 {
  margin-top: 180px !important;
}

.mgt190 {
  margin-top: 190px !important;
}

.mgt200 {
  margin-top: 200px !important;
}

/**
 * Swiper 11.1.14
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 12, 2024
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.js-fade {
  opacity: 0;
  transition: 0.6s ease-in opacity;
}
.js-fade.is-inview {
  opacity: 1;
}

/*
Theme Name: xtra-note
Theme URI:
Author:
*/