/* CSS Document */
@import	"../style.css";

/*-----------------------------------------------------------------------*/
/*title*/
/*-----------------------------------------------------------------------*/
h2 {
	width: 580px;
	height: 60px;
	margin-bottom: 0;
	background: url("image/title.png") no-repeat;
}
/*hideText*/
h2 span#main-title {
	display: none;
}
h2 span#sub-title {
	display: block;
	padding: 36px 0 0 90px;
	font-size: 18px;
	font-weight: bold;
}


/*-----------------------------------------------------------------------*/
/*shopMenu*/
/*-----------------------------------------------------------------------*/
li#shop-top {
	width: 148px;
	height: 90px;
	margin: auto auto 12px 15px;
	background: url("image/bt_top.png") no-repeat;
}
li#recipe {
	width: 105px;
	height: 19px;
	margin: auto auto auto 15px;
	background: url("../image/bt_menu.png") no-repeat;
}
/*-----------------------------------------------------------------------*/
/* Responsive - Tablet (768px以下) */
/*-----------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	h2 {
		width: 100%;
		background-size: contain;
		background-position: left center;
	}

	h2 span#sub-title {
		padding: 20px 0 0 150px;
		font-size: 16px;
	}

	li#shop-top {
		margin: 0;
	}
}

/*-----------------------------------------------------------------------*/
/* Responsive - Mobile (480px以下) */
/*-----------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	h2 {
		height: 45px;
	}

	h2 span#sub-title {
		padding: 10px 0 0 100px;
		font-size: 14px;
	}
}
