@charset "UTF-8";

/*** common styles ***/
.img_pc {
  display: none;
}

/*** header ***/
header {
  background-color: #b7b7b7;
}
header h1 {
  float: left;
  width: 219px;
  margin-bottom: 1px;
  background-color: #fff;
}
header h1 a {
  display: table-cell;
  width: 219px;
  height: 57px;
  vertical-align: middle;
  text-align: center;
}
.menu_sub {
  float: right;
  width: calc(100% - 220px);
  margin-bottom: 1px;
  background-color: #ecdfd2;
}
.menu_sub ul {
  display: inline-block;
  width: 100%;
}
.menu_sub_sp {
  display: inline-block;
  width: 100%;
  height: 57px;
  vertical-align: middle;
  text-align: right;
}
#toggle_sp_menu {
  display: none;
}
.menu_sub .menu_sub_pc {
  display: none;
}
.menu_icon {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  margin: 16px 0 0 calc(100% - 36px);
  cursor: pointer;
  z-index: 2;
}
.menu_icon::before,
.menu_icon::after {
  content: '';
  position: absolute;
  display: block;
  background: #472709;
  border-radius: 3px;
  -webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.4s 0.2s;
  transition: box-shadow 0.2s linear, transform 0.4s 0.2s;
}
.menu_icon::before {
  width: 26px;
  height: 6px;
  -webkit-box-shadow: #472709 0 10px 0;
  box-shadow: #472709 0 10px 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.menu_icon::after {
  bottom: 0;
  left: 0;
  width: 26px;
  height: 6px;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
#toggle_sp_menu:checked ~ label .menu_icon::before {
  -webkit-box-shadow: transparent 0 0 0;
  box-shadow: transparent 0 0 0;
  -webkit-transform: rotate(45deg) translate3d(7px, -5px, 0);
  transform: rotate(45deg) translate3d(7px, -5px, 0);
}
#toggle_sp_menu:checked ~ label .menu_icon::after {
  -webkit-transform: rotate(-45deg) translate3d(7px, 5px, 0);
  transform: rotate(-45deg) translate3d(7px, 5px, 0);
}
.menu_main {
  display: none;
  clear: both;
  padding-top: 15px;
  background-color: #f2f1f0;
  font-size: 0;
}
.menu_main li {
  display: inline-block;
  width: calc(50% - 23px);
  margin: 0 0 15px 15px;
  padding: 5px 10px;
  box-sizing: border-box;
  font-size: 14px;
  background-color: #fff;
}
.menu_main li::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 9px solid #c69c77;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  vertical-align: middle;
}
.menu_main li a {
  color: #472709;
  text-decoration: none;
}
.menu_main li a img {
  display: none;
}

/*** jumbotron ***/
.jumbotron {
  margin-bottom: 25px;
}

/*** slider ***/
.top_slider {
  width: 100%;
  margin: 0 auto 25px;
}
.top_slider li img {
  width: 100%;
}

/*** top catch ***/
.top_catch {
  margin: 0 20px 15px;
}
.catch_header {
  display: none;
}

.top_left_btn {
  list-style-type: none;
  margin: 0 15px;
}
.top_left_btn li {
  width: calc(50% - 6px);
  margin: 0 10px 15px 0;
}
.top_left_btn li:last-of-type {
  width: 100%;
  text-align: center;
}
.top_left_btn li:nth-of-type(n+2) {
  margin-right: 0;
}
.top_left_btn li img {
  width: 100%;
  height: auto;
}
.top_left_btn li:last-of-type img {
  width: 80%;
  max-width: 610px;
  height: auto;
}

/*** main -> left -> pickup_box ***/
.pickup_box {
  margin-bottom: 20px;
}
.pickup_box > div:last-of-type {
  margin-bottom: 0;
}
.pickup_item {
  margin-bottom: 15px;
  padding-top: 15px;
  border-top: 1px solid #e8cc9d;
}
.pickup_item figure {
  margin-left: 10px;
}
.pickup_text {
  width: calc(100% - 150px);
}

/*** sidebar ***/
.main_right h2 {
  padding: 5px 15px;
  background-color: #683228;
  font-size: 18px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
}
.side_list {
  margin-bottom: 10px;
}
.main_right ul {
  list-style-type: none;
}
.main_right li {
  padding-left: 15px;
}
.side_list_btn {
  border-bottom: 1px solid #bcbcbc;
}
.side_list li a {
  text-decoration: none;
}
.side_list_btn a {
  padding: 5px 0 5px 30px;
  background: transparent url(../img/side_icon.png) 15px 50% no-repeat;
  color: #841506;
  font-size: 18px;
}
.side_list_banner img {
  display: inline-block;
  width: auto;
  height: 129px;
  margin-right: 15px;
}
.side_list_banner a {
  display: block;
  padding: 10px 0;
  color: #000;
}
.side_list_banner span {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  font-size: 10px;
}
.side_header_pr {
  margin-bottom: 20px;
}
.pr_banner {
  margin-bottom: 30px;
}
.pr_banner img {
  width: 50%;
  height: auto;
}
.pr_banner li {
  text-align: center;
}

/*** tel_box ***/
.tel_box {
  margin-bottom: 20px;
}
.tel_box img {
  width: 100%;
  height: auto;
}

/*** products ***/
.header_products {
  margin: 15px 0;
  padding: 0 0 100px;
  border-bottom: 1px solid #683228;
  background: transparent url(../img/header_products_pg.png) bottom -10px center no-repeat;
  background-size: contain;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 10px;
  text-align: center;
}
.product_sidebar {
  display: none;
}
.product_image {
  text-align: center;
  margin-bottom: 20px;
}
.product_image img {
  width: 235px;
  max-width: 100%;
  height: auto;
}
.product_caution,
.product_detail {
  margin: 0 20px 20px;
}
.howtoeat li {
  margin-left: 10px;
  margin-right: 10px;
}
.product_main h4 {
  margin: 0 10px 20px;
}
.product_main h4::after {
  content: '';
  display: block;
  clear: both;
}
.product_main h4 img {
  float: left;
  margin-right: 10px;
}
.cooktime,
.howtocook,
.allergy_text {
  margin: 0 10px 20px;
}
.table_allergy,
.table_allergy tbody,
.table_allergy tr {
  display: block;
  font-size: 0;
}
.table_allergy tr {
  width: 100%;
}
.table_allergy tr:nth-of-type(n+2) {
  margin-top: -1px;
}
.allergy_list th:nth-of-type(n+3),
.allergy_list + tr td:nth-of-type(n+2) {
  margin-left: -1px;
}
.allergy_list th:nth-of-type(2),
.allergy_list th:nth-of-type(3),
.allergy_list + tr td:nth-of-type(1),
.allergy_list + tr td:nth-of-type(2) {
  width: calc(100% / 13 - 10px);
}
.allergy_list th:nth-of-type(4),
.allergy_list th:nth-of-type(5),
.allergy_list th:nth-of-type(7),
.allergy_list th:nth-of-type(8),
.allergy_list + tr td:nth-of-type(3),
.allergy_list + tr td:nth-of-type(4),
.allergy_list + tr td:nth-of-type(6),
.allergy_list + tr td:nth-of-type(7) {
  width: calc(100% / 13 * 2 - 10px);
}
.allergy_list th:nth-of-type(6),
.allergy_list + tr td:nth-of-type(5){
  width: calc(100% / 13 * 3  - 18px);
}
.allergy_item {
  margin-bottom: -1px;
}
.table_allergy th,
.table_allergy td {
  display: inline-block;
  font-size: 14px;
}
.allergy_others td {
  display: block;
}
.table_allergy .allergy_item {
  display: block;
}
.table_allergy,
.table_energy {
  margin: 0 10px 20px;
}
.table_energy,
.table_energy tbody,
.table_energy tr {
  display: block;
  font-size: 0;
}
.table_energy th,
.table_energy td {
  display: inline-block;
  font-size: 14px;
}
.table_energy .energy_index {
  display: block;
}
.energy_title {
  width: 98px;
  border-left: 1px solid #898989;
  border-right: 1px solid #898989;
  border-bottom: 1px solid #898989;
}
.energy_data {
  width: calc(100% - 101px);
  border-right: 1px solid #898989;
  border-bottom: 1px solid #898989;
}
.table_energy tr:nth-of-type(n+6) {
  margin-top: -1px;
}
.table_energy tr:nth-of-type(n+6) th {
  width: 88px;
  min-height: 45px;
  vertical-align: top;
}
.table_energy tr:nth-of-type(n+6) td {
  width: calc(100% - 111px);
  min-height: 45px;
  padding: 5px;
  border-top: 1px solid #898989;
  border-right: 1px solid #898989;
  border-bottom: 1px solid #898989;
  vertical-align: top;
}
/*** products -> main ***/
.product_list {
  width: 310px;
  margin-left: auto;
  margin-right: auto;
}
.product_item {
  width: 150px;
  margin: 0 10px 20px 0;
}
.product_item figure img {
  width: 150px;
  min-height: 150px;
  height: auto;
}
.product_list > div:nth-of-type(2n) {
  margin-right: 0;
}
.product_item figure {
  height: 150px;
  margin-bottom: 15px;
  overflow: hidden;
}
.return_index {
  margin: 0 10px 20px;
}
.return_index a{
  display: block;
  text-align: center;
}

/*** new products ***/
.new_products_item {
  margin: 0 10px 20px;
}
.new_products_item figure {
  text-align: center;
  margin-bottom: 20px;
}
.new_products_item figure img {
  width: 180px;
  height: auto;
}
.new_products_text h3 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 2;
}
.new_products_text h3 a::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 10px;
  border-left: 11px solid #eb0000;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.safety_list li {
  margin-bottom: 20px
}

/*** coorporate -> sidebar ***/
.corporate_sidebar {
  margin: 0 10px 20px;
  padding: 10px 10px 0;
  border-radius: 10px;
  background-color: #fff2dc;
}
.corporate_sidebar ul {
  display: block;
  font-size: 0;
}
.corporate_sidebar li {
  display: inline-block;
  width: calc(50% - 5px);
  margin: 0 10px 10px 0;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
  font-size: 14px;
}
.corporate_sidebar li:nth-of-type(2n) {
  margin-right: 0;
}
.corporate_sidebar a {
  display: block;
  padding: 5px;
}

/*** coorporate -> main ***/
.corporate_main {
  margin: 0 10px 20px;
}
.corporate_main h3 {
  margin-bottom: 20px;
  padding: 0 10px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px dashed #683228;
  color: #683228;
}
.company_about,
.company_about tbody,
.company_about tr,
.company_about th,
.company_about td,
.table_history,
.table_history tbody,
.table_history tr,
.table_history th,
.table_history td {
  display: block;
}
.company_about td {
  margin-bottom: 10px;
}
.corp_address + .corp_address {
  margin-top: 10px;
}
.greeting_photo {
  text-align: center;
  margin: 50px 0;
}
.greeting_photo img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.greeting_box p:last-of-type {
  margin: 20px 0;
  text-align: right;
}

/*** napoli ***/
.napoli_bg {
  margin-bottom: 20px;
}
.napoli_bg img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.napoli_index_header {
  position: absolute;
  top: 1%;
  left: -1%;
  width: 50%;
}
.napoli_index_header img {
  width: 100%;
  height: auto;
}
.bx-viewport {
  margin-bottom: 20px;
}
.napoli_list_top {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 20%;
}
.napoli_list_top li {
  -webkit-background-size: contain;
  background-size: contain;
}
.napoli_list_top li a {
  padding-left: 4vw;
  font-size: 5vw;
  line-height: 3.5;
}
.napoli_list_top li a::before {
  margin-right: 2vw;
  border-left: 3vw solid #6b0000;
  border-top: 2vw solid transparent;
  border-bottom: 2vw solid transparent;
}
.napoli_top_icon {
  font-size: 0;
}
.napoli_top_icon li {
  display: inline-block;
  width: 30%;
  margin: 0 5% 10px 0;
  font-size: 14px;
}
.napoli_top_icon li:nth-of-type(3n) {
  margin-right: 0;
}
.napoli_top_icon li img {
  width: 100%;
  height: auto;
  border: 2px solid #893333;
  box-sizing: border-box;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  transform: rotate(5deg);
}

/*** napoli -> page ***/
.napoli_page {
  position: relative;
  margin: 0 15px 50px 20px;
  background: linear-gradient(to bottom, transparent 10%, #fff2ca 30%, #fff2ca), url(../img/napoli_background.jpg) 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.napoli_sidebar {
  margin-bottom: 15px;
  padding-bottom: 20px;
}
.napoli_sidebar h2 {
  margin-left: -2vw;
}
.napoli_sidebar h2 img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.napoli_sidebar_list {
  margin-left: -2vw;
}
.napoli_sidebar_list li {
  -webkit-background-size: contain;
  background-size: contain;
}
.napoli_sidebar_list li a {
  padding-left: 5vw;
  line-height: 4;
}
.napoli_sidebar_list li a::before {
  margin-right: 5px;
  border-left: 9px solid #6b0000;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.napoli_body {
  padding-bottom: 1px;
}
.napoli_body h3 {
  padding: 0 10px;
  font-size: 20px;
}
.napoli_body p {
  margin: 0 10px 15px;
}
.napoli_body .product_title {
  margin-left: 13px;
}
.kodawari_box {
  margin-bottom: 30px;
}
.kodawari_image {
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 349px) {
  .product_list {
    width: 100%;
  }
  .product_item {
    float: none;
    margin: 0 auto 20px;
  }
  .product_list > div:nth-of-type(2n) {
    margin-right: auto;
  }
}

/*** footer ***/
footer li {
  border-bottom: 1px solid #aa7448;
}
footer li a,
footer .copyright {
  display: block;
  padding: 5px 20px;
  text-decoration: none;
  color: #edeaea;
}
footer li a::before {
  content: '>';
  display: inline-block;
  margin-right: 14px;
  color: #ddd4b1;
}
.top_btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
}
.top_btn img {
  width: 40px;
  height: auto;
  opacity: 0.8;
}
