@charset "UTF-8";
/* ===================================================================

Common Style

======================================================================*/
/*--------------------------------------------------------------------
 Reset
----------------------------------------------------------------------*/
html {
	overflow-y: scroll;
}
* {
	word-break: break-all;
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
code,
em,
span.strong,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	padding: 0;
	margin: 0;
	font-style: normal;
	font-weight: normal;
}
/* ------------------------------------------------------------ body reset */
body {
	font-family: '���C���I',Meiryo,'�q���M�m�p�S Pro W3','�l�r �o�S�V�b�N',MS PGothic,sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	word-wrap: break-word;
}
* html body {
	font-size: x-small;
}
*:first-child + html body {
	font-size: x-small;
}
table {
	font-size: 100%;
}
@media only screen and (max-device-width: 480px) {
  /* iPhone�̂ݓǂݍ��� */
  body {
	-webkit-text-size-adjust: none;
}
}
/* ------------------------------------------------------------ Table Elements */
table,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ------------------------------------------------------------ Form Elements */
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input {
	background: transparent;
}
/* ------------------------------------------------------------ etc */
a,
fieldset,
img {
	border: 0;
}
/* img */
img {
	vertical-align: middle;
}
*:first-child + html img {
	vertical-align: bottom;
}
* html img {
	vertical-align: bottom;
}
img {
	margin-bottom: 0;
	font-size: 12px;
}
/* input */
input {
	vertical-align: middle;
}
*:first-child + html input {
	vertical-align: middle;
}
* html input {
	vertical-align: middle;
}
/* select */
select {
	vertical-align: middle;
}
*:first-child + html select {
	vertical-align: middle;
}
* html select {
	vertical-align: middle;
}
/* ------------------------------------------------------------ ��{�ݒ� */
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd,
th,
td,
pre,
caption,
address {
	line-height: 1.2;
	color: #333;
}
ol li,
ul li {
	list-style: none;
}
/* ����q�Ή� */
p input,
p select,
p textarea,
li p,
li li,
li dt,
li dd,
li input,
li select,
li textarea,
dd p,
dd li,
dd dt,
dd dd,
dd input,
dd select,
dd textarea,
th p,
th li,
th dt,
th dd,
th input,
th select,
th textarea,
td p,
td li,
td dt,
td dd,
td input,
td select,
td textarea,
td th,
td td {
	font-size: 100%;
}
/* �����X�^�C�� */
em {
	color: #999;
}
strong,
.strong,
span.strong {
	font-weight: bold;
}
strong.more,
.strong.more,
span.strong.more {
	color: #CC0000;
}
strong.most,
.strong.most,
span.strong.most {
	font-weight: bold;
	color: #CC0000;
}
/* �����N�X�^�C�� */
a:link,
a:hover,
a:active {
	color: #1470CC;
}
a:link {
	text-decoration: none;
}
a:visited {
	color: #802680;
	text-decoration: none;
}
a:hover,
a:active {
	text-decoration: underline;
}
.dn {
	display: none !important;
}
/* �� clearFix ��
------------------------------------------------------------*/
.cf {
	*zoom: 1;
}
.cf:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

/*********************************************************************************
 breadClumb
*********************************************************************************/

.breadCrumbListWrap {
	width: 950px;
	margin: 0 auto;
}
.breadCrumbList:after {
	display: block;
	height: 0;
	clear: both;
	content: "";
}
.breadCrumbList > li {
	float: left;
}
.breadCrumbList > li + li {
	margin-left: 10px;
	padding-left: 8px;
	background: url("../images/icon_links_small.png") no-repeat left center;
}
.disableBreadCrumbList {
	display: none;
}
/*********************************************************************************
 footer
*********************************************************************************/
.footerWrap {
	width: 950px;
	margin: 0 auto;
	padding-top: 8px;
	padding-bottom: 8px;
	*zoom: 1;
}
.footerWrap:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
address.footerAddress {
	float: left;
	margin-top: 3px;
	text-align: left;
}
.footerLinks {
	float: right;
	margin-top: 5px;
}
.footerLinks > li {
	float: left;
	line-height: 1;
}
.footerLinks > li + li {
	margin-left: 5px;
	padding-left: 5px;
	border-left: solid 1px #999;
}
a.linkRecruitGroup,
a.linkRecruitGroup:visited,
a.linkRecruitGroup:link {
	color: #435B67;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	font-family: '���C���I','�q���M�m�p�S Pro W3',Meiryo,'�l�r �o�S�V�b�N',MS PGothic,sans-serif;
	line-height: 2;
}
/*********************************************************************************
 header
*********************************************************************************/
.headerWrap {
	width: 100%;
	padding: 0 0 3px;
	background: #FFFFFF url("../images/bg_header_border_bottom.gif") repeat-x left bottom;
	border-top: 6px solid #E73820;
	font-family: '���C���I',Meiryo,'�q���M�m�p�S Pro W3','�l�r �o�S�V�b�N',MS PGothic,sans-serif;
	overflow: visible;
	z-index: 200;
	position: relative;
}
.headerInner {
	position: relative;
	width: 950px;
	height: 84px;
	margin: 0 auto;
}
.headerLogoArea {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 1;
	float: none !important;
	padding: 0 !important;
}
.promotionCatchLink {
	display: block;
}
.promotionCatchNetReserve {
	position: absolute;
	left: 280px;
	top: 7px;
}
.headerInfoArea {
	position: absolute;
	top: 3px;
	right: 0;
	width: 960px;
	line-height: 1.5;
}
.headerShopInfo,
.headerShopArea {
	text-align: right;
}
.headerShopInfo {
	padding-top: 1px;
	line-height: 1.3;
	white-space: nowrap;
	word-wrap: normal;
}
.headerShopName {
	position: static;
  /* �T�u�T�C�g�p�X�^�C�� */
	display: inline-block;
	font-size: 10px;
	line-height: 1.3 !important;
	color: #666666;
	width: 448px;
	word-wrap: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: top;
}
.headerShopArea,
.headerShopArea > dt,
.headerShopArea > dd,
.headerShopArea > dd > a {
	display: inline;
	line-height: 1.2;
	font-size: 10px;
}
.headerShopName + .headerShopArea {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	border-left: 1px solid #ccc;
	margin-left: 4px;
	padding-left: 4px;
}
.headerShopInfo + .headerLinks {
	margin-top: 5px;
}
.headerLinks {
	zoom: 1;
}
.headerLinks:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
.headerLinks > li {
	float: right;
	margin-left: 20px;
	padding: 2px 0 2px 8px;
	background: url(../images/icn_header_dot_arrow.gif) no-repeat left center;
	line-height: 1;
}
.headerLinks > li > a {
	line-height: 1;
	font-size: 10px;
}
.headerLinks > li.iconNewWindow {
	background-image: url(../images/icn_window_blue.png);
	background-repeat: no-repeat;
}
.headerWrap .headerLinks li.iconNewWindow {
	background-position: 0 4px;
	padding-left: 12px;
}
/*********************************************************************************
 keyWord
*********************************************************************************/
.keyWordList {
	margin-top: 15px;
	padding: 14px 12px;
	border: 3px #EAEAEA solid;
}
.keyWordList:after {
	display: block;
	clear: both;
	heigth: 0;
	content: "";
}
.keyWordList > li {
	float: left;
	margin: 5px 0;
	line-height: 1.5;
}
.keyWordList > li + li {
	margin-left: 5px;
	padding-left: 5px;
	border-left: 1px #A9A9A9 solid;
}
.keyWordList + .subTitle {
	margin-top: 30px;
}
.keyWord {
	font-size: 12px;
}
.keyWord + .keyWord {
	margin-left: 5px;
}
/*********************************************************************************
 popularArea
*********************************************************************************/
.popularAreaWrap {
	margin-top: 57px;
}
.subTitle {
	font-size: 16px;
	font-weight: bold;
}
.subTitle > * {
	font-size: 16px;
	font-weight: bold;
}
.popularAreaList {
	margin-top: 10px;
	padding: 12px 10px;
	border: 2px #DCDCDC solid;
}
.popularAreaList:after {
	display: block;
	height: 0;
	clear: both;
	content: "";
}
.popularAreaList > li {
	float: left;
	line-height: 1.4;
}
.popularAreaList > li > a {
	font-size: 12px;
}
.popularAreaList > li + li {
	margin-left: 5px;
	padding-left: 5px;
	border-left: 1px #DADADA solid;
}
/* icon */
.icnBorder:before {
	display: inline-block;
	width: 0px;
	height: 17px;
	margin-right: 12px;
	border-left: 4px #CC0000 solid;
	vertical-align: top;
	content: "";
}
/*********************************************************************************
 recommendLunch
*********************************************************************************/
.recommendLunchList {
	margin-top: 15px;
	margin-left: -25px;
	font-size: 0;
}
.recommendLunchList > li {
	display: inline-block;
	position: relative;
	width: 300px;
	margin-left: 25px;
	padding: 13px 13px 41px;
	border: 2px #EDEDED solid;
	box-sizing: border-box;
	vertical-align: top;
}
.recommendLunchList > li + li + li + li {
	margin-top: 25px;
}
.recommendLunchList:after {
	display: block;
	width: 300px;
	content: "";
}
.shopImage {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	align-items: initial;
	justify-content: center;
	width: 270px;
	height: 190px;
	border: 1px #CCCCCC solid;
	text-align: center;
	box-sizing: border-box;
}
.shopImage img {
	max-width: 268px;
	max-height: 188px;
}
.shopImage span {
	display: block;
	width: 100%;
	height: 100%;
}
.shopName {
	margin-top: 10px;
	height: 2.4em;
	font-size: 16px;
	overflow: hidden;
}
.shopName > a {
	display: -webkit-box;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 16px;
	word-wrap: normal;
}
.shopArticle {
	-webkit-display: flex;
	-moz-display: flex;
	display: flex;
	max-width: 100%;
	margin-top: 5px;
	overflow: hidden;
	font-size: 0;
	white-space: nowrap;
}
.shopArticle:after {
	display: block;
	content: "";
	clear: both;
	height: 0;
}
.shopArticle > span {
	display: inline-block;
	color: #999999;
	font-size: 12px;
	height: 1em;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	word-wrap: normal;
}
.shopArticle > span.shopArticleGenre {
	max-width: 13em;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	word-wrap: normal;
}
.shopArticle > span + span:before {
	display: inline;
	margin: 0 4px;
	padding-left: 0px;
	content: "/";
}
.shopPlan {
	margin-top: 16px;
}
.shopPlan > dt {
	display: inline-block;
	max-width: 100%;
	height: 1.5em;
	padding-left: 29px;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.5;
	word-wrap: normal;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.shopPlan > dt + dd {
	margin-top: 7px;
	position: relative;
}
.shopPlanDetail {
	display: -webkit-box;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	padding-bottom: 14px;
	color: #333333;
	font-size: 12px;
	line-height: 1.4;
	word-wrap: normal;
}
.readMore {
	position: absolute;
	bottom: 0;
	right: 2px;
	background-color: #FFFFFF;
	text-align: right;
}
.readMore > a {
	font-size: 12px;
}
.shopReporterWrap {
	position: absolute;
	bottom: 13px;
	max-width: 270px;
	overflow: hidden;
}
.shopReporterWrap:after {
	display: block;
	height: 0;
	clear: both;
	content: "";
}
.shopReporterWrap > span {
	float: left;
	display: block;
	height: 1em;
	color: #666666;
	font-size: 10px;
	line-height: 1;
	overflow: hidden;
}
.shopReporterWrap > span.recommendReporter {
	max-width: 17em;
	color: #333333;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	word-wrap: normal;
}
.shopReporterWrap > span + span:not(:last-child) {
	padding-left: 10px;
}
.icnReport {
	background: url("../images/icn_report.png") no-repeat left top;
}
/*********************************************************************************
 scrollTop
*********************************************************************************/
.scrollTop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	min-width: 85px;
	height: 85px;
	z-index: 300;
	transition: bottom 0.2s ease-out;
}


/*********************************************************************************
 particular
*********************************************************************************/
.homeWrap {
	padding: 8px 0 105px;
}
.globalTop {
	margin-top: 25px;
	border-top: 4px #CC3333 solid;
	background-color: #F9F9F9;
}
.globalTopInner {
	width: 950px;
	margin: 0 auto;
	padding-top: 25px;
	box-sizing: border-box;
}
.particularTitle {
	margin-top: 20px;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}
.particularDescription {
        width: 580px;
	margin-top: 12px;
	color: #333333;
	font-size: 14px;
	line-height: 1.4;
}
.subTitle {
	color: #CC0000;
	font-size: 16px;
	font-weight: bold;
}
.subTitle:not(:first-child) {
	margin-top: 30px;
}
/* arealist */
.globalContent {
	width: 950px;
	margin: 37px auto 0;
}
.globalNavi {
        width: 950px;
        margin: 37px auto 0;
}
.areaList {
	margin-top: 15px;
	font-size: 0;
}
.areaList:after {
	display: block;
	height: 0;
	clear: both;
	content: "";
}
.areaList > li {
	display: inline-block;
	vertical-align: top;
}
.areaList > li + li + li {
	margin-top: 15px;
}
.areaDescription {
	display: table;
}
.areaDescription > dt {
	display: table-cell;
	width: 110px;
	height: 50px;
	background-color: #EDEDED;
	color: #35363F;
	font-size: 14px;
	font-weight: bold;
	word-break: break-word;
	vertical-align: middle;
	text-align: center;
}
.areaDescription > dd {
	display: table-cell;
	width: 365px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	text-align: center;
}
.saList {
	width: 100%;
}
.saList:after {
	display: block;
	clear: both;
	heigth: 0;
	content: "";
}
.saList > li {
	float: left;
}
.saList > li > a {
	font-size: 14px;
	font-weight: bold;
	word-break: break-word;
}
.saList > li + li {
	margin-left: 14px;
}
.saList + .smaList {
	margin-top: 4px;
	border-top: 1px #EDEDED solid;
	padding-top: 6px;
}
.smaList {
	width: 100%;
}
.smaList:after {
	display: block;
	heigth: 0;
	content: "";
	clear: both;
}
.smaList > li {
	float: left;
	padding-right: 10px;
}
.smaList > li > a {
	font-size: 12px;
	word-break: break-word;
}
.particularList {
	width: 100%;
	margin-top: 15px;
}
.particularList:after {
	display: block;
	height: 0;
	content: "";
	clear: both;
}
.particularList > li {
	display: table;
	float: left;
	width: 23%;
	border: 1px #CCCCCC solid;
	border-radius: 3px;
}
.particularList > li + li {
	margin-left: 0px;
}
.particularList > li > a {
	display: table-cell;
	width: 100%;
	height: 55px;
	box-sizing: border-box;
	border: 1px #FBFBFB solid;
	border-radius: 3px;
	background: #FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#E4E4E2));
	background: -webkit-linear-gradient(top, #FAFAFA, #E4E4E2);
	background: -moz-linear-gradient(top, #FAFAFA, #E4E4E2);
	background: linear-gradient(to bottom, #fafafa, #e4e4e2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E4E4E2',GradientType=0 );
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.particularList > li > a.blue {
	color: #0D9AE4;
}
.particularList > li > a.red {
	color: #CA3368;
}
.particularList > li > a.yellow {
	color: #E48B0D;
}
.particularList > li > a.green {
	color: #16B929;
}
.particularList > li > a > span {
	font-weight: bold;
}
.particularList > li > a > .bold {
	font-size: 17px;
}
.particularList > li > a:hover {
	text-decoration: none;
	background: #FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#F7F7F7), to(#D0D0CE));
	background: -webkit-linear-gradient(top, #F7F7F7, #D0D0CE);
	background: -moz-linear-gradient(top, #F7F7F7, #D0D0CE);
	background: linear-gradient(to bottom, #f7f7f7, #d0d0ce);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F7F7F7', endColorstr='#D0D0CE',GradientType=0 );
}
.keyWordList {
	margin-top: 15px;
	padding: 14px 12px;
	border: 3px #EAEAEA solid;
}
.keyWordList:after {
	display: block;
	clear: both;
	heigth: 0;
	content: "";
}
.keyWordList > li {
	float: left;
	line-height: 1.5;
}
.keyWordList > li + li {
	margin-left: 5px;
	padding-left: 5px;
	border-left: 1px #A9A9A9 solid;
}
.keyWord {
	font-size: 12px;
}
.keyWord + .keyWord {
	margin-left: 5px;
}
.recommendLunchList {
	margin-top: 15px;
}
.recommendLunchList > li {
	font-size: 16px;
}
/* icon */
.icnBorder:before {
	display: inline-block;
	width: 0px;
	height: 17px;
	margin-right: 12px;
	border-left: 4px #CC0000 solid;
	vertical-align: top;
	content: "";
}
.icnDoubleBorder:before {
	display: inline-block;
	width: 2px;
	height: 17px;
	margin-right: 12px;
	border-left: 5px #CC0000 solid;
	border-right: 1px #CC0000 solid;
	vertical-align: top;
	content: "";
}
