@charset "utf-8";
:root{
	--top_content_width: min(1100px,100%);
}

/* 足あとを非表示 */
#footstep_wrap {
	display: none !important;
}
h2.top_h2 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-end;
}

h2.top_h2 span {
	display: block;
}
h2.top_h2 span.title_sub{
	font-size: 1.6rem;
	margin-left: 20px;
	margin-bottom: 15px;
}

/* 重要なお知らせ */
#top_important_wrap {
	width: min(100%,var(--content-width));
	margin-inline: auto;
	position: relative;
	z-index: 10;
}
#top_important {
	margin: 0px 0px 40px;
	padding: 0px 0px 0px;
	background: #ffffff;
	color: currentColor;
	position: absolute;
	top: 20px;
	left: 0px;
	width:min(530px,100%);
	box-sizing: border-box;
	border: 1px solid #cc0000;
}
.top_important_ttl{
	background: #cc0000;
	color: #ffffff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
summary.top_important_ttl{
	list-style: none;
	cursor: pointer;
}
summary.top_important_ttl::-webkit-details-marker {
  display: none;
}

details .top_important_ttl::after{
	content: '';
	display: block;
	width: 21px;
	height: 21px;
	background: url(/img/top/acc-plus.png) no-repeat center center #fff;
	border-radius: 50%;
	margin-left: auto;
	margin-right: 16px;
}

details[open] .top_important_ttl::after{
	background-image: url(/img/top/acc-minus.png)
}

#top_important h2 {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin: 0px 0px 0px;
	padding: 8px 10px;
	/* color: #ffffff; */
	font-size: 1.8rem;
	text-align: center;
	/* line-height: 4rem; */
	line-height: 1;
}
#top_important h2::before{
	content: url(/img/top/icon-alert-w.png);
	display: block;
}
.top_important_list{
	padding: 30px 20px;
	max-height: calc(530px - 4rem);
	overflow: auto;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: 1fr auto;
}

#top_important ul {
	margin: 0px;
	padding: 0px 0px 30px;
	list-style: none;
	overflow: auto;
}
#top_important ul li {
	width: 100%;
	display: block;
	margin: 0px 0px 20px;
}
#top_important ul li:last-child {
	margin-bottom: 0px;
}
#top_important ul li > span {
	display: block;
}
#top_important ul li > span.article_date {
	/* width: calc(11em + 10px); */
	line-height: 1;
	margin: 0px 0px 10px;
}
#top_important ul li a {
	color: currentcolor;
}

#top_important .link_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 10px 20px;
	padding: 0px 0px 0px;
	position: sticky;
	bottom: 0;
	background: #fff;
	left: 0;
}
#top_important .link_box span[class*="link_"] {
	/* width: 260px; */
	/* max-width: 100%; */
}
#top_important .link_box span[class*="link_"] a {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 10px;
	border: 1px solid transparent;
	border-radius: 0;
	background: #ffffff;
	color: #333333;
	font-size: 1.5rem;
	line-height: 1.8rem;
	text-decoration: none;
	margin: 0px;
	padding: 10px 20px;
	text-align: center;
}
#top_important .link_box span[class*="link_"] a::after{
	content: '';
	display: block;
	background: #cc0000;
	color: #fff;
	clip-path: polygon(25% 0, 100% 50%, 25% 100%, 0% 100%, 75% 50%, 0% 0%);
	width: 6px;
	height: 10px;
	
}
#top_important .link_box span[class*="link_"] a:hover,
#top_important .link_box span[class*="link_"] a:focus {
	text-decoration: underline;
}

/* 防災メール連携（JavaScript） */
#main_box_emergency .box_top_emer {
	margin: 0px 0px 40px;
	padding: 30px 40px;
	background: #fffaec;
}
#main_box_emergency h2 {
	margin: 0px 0px 20px;
	padding: 0px;
	color: #333333;
	font-size: 2.4rem;
	text-align: center;
}

#main_box_emergency ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#main_box_emergency ul li {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0px 0px 15px;
}
#main_box_emergency ul li:last-child {
	margin-bottom: 0px;
}
#main_box_emergency ul li > span {
	display: table-cell;
	vertical-align: top;
}
#main_box_emergency ul li > span.emer_date {
	width: calc(14.5em + 10px);
}
#main_box_emergency ul li > span.emer_title > span {
	display: block;
	height: 1.5em;
	overflow: hidden;
	color: #333333;
	text-decoration: underline;
	cursor: pointer;
}
#main_box_emergency ul li.emer_title_open > span.emer_title > span {
	height: auto;
	text-decoration: none;
}

#main_box_emergency .btn_emer {
	text-align: center;
	padding: 30px 0px 0px;
}
#main_box_emergency .btn_emer #emer_mail_open_all {
	display: inline-block;
	border: 1px solid transparent;
	border-radius: 0;
	background: #ffffff;
	color: #333333;
	font-size: 1.5rem;
	line-height: 1.8rem;
	text-decoration: none;
	margin: 0px;
	padding: 10px 20px;
	text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 260px;
	max-width: 100%;
}
#main_box_emergency .btn_emer #emer_mail_open_all:hover,
#main_box_emergency .btn_emer #emer_mail_open_all:focus {
	text-decoration: underline;
}

#mymainback{
	width: 100%;
	box-sizing: border-box;
	background: url(/img/top/bg-flower1.png) no-repeat left calc(50% + 380px) top transparent;

}

#bousai_link {
	width: min(1100px,100%);
	margin-inline: auto;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: start;
	background: #f9e0e0;
	padding: 20px 20px;
	gap: 50px;
	box-sizing: border-box;
}

#bousai_link h2 {
	color: #cc0000;
	font-size: 2rem;
	line-height: 1;
	margin: 0px;
	padding: 10px 0px;
}
#bousai_link h2::before{
	content: url(/img/top/icon-alert.png);
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

#bousai_link ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 20px;
}
#bousai_link ul li{
	display: block;
}
#bousai_link li a:any-link{
	display: block;
	text-align: center;
	background: #fff;
	color: currentcolor;
	text-decoration: none;
	font-size: 1.8rem;
	line-height: 1;
	padding: 12px 10px;
	box-shadow: 0px 0px 0px 2px transparent inset;
	transition:  0.15s ease;
}
#bousai_link li a:any-link:hover{
	box-shadow: 0px 0px 0px 2px #c00 inset;
}

#bousai_link li a span::before{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

#bousai_link li.bousai_link_anzen a span::before {
	content: url(/img/top/icon-bousaianzen.png);
}

#bousai_link li.bousai_link_kyuukyuu a span::before {
	content: url(/img/top/icon-kyuukyuuiryou.png);
}

/* タブ */
#top_tab_wrap{
	width: min(100%,var(--content-width));
	margin-inline: auto;
	margin-top: 100px;
}

#top_tab_detail {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	column-gap: 60px;
}

/* 新着情報（件数） */
.release_day {
	margin-bottom: 1em;
	font-size: 1.5rem;
}
.release_day span {
	display: inline-block;
	margin-right: 1em;
}

/* 新着情報（リスト） */
.top_tab_detail_box2{
	border-top: 1px solid var(--base-col);
}
.top_tab_detail_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	/* border: 1px solid var(--base-col); */
	border-left: none;
	border-right: none;
}
.top_tab_detail_list ul li {
	width: 100%;
	box-sizing: border-box;
	/* display: table; */
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 20px 20px 20px;
	margin: 0px;
}
.top_tab_detail_list ul li:nth-child(even){
	background: #f5f5ff;
}
.top_tab_detail_list ul li:last-child {
	margin-bottom: 0px;
}
.top_tab_detail_list ul li > span {
	/* display: table-cell; */
	vertical-align: top;
	display: block;
}
.top_tab_detail_list ul li > span.article_date {
	/* width: calc(11em + 10px); */
}

/* 新着情報（情報はありません） */
.top_tab_detail_box p.no_data {}

/* 新着情報（newアイコン） */
.top_tab_detail_list img.icon_new {
	vertical-align: baseline;
	margin-left: 0.5em;
}

/* 新着情報（一覧・RSS） */
.top_tab_detail_box .link_box {
	display: flex;
	    flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	gap: 10px 20px;
	padding: 30px 0px 0px;
	border-top: 1px solid var(--base-col);
}
.top_tab_detail_box .link_box span[class*="link_"] {
	/* width: 260px; */
	/* max-width: 100%; */
}
.top_tab_detail_box .link_box span[class*="link_"] a {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 10px;
	border: 1px solid transparent;
	border-radius: 0;
	/* background: #e6e6e6; */
	color: #333333;
	font-size: 1.4rem;
	line-height: 1.8rem;
	text-decoration: none;
	margin: 0px;
	padding: 10px 20px;
	text-align: center;
}
.top_tab_detail_box .link_box span[class*="link_"] a::after{
	content: '';
	display: block;
	background: var(--base-col);
	color: #fff;
	clip-path: polygon(25% 0, 100% 50%, 25% 100%, 0% 100%, 75% 50%, 0% 0%);
	width: 6px;
	height: 10px;

}
.top_tab_detail_box .link_box span[class*="link_"] a:hover,
.top_tab_detail_box .link_box span[class*="link_"] a:focus {
	text-decoration: underline;
}

/* トピックス */
#lettering{
	/* border-top: 1px solid var(--base-col); */
}
.lettering_box {
	width: 100%;
	display: grid;
	grid-template-columns: 178px 1fr;
	margin: 0px 0px 0px;
	padding: 10px;
	box-sizing: border-box;
	gap: 30px;
}
.lettering_box:nth-child(even){
	background: #f5f5ff;
}
.lettering_box:last-child {
	margin-bottom: 0px;
}
.lettering_box > div {
	display: table-cell;
	vertical-align: top;
}

.lettering_box > div.lettering_box_text > div {
	margin-bottom: 0.5em;
}
.lettering_box > div.lettering_box_text > div:last-child {
	margin-bottom: 0px;
}

.lettering_box div.lettering_box_img {
	width: 178px;
	/* padding-right: 20px; */
	display:  grid;
	place-content: center center;
}
.lettering_box div.lettering_box_img a{
	display: grid;
	place-content: center center;
}
.lettering_box > div.lettering_box_img div {
	display: block;
	width: 100%;
	height: 100%;
	/* aspect-ratio: 200 / 150; */
	overflow: hidden;
	/* background: #f6f6f6; */
	/* display: contents; */
}
.lettering_box > div.lettering_box_img div:empty {
	background: url("/img/common/noimage.png") no-repeat center center #b6c2d2;
	width: 178px;
	height: 120px;
}
.lettering_box > div.lettering_box_img div img {
	width: 178px;
	height: 120px;
	   object-fit: contain;
	   object-position: center;
}

/* トピックス（サムネイルなし） */
#lettering + .topics_no_image_list {
	/* margin-top: 30px; */
}
#lettering + .topics_no_image_list ul{
	border-top: none;
}

/* ミニカレンダー */
#top_calendar_detail {
	width: 100%;
}
#top_calendar_detail ul {
	margin: 0px 0px 20px;
	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 {
	width: 100%;
	border: 1px solid;
	border-collapse: collapse;
}
table#top_calendar_table th {
	border: 1px solid;
	font-weight: normal;
	text-align: center;
	padding: 10px 0px;
	font-size: 80%;
}
table#top_calendar_table td {
	border: 1px solid;
	text-align: center;
	padding: 10px 0px;
}
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_event_today {
	margin-top: 30px;
}

/* 検索エリア */
.tpl_top_index #search .search_wrap h2{
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-end;
}
.tpl_top_index #search .search_wrap h2 span{
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}
.tpl_top_index #search .search_wrap h2 span::before{
	margin: 0px;
}
.tpl_top_index #search .search_wrap h2 span.title_sub{
	margin-bottom: 10px;
}
.tpl_top_index #search .search_wrap h2 span.title_sub::before{
	content: '';
	display: none;
}
#top_banner_2_list{
	grid-area: search_banner;
}
#top_banner_2_list ul {
	display: grid;
	grid-template-columns: repeat(2,255px);
	grid-template-rows: repeat(auto-fill,174px);
	list-style: none;
	margin: 0px 0px 10px;
	padding: 0px;
	gap: 10px;
}
#top_banner_2_list :is(a,img){
	display: block;
}

.tpl_top_index #search .search_wrap{
	grid-template-columns: repeat(2,520px);
	grid-template-rows: auto auto auto auto;
	grid-template-areas:
		"title title"
		"freq search_banner"
		"freq search_link"
		"freq search_kwd";
}
#search{
	background: url(/img/top/bg-flower2.png) no-repeat right calc(50% + 380px) top transparent;
	background-color: #f5f5ff;
	padding: 100px 0px;
	margin: 120px 0px 0px;
}
#search .search_wrap{
	width: min(100%,var(--content-width));
	margin-inline: auto;
}

.tpl_top_index #search .search_freq{
	grid-template-rows: auto;
}

#top_search_keyword2{
	margin-top: 40px;
}

/* さがすメニュー */
.top_search_menu_list {
	margin: 40px 0px 0px;
}
.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: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	gap: 20px;
}
.top_search_menu_list ul li {
	width: 100%;
}
.top_search_menu_list ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid transparent;
	background: #e6e6e6;
	color: #333333;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.8rem;
	text-decoration: none;
	text-align: center;
	padding: 20px 10px;
}
.top_search_menu_list ul li a:hover,
.top_search_menu_list ul li a:focus {
	text-decoration: underline;
}

/* リンク */
.top_linklist {
	margin: 40px 0px 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: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	gap: 20px;
}

.top_linklist_box {
	width: 100%;
	border: 2px solid;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.top_linklist_box h2 {
	background: #333333;
	color: #ffffff;
	font-size: 1.8rem;
	margin: 0px;
	padding: 15px 20px;
}
.top_linklist_box ul {
	margin: 0px;
	padding: 20px 20px 20px 40px;
}
.top_linklist_box ul li {
	margin-bottom: 10px;
}
.top_linklist_box ul li:last-child {
	margin-bottom: 0px;
}

/* 人口・世帯数 */
.top_jinkou {
	/* margin: 40px 0px 0px; */
}
.top_jinkou h2 {
	margin: 0px 0px 20px;
	padding: 0px;
	font-size: 2rem;
}

.top_jinkou_list {
	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: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 10px 20px;
}
.top_jinkou_list dl {
	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: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin: 0px;
	padding: 0px;
	gap: 10px;
}
.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 {
	margin: 40px 0px 0px;
}
.top_tokei h2 {
	margin: 0px 0px 20px;
	padding: 0px;
	font-size: 2rem;
}

.top_tokei_img {
	width: 320px;
	height: 240px;
	position: relative;
}

#tokei_photo {
	width: 320px;
	height: 240px;
	position: relative;
	overflow: hidden;
}
#tokei_photo .clock-image{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: contain;
	opacity: 0;
	transition: opacity 1.0s ease-in-out;

}
#tokei_photo .clock-image.active{
	opacity: 1;
}

#tokei_time {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff,
		0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff,
		0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff;
}

/* カウントダウン */
#count_down_area_1{
	width: min(var(--content-width),100%);
	margin-inline: auto;
	margin-block: 100px;
}
#count_down_area_1:not(:has(.count_down_box)){
	display: none;
}
.count_down_box_wrap {
	display: flex;
	flex-wrap :wrap;
	gap:15px;
}
.count_down_box_wrap h2{
	width: 100%;
}
.count_down_box {
	/* width: 100%; */
	width: min(540px,100%);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	/* background: #f6f6f6; */
	padding: 20px;
	border: 1px solid #dddddd;
}

.count_down_box2 {
	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: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 40px;
}
.count_down_box2 > span {
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.count_down_box2 > span.count_img {
	/* width: 200px; */
}
.count_down_box2 > span.count_img > span {
	display: block;
}
.count_down_box2 > span.count_img > span img {
	width: 215px;
	height: 150px;
	vertical-align: top;
	object-fit: contain;
}

.count_down_box2 > span.count_txt {
	width: calc(100% - 215px);
}
.count_down_box2 > span.count_txt:only-child {
	width: 100%;
}
.count_down_box2 > span.count_txt > span {
	display: block;
}
.count_down_box2 > span.count_txt > span a:any-link{
	color: currentcolor;
}
.count_down_box2 > span.count_txt > span.count_comment {
	margin-top: 10px;
	font-size: 1.4rem;
}
.count_down_box2 > span.count_txt > span.count_day {
	margin-top: 10px;
	color: #cc0000;
	text-align: right;
}
.count_down_box2 > span.count_txt > span.count_day span {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1;
	margin-left: 0.5em;
	margin-right: 0.25em;
}

/* バナー広告 */
ul.banner_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
	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: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 20px;
}
ul.banner_list li {
	width: calc(25% - 15px);
}
ul.banner_list li img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.town_information_wrap{
	background: url(/img/top/bg-flower1.png) no-repeat left calc(50% + 380px) top transparent;
	padding: 120px 0px 0px;
}
#town_information {
	width: var(--top_content_width);
	margin-inline: auto;
}

.town_information_innerwrap {
	display: grid;
	grid-template-columns: 520px 1fr;
	gap: 30px;
}

ul#top_banner_3_list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
ul#top_banner_3_list li{
	width: 100%;
	background: #f5f5ff;
	border: 1px solid #dddddd;
}
ul#top_banner_3_list li :is(a:any-link,span){
	display: flex;
	flex-wrap: nowrap;
	justify-content:flex-start;
	align-items: center;
	text-decoration: none;
}
ul#top_banner_3_list li :is(a,span) img{
	width: auto;
	height: auto;
}
ul#top_banner_3_list li :is(a,span) span.banner_text{
	flex: 1;
	display: flex;
	justify-content: flex-start;
	padding-left: 50px;
	padding-right: 35px;
}
ul#top_banner_3_list li :is(a,span) span.banner_text::after{
	content: '';
	display: block;
	width: 8px;
	height: 12px;
	background: #333;
	color: #fff;
	clip-path: polygon(25% 0, 100% 50%, 25% 100%, 0% 100%, 75% 50%, 0% 0%);
	margin-left: auto;
	margin-right: 0;
}

.town_info_link ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	height: 380px;
	gap: 5px;
}
.town_info_link ul li{
	margin: 0px;
	padding: 0px;
	text-align: left;
}

li.town_info_ikawasan {
	/* align-self: flex-end; */
}
.town_info_link ul li a:any-link{
	display: block;
	height: 100%;
	color: currentcolor;
	text-decoration: none;
	font-size: 1.2rem;
	padding: 30px 10px;
	box-sizing: border-box;
}
.town_info_link ul li.town_info_kosodate_ouen a:any-link{
	background: url(/img/top/town-info-arrow-white.png) no-repeat right -10px bottom -10px,url(/img/top/town-info-kosodate.png) no-repeat center bottom #d3edfb;
	border: 1px solid #149ec0;
}
.town_info_link ul li.town_info_ikawasan a:any-link {
	display: grid;
	place-content: end center;
	height: 100%;
	background: url(/img/top/town-info-arrow-r.png) no-repeat right -10px bottom -10px,url(/img/top/about-ikawa-issyo.png) no-repeat center top 10px #f7f8f1;
	/* padding-top: 190px; */
	box-sizing: border-box;
	border: 1px solid #fc808f;
}
.town_info_link ul li.town_info_kokkaen a:any-link{
	background: url(/img/top/town-info-arrow-white.png) no-repeat right -10px bottom -10px,url(/img/top/kokkaen-bg.jpg) no-repeat center bottom #000;
	color: #fff;
	position: relative;
	background-size: auto auto,auto 220px;
	border: 1px solid #000;
}
.town_info_link ul li.town_info_kokkaen a:any-link::after{
	content: '';
	display: block;
	height: 50px;
	width: 100%;
	position: absolute;
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
	bottom: 170px;
	left: 0px;
	z-index: 10;
}
.town_info_link ul li.town_info_kokkaen a span{
	position: relative;
	z-index: 11;
}

span.town_info_banner_ttl {
	display: block;
	text-align: center;
}
span.town_info_banner_text{
	display: block;
}

#ikawa_pr {
	width: var(--top_content_width);
	margin-inline: auto;
	margin-block: 100px;
}

ul#top_banner_4_list {
	display: grid;
	grid-template-columns: repeat(4,260px);
	grid-template-rows: repeat(auto-fill,100px);
	gap: 20px;
}
ul#top_banner_4_list li{
	width: 100%;
}
ul#top_banner_4_list li a{
	display: grid;
	place-content: center center;
	border: 1px solid #dddddd;
}

#about_ikawa {
	width: min(1100px,100%);
	margin-inline: auto;
	display: grid;
	grid-template-columns: 1fr 334px;
	grid-template-rows: auto 1fr auto auto;
	grid-template-areas:
		'title map'
		'textarea map'
		'access map'
		'jinkou jinkou';
	background: url(/img/top/bg-flower2.png) no-repeat left 150px top transparent;
	background-color: #f5f5ff;
	margin: 100px auto 120px;
	padding:  60px;
	box-sizing:border-box;
	gap: 10px 90px;
}

#about_ikawa h2.top_h2 {
	grid-area: title;
}
#about_ikawa h2.top_h2 span.title_sub{
	margin-bottom: 5px;
}

#about_ikawa p {
	grid-area: textarea;
}

.ikawa_access {
	grid-area: access;
	background: url(/img/top/bg-flower1.png) no-repeat top -20px right;
	background-size: auto 180px;
	background-color: #fff;
	padding: 30px 30px;
	box-sizing: border-box;
}
.ikawa_access h3{
	display: grid;
	grid-template-columns: 1em 1fr;
	gap: 5px;
	font-size: 1.6rem;
	line-height: 1;
	margin: 0px;
}
.ikawa_access h3::before{
	content: '';
	display: block;
	width: 1em;
	height: 1em;
	background: var(--base-col);
	border-radius: 50%;
}
.ikawa_access dl{
	display: grid;
	grid-template-columns: 6em 1fr;
	gap: 10px;
	margin: 15px 0px;
	margin-left: 20px;
}
.ikawa_access dl :is(dt,dd){
	display: block;
	margin: 0px;
	padding: 0px;
	/* margin-left: 20px; */
}
.ikawa_access dl dt{
	display: grid;
	grid-template-columns: 30px 1fr;
	align-content: center;
	font-weight: bold;
	white-space: nowrap;
	/* line-height: 1; */
	margin-top: 0px;
	margin-bottom: auto;
}
.ikawa_access dl dd{
	font-size: 1.4rem;
}
.ikawa_access dl dd span{
	display: list-item;
	margin-left: 20px;
}
.ikawa_access dl dt::before{
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
dl.ikawa_access_airplane dt::before {
	content: url(/img/top/icon-airplane.png);
}

dl.ikawa_access_train dt::before {
	content: url(/img/top/icon-train.png);
}

dl.ikawa_access_bus dt::before {
	content: url(/img/top/icon-bus.png);
}

dl.ikawa_access_car dt::before {
	content: url(/img/top/icon-car.png);
}


.ikawa_map {
	grid-area: map;
	position: relative;
}
.ikawa_map::after{
	content: url(/img/top/img-gorilla.png);
	position: absolute;
	right: 0;
	bottom: -20px;
	z-index: 10;
}

.top_jinkou {
	grid-area: jinkou;
	background: #ffffff;
	padding: 20px 40px;
}
.top_jinkou h3{
	font-size: 1.8rem;
	line-height: 1;
	margin:  0px;
}
.top_jinkou_box{
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 30px;
}




/* ==================================================
スマートフォン
================================================== */
@media (max-width: 1100px) {

	h2.top_h2{
		display: block;
	}
	h2.top_h2 span.title_sub{
		margin-left: 62px;
	}
	h2.top_h2 img{
		width: auto;
		height: auto;
		max-width: 100%;
	}

	#mymainback{
		width: auto;
		margin: 0;
	}
	#bousai_link ul{
		grid-template-columns: 1fr;
		grid-template-columns: 1fr;
		grid-template-rows: auto auto;
	}

	/* 重要なお知らせ */
	#top_important {
		/* padding: 30px 20px; */
		width: auto;
		margin: 10px 10px;
		position: static;
	}
	#top_important h2 {
		font-size: 2rem;
	}
	.top_important_list{
		height: auto;
		max-height: none;
	}

	#top_important ul li {
		width: auto;
		display: block;
	}
	#top_important ul li > span {
		display: block;
	}
	#top_important ul li > span.article_date {
		width: auto;
	}

	#top_important .link_box span[class*="link_"] a {
		font-size: 1.3rem;
	}


	#bousai_link{
		grid-template-columns: 1fr;
		grid-template-rows: auto auto auto;
		box-sizing: border-box;
		width: auto;
		margin: 10px 10px;
		display: block;
	}

	/* タブ */
	#top_tab_title ul {
		gap: 5px;
	}
	#top_tab_title ul li button,
	#top_tab_title ul li.tab_on button {
		font-size: 1.4rem;
		padding: 15px 10px;
	}

	#top_tab_detail {
		padding: 30px 20px;
		display: block;
	}
	#top_tab_detail .acc_title + input[id*="acc_ttl_label"] + * {
		display: block;
	}

	/* タブを開閉式に変更 */
	#top_tab_title {
		display: none;
	}

	#top_tab_detail {
		padding: 0px;
		border-bottom: none;
		margin: 0px 10px;
	}

	.top_tab_detail_box {
		display: block !important;
	}
	.top_tab_detail_box:nth-child(n+2) {
		margin-top: 10px;
	}
	.top_tab_detail_box h2.acc_title {
		width: auto;
		height: auto;
		clip: auto;
		overflow: visible;
		margin: 0px;
		padding: 15px 20px;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.4;
		background: #e6e6e6;
		color: #333333;
	}
	.top_tab_detail_box h2.acc_title label[for*="acc_ttl_label"],
	.top_tab_detail_box h2.acc_title.accordion .accordion_icon {
		margin: -15px -20px; /* h2 の padding の値をマイナスにして指定する */
		padding: 15px 20px;  /* h2 の padding と同じ値を指定する */
		padding-right: 40px;
		background-position: right 20px top 50%;
	}

	.top_tab_detail_box2 {
		/* padding: 20px; */
	}

	#top_tab_detail .acc_title + input[id*="acc_ttl_label"] + * {
		display: none;
	}
	#top_tab_detail .acc_title + input[id*="acc_ttl_label"]:checked + * {
		display: block;
	}

	/* 新着情報（件数） */
	.release_day {
		font-size: 1.3rem;
	}

	/* 新着情報（リスト） */
	.top_tab_detail_list ul li {
		width: auto;
		display: block;
		position: relative;
	}
	.top_tab_detail_list ul li > span {
		display: block;
	}
	.top_tab_detail_list ul li > span.article_date {
		width: auto;
	}

	/* 新着情報（一覧・RSS） */
	.top_tab_detail_box .link_box span[class*="link_"] a {
		font-size: 1.3rem;
	}

	/* トピックス */
	.lettering_box{
		grid-template-columns: 120px 1fr;
	}
	.lettering_box > div.lettering_box_img div:empty{
		width: 120px;
		height:  80px;
		background-size: 40px auto;
	}

	.lettering_box > div.lettering_box_img {
		width: 120px;
	}

	/* さがすメニュー */
	#search {
		background-position: left 10px top;
		background-size: auto 130px;
		scroll-margin-top: -80px;
	}
	.top_search_menu_list ul {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 15px;
	}
	.top_search_menu_list ul li {
		width: 100%;
	}
	.top_search_menu_list ul li a {
		font-size: 1.6rem;
	}

	/* リンク */
	.top_linklist {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 15px;
	}
	.top_linklist_box {
		width: 100%;
	}

	.top_linklist_box h2 label[for*="acc_ttl_label"],
	.top_linklist_box h2.acc_title.accordion .accordion_icon {
		margin: -15px -20px; /* h2 の padding の値をマイナスにして指定する */
		padding: 15px 20px;  /* h2 の padding と同じ値を指定する */
		padding-right: 40px;
		background-position: right 20px top 50%;
		background-image: url("/img/sp/acc_open_white.png");
	}
	.top_linklist_box h2.acc_open label[for*="acc_ttl_label"],
	.top_linklist_box h2.acc_title.accordion.acc_open .accordion_icon {
		background-image: url("/img/sp/acc_close_white.png");
	}

	/* カウントダウン */
	.count_down_box_wrap {
		display: block;
		margin: 10px 10px;
	}
	.count_down_box {
		width: auto;
	}
	.count_down_box:nth-child(n+2) {
		margin-top: 15px;
		padding: 0;
	}
	.count_down_box2{
		gap: 20px;
		align-items: center;
	}
	.count_down_box2 > span.count_img > span img{
		width: 120px;
		height: 84px;
	}

	.count_down_box2 > span.count_img {
		width: 120px;
	}
	.count_down_box2 > span.count_txt {
		width: auto;
		padding: 10px 10px;
	}

	/* 検索 */
	#top_search_keyword2{
		margin-top: 20px;
	}
	#search .search_wrap{
		margin: 0px 10px;
	}

	#top_banner_2_list ul{
		grid-template-columns: auto auto;
		grid-template-rows: auto;
		margin: 10px 0px;
		justify-content: center;
	}
	#top_banner_2_list ul  li  img{
		max-width: 100%;
		height: auto;
	}

	.search_box_link ul{
		display: block;
	}

	/* Town information */
	.town_information_wrap{
		background-position: right 10px top;
		background-size: auto 130px;
	}
	.town_information_innerwrap{
		display: block;
		margin-left: 10px;
		margin-right: 10px;
	}
	ul#top_banner_3_list{
		display: block;
	}

	/* バナー広告 */
	/* ul.banner_list {
		gap: 10px;
	}
	ul.banner_list li {
		width: calc(50% - 5px);
		max-width: 200px;
	}
 */
	ul#top_banner_3_list li :is(a,span) span.banner_text{
		font-size: 1.8rem;
		font-weight: bold;
		padding-left: 30px;
		padding-right: 10px;
	}

	.town_info_link ul {
		display: block;
		height: auto;
	}
	.town_info_link ul li{
		margin: 10px 0px;
	}

	.town_info_link ul li:is(.town_info_kosodate_ouen,.town_info_ikawasan,.town_info_kokkaen ) a:any-link {
		display: block;
		padding: 20px;
		position: relative;
		background-image: none;
		overflow: hidden;
	}
	.town_info_link ul li:is(.town_info_kosodate_ouen,.town_info_ikawasan,.town_info_kokkaen ) a:any-link::before{
		content: '';
		display: block;
		width: 180px;
		height: 100%;
		position: absolute;		
	}

	.town_info_link ul li.town_info_kosodate_ouen a:any-link::before{
		background: url(/img/top/town-info-kosodate.png) no-repeat right bottom #d3edfb;
		left: auto;
		right: 0;
		bottom: 0;
	}
	.town_info_link ul li.town_info_kosodate_ouen a:any-link::after{
		content: url(/img/top/town-info-arrow-white.png);
		position: absolute;
		z-index: 10;
		right: -5px;
		bottom: -15px;;
	}
	
	.town_info_link ul li.town_info_ikawasan a:any-link::before{
		bottom: 0px;
		left: 0px;
		background: url(/img/top/about-ikawa-issyo.png) no-repeat center top 10px;
		background-size: 180px auto;
	}
	.town_info_link ul li.town_info_ikawasan a:any-link::after{
		content: url(/img/top/town-info-arrow-r.png);
		position: absolute;
		z-index: 10;
		right: -5px;
		bottom: -15px;;
	}

	
	.town_info_link ul li.town_info_kokkaen a:any-link::before{
		right: 0px;
		bottom: 0px;
		background: url(/img/top/kokkaen-bg.jpg) no-repeat center bottom;
		background-size: auto 100%;
	}
	.town_info_link ul li.town_info_kokkaen a:any-link::after{
		content: url(/img/top/town-info-arrow-white.png);
		position: absolute;
		z-index: 10;
		top: auto;
		right: -5px;
		bottom: -15px;
		left: auto;
		background: none;
		width: auto;
		height: auto;
	}

	
	.town_info_link ul li:nth-child(odd) a:any-link{
		padding-right: 200px;
		/* background-position: right center; */
	}
	.town_info_link ul li:nth-child(even) a:any-link{
		padding-left: 200px;	
		background-position: left center;
	}
	.town_info_link ul li.town_info_kokkaen a:any-link::after{
		/* display: none; */
	}

	/* 広告 */
	#ikawa_pr{
		margin-inline: 10px;
		width: auto;
	}
	ul#top_banner_4_list{
		display: flex;
		flex-direction: column;
		gap: 10px;
		width: 100%;
	}
	ul#top_banner_4_list li img{
		width: auto;
		height: auto;
		max-width: 100%;
	}

	/* about ikawa */
	#about_ikawa{
		display: block;
		padding: 100px 20px;
		background-position: left top;
		background-size: auto 130px;
	}
	.ikawa_access{
		background-size: auto 100px;
	}

	.top_jinkou{
		padding: 20px;
	}
	.top_jinkou_box{
		align-items:  flex-start;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.top_jinkou_ttl{
		white-space: nowrap;
	}
	.top_jinkou_list{
		gap: 2px;
	}
	
}
/* ==================================================
スマートフォン ここまで
================================================== */