/*
Theme Name: Lightning Child Sample
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/

/* 上部に電話番号とか出すよう */
.header-top {
	background-color: #f9f9f9;
	padding:4px 0;
	font-size:12px;
}
.header-top__inner {
	max-width:1200px;
	width:100%;
	margin:0 auto;
	padding:0 10px;
	display: flex;
	align-items: center;
}
.header-top__items{
	display:flex;
	column-gap:12px;
	justify-content:end;
	align-items:center;
	margin:0;
	padding:0;
}
.header-top__description{
	display: flex;
	align-items: center;
	margin-right: auto;
	line-height: normal;
	margin-block-start: auto;
	margin-block-end: auto;
}
.header-top__menu{
	display: flex;
	align-items: center;
}
.header-top__item::not(:first-child){
	margin-left:10px;
}
.header-top__item-link{
	display:block;
}
.header-top__contact{
	margin-left:12px;
}
.header-top__contact-link{
	font-size:12px;
}
@media (max-width: 991px) {
	.header-top {
		display: none;
	}
}
/*スクロールしたときにロゴを出す */
@media (min-width: 992px) {
	.header_scrolled .site-header-logo {
    	display: block;
    	position: absolute;
		padding-top: 0px;
	}

	.site-header--layout--nav-float .site-header-logo {
    	margin-right: 0;
    	width: auto;
	}

	.header_scrolled .site-header-logo img {
    	width: auto;
    	height: 40px;
	}

	.header_scrolled .site-header .global-nav {
    	margin-right: 0;
	}

}

/* 表のスタイル */
/* メインページ クリニック案内 */
.clinic_info table tbody tr th{
	border-style: none none solid none;
	color:var(--vk-color-primary);
}

.clinic_info table tbody tr td{
	border-style: none none solid none;
}


/* 診療時間 罫線無し */
.clinic_date table{
	border-spacing : 2px;
	border-collapse:separate 
}
.clinic_date table thead tr th{
	border-style: none;
	background-color:var(--vk-color-primary);
}

.clinic_date table tbody tr th{
	border-style: none;
	background-color:#ffe8f3; 
}
.clinic_date table tbody tr td{
	border-style: none;
}

/* 診療時間 罫線あり */
.clinic_date_solid table{
	border-spacing : 0px;
}
.clinic_date_solid table thead tr th{
	border: 1px solid #ccc;
	background-color:var(--vk-color-primary);
}

.clinic_date_solid table tbody tr th{
	border: 1px solid #ccc;
	background-color:#ffe8f3; 
}
.clinic_date_solid table tbody tr td{
	border: 1px solid #ccc;
}

/* 審美比較テーブル 罫線無し */
.cosmetic_table table{
	border-spacing : 2px;
	border-collapse:separate 
}
.cosmetic_table table thead tr th{
	border-style: none;
	background-color:var(--vk-color-custom-2);
	color:var(--vk-color-primary);
}

.cosmetic_table table tbody tr th{
	border-style: none;
	color:var(--vk-color-primary);
}
.cosmetic_table table tbody tr td{
	border-style: none;
}



h1{
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
	letter-spacing: 2px;

}

h2{
    letter-spacing: 2px;
    line-height: 1.2;
	background-color:var(--vk-color-primary);
	color:white;
	text-align:center;
	font-size:2em;

}

h3{
	font-size:1.2em;
/*	position:static; */
}

h5{
	background-color:white;
	border-spacing : 0px;
	border-bottom:1px solid var(--vk-color-primary);
	font-size:1.2em;
}

h5::before{
	background: var(--vk-color-primary);
}



/* フッター部 */
.footer-clinic {
	border-spacing : 2px;
	border-collapse:separate;
	border-style: none;
}
.footer-clinic tr th {
	padding: .5em .1em .5em .1em;
	white-space: nowrap;
	border-style: none;
	color:var(--vk-color-primary);
}
.footer-clinic tr td {
	border-style: none;
}



