@charset "utf-8";
/* CSS Document */
body {
  background: #E5F8F3;
    
}
h1 {
  font-size: 30px;
  color: #545454;
  text-align: center;
}

.menutop{
    text-align: center;
}



h2 {
  background: #F5C3C2;
  width: 200px;
  margin: 30px auto;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  color: #545454;
      
}



.shampoo{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "fot-tsukuardgothic-std", sans-serif;
font-weight: 400;
font-style: normal;
}

.plusfee{
    color: #E7A5C9;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}


.plan{
    background: #fff;
    border-radius: 50%;
    padding: 20px;
    margin: 20px;
}





.price {
  margin: 0 auto;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
}
.price th {
  border: solid 2px #E5F8F3;
  padding: 10px;
  padding-right: 20px;
  background-color: #FDB9C8;
  color: #545454;    
}
.price td {
  border: solid 2px #E5F8F3;
  padding: 10px;
  color: #545454;
    font-family: "fot-tsukuardgothic-std", sans-serif;
font-weight: 400;
font-style: normal;
}

.pagetop
    {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    
    }
 
.pagetop a
    {
    display: block;
    text-decoration: none;
    }
 
.pagetop:hover
{
    opacity: 0.85 ;
}



img{
    max-width: 100%;
    height: auto;
}

@media screen and (max-width:768px){
    .plan{
        margin: 10px;
        padding: 10px;
        font-size: 17px;
    }
    
    .shampoo{
       display: flex;
        flex-direction: column;
    }
    
    .plusfee{
        font-size: 18px;
    }
}
