@charset "utf-8";
/* CSS Document */

.nav_wrap,
.nav_wrap.open,
.sp_header, .nav_wrap,
.side_global_pc {
    display: none;
}


@media screen and (max-width: 767px) {
	
.nav_wrap.open {
    display: block;
}
.sp_header {
    display: block;
}

/* menu sp */

	#side_global .toggle_container_side ul{
		padding:5px;
		background:#eee;
		overflow: hidden;
	}
	
	#side_global .toggle_container_side ul li a{
		border-bottom: none;
		padding:3px 0 3px 20px;
	}	
	
	#side_global .toggle_container_side ul li a:before,
	#side_global .sp_menu_clinic li a:before{
		content:"";
		position: absolute;
		top:50%;
		left: 10px;
		margin-top: -2px;
		width: 4px;
		height: 4px;
		border-radius: 50%;
		background:#69a4d4;
	}
	
	#side_global .sp_menu_clinic li a:before{
		background:#666;
	}
	
	#side_global .toggle_container_side ul li a:after{
		content:none;
	}
	
	/* menu hamburger */
	
	.nav_wrap {
	display: block;
	top: 56px;
	padding: 75px 15px 15px;
}

.nav_button {

    z-index: 999;
    position: fixed;
    width: 44px;
    height: 44px;
    right: 14px;
    top: 5px;

}

.nav_button {
		display: block;
		cursor: pointer;
}

.nav_wrap {
		position: fixed;
		left: 0;
		top: 0;
		display: none;
		z-index: 10;
		background-color: rgba(000, 000, 000, .9);
		width: 100%;
		height: 100%;
}
	
	.nav_wrap.open {
		display: block;
}

.nav_wrap .nav {
		height: 100%;
		position: relative;
		overflow-x: hidden;
		overflow-y: auto;
}

.nav_wrap .head_btn {
	justify-content: space-between;
}

.nav_wrap .head_btn li {
	width: calc(50% - 5px);
	margin-left: 0;
}

.nav_wrap .head_btn li a {
	width: 100%;
}

	.nav_wrap .menu_flat li a{
	text-decoration: none;
	padding: 14px 20px 14px 35px;
	color: #eee;
	font-size: 14px;
	display: block;
	position: relative;
	}


/*メニューボタン*/

	.nav_button span {
		position: absolute;
		height: 2px;
		background-color: #333;
		border-radius: 2px;
		left: 25%;
		width: 50%;
}
	
.nav_button span:nth-of-type(1) {
	top: 13px;
}

.nav_button span:nth-of-type(2) {
	top: 22px;
}
.nav_button span:nth-of-type(3) {
	bottom: 11px;
}

		
.nav_button,
.nav_button span {
		display: inline-block;
		box-sizing: border-box;
}

.nav_button span {
		transition: all 0.4s;
}

.nav_button.active span:nth-of-type(1) {
		-webkit-transform: translateY(8px) rotate(-45deg);
		transform: translateY(8px) rotate(-45deg);
}

.nav_button.active span:nth-of-type(2) {
		opacity: 0;
}

.nav_button.active span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
}
	
.sp_header nav .side_iconmenu a {
	color: #fff;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	display: block;
	font-weight: bold;
	padding: 15px;
}

	/* small icons */
	
	.sp_header nav .menu_flat li a i,
	.trigger_side i{
		color: rgba( 255, 255, 255, 0.7 );
		display: inline-block;
		position: absolute;
		left: 12px;
		top:50%;
		margin-top:-8px;
		font-weight: normal;
	}	
	
	.trigger_side.active i{
		color: #eee;
	}
	
	.sp_header nav .menu_flat li a i.fa-clock-o{
		font-size:16px;
		left: 11px;
	}
	
		.sp_header nav .menu_flat li a i.fa-file-text-o{
		margin-top: -8px;
	}

	.sp_header nav .menu_flat li a i.fa-list{
		margin-top: -5.5px;
	}

	
	i.fa{
		font-family: FontAwesome!important;
	}
	

/* accordion */
	
	.trigger_side{
		padding: 14px 20px 14px 35px;
		cursor: pointer;
		color: #fff;
		font-size: 14px;
		position: relative;
	}
	
	.toggle_container_side ul{
		background: #303030;
		border-radius:0 0 5px 5px;
		padding:10px 0;
	}
		
	.sp_header nav .menu_flat li .toggle_container_side li a{
		padding: 7px 20px 7px 35px;
		font-size: 13px;
	}
	
	.sp_header nav .menu_flat li a:after{
		font-weight: normal;
		color: rgba( 255, 255, 255, 0.7 );
	}
	
		.trigger_side:after{
			content:"\f055";	
			font-family: FontAwesome;
		color: rgba( 255, 255, 255, 0.7 );
		font-size: 16px;
		top: 50%;
		right: 13px;
		margin-top: -8px;
		position: absolute;
		display: inline-block;
		line-height: 1;
	}
	
	.trigger_side.active:after{
			content:"\f056";	
			color: #eee;
	}
	
	.trigger_side.active{
		background: #2c2c2c;
		color: #eee;
		border-radius: 5px 5px 0 0;
	}

}
