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

a:hover{
	text-decoration: none;
}
#region_gmap {
 	width: 80%;
	margin: 20px auto 0;
}
#region_gmap img{
	width: 100%;
}
	
.text{
	margin: 10px 0;
	overflow: hidden;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Helvetica,Arial,Verdana,sans-serif;
	line-height: 1.7;
}

.over-hidden{
	overflow: hidden;
}

.hidden-p p{
	display: none;
}

img.img-left{
	margin: 0 20px 10px 0;
	float: left;
}

img.img-right{
	margin: 0 0 10px 20px;
	float: right;
}

img.img-500{
	width: 500px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

img.img-400{
	width: 400px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}


img.img-350{
	width: 350px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

img.img-300{
	width: 300px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

img.img-250{
	width: 250px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

img.img-200{
	width: 200px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}


	
@media screen and (max-width: 768px) {
	.text{
		margin: 10px 0;
	}
	img.img-300,
	img.img-250,
	img.img-200{
		float: none;
		width: 80%;
		margin: 10px auto;
	}
}

.text p{
	line-height: 1.8;
	color: #222839;
}

.text-right{
	text-align: right;
}

.gmap,
.gmap iframe{
	width: 100%;
	height: 300px;
	margin-top: 20px;
}


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

.flyer_topics_cat1{
	border: 5px #eb6654 solid;
	border-radius: 5px;
	margin-bottom: 20px;
}
@media screen and (max-width: 412px) {
	.flyer_topics_cat1{
	margin:0 10px 20px 10px;
	}
}

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

@media screen and (max-width: 412px) {
	.flyer_topics_cat2{
	margin:0 10px 20px 10px;
	}
}

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

@media screen and (max-width: 412px) {
	.flyer_topics_cat3{
	margin:0 10px 20px 10px;
	}
}

.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;
}


/**    商品
────────────────────**/
a .item_sub_nav{
	width: 24%;
	float: left;
	padding: 5px;
	background: url(/img/item/item_sub_nav.jpg);
	margin: 10px 0 0 5px;
	border-radius: 5px;
}

a:hover .item_sub_nav{
	background: url(/img/item/item_sub_nav_hover.jpg);
}

a .item_sub_nav span{
	margin-left: 0;
	font-size: 110%;
	font-weight: bold;
	font-family: "游ゴシック";
	margin-left: 10px;
	color: #6a3906;
	text-shadow: 2px  2px 10px #fff ,
               -2px  2px 10px #fff ,
                2px -2px 10px #fff ,
               -2px -2px 10px #fff;
}

.button_line{
	margin: 0px;
	border: 1px #a6937c dashed;
}

a .item_sub_nav img{
	margin: -3px 0 -3px -6px!important;
}


@media screen and (max-width: 768px) {
	a .item_sub_nav{
		width: 50%;
		float: left;
		padding: 0;
		background: url(/img/item/item_sub_nav.jpg);
		margin: 0;
		border-radius: 0;
	}

	a:hover .item_sub_nav{
		background: url(/img/item/item_sub_nav_hover.jpg);
	}

	a .item_sub_nav span{
		margin-left: 0;
		font-size: 110%;
		font-weight: bold;
		font-family: "游ゴシック";
		margin-left: 10px;
		color: #6a3906;
		text-shadow: 2px  2px 10px #fff ,
				   -2px  2px 10px #fff ,
					2px -2px 10px #fff ,
				   -2px -2px 10px #fff;
	}

	.button_line{
		padding: 3px;
		margin: 0px;
		border-bottom: 1px #a6937c dashed;
		border-top: 0;
		border-right: 1px #a6937c dashed;
		border-left: 0;
	}

	a .item_sub_nav img{
		margin: 0!important;
		width: 30px;
	}
}

p.item_title{
	text-align: center;
	font-family: "游ゴシック";
	font-size: 200%;
	font-weight: bold;
	margin: 50px 0;
	border-bottom: 2px #ed6100 dotted;
}

.item{
	margin-bottom: 30px;
}


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

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

}

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

p.item_cat{
	text-align: center;
	width: 50%;
	color: #fff;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	padding: 0;
	margin: 3px;
	text-decoration: none;
}



/**ボタン色**/
p.cat_a{background: #d55548;}/**お弁当**/
p.cat_b{background: #1363a0;}/**皿盛り**/
p.cat_c{background: #4f8b6b;}/**お寿司**/
p.cat_d{background: #8c79a4;}/**オードブル**/
p.cat_e{background: #ec7c1d;}/**お刺身**/
p.cat_f{background: #ac3359;}/**焼肉セット**/
p.cat_g{background: #8fc31f;}/**ギフト商品**/
p.cat_h{background: #6c6c65;}/**配達エリア**/



/**    ベルについて
────────────────────**/
.time{
	overflow: hidden;
	margin-bottom: 30px;
}

.time_small{
	font-size: 60%;
	margin-bottom: 0;
	margin-top: 10px;
}

.time_left{
	float: left;
}

.time div{
	float: left;
	font-size: 160%;
	font-weight: bold;
	margin-right: 10px;
}

.time div.heijitsu{
	background: #2bac38;
	border-radius: 3px;
	padding: 5px 5px 3px 5px;
	line-height: 1;
	color: #fff;
	font-size: 160%;
	margin-left: 5px;
	margin-top: 5px;
}

.time div.nichiyou{
	background: #e60012;
	border-radius: 3px;
	padding: 5px 5px 3px 5px;
	line-height: 1;
	color: #fff;
	font-size: 160%;
	margin-left: 20px;
	margin-top: 5px;
}

.time div.daiso{
	clear: left;
	margin-left: 5px;
}

@media screen and (max-width: 768px) {
	.time div.nichiyou{
		clear: left;
		margin-left: 5px;
	}
}

.youbi_small{
	margin-top: 2px!important;
}

.time div span{
	color: #ed6e3d;
	font-size: 130%;
}

.about-img-1 img{
	width: 100%;
	height: 300px;
	object-fit: cover;
	margin-bottom: 4px;
}

.to-profile{
	font-size: 120%!important;
	font-weight: normal!important;
	margin: 15px 0 0 20px;
}

.to-bk-about{
	font-size: 120%;
	float: right;
}

.about-img-2 img{
	width: 100%;
	height: 148px;
	object-fit: cover;
	margin-bottom: 4px;
}

@media screen and (max-width: 768px) {
	.about-img-1 img{
		height: 200px;
	}
	.about-img-2{
		width: 49%;
		float: left;
		margin-right: 3px;
	}
	.about-img-2 img{
		height: 100px;
	}
}

.waku_insta{
	border: 3px #ed6e3d solid;
	border-radius: 10px;
	margin-top: 15px;
}
@media screen and (max-width: 768px) {
	.waku_insta{
		display: none;
	}
}

.tenpo{
	border: 1.2px #939290 solid;
	border-radius: 5px;
	margin-top: 20px;
	overflow: hidden;
}

.tenpo-heading{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom: 1px #939290 dotted;
	overflow: hidden;
	padding-top: 5px;
}

.tenpo-heading h2{
	margin: 20px 20px 5px 10px;
	font-size: 130%;
	font-weight: bold;
	font-family: "游ゴシック";
	float: left;
}

.tenpo-heading h2.wako{
	width: 100%;
	float: none;
	margin-top: 14px;
}

.tenpo-heading img.daiso{
	margin: 0 10px 5px 0;
	float: left;
}


.tenpo-img{
	width: 80%;
	margin: 10px auto 10px;
	height: 210px;
}

.tenpo-img img{
	width: 100%;
}

/* table_style
──────────────────── */

table.table_style_a{
	width: 100%;
	margin: 10px auto;
}

table.table_style_a td{
	border-bottom: 1px solid #facd89;
	padding: 10px;
	background: #fff;
}


table.table_style_a th{
	text-align: center;
	padding: 10px;
	background: #fffdcd;
	color: #ed6e3d;
	border-bottom: 1px solid #facd89;
}

@media screen and (max-width: 768px) {
	table.table_style_a th{
		width: 30%;
	}
}

table.table_style_a td.td_left{
	border-left: 1px solid #ccc;
}








.del_map_text{
	margin-left: 280px;
}

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




/* 問い合わせフォーム
────────────────────*/

input#submit_button{
	margin: 20px auto;
	width: 40%;
	background: #0e5f7f;
	border: 1px #0e5f7f solid;
	color: #fff;
	display: block;
	padding: 20px 0;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	font-size: 120%;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Helvetica,Arial,Verdana,sans-serif;
}

input#submit_button:hover{
	background: #28829a;
}


input#back_button{
	width: 40%;
	background: #75827c;
	border: 1px #75827c solid;
	color: #fff;
	display: block;
	padding: 20px 0;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	float: left;
	margin-right: 20px;
	margin-left: 60px;
	font-size: 120%;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Helvetica,Arial,Verdana,sans-serif;
}

input#back_button:hover{
	background: #b1b8b5;
}


table.table_style_b{
	width: 100%;
	margin: 20px auto;
}

table.table_style_b td{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 10px;
	background: #fff;
}


table.table_style_b th{
	border: 1px solid #ccc;
	text-align: center;
	padding: 10px;
	background: #e5e5e5;
	
}

table.table_style_b td.td_left{
	border-left: 1px solid #ccc;
}

/* page_number
-------------- */


ul#number{
	margin: 20px auto;
	text-align: center;
	overflow: hidden;
}


ul#number li{
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	float: left;
	list-style: none;
	margin-right: 10px;
	border: 1px #0e5f7f solid;
	color: #0e5f7f;
	line-height: 2;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	font-weight: bold;
}

ul#number li a{
	display: block;
	background: #0e5f7f;
	color: #ffffff;
	text-decoration: none;
}

ul#number li a:hover{
	display: block;
	background: #2493b2;
	color: #ffffff;
	text-decoration: none;
}

/* ライン
-------------- */
.line_box{
	width: 45%;
	float: left;
	border: 10px #00b900 solid;
	padding: 20px;
	text-align: center;
	border-radius: 30px;
	margin-right: 20px;
}

.line_box h1{
	font-size: 180%;
	font-weight: bold;
}

p.qrcode{
	width: 150px;
	margin: 5px auto;
}

.qr_p{
		font-size: 90%;
	}
p.qrcode img{
	width: 100%;
}

.btn_line{
	margin: 0 auto;
	display: none;
}


@media screen and (max-width: 768px) {
	.line_box{
		width: 90%;
		float: none;
		border: 5px #00b900 solid;
		padding: 20px;
		text-align: center;
		border-radius: 30px;
		margin: 0 auto 20px;
	}
	p.qrcode{
		display: none;
		}
	.qr_p{
		display: none;
	}
	
	.btn_line{
		margin: 0 auto;
		display: inherit;
	}

	img.btn_line_img{
		width: 150px;
	}
}
