@charset "UTF-8";
/*-------  top  --------*/
#wrap .lead{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:70px;
    text-align: center;
}

.bnr_area_image {
	width: 1100px;
    margin: 10px auto 40px;
}


.bnr_area {
    width: 1100px;
    margin: 20px auto 40px;
}

.bnr_area2 {
	text-align: center;
	margin: 10px auto 50px;
}


.bnr_area4 {
    margin: 40px auto 60px;
}

.bnr_area .impress {
    color: #fff;
    text-align: center;
    font-family: serif;
    font-size: 2rem;
    font-weight: bold;
    line-height: 8rem;
}


.bnr_area .onlineshop {
    color: #fff;
    text-align: center;
    font-family: serif;
    font-size: 2rem;
    font-weight: bold;
	margin-bottom:10px;
}

.bnr_area .onlineshop2 {
    color: #fff;
    font-family: serif;
    font-size: 1.5rem;
    font-weight: bold;
	 display: inline-block;
  text-align: left;
}

.hover-white {
    background:#fff;
    display:inline-block;
}
.hover-white a:hover {
    opacity: .7;
}
/*.flex_bw {
    display: flex;
    justify-content: space-evenly;
}

.flex_ar {
    display: flex;
    justify-content: space-around;
}*/


