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

/*--------------------cmn--------------------*/
.cmn_tel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cmn_tel p {
  margin-right: 10px;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #1b1a16;
  font-family: "Hina Mincho", serif;
}
.cmn_tel p span {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ffa6c9;
  margin-right: 10px;
}

/*--------------------cmn--------------------*/
/*--------------------header--------------------*/
.header {
  width: 100%;
  padding: 15px 20px;
  background: #fff;
}
.header_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.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: 1px 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: 1px solid #ffa6c9;
  padding: 16px;
  text-align: center;
}
.header_hotbtn p {
  font-size: 16px;
  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: 1px solid #ffa6c9;
}
.header_nav_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  justify-content: flex-end;
}
.header_nav_item {
  font-size: 16px;
  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: 100px 0;
}
.footer_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.footer_logo {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ffa6c9;
}
.footer_info {
  width: 570px;
}
.footer_dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.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: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #caa465;
  padding-right: 0.625em;
  margin-right: 0.625em;
  border-right: 1px solid #caa465;
}
.footer_dl_box dd {
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #1b1a16;
}
.footer_tel img {
  margin-top: 5px;
}
.footer_tel p {
  font-size: 35px;
}
.footer_tel p span {
  font-size: 25px;
}
.footer_address {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 30px;
}
.footer_nav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 60px;
}
.footer_nav_item {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-family: "Hina Mincho", serif;
}
.footer_nav_item:not(:last-child) {
  margin-bottom: 30px;
}

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

/*--------------------footer--------------------*/
/*--------------------mv--------------------*/
/*--------------------swiper--------------------*/
.mv {
  width: 100%;
  height: clamp(546.66px, 42.7083333333vw, 820px);
  position: relative;
  z-index: 1;
}
.mv_catch {
  width: 36.09375%;
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 6.25%;
  transform: translate(0%, -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: 450px;
}
.sv_img {
  width: 78.125%;
  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: 510px;
  height: 330px;
  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: 3.125%;
  transform: translate(0%, -50%);
}
.sv_catch span {
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  font-family: "Hina Mincho", serif;
}

/*--------------------sv--------------------*/
.cmn_ttl {
  font-size: 35px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #1b1a16;
  text-align: center;
  position: relative;
  z-index: 1;
  padding-bottom: 2em;
  font-family: "Hina Mincho", serif;
  margin-bottom: 30px;
}
.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: 1px solid #ffa6c9;
  padding: 60px;
}
.cmn_dl_box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  font-size: 16px;
  line-height: 1.875em;
  letter-spacing: 0.05em;
}
.cmn_dl_box:not(:last-child) {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #d6d6d3;
}
.cmn_dl_box dt {
  width: 230px;
  padding: 0px 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #ffa6c9;
}
.cmn_dl_box dd {
  width: calc(100% - 230px);
  padding: 0px 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cmn_dl_box dd img {
  width: 25%;
  margin-left: 10px;
}

/*--------------------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: 100px;
  justify-content: center;
  padding: 40px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #caa465;
  margin-bottom: 40px;
}
.access_list li {
  font-size: 25px;
  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: 350px;
}
.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: 60px;
  background: #fff8fa;
}
.voice_box:not(:last-child) {
  margin-bottom: 40px;
}
.voice_box_ttl {
  font-size: 25px;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  font-family: "Hina Mincho", serif;
  padding-bottom: 20px;
  border-bottom: 1px solid #caa465;
  margin-bottom: 20px;
}
.voice_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
.voice_dl {
  width: calc(100% - 230px);
}
.voice_dl_box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
}
.voice_dl_box:not(:last-child) {
  margin-bottom: 10px;
}
.voice_dl_box dt {
  width: 140px;
  text-align: center;
  padding: 0.375em;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #fff;
  background: #ffa6c9;
}
.voice_dl_box dd {
  width: calc(100% - 160px);
  font-size: 16px;
}
.voice_img {
  width: 200px;
  height: 200px;
}
.voice_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*--------------------voice--------------------*/
/*--------------------stuff--------------------*/
.stuff {
  width: 100%;
}
.stuff_box {
  width: 100%;
  padding: 60px;
  border: 1px solid #ffa6c9;
}
.stuff_box:not(:last-child) {
  margin-bottom: 60px;
}
.stuff_box_ttl {
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ffa6c9;
  font-family: "Hina Mincho", serif;
  padding-bottom: 25px;
  border-bottom: 1px solid #ffa6c9;
  margin-bottom: 25px;
}
.stuff_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 60px;
}
.stuff_dl {
  width: calc(100% - 330px);
}
.stuff_dl_box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  font-size: 16px;
  line-height: 1.875em;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.stuff_dl_box:not(:last-child) {
  margin-bottom: 20px;
}
.stuff_dl_box dt {
  width: 200px;
  padding: 10px;
  margin-right: 20px;
  border-right: 1px solid #caa465;
  color: #caa465;
}
.stuff_dl_box dd {
  width: calc(100% - 220px);
  padding: 10px;
}
.stuff_img {
  width: 270px;
  height: 270px;
}
.stuff_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*--------------------stuff--------------------*/
/*--------------------care--------------------*/
.cmn_txt {
  font-size: 16px;
  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: 0;
}
.care_box {
  width: 560px;
  margin-top: 20px;
}
.care_dl {
  width: 100%;
  background: #f6f3ec;
  margin-top: 20px;
  padding: 30px;
  text-align: center;
}
.care_dl dt {
  width: 100%;
  background: #caa465;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #fff;
  padding: 10px;
  margin-bottom: 20px;
}
.care_dl dd {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #1b1a16;
}
.care_img {
  width: 530px;
  height: 460px;
  margin-right: -10px;
}
.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: 80px;
}
.maki_box {
  width: 560px;
  margin-top: 20px;
}
.maki_dl {
  width: 100%;
  background: #fff;
  border: 1px solid #ffa6c9;
  margin-top: 20px;
  padding: 30px;
  text-align: center;
}
.maki_dl dt {
  width: 100%;
  background: #e477a2;
  font-size: 16px;
  line-height: 1.875em;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #fff;
  padding: 10px;
  margin-bottom: 20px;
}
.maki_dl dd {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #1b1a16;
}
.maki_img {
  width: 530px;
  height: 460px;
  margin-right: -90px;
}
.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: 0;
}
.asi_box {
  width: 560px;
  margin-top: 20px;
}
.asi_dl {
  width: 100%;
  background: #f6f3ec;
  margin-top: 20px;
  padding: 30px;
  text-align: center;
}
.asi_dl dt {
  width: 100%;
  background: #caa465;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #fff;
  padding: 10px;
  margin-bottom: 20px;
}
.asi_dl dd {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #1b1a16;
}
.asi_img {
  width: 530px;
  height: 610px;
  margin-right: -10px;
}
.asi_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.asi_txt {
  margin-bottom: 20px;
}

.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: 40px;
}
.make_left {
  margin-top: 10px;
}
.make_txt {
  margin-bottom: 50px;
}
.make_btn {
  width: 400px;
  margin: 0 auto;
  padding: 17px;
  border-top: 1px solid #ffa6c9;
  border-bottom: 1px solid #ffa6c9;
}
.make_btn p {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 600;
  position: relative;
  z-index: 1;
  font-family: "Noto Serif", serif;
  text-align: center;
}
.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: 480px;
}
.make_right_box {
  width: 100%;
  padding: 30px;
  background: #fff;
  border: 1px solid #ffa6c9;
}
.make_right_txt {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ffa6c9;
  font-family: "Hina Mincho", serif;
  padding-bottom: 1.25em;
  border-bottom: 1px solid #ffa6c9;
  text-align: center;
  margin-bottom: 20px;
}
.make_right_list li {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
}
.make_right_list li:not(:last-child) {
  margin-bottom: 15px;
}
.make_left {
  width: calc(100% - 520px);
}
.make_dl {
  width: 100%;
  background: #fff;
  border: 1px solid #ffa6c9;
  padding: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.make_dl dt {
  width: 100%;
  background: #e477a2;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #fff;
  padding: 10px;
  margin-bottom: 20px;
}
.make_dl dd {
  font-size: 16px;
  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: 30px;
  margin-top: 40px;
}
.make_attention {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  padding-top: 2.5em;
  border-top: 1px solid #ffa6c9;
  margin-top: 120px;
}

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

.menu_big .menu:nth-child(2) {
  background: url(/img/top/bgmake.png) no-repeat center center/cover;
}
.menu_big .menu:nth-child(3) {
  background: url(/img/top/bgother) no-repeat center center/cover;
}

.menu {
  width: 100%;
}
.menu_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column-reverse;
  gap: 60px;
}
.menu_box {
  width: 100%;
  padding: 60px;
  background: #fff;
  border: 1px solid #ffa6c9;
}
.menu_box_ttl {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ffa6c9;
  font-family: "Hina Mincho", serif;
  padding-bottom: 1em;
  border-bottom: 1px solid #ffa6c9;
  text-align: center;
  margin-bottom: 30px;
}
.menu_item {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px;
  padding-bottom: 0.9375em;
  padding-left: 0.625em;
  padding-right: 0.625em;
  border-bottom: 1px solid #d6d6d3;
}
.menu_item:not(:first-child) {
  padding-top: 0.9375em;
}
.menu_item_txt {
  width: 70%;
}
.menu_item_price {
  text-align: right;
  width: calc(100% - (70% + 30px));
}
.menu_attention {
  font-size: 16px;
  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;
}

/*--------------------menu--------------------*/
/*--------------------top--------------------*/
.worries {
  background: url(/img/top/bglist.png) no-repeat center center/cover;
  width: 100%;
}
.worries_ttl {
  text-align: center;
  margin-bottom: 70px;
}
.worries_ttl_main {
  font-family: "Hina Mincho", serif;
  font-size: 35px;
  line-height: 1;
  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: 1px;
  background: #caa465;
  transform: translate(-50%, 0%);
}
.worries_ttl_sub {
  margin-bottom: 10px;
  font-family: "Tangerine", cursive;
  display: block;
  font-size: 45px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #ffa6c9;
  font-weight: 700;
}
.worries_box {
  width: 100%;
  padding: 50px;
  border: 1px solid #ffa6c9;
  position: relative;
  z-index: 1;
}
.worries_box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0%;
  left: 0%;
  width: 108px;
  height: 108px;
  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: 108px;
  height: 108px;
  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: 30px 20px;
  position: relative;
  z-index: 1;
}
.worries_list::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0%;
  left: 50%;
  width: 122px;
  height: 35px;
  transform: translate(-50%, -200%);
  background: url(/img/top/decolist.png) no-repeat center center/contain;
}
.worries_list li {
  width: 312px;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Hina Mincho", serif;
  position: relative;
  z-index: 1;
  padding-left: 1.6em;
}
.worries_list li:last-child {
  width: 500px;
}
.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: 50px;
}
.sou_ttl span {
  font-size: 35px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Hina Mincho", serif;
  text-align: center;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-left: 100px;
  padding-right: 100px;
}
.sou_ttl span::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0%;
  width: 2.4285714286em;
  height: 1.2285714286em;
  transform: translate(0%, -50%);
  background: url(/img/top/decottll.png) no-repeat center center/contain;
}
.sou_ttl span::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0%;
  width: 2.4285714286em;
  height: 1.2285714286em;
  transform: translate(0%, -50%);
  background: url(/img/top/decottlr.png) no-repeat center center/contain;
}
.sou_ttl img {
  margin-right: 10px;
}
.sou_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.sou_img {
  width: 820px;
  height: 481px;
  margin-left: -100px;
  margin-right: -30px;
}
.sou_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sou_txt {
  margin-top: 30px;
  width: calc(100% - 690px);
}

.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: 45px;
  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: 80px 30px;
}
.point_item {
  width: 340px;
  height: 367px;
  background: url(/img/top/boxbg.png) no-repeat center center/contain;
  position: relative;
  z-index: 1;
  padding-top: 50px;
}
.point_item_ttl {
  font-size: 25px;
  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: 20px;
}
.point_item_ttl::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0%;
  left: 50%;
  width: 100%;
  height: 3px;
  background: url(/img/top/borderll.png) no-repeat center center/contain;
  transform: translate(-50%, 0%);
}
.point_item_txt {
  font-size: 16px;
  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: 80px;
  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: 120px 0;
  width: max(89.5833333333%, 1280px);
  background: url(/img/top/bgmerit.png) no-repeat center center/cover;
}
.merit_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px;
}
.merit_list {
  width: 660px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.merit_list li {
  font-size: 20px;
  line-height: 1.75em;
  letter-spacing: 0em;
  text-align: center;
  padding-top: 100px;
  font-family: "Hina Mincho", serif;
  width: 320px;
  height: 304px;
  background: url(/img/top/framemerit.png) no-repeat center center/contain;
}
.merit_list li:nth-child(3) {
  padding-top: 90px;
}
.merit_list li:nth-child(4) {
  padding-top: 90px;
}
.merit_list li span {
  color: #ffa6c9;
}
.merit_ttl::before {
  background: none;
}

.tip {
  width: 100%;
}
.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: 45px;
  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: 100px;
  justify-content: flex-end;
  padding-right: 90px;
}
.tip_txt {
  width: 420px;
}
.tip_img {
  width: 46.3541666667%;
}

.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: 45px;
  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: 120px;
  margin-bottom: 60px;
}
.top_care_btn {
  width: 400px;
  margin: 0 auto;
  padding: 17px;
  border-top: 1px solid #ffa6c9;
  border-bottom: 1px solid #ffa6c9;
  background: rgba(255, 255, 255, 0.5);
}
.top_care_btn p {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 600;
  position: relative;
  z-index: 1;
  text-align: center;
  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%;
}
.lgbt_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.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: 45px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  font-family: "Tangerine", cursive;
  color: #caa465;
  transform: translate(-50%, -100%);
}
.lgbt_img {
  width: 440px;
  height: 580px;
  margin-left: -40px;
  position: relative;
  z-index: 1;
}
.lgbt_img::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0%;
  right: 0%;
  width: 418px;
  height: 411px;
  transform: translate(30%, 20%);
  background: url(/img/top/decolgbt.png) no-repeat center center/contain;
}
@media screen and (min-width: 480px) {
  .lgbt_img::before {
    transform: translate(6%, 20%);
  }
}
.lgbt_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lgbt_txt {
  width: 360px;
}
.lgbt_box {
  padding-right: 120px;
  padding-top: 150px;
  padding-bottom: 70px;
  margin-bottom: 20px;
  background: url(/img/top/lgbtbg.png) no-repeat center center/cover;
  padding-left: 28.125%;
}

.kids {
  width: 100%;
}
.kids_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  flex-direction: row-reverse;
  justify-content: flex-start;
}
.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: 45px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  font-family: "Tangerine", cursive;
  color: #caa465;
  transform: translate(-50%, -100%);
}
.kids_img {
  width: 440px;
  height: 580px;
  margin-right: -40px;
  position: relative;
  z-index: 1;
}
.kids_img::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0%;
  left: 0%;
  width: 418px;
  height: 411px;
  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: 360px;
}
.kids_box {
  padding-right: 28.125%;
  padding-top: 150px;
  padding-bottom: 70px;
  margin-bottom: 20px;
  background: url(/img/top/kidsbg.png) no-repeat center center/cover;
  padding-left: 120px;
}

.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: 80px 100px;
}
.contact_ttl {
  position: relative;
  z-index: 1;
}
.contact_ttl::after {
  content: "Reserve / Contact";
  position: absolute;
  z-index: -1;
  top: 0%;
  left: 50%;
  font-size: 45px;
  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: 30px;
  margin-bottom: 30px;
}
.contact_txt02 {
  color: #78766d;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #ffa6c9;
  margin-bottom: 35px;
}
.contact_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.contact_tel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  margin-right: 35px;
}
.contact_tel p {
  font-size: 35px;
  margin-bottom: 10px;
}
.contact_tel p span {
  font-size: 25px;
}
.contact_tel p img {
  width: 100%;
  display: block;
}
.contact .header_dl_box {
  border-left: 1px solid #caa465;
  padding-left: 12px;
}
.contact .header_dl_box dt {
  font-size: 16px;
}
.contact .header_dl_box dd {
  font-size: 16px;
}
.contact_btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.contact_btn01 {
  width: 400px;
  padding: 26px;
  border: 1px 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: 40px;
  width: 23px;
  height: 7px;
  transform: translate(0%, -50%);
  background: url(/img/top/arwww.png) no-repeat center center/contain;
}
.contact_btn01 p {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-family: "Noto Serif", serif;
  position: relative;
  z-index: 1;
}
.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: 80px;
  width: 1180px;
  margin: 0 auto;
}
.info_ttl {
  position: relative;
  z-index: 1;
  width: 100%;
}
.info_ttl::before {
  width: 190px;
  height: 20px;
  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: 45px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  font-family: "Tangerine", cursive;
  color: #ffa6c9;
  transform: translate(-50%, -100%);
}
.info_box {
  padding-top: 90px;
  width: 540px;
  height: 280px;
  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% + 20px);
  height: calc(100% + 20px);
  border: 1px solid #ffa6c9;
  transform: translate(-50%, -50%);
}
.info_box::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0%;
  right: 0%;
  width: 34px;
  height: 10px;
  transform: translate(-80%, -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: 30px;
  border-bottom: 4px double #caa465;
  margin-bottom: 20px;
}
.top_news_ttl {
  font-size: 35px;
  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: 0%;
  left: 0%;
  font-size: 45px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  font-family: "Tangerine", cursive;
  color: #caa465;
  transform: translate(0%, -100%);
}
.top_news_btn {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 600;
  position: relative;
  z-index: 1;
  padding-right: 3.125em;
  font-family: "Noto Serif", serif;
}
.top_news_btn::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--------------------*//*# sourceMappingURL=style.css.map */