@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Josefin+Sans:wght@300;400;500;600;700&family=Noto+Serif+JP:wght@400;500;600;700;900&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700&family=Rozha+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rozha+One&display=swap");
.media-check {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .media-check::before {
    content: "xl";
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .media-check::before {
    content: "lg";
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .media-check::before {
    content: "md";
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .media-check::before {
    content: "sm";
  }
}
@media only screen and (max-width: 575.98px) {
  .media-check::before {
    content: "xs";
  }
}

.li-24 {
  line-height: 1.7;
}

.mt-10 {
  margin-top: 1rem;
}

.mt-20 {
  margin-top: 2rem;
}

.mt-24 {
  margin-top: 2.4rem;
}

.mt-30 {
  margin-top: 3rem;
}

.mb-10 {
  margin-bottom: 1rem;
}

.mb-16 {
  margin-bottom: 1.6rem;
}

.mb-20 {
  margin-bottom: 2rem;
}

.mb-24 {
  margin-bottom: 2.4rem;
}

.mb-28 {
  margin-bottom: 2.8rem;
}

.mb-30 {
  margin-bottom: 3rem;
}

.mb-40 {
  margin-bottom: 4rem;
}

.ml-20 {
  margin-left: 2rem;
}

.mr-20 {
  margin-right: 2rem;
}

.pl-20 {
  padding-right: 2rem;
}

.pr-20 {
  padding-left: 2rem;
}

:root {
  --scrollbar-width: 0;
}

/* ***********************************************************************************

Utility

*********************************************************************************** */
/* Easy Style
//////////////////////////////////////////// */
@media (max-width: 991.98px) {
  .o-pc {
    display: none;
  }
}

@media only screen and (min-width: 576px) {
  .o-sp {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .o-tab {
    display: none;
  }
}
@media only screen and (max-width: 575.98px) {
  .o-tab {
    display: none;
  }
}

@media only screen and (max-width: 575.98px) {
  .o-tab-pc {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .o-sp-tab {
    display: none;
  }
}

@media only screen and (max-width: 1199.98px) {
  .o-xl {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .o-lg {
    display: none;
  }
}
@media only screen and (max-width: 991.98px) {
  .o-lg {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .o-md {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .o-md {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .o-sm {
    display: none;
  }
}
@media only screen and (max-width: 575.98px) {
  .o-sm {
    display: none;
  }
}

@media only screen and (min-width: 576px) {
  .o-xs {
    display: none;
  }
}

/* ***********************************************************************************

Basic

*********************************************************************************** */
/* リセット
//////////////////////////////////////////// */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* 基本設定
//////////////////////////////////////////// */
/* 基本設定 */
/* border-box
//////////////////////// */
*, *:before, *:after {
  box-sizing: border-box;
}

/* imgタグ
//////////////////////// */
img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* body
//////////////////////// */
body {
  width: 100%;
  word-break: break-word;
  color: #111111;
  background-color: #F0F4F5;
}

main {
  width: 100%;
  max-width: 600px;
  background-color: #F9F9F9;
  overflow: hidden;
  margin: auto;
  margin-top: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  main {
    max-width: 100%;
  }
}
main.top {
  background-color: #ffffff;
}

/* 背景色
//////////////////////// */
.page-main {
  background-color: #ffffff;
}

/* スクロール固定時
//////////////////////// */
body.is--fixed {
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  body.is--fixed {
    width: calc(100vw - var(--scrollbar-width));
  }
}

/* フォント設定 */
/* Font Import
//////////////////////// */
/* 基本フォントサイズ
//////////////////////// */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
}

/* 基本フォントスタイル
//////////////////////// */
body,
body input,
body textarea {
  font-size: 1.4rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  color: #222222;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* aタグスタイル
//////////////////////// */
a {
  text-shadow: none;
  outline: none;
  color: #222222;
  text-decoration: none;
}
.f--en {
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
}

.f--red {
  color: #AA1155;
}

.f--cen {
  text-align: center;
  line-height: 1.5;
}

.f--16 {
  font-size: 1.6rem;
}

.f--10 {
  font-size: 1rem;
}

/*  電話番号リンクをスマホ以外では無効化
//////////////////////// */
@media only screen and (min-width: 992px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* レイアウト
//////////////////////////////////////////// */
/* ページレイアウト（フッター最下部設定） */
main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
main .page-main {
  flex: 1 0 auto;
}

/* コンテンツ幅（mw）に関する設定 */
body {
  max-width: none;
  margin: auto;
}

.mw--01 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1232px) {
  .mw--01 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (max-width: 1232px) and (min-width: 992px) {
  .mw--01 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (max-width: 1232px) and (min-width: 576px) and (max-width: 991.98px) {
  .mw--01 {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 1232px) and (max-width: 575.98px) {
  .mw--01 {
    padding-left: 5vmin;
    padding-right: 5vmin;
  }
}

.mw--02 {
  max-width: 884px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 916px) {
  .mw--02 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (max-width: 916px) and (min-width: 992px) {
  .mw--02 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (max-width: 916px) and (min-width: 576px) and (max-width: 991.98px) {
  .mw--02 {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 916px) and (max-width: 575.98px) {
  .mw--02 {
    padding-left: 5vmin;
    padding-right: 5vmin;
  }
}

.mw--03 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 632px) {
  .mw--03 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (max-width: 632px) and (min-width: 992px) {
  .mw--03 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (max-width: 632px) and (min-width: 576px) and (max-width: 991.98px) {
  .mw--03 {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 632px) and (max-width: 575.98px) {
  .mw--03 {
    padding-left: 5vmin;
    padding-right: 5vmin;
  }
}

@media only screen and (min-width: 992px) {
  .ph {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991.98px) {
  .ph {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ph {
    padding-left: 5vmin;
    padding-right: 5vmin;
  }
}

@media only screen and (min-width: 992px) {
  .ph-pc {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 991.98px) {
  .ph-tab {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media only screen and (max-width: 575.98px) {
  .ph-sp {
    padding-left: 5vmin;
    padding-right: 5vmin;
  }
}

/* ***********************************************************************************

Design：01_parts

*********************************************************************************** */
/*
 モーダル
//////////////////////////////////////////// */
.modal {
  display: none;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.3);
}
.modal .modal-content {
  background-color: #ffffff;
  width: 30%;
  padding: 3.2rem 2rem 2.4rem 2rem;
  border-radius: 3px;
  background-color: #ffffff;
  -webkit-animation-name: modalopen;
          animation-name: modalopen;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 991.98px) {
  .modal .modal-content {
    width: 90%;
  }
}
@-webkit-keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal .modal-content-title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
}
.modal .modalClose {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  background-color: #ffffff;
  cursor: pointer;
}
.modal .modalClose::after {
  content: "";
  top: 17px;
  right: 5px;
  width: 25px;
  border-top: 2px solid #0A0A0A;
  transform: rotate(45deg);
  position: absolute;
  z-index: 3;
}
.modal .modalClose::before {
  content: "";
  top: 17px;
  right: 5px;
  width: 25px;
  border-top: 2px solid #0A0A0A;
  transform: rotate(-45deg);
  position: absolute;
  z-index: 3;
}
.modal#applyCon .modal-content {
  width: 50%;
}
@media only screen and (max-width: 991.98px) {
  .modal#applyCon .modal-content {
    width: 90%;
  }
}
.modal#applyCon .modal-content .modal-form-top {
  display: flex;
}
.modal#applyCon .modal-content .modal-form-top img {
  width: 20rem;
  height: 16rem;
  border: solid 1px #DDDDDD;
}
.modal#applyCon .modal-content .modal-form-top table {
  white-space: normal;
  margin-left: 2rem;
}
.modal#applyCon .modal-content .modal-form-top table th, .modal#applyCon .modal-content .modal-form-top table td {
  border: none;
  padding: 0;
  text-align: left;
}

/* 
フォーム：
//////////////////////////////////////////// */
body input[type=text], body input[type=email], body input[type=tel], body input[type=password], body input[type=email], body input[type=number], body input[type=search], body textarea {
  -webkit-appearance: none;
}
body input[type=text], body input[type=email], body input[type=tel], body input[type=password], body input[type=email], body input[type=number], body input[type=search], body textarea {
  width: 100%;
  background: #ffffff;
  border: 1px solid #DDDDDD;
  transition: all 0.2s;
  height: 50px;
  padding: 0 16px;
}
body input[type=text]:-moz-placeholder-shown, body input[type=email]:-moz-placeholder-shown, body input[type=tel]:-moz-placeholder-shown, body input[type=password]:-moz-placeholder-shown, body input[type=email]:-moz-placeholder-shown, body input[type=number]:-moz-placeholder-shown, body input[type=search]:-moz-placeholder-shown, body textarea:-moz-placeholder-shown {
  color: #DDDDDD;
}
body input[type=text]:-ms-input-placeholder, body input[type=email]:-ms-input-placeholder, body input[type=tel]:-ms-input-placeholder, body input[type=password]:-ms-input-placeholder, body input[type=email]:-ms-input-placeholder, body input[type=number]:-ms-input-placeholder, body input[type=search]:-ms-input-placeholder, body textarea:-ms-input-placeholder {
  color: #DDDDDD;
}
body input[type=text]:placeholder-shown, body input[type=email]:placeholder-shown, body input[type=tel]:placeholder-shown, body input[type=password]:placeholder-shown, body input[type=email]:placeholder-shown, body input[type=number]:placeholder-shown, body input[type=search]:placeholder-shown, body textarea:placeholder-shown {
  color: #DDDDDD;
}
body input[type=text]::-webkit-input-placeholder, body input[type=email]::-webkit-input-placeholder, body input[type=tel]::-webkit-input-placeholder, body input[type=password]::-webkit-input-placeholder, body input[type=email]::-webkit-input-placeholder, body input[type=number]::-webkit-input-placeholder, body input[type=search]::-webkit-input-placeholder, body textarea::-webkit-input-placeholder {
  color: #DDDDDD;
}
body input[type=text]:-moz-placeholder, body input[type=email]:-moz-placeholder, body input[type=tel]:-moz-placeholder, body input[type=password]:-moz-placeholder, body input[type=email]:-moz-placeholder, body input[type=number]:-moz-placeholder, body input[type=search]:-moz-placeholder, body textarea:-moz-placeholder {
  color: #DDDDDD;
  opacity: 1;
}
body input[type=text]::-moz-placeholder, body input[type=email]::-moz-placeholder, body input[type=tel]::-moz-placeholder, body input[type=password]::-moz-placeholder, body input[type=email]::-moz-placeholder, body input[type=number]::-moz-placeholder, body input[type=search]::-moz-placeholder, body textarea::-moz-placeholder {
  color: #DDDDDD;
  opacity: 1;
}
body input[type=text]:-ms-input-placeholder, body input[type=email]:-ms-input-placeholder, body input[type=tel]:-ms-input-placeholder, body input[type=password]:-ms-input-placeholder, body input[type=email]:-ms-input-placeholder, body input[type=number]:-ms-input-placeholder, body input[type=search]:-ms-input-placeholder, body textarea:-ms-input-placeholder {
  color: #DDDDDD;
}
body input[type=text]:focus, body input[type=email]:focus, body input[type=tel]:focus, body input[type=password]:focus, body input[type=email]:focus, body input[type=number]:focus, body input[type=search]:focus, body textarea:focus {
  background: #ffffff;
}
body .reqd {
  font-size: 8px;
  font-weight: 600;
  color: #ffffff;
  background-color: #AA1155;
  border-radius: 2px;
  padding: 2px 3px;
  margin-left: 4px;
}

.error {
  color: #F55252;
  font-weight: 600;
  margin-top: 8px;
  line-height: 1.3;
}

.form-row {
  display: flex;
}
.form-row .form-col_2 {
  width: 48%;
}
.form-row .form-col_2:last-child {
  margin-left: 4%;
}

.CheckboxInput {
  justify-content: center;
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100px;
  margin: auto;
}
.CheckboxInput .CheckboxInput-Input {
  margin: 0;
  width: 0;
  opacity: 0;
}
.CheckboxInput .CheckboxInput-Input:checked + .CheckboxInput-DummyInput {
  background: #AA1155;
  border: #AA1155;
}
.CheckboxInput .CheckboxInput-Input:checked + .CheckboxInput-DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/img/icon/Checkbox.svg") no-repeat center;
  background-size: 12px;
}
.CheckboxInput .CheckboxInput-DummyInput {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: solid 2px #DDDDDD;
}
.CheckboxInput .CheckboxInput-LabelText {
  font-size: 1.6rem;
  font-weight: 600;
  padding-left: 8px;
}

/* 
ボタン：
//////////////////////////////////////////// */
.c-btn {
  width: 100%;
  text-align: center;
}
.c-btn a, .c-btn button {
  font-weight: 600;
  letter-spacing: 0.1rem;
  display: block;
}
.c-btn button {
  width: 100%;
  padding: 1rem 0;
  border: none;
}
.c-btn__pink {
  padding: 1.6rem 0;
  font-size: 2rem;
  color: #ffffff;
  border-radius: 3px;
  background-color: #C79DA1;
}
.c-btn__green {
  padding: 1.6rem 0;
  font-size: 2rem;
  color: #ffffff;
  border-radius: 3px;
  background-color: #748E98;
}
.c-btn__gray {
  padding: 1.6rem 0;
  font-size: 2rem;
  color: #ffffff;
  border-radius: 3px;
  background-color: #DDDDDD;
}
.c-btn__red {
  padding: 1.6rem 0;
  color: #ffffff;
  font-size: 1.8rem;
  border-radius: 3px;
  background-color: #9A2655;
}
.c-btn__border {
  padding: 1.4rem 0;
  font-size: 2rem;
  color: #DDDDDD;
  background-color: #ffffff;
  border: solid 2px #DDDDDD !important;
  border-radius: 0;
  box-sizing: border-box;
}
.c-btn__border_02 {
  padding: 1.7rem 0;
  color: #222222;
  background-color: #ffffff;
  border: solid 1px #F1F1F1 !important;
  border-radius: 0;
  box-sizing: border-box;
  position: relative;
}
.c-btn__border_02.c-btn-list_icon span {
  position: relative;
}
.c-btn__border_02.c-btn-list_icon span::after {
  content: "";
  width: 13px;
  height: 15px;
  background-image: url("../img/icon/list-icon.svg");
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
}
.c-btn__round {
  font-size: 1.8rem;
  border: solid 2px #222222 !important;
  border-radius: 9999px;
  padding: 1.4rem 0;
  background-color: #ffffff;
}
.c-btn__line {
  padding: 1.5rem 0;
  color: #ffffff;
  font-size: 2rem;
  border-radius: 3px;
  background-color: #06C755;
  -webkit-tap-highlight-color: rgb(4, 139, 59);
  position: relative;
}
.c-btn__line::after {
  content: "";
  width: 26px;
  height: 24px;
  background: no-repeat 100% url("../img/icon/btn-line.svg");
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.text-btn {
  text-align: center;
  font-weight: 600;
  text-decoration: underline;
  display: block;
}

.text-btn-blue {
  text-align: right;
  color: #4985D6;
  font-size: 1rem;
  font-weight: 600;
  display: block;
}

.c-btn-block {
  padding: 2rem;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-around;
}
.c-btn-block dt {
  width: 5em;
}
.c-btn-block dd {
  flex: 1 0 0;
}
.c-btn-block .c-btn {
  width: 49%;
}
.c-btn-block .c-btn:nth-child(2) {
  margin-left: 2%;
}

/* 
見出し：
//////////////////////////////////////////// */
.top-area-title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 3.2rem;
  color: #222222;
}
.top-area-title__main {
  position: relative;
  display: block;
  font-size: 3.2rem;
  letter-spacing: 0.4rem;
}
.top-area-title__main::after {
  content: "";
  width: 20%;
  height: 1px;
  background-color: #707070;
  position: absolute;
  left: 0;
  top: 50%;
  bottom: 50%;
}
.top-area-title__main::before {
  content: "";
  width: 20%;
  height: 1px;
  background-color: #707070;
  position: absolute;
  right: 0;
  top: 50%;
  bottom: 50%;
}
.top-area-title__sub {
  display: block;
  color: #BBBBBB;
  font-size: 1.4rem;
  margin-top: 1.2rem;
}

.p-title {
  font-size: 1.6rem;
  font-weight: 600;
  width: 100%;
  text-align: center;
  color: #ffffff;
  padding: 1.5rem 0;
  letter-spacing: 0.2rem;
  background: linear-gradient(90deg, #748E98, #C79DA1);
}

.section-title-01 {
  font-size: 1.8rem;
  color: #111111;
  opacity: 0.5;
  border-bottom: solid 1px #111111;
  padding-bottom: 8px;
  font-weight: 600;
  margin-bottom: 3rem;
}

.section-title-02 {
  font-size: 1.4rem;
  color: #111111;
  border-bottom: solid 1px #707070;
  padding-bottom: 8px;
  font-weight: 600;
}

/* 
アラート：
//////////////////////////////////////////// */
.alert-block {
  color: #ffffff;
  text-align: center;
  font-weight: 600;
}
.alert-block p {
  padding: 1.7rem 1rem;
}
.alert-block__yellow {
  background-color: #FFC422;
}
.alert-block__red {
  background-color: #F55252;
}

/* ***********************************************************************************

Design：02_Frame

*********************************************************************************** */
/*  Contents
//////////////////////////////////////////// */
.l-contents-wrap {
  margin-top: 50px;
  padding-bottom: 3rem;
}
.l-contents-wrap__inner {
  padding: 2rem;
}
.l-contents-wrap__inner.bg-white {
  background-color: #ffffff;
}

/* Header
//////////////////////////////////////////// */
header {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.6rem;
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  max-width: 600px;
  z-index: 2;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  header {
    max-width: 100%;
  }
}
header .nav-menu__switch {
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  z-index: 3;
  position: relative;
}
header .nav-menu__switch .line01 {
  display: block;
  border-top: 2px solid #0A0A0A;
  width: 25px;
  transition: all 0.2s cubic-bezier(0.42, 0, 1, 1);
  position: relative;
}
header .nav-menu__switch .line02 {
  display: block;
  border-top: 2px solid #0A0A0A;
  width: 25px;
  margin-top: 10px;
  transition: all 0.2s cubic-bezier(0.42, 0, 1, 1);
  position: relative;
}
header .nav-menu__switch.active .line01 {
  top: 24px;
  right: 10px;
  width: 30px;
  border-top: 2px solid #0A0A0A;
  transform: rotate(45deg);
  position: absolute;
}
header .nav-menu__switch.active .line02 {
  top: 14px;
  right: 10px;
  width: 30px;
  border-top: 2px solid #0A0A0A;
  transform: rotate(-45deg);
  position: absolute;
}
header .nav-menu__inner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
  max-width: 600px;
  background: #ffffff;
  display: none;
  z-index: -1;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  header .nav-menu__inner {
    max-width: 100%;
  }
}
header .nav-menu__inner li {
  text-align: center;
}
header .nav-menu__inner li a {
  font-size: 1.8rem;
  font-weight: 600;
}
header .nav-menu__inner.active {
  display: block;
  -webkit-animation: appear 0.5s ease;
          animation: appear 0.5s ease;
  z-index: 2;
}
@-webkit-keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
header .nav-menu_wrap {
  position: relative;
  height: 100%;
}
header .nav-menu_wrap .nav-menu {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  height: 68%;
  margin: 0 2rem;
}
header .nav-menu_wrap .nav-menu ul {
  width: 100%;
}
header .bottom-nav {
  width: 100%;
  padding: 0 2rem;
  position: absolute;
  bottom: 1rem;
}
header .bottom-nav__inner {
  border-top: solid 1px #DDDDDD;
  padding-top: 1rem;
}
header .bottom-nav__inner li {
  height: 36px;
  line-height: 36px;
  text-align: left;
}
header .bottom-nav__inner li a {
  color: #999999;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 300;
}
header .bottom-nav__inner li img {
  width: 24px;
}

/* Footer
//////////////////////////////////////////// */
footer {
  background-color: #ffffff;
  width: 100%;
  max-width: 600px;
  margin: auto;
  margin-bottom: 0;
}
footer .footer-inner {
  color: #999999;
  font-size: 1.2rem;
  padding: 2.6rem 2rem;
}
footer .footer-inner .footer-logo {
  margin-bottom: 1.3rem;
}
footer .footer-inner .footer-logo img {
  width: 185px;
}
footer .footer-inner .footer-text {
  margin-bottom: 2rem;
  line-height: 1.5;
}
footer .footer-inner .footer-nav li {
  height: 36px;
  line-height: 36px;
}
footer .footer-inner .footer-nav li a {
  color: #999999;
  display: inline-block;
}
footer .footer-inner .footer-nav li img {
  width: 24px;
}
footer .copyright {
  height: 48px;
  line-height: 48px;
  background: linear-gradient(90deg, #748E98, #C79DA1);
  padding: 0 2rem;
}
footer .copyright .copyright-text {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
}

/* Toggle Nav：
//////////////////////////////////////////// */
/* ***********************************************************************************

Design：03_Page

*********************************************************************************** */
/* 
トップページ 
//////////////////////////////////////////// */
.top-main-content {
  width: 100%;
  height: 100vh;
  position: relative;
}
.top-main-content__image {
  width: 100%;
  height: 100vh;
}
.top-main-content__image img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-main-content__title {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.7;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 45%;
  margin: auto;
}
.top-main-content__title__logo {
  display: block;
  line-height: 1.4;
}
.top-main-content__title__logo img {
  width: 156px;
}
.top-main-content__register {
  position: absolute;
  margin: 0 2rem;
  bottom: 2rem;
  left: 0;
  right: 0;
  color: #ffffff;
  font-size: 1.2rem;
}
.top-main-content__register__text {
  margin-top: 8px;
  text-align: center;
  line-height: 1.5;
}
.top-main-content__register__text a {
  text-decoration: underline;
  font-size: 1.2rem;
  color: #ffffff;
}

.top-content {
  background-color: #ffffff;
}
.top-content.content-bg-grey {
  background-color: #F9F9F9;
}
.top-content__inner {
  padding-bottom: 4rem;
}
.top-content__inner .top-area-title {
  padding: 4rem 2rem 0;
}
.top-content.content-bg-grad {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 98%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 98%, 0 100%);
  background: linear-gradient(to bottom right, rgba(199, 157, 161, 0.3), rgba(116, 142, 152, 0.3));
}
.top-content__concept {
  padding-left: 2rem;
}
.top-content__concept__title {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 2.4rem;
}
.top-content__concept img {
  margin-bottom: 2.4rem;
}
.top-content__concept__text {
  font-size: 1.6rem;
  line-height: 2;
  padding-right: 2rem;
}
.top-content__feature {
  margin-bottom: 30px;
}
.top-content__feature:last-child {
  margin-bottom: 0;
}
.top-content__feature:nth-child(even) {
  padding-right: 2rem;
}
.top-content__feature:nth-child(even) .top-content__feature__title {
  margin-left: 2rem;
}
.top-content__feature:nth-child(even) .top-content__feature__title span {
  margin-right: 16px;
}
.top-content__feature:nth-child(even) .top-content__feature__text {
  margin-left: 2rem;
}
.top-content__feature:nth-child(odd) {
  padding-left: 2rem;
}
.top-content__feature:nth-child(odd) .top-content__feature__title {
  margin-right: 2rem;
  justify-content: space-between;
}
.top-content__feature:nth-child(odd) .top-content__feature__text {
  margin-right: 2rem;
}
.top-content__feature__title {
  font-size: 1.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  line-height: 32px;
  margin-bottom: 12px;
}
.top-content__feature__title span {
  font-size: 6.4rem;
  color: #E7EAEB;
  font-weight: 400;
  display: block;
  font-family: "Rozha One", serif;
  letter-spacing: -2px;
}
.top-content__feature__text {
  font-size: 1.6rem;
  margin-bottom: 20px;
  line-height: 2;
}
.top-content .line-register {
  background: linear-gradient(rgba(17, 17, 17, 0.3), rgba(17, 17, 17, 0.3)), url("../img/top/line-register-image.jpg");
  background-size: cover;
  color: #ffffff;
  text-align: center;
  padding: 2.8rem 2rem 2rem;
}
.top-content .line-register__text {
  font-weight: 600;
  margin-bottom: 10px;
}
.top-content .line-register__title {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 36px;
}
.top-content .line-register__text-link {
  margin-bottom: 10px;
  font-size: 1.2rem;
  display: block;
}
.top-content .line-register__text-link a {
  text-decoration: underline;
  font-size: 1.2rem;
  color: #ffffff;
}
.top-content__howto {
  padding: 0 2rem;
}
.top-content__howto li {
  padding: 3.4rem 3rem 3rem;
  border: solid 1px #999999;
  background-color: #ffffff;
  margin-bottom: 1.8rem;
  text-align: center;
  position: relative;
}
.top-content__howto li::after {
  content: "";
  width: 1px;
  height: 48px;
  background-color: #999999;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -48px;
  margin: auto;
  z-index: 1;
}
.top-content__howto li:last-child {
  margin-bottom: 0;
}
.top-content__howto li:last-child::after {
  content: none;
}
.top-content__howto li:nth-child(1) img {
  width: 15rem;
  margin: 2.4rem 0 2.5rem 0;
}
.top-content__howto li:nth-child(2) img {
  width: 14.6rem;
  margin: 2.4rem 0 2.5rem 0;
}
.top-content__howto li:nth-child(3) img {
  width: 14.6rem;
  margin: 2.5rem 0 2.8rem 0;
}
.top-content__howto li:nth-child(4) img {
  width: 15rem;
  margin: 2.8rem 0 3rem 0;
}
.top-content__howto__step {
  font-weight: 600;
}
.top-content__howto__step span {
  font-size: 2.4rem;
  margin-left: 10px;
}
.top-content__howto__title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2.4rem;
}
.top-content__howto__text {
  line-height: 1.8;
}

/* 
スタイリスト
//////////////////////////////////////////// */
.p-stylist-list-wrap li:last-child a {
  margin-bottom: 0;
}

.p-stylist-list {
  margin-bottom: 2rem;
  background-color: #ffffff;
  position: relative;
  box-shadow: 0px 3px 10px -7px rgba(0, 0, 0, 0.2);
  display: flex;
}
.p-stylist-list::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 3px solid #999999;
  border-right: 3px solid #999999;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  bottom: 50%;
}
.p-stylist-list__image {
  width: 13rem;
  height: 16rem;
}
.p-stylist-list__block {
  padding: 1.6rem;
}
.p-stylist-list__block .stylist-tag {
  font-size: 8px;
  color: #ffffff;
  font-weight: 600;
  background-color: #999999;
  border-radius: 999px;
  padding: 0 8px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  display: inline-block;
}
.p-stylist-list__name {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.p-stylist-list__en-name {
  font-size: 1rem;
  color: #9A2655;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
.p-stylist-list__detail li {
  color: #999999;
  font-size: 1rem;
  margin-top: 10px;
}

.p-stylist-detail-header {
  position: relative;
}
.p-stylist-detail-header__image {
  height: 10rem;
  position: relative;
  background: url("../img/stylist/stylist-header-dummy.jpg");
  background-size: cover;
  z-index: 0;
  overflow: hidden;
}
.p-stylist-detail-header__image::before {
  content: "";
  background: inherit;
  -moz-filter: blur(14px);
  -o-filter: blur(14px);
  -ms-filter: blur(14px);
  filter: blur(14px);
  position: absolute;
  top: -14px;
  left: -14px;
  right: -14px;
  bottom: -14px;
  z-index: -1;
}
.p-stylist-detail-header__icon {
  width: 10rem;
  height: 10rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
}
.p-stylist-detail-header__icon img {
  border-radius: 50%;
  border: solid 1px #ffffff;
}

.p-stylist-detail__name {
  font-size: 2.8rem;
  font-weight: 600;
  margin-top: 5rem;
  border-bottom: solid 1px #707070;
  padding-bottom: 8px;
  margin-bottom: 16px;
  position: relative;
}
.p-stylist-detail__name span {
  color: #9A2655;
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  margin-top: 8px;
}
.p-stylist-detail__name .favorite-btn {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #F4F4F3;
  position: absolute;
  right: 0;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
}
.p-stylist-detail__name .favorite-btn::after {
  content: "";
  display: block;
  width: 14px;
  height: 12px;
  background-image: url("../img/icon/favorite-icon.svg");
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.p-stylist-detail__name .favorite-btn.active::after {
  background-image: url("../img/icon/favorite-icon02.svg");
}
.p-stylist-detail__title {
  font-weight: 600;
  margin-bottom: 8px;
}
.p-stylist-detail__text {
  font-size: 1.2rem;
  line-height: 1.8;
}
.p-stylist-detail table th {
  font-weight: 600;
  width: 38%;
}
.p-stylist-detail table th, .p-stylist-detail table td {
  text-align: left;
  border-bottom: solid 1px #DDDDDD;
  padding: 14px 0;
  line-height: 1.7;
}
.p-stylist-detail table tr:first-child th, .p-stylist-detail table tr:first-child td {
  padding-top: 0;
}
.p-stylist-detail table tr:last-child th, .p-stylist-detail table tr:last-child td {
  border: none;
  padding-bottom: 0;
}
.p-stylist-detail__menu {
  margin-bottom: 2rem;
}
.p-stylist-detail__menu li {
  border-top: solid 1px #BBBBBB;
  padding-top: 3rem;
  position: relative;
}
.p-stylist-detail__menu li:first-child {
  border: none;
  padding-top: 0;
}
.p-stylist-detail__menu__title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 14px;
}
.p-stylist-detail__menu__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.p-stylist-detail__menu__info .time {
  font-size: 1.2rem;
  font-weight: 600;
  border: solid 1px #222222;
  padding: 10px 14px;
}
.p-stylist-detail__menu__info .price {
  font-size: 2.8rem;
  font-weight: bold;
  color: #AA1155;
}
.p-stylist-detail__menu__info .price span {
  font-weight: 700;
  display: inline-block;
  font-size: 1.4rem;
  color: #222222;
}
.p-stylist-detail__menu__text {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 1.3rem;
  line-height: 1.6;
  max-height: 14rem;
  overflow: hidden;
  position: relative;
  transition: padding-bottom 0.3s ease-out;
}
.p-stylist-detail__menu__text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.p-stylist-detail__menu__text.open {
  max-height: 100%;
  padding-bottom: 5rem;
}
.p-stylist-detail__menu__text.open:after {
  z-index: -1;
  opacity: 0;
}
.p-stylist-detail__menu .more-btn {
  cursor: pointer;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  height: 35px;
  width: 100%;
  line-height: 35px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.p-stylist-detail__menu .more-btn span {
  display: inline-block;
  position: relative;
}
.p-stylist-detail__menu .more-btn span::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 3px solid #222222;
  border-right: 3px solid #222222;
  transform: rotate(135deg);
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 14px;
  left: -20px;
  transition: all 0.2s;
}
.p-stylist-detail__menu .more-btn.open span::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 3px solid #222222;
  border-right: 3px solid #222222;
  transform: rotate(-45deg);
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 10px;
  left: -20px;
}

/* 
予約フォーム
//////////////////////////////////////////// */
.reserve-step {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.reserve-step li {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.reserve-step li:not(:last-child):after {
  content: "";
  position: relative;
  top: 1.3rem;
  left: 50%;
  height: 2px;
  background-color: #DDDDDD;
  order: -1;
}
.reserve-step__nam {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 999px;
  background-color: #DDDDDD;
  color: #ffffff;
  margin: auto;
  font-weight: bold;
  font-size: 1.2rem;
  position: relative;
  z-index: 1;
}
.reserve-step__text {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  color: #888888;
  margin-top: 12px;
}
.reserve-step .is-current .reserve-step__nam {
  background-color: #AA1155;
  color: #ffffff;
}
.reserve-step .is-current .reserve-step__text {
  color: #AA1155;
}
.reserve-step .is-current.active:not(:last-child):after {
  background-color: #AA1155;
}

.p-stylist-detail__menu__stylist {
  font-size: 1rem;
  font-weight: 600;
  color: #888888;
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
.p-stylist-detail__menu__stylist span {
  color: #222222;
  font-weight: 700;
  font-size: 1.4rem;
  margin-left: 10px;
}
.p-stylist-detail__menu .text-btn-blue {
  margin-top: -8px;
}

.shop-sel {
  background-color: rgba(242, 176, 70, 0.2);
  color: #F2B046;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  padding: 8px 0;
}
.shop-sel span {
  font-size: 1.4rem;
}

.shop-info {
  border: solid 1px #707070;
  padding: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.6rem;
}
.shop-info .shop-address {
  margin-right: 1.6rem;
  line-height: 1.3;
  width: 85%;
}
.shop-info .shop-address__title {
  font-weight: 600;
  margin-bottom: 10px;
}
.shop-info .shop-address__text {
  font-size: 1.2rem;
  color: #888888;
}
.shop-info span {
  display: block;
  font-size: 8px;
  text-align: center;
  white-space: nowrap;
  width: 2.5rem;
}
.shop-info span img {
  width: 15px;
  height: 20px;
  display: block;
  margin: auto;
  margin-bottom: 5px;
  -o-object-fit: none;
     object-fit: none;
}

iframe {
  width: 100%;
  height: 20rem;
}

.map-block {
  margin: 0 2rem;
}

.calendar-content .reserve-pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.6rem;
}
.calendar-content .reserve-pager li {
  border-radius: 3px;
  padding: 0.4rem 0 0.6rem;
  width: 100px;
  text-align: center;
  position: relative;
}
.calendar-content .reserve-pager li a {
  font-size: 1.1rem;
}
.calendar-content .reserve-pager__prev {
  border: solid 1px #8E8E8E;
  opacity: 0.5;
}
.calendar-content .reserve-pager__prev a {
  color: #8E8E8E;
}
.calendar-content .reserve-pager__prev a::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 3px solid #999999;
  border-right: 3px solid #999999;
  transform: rotate(-135deg);
  border-top: 2px solid #8E8E8E;
  border-right: 2px solid #8E8E8E;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 8px;
  top: 9px;
}
.calendar-content .reserve-pager__today {
  border: solid 1px #8E8E8E;
}
.calendar-content .reserve-pager__today a {
  color: #8E8E8E;
}
.calendar-content .reserve-pager__next {
  background-color: #DBD5D1;
}
.calendar-content .reserve-pager__next a {
  color: #ffffff;
}
.calendar-content .reserve-pager__next a::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 3px solid #999999;
  border-right: 3px solid #999999;
  transform: rotate(45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 8px;
  top: 9px;
}
.calendar-content .reserve-calendar {
  width: 100%;
  border-top: solid 1px #E3E3E3;
  border-right: solid 1px #E3E3E3;
  margin-bottom: 1.6rem;
}
.calendar-content .reserve-calendar th, .calendar-content .reserve-calendar td {
  border-bottom: solid 1px #E3E3E3;
  border-left: solid 1px #E3E3E3;
  text-align: center;
  vertical-align: middle;
  font-size: 8px;
  font-weight: 600;
  padding: 8px;
  line-height: 11px;
}
.calendar-content .reserve-calendar th.sat, .calendar-content .reserve-calendar td.sat {
  color: #1C7CD5;
}
.calendar-content .reserve-calendar th.sun, .calendar-content .reserve-calendar td.sun {
  color: #BA5455;
}
.calendar-content .reserve-calendar th.bg, .calendar-content .reserve-calendar td.bg {
  background-color: #F9F9F9;
}
.calendar-content .reserve-calendar td {
  font-size: 1.8rem;
}
.calendar-content .reserve-calendar td.openings {
  color: #888888;
}
.calendar-content .reserve-calendar td.reserved a {
  color: #BA5455;
}

.confirm-title {
  text-align: center;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 2.4rem;
}

.form-table {
  width: 100%;
}
.form-table th {
  font-size: 1rem;
  color: #888888;
  font-weight: 600;
  padding-bottom: 0.8rem;
}
.form-table td {
  font-weight: 600;
  font-size: 1.4rem;
  padding-bottom: 2.4rem;
}
.form-table td .notes {
  margin-top: 8px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
.form-table td .notes.f--red {
  margin-top: 1px;
}
.form-table td span {
  font-weight: 300;
  display: block;
  margin-top: 0.6rem;
}
.form-table tr:last-child td {
  padding: 0;
}
.form-table th, .form-table td {
  width: 100%;
  display: block;
  text-align: left;
  line-height: 1.5;
}
.form-table.form-confirm-table th, .form-table.form-confirm-table td {
  display: inline-block;
  vertical-align: top;
}
.form-table.form-confirm-table th {
  width: 35%;
  padding-bottom: 1.6rem;
  padding-top: 3px;
}
.form-table.form-confirm-table td {
  width: 60%;
}

.privacy-check {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.6rem;
}
.privacy-check a {
  color: #4985D6;
}

.reserve-list {
  padding: 2rem 2rem 0;
}
.reserve-list li {
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 2rem;
}
.reserve-list li:last-child {
  margin-bottom: 0;
}
.reserve-list__inner {
  padding: 1.6rem;
}
.reserve-list__header {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
.reserve-list__header .status-label {
  color: #ffffff;
  border-radius: 999px;
  font-size: 1.2rem;
  font-weight: 600;
  height: 20px;
  width: 100px;
  text-align: center;
  line-height: 20px;
}
.reserve-list__header .status-label__green {
  background-color: #29C99E;
}
.reserve-list__header .status-label__purple {
  background-color: #9E9CD1;
}
.reserve-list__header .status-label__gray {
  background-color: #DDDDDD;
}
.reserve-list__date {
  color: #999999;
  font-size: 1.2rem;
  margin-left: 1.6rem;
}
.reserve-list .stylist-icon {
  display: flex;
  align-items: center;
}
.reserve-list .stylist-icon img {
  width: 3.2rem;
  height: 3.2rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.reserve-list .stylist-icon .name {
  font-size: 1.6rem;
  font-weight: 600;
  margin-left: 8px;
}
.reserve-list a.stylist-icon {
  position: relative;
}
.reserve-list a.stylist-icon::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 3px solid #999999;
  border-right: 3px solid #999999;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 23px;
}
.reserve-list__menu {
  background-color: #F0F4F5;
  border-radius: 3px;
  padding: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.6rem;
}
.reserve-list__menu__title {
  color: #999999;
  font-size: 1rem;
  width: 100%;
  margin-bottom: 8px;
}
.reserve-list__menu__text, .reserve-list__menu__price {
  font-size: 1.2rem;
  display: inline-block;
}
.reserve-list__menu__text {
  width: 75%;
  line-height: 1.3;
}
.reserve-list__menu__price {
  width: 25%;
  text-align: right;
}
.reserve-list .shop-info {
  border: none;
  padding: 0;
}
.reserve-list .shop-info span {
  margin-right: 1.6rem;
}
.reserve-list .shop-info .shop-address {
  margin-right: 0;
}
.reserve-list .more-btn {
  text-align: right;
  display: block;
  padding: 1.6rem 0;
  border-top: solid 1px #F0F4F5;
  position: relative;
  padding-right: 31px;
}
.reserve-list .more-btn::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 3px solid #999999;
  border-right: 3px solid #999999;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 18px;
}

.back-btn {
  height: 4.8rem;
  line-height: 4.8rem;
  border-bottom: solid 1px #F0F4F5;
  background-color: #ffffff;
}
.back-btn a {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  color: #999999;
  position: relative;
  padding-left: 4rem;
}
.back-btn a::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 3px solid #999999;
  border-right: 3px solid #999999;
  transform: rotate(-135deg);
  width: 10px;
  height: 10px;
  position: absolute;
  left: 2rem;
  top: 19px;
}

.reserve-detail {
  padding: 0;
  border-bottom: solid 1px #F0F4F5;
  background-color: #ffffff;
}
.reserve-detail .reserve-list__header {
  padding: 2rem;
  margin: 0;
}
.reserve-detail .stylist-icon {
  border-bottom: solid 1px #F0F4F5;
  border-top: solid 1px #F0F4F5;
  padding: 1.2rem 2rem;
}
.reserve-detail .reserve-list__menu {
  margin: 0 2rem;
}
.reserve-detail__table {
  margin: 2rem 2rem 1rem;
}
.reserve-detail__table th {
  width: 35%;
}
.reserve-detail__table td {
  width: 65%;
}
.reserve-detail__table th, .reserve-detail__table td {
  text-align: left;
  color: #999999;
  padding: 7px 0;
}
.reserve-detail__table th .notes, .reserve-detail__table td .notes {
  font-size: 1rem;
  margin-top: 8px;
  line-height: 1.5;
  margin-left: 1.4rem;
}
.reserve-detail__btn-area {
  padding: 2rem;
  border-top: solid 1px #F0F4F5;
}

.no-reservations-block {
  margin: 0 2rem 4rem;
  color: #999999;
  text-align: center;
}
.no-reservations-block__title {
  margin: 3rem 0 2.4rem;
  font-size: 2rem;
  font-weight: 600;
}
.no-reservations-block__text {
  line-height: 1.5;
}
.no-reservations-block__text a {
  color: #999999;
  text-decoration: underline;
}

#more-reserve {
  height: 0;
  opacity: 0;
  transition-duration: 0.2s;
}
#more-reserve.open {
  height: auto;
  opacity: 1;
}

#c-btn_open {
  position: relative;
  z-index: 3;
}

/* 
退会
//////////////////////////////////////////// */
.contract-notes {
  padding: 1.6rem 1.2rem 1.6rem 2.4rem;
  border-radius: 3px;
  background-color: rgba(245, 82, 82, 0.2);
}
.contract-notes li {
  line-height: 1.5;
  list-style: disc;
  padding-left: 4px;
  margin-bottom: 0.8em;
}
.contract-notes li:last-child {
  margin-bottom: 0;
}

/* 
規約系
//////////////////////////////////////////// */
.p-privacy-wrap__text {
  line-height: 1.8;
}
.p-privacy-wrap__inner {
  border-top: solid 1px #707070;
  padding: 2.4rem 0 3.2rem;
}
.p-privacy-wrap__inner ul {
  margin-left: 1.6rem;
  margin-top: 1rem;
}
.p-privacy-wrap__inner ul li {
  line-height: 1.8;
  list-style: disc;
}
.p-privacy-wrap__title {
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2.4rem;
}
.p-privacy-wrap table {
  margin-left: auto;
}
.p-privacy-wrap table th, .p-privacy-wrap table td {
  text-align: right;
  padding: 1rem 0;
  font-size: 1.2rem;
}

.p-kiyaku-wrap__title {
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2.4rem;
}
.p-kiyaku-wrap table {
  width: 100%;
}
.p-kiyaku-wrap table th, .p-kiyaku-wrap table td {
  text-align: left;
  padding: 1rem 1rem;
  display: block;
  line-height: 1.5;
}
.p-kiyaku-wrap table th {
  font-weight: 600;
  background-color: #F0F4F5;
}/*# sourceMappingURL=main.css.map */
