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

.pc{
	display: none;
}

/*###################################
ヘッダー
###################################*/

#header .logo{
	width: 300px;
	margin: auto;
}

#header .user{
	display: none;
}

/*###################################
メインメニュー
###################################*/

#menu{
	border-bottom: 1px solid #222;
	border-top: 1px solid #222;
}

#menu ul{
	overflow: hidden;
	border-top: 1px solid #222;
}

#menu li{
	display: block;
	width: calc(33.333% - 1px);
	float: left;
	text-align: center;
	border-bottom: 1px solid #222;
	border-right: 1px solid #222;
}

#menu li:nth-child(3),
#menu li:nth-child(6){
	border-right: none;
}

#menu li a{
	display: block;
	font-size: 105%;
	padding: 10px 0;
}

/*###################################
トップコンテンツ
###################################*/

.top_center{
	overflow: hidden;
	padding: 20px;
}

.search{
	width: 240px;
	float: left;
	margin: 20px 0 0 20px;
}

#wrap .right_col .top_center .news{
	background-color: #FFF;
	border: 1px solid #007D87;
	border-radius: 30px;
	float: right;
	margin-top: 50px;
}

#wrap .right_col .top_center .news h2{
	background-image: url(../contents_images/titte_back.png);
	color: #FFF;
	font-size: 130%;
	padding: 10px 20px;
	border-radius: 28px 28px 0 0;
}

#wrap .right_col .top_center .news_inner{
	height: 320px;
	overflow-y: scroll;
}

#wrap .right_col .top_center .news table{
	margin: 20px;
	width: calc(100% - 40px) !important;
	overflow: hidden;
}

#wrap .right_col .top_center .news th,
#wrap .right_col .top_center .news td{
	display: block;
	text-align: left;
}

#wrap .right_col .top_center .news th{
	font-size: 90%;
	color: #555;
}

#wrap .right_col .top_center .news td{
	border-bottom: 1px dashed #CCC;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#wrap .right_col .top_right{
	overflow: hidden;
}

#wrap .right_col .top_right .open_time{
	background-color: #FFF;
	border: 1px solid #007D87;
	border-radius: 30px;
	margin: 0 20px;
}

#wrap .right_col .top_right .open_time h2{
	background-image: url(../contents_images/titte_back.png);
	color: #FFF;
	font-size: 130%;
	padding: 10px 20px;
	border-radius: 28px 28px 0 0;
}

#wrap .right_col .top_right .open_time table{
	margin: 10px 20px;
}

#wrap .right_col .top_right .calendar a{
	background-color: #FFC200;
	border-radius: 60px;
	display: block;
	color: #222;
	font-size: 120%;
	padding: 15px 20px;
	margin-top: 20px;
	background-image: url(../contents_images/calendar.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 20px 20px 0;
}

#wrap .right_col .top_right .accessibility a{
	background-color: #FFC8D5;
	border-radius: 60px;
	display: block;
	color: #222;
	font-size: 120%;
	padding: 15px 20px;
	margin-top: 20px;
	background-image: url(../contents_images/accessibility.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 20px 20px 0;
}





#wrap .left_col .small_sub{
	background-color: #FFF;
	border: 1px solid #007D87;
	border-radius: 30px;
	padding: 20px;
	margin: 20px 20px 0;
}

#wrap .left_col .small_sub li{
	list-style: none;
	border-bottom: 1px dashed #CCC;
	padding: 5px 5px 5px 14px;
	position: relative;
}

#wrap .left_col .small_sub li::before{
	content: "";
	position: absolute;
	top: 40%;
	left: 3px;
	height: 0;
	width: 0;
	border-top: 5px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid #006E99;
}

#wrap .right_col .top_right .banner{
	background-color: #FFF;
	border: 1px solid #007D87;
	border-radius: 30px;
	padding: 20px;
	margin: 20px 20px 0;
	text-align: center;
}

#wrap .right_col .top_right .banner img{
	margin-bottom: 10px;
}

#wrap .left_col .left_sub{
	text-align: center;
	padding-bottom: 40px;
	margin-top: 20px;
}

#wrap .left_col .left_sub li{
	width: 280px;
	display: inline-block;
	text-align: left;
	margin: 0 10px 10px;
}



/*###################################
下層コンテンツ
###################################*/

#detail .text{
	margin: 20px 10px;
	padding: 0 20px 20px;
}

#detail .text h1{
	font-size: 180%;
	margin: 0 -20px 20px;
}

#detail .text h2{
	margin: 0 -10px 10px;
	font-size: 140%;
}

#detail .text h3{
	margin: 0 -10px 10px;
	font-size: 130%;
}

#detail .text h4{
	margin: 0 -10px 10px;
	font-size: 120%;
}


#detail .sub_menu{
	margin: 0 20px;
}

#detail .sub_menu h2{
	padding: 20px;
	font-size: 140%;
}

#detail .sub_menu ul{
	margin: 10px 20px 20px;
}

#detail .sub_menu li{
}

#detail table{
	width: 100% !important;
}


/*##################################################
フッター
##################################################*/

#footer{
	padding-top: 120px;
}

#footer .site_name{
	text-align: center;
	font-size: 200%;
}

#footer .add{
	text-align: center;
	font-size: 90%;
}

#footer .add span{
	display: block;
}

/*******  戻るボタン  ***********/

/*　トップへ戻る　*/

#page-top {
	float:right;
	margin-right:20%;
	margin-top:10px;
	margin-bottom:10px;
}

#page-top a img{
	width: 100px;
	height:50px;
	border-radius: 60px;
}

/*　ホームへ戻る　*/

#page-back {
	float:left;
	margin-left:20%;
	margin-top:10px;
	margin-bottom:10px;
}

#page-back a img{
	width: 100px;
	height:50px;
	border-radius: 60px;
}