@charset "Shift_JIS";

#advisor_ttl {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#advisor_ttl img {
	width: 90%;
	height: auto;
}

#advisor {
	width: 100%;
	height: auto;
  background: url(../images/bg_advisor.jpg) left center repeat-x;
  overflow: hidden;
  padding: 10px 0 12px;
  margin: 10px auto 5px;
	text-align: center;
	background-size: 100%;
}

#advisor img {
	width: 90%;
	height: auto;
}

#advisor .ttl {
	padding-bottom: 5px;
}

#advisor ul li {
	padding-top: 5px;
}

#omakase {
	width: 96%;
	margin: 0 auto;
	text-align: center;
  overflow: hidden;
}
#omakase img {
	width: 100%;
	height: auto;
}
#omakase .ttl {
	padding-top: 15px;
}

#omakase .middle {
	background: url(../images/img_omakasebg_middle.jpg) center top repeat-y;
	width: 100%;
	margin: 0 auto;
	background-size: 100% 1px;
}

#omakase .bottom {
	background: url(../images/img_omakasebg_bottom.jpg) center top no-repeat;
	width: 100%;
	height: 15px;
	margin: 0 auto;
	overflow:hidden;
	background-size: 100%;
}

#omakase .omakasearea {
	width: 100%;
	position: relative;
	bottom: -7px;
}

@media (min-width: 321px) {
	#omakase .omakasearea {
	width: 100%;
	position: relative;
	bottom: -10px;
	}
}

#omakase .omakasearea img {
	width: 94%;
	height: auto;
}

#omakase .omakaseblock {
  overflow: hidden;
  width: 100%;
	padding-top: 10px;
	padding-left: 4%;
	text-align: left;
}

#omakase .omakaseblock .omakasetitle {
}

#omakase .omakaseblock .omakasebox {
  width: 100%
  height: auto;
  overflow: hidden;
	padding-top: 5px;
}


#qa {
	width: 96%;
	margin: 0 auto;
	text-align: center;
  overflow: hidden;
}

#qa img {
	width: 100%;
	height: auto;
}
#qa .ttl {
	padding-top: 15px;
}
#qa .middle {
	background: url(../images/img_qabg_middle.jpg) center top repeat-y;
	width: 100%;
	margin: 0 auto;
	background-size: 100% 1px;
}

#qa .bottom {
	background: url(../images/img_qabg_bottom.jpg) center top no-repeat;
	width: 100%;
	height: 15px;
	margin: 0 auto;
	overflow:hidden;
	background-size: 100%;
}

#qa .qaarea {
	width: 100%;
	position: relative;
	bottom: -7px;
}

@media (min-width: 321px) {
	#qa .qaarea {
	width: 100%;
	position: relative;
	bottom: -10px;
	}
}

#qa .qaarea img {
	width: 94%;
	height: auto;
}

#qa .qablock {
  overflow: hidden;
  width: 100%;
	padding-left: 4%;
	text-align: left;
}

#qa .qablock .qatitle {
}

#qa .qablock .qabox {
  width: 100%
  height: auto;
  overflow: hidden;
	padding-top: 5px;
}

#pickup {
	width: 96%;
	margin: 0 auto 20px;
	text-align: center;
  overflow: hidden;
}
#pickup img {
	width: 100%;
	height: auto;
}
#pickup .ttl {
	padding-top: 15px;
}

#pickup .middle {
	background: url(../images/img_pickupbg_middle.jpg) center top repeat-y;
	width: 100%;
	margin: 0 auto;
	background-size: 100% 1px;
}

#pickup .bottom {
	background: url(../images/img_pickupbg_bottom.jpg) center top no-repeat;
	width: 100%;
	height: 15px;
	margin: 0 auto;
	overflow:hidden;
	background-size: 100%;
}

#pickup .middle .ttl_txt {
	padding: 10px 0;
}

#pickup .middle #itemblock {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 15px;
	padding-left: 3px;
}
#pickup .middle #itemblock img {
	width: 90%;
	height: auto;
}

#pickup .middle #itemblock .block {
	clear: both;
	padding: 30px 0;
}

#pickup .middle #itemblock .block .btn {
	width: 100%;
	text-align: center;
}

#pickup .middle #itemblock .block .left {
	float: left;
	width: 49%;
	text-align: right;
}

#pickup .middle #itemblock .block .right {
	float: right;
	width: 49%;
	text-align: left;
}

