@charset "UTF-8";
/*----------------------*/
/*  TSUKIJI GOURMET     */
/* 基本設定クラス */

.aC { text-align:center;}
.aL { text-align:left; }
.aR { text-align:right; }
.cB { clear:both; }
.aC2{ text-align:center;}/*PCはセンター、SPは左*/
@media screen and (max-width: 767px){
.aC2{ text-align:left;}/*PCはセンター、SPは左*/    
}
.fL { float:left; }
.fR { float:right; }

.mb0  { margin-bottom: 0px !important;}
.mb00 {	margin-bottom: 0px !important;}
.mb05 {	margin-bottom: 5px !important;}
.mb10 {	margin-bottom: 10px !important;}
.mb15 {	margin-bottom: 15px !important;}
.mb20 {	margin-bottom: 20px !important;}
.mb25 {	margin-bottom: 25px !important;}
.mb30 {	margin-bottom: 30px !important;}
.mb35 {	margin-bottom: 35px !important;}
.mb40 {	margin-bottom: 40px !important;}
.mb45 {	margin-bottom: 45px !important;}
.mb50 {	margin-bottom: 50px !important;}
.mb100 {margin-bottom:100px !important;}
.mb1em {margin-bottom:1.2em  !important;}

.pt10 { padding-top: 10px; }
.pt20 { padding-top: 20px; }
.pt30 { padding-top: 30px; }

a:link { color:#0059af; }

strong,
.strong {
    font-weight: bold;
}

img { max-width:100%; height:auto;}
img.border { border:1px solid #ccc; }


.menuIcon_left {
    float:left!important;
    margin:0 .5em 0 0!important;
}

.forSP { display:none; }
.forPC { display:inline; }
@media screen and (max-width: 767px){
.forSP { display:inline; }
.forPC { display:none; }
}
/*------------------------------------------
	Setting Font
------------------------------------------*/

@font-face{
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 300;
}

@font-face{
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 500;
}

@font-face{
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

/* IE10以上 */
@media all and (-ms-high-contrast: none)  {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
/*------------------------------------------
	テキスト
------------------------------------------*/

.txtS { font-size: 74%!important; }
.txtM { font-size: 85%!important; line-height: 1.8 }
.txtL { font-size:110%!important; }
.txtLL{ font-size:130%!important; }
.txt-normal { font-weight:normal!important;}
.txt-uline { text-decoration:underline!important; }

.txtClr-white     { color: #fff!important; }
.txtClr-orange    { color: #e76b05!important; }
.txtClr-pink      { color: #ff3172!important;}
.txtClr-blue      { color: #1ca9ec!important; }
.txtClr-blue2     { color: #2185d0!important; }
.txtClr-darkBlue  { color: #1e2a3c!important; }
.txtClr-green     { color: #029745!important; }
.txtClr-red       { color: #E54F52!important; }

.nowrap { white-space:nowrap; }

/*------------------------------------------
	ボタンパーツ
------------------------------------------*/

.btn {
    cursor: pointer;
    display: inline;
    min-height: 1em;
    outline: 0;
    border: none;
    vertical-align: baseline;
    /*background: #e0e1e2;*/
    color: #fff!important;
    /*font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;*/
    margin: 0 0 .25em 0;
    padding: 1em 1.5em;
    text-transform: none;
    text-shadow: none;
    line-height: 1em;
    font-style: normal;
	font-weight:normal!important;
    text-align: center;
    text-decoration: none;
    border-radius: .28571429rem;
}

.btn-thin {
    cursor: pointer;
    display: inline;
    min-height: 1em;
    outline: 0;
    border: none;
    vertical-align: baseline;
    /*background: #e0e1e2;*/
    color: #fff!important;
    /*font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;*/
    margin: 0 0 .25em 0;
    padding: .3em 1em;
    text-transform: none;
    text-shadow: none;
    line-height: 1em;
    font-style: normal;
	font-weight:normal!important;
    text-align: center;
    text-decoration: none;
    border-radius: .28571429rem;
}

.btn-large {
	box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
	width:80%;
    min-height: 1em;
    outline: 0;
    border: none;
    vertical-align: baseline;
    /*background: #e0e1e2;*/
    color: #fff!important;
    /*font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;*/
    margin: 0 auto .25em;
    padding: 1.2em 2em;
    text-transform: none;
    text-shadow: none;
    line-height: 1em;
	font-size: 120%;
    font-style: normal;
	font-weight:normal!important;
    text-align: center;
    text-decoration: none;
    border-radius: .28571429rem;
}



.btn:hover, .btn-thin:hover, .btn-large:hover  { opacity:.8; }
.btn.red, .btn-thin.red, .btn-large.red       { background:#f37b9e; }
.btn.pink, .btn-thin.pink, .btn-large.pink     { background:#f37e9e; }
.btn.orange, .btn-thin.orange, .btn-large.orange { background:#e76b05; }
.btn.blue, .btn-thin.blue, .btn-large.blue     { background:#2185d0; }
.btn.green,.btn-thin.green, .btn-large.green    { background:#029745; }
.btn.green2, .btn-thin.green2, .btn-large.green2 { background:#20CE41; }
.btn.grey, .btn-thin.grey, .btn-large.grey     { background:#ddd; }
.btn.darkblue, .btn-thin.darkblue, .btn-large.darkblue { background:#1e2a2c; }

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

.btn-large {
	width: 100%;
}

.btn-large img {
	margin-bottom:5px;
}

}

/*------------------------------------------
	ページトップへボタン
------------------------------------------*/
.pagetop {
    display:none;
    position:fixed;
    left:auto;
    bottom:10px;
    margin-left:1040px;
	opacity: .7;

}

.pagetop button {
	border:none;
	background:none;
}

@media screen and (max-width: 767px){
.pagetop {
    display:none;
    position:fixed;
    right:5px;
    bottom:10px;
	opacity: .7;
}

.pagetop button {
	border:none;
	background:none;
}

.gotoSearch {
    display:none;
    position:fixed;
    right:50px;
    bottom:10px;
}
}

/*------------------------------------------
	基本構造
------------------------------------------*/
body { 
	color:#333;
	font-size:90%;
	background: #F6FBD6;
	line-height: 1.6;
}

#wrapper {
	position:relative;
	width:1200px;
    min-width: 1200px;
	margin:0 auto;
	background:#fff;
}

.contentsArea {
    margin: 0 auto;
    padding: 0;
	background: #fff;
}

.contentsArea.shop{
	background:#F3ECDE;
}


.contents {
	margin:0 auto;
	padding:0px 100px;
}


.contents_inner {
	margin:0 auto 10px;
	padding:20px;
}

.grd-bg {
	 background: url(../images/contents_bg.jpg) left top repeat-y!important;
	 background-size: contain!important;
}
	 
@media screen and (max-width: 767px){
body { 
	color:#333333;
	/*font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, arial, helvetica, sans-serif;*/
	font-size:90%;
	overflow-x:hidden;
	-webkit-text-size-adjust: 100%;
}


#wrapper {
	width:100%;
	min-width: 100%;
}

.contentsArea {
    width: 100%;
}
   
.contents {
	padding:0;
}
}


/*------------------------------------------
	フッタ
------------------------------------------*/

#footer {
	margin: 0;
	padding:30px 100px;
	border-top: 2px solid #886F53;
}

#footerLink {
	padding: 10px 0;
	text-align: center;
}

#footerLink li {
	display: inline-block;
	padding: 0 10px;
}

#footerLink li a {
	text-decoration: none!important;
}

#footerCopy {
	text-align: center;
	font-size: 80%;
}

#footerCopy a {
	text-decoration: none;
}

@media screen and (max-width: 767px){
/*---------フッタ----------*/

#footer {
	display:block;
	margin: 0;
	padding: 35px 0 0;
}

#footerLink {
	padding: 10px 0;
	text-align: left;
}

#footerLink li {
	display: block;
	padding: 0 10px;
}


#footerCopy {
	padding:0 10px;
}

}

/*------------------------------------------
	カラム・ボックス
------------------------------------------*/

.section1 {
	margin-bottom: 60px;
}

.section2 {
	margin-bottom: 60px;
	padding: 20px;
	background: #fff;
	border-radius: 6px;
}

.section3 {
	margin-bottom: 60px;
	padding: 20px;
	background:#E1D8CE;
	border-radius: 6px;
}

@media screen and (max-width: 767px){
.section1 {
	margin-bottom: 50px;
}
.section2 {
	margin-bottom: 50px;
	padding: 10px;
	border-radius: 0;
}
.section3 {
	margin-bottom: 50px;
	padding: 10px;
	border-radius: 0;
}

}
/*----*/

.box1 { /*wrap, between, center*/
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items:center;
	-webkit-align-items:center;
}

.box2 { /*wrap, between, start*/
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items:flex-start;
	-webkit-align-items:flex-start;
}

.box3 { /*wrap, center, center*/
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content:center;
	-webkit-justify-content:center;
	align-items:center;
	-webkit-align-items:center;
}

/*----*/


.boxList1 ul {
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items:flex-start;
	-webkit-align-items:flex-start;
}

.boxList1 ul li{
	margin-bottom: 2em;
}


.boxList2 ul {
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content:space-around;
	-webkit-justify-content:space-around;
	align-items:flex-start;
	-webkit-align-items:flex-start;
}

.boxList2 ul li{
	margin-bottom: 2em;
}

.boxList2 ul li a {
	color: #333;
	text-decoration: none;
}

.boxList2 ul li a img{
	display: block;
	margin-bottom:5px;
}

.boxList2 ul li a span.caption{
	display: inline-block;
	font-size: 80%;
	line-height: 1.4!important;
}

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

.boxList1 ul {
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items:flex-start;
	-webkit-align-items:flex-start;
}

.boxList1 ul li{
	width:48%;
	margin-bottom: 1.5em;
}


}

/*-------------------------------
	スライダー
--------------------------------*/

#slide-image {
	padding: 20px 100px;
	background:#fff;
}

.slick-slider {
	margin-bottom: 0!important;
}

@media screen and (max-width: 767px){
#slide-image {
	padding: 60px 0 30px 0;
    padding: 0 0 30px 0; /* 20180926 */
	margin-bottom: 0;
}
#slide-image.topsliderarea { /* 20180926 */
	padding: 60px 0 30px 0;
	margin-bottom: 0;
}

}

/*-------------------------------
	パンくず
--------------------------------*/
#bread {
	padding: 20px 100px 10px;
}

#bread li {
  display: inline-block;
}
#bread li:after {
  content: '＞';
  padding-left: .2em;
  padding-right: .5em;
}
#bread li:last-child:after {
  content: none;
}
#bread li a {
  text-decoration: none;
}
#bread li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px){/* 20180926 */
#bread {
	display:none;
}
}
/*-------------------------------
	ページアンカー
--------------------------------*/
#pageAnc {
	margin: 0 100px 30px;
	padding: 10px;
	text-align: center;
	background: #CBBEAC;
}

#pageAnc li {
	display: inline-block;
}

#pageAnc li:after {
  content: '｜';
  padding-left: .5em;
  padding-right: .5em;
}

#pageAnc li:last-child:after {
  content: none;
}

#pageAnc li a {
	color: #333;
	text-decoration: none;
}

@media screen and (max-width: 767px){
#pageAnc {
	margin: 0 0 20px;
}
}
/*-------------------------------
	トップページ
--------------------------------*/

#top-main {
	padding: 10px 100px;
}

#top-main ul {
	display:-webkit-flex;
	display:flex;
	flex-wrap:nowrap;
	-webkit-flex-wrap:nowrap;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items:flex-start;
	-webkit-align-items:flex-start;
	
	margin-bottom: 10px;
}
@media screen and (max-width: 767px){
#top-main {
	padding: 70px 0 20px;
}
}
/*------------------------*/

.top-box1 {
	width: 100%;
}

.top-box2 {
	width: 450px;
}

@media screen and (max-width: 767px){
.top-box1 {
	width: 100%;
}

.top-box2 {
	width: 100%;
}
}
/*------------------------*/

.top-shopList h3 {
	margin-bottom: 10px;
	padding: 5px 3px;
	background:#D0D7CB;
	font-weight: bold;
}

.top-shopList ul {
	padding-left: 1em;
	margin-bottom: 1em;
}

.top-shopList ul li {
	font-size: 110%;
	margin-bottom: 10px;
}
.top-shopList ul li a {
	display:-webkit-flex;
	display:flex;
	flex-wrap:nowrap;
	-webkit-flex-wrap:nowrap;
	justify-content:flex-start;
	-webkit-justify-content:flex-start;
	align-items:center;
	-webkit-align-items:center;
}

.top-shopList ul li.noLink {
	display:-webkit-flex;
	display:flex;
	flex-wrap:nowrap;
	-webkit-flex-wrap:nowrap;
	justify-content:flex-start;
	-webkit-justify-content:flex-start;
	align-items:center;
	-webkit-align-items:center;
}


.top-shopList ul li a img, 
.top-shopList ul li.noLink img{
	width: 90px;
	margin-right: 10px;
	border-radius: 3px;
}

#top-news,
#top-calendar {
	height: 180px;
	overflow-y: scroll;
}

@media screen and (max-width: 767px){
#top-news {
	box-sizing: border-box;
	width: 100%;
	height: 200px;
	overflow-y: scroll;
}


.top-shopList {
	width: 100%;
}

.top-shopList h3 {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.top-shopList ul {
	padding-left: 0;
	margin-bottom: 1em;
}

.top-shopList ul li{
	margin: 0 1em .5em 0;
}

}

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

.header-tab1 {
	display: inline-block;
	padding: 6px 20px;
	font-size: 140%;
	font-weight: bold;
	color: #fff;
	background: #886F53;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.border-box1 {
	border: 2px solid #886F53;
	background: #fff;
	padding: 20px 15px;
}
@media screen and (max-width: 767px){
.border-box1 {
	border: none;
	border-top: 2px solid #886F53;
	padding: 20px 10px;
}
}

#top-caution {
	margin-bottom: 20px;
	background: #edede6;
	padding: 10px 10px 30px;
	border-radius:2px;
	font-size: 110%;
}

#top-caution h2 {
	font-size: 140%;
	border-bottom: 2px solid #886F53;
	margin-bottom: 20px;
	padding: 15px;

}
/*------------------------*/

.top-squaremenu {
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items:stretch;
	-webkit-align-items: stretch;
}

.top-sqmenu-child {
	width: 32%;
	border: 1px solid #AD9875;
	background: #fff;
	margin-bottom: 20px;
	font-size: 110%;
}
@media screen and (max-width: 767px){
.top-sqmenu-child {
	width: 96%;
	border: 1px solid #886F53;
	margin: 0 auto 20px;
}
}
.top-sqmenu-child a {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px;
	text-decoration: none;
	transition: all .2s ease 0s;
	color: #333;
}

.top-sqmenu-child a:hover {
	background:	#ECE5DF;
}

.top-sqmenu-child h2 {
	text-align: center;
	margin: 0 auto 20px;
	font-size: 120%;
	color: #886F53;
}

.top-sqmenu-child h2 span {
	display: block;
	margin: 0 auto;
}

/*-------------------------------
	店舗ページ
--------------------------------*/
/*タイトル部*/
#shopTitle {
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items:center;
	-webkit-align-items: center;
	
	margin: 0 100px;
}

#shopTitle-block {
	width: 200px;
	padding: 10px;
	text-align: center;
	background: #886F53;
}

#shopTitle-name {
	width: 500px;
}

#shopTitle-name p {
	font-size: 95%;
}

#shopTitle-name h1 {
	font-size: 270%;
	font-weight: bold;
}

#shopTitle-image {
	width: 230px;
}

.shopTitle-type {
	text-align: center;
	color: #fff;
	font-size: 120%;
}

.shopTitle-pos {
	line-height: 1;
	text-align: center;
	color: #fff;
	font-size: 180%;
	font-weight: normal;
}

.shopTitle-pos span {
	font-size: 200%;
}

#shopTitle2 {
	margin: 0 100px;
	padding: 15px 0;
	background: #886F53;
	text-align: center;
	color: #fff;
}

#shopTitle2 li {
	display: inline-block;
	margin: 0 1em;
	font-size: 120%;
}

@media screen and (max-width: 767px){
#shopTitle {
	margin:0;
}

#shopTitle-block {
	box-sizing: border-box;
	width: 100%;
}

#shopTitle-name {
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
}

#shopTitle-name h1 {
	font-size: 200%;
	font-weight: bold;
	text-align: center;
}

#shopTitle-image {
	width: 100%;
	text-align: center;
}

@media screen and (max-width: 767px){/* 20180926 */
#shopTitle-image {
	display:none;
}
}

.shopTitle-type {
	font-size: 90%;
}

.shopTitle-pos {
	font-size: 110%;
}

.shopTitle-pos span {
	font-size: 140%;
}

#shopTitle2 {
	margin: 0;
	padding: 15px 10px;
}

#shopTitle2 li {
	font-size: 100%;
}

}
/*見出し*/
.shop-header {
	text-align: center;
	font-size: 180%;
	font-weight: bold;
	color: #886F53;
	margin: 0 0 30px 0;
	padding: 30px 0 0 0;
}

.shop-header2 {
	text-align: center;
	font-size: 180%;
	font-weight: bold;
	color: #886F53;
	margin-bottom: 30px;
}

/*メニュー表*/
.shop-menu {
	width: 700px;
	border: 1px solid #ccc;
	margin: 0 auto 5px;
}

.shop-menu td {
	padding:8px;
}

.shop-menu tr td:first-child {
	width: 50%;
	border-right: 1px solid #ccc;
}

.shop-menu tr td:last-child {
	text-align:right;
}

.shop-menu tr:nth-child(even) {
	background: #efefef;
}

.shop-menu tr:nth-child(odd) {
	background: #fff;
}

@media screen and (max-width: 767px){
.shop-menu {
	width: 100%;
}
}

/*写真リスト（キャプション右）*/
.photoList1 ul {
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items:stretch;
	-webkit-align-items: stretch;
}

.photoList1 li {
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items:center;
	-webkit-align-items: center;
	
	width:48%;
	background: #fff;
	margin-bottom: 20px;
}

.photoList1 li div.photoList-img {
	box-sizing: border-box;
	width: 50%;
	line-height: 0;
}

.photoList1 li div.photoList-txt {
	box-sizing: border-box;
	width: 50%;
	padding: 20px;
}
@media screen and (max-width: 767px){
.photoList1 li {
	width: 100%;
	margin-bottom: 10px;
}
.photoList1 li div.photoList-img {
	width: 30%;
	padding-left: 10px;
}
.photoList1 li div.photoList-txt {
	width: 70%;
	padding: 5px 10px;
}
}
/*写真リスト（キャプション下）*/

.photoList2 ul {
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content:center;
	-webkit-justify-content:center;
	align-items:flex-start;
	-webkit-align-items: flex-start;
}

.photoList2 li {
	display: block;
	text-align: center;
	
	margin:0 15px 20px;
}

.photoList2 li div.photoList-img {
	display: block;
	text-align: center;
	margin-bottom: 5px;
}

.photoList2 li div.photoList-txt {
	text-align: center;
	font-size: 150%;
	color: #555;
}

@media screen and (max-width: 767px){ /* 20180926 TOP テキスト非表示 */ 
#header h1 small small{
	display:none;
}
}
