@charset "utf-8";

/* レイアウト */
#footstep_wrap,
#keep_page {
	display: none !important;
}

#container {
	height: 100vh;
	min-height: 700px;
	overflow: hidden;
	position: relative;
}
#container:before {
	content: '';
	display: block;
	width: 173px;
	height: 114px;
	background: url(/img/front/bg_shika.png) no-repeat left top transparent;
	position: absolute;
	left: 120px;
	bottom: 4rem;
	z-index: 1;
}

/* ヘッダ */
#header {
	position: relative;
	z-index: 4;
}

#header2 {
	width: auto;
	max-width: none;
}

#he_left {
	width: 165px;
	top: 20px;
	left: 20px;
}

#he_right {
	margin: 0px 20px 0px 340px;
	padding: 20px 0px 15px;
}

ul#header_link li[id^="hl_"] a.hl_btn {
	background: rgba(255, 255, 255, 0.7);
}

#acc_func_box {
	background: rgba(255, 255, 255, 0.7);
}
#acc_func_menu.func_menu_open:after {
	border-top-color: rgba(255, 255, 255, 0.7);
}

#top_search {
	width: 300px;
	max-width: none;
	margin: 0px;
	position: absolute;
	top: 95px;
	left: 20px;
	z-index: 2;
}
#top_search_box {
	max-height: calc(100vh - 10rem);
	min-height: 420px;
	overflow: auto;
}

.top_search_sp {
	display: none;
}
ul#front_gnav, ul.front_gnav {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul#front_gnav li, ul.front_gnav li {
	margin: 0px 0px 10px;
}
ul#front_gnav li a, ul.front_gnav li a {
	display: block;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 5px;
	color: #000000;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2rem;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff, -1px -1px 0px #ffffff;
	padding: 20px;
}

#top_search_keyword {
	display: block;
	margin: 0px;
}
#cse-search-box {
	display: block;
	width: auto;
	border-color: #ffffff;
	height: 3rem;
}
#tmp_query {
	height: 2.8rem !important;
}
#submit {
	height: 2.8rem;
}
#cse_filetype {
	display: block;
	margin-top: 5px;
	text-shadow: 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff, -1px -1px 0px #ffffff;
}

#top_search_page_id_wrap {
	display: block;
	margin: 5px 0px 0px;
}
#top_search_page_id {
	display: block;
	width: auto;
	height: auto;
	border-color: #ffffff;
	background: #ffffff;
}
#open_page_id {
	height: 28px;
}
#open_page_id_submit {
	height: 28px;
	line-height: 28px;
}
#open_page_id_message {
	/* text-shadow: 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff, -1px -1px 0px #ffffff; */
}

/* メイン */
#mymainback {
	display: block;
	width: calc(100vw - 540px);
	max-width: 1100px;
	margin: 0px;
	padding: 0px 0px 20px;
	position: absolute;
	right: 140px;
	bottom: 4rem;
	z-index: 3;
}

#main {
	max-height: calc(100vh - 10rem);
	overflow: auto;
}

/* 重要なお知らせ */
#top_important {
	width: 100%;
	display: table;
	border: 1px solid #800000;
	background: #ded1d1;
	color: #a5272d;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#top_important > div {
	display: table-cell;
	vertical-align: middle;
}

#top_important_ttl {
	width: 200px;
	background: #800000;
	color: #ffffff;
	padding: 10px 0px 15px 20px;
}
#top_important_ttl h2 {
	display: inline-block;
	background: url(/img/common/icon_important.png) no-repeat left center transparent;
	color: inherit;
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 2rem;
	margin: 0px;
	padding: 10px 0px 5px 30px;
}

#top_important_list ul {
	margin: 0px;
	padding: 15px 20px;
	list-style: none;
}
#top_important_list ul li {
	margin: 0px 0px 5px;
	padding: 3px 0px;
	width: 100%;
	display: table;
}
#top_important_list ul li:last-child {
	margin-bottom: 0px;
}
#top_important_list ul li > span {
	display: table-cell;
	vertical-align: top;
}
#top_important_list ul li > span.article_date {
	width: 11em;
}
#top_important_list ul li a {
	color: inherit;
}

/* 防災メール */
#main_box_emergency {
	width: 100%;
	max-width: 1100px;
	margin: 0px auto 20px;
}

#main_box_emergency_box {
	width: 100%;
	max-width: 1100px;
	margin: 10px auto;
	display: table;
	border: 1px solid #800000;
	background: #ded1d1;
	color: #a5272d;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#main_box_emergency_box > div {
	display: table-cell;
	vertical-align: middle;
}

#top_emergency_ttl {
	width: 200px;
	background: #800000;
	color: #ffffff;
	padding: 10px 0px 15px 20px;
}
#top_emergency_ttl h2 {
	display: inline-block;
	background: url(/img/common/icon_mail.png) no-repeat left center transparent;
	color: inherit;
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 2rem;
	margin: 0px;
	padding: 10px 0px 5px 30px;
}
#top_emergency_ttl p {
	margin: 10px 10px 0px 0px;
	font-size: 1.3rem;
}
#top_emergency_ttl p a {
	color: inherit;
}

.list_top_emer ul {
	margin: 0px;
	padding: 15px 20px;
	list-style: none;
}
.list_top_emer ul li {
	margin: 0px 0px 5px;
	padding: 3px 0px;
	width: 100%;
	display: table;
}
.list_top_emer ul li:last-child {
	margin-bottom: 0px;
}
.list_top_emer ul li > span {
	display: table-cell;
	vertical-align: top;
}
.list_top_emer ul li > span.emer_date {
	width: 13.5em;
}
.list_top_emer ul li > span.emer_title {
	background: url(/img/common/icon_arrow_down.png) no-repeat right 0.1em transparent;
	color: inherit;
	padding-right: 30px;
	cursor: pointer;
}
.list_top_emer ul li > span.emer_title.emer_mail_open {
	background-image: url(/img/common/icon_arrow_up.png);
}
.list_top_emer ul li > span.emer_title span {
	display: block;
	height: 1.5em;
	overflow: hidden;
	text-decoration: underline;
}
.list_top_emer ul li > span.emer_title.emer_mail_open span {
	overflow: visible;
	height: auto;
	text-decoration: none;
}

.list_top_emer ul li a {
	color: inherit;
}

/* フッタ */
#footer {
	background: #d7d0cb;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 4rem;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 2;
}
#copyright {
	background: none;
}
#copyright p {
	font-size: 1.5rem;
	line-height: 2rem;
	padding: 1rem 0px;
}

/* スライドショー */
#mp_control_btn {
	position: relative;
}
#mp_control_btn button[id^="mp_control_"] {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	border: none !important;
	background: none !important;
	position: absolute;
	bottom: 0px;
}
#mp_control_btn button#mp_control_prev {
	right: 25px;
}
#mp_control_btn button#mp_control_next {
	right: 0px;
}
#mp_control_btn button#mp_control_pause {
	right: 50px;
}
#mp_control_btn button#mp_control_play {
	display: none;
	right: 50px;
}

ul.slick-dots {
	margin: 0px 80px 0px 0px;
	padding: 0px;
	list-style: none;
}
ul.slick-dots li {
	display: inline-block;
	vertical-align: middle;
	margin: 4px;
}
ul.slick-dots li button {
	display: block;
	width: 12px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: none !important;
	background: url(/img/top/btn_slide_off.png) no-repeat center center transparent !important;
	color: inherit;
	line-height: 1;
	cursor: pointer;
	text-align: left;
	text-indent: -99999em;
	overflow: hidden;
}
ul.slick-dots li.slick-active button {
	background-image: url(/img/top/btn_slide_on.png) !important;
}

#front_photo {
	width: 100%;
	height: 100vh;
	min-height: 700px;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
#front_photo .front_bgimage {
	width: 100%;
	height: 100vh;
	min-height: 700px;
	position: relative;
}
#front_photo .front_bgimage img.front_txtimage {
	position: absolute;
	top: 40%;
	left: 55%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	z-index: 1;
}
#front_photo .front_bgimage img.front_photoimage {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}

/* スライドショー（動きあり） */
/*
#front_photo .front_bgimage img.front_photoimage {
	-webkit-transform-origin: center center;
	    -ms-transform-origin: center center;
	        transform-origin: center center;
	-webkit-transform: scale(1) translate(-50%,-50%);
	    -ms-transform: scale(1) translate(-50%,-50%);
	        transform: scale(1) translate(-50%,-50%);
	-webkit-transition: 7.5s ease-out;
	-o-transition: 7.5s ease-out;
	transition: 7.5s ease-out;
}
#front_photo .front_bgimage.slick-active img.front_photoimage {
	-webkit-transform: scale(1.1) translate(-45%,-50%);
	    -ms-transform: scale(1.1) translate(-45%,-50%);
	        transform: scale(1.1) translate(-45%,-50%);
}
*/

/* タブレット */
@media screen and (max-width : 1099px) {

	#he_left {
		position: absolute;
		padding: 0px;
	}
	#he_right {
		margin-left: 220px;
		text-align: right;
	}

	#top_search {
		width: 200px;
	}
	ul#front_gnav li a {
		font-size: 1.6rem;
		padding: 20px 10px;
	}

	#mymainback {
		width: calc(100vw - 380px);
	}

	#top_important {
		display: block;
	}
	#top_important > div {
		display: block;
	}
	#top_important_ttl {
		width: auto;
	}
	#top_important_list ul li {
		display: block;
	}
	#top_important_list ul li > span {
		display: block;
	}
	#top_important_list ul li > span.article_date {
		width: auto;
	}

}
/* タブレット ここまで */

body.front_index {
	color: #ffffff;
	background: #000000;
}

#cse_filetype fieldset span label {
	color: inherit;
	text-shadow: none;
	text-shadow: 0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000;
}

p.id_search_caption {
	right: auto;
	position: static;
	width: auto;
	white-space: normal;
	text-align: left;
	line-height: 1.4em;
	text-shadow: 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000;
}
body:not(.color_change) p.id_search_caption {
	color: inherit;
}

/* スマホレイアウト変更に伴う修正 20200408 */

#header2,
#top_search,
#mymainback,
#footer {
	z-index: 100;
}
#container:before {
	z-index: 90;
}

#mp_control_btn {
	text-align: right;
	right: 20px;
}

br.pc_none {
	display: none;
}

#cse_filetype fieldset span,
#func_menu_close {
	color: #ffffff !important;
}
#keep_page_close {
	background: #deb6c0;
	color: #000000 !important;
}

/* スマホレイアウト変更に伴う修正 20200408 ここまで */



/* 緊急時専用（PC・タブレット・スマートフォン） ここから */
/*
body.front_index {
	background: #3e1516;
}
#front_photo {
	width: calc(100% - 340px);
	height: calc(100vh - 280px);
	min-height: 420px;
	top: 80px;
	left: 340px;
}
#front_photo .front_bgimage {
	height: calc(100vh - 280px);
	min-height: 420px;
}
#front_photo .front_bgimage img.front_photoimage {
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	width: auto;
	height: auto;
	min-width: auto;
	min-height: auto;
	max-width: 100%;
	max-height: 100%;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 1099px) {
	#front_photo {
		width: calc(100% - 240px);
		left: 240px;
	}
	#front_photo .front_bgimage img.front_photoimage {
		width: auto;
		height: auto;
		min-width: auto;
		min-height: auto;
		max-width: 100%;
		max-height: 100%;
	}
}
@media screen and (max-width: 670px) {
	#he_left,
	#front_photo_wrap:before {
		display: none !important;
	}
}
*/
/* 緊急時専用（PC・タブレット・スマートフォン） ここまで */