@charset "UTF-8";

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

@media screen and (max-width: 320px) {
  html {
    font-size: 2vw;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #323333;
}
@media screen and (max-width: 767px) {
  body {
    font-feature-settings: "palt";
    font-size: 1.4rem;
  }
}

li {
  list-style: none;
}

a {
  color: #323333;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.flex {
  display: flex;
}
@media (max-width: 767px) {
  .flex {
    flex-direction: column;
  }
}

/* コンテンツ幅 通常 */
.content-width {
  max-width: 99.5rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .content-width {
    width: 100%;
  }
}

/* コンテンツ幅 大 */
.content-width--l {
  max-width: 112.9rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .content-width--l {
    width: 100%;
  }
}

/* セクションタイトル */
.section__ttl {
  text-align: center;
  margin: 11rem auto 10rem;
}
@media (max-width: 767px) {
  .section__ttl {
    margin: 5.5rem auto 5rem;
  }
}

/* 壁紙 */
.bg {
  background-color:#F6F7F8;
}
@media (max-width: 767px) {
  .bg {
  background-color:#F6F7F8;
  }
}

/* フッター */
.footer {
  padding: 8rem 0 16.5rem;
}
@media (max-width: 767px) {
  .footer {
    padding: 3rem 0 6rem;
  }
}
.footer .copyright {
  font-size: 1.2rem;
  text-align: center;
}

/* ヘッダー */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #F6F7F8;
  height: 10.5rem;
  z-index: 10;
}
@media (max-width: 767px) {
  .header {
    position: relative;
    height: inherit;
    background: transparent;
  }
}
.header .header__wrapper {
  align-items: center;
  justify-content: space-between;
  padding: 0 5% 0 6.67%;
}
.header .header__logo {
  display: flex;
}
.header .header__logo img {
  max-width: 10.5rem;
  width: 100%;
}
@media (max-width: 767px) {
  .header .header__logo img {
    display: none;
  }
}
.header .header__menu {
  align-items: center;
  justify-content: flex-end;
  width: 52%;
}
@media (max-width: 767px) {
  .header .header__menu {
    display: none;
  }
}
.header .header__menu .header__menu-link {
  align-items: center;
}
.header .header__menu .header__menu-link li {
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #595757;
  margin-right: 4rem;
}
.header .header__menu .header__menu-link li:last-child {
  margin-right: 0;
}
.header .header__menu .insta {
  margin-left: 4.5rem;
  flex-shrink: 0;
}
.header .header__menu .insta img {
  width: 100%;
  max-width: 4.1rem;
}

/* メインビジュアル */
.img-frame {
  width: 100%;
  height: 80vh; 
  position: relative;
  overflow: hidden;
margin: 0 auto;
}

@media (max-width: 767px) {
  .img-frame {
    width:90%;
 height: 23vh; 

}
}

.img {
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: fade 15s infinite;
}

.img:nth-child(1) {
  animation-delay: 5s;
}

.slide:nth-child(2) {
  animation-delay: 10s;
}

.img img {
  width: 100%;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  53% {
    opacity: 1;
  }
  73% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}




/* コンセプト */
.concept {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .concept {
    padding: 0 3rem;
  }
}
.concept .section__ttl img {
  width: 16.3rem;
}
@media (max-width: 767px) {
  .concept .section__ttl img {
    width: 12.5rem;
  }
}
.concept .concept__item {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7.5rem;
}
@media (max-width: 767px) {
  .concept .concept__item {
    margin-bottom: 9.5rem;
  }
}
.concept .concept__item .concept__item-txt {
  width: 50.9%;
}
@media (max-width: 767px) {
  .concept .concept__item .concept__item-txt {
    width: 100%;
  }
}
.concept .concept__item .concept__item-ttl {
  color: #404048;
  font-weight: 700;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .concept .concept__item .concept__item-ttl {
    font-size: 2rem;
    text-align: center;
  }
}
.concept .concept__item p {
  font-size: 2.1rem;
  line-height: 1.7142857143;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .concept .concept__item p {
    font-size: 1.4rem;
    margin-top: 4.5rem;
    text-align: justify;
  }
}
@media (max-width: 767px) {
  .concept .concept__item .concept__item-img {
    margin-top: 11rem;
  }
}
.concept .concept__item:nth-of-type(1) .concept__item-img img {
  width: 100%;
  max-width: 37.6rem;
}
@media (max-width: 767px) {
  .concept .concept__item:nth-of-type(1) .concept__item-img img {
    max-width: 32.9rem;
  }
}
.concept .concept__item:nth-of-type(2) .concept__item-img img {
  width: 100%;
  max-width: 35rem;
}
@media (max-width: 767px) {
  .concept .concept__item:nth-of-type(2) .concept__item-img img {
    max-width: 29rem;
  }
}
.concept .concept__item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .concept .concept__item:nth-of-type(2n) {
    flex-direction: column;
  }
}
.concept .concept__item:last-of-type {
  margin-bottom: 0;
}

/* メニュー */
.menu {
  padding: 0 2rem;
}
.menu .section__ttl img {
  width: 11.1rem;
}
@media (max-width: 767px) {
  .menu .section__ttl img {
    width: 8.5rem;
  }
}
.menu .menu__item-ttl__wrapper {
  justify-content: space-between;
  border-bottom: 1px solid #c95b7f;
  -o-border-image: linear-gradient(90deg, rgb(234, 99, 127) 0%, rgb(13, 56, 147) 100%);
  border-image: linear-gradient(90deg, rgb(234, 99, 127) 0%, rgb(13, 56, 147) 100%);
  padding-bottom: 2rem;
  border-image-slice: 1;
}
.menu .menu__item-ttl__wrapper .menu__item-ttl {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .menu .menu__item-ttl__wrapper .menu__item-ttl {
    text-align: center;
  }
}
.menu .menu__item-ttl__wrapper .menu__item-ttl .small {
  font-size: 2rem;
}
.menu .menu__item-ttl__wrapper .menu__item-ttl-txt {
  font-size: 1.8rem;
  width: 58%;
}
@media (max-width: 767px) {
  .menu .menu__item-ttl__wrapper .menu__item-ttl-txt {
    width: 100%;
    margin-top: 3rem;
    font-size: 1.5rem;
  }
}
.menu .menu__item__service-ttl {
  font-size: 2.1rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .menu .menu__item__service-ttl {
    text-align: center;
  }
}
.menu .menu__item__service-txt {
  width: 70%;
}
@media (max-width: 767px) {
  .menu .menu__item__service-txt {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.menu .menu__item__service-txt p {
  margin-top: 1.6rem;
}
.menu .menu__item {
  background: #fff;
  padding: 3rem 2rem 4.5rem;
  margin-bottom: 12rem;
}
@media (max-width: 767px) {
  .menu .menu__item {
    margin-bottom: 3.5rem;
    padding: 3rem 1.5rem 4.5rem;
  }
}
.menu .menu__item .menu__item-price {
  justify-content: space-between;
  align-items: baseline;
}
@media (max-width: 767px) {
  .menu .menu__item .menu__item-price {
    align-items: center;
  }
}

@media (max-width: 767px) {
  .menu .menu__item .eyelash-perm {
    align-items: flex-end;
  }
}
.menu .menu__item .menu__item-txt {
  font-size: 1.6rem;
  line-height: 1.5625;
  margin-top: 3rem;
}
.menu .menu__item .menu__item__about .about__list {
  margin-top: 4.5rem;
}
.menu .menu__item .menu__item__about .about__list li {
  margin-bottom: 4.5rem;
}
@media (max-width: 767px) {
  .menu .menu__item .menu__item__about .about__list li {
    margin-bottom: 3.5rem;
  }
}
.menu .menu__item .menu__item__about .about__list li .about__ttl {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.5625;
}
@media (max-width: 767px) {
  .menu .menu__item .menu__item__about .about__list li .about__ttl {
    font-size: 1.5rem;
  }
}
.menu .menu__item .menu__item__about .about__list li .about__ttl .right {
  font-size: 1rem;
}
.menu .menu__item .menu__item__about .about__list li p {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .menu .menu__item .menu__item__about .about__list li p {
    font-size: 1.4rem;
  }
}
.menu .menu__item .menu__item__about .about__list li:last-child {
  margin-bottom: 0;
}
.menu .menu__item .about__bunner {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .menu .menu__item .about__bunner {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .menu .menu__item .about__bunner p {
    font-size: 1.1rem;
    text-align: center;
    font-feature-settings: "palt";
  }
}
.menu .menu__item .about__bunner .menu__item__about-img {
  padding-left: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .menu .menu__item .about__bunner .menu__item__about-img {
    padding-left: 0;
  }
}
.menu .menu__item .about__bunner .menu__item__about-img img {
  width: 42.2rem;
}
.menu .menu__item__service {
  border-bottom: dotted 2px #999899;
  padding: 4.5rem 0;
}
@media (max-width: 767px) {
  .menu .menu__item__service {
    padding: 3.5rem 0 3rem;
  }
}
.menu .menu__item__service:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.menu .menu__item__service .price__list {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .menu .menu__item__service .price__list {
    margin-top: 3.5rem;
    width: 90%;
  }
}
.menu .menu__item__service .price__list li {
  display: flex;
  justify-content: space-between;
  font-size: 2rem;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .menu .menu__item__service .price__list li {
    margin-bottom: 1rem;
  }
}
.menu .menu__item__service .price__list li:last-child {
  margin-bottom: 0;
}
.menu .menu__item__service .price__list li .price-name {
  margin-right: 7.5rem;
}
@media (max-width: 767px) {
  .menu .menu__item__service .price__list li .price-name {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .menu .color-eyelash .menu__item-price {
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .menu .other .menu__item__service-txt {
    width: 69%;
  }
}

/*　フォト　*/
.photo {
  padding: 0 2rem;
}
.photo .section__ttl img {
  width: 27.3rem;
}
@media (max-width: 767px) {
  .photo .section__ttl img {
    width: 20.9rem;
  }
}
.photo .photo__list {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 109rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .photo .photo__list {
    flex-direction: column;
    align-items: center;
  }
}
.photo .photo__list li {
  width: 32.39%;
  margin-right: 1.38%;
  margin-bottom: 9rem;
}
@media (max-width: 767px) {
  .photo .photo__list li {
    width: 29.2rem;
    margin-bottom: 5.5rem;
  }
}
.photo .photo__list li:nth-child(3n) {
  margin-right: 0;
}
.photo .photo__list li .photo__list-ttl {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .photo .photo__list li .photo__list-ttl {
    font-size: 1.6rem;
    margin-top: 2.5rem;
  }
}
.photo .photo__img {
  width: 66.4rem;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .photo .photo__img {
    width: 45.7rem;
  }
}

/* 予約 */
.reserve {
  padding: 0 2rem;
}
.reserve .section__ttl img {
  width: 38.7rem;
}
@media (max-width: 767px) {
  .reserve .section__ttl img {
    width: 29.7rem;
  }
}
.reserve .reserve__list {
  justify-content: space-between;
  align-items: flex-start;
}
.reserve .reserve__list li {
  background: #fff;
  max-width: 44.12%;
  width: 100%;
  min-height: 29.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem 2rem 0;
}
@media (max-width: 767px) {
  .reserve .reserve__list li {
    margin-bottom: 7rem;
    max-width: 100%;
    min-height: 24.5rem;
    margin-right: 11.06%;
  }
}
@media (max-width: 767px) {
  .reserve .reserve__list li:last-child {
    margin-right: 0;
  }
}
.reserve .reserve__list li .reserve__list-ttl {
  color: #c95b7f;
  align-items: center;
text-align: center;
  margin-bottom: 3.8rem;
}
@media (max-width: 767px) {
  .reserve .reserve__list li .reserve__list-ttl {
    flex-direction: row;
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }
}
.reserve .reserve__list li .insta {
  width: 4.1rem;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .reserve .reserve__list li .insta {
    width: 3.4rem;
  }
}
.reserve .reserve__list li .insta--img {
  max-width: 26.5rem;
  width: 100%;
}
@media (max-width: 767px) {
  .reserve .reserve__list li .insta--img {
    width: 21.9rem;
  }
}
.reserve .reserve__list li .calender {
  width: 3.7rem;
  margin-right: 1rem;
}
.reserve .reserve__list li .hotpepper {
  max-width: 32.6rem;
  width: 100%;
}
@media (max-width: 767px) {
  .reserve .reserve__list li .hotpepper {
    width: 26.9rem;
  }
}

/* アクセス */
.access {
  padding: 0 2rem;
}

.access .tenpo1 h3{
   font-size: 2.2rem;
  margin-bottom: 2rem;

}

.access .tenpo2 h3{
  margin-top: 5rem;
  margin-bottom: 2rem;
 font-size: 2.2rem;
}

.access .section__ttl img {
  width: 13.2rem;
}
@media (max-width: 767px) {
  .access .section__ttl img {
    width: 9.8rem;
  }
}
@media (max-width: 767px) {
  .access .flex {
    flex-direction: column-reverse;
  }
}
.access .access__map {
  margin-right: 10.05%;
}
@media (max-width: 767px) {
  .access .access__map {
    margin-right: 0;
  }
}
.access .access__map img {
  width: 49.3rem;
  display: block;
}
@media (max-width: 767px) {
  .access .access__map img {
    width: 100%;
  }
}
.access .access__map .googlemap {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .access .access__map .googlemap iframe {
    width: 100%;
    height: 31.2rem;
  }
}
.access .access__map a {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .access .access__map a {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .access .access__list {
    margin-bottom: 5rem;
  }
}
.access .access__list li {
  margin-bottom: 2.5rem;
  padding-left: 3rem;
}
.access .access__list li:last-child {
  margin-bottom: 0;
}
.access .access__list li .access__list-ttl {
  color: #c95b7f;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  position: relative;
}
.access .access__list li .access__list-ttl::before {
  position: absolute;
  content: "";
  background-size: contain;
  transform: translateY(-50%);
  top: 50%;
  bottom: 50%;
  left: -3rem;
}
.access .access__list li .access__list-ttl img {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .access .access__list li .access__list-ttl img {
    margin-right: 1rem;
  }
}
.access .access__list li p {
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 1rem;
  color: #3e3a39;
}
.access .access__list li p small {
  font-size: 1.2rem;
}
.access .access__list li:nth-child(1) .access__list-ttl::before {
  background-image: url(../images/time.png);
  width: 2rem;
  height: 2rem;
}
.access .access__list li:nth-child(2) .access__list-ttl::before {
  background-image: url(../images/chair.png);
  width: 1.5rem;
  height: 2.5rem;
}
.access .access__list li:nth-child(3) .access__list-ttl::before {
  background-image: url(../images/park.png);
  width: 2.5rem;
  height: 1.25rem;
  left: -3.5rem;
}
.access .access__list li:nth-child(4) .access__list-ttl::before {
  background-image: url(../images/cycle.png);
  width: 2.9rem;
  height: 1.8rem;
  left: -3.5rem;
}
.access .access__list li:nth-child(5) .access__list-ttl::before {
  background-image: url(../images/child.png);
  width: 2.3rem;
  height: 1.8rem;
}
.access .access__list li:nth-child(6) .access__list-ttl::before {
  background-image: url(../images/address.png);
  width: 1.6rem;
  height: 2rem;
}
.access .access__list li:nth-child(7) .access__list-ttl::before {
  background-image: url(../images/tell.png);
  width: 2rem;
  height: 2.1rem;
}

/* ハンバーガーメニューボタン */
.hamburger-btn {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  width: 6rem;
  height: 6rem;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .hamburger-btn {
    display: none;
  }
}
.hamburger-btn .hamburger-btn__line {
  position: relative;
}
.hamburger-btn .hamburger-btn__line .line {
  position: absolute;
  content: "";
  background: #c95b7f;
  width: 3rem;
  height: 3px;
  left: 50%;
  right: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.hamburger-btn .hamburger-btn__line .line:nth-child(1) {
  top: 1.8rem;
}
.hamburger-btn .hamburger-btn__line .line:nth-child(2) {
  top: 3rem;
}
.hamburger-btn .hamburger-btn__line .line:nth-child(3) {
  top: 4.2rem;
}

/* ハンバーガーメニュー SPのみ */
.header__menu--sp {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  color: #323333;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  opacity: 0;
  text-align: center;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
}
@media (min-width: 768px) {
  .header__menu--sp {
    display: none;
  }
}
.header__menu--sp ul {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header__menu--sp ul li {
  margin-bottom: 2rem;
  font-size: 4rem;
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  font-weight: 500;
  color: #595757;
}

/* ハンバーガーメニュー　open */
.header__menu--sp.active {
  opacity: 1;
  visibility: visible;
}

.hamburger-btn.active .line {
  left: inherit;
  right: 1.3rem;
}
.hamburger-btn.active .line:nth-child(1) {
  transform: rotate(-45deg);
  top: 2.9rem;
}
.hamburger-btn.active .line:nth-child(2) {
  transform: rotate(45deg);
  top: 2.9rem;
}
.hamburger-btn.active .line:nth-child(3) {
  transform: rotate(45deg);
  top: 2.9rem;
}