@charset "UTF-8";
/*
*******************************************************************************************************
# css/header.css
*******************************************************************************************************

/*------------------------------------
	Layout
------------------------------------*/
.wrp-header {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
.wrp-header > .menu-overlay {
	content: "";
	position: absolute;
	left: 0;
	bottom: -560px;
	z-index: 5;
	display: block;
	width: 100%;
	height: 60px;
	margin: 0 -500%;
	padding: 0 500%;
	border-bottom: 1px solid #cccccc;
	background-color: rgba(255,255,255,0.5);
}

.wrp-header .header-bar {
	position: relative;
	height: 120px;
}

.wrp-header .description-header {
	position: absolute;
	left: 0;
	top: 21px;
	font-size: 12px;
}

.wrp-header .logo-header {
	position: absolute;
	left: 0;
	top: 57px;
	width: 335px;
	height: 32px;
}
.wrp-header .logo-header a {
	float: left;
	display: block;
	transition: 0;
}
.wrp-header .logo-header a.logo-takasu {
	width: 193px;
	height: 31px;
	margin-right: 14px;
}
.wrp-header .logo-header a.logo-takas img {
	width: 193px;
	height: 31px;
}
.wrp-header .logo-header a.logo-area {
	width: 128px;
	height: 32px;
}
.wrp-header .logo-header a.logo-area img {
	width: 128px;
	height: 32px;
}

.wrp-header .box-tel {
	position: absolute;
	right: 165px;
	top: 59px;
	width: 255px;
	border-right: solid 1px #CCCCCC;
}
.wrp-header .box-tel .text-number:before {
	content: "";
	position: relative;
	top: 2px;
	left: 0;
	display: inline-block;
	width: 33px;
	height: 22px;
	margin-right: 4px;
	background: url(../img/icn_tel@2x.png) no-repeat 0 0;
	background-size: 33px auto;
}
.wrp-header .box-tel .text-number a {
	color: #333333;
	text-decoration: none;
}

.wrp-header .box-office-hours {
	position: absolute;
	right: 0;
	top: 59px;
	width: 165px;
	padding-left: 28px;
}

.wrp-header .text-sub {
	font-size: 12px;
}
.wrp-header .text-number {
	line-height: 1.2;
	font-family: 'Arial', sans-serif;
	font-size: 25px;
	font-weight: 600;
}

.wrp-header .btn-sp-menu {
	display: none;
}

/* sp用クローンメニュー */
.wrp-clone-menu {
	display: none;
}



/*------------------------------------
	gnav
------------------------------------*/
.wrp-gnav {
	width: 100%;
	height: 60px;
	margin: 0 -500%;
	padding: 0 500%;
	background-color: #4C3B32;
}

.wrp-gnav .gnav {
	width: 1000px;
	margin: 0 auto;
}
.wrp-gnav .gnav:after {
	content: '';
	display: block;
	clear: both;
}

.wrp-gnav .gnav li {
	float: left;
}
.wrp-gnav .gnav li:nth-child(2) a,
.wrp-gnav .gnav li:nth-child(3) a,
.wrp-gnav .gnav li:nth-child(4) a {
	width: 108px;
	text-align: center;
}
.wrp-gnav .gnav li a {
	display: table;
	height: 60px;
	padding: 0 18px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
}
.wrp-gnav .gnav li a:hover {
	background-color: #261D19;
}
.wrp-gnav .gnav li.active a,
.wrp-gnav .gnav li.active a:hover {
	background-color: #715E55;
}

.wrp-gnav .gnav li a .nav-inner {
	display: table-cell;
	height: 60px;
	vertical-align: middle;
}



/*------------------------------------
	nav-ope（診療科目）
------------------------------------*/
.wrp-nav-ope {
	position: relative;
	left: 0;
	bottom: 50px;
	z-index: 16;
	width: 100%;
	height: 60px;
	margin: 0 -500%;
	padding: 0 500%;
}

.wrp-nav-ope dl {
	width: 1000px;
	margin: 0 auto;
}
.wrp-nav-ope dl:after {
	content: '';
	display: block;
	clear: both;
}

.wrp-nav-ope dt {
	float: left;
	padding-right: 20px;
	font-size: 15px;
	font-weight: 600;
	color: #4C3B32;
	line-height: 60px;
}
.wrp-nav-ope dt > i {
	min-width: 14.86px;
	margin-right: 3px;
	font-size: 16px;
}

.wrp-nav-ope dd {
	float: left;
	margin-left: 150px;
}

.wrp-nav-ope .nav-ope {
	position: relative;
	z-index: 16;
	display: table;
}
.wrp-nav-ope .nav-ope > li {
	display: table-cell;
	width: 155px;
	height: 60px;
	vertical-align: middle;
}
.wrp-nav-ope .nav-ope > li > a {
	display: block;
	width: 145px;
	padding: 5px 10px;
	background-color: #ffffff;
	border-radius: 40px;
	font-weight: 600;
	color: #4C3B32;
	text-align: center;
	text-decoration: none;
}
.wrp-nav-ope .nav-ope > li > a:hover {
	z-index: 10;
	transform: scale(1.1,1.0);
	box-shadow: 0 0 20px 1px rgba(0,0,0,0.2);
}
.wrp-nav-ope .nav-ope > li.active > a {
	background-color: #8B567E;
	color: #ffffff;
}
.wrp-nav-ope .nav-ope > li.active > a:hover {
	transform: none;
	box-shadow: none;
}

.wrp-nav-ope .sub-nav {
	display: none;
}


/*------------------------------------
	nav-contact（メール相談・カウンセリング）
------------------------------------*/
.wrp-nav-contact .nav-contact {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
}
.wrp-nav-contact .nav-contact:after {
	content: '';
	display: block;
	clear: both;
}

.wrp-nav-contact .nav-contact li {
	float: left;
	height: 40px;
}
.wrp-nav-contact .nav-contact li a {
	display: block;
	height: 40px;
	padding: 0 13px;
	border-left: solid 1px #CCCCCC;
	box-shadow: 0 1px 0 0 #CCCCCC;
	background-color: #F2ECE6;
	font-size: 12px;
	font-weight: 600;
	line-height: 40px;
	color: #333333;
	text-decoration: none;
}
.wrp-nav-contact .nav-contact li a:hover {
	background-color: #E4DBD1;
	text-decoration: underline;
}
.wrp-nav-contact .nav-contact li:first-child a {
	border-left: none;
	border-bottom-left-radius: 10px;
}
.wrp-nav-contact .nav-contact li.last a {
	border-bottom-right-radius: 10px;
}
.wrp-nav-contact .nav-contact li.chn-link {
	height: auto;
	margin: 7px 0 0 20px;
	padding: 7px;
	border: solid 1px #CCCCCC;
}
.wrp-nav-contact .nav-contact li.chn-link a {
	display: block;
	padding: 0 0 0 27px;
	background: url(../img/icon_china.png) no-repeat;
	height: auto;
	line-height: 1;
	border: none;
	box-shadow: none;
}

.wrp-nav-contact .nav-contact li i {
	margin-right: 3px;
	font-size: 15px;
}
.wrp-nav-contact .nav-contact li.contact-mail i {
	min-width: 15px;
}
.wrp-nav-contact .nav-contact li.counseling-reserve i {
	min-width: 13.94px;
}
.wrp-nav-contact .nav-contact li.counseling-cancel i {
	min-width: 15px;
}


