@charset "UTF-8";
@media (min-width: 744px) {
  html {
    margin-top: 0px !important;
    overflow-x: hidden;
  }
  header div h1 {
    font-size: 28px;
  }
  header div h1:before {
    position: absolute;
    content: "";
    left: 20px;
    top: -64px;
    background-color: #cee1f3;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    z-index: -1;
  }
  header img {
    height: 500px;
  }
  .burg.active {
    transform: translate(0%, -83%);
  }
  .lalalala {
    margin-top: -21px !important;
  }
  main .try h2 p,
main .twelve h2 p {
    font-size: 17px;
    line-height: 50px;
  }
  main .try h2 strong,
main .twelve h2 strong {
    font-size: 36px;
  }
  main .try:nth-of-type(1) div ul:nth-of-type(1) li,
main .twelve:nth-of-type(1) div ul:nth-of-type(1) li {
    display: flex;
  }
  main .try:nth-of-type(1) div ul:nth-of-type(1) li div,
main .twelve:nth-of-type(1) div ul:nth-of-type(1) li div {
    transform: translateX(-22px);
  }
  main .try:nth-of-type(2) .links,
main .twelve:nth-of-type(2) .links {
    width: 350px;
    height: 80px;
    font-size: 26px;
    font-weight: bold;
    margin-top: 90px;
    position: relative;
  }
  main .try:nth-of-type(2) .links:before,
main .twelve:nth-of-type(2) .links:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 2;
    background: #333;
    /*背景色*/
    width: 100%;
    height: 100%;
    /*アニメーション*/
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
  }
  main .try:nth-of-type(2) .links:hover,
main .twelve:nth-of-type(2) .links:hover {
    background-color: #cee1f3;
    transition: 0.2s;
  }
  main .try:nth-of-type(2) .links a,
main .twelve:nth-of-type(2) .links a {
    font-size: 26px;
    font-style: bold;
    font-weight: 800;
  }
  main .try ul,
main .twelve ul {
    width: 630px;
    max-width: 630px;
  }
  main .try ul li,
main .twelve ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 744px;
    font-size: 17px;
    line-height: 40px;
  }
  main .try ul li:nth-of-type(1) div,
main .twelve ul li:nth-of-type(1) div {
    transform: translate(0px, 0px);
  }
  main .try ul span,
main .twelve ul span {
    font-size: 32px;
  }
  main .try ul span:nth-of-type(1),
main .twelve ul span:nth-of-type(1) {
    margin-right: 10px;
    transform: translate(0px, 0px);
  }
  main .try .links,
main .twelve .links {
    width: 350px;
    height: 80px;
    font-size: 26px;
    font-weight: bold;
    margin-top: 90px;
    position: relative;
  }
  main .try .links:before,
main .twelve .links:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 2;
    background: #333;
    /*背景色*/
    width: 100%;
    height: 100%;
    /*アニメーション*/
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
  }
  main .try .links:hover,
main .twelve .links:hover {
    background-color: #cee1f3;
    transition: 0.2s;
  }
  main .try .links a,
main .twelve .links a {
    font-size: 26px;
    font-style: bold;
    font-weight: 800;
  }
  main .try .triger p,
main .twelve .triger p {
    font-size: 40px;
    width: 250px;
  }
  main .try .triger p .plus:before,
main .twelve .triger p .plus:before {
    position: absolute;
    top: 29px;
    left: 14px;
    content: "";
    width: 25px;
    height: 25px;
    border-top: 2px solid #727A87;
  }
  main .try .triger p .plus:after,
main .twelve .triger p .plus:after {
    position: absolute;
    top: 18px;
    left: 3px;
    content: "";
    width: 25px;
    height: 25px;
    border-top: 2px solid #727A87;
  }
  main .try .accordion_btn,
main .twelve .accordion_btn {
    margin-top: 100px;
    font-size: 42px !important;
  }
  main .try::before {
    position: absolute;
    content: "";
    right: -70px;
    top: -70px;
    background-color: #cee1f3;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    z-index: -1;
  }
  main .try::after {
    position: absolute;
    content: "";
    left: -70px;
    bottom: -70px;
    background-color: #cee1f3;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    z-index: -1;
  }
  main .twelve::before {
    position: absolute;
    content: "";
    left: -57px;
    top: -175px;
    border-radius: 50%;
    width: 300px;
    height: 300px;
  }
  main .twelve:after {
    position: absolute;
    content: "";
    right: -120px;
    bottom: -90px;
    background-color: white;
    border-radius: 50%;
    width: 300px;
    height: 300px;
  }
  main .twelve .border div:nth-of-type(1) li {
    display: flex;
  }
  main .twelve .border div:nth-of-type(1) li div {
    margin-left: 0px;
  }
  main .twelve .border .accordioncontent ul.active:nth-of-type(4) li {
    display: flex;
  }
  main .twelve .border .accordioncontent ul.active:nth-of-type(4) li div {
    margin-left: 0px;
  }
  main .twelve .border .five,
main .twelve .border .seven {
    display: flex;
  }
  main .twelve .border .five div,
main .twelve .border .seven div {
    margin-left: 0px;
  }
  main .twelve .border .seven {
    display: flex;
    margin-bottom: -40px;
  }
  main .twelve .border .seven div {
    margin-left: 0px;
    transform: translate(478px, -40px);
  }
  main .twelve .border .nine div {
    margin-left: 44px;
  }
  main .twelve .border .eleven,
main .twelve .border .twelveth {
    display: flex;
  }
  main .twelve .border .eleven div,
main .twelve .border .twelveth div {
    margin-left: 0px;
  }
  main .twelve .border .twelveth {
    display: flex;
  }
  main .step {
    display: none;
  }
  main .steppc {
    display: block;
    margin-bottom: 50px;
    position: relative;
    width: 100%;
  }
  main .steppc::after {
    position: absolute;
    content: "-ご利用までの流れ-";
    font-size: 50px;
    left: 4vw;
    top: -130px;
    font-weight: bold;
    text-shadow: white 0px 0px 0px;
  }
  main .steppc .links {
    width: 350px;
    height: 80px;
    font-size: 26px;
    font-weight: bold;
    margin-top: -120px;
    position: relative;
  }
  main .steppc .links:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 2;
    background: #333;
    /*背景色*/
    width: 100%;
    height: 100%;
    /*アニメーション*/
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
  }
  main .steppc .links:hover {
    background-color: #cee1f3;
    transition: 0.2s;
  }
  main .steppc .links a {
    font-size: 26px;
    font-style: bold;
    font-weight: 800;
  }
  main .steppc .title {
    color: #727A87;
    font-family: "Shippori Mincho", serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    border-bottom: 2px solid #727A87;
    width: 350px;
    text-align: center;
    margin: 0 auto;
    margin-top: 60px;
    padding-bottom: 20px;
  }
  main .steppc .step1 {
    width: 100%;
    margin: 0 auto;
    margin-top: 170px;
    padding-bottom: 200px;
    display: flex;
    justify-content: space-between;
    max-width: 730px;
    position: relative;
    color: white;
    opacity: 0;
  }
  main .steppc .step1:nth-of-type(1) {
    opacity: 1;
  }
  main .steppc .step1:nth-of-type(2).elpaso, main .steppc .step1:nth-of-type(3).elpaso, main .steppc .step1:nth-of-type(4).elpaso, main .steppc .step1:nth-of-type(5).elpaso, main .steppc .step1:nth-of-type(6).elpaso, main .steppc .step1:nth-of-type(7).elpaso {
    opacity: 0;
    -webkit-animation: 2s aaa forwards;
            animation: 2s aaa forwards;
  }
  @-webkit-keyframes aaa {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes aaa {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  main .steppc .step1:after {
    position: absolute;
    content: "";
    top: 670px;
    left: 242px;
    width: 0px;
    height: 0%;
    flex-shrink: 0;
    border-top: 100px solid #727a87;
    border-right: 200px solid transparent;
    border-bottom: 200px solid transparent;
    border-left: 200px solid transparent;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
  }
  main .steppc .step1:nth-of-type(7):after {
    display: none;
  }
  main .steppc .step1 .left {
    background-color: #727A87;
    width: 500px;
    height: 500px;
    border-radius: 50%;
  }
  main .steppc .step1 .left div {
    transform: translate(50%, 50%);
    width: 200px;
    margin: 0 auto;
  }
  main .steppc .step1 .left div h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    transform: translate(-162%, 103px);
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: 1px solid white;
  }
  main .steppc .step1 .left div h3 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    transform: translate(-81%, 130px);
  }
  main .steppc .step1 p {
    transform: translate(0%, 175px);
    color: white;
    font-family: "Shippori Mincho", serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    width: 325px;
    margin: 0 auto;
  }
  main .steppc .step1:nth-of-type(2) h3, main .steppc .step1:nth-of-type(3) h3, main .steppc .step1:nth-of-type(5) h3, main .steppc .step1:nth-of-type(6) h3 {
    width: 200%;
    transform: translate(-41%, 130px) !important;
  }
  main .steppc .step1:nth-child(even) .left {
    background-color: #cee1f3;
    color: #727A87;
  }
  main .steppc .step1:nth-child(even) .left h2 {
    border-bottom: 1px solid #727A87;
  }
  main .steppc .step1:nth-child(even) .left p {
    color: #727A87;
  }
  main .steppc .step1 .img {
    position: relative;
  }
  main .steppc .step1 .img img {
    position: absolute;
    top: 109px;
    right: -7px;
    width: 320px;
    -o-object-fit: cover;
       object-fit: cover;
    height: 213px;
    z-index: -1;
  }
  main .freeex {
    width: 100%;
    position: relative;
  }
  main .freeex::before {
    position: absolute;
    content: "";
    right: 0px;
    top: -131px;
    background-color: #cee1f3;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    z-index: -1;
  }
  main .freeex::after {
    position: absolute;
    content: "-無料体験の申し込み-";
    font-size: 50px;
    left: 4vw;
    top: -137px;
    font-weight: bold;
    text-shadow: white 0px 0px 0px;
    background-color: transparent;
    width: 100%;
    z-index: 100;
  }
  main .freeex div::before {
    position: absolute;
    content: "";
    right: -101px;
    bottom: -260px;
    background-color: #cee1f3;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    z-index: -1;
    overflow: hidden;
  }
  main .freeex div:after {
    position: absolute;
    content: "";
    right: -101px;
    bottom: -260px;
    background-color: #cee1f3;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    z-index: -1;
    overflow: hidden;
  }
  main .freeex div:nth-of-type(2) {
    position: relative;
  }
  main .freeex div:nth-of-type(2)::before {
    position: absolute;
    content: "";
    right: -101px;
    bottom: -260px;
    background-color: #cee1f3;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    z-index: -1;
    overflow: hidden;
  }
  main .freeex .links {
    width: 350px;
    height: 80px;
    font-size: 26px;
    font-weight: bold;
    margin-top: 90px;
    position: relative;
  }
  main .freeex .links:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 2;
    background: #333;
    /*背景色*/
    width: 100%;
    height: 100%;
    /*アニメーション*/
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
  }
  main .freeex .links:hover {
    background-color: #cee1f3;
    transition: 0.2s;
  }
  main .freeex .links a {
    font-size: 26px;
    font-style: bold;
    font-weight: 800;
  }
  main .freeex div p {
    margin-top: 60px;
    font-size: 17px;
    line-height: 32px;
    width: 600px;
    max-width: 600px;
  }
  main .fee .links {
    width: 350px;
    height: 80px;
    font-size: 26px;
    font-weight: bold;
    margin-top: 90px;
    position: relative;
  }
  main .fee .links:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 2;
    background: #333;
    /*背景色*/
    width: 100%;
    height: 100%;
    /*アニメーション*/
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
  }
  main .fee .links:hover {
    background-color: #cee1f3;
    transition: 0.2s;
  }
  main .fee .links a {
    font-size: 26px;
    font-style: bold;
    font-weight: 800;
  }
  main .fee h2 {
    padding-top: 60px;
    font-size: 32px;
  }
  main .fee div .pcm {
    display: none;
  }
  main .fee div .pcp {
    display: block;
    margin: 0 auto;
    margin-top: 60px;
    color: #727A87;
    font-family: "Shippori Mincho", serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    width: 600px;
    max-width: 600px;
  }
  main .fee div .pcp span {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 3px;
  }
  main .fee ul {
    width: 640px;
    font-family: "Shippori Mincho", serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    border: 1px solid #727A87;
    padding-top: 52px;
    padding-bottom: 52px;
    padding-left: 37px;
  }
  main .fee .links {
    width: 350px;
    height: 80px;
    font-size: 26px;
    font-weight: bold;
  }
  main .fee .links a {
    font-size: 26px;
    font-style: bold;
    font-weight: 800;
  }
  main .fee:before {
    width: 300px;
    height: 300px;
  }
  main .fee:after {
    width: 300px;
    height: 300px;
  }
  main .freeex::before {
    position: absolute;
    content: "";
    right: -57px;
    top: -175px;
    border-radius: 50%;
    width: 300px;
    height: 300px;
  }
  main .freeex:nth-of-type(2):after {
    position: absolute;
    content: "";
    left: -77px;
    top: 150px;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    background-color: #cee1f3;
  }
  main .freeex div p {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
  }
  main .freedom::before {
    position: absolute;
    content: "-訪問マッサージとは？-";
    font-size: 50px;
    left: 4vw;
    top: -137px;
    font-weight: bold;
    text-shadow: white 0px 0px 0px;
    background-color: transparent;
    z-index: 100;
    width: 100%;
    height: 100%;
  }
  .footer h2 {
    padding-top: 60px;
    margin-bottom: 60px;
    color: #FFF;
    font-family: "Shippori Mincho", serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 4.8px;
    width: 335px;
  }
  .footer .osaka {
    width: 600px;
    margin: 0 auto;
  }
  .footer .osaka p {
    width: 600px;
    color: #FFF;
    font-family: "Shippori Mincho", serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    margin-top: 60px;
  }
  .footer .hour {
    margin-bottom: 120px;
    width: 480px;
  }
  .footer .hour p {
    color: #FFF;
    font-family: "Shippori Mincho", serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    width: 374px;
  }
  .footer nav {
    width: 600px;
    max-width: 600px;
    margin: 0 auto;
  }
  .footer nav div {
    margin: 0 auto;
    display: block;
    width: 420px;
  }
  .footer nav div a::before {
    position: absolute;
    top: 80px;
    left: -12px;
    content: "";
    width: 400px;
    border-bottom: 2px solid white;
  }
  .footer nav div a p {
    color: #FFF;
    font-family: "Shippori Mincho", serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
    margin-top: 67px;
  }
  .footer nav div a:nth-of-type(2)::before {
    top: 145px;
    content: "";
  }
  .footer nav div a:nth-of-type(3)::before {
    top: 145px;
    content: "";
  }
  .footer footer {
    margin-top: 100px;
  }
  .footer footer small {
    color: #FFF;
    font-family: "Shippori Mincho", serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .phone div {
    color: #727A87;
    font-family: "Shippori Mincho", serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 2.4px;
  }
  .phone div img {
    width: 80px;
    max-width: 80px;
    height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1024px) {
  .burg {
    display: none;
  }
  header div .btn {
    display: none;
  }
  .gnavpc {
    align-items: center;
    display: flex;
    margin: 0 auto;
    width: 80%;
    height: 100px;
  }
  .gnavpc ul {
    display: flex;
    width: 100%;
  }
  .gnavpc ul li {
    margin: 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.75px;
    font-weight: bold;
    vertical-align: middle;
    position: relative;
    transition: all 0.3s;
    display: inline-block;
  }
  .gnavpc ul li:before {
    content: "";
    position: absolute;
    top: 40px;
    left: 10%;
    width: 0;
    height: 2px;
    transition: all 0.5s;
    border-bottom: 2px solid #727A87;
  }
  .gnavpc ul li:hover::before {
    width: 80%;
  }
  .gnavpc ul li a {
    padding-top: 15px;
    padding-bottom: 20px;
    display: inline-block;
  }
  .gnavpc ul li:nth-of-type(1):before {
    content: "";
    position: absolute;
    top: 40px;
    left: 35%;
    width: 0;
    height: 2px;
    transition: all 0.5s;
    border-bottom: 2px solid #727A87;
  }
  .gnavpc ul li:nth-of-type(1):hover::before {
    width: 30%;
  }
  .gnavpc ul li:nth-of-type(1) a {
    padding-top: 15px;
    padding-bottom: 20px;
    display: inline-block;
  }
}/*# sourceMappingURL=tab.css.map */