@charset "UTF-8";
/*------------------------------------------------------------
	共通
------------------------------------------------------------*/
body,html{
		width:100%;
		min-width:initial;
	
}
.w1200box{
	width: 1200px;
	margin: 0 auto;
}
.w1200box_fl{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;/*均等配置*/
	flex-wrap:wrap;/*収まらない場合は複数行に*/
}
.w1200box_fl-st{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;;/*アイテムを左揃え*/
	flex-wrap:wrap;/*収まらない場合は複数行に*/
}
.sp_only{
		display: none;
	}
	
.pc_only{
		display: inherit;
	}
	
/*------------------------------------------------------------
	全体共通
------------------------------------------------------------*/

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

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
.wrapheader{
	width: 100%;
	height: 170px;
	background-color: #facd89;
}
.headdots{
	widows: 100%;
	height: 17px;
	background-image:url("../imgs/bg_headerdots.png");
	background-repeat: repeat-x;
	z-index: 99;
}
.header{
	width: 1200px;
	height: 190px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}
h1{font-size: 12px;
	font-weight: bold;
	position: absolute;
	top:5px;
	left: 40px;
}

.headlogo{
	width: 272px;
	height: 66px;
	position: absolute;
	top:40px;
	left: 75px;
}
.headtelbox{
	width: 440px;
	height: 40px;
	border-radius: 20px;
	background-color: #ffffff;
	position: absolute;
	top:115px;
	left:0px;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	display: flex;
	justify-content: flex-start;
	justify-content: space-around;
	line-height: 42px;
}
.headtelfax{
	width: 220px;
	height: 40px;	
}

/*------------------------------------------------------------
	ヘッダーナビゲーション
------------------------------------------------------------*/
.btn-gnavi{
	width: 700px;
	height: 170px;
	position: absolute;
	top:0;
	right: 0;
}
ul.menubox{
	width: 700px;
	height: 170px;
	display: flex;
}
ul.menubox li {
	width: 175px;
	height: 170px;
	text-align: center;
	padding-top: 40px;
	box-sizing: border-box;
	position: relative;

}
ul.menubox li a{
	width: 175px;
	height: 170px;
	font-weight: normal;
	display: block;
}
ul.menubox li a img:hover{
	 transform:scale(1.3,1.3);
	 transition:0.5s all;
}

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

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

.foottelbox{
	width: 780px;
	height: 60px;
	margin: 15px auto;
	border-radius: 30px;
	background-color: #ffffff;
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	line-height: 64px;
	display: flex;
	justify-content: space-around;  /* 各アイテムを均等に配置し
                                   各アイテムの両側に半分の大きさの
                                   間隔を置く */
}
.foottelfax{
	width: 390px;
	height: 60px;
}

.address{
	text-align: center;
}
.copyright{
	font-size: 0.8em;
	text-align: center;
	margin-top: 20px;
}


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

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

.bg-switcher{
    width: 100vw;
	height: auto;
	max-height: 800px;
	min-height: 800px;
    background-position: center center;
    background-size: cover;
	margin-top: -30px;
}

.mainbox{
	width: 100%;
	height: auto;
	background-image: url("../imgs/bg_murata_flower.jpg");
	background-repeat: repeat;
	padding: 80px 0;
	margin-top: 0px;
}
.topobentobox{
	width: 1200px;
	height: 910px;
	position: relative;
	margin-top: 50px;
}
.bentoimg_left{
	width: 620px;
	height: 830px;
	border-radius: 30px;
	position: absolute;
	left: 0;
	top:0;
}
.bentoimg_left img{
		border-radius: 30px;
}
.bentoimg_right{
	width: 620px;
	height: 830px;
	background: url("../imgs/bg_top_bento.png");
	background-repeat: no-repeat;
	border-radius: 30px;
	position: absolute;
	top:80px;
	right: 0;
}
.giftimg_left{
	width: 620px;
	height: 830px;
	border-radius: 30px;
	position: absolute;
	left: 0;
	top:0;
	background: url("../imgs/img_gift.png");
	background-repeat: no-repeat;
	background-position: center;
	border: solid 5px #facd89;
}

.giftimg_right{
	width: 620px;
	height: 830px;
	border-radius: 30px;
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top:80px;
}
.giftimg_right img{
	border-radius: 30px;
}

h2.top_ttl{
	width: 400px;
	height: auto;
	padding: 25px 0;
	margin: 70px auto 50px auto;
	text-align: center;
	font-size: 40px;
	color: #ff7400;/*テーマカラーオレンジ*/
	border-bottom: dotted 5px #ff7400;/*テーマカラーオレンジ*/
	border-top: dotted 5px #ff7400;/*テーマカラーオレンジ*/
}
.top_lead{
	width: 400px;
	height: auto;
	margin: 0 auto;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.9em;
	margin-bottom: 40px;
}
.top_lead a{
	color: #333333;
}
.top_lead a:hover{
	color: #ff7400;/*テーマカラーオレンジ*/	
}
.top_arrow{
	font-size: 60px;
	text-align: center;
	color: #ff7400;/*テーマカラーオレンジ*/
}
.btn_topordershop{
	width: 580px;
	height: 370px;
	margin-top: 50px;
	border-radius: 30px;
	background-color:#555555;
}
.btn_topordershop img{
	border-radius: 30px;
}
.btn_topordershop a:hover{
	opacity: 0.5;
	transition: .3s;
}


/*------------------------------------------------------------
	お弁当ページ
------------------------------------------------------------*/
.bentobox{
	width: 370px;
	height: auto;
	margin-bottom: 70px;
}
.pic_bento{
	width: 370px;
	height: 280px;
	border-radius: 30px;
}
.pic_bento img{
	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: 100px;
	margin-bottom: 100px;
}
.bentobox_shidashi{
	width: 580px;
	height: auto;
	margin-bottom: 50px;
}
.pic_bento_shidashi{
	width: 580px;
	height: 330px;
	border-radius: 30px;
}
.pic_bento_shidashi img{
	border-radius: 30px;
}
/*得用幕の内*/
.bentobox_tokuyo{
	width: 460px;
	height: 470px;
	border: solid 3px #facd89;
	border-radius: 30px;
}
.pic_bento_tokuyo{
	width: 346px;
	height: 266px;
	margin: 0 auto;
}
.tokuyo_texbox{
	width: 370px;
	height: auto;
	margin: 0 auto;
}
/*オードブル*/
.party_lead{
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 50px;
}
/*注文時のお願い*/
.chumonbox{
	width: 1200px;
	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: 460px;
	height: auto;
}
.w620box{
	width: 620px;
	height: auto;
}
.haitatsu3000mark{
	width: 168px;
	height: 134px;
	margin: 0 auto 10px auto;
	box-sizing: border-box;
}
.haitatsutex{
	font-weight: bold;
	color: #ff7400;
}
.ttl_haitasuonegai{
	width: 620px;
	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;
	
}
/*------------------------------------------------------------
	ギフトページ
------------------------------------------------------------*/
.giftimage{
	background: url("../imgs/img_pagegift.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.ttl_giftwagyubox{
	width: 727px;
	height: auto;
	margin: 0 auto;
	display: flex;	
}
.ttl_osusumemark{
	width: 308px;
	height: 264px;
}
.ttl_giftwagyu{
	width: 419px;
	height: 160px;
	margin-top: 10px;
}
.wagyuprice{
	font-size: 1.7em;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}
.wagyutax{
	font-size: 0.5em;
}
.osusumebox{
	width: 1200px;
	padding: 20px;
	box-sizing: border-box;
}
.wagyuname{
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
}
.osusumebox{
	width: 1200px;
	padding: 20px 40px;
	box-sizing: border-box;
	background-color: #ffffff;
	border-radius: 30px;
	display: flex;
	justify-content:space-between;
	margin-top: 50px;
}
.markosusume{
	width: 170px;
	height: 148px;
}
.osusumetexbox{
	width: 80%;
	height: auto;
}
.osusumetexbox h3{
	font-size: 1.4em;
	font-weight: bold;
	color: #ff7400;/*テーマカラーオレンジ*/
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

.tpo_giftbox{
	width: 370px;
	height: auto;
	margin-top: 60px;
	margin-bottom: 50px;
}
.tpo_gift{
	width: 370px;
	height: 130px;
	font-size: 45px;
	font-weight: bold;
	text-align: center;
	border-bottom: solid 7px #ff7400;/*テーマカラーオレンジ*/
	line-height: 130px;
	
}
.pic_giftwagyu{
	width: 785px;
	height: 394px;
	margin-top: 60px;
	margin-bottom: 50px;
}
.pic_giftwagyu img{
		border-radius: 30px;
}
.haitatu{
	width: 370px;
	height: 370px;
	background-color: #ffffff;
	border-radius: 30px;
	margin-bottom: 50px;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	color: #ff7400;/*テーマカラーオレンジ*/
	padding-top: 100px;
	box-sizing: border-box;
}
.gift_tencho{
	width: 785px;
	height: 449px;
	text-align: center;
}


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

  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: 2.5em;
	line-height: 2.5em;
	position: relative;
	bottom: -15px;
}
.orderattentionbox{
	width: 1200px;
	height: 300px;
	margin: 0 auto;
	background-color: #ffffff;
	border-radius: 30px;
	display: flex;
	justify-content: space-between;/*均等配置*/
	flex-wrap:wrap;/*収まらない場合は複数行に*/
	padding: 50px;
	box-sizing: border-box;
	
}
.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: 615px;
}
.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: 100px;
}
table.shopinfo_table th{
	width: 30%;
	background-color: #eeeeee;
	padding: 0.5em 2em;
}
table.shopinfo_table td{
	width: 70%;
	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: none;
    }
table.shopinfo_table tr:last-child td{
      border-bottom: none;
    }


.googlemapbox{
	width: 100%;
	height: 725px;
}
/* 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: 725px;
}