@charset "UTF-8";
.sp_show {
  display: none;
}
@media (max-width: 599px) {
  .sp_show {
    display: block;
  }
}

.pc_show {
  display: block;
}
@media (max-width: 599px) {
  .pc_show {
    display: none;
  }
}

.sltxt {
  margin-right: 5px;
  padding: 0 2px;
  color: #ffffff;
  background: #c30303;
  font-size: 1.2rem;
}

/*看板下テキスト*/
.feature__outline p:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 600px) {
  .feature__outline p:not(:last-child) {
    margin-bottom: 30px;
  }
}

/*メニュー---------------------追加*/
/*メニュー*/
.menu {
  line-height: 2;
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (max-width: 599px) {
  .menu {
    margin: 0 20px 80px;
  }
}
@media (min-width: 600px) {
  .menu {
    width: 80%;
    font-size: 1.6rem;
    max-width: 500px;
    margin-bottom: 80px;
  }
}

.Btn {
  position: relative;
  display: block;
  text-align: center; /*テキスト中央寄せ*/
  font-weight: bold;
  font-size: 1.7rem;
  color: white;
  padding: 1rem;
}
@media (max-width: 599px) {
  .Btn {
    font-size: 1.5rem;
    padding: 0.5rem;
  }
}

.btn {
  padding: 3px;
}
.btn__01 {
  background-color: #ff8807;
}
.btn__02 {
  background-color: #ec5c1c;
}
.btn__03 {
  background-color: #c4400b;
}
.btn__04 {
  background-color: #ffb10c;
}

.Btn-Icon {
  position: absolute;
  top: 50%;
  right: 20px; /*右からの距離*/
  width: 13px; /*アイコンの横幅指定*/
  transform: translateY(-50%); /*この指定で上下中央に*/
}

.section {
  margin-bottom: 80px;
}
@media (min-width: 600px) {
  .section {
    margin-bottom: 130px;
  }
}
.section-ttl {
  font-size: 1.6rem;
  text-align: center;
  margin: 0 10px 20px;
}
@media (min-width: 600px) {
  .section-ttl {
    font-size: 2.4rem;
    margin: 0 0 50px;
  }
}
@media (max-width: 599px) {
  .section-title-img {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
@media (min-width: 600px) {
  .section-title-img {
    width: 40%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
.section-title-sub {
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
}
.section-title-sub__01 {
  border-left: #ff8807 solid 2px;
  border-right: #ff8807 solid 2px;
  color: #ff8807;
}
.section-title-sub__02 {
  border-left: #ec5c1c solid 2px;
  border-right: #ec5c1c solid 2px;
  color: #ec5c1c;
}
.section-title-sub__03 {
  border-left: #c4400b solid 2px;
  border-right: #c4400b solid 2px;
  color: #c4400b;
}
.section-title-sub__04 {
  border-left: #ffb10c solid 2px;
  border-right: #ffb10c solid 2px;
  color: #ffb10c;
}
@media (max-width: 599px) {
  .section-title-sub {
    width: 50%;
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
@media (min-width: 600px) {
  .section-title-sub {
    width: 40%;
    font-size: 2.2rem;
    margin-bottom: 50px;
  }
}
.section-star {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
  margin: 20px auto;
  padding: 20px 0;
}
@media (min-width: 600px) {
  .section-star {
    width: 60%;
    margin: 30px auto;
  }
}
.section-star p {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
}
@media (min-width: 600px) {
  .section-star p {
    font-size: 2.2rem;
  }
}
.section-star img {
  width: 45%;
}
@media (min-width: 600px) {
  .section-star img {
    width: 50%;
  }
}
.section-explain {
  width: 90%;
  background-color: #fff5e7;
  padding: 40px 0;
  margin: 0 auto;
  border-radius: 10px;
  margin-bottom: 50px;
}
@media (min-width: 600px) {
  .section-explain {
    padding: 70px 0;
    margin-bottom: 100px;
  }
}
.section-explain__01 {
  background-color: #fff5e7;
}
.section-explain__02 {
  background-color: #ffebd8;
}
.section-explain__03 {
  background-color: #ffeadf;
}
.section-explain-img {
  width: 90%;
  margin: 0 auto;
}
.section-explain-img img {
  width: 100%;
}
.section-explain-text {
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .section-explain-text {
    align-items: center;
  }
}
.section-explain-text-main {
  font-weight: bold;
}
@media (max-width: 599px) {
  .section-explain-text-main {
    font-size: 1.8rem;
    margin: 30px 10px 10px;
  }
}
@media (min-width: 600px) {
  .section-explain-text-main {
    font-size: 2.2rem;
    margin-bottom: 20px;
    margin: 50px 0 10px;
  }
}
.section-item {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media (min-width: 600px) {
  .section-item {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 80px;
  }
}
@media (max-width: 599px) {
  .section-item-img {
    margin-bottom: 10px;
  }
}
@media (min-width: 600px) {
  .section-item-detail {
    width: 40%;
    flex-shrink: 0;
  }
}
@media (max-width: 599px) {
  .section-item-txt {
    font-size: 1.2rem;
    margin: 0 10px 10px;
  }
}
@media (min-width: 600px) {
  .section-item-txt {
    margin-bottom: 20px;
  }
}
@media (max-width: 599px) {
  .section-item-name {
    margin: 0 10px 5px;
  }
}
@media (min-width: 600px) {
  .section-item-name {
    margin-bottom: 10px;
  }
}
.section-item-price {
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 599px) {
  .section-item-price {
    margin: 0 10px 20px;
  }
}
@media (min-width: 600px) {
  .section-item-price {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.section-item-link {
  border-radius: 50px;
}
.section-item-link__01 {
  background-color: #ff8807;
}
.section-item-link__02 {
  background-color: #ec5c1c;
}
.section-item-link__03 {
  background-color: #c4400b;
}
.section-item-link__04 {
  background-color: #ffb10c;
}
.section-item-link a {
  background-size: 10px;
  display: block;
  color: white;
  font-weight: bold;
  margin: 0 10px;
  padding: 8px;
  text-align: center;
  padding: 10px 0;
  background: url(./image/arrow-r-white.png) no-repeat center right 30px;
  background-size: 8px;
}
@media (min-width: 600px) {
  .section-item-link a {
    width: 100%;
    margin: 0;
    padding: 10px;
  }
}
.section-recommend {
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .section-recommend {
    margin-bottom: 50px;
  }
}
.section-recommend-ttl {
  text-align: center;
  margin-bottom: 20px;
  font-optical-sizing: auto;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
}
@media (min-width: 600px) {
  .section-recommend-ttl {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}
.section-recommend-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
  row-gap: 20px;
}
@media (max-width: 599px) {
  .section-recommend-list {
    margin: 0 10px;
  }
}
@media (min-width: 600px) {
  .section-recommend-list {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    margin: 0 auto;
  }
}
.section-recommend-img {
  margin-bottom: 3px;
}
@media (min-width: 600px) {
  .section-recommend-img {
    margin-bottom: 5px;
  }
}
.section-recommend-name {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 3px;
}
@media (max-width: 599px) {
  .section-recommend-name {
    font-size: 1.2rem;
  }
}
@media (min-width: 600px) {
  .section-recommend-name {
    margin-bottom: 5px;
  }
}
.section-recommend-price {
  font-weight: bold;
}
@media (min-width: 600px) {
  .section-recommend-price {
    font-size: 1.6rem;
  }
}
.section-link {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media (min-width: 600px) {
  .section-link {
    width: 60%;
    margin-bottom: 100px;
  }
}
.section-link a {
  background-size: 10px;
  display: block;
  border-radius: 50px;
  margin: 0 10px;
  padding: 8px;
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  background: url(./image/arrow-r-white.png) no-repeat center right 40px;
  background-size: 8px;
}
@media (min-width: 600px) {
  .section-link a {
    width: 100%;
    margin: 0;
    padding: 10px;
  }
}
.section-link__01 a {
  background-color: #ff8807;
}
.section-link__02 a {
  background-color: #ec5c1c;
}
.section-link__03 a {
  background-color: #c4400b;
}
.section-link__04 a {
  background-color: #ffb10c;
}

.cp {
  background-color: #a84967;
  padding: 3px;
  font-size: 1.1rem;
  color: #ffffff;
}

.middle-line {
  text-decoration: line-through;
  color: #636363;
  font-weight: 500;
  font-size: 1.2rem;
  margin-left: 1rem;
}

.tax-middle-line {
  text-decoration: line-through;
  color: #636363;
  font-weight: 500;
  font-size: 0.7rem;
  margin-left: 0.2rem;
}

button {
  position: absolute;
  bottom: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 20px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  z-index: 1;
}

.previous-btn {
  left: 10px;
  top: 44%;
}

.next-btn {
  right: 10px;
  top: 44%;
}

.other {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 30px 0;
}
@media (max-width: 599px) {
  .other {
    margin: 30px 20px 70px;
  }
}
@media (min-width: 600px) {
  .other {
    margin-bottom: 150px;
    padding: 70px 0;
  }
}
.other-ttl {
  font-size: 2rem;
  text-align: center;
}
@media (min-width: 600px) {
  .other-ttl {
    font-size: 2.8rem;
  }
}
.other-ttl--sub {
  font-size: 1.2rem;
  text-align: center;
  margin: 10px 0 20px;
}
@media (min-width: 600px) {
  .other-ttl--sub {
    font-size: 1.4rem;
    margin-bottom: 50px;
  }
}
@media (min-width: 600px) {
  .other-item__wrap {
    width: 80%;
    margin: 0 auto;
  }
}
.other-item--img {
  margin-bottom: 5px;
}

@media (max-width: 599px) {
  #feature-contents .feature-section__heading {
    font-size: 1.6rem;
  }
}
@media (max-width: 599px) {
  #feature-contents .feature-section__img2 {
    margin: 0 0 20px;
  }
}
@media (min-width: 600px) {
  #feature-contents .feature-section__img2 {
    margin: 0 auto 50px;
  }
}
@media (max-width: 599px) {
  #feature-contents .staff-data {
    padding: 0 10px;
  }
}
#feature-contents .feature-coorde--point {
  flex-direction: column;
}
@media (max-width: 599px) {
  #feature-contents .feature-coorde--point {
    margin: 10px 20px 40px;
  }
}
@media (min-width: 600px) {
  #feature-contents .feature-coorde--point {
    max-width: 680px;
    margin: 0 auto 80px;
  }
}
@media (max-width: 599px) {
  #feature-contents .feature-coorde--point__heading {
    margin-bottom: 15px;
  }
}
@media (min-width: 600px) {
  #feature-contents .feature-coorde--point__heading {
    margin-bottom: 20px;
  }
}
#feature-contents .feature-coorde--point__heading--blue span {
  border-bottom: 5px solid #bad9dc;
  padding-bottom: 3px;
}
#feature-contents .feature-coorde--point__heading--orange span {
  border-bottom: 5px solid #ea927e;
  padding-bottom: 3px;
}
#feature-contents .feature-coorde__list {
  border-color: #ccc;
}
@media (min-width: 600px) {
  #feature-contents .feature-coorde__list {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 50px;
    padding: 50px 50px 30px;
  }
}

.feature-contents__heading {
  color: #fff;
}

#content_1 .feature-contents__heading {
  background: #ff8807;
}

#content_2 .feature-contents__heading {
  background: #ec5c1c;
}

#content_3 .feature-contents__heading {
  background: #c4400b;
}

#content_4 .feature-contents__heading {
  background: #ffb10c;
}

.section-title-sub--pop {
  display: flex;
  justify-content: center;
}
.section-title-sub--pop p {
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px 30px;
  border-radius: 100vh;
  background-color: #ffb10c;
  text-align: left;
  line-height: 1.5;
}
.section-title-sub--pop p:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ffb10c transparent transparent;
  translate: -50% 100%;
}

.star_rating {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #d6c5b4; /* グレーカラー 自由に設定化 */
  /*font-size: 30px; フォントサイズ 自由に設定化 */
}

.star_rating:before,
.star_rating:after {
  content: "★★★★★";
}

.star_rating:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #f08823; /* イエローカラー 自由に設定化 */
}

.star_rating[data-rate="5"]:after {
  width: 100%;
} /* 星5 */
.star_rating[data-rate="4.5"]:after {
  width: 90%;
} /* 星4.5 */
.star_rating[data-rate="4"]:after {
  width: 80%;
} /* 星4 */
.star_rating[data-rate="3.5"]:after {
  width: 70%;
} /* 星3.5 */
.star_rating[data-rate="3"]:after {
  width: 60%;
} /* 星3 */
.star_rating[data-rate="2.5"]:after {
  width: 50%;
} /* 星2.5 */
.star_rating[data-rate="2"]:after {
  width: 40%;
} /* 星2 */
.star_rating[data-rate="1.5"]:after {
  width: 30%;
} /* 星1.5 */
.star_rating[data-rate="1"]:after {
  width: 20%;
} /* 星1 */
.star_rating[data-rate="0.5"]:after {
  width: 10%;
} /* 星0.5 */
.star_rating[data-rate="0"]:after {
  width: 0%;
} /* 星0 */