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

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

#header #headright #font_box,
#header #headright #bgcolor{
	display: none;
}

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

/* 20230928お知らせ改修 */
.news_flex .other_news{
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.news_flex .other_news h3{
	height: 80px;
	margin: 10px;
}

.news_flex .other_news h3 a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 280px;
}

/*##########
メインメニュー
##########*/
#mainmenuwrap{
	padding: 10px;
}

ol#mainmenu{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

ol#mainmenu li{
	width: calc(100% / 3);
	list-style: none;
	font-weight: 700;
	font-size: 120%;
}

ol#mainmenu li a{
	display: block;
	padding: 10px 0;
	text-align: center;
	color: #333;
	text-decoration: none;
	position: relative;
}

ol#mainmenu li:nth-child(1) a:before,
ol#mainmenu li:nth-child(2) a:before,
ol#mainmenu li:nth-child(3) a:before{
	content: "";
	display: block;
	width: calc(100% - 20px);
	height: 1px;
	background-color: #CCC;
	position: absolute;
	bottom: 0;
	left: 10px;
}

ol#mainmenu li:nth-child(1) a:after,
ol#mainmenu li:nth-child(2) a:after,
ol#mainmenu li:nth-child(4) a:after,
ol#mainmenu li:nth-child(5) a:after{
	content: "";
	display: block;
	width: 1px;
	height: calc(100% - 20px);
	background-color: #CCC;
	position: absolute;
	top: 10px;
	right: 0;
}

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

/***** コロナ情報枠 *****/
#covid19_box{
}

#covid19_box #kinkyuu{
	width: 100%;
}

#covid19_box .covid19_banner{
	width: 100%;
	margin-top: 20px;
}

#covid19_box .covid19_banner ul{
	display: flex;
	flex-direction: row;
	justify-content: center;
}

#covid19_box .covid19_banner ul li{
	list-style: none;
	margin: 10px;
}

/***** 情報を探す *****/
#search_info{
}

#search_info h2{
}

#search_info .inner{
	flex-direction: column;
}

#search_info .inner > div{
	margin: 20px;
}

/* サイト内検索 */
#search_info .inner .search_box{
	width: auto;
}

/* 検索ヒント */
#search_info .inner .search_hint{
	padding: 30px;
}

#search_info .inner .search_hint ul{
	flex-direction: row;
	flex-wrap: wrap;
}

#search_info .inner .search_hint ul li{
	width: calc(100% / 2 - 20px);
	margin: 10px;
	max-width: 200px;
}

#search_info .inner .search_hint ul li a{
	padding: 15px 0;
	text-align: center;
}


/***** ナビメニュー *****/
#navi_menu{
	padding: 40px 0;
}

#navi_menu .inner{
	flex-direction: column;
}

/* 緊急時に備えて */
#navi_menu .emegency_navi{
	width: auto;
}

/* 暮らしのメニュー */
#navi_menu .kurashi_navi{
	width: auto;
}

#navi_menu .kurashi_navi ul li{
	width: calc(100% / 3 - 14px);
}

/***** ピックアップ枠 *****/
#pickup{
	flex-direction: column;
}

/* PR系 */
#pickup .pr{
	width: auto;
	text-align: center;
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#pickup .pr section{
	margin: 20px;
}

/* お知らせ */
#pickup .news{
	width: auto;
}

/**** 広報誌・SNS *****/
#top_box_01 .inner .koho h2{
	text-align: center;
}

#top_box_01 .inner .koho .koho_box{
	justify-content: center;
}

/***** 広報・市長室 *****/
#top_box_01{
}

#top_box_01 .inner{
	width: 100%;
	max-width: 1480px;
	margin: auto;
	display: flex;
	justify-content: center;
	flex-direction: column;
}



#top_box_01 .inner .shisei{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

/* 市長の部屋 */
#top_box_01 .inner .shisei .mayer{
	height: 180px;
	margin: 20px;
}

#top_box_01 .inner .shisei .mayer a{
	background-position: top 40px center;
	background-size: 180px auto;
}

#top_box_01 .inner .shisei .mayer a span{
	margin-top: 10px;
}

/* 議会 */

#top_box_01 .inner .shisei .gikai{
	height: 180px;
	margin: 20px;
}

#top_box_01 .inner .shisei .gikai a{
	background-image: url("../../content_images/top/back_gikai.jpg");
	background-size: cover;
	background-position: center center;
}

#top_box_01 .inner .shisei .mayer a,
#top_box_01 .inner .shisei .gikai a{
	display: flex;
	width: 240px;
	border: 1px solid #FFF;
	height: 100%;
	background-color: #FFF;
}

/***** 市政枠 *****/
#top_box_02{
	padding: 60px 20px;
}

#top_box_02 .inner{
	display: flex;
	justify-content: center;
}

#top_box_02 .inner .gyosei .gyosei_box ul li{
	width: 100%;
}

/*##########
下層ページ
##########*/
/* カテゴリ見出し */
#cat_index #main{
	display: block;
}

#main .cat_tit,
#cat_index #main #content{
	width: auto;
}

#main .cat_tit{
	font-size: 1.6rem;
}



/* サイドメニュー */
div#left-column{
	width: calc(100% - 82px);
	max-width: 1480px;
	margin: 60px auto 0;
	background-color: rgba(255,255,255,0.80);
	backdrop-filter: blur(10px);
	border: 1px solid #FFF;
	box-shadow: 0 0 14px -6px rgba(0,0,0,0.1);
	padding: 40px;
	border-radius: 4px;
}

div#left-column h2{
	font-size: 140%;
	margin-bottom: 20px;
}

div#left-column .banner{
	display: flex;
	flex-wrap: wrap;
}

div#left-column .banner > *{
	margin: 10px;
}


/* カテゴリメニュー */
#categorymenu{
	display: flex;
	flex-wrap: wrap;
}

#categorymenu li{
	list-style: none;
	margin: 10px;
	width: calc(100% / 2 - 20px);
}

#categorymenu li a{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	min-height: 2em;
	/*height: calc(100% - 20px);*/
	border: 1px solid #CCC;
	text-decoration: none;
	border-radius: 4px;
	color: #333;
	transition: 0.3s;
}

#categorymenu li a:hover,
#categorymenu li a:focus{
	background-color: #E6F4ED;
	border: 1px solid #6FC897;
}

/* サイドメニューお問い合わせ */

div#left-column .contact_box > ul{
	display: flex;
	flex-wrap: wrap;
}

div#left-column .contact_box > ul li{
	list-style: none;
	margin: 10px;
	width: calc(100% / 2 - 20px);
}

div#left-column .contact_box > ul li a{
	display: flex;
	align-items: center;
	padding: 5px 15px;
	min-height: 2em;
	/*height: calc(100% - 20px);*/
	border: 1px solid #00357E;
	text-decoration: none;
	border-radius: 4px;
	color: #FFF;
	transition: 0.3s;
	background-color: #00357E;
}

div#left-column .contact_box > ul li a:hover,
div#left-column .contact_box > ul li a:focus{
	background-color: #FCF9F3;
	color: #222;
}

div#left-column .contact_box #snswrap ul{
	display: flex;
	justify-content: center;
}

div#left-column .contact_box #snswrap ul li{
	list-style: none;
	margin: 5px;
}

