@charset "UTF-8";


/* 共通部分
--------------------------- */
div#wrapper-plus {
	width:760px;
	overflow:hidden;
	margin:10px 0;
}

/* header
----------------------- */
#house-maker-navi-header{
    position: relative;
    margin: 0 0 30px;
    padding: 30px 0;
    background: #d4dcd8;
}
#house-maker-navi-header:before{
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    border-top: 150px solid #fff;
    border-left: 380px solid transparent;
}
#house-maker-navi-header:after{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    border-top: 150px solid #fff;
    border-right: 380px solid transparent;
}
#house-maker-navi-header h2{
    height: inherit;
    margin: 0 0 35px;
    text-indent: 0;
    text-align: center;
    background: none;
}
#house-maker-navi-header p{
    margin: 0 0 35px;
    font-size: 13px;
    line-height: 1.8;
    text-align: center;
}
#house-maker-navi-header .btn-link{
    text-align: center;
    letter-spacing: -0.5em;
}
#house-maker-navi-header .btn-link li{
    display: inline-block;
    padding: 0 20px;
    vertical-align: top;
}

.navi-title{
    margin: 0 0 30px;
    text-align: center;
}

/* List
----------------------- */
div#wrapper-plus ul#shop-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 765px;
    margin-right: -5px;
	overflow:hidden;
	clear:both;
}
div#wrapper-plus ul#shop-list li{
    position: relative;
    width: 250px;
    margin: 0 5px 5px 0;
    background: #d4dcd8;
}
div#wrapper-plus ul#shop-list li a{
    display: block;
    padding: 0 25px 50px;
    color: #595a4e;
    text-decoration: none;
}
div#wrapper-plus ul#shop-list li a figure{
    margin: 0 -25px 25px;
    line-height: 250px;
    text-align: center;
}
div#wrapper-plus ul#shop-list li a figure img{
    line-height: 250px;
    vertical-align: middle;
}
div#wrapper-plus ul#shop-list li a span{
    display: block;
}
div#wrapper-plus ul#shop-list li a .shopname{
    margin: 0 0 10px;
    padding: 0 0 10px;
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px solid #595a4e;
}
div#wrapper-plus ul#shop-list li a .title{
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: bold;
}
div#wrapper-plus ul#shop-list li a .more{
    position: absolute;
    bottom: 15px;
    right: 15px;
}


