@charset "UTF-8";
@font-face {
  src: url("../font/ShipporiMincho-Bold.ttf") format("ttf");
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-display: swap;
  font-weight: bold;
}
html {
  margin-top: 0px !important;
  overflow-x: hidden;
}

.aaa {
  margin-top: 0px !important;
}

body {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  color: #727a87;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.links {
  font-size: 16px;
  margin: 0 auto;
  margin-top: 40px;
  display: block;
  width: 220px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border: 1px solid #727a87;
  border-radius: 7px;
  box-shadow: 1px 1px 6px #727a87;
  transition: 0.2s;
  background-color: white;
}
.links:hover {
  background-color: #cee1f3;
}

a {
  cursor: pointer;
}
a p {
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
}

header {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
header div {
  display: flex;
  justify-content: space-between;
}
header div h1 {
  padding-top: 10px;
  font-size: 24px;
  font-weight: bold;
  font-family: "Shippori Mincho", serif;
  line-height: normal;
  font-weight: 700;
  position: relative;
  padding-left: 15px;
  width: 280px;
}
header div h1::before {
  position: absolute;
  content: "";
  left: 20px;
  top: -64px;
  background-color: #cee1f3;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  z-index: -1;
}
header div h1 p:nth-of-type(2) {
  padding-left: 25px;
}
header div .btn {
  display: block;
  position: fixed;
  right: 16px;
  top: 0px;
  cursor: pointer;
  width: 40.5px;
  height: 80px;
  justify-content: flex-end;
  z-index: 1001;
}
header div .btn .tt,
header div .btn .mm,
header div .btn .bb {
  display: block;
  position: fixed;
  right: 0px;
  content: "";
  width: 40.5px;
  border-top: 2px solid #727A87;
  right: 16.5px;
  transition: 0.3s;
}
header div .btn .tt {
  top: 18px;
  transition: 0.3s;
}
header div .btn .tt.active {
  top: 35px;
  transform: rotate(-45deg);
}
header div .btn .mm {
  top: 36px;
}
header div .btn .mm.active {
  transform: rotate(-135deg);
}
header div .btn .bb {
  top: 54px;
}
header div .btn .bb.active {
  display: none;
}
header img {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.burg {
  border: 1px solid #727A87;
  display: block;
  position: fixed;
  background-color: white;
  color: #727A87;
  font-size: 30px;
  letter-spacing: 3px;
  margin: 0 auto;
  text-align: center;
  height: 100vh;
  width: 100%;
  z-index: 1000;
  transform: translate(0%, -200%);
  transition: 0.7s;
}
.burg.active {
  transform: translate(0%, -55%);
}
.burg ul {
  border-radius: 50%;
  width: 500px;
  height: 500px;
  margin: 0 auto;
  margin-top: 120px;
  background-position: 25% 75%;
  background-color: #cee1f3;
}
.burg ul li {
  transform: translate(0%, 23%);
  padding-top: 60px;
  position: relative;
  transition: all 0.3s;
  display: block;
  position: relative;
}
.burg ul li:nth-of-type(1) {
  transform: translate(0%, 40%);
  margin-bottom: -5px;
}
.burg ul li:nth-of-type(1):before {
  content: "";
  position: absolute;
  top: 105px;
  left: 35%;
  width: 0;
  height: 1px;
  transition: all 0.5s;
  border-bottom: 1px solid #727A87;
}
.burg ul li:nth-of-type(1):hover::before {
  width: 30%;
}
.burg ul li:nth-of-type(1) a {
  padding-top: 5px;
  padding-bottom: 20px;
  display: inline-block;
}
.burg ul li:before {
  content: "";
  position: absolute;
  top: 100px;
  left: 15%;
  width: 0;
  height: 1px;
  transition: all 0.5s;
  border-bottom: 1px solid #727A87;
}
.burg ul li:hover::before {
  width: 70%;
  margin: 0 auto;
}
.burg ul li a {
  cursor: pointer;
}

.gnavpc {
  display: none;
}

.links {
  font-size: 16px;
  margin: 0 auto;
  margin-top: 40px;
  display: block;
  width: 220px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border: 1px solid #727a87;
  border-radius: 7px;
  box-shadow: 1px 1px 6px #727a87;
  transition: 0.2s;
  background-color: white;
}
.links:hover {
  background-color: #cee1f3;
}

main .try,
main .twelve {
  padding-bottom: 160px;
}
main .try .accordionbtn,
main .twelve .accordionbtn {
  cursor: pointer;
  transition: 2s;
}
main .try .accordionbtn.active,
main .twelve .accordionbtn.active {
  transition: 2s;
  display: none;
}
main .try .accordioncontent ul,
main .twelve .accordioncontent ul {
  display: none;
  transform: translateY(-100%);
}
main .try .accordioncontent ul.active,
main .twelve .accordioncontent ul.active {
  display: block;
  margin-top: 0px;
  transform: translateY(0%);
}
main .try h2,
main .twelve h2 {
  text-align: center;
  line-height: 33px;
  margin-top: 50px;
}
main .try h2 p,
main .twelve h2 p {
  font-size: 14px;
}
main .try h2 strong,
main .twelve h2 strong {
  padding-bottom: 5px;
  font-size: 32px;
  border-bottom: 2px solid #727a87;
  display: inline-block;
}
main .try ul,
main .twelve ul {
  max-width: 220px;
  margin: 0 auto;
  margin-top: 50px;
}
main .try ul li,
main .twelve ul li {
  font-size: 12px;
  margin-top: 20px;
  line-height: 20px;
}
main .try ul li div,
main .twelve ul li div {
  margin-left: 23px;
}
main .try ul li .number,
main .twelve ul li .number {
  margin-right: 10px;
}
main .try ul span,
main .twelve ul span {
  font-size: 13px;
  font-weight: bold;
}
main .try ul div:nth-of-type(2),
main .twelve ul div:nth-of-type(2) {
  margin-top: 20px;
}
main .try .triger,
main .twelve .triger {
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
}
main .try .triger p,
main .twelve .triger p {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  border-bottom: 2px solid #727A87;
  display: block;
  width: 200px;
  padding-bottom: 5px;
  margin: 0 auto;
  padding-right: 40px;
}
main .try .triger p .plus,
main .twelve .triger p .plus {
  position: relative;
}
main .try .triger p .plus::before,
main .twelve .triger p .plus::before {
  position: absolute;
  top: 18px;
  left: 27px;
  content: "";
  width: 20px;
  height: 20px;
  border-top: 2px solid #727A87;
}
main .try .triger p .plus::after,
main .twelve .triger p .plus::after {
  transform: rotate(90deg);
  position: absolute;
  top: 9px;
  left: 18px;
  content: "";
  width: 20px;
  height: 20px;
  border-top: 2px solid #727A87;
}

.twelve {
  background-color: #cee1f3;
  position: relative;
}
.twelve::after {
  position: absolute;
  content: "";
  right: -113px;
  bottom: 0px;
  background-color: white;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  z-index: 0;
}
.twelve h2 {
  padding-top: 50px;
}
.twelve:nth-of-type(2) .links {
  font-size: 16px;
  margin: 0 auto;
  margin-top: 40px;
  display: block;
  width: 220px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border: 1px solid #727a87;
  border-radius: 7px;
  box-shadow: 1px 1px 6px #727a87;
  transition: 0.2s;
}
.twelve:nth-of-type(2) .links:hover {
  background-color: #cee1f3;
}

.try {
  position: relative;
}
.try::before {
  position: absolute;
  content: "";
  right: -60px;
  top: -64px;
  background-color: #cee1f3;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  z-index: -1;
}
.try::after {
  position: absolute;
  content: "";
  left: -60px;
  bottom: -100px;
  background-color: #cee1f3;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  z-index: -1;
}
.try .accordionbtn {
  cursor: pointer;
}
.try .accordionbtn.active {
  display: none;
}
.try .accordioncontent ul {
  display: none;
}
.try .accordioncontent ul.active {
  display: block;
}

.freeex {
  position: relative;
  margin-bottom: 95px;
}
.freeex::before {
  position: absolute;
  content: "";
  right: 0px;
  top: -131px;
  background-color: #cee1f3;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  z-index: -1;
}
.freeex::after {
  position: absolute;
  content: "";
  left: -56px;
  top: 350px;
  background-color: #cee1f3;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  z-index: -1;
}
.freeex div {
  margin-top: 70px;
  position: relative;
}
.freeex div:before {
  position: absolute;
  content: "";
  right: 0px;
  top: -131px;
  background-color: #cee1f3;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  z-index: -1;
}
.freeex div:after {
  position: absolute;
  content: "";
  left: -57px;
  bottom: -205px;
  background-color: #cee1f3;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  z-index: -1;
}
.freeex div h2 {
  font-size: 28px;
  padding-bottom: 8px;
  border-bottom: 2px solid #727a87;
  width: 300px;
  font-weight: bolder;
  margin: 0 auto;
  text-align: center;
}
.freeex div p {
  margin: 0 auto;
  margin-top: 25px;
  color: #727A87;
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  width: 280px;
  max-width: 280px;
}
.freeex a {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border: none;
  position: relative;
  z-index: 100;
  background-color: white;
}
.freeex .links {
  font-size: 16px;
  margin: 0 auto;
  margin-top: 40px;
  display: block;
  width: 220px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border: 1px solid #727a87;
  border-radius: 7px;
  box-shadow: 1px 1px 6px #727a87;
  transition: 0.2s;
}
.freeex .links:hover {
  background-color: #cee1f3;
}

.midashi div::before, .midashi div::after {
  display: none;
}
.midashi .experience {
  position: relative;
  display: block;
}
.midashi .experience::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 190px;
  background-color: #cee1f3;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  z-index: -1;
}

.freeex {
  width: 100%;
  position: relative;
}
.freeex::after {
  position: absolute;
  content: "-無料体験の申し込み-";
  font-size: 33px;
  left: 4vw;
  top: -110px;
  font-weight: bold;
  text-shadow: white 0px 0px 0px;
  background-color: transparent;
  width: 100%;
  z-index: 100;
}
.freeex:nth-of-type(2) {
  width: 100%;
  position: relative;
  display: none;
}
.freeex:nth-of-type(2)::after {
  position: absolute;
  content: "-無料体験の申し込み-";
  font-size: 33px;
  left: 4vw;
  top: -110px;
  font-weight: bold;
  text-shadow: white 0px 0px 0px;
  background-color: transparent;
  width: 100%;
  z-index: 100;
}

.freedom {
  width: 100%;
  position: relative;
}
.freedom::before {
  position: absolute;
  content: "-訪問マッサージとは？-";
  font-size: 33px;
  left: 4vw;
  top: -110px;
  font-weight: bold;
  text-shadow: white 0px 0px 0px;
  background-color: transparent;
  width: 100%;
  z-index: 100;
}
.freedom:after {
  display: none;
}

.fee {
  margin-top: 70px;
  padding-bottom: 155px;
  background-color: #cee1f3;
  position: relative;
  opacity: 0;
}
.fee.elpaso {
  opacity: 1;
  animation: stepbystep 1s;
}
@keyframes stepbystep {
  0% {
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.fee h2 {
  opacity: 0;
}
.fee h2.elpaso {
  opacity: 1;
  animation: stepbystep 1s;
}
@keyframes stepbystep {
  0% {
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.fee::before {
  position: absolute;
  content: "";
  right: -131px;
  top: 422px;
  background-color: white;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  z-index: 0;
}
.fee::before::before {
  position: absolute;
  content: "";
  left: -10px;
  top: -145px;
  background-color: white;
  border-radius: 50%;
  width: 200px;
  height: 200px;
}
.fee::after {
  position: absolute;
  content: "";
  left: -128px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  z-index: 1;
}
.fee h2 {
  font-size: 28px;
  padding-bottom: 8px;
  border-bottom: 2px solid #727a87;
  width: 300px;
  margin: 0 auto;
  text-align: center;
  padding-top: 40px;
  font-weight: bolder;
}
.fee .pcm {
  display: block;
  margin: 0 auto;
  margin-top: 25px;
  color: #727A87;
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  width: 280px;
  max-width: 280px;
}
.fee .pcm span {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 3px;
}
.fee .pcp {
  display: none;
}
.fee ul {
  margin: 0 auto;
  margin-top: 55px;
  margin-bottom: 50px;
  width: 270px;
  z-index: 100;
}
.fee ul li {
  color: #727A87;
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 25px;
  z-index: 100;
}
.fee .links {
  font-size: 16px;
  margin: 0 auto;
  margin-top: 40px;
  display: block;
  width: 220px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border: 1px solid #727a87;
  border-radius: 7px;
  box-shadow: 1px 1px 6px #727a87;
  transition: 0.2s;
}
.fee .links:hover {
  background-color: #cee1f3;
}

.step {
  margin-bottom: 90px;
  position: relative;
}
.step::before {
  position: absolute;
  content: "-ご利用までの流れ-";
  font-size: 33px;
  left: 4vw;
  top: -44px;
  font-weight: bold;
  text-shadow: white 0px 0px 0px;
}
.step h2 {
  font-size: 28px;
  padding-bottom: 8px;
  border-bottom: 2px solid #727a87;
  width: 300px;
  margin: 0 auto;
  text-align: center;
  padding-top: 40px;
}
.step .step1 {
  margin: 0 auto;
  width: 350px;
  height: 350px;
  background-color: #cee1f3;
  border-radius: 50%;
  margin-top: 40px;
  margin-bottom: 115px;
  position: relative;
  opacity: 0;
}
.step .step1:after {
  display: none;
}
.step .step1:nth-of-type(2):before, .step .step1:nth-of-type(3):before, .step .step1:nth-of-type(4):before, .step .step1:nth-of-type(5):before, .step .step1:nth-of-type(6):before, .step .step1:nth-of-type(7):before {
  position: absolute;
  content: "";
  top: -81px;
  left: 70px;
  width: 0px;
  height: 0%;
  flex-shrink: 0;
  border-top: 50px solid #727a87;
  border-right: 100px solid transparent;
  border-bottom: 100px solid transparent;
  border-left: 100px solid transparent;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
}
.step .step1.elpaso {
  opacity: 1;
  animation: stepbystep 2s;
}
@keyframes stepbystep {
  0% {
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.step .step1:after {
  position: absolute;
  content: "";
  top: 381px;
  left: 71px;
  width: 0px;
  height: 0%;
  flex-shrink: 0;
  border-top: 50px solid #727a87;
  border-right: 100px solid transparent;
  border-bottom: 100px solid transparent;
  border-left: 100px solid transparent;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
}
.step .step1:nth-of-type(7):after {
  display: none;
}
.step .step1 div div {
  display: flex;
  width: 100%;
  margin: 0 auto;
}
.step .step1 div div div {
  display: block;
}
.step .step1 div div div h2 {
  transform: translate(40px, 64px);
  color: #727A87;
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
  width: 77px;
  margin-bottom: 20px;
}
.step .step1 div div h3 {
  color: #727A87;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  transform: translate(40px, 64px);
  width: 200%;
}
.step .step1 div div .img {
  background-color: transparent;
}
.step .step1 div div .img img {
  object-fit: cover;
  width: 200px;
  height: 133px;
  margin: 0 auto;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.step .step1 div p {
  width: 270px;
  margin: 0 auto;
  color: #727A87;
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 65px;
}
.step .step2 {
  background-color: #727a87;
}
.step .step2 div div div h2 {
  color: white;
  border-bottom: 2px solid #ffffff;
}
.step .step2 div div div h3 {
  color: white;
}
.step .step2 div p {
  color: white;
}

.steppc {
  display: none;
}

.footer {
  background-color: rgba(114, 122, 135, 0.7);
  width: 100%;
  margin: 0 auto;
  color: white;
}
.footer h2 {
  text-align: center;
  color: white;
  font-size: 24px;
  font-weight: bold;
  padding-top: 70px;
  letter-spacing: 10px;
  line-height: 30px;
  width: 182px;
  margin: 0 auto;
  border-bottom: 1px solid white;
  margin-bottom: 40px;
  z-index: 100;
}
.footer img {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  object-fit: cover;
  opacity: 1;
}
.footer .osaka {
  margin-top: 40px;
}
.footer .osaka p {
  margin: 0 auto;
  width: 260px;
  height: 211px;
  flex-shrink: 0;
  color: #FFF;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
}
.footer .hour {
  border: 1px solid white;
  padding-top: 35px;
  padding-bottom: 40px;
  width: 280px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 45px;
}
.footer .hour p {
  font-size: 24px;
  width: 246px;
  line-height: 30px;
  margin: 0 auto;
  letter-spacing: 2px;
}
.footer nav {
  max-width: 280px;
  margin: 0 auto;
  width: 280px;
  font-size: 16px;
}
.footer nav div {
  width: 200px;
  display: inline-block;
}
.footer nav div a {
  position: relative;
}
.footer nav div a:before {
  position: absolute;
  top: 50px;
  content: "";
  width: 180px;
  border-bottom: 2px solid white;
}
.footer nav div a p {
  flex-direction: column;
  font-size: 16px;
  padding-top: 20px;
  padding-left: 5px;
  padding-bottom: 5px;
  transition: 0.3s;
}
.footer nav div a p:hover {
  transform: scale(1.1);
}
.footer footer {
  text-align: center;
  padding-top: 63px;
  padding-bottom: 50px;
  z-index: 100;
}

.phone {
  background-color: #cee1f3;
  width: 100%;
  height: 93px;
  margin: 0 auto;
}
.phone div {
  display: flex;
  margin: 0 auto;
}
.phone div a {
  display: block;
  width: 100vw;
  width: 100%;
  text-align: center;
  display: block;
  color: #727A87;
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 93px;
  /* 93.75% */
  letter-spacing: 1.6px;
}
.phone div a:hover {
  font-size: 36px;
  transition: 0.35s;
}
.phone div a img {
  max-width: 64px;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  transform: translateY(-15px);
}

.buttonbtm {
  position: fixed;
  background-color: white;
  cursor: pointer;
  border: 1px solid #727a87;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: inline-block;
  right: 10px;
  bottom: 10px;
  scroll-behavior: smooth;
  transition: 0.3s;
}
.buttonbtm:before {
  width: 30px;
  height: 30px;
  border-top: 2px solid #727A87;
  border-left: 2px solid #727A87;
  position: absolute;
  top: 19px;
  right: 12px;
  transform: rotate(45deg);
  content: "";
  cursor: pointer;
  transition: 0.3s;
}
.buttonbtm:hover {
  background-color: #727A87;
  transition: 0.3s;
}
.buttonbtm:hover:before {
  display: inline-block;
  position: absolute;
  top: -1px;
  right: 12px;
  content: "";
  margin-top: 20px;
  margin-left: 13px;
  border-top: 2px solid white;
  border-left: 2px solid white;
  transform: rotate(45deg);
}/*# sourceMappingURL=style.css.map */