@charset "UTF-8";
.scrollanime {
  opacity: 0;
} /*一瞬表示されるのを防ぐ*/
.fadeInDown2 {
  animation-name: fadeInDown2;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes sub_main {
  0% {
    background-position: center top;
    opacity: 0;
  }
  100% {
    background-position: center bottom;
    opacity: 1;
  }
}
@keyframes fadeInDown2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
/*バウンドアニメーション*/
@keyframes fuwafuwa {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
/*上下の動きを指定*/
.updown {
  transform: translateY(-100px);
}

.downup {
  transform: translateY(100px);
}

/*左右の動きを指定*/
.sect02 {
  overflow: hidden;
} /*横スクロールバーを隠す*/
.slide-right {
  transform: translateX(200px);
}

.slide-left {
  transform: translateX(-200px);
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_50 {
  margin-bottom: 50px;
}

.m0a {
  margin: 0 auto;
}

.fw_b {
  font-weight: bold;
}

.pb_50 {
  padding-bottom: 50px;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.flex_bw {
  display: flex;
  justify-content: space-between;
}

/*============================
共通
============================*/
html {
  font-size: 62.5%;
}

body {
  margin: 0 auto;
  letter-spacing: 1px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "Noto Sans JP", "ＭＳ Ｐゴシック", "Helvetica Neue", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  color: #333;
  font-size: 1.6em;
}
@media screen and (max-width: 430px) {
  body {
    font-size: 14px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation: fadeIn 1s ease forwards;
  transition: 0.5s;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fadeInUp.active {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: -99;
  }
}
/*追従メニューバーここから*/
.g-nav {
  width: 100%;
  z-index: 10;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

/* 共通・パーツ */
.bgc-white {
  background-color: #fff;
}

.width1200 {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  padding: 30px 0 60px 0;
}
@media screen and (max-width: 768px) {
  .width1200 {
    padding: 20px 0 30px 0;
    width: 92%;
  }
}

.flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.link-more {
  position: relative;
  display: inline-block;
  padding: 10px 20px 15px 20px;
  background-color: #90ce37;
  color: #333;
  font-family: "shippori-mincho", "游明朝", YuMincho, "Noto serif JP", "ヒラギノ明朝 Pro W3", "HG明朝B", serif;
  font-size: clamp(18px, 1.8vw, 30px);
  text-align: center;
  text-shadow: 1px 1px 2px #fff;
  overflow: hidden;
  display: block;
  transition: 0.5s;
  margin: 0 auto;
  max-width: 600px;
}
.link-more:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #896B1F, #DBC774, #896B1F);
}
.link-more:hover {
  transform: translateY(-10px);
}

.h2-top {
  font-family: "shippori-mincho", "游明朝", YuMincho, "Noto serif JP", "ヒラギノ明朝 Pro W3", "HG明朝B", serif;
  font-size: clamp(28px, 4vw, 42px);
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px auto;
  line-height: 1.2;
}
.h2-top span {
  color: #90ce37;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "Noto Sans JP", "ＭＳ Ｐゴシック", "Helvetica Neue", sans-serif;
  font-size: clamp(16px, 1.8vw, 18px);
  display: block;
  text-align: center;
}

.sp_only {
  display: none;
}

/* ここからメイン */
.main-visual {
  position: relative;
}
.main-visual .key-text {
  position: absolute;
  left: 5vw;
  bottom: 30px;
}
.main-visual .key-text img {
  width: clamp(180px, 80%, 360px);
  margin-bottom: 10px;
}
.main-visual .key-text .key-copie {
  font-family: "shippori-mincho", "游明朝", YuMincho, "Noto serif JP", "ヒラギノ明朝 Pro W3", "HG明朝B", serif;
  font-size: clamp(20px, 3vw, 30px);
  font-weight: bold;
  text-shadow: 1px 1px 3px #fff;
  line-height: 50px;
}
.main-visual .key-text .key-copie span {
  display: block;
  padding-left: 8vw;
}
@media screen and (max-width: 1100px) {
  .main-visual {
    padding-top: 70px;
  }
  .main-visual .key-text {
    bottom: 20px;
  }
  .main-visual .key-text img {
    width: 220px;
    margin-bottom: 10px;
  }
  .main-visual .key-text .key-copie {
    font-size: clamp(18px, 2.3vw, 30px);
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .main-visual {
    padding-top: 55px;
  }
  .main-visual .main-movie {
    height: calc(100vh - 55px);
  }
  .main-visual .key-text {
    bottom: 20px;
  }
  .main-visual .key-text img {
    width: 180px;
    margin-bottom: 10px;
  }
  .main-visual .key-text .key-copie {
    font-size: clamp(18px, 2.3vw, 30px);
    line-height: 28px;
  }
}

/* 導入文 */
.top-contents1 {
  background-image: url(img/top/bg-bubble.jpg);
  background-size: cover;
  padding: 40px 10px;
  margin: 20px auto 60px auto;
}
.top-contents1 .top-intro {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  gap: 20px;
  background-color: rgba(255, 255, 255, 0.5);
}
.top-contents1 .top-intro .inner-left {
  width: 70%;
  max-width: 600px;
}
.top-contents1 .top-intro .inner-left .h2-top {
  margin: 0 0 20px 0;
}
.top-contents1 .top-intro .inner-right {
  width: clamp(250px, 28%, 358px);
}
@media screen and (max-width: 767px) {
  .top-contents1 .top-intro {
    flex-direction: column-reverse;
    align-items: center;
  }
  .top-contents1 .top-intro .inner-left {
    width: 100%;
    max-width: auto;
  }
  .top-contents1 .top-intro .inner-right {
    width: 100%;
    max-width: 358px;
  }
}

/* お知らせ */
.top-news {
  margin-bottom: 40px;
}
.top-news .news-green {
  background-color: #B4DC7B;
  margin: 70px auto 90px auto;
  position: relative;
}
.top-news .news-green:before {
  content: "";
  width: 100%;
  height: calc(100% + 80px);
  background-color: #D4ECB1;
  top: -40px;
  left: 0;
  position: absolute;
  z-index: -3;
}
.top-news .news-green .news-green-inner {
  position: relative;
  padding: 40px 20px;
}
.top-news .news-green .news-green-inner:before {
  position: absolute;
  background-image: url(img/top/bubble-left.png);
  background-size: contain;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  content: "";
  z-index: 1;
}
.top-news .news-green .news-green-inner:after {
  position: absolute;
  background-image: url(img/top/bubble-right.png);
  background-size: contain;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  content: "";
  z-index: 1;
}
.top-news .news-green .news-green-inner .link-more {
  position: relative;
  z-index: 3;
}

.news-box {
  max-width: 1200px;
  margin: 0 auto 30px auto;
  z-index: 10;
  position: relative;
}
.news-box dl {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding: 10px 20px;
  gap: 30px;
}
.news-box dl dt {
  width: 175px;
  background-color: #fff;
  color: #333;
  border-radius: 20px;
  padding: 6px 10px 4px;
  text-align: center;
}
.news-box dl dt a {
  display: inline-block;
  width: 100%;
}
.news-box dl dd a {
  transition: 0.5s;
}
.news-box dl dd a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media screen and (max-width: 480px) {
  .news-box dl {
    flex-direction: column;
    gap: 10px;
  }
}

/* サロンメニュー */
.top-service {
  margin-bottom: 80px;
}
.top-service .list-menu {
  padding: 10px 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.top-service .list-menu li {
  width: 24%;
  max-width: 384px;
  border: 1px solid #fff;
  position: relative;
  overflow: hidden;
}
.top-service .list-menu li a {
  display: block;
  position: relative;
  transition: 0.5s;
}
.top-service .list-menu li a img {
  transition: 0.5s;
}
.top-service .list-menu li a img:hover {
  transform: scale(1.1);
}
.top-service .list-menu li a p {
  position: absolute;
  padding: 5px 10px 7px 10px;
  background-color: rgba(144, 206, 55, 0.75);
  color: #333;
  font-family: "shippori-mincho", "游明朝", YuMincho, "Noto serif JP", "ヒラギノ明朝 Pro W3", "HG明朝B", serif;
  font-size: clamp(18px, 1.8vw, 30px);
  text-align: center;
  text-shadow: 1px 1px 2px #fff;
  overflow: hidden;
  display: block;
  transition: 0.5s;
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
  bottom: 0;
  left: 0;
}
.top-service .list-menu li a p:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #896B1F, #DBC774, #896B1F);
}
@media screen and (max-width: 767px) {
  .top-service .list-menu li {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .top-service .list-menu {
    flex-direction: column;
    -moz-column-gap: 10px;
         column-gap: 10px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .top-service .list-menu li {
    width: 100%;
    max-width: 300px;
  }
}

/* 人気コース */
.popular-course {
  padding: 40px 0;
  background-image: url(img/top/popular-body.png);
  background-size: cover;
}
.popular-course .popular-inner {
  background-color: rgba(144, 206, 55, 0.4);
  padding: 40px 0 50px 0;
}
.popular-course .popular-inner .h2-top span {
  color: #333;
}

.popular-facial {
  background-image: url(img/top/popular-facial.png);
  margin-bottom: 80px;
}

.list-popular {
  width: 95%;
  max-width: 1200px;
  display: flex;
  gap: 40px;
  margin: 0 auto;
}
.list-popular li {
  width: calc((100% - 80px) / 3);
}
.list-popular li .course-header {
  position: relative;
  padding: 10px 10px 10px 110px;
  background-color: #90ce37;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  height: 70px;
  display: grid;
  place-items: center;
  justify-content: start;
}
.list-popular li .course-header:before {
  content: "";
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background-image: url(img/top/gold_no1.png);
  position: absolute;
}
.list-popular li:nth-child(2) .course-header:before {
  background-image: url(img/top/gold_no2.png);
}
.list-popular li:nth-child(3) .course-header:before {
  background-image: url(img/top/gold_no3.png);
}
.list-popular li .course-desc {
  background-color: #fff;
  padding: 25px 20px 20px;
  height: 130px;
  font-size: 16px;
}
.list-popular li .course-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #896B1F;
  background-color: #fff;
  align-items: flex-end;
  padding: 0 20px 20px 20px;
  line-height: 1;
}
.list-popular li .course-footer .course-time {
  font-family: "shippori-mincho", "游明朝", YuMincho, "Noto serif JP", "ヒラギノ明朝 Pro W3", "HG明朝B", serif;
  font-weight: bold;
  font-size: clamp(20px, 2vw, 31px);
  white-space: nowrap;
}
.list-popular li .course-footer .course-price {
  letter-spacing: 1.3px;
  display: flex;
  align-items: flex-end;
  flex-wrap: nowrap;
  gap: 3px;
  font-family: "shippori-mincho", "游明朝", YuMincho, "Noto serif JP", "ヒラギノ明朝 Pro W3", "HG明朝B", serif;
  font-weight: bold;
  font-size: clamp(30px, 3vw, 51px);
}
.list-popular li .course-footer .course-price .first {
  background-color: #90ce37;
  border-radius: 5px;
  font-size: 16px;
  color: #333;
  padding: 5px 7px;
  margin-bottom: 5px;
  margin-right: 4px;
}
.list-popular li .course-footer .course-price .yen {
  font-size: clamp(22px, 2.5vw, 26px);
  padding-bottom: 5px;
}
@media screen and (max-width: 1200px) {
  .list-popular {
    flex-direction: column;
  }
  .list-popular li {
    width: 100%;
  }
  .list-popular li .course-header {
    height: 60px;
    font-size: 17px;
  }
  .list-popular li .course-header br {
    display: none;
  }
  .list-popular li .course-desc {
    height: auto;
  }
  .list-popular li .course-footer {
    justify-content: flex-end;
  }
}

/* Course/メニュー紹介 */
.top-course {
  background-image: url(img/top/bg-bubble.jpg);
  background-size: contain;
  margin-bottom: 80px;
}
.top-course .list-course {
  width: 90%;
  max-width: 980px;
  padding: 10px 10px 50px 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 1px;
}
.top-course .list-course li {
  width: 250px;
  position: relative;
  overflow: hidden;
}
.top-course .list-course li a {
  display: block;
  position: relative;
  transition: 0.5s;
}
.top-course .list-course li a img {
  transition: 0.5s;
  width: 100%;
}
.top-course .list-course li a img:hover {
  transform: scale(1.1);
}
.top-course .list-course li a p {
  position: absolute;
  padding: 5px 10px 5px 10px;
  background-color: rgba(137, 107, 31, 0.75);
  color: #fff;
  font-size: clamp(16px, 1.7vw, 18px);
  text-align: center;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-course .list-course li {
    width: 100%;
    max-width: 280px;
  }
}
@media screen and (max-width: 480px) {
  .top-course .list-course {
    flex-direction: column;
    -moz-column-gap: 10px;
         column-gap: 10px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .top-course .list-course li {
    width: 100%;
    max-width: 300px;
  }
}
.top-course .h3-body {
  font-family: "shippori-mincho", "游明朝", YuMincho, "Noto serif JP", "ヒラギノ明朝 Pro W3", "HG明朝B", serif;
  font-weight: bold;
  font-size: clamp(18px, 1.8vw, 28px);
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top-course {
    background-size: cover;
    margin-bottom: 40px;
  }
}

/* お得なメニュー */
.h3_green {
  background-color: #90ce37;
  font-family: "shippori-mincho", "游明朝", YuMincho, "Noto serif JP", "ヒラギノ明朝 Pro W3", "HG明朝B", serif;
  font-weight: bold;
  font-size: clamp(18px, 1.8vw, 28px);
  text-align: center;
  text-shadow: 1px 1px 2px #fff;
  position: relative;
  padding: 10px 20px;
}
.h3_green:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #896B1F, #DBC774, #896B1F);
}

.recommend-list {
  background-color: #F5F5F5;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.recommend-list li {
  width: calc(50% - 20px);
}
.recommend-list li .recommend-title {
  color: #90ce37;
  font-weight: bold;
  font-size: 17px;
  padding-left: 40px;
  margin-bottom: 20px;
  position: relative;
}
.recommend-list li .recommend-title:before {
  position: absolute;
  content: "";
  background-image: url(img/top/clover-small.png);
  width: 34px;
  height: 43px;
  left: 0;
  top: -7px;
}
@media screen and (max-width: 767px) {
  .recommend-list {
    flex-direction: column;
  }
  .recommend-list li {
    width: 100%;
  }
}

/* Info/サロン情報 */
#company {
  scroll-margin-top: 80px;
}

.top-info {
  background-color: #CDE9A4;
  padding: 40px 0 10px 0;
}
.top-info .info-inner {
  display: flex;
  gap: 40px;
}
.top-info .info-inner .inner-left {
  width: 55%;
}
.top-info .info-inner .inner-left .h2-top span {
  color: #333;
}
.top-info .info-inner .inner-left dl {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #333;
  padding: 12px;
  align-items: center;
  gap: 30px;
}
.top-info .info-inner .inner-left dl dt {
  width: 30%;
  text-align: center;
  font-family: "shippori-mincho", "游明朝", YuMincho, "Noto serif JP", "ヒラギノ明朝 Pro W3", "HG明朝B", serif;
}
.top-info .info-inner .inner-left dl dd {
  width: 70%;
  text-align: left;
}
.top-info .info-inner .inner-right {
  width: 45%;
}
.top-info .info-inner .inner-right img {
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 1020px) {
  .top-info .info-inner {
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .top-info .info-inner {
    flex-direction: column;
  }
  .top-info .info-inner .inner-left {
    width: 100%;
  }
  .top-info .info-inner .inner-right {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .top-map {
    height: 300px;
  }
}
/*ページトップボタン*/
#pagetop {
  text-align: center;
  position: fixed;
  right: 2vw;
  bottom: 2vw;
  z-index: 990;
}
#pagetop .pagetop_btt {
  cursor: pointer;
  transition: 0.3s;
}
#pagetop .pagetop_btt:hover {
  transform: translateY(-7px);
}
@media screen and (max-width: 767px) {
  #pagetop {
    bottom: 50px;
    right: 15px;
    width: 80px;
    height: auto;
  }
}

/*フッターここから*/
footer {
  background-image: url(img/footer-bg.jpg);
  background-size: cover;
  position: relative;
}
footer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #896B1F, #DBC774, #896B1F);
}
footer .footer-inner {
  width: 50%;
  min-width: 900px;
  background-color: rgba(33, 33, 31, 0.9);
  margin: 0 0 0 auto;
}
@media screen and (max-width: 900px) {
  footer .footer-inner {
    width: 100%;
    min-width: auto;
  }
}
footer .footer-inner .footer-logo {
  padding: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 40px;
}
footer .footer-inner .footer-logo a img {
  width: 100%;
  max-width: 150px;
}
@media screen and (max-width: 480px) {
  footer .footer-inner .footer-logo {
    padding: 20px;
    gap: 20px;
    flex-direction: column;
  }
  footer .footer-inner .footer-logo a img {
    max-width: 100px;
  }
}
footer .footer-inner .footer-logo .footer-logo {
  margin-bottom: 30px;
  padding: 0 20px;
}
footer .footer-inner .footer-logo .footer-info p {
  margin-bottom: 5px;
  font-size: clamp(14px, 1.3vw, 16px);
}
footer .footer-inner .footer-logo .footer-info .footer-tel {
  font-family: "shippori-mincho", "游明朝", YuMincho, "Noto serif JP", "ヒラギノ明朝 Pro W3", "HG明朝B", serif;
  font-size: clamp(18px, 1.8vw, 24px);
  margin-bottom: 0;
}
footer .footer-inner .footer-nav {
  font-family: "shippori-mincho", "游明朝", YuMincho, "Noto serif JP", "ヒラギノ明朝 Pro W3", "HG明朝B", serif;
  color: #fff;
  padding: 0 30px 30px 30px;
  font-size: clamp(14px, 1.5vw, 16px);
}
footer .footer-inner .footer-nav .footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 5px;
}
footer .footer-inner .footer-nav .footer-menu li a {
  transition: 0.5s;
  white-space: nowrap;
}
footer .footer-inner .footer-nav .footer-menu li a:hover {
  color: #90ce37;
}
footer .footer-inner .footer-nav .footer-menu .menu-sub {
  display: flex;
  gap: 20px;
  width: 100%;
}
footer .footer-inner .footer-nav .footer-menu .menu-sub a {
  display: block;
}
footer .footer-inner .footer-nav .footer-menu .menu-sub .menu-body li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
footer .footer-inner .footer-nav .footer-menu .menu-sub .menu-body li .menu-small {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
footer .footer-inner .footer-nav .footer-menu .menu-sub .menu-body li .menu-small li {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-nav {
    display: none;
  }
}
footer .footer-inner .copyright {
  font-size: 14px;
  position: relative;
  background-color: rgba(144, 206, 55, 0.75);
  text-align: center;
  padding: 20px 15px 15px 15px;
}
footer .footer-inner .copyright:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #896B1F, #DBC774, #896B1F);
}

#body-course {
  scroll-margin-top: 10px;
}

#top-body {
  scroll-margin-top: 50px;
}