@charset "utf-8";

/*=== メインエリア ===*/
.main-leadttl {
  padding-left: 0;
  font-weight: bold;
}
.main-leadttl::before {
  content: none;
}


/*=== 店舗持ち込みサービスのお申し込みはこちら ===*/
.commonApply-item.pattern-apply {
  display: none;
}
@media print, screen and (min-width: 769px) {
  .commonApply-bg {
    height: 365px;
  }
  .commonApply-layer {
    position: absolute;
    top: 0;
    left: 50%;
    width: 120%;
    height: 100%;
    border-radius: 0 0 100% 100%;
    transform: translateX(-50%);
    overflow: hidden;
    z-index: 1;
  }
  .commonApply-human {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 0 60px 15px 0;
  }
  .commonApply-human span {
    width: 205px;
    min-width: 160px;
  }
  .commonApply-list {
    justify-content: center;
  }
  .commonApply-item {
    width: 100%;
    max-width: 585px;
  }
  .commonApply-detail {
    margin-top: 0;
  }
  .commonApply-number {
    font-size: 54px;
  }
  .commonApply-detailList {
    margin-top: 30px;
  }
}
@media print, screen and (max-width: 1200px) and (min-width: 769px) {
  .commonApply-bg {
    height: 30.417vw;
  }
  .commonApply-human {
    max-width: 100vw;
    padding: 0 5vw 1.25vw 0;
  }
  .commonApply-human span {
    width: 17.083vw;
  }
}


/*=== 特徴 ===*/
.feature {
  overflow: hidden;
}


/*=== どんなことができるの ===*/
.about-list {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
.about-item {
  width: calc((100% - (55px * 2)) / 3);
}
.about-head {
  margin-top: 18px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
}
.about-detail {
  margin-top: 15px;
}
.about-detailItem {
  position: relative;
  margin-top: 5px;
  padding-left: 1em;
  font-size: 18px;
}
.about-detailItem:first-child {
  margin-top: 0;
}
.about-detailItem::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* appeal */
.about-appeal {
  margin: 70px -100% 0;
  padding: 40px 100% 25px;
  background-color: #f7f7f7;
}
.appeal.pattern-anxiety {
  position: relative;
  margin-top: 0;
  border: 4px solid #85b4c4;
  color: #39606d;
  background-color: #e1f0f5;
}
.appeal.pattern-anxiety::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -44px;
  left: 50%;
  width: 55px;
  height: 20px;
  background: #666;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  transform: translateX(-50%);
}
.appeal.pattern-peace {
  position: relative;
  max-width: 950px;
  margin: 55px auto 0;
  padding-right: calc(166px + 40px + 10px);
  border: 4px solid #cfa136;
  background-color: #f7efe4;
}
@media print, screen and (min-width: 769px) {
  .about .appeal-ttl {
    font-size: 22px;
    line-height: 1.4;
  }
}
.appeal-lead {
  font-weight: bold;
  font-size: 25px;
}
.appeal-lead .type-em {
  font-size: 30px;
}
.appeal-lead .type-highlight {
  color: #ec7008;
}
.appeal-lead .type-line {
  background: linear-gradient(transparent 60%, #ffea98 60%, #ffea98 100%, transparent 100%);
}
.appeal.pattern-peace .appeal-icon {
  position: absolute;
  right: 40px;
  bottom: 0;
}


/*=== おすすめポイント ===*/
.point-list {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
.point-item {
  width: calc((100% - 40px) / 2);
}
.point-head {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
}
.point-thumb {
  margin-top: 20px;
}
.point-txt {
  margin-top: 15px;
  font-size: 18px;
}


/*=== 料金表 ===*/
@media print, screen and (min-width: 769px) {
  .price-column {
    display: flex;
    justify-content: space-between;
  }
  .price-item {
    width: calc((100% - 20px) / 2);
  }
  .price-column .main-detailsec {
    width: calc((100% - 20px) / 2);
    margin-top: 40px;
  }
}
.price-column .detailTable {
  margin: 30px 0 0;
  padding-bottom: 0;
  overflow-x: visible;
}
.price-column .detailTable-table {
  width: 100%;
  margin: 0;
}
.price-column .detailTable-data {
  height: auto;
}
.pattern-new .detailTable-txt {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.pattern-new .detailTable-label {
  margin-top: 10px;
  font-size: 18px;
  background-color: #c40a0a;
}
.pattern-new .detailTable-price {
  color: #c40a0a;
  font-size: 26px;
}
.pattern-new .detailTable-price .type-em {
  font-size: 32px;
}
.pattern-vertical col:nth-child(1) {
  min-width: 180px;
}
.pattern-vertical tbody .detailTable-head {
  background-color: #f8e7d7;
}


/*=== 新サービス開始記念 ===*/
.special {
  margin: 40px auto 0;
  max-width: 920px;
}


@media print, screen and (max-width: 768px) {
  /*=== 店舗持ち込みサービスのお申し込みはこちら ===*/
  .commonApply-item {
    max-width: 100%;
  }
  /*=== どんなことができるの ===*/
  .about-list {
    display: block;
    max-width: 550px;
    margin: 25px auto 0;
    padding: 0 20px;
  }
  .about-item {
    width: 100%;
  }
  .about-item:not(:first-child) {
    margin-top: 30px;
  }
  .about-thumb {
    max-width: 400px;
    margin: 0 auto;
  }
  .about-head {
    margin-top: 12px;
    font-size: 16px;
  }
  .about-detail {
    margin-top: 10px;
  }
  .about-detailItem {
    font-size: 16px;
  }
  /* appeal */
  .about-appeal {
    margin-top: 60px;
    padding-top: 25px;
  }
  .appeal.pattern-anxiety {
    padding-top: 10px;
    border-width: 2px;
  }
  .appeal.pattern-anxiety::after {
    bottom: -38px;
  }
  .appeal.pattern-peace {
    margin-top: 50px;
    padding: 15px 15px 60px;
    border-width: 2px;
  }
  .pattern-anxiety .appeal-head {
    padding-left: 0;
  }
  .appeal-lead {
    font-size: 20px;
  }
  .appeal-lead .type-em {
    font-size: 24px;
    line-height: 1;
  }
  .appeal.pattern-peace .appeal-icon {
    right: 15px;
  }
  /*=== おすすめポイント ===*/
  .point-list {
    display: block;
    max-width: 550px;
    margin: 25px auto 0;
  }
  .point-item {
    width: 100%;
  }
  .point-item:not(:first-child) {
    margin-top: 30px;
  }
  .point-head {
    font-size: 16px;
  }
  .point-thumb {
    max-width: 400px;
    margin: 10px auto 0;
  }
  .point-txt {
    margin-top: 15px;
    font-size: 16px;
  }
  /*=== 料金表 ===*/
  .price-column .main-detailsec:first-of-type {
    margin-top: 30px;
  }
  .price-column .detailTable {
    margin-top: 25px;
  }
  .pattern-new .detailTable-txt {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  .pattern-new .detailTable-label {
    margin-top: 10px;
    font-size: 18px;
  }
  .pattern-new .detailTable-price {
    font-size: 26px;
  }
  .pattern-new .detailTable-price .type-em {
    font-size: 32px;
  }
  .pattern-vertical col:nth-child(1) {
    min-width: auto;
  }
  /*=== 新サービス開始記念 ===*/
  .special {
    margin-top: 25px;
    max-width: 550px;
  }
}