@charset "utf-8";

/* 
---------------------------------------
reset
---------------------------------------
*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a,abbr,acronym,address,big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt,var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	vertical-align: baseline;}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	margin:0;
	padding:0;}

html{
	min-height:100%;
	width:100%;
    overflow-y: scroll;}

body{
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	*font-size:small;
	*font:x-small;
	line-height:1.8;
	height:100%;
	width:100%;
	margin:0px auto;
	color:#333;
	background:#fff;}

input, textarea{
	margin: 0;
	padding: 0;}

img{
	border:none;}

ol, ul{
    list-style:none;}

ul.clearfix{
	letter-spacing:-.45em;
}
	
ol.clearfix li,
ul.clearfix li{
	display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
}


table{
	width:100%;
    border-collapse: collapse; 
    border-spacing:0;}
	
table th{
	font-weight:normal;}

caption, th{
    text-align: left;}

a:focus {
	outline:none;}

p,dd,li,address{
	font-style:normal;
	line-height:1.6;}

#wrapper{
	font-size:92%;}

a:hover img,
button:hover{ 
	filter:alpha(opacity=70); /* internet explorer */
	-khtml-opacity:0.7;      /* khtml, old safari */
	-moz-opacity:0.7;       /* mozilla, netscape */
	opacity:0.7;           /* fx, safari, opera */}

.noalpha a:hover img,
.cat_nav a:hover img{
	filter:alpha(opacity=100) !important; /* internet explorer */
	-khtml-opacity:1.0 !important;      /* khtml, old safari */
	-moz-opacity:1.0 !important;       /* mozilla, netscape */
	opacity:1.0 !important;           /* fx, safari, opera */}
	
.bold{
	font-weight:bold;}

.underline{
	text-decoration:underline;}
	
p.indent,
ul.indent{
	text-indent:-1em;
	padding-left:1em;}

.nobdr{
	border:none !important;}
	
.nobk{
	background:none !important;}

/* 
---------------------------------------
link
---------------------------------------
*/

a:link{
color:#333;
text-decoration:none;}

a:visited{
color:#333;
text-decoration:underline;}

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

a:active{
color:#333;
text-decoration:underline;}

/* 
---------------------------------------
clear
---------------------------------------
*/

.clearfix:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;}

.clearfix{
	min-height:1px;}

* html .clearfix{
	height:1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/}

.clear,
.both{
clear:both;}

*:first-child+html .clearfix{ zoom: 1; } /* IE7 */

.bold{
	font-weight:bold;}

.dbl img{
	display:block;}

/* 
---------------------------------------
fontsize
---------------------------------------
*/

.font9{font-size:74% !important;}

.font10{font-size:83% !important;}

.font11{font-size:91% !important;}

.font12{font-size:100% !important;}

.font13{font-size:108%;}

.font14{font-size:117%;}

.font15{font-size:125%;}

.font16{font-size:133%;}

.font17{font-size:142%;}

.font18{font-size:150%;}

.font19{font-size:158%;}

.font20{font-size:166%;}


/* 
---------------------------------------
table
---------------------------------------
*/
/*
table{
	margin:0 auto;}
	
table th,
table td{
	font-size:108%;
	vertical-align:middle;
	padding:12px 15px;
	border:1px solid #ccc;}
	
table th{
	text-align:center;
	width:200px;
	background:#f5f5f5;
	font-weight:bold;}

table th img{
	float:right;}
	
table td{
	background:#fff;}

table td p{
	margin:0 !important;
	line-height:1.4;
	color:#ed709f;
	font-size:13px;}
	
table td li{
	line-height:1.6;
	margin:12px 0;}
	
table td input{
	vertical-align:middle;}
	
table td .clearfix li{
	margin:0 15px 0 0;}
*/

/* 
---------------------------------------
text_align
---------------------------------------
*/

.alnL{text-align:left !important;}

.alnC{text-align:center !important;}

.alnR{text-align:right !important;}


/* 
---------------------------------------
float
---------------------------------------
*/

.fL{float:left !important;}

.fR{float:right !important;}


/* 
---------------------------------------
margin_top
---------------------------------------
*/

.mt0{margin-top:0 !important;}

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

.mt10{margin-top:10px !important;}

.mt15{margin-top:15px !important;}

.mt20{margin-top:20px !important;}

.mt25{margin-top:25px !important;}

.mt30{margin-top:30px !important;}

.mt35{margin-top:35px !important;}

.mt40{margin-top:40px !important;}

.mt45{margin-top:45px !important;}

.mt50{margin-top:50px !important;}

.mt55{margin-top:55px !important;}

.mt60{margin-top:60px !important;}

.mt65{margin-top:65px !important;}

.mt70{margin-top:70px !important;}

.mt75{margin-top:75px !important;}

.mt80{margin-top:80px !important;}

.mt85{margin-top:85px !important;}

.mt90{margin-top:90px !important;}

.mt95{margin-top:95px !important;}

.mt100{margin-top:100px !important;}


/* 
---------------------------------------
margin_bottom
---------------------------------------
*/

.mb0{margin-bottom:0 !important;}

.mb5{margin-bottom:5px !important;}

.mb10{margin-bottom:10px !important;}

.mb15{margin-bottom:15px !important;}

.mb20{margin-bottom:20px !important;}

.mb25{margin-bottom:25px !important;}

.mb30{margin-bottom:30px !important;}

.mb35{margin-bottom:35px !important;}

.mb40{margin-bottom:40px !important;}

.mb45{margin-bottom:45px !important;}

.mb50{margin-bottom:50px !important;}

.mb55{margin-bottom:55px !important;}

.mb60{margin-bottom:60px !important;}

.mb65{margin-bottom:65px !important;}

.mb70{margin-bottom:70px !important;}

.mb75{margin-bottom:75px !important;}

.mb80{margin-bottom:80px !important;}

.mb85{margin-bottom:85px !important;}

.mb90{margin-bottom:90px !important;}

.mb95{margin-bottom:95px !important;}

.mb100{margin-bottom:100px !important;}

.mb400{margin-bottom:400px !important;}


/* 
---------------------------------------
margin_left
---------------------------------------
*/

.ml0{margin-left:0 !important;}

.ml5{margin-left:5px !important;}

.ml10{margin-left:10px !important;}

.ml15{margin-left:15px !important;}

.ml20{margin-left:20px !important;}

.ml25{margin-left:25px !important;}

.ml30{margin-left:30px !important;}

.ml35{margin-left:35px !important;}

.ml40{margin-left:40px !important;}

.ml45{margin-left:45px !important;}

.ml50{margin-left:50px !important;}


/* 
---------------------------------------
margin_right
---------------------------------------
*/

.mr0{margin-right:0 !important;}

.mr5{margin-right:5px !important;}

.mr10{margin-right:10px !important;}

.mr15{margin-right:15px !important;}

.mr20{margin-right:20px !important;}

.mr25{margin-right:25px !important;}

.mr30{margin-right:30px !important;}

.mr35{margin-right:35px !important;}

.mr40{margin-right:40px !important;}

.mr45{margin-right:45px !important;}

.mr50{margin-right:50px !important;}


/* 
---------------------------------------
padding_top
---------------------------------------
*/

.pt0{padding-top:0 !important;}

.pt5{padding-top:5px !important;}

.pt10{padding-top:10px !important;}

.pt15{padding-top:15px !important;}

.pt20{padding-top:20px !important;}

.pt25{padding-top:25px !important;}

.pt30{padding-top:30px !important;}

.pt35{padding-top:35px !important;}

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

.pt45{padding-top:45px !important;}

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

.pt100{padding-top:100px !important;}


/* 
---------------------------------------
padding_bottom
---------------------------------------
*/

.pb0{padding-bottom:0 !important;}

.pb5{padding-bottom:5px !important;}

.pb10{padding-bottom:10px !important;}

.pb15{padding-bottom:15px !important;}

.pb20{padding-bottom:20px !important;}

.pb25{padding-bottom:25px !important;}

.pb30{padding-bottom:30px !important;}

.pb35{padding-bottom:35px !important;}

.pb40{padding-bottom:40px !important;}

.pb45{padding-bottom:45px !important;}

.pb50{padding-bottom:50px !important;}

.pb800{padding-bottom:800px !important;}


/* 
---------------------------------------
padding_left
---------------------------------------
*/

.pl0{padding-left:0 !important;}

.pl5{padding-left:5px !important;}

.pl10{padding-left:10px !important;}

.pl15{padding-left:15px !important;}

.pl20{padding-left:20px !important;}

.pl25{padding-left:25px !important;}

.pl30{padding-left:30px !important;}

.pl35{padding-left:35px !important;}

.pl40{padding-left:40px !important;}

.pl45{padding-left:45px !important;}

.pl50{padding-left:50px !important;}


/* 
---------------------------------------
padding_right
---------------------------------------
*/

.pr0{padding-right:0 !important;}

.pr5{padding-right:5px !important;}

.pr10{padding-right:10px !important;}

.pr15{padding-right:15px !important;}

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

.pr25{padding-right:25px !important;}

.pr30{padding-right:30px !important;}

.pr35{padding-right:35px !important;}

.pr40{padding-right:40px !important;}

.pr45{padding-right:45px !important;}

.pr50{padding-right:50px !important;}


/* 
---------------------------------------
h1-h6
---------------------------------------
*/

h1,h2,h3,h4,h5,h6{
	line-height:1;
	font-weight:normal;}

/* 
------------------------------------------------------------------------------
layout - common(base)
------------------------------------------------------------------------------
---------------------------------------
wrapper
---------------------------------------
*/

article{
	width:100%;
	min-width:1000px;
	margin:0 auto;
	height:100%;
	overflow:hidden;
	position:relative;}

.inner_box{
	position:relative;
	width:1000px;
	margin:0 auto;}

div.item_info{
	width:1000px;
	margin:0 auto;}

/* 
---------------------------------------
header
---------------------------------------
*/

header{
	padding:12px 0 0 0;}

.blog header{
	border-bottom:4px solid #3c1c06;}

header img{
	display:block;}
	
header div.inner_box{
	position:relative;}

header h1{
	padding:12px 0;
	float:left;}
	
header p.tel{
	position:absolute;
	top:0;
	right:0;}

header nav{
	margin:0 0 0 5px;
	float:left;}

header ul.hnav li{
	float:right;
	margin:0 0 7px 5px;}
	
header ul.gnav{
	background:url(../img/common/h_line.png) no-repeat 2px 100%;}
	
header ul.gnav li{
	height:51px;
	background:#fff url(../img/common/h_line.png) no-repeat 100% 2px;
	float:left;}
	
header ul.gnav li a{
	display:block;
	height:27px;
	margin:0 2px 0 1px;
	padding:4px 0 20px 0;}
	
header ul.gnav li a:hover,
header ul.gnav li.active a{
	background:#ffe100;}
	
/* 
---------------------------------------
footer
---------------------------------------
*/

footer{
	background:#41210c;
	position:relative;
	padding:25px 25px 15px 25px;
	margin:20px auto 0 auto;}
	
footer *{
	color:#fff !important;}

footer div.fL{
	font-size:12px;
	width:790px;}
	
footer div.fR{
	font-size:11px;
	border-left:1px dashed #fff;
	padding-left:25px;
	width:180px;}
	
footer div.fL ul{
	margin:0 95px 0 0;
	float:left;}
	
footer div.fL ul ul{
	margin:0;
	float:none;}
	
footer ul li{
	float:none;}
	
footer ul li a{
	text-decoration:underline !important;}
	
footer ul li a:hover{
	text-decoration:none !important;}
	
footer p{
	text-align:center;}

footer p.f_txt{
	color:#41210c !important;
	font-size:16px;
	font-weight:bold;
	margin:20px auto;
	background:#fff;
	padding:2px 0 0 0;}

footer p.copy{
	font-size:10px;}
	
/* 
---------------------------------------
contents
--------------------------------------- 
*/

#contents{
	width:1016px;
	margin:0 auto;}

.fb-bn{
	width:1000px;
    margin: 60px auto 45px;}

.fb-bn p a img{
	margin-left:30px;
	float:right;}

div#sidebar .fb-page{
	width:260px;
	margin:0 auto 25px auto;}
	
	
/* 
---------------------------------------
top
---------------------------------------
*/

div#slider{
	border:1px solid #000;
	background:#ccc;
	width:100%;
	height:425px;}

ul.top_bnr_list{
	width:1016px;
	margin:0 auto;}

ul.top_bnr_list li{
	margin:9px;}
	
ul.top_bnr_list li *{
	display:block;}

dl.gift_box dt{
	text-align:center;}

dl.gift_box{
	width:976px;
	margin:8px auto 5px auto;
	background:#eae3d0;
	padding:15px 10px 1px 10px;}
	
dl.gift_box dd ul li{
	margin:7px;}
	
p.page_top{
	width:1000px;
	margin:0 auto 15px auto;
	text-align:right;}

div.item_bnr_box{
	margin:0 auto;
	width:1000px;
	position:relative;}
	
div.item_bnr_box p{
	float:right;}
	
div.item_bnr_box dl{
	width:695px;
	float:left;}

div.item_bnr_box dl dt{
	padding:5px 0 0 0;
	width:678px;
	text-align:center;
	background:#41210c;}
	
div.item_bnr_box dl dd ul li{
	margin:17px 18px 15px 0;}

div#news{
	margin:10px auto;}
	
div#news p{
	float:right;}
	
div#news dl{
	float:left;
	width:470px;
	height:126px;
	border:2px solid #333;
	padding:10px 25px;}
	
div#news dl dt{
	border-bottom:1px solid #ccc;
	font-weight:bold;}

div#news dl dd{
	height:80px;
	padding:10px 0;
	overflow:auto;}

ul#bnr{
	margin:25px auto 45px auto;}

.top .kodawari{
	width:1000px;
	height:400px;
	margin-bottom:20px;
	background:url(../img/top/bg_01.jpg) no-repeat center center;
	position:relative;
}

.top .kodawari h3{
	position:absolute;
	top:36px;
	left:10px;
}

.top .kodawari .txt{
	width:350px;
	height:140px;
	position:absolute;
	top:200px;
	left:10px;
	line-height:2em;
	letter-spacing:0.06em;
}

.top .tamagoya{
	width:1000px;
	height:350px;
	background:url(../img/top/bg_02.jpg) no-repeat center center;
	position:relative;
}

.top .tamagoya h3{
	position:absolute;
	top:32px;
	left:80px;
}

.top .tamagoya .txt{
	width:390px;
	line-height:2em;
	letter-spacing:0.06em;
	position:absolute;
	top:45px;
	left:512px;
}


/* 
---------------------------------------
staff
---------------------------------------
*/
	
.staff h2{
	background:url(../img/staff/main_img.jpg) no-repeat top center;}

.staff p.top_txt{
	margin:60px auto;}

.staff section.introduce{
	width:1000px;
	margin:0 auto;}
	
.staff section.introduce h3{
	line-height:1.1;
	text-align:center;
	background:#7fcef4;
	margin:0 auto 55px auto;
	padding:5px 0 2px 0;}
	
.staff section.introduce section{
	margin:0 0 90px 0;}
	
.staff section.introduce section p.alnC{
	margin:25px auto;
	font-weight:bold;
	font-size:108%;
	line-height:2.2;}
	
.staff section.introduce section *{
	text-align:center;}
	
.staff section.introduce section ul.clearfix li{
	width:250px;
	margin:15px 0;}
	
.staff section.introduce section ul.clearfix li.mdl{
	margin:15px 125px;}
	
/* 
---------------------------------------
item
---------------------------------------
*/

.item ul.cat_nav{
	width:1016px;
	margin:0 auto;}

.item ul.cat_nav li{
	width:190px;
	height:60px;
	margin:14px 7px;
	display:table;
	float:left;}
	
.item ul.cat_nav li a{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	background:#f8f5e1;}
	
.item ul.cat_nav li a:hover,
.item ul.cat_nav li.active a{
	background:#643c15;}
	
.item section#item_top h2{
	background:url(../img/item/top/main_img.jpg) no-repeat top center;}

.item section#item_top h3{
	text-align:center;}
	
.item section#item_top p.txt{
	width:600px;
	font-size:142%;
	margin:30px auto 50px auto;}
	
dl.item_bnr_box{
	width:1000px;
	margin:0 auto 65px auto;}

dl.item_bnr_box dt{
	padding:5px 0 0 0;
	text-align:center;
	background:#41210c;}
	
dl.item_bnr_box dd ul li{
	margin:17px 12px 12px 0;}

.item_info ul.bnr_list{
	width:1000px;
	margin:55px auto;}

	
section#item_tamago,
section#item_curry,
section#item_yamagata,
section#item_rice,
section#item_sweets{
	border-top:4px solid #3c1c06;}
	
.item section#item_tamago h3,
.item section#item_curry h3,
.item section#item_yamagata h3,
.item section#item_rice h3,
.item section#item_sweets h3{
	line-height: 1.1;
    text-align: center;
    margin: 0 auto 15px auto;
    padding: 5px 0 2px 0;}

.item section.item_list{
	padding:38px 0;}

.item section.item_list div.fL{
	width:455px;}

.item section.item_list h4{
	font-size:13px;
	position:relative;}
	
.item section.item_list h4 span{
	display:block;
	line-height:1.6;
	font-size:34px;}
	
.item section.item_list h4 img{
	display:block;
	margin:10px 0;}
	
.item section.item_list div.fL ul{
	margin:40px 0 0 0;
	width:455px;}
	
.item section.item_list div.fL ul li{
	font-size:14px;
	vertical-align:middle;}
	
.item section.item_list div.fL ul li img{
	vertical-align:middle;
	margin-left:2em;}
	
.item section.item_list div.fL ul li span.count{
	font-size:32px;
	vertical-align:middle;}
	
.item section.item_list div.fL ul li span.cap{
	font-size:24px;
	vertical-align:middle;
	margin-right:2em;}
	
.item section.item_list div.fL ul li span.price{
	font-size:28px;
	vertical-align:sub;}
	
.item section.item_list div.fL ul li span.omake{
	margin-left:-0.8em;
	margin-right:1em;
	color:#f39800;
	font-size:18px;}

.item ul.point_list li{
	width:315px;}
	
.item ul.point_list li.mdl{
	margin:0 35px;}
	
.item ul.point_list li p{
	width:250px;
	margin:15px auto 45px auto;}
/* 
-----------
rice
-----------
*/

.item section#item_rice h2{
	margin:0;
	background:url(../img/item/rice/main_img.jpg) no-repeat top center;}

.item section#item_rice p.top_txt{
	text-align:center;
    margin: 40px auto 0 auto;}

.item section#item_rice p.alnC{
	margin:25px auto 35px auto;
    font-size: 150%;
    line-height: 2;}

.item section#item_rice h3{
    background: #16607f;}
	
.item section#item_rice section.item_list{
	border-top:1px solid #333;}

.item section#item_rice section#item_01{
	border:none;
	position:relative;}

.item section#item_rice section#item_01 img.img0102{
	position:absolute;
	top:63px;
	right:500px;}

.item section#item_rice section#item_06{
	position:relative;}

.item section#item_rice section#item_06 img.ico_att{
	position:absolute;
	top:263px;
	right:473px;}

.item section#item_rice section.item_list div.fL ul{
	width:430px;}
	
.item section#item_rice section.item_list div.fL ul li{
	margin:0 0 10px 0;}
	
.item section#item_rice section.item_list div.fL ul li span.cap{
	margin:0;}
	
.item section#item_rice section.item_list div.fL ul li span.price{
	margin:0 0 0 20px;}
	
/* 
-----------
regular
-----------
*/

/*
.item section#item_regular{
	width:930px;
	padding:35px;
	margin:0 auto;
	background:url(../img/item/regular/bg_01.jpg) no-repeat top center;}
	*/
.item section#item_regular h2{
	width:930px;
	padding:309px 35px 0 35px;
	margin:0 auto;
	background:#fff url(../img/item/regular/bg_01.jpg) no-repeat top center;
	position:relative;}
	
.item section#item_regular h2:before{
	content:" ";
	width:968px;
	height:309px;
	position:absolute;
	top:0;
	left:16px;
	background: url(../img/item/regular/bg_h2.png) no-repeat top center;}
	
.item section#item_regular h2 img{
	visibility:visible;
	width:930px;
	height:auto;}
	
.item section#item_regular p.alnC{
	margin-bottom:75px;}
	
.item section#item_regular div.regular_box_wrap{
	width:930px;
	padding:0 35px 35px 35px;
	margin:0 auto;
	background:url(../img/item/regular/bg_01.jpg) no-repeat 50% -842px;}
	
.item section#item_regular div.regular_box{
	padding-top:85px;
	background:#fff;}
	
.item section#item_regular section{
	width:840px;
	margin:0 auto;}
	
.item section#item_regular p.page_top{
	margin:15px 0 50px 0;}
	
.item section#item_regular div.regular_box p.page_top{
	width:840px;
	margin:15px auto 2px auto;}
	
.item section#item_regular h3 span{
	color:#e60012;
	display:block;
	line-height:2;
    width: 440px;
    line-height: 1.4;}
	
.item section#item_regular h3 img{
	margin-bottom:12px;}
	
.item section#item_regular h3 span img{
	float:left;
	vertical-align:middle;
	margin-right:12px;}
	
.item section#item_regular div.fL{
	padding:50px 0 0 0;}
	
.item section#item_regular div.fL,
.item section#item_regular div.fL ul{
	position:relative;
	z-index:1;
	width:100%;}
	
.item section#item_regular div.fL ul li p.def{
	font-size:18px;
	display:inline-block;
	line-height:1.4;}
	
.item section#item_regular div.fL ul li img.arw{
	margin:0 10px 0 15px;}
	
.item section#item_regular div.fL ul li p.reg{
	font-size:22px;
	font-weight:bold;
	position:relative;
	top:7px;
	color:#e60012;
	display:inline-block;
	line-height:1.3;}
	
.item section#item_regular div.fL ul li p.reg span{
	font-size:48px;}

.item section#item_regular div.fL ul li span.count{
	font-size:42px;
	line-height:2;}	

.item section#item_regular div.fL ul li span.cap{
	margin-right:20px;
	font-size:30px;}
	
.item section#item_regular section#item_02 div.fL ul li{
	margin:0 0 25px 0;}
	
.item section#item_regular section#item_02 div.fL ul li span.cap{
	display:block;}
	
.item section#item_regular section#item_02 div.fL ul li p.def{
	margin-left:70px;}

.item section#item_regular section{
	border-top:2px solid #cecccb;
	position:relative;}
	
.item section#item_regular img.img{
	position:absolute;
	top:38px;
	right:0;}
	
/* 
-----------
tamago
-----------
*/

.item section#item_tamago h2{
	margin:0;
	background:url(../img/item/tamago/main_img.jpg) no-repeat top center;}

.item section#item_tamago p.top_txt{
	text-align:center;
    margin: 40px auto 0 auto;}

.item section#item_tamago p.alnC{
	margin:25px auto 35px auto;
    font-size: 150%;
    line-height: 2;}

.item section#item_tamago h3{
    background: #ffe100;}
	
.item section#item_tamago section.item_list{
	border-top:1px solid #333;}
	
.item section#item_tamago section#item_01{
	border:none;}

.item section#item_tamago section#item_01 div.fL ul li p.first{
	margin-top:10px;
	font-size:12px;
	position:relative;
	top:0;}

.item section#item_tamago section.item_list div.fL ul{
	width:430px;}
	
.item section.item_list div.fL ul li.course{
	margin:10px 0 0 0;}

.item section#item_tamago section#item_01 div.fL ul li span.count{
	font-size:40px;}
	
.item section#item_tamago section#item_01 div.fL ul li span.cap{
	margin-right:35px;
	font-size:30px;}

.item section#item_tamago section#item_01 div.fL ul li img{
	margin-left:0;
}

.item section#item_tamago section.item_list div.fL ul li p.first{
	font-size:12px;
	position:relative;
	top:-10px;}

.item section#item_tamago section#item_02 div.fL ul li p.alnR{
	position:relative;
	top:-7px;}
	
.item section#item_tamago section#item_03 div.fL ul li{
	margin:0 0 12px 0;}
	
.item section#item_tamago section#item_04 div.fL{
	width:367px;}
	
.item section#item_tamago section#item_05 div.fL{
	width:349px;}


/* 
-----------
curry
-----------
*/

.item section#item_curry h2{
	margin:0;
	background:url(../img/item/curry/main_img.jpg) no-repeat top center;}

.item section#item_curry p.top_txt{
	position:relative;
	width:100%;
	height:199px;
	text-align:center;}
	
.item section#item_curry p.top_txt img{
	position:absolute;
	top:-30px;
	left:220px;}
	
.item section#item_curry p.alnC{
	margin:50px auto;
    font-size: 150%;
    line-height: 2;}
	
.item section#item_curry div.bss_box{
	position:relative;
	margin:0 auto 55px auto;
	width:588px;
	height:263px;
	background:url(../img/item/curry/bg_01.png) no-repeat top center;}
	
.item section#item_curry div.bss_box img{
	position: absolute;
    top: 0;
    right: -200px;}
	
.item section#item_curry div.bss_box dl{
	position:absolute;
	color:#561f00;
	top:45px;
	left:40px;
	width:255px;}
	
.item section#item_curry div.bss_box dl dt{
	text-align:center;
	font-size:150%;}
	
.item section#item_curry div.bss_box dl dd{
	font-size:118%;
	text-align:justify;
	text-justify:distribute;}

.item section#item_curry h3{
    background: #714c29;}

.item section#item_curry section#item_01 .item_box .cap{
	margin-right:1em;}

.item section#item_curry section#item_02{
	border-top:1px solid #333;}

.item section#item_curry section div.fL{
	position:relative;}

.item section#item_curry section div.fL img.ico{
	position:absolute;
	top:12px;
	right:0;}

.item section#item_curry section#item_02 ul li{
	margin:30px 0 0 0;
	line-height:1.4;}
	

.item section#item_curry section#item_02 ul li span.cap{
	font-size:22px;}


/* 
-----------
yamagata
-----------
*/

.item section#item_yamagata h2{
	margin:0;
	background:url(../img/item/yamagata/main_img.jpg) no-repeat top center;}

.item section#item_yamagata p.top_txt{
	text-align:center;
    margin: 40px auto;}

.item section#item_yamagata p.alnC{
	margin:40px auto 60px auto;
    font-size: 150%;
    line-height: 2;}

.item section#item_yamagata h3{
    background: #5d8234;}
	
.item section#item_yamagata section#item_02{
	border-top:1px solid #333;}

.item section#item_yamagata section#item_02 ul.power_list{
	margin:55px 0 0 0;
	padding:145px 0 0 0;
	background:url(../img/item/yamagata/img_03.jpg) no-repeat top center;}

.item section#item_yamagata section#item_02 ul.power_list li{
	color:#d0111b;
	font-size:10px;
	width:140px;}

.item section#item_yamagata section img.ico_deli{
	margin:0 20px 0 0;
	vertical-align:top;}
	
.item section#item_yamagata section img.ico_off{
	margin:0 10px;
	vertical-align:text-bottom;}
	
.item section#item_yamagata section#item_02 span.met{
	display:inline-block;
	font-size: 11px;
    text-align: left;
    width: 335px;}
	
.item section#item_yamagata section#item_02 ul li.course{
	font-size:18px;
	padding:20px 0 0 0;
	margin:25px 0 0 0;
	border-top:1px solid #333;}

.item section#item_yamagata section#item_02 ul li.course span.ttl{
	font-size:22px;
	line-height:1.2;
	margin:0 0 10px 0;
	display:block;}

.item section#item_yamagata section#item_02 ul li.course span.price{
	color:#e5000a;
	font-size:40px;}
	
.item section#item_yamagata section#item_02 ul li.course a img{
	position:relative;
	top:-15px;
	left:10px;}

/* 
-----------
sweets
-----------
*/

.item section#item_sweets h2{
	margin:0;
	background:url(../img/item/sweets/main_img.jpg) no-repeat top center;}

.item section#item_sweets p.top_txt {
	text-align:center;
	margin: 40px auto 0 auto;}

.item section#item_sweets h3{
	background: #d469a0;}

.item section#item_sweets div.fL{
	width: 590px;}

.item section#item_sweets section.item_list div.fL ul li span.cap {
	margin: 0;}

.item section#item_sweets p.alnC{
	margin: 25px auto 40px auto;
	font-size: 150%;
	line-height: 2.2;}

.item section#item_sweets section#item_02{
	border-top:1px solid #333;}

/* 
-----------
first
-----------
*/

.first section h2{
	margin:0 !important;
	background:url(../img/first/main_img.jpg) no-repeat top center;}
	
.first section div.h2_txt{
	position:relative;
	height:276px;
	width:100%;
	margin:0 0 84px 0;
	background:#ee86a1 url(../img/first/bg_h2.gif) no-repeat top center;}

.first section div.h2_txt:after{
	content:" ";
	width:100%;
	height:34px;
	position:absolute;
	left:0;
	bottom:-34px;
	background:#fff url(../img/first/bg_h2_arw.gif) no-repeat top center;}

.first section div.h2_txt p{
	position:absolute;
	bottom:30px;
	left:0;
	width:100%;
	font-size:158%;
	text-align:center;
	color:#fff;}
	
.first section section{
	margin:40px auto;
	width:1000px;}
	
.first section section h3{
	margin:0 0 10px 0;}
	
.first section section div.fL,
.first section section div.fR{
	width:455px;}
	
.first section section div.item_box{
	position:relative;
	margin:20px 0 12px 0;}
	
.first section section div.item_box img.ico{
	position:absolute;
	top:-10px;
	right:75px;}
	
.first section section div.item_box p.name{
	line-height:1.2;
	margin:0 0 10px 0;
	font-size:32px;}
	
.first section section div.item_box p.price{
	font-size:14px;
	line-height:1.2;
	text-align:right;
	display:inline-block;}
	
.first section section div.item_box p.price span.p01{
	font-size:28px;}
	
.first section section div.item_box p.price span.p02{
	display:block;
	font-size:12px;}
	
/* 
---------------------------------------
kodawari
---------------------------------------
*/

.rice section section,
.tamago section section{
	position:relative;
	width:1000px;
	margin:0 auto;}
	
.rice p.page_top,
.tamago p.page_top{
	margin:15px auto;
	width:1000px;}
	
.rice section p,
.tamago section p{
	line-height:2;}
	
.rice section h3,
.tamago section h3{
	margin:0 0 20px 0;}
	
/* 
---------------------------------------
tamago
---------------------------------------
*/
	
.tamago h2{
	background:url(../img/tamago/main_img.jpg) no-repeat top center;}
	
.tamago .first{
	height:500px;
	margin:90px auto 110px auto;
	background:url(../img/tamago/bg_01.jpg) no-repeat top right;}
	
.tamago .first ul li{
	margin:40px 10px 0 0;}
	
.tamago .nature{
	width:505px;
	height:600px;
	background:url(../img/tamago/bg_02.jpg) no-repeat top center;
	padding:50px 0 0 495px;}
	
.tamago .nature ul{
	position:absolute;
	top:145px;
	right:30px;}
	
.tamago .organic{
	height:350px;
	margin:90px auto 135px auto;
	background:url(../img/tamago/bg_03.jpg) no-repeat top right;}
	
.tamago .organic ul{
	position:absolute;
	bottom:-20px;
	right:440px;}
	
.tamago .organic ul li{
	margin:0 0 0 10px;}

.tamago .affection{
	background:url(../img/tamago/bg_04.jpg) no-repeat top center;
	padding:670px 0 0 0;}
	
.tamago .affection div.txt{
	color:#fff;
	position:absolute;
	top:305px;
	left:500px;}

.tamago .inspection{
	background:url(../img/tamago/bg_05.jpg) no-repeat top center;
	padding:670px 0 0 0;}
	
.tamago .inspection div.txt{
	color:#fff;
	position:absolute;
	top:270px;
	left:65px;}
	
.tamago .inspection ul li.fL img{
	display:block;}
	
.tamago .fresh{
	width:470px;
	height:350px;
	margin:160px auto 110px auto;
	background:url(../img/tamago/bg_06.jpg) no-repeat top left;
	padding:0 0 0 530px;}
	
.tamago .fresh ul{
	position:absolute;
	top:0;
	right:0;}

.tamago .fresh ul li{
	margin:0 0 5px 0;}

.tamago .staff{
	height:350px;
	margin:70px auto 0 auto;
	background:url(../img/tamago/bg_07.jpg) no-repeat top right;}
	
.tamago .staff p.btn{
	position:absolute;
	left:0;
	bottom:0;
	display:table;
	width:335px;
	height:70px;
	line-height:1.1;
	margin:100px 0 0 0;}

.tamago .staff p.btn a{
	background:#7fcef4;
	text-align:center;
	width:335px;
	height:70px;
	display:table-cell;
	vertical-align:middle;}
	
.tamago .voice{
	width:1000px;
	margin:80px auto 40px auto;
	position:relative;
	height:500px;
	background:url(../img/tamago/bg_08.jpg) no-repeat top right;}
	
.tamago .voice div p{
	width:220px;
	text-align:justify;
	text-justify:distribute;
	line-height:1.6;
	font-weight:bold;
	font-size:108%;
	padding:0 0 25px 0;}
	
.tamago .voice div p span{
	display:block;
	text-align:right;}
	
.tamago .voice .v01{
	position:absolute;
	top:180px;
	left:30px;}
	
.tamago .voice .v02{
	position:absolute;
	top:205px;
	right:30px;}
	
/* 
---------------------------------------
rice
---------------------------------------
*/
	
.rice h2{
	background:url(../img/rice/main_img.jpg) no-repeat top center;}

.rice .first{
	width:430px;
	height:700px;
	margin:90px auto 110px auto;
	background:url(../img/rice/bg_01.jpg) no-repeat top center;
	padding:0 0 0 570px;}

.rice .second{
	height:595px;
	background:url(../img/rice/bg_02.jpg) no-repeat bottom center;}

.rice .kodawari{
	width:430px;
	height:350px;
	margin:80px auto 110px auto;
	background:url(../img/rice/bg_03.jpg) no-repeat top left;
	padding:0 0 0 570px;}
	
.rice .safety{
	color:#fff;
	width:945px;
	height:220px;
	background:#000 url(../img/rice/bg_04.jpg) no-repeat top center;
	padding:430px 0 0 55px;}
	
.rice .delivery{
	width:430px;
	height:200px;
	background:url(../img/rice/bg_05.jpg) no-repeat top center;
	padding:300px 0 0 570px;}

.rice .management{
	height:350px;
	background:url(../img/rice/bg_06.jpg) no-repeat top right;}

.rice .voice{
	width:1000px;
	margin:80px auto 25px auto;
	position:relative;
	height:500px;
	background:url(../img/rice/bg_07.jpg) no-repeat top right;}

.rice .voice div{
	border-top:2px dotted #ada295;}
	
.rice .voice div p{
	padding:25px 0;
	border-bottom:2px dotted #ada295;}
	
.rice .voice .v01{
	position:absolute;
	top:140px;
	left:30px;}
	
.rice .voice .v02{
	position:absolute;
	top:215px;
	right:30px;}
	
		
/* 
---------------------------------------
blog
---------------------------------------
*/

.blog div#contents{
	width:1000px;
	margin:0 auto;
	padding:25px 0 0 0;}

.blog div#main{
	float:left;
	width:729px;}
	
.blog div#sidebar{
	float:right;
	width:260px;}
	
.blog h2{
	background:none;
	margin:0 0 32px 0 !important;}
	
.blog h2 img{
	width:729px !important;
	visibility:visible !important;}
	
.blog .blog_box_wrap h1,
.blog div#sidebar dl dt{
	color:#fff;
	font-size:133%;
	background:#7fcef4;
	position:relative;
	line-height: 1.1;
	margin: 0 auto 20px auto;
	padding: 8px 0 5px 10px;}
	
.blog div#sidebar dl{
	margin:0 0 55px 0;}
	
.blog div#sidebar dl dt{
	margin:0 0 10px 0;}
	
.blog div#sidebar dl dd ul li{
	background:url(../img/blog/ico_arw.gif) no-repeat 0 2px;
	padding:0 0 0 20px;
	font-size:116%;
	margin:0 0 5px 0;}
	
.blog div#main h3:after{
	content:" ";
	width:729px;
	height:13px;
	background:url(../img/blog/ttl_01.png) no-repeat top right;
	position:absolute;
	right:0;
	bottom:-18px;}
	
.blog div#main .txt_box h3{
	margin:0;
	padding:0;
	background:none;
	color:#333;}

.blog div#main .txt_box h3:after{
	display:none;}

.blog section.blog_box{
	position:relative;
	padding:0 0 25px 0;
	margin:0 0 25px 0;
	border-bottom:1px solid #ccc;}
	
.blog div#sidebar section.blog_box:before{
	content:" ";
	width:50px;
	height:50px;
	position:absolute;
	left:0;
	top:0;}
	
.blog div#sidebar section#rank01:before{
	background:url(../img/blog/ttl_rank01.png) no-repeat top left;}
	
.blog div#sidebar section#rank02:before{
	background:url(../img/blog/ttl_rank02.png) no-repeat top left;}

.blog div#sidebar section#rank03:before{
	background:url(../img/blog/ttl_rank03.png) no-repeat top left;}
	
.blog div#sidebar section#rank01 *{
	color:#0047a7;}
	
.blog div#sidebar section#rank02 *,
.blog div#sidebar section#rank03 *{
	color:#000;}

.blog div#main section.blog_box div.fR{
	width:470px;
	min-height:150px;
	position:relative;}
	
.blog div#main section.blog_box img.fL{
	width:225px;
	height:auto;}
	
.blog div#sidebar section.blog_box div.fR{
	width:140px;
	min-height:110px;
	position:relative;}
	
.blog p.cat_date{
	font-size:10px;
	margin:0 0 5px 0;
	color:#0047a7;}
	
.blog p.cat_date span{
	display:inline-block;
	padding:2px 5px 0 5px;
	color:#000;
	background:#ccc;
	border-radius:3px;
	margin:0 10px 0 0;}

.blog section.blog_box div.fR h4{
	font-weight:bold;
	margin:10px 0 5px 0;
	line-height:1.6;
	color:#0047a7;}

.blog div#main section.blog_box div.fR h4{
	font-size:150%;}

.blog div#sidebar section.blog_box div.fR h4{
	margin:3px 0;
	font-size:108%;}

.blog section.blog_box div.fR p.txt_box{
	font-size:11px;
	margin:0 0 10px 0;
	color:#0047a7;}
	
.blog div#sidebar section.blog_box div.fR p.txt_box{
	font-size:10px;}
	
.blog section.blog_box p.alnR{
	position:absolute;
	right:0;
	bottom:0;}
.blogPostLink{
	border-style:solid;
	border-width:1px;
	border-color:grey;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 5px;
	width: 90px;
	float: right;
	position: initial !important;
	right: initial !important;
	bottom: initial !important;
}
img.size-auto,
img.size-large,
img.size-full,
img.size-medium {
	max-width: 100%;
	height: auto;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	border: none;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px;
}
.wp-caption p.wp-caption-text {
	margin: 0 0 4px;
}
.wp-smiley {
	margin: 0;
}

.blog .txt_box h1{font-size:28px; font-weight:bold}
.blog .txt_box h2{font-size:22px; font-weight:bold}
.blog .txt_box h3{font-size:18px; font-weight:bold}
.blog .txt_box h4{font-size:14px; font-weight:bold}
.blog .txt_box h5{font-size:12px; font-weight:bold}
.blog .txt_box h6{font-size:10px; font-weight:bold}
.blog .txt_box h7{font-size:8px; font-weight:bold}
.blog .txt_box ul,
.blog .txt_box ol{
	padding:10px 0 10px 20px;
}
.blog .txt_box ul li{
	list-style:disc;
}
.blog .txt_box ol li{
	list-style:decimal;
}
.blog .txt_box blockquote{
	margin:10px 20px;
	font-style:italic;
	color:#999;
}

.blog .txt_box p{
	margin-bottom: 10px;}

.blog .smp{display:none;}

/* 
---------------------------------------
company
---------------------------------------
*/
	
.company h2{
	background:url(../img/company/main_img.jpg) no-repeat top center;}

.company p.page_top{
	margin:15px auto;
	width:1000px;}

.company section p{
	line-height:2;}
	
.company .first{
	width:460px;
	margin:90px auto;
	background:url(../img/company/bg_01.jpg) no-repeat top left;
	padding:75px 0 0 540px;}

.company section.first p{
	margin:45px 0 0 0;}
	
.company section.kodawari{
	width:100%;
	height:615px;
	margin:0 auto;
	background:url(../img/company/bg_02.jpg) no-repeat top center;
	position:relative;}
	
.company section.kodawari h3{
	position:absolute;
	top:50px;
	left:50px;}
	
.company section.kodawari p{
	position:absolute;
	top:337px;
	left:527px;
	color:#fff;
	background:url(../img/company/bg_txt.png);
	padding:15px 20px;}
	
.company section.needs{
	width:1000px;
	margin:90px auto 0 auto;
	background:url(../img/company/bg_03.jpg) no-repeat top right;}

.company section.needs p{
	min-height:265px;
	margin:25px 0 0 0;}
	
.company section.toward{
	width:1000px;
	height:735px;
	margin:115px auto 35px auto;
	background:url(../img/company/bg_04.jpg) no-repeat top center;
	position:relative;}
	
.company section.toward h3{
	position:absolute;
	top:42px;
	left:640px;}
	
.company section.toward p{
	position:absolute;
	top:215px;
	left:675px;
	width:250px;}

.company section.ttl_box{
	margin:70px auto 0 auto;}
	
.company section.ttl_box h3{
	background:#ffe100;
	margin:0 0 20px 0;
	padding:5px 15px 2px 15px;}
	
.company section.info{
	width:1000px;
	margin:0 auto;}
	
.company section.info section{
	margin:75px auto 95px auto;}

.company section.info div.fR{
	width:475px;
	height:600px;
	position:relative;}

.company section.info section div.fR p{
	margin:30px 0 25px 0;
	line-height:2.1;
	font-weight:bold;}

.company section.history ul li{
	background:#fffbc6;
	padding:2px 0 0 15px;
	margin:0 0 7px 0;
	font-weight:bold;}
	
.company section.history ul li span{
	display:inline-block;
	width:165px;}
	
.company section.overview table caption{
	padding:7px 0 5px 15px;
	font-weight:bold;}
	
.company section.overview table caption span{
	color:#e7869b;}

.company section.overview table th,
.company section.overview table td{
	background:#fffbc6;
	padding:2px 0 0 15px;
	border-bottom:7px solid #fff;
	font-weight:bold;}

section.overview table th{
	width:150px;}

/* 
---------------------------------------
gallery
---------------------------------------
*/
	
.gallery h2{
	background:url(../img/gallery/main_img.jpg) no-repeat top center;}

.gallery section.img_list{
	margin:65px auto 0 auto;}
	
.gallery section.img_list h3{
	text-align:center;}
	
.gallery section.img_list ul.clearfix{
	width:996px;
	margin:0 auto;}
	
.gallery section.img_list ul.clearfix li{
	width:330px;
	height:270px;
	margin:0 1px 2px 1px;}

.gallery div.item_bnr_box{
	height:240px;}

.gallery section p.page_top{
	margin:15px auto 95px auto;}

/* 
---------------------------------------
shop
---------------------------------------
*/
	
.shop h2{
	background:url(../img/shop/main_img.jpg) no-repeat top center;}

.shop section.sweets_cafe,
.shop section.snap,
.shop section.info{
	margin:70px auto;}
.shop section.info .fL{
	width:531px;}
.shop section.sweets_cafe h3{
	text-align:center;
	padding:0 0 10px 0;
	border-bottom:2px solid #a29e9c;}

.shop section.sweets_cafe p.alnC{
	margin:25px 0;
	font-size:117%;
	font-weight:bold;}
	
.shop section.sweets_cafe ul li{
	width:330px;
	margin:0 5px 7px 0;
	text-align:center;
	line-height:1.4;
	font-size:117%;}
	
.shop section.snap ul li{
	width:330px;
	height:270px;
	margin:0 5px 5px 0;}

.shop .info h3{
	padding:0 0 5px 0;
	margin:0 0 15px 0;
	border-bottom:2px solid #a29e9c;}
	
.shop .info p,
.shop .info address{
	font-size:133%;
	line-height:1.4;
	margin:0 0 25px 0;}

#map_canvas {
	width: 465px;
	float: right;
	height: 350px;}

/* 
---------------------------------------
corp
---------------------------------------
*/

.corp div#contents{
	padding-bottom:526px;}
	
.corp h2{
	background:url(../img/corp/main_img.jpg) no-repeat top center;}

div#read{
	margin:80px auto 100px auto;}
	
div#read div.fL{
	width:600px;
	height:600px;
	position:relative;}

div#read div.fL p{
	line-height:2.1;
	font-weight:bold;}
	
div#read div.fL img{
	position:absolute;
	left:260px;
	bottom:0;}

dl.safety{
	width:1000px;
	margin:0 auto;
	padding:25px 0 12px 0;
	border-top:2px solid #948e8d;
	border-bottom:2px solid #948e8d;}

dl.safety dd{
	font-size:142%;
	padding:5px 0 0 0;
	min-height:40px;
	position:relative;}

dl.safety dd a{
	position:absolute;
	right:0;
	bottom:-5px;}
	
dl.customer{
	margin:60px auto;}
	
dl.customer dt{
	background:#ffe100;
	padding:6px 0 0 0;
	text-align:center;}
	
dl.customer dd{
	background:#fffcd1;
	padding:25px;}
	
dl.customer dd ul li{
	font-size:133%;
	width:50%;
	margin:0 0 12px 0;}
	
dl.customer dd ul li.last{
	width:50%;
	margin-left:50%;}

section.voice{
	border-radius:50px;
	width:700px;
	padding:50px;
	margin:0 auto;
	background:#fdeeef;}
	
section.voice h3{
	padding-bottom:20px;
	text-align:center;}
	
section.voice p{
	font-size:125%;
	padding:17px 0;
	border-bottom:2px dotted #e61d7a;}

section.voice p span{
	color:#e61d7a;}

.corp p.contact{
	width:100%;
	padding:30px 0;
	text-align:center;
	background:#41210c;
	position:absolute;
	left:0;
	bottom:366px;}
	
/* 
---------------------------------------
既存ページをフィットさせる
---------------------------------------
*/

/*--- contents ---*/
#contents_wrap {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 916px;
	margin-right: auto;
	margin-left: auto;
}

#contents_inner {
	background-image: url(../base_img/main_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	width: 916px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/*--- side_navi ---*/
#s_navi {
	float: left;
	width: 200px;
	margin-left: 8px!important;
	padding-left: 0px!important;
	margin-left: 0px;
	padding-left: 8px;
	padding-bottom: 15px;
}
	
.box1 {
	width: 190px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
}
.box3 {
	height: 100px;
	width: 190px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
}

.box4 {
	height: 250px;
	width: 190px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
}

.box2 {
	width: 191px;
	background-color: #FCBD61;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-image: url(../base_img/round.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.box_monte {
	height: 101px;
	width: 190px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

.box_esse {
	height: 145px;
	width: 190px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}
.box_pumpkin {
	height: 145px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.box_letace {
	height: 204px;
	width: 190px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 1px;
}
.s_white {
	/*background-image: url(../base_img/side_navi_white.png);
	background-repeat: no-repeat;
	background-position: center bottom;*/
	background-color: #fff;
	width: 179px;
	padding-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background-image: url(../base_img/li_round_down.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.s_title {
	width: 191px;
	height: 47px;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
}

.s_title_syohin {
	width: 191px;
	height: 44px;
	margin: 5px auto 0 auto;
	padding: 0px;
	text-align: center;
}

.s_title_info {
	width: 191px;
	height: 44px;
	margin: 10px auto 0 auto;
	padding-bottom: 0;
	text-align: center;
}

.s_white ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
	
}
* html .s_white ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	x_margin-left: 10px;
	width:148px;
}

.s_white li { 
	margin: 5px 0; 
	padding: 0;
}
* html .s_white li { 
	margin: 5px 0px; 
	padding: 0;
}

.s_white li a { 
	text-decoration: none; color: #663300; 
}

.s_white li a:hover {
	text-decoration: none; color: #E85C00; 
}

.ul_syouhin {
	list-style-image: url(../base_img/list-img_egg.png)!important;
	list-style-image: url(../base_img/list-img_egg.gif);
	width: 181px;
	margin: 0 auto;
	padding-bottom: 10px;
}

.ul_info {
	list-style-image: url(../base_img/list-img_leaf.png)!important;
	list-style-image: url(../base_img/list-img_leaf.gif);
	width: 181px;
	margin: 0 auto;
	padding-bottom: 10px;
}

#round {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}.red {
	font-weight: bolder;
	color: #CC0000;
}
*html #ie6egg {
	margin-left: 5px;
}


/*--- main ---*/
#main {
	float: right;
	width: 785px;
	padding-right: 8px;
	padding-bottom: 15px;}

#titile_img h2 img,
#sub_contents h3 img{
	width:785px;
	height:auto;}
	
#sub_contents {
	width: 785px !important;}
	
.tbl_form,
.tbl_list {
	width: 765px !important;}
	
	.monte { margin-bottom:100px; }
.monte p {
	margin: 10px 20px 15px 20px;
	padding: 0px;
	font-size: 14px;
	color: #222222;
}

.monte p.style01 {
	font-size:18px;
	color:#CC0000;
	font-weight:bold;
}

.monte img.left_photo {
	float:left;
	margin-right:15px;
}

.monte p.model_title {
	font-size:20px;
	margin: 35px 5px 15px 5px;
	padding: 0px 7px;
	background: url(../img/monte/monte_cam_03.jpg) no-repeat left bottom;
	font-weight: bold;
	color: #054698;
	clear: both;
	height: 30px;
}

.monte p.model_oubo {
	font-size:20px;
	font-weight: bold;
	font-family: "メイリオ";
	padding: 15px;
	border: 1px dashed #663300;
	text-align: center;
}

p.ttl_mont{
	margin: 0 auto;
	height:175px;
	background: url(../img/monte/bg_monte.gif) repeat-x top;
	text-align:center;
	background-color: #333;
}

/* 
---------------------------------------
model
---------------------------------------
*/
	
.model h2{
	background:url(../img/model/main_img.jpg) no-repeat top center;}

.model h3{
	margin-bottom:.8em;
	padding:10px;
	font-size:160%;
	border-bottom:2px solid #ffdd00;
}

.model h4{
	margin-bottom:.8em;
	padding:10px;
	font-size:130%;
	border-bottom:1px solid #41210c;
}


.model section{
	margin-bottom:30px;
}

.model section p{
	margin-bottom:.6em;
}

.model section .date{
	font-size:130%;
}

.model section .att{
	color:#ff0000;
	font-size:110%;
}

.model section a{
	color:#ff0000;
}

.model .application{
	margin-bottom:10px;
	padding:10px;
	border:1px dashed #41210c;
	text-align:center;
}

.model .application a{
	margin:0 10px;
	padding:10px;
	font-size:140%;
	font-weight:bold;
	color:#644a39;
}

.model .application a:hover{
	color:#ffa100;
}


/* 
---------------------------------------
この部分を必ず最後に
---------------------------------------
*/

body.page h2 img{
	display:block;
	width:100%;
	height:auto;
	visibility:hidden;}
	
body.page h2{
	margin:0 0 45px 0;
	background-size:100% auto !important;}
	
section#contact button{
	border:none;
	background:none;
	padding:0;}

@media screen and (min-width: 1000px) {
}




/*--new rice--*/

.new_rice{
	padding-top:30px;
	clear:both;
}

.new_rice h4{
	border-bottom:1px solid #000;
	margin-bottom:.8em;
	font-size:28px !important;
	text-align:center;
	line-height:1.6em;
	position:relative;
}

.new_rice .item_box li{
	display:inline-block;
	width:430px;
	padding-right:60px;
}

.new_rice .item_box span.cap {
	font-size: 24px;
	vertical-align: middle;
}

.new_rice .item_box span.price {
	font-size: 28px;
	vertical-align: sub;
}

.new_rice .send{
	display:inline-block;
	background:#e9330b;
	color:#fff;
	font-size:18px;
	text-align:center;
	position:absolute;
	right:0;
	bottom:10px;
}

.new_rice .send span{
	font-size:13px !important;
}


/*スマホサイト用*/
.drawer{
	display: none;
}
footer .f_txt span{
	color: #41210c !important;
}
footer .f_txt > span{
	margin-left: 1em;
}
footer .fMb{
	display: none;
}


/* 2019-08-01 company health */
.company .health{width:1000px;margin:0 auto;padding:60px 0;}
.company .health h3{font-size:36px;font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;font-weight:bold;text-align:center;margin-bottom:40px;}
.company .health p{font-size:18px;margin-bottom:1.2em;line-height:1.4;}
.company .health dl{text-align:right;margin-top:2em;}
.company .health dl dt{font-size:18px;}
.company .health dl dd{font-size:24px;font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;font-weight:bold;}










