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



/*---------センター寄せ------------*/
#breadcrumb {
	width: 78.334%;
	margin: 0 auto;
}
#main {
	float: none;
	margin: 0 auto;
}
/*---------------------------------*/
.cl:after {
  content: "";
  clear: both;
  display: block;
}
/*---------------------------------*/
br.sp480,br.sp768{
	display:none;
}


/*//////////////////////1024pxよりも大きい幅のときここから////////////////////////*/
#bb{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background:#fbf4ed;
	color:#604c3f;
}
#bb h2{
	width:100%;
	margin:0 0 2% 0;
}
#bb h2 img{
	width:100%;
}
#bb .normal{
	text-align: center;
	font-size:1.6rem;
	line-height: 2;
	padding:0 0 1% 0;
}
#bb .red{
	color:#e94709;
}
#bb .big{
	font-size:175%;
}
#bb .marker{
	background: linear-gradient(transparent 0%, #ffffff 0%);
}
#bb .normal .txArea{
	width:90%;
	margin:0 auto;
	padding:4% 0 10% 0;
}

/*----バナー----*/
#bb .bnrA{
	width:100%;
}
#bb .bnrA a{
	width:100%;
	display: block;
}
#bb .bnrB{
	width:80%;
	max-width: 580px;
	margin:0 auto;
	display: block;
}
#bb .bnrA a img,
#bb .bnrB img{
	width:100%;
}
#bb .bnrtx{
	width:80%;
	max-width: 580px;
	margin:0 auto;
	display: block;
}
/*-------------*/
#bb .cont{
	font-size:1.5rem;
	line-height:1.8;
}
#bb .about{
	background-color:#f0dbc4;
	background-image:
		url("../../contents/biztomiz_guide/bb01_bgL.png"), /* 最前面の背景レイヤーの背景画像 */
		url("../../contents/biztomiz_guide/bb01_bgR.png");

	background-repeat:
		no-repeat, /* 最前面の背景レイヤーに対応 */
		no-repeat;

	background-position:
		left 11em, /* 最前面の背景レイヤーに対応 */
		right bottom;

	background-size:
		32%,
		15%;
}
#bb .cont h3{
	padding:8% 0 5% 0;
	width:50%;
	max-width:422px;
	margin:0 auto;
}
#bb .cont h4{
	width:86%;
	margin:0 auto 1.5% auto;
	text-align:center;
}
#bb .cont h4 img.r{
	margin:0 0 0 50%;
	width:40%;
	max-width:215px;
}
#bb .cont h4 img.l{
	margin:0 50% 0 0;
	width:40%;
	max-width:215px;
}
#bb .cont .Abox{
	width:86%;
	margin:0 auto 5% auto;
	padding:0 0 8% 0;
}
#bb .cont .Abox .tx{
	width:50%;
	text-align: center;
}
#bb .cont .Abox .ph{
	width:45%;
}
#bb .cont .Abox .right{
	float:right;
}
#bb .cont .Abox .left{
	float:left;
}
#bb .cont .Abox .tx h5{
	font-family: Hiragino Sans, "ヒラギノ角ゴシック", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
	color:#e94709;
	font-size:2.2rem;
	letter-spacing: 3px;
	line-height:1.4;
	padding:2%;
	background:rgba(255,255,255,0.7);
	margin:0 0 8% 0;
}
#bb .cont .Abox .tx p{
	text-align: justify;
}
#bb .cont .bgline{
	background:url(../../contents/biztomiz_guide/bb01_line.png) center bottom repeat-x;
	background-size:10px;
}
/**/
#bb .service{
	background-color:#f0eacb;
	background-image:
		url(../../contents/biztomiz_guide/bb02_bgL.png), /* 最前面の背景レイヤーの背景画像 */
		url(../../contents/biztomiz_guide/bb02_bgR.png);

	background-repeat:
		no-repeat, /* 最前面の背景レイヤーに対応 */
		no-repeat;

	background-position:
		left 13em, /* 最前面の背景レイヤーに対応 */
		right bottom;

	background-size:
		27%,
		15%;

	margin-top:-5%;
	padding: 0 0 5% 0;
}
#bb .cont .Sbox{
	width:86%;
	margin:0 auto 5% auto;
	padding:0 0 8% 0;
	text-align: center;
}
#bb .cont .cont2tx{
	font-size:1.8rem;
	line-height: 2;
}
#bb .cont .discount{
	width:70%;
	margin:4% auto 12% auto;
	max-width:380px;
}
/**/
#bb .lineup{
	background:#5b4d42;
	margin-top:-5%;
}
#bb .lineup h3{
	background: url(../../contents/biztomiz_guide/bb03_ttl_bg.jpg) left top no-repeat;
	background-size:cover;
	text-align: center;
	padding:2.5% 0;
}
#bb .lineup .Lbox{
	padding:5%;
}
#bb .lineup .Lbox .catg{
	background:#40342c;
	padding:2%;
	position: relative;
	margin:0 0 5% 0;
}
#bb .lineup .Lbox .catg h4.left{
	float:left;
	width:22%;
}
#bb .lineup .Lbox .catg ul.right{
	width: 96%;
	padding: 0 0 0 26%;
	position: absolute;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	top: 50%;
	box-sizing: border-box;
}
#bb .lineup .Lbox .catg h4.right{
	float:right;
	width:22%;
}
#bb .lineup .Lbox .catg ul.left{
	width: 96%;
	padding: 0 24% 0 2%;
	position: absolute;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	top: 50%;
	box-sizing: border-box;
}
#bb .lineup .Lbox .catg ul li{
	float: left;
	margin: 0 2.5% 0 0;
	width: 22.5%;
}
#bb .lineup .Lbox .catg .treeR{
	position: absolute;
	bottom:-12%;
	right:3%;
}
#bb .lineup .Lbox .catg .treeL{
	position: absolute;
	bottom:-12%;
	left:3%;
}

#bb .lineup .Lbox .catg .komugi { width:20%; }
#bb .lineup .Lbox .catg .choco { width:36%; }
#bb .lineup .Lbox .catg .dryf { width:43%; }
#bb .lineup .Lbox .catg .super { width:44%; }
#bb .lineup .Lbox .catg .nuts { width:18%; }

#bb .tel{
	clear:both;
	width:100%;
	margin:10% 0 5% 0;
}
#bb .txArea .tomizImg{
	padding:10% 0 0 0;
}
#bb .normal .notice{
	font-family: Hiragino Sans, "ヒラギノ角ゴシック", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
	background:#fff;
	display: inline-block;
	margin:0 0 10% 0;
	padding:5% 8%;
	color:#333;
}
#bb .normal .notice h6{
	font-size:1.8rem;
	margin:0 0 5% 0;
	position: relative;
}
#bb .normal .notice h6 span{
	color:rgba(255,255,255,0);
	border-top:1px solid #000;
	width:3em;
}
#bb .normal .notice h6:before{
	content: '';
	position: relative;
	left: -1em;
	top: -0.35em;
	display: inline-block;
	width: 2em;
	height: 1px;
	background-color: #000;
}
#bb .normal .notice h6:after{
	content: '';
	position: relative;
	right: -1em;
	top: -0.35em;
	display: inline-block;
	width: 2em;
	height: 1px;
	background-color: #000;
}
#bb .normal .notice .cap{
	text-align:left;
	font-size:1.4rem;
	line-height:1.8;
}
#bb .normal .notice .cap p{
	padding:0 0 0.5em 1.5em;
	text-indent: -1.5em;
	line-height:1.3;
}
#bb .btn{
	width:100%;
	margin:0 auto;
	max-width:580px;
	display: block;
}
#bb .coupon{
	width:80%;
	margin:0 auto 3% auto;
	max-width:580px;
	display: block;
}

/*//////////////////////1024pxよりも大きい幅のときここまで////////////////////////*/
@media screen and (max-width: 1209px) {
/* 1209pxまでの幅の場合に適応される */
}

@media screen and (max-width: 1023px) {
/* 1023pxまでの幅の場合に適応される */
}

@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
	br.sp768{
		display:block !important;
	}
	#bb .normal{
		text-align: justify;
		font-size:1.4rem;
		line-height: 1.8;
	}
	#bb .cont {
		font-size: 1.4rem;
	}
	#bb .cont h4 img.r,
	#bb .cont h4 img.l{
		margin:0;
		width:35%;
	}
	#bb .cont .Abox .right {
		float: none;
	}
	#bb .cont .Abox .left {
		float: none;
	}
	#bb .cont .Abox .tx {
    width: 100%;
		text-align: center;
	}
	#bb .cont .Abox .tx h5{
		font-size: 2rem;
		margin: 0 0 0.5em 0;
	}
	#bb .cont .Abox .ph {
    width: 100%;
    text-align: center;
		margin: 5% 0 0 0;
	}
	/**/
	#bb .service .cont2tx{
		font-size:1.4rem;
		line-height: 1.8;
		text-align: left;
	}
	#bb br.non{
		display: none;
	}
	#bb .normal .notice{
		display: inline-block;
		margin:0 5% 10% 5%;
		padding:4%;
		text-align:center;
	}
	#bb .normal .notice h6{
		line-height:1.3;
		padding:3% 0;
		background:#f5f5f5;
	}
	#bb .normal .notice h6:before{
		width: 0;
		height: 0;
		background:none;
	}
	#bb .normal .notice h6:after{
		width: 0;
		height: 0;
		background:none;
	}
	#bb .coupon{
		width:100%;
	}



}

@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適応される */
	br.sp480{
		display:block !important;
	}
		/*----バナー----*/
		#bb .bnrB{
			width:100%;
		}
		#bb .bnrtx{
			width:100%;
		}
		/*-------------*/
		#bb .normal {
			line-height: 1.6;
		}
		#bb .cont {
			line-height: 1.6;
		}
		#bb .cont h3{
			width:70%;
		}
		#bb .cont h4 img.r,
		#bb .cont h4 img.l{
			width: 50%;
		}
		#bb .cont h4 {
			margin: 0 auto 5% auto;
		}
		#bb .cont .Abox .tx h5 {
			font-size: 1.6rem;
			letter-spacing: 1px;
		}
		#bb .cont .Abox .ph {
			width: 100%;
			margin: 5% auto 0 auto;
		}
		#bb .cont .bgline {
			background-size: 8px;
		}
		#bb .cont .Abox {
			margin: 0 auto 10% auto;
			padding: 0 0 15% 0;
		}
		#bb .service{
			margin-top:-10%;
		}
		#bb .service .cont2tx {
			line-height: 1.6;
		}
		#bb .cont .discount {
			width: 100%;
		}
		/**/
		#bb .lineup h3 img{
			width:85%;
			margin:0 auto;
			display: block;
		}
		#bb .lineup .Lbox .catg {
			padding: 8%;
		}
		#bb .lineup .Lbox .catg h4.left,
		#bb .lineup .Lbox .catg h4.right {
			float: none;
			width: 100%;
		}
		#bb .lineup .Lbox .catg ul.right,
		#bb .lineup .Lbox .catg ul.left{
			width: auto;
			position: inherit;
			transform: none;
			-ms-transform: none;
			-moz-transform: none;
			top: inherit;
			margin: 7% -2.5% 5% 0;
			padding:0;
		}
		#bb .lineup .Lbox {
			padding: 0 0 2% 0;
		}

		#bb .lineup .Lbox .catg .treeR,
		#bb .lineup .Lbox .catg .treeL {
			text-align: center;
			bottom: -5%;
			right: inherit;
			left: 50%;
			transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			-moz-transform: translateX(-50%);
		}
		#bb .tel{
			width: 84%;
    	margin: 9% auto 6% auto;
		}
		#bb .big {
			line-height: 1.3;
			font-size:130%;
		}
		#bb .normal .notice h6 {
			font-size: 1.5rem;
		}
		#bb .normal .notice .cap {
			font-size: 1.2rem;
		}


}
