@charset "euc-jp";
#on-line_header {
  display: none;
}

.more_prd {
  display: none;
  background-color: #aaa;
  color: #fff;
  font-size: 123.076%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.free_space_block {
  margin-top: 3em;
}

/* slider */
.slider {
  position: relative;
  background: -moz-linear-gradient(top, #FFC778, transparent);
  background: -webkit-linear-gradient(top, #FFC778, transparent);
  background: linear-gradient(to bottom, #FFC778, transparent);
}
.bx-viewport {
  border: none !important;
  left: 0 !important;
}
#slider div {
  width: 100% !important;
}
#slogan{
  position: relative;
  width: 100%;
  height: 100%;
   -webkit-transform: translate(0, -50%);
   transform: translate(0, -50%);
}
#slogan h1{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 70%;
  filter: drop-shadow(3px 0px 4px #aaa);
}
@media screen and (max-width: 650px) {
#slogan h1{
  width: 80%;
}
}

/* 共通
------------------------------------------------------------*/

section{clear:both;}

/* 中カテゴリーへ戻る */
.pochitto_btn_blue {
	display: inline-block;
	width: 100%;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: black;
        font-size: 18px;
　　　　font-weight: bold;
	background:#EBE9AE;
	border-bottom:4px solid #E8E1B8;
	border-radius: 4px;
	transition: .0s;
}
.pochitto_btn_blue:hover {
	 cursor: pointer;
	 text-decoration: none;
	 background:#E8E1B8;
	 transform: translate3d(0, 4px, 0);
	 transition: .0s;
	 border-bottom: none;
}


/* SEC01 店舗案内
------------------------------------------------------------*/
.copy {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #fff;
  font-size: 2.5em;
  text-align: center;
  line-height: 50px;
  margin: 40px 0;
  background-image: -webkit-linear-gradient(315deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
  background-image: linear-gradient(135deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
#sec01 p{
  font-weight: bold;
  width: 700px;
  margin: 0 auto;
  word-break: keep-all;
}

@media screen and (max-width: 650px) {
#sec01{
  width: 90%;
  margin: 0 auto;
}
.copy {
  font-size: 1.5em;
  text-align: center;
  line-height: 30px;
  margin: 0 auto;
  margin-top: 40px;
}
#sec01 p{
  margin: 20px 0 40px 0;
  font-size: 0.85em;
  text-align: center;
  width: 100%;
  word-break: break-all;
}
}

/* オンラインショップメニュー
------------------------------------------------------------*/

.prd_recommend_block {
  width: 100%;
  margin-bottom: 80px;
  text-align: center;
}
.prd_recommend_block p{
  font-size: 1.3em;
  margin: 20px 0 10px 0;
}
.prd_lst {
  width: 85%;
  clear: both;
  margin: 0 auto;
}
.prd_lst_unit {
  width: 23.5%;
  margin: 0 auto;
  padding: 5px;
  display: inline-block;
  vertical-align:top;
}
.prd_lst_name a{
  color: #FFF;
}
@media screen and (max-width: 770px) {
.prd_lst {
  width: 100%;
}
.prd_lst_unit {
  width: 23.65%;
  padding: 5px;
}  
}
@media screen and (max-width: 650px) {
.prd_recommend_block {
  margin-bottom: 50px;
}
.prd_recommend_block h2{
  font-size: 1.6em;
}
.prd_recommend_block .ttl_h2{
  font-size: 1.3em;
  margin-top: 0;
}
.prd_lst {
  width: 90%;
}
.prd_lst_unit{
  width: 46.7%;
  margin: 0 auto;
  padding: 5px;
  vertical-align:top;
}
}
  
/* SEC02 ホルモンへのこだわり
------------------------------------------------------------*/

#sec02{
  background: url(https://img21.shop-pro.jp/PA01455/311/etc/sec02_bg.jpg?cmsp_timestamp=20200901232423) no-repeat 100% 100%;
  background-size: cover;
  -webkit-background-size: cover;
  color: #fff;
  text-align: center;
  padding: 30px 110px;
}
#sec02 .inner{
  width: 90%;
  height: 100%;
}
#sec02 .policy{
  background-color: rgba(255,0,0,0.5);
  width: 45%;
  padding: 50px 30px;
}
#sec02 .policy span{
  font-size: 1.1em;
  line-height: 1;
  letter-spacing: 0.8px;
}
#sec02 .policy p{
  font-size: 1.1em;
  line-height: 1.8;
  letter-spacing: 0.4px;
  text-align: left;
  margin-top: 30px;
}
/* 詳しくみるボタン */
.button01 {
  position: relative;
  display: inline-block;
  padding: 0.2em 2.5em;
  margin: 30px 0 10px 0;
  font-weight: bold;
  font-size: 1.2em;
  border: solid 2px #fff;
  border-radius: 50px;
  transition: .4s;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.button01::after {
  position: absolute;
  top: 50%;
  right: .2em;
  content: '';
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #fff;
  transition: all .2s;
}
.button01:hover {
  background: red;
  color: #fff;
  text-decoration: none;
}
.button01:hover::after {
  right: -.05em;
}
@media screen and (max-width: 770px) {
#sec02{
  padding: 0;
}
#sec02 .inner{
  width: 100%;
  height: 100%;
}
#sec02 .policy{
  width: 100%;
  padding: 50px 0;
}
#sec02 .policy p{
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
}
}
@media screen and (max-width: 650px) {
#sec02{
  width: 100%;
  height: 100%;
  padding: 0;
}
#sec02 .inner{
  background-color: rgba(255,0,0,0.5);
  width: 100%;
  margin: 0 auto;
}
#sec02 .policy{
  width: 90%;
  padding: 30px 0;
  margin: 0 auto;
  background-color: transparent;
}
}

/* SEC03 通常メニュー
------------------------------------------------------------*/

#sec03 {
 margin-top: 80px;
}
#sec03 .inner{
  width: 90%;
  margin: 0 auto;
}
.col3{
  text-align: center;
}
.col3 li{
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
  vertical-align: top;
   margin: 0 auto;
}
.col3 li p{
  font-size: 1.2em;
  color: #fff;
  text-align: left;
}
.col3 img{
  margin-bottom: 10px;
}
/* 詳しくみるボタン */
.button02 {
  position: relative;
  display: inline-block;
  padding: 0.2em 2.5em;
  margin: 40px 0;
  font-weight: bold;
  font-size: 1.2em;
  border: solid 2px #fff;
  border-radius: 50px;
  transition: .4s;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.button02::after {
  position: absolute;
  top: 50%;
  right: .2em;
  content: '';
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: black;
  transition: all .2s;
}
.button02:hover {
  background: #fff;
  color: black;
  text-decoration: none;
}
.button02:hover::after {
  right: -.05em;
}
@media screen and (max-width: 770px) {
#sec03 .inner{
  width: 100%;
}
#sec03 h2{
  font-size: 2em;
}   
.col3 img{
  margin-bottom: 0;
}
.col3 li{
  display: inline-block;
  width: 31%;
  margin: 0 auto;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 50px;
}   
.col3 li p{
  font-size: 1em;
}
}
@media screen and (max-width: 650px) {
#sec03 {
 margin-top: 30px;
}
#sec03 .inner{
  width: 100%;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 35px;
}
.col3 h2{
  margin: -30px 0 -10px 0;     
}
.col3 li{
  width: 90%;
  margin: 0 auto;
  padding: 0;
  display: block;
  margin-bottom: 60px;
}
.col3 img{
  margin-bottom: 0;
}
.button02 {
  padding: 0.3em 3em;
  font-size: 1.3em;
  margin: 30px 0 20px 0;
}
}

/* SEC04 お知らせ・イベント情報
------------------------------------------------------------*/

#sec04 {
  width: 100%;
  height: 100%;
}
#sec04 .inner{
  width: 1000px;
  height: 600px;
  margin: 0 auto;
  padding: 0;
}
.tab_wrap{
  width:65%;
  height: 100%;
  margin:0 auto;
  display: inline-block;
  float: left;
}
input[type="radio"]{display:none;}
.tab_area{
  font-size:0;
  text-align: center;
  margin-left: 12px;
}
.tab_area label{
  text-decoration: none;
  width: 24.85%;
  margin: 6px 0;
  display:inline-block;
  background-color: black; 
  padding:13px 0;
  color: #fff;
  text-align:center;
  font-size:15px;
  cursor:pointer;
  transition:ease 0.2s opacity;
}
.tab_area label:hover{
  opacity:0.5;
}
.panel_area{
  text-align: left;
  padding: 0;
  margin: 0;
  margin-left: 15px;
}
.tab_panel{
  width:100%;
  margin: 20px 0;
  display:none;
  border-top: 1px solid #BBBBBB; 
}
.tab_panel p{
  text-align:left;
  display: block;
  font-size: 1.1em; 
  border-bottom: 1px solid #BBBBBB;  
  padding: 15px 0;
  color: #fff;
}
.tab_panel a{
  color: #fff;
  text-decoration: none;
}
.tab_panel a:hover{
  opacity: 0.5;
}
#tab1:checked ~ .tab_area .tab1_label{background:#c10b13; color:#FFF; border: none;font-weight:bold;}
#tab1:checked ~ .panel_area #panel1{display:block;}
#tab2:checked ~ .tab_area .tab2_label{background:#c10b13; color:#FFF; border: none;font-weight:bold;}
#tab2:checked ~ .panel_area #panel2{display:block;}
#tab3:checked ~ .tab_area .tab3_label{background:#c10b13; color:#FFF; border: none;font-weight:bold;}
#tab3:checked ~ .panel_area #panel3{display:block;}

/* 新商品情報 */
.new_item {
  width: 30%;
  text-align: center;
  display:inline-block;
  float: right;
  margin: 0 15px;
}
.new_item a {
  color: #fff;
  text-decoration: none;
}
.new_item p { 
  text-align: left;
  padding: 20px 10px;
  font-size:1em;
  color: #fff;
} 
.new_item img { 
  padding: 10px;
}  
h3 {
  font-size: 2em;
  margin-bottom: 10px;
  color :#fff;
  font-weight: bold;
}
@media screen and (max-width: 770px) {
#sec04 .inner{
  width: 95%;
  height: 100%;
}
.tab_wrap{
  margin: 0 auto;
  margin-bottom: 60px;
}
.panel_area{
  margin-left: 5px;
}
.new_item p { 
  padding: 20px 0;
} 
}
@media screen and (max-width: 650px) {
#sec04 {
  width:100%;
}
#sec04 .inner{
  width:90%;
  height: 100%;
  margin: 0 auto;
}
.tab_wrap{
  width:100%;
  display: inline-block;
  clear: both;
  margin-bottom: 30px;
}
.tab_area{
  margin-left: 0;
}
.tab_area label{
  width: 33%;
  margin: 3px 0;
  padding:10px 0;
}
.panel_area{
  margin-left: 0;
}
.new_item {
  width:100%;
  margin: 0;
  margin-bottom: 60px;
  font-size: 1em;
}
.new_item h2{
  margin: -30px 0 -10px 0;
}
.new_item img{
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
}
}

/* SEC05 お問い合わせ
------------------------------------------------------------*/

#sec05{
  background: url(https://img21.shop-pro.jp/PA01455/311/etc/sec05_bg.jpg?cmsp_timestamp=20200828035652) no-repeat 100% 100% fixed;
  background-size: cover;
  -webkit-background-size: cover;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 0;
}
#sec05 .inner{
  background-color: rgba(0,0,0,0.6);
  width: 100%;
  height: 100%;
}
#sec05 ul{
  width: 80%;
  margin: 0 auto;
}
#sec05 p{
  margin: 13px 0;
}

/* お問い合わせはこちらボタン */
.button {
  position: relative;
  display: inline-block;
  padding: 0.3em 2.5em;
  margin: 40px 0;
  font-size: 1.5em;
  border: solid 2px #fff;
  border-radius: 50px;
  transition: .4s;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.button::after {
  position: absolute;
  top: 50%;
  right: .2em;
  content: '';
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #fff;
  transition: all .2s;
}
.button:hover {
  background: black;
  color: #fff;
  text-decoration: none;
}
.button:hover::after {
  right: -.05em;
}

.tell{
  font-size: 2em;
}
.tell a{
  color: #FFF;
}

/* Googleマップ */
.iframe-content {
  width: 100%;
  margin-bottom: 60px;
}
.iframe-content iframe {
  width: 100%;
  height: 400px;
}

@media only screen and (max-width: 650px){
#sec05 {
    width: 100%;
    height: 100%;
}
#sec05 .inner{
  width: 100%;
}
#sec05 ul{
  width: 90%;
  margin: 0 auto;
}
.iframe-content {
  margin-bottom: 20px;
}
}




/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
        margin: 0 auto;
        text-align: center;
        padding: 10px 0 60px 0;
	}
	section h2{
		padding: 60px 0 0 0;
	}
	.txt h2{
		padding: 0 0 20px !important;
	}
}

@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
                width: 95%;
                font-weight: bold;
	}

	#mainnav{
		position:fixed;
		top: 0;
                left: 0;
		width:100%;
		z-index:500;
		background-color: #fff;
		filter:alpha(opacity=50);
		-moz-opacity: 1;
		opacity: 1;
	}

	#mainnav li{
		float: left;
	}

	#logo{
		float: right;
		display: block;
                width: 17%;
                padding: 5px 2px 0 0;
                margin-left: -5px;
        }
	#top_menu{
		padding: 21px 15px 20px 33px;
		display: inline-block;
		font-size: 1.2em
	}

  #mainnav a{
		color: black;
	}
  
    #mainnav a:hover {
		color: #ffbd00;
　              text-decoration: underline double red;
	}
	
	#mainnav.changeNav{
		background: rgba(255,255,255,.9);
		border-bottom: 1px solid #d1d1d1;
	}
	
	#mainnav.changeNav li{
		padding: 10px 10px;
	}

	/* SEC02 MESSAGE
	-----------------*/
	.txt, .bg{
		width: 50%;
		float: left;
		display: table;
	background: #f6f6f6;
	}

	#sec02_02 .txt, #sec02_02 .bg{
		float: right;
	}

	.vMid{
		display: table-cell;
		padding: 0 100px;
		vertical-align: middle;
	}
}

@media only screen and (max-width: 799px){
	#slogan h1{
		font-size: 31px;
	}

	#slogan h2{
		font-size: 16px;
	}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #fff;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #fff;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

}

@media only screen and (max-width: 1199px){
	section h2{
		padding: 50px 0 20px 0;
	}
	#sec01 h2{
		padding: 70px 0 20px;
	}
	.vMid{
		padding: 0 20px;
	}
}



/* 右 サイドバナー
------------------------------------------------------------*/

#fixed_right_banner 
{
  position: fixed;
  top: 50px;/* 右端の上から50pxの位置に固定表示 */
  right: 0;
  z-index:102;
}
 
/* 画像の共通設定 */
#fixed_right_banner > * 
{
  clear: both;
  float: right;
  width: 120px;
  margin-right: -15px;/* 最初にあらかじめ右側を詰めて表示。 */
}
 
/* 2個目以降の画像の上部に余白を作る */
#fixed_right_banner > * ~ * { margin-top: 20px; }
 
/* リンク要素 */
#fixed_right_banner > a
{
  /* ブロック要素に変更 */
  display: block;
}
/* マウスオーバーで、詰めた右側のマージンをリセット。 */
#fixed_right_banner > *:hover
{
  margin-right: 0;
}
/* コンテンツに被らないようにするメディアクエリ */
@media (max-width: 1155px)
{
  #fixed_right_banner { display: none; }
}