@charset "UTF-8";

/*-----------------------------------------------------
shoplist.css
update 2017年1月17日
-------------------------------------------------------*/


#body {
    width: auto;
    margin: 0 auto;
}

.topics_pans {
    width: 1060px;
    margin: 10px auto 0;
    font-size: 11px;
}

.pos_rela{
	position: relative;
}

#shoplist h2{
    position: relative;
    text-align: center;
    border-bottom: 1px #999 solid;
    padding-bottom: 40px;
    
    width: 1060px;
    margin: 50px auto 40px;
}

.shoplistBody{
    width: 1060px;
    margin: 0 auto;
}

#shoplist h3.ttl_shopnews {
    padding:0px;
    line-height: 1;
    margin-bottom: 30px;
}



#shoplist ul.newslistingList li.newslist1 {
    float: left;
    width: 515px;
    height: auto;
    margin: 0 20px 80px 0px;
	overflow: hidden;
}
#shoplist ul.newslistingList li.newslist1:last-child{
    margin: 0 0px 40px 0px;
}
    #shoplist ul.newslistingList .listInner .photo {
        height: auto;
		width:250px;
		float: left;
    }
		#shoplist ul.newslistingList li.newslist1 .photo img{
			width:100%;
			height: auto;
		}
	#shoplist ul.newslistingList .listInner .txt {
        width:255px;
		float: left;
		padding-left: 10px;
    }
		#shoplist ul.newslistingList .listInner .txt .time{
			font-size:12px;
			font-weight: bold;
			padding-bottom: 5px;
		}
		#shoplist ul.newslistingList .listInner .txt .textOverflow p{
			line-height: 1.7;
			height: auto;
		}


.more_shopnews_link{
	position:absolute;
	top:0;
	right:0;
}
    .more_shopnews_link a {
        display: block;
        width: 90px;
		height: 25px;
        text-decoration: none;
        background: #333333 url(../images/shoplist/news_more.png) no-repeat 0 0;
        background-size: 90px, 25px;
    }
    .more_shopnews_link a:hover {
        opacity: 0.8;
    	filter: alpha(opacity=80);
    }
		.more_shopnews_link a span{
			visibility: hidden;
		}


.shoplistFooterWrap{
    margin: 0px auto 85px;
    padding: 32px 0 0;
    background: #f7f7f7;
}
.shoplistFooter{
    margin: 0px auto 0px;
    width:1060px;
}
    .shoplistFooter #shoplistItemCategory{
        overflow: hidden;
        padding-bottom: 40px;
    }
        .shoplistFooter #shoplistItemCategory li{
            width:143px;
            margin-right:10px;
            margin-bottom:10px;
            float: left;
        }
        .shoplistFooter #shoplistItemCategory li:last-child{
/*            width:142px; */
            margin-right:0px;
        }
        .shoplistFooter #shoplistItemCategory li:nth-child(7){
            width:142px;
            margin-right:0;
        }
        .shoplistFooter #shoplistItemCategory li a{
            display: block;
            color:#3d3d3d;
            font-size:16px;
            text-align: center;
            padding: 15px 0;
            line-height: 1;
            background: #d7d7d7;
        }
            .shoplistFooter #shoplistItemCategory li a:hover{
                background: #bbbbbb;
            }


    .shoplistFooter .shoplistItem{
    }
    .shoplistFooter .shoplistItem dt{
        font-size:16px;
        font-weight: bold;
        margin-bottom: 20px;
        line-height: 1;
        padding-top: 5px;
    }
    .shoplistFooter .shoplistItem dd{
        background: #f7f7f7;
        padding: 0px 0px 25px;
    }
        .shoplistFooter .shoplistItem dd ul{
            overflow: hidden;
        }
        .shoplistFooter .shoplistItem dd ul li{
            padding:20px 30px;
            background: #fff;
            text-align: left;
            margin:0 20px 20px 0;
            color:#3d3d3d;
            width: 520px;
            float: left;
            
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }
        .shoplistFooter .shoplistItem dd ul li:last-child{
            margin:0 0px 20px 0;
        }
            .shoplistFooter .shoplistItem dd ul li p{
                font-size:13px;
                margin-bottom: 3px;
            }
            .shoplistFooter .shoplistItem dd ul li p.shoplist_shopname{
                font-size:16px;
            }
			.shoplistFooter .shoplistItem dd ul li p.shoplist_shopinfo{
                margin-bottom: 15px;
				padding-top: 10px;
            }
            .shoplistFooter .shoplistItem dd ul li .shoplist_link{
                padding-top: 5px;
                line-height: 1;
            }
                .shoplistFooter .shoplistItem dd ul li .shoplist_link a{
                    display: inline-block;
                    margin-right: 5px;
                    padding: 13px 20px;
					min-width: 80px;
                    text-decoration: none;
                    background: #d7d7d7;
                    font-size:14px;
                    color:#000000;
					text-align: center;
					-webkit-box-sizing: border-box;
					box-sizing: border-box;
                }
                .shoplistFooter .shoplistItem dd ul li .shoplist_link a:hover{
                    background: #bbbbbb;
                }


                a.currentlocation{
                    background: #333;
                    color: #fff;
                    width: 280px;
                    padding: 10px;
                    margin: 0 auto;
                    display: block;
                    font-size: 16px;
                    text-align: center;
                }


.foot_brand_area.none{
    display: none;
}
.groupshoplist h2{
    font-size: 24px;
    text-align: center;
    margin: 50px 0;
}
.groupshoplist h3{
    text-align: center;
    font-size: 18px;
    margin-bottom: 25px;
}
.groupshoplist .foot_brand_list{
    margin-bottom: 100px;
}
.groupshoplist select{
    border: 1px solid #dadada;
    width: 100%;
    box-sizing: border-box;
    display:block;
    padding: 10px 10px;
    font-size: 12px;
    position: relative;
}
.groupshoplist_select{
    position: relative;
    width: 280px;
    margin:0 auto 100px;

}
.groupshoplist_select::after{
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    border-top :1px solid #999;
    border-right :1px solid #999;
    transform: rotate(135deg)translateY(-50%);
    position: absolute;
    right: 15px;
    top: 35%;
    

}
.groupshoplist .currentlocation{
    background: #f4f4f4;
    color: #222;
    border: 1px solid #dadada;
    height: 60px;
    width: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
    box-sizing: border-box;
}
.groupshoplist .currentlocation span{
    display: inline-block;
    margin-right: 15px;
}
#shop_detail{
    width: 812px;
    margin:0 auto;
}
#shop_detail #staffranking{
    position: relative;
}
#shop_detail .ss-w-alhd-pc-staffRankingItem a{
    display: block;
    padding: 0;
    height: auto;
}

#shop_detail .ss-w-alhd-pc-staffRankingItem a img:first-child{
    width: 140px!important;
    height: 140px!important;;
}

#shop_detail .ss-w-alhd-pc-staffRankingItem div{
    text-align: center!important;
}
#shop_detail h4{
    font-size: 24px;
}
#shop_detail h5{
    text-align: center;
    font-size: 18px;
    margin-bottom: 25px;
}
#shop_detail h5 a.more--link{
    position: absolute;
    top: 12px;
    right: 0;
    display: inline;
    margin: 0 !important;
    padding: 0 15px 0 0;
    width: auto;
    height: auto;
    border: 0;
    font-size: 16px;
}

#shop_detail h5 a::before{
    content: "すべて見る";
    line-height: 1;
    font-family: 'Lato', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Hiragino Kaku Gothic ProN', "メイリオ", Meiryo, "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif !important;
    font-size: 12px;
    margin-left: -10px;
}

#shop_detail h5 a::after{
    display: block;
    position: absolute;
    top: 50%;
    right: 50px;
    padding: 0;
    margin-top: -3px;
    border-top: solid 1px #666;
    border-right: solid 1px #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    right: 0;
    width: 6px;
    height: 6px;
    margin-top: -2px;
}

#shop_detail #blog h5 a.more--link{
    top: 12px!important;
}
#shop_detail div.shop_infoArea{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
    flex-wrap: wrap;
}
div.shop_infoArea.point::before{
    content: "ポイント対象";
    width: 112px;
    height: 30px;
    background: #F4F4F4;
    color: #222;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 12px;
}
div.shopname{
    /* display: flex;
    align-items: center; */
    width: calc(100% - 200px);
    
}
#shop_detail div.shop_infoArea h2{
    font-size: 22px;
    text-align :center;
    line-height: 1.0;
    margin-right: 5px;
    display: inline;

  }
  
  #shop_detail div.shop_infoArea h3{
    font-size: 22px;
    text-align :center;
    line-height: 1.0;
    font-weight: normal;
    margin: 0;
   display: inline;
   align-items: center;
  }
  #shop_detail div.shop_infoArea h3 span{
    font-size: 12px;
    margin-left: 18px;
  }
  #shop_detail p.point{
    width: 100%;
    height: 30px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transform: translateX(-344px);
    margin-bottom: 15px;
    
  }
  #shop_detail p.point::before{
    content: "";
    display: block;
    position: absolute;
    top:0;
    left: 50%;
    width: 130px;
    height: 100%;
    transform: translateX(-50%);
    background: #f4f4f4;
    z-index: -1;
  }
  #shop_detail a.follow{
    width: 180px;
    height: 50px;
    
  }
  #shop_detail a.follow img{
    display: block;
    width: 100%;
  }
  #shop_detail a.follow.active{
    color: #fff;
    background: #808080;
  }
  /* #shop_detail .iframe_area{
    margin-bottom:50px;
  } */
  .lineArea{
    margin:0 auto 50px;
    width: 790px;
  }

  .lineArea dl{
    display: flex;
    align-items: center;
    /* border-top: dotted 1px #eee; */
    border-bottom: solid 1px #dadada;
    
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .lineArea dl dt{
    font-weight: bold;
    font-size: 14px;
  }
  .lineArea dl dd{
    flex-grow: 1;
    box-sizing: border-box;
    margin-left: 2em;
  }
  .lineArea dl dd a{
    border: 1px solid #DADADA;
    width: 250px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }

  