@charset "UTF-8";

/*** common styles ***/
.inner {
  width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.img_sp {
  display: none;
}

/*** header ***/
header {
  font-size: 0;
}
header .inner {
  position: relative;
}
header h1 {
  position: absolute;
  top: 0;
  left: 20px;
  width: 249px;
  font-size: 14px;
  border-radius: 0 0 15px 15px;
  -webkit-box-shadow: 0 0 10px -3px #000;
  box-shadow: 0 0 10px -3px #000;
}
header h1 a {
  display: table-cell;
  width: 249px;
  height: 90px;
  background-color: #fff;
  border-radius: 0 0 15px 15px;
  vertical-align: middle;
  text-align: center;
}
.menu_sub {
  width: 100%;
  text-align: right;
  background-color: #ecdfd2;
  border-bottom: 1px solid #897b6a;
}
.menu_sub ul {
  margin-right: 10px;
}
.menu_sub li {
  display: inline-block;
  margin-left: 20px;
  line-height: 20px;
  font-size: 10px;
}
.menu_sub li a {
  color: #683228;
  text-decoration: none;
}
.menu_sub li a:hover,
.menu_sub li a:active {
  text-decoration: underline;
}
.menu_sub li::before {
  content: '';
  vertical-align: middle;
  display: inline-block;
  border-left: 7px solid #683228;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.menu_sub .menu_sub_sp {
  display: none;
}
.menu_main {
  float: right;
  width: calc(100% - 250px);
  background-color: #fff;
}
.menu_main ul {
  display: table-cell;
  width: 610px;
  height: 75px;
  text-align: right;
}
.menu_main li {
  display: inline-block;
  margin: 20px 0 0 40px;
  font-size: 14px;
}
.menu_main li:nth-of-type(2),
.menu_main li:last-of-type {
  position: relative;
}
.menu_main li a span {
  display: none;
}
.menu_main li .txt_nowrap {
  white-space: nowrap;
}
.menu_main .product_toggle_menu,
.menu_main .header_toggle_menu {
  position: absolute;
  top: 100%;
  left: -10px;
  z-index: 10;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0 10px;
  list-style-type: none;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: left;
}
.product_toggle_menu li,
.header_toggle_menu li {
  display: block;
  width: 86px;
  margin: 0;
}
.product_toggle_menu li:nth-of-type(n+2),
.header_toggle_menu li:nth-of-type(n+2) {
  border-top: 1px dotted #a59a81;
}
.product_toggle_menu a,
.header_toggle_menu a {
  display: block;
  width: 86px;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #a59a81;
}
.header_toggle_menu a {
  width: 85px;
}
.header_toggle_menu a:hover,
.header_toggle_menu a:active,
.product_toggle_menu a:hover,
.product_toggle_menu a:active {
  text-decoration: none;
}

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

/*** slider ***/
.top_slider {
  width: 880px;
  margin: 10px auto 20px;
}

/*** top catch ***/
.top_catch {
  min-height: 200px;
  background: transparent url(../img/top_catch.png) right bottom no-repeat;
}
.top_catch p {
  margin: 0 0 15px 15px;
  font-size: 16px;
  line-height: 2;
}

/*** main -> left ***/
.main_left {
  float: left;
  width: 580px;
  margin-bottom: 30px;
}

/*** main -> left -> top_left_btn ***/
.top_left_btn li {
  width: 280px;
  margin: 0 20px 25px 0;
  vertical-align: top;
  font-size: 14px;
}
.top_left_btn li:last-of-type {
  display: none;
}
.top_left_btn li img {
  width: 100%;
  height: auto;
}
.top_left_btn li:nth-of-type(2n) {
  margin-right: 0;
}

/*** main -> left -> pickup_box ***/
.pickup_box {
  padding: 15px 0 0 10px;
  border-radius: 5px;
}
.pickup_header {
  margin: 0 0 25px;
  background: transparent url(../img/pickup_header_bg.png) 125px 50% no-repeat;
}
.pickup_item {
  display: inline-block;
  width: 275px;
  margin: 0 5px 30px 0;
}
.pickup_text {
  width: 145px;
}

/*** sidebar ***/
.main_right {
  width: 280px;
  float: right;
}
.main_right h2 {
  margin-bottom: 10px;
  padding: 4px 0;
  border-radius: 5px;
  background-color: #eaeae5;
  text-align: center;
  color: #683228;
}
.main_right .side_header_relief {
  margin-bottom: 20px;
}
.side_header_pr {
  letter-spacing: 14px;
}
.main_right ul {
  margin-bottom: 20px;
  list-style-type: none;
}
.main_right .side_list {
  margin-bottom: 50px;
}
.side_list li {
  margin-bottom: 20px;
}
.side_list li:nth-of-type(1),
.side_list li:nth-of-type(2) {
  width: 280px;
  height: 90px;
}
.side_list li:nth-of-type(1) {
  background: transparent url(../img/side_list_01.jpg) top left / contain no-repeat;
}
.side_list li:nth-of-type(2) {
  background: transparent url(../img/side_list_02.jpg) top left / contain no-repeat;
}
.side_list li:nth-of-type(1) a,
.side_list li:nth-of-type(2) a {
  width: 280px;
  height: 90px;
  padding: 15px 0 0 30px;
  background: transparent url(../img/side_icon.png) 17px 17px no-repeat;
  box-sizing: border-box;
  text-decoration: none;
  font: 16px/1 "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #841506;
}
.side_list li:hover {
  opacity: 0.7;
}
.side_list li:nth-of-type(3) {
  text-align: center;
}
.side_list li:nth-of-type(3) a {
  display: block;
  /* padding-top: 10px; */
  /* border: 1px solid #b7b7b7; */
  text-decoration: none;
  color: #000;
}
.side_list li:nth-of-type(3) img {
    max-width: 248px;
    width: 100%;
  height: auto;
}
.side_list li:nth-of-type(3) a span {
  display: block;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 10px;
}

/*** tel_box ***/
.tel_box {
  width: 580px;
  float: left;
  margin-bottom: 50px;
}

/*** products ***/
.header_products {
  height: 50px;
  margin-bottom: 15px;
  padding: 50px 360px 0 0;
  border-bottom: 1px solid #683228;
  background: transparent url(../img/header_products_pg.png) bottom right no-repeat;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 18px;
  text-align: center;
}

/*** products -> sidebar ***/
.product_sidebar {
  float: left;
  width: 180px;
  margin-left: 20px;
  padding: 20px 10px 0;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #fff2dc;
}
.product_sidebar h2 {
  margin-bottom: 15px;
  border-bottom: 2px dotted #a59a81;
}
.product_sidebar h2 a {
  color: #000;
  text-decoration: none;
}
.product_sidebar h2 a:hover,
.product_sidebar h2 a:active {
  text-decoration: underline;
}
.product_newlist {
  margin: 0 0 20px 20px;
}
.product_newlist a {
  color: #840404;
  text-decoration: none;
}
.product_lineup {
  margin-bottom: 20px;
  list-style-type: none;
}
.product_lineup > li {
  font-size: 0;
  margin-left: 14px;
  text-indent: -14px;
}
.product_lineup ul {
  display: none;
  list-style-type: disc;
}
.product_lineup li li {
  font-size: 12px;
  margin-left: 20px;
  text-indent: 0;
}
.product_lineup > li::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 5px;
  border-right: 2px solid #969696;
  border-bottom: 2px solid #969696;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
}
.product_lineup > li a {
  text-decoration: none;
  font-size: 14px;
  color: #000;
}
.product_lineup > li a:hover,
.product_lineup > li a:active {
  text-decoration: underline;
}
.product_lineup > li.pst_on::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product_lineup ul a {
  color: #840404;
  text-decoration: none;
  font-size: 12px;
}
.product_newlist a:hover,
.product_newlist a:active,
.product_lineup ul a:hover,
.product_lineup ul a:active {
  text-decoration: underline;
}

/*** products -> main ***/
.product_main {
  float: right;
  width: 660px;
}
.product_list {
  margin: 0 0 40px 20px;
}
.product_item {
  width: 200px;
  margin: 0 20px 20px 0;
}
.kodawari_list .product_item {
  width: 150px;
}
.product_list > div:nth-of-type(3n) {
  margin-right: 0;
}
.product_item figure {
  margin-bottom: 25px;
  width: 200px;
  height: 200px;
  overflow: hidden;
}
.product_item figure img {
  max-width: 100%;
  min-height: 200px;
  height: auto;
}
.kodawari_list figure img {
  width: 150px;
}
.product_image {
  float: right;
  margin: 0 0 10px 10px;
}
.product_image img {
  width: 235px;
  height: auto;
}
.product_caution,
.product_detail {
  margin-bottom: 40px;
}
.howtoeat {
  list-style-type: none;
}
.cooktime {
  display: inline-block;
  margin: 0 0 10px 70px;
}
.howtocook {
  margin: 0 0 30px 70px;
}
.table_allergy td,
.table_allergy th {
  vertical-align: middle;
}
.table_allergy .allergy_item {
  text-align: left;
}
.table_allergy {
  margin-bottom: 20px;
}
.allergy_text {
  margin: 20px 0;
}
.table_energy {
  margin-bottom: 50px;
}
.table_energy th {
  padding: 5px;
  border: 1px solid #898989;
  background-color: #fff2dc;
  vertical-align: middle;
  text-align: left;
  color: #000;
}
.table_energy td {
  padding: 5px;
  border: 1px solid #898989;
  vertical-align: middle;
}
.table_energy .energy_data {
  padding-left: 15px;
}
.return_index {
  margin: 0 0 40px;
}
.product_list + .return_index {
  margin-top: -20px;
}
.header_products + .return_index {
  float: right;
  margin: 0 0 0 15px;
}

/*** new products ***/
.new_products_item {
  margin: 0 0 60px;
  display: flex;
  justify-content: space-between;
}
.new_products_item figure {

  width: 180px;
  vertical-align: top;
}
.new_products_item figure img {
  width: 100%;
  height: auto;
}
.new_products_text {

  width: 655px;
  padding-left: 15px;
  vertical-align: top;
}
.new_products_text h3 {
  font-size: 24px;
  line-height: 2;
}
.new_products_text h3 a::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 10px;
  border-left: 13px solid #eb0000;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}
.new_products_text h3:hover {
  opacity: 0.7;
}

/*** coorporate -> sidebar ***/
.corporate_sidebar {
  float: left;
  width: 180px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff2dc;
}
.corporate_sidebar ul li:nth-of-type(n+2) {
  border-top: 1px dotted #a59a81;
}
.corporate_sidebar a {
  display: block;
  padding: 15px;
}

/*** coorporate -> main ***/
.corporate_main {
  width: 650px;
  float: right;
}
.corporate_main h3 {
  margin-bottom: 20px;
  padding: 0 10px;
  font-size: 28px;
  font-weight: bold;
  border-bottom: 1px dashed #683228;
  color: #683228;
}
.company_about {
  width: calc(100% - 40px);
  table-layout: fixed;
  margin: 0 20px 50px;
}
.company_about th {
  width: 90px;
  border: 3px solid #fff;
  vertical-align: top;
}
.company_about td {
  border: 3px solid #fff;
  vertical-align: top;
}
.corp_address {
  position: relative;
}
.corp_address + .corp_address {
  margin-top: 20px;
}
.address_btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.table_history {
  margin: 0 0 60px 20px;
}
.table_history th {
  border-right: 13px solid #fff;
  border-bottom: 8px solid #fff;
  vertical-align: top;
  text-align: left;
  width: 137px;
}
.table_history td {
  padding: 3px 0 0 40px;
  border-top: 1px solid #adadad;
  vertical-align: top;
}
.greeting_box {
  margin-left: 10px;
}
.greeting_photo {
  text-align: left;
  margin: 80px 20px 80px;
}
.greeting_photo img {
  vertical-align: middle;
}
.greeting_photo img:nth-of-type(1){
  position: relative;
  z-index: 2;
}
.greeting_photo img:nth-of-type(2){
  margin-left: -105px;
}
.greeting_photo br {
  display: none;
}
.greeting_box p:last-of-type {
  margin-bottom: 50px;
  text-align: right;
}
.greeting_box p:last-of-type br {
  display: none;
}
.corporate_single_box {
  margin: 0 0 20px 10px;
}
.secure_text {
  float: left;
  width: 515px;
}
.secure_photo {
  float: right;
  width: 335px;
}
.fig_quality {
  margin: 20px 0;
  text-align: center;
}
.fig_quality p + p {
  margin-top: 30px;
}
/*** napoli ***/
.napoli_index {
  margin: 0 15px 50px;
  padding-left: 5px;
}
.napoli_index_header {
  position: absolute;
  top: 8px;
  left: -3px;
}
.napoli_list_top {
  position: absolute;
  top: 408px;
  left: -3px;
  width: 298px;
}
.napoli_list_top li {
  width: 298px;
  height: 63px;
}
.napoli_list_top li a {
  padding-left: 30px;
  font-size: 18px;
  line-height: 58px;
}
.napoli_list_top li a::before {
  margin-right: 5px;
  border-left: 10px solid #6b0000;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  vertical-align: text-top;;
}
.napoli_top_icon {
  position: absolute;
  left: 380px;
  top: 400px;
  display: block;
}
.napoli_top_icon li {
  display: inline-block;
  margin-right: 10px;
}
.napoli_top_icon li img {
  width: 130px;
  height: auto;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  transform: rotate(5deg);
  -webkit-box-shadow: 0 0 10px 2px #fff;
  box-shadow: 0 0 10px 2px #fff;
}

/*** napoli -> page ***/
.napoli_page {
  position: relative;
  margin: 0 15px 50px 20px;
  background: linear-gradient(to bottom, transparent 240px, #fff2ca 550px, #fff2ca), url(../img/napoli_background.jpg) 0 0 no-repeat;
}
.napoli_sidebar {
  width: 205px;
  margin-left: -5px;
  float: left;
  position: relative;
  z-index: 10;
}
.napoli_sidebar_list {
  width: 250px;
}
.napoli_sidebar_list li {
  background: transparent url(../img/napoli_list_2.png) 0 0 no-repeat;
}
.napoli_sidebar_list li a {
  padding-left: 10px;
  font-size: 16px;
  line-height: 58px;
}
.napoli_sidebar_list li a::before {
  margin-right: 5px;
  border-left: 10px solid #6b0000;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.napoli_body {
  width: 645px;
  min-height: 580px;
  float: right;
  padding: 120px 20px 0 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
}
.napoli_body h3 {
  font-size: 24px;
}
.napoli_body p {
  margin-bottom: 15px;
}
.kodawari_box {
  margin-bottom: 30px;
}
.kodawari_image {
  float: left;
  width: 115px;
}
.kodawari_text {
  float: right;
  width: 425px;
}
.safety_list li {
  display: inline-block;
  margin-right: 100px;
}
.safety_list li:last-of-type {
  margin-right: 0;
}
.sitemap_list {
  display: block;
  margin: 0 0 40px;
  list-style-type: none;
}
.sitemap_list li {
  display: inline-block;
}
.sitemap_list li::after {
  content: " / ";
}
.sitemap_list li:last-of-type::after {
  content: '';
}
.sitemap_list ul {
  display: inline;
}
.sitemap_list ul::before {
  content: '（';
}
.sitemap_list ul::after {
  content: '）';
}
.sitemap_list a {
  color: #683228;
}
.sitemap_list a:hover,
.sitemap_list a:active {
  text-decoration: none;
}

/*** footer ***/
footer {
  padding: 30px 0;
}
footer nav {
  margin-bottom: 30px;
}
footer nav ul {
  text-align: center;
  font-size: 0;
}
footer nav li {
  display: inline-block;
  margin-right: 40px;
  font-size: 14px;
}
footer nav li:last-of-type {
  margin-right: 0;
}
footer nav li a {
  text-decoration: none;
  color: #edeaea;
}
footer nav li a:hover,
footer nav li a:active {
  text-decoration: underline;
}
.footer_sp {
  display: none;
}
.copyright {
  text-align: center;
}
.top_btn {
  position: fixed;
  left: calc(50% + 460px);
  bottom: 20px;
}
