@charset "UTF-8";
/* ====================================================
レスポンシブ
==================================================== */
/* ====================================================
カラー　$c-カラー名
==================================================== */
/* ====================================================
フォント　$f-フォント名
==================================================== */
/* ====================================================
フォントサイズ
==================================================== */
.salon-menu .mainvisual {
  position: relative;
  width: 100%;
  background-color: #ffffff;
}
.salon-menu .mainvisual .flex {
  padding-top: clamp(42px, 4.685vw, 64px);
  padding-bottom: 10vw;
}
.salon-menu .mainvisual .flex .fv-logo_box {
  position: relative;
  z-index: 1;
  width: 10.381vw;
  margin: 7.931vw 0 0 7.906vw;
}
@media (max-width: 767px) {
  .salon-menu .mainvisual .flex .fv-logo_box {
    position: absolute;
    top: 42px;
    width: 80px;
    margin: 52px 0 0 25px;
  }
}
.salon-menu .mainvisual .flex .fv-logo_box::after {
  position: absolute;
  top: 6.662vw;
  left: -7.906vw;
  z-index: -1;
  width: 12.811vw;
  height: clamp(6.2rem, 12.298682284vw, 16.8rem);
  background-image: url(/img/common/fv_left_bg.webp);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  content: "";
}
@media (max-width: 767px) {
  .salon-menu .mainvisual .flex .fv-logo_box::after {
    top: 52px;
    left: -26px;
    width: 62px;
    height: 97.067vw;
    background-image: url(/img/common/fv_left_bg_sp.webp);
  }
}
.salon-menu .mainvisual .flex .text_box {
  width: 63.426vw;
  padding-top: 8vw;
  text-align: center;
}
@media (max-width: 767px) {
  .salon-menu .mainvisual .flex .text_box {
    z-index: 1;
    width: 100%;
    padding: 160px 25px 25px;
    text-align: left;
  }
}
.salon-menu .mainvisual .flex .text_box h1 {
  margin-bottom: clamp(3rem, 3.3674963397vw, 4.6rem);
  font-family: "futura-pt", sans-serif;
  font-size: clamp(3.1rem, 3.8799414348vw, 5.3rem);
  font-weight: 300;
  line-height: 1;
}
.salon-menu .mainvisual .flex .text_box p {
  padding-top: 3vw;
  line-height: 2.333;
}
@media (max-width: 1024px) {
  .salon-menu .mainvisual .flex .text_box p {
    text-align: left;
  }
}
.salon-menu .main-menu {
  position: relative;
  background-color: #fff;
}
.salon-menu .main-menu .inner article {
  margin-bottom: clamp(5rem, 6.588579795vw, 9rem);
  padding: clamp(2rem, 3.2942898975vw, 4.5rem) clamp(2rem, 3.8799414348vw, 5.3rem) clamp(2rem, 3.8799414348vw, 5.3rem);
  background: url(/img/salon-menu/menu-bk.webp) no-repeat;
  background-size: cover;
}
.salon-menu .main-menu .inner article .article_txt {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .salon-menu .main-menu .inner article .article_txt {
    display: block;
  }
}
.salon-menu .main-menu .inner article .article_txt h3 {
  display: flex;
  align-items: center;
  width: 38%;
  font-size: clamp(2rem, 1.8301610542vw, 2.5rem);
  font-weight: bold;
}
@media (max-width: 767px) {
  .salon-menu .main-menu .inner article .article_txt h3 {
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
.salon-menu .main-menu .inner article .article_txt h3 span {
  margin-left: 5%;
  padding: 0.4em 0.5em;
  background-color: #fff;
  font-family: "futura-pt", sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
}
.salon-menu .main-menu .inner article .article_txt p {
  width: 60%;
  padding: 0.732vw 0 2.928vw 3%;
}
@media (max-width: 767px) {
  .salon-menu .main-menu .inner article .article_txt p {
    width: 100%;
    padding: 10px 0 20px;
  }
}
.salon-menu .main-menu .inner article .course {
  position: relative;
  padding: 34px;
  background-color: #fff;
}
.salon-menu .main-menu .inner article .course.plus {
  padding: 18px 34px;
  font-size: clamp(1.6rem, 1.317715959vw, 1.8rem);
  font-weight: bold;
  text-align: center;
}
.salon-menu .main-menu .inner article .course figure {
  position: absolute;
  top: -5vw;
  left: -9.151vw;
  width: clamp(30rem, 29.8682284041vw, 40.8rem);
}
@media (max-width: 767px) {
  .salon-menu .main-menu .inner article .course figure {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 0;
  }
}
.salon-menu .main-menu .inner article .course .course_box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1vw;
  padding-left: 21.962vw;
}
.salon-menu .main-menu .inner article .course .course_box:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .salon-menu .main-menu .inner article .course .course_box:last-of-type {
    margin-bottom: 20px;
    padding-left: 30.613vw;
  }
}
@media (max-width: 767px) {
  .salon-menu .main-menu .inner article .course .course_box:last-of-type {
    width: 100%;
    padding: 0;
  }
}
.salon-menu .main-menu .inner article .course .course_box h4 {
  width: 100%;
  padding: 15px 0 25px;
  font-family: "futura-pt", sans-serif;
  font-size: clamp(2rem, 1.9765739385vw, 2.7rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .salon-menu .main-menu .inner article .course .course_box h4 {
    padding: 0 0 20px;
  }
}
.salon-menu .main-menu .inner article .course .course_box ul:first-of-type {
  margin-right: 5vw;
}
@media (max-width: 767px) {
  .salon-menu .main-menu .inner article .course .course_box ul:first-of-type {
    margin-right: 0;
  }
}
.salon-menu .main-menu .inner article .course .course_box ul li {
  padding-left: 1.4em;
  font-weight: bold;
  text-indent: -1.4em;
}
.salon-menu .main-menu .inner article .course .course_box ul li:before {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 10px 1px 0;
  border-radius: 50%;
  background-color: #bebebe;
  content: "";
}
.salon-menu .main-menu .inner article .course .course_box ul li span {
  font-weight: normal;
}
.salon-menu .main-menu .inner article .course .course_box p {
  padding-top: 25px;
  font-size: 1.4rem;
}
.salon-menu .main-menu .inner article .course dl {
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .salon-menu .main-menu .inner article .course dl {
    display: block;
  }
}
.salon-menu .main-menu .inner article .course dl dt {
  width: 179px;
  height: 67px;
  margin-right: 1.5vw;
  padding-top: 27px;
  background: url(/img/salon-menu/gift_bk.svg) no-repeat;
  background-size: contain;
  font-family: "futura-pt", sans-serif;
  font-size: clamp(1.5rem, 1.2445095168vw, 1.7rem);
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
  color: #747474;
}
@media (max-width: 1024px) {
  .salon-menu .main-menu .inner article .course dl dt {
    margin: 0 auto 20px;
  }
}
.salon-menu .main-menu .inner article .course dl dd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 21px;
}
@media (max-width: 1024px) {
  .salon-menu .main-menu .inner article .course dl dd {
    justify-content: center;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .salon-menu .main-menu .inner article .course dl dd {
    display: block;
  }
}
.salon-menu .main-menu .inner article .course dl dd span {
  display: inline-block;
  padding: 0 2vw;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .salon-menu .main-menu .inner article .course dl dd span {
    padding: 0;
  }
}
.salon-menu .main-menu .inner article .course dl dd img {
  width: 7px;
  height: 22px;
}
@media (max-width: 767px) {
  .salon-menu .main-menu .inner article .course dl dd img {
    display: none;
  }
}
.salon-menu .main-menu .inner article .course .note {
  position: absolute;
  right: 0;
  bottom: -30px;
  font-size: 1.4rem;
}
.salon-menu .main-menu .inner figure {
  width: 40px;
  height: 40px;
  margin: 17px auto;
}
@media (max-width: 767px) {
  .salon-menu .main-menu .inner figure {
    margin: 50px auto 30px;
  }
}
.salon-menu .option {
  padding: clamp(5.6rem, 7.7598828697vw, 10.6rem) 0 0;
}
.salon-menu .option .inner {
  max-width: 1126px;
}
.salon-menu .option .inner h2 {
  font-size: clamp(3rem, 3.074670571vw, 4.2rem);
  text-align: center;
}
.salon-menu .option .inner p {
  width: 57.9vw;
  margin: 0 auto 34px;
}
@media (max-width: 767px) {
  .salon-menu .option .inner p {
    width: 100%;
  }
}
.salon-menu .option .inner article {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 20px;
  background-color: #fff;
  font-weight: bold;
}
@media (max-width: 767px) {
  .salon-menu .option .inner article {
    flex-direction: column;
  }
}
.salon-menu .option .inner article:last-of-type {
  margin-bottom: clamp(5rem, 6.588579795vw, 9rem);
}
.salon-menu .option .inner article figure {
  width: 52px;
  height: 52px;
  margin-right: clamp(1.5rem, 1.6837481698vw, 2.3rem);
}
.salon-menu .option .inner article h4 {
  width: clamp(35rem, 28.7701317716vw, 39.3rem);
  font-size: clamp(1.5rem, 1.4641288433vw, 2rem);
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .salon-menu .option .inner article h4 {
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
}
.salon-menu .option .inner article h4 span {
  font-size: clamp(1.4rem, 1.0980966325vw, 1.5rem);
  letter-spacing: 0;
}
.salon-menu .option .inner article ul {
  display: flex;
}
@media (max-width: 1024px) {
  .salon-menu .option .inner article ul {
    flex-direction: column;
  }
}
.salon-menu .option .inner article ul li {
  margin-right: 1.5vw;
  padding-left: 1.3em;
  line-height: 1.5;
  text-indent: -1.3em;
}
.salon-menu .option .inner article ul li:last-of-type {
  margin-right: 0;
}
.salon-menu .option .inner article ul li:before {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 10px 1px 0;
  border-radius: 50%;
  background-color: #bebebe;
  content: "";
}
.salon-menu .other {
  padding: clamp(5.6rem, 7.7598828697vw, 10.6rem) 0 0;
  background-color: #fff;
}
.salon-menu .other .inner {
  max-width: 1266px;
}
.salon-menu .other .inner h2 {
  font-size: clamp(3rem, 3.074670571vw, 4.2rem);
  text-align: center;
}
.salon-menu .other .inner .other_read {
  width: 59.5%;
  padding-bottom: clamp(3rem, 3.2942898975vw, 4.5rem);
}
@media (max-width: 1024px) {
  .salon-menu .other .inner .other_read {
    width: 53%;
  }
}
@media (max-width: 767px) {
  .salon-menu .other .inner .other_read {
    width: 100%;
  }
}
.salon-menu .other .inner article {
  margin-bottom: clamp(3rem, 2.9282576867vw, 4rem);
  padding: clamp(3rem, 3.2942898975vw, 4.5rem) clamp(4rem, 4.5387994143vw, 6.2rem);
  background-color: #F8F8F8;
}
@media (max-width: 767px) {
  .salon-menu .other .inner article {
    padding: 40px 30px;
  }
}
.salon-menu .other .inner article.appoint {
  position: relative;
  width: 73.206vw;
  margin-bottom: clamp(5rem, 6.588579795vw, 9rem);
}
@media (max-width: 767px) {
  .salon-menu .other .inner article.appoint {
    width: 100%;
  }
}
.salon-menu .other .inner article.appoint figure {
  position: absolute;
  top: -7.394vw;
  right: -13.616vw;
  width: 30.454vw;
}
@media (max-width: 767px) {
  .salon-menu .other .inner article.appoint figure {
    position: static;
    width: 100%;
  }
}
.salon-menu .other .inner article.appoint p {
  width: 73%;
  padding-top: clamp(2rem, 1.8301610542vw, 2.5rem);
}
@media (max-width: 767px) {
  .salon-menu .other .inner article.appoint p {
    width: 100%;
    padding: 15px 0 20px;
  }
}
.salon-menu .other .inner article.appoint h3 {
  font-size: clamp(1.6rem, 1.4641288433vw, 2rem);
  font-weight: bold;
}
@media (max-width: 767px) {
  .salon-menu .other .inner article.appoint h3 {
    text-align: center;
  }
}
.salon-menu .other .inner article:last-of-type {
  margin-bottom: clamp(5rem, 6.588579795vw, 9rem);
  padding-bottom: clamp(3rem, 4.39238653vw, 6rem);
}
.salon-menu .other .inner article .flex {
  align-items: center;
}
@media (max-width: 767px) {
  .salon-menu .other .inner article .flex {
    flex-direction: column;
  }
}
.salon-menu .other .inner article .flex.hotel {
  align-items: flex-start;
  margin-bottom: clamp(3rem, 3.2942898975vw, 4.5rem);
}
.salon-menu .other .inner article .flex h3 {
  margin-right: 4.612vw;
  font-size: clamp(1.6rem, 1.4641288433vw, 2rem);
  font-weight: bold;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .salon-menu .other .inner article .flex h3 {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.salon-menu .other .inner article .flex h3 span {
  display: inline-block;
  margin-left: 27px;
  padding: 10px 18px;
  background-color: #fff;
  font-size: clamp(1.4rem, 1.0980966325vw, 1.5rem);
  font-weight: normal;
}
.salon-menu .other .inner article .other_flow {
  margin-bottom: 10px;
  padding: clamp(4rem, 5.1244509517vw, 7rem) 0 clamp(3rem, 4.0995607613vw, 5.6rem);
  background-color: #fff;
}
@media (max-width: 767px) {
  .salon-menu .other .inner article .other_flow {
    padding: 20px 0;
  }
}
.salon-menu .other .inner article .other_flow h4 {
  margin-bottom: clamp(3rem, 2.9282576867vw, 4rem);
  font-size: clamp(2rem, 1.8301610542vw, 2.5rem);
  text-align: center;
}
@media (max-width: 767px) {
  .salon-menu .other .inner article .other_flow h4 {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}
.salon-menu .other .inner article .other_flow dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: clamp(59rem, 59.0043923865vw, 80.6rem);
  margin: 0 auto 7px;
  background: url(/img/salon-menu/flow_bk.webp) no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .salon-menu .other .inner article .other_flow dl {
    display: block;
    width: 85%;
  }
}
.salon-menu .other .inner article .other_flow dl dt {
  width: 138px;
  background-color: #bebebe;
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.7;
  text-align: center;
  letter-spacing: 0;
  color: #fff;
}
@media (max-width: 767px) {
  .salon-menu .other .inner article .other_flow dl dt {
    width: 100%;
  }
}
.salon-menu .other .inner article .other_flow dl dt span {
  display: inline-block;
  margin-left: 14px;
  font-size: 30px;
}
.salon-menu .other .inner article .other_flow dl dd {
  width: calc(100% - 138px);
  padding: 0 clamp(2rem, 2.0497803807vw, 2.8rem);
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .salon-menu .other .inner article .other_flow dl dd {
    width: 100%;
    padding: 10px 20px;
    text-align: left;
  }
}
.salon-menu .other .inner article .other_flow p {
  width: clamp(59rem, 59.0043923865vw, 80.6rem);
  margin: 0 auto;
  padding-top: 8px;
  font-size: 1.4rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .salon-menu .other .inner article .other_flow p {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .salon-menu .other .inner article .other_flow p {
    width: 100%;
    padding: 20px 20px 0;
  }
}
.salon-menu .other .inner article .other_pre {
  margin-bottom: 10px;
  padding: clamp(4rem, 5.1244509517vw, 7rem) 0 clamp(3rem, 4.0995607613vw, 5.6rem);
  background-color: #fff;
}
@media (max-width: 767px) {
  .salon-menu .other .inner article .other_pre {
    padding: 20px 0;
  }
}
.salon-menu .other .inner article .other_pre h4 {
  margin-bottom: clamp(3rem, 2.9282576867vw, 4rem);
  font-size: clamp(2rem, 1.8301610542vw, 2.5rem);
  text-align: center;
}
@media (max-width: 767px) {
  .salon-menu .other .inner article .other_pre h4 {
    font-size: 1.8rem;
  }
}
.salon-menu .other .inner article .other_pre .other_pre_box {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .salon-menu .other .inner article .other_pre .other_pre_box {
    display: block;
    width: 85%;
  }
}
.salon-menu .other .inner article .other_pre .other_pre_box .other_pre_box_txt {
  width: 46.5%;
}
@media (max-width: 767px) {
  .salon-menu .other .inner article .other_pre .other_pre_box .other_pre_box_txt {
    width: 100%;
  }
}
.salon-menu .other .inner article .other_pre .other_pre_box .other_pre_box_txt h5 {
  margin-bottom: 10px;
  font-size: clamp(1.5rem, 1.2445095168vw, 1.7rem);
  font-weight: bold;
}
@media (max-width: 767px) {
  .salon-menu .other .inner article .other_pre .other_pre_box .other_pre_box_txt h5 {
    text-align: center;
  }
}
.salon-menu .other .inner article .other_pre .other_pre_box .other_pre_box_txt h5 span {
  font-size: clamp(1.4rem, 1.0980966325vw, 1.5rem);
  font-weight: normal;
}
.salon-menu .other .inner article .other_pre .other_pre_box .other_pre_box_txt .other_pre_box_img {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .salon-menu .other .inner article .other_pre .other_pre_box .other_pre_box_txt .other_pre_box_img {
    display: block;
    width: 100%;
  }
}
.salon-menu .other .inner article .other_pre .other_pre_box .other_pre_box_txt .other_pre_box_img p {
  width: 62%;
}
@media (max-width: 767px) {
  .salon-menu .other .inner article .other_pre .other_pre_box .other_pre_box_txt .other_pre_box_img p {
    width: 100%;
    margin-bottom: 20px;
  }
}
.salon-menu .other .inner article .other_pre .other_pre_box .other_pre_box_txt .other_pre_box_img figure {
  width: 33.485%;
}
@media (max-width: 767px) {
  .salon-menu .other .inner article .other_pre .other_pre_box .other_pre_box_txt .other_pre_box_img figure {
    width: 100%;
    margin-bottom: 20px;
  }
}
.salon-menu .other .inner article .other_note {
  margin-bottom: 10px;
  padding: clamp(3.5rem, 4.0263543192vw, 5.5rem) 0 clamp(3rem, 4.0995607613vw, 5.6rem);
  background-color: #fff;
}
.salon-menu .other .inner article .other_note h5 {
  margin-bottom: clamp(2rem, 2.9282576867vw, 4rem);
  font-size: clamp(1.6rem, 1.317715959vw, 1.8rem);
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .salon-menu .other .inner article .other_note h5 {
    width: 85%;
    margin: 0 auto 20px;
  }
}
.salon-menu .other .inner article .other_note .other_note_inner {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .salon-menu .other .inner article .other_note .other_note_inner {
    width: 85%;
  }
}
.salon-menu .other .inner article .other_note .other_note_inner ul {
  margin-bottom: clamp(3rem, 3.6603221083vw, 5rem);
}
.salon-menu .other .inner article .other_note .other_note_inner ul li {
  padding-left: 1.6em;
  text-indent: -1.6em;
}
@media (max-width: 767px) {
  .salon-menu .other .inner article .other_note .other_note_inner ul li {
    margin-bottom: 20px;
  }
}
.salon-menu .other .inner article .other_note .other_note_inner ul li:before {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 8px 1px 0;
  border-radius: 50%;
  background-color: #bebebe;
  content: "";
}
.salon-menu .other .inner article .other_note .other_note_inner .flex {
  align-items: flex-start;
  justify-content: space-between;
}
.salon-menu .other .inner article .other_note .other_note_inner .flex .other_note_else {
  width: 46.5%;
}
@media (max-width: 767px) {
  .salon-menu .other .inner article .other_note .other_note_inner .flex .other_note_else {
    width: 100%;
    margin-bottom: 30px;
  }
}
.salon-menu .other .inner article .other_note .other_note_inner .flex .other_note_else h6 {
  margin-bottom: 13px;
  padding: clamp(0.7rem, 0.878477306vw, 1.2rem) clamp(2rem, 1.9765739385vw, 2.7rem);
  background-color: #F8F8F8;
  font-size: clamp(1.5rem, 1.1713030747vw, 1.6rem);
  font-weight: bold;
  line-height: 1.875;
}
.salon-menu .other .inner article .other_note .other_note_inner .flex .other_note_else p.mb {
  margin-bottom: clamp(2rem, 2.3426061493vw, 3.2rem);
}
@media (max-width: 767px) {
  .salon-menu .other .inner article .other_note .other_note_inner .flex .other_note_else p.mb {
    margin-bottom: 30px;
  }
}
.salon-menu .other .inner article .other_note .other_note_inner .flex .other_note_else ul {
  margin-bottom: clamp(2rem, 2.3426061493vw, 3.2rem);
}
.salon-menu .cancel {
  padding: clamp(5.6rem, 7.7598828697vw, 10.6rem) 0 clamp(5.6rem, 7.7598828697vw, 10.6rem);
}
.salon-menu .cancel .inner {
  max-width: 1126px;
}
.salon-menu .cancel .inner h2 {
  font-size: clamp(3rem, 3.074670571vw, 4.2rem);
  text-align: center;
}
.salon-menu .cancel .inner h2 span {
  display: block;
  padding-top: 20px;
  font-size: initial;
  font-size: clamp(1.5rem, 1.1713030747vw, 1.6rem);
}
.salon-menu .cancel .inner .cancel_txt {
  margin-bottom: clamp(2.5rem, 3.2942898975vw, 4.5rem);
}
.salon-menu .cancel .inner dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: clamp(70rem, 60.7613469985vw, 83rem);
  max-width: 100%;
  margin: 0 auto clamp(1.5rem, 1.3909224012vw, 1.9rem);
  line-height: 1.6;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .salon-menu .cancel .inner dl {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.salon-menu .cancel .inner dl dt {
  position: relative;
  display: inline-block;
  width: 268px;
  height: 100px;
  padding: 10px 0 10px 10px;
  background-color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .salon-menu .cancel .inner dl dt {
    width: 90%;
    height: auto;
    margin-bottom: 15px;
    padding: 10px;
  }
}
.salon-menu .cancel .inner dl dt span {
  display: block;
  font-size: clamp(1.6rem, 1.317715959vw, 1.8rem);
  font-weight: bold;
}
.salon-menu .cancel .inner dl dt:after {
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 50px 0 50px 20px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  content: "";
}
@media (max-width: 767px) {
  .salon-menu .cancel .inner dl dt:after {
    content: none;
  }
}
.salon-menu .cancel .inner dl dd {
  width: calc(100% - 310px);
}
@media (max-width: 767px) {
  .salon-menu .cancel .inner dl dd {
    width: 90%;
  }
}
.salon-menu .cancel .inner dl dd span {
  font-size: clamp(1.7rem, 1.4641288433vw, 2rem);
  font-weight: bold;
}
.salon-menu .cancel .inner .flex {
  align-items: flex-start;
  justify-content: space-between;
  padding-top: clamp(2rem, 2.5622254758vw, 3.5rem);
}
@media (max-width: 767px) {
  .salon-menu .cancel .inner .flex {
    display: block;
  }
}
.salon-menu .cancel .inner .flex p {
  width: 47.5%;
  font-size: 1.4rem;
  line-height: 1.92;
}
@media (max-width: 767px) {
  .salon-menu .cancel .inner .flex p {
    width: 100%;
  }
}

.center_btn {
  padding-bottom: clamp(8rem, 8.7115666179vw, 11.9rem);
}
.center_btn .c-link_btn {
  margin: 0 auto;
}
.center_btn.center_btn-sub .c-link_btn {
  padding-top: 14px;
  padding-bottom: 14px;
  line-height: 1.5;
  text-align: center;
}

footer {
  margin-top: 0;
}
/*# sourceMappingURL=salon-menu.css.map */