/*スマホ最適化*/
@media only screen and (max-width: 599px) {
/* =========================================================
main
========================================================= */
div#main {
	width: 100%;
	background-image: url(../img/beer/sp_beer_back.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center 0;
	position: relative;
}

/* =========================================================
absolute_img
========================================================= */
div#absolute_img {
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto;
	margin-top: 38%;
	padding-left: 21.5%;
}

div#absolute_img img {
	width: 100%;
}

/* =========================================================
cont01
========================================================= */
div#cont01 {
	width: 90%;
	margin: 0 auto;
	margin-top: 44%;
	text-align: center;
}

div#cont01 h3 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

div#cont01 h3 strong {
	font-size: 25.5px;
	color: #fff;
	letter-spacing: 2.5px;
	line-height: 35px;
}

div#cont01 h3 small {
	font-size: 10.5px;
	color: #fff;
	line-height: 20px;
	letter-spacing: 4px;
	margin-top: 15px;
	display: inline-block;
}

div#cont01 ol {
	padding: 32px 0 42px;
}

div#cont01 ol li {
	overflow: hidden;
	margin-top: 35px;
}

div#cont01 ol li:first-child {
	margin-top: 0;
}

div#cont01 ol li div.inner {
	width: 100%;
	margin-top: 2px;
}

div#cont01 ol li div.inner img {
	width: 100%;
}

div#cont01 ol li div.inner h4 {
	font-size: 20.5px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;
	margin-top: 12px;
	border-bottom: 1px solid #6D5855;
	padding-bottom: 11px;
	letter-spacing: 4px;
}

div#cont01 ol li div.inner p {
	font-size: 9px;
	color: #fff;
	line-height: 18px;
	text-align: left;
	letter-spacing: 1.5px;
	margin-top: 13px;
}

div#cont01 ol li > img {
	width: 100%;
	margin-top: 12px;
}


}
