.p-shopBlog .container {
  padding: 3rem 3rem 4rem;
}
@media screen and (max-width: 768px) {
  .p-shopBlog .container {
    padding-inline: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-shopBlog__section {
    padding-inline: 1.5rem;
  }
}
.p-shopBlog__listItem {
  width: 100%;
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #bcc5c7;
  border-radius: 0.5rem;
  padding: 1rem;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18);
}
.p-shopBlog__link {
  display: block;
  text-decoration: none;
  color: inherit;
  width: 100%;
}
.p-shopBlog__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 1rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.p-shopBlog__images {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__images {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    width: 40%;
  }
}
.p-shopBlog__imagesInner {
  width: 100%;
  aspect-ratio: 121/91;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__imagesInner {
    aspect-ratio: 135/102;
  }
}
.p-shopBlog__images .p-shopBlog__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.p-shopBlog__summary {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.p-shopBlog__summaryInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.p-shopBlog__categoryTag {
  background: var(--pale-green);
  color: var(--white);
  padding: 0.1rem 0.25rem;
  vertical-align: middle;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-shopBlog__finishDate {
  color: var(--gray);
}
.p-shopBlog__content {
  margin-top: 1rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  max-height: 4.5em;
}
.p-shopBlog__readMore {
  position: absolute;
  bottom: 0;
  color: var(--gray);
  text-align: center;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-shopBlog__readMore > svg {
  vertical-align: middle;
  display: inline;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__readMore {
    display: none;
  }
}
.p-shopBlog__readMore--sp {
  color: var(--gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 1rem;
}
@media screen and (min-width: 1025px) {
  .p-shopBlog__readMore--sp {
    display: none;
  }
}
.p-shopBlog__infoWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3rem 6rem;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__infoWrapper {
    padding: 1.5rem;
  }
}
.p-shopBlog__infoInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 3rem;
}
.p-shopBlog__thumbnail {
  width: 240px;
  height: 195px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__thumbnail {
    width: 132px;
    height: 107px;
  }
}
.p-shopBlog__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-shopBlog__infoText {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
  vertical-align: middle;
  color: var(--related-title-bg);
}
.p-shopBlog__infoHeader {
  font-weight: 700;
  color: var(--primary);
  text-decoration: underline;
}
.p-shopBlog__infoReview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__infoReview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
.p-shopBlog__infoReviewLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-shopBlog__infoRate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  color: var(--tertiary);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__infoRate {
    font-size: 2.4rem;
  }
}
.p-shopBlog__infoLabel {
  width: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  gap: 1rem;
  color: var(--related-title-bg);
}
.p-shopBlog__infoLabel > svg {
  width: 2rem;
  height: 2rem;
}
.p-shopBlog__infoLabel--location svg {
  width: 2.4rem;
  height: 2.4rem;
}
.p-shopBlog__infoDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__infoDetail {
    display: none;
  }
}
.p-shopBlog__infoDetail--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__infoDetail--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}
.p-shopBlog__infoAddress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-shopBlog__infoHours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
}
.p-shopBlog__infoHours > svg {
  width: 2rem;
  height: 2rem;
}
.p-shopBlog__infoHoliday {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
}
.p-shopBlog__infoHoliday > svg {
  width: 2rem;
  height: 2rem;
}
.p-shopBlog__serviceList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__serviceList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-inline: 0;
  }
}
.p-shopBlog .p-shopBlog__serviceList,
.p-shopBlog .p-shopBlog__serviceListItem {
  list-style: none !important;
}
.p-shopBlog__serviceListLink {
  width: 100%;
}
.p-shopBlog__serviceListHeader {
  background: var(--pale-green);
  color: var(--white);
  padding: 0.5rem 1rem;
  font-weight: 700;
  width: 100%;
}
.p-shopBlog__serviceListItem {
  width: 100%;
  border: 1px solid #bcc5c7;
  border-radius: 0.5rem;
  padding: 1rem;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__serviceListItem {
    width: 100%;
  }
}
.p-shopBlog__serviceImage {
  width: 160px;
  height: 120px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__serviceImage {
    width: 120px;
    height: 90px;
  }
}
.p-shopBlog__serviceImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-shopBlog__serviceInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__serviceInner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1rem;
  }
}
.p-shopBlog__serviceInformation {
  width: calc(100% - 160px);
  padding-right: 3rem;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__serviceInformation {
    width: calc(100% - 120px);
    padding-right: 1rem;
  }
}
.p-shopBlog__servicePrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-shopBlog__servicePriceLabel {
  color: var(--gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
}
.p-shopBlog__servicePriceValue {
  color: var(--primary);
  font-weight: 700;
  font-size: 1.6rem;
}
.p-shopBlog__serviceScore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-shopBlog__serviceReview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}
.p-shopBlog__serviceScoreValue {
  color: var(--tertiary);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-shopBlog__serviceScoreValue {
    font-size: 1.6rem;
  }
}

.is-blogArchive .c-sectionTitle {
  border-width: 3px;
}
.is-blogArchive .c-sectionTitle__icon {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
.is-blogArchive .c-sectionTitle__icon img {
  width: 24px;
  height: auto;
}
.is-blogArchive .c-sectionTitle__text {
  font-size: 2.4rem;
  color: var(--primary);
}
/*# sourceMappingURL=p-shop.css.map */
