@charset "utf-8";


/*-----------------------------
	header
------------------------------*/

html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}

@media screen and (max-width: 767px) {
	header {
		clear: both;
		width: 100%;
		max-width: inherit;
		min-width: inherit;
		margin: 0 auto;
		height: 180px;
		height: 240px;
		border-bottom: 2px solid #C41118;
		overflow: hidden;
		background: #000;
	}

	header h1 {
		width: 100%;
	}

	header ul {
		flex-wrap: wrap;
		width: 100%;
	}

	header ul li {
		flex: none;
		width: 50%;
		height: 60px;
		font-size: 11px;
		font-family: "Times New Roman", Times, serif;
	}

	header ul li:nth-child(4),
	header ul li:nth-child(5) {
		width: 50%;
	}

	header ul li.gray {
		width: 100%;
	}

	header ul li a {
		background: #000;
		box-sizing: border-box;
	}

	header ul li:nth-child(even) a {
		border-left: 1px solid #666;
	}

	header h1,
	header ul li a {
		border-bottom: 1px solid #666;
	}

	header ul li:last-child a {
		border-bottom: none;
	}

	header ul li a span {
		display: block;
	}

	header ul li a img {
		width: 17px;
		height: 11px;
		vertical-align: middle;
	}

	header ul li a:hover {
		color: #fff;
		text-decoration: none;
		background: url(../image/footer-nav-bg.png) repeat #000;
	}

	header ul li:last-child a:hover {
		color: #fff;
		text-decoration: none;
		background: #303030;
	}
}



/*----------------------------------------------------------------------------------------
	contents-shop
-----------------------------------------------------------------------------------------*/

#contents-shop {
	clear: both;
	width: 100%;
	max-width: 1600px;
	min-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

/* h2 */
#contents-shop h2 {
	height: 41vw;
	min-height: 490px;
	max-height: 650px;
	position: relative;
}

#contents-shop h2.kitahama {
	background: url(../image/restaurant/kitahama-bg.jpg) no-repeat center top;
	background-size: cover;
}

#contents-shop h2.modo {
	background: url(../image/restaurant/modo-bg.jpg) no-repeat center top;
	background-size: cover;
}

#contents-shop h2.echi {
	background: url(../image/restaurant/echi-bg.jpg) no-repeat center top;
	background-size: cover;
}

#contents-shop h2.d-steak {

	background: url(../image/restaurant/d-steak-bg.png) no-repeat center top;
	background-size: cover;
}

#contents-shop h2.teatro {
	background: url(../image/restaurant/teatro-bg_pc.jpg) no-repeat center top;
	background-size: cover;
}

#contents-shop h2 img {
	position: absolute;
	left: 16px;
	top: 20px;
}

/* pnav */
#contents-shop .pnav {
	margin-bottom: 55px;
	overflow: hidden;
	background: #000;
}

/* -echi- */
#contents-shop.echi_page .pnav {
	margin-bottom: 55px;
	overflow: hidden;
	background: #006C3E;
}

#contents-shop.echi_page .pnav li a {
	display: block;
	height: 80px;
	color: #fff;
	text-decoration: none;
	background: url(../image/restaurant/shop-pnav-bg_echi.png) no-repeat center bottom;
}

#contents-shop.echi_page .pnav li a:hover {
	background: url(../image/restaurant/shop-pnav-bg_echi_on.png) no-repeat center bottom;
}

#contents-shop.echi_page .pnav li a span {
	display: block;
	padding-top: 10px;
	height: 70px;
	font-size: 18px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	background: url(../image/restaurant/shop-pnav_echi.png) no-repeat left top;
}



/* -modo- */

/* h2 */
#contents-shop.modo_page h2 {
	width: 100%;
	position: relative;
}

#contents-shop.modo_page h2 a {
	position: absolute;
	top: 16px;
	right: 593px;
}


#contents-shop.modo_page .pnav li {
	width: 16.665%;
}

#contents-shop.modo_page .pnav li:nth-child(5) a {
	display: block;
	height: 80px;
	color: #fff;
	text-decoration: none;
	background: url(../image/restaurant/shop-pnav-bg_modo.png) no-repeat center bottom;
}

#contents-shop.modo_page .pnav li:nth-child(5) a:hover {
	background: url(../image/restaurant/shop-pnav-bg_modo_on.png) no-repeat center bottom;
}

#contents-shop.modo_page .pnav li a span {
	background: none;
}


#contents-shop .pnav li {
	float: left;
	width: 20%;
}

#contents-shop .pnav li a {
	display: block;
	height: 80px;
	color: #fff;
	text-decoration: none;
	background: url(../image/restaurant/shop-pnav-bg.png) no-repeat center bottom;
}

#contents-shop .pnav li a:hover {
	background: url(../image/restaurant/shop-pnav-bg_on.png) no-repeat center bottom;
}

#contents-shop .pnav li a span {
	display: block;
	padding-top: 10px;
	height: 70px;
	font-size: 18px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	background: url(../image/restaurant/shop-pnav.png) no-repeat left center;
}

#contents-shop .pnav li:first-child a span {
	background: none;
}

/*d-steak*/

#contents-shop.d-steak .read_en {
	font-family: "Times New Roman", Times, serif;
	margin: 0 0 60px 0;
	font-size: 16px;
}

#contents-shop.d-steak #concept {
	text-align: left;
}

#contents-shop.d-steak #concept h3 {
	text-align: center;
}

#contents-shop.d-steak #concept .concept_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 33px;
	margin: 0 0 30px 0;
	text-align: center;
}

#contents-shop.d-steak #concept .concept_title span {
	display: block;
	text-align: center;
	font-size: 18px;
}

#contents-shop.d-steak #concept .read {
	font-size: 18px;
	margin: 0 0 20px 0;
}

#contents-shop.d-steak #concept dl {
	overflow: hidden;
	width: 100%;
	margin: 0 0 60px 0;
}

#contents-shop.d-steak #concept dl dt {
	float: left;
	width: 32%;
}

#contents-shop.d-steak #concept dl dt img {
	width: 100%;
}

#contents-shop.d-steak #concept dl dd {
	float: left;
	width: 64%;
	padding: 0 0 0 4%;
}


#contents-shop.d-steak #concept p.secret {
	margin: 0 0 10px 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	border-bottom: 1px solid #000;
}

#contents-shop.d-steak #concept .en_txt {
	font-family: "Times New Roman", Times, serif;
}

#contents-shop.d-steak #concept .en_txt p.secret {
	margin: 0 0 5px 0;
	border-bottom: none;
}

#contents-shop.d-steak #concept .secret span {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	margin: 0 0 0 16px;
}

#contents-shop.d-steak #concept dd p {
	margin: 0 0 30px 0;
}


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

	#contents-shop {
		clear: both;
		width: 100%;
		max-width: inherit;
		min-width: inherit;
		margin: 0 auto;
		overflow: hidden;
	}

	/* h2 */
	#contents-shop h2 {
		min-height: auto;
		height: 160px;
		position: relative;
		margin-bottom: 30px;
	}

	#contents-shop h2 img {
		position: absolute;
		left: 10px;
		top: 15px;
		width: 106px;
		height: 91px;
	}

	#contents-shop h2.kitahama {
		background: url(../image/restaurant/kitahama-bg.jpg) no-repeat center top;
		background-size: auto 100%;
	}

	/* -echi- */
	#contents-shop h2.echi {
		height: 300px;
		background: url(../image/restaurant/echi-bg_sp.jpg) no-repeat center top !important;
		background-size: 380px 298px !important;
	}

	/* -modo- */
	#contents-shop h2.modo {
		height: 406px;
		background: url(../image/restaurant/modo-bg_sp.jpg) no-repeat center top !important;
		background-size: 380px 406px !important;
	}

	/* -d-steak- */
	#contents-shop h2.d-steak {
		height: 273px;
		background: url(../image/restaurant/d-steak-bg_sp.png) no-repeat center top !important;
		background-size: contain !important;
	}

	/* -teatro- */
	#contents-shop h2.teatro {
		height: 285px;
		background: url(../image/restaurant/teatro-bg_sp.jpg) no-repeat top center;
		background-size: 100%;
	}


	#contents-shop h2.modo a {
		text-indent: -9999px;
		width: 380px;
		height: 110px;
		top: 297px;
		left: 0;
		display: block;
	}

	#contents-shop h2.modo a img {
		display: none;
	}

	/* pnav */
	#contents-shop .pnav {
		display: none;
	}


	/*d-steak*/

	#contents-shop.d-steak #concept {
		text-align: left;
		padding: 0 20px;
	}

	#contents-shop.d-steak #concept h3 {
		text-align: center;
	}

	#contents-shop.d-steak #concept .concept_title {
		font-family: "Times New Roman", Times, serif;
		font-size: 18px;
		margin: 0 0 20px 0;
		text-align: center;
	}

	#contents-shop.d-steak #concept .read {
		font-size: 14px;
		margin: 0 0 30px 0;
	}

	#contents-shop.d-steak .read_en {
		margin: 0 0 50px 0;
	}

	#contents-shop.d-steak #concept dl {
		overflow: hidden;
		width: 100%;
		margin: 0 0 40px 0;
	}

	#contents-shop.d-steak #concept dl dt {
		float: left;
		width: 100%;
		margin: 0 0 10px 0;
	}

	#contents-shop.d-steak #concept dl dt img {
		width: 100%;
	}

	#contents-shop.d-steak #concept dl dd {
		float: left;
		width: 100%;
		padding: 0 0 0 0;
	}

	#contents-shop.d-steak #concept dd p {
		margin: 0 0 20px 0;
	}

	#contents-shop.d-steak #concept .secret {
		font-family: "Times New Roman", Times, serif;
		font-size: 20px;
		text-align: center;
	}

	#contents-shop.d-steak #concept .secret span {
		display: block;
		font-family: "Times New Roman", Times, serif;
		font-size: 28px;
		margin: 0 0 0 0px;
	}




}



/*-----------------------------
	article
------------------------------*/

#contents-shop article {
	width: 980px;
	margin: 0 auto;
}

/* -modo- */
#contents-shop article#u_in_modo {
	width: 100% !important;
	padding: 40px 0 0;
	background-color: #F6F1E2;
}

#contents-shop article#u_in_modo h3 img {
	vertical-align: top;
}

#contents-shop article#u_in_modo .twincont {
	margin: 20px auto 0;
}

#contents-shop article#u_in_modo .twincont div.jp {
	border: none;
}



#contents-shop article#u_in_modo p.menu_btn a {
	display: block;
	width: 250px;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	margin: 20px auto 0;
	padding: 10px 0;
	border: 1px solid #999;
	background: url(../image/restaurant/menu-icon2.png) no-repeat right center;
	margin-bottom: 15px;
}

#contents-shop article#u_in_modo p.menu_btn a:hover {
	color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#contents-shop article#u_in_modo .pagetop {
	width: 980px;
	padding-bottom: 30px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	#contents-shop article#u_in_modo .twincont {
		margin: 0 10px;
	}

	#contents-shop article#u_in_modo p.photo {
		margin-bottom: 10px;
	}

	#contents-shop article#u_in_modo p.photo img {
		width: 100%;
	}

	#contents-shop article#u_in_modo .menu_btn {
		padding-bottom: 10px;
	}
}


/* h3 */
#contents-shop article h3 {
	font-size: 32px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 20px;
}

/* section */
#contents-shop section {
	clear: both;
	margin-bottom: 100px;
}

/* concept */
#contents-shop .concept-img {
	margin-left: 15px;
	margin-right: 15px;
}

/* twincont */
#contents-shop .twincont {
	width: 980px;
	text-align: left;
	overflow: hidden;
	height: auto;
}

#contents-shop .twincont div {
	float: left;
	width: 449px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

#contents-shop .twincont div.jp {
	font-size: 13px;
	line-height: 1.8;
	border-right: 1px solid #999;
	padding-right: 40px;
}

#contents-shop .twincont div.en {
	font-size: 14px;
	line-height: 1.5;
	padding-left: 40px;
	font-family: "Times New Roman", Times, serif;
}

#contents-shop .twincont .space-h100 {
	min-height: 100px;
}

#contents-shop .twincont .space-h120 {
	min-height: 120px;
}

#contents-shop .twincont .space-h150 {
	min-height: 150px;
}

#contents-shop .twincont table {}

#contents-shop .twincont table th,
#contents-shop .twincont table td {
	padding-bottom: 15px;
}

#contents-shop .twincont table .no-bt th,
#contents-shop .twincont table .no-bt td {
	padding-bottom: 0;
}


#contents-shop article {
	width: 980px;
	margin: 0 auto;
}


/* shop-slider */
.shop-slider {
	margin-bottom: 40px;
}

.bx-wrapper {
	position: relative;
	margin: 0 auto 40px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper ul img {
	max-width: 100%;
	display: block;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../image/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-pager a {
	display: inline-block;
	width: 193px;
	height: 110px;
	margin: 0 5px;
	outline: 0;
	overflow: hidden;
}

.bx-pager a img {
	width: 193px;
	height: 110px;
}

.bx-pager a.active {
	width: 185px;
	height: 102px;
	border: 4px solid #736C5E;
}

.bx-pager a.active img {
	width: 193px;
	height: 110px;
	margin: -4px;
}

.bx-wrapper .bx-prev {
	display: none;
	/*	left: 10px;
	background: url(../image/restaurant/controls.png) no-repeat 0 -32px;*/
}

.bx-wrapper .bx-next {
	display: none;
	/* 	right: 10px;
	background: url(../image/restaurant/controls.png) no-repeat -43px -32px;*/
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* menu-link */
#contents-shop ul.menu-link {
	overflow: hidden;
	margin-bottom: 20px;
}

#contents-shop ul.menu-link li {
	float: left;
	width: 326px;
	height: 240px;
}

#contents-shop ul.menu-link li a {
	display: block;
	width: 326px;
	height: 240px;
	text-decoration: none;
}

#contents-shop ul.menu-link li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#contents-shop ul.menu-link li.menu1 a {
	background: url(../image/restaurant/menu1.jpg) no-repeat center top;
}

#contents-shop ul.menu-link li.menu2 a {
	background: url(../image/restaurant/menu2.jpg) no-repeat center top;
}

#contents-shop ul.menu-link li.menu3 a {
	background: url(../image/restaurant/menu3.jpg) no-repeat center top;
}

/* ECHI　PONTE　VECCHIO（エキ　ポンテベッキオ） */
#contents-shop.echi_page ul.menu-link li.menu1 a {
	background: url(../image/restaurant/menu1_echi.jpg) no-repeat center top;
}

#contents-shop.echi_page ul.menu-link li.menu2 a {
	background: url(../image/restaurant/menu2_echi.jpg) no-repeat center top;
}

#contents-shop.echi_page ul.menu-link li.menu3 a {
	background: url(../image/restaurant/menu3_echi.jpg) no-repeat center top;
}


/* D-Steak（D-ステーキ） */


/* menu-link */
#contents-shop.d-steak ul.menu-link {
	overflow: hidden;
	margin-bottom: 20px;
}

#contents-shop.d-steak ul.menu-link li {
	float: left;
	width: 490px;
	height: 240px;
}

#contents-shop.d-steak ul.menu-link li a {
	display: block;
	width: 490px;
	height: 240px;
	text-decoration: none;
}

#contents-shop.d-steak ul.menu-link li.menu1 a {
	background: url(../image/restaurant/menu1_d-steak.jpg) no-repeat center top;
}

#contents-shop.d-steak ul.menu-link li.menu2 a {
	background: url(../image/restaurant/menu2_d-steak.jpg) no-repeat center top;
}


/* TEATRO　PONTE　VECCHIO（テアトロ　ポンテベッキオ） */
#contents-shop.teatro_page ul.menu-link li.menu1 a {
	background: url(../image/restaurant/menu1_teatro.jpg) no-repeat center center;
	background-size: cover;
}

#contents-shop.teatro_page ul.menu-link li.menu2 a {
	background: url(../image/restaurant/menu2_teatro.jpg) no-repeat center center;
	background-size: cover;
}

#contents-shop.teatro_page ul.menu-link li.menu3 a {
	background: url(../image/restaurant/menu3_echi.jpg) no-repeat center center;
	background-size: cover;
}




#contents-shop ul.menu-link li em {
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.05em;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	-moz-box-text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	-o-text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	font-family: "Times New Roman", Times, serif;
	vertical-align: middle;
}

#contents-shop ul.menu-link li a span {
	display: block;
	padding-top: 80px;
	color: #fff;
	font-size: 42px;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	-moz-box-text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	-o-text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	font-family: "Times New Roman", Times, serif;
	vertical-align: middle;
}

/* menu-topics */
#contents-shop .menu-topics {
	width: 810px;
	margin: 0 auto;
	overflow: hidden;
	border: 1px solid #000;
}

#contents-shop .menu-topics h4 {
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	height: 40px;
	line-height: 40px;
	background: #000;
	margin-bottom: 40px;
}

#contents-shop .menu-topics dl {
	clear: both;
	padding-bottom: 15px;
	margin: 0 40px 15px;
	text-align: left;
	overflow: hidden;
	border-bottom: 1px dashed #999;
}

#contents-shop .menu-topics dl dt {
	float: left;
	width: 110px;
	font-size: 14px;
	color: #C41118;
	font-weight: bold;
}

#contents-shop .menu-topics dl dd {
	overflow: auto;
	font-size: 15px;
}

#contents-shop .menu-topics dl dd a {
	color: #000;
	text-decoration: underline;
}

#contents-shop .menu-topics dl dd a:hover {
	color: #666;
	text-decoration: none;
}

#contents-shop .menu-topics p a {
	display: block;
	width: 250px;
	height: 60px;
	line-height: 60px;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 auto;
	border: 1px solid #999;
	background: url(../image/restaurant/menu-topics-icon.png) no-repeat right center;
	margin-bottom: 15px;
}

#contents-shop .menu-topics p a:hover {
	color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/* access */
#contents-shop iframe {
	margin-bottom: 10px;
}

#contents-shop .map-more {
	text-align: left;
	margin-bottom: 30px;
}

/* access-shopping */
#contents-shop .access-shopping {
	width: 800px;
	margin: 0 auto;
	padding: 15px 0 5px;
	border: 3px solid #ccc;
}

#contents-shop .access-shopping p {
	width: 475px;
	margin: 0 auto 7px;
	color: #333;
	font-size: 14px;
}

#contents-shop .access-shopping p span {
	display: none;
}

#contents-shop .access-shopping p.t_right {
	font-size: 12px;
}

/* reservation */
#contents-shop #reservation p {
	text-align: center;
}

#contents-shop #reservation .twincont p {
	text-align: left;
}

#contents-shop #reservation p.tel_btn {
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	padding: 2% 8%;
	margin-top: 25px;
	display: inline-block;
	border: 1px solid #999;
}





@media screen and (max-width: 767px) {
	#contents-shop article {
		width: 100%;
		margin: 0;
	}

	/* h3 */
	#contents-shop article h3 {
		font-size: 20px;
		font-weight: bold;
		font-family: "Times New Roman", Times, serif;
		margin-bottom: 10px;
	}

	/* shop-slider */
	.shop-slider {
		margin-bottom: 20px;
	}

	.bx-wrapper {
		position: relative;
		margin: 0 auto 15px;
		padding: 0;
		*zoom: 1;
	}

	.bx-pager a {
		display: inline-block;
		width: 55px;
		height: 55px;
		margin: 0 3px;
		outline: 0;
		overflow: hidden;
	}

	.bx-pager a img {
		width: 96px;
		height: 55px;
		margin-left: -20px;
	}

	.bx-pager a.active {
		width: 51px;
		height: 51px;
		border: 2px solid #736C5E;
		overflow: hidden;
	}

	.bx-pager a.active img {
		width: 96px;
		height: 55px;
		margin: -2px -2px -2px -22px;
	}

	/* concept */
	#contents-shop .concept-img {
		height: 248px;
		text-indent: -99999px;
		background: url(../image/restaurant/concept-sp.jpg) no-repeat center top;
		background-size: 320px 248px;
		-webkit-background-size: 320px 248px;
		-moz-background-size: 320px 248px;
		-ms-background-size: 320px 248px;
		-o-background-size: 320px 248px;
	}

	/* section */
	#contents-shop section {
		clear: both;
		margin-bottom: 70px;
	}

	/* twincont */
	#contents-shop .twincont {
		width: auto;
		text-align: left;
		margin-left: 15px;
		margin-right: 15px;
		overflow: hidden;
		height: auto;
	}

	#contents-shop .twincont div {
		float: none;
		width: auto;
		padding-bottom: 0;
		margin-bottom: 0;
	}

	#contents-shop .twincont div.jp {
		font-size: 10px;
		line-height: 1.8;
		border-right: none;
		border-bottom: 1px dashed #999;
		padding-right: 0;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	#contents-shop .twincont div.en {
		font-size: 10px;
		line-height: 1.5;
		padding-left: 0;
		font-family: "Times New Roman", Times, serif;
	}

	#contents-shop .twincont .space-h100,
	#contents-shop .twincont .space-h120,
	#contents-shop .twincont .space-h150 {
		min-height: inherit;
		margin-bottom: 15px;
	}

	#contents-shop .twincont table {}

	#contents-shop .twincont table th,
	#contents-shop .twincont table td {
		padding-bottom: 10px;
	}

	#contents-shop .twincont span.red-sp {
		color: #C41118;
	}

	/* menu-link */
	#contents-shop ul.menu-link {
		overflow: hidden;
		margin-bottom: 20px;
	}

	#contents-shop ul.menu-link li {
		float: none;
		width: 100%;
		height: 150px;
	}

	/*d-steak*/
	#contents-shop.d-steak ul.menu-link li {
		float: none;
		width: 100%;
		height: 150px;
	}

	#contents-shop.d-steak ul.menu-link li a {
		display: block;
		width: 100%;
		height: 150px;
		text-decoration: none;
		overflow: hidden;
	}

	#contents-shop.d-steak ul.menu-link li.menu1 a,
	#contents-shop.d-steak ul.menu-link li.menu2 a {
		background-size: cover;
	}

	#contents-shop.d-steak ul.menu-link li img {
		width: 100%;
	}

	#contents-shop ul.menu-link li a {
		display: block;
		width: 100%;
		height: 150px;
		text-decoration: none;
		overflow: hidden;
	}

	#contents-shop ul.menu-link li a:hover {
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}

	#contents-shop ul.menu-link li.menu1 a {
		background: url(../image/restaurant/menu1.jpg) no-repeat center center;
		background-size: 100% auto;
		-webkit-background-size: 100% auto;
		-moz-background-size: 100% auto;
		-ms-background-size: 100% auto;
		-o-background-size: 100% auto;
	}

	#contents-shop ul.menu-link li.menu2 a {
		background: url(../image/restaurant/menu2.jpg) no-repeat center center;
		background-size: 100% auto;
		-webkit-background-size: 100% auto;
		-moz-background-size: 100% auto;
		-ms-background-size: 100% auto;
		-o-background-size: 100% auto;
	}

	#contents-shop ul.menu-link li.menu3 a {
		background: url(../image/restaurant/menu3.jpg) no-repeat center center;
		background-size: 100% auto;
		-webkit-background-size: 100% auto;
		-moz-background-size: 100% auto;
		-ms-background-size: 100% auto;
		-o-background-size: 100% auto;
	}



	/* ECHI　PONTE　VECCHIO（エキ　ポンテベッキオ） */
	#contents-shop.echi_page ul.menu-link li.menu1 a {
		background: url(../image/restaurant/menu1_echi.jpg) no-repeat center center;
		background-size: 100% auto;
		-webkit-background-size: 100% auto;
		-moz-background-size: 100% auto;
		-ms-background-size: 100% auto;
		-o-background-size: 100% auto
	}

	#contents-shop.echi_page ul.menu-link li.menu2 a {
		background: url(../image/restaurant/menu2_echi.jpg) no-repeat center center;
		background-size: 100% auto;
		-webkit-background-size: 100% auto;
		-moz-background-size: 100% auto;
		-ms-background-size: 100% auto;
		-o-background-size: 100% auto;
	}

	#contents-shop.echi_page ul.menu-link li.menu3 a {
		background: url(../image/restaurant/menu3_echi.jpg) no-repeat center center;
		background-size: 100% auto;
		-webkit-background-size: 100% auto;
		-moz-background-size: 100% auto;
		-ms-background-size: 100% auto;
		-o-background-size: 100% auto;
	}

	#contents-shop ul.menu-link li a span {
		display: block;
		padding-top: 55px;
		color: #fff;
		font-size: 22px;
		background: url(../image/restaurant/menu-icon-sp.png) no-repeat;
		background-size: 26px;
		background-position: 99% 100%;
		-webkit-background-size: 26px;
		-moz-background-size: 26px;
		-ms-background-size: 26px;
		-o-background-size: 26px;
		text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
		-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
		-moz-box-text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
		-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
		-o-text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
		font-family: "Times New Roman", Times, serif;
		vertical-align: middle;
	}

	#contents-shop ul.menu-link li em {
		font-size: 12px !important;
	}

	/* menu-topics */
	#contents-shop .menu-topics {
		width: auto;
		margin: 0 15px;
		overflow: hidden;
		border: 1px solid #000;
		border-top: none;
	}

	#contents-shop .menu-topics h4 {
		color: #fff;
		font-size: 16px;
		font-weight: normal;
		font-family: "Times New Roman", Times, serif;
		height: 30px;
		line-height: 30px;
		background: #000;
		margin: 0;
	}

	#contents-shop .menu-topics dl {
		clear: both;
		padding: 15px;
		margin: 0;
		line-height: 1.8;
		text-align: left;
		overflow: hidden;
		border-bottom: 1px dashed #999;
	}

	#contents-shop .menu-topics dl dt {
		float: none;
		width: auto;
		font-size: 10px;
		color: #C41118;
		font-weight: normal;
	}

	#contents-shop .menu-topics dl dd {
		overflow: auto;
		font-size: 10px;
	}

	#contents-shop .menu-topics dl dd a {
		color: #000;
		text-decoration: none;
	}

	#contents-shop .menu-topics dl dd a:hover {
		color: #666;
		text-decoration: none;
	}

	#contents-shop .menu-topics p {
		padding: 20px 0;
	}

	#contents-shop .menu-topics p a {
		display: block;
		width: 200px;
		height: 45px;
		line-height: 45px;
		font-size: 10px;
		font-weight: bold;
		text-decoration: none;
		margin: 0 auto;
		border: 1px solid #999;
		background: url(../image/restaurant/menu-topics-icon.png) no-repeat right center;
		background-size: 14px 10px;
		-webkit-background-size: 14px 10px;
		-moz-background-size: 14px 10px;
		-ms-background-size: 14px 10px;
		-o-background-size: 14px 10px;
		margin-bottom: 0;
	}

	#contents-shop .menu-topics p a:hover {
		color: #000;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}

	/* access */
	#contents-shop iframe {
		width: 100%;
		height: 300px;
		margin-bottom: 20px;
	}

	#contents-shop .map-more {
		display: none;
	}

	/* access-shopping */
	#contents-shop .access-shopping {
		clear: both;
		width: auto;
		margin: 0 15px;
		padding: 15px 0 5px;
		border: 3px solid #ccc;
	}

	#contents-shop .access-shopping p {
		width: auto;
		margin: 0 auto 7px;
		color: #333;
		font-size: 12px;
	}

	#contents-shop .access-shopping p span {
		display: inline;
	}

	#contents-shop .access-shopping p.banner a {
		display: block;
		text-indent: -99999px;
		width: 250px;
		height: 68px;
		margin: 0 auto;
		background: url(../image/restaurant/banner-sp.jpg) no-repeat center top;
		background-size: 250px 68px;
		-webkit-background-size: 250px 68px;
		-moz-background-size: 250px 68px;
		-ms-background-size: 250px 68px;
		-o-background-size: 250px 68px;
	}

	#contents-shop .access-shopping p.t_right {
		text-align: center;
	}

	/* reservation */
	#contents-shop #reservation p a {
		display: block;
		text-indent: -99999px;
		width: 225px;
		height: 60px;
		margin: 0 auto;
		background: url(../image/restaurant/form-btn-sp.jpg) no-repeat center top;
		background-size: 225px 60px;
		-webkit-background-size: 225px 60px;
		-moz-background-size: 225px 60px;
		-ms-background-size: 225px 60px;
		-o-background-size: 225px 60px;
	}

	#contents-shop #reservation p.noimg a {
		display: inline-block;
		background: none;
		width: auto;
		height: auto;
		text-indent: 0;
		text-decoration: none;
	}

}



/*----------------------------------------------------------------------------------------
	menu
-----------------------------------------------------------------------------------------*/

#contents-menu {
	clear: both;
	width: 980px;
	margin: 0 auto;
	padding: 40px 0;
	/*overflow: hidden;*/
	position: relative;
	/*min-height: 900px;*/
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/* reservation */
#contents-menu #reservation {
	display: none;
}

@media screen and (max-width: 767px) {
	#contents-menu {
		clear: both;
		width: auto;
		margin: 0 auto;
		padding: 40px 0;
		overflow: hidden;
		position: relative;
		display: block;
	}

	/* reservation */
	#contents-menu #reservation {
		padding-top: 20px;
		display: block;
		font-size: 17px;
		font-family: "Times New Roman", Times, serif;
		text-align: center;
	}

	#contents-menu #reservation p a {
		display: block;
		text-indent: -99999px;
		width: 225px;
		height: 60px;
		margin: 0 auto;
		background: url(../image/restaurant/form-btn-sp.jpg) no-repeat center top;
		background-size: 225px 60px;
		-webkit-background-size: 225px 60px;
		-moz-background-size: 225px 60px;
		-ms-background-size: 225px 60px;
		-o-background-size: 225px 60px;
	}

	#contents-menu dl.tel_reserv {
		margin-bottom: 20px;
	}

	#contents-menu dl.tel_reserv dt,
	#contents-menu dl.tel_reserv dd {
		font-size: 93% !important;
	}

	.post-type-archive-menu-echi #contents-menu #reservation {
		display: none;
	}
}



/*-----------------------------
	article
------------------------------*/

#contents-menu article {
	float: left;
	/* width: 700px;
	min-height: 1000px; */
	font-size: 14px;
	text-align: left;
	width: calc(100% - 280px);
}

#contents-menu article .menu_prev {
	height: 89px;
	margin-bottom: 30px;
}

#contents-menu article .menu_prev:first-child {
	border-bottom: 1px solid #ccc;
}

#contents-menu article .menu_prev h2 {
	font-size: 30px;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 10px;
}

#contents-menu article .menu_prev a {
	color: #333;
	font-size: 12px;
}

/* section */
#contents-menu article section {
	clear: both;
	margin-bottom: 50px;
}

#contents-menu article section .entry {
	max-width: 700px;
	overflow: hidden;
}

#contents-menu article section .date {
	color: #C41118;
	font-weight: bold;
	margin-bottom: 10px;
}

#contents-menu article section .date span {
	line-height: 20px;
	padding: 0 15px;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	display: inline-block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	background: #666;
}

#contents-menu article section h3 {
	clear: both;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 20px;
	line-height: 1.4;
	background: #000;
	margin-bottom: 25px;
}

#contents-menu article section h4 {
	clear: both;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 25px;
}

#contents-menu article section p {
	margin-bottom: 20px;
	overflow: hidden;
}

#contents-menu article section .note {
	margin-bottom: 30px;
}

#contents-menu article section .note a {
	color: #0000FF;
	text-decoration: underline;
}

#contents-menu article section .note a:hover {
	color: #0000FF;
	text-decoration: none;
}

#contents-menu article section .photo {
	margin-bottom: 60px;
}

#contents-menu article section .photo img {
	width: 550px;
	height: auto;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	#contents-menu article {
		float: none;
		width: auto;
		margin: 0 15px;
		font-size: 10px;
		text-align: left;
		min-height: auto;
	}

	#contents-menu article h2 {
		height: auto;
		font-size: 16px;
		font-family: "Times New Roman", Times, serif;
		border-bottom: 1px solid #ccc;
		margin-bottom: 20px;
	}

	/* section */
	#contents-menu article section {
		clear: both;
		width: auto;
		margin-bottom: 50px;
	}

	#contents-menu article section .date {
		color: #C41118;
		font-weight: bold;
		margin-bottom: 10px;
	}

	#contents-menu article section .date span {
		line-height: 12px;
		padding: 0 15px;
		color: #fff;
		font-size: 10px;
		font-weight: normal;
		font-family: "Times New Roman", Times, serif;
		display: inline-block;
		margin-left: 10px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-o-border-radius: 3px;
		-ms-border-radius: 3px;
		background: #666;
	}

	#contents-menu article section h3 {
		clear: both;
		color: #fff;
		font-size: 10px;
		font-weight: bold;
		padding: 5px 10px;
		line-height: 1.4;
		background: #000;
		margin-bottom: 15px;
	}

	#contents-menu article section h4 {
		clear: both;
		font-size: 12px;
		font-weight: bold;
		line-height: 1.4;
		margin-bottom: 15px;
	}

	#contents-menu article section .note {
		margin-bottom: 15px;
	}

	#contents-menu article section .note a {
		color: #0000FF;
		text-decoration: underline;
	}

	#contents-menu article section .note a:hover {
		color: #0000FF;
		text-decoration: underline;
	}

	#contents-menu article section .photo {
		margin-bottom: 20px;
	}

	#contents-menu article section .photo img {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}

	#contents-menu article section .entry p img {
		max-width: 360px;
		height: auto;
		margin: 0 auto;
	}
}



/*-----------------------------
	aside
------------------------------*/

/* #contents-menu aside{
	width:240px;
	font-size:14px;
	padding-top:60px;
	text-align:left;
	position:absolute;
	top:40px;
	right:0;
}*/
/* フロートメニュー */
#floating-menu {
	width: 240px;
	font-size: 14px;
	padding-top: 60px;
	text-align: left;
	/*position: absolute;
	top: 40px;
	right: 0;
	z-index: 999;*/
}

#contents-menu aside a {
	color: #000;
	text-decoration: none;
}

#contents-menu aside a:hover {
	color: #999;
	text-decoration: underline;
}

/* aside-title */
#contents-menu aside .aside-title {
	height: 29px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

/* category */
#contents-menu aside .category {
	margin-bottom: 40px;
}

#contents-menu aside .category ul {
	clear: both;
}

#contents-menu aside .category ul li {
	padding-left: 20px;
	background: url(../image/restaurant/aside-icon-act.png) no-repeat left 4px;
	margin-bottom: 10px;
}

/* archive */
#contents-menu aside .archive {
	margin-bottom: 30px;
}

#contents-menu aside .archive p {
	padding-left: 20px;
	background: url(../image/restaurant/aside-icon.png) no-repeat left 4px;
	margin-bottom: 10px;
}

#contents-menu aside .archive p.act {
	background: url(../image/restaurant/aside-icon-act.png) no-repeat left 4px;
}

#contents-menu aside .archive p a {
	text-decoration: none;
}

#contents-menu aside .archive ul {
	clear: both;
	padding-left: 5px;
	margin-bottom: 20px;
	overflow: hidden;
}

#contents-menu aside .archive ul li {
	float: left;
	border-right: 1px solid #999;
	margin-bottom: 10px;
}

#contents-menu aside .archive ul li:nth-child(4n+1) {
	border-left: 1px solid #999;
}

#contents-menu aside .archive ul li a {
	line-height: 25px;
	display: inline-block;
	padding: 0 15px;
}

#contents-menu aside .archive select {
	display: none;
}

/* aside-nav */
#contents-menu aside .aside-nav {
	clear: both;
	border-top: 1px dotted #ccc;
}

#contents-menu aside .aside-nav li {
	height: 50px;
	border-bottom: 1px dotted #ccc;
}

#contents-menu aside .aside-nav li a {
	display: block;
	height: 50px;
	line-height: 50px;
	font-family: "Times New Roman", Times, serif;
	padding: 0 10px;
}

#contents-menu dl.tel_reserv {
	padding: 15px;
	margin-top: 45px;
	border: 1px solid #666;
}

#contents-menu dl.tel_reserv dt {
	margin-bottom: 15px;
}

#contents-menu dl.tel_reserv dd {
	font-size: 17px;
}

#contents-menu aside .aside-nav li a:hover {
	color: #000;
	text-decoration: none;
	background: #efefef;
}

/* home */
#contents-menu aside .home {
	clear: both;
	border-bottom: 1px dotted #ccc;
}

/* formbtn */
#contents-menu aside .formbtn {
	clear: both;
	padding-top: 40px;
}

@media screen and (max-width: 767px) {
	#contents-menu aside {
		width: auto;
		font-size: 14px;
		padding-top: 60px;
		text-align: left;
		padding: 60px 15px 0;
		position: static;
		top: 0;
		right: 0;
		border-bottom: 1px solid #ccc;
	}

	#contents-menu aside a {
		color: #000;
		text-decoration: none;
	}

	#contents-menu aside a:hover {
		color: #000;
		text-decoration: none;
	}

	/* aside-title */
	#contents-menu aside .aside-title {
		height: 29px;
		font-weight: normal;
		border-bottom: none;
		margin-bottom: 5px;
	}

	/* category */
	#contents-menu aside .category {
		clear: both;
		margin-bottom: 30px;
	}

	#contents-menu aside .category ul {
		clear: both;
		border-top: 1px solid #666;
		overflow: hidden;
	}

	#contents-menu aside .category ul li {
		float: left;
		width: 50%;
		padding-left: 0;
		margin-bottom: 0;
		background: none;
	}

	#contents-menu aside .category ul li a {
		display: block;
		height: 50px;
		line-height: 50px;
		padding-left: 10px;
		background: url(../image/restaurant/aside-icon-act.png) no-repeat 90% center;
		border-right: 1px solid #666;
		border-bottom: 1px solid #666;
	}

	#contents-menu aside .category ul li:nth-child(odd) a {
		border-left: 1px solid #666;
	}

	/* archive */
	#contents-menu aside .archive {
		clear: both;
		margin-bottom: 30px;
	}

	#contents-menu aside .archive p {
		display: none;
	}

	#contents-menu aside .archive ul {
		display: none;
	}

	#contents-menu aside .archive select {
		display: block;
		width: 100%;
		height: 28px;
		line-height: 28px;
		border: 1px solid #666;
	}

	/* aside-nav */
	#contents-menu aside .aside-nav {
		display: none;
	}

	/* home */
	#contents-menu aside .home {
		display: none;
	}

	/* formbtn */
	#contents-menu aside .formbtn {
		display: none;
	}
}














/*-----------------------------
	footer
------------------------------*/

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

	footer {
		clear: both;
		width: 100%;
		max-width: inherit;
		min-width: inherit;
		margin: 0 auto;
		padding-bottom: 40px;
		background: #000;
	}

	#fnav2 {
		clear: both;
		width: 100%;
		max-width: inherit;
		min-width: inherit;
		padding: 0;
		margin: 0 auto;
		height: 240px;
		border-bottom: 2px solid #C41118;
		overflow: hidden;
		background: #000;
	}

	#fnav2 h1 {
		width: 100%;
	}

	#fnav2 ul {
		width: 100%;
		flex-wrap: wrap;
	}

	#fnav2 ul li {
		flex: none;
		width: 50%;
		height: 60px;
		font-size: 11px;
		font-family: "Times New Roman", Times, serif;
	}

	#fnav2 ul li:nth-child(4),
	#fnav2 ul li:nth-child(5) {
		/* width: 50%; */
	}

	#fnav2 ul li.gray {
		width: 100%;
	}

	#fnav2 ul li a {
		background: #000;
		box-sizing: border-box;
	}

	#fnav2 ul li:nth-child(even) a {
		border-left: 1px solid #666;
	}

	#fnav2 h1,
	#fnav2 ul li a {
		border-bottom: 1px solid #666;
	}

	#fnav2 ul li a span {
		display: block;
	}

	#fnav2 ul li:first-child.act a {
		color: #fff;
		background: #C41118;
	}

	#fnav2 ul li:last-child a {
		border-bottom: none;
	}

	#fnav2 ul li a img {
		width: 17px;
		height: 11px;
		vertical-align: middle;
	}

	#fnav2 ul li a:hover {
		color: #fff;
		text-decoration: none;
		background: url(../image/footer-nav-bg.png) repeat #000;
	}

	#fnav2 ul li:last-child a:hover {
		color: #fff;
		text-decoration: none;
		background: #303030;
	}













	/* div */
	footer div {
		width: 100%;
		padding: 85px 0 20px;
		margin: 0;
		position: relative;
	}

	footer div #fnav {
		float: none;
		width: 100%;
		overflow: hidden;
		border-left: none;
		margin-bottom: 0;
		border-top: 1px solid #4d4d4d;
	}

	footer div #fnav li {
		float: left;
		width: 50%;
		border-right: none;
		border-bottom: 1px solid #4d4d4d;
	}

	footer div #fnav li a {
		color: #fff;
		display: block;
		font-family: "Times New Roman", Times, serif;
		text-decoration: none;
		padding: 0 15px;
		height: 50px;
		line-height: 50px;
		font-size: 12px;
		text-align: left;
		background: url(../image/fnav-icon-sp.png) no-repeat right center;
		background-size: 18px 9px;
		-webkit-background-size: 18px 9px;
		-moz-background-size: 18px 9px;
		-ms-background-size: 18px 9px;
		-o-background-size: 18px 9px;
	}

	footer div #fnav li:nth-child(even) a {
		border-left: 1px solid #4d4d4d;
	}

	footer div #fnav li a:hover {
		color: #fff;
		text-decoration: none;
	}

	footer div #facebook {
		float: none;
		overflow: hidden;
		margin-bottom: 20px;
	}

	footer div #facebook li {
		float: left;
		width: 50%;
	}

	footer div #facebook li:last-child a {
		display: block;
		border-left: 1px solid #4d4d4d;
	}

	footer div #facebook li:first-child a img {
		width: 133px;
		height: 19px;
	}

	footer div #facebook li:last-child a img {
		width: 113px;
		height: 19px;
	}

	/* footer-banner */
	footer p.footer-banner {
		clear: both;
		text-align: center;
		position: absolute;
		top: 15px;
		left: 0;
		width: 100%;
	}

	footer .footer-banner img {
		width: 310px;
		height: 53px;
		margin: 0 5px;
	}

	footer ul.footer-banner {
		clear: both;
		padding: 0 10px;
		overflow: hidden;
	}

	footer ul.footer-banner li {
		float: none;
		margin-bottom: 10px;
	}

	footer ul.footer-banner li:nth-child(2n) {
		float: none;
	}

	/* copy */
	footer #copy {
		clear: both;
		text-align: center;
		padding: 0 10px;
	}

	footer #copy small {
		color: #999;
		font-size: 9px;
	}
}