@charset "utf-8";

/*-----------------------------------------------------
mainvisual
-------------------------------------------------------*/

.mainvisual:before{
  background: url(../images/women/img_mv.jpg) no-repeat left top;
  background-size: cover;
}

/*-----------------------------------------------------
box-contents
-------------------------------------------------------*/

.box-contents--aroma{
  background: url(../images/women/bg_aromatherapy.jpg) no-repeat center top;
  background-size: cover;
}
.box-contents--bed{
  background: url(../images/women/bg_bedmassage.jpg) no-repeat center top;
  background-size: cover;
}
.box-contents--coupon{
  background: url(../images/women/bg_coupon.jpg) no-repeat center top;
  background-size: cover;
}
.box-contents--news{
  background: url(../images/common/bg_shop.jpg) no-repeat center center;
  background-size: cover;
}
.box-contents{
  min-height: 100%;
}

/*-----------------------------------------------------
半透明パネル
-------------------------------------------------------*/

.panel-body--opacity{
  font-size: 1.4rem;
}

/*-----------------------------------------------------
リード文
-------------------------------------------------------*/

.decoration--s-shape{
  padding: 5% 0;
  background: url(../images/women/bg_decoration01.png) no-repeat center top,url(../images/women/bg_decoration01.png) no-repeat center bottom;
  background-size: 15%;
}

@media screen and (max-width:991px){
  .decoration--s-shape{
    background-size: 30%;
  }
}

/*-----------------------------------------------------
クーポン
-------------------------------------------------------*/

.coupon__img{
  width: 100%;
  max-width: 445px;
}