@charset "UTF-8";
/* 共通ーーーーーーーーーーーーーーーー */
html, body, h1, h2, h3, h4, h5, h6, ul, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

ul {
  list-style: none;
  list-style-type: none;
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

body {
  font-size: 16px;
  font-weight: 600;
  background: #fff;
  color: #333;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.6875;
  z-index: -10;
	
  counter-reset: cnt;
}

img {
  width: 100%;
  height: auto;
  border: none;
}

a {
  text-decoration: none;
}

.fcolor_g1 {color: #55937A;}

.inner_l {
  margin: 0 auto;
  box-sizing: content-box;
}

.inner_s {
  max-width: 880px;
  margin: 0 auto;
  box-sizing: content-box;
}

.section-title {
  color: #55937a;
  font-size: 42px;
  line-height: 0.8;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  font-style: oblique;
}

.section-title span {
  font-size: 14px;
  color: #888;
  letter-spacing: normal;
}

.gray__bg {
  background: #f5f5f5;
  margin: 0 20px;
  z-index: -100;
}


.btn {
  display: block;
  background: #74b88d;
  text-align: center;
  align-items: center;
  margin: 0 auto;
  font-weight: 600;
  width: 340px;
  color: #fff;
  line-height: 3.5;
	position: relative;
}
.btn::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
    top:42%;
    right: 23px;
    /*矢印の形状*/
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    /*アニメーションの指定*/
    transition: all .3s;
}
.btn:hover::after{
    right: 21px;
}

.btn i {
  color: #fff;
  margin-left: 30px;
}

.btn__cover {
  display: block;
  margin: 0 auto;
}


/* headerーーーーーーーーーーーーーーーー */
.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.5s;
}

.header.change-color {
  background-color: rgba(25,69,41,0.3);
  transition: 0.3s;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  height: inherit;
}

.header__left {
  display: flex;
}

.header__logo {
  z-index: 500;
}

.header__logo a {
  display: block;
  height: auto;
  margin-right: 10px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
}

.header__copy {
  color: #fff;
  font-size: 14px;
}

.nav__items {
  display: flex;
}

.nav__item a {
  display: block;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
}

.header__right {
  display: flex;
}

/* tel */
.tel-info {
  margin-bottom: 5px;
}

.tel-info a {
  display: block;
  font-size: 26px;
  color: #fff;
  line-height: 1;
}

.tel-info span {
  font-size: 12px;
}

.header__tel p {
  font-size: 12px;
  color: #fff;
}

.reserve__link {
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  background: #74b88d;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
}

.reserve__link a {
  display: block;
}

.reserve__link i {
  width: 30px;
  height: 30px;
  font-size: 32px;
  color: #fff;
}

/* TOP ーーーーーーーーーーーーーーーー */
/* main */
.main {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
}

.main .swiper-slide {
  position: relative;
}

.main .swiper-slide::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  background-color:rgba(25,69,41,0.4);
}

.main .swiper-slide img {
  object-fit: cover;
}

.main__text {
  position: absolute;
  z-index: 100;
  color: #fff;
}

.main__text__title {
  font-size: 40px;
}

.main__text__lead {
  line-height: 2;
}

.main__text__sub {
  position: absolute;
  font-family: 'Petit Formal Script', cursive;
  line-height: 2;
  color: #fff;
  z-index: 100;
}

/* sub content */
.top-sub {
  display: flex;
  justify-content: center;
}

.top-sub__text__box {
  width: 50%;
}

.top-sub .section-title {
  margin-bottom: 30px;
}

.top-sub__text {
  max-width: 580px;
  line-height: 2;
}

/* top-about */
.top-about__inner {
  position: relative;
}

.top-about__img {
  position: relative;
  left: -20px;
}

.top-about__img::after {
  position: absolute;
  content: "";
  top: 10px;
  bottom: 0;
  right: -10px;
  left: 0;
  aspect-ratio: 35/22.7;
  background: #74b88d;
  z-index: -10;
}

.top-about__img img {
  aspect-ratio: 35/23;
  object-fit: cover;
}

.top-about__text__box {
  width: 100%;
}

.top-about .section-title {
  margin-bottom: 30px;
}

.top-about__text {
  max-width: 580px;
  line-height: 2;
}


/* top-menu */
.top-menu .section-title {
  margin-bottom: 35px;
  text-align: center;
}

.top-menu .section-text {
  text-align: center;
  margin-bottom: 55px;
}

.card__img__cover {
  margin-bottom: 20px;
}

.card__img {
  position: relative;
  display: block;
  aspect-ratio: 19/12;
  object-fit: cover;
  object-position: center;
}

.card__img::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
  width: 100%;
	height: 240px;
	background-image: linear-gradient(180deg, transparent 0 80%, #050f1c 100%);
  z-index: 800;
}

.card__title {
  color: #55937a;
  font-size: 20px;
	font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
}

.card__item__text {
  padding: 0 20px;
}

/* top-shop */
.top-shop {
  margin-bottom: 80px;
}

.top-shop__img {
  position: relative;
  width: 87.5%;
  margin-left: auto;
}

.top-shop__img::after {
  position: absolute;
  content: "Be beautiful";
  right: 45px;
  color: #55937a;
  font-family: 'Petit Formal Script', cursive;
}

.top-shop__img img {
  aspect-ratio: 14 / 5;
  object-fit: cover;
}

.top-shop .section-title__cover {
  display: flex;
  justify-content: space-between;
}

.top-shop .section-text {
  width: 72.7%;
}


/* under-main ーーーーーーーーーーーーーーーー */
.under__main {
  position: relative;
  z-index: -300;
  height: 500px;
}

.under__main::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background-color:rgba(25,69,41,0.4);
  z-index: -100 !important;
}

.under__main2 {
  position: relative;
  z-index: -300;
  height: 500px;
}
.under__main2::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background-color:rgba(25,69,41,0.25);
  z-index: -100 !important;
}

.under__main__menu {
  background: url(/_common/img/menu2.jpg?20230101) center center / cover;
}

.under__main__shop {
  background: url(/_common/img/shop2.jpg?20230101) center center / cover;
}

.under__main__staff {
  background: url("/_common/img/staff2.jpg") center center / cover;
}

.under__main__ozone {
  background: url("/_common/img/ozone.jpg") center center / cover;
}

.under__main__care {
  background: url("/_common/img/care.jpg") center center / cover;
}

.under__main__hairremoval {
  background: url("/_common/img/hairremoval.jpg") center center / cover;
}

.under__main__recruit {
  background: url("/_common/img/recruit.jpg") center center / cover;
}

.under__main__hairlp_design {
  background: url("/_common/img/hairlp_design.jpg") center center / cover;
}

.under__main__hydrogen {
  background: url("/_common/img/hydrogen.png?3") center center / cover;
}
@media (max-width: 900px) {
.under__main__hydrogen {
  background: url("/_common/img/hydrogen_sp.png") center center / cover;
}
}


.page-title {
  position: absolute;
  top: 53%;
  left: 17%;
  color: #fff;
  line-height: 0.8;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  font-style: oblique;
}

.page-title span {
  font-size: 14px;
  color: #fff;
  letter-spacing: normal;
}

.page-title2 {
  position: absolute;
  top: 53%;
  left: 17%;
  color: #fff;
  line-height: 0.8;
  letter-spacing: 0.075em;
  font-style: oblique;
}

.page-title2 span {
  font-size: 14px;
  color: #fff;
  letter-spacing: normal;
}

/* about ーーーーーーーーーーーーーーーー */
.about__cover {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about .section-title {
  margin-bottom: 30px;
}

.aboutyosa01 .about__img {
  position: relative;
  left: -20px;
}

.aboutyosa01 .about__img::after {
  position: absolute;
  content: "";
  top: 10px;
  bottom: 0;
  right: -10px;
  left: 10px;
  aspect-ratio: 4/4.98;
  background: #74b88d;
  z-index: -10;
}

.aboutyosa01 .about__img img {
  aspect-ratio: 4/5;
  object-fit: cover;
}

.about__text {
  max-width: 580px;
  width: 100%;
  line-height: 2;
}

.about__img img {
  aspect-ratio: 4/5;
  object-fit: cover;
}

.aboutyosa02 .about__img img {
  background: #fff;
  box-sizing: border-box;
  aspect-ratio: 520/542;
}

.aboutyosa02 .about__img {
  max-width: 510px;
}

.aboutyosa02 .section-title {
  margin-bottom: 30px;
}

.beginners__inner .section-title {
  text-align: center;
}

.beginners__inner .section-text {
  text-align: center;
  margin-top: 50px;
}

.beginners__inner .media__inner {
  margin-bottom: 50px;
}

.beginners__items__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 50px;
}

.beginners__items {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 10px 30px;
}

.beginners__item {
  max-width: 240px;
}

.beginners__items + .beginners__items {
  margin-bottom: 60px;
}

.beginners__item + .beginners__item {
  margin-left: 20px;
}


.safety__inner .aboutyosa02 .about__img img {
  aspect-ratio: 10.5/10;
}

.recommend__inner .section-title {
  text-align: center;
}

.recommend__content {
  position: relative;
  margin-top: 50px;
}

.recommend__content__text {
  position: static;
  display: block;
}

.recommend__content .swiper-inner {
  overflow: hidden;
  margin-top: -45px;
}

.recommend-swiper-container {
  position: relative;
  width: 100%;
  margin-top: 40px;
}

.recommend__content02__img img {
  aspect-ratio: 5/3;
  max-width: 600px;
}

.recommend__content02__img:first-child {
  margin-bottom: 30px;
}

.recommend__content02__text img {
  overflow: hidden;
}

.recommend__list {
  font-size: 18px;
}

.recommend__list i {
  color: #74b88d;
  margin-right: 10px;
}

.method__inner .section-text {
  margin: 50px 0;
}

.method__inner {
  margin-bottom: 100px;
}

.method__inner .section-title,
.method__inner .section-text {
  text-align: center;
}

.method__inner .card__items {
  max-width: 880px;
  margin: 0 auto;
}

.method__inner .card__img {
  display: block;
  max-width: 220px;
  height: 220px;
  margin: 0 auto;
}

.herbs__inner {
  margin-bottom: 100px;
}

.herbs__inner .section-title {
  text-align: center;
}

.herbs__inner .media__inner {
  margin: 50px auto 35px;
  justify-content: center;
}

.herbs__inner .media__img img {
  aspect-ratio: 5/3;
  max-width: 600px;
}

.herb__kounou {
  background: #f5f5f5;
  text-align: center;
  padding: 25px 0 40px;
}



/* staff ーーーーーーーーーーーーーーーー */
.staff {
  margin-bottom: 80px;
}

.staff01 {
  margin-top: 80px;
}

.staff__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.staff .staff__img {
  position: relative;
  max-width: 700px;
  width: 100%;
}

.staff .staff__img img {
  object-fit: cover;
}

.staff-swiper-container {
  position: relative;
  overflow: hidden;
}

.staff__text__box {
  padding-left: 7%;
}

.staff__text__box-2 {
  padding-right: 7%;
}

.staff__label {
  display: inline-block;
  font-style: oblique;
  color: #55937a;
  line-height: 1;
}

.staff__title {
  color: #194529;
  font-size: 26px;
}

.staff__text {
  line-height: 2;
}

.staff__item__cover {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
}

.staff__items {
  width: 46%;
}

.staff__item {
  border-bottom: 1px solid #aeaeae;
  border-left: 1px solid #aeaeae;
  padding-left: 20px;
}

.staff__title__cover {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.staff__text {
  font-size: 14px;
}



/* menu ーーーーーーーーーーーーーーーー */
.menu {
  margin-bottom: 80px;
}

.menu01 {
  margin-top: 80px;
}

.media__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.menu .media__img {
  position: relative;
  max-width: 700px;
  width: 100%;
}

.menu .media__img img {
  aspect-ratio: 7/4;
  object-fit: cover;
}

.menu-swiper-container {
  position: relative;
  overflow: hidden;
}

.media__text__box {
  padding-left: 7%;
}

.media__text__box-2 {
  padding-right: 7%;
}

.media__label {
  display: inline-block;
  text-transform: uppercase;
  font-style: oblique;
  color: #55937a;
  line-height: 1;
}
.media__label2 {
  display: inline-block;
  text-transform: uppercase;
  font-style: oblique;
  color: #55937a;
  line-height: 1;
  font-size: 26px;
}

.media__title {
  color: #194529;
  font-size: 26px;
}

.media__title2 {
  color: #000;
  font-size: 20px;
}

.media__text {
  line-height: 2;
}

.menu__item__cover3,
.menu__item__cover2,
.menu__item__cover {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
}

.menu__items {
  width: 46%;
}

.menu__item {
  border-bottom: 1px solid #aeaeae;
  border-left: 1px solid #aeaeae;
  padding-left: 20px;
}
.menu__item2 {
  padding-left: 20px;
}

.menu__title__cover {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.menu__title__cover2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
}

.menu__text {
  font-size: 14px;
}

.menu__title2 {
	margin-left: 15px;
}

.menu__title3 {
	margin-left: 30px;
}

/* pagination ーーーーーーーーーーーーーーーー */
.swiper-pagination {
  display: inline-block;
  position: absolute;
  z-index: 500;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #bfbfbf;
  opacity: 1;
  border-radius: 0;
}

.swiper-pagination-bullet-active {
  background: #74b88d;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
  width: 155px;
  height: 3px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .menu .swiper-pagination-fraction {
  top: 20px;
  left: -55px;
  transform:rotate(90deg); 
}

.shop01 .swiper-horizontal>.swiper-pagination-bullets,
.shop01 .swiper-pagination-bullets.swiper-pagination-horizontal {
  left: 89%;
}

.shop02 .swiper-horizontal>.swiper-pagination-bullets,
.shop02 .swiper-pagination-bullets.swiper-pagination-horizontal {
  left: -7%;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
.swiper-pagination-bullet {
  margin-left: 7px;
}


/* shop ーーーーーーーーーーーーーーーー */
.shop {
  margin-bottom: 80px;
}

.shop01 {
  margin-top: 80px;
}

.shop .media__inner:nth-child(1) {
  justify-content: flex-start;
}

.shop .media__inner:nth-child(2) {
  justify-content: flex-end;
}

.shop .media__img img {
  aspect-ratio: 45/28;
  object-fit: cover;
}

.shop-swiper-container {
  position: relative;
  overflow: hidden;
}

.shop .media__text__box .section-title,
.shop .media__text__box-2 .section-title {
  margin-bottom: 30px;
}
/* hairremoval ーーーーーーーーーーーーーーーー */
.hairremoval .media__img img {
  aspect-ratio: 45/38;
  object-fit: cover;
}
.hairremoval .media__img2 img {
  aspect-ratio: 40/45;
  object-fit: cover;
}

/* care ーーーーーーーーーーーーーーーー */
.care_01 .media__img img {
  aspect-ratio: 45/43;
  object-fit: cover;
}


/* recruit ーーーーーーーーーーーーーーーー */

/* top-recruit */
.top-recruit .section-title {
	margin-top: 60px;
  margin-bottom: 35px;
  text-align: center;
}

.top-recruit .section-text {
  text-align: center;
  margin-bottom: 55px;
}

.top-recruit__img {
  position: relative;
  display: block;
  aspect-ratio: 19/12;
  object-fit: cover;
  object-position: center;
	width: 90%;
	margin: 10px auto 50px;
}
.message__text {
	font-size: 18px;
	color: #194529;
}

.recruit {
  margin-bottom: 80px;
}

.recruit__img {
  position: relative;
  width: 87.5%;
  margin-left: auto;
}

.recruit__img img {
  aspect-ratio: 20 / 7;
  object-fit: cover;
}

.job__description {
  margin: 50px auto;
}
.job__description table {
	margin: 50px auto;
}
.job__description table th,
.job__description table td {
	padding: 20px 0 20px 10px;
	border-bottom: 1px solid #aeaeae;
	text-align: left;
}
.recruit .section-text {
  width: 72.7%;
}


/* hairlp_design ーーーーーーーーーーーーーーーー */

/* top-hairlp_design */
.top-hairlp_design .section-title {
	margin-top: 60px;
  margin-bottom: 35px;
  text-align: center;
}

.top-hairlp_design .section-text {
  text-align: center;
  margin-bottom: 55px;
}

.top-hairlp_design02 {
	border: solid 1px #74B88D;
}

.top-hairlp_design03 h2 {
  color: #194529;
}

.top-hairlp_design04 {
  margin: 20px auto;
}

/* footer ーーーーーーーーーーーーーーーー */
.footer {
  background: url(/_common/img/access_bg_02.jpg) center center / cover;
  height: 100%;
  z-index: -50;
}

.footer__inner__cover {
  z-index: 100;
  padding: 70px 0;
}

.footer .section-title {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}

.footer .section-title span {
  color: #fff;
}

.footer__inner {
  background: #fff;
  margin: 0 auto;
}
.access__cover {
  width: 100%;
  max-width: 600px;
	position: relative;
}

.footer__logo {
  margin-bottom: 35px;
}
.sns {
	position: absolute;
	width: 50%;
	right: 0px;
	top: 70px;
	display: flex;
	justify-content: center;
}
.sns a {
	width: 40px;
}
.sns a img {
	width: 100%;
}
.sns a:not(:last-child) {
	margin-right: 5px;
}
.footer__logo a {
  display: block;
  color: #00583b;
  font-weight: 700;
  text-align: center;
  font-size: 20px;
}

.address,
.info {
  margin-bottom: 30px;
}

.info a {
  color: #333;
}

.map__iframe {
  width: 100%;
}

.map__iframe iframe {
  max-width: 600px;
}

.footer__copyright__cover {
  background: #333;
}

.footer__copyright {
  font-size: 12px;
  text-align: center;
  color: #fff;
}


/* hydrogen ーーーーーーーーーーーーーーーー */

/* hydrogen */
.hydrogen .section-title {
	margin-top: 60px;
  margin-bottom: 35px;
  text-align: center;
}

.hydrogen .section-text {
  text-align: center;
}

.hydrogen_design02 {
  margin: 20px auto;
}

.hydrogen_design07 {
  margin: 50px auto;
}
