@charset "UTF-8";

/*
Theme Name: kimi clinic
Theme URI: http://
Description: kimi clinic
Author: 
Author URI: http://
Version: 1.0
*/


.gheader_snsBtn ul {
	display: flex;
	align-items: center;
	position: absolute;
	top: 15px;
	right: 260px;
	z-index: 5;
}

.gheader_snsBtn ul li.header-bnr a {
    width: 140px;
    display: block;
    margin-right: 10px;
    border: 1px solid #FFD700;
    border: 1px solid #333;
    border: 1px solid #eee;
	
}

.gheader_snsBtn ul li.header-bnr a img {
	width: 100%;

}

.gheader_snsBtn ul li.line {
	margin-right: 10px;
}

.gheader_snsBtn ul li.line a {
	display: block;
	border: 1px solid #796A56;
	padding: 0.3em 1em;
	color: #796A56;
	line-height: 1.2;
	background-color: rgba(255, 255, 255, 0.5);
}

.gheader_snsBtn ul li img {
	width: 25px;
}

@media print,
screen and (max-width: 1450px) {
	.gheader_snsBtn ul li.line a {
		font-size: 90%;
	}
}

@media print,
screen and (max-width: 1030px) {
	.gheader_snsBtn {
		position: relative;
	}

	.gheader_snsBtn ul {
		right: 20px;
		top: 24px;
	}
}

@media print,
screen and (max-width: 520px) {
	.gheader_snsBtn ul {
		top: 14px;
	}
}

@media screen and (min-width: 520px) {
	#news .news .com_col3__inBox img {
		/* height: 280px; */
	}
}

.doctor__name {
	display: flex;
	align-items: center;
}

.doctor__name i {
	display: flex;
	align-items: center;
	line-height: 1;
	margin-left: 0.5em;
}

.doctor__name i img {
	width: auto;
	height: 1em;
}

.gtranslate_wrapper {
	display: flex;
	padding: 0;
	position: absolute;
	top: 25px;
	right: 250px;
}

@media print,
screen and (max-width: 1024px) {
	.gtranslate_wrapper {
		display: flex;
		position: absolute;
		top: 85px;
		right: 10px;
	}

	@media print,
	screen and (max-width: 520px) {
		.gtranslate_wrapper {
			top: 70px;
		}
	}
}

.medical__faq dd a {
	text-decoration: underline;
}

.gtranslate_wrapper a {
	display: block;
	margin: 0 2px;
}

.gtranslate_wrapper a img {
	display: block;
	width: 20px;
	height: auto;
	margin: 0;
	padding: 0;
}

.anchor {
	margin-top: -70px;
	padding-top: 70px;
}

@media print,
screen and (min-width: 520px) {
	.anchor {
		margin-top: -84px;
		padding-top: 84px;
	}
}

/*.post-type-archive-post #pankz li:after {
	content: "お知らせ";
	display: inline-block;
}*/

img.alignright {
	display: block;
	margin: 0 0 0 auto;
}

/* 配置位置 右 */
img.alignleft {
	display: block;
	margin: 0 auto 0 0;
}

/* 配置位置 左 */
img.aligncenter {
	display: block;
	margin: 0 auto;
}

/* 配置位置 中央 */

/* 画像の回り込み */
.alignnone {
	padding: 4px;
	margin: 0px 15px 0 15px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
}

.alignright {
	float: right;
	display: inline;
	padding: 4px;
	margin: 0px 15px 0 15px;
}

.alignleft {
	float: left;
	display: inline;
	padding: 4px;
	margin: 0px 15px 0 15px;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	overflow: hidden;
	zoom: 1;
}

#gheader .logo a {
	position: relative;
}

#gheader .logo a {
	display: flex;
	align-items: center;
}

#gheader .logo a i {
	display: block;
	height: 40px;
	margin-right: 10px;
}

#gheader .logo a i img {
	width: auto;
	height: 100%;
}

#gheader .logo a span img {
	width: auto;
	height: 30px;
}

@media print,
screen and (min-width: 520px) {
	#gheader .logo a i {
		height: 50px;
		margin-right: 15px;
	}

	#gheader .logo a span img {
		width: auto;
		height: 35px;
	}
}

img {
	image-rendering: -webkit-optimize-contrast;
}

p.mt20 {
	margin-top: 20px;
}

/* 料金表*/
span.price_sell.font-bold,
span.price_hosoku.font-bold {
	font-weight: bold;
	font-size: 1.1em;
}

span.price_sell.font-bold.font-red,
span.price_hosoku.font-bold.font-red {
	color: #FF0000;
	font-size: 1.1em;
}