@charset "UTF-8";

/* 共通パーツ */
.button-shadow.u-blank {
  flex-direction: inherit;
}
.button-shadow.u-blank::after {
  background: url("/common/img/white/ico_blank.svg") no-repeat left top/15px;
}
.button-shadow.u-blank:hover::after {
  background: url("/common/img/ci/ico_blank.svg") no-repeat left top/15px;
}
.hero {
  margin-bottom: 20px;
}

.ly-contents__about-merit_list {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.ly-contents__about-merit_list+li {
  margin: 20px 0 0;
}
.ly-contents__about-merit_list i {
  background: #F8DEDE;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ly-contents__about-merit_list i img {
  width: 64%;
}

.ly-contents__feature .box-3column .box-3column__heading {
  background: #faf6ef;
  padding: 10px 0;
}

.ly-contents__structure-linkbox {
  display: flex;
  justify-content: center;
  margin: 0 0 20px;
}
.ly-contents__structure-linkbox a {
  border: 3px solid #ddd;
  border-right: none;
  color: inherit;
  padding: 10px 10px 30px;
  position: relative;
  text-decoration: none;
  width: calc((100% - 12px) / 3);
}
.ly-contents__structure-linkbox a:hover {
  background: #faf6ef;
}
.ly-contents__structure-linkbox a::before {
  content: "";
  border-color: #876528 transparent;
  border-style: solid;
  border-width: 6px 5px 0;
  margin-top: -2px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transition: border-color 0.2s ease-out;
}
.ly-contents__structure-linkbox a.ly-contents__structure-linkbox03 {
  border-right: 3px solid #ddd;
}
.ly-contents__structure-linkbox a .ly-contents__structure-linkbox_heading {
  font-weight: bold;
  text-align: center;
}
.ly-contents__structure-linkbox a .ly-contents__structure-linkbox_heading span {
  background: #876528;
  color: #fff;
  display: flex;
  height: 25px;
  justify-content: center;
  margin: auto;
  width: 25px;
}
.ly-contents__structure-linkbox a .ly-contents__structure-linkbox_text {
  line-height: 1.5;
}
.ly-contents__structure-textbox .box-3column__heading span {
  background: #333;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px 0 0;
  height: 25px;
  width: 25px;
}
.ly-contents__structure-textbox .box-3column__img {
  margin: auto;
  width: 60%;
}
.ly-contents__structure-textbox .box-3column__img img {
  max-width: 100%;
}
.list-order .list-order__list .list-dot {
  font-size: 15px;
  font-weight: normal;
}
.list-order .list-order__list .list-dot .list-dot__list {
  margin-bottom: 0;
}

.contact .contact__tel-text {
  color: inherit;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}
.contact .contact__time .contact__time-heading {
  font-weight: bold;
  text-align: center;
}
.contact .contact__time .contact__time-list dt {
  float: left;
  width: 8em;
}
.contact .contact__time .contact__time-list dd {
  float: left;
  width: 10em;
}


@media screen and (max-width: 767.9px) {
  .hero {
    margin: 0 -2rem 2rem;
  }
  .ly-contents__about-merit_list i {
    height: 80px;
    max-width: 80px;
    width: 100%;
  }
  .ly-contents__about-merit_list div p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .ly-contents__about-merit_list div .note-order__list {
    margin: 0;
  }
  .ly-contents__structure-linkbox a .ly-contents__structure-linkbox_text {
    font-size: 1.2rem;
  }
  .contact .contact__tel {
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px), print {
  .hero__wrapper {
    position: relative;
  }
  .ly-contents__about-merit_list i {
    height: 80px;
    width: 80px;
  }
  .ly-contents__about-merit_list div p {
    font-size: 18px;
  }
  .ly-contents__structure-linkbox a .ly-contents__structure-linkbox_text {
    font-size: 14px;
  }
  .contact a[href^="tel:"]{
    cursor: default;
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1215px) {
}