@charset "UTF-8";
/* FANCYBOX */
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
  color: #ccc;
}
.fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:focus, .fancybox-button:hover {
  color: #fff;
}
.fancybox-button.disabled, .fancybox-button[disabled] {
  color: #888;
  cursor: default;
}
.fancybox-button.disabled:hover, .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}
.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--play svg path {
  fill: currentColor;
}
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--share svg path, .fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}
.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}
.fancybox-close-small:focus {
  outline: none;
}
.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
}
.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}
.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}
.fancybox-caption a {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(99, 99, 99, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
/* COMPASS
 * ----------------------------------------------- */
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* BASE
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

body img {
  max-height: none;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  font: inherit;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
}

/* GENERAL
 * ----------------------------------------------- */
body {
  color: #645450;
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  background: #FFF9EB;
}
body.ovl {
  width: 100%;
}

.ft-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

.ft-td {
  font-family: "tbcgothic-std";
}

/* SLICK */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.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-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* HELPERS
 * ----------------------------------------------- */
a {
  color: #645450;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

.trans {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.26s ease;
  -o-transition: opacity 0.26s ease;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
}
.trans:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
  text-justify: distribute;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.area-wrap {
  margin-top: 60px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  top: 60px;
  opacity: 0;
  display: none;
}
.overlay.show {
  opacity: 1;
  display: block;
}

/* RESPONSIVE
 * ----------------------------------------------- */
@media (min-width: 768px) {
  .area-wrap {
    margin-top: 80px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 930px;
  }
}
/* PARTS
 * ----------------------------------------------- */
/* COMMON HEADER
 * ----------------------------------------------- */
header {
  position: fixed;
  min-height: 60px;
  width: 100%;
  top: 0;
  left: 0;
  background: #F4EEE4;
  z-index: 99;
  box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.3);
}
header .container-fluid {
  padding: 0;
}
header .upper-header {
  display: none;
}
header .main-head {
  position: relative;
  padding-left: 15px;
  min-height: 60px;
}
header .main-head .header-logo {
  padding-top: 15px;
}
header .btn-menu {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 60px;
  height: 60px;
  background: #009E41;
  text-align: center;
}
header .btn-menu .text {
  font-size: 12px;
  font-weight: bold;
  color: rgba(247, 242, 233, 0.8);
  margin-top: 35px;
}
header .btn-menu .text .act {
  display: none;
}
header .btn-menu.active {
  background: #48413D;
}
header .btn-menu.active .text .act {
  display: block;
}
header .btn-menu.active .text .nor {
  display: none;
}
header .btn-menu.active .hamburger {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .btn-menu.active .hamburger:after {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: 0;
}
header .btn-menu.active .hamburger:before {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}
header .btn-menu .hamburger {
  width: 18px;
  height: 2px;
  background: #F4EEE4;
  display: block;
  transform-origin: center;
  transition: 0.5s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -9px;
  margin-top: -7px;
}
header .btn-menu .hamburger:after {
  transition: 0.5s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #F4EEE4;
}
header .btn-menu .hamburger:before {
  transition: 0.5s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #F4EEE4;
  top: -6px;
}
header .btn-menu .hamburger:after {
  bottom: -6px;
}
header nav.navigation {
  position: absolute;
  width: 100%;
  left: 0;
  top: -2000px;
  z-index: 9;
  transition: all 0.6s ease;
  overflow-y: scroll;
}
header nav.navigation.active {
  top: 100%;
}
header nav.navigation .menu {
  background: #F7F2E9;
  position: relative;
  z-index: 9;
}
header nav.navigation .menu li {
  border-top: 1px solid rgba(52, 39, 26, 0.2);
}
header nav.navigation .menu li a {
  display: block;
  font-size: 17px;
  font-weight: bold;
  padding: 18px 30px;
  background: url("../img/common/arrow5@2x.png") no-repeat 15px 25px;
  background-size: 6px;
}
header nav.navigation .menu-so {
  background: #F7F2E9;
  position: relative;
  z-index: 9;
  font-family: YuGothic, "Yu Gothic";
}
header nav.navigation .menu-so li {
  background: rgba(0, 145, 58, 0.05);
  border-top: 1px solid rgba(52, 39, 26, 0.2);
}
header nav.navigation .menu-so li a {
  display: block;
  padding: 9px 30px;
  background: url("../img/common/arrow3@2x.png") no-repeat 15px 15px;
  background-size: 6px;
}

@media (min-width: 768px) {
  header .upper-header {
    background: #00913A;
    height: 25px;
    padding-left: 10px;
  }
  header .upper-header .logo-h {
    padding-top: 5px;
  }
  header .upper-header .logo-h img {
    display: block;
  }
  header .upper-header .menu-social {
    position: absolute;
    right: 0;
    top: 2px;
    padding-right: 10px;
    font-family: YuGothic, "Yu Gothic";
  }
  header .upper-header .menu-social li {
    display: inline-block;
    padding-left: 10px;
    background: url("../img/common/arrow1@2x.png") no-repeat left center;
    background-size: 6px;
    margin-left: 10px;
  }
  header .upper-header .menu-social li a {
    color: #fff;
    font-weight: bold;
    font-size: 13px;
  }
  header .main-head {
    min-height: 55px;
  }
  header .main-head .header-logo {
    padding-top: 12px;
  }
  header .main-head .header-logo a {
    display: inline-block;
  }
  header .main-head .header-logo a:hover {
    background: rgba(244, 238, 228, 0.1);
  }
  header nav.navigation {
    width: auto;
    left: auto;
    top: 0;
    right: 0;
    overflow: hidden;
    height: auto !important;
  }
  header nav.navigation.active {
    top: 0;
  }
  header nav.navigation .menu {
    background: none;
    -ms-display: flex;
    display: flex;
    padding-right: 5px;
  }
  header nav.navigation .menu li {
    display: inline-block;
    border: none;
    text-align: center;
  }
  header nav.navigation .menu li a {
    padding: 0;
    background: none;
    font-size: 13px;
    line-height: 1.25;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    align-items: center;
    height: 55px;
    padding: 0 10px;
    transition: all 0.3s ease;
  }
  header nav.navigation .menu li a:hover {
    background: rgba(0, 145, 58, 0.1);
  }
  header nav.navigation .menu li.active a {
    background: rgba(35, 24, 21, 0.1);
  }

  .overlay.show {
    display: none;
  }
}
@media (min-width: 992px) {
  header .upper-header .menu-social {
    top: 2px;
  }
  header .upper-header .menu-social li {
    margin-left: 19px;
  }
  header .upper-header .menu-social li a {
    font-size: 15px;
  }
  header nav.navigation .menu {
    padding-right: 15px;
  }
  header nav.navigation .menu li a {
    padding: 0;
    background: none;
    font-size: 16px;
    padding: 0 16px;
  }
}
.ie.desktop header .upper-header .menu-social li {
  background-position: 0 6px;
}
.ie.desktop header .upper-header .menu-social li a {
  line-height: 26px;
  display: block;
}

/* COMMON FOOTER
 * ----------------------------------------------- */
footer .to-top {
  text-align: center;
  background: #645450;
}
footer .to-top a {
  display: block;
  padding: 12px 0;
  transition: all 0.3s ease;
}
footer .to-top span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
footer .to-top:hover a {
  background: rgba(244, 238, 228, 0.1);
}
footer .main-footer {
  background: #008B39;
  color: #F4EEE4;
  font-weight: bold;
  padding: 27px 0;
}
footer .main-footer .left .inner {
  border-bottom: 1px solid rgba(244, 238, 228, 0.5);
  padding-bottom: 20px;
}
footer .main-footer .left .ttl {
  margin-bottom: 10px;
}
footer .main-footer .left .logo-ft {
  margin-bottom: 10px;
}
footer .main-footer .left .logo-ft img {
  display: block;
}
footer .main-footer .left table {
  line-height: 1.6;
}
footer .main-footer .left table th, footer .main-footer .left table td {
  font-weight: bold;
}
footer .main-footer .left table th {
  width: 77px;
  vertical-align: top;
  position: relative;
}
footer .main-footer .left table th:before {
  position: absolute;
  content: "：";
  font-size: 15px;
  font-weight: bold;
  right: 0;
  top: 0;
}
footer .main-footer .left .list-note {
  font-size: 13px;
  line-height: 1.69231;
  margin-top: 10px;
}
footer .main-footer .right {
  padding-top: 20px;
}
footer .main-footer .right .img-map img {
  display: block;
  width: 100%;
}
footer .main-footer .right p {
  font-size: 13px;
  line-height: 1.69231;
  margin-top: 15px;
}
footer .main-footer .right .btn-to {
  text-align: center;
  margin-top: 15px;
}
footer .main-footer .right .btn-to a {
  height: 56px;
  line-height: 56px;
  width: 204px;
  display: inline-block;
  padding: 0 15px;
  border-radius: 4px;
  border: 2px solid #fff;
}
footer .main-footer .right .btn-to a span {
  font-weight: bold;
  color: #fff;
  background: url("../img/common/arrow1@2x.png") no-repeat left center;
  background-size: 6px;
  display: block;
}
footer .comp-footer {
  background: url("../img/common/ja.jpg") no-repeat right center;
  background-size: cover;
  padding: 14px 0;
}
footer .comp-footer .logo-hid {
  display: inline-block;
  vertical-align: middle;
}
footer .comp-footer .btn-ja {
  display: inline-block;
  vertical-align: middle;
  margin-left: 28px;
}
footer .comp-footer .btn-ja a {
  display: block;
  width: 210px;
  border: 2px solid #006633;
  border-radius: 6px;
  height: 57px;
  line-height: 53px;
  font-weight: bold;
  color: #063;
  background: url("../img/common/arrow5@2x.png") no-repeat 96% center;
  background-size: 6px;
  padding-left: 25px;
}
footer .copy-right {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background: #003C19;
  padding: 13px 0;
}

@media (min-width: 768px) {
  footer .main-footer {
    padding-top: 40px;
    padding-bottom: 56px;
    color: #fff;
  }
  footer .main-footer .left {
    border-right: 1px solid rgba(244, 238, 228, 0.5);
  }
  footer .main-footer .left .inner {
    border-bottom: none;
    padding-bottom: 0;
  }
  footer .main-footer .right {
    padding-top: 0;
    padding-left: 30px;
  }
  footer .main-footer .right .btn-to {
    text-align: left;
  }
  footer .main-footer .right .btn-to a {
    width: 300px;
    height: 40px;
    line-height: 36px;
    text-align: center;
  }
  footer .main-footer .right .btn-to a span {
    background-position: right center;
  }
  footer .copy-right {
    color: rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 992px) {
  footer .main-footer .left .inner {
    padding-left: 62px;
  }
  footer .main-footer .left .ttl {
    margin-bottom: 3px;
  }
  footer .main-footer .left .logo-ft {
    margin-bottom: 14px;
  }
  footer .main-footer .right {
    padding-left: 70px;
  }
  footer .main-footer .right .img-map {
    width: 345px;
  }
  footer .main-footer .right .btn-to a {
    transition: all 0.2s;
  }
  footer .main-footer .right .btn-to a:hover {
    border: 2px solid #008B39;
    background: #fff;
  }
  footer .main-footer .right .btn-to a:hover span {
    color: #008B39;
    background: url("../img/common/arrow5@2x.png") no-repeat right center;
    background-size: 6px;
  }
  footer .comp-footer {
    padding: 14px 0 20px;
  }
  footer .comp-footer .btn-ja a {
    transition: all 0.2s;
  }
  footer .comp-footer .btn-ja a:hover {
    border: 2px solid #008B39;
    color: #fff;
    background: #008B39 url("../img/common/arrow1@2x.png") no-repeat 96% center;
    background-size: 6px;
  }
}
/* COMMON TITLES
 * ----------------------------------------------- */
.ttl-cm {
  margin: -70px auto 0;
  text-align: center;
  position: relative;
  padding-top: 20px;
}
.ttl-cm:before {
  position: absolute;
  content: "";
  width: 162px;
  height: 162px;
  border-radius: 50%;
  left: 50%;
  margin-left: -81px;
  top: 0;
}
.ttl-cm img {
  display: block;
  margin: 0 auto;
  position: relative;
}
.ttl-cm span {
  display: block;
  font-size: 30px;
  position: relative;
}

.ttl-cm02 {
  background: #F4EEE4;
  border: 1px solid #B19E9A;
  position: relative;
  padding: 4px 20px;
  height: 31px;
  font-weight: bold;
}
.ttl-cm02:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 31px;
  left: -1px;
  top: -1px;
  background: #645450;
}

.sttl {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 12px;
}

@media (min-width: 992px) {
  .ttl-cm {
    padding-top: 37px;
  }
}
/* COMMON BUTTONS
 * ----------------------------------------------- */
.btn-cm01 {
  text-align: center;
}
.btn-cm01 a {
  background: -moz-linear-gradient(left, #d66d00 0%, #d78800 49%, #d78800 52%, #d99d00 100%);
  background: -webkit-linear-gradient(left, #d66d00 0%, #d78800 49%, #d78800 52%, #d99d00 100%);
  background: linear-gradient(to right, #d66d00 0%, #d78800 49%, #d78800 52%, #d99d00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d66d00', endColorstr='#d99d00',GradientType=1 );
  height: 56px;
  line-height: 56px;
  width: 204px;
  display: inline-block;
  padding: 0 15px;
  border-radius: 4px;
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.4);
  transition: all 0.2s;
}
.btn-cm01 a span {
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  background: url("../img/common/arrow2@2x.png") no-repeat left center;
  background-size: 15px;
  display: block;
  height: 100%;
}

@media (min-width: 992px) {
  .btn-cm01 a:hover {
    box-shadow: 0px 4px 10px 0px rgba(50, 50, 50, 0.2);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
/* COMMON BREADCRUMBS
 * ----------------------------------------------- */
.breadcrumb {
  background: #645450;
  border-radius: 0;
  padding: 7px 0;
  margin-bottom: 0;
}
.breadcrumb .bread li {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
}
.breadcrumb .bread li.home {
  padding-left: 20px;
}
.breadcrumb .bread li.home:after {
  position: absolute;
  content: "";
  background: url("../img/common/home_icon@2x.png") no-repeat;
  width: 16px;
  height: 13px;
  background-size: 100%;
  left: 0;
  top: 3px;
}
.breadcrumb .bread li:before {
  position: absolute;
  content: "";
  background: url("../img/common/arrow1@2x.png") no-repeat;
  width: 6px;
  height: 10px;
  background-size: 100%;
  right: -6px;
  top: 6px;
}
.breadcrumb .bread li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.breadcrumb .bread li:last-child:before {
  display: none;
}
.breadcrumb .bread li a {
  color: #fff;
}

@media (min-width: 768px) {
  .breadcrumb {
    padding: 0;
  }
  .breadcrumb .bread {
    margin-left: -15px;
  }
}
.ie.desktop .breadcrumb .bread {
  line-height: 1;
}
.ie.desktop .breadcrumb .bread li {
  padding-top: 6px;
}

/* COMMON FORMS
 * ----------------------------------------------- */
.common-button {
  padding-bottom: 2px;
  background: rgba(72, 65, 61, 0.1);
}
.common-button .container {
  padding: 0;
}
.common-button .list-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 1px;
}
.common-button .list-button li {
  width: 50%;
  padding: 1px;
}
.common-button .list-button li a {
  display: block;
}
.common-button .list-button li a:hover img {
  background: rgba(244, 238, 228, 0.1);
}
.common-button .list-button li.active a {
  box-shadow: none;
}
.common-button .list-button li.active a img.on {
  display: none;
}
.common-button .list-button li.active a img.off {
  display: block;
}
.common-button .list-button li img {
  width: 100%;
}
.common-button .list-button li img.on {
  display: block;
}
.common-button .list-button li img.off {
  display: none;
}

@media (min-width: 768px) {
  .common-button .list-button li {
    width: 33.3333%;
    padding: 15px;
  }
  .common-button .list-button li a {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.4);
    transition: 0.3s;
  }
  .common-button .list-button li a:hover {
    background: rgba(244, 238, 228, 0.1);
    box-shadow: 0px 4px 10px 0px rgba(50, 50, 50, 0.2);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
@media (min-width: 992px) {
  .common-button {
    padding: 45px 0;
  }
}
.common-banner {
  height: 100px;
  padding-top: 32px;
}
.common-banner .ttl-banner {
  height: 36px;
  line-height: 36px;
  background: url("../img/common/sp/bg_ttl.png") no-repeat left center;
  background-size: cover;
  font-size: 20px;
  color: #fff;
  padding: 0 9px;
}
.common-banner .ttl-banner span {
  display: block;
  padding-left: 23px;
  position: relative;
}
.common-banner .ttl-banner span:before {
  position: absolute;
  content: "";
  background: url("../img/common/icon_banner@2x.png") no-repeat;
  background-size: 100%;
  width: 15px;
  height: 23px;
  left: 0;
  top: 6px;
}

@media (min-width: 992px) {
  .common-banner .ttl-banner {
    background: url("../img/common/bg_ttl.png") no-repeat left center;
    background-size: auto 100%;
  }
}
/* COMMON SIDEBAR
 * ----------------------------------------------- */
.sidebar {
  margin-top: 20px;
}
.sidebar .block-menu {
  border: 1px solid #B19E9A;
  margin-bottom: 20px;
}
.sidebar .block-menu .ttl-menu {
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #B19E9A;
  background: #F4EEE4;
  padding: 4px 0;
}
.sidebar .block-menu .menu-side {
  padding: 0 29px 10px 21px;
  background: #FDF9F0;
}
.sidebar .block-menu .menu-side.bold li a {
  font-weight: bold;
}
.sidebar .block-menu .menu-side.green-arrow li {
  background: url("../img/common/arrow06@2x.png") no-repeat 0 24px;
  background-size: 4px;
}
.sidebar .block-menu .menu-side.green-arrow li a {
  background: none;
}
.sidebar .block-menu .menu-side.green-arrow li:last-child {
  border-bottom: 1px dotted #707070;
}
.sidebar .block-menu .menu-side li {
  padding: 17px 9px;
  border-bottom: 1px dotted #707070;
}
.sidebar .block-menu .menu-side li:last-child {
  border-bottom: none;
}
.sidebar .block-menu .menu-side li a {
  display: block;
  font-weight: 500;
  background: url("../img/common/arrow3@2x.png") no-repeat right center;
  background-size: 6px;
  padding-right: 15px;
  letter-spacing: -0.1em;
}
.sidebar .block-menu .menu-side li.h-icon {
  padding-left: 50px;
}
.sidebar .block-menu .menu-side li.icon01 {
  background: url("../img/recipe/illust1@2x.png") no-repeat 3px 8px;
  background-size: 38px;
}
.sidebar .block-menu .menu-side li.icon02 {
  background: url("../img/recipe/illust2@2x.png") no-repeat 3px 8px;
  background-size: 38px;
}
.sidebar .block-menu .menu-side li.icon03 {
  background: url("../img/recipe/illust3@2x.png") no-repeat 1px 8px;
  background-size: 43px;
}
.sidebar .block-menu .menu-side li.icon04 {
  background: url("../img/recipe/illust4@2x.png") no-repeat 3px 8px;
  background-size: 39px;
}
.sidebar .block-menu .menu-side li.icon05 {
  background: url("../img/recipe/illust5@2x.png") no-repeat 3px 8px;
  background-size: 38px;
}
.sidebar .block-menu .menu-side li.icon06 {
  background: url("../img/recipe/illust6@2x.png") no-repeat 3px 8px;
  background-size: 38px;
}
.sidebar .block-menu .menu-side li.icon07 {
  background: url("../img/recipe/illust7@2x.png") no-repeat 3px 8px;
  background-size: 38px;
}
.sidebar .block-menu .menu-side li.icon08 {
  background: url("../img/recipe/illust8@2x.png") no-repeat 1px 5px;
  background-size: 44px;
}
.sidebar .block-menu .menu-side li.icon09 {
  background: url("../img/recipe/illust9@2x.png") no-repeat 3px 8px;
  background-size: 39px;
}
.sidebar .block-menu .menu-side li.icon10 {
  background: url("../img/recipe/illust10@2x.png") no-repeat 3px 1px;
  background-size: 38px;
}
.sidebar .block-menu .menu-side li.icon11 {
  background: url("../img/recipe/illust11@2x.png") no-repeat 3px 8px;
  background-size: 38px;
}
.sidebar .block-menu .block-fb {
  height: 370px;
  background: #FDF9F0;
  overflow: hidden;
  text-align: center;
}
.sidebar .block-menu .block-fb .fb_iframe_widget {
  width: 100% !important;
  height: 100% !important;
}
.sidebar .block-menu .block-fb .fb_iframe_widget iframe {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

@media (min-width: 992px) {
  .bg-area {
    padding-top: 30px;
  }

  .sidebar {
    margin-top: 0;
  }
  .sidebar .block-menu .menu-side li {
    padding: 0;
  }
  .sidebar .block-menu .menu-side li:last-child {
    border-bottom: none;
  }
  .sidebar .block-menu .menu-side li a {
    padding: 17px 9px;
    background-position: 96% 50%;
  }
  .sidebar .block-menu .menu-side li a:hover {
    background-color: rgba(0, 145, 58, 0.1);
  }
  .sidebar .block-menu .menu-side li.h-icon {
    padding-left: 0;
  }
  .sidebar .block-menu .menu-side li.h-icon a {
    padding-left: 59px;
  }
  .sidebar .block-menu .block-fb {
    height: auto;
  }
}
.ie.desktop .sidebar .block-menu .menu-side li a {
  padding: 18px 9px 13px;
}
.ie.desktop .sidebar .block-menu .menu-side li.h-icon a {
  padding-left: 59px;
}

/* COMMON PAGINATIONS
 * ----------------------------------------------- */
.pager {
  background: #F4EEE4;
  border-radius: 6px;
  position: relative;
  padding: 15px 0;
  padding-left: 80px;
}
.pager .ul-pager li {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  font-weight: bold;
  margin: 0 2px;
}
.pager .ul-pager li .page-numbers {
  display: block;
  font-size: 20px;
  border: 1px solid #5A544F;
  border-radius: 50%;
  height: 42px;
  width: 42px;
  line-height: 40px;
}
.pager .ul-pager li .page-numbers.current {
  background: #5A544F;
  color: #F4EEE4;
}
.pager .ul-pager li .page-numbers:hover {
  background: #5A544F;
  color: #F4EEE4;
}
.pager .ul-pager li.arrow {
  position: absolute;
  border: 2px solid #5A544F;
  border-radius: 50%;
  padding: 0;
  height: 42px;
  width: 42px;
}
.pager .ul-pager li.arrow a {
  display: block;
  border-radius: 50%;
  height: 100%;
}
.pager .ul-pager li.arrow.prev {
  left: 9px;
  background: url("../img/news/arrow6@2x.png") no-repeat 47% 50%;
  background-size: 9px;
}
.pager .ul-pager li.arrow.next {
  right: 9px;
  background: url("../img/news/arrow6_right@2x.png") no-repeat center;
  background-size: 9px;
}

@media (max-width: 374px) {
  .pager {
    text-align: center;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .pager {
    text-align: center;
    padding-left: 0;
  }
  .pager .ul-pager li .page-numbers {
    border: 2px solid #5A544F;
    line-height: 38px;
  }
  .pager .ul-pager li.d-md-block {
    display: inline-block !important;
  }
  .pager .ul-pager li.arrow {
    position: relative;
    left: auto;
    right: auto;
    vertical-align: top;
    margin: 0 30px;
  }
}
.ie.desktop .pager .ul-pager li .page-numbers {
  line-height: 44px;
}

/* PAGES
 * ----------------------------------------------- */
.fancybox-close-small {
  text-indent: -9999px;
  background: url("../img/top/close_modal.png") no-repeat;
  padding: 0;
  background-size: 100%;
  width: 36px;
  height: 36px;
  top: 11px;
  right: 11px;
}

.banner-top {
  height: 606px;
  background: url("../img/top/sp/main-sp@2x.png") no-repeat top center;
  background-size: cover;
  padding-top: 50px;
  position: relative;
}
.banner-top .frame-banner {
  position: relative;
  text-align: center;
}
.banner-top .frame-banner .time {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 190px;
  font-size: 18px;
  line-height: 1.66667;
}
.banner-top .frame-banner .btn-cm01 {
  position: absolute;
  top: 254px;
  width: 100%;
}

.main-top {
  position: relative;
  margin-top: -10px;
  background: #DEF5FF url("../img/top/sp/back1@2x.png") no-repeat bottom center;
  background-size: 100%;
  padding-bottom: 95px;
}
.main-top:before {
  position: absolute;
  content: "";
  background: url("../img/top/main-bg.png") repeat-x top center;
  height: 150px;
  width: 100%;
  top: -140px;
}
.main-top .bd-round {
  margin-top: -120px;
  padding: 15px 0;
}
.main-top .slider {
  padding: 0 40px 20px;
  border: 2px solid #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: none;
}
.main-top .slider .slide-block {
  padding: 0 5px;
  position: relative;
}
.main-top .slider .slide-block img {
  display: block;
  width: 100%;
}
.main-top .slider .slide-block .txt {
  width: 106px;
  text-align: center;
  height: 50px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.33333;
  background: #fff;
  border-radius: 10px;
  margin: 0 auto;
  padding-top: 5px;
  position: relative;
  top: 22px;
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.2);
}
.main-top .slider .slide-block .txt:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #ffffff transparent transparent transparent;
  top: 100%;
  left: 50%;
  margin-left: -7px;
}
.main-top .slider .slick-arrow {
  position: absolute;
  text-indent: -9999px;
  height: 29px;
  width: 29px;
  top: 53%;
  cursor: pointer;
}
.main-top .slider .slick-arrow.slick-prev {
  background: url("../img/top/arrow4@2x.png") no-repeat center;
  background-size: 100%;
  left: 7px;
}
.main-top .slider .slick-arrow.slick-next {
  background: url("../img/top/arrow3@2x.png") no-repeat center;
  background-size: 100%;
  right: 7px;
}
.main-top .banner-link .block-link {
  padding: 28px 28px 10px;
  border: 2px solid #fff;
  border-bottom: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.main-top .banner-link .block-link a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.4);
}
.main-top .banner-link .block-link a img {
  display: block;
  width: 100%;
}
.main-top .gr-link .block-link {
  padding: 0 28px 10px;
  border: 2px solid #fff;
  border-top: none;
  border-bottom: none;
}
.main-top .gr-link .block-link a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.4);
}
.main-top .gr-link .block-link a img {
  display: block;
  width: 100%;
}
.main-top .gr-link .block-link.link02 {
  padding-bottom: 30px;
  border-bottom: 2px solid #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.main-top .special-product {
  margin-top: 20px;
}
.main-top .special-product .pd-bg {
  background: #FCFBF9;
  border: 2px solid #00913A;
  border-radius: 10px;
  padding: 25px;
}
.main-top .special-product .left .img-product {
  text-align: center;
  margin-top: 5px;
}
.main-top .special-product .left .img-product .img-inner {
  border: 1px solid #E0DAD1;
  display: inline-block;
  padding: 4px;
}
.main-top .special-product .left .img-product .img-inner img {
  display: block;
}
.main-top .special-product .right {
  margin-top: 15px;
}
.main-top .special-product .right .jp-ttl {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid;
  padding-bottom: 2px;
}
.main-top .special-product .right p {
  line-height: 1.74;
  background: url("../img/top/repeat.png") repeat 0 21px;
  margin-top: 10px;
  padding-bottom: 22px;
}
.main-top .news-section .inner {
  background: #8DC21F;
  border-radius: 10px;
  margin-top: 20px;
  padding: 25px 15px 15px;
}
.main-top .news-section .inner .ttl-news {
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.main-top .news-section .list-news {
  background: #fff;
  border-radius: 10px;
  padding: 5px 0 10px;
  margin: 20px 0;
}
.main-top .news-section .list-news li {
  padding: 15px 0 10px;
  border-bottom: 1px dotted #707070;
}
.main-top .news-section .list-news li:last-child {
  border: none;
}
.main-top .news-section .list-news a {
  display: block;
  padding: 0 10px;
  background: url("../img/common/arrow3@2x.png") no-repeat 96% 58%;
  background-size: 6px;
}
.main-top .news-section .list-news .date-time {
  font-size: 15px;
}
.main-top .news-section .list-news .category {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: #D6783E;
  color: #fff;
  height: 18px;
}
.main-top .news-section .list-news p {
  font-size: 15px;
  font-weight: 500;
  margin-top: 3px;
  padding-right: 30px;
}
.main-top .fb-plugin {
  margin-top: 20px;
}
.main-top .fb-plugin .inner {
  padding: 28px 30px;
  border-radius: 10px;
  background: #4267B2;
  text-align: center;
}
.main-top .fb-plugin .inner .fb_iframe_widget {
  width: 100% !important;
}
.main-top .fb-plugin .inner iframe {
  display: block;
  width: 100% !important;
}

.product-handle {
  background: url("../img/top/back2.png") no-repeat bottom center;
  background-size: 100%;
  padding-bottom: 90px;
}
.product-handle .ttl-cm:before {
  background: #FFF9EB;
}
.product-handle .txt-proHand {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.33333;
  position: relative;
  padding: 0 40px;
  text-align: center;
  margin-top: 27px;
}
.product-handle .list-product {
  padding: 0 15px;
  margin-top: 30px;
  margin-bottom: 15px;
}
.product-handle .list-product li {
  margin-bottom: 5px;
}
.product-handle .list-product li img {
  display: block;
  width: 100%;
}

.book-handle {
  background: url("../img/common/pattane1.jpg") repeat;
  background-size: 82px;
  padding-bottom: 100px;
}
.book-handle .ttl-cm {
  margin-top: 0;
  position: relative;
  top: -53px;
  padding-top: 38px;
}
.book-handle .ttl-cm .icon {
  margin-bottom: 16px;
}
.book-handle .ttl-cm:before {
  background: #F9E6DB;
}
.book-handle .txt-book {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin-top: -40px;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.book-handle .list-book {
  margin-top: 20px;
  margin-bottom: 40px;
}
.book-handle .list-book li {
  margin-bottom: 10px;
}
.book-handle .list-book li a {
  display: block;
  background: #FDF9F0;
  border: 1px solid #B19E9A;
  border-radius: 6px;
  padding: 8px 8px 7px;
  box-shadow: 0px 1px 6px 0px rgba(50, 50, 50, 0.4);
}
.book-handle .list-book li .img-book img {
  width: 100%;
  display: block;
}
.book-handle .list-book li .ct-book {
  margin-left: -5%;
  padding-top: 5px;
  background: url("../img/common/arrow3@2x.png") no-repeat right center;
  background-size: 6px;
}
.book-handle .list-book li .ct-book .cate {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  height: 19px;
  line-height: 19px;
  background: #48413D;
  color: #fff;
  padding-right: 2px;
  padding-left: 2px;
}
.book-handle .list-book li .ct-book p {
  font-weight: bold;
  margin-top: 5px;
}

.voice-news {
  background: url("../img/top/back3.png") no-repeat bottom center;
  background-size: 100%;
  padding-bottom: 100px;
}
.voice-news .ttl-cm:before {
  background: #FFF9EB;
}
.voice-news .txt-proHand {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.33333;
  position: relative;
  padding: 0 40px;
  text-align: center;
  margin-top: 27px;
}
.voice-news .main-voice {
  margin-top: 20px;
  margin-bottom: 10px;
}
.voice-news .main-voice .block-voice {
  margin-bottom: 20px;
}
.voice-news .main-voice .block-voice .inner {
  background: #FFFBF5;
  border: 1px solid #645450;
  border-radius: 10px;
  padding: 20px 20px 70px;
}
.voice-news .main-voice .block-voice .name-voice {
  margin-bottom: 6px;
}
.voice-news .main-voice .block-voice .img-voice img {
  width: 100%;
  display: block;
}

.producer-item .bg-item {
  background: #F4EEE4;
}
.producer-item .name-voice {
  padding-left: 65px;
}
.producer-item .name-voice .img-farmer {
  position: absolute;
  left: 15px;
  top: 1px;
}
.producer-item .name-voice .cate span {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  background: rgba(112, 112, 112, 0.2);
  padding: 0 3px;
  margin-right: 5px;
}
.producer-item .name-voice .place {
  font-weight: bold;
  margin-top: 5px;
}
.producer-item .name-voice .name {
  font-size: 25px;
  font-weight: bold;
}
.producer-item .name-voice .name span {
  font-size: 15px;
  margin-left: 3px;
}
.producer-item .lower {
  margin-top: 15px;
}
.producer-item .lower p {
  line-height: 2;
  font-weight: bold;
}

.map-area {
  background: #DEF5FF url("../img/top/back4.png") no-repeat bottom center;
  background-size: 100%;
  padding-bottom: 100px;
}
.map-area .ttl-cm {
  margin-top: 0;
  position: relative;
  top: -60px;
  padding-top: 35px;
}
.map-area .ttl-cm:before {
  background: #DEF5FF;
}
.map-area .map-link {
  margin-top: -45px;
}
.map-area .map-link .map-img img {
  display: block;
  width: 100%;
}
.map-area .list-view {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 30px;
}
.map-area .list-view .new-block {
  width: 50%;
  position: relative;
}
.map-area .list-view .new-block a {
  display: block;
}
.map-area .list-view .new-block img {
  display: block;
  width: 100%;
}
.map-area .list-view .new-block p {
  position: absolute;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  z-index: 9;
  top: 5px;
  left: 5px;
}
.map-area .list-view .new-block p em {
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
  font-size: 13px;
  height: 22px;
  line-height: 22px;
  width: 22px;
  text-align: center;
  background: #8E6C21;
  border-radius: 50%;
  font-weight: 500;
}
.map-area .list-view .new-block.bg01 p em {
  background: #006633;
}
.map-area .list-view .new-block.bg02 p em {
  background: #1B5371;
}
.map-area .list-view .new-block.bg03 p em {
  background: #543C76;
}
.map-area .list-view .new-block.bg04 p em {
  background: #A76030;
}
.map-area .list-view .new-block.bg05 p em {
  background: #7B2A36;
}
.map-area .btn-cm01 a {
  line-height: 1.29412;
  padding-top: 6px;
}

.shipment {
  background: #E0DAD1;
  padding: 16px 0 30px;
}
.shipment .main-ship {
  padding: 20px;
  background: #FFF9EB;
  border-radius: 10px;
}
.shipment .main-ship .ttl-ship {
  background: rgba(93, 77, 73, 0.1) url("../img/top/icon-manma@2x.png") no-repeat 19px 24px;
  background-size: 23px;
  border-radius: 10px;
  font-size: 32px;
  color: #009E41;
  padding: 5px 0 11px;
  padding-left: 60px;
}
.shipment .main-ship .ttl-ship span {
  display: block;
  font-size: 15px;
  line-height: 1;
}
.shipment .main-ship p {
  font-weight: bold;
  line-height: 2;
  margin-top: 17px;
  margin-bottom: 50px;
}

.fancybox-can-drag .fancybox-content {
  background: none;
}

.modal-box {
  display: none;
}
.modal-box .inner {
  background: #f4eee4;
}
.modal-box .left img {
  display: block;
  width: 100%;
}
.modal-box .right {
  padding: 40px;
}
.modal-box .right .ttl-view {
  font-weight: bold;
  border-bottom: 3px solid #d5d0c7;
  position: relative;
  padding-bottom: 8px;
  font-size: 21px;
}
.modal-box .right .ttl-view:before {
  position: absolute;
  content: "";
  width: 140px;
  height: 3px;
  left: 0;
  bottom: -3px;
  background: #063;
}
.modal-box .right .ttl-view span {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background: #063;
  margin-right: 4px;
  position: relative;
  top: -4px;
}
.modal-box .right .info {
  font-weight: bold;
  line-height: 1.6;
  margin-top: 10px;
}
.modal-box .right .btn-map {
  margin-top: 10px;
}
.modal-box .right .btn-map a {
  display: inline-block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  background-color: #4fb8d3;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF4FB8D3', endColorstr='#FF779AFF');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRmYjhkMyIvPjxzdG9wIG9mZnNldD0iNDklIiBzdG9wLWNvbG9yPSIjNjJhYWU4Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiM2OWE1ZjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NzlhZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #4fb8d3), color-stop(49%, #62aae8), color-stop(51%, #69a5f0), color-stop(100%, #779aff));
  background-image: -moz-linear-gradient(left, #4fb8d3 0%, #62aae8 49%, #69a5f0 51%, #779aff 100%);
  background-image: -webkit-linear-gradient(left, #4fb8d3 0%, #62aae8 49%, #69a5f0 51%, #779aff 100%);
  background-image: linear-gradient(to right, #4fb8d3 0%, #62aae8 49%, #69a5f0 51%, #779aff 100%);
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-right: 10px;
  box-shadow: 0px 1px 9px 0px rgba(50, 50, 50, 0.2);
}
.modal-box .right .btn-map a span {
  display: block;
  background: url("../img/common/arrow1@2x.png") no-repeat right center;
  background-size: 6px;
}

@media (min-width: 768px) {
  .fancybox-close-small {
    display: block;
  }

  .banner-top {
    background: url("../img/top/banner-main@2x.jpg") no-repeat top center;
    background-size: cover;
  }
  .banner-top .jquery-background-video-wrapper {
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .main-top .slider {
    border: none;
    padding: 0 40px;
  }
  .main-top .slider .slide-block .txt {
    width: 81px;
    text-align: center;
    height: 41px;
    font-size: 10px;
    padding-top: 7px;
  }
  .main-top .news-section .list-news p {
    margin-top: -2px;
  }
  .main-top .news-section .list-news a:hover {
    background-color: rgba(0, 145, 58, 0.1);
  }
  .main-top .banner-link {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .main-top .banner-link .block-link {
    padding: 0;
    border: none;
  }
  .main-top .gr-link .block-link {
    padding: 0;
    border: none;
    margin-top: 20px;
  }
  .main-top .gr-link .block-link.link02 {
    border: none;
  }

  .book-handle .list-book li .ct-book {
    margin-left: 0;
    background-position: 91% center;
  }

  .map-area {
    padding-bottom: 60px;
  }
  .map-area .ttl-cm {
    padding-top: 38px;
    top: -72px;
  }
  .map-area .map-link {
    padding: 5px;
    border-radius: 6px;
    background: #FFFBF5;
    margin-top: -51px;
  }
  .map-area .map-link .list-map {
    padding-top: 0;
    padding-left: 15px;
    display: flex !important;
  }
  .map-area .map-link .list-map .col-list {
    width: 50%;
  }
  .map-area .map-link .list-map .col-list li {
    margin-bottom: 16.5px;
  }
  .map-area .map-link .list-map .col-list li a {
    font-weight: bold;
    color: #342D2A;
    letter-spacing: -0.08em;
  }
  .map-area .map-link .list-map .col-list li a span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    width: 20px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    margin-right: 3px;
    font-weight: 500;
  }
  .map-area .map-link .list-map .col-list li a span.c01 {
    background: #8E6C21;
  }
  .map-area .map-link .list-map .col-list li a span.c02 {
    background: #006633;
  }
  .map-area .map-link .list-map .col-list li a span.c03 {
    background: #1B5371;
  }
  .map-area .map-link .list-map .col-list li a span.c04 {
    background: #543C76;
  }
  .map-area .map-link .list-map .col-list li a span.c05 {
    background: #A76030;
  }
  .map-area .map-link .list-map .col-list li a span.c06 {
    background: #7B2A36;
  }

  .modal-box .left {
    width: 50%;
    float: left;
  }
  .modal-box .right {
    width: 50%;
    float: right;
  }
  .modal-box .right .btn-map a {
    width: 250px;
    height: 50px;
    line-height: 50px;
  }
}
@media (min-width: 992px) {
  .banner-top {
    padding-top: 96px;
    height: 650px;
  }

  .main-top {
    background: #DEF5FF url(../img/top/back1.png) no-repeat bottom center;
    background-size: 100%;
    padding-bottom: 150px;
    margin-top: 0;
  }
  .main-top:before {
    top: -140px;
  }
  .main-top .bd-round {
    margin-top: -167px;
    padding: 0;
  }
  .main-top .banner-link {
    align-self: auto;
    -moz-flex-item-align: auto;
    -ms-flex-item-align: auto;
    flex-item-align: auto;
  }
  .main-top .banner-link .block-link {
    margin-top: 55px;
  }
  .main-top .banner-link .block-link a {
    transition: all 0.2s;
  }
  .main-top .banner-link .block-link a:hover {
    box-shadow: 0px 4px 10px 0px rgba(50, 50, 50, 0.2);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  .main-top .bl-slide {
    overflow: hidden;
    height: 169px;
  }
  .main-top .slider .slide-block {
    width: 128px;
  }
  .main-top .slider .slide-block .txt {
    width: 106px;
    height: 50px;
    font-size: 14px;
    letter-spacing: -0.1em;
    padding-top: 7px;
  }
  .main-top .gr-link {
    margin-top: 14px;
  }
  .main-top .gr-link a {
    transition: all 0.2s;
  }
  .main-top .gr-link a:hover {
    box-shadow: 0px 4px 10px 0px rgba(50, 50, 50, 0.2);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  .main-top .special-product {
    margin-top: 35px;
  }
  .main-top .special-product .left .img-product {
    text-align: left;
    margin-top: 8px;
  }
  .main-top .special-product .right {
    margin-top: 0;
    margin-left: -20px;
    flex: 0 0 60%;
    max-width: 53%;
  }
  .main-top .special-product .right p {
    letter-spacing: -0.2em;
  }
  .main-top .fb-plugin .inner {
    padding: 0;
    background: none;
    border-radius: 0;
  }
  .main-top .news-section .list-news {
    margin-top: 20px;
    padding: 5px 15px;
  }
  .main-top .news-section .list-news li {
    padding: 0;
  }
  .main-top .news-section .list-news a {
    background-position: 98.5% 50%;
    padding: 15px 10px 12px;
  }
  .main-top .news-section .list-news .category {
    -ms-flex: 0 0 19%;
    flex: 0 0 19%;
    max-width: 19%;
  }
  .main-top .news-section .list-news .date-time {
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .main-top .news-section .list-news p {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    margin-top: -2px;
  }
  .main-top .news-section .inner {
    padding-bottom: 30px;
    margin-top: 0;
  }
  .main-top .fb-plugin {
    margin-top: 0;
  }

  .product-handle {
    height: 700px;
  }
  .product-handle .list-product {
    position: relative;
    height: 440px;
    margin-top: -74px;
  }
  .product-handle .list-product li {
    position: absolute;
    max-width: inherit;
    padding: 0;
    width: auto;
  }
  .product-handle .list-product li img {
    width: auto;
  }
  .product-handle .list-product li.p01 {
    top: 0;
    left: 16px;
  }
  .product-handle .list-product li.p01 img {
    height: 205px;
  }
  .product-handle .list-product li.p02 {
    top: 107px;
    left: 260px;
  }
  .product-handle .list-product li.p02 img {
    height: 212px;
  }
  .product-handle .list-product li.p03 {
    top: 213px;
    left: 49px;
  }
  .product-handle .list-product li.p03 img {
    height: 232px;
  }
  .product-handle .list-product li.p04 {
    top: -7px;
    left: 619px;
  }
  .product-handle .list-product li.p04 img {
    height: 219px;
  }
  .product-handle .list-product li.p05 {
    top: 182px;
    left: 477px;
  }
  .product-handle .list-product li.p05 img {
    height: 211px;
  }
  .product-handle .list-product li.p06 {
    top: 237px;
    left: 711px;
  }
  .product-handle .list-product li.p06 img {
    height: 213px;
  }
  .product-handle .txt-proHand {
    margin-top: 10px;
    z-index: 9;
    letter-spacing: -0.1em;
  }
  .product-handle .btn-cm01 {
    margin-top: -50px;
    position: relative;
  }

  .book-handle .list-book {
    margin-top: 26px;
  }
  .book-handle .list-book li a {
    transition: all 0.2s;
    padding: 0;
    overflow: hidden;
    border: none;
  }
  .book-handle .list-book li a:hover {
    box-shadow: 0px 4px 10px 0px rgba(50, 50, 50, 0.2);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  .book-handle .list-book li .ct-book {
    padding: 12px 25px;
    background-position: 89% center;
  }

  .voice-news {
    padding-bottom: 130px;
  }
  .voice-news .ttl-cm {
    margin-top: -62px;
    padding-top: 27px;
  }
  .voice-news .txt-proHand {
    margin-top: 10px;
  }
  .voice-news .main-voice {
    margin-top: 38px;
  }
  .voice-news .main-voice .block-voice .inner {
    padding: 20px 20px 34px;
  }
  .voice-news .main-voice .block-voice .name-voice {
    padding-right: 0;
    padding-left: 78px;
    padding-top: 28px;
  }
  .voice-news .main-voice .block-voice .name-voice .name {
    letter-spacing: -0.07em;
  }
  .voice-news .main-voice .block-voice .name-voice .img-farmer {
    top: 29px;
    left: 25px;
  }

  .producer-item .lower {
    margin-top: 21px;
  }
  .producer-item .lower p {
    line-height: 1.86667;
  }

  .map-area .list-view .new-block {
    width: 14.28571%;
    padding: 1px;
  }
  .map-area .list-view .new-block p .tt {
    display: none;
  }
  .map-area .list-view .new-block a {
    border-radius: 3px;
    overflow: hidden;
  }
  .map-area .map-link .map-img {
    padding-right: 0;
  }
  .map-area .map-link .list-map {
    padding-top: 36px;
    padding-left: 55px;
  }

  .shipment {
    padding: 60px 0;
  }
  .shipment .main-ship {
    padding: 40px;
    padding-right: 470px;
    position: relative;
  }
  .shipment .main-ship .img-pc {
    position: absolute;
    right: 0;
    top: 2px;
  }
  .shipment .main-ship .ttl-ship {
    padding: 2px 0 4px;
    padding-left: 40px;
    background-position: 11px 8px;
  }
  .shipment .main-ship .ttl-ship span {
    display: inline-block;
    line-height: 1.33333;
    margin-left: 24px;
    position: relative;
    top: 3px;
  }
  .shipment .main-ship p {
    line-height: 1.86667;
    margin-bottom: 16px;
  }
}
@media (max-width: 374px) {
  .banner-top .frame-banner img {
    display: block;
    width: 100%;
  }

  .shipment .main-ship .ttl-ship {
    font-size: 30px;
  }

  .main-top .news-section .list-news .date-time {
    max-width: 40%;
  }
}
.ie.desktop .main-top .news-section .list-news a {
  padding: 17px 10px 8px;
}
.ie.desktop .main-top .news-section .list-news .category {
  line-height: 23px;
  position: relative;
  top: -3px;
}
.ie.desktop .book-handle .list-book li .ct-book .cate {
  line-height: 23px;
}
.ie.desktop .map-area .map-link .list-map .col-list li a span {
  line-height: 24px;
}
.ie.desktop .map-area .list-view .new-block p em {
  line-height: 26px;
}
.ie.desktop .producer-item .name-voice .cate span {
  line-height: 23px;
}

.mac.safari .voice-news .main-voice .block-voice .name-voice .name {
  letter-spacing: -0.1em;
}
.mac.safari .map-area .map-link .list-map .col-list li a span {
  font-size: 12px;
  line-height: 22px;
}

.mac.firefox .shipment .main-ship .ttl-ship, .firefox.desktop .shipment .main-ship .ttl-ship {
  position: relative;
}
.mac.firefox .shipment .main-ship .ttl-ship span, .firefox.desktop .shipment .main-ship .ttl-ship span {
  position: absolute;
}

.slide-about {
  position: relative;
}
.slide-about .slide-inner .slide-block {
  height: 390px;
}
.slide-about .slide-inner .slide-block.slide01 {
  background: url("../img/about/mainback/about-img1.jpg") no-repeat center;
  background-size: cover;
}
.slide-about .slide-inner .slide-block.slide02 {
  background: url("../img/about/mainback/about-img2.jpg") no-repeat center;
  background-size: cover;
}
.slide-about .slide-inner .slide-block.slide03 {
  background: url("../img/about/mainback/about-img3.jpg") no-repeat center;
  background-size: cover;
}
.slide-about .slide-inner .slide-block.slide04 {
  background: url("../img/about/mainback/about-img4.jpg") no-repeat center;
  background-size: cover;
}
.slide-about .slide-inner .slide-block.slide05 {
  background: url("../img/about/mainback/about-img5.jpg") no-repeat center;
  background-size: cover;
}
.slide-about .slide-inner .slick-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  line-height: 1;
  top: 250px;
  z-index: 9;
}
.slide-about .slide-inner .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}
.slide-about .slide-inner .slick-dots li button {
  display: block;
  text-indent: -9999px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #F4EEE4;
}
.slide-about .slide-inner .slick-dots li.slick-active button {
  background: #D18400;
}
.slide-about .content-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.slide-about .content-slide .green-ct {
  position: absolute;
  width: 288px;
  height: 269px;
  background: url("../img/about/main-img@2x.png") no-repeat center;
  background-size: 100%;
  top: 31px;
  left: 50%;
  transform: translate(-50%, 0%);
  text-align: center;
  color: #fff;
  padding-top: 77px;
}
.slide-about .content-slide .green-ct .tt {
  font-size: 18px;
  font-weight: bold;
}
.slide-about .content-slide .green-ct .ttl-page {
  font-size: 32px;
  line-height: 1.25;
  margin-top: 5px;
}
.slide-about .content-slide .img-people {
  position: absolute;
  bottom: 0;
}
.slide-about .content-slide .img-people.img01 {
  height: 95px;
  left: 15px;
}
.slide-about .content-slide .img-people.img02 {
  height: 132px;
  left: 61px;
}
.slide-about .content-slide .img-people.img03 {
  height: 94px;
  right: 118px;
}
.slide-about .content-slide .img-people.img04 {
  height: 101px;
  right: 15px;
}

.list-about {
  padding: 20px 0 20px;
  position: relative;
}
.list-about:before {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  height: 180px;
  background: rgba(100, 84, 80, 0.05);
}
.list-about .ab-list .block-about {
  margin-bottom: 11px;
}
.list-about .ab-list .block-about .inner {
  background: #FFFBF5;
  border-radius: 10px;
  position: relative;
  padding: 15px 20px 20px;
  font-weight: bold;
  min-height: 177px;
  box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.2);
  overflow: hidden;
}
.list-about .ab-list .block-about .ttl-ab {
  font-size: 25px;
  line-height: 1.33333;
  color: #00913A;
  position: relative;
  position: relative;
  z-index: 1;
  min-height: 66px;
}
.list-about .ab-list .block-about p {
  position: relative;
  padding-right: 150px;
  letter-spacing: -0.1em;
  margin-top: 4px;
  position: relative;
  z-index: 1;
}
.list-about .ab-list .block-about img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.intro-area {
  background: rgba(0, 145, 58, 0.1);
  padding: 60px 0 33px;
  overflow: hidden;
}
.intro-area .ttl-intro {
  text-align: center;
}
.intro-area .ttl-intro img {
  height: 118px;
}
.intro-area .txt-intro {
  font-weight: bold;
  line-height: 2;
  margin-top: 25px;
}
.intro-area .img-intro {
  margin-top: 45px;
  margin-bottom: 13px;
}
.intro-area .img-intro img {
  height: 266px;
  margin-left: -48px;
  display: block;
  position: relative;
  left: 50%;
  margin-left: -219px;
  max-width: inherit;
}
.intro-area .logo-meaning {
  background: #F4EEE4;
  border: 1px solid rgba(100, 84, 80, 0.5);
  padding: 30px 35px 60px;
  margin-top: 50px;
}
.intro-area .logo-meaning .logo-mean {
  text-align: center;
}
.intro-area .logo-meaning .logo-mean img {
  height: 89px;
}
.intro-area .logo-meaning .text-mean {
  font-weight: bold;
}
.intro-area .logo-meaning .text-mean .ttl {
  text-align: center;
  font-size: 24px;
  margin-top: 10px;
}
.intro-area .logo-meaning .text-mean p {
  line-height: 1.86667;
  margin-top: 12px;
}

@media(max-width: 374px) {
  .slide-about .content-slide .img-people.img01 {
    height: 79px;
    left: 15px;
  }
  .slide-about .content-slide .img-people.img02 {
    height: 107px;
    left: 61px;
  }
  .slide-about .content-slide .img-people.img03 {
    height: 79px;
    right: 105px;
  }
  .slide-about .content-slide .img-people.img04 {
    height: 85px;
    right: 15px;
  }

  .list-about .ab-list .block-about .ttl-ab {
    font-size: 21px;
  }
  .list-about .ab-list .block-about p {
    font-size: 12px;
  }

  .intro-area .ttl-intro img {
    height: 90px;
  }
  .intro-area .img-intro img {
    height: 220px;
    margin-left: -181px;
  }
}
@media (min-width: 768px) {
  .list-about {
    background: rgba(100, 84, 80, 0.1);
  }
  .list-about:before {
    display: none;
  }

  .intro-area .txt-intro {
    width: 415px;
    margin: 34px auto 0;
    line-height: 1.89;
  }
}
@media (min-width: 992px) {
  .slide-about .slide-inner .slide-block {
    height: 360px;
  }
  .slide-about .slide-inner .slick-dots {
    top: 267px;
  }
  .slide-about .content-slide {
    width: 900px;
    left: 50%;
    margin-left: -450px;
  }
  .slide-about .content-slide .green-ct {
    top: 46px;
  }
  .slide-about .content-slide .img-people.img01 {
    height: auto;
    left: 33px;
  }
  .slide-about .content-slide .img-people.img02 {
    height: auto;
    left: 139px;
  }
  .slide-about .content-slide .img-people.img03 {
    height: auto;
    right: 179px;
    z-index: 1;
  }
  .slide-about .content-slide .img-people.img04 {
    height: auto;
    right: 3px;
  }

  .list-about {
    padding: 50px 0 30px;
  }
  .list-about .ab-list .block-about {
    margin-bottom: 20px;
  }
  .list-about .ab-list .block-about .inner {
    padding-bottom: 82px;
  }
  .list-about .ab-list .block-about .ttl-ab {
    font-size: 24px;
  }
  .list-about .ab-list .block-about p {
    padding-right: 90px;
    margin-top: 6px;
    margin-bottom: -4px;
  }

  .intro-area {
    padding: 50px 0 66px;
  }
  .intro-area .ttl-intro img {
    height: 124px;
  }
  .intro-area p {
    line-height: 1.86667;
  }
  .intro-area .img-intro {
    margin-top: 12px;
    margin-bottom: 0;
  }
  .intro-area .img-intro img {
    height: auto;
    left: 0;
    margin-left: 0;
  }
  .intro-area .btn-cm01 {
    margin-top: -6px;
  }
  .intro-area .logo-meaning {
    margin-top: 47px;
    padding: 25px 25px 28px;
  }
  .intro-area .logo-meaning .logo-mean {
    max-width: 41%;
    flex: 0 0 41%;
    -ms-flex: 0 0 41%;
  }
  .intro-area .logo-meaning .logo-mean img {
    height: auto;
  }
  .intro-area .logo-meaning .text-mean {
    letter-spacing: -0.1em;
  }
  .intro-area .logo-meaning .text-mean .ttl {
    text-align: left;
  }
  .intro-area .logo-meaning .text-mean p {
    margin-top: 10px;
  }
}
.page-news .common-banner {
  background: url("../img/news/sp/main_oshirase_sp@2x.jpg") no-repeat center;
  background-size: cover;
}
.page-news .news-section {
  margin-top: 20px;
}
.page-news .news-section .list-news {
  margin-top: 3px;
  margin-bottom: 20px;
}
.page-news .news-section .list-news li {
  padding: 14px 10px 8px;
  border-bottom: 1px dotted #707070;
}
.page-news .news-section .list-news li a {
  display: block;
  background: url("../img/common/arrow3@2x.png") no-repeat 100% 63%;
  background-size: 6px;
  padding-right: 20px;
}
.page-news .news-section .list-news li .date-time {
  display: inline-block;
  font-family: "Helvetica";
}
.page-news .news-section .list-news li .category {
  display: inline-block;
  height: 19px;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #D6783E;
  padding: 0 7px;
}
.page-news .news-section .list-news li p {
  font-weight: 500;
  margin-top: 6px;
}
.page-news .btn-cm01 {
  margin-bottom: 20px;
}
.page-news .btn-cm01:last-child {
  margin-bottom: 10px;
}
.page-news .btn-cm01 a span {
  text-align: left;
  padding-left: 34px;
}

@media (min-width: 768px) {
  .page-news .common-banner {
    background: url("../img/news/main_oshirase@2x.jpg") no-repeat center;
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .page-news .news-section {
    margin-top: 0;
  }
  .page-news .news-section .list-news {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .page-news .news-section .list-news li {
    padding: 0;
  }
  .page-news .news-section .list-news li a {
    padding: 14px 10px;
    position: relative;
    background-position: 98.5% 50%;
  }
  .page-news .news-section .list-news li a:after{content: ""; display: block; clear: both;height: 0;}

  .page-news .news-section .list-news li a:hover {
    background-color: rgba(0, 145, 58, 0.1);
  }
  .page-news .news-section .list-news li p {
    margin-top: 0;
  }
  .page-news .news-section .list-news li .date-time {
	float:left;
	margin-left:10px;
	width:81px;
  }
  .page-news .news-section .list-news li .category {
  	float:left;
	min-width:90px;
	text-align:center;
	margin-right:10px;
  }
  .page-news .pager {
    margin-bottom: 47px;
  }
}
.mac.desktop .page-news .news-section .list-news li a {
  padding-left: 182px;
}
.mac.desktop .page-news .news-section .list-news li .category {
  left: 90px;
  line-height: 20px;
}

.ie.desktop .page-news .news-section .list-news li a {
  background-position: 98.5% 50%;
  padding: 18px 10px 9px 180px;
}
.ie.desktop .page-news .news-section .list-news li .date-time {
  top: 15px;
}
.ie.desktop .page-news .news-section .list-news li .category {
  line-height: 24px;
  top: 15px;
}

/* PAGE NEWS DETAIL */
.detail-news {
  margin-top: 30px;
}
.detail-news .ttl-detail {
  font-size: 25px;
  font-weight: bold;
  color: #063;
  line-height: 1.4;
  border-bottom: 3px solid rgba(90, 84, 79, 0.2);
  position: relative;
  padding-bottom: 4px;
}
.detail-news .ttl-detail:before {
  position: absolute;
  content: "";
  width: 170px;
  height: 3px;
  background: #063;
  bottom: -3px;
  left: 0;
}
.detail-news .txt-detail {
  line-height: 2;
  font-weight: 500;
  margin-top: 15px;
}

.info-news {
  margin-top: 7px;
}
.info-news .cate {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  height: 16px;
  line-height: 16px;
  color: #fff;
  background: #777B9C;
  padding: 0 3px;
}
.info-news .time {
  display: inline-block;
  font-family: "Helvetica";
  font-size: 14px;
  margin-left: 9px;
  vertical-align: middle;
}

.pager-detail {
  margin-top: 30px;
  margin-bottom: 30px;
}
.pager-detail .block-pager {
  margin-bottom: 20px;
}
.pager-detail .block-pager a {
  display: block;
  position: relative;
  background: #F4EEE4;
  border: 1px solid #6E6762;
  border-radius: 4px;
  padding: 10px 10px 10px 94px;
}
.pager-detail .block-pager a .info-news {
  margin-top: 0;
}
.pager-detail .block-pager a .info-news .time {
  margin-left: 4px;
}
.pager-detail .block-pager a p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57143;
  margin-top: 5px;
}
.pager-detail .block-pager a .arrow {
  position: absolute;
  top: 13px;
  left: 15px;
  text-align: center;
}
.pager-detail .block-pager a .arrow .ar-nav {
  height: 42px;
  width: 42px;
  line-height: 42px;
  border-radius: 50%;
  border: 2px solid #5A544F;
  margin: 0 auto;
  background: url("../img/news/arrow6@2x.png") no-repeat center;
  background-size: 9px;
}
.pager-detail .block-pager a .arrow span {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-top: 4px;
}
.pager-detail .block-pager.next a {
  padding: 10px 94px 10px 20px;
}
.pager-detail .block-pager.next a .arrow {
  left: auto;
  right: 15px;
}
.pager-detail .block-pager.next a .arrow .ar-nav {
  background: url("../img/news/arrow6_right@2x.png") no-repeat center;
  background-size: 9px;
}

@media (min-width: 768px) {
  .pager-detail .block-pager {
    float: left;
    width: 280px;
  }
  .pager-detail .block-pager.next {
    float: right;
  }
}
@media (min-width: 992px) {
  .detail-news {
    padding: 35px 40px 150px;
    background: #FDF9F0;
    border: 1px solid #B19E9A;
    border-radius: 6px;
    margin-top: 0;
  }
}
.ie.desktop .info-news .cate {
  line-height: 19px;
}

.page-product .common-banner {
  background: url("../img/product/sp/main_shohin_sp@2x.jpg") no-repeat;
  background-size: cover;
}

.intro-product {
  padding: 25px 0 40px;
}
.intro-product .text-intro {
  font-weight: bold;
  line-height: 1.86667;
}
.intro-product .img-intro {
  text-align: center;
  margin-top: 45px;
}

.list-product .block-product {
  padding: 40px 0;
}
.list-product .block-product.block01 {
  background: rgba(229, 0, 18, 0.05);
}
.list-product .block-product.block01 .ttl-product {
  color: #E50012;
}
.list-product .block-product.block02 {
  background: rgba(141, 194, 31, 0.05);
}
.list-product .block-product.block02 .ttl-product {
  color: #8DC21F;
}
.list-product .block-product.block03 {
  background: rgba(255, 255, 255, 0.05);
}
.list-product .block-product.block03 .ttl-product {
  color: #BAA76A;
}
.list-product .block-product.block04 {
  background: rgba(0, 145, 58, 0.05);
}
.list-product .block-product.block04 .ttl-product {
  color: #00913A;
}
.list-product .block-product.block05 {
  background: rgba(126, 48, 141, 0.05);
}
.list-product .block-product.block05 .ttl-product {
  color: #7E308D;
}
.list-product .block-product.block06 {
  background: rgba(31, 106, 194, 0.05);
}
.list-product .block-product.block06 .ttl-product {
  color: #1F6AC2;
}
.list-product .block-product .img-product img {
  display: block;
  width: 100%;
}
.list-product .block-product .info-product .ttl-product {
  font-size: 30px;
  margin-top: 5px;
}
.list-product .block-product .info-product .quality {
  font-weight: bold;
  margin-top: 5px;
}
.list-product .block-product .info-product .txt-product {
  line-height: 1.86667;
  margin-top: 13px;
  padding-bottom: 45px;
}
.list-product .block-product .info-product .btn-cm01 a span {
  line-height: 1;
  padding: 10px 0;
}
.list-product .block-product .info-product .btn-cm01 a span small {
  display: block;
  font-size: 13px;
  margin-top: 5px;
}

@media (min-width: 768px) {
  .page-product .common-banner {
    background: url("../img/product/main_shohin@2x.jpg") no-repeat;
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .intro-product {
    padding: 25px 0 35px;
  }
  .intro-product .text-intro p {
    padding-right: 60px;
    margin-top: 29px;
  }
  .intro-product .img-intro {
    margin-top: 0;
    text-align: left;
  }
  .intro-product .img-intro img {
    margin-left: -25px;
  }

  .list-product .block-product {
    padding: 60px 0 49px;
  }
  .list-product .block-product .img-product {
    padding-right: 8px;
  }
  .list-product .block-product .img-product img {
    display: block;
    width: 100%;
  }
  .list-product .block-product .info-product .ttl-product {
    font-size: 32px;
    margin-top: 0;
    display: inline-block;
    margin-top: 23px;
  }
  .list-product .block-product .info-product .quality {
    margin-top: 0;
    display: inline-block;
    position: relative;
    top: -5px;
    margin-left: 3px;
  }
  .list-product .block-product .info-product .txt-product {
    line-height: 1.33333;
    margin-top: 6px;
    padding-bottom: 17px;
  }
  .list-product .block-product .info-product .btn-cm01 {
    text-align: left;
  }
  .list-product .block-product .info-product .btn-cm01 a {
    text-align: center;
  }
  .list-product .block-product.have-btn .info-product .ttl-product {
    margin-top: -6px;
  }
}
.page-member .common-banner {
  background: url("../img/news/sp/main_oshirase_sp@2x.jpg") no-repeat center;
  background-size: cover;
}

.sec-member-about {
  padding: 40px 0 20px;
}
.sec-member-about figure img {
  width: 100%;
}
.sec-member-about .txt {
  line-height: 1.8;
}
.sec-member-about .block-reason {
  border-radius: 10px;
}

.block-reason {
  margin: 30px 0 0;
  padding: 20px;
}
.block-reason .list-reason li {
  font-size: 18px;
  font-weight: bold;
  background: url(../img/member/checklist.png) no-repeat 0 2px;
  background-size: 18px auto;
  margin-bottom: 10px;
  padding-left: 25px;
}
.block-reason .list-reason li:last-child {
  margin-bottom: 0 !important;
}

.txt-small {
  font-size: 13px !important;
}

.txt-bold {
  font-weight: bold;
}

.text-intro {
  font-size: 1em;
  line-height: 1.8;
}

.green-cl {
  color: #00913A;
}

.box-frame {
  border: 2px solid #645450;
  border-radius: 20px;
}

.box-phone-ct {
  background: #7D9C9F;
  color: #fff;
  padding: 30px 3px;
}
.box-phone-ct .ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
.box-phone-ct .list-tel li {
  margin-bottom: 10px;
  border-radius: 10px;
  padding: 4px 10px 4px 60px;
  background: #FFF9EB url(../img/member/icon-tell.png) no-repeat 12px center;
  border: 1px solid #FFF9EB;
  background-size: 34px;
  font-size: 18px;
  font-weight: bold;
}

@media (min-width: 769px) {

.box-phone-ct .list-tel li:nth-child(odd){
	clear:both;
}

}


.box-phone-ct .list-tel li:last-child {
  margin-bottom: 0;
}
.box-phone-ct .list-tel li .branch-title {
  color: #5A8488;
}
.box-phone-ct .list-tel li .tel {
  color: #645450;
}

.sec-step {
  padding: 40px 0 20px;
}
.sec-step .step-item {
  padding: 20px;
  margin-bottom: 12px;
  position: relative;
}
.sec-step .step-item:after {
  content: "";
  width: 28px;
  height: 17px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: -5px;
  margin-left: -14px;
  background: url(../img/member/arrow8.png) no-repeat 0 0;
  background-size: contain;
  z-index: 9;
}
.sec-step .step-item:last-of-type:after {
  display: none;
}
.sec-step .step-item .heading {
  color: #00913A;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 8px;
  padding-left: 50px;
  position: relative;
}
.sec-step .step-item .heading .txt small {
  font-size: 0.72em;
}
.sec-step .step-item .heading .num {
  position: absolute;
  top: 0;
  left: 0;
}
.sec-step .step-item .desc {
  padding-left: 50px;
  line-height: 1.6;
}
.sec-step .step-item .desc .small {
  margin-top: 10px;
}
.sec-step .step-item .desc .datetime {
  background: rgba(100, 80, 84, 0.1);
  font-weight: bold;
  line-height: 1.2;
  padding: 3px 4px;
  margin-bottom: 8px;
}
.sec-step .step-item .desc .way {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(100, 80, 84, 0.5);
}
.sec-step .step-item .desc .way strong {
  display: block;
  font-weight: bold;
}
.sec-step .step-item .desc .way span {
  display: inline-block;
}
.sec-step .step-item .desc .way:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.sec-step .step-item.in-active {
  background: #645450;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.sec-step .step-item.in-active .heading {
  color: inherit;
  display: block;
  padding-left: 0;
}

.sec-flow {
  background: url(../img/member/back.png) no-repeat center 0;
  background-size: cover;
  padding: 40px 3px 28px;
}
.sec-flow .block-flow {
  background: rgba(255, 249, 235, 0.9);
  text-align: center;
  padding: 30px 20px;
}

.sec-product-couter {
  padding: 45px 0 20px;
}
.sec-product-couter .box-frame {
  padding: 20px;
  margin-bottom: 20px;
}
.sec-product-couter .box-frame .head {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}
.sec-product-couter .box-frame .ex {
  background: rgba(100, 84, 80, 0.1);
  overflow: hidden;
  font-weight: bold;
  padding: 8px;
  margin-bottom: 10px;
}
.sec-product-couter .box-frame .ex .label {
  background: #645450;
  color: #fff;
  float: left;
  padding: 2px 8px;
}
.sec-product-couter .box-frame .ex p {
  padding-left: 72px;
  line-height: 1.6;
}
.sec-product-couter .box-frame .text-intro {
  line-height: 1.6;
}
.sec-product-couter .box-frame .info .lg {
  font-size: 16px;
  margin-top: 12px;
}
.sec-product-couter .box-frame .info .lg strong {
  font-size: 1.25em;
}
.sec-product-couter .box-frame .info .highlight {
  line-height: 1.6;
}
.sec-product-couter .box-frame .summary {
  font-weight: bold;
  font-size: 16px;
  background: url(../img/member/arrow9.png) no-repeat 0 4px;
  background-size: 22px auto;
  padding-left: 28px;
}
.sec-product-couter .box-frame .summary .highlight {
  font-size: 1.25em;
}
.sec-product-couter .box-frame .summary small {
  display: block;
  font-size: 0.815em;
}
.sec-product-couter .my-tb {
  margin-bottom: 10px;
  width: 100%;
}
.sec-product-couter .my-tb th, .sec-product-couter .my-tb td {
  border: 1px solid #645450;
  vertical-align: middle;
  padding: 15px 5px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
.sec-product-couter .my-tb thead th {
  background: #E0DAD1;
}
.sec-product-couter .my-tb .bg01 {
  background: #EEE7DA;
}
.sec-product-couter .my-tb .bg-highlight {
  background: rgba(0, 145, 58, 0.1);
}

.sec-about-market {
  background: #F4EEE4;
  padding: 40px 0;
}
.sec-about-market .sttl {
  font-size: 25px;
}

.highlight {
  display: inline;
  background: url(../img/member/bg_highlight.png) repeat-x 0 bottom;
  font-weight: bold;
}

@media (max-width: 767px) {
  .sec-member-about .reset-bs.row {
    margin-left: 0;
    margin-right: 0;
    padding: 0 4px;
  }
  .sec-member-about .reset-bs.row [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .sec-product-couter .sttl {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .page-member .common-banner {
    background: url("../img/news/main_oshirase@2x.jpg") no-repeat center;
    background-size: cover;
  }

  .sec-member-about {
    padding: 60px 0;
  }
  .sec-member-about .sttl {
    margin-bottom: 40px;
  }
  .sec-member-about .block-reason {
    padding: 35px 30px;
    position: relative;
  }
  .sec-member-about .block-reason .col-md-10 {
    position: static;
  }
  .sec-member-about .block-reason .thumb {
    position: absolute;
    bottom: 8px;
    right: 12px;
  }
  .sec-member-about .block-reason .list-reason li {
    margin-bottom: 18px;
  }

  .box-phone-ct {
    padding: 40px 0 30px;
  }
  .box-phone-ct .list-tel {
    overflow: hidden;
    padding-left: 4%;
  }
  .box-phone-ct .list-tel li {
    float: left;
    width: 49%;
    min-height: 66px;
  }
  .box-phone-ct .list-tel li:nth-child(even) {
    margin-left: 2%;
  }
  .box-phone-ct .list-tel li.d-none {
    background: transparent none;
  }

  .sec-step {
    padding: 60px 0;
  }
  .sec-step .list-step {
    max-width: 706px;
    margin-left: auto;
    margin-right: auto;
  }
  .sec-step .list-step .step-item {
    padding: 30px 40px;
    position: relative;
    /*.thumb
     * -ms-flex: 0 0 22.5%
     * flex: 0 0 22.5%
     * max-width: 22.5% */
  }
  .sec-step .list-step .step-item .heading {
    font-size: 24px;
  }
  .sec-step .list-step .step-item .step-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .sec-step .list-step .step-item .ct-info {
    -ms-flex: 0 0 77.5%;
    flex: 0 0 77.5%;
    max-width: 480px;
  }
  .sec-step .list-step .step-item.in-active .heading {
    vertical-align: middle;
    margin-right: 24px;
    margin-bottom: 0;
  }
  .sec-step .list-step .step-item:nth-child(6), .sec-step .list-step .step-item:nth-child(7), .sec-step .list-step .step-item:nth-child(8) {
    padding-right: 10px;
  }
  .sec-step .list-step .step-item:nth-child(9) {
    padding-right: 20px;
  }
  .sec-step .list-step .step-item .desc {
    overflow: hidden;
  }
  .sec-step .list-step .step-item .desc .way {
    float: left;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .sec-step .list-step .step-item .desc .way:first-of-type {
    padding-right: 15px;
    border-right: 1px solid rgba(100, 80, 84, 0.5);
    margin-right: 15px;
  }
  .sec-step .list-step .step-item .desc .way span {
    display: block;
    margin: 0 !important;
  }

  .sec-flow {
    padding: 60px 0;
  }
  .sec-flow .block-flow {
    max-width: 706px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 20px 60px;
  }
  .sec-flow .block-flow .sttl {
    margin-bottom: 20px;
  }

  .sec-product-couter {
    padding: 60px 0;
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
  }
  .sec-product-couter .sec-heading {
    text-align: center;
    white-space: nowrap;
    margin-bottom: 30px;
  }
  .sec-product-couter .sec-heading .head-txt, .sec-product-couter .sec-heading .thumb {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
  }
  .sec-product-couter .sec-heading .head-txt {
    width: 65%;
  }
  .sec-product-couter .box-frame {
    padding: 30px 35px;
  }
  .sec-product-couter .box-frame .head {
    font-size: 24px;
  }
  .sec-product-couter .box-frame .ex {
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .sec-product-couter .box-frame .ex .label {
    white-space: nowrap;
  }
  .sec-product-couter .box-frame .ex p {
    padding: 1px 10px 0;
  }
  .sec-product-couter .box-frame .info .lg {
    margin-top: 0;
  }
  .sec-product-couter .box-frame .my-tb {
    margin: 20px 0 15px;
  }
  .sec-product-couter .box-frame .my-tb th, .sec-product-couter .box-frame .my-tb td {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .sec-product-couter .box-frame .my-tb tbody th, .sec-product-couter .box-frame .my-tb tbody td {
    height: 52px;
  }

  .sec-about-market {
    padding: 60px 0;
  }
  .sec-about-market .inner-ct {
    padding: 0 50px;
    overflow: hidden;
  }
  .sec-about-market .info-left {
    float: left;
    width: 58.75%;
  }
  .sec-about-market .thumb {
    float: right;
    width: 34.25%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .box-phone-ct .ttl br {
    display: none;
  }
  .box-phone-ct .list-tel {
    padding-left: 0;
  }
  .box-phone-ct .list-tel li {
    min-height: 55px;
    padding: 4px 0 4px 48px;
    font-size: 16px;
    background-size: 28px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .block-reason .list-reason li {
    background-image: url(../img/member/checklist@2x.png);
  }

  .box-phone-ct .list-tel li {
    background-image: url(../img/member/icon-tell@2x.png);
  }

  .sec-step .step-item:after {
    background-image: url(../img/member/arrow8@2x.png);
  }

  .sec-product-couter .box-frame .summary {
    background-image: url(../img/member/arrow9@2x.png);
  }
}
.ie.desktop .box-phone-ct .ttl {
  letter-spacing: -0.03em;
}
.ie.desktop .sec-product-couter .box-frame .ex .label {
  padding: 6px 8px 1px;
}
.ie.desktop .sec-product-couter .box-frame .ex p {
  padding: 4px 10px 0px;
}

.edge.desktop .box-phone-ct .ttl {
  letter-spacing: -0.03em;
}

.mac.safari .box-phone-ct .list-tel li .branch-title {
  letter-spacing: -0.05em;
}

.page-recipe .common-banner {
  background: url("../img/recipe/sp/main_reshipi_sp@2x.jpg") no-repeat;
  background-size: cover;
}
.page-recipe .img-bg {
  background: url(../img/common/pattane1.jpg) repeat;
  background-size: 82px;
  padding-top: 20px;
}
.page-recipe .book-handle {
  background: none;
  padding-bottom: 0;
}
.page-recipe .book-handle .list-book {
  margin-bottom: 10px;
}
.page-recipe .book-handle .list-book li a {
  padding: 9px 13px 9px 9px;
}
.page-recipe .book-handle .list-book li .ct-book {
  margin-left: -4%;
  padding-top: 7px;
}
.page-recipe .book-handle .list-book li .ct-book p {
  line-height: 1.6;
}
.page-recipe .content {
  padding-bottom: 30px;
}
.page-recipe .detail-news {
  margin-top: 0;
  background: #FDF9F0;
  padding: 20px 20px 30px;
}
.page-recipe .detail-news .ttl-detail {
  color: #645450;
  font-size: 24px;
  letter-spacing: -0.1em;
}
.page-recipe .detail-news .ttl-detail:before {
  width: 50%;
}
.page-recipe .detail-news .inner-recipe {
  margin-top: 20px;
}
.page-recipe .detail-news .img-recipe img {
  width: 100%;
}
.page-recipe .detail-news .txt-recipe {
  line-height: 1.86667;
  font-weight: bold;
  margin-top: 17px;
}
.page-recipe .info-recipe {
  margin-top: 40px;
}
.page-recipe .info-recipe .list-info {
  margin-top: 10px;
}
.page-recipe .info-recipe .list-info li {
  line-height: 2;
  padding-left: 20px;
  background: url("../img/recipe/check.png") no-repeat 0 8px;
  background-size: 13px;
  font-weight: bold;
}
.page-recipe .list-make {
  margin-top: 15px;
}
.page-recipe .list-make .list-make {
  font-weight: bold;
  margin-top: 20px;
}
.page-recipe .list-make .list-make li {
  padding-left: 20px;
  line-height: 1.6;
  margin-top: 7px;
}
.page-recipe .list-make .list-make li span {
  display: inline-block;
  text-indent: -20px;
  font-size: 13px;
}
.page-recipe .btn-recipe {
  margin-top: 30px;
  margin-bottom: 30px;
}
.page-recipe .btn-recipe .btn-cm01 {
  margin-bottom: 20px;
}
.page-recipe .btn-recipe .btn-cm01 a.two-row {
  padding: 5px 15px;
}
.page-recipe .btn-recipe .btn-cm01 a.two-row span {
  line-height: 1.29412;
}

@media (max-width: 374px) {
  .page-recipe .book-handle .list-book li .ct-book {
    margin-left: -5%;
  }
}
@media (min-width: 768px) {
  .page-recipe .common-banner {
    background: url("../img/recipe/main_reshipi@2x.jpg") no-repeat;
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .page-recipe .img-bg {
    padding-top: 0;
  }
  .page-recipe .book-handle {
    padding-bottom: 60px;
  }
  .page-recipe .book-handle .list-book {
    padding: 0 5px;
    margin-top: 30px;
  }
  .page-recipe .book-handle .list-book li {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .page-recipe .book-handle .list-book li .img-book {
    padding-right: 0;
    -ms-flex: 0 0 51%;
    flex: 0 0 51%;
    max-width: 51%;
  }
  .page-recipe .book-handle .list-book li .ct-book {
    padding-bottom: 0;
    background-position: 97% center;
  }
  .page-recipe .detail-news {
    padding: 40px 50px;
  }
  .page-recipe .detail-news .ttl-detail {
    font-size: 25px;
  }
  .page-recipe .detail-news .txt-recipe {
    line-height: 2;
    margin-top: 0;
    padding-left: 0;
  }
  .page-recipe .info-recipe .list-info li {
    margin-bottom: 10px;
  }
  .page-recipe .list-make {
    margin-top: 25px;
  }
  .page-recipe .list-make .list-make li {
    margin-top: 15px;
  }
  .page-recipe .btn-recipe {
    margin-top: 40px;
    text-align: center;
  }
  .page-recipe .btn-recipe .btn-cm01 {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
    margin: 0 13px;
  }
}
.page-producer .common-banner {
  background: url("../img/producer/sp/main_seisan_sp.jpg") no-repeat center;
  background-size: cover;
}
.page-producer .pager {
  margin-bottom: 30px;
}

.producer-list {
  margin-top: 20px;
}
.producer-list .producer-item {
  padding-bottom: 70px;
  border-bottom: 1px dotted #707070;
  margin-bottom: 20px;
}
.producer-list .producer-item .name-voice {
  padding-left: 87px;
  margin-bottom: 8px;
}
.producer-list .producer-item .name-voice .img-farmer {
  left: 36px;
}
.producer-list .producer-item .img-voice img {
  width: 100%;
}
.producer-list .producer-item .bg-item {
  padding-top: 15px;
}

@media (min-width: 768px) {
  .page-producer .common-banner {
    background: url("../img/producer/main_seisan.jpg") no-repeat center;
    background-size: cover;
  }

  .producer-list .producer-item .bg-item {
    padding-top: 0;
  }
  .producer-list .producer-item .name-voice {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .page-producer .pager {
    margin-bottom: 65px;
  }

  .producer-list {
    margin-top: 0;
    margin-bottom: 70px;
  }
  .producer-list .producer-item {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .producer-list .producer-item .name-voice {
    padding-left: 110px;
  }
  .producer-list .producer-item .name-voice .img-farmer {
    left: 58px;
  }
  .producer-list .producer-item .img-voice {
    padding-left: 0;
  }
  .producer-list .producer-item .lower {
    margin-top: 15px;
  }
  .producer-list .producer-item .lower p {
    line-height: 2;
  }
}
.page-access .common-banner {
  background: url("../img/access/sp/main_access_sp.jpg") no-repeat;
  background-size: cover;
}
.page-access .map-area {
  background: #DEF5FF;
  padding-bottom: 20px;
}

.intro-access {
  padding-top: 30px;
  padding-bottom: 100px;
}
.intro-access .txt-bold {
  margin-bottom: 30px;
  line-height: 1.86667;
}
.intro-access .img-map {
  margin-bottom: 30px;
}
.intro-access .btn-cm01 a {
  width: 274px;
}

.tourist-info {
  background: url("../img/access/bg.jpg") repeat center;
  text-align: center;
  padding: 45px 0 40px;
}
.tourist-info .ttl-tourist {
  font-size: 24px;
  font-weight: bold;
  color: #F4EEE4;
  margin-bottom: 17px;
}
.tourist-info .banner-tourist {
  margin-bottom: 10px;
}
.tourist-info .banner-tourist a {
  display: inline-block;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
}

@media (max-width: 374px) {
  .intro-access .sttl {
    padding: 0 15px;
    font-size: 28px;
  }
  .intro-access .txt-bold {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .page-access .common-banner {
    background: url("../img/access/main_access.jpg") no-repeat;
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .page-access .map-area {
    padding-bottom: 30px;
  }
  .page-access .map-area .list-view .new-block p {
    top: 6px;
    left: 6px;
  }
  .page-access .map-area .list-view .new-block p em {
    font-size: 11px;
    width: 18px;
    height: 18px;
    line-height: 18px;
  }

  .intro-access {
    padding-top: 60px;
    padding-bottom: 165px;
  }
  .intro-access .sttl {
    margin-bottom: 25px;
  }

  .tourist-info .ttl-tourist {
    margin-bottom: 22px;
  }
  .tourist-info .row {
    padding: 0px 82px;
  }
  .tourist-info .row .banner-tourist {
    padding: 0 10px;
  }
  .tourist-info .row .banner-tourist a {
    transition: all 0.2s;
  }
  .tourist-info .row .banner-tourist a:hover {
    box-shadow: 0px 4px 10px 0px rgba(50, 50, 50, 0.2);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
.page-card .common-banner {
  background: url("../img/card/sp/main_card_sp.jpg") no-repeat center;
  background-size: cover;
}

.main-card {
  padding-top: 17px;
}
.main-card .upper-block {
  padding-bottom: 30px;
  position: relative;
}
.main-card .upper-block .img-show {
  padding: 0 20px;
  text-align: center;
  margin-bottom: 18px;
}
.main-card .upper-block .txt-card {
  line-height: 1.89;
}
.main-card .upper-block .img-card {
  text-align: center;
  margin-top: 30px;
}
.main-card .upper-block .note {
  text-align: center;
  margin-top: -25px;
}
.main-card .upper-block .note .img-note {
  display: inline-block;
  vertical-align: middle;
}
.main-card .upper-block .note .txt-note {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-left: 7px;
  line-height: 1.89;
  letter-spacing: -0.2em;
}
.main-card .lower-block {
  padding-bottom: 10px;
}
.main-card .lower-block .block-card {
  margin-bottom: 20px;
  text-align: center;
}
.main-card .lower-block .block-card .inner {
  background: #FDF9F0;
  border-radius: 20px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  padding: 20px;
  position: relative;
  height: 100%;
}
.main-card .lower-block .block-card .img-icon {
  margin-bottom: 17px;
}
.main-card .lower-block .block-card .ttl-card {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 13px;
}
.main-card .lower-block .block-card p {
  text-align: left;
  line-height: 1.6;
}

@media (max-width: 374px) {
  .main-card .upper-block .note .img-note img {
    height: 90px;
  }
}
@media (min-width: 768px) {
  .page-card .common-banner {
    background: url("../img/card/main_card.jpg") no-repeat center;
    background-size: cover;
  }

  .main-card .upper-block .txt-card {
    padding: 0 210px;
  }
  .main-card .upper-block .img-card {
    position: absolute;
    right: 0;
    top: 50px;
    margin-top: 0;
  }
  .main-card .upper-block .img-card img {
    height: 130px;
  }
  .main-card .upper-block .note {
    margin-top: 20px;
  }
  .main-card .upper-block .img-abs {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 240px;
  }
  .main-card .lower-block {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .main-card {
    padding-top: 43px;
  }
  .main-card .upper-block {
    padding-bottom: 38px;
  }
  .main-card .upper-block .img-show {
    margin-bottom: 0;
  }
  .main-card .upper-block .txt-card {
    padding: 0 320px;
    margin-top: -7px;
  }
  .main-card .upper-block .img-card {
    top: 10px;
  }
  .main-card .upper-block .img-card img {
    height: auto;
  }
  .main-card .upper-block .note {
    position: absolute;
    margin-top: 0;
    left: 620px;
    top: 200px;
  }
  .main-card .upper-block .img-abs {
    left: 28px;
    height: auto;
  }
}
.page-info .common-banner {
  background: url("../img/news/sp/main_oshirase_sp@2x.jpg") no-repeat center;
  background-size: cover;
}

.table-infor {
  padding: 30px 0;
}
.table-infor table {
  width: 100%;
}
.table-infor table th, .table-infor table td {
  border: 1px solid rgba(100, 84, 80, 0.5);
  padding: 10px 20px;
}
.table-infor table th {
  font-weight: bold;
  width: 100%;
  display: block;
  background: rgba(72, 65, 61, 0.1);
  border-bottom: none;
}
.table-infor table td {
  font-weight: 500;
  width: 100%;
  display: block;
  border-bottom: none;
}
.table-infor table td span {
  font-size: 13px;
}
.table-infor table td a {
  display: inline-block;
  font-family: "Helvetica Neue";
  color: #D18400;
  padding-left: 10px;
  text-decoration: underline;
  position: relative;
  margin-left: 15px;
}
.table-infor table td a:before {
  position: absolute;
  content: "";
  background: url("../img/common/arrow07@2x.png") no-repeat;
  width: 6px;
  height: 10px;
  background-size: 100%;
  left: 0;
  top: 5px;
}
.table-infor table tr:last-child td {
  border-bottom: 1px solid rgba(100, 84, 80, 0.5);
}

@media (min-width: 768px) {
  .page-info .common-banner {
    background: url("../img/news/main_oshirase@2x.jpg") no-repeat center;
    background-size: cover;
  }

  .table-infor {
    padding: 30px 0;
  }
  .table-infor table th, .table-infor table td {
    padding: 9px 5px 9px 15px;
    border: 1px solid rgba(100, 84, 80, 0.5);
  }
  .table-infor table th {
    font-weight: 500;
    display: table-cell;
    width: 148px;
  }
  .table-infor table td {
    display: table-cell;
    width: auto;
  }
}
@media (min-width: 992px) {
  .table-infor {
    padding: 100px 0 60px;
  }
  .table-infor table {
    width: 706px;
    margin: 0 auto;
  }
}

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