@charset "UTF-8";


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

 /* 肉球マッサージについて*/
.massage {
  }
.massage .massage_img1 {
    text-align: center;
    margin-bottom: 20px;
  }
.massage > div {
    list-style: none;
    padding: 40px;
    position: relative;
  }
.massage > 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;
  }
.massage > 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;
  }
.massage > div p {
	color: #826d45;
  }

  /* パウ・バームのこと*/
article.stoneback .pawbalm {
    margin-bottom: 1.5em;
    overflow: hidden;
  }
.pawbalm dt {
    font-size: 1.1em;
    font-weight: bold;
    color: #826d45;
    margin-bottom: 0.5em;
    border-bottom: solid 1px #dec4a9;
  }
.pawbalm dt strong {
	font-size: 1.8rem;
    font-weight: normal;
    color: #826d45;
    font-style: italic;
    margin-right: 1em;
    line-height: 1;
  }
.pawbalm dt strong span {
    font-size: 2.3rem;
    color: #826d45;
    font-style: italic;
    line-height: 1;
  }
.pawbalm dd {
    margin-bottom: 1.5em;
  }
.pawbalm dd:last-child {
    margin-bottom: 0;
  }
.pawbalm .space {
    width: 1px;
    height: 100%;
    background: transparent;
  }
.pawbalm .microbubble02 {
    width: 40%;
    max-width: 240px;
    padding: 5px 0 0 15px;
    background: #faf8f3;
    clear: both;
    float: right;
  }

  /* 肉球マッサージのこと*/
article.stoneback .pawmassage {
    margin-bottom: 1.5em;
    overflow: hidden;
  }
.pawmassage dt {
    font-size: 1.1em;
    font-weight: bold;
    color: #826d45;
    margin-bottom: 0.5em;
    border-bottom: solid 1px #dec4a9;
  }
.pawmassage dt strong {
	font-size: 1.8rem;
    font-weight: normal;
    color: #826d45;
    font-style: italic;
    margin-right: 1em;
    line-height: 1;
  }
.pawmassage dt strong span {
    font-size: 2.3rem;
    color: #826d45;
    font-style: italic;
    line-height: 1;
  }
.pawmassage dd {
    margin-bottom: 1.5em;
  }
.pawmassage dd:last-child {
    margin-bottom: 0;
  }

.massage_outro {
    background: #f1ede2;
    padding: 3px;
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
	border-radius: 38px;
	position: relative;
  }
.massage_outro:before {
	content: '';
	display: block;
	width: 16px;
	height: 41px;
	background: url("../images/common/decoline6_l.png") no-repeat center center;
	background-size: contain;
	position: absolute;
	left: 7px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
  }
.massage_outro:after {
	content: '';
	display: block;
	width: 16px;
	height: 41px;
	background: url("../images/common/decoline6_r.png") no-repeat center center;
	background-size: contain;
	position: absolute;
	right: 7px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
  }
.massage_outro dl {
    text-align: center;
    border: solid 1px #826d45;
    padding: 1em 25px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
  }
.massage_outro dl * {
    color: #826d45;
  }
}

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

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

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

@media (min-width: 768px) {
  /* 肉球マッサージについて*/
.massage {
	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;
  }
.massage .massage_img1 {
    width: 40%;
    margin-bottom: 0;
	flex-shrink: 0;
  }
.massage > div {
    width: 55%;
    padding: 40px;
  }
.massage > div:before {
      width: 80px;
      height: 85px;
  }
.massage > div:after {
      width: 80px;
      height: 94px;
  }

  /* パウ・バームのこと*/
article.stoneback .pawbalm {
    margin-bottom: 40px;
  }
.pawbalm dt {
    display: table;
    min-width: 20em;
  }
.pawbalm dt strong {
	font-size: 2.4rem;
    margin-right: 1em;
  }
.pawbalm dt strong span {
    font-size: 2.5rem;
  }

  /* 肉球マッサージのこと*/
article.stoneback .pawmassage {
    margin-bottom: 40px;
  }
.pawmassage dt {
  }
.pawmassage dt strong {
	font-size: 2.4rem;
    margin-right: 1em;
  }

.massage_outro {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
  }
.massage_outro:before {
	width: 25px;
	height: 64px;
	left: 10px;
  }
.massage_outro:after {
	width: 25px;
	height: 64px;
	right: 10px;
  }
.massage_outro dl {
    padding: 1em 50px;
	-webkit-border-radius: 47px;
	-moz-border-radius: 47px;
	border-radius: 47px;
  }
}

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

@media (min-width: 1200px) {
  /* 肉球マッサージについて*/
.massage {
    margin-bottom: 50px;
  }
.massage .massage_img1 {
    width: 493px;
  }
.massage > div {
    width: auto;
	margin-right: 23px;
    padding: 130px 80px 100px;
  }
.massage > div:before {
      width: 142px;
      height: 151px;
  }
.massage > div:after {
      width: 145px;
      height: 171px;
  }

  /* パウ・バームのこと*/
article.stoneback .pawbalm {
    margin-bottom: 90px;
  }
.pawbalm dt strong {
	font-size: 2.6rem;
    margin-right: 1em;
  }
.pawbalm dt strong span {
    font-size: 2.6rem;
  }
.pawbalm .microbubble02 {
    width: auto;
    max-width: none;
    padding: 5px 0 0 25px;
  }

  /* 肉球マッサージのこと*/
.pawmassage dt strong {
	font-size: 2.6rem;
    margin-right: 1em;
  }
.pawmassage dt strong span {
    font-size: 2.6rem;
  }

.massage_outro:before {
	width: 33px;
	height: 85px;
	left: 10px;
  }
.massage_outro:after {
	width: 33px;
	height: 85px;
	right: 10px;
  }
.massage_outro dl {
    padding: 1.5em 50px;
	-webkit-border-radius: 47px;
	-moz-border-radius: 47px;
	border-radius: 47px;
  }
}

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

