/* 
font-family: "Hina Mincho", serif;
font-family: "Noto Sans JP", sans-serif;
font-family: "Noto Serif", serif;
font-family: "Tangerine", cursive;
*/
body {
  font-size: 4vw;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin: 0 auto;
  position: relative;
  color: #1b1a16;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

/*--------------------cmn--------------------*/
.cmn_tel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.cmn_tel p {
  display: inline-block;
  font-size: 6.6666666667vw;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #1b1a16;
  font-family: "Hina Mincho", serif;
}
.cmn_tel p span {
  font-size: 4.8vw;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ffa6c9;
  margin-right: 2.6666666667vw;
}
.cmn_tel img {
  width: 40%;
}

/*--------------------cmn--------------------*/
/*--------------------header--------------------*/
.header {
  width: 100%;
  padding: 15px 20px;
  background: #fff;
}
.header_logo {
  width: 40%;
}
.header_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.header_right {
  display: none;
}
.header_right_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.header_dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
}
.header_dl_box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.header_dl_box dt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #caa465;
  padding-right: 0.7692307692em;
  margin-right: 0.7692307692em;
  border-right: 0.2666666667vw solid #caa465;
}
.header_dl_box dd {
  font-size: 13px;
  line-height: 1.5384615385em;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #1b1a16;
}
.header_sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.header_hotbtn {
  width: 200px;
  border: 0.2666666667vw solid #ffa6c9;
  padding: 16px;
  text-align: center;
}
.header_hotbtn p {
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #ffa6c9;
  font-family: "Noto Serif", serif;
}
.header_nav {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 0.2666666667vw solid #ffa6c9;
}
.header_nav_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  justify-content: flex-end;
}
.header_nav_item {
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #1b1a16;
  font-family: "Hina Mincho", serif;
}
.header_nav_item a {
  color: #1b1a16;
}
.header_nav_item .current {
  color: #ffa6c9;
}

/*--------------------header--------------------*/
/*--------------------footer--------------------*/
.footer {
  width: 100%;
  padding: 13.3333333333vw 0;
}
.footer_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.footer_logo {
  width: 60%;
  margin: 0 auto 8vw;
}
.footer_info {
  width: 100%;
}
.footer_dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2.6666666667vw;
  margin-top: 8vw;
}
.footer_dl_box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.footer_dl_box dt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #caa465;
  padding-right: 0.625em;
  margin-right: 0.625em;
  border-right: 0.2666666667vw solid #caa465;
}
.footer_dl_box dd {
  font-size: 4vw;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #1b1a16;
}
.footer_tel img {
  margin-top: 1.3333333333vw;
  width: 50%;
}
.footer_tel p {
  font-size: 9.3333333333vw;
}
.footer_tel p span {
  font-size: 6.6666666667vw;
}
.footer_address {
  font-size: 4vw;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 4vw;
}
.footer_nav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 4%;
  margin-top: 12vw;
  width: 100%;
}
.footer_nav_list {
  width: 48%;
}
.footer_nav_item {
  color: #1b1a16;
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-family: "Hina Mincho", serif;
}
.footer_nav_item a {
  color: #1b1a16;
}
.footer_nav_item:not(:last-child) {
  margin-bottom: 5.3333333333vw;
}

.copy_right {
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #fff;
  background: #ffa6c9;
  text-align: center;
  padding: 2.4vw;
  display: block;
}
.copy_right a {
  color: #fff;
}

/*--------------------footer--------------------*/
/*--------------------mv--------------------*/
/*--------------------swiper--------------------*/
.mv {
  width: 100%;
  height: 133.3333333333vw;
  position: relative;
  z-index: 1;
}
.mv_catch {
  width: 90%;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.swiper {
  position: absolute;
  z-index: -5;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
}

.swiper-slide {
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*--------------------swiper--------------------*/
/*--------------------mv--------------------*/
/*--------------------sv--------------------*/
.sv {
  width: 100%;
  position: relative;
  z-index: 1;
  height: 80vw;
}
.sv_img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
}
.sv_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sv_catch {
  width: 80%;
  height: 53.3333333333vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: url(/img/sv/svtxtbg.png) no-repeat center center/contain;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sv_catch span {
  font-size: 6.6666666667vw;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  font-family: "Hina Mincho", serif;
}

.sv_not_found .sv_catch span {
  font-size: 6.1333333333vw;
}

/*--------------------sv--------------------*/
.cmn_ttl {
  font-size: 7.4666666667vw;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #1b1a16;
  text-align: center;
  position: relative;
  z-index: 1;
  padding-bottom: 1.7142857143em;
  font-family: "Hina Mincho", serif;
  margin-bottom: 8vw;
}
.cmn_ttl::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0%;
  left: 50%;
  width: 2.1428571429em;
  height: 1.1714285714em;
  transform: translate(-50%, 0%);
  background: url(/img/common/ttldeco.png) no-repeat center center/contain;
}

.cmn_dl {
  width: 100%;
  border: 0.2666666667vw solid #ffa6c9;
  padding: 8vw 4vw;
}
.cmn_dl_box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  font-size: 4vw;
  line-height: 1.875em;
  letter-spacing: 0.05em;
}
.cmn_dl_box:not(:last-child) {
  padding-bottom: 5.3333333333vw;
  margin-bottom: 5.3333333333vw;
  border-bottom: 0.2666666667vw solid #d6d6d3;
}
.cmn_dl_box dt {
  width: 100%;
  padding: 0px 4vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #ffa6c9;
}
.cmn_dl_box dd {
  width: 100%;
  padding: 0px 4vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cmn_dl_box dd img {
  width: 50%;
  margin-left: 2.6666666667vw;
}

/*--------------------access--------------------*/
.access {
  width: 100%;
  background: url(/img/access/bgaccess.png) no-repeat center center/cover;
}
.access_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8vw;
  justify-content: flex-start;
  padding: 8vw 4vw;
  background: rgba(255, 255, 255, 0.3);
  border: 0.2666666667vw solid #caa465;
  margin-bottom: 8vw;
}
.access_list li {
  font-size: 5.3333333333vw;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Hina Mincho", serif;
  position: relative;
  z-index: 1;
  padding-left: 1.2em;
}
.access_list li::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0%;
  width: 0.4em;
  height: 0.4em;
  transform: translate(0%, -50%);
  background: #caa465;
  border-radius: 50%;
}

.googlemap {
  width: 100%;
  height: 80vw;
}
.googlemap iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: none;
}

/*--------------------access--------------------*/
/*--------------------voice--------------------*/
.voice {
  width: 100%;
}
.voice_box {
  width: 100%;
  padding: 8vw 4vw;
  background: #fff8fa;
}
.voice_box:not(:last-child) {
  margin-bottom: 8vw;
}
.voice_box_ttl {
  font-size: 5.8666666667vw;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  font-family: "Hina Mincho", serif;
  padding-bottom: 4vw;
  border-bottom: 0.2666666667vw solid #caa465;
  margin-bottom: 4.8vw;
}
.voice_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8vw;
}
.voice_dl {
  width: 100%;
}
.voice_dl_box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2.6666666667vw;
}
.voice_dl_box:not(:last-child) {
  margin-bottom: 5.3333333333vw;
}
.voice_dl_box dt {
  width: 37.3333333333vw;
  text-align: center;
  padding: 0.375em;
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #fff;
  background: #ffa6c9;
}
.voice_dl_box dd {
  width: 100%;
  font-size: 4vw;
}
.voice_img {
  width: 53.3333333333vw;
  height: 53.3333333333vw;
  margin: 0 auto;
}
.voice_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*--------------------voice--------------------*/
/*--------------------stuff--------------------*/
.stuff {
  width: 100%;
}
.stuff_box {
  width: 100%;
  padding: 8vw 4vw;
  border: 0.2666666667vw solid #ffa6c9;
}
.stuff_box:not(:last-child) {
  margin-bottom: 8vw;
}
.stuff_box_ttl {
  font-size: 5.8666666667vw;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #ffa6c9;
  font-family: "Hina Mincho", serif;
  padding-bottom: 5.3333333333vw;
  border-bottom: 0.2666666667vw solid #ffa6c9;
  margin-bottom: 5.3333333333vw;
}
.stuff_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8vw;
}
.stuff_dl {
  width: 100%;
}
.stuff_dl_box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  font-size: 4vw;
  line-height: 1.875em;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.stuff_dl_box:not(:last-child) {
  margin-bottom: 5.3333333333vw;
}
.stuff_dl_box dt {
  width: 100%;
  padding: 2.6666666667vw;
  border-bottom: 0.2666666667vw solid #caa465;
  color: #caa465;
}
.stuff_dl_box dd {
  width: 100%;
  padding: 2.6666666667vw;
}
.stuff_img {
  width: 72vw;
  height: 72vw;
  margin: 0 auto;
}
.stuff_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*--------------------stuff--------------------*/
/*--------------------care--------------------*/
.cmn_txt {
  font-size: 4vw;
  line-height: 2.5em;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #1b1a16;
}

.care {
  width: 100%;
}
.care_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: 8vw;
}
.care_box {
  width: 100%;
}
.care_dl {
  width: 100%;
  background: #f6f3ec;
  margin-top: 4vw;
  padding: 4vw;
  text-align: center;
}
.care_dl dt {
  width: 100%;
  background: #caa465;
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #fff;
  padding: 2.1333333333vw;
  margin-bottom: 4vw;
}
.care_dl dd {
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #1b1a16;
}
.care_img {
  width: 100%;
  height: 78.1333333333vw;
  margin-left: 5.3333333333vw;
}
.care_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.maki {
  width: 100%;
  background: #fff8fa;
}
.maki_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8vw;
}
.maki_box {
  width: 100%;
}
.maki_dl {
  width: 100%;
  background: #fff;
  border: 0.2666666667vw solid #ffa6c9;
  margin-top: 4vw;
  padding: 4vw;
  text-align: center;
}
.maki_dl dt {
  width: 100%;
  background: #e477a2;
  font-size: 3.7333333333vw;
  line-height: 1.875em;
  letter-spacing: 0.03em;
  font-weight: 600;
  color: #fff;
  padding: 2.1333333333vw 1.3333333333vw;
  margin-bottom: 4vw;
}
.maki_dl dd {
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #1b1a16;
}
.maki_img {
  width: 100%;
  height: 78.1333333333vw;
  margin-left: 5.3333333333vw;
}
.maki_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.asi {
  width: 100%;
}
.asi_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: 8vw;
}
.asi_box {
  width: 100%;
}
.asi_dl {
  width: 100%;
  background: #f6f3ec;
  margin-top: 4vw;
  padding: 4vw;
  text-align: center;
}
.asi_dl dt {
  width: 100%;
  background: #caa465;
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #fff;
  padding: 2.1333333333vw;
  margin-bottom: 4vw;
}
.asi_dl dd {
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #1b1a16;
}
.asi_img {
  width: 100%;
  height: 103.7333333333vw;
  margin-left: 8vw;
}
.asi_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.asi_txt {
  margin-bottom: 5.3333333333vw;
}

.make {
  width: 100%;
  background: url(/img/top/bgmake.png) no-repeat center center/cover;
}
.make_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12vw;
}
.make_txt {
  margin-bottom: 8vw;
}
.make_btn {
  width: 100%;
  margin: 0 auto;
  padding: 4.5333333333vw;
  border-top: 0.2666666667vw solid #ffa6c9;
  border-bottom: 0.2666666667vw solid #ffa6c9;
  background: #fff;
}
.make_btn p {
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 600;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #1b1a16;
  font-family: "Noto Serif", serif;
}
.make_btn p::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0%;
  width: 1.4375em;
  height: 0.4375em;
  transform: translate(0%, -50%);
  background: url(/img/top/arwww.png) no-repeat center center/contain;
}
.make_right {
  width: 100%;
}
.make_right_box {
  width: 100%;
  padding: 4vw;
  background: #fff;
  border: 0.2666666667vw solid #ffa6c9;
}
.make_right_txt {
  font-size: 5.3333333333vw;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ffa6c9;
  font-family: "Hina Mincho", serif;
  padding-bottom: 1em;
  border-bottom: 0.2666666667vw solid #ffa6c9;
  text-align: center;
  margin-bottom: 5.3333333333vw;
}
.make_right_list li {
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
}
.make_right_list li:not(:last-child) {
  margin-bottom: 4vw;
}
.make_left {
  width: 100%;
}
.make_dl {
  width: 100%;
  background: #fff;
  border: 0.2666666667vw solid #ffa6c9;
  padding: 4vw;
  text-align: center;
  margin-bottom: 4vw;
}
.make_dl dt {
  width: 100%;
  background: #e477a2;
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #fff;
  padding: 2.1333333333vw;
  margin-bottom: 4vw;
}
.make_dl dd {
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #1b1a16;
}
.make_sub {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5.3333333333vw;
  margin-top: 8vw;
}
.make_attention {
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  padding-top: 2.5em;
  border-top: 0.2666666667vw solid #ffa6c9;
  margin-top: 13.3333333333vw;
}

/*--------------------care--------------------*/
/*--------------------menu--------------------*/
.secondttl {
  margin-top: 50px;
}

.menu {
  width: 100%;
}
.menu_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column-reverse;
  gap: 12vw;
}
.menu_box {
  width: 100%;
  padding: 8vw 4vw;
  background: #fff;
  border: 0.2666666667vw solid #ffa6c9;
}
.menu_box:not(:last-child) {
  margin-bottom: 8vw;
}
.menu_box_ttl {
  font-size: 5.8666666667vw;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ffa6c9;
  font-family: "Hina Mincho", serif;
  padding-bottom: 1em;
  border-bottom: 0.2666666667vw solid #ffa6c9;
  text-align: center;
  margin-bottom: 5.3333333333vw;
}
.menu_item {
  font-size: 4vw;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 5.3333333333vw;
  padding-bottom: 0.9375em;
  padding-left: 0.625em;
  padding-right: 0.625em;
  border-bottom: 0.2666666667vw solid #d6d6d3;
}
.menu_item:not(:first-child) {
  padding-top: 0.9375em;
}
.menu_item_txt {
  width: 65%;
}
.menu_item_price {
  text-align: right;
  width: calc(100% - (65% + 5.3333333333vw));
}
.menu_attention {
  font-size: 4vw;
  line-height: 2.5em;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #78766d;
}

#second {
  background: url(/img/top/bgmake.png) no-repeat center center/cover;
}

#other {
  background: url(/img/nail/bg_pat.png) repeat center center/auto;
}
#other .menu_box {
  border: none;
}

.secondtxt {
  width: 100%;
}

/*--------------------menu--------------------*/
/*--------------------top--------------------*/
.worries {
  background: url(/img/top/bglist.png) no-repeat center center/cover;
  width: 100%;
}
.worries_ttl {
  text-align: center;
  margin-bottom: 13.3333333333vw;
}
.worries_ttl_main {
  font-family: "Hina Mincho", serif;
  font-size: 6.4vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.worries_ttl_main span {
  color: #caa465;
  position: relative;
  z-index: 1;
}
.worries_ttl_main span::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0%;
  left: 50%;
  width: 100%;
  height: 0.2666666667vw;
  background: #caa465;
  transform: translate(-50%, 0%);
}
.worries_ttl_sub {
  margin-bottom: 2.6666666667vw;
  font-family: "Tangerine", cursive;
  display: block;
  font-size: 9.3333333333vw;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #ffa6c9;
  font-weight: 700;
}
.worries_box {
  width: 100%;
  padding: 8vw 4vw;
  border: 0.2666666667vw solid #ffa6c9;
  position: relative;
  z-index: 1;
}
.worries_box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0%;
  left: 0%;
  width: 16vw;
  height: 16vw;
  transform: translate(-25%, -25%);
  background: url(/img/top/naname.png) no-repeat center center/contain;
}
.worries_box::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0%;
  right: 0%;
  width: 16vw;
  height: 16vw;
  transform: translate(25%, 25%);
  background: url(/img/top/naname.png) no-repeat center center/contain;
}
.worries_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5.3333333333vw;
  position: relative;
  z-index: 1;
}
.worries_list::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0%;
  left: 50%;
  width: 26.6666666667vw;
  height: 6.9333333333vw;
  transform: translate(-50%, -160%);
  background: url(/img/top/decolist.png) no-repeat center center/contain;
}
.worries_list li {
  width: 100%;
  font-size: 4.8vw;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Hina Mincho", serif;
  position: relative;
  z-index: 1;
  padding-left: 1.6em;
}
.worries_list li::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0%;
  width: 1em;
  height: 1em;
  transform: translate(0%, -50%);
  background: url(/img/top/peke.png) no-repeat center center/contain;
}

.sou {
  width: 100%;
}
.sou_ttl {
  text-align: center;
  margin-bottom: 8vw;
}
.sou_ttl span {
  font-size: 6.6666666667vw;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-family: "Hina Mincho", serif;
  text-align: center;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.sou_ttl img {
  width: 60%;
  margin-bottom: 1.8666666667vw;
  margin-right: 2.6666666667vw;
}
.sou_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: 5.3333333333vw;
}
.sou_img {
  width: 100%;
  height: 53.3333333333vw;
}
.sou_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sou_txt {
  width: 100%;
}

.point {
  width: 100%;
  background: url(/img/top/bgsalon.png) no-repeat center center/cover;
}
.point_ttl {
  position: relative;
  z-index: 1;
}
.point_ttl::after {
  content: "Point";
  position: absolute;
  z-index: -1;
  top: 0%;
  left: 50%;
  font-size: 9.3333333333vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  font-family: "Tangerine", cursive;
  color: #caa465;
  transform: translate(-50%, -100%);
}
.point_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12vw;
}
.point_item {
  width: 90.6666666667vw;
  height: 97.8666666667vw;
  background: url(/img/top/boxbg.png) no-repeat center center/contain;
  position: relative;
  z-index: 1;
  padding-top: 16vw;
}
.point_item_ttl {
  font-size: 6.6666666667vw;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  font-family: "Hina Mincho", serif;
  text-align: center;
  padding-bottom: 0.8em;
  position: relative;
  z-index: 1;
  margin-bottom: 5.3333333333vw;
}
.point_item_ttl::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0%;
  left: 50%;
  width: 100%;
  height: 0.8vw;
  background: url(/img/top/borderll.png) no-repeat center center/contain;
  transform: translate(-50%, 0%);
}
.point_item_txt {
  font-size: 4vw;
  line-height: 1.875em;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-align: center;
}
.point_num {
  position: absolute;
  z-index: -1;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 21.3333333333vw;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #caa465;
  font-family: "Tangerine", cursive;
}

.merit {
  width: 100%;
}
.merit_box {
  margin: 0 auto;
  padding: 16vw 4vw;
  width: 100%;
  background: url(/img/top/bgmerit.png) no-repeat center center/cover;
}
.merit_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 13.3333333333vw;
}
.merit_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5.3333333333vw;
}
.merit_list li {
  font-size: 4.8vw;
  line-height: 1.75em;
  letter-spacing: 0em;
  text-align: center;
  padding-top: 26.6666666667vw;
  font-family: "Hina Mincho", serif;
  width: 100%;
  height: 81.0666666667vw;
  background: url(/img/top/framemerit.png) no-repeat center center/contain;
}
.merit_list li span {
  color: #ffa6c9;
}
.merit_ttl {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}
.merit_ttl img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.merit_ttl::before {
  display: none;
  background: none;
}

.tip {
  width: 100%;
  padding: 0vw 4vw 20vw;
}
.tip_ttl {
  position: relative;
  z-index: 1;
}
.tip_ttl::after {
  content: "Made to order";
  position: absolute;
  z-index: -1;
  top: 0%;
  left: 50%;
  font-size: 9.3333333333vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  font-family: "Tangerine", cursive;
  color: #ffa6c9;
  transform: translate(-50%, -100%);
}
.tip_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8vw;
  justify-content: flex-end;
}
.tip_txt {
  width: 100%;
}
.tip_img {
  width: 100%;
}

.top_care {
  width: 100%;
  background: url(/img/top/bgtopcare.png) no-repeat center center/cover;
}
.top_care_ttl {
  position: relative;
  z-index: 1;
}
.top_care_ttl::after {
  content: "Care";
  position: absolute;
  z-index: -1;
  top: 0%;
  left: 50%;
  font-size: 9.3333333333vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  font-family: "Tangerine", cursive;
  color: #caa465;
  transform: translate(-50%, -100%);
}
.top_care_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8vw;
  margin-bottom: 8vw;
}
.top_care_btn {
  width: 100%;
  margin: 0 auto;
  padding: 4.5333333333vw;
  border-top: 0.2666666667vw solid #ffa6c9;
  border-bottom: 0.2666666667vw solid #ffa6c9;
  background: rgba(255, 255, 255, 0.5);
}
.top_care_btn p {
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 600;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #1b1a16;
  font-family: "Noto Serif", serif;
}
.top_care_btn p::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0%;
  width: 1.4375em;
  height: 0.4375em;
  transform: translate(0%, -50%);
  background: url(/img/top/arwww.png) no-repeat center center/contain;
}

.lgbt {
  width: 100%;
  overflow: hidden;
}
.lgbt_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 8vw;
}
.lgbt_ttl {
  position: relative;
  z-index: 1;
}
.lgbt_ttl::before {
  background: url(/img/top/decottlg.png) no-repeat center center/contain;
}
.lgbt_ttl::after {
  content: "Male / Lgbt";
  position: absolute;
  z-index: -1;
  top: 0%;
  left: 50%;
  font-size: 9.3333333333vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  font-family: "Tangerine", cursive;
  color: #caa465;
  transform: translate(-50%, -100%);
}
.lgbt_img {
  width: 90%;
  height: 128vw;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.lgbt_img::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0%;
  right: 0%;
  width: 111.4666666667vw;
  height: 109.6vw;
  transform: translate(30%, 20%);
  background: url(/img/top/decolgbt.png) no-repeat center center/contain;
}
.lgbt_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lgbt_txt {
  width: 100%;
}
.lgbt_box {
  width: 90%;
  padding: 21.3333333333vw 4vw 10.6666666667vw;
  margin: 0 auto;
  background: url(/img/top/lgbtbg.png) no-repeat center center/cover;
}

.kids {
  width: 100%;
  overflow: hidden;
}
.kids_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 8vw;
}
.kids_ttl {
  position: relative;
  z-index: 1;
}
.kids_ttl::before {
  background: url(/img/top/decottlg.png) no-repeat center center/contain;
}
.kids_ttl::after {
  content: "Male / Lgbt";
  position: absolute;
  z-index: -1;
  top: 0%;
  left: 50%;
  font-size: 9.3333333333vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  font-family: "Tangerine", cursive;
  color: #caa465;
  transform: translate(-50%, -100%);
}
.kids_img {
  width: 90%;
  margin: 0 auto;
  height: 128vw;
  position: relative;
  z-index: 1;
}
.kids_img::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0%;
  left: 0%;
  width: 111.4666666667vw;
  height: 109.6vw;
  transform: translate(-30%, 20%);
  background: url(/img/top/decolgbt.png) no-repeat center center/contain;
}
.kids_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kids_txt {
  width: 100%;
}
.kids_box {
  width: 90%;
  padding: 21.3333333333vw 4vw 10.6666666667vw;
  background: url(/img/top/kidsbg.png) no-repeat center center/cover;
}

.contact {
  width: 100%;
  background: url(/img/top/bgcontact.png) no-repeat center center/cover;
}
.contact_box {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 16vw 4vw 8vw;
}
.contact_ttl {
  position: relative;
  z-index: 1;
  font-size: 6.9333333333vw;
}
.contact_ttl::after {
  content: "Reserve / Contact";
  position: absolute;
  z-index: -1;
  top: 0%;
  left: 50%;
  font-size: 8vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  font-family: "Tangerine", cursive;
  color: #ffa6c9;
  transform: translate(-50%, -100%);
}
.contact_txt {
  width: 100%;
  background: rgba(255, 166, 201, 0.5);
  text-align: center;
  padding: 4vw;
  margin-bottom: 5.3333333333vw;
}
.contact_txt02 {
  color: #78766d;
  padding-bottom: 5.3333333333vw;
  border-bottom: 0.2666666667vw solid #ffa6c9;
  margin-bottom: 8vw;
}
.contact_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4vw;
  margin-bottom: 8vw;
}
.contact_tel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}
.contact_tel p {
  font-size: 9.3333333333vw;
  margin-bottom: 2.6666666667vw;
}
.contact_tel p span {
  font-size: 6.6666666667vw;
}
.contact_tel img {
  width: 60%;
  display: block;
}
.contact .header_dl_box {
  border-left: 0.2666666667vw solid #caa465;
  padding-left: 2.1333333333vw;
}
.contact .header_dl_box dt {
  font-size: 3.8666666667vw;
}
.contact .header_dl_box dd {
  font-size: 3.8666666667vw;
}
.contact_btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4vw;
}
.contact_btn01 {
  width: 100%;
  padding: 5.3333333333vw;
  border: 0.2666666667vw solid #ffa6c9;
  background: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
}
.contact_btn01:nth-child(1) p::before {
  background: url(/img/common/insta.png) no-repeat center center/contain;
}
.contact_btn01:nth-child(2) p::before {
  background: url(/img/common/line.png) no-repeat center center/contain;
}
.contact_btn01::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 10.6666666667vw;
  width: 6.1333333333vw;
  height: 1.8666666667vw;
  transform: translate(0%, -50%);
  background: url(/img/top/arwww.png) no-repeat center center/contain;
}
.contact_btn01 p {
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-family: "Noto Serif", serif;
  position: relative;
  z-index: 1;
  color: #1b1a16;
}
.contact_btn01 p::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 20%;
  width: 1.875em;
  height: 1.875em;
  transform: translate(0%, -50%);
}

.info {
  width: 100%;
}
.info_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 13.3333333333vw;
}
.info_ttl {
  position: relative;
  z-index: 1;
  width: 100%;
}
.info_ttl::before {
  width: 50.6666666667vw;
  height: 5.3333333333vw;
  bottom: 25%;
  background: url(/img/top/infottldeco.png) no-repeat center center/contain;
}
.info_ttl::after {
  content: "Reserve / Contact";
  position: absolute;
  z-index: -1;
  top: 0%;
  left: 50%;
  font-size: 8vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  font-family: "Tangerine", cursive;
  color: #ffa6c9;
  transform: translate(-50%, -100%);
}
.info_box {
  padding-top: 21.3333333333vw;
  width: 90%;
  height: 53.3333333333vw;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: url(/img/top/infodecort.png) no-repeat right 1% top 1%/15%, url(/img/top/infodecolb.png) no-repeat left 1% bottom 1%/15%, url(/img/top/bginfo.png) no-repeat center center/cover;
}
.info_box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: calc(100% + 5.3333333333vw);
  height: calc(100% + 5.3333333333vw);
  border: 0.2666666667vw solid #ffa6c9;
  transform: translate(-50%, -50%);
}
.info_box::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0%;
  right: 0%;
  width: 9.0666666667vw;
  height: 2.6666666667vw;
  transform: translate(-60%, -200%);
  background: url(/img/common/arw02.png) no-repeat center center/contain;
}

.top_news {
  width: 100%;
  background: url(/img/top/newsbg.png) no-repeat center center/cover;
}
.top_news_box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 4vw;
  border-bottom: 1.0666666667vw double #caa465;
  margin-bottom: 8vw;
}
.top_news_ttl {
  font-size: 7.4666666667vw;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Hina Mincho", serif;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 2em;
}
.top_news_ttl::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0%;
  width: 1.5142857143em;
  height: 0.7714285714em;
  transform: translate(0%, -50%);
  background: url(/img/top/newsttldeco.png) no-repeat center center/contain;
}
.top_news_ttl::after {
  content: "News/Blog";
  position: absolute;
  z-index: -1;
  top: -10%;
  left: 0%;
  font-size: 9.3333333333vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  font-family: "Tangerine", cursive;
  color: #caa465;
  transform: translate(0%, -100%);
}
.top_news_btn {
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-top: 8vw;
  text-align: center;
  color: #1b1a16;
}
.top_news_btn p {
  display: inline-block;
  padding-right: 1.875em;
  z-index: 1;
  position: relative;
  font-family: "Noto Serif", serif;
}
.top_news_btn p::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0%;
  width: 1.4375em;
  height: 0.4375em;
  transform: translate(0%, -50%);
  background: url(/img/top/arwww.png) no-repeat center center/contain;
}

/*--------------------top--------------------*/
.sub_ttl {
  font-size: 7.2vw;
}

.drawer_tel p {
  font-size: 9.3333333333vw;
}
.drawer_tel img {
  width: 50%;
  margin-top: 1.3333333333vw;
}
.drawer_flex {
  margin-top: 8vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5.3333333333vw;
}
.drawer_dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2.6666666667vw;
  margin-top: 5.3333333333vw;
}
.drawer_dl_box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.drawer_dl_box dt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 3.4666666667vw;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #caa465;
  padding-right: 0.7692307692em;
  margin-right: 0.7692307692em;
  border-right: 0.2666666667vw solid #caa465;
}
.drawer_dl_box dd {
  font-size: 3.4666666667vw;
  line-height: 1.5384615385em;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #1b1a16;
}
.drawer_sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5.3333333333vw;
}
.drawer_sns li {
  width: 8vw;
  height: 8vw;
}
.drawer_sns li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.drawer_hotbtn {
  width: 53.3333333333vw;
  border: 0.2666666667vw solid #ffa6c9;
  padding: 4.2666666667vw;
  text-align: center;
}
.drawer_hotbtn p {
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #ffa6c9;
  font-family: "Noto Serif", serif;
}/*# sourceMappingURL=style_sp.css.map */