/*============================
その他の店舗リスト
============================*/
#other_shop {
	background-image: url(../img/other_bg.jpg);
	background-repeat: repeat-y;
	background-size: 100% auto;
	padding-top: 0.60rem;
}

@media screen and (max-width: 499px) {
#other_shop {
	padding-top: 0.40rem;
}
}

#other_shop .in {
	background-image: url(../img/other_hokkaido.png);
	background-position: center 3.00rem;
	background-repeat: no-repeat;
	background-size: contain;
}

#other_shop .sec_title {
	text-align: center;
	font-size: 0.32rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	padding-bottom: 0.30rem;
}

@media screen and (max-width: 499px) {
#other_shop .sec_title {
	font-size: 0.16rem;
	padding-bottom: 0.16rem;
}
}

#other_shop .sub_title {
	text-align: center;
	font-size: 0.50rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	padding-bottom: 0.40rem;
}

@media screen and (max-width: 499px) {
#other_shop .sub_title {
	font-size: 0.20rem;
	padding-bottom: 0.30rem;
}
}

#other_shop .sub_title span {
	display: inline-block;
	font-size: 0.25rem;
	color: #FFF;
	padding: 0.10rem;
	background-color: #000;
	position: relative;
	margin-right: 0.10rem;
	letter-spacing: 0;
	top:-0.06rem;
}

@media screen and (max-width: 499px) {
#other_shop .sub_title span {
	font-size: 0.13rem;
	padding: 0.04rem 0.04rem 0.06rem;
	margin-right: 0.04rem;
	top:-0.02rem;
}
}

#other_shop .shop_list_wrap .detail {
	width: 50%;
}

@media screen and (max-width: 499px) {
#other_shop .shop_list_wrap .detail {
	width: 100%;
	margin-bottom: 0.10rem;
}
}

#other_shop .shop_list_wrap .detail a:hover .ph img {
	opacity: 1;
	transform: scale(1);
}

#other_shop .shop_list_wrap .detail .ph {
	margin:0  0.20rem;
	height: 3.20rem;
}

@media screen and (max-width: 499px) {
#other_shop .shop_list_wrap .detail .ph {
	margin:0;
	height: 60vw;
}
}

#other_shop .shop_list_wrap .detail .shop_item {
	margin: 0 0.40rem -0.10rem;
}

@media screen and (max-width: 499px) {
#other_shop .shop_list_wrap .detail .shop_item {
	margin: 0 0.20rem;
}
}

#other_shop .shop_list_wrap .detail .textbox {
	padding-bottom: 0.40rem;
}

@media screen and (max-width: 499px) {
#other_shop .shop_list_wrap .detail .textbox {
	padding-bottom: 0.30rem;
}
}