@charset "utf-8";

/* 足あとを非表示 */
#footstep_wrap {
	display: none !important;
}

/* ヘッダ部表示順 */
#top_header_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
#top_header_wrap > * {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}
#top_header_wrap > #header {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}
#top_header_wrap > #top_important_bg {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}

/* ヘッダ */
#header2_box {
	padding-top: 25px;
	padding-bottom: 25px;
}

#he_left {
	padding-left: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0px 15px;
}

#logo {
	margin: 0px;
}

#logo_70 {
	width: 85px;
}
#logo_70 img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

#top_search {
	display: none;
}

#top_search2 {
	width: var(--content-width, 1080px);
	margin: 0px auto;
	padding: 20px 0px;
}
#top_search2 .gnav ul li a .txt,
#top_search2 .gnav ul li a:hover .txt,
#top_search2 .gnav ul li a:focus .txt {
	visibility: visible;
}

/* ヘッダ（フローティング） */
@media screen and (min-width: 1081px) and (min-height: 400px) {

	#header {
		min-height: 140px;
	}

	.header_hide #top_search {
		display: block;
	}
	.header_hide #top_search .gnav ul li.gnav0 {
		display: none;
	}

}
/* ヘッダ（フローティング） ここまで */

/* MV（スライドショー） */
/* top-slideshow.css参照 */

/* 重要なお知らせ */
#top_important_bg {
	background: #bd150d;
	color: #ffffff;
}
#top_important_bg a {
	color: inherit;
}

#top_important {
	width: var(--content-width, 1080px);
	margin: 0px auto;
	padding: 10px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
#top_important .top_important_ttl {
	width: 15rem;
}
#top_important .top_important_ttl h2 {
	margin: 0px;
	padding: 5px 10px 5px 0px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2rem;
}

#top_important .top_important_list {
	width: calc(100% - 15rem);
}
#top_important .top_important_list ul {
	margin: 0px;
	padding: 4px 0px 4px 25px;
	list-style: none;
	border-left: 1px solid;
}
#top_important .top_important_list ul li {
	width: 100%;
	display: table;
	margin-bottom: 10px;
}
#top_important .top_important_list ul li:last-child {
	margin-bottom: 0px;
}
#top_important .top_important_list ul li span.article_date {
	display: table-cell;
	vertical-align: top;
	width: calc(11em + 10px);
}
#top_important .top_important_list ul li span.article_title {
	display: table-cell;
	vertical-align: top;
}

/* 重要なお知らせ（文字拡大時） */
.font_size_changed #top_important .top_important_list ul li,
.font_size_changed #top_important .top_important_list ul li span.article_date,
.font_size_changed #top_important .top_important_list ul li span.article_title {
	display: block;
}
.font_size_changed #top_important .top_important_list ul li span.article_date {
	width: auto;
}

/* メイン */
#mymainback_bg {
	max-width: 2000px;
	margin: 0px auto;
	overflow: hidden;
}

#mymainback {
	width: auto;
	margin: 0px;
	padding: 0px 0px 180px;
}

#main {
	color: #545454;
}
#main a {
	color: inherit;
}

.top_main_box {
	width: var(--content-width, 1080px);
	margin-left: auto;
	margin-right: auto;
}

.top_main_box .img_box {
	position: relative;
}
.top_main_box .img_box::before {
	content: '';
	display: block;
	width: 100%;
	height: 300px;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), color-stop(50%, rgba(255, 255, 255, 0.75)), to(rgba(255, 255, 255, 0)));
	background-image: -o-linear-gradient(bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0));
	background-image: linear-gradient(0deg, rgb(255, 255, 255), rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0));
	color: inherit;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	pointer-events: none;
}

h2.main_h2 {
	margin: 0px 0px 60px;
	line-height: 1;
	text-align: center;
}
h2.main_h2 img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

/* Information */
#top_information_bg {
	margin-top: 90px;
	overflow: hidden;
}

#top_information_box {
	position: relative;
	min-height: 585px;
}
#top_information_box .img_box {
	width: 855px;
	height: auto;
	aspect-ratio: 855 / 585;
	background: url("/img/nw2025/top/bg-info.jpg") no-repeat left center transparent;
	background-size: cover;
	color: inherit;
	position: absolute;
	top: 0px;
	left: 685px;
}

/* 新着情報（トピックス） */
#top_topics {
	width: 680px;
	min-height: 585px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: #f5f5f5;
	padding: 40px 40px 60px;
}

#top_topics p.no_data {
	margin: 0px;
	padding: 20px 0px;
}

#top_topics ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#top_topics ul li {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0px;
	padding: 20px 0px;
	border-bottom: 2px solid #ffffff;
}
#top_topics ul li span.article_date {
	display: table-cell;
	vertical-align: top;
	width: calc(11em + 10px);
}
#top_topics ul li span.article_title {
	display: table-cell;
	vertical-align: top;
}

#top_topics ul li img.icon_new {
	vertical-align: baseline;
	vertical-align: text-bottom;
	margin-left: 10px;
	width: 40px;
	height: auto;
}

#top_topics div.link_box {
	margin-top: 30px;
}
#top_topics div.link_box a {
	display: inline-block;
	border: 1px solid transparent;
	border-radius: 0;
	background: #ffffff;
	color: inherit;
	font-size: var(--fontsize-main-small, 1.5rem);
	line-height: 1.8rem;
	text-decoration: none;
	margin: 0px;
	padding: 10px 60px 10px 20px;
	position: relative;
}
#top_topics div.link_box a:hover,
#top_topics div.link_box a:focus {
	text-decoration: underline;
}
#top_topics div.link_box a::before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border: 1px solid #45b9b8;
	border-bottom: none;
	border-left: none;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	    -ms-transform: translateY(-50%) rotate(45deg);
	        transform: translateY(-50%) rotate(45deg);
}

/* 新着情報（トピックス）（文字拡大時） */
.font_size_changed #top_topics ul li,
.font_size_changed #top_topics ul li span.article_date,
.font_size_changed #top_topics ul li span.article_title {
	display: block;
}
.font_size_changed #top_topics ul li span.article_date {
	width: auto;
}

/* Pick up */
#top_pickup_bg {
	margin-top: 120px;
	overflow: hidden;
}

#top_pickup_box {
	position: relative;
	min-height: 1065px;
	margin-left: 380px;
}
#top_pickup_box .img_box {
	width: 770px;
	height: auto;
	aspect-ratio: 770 / 1065;
	background: url("/img/nw2025/top/bg-pickup.jpg") no-repeat right center transparent;
	background-size: cover;
	color: inherit;
	position: absolute;
	top: 0px;
	right: 770px;
}

/* バナー */
#top_pickup_banner_wrap .bnr_box {
	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;
	gap: 35px;
}

#top_pickup_banner_wrap .bnr {
	width: 210px;
}
#top_pickup_banner_wrap .bnr a {
	display: block;
	width: 100%;
	height: 100%;
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
#top_pickup_banner_wrap .bnr a:hover,
#top_pickup_banner_wrap .bnr a:focus {
	opacity: 0.75;
}

#top_pickup_banner_wrap .bnr .box {
	display: block;
	width: 100%;
	height: 100%;
	background: #f5f5f5;
}

#top_pickup_banner_wrap .bnr .box .img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	line-height: 1;
}
#top_pickup_banner_wrap .bnr .box .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: center;
	   object-position: center;
	vertical-align: top;
}

#top_pickup_banner_wrap .bnr .box .ttl {
	display: block;
	padding: 15px 20px;
	font-size: 1.6rem;
	line-height: 2rem;
	font-weight: bold;
}
#top_pickup_banner_wrap .bnr a:hover .box .ttl,
#top_pickup_banner_wrap .bnr a:focus .box .ttl {
	text-decoration: underline;
}

#top_pickup_banner_wrap .bnr .box .txt {
	display: block;
	margin-top: -10px;
	padding: 0px 20px 15px;
	font-size: 1.2rem;
	line-height: 1.5;
	position: relative;
	z-index: 1;
}
#top_pickup_banner_wrap .bnr .box .txt:empty {
	display: none;
}
#top_pickup_banner_wrap .bnr .box .txt * {
	background: transparent !important;
	color: inherit !important;
}

#top_pickup_banner2 {
	padding-top: 60px;
	background: url("/img/nw2025/top/bg-line.png") repeat-x left top transparent;
}
#top_pickup_banner1 + #top_pickup_banner2 {
	margin-top: 80px;
}

/* About */
#top_about_bg {
	margin-top: 120px;
}

#top_about {
	position: relative;
	min-height: 400px;
}
#top_about img.img_map {
	position: absolute;
	top: -60px;
	right: -35px;
	width: 622px;
	height: auto;
}
#top_about h2.main_h2 {
	width: 480px;
	margin-bottom: 40px;
	text-align: left;
}

#top_about_box {
	width: 480px;
}
#top_about_box p {
	margin: 0px;
	line-height: 1.8;
}
#top_about_box p + p {
	margin-top: 1em;
}

/* 人口と世帯数 */
.top_jinkou {
	margin-top: 35px;
	width: 415px;
	border: 1px solid #45b9b8;
	padding: 9px 19px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	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: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0px 2em;
}

.top_jinkou dl {
	margin: 0px;
	padding: 0px;
	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: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.top_jinkou dl.wide {
	width: 100%;
}
.top_jinkou dl.jnk2 {
	margin-left: 5em;
}
.font_size_changed .top_jinkou dl.jnk2 {
	margin-left: 0px;
}

.top_jinkou dl dt {
	margin: 0px;
	padding: 0px;
}
.top_jinkou dl.jnk1 dt::before,
.top_jinkou dl.jnk4 dt::before {
	content: '';
	display: inline-block;
	vertical-align: baseline;
	width: 0.8em;
	height: 0.8em;
	border-radius: 100%;
	background: #45b9b8;
	color: #000000;
	margin-top: 0.1em;
	margin-right: 0.2em;
}

.top_jinkou dl dd {
	margin: 0px;
	padding: 0px;
}


/* ==================================================
背景色変更
================================================== */

/* 共通 */
.color_change #top_important_bg {
	border-bottom: 1px solid;
}
.color_change #top_topics div.link_box a::before {
	border-color: #ffffff;
}
.color_change .top_jinkou dl.jnk1 dt::before,
.color_change .top_jinkou dl.jnk4 dt::before {
	background: #ffffff;
}

/* ==================================================
背景色変更 ここまで
================================================== */


/* ==================================================
スマートフォン
================================================== */
@media screen and (max-width: 1080px) {

	/* ヘッダ */
	#header2_box {
		padding: 0px;
	}

	#he_left {
		gap: 0px 5px;
	}

	#logo_70 {
		width: 13vw;
		min-width: 50px;
		max-width: 85px;
	}

	#top_search2 {
		width: auto;
		padding: 20px;
	}
	#top_search2 .gnav ul li a,
	#top_search2 .gnav ul li a:hover,
	#top_search2 .gnav ul li a:focus {
		padding: 5px 5px 0px;
		min-height: 80px;
	}

	/* MV（スライドショー） */
	/* top-slideshow.css参照 */

	/* 重要なお知らせ */
	#top_important {
		display: block;
		width: auto;
		margin: 0px var(--mymainback-margin-side, 15px);
		padding: 10px 0px 18px;
	}

	#top_important .top_important_ttl {
		width: auto;
	}
	#top_important .top_important_ttl h2 {
		padding: 10px 0px;
	}

	#top_important .top_important_list {
		width: auto;
	}
	#top_important .top_important_list ul {
		border: none;
		border-top: 1px solid;
		padding: 10px 0px 0px;
	}
	#top_important .top_important_list ul li {
		display: block;
		width: auto;
	}
	#top_important .top_important_list ul li span.article_date {
		display: block;
		width: auto;
	}
	#top_important .top_important_list ul li span.article_title {
		display: block;
	}
	#top_important .top_important_list ul li span.article_title a {
		display: block;
		background: url("/img/nw2025/sp/arrow_r.png") no-repeat right center transparent;
		background-size: 8px auto;
		padding-right: 15px;
		text-decoration: none;
	}

	/* メイン */
	#mymainback_bg {
		max-width: none;
		margin: 0px;
	}

	#mymainback {
		padding: 0px 0px 60px;
	}

	.top_main_box {
		width: auto;
		margin-left: 0px;
		margin-right: 0px;
	}

	.top_main_box .img_box::before {
		width: 100%;
		height: 20vw;
	}

	h2.main_h2 {
		margin-bottom: 30px;
	}

	/* Information */
	#top_information_bg {
		margin-top: 40px;
	}

	#top_information h2.main_h2 img {
		width: 214px;
		margin-left: -20px;
	}

	#top_information_box {
		min-height: auto;
	}
	#top_information_box .img_box {
		position: static;
		width: 100%;
	}

	/* 新着情報（トピックス） */
	#top_topics {
		width: auto;
		min-height: auto;
		padding: 20px 20px 30px;
	}
	#top_topics ul li {
		display: block;
		width: auto;
	}
	#top_topics ul li span.article_date {
		display: block;
		width: auto;
		margin-bottom: 5px;
	}
	#top_topics ul li span.article_title {
		display: block;
	}
	#top_topics ul li span.article_title a {
		display: block;
		background: url("/img/nw2025/sp/arrow_r.png") no-repeat right center transparent;
		background-size: 8px auto;
		padding-right: 15px;
		text-decoration: none;
	}

	#top_topics ul li:has(img.icon_new) {
		position: relative;
	}
	#top_topics ul li:has(img.icon_new) span.article_date {
		padding-left: 45px;
	}
	#top_topics ul li:has(img.icon_new) img.icon_new {
		margin: 0px;
		position: absolute;
		top: 22px;
		left: 0px;
	}

	/* Pick up */
	#top_pickup_bg {
		margin-top: 60px;
	}

	#top_pickup h2.main_h2 img {
		width: 158px;
		margin-left: -15px;
	}

	#top_pickup_box {
		min-height: auto;
		margin-left: 0px;
	}
	#top_pickup_box .img_box {
		position: static;
		width: 100%;
	}

	/* バナー */
	#top_pickup_banner_wrap {
		margin: 0px var(--mymainback-margin-side, 15px);
		padding: 0px 0px 30px;
	}
	#top_pickup_banner_wrap .bnr_box {
		gap: 16px;
		max-width: 436px;
		margin: 0px auto;
	}
	#top_pickup_banner_wrap .bnr {
		width: calc(50% - 8px);
	}

	#top_pickup_banner_wrap .bnr .box .ttl {
		font-size: 1.4rem;
		padding: 15px 10px;
	}
	#top_pickup_banner_wrap .bnr .box .txt {
		padding: 0px 10px 15px;
	}

	#top_pickup_banner2 {
		padding-top: 36px;
		background-position: center top;
	}
	#top_pickup_banner1 + #top_pickup_banner2 {
		margin-top: 30px;
	}

	/* About */
	#top_about_bg {
		margin-top: 60px;
	}

	#top_about.top_main_box {
		min-height: auto;
		margin-left: var(--mymainback-margin-side, 15px);
		margin-right: var(--mymainback-margin-side, 15px);
	}
	#top_about img.img_map {
		position: static;
		width: 100%;
		max-width: 622px;
		display: block;
		margin: 0px auto;
		pointer-events: none;
	}
	#top_about h2.main_h2 {
		width: auto;
		margin-bottom: 30px;
	}
	#top_about h2.main_h2 img {
		width: 260px;
	}

	#top_about_box {
		width: auto;
	}
	#top_about_box p br.sp_none {
		display: none;
	}

	/* 人口と世帯数 */
	.top_jinkou {
		width: auto;
		margin-top: 30px;
		margin-bottom: -20px;
		position: relative;
		z-index: 1;
		padding: 9px 14px;
	}

}
/* ==================================================
スマートフォン ここまで
================================================== */