@charset "UTF-8";
/* 濃い色 */
/* ゴールド */
/* グリーン */
/* レッド */
/* グリーン2 */
/* レッド2 */
/* 濃いゴールド */
/* 薄いグリーン */
/* 濃いシアン */
/* 30px 見出し文字サイズ */
/* 12px 注意事項など */
@keyframes accSlideDown {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
details[open] [data-acc=slideDown] {
  animation: accSlideDown 0.3s ease-in forwards;
}

[data-acc=slideDown] {
  overflow: hidden;
}

details summary {
  display: block;
  list-style: none;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}

body.shinsaibashi #pagetitle::before {
  content: "SHINSAIBASHI";
}

body.umeda #pagetitle::before {
  content: "UMEDA";
}

body.kobe #pagetitle::before {
  content: "KOBE";
}

body.kyoto #pagetitle::before {
  content: "KYOTO";
}

body.shiga #pagetitle::before {
  content: "SHIGA";
}

body.okayama #pagetitle::before {
  content: "OKAYAMA";
}

body.fukuoka #pagetitle::before {
  content: "FUKUOKA";
}

body.nagoya #pagetitle::before {
  content: "NAGOYA";
}

body.nara #pagetitle::before {
  content: "SATELLITE NARA";
}

body.wakayama #pagetitle::before {
  content: "SATELLITE WAKAYAMA";
}

body.mie #pagetitle::before {
  content: "SATELLITE MIE";
}

body.gifu #pagetitle::before {
  content: "SATELLITE GIFU";
}

body.shizuoka #pagetitle::before {
  content: "SATELLITE HAMAMATSU";
}

main {
  overflow: hidden;
}
main picture {
  display: block;
}
main img {
  width: 100%;
  height: auto;
}
main a:link {
  text-decoration: none;
}
main .h-type03 {
  font-size: 19px;
  text-align: center;
  line-height: 1.75;
  margin: 0 0 40px;
  position: relative;
}
main .h-type03::before {
  color: #bf9159;
  font-size: 18px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-display: swap;
  letter-spacing: 1px;
  position: absolute;
  top: -43px;
  left: 50%;
  transform: translateX(-50%);
}
main .h-type03 span {
  font-size: 168%;
  font-weight: 700;
  display: block;
}
main .h-type04 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 50px;
  padding-top: 35px;
  position: relative;
}
main .h-type04::before {
  content: "REASON";
  color: #bf9159;
  font-size: 18px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
main #mainv2 {
  min-width: 1500px;
  background: url(../images/salon/mainv_p_01_3.jpg) no-repeat center top;
  margin: 0 0 130px;
  position: relative;
}
main #mainv2 .subContents {
  width: 1200px;
  text-align: left;
  margin: 0 auto;
  height: 540px;
  text-align: center;
  position: relative;
  display: flex;
}
@media (max-width: 750px) {
  main #mainv2 .subContents {
    width: 100vw;
    padding: 0 4vw;
  }
}
main #mainv2 .subContents .h1Block h1 {
  color: #299160;
  font-weight: bold;
  margin: 90px 0 60px 90px;
  opacity: 0;
  line-height: 1.5;
  animation: fadeIn 0.5s 0.3s ease forwards;
}
main #mainv2 .subContents .h1Block h1 .underline_f {
  font-size: 36px;
  text-decoration: underline;
  text-underline-offset: 15px;
  text-decoration-thickness: 4px;
}
main #mainv2 .subContents .h1Block h1 span {
  font-size: 62px;
}
main #mainv2 .subContents .h1Block .seikonrate_m {
  width: 314px;
  position: absolute;
  top: 20%;
  left: calc(50% - 25px);
}
main #mainv2 .note {
  color: #666;
  font-size: 12px;
  text-align: left;
  width: 1200px;
  margin: 0 auto;
}
main #mainv2 .btns {
  position: absolute;
  top: 310px;
  right: calc(50% + 135px);
}
main #mainv2 .btns li {
  width: 380px;
  margin: 0 0 10px;
  opacity: 0;
}
main #mainv2 .btns li:first-child {
  animation: fadeIn 0.5s 0.5s ease forwards;
}
main #mainv2 .btns li:last-child {
  animation: fadeIn 0.5s 0.7s ease forwards;
}
main #mainv2 .btns li .btn {
  text-decoration: none;
  text-align: center;
  border: 1px solid linear-gradient(180deg, rgb(224, 190, 122) 0%, rgb(212, 173, 106) 50%, rgb(207, 163, 96) 75%, rgb(201, 154, 88) 100%);
  border-radius: 10px;
  width: 380px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  outline: none;
  transition: ease 0.2s;
  line-height: 1.5;
}
main #mainv2 .btns li .btn::before {
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 5%;
  top: 40%;
  transform: rotate(45deg);
  z-index: 4;
}
main #mainv2 .btns li .btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #333;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  z-index: 2;
}
main #mainv2 .btns li .btn span {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  position: relative;
  z-index: 3;
}
main #mainv2 .btns li .btn span span {
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
}
@media (hover: hover) {
  main #mainv2 .btns li .btn:hover {
    opacity: 1;
  }
  main #mainv2 .btns li .btn:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  main #mainv2 .btns li .btn:hover span {
    color: #fff;
  }
}
main #mainv2 .btns li .btn.bgleft_1 {
  background: linear-gradient(180deg, rgb(224, 190, 122) 0%, rgb(212, 173, 106) 50%, rgb(207, 163, 96) 75%, rgb(201, 154, 88) 100%);
  margin: 0 0 10px;
}
main #mainv2 .btns li .btn.bgleft_1::after {
  background: linear-gradient(180deg, rgb(197, 142, 58) 0%, rgb(180, 121, 47) 50%, rgb(166, 102, 35) 75%, rgb(158, 93, 30) 100%);
}
main #mainv2 .btns li .btn.bgleft_2 {
  background: linear-gradient(180deg, rgb(83, 189, 139) 0%, rgb(75, 179, 137) 50%, rgb(61, 171, 130) 75%, rgb(46, 155, 104) 100%);
}
main #mainv2 .btns li .btn.bgleft_2::after {
  background: linear-gradient(180deg, rgb(27, 140, 76) 0%, rgb(23, 130, 75) 50%, rgb(16, 117, 68) 75%, rgb(9, 95, 44) 100%);
}
main #mainv2-mv {
  min-width: 1200px;
  height: 560px;
  overflow: hidden;
  position: relative;
}
main #mainv2-mv .mvoverlay {
  background-color: rgba(0, 0, 0, 0.3);
  background-image: radial-gradient(#666 30%, transparent 31%), radial-gradient(#666 30%, transparent 31%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main #mainv2-mv video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  z-index: -100;
}
main #mainv2-mv .subContents {
  width: 1200px;
  text-align: left;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 750px) {
  main #mainv2-mv .subContents {
    width: 100vw;
    padding: 0 4vw;
  }
}
main #mainv2-mv .subContents .h1Block {
  width: 640px;
  text-align: center;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
}
main #mainv2-mv .subContents .h1Block h1 {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 1.25;
  text-shadow: 0px 0px 10px black;
}
main #mainv2-mv .subContents .h1Block h1 span {
  font-size: 200%;
}
main #mainv2-mv .subContents .catchcopy {
  position: absolute;
  top: 350px;
  left: 350px;
}
main #topBtn {
  margin-bottom: 84px;
}
main #topBtn .subContents {
  width: 1200px;
  text-align: left;
  margin: 0 auto;
}
@media (max-width: 750px) {
  main #topBtn .subContents {
    width: 100vw;
    padding: 0 4vw;
  }
}
main #topBtn .subContents .caution {
  text-align: center;
  background: #fff1f1;
  margin: 0 0 30px;
  padding: 10px 0;
}
main #salon {
  margin: 0 0 100px;
}
main #salon .h-type03::before {
  content: "SALON";
}
main #salon .slider {
  min-width: 1200px;
  margin: 0 -25px 110px;
}
main #salon .slider .slick-slide img {
  width: 560px;
  max-width: calc(100% - 50px);
  height: auto;
  margin: 0 25px;
  aspect-ratio: 28/19;
  object-fit: cover;
}
main #salon .slider .slick-slide img:hover {
  cursor: grab;
}
main #salon .slider .slick-slide img:active {
  cursor: grabbing;
}
main #salon .slider .slick-dots {
  bottom: -35px;
}
main #salon .slider .slick-dots li.slick-active button::before {
  color: #32A695;
}
main #salon .subContents {
  width: 1060px;
  text-align: left;
  margin: 0 auto;
}
@media (max-width: 750px) {
  main #salon .subContents {
    width: 100vw;
    padding: 0 4vw;
  }
}
main #salon .subContents .inner {
  margin: 0 0 45px;
  display: flex;
  justify-content: center;
  column-gap: 38px;
}
main #salon .subContents .inner .maps .map {
  margin: 0 0 32px;
}
main #salon .subContents .inner .maps .map iframe {
  width: 420px;
  height: 420px;
  display: block;
}
main #salon .subContents .inner .maps .btn a {
  color: #3A9F7A;
  font-size: 14px;
  font-feature-settings: "palt";
  text-align: center;
  width: 230px;
  background: #fff;
  border: solid 1px #3A9F7A;
  border-radius: 50vh;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 9px 42px 8px 0px;
  display: block;
  position: relative;
}
main #salon .subContents .inner .maps .btn a::before {
  content: "";
  width: 16px;
  height: 14px;
  background: url("../images/salon/s_link.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
main #salon .subContents .inner dl {
  width: 603px;
}
main #salon .subContents .inner dl div {
  text-align: left;
  height: fit-content;
  min-height: 2em;
  border-top: solid 1px #BDBDBD;
  padding: 10px 0;
  display: flex;
}
main #salon .subContents .inner dl div:first-child {
  border: none;
  padding: 0 0 10px;
}
main #salon .subContents .inner dl div:first-child dt {
  padding: 0;
}
main #salon .subContents .inner dl div:first-child dd {
  padding: 0 0 1em 13px;
}
main #salon .subContents .inner dl div > dt {
  color: #969696;
  font-size: 14px;
  width: 13%;
  border-right: solid 1px #BDBDBD;
  padding: 10px 0 0;
}
main #salon .subContents .inner dl div > dd {
  color: #505050;
  font-size: 16px;
  line-height: 1.63;
  width: 87%;
  padding: 10px 0 1em 13px;
}
main #salon .subContents .inner dl div > dd li {
  list-style-type: none;
}
main #salon .subContents .inner dl div > dd dl {
  display: flex;
  flex-wrap: wrap;
}
main #salon .subContents .inner dl div > dd dl dt {
  width: 6em;
}
main #salon .subContents .inner dl div > dd dl dd {
  width: calc(100% - 6em);
}
main #salon .subContents .send {
  width: fit-content;
  -moz-width: fit-content;
  background: #FFFFDA;
  border: solid 1px #BDBDBD;
  margin: 0 auto;
  padding: 25px 65px;
  display: flex;
  align-items: center;
  column-gap: 30px;
}
main #salon .subContents .send p {
  font-size: 14px;
}
main #salon .subContents .send ul {
  display: flex;
  column-gap: 16px;
}
main #salon .subContents .send ul li a {
  color: #fff;
  text-decoration: none;
  width: 154px;
  height: 50px;
  border-radius: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
main #salon .subContents .send ul li a.mails {
  background: #4279D0;
}
main #salon .subContents .send ul li a.mails::before {
  content: "";
  width: 20px;
  height: 15px;
  background: url("../images/salon/s_mail.svg") no-repeat;
  background-size: 100%;
  margin: 0 0.5em 0 0;
  display: inline-block;
}
main #salon .subContents .send ul li a.line {
  background: #06C155;
}
main #salon .subContents .send ul li a.line::before {
  content: "";
  width: 28px;
  height: 27px;
  background: url("../images/salon/s_line.svg") no-repeat;
  background-size: 100%;
  margin: 0 0.5em 0 0;
  display: inline-block;
}
main #reason {
  background: #f0f8f2;
  padding: 100px 0;
}
main #reason .subContents {
  width: 830px;
  text-align: left;
  margin: 0 auto;
}
@media (max-width: 750px) {
  main #reason .subContents {
    width: 100vw;
    padding: 0 4vw;
  }
}
main #reason .subContents .bumon {
  margin: 0 0 55px;
}
main #reason .subContents .bumon figure {
  width: 529px;
  margin: 0 auto 24px;
}
main #reason .subContents .bumon p {
  font-size: 15px;
  width: fit-content;
  -moz-width: fit-content;
  background: #fff;
  border-radius: 10px;
  margin: 0 auto 13px;
  padding: 8px 20px;
  position: relative;
}
main #reason .subContents .bumon p::before {
  content: "";
  width: 29px;
  height: 21px;
  background: #fff;
  clip-path: polygon(0 100%, 50% 0%, 100% 100%);
  position: absolute;
  top: -12px;
  right: 220px;
}
main #reason .subContents .bumon p span {
  font-weight: 700;
}
main #reason .subContents .bumon p small {
  font-size: 10px;
}
main #reason .subContents .bumon ol {
  width: 730px;
  margin: 0 auto;
}
main #reason .subContents .bumon ol li {
  color: #898989;
  font-size: 10px;
  text-align: left;
  line-height: 1.4;
}
main #reason .subContents .rateban {
  margin: 0 0 55px;
}
main #reason .subContents ul {
  display: flex;
  justify-content: center;
  column-gap: 30px;
}
main #reason .subContents ul li {
  width: 400px;
  background: #fff;
  border-radius: 10px;
  padding: 38px 45px;
}
main #reason .subContents ul li .midashi1 {
  color: #04ac9c;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1.61;
  border-top: solid 1px #04ac9c;
  border-bottom: solid 1px #04ac9c;
  margin: 0 0 26px;
  padding: 30px 0;
}
main #reason .subContents ul li .heading {
  font-size: 17px;
  text-align: center;
}
main #reason .subContents ul li .inner {
  margin: 0 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 13px;
}
main #reason .subContents ul li .inner .num {
  color: #bf9159;
  font-size: 34px;
  font-weight: 700;
  text-align: left;
  line-height: 1.5;
}
main #reason .subContents ul li .inner .num span {
  font-size: 62px;
  font-family: "Oswald", sans-serif;
}
main #reason .subContents ul li .note {
  color: #898989;
  font-size: 10px;
  text-align: left;
  line-height: 1.4;
  width: fit-content;
  -moz-width: fit-content;
  margin: 0 auto;
}
main #message {
  padding: 140px 0 0;
}
main #message .h-type03 {
  margin: 0 0 105px;
}
main #message .h-type03::before {
  content: "MESSAGE";
}
main #message .inner {
  background: #F4EFE7;
  padding: 120px 0 100px;
  position: relative;
}
main #message .inner .subContents {
  width: 800px;
  text-align: left;
  margin: 0 auto;
}
@media (max-width: 750px) {
  main #message .inner .subContents {
    width: 100vw;
    padding: 0 4vw;
  }
}
main #message .inner .subContents > figure {
  width: 156px;
  background: #fff;
  border-radius: 10px;
  padding: 5px;
  position: absolute;
  top: -57px;
  left: 50%;
  transform: translateX(-50%);
}
main #message .inner .subContents > figure img {
  width: 146px;
  border-radius: 10px;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center top;
}
main #message .inner .subContents .text {
  font-size: 24px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-align: center;
  margin: 0 0 23px;
}
main #message .inner .subContents .honbun {
  font-size: 16px;
  text-align: left;
  line-height: 1.62;
  width: fit-content;
  -moz-width: fit-content;
  max-width: 800px;
  margin: 0 auto 50px;
}
main #message .inner .subContents .staff {
  width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  column-gap: 60px;
}
main #message .inner .subContents .staff figure img {
  width: 340px;
  object-fit: cover;
}
main #message .inner .subContents .staff p {
  font-size: 16px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  padding: 22px 30px;
  position: relative;
}
main #message .inner .subContents .staff p::before {
  content: "";
  width: 21px;
  height: 29px;
  background: #fff;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}
main #episode {
  padding: 138px 0 100px;
}
main #episode .subContents {
  width: 1114px;
  text-align: left;
  margin: 0 auto;
}
@media (max-width: 750px) {
  main #episode .subContents {
    width: 100vw;
    padding: 0 4vw;
  }
}
main #episode .subContents .h-type03 {
  margin: 0 0 45px;
}
main #episode .subContents .h-type03::before {
  content: "EPISODE";
}
main #episode .subContents .lead {
  text-align: center;
  margin: 0 0 50px;
}
main #episode .subContents ul {
  margin-bottom: 50px;
  display: flex;
  column-gap: 35px;
  justify-content: center;
}
main #episode .subContents ul li {
  width: 345px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
main #episode .subContents ul li figure {
  overflow: hidden;
}
main #episode .subContents ul li figure img {
  width: 100%;
  transition: 0.3s;
}
main #episode .subContents ul li .inner {
  padding: 10px 15px;
}
main #episode .subContents ul li .inner .title {
  color: #bf9159;
  font-weight: bold;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
main #episode .subContents ul li .inner .title a {
  color: #bf9159;
  text-decoration: none;
}
main #episode .subContents ul li .inner .title a:hover {
  color: #bf9159;
  text-decoration: none;
}
main #episode .subContents ul li .inner table {
  width: 100%;
}
main #episode .subContents ul li .inner table th {
  color: #777;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
  padding: 10px 0;
}
main #episode .subContents ul li .inner table td {
  font-weight: bold;
  width: 33%;
  padding: 5px;
}
main #episode .subContents ul li .inner table td .icon {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
main #episode .subContents ul li .inner table td.kousai {
  color: #ff80af;
}
main #episode .subContents ul li .inner table td.kousai .icon {
  fill: #ff80af;
}
main #episode .subContents ul li .inner table td.male {
  color: #009de2;
}
main #episode .subContents ul li .inner table td.male .icon {
  fill: #009de2;
}
main #episode .subContents ul li .inner table td.female {
  color: #ff80af;
}
main #episode .subContents ul li .inner table td.female .icon {
  fill: #ff80af;
}
main #episode .subContents ul li .inner .name {
  color: #555;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
}
main #episode .subContents ul li .inner .name .man {
  color: #297EE8;
}
main #episode .subContents ul li .inner .name .woman {
  color: #F14980;
}
main #episode .subContents ul li .inner .name .help {
  color: #999;
  font-size: 9px;
  width: 12px;
  height: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #999;
  border-radius: 50vh;
  cursor: pointer;
  margin: 0 0 0 5px;
  transform: translateY(-2px);
  transition: 0.3s;
}
main #episode .subContents ul li .inner .name .help + .helpTxt {
  color: #FFF;
  font-size: 0.84rem;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  display: none;
  padding: 10px;
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 2;
}
main #episode .subContents ul li .inner .name .help.on + .helpTxt {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  main #episode .subContents ul li .inner .name .help:hover {
    color: #444;
    border: solid 1px #444;
  }
}
main #episode .subContents ul li .inner .note {
  font-size: 13px;
  text-align: right;
}
main #episode .subContents ul li .inner .note a {
  color: #333;
  text-decoration: none;
}
main #episode .subContents ul li .inner .note span {
  padding-right: 1em;
  position: relative;
}
main #episode .subContents ul li .inner .note span::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  position: absolute;
  transform: rotate(45deg);
  top: calc(50% - 0.15em);
  right: 3px;
}
@media (hover: hover) and (pointer: fine) {
  main #episode .subContents ul li:hover figure img {
    transform: scale(1.1);
  }
}
main #episode .subContents .btn {
  text-align: center;
}
main #episode .subContents .btn a {
  color: #fff;
  line-height: 1;
  text-decoration: none;
  background: #3aaa7a;
  border-radius: 50px;
  border: solid 1px #3aaa7a;
  padding: 13px 170px 13px 30px;
  position: relative;
  transition: all 0.3s;
}
main #episode .subContents .btn a:hover {
  color: #3aaa7a;
  background: #fff;
  opacity: 1;
}
@media (max-width: 750px) {
  main #episode .subContents .btn a {
    margin: 0 5vw;
    padding-left: 20px;
    padding-right: 0;
    display: block;
  }
}
main #episode .subContents .btn a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(45deg);
  transition: all 0.5s;
}
main #episode .subContents .btn a:hover::after {
  border-color: #3aaa7a;
  right: 10px;
}
main #voice {
  background: #FDF4F5;
  padding: 138px 0 100px;
}
main #voice .subContents {
  width: 1060px;
  text-align: left;
  margin: 0 auto;
}
@media (max-width: 750px) {
  main #voice .subContents {
    width: 100vw;
    padding: 0 4vw;
  }
}
main #voice .subContents .h-type03 {
  margin: 0 0 80px;
}
main #voice .subContents .h-type03::before {
  content: "VOICE";
}
main #voice .subContents ul {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}
main #voice .subContents ul li {
  width: 640px;
  background: #fff;
  border-radius: 10px;
  padding: 32px 0 0;
  position: relative;
}
main #voice .subContents ul li:first-child:nth-last-child(2) {
  width: 400px;
}
main #voice .subContents ul li:first-child:nth-last-child(2) ~ li {
  width: 400px;
}
main #voice .subContents ul li:first-child:nth-last-child(3) {
  width: 340px;
}
main #voice .subContents ul li:first-child:nth-last-child(3) ~ li {
  width: 340px;
}
main #voice .subContents ul li .heading {
  color: #fff;
  font-size: 20px;
  width: 270px;
  background: #E87981;
  border-radius: 50vh;
  margin: 0 auto 30px;
  padding: 0 0 0 109px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
main #voice .subContents ul li.man .heading::before {
  content: "";
  width: 47px;
  height: 53px;
  background: url("../images/salon/s_voice_m.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  left: 52px;
  bottom: 0;
}
main #voice .subContents ul li.woman .heading::before {
  content: "";
  width: 42px;
  height: 53px;
  background: url("../images/salon/s_voice_w.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  left: 56px;
  bottom: 0;
}
main #voice .subContents ul li dl {
  font-size: 14px;
  line-height: 1.6;
}
main #voice .subContents ul li dl dt {
  background: #FBE7E8;
  padding: 14px 31px;
  position: relative;
}
main #voice .subContents ul li dl dt::before {
  content: "";
  width: 22px;
  height: 11px;
  background: #FBE7E8;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  left: 25px;
  bottom: -10px;
}
main #voice .subContents ul li dl dd {
  background: #fff;
  padding: 18px 42px;
}
main #faq {
  margin: 0;
  padding: 138px 0 130px;
}
main #faq .subContents {
  width: 600px;
  text-align: left;
  margin: 0 auto;
}
@media (max-width: 750px) {
  main #faq .subContents {
    width: 100vw;
    padding: 0 4vw;
  }
}
main #faq .subContents .h-type03 {
  margin: 0 0 40px;
}
main #faq .subContents .h-type03::before {
  content: "Question";
}
main #reserveInfo {
  padding: 0 0 100px;
}
main #reserveInfo .subContents {
  width: 800px;
  text-align: left;
  margin: 0 auto;
}
@media (max-width: 750px) {
  main #reserveInfo .subContents {
    width: 100vw;
    padding: 0 4vw;
  }
}
main #reserveInfo .subContents .box {
  border: solid 1px #AD8354;
}
main #reserveInfo .subContents .box h2 {
  height: 65px;
  background: #AD8354;
  position: relative;
}
main #reserveInfo .subContents .box h2::before {
  content: "";
  width: 207px;
  height: 80px;
  background: #AD8354;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  position: absolute;
  top: -47px;
  left: 50%;
  transform: translateX(-50%);
}
main #reserveInfo .subContents .box h2 span {
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
  white-space: nowrap;
  position: absolute;
  top: -0.3em;
  left: 50%;
  transform: translateX(-50%);
}
main #reserveInfo .subContents .box h2 span span {
  color: #FFFFB3;
  font-size: 28px;
}
main #reserveInfo .subContents .box .inner {
  background: #fff;
  box-sizing: border-box;
  padding: 38px 64px 47px 50px;
}
main #reserveInfo .subContents .box .inner .text {
  font-size: 16px;
  width: 600px;
  margin: 0 auto 25px;
}
main #reserveInfo .subContents .box .inner ol {
  margin: 0 0 30px;
  display: flex;
  justify-content: space-between;
}
main #reserveInfo .subContents .box .inner ol li picture {
  margin: 0 0 5px;
}
main #reserveInfo .subContents .box .inner ol li:first-child picture {
  width: 204px;
}
main #reserveInfo .subContents .box .inner ol li:nth-child(2) picture {
  width: 207px;
}
main #reserveInfo .subContents .box .inner ol li:last-child picture {
  width: 207px;
}
main #reserveInfo .subContents .box .inner ol li p {
  font-size: 16px;
  padding: 0 0 0 14px;
}
main #reserveInfo .subContents .box .inner .btn {
  width: fit-content;
  -moz-width: fit-content;
  margin: 0 auto 25px;
}
main #reserveInfo .subContents .box .inner .btn a picture {
  width: 510px;
}
main #reserveInfo .subContents .box .inner .matchlink {
  text-align: center;
}
main #reserveInfo .subContents .box .inner .matchlink a {
  color: #4888FF;
  border-bottom: solid 0.01em #4888FF;
  padding: 0 1.5em 0 0;
  position: relative;
}
main #reserveInfo .subContents .box .inner .matchlink a:hover {
  border-bottom: none;
}
main #reserveInfo .subContents .box .inner .matchlink a::after {
  content: "";
  text-decoration: underline;
  width: 6px;
  height: 6px;
  border-top: solid 2px #4888FF;
  border-right: solid 2px #4888FF;
  position: absolute;
  top: 50%;
  right: 0;
  transform: rotate(45deg) translateY(-50%);
}
main #blog {
  padding: 0 0 94px;
}
main #blog .subContents {
  width: 800px;
  text-align: left;
  margin: 0 auto;
}
@media (max-width: 750px) {
  main #blog .subContents {
    width: 100vw;
    padding: 0 4vw;
  }
}
main #blog .subContents .inner {
  border: solid 1px #04A696;
}
main #blog .subContents .inner .wrap {
  background: #EAF2EC;
  padding: 88px 0 35px;
}
main #blog .subContents .inner .wrap .h-type03 {
  margin: 0;
}
main #blog .subContents .inner .wrap .h-type03::before {
  content: "COLUMN";
}
main #blog .subContents .inner ul {
  background: #fff;
  padding: 0 40px;
}
main #blog .subContents .inner ul li {
  min-height: 68px;
  border-bottom: dotted 1px #BDBDBD;
  box-sizing: border-box;
  padding: 25px 0;
  position: relative;
}
main #blog .subContents .inner ul li a {
  color: #505050;
  font-size: 16px;
  line-height: 1.63;
  text-decoration: underline;
  text-indent: -1.95em;
  padding-left: 1.95em;
  display: block;
}
main #blog .subContents .inner ul li a:hover {
  text-decoration: none;
}
main #blog .subContents .inner ul li a::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/salon/s_blogarrow.svg) no-repeat;
  background-size: 100% auto;
  margin: 0 1em 0 0;
  display: inline-block;
}

body #flmenu {
  bottom: -100px;
}
body #flmenu.active {
  bottom: 0;
}

/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width: 751px) {
  main .h-type03 {
    font-size: 0.92rem;
    line-height: 2;
    margin: 0 0 6.9vw;
  }
  main .h-type03::before {
    font-size: 1.28rem;
    position: absolute;
    top: -8vw;
  }
  main .h-type03 span {
    font-size: 1.714rem;
    line-height: 1.2;
    letter-spacing: 0.08em;
  }
  main .h-type04 {
    font-size: 1.71rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 8vw;
    padding-top: 7.7vw;
  }
  main .h-type04::before {
    font-size: 1.28rem;
  }
  main #mainv2 {
    min-width: initial;
    height: 100vw;
    background: url(../images/salon/mainv_p_01_sp_3.jpg) no-repeat center center/cover;
    margin: 0 0 70vw;
    position: relative;
  }
  main #mainv2 .subContents {
    width: 1200px;
    text-align: left;
    margin: 0 auto;
    height: 100vw;
    margin: 0 auto 3vw;
    text-align: center;
    position: relative;
    display: flex;
  }
}
@media screen and (max-width: 751px) and (max-width: 750px) {
  main #mainv2 .subContents {
    width: 100vw;
    padding: 0 4vw;
  }
}
@media screen and (max-width: 751px) {
  main #mainv2 .subContents .h1Block h1 {
    margin: 0;
    position: absolute;
    top: 75vw;
    left: 6vw;
    line-height: 1.5;
  }
  main #mainv2 .subContents .h1Block h1 .underline_f {
    font-size: 5vw;
    text-underline-offset: 1.7vw;
    text-decoration-thickness: 0.8vw;
  }
  main #mainv2 .subContents .h1Block h1 span {
    font-size: 8vw;
  }
  main #mainv2 .subContents .h1Block .seikonrate_m {
    width: 51vw;
    top: 7%;
    left: 6%;
  }
  main #mainv2 .note {
    font-size: 2.6vw;
    width: calc(100% - 6vw);
    margin: 0 auto 8vw;
    line-height: 1.3;
  }
  main #mainv2 .note p {
    display: flex;
  }
  main #mainv2 .btns {
    width: 90vw;
    margin: 0 auto;
    position: initial;
    top: inherit;
  }
  main #mainv2 .btns li {
    width: 100%;
    margin: 0 0 1.33vw;
  }
  main #mainv2 .btns li .btn {
    border-radius: 2.67vw;
    width: 100%;
    height: 14.98vw;
  }
  main #mainv2 .btns li .btn::before {
    border-top: solid 0.8vw #fff;
    border-right: solid 0.8vw #fff;
    width: 2vw;
    height: 2vw;
  }
  main #mainv2 .btns li .btn.bgleft_1 {
    margin: 0 0 1.21vw;
  }
  main #mainv2 .btns li .btn span {
    font-size: 3.02vw;
  }
  main #mainv2 .btns li .btn span span {
    font-size: 5.07vw;
  }
  main #mainv2-mv {
    min-width: initial;
    height: 115vw;
    margin-bottom: 5vw;
  }
  main #mainv2-mv .subContents {
    position: relative;
  }
  main #mainv2-mv .subContents .h1Block {
    width: 90vw;
    top: 20vw;
    left: 50vw;
    transform: translateX(-50%);
  }
  main #mainv2-mv .subContents .h1Block h1 {
    font-size: 5.5vw;
    text-align: center;
  }
  main #mainv2-mv .subContents .h1Block h1 span {
    font-size: 200%;
  }
  main #mainv2-mv .subContents .catchcopy {
    width: 84vw;
    position: absolute;
    top: 80vw;
    left: 7vw;
  }
  main #topBtn {
    margin-bottom: 19.7vw;
    padding: 0;
  }
  main #topBtn .subContents .caution {
    text-align: center;
    background: #fff1f1;
    margin: 0 0 30px;
    padding: 10px 0;
  }
  main #topBtn .subContents .ctabtns {
    display: block;
  }
  main #topBtn .subContents .ctabtns li {
    width: 90.6vw;
  }
  main #topBtn .subContents .ctabtns li:not(:last-child) {
    margin: 0 0 4vw;
  }
  main #salon {
    margin: 0 0 13vw;
  }
  main #salon .slider {
    width: 90.6vw;
    min-width: 100%;
    margin: 0 auto 5vw;
  }
  main #salon .slider .slick-slide img {
    width: 90.6vw;
    max-width: 100%;
    aspect-ratio: 17/12;
    margin: 0 auto;
  }
  main #salon .slider .slick-slide img:hover {
    cursor: auto;
  }
  main #salon .slider .slick-slide img:active {
    cursor: auto;
  }
  main #salon .thumbnail {
    width: fit-content;
    -moz-width: fit-content;
    max-width: 90.6vw;
    margin: 0 auto 14.1vw;
  }
  main #salon .thumbnail .slick-slide {
    width: 14.4vw !important;
    margin-inline: 0 0.5vw 0 0.5vw;
  }
  main #salon .thumbnail img {
    width: 14.4vw;
    height: 14.4vw;
    background: transparent;
    box-sizing: border-box;
    padding: 0.5vw;
    aspect-ratio: 1/1;
    object-fit: cover;
  }
  main #salon .thumbnail .slick-track {
    width: 100% !important;
    transform: unset !important;
  }
  main #salon .thumbnail .slick-track .slick-current img {
    background: #3A9F7A;
  }
  main #salon .thumbnail .slick-list {
    padding: 0 !important;
  }
  main #salon .subContents .inner {
    margin: 0 0 7.4vw;
    display: block;
  }
  main #salon .subContents .inner .maps {
    margin: 0 0 7.7vw;
  }
  main #salon .subContents .inner .maps .map {
    margin: 0 0 5.3vw;
  }
  main #salon .subContents .inner .maps .map iframe {
    width: 100%;
    height: 56vw;
  }
  main #salon .subContents .inner .maps .btn a {
    font-size: 1rem;
    text-align: left;
    width: 58vw;
    border: solid 0.6vw #3A9F7A;
    margin: 0 auto;
    padding: 3.7vw 8.5vw 2.7vw 5.3vw;
  }
  main #salon .subContents .inner .maps .btn a::before {
    width: 4.26vw;
    height: 4vw;
    background: url("../images/salon/s_link.svg") no-repeat;
    background-size: 100%;
    right: 5vw;
  }
  main #salon .subContents .inner dl {
    width: 100%;
  }
  main #salon .subContents .inner dl div {
    min-height: 2em;
    border-top: solid 1px #BDBDBD;
    padding: 2.6vw 0;
  }
  main #salon .subContents .inner dl div:first-child {
    border: none;
    padding: 0 0 10px;
  }
  main #salon .subContents .inner dl div:first-child dd {
    padding: 0 0 1em 13px;
  }
  main #salon .subContents .inner dl div > dt {
    font-size: 1rem;
    width: 19%;
    border-right: solid 1px #BDBDBD;
    padding: 2.6vw 0 0;
  }
  main #salon .subContents .inner dl div > dd {
    font-size: 1rem;
    line-height: 1.57;
    width: 81%;
    padding: 2.6vw 0 1em 13px;
  }
  main #salon .subContents .inner dl div > dd dl dt {
    width: 6em;
  }
  main #salon .subContents .inner dl div > dd dl dd {
    width: calc(100% - 6em);
  }
  main #salon .subContents .send {
    width: 100%;
    -moz-width: 100%;
    border: solid 1px #BDBDBD;
    margin: 0;
    padding: 3.7vw 2.6vw;
    display: block;
  }
  main #salon .subContents .send p {
    font-size: 1rem;
    text-align: center;
    margin: 0 0 4.5vw;
  }
  main #salon .subContents .send ul {
    column-gap: 2.1vw;
  }
  main #salon .subContents .send ul li a {
    font-size: 1rem;
    width: 41vw;
    height: 13.3vw;
  }
  main #salon .subContents .send ul li a.mails::before {
    width: 5.3vw;
    height: 4vw;
    background: url("../images/salon/s_mail.svg") no-repeat;
    background-size: 100%;
    margin: 0 0.5em 0 0;
  }
  main #salon .subContents .send ul li a.line::before {
    width: 7.4vw;
    height: 7.2vw;
    background: url("../images/salon/s_line.svg") no-repeat;
    background-size: 100%;
    margin: 0 0.5em 0 0;
  }
  main #reason {
    padding: 13vw 0;
  }
  main #reason .subContents .bumon {
    margin: 0 0 13.3vw;
  }
  main #reason .subContents .bumon figure {
    width: 90.6vw;
    margin: 0 auto 5.2vw;
  }
  main #reason .subContents .bumon p {
    font-size: 0.71rem;
    text-align: center;
    width: 100%;
    -moz-width: 100%;
    border-radius: 2.6vw;
    margin: 0 auto 2.6vw;
    padding: 3.7vw 4vw;
  }
  main #reason .subContents .bumon p::before {
    width: 7.7vw;
    height: 5.6vw;
    top: -3.2vw;
    right: 17.6vw;
  }
  main #reason .subContents .bumon p small {
    font-size: 1.6vw;
  }
  main #reason .subContents .bumon ol {
    width: 100%;
    margin: 0;
  }
  main #reason .subContents .bumon ol li {
    font-size: 2.6vw;
    text-indent: -2.2em;
    padding-left: 2.2em;
  }
  main #reason .subContents ul {
    display: block;
  }
  main #reason .subContents ul li {
    width: 100%;
    border-radius: 2.6vw;
    padding: 5.3vw 3.7vw;
  }
  main #reason .subContents ul li:not(:last-child) {
    margin: 0 0 5.6vw;
  }
  main #reason .subContents ul li .midashi1 {
    font-size: 4.8vw;
    margin: 0 0 5.6vw;
    padding: 4.5vw 0;
  }
  main #reason .subContents ul li .heading {
    font-size: 1.21rem;
  }
  main #reason .subContents ul li .inner {
    margin: 0 0 3.4vw;
    column-gap: 4vw;
  }
  main #reason .subContents ul li .inner .num {
    font-size: 2.46rem;
  }
  main #reason .subContents ul li .inner .num span {
    font-size: 4.42rem;
  }
  main #reason .subContents ul li .note {
    font-size: 2.6vw;
    width: fit-content;
    -moz-width: fit-content;
    margin: 0 auto;
  }
  main #message {
    padding: 20vw 0 0;
  }
  main #message .h-type03 {
    margin: 0 0 21.8vw;
  }
  main #message .inner {
    padding: 29.3vw 0 13vw;
  }
  main #message .inner .subContents > figure {
    width: 38.9vw;
    border-radius: 2.6vw;
    padding: 1.3vw;
    top: -16.5vw;
  }
  main #message .inner .subContents > figure img {
    width: 38.9vw;
    border-radius: 2.6vw;
  }
  main #message .inner .subContents .text {
    font-size: 1.42rem;
    line-height: 1.4;
    margin: 0 0 4vw;
  }
  main #message .inner .subContents .honbun {
    font-size: 1rem;
    line-height: 1.57;
    width: 100%;
    max-width: 100%;
    margin: 0 0 12.2vw;
  }
  main #message .inner .subContents .staff {
    width: 100%;
    margin: 0;
    display: block;
  }
  main #message .inner .subContents .staff figure {
    margin: 0 0 9vw;
  }
  main #message .inner .subContents .staff figure img {
    width: 100%;
  }
  main #message .inner .subContents .staff p {
    font-size: 1.07rem;
    border-radius: 2.6vw;
    padding: 6.4vw;
  }
  main #message .inner .subContents .staff p::before {
    width: 7.7vw;
    height: 5.6vw;
    clip-path: polygon(0 100%, 50% 0%, 100% 100%);
    top: -4vw;
    left: 50%;
    transform: translateX(-50%);
  }
  main #episode {
    padding: 23.2vw 0 13.3vw;
  }
  main #episode .subContents ul {
    margin-bottom: 5vw;
    display: block;
  }
  main #episode .subContents ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  main #episode .subContents ul li figure + div {
    padding: 5vw;
  }
  main #episode .subContents ul li figure + div table {
    margin: 0 0 3vw;
  }
  main #episode .subContents ul li figure + div .note {
    font-size: 12px;
  }
  main #episode .subContents .btn {
    text-align: left;
  }
  main #episode .subContents .btn a {
    font-size: 1rem;
    padding: 17px 0 17px 30px;
  }
  main #voice {
    padding: 14.6vw 0 13.3vw;
  }
  main #voice .subContents .h-type03 {
    margin: 0 0 18.1vw;
  }
  main #voice .subContents ul {
    display: block;
  }
  main #voice .subContents ul li {
    width: 100%;
    border-radius: 2.6vw;
    padding: 8.2vw 0 0;
  }
  main #voice .subContents ul li:not(:last-child) {
    margin: 0 0 15.2vw;
  }
  main #voice .subContents ul li:first-child:nth-last-child(2) {
    width: 100%;
  }
  main #voice .subContents ul li:first-child:nth-last-child(2) ~ li {
    width: 100%;
  }
  main #voice .subContents ul li:first-child:nth-last-child(3) {
    width: 100%;
  }
  main #voice .subContents ul li:first-child:nth-last-child(3) ~ li {
    width: 100%;
  }
  main #voice .subContents ul li .heading {
    font-size: 5.3vw;
    width: 72vw;
    margin: 0;
    padding: 1.2vw 0 0 29.4vw;
    top: -7vw;
  }
  main #voice .subContents ul li.man .heading::before {
    width: 12.5vw;
    height: 14.1vw;
    background: url("../images/salon/s_voice_m.svg") no-repeat;
    background-size: 100%;
    left: 13.8vw;
  }
  main #voice .subContents ul li.woman .heading::before {
    width: 11.2vw;
    height: 14.1vw;
    background: url("../images/salon/s_voice_w.svg") no-repeat;
    background-size: 100%;
    left: 14.9vw;
  }
  main #voice .subContents ul li dl {
    font-size: 1rem;
  }
  main #voice .subContents ul li dl dt {
    padding: 3.7vw 8.2vw;
  }
  main #voice .subContents ul li dl dt::before {
    width: 5.8vw;
    height: 2.9vw;
    left: 6.6vw;
    bottom: -2.6vw;
  }
  main #voice .subContents ul li dl dd {
    padding: 6.6vw 11.2vw;
  }
  main #faq {
    margin: 0 0 16.4vw;
    padding: 19.7vw 0 0;
  }
  main #faq .subContents .h-type03 {
    margin: 0 0 7.2vw;
  }
  main #faq .subContents .h-type03::before {
    top: -10vw;
  }
  main #reserveInfo {
    padding: 0 0 19.7vw;
  }
  main #reserveInfo .subContents .box {
    border: solid 1px #AD8354;
  }
  main #reserveInfo .subContents .box h2 {
    height: 17.3vw;
  }
  main #reserveInfo .subContents .box h2::before {
    width: 55.2vw;
    height: 21.3vw;
    top: -9.5vw;
  }
  main #reserveInfo .subContents .box h2 span {
    font-size: 1.14rem;
    line-height: 1.75;
  }
  main #reserveInfo .subContents .box h2 span span {
    font-size: 1.71rem;
  }
  main #reserveInfo .subContents .box .inner {
    padding: 5.6vw 2.6vw 8.2vw 2.6vw;
  }
  main #reserveInfo .subContents .box .inner .text {
    font-size: 1rem;
    line-height: 1.5;
    width: 80vw;
    margin: 0 auto 5vw;
  }
  main #reserveInfo .subContents .box .inner ol {
    margin: 0 0 6.5vw;
    display: flex;
    justify-content: space-between;
  }
  main #reserveInfo .subContents .box .inner ol li {
    width: 26.6vw;
  }
  main #reserveInfo .subContents .box .inner ol li picture {
    width: 100%;
    margin: 0 0 5px;
  }
  main #reserveInfo .subContents .box .inner ol li:first-child picture {
    width: 100%;
  }
  main #reserveInfo .subContents .box .inner ol li:nth-child(2) picture {
    width: 100%;
  }
  main #reserveInfo .subContents .box .inner ol li:last-child picture {
    width: 100%;
  }
  main #reserveInfo .subContents .box .inner ol li p {
    font-size: 1rem;
    text-align: center;
    padding: 0;
  }
}
@media screen and (max-width: 751px) and (max-width: 320px) {
  main #reserveInfo .subContents .box .inner ol li p {
    font-size: 12px;
  }
}
@media screen and (max-width: 751px) {
  main #reserveInfo .subContents .box .inner .btn {
    margin: 0 auto 3.4vw;
  }
  main #reserveInfo .subContents .box .inner .btn a picture {
    width: 85.3vw;
  }
  main #reserveInfo .subContents .box .inner .matchlink a {
    font-size: 1rem;
    padding: 0 1.5em 0 0;
    position: relative;
  }
  main #blog {
    padding: 0 0 14.1vw;
  }
  main #blog .subContents .inner .wrap {
    padding: 13.8vw 0 7.4vw;
  }
  main #blog .subContents .inner .wrap .h-type03 {
    margin: 0;
  }
  main #blog .subContents .inner ul {
    padding: 0 3.2vw;
  }
  main #blog .subContents .inner ul li {
    min-height: 14.9vw;
    padding: 6.6vw 0;
  }
  main #blog .subContents .inner ul li a {
    font-size: 3.7vw;
    line-height: 1.57;
    text-indent: -1.95em;
    padding-left: 1.95em;
  }
  main #blog .subContents .inner ul li a::before {
    content: "";
    width: 15px;
    height: 15px;
    background: url(../images/salon/s_blogarrow.svg) no-repeat;
    background-size: 100% auto;
    margin: 0 1em 0 0;
    display: inline-block;
  }
}

/*# sourceMappingURL=salon-shop2.css.map */
