@charset "utf-8";
/*==================================================
	【日比谷口店】ページ固有のスタイル
==================================================*/
#honten .shop::before {
	background: url("../img/kanda/bg01.jpg") no-repeat center /cover;
	height: 350px;
}
#honten .shop:nth-of-type(2)::before  {
	background-image: url("../img/kanda/bg02.jpg");
}
#honten .shop:nth-of-type(3)::before  {
	background-image: url("../img/kanda/bg03.jpg");
}
#honten .shop:nth-of-type(4)::before  {
	background-image: url("../img/kanda/bg04.jpg");
}

#honten .shop.access .in .map img {
	border: 1px solid #000;
}

@media print, screen and (min-width: 769px){ /* PCのみ */
	#honten .shop.access .in .info table {
		margin-bottom: 0;
	}
	#honten .shop.access .in .info table tr:last-child td {
		padding-bottom: 0;
	}
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#honten .shop.access .in.box_flex {
		display: block;
	}
	#honten .shop.access .in .info {
		width: 100%;
	}
	#honten .shop.access .in .map {
		text-align: center;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#honten .shop::before{
		background-position: right;
	}
}
@media only screen and (max-width: 320px){ /* スマホ */
}