@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */
body,
input,
select,
textarea {
	font-family: "BIZ UDGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
body #tmp_contents p em {
	font-family: "BIZ UDGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size:105%;
}
a,
a:link {
	color:#003379;
}
a:hover {
	text-decoration:none;
}
body {
	font-size:100%;	/* 16px */
	font-weight:500;
	color:#222222;
	background-color:#ffffff;
}
.view_pc,
.sp-none {
	display:block !important;
}
.view_sp,
.pc-none {
	display:none !important;
}
.pc-none.sp-none {
	display:none !important;
}

/* 印刷ボタン　本庁デザインで非表示 */
#btn-print {
	display: none !important;
}

/* Styles
================================================== */
/* text */
.txt_red {
	color:#990000;
}
.txt_green {
	color:#007500;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.txt_big {
	font-size:162.5%;
	margin:1.5em 0 0.8em !important;
}
/* tel_link
================================================== */
.tel_link a {
	pointer-events: none;
}
/* ==================================================
Base-Layout
================================================== */
#tmp_wrapper {
	min-width:1240px;
	margin:0 auto;
	overflow:hidden;
	padding-top:82px;
}
.container {
	width:1240px;
	margin:0 auto;
	padding:0 20px;
}
#tmp_wrap_main {
	padding:17px 0 20px;
}
#tmp_main {
	padding:0 0 30px;
}
#tmp_contents {
	padding:0 0 10px;
}
#tmp_wrap_main img {
	/* max-width:100%;
	height:auto; */
}
.format_top.type_ward #tmp_main {
	padding-bottom:65px;
}
/* header
================================================== */
#tmp_heading_fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 101;
	width: 100%;
	min-height:82px;
}
#tmp_heading_fixed_inner {
	background-color:#ffffff;
	color:inherit;
}
#tmp_wrap_header {
	border-bottom:1px solid #f5f5f5;
}
#tmp_header {
	padding:14px 0 13px;
}
#tmp_hlogo {
	float:left;
}
#tmp_hlogo h1 img,
#tmp_hlogo p img {
	max-width:100%;
	height:auto;
}
#tmp_hlogo h1,
#tmp_hlogo p,
#tmp_hlogo a,
#tmp_hlogo span {
	display:block;
}
/* setting */
#tmp_setting,
#tmp_hnavi,
#tmp_search,
#tmp_top_search {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_setting {
    float: right;
	padding-top:7px;
}
#tmp_hnavi {
	list-style:none;
    align-items: center;
}
#tmp_hnavi li {
    font-size: 87.5%;
	font-weight:bold;
	position:relative;
	padding:0 17px;
}
#tmp_hnavi li::before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:1px;
	background-color:#d2d2d2;
	color:inherit;
}
#tmp_hnavi li:first-child::before {
	display:none;
}
#tmp_hnavi li a {
    display: block;
    color: #222222;
	text-decoration:none;
}
#tmp_hnavi #tmp_hnavi_ward a {
	position:relative;
}
.spmenu_open #tmp_hnavi #tmp_hnavi_ward > a::after {
	content:'';
	position:absolute;
	bottom:-20px;
	left:50%;
	margin-left:-4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 4px 7px 4px;
	border-color: transparent transparent #ffffff transparent;
	z-index:10;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	z-index:10000;
}
/* search */
.sma_search {
	margin-left:10px;
}
.sma_search_ttl {
	display:none;
}
#tmp_gsearch_form {
	width:276px;
}
.site_sch_box {
	position:relative;
}
.site_sch_box .site_sch_ttl {
	float:left;
	width:35px;
	padding-top:5px;
}
.site_sch_box .site_sch_ttl img,
.site_sch_box .site_sch_ttl label {
	display:block;
	width:26px;
	height:26px;
}
.site_sch_box .sch_box {
	float:right;
	width: calc(100% - 35px);
}
#tmp_query,
#tmp_top_query {
	width:100%;
	min-height:40px;
	padding:5px 52px 5px 5px;
	border:1px solid #d2d2d2;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	background-color:#ffffff;
}
#tmp_func_sch_btn,
#tmp_top_func_sch_btn {
	position:absolute;
	top:2px;
	right:2px;
	bottom:2px;
	width:50px;
	border:1px solid #222222;
	background-color:#222222;
	color:#ffffff;
	font-size:87.5%;
	font-weight:bold;
	-webkit-border-radius:0 2px 2px 0;
	-moz-border-radius:0 2px 2px 0;
	border-radius:0 2px 2px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
#tmp_func_sch_btn:hover,
#tmp_func_sch_btn:focus,
#tmp_top_func_sch_btn:hover,
#tmp_top_func_sch_btn:focus {
	background-color:#003379;
}
/* top用 */
#tmp_top_gsearch_form {
	width:100%;
	margin:0 0 49px;
}
#tmp_top_search .site_sch_box .site_sch_ttl,
#result  .site_sch_box .site_sch_ttl {
	padding-top:19px;
}
#tmp_top_search .site_sch_box .sch_box {
	width: calc(100% - 39px);
}
#tmp_top_query {
	padding-right:92px;
	padding-left:10px;
	min-height:64px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
#tmp_top_func_sch_btn {
    width: 90px;
	height:60px;
	-webkit-border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	border-radius:0 4px 4px 0;
	font-size:112.5%;
}
/* 各区用 */
.type_ward #tmp_header {
	padding:14px 0 16px;
}
.type_ward.ward_each #tmp_hlogo {
	padding-top:5px;
}
.type_ward #tmp_setting {
	padding-top:6px;
}
.type_ward #tmp_hnavi li {
	padding:0 22px;
}
.type_ward #tmp_hnavi li.hnavi_list3 {
	padding-right:18px;
}
.type_ward #tmp_top_gsearch_form {
	margin-bottom:102px;
}

/* 検索結果ページ
================================================== */
.search_box_area {
	padding:50px 20px;
}
.search_box_area .site_sch_box {
	max-width: 670px;
}
#google,
#google_faq {
    margin:0 0 50px;
}
.google_all {
	margin:0 0 50px;
	/* padding-left:90px; */
	position:relative;
}
.search_btn_area {
	margin:0 -15px;
}
.search_btn_area .search_btn_box {
	float:left;
	width:50%;
	padding:0 15px;
	margin:0 0 20px;
}
.search_btn_area .search_btn_box:nth-child(odd) {
	clear:both;
}
.search_btn_area .search_btn_box .search_btn_link {
	padding:0 0 5px;
	margin:0 0 10px;
	border-bottom:1px solid #003379;
	background: url(/images/arrow_icon12.png);
	padding: 0 15px 5px 16px;
	background-repeat: no-repeat;
	background-position: left .5em;
	background-size: 6px auto;
}
.search_btn_area .search_btn_box .search_btn_link a {
	text-decoration: none;
}
.search_btn_area .search_btn_box .search_btn_link a:hover {
	text-decoration: underline;
}
.google_all .google_logo {
	margin:0 !important;
	position:absolute;
	left:0;
	top:5px;
}
.google_box,
.google_box input#try-google-q,
input.search_submit {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.google_box {
	max-width:670px;
	border:1px solid #d2d2d2 !important;
	-webkit-border-radius:4px !important;
	-moz-border-radius:4px !important;
	border-radius:4px !important;
	padding:1px !important;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.google_box input#try-google-q {
    border:none;
    min-height: 36px;
		width: calc(100% - 110px);
    padding:3px 10px !important;
		-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
input.search_submit {
	width:110px;
	height: 60px;
	text-align:center;
    background-color: #222222;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #222222;
    padding:3px 10px;
	cursor:pointer;
	-webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
/* sma_menu
================================================== */
.spmenu_open {
	position:absolute;
	width: 100%;
	min-height: 100%;
    z-index: 9999;
    background: #ffffff;
    color: #222222;
    position: absolute;
}
.spmenu_open::before {
	content:"";
	min-height: 100%;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	background-color: rgba(0,0,0,0);
	z-index:99;
	cursor:pointer;
}
#tmp_sma_menu {
	position: relative;
	z-index: 999;
}
#tmp_sma_lmenu {
	position:absolute;
	left:50%;
	padding:20px;
	width:840px;
	margin-left:-485px;
}
#tmp_sma_lmenu .sma_ward {
	background-color:#ffffff;
    color: #222222;
	padding:26px 14px 30px;
	-webkit-box-shadow: 0 1px 15px rgba(13, 13, 13, 0.4);
	-moz-box-shadow: 0 1px 15px rgba(13, 13, 13, 0.4);
	box-shadow: 0 1px 15px rgba(13, 13, 13, 0.4);
}
#tmp_sma_lmenu .sma_ward_ttl {
	display:none;
}
#tmp_sma_lmenu .sma_ward_list {
	list-style:none;
	padding:0 0 10px;
}
#tmp_sma_lmenu .sma_ward_list li {
	font-size: 100%;
	float:left;
	width:16.66%;
	padding:0 10px;
	margin:0 0 12px;
}
#tmp_sma_lmenu .sma_ward_list li:before {
	display: none;
}
#tmp_sma_lmenu .sma_ward_list li:nth-child(6n+1) {
	clear:both;
}
#tmp_sma_lmenu .sma_ward_list li a {
	display:block;
	font-weight:500;
	text-decoration:none;
	color:#222222;
	background:transparent url(/images/arrow_icon12.png) no-repeat left 0.8em;
	-webkit-background-size:6px auto;
	-moz-background-size:6px auto;
	background-size:6px auto;
	padding:5px 0 5px 13px;
}
#tmp_sma_lmenu .sma_ward_list li a:hover,
#tmp_sma_lmenu .sma_ward_list li a:focus {
	text-decoration:underline;
}
#tmp_sma_lmenu .close_btn {
	clear:both;
}

/* gnavi
================================================== */
.gnavi {
	clear:both;
	border-bottom:1px solid #e7e7e7;
}
.gnavi ul,
.gnavi li {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.gnavi ul {
	list-style:none;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}
.gnavi li {
	width:100%;
	line-height:1.2;
	font-weight:bold;
	-webkit-justify-content: center;
    justify-content: center;
	position:relative;
}
.gnavi li.glist1 {
	flex-basis:13.0%;
}
.gnavi li.glist2 {
	flex-basis:15.6%;
}
.gnavi li.glist3{
	flex-basis:14.6%;
}
.gnavi li.glist4 {
	flex-basis:17.3%;
}
.gnavi li.glist5 {
	flex-basis:15.9%;
}
.gnavi li.glist6,
.gnavi li.glist7 {
	flex-basis:11.8%;
}
.gnavi a {
	width:100%;
	display:block;
	padding:18px 10px;
	text-align:center;
	text-decoration:none;
	color:#222222;
	background-color:transparent;
	position:relative;
}
.gnavi li::after {
	content:'';
	position:absolute;
	right:0;
	top:20px;
	bottom:20px;
	width:1px;
	background-color:#d2d2d2;
	color:inherit;
}
.gnavi li:first-child::before {
	content:'';
	position:absolute;
	left:0;
	top:20px;
	bottom:20px;
	width:1px;
	background-color:#d2d2d2;
	color:inherit;
}
.gnavi span {
	display:inline-block;
}
/* 区 */
.type_ward .gnavi li.glist1 {
	flex-basis:13.6%;
}
.type_ward .gnavi li.glist2 {
	flex-basis:15.7%;
}
.type_ward .gnavi li.glist3{
	flex-basis:14.9%;
}
.type_ward .gnavi li.glist4 {
	flex-basis:17.7%;
}
.type_ward .gnavi li.glist5 {
	flex-basis:13.7%;
}
.type_ward .gnavi li.glist6,
.type_ward .gnavi li.glist7 {
	flex-basis:12.2%;
}
/* pankuzu
================================================== */
#tmp_pankuzu {
	padding:0 0 50px;
}
#tmp_pankuzu .present {
	float:left;
	padding-right:16px;
	line-height:1.4;
}
#tmp_pankuzu ol {
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
#tmp_pankuzu ol li {
	float:left;
	position:relative;
	margin-left:10px;
	line-height:1.4;
}
#tmp_pankuzu ol li::after {
	content: '>';
	margin-left: 10px;
}
#tmp_pankuzu ol li.pk-thispage::after {
	display:none;
}
/* custom_update
================================================== */
#tmp_wrap_update {
	float:right;
	clear:both;
	margin-top:-25px;
	padding:0 0 20px;
}
#tmp_update {
	display:inline-block;
	vertical-align:top;
	line-height:1.1;
}
#tmp_update {
	line-height:1.2;
}

/* pageid
================================================== */
.wrap_pageid {
	padding:30px 0 0;
	clear:both;
}
.wrap_pageid p {
	float:left;
	width:50%;
}
.wrap_pageid .prev a {
	background: url(/images/page_prev_icon.png) no-repeat left top;
	padding-left:24px;
	text-decoration:none;
}
.wrap_pageid .prev a:hover,
.wrap_pageid .prev a:focus {
	text-decoration:underline;
}
.wrap_pageid .pageid {
	text-align:right;
}
/* publicity
================================================== */
#tmp_publicity {
	margin:98px 0 25px;
	clear:both;
}
#tmp_publicity_ttl {
	float:left;
	width:200px;
}
#tmp_publicity_cnt {
	float:right;
	width:calc(100% - 208px);
}
#tmp_publicity_ttl h2 {
	margin:0 0 23px;
}
#tmp_publicity_ttl p {
	font-size:87.5%;
	background:url(/images/arrow_icon12.png) no-repeat left 0.4em;
	background-size: 6px auto;
	padding-left:16px;
}
#tmp_publicity_ttl p a {
	text-decoration:none;
	display:inline-block;
	color:#222222;
}
#tmp_publicity_cnt ul {
	list-style:none;
}
#tmp_publicity_cnt ul li {
	float:left;
	margin:0 0 5px 4px;
}
#tmp_publicity_cnt ul li a {
	display:block;
}
/* pnavi
================================================== */
.pnavi {
	position:relative;
	background-color:#6a6d7b;
	color:#ffffff;
	text-align:center;
	clear:both;
}
.pnavi::before {
	content:"";
	position:absolute;
	left:50%;
	top:-15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 14px 16px 14px;
	border-color: transparent transparent #6a6d7b transparent;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.pnavi a {
	display:block;
	text-decoration:none;
	padding:4px 0;
	background-color:#6a6d7b;
	color:#ffffff;
	font-weight:bold;
	font-size:87.5%;
}
.pnavi a:hover,
.pnavi a:focus {
	text-decoration:underline;
}
/* mega_fnavi
================================================== */
#tmp_wrap_mega_fnavi {
	padding:23px 0 136px;
	color:inherit;
	background-color:#f5f5f5;
	clear:both;
}
#tmp_mega_fnavi {
	position:relative;
}
#tmp_mega_fnavi .fnavi_switch,
#tmp_mega_fnavi .fnavi_list_top {
	display:none;
}
#tmp_mega_fnavi .mega_fnavi {
	padding:42px 0 47px;
}
#tmp_mega_fnavi #tmp_mega_fnavi_menu {
	padding-bottom:7px;
	border-bottom:1px solid #d2d2d2;
}
#tmp_mega_fnavi_menu .mega_fnavi_ttl,
#tmp_mega_fnavi_ward .fnavi_ttl {
	font-size:112.5%;
	font-weight:bold;
	margin:0 0 24px;
	line-height:1;
	padding-left:16px;
	position:relative;
}
#tmp_mega_fnavi_menu .mega_fnavi_ttl::before,
#tmp_mega_fnavi_ward .fnavi_ttl::before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:3px;
	background-color:#1b1464;
	color:#ffffff;
}
#tmp_mega_fnavi ul {
	list-style:none;
}
#tmp_mega_fnavi_menu .mega_fnavi_cnt,
#tmp_mega_fnavi_menu .mega_fnavi_cnt .m_fnavi,
#tmp_mega_fnavi_ward .mega_fnavi_cnt ul,
#tmp_mega_fnavi_ward .mega_fnavi_cnt ul li {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_mega_fnavi_menu .mega_fnavi_cnt,
#tmp_mega_fnavi_ward .mega_fnavi_cnt ul {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	margin:0 -7px;
	align-items: flex-start;
}
#tmp_mega_fnavi_ward .mega_fnavi_cnt ul {
	padding-top:7px;
}
#tmp_mega_fnavi_menu .mega_fnavi_cnt .m_fnavi {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	width:14.285%;
	padding:0 7px;
}
#tmp_mega_fnavi_menu .mega_fnavi_cnt .m_fnavi_ttl,
#tmp_mega_fnavi_menu .mega_fnavi_cnt .m_fnavi_cnt {
	width:100%;
	display:block;
}
#tmp_mega_fnavi_menu .mega_fnavi_cnt .m_fnavi_ttl {
	border-bottom:1px solid #d2d2d2;
	padding:0 0 8px;
}
#tmp_mega_fnavi_menu .mega_fnavi_cnt .m_fnavi_cnt {
	padding:18px 0 18px 4px;
}
#tmp_mega_fnavi_ward .mega_fnavi_cnt ul li {
	width:11.11%;
	padding:0 7px;
	margin:0 0 24px;
	line-height:1.2;
}
#tmp_mega_fnavi_menu .mega_fnavi_cnt ul li {
	margin:0 0 15px;
	line-height:1.4;
}
#tmp_mega_fnavi_menu .fnavi_ttl a,
#tmp_mega_fnavi_menu .mega_fnavi_cnt ul li a,
#tmp_mega_fnavi_ward .mega_fnavi_cnt ul li a {
	display:block;
	text-decoration:none;
	color:#222222;
	background:url(/images/arrow_icon12.png) no-repeat left 0.35em;
	background-size: 6px auto;
	padding-left:16px;
}
#tmp_mega_fnavi_menu .fnavi_ttl a {
	background-position:left 0.45em;
}
#tmp_mega_fnavi_menu .fnavi_ttl a:hover,
#tmp_mega_fnavi_menu .fnavi_ttl a:focus,
#tmp_mega_fnavi_menu .mega_fnavi_cnt ul li a:hover,
#tmp_mega_fnavi_menu .mega_fnavi_cnt ul li a:focus,
#tmp_mega_fnavi_ward .mega_fnavi_cnt ul li a:hover,
#tmp_mega_fnavi_ward .mega_fnavi_cnt ul li a:focus {
	text-decoration:underline;
}
/* foot_sns */
#tmp_foot_sns {
	position:absolute;
	right:-19px;
	bottom:-57px;
}
#tmp_foot_sns li {
	float:left;
	padding:0 17px;
}
#tmp_foot_sns li img {
	width:50px;
	height:auto;
}
#tmp_foot_sns li a {
	display:block;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
/* footer
================================================== */
#tmp_footer {
	padding:67px 0 35px;
	background-color:#222222;
	color:#ffffff;
	clear:both;
}
#tmp_footer .footer_cnt {
	margin:0 0 80px;
}
#tmp_footer .footer_address {
	float:left;
	width:600px;
	padding-left:4px;
}
#tmp_footer .wrap_fnavi {
	float:right;
	width:540px;
	padding-top:14px;
}
/* flogo  */
#tmp_footer .flogo {
	font-size:150%;
	min-height:48px;
	padding:7px 0 17px 80px;
	background:url(/images/flogo.png) no-repeat left top;
}
/* fnavi  */
.fnavi {
	float:left;
	list-style:none;
}
#tmp_fnavi_menu1 {
	width:54%;
}
#tmp_fnavi_menu2 {
	width:46%;
}
.fnavi li {
	padding:0 0 16px;
}
.fnavi li a {
	display:inline-block;
	text-decoration:none;
	color:#ffffff;
	background:#222222 url(/images/arrow_icon_white6.png) no-repeat left 0.4em;
	padding-left:12px;
}
.fnavi li a:hover,
.fnavi li a:focus {
	text-decoration:underline;
}
#tmp_fnavi_menu2 li {
	position:relative;
	padding-left:44px;
}
#tmp_fnavi_menu2 li::before {
	content:'';
	position:absolute;
	top:2px;
	left:0;
	width:1px;
	height:18px;
	background-color:#6a6d7b;
}
.footer_cnt address {
	font-style:normal;
	margin:0 0 20px;
}
.footer_cnt address span {
	display:block;
}
.footer_cnt address br {
	display:none;
}
.copyright {
	text-align:center;
	font-size:75%;
}
/* 区 */
.type_ward #tmp_footer {
	padding-top:58px;
}
.type_ward #tmp_footer .footer_address {
	padding-top:20px;
}
.type_ward .footer_cnt address {
	margin-bottom:10px;
}
.type_ward #tmp_footer .flogo {
	margin-bottom:10px;
}
.type_ward .footer_cnt .phone_number {
	padding-left:22px;
	background:url(/images/arrow_icon_white6.png) no-repeat 3px 0.5em;
}
.type_ward .footer_cnt .phone_number a {
	color:#ffffff;
	text-decoration:none;
}
.type_ward .footer_cnt .phone_number a:hover,
.type_ward .footer_cnt .phone_number a:focus {
	text-decoration:underline;
}
.type_ward #tmp_footer .wrap_fnavi {
	padding-top:17px;
}
.type_ward #tmp_footer .wrap_fnavi,
.type_ward #tmp_fnavi_menu1,
.type_ward #tmp_fnavi_menu2 {
	width:auto;
}
.type_ward #tmp_fnavi_menu1 {
	margin-right:45px;
}
.type_ward #tmp_fnavi_menu2 li {
	padding-left:45px;
}
.type_ward .fnavi li a {
	padding-left:17px;
}
.type_ward #tmp_footer .footer_cnt {
	margin-bottom:42px;
}

/* 多言語フッタ
================================================== */
#tmp_wrap_footer.lang_footer #tmp_footer {
	padding:58px 0 30px;
	background-color:#f5f5f5;
	color:#222222;
	clear:both;
}
#tmp_wrap_footer.lang_footer #tmp_foot_add {
	margin:0 -10px;
}
#tmp_wrap_footer.lang_footer #tmp_foot_add .foot_add {
	float:left;
	width:33.333333%;
	padding:0 10px 25px;
}
#tmp_wrap_footer.lang_footer #tmp_foot_add .foot_add h2 {
	line-height:1.2;
	font-size:112.5%;
	margin:0 0 22px;
	padding:0 0 0 16px;
	position:relative;
}
#tmp_wrap_footer.lang_footer #tmp_foot_add .foot_add h2::before {
	content:'';
	position:absolute;
	top:2px;
	bottom:2px;
	left:0;
	width:3px;
	background-color:#1b1464;
	color:#ffffff;
}
#tmp_wrap_footer.lang_footer #tmp_foot_add .foot_add p {
	margin:0 0 5px;
	line-height:2;
}
#tmp_wrap_footer.lang_footer #tmp_footer address {
	font-style:normal;
}
#tmp_wrap_footer.lang_footer #tmp_foot_add p a[href^="mailto:"] {
	background:url(/images/mail_icon.gif) no-repeat left 3px;
	padding-left:22px;
}
/* foot_cnt */
#tmp_wrap_footer.lang_footer #tmp_foot_cnt {
	clear:both;
	border-top:1px solid #d2d2d2;
	padding:28px 0 0;
	text-align:right;
}
#tmp_wrap_footer.lang_footer #tmp_foot_cnt p a {
	display:inline-block;
	text-decoration:none;
	color:#222222;
	background:url(/images/arrow_icon12.png) no-repeat left 7px;
	background-size: 6px auto;
	padding:0 0 0 17px;
}
#tmp_wrap_footer.lang_footer #tmp_foot_cnt p a:hover,
#tmp_wrap_footer.lang_footer #tmp_foot_cnt p a:focus {
	text-decoration:underline;
}

#tmp_wrap_footer.lang_footer #tmp_copyright {
	text-align:center;
	padding:19px 0;
	background-color:#222222;
	color:#ffffff;
	clear:both;
}
#tmp_wrap_footer.lang_footer #tmp_copyright p {
	font-size:75%;
}

/* ==================================================
modal_view
================================================== */
.modal_view {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    top: 0;
    left: 0;
    z-index:10000;
}
.modal_view .modal_bg {
    background: rgba(0, 0, 0, 0.6);
    height: 100vh;
    width: 100%;
}
.modal_view .wrap_box_modal {
    background: #ffffff;
    left: 50%;
    position: absolute;
    width: 850px;
	top: 50%;
    transform: translate(-50%, -50%);
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}
#tmp_modal_view_life.modal_view .wrap_box_modal {
    width: 700px;
}
#tmp_modal_view_life.modal_view .box_modal {
	padding:42px 50px 44px;
}
#tmp_modal_view_ward.modal_view .box_modal {
	padding:35px 20px 40px;
}
#tmp_modal_view_ward.modal_view .box_modal_ttl {
	padding:10px 0 33px 50px;
	border-bottom:1px solid #d2d2d2;
}
#tmp_modal_view_life.modal_view .box_modal_ttl {
	padding:10px 0 33px 46px;
}
#tmp_modal_view_ward.modal_view .box_modal_ttl {
	background:url(/images/modal_ward_icon.png) no-repeat left top;
}
#tmp_modal_view_life.modal_view .box_modal_ttl {
	background:url(/images/modal_life_icon.png) no-repeat left top;
}
.modal_view .box_modal_ttl p {
	font-size:137.5%;
	line-height:1.2;
	font-weight:bold;
	margin-bottom:0 !important;
}
#tmp_modal_view_ward.modal_view .box_modal_cnt {
	padding:25px 0 0;
}
#tmp_modal_view_ward .box_modal_cnt ul,
#tmp_modal_view_ward .box_modal_cnt ul li {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_modal_view_ward .box_modal_cnt ul {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	margin:0 -7px;
	padding:0 0 10px;
}
#tmp_modal_view_ward .box_modal_cnt ul li {
	width:16.666%;
	padding:0 7px;
	line-height:1.2;
	margin:0 0 26px;
}
#tmp_modal_view_ward .box_modal_cnt ul li a {
	display:block;
	text-decoration:none;
	color:#222222;
	background:url(/images/arrow_icon12.png) no-repeat left 0.35em;
	background-size: 6px auto;
	padding-left:16px;
}
#tmp_modal_view_ward .box_modal_cnt ul li a:hover,
#tmp_modal_view_ward .box_modal_cnt ul li a:focus {
	text-decoration:underline;
}
#tmp_modal_view_life .search_used_list p.img img {
	width:80px;
	height:80px;
}
#tmp_modal_view_life .search_used_list {
	margin-bottom:40px;
}

/* search_used_list */
.search_used_list,
.search_used_list li,
.search_used_list li a,
.search_used_list li p {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.search_used_list,
.search_used_list li a {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
}
.search_used_list {
	list-style:none;
	font-size:112.5%;
	font-weight:bold;
	margin:0 0 20px;
}
.search_used_list li {
	width:33.333333%;
}
.search_used_list li:not(:nth-child(3n)):last-child {
	width: calc(33.333333% + 1px);
}
.search_used_list li a {
	width:100%;
	text-decoration:none;
	background-color:#ffffff;
	color:#222222;
	border-bottom:1px solid #d2d2d2;
	border-left:1px solid #d2d2d2;
}
.search_used_list li:nth-child(1) a,
.search_used_list li:nth-child(2) a,
.search_used_list li:nth-child(3) a {
	border-top:1px solid #d2d2d2;
}
.search_used_list li:nth-child(3n) a,
.search_used_list li:last-child a {
	border-right:1px solid #d2d2d2;
}

.search_used_list p {
	background-color:#ffffff;
	color:#222222;
	width:100% !important;
	-webkit-justify-content: center;
    justify-content: center;
	align-items: center;
	text-align:center;
	position:relative;
}
.search_used_list p.img {
	min-height:100px;
	padding:20px 0 0 !important;
}
.search_used_list p.text {
	min-height:58px;
	padding:0 8px;
}

/* modal_close_btn */
.modal_view .modal_close_btn {
    position: absolute;
    top: -20px;
    right: -18px;
	z-index:10;
}
.modal_view .modal_close_btn,
.modal_view .modal_close_btn a,
.modal_view .modal_close_btn span {
	display:block;
	width:39px;
	height:39px;
}
.modal_view .modal_close_btn a {
	background: url(/images/modal_close_icon.png) no-repeat 0 0;
}
/* modal_list_close_btn */
.modal_view .modal_list_close_btn,
#tmp_sma_lmenu .close_btn {
	text-align:center;
}
.modal_view .modal_list_close_btn {
	font-size:87.5%;
}
.modal_view .modal_list_close_btn a,
#tmp_sma_lmenu .close_btn a {
	display:inline-block;
	font-weight:500;
	min-width:200px;
	padding:7px 12px;
	border:1px solid #d2d2d2;
	text-decoration:none;
}
.modal_view .modal_list_close_btn span,
#tmp_sma_lmenu .close_btn span {
	display:inline-block !important;
	padding:2px 0 0 20px !important;
	color:#222222 !important;
	background:url(/images/close_icon.png) no-repeat left center !important;
	-webkit-background-size:14px auto !important;
	-moz-background-size:14px auto !important;
	background-size:14px auto !important;
	position:static !important;
	margin:0 !important;
	overflow:visible !important;
	height:auto !important;
	width:auto !important;
}

/* ==================================================
parts
================================================== */
/* col2
================================================== */
div.col2 {
	width:100%;
}
div.col2 div.col2Child:nth-of-type(1) {
	display:table;
	width:48.5%;
	float:left;
}
div.col2 div.col2Child:nth-of-type(2) {
	display:table;
	width:48.5%;
	float:right;
}
/* col3
================================================== */
div.col3 {
	width:100%;
}
div.col3 div.col3Child:nth-of-type(1),
div.col3 div.col3Child:nth-of-type(2) {
	display:table;
	width:31.7%;
	margin-right:2%;
	float:left;
}
div.col3 div.col3Child:nth-of-type(3) {
	display:table;
	width:31.7%;
	float:left;
}


/* news_list / info-list
================================================== */
.news_list,
.info-list {
	list-style:none !important;
	margin:0 !important;
}
.news_list li,
.info-list li {
	border-bottom:1px solid #d2d2d2;
	display:table;
	width:100%;
	padding:25px 0 !important;
	margin:0 !important;
	background-image:none !important;
}
.news_list li:first-child,
.info-list li:first-child {
	/* padding-top:0 !important; */
}
.news_list li:last-child,
.info-list li:last-child {
	border-bottom:none;
}
.news_list li span,
.info-list li span {
	display:table-cell;
	vertical-align:top;
	text-align:left;
}
.news_list li .date,
.info-list li .date {
	width:9.7em;
	font-weight:bold;
}
.news_list li .link,
.info-list li a {
	background:url(/images/arrow_icon12.png) no-repeat left 0.4em;
	background-size: 6px auto;
	padding-left:15px;
	display:inline-block;
}
.news_list li a,
.info-list li a {
	text-decoration:none;
}
#tmp_top_section_news .news_list li a,
#tmp_top_section_update .news_list li a {
	display:inline-block;
	color:#222222;
}
/* read_all
================================================== */
.read_all,
.read_all p,
.read_all p a,
.ichiran-all,
.ichiran-all > div,
.ichiran-all > div > a {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.read_all,
.ichiran-all {
	padding-top:25px;
	-webkit-justify-content: center;
    justify-content: center;
}
.read_all p,
.ichiran-all > div {
	font-size:87.5%;
	margin:0 12px !important;
	min-width:200px;
}
.read_all p a,
.ichiran-all > div > a {
	text-decoration:none;
	border:1px solid #d2d2d2;
	color:#222222;
	background-color:#ffffff;
	justify-content: center;
	align-items: center;
	flex-grow:1;
	min-height:44px;
}
/* btn_more / btn_used_more
================================================== */
.btn_more,
.btn_used_more {
	padding:5px 0 0;
	margin:0 auto !important;
	text-align:center;
	font-size:87.5%;
}
.btn_more a,
.btn_used_more a {
	display:inline-block;
	min-width:200px;
	border:1px solid #d2d2d2;
	background-color:#ffffff;
	color:#222222;
	text-decoration:none !important;
}
.btn_more span {
	display:inline-block;
	position:relative;
	color:#222222;
	background-color:#ffffff;
	padding:12px 20px 8px 5px;
	min-height:40px;
}
.btn_used_more span {
	display:inline-block;
	color:#222222;
	background-color:#ffffff;
	padding:11px 5px 9px;
	min-height:40px;
}
.btn_more span::after {
	content:'';
	position:absolute;
	right:3px;
	top:50%;
	margin-top:-6px;
	width:13px;
	height:13px;
	background:url(/images/switch_icon_s_off.png) no-repeat right center;
	-webkit-background-size:13px 13px;
	-moz-background-size:13px 13px;
	background-size:13px 13px;
}
.btn_more .active span::after {
	background-image:url(/images/switch_icon_s_on.png);
}
/* ==================================================
accessibility
================================================== */
/* model_change
================================================== */
.wrap_mc_pc,
.wrap_mc_sp {
	display: none;
}
.disp_pc .wrap_mc_sp,
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	display: block;
}
#tmp_switch_sp_style {
	text-decoration:none;
	text-align:center;
	padding:15px 10px;
	font-weight:bold;
	font-size:3rem;
	background-color:#222222;
	color:#ffffff;
}
.disp_pc #tmp_hnavi_s,
.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_mmenu,
.disp_pc #tmp_sma_rmenu {
	display:none;
}
/* read
================================================== */
span.visually_hidden {
	border: 0!important;
	clip: rect(0,0,0,0)!important;
	height: 1px!important;
	margin: -1px!important;
	overflow: hidden!important;
	padding: 0!important;
	position: absolute!important;
	white-space: nowrap!important;
	width: 1px!important;
}

/* hover - animation / 線
================================================== */
.gnavi li span,
#tmp_top_section_pickup .sec_pickup .sec_pickup_cnt h3 a,
#tmp_top_section_info .info_menu .info_menu_cnt ul li a,
#tmp_top_section_promotion .promotion_list li .text span,
#tmp_top_section_promotion .sec_promotion_main_cnt h3 a,
#tmp_top_section_event_slide .event_item_cnt .text,
#tmp_section_pickup_slide .pickup_item_cnt .text,
#tmp_top_section_ward_slide .event_item_cnt span,
#tmp_top_section_contents .ward_promotion_list .text span,
#tmp_top_section_contents .ward_promotion_list_s li .text span,
#tmp_contents .hold_event .event_item .event_item_cnt .text,
#tmp_contents .photoDiary_area .photoDiary_title_txt,
#tmp_contents .box_img_link .link_text a span,
#tmp_contents .box_img_link .link_text span,
#tmp_contents .box_pickup .pickup_ttl a,
#tmp_contents .portal_picture_wp .portal_pic_img_box .portal_pic_text span {
	padding-bottom: 5px;
	position: relative;
}
#tmp_tab_event .tab_ttl h2 a {
	position: relative;
}
.gnavi li span::before,
#tmp_top_section_pickup .sec_pickup .sec_pickup_cnt h3 a::before,
#tmp_top_section_info .info_menu .info_menu_cnt ul li a::before,
#tmp_top_section_promotion .promotion_list li .text span::before,
#tmp_top_section_promotion .sec_promotion_main_cnt h3 a::before,
#tmp_top_section_event_slide .event_item_cnt .text::before,
#tmp_section_pickup_slide .pickup_item_cnt .text::before,
#tmp_top_section_ward_slide .event_item_cnt span::before,
#tmp_top_section_contents .ward_promotion_list .text span::before,
#tmp_top_section_contents .ward_promotion_list_s li .text span::before,
#tmp_contents .hold_event .event_item .event_item_cnt .text::before,
#tmp_contents .photoDiary_area .photoDiary_title_txt::before,
#tmp_contents .box_img_link .link_text a span::before,
#tmp_contents .box_img_link .link_text span::before,
#tmp_contents .box_pickup .pickup_ttl a::before,
#tmp_contents .portal_picture_wp .portal_pic_img_box .portal_pic_text span::before,
#tmp_tab_event .tab_ttl h2 a::before {
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: auto;
	transform-origin: right top;
	transform: scale(0, 1);
	background: #003379;
}
#tmp_tab_event .tab_ttl h2 a::before {
	bottom: -2px;
}
.gnavi li.current span::before,
.gnavi li.active a span::before,
.gnavi li a.active_this span::before,
.gnavi li a.current span::before,
.gnavi li a:hover span::before,
.gnavi li a:focus span::before,
#tmp_top_section_pickup .sec_pickup.active .sec_pickup_cnt h3 a::before,
.no_javascript #tmp_top_section_pickup .sec_pickup .sec_pickup_cnt h3 a:hover::before,
.no_javascript #tmp_top_section_pickup .sec_pickup .sec_pickup_cnt h3 a:focus::before,
#tmp_top_section_info .info_menu .info_menu_cnt ul li a:hover::before,
#tmp_top_section_info .info_menu .info_menu_cnt ul li a:focus::before,
.no_javascript #tmp_top_section_promotion .sec_promotion_main_cnt h3 a:hover,
.no_javascript #tmp_top_section_promotion .sec_promotion_main_cnt h3 a:focus,
#tmp_top_section_promotion .promotion_list li a:hover .text span::before,
#tmp_top_section_promotion .promotion_list li a:focus .text span::before,
#tmp_top_section_promotion .active .sec_promotion_main_cnt h3 a::before,
#tmp_top_section_event_slide a:hover .event_item_cnt .text::before,
#tmp_top_section_event_slide a:focus .event_item_cnt .text::before,
#tmp_section_pickup_slide a:hover .pickup_item_cnt .text::before,
#tmp_section_pickup_slide a:focus .pickup_item_cnt .text::before,
#tmp_top_section_ward_slide a:hover .event_item_cnt span::before,
#tmp_top_section_ward_slide a:focus .event_item_cnt span::before,
#tmp_top_section_contents .ward_promotion_list a:hover .text span::before,
#tmp_top_section_contents .ward_promotion_list a:focus .text span::before,
#tmp_top_section_contents .ward_promotion_list_s li a:hover .text span::before,
#tmp_top_section_contents .ward_promotion_list_s li a:focus .text span::before,
#tmp_contents .hold_event .event_item a:hover .event_item_cnt .text::before,
#tmp_contents .hold_event .event_item a:focus .event_item_cnt .text::before,
#tmp_contents .photoDiary_area.active .photoDiary_title_txt::before,
#tmp_contents .box_img_link_inner.active .link_text a span::before,
#tmp_contents .box_img_link_inner.active .link_text span::before,
#tmp_contents .box_pickup .active .pickup_ttl a::before,
#tmp_contents .portal_picture_wp .portal_pic_img_box a:hover .portal_pic_text span::before,
#tmp_contents .portal_picture_wp .portal_pic_img_box a:focus .portal_pic_text span::before,
#tmp_tab_event .tab_ttl h2 a:hover::before,
#tmp_tab_event .tab_ttl h2 a:focus::before {
	transform-origin: left top;
	transform: scale(1, 1);
	transition: transform .3s;
}
/* hover - underline
================================================== */
#tmp_hnavi li a:hover,
#tmp_hnavi li a:focus,
#tmp_contents .idx_menu ul li a:hover,
#tmp_contents .idx_menu ul li a:focus,
#tmp_contents #tmp_idx_category .idx_cate_ttl h2 a:hover,
#tmp_contents #tmp_idx_category .idx_cate_ttl h2 a:focus,
#tmp_contents #tmp_idx_category .idx_cate_cnt ul li a:hover,
#tmp_contents #tmp_idx_category .idx_cate_cnt ul li a:focus,
#tmp_top_section_news .news_list li a:hover,
#tmp_top_section_news .news_list li a:focus,
#tmp_top_section_update .news_list li a:hover,
#tmp_top_section_update .news_list li a:focus,
#tmp_publicity_ttl p a:hover,
#tmp_publicity_ttl p a:focus,
.news_list li a:hover,
.news_list li a:focus,
.info-list li a:hover,
.info-list li a:focus,
#tmp_contents ul.norcor li a:hover,
#tmp_contents ul.norcor li a:focus,
#tmp_contents .portal_picture_wp .portal_pic_img_box .modal_view_btn:hover,
#tmp_contents .portal_picture_wp .portal_pic_img_box .modal_view_btn:focus,
#tmp_top_section_access .phone_number a:hover,
#tmp_top_section_access .phone_number a:focus,
#tmp_section_related_cnt ul li a:hover,
#tmp_section_related_cnt ul li a:focus,
#tmp_contents table#calendarlist td.einfo a:hover,
#tmp_contents table#calendarlist td.einfo a:focus,
#tmp_contents .event_coming_soon_list li span.text a:hover,
#tmp_contents .event_coming_soon_list li span.text a:focus,
#tmp_contents table.calendar_result td a:hover,
#tmp_contents table.calendar_result td a:focus {
	text-decoration:underline;
}

/* hover - animation / 枠
================================================== */
#tmp_top_section_search .search_keyword_list > li > a,
.search_used_list li a,
#tmp_top_section_info .info_nav_btn li a,
#tmp_top_section_event .event_nav_btn li a,
#tmp_top_section_business .business_nav_btn li a,
#tmp_publicity_cnt ul li a,
.ichiran-all > div > a,
.read_all p a,
.btn_more a,
.btn_used_more a,
#tmp_top_section_emergency .emergency_navi_btn li a,
#tmp_top_section_access .access_navi_btn li a,
#tmp_contents .portal_bunya_menu li a,
#tmp_contents .wrap_btn .btn a,
.modal_view .modal_list_close_btn a,
#tmp_sma_lmenu .close_btn a,
#tmp_contents .calbt-li .top-btn a,
#tmp_contents .calicon-li li a,
#tmp_contents .mayerBNLink a,
#tmp_contents .used_list li a,
#tmp_contents .cal_item:not(.cal_date_btn) li a,
#tmp_contents ul.btnlink_6col li a {
	position:relative;
	z-index:1;
}
#tmp_top_section_search .search_keyword_list > li > a::before,
.search_used_list li a::before,
#tmp_top_section_info .info_nav_btn li a::before,
#tmp_top_section_event .event_nav_btn li a::before,
#tmp_top_section_business .business_nav_btn li a::before,
#tmp_publicity_cnt ul li a::before,
.ichiran-all > div > a::before,
.read_all p a::before,
.btn_more a::before,
.btn_used_more a::before,
#tmp_top_section_emergency .emergency_navi_btn li a::before,
#tmp_top_section_access .access_navi_btn li a::before,
#tmp_contents .portal_bunya_menu li a::before,
#tmp_contents .wrap_btn .btn a::before,
.modal_view .modal_list_close_btn a::before,
#tmp_sma_lmenu .close_btn a::before,
#tmp_contents .calbt-li .top-btn a::before,
#tmp_contents .calicon-li li a::before,
#tmp_contents .mayerBNLink a::before,
#tmp_contents .used_list li a::before,
#tmp_contents .cal_item:not(.cal_date_btn) li a::before,
#tmp_contents ul.btnlink_6col li a::before,
#tmp_contents ul.btnlink_6col li a::before {
	content: '';
	position: absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	border:2px solid transparent;
	z-index:1;
}
tmp_contents .cal_item:not(.cal_date_btn) li a::before {
	border:1px solid transparent;
}
#tmp_top_section_search .search_keyword_list > li > a::before,
#tmp_top_section_emergency .emergency_navi_btn li a::before,
#tmp_top_section_access .access_navi_btn li a::before,
.ichiran-all > div > a::before,
.read_all p a::before,
.btn_more a::before,
.btn_used_more a::before,
#tmp_contents .portal_bunya_menu li a::before,
#tmp_contents .wrap_btn .btn a::before,
.modal_view .modal_list_close_btn a::before,
#tmp_sma_lmenu .close_btn a::before,
#tmp_contents .calbt-li .top-btn a::before,
#tmp_contents .calicon-li li a::before,
#tmp_contents .mayerBNLink a::before,
#tmp_contents .used_list li a::before,
#tmp_contents .cal_item:not(.cal_date_btn) li a::before,
#tmp_contents ul.btnlink_6col li a::before,
#tmp_contents ul.btnlink_6col li a::before {
	top:-1px;
	right:-1px;
	left:-1px;
	bottom:-1px;
}
#tmp_top_section_search .search_keyword_list > li > a:hover:before,
#tmp_top_section_search .search_keyword_list > li > a:focus:before,
.search_used_list li a:hover::before,
.search_used_list li a:focus::before,
#tmp_top_section_info .info_nav_btn li a:hover::before,
#tmp_top_section_info .info_nav_btn li a:focus::before,
#tmp_top_section_event .event_nav_btn li a:hover::before,
#tmp_top_section_event .event_nav_btn li a:focus::before,
#tmp_top_section_business .business_nav_btn li a:hover::before,
#tmp_top_section_business .business_nav_btn li a:focus::before,
#tmp_publicity_cnt ul li a:hover:before,
#tmp_publicity_cnt ul li a:focus:before,
.ichiran-all > div > a:hover::before,
.ichiran-all > div > a:focus::before,
.read_all p a:hover::before,
.read_all p a:focus::before,
.btn_more a:hover::before,
.btn_used_more a:hover::before,
#tmp_top_section_emergency .emergency_navi_btn li a:hover::before,
#tmp_top_section_emergency .emergency_navi_btn li a:focus::before,
#tmp_top_section_access .access_navi_btn li a:hover::before,
#tmp_top_section_access .access_navi_btn li a:focus::before,
#tmp_contents .portal_bunya_menu li a:hover::before,
#tmp_contents .portal_bunya_menu li a:focus::before,
#tmp_contents .wrap_btn .btn a:hover::before,
#tmp_contents .wrap_btn .btn a:focus::before,
.modal_view .modal_list_close_btn a:hover::before,
#tmp_sma_lmenu .close_btn a:hover::before,
#tmp_contents .calbt-li .top-btn a:hover::before,
#tmp_contents .calbt-li .top-btn a:focus::before,
#tmp_contents .calicon-li li a:hover::before,
#tmp_contents .calicon-li li a:focus::before,
#tmp_contents .mayerBNLink a:hover::before,
#tmp_contents .mayerBNLink a:focus::before,
#tmp_contents .used_list li a:hover::before,
#tmp_contents .used_list li a:focus::before,
#tmp_contents ul.btnlink_6col li a:hover::before,
#tmp_contents ul.btnlink_6col li a:focus::before {
	border-color:#003379;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
#tmp_contents .cal_item:not(.cal_date_btn) li a:hover::before,
#tmp_contents .cal_item:not(.cal_date_btn) li a:focus::before {
	border-color:#003379;
}
/* img - フィルター
================================================== */
#tmp_top_section_pickup .sec_pickup .sec_pickup_img,
#tmp_top_section_info .info_menu .info_menu_img p,
#tmp_top_section_promotion .sec_promotion_main_img,
#tmp_top_section_promotion .promotion_list li .img,
#tmp_idx_category .idx_cate_img,
#tmp_top_section_ward_slide .event_item_img,
#tmp_top_section_contents .ward_promotion_list li .img,
#tmp_top_section_contents .ward_promotion_list_s li .img {
	position:relative;
}
#tmp_top_section_pickup .sec_pickup .sec_pickup_img::after,
#tmp_top_section_info .info_menu .info_menu_img p::after,
#tmp_top_section_promotion .sec_promotion_main_img::after,
#tmp_top_section_promotion .promotion_list li .img::after,
#tmp_idx_category .idx_cate_img::after,
#tmp_top_section_ward_slide .event_item_img::after,
#tmp_top_section_contents .ward_promotion_list li .img::after,
#tmp_top_section_contents .ward_promotion_list_s li .img::after {
	content:'';
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1;
	background-color:rgba(57,57,57,0.05);
}

/* img - hover
================================================== */
#tmp_top_section_pickup .sec_pickup .sec_pickup_img,
#tmp_top_section_promotion .promotion_list li .img,
#tmp_top_section_promotion .promotion_list li .img,
#tmp_top_section_event_slide .event_item_img,
#tmp_top_section_promotion .sec_promotion_main_img,
#tmp_section_pickup_slide .pickup_item_img,
#tmp_top_section_ward_slide .event_item_img,
#tmp_top_section_contents .ward_promotion_list .img,
#tmp_top_section_contents .ward_promotion_list_s li .img,
#tmp_contents .box_img_link .link_img,
#tmp_contents .box_pickup .box_pickupL,
#tmp_contents .editable_slider .slide_img,
#tmp_contents p.imglink-side2,
#tmp_contents p.imglink-side4,
#tmp_contents .portal_picture_wp .portal_pic_img_box .portal_pic_img {
	background-color:#ffffff;
	color:inherit;
}
#tmp_foot_sns li a,
#tmp_mainvisual .mainvisual_main .splide__slide a,
#tmp_top_section_pickup .sec_pickup .sec_pickup_img img,
#tmp_top_section_promotion .promotion_list li .img img,
#tmp_top_section_promotion .promotion_list li .img img,
#tmp_top_section_event_slide .event_item_img img,
#tmp_top_section_promotion .sec_promotion_main_img img,
#tmp_section_pickup_slide .pickup_item_img img,
#tmp_top_section_ward_slide .event_item_img img,
#tmp_top_section_contents .ward_promotion_list .img img,
#tmp_top_section_contents .ward_promotion_list_s li .img img,
#tmp_contents .box_img_link .link_img img,
#tmp_contents .box_pickup .box_pickupL img,
#tmp_contents .editable_slider .slide_img img,
#tmp_contents p.imglink-side2 img,
#tmp_contents p.imglink-side4 img,
#tmp_contents .portal_picture_wp .portal_pic_img_box .portal_pic_img img,
#tmp_contents .portal_menu_link_wp02_box .portal_menu_link_bnr_img img {
	max-width: 100%;
	height:auto;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
#tmp_foot_sns li a:hover,
#tmp_foot_sns li a:focus,
#tmp_mainvisual .mainvisual_main .splide__slide a:hover,
#tmp_mainvisual .mainvisual_main .splide__slide a:focus,
#tmp_top_section_pickup .sec_pickup.active .sec_pickup_img img,
#tmp_top_section_promotion .promotion_list li a:hover .img img,
#tmp_top_section_promotion .promotion_list li a:focus .img img,
#tmp_top_section_event_slide a:hover .event_item_img img,
#tmp_top_section_event_slide a:focus .event_item_img img,
#tmp_top_section_promotion .active .sec_promotion_main_img img,
#tmp_section_pickup_slide a:hover .pickup_item_img img,
#tmp_section_pickup_slide a:focus .pickup_item_img img,
#tmp_top_section_ward_slide a:hover .event_item_img img,
#tmp_top_section_ward_slide a:focus .event_item_img img,
#tmp_top_section_contents .ward_promotion_list a:hover .img img,
#tmp_top_section_contents .ward_promotion_list a:focus .img img,
#tmp_top_section_contents .ward_promotion_list_s li a:hover .img img,
#tmp_top_section_contents .ward_promotion_list_s li a:focus .img img,
#tmp_contents .box_img_link .box_img_link_inner.active .link_img img,
#tmp_contents .box_pickup .active .box_pickupL img,
#tmp_contents .editable_slider .slide_img a:hover img,
#tmp_contents .editable_slider .slide_img a:focus img,
#tmp_contents p.imglink-side2 a:hover img,
#tmp_contents p.imglink-side2 a:focus img,
#tmp_contents p.imglink-side4 a:hover img,
#tmp_contents p.imglink-side4 a:focus img,
#tmp_contents .portal_picture_wp .portal_pic_img_box a:hover .portal_pic_img img,
#tmp_contents .portal_menu_link_wp02_box.active .portal_menu_link_bnr_img img {
	opacity:0.9;
}



/* ==================================================
clearfix
================================================== */
/* for modern browser */
.wrap_container:after,
.container:after,
#tmp_header:after,
#tmp_hnavi:after,
.site_sch_box:after,
#tmp_sma_menu .sma_ward:after,
#tmp_sma_menu .sma_ward ul:after,
#tmp_sma_lmenu .sma_ward_list:after,
.gnavi:after,
.gnavi ul:after,
#tmp_pankuzu:after,
#tmp_main:after,
#tmp_wrap_update:after,
.pnavi:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
.tmp_inquiry_cnt:after,
#tmp_footer:after,
#tmp_footer .footer_cnt:after,
.fnavi:after,
.footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.wrap_pageid:after,
#tmp_publicity:after,
#tmp_publicity_ttl:after,
#tmp_publicity_cnt ul:after,
.search_btn_area:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}


/* ==================================================
緊急情報
================================================== */
.importants {
	margin: 0 auto;
}

#kinkyu {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 10px;
	background-color: #FFF;
	max-width: 1160px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

h2 span.title_img {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	background: none;
	border: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #FFF;
	padding: 0;
}

.important_item {
	background-color: #B43308;
	/* padding-bottom: 20px; */
	padding: 0 10px 20px;
}

.important_item .title {
	margin: 0 auto;
	max-width: 1160px;
	padding: 20px 20px 20px 45px;
	color: #FFF;
	font-weight: bold;
	font-size: 162.5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(/images/important_title.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-color: transparent;
}

#kinkyu ul {
	margin: 0.7em 5px 0.7em 0;
	padding: 0 0 0 8px;
	list-style-type: none;
	list-style-image: none;
}

#kinkyu ol {
	margin: 0.7em 5px;
	padding-left: 25px;
}

#kinkyu ul li {
	background-image: none;
	position: relative;
	padding: 0 0 0 20px;
	list-style-type: none;
	list-style-image: none;
	_height: 1%;
}

#kinkyu ul li:before {
	counter-increment: list;
	content: "";
	display: block;
	position: absolute;
	left: 6px;
	height: 5px;
	width: 5px;
	border-radius: 50%;
	background: #666666;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#kinkyu .h2bg {
	margin: 0 0 0.5em 0;
	border-radius: 0;
	background: none;
	border: none;
}

#kinkyu .h2bg div {
	background-color: #B93A32;
	background-image: none;
	color: #FFFFFF;
	border: none;
}

#kinkyu .h2bg h2 {
	color: #FFFFFF;
	background: none;
	padding: 5px 20px 3px 10px;
	border: none;
	margin: 0;
}

#kinkyu .h3bg {
	margin: 1em 10px 0.7em 0;
	padding: 0;
	border-bottom: 1px solid #FFFFFF;
	background-color: #EEEEEE;
	color: #131313;
	border-left: none;
	background-image: none;
}

#kinkyu .h3bg div {
	padding: 0;
	border: none;
	border-left: 5px solid #B93A32;
	background-image: none;
}

#kinkyu .h3bg h3 {
	border: none;
	padding: 4px 8px 4px 6px;
	font-size: 120%;
	background: none;
	margin: 0;
}

#kinkyu .h4bg {
	border: none;
	font-size: 120%;
	margin: 0.7em 5px 0.56em 0;
	padding: 0;
	background: none;
}

#kinkyu .h4bg div {
	border-left: 5px solid #B93A32;
	padding: 0 5px 0 6px;
}

#kinkyu h4 {
	margin: 0.7em 0 0.56em 10px;
	padding: 2px 0 0px 16px;
	line-height: 1.5;
	font-size: 90%;
	font-weight: bold;
	_height: 1%;
}

#kinkyu .h4bg h4 {
	padding: 0;
	margin: 0;
	color: #222222;
	background: none;
	border: none;
}

#kinkyu h5 {
	margin: 0.7em 0 0.56em 10px;
	padding: 0;
	line-height: 1.5;
	font-size: 105%;
	font-weight: bold;
	color: #333;
	background: none;
}

#kinkyu h6 {
	padding: 0 0 0 7px;
	margin: 0.7em 0 0.56em 10px;
	line-height: 1.5;
	font-weight: bold;
	color: #333;
	background: none;
	font-size: 105%;
}


/* ==================================================
チャットボット調整
================================================== */
/* イーオくん */
#repl-ai-chatboard * {
	box-sizing: content-box;
}