@charset "UTF-8";
/*------------------------------common上書き-------------------------------*/
body{
    background: #f2f2f2;
}
h2{
    font-weight:inherit;
    background: none;
    color: #c11920;
    padding: 0;
    font-size: 25px;
    margin: 0 0 20px 0;
    border-bottom: solid 2px #c11920;
    border-radius: 0;
}
h2:before{
    display: none;
}
.inner{
    padding: 20px;
}
.col_left{
    width: 640px;
}
.col_right{
    width: 320px;
}
.inner {
    border: solid 1px #c11920;
    border-radius: 5px;
}
@media screen and (max-width:641px) {
    .inner {
        border: none;
    }
}

/*------------------------------メインビジュアル-------------------------------*/
    #main_carousel{
        background: #fff;
    }

.menu_btn{
    position: relative;
    background: url(../../../img/home/menu_btn_bck.png) repeat-x;
    height: 141px;
    margin-top: -133px;
    padding-top: 16px;
}
.menu_btn a{
    margin-right: 7px;
}
.menu_btn a:last-child{
    margin-right: 0;
}
.menu_btn_blc{
    width: 980px;
    margin: 0 auto;
    margin-bottom: 20px
}
@media screen and (max-width:641px) {
    #main_carousel{
        margin-top: 85px;
        width: 100%;
        background: #fff;
    }
    .wrapper_menu{
        margin-top: 0;
        padding: 20px 20px 0 20px;
        background: #f2f2f2;
    }
    .menu_btn{
        color: #444;
        width: 100%;
        height:auto;
        background: #fff;
        margin-top: 0px;
        padding: 10px 20px 10px 20px;
    }
    .menu_btn a {
        margin-right: 0; 
    }
    .menu_btn img{
        width: 31%;
        margin: 0;
    }
    .menu_btn_blc{
        width: 100%;
        margin-bottom: 0;
    }
}

/*------------------------------カルーセル-------------------------------*/
.bxslider{
    margin: 0;
    padding: 0;
}
.bx-wrapper img {
    margin: 0 auto;
    width: 1500px;
    height:auto;
    max-width: 100%;
}

.bx-wrapper{
    margin-bottom: 40px;
}

}
.bx-wrapper .bx-viewport{
    height:600px;
    box-shadow: none;
    border: none;
    left: 0;
    top: -1px;
}
@media screen and (max-width:641px) {
    .bxslider{
        margin: 0;
        padding: 0;
    }
    .bx-wrapper img {
        width: 100%;
    }
    .bx-wrapper .bx-viewport{
        top: 0;
    }
}

/*------------------------------コンテンツ-------------------------------*/
#news{
    background: #fff;
    font-size: 12px;
    margin: 40px 0;
}
#news a {
    color: #444;
    text-decoration: none;
}
#news .entry{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: dashed 1px #cfcfcf;
}
#news .entry:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
#news .date_blc{
    display: inline-block;
    float: left;
}
#news .txt_blc{
    display: inline-block;
    width: 80%;
    padding: 0 0 0 15px; 
}
#pickup{
    background: #fff;
    font-size: 12px;
    margin: 40px 0;
}
#pickup dl{
    margin: 20px 0 0 0;
}
@media screen and (max-width:641px) {
    #news{
        width: 100%;
        padding: 20px;
        margin: 20px 0 20px 0;
    }
    #news .txt_blc{
        width: 70%;
    }
    #news .txt_blc>p{
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
    }
    #pickup{
        width: 100%;
        padding: 20px;
        margin: 0;
    }
}

/*------------------------------画像・テキストカラム-------------------------------*/
.col_img{
    float: left;
    width: 63px;
}
.col_txt{
    position: relative;
    color: #444;
    margin-left: 83px;
}
.col_txt_title{
    color: #336699;
    font-weight: bold;
    margin: 0 0 5px 0;
    padding-bottom: 5px;
    border-bottom: dashed 1px #cfcfcf;
}
.col_txt_title>a{
    color: #336699;
    text-decoration: none;
}
.col_txt_detail>a{
    color: #444;
    text-decoration: none;
}
.col_txt_title>a:hover,
.col_txt_detail>a:hover{
    text-decoration: underline;
}

/*------------------------------もっとみるボタン-------------------------------*/
.read_btn{
    width: 45%;
    margin: 0 auto;
    margin-top: 20px;
    padding: 5px;
    color: #c11920;
    text-align: center;
    border: solid 1px #c11920;
    border-radius: 20px;
}
@media screen and (max-width:641px) {
    .read_more{
        overflow: hidden;
        display: none;
    }
    .read_btn{
        margin-top: 0px;
    }
}


.info_banner{
margin-bottom: 30px;
}

@media screen and (min-width: 650px){	
  .brpc { display:block; }
  .brsp { display:none; }
}

@media screen and (max-width: 650px){	
  .brpc { display:none; }
  .brsp { display:block; }
}