@charset "utf-8";
/*--------------------------------------------------------------------------------
*
*   2016
*   Keaki Mori Official Website
*
*   home.css
*
--------------------------------------------------------------------------------*/
#main_visual{
    width: 100%;
    min-width: 1080px;
    height: 550px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #b38758;
}

#main_visual .logo{
    width: 1080px;
    margin: 0 auto;
}

#main_visual .img{
    display: none;
}

/* ----------------------------------------
    #contents_inner
---------------------------------------- */
#contents_inner{
    width: 1080px;
    padding: 35px 0 0 0;
    margin: auto;
}

#contents_inner .banner_aikotoba{
    margin: 15px 0 -20px 0;
    text-align: center;
}

#contents_inner .banner_aikotoba a img{
    transition: opacity .1s ease;
}

#contents_inner .banner_aikotoba a:hover img{
    opacity: .7;
}



#contents_inner .home_banner_list{
    letter-spacing: -.40em;
    margin: 15px 0 -20px 0;
    text-align: center;
}

#contents_inner .home_banner_list li{
    margin: 0 15px;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
}

#contents_inner .home_banner_list a img{
    transition: opacity .1s ease;
}

#contents_inner .home_banner_list a:hover img{
    opacity: .7;
}

#contents_inner .home_banner_list.col03{
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
}

#contents_inner .home_banner_list.col03 li{
    margin: 0 12px;
}

#contents_inner .home_banner_list.col03 li img{
    width: 345px;
}

/* ----------------------------------------
    #section
---------------------------------------- */
#section_top{
    margin: 0 0 25px 0;
    overflow: hidden;
}

#section_left{
    width: 800px;
    float: left;
}

#section_right{
    width: 260px;
    float: right;
}

#section_news{
    margin: 0 0 23px 0;
}

/* ----------------------------------------
    .section
---------------------------------------- */
.section{
    overflow: hidden;
}

.section h2 img{
    float: left;
    vertical-align: top;
}

.section li{
    border-bottom: 1px dashed #e8dfd4;
}

.section li:last-child{
    border: none;
}

.section li a{
    padding: 10px 0;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.section li a:hover .title{
    text-decoration: underline;
}

.section h2 a,
#section_right h2 a{
    padding: 10px 0 0 0;
    font-size: 16px;
    letter-spacing: .1em;
    color: #684816;
    float: right;
    position: relative;
}

.section h2 a:after,
#section_right h2 a:after{
    content: '';
    width: 12px;
    height: 17px;
    display: block;
    background-image:url(../images/parts_arrow_right.png);
    position: absolute;
    top: 10px;
    left: -22px;
}

#section_fc_news.section h2{
    padding-top: 0;
}

#section_fc_news.section h2 a{ padding-top: 7px;}
#section_fc_news.section h2 a:after{ top: 7px;}

.section dt{
    width: 210px;
    clear: both;
    float: left;
    color: #b9a68d;
    font-size: 14px;
    font-weight: bold;
}

.section dt img{
    position: relative;
    top: 7px;
    left: 15px;
}

.section dd{
    width: 535px;
    float: left;
}

.section .title{
    max-width: 485px;
    padding: 0 50px 0 0;
    line-height: 2em;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.section .title .indent{
    margin-left: -.5em;
    display: inline-block;
}

.section .ico_new{
    font-size: 12px;
    color: #ff2769;
    position: absolute;
    top: 0;
    right: 0;
}


/* ----------------------------------------
    #section_instagram
---------------------------------------- */
#section_instagram h2{
    height: 41px;
    margin: 4px 0 0 0;
    padding-bottom: 0;
    text-align: left;
}

#section_instagram h2 a{
    margin: -4px 0 0 0;
}

#section_instagram .section_box{
    overflow: hidden;
}

#section_instagram .section_box_inner{
    height: 220px;
    padding: 33px 0 0 0;
    box-sizing: border-box;
    background-image:url(../images/home/parts_instagram_bg.png);
    background-repeat: no-repeat;
    background-position: center;
}

#section_instagram .section_box_inner .pic{
    width: 155px;
    height: 155px;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
}

#section_instagram .section_box_inner .pic img{
    width: 155px;
    height: auto;
    max-height: 155px;
    transition: opacity .1s ease;
}

#section_instagram .section_box_inner .pic img:hover{
    opacity: .8;
}

/* ----------------------------------------
    #section_twitter
---------------------------------------- */
#section_twitter h2{
    padding-top: 18px;
    padding-bottom: 0;
}

#section_twitter .section_box{
    height: 100%;
    overflow: hidden;
}

#section_twitter .section_box_inner{
    padding: 20px;
    max-height: 669px;
}

#section_twitter img{
    width: 100%;
    height: auto;
}

#section_twitter a{
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2;
    transition: opacity .1s ease;
}

#section_twitter a:hover{
    opacity: .7;
    text-decoration: none;
}

#section_twitter .profile{
    overflow: hidden;
    padding: 0 0 25px 0;
    border-bottom: 1px dashed #e5dbcf;
}

#section_twitter .profile a:after{
    content: '';
    display: block;
    clear: both;
}

#section_twitter .profile .pic{
    width: 61px;
    margin: 0 10px 0 0;
    float: left;
}

#section_twitter .profile .pic img{
    border-radius: 5px;
}

#section_twitter .profile .desc{
    overflow: hidden;
    width: auto;
    float: left;
}

#section_twitter .profile h3{
    margin: 0 0 5px 0;
    font-size: 16px;
    line-height: 1.15em;
    font-weight: bold;
}

#section_twitter .profile .id{
    font-size: 16px;
}

#section_twitter .profile .id a{
    color: #a38e76;
}


/*
    list
*/

#section_twitter .tw_list ul{
    overflow: hidden;
}

#section_twitter li{
    padding: 25px 0;
    border-bottom: 1px dashed #e5dbcf;
}

#section_twitter li .info{
    clear: both;
    margin: 0 0 15px 0;
    overflow: hidden;
}

#section_twitter li .pic{
    width: 47px;
    margin: 0 6px 0 0;
    float: left;
}

#section_twitter li .pic img{
    border-radius: 5px;
}

#section_twitter li .desc{
    width: 160px;
    float: left;
}

#section_twitter li .date{
    margin: 0 0 7px 0;
    font-size: 12px;
}

#section_twitter li .date a{
    color: #c8a062;
}

#section_twitter li h4{
    margin: 0 0 3px 0;
    font-size: 11px;
    font-weight: bold;
    white-space: nowrap;
}

#section_twitter li .id{
    font-size: 14px;
}

#section_twitter li .id a{
    color: #a38e76;
}

#section_twitter li .txt{
    clear: both;
    font-size: 14px;
    line-height: 1.428em;
}


/* ----------------------------------------
    #section_banner
---------------------------------------- */
#section_banner{
    margin: 0 0 20px 0;
    letter-spacing: -.40em;
}

#section_banner a img{
    transition: opacity .1s ease;
}

#section_banner a:hover img{
    opacity: .7;
}

#section_banner ul{
    width: 1100px;
    overflow: hidden;
}

#section_banner li{
    width: 255px;
    margin: 0 20px 20px 0;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
}

#section_banner li .img{
    margin: 0 0 ;
}

#section_banner li img{
    width: 255px;
    height: auto;
}

#section_banner li .caption{
    font-size: 13px;
    line-height: 1.545em;
}
