@charset "UTF-8";
/* 共通リセット */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: var(--black);
  line-height: 1.8;
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
}

/* セクション共通 */
.site-main section {
  text-align: center;
}

section:not(.salon-about):not(.service):not(.recruit):not(.salon-menu):not(.store-information):not(.to-contact) {
  padding: 80px 50px;
}

.top-recruit-pc-only {
  display: block;
}

.top-recruit-sp-only {
  display: none;
}

h2:not(.recruit-title) {
  font-family: "Zen Old Mincho", serif;
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 600;
  letter-spacing: 0%;
}

.wrp {
  background: url("../../images/front-page/top-main-visual.png");
  background-size: contain;
  aspect-ratio: 1.6/1;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  /* メインコンテンツ */
  /* サロン紹介 */
}
.wrp .main-content {
  text-align: center;
  padding-bottom: 14%;
  position: relative;
}
.wrp .main-content h2 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 45px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
}
.wrp .main-content img {
  position: absolute;
  top: 100%;
  left: 69%;
  transform: translate(-50%, -50%); /* 要素自身の幅・高さの半分だけ位置をずらす */
}
.wrp .salon-about {
  padding: 80px 50px;
}
.wrp .salon-about h2 {
  margin-top: 40px;
}
.wrp .salon-about p {
  margin-bottom: 40px;
}
.wrp .salon-about img {
  width: 100%;
  margin: 30px auto 0;
  max-width: 1100px;
}

/* サロンメニュー */
.salon-menu {
  padding-bottom: 80px;
}
.salon-menu .swiper-container {
  position: relative;
  z-index: 100;
}
.salon-menu .swiper-container .swiper-button-prev,
.salon-menu .swiper-container .swiper-button-next {
  width: 30px;
  height: 30px;
  background-color: rgba(192, 165, 99, 0.8);
  border-radius: 50%;
}
.salon-menu .swiper-container .swiper-button-next {
  right: 5%; /* ボタンの位置 */
}
.salon-menu .swiper-container .swiper-button-prev {
  left: 5%; /* ボタンの位置 */
}
.salon-menu .swiper-container .swiper-button-next::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 10px;
}
.salon-menu .swiper-container .swiper-button-prev::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #fff;
  top: 0;
  left: 0;
  margin: auto;
  margin-right: 10px;
  transform: rotate(180deg);
}
.salon-menu .swiper {
  display: flex;
  gap: 2%;
  justify-content: center;
}
.salon-menu .swiper .swiper-slide {
  height: auto;
}
.salon-menu .swiper .menu-item {
  height: 100%;
  border: 1px solid var(--gold);
  padding: 14px;
}
.salon-menu .swiper .menu-item .menu-title {
  height: 5.5rem;
  background-color: var(--light-gold);
  margin: 0 0 10px;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.salon-menu .swiper .menu-item h3 {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: clamp(1.375rem, 1rem + 0.63vw, 1.75rem);
  margin: 0;
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 2; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示 */
}
.salon-menu .swiper .menu-item img {
  width: 100%;
  margin-bottom: 20px;
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.salon-menu .swiper .menu-item .menu-explain {
  text-align: left;
  line-height: 1.2;
  margin-bottom: 20px;
}
.salon-menu .swiper .menu-course {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
}
.salon-menu .swiper .menu-course .menu-target-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(0.75rem, 0.5rem + 0.42vw, 1rem);
  padding: 0 5px;
  background-color: var(--gold);
  color: var(--white);
  margin-bottom: 0;
}
.salon-menu .swiper .menu-course .course {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: clamp(1.375rem, 1rem + 0.63vw, 1.75rem);
  color: var(--black);
  margin-bottom: 0;
}
.salon-menu .swiper .menu-course .price {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: clamp(1.375rem, 1rem + 0.63vw, 1.75rem);
  color: var(--text-red);
  margin-bottom: 0;
}
.salon-menu .swiper .menu-course .tax {
  font-size: clamp(1rem, 0.625rem + 0.63vw, 1.375rem);
  margin-bottom: 0;
}
.salon-menu .btn-more {
  margin-top: 50px;
}

/* スクールメニュー */
.school-menu {
  background: var(--black);
  color: #fff;
}
.school-menu .school-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  justify-content: center;
}
.school-menu .school-list .school-item {
  display: flex;
  width: 28%;
  min-width: 400px;
}
.school-menu .school-list .school-item img {
  width: 45%;
  aspect-ratio: 1.35/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.school-menu .school-list .school-item .school-item-text {
  padding: 40px 10px;
  width: 55%;
  background-color: #fff;
}
.school-menu .school-list .school-item .school-item-text h3 {
  font-family: "Zen Old Mincho", serif;
  font-size: 28px;
  font-weight: 700;
}
.school-menu .school-list .school-item .school-item-text a {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  color: var(--gold);
}
.school-menu .school-list .school-item .school-item-text a::after {
  content: url(../../images/front-page/btn.png);
  position: absolute;
  top: 25%;
  right: 0;
  margin-right: -30px;
}
.school-menu .school-list h3 {
  margin-top: 10px;
  font-size: 16px;
}

/* Instagram */
.instagram .insta-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  max-width: 800px;
  margin: 0 auto;
}
.instagram .btn-more {
  margin-top: 50px;
}

/* お客様の声 */
.voice {
  background: url("../../images/background.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.voice .voice-list {
  background-color: #fff;
  min-width: 800px;
  margin: auto;
  width: 60vw;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: center;
  padding: 30px 0;
}
.voice .voice-list .voice-item {
  width: 33%;
  padding: 0 30px;
}
.voice .voice-list .voice-item p {
  text-align: left;
  letter-spacing: -0.2px;
  margin-bottom: 0;
  line-height: 1.2;
}
.voice .voice-list .voice-item img {
  width: 35%;
  min-width: 100px;
  margin: 0 auto 10px;
}
.voice .voice-list .voice-item .voice-profile {
  text-align: right;
}
.voice .voice-list .voice-item:nth-child(2) {
  border-right: 1px solid var(--gray);
  border-left: 1px solid var(--gray);
}
.voice .voice-list .voice-item:nth-child(2) .voice-profile {
  padding-top: 20px;
}

/* オンラインショップ */
.online-shop {
  position: relative;
  background-color: var(--black);
  width: 100%;
  height: auto;
  aspect-ratio: 3.56/1;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px;
}
.online-shop .shop-image-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 24%;
}
.online-shop .shop-image-2 {
  position: absolute;
  bottom: 0;
  left: 26%;
  width: 24%;
}
.online-shop .shop-text {
  text-align: left;
  top: 0;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.online-shop h2 {
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: clamp(1.875rem, 0.625rem + 2.08vw, 3.125rem);
}
.online-shop span {
  margin-top: 10px;
  font-size: clamp(1.25rem, 0.907rem + 0.91vw, 2rem);
  font-weight: 400;
}
.online-shop p {
  font-family: "Zen Old Mincho", serif;
  color: var(--gold);
  font-size: clamp(0.5rem, 0.272rem + 0.61vw, 1rem);
  text-align: center;
}

/* シンギングボウル */
.singing-bowl {
  background: url("../../images/front-page/singingbowl-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.singing-bowl .bowl-inner {
  width: 72vw;
  min-width: 850px;
  display: flex;
  align-items: stretch;
  gap: 4%;
  margin: auto;
}
.singing-bowl .bowl-inner img {
  width: 42%;
  -o-object-fit: cover;
     object-fit: cover;
}
.singing-bowl .bowl-inner .bowl-text {
  width: 64%;
  text-align: left;
}
.singing-bowl .bowl-inner .bowl-text p {
  line-height: 1.4;
  margin-bottom: 30px;
}
.singing-bowl .bowl-inner .bowl-text .bowl-seminar-info {
  border: solid 1px var(--gold);
  padding: 20px;
  margin-bottom: 30px;
}
.singing-bowl .bowl-inner .bowl-text .bowl-seminar-info h3 {
  color: var(--gold);
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 28px;
}
.singing-bowl .bowl-inner .bowl-text .bowl-seminar-info .seminar-item a {
  display: flex;
  border-bottom: 1px solid var(--gray);
  padding: 8px 0;
}
.singing-bowl .bowl-inner .bowl-text .bowl-seminar-info .seminar-item a .post-date {
  width: 100px;
}
.singing-bowl .bowl-inner .bowl-text .bowl-seminar-info .seminar-item a .post-title {
  flex: 1;
}
.singing-bowl .bowl-inner .bowl-text .bowl-seminar-info .seminar-item a p {
  margin: 0;
}

/* リクルート */
.recruit {
  position: relative;
  background: url("../../images/front-page/recruit.png");
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 4.58/1;
}
.recruit img {
  padding: 30px 0;
  width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
.recruit .recruit-text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.recruit .recruit-text .recruit-title {
  color: #fff;
  margin-bottom: 30px;
}
.recruit .recruit-text .btn-more {
  background-color: rgba(34, 34, 34, 0.6);
  border: 1px solid var(--white);
}
.recruit .recruit-text .btn-more:hover {
  background-color: rgb(34, 34, 34);
}

/* 福利厚生用サービス */
.service {
  position: relative;
  width: 100%;
  height: 0;
  /* (画像の高さ / 画像の横幅) × 100 */
  padding-top: 27.1%;
  background: url("../../images/front-page/service.png");
  background-color: #EDEBEE;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
}
.service .service-text {
  margin-top: -24%;
  width: 50%;
  text-align: left;
}
.service .service-text .service-summary {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: clamp(1.125rem, 0.734rem + 0.64vw, 1.5rem);
}
.service .service-text .service-explain {
  width: 58%;
}

.store-information {
  padding-bottom: 80px;
  border-bottom: none;
}

@media screen and (max-width: 1536px) {
  .wrp {
    background-size: 120% auto;
    background-position: center 0;
  }
  /* 福利厚生用サービス */
  .service .service-text h2 {
    margin-bottom: 10px;
  }
  .service .service-text .service-summary {
    margin-bottom: 10px;
  }
  .service .service-text .service-explain {
    width: 80%;
  }
}
@media screen and (max-width: 1440px) {
  .wrp .main-content img {
    top: 100%;
    left: 72%;
    width: 170px;
  }
  /* 福利厚生用サービス */
  .service .service-text .service-explain {
    width: 90%;
  }
}
@media screen and (max-width: 1260px) {
  .wrp {
    background-size: 130% auto;
  }
  .wrp .main-content h2 {
    font-size: 45px;
  }
  .wrp .main-content img {
    top: 100%;
    left: 74%;
  }
  /* 福利厚生用サービス */
  .service .service-text h2 {
    margin-top: -5%;
  }
  .service .service-text .service-explain {
    width: 95%;
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .wrp {
    background-size: 140% auto;
  }
  .wrp .main-content {
    padding-bottom: 10%;
  }
  .wrp .main-content img {
    top: 100%;
    left: 76%;
  }
  .wrp .salon-image {
    top: 92%;
  }
}
@media screen and (max-width: 959px) {
  .sp-buttons {
    display: flex;
    gap: 10px;
    width: 40%;
    margin-left: auto;
    padding: 20px 20px 0;
    margin-bottom: 40px;
  }
  p {
    font-size: 16px;
  }
  .site-main section:not(.salon-about):not(.service):not(.recruit):not(.store-information):not(.to-contact) {
    padding: 60px 50px;
  }
  .salon-about {
    padding: 60px 50px 0;
  }
  .wrp {
    /* サロン紹介 */
  }
  .wrp .main-content h2 {
    font-size: 36px;
    margin-top: 10px;
  }
  .wrp .main-content img {
    top: 95%;
    left: 76%;
    margin-top: 20px;
    width: 140px;
  }
  .wrp .salon-about {
    padding: 60px 50px 0;
    margin-bottom: 0;
  }
  .wrp .salon-about h2 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .wrp .salon-about p {
    margin-bottom: 20px;
  }
  .wrp .salon-image {
    top: 100%;
  }
  /* サロンメニュー */
  .salon-menu {
    padding-bottom: 60px;
  }
  .salon-menu .swiper-container {
    position: relative;
  }
  .salon-menu .swiper-container .swiper-button-next {
    right: -13px; /* ボタンの位置 */
  }
  .salon-menu .swiper-container .swiper-button-prev {
    left: -13px; /* ボタンの位置 */
  }
  .salon-menu .swiper .menu-item {
    padding: 20px;
  }
  .salon-menu .swiper .menu-item .menu-title {
    height: 4rem;
  }
  .salon-menu .swiper .menu-item h3 {
    padding: 4px 2px;
    margin: 0;
    font-size: 22px;
  }
  .salon-menu .swiper .menu-item .menu-explain {
    margin-bottom: 10px;
  }
  .salon-menu .swiper .menu-course .menu-target-title {
    font-size: clamp(0.625rem, 0.5rem + 0.63vw, 0.875rem);
    margin-top: 2px;
  }
  .salon-menu .swiper .menu-course .course {
    font-size: clamp(1.125rem, 0.813rem + 1.56vw, 1.75rem);
  }
  .salon-menu .swiper .menu-course .price {
    font-size: clamp(1.125rem, 0.813rem + 1.56vw, 1.75rem);
  }
  .salon-menu .swiper .menu-course .tax {
    font-size: clamp(0.625rem, 0.5rem + 0.63vw, 0.875rem);
  }
  /* スクールメニュー */
  .school-menu .school-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .school-menu .school-list .school-item {
    margin: auto;
    display: flex;
    width: 100%;
    height: auto;
    min-width: 300px;
    max-width: 600px;
  }
  .school-menu .school-list .school-item img {
    width: 45%;
    aspect-ratio: 2/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .school-menu .school-list .school-item .school-item-text {
    padding: 50px 10px;
    width: 55%;
  }
  .school-menu .school-list .school-item .school-item-text h3 {
    font-size: 20px;
  }
  .school-menu .school-list .school-item .school-item-text a {
    font-size: 16px;
    margin-top: 20px;
  }
  .school-menu .school-list .school-item .school-item-text a::after {
    width: 7px;
    top: 15%;
    right: 0;
    margin-right: -20px;
  }
  .school-menu .school-list h3 {
    margin-top: 10px;
    font-size: 16px;
  }
  .school-menu .school-list .school-item:first-child {
    margin-bottom: 20px;
  }
  /* Instagram */
  .instagram .insta-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
    max-width: 800px;
    margin: 0 auto;
  }
  .instagram .btn-more {
    margin-top: 30px;
  }
  /* お客様の声 */
  .voice .voice-list {
    min-width: auto;
    margin: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
  }
  .voice .voice-list .voice-item {
    display: flex;
    width: 100%;
    padding: 20px 0;
    gap: 2%;
  }
  .voice .voice-list .voice-item p {
    margin-bottom: 0;
  }
  .voice .voice-list .voice-item img {
    width: 28%;
    min-width: 100px;
    margin: 0 auto 10px;
    max-width: 90px;
    height: auto;
    aspect-ratio: 3/4;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .voice .voice-list .voice-item .voice-item-text {
    width: 70%;
  }
  .voice .voice-list .voice-item .voice-profile {
    text-align: right;
  }
  .voice .voice-list .voice-item:nth-child(2) {
    border-top: 1px solid var(--gray);
    border-bottom: 1px solid var(--gray);
    border-right: none;
    border-left: none;
  }
  .voice .voice-list .voice-item:nth-child(2) .voice-profile {
    padding-top: 30px;
  }
  /* シンギングボウル */
  .singing-bowl .bowl-inner {
    width: 100%;
    min-width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4%;
    margin: auto;
  }
  .singing-bowl .bowl-inner img {
    width: 100%;
    max-width: 600px;
    aspect-ratio: 2.19/1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0 0;
       object-position: 0 0;
    margin-bottom: 20px;
  }
  .singing-bowl .bowl-inner .bowl-text {
    width: 100%;
    text-align: center;
  }
  .singing-bowl .bowl-inner .bowl-text p {
    line-height: 1.4;
    margin-bottom: 20px;
    text-align: left;
  }
  .singing-bowl .bowl-inner .bowl-text .bowl-seminar-info {
    padding: 20px;
    margin-bottom: 30px;
  }
  .singing-bowl .bowl-inner .bowl-text .bowl-seminar-info h3 {
    font-size: 20px;
  }
  .singing-bowl .bowl-inner .bowl-text .bowl-seminar-info .seminar-item a {
    display: flex;
    padding: 12px 0;
  }
  .singing-bowl .bowl-inner .bowl-text .bowl-seminar-info .seminar-item a .post-date {
    width: 100px;
    font-size: 12px;
  }
  .singing-bowl .bowl-inner .bowl-text .bowl-seminar-info .seminar-item a .post-title {
    flex: 1;
    font-size: 14px;
  }
  .singing-bowl .bowl-inner .bowl-text .bowl-seminar-info .seminar-item a p {
    margin: 0;
  }
  /* リクルート */
  .recruit img {
    padding: 20px 50px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    margin: auto;
  }
  /* 福利厚生用サービス */
  .service {
    padding: 80px 50px;
    position: relative;
    background: url("../../images/front-page/service-sp.png");
    background-color: #EDEBEE;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1.2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    justify-content: center;
    margin: 0;
  }
  .service .service-text {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .service .service-text h2 {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .service .service-text .service-summary {
    font-size: 20px;
  }
  .service .service-text .service-explain {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: left;
  }
}
@media screen and (max-width: 834px) {
  .wrp {
    background-size: 180% auto;
  }
  .wrp .main-content {
    padding-bottom: 18%;
  }
  .wrp .main-content img {
    top: 100%;
    left: 80%;
    margin-top: 20px;
    width: 140px;
  }
}
@media screen and (max-width: 768px) {
  .site-main section:not(.salon-about):not(.service):not(.recruit):not(.store-information):not(.to-contact) {
    padding: 60px 20px;
  }
  .wrp {
    background-size: 220% auto;
  }
  .wrp .main-content {
    padding-bottom: 30%;
  }
  .wrp .main-content img {
    top: 100%;
    left: 78%;
    margin-top: 20px;
  }
  .wrp .salon-about {
    padding: 60px 20px 0;
  }
  /* リクルート */
  .recruit .recruit-text .recruit-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .recruit img {
    padding: 20px 20px;
  }
  /* 福利厚生用サービス */
  .service {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 601px) {
  .sp-buttons {
    width: 60%;
  }
  .top-recruit-pc-only {
    display: none;
  }
  .top-recruit-sp-only {
    display: block;
  }
  .wrp {
    background-size: 260% auto;
  }
  .wrp .main-content h2 {
    font-size: 24px;
  }
  .wrp .main-content img {
    top: 90%;
    left: 80%;
    width: 120px;
  }
  /* オンラインショップ */
  .online-shop {
    aspect-ratio: 2.6/1;
  }
  .online-shop .shop-image-1 {
    top: 0;
    left: 0;
    width: 24%;
    aspect-ratio: 2.1/3;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 10% 50%;
       object-position: 10% 50%;
  }
  .online-shop .shop-image-2 {
    bottom: 0;
    left: 26%;
    width: 24%;
    aspect-ratio: 2/3;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 70% 50%;
       object-position: 70% 50%;
  }
  .online-shop .shop-text {
    top: 0;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%);
  }
  .online-shop h2 {
    margin-bottom: 5px;
    font-size: clamp(1.25rem, 0.502rem + 3.99vw, 2rem);
    white-space: nowrap;
  }
  .online-shop span {
    font-size: clamp(0.875rem, 0.252rem + 3.32vw, 1.5rem);
    white-space: nowrap;
  }
  .online-shop p {
    white-space: nowrap;
  }
  /* リクルート */
  .recruit {
    width: 100%;
    height: auto;
    background: url("../../images/front-page/recruit-sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    aspect-ratio: 2.14/1;
  }
  .recruit .section-title {
    margin-bottom: 10px;
  }
  .recruit img {
    margin: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  /* 福利厚生用サービス */
  .service {
    aspect-ratio: 1/1.5;
  }
  .service .service-text h2 {
    margin-bottom: 10px;
  }
  .service .service-text .service-summary {
    font-size: 15.5px;
    margin: 0 auto;
    width: 110%;
    margin-left: -4.5%;
  }
  .service .service-text .service-explain {
    width: 100%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 428px) {
  .sp-buttons {
    display: flex;
    gap: 10px;
    width: 100%;
    margin-left: auto;
    padding: 20px 20px 0 20px;
  }
  .wrp {
    background: url("../../images/front-page/top-main-visual-sp.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
  }
  .wrp .main-content img {
    top: 180%;
    left: 82%;
    width: 120px;
  }
  .wrp .salon-image img {
    width: 100%;
    max-height: 360px;
    min-width: 300px;
  }
  .wrp .salon-about {
    padding-top: 55%;
  }
  .salon-menu {
    margin-top: 0;
  }
}/*# sourceMappingURL=front.css.map */