@charset "utf-8";


/* 共通の設定 */
html {
  font-size: 62.5%;
  font-family: serif;
}
h1,h2,h3 {
  font-size: 2.4rem;
}
p, li {
  font-size: 1.6rem;
}
.color_623E2A {
  color: #623E2A;
}
.color_8C7356 {
  color: #8C7356;
}
.h768 {
  height: 768px;
}
.h7570 {
  height: 570px;
}
.backF7F6F6 {
  background-color: #F7F6F6;
}
.pcHide {
  display: none;
}
html {
  scroll-behavior: smooth;
}
.pagetop {
  height: 40px;
  width: 40px;
  position: fixed;
  right: 5px;
  bottom: 5px;
  background: rgb(138, 141, 122, 0.5);
  border: solid 2px rgb(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid rgb(255, 255, 255, 0.8);
  border-right: 3px solid rgb(255, 255, 255, 0.8);
  transform: translateY(20%) rotate(-45deg);
}
:root{
  scroll-padding: 110px;
  }

/* ヘッダーの設定 */
header {
  z-index: 999;
  position: fixed;
  width: 100%;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 110px;
  background: linear-gradient(to right, rgb(173, 173, 173, 0.5), rgba(255, 255, 255, 0.75));
}
h1 {
  margin-left: 30px;
}
 .topInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
 .topInfo p {
  text-shadow: 0 0 0.5px #623E2A;
}
.FF914D {
  font-size: 2rem;
  color: #ff6200;
  text-shadow: 0 0 0px #ff6200;
}
.reserveBtn {
  margin-left: 30px;
  margin-right: 50px;
}


/* ファーストビューの設定 */
.firstView {
  height: 100vh;
  background-image: url(../images/firstView.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
.firstView p {
  font-size: 2.4rem;
  text-align: center;
  /* padding-top: 10%; */
  color: #fff;
  text-shadow: 0 0 0.5px #fff, 0 0 3px #000;
  position: absolute;
  bottom: 60%;
  left: 50%;
  transform: translateX(-50%);
}
.firstView p span {
  font-size: 4rem;
}


/* ナビゲーションの設定 */
nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
}
nav ul {
  height: 50px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
nav ul li {
  width: calc(100% / 5);
  line-height: 50px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  border-right: 1px dotted #947D6F;
  background-color: rgba(255, 255, 255, 0.75);
}
nav ul li:last-child {
  border-right: none;
}
nav ul li a {
  display: block;
  color: #623E2A;
  text-shadow: 0 0 0.5px #623E2A;
}
nav ul li:hover {
  background-color: #ff6200;
  transition: 0.3s;
}
nav ul li:hover a {
  color: #fff;
  transition: 0.3s;
}



.pattern1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pattern1 section {
  width: 460px;
  margin: 0 auto;
}
.pattern1 h2 {
  text-align: center;
  font-size: 2.8rem;
}
.pattern1 p {
  margin-top: 10px;
  font-size: 2rem;
  line-height: 40px;
}
.dryHeadSpa {
  position: relative;
  z-index: 1;
}
.dryHeadSpa .dec1 {
  scale: 0.5;
  position: absolute;
  bottom: -175px;
  left: 37%;
}
.dryHeadSpa .dec2 {
  scale: 0.5;
  position: absolute;
  top: -200px;
  right: 0%;
  z-index: -2;
  opacity: 0.5;
}
.innerImpactBtn {
  color: #ff6200;
  text-shadow: 0 0 1px #ff6200;
  z-index: 1;
}

/* ４つのこだわり */
.about4 {
  background-image: url(../images/back4point.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  margin-bottom: 100px;
}
.about4 h2,
.profile h2,
.aboutStep h2,
.innerImpact h2,
.forbidden h2,
.notes h2,
.access h2,
.reserve h2 {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 30px;
  padding-top: 30px;
}
.about4box section {
  width: 1030px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.about4 h2 {
  font-size: 3.2rem;
  margin-bottom: 50px;
}
.about4box p {
  font-size: 2rem;
}


/* こんな方におすすめ */
.target {
  background-image: url(../images/backTarget.webp);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}
.target section {
  width: 1030px;
}
.target h2 {
  font-size: 3.2rem;
  margin-left: 50px;
  margin-bottom: 30px;
}
.target li {
  font-size: 2rem;
  list-style: disc;
  margin-bottom: 20px;
  text-shadow: 0 0 1px #623E2A;
}


/* プロフィール */
.profile {
  background-image: url(../images/backProfile.webp);
  background-color:rgba(255,255,255,0.8);
  background-blend-mode:lighten;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100px;
  position: relative;
  margin-bottom: 100px;
}
.profile section {
  width: 1030px;
  margin: 0 auto;
  position: relative;
}
.profile h2 {
  font-size: 3.2rem;
}
.profile section p {
  font-size: 2rem;
  line-height: 35px;
  width: 1030px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.myName {
  position: absolute;
  bottom: 25px;
  left: 650px;
  font-size: 2rem;
  width: 330px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/pointProfile.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  z-index: 1;
}
.myName p {
  font-size: 2.4rem;
  position: absolute;
  bottom: 30px;
  left: 60px;
  z-index: 1;
}
.owner {
  position: absolute;
  bottom: 0;
  right: 0;
}


/* 施術の流れ */
.aboutStep {
  padding-bottom: 50px;
}
.aboutStep p {
  font-size: 2rem;
}
.stepImg img {
  scale: 1;
}
.stepBox {
  width: 600px;
  margin: 0 auto;
}
.step4 .stepBox {
  width: 700px;
  text-align: center;
}
.step4 .stepBox p {
  text-align: center;
}
.step1,
.step2,
.step3,
.step4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 550px;
}
.step1 section,
.step2 section,
.step3 section,
.step4 section {
  width: 550px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
.step1 section p,
.step2 section p,
.step3 section p,
.step4 section p {
  text-align: left;
  margin-top: 20px;
}
.step1 section {
  background-image: url(../images/pointStep1.webp);
}
.step2 section {
  background-image: url(../images/pointStep2.webp);
}
.step3 section {
  background-image: url(../images/pointStep3.webp);
}
.step4 section {
  background-image: url(../images/pointStep4.webp);
}
.stepNumber {
  margin-bottom: 15px;
}


/* 超短波（インナーインパクト）とは */
.innerImpact {
  background-image: url(../images/backInnerimpact2.webp);
  background-color:rgba(255,255,255,0.5);
  background-blend-mode:lighten;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}
.innerImpact section {
  width: 700px;
}
.innerImpact h2 {
  font-size: 3.2rem;
  color: #505050;
  text-shadow: -1px -1px rgba(255, 255, 255, 0.5), 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.innerImpact p {
  font-size: 2rem;
  line-height: 35px;
  color: #505050;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}


/* メニュー */
.menuTitle {
  height: 290px;
  padding-top: 50px;
  margin-bottom: 30px;
}
.menuTitle h2,
.menuTitle p {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2.8rem;
}
.menulist {
  width: 1030px;
  height: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menulist section {
  width: 443px;
  height: 430px;
  margin: auto;
  background-image: url(../images/pointMenu.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.menulist section h3,
.menulist section p {
  width: 375px;
  font-size: 1.8rem;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: center;
}
.menulist section p {
  text-align: center;
}
.course1 h3 {
  padding-top: 100px;
}
.course2 h3 {
  padding-top: 120px;
}
.course3 h3 {
  padding-top: 55px;
}
.course3 span {
  display: block;
  text-align: center;
}
.course3 em {
  display: block;
  letter-spacing: -0.2rem;
}
.price em {
  letter-spacing: normal;
}
.price {
  padding-top: -100px;
}
/* .firstCustomer {
  opacity: 0;
}
.repeater span {
  opacity: 0;
} */


/* 自律神経を整えて、本来の自分を取り戻しませんか？ */
.catchCopy {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 100px;
}
video {
  width: 100%;
  height: auto;
}


/* 禁忌事項 */
.forbidden {
  background-image: url(../images/backForbidden.webp);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding-bottom: 50px;
  margin-top: -5px;
  margin-bottom: 100px;
}
.forbidden h3 {
  font-size: 1.6rem;
}
.forbidden p {
  font-size: 1.2rem;
  padding-left: 2px;
}
.forbiddenList {
  margin-bottom: 15px;
}


/* 注意事項 */
.backF1F0F0 {
  background-color: #F1F0F0;
  margin-bottom: 100px;
}
.notes li {
  list-style: disc;
  line-height: 35px;
  text-shadow: 0 0 0px #8C7356;
}
.notes ul {
  width: 1030px;
  margin: 0 auto;
  padding-bottom: 50px;
}


/* アクセス */
.backBDB2A4 {
  background-color: #BDB2A4;
}
.access h2,
.access p {
  color: #fff;
}
.access hr {
  width: 1030px;
}
.aboutAccess {
  width: 1030px;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.accessBox {
  width: 500px;
  text-align: center;
}
.accessBox p {
  margin-top: 30px;
}
.to3sns {
  width: 150px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


/* ご予約はこちらから */
.h265 {
  height: 265px;
  text-align: center;
}
.back947D6F {
  background-color: #947D6F;
  padding-bottom: 50px;
}
.reserveIcon {
  width: 150px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reserve h2 {
  padding-top: 50px;
  margin-bottom: 50px;
  color: #fff;
}

footer {
  height: 30px;
  display: flex;
  justify-content: center;
  align-self: center;
  padding-bottom: 50px;
}
small {
  display: flex;
  justify-content: center;
  align-self: center;
}


.pcHide {
  display: none;
}


/* ------------------------------------------------ */
/* インナーインパクトの詳細について */
/* ------------------------------------------------ */
.aboutInnerimpact {
  text-align: center;
  padding-bottom: 150px;
  background-image: url(../images/backInnerimpact2.webp);
  background-color:rgba(255,255,255,0.5);
  background-blend-mode:lighten;
  background-repeat: no-repeat;
  background-size: cover;
  h2 {
    padding-top: 175px;
  }
  .imgp {
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  p {
    width: 600px;
    text-align: left;
  }
}