@charset "UTF-8";
/*! サイトベース */
.cl, .wrap {
  display: inline-block;
  min-height: 1%;
  display: block;
  *zoom: 1;
}
.cl:after, .wrap:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
* html .cl, * html .wrap {
  height: 1%;
}

/*----------------------------------
reset
----------------------------------*/
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

fieldset, img {
  border: 0;
  vertical-align: top;
}

ol, ul {
  list-style: none;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

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

a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

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

a:active, a:focus {
  outline: none;
}

/*  */
li img, dt img, dd img {
  vertical-align: top;
}

.clear {
  clear: both;
  height: 0;
  line-height: 0;
}

/* IE7 Zoom対策 */
* {
  letter-spacing: 0;
}

/* mediabox対策 */
* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  font: 14px/1.8 Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro","メイリオ" , "ヒラギノ明朝 Pro","HiraMinProN-W3", Meiryo, sans-serif;
  color: #666;
  min-width: 1100px;
　line-height: 1.8;
  margin: 0;
  padding: 0;
  background: #fff url(https://img20.shop-pro.jp/PA01321/012/etc/bg01.jpg?cmsp_timestamp=202505195217) 0 750px repeat;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

/*----------------------------------
wrapper
----------------------------------*/
#wrapper {
  text-align: left;
  font-size: 100%;
  overflow: hidden;
}

.wrap {
  position: relative;
  width: 980px;
  margin: 0 auto;
}

.f-min {
  font-family: "HiraMinProN-W3";
}

/*--header--*/
#head {
  border-top: 4px solid #40210a;
  margin: 0 auto;
}

#head .wrap {
 width: 980px;
 margin: 0 auto;
 position: relative;
 padding: 20px 0;
}
#head h1 {
  float: left;
}
#head nav {
  float: right;
  width: 700px;
  margin-top: 44px;
}
#head nav ul {
  letter-spacing: -.40em;
  text-align: right;
}
#head nav ul li:first-child + li, #head nav ul li:first-child + li + li, #head nav ul li:first-child + li + li + li {
  border-left: none;
}
#head nav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  vertical-align: top;
  padding: 6px 25px;
  border-left: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
}
#head .cart {
  position: absolute;
  width: 284px;
  top: -4px;
  right: 0;
  letter-spacing: -.40em;
}
#head .cart li:first-child {
  margin-right: 10px;
}
#head .cart li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  vertical-align: top;
}
#head .cart a {
  position: relative;
  display: block;
}
#head .cart a:hover {
  opacity: 0.9;
}

#sec03 {
  padding: 40px 0;
  background: url(https://img20.shop-pro.jp/PA01321/012/etc/bg03.jpg?cmsp_timestamp=202506104817) repeat;
}
#sec03 h2 {
  float: left;
}
#sec03 .guide-detail {
  position: relative;
  float: right;
  width: 830px;
  padding-left: 34px;
  border-left: 1px solid #ddd0bb;
  box-sizing: border-box;
}
#sec03 .guide-detail dl {
  margin-top: 16px;
}
#sec03 .guide-detail dl dt {
  font-size: 114.3%;
  color: #a37c2d;
}
#sec03 .guide-detail dl:first-child {
  margin-top: 0;
}
#sec03 .guide-detail:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #a37c2d;
}

#fot {
  padding: 60px 0 70px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #331a08), color-stop(0, #542b0d));
  background: -webkit-linear-gradient(top, #542b0d 0%, #331a08 100%);
  background: -moz-linear-gradient(top, #542b0d 0%, #331a08 100%);
  background: -o-linear-gradient(top, #542b0d 0%, #331a08 100%);
  background: -ms-linear-gradient(top, #542b0d 0%, #331a08 100%);
  background: linear-gradient(to bottom, #542b0d 0%, #331a08 100%);
  color: #fff;
}
#fot a {
  color: #fff;
}
#fot .fot-con {
  float: left;
  width: 238px;
  margin-right: 76px;
}
#fot .fot-con p:first-child + p {
  margin-top: 30px;
}
#fot .fot-con p + p {
  margin-top: 14px;
}
#fot .fot-con a:hover {
  opacity: 0.8;
}
#fot ul li {
  margin-top: 14px;
}
#fot ul li a:hover {
  text-decoration: underline;
}
#fot ul li:first-child {
  margin-top: 0;
}
#fot .fot-nav01 {
  float: left;
  width: 140px;
  margin-right: 62px;
}
#fot .fot-nav02 {
  float: left;
  width: 154px;
  margin-right: 62px;
}
#fot .fot-nav03 {
  float: left;
  width: 182px;
}

/*--company--*/
#company {
 width: 980px;
 margin: 50px auto;
}

#company br {
 display: none;
}

#company h2 {
position: relative;
text-align: center;
padding-bottom: 14px;
border-bottom: 1px solid #a37c2d;
}

#company h2:before {
content: " ";
position: absolute;
bottom: 1px;
left:0
width: 100%;
height: 1px;
background: #ddd0bb;
}

#company table {
 width: 100%;
 margin-top: 30px;
 border-top: 1px solid #ddd0bb;
 border-right: 1px solid #ddd0bb;
 background: rgba(255,255,255,0.4)
}
#company th, #company td {
 border-bottom: 1px solid #ddd0bb;
 border-left: 1px solid #ddd0bb;
}

#company th {
padding: 10px 0;
width: 200px;
text-align: center;
color: #a37c2d;
font-weight: bold;
font-size: 107.1%;
}
#company td {
padding-left: 20px;
}

/*--レシピ--*/
#cat-content {
  float: left;
  width: 700px;
}

#recipe {
  margin-top: 36px;
  margin-bottom: 60px;
}

.recipe-detail-wrap .recipe-detail {
  margin-top: 50px;
}
.recipe-detail-wrap .recipe-detail:first-child {
  margin-top: 0;
}

.cook-flow {
  margin-top: 30px;
}
.cook-flow h4 {
  padding-bottom: 12px;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 14px;
}
.cook-flow h4 img {
  height: 24px;
  width: auto;
}

.cook-flow.type01 ul li {
  display: inline;
  margin-left: 10px;
}
.cook-flow.type01 ul li:first-child {
  margin-left: 0;
}

.cook-flow.type02 ul li {
  margin-top: 5px;
  counter-increment: num;
}
.cook-flow.type02 ul li:before {
  content: counter(num) ".";
}
.cook-flow.type02 ul li:first-child {
  margin-top: 0;
}

.cook-flow.type03 h4 + ul {
  overflow: hidden;
}

.cook-flow.type03 h4 + ul li {
  width: 220px;
  float: left;
  margin-left: 20px;
}
.cook-flow.type03 h4 + ul li p {
  margin-top: 5px;
  letter-spacing: -.08em;
}
.cook-flow.type03 h4 + ul li:first-child {
  margin-left: 0;
}
.cook-flow.type03 ul + ul {
  margin-top: 30px;
}
.cook-flow.type03 ul + ul li {
  margin-top: 5px;
}
.cook-flow.type03 ul + ul li:first-child {
  margin-top: 0;
}

#side-menu {
    float: right;
    width: 220px;
}

#side-menu h2 {
  text-align: center;
}

#side-menu ul {
  margin-top: 20px;
}
#side-menu ul li {
  padding: 10px 0;
  border-bottom: 1px solid #fff;
}
#side-menu ul li:first-child {
  border-top: 1px solid #fff;
}
#cat-content {
  position: relative;
}
#cat-content::before {
    content: " ";
    position: absolute;
    top: 0px;
    right: -40px;
    height: 100%;
    width: 1px;
    background: #D9D9D9 none repeat scroll 0% 0%;
}
