@charset "utf-8";
/*==================================================
	【日比谷口店】ページ固有のスタイル
==================================================*/
#honten .shop::before {
	background: url("../img/hibiya/bg01.jpg") no-repeat center /cover;
	height: 350px;
}
#honten .shop:nth-of-type(2)::before  {
	background-image: url("../img/hibiya/bg02.jpg");
}
#honten .shop:nth-of-type(3)::before  {
	background-image: url("../img/hibiya/bg03.jpg");
}
#honten .shop:nth-of-type(4)::before  {
	background-image: url("../img/hibiya/bg04.jpg");
}
#contact .icon_line {
	width: 100px;
	margin: 0 auto;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@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) {  /* タブレット以下 */
}
@media only screen and (max-width: 640px){ /* スマホ */
	#honten .shop::before {
		background-position: left;
	}
	#honten .shop:nth-of-type(3)::before  {
		background-position: center;
	}
	}
@media only screen and (max-width: 320px){ /* スマホ */
}