@charset "UTF-8";

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*------------------------------------------------------------mainphoto*/
#mainphoto {
    background: url(../img/index_img/bg_mainphoto.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 283px;
}
#mainphoto img {
    display: block;
    margin: 50px auto;
}
/*------------------------------------------------------------News*/
#index_sec01 {
    background: url(../img/index_img/news_ph.jpg) no-repeat;
    background-size: cover;
    padding: 0 0 20px;
}
#index_news .container {
    padding-bottom: 10px;
}
#index_news .link_news {
    text-align: center;
}
#index_news .link_news a {
    font-family: 'Noto Sans Medium';
    color: #008f40;
    border: 1px solid #008f40;
    padding: 5px 40px;
}
/*更新プログラム(連動)フォーマット*/
#news01 {
    width: 100%;
    overflow: hidden;
    margin: -10px 0 0;
    padding-bottom: 20px;
}
#news01 dl {
    padding: 6px 0;
}
#news01 dl dt {
    color: #008f40;
    text-align: center;
}
#news01 dl dd .newstitle {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#news01 dl dd a {
    text-decoration: underline;
    color: #170a02;
}
/*------------------------------------------------------------index_sec03*/
#index_sec03 {
}
#index_sec03 .bnr_box {
    width: 100%;
    min-height: 200px;
    position: relative;
    cursor: pointer;
	margin-bottom: 10px;
}
#bnr01 {
    background: url(../img/index_img/pickup01_ph.jpg) no-repeat center center;
    background-size: cover;
}
#bnr02 {
    background: url(../img/index_img/pickup02_ph.jpg) no-repeat center center;
    background-size: cover;
}
#bnr03 {
    background: url(../img/index_img/pickup03_ph.jpg) no-repeat center center;
    background-size: cover;
}
.bnr_tx {
    width: 100%;
    
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
#index_sec03 a {
    color: #fff;
    text-decoration: none;
}
.bnr_tx h3 {
    margin: 0.8em auto 10px;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    padding: 0 10px;
	text-align: center;
}
.bnr_tx p {
    line-height: 1.4;
	margin-bottom: 10px;
    padding: 0 2px;
	font-size: 14px;
	text-align: center;
}