@charset "UTF-8";
/*------------------------------------------------------------mainphoto*/
#mainimage {
	margin-bottom: 10px;
}
@media print, screen and (min-width:768px) {
#mainimage {
	margin-bottom: 30px;
}
}
@media (max-width:767px) {
#mainimage .container{
	padding:0;
}
}


/*------------------------------------------------------------greeting*/
#greeting{
	background:url(../img/index_img/greeting_bg.png) bottom left no-repeat;
}
#greeting h2{
	text-align:center;
	background:url(../img/index_img/greeting_title_bg.png) bottom center no-repeat;
	margin:0 0 23px;
	padding:0 10px;
}
@media (max-width:767px) {
#greeting h2{
	background:url(../img/index_img/greeting_title_bg_sp.png) bottom center no-repeat;
	padding:5px 10px 8px;
}
}
#greeting h2 img{
	margin:0 auto;
}
#greeting_txt{
}
#greeting_txt p{
	font-size:14px;
	line-height:1.8em;
}
@media(max-width:767px) {
	#greeting{
		margin:0 0 20px;
		background:url(../img/index_img/greeting_bg.png) bottom center no-repeat;
		background-size:contain;
	}
	#greeting p{
		font-size:14px;
		line-height:1.6em;
		text-shadow:1px 1px 1px #FFF;
	}
	#greeting h2{
		margin-bottom:10px;
	}
}

/* ----------------------------------------------------------------pageguide*/
#pageguide{
	padding-bbotm:30px;
}
#pageguide div{
	text-align:center;
}
#pageguide div img{
	margin:0 auto;
}
#pageguide div:nth-child(1){
	padding-left:0;
}
#pageguide div:nth-child(2){
	padding-right:0;
}
@media (max-width: 991px) {
	#pageguide div{
		padding:0;
	}
	#pageguide div{
		margin:0 0 10px;
	}
}
@media(max-width:767px) {
	#pageguide {
		margin-bottom:30px;
	}
}


/*------------------------------------------------------------news*/
#news{
}
#news h2{
	padding:0;
}
#news h2.title01 img{
	float:left;
	margin:11px 13px 8px;
}
#news h2.title01 a{
	display:block;
	float:right;
	margin:11px 13px;
	padding:5px 23px 3px;
	background:#515f03 url(../img/common_img/point01.png) 95% center no-repeat;
	border-radius:3px;
	border:1px solid #a1b344;
	color:#FFF;
	text-decoration:none;
}
#news h2.title01 a:hover{
	background:#68790c url(../img/common_img/point01.png) 95% center no-repeat;
}
@media(max-width:767px) {
#news h2.title01 img{
	float:left;
	margin:10px 5px 6px 5px;
	height:24px;
	width:auto;
}
#news h2.title01 a{
	display:block;
	float:right;
	margin:8px 8px 8px 5px;
	padding:3px 18px 3px;
	font-size:12px;
}
}

/*更新プログラム(連動)フォーマット*/
#news01 {
	width: 100%;
	overflow: hidden;
	background:url(../img/index_img/news_bg.png) 0 0;
	padding:10px 12px 6px;
	margin:0 0 30px;
}
#news01 dl {
	padding: 0 0 10px 0;
}
#news01 dt {
	font-weight:normal;
	background:url(../img/index_img/news_icon.png) left center no-repeat;
	padding:0 0 0 16px;
	font-size:12px;
}
#news01 dl dd p{
	white-space: nowrap; /* 改行を半角スペースに置き換える */
  overflow: hidden; /* はみだした部分を削除する */
  text-overflow: ellipsis; 
	font-size:14px;
}

@media print, screen and (min-width:768px) {
#news01 dl dt {
	float: left;
	font-size:14px;
}
#news01 dl dd {
	padding: 0 0 0 130px;
	font-size:14px;
}
#news01 dl dd p{
	font-size:14px;
}
#news01{
	padding:22px 12px 10px;
	margin:0;
}
}
/*Googlemap*/
#googlemap iframe {
	display: none;
}
.mapbtn {
	background: #666;
	border-radius: 4px;
	margin: 0 auto;
	text-align: center;
	width: 100px;
}
.mapbtn a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
}
.mapbtn a:hover {
	text-decoration: underline;
}
@media print, screen and (min-width:768px) {
#googlemap iframe {
	display: block;
}
.mapbtn {
	display: none;
}
}