/* Amour Beauty Salon - PC / Smartphone merged stylesheet */
/* スマホ版CSS：元のstyle.cssをそのまま使用 */
@media screen and (max-width: 768px) {
  .pc-layout { display: none !important; }
  .sp-layout { display: block; }

.frame {
    background-color: #ffffff;
    overflow: hidden;
    width: 100%;
    max-width: auto;
    margin: 0 auto;
    min-height: 3085px;
    position: relative;
  }

html {
	scroll-behavior: smooth;
}

section {
  scroll-margin-top: 63px;
}

.frame .IMG-1{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 552px;
  aspect-ratio: 0.89;
  object-fit: cover;
}

.frame .div {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
  left: 50%;
  transform: translateX(-50%);
}

.frame .div-2 {
  display: flex;
  flex-direction: column;
  width: 393px;
  height: 552px;
  align-items: center;
  gap: 18px;
  padding: 0px 0px 212px;
  position: relative;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.sticky-header-box {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 61px;
  z-index: 9999;
  background-color: #ffffff;
}

/* メニューを開いたときのボタンの重なり順だけ、新コンテナよりさらに手前に設定 */
.frame .div-4 {
  z-index: 10001;
}

/* メニュー画面の重なり順も新コンテナのすぐ裏（最前面）に設定 */
.nav_content {
  z-index: 9998;
}

.sticky-header-box .frame-wrapper {
  display: flex;
  flex-direction: column;
  width: 393px;
  height: 45px;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 16px 0px 0px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.sticky-header-box .div-3 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0px 8px;
  position: relative;
  box-sizing: border-box;
}

.frame .logo-wrapper {
  display: flex;
  width: 62px;
  align-items: center;
  justify-content: center;
  gap: 416px;
  position: relative;
}

.frame .logo {
  display: flex;
  flex-direction: column;
  width: 62px;
  align-items: center;
  position: relative;
}

.frame .text-wrapper {
  position: relative;
  width: 53px;
  height: 16px;
  margin-top: -1px;
  font-family: "Didot-Regular", serif;
  font-weight: 400;
  color: #cbabb8;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.frame .text-wrapper-2 {
  position: relative;
  width: 35px;
  height: 13px;
  font-family: "Great Vibes", serif;
  font-weight: 400;
  color: #cbabb8;
  font-size: 8px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.drawer_hidden {
  display: none;
}

.sticky-header-box .div-4 {
  display: flex;
  width: 47px;
  height: 28px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10001;/* 重なり順を一番上にする */
  cursor: pointer;
}

.div-4 span,
.div-4 span:before,
.div-4 span:after {
  content: '';
  display: block;
  height: 2px;
  width: 50px;
  border-radius: 3px;
  background: #977a7e;
  transition: 0.5s;
  position: absolute;
}

.div-4 span:before {
  bottom: 16px;
}

.div-4 span:after {
  top: 16px;
}

#drawer_input:checked ~ .div-4 span {
  background: rgba(255, 255, 255, 0);
}

#drawer_input:checked ~ .div-4 span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .div-4 span::after {
  top: 0;
  transform: rotate(-45deg);
}

.frame .frame-wrapper-5{
  flex-direction: column;
  width: 393px;
  height: 65px;
  gap: 10px;
  padding: 11px 95px;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  display: flex;
  align-items: center;
}

.frame .logo-wrapper-2{
  flex-direction: column;
  gap: 10px;
  padding: 0px 4px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.frame .logo-2{
  display: flex;
  flex-direction: column;
  width: 62px;
  left: -10px;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.frame .text-wrapper-31{
  position: relative;
  width: 53px;
  height: 16px;
  margin-top: -1px;
  font-family: "Didot-Regular", serif;
  font-weight: 400;
  color: #cbabb8;
  font-size: 22px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.frame .text-wrapper-32 {
  position: relative;
  width: 35px;
  height: 13px;
  top: 10px;
  font-family: "Great Vibes", serif;
  font-weight: 400;
  color: #cbabb8;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.frame .div-26{
  flex-direction: column;
  width: 393px;
  gap: 2px;
  position: relative;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.frame .div-wrapper-15{
  height: 26px;
  justify-content: center;
  gap: 10px;
  padding: 0px 50px;
  position: relative;
  align-self: stretch;
  width: 100vw;
  background-color: #ffffff;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #cbabb0;
  display: flex;
  align-items: center;
}

.frame .text-wrapper-33{
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Honoka", serif;
  font-weight: 300;
  color: #977a7e;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
}

.frame .div-wrapper-16{
  height: 26px;
  justify-content: center;
  gap: 10px;
  padding: 0px 69px;
  position: relative;
  align-self: stretch;
  width: 100vw;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #cbabb0;
  display: flex;
  align-items: center;
}

.frame .div-wrapper-17{
  height: 26px;
  justify-content: center;
  gap: 10px;
  padding: 0px 86px;
  position: relative;
  align-self: stretch;
  width: 100vw;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #cbabb0;
  display: flex;
  align-items: center;
}

.frame .div-wrapper-18{
  height: 26px;
  justify-content: center;
  gap: 10px;
  padding: 0px 68px;
  position: relative;
  align-self: stretch;
  width: 100vw;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #cbabb0;
  display: flex;
  align-items: center;
}

.frame .div-wrapper-19{
  height: 26px;
  justify-content: center;
  gap: 10px;
  padding: 0px 59px;
  position: relative;
  align-self: stretch;
  width: 100vw;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #cbabb0;
  display: flex;
  align-items: center;
}

.frame .div-wrapper-20{
  height: 26px;
  justify-content: center;
  gap: 10px;
  padding: 0px 74px;
  position: relative;
  align-self: stretch;
  width: 100vw;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #cbabb0;
  display: flex;
  align-items: center;
}

.frame .text-wrapper-34{
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Honoka", serif;
  font-weight: 300;
  color: #4f383b;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
}

.nav_content {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: -100vh;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  background: #ffffff;
  transition: 0.5s;
  text-align: center;
  padding-top: 60px;
  box-sizing: border-box;
}

#drawer_input:checked ~ .nav_content {
  top: 0;
}

.frame .vector {
  position: relative;
  width: 47px;
  height: 1px;
  margin-top: -0.5px;
  object-fit: cover;
}

.frame .img {
  position: relative;
  width: 47px;
  height: 1px;
  object-fit: cover;
}

.frame .vector-2 {
  position: relative;
  width: 47px;
  height: 1px;
  margin-bottom: -0.5px;
  object-fit: cover;
}

.frame .div-wrapper {
  display: flex;
  flex-direction: column;
  width: 393px;
  height: 423px;
  top: 63px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 203px 10px 190px 23px;
  position: relative;
  margin-bottom: -146px;
  background-image: url(image/IMG_2194\ 2\ 2.png);
  background-size: cover;
  background-position: 50% 50%;
}

.frame .text-wrapper-3 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  color: #cbabb8;
  font-size: 20px;
  line-height: normal;
  font-family: "Honoka", serif;
  font-weight: 300;
  letter-spacing: 0;
}

.frame .background-base {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 670px;
  background-color: #eee8e7;
}

.frame .div-5 {
  position: absolute;
  top: 552px;
  width: 393px;
  height: 670px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #eee8e7;
}

.frame .div-wrapper-2 {
  display: flex;
  width: 100vw;
  height: 30px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 9px 514px;
  position: absolute;
  top: 26px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff47;
}

.frame .text-wrapper-4 {
  position: relative;
  width: fit-content;
  margin-top: -7px;
  margin-bottom: -5px;
  margin-left: -369px;
  margin-right: -369px;
  text-shadow: 4px 4px 4px #00000040;
  color: #96797e;
  font-size: 16px;
  line-height: normal;
  font-family: "Honoka", serif;
  font-weight: 300;
  letter-spacing: 0;
}

.frame .div-6 {
  display: flex;
  flex-direction: column;
  width: 318px;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  position: absolute;
  top: 85px;
  left: 50%;
  transform: translateX(-50%);
}

.frame .text-wrapper-5 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  text-shadow: 0px 4px 4px #00000040;
  color: #c87171;
  font-size: 14px;
  line-height: normal;
  font-family: "Honoka", serif;
  font-weight: 300;
  letter-spacing: 0;
}

.frame .text-wrapper-6 {
  position: relative;
  width: fit-content;
  margin-right: -3px;
  color: #00000094;
  font-size: 8px;
  line-height: normal;
  font-family: "Honoka", serif;
  font-weight: 300;
  letter-spacing: 0;
}

.frame .IMG {
  position: absolute;
  box-shadow: 5px 10px 20px #cbabb0;
  top: 255px;
  left: 27px;
  width: 221px;
  height: 168px;
  aspect-ratio: 1.33;
  border-radius: 10px;
  object-fit: cover;
}

.frame .IMG-2 {
  position: absolute;
  box-shadow: 5px 10px 20px #977a7e;
  top: 450px;
  left: 145px;
  width: 222px;
  height: 167px;
  aspect-ratio: 1.33;
  border-radius: 10px;
  object-fit: cover;
}

.frame .div-7 {
  position: relative;
  width: 393px;
  height: 409px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
}

.frame .div-wrapper-3 {
  display: flex;
  width: 100vw;
  height: 30px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0px 518px;
  position: absolute;
  top: 17px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff47;
}

.frame .text-wrapper-7 {
  position: relative;
  width: fit-content;
  margin-left: -366.5px;
  margin-right: -366.5px;
  text-shadow: 4px 4px 4px #00000040;
  color: #977a7e;
  font-size: 16px;
  line-height: normal;
  font-family: "Honoka", serif;
  font-weight: 300;
  letter-spacing: 0;
}

.frame .IMG-3 {
  position: absolute;
  top: 94px;
  left: 112px;
  width: 281px;
  height: 158px;
  aspect-ratio: 0.56;
  object-fit: cover;
}

.frame .IMG-4 {
  position: absolute;
  top: 61px;
  left: 170px;
  width: 223px;
  height: 167px;
  aspect-ratio: 1.33;
  object-fit: cover;
}

.frame .div-8 {
  display: flex;
  flex-direction: column;
  width: 393px;
  align-items: flex-start;
  position: absolute;
  top: 266px;
  left: 0;
}

.frame .div-wrapper-4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 1px 142px;
  position: relative;
  align-self: stretch;
  width: 100vw;
  flex: 0 0 auto;
  background-color: #eee8e7;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #cbabb0;
  left: 50%;
  transform: translateX(-50%);
}

.frame .text-wrapper-8 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  color: #977a7e;
  font-size: 16px;
  line-height: normal;
  font-family: "Honoka", serif;
  font-weight: 300;
  letter-spacing: 0;
}

.frame .div-wrapper-5 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 1px 145px;
  position: relative;
  align-self: stretch;
  width: 100vw;
  flex: 0 0 auto;
  background-color: #eee8e7;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #cbabb0;
  left: 50%;
  transform: translateX(-50%);
}

.frame .text-wrapper-9 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  color: #977a7e;
  font-size: 16px;
  text-align: center;
  line-height: normal;
  font-family: "Honoka", serif;
  font-weight: 300;
  letter-spacing: 0;
}

.frame .div-wrapper-4:hover .text-wrapper-8,
.frame .div-wrapper-5:hover .text-wrapper-9,
.frame .div-wrapper-6:hover .text-wrapper-10 {
  color: #cbabb0;
}

.frame .div-wrapper-6 {
  display: flex;
  height: 26px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0px 180px;
  position: relative;
  align-self: stretch;
  width: 100vw;
  background-color: #eee8e7;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #cbabb0;
  left: 50%;
  transform: translateX(-50%);
}

.frame .text-wrapper-10 {
  position: relative;
  width: fit-content;
  color: #977a7e;
  font-size: 16px;
  text-align: center;
  line-height: normal;
  font-family: "Honoka", serif;
  font-weight: 300;
  letter-spacing: 0;
}

.frame .text-wrapper-11 {
  position: absolute;
  top: 350px;
  left: 117px;
  width: 171px;
  color: #000000;
  font-size: 7px;
  line-height: normal;
  font-family: "Honoka", serif;
  font-weight: 300;
  letter-spacing: 0;
}

.frame .frame-wrapper-2 {
  display: flex;
  flex-direction: column;
  width: 99px;
  height: 24px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0px 3px;
  position: absolute;
  top: 368px;
  left: 140px;
  background-color: #ffffff;
  border: 1px solid;
  border-color: #cbabb0;
}

.frame .frame-wrapper-2:hover{
    outline: 2px solid #cbabb0;
  }

.frame .div-9 {
  display: flex;
  width: 91px;
  align-items: center;
  gap: 15px;
  position: relative;
  flex: 0 0 auto;
}

.frame .text-wrapper-12 {
  position: relative;
  width: fit-content;
  left: 5px;
  margin-top: -1px;
  color: #000000;
  font-size: 9px;
  line-height: normal;
  font-family: "Honoka", serif;
  font-weight: 300;
  letter-spacing: 0;
}

.frame .vector-3 {
  position: relative;
  width: 6.17px;
  height: 7.82px;
}

.frame .background-base-1 {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 414px;
  background-color: #eee8e7;
}

.frame .div-10 {
  position: absolute;
  top: 1631px;
  width: 393px;
  height: 414px;
  background-color: #eee8e7;
  left: 50%;
  transform: translateX(-50%);
}

.frame .div-wrapper-7 {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: 100vw;
  height: 30px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 9px 514px;
  background-color: #ffffff47;
}

.frame .text-wrapper-13 {
  position: relative;
  width: fit-content;
  margin-top: -7px;
  margin-bottom: -5px;
  margin-left: -360.5px;
  margin-right: -360.5px;
  text-shadow: 4px 4px 4px #00000040;
  color: #96797e;
  font-size: 16px;
  line-height: normal;
  font-family: "Honoka", serif;
  font-weight: 300;
  letter-spacing: 0;
}

.frame .div-11 {
  display: flex;
  flex-direction: column;
  width: 305px;
  align-items: flex-start;
  gap: 12px;
  position: absolute;
  top: 71px;
}

.frame .div-12 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame .text-wrapper-14 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Honoka", serif;
  font-weight: 300;
  color: #000000;
  font-size: 10px;
  letter-spacing: 0;
  line-height: normal;
}

.frame .text-wrapper-15 {
  position: relative;
  align-self: stretch;
  font-family: "Honoka", serif;
  font-weight: 300;
  color: #000000;
  font-size: 8px;
  letter-spacing: 0;
  line-height: normal;
}

.frame .background-base-2 {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 533px;
  background-color: #977a7e;
}

.frame .div-13 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 2045px;
  width: 393px;
  height: 533px;
  background-color: #977a7e;
}

.frame .div-wrapper-8 {
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: 100vw;
  height: 30px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 9px 514px;
  background-color: #ffffff47;
}

.frame .text-wrapper-16 {
  position: relative;
  width: fit-content;
  margin-top: -7px;
  margin-bottom: -5px;
  margin-left: -346.5px;
  margin-right: -346.5px;
  text-shadow: 4px 4px 4px #00000040;
  color: #96797e;
  font-size: 16px;
  line-height: normal;
  font-family: "Honoka", serif;
  font-weight: 300;
  letter-spacing: 0;
}

.frame .div-14 {
  display: flex;
  flex-direction: column;
  width: 296px;
  align-items: flex-start;
  gap: 4px;
  position: absolute;
  top: 83px;
  left: 48px;
}

.frame .div-15 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame .text-wrapper-17 {
  position: relative;
  align-self: stretch;
  height: 14px;
  margin-top: -1px;
  font-family: "Honoka", serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.frame .text-wrapper-18 {
  position: relative;
  align-self: stretch;
  height: 16px;
  color: #ffffff;
  font-size: 10px;
  line-height: 20px;
  white-space: nowrap;
  font-family: "Honoka", serif;
  font-weight: 300;
  letter-spacing: 0;
}

.frame .text-wrapper-19 {
  position: relative;
  align-self: stretch;
  height: 15px;
  font-family: "Honoka", serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.frame .text-wrapper-20 {
  position: relative;
  align-self: stretch;
  font-family: "Honoka", serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 20px;
}

.frame .text-wrapper-21 {
  position: relative;
  align-self: stretch;
  height: 14px;
  font-family: "Honoka", serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.frame .div-16 {
  display: flex;
  flex-direction: column;
  height: 28px;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.frame .text-wrapper-22 {
  position: relative;
  align-self: stretch;
  margin-bottom: -5px;
  color: #ffffff;
  font-size: 10px;
  line-height: 20px;
  font-family: "Honoka", serif;
  font-weight: 300;
  letter-spacing: 0;
}

.frame .image {
  position: absolute;
  top: 269px;
  left: 46px;
  width: 298px;
  height: 226px;
}

.frame .frame-wrapper-3 {
  display: flex;
  top: 2578px;
  width: 100vw;
  height: 487px;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  position: absolute;
  overflow: hidden;
}

.frame .div-17 {
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 1639px;
  align-items: center;
  padding: 0px 226px;
  position: relative;
  /* margin-bottom: -1152px;
  margin-left: -523.5px; */
}
.frame .IMG-7{
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 487px;
  aspect-ratio: 0.89;
  object-fit: cover;
}

.frame .div-wrapper-9 {
  position: relative;
  display: flex;
  width: 100vw;
  height: 30px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 9px 514px;
  background-color: #ffffff47;
}

.frame .text-wrapper-23 {
  position: relative;
  width: fit-content;
  margin-top: -7px;
  margin-bottom: -5px;
  margin-left: -341.5px;
  margin-right: -341.5px;
  text-shadow: 4px 4px 4px #00000040;
  color: #96797e;
  font-size: 16px;
  line-height: normal;
  font-family: "Honoka", serif;
  font-weight: 300;
  letter-spacing: 0;
}

.frame .div-18 {
  position: relative;
  width: 242px;
  height: 457px;
  background-color: #eee8e7;
}

.frame .text-wrapper-24 { 
  position: absolute;
  top: 13px;
  left: 48px;
  color: #000000;
  font-size: 10px;
  line-height: normal;
  font-family: "Honoka", serif;
  font-weight: 300;
  letter-spacing: 0;
}

.frame .div-wrapper-10 { /*ホットペッパー*/
  display: flex;
  flex-direction: column;
  width: 120px;
  height: 19px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0px 20px;
  position: absolute;
  top: 63px;
  left: 21px;
  background-color: #ffffff;
  border-radius: 42px;
  overflow: hidden;
}

.frame .text-wrapper-25 {
  position: relative;
  width: 110px;
  left: 4px;
  margin-left: -12px;
  margin-right: -12px;
  color: #000000;
  font-size: 8px;
  line-height: normal;
  font-family: "Honoka", serif;
  font-weight: 300;
  letter-spacing: 0;
}

  .frame .div-wrapper-10:hover{
    background-color: #cbabb0;
  }

  .frame .div-wrapper-10:hover .text-wrapper-25{
    color: #ffffff;
  }

.frame .div-19 {
  display: flex;
  flex-direction: column;
  width: 209px;
  align-items: flex-start;
  gap: 15px;
  position: absolute;
  top: 89px;
  left: 21px;
}

.frame .div-20 {
  display: flex;
  flex-direction: column;
  width: 108px;
  height: 158px;
  align-items: flex-start;
  gap: 4px;
  position: relative;
}

.frame .div-wrapper-11 {
  position: relative;
  width: 36px;
  height: 12px;
}

.frame .text-wrapper-26 {
  position: absolute;
  top: 0;
  left: -5px;
  font-family: "Honoka", serif;
  font-weight: 300;
  color: #000000;
  font-size: 8px;
  letter-spacing: 0;
  line-height: normal;
}

.frame .frame-wrapper-4 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 20px 12px;
  position: relative;
  flex: 0 0 auto;
  background-color: #cbabb0;
  border-radius: 16px;
  overflow: hidden;
}

.frame .div-21 {
  position: relative;
  width: 77px;
  height: 102px;
}

.frame .IMG-5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 77px;
  height: 77px;
  aspect-ratio: 1;
  object-fit: cover;
}

.frame .div-wrapper-12 {
  display: flex;
  width: 60px;
  height: 20px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  position: absolute;
  top: 82px;
  left: 8px;
  background-color: #ffffff;
  border-radius: 60px;
  overflow: hidden;
}

.frame .text-wrapper-27 {
  position: relative;
  width: fit-content;
  margin-top: -12px;
  margin-bottom: -11px;
  margin-left: -8px;
  margin-right: -8px;
  font-family: "Honoka", serif;
  font-weight: 300;
  color: #000000;
  font-size: 8px;
  letter-spacing: 0;
  line-height: normal;
}

.frame .div-wrapper-12:hover{
  background-color: #eee8e7;
}

.frame .div-wrapper-12:hover .text-wrapper-27{
  color: #977a7e;
}

.frame .div-22 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame .text-wrapper-28 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Honoka", serif;
  font-weight: 300;
  color: #000000;
  font-size: 8px;
  letter-spacing: 0;
  line-height: normal;
  left: -5px;
}

.frame .div-23 {
  display: flex;
  flex-direction: column;
  width: 95px;
  height: 113px;
  align-items: center;
  position: relative;
  background-color: #ffffff;
  border-radius: 30px;
  overflow: hidden;
}

.frame .IMG-6 {
  position: relative;
  width: 77px;
  height: 84px;
  aspect-ratio: 0.92;
  object-fit: cover;
}

.frame .div-wrapper-13 {
  display: flex;
  flex-direction: column;
  width: 77px;
  height: 16px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  background-color: #eee8e7;
  border-radius: 60px;
  overflow: hidden;
}

.frame .text-wrapper-29 {
  position: relative;
  width: fit-content;
  font-family: "Honoka", serif;
  font-weight: 300;
  color: #000000;
  font-size: 8px;
  letter-spacing: 0;
  line-height: normal;
}

.frame .div-wrapper-13:hover{
  background-color: #cbabb0;
}

.frame .div-wrapper-13:hover .text-wrapper-29{
  color: #ffffff;
}

.frame .https-www-instagram {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Honoka", serif;
  font-weight: 400;
  color: #000000;
  font-size: 4px;
  letter-spacing: 0;
  line-height: normal;
}

.frame .div-24 {
  display: flex;
  flex-direction: column;
  width: 110px;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.frame .TEL {
  position: relative;
  width: 270px;
  margin-right: -160px;
  font-family: "Honoka", serif;
  font-weight: 300;
  color: #000000;
  font-size: 8px;
  letter-spacing: 0;
  line-height: normal;
  left: -5px;
}

.frame .div-wrapper-14 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
  top: 44px;
  left: 16px;
}

.frame .text-wrapper-30 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Honoka", serif;
  font-weight: 300;
  color: #000000;
  font-size: 8px;
  letter-spacing: 0;
  line-height: normal;
}

.frame .div-25 {
  position: relative;
  width: 100vw;
  height: 20px;
  background-color: #977a7e;
}

.frame .text-wrapper-50 {
    position: absolute;
    width: 100%;
    height: 100%;
    justify-content: center;
    font-family: "Honoka", serif;
    font-weight: 300;
    color: #000000;
    font-size: 10px;
    white-space: nowrap;
    text-align: center;
    display: flex;
    align-items: center;
  }
/* original css code should be injected above */

body {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
}

.frame {
  width: 100%;
  min-height: 3085px;
}

.frame .div-4 {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.frame .div-4:focus-visible,
.frame .frame-wrapper-2:focus-visible,
.frame .div-wrapper-10:focus-visible,
.frame .frame-wrapper-4:focus-visible,
.frame .div-23:focus-visible,
.frame .https-www-instagram:focus-visible,
.frame .text-wrapper-21:focus-visible,
.frame .TEL:focus-visible {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}

.frame .frame-wrapper-2,
.frame .div-wrapper-10,
.frame .frame-wrapper-4,
.frame .div-23,
.frame .text-wrapper-21,
.frame .https-www-instagram,
.frame .TEL {
  cursor: pointer;
}

.frame .text-wrapper-21,
.frame .https-www-instagram,
.frame .TEL {
  text-decoration: none;
}

.frame .text-wrapper-21 {
  display: block;
}

.frame .div-15 address,
.frame address.div-15 {
  font-style: normal;
}

.frame .div-17 {
  width: 1440px;
  max-width: 1440px;
}

.frame .image {
  object-fit: cover;
  max-width: 100%;
}

@media (max-width: 393px) {
  .frame,
  .frame .div-2,
  .frame .frame-wrapper,
  .frame .div-3,
  .frame .div-wrapper,
  .frame .div-5,
  .frame .div-wrapper-2,
  .frame .div-7,
  .frame .div-wrapper-3,
  .frame .div-8,
  .frame .div-10,
  .frame .div-wrapper-7,
  .frame .div-13,
  .frame .div-wrapper-8,
  .frame .frame-wrapper-3,
  .frame .div-wrapper-9,
  .frame .div-25 {
    width: 100%;
  }
}

}

/* PC版CSS：元のstyle(1).cssをそのまま使用 */
@media screen and (min-width: 769px) {
  .sp-layout { display: none !important; }
  .pc-layout { display: block; }

.frame {
  background-color: #ffffff;
  overflow: hidden;
  width: 100%;
  max-width: auto;
  margin: 0 auto;
  min-height: 7114px;
  position: relative;
}

html {
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 86px;
}

.frame .IMG {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1277px;
  aspect-ratio: 0.89;
  object-fit: cover;
}

.frame .img {
  position: absolute;
  top: 86px;
  left: 50%;
  transform: translateX(-50%);
  width: 1174px;
  height: 881px;
  aspect-ratio: 1.33;
  object-fit: cover;
}

.frame .view {
  display: flex;
  width: 100vw;
  height: 86px;
  align-items: center;
  justify-content: center;
  gap: 400px;
  padding: 14px 16px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  z-index: 9999;
}

.frame .logo-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 416px;
  position: relative;
  flex: 0 0 auto;
  margin-top: -1px;
  margin-bottom: -1px;
}

.frame .logo {
  display: flex;
  flex-direction: column;
  width: 111px;
  align-items: center;
  position: relative;
  left: 7.5px;
}

.frame .text-wrapper {
  position: relative;
  width: 109px;
  height: 40px;
  margin-top: -1px;
  font-family: "Didot-Regular", serif;
  font-weight: 400;
  color: #cbabb0;
  font-size: 32px;
  white-space: nowrap;
}

.frame .div {
  position: relative;
  width: fit-content;
  font-family: "Great Vibes", serif;
  font-weight: 400;
  color: #cbabb0;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.frame .div-2 {
  display: inline-flex;
  align-items: center;
  gap: 44px;
  position: relative;
  flex: 0 0 auto;
  left: 7.5px;
}

.frame .frame-wrapper {
  display: flex;
  width: 803px;
  height: 36px;
  align-items: center;
  gap: 60px;
  position: relative;
}

.frame .div-3 {
  display: inline-flex;
  align-items: center;
  left: -10px;
  gap: 55px;
  position: relative;
  flex: 0 0 auto;
  margin-right: -1px;
}

.frame .text-wrapper-2 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Honoka", serif;
  font-weight: 300;
  color: #cbabb0;
  font-size: 22px;
  white-space: nowrap;
}

.frame .text-wrapper-2:hover {
  color: #977a7e;
}

.frame .text-wrapper-2-resevation {
  position: relative;
  width: fit-content;
  font-family: "Honoka", serif;
  font-weight: 300px;
  color: #000000;
  font-size: 26px;
  white-space: nowrap;
}

.frame .div-wrapper {
  display: flex;
  flex-direction: column;
  width: 124px;
  height: 54px;
  align-items: center;
  justify-content: center;

  position: relative;
  background-color: #cbabb0;
  border-radius: 40px;
}

.frame .div-wrapper:hover {
  background-color: #977a7e;
}

.frame .div-wrapper:hover .text-wrapper-2-resevation {
  color: #ffffff;
}

.frame .div-4 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 124px;
  height: 54px;
}

/* .frame .vector{
    position: absolute;
    width: 124px;
    height: 54px;
    top: 0;
    left: 0;
  } */

.frame .text-wrapper-3 {
  position: absolute;
  top: 473px;
  left: 50%;
  transform: translateX(-50%);
  width: 920px;
  font-family: "Honoka", serif;
  font-weight: 300;
  color: #cbabb0;
  font-size: 48px;
  white-space: nowrap;
}

.frame .div-5 {
  position: absolute;
  top: 1232px;
  left: 50%;
  transform: translateX(-50%);
  width: 1440px;
  height: 1239px;
  background-color: #eee8e7;
  z-index: 1;
}

/* サロンについての背景色 */
.frame .background-base {
  position: relative;
  top: 1232px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1239px;
  background-color: #eee8e7;
}

/* サロンについての説明文 */
.frame .div-6 {
  display: flex;
  flex-direction: column;
  width: 898px;
  align-items: center;
  justify-content: center;
  gap: 80px;
  /* position: relative; */
  margin-top: 299px;
  margin-left: 110px;
}

.frame .text-wrapper-4 {
  position: relative;
  align-self: stretch;
  letter-spacing: 2px;
  text-shadow: 0px 4px 4px #00000040;
  font-family: "Honoka", serif;
  font-weight: 300;
  color: #c87171;
  font-size: 44px;
  white-space: nowrap;
}

.frame .text-wrapper-5 {
  position: relative;
  letter-spacing: 3px;
  width: 100%;
  max-width: 700px;
  font-family: "Honoka", serif;
  font-weight: 300;
  color: #00000094;
  font-size: 27px;
  line-height: 1.8;
}

.frame .IMG-2 {
  position: absolute;
  box-shadow: 5px 10px 20px #cbabb0;
  top: 421px;
  left: 884px;
  width: 350px;
  height: 262px;
  border-radius: 10px;
  aspect-ratio: 1.33;
  object-fit: cover;
}

.frame .IMG-3 {
  position: absolute;
  box-shadow: 10px 15px 20px #977a7e;
  top: 898px;
  left: 840px;
  width: 307px;
  height: 231px;
  border-radius: 10px;
  aspect-ratio: 1.33;
  object-fit: cover;
}

.frame .div-wrapper-2 {
  display: inline-flex;
  height: 100px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 9px 497px;
  position: absolute;
  top: 43px;
  width: 1440px;
  left: 0;
  background-color: #ffffff47;
}

.frame .background-base-section {
  display: inline-flex;
  width: 100vw;
  height: 100px;
  gap: 10px;
  position: absolute;
  top: 43px;
  left: 0;
  background-color: #ffffff47;
}

.frame .text-wrapper-6 {
  position: relative;
  width: fit-content;
  letter-spacing: 6px;
  margin-top: -8px;
  margin-bottom: -6px;
  text-shadow: 4px 4px 4px #00000060;
  font-family: "Honoka", serif;
  font-weight: 300;
  color: #96797e;
  font-size: 54px;
  white-space: nowrap;
}

.frame .div-7 {
  position: absolute;
  top: 2471px;
  left: 50%;
  transform: translateX(-50%);
  width: 1440px;
  height: 774px;
  background-color: #ffffff;
}

.frame .IMG-4 {
  position: absolute;
  top: 229px;
  left: 570px;
  width: 870px;
  height: 490px;
  aspect-ratio: 0.56;
  object-fit: cover;
}

.frame .IMG-5 {
  position: absolute;
  top: 55px;
  left: 927px;
  width: 513px;
  height: 385px;
  aspect-ratio: 1.33;
  object-fit: cover;
}

.frame .IMG-8 {
  position: absolute;
  top: -54px;
  left: -2px;
  width: 603px;
  height: 531px;
  aspect-ratio: 1.2;
  object-fit: cover;
}

.frame .div-wrapper-3 {
  display: flex;
  width: 1440px;
  height: 100px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0px 518px;
  position: absolute;
  top: 55px;
  left: 0;
  background-color: #ffffff47;
}

.frame .text-wrapper-7 {
  position: relative;
  width: fit-content;
  text-shadow: 4px 4px 4px #00000040;
  font-family: "Honoka", serif;
  font-weight: 300;
  color: #977a7e;
  font-size: 60px;
  white-space: nowrap;
}

.frame .div-8 {
  display: flex;
  flex-direction: column;
  width: 515px;
  align-items: flex-start;
  gap: 64px;
  position: absolute;
  top: 208px;
  left: 165px;
}

.frame .div-9 {
  display: flex;
  flex-direction: column;
  width: 177px;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
}

.frame .div-wrapper-4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-top: -1px;
  margin-left: -1px;
  margin-right: -1px;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #000000;
}

.frame .text-wrapper-8 {
  position: relative;
  width: fit-content;
  margin-top: -0.5px;
  font-family: "Honoka", serif;
  font-weight: 300;
  color: #977a7e;
  font-size: 30px;
  white-space: nowrap;
}

.frame .div-wrapper-4:hover .text-wrapper-8,
.frame .div-wrapper-5:hover .text-wrapper-8,
.frame .div-wrapper-6:hover .text-wrapper-8 {
  color: #cbabb0;
}

.frame .div-wrapper-5 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-left: -1px;
  margin-right: -1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #000000;
}

.frame .div-wrapper-6 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-bottom: -1px;
  margin-left: -1px;
  margin-right: -1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #000000;
}

.frame .div-wrapper-4,
.frame .div-wrapper-5,
.frame .div-wrapper-6 {
  padding: 8px 0;
}

.frame .text-wrapper-9 {
  position: relative;
  align-self: stretch;
  font-family: "Honoka", serif;
  font-weight: 300;
  color: #000000;
  font-size: 24px;
  white-space: nowrap;
}

.frame .div-10 {
  position: absolute;
  box-sizing: border-box;
  top: 552px;
  left: 169px;
  width: 342px;
  height: 76px;
  display: flex;
  gap: 60px;
  background-color: #ffffff;
  border: 1px solid;
  border-color: #000000;
}

.frame .div-10:hover {
  outline: 2px solid black;
}

.frame .text-wrapper-10 {
  margin-top: 20px;
  width: 216px;
  height: 54px;
  margin-left: 27px;
  font-family: "Honoka", serif;
  font-weight: 300;
  color: #000000;
  font-size: 30px;
  white-space: nowrap;
}

.frame .vector-3 {
  margin-top: 26.6px;
  width: 21.28px;
  height: 22.88px;
}

.frame .view-2 {
  position: absolute;
  top: 3252px;
  left: 50%;
  transform: translateX(-50%);
  width: 1440px;
  height: 1200px;
  display: flex;
  flex-direction: column;
  gap: 135px;
  background-color: #eee8e7;
}

.frame .background-base-2 {
  position: relative;
  top: 2012px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1200px;
  background-color: #eee8e7;
}

.frame .background-base-section-2 {
  display: inline-flex;
  width: 100vw;
  height: 100px;
  gap: 10px;
  position: absolute;
  top: 71px;
  left: 0;
  background-color: #ffffff47;
}

.frame .div-wrapper-7 {
  position: relative;
  margin-top: 71px;
  display: flex;
  width: 1440px;
  height: 100px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 9px 514px;
  background-color: #ffffff47;
}

.frame .QA {
  display: flex;
  margin-left: 187px;
  width: 1065px;
  height: 696px;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
}

.frame .div-11 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame .div-12 {
  display: flex;
  flex-direction: column;
  width: 495px;
  align-items: flex-start;
  gap: 18px;
  position: relative;
  flex: 0 0 auto;
}

.frame .text-wrapper-11 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Honoka", serif;
  font-weight: 300;
  color: #000000;
  font-size: 22px;
  white-space: nowrap;
}

.frame .text-wrapper-12 {
  position: relative;
  align-self: stretch;
  font-family: "Honoka", serif;
  font-weight: 300;
  color: #000000;
  font-size: 18px;
  line-height: 1.7;
  white-space: nowrap;
}

.frame .div-13 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame .div-14 {
  display: flex;
  flex-direction: column;
  width: 600px;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.frame .div-15 {
  display: flex;
  flex-direction: column;
  width: 889px;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.frame .div-16 {
  display: flex;
  flex-direction: column;
  width: 571px;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.frame .text-wrapper-13 {
  font-size: 20px;
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Honoka", serif;
  font-weight: 300;
  color: #000000;
  white-space: nowrap;
}

.frame .div-17 {
  position: absolute;
  top: 4362px;
  left: 50%;
  transform: translateX(-50%);
  width: 1440px;
  height: 1036px;
  display: flex;
  flex-direction: column;
  gap: 138px;
  background-color: #977a7e;
}

.frame .background-base-3 {
  position: relative;
  top: 1923px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1150px;
  background-color: #977a7e;
}

.frame .background-base-section-3 {
  display: inline-flex;
  width: 100vw;
  height: 100px;
  gap: 10px;
  position: absolute;
  top: 62px;
  left: 0;
  background-color: #ffffff47;
}

.frame .div-wrapper-8 {
  position: relative;
  margin-top: 62px;
  display: flex;
  width: 1440px;
  height: 100px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 9px 514px;
  background-color: #ffffff47;
}

.frame .div-18 {
  display: inline-flex;
  margin-left: 146px;
  width: 1148px;
  height: 612px;
  position: relative;
  align-items: flex-end;
  gap: 106px;
}

.frame .div-19 {
  display: flex;
  flex-direction: column;
  width: 439px;
  align-items: flex-start;
  gap: 84px;
  position: relative;
}

.frame .div-20 {
  display: flex;
  flex-direction: column;
  width: 389px;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

.frame .text-wrapper-14 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Honoka", serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 20px;
}

.frame .text-wrapper-15 {
  position: relative;
  align-self: stretch;
  font-family: "Honoka", serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 20px;
}

.frame .div-21 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame .div-22 {
  display: flex;
  flex-direction: column;
  width: 337px;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

.frame .view-3 {
  position: relative;
  width: 603px;
  height: 531px;
  background-color: var(--);
  overflow: hidden;
  border: 3px solid;
  border-color: #000000;
}

.frame .div-23 {
  position: relative;
  top: 52px;
  height: 458px;
}

.frame .vector-4 {
  position: absolute;
  width: 61.67%;
  height: 65.15%;
  top: 34.85%;
  left: 38.33%;
}

.frame .vector-5 {
  position: absolute;
  width: 63.46%;
  height: 47.6%;
  top: 52.4%;
  left: 36.54%;
}

.frame .group {
  position: absolute;
  width: 4.38%;
  height: 8.58%;
  top: 48.11%;
  left: 36.77%;
}

.frame .vector-6 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.frame .vector-7 {
  position: absolute;
  width: 89.89%;
  height: 46.4%;
  top: 53.6%;
  left: 10.11%;
}

.frame .vector-8 {
  position: absolute;
  width: 67.52%;
  height: 78.18%;
  top: 21.82%;
  left: 32.48%;
}

.frame .vector-9 {
  position: absolute;
  width: 66.37%;
  height: 54.1%;
  top: 45.9%;
  left: 33.63%;
}

.frame .vector-10 {
  position: absolute;
  width: 50.78%;
  height: 86.33%;
  top: 13.67%;
  left: 49.22%;
}

.frame .vector-11 {
  position: absolute;
  width: 39.42%;
  height: 38.89%;
  top: 61.11%;
  left: 60.58%;
}

.frame .overlap-group {
  position: absolute;
  width: 516px;
  height: 456px;
  top: 1px;
  left: 1px;
}

.frame .group-2 {
  position: absolute;
  width: 137px;
  height: 112px;
  top: 41px;
  left: 379px;
}

.frame .group-3 {
  position: absolute;
  width: 137px;
  height: 70px;
  top: 42px;
  left: 0;
}

.frame .vector-12 {
  position: absolute;
  width: 100%;
  height: 99.73%;
  top: 0;
  left: 0;
}

.frame .vector-13 {
  position: absolute;
  width: 76.9%;
  height: 100%;
  top: 0;
  left: 23.1%;
}

.frame .vector-14 {
  position: absolute;
  width: 39.78%;
  height: 99.67%;
  top: 0;
  left: 60.22%;
}

.frame .group-4 {
  position: absolute;
  width: 52.38%;
  height: 29%;
  top: 22.4%;
  left: 19.4%;
}

.frame .text-wrapper-16 {
  position: absolute;
  width: 77.85%;
  height: 49.09%;
  top: 26.05%;
  left: 9.11%;
  transform: rotate(-0.99deg);
  font-family: "Inter-Regular", serif;
  font-weight: 400;
  color: #000000;
  font-size: 7.9px;
  white-space: nowrap;
}

.frame .group-wrapper {
  position: absolute;
  width: 16.18%;
  height: 19.79%;
  top: 0;
  left: 72.01%;
  background-image: url(./img/vector-14.svg);
  background-size: 100% 100%;
}

.frame .group-5 {
  position: relative;
  width: 85.1%;
  height: 30.87%;
  top: 34.52%;
  left: 12.11%;
}

.frame .text-wrapper-17 {
  position: absolute;
  width: 84.61%;
  height: 87.46%;
  top: 5.39%;
  left: 4.81%;
  font-family: "Inter-Regular", serif;
  font-weight: 400;
  color: #000000;
  font-size: 5px;
  white-space: nowrap;
  white-space: nowrap;
}

.frame .group-6 {
  position: absolute;
  width: 497px;
  height: 456px;
  top: 0;
  left: 0;
}

.frame .group-7 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

.frame .vector-15 {
  position: absolute;
  width: 100.21%;
  height: 99.52%;
  top: 0;
  left: 0;
}

.frame .vector-16 {
  position: absolute;
  width: 73.36%;
  height: 100.24%;
  top: 0;
  left: 26.64%;
}

.frame .group-8 {
  position: absolute;
  width: 20.4%;
  height: 13.32%;
  top: 8.97%;
  left: 37.27%;
}

.frame .text-wrapper-18 {
  position: absolute;
  width: 59.15%;
  height: 24.69%;
  top: 36.11%;
  left: 19.16%;
  transform: rotate(-16.1deg);
  font-family: "Inter-Regular", serif;
  font-weight: 400;
  color: #000000;
  font-size: 12px;
  white-space: nowrap;
}

.frame .frame-wrapper-2 {
  display: flex;
  flex-direction: column;
  width: 8.19%;
  height: 9.55%;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px;
  position: absolute;
  top: 50.17%;
  left: 40.91%;
  background-color: #ffffff;
  border-radius: 32px;
  overflow: hidden;
  transform: rotate(2.03deg);
}

.frame .logo-wrapper-2 {
  display: flex;
  height: 27.46px;
  align-items: center;
  justify-content: center;
  gap: 416px;
  position: relative;
  align-self: stretch;
  width: 100%;
  transform: rotate(0.32deg);
}

.frame .logo-2 {
  display: flex;
  flex-direction: column;
  width: 50.41px;
  align-items: center;
  position: relative;
  margin-left: -8.5px;
  margin-right: -8.5px;
}

.frame .text-wrapper-19 {
  position: relative;
  width: 49.51px;
  height: 12.93px;
  margin-top: -1px;
  font-family: "Didot-Regular", serif;
  font-weight: 400;
  color: var(--);
  font-size: 14px;
  white-space: nowrap;
}

.frame .text-wrapper-20 {
  position: relative;
  width: 35px;
  height: 12.09px;
  font-family: "Great Vibes", serif;
  font-weight: 400;
  color: var(--);
  font-size: 8px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.frame .div-wrapper-9 {
  display: flex;
  width: 5.97%;
  height: 3.93%;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
  top: 15.21%;
  left: 20.48%;
  background-color: #ffffff;
  transform: rotate(1.63deg);
}

.frame .text-wrapper-21 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Honoka", serif;
  font-weight: 300;
  color: #000000;
  font-size: 12px;
  white-space: nowrap;
}

.frame .frame-wrapper-3 {
  display: flex;
  flex-direction: column;
  width: 4.97%;
  height: 0;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 19.86%;
  left: 24.37%;
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
}

.frame .div-24 {
  display: flex;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame .ellipse {
  background-color: #fd6b6b;
  position: relative;
  width: 10px;
  height: 9px;
  border-radius: 5px/4.5px;
}

.frame .ellipse-2 {
  background-color: #f3e475;
  position: relative;
  width: 10px;
  height: 9px;
  border-radius: 5px/4.5px;
}

.frame .ellipse-3 {
  background-color: #8be75c;
  position: relative;
  width: 10px;
  height: 9px;
  border-radius: 5px/4.5px;
}

.frame .IMG-9 {
  position: absolute;
  top: 5398px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1639px;
  aspect-ratio: 0.89;
  object-fit: cover;
}

.frame .div-25 {
  position: absolute;
  top: 7037px;
  left: 0;
  width: 100vw;
  height: 77px;
  background-color: #977a7e;
}

.frame .frame-wrapper-4 {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  position: absolute;
  top: 5398px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #eee8e7;
}

.frame .frame-wrapper-5 {
  display: flex;
  flex-direction: column;
  width: 988px;
  height: 1639px;
  align-items: center;
  gap: 10px;
  padding: 0px 226px;
  position: relative;
  background-image: url(./img/frame-115.png);
  background-size: cover;
  background-position: 50% 50%;
}

.frame .div-26 {
  position: relative;
  width: 988px;
  height: 1639px;
  background-color: var(--);
  overflow: hidden;
}

.frame .div-wrapper-10 {
  position: absolute;
  top: 50px;
  left: -226px;
  display: flex;
  width: 1440px;
  height: 100px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 9px 514px;
  background-color: #ffffff47;
}

.frame .text-wrapper-22 {
  position: absolute;
  top: 200px;
  left: 73px;
  font-family: "Honoka", serif;
  font-weight: 300;
  color: #000000;
  font-size: 22px;
  white-space: nowrap;
}

.frame .div-27 {
  display: flex;
  flex-direction: column;
  width: 281px;
  align-items: flex-start;
  gap: 14px;
  position: absolute;
  top: 1508px;
  left: 70px;
}

.frame .TEL {
  position: relative;
  width: 270px;
  font-family: "Honoka", serif;
  font-weight: 300;
  color: #000000;
  font-size: 24px;
  white-space: nowrap;
}

.frame .div-28 {
  display: flex;
  flex-direction: column;
  width: 622px;
  align-items: flex-start;
  gap: 37px;
  position: absolute;
  top: 513px;
  left: 85px;
}

.frame .div-wrapper-11 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 36px;
}

.frame .text-wrapper-23 {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Honoka", serif;
  font-weight: 300;
  color: #000000;
  font-size: 24px;
  white-space: nowrap;
  left: -15px;
}

.frame .frame-wrapper-6 {
  position: relative;
  width: 267px;
  height: 341px;
  background-color: #cbabb0;
  border-radius: 16px;
  overflow: hidden;
}

.frame .div-29 {
  position: relative;
  top: 37px;
  left: 40px;
  width: 187px;
  height: 267px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.frame .IMG-6 {
  width: 187px;
  height: 187px;
  aspect-ratio: 1;
  object-fit: cover;
}

.frame .div-wrapper-12 {
  display: inline-flex;
  margin-left: 13px;
  width: 162px;
  height: 68px;
  position: relative;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 42px;
  overflow: hidden;
}

.frame .text-wrapper-24 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Honoka", serif;
  font-weight: 300;
  color: #000000;
  font-size: 24px;
  white-space: nowrap;
}

.frame .div-wrapper-12:hover {
  background-color: #eee8e7;
}

.frame .div-wrapper-12:hover .text-wrapper-24 {
  color: #977a7e;
}

.frame .text-wrapper-25 {
  position: absolute;
  top: 314px;
  left: 70px;
  font-family: "Honoka", serif;
  font-weight: 300;
  color: #000000;
  font-size: 24px;
  white-space: nowrap;
}

.frame .div-wrapper-13 {
  position: absolute;
  top: 387px;
  left: 82px;
  width: 275px;
  height: 68px;
  display: flex;
  background-color: #ffffff;
  border-radius: 42px;
  overflow: hidden;
}

.frame .text-wrapper-26 {
  margin-top: 23px;
  width: 235px;
  height: 30px;
  margin-left: 20px;
  font-family: "Honoka", serif;
  font-weight: 300;
  color: #000000;
  font-size: 18px;
  white-space: nowrap;
}

.frame .div-wrapper-13:hover {
  background-color: #cbabb0;
}

.frame .div-wrapper-13:hover .text-wrapper-26 {
  color: #ffffff;
}

.frame .div-30 {
  display: flex;
  flex-direction: column;
  width: 709px;
  align-items: flex-start;
  gap: 33px;
  position: absolute;
  top: 1000px;
  left: 85px;
}

.frame .div-31 {
  display: flex;
  flex-direction: column;
  width: 267px;
  align-items: flex-start;
  gap: 37px;
  position: relative;
  flex: 0 0 auto;
}

.frame .div-32 {
  display: flex;
  flex-direction: column;
  height: 333px;
  align-items: center;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #ffffff;
  border-radius: 30px;
}

.frame .IMG-7 {
  position: relative;
  width: 231px;
  height: 250px;
  aspect-ratio: 0.92;
  object-fit: cover;
}

.frame .div-wrapper-14 {
  display: flex;
  flex-direction: column;
  width: 204px;
  height: 44px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  background-color: #eee8e7;
  border-radius: 30px;
  overflow: hidden;
}

.frame .div-wrapper-14:hover {
  background-color: #cbabb0;
}

.frame .div-wrapper-14:hover .text-wrapper-27 {
  color: #ffffff;
}

.frame .text-wrapper-27 {
  position: relative;
  width: fit-content;
  font-family: "Honoka", serif;
  font-weight: 300;
  color: #000000;
  font-size: 20px;
  white-space: nowrap;
}

.frame .https-www-instagram-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame .https-www-instagram {
  position: relative;
  width: 867px;
  margin-top: -1px;
  margin-right: -158px;
  font-family: "Honoka", serif;
  font-weight: 300;
  color: #000000;
  font-size: 20px;
  white-space: nowrap;
}

.frame .text-wrapper-28 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Honoka", serif;
  font-weight: 300;
  color: #000000;
  font-size: 22px;
  white-space: nowrap;
  left: -15px;
}

.frame .text-wrapper-29 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Honoka", serif;
  font-weight: 300;
  color: #000000;
  font-size: 22px;
  white-space: nowrap;
  left: -15px;
}

.frame .text-wrapper-50 {
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: center;
  font-family: "Honoka", serif;
  font-weight: 300;
  color: #000000;
  font-size: 28px;
  white-space: nowrap;
  text-align: center;
  display: flex;
  align-items: center;
}

/* ここからは自分のCSS */
.frame .https-www-instagram:hover {
  text-decoration: underline;
}
}

/* 念のため、初期状態 */
@media screen and (max-width: 768px) { .sp-layout { display:block; } .pc-layout { display:none !important; } }
@media screen and (min-width: 769px) { .pc-layout { display:block; } .sp-layout { display:none !important; } }
