@charset "utf-8";

/* ----------------------------------------------------
　トップ画像
------------------------------------------------------*/
.mv {
  padding-bottom: 32px;
}

.mv__img {
  width: 100%;
  margin-bottom: 10px;
}

.line {
  display: block;
  text-align: center;
}

.line img {
  width: 299px;
}


/* ----------------------------------------------------
　こんなお悩みありませんか
------------------------------------------------------*/
.introduction {
  background-image: url(../../../img/LP/ipl/bg-img.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 43px;
  padding-bottom: 112px;
}

.introduction .section__title {
  margin-bottom: 40px;
}

.introduction ul {
  background-color: #fff;
  padding: 34px 28px 36px;
  box-sizing: border-box;
  width: 320px;
  border-radius: 10px;
  margin-inline: auto;
}

.introduction ul li {
  padding-left: 40px;
  font-size: 18px;
  line-height: 2.44;
  background: url(../../../img/LP/ipl/icon.png) no-repeat left 7px top 11px;
  background-size: 26px auto;
  letter-spacing: 0.025rem;
}


/* ----------------------------------------------------
　症例写真
------------------------------------------------------*/
.recommend {
  padding: 45px 0;
}

.recommend .section__title {
  margin-bottom: 40px;
}

.recommend .small {
  font-size: 15px;
  color: #5dc2d0;
}

.recommend .case {
  margin-top: 49px;
}

.recommend .case h3 {
  font-size: 20px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  font-weight: normal;
  line-height: 1.3;
  color: #fff;
  background-color: rgba(93, 194, 208, 0.7);
  width: 320px;
  margin-inline: auto;
  text-align: center;
  padding: 10px;
  margin-bottom: 26px;
  box-sizing: border-box;
}

.recommend .case p,
.recommend .case dl {
  font-size: 15px;
  line-height: 2;
  color: #595757;
  margin-top: 25px;
}

.recommend .case dl {
  margin-top: 27px;
  padding-right: 10px;
}

.recommend .case dl dt {
  font-weight: bold;
}

.recommend .case dl dt {
  font-weight: bold;
}

.recommend .case__flex {
  display: flex;
  gap: 10px;
}

.recommend .case .indent {
  padding-left: 0.5em;
}

/* スライダー*/
.case .slide-box {
  padding-right: 11px;
  padding-left: 11px;
  margin-inline: auto;
}
.case .slider div img {
  width: 95%;
  height: auto;
  margin-inline: auto;
}
.slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 5px;
}
.prev-arrow {
  left: 0;
  z-index: 1000;
}
.next-arrow {
  right: 0;
}


/* ----------------------------------------------------
　IPL光治療とは
------------------------------------------------------*/
.about {
  padding-top: 50px;
  padding-bottom: 56px;
}

.about__title-wrapper div {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

.about__title-wrapper img {
  width: 320px;
}

.about .section__title {
  margin-bottom: 23px;
  letter-spacing: 0.15em;
}

.about .small {
  font-size: 15px;
  color: #5dc2d0;
  letter-spacing: initial;
}

.about__text-wrapper {
  background-color: #fff;
  padding: 25px 9px 6px 22px;
  box-sizing: border-box;
  margin-inline: auto;
  margin-bottom: 33px;
  border-radius: 10px;
  line-height: 1.6;
}

.about__text-wrapper p {
  margin-bottom: 23px;
}

.about__img {
  max-width: 350px;
  margin-inline: auto;
}

.about__img img {
  width: 100%;
}


/* ----------------------------------------------------
　フォトフェイシャルBBLの効果
------------------------------------------------------*/
.effect {
  padding-top: 45px;
  padding-bottom: 50px;
}

.effect .section__title02 {
  margin-bottom: 40px;
}

.effect__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}

.effect__item {
  background-color: #fff;
  border-radius: 10px;
  padding: 38px 9px 45px 23px;
  position: relative;
}

.effect__item::before {
  content: "01";
  position: absolute;
  top: -37px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Adobe Garamond Pro", serif;
  font-size: 50px;
  color: #5dc2d0;
}

.effect__item:nth-of-type(2)::before {
  content: "02";
}
.effect__item:nth-of-type(3)::before {
  content: "03";
}
.effect__item:nth-of-type(4)::before {
  content: "04";
}
.effect__item:nth-of-type(5)::before {
  content: "05";
}

.effect .heading {
  margin-bottom: 6px;
}

.effect__item p {
  line-height: 1.66;
}


/* ----------------------------------------------------
　人気の理由
------------------------------------------------------*/
.reason {
  padding-top: 54px;
  padding-bottom: 55px;
}

.reason__title-wrapper div {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

.reason__title-wrapper img {
  width: 320px;
}

.reason .section__title02 {
  margin-bottom: 48px;
  line-height: 1.3;
}

.reason__list {
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 20px 15px 10px 18px;
}

.reason__item {
  margin-bottom: 40px;
}

.reason__item:nth-of-type(2),
.reason__item:nth-of-type(3),
.reason__item:nth-of-type(4),
.reason__item:nth-of-type(5) {
  margin-bottom: 72px;
}

.reason__item div {
  text-align: center;
  margin-bottom: 6px;
}

.reason__item .heading {
  background-color: rgba(93, 194, 208, 0.2);
  line-height: 2;
  padding-right: 13px;
  padding-left: 15px;
  box-sizing: border-box;
  display: inline;
}

.reason__item p {
  line-height: 1.67;
}


/* ----------------------------------------------------
　トップ画像・LINEアイコン（中盤）
------------------------------------------------------*/
.info {
  padding-bottom: 60px;
}

.info .mv__img {
  margin-bottom: 32px;
}


/* ----------------------------------------------------
　選ばれる理由
------------------------------------------------------*/
.reason02 {
  padding-top: 46px;
  padding-bottom: 54px;
}

.reason02 .section__title {
  padding-right: 12px;
  padding-left: 12px;
  letter-spacing: -0.1em;
  margin-bottom: 26px;
}

.reason02 .section__title span {
  letter-spacing: normal;
}

.reason02__list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.reason02__item {
  background-color: #fff;
  border-radius: 10px;
  border: 0.28px solid #bd9f90;
  box-sizing: border-box;
  padding: 21px 12px 49px 18px;
}

.reason02__item:nth-of-type(3) {
  padding-bottom: 30px;
}

.reason02__item:nth-of-type(2) .heading {
  line-height: 1.5;
}

.reason02__item div {
  width: 280px;
  margin-inline: auto;
  margin-bottom: 10px;
}

.reason02__item div img {
  width: 100%;
}

.reason02 .heading {
  margin-bottom: 5px;
}

.reason02__item p {
  line-height: 1.67;
}


/* ----------------------------------------------------
　ご予約～治療までの流れ
------------------------------------------------------*/
.nagare {
  padding-top: 55px;
  padding-bottom: 45px;
}

.nagare h2 {
  font-size: 20px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  font-weight: normal;
  line-height: 1.3;
  color: #fff;
  background-color: #5dc2d0;
  width: 320px;
  margin-inline: auto;
  text-align: center;
  padding: 10px;
  margin-bottom: 35px;
  box-sizing: border-box;
}

/* スライダー*/
.nagare .slide-box {
  padding-right: 11px;
  padding-left: 11px;
  margin-inline: auto;
}
.nagare .slider02 .slide {
  width: 320px;
  height: auto;
  /* margin-inline: auto; */
  background-color: #fff;
  border: 0.28px solid #bd9f90;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 20px 10px 23px 16px;
  margin: 0 20px;
}
.nagare .slider02 .slide div {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}
.nagare .slider02 .slide h3 {
  margin-bottom: 8px;
}
.nagare .slider02 .slide .nagare__img {
  width: 280px;
  max-width: 100%;
}
.slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 5px;
}
.prev-arrow {
  left: 0;
  z-index: 1000;
}
.next-arrow {
  right: 0;
}


/* ----------------------------------------------------
　よくあるご質問
------------------------------------------------------*/
.qa {
  padding: 45px 13px 50px;
}

.qa h2 {
  font-size: 30px;
  font-weight: normal;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  font-weight: 0.015em;
  color: #bd9f90;
  text-align: center;
  margin-bottom: 43px;
}

.qa dl {
  border-bottom: 1px solid #cccbc9;
}

.qa dt {
  padding: 12px 57px;
  position: relative;
  cursor: pointer;
  line-height: 1.56;
  background: #f5f3f2 url("../../../img/LP/ipl/icon03.png") no-repeat right 13px center;
  background-size: 15px auto;
  border-top: 1px solid #cccbc9;
  font-size: 13px;
}

.qa dt.on {
  background-image: url("../../../img/LP/ipl/icon05_on.png");
}

.qa dt:before {
  position: absolute;
  left: 14px;
  top: 10px;
  background: url("../../../img/LP/ipl/icon02.png") no-repeat;
  background-size: 29px auto;
  width: 29px;
  height: 29px;
  content: "";
}

.qa dd {
  display: none;
  padding: 12px 57px;
  position: relative;
  line-height: 1.56;
  font-size: 13px;
}

.qa dd .marginTxt01 {
  margin-bottom: 15px;
}

.qa dd:before {
  position: absolute;
  left: 14px;
  top: 10px;
  background: url("../../../img/LP/ipl/icon04_on.png") no-repeat;
  background-size: 29px auto;
  width: 29px;
  height: 29px;
  content: "";
}

.qa ul {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* margin: 0 12px; */
}

.qa li {
  width: 100%;
}

.qa li:first-child dl {
  border-bottom: none;
}


/* ----------------------------------------------------
　料金
------------------------------------------------------*/
.price {
  padding: 50px 10px;
}

.price__title-wrapper {
  margin-bottom: 37px;
}

.price__title-wrapper div {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}

.price__title-wrapper img {
  width: 320px;
}

.price__title-wrapper .price__title {
  font-size: 25px;
  text-align: center;
  font-weight: normal;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
}

.price__title-wrapper .price__title span {
  font-size: 30px;
  color: #5dc2d0;
}

.price table {
  width: 100%;
  border-collapse: collapse;
  border-top: 0.41px solid #595757;
}

.price tr:first-of-type th {
  text-align: center;
}
.price th {
  padding: 16px 0 10px 2%;
  font-weight: normal;
  border-bottom: 0.41px solid #595757;
}

.price td {
  padding: 16px 0 10px 0;
  border-bottom: 0.41px solid #595757;
  text-align: center;
}


/* ----------------------------------------------------
　当院のシミ・美白治療
------------------------------------------------------*/
.bihaku {
  padding-top: 46px;
  padding-bottom: 54px;
}

.bihaku .section__title {
  padding-right: 12px;
  padding-left: 12px;
  letter-spacing: -0.1em;
  margin-bottom: 42px;
}

.bihaku .section__title span {
  letter-spacing: normal;
}

.bihaku__list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.bihaku__item {
  background-color: #fff;
  border-radius: 10px;
  border: 0.28px solid #bd9f90;
  box-sizing: border-box;
  padding: 21px 12px 23px 18px;
}

.bihaku__item:nth-of-type(3) {
  padding-bottom: 30px;
}

.bihaku__item:nth-of-type(2) .heading {
  line-height: 1.5;
}

.bihaku__item div {
  width: 280px;
  margin-inline: auto;
  margin-bottom: 10px;
}

.bihaku__item:nth-of-type(2) div {
  margin-bottom: 13px;
}

.bihaku__item div img {
  width: 100%;
}

.bihaku .heading {
  margin-bottom: 8px;
}

.bihaku__item p {
  line-height: 1.67;
}



/* ----------------------------------------------------
　共通
------------------------------------------------------*/
#main {
  color: #675952;
  font-size: 15px;
  box-sizing: border-box;
}

.section__inner {
  padding-right: 27px;
  padding-left: 27px;
  margin-inline: auto;
}

.section__title {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
}

.section__title span {
  color: #5dc2d0;
  font-size: 30px;
}

.section__title02 {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
}

.section__title02 span {
  font-size: 25px;
  font-weight: normal;
}

.bg {
  background-color: rgba(93, 194, 208, 0.15);
}

.bg02 {
  background-color: rgba(93, 194, 208, 0.25);
}

.heading {
  font-size: 20px;
  font-weight: normal;
  line-height: 2;
  text-align: center;
}
