/*
Theme Name: sunoow-dentist-portal
Description: なおこ先生監修歯科サービス提供可能クリニック検索サイト「sunoow-dentist-portal」のテーマです。
Author: SOLEDA
Version: 1.0.0
*/

/* fontfamilly */
/* DNP ShueiMGoStd L
font-family: dnp-shuei-mgothic-std, sans-serif;
font-weight: 400;

DNP ShueiMGoStd B
font-family: dnp-shuei-mgothic-std, sans-serif;
font-weight: 600; 

font-family: 'Noto Sans JP', sans-serif; 
*/

/* -------------------------------------------------------------------------- 
/*	0. ヘルパークラス
/* -------------------------------------------------------------------------- */
.mg_a{
  margin: 0 auto;
}
.mgr1{
  margin-right: 1rem;
}
.hp_check_disabled{
  color: #bababa;
}
.hp_gray{
  background-color: #bababa !important;
}
.hp_bd-b{
  border-bottom: 1px solid #DDD;
}
.hp_bd-blue{
  border-bottom: 1px solid #366A86;
}
.hp_large_font{
  font-size: 1.3rem;
}
.hp_r_arrow::after{
  content: url(./assets/img/common/arrow_r.png);
  margin-left: .3rem;
  margin-right: .5rem;
}
.hp_f_n{
  font-weight: normal;
}
.hp_fs_s{
  font-size: .7rem;
}
.hp_red{
  color: #EA7E7E;
}
.pc_disactive{
  display: none;
}
@media screen and (max-width: 800px) {
  .tab_disactive{
    display: none;
  }
  .pc_disactive{
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .sp_disactive{
    display: none;
  }
  .pc_disactive{
    display: block;
  }
}

/* -------------------------------------------------------------------------- 
/*	1. プログラムクラス
/* -------------------------------------------------------------------------- */
.is_disactive{
  display: none !important;
  transition: .3s;
}
/* スライダー */
.bl_clinic_gallery_cont{
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 2.1rem;
}
.bl_slider{
  width: 63%;
} 
.bl_slider img{
  width: 100%;
  height: auto;
}
.bl_thumbnail {
  width: 33%;
}
.clinic_slide_pc .bl_thumbnail .slick-track{
  width: 100% !important;
  transform: unset !important;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
}
.bl_thumbnail .slick-track::before, .bl_thumbnail .slick-track::after{
  display: none;
}
.bl_thumbnail li{
  width: calc(50% - 9px);
}
.bl_thumbnail li img{
  width: 100%;
  height: auto;
  cursor: pointer;
}
.clinic_slide_sp{
  display: none;
}
@media screen and (max-width: 599px) {
  .clinic_slide_pc{
    display: none;
  }
  .clinic_slide_sp{
    display: block;
  }
  }

/* -------------------------------------------------------------------------- 
/*	2. 共通要素
/* -------------------------------------------------------------------------- */

body{
  background-color: #C8D72F;
}
.ly_main{
  padding: 4rem 2rem 6rem;
}
/* 一般的な緑枠レイアウト */
.bl_main{
  margin: auto;
  background-color: white;
  padding: 3rem;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .ly_main{
    padding: 1rem;
    padding-bottom: 90px;
  }
  .bl_main{
    width: 100%;
    padding: 1rem;
  }
  h1, h2{
    font-size: 1.6rem;
  }
}

.bl_flex_wrapper{
  display: flex;
  align-items: center;
  gap: 54px;
  margin: auto;
  max-width: 1044px;
  margin-bottom: 38px;
}
/* 吹き出し */
.el_fukidashi{
  padding: 50px 35px;
  margin-top: 2rem;
	position: relative;
	background: white;
  box-shadow: 2px 3px 13px rgba(0, 0, 0, 12%);
  font-size: 1.13rem;
  line-height: 2rem;
}
.el_fukidashi:after {
content: url(./assets/img/common/fukidashi.png);
position: absolute;
left: calc(100% - 8px);
top: 50%;
transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .el_fukidashi:after{
    left: 50%;
    top: -30px;
    transform: translateX(-50%) rotate(-90deg);
  }
  .el_fukidashi{
    margin-right: 0;
    padding: 30px;
  }
}

/* ボタン共通 */
.el_btn_search a, .el_telBtn a,
 .el_resvBtn a, #bl_caution .el_telbtn a,
 .bl_card__circle li a{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

/* 検索ボタン */
.el_btn_search{
  max-width: 262px;
  padding: 15px 0;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
  text-align: center;
  position: relative;
}
.el_btn_search p{
  color: white;
  font-size: 1.2rem;
  position: relative;
  right: 20px;
}
/* 有効時 */
.el_btn_search__true{
  background-color: #FF9300;
  transition: .3s;
}
/* 非活性時 */
.el_btn_search__false{
  background-color: #F7F7F7;
  transition: .3s;
}
.el_btn_search__false input{
  color: #767676;
  font-size: 1.13rem;
  font-weight: normal;
  position: relative;
  right: 10px;
}
.el_btn_search__true input{
  color: white;
  font-size: 1.13rem;
  font-weight: normal;
  position: relative;
  right: 10px;
}
.el_btn_search__true p::after{
  content: url(./assets/img/common/search.png);
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.el_btn_search__false::after{
  content: url(./assets/img/common/search_false.png);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
/* 歯のキャラクター */
.el_kawaii_ha{
  position: relative;
  padding-left: 35px;
}
.el_kawaii_ha::before{
  content: url(./assets/img/common/ha.svg);
  position: absolute;
  top: 5px;
  left: 0px;
}
@media screen and (max-width: 599px) {
  .el_kawaii_ha::before{
    top: 2px;
  }
  .el_kawaii_ha{
    padding-left: 28px;
  }
}

/* 大きめボタン */
.el_btn_lg{
  width: 210px;
  padding: 12px;
  border-radius: 30px;
  text-align: center;
  font-size: 17px;
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
  position: relative;
}
.el_btn_lg > p{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.4rem;
  padding-left: 20px;
}
/* TELボタン */
.el_telBtn{
  background-color: #FF9300;
  color: white;
  position: relative;
}
.el_telBtn > p{
  pointer-events: none;
}
.el_telBtn > p::before{
  content: url(./assets/img/common/icon_tel_w.svg);
  position: absolute;
  top: 0;
  left: 15px;
}
.el_telBtn a{
  color: white;
}

/* ネットで予約ボタン */
.el_resvBtn{
  color: #FF9300;
  background-color: white;
  border: 1px solid #FF9300;
  box-sizing: border-box;
}
.el_resvBtn p::before{
  content: url(./assets/img/common/icon_resv.svg);
  position: absolute;
  top: 0;
  left: 25px;
}
.el_resvBtn a{
  color: #FF9300;
}

/* 電話ボタンの吹き出し */
.bl_telFukidashi{
  width: 335px;
  height: 122px;
  background: url(./assets/img/common/fukidashi_2.png) no-repeat;
  background-size: 100% auto;
  padding: 20px;
  padding-top: 35px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 10;
}
.bl_telFukidashi::after{
  content: url(./assets/img/common/icon_close.png);
  position: absolute;
  right: 0;
  top: 8px;
}
.bl_telFukidashi_label{
  background-color: #FF9300;
  padding: 10px 15px;
  border-radius: 9px;
  color: white;
  margin-right: 10px;
}
.bl_telFukidashi_tel{
  font-size: 24px;
  color: #535353;
  margin-bottom: 10px;
}
.bl_telFukidashi_tel::before{
  content: url(./assets/img/common/icon_tel.png);
}
.bl_telFukidashi_ttl{
  font-size: 12px;
  position: relative;
  left: 30px;
  color: #004674;
}
.bl_telFukidashi_txt{
  position: relative;
  top: 7px;
}
/* ボタンエリア 横並び*/
.bl_clinicCard .bl_btnArea, .bl_information .bl_btnArea{
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 18px;
}
.bl_clinicCard .bl_btnArea{
  max-width: 443px;
}
.bl_information .bl_information_cont .bl_btnArea{
  margin-top: 0;
  /* max-height: 63px; */
  justify-content: start;
}
.bl_information .bl_information_cont .bl_btnArea .el_btn_lg:nth-child(2){
  margin-top: 0;
}
.bl_information .el_btn_lg{
  width: 268px;
}
@media screen and (max-width: 1000px) {
  .bl_information .bl_information_cont .bl_btnArea .el_btn_lg:nth-child(2){
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .el_btn_lg{
    padding: 10px 3px;
    border-radius: 9px;
    height: 100%;
  }
  .el_telBtn > p{
    pointer-events: auto;
  }

}
/* javascriptでのクリックイベントのため */
.bl_telFukidashi > div{
  pointer-events: none;
}

/* タグクラウド */
.bl_tagCloud{
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
/* 未登録地域 */
.el_unset{
  margin: auto;
  text-align: center;
  margin-top: calc(6em - 20px);
}
@media screen and (max-width: 599px) {

}

/* -------------------------------------------------------------------------- 
/*	その他ページ
/* -------------------------------------------------------------------------- */

.ly_single{
  padding: 2rem;
  background-color: white;
}
.bl_single_wrapper{
  margin: 0 auto;
  width: 80%;
}
.ly_page{
  background-color: white;
  padding-top: 4rem;
  padding-bottom: 57px;
}
.bl_page{
  max-width: 834px;
  margin: auto;
}
.bl_page p, .bl_page li{
  font-size: 15px;
}
.bl_page ol li{
  margin-left: 3rem;
}
.bl_page th{
  color: black;
}
.bl_page_cont{
  color: #535353;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
}
.ly_page .bl_information h3{
  margin-bottom: 52px;
}
@media screen and (max-width: 599px) {
  .bl_single_wrapper{
    width: 100%;
  }
  .ly_page{
    padding: 4rem 2rem;
  }
  .bl_information th, .bl_information table td{
    border: none;
  }
  .bl_page .bl_information h3{
    margin-bottom: 2rem;
  }
}

/* =============================================
追加クラス
============================================= */
.el_boldTtl,
.bl_page .el_boldTtl{
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}
.bl_page ul{
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 30px;
}
.bl_page li{
  line-height: 2;
}
.bl_page p{
  margin: 10px 0;
}
