@charset "UTF-8";
/* CSS Document */
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;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*--------sp---------*/

body{
	color: #402300;
}
a {
	color:#40A3F9;
    text-decoration: none;
}
#header {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}
.gmenu {
	width: 100%;
	margin: 0;
	padding: 0;
}
.gmenu a img{
	width: 19.5%;
}
.headbanner{
    margin: 1em 0;
}
.a-center{
	text-align: center;
}
#main{
	width: 100%;
	margin: 0 auto;
	padding: 1em 0 0 0;
	background: #F2EFE8;
	text-align: center;
}
#main .list_image{
	padding: 0.5em 0 1em 0;
	background: #F2EFE8;
}
#itemlist {
	width:100%;
    overflow: hidden;
	margin:2em auto;
    background: #FFF;
}
#itemlist p{
    font-size: 36px;
    padding: 2em 0 0;
}
#itemlist ul {
	margin: 1em 2% 3em;
	overflow: hidden;
    line-height: 1.1;
}
#itemlist .item li {
    float: left;
    width: 45%;
    margin: 0 2%;
}
#itemlist .item li .name {
    font-size: 42px;
    margin: 0 2%;
}
.pricename{
    font-size: 24px;
    text-align: center;
}
.itemprice{
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 48px;
    color: #DF0101;
}
#itemlist .item li  a img {
	margin-bottom:0.3em;
    width: 100%;
}
.content{
	width: 100%;
	margin: 0 auto;
}
.icon{
	width: 100%;
	margin: 0 auto;
	padding: 2em 0 2em 0;
    background: #F2EFE8;
}
.icon ul {
	margin: 0;
	padding: 0;
}
.icon ul li{
	list-style: none;
	display: inline-block;
    margin:0 1em;
}
#footer {
	margin: 0 auto;
	background: #ffffff;
	text-align: center;
}
#footer .recipe{
    margin: 0;
    padding: 0em;
    background-color: #ffffff;
}
.about {
	width: 100%;
    overflow: auto;
	background: #FFF;
	margin: 2em auto 0 auto;
	padding: 1em 0;
}
.about .photo{
    width: 40%;
    float:left;
}
.about .txt{
    float: right;
    width: 60%;
    line-height:300%;
}
.corp{
	background:#1E1E46;
	color: #FFF;
	padding: 1em 0;
    font-size: 26px;
}
.footlist{
    font-size: 26px;
    margin: 0em auto;
    padding: 1em 0;
}
.footlist a{
    color: #402300;
}
.footlist visited{
    color: #402300;
}
.foot {
	padding: 0.5em auto;
	line-height: 1.5em;
	margin: 1em auto 0 auto;
}




/*------------会社概要--------------*/

.company {
    width: 90%;
    margin-left: 5%;
    border-spacing: 0;
    border-collapse: collapse;
}
.company th {
    width: 25%;
    background-color: #F2EFE8;
    padding: 0.5em 0;
    border: 1px solid #cccccc;
    font-size: 32px;
}
.company td {
    width: 65%;
    padding: 0.5em 0 0.5em 1.5em;
    border: 1px solid #cccccc;
    font-size: 32px;
}
.google-map {
    position: relative;
    width: 90%;    /* 左右に余白が必要なら値を変更してもOK */
    margin: 0 0 15% 5%;
    height: 0;
    padding-bottom: 75.25%;    /* padding-topでもOK */
    overflow: hidden;
}
.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;    /* 必要であれば!importantを付けてください */
    height: 100%;    /* 必要であれば!importantを付けてください */
}
.banner{
    width: 100%;
    margin: 5% auto;
}
.banner a img{
    width: 40%;
    margin: 0 4%;
}




/*------------メディア掲載ページ--------------*/

#block01{
    margin: 0.5em 2em 0;
    font-size: 24px;
    text-align: left;
}
.box1 {
    padding: 0.5em 0.5em;
    margin: 1em 0;
    font-size: 40px;
    font-weight: bold;
    background: #ffffff;
    border-left: solid 10px #522f00;
}
#media {
	width:100%;
    overflow: hidden;
	background:#FFFFFF;
	margin-bottom: 10%;
}
#media .inbox {
	width:100%;
    overflow: auto;
	margin:0 auto;
    padding: 1em 0;
    border-bottom: 1px solid #dddddd;
}
#media .inbox .photo {
	width:20%;
	float:left;
    margin: 0 0 0 5%;
}
#media .inbox .txt {
	width:70%;
	float:right;
    text-align: left;
    margin-right: 2%;
	font-size:30px;
	line-height:180%;
}
#media .inbox .txt .mediatitle {
	font-size:42px;
    font-weight: bold;
}
#media .inbox .txt .more {
	font-size: 36px;
    text-align: right;
}
#mediapage {
	width:100%;
	background:#FFFFFF;
	padding:0;
}
#mediapage .inbox {
	width:100%;
	margin:0 auto 15%;
}
#mediapage .inbox .txt {
    margin: 0 5%;
	font-size:34px;
	line-height:180%;
}
#mediapage .inbox .txt .mediatitle {
	font-size:42px;
    font-weight: bold;
}
#mediapage .inbox .txt .photo {
    margin: 2em 0;
}




/*------------受賞歴ページ--------------*/

#awards {
	width:100%;
    overflow: auto;
	background:#FFFFFF;
	margin-bottom: 10%;
}
#awards .inbox {
	width:100%;
    overflow: auto;
	margin:0 auto;
    padding: 1em 0;
    border-bottom: 1px solid #dddddd;
}
#awards .inbox .year {
	width:20%;
	float:left;
    margin: 0% 0% 0% 2%;
    text-align: center;
    font-size: 36px;
    line-height:180%;
}
#awards .inbox .txt {
	width:70%;
	float:right;
    text-align: left;
    margin-right: 2%;
	font-size:36px;
	line-height:180%;
}
#awards .inbox .image {
	width:70%;
	float:right;
    text-align: left;
    margin:3% 0;
}




/*------------新着情報一覧ページ--------------*/

#news {
    width: 90%;
    margin: 0 auto;
    font-size: 36px;
}
#news .news dl{
	margin:1em 0 0;
	padding:0;
}
#news .news dt{
	margin:0 0 0;
	padding:0;
}
#news .news dd{
	margin:0;
	padding:0;
	border-bottom:#D9D3C4 1px solid;
	padding-bottom:1em;
	margin-bottom:1em;
	line-height:160%;
}
#news .news dd .red {
	color:#CC3333;
    line-height: 200%;
}




/*------------プレスリリースページ--------------*/

#pressrelease {
	width:100%;
    overflow: auto;
	background:#FFFFFF;
	margin-bottom: 10%;
}
#pressrelease .inbox {
	width:100%;
    overflow: auto;
	margin:0 auto;
    padding: 1em 0;
    border-bottom: 1px solid #dddddd;
}
#pressrelease .inbox .date {
	width:30%;
	float:left;
    margin: 0% 0% 0% 2%;
    text-align: center;
    font-size: 36px;
    line-height:180%;
}
#pressrelease .inbox .txt {
	width:60%;
	float:right;
    text-align: left;
    margin-right: 2%;
	font-size:36px;
	line-height:180%;
}
#press {
	width:100%;
	background:#FFFFFF;
	padding:0;
}
#press .inbox {
	width:100%;
	margin:0 auto;
}
#press .inbox .txt {
	font-size:38px;
	line-height:160%;
    margin: 0 5%;
}
#press .inbox .txt .presstitle {
	font-size:48px;
    font-weight: bold;
    margin-bottom: 0.5em;
    line-height: 140%;
    line-height: 140%;
}
#press .inbox .txt .photo {
    margin: 1em 0 0 0;
}
#press .inbox .txt p {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 0.5em;
    line-height: 140%;
}




/*------------お問い合わせページ--------------*/

#contents{
    margin: 0 1%;
    font-size: 40px;
    text-align: left;
}
#contents p{
    margin: 1% 0;
}
#contents input[size="80"]{
    width: 80%
}
#contents input[size="40"]{
    width: 40%
}
#contents input[size="25"]{
    width: 25%
}
#contents textarea[cols="80"]{
    width: 80%
}




/*------------レシピ一覧ページ--------------*/

#recipe {
	width:100%;
    overflow: auto;
	margin:2em auto;
    background: #FFF;
}
#recipe .recipe-group {
    width: 90%;
    margin: 3em 5% 2.5em;
    padding: 0 0 1.5em 0;
    border-bottom: 3px solid #6a563e;
}
#recipe .recipe-group h1 {
    font-size: 50px;
    font-weight: bold;
}
#recipe .recipe-group h2 {
    font-size: 50px;
    font-weight: bold;
}
#recipe ul {
	margin: 1em 2% 4em;
	overflow: hidden;
    line-height: 1.1;
    text-align: center;
}

#recipe .recipe-list li {
    float: left;
    width: 45%;
    margin: 0 2%;
}
#recipe .recipe-list li .recipe-title {
    color: #402300;
    font-size: 42px;
    margin: 0 2%;
}




/*------------個別レシピページ--------------*/

#recipepage {
	width:100%;
	margin: 0;
    font-size: 30px;
}
#recipepage .image {
    width: 100%;
}
#recipepage .recipetitle h1{
    font-size: 46px;
    margin: 20px 0 30px 0;
    padding: 0 2% 16px;
    color:#43778B;
    border-bottom: 14px solid #b4ab7f;
    line-height: 140%;
}
#recipepage .ingredient .ingredient-list{
    border-bottom: 1px solid #dddddd;
    padding-left: 6px;
    line-height: 180%;
}
#recipepage .ingredient{
    margin-top: 40px;
    margin: 0 2%;
    font-size: 44px;
}
#recipepage .ingredient .ingredient-title{
    font-weight: bold;
    margin-bottom: 16px;
}
#recipepage .ingredient .ingredient-title h2{
    font-size: 42px;
    padding: 0;
    text-align: left;
    line-height: 160%;
    border-bottom: 1px solid #dddddd;
}

#recipepage .ingredient .ingredient-title .serving{
    font-weight: normal;
    font-size: 40px;
}
#recipepage .ingredient .ingredient-list .ingredient-list-item{
    border-bottom: 1px solid #dddddd;
    width: 100%;
    font-size: 42px;
    line-height: 220%;
    overflow: hidden;
}
#recipepage .ingredient .ingredient-list .ingredient-list-item .ingredient-name{
    width: auto;
    float: left;
}
#recipepage .ingredient .ingredient-list .ingredient-list-item .ingredient-quantity-amount{
    width: auto;
    float: right;
}
#recipepage .ingredient .borderleft{
    width: 100%;
    overflow: hidden;
    margin-left: 4px;
    border-left: 14px solid #dddddd;
}
#recipepage .ingredient .borderleft .ingredient-list{
    width: 98%;
    font-size: 42px;
    padding-left: 6px;
    line-height: 220%;
}
#recipepage .ingredient .borderleft .ingredient-list .ingredient-list-item{
    border-bottom: 1px solid #dddddd;
}
#recipepage .ingredient .borderleft .ingredient-list .ingredient-list-item .ingredient-name{
    width: auto;
    float: left;
}
#recipepage .ingredient .borderleft .ingredient-list .ingredient-list-item .ingredient-quantity-amount{
    width: auto;
    float: right;
}
#recipepage .instructions{
    width: 96%;
    margin: 0 2%;
    margin-top: 40px;
}
#recipepage .instructions h2{
    font-size: 42px;
    padding: 0;
    text-align: left;
    line-height: 220%;
    border-bottom: 1px solid #dddddd;
}
#recipepage .instructions .instructions-list{
    list-style:none;
    padding: 0;
}
#recipepage .instructions .instructions-list .instructions-list-item{
    font-size: 42px;
    line-height: 160%;
    padding: 12px 0;
    border-bottom: 1px solid #dddddd;
}
.commodity-area{
    width: 88%;
    margin: 140px 2% 80px;
    padding: 30px;
    border: 6px solid #b4ab7f;
    border-radius: 10px;
    font-size: 40px;
    line-height: 140%;
}
.commodity {
	font-size:44px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 160%;
}
#recipepage .commodity-area .commodity-image {
    width: 80%;
    margin: 20px 0;
}
#recipepage .back{
    font-size: 52px;
    font-weight: bold;
    margin: 3em 0;
}
#recipe .back{
    font-size: 52px;
    font-weight: bold;
    margin: 3em 0;
}