@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
/* グローバルメニュー */
@media only screen and (min-width:1025px) {
  #header #global_menu{
    display: none !important;
  }
}
@media only screen and (max-width:1024px) {
  #header #global_menu{
    background-color: #E5FAF5;
  }
}
/* グローバルヘッダー */
#header .search-contact{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  text-align: right;
  line-height: 1.2;
  font-size: 15px;
  border: 1px solid #7ed3cc;
  border-radius: 5px;
  padding: 8px 35px 8px 15px;
}
#header .search-contact:before {
  content: '\e915';
  font-family: 'design_plus';
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  font-size: 22px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 767px) {
  #header .search-contact{
    right: 15px;
    font-size: 12px;
    padding: 10px 30px 10px 8px; 
  }
  #header .search-contact:before {
    right: 6px;
    font-size: 1.6em;
  }
}

/* トップページヘッダー */
.has_header_content #header {
  position: relative;
}
#body.home #header_slider,
#body.home .slick-list,
#body.home .slick-slide{
  position: relative;
}
#body.home #header_slider .caption{
  text-align: left;
  padding: 30px 10px;
  width: 50%;
  left: 50%;
  letter-spacing: .01em;
}
#header_slider.home-page .item1 .button {
  margin-top: 35px;
  display: block;
  max-width: 255px;
}
#body.home #header_slider .headline.rich_font{
  font-family: 'Noto Sans JP', sans-serif;
  /* text-shadow: 0px 2px 3px rgba(255,255,255,0.27); */
  line-height: 1.6;
  display: inline;
  background-color: rgb(255 255 255 / 70%);
  padding: 0 .2em;
}

#body.home #header_slider .caption > :nth-child(-n+3) {
  opacity:1;
}
#body.home #header_slider .item.slick-active .caption > :nth-child(1),
#body.home #header_slider.slider_video_mobile .caption > :nth-child(1) {
  -webkit-animation: none;
  animation: none;
}
#body.home #header_slider .item.slick-active .caption > :nth-child(2),
#body.home #header_slider.slider_video_mobile .caption > :nth-child(2) {
  -webkit-animation: none;
  animation: none;
}
#body.home #header_slider .item.slick-active .caption > :nth-child(3),
#body.home #header_slider.slider_video_mobile .caption > :nth-child(3) {
  -webkit-animation: none;
  animation: none;
}


@media screen and (max-width: 1145px) {
  #body #header_slider .headline.rich_font{
    font-size: 36px;
    font-size: 3.144vw;
  }
}

@media screen and (max-width: 767px) {
  #body.home #header_slider,
  #body.home .slick-list,
  #body.home .slick-slide,
  #body.home .item.item1{
    max-height: 135px;
    max-height: 36vw;
  }
  #body.home #header_slider .caption{
    width: 61%;
    padding: 30px 10px;
  }
  #body.home #header_slider .caption{
    left: 39%;
    letter-spacing: 0;
  }
  #body.home #header_slider .headline.rich_font{
    font-size: 12px;
    font-size: 3.2vw;
    /* text-shadow: 0px 2px 3px rgba(255,255,255,0.6); */
  }
  #body.home #header_slider .button{
    display: none;
  }
  #body.home #header_slider .item img{
    width: 100%;
    height: auto;
  }
}
/* トップページカテゴリースタイル */
#body .top-category-lists{
  
}
#body .top-category-lists a{
  position: relative;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.13);
  background-color: #fff !important;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display: flex;
  align-items: center;
  height: 130px;
}
#body .top-category-lists a::after{
  content: '\e910';
  font-family: 'design_plus';
  position: absolute;
  top: 50%;
  right: 14px;
  font-weight: bold;
  font-size: 16px;
  margin-top: -0.5em;
  color: #cecece;
}
#body .top-category-lists .image{
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-left: 27px;
}
#body .top-category-lists .image img{
  width: 100%;
  height: 100%;
}
#body .top-category-lists a:hover{
  opacity: .6;
}
#body .top-category-lists .image img,
#body .top-category-lists a:hover .image,
#body .top-category-lists a:hover .image img{
  -webkit-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  background: initial;
  opacity: 1;
}

#body #post_list .image img,
#body #post_list a:hover .image,
#body #related_post .image img,
#body #related_post a:hover .image,
#body #post_list2 .article .image img{
  -webkit-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}

#body .top-category-lists .has_image .info{
  padding: 0 20px 0 0;
  left: 125px;
}
#body .top-category-lists .info h3{
  font-size: 1.2em;
  margin: 0;
}

#body .top-category-lists.treatment-cat .has_image a{
  height: auto;
  background-color: initial !important;
  box-shadow: none;
}
#body .top-category-lists.treatment-cat .has_image a::after{
  display: none;
}

#body .top-category-lists.treatment-cat .has_image img{
  width: 100%;
}

@media screen and (min-width: 1280px) {
  #body .top-category-lists.treatment-cat ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #body .top-category-lists.treatment-cat li.has_image{
    width: 24.2%;
    margin: 0 0 12px 0;
  }
  #body .top-category-lists.treatment-cat .clearfix:before{
    display: none;
  }
  #body .top-category-lists.treatment-cat ul:after{
    content: " ";
    display: block;
    width: 24.2%;
  }
}


#topTreatments-check,
.topTreatments-more{
  display: none;
}

@media screen and (max-width: 767px) {
  #body .top-category-lists a{
    box-shadow: none;
    background-color: #fff;
    border-bottom: 1px solid #f1f1f1;
    height: 110px;
  }
  #body .top-category-lists ul li:first-child a{
    border-top: 1px solid #f1f1f1;
  }
  #body .top-category-lists .image{
    width: 70px;
    height: 70px;
  }
  #body .top-category-lists .has_image .info{
    padding: 0 45px 0 0;
    left: 120px;
  }

  /* トップh2太文字 */
  #body .cb_headline.rich_font{
    font-weight: bold;
  }

  #body .top-category-lists.treatment-cat ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #body .top-category-lists.treatment-cat li.has_image{
    width: 49%;
  }
  #body .top-category-lists.treatment-cat .clearfix:before {
    display: none;
  }

  .topTreatments-more{
    font-size: .95rem;
    display: block;
    text-align: right;
    margin-top: 6px;
    color: #06c;
  }
  #topTreatmentCat li:nth-child(n + 7) {
    height: 0;
    opacity: 0;
    margin-bottom: 0;
    transition: .5s;
    visibility: hidden;
  }
  #topTreatments-check:checked + ul + .topTreatments-more{
    display: none;
  }
  #topTreatments-check:checked + ul li:nth-child(n + 7) {
    background-color: #f00;
    height: auto;
    margin-bottom: 6px;
    opacity: 1;
    visibility: visible;
  }
}

  #body .area-lists .top-category-lists .info h3{
    font-size: 1.5em;
    font-weight: bold;
  }
  #body .area-lists .top-category-lists .info h3 span{
    font-size: .7em;
    font-weight: normal;
    margin-left: 10px;
  }
  #body .area-lists .top-category-lists .image{
    width: 130px;
    height: 100%;
    margin-left: 0;
  }
  #body .area-lists .top-category-lists .has_image .info {
    left: 160px;
  }
  #topAreaLists-check,
  .topAreaLists-more{
    display: none;
  }

  @media screen and (max-width: 767px) {
    .topAreaLists-more{
      font-size: .95rem;
      display: block;
      text-align: right;
      margin-top: 1em;
      color: #06c;
    }
    #topAreaLists{
      height: 0;
      opacity: 0;
      transition: .5s;
      visibility: hidden;
    }
    #topAreaLists-check:checked + .topAreaLists-more{
      height: 0;
      opacity: 0;
      visibility: hidden;
    }
    #topAreaLists-check:checked + .topAreaLists-more + #topAreaLists{
      height: auto;
      opacity: 1;
      padding: 10px;
      visibility: visible;
    }
    .cb_content-category_list.area-lists .top-category-lists ul{
      border-radius: 10px;
      overflow: hidden;
    }
    .cb_content-category_list.area-lists .top-category-lists ul li {
      width: 32%;
      width: calc(100% / 3 - 2px);
      float: left !important;
      margin: 0 1px;
    }
    #body .area-lists .top-category-lists ul li:first-child a{
      border-top: 0;
    }
    #body .area-lists .top-category-lists a{
      margin: 0;
    }
    #body .area-lists .top-category-lists .image{
      position: relative;
      z-index: 1;
    }
    #body .area-lists .top-category-lists .image::after{
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #000;
      opacity: .3;
    }
    #body .area-lists .top-category-lists .has_image .info{
      position: absolute;
      z-index: 2;
      left: 0;
      width: 100%;
      height: 100%;
      color: #fff;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0;
    }
    #body .area-lists .top-category-lists .has_image .info h3{
      line-height: 1.1em;
    }
    #body .area-lists .top-category-lists .has_image .info h3 span{
      display: block;
      margin: 0;
      padding: 0;
    }
    #body .area-lists .top-category-lists a::after{
      display: none;
    }
  }

/* トップページエリア6区分 */
#topAreaLists{
  display: flex;
  font-size: 1rem;
}

.top-area-lists_column{
  width: 50%;
  overflow-wrap: break-word;
}

#topAreaLists dl{
  margin-top: 20px;
  width: 100%;
  line-height: 1;
}
#topAreaLists dt{
  font-weight: bold;
  margin-top: 1.5em;
}
#topAreaLists dd{
}
#topAreaLists dd a{
  color: #06c;
}
#topAreaLists dd a:hover{
  text-decoration: underline;
}
#topAreaLists ul{
  margin-top: 20px;
  width: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#topAreaLists li{
  float: none;
  display: inline-block;
  margin: 1em 1em 0 0;
  padding: 0;
  width: auto;
}
#topAreaLists a{
  height: auto;
  background: none !important;
}

@media screen and (max-width: 767px) {
  #topAreaLists{
    display: block;
    font-size: .85rem;
  }
  .top-area-lists_column{
    width: 100%;
  }
  #topAreaLists li{
    margin: 1em .5em 0 0;
  }
}


/* アーカイブページの説明文 */
.category-description{
  margin: 20px 0 0 0;
  font-size: 14px;
  color: #151515;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .category-description{
    margin: 15px 0 0 0;
    font-size: 12px;
  }
}

/* スマホ クリニック基本情報の表をスマホ最適化 */
@media screen and (max-width: 767px) {
  /* .single-introduce .table_border_horizontal.alignleft th,
  .single-introduce .table_border_horizontal.alignleft td{
    position: relative;
    width: auto !important;
    height: auto !important;
    display: block !important;
    padding: 10px 10px !important;
    border: none;
    border-bottom: 1px solid #bbb;
  }
  .single-introduce .table_border_horizontal.alignleft tr:first-child{
    border-top: 1px solid #bbb;
  } */
  .single-introduce .table_border_horizontal.alignleft td p{
    padding-left: 0 !important;
    margin-bottom: 0 !important;
  }
  .single-introduce .table_border_horizontal.alignleft .dp-google-map{
    width: 100% !important;
    height: 200px !important;
  }

  .single-introduce .table_border_horizontal.alignleft td{
    width: auto !important;
    max-width: auto !important;
    padding: 10px !important;
    height: auto !important;
    font-size: 13px;
    line-height: 1.6;
  }
  .single-introduce .table_border_horizontal.alignleft td:first-child{
    width: 130px !important;
    min-width: 130px !important;
    max-width: 130px !important;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    /* background-color: #fdfde4 !important; */
  }
}

.top-introduce-search .cb_headline.rich_font{
  margin: 80px 0 10px 0;
  padding: 0;
  font-size: 42px;
  line-height: 1.2;
  text-align: center;
  color: #000;
}
@media only screen and (max-width: 767px){
  .home-page .cb_content .cb_headline{
    text-align: center;
  }
  .top-introduce-search .cb_headline.rich_font{
      margin: 30px 0 7px 0;
      font-size: 20px;
      line-height: 1.4;
      text-align: center;
      font-size: 20px;
  }
  .top-introduce-search{
    margin-bottom: 32px;
  }
}

/******************************/
/* ベース書き換え */
/******************************/
#breadcrumb{
  width: 100%;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  border-bottom: none;
  background-color: #f7f7f7;
}

#breadcrumb li.last {
  color: #b1906c;
}

@media only screen and (max-width: 1024px){
  #main_col, .inner {
    width: initial;
    width: auto;
    padding: 0 10px !important;
  }
}

/******************************/
/* コラム詳細  */
/******************************/
#article.column-detail #post_image{
  margin-bottom: 0;
}
#article.column-detail #article_header{
  background: none;
  border: none;
  margin-bottom: 15px;
}
.single-post #main_col{
  margin-top: 0;
}
@media only screen and (min-width: 1025px){
  #article.column-detail #article_header{
    padding-right: 0;
    padding-left: 0;
  }
}
/******************************/
/* クリニック一覧  */
/******************************/
#introduce_list {
  margin: 0 0 0 0;
  padding-bottom: 40px;
}

#introduce_list.clinic-lists h2{
  font-size: 1.8em;
  padding: 20px 0 20px 15px;
  background-color: #7ed3cc;
  color: #fff;
  border-left: 10px solid #cdefec;
  border-right: 10px solid #cdefec;
}

#introduce_list .clinic-list{
  line-height: 1.6;
  padding: 30px 0;
  border-bottom: 4px solid #af9f8e;
  word-break: break-all;
}

#introduce_list .clinic-list h3{
  font-size: 1.6em;
  font-weight: bold;
  padding: 15px 0;
  margin-bottom: 15px;
  line-height: 1em;
  border-bottom: 1px solid #eee;
}

#introduce_list .clinic-list a:hover{
  color: initial;
  transition: all .2s linear;
}

#introduce_list .clinic-list a:hover .mouse-over{
  opacity: .7;
  transition: all .2s linear;
}


#introduce_list .clinic-list a:hover h3{
  color: #b3aaa1;
  text-decoration: underline;
}

#introduce_list.clinic-lists .basic-info{
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  align-items: flex-start;
}
#introduce_list.clinic-lists .basic-info img{
  width: 200px;
  height: auto;
  margin-right: 15px;
}

.basic-info ul{
  width: 49%;
}

#introduce_list .btn-more{
  position: relative;
  width: 200px;
  margin-top: 30px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  letter-spacing: .1em;
  color: #212529;
  border-radius: .5rem;
  display: block;
  padding: 1em 0;
  color: #fff;
  background-color: #7ed3cb;
}

#introduce_list a.btn-more:hover{
  color: #fff;
}

#introduce_list i.fa-position-right {
  position: absolute;
  font-size: 1.1em;
  top: 50%;
  right: .5em;
  margin-top: -.5em;;
}

#introduce_list.clinic-lists .basic-info li{
  padding: 5px 5px;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display: flex;
}

#introduce_list.clinic-lists .basic-info li i,
#introduce_list.clinic-lists .price-lists-title i{
  width: 30px;
  font-size: 1.4em;
  text-align: center;
  padding-right: 5x;
  color: #654e34;
}

#introduce_list.clinic-lists .basic-info .price-lists span{
  font-size: .9em;
  padding: .1em 7px;
  margin-bottom: 5px;
  margin-left: 15px;
  margin-right: 5px;
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
#introduce_list.clinic-lists .basic-info .price-lists span:first-of-type {
  margin-left: 0px;
}

.price-lists p{
  display: inline-block;
}
.price-lists p span{
  background-color: #eee;
}
.price-lists p:nth-of-type(1) span{
  background-color: #f1edb6;
}
.price-lists p:nth-of-type(2) span{
  background-color: #c7def7;
}
.price-lists p:nth-of-type(3) span{
  background-color: #eacbd8;
}
.price-lists p:nth-of-type(4) span{
  background-color: #def5D0;
}
.price-lists p:nth-of-type(5) span{
  background-color: #ffe9e9;
}


#introduce_list.clinic-lists .coupon{
  text-align: center;
  margin-bottom: 15px;
  line-height: 1;
  background-image: linear-gradient( -45deg, #ffffff 25%, #f4f4f4 25%, #f4f4f4 50%, #ffffff 50%, #ffffff 75%, #f4f4f4 75%, #f4f4f4 );
  background-size: 15px 15px;
}
#introduce_list.clinic-lists .coupon img{
  max-height: 80px;
  vertical-align: bottom;
}

#introduce_list.clinic-lists .clinic-list .consultation-hours {
  margin-bottom: 0;
}
#introduce_list.clinic-lists .clinic-list .consultation-hours td,
#introduce_list.clinic-lists .clinic-list .consultation-hours th{
  vertical-align: middle;
  text-align: center;
  padding: 7px 15px;
  border-right: 1px solid #dedede;
}
#introduce_list.clinic-lists .clinic-list .consultation-hours-remarks{
  font-size: .9em;
  margin-top: 15px;
}

#introduce_list.clinic-lists .clinic-tags{
  margin: 15px 0 0 -10px;
  overflow: hidden;
}

#introduce_list.clinic-lists .clinic-tags span,
#introduce_list.clinic-lists .clinic-tags a{
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 4px 8px 4px 8px;
  display: inline-block;
  margin: 5px;
  font-size: .9em;
}

@media only screen and (max-width: 767px){
  #introduce_list .clinic-list {
    padding: 20px 0 30px 0;
  }
  #introduce_list.clinic-lists h2 {
    font-size: 1.5em;
    line-height: 1.6;
    padding: 15px 10px 15px 10px;
  }
  #introduce_list .clinic-list h3 {
    font-size: 1.4em;
    line-height: 1.4;
    /* color: #ae9f8e;
    text-decoration: underline; */
  }
  #introduce_list.clinic-lists .basic-info{
    flex-wrap: wrap;
  }
  #introduce_list.clinic-lists .basic-info img{
    width: 100%;
    order: 2;
    margin-right: 0;
    margin-top: 10px;
  }
  #introduce_list.clinic-lists .basic-info ul{
    width: 100%;
    order: 1;
    line-height: 1.4em;
  }
  #introduce_list.clinic-lists .basic-info li i,
  #introduce_list.clinic-lists .price-lists-title i{
    width: 1.4em;
    font-size: 1.4em;
    text-align: left;
  }
  #introduce_list.clinic-lists .price-lists-title i{
    margin-left: 5px;
  }
  #introduce_list.clinic-lists .price-lists-title{
    display: flex;
    line-height: 1.4em;
    margin-bottom: 1px;
  }
  
  #introduce_list.clinic-lists .price-lists{
    margin-bottom: 15px;
  }
  #introduce_list.clinic-lists .price-lists span{
    font-size: .9em;
    padding: .1em 7px;
    margin-top: 5px;
    margin-right: 5px;
    position: relative;
    display: inline-block;
    white-space: nowrap;
  }
  
  #introduce_list.clinic-lists .coupon{
    background-image: none;
  }

  #introduce_list.clinic-lists .coupon img{
    width: 100%;
    max-height: initial;
  }


  #introduce_list.clinic-lists .clinic-list .consultation-hours {
    margin-bottom: 15px;
  }
  #introduce_list.clinic-lists .clinic-list .consultation-hours td, 
  #introduce_list.clinic-lists .clinic-list .consultation-hours th {
    vertical-align: middle;
    text-align: center;
    padding: 5px 5px;
    border-right: 1px solid #dedede;
  }
  #introduce_list.clinic-lists .clinic-tags {
    margin: 10px 0 0 0;
  }
  #introduce_list.clinic-lists .clinic-tags span{
    margin: 5px 10px 5px 0;
  }
  #introduce_list .btn-more{
    margin-top: 15px;
    width: 100%;
    font-size: 1.2em;
  }
}

/******************************/
/* 更に絞り込む  */
/******************************/
.further-narrowing-down{
  padding: 25px 20px 7px 20px;
  background-color: #f7f7f7;
  margin-top: 30px;
}
.further-narrowing-down h3{
  font-size: 1.6em;
  margin-bottom: 5px;
}
.further-narrowing-down h3 i{
  color: #746452;
}
.further-narrowing-down ul{
  padding: 10px 0px;
  line-height: 1;
  margin-left: -8px;
}
.further-narrowing-down li{
  display: inline-block;
  margin-bottom: 8px;
  border-right: 1px solid #666;
  padding: 0 8px;
  line-height: 1;
}
.further-narrowing-down li:last-child{
  border-right: none;
}

.further-narrowing-down a{
  text-decoration: underline;
}

@media only screen and (max-width: 767px){
  .further-narrowing-down{
    padding: 20px 10px 2px 10px;
  }
  .further-narrowing-down ul {
    padding: 10px 0px;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.6;
  }
}

/******************************/
/* クリニック詳細  */
/******************************/

#article.clinic-details{

}

#article.clinic-details p{
  line-height: 1.6;
  letter-spacing: .01em;
}

#article.clinic-details #introduce-title {
  border-bottom: solid 1px #dedede;
  padding: 0 0 15px 0;
  position: relative;
  margin: 0 0 50px 0;
  display: flex;
  align-items: center;
}
#article.clinic-details #introduce-title h2{
  width: 100%;
}
#article.clinic-details #introduce-title #post_title {
  margin: 0 0 0 0;
}

@media only screen and (max-width: 1024px){
  #article.clinic-details #introduce-title {
    border-bottom: solid 1px #dedede;
    padding: 20px 0 15px 0;
    position: relative;
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 767px){
  #article.clinic-details #introduce-title {
    margin: 0 0 20px 0;
  }
}

#article.clinic-details #introduce-title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #9c8265;
  bottom: -3px;
  width: 26%;
}

#article.clinic-details h3{
  background-color: #fbf6f2;
  font-size: 1.6em;
  line-height: 1.6em;
  padding: 10px 0 10px 15px;
  margin: 50px 0 30px 0;
  border-bottom: 2px solid #cabdb0;
  box-shadow: 0 3px 5px 0 rgb(93,93,93,0.08);
}

#article.clinic-details .head-basic-info{
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  align-items: flex-start;
  position: relative;
}
.basic-info-contents{
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 767px){
  .basic-info-contents{
    padding-right: 0px;
    width: 100%;
  }
}
.basic-info-contents ul{
  width: 100%;
}
#article.clinic-details .head-basic-info img{
  width: 200px;
  height: auto;
  margin-right: 15px;
}

#article.clinic-details .head-basic-info li{
  padding: 5px 5px;
  line-height: 1.4em;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display: flex;
}

#article.clinic-details .head-basic-info li i{
  width: 30px;
  min-width: 30px;
  font-size: 1.4em;
  text-align: center;
  padding-right: 5x;
  color: #654e34;
}

#article.clinic-details .sub-menu{
  margin-bottom: 30px;
}
#article.clinic-details .sub-menu ul{
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

#article.clinic-details .sub-menu ul li{
  display: inline-block;
  width: 100%;
  text-align: center;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #826852;
  transition: all .2s linear;
  background-color: #f9f9f9;
  background: -webkit-gradient(linear,left top,left bottom,from(#fbfbfb),to(#dabc9b));
  background: -webkit-linear-gradient(top,#fbfbfb 0%,#dabc9b 100%);
  background: linear-gradient(180deg,#fbfbfb 0%,#dabc9b 100%);
  box-shadow: 0 1px 5px 0 rgb(0, 0, 0, 0.11);
}

#article.clinic-details .sub-menu ul li:hover{
  border-bottom: 2px solid #b97842;
  background: -webkit-gradient(linear,left top,left bottom,from(#fbfbfb),to(#fdd19f));
  background: -webkit-linear-gradient(top,#fbfbfb 0%,#fdd19f 100%);
  background: linear-gradient(180deg,#fbfbfb 0%,#fdd19f 100%);
}
#article.clinic-details .sub-menu ul li:hover a{
  color: #272727;
}
#article.clinic-details .sub-menu ul li:last-child{
  border-right: none;
}
#article.clinic-details .sub-menu ul li a{
  display: block;
  width: 100%;
  height: auto;
  padding: 20px 0;
  color: #272727;
  
}

#article.clinic-details #introduce_slider{
  margin: 0 0 10px 0;
}
#article.clinic-details .slick-next {
  right: 15px;
}
#article.clinic-details .slick-prev {
  left: 15px;
}
#article.clinic-details .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  border: none;
  text-align: center;
  opacity: 0;
  z-index: 10;
  transition: all .2s linear;
}
#article.clinic-details #introduce_slider:hover .slick-arrow {
  opacity: 1;
}
#article.clinic-details .slick-next.slick-arrow::before,
#article.clinic-details .slick-prev.slick-arrow::before{
  font-size: 55px;
  display: inline-block;
  width: 18px;
  height: 33px;
  color: #fff;
}
#article.clinic-details .slick-prev.slick-arrow::before {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
  content: "\f104";
}
#article.clinic-details .slick-next.slick-arrow::before {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
  content: "\f105";
}
#article.clinic-details .slider.thumb-item-nav{
  margin-bottom: 30px;
}
#article.clinic-details .slider.thumb-item-nav img{
  width: 100%;
  height: auto;
}
#article.clinic-details .slider.thumb-item-nav .slick-track{
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display: flex;
}
#article.clinic-details .slider.thumb-item-nav li:first-child{
  margin-left: 0;
}
#article.clinic-details .slider.thumb-item-nav li{
  display: block;
  width: 100%;
  height: 100px;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
}
#article.clinic-details .slider.thumb-item-nav li:hover{
  opacity: 0.7;
}

#article.clinic-details .clinic-tags{
  margin: 30px 0 30px -10px;
  overflow: hidden;
}

#article.clinic-details .clinic-tags span,
#article.clinic-details .clinic-tags a{
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 10px 10px;
  display: inline-block;
  margin: 5px;
}

#article.clinic-details .coupon{
  text-align: center;
}

#article.clinic-details .coupon img{
  max-width: 100%;
}

#article.clinic-details .doctor-introductions{

}

#article.clinic-details .doctor-introduction{
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 20px;
  overflow: hidden;
  box-shadow: 0 3px 5px 1px rgb(53, 53, 53, 0.1);
}

#article.clinic-details .doctor-contens {
  width: 65%;
  padding-right: 20px;
}

#article.clinic-details .doctor-contens h4{
  font-size: 1.3em;
  margin-bottom: 20px;
}

#article.clinic-details .doctor-img {
  width: 35%;
  padding: 0;
  overflow: hidden;
  
}
#article.clinic-details .doctor-img img{
  width: 100%;
  height: auto;
}


#article.clinic-details .fujinka-lab-interview a{
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display: flex;
  border: 1px solid #dedede;
  padding: 20px;
  margin: 20px 0;
  align-items: flex-start;
}
#article.clinic-details .fujinka-lab-interview img{
  max-width: 220px;
  height: auto;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #article.clinic-details .fujinka-lab-interview img{
    min-width: 220px;
  }
}
#article.clinic-details .fujinka-lab-interview div{
  padding-left: 20px;
  max-height: 132px;
  overflow: hidden;
}
#article.clinic-details .fujinka-lab-interview h4{
  line-height: 1.6;
  font-size: 1.3em;
  margin-bottom: 10px;
}
#article.clinic-details .fujinka-lab-interview p{
  
}
#article.clinic-details .treatment h4{
  font-size: 1.3em;
  padding: 0px 0 0px 10px;
  margin: 30px 0 20px 0;
  border-left: 4px solid #88735f;
}

#article.clinic-details .price-lists{
  font-size: 1.3em;
}
#article.clinic-details .price-lists p{
  margin-right: 1em;
  margin-bottom: 1em;
}
#article.clinic-details  .price-lists p.no-info{
  font-size: 12px;
}
#article.clinic-details .price-lists span{
  margin-right: .5em;
  padding: 5px 10px;
}



#article.clinic-details .online-reviews{

}
#article.clinic-details .online-review{
  border-bottom: 1px dashed #dedede;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#article.clinic-details .online-review .review-user-info{
  color: #8a8a8a;
}
#article.clinic-details .online-review .review-user-info span{
  margin-right: 20px;
}
#article.clinic-details .online-review .review-treatment-name{
  font-weight: bold;
  font-size: 1.2em;
  padding: 5px 0;
}

#article.clinic-details .blog-article a{
  margin: 0 5px;
}

#article.clinic-details .blog-article a img{
  margin-bottom: 10px;
}

#introduce_list.clinic-lists .consultation-hours,
#article.clinic-details .consultation-hours{
  margin-bottom: 30px;
}

#introduce_list.clinic-lists .consultation-hours thead tr,
#article.clinic-details .consultation-hours thead tr{
  background-color: #f9f9f9;
}

#introduce_list.clinic-lists .consultation-hours tr,
#article.clinic-details .consultation-hours tr{
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
}

#introduce_list.clinic-lists .consultation-hours tr:first-child,
#article.clinic-details .consultation-hours tr:first-child{
  border-top: 1px solid #dedede;
}

#introduce_list.clinic-lists .consultation-hours td,
#introduce_list.clinic-lists .consultation-hours th,
#article.clinic-details .consultation-hours td,
#article.clinic-details .consultation-hours th{
  vertical-align: middle;
  text-align: center;
  padding: 20px 15px;
  border-right: 1px solid #dedede;
}


#article.clinic-details .clinic-info-details{
  margin-bottom: 30px;
  line-height: 1.6;
}

#article.clinic-details .clinic-info-details tr{
  border-bottom: 1px solid #dedede;
}

#article.clinic-details .clinic-info-details tr:first-child{
  border-top: 1px solid #dedede;
}

#article.clinic-details .clinic-info-details td,
#article.clinic-details .clinic-info-details th{
  vertical-align: top;
  text-align: left;
  padding: 20px 15px;
}

#article.clinic-details .clinic-info-details th{
  width: 200px;
  background-color: #f9f9f9;
}

#article.clinic-details .clinic-info-details .google-map{
  margin-top: 15px;
}

#article.clinic-details #post_meta_top{
  margin-top: 60px;
}

/* 治療実績 */
.achievement-results h4 {
  font-size: 1.3em;
  padding: 0px 0 0px 10px;
  margin: 30px 0 20px 0;
  border-left: 4px solid #88735f;
}

.achievement-contens{
  margin-bottom: 40px;
}

.achievement-results img {
  width: 100%;
}

.achievement-results p {
  margin-top: 15px;
}

@media only screen and (max-width: 767px){
  .achievement-results p {
    margin-top: 10px;
  }
}

a.btn-reservation,
a.btn-reservation:hover,
a.btn-line,
a.btn-line:hover{
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: .1em;
  color: #212529;
  border-radius: .5rem;
  display: block;
  padding: .8em 0;
  color: #fff;
  background: #e68405;
  -webkit-box-shadow: 0 3px 0 #845b25;
  box-shadow: 0 3px 0 #845b25;
  background: linear-gradient(45deg, #f9a438, #e68405);
}

a.btn-reservation:hover,
a.btn-line:hover  {
  opacity: .7;
}

a.btn-reservation i {
  font-size: 1.5em;
}

a.btn-reservation i.fa-position-right,
a.btn-line i.fa-position-right {
  position: absolute;
  font-size: 1.2rem;
  top: 50%;
  right: .5em;
  margin-top: -.55em;
}

a.btn-line,
a.btn-line:hover{
  font-size: 1.05em;
  position: relative;
  background: #3CC800;
  -webkit-box-shadow: 0 3px 0 #1E7200;
  box-shadow: 0 3px 0 #1E7200;
  padding: 10px 10px 10px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

a.btn-line::before{
  content: "";
  background-image: url('../img/common/icon_line.png');
  width: 35px;
  height: 35px;
  display: inline-block;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px){
  .line-only a.btn-line{
    min-width: 180px;
  }

  #article.clinic-details .btn-wrap.line-only .btn-line{
    min-height: 50px;
    margin-left: 0;
  }
}

#article.clinic-details .btn-reservation{
  width: 250px;
  margin-top: 15px;
  margin-right: 15px;
}

#article.clinic-details .btn-wrap{
  display: flex;
}

#article.clinic-details .btn-wrap .btn-line{
  margin-top: 15px;
  padding: 5px 30px 5px 10px;
  min-width: 200px;
}


#footerFixedReservation{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85px;
  padding: 6px 0px 4px 0;
  z-index: 999;
  background-color: rgb(58,37,13,0.85);
}

#footerFixedReservation.line-only{
  height: 41px;
}

#footerFixedReservation .btn-reservation{
  width: 90%;
  font-size: 18px;
  padding: 4px 0;
  margin: 0 auto;
  text-align: center;
}

#footerFixedReservation a.btn-line,
#footerFixedReservation a.btn-line:hover {
  width: 90%;
  margin: 8px auto 0 auto;
  font-size: 16px;
  padding: 4px 0;
}

#footerFixedReservation.line-only a.btn-line{
  margin: 0 auto 0 auto;
}

@media only screen and (min-width: 768px){
  #article.clinic-details .head-basic-info a.btn-reservation{
    width: 200px;
    position: relative;
    margin: 5px 0 10px 0;
  }
}

@media only screen and (max-width: 767px){
  #article.clinic-details #introduce-title {
    font-size: 20px;
    font-size: 5.333vw;
  }
  #article.clinic-details #introduce-title:after{ 
    width: 35%;
  }
  .single-introduce #article.clinic-details  #post_title{
    margin-bottom: 20px;
  }
  #article.clinic-details .head-basic-info{
    margin-bottom: 15px;
  }
  #article.clinic-details .slider.thumb-item-nav li{
    height: 17.067vw;
  }
  #article.clinic-details h3{
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 17px 0 15px 0;
  }
  #article.clinic-details .sub-menu{
    margin-bottom: 15px;
  }
  #article.clinic-details .sub-menu ul{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #article.clinic-details .sub-menu ul li {
    width: 33%;
    border-right: none;
    margin-bottom: 2px;
  }
  #article.clinic-details .sub-menu ul li a{
    font-size: 12px;
    font-size: 3.2vw;
    padding: 17px 0;
  }
  #article.clinic-details .slider.thumb-item-nav{
    margin-bottom: 15px;
  }
  #article.clinic-details .clinic-tags{
    margin: 15px 0 15px -5px;
  }
  #article.clinic-details .doctor-introduction{
    margin-bottom: 20px;
    padding: 0px;
    box-shadow: 0 3px 5px 1px rgb(53,53,53,0.16);
  }
  #article.clinic-details .doctor-contens{
    width: 75%;
    padding: 15px 10px 15px 15px;
  }
  #article.clinic-details .doctor-contens h4{
    margin-bottom: 10px;
  }
  #article.clinic-details .doctor-img{
    width: 35%;
    display: block;
    padding: 15px 15px 0 0;
  }
  #article.clinic-details .fujinka-lab-interview a{
    position: relative;
    padding: 10px 15px 10px 10px;
    margin: 15px 0;
  }
  #article.clinic-details .fujinka-lab-interview a::after {
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.4em;
    display: block;
    color: #999;
  }
  #article.clinic-details .fujinka-lab-interview h4{
    margin-bottom: 0;
  }
  #article.clinic-details .fujinka-lab-interview img{
    max-width: 25%;
  }
  #article.clinic-details .fujinka-lab-interview h4{
    font-size: 1.2em;
  }
  #article.clinic-details .fujinka-lab-interview div {
    padding-left: 10px;
  }
  #article.clinic-details .price-lists p{
    font-size: 12px;
    margin-bottom: 7px;
  }

  #article.clinic-details .price-lists p span{
    font-size: .8em;
    padding: 4px 10px;
  }
  #article.clinic-details .consultation-hours {
    margin-bottom: 15px;
  }
  #article.clinic-details .consultation-hours td, #article.clinic-details .consultation-hours th {
    vertical-align: middle;
    text-align: center;
    padding: 8px 5px;
    border-right: 1px solid #dedede;
  }
  #article.clinic-details .clinic-info-details th{
    width: 65px;
  }
  #article.clinic-details .clinic-info-details td, #article.clinic-details .clinic-info-details th {
    padding: 10px 7px;
  }
  #article.clinic-details .clinic-info-details .google-map .dp-google-map{
    width: 100% !important;
    height: 250px !important;
  }
  #article.clinic-details #post_meta_top {
    margin-top: 20px;
  }
  #article.clinic-details #introduce_slider .slick-arrow{
    display: none !important;
  }

  #article.clinic-details .btn-wrap{
    display: block;
  }

  a.btn-line::before{
    width: 25px;
    height: 25px;
    margin-right: 8px;
  }
  #article.clinic-details .btn-wrap .btn-line,
  #article.clinic-details .btn-wrap .btn-line:hover{
    font-size: 1em;
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: 0;
    padding: 6px 15px 6px 0px;
    min-width: auto;
    width: 200px;
  }

  #footerFixedReservation a.btn-line::before{
    width: 30px;
    height: 30px;
    margin-right: 8px;
  } 

  #article.clinic-details .btn-reservation{
    width: 215px;
  }
  #article.clinic-details a.btn-reservation,
  #article.clinic-details a.btn-reservation:hover{
    line-height: 1.2;
    padding: .7em 0;
    margin-top: 10px;
  }
}

/* モーダル */
.js-modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.js-modal .modal-bg{
  background: rgba(0,0,0,0.7);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.js-modal .modal-content{
  background: #fff;
  border: 4px solid #bb9d83;
  left: 50%;
  padding: 30px;
  position: absolute;
  top: 50%;
  right: initial;
  bottom: auto;
  transform: translate(-50%,-50%);
  width: auto;
}
.js-modal .close-btn {
  position: absolute;
  top: -3px;
  right: 0px;
  color: #fff;
  padding: 0;
  font-size: 22px;
  background-color: #796a5d;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  line-height: 2em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(50%, -50%);
}
.call-message,
.call-number{
  word-wrap: break-word;
}
.call-message{
  text-align: center;
  margin-bottom: .5em;
  font-size: 1.6em;
  font-weight: bold;
  color: #826852;
}
.call-number{
  font-size: 2.4em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #383838;
  letter-spacing: .01em;
}
.call-number i{
  font-size: .9em;
  margin-top: .1em;
  margin-right: 5px;
}

@media only screen and (max-width: 767px){
  .js-modal .modal-content {
    padding: 30px 0;
    width: 90%;
  }
}

/******************************/
/* クリニック絞り込み検索 */
/******************************/
#searchIntroduce{
  background-color: #ceefec;
  margin-top: 30px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 40%);
  padding: 10px;
}
#searchIntroduce .flex{
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 4px;
  justify-content: space-between;
}
#searchIntroduce > .flex > div{
  width: 30%;
  flex: 1;
  line-height: 50px;
}
#searchArea,
#searchTreatmentContent{
  position: relative;
}

#searchArea::after{
  position: absolute;
  content: '';
  display: block;
  width: 1px;
  height: 80%;
  top: 10%;
  right: 0px;
  background-color: #cdefec;
}
#searchArea i,
#searchTreatmentContent i{
  position: absolute;
  color: #7ed3cc;
  top: 50%;
  left: 30px;
  transform: translate(-100%, -50%);
}

#searchArea p,
#searchTreatmentContent p{
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-left: 35px;
  margin-right: 15px;
  overflow: hidden;
  overflow-x: scroll;
  white-space: nowrap;
}

#searchArea p::-webkit-scrollbar,
#searchTreatmentContent p::-webkit-scrollbar {
  display:none;
}

#searchClinicName{
  position: relative;
}
#searchClinicName::before{
  position: absolute;
  content: '';
  display: block;
  width: 1px;
  height: 76%;
  top: 12%;
  left: 15px;
  background-color: #cdefec;
}

#searchClinicName::after{
  content: "OR";
  position: absolute;
  display: block;
  line-height: 2em;
  padding: 0px 13px;
  top: 50%;
  left: 15px;
  transform: translate(-50%, -50%);
  background-color: #cecece;
  letter-spacing: .05em;
  color: #fff;
  border-radius: 15px;

}
#searchClinicName form{
  display: flex;
  align-items: center;
}
#searchClinicName input{
  width: 100%;
  height: 50px;
  margin-left: 15px;
  padding: 0 10px 0 30px;
  border-radius:2px;
  border: 0px;
  outline:0;
  background:#fff;
  cursor: pointer;
}
#searchClinicName input:hover{
  background:#ecfdfb;
}
#searchClinicName button{
  width: 40px;
  height: 50px;
  cursor: pointer;
  border:none;
  font-size:20px;
  background-color: #efefef;
  transition: all .2s linear;
}
#searchClinicName button i{
  transition: all .2s linear;
  color: #888888;
}
#searchClinicName button:hover{
  background-color: #7ed3cc;
  transition: all .2s linear;
}

#searchClinicName button:hover i{
  transition: all .2s linear;
  color: #fff;
}

#selectedArea span,
#selectedTreatmentContent span,
input[name="clnm"]::placeholder{
  color: #a9a9a9;
}

/* 絞り込みモーダル */
.search-introduce-modal{
  height: 100%;
}

#searchIntroduce .js-modal-open{
  cursor: pointer;
}
#searchIntroduce .js-modal-open:hover{
  background:#ecfdfb;
}
.search-introduce-modal .modal-content{
  overflow: hidden;
  height: 80%;
  width: 100%;
  max-width: 800px;
  padding: 60px 0 0 0;
  border: 0px;
}

.modal-head{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background-color: #fff;
  height: 60px;
}

.modal-head i{
  font-size: 30px;
  color: #bababa;
  position: absolute;
  right: 3.5%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.search-selected-wrap{
  display: flex;
  height: 100%;
  width: 86%;
  align-items: center;
  padding-left: 4%;
}

.search-selected-tit{
  display: block;
  font-size: 14px;
  font-weight: bold;
  width: 4em;
  white-space: nowrap;
}

.search-selected-items{
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  overflow-x: scroll;
}

.search-selected-items::-webkit-scrollbar {
  display:none;
}

.search-selected-item{
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .01em;
  color: #fff;
  background-color: #929292;
  border-radius: 3px;
  margin: 0 4px;
  padding: 4px 8px;
  cursor: pointer;
}

.search-selected-item::after {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
  content: "\f057";
  color: #fff;
  margin-left: 10px;
}
#formArea,
#formTreatmentContent{
  display: contents;
  height: 100%;
}
.modal-search-lists{
  position: relative;
  height: 100%;
  overflow-y: scroll;
  z-index: 1;
}

.modal-search-lists > ul{
  padding: 0 0 100px 0;
}

.modal-search-lists > ul > li:first-child{
  border-top: 1px solid #dedede;
}

.modal-search-lists > ul li {
  border-bottom: 1px solid #dedede;
  position: relative;
  cursor: pointer;
}

.modal-search-lists > ul > li{
  position: relative;
  padding: 9px 4%;
  font-size: 20px;
  line-height: 20px;
}

.modal-search-lists > ul > li .checked-cnt{
  width: 20px;
  height: 20px;
  padding: 2px;
  box-sizing: border-box;
  background: #7ed3cc;
  border-radius: 20px;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  vertical-align: 1px;
  display: inline-block;
  margin-left: 5px;
}

.modal-search-lists > ul li label {
  padding: 9px 4%;
  display: block;
}

.modal-search-lists > ul li:hover {
  background: #f7f7f7;
}

.modal-search-lists > ul > ul > li {
  font-size: 14px;
  line-height: 20px;
}

.modal-search-lists > ul > ul > li.area-child  label {
  padding-left: 5%;
}

.modal-search-lists > ul > ul{
  display: none;
}

.modal-search-lists li.area6-tit::after {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
  content: "\f078";
  position: absolute;
  right: 4%;
  top: initial;
  transform-origin: center center;
  color: #b1b1b1;
  transition: all .2s linear;
}

.modal-search-lists li.area6-tit.open::after {
  transform:rotate(180deg);
  transition: all .2s linear;
}

.modal-search-lists li.area6-tit.open {
  background: #f7f7f7;
}

.modal-search-lists li.open + ul {
  display: block;
}

.modal-search-lists li .checkbox {
  position: relative;
  top: -2px;
  margin: 0 .8em 0 0;
  cursor: pointer;
}

.modal-search-lists li .checkbox:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 1rem;
  height: 1rem;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
}

.modal-search-lists li .checkbox:after {
  content: "";
  position: absolute;
  top: -0.125rem;
  left: -0.125rem;
  width: 1.1rem;
  height: 1.1rem;
  background: #fff;
  cursor: pointer;
}

.modal-search-lists > ul li:hover .checkbox:after {
  background: #f7f7f7;
}

.modal-search-lists li .checkbox:checked:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 0.5rem;
  border-width: 2px;
  border-color: #7ed3cc;
  border-top-style: none;
  border-right-style: none;
  border-radius: 0;
}

.search-introduce-modal .searchSubmit{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 0 20px 20px 20px;
  box-sizing: border-box;
  z-index: 3;
}
.search-introduce-modal button{
  width: 100%;
  padding: 6px 0;
  background: linear-gradient( 130deg,#81ece3,#37bbb0);
  border-radius: 4px;
  font-size: 22px;
  color: #fff;
  border: none;
  cursor: pointer;
}

@media only screen and (max-width: 768px){
  .search-introduce-modal .modal-content{
    height: 100%;
    position: relative;
    top: 0;
    right: initial;
    bottom: initial;
    transform: none;
    left: 0;
  }
}

@media only screen and (max-width: 767px){
  #searchIntroduce{
    font-size: 13px;
  }
  #searchIntroduce .flex{
    flex-direction: column;
  }
  #searchIntroduce > .flex > div {
    width: 100%;
    line-height: 42px;
  }
  #searchArea i{
    font-size: 1.15em;
    padding-right: 3px;
  }
  #searchArea::after {
    width: 98%;
    height: 1px;
    top: initial;
    bottom: 0px;
    right: 1%;
  }
  #searchClinicName::before {
    width: 98%;
    height: 1px;
    top: 0;
    left: 1%;
  }
  #searchClinicName::after {
    top: 1px;
    left: 50%;
    padding: 0px 16px;
    line-height: 1.6;
    font-size: .9em;
  }
  #searchClinicName form::before {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    content: "\f7f2";
    position: absolute;
    top: 50%;
    left: 29px;
    transform: translate(-100%, -50%);
    color: #7ed3cc;
    transition: all .2s linear;
  }
  #searchClinicName input {
    margin-left: 0;
    padding: 0 10px 0 35px;
    height: 42px;
  }
  #searchClinicName button {
    width: 50px;
    height: 42px;
    padding: 0;
  }
  .search-introduce-modal .searchSubmit {
    position: fixed;
    padding: 0 10px 10px 10px;
  }
  .modal-search-lists > ul {
    padding: 0 0 150px 0;
  }
}

/******************************/
/* Simple Author 上書き */
/******************************/
@media screen and (max-width: 480px){
  .saboxplugin-wrap .saboxplugin-gravatar {
      float: left !important;
      padding: 15px 0 !important;
  }
  .saboxplugin-wrap .saboxplugin-gravatar img {
    max-width: 65px !important;
    padding: 0 10px !important;
  }
  .saboxplugin-wrap .saboxplugin-authorname {
    text-align: left !important;
    margin: 15px 0 0 0 !important;
  }
  .saboxplugin-wrap .saboxplugin-desc {
    display: flex !important;
    text-align: left !important;
  }
  .saboxplugin-wrap .saboxplugin-desc p {
    margin: 5px 0 5px !important;
  }
}

/******************************/
/* 関連記事 */
/******************************/

#body #related_post ol{
  border: 0;
}
#body #related_post li:nth-child(-n+3){
  border: 0;
}
#body #related_post li {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ddd !important;
}

#body #related_post li a {
  display: flex;
  padding: 15px;
}

#body #related_post li .image {
  width: 25%;
  max-width: 150px;
  height: auto;
  overflow: auto;
  padding-top: 0;
  margin: 0 15px 0 0;
}

#body #related_post li .image img {
  width: 100%;
  height: auto;
  position: relative;
  top: auto;
  left: auto;
}
#body #related_post li .contents{
  width: 100%;
}
#body #related_post li .title{
  font-size: 16px;
  height: auto;
  padding-bottom: 10px;
}
#body #related_post li .related_post_date{
  font-size: 14px;
  color: #a9a9a9;
}
@media screen and (max-width: 767px){
  #body #related_post li .contents{
    width: 75%;
  }
  #body #related_post li .title{
    line-height: 1.4;
    font-size: 14px;
    height: 3em;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 0px;
  }
  #body #related_post li .related_post_date{
    font-size: 12px;
  }
  #body #related_post li a {
    padding: 15px 1px;
  }
}

/******************************/
/* お気に入り */
/******************************/
.btn-area{
  display: flex;
  margin-top: 15px;
}
.btn-area .btn-more {
  margin-top: 0 !important;
}
.wpfp-link,
.fav-link{
  display: inline-block;
  margin-right: 10px;
}
.wpfp-link span,
.fav-link span{
  display: block;
  width: 80px;
  background-color: #fff;
  border: 2px solid rgba(140,207,208, 1);
  /* border-radius: 25px; */
  border-radius: .5rem;
  text-align: center;
  position: relative;
  padding: 5px 0;
  font-size: 10px;
  line-height: 1;
}
.wpfp-link span::before,
.fav-link span::before {
  display: block;
  content: "";
  background-image: url("./../img/common/ico_favorite.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 24px;
  width: 16px;
  padding: 0px;
  margin: 0 auto;
  margin-bottom: 1px;
  opacity: 1;
}
.wpfp-link span.active,
.fav-link span.active{
  border: 2px solid rgba(140,207,208, 1);
}
.wpfp-link span.active::before,
.fav-link span.active::before {
  background-image: url("./../img/common/ico_favorite_on.svg");
  opacity: 1;
}
.wpfp-span{
  position: relative;
}
.wpfp-span .wpfp-img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.article-title-wrap{
  position: relative;
  display: flex;
}
.article-title-wrap .left{
  width: 100%;
}
.article-title-wrap .right{
  position: relative;
  margin-left: 15px;
}

#post_list2 .article {
  position: relative;
  padding: 30px;
}
#body #post_list2 .article a{
  display: initial;
  padding: 0;
  text-decoration: none;
}
#post_list2 .article .info{
  position: relative;
}
#favorites a{
  color: #000;
}
#favorites .no-data{
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  color: #adadad;
  padding: 90px 0 55px 0;
}
#favorites #introduce_list{
  border-top: 4px solid #af9f8e;
  padding-bottom: 15px;
  margin-top: 30px;
}
.fav-bl{
   margin-top: 10px;
}
.fav-bl .wpfp-link,
.fav-bl .fav-link{
  margin-right: 0;
}
.fav-bl .wpfp-link span, 
.fav-bl .fav-link span{
  height: auto;
  padding: 5px 0px;
}
.fav-bl .wpfp-link span::before,
.fav-bl .fav-link span::before{
  height: 20px;
  width: 13px;
}

@media only screen and (min-width: 1025px){
  .wpfp-link span::before,
  .fav-link span::before {
    height: 26px;
    width: 18px;
    padding: 0px;
    margin: 4px auto 1px auto;
  }
  .fav-bl{
    margin-top: 23px;
  }
}
@media only screen and (min-width: 768px){
  .wpfp-link span, .fav-link span{
    height: 100%;
    box-sizing: border-box;
  }
  .basic-info-contents .wpfp-link span, 
  .basic-info-contents .fav-link span{
    height: auto;
    padding: 3px 0px 5px 0px;
  }
  .article-title-wrap .wpfp-link span, 
  .article-title-wrap .fav-link span{
    height: auto;
    padding: 3px 0px 5px 0px;
  }
}
@media only screen and (max-width: 768px){
  .article-title-wrap .right{
    position: absolute;
    bottom: -13px;
    right: 0px;
  }
  .article-title-wrap #post_date{
    padding-top: 10px;
    font-size: 11px;
  }
  .article-title-wrap .wpfp-link span::before,
  .article-title-wrap .fav-link span::before{
    height: 20px;
    width: 13px;
  }
  #post_list2 .article {
    padding: 17px 20px;
  }
  #body #post_list2 .article .title {
    font-size: 12px;
  }
  .fav-bl{
    margin-top: 5px;
  }
  .fav-bl .wpfp-link span, 
  .fav-bl .fav-link span{
    padding: 5px 0px;
  }
  #body #post_list2 .article .image{
    width: 47.625%;
    padding-bottom: 31%;
  }
  #favorites .no-data{
    font-size: 1em;
  }
}
.basic-info-contents .wpfp-link span,
.basic-info-contents .fav-link span{
  margin-top: 5px;
  padding: 5px 0;
}
.basic-info-contents .wpfp-link span::before,
.basic-info-contents .fav-link span::before{
  height: 26px;
  width: 16px;
}
#introduce-title .wpfp-link span,
#introduce-title .fav-link span{
  padding: 4px 0 4px 0;
}
#introduce-title .wpfp-link span::before,
#introduce-title .fav-link span::before{
  height: 24px;
  width: 16px;
  margin: 1px auto 1px auto;
}

/******************************/
/* マイページ */
/******************************/
#mypage-menu{
  width: 100%;
}
#mypage-menu ul{
  width: 100%;
  display: flex;
  align-items: center;
  justify-items: center;
  background-color: #fff;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  box-shadow: 0 1px 3px 0 rgb(130 130 130 / 6%);
}
#mypage-menu ul li{
  height: 40px;
  line-height: 40px;
  width: 50%;
}
#mypage-menu ul li a{
  display: block;
  text-align: center;
  position: relative;
}
#mypage-menu ul li a:hover{
  background-color: #f6f6f6;
}
#mypage-menu ul li a.active:after{
  content: "";
  width: 100%;
  height: 2px;
  background-color: #7ed3cc;
  position: absolute;
  left: 0;
  bottom: 0;
}
/******************************/
/* 新規登録 */
/******************************/
.page-template-default h2#post_title {
  font-size: 1.8em;
  padding: 20px 0 20px 15px;
  background-color: #7ed3cc;
  color: #fff;
  border-left: 10px solid #cdefec;
  border-right: 10px solid #cdefec;
}
.login-info{
  background-color: #eef7f6;
  padding: 30px 20px;
  max-width: 500px;
  margin-top: 10px;
}
.login-info ul {
  list-style: none;
  margin-left: 0;
  font-size: 14.4px;
  margin-bottom: 15px;
}
.login-info h3{
  font-size: 22px;
  font-weight: bold;
  padding: 0;
  margin-bottom: 15px;
}
.login-info li::before {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
  content: "\f00c";
  margin-right: .5em;
}
#body .btn-sty-1,
#body .btn-sty-1:hover{
  display: block;
  width: 100%;
  padding: 6px 0;
  background: linear-gradient(130deg,#81ece3,#37bbb0);
  border-radius: 4px;
  font-size: 22px;
  line-height: 1.6em;
  color: #fff;
  border: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}
#wpmem_register_form{

}

#body #wpmem_register_form legend,
#body #wpmem_login_form legend,
#body #wpmem_pwdreset_form legend,
#body #wpmem_getusername_form legend{
  margin-bottom: 20px;
}

#wpmem_register_form label,
#wpmem_login_form label,
#wpmem_pwdreset_form label,
#wpmem_getusername_form label{
  color: #7ed3cc;
  font-size: .9em;
  font-weight: bold;
  letter-spacing: .02em;
}

#wpmem_register_form label+div input,
#wpmem_register_form label+div select,
#wpmem_login_form label+div input,
#wpmem_login_form label+div select,
#wpmem_pwdreset_form label+div input,
#wpmem_pwdreset_form label+div select,
#wpmem_getusername_form label+div input,
#wpmem_getusername_form label+div select{
  margin-top: 5px;
  padding: 8px 10px !important;
  min-height: 2.8em;
}
#wpmem_login_form input + label{
  font-weight: normal;
  color: initial;
  font-size: 1em;
}
#wpmem_reg .req {
  color: #f3434a;
  font-size: 18px;
  line-height: 50%;
  padding-left: 3px;
}

#wpmem_reg select{
  background-color: #fff;
}

#body #wpmem_register_form button,
#body #wpmem_login_form button,
#body #wpmem_pwdreset_form button,
#body #wpmem_getusername_form button{
  display: block;
  width: 100%;
  padding: 6px 0;
  background: linear-gradient(130deg,#81ece3,#37bbb0);
  border-radius: 4px;
  font-size: 22px;
  line-height: 1.6em;
  color: #fff;
  border: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}

#body #wpmem_register_form input::placeholder,
#body #wpmem_login_form input::placeholder,
#body #wpmem_pwdreset_form input::placeholder{
  color: #ababab !important;
}

#wpmem_msg, .wpmem_msg {
  width: 100%;
  margin: 20px auto;
  background: #f7f7f7;
  border: 2px solid #ea759b;
  padding: 10px 20px;
  box-sizing: border-box;
}
#wpmem_msg p, .wpmem_msg p{
  text-align: left;
  margin: 0 !important;
}


/******************************/
/* 共通 */
/******************************/
@media only screen and (min-width: 768px){
  .sp{
    display: none !important;
  }
}

@media only screen and (max-width: 767px){
  .pc{
    display: none !important;
  }
}