@charset "utf-8";

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}

/* ボタンの設定 */
.toggle{ 
 display: none;
}


@media screen and (max-width:989px){
.toggle {
	display:inherit;
	position:fixed;
	right:20px;
	top:0;
}
}
.toggle p {
	background-color:#000;
	color: #fff;
	padding: 5px;
	display: block;
	width: 35px;
	margin:  0;
	font-size: 0.8em;
}
.toggle p:hover {
	background: #258ecd;
}
.toggle p.active {
	background: #0d77b6;
}

/* ナビメニュー背景設定 */
.cbp-spmenu {
/* 	background: #fff;
	opacity:0.9; */
	position: fixed;
}



/* ナビメニュー設定*/
.cbp-spmenu a {
	display: block;
	color: #fff;
	font-size: 100%;
}

.cbp-spmenu a:hover {
	background: #258ecd;
}

.cbp-spmenu a:active {
	background: #afdefa;
	color: #47a3da;
}
.cbp-spmenu-vertical {
	width: 200px;
	height: 100%;
	top: 0;
	z-index: 1000;
}
.cbp-spmenu-vertical a {
	padding: 10px 15px 7px;
}

/* 縦メニューの元の位置 */
.cbp-spmenu-left {
	left: -200px;
}
.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

/* 出現するスピード */
.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


/* ドロップダウンメニュー */

.ac-container{
	width: 200px;
	margin: 0 auto 20px;
	text-align: left;
}

/*閉じてる白のバー背景*/
.ac-container label{
	padding: 5px 15px 5px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	color: #666;
	line-height: 33px;
	font-size: 18px;
	background-color: #dcdddd;	/*背景色*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdddd));
background-image: -webkit-linear-gradient(#fff 20%, #dcdddd 90%);
background-image: linear-gradient(#fff 20%, #dcdddd 90%);
}
.ac-container label:hover{
	background: #add850;
}

/*マウスオン時と、現在表示中*/
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background-color: #8fc31f;	/*背景色*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8fc31f), to(#77a220));
background-image: -webkit-linear-gradient(#8fc31f 20%, #77a220 90%);
background-image: linear-gradient(#8fc31f 20%, #77a220 90%);/*背景色*/
	color:#fff;
}

.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: url(../images/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(../images/arrow_up.png);
}
.ac-container input{
	display: none;
}
/**/
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	margin-top:-5px;
	background-color:#f4f4f4;
	color: #666;
	line-height: 23px;
	font-size: 14px;
	padding: 10px;
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
}
/*サブメニューの色と高さ*/
.ac-container input:checked ~ article.ac-main{
	background-color:#cfc;
	height: 227px;
}
.ac-container input:checked ~ article.ac-clinic{
	background-color:#cfc;
	height: 100px;
}
.ac-container input:checked ~ article.ac-ippan{
	background-color:#cfc;
	height: 100px;
}
.ac-container input:checked ~ article.ac-senmon{
	background-color:#cfc;
	height: 132px;
}
.ac-container input:checked ~ article.ac-sonota{
	background-color:#cfc;
	height: 100px;
}

.ac-main a{
	text-decoration:none;
	color:#333;
	display:block;
	padding:5px 15px;
	border-bottom:1px solid #b5b2b2;
}
.ac-main a:hover{
	background-color:#6F9;
}

.ac-clinic a{
	text-decoration:none;
	color:#333;
	display:block;
	padding:5px 15px;
	border-bottom:1px solid #b5b2b2;
}
.ac-clinic a:hover{
	background-color:#6F9;
}

.ac-ippan a{
	text-decoration:none;
	color:#333;
	display:block;
	padding:5px 15px;
	border-bottom:1px solid #b5b2b2;
}
.ac-ippan a:hover{
	background-color:#6F9;
}

.ac-senmon a{
	text-decoration:none;
	color:#333;
	display:block;
	padding:5px 15px;
	border-bottom:1px solid #b5b2b2;
}
.ac-senmon a:hover{
	background-color:#6F9;
}

.ac-sonota a{
	text-decoration:none;
	color:#333;
	display:block;
	padding:5px 15px;
	border-bottom:1px solid #b5b2b2;
}
.ac-sonota a:hover{
	background-color:#6F9;
}