@charset "utf-8";
/* CSS Document */

body{
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Helvetica,Arial,Verdana,sans-serif;
	color: #434343;
	background: url(../img/body_bk.jpg) repeat-x;
}


hr{
	clear: both;
	visibility: hidden;
	height: 0;
	margin: 0;
	line-height: 0;
	border: none;
}
.center{ text-align: center;}

.clear-left{
	clear: left;
}

.clear-right{
	clear: right;
}

#contents{
	width: 100%;
	overflow: hidden;
}

#contents .container{
	width: 1100px;
	margin: 0 auto;
	padding: 0;
}


@media screen and (max-width: 768px){
	#contents .container{
		width: 100%;
	}
	
	.smart-100{
		width: 100%;
	}
}

.mb20{ margin-bottom: 20px;}

.img_60{
	width: 60%;
	margin: 0px auto;
}
.img_60 img{
	width: 100%;
}
.img_70{
	width: 70%;
	margin: 0px auto;
}
.img_70 img{
	width: 100%;
}

.img_90{
	width: 90%;
	margin: 0px auto;
}
.img_90 img{
	width: 100%;
}

.img_100{
	width: 100%;
	margin: 0px auto;
}
.img_100 img{
	width: 100%;
}

@media screen and (max-width: 768px){
	.img_60,.img_70,.img_80,.img_90,.img_100{
		width: 100%;
	}
	.smart_img_100{
		width: 100%;
	}
}



.font-70{ font-size: 70%;}
.font-80{ font-size: 80%;}
.font-90{ font-size: 90%;}
.font-110{ font-size: 110%;}
.font-120{ font-size: 120%;}
.font-130{ font-size: 130%;}
.font-140{ font-size: 140%;}
.font-150{ font-size: 150%;}
.font-160{ font-size: 160%;}
.font-170{ font-size: 170%;}
.font-180{ font-size: 180%;}
.font-190{ font-size: 190%;}
.font-200{ font-size: 200%;}
.font-210{ font-size: 210%;}
.font-normal{ font-weight: normal;}
.font-bold{ font-weight: bold;
font-weight: 110%!important;
font-family: "游ゴシック"; }
.letter-sp1{ letter-spacing: 0.1em !important;}

.font-min{font-family: "游明朝";}
.font-min-bold{font-family: "游明朝"; font-weight: bold;}

.color_orange{ color: #ec6941;}
.color_blue{color:#38bcd2;}
.color_blue2{color: #0096df;}
.color_green{ color: #54bd84;}
.color_red{ color: #e60012;}


.line_yellow{ background: #fff799;}


.li_sp{ margin-top: 10px; padding-top: 10px;}

.margin_top15{ margin-top: 15px;}
.margin_top30{ margin-top: 30px;}
.margin_bottom30{ margin-bottom: 30px;}

.margin-auto{
	margin: 0 auto!important;
}

a p.button_style_a{
	border: 1px #626262 solid;
	padding: 3px 5px;
	width: auto;
	display: block;
	float: left;
	border-radius: 2px;
	font-weight: bold;
	text-decoration: none;
	color: #434343;
}



a:hover p.button_style_a{
	background: #32b16c;
	color: #fff;
	border: 1px #32b16c solid;
}

a p.button_style_a i{
	font-size: 150%;
	color: #e60012;
}

a:hover p.button_style_a i{
	color: #fff100;
	
}


.width_80{
	width: 80%;
	margin: 20px auto;
}

@media screen and (max-width: 768px){
	.smart-none{
		display: none;
	}
}


/**    header
────────────────────**/

#top_bar{
	background: url(../img/top_bar.jpg);
	text-align: center;
	color: #fff;
	padding: 5px;
	font-size: 90%;
}

#header_bk{
	background: url(../img/header_bk.png) repeat-x 0 660px;
}

#header{
	overflow: hidden;
	width: 1100px;
	margin: 10px auto 0;
}


#header_sub{
	overflow: hidden;
	width: 1100px;
	height: 130px;
	margin: 10px auto 0;
}


@media screen and (max-width: 768px) {
	#header_sub{
		height: 30px;
	}
}


#logo{
	text-align: center;
}
#logo img{
		z-index: 1;
		position: absolute;
		top: 90px;
	  left: 50%;
	  -ms-transform: translate(-50%,-50%);
	  -webkit-transform: translate(-50%,-50%);
	  transform: translate(-50%,-50%);
	}


#top_illust img{
	z-index: 2;
	position: absolute;
}

@media screen and (min-width:1024px) {
	#logo img{
		z-index: 1;
		position: absolute;
		top: 90px;
	  left: 50%;
	  -ms-transform: translate(-50%,-50%);
	  -webkit-transform: translate(-50%,-50%);
	  transform: translate(-50%,-50%);
	}

}

@media screen and (max-width:1024px) {
	#logo img{
		z-index: 1;
		position: absolute;
		top: 90px;
	  left: 50%;
	  -ms-transform: translate(-50%,-50%);
	  -webkit-transform: translate(-50%,-50%);
	  transform: translate(-50%,-50%);
	}

}

@media screen and (max-width: 768px){
	#header{
		width: 100%;
	}

	#logo img{
		width: 70%;
		z-index: 1;
		position: absolute;
		top: 90px;
	  left: 50%;
	  -ms-transform: translate(-50%,-50%);
	  -webkit-transform: translate(-50%,-50%);
	  transform: translate(-50%,-50%);
	}
	#top_illust img{
		display: none;
		height: 0;
	}
}

@media screen and (max-width: 414px){
	#logo img{
		width: 50%;
		z-index: 1;
		position: absolute;
		top: 90px;
	  left: 50%;
	  -ms-transform: translate(-50%,-50%);
	  -webkit-transform: translate(-50%,-50%);
	  transform: translate(-50%,-50%);
	}
}

@media screen and (max-width: 375px){
	#logo img{
		width: 60%;
		z-index: 1;
		position: absolute;
		top: 90px;
	  left: 50%;
	  -ms-transform: translate(-50%,-50%);
	  -webkit-transform: translate(-50%,-50%);
	  transform: translate(-50%,-50%);
	}
}

@media screen and (max-width: 320px){
	#logo img{
		width: 70%;
		z-index: 1;
		position: absolute;
		top: 100px;
	  left: 50%;
	  -ms-transform: translate(-50%,-50%);
	  -webkit-transform: translate(-50%,-50%);
	  transform: translate(-50%,-50%);
	}
}

/* スライドショー
---------------------------------------------------- */

#slider{
	width: 1100px;
	margin: 110px auto 10px;
	z-index: 1;
}
	
@media screen and (max-width: 768px){
	#slider{
		width: 100%;
		margin: 30px auto 0;
		z-index: 1;
	}
}
.swiper-container{
	text-align: center;
	margin: 10px 0 0 0;
		}
.swiper-container .swiper-slide img{
			max-width: 100%;
			width: 100%;
			height: auto;
		}
.prettyprint{
			border: none;
			background: #fafafa;
			color: #697d86;
	position:absolute;
		}
#thumbs {
	        height: 70px;
	        box-sizing: border-box;
	        padding: 0;
			margin-bottom: 80px;
	    }
@media screen and (max-width: 768px){
	#thumbs {
		height: 0;
		margin: 0;
	    }
}
#thumbs .swiper-slide {
	        width: 15%;
	        height: 100%;
	        opacity: 0.2;
	        cursor: pointer;
	    }
#thumbs .swiper-slide-active {
	        opacity: 1;
	    }
@media screen and (max-width: 768px) {
	#slider{
		width: 100%;
	}
}


.navbar{
	margin-bottom: 1px !important;
}
#nav_bk_under{
	width: 100%;
	background: url(../img/nav_bk.jpg);
	padding: 10px 0;
}
#nav_bk{
	background: linear-gradient(#f7931e,#ec6941);
	width: 100%;
}



.dropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 1100px;
  margin: 0 auto;
  padding: 0;
	position: relative;
	font-family: "游ゴシック","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Helvetica,Arial,Verdana,sans-serif;
	
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
	width: 100%;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
	position: relative;
	width: 20%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}



.dropmenu li.current,
.dropmenu li.current a,
.dropmenu li.current a:hover{
 background: linear-gradient(#299653,#297645);
}

@media screen and (max-width: 768px) {
	#nav_bk_under{
		height: 0;
	}
	#nav_bk{
		height: 0;
	}
	.navbar{
		height: 0;
	}
	.dropmenu li.current,
	.dropmenu li.current a,
	.dropmenu li.current a:hover{
	 background: none;
	}
}

.dropmenu li.current ul li a{
 background: linear-gradient(#f7931e,#ec6941);
}
.dropmenu li.current ul li a:hover{
 background: linear-gradient(#fbb03b,#f7931e);
}
.dropmenu li a{
	display: block;
	height: 72px;
	margin: 0;
	padding-top: 5px;
	line-height: 1.4;
	background: linear-gradient(#f7931e,#ec6941);
	color: #fff;
	font-size: 120%;
  	text-decoration: none;
	font-weight: bold;
}


.dropmenu li a i{
	color: #c7d936;
	font-size: 150%;
	padding-right: 10px;
	margin-left: 10px;
}

.dropmenu li.current a i{
	color: #fff;
	font-size: 140%;
}

.dropmenu li.current ul li a{
	background: #03934d;
}


.dropmenu li a span{
	display:block;
  	text-indent:0;
 	margin:1px 0 0 0;
	vertical-align: middle;
	font-weight: bold;
	color: #fff;
}

.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
	width: 100%;
}
.dropmenu li ul li{
  width: 100%;
	height: 40px;
	border-right: none;
}


.dropmenu li ul.long li{
  width: 120%;
	height: 40px;
	border-right: none;
}


.dropmenu li ul.long2 li{
  width: 160%;
	height: 40px;
	border-right: none;
}

.dropmenu li ul li a{
  padding: 13px 15px;
  border-top: 1px solid #f7931e;
  background: #ec6941;
  text-align: left;
	height: 40px;
	font-weight: normal;
	font-size: 120%;
	font-weight: bold;
}
.dropmenu li:hover > a{
  background: linear-gradient(#fbb03b,#f7931e);
}
.dropmenu li a:hover{
  background: linear-gradient(#fbb03b,#f7931e);
}


#normal li ul{
  display: none;
}
#normal li:hover ul{
  display: block;
}


.flexslider {
    position: relative;
    zoom: 1;
}


/*****/
		 
.nav-button {
  display: none;
}

.nav-wrap.open {
  display: block;
}
.nav-wrap.close {
  display: none;
}
@media screen and (min-width: 769px) {
  .nav-wrap {
    display: block !important;
	margin: 0 auto;
  }
}
.content {
  padding: 20px;
}
@media screen and (max-width: 768px) {

  .nav-button {
    display: block;
    cursor: pointer;
  }
  .nav-wrap {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    
  }
  /*メニューボタンのエフェクト*/
  .nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .nav-button {
    z-index: 20;
    position: relative;
    width: 40px;
    height: 36px;
	  margin: 10px;
	  float: left;
  }
  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #ccc;
    border-radius: 4px;
  }
  .nav-button span:nth-of-type(1) {
    top: 0;
  }
  .nav-button span:nth-of-type(2) {
    top: 16px;
  }
  .nav-button span:nth-of-type(3) {
    bottom: 0;
  }
  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-45deg);
    transform: translateY(16px) rotate(-45deg);
  }
  .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(45deg);
  }
	
	.dropmenu{
		padding-top: 100px;
	}
	
	.dropmenu li{
	  position: relative;
		height: auto;
	  width: 100%;
	  float: none;
	  margin: 0;
	  padding:10px 3px;
	  text-align: left;
		border-right: none;
		border-bottom: 1px #fff solid;
		overflow: hidden;
	}
	
	.dropmenu li a{
	  display: block;
	  margin: 0;
	  padding: 0;
		line-height: 1.1;
	  background: none;
	  color: #fff;
	  font-size: 100%;
	  text-decoration: none;
		
	}
	
	
	.dropmenu li#nav_left{
		border-left: none;
	}
	
	.dropmenu li.current a,
	.dropmenu li.current a:hover{
	 background: none;
	}

	.dropmenu li a i{
		color: #FFFFFF;
		font-size: 120%;
		float: left;
		margin-right: 15px;
	}

	.dropmenu li.current a i{
		color: #fff;
		font-size: 120%;
	}
	.dropmenu li a span{
		display:block;
		text-indent:0;
		margin:0 auto;
		vertical-align: middle;
		font-weight: bold;
		color: #fff;
		float: left;
		font-size: 120%;
	}
	
	#normal li ul{
	  display: inline; 
	}
	#normal li:hover ul{
	  display: block;
	}
	.dropmenu li ul{
	  list-style: none;
	  position: relative;

	}
	.dropmenu li ul li{
	  width: 100%;
		height: auto;
		padding: 15px 0;
		border-right: none;
		border-bottom: none;
		margin-left: 45px;
	}
	.dropmenu li ul li a{
	  padding:0;
	  border-top: none;
	  background: none;
	  text-align: left;
		height: 0px;
	}
	
	.dropmenu li ul li,
	.dropmenu li ul.long li,
	.dropmenu li ul.long2 li{
		height: auto;
	}
	
	.dropmenu li a{
		height: auto;
	}

}



/* サイドバー
---------------------------------------------------- */
.side_banner{
	margin: 10px 0;
}


#side_topics{
	border: #ffda44 8px solid;
	padding: 0px 5px 10px;
	border-radius: 5px;
	background: #fbfcf7;
	margin-bottom: 15px;
}

@media screen and (max-width: 412px) {
	#side_topics{
		margin: 0 10px 15px 10px
	}
}
.topics_waku{
	border-bottom: #ffda44 3px dotted;
	display: block;
	margin-top: 10px;
}

.border_none{
	border-bottom: none!important;
}

.topics_waku p.date,
.list_topics_waku p.date,
.detail_topics_waku p.date{
	float: right;
	width: auto;
	color: #626262;
	font-size: 85%;
	font-family: "Courier New", Courier, "monospace";
}

.topics_waku p.cat,
.list_topics_waku p.cat,
.detail_topics_waku p.cat{
	width: 50%;
	color: #fff;
	text-align: center;
	padding: 1px;
	border-radius: 2px;
	font-family: "游ゴシック";
}

.list_topics_waku{
	border-bottom: #ffda44 3px dotted;
	display: block;
	margin-top: 10px;
	overflow: hidden;
	padding-bottom: 15px;
}

.detail_topics_waku{
	display: block;
	margin-top: 10px;
	overflow: hidden;
	padding-bottom: 15px;
}

.list_topics_waku p.cat,
.detail_topics_waku p.cat{
	width: 20%;
	color: #fff;
	text-align: center;
	padding: 1px;
	border-radius: 2px;
	font-family: "游ゴシック";
}

p.cat.detail{
	width: 100%!important;
	border-radius: 0;
	font-size: 130%;
	font-weight: bold;
	font-family: "游ゴシック";
}

.topics_cat1{
	background: #eb6654;/**やまのべ店**/
	color: #fff;
	overflow: hidden;
	clear: both
}

.topics_cat2{
	background: #28abda;/**河北店**/
	color: #fff;
	overflow: hidden;
	clear: both
}

.topics_cat3{
	background: #299653;/**両店共通**/
	color: #fff;
	overflow: hidden;
	clear: both
}

.topics_waku h1{
	font-size: 120%;
	margin: 10px 0;
	line-height: 1.5;
	font-family: "游ゴシック";
}

.topics_waku h1 a{
	color: #434343;
}

.topics_waku h1 a:hover{
	text-decoration: none;
	background: #fcf9d1;
}

.list_topics_waku h1,
.detail_topics_waku h1{
	font-size: 150%;
	margin: 10px 0;
	line-height: 1.5;
	font-family: "游ゴシック";
	font-weight: bold;
}


.topics_waku img{
	width: 100%;
	height: 150px;
	object-fit: cover;
	margin-bottom: 10px;

}

.list_topics_waku img{
	width: 40%;
	object-fit: cover;
	margin-left: 15px;
	float: right;
}

.detail_topics_waku img{
	width: 100%;
	object-fit: cover;
	margin: 15px 0;
}



p.topics_more{
	text-align: right;
	margin: 10px 0 0 0;
}

p.topics_more i{
	font-size: 120%;
	margin-right: 5px;
}

p.topics_more a{
	color: #eb6654;
}

p.topics_more a:hover{
	text-decoration: none;
	color: #f03118;
}


#side_line{
	border: #00b900 4px solid;
	padding: 5px 5px 0px;
	border-radius: 5px;
	background: #fbfcf7;
	margin-bottom: 0px;
	overflow: hidden;
}

@media screen and (max-width: 412px) {
	#side_line{
		margin: 0 10px 15px 10px
	}
}


a .line_button{
	display: block;
	border-radius: 5px;
	width: 90%;
	float: left;
	text-align: center;
	padding: 10px 0;
	text-decoration: none;
	font-size: 120%;
	font-family: "游ゴシック";
	font-weight: bold;
	color: #fff;
	background: #2bac38;
	border: 1px #2b9331 solid;
	margin: 10px 20px 15px 10px;
}
a:hover .line_button{
	background: #2b9331;
	color: #fff768;
}

a .line_button i{
	font-size: 130%;
	margin-right: 5px;
}


.nextback{
	text-align: center;
	color: #32b16c;
	margin: 50px 0 20px;
}

.nextback a{
	color: #32b16c;
	text-decoration: none;
}

.nextback a:hover{
	background: rgb(170,170,170,0.2);
}


/**  チラシ情報
────────────────────**/

a .flyer_button_omote{
	display: block;
	background: #ccc;
	border-radius: 5px;
	width: 60%;
	float: left;
	text-align: center;
	padding: 15px 0;
	text-decoration: none;
	font-size: 120%;
	font-family: "游ゴシック";
	font-weight: bold;
	color: #434343;
	background: linear-gradient(#fffcc4,#ffe396);
	border: 1px #ffce84 solid;
	margin-top: 5px;
}
a:hover .flyer_button_omote{
	background: linear-gradient(#fffcc4,#ffce84);
	color: #ec6b40;
	text-shadow: 2px  2px 10px #fff ,
               -2px  2px 10px #fff ,
                2px -2px 10px #fff ,
               -2px -2px 10px #fff;
}

.button_month{
	width: 100%!important;
}

a .flyer_button_ura{
	display: block;
	border-radius: 5px;
	width: 38%;
	float: right;
	text-align: center;
	padding: 15px 0;
	text-decoration: none;
	font-size: 120%;
	font-family: "游ゴシック";
	font-weight: bold;
	color: #434343;
	background: linear-gradient(#e5edbe,#c7edbe);
	border: 1px #c7e29e solid;
	margin-top: 5px;
}
a:hover .flyer_button_ura{
	background: linear-gradient(#e5edbe,#c7e29e);
	color: #ec6b40;
	text-shadow: 2px  2px 10px #fff ,
               -2px  2px 10px #fff ,
                2px -2px 10px #fff ,
               -2px -2px 10px #fff;
}


.flyer_button_omote i,
.flyer_button_ura i{
	font-size: 130%;
	margin-right: 5px;
}

.monthly{
	background: #fffde3;
	padding: 10px;
}


img.monthly_img{
	margin: 30px 0 20px 0;
}

@media screen and (max-width: 768px){
	img.monthly_img{
		margin: 0 0 0 15px;
		width: 100%;
	}
}

/**  目玉商品
────────────────────**/

.medama{
	border: 3px #e5f0a2 solid;
	padding: 5px;
	border-radius: 5px;
	margin:0 -10px 10px -10px;
}


@media screen and (max-width: 768px){
	.medama{
		margin:0 0 10px 0;
	}
	
}
.medama p.date{
	font-weight: bold;
	background: #e5f0a2;
}

h1.h1_medama{
	font-size: 140%;
	font-weight: bold;
	margin: 10px 0;
	font-family: "游ゴシック";
	color: #053b19;
}

.medama_img img{
	width: 100%;
	height: 150px;
	object-fit: cover;
	margin-bottom: 10px;

}

.timesale{
	background: #ed6100;
	color: #fff;
	font-weight: bold;
	font-family: "游ゴシック";
	padding: 0 0 0 5px;
	width: 100%;
}

.timesale i{
	font-size: 130%;
	padding-right: 2px;
}

.medama_comment{
	font-family: "游ゴシック";
	font-size: 110%;
	font-weight: bold;
}

.price{
	font-size: 280%;
	font-weight: bold;
	color: #ed6100;
	font-family: Tahoma, Geneva, "sans-serif";
}

.price_small{
	font-size: 110%;
	font-weight: bold;
	color: #ed6100;
}

/**  footer
────────────────────**/
#footer{
	width: 100%;
	padding: 15px 0 0 0;
	background: rgb(170,170,170,0.2);
}

.footer-contents{
	width: 1000px;
	margin: 30px auto;
	font-family: "游ゴシック","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Helvetica,Arial,Verdana,sans-serif;
}

.footer-contents p{
	margin: 0;
	font-size: 90%;
	font-weight: bold;
}

p.footer_title{
	font-size: 150%;
	line-height: 1.3;
	margin-bottom: 10px;
}

p.footer_title span{
	font-size: 70%;
}

.footer_map{
	padding: 5px;
	background: #fff;
	width: 410px;
}

.footer_map iframe{
	margin: 0 auto;
}

.gaikan{
	padding: 5px;
	background: #fff;
	width: 410px;
}
.gaikan img{
	width: 100%;
	margin: 0 auto;
}

#copyright{
	text-align: center;
	font-size: 80%;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Helvetica,Arial,Verdana,sans-serif;
	overflow: hidden;
	padding-top: 20px;
}

#copyright p a{
	color: #dee0df;
}


/**    チラシ情報
────────────────────**/

.flyer_topics_cat1{
	border: 5px #eb6654 solid;
	border-radius: 5px;
	margin-bottom: 20px;
}

.flyer_topics_cat2{
	border: 5px #28abda solid;
	border-radius: 5px;
	margin-bottom: 20px;
}

.flyer_topics_cat3{
	border: 5px #299653 solid;
	border-radius: 5px;
	margin-bottom: 20px;
}

.flyer_padding{
	padding-right: 25px!important;
}

	
@media screen and (max-width: 768px) {
	.flyer_padding{
		padding-right: 15px!important;
	}
}

.flyer_text{
	margin: 30px 0;
	font-family: "游ゴシック";
}



.pdf_button{
	margin-right: 10px;
}

a .pdf_button{
	display: block;
	background: #ccc;
	border-radius: 5px;
	width: 100%;
	float: left;
	text-align: center;
	padding: 15px 0;
	text-decoration: none;
	font-size: 120%;
	font-family: "游ゴシック";
	font-weight: bold;
	color: #434343;
	background: linear-gradient(#fffcc4,#ffe396);
	border: 1px #ffce84 solid;
}
a:hover .pdf_button{
	background: linear-gradient(#fffcc4,#ffce84);
	color: #ec6b40;
	text-shadow: 2px  2px 10px #fff ,
               -2px  2px 10px #fff ,
                2px -2px 10px #fff ,
               -2px -2px 10px #fff;
}

a .pdf_button i{
	font-size: 130%;
	margin-right: 5px;
}
