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

.page_title{ background-image: url(images/pagetitle_bg.jpg); }

/* 中身======================================================================================================== */
#greeting .photo{
	text-align: center;
	margin: 0 0 10px;
}

#greeting h4{
	font-size: 18px;
}
#greeting .text p{
	margin: 5px 0 0;
}
#greeting .text p.name{
	text-align: right;
}

#shop li .photo{
	width: 60%;
	margin: 20px auto 5px;
}

#com_map{
	width: 100%;
	height: 220px;
}

/* PCのみ======================================================================================================== */
@media print and (min-width: 671px), screen and (min-width: 671px){
#greeting .inner{
	display: flex;
	align-items: center;
}
#greeting h4{
	margin: 0 30px;
}
#greeting .text{
	flex: 1;
	padding: 0 0 0 30px;
	border-left: solid 1px #111;
}

#shop ul{
	display: flex;
	justify-content: space-between;
}
#shop li{
}
#shop li .photo{
	width: auto;
	margin: 0 0 5px;
}

#com_map{
	width: 100%;
	height: 500px;
}

}

