@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  vertical-align: baseline;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
body {
  font-family: noto-sans-cjk-jp, "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  font-style: normal;
  max-width: 2200px;
  background: url(/images/common/hip-square.webp);
  /* background: url(/images/common/white-waves.webp); */
  color: #000;
  font-size: 1rem;
  line-height: 1.8;
}

header {
  font-family: fot-tsukuardgothic-std, "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

img {
  border: 0px;
  max-width: 100%;
  vertical-align: bottom;
}


/* for modern brouser */

.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}


/* IE7,MacIE5 */

.cf {
  display: inline-block;
}


/* WinIE6 below, Exclude MacIE5 \*/

* html .cf {
  height: 1%;
}

.cf {
  display: block;
}


/**/


/*margin*/

.mgt5 {
  margin-top: 5px!important;
}
.mgt10 {
  margin-top: 10px!important;
}
.mgt20 {
  margin-top: 20px!important;
}
.mgt25 {
  margin-top: 25px!important;
}
.mgt30 {
  margin-top: 30px!important;
}
.mgt35 {
  margin-top: 35px!important;
}
.mgt40 {
  margin-top: 40px!important;
}
.mgt45 {
  margin-top: 45px!important;
}
.mgt50 {
  margin-top: 50px!important;
}
.mgt55 {
  margin-top: 55px!important;
}
.mgt60 {
  margin-top: 60px!important;
}
.mgt65 {
  margin-top: 65px!important;
}
.mgt70 {
  margin-top: 70px!important;
}
.mgt80 {
  margin-top: 80px!important;
}
.mgb0 {
  margin-bottom: 0px!important;
}
.mgb5 {
  margin-bottom: 5px!important;
}

.mgb10 {
  margin-bottom: 10px!important;
}
.mgb20 {
  margin-bottom: 20px!important;
}
.mgb30 {
  margin-bottom: 30px!important;
}
.mgb40 {
  margin-bottom: 40px!important;
}
.mgb50 {
  margin-bottom: 50px!important;
}
.mgl0 {
  margin-left: 0px!important;
}
.mgl10 {
  margin-left: 10px!important;
}
.mgl15 {
  margin-left: 15px!important;
}
.mgl20 {
  margin-left: 20px!important;
}
.mgl30 {
  margin-left: 30px!important;
}
.mgl40 {
  margin-left: 40px!important;
}
.mgl50 {
  margin-left: 50px!important;
}
.mgr0 {
  margin-right: 0px!important;
}
.mgr10 {
  margin-right: 10px!important;
}
.mgr15 {
  margin-right: 15px!important;
}
.mgr20 {
  margin-right: 20px!important;
}
.mgr30 {
  margin-right: 30px!important;
}
.mgr40 {
  margin-right: 40px!important;
}
.mgr50 {
  margin-right: 50px!important;
}


/* For padding */

.pdt0 {
  padding-top: 0px !important;
}
.pdt5 {
  padding-top: 5px !important;
}
.pdt10 {
  padding-top: 10px !important;
}
.pdt15 {
  padding-top: 15px !important;
}
.pdt20 {
  padding-top: 20px !important;
}
.pdt25 {
  padding-top: 25px !important;
}
.pdt30 {
  padding-top: 30px !important;
}
.pdt35 {
  padding-top: 35px !important;
}
.pdb5 {
  padding-bottom: 5px !important;
}
.pdb10 {
  padding-bottom: 10px !important;
}
.pdb15 {
  padding-bottom: 15px !important;
}
.pdb20 {
  padding-bottom: 20px !important;
}
.pdb25 {
  padding-bottom: 25px !important;
}
.pdb30 {
  padding-bottom: 30px !important;
}
.pdl5 {
  padding-left: 5px !important;
}
.pdl10 {
  padding-left: 10px !important;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  filter: drop-shadow(0px 3px 7px rgba(0, 0, 0, 0.1));
}

.fixed #navi {
background: #3e2606;
    background: #ef7c0c;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.sup {
    text-indent: -0.7rem;
    padding-left: 0.7rem;
    font-size: 0.7rem;
    display: block;
}

.bold {
  font-weight: bold!important;
}

br.sp {
  display: none;
}


ul.disc_list {
  list-style: none;
}
ul.disc_list li {
  text-indent: -1em;
  padding-left: 1em;
}
ul.disc_list li:not(:last-child) {
  margin-bottom: 10px;
}
ul.disc_list li::before {
  content: '・';
}


@media (max-width: 768px) {
  body {
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 0.8rem;
  }
  .sup {
    font-size: 0.7rem;
  }
  br.sp {
    display: block;
  }
}


/* ---------------------------------------------------------
 common 
----------------------------------------------------------*/

.c_wrap {
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
}

section {
  margin: 80px 0;
}

section.content01, section.content02, section.content03 {
  margin: 40px 0;
}

a {
  color: #000;
}

a:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

h2 {
  font-size: 2rem;
  text-align: center;
  font-weight: normal;
  margin-bottom: 50px;
  font-family: tomarik-poster, "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.1;
  color: #ea5413;
}

h2 span {
  display: block;
  font-family: fot-tsukuardgothic-std, "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  /* padding-left: 20px; */
  color: #3e2606;
}

h3 {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 30px 0 20px;
font-family: fot-tsukuardgothic-std, "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.ja_tit {
  font-family: fot-tsukuardgothic-std, "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.line_inner {
  margin: 10px 0
}

.line_tit .line_inner {
  overflow: hidden;
  position: relative;
  padding-bottom: 3px;
}

.line_tit .line_inner span {
  padding: 8px;
}

.line_tit .line_inner:before {
  content: "";
  border-bottom: 3px solid #ea5413;
  bottom: 0;
  height: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.line_tit .line_inner:after {
  border-bottom: 3px solid #d4ccc3;
  bottom: 0;
  content: "";
  position: absolute;
  width: 100%;
  z-index: 1;
}
/*
.left_tit {
  border-left: solid 3px #957ca0;
  padding-left: 8px;
  margin: 20px 0 10px;
  font-size: 1rem;
}*/
.border_tit {
  border-left: solid 5px #ea5413;
  line-height: 1;
  padding-left: 10px;
  margin-bottom: 20px;
}

.bg_tit {
  background: #fbf4dc;
  padding: 5px 10px;
  border-radius: 10px;
  color: #3e2606;
  font-family: fot-tsukuardgothic-std, "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.med_time h2, .contact h2, .accident h2 {
  font-weight: bold;
  font-size: 2.3rem;
}

p.small {
  font-size: 0.9rem;
}

.btn_wrap.btn_brown {
  background: #3e2606;
  border-radius: 1000px;
  width: 250px;
  margin: 20px auto 0;
  padding: 5px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.3));
/* font-weight: bold; */}

.btn_wrap.btn_brown a {
  color: #fff;
  display: block;
  /* border-top: dashed 1px #fff; */
  /* border-bottom: dashed 1px #fff; */
  padding: 8px 0;
  text-align: center;
  background: url(/images/common/arrow_wh.png) no-repeat 95% 50%;
  background-size: 7px;
  /* filter: drop-shadow(3px 13px 9px rgba(0,0,0,0.9)); */
font-size: 1rem;}

.btn_wrap.btn_back a {
  background: url(/images/common/arrow_wh_back.png) no-repeat 5% 50%;
  background-size: 7px;
}

.btn_orange {
  background: #ea5413!important;
  font-weight: bold;
}

.btn_list {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.btn_list li {
  margin: 0 10px 10px;
}
.btn_list li .btn_wrap.btn_brown {
  margin: 0;
}

.link_btn {
  text-align: center;
  margin-top: 40px;
}

.link_btn li {
  padding: 5px;
  border-radius: 8px;
  display: inline-block;
}

.link_btn li a {
  color: #3e2606;
  display: block;
  border-top: dashed 1px #69625a;
  border-bottom: dashed 1px #69625a;
  padding: 8px 100px;
  text-align: center;
  background: url(/images/common/arrow_bk.png) no-repeat 95% 50%;
  background-size: 7px;
}

.btn_list.menu_btn {
  margin-bottom: 50px;
}

.btn_list.menu_btn .btn_brown a{
  color: #3e2606;
  background: url(/images/common/arrow_bk.png) no-repeat 95% 50%;
  background-size: 7px;
  font-weight: bold;
}

.btn_list .cont01 .btn_brown {
  background: #bce0ef;
}
.btn_list .cont02 .btn_brown {
  background: #c2e6d4;
}
.btn_list .cont03 .btn_brown {
  background: #efdee4;
}
.btn_list .cont04 .btn_brown {
  background: #fff9ca;
}

.txt_link {
  border-bottom: dotted 2px;
  color: #0e347a;
  font-weight: bold;
}

dl.tab_list {
  /*    background-color: #0e3463;*/
  /* background: #f4a208; */
  overflow: hidden;
  font-size: 0.9rem;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  /* border: solid 1px #f3eee2; */
  border-bottom: solid 1px #d7d0bf;
}

dl.tab_list dt {
  /*float: left;*/
  font-weight: bold;
  width: 100px;
  padding: 10px;
  border-top: solid 1px #f3eee2;
  /* text-align: center; */
  color: #fff;
  background: #f4a208;
}
dl.tab_list dt:first-child {
    border-top: solid 1px #d7d0bf;
}
dl.tab_list dt:last-child {
    border-bottom: solid 1px #d7d0bf;
}
dl.tab_list dd {
  /*    margin-left: 100px;*/
  padding: 10px;
  background-color: #fff;
  border-top: solid 1px #d7d0bf;
  border-right: solid 1px #d7d0bf;
  width: calc(100% - 100px);
}

dl.tab_list dd.pb35 {
  padding-bottom: 35px;
}

dl.tab_list dd span.border {
  display: block;
  border-top: dotted 2px #ccc;
  margin-top: 5px;
  padding-top: 5px;
}

.check_list li {
    font-weight: bold;
}
.check_list li:before {
    content: '\f058';
    color: #ea5413;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    margin-right: 10px;
}
.hair_removal .check_list {
    max-width: 315px;
    margin: auto;
}


.embedded_slide {
  max-width: 600px;
  margin:auto; 
}
.embedded_slide {
    width: 100%;
}
.embedded_slide iframe {
    width: 100%;
}

small.sp {
  display: none;
}

.float_left {
  float: left;
}


.ribbon {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 12px 0 10px;
  z-index: 2;
  width: 56px;
  text-align: center;
  font-size: 1.3rem;
  color: white;
  background: #7e248d;
  font-family: century-gothic, sans-serif;
  font-weight: bold;
  line-height: 1;
}
.ribbon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 28px solid #7e248d;
  border-right: 28px solid #7e248d;
  border-bottom: 10px solid transparent;
}
.ribbon span {
    font-size: 0.8rem;
    display: block;
    margin-bottom: 3px;
}


/*==================================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    max-width: 1000px;
    margin:0 auto;
}

.accordion-area li{
    margin-bottom: 20px;
    padding: 20px;
    background: #fef7ff;
    border-radius: 10px;
    font-weight: bold;
}

.accordion-area section {
  border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.accordion-area .title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size: 1.2rem;
    transition: all .5s ease;
}
.accordion-area .flex span.icon {
    font-family: century-gothic, sans-serif;
    font-size: 2rem;
    background: #7e248d;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border-radius: 1000px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
}

.accordion-area .box p span.icon {
    background: #e14c9d;
}

.accordion-area .flex {
    display: flex;
    align-items: center;
}
.accordion-area .flex.icon_start {
    align-items: start;
}

.accordion-area .flex .text {
    width: calc(100% - 60px);
}
.accordion-area .flex.title .text {
    width: calc(100% - 100px);
}

/*アイコンの＋と×*/
.accordion-area .title::before,
.accordion-area .title::after{
    position: absolute;
    content:'';
    width: 20px;
    height: 3px;
    background-color: #7e248d;
}
.accordion-area .title::before{
    top:48%;
    right: 15px;
    transform: rotate(0deg);
    
}
.accordion-area .title::after{
    top:48%;
    right: 15px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.accordion-area .title.close::before{
  transform: rotate(45deg);
}

.accordion-area .title.close::after{
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.accordion-area .box {
    display: none;/*はじめは非表示*/
    margin-top: 20px;
    padding-top: 20px;
    border-top: dotted 2px #afafaf;
}




@media (max-width: 768px) {
  .link_btn li {
    width: 45%;
    margin: 0 1%;
  }
  .link_btn li a {
    padding: 8px 0;
    font-size: 0.9rem;
  }
  h2 {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  h2 span {
      padding-top: 5px;
      font-size: 1.6rem;
  }
  section {
    margin: 50px 0;
  }
}

@media (max-width: 480px) {

/*  .med_time h2, .contact h2, .accident h2 {
    font-size: 1.7rem;
  }*/
  h3 {
    font-size: 1.1rem;
  }
  section {
    margin: 40px 0;
  }
  section.content01, section.content02, section.content03 {
    margin: 40px 0;
  }
  dl.tab_list dd.sp_pb35 {
    padding-bottom: 35px;
  }
  .line_tit .line_inner span small.pc {
    display: none;
  }
  small.sp {
    font-size: 0.8rem;
    display: block;
    font-weight: 500;
  }
  .link_btn li {
    width: 49%;
    margin: 0;
  }
  .btn_wrap.btn_brown a {
    font-size: 0.9rem;
  }
  .embedded_slide iframe {
      height: 300px;
  }
}


/* ---------------------------------------------------------
 header 
----------------------------------------------------------*/

header {
  background: #fff;
  text-align: center;
}

header h1 {
  max-width: 200px;
  margin: auto;
  padding: 15px 0;
  z-index: 1000;
  position: relative;
}

header h1 img {
  /* vertical-align: baseline; */
  display: block;
}

header nav ul {
  /* padding-bottom: 10px; */
  max-width: 960px;
  margin: auto;
}

header nav li {
  float: left;
  width: 20%;
/*  border-right: solid 1px #5f513f;*/
    border-right: solid 1px #ab5b0c;
}

header nav li:last-child {
  border-right: 0;
}

header nav li a {
  display: block;
  font-size: 0.9rem;
  color: #fff;
  padding: 010px;
}

header .slicknav_menu {
  display: none;
}

.content {
  padding-top: 122px;
}

@media (max-width: 768px) {
  header {
    min-height: 60px;
  }
  .content {
    padding-top: 60px;
  }
  header .slicknav_menu {
    display: block;
  }
  header #navi {
    display: none;
  }
  header h1 {
    width: 150px;
    margin: auto;
    margin-top: 12px;
    padding: 0;
  }
  header h1 .pc {
    display: none;
  }
  header h1 .sp {
    display: block;
  }
}


/* ---------------------------------------------------------
 mainv 
----------------------------------------------------------*/

.bxslider_loop li {
  width: 600px!important;
}

@media (max-width: 768px) {
  .bxslider_loop li {
    width: 400px!important;
  }
}

@media (max-width: 480px) {
  .bxslider_loop li {
    width: 300px!important;
  }
}


/* ---------------------------------------------------------
 TOP(yoroshiku-clinic.jp_org)
----------------------------------------------------------*/

.home section {
  margin: 0;
}

.home .c_inner {
  max-width: 1000px;
  margin: auto;
  padding: 80px 20px;
}

.bg_white {
  background: #fff;
}

@media (max-width: 768px) {
  .home .c_inner {
    padding: 60px 20px;
  }
}
@media (max-width: 768px) {
  .home .c_inner {
    padding: 40px 20px;
  }
}

/* ---------------------------------------------------------
 concept 
----------------------------------------------------------*/

.concept .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.concept .flex .txt {
  width: 50%;
}
.concept .flex .txt .marker {
  background: linear-gradient(transparent 70%, #ffead0 0%);
  display: inline;
  padding: 0 2px 4px;
}
.concept .flex .txt p {
  margin-bottom: 30px;
}
.concept .flex figure {
  width: 44%;
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.2));}

.concept p.gothic {
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  color: #0e347a;
}

.kids_room {
    background: #f1efe5;
    padding: 30px;
    border-radius: 10px;
    margin: 50px auto 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 850px;
}
.kids_room .txt {
    width: 56%;
}
.kids_room .txt h4 {
    margin-bottom: 10px;
    font-size: 1.2rem;
}
.kids_room .txt h4:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 32px;
    background-image: url(./images/top/kids_icon.svg);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}
.kids_room img {
    width: 40%;
}

@media (max-width: 768px) {
  .concept .flex .txt {
    width: 100%;
    margin-bottom: 40px;
  }
  .concept .flex .txt .marker {
    font-size: 1.1rem;
  }
  .concept .flex figure {
    width: 50%;
    margin: auto;
  }
}

@media (max-width: 480px) {
  .concept dl {
    float: none;
    width: 100%;
  }
  .concept dl dt {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  .concept dl dd {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .concept .flex figure {
    width: 70%;
  }
  .kids_room {
      padding: 20px;
      margin-top: 30px;
  }
  .kids_room .txt {
      width: 100%;
      margin-bottom: 20px;
  }
  .kids_room img {
      width: 100%;
  }
}


/* ---------------------------------------------------------
 news 
----------------------------------------------------------*/

.news dl {
  background: #fff;
  margin-bottom: 30px;
  padding: 25px 20px;
  border-radius: 8px;
  font-size: 1rem;
}

.news dt {
  float: left;
  margin-right: 10px;
  padding-bottom: 10px;
}

.news dd {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: dotted 1px #ccc;
}

.news dt:last-child {
  padding-bottom: 0;
}

.news dd:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.news dd a {
  background: url(/images/common/arrow_bk.png) no-repeat right 50%;
  background-size: 7px;
  display: block;
  padding-right: 10px;
}


/*一覧*/

.post_page.news dt {
  padding-bottom: 20px;
}

.post_page.news dd {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.post_page.news dd:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.news .date {
    font-family: century-gothic,sans-serif;
    font-weight: bold;
}
.news .tag {
  background: #ccc;
  border-radius: 5px;
  font-size: 0.8rem;
  padding: 5px 5px 3px;
  margin-left: 10px;
  color: #fff;
  width: 50px;
  display: inline-block;
  text-align: center;
  vertical-align: text-bottom;
  font-family: tomarik-poster, "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
line-height: 1;}

.news .tag.tag_topics {
  background: #e3b100;
}

.news .tag.tag_news {
  background: #ea5514;
}

.news .tag.tag_blog {
  background: #3b912d;
}

@media (max-width: 768px) {
  .news dl {
    font-size: 0.9rem;
  }
  .news dt {
    float: none;
    margin-right: 0;
    padding-bottom: 5px;
  }
  .post_page.news dt {
    padding-bottom: 5px;
  }
  .post_page.news dd {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .news .tag {
    font-weight: bold;
    padding: 3px 5px;
  }
}


/* ---------------------------------------------------------
 news (詳細ページ)
----------------------------------------------------------*/

.news .time {
  font-size: 0.9rem;
}

.news .time img {
  width: 20px;
  vertical-align: middle;
  margin-right: 10px;
}

.news h3 {
  margin-top: 10px;
  background: #fff;
  padding: 20px;
  /*    border-top: solid 2px #dddddd;*/
  border-bottom: solid 2px #dddddd;
}

.news .c_txt {
  line-height: 200%;
  margin: 50px 0 40px;
}

.news .c_txt img {
  max-width: 100%!important;
  height: auto!important;
}


/*投稿画像の回り込み*/

.news .c_txt img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.news .c_txt img.alignright {
  padding: 4px;
  margin: 0 0 2px 10px;
  display: inline;
  float: right;
}

.news .c_txt img.alignleft {
  padding: 4px;
  margin: 0 10px 2px 0;
  display: inline;
  float: left;
}

@media (max-width: 768px) {
  .news h3 {
    padding: 20px 10px;
  }
  /*投稿画像の回り込み*/
  .news .c_txt img.alignright {
    padding: 0 0 10px 0;
    margin: 0 auto;
    display: block;
    float: none;
  }
  .news .c_txt img.alignleft {
    padding: 0 0 10px 0;
    margin: 0 auto;
    display: block;
    float: none;
  }
}

@media (max-width: 480px) {
  .news .c_txt {
    margin: 20px 0 40px;
  }
}


/* ---------------------------------------------------------
 menu 
----------------------------------------------------------*/

section.menu {
  text-align: center;
}

.menu .pick_up {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pick_up li {
    float: left;
    width: 32%;
    margin-right: 2%;
    padding: 30px 20px 0;
    position: relative;
    border-radius: 10px;
    vertical-align: top;
}
.pick_up li:last-child {
    margin-right: 0;
}
.pick_up li.content01 {
    background: #bce0ef;
}
.pick_up li.content02 {
    background: #c2e6d4;
}
.pick_up li.content03 {
    background: #efdee4;
}
.pick_up li.content06 {
    background: #fff9ca;
}


.pick_up li p {
    margin: 15px 0;
}
.pick_up li span {
    position: absolute;
    width: 33px;
    top: -7px;
    left: 10px;
}
.pick_up li figure img{
    border-radius: 10px;
}
.pick_up li a {
    display: block;
}
.pick_up li a .tit {
    background: url(/images/common/arrow_bk.png) no-repeat right 50%;
    background-size: 7px;
    font-weight: bold;
    padding: 0 10px;
}
.pick_up li a .small {
    font-size: 0.7rem;
}
.menu .content04 img {
    float: right;
    width: 30%;
    vertical-align: middle;
    float: right;
}
.menu .content04 {
    background: #d3c3da url(/images/menu/menu04.jpg) no-repeat right 50%;
    background-size: 35%;
    border-radius: 10px;
    margin: auto;
}
.menu .content04 p.tit {
    font-weight: bold;
    float: left;
    margin: 20px 2%;
    font-size: 1.5rem;
    width: 60%;
    text-align: left;
    border-bottom: solid 1px #957ca0;
    background: url(/images/common/arrow_bk.png) no-repeat right 50%;
    background-size: 7px;
}
.menu .content04 p.tit span {
    font-size: 0.8rem;
    color: #626262;
    margin-left: 10px;
}
.menu .content04 p {
    width: 60%;
    margin: 0 2% 20px;
    text-align: left;
    font-size: 0.9rem;
}

.menu .content05 {
    background: #fff;
    text-align: left;
    border-radius: 10px;
}
.menu .content05 a{
    display: block;
    background: url(/images/common/arrow_bk.png) no-repeat right 10px top 50%;
    background-size: 7px;
    padding: 20px;
    display: flex;
    align-items: center;
}
.menu .content05 p.tit {
    font-weight: bold;
    color: #000;
    /* margin-bottom: 5px; */
    font-size: 1rem;
    border-left: solid 5px #ef7c0c;
    padding-left: 10px;
    margin-right: 50px;
}
.menu .content05 p {
    font-size: 0.9rem;
    color: #626262;
}

.banner_hair_removal {
    max-width: 750px;
    margin: auto auto 30px;
}
.banner_hair_removal .sp{
    display: none;
}


@media (max-width: 768px) {
    .menu .content04 p.tit {
        width: 50%;
        margin: 20px 4%;
        font-size: 1rem;
        display: block;
        border: none;
    }
    .menu .content04 p.tit span {
         margin-left: 0; 
        display: block;
    }
    .menu .content04 p {
        width: 50%;
        display: none;
        margin: 0 4% 20px;
    }
    .menu .content05 p.tit {
        font-size: 0.9rem;
    }
    .menu .content05 p {
        font-size: 0.8rem;
    }
}
@media (max-width: 480px) {
    .menu .pick_up {
        justify-content: center;
        margin-bottom: 20px!important;
    }
    .pick_up {
        text-align: center;
    }
    .pick_up li {
        float: none;
        width: 48%;
        margin-right: 4%;
        padding: 20px 10px 0;
        display: inline-block;
    }
    .pick_up li.content01 {
        width: 49%;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .pick_up li span {
        width: 25px;
        top: -6px;
        left: 7px;
    }
    .menu .content04 p.tit {
        margin: 10px 4%;
    }
    .menu .content04 p {
        margin: 0 4% 10px;
    }
    .menu .content05 a {
        flex-wrap: wrap;
        padding: 15px;
    }

    .menu .content05 p.tit {
        margin-bottom: 10px;
    }

    .banner_hair_removal {
        margin: auto auto 20px;
    }
    .banner_hair_removal img{
        display: none;
    }
    .banner_hair_removal .sp{
        display: block;
    }

}



/* ---------------------------------------------------------
 med_time
----------------------------------------------------------*/

.med_time table {
  /* width: 80%; */
  /* font-size: 1rem; */
  width: 100%;margin: auto;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 20px;
line-height: 1;}

.med_time table th {
  background: #ea5413;
  color: #fff;
  padding: 10px 5px;
  border-right: solid #ccc 1px;
}

.med_time table td:first-child {
  border-left: solid #ccc 1px;
}

.med_time table td {
  background: #fff;
  padding: 10px 5px;
  vertical-align: middle;
  border-right: solid #ccc 1px;
  border-bottom: solid #ccc 1px;
}
.home .med_time table td {
  background: #fff5e9;
    font-family: century-gothic,sans-serif;
    font-weight: bold;
}

.med_time p {
  /* width: 80%; */
  margin: auto;
}

@media (max-width: 480px) {
  .med_time table {
    width: 100%;
    font-size: 0.9rem;
    margin-bottom: 10px;
  }
  .med_time p {
    width: 100%;
  }
}

@media screen and (max-width:320px) {
  /*iPhone 5, 5s, seに適用させたいCSSを記述*/
  .med_time table {
    font-size: 0.8rem;
  }
}


/* ---------------------------------------------------------
 access
----------------------------------------------------------*/

section.access figure {
  width: 80%;
  margin: auto;
  margin-bottom: 30px;
}

section.access figure img {
  border-radius: 10px;
}

section.access iframe {
  width: 38%;
  height: 400px;
  border: solid #3e2606 2px;
}


/*section.access p.map_txt {
    width: 80%;
    margin: auto;
}*/

.access .col_2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.access .col_2 .txt {
  width: 58%;
}

.med_time table {
  /* width: 100%; */
}

section.access .map_wrap iframe {
  width: 80%;
  height: 450px;
  margin: auto;
}

.access dl dd span {
  color: #563767;
  font-weight: bold;
}

@media (max-width: 768px) {
  section.access iframe {
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
  }
  .access .col_2 .txt {
    width: 100%;
  }
}

@media (max-width: 480px) {
  section.access .map_wrap iframe {
    width: 100%;
    height: 250px;
  }
  section.access figure {
    width: 100%;
    margin-bottom: 10px;
  }
}


/* ---------------------------------------------------------
 insta_area
----------------------------------------------------------*/

.insta_area {
  text-align: center;
}

.insta_area ul.widget li {
  float: left;
  width: 33.3333%;
}

.insta_area .sns_area {
  border-radius: 8px;
  width: 80%;
  margin: 30px auto 0;
  text-align: left;
  padding: 20px;
  background: rgba(255, 255, 255, 0.7);
}

.insta_area .sns_area li {
  margin-bottom: 20px;
  padding: 10px 0px 10px 60px;
font-weight: bold;}

.insta_area .sns_area li:last-child {
  margin-bottom: 0;
}

.insta_area .sns_area li.fb {
  background: url(./images/top/ico_fb.png)no-repeat left 50%;
  background-size: 50px;
}

.insta_area .sns_area li.insta {
  background: url(./images/top/ico_insta.png)no-repeat left 50%;
  background-size: 50px;
}

.insta_area .sns_area li.ameblog {
  background: url(./images/top/ico_ameblog.png)no-repeat left 50%;
  background-size: 50px;
}

.insta_area .sns_area li.line {
  background: url(./images/top/ico_line.png)no-repeat left 50%;
  background-size: 50px;
}

@media (max-width: 768px) {
  .insta_area iframe {
    height: 540px!important;
  }
  .insta_area .sns_area {
    width: auto;
  }
  .insta_area .sns_area li {
    margin-bottom: 10px;
    padding: 5px 0px 5px 40px;
    word-wrap: break-word;
  }
  .insta_area .sns_area li.fb, .insta_area .sns_area li.insta, .insta_area .sns_area li.ameblog, .insta_area .sns_area li.line {
    background-size: 30px;
  }
}

@media (max-width: 480px) {
  .insta_area iframe {
    width: 100%!important;
    height: 400px!important;
  }
  .insta_area ul.widget li {
    width: 50%;
  }
  .insta_area ul.widget li:last-child {
    display: none;
  }
}


/* ---------------------------------------------------------
 contact
----------------------------------------------------------*/

section.contact {
  width: 600px;
  margin: 20px auto 100px;
  padding: 50px 30px;
  text-align: center;
  background: #fbf4dc;
  position: relative;
  border-radius: 10px;
}

.contact h2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

section.contact .btn_orange {
  font-size: 1.2rem;
  width: auto;
  max-width: 300px;
  margin-bottom: 10px;
}

.contact p.tel {
  display: inline-block;
  padding-left: 26px;
  color: #0e3463;
    font-family: century-gothic,sans-serif;
    font-weight: 700;
    font-style: normal;
  font-size: 1.2rem;
  background: url(/images/common/tel.png) no-repeat left 50%;
  background-size: 15px;
}

.contact p.sup {
  font-size: 0.8rem;
}

.contact .tape {
  position: absolute;
  width: 200px;
}

.contact .top_tape {
  top: -45px;
  right: -45px;
}

.contact .bottom_tape {
  bottom: -45px;
  left: -45px;
}

.contact p.line {
  border-top: dotted 1px #ccc;
  display: inline-block;
  margin-top: 10px;
  padding-top: 10px;
}

.contact p.line img {
  width: 50px;
  vertical-align: middle;
  margin-right: 10px;
}

.contact .line_btn {
    display: block;
    max-width: 150px;
    margin: auto auto 10px;
}

@media (max-width: 768px) {
  section.contact {
    width: 90%;
    margin: 20px auto 50px;
    padding: 30px 10px 24px;
  }
  .contact h2 {
    font-size: 1.3rem;
  }
  .contact .tape {
    width: 100px;
  }
  .contact .top_tape {
    top: -20px;
    right: -20px;
  }
  .contact .bottom_tape {
    bottom: -20px;
    left: -20px;
  }
  .contact p.sup {
    /* font-size: 0.9rem; */
  }
  .contact p.line img {
    width: 30px;
  }
}
@media (max-width: 480px) {
  section.contact .btn_orange {
      font-size: 1rem;
      max-width: 250px;
  }
}

/* ---------------------------------------------------------
 footer
----------------------------------------------------------*/

footer a.up_top {
  display: block;
  text-align: center;
  background: #3e2606;
  padding: 20px;
}

footer a.up_top img {
  width: 35px;
  margin: auto;
  vertical-align: middle;
}

footer nav a {
  background: #f6f6f6 url(/images/common/arrow_bk.png) no-repeat 95% 50%;
  display: block;
  padding: 20px;
  background-size: 7px;
    font-family: fot-tsukuardgothic-std, "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 700;
    font-style: normal;
}

footer nav li {
  width: 33.33333%;
  float: left;
  border-bottom: solid 1px #b0a4a2;
  border-right: solid 1px #b0a4a2;
}

footer nav li:nth-child(3n) {
  border-right: 0;
}

footer nav li:nth-child(4n) {
  border-bottom: 0;
}

footer nav li:nth-child(5n) {
  border-bottom: 0;
}

footer nav li:nth-child(6n) {
  border-bottom: 0;
}

footer .copy {
  text-align: center;
  font-size: 0.75rem;
  font-style: italic;
  padding: 10px;
  color: #818181;
}

footer .bottom_img p {
  font-size: 0.9rem;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

footer .bottom_img {
  background: #fff;
  background-size: cover;
  text-align: center;
  padding: 20px;
}

footer .bottom_img figure {
  width: 200px;
  margin: auto;
  padding: 10px 0;
}

footer .bottom_img figure .sp {
  display: none;
}

@media screen and (max-width: 768px) {
  footer nav li {
    width: 50%;
  }
  footer nav li:nth-child(2n) {
    border-right: 0!important;
  }
  footer nav li:nth-child(3n) {
    border-right: solid 1px #b0a4a2;
  }
  footer nav li:nth-child(4n) {
    border-bottom: solid 1px #b0a4a2;
  }
  footer .bottom_img figure .pc {
    display: none;
  }
  footer .bottom_img figure .sp {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  footer .bottom_img figure {
    width: 150px;
  }
}


/* ---------------------------------------------------------
 post_page (下層共通)
----------------------------------------------------------*/

.post_page .page_img img {
  border-radius: 10px;
}

.post_page.menu_cont .page_img {
  max-width: 600px;
  margin: auto;
  border-radius: 10px;
}
.post_page.content01 .page_img {
  border: solid 10px #bce0ef;
  background: #bce0ef;
}
.post_page.content02 .page_img {
  border: solid 10px #c2e6d4;
  background: #c2e6d4;
}
.post_page.content03 .page_img {
  border: solid 10px #efdee4;
  background: #efdee4;
}
.post_page.content04 .page_img {
    border: solid 10px #fff9ca;
    background: #fff9ca;
}

.post_page .read_txt p {
  text-align: center;
  line-height: 200%;
  margin-bottom: 30px;
  font-weight: 500;
}

.post_page .read_txt p span {
  font-size: 0.8rem;
  font-weight: bold;
}
.post_page .read_txt p span.bold {
    font-size: 1.2rem;
    color: #ea5413;
}

@media screen and (max-width: 768px) {
  .post_page .read_txt p {
    text-align: left;
    line-height: 160%;
    margin-bottom: 20px;
    font-weight: normal;
  }
  .read_txt .tac {
    text-align: left;
  }
}


/* ---------------------------------------------------------
 特質
----------------------------------------------------------*/

.menu figure.asteo {
  width: 300px;
  margin: auto;
}

@media screen and (max-width: 480px) {
  .menu figure.asteo {
    width: 80%;
  }
}


/* ---------------------------------------------------------
 message
----------------------------------------------------------*/

.introduction h2 {
  font-size: 1.8rem;
  margin-bottom: 40px;
}

section.introduction {
  background: #ffffff;
  padding: 50px;
  border-radius: 10px;
}

.introduction .name {
  font-size: 1.3rem;
  font-weight: 500;
}

.introduction figure {
  float: left;
  width: 30%;
}

.introduction figure img {
  border-radius: 10px;
}

.introduction .txtbox {
  float: right;
  width: 65%;
}

@media screen and (max-width: 600px) {
  section.introduction {
    padding: 20px;
  }
  .introduction figure {
    float: none;
    width: 50%;
    margin: auto;
    margin-bottom: 10px;
  }
  .introduction .txtbox {
    float: none;
    width: auto;
  }
  .introduction .txtbox p {
    text-align: center;
  }
}


/* ---------------------------------------------------------
 disease
----------------------------------------------------------*/

.disease dl dt {
  width: 200px;
}

.disease dl dd {
  margin-left: 200px;
}

@media screen and (max-width: 480px) {
  .disease dl dt {
    width: 100px;
  }
  .disease dl dd {
    margin-left: 100px;
  }
}


/* ---------------------------------------------------------
 price_menu(料金)
----------------------------------------------------------*/
.price_menu dl.tab_list {
    max-width: 600px;
    margin: auto;
}

.price_menu dl dt {
  width: 200px;
}

.price_menu dl dd {
  width: calc(100% - 200px);
}
.price_menu dl dd .num {
  
  font-size: 1.4rem;
  
font-family: century-gothic,sans-serif;
font-weight: 700;
font-style: normal;}
.price_menu dl dd .num.small {
font-weight: 400;
font-size: inherit;
}
.price_menu dl dd span.type {
  color: #563767;
  font-weight: bold;
}

.price_menu dl dd.pink {
  color: #d05994;
}

.price_menu dl dd.pink span {
  color: #da43ca;
  font-weight: bold;
  margin-right: 10px;
}

.price_menu dl dd.pink p.border {
  border: dashed 1px #eedee6;
  margin: 10px 0;
}

.price_menu dl dd span.tag {
  background: #db6acb;
  border-radius: 5px;
  padding: 2px 5px;
  color: #fff;
  margin-left: 5px!important;
  font-size: 0.70rem;
  font-weight: bold;
  display: inline-block!important;
  margin-right: 5px;
}

.price_menu dl dd span.tag.gray {
  background: #46b3e4;
}

.price_menu dl dd span.text.gray {
  color: #46b3e4;
  font-weight: bold;
}

.price_menu dl dd span.tag.yellow {
  background: #bfb97c;
}

.price_menu dl dd span.text.yellow {
  color: #bfb97c;
  font-weight: bold;
}

.price_menu .menu_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  /* max-width: 800px; */
  margin: 30px auto;
}

.price_menu .menu_list li {
  width: 18.6%;
  background: #563767;
  border-radius: 10px;
  box-shadow: 0px 0px 15px -5px #777777;
}

.price_menu .menu_list li p {
  font-size: 2rem;
  font-weight: bold;
  padding: 30px 10px;
  line-height: 1;
  background: #fff;
  border-radius: 10px 10px 0 0;
}

.price_menu .menu_list li p .min {
  font-size: 1.2rem;
}

.price_menu .menu_list li p .yen {
  display: block;
  font-size: 1.2rem;
  margin-top: 10px;
}

.price_menu .menu_list li h5 {
  color: #fff;
  padding: 10px;
  font-size: 1rem;
}

.price_menu .menu_txt {
  background: #fff;
  padding: 30px;
  font-weight: 500;
  font-size: 1rem;
  margin: auto;
}

.price_menu h3.line_tit {
  margin: 50px 0 40px;
}

.price_menu .main_menu_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.price_menu .main_menu_list li {
  width: 18.6%;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}

.price_menu .main_menu_list li h5 {
  margin-top: 10px;
}

.price_menu dl dd .tag_txt {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
  font-weight: bold;
}

.price_menu dl dd .tag_txt:last-child {
  margin-bottom: 0;
}

.price_menu dl dd .tag_txt .tag {
  background: #bc9dcd;
  border-radius: 0;
  padding: 0 15px;
  margin: 0 20px 0 0!important;
}

.price_menu dl dd .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.price_menu dl dd .inner p {
    width: 60%;
}

.price_menu dl dd .inner span.num {
    width: calc(100% - 60%);
    text-align: right;
}


@media screen and (max-width: 768px) {
  .price_menu .menu_list li p {
    font-size: 2rem;
  }
  .price_menu .menu_list li p .min {
    font-size: 1.1rem;
  }
  .price_menu .menu_list li p .yen {
    font-size: 1rem;
  }
  .price_menu .menu_list li h5 {
    font-size: 0.8rem;
  }
  .price_menu .main_menu_list li {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 20px;
  }
  .price_menu .main_menu_list li h5 {
    font-size: 0.8rem;
  }
  .price_menu .main_menu_list li:nth-child(3n) {
    margin-right: 0;
  }
  .price_menu .main_menu_list {
    justify-content: flex-start;
  }
  .price_menu dl dd .tag_txt {
    display: block;
  }
  .price_menu dl dd .tag_txt .tag {
    margin-bottom: 5px!important;
  }
  .price_menu dl dd .tag_txt {
    font-weight: normal;
  }
  .price_menu .menu_list {
    justify-content: center;
  }
  .price_menu .menu_list li {
    width: 30%;
    background: #563767;
    margin: 0 1.6% 20px;
  }
}

@media screen and (max-width: 480px) {
  .price_menu dl dt {
    width: 100px;
  }
  .price_menu dl dd {
    width: calc(100% - 100px);
  }
  .price_menu dl dd.pink span {
    display: block;
    border-bottom: dotted 1px #da43ca;
    margin: 5px 0;
    margin-right: 0;
  }
  .price_menu dl dd span.tag {
    padding: 2px;
  }
  .price_menu .menu_list li {
    width: 45%;
    margin: 0 2.5% 20px;
  }
  .price_menu .menu_list {
    margin-bottom: 10px;
  }
  .price_menu .menu_txt {
    padding: 20px;
    font-size: 0.9rem;
  }
  .price_menu .main_menu_list li {
    width: 48%;
    margin-right: 4%;
  }
  .price_menu .main_menu_list li:nth-child(3n) {
    margin-right: 4%;
  }
  .price_menu .main_menu_list li:nth-child(2n) {
    margin-right: 0;
  }
  .price_menu .main_menu_list li:last-child {
    margin-bottom: 0;
  }
}


/* ---------------------------------------------------------
 page_sns
----------------------------------------------------------*/

.page_sns ul {
  width: 480px;
  margin: auto;
}

.page_sns ul li {
  margin-bottom: 20px;
  padding: 10px 0px 10px 60px;
}

.page_sns ul li:last-child {
  margin-bottom: 0;
}

.page_sns ul li.fb {
  background: url(./images/top/ico_fb.png)no-repeat left 50%;
  background-size: 50px;
}

.page_sns ul li.insta {
  background: url(./images/top/ico_insta.png)no-repeat left 50%;
  background-size: 50px;
}

.page_sns ul li.line {
  background: url(./images/top/ico_line.png)no-repeat left 50%;
  background-size: 50px;
}

.page_sns ul li.ameblog {
  background: url(./images/top/ico_ameblog.png)no-repeat left 50%;
  background-size: 50px;
}

.page_sns ul li.web {
  background: url(./images/top/ico_web.png)no-repeat left 50%;
  background-size: 50px;
}

@media (max-width: 768px) {
  .page_sns ul {
    width: auto;
  }
  .page_sns ul li {
    margin-bottom: 10px;
    padding: 5px 0px 5px 40px;
    word-wrap: break-word;
  }
  .page_sns ul li.fb, .page_sns ul li.insta, .page_sns ul li.line, .page_sns ul li.ameblog, .page_sns ul li.web {
    background-size: 30px;
  }
}


/* ---------------------------------------------------------
 accident
----------------------------------------------------------*/

.accident .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.accident .flex p {
  width: calc(100% - 230px);
}

.accident .flex .accident_img {
  width: 200px;
}

.accident .flex_sub {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
  margin: 10px 0 30px;
}

.accident .flex_sub h5 {
  width: 120px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #f4a208;
}

.accident .flex_sub p {
  width: calc(100% - 120px);
  padding: 10px;
}

@media (max-width: 480px) {
  .accident .flex p {
    width: 100%;
    margin-bottom: 20px;
  }
  .accident .flex .accident_img {
    width: 200px;
    margin: auto;
  }
  .accident .flex_sub h5 {
    width: 100%;
    text-align: left;
    padding-left: 5px;
    display: block;
  }
  .accident .flex_sub p {
    width: 100%;
    padding: 5px;
    font-size: 0.8rem;
  }
}


/* ---------------------------------------------------------
 project
----------------------------------------------------------*/

.c_project {
  background: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
}

.c_project h3 {
  margin-top: 0;
  font-size: 1.1rem;
}

.c_project .banner {
  background: url(./images/project/mainv_bg.jpg)no-repeat 50% center;
  background-size: cover;
  margin-bottom: 20px;
  border: solid 1px #e9e9e9;
}

.c_project .banner figure {
  max-width: 600px;
  margin: auto;
}

.c_project .banner a:hover {
  display: block;
}

.project h2 {
  background: url(./images/project/mainv_bg.jpg)no-repeat 50% center;
  background-size: cover;
}

.project h2 figure {
  max-width: 700px;
  margin: auto;
  padding: 30px;
}

.project .ico {
  width: 30px;
  margin-right: 8px;
  vertical-align: middle;
}

.project .project_menu dt span {
  display: block;
}

.project .project_menu dd {
  font-size: 1.2rem;
  font-weight: bold;
}

@media (max-width: 480px) {
  .c_project h3 {
    font-size: 0.9rem;
  }
  .project .ico {
    width: 20px;
  }
  .project h2 figure {
    padding: 30px 10px;
  }
  .project .project_menu dt span {
    font-size: 0.7rem;
  }
}

/* ---------------------------------------------------------
 menu_page
----------------------------------------------------------*/

.medicel_movie {
  width: 100%;
  margin-bottom:50px;
}
.content03 dl.tab_list dt {
    background: #efdee4;
    color: #000;
    border-top: solid 1px #d4ccc3;
}

.menu_page_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.menu_page_list li {
  width: 49%;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
.menu_page_list li h3 {
  margin-top: 0;
}
.menu_page_list li figure {
  width: 36%;
float: right;margin-left: 10px;
}
.menu_page_list li figure img {
  border: solid 1px #ece4cd;
  border-radius: 10px;
}
.menu_page_list li .box {
  border: solid 1px #dadada;
  padding: 10px;
  font-size: 0.8rem;
  margin-top: 15px;
}
.menu_page_list li .box h4 {
  margin-bottom: 5px;
}
.menu_page_list li p {
  font-size: 0.9rem;
}
.menu_page_list li .box p {
  font-size: 0.8rem;
}

@media (max-width: 768px) {
  .menu_page_list li {
    width: 100%;
  }
  .menu_page_list {
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .menu_page_list li {
    display: flex;
    flex-wrap: wrap;
  }
  .menu_page_list li h3 {
    width: 100%;
  margin-bottom: 15px;}
  .menu_page_list li p {
    font-size: 0.8rem;
  }
  .menu_page_list li figure {
    order: 3;
    width: 100%;
    margin: 15px auto auto;
  }
}


/* ---------------------------------------------------------
 menu04
----------------------------------------------------------*/
.hair_removal .hair_removal_sample_img {
    max-width: 500px;
    margin: auto;
}


/* ---------------------------------------------------------
 page_hair_removal
----------------------------------------------------------*/
#page_hair_removal h2 {
    color: #7e248d;
}
#page_hair_removal .c_wrap {
    max-width: 1400px;
    padding: 0 50px;
}
#page_hair_removal h3 {
    font-size: 1.8rem;
    margin-bottom: 50px;
}
#page_hair_removal .line_tit .line_inner:before {
    border-bottom: 3px solid #7e248d;
}

#page_hair_removal .flow_area .flow_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#page_hair_removal .flow_area .flow_list li {
    width: 30%;
    background: #fff;
    margin-top: 50px;
    position: relative;
}
#page_hair_removal .flow_area .flow_list li::after {
    content: '';
    color: inherit;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: '\f054';
    position: absolute;
    right: -10%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.6rem;
}
#page_hair_removal .flow_area .flow_list li:nth-child(3n)::after {
    display:none;
}
#page_hair_removal .flow_area .flow_list li .flow_text {
    padding: 20px 20px 80px;
}
#page_hair_removal .flow_area .flow_list li .flow_text dt{
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 10px;
}
#page_hair_removal .flow_area .flow_list li .flow_text dt span{
    font-size: 0.8rem;
}
#page_hair_removal .flow_area .flow_list li .flow_text dd{
    font-size: 0.9rem;
}

#page_hair_removal .course_area .course_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#page_hair_removal .course_area .course_list li {
    width: 24%;
    background: #fff;
    margin-bottom: 30px;
    border: solid 3px #3e2606;
}
#page_hair_removal .course_area .course_list li .course_text {
    padding: 20px;
    font-weight: bold;
}

#page_hair_removal .course_area .course_list li .course_text dt{
    font-size: 1.4rem;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: solid 1px #d5d5d5;
}
#page_hair_removal .course_area .course_list li .course_text dt span{
    font-size: 0.8rem;
}
#page_hair_removal .course_area .course_list li .course_text dd {
    display: flex;
    justify-content: end;
    align-items: baseline;
    line-height: 1;
}
#page_hair_removal .course_area .course_list li .course_text dd .icon{
    font-size: 1rem;
    padding: 3px 15px;
    background: #f0d9f4;
    border-radius: 100px;
    margin-right: 10px;
    width: 53px;
}
#page_hair_removal .course_area .course_list li .course_text dd .icon .small {
    font-size: 0.8rem;
}
#page_hair_removal .course_area .course_list li .course_text dd .price {
    font-size: 2rem;
    width: calc(100% - 63px);
    text-align: end;
}
#page_hair_removal .course_area .course_list li .course_text dd .price .enmark {
    font-size: 1.2rem;
    margin-right: 5px;
}
#page_hair_removal .course_area .course_list li .course_text dd .price .small {
    font-size: 0.8rem;
    margin-left: 5px;
    display: inline-block;
}
#page_hair_removal .course_area .course_list li .check {
    padding: 15px;
    background: #7e248d;
    display: block;
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-size: 1.1rem;
}

#page_hair_removal .course_area .read_txt {
    background: #fff;
    padding: 20px;
    font-size: 0.9rem;
    margin-bottom: 50px;
}
#page_hair_removal .course_area .model_used {
    display: flex;
    max-width: 1000px;
    margin: auto;
    border: solid 2px #3e2606;
    padding: 30px 50px;
    justify-content: space-between;
}
#page_hair_removal .course_area .model_used figure {
    width: 70px;
    margin-right: 50px;
}
#page_hair_removal .course_area .model_used .text {
    width: calc(100% - 120px);
    margin-top: 10px;
}
#page_hair_removal .course_area .model_used .text h4 {
    font-size: 1.7rem;
    margin-bottom: 15px;
    font-family: fot-tsukuardgothic-std, "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
#page_hair_removal .course_area .model_used .text dl dt {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

#page_hair_removal .banner_area figure {
    max-width: 700px;
    margin: auto;
    filter: drop-shadow(3px 3px 5px #aaa);
}
.fixed_banner {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 2;
    max-width: 300px;
    filter: drop-shadow(3px 3px 5px #aaa);
}


#page_under #access {
  padding: 80px 0;
}

@media (max-width: 850px) {

  #page_hair_removal .c_wrap{
    padding: 0 30px;
  }

  #page_hair_removal .read_txt p {
      text-align: left;
  }

  #page_hair_removal .flow_area .flow_list li {
      width: 46%;
  }

  #page_hair_removal .flow_area .flow_list li:nth-child(3n)::after {
      display: block;
  }

  #page_hair_removal .flow_area .flow_list li:last-child::after {
      display: none;
  }

#page_hair_removal .course_area .course_list li {
    width: 48%;
}

  #page_hair_removal .course_area .model_used .text {
      margin-top: 0;
  }

  .accordion-area .title {
      font-size: 1rem;
  }

  .accordion-area .flex span.icon {
      font-size: 1.6rem;
      width: 40px;
      height: 40px;
      line-height: 40px;
  }

  #page_hair_removal .course_area .model_used {
      padding: 30px;
  }

  .fixed_banner {
    max-width: 200px;
  }

}

@media (max-width: 480px) {

  #page_hair_removal .c_wrap{
    padding: 0 20px;
  }

  #page_hair_removal h3 {
      font-size: 1.5rem;
  }


  #page_hair_removal .flow_area .flow_list li {
      margin-top: 40px;
  }

  #page_hair_removal .flow_area .flow_list li {
      width: 100%;
  }

  #page_hair_removal .flow_area .flow_list li .flow_text {
      padding: 20px;
  }

  #page_hair_removal .flow_area .flow_list li figure img {
      width: 100%;
      height: 100px;
      object-fit: cover;
  }

  #page_hair_removal .flow_area .flow_list li::after {
      top: auto;
      right: 50%;
      bottom: -20px;
      transform: translate(0,50%);
      content: '\f078';
  }

  #page_hair_removal .course_area .course_list li {
      width: 100%;
  }

  #page_hair_removal .course_area .course_list li img {
      width: 100%;
      height: 150px;
      object-fit: cover;
  }

  #page_hair_removal .course_area .model_used .text {
      order: 1;
      width: calc(100% - 90px);
  }

  #page_hair_removal .course_area .model_used figure {
      order: 2;
      margin-right: 0;
  }

  #page_hair_removal .course_area .model_used {
      padding: 20px;
  }

  #page_hair_removal .course_area .model_used .text h4 {
      font-size: 1.2rem;
  }

  #page_hair_removal .course_area .model_used .text dl dt {
      font-size: 1rem;
  }

  .accordion-area .title {
      font-size: 0.9rem;
  }

  .accordion-area li {
      padding: 15px;
  }

  #page_under #access {
      padding: 40px 0;
  }
  .accordion-area .flex span.icon {
      font-size: 1.2rem;
      width: 30px;
      height: 30px;
      line-height: 30px;
  }
  .accordion-area .title::before, .accordion-area .title::after {
      width: 15px;
      right: 10px;
  }
  .accordion-area .flex.title .text {
      width: calc(100% - 70px);
  }
}