/* サブページのステージ */
#zone_substage {
  background-image: url("../../image/sitetop/bg-column-wrap.jpg");
}
ul.p_artmake_tokucho {
  text-align: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
ul.p_artmake_tokucho li {
  border: 2px solid #B6D8F0;
  border-radius: 100px;
  color: #4A84AD;
  font-weight: bold;
}
ul.p_artmake_tokucho.ozen {
  text-align: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 15px;
}
.before_after_image > img {
  margin: 0px auto;
  max-width: 100%;
  border-radius: 10px;
}
.before_after_image p {
  margin-top: -.5em;
  text-align: center;
}
.before_after_arrow {
  position: relative;
  width: 60px;
  height: 60px;
  color: #3388dd;
}
.before_after_arrow::before, .before_after_arrow::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}
.before_after_arrow::before {
  right: -40px;
  width: 0px;
  height: 0px;
  border: 40px solid transparent;
  border-left: 50px solid #D3E5F1;
}
@media screen and (max-width: 767px) {
  ul.p_artmake_tokucho {
    display: block;
  }
  ul.p_artmake_tokucho li {
    margin: 10px auto;
    width: auto;
    border-radius: 5px;
  }
  .before_after_arrow {
    margin: 30px auto;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media (min-width: 768px) {
  .before_after {
    max-width: 800px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }
  .before_after_image {
    width: calc(50% - 60px);
  }
  .before_after_arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}
/*こんなお悩みを持つ方におすすめ*/
ul.l_osusume_circle {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  grid-gap: 20px;
  text-align: center;
  justify-content: center;
  align-content: center;
  margin: 0 auto;
}
ul.l_osusume_circle li {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(198, 227, 243, 1);
  background-image: radial-gradient(rgba(198, 227, 243, 1), rgba(244, 247, 255, 1));
  border-radius: 20px;
  height: 150px;
  width: 100%;
  line-height: 1.5;
}
ul.l_osusume_circle li p {
  text-align: center;
}
@media (max-width: 960px) {
  ul.l_osusume_circle li {
    height: 100px;
  }
}
/*box*/
.l_osusume_box {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  grid-gap: 20px;
  text-align: center;
  justify-content: center;
  align-content: center;
  margin: 0 auto;
}
.l_osusume_box > li {
  border: 4px solid;
  border-image: linear-gradient(to right, #E3EBFD, #F1E3FD) 1;
  margin-inline: auto;
  width: 100%;
  padding: 1em 0;
}
.l_osusume_box > li img {
  width: 130px;
}
.l_osusume_box > li h4 {
  font-size: 1.2em;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.l_osusume_box > li > ul > li {
  text-align: center;
  background: #91A0D6;
  width: 80%;
  margin: .5em auto;
  color: #fff;
  font-size: .8em;
  border-radius: 5px;
}
.font_fee {
  position: relative;
  font-size: 1em;
  padding: .4em .4em .4em 2em;
}
.font_fee:before {
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #C4CBE4;
}
.font_fee strong {
  font-size: 1.2em;
}
/*---------*/
/*明朝コピー*/
.l_font_mincho {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 1.7em;
  text-align: center;
  margin-top: 2em;
}
/*こんな方におすすめリストボックス*/
ul.l_osusume_list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  grid-gap: 20px;
  justify-content: center;
  align-content: center;
  margin: 0 auto;
}
ul.l_osusume_list > li div {
  border: 1px solid #D3E1EC;
  padding: 1em;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0px 7px 10px 0px rgba(95, 142, 168, 0.4);
}
ul.l_osusume_list > li h5 {
  text-align: center;
  font-size: 2em;
  font-weight: normal;
  color: rgba(119, 174, 204, 1.00);
  margin-bottom: 1em;
  margin-top: .5em;
}
ul.l_osusume_list > li h5 img {
  max-width: 100px;
  width: 100%;
  vertical-align: middle;
  margin-right: 10px;
}
@media print, (max-width: 960px) {
  ul.l_osusume_list > li div {
    padding: 0;
  }
  ul.l_osusume_list > li h5 {
    font-size: 1.4em;
  } /*明朝コピー*/
  .l_font_mincho {
    font-size: 1.4em;
  }
}
.l_strong {
  font-size: 1.5em;
}
.l_strong span {
  color: #E84A4D;
  font-weight: bold;
}
.l_blog_link {
  background: #5DA3C9;
  border-radius: 10px;
  padding: 1em 0;
  text-align: center;
}
.l_blog_link p {
  text-align: center;
  color: #fff;
  font-size: 1.2em;
}
.l_blog_link a {
  background: #BCEDDD;
  display: block;
  max-width: 50%;
  width: 100%;
  margin: 0 auto;
  border-radius: 100px;
  color: #438B74 !important;
  font-weight: bold;
  font-size: 1.3em;
  padding: .3em 0;
  text-decoration: none;
}
.l_blog_link a:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 2s infinite;
  animation: shad26 1.5s infinite;
}
@keyframes shad26 {
  0% {
    box-shadow: 0 0 0 0 #fff;
  }
  70% {
    box-shadow: 0 0 0 10px rgb(255 255 255 / 0%);
  }
  100% {
    box-shadow: 0 0 0 0 rgb(255 255 255 / 0%);
  }
}
/*-----------点滴コース---------------*/
.tenteki_bg_pink {
  background: #F3B9B9;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 3em 0;
}
/*中見出し*/
.col_internal_chuumidashi.red span {
  font-size: .8em;
}
.col_internal_chuumidashi.red span span {
  border-bottom: 1px solid #fff;
  font-size: 1em;
}
.col_internal_chuumidashi.red span em {
  color: #F85456;
  display: inline-block;
  padding: .1em 1em;
  border-radius: 10px;
  border-bottom: none;
  margin-right: .7em;
  background: #fff;
}
.col_internal_chuumidashi.red {
  background: #F85456;
  text-shadow: none;
}
.col_internal_chuumidashi.orange {
  background: #F8B454;
  text-shadow: none;
}
.col_internal_chuumidashi.redorange {
  background: #E76D52;
  text-shadow: none;
}
.col_internal_chuumidashi.blue {
  background: #7364BF;
  text-shadow: none;
}
.col_internal_chuumidashi.pinkblue {
  background: #A04DC4;
  text-shadow: none;
}
.col_internal_chuumidashi.green {
  background: #2F9E6C;
  text-shadow: none;
}
div.link_monitor_btn {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  max-width: 700px;
  margin: 0 auto 1.2em auto;
}
div.link_monitor_btn a {
  text-decoration: none;
  background: #FF7279;
  color: #fff !important;
  border-radius: 5px;
  transition: .4s;
  padding: 1em 0;
}
div.link_monitor_btn a:hover {
  background: #8D3CC9;
}
/*ブロック*/
ul.course_table {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
ul.course_table li {
  background: #fff;
  -webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.22);
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.22);
  border-radius: 10px;
  padding: 2em 1.8em;
  text-align: center;
  margin: 0 auto 2em auto;
}
/*赤枠p*/
ul.course_table li p.waku_red {
  border: #F85456 1px solid;
  display: inline-block;
  margin: 0 auto;
  padding: .2em 1em;
  text-align: center;
}
ul.course_table li span.sale {
  background: #FF161A;
  display: inline-block;
  padding: 0 1em;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
}
ul.course_table li em.red {
  color: #FF161A;
  font-weight: bold;
  margin-left: 1em;
  font-size: 1.2em;
}
ul.course_table li p strong {
  font-size: 1.8em;
  font-weight: bold;
  background: #FFF9AA;
  color: #FF161A;
}
ul.course_table li p strong span:before {
  content: "/";
  margin-left: .5em;
  padding-right: .5em;
  color: #808080;
}
/*tel*/
ul.course_table li tel {
  font-size: 2em;
  color: #FF7279;
  font-weight: bold;
}
ul.course_table li .unit_table_side {
  text-align: left;
  margin-bottom: 1em;
}
/*定価と月額グレーに*/
ul.course_table li .unit_table_side tr.gray th, ul.course_table li .unit_table_side tr.gray td {
  background: #F0F0F0;
}
@media screen and (max-width:768px) {
  ul.course_table li {
    width: 80%;
    margin: 3em auto;
  }
  ul.course_table li span.sale {
    font-size: 1em;
    text-align: center;
  }
  ul.course_table li em.red {
    font-size: 1.1em;
  }
  ul.course_table li p strong {
    font-size: 1.4em;
    display: block;
  }
  ul.course_table li p strong span {
    display: block;
  }
  ul.course_table li p strong span:before {
    content: none;
    margin-left: 0;
    padding-right: 0;
  }
}
/*----ブロック内の見出し*/
ul.course_table li h6 {
  font-size: 1.7em;
  margin-bottom: .4em;
  line-height: 1.5;
}
/*赤*/
ul.course_table li h6.red {
  color: #F85456;
}
/*オレンジ*/
ul.course_table li h6.orange {
  color: #EB900F;
}
/*赤系オレンジ*/
ul.course_table li h6.redorange {
  color: #E76D52;
}
/*青*/
ul.course_table li h6.blue {
  color: #7364BF;
}
/*紫*/
ul.course_table li h6.pinkblue {
  color: #A04DC4;
}
/*緑*/
ul.course_table li h6.green {
  color: #2F9E6C;
}
ul.course_table li h6 span {
  display: block;
  font-size: .6em;
  font-weight: normal;
}
/*-----------------------------*/
.l_jyushin_clinic {
  align-content: center;
  justify-content: center;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  column-gap: 1em;
  box-shadow: 0px 7px 10px 0px rgba(95, 142, 168, 0.4);
  padding: 2em 1em;
  border-radius: 5px;
  margin-bottom: 3em;
  background: url("../../image/sitetop/bg-column-wrap.jpg")no-repeat;
}
.l_jyushin_clinic h3 {
  border-right: 1px solid rgba(144, 167, 180, 1.00);
  padding-right: 1em;
  font-weight: 400;
  font-size: .9em;
}
.l_jyushin_clinic ul {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
}
.l_jyushin_clinic ul li a {
  text-decoration: none;
  background: #fff;
  padding: .4em 1em;
  border-radius: 100px;
  transition: .4s;
  font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
}
.l_jyushin_clinic ul li a:hover {
  opacity: .4;
}
@media screen and (max-width:1028px) {
  .l_jyushin_clinic {
    display: block;
    padding-top: 1em;
  }
  .l_jyushin_clinic h3 {
    text-align: center;
    margin-bottom: 1em;
    border-right: none;
  }
  .l_jyushin_clinic ul {
    flex-wrap: wrap;
    gap: .5em;
    align-content: center;
    justify-content: center;
  }
}
@media screen and (max-width:768px) {
  .l_jyushin_clinic ul {
    justify-content: center;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1em;
  }
	.l_jyushin_clinic ul li a{
		display: block;
		width: 90%;
		text-align: center;
	}
}
/*---------------------------------------------*/
.movie_area {
}
.modal {
  padding: 10px 0;
}
.inner {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 0 20px;
}
/*モーダルパネル*/
.modal_list {
  margin: 0 auto;
}
/* モーダルを開くボタン */
.modal__trigger {
  cursor: pointer;
    text-align: center;
}
.modal__trigger img {
    max-width: 800px;
  width: 100%;
}
/* モーダル本体 */
.modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.modal__layer {
  height: 100%;
  background: rgba(50, 50, 50, .85);
  cursor: pointer;
}
.modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(calc(100% - 40px), 1000px);
  height: calc(100% - 40px);
  background: #fff;

}
.modal__inner {
  position: relative;
  overflow-y: scroll;
  height: 85%;
  padding: 80px 20px 20px;
}
/* モーダルを閉じるボタン */
.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgba(50, 50, 50, 1);
  cursor: pointer;
  transition: opacity .6s;
}
.modal__close:hover {
  opacity: .6;
}
.modal__close:before, .modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: '';
}
.modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
/* モーダル内のコンテンツ */
.modal__content {}
.modal__title {
  text-align: center;
  font-weight: bold;
  margin-bottom: .5em;
}
/*! 埋め込み動画をレスポンシブ対応させる */
.video {
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*下向き矢印*/
.dli-chevron-down {
  margin: 3em auto;
  display: block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1.5em;
  height: 1.5em;
  border: 0.2em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
@media (max-width : 768px) {
/*モーダルパネル*/
    .inner{
    width: auto;}
.modal_list {
  display: block;
    margin: 0 auto;
    padding: 0;
}
}