@media(max-width:860px){

body,html{
		width:95%;
		margin-left:auto;
		margin-right:auto;
		min-width:1200px;
}
	
	
}

@media screen and (max-width: 620px){

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

body,html{
		width:100%;
		min-width:initial;		
}
.w1200box{
	width: 100%;
	margin: 0 auto;
	padding: 0 5%;
	box-sizing: border-box;
}

.w1200box_fl{
	width: 100%;
	margin: 0 auto;
	padding: 0 5%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;/*均等配置*/
	flex-wrap:wrap;/*収まらない場合は複数行に*/
}
.w1200box_fl-st{
	width: 100%;
	margin: 0 auto;
	padding: 0 5%;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;;/*アイテムを左揃え*/
	flex-wrap:wrap;/*収まらない場合は複数行に*/
}
.sp_only{
		display: inline;
	}
	
.pc_only{
		display: none;
	}
	
/*------------------------------------------------------------
	全体共通
------------------------------------------------------------*/

.wrapper{
	width: 100%;
	height: auto;
}
.pageh2{
	width: 100%;
	height: auto;
	
	padding: 10px 0;
	margin: 10px auto 10px auto;
	text-align: center;
	font-size: 30px;
	
	color: #ff7400;/*テーマカラーオレンジ*/
	border-bottom: dotted 5px #ff7400;/*テーマカラーオレンジ*/
	border-top: dotted 5px #ff7400;/*テーマカラーオレンジ*/
}
.attention{
	font-size: 0.8em;
	text-align: center;
}	
.pageimg{
	width: 100%;
	height: 300px;
	margin-bottom: 50px;
}


/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
.wrapheader{
	width: 100%;
	height: 195px;
	background-color: #facd89;
	padding: 0 5%;
	box-sizing: border-box;
}
.headdots{
	widows: 100%;
	height: 17px;
	background-image:url("../imgs/bg_headerdots.png");
	background-repeat: repeat-x;
}
.header{
	width: 100%;
	height: 190px;
	margin: 0 auto;
	position: relative;
}
h1{
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	top:3px;
	left: 0;/*absoluteの時のセンター揃え定型*/
  	right: 0;
  	margin: auto;
}

.headlogo{
	width: 200px;
	height: auto;
	position: absolute;
	left: 0;/*absoluteの時のセンター揃え定型*/
  	right: 0;
  	margin: auto;
}
.headlogo img{
	width: 100%;
	height: auto;
}
.headtelbox{
	width: 100%;
	height: 70px;
	border-radius: 35px;
	background-color: #ffffff;
	position: absolute;
	top:110px;
	left:0px;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	line-height: 35px;
	display: flex;
	flex-flow: column;
	align-items: center;
  	justify-content: center;

}
.headtelfax{
	width: 220px;
	height: 35px;
}
	
/*------------------------------------------------------------
	ヘッダーナビゲーション
------------------------------------------------------------*/
.btn-gnavi{
	width: 100%;
	height: auto;
	position: static;
/*	top:0;
	right: 0;*/
}	
ul.menubox{
	width: 100%;
	height: 100%;
	display: inline;/*初期値に戻す*/
}
ul.menubox li {
	width: 100%;
	height: 80px;
	text-align: left;
	padding-top: 0px;
	box-sizing: border-box;
	position: relative;
	line-height: 40px;
}
ul.menubox li a{
	width: 100%;
	height: 80px;
	font-weight: bold;
	display: block;

}

	
	
.icon_obento{
	width: 57px;
	height: 41px;
	position: absolute;
	top:95px;
	left: 60px;
}
.icon_gift{
	width: 52px;
	height: 52px;
	position: absolute;
	top:85px;
	left: 60px;	
}
.icon_order{
	width: 52px;
	height: 53px;
	position: absolute;
	top:80px;
	left: 60px;	
}
.icon_shop{
	width: 52px;
	height: 49px;
	position: absolute;
	top:85px;
	left: 60px;	
}
		
	
	
	
.wrapper nav {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    padding-top: 50px;
    background:#facd89;/*テーマカラー　薄　オレンジ*/
    font-size: 16px;
    box-sizing: border-box;
    z-index: 2
}
	
ul.menubox{
	width: 300px;
	height: 100%;
	margin: 0 ;
	color: #ff7400;
	text-align: left;
	display: inline;
}

.wrapper nav ul li {
    display:block;
    padding: 20px 28px;
	text-align: left;
	border-bottom: solid 1px #ff7400;
	padding-left: 80px;
	box-sizing: border-box;
}
.wrapper nav ul li a {
    text-decoration: none;
    color: #ff7400;/*テーマカラーオレンジ*/
}
	
.wrapper .btn-gnavi {
    position: fixed;
    top: 20px;
    right: 10px;
    width: 50px;
    height: 50px;
	border-radius: 25px;
    z-index: 3;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
	background-color: #ff7400;/*テーマカラーオレンジ*/
	
}
.wrapper .btn-gnavi span {
    position: absolute;
    width: 30px;
    height: 4px;
    background: #fff;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms
}
.wrapper .btn-gnavi span:nth-child(1) {
    top: 13px;
	left: 10px;
}
.wrapper .btn-gnavi span:nth-child(2) {
    top: 23px;
	left:10px;
}
.wrapper .btn-gnavi span:nth-child(3) {
    top: 33px;
	left:10px;

}
.wrapper .btn-gnavi.open span {
    background: #facd89;/*テーマカラー　薄　オレンジ*/
}
.wrapper .btn-gnavi.open span {
    width: 42px;
	left:15px;

}
	
	
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
.footerAria{
	width: 100%;
	height: auto;
}
.footerdots{
	widows: 100%;
	height: 17px;
	background-image:url("../imgs/bg_headerdots.png");
	background-repeat: repeat-x;
	transform: rotateZ(180deg);
}
.footerbox{
	width: 100%;
	height: auto;
	background-color: #facd89;
	padding: 30px 0 10px 0;
	box-sizing: border-box;
}
.footlogo{
	width: 161px;
	height: 40px;
	margin: 0 auto;
}

.foottelbox{
	width: 100%;
	height: 100px;
	margin: 15px auto;
	border-radius: 30px;
	background-color: #ffffff;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
/*	display: flex;
	justify-content: flex-start;
	justify-content: space-around;
	align-items: center;*/
	display: flex;
	flex-flow: column;
	align-items: center;
  	justify-content: center;
	line-height: 25px;
}
.foottelfax{
	width: 390px;
	height: 35px;
	margin-top: 10px;
}

.address{
	text-align: center;
	font-size: 0.8em;
	line-height: 1.3em;
}
.copyright{
	font-size: 0.6em;
	text-align: center;
}



/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/

/*スライドショー設定*/

.bg-switcher{
    width: 100%;
	height: auto;
	max-height: 300px;
	min-height: 300px;
    background-position: center center;
    background-size: cover;
	margin-top: -30px;
	display: block;
}

.mainbox{
	width: 100%;
	height: auto;
	background-image: url("../imgs/bg_murata_flower.jpg");
	background-repeat: repeat;
	padding: 30px 0;
	margin-top: 0px;
}
.topobentobox{
	width: 100%;
	height: auto;
	position: static;
	margin-top: 30px;
}
.bentoimg_left{
	width: 100%;
	height: auto;
	border-radius: 30px;
	position: static;
/*	left: 0;
	top:0;*/
}
.bentoimg_left img{
	width: 100%;
	height: auto;
	border-radius: 30px;
}
.bentoimg_right{
	width: 100%;
	height: auto;
	background: url("../imgs/bg_top_bento.png");
	background-repeat: no-repeat;
	background-position: bottom;
	border-radius: 30px;
	position: static;
	padding: 20px 10px;
	box-sizing: border-box;
/*	top:80px;
	right: 0;*/
}
.giftimg_left{
	width: 100%;
	height: auto;
	border-radius: 30px;
	position: static;
/*	left: 0;
	top:0;*/
	background: url("../imgs/img_gift.png");
	background-repeat: no-repeat;
	background-position: center;
	border: solid 5px #facd89;
		padding: 20px 10px;
}

.giftimg_right{
	width: 100%;
	height: auto;
	border-radius: 30px;
	box-sizing: border-box;
	position: static;
/*	right: 0;
	top:80px;*/
}
.giftimg_right img{
	width: 100%;
	height: auto;
	border-radius: 30px;
}

h2.top_ttl{
	width: 90%;
	height: auto;
	padding: 10px 0;
	margin: 20px auto 10px auto;
	text-align: center;
	font-size: 30px;
	color: #ff7400;/*テーマカラーオレンジ*/
	border-bottom: dotted 5px #ff7400;/*テーマカラーオレンジ*/
	border-top: dotted 5px #ff7400;/*テーマカラーオレンジ*/
}
.top_lead{
	width: 90%;
	height: auto;
	margin: 0 auto;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 20px;
}
.top_lead a:hover{
	color: #ff7400;/*テーマカラーオレンジ*/	
}
.top_arrow{
	font-size: 60px;
	text-align: center;
	color: #ff7400;/*テーマカラーオレンジ*/
}
.btn_topordershop{
	width: 100%;
	height: auto;
	margin-top: 30px;
	border-radius: 30px;
	background-color:transparent;
}
.btn_topordershop img{
		width: 100%;
	height: auto;
	border-radius: 30px;
}
.btn_topordershop a:hover{
	opacity: 0.5;
	transition: .3s;
}


/*------------------------------------------------------------
	お弁当ページ
------------------------------------------------------------*/
.bentobox{
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}
.pic_bento{
	width: 100%;
	height: auto;
	border-radius: 30px;
}
.pic_bento img{
	width: 100%;
	height: auto;
	border-radius: 30px;
}
.name_bento{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	background-color:#facd89;/*うすオレンジ*/
	border-radius: 20px;
	margin: 10px 0;
}
.price{
	width: 100%;
	height: auto;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}
.zeikomi{
	font-size: 0.7em;
}
.tex_obento{
	width: 100%;
	height: auto;
	font-size: 0.9em;
	line-height: 1.5em;
}
/*仕出し*/
.bg_shidashi_yellowbox{
	width: 100%;
	height: auto;
	background-color:rgba(255,248,148,0.50);
	transform: 0.5;
	padding: 30px 0;
	margin-top: 50px;
	margin-bottom: 50px;
}
.bentobox_shidashi{
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}
.pic_bento_shidashi{
	width: 100%;
	height: auto;
	border-radius: 30px;
}
.pic_bento_shidashi img{
	width: 100%;
	height: auto;
	border-radius: 30px;
}
/*得用幕の内*/
.bentobox_tokuyo{
	width: 100%;
	height: auto;
	border: solid 3px #facd89;
	border-radius: 30px;
	padding-bottom: 20px;
}
.pic_bento_tokuyo{
	width: 70%;
	height: auto;
	margin: 0 auto;
}
	.pic_bento_tokuyo img{
		width: 100%;
		height: auto;
	}
.tokuyo_texbox{
	width: 90%;
	height: auto;
	margin: 0 auto;
}
/*オードブル*/
.party_lead{
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 50px;
}
/*注文時のお願い*/
.chumonbox{
	width: 100%;
	height: auto;
	background-color: #ffffff;
	border-radius: 30px;
	padding: 40px;
	box-sizing: border-box;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;/*均等配置*/
	flex-wrap:wrap;/*収まらない場合は複数行に*/
}
.w460box{
	width: 100%;
	height: auto;
}
.w620box{
	width: 100%;
	height: auto;
}
.haitatsu3000mark{
	width: 50%;
	height: auto;
	margin: 0 auto 10px auto;
	box-sizing: border-box;
}
.haitatsu3000mark img{
		width: 100%;
		height: auto;
	}
.haitatsutex{
	font-weight: bold;
	color: #ff7400;
}
.ttl_haitasuonegai{
	width: 100%;
	height: auto;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: solid 1px #333333;
	box-sizing: border-box;
	margin-top: 1em;
	
}
/*------------------------------------------------------------
	ギフトページ
------------------------------------------------------------*/
.giftimage{
	background: url("../imgs/img_pagegift.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.ttl_giftwagyubox{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: inline;	
}
.ttl_osusumemark{
	width: 50%;
	height: auto;
	margin: 0 auto;
}
.ttl_osusumemark img{
		width: 100%;
		height: auto;
	}
.ttl_giftwagyu{
	width: 100%;
	height: auto;
	margin: 10px auto;
}
.ttl_giftwagyu img{
		width: 100%;
		height: auto;	
	}
.wagyuprice{
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
}
.wagyutax{
	font-size: 0.5em;
}

.wagyuname{
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
}
.osusumebox{
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	background-color: #ffffff;
	border-radius: 30px;
	display: block;
/*	justify-content:space-between;
*/	margin-top: 30px;
}
.markosusume{
	width: 40%;
	height: auto;
	margin: 0 auto;
}
	.markosusume img{
		width: 100%;
		height: auto;
	}
.osusumetexbox{
	width: 100%;
	height: auto;
}
.osusumetexbox h3{
	font-size: 1.2em;
	font-weight: bold;
	color: #ff7400;/*テーマカラーオレンジ*/
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

.tpo_giftbox{
	width: 100%;
	height: auto;
	margin-top: 30px;
	margin-bottom: 20px;
}
	.tpo_giftbox img{
		width: 100%;
		height: auto;
	}
.tpo_gift{
	width: 100%;
	height: 80px;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	border-bottom: solid 7px #ff7400;/*テーマカラーオレンジ*/
	line-height: 80px;
	
}
.pic_giftwagyu{
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.pic_giftwagyu img{
		width: 100%;
	height: auto;
		border-radius: 30px;
}
.haitatu{
	width: 75%;
	height: auto;
	background-color: #ffffff;
	border-radius: 30px;
	margin-bottom: 50px;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	color: #ff7400;/*テーマカラーオレンジ*/
	padding: 30px 10px 20px 10px;
	margin: 0 auto;
	box-sizing: border-box;
	margin-bottom: 20px;
}
	.haitatu img{
		width: 50%;
		height: auto;
	}
.gift_tencho{
	width: 70%;
	height: auto;
	text-align: center;
	margin: 0 auto;
}
	.gift_tencho img{
		width: 100%;
		height: auto;
	}

/*------------------------------------------------------------
	ご注文について
------------------------------------------------------------*/
.orderbox{
	width: 100%;
	height: auto;
}
.orderttl{
	width: 100%;
	height: 60px;
	background-color: #ff7400;/*テーマカラーオレンジ*/
	border-radius: 30px;
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	line-height: 60px;
	margin-bottom: 10px;
	margin-top: 30px;
}
.orderstepbox{
	width: 100%;
	height: auto;
	background-color: #ffffff;
	border:  solid 2px #ff7400;/*テーマカラーオレンジ*/
	border-radius: 30px;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 10px;
	text-align: center;
}
.ordernumber{
	font-weight: bold;
	font-size: 1.3em;
}
.oederarrow{
	width: 100%;
	text-align: center;
	font-size: 2em;
	color: #ff7400;/*テーマカラーオレンジ*/
	margin-bottom: 10px;
}
.orderfinishtex{
	text-align: left;
	margin-top: 1em;
}
.btn_faxordersheet{
	
}
.btn_faxordersheet {
	width: 100%;
	height: auto;
	border-radius: 30px;
	text-align: center;
	line-height: 1.3em;
	color: #ffffff;
	font-size: 1.3em;
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 10px;

  background: #ff7500;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff7500), to(#feb645));
  background: -webkit-linear-gradient(top, #ff7500 0%, #feb645 100%);
  background: linear-gradient(to bottom, #ff7500 0%, #feb645 100%);
}

.btn_faxordersheet:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ff7500), to(#feb645));
  background: -webkit-linear-gradient(bottom, #ff7500 0%, #feb645 100%);
  background: linear-gradient(to top, #ff7500 0%, #feb645 100%);
}
.faxmark_large{
	font-size: 1.8em;
	line-height: 1.8em;
	position: relative;
	bottom: -15px;
}
.orderattentionbox{
	width: 95%;
	height: auto;
	margin: 0 auto;
	background-color: #ffffff;
	border-radius: 30px;
	display: flex;
	justify-content: space-between;/*均等配置*/
	flex-wrap:wrap;/*収まらない場合は複数行に*/
	padding: 30px;
	box-sizing: border-box;	
}
	.orderattentionbox img{
		width: 50%;
		height: auto;
		text-align: center;
		margin: 0 auto;
	}	
.haitatsu3000box{
	width: 455px;
	text-align: center;

}
.haitatsu3000tex{
	text-align: left;
	font-size: 0.85em;
	line-height: 1.5em;
	font-weight: bold;
	color: #ff7400;/*テーマカラーオレンジ*/
}
.oderonegaibox{
	width: 100%;
	margin-top: 30px;
}
.oderonegai_ttl{
	width: 100%;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: solid 1px #333333;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
/*------------------------------------------------------------
	店舗情報
------------------------------------------------------------*/
.shopinfoimage{
	background:url("../imgs/img_shopinfo.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
table.shopinfo_table{
	width: 100%;
	height: auto;
	border-radius: 30px;
	text-align: left;
	border-collapse: separate;
  	overflow: hidden;
  	border-spacing: 0;
 	border-radius: 30px;
	margin-bottom: 50px;
}
table.shopinfo_table th{
	display: block;
	width: 100%;
	background-color: #eeeeee;
	padding: 0.5em 2em;
	text-align: center;
}
table.shopinfo_table td{
	display: block;
	width: 100%;
	background-color: #ffffff;
	padding: 0.5em 2em;
}

table.shopinfo_table th, td {
	border-bottom: dotted 1px #333333;

  }
table.shopinfo_table tr:last-child th{
      border-bottom: dotted 1px #333333;
    }
table.shopinfo_table tr:last-child td{
      border-bottom: none;
    }


.googlemapbox{
	width: 100%;
	height: 400px;
}
/* Google Mapを囲う要素 */
.googlemap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}

/* Google Mapのiframe */
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
}	
	
	

	
	
	
	
	
	
	
	
	
	
	
	
}