@charset "UTF-8";

.pc{ display: block;}
.sp{ display: none;}

a{
  color: #44a39c ;
  text-decoration: none;
}

img{
    max-width: 100%;
    height: auto;
}

.scriptfont {
  font-family: "Tangerine", cursive; }

.scriptfont::before,
.scriptfont::after {
  content: "-"; }

h2 {
  font-size: 3em;
  color: #44a39c; }


.order2 {
  font-size: 1.25em;
  margin: 1em auto;
  background-color: #fff;
  width: 90vw;
  text-align: center;
  border: 4px solid #b42b5b;
  border-radius: 5em;
  padding: 1em 0;
  color: #b42b5b; }

.order2 a{
  color: #b42b5b;
  text-decoration: none;
}

  .order span {
    display: block;
    font-size: 70%; }

html {
  scroll-behavior: smooth; }

body {
  color: #707070;
  font-family: YuMincho, "Yu Mincho", serif;
  margin: 0; }

.em01{
  font-size: 150%;
  color: #44a39c; 
}

.em-g{
  color: #44a39c; 
}

.wrapper {
  width: 100%;
  padding: 0 5%; }



/* ------------------header------------------ */
header {
  flex-direction: column;
  position: absolute;
  left: 20vw;
  padding: 2em;
  background-color: Rgba(255, 255, 255, 0.8);
  width: 50vw;
  z-index: 1000; }

h1 {
  width: 60%;
  margin: 0 auto; }


.headermenu {
  margin: 0 auto;
  width: 50%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
  height: 100%; }
  
  .headermenu div {
    width: 25%; }

.read {
  color: #44a39c;
  text-align: center;
  font-weight: bold;
  margin: 2em 0; }
  .read span {
    font-size: 1.8rem;
    font-weight: bold; }

/* ------------------mv------------------ */
#mv {
  position: relative; }
  #mv img {
    width: 100%; }



/* ------------------subv------------------ */
.subv {
  margin: 100px auto 80px;
  position: relative; }
  .subv img {
    width: 100%; }
  .subv .subVleft, .subv .subVright {
    font-size: 1.8rem;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .subv .subVleft {
    left: 0;
    width: 40%; }
  .subv .subVright {
    right: 0;
    width: 40%; }

.fadein-x-left {
  opacity: 0;
  /* transform: translateX(-40%);*/
  transform: translateX(100%);
  transition: 2s; }

.fadein-x-right {
  opacity: 0;
  /*  transform: translateX(40%);*/
  transform: translateX(-100%);
  transition: 2s; }

/* ------------------access------------------ */
#access h2 {
  margin-bottom: 15px;
  text-align: center;
}
  #access h2 img {
    width: 106px; }
#access iframe {
  width: 100%;
  height: 300px; }

address {
  font-size: 1.4rem;
  text-align: center; }

#access .tell, .tell {
  font-size: 2.1rem;
  text-align: center; }

#access {
  margin: 4rem;
}

/* ------------------footer------------------ */
footer {
  text-align: center; }
  footer .hotpepper img {
    margin: 0 auto;
    transition: 1s all;
    width: 50%;
    margin-bottom: 30px; }
    footer .hotpepper img:hover {
      transform: rotate(1.1, 1.1); }
  footer img {
    display: block;
    margin: 10px auto 0;
   }

.footbox {
  display: block;
  border-top: 5px solid #44a39c;
  font-size: 1.4rem;
  background-color: #44a39c;
  padding-bottom: 3em;
  color: #fff; }


/* ================= mobile == */
/* ---- 559px ---- */
@media screen and (min-width: 480px) {
  .pc{ display: none;}
  .sp{ display: block;}

.headermenu {
  width: 100%;
}


  #mv p {
    width: 50%; }

  #mv .hotpepper img {
    width: 60%;
    top: -150px; }

  .slider {
    left: 22.5vw; }

  #topmenu::after {
    height: 470px; }

  #therapist .staff:not(:last-child) {
    margin-bottom: 100px; }

  #therapist .staff .staffImg img {
    width: 100%; }

  #therapist .staff .staffImg {
    top: -7%;
    right: 2%; }

  .subv {
    margin: 125px auto 80px; }

  .price dd {
    width: 110px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px; }

  .price dl:nth-child(2n) dd, .price dl:nth-child(2n) dt, .price dl dd, .price dl dt {
    margin-right: 10px; }

  .price dl:last-child dd, .price dl:last-child dt {
    margin-right: 0; }

  #menupage .menubox .item-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2em; }

  #menupage .menubox .item-box div {
    width: 45%; }

  #menupage .menubox .item-box div ul {
    display: block; }

  #menupage .menubox .item-box div ul li {
    width: 100%; } }

    
/* ---- 768px ---- */
@media screen and (min-width: 768px) {
  header {
    left: 30vw;
    width: 30vw;
   }

  #mv p.read {
    font-size: 2.2rem; }

  #mv p.read span {
    font-size: 2.5rem; }
  }

@media screen and (min-width: 1024px) {
.pc { display: block; }
.sp { display: none; }

section p {
    font-size: 1.6rem; }


  /*top*/
  #mv p {
    top: 82%; }

  #mv img {
    height: 90vh;
    /* height: 560px; */
    overflow: hidden;
    object-fit: cover; }

  #mv .hotpepper img {
    width: 300px;
    height: auto;
    top: -130px; }


  #access iframe {
    height: 500px; }


  #access h2 img {
    width: 212px; }

  footer img {
    width: 230px; }

  footer .hotpepper img {
    margin: 0 auto 30px;
    width: 640px; }

  address {
    font-size: 1.6rem; }

}

@media screen and (min-width: 1280px) {

  .menuV img {
    height: 600px;
    object-fit: cover;
    width: 100%; }

  #menuoption .menusubV h2, #body .menusubV h2 {
    right: 19%; }

  #face .menusubV h2 {
    left: 19%; } }
@media screen and (min-width: 1366px) {
  .wrapper {
    max-width: 1366px;
    padding: 0 20px;
    margin: 0 auto; }

  #mv .hotpepper img {
    width: 400px;
    top: -160px; }

  #mv p {
    top: 80%; }

  #instagram {
    margin: 150px auto; }

  .slider {
    left: 35.5vw; }

  #topmenu {
    margin-bottom: 200px; }

  .subv .subVleft, .subv .subVright {
    font-size: 3.0rem; }

  #menuoption .menusubV h2, #body .menusubV h2 {
    right: 23%; }

  #face .menusubV h2 {
    left: 23%; } }
    
@media screen and (min-width: 1560px) {
  #mv p {
    font-size: 2.5rem; }

  #mv p span {
    font-size: 3.0rem; }

  .menuV img {
    height: 750px; }

  .slider {
    left: 38.5vw; }

  .menuV h2 {
    font-size: 4rem; } }

@media screen and (min-width: 1680px) {
  .menuV img {
    height: 850px; } }