@charset "utf-8";

/*------------------------------------------------
   出張治療
------------------------------------------------*/

/* 対象となる方
****************************************/

#target {
  width: 100%;
}

#target .contentsBlock {
  width: 100%;
}

.targetBlock {
  width: 100%;
}

.targetList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}

.targetBox {
  width: calc((100% - 10px) / 2);
}

.targetBox .image {
	width: 100%;
  border-radius: 10px;
  overflow: hidden;
	margin-bottom: 10px;
}

.targetBox .image img {
	width: 100%;
  height: auto;
}

.targetBox .textBlock {
}

.targetBox .textBlock .title {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: .04em;
  font-feature-settings: "palt" 1;
  text-align: center;
  color: var(--main-color);
}

.targetBlock .desc {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: .04em;
  text-align: justify;
  margin-bottom: 10px;
}

.targetBlock .desc span {
  font-size: 1em;
  background: linear-gradient(transparent 30%, #ff6 30%);
}

@media print, screen and (min-width: 601px) {

  .targetBlock {
    width: 800px;
    margin: 0 auto;
  }

  .targetBox {
    width: calc((100% - 20px) / 2);
  }

  .targetBox .image {
    border-radius: 20px;
  }

  .targetBlock .desc {
    text-align: center;
    margin-bottom: 20px;
  }


}

/* 治療内容
****************************************/

#treatment {
  width: 100%;
}

#treatment .contentsBlock {
  width: 100%;
}

.treatmentBlock {
  width: 100%;
}


.treatmentBox {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 60px;
}

.treatmentBox:last-of-type {
  margin-bottom: 0;
}

.treatmentBox .imageBlock {
  width: 100%;
  margin-bottom: 20px;
}

.treatmentBox .imageBlock .image {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.treatmentBox .imageBlock .image img {
  width: 100%;
  height: auto;
}


.treatmentBox .textBlock {
  width: 100%;
  padding: 0 10px;
}

.treatmentBox .textBlock .title {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: .04em;
  font-feature-settings: "palt" 1;
  text-align: center;
  color: var(--main-color);
  margin-bottom: 10px;
}

.treatmentBox .textBlock .desc {
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: justify;
}

.treatmentBox .textBlock .note {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-top: 10px;
  position: relative;
}

.treatmentBox .textBlock .note::before {
  content: "※";
  margin-right: 0.4em;
  font-size: 1em;
}

@media print, screen and (min-width: 601px) {

  .treatmentBlock {
    width: 800px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }


  .treatmentBox {
    width: calc((100% - 40px) / 3);
    margin-bottom: 0;
  }

  .treatmentBox .imageBlock {
  }

  .treatmentBox .textBlock {
  }

}

/* 治療日
****************************************/

#days {
  width: 100%;
}

#days .contentsBlock {
  width: 100%;
}

.daysBlock {
  width: 100%;
}

.daysBlock .desc {
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: .04em;
  text-align: justify;
  margin-bottom: 1em;
}

.daysBlock .desc span {
  font-size: 1em;
  background: linear-gradient(transparent 30%, #ff6 30%);
}


@media print, screen and (min-width: 601px) {

  .daysBlock {
    width: 800px;
    margin: 0 auto;
  }

  .daysBlock .desc {
    text-align: center;
  }



}
