@charset "utf-8";
@import "common.css";

/*-----スライド-----*/
#slide {
	position: relative;
	width: 100%;
	min-width: 1000px;
	height: 320px;
	padding: 10px 0;
	margin-bottom: 10px;
	background-color: #85744D;
}
#top_slogan {/*スローガン固定の場合　未使用*/
	width: 564px;
	position: absolute;
	right: 10%;
	top: 160px;
}
.bx-wrapper {
	min-width: 1000px!important;
	max-width: 100%!important;
}
.bxslider li {
	width: 1370px!important;/*画像サイズを指定*/
}
/*-----コンテンツ-----*/
#contents {
	width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
}
#content_block {
	clear: both;
	width: 1000px;
	overflow: auto;
}
/*-----重要なお知らせ-----*/
#alert_area {
	width: 100%;
	height: 50px;
	background-color: #F2EFCE;
	margin-bottom: 10px;
}
#alert {
	width: 100%;
	height: 100%;
}
#alert th {
	width: 150px;
	text-align: center;
	vertical-align: middle;
}
.category {
	background-color: #85744D;
	border-radius: 5px;
	color: #ffffff;
	padding: 5px;
	font-weight: bold;
}
#alert td {
	vertical-align: middle;
	font-size: 20px;
}
/*-----左ブロック-----*/
#left_block {
	float: left;
	width: 660px;
/*	height: 290px;*/
	padding: 5px;
	margin-right: 10px;
	box-sizing: border-box;
}
h2.top_h2 {
	background-image: url("../img/h2_marker.png");
	background-position: left center;
	font-size: 24px;
	color: #212121;
	padding: 15px 0 15px 25px;
	margin-bottom: 10px;
}
#news_area {
	margin-bottom: 2em;
}
#news_list li {
	font-size: 16px;
	padding: 10px 0;
	border-bottom: 1px dotted #000000;
}
#news_list li:last-child {
	margin-bottom: 20px;
}
#list_link {
	text-align: right;
}

#banner_area {
	text-align: center;
}
#banner_area a {
	display: block;
	margin-bottom: 1em;
}

.banner_area {
	text-align: center;
	margin-bottom: 2em;
}
.banner_area a {
	display: block;
	width: fit-content;
	margin: 0 auto 1em;
}

#enmusubi_banner_area img {
	width: 400px;
	height: auto;
}
#spicomi_banner_area img {
	width: 400px;
	height: auto;
}

/*-----右ブロック-----*/
#right_block {
	float: right;
	width: 310px;
/*	height: 310px;*/
	padding: 5px;
	background-color: #AC9765;
}
#info_area {
	padding: 5px;
}
#info_area p {
	line-height: 20px;
	letter-spacing: 1px;
}
#map_area {
	text-align: center;
}
#top_open_time {
	float: left;
	margin-right: 18px;
	margin-bottom: 5px;
}