/*
Theme Name:noel_tcd072-child
Template:noel_tcd072
Version:1.9.2
*/

html{
	scroll-behavior: smooth;
}

section{
	margin-bottom:100px;
    margin-top: -150px;
    padding-top: 150px;
}

@media screen and (max-width: 750px){
	section{
		margin-bottom:50px;
		margin-top: -80px;
		padding-top: 80px;
	}
}

/* タイトル・フォント
 * -----------------------------------------------------------*/
body,h1,h2,h3,h4,h5,h6,
.rich_font,.p-vertical{
	font-family: 'Noto Serif JP', serif;
	font-weight:500;
}
p,a,li,dt,dd,th,td{
	font-family:'Zen Kaku Gothic Antique', sans-serif;
	font-weight:400;
}

h2.rich_font,
h3.rich_font,
.p-vertical{
	font-family: 'Cormorant Infant','Noto Serif JP', serif;
	font-weight: 400;
	font-size:150%;
}
.post_content h1.h1-title,
.post_content h2.h2-title{
    text-align: center;
    font-size: 50px;
    color: #042758;
    font-weight: 400;
    padding: 50px 0px 30px 0px;
	font-family: 'Cormorant Infant','Noto Serif JP', serif;
}
.post_content h1.h1-title span,
.post_content h2.h2-title span{
    display: block;
    font-size: 14px;
}

.post_content h2.h2-title2{
    font-weight: 400;
    color:#042758;
}

.post_content h3.h3-title {
	text-align: center;
	color: #5badE1;
}
 
.post_content h3.h3-title span{
     position: relative;
     display: inline-block;
     padding-bottom:0.5em;
     border-bottom: 1px solid #5badE1;
}
      
.post_content h3.h3-title span::before,
.post_content h3.h3-title span::after {
     position: absolute;
     top: 100%;
     left:50%;
     transform:translateX(-50%);
     content: '';
     border: 10px solid transparent;
}
 
.post_content h3.h3-title span::before {
     border-top: 10px solid #5badE1;
}
 
.post_content h3.h3-title span::after {
     margin-top: -1px;
     border-top: 10px solid white;
}

.post_content p,p {
    line-height: 1.8;
/*    margin: 0 0 10px 0;*/
}

.fs80p{
	font-size:80%;
}

.fc_red{
	color:red;
}

@media screen and (max-width: 750px) {
	.post_content h1.h1-title,
	.post_content h2.h2-title {
		font-size: 35px;
	}
}

/* リスト
 * -----------------------------------------------------------*/
.post_content ul {
    list-style: none;
    margin-left: auto;
}

/* テーブル
 * -----------------------------------------------------------*/
.post_content th ,
.post_content td{
	background: transparent;
	border: 0px solid #dedad6;
}
.post_content th {
	vertical-align: middle;
	text-align: right;
}

.post_content table {
	margin: 0 0 0px 0;
}
@media screen and (min-width: 751px) {
	.post_content table {
		margin-bottom: 2rem;
	}
}
@media screen and (max-width: 750px) {
	.post_content table {
		width: 95% !important;
		margin: 0 auto!important;
		max-width: 500px;
	}
	.post_content td, .post_content th {
		padding: 0;
	}
}

/* 構成
 * -----------------------------------------------------------*/
/*PCの場合に横並び*/
.col3, .col2{
	width:100%;
}
@media screen and (min-width: 751px){
	.box-flex{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.col3{
		width: calc((100% / 3) - 20px);
	}
	.col2{
		width: calc((100% / 2) - 20px);
	}
}
@media screen and (max-width: 750px){
	.box-flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
	.sp_col2{
		width: calc((100% / 2) - 2px);
	}
	.post_content .sp_col2 p {
	    margin: 0 0 1em 0;
	}
}

/* 余白・サイズ
 * -----------------------------------------------------------*/
.maxw-600{
	max-width:600px;
	margin:0 auto;
}
.maxw-800{
	max-width:800px;
	margin:0 auto;
}
.maxw-fit{
	margin: 0 auto;
	max-width: fit-content;
}
@media screen and (max-width: 1250px){
	#one_col {
		padding: 30px 0px 50px;
	}
}

#archive_service,
.pc #one_col {
	margin: 60px auto 80px;
}

/* 表示非表示
 * -----------------------------------------------------------*/
/*PCの場合表示しない*/
@media screen and (min-width:751px){
	.pc-none{
		display:none
	}
}
/*PCの場合表示しない*/
@media screen and (max-width:750px){
	.sp-none{
		display:none
	}
}
/* 表示非表示（メニューバー）
 * -----------------------------------------------------------*/
/*PCの場合表示しない*/
@media screen and (min-width:1251px){
	.pc-none2{
		display:none
	}
}
/*PCの場合表示しない*/
@media screen and (max-width:1250px){
	.sp-none2{
		display:none
	}
}

/* アンカー
 * -----------------------------------------------------------*/
.pc #global_menu > ul > li.active > a, .pc #global_menu > ul > li.current-menu-item > a {
    color: #5bade1;
}

a {
    color: #5bade1;
}

a:hover {
	transition:0.3s;
	color:#c6e4f7;
}

a img:hover{
	opacity:0.5;
	transition:0.3s
}

/* ボタン
 * -----------------------------------------------------------*/
/*ボタン１*/
.index_cb_button a,
.btn a {
	background: transparent;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 200px;
    padding: 10px 25px;
    color: #5bade1;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    border: 1px solid #5bade1;
    line-height: 40px;
	font-size: 1.0rem;
}
.index_cb_button a:hover,
.btn a:hover {
    background:  #5bade1;
    color: #FFF;
}
.index_cb_button a:after ,
.btn a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #5bade1;
    border-right: 2px solid #5bade1;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.index_cb_button a:hover:after,
.btn a:hover:after{
    border-color: #5bade1;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.index_cb_button a{
	border: 1px solid #042758;
	color: #042758;
}
.index_cb_button a:after {
	border-top: 2px solid #042758;
	border-right: 2px solid #042758;
}
.index_cb_button a:hover{
	background:#042758;
	color:#fff;
}

@media screen and (max-width: 768px) {
  .index_cb_button a {
    font-size: 14px;
  }
}



/*ボタン（電話・ WEB・LINE）*/
.btn a.btn-tel,
.btn a.btn-web,
.btn a.btn-line{
    justify-content: center;
}


.btn a.btn-tel:before,
.btn a.btn-web:before,
.btn a.btn-line:before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    margin-right: 5px;
    transition-property: unset;
    transition-duration: unset;
    transition-timing-function: unset;
}
.btn a.btn-tel:before{
	content:'\f10b';
}
.btn a.btn-web:before{
	content:'\f304';
}
.btn a.btn-line:before{
    content: '';
    height: 30px;
    width: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/logo-line.png);
	transition:0.3s;
}
.btn a.btn-line:hover:before{
   background-image: url(/wp-content/uploads/logo-line2.png);
	transition:0.3s;
}
/* =============== 予約ボタンの色分け =============== */

/* 電話ボタン - 文字色だけ変更 */
.btn a.btn-tel {
    color: #042758; /* ネイビー文字 */
}
.btn a.btn-tel:hover {
    background-color: #5bade1; /* 枠の色そのまま流用 */
    color: #fff; /* ホバー時は白文字 */
}

/* WEB予約ボタン - 文字色だけ変更 */
.btn a.btn-web {
    color: #e05b8b; /* ピンク文字 */
}
.btn a.btn-web:hover {
    background-color: #5bade1;
    color: #fff;
}

/* LINE予約ボタン - 文字色だけ変更 */
.btn a.btn-line {
    color: #06c755; /* ライングリーン文字 */
}
.btn a.btn-line:hover {
    background-color: #5bade1;
    color: #fff;
}






@media screen and (max-width: 750px){
	.sp_col2 .index_cb_button a{
		padding: 10px 4px;
		min-width:100px;
	}
	.sp_col2 .index_cb_button a:after{
		right:12px;
	}
	.btn a.btn-tel:before{
    	font-size:20px;
    }
    .btn a.btn-web:before{
    	font-size:20px;
    }
    .btn a.btn-line:before{
        height: 40px;
        width: 40px;
    }
}

/*リンク*/
.btn-link{
    border-bottom: 1px solid #e6eff4;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 auto!important;
    padding: 0.9em 3em 0.9em 2em;
    font-size: 1em;
}
.btn-link a{
	color:#042758;
	width:100%;
}
.btn-link a:hover{
	color:#5baed4;
}
.btn-link::after {
    position: absolute;
    right: 2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: 0.5em;
    background-color: #042758;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}

.btn-link:hover::after {
	transform: translateY(-50%) scaleX(1.4);
	background-color: #5baed4;
}


/*リンク2*/
.btn-link2 {
	border-bottom: 0px solid #e6eff4;
	text-align: left;
	width: 120px;
	margin: 0 0 0 auto!important;
}

/*ローダーロゴサイズ*/
#site_loader_logo_inner img{
	width:100%;
	max-width:300px;
	margin:0 auto;
	height:auto;
	object-fit: contain;
}

/*テキスト位置*/
.txt_c{
	text-align:center;
}
.txt_r{
	text-align:right;	
}
.txt_l{
	text-align:left;	
}


/*  ---------------------------------------------------------------------------------------------------------------------------------------------------------
 *　メニュー
 * ---------------------------------------------------------------------------------------------------------------------------------------------------------*/
.pc #global_menu > ul > li > a {
	overflow-wrap: break-word;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height:1.5;
	padding: 0 10px;
	font-size: 16px;
}

#header_button .button a,
.footer_info_content .button a,
#footer_button .button a{
	overflow-wrap: break-word;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.5;
}

#header_button .button a{
	outline: 0.05px solid #ffffff70;
	outline-offset: -2px;
}
#header_button .button1 a{
	margin-right:5px;
}


#mobile_menu #global_menu .child_menu_button .icon:before {
    color: #042758;
}


/*  ---------------------------------------------------------------------------------------------------------------------------------------------------------
 *　ヘッダー
 * ---------------------------------------------------------------------------------------------------------------------------------------------------------*/
#header .mobile_logo_image{
	max-height: 60px;
	width: auto;
}

#page_header{
	background-position:center!important;
	margin-top:0;
}

.archive.tax-service_category #page_header .overlay,
.archive.post-type-archive-news #page_header .overlay,
.archive.post-type-archive-faq #page_header .overlay,
.archive.tax-faq_category #page_header .overlay,
.single #page_header .overlay{
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 1),
		rgba(255, 255, 255, 0.5) 20%,
		rgba(255, 255, 255, 0)
	)!important;
}

#page_header_catch .catch,
#page_header_catch .desc{
    text-shadow: 2px 2px 6px #fff;
}
/*  ---------------------------------------------------------------------------------------------------------------------------------------------------------
 *　フッター
 * ---------------------------------------------------------------------------------------------------------------------------------------------------------*/
#footer_company,
.footer_info_content{
    border-right: 0px solid #ddd;
}

#footer_logo img {
	width: 80%;
	max-width: 300px;
	height: auto;
}
.footer_info_content img{
	width:100%;
}
.footer_info_content .button a{
	background: #00b900;
	max-width: 240px;
	min-width: 100%;
}
.footer_info_content .button{
	max-width: 250px;
	margin: 0 auto;
}
.footer_info_content .button:after{
	content: "※お知らせで休診日をご確認ください";
	bottom: -10px;
	position: relative;
}

.footer_menu li.submenu{
    margin-left: 10px;
}
.footer_menu li.submenu a:before{
	content:"－";
	margin-right:5px;
}

h3.footer_headline a{
	font-weight:500;
}

/*フッターメニューの調整(TCDテーマ＞フッターの設定を使わない)*/
.footer_menu li.fmenu-title a{
    font-size: 16px;
    font-weight: 600;
}
.footer_menu li.fmenu-title a span{
    font-size:12px;
}

/*バナー追加（サイドではなくフッターの上に表示）*/
.bana_css {
  margin: 40px auto;
  padding: 20px 0;
  text-align: center;
}

.bana_css .post_row {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.bana_css .post_col {
  flex: 0 0 auto;
  width: 350px;
  overflow: hidden;
}

.bana_css .post_col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 640px) {
  .bana_css .post_row {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}


@media screen and (max-width: 550px) {
    .footer_menu li.fmenu-title a span{
        display:block;
    }
}

/*SNSリンク（SNS関連）の調整*/
#footer_social_link{
	top: 15px;
}
#footer_social_link li{
	vertical-align: top;
}
#footer_social_link li a{
    width: 30px;
    height: 30px;
    line-height: 30px;
}

#footer_social_link li.contact a:before{
	font-size:25px;
}

#footer_social_link li.contact a:hover:before{
	opacity:0.5;
}


#footer_social_link li.facebook a:before,
#footer_social_link li.insta a:before,
#footer_social_link li.insta-hihuka a:before{
    content: '';
    height: 30px;
    width: 30px;
    background-size: contain;
    background-repeat: no-repeat;
}

#footer_social_link li.facebook a:before{
    background-image: url(/wp-content/uploads/logo-facebook.png);
}
#footer_social_link li.insta a:before,
#footer_social_link li.insta-hihuka a:before{
	background-image: url(/wp-content/uploads/logo-Instagram.png);
}


#footer_social_link li.insta a, #footer_social_link li.insta-hihuka a {
	width: 100%;
}
#footer_social_link li.insta a:after {
    content: '生活習慣病・糖尿病内科';
	font-size: 11px;
	margin-left: 35px;
}
#footer_social_link li.insta a:before, #footer_social_link li.insta-hihuka a:before {
	text-align: left;
}
#footer_social_link li.insta-hihuka a:after {
    content: '';
	font-size: 11px;
	margin-left: 35px;
}


@media screen and (max-width: 550px){
	.footer_menu {
		padding: 40px 10px 0px;
	}
	#footer_social_link li.insta a:after {
		content: '内科';
	}
	#footer_social_link li.insta-hihuka a:after {
		content: '美容皮膚科';
	}
}
@media screen and (max-width: 750px){
	#footer_logo img {
		margin: 0 auto;
	}
	.footer_info_content {
		display:none;
	}
	#footer_company .desc {
		max-width: fit-content;
		margin: 0 auto;
	}
	#footer_social_link{
	    top: 0px;
   }
}

@media screen and (max-width: 1250px){
	#footer_company{
		border-bottom: 0px solid #ddd;
		order:3;
		padding: 20px 30px 40px;
	}
	.footer_info_content{
		padding: 80px 30px 0px;
		border-right:0px;
	}
}

/*コピーライト*/
@media screen and (min-width: 951px){
    #copyright{
        text-align: right;
        margin-right: 50px;
    }
}
/*  ---------------------------------------------------------------------------------------------------------------------------------------------------------
 *　TOPページ
 * ---------------------------------------------------------------------------------------------------------------------------------------------------------*/
/**/
#header_slider .title,
#header_slider .sub_title{
	text-shadow: 2px 2px 6px #000;
}

/**/
.home #index_content{
	margin-top:80px;
}
/*コンセプト*/
#top-contect{
	  overflow: hidden;
}
#top-concept .concept{
	margin-bottom:50px;
}
#top-concept .concept h2{
	font-weight: 600;
	color:#042758;
	margin-bottom:2rem;
}
#top-concept .concept h2 span.mini{
	font-size:13px;
	display:block;
}
#top-concept .concept h2 span.sub{
    font-size: 18px;
    font-weight: 400;
}

#top-concept .about h2{
    margin: 0;
    position: relative;
    font-weight: normal;
    display: inline-block;
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 20px;
}
#top-concept .about h2:before{
	content: '';
    background-color: #c6e4f7;
    display: block;
    position: absolute;
    left: 0;
    height: 50px;
    width: 50px;
    border-radius: 40%;
    top: 0;
    z-index: -1;
}
#top-concept .about h2:after{
    content: '';
    background-color: #e6eff4;
    display: block;
    position: absolute;
    left: 30px;
    height: 30px;
    width: 30px;
    border-radius: 40%;
    top: 25px;
    z-index: -2;
}


@media screen and (min-width: 1380px){
	#top-concept .col2.left {
		width: 40%;
	}
	#top-concept .col2.right {
		width: 60%;
		margin: -40px -8% 0px auto;
	}
}

@media (max-width: 1379px) and (min-width: 751px) {
	#top-concept .col2.right{
		width: 48%;
		margin: 0px -2% 0px auto;
	}
}
@media screen and (min-width: 751px){
	#top-concept .col2.right .img02{
		width: 60%;
		position: relative;
		margin: -40px -40px auto;
	}
}

@media screen and (max-width: 750px){
	#top-concept .col2.right .img01{
		position: relative;
		/*left: -10%;
		width:80%;*/
	}
	#top-concept .col2.right .img02{
		position: relative;
		right: -10%;
		top: -20px;
		width: calc(90% + 20px);
	}
}


/*タイトル*/
.index_cb_catch .catch{
	font-weight:400;
}

/*お知らせ*/
#index_news .post_list .item{
	width:100%;
	max-width: 800px;
	margin: 0 auto;
	border: 0px solid #fff;
	border-top: 1px solid #e6eff4;
}
#index_news .post_list .item a{
	padding: 10px 30px 10px;
}
#index_news .post_list .item a:hover {
	background: #fff;
	color:#042758;
	transition:0.3s;
}

/*キャンペーン*/
#index_campaign_slider .item a.link{
	color:#042758;
}
#index_campaign_slider_area a img:hover{
	opacity:1;	
}

/*バナー*/
#index_banner .title{
	overflow-wrap: break-word;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.5;
	padding: 1%;
}

#index_banner .catch p {
	color:#042758;
}
#index_banner a img:hover{
	opacity:1;
}

@media screen and (max-width: 950px){
	#index_banner .box1 .title,
	#index_banner .box2 .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 550px){
	#index_banner .box1 .title,
	#index_banner .box2 .title {
		font-size: 16px;
	}
}

/*医師紹介*/
#index_staff_slider .title {
    color: #042758;
}
#index_staff .index_cb_button {
    display: none;
}
@media screen and (min-width: 551px){
	#index_staff_slider{
		margin: 10px auto 30px;
		max-width: 800px;
	}
	#index_staff_slider .item {
		width: calc(( 100% / 2 ) - 40px)!important;
		margin: 0 20px 0 20px;
	}
	#index_staff_slider .slick-track{
		width:100%!important;
		display: flex;
		justify-content: center;
	}
	#index_staff_slider .desc_area{
		height: auto;
		min-height: 150px;
		padding: 15px 10%;
	}
}
@media screen and (max-width: 950px){
	.staff-template-default #main_contents{
		display: flex;
    	flex-wrap: wrap;
   	 	flex-direction: column-reverse;
    	align-content: space-around;
    	justify-content: flex-end;
	}
	.staff-template-default #main_contents #main_col{
		  border-bottom: 1px solid #ddd;
	}
	.staff-template-default #main_contents #side_col{
	    padding: 30px 20px 0px;
	}
	.staff-template-default .side_category_list {
    margin: 0;
    padding: 0;
    border-bottom: 0px solid #ddd;
	}
}
@media screen and (max-width: 550px){
	#index_staff_slider .desc_area{
		height: 150px;
	}
}
/*  ---------------------------------------------------------------------------------------------------------------------------------------------------------
 *　About Clinic（当院について）
 * ---------------------------------------------------------------------------------------------------------------------------------------------------------*/
.page-id-232 .pc #one_col {
    width: 90%;
    max-width: 1200px;
}

@media screen and (max-width: 1250px){
	#one_col {
		padding: 100px 20px 50px;
	}
}


@media screen and (max-width: 750px){
	#one_col {
		padding: 30px 20px 50px;
	}
}

/* クリニックについて
 * -----------------------------------------------------------------------*/
h3.about-h3 {
	text-align: center;
	border-bottom:1px solid #e6eff4;
	margin: 10px 0px;
	padding: 10px 0px;
}

/*専門*/
.speciality{
    max-width: 700px;
    border: 2px solid #5badE1;
    border-radius: 30px;
    margin: 0 auto;
    padding: 50px 10px;
    width: 90%;
}
.speciality .box{
    max-width: 550px;
    margin: 0 auto;
    width: 95%;
}

.speciality p.txt{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 1em 0;
}
.speciality p.txt span{
	width:50%;
}
.speciality p.txt span:before{
    content: "□";
    margin-right: 5px;
}

@media screen and (max-width: 550px){
	.speciality p.txt span {
		width: 90%;
		max-width: 350px;
		margin: 0 auto;
	}
}

/*診療日時*/
#guide .box{
	max-width:500px;
	width:100%;
	margin: 0 auto;
	padding: 50px 0px;
}

/*予約*/
#reserve .box{
	background: #e6eff4;
	padding: 50px 8%;
	margin: 50px 0px;
}
#reserve .box .txt{
    font-size: 25px;
    border-bottom: 1px solid #042758;
    text-align: center;
    color: #042758;
    font-weight: 200;
}

/*院内紹介*/
.clinic-image{
	width:100%;
	max-width:800px;
	margin:0 auto;
}
.slider-image{
	max-height:500px;
	position: relative;
	width:100%;
}
.slider-image p.label{
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
	font-size:30px;
	display: inline-block;
	padding: 0.5rem 3rem;
	color: #042758;
	background: #e6eff480;
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}

@media screen and (max-width: 750px){
	.slider-image p.label{
		font-size:20px;
	}
	.clinic-image{
		width:90%;
		max-width:600px;
	}
	.slick-prev {
		left: -4.5%;
	}
	.slick-next {
		right: -4.5%;
	}
}
@media screen and (max-width: 550px){
	.slider-image p.label{
		font-size:16px;
	}
}
/* 矢印の基本スタイル調整 */
.slider-image .slick-prev, 
.slider-image .slick-next {
    position: absolute;
    top: 60%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    height: 15px;
    width: 15px;
    z-index: 10; /* 前面に出す */
    background: none; /* 背景を消して純粋な矢印だけに */
}

.slider-image .slick-prev {
    left: -3.5%;
    transform: rotate(-135deg);
}

.slider-image .slick-next {
    right: -3.5%;
    transform: rotate(45deg);
}


/*  ---------------------------------------------------------------------------------------------------------------------------------------------------------
 *　Access（アクセス）
 * ---------------------------------------------------------------------------------------------------------------------------------------------------------*/
.post_content #info th,  .post_content #info td {
    border-bottom: 1px solid #dedad6;
}

@media screen and (max-width: 750px){
	.post_content #info th,  .post_content #info td{
		border-bottom: 0px solid #dedad6;
		width: 100%;
		display: block;
		text-align: left;
	}
	.post_content #info th{
		font-size:15px;
		font-weight:bold;
		color:#042758;
	}
	.post_content #info td{
		padding: 0px 0px 25px 10px;
	}
}

.gomap:after{
    content: "\f08e";
    font-family: FontAwesome;
    margin-left: 10px;
}

.post_content  #access li  {
    line-height: 1.4;
}

.post_content #access li span.way{
    display: block;
    background: #5bade1;
    width: fit-content;
    padding: 0px 20px;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
}

#access .slick-dots button {
    color: transparent;
    outline: none;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    background: transparent;
    border-width: 1px;
    border-style: solid;
    padding: 0px;
}
.slick-dots li button:before {
    font-size: 20px;
}


.access-way{
	padding:50px 0px 10px 0px
}

/*  ---------------------------------------------------------------------------------------------------------------------------------------------------------
 *　Contact（お問い合わせ）
 * ---------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*ボックス*/
.box-reserve,
.box-contact{
	border: 1px solid #042758;
	margin-bottom: 50px;
	border-radius: 20px;
	padding:0px 2%;
}
@media screen and (min-width: 751px) {
	.box-reserve,
	.box-contact{
		padding: 30px;
	}
}

/*お問い合わせフォーム*/
.wpcf7{
	border: 0px solid #ddd;
	background: transparent;
}
.wpcf7 p.txt{
	font-size: 90%;
	margin-bottom: 0;
	line-height: 1.8;
	font-weight: 300;
}
.wpcf7-list-item {
    margin: 0;
}
.f-red{
    color: red;
    font-size: 14px;
    border: 1px solid red;
    padding: 4px 4px;
    margin-right: 10px;
    line-height: 1.0;
    height: 14px;
    border-radius: 3px;
}

.wpcf7 input {
    border: 0px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.contact-comment{
	font-size: 12px!important;
	width:90%;
	margin:0 auto;
}

.wpcf7-radio{
	display:flex;
}
.wpcf7-radio .wpcf7-list-item{
	margin-right:10px;
}
.wpcf7 .wpcf7-submit {
	background-color: #042758;
}
.wpcf7 th .title{
	text-align: left;
}
.wpcf7 th .sub{
	display:block;
	color:#5bade1;
}
.wpcf7 th p {
    line-height: 1.0;
    display: flex;
    justify-content: space-between;
}

.wpcf7 input.con-age{
	width:100px;
}
@media screen and (max-width: 750px) {
	.wpcf7 th,.wpcf7 td{
		width:100%;
		display:block;
		text-align:left;
	}
	.wpcf7 th{
	    padding-bottom: 0px;
	}
	.wpcf7 th p {
		justify-content: flex-start;
		margin-bottom: 0px;
	}
	.wpcf7 th .title {
		margin-right: 10px;
	}
	.wpcf7 td{
		padding-top: 0px;
    	padding-bottom: 10px;
	}
	.wpcf7 form {
		margin: 0;
	}
}

@media screen and (max-width: 500px) {
	.wpcf7-radio {
		display: block;
		margin-top: 10px;
		margin-left: 10px;
	}
}

/*v3 re CAPTCHAバッチ非表示*/
.grecaptcha-badge { visibility: hidden; }

/*  ---------------------------------------------------------------------------------------------------------------------------------------------------------
 *　Privacy Policy
 * ---------------------------------------------------------------------------------------------------------------------------------------------------------*/
.privacy-policy #page_header {
    display: none;
}

/*  ---------------------------------------------------------------------------------------------------------------------------------------------------------
 *　404ページ
 * ---------------------------------------------------------------------------------------------------------------------------------------------------------*/
#page_404{
	background: transparent!important;
}

/*  ---------------------------------------------------------------------------------------------------------------------------------------------------------
 *　【機能(カスタム投稿)】全体
 * ---------------------------------------------------------------------------------------------------------------------------------------------------------*/
#bread_crumb {
    border-bottom: 0px solid #ddd;
}
@media screen and (max-width: 950px){
	.cf_content_list .item {
		margin: 20px 0px;
	}
}

/*サイドバー*/
.archive #side_col .widget_text a,
.single #side_col .widget_text a{
	margin-bottom:10px;
}

.archive #side_col .widget_text a img:hover,
.single #side_col .widget_text a img:hover{
	opacity:0.5;
	transition:0.3s
}

/*記事一覧内の画像*/
.archive .bottom_area .desc img{
	width:100%;
}

/*  ---------------------------------------------------------------------------------------------------------------------------------------------------------
 *　【機能(カスタム投稿)】サイドバー
 * ---------------------------------------------------------------------------------------------------------------------------------------------------------*/
#bread_crumb li.last span,
#comment_headline,
/*.tcd_category_list a:hover, */
/*.tcd_category_list .child_menu_button:hover,*/
/*.side_headline,*/
/*#faq_category li a:hover,*/
#faq_category li.active a,
/*#archive_service .bottom_area .sub_category li a:hover,*/
/*#side_service_category_list a:hover,*/
#side_service_category_list li.active > a,
/*#side_faq_category_list a:hover,*/
/*#side_faq_category_list li.active a,*/
/*#side_staff_list a:hover,*/
#side_staff_list li.active a,
/*.cf_data_list li a:hover,*/
/*#side_campaign_category_list a:hover,*/
#side_campaign_category_list li.active a,
/*#side_clinic_list a:hover,*/
#side_clinic_list li.active a{
	color:#5bade1;
}

.side_category_list .post_list a{
	color:#5bade1;
}


#side_service_category_list li.active > a{
	color:#042758;
}


/*  ---------------------------------------------------------------------------------------------------------------------------------------------------------
 *　【機能(カスタム投稿)】クリニック
 * ---------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* 一覧ページ
 * -----------------------------------------------------------------------*/
/**/
#archive_clinic .desc{
	text-align:center;
}

/*一覧のボタン中央*/
@media screen and (min-width: 751px){
	#clinic_list .bottom_area_inner{
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
	}
	#clinic_list.clearfix{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#clinic_list .item{
		width: 47%;
		max-width: 440px;
		border: 1px solid #ddd;
		border-right: 1px solid #ddd;
		margin: 10px;
	}
}
@media screen and (max-width: 750px){
	#clinic_list .item {
		width: auto;
		float: none;
		border-right: 1px solid #ddd;
		margin-bottom: 20px;
	}
}

#clinic_list .link_button {
    margin: 20px 0 10px;
}
#clinic_list .bottom_area {
    height: auto;
    min-height: 250px;
}

#clinic_list .desc {
    margin-top: 0px;
}

/*サイドバー削除*/
.pc .clinic-template-default #main_col {
	width: 100%;
	max-width:1000px;
	margin:0 auto;
	float: none;
}
.pc .clinic-template-default #side_col {
	display:none;
}

@media screen and (max-width: 1250px){
	.clinic-template-default  #main_col {
		width: 100%;
		max-width:1000px;
		margin:0 auto;
		float: none;
	}
	.clinic-template-default  #side_col {
		display:none;
	}
}



/*  ---------------------------------------------------------------------------------------------------------------------------------------------------------
 *　【機能(カスタム投稿)】メニュー
 * ---------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*スレッド*/
#archive_service .bottom_area .sub_category li a {
    display: block;
    text-align: center;
    padding: 10px 0px;
    margin: 5px;
    color: #042758;
    border: 1px dashed #042758;
}
#archive_service .bottom_area .sub_category li a:hover{
	background:#e6eff4; 
	transition:0.3s;
	color:#042758;
}

/*カテゴリー*/
.category_desc img{
	width: 100%;
    max-width: 500px;
}
.category_desc a img{
	width: 100%;
    max-width: 200px;
}

.cat-lineicon img{
    width: 25px;
    height: 25px;
    position: relative;
    bottom: -7px;
    margin-left: 10px;
}
@media screen and (max-width: 750px){
    .cat-lineicon img{
        width: 40px;
        height: 40px;
        position: relative;
        bottom: -15px;
        margin-left: 10px;
    }
}
/*アーカイブ*/
#archive_service .bottom_area {
    border-left: 0px solid #ddd;
    border-right: 0px solid #ddd;
}
#archive_service .item:last-child {
    border-bottom: 0px solid #ddd;
}


.archive a .desc,
.archive a .data_list,
.single  a .desc{
    color: #000;
}


/*サイドバーカテゴリー*/
#side_service_category_list .headline {
    font-size: 16px;
}

/*表示の順番入れ替え*/
.single-service #article{
    display: flex;
    flex-wrap: wrap;
}
.single-service #single_service_title_area{
	order:1;
	width: 100%;
}
.single-service .cf_catch{
	order:3;
	width: 100%;
}
.single-service .cf_data_list{
	order:2;
	width: 100%;
}
.single-service .cf_content_list{
	order:4;
	width: 100%;
}
.single-service .cf_price_list{
	order:5;
	width: 100%;
}

/*おすすめ一覧の横並びを解除*/
/*
.cf_data_list li {
    width: 100%;
    float: none;
}
*/

/*アンカー*/
a.fc_a {
	color: #5bade1;
}
a.fc_a:hover {
	opacity:0.5;
	transition:0.3s;
}

/*ワクチンページ*/
.table-vakzin th{
	background: #e6eff4;
	text-align:center;
}
.table-vakzin th,.table-vakzin td{
	border:1px solid #e6eff4;
}
.table-vakzin td{
	line-height:1.4;
	font-size: 14px;
}
.table-vakzin th span,
.table-vakzin td span{
	font-weight:bold;
	display:block;
	font-size: 16px;
	color:#042758;
}
.table-vakzin td.price{
    min-width: 60px;
    vertical-align: middle;
    font-size: 16px;
}

@media screen and (max-width: 750px){
	.post_content .table-vakzin th,
	.post_content .table-vakzin td{
		padding: 3px;
	}
	.post_content .table-vakzin .t-title{
		min-width:80px;
	}
}

/*美容メニューの料金表の修正*/
.cf_price_list dl {
    background: #e6eff4;
}
.cf_price_list dt,
.cf_price_list dd{
    padding: 10px 15px;
    font-size: 14px;
}
.cf_price_list dd{
    text-align: right;
}

@media screen and (max-width: 1250px){
    .cf_price_list dt,
    .cf_price_list dd{
        padding: 10px;
    }
    .cf_price_list dt {
        width: calc(100% - 160px);
    }
    .cf_price_list dd {
        width: 160px;
    }
    .cf_price_list dd span {
        position: unset;
    }
}

@media screen and (max-width: 768px){
    .cf_price_list dt,
    .cf_price_list dd{
        width:100%;
    }
    .cf_price_list dt{
        border-bottom: 0px solid #ddd;
    }
    .cf_price_list dd span {
        position: unset;
    }
}


/*カテゴリーの特殊考慮（美容皮膚科のメニューのカテゴリーの場合に適用）*/
/*美容皮膚科（お悩みから探す）非表示*/
.post-type-archive-service .cat_id46{display:none;}

/*ぱんくずだけ修正*/
.term-25 #bread_crumb li.last span{font-size:0;}
.term-25 #bread_crumb li.last span:before {
    font-size:12px;
    content:'皮膚科（施術方法から探す）';
}

.term-46 #bread_crumb li.last span{font-size:0;}
.term-46 #bread_crumb li.last span:before {
    font-size:12px;
    content:'皮膚科（お悩みから探す）';
}

.term-25 .service_post_list .image_wrap,
.term-25 .service_post_list .title_area .desc,
.term-46 .service_post_list .image_wrap,
.term-46 .service_post_list .title_area .desc{
    display:none;
}
.term-25 .service_post_list .title_area,
.term-46 .service_post_list .title_area {
    padding: 20px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.term-25 .service_post_list li a,
.term-46 .service_post_list li a{
    height:auto;
}
.term-25 .service_post_list .title,
.term-46 .service_post_list .title {
    overflow: unset;
    white-space: break-spaces;
    font-size: 14px;
    line-height: 1.3;
}
.term-25 .service_post_list li,
.term-46 .service_post_list li  {
    width: calc( ( 100% / 4 ) - 20px);
    margin: 10px;
}
.term-25 .service_post_list li a,
.term-46 .service_post_list li a {
    background: #fff;
    border: 1px dashed #042758;
}
.term-25 .service_post_list li a:hover,
.term-46 .service_post_list li a:hover {
    background: #e6eff4;
}

@media (max-width: 1250px) and (min-width: 951px) {
    .term-25 .service_post_list li,
    .term-46 .service_post_list li {
        width: calc( ( 100% / 3 ) - 20px);
        margin: 10px;
    }
    .term-25 .service_post_list .title_area,
    .term-46 .service_post_list .title_area {
        padding: 10px;
    }
}
@media screen and (max-width: 950px) {
    .term-25 .service_post_list .title_area,
    .term-46 .service_post_list .title_area {
        padding: 10px;
    }
}
@media screen and (max-width: 767px) {
    .term-25 .service_post_list li,
    .term-46 .service_post_list li  {
        width: calc( ( 100% / 3 ) - 20px);
        margin: 10px;
    }
}
@media screen and (max-width: 550px) {
    .term-25 .service_post_list li,
    .term-46 .service_post_list li  {
        width: calc( ( 100% / 2 ) - 20px);
        margin: 10px;
    }
}

/*  ---------------------------------------------------------------------------------------------------------------------------------------------------------
 *　【機能(カスタム投稿)】医師一覧
 * ---------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 550px){
	.cf_header_image .title{
		padding: 10px;
	}
	#staff_header_image .title{
		font-size: 16px;
	}
}

.cf_data_list.type2 li {
    width: 100%;
    padding: 0;
}
.single-staff .post_content {
    margin-left: 10px;
    width: calc(100% - 10px);
}
#staff_list .item{
	height:auto;
}
#staff_list .desc {
    height: 0;
    display: none;
}
#staff_list .data_list {
    margin: 10px;
}
/*  ---------------------------------------------------------------------------------------------------------------------------------------------------------
 *　【機能(カスタム投稿)】お知らせ
 * ---------------------------------------------------------------------------------------------------------------------------------------------------------*/
#news_archive .item{
	height:auto;
	border-left:0px solid #fff;
	border-right:0px solid #fff;
}
#news_archive .title_area{
	height:80px;
}
#news_archive .date{
	color:#042758;
}
#news_archive .item a{
	color:#5bade1;
}
#news_archive .item a:hover {
	background: #fff;
	opacity:0.5;
	transition:0.3s;
}

.page_navi a, .page_navi a:hover, .page_navi span {
    background: #c6e4ff;
}
.page_navi a:hover{
	opacity:0.5;
	transition:0.3s;
}
/*  ---------------------------------------------------------------------------------------------------------------------------------------------------------
 *　【機能(カスタム投稿)】よくあるご質問
 * ---------------------------------------------------------------------------------------------------------------------------------------------------------*/
.post-type-archive-faq .side_category_list li:first-child,
.tax-faq_category .side_category_list li:first-child{
	display:none;
}
/*#side_faq_category_list li.active a,
#faq_category li.active a{
	color:#5bade1;
}
*/

#faq_category li {
    display: inline-block;
    border-right: 1px solid #e6eff4;
}

@media screen and (max-width: 550px){
	#faq_category li {
		padding: 0 5px 0 0;
		margin: 0 5px 0 0;
	}
}

/*  ---------------------------------------------------------------------------------------------------------------------------------------------------------
 *　【機能(カスタム投稿)】キャンペーン
 * ---------------------------------------------------------------------------------------------------------------------------------------------------------*/
#campaign_list .item a.link{
	color:#042758;
}
#campaign_list .item a img{
	opacity:1;
}

/*2308修正*/

#index_side_button{
	top: 20.5%;
	width: 10%;
	min-width: 190px;
}

#index_side_button.type2 a{
	min-height: 130px;
	writing-mode: lr;
	min-width: 70px;
}

#index_side_button a.index_side_button1:hover {
	background: #f172a3;
	color: #ffffff;
}
#index_side_button a.index_side_button2:hover {
	background: #042758;
	color: #ffffff;
}
#index_side_button a.index_side_button3:hover {
	background: #06c755;
	color: #ffffff;
}
#index_side_button.type2 a{
    font-size: 18px;
	font-weight: bold;
}

#index_side_button .new-line{
	
	display: block;
	line-height: 0;
	margin-top: -5px
}

#index_side_button .index_side_button1 ,#footer_button .button1 a.index_side_button1 ,.dp-footer-bar-item .index_side_button1{
	background: #f172a3;
}

#index_side_button .index_side_button2 ,#footer_button .button1 a.index_side_button2 ,.dp-footer-bar-item .index_side_button2{
	background: #042758;
}

#index_side_button .index_side_button3 ,#footer_button .button1 a.index_side_button3{
	background: #06c755;
	line-height: 75px;
}

span.material-symbols-outlined {
    display: block;
    margin-bottom: -15px;
}

.dp-footer-bar-item:nth-child(4) ,.dp-footer-bar-item:nth-child(5) ,.dp-footer-bar-item:nth-child(6){	
	display: none;
}


.dp-footer-bar-item .index_side_button1{
	color: #fff;
}

.dp-footer-bar-item .index_side_button3{
	
	background: #06c755;
}

@media screen and (max-width: 1250px){
	
	.dp-footer-bar a{
		height: 50px;
		padding: 20px 0;
        font-weight: bold;
		font-size: 12px;
		color: #fff;
	}
	.dp-footer-bar span.material-symbols-outlined {
    	margin-bottom: 10px;
		font-size: 20px;
	}
	.dp-footer-bar span.first {
		font-size: 16px;
	}
	.dp-footer-bar span.reservation_title {
    	line-height: 16px;
	}
	.dp-footer-bar span.second {
		font-size: 11px;
	}
}