@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#top_ttl {
}
#top_ttl img {
	width: 100%;
}
#top_msg {
	background: url("../img/top/msg-l.png") no-repeat left top 40px, url("../img/top/msg-r.png") no-repeat right top 40px;
}
#top_msg .txt {
	font-size: 21px;
}
#top_shop .shop {
	padding-top: 210px;
}
#top_shop .shop::before {
	background: url("../img/top/shop01.jpg") no-repeat center /cover;
	height: 500px;
}
#top_shop .shop:nth-of-type(2)::before {
	background: url("../img/top/shop02.jpg") no-repeat center /cover;
}
#top_shop .shop:nth-of-type(3)::before {
	background: url("../img/top/shop03.jpg") no-repeat center /cover;
}
#top_shop .box {
	position: relative;
	padding-top: 42px;
	background: url(../img/top/bg.png) no-repeat top left;
	width: 900px;
	margin: 0 auto;
}
#top_shop .box::before {
	content: "";
	background: url("../img/top/ashirai.png") no-repeat center / 100% auto;
	width: 443px;
	height: 98px;
	position: absolute;
	top: -70px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#top_shop .box::after {
	content: "";
	position: absolute;
	width: 100%;
	height: calc(100% - 42px);
	left: 0;
	top: 42px;
	background: rgba(255, 255, 255, 0.9);
	z-index: -1;
}
#top_shop .box h3 {
	text-align: center;
	font-size: 50px;
	font-weight: 400;
	background: url(../img/bg-h3.png) repeat-x bottom;
	padding-bottom: 20px;
}
#top_shop .box h3 span {
	display: block;
	font-size: 26px;
}
#top_shop .box .more {
	margin-bottom: 0;
}
#top_shop .box .more a {
	position: absolute;
	right: 0;
	top: 50px;
	display: inline-block;
	text-align: center;
	width: 246px;
	height: 217px;
	padding-top: 70px;
	color: #fff;
	font-size: 18px;
	background: url("../img/top/bg-btn.png") no-repeat center / 100% auto;
	line-height: 1.2;
}
#top_shop .box .more a:hover {
	background-image: url("../img/top/bg-btn-off.png");
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#top_shop .box .more a span {
	font-size: 23px;
}
#top_shop .box .in {
	padding: 50px;
}
#top_shop .box .in .txt {
	font-size: 21px;
	text-align: center;
	margin-bottom: 50px;
}
#top_shop .box .in table {
	font-size: 18px;
	line-height: 2.2;
}
#top_shop .box .in table tr th {
	vertical-align: top;
	padding-right: 20px;
}
#top_shop .box .in table tr td {
	vertical-align: top;
}
#top_shop .box .in .map {
	width: 380px;
}
#top_shop .box .in .map img {
	border: 1px solid #000;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	/* お知らせ */
	#top_info dl {
		display: flex;
	}
	#top_info dt {
		width: 100px;
		padding-left: 10px;
	}
	#top_info dd {
		width: calc(100% - 100px);
	}
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_msg {
		padding-left: 60px;
		padding-right: 60px;
		background-size: 50px auto;
		background-position: left center, right center;
	}
	#top_msg .txt {
		font-size: 18px;
	}
	#top_shop .box {
		width: 100%;
		padding-top: 30px;
		border-radius: 50px 50px 0 0;
		background: rgba(255, 255, 255, 0.9);
	}
	#top_shop .box::after {
		display: none;
	}
	#top_shop .box h3 {
		font-size: 35px;
	}
	#top_shop .box .more a {
		right: -20px;
		top: -5px;
	}
	#top_shop .box .in {
		padding: 50px 15px 30px;
	}
	#top_shop .box .in .txt {
		font-size: 18px;
		margin-bottom: 30px;
	}
	#top_shop .box .in table {
		width: 400px;
		margin: 0 auto 30px;
	}
	#top_shop .box .in .map {
		margin: 0 auto;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_msg {
		padding-left: 0;
		padding-right: 0;
		background: none;
	}
	#top_msg .txt {
		font-size: 110%;
	}
	#top_shop .shop::before {
		height: 300px;
	}
	#top_shop .box::before {
		width: 250px;
		height: 60px;
		top: -37px;
	}
	#top_shop .box h3 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	#top_shop .box h3 span {
		font-size: 20px;
	}
	#top_shop .box .more {
		text-align: center;
	}
	#top_shop .box .more a {
		position: relative;
		top: auto;
		right: 0;
		width: 200px;
		height: 180px;
		padding-top: 51px;
		font-size: 16px;
	}
	#top_shop .box .more a span {
		font-size: 22px;
	}
	#top_shop .box .in {
		padding-top: 0;
		padding-bottom: 10px;
	}
	#top_shop .box .in .txt {
		font-size: 110%;
		text-align: left;
	}
	#top_shop .box .in table {
		width: 100%;
		font-size: 105%;
		margin-bottom: 10px;
		line-height: 1.5;
	}
	#top_shop .box .in table tr th, #top_shop .box .in table tr td {
		display: block;
	}
	#top_shop .box .in table tr td {
		padding-bottom: 15px;
	}
	#top_shop .box .in .map {
		width: 100%;
		text-align: center;
	}
}