@charset "UTF-8";


/*-----------------------------

　　　　mv

-----------------------------*/

.ramenpro #bgRamen{
	background: url(https://s.yimg.jp/images/promotion/ramen2019/pc/assets/images/top/schedule_waku1.png) repeat-x top center,
		 		url(https://s.yimg.jp/images/promotion/ramen2019/pc/assets/images/top/base_bg.png);
	padding-top: 2px;
}
.ramenpro .mainvisual{
	background: url(https://s.yimg.jp/images/promotion/ramen2019/pc/assets/images/pro/mv_image.png) no-repeat top center;
	width: 100%;
	height: 410px;
	overflow: hidden;
	text-align: center;
	padding-top: 23px;
	box-sizing: border-box;
}
.ramenpro .mainvisual .icon{
	padding-bottom: 15px;
}

/*-----------------------------

　　　　pro

-----------------------------*/
.ramenpro{
	background: url(https://s.yimg.jp/images/promotion/ramen2019/pc/assets/images/top/bg1.png);
}
#propageContents{
	background: url(https://s.yimg.jp/images/promotion/ramen2019/pc/assets/images/pro/bg_illust.png) no-repeat top center;
}

#propageContents .pagelink{
	width: 950px;
	margin: 30px auto 60px;
	display: table;
}
#propageContents .pagelink li{
	display: table-cell;
}
#propageContents .pagelink li a{
	display: block;
	background: url(https://s.yimg.jp/images/promotion/ramen2019/pc/assets/images/pro/btn_on.png) no-repeat top center;
	width: 220px;
	height: 60px;
	line-height: 60px;
	color: #8d0000;
	text-align: center;
	font-weight: bold;
}
#propageContents .pagelink li a.active{
	background: url(https://s.yimg.jp/images/promotion/ramen2019/pc/assets/images/pro/btn_on.png) no-repeat top center;
	color: #8d0000;
}
#propageContents .pagelink li a:after{
	content: "";
	margin-right: 15px;
}

.categoryblock{
	background: url(https://s.yimg.jp/images/promotion/ramen2019/pc/assets/images/detail/bg_detail.png);
	width: 950px;
	margin: 40px auto 0;
	text-align: center;
	box-sizing: border-box;
	padding: 10px;
}
.categoryblock .inner{
	background: url(https://s.yimg.jp/images/promotion/ramen2019/pc/assets/images/top/bg1.png);
	border: 2px solid #d6a71e;
	box-sizing: border-box;
	padding: 50px 70px 50px;
}
.categoryblock h2{
	margin-bottom: 70px;
}
.categoryblock .innerblock{
	width: 790px;
	border: 2px solid #990000;
	background: #fff;
	margin: 0 auto 60px;
	padding: 0 40px 40px;
	box-sizing: border-box;
	position: relative;
}
.categoryblock .innerblock.gold{
	border: 2px solid #9e8738;
}
.categoryblock .innerblock.silver{
	border: 2px solid #666666;
}

.categoryblock .innerblock.copper{
	border: 2px solid #b15822;
}

.categoryblock .innerblock h3{
	margin-top: -38px;
}
.categoryblock .innerblock .position{
    position: relative;
}
.categoryblock .innerblock .ramenname{
	border-bottom: 1px solid #000;
	margin-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 34px;
	font-weight: bold;
}
.categoryblock .innerblock .shop{
	font-size: 24px;
	font-weight: bold;
}
.categoryblock .innerblock .area{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.categoryblock .innerblock .name{
	position: absolute;
	top: 0;
	left: 0;
}
.categoryblock .innerblock .text{
	margin: 30px 0 20px 135px;
	font-size: 16px;
	line-height: 34px;
	text-align: left;
	letter-spacing: -1px;
}

#propageContents #footerbanner{
	background: none;
	padding: 140px 0 100px;
	box-shadow: 0 0 0;
	-webbox-box-shadow: 0 0 0;
}