@charset "utf-8";
/* CSS Document */

/* =======================================

	店舗情報
	
========================================== */

/* 全体
------------------------------------------ */
.shopinfoArea{
	color: #333;
	margin-top: 100px;
	margin-bottom: 100px;
}
.shopinfoArea h4 {
    font-size: 1.8rem;
    text-align: center;
	margin-bottom: 50px;
}
.shopinfoArea .shopinfoInner{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.shopinfoArea .wrapper{
	display: flex;
}
.shopinfoArea ul.shopinfo{
	display: flex;
	flex-direction: column;
	width: calc((100% - 50px * 3) / 4);
	margin-right: 50px;
}
.shopinfoArea ul.shopinfo:last-child{
	margin-right: 0;
}
.shopinfoArea ul.shopinfo>li{
	width: 100%;
}
.shopinfoArea ul.shopinfo>li.image{
	
}
.shopinfoArea ul.shopinfo>li.image:last-child{
	
}
.shopinfoArea ul.shopinfo .text{
	font-size: 1.1rem;
	line-height: 1.8;
}
.shopinfoArea ul.shopinfo .text>h5,.shopinfoArea ul.shopinfo .text>ul{
	margin-bottom: 15px;
}
.shopinfoArea ul.shopinfo .text>ul>li{
	margin-bottom: 5px;
}
.shopinfoArea ul.shopinfo .image{
	display: block;
	overflow: hidden;
    padding-top: 66.07%;
	position: relative;
	margin-bottom: 20px;
}
.shopinfoArea ul.shopinfo .image img{
	position: absolute;
    top: 0;
    left: 0;
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.shopinfoArea ul.shopinfo .sns{

}

.shopinfoArea ul.shopinfo .sns .instagram img{
	height: 20px;
}
@media screen and (max-width: 750px) {
.shopinfoArea{
	color: #333;
	margin-top: 50px;
	margin-bottom: 50px;
}
.shopinfoArea .shopinfoInner{
	width: calc(100% - 15px * 2);
}
.shopinfoArea h4 {
    font-size: 1.3rem;
}
.shopinfoArea .wrapper{
	flex-wrap: wrap;
}
.shopinfoArea ul.shopinfo{
	width: calc((100% - 10px * 1) / 2);
	margin-right: 10px;
}

.shopinfoArea ul.shopinfo:nth-of-type(2n){
	margin-right: 0;
}
.shopinfoArea ul.shopinfo:last-child{
	margin-right: 0;
}
.shopinfoArea ul.shopinfo .text{
	font-size: 0.9rem;
	line-height: 1.6;
}
}






