@charset "utf-8";
/*================================

　WHAT'S page

================================*/

/*-----------------------------------------------------
　page_title
-----------------------------------------------------*/
#page_title {
	position: relative;
	height: 200px;
	text-align: center;
	background-color:#000;
	background-image: url("../../page_title_bg.jpg");
	background-repeat: no-repeat;
 background-size: auto 100%;
	background-position: 88% 0;
}
.what_titleimg {/*-----------------------------what hanayayoheiのタイトル背景画像---------------------------------*/
	background-image: url("../../page_title_bg.jpg");
}
.store_titleimg {/*-----------------------------storeのタイトル背景画像---------------------------------*/
	background-image: url("../../page_title_bg_store.jpg");
}
#page_title h2 {
	color: #ffffff;
	font-size: 35px;
	padding: 20px 0 0;
}
#page_title h2 span {
	display: block;
	margin: 0 0 10px;
}
#page_title h2 span img {
	width: 60px;
}

/*-----------------------------------------------------
　whats
-----------------------------------------------------*/
.whats_wrap .inner {
	margin: 50px auto;
	padding: 10px;
}
.whats_wrap .inner h3 {
	color: #d7000f;
	font-size: 200%;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.4;
	margin-bottom: 10px;
	text-align: center;
}
.whats_wrap .inner p {
	font-size: 14px;
	line-height: 1.7em;
	margin: 0 auto;
	width: 60%;
}
.whats_wrap .mianimg {
	display: block;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	width: 60%;
}

@media screen and (max-width: 800px) {
#page_title {
	background-position: 68% 0;
}
#page_title h2 {
	color: #ffffff;
	font-size: 35px;
	padding: 40px 0 0;
	font-weight: 800;
	line-height: 1.1;
}
.whats_wrap .inner {
	margin: 30px auto;
	padding: 10px;
}
.whats_wrap .inner h3 {
	color: #d7000f;
	font-size: 100%;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.4;
	margin-bottom: 10px;
	text-align: center;
}
.whats_wrap .inner p {
	width: 100%;
}
.whats_wrap .mianimg {
	display: block;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	width: 100%;
}
}