
/* ���C���摜
--------------------------*/
#main{
	background:url(../img/store/main_bg.jpg) no-repeat center top;
}

@media screen and (max-width:767px) {		/*�^�u���b�g�pCSS*/
#main{
	background:url(../img/store/main_bg_sp.jpg) no-repeat center top;
	background-size:100%;
	padding:calc((26.07% - 100px) / 2) 0;
}
}


/* �X�܏Љ�
--------------------------*/
section:nth-child(n+2){
	margin-top:80px;
}


h3{
	border-bottom:solid 1px #013089;
	padding:0 0 20px;
}

.inner{
	background:url(../img/store/store_bg_top.png) repeat-x left top;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;	
	-webkit-flex-wrap: wrap;/* Safari etc. */
	flex-wrap: wrap;
	margin:20px 0;
	background-color:#013089;
	padding:60px 40px 40px;
	color:#FFF;
	position:relative;
}


.inner img{
	width:100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.inner .main{
	width:calc(50% - 5px);
}

.inner .main li:first-child{
	margin-bottom:10px;
}

.inner .main li:last-child{
	width:calc(50% - 45px);
	position:absolute;
	right:40px;
	bottom:40px;
}

.inner .r_cnt{
	width:calc(50% - 5px);
	margin-left:10px;
	position:relative;
	vertical-align:top;
	padding:20px 0 20px 20px;
	box-sizing:border-box;
}

.inner .r_cnt h4{
	line-height:180%;
	font-size:30px;
	font-weight:bold;
	color:#FFF;
}

.inner .r_cnt p.explain{
	font-size:15px;
	line-height:160%;
	border-bottom:solid 1px #ffdb00;
	padding-bottom:15px;
}

.inner .r_cnt p.explain span{
	display:inline-block;
}

.inner .r_cnt p.address{
	margin:20px 0;
	font-size:15px;
}

.inner .r_cnt p.address a{
	color:#FFF;
	text-decoration:underline;
}

.inner .r_cnt .img_in{
	position:absolute;
	right:0;
	bottom:0;
}

.inner .map{
	width:100%;
	height:250px;
}

@media screen and (max-width:1400px) {		/*�^�u���b�g�pCSS*/
.inner .main li:last-child{
	width:100%;
	position:static;
	margin-top:10px;
}

.inner .map{
	height:500px;
}
}


@media screen and (max-width:1250px) {		/*�^�u���b�g�pCSS*/
section:nth-child(n+2){
	margin-top:40px;
}
}

@media screen and (max-width:980px) {		/*�^�u���b�g�pCSS*/
.inner .map{
	height:300px;
}
}

@media screen and (max-width:767px) {		/*�X�}�z�pCSS*/
h3 img{
	max-width:100%;
}

#ekoda h3 img{
	max-width:65%;
}

.inner{
	background-size:50%;
	display:block;
	margin:20px 0;
	background-color:#013089;
	padding:30px 20px 20px;
	color:#FFF;
}


.inner .r_cnt,.inner .main,.inner img,.inner .map{
	width:100%;
	margin:0;
}


.inner .main li:last-child{
	margin-bottom:10px;
}

.inner .r_cnt{
	padding:0;

}

.inner p{
	margin:10px 0;
}

iframe{
	height:300px;	
}
}



