@charset "UTF-8";

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, del, img, ins, strong, sub, sup, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figcaption, figure, footer, header, menu, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
article, aside, figcaption, figure, footer, header, menu, nav, section {
	display: block;
}
img {
  vertical-align: bottom;
}
nav ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  font: 14px/1.5 "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS PGothic", "MS Pゴシック", sans-serif;
}
body {
  background-color: #fff;
  color: #000;
}
a:hover img,
a:active img {
  opacity: 0.7;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

/*** common styles ***/
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
wrapper. .inner > div,
wrapper. .inner > section {
  width: 880px;
}

/*** header ***/
.menu_main .product_toggle_menu,
.menu_main .header_toggle_menu {
  display: none;
}

/*** jumbotron ***/
.jumbotron img {
  width: 100%;
  height: auto;
}

/*** top catch ***/
.top_catch p {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #3f3f3f;
}

/*** main -> left -> top_left_btn ***/
.top_left_btn {
  list-style-type: none;
  font-size: 0;
}
.top_left_btn li {
  display: inline-block;
}

/*** main -> left -> pickup_box ***/
.pickup_box {
  background-color: #eaeae5;
  padding: 10px;
}
.pickup_item figure {
  display: inline-block;
  width: 120px;
  margin-right: 5px;
  vertical-align: top;
}
.pickup_item figure img {
  width: 100%;
  height: auto;
}
.pickup_text {
  display: inline-block;
  vertical-align: top;
}
.pickup_text p {
  color: #4f4f4f;
}
.pickup_title a {
  margin-bottom: 15px;
  text-decoration: none;
  font-weight: bold;
  color: #9b0404;
}
.pickup_title a:hover,
.pickup_title a:active {
  text-decoration: underline;
}
.pickup_title::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 5px;
  border-left: 9px solid #eb0000;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

/*** sidebar ***/
.side_header_relief {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.side_list li:nth-of-type(1) a,
.side_list li:nth-of-type(2) a {
  display: block;
}

/*** breadcrumbs ***/
.breadcrumbs {
  margin: 15px 0;
  list-style-type: none;
}
.breadcrumbs li {
  display: inline-block;
  margin-right: 5px;
  color: #6d3131;
}
.breadcrumbs li:nth-of-type(n+2)::before {
  content: '>';
  display: inline-block;
  margin-right: 5px;
  color: #636363;
}
.breadcrumbs a {
  color: #636363;
  text-decoration: none;
}
.breadcrumbs a:hover,
.breadcrumbs a:active {
  text-decoration: underline;
}

/*** products ***/
.header_products {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #683228;
}

/*** products -> main ***/
.product_main_header {
  margin-bottom: 25px;
  padding: 5px 15px;
  background-color: #ffbb8d;
  color: #683228;
  font-size: 20px;
}
.product_detail_header {
  margin-bottom: 25px;
  padding: 0 15px;
  border-bottom: 2px dotted #a59a81;
  color: #683228;
  font-size: 25px;
}
.product_main h3 {
  margin-bottom: 25px;
  padding: 0 15px;
  border-bottom: 2px dotted #a59a81;
  font-size: 20px;
  color: #683228;
}
.product_item {
  float: left;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.product_item figure {
  text-align: center;
}
.product_title {
  font-size: 0;
  margin-left: 13px;
  text-indent: -13px;
  text-align: left;
}
.product_title::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 5px;
  border-left: 7px solid #eb0000;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.product_title a {
  font-size: 14px;
  color: #9b0404;
  text-decoration: none;
}
.product_title a:hover,
.product_title a:active {
  text-decoration: underline;
}
.howtoeat li {
  min-height: 25px;
  margin-bottom: 15px;
  padding-left: 35px;
  background-position: top left;
  background-repeat: no-repeat;
  background-color: transparent;
}
.howtoeat li:nth-of-type(1) {
  background-image: url(../img/howtoeat_1.png);
}
.howtoeat li:nth-of-type(2) {
  background-image: url(../img/howtoeat_2.png);
}
.product_main h4 {
  font-size: 16px;
  color: #683228;
}
.product_main h4 img {
  vertical-align: middle;
  margin-right: 15px;
}
.cooktime {
  padding: 10px;
  background-color: #fff2dc;
}
.table_allergy td {
  padding: 5px;
  border: 1px solid #898989;
  text-align: center;
}
.table_allergy th,
.table_energy th {
  padding: 5px;
  border: 1px solid #898989;
  background-color: #fff2dc;
  color: #000;
  font-weight: normal;
}
.product_caution {
  color: #f00;
}
.product_caution h3 {
  border-bottom-color: #f00;
  font-weight: bold;
  color: #f00;
}
.return_index a {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 5px;
  background-color: #fff2dc;
  text-decoration: none;
  color: #840404;
}
.return_index a:hover,
.return_index a:active {
  text-decoration: underline;
}

/*** new products ***/
.new_products_item {
  padding: 15px;
  border: 1px solid #b2b2b2;
  border-radius: 15px;
}
.new_products_text h3 {
  padding-left: 10px;
  background: #fff url(../img/header_new_product.png) top left repeat;
  -webkit-background-size: cover;
  background-size: cover;
  color: #683228;
}
.new_products_text h3 a {
  display: block;
  text-decoration: none;
  color: #683228;
}

/*** coorporate -> sidebar ***/
.corporate_sidebar ul {
  list-style-type: none;
}
.corporate_sidebar a {
  text-decoration: none;
  color: #683228;
}
.corporate_sidebar a:hover,
.corporate_sidebar a:active {
  text-decoration: underline;
}
.company_about td {
  padding: 10px 25px;
  background-color: #f4f1ed;
}
.address_btn {
  display: inline-block;
  color: #9b0404;
}
.address_btn a {
  display: inline-block;
  padding: 8px 15px;
  background-color: #fff;
  color: #9b0404;
  text-decoration: none;
  font-size: 12px;
}
.address_btn a::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 5px;
  border-left: 7px solid #eb0000;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  vertical-align: middle;
}
.address_btn a:hover,
.address_btn a:active {
  opacity: 0.7;
}

/*** coorporate -> main ***/
.company_about th {
  padding: 10px 25px;
  background-color: #fff2dc;
  font-weight: normal;
  text-align: left;
}
.table_history th {
  padding-bottom: 20px;
  font-weight: normal;
}
.table_history th span {
  display: block;
  position: relative;
  padding: 10px 25px;
  background-color: #fff2dc;
  color: #683228;
}
.table_history th span::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  top: 100%;
  left: calc(50% - 18px);
  border-top: 18px solid #fff2dc;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
}
.table_history td {
  margin-bottom: 10px;
}
.table_history td ul {
  padding-left: 20px;
}
.greeting_box p {
  margin-bottom: 20px;
}
.greeting_photo {
  margin-bottom: 20px;
}

.corporate_single h3 {
  margin-bottom: 20px;
  padding: 0 10px;
  border-bottom: 1px dotted #a59a81;
  font-size: 20px;
  color: #683228;
}
.corporate_single_box {
  margin: 0 10px 20px;
}
.corporate_single_box p {
  margin-bottom: 20px;
}
.secure_photo figure {
  width: 248px;
  margin: 20px auto;
}
.corporate_single_box img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.secure_photo {
  text-align: center;
  font-size: 10px;
}
.secure_photo figure,
.secure_photo p {
  width: 100%;
  text-align: center;
  margin: 5px 0 0 0;
}
.secure_photo figure img {
    max-width: 248px;
    width: 100%;
  height: auto;
}

/*** napoli ***/
.napoli_index {
  position: relative;
  margin: 0 10px 50px;
}
.napoli_bg,
.napoli_list_top,
.napoli_sidebar_list {
  list-style-type: none;
}
.napoli_list_top li,
.napoli_sidebar_list li {
  background: transparent url(../img/napoli_list_1.png) top left no-repeat;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.napoli_list_top li a {
  display: block;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
  text-decoration: none;
  color: #462204;
}
.napoli_list_top li a:hover,
.napoli_list_top li a:active,
.napoli_sidebar_list li a:hover,
.napoli_sidebar_list li a:active,
.napoli_sidebar_list .current a {
  color: #d20000;
}
.napoli_list_top li a::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
}
.napoli_sidebar_list li a {
  display: block;
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  transform: rotate(-2deg);
  text-decoration: none;
  color: #462204;
}
.napoli_sidebar_list li a::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: text-top;
}
.napoli_body h3 {
  margin-bottom: 15px;
  padding-bottom: 5px;
  background: transparent url(../img/napoli_header_bg.png) bottom left repeat-x;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #680000;
}
.napoli_body_catch {
  margin-bottom: 15px;
  padding: 10px;
  background-color: rgba(232, 230, 189, 0.5);
  font-size: 20px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.napoli_body_catch span {
  color: #752303;
}
.napoli_body_catch p {
  margin-bottom: 15px;
}
.kodawari_text .kodawari_catch {
  margin-bottom: 0;
  font-size: 20px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #4a280d;
}
.safety_img {
  margin-bottom: 50px;
  text-align: center;
}
.safety_img img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.safety_list {
  margin-bottom: 50px;
  text-align: center;
  list-style-type: none;
  font-size: 0;
}
.safety_list li {
  font-size: 14px;
}

/*** footer ***/
footer {
  background-color: #472709;
  color: #edeaea;
}
