@charset "utf-8";
@import url("normalize.css");
@import url("../js/slick/slick.css");
@import url("../js/slick/slick-theme.css");
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500');
@import url("emergency.css");

/*CSS Ver.2020.05.22.00*/


/*PCでは非表示*/
.sp,
.tab,
#site-translate-header-wrapper{
	display: none;
}

div{
	overflow: hidden;
}

main #contents_0,
main #contents_0 .cms_content_edit_area,
main #contents_0 .cms_content_edit_area div{/*2020.5.22追加*/
	overflow: visible;
}

/*プレーン要素*/
body{
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	color: #4d4d4d;
	font-family: 'Noto Sans JP', sans-serif;
}

hr{
	background-color: #fff;
	border-top: 1px solid #e6e6e6;
}

a{
	color: #000fd2;
	text-decoration: none;
}
a:focus{/*リンクの点線を非表示*/
	overflow:hidden;
} 
a:hover{
	text-decoration: underline;
	opacity: 1;
	transition: .4s ease-in-out;
}
a img:hover{
	opacity: 0.75;
	transition: .4s ease-in-out;
}

h1{
	margin: 0 0 20px 0;
	padding: 20px 10px;
	border-top: 2px solid #e2e2e2;
	border-bottom: 1px solid #b4b4b4;
	font-size: 1.5rem;
	line-height: 1.3em;
	position: relative;
}
h1:before{
	content: "";
	display: block;
	width: 23%;
	height: 2px;
	background-color: #ea609e;
	position: absolute;
	left: 0;
	top: -2px;
	z-index: 100;
}

h2,.h2{
	border: 2px solid #fff;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.3em;
	background: linear-gradient(to bottom, #ebebeb, #fff);
	padding: 15px 10px 15px 30px;
	filter: drop-shadow(0 0 1px rgba(0,0,0,0.6));
	margin-left: 1px;
	margin-right: 2px;
	position: relative;
}
h2:before,
.h2:before{
	content: "";
	display: block;
	width: 5px;
	height: 1.3em;
	background-color: #ea609e;
	position: absolute;
	left: 15px;
}

h3,.h3{
	font-size: 1.2rem;
	font-weight: 400;
	border-bottom: 1px dotted #b4b4b4;
	padding: 10px 10px 10px 35px;
	background-image: url("../all_img/org/h3.svg");
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-position: left 10px center
}


h4,.h4,h5,h6{
	font-size: 1.1rem;
	padding: 5px;
}




address{
	font-style: normal;
	font-size: 0.8em;
}

/*テーブル（ノーマル）*/
table{
	display: table;
	border-collapse: collapse;
	border: none;
	margin-bottom: 20px;
	width: 100%;
}
th,td{
	display: table-cell;
	border: 1px solid #ccc;
	padding: 7px;
}
th{
	background-color: #f2f2f2;
}
table p{
	padding: 0px!important;
	margin: 0px!important;
}
/*テーブル（table_01）*/
.table_01{
	border-top: 1px dashed #ccc;
}
.table_01 th,
.table_01 td{
	border-style: dashed;
	border-width: 0 0 1px 0;
	padding: 10px 5px;
}
.table_01 th{
	background: none;
}




/*=====================*/

.bg	{
	background-image: url("../all_img/org/head_bg_haru.jpg");
	background-position: center top;
	background-repeat: no-repeat;
}


/*ヘッダー*/
header{
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
}

#siteid{
	width: 50%;
	float: left;
}
#siteid h1,
#siteid p a{
	display: block;
	margin: 20px 0;
	padding: 0;
	width: 420px;
	height: 90px;
	text-indent: -55555em;
	background-size: auto 90px;
	background-repeat: no-repeat;
	border: none;
}
#siteid h1:before{
	content: none;
}
#siteid p{
	margin: 0;
}

/*アクセシビリティツール*/
.accessibility_tool{
	width: 50%;
	float: right;
	padding-top: 15px;
}
.yomiage,
.mojisize,
.haikeishoku{
	float: left;
	font-size: 14px;
	margin-right: 5px;
}
.yomiage{
	width: 115px;
}
.yomiage p{
	background-image: url("../all_img/org/yomiage.svg");
	background-position: right center;
	background-size: 28px 20px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 3px 28px 3px 0;
}
.mojisize{
	width: 215px;
}
.mojisize p,
.mojisize ul{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
.mojisize p{
	padding: 3px 5px 3px 0;
}
.mojisize li{
	margin: 0 4px 0 0;
	padding: 0;
	display: inline;
	float: left;
}
.mojisize li a{
	display: block;
	padding: 3px 7px;
	background-color: #dfdfdf;
	border-radius: 5px;
	color: #323232;
}
.mojisize li a:hover{
	text-decoration: none;
	background-color: #ed82b1;
	color: #fff;
}

.mojisize li a.keep{
	text-decoration: none;
	background-color: #ed82b1;
	color: #fff;
}

.haikeishoku{
	width: 125px;
}
.haikeishoku p,
.haikeishoku ul{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
.haikeishoku p{
	padding: 3px 5px 3px 0;
}
.haikeishoku li{
	margin: 2px 3px 0 0;
	padding: 0;
	display: inline;
	float: left;
}
.haikeishoku li a{
	display: block;
	width: 21px;
	height: 21px;
	border: 1px solid #323232;
	text-indent: -55555em;
}

.gengo{
	clear: both;
	text-align: right;
/* 	width: 100px; */
}








/*
.menu{
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu li{
	display: inline;
	margin: 0;
	padding: 0;
}
.menu li a{
	display: block;
	width: 100px;
	background-color: #eee;
	border-bottom: 1px solid #ddd;
	padding: 3px;
}
.menu li ul{
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	z-index: 100;
}
.menu li ul li{
	margin: 0;
	padding: 0;
	display: inline;
}

.menu li:hover ul{
	display: block;
}
*/




/*グローバルナビ*/
.gmenu{
	background-image: url("../all_img/org/gmenu_bg.png");
	background-repeat: repeat-x;
}
.gmenu ul{
	width: 950px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: table;
	table-layout: fixed;
	background-color: #fff;
	filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.5));
	margin-bottom: 40px;
}
.gmenu li{
	margin: 0;
	padding: 0;
	display: table-cell;
	border-left: 1px dashed #b4b4b4;
}
.gmenu li:first-child{
	border: none;
}
.gmenu li a{
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	padding: 45px 0 10px;
	border-bottom: 3px solid #d6c77e;
	color: #323232;
	background-image: url("../all_img/org/gmicon_dmy.png");
	background-repeat: no-repeat;
	background-position: center top 10px;
	background-size: 30px 30px;
}
.gmenu .gm_01 a{
	background-image: url("../all_img/org/gm_01.svg");
}
.gmenu .gm_02 a{
	background-image: url("../all_img/org/gm_02.svg");
	border-color: #58acbe;
}
.gmenu .gm_03 a{
	background-image: url("../all_img/org/gm_03.svg");
	border-color: #d23e4c;
}
.gmenu .gm_04 a{
	background-image: url("../all_img/org/gm_04.svg");
	border-color: #8abe77;
}
.gmenu .gm_05 a{
	background-image: url("../all_img/org/gm_05.svg");
	border-color: #b49c89;
}
.gmenu .gm_06 a{
	background-image: url("../all_img/org/gm_06.svg");
	border-color: #ee869d;
}


/*パンくずリスト*/
#pankuzu{
	width: 950px;
	margin: 0 auto 10px;;
	padding: 15px 0;
}
#pankuzu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#pankuzu li{
	margin: 0;
	padding: 0;
	display: inline;
}
#pankuzu li a{
	display: inline-block;
	vertical-align: top;
}
#pankuzu li a:after{
	content: ">";
	padding: 0 5px;
	color: #4d4d4d;
}
#pankuzu li a:hover{
	text-decoration: none;
}
#pankuzu li:first-child a{
	padding-left: 30px;
	color: #4d4d4d;
	background-image: url("../all_img/org/pan_home.svg");
	background-size: 15px 15px;
	background-repeat: no-repeat;
	background-position: left center;
}



/*コンテンツページ*/
.wrap{
	width: 950px;
	margin: 0 auto;
	margin-bottom: 30px;
}

main{
	width: 674px;
	float: right;
}
main img{
	max-width: 100% !important;
	height: auto !important;
}
main iframe{
	max-width: 100% !important;
}

.page_toiawase,
.page_enquete{
	border: 4px solid #e4e4e4;
	border-radius: 4px;
	margin-bottom: 40px;
	padding: 10px;
}
.page_toiawase h3,
.page_enquete h3{
	margin: 0 0 10px 0;
}

.page_toiawase address{
	font-size: 0.9rem;
}


.page_enquete h3 span{
	font-size: 1rem;
	padding-left: 2em;
}
.page_enquete h4{
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 1rem;
	line-height: 1.4em;
}
.page_enquete textarea{
	width: 99%;
}


.page_enquete fieldset{
	border: none;
	border-bottom: 1px dotted #d5d5d5;
	margin-bottom: 20px;
}



aside{
	width: 246px;
	float: left;
}
aside h2{
	margin: 0;
	padding: 0;
	font-size: 1em;
}
aside .upper_cate{
	margin: 0 0 7px;
	background-image: url("../all_img/org/upper_cate_bg.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 246px auto;
	padding-bottom: 107px;
}
aside .upper_cate p{
	margin: 0;
	display: block;
	background-color: #fce9f2;
	border-radius: 5px;
	text-align: center;
	padding: 20px 5px;
	color: #000;
	font-size: 120%;
}
aside .menu_2{
	border: 5px solid #fce9f2;
	margin-bottom: 20px;
}
aside .menu_2 p,
aside .menu_2 ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
aside .menu_2 p a{
	display: block;
	padding: 10px 10px 15px 10px;
	background-color: #fce9f2;
	color: #000;
	font-size: 110%;
}
aside .menu_2 li{
	margin: 0;
	padding: 0;
	display: inline;
}
aside .menu_2 li a{
	display: block;
	padding: 10px 10px 10px 30px;
	border-top: 1px dashed #ccc;
	color: #4d4d4d;
	background-image: url("../all_img/org/aside_li_pk.svg");
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 12px 12px;
}
aside .menu_2 li:first-child a{
	border: none;
}
aside .menu_2 li a:hover{
}



.toppage main{
	float: left;
}

.toppage aside{
	float: right;
}

.ad{
	clear: both;
/* 	border-top: 1px solid #b4b4b4; */
}
.ad_in{
	margin: 0 auto;
	width: 950px;
}
.ad img{
	border: 1px solid #ccc;
	box-sizing: border-box;
}


/*フッター*/
footer{
	border-top: 1px solid #b4b4b4;
}
.footer_info{
	width: 950px;
	margin: 0 auto;
}


.footer_info h2{
	border: none;
	background: none;
	font-size: 1rem;
}
.footer_info h2:before{
	content: none;
}


.footer_info ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
	table-layout: fixed;
	border-right: 1px solid #b4b4b4;
	width: 100%;
}
.footer_info li{
	margin: 0;
	padding: 0;
	display: table-cell;
	border-left: 1px solid #b4b4b4;
	padding: 50px 20px 10px 20px;
	font-size: 0.8em;
	background-position: center top 10px;
	background-repeat: no-repeat;
}
.footer_info li.shozai{
	background-image: url("../all_img/org/info_icon_01.svg");/*位置*/
	background-size: 32px 32px;
}
.footer_info li.renraku{
	background-image: url("../all_img/org/info_icon_02.svg");/*電話*/
	background-size: 40px 32px;
}
.footer_info li.jikan{
	background-image: url("../all_img/org/info_icon_03.svg");/*時計*/
	background-size: 32px 32px;
}
.footer_info li.juki{
	background-image: url("../all_img/org/info_icon_04.svg");/*家*/
	background-size: 70px 32px;
}




.footer_info h3{
	margin: 0;
	padding: 0;
	border: none;
	border-bottom: 1px dotted #b4b4b4;
	font-size: 1em;
	background: none;
}


.footer_bg{
	background-image: url("../all_img/org/footer_bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 450px;
}




.footer_menu{
	width: 48%;
	float: left;
	padding: 10px 0 10px 2%;
}
.footer_menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer_menu li{
	margin: 0;
	padding: 0 5px;
	display: inline-block;
	border-left: 1px solid #4d4d4d;
	font-size: 0.8em;
}
.footer_menu li a{
	color: #4d4d4d;
}
.footer_menu li:first-child{
	border: none;
}

.copyright{
	width: 48%;
	padding-right: 2%;
	float: right;
	text-align: right;
	font-size: 0.8em;
}


/*＝＝＝＝＝＝*/
/*トップページ*/
/*＝＝＝＝＝＝*/

.toppage #wrap_in{
	width: 100%;
}
.slide_bg{
	padding-bottom: 20px;
}
.slide_bg{
	background-image: url("../all_img/org/slide_bg.jpg");
	background-position: center center;
/* 	background-size: 100% auto; */
	background-size: cover;
	overflow: visible;
	background-color:rgba(255,255,255,0.4);
	background-blend-mode:lighten;
	margin-bottom: 30px;
}
.toppage .slide_bg{
	padding-bottom: 0;
}


.toppage h2{
	background: none;
	filter: none;
	border: none;
}
.toppage h2:before{
	content: none;
}


/*スライド*/
.slide_01{
	margin-bottom: 0;
	background-image: url("../all_img/org/gmenu_bg.png");
	background-size: 70px;
	background-repeat: repeat-x;
	background-position: center bottom;
	position: relative;
}
.slide_01 p{
	margin: 0;
	padding: 0 35px;
}
.slide_01 img{
	width: 733px !important;
	height: auto !important;
}
.slide_01 a:hover img{
	opacity: 1;
}

.slide_01 .slick-prev,
.slide_01 .slick-next{
	position: absolute;
	z-index: 100;
	margin-top: -20px;
	width: 30px;
	height: 30px;
	left: 50% !important;
	background-size: 28px;
	background-repeat: no-repeat;
	background-position: center center;
	filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.5));
}
.slide_01 .slick-prev{
	margin-left: -415px;
	background-image: url("../all_img/org/prev_01.svg");
}
.slide_01 .slick-next{
	margin-left: 385px;
	background-image: url("../all_img/org/next_01.svg");
}

.slide_01 .slick-prev:before,
.slide_01 .slick-next:before{
	content: none;
}

.slick-track{
	overflow: hidden;
}


/*キーワード検索*/
.keyword_search{
	width: 950px;
	margin: 0 auto;
	background-color: #d3e6f6;
	border-radius: 6px;
	text-align: center;
	padding: 15px 0;
}
.keyword_search p,
.keyword_search form,
.keyword_search input{
	display: inline-block;
	margin: 0;
}

.keyword_search input[type="text"]{
	width: 400px;
	height: 20px;
	margin: 0;
	padding: 5px;
}
.keyword_search input[type="submit"]{
	width: 90px;
	height: 33px;
	background-color: #727272;
	color: #fff;
}
.search_name{
	padding: 0 10px 0 30px;
	background-image: url("../all_img/org/search_icon.svg");
	background-repeat: no-repeat;
	background-size: 23px 23px;
}

.search_use{
	padding: 0 10px;
}
.search_use a{
	text-decoration: underline;
}

aside .keyword_search{
	width: 100%;
}
aside .keyword_search p,
aside .keyword_search form{
	display: block;
}
aside .keyword_search input[type="text"]{
	width: 150px;
}
aside .keyword_search input[type="submit"]{
	width: 50px;
}
aside .search_name{
	background: none;
}



/*ライフガイド*/
.lifeguide{
	background-image: url("../all_img/org/lifeguide_bg.jpg");
	position: relative;
	margin: 50px 0 50px 0;
	padding: 100px 0 50px 0;
	overflow: visible;
}

.lifeguide h2{
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	position: absolute;
	top: -30px;
}
.lifeguide h2:before{
	content: "";
	display: inline-block;
	width: 60px;
	height: 90px;
	background-image: url("../all_img/org/h2_yokan.png");
	background-size: 100% auto;
	margin-right: 20px;
	background-color: inherit;
	position: static;
}
.lifeguide h2:after{
	content: "";
	display: inline-block;
	width: 60px;
	height: 90px;
	background-image: url("../all_img/org/h2_koi.png");
	background-size: 100% auto;
	margin-left: 20px;
}


.lifeguide ul{
	width: 950px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: table;
	table-layout: fixed;
}
.lifeguide li{
	margin: 0;
	padding: 0;
	display: table-cell;
	font-size: 0.9em;
}
.lifeguide li a{
	display: block;
	width: 92%;
	margin: 0 4%;
	text-align: center;
	color: #4d4d4d;
}
.lifeguide li img{
	width: 100% !important;
	height: auto !important;
}


/*トップメインエリア*/
.toppage main{
	
}
.toppage main h2,
.ad h2{
	margin: 0 0 20px 0;
	padding: 0 0 10px; 0;
	font-size: 1.1em;
	position: relative;
}
.toppage main h2:before,
.ad h2:before{
	content: "";
	display: block;
	width: 20%;
	height: 2px;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 0;
}
.toppage main h2:after,
.ad h2:after{
	content: "";
	display: block;
	width: 80%;
	height: 2px;
	background-color: #d2ccc3;
	position: absolute;
	bottom: 0;
	right: 0;
}

/*緊急情報*/
#news_topics_i .news_topics_1{
	width: 930px;
	margin: 0 auto 50px;
	background-color: #e7283b;
	border-radius: 5px;
	padding: 0 10px;
}
#news_topics_i h2{
	margin: 0;
	color: #fff;
	text-align: center;
}
#news_topics_i dl{
	background-color: #fff;
	border-radius: 5px;
	margin: 0 0 10px 0;
	padding: 10px;
}
#news_topics_i dt{
	display: table;
	border-top: 1px dotted #b4b4b4;
	width: 100%;
}
#news_topics_i dt:first-child{
	border: none;
}
#news_topics_i dt .time,
#news_topics_i dt .topictitle{
	display: table-cell;
}
#news_topics_i dt .time{
	width: 7em;
}
#news_topics_i dd{
	padding-left: 7em;
	margin: 0;
}

#news_topics_i .disp_list a{
	width: 50%;
	background-color: #fff;
	border-radius: 50px;
}
#news_topics_i .disp_list a:hover{
	background-color: #ddd;
}


/*ニューストピックス*/
#news_topics{
	width: 100%;
	margin: 0 auto;
}

#news_topics div[class*="news_topics_"]{
	border: 1px solid #eeb2cb;
	margin-bottom: 30px;
}

#news_topics h2{
	background-color: #ea609e;
	color: #fff;
	margin: 0;
	padding: 15px 25px;
	font-size: 1.1em;
}
#news_topics h2:before,
#news_topics h2:after{
	content: none;
}

#news_topics h2 a{/*rssボタン*/
	display: inline-block;
	background-color: #f98200;
	color: #fff;
	font-size: 1rem;
	padding: 1px 5px 1px 20px;
	margin-left: 10px;
	border-radius: 3px;
	vertical-align: top;
	background-image: url("../all_img/org/rss.svg");
	background-repeat: no-repeat;
	background-size: 12px 12px;
	background-position: 5px center;	
}


#news_topics dl,
.news_topics dl{
	margin: 0 auto;
	padding: 0;
	width: 97%;
}
#news_topics dt,
.news_topics dt{
	border-bottom: 1px dotted #b4b4b4;
	display: table;
	font-size: 0.9rem;
	width: 97%;
	padding: 7px 0;
}

#news_topics .time,
#news_topics .topictitle,
.news_topics .time,
.news_topics .topictitle{
	display: table-cell;
}
#news_topics .time,
.news_topics .time{
	width: 8em;
}

#news_topics .new:before{
	content: "New!";
	color: #ea609e;
	line-height: 1em;
	font-size: 0.8rem;
	display: table-cell;
	text-align: center;
	width: 50px;
	padding: 3px 0;
	margin-right: 5px;
}


#news_topics dd,
.news_topics dd{
	font-size: 0.9em;
	margin-left: 100px;
}
.disp_list a{
	display: block;
	width: 97%;
	margin: 0 auto;
	text-align: center;
	padding: 5px 0;
	background-color: #f1f1f1;
	color: #333;
}
.disp_list a:hover{
	background-color: #ddd;
	text-decoration: none;
}


/*緊急情報*/
#news_topics_i .news_topics_{
	width: 930px;
	margin: 0 auto 50px;
	background-color: #e7283b;
	border-radius: 5px;
	padding: 0 10px;
}
#news_topics_i h2{
	margin: 0;
	background: inherit;
	color: #fff;
	text-align: center;
}
#news_topics_i dl{
	border-radius: 5px;
	margin: 0 0 10px 0;
	padding: 10px;
	width: auto;
}
#news_topics_i dt{
	display: table;
	border-top: 1px dotted #b4b4b4;
	width: 100%;
}


#news_topics_i dt{
	display: table;
	border-top: 1px dotted #b4b4b4;
	width: 100%;
}
#news_topics_i dt:first-child{
	border: none;
}
#news_topics_i dt .time,
#news_topics_i dt .topictitle{
	display: table-cell;
}
#news_topics_i dt .time{
	width: 8em;
}
#news_topics_i dd{
	padding-left: 7em;
	margin: 0;
}

#news_topics_i .disp_list a{
	width: 50%;
	background-color: #fff;
	border-radius: 50px;
}
#news_topics_i .disp_list a:hover{
	background-color: #ddd;
}




/*イベントカレンダー*/
.event_info{
	border: 1px solid #00a8dc;
	border-top-width: 2px;
	padding: 10px;
	margin-bottom: 30px;
}
.event_info h2{
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}
main .event_info h2:before,
main .event_info h2:after{
	content: none;
}
.event_topics{
	width: 58%;
	float: left;
	border-right: 1px solid #00a8dc;
	padding-right: 2%;
}
main .event_info .event_topics h2{
	padding: 10px 10px 10px 30px;
	border-bottom: 1px solid #54c3f1;
	margin-bottom: 0;
}
main .event_info .event_topics h2:before{
	content: "";
	display: block;
	width: 3px;
	height: 1.4em;
	background-color: #54c3f1;
	position: absolute;
	top: 10px;
	left: 5px;
}

main .event_info .event_topics ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.9rem;
}
main .event_info .event_topics ul li{
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px dotted #b4b4b4;
}
main .event_info .event_topics ul li span{
	display: inline-block;
}
main .event_info .event_topics ul li span.time{
	width: 8em;
}
main .event_info .event_topics ul li span.event_tag{
	color: #fff;
	padding: 0 3px;
	font-size: 0.7rem;
	line-height: 1rem;
	background-color: #aaa;
	text-align: center;
	min-width: 6em;
}
main .event_info .event_topics ul li span.tag01{
	background-color: #6f6c46;/*お知らせ*/
}
main .event_info .event_topics ul li span.tag02{
	background-color: #ec5d9c;/*イベント*/
}
main .event_info .event_topics ul li span.tag03{
	background-color: #008cd3;/*検診*/
}
main .event_info .event_topics ul li span.tag04{
	background-color: #c5041a;/*議会*/
}
main .event_info .event_topics ul li span.tag05{
	background-color: #006833;/*教室*/
}
main .event_info .event_topics ul li span.tag06{
	background-color: #a22c90;/*申告*/
}
main .event_info .event_topics ul li span.tag07{
	background-color: #96602e;/*相談*/
}

/*
お知らせ	6f6c46
イベント	ec5d9c
検診	008cd3
議会	c5041a
教室	006833
申告	a22c90
相談	96602e
未指定	aaa
*/



/*
main .event_info .event_topics ul li span.tag01{
	background-color: #b34156;
}
main .event_info .event_topics ul li span.tag02{
	background-color: #147b3b;
}
main .event_info .event_topics ul li span.tag03{
	background-color: #0872ba;
}
*/

main .event_info .event_topics ul li span.event_tilte{
	display: block;
}



.event_info .event_cal{
	width: 38%;
/* 	padding-left: 2%; */
	float: right;
/* 	border-left: 1px solid #00a8dc; */
	text-align: center;
}
main .event_info .event_cal h2{
	background-color: #dbebff;
	padding: 10px 10px 10px 30px;
	margin-bottom: 10px;
	background-image: url("../all_img/org/cal_h2.svg");
	background-size: 46px 46px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

.event_info .event_cal p.month{
	margin: 0;
}

.event_info .calendar table{
	width: 100%;
	border: 1px solid #aaa;
	table-layout: fixed;
	margin: 4px 0;
}
.event_info .calendar th{
	background-color: inherit;
}
.event_info .calendar th,
.event_info .calendar td{
/* 	border: none; */
	border: 1px solid #aaa;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 2em;
}
.event_info .calendar td.today{
	background-color: #f9ccc1;
}
.event_info .calendar td.sunday,
.event_info .calendar td.holiday{
	color: #f00;
}
.event_info .calendar td.saturday{
	color: #0080cb;
}
.event_info .calendar td a{
	display: block;
	background-color: #00a8dc;
	color: #fff;
	padding: 4px;
}



.event_info .control_u{
	text-align: center;
}
.event_info .control_u p{
	margin: 10px 0;
}
.event_info .control_u a{
	display: inline-block;
	width: 29%;
	text-align: center;
	vertical-align: top;
}
.event_info .control_u a.cbpam{
	text-align: right;
}
.event_info .control_u a.cbprm{
	text-align: left;
}




/*バナーレイアウト*/

.topcol3{
}
.topcol3 ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.topcol3 li{
	margin: 0 2.4% 16px 0;
	padding: 0;
	width: 31.7%;
	float: left;
}
.topcol3 li:nth-child(3n){
	margin-right: 0;
}
.topcol3 li img{
	width: 100% !important;
	height: auto !important;
}


.topcol4{
}
.topcol4 ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.topcol4 li{
	margin: 0 1.86% 16px 0;
	padding: 0;
	width: 23.6%;
	float: left;
}
.topcol4 li:nth-child(4n){
	margin-right: 0;
}
.topcol4 li img{
	width: 100% !important;
	height: auto !important;
}






.topcol5{
}
.topcol5 ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.topcol5 li{
	margin: 0 1.6% 10px 0;
	padding: 0;
	width: 18.7%;
	float: left;
}
.topcol5 li:nth-child(5n){
	margin-right: 0;
}
.topcol5 li img{
	width: 100% !important;
	height: auto !important;
}



/*トップサイドエリア*/
.toppage aside{
}

aside div{
	margin-bottom: 20px;
}


.iza ul,
.benri ul,
.popularity ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.9em;
}
.iza li,
.benri li,
.popularity li{
	margin: 0;
	padding: 0;
}
.iza li a,
.benri li a,
.popularity li a{
	display: block;
	margin: 0;
	padding: 5px 5px 5px 30px;
	border-top: 1px dotted #4d4d4d;
	background-image: url("../all_img/org/aside_li.svg");
	background-size: 12px 12px;
	background-position: left 8px center;
	background-repeat: no-repeat;
	color: #4d4d4d;
}
.iza li:first-child a,
.benri li:first-child a,
.popularity li:first-child a{
	border: none;
}


.benri,
.popularity{
	border: 5px solid #e1f3fc;
}
.benri h2,
.popularity h2{
	background-color: #e1f3fc;
	padding: 7px 0 12px 30px;
	background-size: 25px 25px;
	background-repeat: no-repeat;
	background-position: left center;
}
.benri h2{
	background-image: url("../all_img/org/aside_benri_h2.svg");
}
.popularity h2{
	background-image: url("../all_img/org/aside_popularity_h2.svg");
}

.iza{
	border: 5px solid #e7283b;
}
.iza h2{
	background-color: #e7283b;
	color: #fff;
	padding: 7px 0 12px 30px;
	background-image: url("../all_img/org/aside_iza_h2.svg");
	background-size: 25px 25px;
	background-repeat: no-repeat;
	background-position: left center;
}

.iza li a{
	background-size: 25px 25px;
	background-repeat: no-repeat;
	background-position: left 3px center;
}
.iza li.iza_01 a{
	background-image: url("../all_img/org/iza_01.svg");
}
.iza li.iza_02 a{
	background-image: url("../all_img/org/iza_02.svg");
}
.iza li.iza_03 a{
	background-image: url("../all_img/org/iza_03.svg");
}
.iza li.iza_04 a{
	background-image: url("../all_img/org/iza_04.svg");
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: left 5px center;
}
.iza li.iza_05 a{
	background-image: url("../all_img/org/iza_05.svg");
	background-size: 20px 20px;
	background-position: left 5px center;
}

/*ゴミ量*/
.gomiryou{
	width: 201px;
	height: 102px;
	margin: 0 auto;
}
.gomiryou .day,
.gomiryou .kg{
	margin: 0;
	padding: 0;
}
.gomiryou .day{
	height: 23px;
	margin: 27px 0 0 10px;
}
.gomiryou .kg{
	height 31px;
	font-size: 2rem;
	margin: 5px 0 0 20px;
}

.kohoshi{
	background-image: url("../all_img/org/aside_kohoshi.jpg");
}
.kohoshi h2{
	background-color: #746045;
	margin: 0;
	padding: 10px;
	text-align: center;
	color: #fff;
}
.kohoshi p{
	text-align: center;
}
.kohoshi p img{
	width: 130px !important;
	height: auto;
	filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.5));
}
.kohoshi ul{
	margin: 0;
	padding: 10px;
	list-style: none;
	font-size: 0.9em;
}
.kohoshi li{
	margin: 0 0 8px 0;
	padding: 0;
}
.kohoshi li a{
	display: block;
	background-color: #fff;
	padding: 5px 5px 5px 30px;
	filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.5));
	background-image: url("../all_img/org/aside_li_wh.svg");
	background-size: 12px 12px;
	background-position: left 8px center;
	background-repeat: no-repeat;
}


.kanren_site h2{
	margin-bottom: 10px;
}
.kanren_site ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.9em;
	overflow: hidden;
	border-top: 1px dotted #4d4d4d;
}
.kanren_site li{
	margin: 0;
	padding: 7px 0;
	
	border-bottom: 1px dotted #4d4d4d;
	line-height: 1.2em;
	display: table;
	width: 100%;
	background-image: url("../all_img/org/aside_li_pk.svg");
	background-position: right 5px center;
	background-size: 12px 12px;
	background-repeat: no-repeat;
}
.kanren_site li a{
	height: 37px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 60px;
	color: #4d4d4d;
	position: relative;
}
.kanren_site li a img{
	width: 50px !important;
	height: auto !important;
	position: absolute;
	left: 0;
	top: 0;
}

.kanren_site li:last-child{
	margin: 0 auto;
	padding: 5px 0 ;
}
.kanren_site li:last-child a{
	/* height: 52px; */
}



/*＝＝＝＝＝＝*/
/*サイトマップ*/
/*＝＝＝＝＝＝*/

.site_map{
	
}

.site_map ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.site_map li.layer_1,
.site_map li.layer_2,
.site_map li.layer_3{
	margin: 0;
	padding: 0;
	display: table-cell;
	width: 46%;
	float: left;
	border-top: 1px solid #ccc;
	min-height: 100px;
	margin: 0 4% 20px 0;
}
.site_map li.layer_1{
	width: 96%;
	border-top: 5px solid #f2f2f2;
}
.site_map a{
	display: inline-block;
	padding: 10px;
	font-size: 120%;
}
.site_map li ul{
	margin-top: 5px;
	margin-left: 10px;
}
.site_map .in_page a{
	padding: 3px 5px 5px 30px;
	background-image: url("../all_img/org/list_11.png");
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 0 5px;
	font-size: 100%;
}


/*＝＝＝＝＝＝＝*/
/*メールフォーム*/
/*＝＝＝＝＝＝＝*/

.mail_form{
	display: table;
	border: 5px solid #f2f2f2;
	padding: 30px;
	border-radius: 20px;
	margin-bottom: 20px;
}
.mail_form P{
	margin: 0;
	padding: 0;
}
.form_label,
.form_input{
	display: table-cell;
	float: left;
	border-top: 1px dashed #ccc;
	padding: 10px 0
}
.form_label:first-child,
.form_label:first-child+.form_input{
	border: none;
}
.form_label{
	width: 30%;
	clear: both;
}
.form_input{
	width: 70%;
}
.form_input textarea{
/* 	max-width: 480px; */
	width: 98% !important;
}
.mcheck:after{
	content: "必須";
	font-size: 0.8em;
}
.mcheck{
	color: #f00;
	line-height: 1em;
	white-space: nowrap;
}
.form_button{
	clear: both;
	border-top: 1px dashed #ccc;
	padding: 10px 0;
}
.form_button input{
	display: block;
	margin: 0 auto;
}
.form_button input[type="submit"],
.form_button input[type="button"]{
	width: 150px;
	padding: 8px 0;
}
.form_button input[type="submit"]{
	margin-bottom: 10px;
}


/*＝＝＝＝＝＝*/
/*インデックス*/
/*＝＝＝＝＝＝*/

.index{
	
}
.index dl{
	padding-left: 2%;
}
.index dl dt{
	margin-top: 20px;
	font-size: 1.2em;
	background-image: url("../all_img/org/list_01.png");
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 30px;
}
.index dl dt:first-child{
	margin-top: 0;
}
.index dl dd{
	margin: 0;
	padding-left: 30px;
}
.index ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.index li{
	margin: 0;
	padding: 2px;
	width: 45%;
	margin: 10px 2%;
	float: left;
	border: 1px solid #ddd;
}
.index li a{
	display: block;
	padding: 10px 5px 10px 30px;
	background-image: url("../all_img/org/index_li.png");
	background-size: 12px auto;
	background-repeat: no-repeat;
	background-position: left center;
}
.index li a:hover{
	background-color: #ea609e;
	color: #fff;
}


.effect_1{
	padding-top: 100px;
	transition: .8s;
}
.effect_2{
	margin-left: -100%;
	margin-right: 100%;
	transition: .5s;
}

/**
 * 音声読み上げ
 */
#xp1{
	overflow: visible;
	position: absolute;
	top: 50px;
}
	/* 上位の hidden 打ち消し */
	#xp1 div{
		overflow: visible;
	}
	/* 設定ツール表示 */
	#xp1 .rsbtn_tools{
		position: fixed;
	}
