@charset "utf-8";


@media screen and (max-width: 960px) {
/* @media screen and (max-width: 1279px) { */
/* 共通の設定 */
.pcHide {
  display: block;
}
.mobileHide {
  display: none;
}
.w320 {
  width: calc(100% - 20px);
  margin: 0 auto;
}
.color_C37D42 {
  color: #c37d42;
}
.color_8a8d7a {
  color: #8a8d7a;
}
p, li {
  font-size: 1.3rem;
}
.h768,
.h7570 {
  height: auto;
}
.backF7F6F6 {
  background-color: #fff
}
:root{
  scroll-padding: 60px;
  }

/* ヘッダーの設定 */
.header {
  height: 60px;background: linear-gradient(to right, rgba(122, 122, 122, 0.5), rgba(255, 255, 255, 0.75));
}
h1 {
  scale: 0.5;
  margin-left: -60px;
}
.reserveBtn {
  position: absolute;
  right: -27.5px;
  top: 5px;
  scale: 0.75;
}



.firstView {
  width: 100%;
  height: auto;
  background-image: none;
  position: relative;
}
.firstView p {
  font-size: 1rem;
  width: calc(100% - 20px);
  text-align: center;
  position: absolute;
  bottom: 25%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-shadow: 0 0 1px #fff, 0 0 2px #000;
}
.firstView p span {
  font-size: 2.4rem;
  display: block;
  margin-bottom: -20px;
}



.pattern1 {
  padding-bottom: 20px;
  display: block;
}
.pattern1 section {
  width: calc(100% - 20px);
}
.pattern1 h2 {
  padding-top: 20px;
  font-size: 1.6rem;
}
.pattern1 p {
  margin: 0 auto;
  margin-top: 10px;
  font-size: 1.3rem;
  line-height: 24px;
  text-align: center;
}
.pattern1 img {
  display: block;
  width: 100%;
  height: auto;
}
.pcHideHr {
  width: 90%;
  margin: 0 auto;
  opacity: 0.5;
}


/* ４つのこだわり */
.about4 {
  margin-top: 20px;
  text-align: center;
  padding-bottom: 20px;
  background-image: none;
  margin-bottom: 0px;
}
.about4 h2 {
  font-size: 2.4rem;
  height: 60px;
  background-image: url(../images/pointAbout4.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 50px;
}
.about4box section {
  width: 90%;
  position: relative;
}
.about4 h3 {
  width: 80%;
  height: 25px;
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #8a8d7a;
  border-radius: 2px;
  color: #fff;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.about4box section:last-child h3 {
  height: 50px;
  top: -40px;
}
.about4box section:last-child {
  margin-top: 55px;
}
.about4box p {
  font-size: 1rem;
  line-height: 16px;
  border: 1px solid #8a8d7a;
  border-radius: 2px;
  padding: 15px 0 10px;
}


/* こんな方におすすめ */
.target {
  margin-bottom: 50px;
}
.target section {
  width: calc(100% - 20px);
  padding-bottom: 40px;
  margin-left: 40px;
}
.target h2 {
  font-size: 1.6rem;
  margin-left: 0px;
  margin-top: 40px;
  margin-bottom: 10px;
}
.target li {
  font-size: 1rem;
  list-style: disc;
  margin-bottom: 10px;
  text-shadow: 0 0 0.5px #623E2A;
}



/* プロフィール */
.profile {
  padding-bottom: 20px;
  background-color:rgba(255,255,255,0.85);
}
.profile section {
  width: calc(100% - 20px);
}
.profile h2 {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.profile section p {
  width: calc(100% - 20px);
  font-size: 1rem;
  line-height: 15px;
}
.myName {
  bottom: 0;
  left: 25px;
  font-size: 2rem;
  width: 165px;
  height: 75px;
}
.myName p {
  font-size: 1.3rem;
  position: absolute;
  bottom: 10px;
  left: 30px;
}
.owner {
  scale: 0.4;
  position: absolute;
  bottom: -115px;
  right: -95px;
}


/* 施術の流れ */
.aboutStep h2 img {
  width: 225px;
  height: 150px;
}
.aboutStep h2 {
  margin-top: 10px;
  padding-top: 10px;
}
.aboutStep h3 {
  font-size: 2rem;
  padding-bottom: 5px;
  margin-left: -5px;
}
.step1,
.step2,
.step3,
.step4 {
  display: block;
  height: auto;
  padding-bottom: 40px;
}
.step1 .stepBox,
.step2 .stepBox,
.step3 .stepBox,
.step4 .stepBox {
  width: calc(100% - 20px);
}
.stepBox .mobile {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.stepNumber {
  scale: 0.625;
  margin-right: 10px;
}
.stepImg img {
  width: 100%;
  height: auto;
}
.step1 section p,
.step2 section p,
.step3 section p,
.step4 section p {
  font-size: 1.3rem;
  text-align: center;
  margin-top: 0px;
}
.aboutStep a {
  color: #ff6200;
  text-shadow: 0 0 1px #ff6200;
  display: block;
  margin-top: 10px;
}
.step2 .stepImg {
  order: 1;
}
.step2 .stepBox {
  order: 2;
}


/* 超短波（インナーインパクト）とは */
.innerImpact {
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.innerImpact h2,
.innerImpact p {
  width: calc(100% - 20px);
  margin: 0 auto;
}
.innerImpact h2 {
  font-size: 2rem;
}
.innerImpact p {
  width: calc(100% - 80px);
  margin-top: 10px;
  font-size: 1.3rem;
  line-height: 20px;
  text-align: center;
}


/* メニュー */
.menuTitle {
  height: auto;
  margin-bottom: 30px;
}
.menuTitle h2 img {
  width: 225px;
  height: 150px;
}
.menuTitle h2 {
  margin-top: 0px;
  padding-top: 0px;
}
.menuTitle p {
  font-size: 1.6rem;
}
.menulist {
  width: 100%;
  height: auto;
  display: block
}
.menulist h3 {
  padding-top: 30px;
}
.menulist section h3,
.menulist section p {
  width: calc(100% - 20px);
  font-size: 1.6rem;
}
.menulist img {
  width: 100%;
  height: auto;
}
.menulist section {
  width: calc(100% - 20px);
  height: auto;
  margin: 0 auto;
  background-image: none
}
.repeater {
  padding-bottom: 100px;
  background-image: url(../images/pointMenu2.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 100px;
}
.price {
  padding-top: 20px;
}
/* .firstCustomer {
  display: none;
}
.repeater span {
  display: none;
} */



/* 自律神経を整えて、本来の自分を取り戻しませんか？ */
.catchCopy {
  margin-bottom: 50px;
}



/* 禁忌事項 */
.forbidden {
  margin-bottom: 50px;
}
.forbidden section {
  width: calc(100% - 40px);
  margin: 0 auto;
  text-align: left;
}
.forbidden {
  background-position: -275px center;
  padding-bottom: 30px;
}
.forbidden h2 {
  font-size: 2.4rem;
  color: #623E2A;
  margin-bottom: 10px;
}
.forbidden h3 {
  font-size: 1.3rem;
  color: #623E2A;
}
.forbidden p {
  color: #623E2A;
  text-shadow: 0 0 0.5px #623E2A;
  margin-bottom: 10px;
  margin-left: 12px;
}


/* 注意事項 */
.backF1F0F0 {
  margin-bottom: 50px;
}
.notes h2 {
  font-size: 2.4rem;
  margin-bottom: 10px;
}
.notes section,
.notes ul {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.notes li {
  list-style: disc;
  font-size: 1.2rem;
  line-height: 24px;
  margin-bottom: 10px;
  margin-left: 20px;
}


/* アクセス */
.access h2 {
  font-size: 2.4rem;
}
.access hr {
  width: calc(100% - 40px);
  opacity: 0.5;
}
.aboutAccess {
  width: calc(100% - 20px);
  margin: 0 auto;
  display: block;
}
.accessBox {
  width: 100%;
  margin: 0 auto;
}
.accessBox p {
  font-size: 1.6rem;
}
.accessBox span {
  width: calc(100% - 20px);
  font-size: 1.3rem;
  text-shadow: 0 0 1px #fff;
  border-bottom: 0.5px solid #fff;
}
.accessBox .pcHide {
  border-bottom: none;
  margin: 0 auto;
  margin-top: -10px;
}
.rest {
  letter-spacing: 0.2rem;
}
.to3sns {
  margin-top: 10px;
  padding-bottom: 30px;
}


/* フッターの設定 */
footer {
  padding-bottom: 0px;
}

/* ハンバーガーメニューの設定 */
  :root {
    --background-navbar: rgba(255, 255, 255, 0.98);
  }
  .hamburgerMenu {
    list-style: none;
    position: absolute;
    width: 100%;
    height: auto;
    right: 0;
    top: 8px;
    margin-top: 52px;
    padding: 0 0 10px 0;
    clear: both;
    background: var(--background-navbar);
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    transform: scale(1, 0);
    transform-origin: top;
    z-index: 998;
  }

  .hamburgerMenu-btn:checked~.hamburgerMenu {
    transform: scale(1, 1);
    transform-origin: top;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }

  .hamburgerMenu a {
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 16px;
    text-transform: capitalize;
    color: #c37d42;
    opacity: 0;
    transition: 0.5s;
  }

  .hamburgerMenu li {
    border-top: 0.5px solid #c37d42;
    padding: 15px 0;
    margin: 0 54px;
    opacity: 0;
    transition: 0.5s;
  }
  .hamburgerMenu li:first-child {
    border-top: none;
  }

  .hamburgerMenu-btn:checked~.hamburgerMenu a,
  .hamburgerMenu-btn:checked~.hamburgerMenu li {
    opacity: 1;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
  }

  .hamburgerMenu-btn {
    display: none;
  }

  .hamburgerMenu-icon {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-right: 15px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .navicon {
    background: #daa520;
    display: block;
    height: 1px;
    width: 26px;
    position: relative;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }

  .navicon:before,
  .navicon:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #daa520;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }

  .navicon:before {
    top: 9px;
  }

  .navicon:after {
    bottom: 9px;
  }

  .hamburgerMenu-btn:checked~.hamburgerMenu-icon .navicon:before {
    transform: rotate(-45deg);
  }

  .hamburgerMenu-btn:checked~.hamburgerMenu-icon .navicon:after {
    transform: rotate(45deg);
  }

  .hamburgerMenu-btn:checked~.hamburgerMenu-icon:not(.steps) .navicon:before {
    top: 0;
  }

  .hamburgerMenu-btn:checked~.hamburgerMenu-icon:not(.steps) .navicon:after {
    bottom: 0;
  }

  .hamburgerMenu-btn:checked~.hamburgerMenu-icon .navicon {
    background: rgba(0, 0, 0, 0);
    transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }







  /* ------------------------------------------------ */
/* インナーインパクトの詳細について */
/* ------------------------------------------------ */
.aboutInnerimpact {
  padding-bottom: 50px;
  background-color:rgba(255,255,255,0.75);
  background-blend-mode:lighten;
  h2 {
    font-size: 1.6rem;
    padding-top: 100px;
  }
  .imgp {
    margin-top: 25px;
    display: block;
  }
  p {
    width: calc(100% - 50px);
    margin-top: 25px;
  }
  span {
    display: block;
    text-align: center;
    font-size: 1.6rem;
  }
}
}

