/* -----------------------------------------------------------
Style Info:     各ファイル共通の段組及び基本設定
----------------------------------------------------------- */
html body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: medium;
}
img {
	border: none;width: 100%;height: auto;
	vertical-align: top;
}




/* リンク部分
----------------------------------------------------------------------------------------------------------------------*/

a {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	/*color: #34A7E0;*/
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* フロート
----------------------------------------------------------------------------------------------------------------------*/


.fL {float:left;}
.fR {float:right;}


/* マージン
----------------------------------------------------------------------------------------------------------------------*/

.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb20 {
	margin-bottom: 20px;
	font-size: medium;
}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}
.mb60 {margin-bottom:60px;}
.mb70 {margin-bottom:70px;}
.mb80 {margin-bottom:80px;}

.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.mt40 {margin-top:40px;}
.mt50 {margin-top:50px;}
.mt60 {margin-top:60px;}
.mt70 {margin-top:70px;}
.mt80 {margin-top:80px;}

.ml5 {margin-left:5px;}
.ml10 {margin-left:10px;}
.ml20 {margin-left:20px;}
.ml30 {margin-left:30px;}
.ml40 {margin-left:40px;}
.ml50 {margin-left:50px;}

.mr5 {margin-right:5px;}
.mr10 {margin-right:10px;}
.mr20 {margin-right:20px;}
.mr30 {margin-right:30px;}
.mr40 {margin-right:40px;}
.mr50 {margin-right:50px;}

.pt70 {padding-top:70px;}
/*----------------------textstyle------------------------------*/


.fs50 {font-size:50%;}
.fs60 {font-size:60%;}
.fs70 {font-size:70%;}
.fs80 {font-size:80%;}
.fs85 {font-size:85%;}
.fs90 {font-size:90%;}
.fs95 {font-size:95%;}
.fs100 {font-size:100%;}
.fs105 {font-size:105%;}
.fs110 {font-size:110%;}
.fs115 {font-size:115%;}
.fs120 {font-size:120%;}
.fs125 {font-size:125%;}
.fs130 {font-size:130%;}
.fs135 {font-size:135%;}
.fs140 {font-size:140%;}
.fs145 {font-size:145%;}
.fs150 {font-size:150%;}
.fs155 {font-size:155%;}

.lh20 {line-height:2;}
.lh30 {line-height:3;}

.fcwh {color:#ffffff;}
.fcbk {color:#000000;}
.fcgr {color:#999999;}
.fcrd {color:#ff0000;}
.fcbl {color:#012fa7;}
.fcgn {color:#037b00;}
.fcyl {color:#ffff01;}

.tac {text-align: center;}
.tal {text-align: left;}
.tar {text-align: right;}

.fw700 {font-weight:700;}

html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
  }

h1,h2,h3,h4,h5 {
  font-size: 10px;
  line-height: 12px;
  }

h1 {
	text-align: right;
	margin: 8px 0 0 0;
	color: #999;float: right;
 }

body {
  font-size: 14px;
  line-height: 1.7;
  color: #ffffff;overflow:scroll;
  background-color: #242424;text-align: left;
  }

.ls {
	letter-spacing: -0.2em;
  }
.ls2 {
	letter-spacing: -0.1em;
  }
@media print, screen and (min-width: 1100px) {
/*pc-style*/
.pc {display: block;}
}
@media print, screen and (min-width: 511px) and (max-width: 1099px) {
/*tablet-style*/
.pc {display: none;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
.pc {display: none;}
}
@media print, screen and (min-width: 1100px) {
/*pc-style*/
.pco {display: none;}
}
@media print, screen and (min-width: 511px) and (max-width: 1099px) {
/*tablet-style*/
.pco {display: block;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
.pco {display: block;}
}
@media print, screen and (min-width: 1100px) {
/*pc-style*/
.sp {display: none;}
}
@media print, screen and (min-width: 511px) and (max-width: 1099px) {
/*tablet-style*/
.sp {display: none;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
.sp {display: block;}
}
@media print, screen and (min-width: 1100px) {
/*pc-style*/
.spo {display: block;}
}
@media print, screen and (min-width: 511px) and (max-width: 1099px) {
/*tablet-style*/
.spo {display: block;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
.spo {display: none;}
}



header {
	width: 100%;
	clear: both;
	overflow: hidden;
	background-color: rgba(0,0,0,0.7);
	position: relative;
	z-index: 10;
}
@media print, screen and (min-width: 1100px) {
/*pc-style*/
#header_IN {width: 1100px;margin: 0 auto;height: 200px;}
}
@media print, screen and (min-width: 511px) and (max-width: 1099px) {
/*tablet-style*/
#header_IN {width: 100%;height: 120px;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
#header_IN {width: 100%;height: 100px;}
}



#header_IN {
	margin:20;
	padding:0;
	text-align:center;
	position: relative;
	overflow: hidden;
	clear: both;
}


@media print, screen and (min-width: 1100px) {
/*pc-style*/
#header_IN .logo {width:360px;
	margin:20px auto 0; }
}
@media print, screen and (min-width: 511px) and (max-width: 1099px) {
/*tablet-style*/
#header_IN .logo {width:300px;
	margin: 15px auto 0;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
#header_IN .logo {width:188px;
	margin: 14px auto 0;}
}

#header_IN .tel {
	position: absolute;
	font-size: 150%;
}
@media print, screen and (min-width: 1100px) {
/*pc-style*/
#header_IN .tel {display: block;
	right: 0;top: 33px;}
}
@media print, screen and (min-width: 511px) and (max-width: 1099px) {
/*tablet-style*/
#header_IN .tel {display: none;
	right: 20px;top: 20px;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
#header_IN .tel {display: none;}
}
#header_IN .tel p {
	padding: 0 20px;
	margin: 3px 0 0 0;
	text-align: center;
}

#header_IN .tel2 {
	width:45px;height:45px;
	position: absolute;
	right: 10px;
}
@media print, screen and (min-width: 1100px) {
/*pc-style*/
#header_IN .tel2 {display: none;top: 40px;}
}
@media print, screen and (min-width: 511px) and (max-width: 1099px) {
/*tablet-style*/
#header_IN .tel2 {display: block;top: 39px;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
#header_IN .tel2 {display: block;top: 26px;}
}

#header_IN .tel3 {width: 45px; height: 45px;top: 26px;left: 10px;position: absolute;}
@media print, screen and (min-width: 1100px) {
/*pc-style*/
#header_IN .tel3 {display: none;}
}
@media print, screen and (min-width: 511px) and (max-width: 1099px) {
/*tablet-style*/
#header_IN .tel3 {display: none;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
#header_IN .tel3 {display: block;}
}




#header_IN .tn {
	position: absolute;
}
@media print, screen and (min-width: 1100px) {
/*pc-style*/
#header_IN .tn {left: 0%;top: 15%; width:18%;}
}
@media print, screen and (min-width: 511px) and (max-width: 1099px) {
/*tablet-style*/
#header_IN .tn {left: 5%;top: 20%; width:150px;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
#header_IN .tn {left: 2%;top: 27%; width:22%;}
}


#header_IN .fb2 {
	width:30px;
	position: absolute;
	right: 0px;top: 38px;
}


#header_IN .nv1 {left: 5%;}
#header_IN .nv2 {left: 25%;}
#header_IN .nv3 {right: 25%;}
#header_IN .nv4 {right: 5%;}
.nv-h {
	top: 40px;width: 15%;position: absolute;
}


#Mn {
	position: absolute;
	width: 45px;height: 45px;
	left: 10px;
	top: 15px;margin: 0;padding: 0;
}


.abn {
	position: absolute;
	left: 0;
	width: 100%;
	top: 155px;
	text-align: center;
}
.tate {
	width: 900px;font-weight: 700;
	margin: 0 auto;font-size: 115%;
	
}
ul.tatemenu {
	width: 1100px;display:table;
	margin: 0 auto;table-layout: fixed;
	
}
ul.tatemenu li {
	font-size: 115%;
	text-align: left;width: 166px;
	list-style-type: none;
	display: table-cell;
	font-weight: 700;text-align: center;
}




nav  {
	padding: 5px 0 20px 0;
	width: 100%;
	margin: 0;
	clear: both;
}
nav ul {
	margin: 0;
	display:table;
	table-layout: fixed;
	padding: 0;
	text-align: center;
	width: 100%;background-image: url(images/navbd.png);
	background-repeat: no-repeat;
	background-position: left top;
}
nav ul li{
	margin: 0;
	padding: 0 18px;
	display: table-cell;
	list-style-type: none;
	vertical-align: middle;
	background-image: url(images/navbd.png);
	background-repeat: no-repeat;
	background-position: right top;
}


ul.sm {
	margin: 0;
	display:table;
	table-layout: fixed;
	padding: 0 0 0 0;
	text-align: center;
	width: 100%;
}
ul.sm li{
	margin: 0;
	display: table-cell;
	list-style-type: none;
	border-top: 1px solid #606060;
	border-bottom: 1px solid #606060;
	border-right: 1px solid #606060;
	height: 45px;
	vertical-align: middle;
	font-size: 80%;
}
ul.sm2 {
	margin: 0;
	display:table;
	table-layout: fixed;
	padding: 0;
	border-left: 1px solid #d9d9d9;
	text-align: center;
	width: 100%;
}
ul.sm2 li{
	margin: 0;
	display: table-cell;border-bottom: 1px solid #d9d9d9;
	list-style-type: none;
	border-right: 1px solid #d9d9d9;
	height: 60px;
	vertical-align: middle;
}




footer  {
	overflow: hidden;
	clear: both;
	background-color: #999999;
	font-size: 90%;
	background-size:cover;
	color: #FFF;
}
@media print, screen and (min-width: 1100px) {
/*pc-style*/
.footer-in {width: 1100px;margin: 10px auto;}
}
@media print, screen and (min-width: 511px) and (max-width: 1099px) {
/*tablet-style*/
.footer-in {width: 85%;margin: 10px auto;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
.footer-in {width: 85%;margin: 10px auto;}
}




ul.ftmn { border-left: 1px solid #DA0A16;
 border-top: 1px solid #DA0A16;
 }
ul.ftmn li{ float: left; width: 50%; display: block;
 border-bottom: 1px solid #DA0A16;
 height: 44px;
 margin: 0;
 }
ul.ftmn li a{
 color: #333; border-right: 1px solid #DA0A16;
 display: block;
 height: 44px;
 margin: 0;
 padding: 0 0 0 10px;
 overflow: hidden;
 text-overflow: ellipsis;
 text-decoration: none;
 font-weight: bold;
 white-space: nowrap;
 line-height: 44px;
 }
ul.ftmn li a::after{
 content: url(images/list_mark1.png);
 float: right;
 }

.gy {
	font-size:90%;
	float: leff;
	width: 60%;
	text-align: left;
}
.gy p{
	font-size:110%;margin: 0;padding: 0;
}
.cr {
	font-size:60%;
	color: #666;
}


@media print, screen and (min-width: 1100px) {
/*pc-style*/
#contents {padding: 93px 0 0;}
}
@media print, screen and (min-width: 511px) and (max-width: 1099px) {
/*tablet-style*/
#contents {padding: 110px 0 0;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
#contents {padding: 70px 0 0;}
}




.bg-wall {
	overflow: hidden;
	position: relative;
	z-index: 10;
}
@media print, screen and (min-width: 1100px) {
/*pc-style*/
.bg-wall-in {width: 1100px; margin: 0 auto; padding: 60px auto 80px;}
}
@media print, screen and (min-width: 511px) and (max-width: 1099px) {
/*tablet-style*/
.bg-wall-in {width: 90%; margin: 0 auto; padding: 5%;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
.bg-wall-in {width: 94%; margin: 0 auto; padding: 3%;}
}
@media print, screen and (min-width: 1100px) {
/*pc-style*/
.bg-wall-in2 {width: 880px;margin: 0 auto;padding: 100px 0;}
}
@media print, screen and (min-width: 511px) and (max-width: 1099px) {
/*tablet-style*/
.bg-wall-in2 {width: 90%;margin: 0 auto;padding: 40px 0;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
.bg-wall-in2 {width: 94%;margin: 0 auto;padding: 30px 0;}
}

@media print, screen and (min-width: 1100px) {
/*pc-style*/
.bg-wall-in3 {width: 1000px;margin: 0 auto;padding: 100px 0;}
}
@media print, screen and (min-width: 511px) and (max-width: 1099px) {
/*tablet-style*/
.bg-wall-in3 {width: 90%;margin: 0 auto;padding: 40px 0;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
.bg-wall-in3 {width: 94%;margin: 0 auto;padding: 30px 0;}
}

.bg-wht  {
	padding: 4%;
	overflow: hidden;
	background-color: #FFF;
}
.bg-wht2  {
	padding: 4%;
	overflow: hidden;
	background-color: #FFF;
}
.bg-wht3  {
	overflow: hidden;
	background-color: #FFF;
}
.bg-gl  {
	padding-top: 1%;
	padding-right: 1%;
	padding-left: 1%;
	padding-bottom: 1%;
	overflow: hidden;
	background-color: #eeeeee;
}
.bg-black  {
	padding: 4%;
	overflow: hidden;
	background-color: #000000;
}



.arrow {
	width: 5%;
	margin: 0 auto;
}
.flp29  {
	width: 29%;
	float: left;
}
.frp69  {
	float: right;
}
@media screen and (min-width: 960px) {
/*pc-style*/
.frp69 {width: 69%;}
}
@media only screen and (min-width: 421px) and (max-width: 959px) {
/*tablet-style*/
.frp69 {width: 100%;}
} 
/* smartPhone */
@media screen and (max-width: 420px) {
/*smart-style*/
.frp69 {width: 100%;}
}


ul.homeic {
	margin: 0;
	display:table;
	table-layout: fixed;
	padding: 0;
	text-align: center;
}
ul.homeic li{
	margin: 0;
	padding: 0;
	display: table-cell;
	list-style-type: none;
	vertical-align: bottom;
}
.bg-cream  {
	overflow: hidden;
	background-color: #333;
}

ul.sic {
	margin: 0;
	display:table;
	table-layout: fixed;
	padding: 0;
	border-left: 1px solid #444444;
}
ul.sic li{
	margin: 0;
	padding: 2%;
	display: table-cell;
	list-style-type: none;
	vertical-align: middle;
	border-right: 1px dashed #444444;
}
.bbgl {
	margin: 0 auto 2%;
	width: 85%;
	padding 0 0 2% 0;
	border-bottom: 1px solid #444444;
	text-align: left;
}

.bdbox  {
	overflow: hidden;
}
@media print, screen and (min-width: 1100px) {
/*pc-style*/
.bdbox  {border: 5px solid #e0e0e0;padding: 2%;}
}
@media print, screen and (min-width: 511px) and (max-width: 1099px) {
/*tablet-style*/
.bdbox  {border: 5px solid #e0e0e0;padding: 2%;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
.bdbox  {border: none;}
}



.bggr  {
	padding: 3%;
	overflow: hidden;
	background-color: #f9f9f9;
}

.bdbox-wht  {
	border: 5px solid #e0e0e0;
	padding: 2%;
	overflow: hidden;
	background-color: #333;
}
.bg-gry  {
	padding: 2%;
	overflow: hidden;
	background-color: #333;
}
.fl1-3over  {
	clear: both;
	table-layout: fixed;
	display: table;
	width: 100%;border-collapse:separate;
    border-spacing: 0 2% 0 0;
}
@media print, screen and (min-width: 1100px) {
/*pc-style*/
.fl1-3over {}
}
@media print, screen and (min-width: 511px) and (max-width: 1099px) {
/*tablet-style*/
.fl1-3over {width: 100%;display: block;border-spacing:0px;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
.fl1-3over {width: 100%;display: block;}
}
.fl1-3  {
	display: table-cell;
	vertical-align: top;
}


.bd-rad {background-color: #f8f8f8;
	border: 1px solid #c2c2c2;
	padding: 4%;
}
@media print, screen and (min-width: 1100px) {
/*pc-style*/
.hpc {height: 312px; !important;overflow:hidden;border-bottom: 1px solid #c2c2c2;}}
@media print, screen and (min-width: 511px) and (max-width: 1099px) {
/*tablet-style*/
.hpc {height:auto;border-bottom: none;}} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
.hpc {height:auto;border-bottom: none;}}

border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;

@media print, screen and (min-width: 1100px) {
/*pc-style*/
.box1 {}
}
@media print, screen and (min-width: 511px) and (max-width: 1099px) {
/*tablet-style*/
.box1 {width: 100%;display: block;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
.box1 {width: 100%;display: block;margin: 0 0 20px 0;}
}
.info  {
	text-align: left;float: left;
}
@media print, screen and (min-width: 1100px) {
/*pc-style*/
.info {width: 23%;margin: 0 2% 0 0;}
}
@media print, screen and (min-width: 511px) and (max-width: 1099px) {
/*tablet-style*/
.info {width: 23%;margin: 0 2% 0 0;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
.info {width: 100%;margin: 0 2% 0 0;}
}

@media print, screen and (min-width: 1100px) {
/*pc-style*/
.t-img {width: 40%;margin: 0 auto 10px;}
}
@media print, screen and (min-width: 511px) and (max-width: 1099px) {
/*tablet-style*/
.t-img {width: 50%;margin: 0 auto 10px;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
.t-img {width: 100%;margin: 0 auto 20px;}
}






.box2-over  {
	clear: both;overflow: hidden;
}
@media print, screen and (min-width: 1100px) {
/*pc-style*/
.box2-over {margin: 0 0 0 -1%;}
}
@media print, screen and (min-width: 511px) and (max-width: 1099px) {
/*tablet-style*/
.box2-over {margin: 0 0 0 -1%;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
.box2-over {margin: 0 0 30px 0;}}


@media print, screen and (min-width: 1100px) {
/*pc-style*/
.box2 {width: 31%;margin: 0 0 0 2%;float: left;}
}
@media print, screen and (min-width: 511px) and (max-width: 1099px) {
/*tablet-style*/
.box2 {width: 31%;margin: 0 0 0 2%;float: left;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
.box2 {width: 100%;margin: 0 0 30px 0;float: left;}
}


.boxtype-over  {
	clear: both;overflow: hidden;
}
@media print, screen and (min-width: 1100px) {
/*pc-style*/
.boxtype-over {margin: 0 0 0 -2%;}
}
@media print, screen and (min-width: 511px) and (max-width: 1099px) {
/*tablet-style*/
.boxtype-over {margin: 0 0 0 -2%;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
.boxtype-over {margin: 0 0 30px 0;}}

.boxtype {
	background-color: #333;
}
@media print, screen and (min-width: 1100px) {
/*pc-style*/
.boxtype {width: 31%;margin: 0 0 0 2%;float: left;}
}
@media print, screen and (min-width: 511px) and (max-width: 1099px) {
/*tablet-style*/
.boxtype {width: 31%;margin: 0 0 0 2%;float: left;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
.boxtype {width: 100%;margin: 0 0 30px 0;float: left;}
}



@media print, screen and (min-width: 1100px) {
/*pc-style*/
.box3 {}
}
@media print, screen and (min-width: 511px) and (max-width: 1099px) {
/*tablet-style*/
.box3 {width: 48%;display: block;float: right;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
.box3 {width: 100%;display: block;float: none;margin: 0 0 20px 0;}}

.top {
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}
@media print, screen and (min-width: 1100px) {
/*pc-style*/
.top {height: 150px; padding: 100px 0 0 0; }
}
@media print, screen and (min-width: 511px) and (max-width: 1099px) {
/*tablet-style*/
.top {height: 120px; padding: 90px 0 0 0; }
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
.top {height: 100px; padding: 60px 0 0 0; }
}



#Products {
	background-image: url(images/top-products.jpg);
}
#Delivery {
	background-image: url(images/top-delivery.jpg);
}
#Shop {
	background-image: url(images/top-shop.jpg);
}
#Contact {
	background-image: url(images/top-contact.jpg);
}
.top-txt {
	font-size: 180%;
	margin: 50px 0;
}
.top-txt2 {
	font-size: 180%;
	margin: 0 0 30px 0;
}



.single-title {
	font-size: 140%;
	background-color: #a72d42;
	padding: 5px 0 2px;
	margin: 0 0 40px 0;
	color: #FFF;
}
.main-title {
	font-size: 140%;
	clear: both;
	margin: 0 0 2% 0;
	text-align: center;
}
.sub-title {
	font-size: 120%;
	padding: 5px;
	clear: both;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.cat-title {
	font-size: 120%;
	padding: 5px 2%;
	clear: both;
	background-color: #666666;
	color: #ffffff;
}

.area-title {
	font-size: 120%;
	padding: 5px;
	clear: both;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin: 0 0 30px 0;
}
.side-title {
	font-size: 120%;
	padding: 5px;
	clear: both;
}



.works {
	margin: 0 0 0 -2%;
	overflow: hidden;
}
.works-box {
	margin: 0 0 2% 2%;
	float: left;
}
@media print, screen and (min-width: 960px) {
/*pc-style*/
.works-box {width: 23%;}
}
@media print, screen and (min-width: 511px) and (max-width: 959px) {
/*tablet-style*/
.works-box {width: 48%;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
.works-box {width: 48%;}
}
.works-box-d {
	margin: 0 0 2% 2%;
	float: left;
}
@media print, screen and (min-width: 960px) {
/*pc-style*/
.works-box-d {width: 23%;}
}
@media print, screen and (min-width: 511px) and (max-width: 959px) {
/*tablet-style*/
.works-box-d {width: 48%;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
.works-box-d {width: 48%;}
}
.works-box2 {
	margin: 0 0 2% 2%;
	float: left;
}
@media print, screen and (min-width: 960px) {
/*pc-style*/
.works-box2 {
	width: 31%;
	margin-bottom: 0px;
}
}
@media print, screen and (min-width: 511px) and (max-width: 959px) {
/*tablet-style*/
.works-box2 {width: 31%;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
.works-box2 {width: 100%;}
}




.grb4im {
	width: 100%;
	height: 200px;
	position:relative;
	overflow: hidden;
}
@media screen and (min-width: 960px) {
/*pc-style*/
.grb4im{height: 150px;}
}
@media only screen and (min-width: 421px) and (max-width: 959px) {
/*tablet-style*/
.grb4im{height: 100px;}
} 
/* smartPhone */
@media screen and (max-width: 420px) {
/*smart-style*/
.grb4im{height: 150px;}
}


@media screen and (min-width: 960px) {
/*pc-style*/
.grb4im img{width: 200%;}
}
@media only screen and (min-width: 421px) and (max-width: 959px) {
/*tablet-style*/
.grb4im img{width: 200%;}
} 
/* smartPhone */
@media screen and (max-width: 420px) {
/*smart-style*/
.grb4im img{width: 200%;}
}
.grb4im img {
	position:absolute;
top:-50%;
left:-50%;
}






.works-box2-bd {
	margin: 0 0 2% 2%;border-right: 1px dashed #999999;
	float: left;
}
@media print, screen and (min-width: 960px) {
/*pc-style*/
.works-box2-bd {width:  31%;}
}
@media print, screen and (min-width: 511px) and (max-width: 959px) {
/*tablet-style*/
.works-box2-bd {width: 31%;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
.works-box2-bd {width: 100%;}
}



.works-box-h {
	float: left;
}
@media print, screen and (min-width: 960px) {
/*pc-style*/
.works-box-h {width: 48%;margin: 0 0 2% 2%;}
}
@media print, screen and (min-width: 511px) and (max-width: 959px) {
/*tablet-style*/
.works-box-h {width: 100%;margin: 0 0 2% 0;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
.works-box-h {width: 100%;margin: 0 0 2% 0;}
}


.works-box-l {
	margin: 0 0 2% 2%;
	float: left;
}
@media print, screen and (min-width: 960px) {
/*pc-style*/
.works-box-l {width: 33%;}
}
@media print, screen and (min-width: 511px) and (max-width: 959px) {
/*tablet-style*/
.works-box-l {width: 48%;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
.works-box-l {width: 48%;}
}
.works-box-r {
	margin: 0 0 2% 2%;
	float: left;
}
@media print, screen and (min-width: 960px) {
/*pc-style*/
.works-box-r {width: 63%;}
}
@media print, screen and (min-width: 511px) and (max-width: 959px) {
/*tablet-style*/
.works-box-r {width: 48%;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
.works-box-r {width: 48%;}
}

.menu-r {
	width: 48%;
	float: left;
}


.works-wht {
	overflow: hidden;
	padding-top: 1%;
	padding-right: 1%;
	padding-left: 1%;
	padding-bottom: 1%;
	background-color: #FFF;
	margin: 0 0 4% 0;
}
.works-wht-box {
	float: left;
}
@media print, screen and (min-width: 960px) {
/*pc-style*/
.works-wht-box {width: 25%;}
}
@media print, screen and (min-width: 511px) and (max-width: 959px) {
/*tablet-style*/
.works-wht-box {width: 50%;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
.works-wht-box {width: 50%;}
}

.works-wht-box2 {float: left;
}
@media print, screen and (min-width: 960px) {
/*pc-style*/
.works-wht-box2 {width: 50%;}
}
@media print, screen and (min-width: 511px) and (max-width: 959px) {
/*tablet-style*/
.works-wht-box2 {width: 50%;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
.works-wht-box2 {width: 100%;}
}


.bg-bd {
	padding: 8%;margin: 0 0 8% 0;
	overflow: hidden;
	border-right: 1px dashed #999999;
}
.bg-nbd {
	padding: 8%;margin: 0 0 8% 0;
	overflow: hidden;
	border-right: none
}
.bg-bdn {padding: 8%;margin: 0 0 8% 0;
	overflow: hidden;
	}
@media print, screen and (min-width: 1100px) {
/*pc-style*/
.bg-bdn {border-right: 1px dashed #999999;}
}
@media print, screen and (min-width: 511px) and (max-width: 1099px) {
/*tablet-style*/
.bg-bdn {border-right: none;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
.bg-bdn {border-right: none;}
}
.bg-bdn2 {padding: 8%;margin: 0 0 8% 0;
	overflow: hidden;
	}
.bg-bdn2 {border-right: 1px dashed #999999;}
}
@media print, screen and (min-width: 511px) and (max-width: 1099px) {
/*tablet-style*/
.bg-bdn2 {border-right: 1px dborder-right: 1px dashed #999999;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
.bg-bdn2 {border-right: none;}
}






.bt-more {
	
	margin: 20px 0 0; float: right;
	text-align: center;
	background-color: #000;
}
@media print, screen and (min-width: 1100px) {
/*pc-style*/
.bt-more {width: 30%;padding: 10px;}
}
@media print, screen and (min-width: 511px) and (max-width: 1099px) {
/*tablet-style*/
.bt-more {width: 40%;padding: 8px;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
.bt-more {width: 70%;padding: 8px;}
}

.bt-more2 {
	padding: 10px;text-align: center;
	background-color: #000;
	margin: 0 auto;
}
@media print, screen and (min-width: 1100px) {
/*pc-style*/
.bt-more2 {width: 50%;float: right;}
}
@media print, screen and (min-width: 511px) and (max-width: 1099px) {
/*tablet-style*/
.bt-more2 {width: 100%;float: none;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
.bt-more2 {width: 100%;float: none;}
}
.bt-more3 {
	padding: 5px;float: right;
	border: 1px solid #fff;text-align: center;
	margin: 0 auto;
}
@media print, screen and (min-width: 1100px) {
/*pc-style*/
.bt-more3 {width: 20%;}
}
@media print, screen and (min-width: 511px) and (max-width: 1099px) {
/*tablet-style*/
.bt-more3 {width: 33%;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
.bt-more3 {width: 60%;}
} 
.bt-more4 {
	padding: 3px;
	width: 70%;
	border: 1px solid #fff;
	margin: 0 auto;
}
.skill {
	margin: 0 0 0 -1%;overflow: hidden;
}
@media print, screen and (min-width: 1100px) {
/*pc-style*/
.skill {margin: 0 0 0 -1%;overflow: hidden;}
}
@media print, screen and (min-width: 511px) and (max-width: 1099px) {
/*tablet-style*/
.skill {margin: 0 0 0 -1%;overflow: hidden;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
.skill {margin: 0 0 0 0;overflow: hidden;}
}
@media print, screen and (min-width: 1100px) {
/*pc-style*/
.skill-box {margin: 0 0 5% 1%;float: left;width: 49%;}
}
@media print, screen and (min-width: 511px) and (max-width: 1099px) {
/*tablet-style*/
.skill-box {margin: 0 0 5% 1%;float: left;width: 49%;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
.skill-box {margin: 0 0 3% 0%;float: none;width: 100%;}
}



.skill-box2 {
	border: 10px solid #d2d2d2;
	overflow: hidden;
	background-color: #a0be45;
	clear: both;
	font-size: 130%;
}
.skill-box2-l {
	float: left;
	width: 75%;
}
.skill-box2-r {
	float: right;
	width: 25%;
}
@media print, screen and (min-width: 1100px) {
/*pc-style*/
.skillno {margin: 0 0 0 -2%;}
}
@media print, screen and (min-width: 511px) and (max-width: 1099px) {
/*tablet-style*/
.skillno {margin: 0 0 0 0;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
.skillno {margin: 0 0 0 0;}
}
@media print, screen and (min-width: 1100px) {
/*pc-style*/
.skillno-box {margin: 0 0 2% 2%;
	float: left;
	width: 48%;}
}
@media print, screen and (min-width: 511px) and (max-width: 1099px) {
/*tablet-style*/
.skillno-box {margin: 0 0 2% 0;
	float: none;clear: both;overflow: hidden;
	width: 100%;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
.skillno-box {margin: 0 0 2% 0;
	float: none;clear: both;overflow: hidden;
	width: 100%;}
}



@media print, screen and (min-width: 1100px) {
/*pc-style*/
.skillno-box2 {margin: 0 0 0 2%;
	float: left;
	width: 48%;}
}
@media print, screen and (min-width: 511px) and (max-width: 1099px) {
/*tablet-style*/
.skillno-box2 {margin: 0 0 0 0;
	float: none;clear: both;overflow: hidden;
	width: 100%;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
.skillno-box2 {margin: 0 0 0 0;
	float: none;clear: both;overflow: hidden;
	width: 100%;}
}



.staff {
	overflow: hidden;
}

@media print, screen and (min-width: 1100px) {
/*pc-style*/
.staff {margin: 0 0 0 -2%;}
}
@media print, screen and (min-width: 511px) and (max-width: 1099px) {
/*tablet-style*/
.staff {margin: 0 0 0 -2%;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
.staff {margin: 0 0 0 0;}
}
.staff-box {
	float: left;
}

@media print, screen and (min-width: 1100px) {
/*pc-style*/
.staff-box {width: 48%;margin: 0 0 2% 2%;}
}
@media print, screen and (min-width: 511px) and (max-width: 1099px) {
/*tablet-style*/
.staff-box {width: 48%;margin: 0 0 2% 2%;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
.staff-box {width: 100%;margin: 0 0 2% 0;}
}
.staff-box-in {
	border: 10px solid #d2d2d2;
}
.staff-box-title {
	background-color: #a0be45;
	color: #FFF;
	font-size: 130%;
	padding: 10px;
}
.staff-box-space {
	padding: 3%;
}
.staff-box-space p{
	padding: 2%;margin: 0 0 2% 0;
	background-color: #f6f6f6;
	text-align: left;
}

.deli {
	margin: 0 0 0 -1%;
	overflow: hidden;
}
.deli-box {
	margin: 0 0 3% 2%;
	float: left;
	background-image: url(images/bg-st.jpg);
}

@media print, screen and (min-width: 1100px) {
/*pc-style*/
.deli-box {width: 31%;}
}
@media print, screen and (min-width: 511px) and (max-width: 1099px) {
/*tablet-style*/
.deli-box {width: 31%;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
.deli-box {width: 48%;}
}
.deli-box-in {
	background-color: #FFF;margin:4%;
}
.deli-box-title {
	background-image: url(images/ic-deli.png);
	background-repeat: no-repeat;
	font-size: 140%;
	padding: 0 0 0 50px;
	margin: 10px 20px 0;
	text-align: left;
}







.prd {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	overflow: hidden;
	border-bottom: 1px solid #c2c2c2;
}
.prd-l {color: #ffffff;padding: 2px; font-size: 70%;
	float: left; text-align: center;
}
@media print, screen and (min-width: 1100px) {
/*pc-style*/
.prd-l {width: 25%;}
}
@media print, screen and (min-width: 511px) and (max-width: 1099px) {
/*tablet-style*/
.prd-l {width: 25%;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
.prd-l {width: 28%;}
}

.cat-information {background-color: #999999;}
.cat-voice {background-color: #a1be45;}
.cat-flyer {background-color: #f06839;}
.cat-delivery {background-color: #999999;}

.prd-r {
	float: right;
	text-align: left;
}
@media print, screen and (min-width: 1100px) {
/*pc-style*/
.prd-r {width: 72%;}
}
@media print, screen and (min-width: 511px) and (max-width: 1099px) {
/*tablet-style*/
.prd-r {width: 72%;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
.prd-r {width: 70%;}
}
.prd2 {
	overflow: hidden;padding: 30px;
	border: 1px dotted #eeeeee;
}
.prd2-l {
	float: left;
	width: 20%;
}
.prd2-r {
	float: right;
	width:77%;
	text-align: left;
}
.half-l {
	float: left;
	width: 48%;
}
.half-r {
	float: right;
	width: 48%;
}
.iframe-content {
	position: relative;
	width: 100%;
	padding: 55% 0 0 0;
	margin: 0;
}
.iframe-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.sg-box {
	border: 10px solid #d2d2d2;
	padding: 3%;overflow: hidden;
}
.bgcr {
	background-color: #f8f8f8;
}
.bgwt {
	background-color: #ffffff;
}

/* ------------------------------------- 
 *	出前
 * ------------------------------------- */
.title-demae {
	font-size: 100%;
	margin: 10px 0 0 0;
}
.price-demae {
	font-size: 120%;
	margin: 0 0 0 0;
	
}
.plus-demae {
	font-size: 80%;
	color: #999999;
}
@media print, screen and (min-width: 1100px) {
/*pc-style*/
ul.dnav {font-size: 100%;}
}
@media print, screen and (min-width: 511px) and (max-width: 1099px) {
/*tablet-style*/
ul.dnav {font-size: 90%;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
ul.dnav {font-size: 80%;}
}
ul.dnav {
	margin: 0 0 20px 0;
	display:table;
	table-layout: fixed;
	padding: 0 0 0 0;
	border-left: 1px solid #d9d9d9;
	text-align: center;
	width: 100%;
}
ul.dnav li{
	margin: 0;
	display: table-cell;
	list-style-type: none;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	padding: 10px 0;background-color: #c26c7b;
}	
ul.dnav li.crt {
	margin: 0;
	display: table-cell;
	list-style-type: none;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	padding: 10px 0;
	background-color: #a72d42;
}
@media print, screen and (min-width: 1100px) {
/*pc-style*/
ul.dnav2 {font-size: 100%;}
}
@media print, screen and (min-width: 511px) and (max-width: 1099px) {
/*tablet-style*/
ul.dnav2 {
	font-size: 90%;
}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
ul.dnav2 {font-size: 80%;}
}
ul.dnav2 {
	margin: 0;
	display:table;
	table-layout: fixed;
	padding: 0 0 0 0;
	border-left: 1px solid #d9d9d9;
	text-align: center;
	width: 100%;
}
ul.dnav2 li{
	margin: 0;
	display: table-cell;
	list-style-type: none;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	padding: 10px 0;background-color: #c26c7b;
}	
ul.dnav2 li.crt {
	margin: 0;
	display: table-cell;
	list-style-type: none;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	padding: 10px 0;
	background-color: #a72d42;
}	

@media print, screen and (min-width: 1100px) {
/*pc-style*/
.logo-index {width: 7%; margin: 0 auto 40px;font-size: 120%;}
}
@media print, screen and (min-width: 511px) and (max-width: 1099px) {
/*tablet-style*/
.logo-index {width: 9%; margin: 0 auto 30px;}
}
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
.logo-index {width: 12%; margin: 0 auto 20px;}
}
.mainimage {overflow: hidden;position: relative;
	z-index: 1;}
@media print, screen and (min-width: 1100px) {
/*pc-style*/
.mainimage {height: 650px;}
}
@media print, screen and (min-width: 511px) and (max-width: 1099px) {
/*tablet-style*/
.mainimage {height: 600px;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
.mainimage {height: 400px;}
}


ul.miniset {
	margin: 0 0 20px 0;
	display: table;
	table-layout: fixed;
	padding: 0 0 0 0;
	width: 100%;
	font-size: 80%;
}
ul.miniset li{
	margin: 0;
	display: table-cell;
	list-style-type: none;
}	
.kodawari {overflow: hidden;}
@media print, screen and (min-width: 1100px) {
/*pc-style*/
.kodawari {height: 300px;}
}
@media print, screen and (min-width: 511px) and (max-width: 1099px) {
/*tablet-style*/
.kodawari {height: 250px;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
.kodawari {height: 200px;}
}

.same2 {height: 320px;}
.same-a {height: 302px;}
.same-b {height: 325px;}

@media print, screen and (min-width: 1100px) {
/*pc-style*/
ul#accordion {width: 100%;}
}
@media print, screen and (min-width: 511px) and (max-width: 1099px) {
/*tablet-style*/
ul#accordion {width: 100%;}
} 
/* smartPhone */
@media print, screen and (max-width: 580px) {
/*smart-style*/
ul#accordion {width: 100%;}
}
ul#accordion {
	text-align:left;
	background-color: #666666;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity:1;
	display: none;
	position: absolute;
	z-index: 100;
	margin: 0;padding: 0;
	overflow: hidden;
}
ul#accordion a {}
ul#accordion span {}
ul#accordion ul { display:none;}
ul#accordion > li {
	border-bottom: 1px solid #cccccc;
	list-style-type: none;padding: 15px 25px 15px 22px;
	clear: both;text-align: center;
}
ul#accordion > li.mn-close {
	padding: 15px 25px 15px 22px;
	background-image: url(../images/common/mn-close.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-color: #000000;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity:0.85;
}
ul#accordion > li > p {cursor:pointer;padding: 15px 25px 15px 50px;margin: 0;}
ul#accordion > li > p span {}
ul#accordion > li > p span.open {}
ul#accordion > li > ul > li {list-style-type: none;border-top: 1px solid #cccccc;padding: 15px 25px 15px 50px;clear: both;}
ul#accordion > li > ul > li > p {padding: 0;margin: 0;}
ul#accordion > li > ul > li > a {}
ul#accordion > li > ul > li > ul > li {}
ul#accordion > li > ul > li > ul > li:last-child {}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	z-index: 1000;
}
#page-top a {
    background-color: rgba(0,0,0,0.6);
    text-decoration: none;
    color: #fff;
    width: 40px;
    padding: 7px 0;
    text-align: center;
    display: block;
}

.bg-gr {
	overflow: hidden;
	position: relative;
	background-color: #333;
	z-index: 10;
}
#feed ul li{
	list-style: none;
  }
  #feed2 ul li{
	list-style: none;
	text-align: left;
  }


.newnews-bd {
	border-bottom: 1px solid #666666;
	padding: 0 0 13px 0;
	margin: 0 0 13px 0;
	overflow: hidden;
}
n.newnews-pad {
	padding: 1%;
}
@media print, screen and (min-width: 583px) {
/*pc-style*/
.newnews-date {width: 12%;float: left;margin: 0 2% 0 0;color: #999999;}
}
@media print, screen and (min-width: 581px) and (max-width: 582px) {
/*tablet-style*/
.newnews-date {width: 15%;float: left;margin: 0 2% 0 0;}
} 
@media print, screen and (max-width: 580px) {
/*smart-style*/
.newnews-date {width: 100%;float: none;margin: 0 4% 0 0;}
}

.newnews-cat {
	background-color: #000000;
	color: #FFF;
	font-size: 80%;
}
@media print, screen and (min-width: 583px) {
/*pc-style*/
.newnews-cat {width: 12%;float: left;margin: 0 2% 0 0;}
}
@media print, screen and (min-width: 581px) and (max-width: 582px) {
/*tablet-style*/
.newnews-cat {width: 15%;float: left;margin: 0 2% 0 0;}
} 
@media print, screen and (max-width: 580px) {
/*smart-style*/
.newnews-cat {width: 20%;float: left;margin: 0 4% 0 0;}
}


.newnews-cat a {
	color: #FFF;
}
.newnews-cat a:link {
	color: #FFF;
}
.newnews-cat a:visited {
	color: #FFF;
}
.newnews-cat a:hover {
	color: #FFF;
}
.newnews-cat a:active {
	color: #FFF;
}

.newnews-title {
	float: left;
	margin: 0 2% 0 0;
	text-align: left;
	font-size: 90%;
}

@media print, screen and (min-width: 583px) {
/*pc-style*/
.newnews-title {width: 60%;}
}
@media print, screen and (min-width: 581px) and (max-width: 582px) {
/*tablet-style*/
.newnews-title {width: 50%;}
} 
@media print, screen and (max-width: 580px) {
/*smart-style*/
.newnews-title {width: 73%;}
}

@media print, screen and (min-width: 583px) {
/*pc-style*/
.newtable {width: 20%;}
}
@media print, screen and (min-width: 581px) and (max-width: 582px) {
/*tablet-style*/
.newtable {width: 30%;}
} 
@media print, screen and (max-width: 580px) {
/*smart-style*/
.newtable {width: 40%;}
}

@media print, screen and (min-width: 583px) {
/*pc-style*/
.newtable2 {width: 10%;}
}
@media print, screen and (min-width: 581px) and (max-width: 582px) {
/*tablet-style*/
.newtable2 {width: 20%;}
} 
@media print, screen and (max-width: 580px) {
/*smart-style*/
.newtable2 {width: 30%;}
}


@media print, screen and (min-width: 583px) {
/*pc-style*/
.same6 {height: 230px;}
}
@media print, screen and (min-width: 581px) and (max-width: 582px) {
/*tablet-style*/
.same6 {height: initial;}
} 
@media print, screen and (max-width: 580px) {
/*smart-style*/
.same6 {height: initial;}} 
}
