@charset "utf-8";

.localNav_Area {
    height: 100px;
    /*height: 180px;　　6つになったら高さこっち*/
    background: #ECF6FC;
    margin: 80px auto;
    display: block;
}

.bt_Lnav ul {
    max-width: 860px;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
    top: -40px;
}

.bt_Lnav ul li {
    list-style: none;
    width: calc(50% - 7px);
    height: 80px;
    margin-bottom: 15px;
    margin-right: 14px;
    position: relative;
    float: left;
}

.bt_Lnav ul li a {
    color: #fff;
    font-size: 100%;
    line-height: 1.4;
    text-align: center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    background-color: ghostwhite;
}

.bt_Lnav ul li a .layout {
    display: inline-block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bt_Lnav ul li a .layout {
    font-size: 16px;
    line-height: 1.0;
}

.leyFont {
   font-size:12px;
}

.bt_Lnav ul li:nth-child(even) {
    float: left;
    margin-right: 0;
}

.bt_Lnav ul .ceremony a{
    background-position: center;
	background-image: url("../img/localNav/nav_chapel.jpg");
}
.bt_Lnav ul .banquet a{
    background-position:top;
	background-image: url("../img/localNav/nav_banquet.jpg");
}
.bt_Lnav ul .cuisine a{
    background-position: top;
    /*background-size: 110%;*/
    background-image: url(../img/localNav/nav_cuisine.jpg);
}
.bt_Lnav ul .dress a{
    background-position: top;
	background-image: url("../img/localNav/nav_dress.jpg");
}
.bt_Lnav ul .guest a{
	background-image: url("../img/localNav/nav_guest.jpg");
}
.bt_Lnav ul .topicks a{
	background-image: url("../img/localNav/nav_topicks.jpg");
}


@media screen and (min-width: 1024px) {
    
    .bt_Lnav ul li {
    width: calc(49% - 7px);
    height: 120px;
   
        }
    
    .bt_Lnav ul li:nth-child(even) {
    float: left;
    /*margin-right: 0;*/
    margin-right: 14px;
    }


    /*.bt_Lnav ul li:nth-child(3n) {
    margin-right: 0;
    }*/
    
    .bt_Lnav ul li a .layout {
    font-size: 20px;
    }
    
    .leyFont {
   font-size:14px;
    }

    .localNav_Area {
    height: 160px;
    background: #ECF6FC;
    margin: 80px auto 120px;
    display: block;
    }
    
    .bt_Lnav ul .banquet a {
    background-position: center;
    }
    
    .bt_Lnav ul .cuisine a {
    background-position: center;
    background-size: 110%;
    }

}