@charset "UTF-8";
/* Scss Document */
.area01 {
  padding: 60px 0;
  background: #feeeda;
}
@media screen and (max-width: 414px) {
  .area01 {
    padding: 30px 0 40px;
  }
}

.area02 {
  padding: 60px 0 0;
}
@media screen and (max-width: 414px) {
  .area02 {
    padding: 30px 0 0;
  }
}

.page_title {
  text-align: center;
  color: #4e3229;
  font-size: 1.7142em;
  line-height: 3.25;
  margin-top: 40px;
  background: url("../img/tb.png") center center/contain no-repeat;
}

.inner {
  width: 93.75%;
  max-width: 700px;
  margin: auto;
}
.inner .ptitle {
  font-size: 1.714em;
  line-height: 1.7;
  color: #4e3229;
  text-align: center;
  border-bottom: 1px solid #4e3229;
}
.inner .sub_inner {
  width: 100%;
  max-width: 600px;
  margin: 50px auto 0;
}
@media screen and (max-width: 414px) {
  .inner .sub_inner {
    margin: 20px auto 0;
  }
}
.inner .sub_inner .box01 {
  box-sizing: border-box;
  border: 1px solid #4e3229;
  background: #fff;
  padding: 30px 0;
  text-align: center;
}
@media screen and (max-width: 414px) {
  .inner .sub_inner .box01 {
    padding: 15px 0;
  }
}
.inner .sub_inner .box01 .price {
  display: inline-block;
  text-align: left;
  font-size: 1.2857em;
  line-height: 2;
  font-weight: 700;
  color: #4e3229;
}
@media screen and (max-width: 414px) {
  .inner .sub_inner .box01 .price {
    font-size: 1em;
    line-height: 1.6;
    font-feature-settings: "palt" 1;
  }
}
.inner .sub_inner .box01 .price p {
  position: relative;
  padding-left: 65px;
}
@media screen and (max-width: 414px) {
  .inner .sub_inner .box01 .price p {
    padding-left: 45px;
  }
}
.inner .sub_inner .box01 .price p.dog {
  margin-top: 1em;
}
.inner .sub_inner .box01 .price p.dog::before {
  position: absolute;
  left: 0;
  top: -6px;
  content: '';
  display: inline-block;
  width: 42px;
  height: 40px;
  background-image: url("../img/dog.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media screen and (max-width: 414px) {
  .inner .sub_inner .box01 .price p.dog::before {
    top: -2px;
    width: 33px;
    height: 31px;
  }
}
.inner .sub_inner .box01 .price p.cat::before {
  position: absolute;
  left: 0;
  top: -6px;
  content: '';
  display: inline-block;
  width: 42px;
  height: 40px;
  background-image: url("../img/cat.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media screen and (max-width: 414px) {
  .inner .sub_inner .box01 .price p.cat::before {
    top: -2px;
    width: 33px;
    height: 31px;
  }
}
.inner .sub_inner .box02 {
  box-sizing: border-box;
  border: 1px solid #4e3229;
  background: #fff;
  padding: 10px;
  text-align: center;
}
.inner .sub_inner .box02 .image {
  margin: 34px 34px 0;
}
@media screen and (max-width: 414px) {
  .inner .sub_inner .box02 .image {
    margin: 0;
  }
}
.inner .sub_inner .box02 .price01 {
  padding: 25px 0 15px;
}
.inner .sub_inner .box02 .price02 {
  padding: 15px 0;
  background: #feeeda;
}
.inner .sub_inner .box02 .price {
  width: 93.75%;
  max-width: 360px;
  margin: auto;
  font-size: 1.2857em;
  font-weight: 700;
  color: #4e3229;
  line-height: 2;
}
@media screen and (max-width: 414px) {
  .inner .sub_inner .box02 .price {
    font-size: 1em;
    font-feature-settings: "palt" 1;
  }
}
.inner .sub_inner .box02 .price dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.inner .sub_inner .notes {
  margin-top: 20px;
}
.inner .sub_inner .notes p {
  position: relative;
  line-height: 1.7;
  padding-left: 1.5em;
  font-feature-settings: "palt" 1;
}
.inner .sub_inner .notes p::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※";
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
