@charset "UTF-8";

#wrap{
    padding-bottom: 0;
}

#breadClumb{
    padding: 0 10px;
    max-width: 1300px;
}

#contents.singlePage{
    width: 100%;
}

.bungu-info,
.bungu-info *,
.bungu-info *:before,
.bungu-info *:after{
    box-sizing: border-box;
}

.bungu-info{
    background: url(/pc/img/feature/geo-bungu-info/bg_img.svg) repeat #B10023 center center / auto;
    padding: 60px 0 70px;
    min-width: 1000px;
}

.bungu-info a{
    color: #333;
    text-decoration: none;
}

.bungu-info h1{
    margin: 0 auto 30px;
    text-align: center;
    width: 1000px;
}

.bungu-info .textRed{
    color: #B10023;
    font-weight: bold;
}

#lead{
    margin: 0 auto 90px;
    width: 1000px;
}

#lead .snsInner{
    text-align: right;
    margin-bottom: 10px;
}

#lead .snsInner a{
    display: inline-block;
    vertical-align: bottom;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#lead .snsInner a:hover{
    opacity: .9;
}

#lead .snsInner a img{
    display: block;
}

#lead .leadInner{
    background: url(/pc/img/feature/geo-bungu-info/leadimg.svg) no-repeat #FFF center bottom 45px / auto;
    border-radius: 20px;
    padding: 45px 10px 165px;
    position: relative;
    text-align: center;
    width: 1000px;
}

#lead .leadInner:before{
    border: 2px solid #B10023;
    border-radius: 18px;
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 994px;
    height: calc(100% - 6px);
}

#lead h2{
    color: #B10023;
    font-size: 24px;
    font-weight: bold;
    line-height: calc(36/24*1em);
    margin-bottom: 30px;
    position: relative;
}

#lead p{
    font-size: 16px;
    line-height: calc(24/16*1em);
    margin-top: 20px;
    position: relative;
}

/* 店舗情報 */
#storeInformation{
    margin: 0 auto;
    width: 1000px;
}

#storeInformation h2{
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 20px;
}

#storeInformation .storeList{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

#storeInformation .storeList li{
    margin: 20px 20px 0 0;
    width: 320px;
}

#storeInformation .storeList li:nth-child(3n){
    margin: 20px 0 0;
}

.storeItem{
    background: #FFF;
    border-radius: 20px;
    display: block;
    box-shadow: 4px 4px 0 #83001A;
    overflow: hidden;
    padding: 30px 30px 90px;
    position: relative;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 100%;
}

a.storeItem:hover{
    opacity: .9;
}

.storeItem .storeName{
    color: #B10023;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.storeItem div img{
    border-radius: 10px;
}

.storeDetail{
    background: rgba(177, 0, 35, .2);
    color: #B10023;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    line-height: 60px;
    width: 100%;
    height: 60px;
}

.storeDetail span{
    background: url(/pc/img/feature/geo-bungu-info/icon_arrow.svg) no-repeat right center / auto;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding-right: 30px;
    height: 20px;
}

.storeItem .new{
    color: #FF0000;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 10px;
    white-space: nowrap;
    height: 20px;
}

.storeItem .new:not(.-none){
    background: url(/pc/img/feature/geo-bungu-info/label_new.png) no-repeat left top / auto;
    padding-left: 60px;
}

.storeItem p{
    font-size: 16px;
    line-height: calc(24/16*1em);
    margin-top: 20px;
    padding-left: 25px;
}

.storeItem p.location{
    background: url(/pc/img/feature/geo-bungu-info/icon_map.svg) no-repeat left top / auto;
}

.storeItem p.tel{
    background: url(/pc/img/feature/geo-bungu-info/icon_tell.svg) no-repeat left top / auto;
}

.storeItem p.operating{
    background: url(/pc/img/feature/geo-bungu-info/icon_clock.svg) no-repeat left top / auto;
}

