@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

/**
 * 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

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

/**
 * 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;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* レイアウト
-------------------------------------------------- */
html {
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  position: relative;
  width: 100%;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.8;
  color: #e0e9db;
  font-weight: 400;
  font-family: "Kosugi Maru", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #ffffff;
}

html,
body {
  height: 100%;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  background: url(/demo/10/assets/images/bg.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

img {
  font-size: 0;
  vertical-align: top;
  width: 100%;
  height: auto;
}

a {
  outline: none;
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 599px) {
  a {
    -webkit-tap-highlight-color: transparent;
  }
}
@media screen and (min-width: 600px) {
  a {
    opacity: 1;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 600px) {
  a:hover {
    opacity: 0.7;
  }
}

#wrapper {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}
#container {
  position: relative;
  overflow-x: visible;
  width: 100%;
  margin: 0 auto;
  background: #192115;
}
@media screen and (min-width: 600px) {
  #container {
    width: 600px;
  }
}

.main {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .main {
    overflow: visible;
  }
}

.in-fadeup {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.in-fadeup.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@font-face {
  font-family: "Kosugi Maru";
  src: url("/demo/10/assets/fonts/kosugi_maru/kosugimaru-regular.woff2") format("woff2"), url("/demo/10/assets/fonts/kosugi_maru/kosugimaru-regular.woff") format("woff"), url("/demo/10/assets/fonts/kosugi_maru/kosugimaru-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vibur";
  src: url("/demo/10/assets/fonts/vibur/vibur-regular.woff2") format("woff2"), url("/demo/10/assets/fonts/vibur/vibur-regular.woff") format("woff"), url("/demo/10/assets/fonts/vibur/vibur-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* header
------------------------------------------------------ */
.header {
  background-image: url(/demo/10/assets/images/bg_header.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 50px;
  padding: 20px 20px 0;
}
@media screen and (min-width: 600px) {
  .header {
    padding: 20px 50px 0;
  }
}
.header__logo {
  width: 200px;
  margin: 0 auto 20px;
}
.header .splide-block {
  width: min(100%, 450px);
  margin: 0 auto 60px;
}
.header .splide-block .splide__slide {
  width: 100%;
  aspect-ratio: 450/253;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
  overflow: hidden;
}
.header .splide-block .splide__slide img {
  width: 100%;
  height: auto;
}
.header .splide-block .splide__pagination {
  bottom: -35px;
}
.header .splide-block .splide__pagination__page.is-active {
  background: #192115;
}
.header .header__catch {
  margin-bottom: 20px;
  opacity: 0;
  font-size: clamp(17px, 5.3125vw, 23px);
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .header .header__catch {
    font-size: clamp(23px, 3.2857142857vw, 25px);
  }
}
.header .header__catch.active {
  opacity: 1;
}
.header .header__text {
  font-size: 15px;
}
.header .header__text:not(:last-child) {
  margin-bottom: 20px;
}

/* footer
------------------------------------------------- */
.footer {
  padding: 20px 0;
}
.footer .footer__sns-list {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.footer .footer__sns-item {
  width: min(100%, 80px);
}
.footer .footer__copy {
  display: block;
  padding: 20px 0 0;
  font-size: 15px;
  text-align: center;
}

/* Title
------------------------------------------------------ */
.section__title {
  margin-bottom: 20px;
  font-size: 23px;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .section__title {
    font-size: 27px;
  }
}
.section__title .number {
  margin-right: 10px;
  font-size: 27px;
  font-family: "Vibur", cursive;
}

.section {
  margin-bottom: 30px;
}

/* 目次 */
.section--mokuji {
  width: min(100%, 500px);
  margin-left: -100px;
  padding: 50px 50px 50px 110px;
  background-color: rgba(185, 193, 169, 0.2);
  background-image: url(/demo/10/assets/images/bg_mokuji_top.png), url(/demo/10/assets/images/bg_mokuji_bottom.png);
  background-repeat: no-repeat;
  background-position: right top, left bottom;
  background-size: 100% auto, 100% auto;
  border-radius: 100px;
}
@media screen and (min-width: 600px) {
  .section--mokuji {
    width: min(100%, 500px);
    margin-left: -50px;
  }
}
.section--mokuji .mokuji__nav-list {
  margin-left: 30px;
}
.section--mokuji .mokuji__nav-item {
  line-height: 1.5;
}
.section--mokuji .mokuji__nav-item .number {
  font-family: "Vibur", cursive;
  margin-right: 10px;
  font-size: 27px;
}
.section--mokuji .mokuji__nav-item a {
  font-size: 15px;
  text-decoration: underline;
}

/* 1.施術メニュー */
.section--menu {
  position: relative;
  left: 90px;
  width: min(100%, 500px);
  margin: 0 0 50px auto;
  padding: 30px 30px 30px 60px;
  background-color: rgba(223, 191, 191, 0.2);
  background-image: url(/demo/10/assets/images/bg1.png);
  background-repeat: no-repeat;
  background-position: 70% center;
  background-size: auto 80%;
  border-radius: 100px;
}
@media screen and (min-width: 600px) {
  .section--menu {
    left: 0;
    padding: 50px;
    border-radius: 300px;
    width: min(100%, 500px);
  }
}
@media screen and (min-width: 600px) {
  .section--menu .section__title {
    margin-left: 30px;
  }
}
.section--menu .menu-list {
  padding-left: 20px;
}
@media screen and (min-width: 600px) {
  .section--menu .menu-list {
    padding-left: 80px;
  }
}
.section--menu .menu-list__item {
  line-height: 2;
}
.section--menu .btn__yoyaku {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: -90px;
  margin-bottom: 10%;
}
.section--menu .btn__yoyaku a {
  display: block;
  padding: 25px;
  background: #bd5d06;
  border-radius: 50px;
  font-size: clamp(24px, 3.4285714286vw, 27px);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

/* 2.料金 */
.section--price {
  position: relative;
  left: -110px;
  background-color: rgba(198, 208, 167, 0.3);
  background-image: url(/demo/10/assets/images/bg2.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 80%;
  padding: 50px 50px 50px 120px;
  width: calc(100% + 100px);
  border-radius: 100px;
}
@media screen and (min-width: 600px) {
  .section--price {
    left: -50px;
    width: 100%;
    padding: 50px 50px 50px 100px;
  }
}
.section--price .price-list {
  padding-left: 50px;
}
.section--price .price-list--item {
  position: relative;
  font-size: 15px;
}
.section--price .price-list--item:not(:last-child) {
  margin-bottom: 20px;
}
.section--price .price-list__title {
  width: 60%;
  font-weight: 500;
}
.section--price .price-list__content {
  width: 60%;
}
.section--price .price-list__content-price {
  position: absolute;
  top: 0;
  right: 0;
}

/* 3.施設・スタッフ紹介 */
.section--facility {
  position: relative;
  left: -25px;
  background: url(/demo/10/assets/images/bg3.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  padding: 100px 50px;
  margin-top: -100px;
  width: calc(100% + 50px);
}
.section--facility .section__title {
  margin-left: 33%;
}
@media screen and (min-width: 600px) {
  .section--facility .section__title {
    margin-left: 0;
    text-align: right;
  }
}

/* 4.よくあるご質問 */
.section--faq {
  margin: 0 10px 30px;
  background-color: rgba(143, 157, 114, 0.2);
  background-image: url(/demo/10/assets/images/bg4.png);
  background-repeat: repeat-y;
  background-position: right center;
  background-size: 400px;
  padding: 20px;
  border-radius: 100px;
}
@media screen and (min-width: 600px) {
  .section--faq {
    margin: 0 50px 30px;
  }
}
@media screen and (min-width: 600px) {
  .section--faq .section__title {
    margin-left: 30px;
  }
}
.section--faq .faq-list {
  position: relative;
}
.section--faq .faq-list__item {
  margin-bottom: 40px;
}
.section--faq .faq-list__question {
  position: relative;
  width: 90%;
  margin: 0 auto 20px;
  padding-left: 30px;
}
@media screen and (min-width: 600px) {
  .section--faq .faq-list__question {
    width: 80%;
  }
}
.section--faq .faq-list__question .icon {
  position: absolute;
  top: 0;
  left: 0;
}
.section--faq .faq-list__answer {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding-left: 30px;
}
@media screen and (min-width: 600px) {
  .section--faq .faq-list__answer {
    width: 80%;
  }
}
.section--faq .faq-list__answer .icon {
  position: absolute;
  top: 0;
  left: 0;
}

/* 5.場所 */
.section--map .section__inner {
  margin: 0 10px;
}
@media screen and (min-width: 600px) {
  .section--map .section__inner {
    margin: 0 50px;
  }
}
.section--map .section__title {
  text-align: center;
}
.section--map .shopmap {
  aspect-ratio: 600/700;
}
@media screen and (min-width: 600px) {
  .section--map .shopmap {
    aspect-ratio: 1/1;
  }
}
.section--map .shopmap iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1300px) {
  .manu {
    display: none;
  }
}
.manu .menu__nav-item {
  position: fixed;
  font-size: 18px;
  /* 1 */
  /* 2 */
  /* 3 */
  /* 4 */
  /* 5 */
}
.manu .menu__nav-item .number {
  margin-right: 10px;
  font-size: 27px;
  font-family: "Vibur", cursive;
}
.manu .menu__nav-item a {
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 5px 30px;
  border-radius: 100px;
}
.manu .menu__nav-item a:hover {
  opacity: 1;
  background: #fff;
  color: #000;
}
.manu .menu__nav-item:nth-of-type(1) {
  bottom: 300px;
  left: 50px;
}
.manu .menu__nav-item:nth-of-type(2) {
  bottom: 200px;
  left: 80px;
}
.manu .menu__nav-item:nth-of-type(3) {
  bottom: 350px;
  right: 50px;
}
.manu .menu__nav-item:nth-of-type(4) {
  bottom: 250px;
  right: 70px;
}
.manu .menu__nav-item:nth-of-type(5) {
  bottom: 150px;
  right: 110px;
}

.mt0 {
  margin-top: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.pt0 {
  padding-top: 0px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt60 {
  padding-top: 60px;
}

.pt65 {
  padding-top: 65px;
}

.pt70 {
  padding-top: 70px;
}

.pt75 {
  padding-top: 75px;
}

.pb0 {
  padding-bottom: 0px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb55 {
  padding-bottom: 55px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb65 {
  padding-bottom: 65px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb75 {
  padding-bottom: 75px;
}/*# sourceMappingURL=style.css.map */