/**********
 style-shop.css
**********/

h2#title{
	background:#fff url(../shop/img/h2Bg.jpg) no-repeat center center;
	background-size:cover;
}


/**********
 shopGallery
**********/
#shopGallery{}
#shopGallery img{
	width:23%;
	max-width:400px;
	margin-bottom:25px;
}

@media only screen and (max-width: 768px) {
	#topComment{
		padding-bottom:10px;
	}
	#shopGallery img{
		width:47%;
		max-width:360px;
	}
}




/***********
 about_access
***********/
#about_access{
	background:#f2f2f2;
	padding-top:35px;
	margin-top:25px;
	padding-bottom:60px;
}


#about_access .conBF_txt{
	-webkit-box-ordinal-group:2;
	-ms-flex-order:2;
	-webkit-order:2;
	order:2;
}
#about_access .conBF_img{
	-webkit-box-ordinal-group:1;
	-ms-flex-order:1;
	-webkit-order:1;
	order:1;
}

@media only screen and (max-width: 768px) {
	#about_access .conBF_txt{
		-webkit-box-ordinal-group:1;
		-ms-flex-order:1;
		-webkit-order:1;
		order:1;
	}
	#about_access .conBF_img{
		-webkit-box-ordinal-group:2;
		-ms-flex-order:2;
		-webkit-order:2;
		order:2;
	}
}



.ggmap{
	position: relative;
	padding-bottom: 36.25%;
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



#about_access .conBF_txt ul li{
	padding-bottom:8px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	justify-content: space-between;
}


#about_access .conBF_txtt ul li p{
    display: block;
}

#about_access .conBF_txtt ul li p:first-child{
	width:25%;
	color:#0071bc;
}

#about_access .conBF_txt ul li p:last-child{
	width:73%;
}

@media only screen and (max-width: 768px) {
    #about_access .conBF_txt ul li#access_open p:last-child{
        width: 100%;
        padding-top: 5px;
    }  
}






/* PC・大型タブレット：769px～1050px */
@media only screen and (min-width: 769px) and (max-width: 1050px) {
/**@media only screen and (min-width: 769px) and (max-width: 1100px) {**/


/**********
 about_line
**********/

#about_lineTop .conBlkFlex .conBF_txt{
	width:46%;
}
#about_lineTop .conBlkFlex .conBF_img{
	width:46%;
	max-width:500px;
}





}


/* PC向け：1050px以上で固定 */
@media only screen and (min-width: 1051px) {


}

@media print {

/**********
 about_line
**********/

#about_lineTop .conBlkFlex .conBF_txt{
	width:46%;
}
#about_lineTop .conBlkFlex .conBF_img{
	width:46%;
	max-width:500px;
}



}



