@charset "UTF-8";
@import url("font.css");
@import url("font-awesome.min.css");
@import url("font-awesome.css");
@font-face {
  font-family: 'Noto Serif CJK KR';
  font-style: normal;
  font-weight: 500;
  src: url(../font/NotoSerifCJKkr-Medium.otf) format('opentype');
 }

*{ margin: 0;padding: 0}
body {
	font-family: "hannari","Yu Mincho","Noto Sans JP","ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",sans-serif;
	background-color: #ece9de;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
 }
ul, li { list-style : none; }
img { width : 100%; }


/* アンカー */
a,a:link, a:visited { color: #333; text-decoration: none; }
a:active.txt_link, a:hover.txt_link	{ background-color: #eeeeee; }
a:focus { outline: none; }
a img { border-style: none; }
a:hover.header_btn, a:hover.food_btn {
	opacity:0.6;
	filter: alpha(opacity=60);				/* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";	/* ie 8 */
	-moz-opacity:0.6;								 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;							/* Safari 1.x */
	zoom:1;
}
/* @end */

/* clearFix */
.clearfix:after {
		content: ".";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
}
.clearfix {
		min-height: 1px;
}
/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
/* @end */


/* ライン */
hr { border: none; border-bottom: 1px #aaaaaa dotted; width : 100%; }
/* @end */


#wrap {
	width: 100%;
	max-width:640px;
	margin: 0 auto;
}

ul.pc{
	display:-webkit-flex;
  display:flex;
  justify-content: space-between;
  align-items: center;
	width:100%;
	padding:1.5% 0 0;
	margin:0 auto;
}
.pc li h1{
  text-align: left;
}
.pc li h1 img{
  width: 130px;
}
.pc li{
	display:inline-block;
	width:100%;
	color:#000;
	font-size:80%;
	text-align:right;
  padding-right: 5%;
}

.hannari{
	font-family: "hannari","Yu Mincho","Noto Sans JP","ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",sans-serif;
letter-spacing:-0.02em;
}
.yrsa{
	font-family: 'Yrsa', serif;
}

.nav{
	width:100%;
	max-width:640px;
	margin: 6px  auto 0 auto;
}

#top_nav_t,
#top_nav_m,
#top_nav_b{
	width: 100%;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0 auto;
}
.honten_link_img,
.tsukiji_link_img{
	width: 50%;
  vertical-align: bottom;
}
.honten_link_img img,
.tsukiji_link_img img{
	width: 100%;
  vertical-align: bottom;
}

li.honten_link a,
li.tsukiji_link a{
  width: 100%!important;
	font-size: 33px;
  line-height: 0.8em;
	letter-spacing: 0.3em;
  text-align: center;
  color: #fff;
	display: block;
  padding:7% 0 5%!important;
  margin: 0 auto;
  position: relative;
}
li.honten_link a:after,
li.tsukiji_link a:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  background: url(../../images/btn.svg) no-repeat center center;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  transition: .3s;
}
li.honten_link span,
li.tsukiji_link span{
	font-size: 16px;
	letter-spacing: 0.05em;
  display: block;
}

li.honten_link_b a,
li.tsukiji_link_b a{
  width: 100%!important;
	font-size: 14px;
  line-height: 1.1em;
  text-align: center;
  color: #fff;
	display: block;
  padding:5% 0 6%!important;
  margin: 0 auto;
  position: relative;
	letter-spacing: -0.05em;
}
li.honten_link_b a:after,
li.tsukiji_link_b a:after{
  display: block;
  content: "";
  position: absolute;
  top: 42%;
  right: 9px;
  background: url(../../images/btn.svg) no-repeat center center;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
}
li.honten_link_b span,
li.tsukiji_link_b span{
	font-size: 10px;
  display: block;
	letter-spacing: 0.08em;
}

.honten_link{
  width: 50%!important;
  background: #7a3c3d;
}
.tsukiji_link{
  width: 50%!important;
  background: #4d5b38;
}
.honten_link_b{
  width: 50%!important;
  background: #9b5b59;
  border-top: 1px solid #ece9df;
}
.tsukiji_link_b{
  width: 50%!important;
  background: #6c7d55;
  border-top: 1px solid #ece9df;
}
/* @end */


/* トップ画像 */
/* .viewer
------------------------- */
/*
.viewer_sp {
    margin: 0 auto;
    width: 100%;
	max-width:640px;
    position: relative;
    overflow: hidden;
	background-color:#000;
}
.viewer_sp ul {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.viewer_sp ul li {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}
.viewer_sp ul li img {
    width: 100%;
}
*/
#viewer_wrap{
	width:100%;
	max-width:640px;
	height:65vw;
  max-height:400px;
	background-color: #ece9df;
	border-width:0px;
	margin:0 auto;
	text-align: center;
}
#viewer {
	margin: 0 auto;
  width:100%;
  height:100%;
	text-align: center;
	overflow: hidden;
	position: relative;
}
#viewer img {
  width:100%;
  height:100%;
	top: 0;
	right: 0;
	position: absolute;
}
/* sideNavi
------------------------- */
.viewer_sp .btnPrev,
.viewer_sp .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 101;
}
.viewer_sp .btnPrev {
    left: 10px;
    background: #ccc url(../img/btnPrev.jpg) no-repeat center center;
}
.viewer_sp .btnNext {
    right: 10px;
    background: #ccc url(../img/btnNext.jpg) no-repeat center center;
}


/* =======================================
    ClearFixElements
======================================= */
.viewer_sp ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.viewer_sp ul {
    display: inline-block;
    overflow: hidden;
}


#topppage_nav{
	width: 1000px;
}
#topppage_nav a,
#topppage_nav a:visited,{
	color: #fff;
}
.mgt5{
	margin-top: 5px;
}

li.direct_branch{
	width: 100%;
	margin: 1% 0 0 0;
	float: none;
}
li.direct_branch li{float: left;}
li.direct_branch li:first-child img{
	height: 22.2vw;
}
li.direct_branch li:first-child{
	width: 20%;
	margin: 0;
}
li.direct_branch li:last-child{
	width: 80%;
	margin: 0;
}
span.direct_copy_h,
span.direct_copy_t{
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 10px;
	letter-spacing: 0.1em;
	padding: 8px 0 7px;
	display: block;
}
span.direct_copy_h{background: #9b5b59;}
span.direct_copy_t{background: #6c7d55;}
span.direct_head_h,
span.direct_head_t{
	text-align: center;
	color: #fff;
	font-size: 20px;
	padding: 8.5px 0;
	letter-spacing: 0.4em;
	display: block;
}
span.direct_head_h,
span.direct_head_h_la{background: #7a3231;}
span.direct_head_h:hover,
span.direct_head_h_la:hover{background: #7a3231;}


span.direct_head_t,
span.direct_head_t_la{background: #42552a;}
span.direct_head_t:hover,
span.direct_head_t_la:hover{background: #42552a;}


span.en_sp {
	padding:19px 0;
	font-size: 140%;
}

span.ko_sp {
	padding:15.5px 0;
	font-size: 140%;
}


.viewer_txt {
	background-color: #e0ddcc;
	font-size: 75%;
  line-height: 140%;
	letter-spacing:0.04em;
	color: #333;
	padding: 15px 0 11px;
  text-align: center;
}
.viewer_txt span {
  display: block;
	font-size: 125%;
  margin-bottom: -10px;
}

.news_txt {
	background-color: #e0ddcc;
	font-size: 75%;
  line-height: 140%;
	letter-spacing:0.01em;
	color: #333;
	padding: 5% 2%;
  text-align: center;
}
.title_news{
  color: #be0000;
	font-size: 125%;
  line-height: 180%;
  width: 95%;
  margin: 0 auto 10px;
}
.txt_news{
  line-height: 150%;
  font-size: 110%;
}
.catch {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.catch:before, .catch:after {
  border-top: 1px solid #ce3e3e;
  content: "";
  width:12%; /* 線の長さ */
}
.catch:before {
  margin-right: 1em; /* 文字の右隣 */
}
.catch:after {
  margin-left: 1em; /* 文字の左隣 */
}

/* @end */
.footer_copy {
width: 100%;
margin: 0 auto 120px;
 text-align: center;
}

.footer_copy_p {
	font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	color: #000;
	text-align: center;
	line-height : 1.5;
	width: 90%;
	max-width:400px;
  font-size: 40%;
	letter-spacing: 0.05em;
	margin: 20px auto 20px;
}

/* フッターメニュー */
#ftr {
	width: 100%;
  max-width: 640px;
	position: fixed;
	bottom: 0;
	left: 50%;
	z-index : 3000;
	margin-left:-320px;;
  text-align: center;
filter: drop-shadow(0 0px 3px rgba(0, 0, 0, .9));
}
.reserve_wrap {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.reserve_honten,
.reserve_tsukiji{
  width: 33%;
}
.reserve_delivery{
  width: 34%;
}
.reserve_honten a,
.reserve_tsukiji a,
.reserve_delivery a{
	font-family: "hannari","Yu Mincho","Noto Sans JP","ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",sans-serif;
  color: #fff;
  width: 100%;
  height: 60px;
  display: block;
  line-height: 1.2;
  font-size: 20px;
  padding-top: 20px;
  font-weight: bold;
}
.reserve_honten a{
  background: #9b5b59;
}
.reserve_tsukiji a{
  background:#6c7d55;
}
.reserve_delivery a{
  background: #9e7856;
}


@media (max-width: 640px) {
  #ftr {
  	bottom: 0;
  	left: 0;
  	margin-left:0;
  }
.reserve_wrap {
  height: 60px;
}
.reserve_honten a,
.reserve_tsukiji a,
.reserve_delivery a{
  height: 60px;
  line-height: 1.2;
  font-size: 18px;
  padding-top: 14px;
}
.reserve_delivery a{
  letter-spacing: -0.1em;
  font-size: 19px;
  line-height: 1.2;
}
li.honten_link a,
li.tsukiji_link a{
  padding:3.5% 0 7%!important;
}
  li.honten_link a,
  li.tsukiji_link a{
  	font-size: 5.4vw;
    line-height: 1em;
  }
  li.honten_link span,
  li.tsukiji_link span{
  	font-size: 2.5vw;
  }
  .footer_copy {
  width: 100%;
  margin: 0 auto 90px;
   text-align: center;
  }
}


@media (max-width: 480px) {
  .pc li h1 img{
    width: 80px;
  }
  .reserve_wrap {
    height: 40px;
  }
  .reserve_honten a,
  .reserve_tsukiji a,
  .reserve_delivery a{
    font-size: 15px;
    padding-top: 10px;
  }
}

@media (max-width: 320px) {
  li.honten_link a:after,
  li.tsukiji_link a:after{
    display: block;
    content: "";
    position: absolute;
    top: 45%;
    right: 8px!important;
    background: url(../../images/btn.svg) no-repeat center center;
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
  }
}

@media (min-width: 480px) {
.nav{
	width:100%;
	max-width:640px;
	margin: 13px  auto 110px auto;
}

li.direct_branch{
	width: 48%;
	margin: 0 1%;
	float: left;
}
li.direct_branch li:first-child{
	width: 25%;
	margin: 0;
}
li.direct_branch li:first-child img{
	height: 72px;
}
li.direct_branch li:last-child{
	width: 75%;
	margin: 0;
}
span.direct_head_h,
span.direct_head_t{
	padding: 9px 0;
}

span.en_sp {
	padding:20px 0;
}

span.ko_sp {
	padding:20px 0;
}

/* 総本店　赤 */
#toppage_nav_honten {
	width: 49%;
	float:left;
}

/* 築地支店　緑 */
#toppage_nav_tsukiji {
	width: 49%;
	float:left;
	margin-left:2%;
}
.footer_copy_img {
width: 40%;
margin: 20px auto 0;
}

 }
