@charset "UTF-8";


@media (min-width: 320px) {
  /* タイトル */
article.page_title {
      background: url("../images/herb/head_img.jpg") no-repeat 80% center;;
      background-size: cover;
  }

 /* セラピー*/
.therapy {
  }
.therapy .therapy_img1 {
    text-align: center;
    margin-bottom: 20px;
  }
.therapy > div {
    list-style: none;
    padding: 40px;
    position: relative;
  }
.therapy > div:before {
      content: '　';
      display: block;
      width: 80px;
      height: 85px;
      background: url("../images/common/leaf_l1.png") no-repeat left top;
    background-size: contain;
      position: absolute;
      top: 0px;
      left: 0px;
  }
.therapy > div:after {
      content: '　';
      display: block;
      width: 80px;
      height: 94px;
      background: url("../images/common/leaf_r2.png") no-repeat right bottom;
    background-size: contain;
      position: absolute;
      bottom: 0px;
      right: 0px;
  }
.therapy > div p {
	color: #826d45;
  }

  /* ハーブセラピーのメリット*/
article.stoneback .merit {
    margin-bottom: 1.5em;
  }
.merit dt {
    font-size: 1.1em;
    font-weight: bold;
    color: #826d45;
    margin-bottom: 0.5em;
    border-bottom: solid 1px #dec4a9;
  }
.merit dt strong {
	font-size: 1.8rem;
    font-weight: normal;
    color: #826d45;
    font-style: italic;
    margin-right: 1em;
    line-height: 1;
  }
.merit dt strong span {
    font-size: 2.3rem;
    color: #826d45;
    font-style: italic;
    line-height: 1;
  }
.merit dd {
    margin-bottom: 1.5em;
  }
.merit dd:last-child {
    margin-bottom: 0;
  }

.merit_outro {
	font-size: 1.5rem;
  }
.ayurveda li {
	list-style: none;
	text-align: center;
	margin: 15px 0;
	border: solid 1px #826d45;
  }

}

@media (min-width: 360px) {
}

@media (min-width: 400px) {
}

@media (min-width: 520px) {
}

@media (min-width: 768px) {
  /* セラピー*/
.therapy {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -webkit-flex-direction:row-reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
  }
.therapy .therapy_img1 {
    width: 40%;
    margin-bottom: 0;
	flex-shrink: 0;
  }
.therapy > div {
    width: 55%;
    padding: 40px;
  }
.therapy > div:before {
      width: 80px;
      height: 85px;
  }
.therapy > div:after {
      width: 80px;
      height: 94px;
  }

  /* ハーブセラピーのメリット*/
article.stoneback .merit {
    margin-bottom: 40px;
  }
.merit dt {
    width: 20em;
  }
.merit dt strong {
	font-size: 2.4rem;
    margin-right: 1em;
  }
.merit dt strong span {
    font-size: 2.5rem;
  }

.merit_outro {
	font-size: 1.8rem;
  }
.ayurveda {
	margin: 30px 0 0 -15px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
  }
.ayurveda li {
	list-style: none;
	text-align: center;
	margin: 0 0 0 15px;
  }

}

@media (min-width: 840px) {
}

@media (min-width: 1200px) {
  /* セラピー*/
.therapy {
    margin-bottom: 50px;
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
    -ms-flex-align:start;
    align-items:flex-start;
  }
.therapy .therapy_img1 {
    width: 492px;
    margin-bottom: auto;
  }
.therapy > div {
    width: auto;
	margin-right: 23px;
    padding: 130px 80px 100px;
  }
.therapy > div:before {
      width: 142px;
      height: 151px;
  }
.therapy > div:after {
      width: 145px;
      height: 171px;
  }

  /* ハーブセラピーのメリット*/
.merit dt {
    width: 20em;
  }
.merit dt strong {
	font-size: 2.6rem;
    margin-right: 1em;
  }
.merit dt strong span {
    font-size: 2.6rem;
  }

.merit_outro {
	font-size: 2rem;
  }
.ayurveda {
	margin: 40px 0 0 -30px;
  }
.ayurveda li {
	list-style: none;
	text-align: center;
	margin: 0 0 0 30px;
  }

}

@media (min-width: 1500px) {
}

