@charset "utf-8";


/* ============================================================
 init
============================================================ */
body {
	color:#000000;
	line-height:1.5;
	background-color: #fff;
	font-family:  "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#wrapper {
	margin:0 auto;}
	
/* tag
------------------------------------------------------------ */
img {
	border:0;
	vertical-align:bottom;}

p,
li,
th,
td,
dt,
dd { font-size:93%;}

	
/* link
------------------------------------------------------------ */
a {
	color:#007db5;
	overflow: hidden;
	outline:none; /* for FF*/
	text-decoration:underline;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
}

	
/* class
------------------------------------------------------------ */
.clearfix { zoom:1;}
.clearfix:after, {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;}
ul:after,
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.hgroup,
.block,
.outer,
.inner,
.row,
.box,
.cell {
	position:relative;
	zoom:1;}
	
.hgroup:after,
.block:after,
.outer:after,
.inner:after,
.row:after,
.box:after,
.cell:after  {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;}

.box,
.cell { float:left;}

.box.right,
.cell.right { float:right;}


/* js予約 */
.btn {}
.rollover {}
.imgLink {}

.rollopa:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.center {
	text-align: center;
}
/* header
============================================================ */
header {
	width: 100%;
	background: url(../img/bg.png) repeat;
	box-sizing: border-box;
}
header div {
	position: relative;
	padding: 10px 0 10px 20px;
	max-width: 800px;
	margin: 0 auto;
}
header .bokurano6_maxWidth {
	max-width: 820px;
}
header h1 img {
	width: 70px;
	height: auto;
}
@media only screen and (max-width:768px) { /* for sp */
	header h1 img {
		width: 35px;
		height: auto;
	}
}
header:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
header p.menu {
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -20px;
}

/* twitter
============================================================ */

/* block
============================================================ */

#main .block {
	margin-top: 25px;
	padding: 0 20px;
	background-color: #fff;
}
#main .block:nth-child(odd) {
	background: url(../img/bg.png) repeat;
	padding: 20px;
}
#main .block h2 {
	max-width: 800px;
	margin: 0 auto;
	padding-top: 12px;
	text-align: center;
}
#main .block h2 img {
	width: 100%;
}
#main .special h4,
#main .block h4 {
	background: url(../../bokurano1/img/bg_02.png) repeat-x;
	color: #fff;
	padding-left: 5px;
	margin-bottom: 10px;
	line-height: 20px;
}
#main .special .boxInner .delivery{
	font-size: 12px;
}
@media only screen and (max-width:768px) { /* for sp */
	#main .special .boxInner .delivery {
		font-size: 11px;
		line-height: 17px;
	}
}
#main .block .boxInner + .boxInner {
	margin-top: 15px;
}
/* gloval navi
------------------------------------------------------------ */
nav {
	width: 100%;
	display: none;
	margin: 0px auto 0px;
	background-color: #6a3906;
}

nav ul {
	margin: 0 auto;
	width: 80%;
	text-align: center;
	max-width: 800px;
}
nav ul:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
nav ul li {
	list-style:none;
	font-size: 18px;
	border-bottom: 1px solid #fff;
}
nav ul li a {
	color: #fff;
	padding: 20px 15px;
	text-decoration: none;
	display: block;
}
nav ul li:last-child {
	margin-bottom: 94px;
}

/* footer
============================================================ */
footer  {
	margin: 0 auto;
	background: url(../img/bg.png) repeat;
	padding-top: 24px;
	width: 100%;
	font-size: 16px;
}
footer .toTop {
	position: fixed;
	width: 82px;
	height: 48px;
	right: 0;
	bottom: 140px;
	padding: 0;
}
footer p {
	text-align: center;
	line-height: 60px;
	color: #6a3906;
}
footer .textBox{
	display: flex;
	justify-content: space-around;
}
footer p.copyRight {
	text-align: left;
	color: #6a3906;
}
footer p.companyName {
	color: #6a3906;
	font-size: 12px;
}
footer p.companyName a,
footer p.companyName a:hover {
	color: #6a3906;
}
footer p.mailTo {
	background-color: #6a3906;
}
footer p.mailTo img {
	vertical-align: middle;
	padding-right: 10px;
}
footer p.mailTo a,
footer p.mailTo a:hover {
	color: #fff;
}






	