@charset "UTF-8";

#wrap{
	padding-top:0;
}

/*ヘッダー*/

.logo_sp{
	display:none;
}

#site_header{
	width:100%;
	max-width:1080px;
	margin:0 auto;
	padding:0 20px;
	position:relative;
    z-index: 99;
}

.header_top{
	overflow:hidden;
}

.logo{
	padding-top:20px;
	float:left;
}

.header_right{
	float:right;
}

.header_sub_nav{
	float:left;
	padding-top:10px;
}

.pt_btn{
	float:right;
}

.sub_nav01{
	overflow:hidden;
	margin-bottom:10px;
    font-size: 0.85em;
}

.sub_nav01 li{
	float:left;
	padding-left:15px;
	margin-right:10px;
	background:url(../images/sub_nav_ar.png) no-repeat left center;
}

.sub_nav02{
	float:left;
	width:120px;
	height:66px;
	border:1px solid #036EB7;
	color:#036EB7;
	text-align:center;
	background:url(../images/icon_mail.png) no-repeat center 10px;
}

.sub_nav02 a{
	padding-top:30px;
	display:block;
	color:#036EB7;
}

.sub_nav03{
	float:left;
	margin-left:10px;
}

.sub_nav03 a{
	color:#00903A;
	padding:2px 10px;
	display:block;
}

.sub_nav03 li{
	border:1px solid #00903A;
}

.sub_nav03 li:last-child{
	margin-top:6px;
}

/*グローバルメニュー*/

.g_nav{
    margin: 20px 0 0 205px;
	display:inline-block;
}

.g_nav li{
	float:left;
	padding:0 16px;
	border-left:2px solid #5DC1E8;
}

.g_nav li:last-child{
	border-right:2px solid #5DC1E8;
}

.g_nav li>ul{
	display:none;
}

.g_nav li:hover>ul{
	opacity:1;
	position:absolute;
	width:100%;
	top:175px;
	left:0;
	padding:20px;
	background:#036EB7;
	display:block;
	transition: .5s;
}

/*.g_nav_guid li p{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}*/

.g_nav_guid>ul:before{
	content:url(../images/gnav_bg.png);
	position:absolute;
	left:356px;
	top:-18px;
}

.g_nav li>ul li {
    border-left: none;
    width: 18%;
    padding:0;
    text-align: center;
    border: 1px solid #5DC1E8;
    margin: 1%;
    font-size:15px;
}

.g_nav li>ul li:last-child {
    border-right: 1px solid #5DC1E8;
}

.g_nav li>ul li a{
    padding: 24px 5px;
    display: block;
    width: 100%;
    height: 100%;
}

.g_nav li>ul li.g_nav_okayama a{
    font-size: .9em;
}

.g_nav li>ul li a:hover{
	background:#fff;
	color:#5DC1E8;
}

.g_nav li>ul.g_nav_guid_list li{
	width:48%;
}

.g_nav_shisetsu>ul:before{
	content:url(../images/gnav_bg.png);
	position:absolute;
	left:480px;
	top:-18px;
}

.g_nav li>ul li p{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.g_nav li>ul li a{
	color:#fff;
}

.g_nav li a {
  position: relative;
  display: inline-block;
  padding: .4em;
  text-decoration: none;
}

.g_nav li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #036EB7;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.g_nav li a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.g_nav_guid ul li a::after,
.g_nav_shisetsu ul li a::after{
  display:none;
}

.g_nav li.g_nav_guid,
.g_nav li.g_nav_shisetsu{
  padding: .4em 20px;
  text-decoration: none;
}

/*トップスライダー*/

#top_slider{
	height:580px;
	/*background:#ABDBF2;*/
	background:url(../images/slide_bg.png) center center;
	width:100%;
	margin-top:20px;
	padding-top: 40px;
	position:relative;
}

#top_slider:before{
	content:url(../images/main_nav_bg.png);
	width:1500px;
	position:absolute;
	left:50%;
	top:-58px;
	margin-left:-750px;
}

.slider_land{
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-1100px;
	z-index:99;
}

/*トップトピックス*/

.top_topic{
	width:100%;
	padding-bottom:20px;
	background:url(../images/shintyaku_bg.png) center center;
}

@media screen and (max-width: 1040px) {
	.top_topic{
		height:auto;
	}
}

.top_topic_box{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	padding:20px 20px 0;
	overflow:hidden;
}

.top_topic_entry{
	overflow:hidden;
	/* float:left; */
	display: flex;
}

@media screen and (max-width: 1040px) {
	.top_topic_entry{
		display:block;
	}
}

.top_topic_icon{
	/* float:left; */
    margin-top: 1px;
	margin:0 10px;
	width:180px;
}

@media screen and (max-width: 1040px) {
	.top_topic_icon{
		margin-bottom:20px;
	}
}

.top_topic_text{
	/* width:750px; */
	white-space: nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	 color:#fff;
	 /* float:left; */
	 position:relative;
	 margin-left:50px;
	 height:28px;
	 line-height:28px;
	 padding:0 30px;
	 margin-bottom:5px;
}

@media screen and (max-width: 1040px) {
	.top_topic_text span{
		font-size:0.8em;
	}
}


.top_topic_text a{
	 color:#fff;
}
.top_topic_text a:hover{
	text-decoration:underline;
}

.top_topic_text span{
	margin-right:20px;
}

.top_topic_text:before{
	content:url(../images/topics_f.png);
	position:absolute;
	left:0;
	top:0;
}

.top_topic_text:after{
	content:url(../images/topics_l.png);
	position:absolute;
	right:0;
	top:0;
}

.link{
	background:#036EB7;
	position:relative;
	float:right;
	border-radius:5px;
}

.link:hover{
	baclground:#ABDBF2;
}

.link a:before{
	content:url(../images/link_ar.png);
	position:absolute;
	right:10px;
	top:6px;
}

.link a{
	color:#fff;
	padding:5px 30px 5px 15px;
	display:block;
}

.link a:hover{
	color:#fff;
}

/*トップポイント*/

.top_point{
	width:100%;
	margin:0 auto;
	position:relative;
	background:url(../images/point_bg.jpg) no-repeat center center;
	height:546px;
}

.top_point_image{
	width:100%;
	margin:0 auto;
	position:relative;
    height: 546px;
}

.top_point_image img{
	width:100%;
}

.top_point01{
	width:280px;
	position:absolute;
	top:15%;
	left:3%;
}

.top_point02{
	width:280px;
	position:absolute;
	top:15%;
	right:3%;
}

.top_point03{
	width:280px;
	position:absolute;
	bottom:15%;
	left:50%;
	margin-left:-140px;
}

.top_point_image_sp{
	display:none;
}

/*トップアイコン*/

.top_icons{
	margin-top:40px;
	background:url(../images/top_icons.png) top left;
}

.top_icons_title{
	text-align:center;
	padding:30px 0;
	border-bottom:1px dashed #fff;
}

.top_icons_list{
	width:100%;
	max-width:960px;
	margin:0 auto;
	padding-bottom:20px;
	overflow:hidden;
}

.top_icons_list li{
	float:left;
	padding:30px 62px;
	border-left:1px dashed #fff;
    width: 33.33%;
}

.top_icons_list li:last-child{
	border-right:1px dashed #fff;
}

/*トップ施設*/

.top_shisetsu{
	margin-top:40px;
	padding:40px 0;
	background:url(../images/top_shisetsu_bg.jpg) no-repeat left top fixed;
	background-size:cover;
}

.top_shisetsu_title{
	padding:0 20px;
	width:100%;
	max-width:1000px;
	margin:0 auto;
}

.tabs{
	width:100%;
	height:86px;
	overflow:hidden;
	max-width:1020px;
	margin:40px auto 0px;
}

.tabs li{
	width:18%;
	max-width:240px;
	text-align:center;
	float:left;
	background:#fff;
	margin:0 0.5%;
	position:relative;
    font-size: 0.9em;
}

.tabs li:after{
	content:url(../images/fukidashi_off.png);
	position:absolute;
	bottom:-50px;
	left:50%;
	margin-left:-23px;
	z-index:999;
}

.tabs li a{
	color:#036EB7;
	padding:10px;
	display:block;
}

.tabs li a:hover{
	color:#fff;
	background:#036EB7;
	opacity:1;
}

.tabs li.tab_active a{
	color:#fff;
	padding:10px;
	display:block;
	background:#036EB7;
}

.tabs li.tab_active:after{
	content:url(../images/fukidashi_on.png);
	position:absolute;
	bottom:-50px;
	left:50%;
	margin-left:-23px;
	z-index:999;
}

.tab_content{
	width:96%;
	max-width:1200px;
	margin:0 auto;
	padding:10px;
	background:	url(../images/top_shisetsu_bg.png);
	overflow:hidden;
}

.tab_content li{
    float: left;
    margin: 1%;
    width: 23%;
    box-shadow: 0 0 8px #333;
}

/*ページトップ*/

#page_top{
	text-align:center;
}

#page_top a{
	width:100%;
	height:100%;
	padding:15px 0;
	display:block;
	background:#036eb7;
}

/*サイトフッター*/

footer{
	background:url(../common/images/bg.png);
	padding:20px;
	overflow:hidden;
}

.footer_wrap{
	background:#fff;
	overflow:hidden;
	padding-bottom:40px;
}

.footer_box{
	width:100%;
	/* min-width:900px; */
	max-width:950px;
	margin:0 auto;
	overflow:hidden;
	padding:40px 20px 20px;
}

.footer_box li{
	overflow:hidden;
}

.footer_box_list:last-child{
	margin-top:20px;
}

.site_footer_list{
	width:18%;
	float:left;
	margin:0 1%;
}

.footer_menu_title{
	float:left;
}

.site_footer_list ul{
	float:left;
	border-left:1px solid #999;
	min-height:100px;
	margin-left:10px;
	padding-left:10px;
}

.site_footer_list li{
	padding-left:10px;
	font-size:0.8em;
	background:url(../common/images/ft_menu_ar.png) no-repeat left center;
}

.site_footer_list li:hover{
	text-decoration:underline;
}

.footer_logo{
	text-align:center;
	padding:20px 0 ;
}

.footer_address{
	text-align:center;
	font-size:0.9em;
}

.footer_copy{
	text-align:center;
	color:#2EA6DF;
	font-size:0.9em;
}

/*下層ページ共通*/

.bread{
    margin: 15px auto 10px;
    max-width: 1020px;
    text-align: right;
    font-size: 0.8em;
    width: 96%;
}

.container{
	margin-top:20px;
}

.page_title_box_common{
	width:320px;
	margin:0 auto;
}

.page_title{
	color:#fff;
	font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size:1.7em;
	letter-spacing:0.15em;
	text-align:center;
	margin-top:30px;
}

.page_title_sub{
	color:#fff;
	text-align:center;
	padding:0.2em;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	font-size:0.9em;
	width:45%;
	margin:20px auto 0;
}

/*基本理念*/

.rinen_message{
	height:686px;
	padding:100px 0;
	background:url(../philosophy/images/bg_01.png) no-repeat bottom center;
}

.rinen_message_box{
	height:504px;
	padding:50px 0;
	background:url(../philosophy/images/flame.png) no-repeat center center;
}

.rinen_title{
	font-size:2.75em;
	color:#fff000;
	width:600px;
	line-height:1.6;
	margin:30px auto 0;
	text-align:center;
	font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.rinen_text{
	font-size:1.45em;
	color:#172a87;
	line-height:1.7;
	margin-top:30px;
	text-align:center;
	font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.rinen_list {
    background: url(../philosophy/images/bg_02.png) no-repeat center center fixed;
    background-size: cover;
    max-width: 1800px;
    margin: 100px auto;
}

.rinen_list_box{
	width: 920px;
	margin:0 auto;
	padding:80px 0 0;
	height:686px;
}

.list_title{
	font-size:2em;
	width:312px;
	padding:0.5em 0;
	margin:0 auto;
	text-align:center;
	font-weight:bold;
	background:rgba(255,255,255,0.85);
}

.rinen_list_area{
	overflow:hidden;
	margin-top:30px;
}

.rinen_list_left{
	float:left;
}

.rinen_list_right{
	float:right;
}

.rinen_list_right li{
	padding:0.75em 0 0.75em 2.5em;
	position:relative;
	margin:20px 0;
	width:600px;
	background:rgba(255,255,255,0.85);
	font-size:1.2em;
	color:#e73828;
	font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    line-height:1.6;
}

.rinen_list_right li:before{
	content:url(../philosophy/images/rinen_list.png);
	position:absolute;
    left: 16px;
    top: 16px;
}

/*.rinen_shisetsu{
	background:url(../philosophy/images/bg_03.jpg) no-repeat center top;
	margin:100px auto;
	padding-top:135px;
}*/

.rinen_sub_title{
	width: 200px;
    margin: 80px auto;
    padding-bottom: 6px;
	font-size:2em;
	font-weight:bold;
	text-align:center;
	background: linear-gradient(transparent 60%, #ffff66 60%);
	letter-spacing:.2em
}

.rinen_shisetsu_text{
	text-align:center;
	margin-top:40px;
	line-height:1.8;
}

.rinen_shisetsu_text strong{
	font-size:1.4em;
	display:block;
}

#map_canvas{
	width:80%;
	height:500px;
	margin:40px auto 0;
}

.s_data_list{
	width:900px;
	margin:20px auto 0;
	overflow:hidden;
	display:table;
}

.s_data_list li{
    width: 49%;
    background: rgba(0,0,0,0.05);
	padding: 1em;
    display: table-cell;
    border: 5px solid #fff;
}

.s_data_bus{
	font-size:1.5em;
	font-weight:bold;
	background:url(../philosophy/images/map_icon_01.png) no-repeat 10px 10px;
	color:#036eb7;
	padding:0.5em 0 1em 2.5em;
	border-bottom:1px dashed #036eb7;
}

.s_data_taxi{
	font-size:1.5em;
	font-weight:bold;
	background:url(../philosophy/images/map_icon_02.png) no-repeat 10px 10px;
	color:#036eb7;
	padding:0.5em 0 1em 2.5em;
	border-bottom:1px dashed #036eb7;
}

.s_data_text{
	margin-top:15px;
}

.rinen_history{
	margin:0 auto 100px;
}

.history{
	max-width:960px;
	margin:40px auto;
	overflow:hidden;
}

.history li{
	float:left;
	width:48%;
	margin:0 1%;
}

.history li ul li{
    width: 100%;
    text-align: left;
    height: 110px;
}

.his_area{
	font-size:1.5em;
	padding:0.5em;
}

.his_hiroshima,
.his_okayama{
	text-align:center;
}

.list_hiroshima{
	color:#036eb7;
	border:1px solid #036eb7;
}

.list_okayama{
	color:#009b8b;
	border:1px solid #009b8b;
}

.his_list{
	border-left:1px dashed #036eb7;
	margin-left:40px;
	position:relative;
	padding-bottom:40px;
}

.his_list li{
	padding:30px 0 0;
	position:relative
}

.his_day {
	background:#036eb7;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	padding-top: 15px;
	font-size: 0.75em;
	position:absolute;
	top: 30px;
	left: -45px;
}

.his_day2 {
	background:#009b8b;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	padding-top: 15px;
	font-size: 0.75em;
	position:absolute;
	top: 30px;
	left: -45px;
}

.his_day span,
.his_day2 span{
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 0;
}

.his_name {
	padding-left:50px;
}

/*ご利用ガイド*/

.page_title_guid {
	overflow:hidden;
	background: url(../common/images/page_bg.png) repeat-x;
    min-height: 196px;
}

.page_title_left {
	float:left;
	margin-top:50px;
}

.page_title_box {
	overflow:hidden;
	max-width:1020px;
	margin:0 auto;
}

.guid_title {
	color:#fff;
	font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size:1.7em;
	letter-spacing:0.15em;
}

.guid_title_sub{
	background:#fff;
	margin-top:20px;
	text-align:center;
	border-radius: 10px;
}

.guid_nav{
	float:left;
	overflow: hidden;
	margin-left:80px;
}

.guid_nav li{
	float:left;
	margin:0 20px;
}

.guid_ex{
	max-width:900px;
	margin:60px auto 0;
	overflow:hidden;
}

.guid_logo{
	width:20%;
	float:left;
}

.guid_ex_right{
	width:75%;
	margin-left: 5%;
	float:left;
}

.guid_ex_title_box{
	overflow:hidden;
}

.guid_ex_title{
	float:left;
	font-size:1.6em;
	font-weight:bold;
	color:#036eb7;
	padding:0 0.5em;
	background: linear-gradient(transparent 60%, #ffff66 60%);
    padding-bottom: 0.3em;
}

.guid_ex_text{
	font-size:1.2em;
	margin-top:30px;
	border:1px solid #036eb7;
	padding:1em;
	font-weight:bold;
	line-height:1.6;
}

.guid_ex_text span{
	color:#f00;
	background: linear-gradient(transparent 60%, #ffff66 60%);
    padding-bottom: 0.3em;
}

.check_nav{
	max-width:1020px;
	margin:40px auto;
	overflow:hidden;
}

.check_nav li{
	float:left;
	width: 23%;
	margin: 0 1%;
	text-align:center;
	border:1px solid #036eb7;
	position:relative;
	font-weight:bold;
}

.check_nav li:after{
	content:url(../guid/images/guid_ar.png);
	width:22px;
	height:13px;
	position:absolute;
	left:50%;
	bottom:20px;
	margin-left:-11px;
}

.check_nav li a{
	padding:20px 0 50px;
	display:block;
	width:100%;
	height:100%
}

.check_nav li a:hover{
	background:#2ea6df;
	color:#fff;
	opacity:1;
}

.check_list_box{
	overflow:hidden;
	margin:40px 0 60px;
}

.bg_01,
.bg_03{
	background:url(../guid/images/blue_bg_01.png);
}

.bg_02{
	background:url(../guid/images/blue_bg_02.png);
}


.check_list{
	max-width:1020px;
	margin:0 auto;
}

.check_list_entry{
	padding-bottom:50px;
}

.check_list_title{
	width:640px;
	height:76px;
	font-size:1.4em;
	font-weight:bold;
	margin:0 auto;
	text-align:center;
	background:url(../guid/images/page_title_bg.png);
	padding-top:10px;
}

.check_title_01{
	color:#036eb7;
}

.check_title_02{
	color:#f29700;
}

.check_title_03{
	color:#e73828;
}

.check_title_04{
	color:#c20d23;
}

.check_list_area{
	overflow:hidden;
}
.check_kaigo{
	width:46%;
	margin:4% 2%;
	position:relative;
	padding-top:90px;
	float: left;
}

.check_fukidashi{
	background:url(../guid/images/fukidashi.png) no-repeat;
	position:absolute;
	top:0;
	left:0;
	width:295px;
	height:72px;
	line-height:60px;
	text-align:center;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
}

.check_kaigo_list{
	oveflow:hidden;
	padding-bottom:40px;
	background:url(../guid/images/down_ar.png) no-repeat center bottom;
	margin-bottom:20px;
}

.check_kaigo_list li{
	background:#fff;
	padding:.5em;
	margin:10px 0;
}

.check_shisetsu{
	width: 46%;
    margin: 2%;
    position: relative;
    float: left;
}

.check_shisetsu_title{
	color:#fff;
	font-size:1.6em;
	font-weight:bold;
	padding-top:20px;
}

.check_shisetsu_list,
.check_shisetsu_list02{
	margin-top:20px;
	padding:1.5em;
	background:#fff;
	overflow:hidden;
}

.check_shisetsu_list li,
.check_shisetsu_list02 li{
	padding-left:1em;
	background:url(../guid/images/list_ar.png) no-repeat left center ;
}

.f_tokurei{
	max-width: 1020px;
    margin: 40px auto;
    overflow: hidden;
}

.f_tokurei_text{
	float: left;
    padding: 0.5em;
}

.f_tokurei_text a{
    color: #036eb7;
    text-decoration: underline;
}

.f_tokurei_list{
	margin: 0;
    border: 1px solid red;
    padding: 0.5em 1.5em;
}

.check_list_btn{
	width:80%;
	max-width:500px;
	text-align:center;
	background:#fff;
	margin:30px auto 0;
	border:2px solid #036eb7;
}

.check_list_btn a{
	color:#036eb7;
	display:block;
	padding:1em 0;
	font-size:1.2em;
	font-weight:bold;
}

.check_list_btn a:hover{
	background:#036eb7;
	color:#fff;
}

.check_shisetsu02{
	width:760px;
	margin:40px auto 0;
	clear:both;
}

.check_shisetsu_title02{
	color:#fff;
	font-size:1.6em;
	font-weight:bold;
	padding-top:20px;
	text-align:center;
}

.check_shisetsu_list02 li{
	float:left;
	width:50%;
}

	.check_list input {
	display: none;
	}
	.check_list label {
		display:none;
}

/*サービスで探す*/

.tab_area{
	max-width:1020px;
	margin:40px auto 0;
	overflow:hidden;
	padding-bottom:33px;
}

.service_tab{
	height:128px;
}

.tab_area li{
	float:left;
	width:23%;
	margin:0 0.5% 1%;
	padding:1em;
	border:1px solid #036eb7;
	text-align:center;
	font-size:0.95em;
	cursor:pointer;
}

.service_tab li{
	width: 19%;
	min-height: 80px;
}


.tab_area li:hover,
.tab_area li.select{
	background:#036eb7;
	color:#fff;
}

.tab_area li,
.tab_area li.select{
	position:relative;
}

.tab_area li:after{
	content:url(../guid/images/fukidashi_.png);
	position:absolute;
	left:50%;
	bottom:-58px;
	margin-left:-21px;
}

.tab_area li.select:after{
	content:url(../guid/images/fukidashi_on.png);
	position:absolute;
	left:50%;
	bottom:-58px;
	margin-left:-21px;
}

.content_area{
    width: 96%;
    max-width: 1200px;
    margin: 0 auto 40px;
    padding: 10px;
    background: url(../images/top_shisetsu_bg.png);
    overflow: hidden;
}

.tab_guid li {
    float: left;
    margin: 1%;
    width: 23%;
    box-shadow: 0 0 8px #333;
}

/*情報公開*/

.info_box{
	max-width:820px;
	margin:0 auto 100px;
	overflow:hidden;
}

.info_logo{
	width:25%;
	float:left;
}

.info_right{
	width:70%;
	margin-left: 5%;
	float:right;
}

.info_title_box{
	overflow:hidden;
    margin-bottom: 40px;
}

.info_title{
	float:left;
	font-size:1.6em;
	font-weight:bold;
	color:#036eb7;
	padding:0 0.5em;
	background: linear-gradient(transparent 60%, #ffff66 60%);
    padding-bottom: 0.3em;
}

.doc_box{
	padding:30px 0;
	border-bottom:1px solid #ccc;
}

.doc_title{
    font-size: 1.6em;
    font-weight: bold;
}

.doc_link{
	padding-left:50px;
	background:url(../info/images/icon_pdf.png) no-repeat left center;
	line-height:32px;
	margin:30px 0 0 40px;
}

.doc_link_ex{
	padding-left:50px;
	background:url(../info/images/icon_ex.png) no-repeat left center;
	line-height:26px;
	margin:30px 0 0 40px;
}

.doc_link a,
.doc_link_ex a,
.year_doc_link a{
	color:#036eb7;
	font-weight:bold;
}

.doc_year{
	overflow:hidden;
}

.year_text{
	font-size:1.1em;
	font-weight:bold;
	margin:30px 0 0 40px;
}

.year_doc_link{
	padding-left:50px;
	background:url(../info/images/icon_pdf.png) no-repeat left center;
	line-height:32px;
	margin:15px 0 0 40px;
}

/*よくある質問*/

.qa_title{
	width:620px;
	font-size:1.6em;
	font-weight:bold;
	color:#036eb7;
	padding:0 0.5em;
	background: linear-gradient(transparent 60%, #ffff66 60%);
    padding-bottom: 0.3em;
	text-align:center;
	margin:50px auto;
}

.qa_nav{
	max-width:600px;
	padding-bottom: 48px;
}

.qa_nav li{
	width:48%;
	margin:0 1%;
}

.qa_nav li.select:after {
    content: url(../qa/images/fukidashi_on.png);
}

.qa_area{
	background:url(../qa/images/qa_bg.png);
	padding:0;
	max-width:960px;
}

.qa_list{
	overflow:hidden;
}

.qa_list li{
	background:#fff;
	padding:20px;
	margin:30px 0;
}

.qa_q{
	padding-left: 60px;
    font-size: 1.2em;
	font-weight:bold;
	color:#036eb7;
	position:relative;
}

.qa_q:before{
	content:url(../qa/images/icon_q.png);
	position:absolute;
	left:0;
	top:-6px;
}

.qa_a{
	margin-top:30px;
	padding-left: 60px;
	position:relative;
}

.qa_a:before{
	content:url(../qa/images/icon_a.png);
	position:absolute;
	left:0;
	top:0;
}

/*施設紹介*/

.s_nav_box{
	background:#036eb7;
	padding:20px 0;
}
.s_nav {
    position: relative;
    width: 100%;
    height: 50px;
    max-width: 1000px;
    margin: 0 auto;
}

.s_nav > li {
	float: left;
    width: 23%;
    height: 46px;
    margin: 0 1%;
    line-height: 46px;
    text-align: center;
	background:url(../facility/images/down_ar.png) no-repeat right center;
}

.s_nav > li a {
    display: block;
    color: #fff;
	border:1px solid #fff;
	border-radius:10px;
}

.s_nav > li a:hover {
	background:#fff;
	color:#036eb7;
	border-radius:10px;
	border:1px solid #fff;
	opacity:1;
}

ul.s_nav__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.s_nav__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.s_nav__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.s_nav > li:hover {
    background: #036eb7;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.s_nav__second-level li {
    border-top: 1px solid #111;
}

.s_nav__third-level li {
    border-top: 1px solid #111;
}

.s_nav__second-level li a:hover {
    background: #fff;
}

.s_nav__third-level li a:hover {
    background: #2a1f1f;
}

.s_nav__fourth-level li a:hover {
    background: #1d0f0f;
}

/* floatクリア */
.s_nav:before,
.s_nav:after {
    content: " ";
    display: table;
}

.s_nav:after {
    clear: both;
}

.s_nav {
    *zoom: 1;
}

li.s_nav__mega ul.s_nav__second-level {
    position: absolute;
    top: 30px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 2%;
    background: #004a6b;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.s_nav__mega:hover ul.s_nav__second-level {
    top: 48px;
    visibility: visible;
    opacity: 1;
}

li.s_nav__mega ul.s_nav__second-level > li {
    float: left;
    width: 49%;
    border: none;
	margin-top:1%;
}

li.s_nav__mega ul.s_nav__second-level > li:nth-child(2n+1) {
    margin: 1% 2% 0 0;
}

.s_nav > li a.s_nav_select{
	background:#fff;
	color:#036eb7;
	border-radius:10px;
	border:1px solid #fff;
}

.s_image{
	background:url(../facility/images/seto_bg.png) no-repeat left center;
	background-size:cover;
	min-height:260px;
	position:relative;
	margin-top:15px;
}

.s_zao{
	background:url(../facility/images/zao_bg.png) no-repeat left center;
	background-size:cover;
}

.s_hana{
	background:url(../facility/images/hana_bg.png) no-repeat left center;
	background-size:cover;
}

.s_kasa{
	background:url(../facility/images/kasa_bg.png) no-repeat left center;
	background-size:cover;
}

.s_image img{
	margin:60px;
	position:absolute;
	right:9%;
}

.s_box{
	border-top: 1px solid #036eb7;
	border-bottom: 1px solid #036eb7;
	overflow:hidden;
	padding-bottom:0;
    margin-top: 50px;
}

.s_menu{
	max-width:900px;
	margin:0 auto;
	padding:0;
}

.s_menu li{
	width:33.33%;
	height:82px;
	line-height:82px;
	font-size:1.15em;
	margin:0;
	border-top:none;
	border-bottom:none;
	border-right:none;
    border-left: 1px solid #036eb7;
	padding:0;
}

.s_menu li{
	padding:0;
}

.s_menu_01 .s_menu_btn01{
	background:url(../facility/images/icon_01.png) no-repeat 20px center;
}

.s_menu_02 .s_menu_btn02{
	background:url(../facility/images/icon_02.png) no-repeat 20px center;
}

.s_menu_03 .s_menu_btn03{
	background:url(../facility/images/icon_03.png) no-repeat 20px center;
}

.select .s_menu_btn01,
.s_menu_01 .s_menu_btn01:hover{
	background:url(../facility/images/icon_01_on.png) no-repeat 20px center;
}

.select .s_menu_btn02,
.s_menu_02 :hover{
	background:url(../facility/images/icon_02_on.png) no-repeat 20px center;
}

.select .s_menu_btn03,
.s_menu_03 .s_menu_btn03:hover{
	background:url(../facility/images/icon_03_on.png) no-repeat 20px center;
}

.s_menu li:last-child{
	border-right: 1px solid #036eb7;
}

.s_menu li.select:after {
    content: ""
}

.s_menu li:after {
    content: ""
}

.s_menu_box{
	background:none;
	padding:0;
	max-width:100%;
	margin-top:50px;
}

.s_menu_entry{
	max-width:1020px;
	margin:0 auto;
	overflow:hidden;
}

.s_menu_entry_left{
	padding:3em 1em 1em 1em;
	border:1px solid #036eb7;
	font-size:1.8em;
	font-weight:bold;
	float:left;
}

.s_menu_entry_left h3{
	font-weight:bold;
}

.page_01{
	background:url(../facility/images/icon_01.png) no-repeat 20px 20px;
}

.page_01_message{
	background:url(../facility/images/icon_message.png) no-repeat 20px 20px;
}

.page_02{
	background:url(../facility/images/icon_02.png) no-repeat 20px 20px;
}

.page_03{
	background:url(../facility/images/icon_03.png) no-repeat 20px 20px;
}

.s_menu_entry_left span{
	font-size:0.6em;
	color:#036eb7;
	margin-left:20px;
}

.s_menu_logo{
	margin-top:30px;
	float:right;
    float: left;
    margin-left: 50px;
}

#s_menu_slider{
	margin-top:40px;
}

.s_message_box{
	max-width:800px;
	margin:40px auto 0;
}

.s_message{
	margin:0 0 20px;
}

.s_message_title{
	background:#00a199;
	text-align:center;
	padding:0.5em;
	color:#fff;
	margin-bottom:20px;
}

.s_subdata{
	overflow:hidden;
}

.s_subdata dt{
	float:left;
	width:30%;
	padding:0.5em 0;
	text-align:center;
	background:#00a199;
	color:#fff;
	position:relative;
	margin-bottom:10px;
}

.s_subdata dt:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 20px solid #00a199;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
	position:absolute;
    right: -12px;
    top: 1px;
}

.s_subdata dd{
	width:67%;
	float:left;
	margin-left:3%;
	padding:10px 0;
	margin-bottom:10px;
}

.s_subdata2{
	overflow:hidden;
}

.s_subdata2 dt{
	float:left;
	width:15%;
	padding:0.5em 0;
	text-align:center;
	background:#00a199;
	color:#fff;
	position:relative;
	margin-bottom:10px;
}

.s_subdata2 dt:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 20px solid #00a199;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
	position:absolute;
    right: -12px;
    top: 1px;
}

.s_subdata2 dd{
	width:32%;
	float:left;
	margin-left:3%;
	padding:10px 0;
	margin-bottom:10px;
}


.s_data{
	overflow:hidden;
	padding:40px 0;
	margin-top:40px;
	background:url(../common/images/bg.png);
}

.s_data_box{
	overflow:hidden;
	max-width:1000px;
	margin:0 auto;
}

.s_data_left{
	float:left;
	max-width:88px;
	width:10%;
    margin-left: 20px;
}

.s_data_right{
	float:right;
	width:85%;
	background:#fff;
	padding:20px;
}

.s_data_right dt{
	float:left;
	width:22%;
	padding:0.5em;
	text-align:center;
	background:#00a199;
	color:#fff;
	position:relative;
	margin-bottom:10px;
}

.s_data_right dd{
	width:75%;
	float:left;
	margin-left:3%;
	padding:10px 0;
	margin-bottom:10px;
}

.access_data{
	max-width:1020px;
	margin:40px auto;
	overflow:hidden;
}

.access_data_left{
	float:left;
	padding-left:20px;
	border-left:1px solid #036eb7;
}

.facility_name{
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 20px;
}

.access_data_right{
	float:right;
	margin-top: 30px;
}

.to_google a{
	color:#036eb7;
	padding:30px;
	border:1px solid #036eb7;
}

.to_google a:hover{
	background:#036eb7;
	color:#fff;
}

.message_title{
	color:#036eb7;
	font-size:2em;
	line-height:1.6;
	font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.message_entry{
	margin:50px auto;
}

.message_box{
	background:url(../common/images/bg.png);
	padding:1em;
	border-radius:10px;
	max-width:960px;
	margin:0 auto;
}

.message_box p{
	background:#fff;
	padding:1em;
	border-radius:10px;
}

.to_google{
	text-align:center;
}

#facility_map{
position: relative;
padding-bottom: 500px;
padding-top: 30px;
height: 0;
overflow: hidden;
	max-width:1200px;
	margin:40px auto;
}

#facility_map iframe,
#facility_map object,
#facility_map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.event_text{
	text-align:center;
	margin:40px auto;
}

.calender{
	max-width:1020px;
	overflow:hidden;
	margin:20px auto 0;
}

.calender li{
	float:left;
	width:23%;
	margin:1%;
	background:#00a199;
	padding:0.5em;
	color:#fff;
}

.month_en{
	font-size: 0.75em;
}

.month_ja{
	text-align:center;
	padding:0.5em;
	font-size:1.4em;
}

.month_ja span{
    font-size: 2em;
    margin-right: 0.1em;
}

.calender_text{
	background:#fff;
	color:#000;
	text-align:center;
	padding:20px;
	line-height:1.6;
	min-height:136px;
}

.club{
	max-width:960px;
	margin:30px auto 0;
	overflow:hidden;
}

.club dt{
	width:20%;
	float:left;
	background:#036eb7;
	padding:0.5em;
	color:#fff;
	text-align:center;
}

.club dd{
	width:75%;
	margin-left:5%;
	padding:0.5em;
	float:left;
}

/*資料請求*/

.pr_box{
	overflow:hidden;
	max-width:1020px;
	margin:40px auto;
}

.pr_box_left{
	float:left;
	width:50%;
    height: 600px;
}

.pr_01{
	background:url(../pr/images/pr_01.png) no-repeat left bottom;
}

.pr_02{
	background:url(../pr/images/pr_02.png) no-repeat left bottom;
}


.pr_box_right{
	width: 46%;
	float:right;
	padding-top: 50px;
}

.pr_link{
    margin: 40px;
    border: 1px solid #036eb7;
    background: url(../pr/images/icon_mail.png) no-repeat 20px center;
    text-align: center;
}

.pr_link a{
	color: #036eb7;
    padding: 20px;
	display: block;
}

.pr_link a:hover{
	background:#036eb7;
	color:#fff;
}

.pr_attention{
	background:#00a199;
	padding:20px;
	color:#fff;
}

.pr_attention li{
	margin:0.5em 0;
}

.pr_attention li:first-child{
	text-align:center;
}

/*各種お問合せ*/

.contact_box{
	max-width:920px;
	margin:40px auto;
	overflow:hidden;
}

.contact_box_left{
	width:15%;
	float:left;
}

.contact_box_right{
	width:85%;
	float:right;
}

.contact_text{
	margin-bottom:20px;
}

.contactline{
	border:1px solid #ccc;
	border-radius:10px;
	padding:20px;
}

.contact_link{
	color:#036eb7;
	text-decoration:underline;
}

.contact_shisetsu{
	overflow:hidden;
	margin-bottom:40px;
}

.contact_s_title{
    text-align: center;
    padding: 0.5em;
    font-size: 1.2em;
    background: #036eb7;
    border-left: none;
    border-right: none;
    color: #fff;
	margin-bottom: 20px;
}

.contact_shisetsu_image{
	float:left;
	width:33%;
}

.contact_shisetsu_data{
	float:left;
	width:67%;
	padding-left:5%;
	/*padding-top: 5%;*/
}

.cs_title{
	font-size:1.1em;
	float: left;
	font-weight: bold;
	width:100%;
}

.cs_title_sub{
    padding: 0.5em 0;
    border-bottom: 1px solid #036eb7;
	float:left;
	width:100%;
	font-weight: bold;
	font-size:1.1em;
}

.cs_box{
	width:100%;
	margin:10px 0;
	border:1px solid #036eb7;
	float:left;
}

.cs_box .cs_title_sub{
	border:none;
	margin-top:0;
	padding:0.2em 0 0.2em 0.5em;
	font-size:1em;
}

.cs_box_title{
	background:#036eb7;
	color:white;
	text-align:center;
	font-size:0.9em;
}

.cs_name{
	padding:0.5em 0;
	border-bottom:1px solid #036eb7;
	float: left;
	width: 100%;
}

.cs_tel{
	float:left;
	width:50%;
	font-size:1.1em;
	padding-left: 1.5em;
	font-weight:bold;
	margin:10px 0;
	color: #063eb7;
	background:url(../contact/images/icon_01.png) no-repeat left center;
}

.cs_fax{
	float:left;
	width:50%;
	font-size:1.1em;
	padding-left: 1.5em;
	font-weight:bold;
	margin:10px 0;
	color: #063eb7;
	background:url(../contact/images/icon_02.png) no-repeat left center;
}

.cs_mail{
	float:left;
	width:50%;
	font-size:1.1em;
	padding-left: 2em;
	background:url(../contact/images/icon_03.png) no-repeat left center;
}

.thanks_title{
	text-align:center;
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:40px;
}

.thanks_text{
	text-align:center;
}

.to_top a{
	display:block;
	border:1px solid #036eb7;
	padding:20px;
	color:#036eb7;
	width:350px;
	margin:50px auto 0;
	text-align:center;
}

/*プライバシーポリシー*/

.privacy_box{
	max-width:850px;
	margin:0 auto;
	overflow:hidden;
}

.privacy_text{
	margin:30px 0;
}

.privacy_title {
    border-top: 1px solid #036eb7;
    margin:52px 0 0;
    text-align:center;
    padding:0; height:24px;
}

.privacy_title span {
    position: relative;
    top: -12px;
    padding: 0 20px;
    background:white;
	color:#036eb7;
	font-size:1.2em;
	font-weight: bold;
}

.privacy_text:last-child{
	text-align:center;
}

/*サイトマップ*/

.sitemap_box{
	max-width:850px;
	margin:0 auto;
}

.sitemap_box li{
	margin:40px 0;
	overflow: hidden;
}

.sitemap{
	overflow:hidden;
}

.sitemap h3{
	border-bottom:1px solid #036eb7;
	padding-bottom:10px;
	font-size:1.2em;
	font-weight:bold;
	color:#036eb7;
}

.sitemap_second li{
	margin: 15px 0 0 20px;
    float: left;
    border-bottom: 1px solid #ccc;
    min-width: 40%;
}

.sitemap_second li a{
	display:block;
	font-size: 0.95em;
    padding:0.5em 1.5em 1em;
}

/*情報公開・2017.11.15*/

#info_header{
	background:#036EB7;
}

#info_header a{
	color:#fff;
}

.rinen_shisetsu{
	margin:0 auto 100px;
}

.info_header_logo{
	width:100%;
	text-align:center;
	padding:50px 0;
}

.info_nav_box{
	display:flex;
	max-width:900px;
	margin:0 auto;
	padding-bottom:20px;
	justify-content: center;
}

.info_nav_box li{
	width:33.33%;
	text-align:center;
	padding-left:50px;
	position:relative;
	border-left:1px solid #fff;
}

.info_nav_box li:last-child{
	border-right:1px solid #fff;
}

.info_nav_box li a{
	display:block;
	width:100%;
	padding:20px 0;
	font-size:1.2em;
	letter-spacing:0.1em;
}

.info_nav1:before{
	content:url(../info/images/info_icon1.png);
	position:absolute;
	left:50%;
	top:10px;
	width:46px;
	height:42px;
	margin-left:-100px;
}

.info_nav2:before{
	content:url(../info/images/info_icon2.png);
	position:absolute;
	left:50%;
	top:10px;
	width:46px;
	height:42px;
	margin-left:-100px;
}

.info_nav3:before{
	content:url(../info/images/info_icon3.png);
	position:absolute;
	left:50%;
	top:10px;
	width:46px;
	height:42px;
	margin-left:-100px;
}

