@charset "UTF-8";
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  height: 100%;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  zoom: 1;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
.remodal,
[data-remodal-id] {
  display: none;
}
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.remodal-is-initialized {
/* Disable Anti-FOUC */
  display: inline-block;
}
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.remodal-overlay {
  background: rgba(0,0,0,0.9);
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  -ms-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  -moz-animation-name: remodal-overlay-opening-keyframes;
  -o-animation-name: remodal-overlay-opening-keyframes;
  -ms-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  -moz-animation-name: remodal-overlay-closing-keyframes;
  -o-animation-name: remodal-overlay-closing-keyframes;
  -ms-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}
.remodal-wrapper {
  padding: 10px 10px 0;
}
.remodal {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  -ms-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  -webkit-animation-name: remodal-opening-keyframes;
  -moz-animation-name: remodal-opening-keyframes;
  -o-animation-name: remodal-opening-keyframes;
  -ms-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  -webkit-animation-name: remodal-closing-keyframes;
  -moz-animation-name: remodal-closing-keyframes;
  -o-animation-name: remodal-closing-keyframes;
  -ms-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}
.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}
.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -ms-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}
.remodal-confirm {
  color: #fff;
  background: #81c784;
}
.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}
.remodal-cancel {
  color: #fff;
  background: #e57373;
}
.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    -webkit-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  to {
    -webkit-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}
.lt-ie9 .remodal {
  width: 700px;
}
@-moz-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    -webkit-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    -webkit-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-o-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    -webkit-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    -webkit-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-moz-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  to {
    -webkit-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  to {
    -webkit-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-o-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  to {
    -webkit-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  to {
    -webkit-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-moz-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-o-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-moz-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
.section-hero .visuals li,
.section-hero .section-hero-unit .texts-container .logo,
.section-hero .section-hero-unit .texts-container .heading,
.section-about .heading,
.section-about .title,
.section-about .img-1,
.tab-content-kochi .area-recipe .heading,
.tab-content-wakayama .area-recipe .heading,
.tab-content-akita .area-recipe .heading,
.tab-content-arrange .area-recipe .heading,
.tab-content-kochi .area-recipe .catch,
.tab-content-wakayama .area-recipe .catch,
.tab-content-akita .area-recipe .catch,
.tab-content-arrange .area-recipe .catch,
.tab-content-kochi .area-recipe .recipes-list li .thumbnail,
.tab-content-wakayama .area-recipe .recipes-list li .thumbnail,
.tab-content-akita .area-recipe .recipes-list li .thumbnail,
.tab-content-arrange .area-recipe .recipes-list li .thumbnail,
.tab-content-kochi .area-kingdom .heading,
.tab-content-wakayama .area-kingdom .heading,
.tab-content-akita .area-kingdom .heading,
.tab-content-arrange .area-kingdom .heading,
.tab-content-kochi .area-kingdom .images-container,
.tab-content-wakayama .area-kingdom .images-container,
.tab-content-akita .area-kingdom .images-container,
.tab-content-arrange .area-kingdom .images-container,
.tab-content-kochi .area-points .points-container .heading,
.tab-content-wakayama .area-points .points-container .heading,
.tab-content-akita .area-points .points-container .heading,
.tab-content-arrange .area-points .points-container .heading,
.tab-content-kochi .area-points .points-container .points li .number,
.tab-content-wakayama .area-points .points-container .points li .number,
.tab-content-akita .area-points .points-container .points li .number,
.tab-content-arrange .area-points .points-container .points li .number,
.tab-content-kochi .area-project .float-wrap .float-content .heading,
.tab-content-wakayama .area-project .float-wrap .float-content .heading,
.tab-content-akita .area-project .float-wrap .float-content .heading,
.tab-content-arrange .area-project .float-wrap .float-content .heading,
.tab-content-kochi .area-project .float-wrap .float-content .figure,
.tab-content-wakayama .area-project .float-wrap .float-content .figure,
.tab-content-akita .area-project .float-wrap .float-content .figure,
.tab-content-arrange .area-project .float-wrap .float-content .figure,
.tab-content-kochi .area-news .heading,
.tab-content-wakayama .area-news .heading,
.tab-content-akita .area-news .heading,
.tab-content-arrange .area-news .heading,
.tab-content-health .area-heart-disease .heading,
.tab-content-health .area-salt .heading,
.tab-content-health .area-salt .figure,
.tab-content-health .area-reduction .heading,
.tab-content-health .area-reduction .figure,
.recipe .header .logo,
.recipe .recipe-photo,
.recipe .instruction-container .heading {
  line-height: 0;
}
.section-about .heading,
.section-about .title,
.section-about .img-1,
.tab-content-kochi .area-recipe .heading,
.tab-content-wakayama .area-recipe .heading,
.tab-content-akita .area-recipe .heading,
.tab-content-arrange .area-recipe .heading,
.tab-content-kochi .area-recipe .catch,
.tab-content-wakayama .area-recipe .catch,
.tab-content-akita .area-recipe .catch,
.tab-content-arrange .area-recipe .catch,
.tab-content-kochi .area-kingdom .heading,
.tab-content-wakayama .area-kingdom .heading,
.tab-content-akita .area-kingdom .heading,
.tab-content-arrange .area-kingdom .heading,
.tab-content-kochi .area-points .points-container .heading,
.tab-content-wakayama .area-points .points-container .heading,
.tab-content-akita .area-points .points-container .heading,
.tab-content-arrange .area-points .points-container .heading,
.tab-content-kochi .area-points .points-container .points li .number,
.tab-content-wakayama .area-points .points-container .points li .number,
.tab-content-akita .area-points .points-container .points li .number,
.tab-content-arrange .area-points .points-container .points li .number,
.tab-content-kochi .area-project .float-wrap .float-content .heading,
.tab-content-wakayama .area-project .float-wrap .float-content .heading,
.tab-content-akita .area-project .float-wrap .float-content .heading,
.tab-content-arrange .area-project .float-wrap .float-content .heading,
.tab-content-kochi .area-project .float-wrap .float-content .figure,
.tab-content-wakayama .area-project .float-wrap .float-content .figure,
.tab-content-akita .area-project .float-wrap .float-content .figure,
.tab-content-arrange .area-project .float-wrap .float-content .figure,
.tab-content-kochi .area-news .heading,
.tab-content-wakayama .area-news .heading,
.tab-content-akita .area-news .heading,
.tab-content-arrange .area-news .heading,
.tab-content-health .area-heart-disease .heading,
.tab-content-health .area-salt .heading,
.tab-content-health .area-salt .figure,
.tab-content-health .area-reduction .heading,
.tab-content-health .area-reduction .figure,
.recipe .instruction-container .heading {
  text-align: center;
}
body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", arial, sans-serif;
  font-size: 15px;
  line-height: 1.67;
  min-width: 960px;
  -webkit-text-size-adjust: 100%;
}
.button {
  cursor: pointer;
}
.prev {
  width: 26px;
  height: 44px;
  background: url("../images/buttons.png?972a897a56") no-repeat;
  background-position: 0px -1070px;
}
.prev:hover {
  width: 26px;
  height: 44px;
  background: url("../images/buttons.png?972a897a56") no-repeat;
  background-position: 0px -970px;
}
.next {
  width: 26px;
  height: 44px;
  background: url("../images/buttons.png?972a897a56") no-repeat;
  background-position: 0px -746px;
}
.next:hover {
  width: 26px;
  height: 44px;
  background: url("../images/buttons.png?972a897a56") no-repeat;
  background-position: 0px -646px;
}
.prev-text {
  display: block;
  width: 78px;
  height: 28px;
  background: url("../images/buttons.png?972a897a56") no-repeat;
  background-position: 0px -1042px;
}
.prev-text:hover {
  width: 78px;
  height: 28px;
  background: url("../images/buttons.png?972a897a56") no-repeat;
  background-position: 0px -1014px;
}
.next-text {
  display: block;
  width: 75px;
  height: 28px;
  background: url("../images/buttons.png?972a897a56") no-repeat;
  background-position: 0px -718px;
}
.next-text:hover {
  width: 75px;
  height: 28px;
  background: url("../images/buttons.png?972a897a56") no-repeat;
  background-position: 0px -690px;
}
.button-twitter a {
  display: block;
}
.button-twitter a {
  width: 240px;
  height: 70px;
  background: url("../images/buttons.png?972a897a56") no-repeat;
  background-position: 0px -1364px;
}
.button-twitter a:hover {
  width: 240px;
  height: 70px;
  background: url("../images/buttons.png?972a897a56") no-repeat;
  background-position: 0px -1294px;
}
.button-facebook a {
  display: block;
}
.button-facebook a {
  width: 240px;
  height: 70px;
  background: url("../images/buttons.png?972a897a56") no-repeat;
  background-position: 0px -516px;
}
.button-facebook a:hover {
  width: 240px;
  height: 70px;
  background: url("../images/buttons.png?972a897a56") no-repeat;
  background-position: 0px -446px;
}
.back {
  display: block;
  width: 240px;
  height: 70px;
  background: url("../images/buttons.png?972a897a56") no-repeat;
  background-position: 0px -70px;
}
.back:hover {
  width: 240px;
  height: 70px;
  background: url("../images/buttons.png?972a897a56") no-repeat;
  background-position: 0px 0px;
}
.button-close {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  outline: none;
  padding: 0;
}
.button-close.button-close-1 {
  width: 50px;
  height: 50px;
  background: url("../images/buttons.png?972a897a56") no-repeat;
  background-position: 0px -190px;
}
.button-close.button-close-1:hover {
  width: 50px;
  height: 50px;
  background: url("../images/buttons.png?972a897a56") no-repeat;
  background-position: 0px -140px;
}
.button-close.button-close-2 {
  width: 200px;
  height: 50px;
  background: url("../images/buttons.png?972a897a56") no-repeat;
  background-position: 0px -290px;
}
.button-close.button-close-2:hover {
  width: 200px;
  height: 50px;
  background: url("../images/buttons.png?972a897a56") no-repeat;
  background-position: 0px -240px;
}
.button-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.button-back-to-top a {
  display: block;
}
.button-back-to-top.is-absolute {
  position: absolute;
  bottom: 220px;
}
.button-back-to-top a {
  width: 60px;
  height: 60px;
  background: url("../images/buttons.png?972a897a56") no-repeat;
  background-position: 0px -850px;
}
.button-back-to-top a:hover {
  width: 60px;
  height: 60px;
  background: url("../images/buttons.png?972a897a56") no-repeat;
  background-position: 0px -790px;
}
.viewport {
  position: relative;
  left: 50%;
  top: 0;
  overflow: hidden;
}
.float-wrap {
  zoom: 1;
}
.float-wrap:before,
.float-wrap:after {
  content: "";
  display: table;
}
.float-wrap:after {
  clear: both;
}
.wrap {
  min-width: 960px;
  overflow: hidden;
  position: relative;
}
.header {
  background-color: #fff;
  position: relative;
  width: 100%;
}
.header .unit {
  zoom: 1;
  position: relative;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  font-size: 12px;
  padding-bottom: 20px;
}
.header .unit:before,
.header .unit:after {
  content: "";
  display: table;
}
.header .unit:after {
  clear: both;
}
.header .unit a {
  color: #333;
  text-decoration: none;
}
.header .unit a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.header .unit .jhf-logo {
  float: left;
  margin: 22px 33px 0 0;
}
.header .unit .edwards-logo {
  float: left;
  margin-top: 22px;
}
.header .unit .links {
  float: right;
  margin-top: 29px;
  zoom: 1;
}
.header .unit .links:before,
.header .unit .links:after {
  content: "";
  display: table;
}
.header .unit .links:after {
  clear: both;
}
.header .unit .links li {
  float: left;
  margin-left: 13px;
}
.global-navi {
  height: 70px;
  background: #fb6f6d;
}
.global-navi .menu {
  zoom: 1;
  position: relative;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.global-navi .menu:before,
.global-navi .menu:after {
  content: "";
  display: table;
}
.global-navi .menu:after {
  clear: both;
}
.global-navi .menu > li {
  float: left;
  margin-left: 43px;
  position: relative;
}
.global-navi .menu > li > a {
  display: block;
  text-indent: 100%;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
}
.global-navi .menu > li:first-child {
  margin-left: 0;
}
.global-navi .menu > li.nav-item-about > a {
  width: 168px;
  height: 70px;
  background: url("../images/gnav-buttons.png?5cf5ce0d1b") no-repeat;
  background-position: 0px -70px;
}
.global-navi .menu > li.nav-item-about > a:hover {
  width: 168px;
  height: 70px;
  background: url("../images/gnav-buttons.png?5cf5ce0d1b") no-repeat;
  background-position: 0px 0px;
}
.global-navi .menu > li.nav-item-recipe .submenu {
  position: absolute;
  top: 56px;
  left: -5px;
}
.global-navi .menu > li.nav-item-recipe .submenu ul {
  border-radius: 22px;
}
.global-navi .menu > li.nav-item-recipe .submenu ul li a {
  padding: 22px 0 21px 19px;
}
.global-navi .menu > li.nav-item-recipe:hover .submenu {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.global-navi .menu > li.nav-item-recipe:hover .submenu ul li a:hover::after {
  margin-top: -2px;
}
.global-navi .menu > li.nav-item-recipe > a {
  width: 180px;
  height: 70px;
  background: url("../images/gnav-buttons.png?5cf5ce0d1b") no-repeat;
  background-position: 0px -536px;
}
.global-navi .menu > li.nav-item-recipe > a:hover {
  width: 180px;
  height: 70px;
  background: url("../images/gnav-buttons.png?5cf5ce0d1b") no-repeat;
  background-position: 0px -466px;
}
.global-navi .menu > li.nav-item-recipe .submenu {
  position: absolute;
  top: 56px;
  left: -5px;
}
.global-navi .menu > li.nav-item-recipe .submenu ul {
  border-radius: 22px;
}
.global-navi .menu > li.nav-item-recipe .submenu ul li a {
  padding: 22px 0 21px 19px;
}
.global-navi .menu > li.nav-item-recipe:hover .submenu {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.global-navi .menu > li.nav-item-recipe:hover .submenu ul li a:hover::after {
  margin-top: -2px;
}
.global-navi .menu > li.nav-item-health > a {
  width: 184px;
  height: 70px;
  background: url("../images/gnav-buttons.png?5cf5ce0d1b") no-repeat;
  background-position: 0px -241px;
}
.global-navi .menu > li.nav-item-health > a:hover {
  width: 184px;
  height: 70px;
  background: url("../images/gnav-buttons.png?5cf5ce0d1b") no-repeat;
  background-position: 0px -171px;
}
.global-navi .menu > li.nav-item-recipe .submenu {
  position: absolute;
  top: 56px;
  left: -5px;
}
.global-navi .menu > li.nav-item-recipe .submenu ul {
  border-radius: 22px;
}
.global-navi .menu > li.nav-item-recipe .submenu ul li a {
  padding: 22px 0 21px 19px;
}
.global-navi .menu > li.nav-item-recipe:hover .submenu {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.global-navi .menu > li.nav-item-recipe:hover .submenu ul li a:hover::after {
  margin-top: -2px;
}
.global-navi .menu > li.nav-item-project > a {
  width: 297px;
  height: 70px;
  background: url("../images/gnav-buttons.png?5cf5ce0d1b") no-repeat;
  background-position: 0px -396px;
}
.global-navi .menu > li.nav-item-project > a:hover {
  width: 297px;
  height: 70px;
  background: url("../images/gnav-buttons.png?5cf5ce0d1b") no-repeat;
  background-position: 0px -326px;
}
.global-navi .menu > li.nav-item-recipe .submenu {
  position: absolute;
  top: 56px;
  left: -5px;
}
.global-navi .menu > li.nav-item-recipe .submenu ul {
  border-radius: 22px;
}
.global-navi .menu > li.nav-item-recipe .submenu ul li a {
  padding: 22px 0 21px 19px;
}
.global-navi .menu > li.nav-item-recipe:hover .submenu {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.global-navi .menu > li.nav-item-recipe:hover .submenu ul li a:hover::after {
  margin-top: -2px;
}
.submenu {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  visibility: hidden;
  z-index: 1;
}
.submenu ul {
  background: #fff;
  border: 2px solid #fb6f6d;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 190px;
}
.submenu ul::before {
  position: absolute;
  top: -8px;
  right: 0;
  left: 0;
  background: url("../images/triangle-1.png") left top no-repeat;
  content: '';
  display: block;
  margin: 0 auto;
  width: 10px;
  height: 8px;
}
.submenu ul li {
  border-top: 2px solid #fb6f6d;
}
.submenu ul li:first-child {
  border-top: none;
}
.submenu ul li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
}
.submenu ul li a::after {
  position: absolute;
  top: 50%;
  right: 19px;
  border: 0px;
  border-right: solid 2px #fb6f6d;
  border-top: solid 2px #fb6f6d;
  content: '';
  display: block;
  margin-top: -5px;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.submenu ul li a span {
  display: block;
  text-indent: 100%;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
}
.submenu ul li.nav-item-wakayama a span {
  width: 65px;
  height: 15px;
  background: url("../images/gnav-buttons.png?5cf5ce0d1b") no-repeat;
  background-position: 0px -606px;
}
.submenu ul li.nav-item-kochi a span {
  width: 48px;
  height: 15px;
  background: url("../images/gnav-buttons.png?5cf5ce0d1b") no-repeat;
  background-position: 0px -311px;
}
.submenu ul li.nav-item-akita a span {
  width: 48px;
  height: 15px;
  background: url("../images/gnav-buttons.png?5cf5ce0d1b") no-repeat;
  background-position: 0px -140px;
}
.submenu ul li.nav-item-arrange a span {
  width: 119px;
  height: 16px;
  background: url("../images/gnav-buttons.png?5cf5ce0d1b") no-repeat;
  background-position: 0px -155px;
}
.footer {
  padding-top: 70px;
  background-color: #fff;
}
.footer .section-sns {
  position: relative;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
}
.footer .section-sns .sns-buttons {
  margin: 0 auto;
  width: 320px;
}
.footer .pagetop a {
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 30px;
  background: url("../images/buttons.png?972a897a56") no-repeat;
  background-position: 0px -940px;
  text-indent: 100%;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
}
.footer .pagetop a:hover {
  width: 60px;
  height: 30px;
  background: url("../images/buttons.png?972a897a56") no-repeat;
  background-position: 0px -910px;
}
.footer .copyright-container {
  padding: 15px 0 15px;
  font-size: 10px;
  line-height: 20px;
  color: #fff;
  background-color: #b08247;
}
.footer .copyright-container .inner {
  position: relative;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  zoom: 1;
}
.footer .copyright-container .inner:before,
.footer .copyright-container .inner:after {
  content: "";
  display: table;
}
.footer .copyright-container .inner:after {
  clear: both;
}
.footer .copyright-container .catch {
  float: left;
}
.footer .copyright-container .catch a {
  color: #fff;
}
.footer .copyright-container .catch a:hover {
  text-decoration: none;
}
.footer .copyright-container .copyright {
  float: right;
}
.section-hero {
  position: relative;
  width: 100%;
  height: 530px;
  min-width: 960px;
  overflow: hidden;
}
.section-hero .visuals {
  position: relative;
  height: 530px;
}
.section-hero .visuals li {
  position: relative;
  overflow: hidden;
}
.section-hero .visuals img {
  position: absolute;
  min-width: 1400px;
  min-height: 530px;
}
.section-hero .visuals .slick-dots {
  position: absolute;
  right: 25%;
  bottom: 16px;
  margin-right: -235px;
}
.section-hero .visuals .slick-dots li {
  float: left;
  width: 21px;
  height: 19px;
  background: url("../images/hero-buttons.png?6b6ae6ec22") no-repeat;
  background-position: 0px -339px;
  cursor: pointer;
}
.section-hero .visuals .slick-dots li.slick-active {
  width: 21px;
  height: 19px;
  background: url("../images/hero-buttons.png?6b6ae6ec22") no-repeat;
  background-position: 0px -320px;
}
.section-hero .visuals .slick-dots li button {
  width: 100%;
  height: 100%;
  visibility: hidden;
}
.section-hero .hero {
  width: 100%;
  height: 530px;
  background: url("../images/hero-visual-4.jpg") center center no-repeat transparent;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.section-hero .section-hero-unit {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 960px;
  height: 530px;
}
.section-hero .section-hero-unit .nav {
  position: absolute;
  top: 40px;
  right: 0;
  zoom: 1;
  width: 605px;
}
.section-hero .section-hero-unit .nav:before,
.section-hero .section-hero-unit .nav:after {
  content: "";
  display: table;
}
.section-hero .section-hero-unit .nav:after {
  clear: both;
}
.section-hero .section-hero-unit .nav li {
  float: left;
  position: relative;
}
.section-hero .section-hero-unit .nav li a {
  display: block;
}
.section-hero .section-hero-unit .nav li.nav-about {
  margin-right: 9px;
}
.section-hero .section-hero-unit .nav li.nav-about a {
  width: 144px;
  height: 32px;
  background: url("../images/hero-buttons.png?6b6ae6ec22") no-repeat;
  background-position: 0px -32px;
}
.section-hero .section-hero-unit .nav li.nav-about a:hover {
  width: 144px;
  height: 32px;
  background: url("../images/hero-buttons.png?6b6ae6ec22") no-repeat;
  background-position: 0px 0px;
}
.section-hero .section-hero-unit .nav li.nav-recipe {
  margin-right: 8px;
  width: 144px;
  height: 32px;
  background: url("../images/hero-buttons.png?6b6ae6ec22") no-repeat;
  background-position: 0px -288px;
}
.section-hero .section-hero-unit .nav li.nav-recipe:hover {
  width: 144px;
  height: 32px;
  background: url("../images/hero-buttons.png?6b6ae6ec22") no-repeat;
  background-position: 0px -256px;
}
.section-hero .section-hero-unit .nav li.nav-recipe .lower-links {
  display: none;
}
.section-hero .section-hero-unit .nav li.nav-recipe a {
  display: block;
}
.section-hero .section-hero-unit .nav li.nav-recipe a.nav-recipe-kochi {
  width: 144px;
  height: 32px;
  background: url("../images/hero-buttons.png?6b6ae6ec22") no-repeat;
  background-position: 0px -160px;
}
.section-hero .section-hero-unit .nav li.nav-recipe a.nav-recipe-kochi:hover {
  width: 144px;
  height: 32px;
  background: url("../images/hero-buttons.png?6b6ae6ec22") no-repeat;
  background-position: 0px -128px;
}
.section-hero .section-hero-unit .nav li.nav-recipe a.nav-recipe-wakayama {
  width: 144px;
  height: 32px;
  background: url("../images/hero-buttons.png?6b6ae6ec22") no-repeat;
  background-position: 0px -390px;
}
.section-hero .section-hero-unit .nav li.nav-recipe a.nav-recipe-wakayama:hover {
  width: 144px;
  height: 32px;
  background: url("../images/hero-buttons.png?6b6ae6ec22") no-repeat;
  background-position: 0px -358px;
}
.section-hero .section-hero-unit .nav li.nav-recipe:hover .lower-links {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 35px;
}
.section-hero .section-hero-unit .nav li.nav-recipe:hover .lower-links li {
  margin-bottom: 3px;
}
.section-hero .section-hero-unit .nav li.nav-health {
  margin-right: 9px;
}
.section-hero .section-hero-unit .nav li.nav-health a {
  width: 144px;
  height: 32px;
  background: url("../images/hero-buttons.png?6b6ae6ec22") no-repeat;
  background-position: 0px -96px;
}
.section-hero .section-hero-unit .nav li.nav-health a:hover {
  width: 144px;
  height: 32px;
  background: url("../images/hero-buttons.png?6b6ae6ec22") no-repeat;
  background-position: 0px -64px;
}
.section-hero .section-hero-unit .nav li.nav-project a {
  width: 144px;
  height: 32px;
  background: url("../images/hero-buttons.png?6b6ae6ec22") no-repeat;
  background-position: 0px -224px;
}
.section-hero .section-hero-unit .nav li.nav-project a:hover {
  width: 144px;
  height: 32px;
  background: url("../images/hero-buttons.png?6b6ae6ec22") no-repeat;
  background-position: 0px -192px;
}
.section-hero .section-hero-unit .texts-container {
  position: absolute;
  top: 0;
  left: -48px;
  width: 376px;
  height: 600px;
  margin-right: 16%;
  background: url("../images/hero-bg-1.png") left 4px repeat-y;
}
.section-hero .section-hero-unit .texts-container .logo {
  padding-top: 35px;
  margin-bottom: 25px;
  margin-left: 48px;
}
.section-hero .section-hero-unit .texts-container .figure {
  margin-bottom: 27px;
  margin-left: 53px;
}
.section-hero .section-hero-unit .texts-container .heading {
  margin-left: 48px;
}
.section-sns {
  position: relative;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.section-sns .sns-buttons {
  margin: 20px 0 0 auto;
  width: 320px;
  zoom: 1;
}
.section-sns .sns-buttons:before,
.section-sns .sns-buttons:after {
  content: "";
  display: table;
}
.section-sns .sns-buttons:after {
  clear: both;
}
.section-sns .sns-buttons li {
  float: left;
  margin-left: 10px;
}
.section-sns .sns-buttons li a {
  display: block;
  text-indent: 100%;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
}
.section-sns .sns-buttons li:first-child {
  margin-left: 0;
}
.section-sns .sns-buttons li.twitter-button a {
  width: 100px;
  height: 30px;
  background: url("../images/buttons.png?972a897a56") no-repeat;
  background-position: 0px -1264px;
}
.section-sns .sns-buttons li.twitter-button a:hover {
  width: 100px;
  height: 30px;
  background: url("../images/buttons.png?972a897a56") no-repeat;
  background-position: 0px -1234px;
}
.section-sns .sns-buttons li.facebook-button a {
  width: 100px;
  height: 30px;
  background: url("../images/buttons.png?972a897a56") no-repeat;
  background-position: 0px -1144px;
}
.section-sns .sns-buttons li.facebook-button a:hover {
  width: 100px;
  height: 30px;
  background: url("../images/buttons.png?972a897a56") no-repeat;
  background-position: 0px -1114px;
}
.section-sns .sns-buttons li.line-button a {
  width: 100px;
  height: 30px;
  background: url("../images/buttons.png?972a897a56") no-repeat;
  background-position: 0px -1204px;
}
.section-sns .sns-buttons li.line-button a:hover {
  width: 100px;
  height: 30px;
  background: url("../images/buttons.png?972a897a56") no-repeat;
  background-position: 0px -1174px;
}
.section-about {
  margin-bottom: 23px;
}
.section-about .inner {
  background: url("../images/about-bg.png") 85px 60px no-repeat;
  position: relative;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  min-height: 598px;
  padding-top: 106px;
}
.section-about .heading {
  margin-bottom: 50px;
}
.section-about .texts-container {
  text-align: center;
}
.section-about .title {
  margin-bottom: 52px;
}
.section-about .text {
  margin-bottom: 25px;
  line-height: 1.5333;
  font-weight: bold;
}
.section-about .text span {
  display: block;
  padding-top: 25px;
  font-size: 12px;
  line-height: 1.67;
  font-weight: normal;
}
.section-about .img-1 {
  margin-bottom: 43px;
}
.section-about .button-health a {
  display: block;
  margin: 30px auto 0;
  width: 262px;
  height: 53px;
  background: url("../images/buttons.png?972a897a56") no-repeat;
  background-position: 0px -393px;
  text-indent: 100%;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
}
.section-about .button-health a:hover {
  width: 262px;
  height: 53px;
  background: url("../images/buttons.png?972a897a56") no-repeat;
  background-position: 0px -340px;
}
.section-tab-contents .tab-container {
  position: relative;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  background: url("../images/tab-bg.png") left bottom repeat-x;
}
.section-tab-contents .tab-container .tab {
  width: 100%;
  margin: 0 auto;
  zoom: 1;
}
.section-tab-contents .tab-container .tab:before,
.section-tab-contents .tab-container .tab:after {
  content: "";
  display: table;
}
.section-tab-contents .tab-container .tab:after {
  clear: both;
}
.section-tab-contents .tab-container .tab li {
  float: left;
}
.section-tab-contents .tab-container .tab li a {
  display: block;
}
.section-tab-contents .tab-container .tab-recipe-arrange a {
  width: 240px;
  height: 97px;
  background: url("../images/tab.png?02323a496a") no-repeat;
  background-position: 0px -755px;
}
.section-tab-contents .tab-container .tab-recipe-arrange a:hover {
  width: 240px;
  height: 97px;
  background: url("../images/tab.png?02323a496a") no-repeat;
  background-position: 0px -561px;
}
.section-tab-contents .tab-container .tab-recipe-arrange a.is-selected {
  width: 240px;
  height: 97px;
  background: url("../images/tab.png?02323a496a") no-repeat;
  background-position: 0px -658px;
}
.section-tab-contents .tab-container .tab-recipe-wakayama a {
  width: 231px;
  height: 97px;
  background: url("../images/tab.png?02323a496a") no-repeat;
  background-position: 0px -1337px;
}
.section-tab-contents .tab-container .tab-recipe-wakayama a:hover {
  width: 231px;
  height: 97px;
  background: url("../images/tab.png?02323a496a") no-repeat;
  background-position: 0px -1143px;
}
.section-tab-contents .tab-container .tab-recipe-wakayama a.is-selected {
  width: 231px;
  height: 97px;
  background: url("../images/tab.png?02323a496a") no-repeat;
  background-position: 0px -1240px;
}
.section-tab-contents .tab-container .tab-recipe-kochi a {
  width: 252px;
  height: 97px;
  background: url("../images/tab.png?02323a496a") no-repeat;
  background-position: 0px -1046px;
}
.section-tab-contents .tab-container .tab-recipe-kochi a:hover {
  width: 252px;
  height: 97px;
  background: url("../images/tab.png?02323a496a") no-repeat;
  background-position: 0px -852px;
}
.section-tab-contents .tab-container .tab-recipe-kochi a.is-selected {
  width: 252px;
  height: 97px;
  background: url("../images/tab.png?02323a496a") no-repeat;
  background-position: 0px -949px;
}
.section-tab-contents .tab-container .tab-recipe-akita a {
  width: 237px;
  height: 97px;
  background: url("../images/tab.png?02323a496a") no-repeat;
  background-position: 0px -464px;
}
.section-tab-contents .tab-container .tab-recipe-akita a:hover {
  width: 237px;
  height: 97px;
  background: url("../images/tab.png?02323a496a") no-repeat;
  background-position: 0px -270px;
}
.section-tab-contents .tab-container .tab-recipe-akita a.is-selected {
  width: 237px;
  height: 97px;
  background: url("../images/tab.png?02323a496a") no-repeat;
  background-position: 0px -367px;
}
.section-tab-contents .tab-contents-container {
  width: 100%;
}
.section-tab-contents .tab-content {
  display: none;
  padding-top: 79px;
}
.section-tab-contents .tab-content.is-selected {
  display: block;
}
.section-tab-contents .tab-content .asterisk {
  font-size: 10px;
  vertical-align: super;
}
.tab-content-kochi .area-recipe .heading,
.tab-content-wakayama .area-recipe .heading,
.tab-content-akita .area-recipe .heading,
.tab-content-arrange .area-recipe .heading {
  margin-bottom: 47px;
}
.tab-content-kochi .area-recipe .catch,
.tab-content-wakayama .area-recipe .catch,
.tab-content-akita .area-recipe .catch,
.tab-content-arrange .area-recipe .catch {
  margin-bottom: 79px;
  margin-left: -1px;
}
.tab-content-kochi .area-recipe .viewport,
.tab-content-wakayama .area-recipe .viewport,
.tab-content-akita .area-recipe .viewport,
.tab-content-arrange .area-recipe .viewport {
  width: 960px;
  margin-left: -480px;
  margin-bottom: 38px;
}
.tab-content-kochi .area-recipe .viewport .prev,
.tab-content-wakayama .area-recipe .viewport .prev,
.tab-content-akita .area-recipe .viewport .prev,
.tab-content-arrange .area-recipe .viewport .prev {
  position: absolute;
  left: 0;
  bottom: 0;
}
.tab-content-kochi .area-recipe .viewport .next,
.tab-content-wakayama .area-recipe .viewport .next,
.tab-content-akita .area-recipe .viewport .next,
.tab-content-arrange .area-recipe .viewport .next {
  position: absolute;
  right: 0;
  bottom: 0;
}
.tab-content-kochi .area-recipe .viewport .slick-dots,
.tab-content-wakayama .area-recipe .viewport .slick-dots,
.tab-content-akita .area-recipe .viewport .slick-dots,
.tab-content-arrange .area-recipe .viewport .slick-dots {
  text-align: center;
  height: 44px;
  letter-spacing: -0.4em;
  margin-right: 10px;
}
.tab-content-kochi .area-recipe .viewport .slick-dots li,
.tab-content-wakayama .area-recipe .viewport .slick-dots li,
.tab-content-akita .area-recipe .viewport .slick-dots li,
.tab-content-arrange .area-recipe .viewport .slick-dots li {
  letter-spacing: normal;
  display: inline-block;
  width: 12px;
  margin: 15px 5px 0 0;
  cursor: pointer;
}
.tab-content-kochi .area-recipe .viewport .slick-dots li:first-child,
.tab-content-wakayama .area-recipe .viewport .slick-dots li:first-child,
.tab-content-akita .area-recipe .viewport .slick-dots li:first-child,
.tab-content-arrange .area-recipe .viewport .slick-dots li:first-child {
  margion-right: 0;
}
.tab-content-kochi .area-recipe .viewport .slick-dots li:nth-child(1),
.tab-content-wakayama .area-recipe .viewport .slick-dots li:nth-child(1),
.tab-content-akita .area-recipe .viewport .slick-dots li:nth-child(1),
.tab-content-arrange .area-recipe .viewport .slick-dots li:nth-child(1) {
  width: 20px;
  height: 20px;
  background: url("../images/icon.png?da52b6a5c2") no-repeat;
  background-position: 0px -70px;
}
.tab-content-kochi .area-recipe .viewport .slick-dots li:nth-child(1).slick-active,
.tab-content-wakayama .area-recipe .viewport .slick-dots li:nth-child(1).slick-active,
.tab-content-akita .area-recipe .viewport .slick-dots li:nth-child(1).slick-active,
.tab-content-arrange .area-recipe .viewport .slick-dots li:nth-child(1).slick-active {
  width: 20px;
  height: 20px;
  background: url("../images/icon.png?da52b6a5c2") no-repeat;
  background-position: 0px -50px;
}
.tab-content-kochi .area-recipe .viewport .slick-dots li:nth-child(2),
.tab-content-wakayama .area-recipe .viewport .slick-dots li:nth-child(2),
.tab-content-akita .area-recipe .viewport .slick-dots li:nth-child(2),
.tab-content-arrange .area-recipe .viewport .slick-dots li:nth-child(2) {
  width: 20px;
  height: 20px;
  background: url("../images/icon.png?da52b6a5c2") no-repeat;
  background-position: 0px -110px;
}
.tab-content-kochi .area-recipe .viewport .slick-dots li:nth-child(2).slick-active,
.tab-content-wakayama .area-recipe .viewport .slick-dots li:nth-child(2).slick-active,
.tab-content-akita .area-recipe .viewport .slick-dots li:nth-child(2).slick-active,
.tab-content-arrange .area-recipe .viewport .slick-dots li:nth-child(2).slick-active {
  width: 20px;
  height: 20px;
  background: url("../images/icon.png?da52b6a5c2") no-repeat;
  background-position: 0px -90px;
}
.tab-content-kochi .area-recipe .viewport .slick-dots li:nth-child(3),
.tab-content-wakayama .area-recipe .viewport .slick-dots li:nth-child(3),
.tab-content-akita .area-recipe .viewport .slick-dots li:nth-child(3),
.tab-content-arrange .area-recipe .viewport .slick-dots li:nth-child(3) {
  width: 20px;
  height: 20px;
  background: url("../images/icon.png?da52b6a5c2") no-repeat;
  background-position: 0px -20px;
}
.tab-content-kochi .area-recipe .viewport .slick-dots li:nth-child(3).slick-active,
.tab-content-wakayama .area-recipe .viewport .slick-dots li:nth-child(3).slick-active,
.tab-content-akita .area-recipe .viewport .slick-dots li:nth-child(3).slick-active,
.tab-content-arrange .area-recipe .viewport .slick-dots li:nth-child(3).slick-active {
  width: 20px;
  height: 20px;
  background: url("../images/icon.png?da52b6a5c2") no-repeat;
  background-position: 0px 0px;
}
.tab-content-kochi .area-recipe .viewport .slick-dots li:nth-child(4),
.tab-content-wakayama .area-recipe .viewport .slick-dots li:nth-child(4),
.tab-content-akita .area-recipe .viewport .slick-dots li:nth-child(4),
.tab-content-arrange .area-recipe .viewport .slick-dots li:nth-child(4) {
  width: 20px;
  height: 20px;
  background: url("../images/icon.png?da52b6a5c2") no-repeat;
  background-position: 0px -150px;
}
.tab-content-kochi .area-recipe .viewport .slick-dots li:nth-child(4).slick-active,
.tab-content-wakayama .area-recipe .viewport .slick-dots li:nth-child(4).slick-active,
.tab-content-akita .area-recipe .viewport .slick-dots li:nth-child(4).slick-active,
.tab-content-arrange .area-recipe .viewport .slick-dots li:nth-child(4).slick-active {
  width: 20px;
  height: 20px;
  background: url("../images/icon.png?da52b6a5c2") no-repeat;
  background-position: 0px -130px;
}
.tab-content-kochi .area-recipe .viewport .slick-dots li button,
.tab-content-wakayama .area-recipe .viewport .slick-dots li button,
.tab-content-akita .area-recipe .viewport .slick-dots li button,
.tab-content-arrange .area-recipe .viewport .slick-dots li button {
  width: 100%;
  height: 100%;
  visibility: hidden;
}
.tab-content-kochi .area-recipe .list-wrap,
.tab-content-wakayama .area-recipe .list-wrap,
.tab-content-akita .area-recipe .list-wrap,
.tab-content-arrange .area-recipe .list-wrap {
  width: 3860px;
  overflow: hidden;
}
.tab-content-kochi .area-recipe .list-container,
.tab-content-wakayama .area-recipe .list-container,
.tab-content-akita .area-recipe .list-container,
.tab-content-arrange .area-recipe .list-container {
  float: left;
  width: 965px;
  margin-right: 20px;
}
.tab-content-kochi .area-recipe .recipes-list,
.tab-content-wakayama .area-recipe .recipes-list,
.tab-content-akita .area-recipe .recipes-list,
.tab-content-arrange .area-recipe .recipes-list {
  position: relative;
  width: 965px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 6px;
  zoom: 1;
}
.tab-content-kochi .area-recipe .recipes-list:before,
.tab-content-wakayama .area-recipe .recipes-list:before,
.tab-content-akita .area-recipe .recipes-list:before,
.tab-content-arrange .area-recipe .recipes-list:before,
.tab-content-kochi .area-recipe .recipes-list:after,
.tab-content-wakayama .area-recipe .recipes-list:after,
.tab-content-akita .area-recipe .recipes-list:after,
.tab-content-arrange .area-recipe .recipes-list:after {
  content: "";
  display: table;
}
.tab-content-kochi .area-recipe .recipes-list:after,
.tab-content-wakayama .area-recipe .recipes-list:after,
.tab-content-akita .area-recipe .recipes-list:after,
.tab-content-arrange .area-recipe .recipes-list:after {
  clear: both;
}
.tab-content-kochi .area-recipe .recipes-list a,
.tab-content-wakayama .area-recipe .recipes-list a,
.tab-content-akita .area-recipe .recipes-list a,
.tab-content-arrange .area-recipe .recipes-list a {
  display: block;
  color: #000;
  text-decoration: none;
}
.tab-content-kochi .area-recipe .recipes-list a:hover,
.tab-content-wakayama .area-recipe .recipes-list a:hover,
.tab-content-akita .area-recipe .recipes-list a:hover,
.tab-content-arrange .area-recipe .recipes-list a:hover {
  text-decoration: underline;
}
.tab-content-kochi .area-recipe .recipes-list li,
.tab-content-wakayama .area-recipe .recipes-list li,
.tab-content-akita .area-recipe .recipes-list li,
.tab-content-arrange .area-recipe .recipes-list li {
  float: left;
  width: 290px;
  margin-right: 45px;
  padding-bottom: 19px;
}
.tab-content-kochi .area-recipe .recipes-list li .thumbnail,
.tab-content-wakayama .area-recipe .recipes-list li .thumbnail,
.tab-content-akita .area-recipe .recipes-list li .thumbnail,
.tab-content-arrange .area-recipe .recipes-list li .thumbnail {
  position: relative;
  width: 290px;
  height: 190px;
  margin-bottom: 15px;
  background-color: #fff;
}
.tab-content-kochi .area-recipe .recipes-list li:nth-child(3n),
.tab-content-wakayama .area-recipe .recipes-list li:nth-child(3n),
.tab-content-akita .area-recipe .recipes-list li:nth-child(3n),
.tab-content-arrange .area-recipe .recipes-list li:nth-child(3n) {
  margin-right: 0;
}
.tab-content-kochi .area-recipe .recipes-list li .name,
.tab-content-wakayama .area-recipe .recipes-list li .name,
.tab-content-akita .area-recipe .recipes-list li .name,
.tab-content-arrange .area-recipe .recipes-list li .name {
  line-height: 1.47;
  text-align: center;
  font-weight: bold;
}
.tab-content-kochi .area-recipe .developer,
.tab-content-wakayama .area-recipe .developer,
.tab-content-akita .area-recipe .developer,
.tab-content-arrange .area-recipe .developer {
  padding-bottom: 50px;
  font-weight: bold;
  text-align: center;
}
.tab-content-kochi .area-recipe .pdf-button,
.tab-content-wakayama .area-recipe .pdf-button,
.tab-content-akita .area-recipe .pdf-button,
.tab-content-arrange .area-recipe .pdf-button {
  margin-bottom: 80px;
  text-align: center;
  line-height: 0;
}
.tab-content-kochi .area-recipe .pdf-button a:hover,
.tab-content-wakayama .area-recipe .pdf-button a:hover,
.tab-content-akita .area-recipe .pdf-button a:hover,
.tab-content-arrange .area-recipe .pdf-button a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.tab-content-kochi .area-kingdom,
.tab-content-wakayama .area-kingdom,
.tab-content-akita .area-kingdom,
.tab-content-arrange .area-kingdom {
  padding: 99px 0;
  background: url("../images/kingdom-bg-top.png") center top repeat-x #faf0df;
}
.tab-content-kochi .area-kingdom .heading,
.tab-content-wakayama .area-kingdom .heading,
.tab-content-akita .area-kingdom .heading,
.tab-content-arrange .area-kingdom .heading {
  margin-bottom: 35px;
}
.tab-content-kochi .area-kingdom .text,
.tab-content-wakayama .area-kingdom .text,
.tab-content-akita .area-kingdom .text,
.tab-content-arrange .area-kingdom .text {
  margin-bottom: 42px;
  line-height: 2;
  text-align: center;
}
.tab-content-kochi .area-kingdom .images-container,
.tab-content-wakayama .area-kingdom .images-container,
.tab-content-akita .area-kingdom .images-container,
.tab-content-arrange .area-kingdom .images-container {
  position: relative;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
}
.tab-content-kochi .area-kingdom .unit,
.tab-content-wakayama .area-kingdom .unit,
.tab-content-akita .area-kingdom .unit,
.tab-content-arrange .area-kingdom .unit {
  position: relative;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 35px;
}
.tab-content-kochi .area-kingdom .unit .sub-heading,
.tab-content-wakayama .area-kingdom .unit .sub-heading,
.tab-content-akita .area-kingdom .unit .sub-heading,
.tab-content-arrange .area-kingdom .unit .sub-heading {
  margin-bottom: 30px;
  text-align: center;
  line-height: 0;
}
.tab-content-kochi .area-kingdom .unit ul,
.tab-content-wakayama .area-kingdom .unit ul,
.tab-content-akita .area-kingdom .unit ul,
.tab-content-arrange .area-kingdom .unit ul {
  zoom: 1;
}
.tab-content-kochi .area-kingdom .unit ul:before,
.tab-content-wakayama .area-kingdom .unit ul:before,
.tab-content-akita .area-kingdom .unit ul:before,
.tab-content-arrange .area-kingdom .unit ul:before,
.tab-content-kochi .area-kingdom .unit ul:after,
.tab-content-wakayama .area-kingdom .unit ul:after,
.tab-content-akita .area-kingdom .unit ul:after,
.tab-content-arrange .area-kingdom .unit ul:after {
  content: "";
  display: table;
}
.tab-content-kochi .area-kingdom .unit ul:after,
.tab-content-wakayama .area-kingdom .unit ul:after,
.tab-content-akita .area-kingdom .unit ul:after,
.tab-content-arrange .area-kingdom .unit ul:after {
  clear: both;
}
.tab-content-kochi .area-kingdom .unit ul li,
.tab-content-wakayama .area-kingdom .unit ul li,
.tab-content-akita .area-kingdom .unit ul li,
.tab-content-arrange .area-kingdom .unit ul li {
  float: left;
  width: 239px;
  margin-bottom: 30px;
  line-height: 0;
  border-right: 1px solid #dfcaa8;
}
.tab-content-kochi .area-kingdom .unit.vegetable ul li:nth-child(2),
.tab-content-wakayama .area-kingdom .unit.vegetable ul li:nth-child(2),
.tab-content-akita .area-kingdom .unit.vegetable ul li:nth-child(2),
.tab-content-arrange .area-kingdom .unit.vegetable ul li:nth-child(2),
.tab-content-kochi .area-kingdom .unit.vegetable ul li:nth-child(6),
.tab-content-wakayama .area-kingdom .unit.vegetable ul li:nth-child(6),
.tab-content-akita .area-kingdom .unit.vegetable ul li:nth-child(6),
.tab-content-arrange .area-kingdom .unit.vegetable ul li:nth-child(6) {
  width: 240px;
}
.tab-content-kochi .area-kingdom .unit.vegetable ul li:nth-child(4),
.tab-content-wakayama .area-kingdom .unit.vegetable ul li:nth-child(4),
.tab-content-akita .area-kingdom .unit.vegetable ul li:nth-child(4),
.tab-content-arrange .area-kingdom .unit.vegetable ul li:nth-child(4),
.tab-content-kochi .area-kingdom .unit.vegetable ul li:nth-child(8),
.tab-content-wakayama .area-kingdom .unit.vegetable ul li:nth-child(8),
.tab-content-akita .area-kingdom .unit.vegetable ul li:nth-child(8),
.tab-content-arrange .area-kingdom .unit.vegetable ul li:nth-child(8) {
  border-right: none;
}
.tab-content-kochi .area-kingdom .unit.fruit ul li,
.tab-content-wakayama .area-kingdom .unit.fruit ul li,
.tab-content-akita .area-kingdom .unit.fruit ul li,
.tab-content-arrange .area-kingdom .unit.fruit ul li {
  width: 479px;
}
.tab-content-kochi .area-kingdom .unit.fruit ul li:last-child,
.tab-content-wakayama .area-kingdom .unit.fruit ul li:last-child,
.tab-content-akita .area-kingdom .unit.fruit ul li:last-child,
.tab-content-arrange .area-kingdom .unit.fruit ul li:last-child {
  border-right: none;
}
.tab-content-kochi .area-kingdom .unit.seafood,
.tab-content-wakayama .area-kingdom .unit.seafood,
.tab-content-akita .area-kingdom .unit.seafood,
.tab-content-arrange .area-kingdom .unit.seafood {
  padding-bottom: 69px;
}
.tab-content-kochi .area-kingdom .unit.seafood ul li,
.tab-content-wakayama .area-kingdom .unit.seafood ul li,
.tab-content-akita .area-kingdom .unit.seafood ul li,
.tab-content-arrange .area-kingdom .unit.seafood ul li {
  width: 319px;
}
.tab-content-kochi .area-kingdom .unit.seafood ul li:last-child,
.tab-content-wakayama .area-kingdom .unit.seafood ul li:last-child,
.tab-content-akita .area-kingdom .unit.seafood ul li:last-child,
.tab-content-arrange .area-kingdom .unit.seafood ul li:last-child {
  border-right: none;
}
.tab-content-kochi .details,
.tab-content-wakayama .details,
.tab-content-akita .details,
.tab-content-arrange .details {
  position: relative;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  zoom: 1;
}
.tab-content-kochi .details:before,
.tab-content-wakayama .details:before,
.tab-content-akita .details:before,
.tab-content-arrange .details:before,
.tab-content-kochi .details:after,
.tab-content-wakayama .details:after,
.tab-content-akita .details:after,
.tab-content-arrange .details:after {
  content: "";
  display: table;
}
.tab-content-kochi .details:after,
.tab-content-wakayama .details:after,
.tab-content-akita .details:after,
.tab-content-arrange .details:after {
  clear: both;
}
.tab-content-kochi .details .detail,
.tab-content-wakayama .details .detail,
.tab-content-akita .details .detail,
.tab-content-arrange .details .detail {
  background: #fff;
  border-radius: 10px;
  float: left;
  min-height: 329px;
  padding: 50px 20px;
  width: 430px;
}
.tab-content-kochi .details .detail.detail-1,
.tab-content-wakayama .details .detail.detail-1,
.tab-content-akita .details .detail.detail-1,
.tab-content-arrange .details .detail.detail-1 {
  margin-right: 20px;
}
.tab-content-kochi .details .detail.detail-2 .img-1,
.tab-content-wakayama .details .detail.detail-2 .img-1,
.tab-content-akita .details .detail.detail-2 .img-1,
.tab-content-arrange .details .detail.detail-2 .img-1 {
  margin-top: -20px;
}
.tab-content-kochi .details .detail .heading,
.tab-content-wakayama .details .detail .heading,
.tab-content-akita .details .detail .heading,
.tab-content-arrange .details .detail .heading {
  margin-bottom: 33px;
}
.tab-content-kochi .details .detail .text,
.tab-content-wakayama .details .detail .text,
.tab-content-akita .details .detail .text,
.tab-content-arrange .details .detail .text {
  line-height: 1.87;
  margin-bottom: 20px;
  margin-left: 20px;
  text-align: left;
}
.tab-content-kochi .details .detail .word-explanation,
.tab-content-wakayama .details .detail .word-explanation,
.tab-content-akita .details .detail .word-explanation,
.tab-content-arrange .details .detail .word-explanation {
  margin-left: 20px;
  font-size: 11px;
  line-height: 1.45;
  width: 410px;
}
.tab-content-kochi .details .detail .word-explanation dt,
.tab-content-wakayama .details .detail .word-explanation dt,
.tab-content-akita .details .detail .word-explanation dt,
.tab-content-arrange .details .detail .word-explanation dt {
  float: left;
  width: 30px;
  clear: both;
}
.tab-content-kochi .details .detail .word-explanation dd,
.tab-content-wakayama .details .detail .word-explanation dd,
.tab-content-akita .details .detail .word-explanation dd,
.tab-content-arrange .details .detail .word-explanation dd {
  width: 380px;
  margin-left: 30px;
}
.tab-content-kochi .details .detail .word-explanation dt,
.tab-content-wakayama .details .detail .word-explanation dt,
.tab-content-akita .details .detail .word-explanation dt,
.tab-content-arrange .details .detail .word-explanation dt,
.tab-content-kochi .details .detail .word-explanation dd,
.tab-content-wakayama .details .detail .word-explanation dd,
.tab-content-akita .details .detail .word-explanation dd,
.tab-content-arrange .details .detail .word-explanation dd {
  padding-bottom: 5px;
}
.tab-content-kochi .area-points,
.tab-content-wakayama .area-points,
.tab-content-akita .area-points,
.tab-content-arrange .area-points {
  background: url("../images/background-dot.png") left top repeat-x;
  position: relative;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 35px;
}
.tab-content-kochi .area-points .points-container,
.tab-content-wakayama .area-points .points-container,
.tab-content-akita .area-points .points-container,
.tab-content-arrange .area-points .points-container {
  position: relative;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
  padding-top: 42px;
  padding-bottom: 63px;
}
.tab-content-kochi .area-points .points-container .heading,
.tab-content-wakayama .area-points .points-container .heading,
.tab-content-akita .area-points .points-container .heading,
.tab-content-arrange .area-points .points-container .heading {
  margin-bottom: 53px;
}
.tab-content-kochi .area-points .points-container .heading img,
.tab-content-wakayama .area-points .points-container .heading img,
.tab-content-akita .area-points .points-container .heading img,
.tab-content-arrange .area-points .points-container .heading img {
  padding-left: 16px;
}
.tab-content-kochi .area-points .points-container .points,
.tab-content-wakayama .area-points .points-container .points,
.tab-content-akita .area-points .points-container .points,
.tab-content-arrange .area-points .points-container .points {
  position: relative;
  width: 803px;
  margin-right: auto;
  margin-left: auto;
  zoom: 1;
  background: url("../images/background-1.png") center top repeat-y;
}
.tab-content-kochi .area-points .points-container .points:before,
.tab-content-wakayama .area-points .points-container .points:before,
.tab-content-akita .area-points .points-container .points:before,
.tab-content-arrange .area-points .points-container .points:before,
.tab-content-kochi .area-points .points-container .points:after,
.tab-content-wakayama .area-points .points-container .points:after,
.tab-content-akita .area-points .points-container .points:after,
.tab-content-arrange .area-points .points-container .points:after {
  content: "";
  display: table;
}
.tab-content-kochi .area-points .points-container .points:after,
.tab-content-wakayama .area-points .points-container .points:after,
.tab-content-akita .area-points .points-container .points:after,
.tab-content-arrange .area-points .points-container .points:after {
  clear: both;
}
.tab-content-kochi .area-points .points-container .points li,
.tab-content-wakayama .area-points .points-container .points li,
.tab-content-akita .area-points .points-container .points li,
.tab-content-arrange .area-points .points-container .points li {
  float: left;
  width: 201px;
  min-height: 216px;
  padding: 0 33px;
}
.tab-content-kochi .area-points .points-container .points li .number,
.tab-content-wakayama .area-points .points-container .points li .number,
.tab-content-akita .area-points .points-container .points li .number,
.tab-content-arrange .area-points .points-container .points li .number {
  margin-bottom: 22px;
}
.tab-content-kochi .area-points .points-container .points li .sub-heading,
.tab-content-wakayama .area-points .points-container .points li .sub-heading,
.tab-content-akita .area-points .points-container .points li .sub-heading,
.tab-content-arrange .area-points .points-container .points li .sub-heading {
  margin-bottom: 7px;
  font-weight: bold;
  line-height: 1.47;
  text-align: center;
}
.tab-content-kochi .area-points .points-container .points li .text,
.tab-content-wakayama .area-points .points-container .points li .text,
.tab-content-akita .area-points .points-container .points li .text,
.tab-content-arrange .area-points .points-container .points li .text {
  font-size: 14px;
  line-height: 1.71;
}
.tab-content-kochi .area-points .points-container .decoration,
.tab-content-wakayama .area-points .points-container .decoration,
.tab-content-akita .area-points .points-container .decoration,
.tab-content-arrange .area-points .points-container .decoration {
  position: absolute;
  left: -69px;
  bottom: 14px;
}
.tab-content-kochi .area-points .note,
.tab-content-wakayama .area-points .note,
.tab-content-akita .area-points .note,
.tab-content-arrange .area-points .note {
  text-align: center;
  font-size: 12px;
  margin-top: 34px;
}
.tab-content-kochi .area-project,
.tab-content-wakayama .area-project,
.tab-content-akita .area-project,
.tab-content-arrange .area-project {
  background: #ccd300;
  padding: 100px 0 90px;
}
.tab-content-kochi .area-project .float-wrap,
.tab-content-wakayama .area-project .float-wrap,
.tab-content-akita .area-project .float-wrap,
.tab-content-arrange .area-project .float-wrap {
  position: relative;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.tab-content-kochi .area-project .float-wrap .float-content,
.tab-content-wakayama .area-project .float-wrap .float-content,
.tab-content-akita .area-project .float-wrap .float-content,
.tab-content-arrange .area-project .float-wrap .float-content {
  position: relative;
  float: left;
  width: 430px;
  height: 658px;
  border-radius: 10px;
  background-color: #fff;
  padding: 28px 20px;
}
.tab-content-kochi .area-project .float-wrap .float-content a,
.tab-content-wakayama .area-project .float-wrap .float-content a,
.tab-content-akita .area-project .float-wrap .float-content a,
.tab-content-arrange .area-project .float-wrap .float-content a {
  color: #000;
}
.tab-content-kochi .area-project .float-wrap .float-content .heading,
.tab-content-wakayama .area-project .float-wrap .float-content .heading,
.tab-content-akita .area-project .float-wrap .float-content .heading,
.tab-content-arrange .area-project .float-wrap .float-content .heading {
  margin-bottom: 17px;
}
.tab-content-kochi .area-project .float-wrap .float-content .figure,
.tab-content-wakayama .area-project .float-wrap .float-content .figure,
.tab-content-akita .area-project .float-wrap .float-content .figure,
.tab-content-arrange .area-project .float-wrap .float-content .figure {
  margin-bottom: 20px;
}
.tab-content-kochi .area-project .float-wrap .float-content .text,
.tab-content-wakayama .area-project .float-wrap .float-content .text,
.tab-content-akita .area-project .float-wrap .float-content .text,
.tab-content-arrange .area-project .float-wrap .float-content .text {
  padding: 0 20px;
  font-size: 14px;
  line-height: 1.75;
  height: 157px;
}
.tab-content-kochi .area-project .float-wrap .float-content .supplement,
.tab-content-wakayama .area-project .float-wrap .float-content .supplement,
.tab-content-akita .area-project .float-wrap .float-content .supplement,
.tab-content-arrange .area-project .float-wrap .float-content .supplement {
  position: absolute;
  left: 50%;
  bottom: 34px;
  width: 336px;
  margin-left: -168px;
  padding-top: 7px;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  color: #617d00;
}
.tab-content-kochi .area-project .float-wrap .float-content .supplement strong,
.tab-content-wakayama .area-project .float-wrap .float-content .supplement strong,
.tab-content-akita .area-project .float-wrap .float-content .supplement strong,
.tab-content-arrange .area-project .float-wrap .float-content .supplement strong {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 3px;
}
.tab-content-kochi .area-project .float-wrap .membership,
.tab-content-wakayama .area-project .float-wrap .membership,
.tab-content-akita .area-project .float-wrap .membership,
.tab-content-arrange .area-project .float-wrap .membership {
  margin-left: 20px;
}
.tab-content-kochi .area-project .float-wrap .decoration,
.tab-content-wakayama .area-project .float-wrap .decoration,
.tab-content-akita .area-project .float-wrap .decoration,
.tab-content-arrange .area-project .float-wrap .decoration {
  position: absolute;
  right: -75px;
  bottom: -73px;
}
.tab-content-kochi .area-news,
.tab-content-wakayama .area-news,
.tab-content-akita .area-news,
.tab-content-arrange .area-news {
  padding-top: 98px;
  padding-bottom: 85px;
}
.tab-content-kochi .area-news .heading,
.tab-content-wakayama .area-news .heading,
.tab-content-akita .area-news .heading,
.tab-content-arrange .area-news .heading {
  margin-bottom: 40px;
}
.tab-content-kochi .area-news .news-slide,
.tab-content-wakayama .area-news .news-slide,
.tab-content-akita .area-news .news-slide,
.tab-content-arrange .area-news .news-slide {
  position: relative;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.tab-content-kochi .area-news .news-slide .button,
.tab-content-wakayama .area-news .news-slide .button,
.tab-content-akita .area-news .news-slide .button,
.tab-content-arrange .area-news .news-slide .button {
  margin-top: -22px;
}
.tab-content-kochi .area-news .news-slide .prev,
.tab-content-wakayama .area-news .news-slide .prev,
.tab-content-akita .area-news .news-slide .prev,
.tab-content-arrange .area-news .news-slide .prev {
  position: absolute;
  left: -80px;
  top: 50%;
}
.tab-content-kochi .area-news .news-slide .next,
.tab-content-wakayama .area-news .news-slide .next,
.tab-content-akita .area-news .news-slide .next,
.tab-content-arrange .area-news .news-slide .next {
  position: absolute;
  right: -80px;
  top: 50%;
}
.tab-content-kochi .area-news .news-slide .slide,
.tab-content-wakayama .area-news .news-slide .slide,
.tab-content-akita .area-news .news-slide .slide,
.tab-content-arrange .area-news .news-slide .slide {
  width: 800px;
  float: left;
}
.tab-content-kochi .area-news .news li,
.tab-content-wakayama .area-news .news li,
.tab-content-akita .area-news .news li,
.tab-content-arrange .area-news .news li {
  padding: 10px;
  line-height: 1.33;
}
.tab-content-kochi .area-news .news .date,
.tab-content-wakayama .area-news .news .date,
.tab-content-akita .area-news .news .date,
.tab-content-arrange .area-news .news .date {
  display: inline-block;
  width: 82px;
  padding-left: 3px;
  font-size: 11px;
}
.tab-content-kochi .area-news .news .title,
.tab-content-wakayama .area-news .news .title,
.tab-content-akita .area-news .news .title,
.tab-content-arrange .area-news .news .title {
  display: inline-block;
}
.tab-content-wakayama .area-recipe .catch {
  margin-left: -3px;
}
.tab-content-wakayama .details .detail {
  height: 379px;
  padding-bottom: 0;
}
.tab-content-wakayama .details .detail.detail-2 .img-1 {
  margin-left: 20px;
}
.tab-content-wakayama .details .detail .word-explanation {
  text-align: right;
}
.tab-content-wakayama .area-kingdom .unit.vegetable ul li:nth-child(2),
.tab-content-wakayama .area-kingdom .unit.vegetable ul li:nth-child(6) {
  width: 240px;
}
.tab-content-wakayama .area-kingdom .unit.vegetable ul li:nth-child(4),
.tab-content-wakayama .area-kingdom .unit.vegetable ul li:nth-child(8) {
  border-right: none;
}
.tab-content-wakayama .area-kingdom .unit.fruit ul {
  width: 722px;
  margin: 0 auto;
}
.tab-content-wakayama .area-kingdom .unit.fruit ul li {
  width: 240px;
}
.tab-content-wakayama .area-kingdom .unit.fruit ul li:nth-child(3) {
  border-right: 0;
}
.tab-content-wakayama .area-kingdom .unit.seafood ul li {
  width: 239px;
}
.tab-content-wakayama .area-kingdom .unit.seafood ul li:nth-child(2) {
  width: 240px;
}
.tab-content-health {
  overflow: hidden;
}
.tab-content-health .area-heart-disease {
  position: relative;
}
.tab-content-health .area-heart-disease:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 12px;
  background: url("../images/bg-circle.png") center bottom;
}
.tab-content-health .area-heart-disease .supervision {
  font-size: 12px;
  margin-bottom: 10px;
  text-align: center;
}
.tab-content-health .area-heart-disease .heading {
  margin-bottom: 45px;
  padding-top: 5px;
}
.tab-content-health .area-heart-disease .grid {
  padding-bottom: 95px;
}
.tab-content-health .area-heart-disease .grid-inner {
  position: relative;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.tab-content-health .area-heart-disease .float-wrap {
  width: 960px;
}
.tab-content-health .area-heart-disease .float-wrap .text-container {
  padding: 0 20px;
}
.tab-content-health .area-heart-disease .float-wrap .text-container .text {
  padding: 5px 0;
  line-height: 2;
  letter-spacing: -0.8px;
}
.tab-content-health .area-heart-disease .float-wrap .text-container .text.annotation {
  font-size: 12px;
}
.tab-content-health .area-heart-disease .float-wrap .graph-container {
  line-height: 0;
  margin: 5px auto 40px;
  width: 600px;
}
.tab-content-health .area-salt {
  position: relative;
  z-index: 1;
  padding: 101px 0 0;
  background-color: #faf0df;
}
.tab-content-health .area-salt:before,
.tab-content-health .area-salt:after {
  display: block;
  content: "";
  width: 100%;
  height: 155px;
  background-color: #faf0df;
}
.tab-content-health .area-salt:before {
  position: absolute;
  left: 50%;
  bottom: -155px;
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: rotate(-12deg);
  -moz-transform: rotate(-12deg);
  -o-transform: rotate(-12deg);
  -ms-transform: rotate(-12deg);
  transform: rotate(-12deg);
}
.tab-content-health .area-salt:after {
  position: absolute;
  left: 50%;
  bottom: -310px;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(192deg);
  -moz-transform: rotate(192deg);
  -o-transform: rotate(192deg);
  -ms-transform: rotate(192deg);
  transform: rotate(192deg);
}
.tab-content-health .area-salt .heading {
  margin-bottom: 20px;
  padding-top: 5px;
}
.tab-content-health .area-salt .float-wrap {
  width: 799px;
  margin: 0 auto;
}
.tab-content-health .area-salt .float-wrap .float-content {
  text-align: left;
}
.tab-content-health .area-salt .float-wrap .text {
  line-height: 2;
  margin-top: 20px;
}
.tab-content-health .area-salt .float-wrap .annotation {
  font-size: 12px;
  line-height: 1.5;
}
.tab-content-health .area-salt .figure {
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
.tab-content-health .area-reduction {
  padding: 225px 0 102px;
  background: #dcc6a1;
}
.tab-content-health .area-reduction .heading {
  margin-bottom: 32px;
}
.tab-content-health .area-reduction .text {
  margin-bottom: 10px;
  line-height: 2;
  text-align: center;
}
.tab-content-health .area-reduction .figure {
  margin-top: -105px;
}
.tab-content-health .area-vegetable {
  padding-top: 50px;
  background: #ccd300;
}
.tab-content-health .area-vegetable .explanation-container {
  position: relative;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.tab-content-health .area-vegetable .explanation-container .heading {
  margin-bottom: 35px;
}
.tab-content-health .area-vegetable .explanation-container .text {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  line-height: 2;
}
.tab-content-health .area-vegetable .explanation-1 {
  padding-bottom: 80px;
}
.tab-content-health .area-vegetable .explanation-1 .heading {
  padding-top: 44px;
  padding-left: 4px;
}
.tab-content-health .area-vegetable .explanation-1 .figure {
  position: absolute;
  right: 0px;
  top: 135px;
}
.tab-content-health .area-vegetable .explanation-1 .text {
  padding-left: 80px;
  text-align: left;
  width: 563px;
}
.tab-content-health .area-vegetable .explanation-2 {
  padding-bottom: 80px;
}
.tab-content-health .area-vegetable .explanation-2 .figure {
  position: absolute;
  left: 0;
  top: 113px;
}
.tab-content-health .area-vegetable .explanation-2 .text {
  padding-left: 320px;
  text-align: left;
  width: 563px;
}
.tab-content-akita .area-kingdom {
  padding-bottom: 0px;
}
.tab-content-akita .area-kingdom .unit.vegetable ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tab-content-akita .area-kingdom .unit.vegetable ul li:nth-last-child(2) {
  margin-left: 240px;
}
.tab-content-akita .area-kingdom .unit.vegetable ul li:last-child {
  border-right: none;
}
.tab-content-akita .area-kingdom .unit.fruit ul {
  margin: 0 auto;
  width: 720px;
}
.tab-content-akita .area-kingdom .unit.fruit ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 240px;
}
.tab-content-akita .area-kingdom .unit-container {
  zoom: 1;
  margin: 0 auto;
  width: 960px;
}
.tab-content-akita .area-kingdom .unit-container:before,
.tab-content-akita .area-kingdom .unit-container:after {
  content: "";
  display: table;
}
.tab-content-akita .area-kingdom .unit-container:after {
  clear: both;
}
.tab-content-akita .area-kingdom .unit-container .seafood,
.tab-content-akita .area-kingdom .unit-container .meat,
.tab-content-akita .area-kingdom .unit-container .grain {
  float: left;
}
.tab-content-akita .area-kingdom .unit-container .seafood,
.tab-content-akita .area-kingdom .unit-container .grain {
  width: 239px;
}
.tab-content-akita .area-kingdom .unit-container .seafood ul li,
.tab-content-akita .area-kingdom .unit-container .grain ul li {
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 239px;
}
.tab-content-akita .area-kingdom .unit-container .meat {
  width: 482px;
}
.tab-content-akita .area-kingdom .unit-container .meat ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 239px;
}
.tab-content-akita .area-kingdom .unit-container .meat ul li:first-child {
  border-left: 1px solid #dfcaa8;
}
.tab-content-akita .area-kingdom .unit-container .grain .sub-heading img {
  margin-left: -18px;
}
.tab-content-arrange .area-recipe .heading {
  margin-bottom: 36px;
}
.tab-content-arrange .area-recipe .catch {
  margin-bottom: 27px;
  margin-left: 0;
}
.tab-content-arrange .area-recipe .viewport {
  margin-bottom: 0;
}
.tab-content-arrange .area-recipe .sub-heading {
  margin-top: 18px;
  margin-bottom: 40px;
  text-align: center;
  line-height: 0;
}
.tab-content-arrange .area-recipe .recipes-list {
  padding-bottom: 38px;
}
.tab-content-arrange .area-recipe .recipes-list li .thumbnail {
  overflow: hidden;
}
.tab-content-arrange .area-recipe .recipes-list li .thumbnail img {
  width: 100%;
}
.tab-content-arrange .area-kingdom {
  padding-bottom: 0;
}
.tab-content-arrange .unit-container {
  padding-top: 118px;
  background: url("../images/kingdom-bg-bottom.png") center top repeat-x #fff;
}
.tab-content-arrange .unit-container .unit {
  padding-bottom: 96px;
}
.tab-content-arrange .unit-container .unit .sub-heading {
  margin-bottom: 41px;
}
.tab-content-arrange .unit-container .unit ul li {
  width: 450px;
  margin-bottom: 34px;
  border-right: 0;
}
.tab-content-arrange .unit-container .unit ul li img {
  margin-left: 40px;
}
.tab-content-arrange .unit-container .unit ul li:nth-child(odd) {
  width: 510px;
}
.tab-content-arrange .area-project {
  padding-bottom: 100px;
}
.tab-content-arrange .area-project .float-wrap .basic {
  width: 840px;
  padding: 59px 60px 57px;
}
.tab-content-arrange .area-project .float-wrap .float-content {
  height: auto;
}
.tab-content-arrange .area-project .float-wrap .float-content .heading {
  margin-bottom: 36px;
}
.tab-content-arrange .area-project .float-wrap .float-content .text-container {
  float: left;
  width: 417px;
}
.tab-content-arrange .area-project .float-wrap .float-content .text {
  height: auto;
  padding: 0;
  line-height: 2;
}
.tab-content-arrange .area-project .float-wrap .float-content .figure {
  float: left;
  margin: 0 0 0 69px;
}
.tab-content-arrange .area-project .float-wrap .float-content .supplement {
  position: relative;
  left: auto;
  bottom: auto;
  width: auto;
  margin-left: 0;
  padding-top: 47px;
  text-align: left;
}
.remodal-overlay {
  background: rgba(0,0,0,0.8);
}
.remodal-wrapper {
  padding: 0;
}
.remodal-wrapper .remodal {
  background: none;
  max-width: 960px;
  padding: 100px 0 180px;
}
.remodal-wrapper .remodal .remodal-content {
  background: #fff;
  padding: 95px 0 0;
  position: relative;
}
.remodal-wrapper .remodal .button-close-1 {
  position: absolute;
  top: -15px;
  right: -15px;
}
.remodal-wrapper .remodal .button-close-2 {
  position: absolute;
  bottom: -80px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.recipe {
  background: #faf0df;
}
.recipe .header .unit {
  padding-bottom: 14px;
}
.recipe .header .nav {
  position: relative;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.recipe .header .nav .nav-list {
  zoom: 1;
}
.recipe .header .nav .nav-list:before,
.recipe .header .nav .nav-list:after {
  content: "";
  display: table;
}
.recipe .header .nav .nav-list:after {
  clear: both;
}
.recipe .header .nav .nav-list > li {
  float: left;
  padding-left: 1px;
  position: relative;
}
.recipe .header .nav .nav-list > li::before,
.recipe .header .nav .nav-list > li::after {
  content: '';
  display: block;
  margin: auto 0;
}
.recipe .header .nav .nav-list > li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #ccc;
  width: 1px;
  height: 12px;
}
.recipe .header .nav .nav-list > li:last-child {
  padding-right: 1px;
}
.recipe .header .nav .nav-list > li:last-child::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: #ccc;
  width: 1px;
  height: 12px;
}
.recipe .header .nav .nav-list > li > a {
  display: block;
  text-indent: 100%;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
}
.recipe .header .nav .nav-list > li.nav-about > a {
  width: 239px;
  height: 54px;
  background: url("../images/nav-buttons.png?f99245559f") no-repeat;
  background-position: 0px -54px;
}
.recipe .header .nav .nav-list > li.nav-about > a:hover {
  width: 239px;
  height: 54px;
  background: url("../images/nav-buttons.png?f99245559f") no-repeat;
  background-position: 0px 0px;
}
.recipe .header .nav .nav-list > li.nav-recipe > a {
  width: 239px;
  height: 54px;
  background: url("../images/nav-buttons.png?f99245559f") no-repeat;
  background-position: 0px -486px;
}
.recipe .header .nav .nav-list > li.nav-recipe > a:hover {
  width: 239px;
  height: 54px;
  background: url("../images/nav-buttons.png?f99245559f") no-repeat;
  background-position: 0px -432px;
}
.recipe .header .nav .nav-list > li.nav-recipe .submenu {
  position: absolute;
  top: 52px;
  left: 48px;
}
.recipe .header .nav .nav-list > li.nav-recipe .submenu ul {
  border-radius: 10px;
}
.recipe .header .nav .nav-list > li.nav-recipe .submenu ul li a {
  padding: 12px 0 12px 15px;
}
.recipe .header .nav .nav-list > li.nav-recipe .submenu ul li a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  border: 0px;
  border-right: solid 2px #fb6f6d;
  border-top: solid 2px #fb6f6d;
  margin-top: -4px;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.recipe .header .nav .nav-list > li.nav-recipe:hover .submenu {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.recipe .header .nav .nav-list > li.nav-recipe:hover .submenu ul li a:hover::after {
  right: 12px;
}
.recipe .header .nav .nav-list > li.nav-health > a {
  width: 238px;
  height: 54px;
  background: url("../images/nav-buttons.png?f99245559f") no-repeat;
  background-position: 0px -162px;
}
.recipe .header .nav .nav-list > li.nav-health > a:hover {
  width: 238px;
  height: 54px;
  background: url("../images/nav-buttons.png?f99245559f") no-repeat;
  background-position: 0px -108px;
}
.recipe .header .nav .nav-list > li.nav-project > a {
  width: 239px;
  height: 54px;
  background: url("../images/nav-buttons.png?f99245559f") no-repeat;
  background-position: 0px -270px;
}
.recipe .header .nav .nav-list > li.nav-project > a:hover {
  width: 239px;
  height: 54px;
  background: url("../images/nav-buttons.png?f99245559f") no-repeat;
  background-position: 0px -216px;
}
.recipe .header .inner {
  zoom: 1;
  position: relative;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 28px;
}
.recipe .header .inner:before,
.recipe .header .inner:after {
  content: "";
  display: table;
}
.recipe .header .inner:after {
  clear: both;
}
.recipe .header .logo {
  float: left;
  width: 96px;
  padding-top: 35px;
  padding-bottom: 31px;
}
.recipe .header .tag {
  float: left;
  width: 243px;
  margin-left: 174px;
  margin-top: 33px;
  font-size: 20px;
  line-height: 0;
  background: url("../images/recipe/header-bg-line.png") right top no-repeat;
}
.recipe .header .tag > * {
  display: inline-block;
  vertical-align: middle;
}
.recipe .header .tag a {
  width: 120px;
  height: 30px;
  background: url("../images/buttons.png?972a897a56") no-repeat;
  background-position: 0px -616px;
  text-indent: 100%;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
}
.recipe .header .tag a:hover {
  width: 120px;
  height: 30px;
  background: url("../images/buttons.png?972a897a56") no-repeat;
  background-position: 0px -586px;
}
.recipe .header .tag span {
  width: 123px;
  text-align: center;
  line-height: 1;
}
.recipe .header .seasons {
  float: left;
  margin-top: 31px;
  margin-left: 19px;
  padding-right: 19px;
  background: url("../images/recipe/header-bg-line.png") right 7px no-repeat;
}
.recipe .header .seasons li {
  position: relative;
  float: left;
  width: 18px;
  padding: 11px 10px;
  line-height: 1;
}
.recipe .header .seasons li.selected:before {
  display: block;
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: 40px;
  height: 40px;
  background: url("../images/recipe/header-bg-selected.png") left top no-repeat;
}
.recipe .header .meals {
  float: left;
  margin-top: 31px;
  margin-left: 30px;
}
.recipe .header .meals li {
  white-space: nowrap;
  position: relative;
  float: left;
  width: 36px;
  padding: 11px 10px;
  line-height: 1;
}
.win .recipe .header .meals li {
  letter-spacing: -1px;
  text-indent: -1px;
}
.recipe .header .meals li.selected:before {
  display: block;
  content: "";
  position: absolute;
  left: 7px;
  top: 0;
  width: 40px;
  height: 40px;
  background: url("../images/recipe/header-bg-selected.png") left top no-repeat;
}
.recipe .header:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 8px;
  background: url("../images/recipe/bg-header.png") center bottom repeat-x;
}
.recipe .main {
  padding-top: 85px;
  position: relative;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.recipe .recipe-title {
  margin-bottom: 37px;
  padding-top: 49px;
  font-size: 40px;
  line-height: 1.35;
  font-weight: bold;
  text-align: center;
  background: url("../images/recipe/recipe-title-bg.png") center top no-repeat;
}
.recipe .recipe-title .numero-sign {
  font-size: 20px;
}
.recipe .recipe-title .title {
  display: block;
}
.recipe .recipe-title .title rt {
  font-size: 14px;
}
.recipe .recipe-photo {
  position: relative;
  margin-bottom: 41px;
}
.recipe .recipe-photo img {
  position: relative;
  z-index: 1;
}
.recipe .recipe-photo .badge {
  position: absolute;
  right: -28px;
  top: -40px;
}
.recipe .nutrients-unit {
  background: #fff;
  border: 2px solid #f49600;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 0 4px #fff;
  box-shadow: 0 0 0 4px #fff;
  margin-bottom: 74px;
  padding: 20px 29px;
}
.recipe .nutrients-unit.nave-annotation {
  margin-bottom: 12px;
}
.recipe .nutrients dt {
  float: left;
  width: 107px;
  margin-right: 29px;
}
.recipe .nutrients dd {
  overflow: hidden;
  font-size: 14px;
}
.recipe .recipe-photo-annotation {
  margin-bottom: 39px;
  font-size: 14px;
  text-align: right;
}
.recipe .instruction-container .name {
  margin-bottom: 51px;
  padding-top: 40px;
  padding-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  background: url("../images/recipe/menu-name-bg.png") left bottom no-repeat;
}
.recipe .instruction-container .name span {
  display: block;
  font-size: 14px;
}
.recipe .instruction-container .name div {
  position: relative;
  display: inline;
}
.recipe .instruction-container .name div::before {
  position: absolute;
  right: -81px;
  top: -43px;
  display: block;
  content: "";
  width: 105px;
  height: 52px;
  background: url("../images/recipe/name-decoration.png") left bottom no-repeat;
}
.recipe .instruction-container .float-wrap {
  padding-bottom: 50px;
}
.recipe .instruction-container .ingredients {
  position: relative;
  float: left;
  width: 195px;
  padding: 0 23px 0 22px;
  margin: 10px 40px;
  background: url("../images/recipe/ingredients-bg-repeat.png") left top repeat-y;
}
.recipe .instruction-container .ingredients:before,
.recipe .instruction-container .ingredients:after {
  display: block;
  content: "";
  width: 240px;
  height: 10px;
}
.recipe .instruction-container .ingredients:before {
  position: absolute;
  left: 0;
  top: -10px;
  background: url("../images/recipe/ingredients-bg-top.png") left top;
}
.recipe .instruction-container .ingredients:after {
  position: absolute;
  left: 0;
  bottom: -10px;
  background: url("../images/recipe/ingredients-bg-bottom.png") left top;
}
.recipe .instruction-container .ingredients .sub-heading {
  margin-bottom: 20px;
  padding-top: 14px;
  text-align: center;
  font-size: 18px;
  color: #f44b00;
  font-weight: bold;
  line-height: 0;
  background: url("../images/recipe/ingredients-heading-bg.png") center bottom no-repeat;
}
.recipe .instruction-container .ingredients .sub-heading.text {
  line-height: 1;
  padding-bottom: 23px;
}
.recipe .instruction-container .ingredients .sub-heading span {
  display: block;
  padding-top: 7px;
  font-size: 12px;
}
.recipe .instruction-container .ingredients .material-list {
  padding-bottom: 20px;
  font-size: 13px;
  line-height: 1.3;
}
.recipe .instruction-container .ingredients .material-list td {
  vertical-align: top;
  width: 110px;
  padding-bottom: 15px;
}
.recipe .instruction-container .ingredients .material-list td:nth-child(even) {
  width: 85px;
  text-align: right;
}
.recipe .instruction-container .ingredients .material-list a {
  color: #000;
}
.recipe .instruction-container .ingredients .material-list a:hover {
  text-decoration: none;
}
.recipe .instruction-container .ingredients .asterisk {
  font-size: 12px;
  padding-bottom: 20px;
}
.recipe .instruction-container .instruction {
  float: left;
  width: 640px;
}
.recipe .instruction-container .instruction .sub-menu-name {
  margin-top: 50px;
  font-size: 16px;
  font-weight: bold;
}
.recipe .instruction-container .instruction .steps {
  margin-top: 20px;
}
.recipe .instruction-container .instruction .steps li {
  margin-bottom: 32px;
  padding-left: 50px;
}
.recipe .instruction-container .instruction .steps li:nth-of-type(1) {
  background: url("../images/recipe/instruction-number-1.png") left center no-repeat;
}
.recipe .instruction-container .instruction .steps li:nth-of-type(2) {
  background: url("../images/recipe/instruction-number-2.png") left center no-repeat;
}
.recipe .instruction-container .instruction .steps li:nth-of-type(3) {
  background: url("../images/recipe/instruction-number-3.png") left center no-repeat;
}
.recipe .instruction-container .instruction .steps li:nth-of-type(4) {
  background: url("../images/recipe/instruction-number-4.png") left center no-repeat;
}
.recipe .instruction-container .instruction .steps li:nth-of-type(5) {
  background: url("../images/recipe/instruction-number-5.png") left center no-repeat;
}
.recipe .instruction-container .instruction .steps li:nth-of-type(6) {
  background: url("../images/recipe/instruction-number-6.png") left center no-repeat;
}
.recipe .instruction-container .instruction .steps li:nth-of-type(7) {
  background: url("../images/recipe/instruction-number-7.png") left center no-repeat;
}
.recipe .instruction-container .instruction .steps li .asterisk {
  font-size: 10px;
  vertical-align: super;
}
.recipe .instruction-container .instruction .steps li.photo {
  padding-left: 0;
  line-height: 0;
  background: none;
}
.recipe .instruction-container .instruction .steps li.photo img {
  width: 300px;
}
.recipe .instruction-container .instruction .steps li.text {
  padding-left: 0;
  background: none !important;
}
.recipe .instruction-container .instruction .steps li:last-child {
  margin-bottom: 0;
}
.recipe .instruction-container .instruction .supplement {
  font-size: 12px;
  text-align: right;
}
.recipe .instruction-container .instruction .sub-menu {
  margin-bottom: 15px;
  font-size: 14px;
}
.recipe .instruction-container .instruction .dashi-steps {
  margin-top: 10px;
}
.recipe .instruction-container .instruction .dashi-steps.dashi-steps-secondary li {
  background: none;
  padding-left: 0;
}
.recipe .instruction-container .recipe-meal-prep {
  width: 800px;
  margin: 0 auto;
  padding: 0 40px 40px;
  background-color: #fff9f0;
  border-radius: 10px;
}
.recipe .instruction-container .recipe-meal-prep .name {
  margin-bottom: 48px;
  padding-top: 35px;
  font-size: 18px;
  color: #963;
  background: url("../images/recipe/menu-name-bg-brown.png") left bottom repeat-x;
}
.recipe .instruction-container .recipe-meal-prep .float-wrap {
  padding-bottom: 40px;
}
.recipe .instruction-container .recipe-meal-prep .ingredients {
  margin: 10px 0;
  background: url("../images/recipe/ingredients-bg-brown-repeat.png") left top repeat-y;
}
.recipe .instruction-container .recipe-meal-prep .ingredients:before {
  background: url("../images/recipe/ingredients-bg-brown-top.png") left top;
}
.recipe .instruction-container .recipe-meal-prep .ingredients:after {
  background: url("../images/recipe/ingredients-bg-brown-bottom.png") left top;
}
.recipe .instruction-container .recipe-meal-prep .ingredients .sub-heading {
  padding-bottom: 23px;
  line-height: 1;
  color: #963;
  font-weight: bold;
  background: url("../images/recipe/ingredients-heading-bg-brown.png") center bottom no-repeat;
}
.recipe .instruction-container .recipe-meal-prep .instruction {
  width: 530px;
  padding-right: 30px;
}
.recipe .instruction-container .recipe-meal-prep .instruction .steps li:nth-of-type(1) {
  background: url("../images/recipe/instruction-number-brown-1.png") left center no-repeat;
}
.recipe .instruction-container .recipe-meal-prep .instruction .steps li:nth-of-type(2) {
  background: url("../images/recipe/instruction-number-brown-2.png") left center no-repeat;
}
.recipe .instruction-container .recipe-meal-prep .instruction .steps li:nth-of-type(3) {
  background: url("../images/recipe/instruction-number-brown-3.png") left center no-repeat;
}
.recipe .instruction-container .recipe-meal-prep .instruction .steps li:nth-of-type(4) {
  background: url("../images/recipe/instruction-number-brown-4.png") left center no-repeat;
}
.recipe .instruction-container .recipe-meal-prep .instruction .steps li:nth-of-type(5) {
  background: url("../images/recipe/instruction-number-brown-5.png") left center no-repeat;
}
.recipe .instruction-container .recipe-meal-prep .point-container {
  margin-bottom: 0;
  background: url("../images/recipe/point-bg-brown.png") 27px 36px no-repeat #b08247;
}
.recipe .button-tane,
.recipe .button-back {
  display: block;
  width: 260px;
  margin: 0 auto 60px;
  padding: 20px 0 18px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  background-color: #ff4e00;
  text-decoration: none;
}
.recipe .button-tane span,
.recipe .button-back span {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font-weight: normal;
}
.recipe .button-tane:hover,
.recipe .button-back:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.recipe .button-back {
  width: 220px;
  padding: 25px 0;
}
.recipe .recipe-annotation {
  margin: 50px 0 15px;
  text-align: center;
  font-size: 12px;
}
.recipe .point-container {
  min-height: 120px;
  margin-bottom: 66px;
  padding: 30px 40px 26px 160px;
  border-radius: 10px;
  background: url("../images/recipe/point-bg.png") 40px 40px no-repeat #f49600;
}
.recipe .point-container .text,
.recipe .point-container .texts li {
  font-size: 16px;
  line-height: 2.5;
  color: #fff;
  font-weight: bold;
  text-align: justify;
  text-justify: inter-ideograph;
  background: url("../images/recipe/point-bg-line.png") left top repeat-y;
}
.recipe .point-container .texts li {
  font-weight: normal;
  padding-left: 1em;
  text-indent: -1em;
}
.recipe .paging-container {
  position: relative;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.recipe .paging-container .back {
  margin: 0 auto 100px;
}
.recipe .paging-container .prev-text {
  position: absolute;
  left: 0;
  top: 20px;
}
.recipe .paging-container .next-text {
  position: absolute;
  right: 0;
  top: 20px;
}
.page-recipe-arrange .recipe .header .tag,
.page-recipe-tane .recipe .header .tag {
  width: 292px;
  margin-left: 245px;
}
.page-recipe-arrange .recipe .header .tag span,
.page-recipe-tane .recipe .header .tag span {
  width: 172px;
}
.page-recipe-arrange .recipe .recipe-photo img,
.page-recipe-tane .recipe .recipe-photo img {
  width: 100%;
}
.page-recipe-arrange .recipe .instruction-container .menu,
.page-recipe-tane .recipe .instruction-container .menu {
  margin-bottom: 54px;
}
.page-recipe-arrange .recipe .instruction-container .recipe-meal-prep .menu,
.page-recipe-tane .recipe .instruction-container .recipe-meal-prep .menu {
  margin-bottom: 0;
}
.page-recipe-arrange .recipe .instruction-container .instruction .steps li span,
.page-recipe-tane .recipe .instruction-container .instruction .steps li span {
  font-size: 12px;
}
.page-recipe-tane .recipe .header .tag {
  float: none;
  width: 292px;
  margin-right: auto;
  margin-left: auto;
  background: none;
}
.page-recipe-tane .recipe .recipe-title {
  margin-bottom: 19px;
}
.page-recipe-tane .recipe .recipe-title .badge {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}
.page-recipe-tane .recipe .recipe-title .title {
  display: inline;
  vertical-align: middle;
  padding-left: 15px;
}
.page-recipe-tane .recipe .recipe-photo {
  margin-bottom: 70px;
}
.page-recipe-tane .recipe .instruction-container .heading {
  margin-bottom: 54px;
}
.page-recipe-tane .recipe .instruction-container .float-wrap {
  margin-bottom: 71px;
  padding-bottom: 0;
}
.page-recipe-tane .recipe .instruction-container .ingredients {
  margin-left: 0;
}
.page-recipe-tane .recipe .recipe-annotation {
  display: none;
}
.page-recipe-tane .recipe .point-container {
  margin-bottom: 124px;
}
.page-recipe-tane .recipe .point-container .list li {
  font-weight: bold;
}
.page-recipe-tane .arrange-recipe-container {
  padding: 0 40px;
}
.page-recipe-tane .arrange-recipe-container .container-heading {
  margin: 0 0 0 -48px;
  line-height: 0;
}
.page-recipe-tane .arrange-recipe-container div.menu {
  margin-bottom: 17px;
  padding-bottom: 64px;
  background: url("../images/recipe/decoration-orange.png") left bottom no-repeat;
}
.page-recipe-tane .arrange-recipe-container div.menu:last-child {
  background: none;
}
.page-recipe-tane .arrange-recipe-container .recipe-title {
  margin-bottom: 25px;
  padding-top: 55px;
  font-size: 32px;
  background: none;
}
.page-recipe-tane .arrange-recipe-container .recipe-title .title {
  padding-left: 0;
}
.page-recipe-tane .arrange-recipe-container .instruction-container .heading {
  margin-bottom: 33px;
}
.page-recipe-tane .arrange-recipe-container .instruction-container .text {
  margin-bottom: 53px;
}
.page-recipe-tane .arrange-recipe-container .instruction-container .text span {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.page-recipe-tane .arrange-recipe-container .instruction-container .menu {
  margin-bottom: 0;
}
.page-recipe-tane .arrange-recipe-container .instruction-container .menu .float-wrap {
  margin-bottom: 0;
}
.page-recipe-tane .arrange-recipe-container .instruction-container .instruction {
  width: 600px;
}
.page-recipe-tane .arrange-recipe-container .instruction-container .instruction .steps li span {
  font-size: 12px;
}

/*# sourceMappingURL=style.css.map */
