#shop {
	margin-bottom: 9%;
}
#shop h2 {
	margin-bottom: 6.25%;
}
#shop .mainItem {
	margin-bottom: 6.25%;
}
#shop .mainItem h3 {
	background-color: #EEEEEE;
	font-size: 1.6rem;
	line-height: 1;
	padding: 2.34%;
}
#shop .mainItem .address {
	padding: 0 3.125%;
	margin-top: 2%;
	margin-bottom: 2%;
}
#shop .mainItem .btnArea {
	padding: 0 3.125%;
	overflow: hidden;
}
#shop .mainItem .btnArea a {
	background-color: #EAD4A3;
	text-align: center;
	padding: 3.125%;
	width: 47.857142857%;
	display: block;
	line-height: 1;
}
#shop .mainItem .btnArea a.tel {
	float: left;
	background-image: url(../../img/common/ico_tel.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	background-size: 10px 14px;
}
#shop .mainItem .btnArea a.map {
	float: right;
	background-image: url(../../img/common/ico_map.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	background-size: 17px 14px;
}
#shop .item {
	margin-bottom: 6.25%;
}
#shop .item h3 {
	background-color: #EEEEEE;
	font-size: 1.6rem;
	line-height: 1;
	padding: 2.34%;
	margin-bottom: 3.5%;
}
#shop .item .wrap {
	overflow: hidden;
	padding: 0 3.125%;
}
#shop .item .wrap .pic {
	float: left;
	width: 30.357142857%;
}
#shop .item .wrap .text {
	margin-left: 33%;
}
#shop .item .wrap .text .address {
	margin-bottom: 2%;
	line-height: 1.4;
}
#shop .item .wrap .text .btnArea {
	overflow: hidden;
}
#shop .item .wrap .text .btnArea a {
	background-color: #EAD4A3;
	text-align: center;
	padding: 3.125%;
	width: 47.857142857%;
	display: block;
	font-size: 1.0rem;
	line-height: 1;
}
#shop .item .wrap .text .btnArea a.tel {
	float: left;
	background-image: url(../../img/common/ico_tel.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	background-size: 7px 10px;
}
#shop .item .wrap .text .btnArea a.map {
	float: right;
	background-image: url(../../img/common/ico_map.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	background-size: 13px 10px;
	text-align: left;
	padding-left: 8%;
}
#shop .colInner {
	display: none;
}
#shop .colInner .item .wrap .text {
	margin-left: 0;
}
/*
#shop .colInner .item .wrap .btnArea a.tel {
	width: 34.13%;
	padding: 2% 3.125%;
}
*/
#shop .btn {
	width: 100%;
}
#shop .btn a {
	background-color: #EAD4A3;
	padding: 3.125%;
	display: block;
	text-align: center;
	line-height: 1;
	margin-left: -10%;
	margin-right: -10%;
}
#shop .btn a span.icoArrowB {
	display: inline-block;
	vertical-align: middle;
	background: url(../../img/common/ico_arrow_black_b.png) no-repeat left top;
	width: 13px;
	height: 13px;
	background-size: 13px 13px;
	margin-left: 5px;
	margin-top: -4px;
	line-height: 1;
}
#shop .btn a.openText {
	display: block;
}
#shop .btn a.closeText {
	display: none;
}
#shop .btn.open a span.icoArrowB {
	background: url(../../img/common/ico_arrow_black_t.png) no-repeat left top;
	background-size: 13px 13px;
}
#shop .btn.open a.openText {
	display: none;
}
#shop .btn.open a.closeText {
	display: block;
}
/* Add 200122 */
#shop .colInner .item .wrap .pic + .text{
	margin-left: 33%;
}


