@charset "utf-8";

/* 全体 */
body.front_index {
	background: #eae9e8;
	color: #000000;
}

#container {
	height: auto;
	min-height: auto;
}
#container:before {
	display: none;
}

#sp_container {
	position: relative;
	padding-bottom: 70px;
}

/* ヘッダ */
#header {
	position: static;
}

#spm_wrap {
	z-index: 200;
}
button#spm_menu {
	width: 40px;
	height: 40px;
	background: url(/img/front/btn_menu.png) no-repeat center center transparent;
	background-size: 40px 40px;
}
.spm_menu_open button#spm_menu {
	background-image: url(/img/sp/btn_close.png);
	background-size: 26px auto;
}

#he_left {
	position: absolute;
	width: 165px;
	max-width: none;
	margin: 0px;
	padding: 0px;
	top: 15px;
	left: 15px;
}
.spm_menu_open #he_left {
	display: none;
}

#he_right {
	display: block;
	padding: 0px;
}

#header2 {
	position: static;
}

ul#header_link {
	display: none;
}
.spm_menu_open ul#header_link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 57px 12px 7px;
}
ul#header_link li[id^="hl_"] a.hl_btn {
	background: #deb6c0;
}
#keep_page {
	display: inline-block !important;
}
#acc_func_box {
	background: #deb6c0;
}

#top_search {
	display: block;
	position: static;
}
#top_search_box {
	max-height: none;
	min-height: auto;
	overflow: visible;
}

.top_search_sp{
	display: block;
}
ul#front_gnav {
	display: none;
}
ul.front_gnav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	padding: 12px;
}
ul.front_gnav li {
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: calc(50% - 6px);
	margin: 3px;
}
ul.front_gnav li.last {
	width: calc(100% - 6px);
}
ul.front_gnav li a {
	display: block;
	background: #ffffff;
	border: 1px solid #dc90a3;
	border-radius: 5px;
	color: #000000;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2rem;
	text-decoration: none;
	text-align: center;
	padding: 19px 0px;
}
ul.front_gnav li:nth-child(3) a {
	padding-top: 9px;
	padding-bottom: 9px;
}
br.pc_none {
	display: block;
}

#sp_search_box {
	background: url(/img/top/bg_main.png) repeat center top transparent;
	position: absolute;
	bottom: 0px;
	z-index: 100;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 20px 15px;
	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;
}

#top_search_keyword,
#top_search_page_id_wrap {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin: 0px;
	padding: 0px;
}
#top_search_page_id_wrap {
	position: relative;
}
#open_page_id_message {
	position: absolute;
	top: 100%;
	right: 5px;
	width: calc(100% - 10px);
	background: #ffffff;
	text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #cccccc;
	padding: 5px 0px;
}
#open_page_id_message:empty {
	display: none;
}

#cse_filetype,
p.id_search_caption {
	display: none !important;
}

/* スライドショー */
#front_photo_wrap {
	position: relative;
}
#front_photo_wrap:before {
	content: '';
	display: block;
	width: 100px;
	height: 66px;
	background: url(/img/front/bg_shika.png) no-repeat left top transparent;
	background-size: contain;
	position: absolute;
	left: 10px;
	bottom: 0px;
	z-index: 1;
}

#front_photo {
	position: static;
	width: auto;
	height: auto;
	min-height: auto;
}
#front_photo .front_bgimage {
	width: auto;
	height: auto;
	min-height: auto;
	position: relative;
}
#front_photo .front_bgimage img.front_photoimage {
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	width: 100%;
	height: auto;
	min-width: auto;
	min-height: auto;
}
#front_photo .front_bgimage img.front_txtimage {
	width: auto;
	height: auto;
	max-height: 65%;
	top: 50%;
	left: 50%;
}

#mp_control_btn {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 10;
}

/* メイン */
#mymainback {
	position: static;
	display: block;
	margin: 0px;
	padding: 0px 20px;
	background: #ffffff;
}

/* フッタ */
#footer {
	position: static;
}

#copyright p {
	padding-left: 20px;
	padding-right: 20px;
}

/* 重要なお知らせ */
#top_important {
	display: block;
	width: auto;
	margin: 20px 0px;
}
#top_important_ttl {
	text-align: center;
	padding: 2px 0px 3px;
}
#top_important_list ul {
	padding: 0px;
}
#top_important_list ul li {
	display: block;
	width: auto;
	margin: 0px;
	padding: 10px;
	border-bottom: 1px solid #800000;
}
#top_important_list ul li:last-child {
	border-bottom: none;
}
#top_important_list ul li > span {
	display: block;
}
#top_important_list ul li > span.article_date {
	width: auto;
}
#top_important_list ul li a {
	display: block;
	background: url(/img/sp/arrow_r_red.png) no-repeat right center;
	background-size: 8px auto;
	padding-right: 12px;
	text-decoration: none;
}
/* 防災連携 */
#main_box_emergency {
	width: auto;
	max-width: none;
	margin: 0px;
}
#main_box_emergency_box {
	width: auto;
	max-width: none;
	display: block;
}
#main_box_emergency_box > div {
	display: block;
}
#top_emergency_ttl {
	width: auto;
	text-align: center;
	padding: 15px 0px;
}
.list_top_emer ul {
	padding: 0px;
}
.list_top_emer ul li {
	display: block;
	width: auto;
	border-bottom: 1px solid #800000;
	margin: 0px;
	padding: 15px 10px;
}
.list_top_emer ul li > span {
	display: block;
}
.list_top_emer ul li > span.emer_date {
	width: auto;
}
#top_emergency_ttl h2 br {
	display: none;
}
#top_emergency_ttl p {
	margin: 10px 0px 0px;
}