@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 全デバイス共通のスタイルとスマートフォンおよび小型タブレット向けレイアウトの指定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/*==========================================
 body
===========================================*/
body {
  width: 100%;
  background-color:#FFF;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color:#000;
}
a {
  color:#000;
  text-decoration:none;
}
a:hover {
  color:#333;
  text-decoration:underline;
}

/*==========================================
 ヘッダーのスタイル
===========================================*/
header {
  text-align:center;
}
header h1 {
  margin:0 auto;
  padding:15px 5px 7px 5px;
  width:90%;
}
header h1 img {
  width:100%;
  max-width:265px;
}
header {
  position:relative;
  overflow:hidden;
}
header ul#s_nav {
  margin-bottom:15px;
  position:relative;
  left:50%;
  float:left;
}
header ul#s_nav li {
  float:left;
  position:relative;
  left: -50%;
  padding-left:10px;
}
header ul#s_nav li a {
  display:block;
  font-size:0.8em;
  margin-right:20px;
  padding-left:20px;
}
header ul#s_nav li.home a {
  background:url(../images/icn_home.gif) no-repeat left center;
  padding-top:1px;	
}
header ul#s_nav li.news a {
  background:url(../images/icn_news.jpg) no-repeat left center;
}
header ul#s_nav li.tel {
  background:url(../images/icn_tel.gif) no-repeat left top;
  font-size:120%;
}

/*header ul#s_nav li.contact a {
  background:url(../images/icn_contact.jpg) no-repeat left center;
}
header ul#s_nav li.news a {
  background:url(../images/icn_news.jpg) no-repeat left center;
}
header ul#s_nav li.sitemap a {
  background:url(../images/icn_sitemap.jpg) no-repeat left center;	
}*/
header p {
  width:100%;
}
header p img {
  width:100%;
  height:auto;
  max-width:960px;
}

/*==========================================
 グローバルナビゲーションのスタイル
===========================================*/
nav ul {
  margin-bottom: 15px;
}
nav ul li {
  text-align: center;
  float: left;
  width: 50%;
  border-bottom: 1px dotted #000;
}
nav ul li:nth-child(odd) {
  width: 49%;
  border-right: 1px dotted #000;
}
nav ul li a{
  display: block;
  width: 100%;
  font-size:14px;
  text-decoration:none;
  color:#000000;
  padding:24px 0;
}
nav ul a:hover{
	background-color:#000000;
	color:#ffffff;
	text-decoration:none;
}
/*カレント表示クラス*/
.active{
	background-color:#000000;
}


/*==========================================
 コンテンツエリア -> WORKSのスタイル
===========================================*/
div#contents section#work h2{
	margin: 0px 0 10px 5px;
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
}
div#contents section#work article{
	text-align:center;
	width:50%;
	min-width:120px;
	float:left;
	margin-bottom:30px;
}
div#contents section#work article img{
	width:100%;
	height:auto;
	max-width:180px;
}
div#contents section#work article p{
	text-align:left;
	font-size:0.7em;
	line-height:2.0em;
	padding:0 15px;
	/*display:none;*/
}
div#contents section#work article h3{
	font-size:0.9em;
	font-weight:bold;
}
div#contents section#work article.fishing{
	margin-bottom:50px;
}
div#contents section#work article.fishing img{
	width:100%;
	height:auto;
	max-width:150px;
}
div#contents section#work article.shop{
	margin-bottom:10px;
}
div#contents section#work article.shop img{
	width:100%;
	height:auto;
	max-width:180px;
}
div#contents section#work article.shop_map img{
	width:100%;
	height:auto;
	max-width:180px;
	
}
div#contents section#work article.dish{
	margin-bottom:10px;
	width:100%;
}
div#contents section#work article.dish img{
	width:100%;
	height:auto;
	max-width:550px;
}

ul.dish6{
	margin-bottom:10px;
}
li.dish6{
	width:100%;
	height:auto;
	max-width:180px;
}

div#contents section#work article.dish_jikasei{
	margin-bottom:10px;
	width:80%;
	text-align:left;
	margin-bottom:30px;
	margin-left:20px;
	line-height:1.5em;
}

div#contents section#work article.oshinagaki{
	width:auto;
	text-align:left;
	margin-left:20px;
	line-height:1.5em;
}

h3.oshinagaki{
	clear:both;
	text-align:center;
	letter-spacing:1.5em;
	font-size:120%;
	font-weight:bold;
	padding:10px;
	background-color:#FFC23E;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
}

dl{
	margin-top:20px;
}


p.fishing_coment{
	margin-top:20px;
	color:#FC0307;
	box-shadow:10px 10px 10px rgba(0,0,0,0.3);
}

p.dish_menu{
	margin-top:20px;
	color:#000000;
	box-shadow:10px 10px 10px rgba(0,0,0,0.3);
}
p.dish_comment{
	margin-top:10px;
}
span.style1{
	color:#FF0004;
}
div#contents h2.access_title_name{
	margin:0px 0 10px 5px;
	padding:10px 0;
}

div#contents section#work article.photo{
	margin-bottom:10px;
	width:100%;
}
div#contents section#work article.photo p.date{
	text-align:right;
}
div#contents section#work article.photo img{
	width:100%;
	height:auto;
	max-width:550px;
}
div#contents section#work article.photo dl{
	clear:both;
	margin-left:0px;
	padding:0px;
	text-align:left;
	font-size:0.7em;
	line-height:1.5em;
}

/*==========================================
 コンテンツエリア -> UDページ
 ===========================================*/

div#contents section#work article img.new{
	margin:0px;
	padding:0px;
	width:25px;
	height:13px;
	padding:0px;
}


/*==========================================
 コンテンツエリア -> アクセスページのマップ
 ===========================================*/
div#contents section#access_map{
	margin-left:5px;
	clear:both;
}
div#contents section#access_map h2{
	margin:0px 5px 15px 0px;
	background:url(../images/bg_headerLine.jpg) repeat-x bottom;
	padding-bottom:10px;
}
div#contents section#access_map article h3{
	font-size:0.7em;
	background:url(../images/icn_arrow.jpg) no-repeat center left;
	margin-bottom:10px;
	padding-left:7px;
}
div#contents section#access_map article p{
	line-height:1.4em;
	font-size:0.8em;
	margin:0 0 20px 10px;
}
div#contents section#access_map article p a{
	text-decoration:underline;
}
div#contents section#access_map article p a:hover{
	text-decoration:none;
}

/*==========================================
 コンテンツエリア -> アクセスページの電話
===========================================*/
div#contents section#tel{
	text-align:center;
	margin-left:5px;
	/*background:url(../images/bg_footer.jpg) no-repeat bottom;*/
	padding-bottom:20px;
}
div#contents section#tel h2{
	text-align:left;
	margin:0 5px 15px 0;
	background:url(../images/bg_headerLine.jpg) repeat-x bottom;
	padding-bottom:10px;
}
div#contents section#tel ul li{
	width:100%;
	margin-bottom:5px;
}
div#contents section#tel ul li img{
	width:100%;
	height:auto;
	max-width:500px;
}

div.responsive_box {
    /**width: 460px;**/
	width: 100%;
    margin: 0 auto;
}
 
/*------メディアクエリー設定--------*/
@media only screen and (max-width : 640px) {
div.responsive_box {
    width: 100%;
	text-align:center;
	}
div.responsive_wrap {
    padding-bottom: 10px;
	/*padding-bottom: 56.25%;*/
    position: relative;
}
.responsive_wrap iframe {
    width: 100%;
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
}
}


/*==========================================
 ページトップへボタンのスタイル
===========================================*/
a#pagetopBtn img{
	position:fixed;
	bottom:10px;
	right:1px;
}

/*==========================================
 フッターのスタイル
===========================================*/
footer{
	background-color: #6E6B6B;
	clear: both;
}
footer div{
	margin-top: 20px;
	margin-right: 0;
	margin-left: 20px;
	margin-bottom: 0px;
	padding-top:10px;
	padding-bottom:10px;
	color:#ffffff;
}
footer div p{
	font-size:0.7em;
	line-height:2.0em;
}
footer div small{
	font-size:0.6em;
}

/* スマホ向けのレイアウトの指定：320px */
@media only screen and (min-width: 320px) {
  div#contents section#news{
	  width:100%;
	  float:right;
  }
  div#contents section#information{
	  width:100%;
  }
  
}

/* PC向けおよび大型タブレット向けのレイアウトの指定：769px～960px */
@media only screen and (min-width: 769px) {
  header {
    position:static;
    overflow:visible;
  }
  header h1 {
    text-align:left;
    padding:15px 5px 7px 5px;
    width:280px;
    float:left;
  }
  header h1 img {
    width:100%;
  }
  header ul#s_nav {
    float:right;
    margin-top:20px;
    position:static;
  }
  header ul#s_nav li {
    float:left;
    position:static;
  }

  nav {
    text-align: center;
    /*border-bottom: 3px double #000;*/
    margin: 10px auto 15px auto;
  }
  nav ul li {
    text-align: center;
    float: left;
    width: 16%;
    border-bottom: none;
    border-right: 1px dotted #000;
  }
  nav ul li:nth-child(odd) {
    width: 17%;
    border-bottom: none;
  }
  nav ul li.home {
    border-left: none;
    margin-left: 1px;
  }
  nav ul li.contact {
    border-right: none;
  }
  nav ul li a{
    display: block;
  }
  div#contents section#work article{
	  width:33%;
  }
  div#contents section#work article img{
	  max-width:250px;
  }
  div#contents section#work article h3 {
	  line-height:2.0em;
  }
  div#contents section#work article p{
	  font-size:0.8em;
	  line-height:2.0em;
	  display:block;
  }
  div#contents section#work article.dish{
	  width:100%;
  }
  div#contents section#work article.dish img{
	  float:left;
	  max-width:550px;
	  margin-right:20px;
  }
  ul.dish6{
	  display:table;
	  table-layout: fixed;
	  width:250%;
  }
  li.dish6{
	  display:table-cell;
	   max-width:180px;
  }
　div#contents section#work article.photo{
	  width:100%;
  }
  div#contents section#work article.photo img{
	  float:left;
	  max-width:550px;
	  margin-right:20px;
  }
  div#contents section#access_map{
	  width:39%;
	  float:left;
  }
  div#contents section#tel{
	  width:59%;
	  float:right;
  }

}

/* PC向けレイアウトの指定：961px以上では固定レイアウト */
@media only screen and (min-width: 961px) {
  header {
    width:960px;
    margin-left:auto;
    margin-right:auto;
  }
  nav {
    max-width: 960px;
  }
  nav ul{
    margin-left: auto;
    margin-right: auto;
  }
  nav ul li:nth-child(odd) {
    border-bottom: none;
  }
  nav ul li.home {
    border-left: 1px dotted #000;
  }
  nav ul li.contact {
    border-right: 1px dotted #000;
  }
    header ul#s_nav li.tel {
  background:url(../images/icn_tel2.gif) no-repeat left top;
  font-size:200%;
}
  div#contents{
	  max-width:960px;
	  margin:0 auto;
	  clear:both;　/*←メニューボタンとの区切りの為*/
  }
  div#contents section#work article{
	  width:100%;
  }
  div#contents section#work article img{
	  float:left;
	  max-width:305px;
	  margin-right:20px;
  }
  div#contents section#work article h3{
	  border-left:5px solid #000;
	  margin-bottom:10px;
	  padding-left:10px;
	  text-align:left;
	  float:left;
	  font-size:1.2em;
  }
  div#contents section#work article p{
	  line-height:3.0em;
	  /*border:1px solid #ccc;*/
	  float:left;
	  width:60%;
  }
  div#contents section#work article{
	  width:100%;
  }
  div#contents section#work article.dish img{
	  float:left;
	  max-width:480px;
	  margin-right:20px;
  }
  div#contents section#work article.dish p{
	  line-height:3.0em;
	  /*border:1px solid #ccc;*/
	  float:left;
	  width:42%;
  }
  ul.dish6{
	  display:table;
	  table-layout: fixed;
	  width:100%;
	}
  li.dish6{
	  display:table-cell;
  }
  div#contents section#access_map{
	  width:49%;
	  float:left;
  }
  div#contents section#tel{
	  width:49%;
	  float:right;
  }
  div#contents section#work article.photo img{
	  float:left;
	  max-width:480px;
	  margin-right:20px;
  }
  div#contents section#work article.photo p{
	  line-height:3.0em;
	  /*border:1px solid #ccc;*/
	  float:left;
	  width:42%;
  }
  

 
  footer{
	  text-align:center;
  }
}


.shop_comment{
	text-align: left;
	line-height: 1.5em;
	color: #FF0004;
}