@charset "utf-8";
/* ==================================================
top
================================================== */
#top {
	overflow: hidden;
}
#sp_slider {
	display: none;
}
#hlogo h1 {
	width: 486px;
	height: 71px;
	margin: 85px 0 40px 0;
	background: url(/shared/site_chokotabi-saitama/images/common/logo.png);
	background-size: 100% auto;
}
h2.h2_top {
	margin-bottom: 15px;
	letter-spacing: 0.2em;
	font-size: 138%;/*22px相当*/
}
/*TOPICS*/
#box_topics {
	overflow: hidden;
	margin-bottom: 65px;
	text-align: justify;
	text-justify: inter-ideograph;
}
#box_topics>li {
	float: left;
	width: 234px;
	margin: 0 21px 25px 0;
}
#box_topics>li:nth-child(4n){
	margin: 0 0 25px 0;
}
#box_topics>li:nth-child(4n+1){
	clear: both;
}
.thumb_topics {
	overflow: hidden;
	position: relative;
	width: 234px;
	height: 234px;
	margin-bottom: 10px;
}
.thumb_topics img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: auto;
	max-width: 100%;
	height: auto;
}
/*MENU*/
.list_menu {
	overflow: hidden;
	margin-bottom: 61px;
}
.list_menu>li {
	float: left;
	position: relative;
	z-index: 3;
	margin: 0 29px 29px 0;
}
.list_menu>li:nth-child(3n){
	margin: 0 0 29px 0;
}
.list_menu>li a {
	display: block;
	width: 314px;
	height: 300px;
	background-repeat: no-repeat;
	background-size: 942px 1200px;
	background-image: url(/shared/templates/chokotabi-saitama_top/images/menu.png);
}
.list_menu>li:nth-child(1) a{
	background-position: 0 0;
}
.list_menu>li:nth-child(2) a{
	background-position: -314px 0;
}
.list_menu>li:nth-child(3) a{
	background-position: -628px 0;
}
.list_menu>li:nth-child(4) a{
	background-position: 0 -300px;
}
.list_menu>li:nth-child(5) a{
	background-position: -314px -300px;
}
.list_menu>li:nth-child(6) a{
	background-position: -628px -300px;
}
.list_menu>li:nth-child(1) a:hover {
	background-position: 0 -600px;
}
.list_menu>li:nth-child(2) a:hover{
	background-position: -314px -600px;
}
.list_menu>li:nth-child(3) a:hover{
	background-position: -628px -600px;
}
.list_menu>li:nth-child(4) a:hover{
	background-position: 0 -900px;
}
.list_menu>li:nth-child(5) a:hover{
	background-position: -314px -900px;
}
.list_menu>li:nth-child(6) a:hover{
	background-position: -628px -900px;
}
/*お知らせ*/
#area_news {
	overflow: hidden;
	margin-bottom: 90px;
}
#area_news .box_left {
	float: left;
	width: 660px;
}
#tab_menu {
	overflow: hidden;
	margin-bottom: 10px;
}
#tab_menu li {
	float: left;
	width: 325px;
	margin-right: 10px;
	border:#000000 1px solid;
}
#tab_menu li:last-child {
	margin-right: 0;
}
#tab_menu li.active {
	background: #fff67f;
}
#tab_menu li a{
	display:block;
	height: 100%;
	padding: 10px 5px;
	text-align:center;
	font-weight: bold;
}
#tab_menu li a:hover {
	text-decoration: none;
}
.tab_box {
	padding: 20px;
	text-align: justify;
	text-justify: inter-ideograph;
	border:#000000 1px solid;
}
.tab_box li {
	margin-bottom: 14px;
}
.date_news {
	display: block;
	margin-bottom: 2px;
	font-size: 82%;/*13px相当*/
}
.title_news {
	font-size: 100%;
}
.btn_archive {
	text-align: right;
}
.btn_archive a {
	padding: 3px;
	font-size: 88%;
	color: #ffffff;
	background: #000000;
	border-radius: 5px;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.btn_archive a:hover {
	text-decoration: none;
	opacity: 0.8;
}
#area_news .box_right {
	float: right;
}
#area_news .box_right ul img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 15px 0;
}
/*バナーエリア*/
#bnr_link {
	margin-bottom: 35px;
}
#bnr_pr {
	margin-bottom: 50px;
}
.title_bnr {
	position: relative;
	margin-bottom: 15px;
}
.title_bnr span {
	position: relative;
	display: inline-block;
	padding-right: 0.5em;
	font-size: 88%;
	background: #ffffff;
}
.title_bnr:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	width: 100%;
	border-top: 1px solid;
}
#bnr_link ul,
#bnr_pr ul {
	overflow: hidden;
}
#bnr_link ul>li,
#bnr_pr ul>li {
	float: left;
	width: 170px;
	margin: 0 15px 15px 0;
}
#bnr_link ul>li:nth-child(5n),
#bnr_pr ul>li:nth-child(5n) {
	margin: 0 0 15px 0;
}
#bnr_link ul>li:nth-child(5n+1),
#bnr_pr ul>li:nth-child(5n+1) {
	clear: both;
}
#bnr_link ul>li img,
#bnr_pr ul>li img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
