@charset "utf-8";
/* CSS Document */

/* 全体 */
.ren_ramen {
	background: url("../img/ramen_new/bg_bg2.jpg") no-repeat top left #000;
	width: 100%;
	background-size: 100%;
	position: relative;
	overflow: hidden;
}
.ren_ramen img {
	max-width: 100%;
}

@media screen and (max-width: 1200px) {
.ren_ramen {
	padding: 0 2%;
}
}
@media screen and (max-width: 767px) {
.ren_ramen {
	background-position: top -200px left 25%;
	background-size: auto;
}
}
.breadCrumbs {
	background: none;
}

/* --------------------------------------------------
lead
-------------------------------------------------- */
.sec-lead {
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sec-lead > div {
	width: 48%;
	text-align: center;
}
#tr_ren_ramen {
	margin-top: -200px;
}
#tr_ren_ramen .tyoumi {
	margin-top: 2rem;
}
/* 中央 */
.ren_ramen #rnw_content {
	margin: 0 auto;
	position: relative;
	z-index: 12;
}
#ttl_ren_ramen {
	margin: 10px;
}
#ttl_ren_ramen img {
	width: 400px;
	height: auto;
}
#shop_sumnum {
	margin: 20px 10px;
}
#shop_sumnum table {
	margin: 0 auto;
}
#shop_sumnum td.ss_left img {
	width: auto;
	height: 30px;
}
#shop_sumnum td.ss_right img {
	width: auto;
	height: 30px;
}
#shop_sumnum td.ss_center span {
	color: white;
	font-size: 5.0rem;
	font-weight: bold;
	padding: 0 10px;
}
#shop_maintxt {
	margin: 10px;
}
#shop_maintxt img {
	width: 450px;
	height: auto;
}

@media screen and (max-width: 767px) {

.sec-lead > div {
	width: 100%;
	text-align: left;
}
.pct-ramen-h {
	position: absolute;
	right: -15%;
	top: -6rem;
	max-width: 50%;
}
#tr_ren_ramen {
	margin-top: 0;
}
#ttl_ren_ramen {
	max-width: 65%;
}
#shop_sumnum {
	max-width: 450px;
	margin: 20px auto;
}
#shop_sumnum table {
	margin: 0 0 0 auto;
}
#shop_maintxt,  #tr_ren_ramen p {
	text-align: center;
}
.sec-search {
	margin-top: 4%;
}
}
/* --------------------------------------------------
recommend
-------------------------------------------------- */
.ren_ramen .recommend {
	padding: 6% 0 0;
}
.ren_ramen .spot-list li {
	text-align: center;
}
/* --------------------------------------------------
search
-------------------------------------------------- */
.sec-search .ttl-ramen {
	text-align: center;
	margin-bottom: 2%;
	margin: 0 auto 2rem auto;
	width: 70%;
}
@media screen and (max-width: 767px) {
.sec-search .ttl-ramen {
	text-align: center;
	margin: 0 auto 1rem auto;
	width: 80%;
}	
}
