@charset "utf-8";
/* CSS Document スマートフォン版スタイルcss*/

@media screen and (max-width: 767px) {

#content-body img {
	max-width:100%;
	height:auto;
}
/********************************
トップページ
********************************/
#content-body .toppage {
	width:100%;
	margin:0 auto;
}
/*スライド*/
#content-body .toppage .slide_area {
	margin-bottom:40px;
}
#content-body .toppage .slide_area .tit {
	float:none;
	line-height:0;
}
#content-body .toppage .slide_area .tit p {
	padding-left:14px;
	font-size:15px;
	line-height:30px;
}
#content-body .toppage .slide_area .slide {
	float:none;
	width:100%;
	height:auto;
	overflow:hidden;
}
#content-body .toppage .slide_area .slide img {
	width:100%;
	height:auto;
}
/*ナビ*/
#content-body .toppage .top_nav {
	display:none;
}
#content-body .toppage .top_nav_sp {
	display:block;
	margin-bottom:40px;
}
#content-body .toppage .top_nav_sp ul {
	margin:0 4% 6px 4%;
}
#content-body .toppage .top_nav_sp li {
	float:left;
	width:48%;
	height:46px;
	margin:0 4% 6px 0;
	padding:7px 0;
	border:solid 1px #a67c52;
	font-size:14px;
	line-height:16px;
	text-align:center;
}
#content-body .toppage .top_nav_sp li.sgl {
	padding:15px 0;
}
#content-body .toppage .top_nav_sp li.top_nav_02, #content-body .toppage .top_nav_sp li.top_nav_04 {
	margin-right:0;
}
#content-body .toppage .top_nav_sp li span {
	font-size:11px;
}
#content-body .toppage .top_nav_sp li a {
	display:block;
	text-decoration:none;
}
#content-body .toppage .top_nav_sp li a:hover {
	text-decoration:underline;
}
/*コンテンツマップ*/
#content-body .toppage .map {
	display:none;
}
#content-body .toppage .map_sp {
	display:block;
	padding:14vw 0;
	background-image:url(../images/map_sp.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:100%;
	margin-bottom:15px;
	text-align:center;
	line-height:0;
}
#content-body .toppage .map_sp ul {
	width:90%;
	margin:0 auto;
}
#content-body .toppage .map_sp li {
	float:left;
	width:48%;
	line-height:0;
}
#content-body .toppage .map_sp li:nth-child(2n) {
	float:right;
}
#content-body .toppage .map_sp li a {
	display:block;
	line-height:0;
}
#content-body .toppage .map_sp li img {
	width:100%;
	height:auto;
}
/*お知らせ*/
#content-body .toppage .news {
	padding:18px 24px 8px 24px;
	border-top:solid 8vw #ffffc3;
	border-bottom:solid 8vw #ffffc3;
	border-right:solid 5vw #ffffc3;
	border-left:solid 5vw #ffffc3;
}
#content-body .toppage .news h2 {
	margin-bottom:14px;
	color:#6eb937;
	font-size:15px;
	text-align:center;
}
#content-body .toppage .news ul {
}
#content-body .toppage .news ul {
	background-color:#fff;
}
#content-body .toppage .news ul li {
	list-style:none;
	margin-bottom:12px;
	margin-left:14px;
	font-size:14px;
	line-height:20px;
}
#content-body .toppage .news ul li:before {
	content:">";
	margin-right:4px;
	margin-left:-14px;
}
#content-body .toppage .news ul li a {
	text-decoration:none;
}
#content-body .toppage .news ul li a:hover {
	text-decoration:underline;
}
/*サイトマップ*/
#content-body .toppage .top_sitemap {
	display:none;
}

#content-body .toppage .top_nav_sp li {
    float: left;
    width: 100%;
    height: inherit;
    margin: 6px 0;
    padding: 12px 0;
    border: solid 1px #a67c52;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
	
#content-body .toppage .slide_area .tit p.mainread {
    max-width: 100%;
    font-size: 16px;
}

}


