@charset "euc-jp";

/* reset */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, textarea,
p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
.none_border_table,
.product_option_table table {
  border-spacing: 0;
  border-collapse: collapse;
}
fieldset,
img {
  border: 0;
}
address, caption, cite, code,
dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}
 
ol, ul {
  list-style: none;
}
 
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}
q:before,
q:after {
  content: '';
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
}
input,
textarea,
select {
  *font-size: 100%;
}
legend {
  color: #e8e8e8;
}

/* font size */
body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small; /* for IE */
  *font: x-small; /* for IE in quirks mode */
}
select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}
table {
  font: 100%;
  font-size: inherit;
}
pre, code, kbd, samp, tt {
  font-family: monospace;
  line-height: 100%;
  *font-size: 108%;
}

/* common */
body {
  color: #e8e8e8;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #353535;
  border-top: #000 solid 10px;
  border-bottom: #000 solid 10px;
}
a {
  color: #e8e8e8;
}
input[type="text"],
textarea,
select {
  border: 1px solid #e8e8e8;
}
/* clearfix */
.clearfix {
  *zoom: 1;
}
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
  }
  .clearfix:after {
    clear: both;
  }

/* icons */
.icon:before,
.ie_icon {
  display: block;
  float: left;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-image: url(https://img.shop-pro.jp/tmpl_img/66/icons16.png);
  background-repeat: no-repeat;
  content: "";
}
  .icon_myaccount:before,
  .ie_icon_myaccount {
    background-position: left -96px;
  }
  .icon_regist:before,
  .ie_icon_regist {
    background-position: left -192px;
  }
  .icon_login:before,
  .ie_icon_login {
    background-position: left -224px;
  }
  .icon_logout:before,
  .ie_icon_logout {
    background-position: left -208px;
  }
  .icon_search:before,
  .ie_icon_search {
    background-position: left -16px;
  }
  .icon_viewcart:before,
  .ie_icon_viewcart {
    background-position: left -0px;
  }
  .icon_sort:before,
  .ie_icon_sort {
    background-position: left -112px;
  }
  .icon_prev:before,
  .ie_icon_prev {
    margin-right: 0;
    background-position: left -32px;
    color: #422213;
  }
  .icon_next:before,
  .ie_icon_next {
    float: right;
    margin-right: 0;
    background-position: right -48px;
  }
  .icon_prev_dis:before,
  .ie_icon_prev_dis {
    margin-right: 0;
    background-position: left -64px;
  }
  .icon_next_dis:before,
  .ie_icon_next_dis {
    float: right;
    margin-right: 0;
    background-position: right -80px;
  }
  .icon_lst:before,
  .ie_icon_lst {
    margin-right: 0;
    background-position: left -176px;
  }
    .footer_lst .icon_lst:before,
    .footer_lst .ie_icon_lst {
      margin-left: -16px;
    }
  .icon_down:before,
  .ie_icon_down {
    display: none;
  }
  .icon_category_lst:before,
  .ie_icon_category_lst {
    display: none;
  }
  .icon_review:before,
  .ie_icon_review {
    background-position: left -240px;
  }
  .icon_review_post:before,
  .ie_icon_review_post {
    background-position: left -256px;
  }

/* layout */
.layout_wrapper {
  margin: 0 auto;
  width: 100%;
  background-image: url(https://img21.shop-pro.jp/PA01414/916/etc/bg-pc.gif);
  background-repeat: repeat;
  background-position: left top;
}
.layout_header,
.layout_container,
.layout_footer {
  margin: 0 auto;
  width: 1000px;
}
.layout_header {
  padding-top: 10px;
}
.layout_footer {
  margin-top: 3em;
}
.header_btn {
  font-size: 92.307%;
  line-height: 1.5;
}
  .header_btn a {
    color: #e8e8e8;
  }
.viewcart_btn {
  float: right;
  margin-bottom: .5em;
  margin-left: 1.063%;
}
.header_member_nav {
  float: right;
  width: 29.787%;
}
  .header_member_nav li {
    float: right;
    white-space: nowrap;
    margin-left: 3.571%;
  }
  .member_login_name {
    float: right;
    clear: right;
    margin-bottom: .5em;
    text-align: right;
    line-height: 1.5;
  }

/* delivery price */
.header_delivery_price {
  padding: .5em 1em .3em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #df7676;
  color: #e8e8e8;
  line-height: 1.5;
  float: right;
  clear: right;
}

/* product search form */
.prd_search_block {
  position: relative;
  float: left;
  margin: -6px 0 0 0;
  padding: 6px 0 0 1px;
  width: 30.212%;
  font-size: 92.307%;
}
  .prd_search_block.open {
    padding: 5px 0;
    border: 1px solid #000;
  }
  .prd_search_form_btn {
    cursor: pointer;
    display: inline-block;
    margin-left: 5px;
    padding: .3em .5em;
    border: 1px solid #a0a0a0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .prd_search_form {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: none;
    overflow: hidden;
    margin-top: 5px;
    padding: 5px;
    border-top: 1px solid #000;
    width: 97%;
  }
  .prd_search_keyword {
    float: left;
    padding: .5em 0;
    width: 80%;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-indent: 5px;
  }
  .prd_search_btn {
    float: right;
    padding: .35em 0;
    width: 18%;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #161616;
    color: #fff;
    cursor: pointer;
  }
  .prd_search_optioncategory {
    margin-top: 10px;
    line-height: 1.5;
  }
  .prd_search_select {
    display: inline-block;
    width: 100%;
    font-size: 120%;
  }
  .prd_search_select option {
    word-break: break-all;
  }

/* shopname logo */
.shop_name {
  clear: both;
  padding: 1em 10% 2em;
  text-align: center;
  line-height: 1.5;
  margin-top: 2em;
  border-bottom: 1px solid #000;
}

  .shop_name a {
    color: #e8e8e8;
    text-decoration: none;
  }
    .shop_name a:hover {
      text-decoration: underline;
    }
  .shop_name p {
    margin-bottom: 10px;
    text-align: center;
    font-size: 246.153%;
  }
  .shop_name img {
    max-width: 100%;
    height: inherit;
  }

/* header global nav */
.header_global_nav {
  margin-top: 3px;
  margin-bottom: 2em;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.header_nav_lst {
  text-align: center;
}
.header_nav_menu {
  position: relative;
  display: inline;
  margin: 0 1em;
  padding: 0 1em;
  text-align: center;
  font-weight: bold;
  line-height: 4;
}
.header_nav_menu a,
.header_nav_menu span {
  display: inline;
  color: #e8e8e8;
  text-decoration: none;
  cursor: pointer;
}
.header_nav_menu_category img {
  position: relative;
  width: 16px;
  height: 16px;
}
.header_category_lst {
  position: absolute;
  left: 0;
  z-index: 101;
  display: none;
  min-width: 100%;
  width: auto;
  border-top: 1px solid #000;
  background-color: #212121;
}
.header_category_lst li {
  display: block;
  float: none;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  text-align: left;
  white-space: nowrap;
  word-break: break-all;
  line-height: 1.4;
}
.header_category_lst a {
  display: block !important;
  padding: 1em;
  background-color: #212121;
}

/* title */
.ttl_h2 {
  margin-top: 3em;
  margin-bottom: .7em;
  color: #422213;
  font-weight: bold;
  font-size: 124%;
}
.ttl_h3 {
  margin-top: 2em;
  margin-bottom: .5em;
  color: #422213;
  font-weight: bold;
  font-size: 92.307%;
}

/* topicpath */
.topicpath_nav {
  margin: 2em 0;
  font-size: 84.615%;
}
  .topicpath_nav li {
    display: inline;
    margin-right: .2em;
  }
  .topicpath_nav li a {
    margin-left: .2em;
    color: #ff0000;
    text-decoration: none;
  }
  .topicpath_nav li a:hover {
    text-decoration: underline;
  }

/* prduct list */
.prd_lst {
  position: relative;
  clear: both;
  margin-left: -2.218%;
}
.prd_lst_unit {
  float: left;
  margin-bottom: 15px;
  margin-left: 2.083%;
  word-break: break-all;
}
  .prd_lst_unit_s {
    width: 22.916%;
  }
  .prd_lst_unit_m {
    width: 31.25%;
  }
  .prd_lst_unit a {
    color: #e8e8e8;
    text-decoration: none;
  }
  .prd_lst_unit a:hover {
    text-decoration: underline;
  }
  .prd_lst_img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: inherit;
  }
  .prd_lst_span {
    display: block;
    margin: .3em 0;
  }
  .prd_lst_name {
    margin-top: .5em;
  }
  .prd_lst_exp {
    color: #c23a3a;
    font-size: 95%;
    font-weight: bold;
  }
  .prd_lst_price,
  .prd_lst_soldout {
    font-size: 92.307%;
  }
  .prd_lst_regular {
    color: #ccc;
    text-decoration: line-through;
  }
  .prd_lst_none {
    clear: both;
    text-align: center;
    font-size: 123.076%;
    line-height: 16;
  }
.prd_lst_block .ttl_h2 {
  float: left;
  margin: 20px 0 0;
}
.prd_lst_sort {
  float: right;
  margin: 20px 0;
}
  .prd_lst_sort a {
    color: #e8e8e8;
  }
  .prd_lst_pager {
    position: relative;
    overflow: hidden;
    margin-top: 2em;
  }
  .prd_lst_pager ul {
    position: relative;
    left: 50%;
    float: left;
  }
  .prd_lst_pager li {
    position: relative;
    left: -50%;
    float: left;
  }
  .prd_lst_pager .prd_lst_pager_prev,
  .prd_lst_pager .prd_lst_pager_next {
    padding: .5em 0;
    width: 8em;
  }
  .prd_lst_pager .prd_lst_pager_next {
    text-align: right;
  }
  .icon_prev_dis,
  .icon_next_dis {
    display: block;
    color: #ff0000;
  }
  .prd_lst_pager a {
    color: #ff0000;
    text-decoration: none;
  }
  .prd_lst_pager a:hover {
    text-decoration: underline;
  }
.prd_lst_pos b {
  font-size: 160%;
}

/* footer */
.footer_section {
  float: left;
  margin-top: 1em;
  margin-right: 1.5%;
  margin-bottom: 15px;
  width: 23%;
}
  .footer_section .ttl_h2 {
    margin-top: 0;
  }
.footer_nav {
  position: relative;
  clear: both;
  padding: 2em 0;
  border-top: 1px solid #000;
}
.footer_lst {
  font-size: 92.307%;
  line-height: 1.5;
}
  .footer_lst li {
    word-break: break-all;
    margin-bottom: .5em;
    padding-left: 16px;
  }
  .footer_lst .footer_category_img {
    display: block;
    margin-bottom: .3em;
    max-width: 100%;
    height: auto;
  }
  .footer_lst a {
    color: #e8e8e8;
    text-decoration: none;
  }
    .footer_lst a:hover {
      text-decoration: underline;
    }

/* manager */
.manager_img img {
  max-width: 100%;
}
.manager_memo .ttl_h3 {
  margin-top: .7em;
}

/* social icons */
.social_lst ul {
  padding-left: 16px;
  text-align: left;
}
.social_lst li {
  display: inline;
  margin: 1.5%;
}
.social_lst img {
  width: 24px;
  height: 24px;
  vertical-align: bottom;
}

  .copyright {
    clear: both;
    padding: 1em 0;
    text-align: right;
    font-size: 76.923%;
  }
    .powered {
      display: inline;
      margin-left: 1em;
      text-align: right;
      line-height: 18px;
    }
    .powered a {
      color: #777;
      text-decoration: none;
    }
    .powered img {
      margin-left: .3em;
      width: 200px;
      height: 18px;
    }

/* list */
.def_lst {
  border-top: 1px solid #000;
}
  .def_lst_dt {
    padding-top: 1em;
    padding-bottom: 1em;
    font-weight: bold;
    float: left;
    clear: both;
    width: 30%;
    word-break: break-all;
  }
  .def_lst_dd {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 35%;
    border-bottom: 1px solid #000;
  }
    .def_lst_dd img {
      max-width: 100%;
      width: inherit;
      height: auto;
    }

/* product option */
.product_option_table {
  margin: 3em 0;
}
  .product_option_table table {
    width: 100%;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
  }
  .product_option_table th,
  .product_option_table td {
    padding: .8em .5em;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
  }
  .product_option_table th {
    text-align: center;
  }
  .product_option_table td {
    vertical-align: top;
    text-align: center;
  }

/* policy */
#policy p {
  margin: 1em 0;
  line-height: 1.8;
}
.policy_lead {
  padding-bottom: 1em;
  border-bottom: 1px solid #000;
}

/* for ie7 - 8 */
.ie_wrapper .header_global_nav {
  position: relative;
  z-index: 101;
}
.ie_wrapper .header_nav_menu {
  z-index: 60;
}
.ie_wrapper .header_nav_menu_category {
  z-index: 100;
}
.ie_wrapper .header_category_lst {
  top: 3em;
}
/* for ie7 */
.ie.icon_prev,
.ie.icon_prev_dis {
  margin-right: 2em;
}
.ie_wrapper .header_category_lst {
  top: 2.7em;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5) {
  .icon:before {
    background-image: url(https://img.shop-pro.jp/tmpl_img/66/icons16_2x.png) !important;
    -webkit-background-size: 16px 320px;
    background-size: 16px 320px;
  }
}

/************ ここからカスタムCSS ************/
body {
	color: #422213;
}
a:link,
a:visited {
	color: #422213;
	text-decoration: none;
}
a:hover,
a:active {
	color: #ff0000;
	text-decoration: underline;
}
#c_header {
	padding-top: 40px;
}
#c_header .c_header_top {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.c_header_top ul {
	-js-display: flex;
	display: flex;
	display: -webkit-flex;
	position: relative;
}
.c_header_top ul li {
	padding-right: 5px;
	padding-left: 5px;
	height: 1.3em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #422213;
	margin-bottom: 36px;
}
.c_header_top ul li:first-child {
	margin-right: auto;
}
.c_header_top ul .first {
	padding-right: 0px;
	padding-left: 0px;
	border-left-width: 0px;
	border-left-style: none;
	margin-top: -20px;
}
.c_header_top ul .first .l_pd {
	margin-left: 14px;
}
.c_header_top ul .second {
	border-left-width: 0px;
	border-left-style: none;
}

.c_header_top ul .end {
	margin-top: -6px;
	border-left-width: 0px;
	border-left-style: none;
	padding-right: 0px;
}
#c_header .c_gnavi_area {
	width: 100%;
	background-color: #000;
}
.c_gnavi_area ul {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	-js-display: flex;
	display: flex;
	display: -webkit-flex;
	position: relative;
	justify-content: space-between;
	color: #FFF;
	font-size: 110%;
	line-height: 100%;
}
.c_gnavi_area ul .c_menu {
	width: 142px;
	text-align: center;
	display: block;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}
.c_gnavi_area ul .o_menu a {
	width: 142px;
	text-align: center;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
}
.c_gnavi_area ul .end a {
	width: 140px;
}
.c_gnavi_area ul a:link,
.c_gnavi_area ul a:visited {
	color: #fff;
	text-decoration: none;
}
.c_gnavi_area ul a:hover,
.c_gnavi_area ul a:active {
	color: #ff0000;
	text-decoration: none;
}
.c_gnavi_area .c_gnavi .c_menu span {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
}
.c_gnavi_area .c_gnavi .o_menu a span {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
	display: block;
}

.c_menu ul.child{
	display: none;
	background-color: #333;
	position: absolute;
	z-index: 100;
	margin-top: 20px;
	padding: 0;
	font-size: 90%;
	line-height: 140%;
	width: 36em;
}
.c_menu ul.child li a{
	display: block;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.c_menu ul.child li a:hover{
    background: #ff0000;
}
.low_container {
	width: 100%;
}
#c_footer_area {
	padding-top: 40px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #422213;
}
.c_fbanner {
	display: flex;
	display: -webkit-flex;
	position: relative;
	justify-content: center;
}
.c_fbanner li {
	padding-right: 25px;
	padding-left: 25px;
}
.c_fnavi {
	display: flex;
	display: -webkit-flex;
	position: relative;
	justify-content: center;
	padding-top: 36px;
	padding-bottom: 16px;
}
.c_fnavi li {
	padding-right: 20px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #422213;
}
.c_fnavi .first {
	border-left-width: 0px;
	border-left-style: none;
}

.c_footer {
	padding-top: 34px;
	padding-bottom: 35px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #422213;
}
.c_footer p {
	text-align: center;
	padding-bottom: 10px;
}

/* 由来と歴史 CSS */
#history_sec_01 {
	padding-top: 36px;
}
#history_sec_01 .solid01 .right_col {
	float: right;
}
#history_sec_01 .solid01 .r_pd {
	padding-right: 350px;
}

#history_sec_01 .solid01 .left_col {
	float: left;
}
#history_sec_01 .solid01 .l_pd {
	padding-left: 207px;
	padding-top: 10px;
}
#history_sec_01 .solid01 h2 {
	padding-bottom: 12px;
}
#history_sec_01 .solid01 h3 {
	padding-bottom: 14px;
}
#history_sec_01 .solid01 h4 {
	padding-top: 14px;
	padding-bottom: 12px;
	font-size: 150%;
	line-height: 140%;
	font-weight: bold;
	padding-left: 5px;
}
#history_sec_01 .solid01 .detail {
	padding-top: 20px;

}
#history_sec_01 .solid02 {
	padding-bottom: 50px;
}

#history_sec_01 .solid02 .left_col {
	float: left;
}
#history_sec_01 .solid02 .l_pd {
	padding-left: 380px;
	padding-top: 40px;
}
#history_sec_01 .solid02 h4 {
	padding-top: 14px;
	padding-bottom: 12px;
	font-size: 150%;
	line-height: 140%;
	font-weight: bold;
	padding-left: 5px;
}
#history_sec_01 .solid02 .l_pd02 {
	padding-left: 262px;
	padding-top: 22px;
}
.history_bg {
	clear: both;
	background-color: #000;
}
#history_sec_02 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	color: #FFF;
	padding-bottom: 90px;
}
#history_sec_02 .left_col {
	float: left;
}
#history_sec_02 .l_pd {
	padding-left: 260px;
	padding-bottom: 50px;
}
#history_sec_02 h2 {
	padding-top: 6px;
	padding-bottom: 30px;
}
#history_sec_02 h3 {
	font-size: 140%;
	line-height: 140%;
	font-weight: bold;
	padding-top: 14px;
	padding-bottom: 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	margin-bottom: 25px;
}
#history_sec_02 .b_pd {
	padding-bottom: 24px;
}
#history_sec_02 .solid {
	clear: both;
	padding-bottom: 50px;
}
#history_sec_02 .right_col {
	float: right;
}
#history_sec_02 .r_pd {
	padding-right: 634px;
}

/* こだわり食材 CSS */
#commitment_sec_01 {
	padding-top: 40px;
	background-image: url(https://img21.shop-pro.jp/PA01414/916/etc/commitment_sec01_img03.png);
	background-repeat: no-repeat;
	background-position: 142px 220px;
	padding-bottom: 50px;
}#commitment_sec_01 .solid_1 {
	padding-left: 120px;
}
#commitment_sec_01 .left_col_1 {
	float: left;
}
#commitment_sec_01 h2 {
	padding-top: 45px;
	padding-left: 181px;
}
#commitment_sec_01 .left_col_2 {
	float: left;
	padding-top: 32px;
}
#commitment_sec_01 .right_col {
	padding-left: 770px;
}
#commitment_sec_01 h4 {
	padding-bottom: 8px;
}
#commitment_sec_01 .item_1 {
	width: 196px;
	padding-bottom: 56px;
}
#commitment_sec_01 .item_2 {
	width: 162px;
	padding-bottom: 40px;
}
#commitment_sec_01 .item_3 {
	width: 210px;
}
#commitment_sec_01 .item_4 {
	width: 200px;
	padding-bottom: 28px;
}
#commitment_sec_01 .item_5 {
	padding-left: 64px;
	padding-bottom: 60px;
	width: 165px;
}
#commitment_sec_01 .item_6 {
}
#commitment_sec_01 .item_6 .detail {
	padding-left: 34px;
}
#commitment_sec_01 .solid_2 {
	clear: both;
	padding-top: 20px;
	text-align: center;
}
#commitment_sec_01 h3 {
	padding-bottom: 12px;
}
#commitment_sec_01 .exp {
	padding-top: 12px;
	font-size: 110%;
	font-weight: bold;
	line-height: 140%;
}
.commitment_bg {
	background-color: #000;
}
#commitment_sec_02 {
	color: #FFF;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 64px;
	padding-bottom: 30px;
}
#commitment_sec_02 .food {
	width: 288px;
	padding-bottom: 34px;
}
#commitment_sec_02 .image {
	padding-bottom: 15px;
}
#commitment_sec_02 h5 {
	padding-bottom: 14px;
}
#commitment_sec_02 h5 span {
	padding-left: 7px;
}

/* 美味しい作り方 CSS */
#how-to-make_sec_01 {
	padding-top: 65px;
}
#how-to-make_sec_01 .left_col {
	float: left;
	padding-left: 174px;
}
#how-to-make_sec_01 .title_area {
	padding-left: 320px;
	padding-right: 222px;
	padding-top: 12px;
	padding-bottom: 52px;
}
#how-to-make_sec_01 .s_ttl {
	text-align: center;
	font-size: 120%;
	line-height: 140%;
	font-weight: bold;
	padding-bottom: 8px;
}
#how-to-make_sec_01 .make_navi {
	text-align: center;
}
#how-to-make_sec_01 .make_navi li {
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
}
#how-to-make_sec_01 .make_navi .link_btn a:link,
#how-to-make_sec_01 .make_navi .link_btn a:visited {
	color: #422213;
	text-decoration: none;
	background-color: #FFF;
	border: 2px solid #422213;
	display: inline-block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 150%;
	font-weight: bold;
	line-height: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
}
#how-to-make_sec_01 .make_navi .link_btn a:hover,
#how-to-make_sec_01 .make_navi .link_btn a:active {
	color: #FFF;
	text-decoration: none;
	background-color: #422213;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
}
#how-to-make_sec_01 .make_ttl {
	color: #FFF;
	background-color: #422213;
	margin-top: 50px;
	margin-bottom: 16px;
	font-size: 180%;
	line-height: 100%;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#how-to-make_sec_01 .flow {
	clear: both;
	padding-bottom: 48px;
}
#how-to-make_sec_01 .image {
	float: left;
}
#how-to-make_sec_01 .left_pd {
	padding-left: 502px;
	padding-top: 6px;
}
#how-to-make_sec_01 h3 {
	padding-top: 14px;
	padding-bottom: 12px;
	font-size: 160%;
	line-height: 140%;
	font-weight: bold;
	padding-left: 5px;
}
#how-to-make_sec_01 .order li {
	padding-top: 22px;
	text-indent: -1em;
	padding-left: 1em;
}
#how-to-make_sec_01 .order li span {
	vertical-align: middle;
	display: inline-table;
	padding-right: 1px;
	margin-left: 1em;
}
#how-to-make_sec_01 .exp {
	padding-top: 22px;
}
#how-to-make_sec_01 .important {
	font-size: 120%;
	font-weight: bold;
	color: #F00;
}
.yasai_tb {
	text-align: center;
	margin-top: 60px;
}
.yasai_tb span {
	font-size: 180%;
	line-height: 100%;
	font-weight: bold;
	color: #422213;
	position: relative;
	display: inline-block;
	padding: 0 55px;
}
.yasai_tb span:before, .yasai_tb span:after{
	content: '';
	position: absolute;
	top: 40%;
	display: inline-block;
	width: 45px;
	height: 2px;
	background-color: #422213;
}
.yasai_tb span:before {left:0;}
.yasai_tb span:after {right: 0;}
.t_scroll table{
	border-collapse:collapse;
	width: 100%;
}
.t_scroll {
	width: 100%;
	overflow-y: hidden;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 1em;
}
.t_scroll table {
	border-collapse: collapse;
}
.t_scroll th,
.t_scroll td {
	border: solid 1px #ccc;
	white-space: nowrap;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	font-size: 140%;
	line-height: 100%;
	background-color: #FFF;
	text-align: center;
}
.t_scroll::-webkit-scrollbar {
	height: 8px; /* スクロールバーの高さ */
}
.t_scroll::-webkit-scrollbar-thumb {
	background: #aaa; /* スクロールバーの色 */
}
.t_scroll::-webkit-scrollbar-track {
	background: #ccc; /* スクロールバーの背景色 */
}
.t_scroll table tr .t_top {
	background-color: #422213;
	color: #FFF;
}
.t_scroll table tr .t_horumon {
	background-color: #fffa00;
	font-weight: bold;
}


/* アレンジレシピ CSS */
#recipes_sec_01 {
	padding-top: 65px;
}
#recipes_sec_01 .left_col {
	float: left;
	padding-left: 174px;
}
#recipes_sec_01 .title_area {
	padding-left: 320px;
	padding-right: 286px;
	padding-top: 12px;
	padding-bottom: 52px;
}
#recipes_sec_01 .s_ttl {
	text-align: center;
	font-size: 120%;
	line-height: 140%;
	font-weight: bold;
	padding-bottom: 8px;
}
#recipes_sec_01 h2 {
}
#recipes_sec_01 .arrange_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#recipes_sec_01 .arrange {
	width: 470px;
	padding-bottom: 45px;
}
#recipes_sec_01 .image {
	padding-bottom: 22px;
}
#recipes_sec_01 h3 {
	padding-top: 14px;
	padding-bottom: 12px;
	font-size: 140%;
	line-height: 140%;
	font-weight: bold;
	padding-left: 5px;
}
#recipes_sec_01 .exp {
	padding-top: 20px;
}

/* お客様の声 CSS */
#voice_sec_01 {
	padding-top: 65px;
}
#voice_sec_01 .left_col {
	float: left;
	padding-left: 200px;
}
#voice_sec_01 .title_area {
	padding-left: 344px;
	padding-top: 12px;
	padding-bottom: 52px;
	padding-right: 316px;
}
#voice_sec_01 .s_ttl {
	text-align: center;
	font-size: 120%;
	line-height: 140%;
	font-weight: bold;
	padding-bottom: 8px;
}
#voice_sec_01 h2 {
}
#voice_sec_01 .impressions {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-bottom: 60px;
}
#voice_sec_01 h3 {
	font-size: 150%;
	line-height: 140%;
	font-weight: bold;
	padding-top: 14px;
	padding-bottom: 12px;
	padding-left: 5px;
}
#voice_sec_01 .exp {
	padding-top: 22px;
}
#voice_sec_01 .contrib {
	padding-top: 22px;
}

/* こだわりの食材 CSS */
#shop_sec_01 {
	padding-top: 65px;
}
#shop_sec_01 .left_col {
	float: left;
	padding-left: 241px;
}
#shop_sec_01 .title_area {
	padding-left: 388px;
	padding-top: 12px;
	padding-bottom: 52px;
	padding-right: 328px;
}
#shop_sec_01 .s_ttl {
	text-align: center;
	font-size: 120%;
	line-height: 140%;
	font-weight: bold;
	padding-bottom: 8px;
}
#shop_sec_01 h2 {
}
#shop_sec_01 .shop_list {
	clear: both;
	padding-bottom: 40px;
}
#shop_sec_01 .image {
	float: left;
}
#shop_sec_01 .outline {
	padding-left: 460px;
	padding-top: 3px;
}
#shop_sec_01 h3 {
	font-size: 140%;
	line-height: 140%;
	font-weight: bold;
	padding-top: 14px;
	padding-bottom: 12px;
	padding-left: 5px;
}
#shop_sec_01 .detail {
	padding-top: 25px;
}
#shop_sec_01 .detail dt {
	float: left;
	width: 5.5em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #422213;
}
#shop_sec_01 .detail dd {
	padding-bottom: 10px;
	padding-left: 7em;
}
#shop_sec_01 .link_btn {
	padding-top: 10px;
	font-weight: bold;
}

.mail_ann {
	background-color: #000;
	color: #FFF;
	text-align: center;
	padding: 1em;
	margin-top: 32px;
}
.mail_ann .ttl {
	font-size: 110%;
	line-height: 140%;
	font-weight: bold;
}
.mail_ann .yellow {
	color: #FF0;
}
.mail_ann .red {
	color: #F00;
}
.detail_op_ann {
	background-color: #F00;
	text-align: center;
	padding: 1em;
}
.detail_op_ann p {
	font-size: 120%;
	line-height: 140%;
	font-weight: bold;
	color: #FFF;
}
.detail_op_ann .ttl {
	font-size: 140%;
	line-height: 140%;
	color: #FF0;
}