@charset "UTF-8";
/* フォント読込 */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
main .p_title h1 {
  position: relative;
}

main .p_title h1::after {
  content: url("../img/p_sub_service_and_price.svg");
  display: block;
  width: 260px;
  position: absolute;
  bottom: -47px;
  right: -48%;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
}

@media screen and (max-width: 768px) {
  main .p_title h1::after {
    width: 200px;
    bottom: -55px;
    right: -10%;
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
}

main #service {
  margin-bottom: 150px;
}

@media screen and (max-width: 768px) {
  main #service {
    margin-bottom: 100px;
  }
}

main #service li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  main #service li {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

main #service li .service_name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

main #service li .service_name div {
  height: 50px;
  background: #aa5b5b;
  color: #fff;
  padding: 6px 5px 4px;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}

main #service li .service_name div span {
  font-size: 20px;
}

main #service li .service_name h3 {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  main #service li .service_name h3 {
    font-size: 18px;
  }
}

main #service li p {
  font-size: 14px;
}

main #service li img {
  width: 100%;
}

main #price h3 {
  font-size: 20px;
  padding-left: 10px;
  border-left: 10px solid #aa5b5b;
  margin-bottom: 50px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  main #price h3 {
    font-size: 18px;
  }
}

main #price .attention {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  main #price .attention {
    font-size: 14px;
  }
}

main #price table {
  margin-bottom: 100px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  table-layout: fixed;
  border-collapse: collapse;
}

main #price table.sanso {
  margin-bottom: 0;
  width: 50%;
}

@media screen and (max-width: 768px) {
  main #price table.sanso {
    width: 100%;
  }
}

main #price table.sanso tr:first-of-type {
  border-top: 2px solid #523d44;
}

main #price table tr {
  background: #fff;
}

main #price table tr:last-of-type td {
  border-bottom: 2px solid #523d44;
}

main #price table tr.border-top td {
  border-top: 2px solid #523d44;
}

main #price table tr th {
  color: #fff;
  background: #aa5b5b;
  padding: 10px 5px;
  font-size: 18px;
  line-height: 1.4;
  border: 2px solid #523d44;
}

main #price table tr th:first-of-type {
  background: #fff;
}

@media screen and (max-width: 768px) {
  main #price table tr th {
    font-size: 15px;
  }
}

@media screen and (max-width: 480px) {
  main #price table tr th {
    font-size: 14px;
  }
}

main #price table tr th span {
  font-size: 0.8em;
}

main #price table tr td {
  color: #523d44;
  padding: 10px;
  font-size: 18px;
  border-right: 2px solid #523d44;
}

main #price table tr td:first-of-type {
  border-left: 2px solid #523d44;
}

@media screen and (max-width: 768px) {
  main #price table tr td {
    font-size: 15px;
  }
}

@media screen and (max-width: 480px) {
  main #price table tr td {
    font-size: 14px;
  }
}

main #price table tr td .f_century {
  font-size: 1.2em;
}

main #price table tr:nth-of-type(odd) {
  background: rgba(229, 225, 221, 0.4);
}
/*# sourceMappingURL=service.css.map */