@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :shop.css
 style info :shop
=================================================================== */
/*.mv-shop{
	background: url(../img/mv_shop.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}*/
.mv-shop-ttl{
	background-color: rgba(0,0,0,.8);
}
.shop-container{
	text-align: center;
}
/*------------アクセス------------*/
.shop-access{
	background-color: #F3F1ED;
}
.shop-access .btn-black{
	width: 200px;
	margin: 0 auto;
	padding: 20px 0;
}
.shop-access-info{
	background-color: #fff;
	padding: 20px 0;
}
/*------------スタッフ------------*/
.shop-staff-items{
    overflow: hidden;
    margin: 0 auto;
}
.shop-staff-item{
	float: left;
	height:450px;
}
.shop-staff-item .photo{
	margin-bottom: 20px;
	overflow: hidden;
	margin-left:  auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 0 15px;
}
.shop-staff-item .name{
	margin-bottom: 20px;
}
.shop-staff-item .name dt{
	font-size: 15px;
	margin-bottom: 10px;
}
.shop-staff-item .name dd{
	font-size: 13px;
	color: #003366;
}
.shop-staff-item .text{
	text-align: left;
}
/* ===================================================================
スマホ
=================================================================== */
@media (max-width: 768px) {
/*------------アクセス------------*/
.shop-access-info:first-child{
	margin-bottom: 20px;
}
.shop-access-info h3{
	margin-bottom: 20px;
}
/*------------スタッフ------------*/
.shop-staff-items{
	margin: 0 auto;
}
.shop-staff-item{
	width: 48%;
	min-height:430px;
	margin: 0 2% 0 0;
	padding-bottom: 30px;
}
.shop-staff-item:nth-child(2n){
	margin: 0 0 0 2%;
}
}
/* ===================================================================
PC
=================================================================== */
@media (min-width: 769px) {
/*------------アクセス------------*/
.shop-access-info-container{
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
}
.shop-access-info{
	float: left;
	width: 49%;
	margin: 0 1% 0 0;
	min-height: 200px;
}
.shop-access-info:last-child{
	margin: 0 0 0 1%;
}
.shop-access-info h3{
	margin-bottom: 40px;
}
/*------------スタッフ------------*/
.shop-staff-items{
	width: 90%;
}
.shop-staff-item{
	width: 24%;
	margin-right: 0.5%;
	margin-left: 0.5%;
	margin-bottom: 60px;
}
}












