@charset "utf-8";

#container{
	width: auto;
	min-width: 1080px;
	overflow-x: hidden;
}
.content_area {
	position: relative;
	z-index: 2;
	padding: 30px 0;
}
.content_area:before{
	content: '';
	display: block;
	width: 2000px;
	height: 100%;
	position: absolute;
	top: 0;
	left: calc(50% - 1000px);
	z-index: -1;
}
.content_area.content_area1:before{
	background-color: #f0f0ee;
}
.content_area.content_area2:before{
	background-color: #f2f6cc;
}
.content_area.content_area3:before{
	background-color: #f0f0ee;
}
.content_area.content_area5:before{
	background-color: #f2f6cc;
}



#mymainback{
	padding: 0px 5px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* 足跡を非表示 */
#footstep_wrap {
	display: none !important;
}

/* 戻るボタンを非表示 */
#back_or_pagetop > div#to_page_back {
	display: none !important;
}

.header_fixed #he_left #logo{
	display: block;
	width: 214px;
	height: 76px;
	background: url(/img/common/logo_fixed.png);
}
.header_fixed #he_left #logo img{
	display: none;
}

/* スライドショー */
#top_photo_wrap{
	width: 690px;
	position: relative;
}
ul#top_photo {
	width: 690px;
	height: 520px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul#top_photo li{
	width: 690px;
	height: 520px;
	overflow: hidden;
	display: block;
	position: relative;
}
ul#top_photo li a{
	display: block;
	text-decoration: none;
}
#top_photo img {
	width: 100%;
	height: auto;
}

.photo_caption {
	display: block;
	width: 100%;
	margin: 0;
	padding: 12px 20px 12px 80px;
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #ffffff;
	background: #557624;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 1.5rem;
	line-height: 1em;
}
.photo_caption span{
	color: currentColor !important;
}

.photo_caption:empty{
	display: none;
}

#mp_control_box {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
}
#mp_control_box button{
	display: block;
	background: #557624;
	border: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1em;
	padding: 10px 20px;
}

button#mp_control_play{
	display: none;
}

#mp_control_prev,
#mp_control_next {
	display: block;
	width: 40px;
	height: 40px;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	white-space: nowrap;
	background: #557624;
	color: #fff;
	border: none;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 20px);
}
#mp_control_prev{
	left: -5px;
}
#mp_control_next{
	right: -5px;
}

#mp_control_prev:after,
#mp_control_next:after{
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border: 3px solid #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	    -ms-transform: translate(-50%,-50%) rotate(45deg);
	        transform: translate(-50%,-50%) rotate(45deg);
}
button#mp_control_prev:after{
	border-top: none;
	border-right: none;
	left: calc(50% + 2px);
}
button#mp_control_next:after{
	border-bottom: none;
	border-left: none;
	left: calc(50% - 2px);
}

#top_photo_wrap ul.slick-dots {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 13px;
	left: calc(50% - 450px);
	z-index: 10;
}
#top_photo_wrap ul.slick-dots li {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	width: 18px;
	height: 18px;
	border-radius: 100%;
	overflow: hidden;
	background: #333333;
	color: #ffffff;
	margin: 0px 3px;
	padding: 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#top_photo_wrap ul.slick-dots li button {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	overflow: hidden;
	text-indent: -9999em;
	border: 2px solid #ffffff;
	background: #ffffff;
	color: #333333;
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#top_photo_wrap ul.slick-dots li.slick-active button {
	background: #333333;
	color: #ffffff;
}


#top_maingraphic {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

#top_main_right ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: auto;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
#top_main_right ul li{
	display: block;
	margin: 0px;
}
#top_main_right ul li a{
	display: block;
}


/* メイン */
#main_a > div {
	/* margin-bottom: 30px; */
}
#main_a > div:last-child {
	margin-bottom: 0px;
}

/* 重要なお知らせ */
#top_important {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	display: table;
	background: #ffffff;
	color: #cc0000;
	margin: 0px 0px 30px;
}
#top_important > div {
	display: table-cell;
	vertical-align: top;
}

#top_important_ttl {
	width: 20rem;
}
#top_important_ttl h2 {
	margin: 0px;
	padding: 15px 0 15px 60px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: left;
	background: url(/img/common/icon_important.png) no-repeat left 20px center transparent;
}

#top_important_list {
}
#top_important_list ul {
	margin: 0px;
	padding: 15px 20px 10px;
	list-style: none;
}
#top_important_list ul li {
	width: 100%;
	display: table;
	padding: 4px 0px;
}
#top_important_list ul li > span {
	display: table-cell;
	vertical-align: top;
}
#top_important_list ul li > span.article_date {
	width: 11em;
}
#top_important_list ul li a {
	color: currentColor;;
}

#top_important_list .link_box {
	text-align: right;
	padding: 10px 20px;
	margin: 0px;
}
#top_important_list .link_box span {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 0px 5px 5px;
	line-height: 1.4;
}
#top_important_list .link_box span:first-child {
	margin-left: 0px;
}
#top_important_list .link_box span a {
	border: 2px solid #cc0000;
}

#top_important_list .link_box span a:after{
	content: '';
	display: block;
	border: 2px solid currentColor;
	border-left: none;
	border-bottom: none;
}
#top_important_list .link_box span a:hover,
#top_important_list .link_box span a:focus{
	background-color: #cc0000;
	color: #ffffff;
}

/* タブ */
#top_tab_title ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
#top_tab_title ul li {
	width: 24%;
}
#top_tab_title ul li button {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	background: #d2dbaa;
/* 	color: #000000; */
	font-size: 2rem;
	font-weight: bold;
	line-height: 3rem;
	padding: 10px;
	text-align: center;
	border-radius: 0px 10px 0px 0px;
}
#top_tab_title ul li.tab_on button {
	background: #ffffff;
/* 	color: #ffffff; */
	position: relative;
}
#top_tab_title ul li.tab_on button:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-box-shadow: 0 0 10px 0px;
	        box-shadow: 0 0 10px 0px;
	z-index: -1;
}
#top_tab_title ul li button br {
	display: none;
}

#top_tab_detail {
	padding: 20px;
	background: #ffffff;
}

/* 新着情報（件数） */
.top_tab_detail_list .release_day {
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.top_tab_detail_list .release_day > span {
	display: block;
	font-size: 1.4rem;
}
.top_tab_detail_list .release_day > span.rd_title:before {
	content: url(/img/top/icon_news_updatecount.png);
	display: inline-block;
}
span.rd_title_update,
span.rd_count_num {
	color: #547526;
	font-size: 2.4rem;
	font-weight: bold;
	display: inline-block;
	margin: 0 5px;
}

/* 新着情報 */
.top_tab_detail_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	max-height: 400px;
	overflow: auto;
}
.top_tab_detail_list ul li {
	padding: 8px 0px 8px 20px;
	position: relative;
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.top_tab_detail_list ul li:before {
	content: '';
	width: 5px;
	height: 5px;
	border: 2px solid #deb514;
	position: absolute;
	top: calc(8px + 0.5em);
	left: 0px;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	border-left: none;
	border-bottom: none;
}
.top_tab_detail_list ul li > span {
	display: table-cell;
	vertical-align: top;
}
.top_tab_detail_list ul li > span.article_date {
	width: 11em;
}

.top_tab_detail_list p.no_data {
	margin: 0px;
}

.top_tab_detail_box div.link_box {
	text-align: right;
}
.top_tab_detail_box div.link_box span {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 0px 5px 5px;
	line-height: 1.4;
}
.top_tab_detail_box div.link_box span:first-child {
	margin-left: 0px;
}

/* トピックス */
#topics_wrap h2 {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	font-size: 2.1rem;
	line-height: 1em;
}
#topics_wrap h2 span{
	display: inline-block;
	vertical-align: middle;
}
#topics_wrap h2 span:before,
#topics_wrap h2 span:after{
	display: inline-block;
	vertical-align: middle;
}
#topics_wrap h2 span:before{
	content: url(/img/top/icon_topics_title_left.png);
	margin-right: 30px;
}
#topics_wrap h2 span:after{
	content: url(/img/top/icon_topics_title_right.png);
	margin-left: 30px;
}

#lettering {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.lettering_box {
	width: 260px;
	padding: 30px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: #ffffff;
	margin: 0;
	margin-top: 10px;
	margin-right: 10px;
	text-align: center;
}
.lettering_box:nth-child(4n){
	margin-right: 0;
}
.lettering_box:nth-child(-n+4){
	margin-top: 0;
}

.lettering_box > div {
}
.lettering_box > div.lettering_box_img {
	width: 200px;
	margin: 0 auto 5px;
}

.lettering_box > div.lettering_box_img img {
	width: 100%;
	height: auto;
}
.lettering_box > div.lettering_box_img div:empty {
	height: 150px;
	background: url(/img/common/noimage.png) no-repeat center center #d5e2c0;
}
.lettering_box > div.lettering_box_text a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}

.link_box {
	display: block;
	margin: 20px 0 0;
	text-align: right;
}

.link_box span {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 0px 5px 5px;
}

.link_box span a {
	display: block;
	padding: 10px 40px 10px 20px;
	border: 2px solid #557624;
	border-radius: 100px;
	position: relative;
	font-size: 1.4rem;
	line-height: 1em;
	text-decoration: none;
	color: currentColor;
	-webkit-transition: background-color 0.15s ease,color 0.15s ease;
	-o-transition: background-color 0.15s ease,color 0.15s ease;
	transition: background-color 0.15s ease,color 0.15s ease;
}
.link_box span a:after{
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border: 2px solid #557624;
	border-left: none;
	border-bottom: none;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	    -ms-transform: translateY(-50%) rotate(45deg);
	        transform: translateY(-50%) rotate(45deg)
}
.link_box span a:hover,
.link_box span a:focus{
	background-color: #557624;
	color: #ffffff;
}
.link_box span a:hover:after,
.link_box span a:focus:after{
	border-color: #ffffff;
}

/* カレンダー */
#top_calendar_detail {
	max-width: 400px;
	margin: 0px auto;
}
#top_calendar_detail ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	display: table;
}
#top_calendar_detail ul li {
	display: table-cell;
	vertical-align: middle;
}
#top_calendar_detail ul li.calendar_index_last {
	width: 4em;
	text-align: left;
}
#top_calendar_detail ul li.calendar_index_next {
	width: 4em;
	text-align: right;
}
#top_calendar_detail ul li.calendar_index_now {
	text-align: center;
}

table#top_calendar_table {
	margin-top: 10px;
	width: 100%;
	border: 1px solid #666666;
	border-collapse: collapse;
}
table#top_calendar_table th {
	border: 1px solid #666666;
	font-weight: normal;
	text-align: center;
	padding: 10px;
}
table#top_calendar_table td {
	border: 1px solid #666666;
	text-align: center;
	padding: 10px;
}
table#top_calendar_table td a {
	display: block;
}

.cal_sun {
	color: #990000;
	background-color: #ffdde6;
}
.cal_mon,.cal_tue,.cal_wed,.cal_thu,.cal_fri {
	background-color: #f5f5f5;
}
.cal_sat {
	color: #000099;
	background-color: #ccddff;
}
.cal_hol {
	background-color: #ffdde6;
}
.cal_today {
	background-color: #ffff80;
}

/* 検索メニュー */
#top_search_menu_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
#top_search_menu_list ul li {
	width: 24%;
}
#top_search_menu_list ul li a {
	display: block;
	background: #e6e6e6;
	text-align: center;
	line-height: 2rem;
	padding: 20px 0px;
}

/* 注目ワード */
#search_trend_word p {
	margin: 0px;
}
#search_trend_word p a {
	display: inline-block;
	vertical-align: top;
	margin: 0px 10px 10px 0px;
	background: #e6e6e6;
	padding: 3px 20px;
	text-decoration: underline;
	cursor: pointer;
	color: #1a0dab;
}
#search_trend_word p a:hover {
	color: #cc0000;
}

/* リンクリスト */
#top_linklist ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	list-style: none;
	margin: 0;
	padding: 0;
}
#top_linklist ul li{
	display: block;
	width: 260px;
	margin: 0;
	margin-right: 10px;
	margin-bottom: 10px;
}
#top_linklist ul li:nth-child(4n){
	margin-right: 0;
}
#top_linklist ul li a{
	display: block;
	height: 245px;
	position: relative;
	background: #000000;
	color: #ffffff;

}
#top_linklist ul li a:after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.3) 100%);
	background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(0,0,0,0)),color-stop(1%, rgba(0,0,0,0)),to(rgba(0,0,0,0.3)));
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 ); /* IE6-9 */
	opacity: 1;
	-webkit-transition: opacity 0.15s ease;
	-o-transition: opacity 0.15s ease;
	transition: opacity 0.15s ease;
}
#top_linklist ul li a:hover:after,
#top_linklist ul li a:focus:after{
	opacity: 0;
}
#top_linklist ul li a img{
	position: relative;
	z-index: 1;
}
#top_linklist ul li a span {
	display: block;
	width: 100%;
	position: absolute;
	z-index: 3;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.4) 34%,rgba(0,0,0,0.55) 50%,rgba(0,0,0,0.6) 100%);
	background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(0,0,0,0)),color-stop(1%, rgba(0,0,0,0)),color-stop(34%, rgba(0,0,0,0.4)),color-stop(50%, rgba(0,0,0,0.55)),to(rgba(0,0,0,0.6)));
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.4) 34%,rgba(0,0,0,0.55) 50%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
}
/*
@media(min-width: 768px){
#top_linklist ul li a span br {
	display: none;
  }
}
*/

#top_linklist ul:nth-child(2) {
	margin-top: 20px;
}
#top_linklist ul:nth-child(2) li {
	border-radius: 30px;
	overflow: hidden;
}
#top_linklist ul:nth-child(2) li a {
	background: #fff;
	color: #000;
}
#top_linklist ul:nth-child(2) li a span {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(100% - 20px);
	margin: 10px;
	border-radius: 30px;
	background: rgba(223,182,39,0.8);
}


/* 人口・世帯数 */
#top_jinkou_list dl {
	display: inline-block;
	vertical-align: top;
	margin: 0px 1em 0px 0px;
	padding: 0px;
}
#top_jinkou_list dl dt {
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
#top_jinkou_list dl dd {
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

/* 時計 */
#top_tokei {
	width: 320px;
	height: 240px;
	position: relative;
}

#tokei_photo {
	width: 320px;
	height: 240px;
}
#tokei_photo span {
	display: block;
	width: 320px;
	height: 240px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

#tokei_time {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
}

/* 事業PRバナー（スライドバナー） */
ul#top_banner_pr_list.slick-slider li {
	margin: 0px;
	padding: 0px 10px;
}
ul#top_banner_pr_list.slick-slider li img {
	max-width: 200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#pr_control_box {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 5px 0px 0px;
	padding: 10px 0px;
}
#pr_control_box button {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 3px 0px 0px;
	padding: 0px;
	width: 24px;
	height: 24px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 100%;
	border: none;
	color: #ffffff;
	background-color: #333333;
	background-repeat: no-repeat;
	background-size: 8px auto;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
}
#pr_control_box button#pr_control_prev {
	background-image: url(/img/top/photo/btn_slide_prev.png);
	background-position: 7px center;
}
#pr_control_box button#pr_control_next {
	background-image: url(/img/top/photo/btn_slide_next.png);
	background-position: 9px center;
}
#pr_control_box button#pr_control_pause {
	background-image: url(/img/top/photo/btn_slide_stop.png);
	background-position: center center;
}
#pr_control_box button#pr_control_play {
	display: none;
	background-image: url(/img/top/photo/btn_slide_play.png);
	background-position: 9px center;
}

#top_banner_pr ul.slick-dots {
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	padding: 10px 0px;
	list-style: none;
}
#top_banner_pr ul.slick-dots li {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	width: 18px;
	height: 18px;
	border-radius: 100%;
	overflow: hidden;
	background: #333333;
	color: #ffffff;
	margin: 0px 3px;
	padding: 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#top_banner_pr ul.slick-dots li button {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	overflow: hidden;
	text-indent: -9999em;
	border: 2px solid #ffffff;
	background: #ffffff;
	color: #333333;
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#top_banner_pr ul.slick-dots li.slick-active button {
	background: #333333;
	color: #ffffff;
}

/* スライドショーのコントロールボタンを中央揃えにする */
#top_banner_pr {
	text-align: center;
}
#top_banner_pr h2 {
	text-align: left;
}
ul#top_banner_pr_list {
	text-align: left;
}

/* 緊急情報（防災メール連携） */
#main_box_emergency{
	background: #FFDFDF;
	width: 710px;
	margin: 5px auto 30px;
	padding: 20px;
	display: none;
	table-layout: fixed;
}
#main_box_emergency > * {
	display: table-cell;
	vertical-align: top;
}
#main_box_emergency h2{
	width: 5em;
	height: 1.1em;
	margin: 0px;
	padding: 0px;
	padding-left: 40px;
	background: url(/img/icon_head_emer.png) no-repeat left top;
	color: #CC0000;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.3em;
}
#main_box_emergency ul {
	margin: 0;
	padding: 0 10px;
	list-style: none;
	background: #fff;
	font-size: 1.4rem;
	color: #f00;
}
#main_box_emergency li{
	position: relative;
	border-top: 1px solid #ccc;
	padding: 0.6rem 0;
}
#main_box_emergency li:first-child{
	border-top: none;
}
/*
#main_box_emergency li label[for*="emer_mail"]{
	position: absolute;
	display: block;
	width: 100%;
	height: 3rem;
	z-index: 10;
	cursor: pointer;
}
#main_box_emergency li input[id*="emer_mail"]{
	display: none;
}
*/
#main_box_emergency li .emer_title {
	display: block;
	margin: 0;
	padding: 0.6rem;
	overflow: hidden;
	line-height: 2rem;
	background: url(/img/icon_list_important.png) no-repeat left top 1rem;
	padding-left: 20px;
	margin-left: 10px;
	height: 1.4rem;
	font-size: 1.0rem;
	cursor: pointer;
}
/*#main_box_emergency li input[id*="emer_mail"]:checked + .emer_title{
	height: auto;
}
*/
#main_box_emergency li .emer_title.emer_mail_open{
	height: auto;
}

#main_box_emergency li .emer_title:before {
	content: '';
	position: absolute;
	right: 10px;
	top: 0.8rem;
	display: block;
	width: 20px;
	height: 20px;
	background: url(/img/sp/arrow_r_white.png) no-repeat center center #FFDFDF;
	background-size: 9px 14px;
	border-radius: 4px;
	-webkit-transition: -webkit-transform 0.1s ease-out;
	transition: -webkit-transform 0.1s ease-out;
	-o-transition: transform 0.1s ease-out;
	transition: transform 0.1s ease-out;
	transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
}
/*#main_box_emergency li input:checked + .emer_title:before{
	transform: rotate(90deg);
}
*/
#main_box_emergency li .emer_title.emer_mail_open:before{
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}

#main_box_emergency li .emer_date {
	display: none;
}

#emer_mail_open_all {
	border: none;
	background: none;
	text-decoration: underline;
	cursor: pointer;
	color: #00f;
}


/* バナー広告欄 */
#top_banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

#top_banner_title {
	width: 180px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-right: 20px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #d1daaa;
	text-align: center;
}


#top_banner_title h2 {
	margin: 0px;
	padding: 0px;
	font-size: 1.6rem;
	line-height: 1em;
}

#top_banner_title h2 + a{
	display:inline-block;
	margin: 20px 0px 0px;
	border: 2px solid #557624;
	font-size: 1.4rem;
	line-height: 1em;
	padding: 8px 30px 8px 10px;
	border-radius: 100px;
	text-decoration: none;
	color: currentColor;
	position: relative;
	-webkit-transition: background-color 0.15s ease, color 0.15s ease;
	-o-transition: background-color 0.15s ease, color 0.15s ease;
	transition: background-color 0.15s ease, color 0.15s ease;
}
#top_banner_title h2 + a:after{
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border: 2px solid #557624;
	border-left: none;
	border-bottom: none;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	    -ms-transform: translateY(-50%) rotate(45deg);
	        transform: translateY(-50%) rotate(45deg);
	-webkit-transition: border-color 0.15s ease;
	-o-transition: border-color 0.15s ease;
	transition: border-color 0.15s ease;
}
#top_banner_title h2 + a:hover{
	background-color: #557524;
	color: #ffffff;
}
#top_banner_title h2 + a:hover:after{
	border-color: #ffffff;
}

#top_banner #top_banner_list {
	width: calc(100% - 210px);
}


#top_banner #top_banner_list li {
	margin: 20px 20px 0px 0px;
}

#top_banner #top_banner_list li:nth-child(-n+4){
	margin-top: 0;
}
#top_banner #top_banner_list li:nth-child(4n){
	margin-right: 0;
}

#top_banner #top_banner_list li a {
	display: block;
}
/* バナー広告欄ここまで */

/* shadow */
#top_photo,
#top_main_right ul li,
#top_tab_title ul li.tab_on button:before,
#top_tab_detail,
.lettering_box,
#top_linklist ul li{
-webkit-box-shadow:
  0 0px 0.3px rgba(0, 0, 0, 0.013),
  0 0px 0.9px rgba(0, 0, 0, 0.019),
  0 0px 1.9px rgba(0, 0, 0, 0.023),
  0 0px 3.7px rgba(0, 0, 0, 0.027),
  0 0px 7.5px rgba(0, 0, 0, 0.031),
  0 0px 16px rgba(0, 0, 0, 0.037),
  0 0px 19px rgba(0, 0, 0, 0.05)
;
        box-shadow:
  0 0px 0.3px rgba(0, 0, 0, 0.013),
  0 0px 0.9px rgba(0, 0, 0, 0.019),
  0 0px 1.9px rgba(0, 0, 0, 0.023),
  0 0px 3.7px rgba(0, 0, 0, 0.027),
  0 0px 7.5px rgba(0, 0, 0, 0.031),
  0 0px 16px rgba(0, 0, 0, 0.037),
  0 0px 19px rgba(0, 0, 0, 0.05)
;
}







/* タブレット */
@media screen and (min-width: 1080px) and (max-width: 1120px) {

	.lettering_box,
	.lettering_box:nth-child(4n),
	.lettering_box:nth-child(-n+4) {
		width: calc(25% - 10px);
		margin: 5px;
	}
	.lettering_box > div.lettering_box_img {
		width: 100%;
	}

	#top_linklist ul li,
	#top_linklist ul li:nth-child(4n),
	#top_linklist ul li:nth-child(-n+4) {
		width: calc(25% - 10px);
		margin: 5px;
	}
	#top_linklist ul li a img {
		width: 100%;
		height: auto;
	}

	#top_banner #top_banner_list li,
	#top_banner #top_banner_list li:nth-child(4n),
	#top_banner #top_banner_list li:nth-child(-n+4) {
		width: calc(25% - 20px);
		margin: 10px;
	}

}
@media screen and (max-width : 1079px) {

	#container {
		min-width: auto;
	}

	#top_important {
		display: block;
		width: auto;
	}
	#top_important > div {
		display: block;
	}
	#top_important_ttl {
		width: auto;
	}
	#top_important_list ul {
		padding-top: 5px;
	}

	#top_maingraphic {
		display: block;
	}
	#top_photo_wrap {
		width: auto;
	}
	ul#top_photo {
		width: auto;
		height: auto;
	}
	ul#top_photo li {
		width: auto;
		height: auto;
	}

	#top_main_right ul {
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
	}
	#top_main_right ul li {
		width: calc(50% - 10px);
		margin: 20px 0px 0px 0px;
	}
	#top_main_right ul li img {
		width: 100%;
		height: auto;
	}

	#top_tab_title ul li button {
		font-size: 1.6rem;
	}

	#lettering {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.lettering_box,
	.lettering_box:nth-child(-n+4) {
		width: calc(33% - 10px);
		margin: 5px;
		padding: 20px;
	}
	.lettering_box > div.lettering_box_img {
		max-width: 100%;
	}
	.lettering_box > div.lettering_box_img div:empty {
		height: 0px;
		padding-top: 75%;
		background-size: contain;
	}

	#top_linklist ul {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	#top_linklist ul li,
	#top_linklist ul li:nth-child(4n) {
		width: calc(25% - 10px);
		margin: 5px;
	}
	#top_linklist ul li a {
		height: 100%;
	}
	#top_linklist ul li a img {
		width: 100%;
		height: auto;
	}

	#top_banner #top_banner_list {
		width: calc(100% - 200px);
	}
/*
	#top_banner #top_banner_list li,
	#top_banner #top_banner_list li:nth-child(-n+4) {
		margin: 5px;
	}
*/
	#top_banner #top_banner_list li,
	#top_banner #top_banner_list li:nth-child(4n),
	#top_banner #top_banner_list li:nth-child(-n+4) {
		width: calc(33% - 10px);
		margin: 5px;
	}

}
/* タブレット ここまで */