@charset "utf-8";

/* ==========================
	自慢の味 人気の店 style
============================= */
/* mainBlock */
#contents .mainBlock {
	background: url(../img/bg_mainttl.gif) no-repeat top left;
	background-size: cover;
	padding: 3.4% 4.2%;
}
#contents .mainBlock .mainBlockInner {
	max-width: 995px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#contents .mainBlock .mainTtl {
	font-size: 5em;
	color: #928548;
}
#contents .mainBlock .mainSubTtl {
	margin-top: 0.6em;
	font-size: 2.5em;
}
#contents .mainBlock .mainSubTtl dt {
	position: relative;
	margin-bottom: 0.5em;
}
#contents .mainBlock .mainSubTtl dt::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 40%;
	border-bottom: solid 1px #231815;
}
#contents .mainBlock .mainSubTtl dt::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 40%;
	border-bottom: solid 1px #231815;
}
#contents .mainBlock .mainLead {
	margin-top: 0.5em;
	font-size: 1.2em;
	line-height: 1.7;
	color: #928548;
	text-align: left;
}

/*slideBlock*/
#contents .slideBlock {
	margin-top: 1.5em;
}
#contents .slideBlock .picBox {
	position: relative;
	margin: 0 0.5em;
}
#contents .slideBlock .picBox a {
	display: block;
}
#contents .slideBlock .picBox a:hover {
	opacity: 1;
}
#contents .slideBlock .picBox a > span {
	display: block;
}
#contents .slideBlock .picBox a > span.picInfo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	opacity: 0;
	padding: 5%;
	transition-duration:0.5s;
	font-size: 1.2em;
	font-weight: bold;
}
#contents .slideBlock .picBox span.picInfo > span {
	display: table;
	height: 100%;
}
#contents .slideBlock .picBox span.picInfo > span > span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#contents .slideBlock .picBox a:hover > span.picInfo {
	opacity: 1;
}

/*shopBlock*/
#contents .shopBlock {
	margin-top: 2.2em;
	padding-top: 2.2em;
	border-top: solid 1px #312624;
}
#contents .shopBlock:first-child {
	padding-top: 0;
	border-top: none;
}
#contents .shopBlock.noline {
	border-top: none;
}
#contents .shopBlock .location {
	font-size: 1.73em;
	font-weight: bold;
	color: #928548;
}
#contents .shopBlock .shopLead {
	font-size: 1.9em;
	font-weight: bold;
	margin-top: 0.2em;
}
#contents .shopBlock h4 {
	font-size: 1.8em;
	font-weight: bold;
	margin-top: 0.2em;
	color: #928548;
}
#contents .shopBlock .shopImg {
	margin-top: 0.7em;
}
#contents .shopBlock .shopTxt {
	margin-top: 0.5em;
	font-size: 1.2em;
	line-height: 1.7em;
}
#contents .shopBlock .noteBox {
	display: table;
	width: 100%;
	margin-top: 1.5em;
	font-size: 1.2em;
}
#contents .shopBlock .noteBox > p,
#contents .shopBlock .noteBox > div {
	display: table-cell;
	vertical-align: top;
}
#contents .shopBlock .noteBox > p {
	width: 55%;
}
#contents .shopBlock .noteBox > div {
	width: 43.2%;
	padding-left: 2%;
}
#contents .shopBlock .noteBox > div.shopInfo {
	color: #928548;
	font-size: 0.9em;
}
#contents .shopBlock .noteBox > div.itemInfo {
	vertical-align: bottom;
}
#contents .shopBlock .noteBox > div.itemInfo .itemArea {
	font-size: 0.8em;
}
#contents .shopBlock .noteBox > div.itemInfo .itemPrice span {
	font-size: 1.4em;
}
#contents .shopBlock .btnDetail {
	margin-top: 0.7em;
}
#contents .shopBlock .btnDetail a {
	display: block;
	background: #c30d23;
	color: #fff;
	width: 65%;
	padding: 0.4em;
	text-align: center;
	border-radius: 8px;
	position: relative;
}
#contents .shopBlock .btnDetail a::after {
	content: "";
	display: block;
	background: url(/common/img/icn_arrow_detail.png) no-repeat top center;
	background-size: auto 100%;
	position: absolute;
	top: 50%;
	right: 3%;
	width: 25px;
	height: 16px;
	margin-top: -8px;
}

/*sabaBlock*/
#contents .sabaBlock {
	margin-top: 2.2em;
	padding-top: 2.2em;
	border-top: solid 1px #312624;
	position: relative;
}
#contents .sabaBlock h3 {
	font-size: 4em;
	color: #928548;
	position: absolute;
}
#contents .sabaBlock .sabaMap {
	text-align: right;
}
#contents .sabaBlock .sabaMap img {
	width: 70.3%;
}
#contents .sabaBlock dl {
	margin-top: -7em;
}
#contents .sabaBlock dl dt {
	font-size: 2.5em;
	margin-bottom: 0.4em;
}
#contents .sabaBlock dl dd {
	font-size: 1.2em;
	line-height: 1.7;
}
#contents .sabaBlock ul {
	margin-top: 1.5em;
}
#contents .sabaBlock ul li {
	float: left;
	width:32%;
	margin-left: 2%;
}
#contents .sabaBlock ul li:first-child {
	margin-left: 0;
}

@media screen and (max-width:768px) {
	/* mainBlock */
	#contents .mainBlock {
		padding: 0.7em 5%;
	}
	#contents .mainBlock .mainTtl {
		font-size: 3em;
	}
	#contents .mainBlock .mainSubTtl {
		margin-top: 0.4em;
		font-size: 1.8em;
	}
	#contents .mainBlock .mainSubTtl dt {
		position: relative;
	}
	#contents .mainBlock .mainSubTtl dt::before {
		width: 35%;
	}
	#contents .mainBlock .mainSubTtl dt::after {
		width: 35%;
	}
	#contents .mainBlock .mainLead {
		line-height: 1.4;
	}

	/*slideBlock*/
	#contents .slideBlock .picBox a > span.picInfo {
		font-size: 0.9em;
	}

	/*shopBlock*/
	#contents .shopBlock {
		margin-top: 1.5em;
	}
	#contents .shopBlock .location {
		font-size: 1em;
	}
	#contents .shopBlock .shopLead {
		font-size: 1.2em;
	}
	#contents .shopBlock h4 {
		font-size: 1.2em;
	}
	#contents .shopBlock .shopTxt {
		font-size: 1em;
	}
	#contents .shopBlock .noteBox {
		display: block;
		font-size: 1em;
	}
	#contents .shopBlock .noteBox > p,
	#contents .shopBlock .noteBox > div {
		display: block;
	}
	#contents .shopBlock .noteBox > p {
		width: 100%;
	}
	#contents .shopBlock .noteBox > div {
		width: 100%;
		padding-left: 0;
		margin-top: 0.5em;
	}
	#contents .shopBlock .noteBox > div.itemInfo {
		text-align: center;
	}
	#contents .shopBlock .btnDetail a {
		margin: auto;
	}

	/*sabaBlock*/
	#contents .sabaBlock {
		margin-top: 1.5em;
	}
	#contents .sabaBlock h3 {
		font-size: 2.5em;
		position: static;
		margin-bottom: 0.3em;
	}
	#contents .sabaBlock .sabaMap {
		text-align: left;
	}
	#contents .sabaBlock .sabaMap img {
		width: 100%;
	}
	#contents .sabaBlock dl {
		margin-top: 1.5em;
	}
	#contents .sabaBlock dl dt {
		font-size: 1.8em;
	}
	#contents .sabaBlock dl dd {
		line-height: 1.4;
	}
}
