@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Philosopher:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;700&display=swap");
/* FONT */
/* 幅 */
/* ブレイクポイント */
/* ボタンスタイル */
/* カラー */
/* Noto Sans JP */
/* Philosopher */
/* Jost */
/* Noto Serif JP */
/* ==================================
COMMON
================================== */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background-color: white;
  font-family: "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.65;
  font-weight: 400;
  color: black;
}
body.is-close {
  overflow: hidden;
  height: 100vh;
}

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

a {
  color: black;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

img {
  max-width: 100%;
  height: auto;
}

picture,
source {
  width: 100%;
  height: auto;
}

.newLine {
  display: inline-block;
}

object {
  pointer-events: none;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1480px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 56.25%;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 46.87%;
  }
}
@media screen and (max-width: 576px) {
  html {
    font-size: 31.25%;
  }
}
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
ul {
  margin: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: sans-serif;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

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

small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul,
nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  font-size: 0px;
  line-height: 0px;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

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

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

li {
  list-style: none;
}

input[type=button],
input[type=submit],
input[type=text] {
  -webkit-appearance: none;
}

figure {
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

.c-text {
  font-size: 15px;
  line-height: 1.85;
  letter-spacing: 0.03em;
  color: #000;
}
.c-text_about {
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #fff;
}
.c-text_price01 {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
  color: #000;
}
.c-text_time {
  font-family: "Jost", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 28px;
  font-weight: normal;
  color: #000;
}
.c-text_time--small {
  font-size: 18px;
}
.c-text_price02 {
  font-family: "Jost", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  color: #bd101d;
}
.c-text_price02--large {
  font-size: 46px;
  line-height: 0.75;
}
.c-text_price02--small {
  font-family: "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 15px;
}
.c-text_flow {
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #000;
}
.c-text_flow--small {
  font-size: 13px;
}
.c-text_qa {
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #000;
}
.c-text_caution {
  text-indent: -1.25em;
  padding-left: 1.25em;
  font-size: 13px;
  letter-spacing: 0.03em;
  color: #1f1f1f;
}
.c-text_copyright {
  font-family: "Jost", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  color: #626060;
}
@media screen and (min-width: 750px) {
  .c-text {
    font-size: 1.7rem;
  }
  .c-text_about {
    font-size: 1.7rem;
    line-height: 2.2;
  }
  .c-text_price01 {
    font-size: 1.7rem;
  }
  .c-text_time {
    font-size: 2.8rem;
  }
  .c-text_time--small {
    font-size: 1.8rem;
  }
  .c-text_price02 {
    font-size: 3.2rem;
  }
  .c-text_price02--large {
    font-size: 4.6rem;
  }
  .c-text_price02--small {
    font-size: 1.5rem;
  }
  .c-text_flow {
    font-size: 1.6rem;
  }
  .c-text_flow--small {
    font-size: 1.5rem;
  }
  .c-text_qa {
    font-size: 1.6rem;
  }
  .c-text_caution {
    font-size: 1.5rem;
  }
  .c-text_copyright {
    font-size: 1.6rem;
  }
}

.c-navBtn {
  display: block;
  position: relative;
  width: 10rem;
  height: 10rem;
  background-color: black;
}
.c-navBtn_line {
  display: block;
  position: absolute;
  width: 4rem;
  height: 2px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
}
.c-navBtn_line::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  top: -1.1rem;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  -webkit-transition: 0.35s ease-in;
  transition: 0.35s ease-in;
}
.c-navBtn_line::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  top: 1.1rem;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  -webkit-transition: 0.35s ease-in;
  transition: 0.35s ease-in;
}
.c-navBtn.is-close .c-navBtn_line {
  background-color: transparent;
}
.c-navBtn.is-close .c-navBtn_line::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.c-navBtn.is-close .c-navBtn_line::after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.c-catch {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.03em;
  color: white;
}
.c-catch_first {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 0.8rem 1.7rem;
  background-color: #bd101d;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1280px) {
  .c-catch {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1480px) {
  .c-catch {
    font-size: 3.2rem;
  }
}

.c-drawerMenu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 6rem;
  padding-right: 6rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.05em;
  color: #fff;
}
.c-drawerMenu__link::before {
  content: attr(data-eng);
  font-family: "Philosopher", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.c-drawerMenu_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  height: 65px;
  padding-left: 4rem;
  padding-right: 4rem;
  border: 4px solid white;
}
.c-drawerMenu_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-family: "Philosopher", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.45;
  color: white;
}
.c-drawerMenu_text::before {
  content: attr(data-eng);
  font-size: 26px;
  line-height: 1.65;
}

.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-fixedBtn, .c-fixedBtn__btn03, .c-fixedBtn__btn02, .c-fixedBtn__btn01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.c-fixedBtn__btn01 {
  background-color: #be9027;
}
.c-fixedBtn__btn02 {
  background-color: #be9027;
}
.c-fixedBtn__btn03 {
	background-color: #33CC33;
}
.c-fixedBtn__text, .c-fixedBtn__text--btn03, .c-fixedBtn__text--btn02, .c-fixedBtn__text--btn01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.4666666667vw;
  font-weight: 500;
  text-align: center;
}
.c-fixedBtn__text::before, .c-fixedBtn__text--btn03::before, .c-fixedBtn__text--btn02::before, .c-fixedBtn__text--btn01::before {
  content: "";
  display: block;
  margin-bottom: 0;
  margin-right: 2.6666666667vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.c-fixedBtn__text::after, .c-fixedBtn__text--btn03::after, .c-fixedBtn__text--btn02::after, .c-fixedBtn__text--btn01::after {
  content: "";
  display: block;
  margin-bottom: 0;
  margin-left: 2.6666666667vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.c-fixedBtn__text--btn01 {
  color: #fff;
}
.c-fixedBtn__text--btn01::before {
  width: 4.2666666667vw;
  height: 6.4vw;
  background-image: url(../images/icon/icon_tel_white.svg);
}
.c-fixedBtn__text--btn02 {
  color: #fff;
}
.c-fixedBtn__text--btn02::before {
  width: 5.8666666667vw;
  height: 4.4vw;
  background-image: url(../images/icon/icon_mail.svg);
}
.c-fixedBtn__text--btn03 {
  color: #fff;
}
.c-fixedBtn__text--btn03::before {
  width: 5.8666666667vw;
  height: 5.3333333333vw;
  background-image: url(../images/icon/icon_reserve.svg);
}
.c-fixedBtn__text--btn03::after {
  width: 3.4666666667vw;
  height: 3.4666666667vw;
  background-image: url(../images/icon/icon_link.svg);
  opacity: 1;
}

.c-btn, .c-btn_contact02, .c-btn_price, .c-btn_contact01, .c-btn_reserve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.c-btn_contact01, .c-btn_reserve {
	width: 100%;
	height: 5rem;
	background-color: #33CC33;
}
.c-btn_contact01::before, .c-btn_reserve::before {
  content: "";
  position: absolute;
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  top: 0;
  bottom: 0;
  left: 11.5384615385%;
  margin: auto;
  background-image: url(../images/icon/icon_reserve.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.c-btn_contact01::after, .c-btn_reserve::after {
  content: "";
  position: absolute;
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  top: 0;
  bottom: 0;
  right: 13.4615384615%;
  margin: auto;
  background-image: url(../images/icon/icon_link.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.c-btn_text01 {
  font-size: 1.46484375vw;
  text-align: center;
  color: #fff;
}
.c-btn_price {
  max-width: 450px;
  width: 85%;
  height: 60px;
  padding: 8px;
  -webkit-box-shadow: 0 0 5px 0 #d2cbb6;
          box-shadow: 0 0 5px 0 #d2cbb6;
  background-color: #ba9132;
}
.c-btn_price::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #dab359;
}
.c-btn_price::after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  bottom: 0;
  right: 4.2rem;
  margin: auto;
  background-image: url(../images/icon/icon_link.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.c-btn_price--text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #fff;
}
.c-btn_contact02 {
  width: 100%;
  height: 5rem;
  background-color: #be9027;
}
.c-btn_contact02::before {
  content: "";
  position: absolute;
  display: block;
  width: 2.2rem;
  height: 1.7rem;
  top: 0;
  bottom: 0;
  left: 5.5555555556%;
  margin: auto;
  background-image: url(../images/icon/icon_mail.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.c-btn_contact02::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  top: 0;
  bottom: 0;
  right: 7.4074074074%;
  margin: auto;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-btn_text02 {
  font-size: 1.46484375vw;
  text-align: center;
  color: #fff;
}
.c-btn_reserve {
  height: 41.25px;
}
.c-btn_reserve::before {
  width: 18.75px;
  height: 18px;
  left: 11.1111111111%;
}
.c-btn_reserve::after {
  width: 10.5px;
  height: 10.5px;
  right: 11.8518518519%;
}
.c-btn_reserve--text {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .c-btn_contact01::before, .c-btn_reserve::before {
    left: 4.4rem;
  }
  .c-btn_contact01::after, .c-btn_reserve::after {
    right: 3.5rem;
  }
  .c-btn_text01 {
    font-size: 1.5rem;
  }
  .c-btn_contact02 {
    width: 100%;
    height: 5rem;
    background-color: #be9027;
  }
  .c-btn_contact02::before {
    width: 2.2rem;
    height: 1.7rem;
    left: 2.7rem;
  }
  .c-btn_contact02::after {
    width: 0.8rem;
    height: 0.8rem;
    right: 2.6rem;
  }
  .c-btn_text02 {
    font-size: 1.5rem;
  }
  .c-btn_price {
    max-width: 450px;
    width: 100%;
    height: 60px;
    padding: 8px;
    -webkit-box-shadow: 0 0 8px 0 #d2cbb6;
            box-shadow: 0 0 8px 0 #d2cbb6;
  }
  .c-btn_price::before {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
  }
  .c-btn_price--text {
    font-size: 18px;
  }
  .c-btn_reserve--text {
    font-size: 1.6rem;
  }
  .c-btn_reserve {
    height: 5.5rem;
  }
  .c-btn_reserve::before {
    width: 2.5rem;
    height: 2.4rem;
    left: 3rem;
  }
  .c-btn_reserve::after {
    width: 1.4rem;
    height: 1.4rem;
    right: 3.2rem;
  }
  .c-btn_reserve--text {
    font-size: 1.6rem;
  }
}

.c-title_about {
  font-size: 16.5px;
  letter-spacing: 0.03em;
  color: #be9027;
}
.c-title_about::before {
  content: attr(data-eng);
  display: block;
  font-family: "Jost", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 41.25px;
  letter-spacing: 0.06em;
}
.c-title_worry {
  font-size: 5.8666666667vw;
  font-weight: 300;
  color: white;
}
.c-title_worry--large {
  font-size: 7.0666666667vw;
  color: #ca9b2d;
}
.c-title_feature {
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #1d1c1c;
}
.c-title_feature::before {
  content: attr(data-eng);
  display: block;
  position: relative;
  font-family: "Jost", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 41.25px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #bf932b;
  z-index: 2;
}
.c-title_feature::after {
  content: "NENE";
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: -10rem;
  left: 0;
  right: 0;
  margin: auto;
  font-family: "Philosopher", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 82.5px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #f3f0e8;
  z-index: 1;
}
.c-title_feature02 {
  font-size: 19.5px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #000;
}
.c-title_price {
  position: relative;
  font-size: 19.5px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #000;
}
.c-title_price::before {
  content: attr(data-eng);
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  font-family: "Jost", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #f3f1e9;
  z-index: -1;
}
.c-title_flow {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #fff;
}
.c-title_flow::before {
  content: attr(data-eng);
  display: block;
  position: relative;
  padding-bottom: 1.5rem;
  font-family: "Jost", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 41.25px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #bf932b;
  z-index: 2;
}
.c-title_subFlow {
  font-size: 15.75px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #000;
}
.c-title_faq {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #000;
}
.c-title_faq::before {
  content: attr(data-eng);
  display: block;
  position: relative;
  padding-bottom: 1.5rem;
  font-family: "Jost", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 41.25px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #bf932b;
  z-index: 2;
}
.c-title_qa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 4rem;
  padding-right: 6rem;
  background-color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.03em;
  color: #fff;
}
.c-title_qa::before {
  content: attr(data-eng);
  display: inline-block;
  padding-right: 1.8rem;
  font-family: "Jost", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #cb9e35;
}
.c-title_salon {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #fff;
}
.c-title_salon::before {
  content: attr(data-eng);
  display: block;
  position: relative;
  padding-bottom: 1.5rem;
  font-family: "Jost", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 41.25px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #bf932b;
  z-index: 2;
}
.c-title_contact {
  position: relative;
  font-size: 19.5px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #000;
}
.c-title_contact::before {
  content: attr(data-eng);
  display: block;
  position: relative;
  padding-bottom: 1.5rem;
  font-family: "Jost", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 41.25px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #bf932b;
  z-index: 2;
}
@media screen and (min-width: 576px) {
  .c-title_feature {
    font-size: 1.8rem;
  }
  .c-title_feature::before {
    font-size: 5.5rem;
  }
  .c-title_feature::after {
    top: -7rem;
    font-size: 11rem;
  }
  .c-title_feature02 {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 750px) {
  .c-title_about {
    font-size: 2.2rem;
  }
  .c-title_about::before {
    font-size: 5.5rem;
  }
  .c-title_worry {
    font-size: 3.2rem;
  }
  .c-title_worry--large {
    font-size: 4.1rem;
  }
  .c-title_price {
    font-size: 2.6rem;
  }
  .c-title_price::before {
    top: -7rem;
    font-size: 8rem;
  }
  .c-title_flow {
    font-size: 1.8rem;
  }
  .c-title_flow::before {
    font-size: 5.5rem;
  }
  .c-title_subFlow {
    font-size: 2.1rem;
  }
  .c-title_faq {
    font-size: 1.8rem;
  }
  .c-title_faq::before {
    font-size: 5.5rem;
  }
  .c-title_qa {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    font-size: 1.7rem;
  }
  .c-title_qa::before {
    font-size: 2.5rem;
  }
  .c-title_salon {
    font-size: 1.8rem;
  }
  .c-title_salon::before {
    font-size: 5.5rem;
  }
  .c-title_contact {
    font-size: 1.8rem;
  }
  .c-title_contact::before {
    font-size: 5.5rem;
  }
}

.c-checkList_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding-left: 5rem;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: left;
  color: #000;
}
.c-checkList_item::before {
  content: "";
  display: block;
  position: absolute;
  width: 18.75px;
  height: 15px;
  top: 1.5rem;
  left: 0;
  background-image: url(../images/icon/icon_check.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 576px) {
  .c-checkList_item {
    padding-left: 4rem;
    font-size: 1.8rem;
  }
  .c-checkList_item::before {
    width: 2.5rem;
    height: 2rem;
    top: 1rem;
  }
}
@media screen and (min-width: 750px) {
  .c-checkList_item {
    padding-left: 3.5rem;
    font-size: 1.8rem;
  }
  .c-checkList_item::before {
    width: 2.5rem;
    height: 2rem;
    top: 0.8rem;
  }
}

.c-dottedList_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding-left: 3.4rem;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.05em;
  text-align: left;
  color: #000;
}
.c-dottedList_item::before {
  content: "";
  display: block;
  position: absolute;
  width: 10.5px;
  height: 10.5px;
  top: 1.4rem;
  left: 0;
  background-color: #1ca4e3;
  border-radius: 50%;
}
.c-dottedList_menuItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  width: 100%;
  padding-left: 3.4rem;
  font-size: 14px;
  color: #000;
}
.c-dottedList_menuItem::before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 1rem;
  left: 0;
  background-image: url(../images/icon/icon_dotted.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.c-dottedList_menuItem--price {
  font-family: "Jost", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #b3851d;
}
.c-dottedList_menuItem--price::first-letter {
  font-weight: 400;
}
.c-dottedList_menuItem--price::after {
  content: "～";
  padding-left: 3px;
  font-family: "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 750px) {
  .c-dottedList_item {
    padding-left: 2.4rem;
    font-size: 1.8rem;
  }
  .c-dottedList_item::before {
    width: 1.4rem;
    height: 1.4rem;
    top: 0.7rem;
  }
  .c-dottedList_menuItem {
    padding-left: 2.6rem;
    font-size: 1.6rem;
    line-height: 1.35;
  }
  .c-dottedList_menuItem::before {
    width: 1.6rem;
    height: 1.6rem;
    top: 0.25rem;
  }
  .c-dottedList_menuItem--price {
    font-size: 1.6rem;
  }
}

.c-logoText {
  font-family: "Jost", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
}

.c-fixedContents_jpn {
  display: block;
  font-size: 1.3671875vw;
  line-height: 1;
  color: white;
}
.c-fixedContents_eng {
  display: block;
  padding-top: 8px;
  font-family: "Philosopher", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 3.41796875vw;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #cb9927;
}
.c-fixedContents_tel {
  display: block;
  font-family: "Jost", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 2.44140625vw;
  line-height: 1;
  letter-spacing: 0.08em;
  color: white;
}
.c-fixedContents_businesstime {
  font-size: 1.26953125vw;
  font-weight: 500;
  color: white;
}
@media screen and (min-width: 1024px) {
  .c-fixedContents_jpn {
    font-size: 1.4rem;
  }
  .c-fixedContents_eng {
    font-size: 3.5rem;
  }
  .c-fixedContents_tel {
    font-size: 2.5rem;
  }
  .c-fixedContents_businesstime {
    font-size: 1.3rem;
  }
}

.c-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-icon_feaure {
  font-family: "Jost", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 19.5px;
  line-height: 1;
  color: #ba9132;
}
.c-icon_feaure--large {
  font-size: 41.25px;
  line-height: 1;
}
.c-icon_step {
  font-family: "Jost", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 19.5px;
  line-height: 1;
  color: #ba9132;
}
.c-icon_step--large {
  font-size: 41.25px;
}
@media screen and (min-width: 750px) {
  .c-icon_feaure {
    font-size: 2.6rem;
  }
  .c-icon_feaure--large {
    font-size: 5.5rem;
  }
  .c-icon_step {
    font-size: 2.6rem;
  }
  .c-icon_step--large {
    font-size: 5.5rem;
  }
}

.c-link_text {
  text-decoration: underline;
}

.c-contact_title {
  font-size: 14px;
  line-height: 2.38;
}
.c-contact_required {
  padding: 0.3rem 1rem 0.3rem 1rem;
  border-radius: 4px;
  background-color: #ba9132;
  font-size: 12px;
  line-height: 1.65;
  letter-spacing: 0.05em;
  color: #fff;
}
.c-contact_inputText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 37.5px;
  padding: 0px 1.6rem 3px 1.6rem;
  border: solid 1px #bfbebe;
  background-color: #fff;
  border-radius: 3px;
  font-family: "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
}
.c-contact_textarea {
  width: 100%;
  height: 105px;
  padding: 1.6rem;
  border: solid 1px #bfbebe;
  background-color: #fff;
  border-radius: 3px;
  font-family: "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
}
.c-contact_privacyTitle {
  font-size: 14px;
  letter-spacing: 0.03em;
  text-align: left;
}
.c-contact_privacy {
  font-size: 13px;
  text-align: left;
}
.c-contact_check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  line-height: 1.2;
}
.c-contact_checkInput {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.c-contact_submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 225px;
  height: 49.5px;
  -webkit-box-shadow: 0 0 10px 0 rgba(209, 209, 207, 0.75);
          box-shadow: 0 0 10px 0 rgba(209, 209, 207, 0.75);
  background-color: #2c2c2c;
  border: none;
  font-family: "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
.c-contact_submit:after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 0;
  bottom: 0;
  right: 3rem;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-contact_tel {
  font-family: "Jost", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 22.5px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.065em;
  color: #000;
}
.c-contact_businesstime {
  font-size: 13px;
  line-height: 1.25;
  color: #1d1c1c;
}
.c-contact_reserve {
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #1d1c1c;
}
.c-contact_thanks {
  font-size: 14px;
  line-height: 1.85;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 750px) {
  .c-contact_title {
    font-size: 1.6rem;
  }
  .c-contact_inputText {
    height: 5rem;
    font-size: 1.6rem;
  }
  .c-contact_textarea {
    width: 100%;
    height: 14rem;
  }
  .c-contact_privacyTitle {
    text-align: center;
    font-size: 1.6rem;
  }
  .c-contact_privacy {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5rem;
  }
  .c-contact_check {
    font-size: 1.5rem;
  }
  .c-contact_submit {
    width: 30rem;
    height: 6.6rem;
    font-size: 1.6rem;
    background-color: #ba8f2c;
  }
  .c-contact_submit:after {
    width: 8px;
    height: 8px;
  }
  .c-contact_tel {
    font-size: 3rem;
  }
  .c-contact_businesstime {
    font-size: 1.5rem;
  }
  .c-contact_reserve {
    font-size: 1.5rem;
  }
  .c-contact_thanks {
    font-size: 1.6rem;
  }
}

::-webkit-input-placeholder {
  font-size: 13px;
  line-height: 1;
  color: #9a9898;
  font-family: "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
}

::-moz-placeholder {
  font-size: 13px;
  line-height: 1;
  color: #9a9898;
  font-family: "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
}

:-ms-input-placeholder {
  font-size: 13px;
  line-height: 1;
  color: #9a9898;
  font-family: "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
}

::-ms-input-placeholder {
  font-size: 13px;
  line-height: 1;
  color: #9a9898;
  font-family: "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
}

::placeholder {
  font-size: 13px;
  line-height: 1;
  color: #9a9898;
  font-family: "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
}

@media screen and (min-width: 750px) {
  ::-webkit-input-placeholder {
    font-size: 1.5rem;
  }
  ::-moz-placeholder {
    font-size: 1.5rem;
  }
  :-ms-input-placeholder {
    font-size: 1.5rem;
  }
  ::-ms-input-placeholder {
    font-size: 1.5rem;
  }
  ::placeholder {
    font-size: 1.5rem;
  }
}
/*utility*/
.u-newLine {
  display: inline-block;
}

.u-mt00 {
  margin-top: 0px !important;
}

.u-mt05 {
  margin-top: 0.5rem;
}

.u-mt10 {
  margin-top: 1rem;
}

.u-pt10 {
  margin-top: 1rem;
}

.u-pt12 {
  padding-top: 1.2rem;
}

.u-pt15 {
  padding-top: 1.5rem;
}

.u-pt18 {
  padding-top: 1.8rem;
}

.u-pt20 {
  padding-top: 2rem;
}

.u-pt25 {
  padding-top: 2.5rem;
}

.u-pt35 {
  padding-top: 3.5rem;
}

.u-pt50 {
  padding-top: 5rem;
}

.u-pr20 {
  padding-right: 2rem;
}

.u-sp {
  display: block;
}
@media screen and (min-width: 750px) {
  .u-sp {
    display: none;
  }
}

.u-pc {
  display: none;
}
@media screen and (min-width: 750px) {
  .u-pc {
    display: block;
  }
}

.u-spNoNewLine {
  display: none;
}
@media screen and (min-width: 750px) {
  .u-spNoNewLine {
    display: block;
  }
}

.u-tableScroll {
  overflow: auto;
  white-space: nowrap;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
.u-tableScroll:before {
  content: "※横にスクロールします。";
  font-size: 14px;
  display: block;
  margin: 0px 0 5px;
}
.u-tableScroll:after {
  content: "※横にスクロールします。";
  font-size: 14px;
  display: block;
  margin: 5px 0 20px;
}
.u-tableScroll table {
  max-width: 100%;
  margin-top: 0;
}
@media screen and (min-width: 750px) {
  .u-tableScroll {
    overflow: visible;
  }
  .u-tableScroll:before {
    content: none;
  }
  .u-tableScroll:after {
    content: none;
  }
  .u-tableScroll table {
    max-width: 100%;
    margin-top: 0;
  }
}

/* ==================================
    HEADER
================================== */
.l-header {
  position: relative;
}
.l-header_mv {
  position: relative;
}
.l-header_mv img {
  width: 100%;
  height: auto;
}
.l-header_navBtn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 102;
}
@media screen and (min-width: 750px) {
  .l-header_navBtn {
    display: none;
  }
}

.l-gnav {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .l-gnav__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
  }
  .l-gnav__item:not(:last-child) {
    margin-right: 1.5rem;
  }
  .l-gnav__item:not(:last-child)::after {
    content: "/";
    font-size: 1.4rem;
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .l-gnav__item:not(:last-child) {
    margin-right: 2.5rem;
  }
  .l-gnav__item:not(:last-child)::after {
    content: "/";
    font-size: 1.6rem;
    padding-left: 2.5rem;
  }
}

.l-drawerMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
}
.l-drawerMenu__bg {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 100;
}
.l-drawerMenu__inner {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding-top: 10rem;
  background-color: black;
  z-index: 105;
}
.l-drawerMenu_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6rem;
}
.l-drawerMenu__navButton {
  position: relative;
  width: 10rem;
}
.l-drawerMenu__list {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}
.l-drawerMenu__item {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
@media screen and (min-width: 750px) {
  .l-drawerMenu__inner {
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .l-drawerMenu__inner {
    width: 30%;
  }
}

.is-open .l-drawerMenu {
  display: block;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  z-index: 100;
}

.l-contents {
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.l-footer {
  background-color: #fff;
  padding-bottom: 11.5rem;
}
.l-footer_copyright {
  text-align: center;
}
@media screen and (min-width: 750px) {
  .l-footer {
    padding-bottom: 11.3rem;
  }
}

.l-fixedContents, .l-fixedContents--sp {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
.l-fixedContents--pc {
  display: none;
  z-index: 100;
}
.l-fixedContents_list {
  width: 100%;
}
.l-fixedContents_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33.3333333333%;
  height: 13.0666666667vw;
}
.l-fixedContents_item + .l-fixedContents_item {
  border-left: 1px solid white;
}
@media screen and (min-width: 750px) {
  .l-fixedContents--pc {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: black;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .l-fixedContents--sp {
    display: none;
  }
  .l-fixedContents_logo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .l-fixedContents__list {
    width: 100%;
  }
  .l-fixedContents_wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1200px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .l-fixedContents_btn {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 46.875vw;
    margin-left: 2.5%;
    gap: 0.9765625vw;
  }
  .l-fixedContents_btnItem {
    width: 22.4609375vw;
  }
  .l-fixedContents_btnItem + .l-fixedContents_btnItem {
    width: 23.4375vw;
  }
  .l-fixedContents_tel {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    padding-left: 20px;
    background-image: url(../images/icon/icon_tel.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 1.7rem auto;
  }
}
@media screen and (min-width: 1024px) {
  .l-fixedContents--pc {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .l-fixedContents_btn {
    width: 54rem;
    margin-left: 3rem;
    gap: 1rem;
  }
  .l-fixedContents_btnItem {
    width: 26rem;
  }
  .l-fixedContents_btnItem + .l-fixedContents_btnItem {
    width: 27rem;
  }
  .l-fixedContents_tel {
    padding-left: 3rem;
    background-size: 1.7rem auto;
  }
}

.l-pageTop {
  position: fixed;
  right: 6rem;
  bottom: 12.8rem;
  width: 6rem;
  height: 6rem;
}
.l-pageTop_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 0.5rem;
  background-color: black;
  border-radius: 50%;
}
.l-pageTop_btn::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-top: 1px solid white;
  border-right: 1px solid white;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l-section01 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 7.5rem;
}
.l-section01::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 53.75vw 50vw 0 0;
  border-color: #1e1d1d transparent transparent transparent;
  z-index: -1;
}
.l-section01::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-color: black;
  z-index: -2;
}

.l-section02 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 14.2rem;
  background-color: #e9e5d9;
}
.l-section02::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 58.875vw 50vw 0 0;
  border-color: #dfd6c1 transparent transparent transparent;
  z-index: 0;
}
.l-section02::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 58.875vw 50vw;
  border-color: transparent transparent #dfd6c1 transparent;
  z-index: 0;
}

.l-section03 {
  position: relative;
  width: 100%;
  padding-top: 11rem;
  padding-bottom: 10rem;
  background-color: #000;
}
.l-section03::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 58.875vw 50vw 0 0;
  border-color: #1e1d1d transparent transparent transparent;
  z-index: 0;
}

.l-section04 {
  position: relative;
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-color: #000;
}

.l-section05 {
  position: relative;
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-color: #000;
}

.l-section06 {
  position: relative;
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #fff;
}

.p-banner {
  position: relative;
  padding-top: 4rem;
}
.p-banner::before {
  content: none;
}
.p-banner_list {
  position: relative;
  max-width: 704px;
  width: 93.8666666667vw;
  gap: 3rem;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
}
.p-banner_item {
  width: 100%;
}
.p-banner_item img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 750px) {
  .p-banner_list {
    max-width: 1204px;
    width: 90%;
    gap: 2.4916943522%;
  }
  .p-banner_item {
    max-width: 586px;
    width: 48.6710963455%;
  }
  .p-banner_item img {
    width: 100%;
    height: auto;
  }
  .p-banner_item + .p-banner_item {
    max-width: 587px;
    width: 48.7541528239%;
  }
}
@media screen and (min-width: 1024px) {
  .p-banner::before {
    content: "";
    display: block;
    position: absolute;
    top: 3.3rem;
    left: 3.5rem;
    width: 7.8rem;
    height: 39.6rem;
    background-image: url(../images/lp/about/text_about.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    z-index: 10;
  }
}

.p-about {
  position: relative;
  padding-top: 8rem;
  z-index: 10;
}
.p-about::before {
  content: "";
  display: block;
  position: absolute;
  top: 3.3rem;
  right: 3.5rem;
  width: 7.8rem;
  height: 39.6rem;
  background-image: url(../images/lp/about/text_about.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  z-index: 1;
}
.p-about_mediaDetail {
  position: relative;
  max-width: 704px;
  width: 93.8666666667vw;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
}
.p-about_desc {
  padding-top: 4rem;
}
.p-about_img {
  width: 100%;
  padding-top: 7.5rem;
}
.p-about_img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-about {
    padding-top: 8rem;
  }
  .p-about::before {
    content: none;
  }
  .p-about_media {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .p-about_mediaDetail {
    max-width: none;
    width: 40.625vw;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .p-about_desc {
    padding-top: 3rem;
    max-width: 380px;
    width: 100%;
  }
  .p-about_img {
    width: 59.375vw;
    padding-top: 0;
  }
  .p-about_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 1280px) {
  .p-about_media {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .p-about_mediaDetail {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
  .p-about_desc {
    max-width: 380px;
    width: 100%;
  }
}
@media screen and (min-width: 1480px) {
  .p-about_media {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-about_mediaDetail {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-problem {
  width: 100%;
  padding-top: 5.3rem;
  padding-bottom: 6rem;
  background-color: #014fa4;
}
.p-problem_media {
  margin-top: 3.3rem;
  background-color: #fff;
}
.p-problem_mediImage {
  width: 100%;
}
.p-problem_mediImage img {
  width: 100%;
  height: auto;
}
.p-problem_detail {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}
.p-problem_des {
  padding-top: 3rem;
}
@media screen and (min-width: 750px) {
  .p-problem_media {
    margin-top: 3.3rem;
    background-color: #fff;
  }
  .p-problem_mediImage {
    width: 35%;
  }
  .p-problem_mediImage img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-problem_detail {
    width: 65%;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
  .p-problem_des {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-problem_detail {
    width: 65%;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 9rem;
    padding-right: 2rem;
  }
}

.p-feature {
  position: relative;
  padding-top: 14rem;
  z-index: 10;
}
.p-feature_inner {
  max-width: 1200px;
  width: 93.8666666667vw;
  margin-left: auto;
  margin-right: auto;
}
.p-feature_media, .p-feature_media--reverse {
  position: relative;
  margin-top: 5rem;
}
.p-feature_media + .p-feature_media, .p-feature_media--reverse + .p-feature_media, .p-feature_media + .p-feature_media--reverse, .p-feature_media--reverse + .p-feature_media--reverse {
  margin-top: 8rem;
}
.p-feature_detail {
  padding-top: 4rem;
  padding-bottom: 5rem;
  padding-left: 4.4rem;
  padding-right: 4.4rem;
  background-color: #fff;
  -webkit-box-shadow: 3.5px 3.5px 5px 0 rgba(230, 229, 229, 0.75);
          box-shadow: 3.5px 3.5px 5px 0 rgba(230, 229, 229, 0.75);
}
.p-feature_head {
  padding-bottom: 1.8rem;
  border-bottom: 1px solid #d2d0d0;
}
.p-feature_subTitle {
  padding-top: 1rem;
}
.p-feature_img {
  margin-top: 3rem;
}
.p-feature_desc {
  padding-top: 2.2rem;
}
@media screen and (min-width: 750px) {
  .p-feature {
    padding-top: 14rem;
  }
  .p-feature_inner {
    max-width: 1200px;
    width: 93.8666666667vw;
  }
  .p-feature_media, .p-feature_media--reverse {
    margin-top: 5rem;
  }
  .p-feature_media + .p-feature_media, .p-feature_media--reverse + .p-feature_media, .p-feature_media + .p-feature_media--reverse, .p-feature_media--reverse + .p-feature_media--reverse {
    margin-top: 8rem;
  }
  .p-feature_media--reverse .p-feature_img {
    margin-left: 0;
  }
  .p-feature_media--reverse .p-feature_detail {
    left: auto;
    right: 0;
  }
  .p-feature_detail {
    position: absolute;
    max-width: 600px;
    width: 50%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding-top: 4rem;
    padding-bottom: 5rem;
    padding-left: 4.4rem;
    padding-right: 4.4rem;
    background-color: #fff;
    -webkit-box-shadow: 3.5px 3.5px 5px 0 rgba(230, 229, 229, 0.75);
            box-shadow: 3.5px 3.5px 5px 0 rgba(230, 229, 229, 0.75);
  }
  .p-feature_head {
    padding-bottom: 1.8rem;
    border-bottom: 1px solid #d2d0d0;
  }
  .p-feature_subTitle {
    padding-top: 1rem;
  }
  .p-feature_img {
    max-width: 720px;
    width: 60%;
    margin-top: 0rem;
    margin-left: auto;
  }
  .p-feature_desc {
    padding-top: 2.2rem;
  }
}

.p-worry {
  padding-top: 8rem;
  padding-bottom: 7.4rem;
}
.p-worry_inner {
  max-width: 1342px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.p-worry_media {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 100%;
}
.p-worry_detail {
  position: relative;
  max-width: none;
  width: 90.6666666667vw;
  margin-top: -10rem;
  margin-left: auto;
  margin-right: 0rem;
  padding-top: 8vw;
  padding-bottom: 4vw;
  padding-left: 5.3333333333vw;
  padding-right: 5.3333333333vw;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.5);
  background-color: #1d1c1c;
}
.p-worry_detail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14.6666666667vw 16.8vw 0 0;
  border-color: #2b2a2a transparent transparent transparent;
  z-index: 1;
}
.p-worry_title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
}
.p-worry_list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 3rem;
  gap: 2vw;
}
.p-worry_item {
  width: calc((100% - 2vw) / 2);
}
.p-worry_item img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 750px) {
  .p-worry_media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
  }
  .p-worry_detail {
    position: relative;
    max-width: none;
    width: 81.8666666667vw;
    margin-top: -10rem;
    margin-left: auto;
    margin-right: 0rem;
    padding-top: 8vw;
    padding-bottom: 4vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
  .p-worry_detail::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14.6666666667vw 16.8vw 0 0;
    border-color: #2b2a2a transparent transparent transparent;
    z-index: 1;
  }
  .p-worry_title {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
  }
  .p-worry_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 3rem;
    gap: 2vw;
  }
  .p-worry_item {
    max-width: 221px;
    width: calc((100% - 2vw) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .p-worry_media {
    display: block;
    position: relative;
    width: 100%;
  }
  .p-worry_detail {
    position: absolute;
    top: 9rem;
    right: 0;
    width: 64.0834575261%;
    margin-top: 0rem;
    margin-left: auto;
    padding-top: 6rem;
    padding-bottom: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .p-worry_detail::before {
    border-width: 11rem 12.6rem 0 0;
  }
  .p-worry_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 3rem;
    gap: 1.171875vw;
  }
  .p-worry_item {
    max-width: 221px;
    width: 26%;
  }
  .p-worry_img {
    width: 68.8524590164%;
  }
}

.p-price {
  display: block;
  position: relative;
  max-width: 1200px;
  width: 93.8666666667vw;
  margin-top: 6rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem;
  background-color: #fff;
  z-index: 10;
}
.p-price::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: solid 7rem #e9e5d9;
  border-right: solid 7rem transparent;
  z-index: 1;
}
.p-price::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: solid 7rem #dfd6c1;
  border-left: solid 7rem transparent;
  z-index: 1;
}
.p-price_title {
  position: relative;
  text-align: center;
}
.p-price_inner {
  position: relative;
  width: 100%;
  padding-top: 8.5rem;
  padding-bottom: 3.4rem;
  border: 1px solid #ba9132;
  z-index: 2;
}
.p-price_menu {
  padding-top: 3rem;
}
.p-price_menuList {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.p-price_box {
  max-width: 760px;
  width: 90%;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 2rem;
  padding-left: 3rem;
  padding-right: 3rem;
  background-color: #f5f3ed;
}
.p-price_detail {
  margin-top: 1rem;
  text-align: center;
}
.p-price_priceText {
  padding-top: 1rem;
  text-align: center;
}
.p-price_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5rem;
}
@media screen and (min-width: 750px) {
  .p-price_menuList {
    display: grid;
    grid-template-rows: repeat(4, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 6.5rem;
    grid-auto-flow: column;
  }
  .p-price_btn {
    margin-top: 2.5rem;
  }
}

.p-flow {
  position: relative;
  z-index: 10;
}
.p-flow_inner {
  max-width: 1200px;
  width: 93.8666666667vw;
  margin-left: auto;
  margin-right: auto;
}
.p-flow_detail {
  width: 100%;
}
.p-flow_title {
  text-align: center;
  width: 100%;
}
.p-flow_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 2rem;
  gap: 3rem;
  border-bottom: 1px solid #d2d0d0;
}
.p-flow_wrap {
  width: 100%;
  margin-top: 6rem;
  background-color: #fff;
  padding: 3rem 3rem;
}
.p-flow_wrap + .p-flow_wrap {
  margin-top: 2.4rem;
}
.p-flow_img {
  text-align: center;
  width: 100%;
  margin-top: 3rem;
}
.p-flow_desc {
  padding-top: 3rem;
}
@media screen and (min-width: 750px) {
  .p-flow_inner {
    width: 93.8666666667vw;
  }
  .p-flow_head {
    padding-bottom: 1.5rem;
    gap: 3rem;
  }
  .p-flow_wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 6rem;
    padding: 2.4rem 3rem 2.4rem 6.5rem;
  }
  .p-flow_wrap + .p-flow_wrap {
    margin-top: 2.4rem;
  }
  .p-flow_detail {
    max-width: 610px;
    width: 55.2036199095%;
  }
  .p-flow_img {
    max-width: 420px;
    width: 38.0090497738%;
    margin-top: 0rem;
  }
  .p-flow_desc {
    padding-top: 2rem;
  }
}

.p-faq_inner {
  max-width: 1200px;
  width: 93.8666666667vw;
  margin-left: auto;
  margin-right: auto;
}
.p-faq_title {
  text-align: center;
}
.p-faq_wrap {
  background-color: #fff;
  margin-top: 3.5rem;
}
.p-faq_wrap + .p-faq_wrap {
  margin-top: 1rem;
}
.p-faq_qa {
  position: relative;
  cursor: pointer;
}
.p-faq_qa::after {
  content: "";
  position: absolute;
  width: 2.8rem;
  height: 2.8rem;
  top: 50%;
  right: 2.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/icon/icon_plus.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.p-faq_qa.is-close::after {
  content: "";
  position: absolute;
  width: 2.8rem;
  height: 1px;
  top: 50%;
  right: 2.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/icon/icon_minus.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.p-faq_qa:hover {
  opacity: 0.85;
}
.p-faq_answer {
  display: none;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 4rem;
  padding-right: 6rem;
}
.p-faq_answer.is-open {
  display: block;
}

.p-salon_inner {
  max-width: 1200px;
  width: 93.8666666667vw;
  margin-left: auto;
  margin-right: auto;
}
.p-salon_title {
  text-align: center;
}
.p-salon_kv {
  width: 100%;
  padding-top: 4rem;
}
.p-salon_info {
  padding-top: 4rem;
}
.p-salon_infoDetail {
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  border-top: 1px solid #6e6d6d;
  border-bottom: 1px solid #6e6d6d;
}
.p-salon_infoDetailWrap {
  width: 100%;
}
.p-salon_infoDetailWrap + .p-salon_infoDetailWrap {
  padding-top: 3rem;
}
.p-salon_infoDetailTitle {
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #fff;
}
.p-salon_infoDetailBox {
  width: 100%;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #fff;
}
.p-salon_infoDetailBox a {
  color: #fff;
  text-decoration: underline;
}
.p-salon_infoMap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  margin-top: 5rem;
}
.p-salon_infoMap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (min-width: 750px) {
  .p-salon_inner {
    width: 93.8666666667vw;
  }
  .p-salon_info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 4rem;
  }
  .p-salon_infoDetail {
    max-width: 420px;
    width: 35%;
  }
  .p-salon_infoDetailWrap {
    width: 100%;
  }
  .p-salon_infoDetailWrap + .p-salon_infoDetailWrap {
    padding-top: 3rem;
  }
  .p-salon_infoDetailTitle {
    width: 100%;
    font-size: 1.8rem;
  }
  .p-salon_infoDetailBox {
    width: 100%;
    font-size: 1.6rem;
  }
  .p-salon_infoMap {
    max-width: 690px;
    width: 57.5%;
    height: auto;
    padding-top: 0;
    margin-top: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-salon_infoDetail {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .p-salon_infoDetailWrap {
    width: 100%;
  }
  .p-salon_infoDetailWrap + .p-salon_infoDetailWrap {
    padding-top: 1.4rem;
  }
  .p-salon_infoDetailTitle {
    width: 25%;
    font-size: 1.6rem;
  }
  .p-salon_infoDetailBox {
    width: 75%;
    font-size: 1.6rem;
  }
  .p-salon_infoMap {
    max-width: 690px;
    width: 57.5%;
    height: auto;
    padding-top: 0;
    margin-top: 0rem;
  }
}

.p-contact_inner {
  max-width: 1200px;
  width: 93.8666666667vw;
  margin-left: auto;
  margin-right: auto;
}
.p-contact_title {
  text-align: center;
}
.p-contact_tel {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 4rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 4rem;
  padding-right: 4rem;
  gap: 2.5rem 7rem;
  background-color: #e9e5d9;
}
.p-contact_telBox {
  padding-left: 24.75px;
  background-image: url(../images/icon/icon_tel.svg);
  background-position: left top;
  background-size: 15px auto;
  background-repeat: no-repeat;
}
.p-contact_caution {
  padding-top: 3rem;
}
.p-contact_form {
  margin-top: 2rem;
  border-top: 1px solid #bababa;
}
.p-contact_formWrap, .p-contact_formWrap--top {
  padding-top: 2rem;
  padding-bottom: 3rem;
  padding-left: 3.6rem;
  padding-right: 3.6rem;
  border-bottom: 1px solid #bababa;
}
.p-contact_formTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1;
  padding-bottom: 1rem;
}
.p-contact_privacy {
  width: 100%;
  margin-top: 2rem;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  padding-left: 4rem;
  padding-right: 4rem;
  border: solid 1px #c5c3c3;
  background-color: #fff;
}
.p-contact_privacyCheck {
  padding-top: 1.5rem;
  text-align: center;
}
.p-contact_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2.5rem;
}
.p-contact_backBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.p-contact_desc {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
}
@media screen and (min-width: 750px) {
  .p-contact_inner {
    width: 93.8666666667vw;
  }
  .p-contact_telBox {
    padding-left: 3.3rem;
    background-size: 2rem auto;
  }
  .p-contact_formWrap, .p-contact_formWrap--top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 2rem;
    padding-left: 3%;
    padding-right: 3%;
  }
  .p-contact_formWrap--top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-contact_formTitle {
    width: 21.6666666667%;
    line-height: 1;
    padding-bottom: 0rem;
  }
  .p-contact_formDetail {
    width: 78.3333333333%;
    padding-left: 10%;
  }
  .p-contact_privacy {
    width: 100%;
    margin-top: 2rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border: solid 1px #c5c3c3;
    background-color: #fff;
  }
  .p-contact_privacyCheck {
    padding-top: 1.5rem;
    text-align: center;
  }
  .p-contact_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 2.5rem;
  }
}



.msr_newslist04 {
	overflow: auto;
	border-top: 5px solid #000000;
	width: 100%;
	margin-top: 10px;
	height: 300px;
	margin-bottom: 20px;
}
.msr_newslist04 li {
  border-bottom: 1px solid #000000;
  font-size: 14px;
}
.msr_newslist04 li a {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #000000;
  display: table;
  padding: 20px;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  width: 100%;
}
.msr_newslist04 li a:hover {
  text-decoration: none;
  background: #EEEEEE;
}
.msr_newslist04 li div {
  padding-bottom: 10px;
  width: 144px;
}
.msr_newslist04 li p {
  vertical-align: middle;
}
/* 時間の設定 */
.msr_newslist04 li time {
  display: table-cell;
  vertical-align: top;
  width: 90px;
}
/* カテゴリの設定 */
.msr_newslist04 li .cat01, .msr_newslist04 li .cat02 {
  background-color: #000000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: table-cell;
  color: #FFFFFF;
  font-size: 10px;
  padding: 0 2px;
  text-align: center;
  width: 50px;
}
.msr_newslist04 li .cat02 {
  background-color: #FFFFFF;
  border: 1px solid #000000;
  box-sizing: border-box;
  color: #000000;
}


/*** レスポンシブテーブルデザイン ***/
.shokai{
	width: 100%;
	border: 2px solid #d6ceb4;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	margin-bottom: 60px;
	margin-top: 40px;
}
 
.shokai th{
  padding: 15px;
  border-top: solid 1px #ffffff;
  width: 30%;
  overflow: hidden;
  color: #13131e;
  font-style: normal;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
  background-color: #eeece4;
}
 
.shokai td{
padding: 15px;
text-align: left;
vertical-align: top;
color: #595960;
background-color: #ffffff;
border-top: dotted 1px #e0dccc;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}
 
@media (max-width: 768px){
.shokai th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
  border-radius: 3px;
}
.shokai td{
  display: list-item;
  width: 100%;
  border-top: none !important;
}
}
/*** レスポンシブテーブルデザイン　おわり ***/