@charset "UTF-8";
/* ========================================

  aroma personal blend CSS

======================================== */
@media screen and (min-width: 1081px) {
  .blend__menu{
    position: relative;
    background: #F7F8F9;
    background-position: 100px 50px;
    padding: 0 0 120px;
    margin-top: 140px;
  }
  .blend__menu::before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100px;
    background: #fff;
  }
  .blend__menu_wrpper{
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
  }
  .blend__menu__block{
    width: 47%;
    background: #fff;
    filter: drop-shadow(0 3px 30px rgba(0,0,0,0.05));
  }
}
@media screen and (max-width: 1080px) {
  .blend__menu{
    position: relative;
    background: #F7F8F9;
    background-position: 100px 50px;
    padding: 0 0 60px;
    margin-top: 80px;
  }
  .blend__menu::before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 60px;
    background: #fff;
  }
  .blend__menu_wrpper{
    width: 90%;
    margin: 0 auto;
  }
  .blend__menu__block{
    width: 100%;
    background: #fff;
    filter: drop-shadow(0 3px 30px rgba(0,0,0,0.05));
  }
  .blend__menu__block + .blend__menu__block{
    margin-top: 60px;
  }
}

/* plan
   ========================================================================== */
.plan{
  font-family: 'Marcellus', serif;
}
@media screen and (min-width: 601px) {
  .blend__menu__price{
    padding: 30px;
  }
  .plan{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .plan .info li{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .plan .info li+li{
    margin-top: 20px;
  }
  .plan .info .price{
    line-height: 2;
  }
  .plan .info .price span{
    font-size: 12px;
    margin-left: 10px;
  }
  .plan__btm{
    border-top: solid 1px #F0F0F0;
    padding-top: 30px;
    margin: 30px auto 0;
  }
  .material{
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0 25px;
  }
  .material li{
    background: #F7F8F9;
    font-size: 12px;
    padding: 8px 20px;
    border-radius: 20px;
    margin-top: 10px;
    margin-right: 10px;
  } 
}
@media screen and (max-width: 600px) {
  .blend__menu__price{
    padding: 30px 20px;
  }
  .plan .info{
    margin-top: 10px;
  }
  .plan .info li{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .plan .info li+li{
    margin-top: 20px;
  }
  .plan .info .price{
    line-height: 2;
  }
  .plan .info .price span{
    font-size: 12px;
    margin-left: 10px;
  }
  .plan__btm{
    border-top: solid 1px #F0F0F0;
    padding-top: 20px;
    margin: 20px auto 0;
  }
  .material{
    margin: 15px 0 25px;
  }
  .material li{
    background: #F7F8F9;
    font-size: 12px;
    padding: 8px 20px;
    border-radius: 20px;
    margin-top: 10px;
    margin-right: 10px;
    text-align: center;
  } 
}








