@charset "UTF-8";
.if-category {
  background-color: #ffffff;
}

.if-category_container {
  width: 100%;
  max-width: 900px;
  background-color: #fff;
}

.if-category_inner {
  width: 100%;
}

.if-category_mv {
  width: 100%;
  margin-bottom: 2.5%;
}

.if-category_mv img {
  width: 100%;
}

body {
  padding-top: 0;
}

img {
  max-width: 100%;
}

.if-category_mv {
  margin-bottom: 0;
}

.if-category_wrapper {
  background-size: 5.625vw 5.625vw;
  /* マスの大きさ */
  background-image: linear-gradient(to right, rgba(178, 172, 162, 0.3) 1px, transparent 1px), linear-gradient(to bottom, rgba(178, 172, 162, 0.3) 1px, transparent 1px);
  background-color: #F4ECDF;
  /* ベースの背景色 */
}

.if-category_profile {
  position: relative;
}

.if-category_profile_sns {
  position: absolute;
  width: 15.625vw;
  left: 10.9375vw;
  bottom: 13.28125vw;
}

.if-category_feature-01, .if-category_feature-02, .if-category_coordinate {
  position: relative;
}

.if-category_feature-on, .if-category_coordinate-on {
  position: absolute;
  top: 0;
  left: 0;
}

.if-category_price {
  background-color: #D8C8AB;
  padding: 12.5vw 4.6875vw 0;
}

.if-category_price_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8.4375vw 3.75vw;
}

.if-category_price_list p {
  font-size: 4.375vw;
  font-weight: bold;
  line-height: 1.42;
}

@media screen and (min-width: 813px) {
  .if-category_price_list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .if-category_price_list p {
    font-size: 2.375vw;
    min-height: calc(1.42 * 2em);
  }
}

.if-category_price_list_img {
  margin-bottom: 1.875vw;
}

.if-category_price_list_price {
  width: 30.625vw;
  margin-bottom: 3.125vw;
  margin-top: 1.5625vw;
}

@media screen and (min-width: 813px) {
  .if-category_price_list_price {
    width: 16.625vw;
  }
}

.if-category_message {
  background: linear-gradient(to bottom, #D8C8AB 30%, transparent 30%);
  padding-bottom: 7.8125vw;
}

/* ヒラキサイトのレビューUI再現 */
.hirakireview_inner {
  padding: 30px 10px 40px;
}

@media screen and (max-width: 812px) {
  .hirakireview_inner {
    padding: 15px 10px 20px;
  }
}

.hirakireview_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.hirakireview_star {
  flex-shrink: 0;
}

.hirakireview_starList {
  line-height: 0;
}

.hirakireview_starList > li {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fdcb39;
  -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
          clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  position: relative;
}

@media screen and (max-width: 812px) {
  .hirakireview_starList > li {
    width: 15px;
    height: 15px;
  }
}

.hirakireview_starList > li::before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
          clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 812px) {
  .hirakireview_starList > li::before {
    width: 12px;
    height: 12px;
  }
}

.hirakireview_starList > li::after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: #fdcb39;
  -webkit-clip-path: polygon(50% 0%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
          clip-path: polygon(50% 0%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 812px) {
  .hirakireview_starList > li::after {
    width: 15px;
    height: 15px;
  }
}

.hirakireview_starList > li.full:before {
  content: none;
}

.hirakireview_starList > li:not(.half):after {
  content: none;
}

.hirakireview_title {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 600;
}

@media screen and (max-width: 812px) {
  .hirakireview_title {
    font-size: 1.6rem;
  }
}

.hirakireview_text {
  margin-bottom: 10px;
}

.hirakireview_table {
  padding: 15px;
  background: #fafafa;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}

@media screen and (max-width: 812px) {
  .hirakireview_table {
    padding: 10px;
  }
}

.hirakireview_tableRow {
  display: flex;
  align-items: baseline;
  font-size: 1.2rem;
}

@media screen and (max-width: 812px) {
  .hirakireview_tableRow {
    font-size: 1rem;
  }
}

.hirakireview_tableLabel {
  flex-shrink: 0;
  padding-right: 1em;
  width: 160px;
  position: relative;
}

.hirakireview_tableLabel::after {
  display: block;
  content: ":";
  position: absolute;
  top: 0;
  right: 1em;
}

.hirakireview_tableDetail {
  flex-grow: 1;
}

@media screen and (min-width: 813px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 812px) {
  .pc {
    display: none;
  }
}
