@charset "utf-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	background: transparent;
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
  box-sizing: border-box;
}
 
*,*:before,*:after {
  box-sizing: inherit;
}

body {
	font-family: Avenir, Helvetica, Arial, Verdana, "游ゴシック", Yu Gothic, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 1;
  color: #000;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, select {
	vertical-align: middle;
}

img {
	font-size: 0;
	line-height: 0;
	vertical-align: top;
}

p {
  line-height: 1.6em;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/  
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */  

a {
	background: transparent;
	font-size: 100%;
	margin: 0;
	padding: 0;
	text-decoration: none;
	vertical-align: baseline;
}

a:link {
}

a:visited {
}

a:active {
}

#wrap {
  overflow: hidden;
}

@media screen and (min-width:769px) {
  body {
  	font-size: 16px;
  }
  
	.pc_none {
		display: none;
	}

	a.alpha:hover {
		opacity: 0.5;
		filter: alpha(opacity=50);
		-ms-filter: "alpha(opacity=50)";
		transition: all 0.3s linear;
	}
}

@media screen and (max-width:768px) {
  body {
  	font-size: 15px;
  }
  
  .sp_none {
    display: none;
  }
}

/* ===================================
	ローディング画面
------------------------------------*/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: url(../img/logo_back.jpg) top left repeat;
  z-index: 1000;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 190px;
  height: 260px;
  margin-top: -130px;
  margin-left: -95px;
  z-index: 1001;
}

@media screen and (max-width:768px) {
  #loader {
  width: 114px;
  height: 156px;
  margin-top: -78px;
  margin-left: -57px;
  }
  
  #loader img {
    width: 100%;
  }
}

/* ===================================
	ヘッダー
------------------------------------*/
@media screen and (min-width:769px) {
header {
	position: absolute;
	top: 0;
	left: 0;
  width: 100%;
  background: #FFF;
  z-index: 50;
}

header.under_page {
	position: static;
}

.h_inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
}

h1 {
  text-align: center;
  margin-top: 13px;
}

#g_menu {
	width: 100%;
}

.p_nav {
  position: absolute;
  top: 11px;
  right: 0;
}

.p_nav ul {
  float: left;
  font-size: 13px;
}

.p_nav ul li {
  display: inline-block;
}

.language_btn li {
  padding: 2px 10px;
  margin: 5px 0;
}

@media all and (-ms-high-contrast:none) {
	.language_btn li {
	  padding: 4px 10px 0;
	}
}

.language_btn li.current {
  background: #000;
  color: #FFF;
}

.language_btn li a {
  display: block;
  color: #000;
  border-left: 1px solid #999;
  padding: 2px 14px;
}

#g_menu ul {
	margin: 10px auto 0;
	width: 994px;
}

#g_menu ul li {
	float: left;
  text-align: center;
  margin: 0 33px 2px;
}

#g_menu ul li:nth-of-type(1) {
  margin: 0 36px 2px 6px;
}

#g_menu ul li:nth-of-type(7) {
  margin: 0 0 2px 36px;
}

#g_menu ul li a {
  display: block;
  height: 42px;
  padding-top: 10px;
  color: #000;
	position: relative;
	display: inline-block;
	transition: .3s;
}

#g_menu ul li a:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 3px;
	background-color: #b90707;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#g_menu ul li a:hover:after {
	width: 100%;
}

#g_menu ul:after {
	content: '';
	clear: both;
	display: block;
}

@media screen and (min-width:769px) {
/* スクロール後のヘッダースタイル */
	header.s_type {
    position: fixed;
  }
  
	header.s_type h1 {
	  text-align: left;
	  margin-top: 15px;
	}

	header.s_type h1 img {
	  width: 80px;
	}

	header.s_type .p_nav {
	  position: absolute;
	  top: 0;
	  right: 0;
	}

	header.s_type #g_menu ul {
    float: right;
		margin: -30px 0 0;
		width: 840px;
	}

	header.s_type #g_menu ul li {
		float: left;
	  text-align: center;
    margin: 0 20px 2px;
	}

	header.s_type #g_menu ul li:nth-of-type(1) {
    margin: 0 23px 2px 8px;
	}

	header.s_type #g_menu ul li:nth-of-type(7) {
    margin: 0 0 2px 23px;
	}
}

@media screen and (max-width:768px) {
	.h_inner {
	  width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  
	h1 {
    display: block;
    margin: 9px auto 0;
    width: 114px;
		z-index: 13;
	}
  
	h1 img {
    width: 100%;
	}

	.lang_spbtn {
 		position: absolute;
		top: 5px;
 	 	left: 4px;
		text-align: center;
		z-index: 12;
	}

	.lang_spbtn a {
	  display: block;
	  width: 55px;
	  height: 40px;
	  border: 1px solid #000;
 	 	color: #000;
 	 	font-size: 13px;
    line-height: 40px;
	}

	#g_menu {
		display: none;
	}

	#g_manuwrap {
		width: 100%;
	}

	#switch_btnarea {
		width: 100%;
		height: 53px;
		background: url(../img/h_line_sp.jpg) repeat-x left bottom;
		position: relative;
	}

	#switch_btn {
		top: 0;
		right: 0;
		width: 50px;
		height: 50px;
		background: #000 url(../img/btnOpen.png) no-repeat center center;
    background-size: 30px 30px;
		position: absolute;
    z-index: 10;
	}

	#g_manuwrap #switch_btnarea #switch_btn.btnClose {
		background-image: url(../img/btnClose.png);
	}

	#g_manuwrap ul {
		width: 100%;
		display: none;
	}

	#g_manuwrap ul li {
		width: 100%;
		border-bottom: #ccc 1px solid;
	}

	#g_manuwrap ul li a {
    color: #000;
		padding: 15px 20px;
		text-align: left;
		background: #fff url(../img/linkarw.png) no-repeat 96% center;
    background-size: 10px 15px;
		display: block;
	}
  
  #g_manuwrap ul li a.language_btn_sp {
		background: #e1d4b0 url(../img/linkarw.png) no-repeat 96% center;
    background-size: 10px 15px;
  }
}

/* ===================================
	コンテンツ
------------------------------------*/
.sec_inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

.t_type01 {
  text-align: center;
  width: 100%;
}

.t_type01 img {
  width: 460px;
  margin: 60px 0;
}


.t_type02 {
  font-size: 16px;
  width: 512px;
  margin: 33px auto 5px;
  background: url(../img/mark.png) left center no-repeat;
  background-size: 14px 14px;
  padding-left: 18px;
}

.t_type03 {
  text-align: center;
  font-size: 17px;
  margin-bottom: 30px;
}

.t_type04 {
  width: 660px;
  font-size: 16px;
  margin: 50px auto 12px;
}

.t_type05 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
}

@media screen and (min-width:769px) {
  section {
    margin-bottom: 100px;
  }
}

@media screen and (max-width:768px) {
  section {
    margin-bottom: 50px;
  }

	.sec_inner {
 	 width: 100%;
	}
  
	.t_type01 img {
	  width: 100%;
    margin: 28px 0;
	}
  
  .t_type02 {
  	font-size: 15px;
    margin: 10px 20px;
  }
  
  p {
    margin: 0 20px 34px;
  }

	.t_type04 {
 		width:auto;
  	font-size: 15px;
  	margin: 50px 20px 12px;
	}
  
	.t_type05 {
  	font-size: 18px;
    margin-top: 10px;
	}
}

/* メインスライダー */
#photo_area {
	margin: 0 auto;
	width: 100%;
	height: 100vh;
  background: #000;
}

#photo_sparea {
	width: 100%;
	height: 340px;
}

/* 当店について */

@media screen and (min-width:769px) {
	.page01_back {
	  border-top: 24px solid #000;
	  background: url(../img/h_line_pc.jpg) top left repeat-x;
	}
  .storephoto {
  width: 500px;
  position: absolute;
  top: 205px;
  left: 0;
  }
  
  .store_txt {
    margin-left: 544px;
  }
  
  .main_txt {
    width: 512px;
    margin: 0 auto 58px;
  }
  
  .crane {
    position: absolute;
    top: 560px;
    right: -60px;
  }
  
  .turtle {
    position: absolute;
    top: 270px;
    left: -170px;
  }
}

@media screen and (max-width:768px) {
  .storephoto {
    width: 100%;
  }
  
  .crane {
    position: absolute;
    width: 300px;
    top: -58px;
    right: -40px;
    z-index: -10;
  }
  
  .turtle {
    position: absolute;
    width: 220px;
    top: -46px;
    left: 0;
    z-index: -10;
  }
}


/* 商品一覧 */
.product_list li {
  float: left;
  width: 235px;
  margin: 20px 20px 0 0;
}

.product_list li img {
  width: 100%;
}

.product_list li:nth-of-type(4),
.product_list li:nth-of-type(8) {
  margin: 20px 0 0 0;
}

.product_list li h3 {
  font-size: 15px;
  line-height: 1.2em;
	margin: 10px 0 2px;
}

p.p_txt {
	line-height: 1.5em;
  margin: 2px 0;
  font-size: 15px;
}

.product_list:after {
	content: '';
	clear: both;
	display: block;
}

@media screen and (max-width:768px) {
	.product_list {
	  margin: 0 10px;
	}

	.product_list li {
    width: 48%;
    margin: 0 4% 10px 0;
	}

	.product_list li:nth-child(even) {
    margin: 0 0 10px 0;
	}
  
  .p_txt {
    font-size: 14px;
  }
}

/* インスタ */
.insta_logo img {
  display: block;
  width: 180px;
  margin: 0 auto 10px;
}

.insta_txt {
  text-align: center;
}

#instafeed {
  margin: 10px 0 0;
}

#instafeed li {
  float: left;
  width: 155px;
  margin-right: 14px;
}

#instafeed li img {
  width: 100%;
}

#instafeed li:last-child {
  margin-right: 0;
}


#instafeed li a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	transition: all 0.3s linear;
}


@media screen and (max-width:768px) {
	.insta_logo img {
 	 width: 103px;
	}
  
  .insta_txt {
    text-align: left;
    margin: 16px 10px 0;
  }

	#instafeed {
	  margin: 0 10px;
	}
  
	#instafeed li {
		width: 32%;
 		margin-right: 2%;
    margin-top: 10px;
  }
  
  #instafeed li:nth-of-type(3) {
    margin-right: 0;
  }
}


/* 産地レポート */
.report {
  background: url(../img/history_pcback.jpg) center center no-repeat;
  height: 1000px;
  margin-bottom: 0;
}

.report_btn {
  display: block;
  width: 420px;
  background: #fff url(../img/arrow01.png) 96% center no-repeat;
  border: 1px solid #000;
	border-radius: 10px;  
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
  padding: 20px 0;
  text-align: center;
  color: #000;
  margin: 20px auto;
	transition: all 0.3s linear;
}

.report_btn:hover {
  background: #000 url(../img/arrow01_on.png) 96% center no-repeat;
  color: #fff;
}

.report_btn span {
  font-size: 18px;
}

@media screen and (max-width:768px) {
	.report {
		background: url(../img/logo_back.jpg) top left repeat;
 		height: auto;
    margin-bottom: 50px;
	}
  
  .report .sec_inner {
    position: relative;
    background: url(../img/history_spback01.png) top right no-repeat;
    background-size: 284px 141px;
    padding: 40px 0 250px;
  }
	.report .sec_inner:after {
    position: absolute;
    bottom: 0;
    right: 0;
  	display: block;
		content: "";
    width: 285px;
    height:220px;
    background: url(../img/history_spback02.png) bottom right no-repeat;
    background-size: 285px 220px;
  }

	.report_btn {
		width: 90%;
  	background: #000 url(../img/arrow01_on.png) 96% center no-repeat;
		color: #fff;
	}

	.report_btn span {
 	 font-size: 17px;
	}
}

/* 産地 */
@media screen and (min-width:769px) {
	.product_area li {
	  float: left;
 	 width: 467px;
 	 margin: 0 66px 80px 0;
	}

	.product_area li:nth-of-type(2) {
 	 margin: 0 0 80px 0;
	}

	.product_area li:nth-of-type(3) {
 	 margin: 0 66px 0 0;
	}
  
  .product_area li:nth-of-type(4) {
 	 margin: 0;
  }
  
  .product_area h3 {
    float: left;
  }

	.product_text {
    float: right;
    width: 331px;
  }

	.product_area p {
    margin: 10px 0 0;
  }

	.product_area:after {
		content: '';
		clear: both;
		display: block;
	}
}

@media screen and (max-width:768px) {
	.product_area {
    margin: 10px;
  }

	.product_area img {
    width: 100%;
  }

	.product_area p {
    margin: 10px 0 24px;
  }
}

/* 店舗情報 */
.store_img {
  display: block;
  margin: auto;
}

.store_text {
  width: 776px;
  margin: 27px auto 0;
  background: url(../img/s_line.jpg) top left no-repeat;
}

.store_text dt {
  float: left;
  padding: 24px 40px;
  line-height: 1.6em;
}

.store_text dd {
  padding: 24px 40px 24px 240px;
  background: url(../img/s_line.jpg) bottom left no-repeat;
  line-height: 1.6em;
}

.store_text dd img {
  margin: 5px 0 20px;
}

@media screen and (max-width:768px) {
  .store_img {
    width: 100%;
  }
  
  .store_text {
    width: auto;
    margin: 34px 10px 0;
    background: none;
    border-top: 1px solid #989898;
    border-bottom: 1px solid #989898;
  }
  
  .store_text dt {
    float: none;
 		padding: 15px 10px 4px;
    font-weight: bold;
  }
  
  .store_text dd {
  	padding: 0 10px 15px;
    background: none;
    border-bottom: 1px solid #dadada;
  }
  
  .store_text dd:last-child {
    border-bottom: none;
  }
  
  .store_text dd img {
    width: 96%;
    margin: 4px auto;
  }
}

  
/* アクセス */
.map {
  display: block;
  width: 1000px;
  height: 400px;
  margin: 0 auto;
}

/* お問い合わせ */
@media screen and (min-width:769px) {
	.other_txt {
		width: 512px;
		margin: 0 auto 30px;
	}
  
  .contact_warp {
    width: 680px;
    height: 320px;
    margin: auto;
    background: url(../img/contact_back.jpg) top left no-repeat;
    text-align: center;
  }

  .contact_warp h3 {
    padding: 44px 0 16px;
    text-align: center;
  }

  .contact_warp h3 img {
    width: 150px;
  }

  .contact_warp p {
    margin: 12px 0 18px;
    line-height: 1.3em;
  }
}

@media screen and (max-width:768px) {
  .contact_warp {
    margin: 0 10px;
  }
  
  .contact_warp h3 {
    margin: 10px 0;
    text-align: center;
  }

  .contact_warp h3 img {
    width: 135px;
  }

  .contact_warp a img {
    width: 100%;
    margin-bottom: 8px;
  }
  
  .contact_warp p {
    text-align: center;
    margin: 8px 0 30px;
  }
}

/* 下層ページ */
.u_txt {
  width: 660px;
  margin: auto;
}

@media screen and (max-width:768px) {
  .u_txt {
    width: auto;
    margin: 0 20px 34px;
  }
}

/* ===================================
	フッター
------------------------------------*/
footer {
  background: #000 url(../img/f_line_pc.jpg) top left repeat-x;
  color: #fff;
  text-align: center;
  padding: 40px 0 22px;
}

.f_logo {
  width: 97px;
  margin: 25px 0 10px;
}

footer dl {
  font-size: 14px;
  margin-bottom: 42px;
}

footer dl dt {
  font-weight: bold;
  margin-bottom: 4px;
}

footer small {
  font-size: 12px;
}

@media screen and (min-width:769px) {
	#topback {
 	 position: fixed;
 	 bottom: 297px;
 	 right: 0;
 	 background: #000;
 	 padding: 14px 10px;
 	 width: 40px;
   cursor: pointer;
	}

	#topback:hover {
		opacity: 0.5;
		filter: alpha(opacity=50);
		-ms-filter: "alpha(opacity=50)";
		transition: all 0.3s linear;
	}

	#topback img {
 	 width: 100%;
	}

	.f_nav {
	  position: relative;
	  overflow: hidden;
	}

	.f_nav ul {
	  position: relative;
	  left: 50%;
	  float: left;
	  font-size: 14px;
	}

	.f_nav ul li {
 	 position: relative;
 	 left: -50%;
 	 float: left;
 	 border-right: 1px solid #fff;
	}

	.f_nav ul li a {
	  color: #fff;
	  padding: 0 32px;
	}

	.f_nav ul li:last-child {
	  border-right: none;
	}

	.f_nav ul:after {
		content: '';
		clear: both;
		display: block;
	}
}

@media screen and (max-width:768px) {
	#topback {
 	 background: #000;
   text-align: center;
   padding: 16px 0;
   cursor: pointer;
  }
  
	#topback img {
    width: 31px;
  }
  
  footer {
    background: #000 url(../img/f_line_sp.jpg) bottom left repeat-x;
  	padding: 0 0 24px;
  }
  
  .f_nav ul li {
    float: left;
    text-align: center;
    width: 50%;
    border-bottom: 1px solid #000;
  }
  
  .f_nav ul li:nth-of-type(2) {
    border-right: 1px solid #000;
  }
  
  .f_nav ul li:first-child {
    width: 100%;
  }
  
  .f_nav ul li a {
    display: block;
    width: 100%;
    padding: 15px 0;
    color: #000;
    background: #fff;
  }

	.f_logo {
	  width: 77px;
	}
  
  footer dl dd {
    line-height: 1.4em;
  }

	footer small {
 	 font-size: 11px;
	}
}
