@charset "utf-8";


/******************************************************************************************
　　基本レイアウト指定
******************************************************************************************/

/* 画像の最大幅を100%に */
img{
	max-width:100%;
	height:auto;
	vertical-align: bottom;
}

/*フォント設定*/
body{
	-webkit-text-size-adjust:100%;	/*文字サイズの自動調整オフに*/
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	color:#333333;
}

/*背景色*/
body{ background:#ffffff; }

/*リンク色*/
a{ color:#333333; text-decoration:underline; }
a:hover,a:active{ text-decoration:none; }

a.over{
	opacity:1;
    -moz-opacity:1;
    filter:alpha(opacity = 100);
	
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}
a.over:hover{
	opacity:0.5;
    -moz-opacity:0.5;
    filter:alpha(opacity = 50);
}

strong{ font-weight:bold; }

/*デザインパーツ*/
.mb15{ margin-bottom:15px; }
.mb25{ margin-bottom:25px; }
.mb27{ margin-bottom:27px; }
.mb30{ margin-bottom:30px; }
.txt-c { text-align:center; }
.txt-r { text-align:right; }

/*表示切替*/
.sp{ display:none; }


/******************************************************************************************
	pc size
******************************************************************************************/

/* 幅指定 */
header, nav, .w1000, footer {
	width:100%;
	max-width:1100px;
	margin:0 auto;
}
@media \0screen\,screen\9 {
    header, nav, .w1000, footer{ width:1100px; }
}


/*--------------------------------------------------------------------*/
/*ヘッダー*/
/*--------------------------------------------------------------------*/
#header_wrap {
	/*background-color:#4084D0;*/
	background:url("../img/common/bg_summer.jpg") repeat-x top center #4084D0;
	height:133px;
}
header{
	text-align:center;
	padding:20px 0;
	position:relative;
}
#header_tel{
	width:185px;
	height:38px;
	position:absolute;
	right:40px;
	top:25px;
}


/*--------------------------------------------------------------------*/
/*グローバルナビゲーション*/
/*--------------------------------------------------------------------*/
#toggle{ display: none; }

nav{ position: relative; }
nav ul{	width:100%; }

nav ul.ul_dropmenu{
	display: flex;
	justify-content: space-between;
}
nav li{
	/*float:left;
	width:14%;*/
	padding: 0 10px;
	text-align:center;
	background:url(../img/common/nav_bg_active.png) no-repeat center 50px;
	
  	/*Transition*/
	-webkit-transition: All 0.2s ease;
	-moz-transition: All 0.2s ease;
	-o-transition: All 0.2s ease;
	-ms-transition: All 0.2s ease;
	transition: All 0.2s ease;
}
nav li a{
	display:block;
	font-size:0;
	padding:11px 0 18px 0;
}
nav li:hover,
nav li.active {
	background-position:center bottom;
}

nav .submenu{
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	width:100%;
}
nav li:hover .submenu{
	background:#fff;
	z-index:100;
}
nav .submenu .submenu_contents{
	overflow: hidden;
	height: 0;
	opacity: 0;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
	
	background:url(../img/common/submenu_bg.jpg) no-repeat right bottom #ffffff;
	text-align:left;
	border-left:1px solid #EFEFEF;
	border-right:1px solid #EFEFEF;
	border-bottom:1px solid #EFEFEF;
}
nav li:hover .submenu .submenu_contents{
	overflow: visible;
	opacity: 1;
	height: 340px;
}

nav .submenu .submenu_contents .submenu_box01,
nav .submenu .submenu_contents .submenu_box02,
nav .submenu .submenu_contents .submenu_box03{
	float:left;
	width:33.333%;
	height:310px;
	margin:15px 0;
	padding:12px 25px;
}
nav .submenu .submenu_contents .submenu_box02{
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}
nav .submenu .submenu_contents ul.submenu_ul li{
	float:none;
	width:100%;
	text-align:left;
	margin:1em 0;
}
nav .submenu .submenu_contents ul.submenu_ul li a{
	font-size:108%;
	padding:0 0 0 1.2em;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
	background:url(../img/common/snav_ico.png) no-repeat left center;
}
nav .submenu .submenu_contents ul.submenu_ul li:hover{
	background:none;
}
nav .submenu .submenu_contents ul.submenu_ul li:hover a{
	color:#4084D0;
}
nav .submenu .submenu_contents ul.submenu_ul li.submenu_2nd{
	margin:0.3em 0;
	padding-left:1em;
	font-size:92%;
}
nav .submenu .submenu_contents ul.submenu_ul li.submenu_2nd a{
	font-weight:normal;
}



/*--------------------------------------------------------------------*/
/*TOPメイン画像*/
/*--------------------------------------------------------------------*/
#top_main_img{
	height:550px;
	text-align:center;
	background-repeat:no-repeat;
	background-position:top center;
	-moz-background-size:auto 100%;
	background-size:auto 100%;
}
#top_main_img .top_main_img_contents{
	height:100%;
	position:relative;
}
#top_main_img .type_menu{
	width:265px;
	height:80px;
	position:absolute;
	right:15px;
	top:15px;
	background:url(../img/top/type_menu_bg.png) no-repeat;
}
#top_main_img .type_menu ul{ padding:10px; }
#top_main_img .type_menu ul li{
	float:left;
	width:33.333%;
	text-align:center;
	position:relative;
}
#top_main_img .type_menu ul li.type01:hover:after{	
	content:url(../img/top/type01_o.png);
	position:relative;
	top:3px;
	left:-12px;
}
#top_main_img .type_menu ul li.type02:hover:after{	
	content:url(../img/top/type02_o.png);
	position:relative;
	top:3px;
	left:-12px;
}
#top_main_img .type_menu ul li.type03:hover:after{	
	content:url(../img/top/type03_o.png);
	position:relative;
	top:3px;
	left:-12px;
}
#top_main_img .recruit_menu{
	width:265px;
	position:absolute;
	right:15px;
	bottom:70px;
}
#top_main_img .recruit_menu p+p{ margin-top:3px; }

/*新着情報*/
#top_info{
	width:100%;
	max-width:900px;
	height:30px;
	line-height:30px;
	position:relative;
	margin: auto;
	left: 0;
  	right: 0;
	bottom:60px;
	border:1px solid #009FE7;
	padding-left:95px;
	background:url(../img/top/news_bg.jpg) no-repeat left center #ffffff;
	
	/*角丸*/
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	
	/*ドロップシャドウ*/
	-webkit-box-shadow: 3px 2px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 3px 2px 3px 0px rgba(0,0,0,0.5);
	box-shadow: 3px 2px 3px 0px rgba(0,0,0,0.5);
}
#top_info .top_info_link{
	position:absolute;
	width:68px;
	height:28px;
	top:0;
	left:3px;
}
#top_info .top_info_link a{
	display:block;
	height:28px;
}
#top_info .top_info_link a:hover{
	background-color:#C8E9FA;
	opacity:0.3;
    -moz-opacity:0.3;
    filter:alpha(opacity = 30);
}
#top_info .ticker {
    width: 100%;
    position: relative;
    overflow: hidden;
}
#top_info .ticker ul {
    width: 100%;
    position: relative;
}
#top_info .ticker ul li {
    width: 95%;
    display: none;
	font-size:115%;
	
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#top_info .ticker ul li a{
	text-decoration:none;
}
#top_info .ticker ul li a:hover{color:#3F84D0;}
#top_info .ticker ul li span{ padding-right:2em; }


/*--------------------------------------------------------------------*/
/*TOPページ用コンテンツ*/
/*--------------------------------------------------------------------*/
/*お知らせ*/
#top_notice{
	max-width:862px;
	margin-bottom:30px;
	background:#FCEBE9;
	border:1px solid #EFA79E;
	padding:10px;
	text-align:center;
}

/*バナー*/
#top_bnr{
	max-width:950px;
	margin-bottom:30px;
	text-align:center;
	padding:0 10px;
}
#top_bnr .box02{
	float:left;
	width:50%;
	text-align:center;
}

/*症状*/
#top_shoujou{
	margin-top:5px;
	margin-bottom:45px;
}
#top_shoujou .intro{
	text-align:center;
	margin-bottom:15px;
}
#top_shoujou .intro p{
	margin-top:10px;
	font-size:115%;
}
#top_shoujou .top_shoujou_list{
	margin:0 10%;
	font-size:0;
	text-align:center;
}
#top_shoujou .top_shoujou_list .bxslider li{
	display:inline-block;
	vertical-align:top;
	width:20%;
	text-align:center;
	padding:0 10px;
	margin-bottom:15px;
}
#top_shoujou .top_shoujou_list .bxslider li img{
	display:inline;
}

#top_shoujou .icon{
	padding:10px 0 0 0;
	background:url(../img/top/shoujou_bg.jpg) no-repeat bottom center;
	
  	/*Transition*/
	-webkit-transition: All 0.2s ease;
	-moz-transition: All 0.2s ease;
	-o-transition: All 0.2s ease;
	-ms-transition: All 0.2s ease;
	transition: All 0.2s ease;
}
#top_shoujou .icon:hover{
	padding:0 0 10px 0;
}
#top_shoujou .icon img{
	border:3px solid #ffffff;

	-webkit-border-radius: 50%;
	 -moz-border-radius: 50%;
	  -ms-border-radius: 50%;
		  border-radius: 50%;
	 
	 transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	 
	/*Transition*/
	-webkit-transition: All 0.2s ease;
	-moz-transition: All 0.2s ease;
	-o-transition: All 0.2s ease;
	-ms-transition: All 0.2s ease;
	transition: All 0.2s ease;
}
#top_shoujou .icon:hover img{
	border:3px solid #D4E4EC;

    -webkit-filter: saturate(150%);
    -moz-filter: saturate(150%);
    -o-filter: saturate(150%);
    -ms-filter: saturate(150%);
    filter: saturate(150%);
	
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-o-transform: scale(1.0);
	-ms-transform: scale(1.0);
}
.top_shoujou_list:hover .icon{
	opacity:0.7;
    -moz-opacity:0.7;
    filter:alpha(opacity = 70);
}
.top_shoujou_list:hover .icon:hover{
	opacity:100;
    -moz-opacity:100;
    filter:alpha(opacity = 100);
}
#top_shoujou .title{
	margin-top:10px;
}


/*お知らせ一覧*/
#top_news{
	max-width:950px;
	margin:0 auto 40px auto;
}
#top_news .box02{
	float:left;
	width:50%;
	padding:0 15px;
}
#top_news h2{
	padding:0 10px 8px 10px;
	border-bottom:2px solid #009FE7;
}
#top_news h2 p{
	float:right;
	text-align:right;
	background:#009FE7;
	padding:0 5px;

	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#top_news h2 p:hover{ background:#3DB6EE; }
#top_news h2 p a{
	text-decoration:none;
	color:#FFFFFF;
	font-size:92%;
}
#top_news dt{
	padding:8px 10px 0 10px;
	font-size:108%;
}
#top_news dd{
	padding:0 10px 8px 10px;
	border-bottom:1px dotted #009FE7;
	font-size:115%;
}



/*下部メニュー*/
#top_btmmenu{
	background:#F0F0F0;
	padding:0 0 15px 0;
	clear:both;
	font-size:0;
}
#top_btmmenu li{
	display:inline-table;
	vertical-align:middle;
	width:33%;
	padding:15px 5px 0 5px;
}
#top_btmmenu li a{ text-decoration:none; }
#top_btmmenu li p{
	display:table-cell;
	vertical-align:middle;
	width:50%;
	text-align:center;
}
#top_btmmenu li p + p{
	font-size:12px;
	background:#4084D0;
	color:#ffffff;
}


/*--------------------------------------------------------------------*/
/*フッター*/
/*--------------------------------------------------------------------*/
#footer_wrap {
	margin-top:30px;
	background-color:#4084D0;
	clear:both;
}
footer{
	min-height:200px;
	padding:15px 25px;
	background:url(../img/common/footer_bg.jpg) no-repeat right bottom;
	color:#FFFFFF;
    text-shadow:
        0 1px 0 #4084D0,
        1px 0 0 #4084D0,
        0 -1px 0 #4084D0,
        -1px 0 0 #4084D0,
        -1px -1px 0 #4084D0,
        1px -1px 0 #4084D0,
        -1px 1px 0 #4084D0,
        1px 1px 0 #4084D0
	;
}
footer .footer_menu a{ color:#ffffff; text-shadow:none; }
footer .info{
	margin-top:15px;
	margin-bottom:25px;
}
footer .info .name{
	font-size:115%;
	margin-bottom:10px;
	font-weight:bold;
}
footer .copyright{ font-size:92%; }


/*--------------------------------------------------------------------*/
/*ページトップ*/
/*--------------------------------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 30px;
}


/******************************************************************************************
	tablet size
******************************************************************************************/

@media screen and (max-width: 959px) {

/* 幅指定 */
header, nav, .w1000, footer{
	width:100%;
}

/* CSS再リセット */
#main, #sidebar {
	float:none;
	width:auto;
}

/*コンテンツ表示・非表示*/
.pc{ display:none; }


/*--------------------------------------------------------------------*/
/*ヘッダー*/
/*--------------------------------------------------------------------*/
#header_wrap{
	height:182px;
}


/*--------------------------------------------------------------------*/
/*グローバルナビゲーション*/
/*--------------------------------------------------------------------*/
nav{ position: static; }
nav ul.ul_dropmenu{
	flex-wrap: wrap;
	justify-content: flex-start;
}
nav li{
	width:25%;
	/*width:33.333%;
	border-top:1px solid #73A6DD;*/
}


/*--------------------------------------------------------------------*/
/*TOPメイン画像*/
/*--------------------------------------------------------------------*/
#top_main_img{ height:380px; }

/*新着情報*/
#top_info{
	width:95%;
	margin:0 2.5%;
}

/*--------------------------------------------------------------------*/
/*TOPページ用コンテンツ*/
/*--------------------------------------------------------------------*/
/*お知らせ*/
#top_notice{
	width:90%;
}

/*症状*/
#top_shoujou{
	padding:0 15px;
}
#top_shoujou .top_shoujou_list{
	margin:0 auto;
	max-width:600px;
}
#top_shoujou .top_shoujou_list .bxslider li{
	width:33.333%;
	margin-bottom:10px;
}

/*下部メニュー*/
#top_btmmenu li{
	vertical-align:top;
}
#top_btmmenu li p{
	display:block;
	width:100%;
}
#top_btmmenu li p + p{
	font-size:12px;
	color:#333333;
	background:none;
	padding-top:5px;
}
#top_btmmenu li p + p:before{
	content:url(../img/top/btmmenu_bg.jpg);
	padding-right:0.5em;
}


/*--------------------------------------------------------------------*/
/*ページトップ*/
/*--------------------------------------------------------------------*/
#page-top {
    bottom: 15px;
    right: 15px;
	width:40px;
}


}



/******************************************************************************************
	sp size
******************************************************************************************/

@media screen and (max-width: 479px) {

.w1000{ padding:0 15px; }

/*コンテンツ表示・非表示*/
.pc_tb{ display:none; }
.sp{ display:block; }

/*--------------------------------------------------------------------*/
/*ヘッダー*/
/*--------------------------------------------------------------------*/
#header_wrap{
	height:auto;
	background:#4084D0;
}
header{
	padding:10px;
	text-align:left;
	overflow:hidden;
}
#identity{
	float:left;
	width:80%;
}
#toggle{
	display:block;
	float:right;
	width:20%;
	text-align:right;
	padding-top:5px;
}


/*--------------------------------------------------------------------*/
/*グローバルナビゲーション*/
/*--------------------------------------------------------------------*/
nav li{
	float:none;
	width:100%;
}
#menu{ display:none; }


/*--------------------------------------------------------------------*/
/*TOPメイン画像*/
/*--------------------------------------------------------------------*/
/*目的別メニュー*/
#top_main_img{ height:0; }

#top_main_img_sp .type_menu{
	padding:15px;
}
#top_main_img_sp .type_menu li{
	float:left;
	width:33.333%;
	text-align:center;
	padding:0 5%;
}

/*新着情報*/
#top_info{
	position:static;
	line-height:1.5;
	margin-bottom:20px;
	padding:27px 8px 8px 8px;
	background:url(../img/top/sp_news_bg.jpg) no-repeat left top #ffffff;
	height:auto;
	
	/*角丸*/
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	
	/*ドロップシャドウ*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#top_info .ticker ul li {
    width: 100%;
	white-space:normal;
	overflow:auto;
}
#top_info .ticker ul li span{
	padding:0;
	display:block;
	width:100%;
}
#top_info p.sp{
	margin-top:5px;
	padding-top:10px;
	border-top:1px dashed #019FE8;
}


/*--------------------------------------------------------------------*/
/*TOPページ用コンテンツ*/
/*--------------------------------------------------------------------*/
/*症状*/
#top_shoujou{
	margin-top:30px;
}
#top_shoujou .intro{
	margin-bottom:15px;
	padding:0 10px;
}

/*下部メニュー*/
#top_btmmenu{ padding-bottom:15px; }
#top_btmmenu li{
	width:50%;
	padding:15px 8px 0 8px;
	font-size:92%;
}


/*--------------------------------------------------------------------*/
/*フッター*/
/*--------------------------------------------------------------------*/
#footer_wrap {
	margin-top:20px;
	background-color:#4084D0;
	clear:both;
}
footer{
	padding:0 0 10px 0;
	background:none;
    text-shadow:none;
	font-size:92%;
}
footer .footer_menu{
	background:#F9F9F9;
	border-top:1px solid #4084D0;
	color:#333333;
	text-align:center;
	padding:15px 0;
}
footer .footer_menu a{ color:#333333; }

footer .info{
	margin-top:15px;
	margin-bottom:15px;
	padding:0 15px;
}
footer .info .name{
	margin-bottom:10px;
	font-weight:bold;
}
footer .copyright{
	padding:10px 15px 0 15px;
	border-top:1px solid #A3C4E9;
}


/*--------------------------------------------------------------------*/
/*ページトップ*/
/*--------------------------------------------------------------------*/
#page-top {
    bottom:5px;
    right: 5px;
}


}
