.pet-content * {
  /* color: #666;
  line-height: 2; */
}

.pet-content section {
  margin-bottom: 50px;
}

.pet-content p {
  line-height: 2;
  margin: 0 0 2em 0;
  font-size: 16px;
  color: #666;
}

.pet-content img {
  width: 100%;
}

.pet-content .inner {
  margin: 2em auto 150px auto;
  width: 1150px;
}

@media (max-width: 991px) {
  .pet-content .inner {
    box-sizing: border-box;
    padding: 0 6.11111%;
    width: 100%;
  }
}
.title2 {
  font-size: 42px !important;
  color: #9F886E;
  text-align: center;
  clear: both;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 10px 0;
  padding: 10px 0 0 0;
}

@media (max-width: 600px) {
  .title2 {
    font-size: 22px !important;
  }
}
.content01-text {
  text-align: center;
  line-height: 2;
  margin-bottom: 2em;
  color: #666;
}

.content01 {
  margin: 90px 0;
}

@media only screen and (max-width: 767px) {
  .content01 {
    margin: 34.5px 0 33px;
  }
}
.t-center {
  text-align: center;
}

.column-layout01-title {
  color: #9F886E;
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 1em;
  /* text-align: center; */
}

@media (max-width: 767px) {
  .column-layout01-title {
    font-size: 19px;
    margin: 24px 0 18px;
  }
}
.column-layout01 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 5%;
       column-gap: 5%;
  margin: 100px 0;
}

.column-layout01-item {
  width: 47.5%;
}

.column-layout01-text {
  line-height: 2;
  margin: 0 0 2em 0;
  color: #666;
}

@media (max-width: 767px) {
  .column-layout01 {
    margin: 50px 0;
  }
  .column-layout01-item {
    width: 100%;
  }
  .sp-column-re {
    flex-direction: column-reverse;
  }
}
.price-child {
  width: 320px;
  border: 1.5px solid #e7dede;
  padding: 20px;
}

.price-child h4 {
  clear: both;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 10px 0;
  padding: 10px 0 0 0;
  border-bottom: 1px solid #000;
  font-size: 19px;
  color: #666;
}

.item-title {
  background: rgba(159, 136, 110, 0.8);
  color: #fff;
  padding: 10px !important;
  font-family: serif;
  font-size: 130%;
  line-height: 1.2;
  /* font-weight: 600; */
  margin: 0 0 10px 0;
}

.price {
  list-style: none !important;
  text-align: right;
  font-family: serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 2.2;
  color: #666;
}

.price-wrap {
  display: flex;
  gap: 20px 30px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .price-wrap {
    justify-content: center;
  }
}
.tax-price {
  font-size: 13px;
  color: #666;
  line-height: 2;
}

.small {
  font-size: 13px !important;
  margin-bottom: 0 !important;
  color: #666;
  line-height: 2;
}

.pet-gallery-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  /* margin: 100px 0; */
}

.pet-gallery-wrap li {
  width: calc((100% - 20px) / 3);
}

@media (max-width: 767px) {
  .pet-gallery-wrap {
    gap: 5px;
    /* margin: 50px 0; */
  }
  .pet-gallery-wrap li {
    width: calc((100% - 10px) / 3);
  }
}
.page-pet .secpad {
  max-width: 1134px;
  width: 100%;
}
.page-pet .common-sitelink .secpad {
  max-width: 976px;
  width: 100%;
}/*# sourceMappingURL=pet.css.map */