@charset "UTF-8";

/*--------------ここからメイン--*/

main {
    display: block;
}

#m_inner {
    clear: both;
    width: 960px;
    margin: 0 auto;
}

.slideshow {
    position: relative;
    width: 960px;
    height: 480px;
    box-shadow: 3px 3px 6px #666666;
}

.slideshow img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 1s;
}

.slideshow .show {
    opacity: 1;
    z-index: 1;
}

#m_base {
    background-color: rgba(47, 65, 24, 0.15);
    position: relative;
}

#rakkan {
    display: block;
    width: 35px;
    position: absolute;
    top: 390px;
    left: 60px;
    z-index: 2;
}

#m_info {
    width: 920px;
    margin: 0 auto;
    overflow: hidden;
}

#concept {
    margin-top: 65px;
    font-size: 17px;
    line-height: 34px;
    font-family: "HGP教科書体", "HG教科書体", "HGP明朝E", "HG正楷書体-PRO", serif;
    font-weight: bolder;
    width: 510px;
    color: #444444;
    float: left;
}

#concept h1 {
    font-size: 24px;
    line-height: 30px;
    color: #2f5010;
    font-family: "HGP教科書体", "HG教科書体", "HGP明朝E", "HG正楷書体-PRO", serif;
    font-weight: bold;
    margin-bottom: 25px;
}

#concept h1 span {
    font-size: 13px;
    line-height: 20px;
    font-family: "小塚ゴシック Pro R", "メイリオ", sans-serif;
    font-weight: normal;
}

#concept p {
    margin-left: 35px;
}

#news {
    width: 460px;
    height:160px;
    background-color: rgba(256,256,256,0.2);

    overflow: auto;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    /*-border-right: 1px solid #bbbbbb;
    border-left: 1px solid #888888;-*/
    margin-left: 35px;
    margin-top: 30px;
    margin-bottom: 30px
}

#concept #news_title {
    margin-left: 5px;
    font-size: 15px;
    line-height: 24px
}

#news dt,
dd {
    font-size: 12px;
    font-weight:normal;
    font-family: "小塚ゴシック Pro R", "メイリオ", sans-serif;
    line-height: 16px;
}

#news dt {
    font-weight: bolder;
    float: left;
    clear: left;
    padding-bottom: 7px;
    padding-left: 20px;
}

#news dd {
    display: block;
    font-weight: nomal;
    width: 320px;
    margin-left: 110px;
    padding-bottom: 7px;
}

#concept_line {
    width: 365px;
    height: 1px;
    background-color: #2f5010;
    margin-left: 140px;
    margin-bottom: 15px;
}

#gasi {
    margin-right: 40px;
    margin-left: 40px;
    float: left;
    position: relative;
    top: -10px;
}

#concept img:hover {
    background-image: url(../image/rougasi_on.png);
    background-size: cover;
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    transition: 0.5s;
}


/*-----------------------season_nav*/

#season_nav {
    width: 355px;
    display: block;
    margin-top: 65px;
    overflow: hidden;
    float: right;
    margin-bottom: 30px;
}

#season_nav img {
    box-shadow: 3px 3px 6px #666666;
    overflow: visible;
    opacity: 1.0;
}

#season_nav img:hover {
    box-shadow: 1px 1px 3px #666666;
    opacity: 0.9;
}

#season_nav .bl {
    float: left;
    margin-bottom: 20px;
}

#season_nav .br {
    float: right;
    margin-right: 20px;
    margin-bottom: 20px;
}

#line {
    width: 960px;
    height: 1px;
    background-color: #000000;
    margin-bottom: 10px;
}


/*-----------------------バナー*/

#link {
    overflow: hidden;
    padding-left: 52px;
}

.bn {
    display: block;
    float: left;
    width: 180px;
    height: 60px;
    box-sizing: border-box;
    overflow: hidden;
    margin-right: 5px;
    margin-bottom: 10px;
}

.bn a {
    display: block;
}

.bn a:hover {
    border-top: 1px solid #000000;
    border-left: 1px solid #444444;
}

.bn:last-child a:hover {
    border-top: 1px solid #999999;
    border-left: 1px solid #bbbbbb;
}