@charset "utf-8";


/*-----------------------------
	side
------------------------------*/

/*-----------------------------
	main
------------------------------*/
#access .img_01{
	margin-bottom:5%;
}
#access ul.time_list li{
	margin-bottom:2%;
}
#access ul.time_list li{
	width: 48%;
	float: left;
	margin-right: 0.5%;
	padding: 0 0 1% 1%;
	border-bottom: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
}

#icon_nav{
    box-sizing: border-box;
    overflow: hidden;
}

#icon_nav li{
    float: left;
	text-align: center;
	border-right: 1px solid #000;
	width: 24%;
	height: 150px;
}

#icon_nav li:last-child {
	border-right: none;
}

#icon_nav li img{
	text-align: center;
	width: 50%;
    margin: 0 auto 0;
}

.icon_nav_title{
	padding: 15px 0 15px 0;
	margin-bottom: 30px;
	font-size: 180%;
	font-weight: bold;
	border-bottom: 1px solid #000;
}
@media only screen and (max-width:959px) {
}
@media only screen and (max-width:640px) {
#access ul.time_list li{
	width: 100%;
	padding: 0 3% 3% 0;
}
#icon_nav li{
    font-size: 60%;
    line-height: 1.6em;
    height: 100px;
}

#access #contents section {
    padding: 30px 0 40px 0;
}
}

.access_map{margin-top: 5%;
}


/* root */
#main #root{
	clear:both;
	overflow:hidden;
	margin-bottom:15px;
}
#main #root p{
	float:right;
}
/* kome */
#main .kome{
	clear:both;
	font-size:12px;
	margin-bottom:30px;
}
/* access2_box */
#main #access2_box{
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
#main #access2_box .btn{
	margin-bottom:20px;
}
#main #access2_box .btn a{
	color:#333;
	text-decoration:none;
	display:inline-block;
	line-height:28px;
	height:28px;
	border:1px solid #CECECE;
	padding:0 10px 0 23px;
	background:url(images/access_icon.png) no-repeat 5px center #F7F7F7;
}
#main #access2_box .btn a:hover{
	color:#999;
}
/* access3_box */
#main #access3_box{
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
#main #access3_box dl{
	width:355px;
	margin-bottom:20px;
}
#main #access3_box dl dt{
	font-size:16px;
	font-weight:bold;
	padding-bottom:12px;
	background:url(images/access_line.png) no-repeat left bottom;
	margin-bottom:20px;
}


/*-----------------------------
	リンク集
------------------------------*/

#main #link_p li{ margin-top:20px;}


#main .link{
	display: flex;
	margin-top:5%;
}

#main .link li:first-child{
	margin-right:1%;
}
#main .btn_title{
	font-size:20px;
	margin-bottom:1%;
}
#main .btn a{
	background:#D35959;
	color: #fff;
	display: block;
	max-width: 300px;
	padding:10px 0;
	text-align: center;
}




