@charset "UTF-8";
.mv {
  width: 100%;
  height: 90vh;
  background: url(../img/rt-mv-mb.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .mv {
    background: url(../img/rt-mv-pc.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.mv .img {
  position: absolute;
  bottom: -4rem;
  left: 0;
  z-index: 5;
}

@media screen and (min-width: 1024px) {
  .mv .img {
    display: none;
  }
}

.mv .massage {
  position: absolute;
  top: 9rem;
  width: 100%;
  z-index: 10;
}

@media screen and (min-width: 1024px) {
  .mv .massage {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    top: 40%;
    left: 15%;
  }
}

.mv .massage p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 2rem;
  line-height: 1.8;
  text-shadow: #fff 1px 0 5px;
}

@media screen and (min-width: 1024px) {
  .mv .massage p {
    font-size: 2.4rem;
  }
}

.mv .massage2 {
  position: absolute;
  top: 20rem;
  right: 0;
  padding: 2rem;
}

@media screen and (min-width: 1024px) {
  .mv .massage2 {
    top: 60%;
    right: inherit;
    left: 15%;
    padding: 0;
    font-size: 1.8rem;
  }
  .mv .massage2 p {
    line-height: 3;
    position: relative;
  }
  .mv .massage2 p::before {
    content: "";
    height: 0.1rem;
    width: 15rem;
    background-color: #55564b;
    position: absolute;
    top: 50%;
    left: 0;
  }
}

.mv .res-btn {
  width: 80%;
  position: absolute;
  bottom: -10rem;
  overflow: hidden;
  z-index: 20;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mv .res-btn a {
  border-radius: 2rem;
  overflow: hidden;
}

.mv .res-btn p {
  font-size: 1rem;
  text-align: center;
}

.fixed-btn {
  padding: 2rem;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #afaa9b;
  z-index: 500;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .fixed-btn {
    width: 80vw;
    left: inherit;
    right: 0;
  }
}

.fixed-btn .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 0.5rem;
  color: #fff;
}

.fixed-btn .flex img {
  width: 1.2rem;
}

.fixed-btn .flex p {
  font-size: 1.2rem;
}

@media screen and (min-width: 1024px) {
  .fixed-btn .flex p {
    font-size: 1.4rem;
  }
}

.fixed-btn a {
  background-color: #06C755;
  padding: 1rem;
  border-radius: 2rem;
  color: #fff;
}

.block1 {
  padding: 10rem 0 5rem;
  text-align: center;
}

.top-massage {
  padding: 5rem 2rem 8rem;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}

@media screen and (min-width: 1024px) {
  .top-massage {
    padding: 10rem 15% 20rem;
    position: relative;
  }
}

.top-massage .title {
  font-size: 2rem;
  margin: 0 0 4rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 1024px) {
  .top-massage .title {
    font-size: 3.2rem;
  }
}

.top-massage .title::after {
  content: "";
  width: 100vw;
  height: 0.5rem;
  background-color: #afaa9b;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 110%;
}

.top-massage .text {
  font-size: 1.1rem;
  line-height: 2.5;
  padding: 0 0 2rem;
}

@media screen and (min-width: 1024px) {
  .top-massage .text {
    font-size: 1.6rem;
    padding: 3rem 0 0 10rem;
  }
}

.top-massage .text p {
  margin: 0 0 2rem;
}

.top-massage .text p span {
  font-size: 1.6rem;
}

.top-massage .shape-text {
  padding: 0 0 0 5rem;
}

@media screen and (min-width: 1024px) {
  .top-massage .shape-text {
    position: absolute;
    bottom: 10%;
    right: 2rem;
    width: 50%;
    opacity: 0.5;
  }
}

.section-title {
  padding: 0 0 0 2rem;
  position: relative;
  overflow: hidden;
}

.section-title::before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #55564b;
}

.section-title h3 {
  font-size: 1.8rem;
  font-weight: inherit;
}

@media screen and (min-width: 1024px) {
  .section-title h3 {
    font-size: 3.2rem;
  }
}

.section-title p {
  padding: 0 2rem 0 2rem;
  color: #55564b;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 1024px) {
  .section-title p {
    font-size: 1.8rem;
  }
}

.section-title p::before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0rem;
  background-color: #55564b;
}

.section-title p::after {
  content: "";
  width: 30vw;
  height: 0.1rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -30vw;
  background-color: #55564b;
}

.about {
  padding: 5rem 0 0;
  background-color: #fff;
}

@media screen and (min-width: 1024px) {
  .about {
    padding: 10rem 5% 10rem 15%;
  }
}

.about .content {
  padding: 8rem 2rem 5rem;
}

.about .content .rp-1 {
  padding: 0 0 5rem;
}

@media screen and (min-width: 1024px) {
  .about .content .rp-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about .content .rp-1 .left {
    width: 50%;
  }
  .about .content .rp-1 .right {
    width: 50%;
  }
}

.about .content .rp-1 .img {
  width: 70%;
  margin: 0 0 0 auto;
  position: relative;
  border-radius: 2rem;
}

@media screen and (min-width: 1024px) {
  .about .content .rp-1 .img {
    width: 100%;
    padding: 0 5rem 0 0;
  }
}

.about .content .rp-1 .img img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  border-radius: 3rem;
}

@media screen and (min-width: 1024px) {
  .about .content .rp-1 .img img {
    border-radius: 8rem;
  }
}

.about .content .rp-1 .img::before {
  content: "";
  position: absolute;
  top: -1.5rem;
  left: -1.5rem;
  width: 5rem;
  height: 5rem;
  background: #55564b;
  -webkit-filter: blur(2rem);
          filter: blur(2rem);
  z-index: 0;
}

@media screen and (min-width: 1024px) {
  .about .content .rp-1 .img::before {
    width: 8rem;
    height: 8rem;
    -webkit-filter: blur(4rem);
            filter: blur(4rem);
  }
}

.about .content .rp-1 .t {
  font-size: 1.8rem;
  padding: 2rem 0;
}

@media screen and (min-width: 1024px) {
  .about .content .rp-1 .t {
    font-size: 2.4rem;
    padding: 0 0 3rem;
  }
}

.about .content .rp-1 .text {
  font-size: 1.1rem;
  line-height: 2;
}

@media screen and (min-width: 1024px) {
  .about .content .rp-1 .text {
    font-size: 1.6rem;
    text-align: justify;
  }
}

.about .content .rp-2 {
  padding: 0 0 5rem;
}

.about .content .rp-2 .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about .content .rp-2 .img {
  width: 70%;
  margin: 0 0 0 -3em;
  position: relative;
  border-radius: 2rem;
}

.about .content .rp-2 .img img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  border-radius: 3rem;
}

.about .content .rp-2 .img::before {
  content: "";
  position: absolute;
  top: -1.5rem;
  right: -1.5rem;
  width: 5rem;
  height: 5rem;
  background: #55564b;
  -webkit-filter: blur(2rem);
          filter: blur(2rem);
  z-index: 0;
}

.about .content .rp-2 .t {
  font-size: 1.8rem;
  padding: 10rem 0 0;
}

.about .content .rp-2 .text {
  font-size: 1.1rem;
  line-height: 2;
  padding: 4rem 0 0 5rem;
}

.about .content .rp-2 .text p {
  margin: 0 0 1rem;
}

.about .content .rp-3 {
  padding: 0 0 5rem;
}

.about .content .rp-3 .img {
  width: 70%;
  margin: 0 auto;
  position: relative;
  border-radius: 2rem;
}

.about .content .rp-3 .img img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  border-radius: 3rem;
}

.about .content .rp-3 .img::before {
  content: "";
  position: absolute;
  top: 4rem;
  left: -3rem;
  width: 5rem;
  height: 5rem;
  background: #55564b;
  -webkit-filter: blur(2rem);
          filter: blur(2rem);
  z-index: 0;
}

.about .content .rp-3 .t {
  font-size: 1.8rem;
  padding: 2rem 0;
  text-align: center;
}

.about .content .rp-3 .text {
  font-size: 1.1rem;
  line-height: 2;
  padding: 0 2rem;
}

.about .content .rp-3 .text p {
  margin: 0 0 1rem;
}

.feature {
  padding: 5rem 0 0;
  background: url(../img/rp-f-back.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .feature {
    padding: 15rem 0 5rem 15%;
  }
}

.feature .content {
  padding: 5rem 0 0;
}

@media screen and (min-width: 1024px) {
  .feature .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 10rem 0 0;
  }
}

.feature .content .f {
  padding: 0 1.5rem;
  margin: 0 0 6rem;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .feature .content .f {
    width: 32%;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.feature .content .f .img {
  width: 80%;
  height: 20rem;
  border-radius: 4rem;
  overflow: hidden;
  margin: 0 -4rem 0 auto;
  text-align: center;
  z-index: 10;
  position: relative;
  z-index: 20;
}

@media screen and (min-width: 1024px) {
  .feature .content .f .img {
    height: 25vw;
    width: auto;
    border-radius: 10rem;
    margin: 0 2rem 5rem -10rem;
    z-index: 0;
  }
}

.feature .content .f:nth-child(1) .img {
  background: url(../img/lesson1.webp);
  background-size: cover;
  background-position: center;
}

.feature .content .f:nth-child(2) .img {
  background: url(../img/counseling.webp);
  background-size: cover;
  background-position: center;
}

.feature .content .f:nth-child(3) .img {
  background: url(../img/entrance2.webp);
  background-size: cover;
  background-position: center;
}

.feature .content .f .box {
  background-color: #fff;
  padding: 2rem 1.5rem 4rem;
  margin: -10rem 0 0;
  border-radius: 4rem;
}

@media screen and (min-width: 1024px) {
  .feature .content .f .box {
    padding: 5rem 2rem 8rem;
    position: relative;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.feature .content .f .box .num {
  font-size: 6rem;
  color: #CBC9BF;
  margin: 0 0 1rem;
}

@media screen and (min-width: 1024px) {
  .feature .content .f .box .num {
    position: absolute;
    top: -5rem;
  }
}

.feature .content .f .box .t {
  font-size: 1.6rem;
  margin: 0 0 2rem;
  color: #97937d;
}

@media screen and (min-width: 1024px) {
  .feature .content .f .box .t {
    font-size: 2.4rem;
  }
}

.feature .content .f .box .text {
  font-size: 1.1rem;
}

@media screen and (min-width: 1024px) {
  .feature .content .f .box .text {
    font-size: 1.4rem;
    text-align: justify;
  }
}

.feature .content .f .box .text p {
  margin: 0 0 2rem;
  line-height: 2;
}

.instructor {
  padding: 8rem 2rem;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .instructor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10rem 15% 15rem;
  }
  .instructor .left {
    width: 50%;
  }
  .instructor .right {
    width: 50%;
    padding: 0 4rem;
  }
}

.instructor .text-img {
  position: absolute;
  width: 40%;
  top: 4rem;
  left: 2rem;
}

@media screen and (min-width: 1024px) {
  .instructor .text-img {
    opacity: 0.5;
    width: 30%;
    bottom: 10rem;
    left: 10%;
    top: inherit;
  }
}

.instructor .img {
  background: url(../img/f-4.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 25rem;
  border-radius: 2rem;
}

@media screen and (min-width: 1024px) {
  .instructor .img {
    height: 35rem;
  }
}

.instructor .title {
  padding: 2rem 0 0.5rem;
  border-bottom: 0.2rem solid #55564b;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 2rem;
}

@media screen and (min-width: 1024px) {
  .instructor .title {
    font-size: 2rem;
  }
}

.instructor .text {
  font-size: 1.2rem;
}

@media screen and (min-width: 1024px) {
  .instructor .text {
    font-size: 1.6rem;
    line-height: 2;
  }
}

.price {
  padding: 5rem 0;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .price {
    padding: 8rem 5% 8rem 15%;
  }
}

.price .price-bg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: -5;
  padding: 115rem 0;
}

@media screen and (min-width: 1024px) {
  .price .price-bg {
    padding: 90rem 0 0;
  }
}

.price .price-bg .left-img {
  width: 60%;
}

@media screen and (min-width: 1024px) {
  .price .price-bg .left-img {
    width: 20%;
  }
}

.price .price-bg .right-img {
  width: 60%;
  margin: 0 0 0 auto;
}

@media screen and (min-width: 1024px) {
  .price .price-bg .right-img {
    width: 20%;
  }
}

.price .content {
  padding: 5rem 0 0;
}

@media screen and (min-width: 1024px) {
  .price .content .flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .price .content .flex-box .left {
    padding: 10rem 0 0;
    width: 40%;
  }
  .price .content .flex-box .right {
    padding: 0 0;
    width: 60%;
  }
}

.price .content .campaign-btn {
  padding: 0 0 15rem;
}

@media screen and (min-width: 1024px) {
  .price .content .campaign-btn {
    width: 100%;
    padding: 0;
  }
}

.price .content .campaign-btn p {
  font-size: 1.2rem;
  text-align: center;
  padding: 0.5rem 0;
}

@media screen and (min-width: 1024px) {
  .price .content .campaign-btn p {
    font-size: 1.4rem;
  }
}

.price .content .ex-menu {
  margin: -15rem 0 0;
  padding: 2rem;
}

@media screen and (min-width: 1024px) {
  .price .content .ex-menu {
    width: 100%;
    margin: 0;
    padding: 0 4rem;
  }
}

.price .content .ex-menu .box {
  padding: 2rem;
  border: 0.1rem solid #55564b;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 4px;
          box-shadow: 2px 2px 4px;
}

@media screen and (min-width: 1024px) {
  .price .content .ex-menu .box {
    padding: 4rem 6rem;
  }
}

.price .content .ex-menu .box .t {
  font-size: 3rem;
}

.price .content .ex-menu .box .p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 2rem 0 0;
  font-size: 1.4rem;
}

.price .content .ex-menu .box .p span {
  font-size: 3rem;
  text-decoration: line-through;
}

.price .content .ex-menu .box .p .tr {
  font-size: 2rem;
  padding: 1rem 0 0 4rem;
  color: #55564b;
}

.price .content .ex-menu .box .p-c {
  line-height: 1.2;
  padding: 1rem 0 3rem;
}

.price .content .ex-menu .box .p-c p {
  font-size: 5rem;
}

.price .content .ex-menu .box .p-c .cpn {
  font-size: 1.4rem;
  padding-top: 1rem;
}

.price .content .ex-menu .box .p-c .lbl {
  position: relative;
  display: inline-block;
  background: #55564b;
  color: #fff;
  padding: 1rem 3rem 1rem 2rem;
  margin: 0 0 1rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  /* 右端をリボン風に */
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 18px) 50%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 18px) 50%, 100% 100%, 0 100%);
}

.price .content .ex-menu .box .p-c span {
  font-size: 1.6rem;
}

.price .content .ex-menu .box .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.price .content .ex-menu .box .flex-box .c1 {
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  background-color: #55564b;
}

@media screen and (min-width: 1024px) {
  .price .content .ex-menu .box .flex-box .c1 {
    font-size: 1.4rem;
  }
}

.price .content .ex-menu .box .flex-box .c1 p {
  color: #fff;
}

.price .content .ex-menu .box .flex-box .c2 {
  font-size: 1.2rem;
  padding: 0.5rem 0 0.5rem 1rem;
}

@media screen and (min-width: 1024px) {
  .price .content .ex-menu .box .flex-box .c2 {
    font-size: 1.4rem;
  }
}

.price .content .ex-menu .box .text {
  padding: 2rem 0 0;
  font-size: 1.2rem;
}

@media screen and (min-width: 1024px) {
  .price .content .ex-menu .box .text {
    font-size: 1.4rem;
  }
}

.price .content .ex-menu .box .text p {
  margin: 0 0 1rem;
}

.price .content .main {
  padding: 3rem 0;
}

@media screen and (min-width: 1024px) {
  .price .content .main {
    padding: 15rem 0 0;
  }
}

.price .content .main .title {
  font-size: 1.6rem;
  width: 100%;
  overflow: hidden;
  margin: 0 0 5rem;
}

@media screen and (min-width: 1024px) {
  .price .content .main .title {
    font-size: 2rem;
  }
}

.price .content .main .title p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}

.price .content .main .title p::before {
  content: "";
  position: absolute;
  width: 30vw;
  height: 0.1rem;
  background-color: #55564b;
  top: 50%;
  right: -33vw;
}

.price .content .main .title p::after {
  content: "";
  position: absolute;
  width: 30vw;
  height: 0.1rem;
  background-color: #55564b;
  top: 50%;
  left: -33vw;
}

.price .content .main .menu {
  width: 80%;
  border: #55564b solid 0.1rem;
  margin: 0 auto 5rem;
  padding: 2rem;
  background-color: #fff;
}

@media screen and (min-width: 1024px) {
  .price .content .main .menu {
    width: 50%;
  }
}

.price .content .main .menu .t {
  margin: 0 0 2rem;
  position: relative;
  width: 100%;
}

.price .content .main .menu .t img {
  position: absolute;
  top: 1rem;
  left: 0.5rem;
  height: 5rem;
  width: auto;
}

@media screen and (min-width: 1024px) {
  .price .content .main .menu .t img {
    height: 10rem;
  }
}

.price .content .main .menu .t .k {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 2rem;
  padding: 2rem 0 0;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .price .content .main .menu .t .k {
    font-size: 2.4rem;
  }
}

.price .content .main .menu .t .k .w {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -8.5rem;
  width: 7rem;
  padding: 0.5rem;
  background-color: #97937d;
  color: #fff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 2rem;
  text-align: center;
  font-size: 1.2rem;
  margin: 1rem 0 0;
}

@media screen and (min-width: 1024px) {
  .price .content .main .menu .t .k .w {
    font-size: 1.6rem;
  }
}

.price .content .main .menu .t2 {
  margin: 0 0 2rem;
  position: relative;
  width: 100%;
}

.price .content .main .menu .t2 img {
  position: absolute;
  top: 0;
  left: -4.5rem;
  height: 6rem;
  width: auto;
}

@media screen and (min-width: 1024px) {
  .price .content .main .menu .t2 img {
    height: 10rem;
    left: 0;
  }
}

.price .content .main .menu .t2 .k {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 2rem;
  padding: 2rem 0 0;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .price .content .main .menu .t2 .k {
    font-size: 2.4rem;
  }
}

.price .content .main .menu .t2 .k .w {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -8.5rem;
  width: 7rem;
  padding: 0.5rem;
  background-color: #97937d;
  color: #fff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 2rem;
  text-align: center;
  font-size: 1.2rem;
  margin: 1rem 0 0;
}

@media screen and (min-width: 1024px) {
  .price .content .main .menu .t2 .k .w {
    font-size: 1.6rem;
  }
}

.price .content .main .menu .text {
  text-align: center;
  padding: 1rem 0;
}

@media screen and (min-width: 1024px) {
  .price .content .main .menu .text p {
    font-size: 1.6rem;
  }
}

.price .content .main .menu .text p span {
  font-size: 1.2rem;
}

@media screen and (min-width: 1024px) {
  .price .content .main .menu .text p span {
    font-size: 1.4rem;
  }
}

.price .content .main .menu .p {
  text-align: center;
  font-size: 3rem;
}

.price .content .main .menu .p span {
  font-size: 1.6rem;
}

.price .content .main .menu-b {
  width: 90%;
  border: #55564b solid 0.1rem;
  margin: 0 auto 3rem;
  padding: 2rem;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 4px;
          box-shadow: 2px 2px 4px;
}

@media screen and (min-width: 1024px) {
  .price .content .main .menu-b {
    width: 60%;
  }
}

.price .content .main .menu-b .pickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -3rem;
  right: 0;
}

.price .content .main .menu-b .pickup img {
  width: 1.5rem;
}

.price .content .main .menu-b .pickup p {
  padding: 0.5rem 1rem 0.5rem 1.5rem;
}

.price .content .main .menu-b .t {
  margin: 0 0 2rem;
  position: relative;
  width: 100%;
}

.price .content .main .menu-b .t img {
  position: absolute;
  top: -0.5rem;
  left: -3.5rem;
  height: 5rem;
  width: auto;
}

@media screen and (min-width: 1024px) {
  .price .content .main .menu-b .t img {
    height: 10rem;
    left: 0;
  }
}

.price .content .main .menu-b .t .k {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 2rem;
  padding: 2rem 0 0;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .price .content .main .menu-b .t .k {
    font-size: 2.4rem;
  }
}

.price .content .main .menu-b .t .k .w {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -8.5rem;
  width: 7rem;
  padding: 0.5rem;
  background-color: #97937d;
  color: #fff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 2rem;
  text-align: center;
  font-size: 1.2rem;
  margin: 1rem 0 0;
}

@media screen and (min-width: 1024px) {
  .price .content .main .menu-b .t .k .w {
    font-size: 1.6rem;
  }
}

.price .content .main .menu-b .text {
  text-align: center;
  padding: 2rem 0;
}

.price .content .main .menu-b .text p {
  font-size: 1.4rem;
}

@media screen and (min-width: 1024px) {
  .price .content .main .menu-b .text p {
    font-size: 1.6rem;
  }
}

.price .content .main .menu-b .text p span {
  font-size: 1rem;
}

.price .content .main .menu-b .p {
  text-align: center;
  font-size: 3rem;
}

.price .content .main .menu-b .p span {
  font-size: 1.6rem;
}

.conpare {
  padding: 8rem 0;
  text-align: center;
  background-color: #fff;
}

@media screen and (min-width: 1024px) {
  .conpare {
    padding: 8rem 5% 10rem 15%;
  }
}

.conpare .title {
  font-size: 1.8rem;
  margin: 0 0 2rem;
}

@media screen and (min-width: 1024px) {
  .conpare .title {
    font-size: 2.4rem;
  }
}

.conpare .text {
  font-size: 1.2rem;
  margin: 0 0 2rem;
}

@media screen and (min-width: 1024px) {
  .conpare .text {
    font-size: 1.6rem;
  }
}

.conpare .content {
  padding: 4rem 1rem;
  background-color: #fff;
}

@media screen and (min-width: 1024px) {
  .conpare .content {
    padding: 5rem 10% 5rem;
  }
}

.conpare .content .f1 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.conpare .content .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 1rem;
}

.conpare .content .flex-box .block {
  width: 32%;
  font-size: 1rem;
  border: #55564b solid 0.1rem;
  padding: 1rem 0;
  border-radius: 1rem;
}

.conpare .content .flex-box .block .l2 {
  line-height: 3;
}

.conpare .content .flex-box .block .a {
  font-size: 2rem;
}

@media screen and (min-width: 1024px) {
  .conpare .content .flex-box .block .a {
    font-size: 3rem;
  }
}

.conpare .content .flex-box .block .b {
  font-size: 1.2rem;
  padding: 0.5rem 0;
}

@media screen and (min-width: 1024px) {
  .conpare .content .flex-box .block .b {
    font-size: 1.6rem;
  }
}

.conpare .content .flex-box .block .c {
  font-size: 1rem;
}

@media screen and (min-width: 1024px) {
  .conpare .content .flex-box .block .c {
    font-size: 1.4rem;
  }
}

.conpare .content .flex-box .block-m {
  width: 32%;
  font-size: 1.2rem;
  border: #55564b solid 0.1rem;
  padding: 2rem 0;
  border-radius: 1rem 1rem 0 0;
}

@media screen and (min-width: 1024px) {
  .conpare .content .flex-box .block-m {
    font-size: 2rem;
  }
}

.conpare .content .flex-box .block-m span {
  font-size: 1rem;
}

@media screen and (min-width: 1024px) {
  .conpare .content .flex-box .block-m span {
    font-size: 2rem;
  }
}

.conpare .content .flex-box .block-m .a {
  font-size: 2rem;
}

@media screen and (min-width: 1024px) {
  .conpare .content .flex-box .block-m .a {
    font-size: 3rem;
  }
}

.conpare .content .flex-box .block-s {
  width: 32%;
  font-size: 1rem;
  border: #55564b solid 0.1rem;
  padding: 1rem 0;
  border-radius: 1rem 1rem 0 0;
}

@media screen and (min-width: 1024px) {
  .conpare .content .flex-box .block-s {
    font-size: 1.6rem;
  }
}

.conpare .content .flex-box .block-s .l2 {
  line-height: 3;
}

.conpare .content .flex-box .mys {
  background-color: #97937d;
  color: #fff;
}

.conpare .content .flex-box .mys2 {
  background-color: #edebe2;
}

.conpare .content .s-title {
  padding: 1rem 0;
  margin: 0 0 1rem;
  border-bottom: 0.1rem solid #55564b;
  font-size: 1.2rem;
}

@media screen and (min-width: 1024px) {
  .conpare .content .s-title {
    font-size: 1.8rem;
    padding: 3rem 0 1rem;
  }
}

.conpare .bottom-txt {
  padding: 2rem;
}

.conpare .bottom-txt .t {
  font-size: 1.6rem;
  margin: 0 0 2rem;
}

@media screen and (min-width: 1024px) {
  .conpare .bottom-txt .t {
    font-size: 3rem;
  }
}

.conpare .bottom-txt > p {
  font-size: 1.2rem;
  margin: 0 0 2rem;
}

@media screen and (min-width: 1024px) {
  .conpare .bottom-txt > p {
    font-size: 2rem;
  }
}

.conpare .bottom-txt .t2 {
  font-size: 1.6rem;
  line-height: 1.8;
  border-bottom: 0.1rem solid #55564b;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .conpare .bottom-txt .t2 {
    font-size: 3rem;
  }
}

.flow {
  position: relative;
  padding: 5rem 0 0;
}

@media screen and (min-width: 1024px) {
  .flow {
    padding: 8rem 20% 10rem 20%;
  }
}

.flow .f-time {
  position: absolute;
  top: 5rem;
  right: 2rem;
  width: 8rem;
  height: 8rem;
  background-color: #fff;
  border-radius: 50%;
  border: 0.1rem solid #97937d;
}

@media screen and (min-width: 1024px) {
  .flow .f-time {
    width: 15rem;
    height: 15rem;
    top: 2rem;
    right: 25%;
  }
}

.flow .f-time p {
  position: absolute;
  top: 48%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #97937d;
}

@media screen and (min-width: 1024px) {
  .flow .f-time p {
    font-size: 1.8rem;
  }
}

.flow .f-time p span {
  font-size: 3rem;
  padding: 0 0.3rem;
}

@media screen and (min-width: 1024px) {
  .flow .f-time p span {
    font-size: 5rem;
  }
}

.flow .belongings {
  margin: 5rem 0 0 2rem;
  width: 85%;
  border: #97937d solid 0.1rem;
  padding: 2rem;
}

@media screen and (min-width: 1024px) {
  .flow .belongings {
    padding: 4rem;
  }
}

.flow .belongings .t {
  font-size: 1.6rem;
  margin: 0 0 1rem;
}

@media screen and (min-width: 1024px) {
  .flow .belongings .t {
    font-size: 2.8rem;
  }
}

.flow .belongings .text {
  font-size: 1.2rem;
  padding: 1rem 0;
}

@media screen and (min-width: 1024px) {
  .flow .belongings .text {
    font-size: 2rem;
  }
}

.flow .belongings ul {
  padding: 0 0 0 1rem;
  font-size: 1.1rem;
}

@media screen and (min-width: 1024px) {
  .flow .belongings ul {
    font-size: 1.6rem;
    padding: 2rem 0 0 2rem;
  }
}

.flow .c {
  padding: 4rem 2rem 10rem;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .flow .c {
    padding: 8rem 15rem 10rem;
  }
}

.flow .c .border {
  width: 0.1rem;
  height: 100%;
  background-color: #55564b;
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: -10;
}

@media screen and (min-width: 1024px) {
  .flow .c .border {
    left: 10rem;
  }
}

.flow .c .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 4rem;
}

.flow .c .step .left > p {
  padding: 0.5rem 1rem;
  background-color: #55564b;
  color: #fff;
  border-radius: 2rem;
  font-size: 1.2rem;
}

@media screen and (min-width: 1024px) {
  .flow .c .step .left > p {
    font-size: 1.6rem;
    padding: 1rem 3rem;
    border-radius: 3rem;
  }
}

.flow .c .step .left .time {
  padding: 4rem 0 0 2rem;
  font-size: 1rem;
}

@media screen and (min-width: 1024px) {
  .flow .c .step .left .time {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1024px) {
  .flow .c .step .right {
    padding: 0 0 0 5rem;
  }
}

.flow .c .step .right .t {
  padding: 0.5rem 1rem;
  border-bottom: #55564b solid 0.1rem;
  margin: 0 0 1rem;
}

@media screen and (min-width: 1024px) {
  .flow .c .step .right .t {
    font-size: 2rem;
  }
}

.flow .c .step .right .text {
  font-size: 1rem;
  padding: 0 0 0 1rem;
  line-height: 2;
}

@media screen and (min-width: 1024px) {
  .flow .c .step .right .text {
    font-size: 1.4rem;
  }
}

.flow .join {
  padding: 0;
  background-color: #fff;
  position: relative;
}

.flow .join .title {
  width: 90%;
  background-color: #55564b;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 5rem;
  margin: -3rem auto 0;
  position: absolute;
  text-align: center;
  top: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 1024px) {
  .flow .join .title {
    font-size: 2.4rem;
    margin: -4rem auto 0;
  }
}

.flow .join .text {
  background-color: #fff;
  padding: 4rem 2rem 4rem;
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (min-width: 1024px) {
  .flow .join .text {
    font-size: 2rem;
    padding: 8rem 0 4rem;
    border: #55564b 0.1rem solid;
  }
}

.flow .join .campaign {
  padding: 2rem 0;
  font-size: 1.2rem;
}

@media screen and (min-width: 1024px) {
  .flow .join .campaign {
    font-size: 2rem;
  }
}

.flow .join .campaign .st {
  font-size: 2.4rem;
  padding: 1rem 0;
}

@media screen and (min-width: 1024px) {
  .flow .join .campaign .st {
    font-size: 4rem;
  }
}

.fandq {
  padding: 5rem 0;
}

@media screen and (min-width: 1024px) {
  .fandq {
    padding: 5rem 10% 8rem 20%;
  }
}

.fandq .accordion {
  margin: 4rem 0;
  width: 100%;
  padding: 0 2rem;
}

@media screen and (min-width: 1024px) {
  .fandq .accordion {
    padding: 0 10%;
  }
}

.fandq .toggle {
  display: none;
}

.fandq .faq {
  position: relative;
  margin-bottom: 1rem;
}

.fandq .question,
.fandq .anser {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.fandq .question {
  border: solid 1px #999;
  padding: 1rem 2.2rem 1rem 1rem;
  display: block;
  color: #333;
  line-height: 160%;
}

@media screen and (min-width: 1024px) {
  .fandq .question {
    padding: 2rem 3rem 2rem 2rem;
    font-size: 1.6rem;
  }
}

.fandq .question span,
.fandq .anser span {
  font-size: 160%;
  padding-right: 1rem;
  color: #333;
  line-height: 0;
}

.fandq .question:after,
.fandq .question:before {
  content: "";
  position: absolute;
  right: 1.25rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 0.75rem;
  background-color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.fandq .question:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fandq .anser {
  max-height: 0;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .fandq .anser {
    font-size: 1.6rem;
  }
}

.fandq .anser div {
  margin: 0;
  line-height: 1.8;
  padding: 1rem 2rem 2rem 4rem;
  position: relative;
}

.fandq .anser div .a {
  position: absolute;
  top: -0.5rem;
  left: -3rem;
  font-size: 2rem;
}

.fandq .toggle:checked + .question + .anser {
  max-height: 500px;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.fandq .toggle:checked + .question:before {
  -webkit-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
}

.massage-2 {
  padding: 5rem 2rem 5rem;
  width: 100%;
  background: url(../img/m-2-back.jpg);
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 1024px) {
  .massage-2 {
    text-align: center;
    padding: 10rem 0 10rem;
  }
}

.massage-2 .text {
  font-size: 1.1rem;
  line-height: 2.5;
  padding: 0 0 2rem;
}

@media screen and (min-width: 1024px) {
  .massage-2 .text {
    font-size: 1.8rem;
  }
}

.massage-2 .text p {
  margin: 0 0 2rem;
}

.massage-2 .text p:nth-child(1) {
  margin: 0 0 5rem;
}

.massage-2 .text p span {
  font-size: 1.6rem;
}

@media screen and (min-width: 1024px) {
  .massage-2 .text p span {
    font-size: 3.2rem;
    line-height: 2;
  }
}

.massage-2 .shape-text {
  padding: 0 0 0 5rem;
}

.information {
  padding: 5rem 0 8rem;
}

@media screen and (min-width: 1024px) {
  .information {
    padding: 5rem 10% 15rem 20%;
  }
}

.information .flex-box {
  width: 100%;
  padding: 4rem 2rem 2rem;
}

.information .flex-box .left {
  width: 100%;
  height: 30rem;
  background: url(../img/exterier.webp);
  background-position: center;
  background-size: cover;
}

@media screen and (min-width: 1024px) {
  .information .flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .information .flex-box .left {
    width: 50%;
    height: 40rem;
    background: url(../img/exterier.webp);
    background-position: center;
    background-size: cover;
  }
  .information .flex-box .right {
    width: 50%;
    height: 40rem;
  }
}

.information .googlemap {
  padding: 2rem;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .information .googlemap {
    padding: 0 0 0 2rem;
  }
}

.information .googlemap iframe {
  width: 100%;
  height: 25rem;
}

@media screen and (min-width: 1024px) {
  .information .googlemap iframe {
    width: 100%;
    height: 40rem;
    padding: 0;
  }
}

.information .shop-info .shop {
  width: 100%;
  padding: 0 2rem;
  font-size: 1.2rem;
}

@media screen and (min-width: 1024px) {
  .information .shop-info .shop {
    font-size: 1.6rem;
  }
}

.information .shop-info th,
.information .shop-info td {
  border: 1px solid #CBC9BF;
  padding: 1rem;
}

.information .shop-info th {
  font-weight: bold;
  background-color: #CBC9BF;
  width: 30%;
  color: #55564b;
}

@media screen and (min-width: 1024px) {
  .information .shop-info td {
    padding: 2rem 5rem;
  }
}
/*# sourceMappingURL=top.css.map */