﻿/*===========================
  reset Css
===========================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { display:block; }
ul ,li{ list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; border:0; font-size:100%; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }

/*===========================
  base
===========================*/
body{
	min-width:950px;
	font:14px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:url(/img/bg_01.png) repeat 0 0;
	color:#804f20;
	line-height:1.8;
}
a:link,
a:visited{ text-decoration:underline; color:#5f483d; }
a:hover,
a:active{ text-decoration:none; color:#5f483d; }

a img:hover{
	-webkit-filter: saturate(130%);
	filter:saturate(130%);
}

img{ width:100%; vertical-align:bottom; }

.clearfix:after,
#contents div.contentsFrame:after{
  content: "";
  clear: both;
  display: block;
}

#gnav ul li a,
.infoArea p.tit,
#siteFooter ul.footerLink,
.telTit span{
	font-family:"Hiragino Maru Gothic ProN"," Meiryo", san-self;
	font-weight:bold;
}

/*  siteHeader
===========================*/
#siteHeader{
	width:100%;
	overflow:hidden;
	background:url(/img/gnav_bg.png) repeat-x 0 0;
	font-size:12px;
	line-height:1;
	color:#a07866;
}
#siteHeader a{ color:#a07866; }
#siteHeader div.siteHeaderCon{
	width:950px;
	min-height:82px;
	margin:0 auto;
	position:relative;
}
#siteHeader .logo{
	width:300px;
	position:absolute;
	top:0;
	left:326px;
}
#siteHeader .logo a{
	width:171px;
	height:39px;
	margin:25px auto 0;
	display:block;
	background:url(/img/logo_momihogushi.png) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
}

/*  gnav
===========================*/
#gnav ul{
	position:relative;
}
#gnav ul li{
	background:url(/img/gnav_line.png) no-repeat 0 15px;
	position:absolute;
	top:0;
}
#gnav ul li.kodawari{ left:0; }
#gnav ul li.sejyutu{ left:162px; }
#gnav ul li.qa{ left:625px; }
#gnav ul li.shop{ left:787px; }
#gnav ul li a{
	width:160px;
	display:block;
	padding:0 0 0 2px;
	text-align:center;
	text-decoration:none;
	font-size:16px;
	color:#432002;
}
#gnav ul li.sejyutu a,
#gnav ul li.shop a{ width:164px; background:url(/img/gnav_line.png) no-repeat right 15px; }
#gnav ul li a span{
	display:block;
	padding:35px 0 25px;
}
#gnav ul li a.present span,
#gnav ul li a:hover span{
	background:url(/img/gnav_hover.png) no-repeat 0 0;
	color:#ef5515;
}

/*  contents
===========================*/
#contents{
	padding:35px 0 0;
	background:#fff8ee;
}
#contents div.contentsBg{
	background:url(/img/bg_03.png) repeat-x 0 bottom;
}
#contents div.contentsFrame{
	width:953px;
	margin:0 auto;
	padding:0 0 100px 3px;
}
	#contents #main{
		width:667px;
		float:left;
		margin:-10px 0 0;
	}
	#contents #side{
		width:247px;
		float:right;
		padding:0 3px;
	}

/*  siteFooter
===========================*/
#siteFooter{
	width:956px;
	margin:0 auto;
	padding:55px 0 40px;
	overflow:hidden;
}
#siteFooter ul.banner{
	overflow:hidden;
}
#siteFooter ul.banner li{
	width:48%;
	float:left;
}
#siteFooter ul.banner li:nth-child(2n){
	float:right;
}
#siteFooter ul.footerLink{
	float:left;
	padding:40px 0 0;
}
#siteFooter ul.footerLink li{
	float:left;
	margin:0 23px 0 0;
}
#siteFooter ul.footerLink li a{
	padding:0 0 0 13px;
	background:url(/img/ico_arrow_03.png) no-repeat 0 center;
	color:#ffffff;
}
#siteFooter ul.footerLink li a:link,
#siteFooter ul.footerLink li a:visited{ text-decoration:none; }
#siteFooter ul.footerLink li a:hover,
#siteFooter ul.footerLink li a:active{ text-decoration:underline; }
#siteFooter p.copy{
	float:right;
	padding:40px 0 0;
	font-size:12px;
	color:#ffffff;
}

/*===========================
  common
===========================*/
/*  btn
===========================*/
.moreBtn{
	width:40%;
	clear:both;
	margin:0 auto;
	padding:0 2%;
	background:#ffffff;
	border-radius:5px;
	text-align:center;
	box-shadow:rgba(229, 147, 31, 0.65098) 0px 2px 5px 0px;
	-webkit-box-shadow:rgba(229, 147, 31, 0.65098) 0px 2px 5px 0px;
	-moz-box-shadow:rgba(229, 147, 31, 0.65098) 0px 2px 5px 0px;
}
.moreBtn a{
	display:block;
	padding:15px 0;
	background:url(/img/ico_arrow_01.png) no-repeat right center;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	color:#5d4439;
}

a.btn1{
	display:inline-block;
	border-radius:5px;
	text-align:center;
	text-decoration:none;
	background:#ee7804;
	background: -moz-linear-gradient(top, #ee7804 0%, #e74400 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee7804), color-stop(100%,#e74400)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ee7804 0%,#e74400 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ee7804 0%,#e74400 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ee7804 0%,#e74400 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ee7804 0%,#e74400 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee7804', endColorstr='#e74400',GradientType=0 ); /* IE6-9 */
	box-shadow:rgba(229, 147, 31, 0.65098) 0px 2px 5px 0px;
	-webkit-box-shadow:rgba(229, 147, 31, 0.65098) 0px 2px 5px 0px;
	-moz-box-shadow:rgba(229, 147, 31, 0.65098) 0px 2px 5px 0px;
	font-size:18px;
	color:#ffffff;
}
a.btn1 span{
	width:340px;
	display:inline-block;
	padding:20px 0;
	background:url(/img/ico_arrow_01.png) no-repeat 310px center;
	box-shadow:rgba(0, 0, 0, 0.15) 0px 2px 2px -1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.15) 0px 2px 2px -1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.15) 0px 2px 2px -1px;
}
a.btn1:hover{
	-webkit-filter: saturate(120%);
	filter:saturate(120%);
 }

/*  btnArea
===========================*/
.btnArea{
	width:340px;
	margin:0 auto;
}

/*  title
===========================*/
.pageTit{
	width:950px;
	margin:0 auto;
	padding:18px 0;
	text-align:center;
	font-size:26px;
	color:#ffffff;
}
.telTit{
	padding:15px 0 15px 19px;
}
.telTit img{
	width:auto;
}

.heading1{
	padding:13px 0 13px 30px;
	background:url(/img/ico_line_01.png) no-repeat 0 0;
	font-size:28px;
	line-height:1;
	color:#804f20;
}
.heading2{
	padding:8px 15px 8px 30px;
	background:url(/img/ico_line_02.png) no-repeat 10px center #ffffff;
	border-top:#ff9300 3px solid;
	border-bottom:#e9e0dc 1px solid;
	font-size:18px;
}
.q{
	padding:4px 0 10px 30px;
	margin-bottom:10px;
	background:url(/img/ico_q.png) no-repeat 0 0;
	border-bottom:#cdbaa9 1px dashed;
	font-size:18px;
	line-height:1;
	color:#804f20;
}
.titleArea{
	margin:0 0 30px;
	overflow:hidden;
}
	.titleArea .heading1{
		float:left;
		margin:0 10px 0 0;
	}
	.titleArea ul{
		float:left;
		margin:13px 0 0;
	}
	.titleArea ul li{
		float:left;
	}
	.titleArea p.lead{
		clear:both;
		padding:35px 0 0;
	}

/*  table
===========================*/
.table{
	margin:15px 0 0;
}
.table table{
	width:100%;
	border-bottom:#eae0d8 1px solid;
}
.table table th{
	width:23%;
	padding:15px 3%;
	text-align:left;
	background:#f5ecde;
	border-top:#eae0d8 1px solid;
}
.table table td{
	width:65%;
	padding:15px 3%;
	background:#ffffff;
	border-top:#eae0d8 1px solid;
}

/*===========================
  side
===========================*/
/*  sideShopList
===========================*/
.sideShopList{
	background:#ffffff;
	box-shadow:rgba(244, 233, 222, 0.65) 0px 3px 3px 2px;
	-webkit-box-shadow:rgba(244, 233, 222, 0.65) 0px 3px 3px 2px;
	-moz-box-shadow:rgba(244, 233, 222, 0.65) 0px 3px 3px 2px;
}
.sideShopList dl dt{
	padding:10px 15px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	line-height:1;
	color:#ffffff;
}
.sideShopList dl.tokyo dt{ background:#68bdff; }
.sideShopList dl.tochigi dt{ background:#68ce0f; }

.sideShopList dl dd ul li{
	padding:0 17px;
	border-top:#dccfca 1px solid;
}
.sideShopList dl dd ul li:last-child{
	border-bottom:none;
}
.sideShopList dl dd ul li a{
	display:block;
	padding:12px 0;
	text-decoration:none;
	background:url(/img/ico_arrow_02.png) no-repeat right center;
	line-height:1.2;
}	
.sideShopList dl dd ul li a img.icoNew{
	width:auto;
	margin:0 5px 0 0;
	vertical-align:middle;
}
.sideShopList dl dd ul li p.shopName{
	margin:0 0 5px;
	font-weight:bold;
}
.sideShopList dl dd ul li a:link p.shopName,
.sideShopList dl dd ul li a:visited p.shopName{
	text-decoration:underline;
}
.sideShopList dl dd ul li a:hover p.shopName,
.sideShopList dl dd ul li a:active p.shopName{
	text-decoration:none;
}
.sideShopList dl dd ul li p.time{
	margin:0 0 3px;
	font-size:12px;
	line-height:1.4em;
}
.sideShopList dl dd ul li p.tel{
	font-weight:bold;
	color:#e85836;
}

/*===========================
  top
===========================*/
/*  kvArea
===========================*/
.kvArea{
	background:url(/img/bg_04.png) repeat center 0;
}
.kvArea div.kvMainImg{
	background:url(/img/top_kv_img.png) no-repeat center 0;
}
.kvArea div.kvAreaBtBg{
	min-height:328px;
	background:url(/img/bg_02.png) repeat-x 0 bottom;
}
.kvArea div.kvAreaCon{
	width:950px;
	margin:0 auto;
	overflow:hidden;
}
.kvArea h2{
	height:0;
	text-indent:-9999px;
}
.kvArea div.kvAreaR{
	width:316px;
	float:right;
	padding:15px 0 0;
}
.kvArea div.kvAreaR p.catch{
	width:280px;
	height:81px;
	margin:0 0 0 9px;
	background:url(/img/top_kv_catch.png) no-repeat 0 0;
	text-indent:-9999px;
}
.kvArea div.kvAreaR ul li{
	margin:0 0 5px;
}

/*  recoMenuArea
===========================*/
.recoMenuArea{
	margin:0 0 35px;
	overflow:hidden;
}
.recoMenuArea ul li{
	width:49%;
	float:left;
	margin:0 0 5px;
}
.recoMenuArea ul li:nth-child(2n){
	float:right;
}

/*  recommendArea
===========================*/
.recommendArea{
	margin:0 0 40px;
	padding:20px 0 0;
	background:url(/img/top_reco_img.png) no-repeat right 0;
}
.recommendArea h2{
	width:328px;
	margin:0 0 20px;
}
.recommendArea p.txt{
	width:328px;
	margin:0 0 30px;
}

/*  kodawariArea
===========================*/
.kodawariArea{
	min-height:272px;
	padding:45px 45px 0;
	background:url(/img/top_kodawari_img.png) no-repeat right 0 #faedda;
}
.kodawariArea h2{
	margin:0 0 15px;
	font-size:24px;
}
.kodawariArea p.txt{
	width:310px;
	margin:0 0 35px;
}

/*  infoArea
===========================*/
.infoArea{
	padding:35px 0;
	background:url(/img/line_02.png) no-repeat 0 0;
	overflow:hidden;
}
.infoArea p.tit{
	margin:0 0 17px;
	font-size:18px;
}
.infoArea dl{
	overflow:hidden;
}
.infoArea dl dt{
	width:105px;
	float:left;
	font-weight:bold;
	color:#c9b8b1;
}
.infoArea dl dd{
	padding:0 0 8px 105px;
}

/*===========================
  shop
===========================*/
/*  shopLIst
===========================*/
.shopLIst{
}
	.shopLIst dl{
		width:100%;
		margin:20px 0 0;
		background:url(/img/bg_05.png) repeat-y 0 0;
		overflow:hidden;
	}
	.shopLIst dl dt{
		width:129px;
		float:left;
		padding:40px 18px 0;
		font-size:18px;
		font-weight:bold;
		color:#ffffff;
	}
	.shopLIst dl dd{
		width:775px;
		float:right;
		background:#ffffff;
	}
	.shopLIst dl dd ul li{
		width:94%;
		display:table;
		padding:8px 3%;
		border-bottom:#eae4e3 1px solid;
		overflow:hidden;
		line-height:l.4em;
	}
	.shopLIst dl dd ul li:first-child{
		border-top:#eae4e3 1px solid;
	}
	.shopLIst dl dd ul li p{
		display:table-cell;
	}
	.shopLIst dl dd ul li p.shopName{
		width:30%;
		padding:0 2% 0 0;
		font-size:16px;
		font-weight:bold;
		line-height:1.2;
	}
	.shopLIst dl dd ul li p.shopName span{
		margin:0 17px 0 0;
	}
	.shopLIst dl dd ul li p.shopName img{
		width:auto;
		margin:0 0 0 3px;
		display:inline-block;
		vertical-align:middle;
	}
	.shopLIst dl dd ul li p.time{
		width:28%;
		padding:0 1% 0 0;
	}
	.shopLIst dl dd ul li p.time .hosoku{
		font-size:11px;
	}
	.shopLIst dl dd ul li p.tel{
		width:23%;
		padding:0 1% 0 0;
		font-size:16px;
	}
	.shopLIst dl dd ul li p.tel a{
		padding:0 0 0 20px;
		background:url(/img/ico_tel_02.png) no-repeat 0 0;
		text-decoration:none;
		font-weight:bold;
		color:#ee541e;
	}
	.shopLIst dl dd ul li p.btn{
		width:15%;
	}
	.shopLIst dl dd ul li p.btn a{
		display:block;
		padding:15px 0;
		border-radius:5px;
		text-decoration:none;
		text-align:center;
		font-weight:bold;
		line-height:1;
		background: #edddc7; /* Old browsers */
		background: -moz-linear-gradient(top, #edddc7 0%, #e7d1b3 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edddc7), color-stop(100%,#e7d1b3)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #edddc7 0%,#e7d1b3 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #edddc7 0%,#e7d1b3 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #edddc7 0%,#e7d1b3 100%); /* IE10+ */
		background: linear-gradient(to bottom, #edddc7 0%,#e7d1b3 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edddc7', endColorstr='#e7d1b3',GradientType=0 ); /* IE6-9 */
	}
	.shopLIst dl dd ul li p.btn a:hover{
		-webkit-filter: saturate(150%);
		filter:saturate(150%);
	}

/*  shopDetailBox
===========================*/
.shopDetailBox{
	margin:0 0 25px;
}
	
	/*--- shopMain ---*/
	.shopDetailBox .shopMain{
		overflow:hidden;
	}
	.shopDetailBox .shopMain figure.mainPhoto{
		float:left;
		margin:0 25px 10px 0;
		padding:9px;
		background:#ffffff;
		border:#eae0d8 1px solid;
	}
	.shopDetailBox .shopMain figure.mainPhoto img{
		width:330px;
	}
	.shopDetailBox .shopMain p{
		font-size:16px;
	}
	
	/*--- reserve ---*/
	.shopDetailBox dl.reserve{
		width:100%;
		display:table;
		margin:30px 0 0;
	}
	.shopDetailBox dl.reserve dt{
		width:40%;
		display:table-cell;
		background:#ff9300;
	}
	.shopDetailBox dl.reserve dt img{
		width:70%;
		padding:35px 15%;
	}
	.shopDetailBox dl.reserve dd{
		width:60%;
		display:table-cell;
		background:#ffffff;
		vertical-align:middle;
	}
	.shopDetailBox dl.reserve dd p{
		padding:0 0 0 50px;
		line-height:1.2;
	}
	.shopDetailBox dl.reserve dd p.tel a{
		text-decoration:none;
		font-size:32px;
		color:#e85836;
	}
	
	/*--- gMap ---*/
	.shopDetailBox div.gMap{
		margin:15px 0 0;
	}
	
	/*--- gallery ---*/
	.shopDetailBox ul.gallery{
		margin:15px 0 0;
	}
	.shopDetailBox ul.gallery li{
		width:49%;
		float:left;
		margin:0 2% 18px 0;
	}
	.shopDetailBox ul.gallery li:nth-child(2n){
		margin-right:0;
	}

/*===========================
  price
===========================*/
/*  priceDetailBox
===========================*/
.priceDetailBox{
	margin:0 0 60px;
}
	/*--- titleArea ---*/
	.priceDetailBox div.titleArea{
		margin:0 0 30px;
		overflow:hidden;
	}
	
	/*--- priceMain ---*/
	.priceDetailBox .priceMain{
		overflow:hidden;
	}
	.priceDetailBox .priceMain figure.mainPhoto{
		float:left;
		margin:0 25px 10px 0;
		padding:9px;
		background:#ffffff;
		border:#eae0d8 1px solid;
	}
	.priceDetailBox .priceMain figure.mainPhoto img{
		width:220px;
	}
	.priceDetailBox .priceMain p{
		font-size:16px;
	}
	
	/*--- priceMain ---*/
	.priceDetailBox div.table{
		margin:15px 0 0;
	}
	.priceDetailBox div.table table{
		width:100%;
	}
	.priceDetailBox div.table table th{
		width:18%;
		font-size:18px;
		padding:10px 3%;
		text-align:left;
		vertical-align:middle;
		background:#f5ecde;
		border-bottom:#eae0d8 1px solid;
	}
	.priceDetailBox div.table table td.price{
		width:20%;
		font-size:18px;
		color:#ef541e;
		font-weight:bold;
		padding:10px 3%;
		vertical-align:middle;
		text-align:left;
		background:#ffffff;
		border-bottom:#eae0d8 1px solid;
	}
	.priceDetailBox div.table table td.txt{
		padding:10px 3%;
		width:60%;
		vertical-align:middle;
		text-align:left;
		background:#ffffff;
		border-bottom:#eae0d8 1px solid;
	}
	.priceDetailBox aside{
		font-size:12px;
		text-align:right;
		margin-top:10px;
		color:#8f7e77;
	}
	
/*  topicsDetailBox
===========================*/
.topicsDetailBox{
	margin:0 0 25px;
}
	
	/*--- topicsMain ---*/
	.topicsDetailBox .topicsMain{
		overflow:hidden;
	}
	.topicsDetailBox .topicsMain figure.mainPhoto{
		float:left;
		margin:0 25px 10px 0;
		padding:9px;
		background:#ffffff;
		border:#eae0d8 1px solid;
	}
	.topicsDetailBox .topicsMain figure.mainPhoto img{
		/*--- width:330px; ---*/
		width:100%;
	}
	.topicsDetailBox .topicsMain p{
		float:left;
		margin:0 25px 10px 0;
		font-size:16px;
	}
	
	.topicsDetailBox .topicsSub figure.subPhoto img{
		/*--- width:330px; ---*/
		float:left;
		width:50%;
	}
	.topicsDetailBox .topicsSub p{
		float:left;
		margin:0 25px 10px 0;
		font-size:16px;
	}
	
	.topicsDetailBox .topicsMain figure.linkImg{
		float:right;
		/*---
		margin:0 25px 10px 0;
		padding:9px;
		background:#ffffff;
		border:#eae0d8 1px solid;
		---*/
	}
	.topicsDetailBox .topicsMain figure.linkImg img{
		width:300px;
		height:212px;
	}
	
	.topicsDetailBox .topicsMain figure.linkImg_sub{
		float:right;
		/*---
		margin:0 25px 10px 0;
		padding:9px;
		background:#ffffff;
		border:#eae0d8 1px solid;
		---*/
	}
	.topicsDetailBox .topicsMain figure.linkImg_sub img{
		width:248px;
		height:64px;
	}
	
	/*--- reserve ---*/
	.topicsDetailBox dl.reserve{
		width:100%;
		display:table;
		margin:30px 0 0;
	}
	.topicsDetailBox dl.reserve dt{
		width:40%;
		display:table-cell;
		background:#ff9300;
	}
	.topicsDetailBox dl.reserve dt img{
		width:70%;
		padding:35px 15%;
	}
	.topicsDetailBox dl.reserve dd{
		width:60%;
		display:table-cell;
		background:#ffffff;
		vertical-align:middle;
	}
	.topicsDetailBox dl.reserve dd p{
		padding:0 0 0 50px;
		line-height:1.2;
	}
	.topicsDetailBox dl.reserve dd p.tel a{
		text-decoration:none;
		font-size:32px;
		color:#e85836;
	}
	
	/*--- gMap ---*/
	.topicsDetailBox div.gMap{
		margin:15px 0 0;
	}
	
	/*--- gallery ---*/
	.topicsDetailBox ul.gallery{
		margin:15px 0 0;
	}
	.topicsDetailBox ul.gallery li{
		width:49%;
		float:left;
		margin:0 2% 18px 0;
	}
	.topicsDetailBox ul.gallery li:nth-child(2n){
		margin-right:0;
	}
	
/*===========================
  qa
===========================*/
/*  qaDetailBox
===========================*/
.qaDetailBox{
}
	/*--- titleArea ---*/
	.qaDetailBox div.titleArea{
		margin:30px 0 0;
		overflow:hidden;
	}

/*===========================
  recruit
===========================*/
/*  recruit
===========================*/
.recruit{
	width:800px;
	margin:0 auto;
}
.recruit .txtBox p{
	margin:0 0 15px;
}

/*-- SP ONLY --*/
@media screen and (max-width: 768px){
	
}

/*-- PC ONLY --*/
@media screen and (min-width: 769px){
	
}
