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


/*設定
---------------------------------------------------------------------------*/
body {
	color: #333;
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝B","ＭＳ Ｐ明朝",serif;
	font-size: 95%;
    line-height: 2em;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
   
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}


.red{color:#F00 !important;}
.blue{color:#1478be !important;}
.tab{display:none;}
.sp{display:none;}
.pc{display:block;}
.large{font-size:120%; font-weight:bold;}
.small{font-size:85%;}

.marker01 { background: linear-gradient(transparent 60%, #ff9 0%);}
.marker_y {background: #ffff00 none repeat scroll 0 0;}
.marker_p {background: #ffcccc none repeat scroll 0 0;}
.marker02 { background: linear-gradient(transparent 60%, #ff9 0%); font-weight:bold; margin-bottom:15px; font-size:110%;}

.inner{margin: 0 auto; width:960px; position:relative;}
.c {text-align: center;}
.bar1 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #999999 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: dashed none none;
    border-width: 1px 0 0;
    display: block;
    height: 1px;
    width: 100%;
}

.label {
    background-color:#eb545d;
    border-radius: 2px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
    overflow: hidden;
    padding: 5px 2px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100px;
	font-weight:normal;
	font-size:12px;
	position:absolute;
	top:5px;
	left:210px;
}
h3{color:#b41109; font-size:18px; font-style:oblique;}

/*リンク設定
---------------------------------------------------------------------------*/
a {
	color: #b41109;

}
a:hover {
	color: #333333;
	text-decoration:underline;
}

#btnTop {
    bottom: 10px;
    display: none;
    position: fixed;
    right: 5px;
}

/*padding・margin
---------------------------------------------------------------------------*/

.mgt5_ {
	margin-top:5px!important;
}

.mgt10_ {
	margin-top:10px!important;
}
.mgt20_ {
	margin-top:20px!important;
}
.mgt30_ {
	margin-top:30px!important;
}
.mgb10_ {
	margin-bottom:10px!important;
}
.mgb20_ {
	margin-bottom:20px!important;
}
.mgb30_ {
	margin-bottom:30px!important;
}

.pgt0 {
	padding:0px!important;
}

.pgt10_ {
	padding-top:10px!important;
}
.pgt20_ {
	padding-top:20px!important;
}
.pgt30_ {
	padding-top:30px!important;
}

.pgt40_ {
	padding-top:40px!important;
}

.pgt50_ {
	padding-top:50px!important;
}

.pgb10_ {
	padding-bottom:10px!important;
}
.pgb20_ {
	padding-bottom:20px!important;
}
.pgb30_ {
	padding-bottom:30px!important;
}

.pgr20_ {
	padding-right:20px!important;
}


.pg40 {
    padding: 40px 0;
}



/*段落
---------------------------------------------------------------------------*/
.att {
  padding-left:1em;
}

.att2 {
  padding-left: 2em;
}

.att3 {
  padding-left: 3em;
}




/*ヘッダー
---------------------------------------------------------------------------*/
div#header {
	position:relative;
	width:100%;
    border-top: #cd2d18 4px solid;
	}

div#header .inner {
	width: 960px;
	height: 95px;
	position: relative;
	margin: 0px auto;
}
div#header .inner h1 {
	position: absolute;
	left: 0px;	
	top: 0px;
    font-size: 11px;
	font-weight:normal;
	color:#999;
}


div#header .inner #logo {
	width:280px;
	float:left;
	padding:30px 0 0 0;
}

div#header .inner #catch{
	position:absolute;
    left: 250px;
	top: 40px;
}

div#header .inner #tel{
	position:absolute;
    right: 0px;
	top: 10px;
	width:280px;
}

/* グローバルナビ
---------------------------------------------------------------------------*/
div#menubar {
    background: rgba(0, 0, 0, 0) linear-gradient(#fff, #e5e5e5) repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: 40px;
}
div#menubar ul {
    margin: 0 auto;
    width: 960px;
}
div#menubar ul li {
    border-right: 1px solid #ccc;
    float: left;
    text-align: center;
    width: 190px;
}
div#menubar ul li a {
    display: block;
    line-height: 40px;
    text-decoration: none;
	color:#333333;
	font-size:90%;
}
div#menubar ul li:first-child {
    border-left: 1px solid #ccc;
}
div#menubar ul li a:hover {
    background: #fff none repeat scroll 0 0;
}



/*コンテンツ
---------------------------------------------------------------------------*/

.section {
    width: 100%; 
}
.slide{
    background-color:#f4f1e8;
	overflow:hidden;
}
.main{
	position:relative;
}

/*#contents {
	clear: left;
	width: 960px;
	margin: 20px auto 20px auto;
    border-radius: 4px;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
	background:#FFFFFF;
	border: 1px solid #ccccba;
}

#img_main{
	background:url(../images/main_visual.jpg) no-repeat scroll center top #72b36d;
    height: 357px;
    position: relative;
    width: 100%;
}


#img_main .inner{
	width: 900px;
	height: 105px;
	position: relative;
	margin: 0px auto;
}

.catch01 {
	top:90px;
    left: 0;
    position: absolute;
}

.catch02 {
	top:15px;
    right: 0;
    position: absolute;
}
*/


/*メインコンテンツ
---------------------------------------------------------------------------*/
/*#main {
    margin: 0 auto;
    padding-bottom: 30px;
    width: 960px;
	background:#FFF;
}

#main p {
    padding: 10px 10px 15px;
}



div.sec01, div.sec03 {
    background:#FFFFFF;
    overflow: hidden;
    padding: 10px 20px;
    text-align: left;
    width: 878px;
	margin:20px auto;
}
*/

/* nayami */
#nayami{position:relative; clear:both;}
#nayami .left{float:left; width:480px; padding-left:25px;}
#nayami .right{float:right; width:425px; padding-right:30px;}

/* ingredient */
#ingredient{position:relative; clear:both;}
#ingredient .left{float:left; width:480px; padding-left:30px;}
#ingredient .right{float:right; width:372px; padding-right:30px;}

/* point */
#point{position:relative; clear:both; background:#cfebef; padding:0 0 5px 0; margin-top:80px;}
#point .left{float:left; width:460px;}
#point .right{float: right; width: 372px;}
#point .point01{
	position: absolute;
    right: 50px;
    top: 400px;
    width: 850px;
}

#point .point02{
	position: absolute;
    right: 50px;
    top: 1000px;
    width: 850px;
}

#point .point03{
	position: absolute;
    right: 50px;
    top: 1400px;
    width: 850px;
}


#main .tit {
    background-color: #fff;
    background-image: linear-gradient(#fff, #e8e8e8);
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 1px 2px 5px #e2e2e2;
    clear: both;
    font-size: 120%;
    padding: 4px 15px;
	position:relative;
}

/* review */
.reviewBox_L{width:460px; float:left; padding-left:20px;}
.reviewBox_R{width:460px; float:right; padding-right:20px;}

/*maker*/

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.shirayuki_p{ position:absolute; top:10px; right:180px; z-index:10000;}
.nicola_p{ position:absolute; top:10px; right:180px; z-index:10000;}
.shirayuki_p_sp{ position:absolute; left:0px; z-index:10000; width:100%;}
.nicola_p_sp{ position:absolute; left:0px; z-index:10000; width:100%;}

.btn{
   margin-top:30px;
   width:264px;
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;
	width: 200px;
	padding-bottom: 30px;
}

#sub .box1 {
	background-color: #eee;		/*背景色*/
	border: 1px solid #6ccda1 ;	/*枠線の幅、線種、色*/
	padding: 7px;				/*ボックス内の余白*/
	margin-bottom: 15px;		/*ボックスの下にあけるスペース*/
}

/*subメニュー
---------------------------------------------------------------------------*/
#sub ul {
	border-top: 1px solid #eee ;
	border-right: 1px solid #eee ;
	border-left: 1px solid #eee ;
	border-bottom: 1px solid #eee ;
	margin-bottom: 15px;
}

#sub ul li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #eee;
	padding: 8px;
	background: #fff;
}
#sub ul li a:hover {
	background-color: #8bc34a;
	color:#FFF;
}


/*subインフォメーション
---------------------------------------------------------------------------*/

#sub .infomation{
	background: #fff none repeat scroll 0 0;
    border: 1px solid #8bc34a;
    width: 200px;
}

#sub h4{
    background: #8bc34a none repeat scroll 0 0;
    color: #fff;
    font-size: 120%;
    height: 39px;
    line-height: 40px;
    text-align: center;
    width: 200px;
}

#sub .infomation ul{border-style:none; !important}




/*フッターContact
---------------------------------------------------------------------------*/

.footerContact {
	color:#fff;
    overflow: hidden;
	padding:20px 0;
}


.footerContact .inner {
	width: 900px;
	position: relative;
	margin: 0px auto;
}

#footer-inner {
    font-size: 12px;
    margin: 0 auto;
    padding: 10px;
	text-align:center;
}

#footer_company_info {
    float: left;
    text-align: left;
	font-size: 13px;
	line-height:1.5;
}


#footer_logo {
    float: right;
    width: 234px;

}
.info{width:960px; margin:0 auto; overflow:hidden;}
.info_txt p{padding:0px !important; }
.infobox_l{display: block; float: left; width: 460px; text-align:left; margin:0 10px;}
.infobox_r{display: block; float: right; width: 430px; text-align:left; margin:0 10px;}
/*フッターメニュー
---------------------------------------------------------------------------*/
ul#footerMenu {
	font-size: 12px;
}
ul#footerMenu li {
	display: inline;
	padding: 0px 5px;
}

/*フッター
---------------------------------------------------------------------------*/
div#footer {
	clear: both;
	text-align: left;
	background:#f4f1e8;
	margin-top:50px;
}

div#footer #footer-inner {
	width: 980px;
	position: relative;
	margin: 0px auto;
	padding:15px 0;
}

div#footer .foter02 {
	width: 980px;
	position: relative;
	margin: 0px auto;
	padding:15px 0;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
    width: 100%;
	
}
.ta1, .ta1 td, .ta1 th {
    border: 1px solid #ccc;
    line-height: 1.8;
}
.ta1 td {
    padding: 8px;
}
.ta1 th {
    background-color: #e2e2e3;
    padding: 8px;
    text-align: center;
    width: 180px;
}


.ta1 caption{
	padding: 10px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	text-align: left;
	background-color: #e9ddae;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);
	background-image: linear-gradient(#efe6c5, #e9ddae);
	font-weight: bold;
}

input[type="submit"],
input[type="button"],
input[type="reset"] {
	width: 250px;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 30px;
	background-color: #e5e5e5;	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));	
	background-image: -webkit-linear-gradient(#FFF, #e5e5e5);
	background-image: linear-gradient(#FFF, #e5e5e5);
	-webkit-box-shadow: 1px 2px 7px #ccc;
	box-shadow: 1px 2px 7px #ccc;
	font-size: 16px;
	letter-spacing: 0.1em;
	border: 1px solid #999;
}

input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background-color: #FFF;	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#FFF));	
	background-image: -webkit-linear-gradient(#e5e5e5, #FFF);
	background-image: linear-gradient(#e5e5e5, #FFF);
}

.ta1 td .specialbox {
	float: left;
	width: 95px;
	height: 40px;
}
.ta1 td .specialbox img {
	vertical-align: middle;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}
#pagetop a {
	color: #FFF;
	font-size: 10px;
	background-color: #8bc34a;
	text-decoration: none;
	text-align: center;
	width: 10em;
	display: block;
	float: right;
}

#pagetop a:hover {
	background-color: #33691e;
	color: #FFF;
}


/*FAQページの設定
---------------------------------------------------------------------------*/
dl.faq {
	padding: 0px 10px;
}
dl.faq dt {
	font-weight: bold;
	color: #ef8fa3;
}
dl.faq dd {
	border-bottom: 1px solid #5b4a4c;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

dl.faq .a {
	color: #3399ff;
	font-weight:bold;
}

/*その他
---------------------------------------------------------------------------*/

.bnr {
	margin-top:20px;
}

.look {
	background: #dcdcdc;
}
.mb15,
.mb1em {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 15px;
	list-style: disc;
}
.color1 {
	color: #f61468;
}
. {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.l {
	text-align: left;
}c
.r {
	text-align: right;
}
.mini1 {
	font-size: 12px;
	line-height: 1.5;
}
figcaption {
	font-size: 11px;
}
img {
    height: auto;
    max-width: 100%;
}
#menubar_hdr {
	display: none;
}

/*googlemap*/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/*注文エリア
---------------------------------------------------------------------------*/
/*.cart-frame1 {
	height:2550px; width:950px;
}*/
.iframe-content {
  position: relative;
  width: 100%; height:1960px;
  padding: 75% 0 0 0;
}
.iframe-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/*タブレット用（481px～800px）
---------------------------------------------------------------------------*/
@media (min-width:481px) and (max-width:800px){

body {background:url(../images/bg.gif) repeat-x #FFFFFF;}
.inner{margin: 0 auto; width:100%; position:relative;}


.pc{display:none;}
.tab{display:block;}
.panel {
    display: none;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
#mainNav a.menu {
    display: block;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    text-align: left;
    width: 100%;
}

/*ヘッダー
---------------------------------------------------------------------------*/
div#header {
	background:url(../images/header_bg.gif) repeat-x scroll 0 0;
	background-color: #FFF;
	position:relative;
}
div#header .inner {
	width: auto;
	height:auto;
	text-align: center;
    overflow:hidden;
}

div#header .inner h1{display:none;}


div#header .inner #logo {
	float:left;
	width:40%;
    padding: 15px 0 0 0px;
	margin-bottom:10px;
}

div#header .inner #catch {
    clear: both;
    left: 5px;
    position: absolute;
    top: 5px;
	font-size:90%;
}

div#header .inner #phone{
	float:right;
	padding-top:25px;
	padding-right:2px;
	width:35%;
}


div#header .inner #tel{
    padding: 0 5px 10px 0;
    position: absolute;
    top: 0px;
    width: 45%;
}


/*上部のメインメニュー
---------------------------------------------------------------------------*/
div#menubar {
	height: auto;
	overflow: hidden;
	border-bottom: none;
	border-left: 1px solid #d4d4d4;
	margin-bottom: 6px;
}
div#menubar ul {
	width: auto;
}
div#menubar ul li {
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 1px solid #d4d4d4;
}
div#menubar ul li a:hover {
	border-bottom: none;
}

div#menubar ul li:first-child {
	border-left: none;
}





/*コンテンツ
---------------------------------------------------------------------------*/

#contents {
	clear: left;
    margin-left: 5px;
    margin-right: 5px;
    width: auto;
	background:url(../images/contents_bg.png) repeat-y;
}



#img_main{
	background:url(../images/main_visual.jpg) no-repeat scroll center top #72b36d;
    height: 357px;
    position: relative;
    width: 100%;
}

div.sec01, div.sec03 {
   background:#FFFFFF;
   width:95%;
   padding:0px;
   margin-bottom:10px;	
   
}


div.secend {display:none;
    background:none;
    clear:none;
    height: 0px;
    margin:0;
    width: 100%;
}

/* nayami */
#nayami{position:relative; clear:both;}
#nayami .left{float:left; width:55%; padding-left:15px;}
#nayami .right{float:right; width:35%; padding-right:20px;}

/* ingredient */
#ingredient{position:relative; clear:both;}
#ingredient .left{float:left; width:55%; padding-left:10px;}
#ingredient .right{float:right; width:35%; padding-right:30px;}

/* point */
#point{position:relative; clear:both; background:#cfebef;}
#point .left{float:left; width:480px; padding-left:10px;}
#point .right{float:right; width:372px; padding-right:30px;}


#point .point01{
	position: absolute;
    left: 15px;
    top: 250px;
    width: 85%;
}

#point .point02{
	position: absolute;
    left: 15px;
    top: 640px;
    width: 90%;
}

#point .point03{
	position: absolute;
    left: 15px;
    top: 920px;
    width: 90%;
}

/* review */
.reviewBox_L{width:50%; float:left; padding:0;}
.reviewBox_R{width:50%; float:right; padding:0;}


/*maker*/
.rslides img{
    height: auto;
    max-width: 100%;

}



.shirayuki_p{ position:absolute; top:10px; right:0px; z-index:10000;}
.nicola_p{ position:absolute; top:10px; right:0px; z-index:10000;}

.shirayuki_p{ position:absolute; top:10px; right:0px; z-index:10000;  width: 30%;}
.nicola_p{ position:absolute; top:10px; right:0px; z-index:10000;  width: 30%;}

.btn{
   float:none;
   margin:20px auto;
}



/*main,subコンテンツ
---------------------------------------------------------------------------*/

.section {
    width: 100%; 
}


/*subインフォメーション
---------------------------------------------------------------------------*/

#sub .infomation{
	background: #fff none repeat scroll 0 0;
    border: 1px solid #8bc34a;
    width: 100%;
}

#sub h4{
    background: #8bc34a none repeat scroll 0 0;
    color: #fff;
    font-size: 120%;
    height: 39px;
    line-height: 40px;
    text-align: center;
    width: 100%;
}

/*トップページのメイン画像
---------------------------------------------------------------------------*/


/*フッターContact
---------------------------------------------------------------------------*/

.footerContact {
	color:#fff;
    overflow: hidden;
	padding:20px 0;
}


.footerContact .inner {
	width: 100%;
	position: relative;
	margin: 0px auto;
}



#footer-inner {
    font-size: 12px;
    margin: 0 auto;
	padding:5px;
	text-align:center;
}

#footer_company_info {
    float: none;
    text-none: left;
	font-size: 10px;
	line-height:1.5;
	width:90%;
	padding:5px;
}


#footer_logo {
    float: none;
    width: 234px;
	margin:0 auto;
	padding:10px;

}


/*フッターメニュー
---------------------------------------------------------------------------*/
ul#footerMenu {
	text-align:center;
	
}


/*フッター
---------------------------------------------------------------------------*/

div#footer {
	clear: both;
	text-align: left;
	padding-bottom: 15px;
}

div#footer #footer-inner {
	width: 100%;
	position: relative;
	margin: 0px auto;
	padding:15px 0;
}

div#footer .foter02 {
	width: 100%;
	position: relative;
	margin: 0px auto;
	padding:15px 0;
}

.info{width:95%; margin:0 auto; overflow:hidden;}
.info_txt p{padding:0px !important; }
.infobox_l{display: block; float: none; width: 95%; text-align:left; margin:0 10px;}
.infobox_r{display: block; float: none; width: 95%; text-align:left; margin:0 10px;}



/*その他
---------------------------------------------------------------------------*/

body.s-n #sub {
	display: none;
}

img.wa {
	height: auto;
	width: 100%;
}

td iframe {
	height: 300px;
	width: 100%;
}


/*注文エリア
---------------------------------------------------------------------------*/
/*.cart-frame1 {
	height:2550px; width:95%;
}*/
.iframe-content {
  height:1550px;
  padding: 75% 0 0 0;
}

}



/*ここからスマートフォン用（480px以下
---------------------------------------------------------------------------*/
@media (max-width : 480px){

body {
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝B","ＭＳ Ｐ明朝",serif;
	background:url(../images/bg.gif) repeat-x #FFFFFF;
color:
}
.inner{margin: 0 auto; width:100%; position:relative;}

.sp{display:block;}
.pc{display:none;}
.tab{display:none;}

.label {
    background-color:#eb545d;
    border-radius: 2px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
    overflow: hidden;
    padding: 5px 2px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100px;
	font-weight:normal;
	font-size:12px;
	position:absolute;
	top:10px;
	left:200px;
}
.pg40 {
    padding-top:20px;
}


/*ヘッダー
---------------------------------------------------------------------------*/
div#header {
	background:url(../images/bg_header.gif) repeat-x scroll 0 0 #fff;
}
div#header .inner {
	width: auto;
	text-align: center;
	height:auto;
	overflow:hidden;
}


div#header .inner #logo {
	float:none;
	width:50%;
	padding:8px 3px 8px 3px;
}

div#header .inner #catch {display:none;}

div#header #logo img {
	height: auto;
}

div#header .inner #phone{
	float:right;
	padding-top:25px;
	padding-right:2px;
	width:35%;
}


div#header .inner #tel{
    padding: 0 5px 10px 0;
    position: absolute;
    top: 5px;
    width: 35%;
}

div.sec01, div.sec03 {
   background:none;
   width:95%;
   padding:0px;
   margin-bottom:10px;	
   background:#FFFFFF;
}


/*上部のメインメニュー
---------------------------------------------------------------------------*/
div#menubar {
	height: auto;
	overflow: hidden;
	border-bottom: none;
	border-left: 1px solid #d4d4d4;
	margin-bottom: 6px;
}
div#menubar ul {
	width: auto;
}

div#menubar ul li {
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 1px solid #d4d4d4;
}
div#menubar ul li a:hover {
	border-bottom: none;
}

div#menubar ul li:first-child {
	border-left: none;
}

/*コンテンツ
---------------------------------------------------------------------------*/

#contents {
	width: auto;
	margin-right: 5px;
	margin-left: 5px;
	background-image:none;
}

div.sec01, div.sec03 {
   background:none;
   width:95%;
   padding:0px;
   margin-bottom:10px;	
   background:#FFFFFF;
}


div.secend {display:none;
    background:none;
    clear:none;
    height: 0px;
    margin:0;
    width: 100%;
}

#img_main {
    background-position: center center;
    background-size: cover;
    height: 160px;
}

#img_main .inner{
	width: auto;
    height: 160px;
	position: relative;
	margin: 0px auto;
}

.catch01 {
	top:40px;
    left: 0px;
    position: absolute;
	width:40%;
}

.catch02_sp {
	top:20px;
    right: 0;
    position: absolute;
	width:53%;
}

#main .category .categoryTtl {
    background: #f19aaa none repeat scroll 0 0;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-size: 160%;
    padding: 10px 25px 8px 15px;
    width: auto;
	text-align:center;
}


#main .category .categoryInner {
    border-bottom: 5px solid #f1efee;
    border-left: 5px solid #f1efee;
    border-radius: 0 0 4px 4px;
    border-right: 5px solid #f1efee;
    padding: 5px 5px 10px 5px;
    width: auto;
	margin-right:0px;
}

#main .category .categoryInner .tel{
    margin-top: 19px;
}


#main .category .telBdr {
    background:url(../images/icon_heart.gif) no-repeat scroll left center;
	padding-left:20px;
	color: #ef8fa3;
    font-size: 110%;
    font-weight: bold;
	margin-top:3px;
}

#main .category .contactLeft{width:auto; float:none;}
#main .category .contactRight{width:auto; float:none;}


/*maker*/

.slide{
    background-color:#f4f1e8;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.shirayuki_p_sp{ position:static; left:0px; z-index:10000; width:100%;}
.nicola_p_sp{ position:static; left:0px; z-index:10000; width:100%;}


.btn{
   float:none;
   margin:30px auto;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/

.section {
    width: 100%; 
}

/*トップページのメイン画像
---------------------------------------------------------------------------*/



/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/

/* nayami */
#nayami .left{float:none; width:95%; padding:0px; margin: 0 auto;}
#nayami .right{float:none; width:95%;padding:0px; margin: 0 auto;}

/* ingredient */
#ingredient .left{float: none; margin: 0 auto; padding:0px; width: auto; width:95%;}
#ingredient .right{float:none; width:95%; padding:0px; margin: 0 auto;}

/* point */
#point{background:#cfebef;}
#point .left{float:none; padding:5px; margin: 0 auto; width:auto;}
#point .right{float:none; padding:5px; margin: 0 auto; width:auto;}

/* review */
.reviewBox_L{width:100%; float:none; padding:0;}
.reviewBox_R{width:100%; float:none; padding:0;}


/*subインフォメーション
---------------------------------------------------------------------------*/

#sub .infomation{
	background: #fff none repeat scroll 0 0;
    border: 1px solid #8bc34a;
    width: auto;
	padding:10px;
}

#sub h4{
    background: #8bc34a none repeat scroll 0 0;
    color: #fff;
    font-size: 120%;
    height: 39px;
    line-height: 40px;
    text-align: center;
    width: 100%;
}


/*フッターContact
---------------------------------------------------------------------------*/

.footerContact {
	color:#fff;
    overflow: hidden;
	padding:20px 0;
}


.footerContact .inner {
	width: 100%;
	position: relative;
	margin: 0px auto;
}

#footer-inner {
    font-size: 12px;
    margin: 0 auto;
	padding:5px;
	text-align:center;
}

#footer_company_info {
    float: none;
    text-none: left;
	font-size: 10px;
	line-height:1.5;
	margin:0 auto;
	text-align: center;
}


#footer_logo {
    float: none;
    width: 234px;
	margin:0 auto;
	padding:10px;

}

.info{width:98%; margin:0 auto; overflow:hidden;}
.info_txt p{padding:0px !important; }
.infobox_l{display: block; float: none; width: 98%; text-align:left; margin:0 10px;}
.infobox_r{display: block; float: none; width: 98%; text-align:left; margin:0 10px;}

/*フッターメニュー
---------------------------------------------------------------------------*/
ul#footerMenu {
	font-size: 12px;
}
ul#footerMenu li {
	display: inline;
	padding: 0px 5px;
}

/*フッター
---------------------------------------------------------------------------*/

div#footer {
	clear: both;
	text-align: left;
	padding-bottom: 15px;
}

div#footer #footer-inner {
	width: 100%;
	position: relative;
	margin: 0px auto;
	padding:0 0;
}

div#footer .foter02 {
	width: 100%;
	position: relative;
	margin: 0px auto;
	padding:15px 0;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 td{
	width: auto;
	padding: 2px;
}

.ta1 th{
	width: 100px;
	padding: 2px;
}


/*その他
---------------------------------------------------------------------------*/
body.s-n #sub {
	display: none;
}

img.wa {
	height: auto;
	width: 100%;
}

#top #menubar_hdr {
	display: none;
}
#menubar_hdr {
	display: inline;
	position: absolute;
	top: 0px;
	right: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e5e5e5));
	background-image: -webkit-linear-gradient(#fbfbfb, #e5e5e5);
	background-image: linear-gradient(#fbfbfb, #e5e5e5);
	padding: 10px;
	border: 1px solid #cfcfcf;
	border-radius: 0px 0px 6px 6px;
}

.ta1 td iframe {
	height: 300px;
	width: 100%;
}


/*注文エリア
---------------------------------------------------------------------------*/
/*.cart-frame1 {
	height:2550px; width:95%;
}*/
.iframe-content {
  position: relative;
  width: 100%; height:1350px;
  padding: 95% 0 0 0;
}


#rinji_txt {
	line-height:18px !important;
}
#rinji {
	width:85% !important;

}
#rinji_txt2 {
	padding:16px !important;
}

}

/*ここからスマートフォン用（350px以下
---------------------------------------------------------------------------*/
@media (max-width : 350px){



.iframe-content {
  position: relative;
  width: 100%; height:1500px;
  padding: 95% 0 0 0;
}
#rinji_txt {
	line-height:18px !important;
}
#rinji {
	width:85% !important;

}
#rinji_txt2 {
	padding:16px !important;
}
