@charset "UTF-8";
/* CSS Document */
body {
	background: url(../img/new_bg.gif) repeat center top;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #666;
}

/*//////////////////// util ////////////////////*/
.wrap {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

h3 { line-height: 0; margin: 0;}

.mt05 { margin-top: 5px;}
.mt10 { margin-top: 10px;}
.mt15 { margin-top: 15px;}
.mt20 { margin-top: 20px;}
.mb05 { margin-bottom: 5px;}
.mb10 { margin-bottom: 10px;}
.mb15 { margin-bottom: 15px;}
.mb20 { margin-bottom: 20px;}

.colorRed { color: #e23030;}

/**/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix { min-height: 1px;}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.aligncenter {
	text-align: center;
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
 }
.notFoundTtl {
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #999;
	padding: 50px 0 30px 0;
}
.notFound {
	text-align: center;
	font-size: 18px;
	padding: 0 0 50px 0;
}

/*//////////////////// container ////////////////////*/
#container {
	width: 980px;
	margin: 40px auto 50px auto;
	position: relative;
}

/*//////////////////// left ////////////////////*/
#left {
	width: 280px;
	float: left;
}
.underRound {
	padding: 10px;
	background-color: #fff;
	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
/*	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);*/
}

#sideSns {
	margin-bottom: 20px;
	margin-left: -10px;
	height: 60px;
}
#sideSns li {
	float: left;
	width: 135px;
	margin-left: 10px;
	line-height: 0;
	height: 60px;
}

#leftPrice { margin-bottom: 15px;}
#leftSearch { margin-bottom: 25px;}
#leftSearch .searchForm {
	position: relative;
}
#leftSearch .searchForm input.searchBox {
	width: 208px;
	height: 35px;
	padding: 0 40px 0 10px;
	border: #cccccc solid 1px;
	font-size: 14px;
}
#leftSearch .searchForm input.searchIcon {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 29px;
	height: 29px;
	border: none;
	padding: 0;
}

.leftBnr { margin-bottom: 15px; line-height: 0;}
.leftBnrCM {
	margin-bottom: 15px;
	line-height: 0;
	background:url(../img/side_banner_CMbg.jpg) no-repeat;
	padding:91px 3px 6px;
	}

	
.CMbt img {
	float:left;
	margin-left:2px;
}
.leftBnr a:hover { opacity: 0.7;}

/*//////////////////// header ////////////////////*/
#header {
	height: 120px;
	background-color: #fff;
}
#header h1 {
	padding-top: 7px;
	padding-left: 17px;
	float: left;
}
#header #hdrLink {
	margin-left: 15px;
	float: right;
	color: #666666;
	padding-top: 23px;
}
#header #hdrLink a:link, #header #hdrLink a:visited { color: #1d1d1d; text-decoration: none;}
#header #hdrLink a:hover, #header #hdrLink a:active { color: #1d1d1d; text-decoration: underline;}
#header #hdrLink div.submenu {
	padding-bottom: 8px;
	font-size: 10px;
}
#header #hdrLink div.language {
	font-size: 11px;
}
#header #hdrLink div.language a:link,
#header #hdrLink div.language a:visited { color: #666; text-decoration: underline;}
#header #hdrLink div.language a:hover,
#header #hdrLink div.language a:active { color: #ccc; text-decoration: none;}


#header #hdrLink .twBtn {
	float: right;
	width: 100px;
	margin-right: 10px;
	overflow: hidden;
}
#header #hdrLink .fbBtn {
	float: right;
	width: 103px;
	overflow: hidden;
}

#header #gnav {
	float: right;
	border-left: #e9e9e9 solid 1px;
}
#header #gnav li {
	float: left;
	border-right: #e9e9e9 solid 1px;
	line-height: 0;
}


#hdrNews {

	display: none;

	height: 40px;
	background-color: #fff;
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
	margin-top: 10px;
}
#hdrNews .hdrNewsTtl {
	float: left;
	width: 60px;
	margin-right: 20px;
	line-height: 0;
}
#hdrNews .hdrNewsTxt {
	float: left;
	line-height: 40px;
}
#hdrNews .hdrNewsTxt a:link, #hdrNews .hdrNewsTxt a:visited { color: #666; text-decoration: none;}
#hdrNews .hdrNewsTxt a:hover, #hdrNews .hdrNewsTxt a:active { color: #ccc; text-decoration: none;}
#hdrNews .hdrNewsMore {
	float: right;
	line-height: 0;
}

/*//////////////////// footer ////////////////////*/
#footer {
	background-color: #fff;
	padding: 20px 0;
	
	-moz-box-shadow: 0px -1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px -1px 2px rgba(0,0,0,0.2);
	box-shadow: 0px -1px 2px rgba(0,0,0,0.2);
}
#footer.printFtr {
	background-color: #fff;
	padding: 0 0 20px 0;
	
	-moz-box-shadow: 0px -1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px -1px 2px rgba(0,0,0,0.2);
	box-shadow: 0px -1px 2px rgba(0,0,0,0.2);
}

#footer .shop-list {
	margin: 0 auto 20px auto;
	width: 800px;
	background-color: #fce8e8;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
#footer .shop-list ul.shopListStamina {
	*zoom: 1; margin: 10px 10px 20px 10px;
	padding: 10px 0 0 10px;
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#footer .shop-list ul.shopListOther { *zoom: 1; margin: 10px 10px 0 10px; padding: 0 0 10px 10px;  }
#footer .shop-list ul li { float: left; display: inline; line-height: 0; margin: 0 10px 10px 0; }

#footer .shop-list ul:before { content: ""; display: table; }
#footer .shop-list ul:after { clear: both; content: ""; display: table; }

#footer .fb {
	margin: 0 auto 50px auto;
	width: 800px;
	height: 260px;
}

#footerLinkArea {
	position: relative;
	border-top: #e23030 solid 10px;
}
#footerLinkArea .footerLink {
	text-align: center;
	font-size: 12px;
	padding-top: 40px;
	margin-bottom: 40px;
}
#footerLinkArea .footerLink a:link, #footerLinkArea .footerLink a:visited { color: #666; text-decoration: none;}
#footerLinkArea .footerLink a:hover, #footerLinkArea .footerLink a:active { color: #ccc; text-decoration: none;}

#footerLinkArea .copyright {
	text-align: center;
	font-size: 10px;
	color: #666;
}


.totop {
	position: absolute;
	top: -46px;
	left: 50%;
	margin-left: -33px;
}

#footerLinkArea .wrap { position: relative;}
.ftrLogo {
	position: absolute;
	left: 0;
	top: 10px;
}

/*//////////////////// top ////////////////////*/
#slideBg {
	background-color: #fff;
	-moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
	overflow: hidden;
}
#slideArea {
	width: 960px;
	height: 480px;
	overflow: visible;
	padding: 0 0 10px;
	background-color: #fff;
	margin: 0 auto;
}
#slideArea img {
	vertical-align: bottom;
}
#slideArea .slide {
	background-color: #000;
}
#slideArea .slide img {
	opacity: 0.6;
	transition:all .3s;
}
#slideArea .slide.active img {
	opacity: 1;
}

#floatBnr {
	position: absolute;
	top: 490px;
	right: 30px;
	z-index: 10;
}

#slideArea .bx-wrapper .bx-viewport {
	overflow: visible !important;
}
#slideArea .bx-pager {
	position: absolute;
	bottom: 8px;
}
#btnMenuLine {
border-top: 1px solid #f4f4f4;
}
#btnMenu {
	width: 870px;
	margin: 0 auto;
	padding: 5px 0;
	text-align: center;
}
#btnMenu ul li {
	display: inline-block;
	margin-right: 10px;
}
#btnMenu ul li:last-child {
	margin-right: 0;
}
#btnMenu ul li img {
	vertical-align: bottom;
}
#btnMenu ul li a:hover {
	opacity: 0.7;
}



#topCenter {
	width: 400px;
	float: left;
	margin: 0 20px;
}
.topicsBnr img { width: 100%; height: auto;}
.topicsBnr a:hover { opacity: 0.7; }

#topRight {
	float: left;
	width: 260px;
}
#topNewsList { margin-bottom: 10px;}
#topNewsList li { padding: 5px;}
#topNewsList li:nth-child(odd) { background-color: #ffe9e9;}
#topNewsList li .topNewsDate { color: #e23030; font-weight: bold; font-size: 12px; margin-bottom: 3px;}
#topNewsList li .topNewsTxt { font-size: 12px; color: #666;}
#topNewsList li .topNewsTxt a:link, #topNewsList li .topNewsTxt a:visited { color: #666; text-decoration: underline;}
#topNewsList li .topNewsTxt a:hover, #topNewsList li .topNewsTxt a:active { color: #ccc; text-decoration: none;}


#topMovie {
	background-color: #fff;
}
#topMovie iframe {
	margin-bottom: 20px;
}
.otherMovie {
	text-align: center;
	line-height: 0;
	padding-bottom: 10px;
}


/*//////////////////// lower common ////////////////////*/
#mainArea {
	float: left;
	margin-left: 20px;
	width: 680px;
	position: relative;
}
h2 { margin-bottom: 20px; line-height: 0;}
.btnBack {
	position: absolute;
	right: 0;
	top: 10px;
}

.contentBox {
	background-color: #fff;
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 20px;
	position: relative;
}
.contentBox2 {
	background-color: #fff;
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 20px 6px 20px 20px;
	margin-bottom: 20px;
	position: relative;
}

#sideNavArea {
	margin-bottom: 50px;
	background-color: #fff;
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 15px 10px 10px 10px;
}
#menuSideNav {
	margin-bottom: 50px;
	background-color: #fff;
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 15px 10px 10px 10px;
}
#sideNavArea h4, #menuSideNav h4 {
	color: #e23030;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.sideNav, .cat-item a {
	background: #e23030 url(../img/snav_arrow_open.gif) no-repeat right 10px center;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	padding: 0 20px;
	font-weight: bold;
	margin-bottom: 1px;
	cursor: pointer;
	display: block;
	text-decoration: none;
	zoom: 1;
	position: relative;
	min-height: 1px;
}
.sideNav.selected { background: #e23030 url(../img/snav_arrow_close.gif) no-repeat right 10px center;}
.sideNavLink li a, .children .cat-item a {
	background-color: #fff;
	background-image: none;
	border-bottom: #ccc solid 1px;
	padding: 15px 20px;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	margin: 0;
}
.sideNavLink li a { display: block;}
.sideNavLink li a:link, .sideNavLink li a:visited, .children .cat-item a:link, .children .cat-item a:visited { color: #666666; text-decoration: none;}
.sideNavLink li a:hover, .sideNavLink li a:active, .children .cat-item a:hover, .children .cat-item a:active { color: #666; text-decoration: none; background-color: #f9dcdc;}

.pageClose { text-align: right; margin-top: 20px;}
.pageClose a {
	background: url(/stamina/common/img/close_on.png) no-repeat right center;
	background-size: 30px 30px;
	color: #e23030;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	height: 28px;
	padding: 2px 35px 0 0;
	display: inline-block;
	text-decoration: none;
}
.pageClose a:hover { opacity: 0.6;}

/*//////////////////// about ////////////////////*/
.aboutLead {
	background: #f5f5f5 url(/stamina/img/about/about_lead_bg.jpg) no-repeat right center;
	-moz-box-shadow: 0px 5px 0px #c7c7c7;
	-webkit-box-shadow: 0px 5px 0px #c7c7c7;
	box-shadow: 0px 5px 0px #c7c7c7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 20px 240px 20px 20px;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
}

h3.aboutTtl {
	margin: 0 0 25px 0;
	line-height: 0;
}
p.aboutTxt {
	padding: 0 20px;
	margin-bottom: 30px;
}
.aboutBtn {
	margin-left: -20px;
	margin-bottom: 30px;
}
.aboutBtn li {
	float: left;
	margin-left: 20px;
}

#aboutNav { margin-left: -5px; margin-bottom: 30px;}
#aboutNav li {
	float: left;
	margin-left: 5px;
}

.about01Img {
	float: right;
	padding: 0 20px;
}
.about02Img { text-align: center; margin-bottom: 30px;}
.about02Img li {
	display: inline-block;
	margin: 0 5px;
}

.aboutImageArea { position: relative;}
.aboutImageArea .aboutImageBtn01 {
	position: absolute;
	left: 14px;
	top: 8px;
}
.aboutImageArea .aboutImageBtn02 {
	position: absolute;
	left: 120px;
	top: 46px;
}
.aboutImageArea .aboutImageBtn03 {
	position: absolute;
	left: 33px;
	top: 81px;
}
.aboutImageArea .aboutImageBtn04 {
	position: absolute;
	left: 206px;
	top: 84px;
}
.aboutImageArea .aboutImageBtn05 {
	position: absolute;
	left: 339px;
	top: 123px;
}
.aboutImageArea .aboutImageBtn06 {
	position: absolute;
	left: 5px;
	top: 131px;
}
.aboutImageArea .aboutImageBtn07 {
	position: absolute;
	left: 111px;
	top: 168px;
}
.aboutImageArea .aboutImageBtn08 {
	position: absolute;
	left: 503px;
	top: 230px;
}
.aboutImageArea .aboutImageBtn09 {
	position: absolute;
	left: 149px;
	top: 235px;
}
.aboutImageArea .aboutImageBtn10 {
	position: absolute;
	left: 267px;
	top: 234px;
}
.aboutImageArea .aboutImageBtn11 {
	position: absolute;
	left: 290px;
	top: 276px;
}
.aboutImageArea .aboutImageBtn12 {
	position: absolute;
	left: 61px;
	top: 284px;
}
.aboutImageArea .aboutImageBtn13 {
	position: absolute;
	left: 309px;
	top: 314px;
}

/*//////////////////// news ////////////////////*/
#newsList li {}
#newsList .newsDate {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	margin-bottom: 10px;
}
#newsList h3.newsTtl {
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: #ccc dotted 1px;
	font-size: 18px;
	line-height: 24px;
	color: #e23030;
}
h3.newsTtl {
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: #ccc dotted 1px;
	font-size: 18px;
	line-height: 24px;
	color: #e23030;
}
#newsList h3.newsTtl a:link, #newsList h3.newsTtl a:visited { color: #e23030; text-decoration: none;}
#newsList h3.newsTtl a:hover, #newsList h3.newsTtl a:active { color: #ffbaba; text-decoration: none;}

#newsList p { margin-bottom: 15px; line-height: 22px;}

.entry-content p {
	margin-bottom: 20px;
	line-height: 24px;
}

.entry-content img {
	max-width: 100%;
	height: auto;
	width:auto; /* ie8 */
}

.entry-content a:link, .entry-content a:visited { color: #e23030; text-decoration: underline;}
.entry-content a:hover, .entry-content a:active { color: #ffbaba; text-decoration: underline;}


/*//////////////////// search ////////////////////*/
#mapLeft {
	width: 410px;
	float: left;
	line-height: 0;
}
.searchMap { margin-bottom: 20px;}
.searchBnr li {
	float: left;
	margin-right: 10px;
}
#mapRight {
	width: 230px;
	float: right;
}
#mapRight dt {
	background-color: #e66a6e;
	color: #fff;
	padding: 0 10px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
}
#mapRight dd {
	padding: 5px 10px;
	margin-bottom: 4px;
	line-height: 24px;
}
#mapRight dd a { display: inline-block;}
#mapRight dd a:link, #mapRight dd a:visited { color: #666; text-decoration: none;}
#mapRight dd a:hover, #mapRight dd a:active { color: #ccc; text-decoration: none;}

.searchListTtl {
	border-top: #e23030 solid 5px;
	padding: 15px 10px;
	font-size: 20px;
	font-weight: bold;
	color: #e23030;
}
.cityLink {
	padding: 10px;
	background-color: #ffe7e7;
}
.cityLink a:link, .cityLink a:visited { color: #666; text-decoration: none;}
.cityLink a:hover, .cityLink a:active { color: #999; text-decoration: none; }

.searchTxt {
	background: #e23030 url(../../img/search/search_list_arrow.gif) no-repeat 8px center;
	padding: 8px 30px;
	color: #fff;
	margin-bottom: 15px;
}

.shopSearchList { width: 100%; border-bottom: #ccc dotted 1px; padding-bottom: 5px; margin-bottom: 5px;}
.shopSearchList table { width: 100%;}
.shopSearchList th { text-align: left; font-weight: bold; border-bottom: #ccc solid 1px; padding: 0 10px;}
.shopSearchList .shopName, .shopSearchList .shopTel {
	background-color: #ffe7e7;
	vertical-align: middle;
	padding: 10px;
	color: #e23030;
}
.shopSearchList .shopName {
	border-right: #fff solid 5px;
	width: 210px;
}
.shopSearchList .shopTel {
	width: 140px;
}
.shopSearchList .shopName a:link, .shopSearchList .shopName a:visited { color: #e23030; text-decoration: underline;}
.shopSearchList .shopName a:hover, .shopSearchList .shopName a:active { color: #e5a1a1; text-decoration: none;}
.shopSearchList .shopAddress {
	padding: 10px;
}
.shopSearchList .shopIcon {
	background-color: #e8e8e8;
	padding: 5px 0 5px 10px;
	border-top: #fff solid 5px;
}
.shopSearchList .shopIcon li {
	float: left;
	margin-right: 5px;
	line-height: 0;
	width: 30px;
	height: 30px;
}
.shopSearchList .shopIcon li img {
	width: 30px;
	height: 30px;
}

.noShop {
	text-align: center;
	padding: 50px 0;
}

/* 店舗検索 すたみな太郎以外 */
h6.otherTitle {
	line-height: 38px;
	padding: 0 20px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
}
/* NEXT */
.next h6.otherTitle { background-color: #024687;}
.shopSearchList.next .shopName, .shopSearchList.next .shopTel { background-color: #d8e6f3; color: #024687;}
.shopSearchList.next .shopName a:link, .shopSearchList.next .shopName a:visited { color: #024687;}
.shopSearchList.next .shopName a:hover, .shopSearchList.next .shopName a:active { color: #2368aa;}
/* NEO */
.neo h6.otherTitle { background-color: #ac7100;}
.shopSearchList.neo .shopName, .shopSearchList.neo .shopTel { background-color: #ffeda6; color: #ac7100;}
.shopSearchList.neo .shopName a:link, .shopSearchList.neo .shopName a:visited { color: #ac7100;}
.shopSearchList.neo .shopName a:hover, .shopSearchList.neo .shopName a:active { color: #c49539;}
/* 喰喰 */
.kuikui h6.otherTitle { background-color: #333333;}
.shopSearchList.kuikui .shopName, .shopSearchList.kuikui .shopTel { background-color: #e3e3e3; color: #333333;}
.shopSearchList.kuikui .shopName a:link, .shopSearchList.kuikui .shopName a:visited { color: #333333;}
.shopSearchList.kuikui .shopName a:hover, .shopSearchList.kuikui .shopName a:active { color: #606060;}
/* 森のめぐみ */
.morinomegumi h6.otherTitle { background-color: #2a8b08;}
.shopSearchList.morinomegumi .shopName, .shopSearchList.morinomegumi .shopTel { background-color: #d9f4e3; color: #2a8b08;}
.shopSearchList.morinomegumi .shopName a:link, .shopSearchList.morinomegumi .shopName a:visited { color: #2a8b08;}
.shopSearchList.morinomegumi .shopName a:hover, .shopSearchList.morinomegumi .shopName a:active { color: #52ad32;}
/* YOTTEKU */
.yotteku h6.otherTitle { background-color: #d04d98;}
.shopSearchList.yotteku .shopName, .shopSearchList.yotteku .shopTel { background-color: #fce7f3; color: #d04d98;}
.shopSearchList.yotteku .shopName a:link, .shopSearchList.yotteku .shopName a:visited { color: #d04d98;}
.shopSearchList.yotteku .shopName a:hover, .shopSearchList.yotteku .shopName a:active { color: #db79b1;}
/* 江戸一 */
.edoichi h6.otherTitle { background-color: #e23030;}
.shopSearchList.edoichi .shopName, .shopSearchList.edoichi .shopTel { background-color: #ffe7e7; color: #e23030;}
.shopSearchList.edoichi .shopName a:link, .shopSearchList.edoichi .shopName a:visited { color: #e23030;}
.shopSearchList.edoichi .shopName a:hover, .shopSearchList.edoichi .shopName a:active { color: #e5a1a1;}
/* こう福や */
.koufukuya h6.otherTitle { background-color: #975614;}
.shopSearchList.koufukuya .shopName, .shopSearchList.koufukuya .shopTel { background-color: #f3e7db; color: #975614;}
.shopSearchList.koufukuya .shopName a:link, .shopSearchList.koufukuya .shopName a:visited { color: #975614;}
.shopSearchList.koufukuya .shopName a:hover, .shopSearchList.koufukuya .shopName a:active { color: #b57636;}
/* 渡ら瀬 */
.watarase h6.otherTitle { background-color: #666666;}
.shopSearchList.watarase .shopName, .shopSearchList.watarase .shopTel { background-color: #f3f3f3; color: #666666;}
.shopSearchList.watarase .shopName a:link, .shopSearchList.watarase .shopName a:visited { color: #666666;}
.shopSearchList.watarase .shopName a:hover, .shopSearchList.watarase .shopName a:active { color: #999999;}
/* のみくい処（青戸） */
.aoto h6.otherTitle { background-color: #201f5c;}
.shopSearchList.aoto .shopName, .shopSearchList.aoto .shopTel { background-color: #e9e9fb; color: #201f5c;}
.shopSearchList.aoto .shopName a:link, .shopSearchList.aoto .shopName a:visited { color: #201f5c;}
.shopSearchList.aoto .shopName a:hover, .shopSearchList.aoto .shopName a:active { color: #4d4c86;}
/* きがる */
.kigaru h6.otherTitle { background-color: #333333;}
.shopSearchList.kigaru .shopName, .shopSearchList.kigaru .shopTel { background-color: #e2eafc; color: #333333;}
.shopSearchList.kigaru .shopName a:link, .shopSearchList.kigaru .shopName a:visited { color: #333333;}
.shopSearchList.kigaru .shopName a:hover, .shopSearchList.kigaru .shopName a:active { color: #555555;}
/* Candor */
.candor h6.otherTitle { background-color: #813756;}
.shopSearchList.candor .shopName, .shopSearchList.candor .shopTel { background-color: #f2e3e9; color: #813756;}
.shopSearchList.candor .shopName a:link, .shopSearchList.candor .shopName a:visited { color: #813756;}
.shopSearchList.candor .shopName a:hover, .shopSearchList.candor .shopName a:active { color: #af5b7e;}
/* DESSERT FESTIVAL */
.df h6.otherTitle { background-color: #ea5785;}
.shopSearchList.df .shopName, .shopSearchList.df .shopTel { background-color: #fadae4; color: #ea5785;}
.shopSearchList.df .shopName a:link, .shopSearchList.df .shopName a:visited { color: #ea5785;}
.shopSearchList.df .shopName a:hover, .shopSearchList.df .shopName a:active { color: #ef80a3;}



h3.shopDetailName {
	font-size: 30px;
	color: #e23030;
	line-height: 35px;
	margin: 0 0 20px 0;
}

.shopDetailInfo {
	background-color: #fff2f2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 5px #f2c9c9;
	-webkit-box-shadow: 0px 5px #f2c9c9;
	box-shadow: 0px 5px #f2c9c9;
	padding: 15px 15px 5px 15px;
	margin-bottom: 25px;
}
.shopDetailInfoL {
	width: 255px;
	float: left;
}
.shopDetailInfoL dt { width: 60px; float: left;}
.shopDetailInfoL dd { margin-bottom: 5px;}
.shopDetailInfoL dd p { display: inline;}
.shopDetailInfoR {
	width: 335px;
	float: right;
}
.shopDetailInfoR dt { width: 75px; float: left; margin-right: 10px;}
.shopDetailInfoR dd { margin-bottom: 10px;}

h4.shopDetailInfoTtl { line-height: 0; margin-bottom: 20px;}
#shopSlideArea { margin-bottom: 50px;}
#shopMap { border: #ccc solid 5px; height: 340px; margin-bottom: 30px;}

.shopTable { margin-bottom: 30px;}
.shopTable table {
	width: 100%;
	border-top: #ccc solid 1px;
}
.shopTable table th {
	background: #ffe7e7 url(../../img/search/shop_table_bg02.gif) repeat-x left top;
	text-align: center;
	vertical-align: middle;
	padding: 15px 8px 10px 8px;
	font-weight: bold;
	border-bottom: #eab8b8 solid 1px;
	width: 138px; /* 135 8 151 */
}
.shopTable table td {
	padding: 15px 10px 10px 10px;
	border-bottom: #eab8b8 solid 1px;
	border-right: #eab8b8 solid 1px;
	vertical-align: middle;
	font-size: 12px;
	line-height: 18px;
}
.shopTable table td.shopTableHead {
	background: #e6e6e6 url(../../img/search/shop_table_bg01.gif) repeat-x left top;
	text-align: center;
	font-weight: bold;
	padding: 8px 10px 3px 10px;
	border: none;
}
.shopTable table.priceList td {
	width: 169px; /* 142 489 151 640 */
}
.shopTable h5 {
	font-size: 18px;
	margin-bottom: 15px;
}
.shopTable h6 {
	font-size: 17px;
	margin-bottom: 10px;
}
.shopTable h7 {
	font-size: 14px;
	display: block;
	margin: 20px 10px 0;
	padding: 0 5px 5px;
	border-bottom: 1px dashed #AAA;
	font-weight: bold;
}
.shopTable p.caution {
	margin: 5px 10px 0;
	padding: 0 5px;
}
.shopTable p.caution02 {
	margin: 15px 0 0;
	padding: 0 5px;
}
.shopTable p.bdbtm {
	margin: 5px 0 0;
	padding: 0 15px 15px;
	border-bottom: #ccc solid 1px;
}
.shopTable .txts {
	font-size: 80%;
}




.shopDetailAttention {
	border: #eab8b8 solid 1px;
	padding: 4px;
}
.shopDetailAttentionInr {
	border: #ffe9e9 solid 1px;
	padding: 20px;
}
.shopDetailAttention p { margin-bottom: 20px;}


.paging-navigation { margin-bottom: 30px; padding-top: 10px;}
a.page-numbers {
	padding: 5px 10px;
	background-color: #fff;
	border: #ddd solid 1px;
	color: #333;
	text-decoration: none;
}
a.page-numbers:hover {
	background-color: #ddd;
	color: #333;
}
span.page-numbers.current {
	padding: 5px 10px;
	background-color: #ddd;
	border: #ddd solid 1px;
	color: #333;
	text-decoration: none;
}

/*//////////////////// menu ////////////////////*/
.menuNav { margin-left: -8px;}
.menuNav li {
	float: left;
	margin-left: 8px;
	margin-bottom: 8px;
}

.sideNav.menuSideNav1 { background: #e23030 url(../../img/menu/smenu_icon01.jpg) no-repeat 14px center; padding-left: 60px;}
.sideNav.menuSideNav2 { background: #e23030 url(../../img/menu/smenu_icon02.jpg) no-repeat 14px center; padding-left: 60px;}
.sideNav.menuSideNav3 { background: #e23030 url(../../img/menu/smenu_icon03.jpg) no-repeat 14px center; padding-left: 60px;}

.menuBox {
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background-color: #fff;
	padding: 0 6px 20px 20px;
}
.menuItem {
	float: left;
	width: 204px;
	margin-bottom: 30px;
	margin-right: 14px;
}
.menuItemImg {
	border: #dedede solid 5px;
	line-height: 0;
	margin-bottom: 20px;
}
.menuItemImg img { min-width: 100%;}
.menuItem h5 {
	font-size: 18px;
	font-weight: bold;
	color: #e23030;
	margin-bottom: 10px;
	padding: 0 5px;
}
.menuItem p {
	font-size: 12px;
	line-height: 18px;
	padding: 0 5px;
}

.menuItem p.customMenu {
	padding: 0px 5px;
	line-height: 20px;
	font-size: 11px;
	margin: 0 5px 5px 5px;
	background-color: #da9500;
	color: #fff;
	text-align: center;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
}
.menuItem p.customMenuPlus {
	font-weight: bold;
	text-align: center;
	font-size: 21px;
	line-height: 0px;
	color: #e7c37c;
	display: inline-block;
	padding: 0;
}

.drinkArea h4 {
	background-color: #2ca64d;
	padding: 8px 10px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
	margin-right: 14px;
}
.allergenPdf { margin-bottom:15px;}
.allergenPdf a:link, .allergenPdf a:visited { color: #41a5c5; text-decoration: underline;}
.allergenPdf a:hover, .allergenPdf a:active { color: #41a5c5; text-decoration: none;}
.menuAttention {
	font-size: 10px;
	line-height: 16px;
	clear: both;
	margin-right: 14px;
}

/*//////////////////// movie ////////////////////*/
h3.movieTtl {
	margin: 0;
	border-top: #e23030 solid 5px;
	padding: 5px 0 0 0;
	margin-bottom: 15px;
	color: #e23030;
	font-size: 24px;
	line-height: 30px;
}

.movieList { margin-left: -5px;}
.movieList li {
	float: left;
	margin-left: 5px;
	margin-bottom: 25px;
}
.movieThumb {
	line-height: 0;
	background-color: #000;
	position: relative;
	margin-bottom: 10px;
}
.movieThumb .thumbnail img {
	width: 210px;
	height: auto;
}

.movieThumbMain {
	line-height: 0;
	background-color: #000;
	position: relative;
	margin-bottom: 30px;
}
.movieThumb a, .movieThumbMain a { display: block;}
.movieThumb a:hover img, .movieThumbMain a:hover img { opacity: 1;}
.movieThumb img, .movieThumbMain img { opacity: 0.5;}
.moviePlayBtn {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -35px;
	z-index: 888;
}
.moviePlayBtnS {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px;
}
.moviePlayBtn img, .moviePlayBtnS img { opacity: 1;}

.movieName {
	background-color: #fee9e9;
	border: #f2c9c9 solid 1px;
	-moz-box-shadow: 0px 3px 0px #f2c9c9;
	-webkit-box-shadow: 0px 3px 0px #f2c9c9;
	box-shadow: 0px 3px 0px #f2c9c9;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #d25858;
}


/*//////////////////// other ////////////////////*/
.nenpyou th, .nenpyou td {
	padding: 15px;
	border: #ccc solid 1px;
}
.nenpyou th { font-weight: bold; background-color: #eee; }



table.reserve {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #F2C9C9;
	margin-bottom: 30px;
}
table.reserve th,
table.reserve td {
	box-sizing: border-box;
	vertical-align: middle;
	text-align: center;
	padding: 5px;
	border-left: 1px solid #CCC;
	background: #FFF2F2;
}
table.reserve td img {
	margin-top: 5px;
}



#header #hdrLink {
	padding-top: 10px;
	text-align: right;
}

.language ul {
	font-size: 110%;
}
.language ul li {
	display: inline-block;
	*display: inline;  
  *zoom: 1;
	padding-left: 13px;
}
.language ul li a {
	color: #313030;
}
.language ul li a:link,
.language ul li a:visited {
	text-decoration: underline !important;
}
.language ul li a:hover {
	text-decoration: none !important;
}

.tfc {
	padding-bottom: 50px;
}
.tfc h3 {
	padding-bottom: 4px;
	padding-left: 2px;
	border-bottom: 3px solid #dfdbd8;
}
.tfc.index ul {
	margin-top: 35px;
}
.tfc.index ul li {
	margin-top: 10px;
}
.tfc a.btn {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	background-image: url(http://edo-ichi.jp/stamina/img/tfc/arrow.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding: 20px 50px;
	
	display: block;
}
.tfc a.btn {
	color: #FFF;
	font-size: 150%;
}
.tfc a.btn span {
	font-size: 60%;
	display: inline-block;
	*display: inline;  
  *zoom: 1;
	margin-left: 20px;
}
.tfc a.btn:link,
.tfc a.btn:visited {
	text-decoration: none;
}
.tfc .btn_eng {
	background-color: #eda60e;
	-moz-box-shadow:inset 0px -5px 0px 0px #c3870a;
	-webkit-box-shadow:inset 0px -5px 0px 0px #c3870a;
	box-shadow:inset 0px -5px 0px 0px #c3870a;
}
.tfc .btn_chi01 {
	background-color: #df5c48;
	-moz-box-shadow:inset 0px -5px 0px 0px #af4333;
	-webkit-box-shadow:inset 0px -5px 0px 0px #af4333;
	box-shadow:inset 0px -5px 0px 0px #af4333;
}
.tfc .btn_chi02 {
	background-color: #f57b8a;
	-moz-box-shadow:inset 0px -5px 0px 0px #d4555e;
	-webkit-box-shadow:inset 0px -5px 0px 0px #d4555e;
	box-shadow:inset 0px -5px 0px 0px #d4555e;
}
.tfc .btn_kor {
	background-color: #7cbdf5;
	-moz-box-shadow:inset 0px -5px 0px 0px #498ac1;
	-webkit-box-shadow:inset 0px -5px 0px 0px #498ac1;
	box-shadow:inset 0px -5px 0px 0px #498ac1;
}


.tfc h5 {
	border-left: 3px solid #81511c;
	padding-left: 10px;
	font-size: 110%;
}
.tfc h5 span {
	display: inline-block;
	*display: inline;  
  *zoom: 1;
	font-size: 85%;
	margin-left: 20px;
}
.tfc table {
	margin-top: 20px;
}
.tfc table.time {
	font-size: 110%;
}
.tfc table th,
.tfc table td {
	color: #81511c;
	border: 2px solid #81511c;
	padding: 10px;
}
.tfc table th {
	background: #f9ddbd;
	text-align: center;
}
.tfc table td {
}
.tfc table td.tit {
	background: #f1ebe4;
}

.tfc.single {
	font-size: 130%;
}
.tfc.single ul.dot {
	list-style-type: disc;
}
.tfc.single ul.num {
	list-style-type: decimal;
}
.tfc.single ul.caution li {
	margin-left: 1em;
	text-indent: 1em;
}
.tfc.single ul.num {
	list-style-type: decimal;
}
.tfc.single ul.btn {
	text-align: center;
}
.tfc.single ul.btn li {
	display: inline-block;
	*display: inline;  
  *zoom: 1;
	padding: 0 2px;
}
.tfc.single ul.btn li img {
	width: 100%;
}
 
#header #hdrLink {
 float: right;
 width: 230px;
}

.renew2016 h3.aboutTtl {
	margin-bottom: 0;
}

ul.topbanner {
	text-align: center;
}
ul.topbanner li {
	border: 1px solid #f4f4f4;
	width: 170px;
	padding: 6px;
	margin-bottom: 8px;
	display: inline-block;
	vertical-align: top;
}
ul.topbanner li:nth-child(odd){
	margin-right: 4px;
}
ul.topbanner li img {
vertical-align: bottom;
}


/*//////////////////// news ////////////////////*/
#topNewsList li:nth-child(2n+1) {
    background-color: #ffefdd;
}

/* メニュー：ピックアップ表示 */
.bigSize {
	width: 100%;
	float: none;
}
.bigSize .menuItemImg {
	float: left;
	width: 315px;
}
.bigSize .menuItemImg img {
	width: 100%;
	height: auto;
}
.bigSize .menuTxt {
	float: right;
	width: 315px;
}
.bigSize h5 {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #e23030;
	margin-bottom: 10px;
	padding: 0 5px;
}
.bigSize p {
	font-size: 16px;
	line-height: 24px;
	padding: 0 5px;
}


/* 0301 店舗ページ修正*/
.shopTable h5 {
    font-size: 17px;
    margin-bottom: 15px;
}
.shopTable h6 {
    font-size: 17px;
    margin-bottom: 10px;
}
.shopTable h7 {
    font-size: 14px;
    display: block;
    margin: 20px 10px 0;
    padding: 0 5px 5px;
    border-bottom: 1px dashed #AAA;
    font-weight: bold;
}
.shopTable p.caution {
    margin: 5px 10px 0;
    padding: 0 5px;
}
.shopTable p.bdbtm {
    margin: 5px 0 0;
    padding: 0 15px 15px;
    border-bottom: #ccc solid 1px;
}
.shopTable p.caution02 {
    margin: 15px 0 0;
    padding: 0 5px;
}
.shopTable .txts {
    font-size: 80%;
}



.allergenPdf a:link,
.allergenPdf a:visited {
	color: #41a5c5;
}
.menuAttention span {
	color: #F00;
	font-size: 12px;
}

#mapLeft .banner {
    margin-bottom: 15px;
    padding-left: 8px;
}

/*//////////////////// メインスライドバナー ////////////////////*/
#slideArea {
	padding-bottom: 33px;
}
#slideArea .bx-pager {
	bottom: -29px;
}
#btnMenuLine {
	border-top: 0;
}






