@charset "utf-8";

/* ----------------------------------------------------
　ヘッダー
------------------------------------------------------*/
.logo {
  padding: 10px;
}

.logo__link {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo__link img {
  display: block;
  width: 43px;
}

.logo__link h1 {
  font-size: 14px;
  color: #000;
  font-weight: normal;
  letter-spacing: -0.1em;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
}

.logo__link h1 span {
  display: block;
  font-size: 8px;
  letter-spacing: 0.2em;
}

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

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

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

.line img {
  width: 356px;
}

/* ----------------------------------------------------
　こんなお悩みありませんか
------------------------------------------------------*/
.introduction {
  background-image: url(../../../img/menu/rejurani/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 14px 36px 16px;
  box-sizing: border-box;
  width: 320px;
  border-radius: 10px;
  margin-inline: auto;
}

.introduction ul li {
  padding-left: 46px;
  font-size: 18px;
  line-height: 2.44;
  background: url(../../../img/menu/rejurani/icon.png) no-repeat left 14px top 11px;
  background-size: 24px auto;
  letter-spacing: -0.04rem;
}

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

.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;
}

/* ----------------------------------------------------
　リジュランiとは/リジュラン注射とは
------------------------------------------------------*/
.about {
  padding-top: 50px;
  padding-bottom: 16px;
}

.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: 28px;
}

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

.about__img img {
  width: 100%;
}

.about .blue {
  color: #5dc2d0;
  font-weight: bold;
}

/* ----------------------------------------------------
　リジュランiの効果
------------------------------------------------------*/
.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 12px 45px 20px;
  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;
  letter-spacing: -0.05em;
}

.effect__item p {
  line-height: 1.66;
}

.effect .small {
  font-size: 20px;
}

/* ----------------------------------------------------
　人気の理由
------------------------------------------------------*/
.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: 24px 14px 29px 22px;
}

.reason__item {
  margin-bottom: 47px;
}

.reason__item:nth-of-type(4) {
  margin-bottom: 0px;
}

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

.reason__item .heading {
  background-color: rgba(93, 194, 208, 0.2);
  width: 270px;
  margin-inline: auto;
  line-height: 1.7;
  /* 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;
}

.info02 .mv__img {
  margin-bottom: 10px;
}

.info02 {
  padding-bottom: 37px;
}

/* ----------------------------------------------------
　選ばれる理由
------------------------------------------------------*/
.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/menu/rejurani/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/menu/rejurani/icon05_on.png");
}

.qa dt:before {
  position: absolute;
  left: 14px;
  top: 10px;
  background: url("../../../img/menu/rejurani/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/menu/rejurani/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 th {
  width: 50%;
  padding: 16px 0 10px 2%;
  font-weight: normal;
  border-bottom: 0.41px solid #595757;
}

.price td {
  width: 50%;
  padding: 16px 2% 10px 0;
  border-bottom: 0.41px solid #595757;
  text-align: right;
}

.price tr:first-of-type .pl-10 {
  padding-left: 10%;
}
.price tr:first-of-type .pr-10 {
  padding-right: 10%;
  text-align: right;
}

/* ----------------------------------------------------
　当院のご紹介
------------------------------------------------------*/
.ours {
  padding-top: 46px;
  padding-bottom: 54px;
}

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

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

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

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

.ours__item:nth-of-type(2) {
  padding-bottom: 48px;
}

.ours__item:nth-of-type(3) {
  padding-bottom: 50px;
}

.ours__item div {
  max-width: 280px;
  margin-inline: auto;
  margin-bottom: 22px;
}

.ours__item div img {
  width: 100%;
}

.ours__item p {
  line-height: 1.67;
  /* letter-spacing: 0.05em; */
}

/* ----------------------------------------------------
　共通
------------------------------------------------------*/
#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;
}

/* -----------------------------------------------
固定ページ（menu/rejurani) のヘッダーフッター非表示
------------------------------------------------ */
.page-id-2587 header,
.page-id-2587 footer {
   display: none;
}

.page-id-2587 .comAccess {
  padding-bottom: 200px;
}