/* RESET */
a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
}
html {
  overflow-y: scroll;
}
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  vertical-align: bottom;
}
abbr,
acronym,
fieldset,
img {
  border: 0;
}
button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea {
  font-size: 100%;
}
hr,
legend {
  display: none;
}
embed,
object {
  vertical-align: top;
}
body {
  line-height: 1.8;
  font-size: 90%;
  font-family: Verdana, Arial, メイリオ, Meiryo, ヒラギノ角ゴPro W3,
    Hiragino Kaku Gothic Pro, ＭＳ\Ｐゴシック, sans-serif;
  -webkit-text-size-adjust: 100%;
}
br {
  letter-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
/* RESET */

/* MAGNETIC POP UP */
.mfp-bg {
  z-index: 1;
  overflow: hidden;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-bg,
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}
.mfp-wrap {
  z-index: 2;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 4;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 3;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 5;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 9pt;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:before {
  top: 0;
}
.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  top: 0;
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}
.mfp-figure,
img.mfp-img {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 9pt;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-height: 300px),
  screen and (max-width: 800px) and (orientation: landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* PERFECT SCROLL BAR */
.ps {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}
.ps.ps--active-x > .ps__scrollbar-x-rail,
.ps.ps--active-y > .ps__scrollbar-y-rail {
  display: block;
  background-color: transparent;
}
.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px;
}
.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px;
}
.ps > .ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  opacity: 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 0;
  height: 15px;
}
.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  position: absolute;
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s linear, height 0.2s linear,
    width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear,
    width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  -o-transition: background-color 0.2s linear, height 0.2s linear,
    width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  -moz-transition: background-color 0.2s linear, height 0.2s linear,
    width 0.2s ease-in-out, border-radius 0.2s ease-in-out,
    -moz-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear,
    width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear,
    width 0.2s ease-in-out, border-radius 0.2s ease-in-out,
    -webkit-border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  bottom: 2px;
  height: 6px;
}
.ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x,
.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
  height: 11px;
}
.ps > .ps__scrollbar-y-rail {
  display: none;
  position: absolute;
  opacity: 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 0;
  width: 15px;
}
.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s linear, height 0.2s linear,
    width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear,
    width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  -o-transition: background-color 0.2s linear, height 0.2s linear,
    width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  -moz-transition: background-color 0.2s linear, height 0.2s linear,
    width 0.2s ease-in-out, border-radius 0.2s ease-in-out,
    -moz-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear,
    width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear,
    width 0.2s ease-in-out, border-radius 0.2s ease-in-out,
    -webkit-border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  right: 2px;
  width: 6px;
}
.ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y,
.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  width: 11px;
}
.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px;
}
.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px;
}
.ps:hover > .ps__scrollbar-x-rail,
.ps:hover > .ps__scrollbar-y-rail {
  opacity: 0.6;
}
.ps:hover > .ps__scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
  background-color: #999;
}
.ps:hover > .ps__scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  background-color: #999;
}
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .ps {
    overflow: auto !important;
  }
}

/* SWIPER */
.swiper-container {
  margin: 0 auto;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 75pc;
  perspective: 75pc;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 2;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2#078688'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2#078688'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 2;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #078688;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #078688;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: hsla(0, 0%, 100%, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 3;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 3;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 2;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: a 1s steps(12, end) infinite;
  animation: a 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes a {
}
@keyframes a {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 75pc;
}
/*----------------------
  common
----------------------*/

a {
  color: #32999d;
  /* text-decoration:none; */
}
a:hover {
  color: #078688;
  text-decoration: none;
}

a:hover img.hover {
  opacity: 0.7;
  filter: alpha(opacity=70); /* ie 6 7 */
  -ms-filter: "alpha(opacity=70)"; /* ie 8 */
}
.ofh {
  overflow: hidden;
}
.txtUL {
  text-decoration: underline;
}

.fwB {
  font-weight: bold;
}

.caution {
  color: #c00;
}
.attention span {
  color: #c00;
}

.list-mark {
  text-indent: -1em;
  padding: 0 0 0 1em;
  overflow: hidden;
}

.mgnB05,
.mb05 {
  margin-bottom: 5px;
}
.mgnB10,
.mb10 {
  margin-bottom: 10px;
}
.mgnB15,
.mb15 {
  margin-bottom: 15px;
}
.mgnB20,
.mb20 {
  margin-bottom: 20px;
}
.mgnB30,
.mb30 {
  margin-bottom: 30px;
}
.mgnB40,
.mb40 {
  margin-bottom: 40px;
}
.mgnB50,
.mb50 {
  margin-bottom: 50px;
}
.mgnB60,
.mb60 {
  margin-bottom: 60px;
}
.mgnB70,
.mb70 {
  margin-bottom: 70px;
}

.pdg05 {
  padding: 5px;
}
.pdg15 {
  padding: 15px;
}
.pdg10 {
  padding: 10px;
}
.pdg20 {
  padding: 20px;
}

.pdgS05 {
  padding: 0 5px;
}
.pdgS10 {
  padding: 0 10px;
}

.pdgL20 {
  padding: 0 0 0 20px;
}
.pdgL30 {
  padding: 0 0 0 30px;
}

.mgnS05 {
  margin: 0 5px;
}
.mgnS10 {
  margin: 0 10px;
}

.tal {
  text-align: left !important;
}
.tac {
  text-align: center !important;
}
.tar {
  text-align: right !important;
}

.txt11 {
  font-size: 11px;
}
.txt12 {
  font-size: 12px;
}
.txt13 {
  font-size: 13px;
}
.txt14 {
  font-size: 14px;
}
.txt15 {
  font-size: 15px;
}
.txt16 {
  font-size: 16px;
}
.txt17 {
  font-size: 17px;
}

textarea,
input[type="kana_name"],
input[type="kana_first"],
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select[name="prefecture"] {
  border-radius: 4px;
  border: solid 1px #d5d5d5;
  padding: 4px 6px;
  margin-bottom: 7px;
}
input[type="submit"] {
  font: 14px/1.61 "Noto Sans Japanese", "MS PGothic", sans-serif;
  border: none;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

/*----------------------
  common
----------------------*/
body {
  color: #1a1a1a;
  line-height: 1.4;
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 16px;
  font-weight: 400;
  /* background: #fafafa; */
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

.wrapper {
}
.top .wrapper {
  /* background: #fff; */
}

#mapCanvas,
#mapCanvas2 {
  width: 100%;
  height: 400px;
  position: relative;
}

.flow-box img {
  width: 100%;
  height: auto;
}
.contact-box {
  background: #eee;
  padding: 20px;
  box-sizing: border-box;
}
.contact-box .contact-text {
  clear: both;
  text-align: center;
  margin-bottom: 30px;
}
.contact-btns {
  box-sizing: border-box;
}
.contact-box .contact-tel {
  float: left;
  width: 48%;
  background: #2c3162;
  color: #fff;
  padding: 20px;
}
.contact-box .contact-tel .tel {
  position: relative;
}
.contact-box .contact-tel .tel a {
  color: #fff;
}
.contact-box .contact-form {
  float: right;
  width: 48%;
}
.contact-box .contact-form a {
  color: #2c3162;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #2c3162;
  padding: 20px;
  color: #fff;
  box-sizing: border-box;
}

.contact-btns span {
  display: block;
  position: absolute;
  width: 25px;
  margin: 0;
  background: #fff;
  height: 1px;
  -webkit-transition: all 0;
  transition: all 0;
  right: 0;
  top: 19px;
}
.contact-btns span:before,
.contact-btns span:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #fff;
  top: 0;
}
.contact-btns span:before {
  transform: rotate(45deg);
  left: 8px;
  top: -7px;
}

.contact-btns span:after {
  transform: rotate(-45deg);
  left: 8px;
  top: 7px;
}
.contact-btns.contact-form span {
  right: 40px;
  top: 40px;
}

.sl-wrapper .sl-close {
  z-index: 15000 !important;
}

#js-gallery .slide img {
  cursor: zoom-in;
}

.insta-wrap {
  overflow: hidden;
  zoom: 1;
}

.insta-wrap > a {
  float: left;
  display: block;
  margin: 0 1.5% 30px;
  width: 30%;
  height: auto;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  overflow: hidden;
  position: relative;
}
.insta-wrap > a:hover {
  opacity: 0.7;
}
.insta-wrap > a img {
  width: 100%;
}
.insta-wrap a .insta-title {
  display: block;
  position: absolute;
  width: 100%;
  color: #fff;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  opacity: 0;
  font-size: 11px;
}
.insta-wrap a .insta-title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1000px;
  top: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  z-index: -1;
}
.insta-wrap a:hover .insta-title,
.insta-wrap a:hover .insta-title:before {
  opacity: 1;
}

.news-detail {
}
.news-detail .entry-header {
  background: #fafafa;
  padding: 5%;
}
.news-detail .entry-header h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.news-detail .entry-header .date {
  text-align: right;
}
.news-detail .entry-detail {
  padding: 5%;
}
.news-detail .entry-detail .img {
  margin-bottom: 20px;
}
.news-detail .entry-detail .img img {
  width: 100%;
  height: auto;
}
.news-detail .entry-detail p {
  margin-bottom: 10px;
}
.news-detail .entry-detail a {
  color: #340e07;
  text-decoration: underline;
}
.news-detail .entry-detail .entry-table {
  overflow: hidden;
  width: 100%;
}
.news-detail .entry-detail .entry-table thead {
}
.news-detail .entry-detail .entry-table thead th {
  background: #eee;
}
.news-detail .entry-detail .entry-table tbody tr {
  border-bottom: solid 1px #f8f8f8;
}
.news-detail .entry-detail .entry-table th {
  padding: 15px;
  width: 30%;
  margin-bottom: 15px;
  vertical-align: top;
  text-align: center;
}
.news-detail .entry-detail .entry-table tbody th {
  text-align: left;
}
.news-detail .entry-detail .entry-table tbody td {
  padding: 15px;
  vertical-align: top;
  color: #6b6a6a;
}

.company-table {
  width: 100%;
}
.company-table th,
.company-table td {
  padding: 20px;
  border-bottom: solid 1px #eee;
}
.head-line {
  transition: all 800ms;
  transform: translateY(50px);
  opacity: 0;
  position: relative;
  text-align: center;
  margin: 0 auto 50px;
}
.head-line.show {
  transform: translateY(0px);
  opacity: 1;
}

.big-title {
  padding: 20px;
  margin-bottom: 50px;
}
.big-title h2 {
  box-sizing: border-box;
  font-size: 36px;
  text-align: center;
  color: #32999d;
  margin-bottom: 20px;
}
.big-title .medium-title {
  text-align: center;
  font-size: 18px;
}

.inner .q-a {
  margin-top: 60px;
}
.inner .q-a dt {
  position: relative;
  border-bottom: solid 1px #eee;
  font-size: 24px;
  position: relative;
  padding: 10px 0 10px 50px;
}
.inner .q-a dd {
  transition: all 300ms;
  transform: scaleY(0);
  height: 0;
  overflow: hidden;
  font-size: 18px;
  padding: 0px 0 0px 50px;
  position: relative;
  border-bottom: solid 1px #eee;
  margin-bottom: 30px;
}
.inner .q-a dd.show {
  transform: scaleY(1);
  height: auto;
  padding: 20px 0 10px 50px;
}
.inner .q-a dt:after {
  content: "";
  border-left: solid 1px #ccc;
  border-top: solid 1px #ccc;
  transform: rotate(225deg);
  position: absolute;
  right: 30px;
  width: 30px;
  height: 30px;
}
.inner .q-a dt.show:after {
  transform: rotate(45deg);
}
.inner .q-a dt:before {
  content: "Q.";
  font-size: 36px;
  font-style: italic;
  display: inline-block;
  color: #c75d5d;
  position: absolute;
  top: 0;
  left: 0px;
}
.inner .q-a dd:before {
  content: "A.";
  font-size: 36px;
  font-style: italic;
  display: inline-block;
  color: #43a5fd;
  position: absolute;
  top: 0;
  left: 0;
}
.report-link {
  padding: 50px;
  box-sizing: border-box;
}
.report-link ul {
  display: flex;
}
.report-link ul li {
  width: calc(100% / 3);
  padding: 0 20px;
  text-align: center;
}
.report-link ul li a {
  color: #008688;
  display: block;
  padding: 20px;
  border: solid 1px;
  border-radius: 30px;
  transition: all 300ms;
}

.report-link ul li a:hover,
.report-link ul li a.active {
  color: #fff;
  background: #008688;
}
.report-list {
}
.report-list li {
  padding: 0 0 15px;
  margin-bottom: 15px;
  border-bottom: solid 1px #eee;
}
.report-list li span {
  display: inline-block;
  margin-right: 10px;
}
.report-list li a {
  display: inline-block;
}

.report-list li a:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1c1";
  margin-left: 10px;
}

.nagare-wrap .nagare-table {
  width: 100%;
}
.nagare-wrap .nagare-table tr {
  background: #fffcec;
  position: relative;
  display: table;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}
.nagare-wrap .nagare-table tr:after {
  content: "";
  border-top: 30px solid #ffab6f;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid transparent;
  width: 0px;
  height: 0px;
  display: block;
  position: absolute;
  bottom: -50px;
  left: calc(50% - 30px);
  z-index: 1;
}
.nagare-wrap .nagare-table tr:nth-child(even) {
  background: #eafdee;
}
.nagare-wrap .nagare-table tr:last-child:after {
  border: none;
}

.nagare-wrap .nagare-table.nenkan-table tr:after {
  border: none;
}
.nagare-wrap .nagare-table.nenkan-table tr {
  background: #fff;
  border-radius: 0px;
  margin-bottom: 0;
}

.nagare-wrap .nagare-table.nenkan-table tr:nth-child(even) {
  background: #ebfeff;
}

.nagare-wrap .nagare-table tr td {
  padding: 30px;
  box-sizing: border-box;
  text-align: left;
  font-size: 20px;
  color: #333;
}
.nagare-wrap .nagare-table tr .time {
  font-weight: bold;
  width: 240px;
  /* color: #156a6d; */
}
.nagare-wrap .nagare-table.nenkan-table tr .time {
  font-weight: bold;
  width: 130px;
  /* color: #156a6d; */
}
.nagare-wrap .nagare-table tr .time i {
  color: #fda867;
}
.nagare-wrap .nagare-table tr .text {
  font-weight: bold;
  color: #333;
}
.nagare-wrap .nagare-table tr .photo {
  width: 300px;
}

.nagare-wrap .nagare-table tr .photo img {
  width: 100%;
  height: auto;
}
/*pc-sp common end*/

@media print, screen and (min-width: 768px) {
  .sub-page {
    /* padding-left:250px; */
  }

  .slide-wrap .video-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .slide-wrap .video-wrap video {
    width: 100%;
    height: auto;
  }
  .slide-wrap .video-wrap .video-cover {
    background: rgba(0, 0, 0, 0.2);
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
  }
  .slide-wrap .video-wrap video {
    width: 100%;
    height: 100%;
  }

  .first-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 3;
    opacity: 1;
    transition: all 1000ms;
    background: #078688;
  }
  .fadeout-wrap {
    z-index: -1;
    opacity: 0;
  }

  .first-wrap .logo {
    width: 235px;
    height: 235px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
  }
  .first-wrap .logo img {
    width: 100%;
    height: auto;
  }
  .slide-wrap {
    position: relative;
    opacity: 0;
    transition: all 1000ms;
    overflow: hidden;
    padding: 0 50px;
    box-sizing: border-box;
  }
  .fadein-wrap {
    z-index: 5;
    opacity: 1;
  }
  .slide-wrap .logo {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .first-view .first-scroll {
    position: absolute;
    bottom: 10%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: 0 0 0 -15px;
    color: #c5c6d0;
    transition: all 500ms;
    transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    opacity: 0;
  }
  .first-view .first-scroll:after,
  .first-view .first-scroll:before {
    content: "";
    border-color: #2d3261 #2d3261 transparent transparent;
    border-style: solid;
    border-width: 1px;
    width: 21px;
    height: 21px;
    display: block;
    position: absolute;
    transform: rotate(135deg);
    position: absolute;
  }
  .first-view .first-scroll:before {
    top: 13px;
  }
  .first-view .first-scroll.show {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    opacity: 1;
  }
  .first-view .first-scroll.show {
  }
  .top-contents {
    position: relative;
    /* background: #fff; */
    /* z-index: 1; */
    margin-left: 260px;
    padding: 0px;
    box-sizing: border-box;
    background: #f7f7f7;
  }

  .sp {
    display: none;
  }
  .imgMax {
    width: 100% !important;
    height: auto !important;
  }

  body {
    min-width: 1000px;
    letter-spacing: 0.2px;
  }

  .sub-page .wrapper {
    background: #f7f7f7;
    position: relative;
    min-height: 1000px;
    overflow: hidden;
    width: calc(100% - 260px);
    margin-left: 260px;
  }

  .inner {
    max-width: 1400px;
    min-width: 700px;
    margin: 0 auto;
    /* overflow: hidden; */
    position: relative;
    padding: 0 50px;
    box-sizing: border-box;
  }
  .top-common .head-line + .inner {
    padding: 0 50px 0 50px;
  }

  .top-common .head-line + .inner.tategaki-cts {
    /* text-align: right; */
  }

  .sub-page .inner {
    padding: 0 50px;
  }

  .sub-page .header {
    /* background: rgba(128, 27, 32, 1); */
  }
  .header h1 {
    border-top: solid 1px #008688;
    border-bottom: solid 1px #32999d;
    margin: 20px auto 30px;
    text-align: center;
    box-sizing: border-box;
    padding: 20px;
  }
  .header h1 a {
    text-decoration: none;
  }
  .header h1 img {
    width: 100%;
    height: auto;
  }
  .header h1 span {
    font-size: 10px;
    font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
      "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
      "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
      "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  .header-inner {
    border-top: solid 4px #32999d;
    /* padding: 0px 20px 20px; */
    /* max-width: 1200px; */
    /* text-align: right; */
    width: 100%;
    box-sizing: border-box;
    transition: all 200ms;
    /* border-top: 18px #222222 solid; */
  }
  .header-text {
    position: fixed;
    bottom: 1%;
    left: 1%;
    font-size: 11px;
    color: #fff;
    width: 200px;
  }

  .header.black {
    background: rgb(255, 255, 255);
  }
  .header .logo-bg-fill {
    fill: transparent;
  }
  .header.black .logo-bg-fill {
    fill: #078688;
  }

  .black .header-logo .logo-svg,
  .sub-page-header .header-logo .logo-svg {
    fill: #3a1c04;
  }
  .black .header-text {
    color: #3a1c04;
  }

  .header {
    position: fixed;
    width: 260px;
    height: 100%;
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
    z-index: 1;
    box-shadow: 7.071px 7.071px 30px 0px rgba(0, 0, 0, 0.1);
  }

  .mfp-zoom-out-cur .header {
    z-index: 0;
  }
  .header-inner h1 {
    width: 140px;
    position: absolute;
    top: 35px;
    left: 20px;
    /* margin-left: 0; */
    text-align: center;
  }

  .header-inner h1 img {
    width: 100%;
    height: auto;
  }
  .header .gnav {
  }
  .header .gnav ul {
    /* text-align: right; */
    /* font-family: "a-otf-ud-reimin-pr6n",sans-serif; */
    font-family: "fot-tsukuardgothic-std", sans-serif;
  }
  .header .gnav ul li {
    letter-spacing: 0.2em;
    position: relative;
    margin-bottom: 10px;
    font-size: 15px;
  }
  .header .gnav ul li a:before {
    transition: all 300ms;
    content: "";
    background: #32999d;
    display: block;
    width: 8px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: -16px;
    opacity: 0;
  }
  .header .gnav ul li a:hover:before {
    opacity: 1;
  }

  .header .gnav ul li a {
    position: relative;
    display: block;
    text-align: center;
    transition: all 300ms;
    text-decoration: none;
    padding: 10px;
  }
  .header .gnav ul li a:hover {
    color: #078688;

    text-decoration: none;
  }
  /**********
TOP 
***********/
  #image-bloc {
    position: relative;
    padding-top: 105px;
  }
  #image-bloc img {
    opacity: 0;
    transition: all 500ms 500ms;
    transform: scale(1.5);
  }
  .pace-done #image-bloc img {
    opacity: 1;
    transform: scale(1);
  }
  .catch-area {
    position: absolute;
    top: 40%;
    width: 70%;
    margin: 0 auto;
    left: 10%;
  }
  .catch-area h1 {
    font-family: "Courgette", cursive;
    font-weight: bold;
    color: #fff;
    font-size: 30px;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    opacity: 0;
  }
  .catch-area h2 {
    color: #fff;
    font-size: 18px;
    transform: translateX(-1000px);
    -webkit-transform: translateX(-1000px);
    opacity: 0;
  }

  .pace-done .catch-area h1 {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition: all 0.5s;
    opacity: 1;
    text-shadow: 0px 2px 3px rgba(16, 13, 22, 0.66);
    letter-spacing: 0.1em;
  }
  .pace-done .catch-area h2 {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transition: all 1s 0.5s;
    opacity: 1;
    text-shadow: 0px 2px 3px rgba(16, 13, 22, 0.66);
    letter-spacing: 0.1em;
  }
  .catch-area h2 {
    color: #fff;
    font-size: 18px;
  }

  .news {
    /* min-height: 330px; */
  }

  h2.h2-title {
    margin-bottom: 20px;
  }
  .news-list li {
    overflow: hidden;
    /* padding-left: 15px; */
    margin-bottom: 15px;
    border-bottom: solid 1px #eee;
    padding: 0 20px 0 0;
    box-sizing: border-box;
  }
  .top-contents .news-list li {
    /* width:25%; */
  }
  .news-list li .thumb {
    margin-bottom: 10px;
  }
  .news-list li .thumb img {
    width: 100%;
    vertical-align: bottom;
  }
  .news-list li .date {
    font-size: 90%;
    float: left;
    width: 7em;
    display: block;
  }
  .news-list li .title {
    margin-bottom: 20px;
  }

  /* TOP CONTENTS */
  .top-common {
    padding: 70px 0;
    position: relative;
  }

  .head-line h2 {
    font-size: 11px;
    text-align: center;
    margin-top: 30px;
  }

  .top-common .fb {
    width: 500px;
    margin: 0 auto;
  }

  .link-btn {
    display: block;
    width: 600px;
    text-align: center;
    margin: 0 auto 30px;
    padding: 30px;
    background: #078688;
    color: #fff;
    font-weight: bold;
    position: relative;
    transition: all 300ms;
    clear: both;
  }
  .link-btn:hover {
    opacity: 0.8;
    color: #fff;
  }
  .link-btn:hover:after {
    right: 20px;
  }
  .link-btn:hover:before {
    right: 18px;
  }
  .link-btn:before,
  .link-btn:after {
    transition: all 300ms;
  }
  .link-btn:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    right: 30px;
    top: 50%;
    margin-top: -10px;
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    transform: rotate(135deg);
  }

  .link-btn:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    background: #fff;
    right: 28px;
    top: 50%;
  }

  .more {
    display: block;
    width: 260px;
    background: #000;
    position: relative;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    height: 60px;
    line-height: 60px;
  }
  .more:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
  }
  .more span {
    display: block;
    position: absolute;
    width: 25px;
    margin: 0;
    background: #fff;
    height: 1px;
    -webkit-transition: all 0;
    transition: all 0;
    right: 25px;
    top: 29px;
  }
  .more span:before,
  .more span:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    background: #fff;
    top: 0;
  }
  .more span:before {
    transform: rotate(45deg);
    left: 8px;
    top: -7px;
  }

  .more span:after {
    transform: rotate(-45deg);
    left: 8px;
    top: 7px;
  }

  .company-table th {
    width: 10em;
  }

  .top-content-wrap .first-contents-list {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
  }
  .top-content-wrap .first-contents-list li {
    width: 50%;
    overflow: hidden;
    text-align: center;
  }
  .top-content-wrap .first-contents-list li a {
    display: inline-block;
    position: relative;
    width: 100%;
  }

  .top-content-wrap .first-contents-list li a img {
    width: 100%;
    height: auto;
    vertical-align: top;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 500ms linear;
  }
  .top-content-wrap .first-contents-list li a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  .top-content-wrap .first-contents-list li a .titles {
    position: absolute;
    /* height: 200px; */
    /* border:solid 2px #fff; */
    bottom: 30px;
    right: 30px;
    /* margin: -90px 0 0 -90px; */
    color: #fff;
    box-sizing: border-box;
  }
  .top-content-wrap .first-contents-list li a .titles h2 {
    /*  */
    font-size: 24px;
    letter-spacing: 0.2em;
  }
  .top-content-wrap .first-contents-list li a .titles p {
    font-size: 11px;
    letter-spacing: 0.2em;
  }

  /*------------------------
  footer
------------------------*/

  .page-top {
    position: absolute;
    bottom: 0%;
    width: 80px;
    background: rgba(255, 255, 255, 0.9);
    margin: 0 auto;
    text-align: center;
    /* padding: 10px 0 10px; */
    z-index: 1;
    background: #fff;
    color: #015d33;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-top p {
  }

  .page-top a {
    display: inline-block;
    /* background: #C30D23; */
    width: 100%;
    /* padding: 23px 0; */
    color: #015d33;
    font-size: 40px;
    text-align: center;
  }

  .footer {
    background: #078688;
    position: relative;
    color: #fff;
    margin-left: 260px;
    box-sizing: border-box;
    /* border-top: solid 1px #078688; */
  }
  .footer-inner {
    margin: 0 auto;
    /* width: 800px; */
    text-align: center;
    padding: 50px 80px 50px 0;
  }
  .footer-inner ul {
    /*overflow:hidden;
  zoom:1;
  margin:20px 0 10px 0;
  float:left;*/
  }
  .footer-inner nav li {
    display: inline-block;
    /* width: 130px; */
    text-align: left;
    list-style: none;
    padding: 0 10px;
  }
  .footer-inner nav li a {
  }
  .footer-inner nav {
  }
  .footer-inner .banner-area {
    overflow: hidden;
    clear: both;
    margin: 100px 0;
  }
  .footer-inner .banner-area ul {
    overflow: hidden;
    text-align: center;
  }
  .footer-inner .banner-area ul li {
    display: inline-block;
    width: 22%;
    padding: 0 1%;
  }
  .footer-inner .banner-area ul li a {
  }
  .footer-inner .banner-area ul li a img {
    width: 100%;
    height: auto;
  }
  .footer-inner .detail {
    /* text-align: left; */
  }
  .footer-inner .detail p {
    display: inline-block;
    vertical-align: top;
  }
  .footer-inner .detail .footer-logo {
    width: 160px;
    margin-left: 10px;
    padding: 0 14px;
    height: 70px;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    /*    background: rgba(255,255,255,0.9);
    border-radius: 35px;*/
    line-height: 54px;
  }
  .footer-inner .detail .footer-logo img {
    width: 100%;
    height: auto;
  }
  .copy p {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0;
    /* color: #fff; */
    font-size: 12px;
  }

  .about-text {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: inline-block;
    text-align: left;
    margin: 0;
    letter-spacing: 0.15em;
    line-height: 1.8em;
    font-size: 22px;
    height: 500px;
  }

  /********
SUB PAGES
******/

  .sub-header-title {
    margin-bottom: 70px;
    text-align: center;
  }
  .head-line h1,
  .sub-header-title h1 {
    display: inline-block;
    font-size: 30px;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
  }
  .head-line h1:after,
  .sub-header-title h1:after {
    content: "";
    height: 4px;
    width: 60%;
    background: #078688;
    display: block;
    position: absolute;
    left: 20%;
    top: 60px;
    border-radius: 2px;
  }

  .sub-header-title h2 {
    font-size: 11px;
    text-align: center;
    margin-top: 30px;
  }

  .catch-box {
    position: absolute;
  }

  .sub-contents {
    margin-bottom: 150px;
    position: relative;
    /* padding: 0 100px 0 50px; */
    box-sizing: border-box;
  }
  .sub-img-box {
    margin-bottom: 50px;
  }
  .sub-img-box img {
    width: 100%;
    height: auto;
  }

  /*COMPANY*/

  .greeting-txt {
    border-top: solid 1px #f8f8f8;
    border-bottom: solid 1px #f8f8f8;
    padding: 30px;
    margin: 5% 0;
    line-height: 2em;
    font-size: 18px;
    color: #565555;
    position: relative;
    font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
      "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
      "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
      "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  .greeting-autor {
    font-size: 18px;
    text-align: right;
    font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
      "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
      "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
      "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  .map iframe {
    width: 100% !important;
  }

  .main-box .title-image img {
    width: 100%;
    height: auto;
    min-width: 1000px;
    opacity: 0;
    transition: all 1000ms 500ms;
    /* filter: saturate(10%); */
  }
  .main-box.show .title-image img {
    opacity: 1;
  }
  .main-box .title {
    text-align: center;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-size: 48px;
    height: 48px;
    font-weight: bold;
    color: #fff;
    opacity: 0;
    transition: all 500ms 500ms;
    transform: translateY(-50px);

    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    letter-spacing: 0.2em;
  }
  .main-box.show .title {
    opacity: 1;
    transform: translateY(0px);
  }
  .main-box .title:before,
  .main-box .title:after {
    content: "-";
    display: inline-block;
    padding: 0 10px;
  }
  .main-box.show .title-image {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
  }

  /*CONTACT*/

  .contact .sub-contents.left-title .inner {
    padding: 0 5%;
  }
  .contact-catch {
    font-size: 30px;
    font-family: "Noto Serif", serif;
    text-align: center;
    margin-bottom: 30px;
    width: 500px;
    margin: 0 auto 30px;
    border: solid 4px #f8f8f8;
    padding: 20px 0;
    letter-spacing: 0.1em;
    color: #2c3162;
  }
  .pace-inactive .main-box {
  }
  .main-box {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
    /* margin-left:260px; */
    height: 300px;
    overflow: hidden;
  }

  .main-box .title span {
    display: inline-block;
  }
  .main-box .title span:after {
    content: "";
    background: #fff;
    width: 100%;
    height: 2px;
    display: block;
    margin: 0 auto 20px;
    transform: scaleX(0);
    transition: all 500ms 500ms;
  }
  .main-box.show .title span:after {
    opacity: 1;
    transform: scaleX(1);
  }

  .main-box .sub {
    font-size: 10px;
    text-align: center;
    width: 150px;
    margin: 0 auto;
    position: relative;
    color: #fff;
    letter-spacing: 0.1em;
  }

  .main-box .sub:after {
  }

  .n-table {
    overflow: hidden;
    width: calc(100% - 10%);
    margin: 5%;
  }
  .n-table dt {
    padding-bottom: 15px;
    padding-left: 15px;
    float: left;
    width: 10em;
    font-weight: bold;
    margin-bottom: 15px;
    min-height: 50px;
  }
  .n-table dd {
    border-bottom: solid 1px #ccc;
    padding-bottom: 15px;
    padding-left: 11em;
    margin-bottom: 15px;
    min-height: 50px;
  }
  .n-table th {
    padding: 15px;
    width: 30%;
    margin-bottom: 15px;
    vertical-align: top;
  }
  .n-table tr {
    border-bottom: solid 1px #ccc;
  }
  .n-table td {
    padding: 15px;
    vertical-align: top;
    color: #6b6a6a;
  }
  .n-table.price-table dt {
    width: 40em;
  }
  .n-table.price-table dd {
    padding-left: 41em;
  }

  .n-table-wide {
    width: 100%;
    border: solid 1px #ccc;
    border-collapse: collapse;
  }
  .n-table-wide th,
  .n-table-wide td {
    border: solid 1px #ccc;
    border-collapse: collapse;
  }
  .n-table-wide thead th {
    padding: 15px;
    margin-bottom: 15px;
    background: #a9e4e6;
  }
  .n-table-wide tr {
    border-bottom: solid 1px #ccc;
  }
  .n-table-wide tbody td {
    padding: 15px;
    vertical-align: top;
    color: #6b6a6a;
  }
  .n-table-wide tbody th {
    text-align: center;
  }

  .mini-inner {
    width: 800px;
    margin: 0 auto;
  }
  .contact-box {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: bold;
    overflow: hidden;
    width: 700px;
    margin: 0 auto;
  }

  .contact-box p {
  }
  .contact-box dl {
    margin-bottom: 80px;
  }
  .contact-box dt {
    float: left;
    width: 100px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    height: 110px;
  }
  .contact-box dt img {
    width: 100%;
    height: auto;
  }
  .contact-box dd {
    padding-left: 110px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    height: 110px;
    line-height: 110px;
  }
  .p-contents {
    width: 660px;
    margin: 0 auto 60px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 30px;
    line-height: 2;
    font-size: 120%;
  }
  .p-catch {
    font-size: 24px;
    /*font-weight: bold;*/
    color: #c30d23;
    margin-bottom: 40px;
    text-align: center;
  }

  .p-txt {
  }

  .map-box {
    width: 600px;
    margin: 0 auto 30px;
  }

  #mapCanvas,
  #mapCanvas2 {
    height: 600px;
    margin-bottom: 60px;
  }
  .access-inner {
    margin: 0 auto;
    min-height: 100%;
  }

  /*NEWS PAGE*/
  .news-list {
    margin: 5%;
  }

  /*SERVICE */
  .service-catch-box {
    padding: 0 5%;
    margin-bottom: 120px;
  }
  .service-catch-box h1 {
    font-family: "Sawarabi Mincho";
    text-align: center;
    font-size: 40px;
    margin-bottom: 60px;
  }

  .service-catch-box h2 {
    font-family: "Sawarabi Mincho";
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .service-box {
    margin-bottom: 120px;
  }
  .service-box .service-title {
    /*font-family: "Hannari";*/
    font-family: "Sawarabi Mincho";
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
    letter-spacing: 0.2em;
  }
  .service-box .service-sub-title {
    text-align: center;
    margin-bottom: 30px;
  }
  .service-box .service-sub-title-left {
    text-align: left;
    font-weight: bold;
    padding: 0 5%;
    font-size: 16px;
  }
  .service-box .service-sub-title-left:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: #3e3d3d;
    margin: 5px 0.5em 0 0;
    position: relative;
    top: 2px;
  }
  .guesthouse-page .service-box .service-title {
    text-align: left;
    padding: 0 5%;
  }
  .service-box .service-detail-text {
    padding: 0 5%;
    margin-bottom: 50px;
  }
  .service-box .service-detail-text-mb0 {
    padding: 0 5%;
    line-height: 1.8em;
    margin-bottom: 10px;
  }
  .service-inner {
    overflow: hidden;
    padding: 0 5%;
    margin-bottom: 3%;
  }
  .service-inner .left-box {
    float: left;
    width: 60%;
    padding-right: 2%;
    box-sizing: border-box;
  }
  .service-inner .left-box p {
    line-height: 1.8em;
    margin-bottom: 10px;
  }
  .service-inner .right-box {
    float: right;
    width: 40%;
    /* padding-left: 3%; */
    box-sizing: border-box;
  }
  .service-inner .right-box .img-box {
    margin-bottom: 100px;
  }

  .image-box.column-2 {
  }
  .image-box .column {
    display: inline-block;
    box-sizing: border-box;
  }
  .column-2 .column {
    width: 45%;
  }
  .column-2 .column:nth-child(1) {
    margin-right: 5%;
  }
  .column-2 .column:nth-child(2) {
    margin-right: 0;
  }

  #mapArea {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
  }

  .access-detail {
    padding: 20px;
    display: flex;
    background: #f3f6fd;
    width: 90%;
    margin: -50px auto 30px;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
    position: relative;
  }
  .access-detail .office {
    width: calc(50% - 10px);
    margin: 0 10px 0;
    padding: 15px;
    border: solid 1px #2f325f;
    position: relative;
    background: #f3f6fd;
    /* color: #fff; */
  }
  .access-detail .office:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 10px;
    height: calc(100% - 20px);
    width: calc(100% + 20px);
    background: #f3f6fd;
  }
  .access-detail .office:after {
    content: "";
    position: absolute;
    top: -10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% + 20px);
    background: #f3f6fd;
  }
  .access-detail .office h2 {
    margin-bottom: 10px;
    text-align: center;
    font-family: "Noto Serif", serif;
    letter-spacing: 0.1em;
  }
  .access-detail .office p {
    text-align: center;
  }
  .access-detail .office h2,
  .access-detail .office p {
    position: relative;
    z-index: 2;
  }
  .works-wrap {
  }
  .works-wrap .works-list {
    display: flex;
    flex-wrap: wrap;
  }
  .works-wrap .works-list li {
    width: calc(100% / 3);
    margin: 0 0 30px;
    position: relative;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
  }
  .works-wrap .works-list li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all 500ms 500ms;
    transform: translateX(0%);
  }
  .works-wrap .works-list li.show:after {
    transform: translateX(-100%);
  }
  .works-wrap .works-list li a {
    text-decoration: none;
  }
  .works-wrap .works-list li a .works-detail {
    width: 100%;
  }
  .works-wrap .works-list li a .works-detail .photo {
    width: 90%;
    overflow: hidden;
  }
  .works-wrap .works-list li a .works-detail .photo img {
    width: 100%;
    transform: scale(1);
    transition: all 300ms;
  }
  .works-wrap .works-list li a:hover .works-detail .photo img {
    transform: scale(1.2);
  }
  .works-wrap .works-list li a .works-detail .works-text-wrap {
    text-align: center;
    width: 90%;
    padding: 20px;
    box-sizing: border-box;
    background: #f5efdc;
    position: relative;
    margin: -10px 0 0 0px;
    box-shadow: 5px 10px 20px 0px rgba(0, 0, 0, 0.1);
    transition: all 300ms;
  }
  .works-wrap .works-list li:hover a .works-detail .works-text-wrap {
    background: #802221;
    color: #fff;
  }
  .works-wrap .works-list li:nth-child(even) a .works-detail .works-text-wrap {
  }
  .works-wrap .works-list li a .works-detail .works-text-wrap .title {
    font-size: 110%;
    margin-bottom: 5px;
  }
  .works-wrap .works-list li a .works-detail .works-text-wrap .sekou {
    font-size: 90%;
    /* text-align: right; */
  }

  /* WORKS DETAIL PAGE */
  .works-detail-inner {
    width: 100%;
    margin: 0 auto;
    padding-left: 60px;
    box-sizing: border-box;
  }
  .works-detail-box {
    position: relative;
    margin-bottom: 100px;
  }
  .works-detail-box .title {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    letter-spacing: 0.1em;
    color: #fff;
    opacity: 0;
    transition: all 500ms;
    transform: translateY(-50px);
  }
  .works-detail-box .title.show {
    opacity: 1;
    transform: translateY(0px);
  }
  .works-detail-box .title-image {
  }
  .works-detail-box .title-image img {
    width: 100%;
  }
  .works-detail-txt {
    position: relative;
    margin-bottom: 200px;
    /* display: flex; */
  }
  .works-detail-txt.no-detail {
    margin-bottom: 0px;
    display: none;
  }
  .works-detail-txt:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -150px;
    width: 1px;
    height: 80px;
    background: #000;
  }
  .works-detail-txt .title {
    position: absolute;
    width: 24px;
    text-align: center;
    right: -60px;
    line-height: 1.2;
    font-size: 24px;
    background: #802221;
    padding: 10px;
    /* font-family: "a-otf-ud-reimin-pr6n",sans-serif; */
    font-family: "fot-tsukuardgothic-std", sans-serif;
    color: #fff;
  }
  .works-detail-txt .catch {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 120%;
  }
  .works-detail-txt .title span {
    display: inline-block;
    margin-bottom: 10px;
  }
  .works-detail-txt .description {
    margin: 40px 0 40px 0;
    line-height: 1.8em;
  }
  .works-detail-txt .description p {
    margin-bottom: 10px;
  }
  .works-detail-txt .description .des-title {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0;
  }
  .works-detail-txt .description .shikaku {
    font-size: 24px;
  }
  .works-detail-txt .description .des-photo {
    margin-top: 20px;
  }
  .works-detail-txt .description .des-photo img {
    width: 100%;
    height: auto;
  }
  .works-detail {
    width: 100%;
    margin: 0 auto;
  }
  .works-detail li {
    transition: all 500ms;
    opacity: 0;
    transform: translateY(50px);
    margin-bottom: 50px;
  }
  .works-detail li.show {
    transform: translateY(0px);
    opacity: 1;
  }

  .works-detail li img {
    width: 100%;
  }

  .slide-wrap .first-scroll {
    position: absolute;
    bottom: 10%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: 0 0 0 -25px;
    color: #fff;
    transition: all 500ms;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    z-index: 10;
  }
  .slide-wrap .first-scroll:after,
  .slide-wrap .first-scroll:before {
    position: absolute;
    top: 25px;
    left: -25px;
    width: 50px;
    height: 1px;
    content: "";
    background: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .slide-wrap .first-scroll:before {
    left: 9px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  .slide-wrap .first-text {
    text-align: center;
    position: absolute;
    width: 1em;
    height: 100%;
    line-height: 1;
    top: 0;
    /* bottom:0; */
    left: 50%;
    text-align: center;
    margin: auto;
    color: #fff;
    z-index: 10;
    /* font-family: "a-otf-ud-reimin-pr6n",sans-serif; */
    font-family: "fot-tsukuardgothic-std", sans-serif;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 24px;
    letter-spacing: 0.2em;
    margin-left: -0.5em;
  }

  /*
    ABOUT HISTORY
*/
  .history-box {
    position: relative;
    width: 840px;
    margin: 0 auto;
  }
  .history-box:after {
    content: "";
    background: #802221;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
  }

  .history-box li {
    margin-bottom: 100px;
    position: relative;
    width: 360px;
    transition: all 500ms;
  }

  .history-box li:before {
    content: "";
    width: 40px;
    height: 1px;
    background: #802221;
    position: absolute;
    top: 11px;
  }
  .history-box li.left {
    margin-left: 0;
    text-align: right;
    width: 400px;
    padding-right: 20px;
    transform: translateX(-100px);
    opacity: 0;
  }

  .history-box li.left.show {
    margin-left: 0;
    text-align: right;
    width: 400px;
    padding-right: 20px;
    transform: translateX(0px);
    opacity: 1;
  }
  .history-box li.right {
    margin-left: 400px;
    padding-left: 40px;
    text-align: left;
    transform: translateX(100px);
    opacity: 0;
  }

  .history-box li.right.show {
    margin-left: 400px;
    padding-left: 40px;
    text-align: left;
    transform: translateX(0px);
    opacity: 1;
  }

  .history-box li.left:before {
    left: 400px;
  }
  .history-box li.right:before {
    left: 0px;
  }

  .history-detail {
  }
  .history-box li.left .history-detail .h-date {
    margin-right: 10px;
  }
  .history-box li.right .history-detail .h-date {
    margin-left: 10px;
  }
  .history-detail .h-date {
    font-size: 120%;
    margin-bottom: 20px;
  }

  .history-detail .h-detail-box {
  }

  .history-detail .photo {
    margin-bottom: 20px;
    width: 391px;
  }
  .history-detail .photo img {
    width: 100%;
    height: auto;
  }

  /* MENU */
  .menu-list {
    padding: 20px;
    box-sizing: border-box;
  }
  .menu-list ul {
    display: flex;
    flex-wrap: wrap;
  }
  .menu-list ul li {
    display: flex;
    align-items: center;
    margin: 0 0 50px 0;
    box-sizing: border-box;
    width: 100%;
    flex-wrap: wrap;
  }
  .menu-list ul li:nth-child(even) {
    flex-flow: row-reverse nowrap;
  }
  .menu-list ul li .menu-photo {
    width: 360px;
    overflow: hidden;
    /* height: 240px; */
    margin: 0 50px 0 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    border: solid 1px #000000;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 120%;
    padding: 0;
    text-align: center;
    position: relative;
  }
  .menu-list ul li .menu-photo img {
    width: 100%;
    height: auto;
  }
  .menu-01-contents.menu-set-menu .menu-list ul li .menu-photo {
  }

  .menu-list ul li .menu-photo span {
    position: relative;
    z-index: 1;
  }

  .menu-list ul li:nth-child(even) .menu-photo {
    margin: 0 0 0 50px;
  }

  .menu-list ul li dl {
    width: calc(100% - 440px);
  }
  .menu-list ul li dl dt {
    font-size: 140%;
    margin-bottom: 10px;
    color: #3b1c04;
    display: inline-block;
    border-bottom: solid 1px #078688;
    padding-bottom: 10px;
  }
  .menu-list ul li dl dt span {
    font-size: 80%;
    display: inline-block;
    margin: 0 0 0 10px;
  }
  .menu-list ul li dl dd {
  }

  /*  ABOUT */

  .shop-slider li img {
    width: 100%;
    height: auto;
    transform: scale(0.9);
  }

  .shop-slider li.slick-center img {
    transform: scale(1);
  }
  .sub-page .office-list {
    padding: 0 50px;
  }
  .sub-page .office-list li {
    /* display: flex; */
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: solid 1px #eee;
  }
  .sub-page .office-list li a {
  }
  .sub-page .office-list li a .detail {
    display: flex;
    margin: 0 50px;
  }
  .sub-page .office-list li:nth-child(even) a .detail {
    flex-direction: row-reverse;
  }
  .sub-page .office-list li a .detail .photo {
    width: 40%;
    overflow: hidden;
  }

  .sub-page .office-list li a .detail .photo img {
    width: 100%;
    height: auto;
    transition: all 300ms;
    transform: scale(1);
  }
  .sub-page .office-list li a:hover .detail .photo img {
    transform: scale(1.1);
  }
  .sub-page .office-list li a .detail .detail-text {
    width: 60%;
    padding-left: 30px;
  }
  .sub-page .office-list li:nth-child(even) a .detail .detail-text {
    padding: 0 30px 0 0;
  }
  .sub-page .office-list li a .detail .detail-text .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .sub-page .office-list li a .detail .detail-text .address {
  }
  .office-detail-slider {
    display: flex;
    flex-wrap: wrap;
  }
  .office-detail-slider li {
    width: calc(100% / 3);
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .office-detail-slider li a {
  }
  .office-detail-slider li a img {
    width: 100%;
    height: auto;
  }

  .sub-contents .zu {
    margin: 20px auto 100px;
    text-align: center;
  }
  .sub-contents .zu img {
    max-width: 100%;
  }
  .concept-list {
  }
  .concept-list li {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
  }
  .concept-list.p-right li {
    flex-direction: row-reverse;
  }
  .concept-list li:nth-child(even) {
    flex-direction: row-reverse;
  }
  .concept-list li .photo {
    width: 60%;
    padding: 0 20px 0 0;
  }
  .concept-list li .photo img {
    width: 100%;
    height: auto;
  }
  .concept-list li .detail {
    width: 40%;
    transform: translateX(-100px);
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    box-sizing: border-box;
  }
  .concept-list.p-right li .detail {
    transform: translateX(50px);

  }
  .concept-list li .detail .title {
    font-size: 28px;
    margin-bottom: 20px;
    color: #340e07;
  }
  .concept-list li:nth-child(even) .detail {
    transform: translateX(20%);
  }
  .concept-list li .detail .detail-list {
  }
  .concept-list li .detail .detail-list li {
    display: block;
    margin-bottom: 10px;
  }
  .concept-list li .detail .detail-list li:before {
    content: "・ ";
  }

  .top-slider {
    position: relative;
    margin-bottom: 70px;
  }
  .top-slider img {
    width: 100%;
    height: auto;
  }
  .top-slider .swiper-pagination {
    bottom: -30px !important;
  }
  .top-slider .top-catch {
    position: absolute;
    width: calc(100% - 260px);
    height: 46px;
    line-height: 46px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    text-align: center;
    color: #fff;
    font-size: 46px;
    text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 10px,
      rgba(0, 0, 0, 0.3) -1px 1px 10px, rgba(0, 0, 0, 0.3) 1px -1px 10px,
      rgba(0, 0, 0, 0.3) -1px -1px 10px;
  }
  .top .office-list {
    padding: 0 50px;
    display: flex;
    flex-wrap: wrap;
  }
  .top .office-list li {
    width: calc(100% / 3);
    padding: 20px;
    box-sizing: border-box;
  }
  .top .office-list li a {
    display: block;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
    text-decoration: none;
  }
  .top .office-list li a:hover {
    transition: all 300ms;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .top .office-list li a .detail {
  }

  .top .office-list li a .detail .photo {
    overflow: hidden;
    margin-bottom: 20px;
  }

  .top .office-list li a .detail .photo img {
    width: 100%;
    height: auto;
    transition: all 300ms;
    transform: scale(1);
  }
  .top .office-list li a:hover .detail .photo img {
    transform: scale(1.1);
  }
  .top .office-list li a .detail .detail-text {
  }

  .top .office-list li a .detail .detail-text .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .top .office-list li a .detail .detail-text .address {
  }

  .greeting-wrap {
    display: flex;
    margin: 0;
    align-items: center;
  }
  .greeting-wrap .greeting-txt {
    width: 70%;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .greeting-wrap .greeting-txt img {
    max-width: 100%;
  }
  .greeting-wrap .greeting-autor {
    width: 30%;
    text-align: center;
  }
  .greeting-wrap .greeting-autor .photo {
    margin-bottom: 20px;
  }
  .greeting-wrap .greeting-autor .photo img {
    width: 100%;
  }
  .greeting-wrap .greeting-autor .autor-text {
    font-size: 80%;
  }
  .img-list {
    display: flex;
    flex-wrap: wrap;
  }
  .img-list li {
    width: 50%;
    padding: 15px;
    box-sizing: border-box;
  }
  .img-list li img {
    width: 100%;
  }
} /*end query*/
@media screen and (max-width: 767px) {
  .slide-wrap .first-scroll {
    position: absolute;
    bottom: -30%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: 0 0 0 -25px;
    color: #fff;
    transition: all 500ms;
    transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    z-index: 10;
  }
  .slide-wrap .first-scroll:after,
  .slide-wrap .first-scroll:before {
    position: absolute;
    top: 25px;
    left: -10px;
    width: 40px;
    height: 1px;
    content: "";
    background: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .slide-wrap .first-scroll:before {
    left: 17px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .slide-wrap .first-scroll.show {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    opacity: 1;
  }
  .slide-wrap .first-scroll.show {
    -webkit-animation: arrow_anime 2s linear infinite;
    -moz-animation: arrow_anime 2s linear infinite;
    -o-animation: arrow_anime 2s linear infinite;
    animation: arrow_anime 2s linear infinite;
  }

  .slide-wrap .first-text {
    text-align: center;
    position: absolute;
    width: 1em;
    height: 100%;
    line-height: 1;
    top: 0;
    /* bottom:0; */
    left: 50%;
    text-align: center;
    margin: auto;
    color: #fff;
    z-index: 10;
    /* font-family: "a-otf-ud-reimin-pr6n",sans-serif; */
    font-family: "fot-tsukuardgothic-std", sans-serif;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 24px;
    letter-spacing: 0.2em;
    margin-left: -0.5em;
  }

  .slide-wrap .video-wrap {
    margin-top: 60px;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .slide-wrap .video-wrap .pc-movie {
    width: 100%;
  }

  .slide-wrap .video-wrap .pc-movie video {
    width: 100%;
    height: auto;
  }

  .insta-wrap > a {
    width: 47%;
  }

  .header-logo .logo-svg {
    fill: #fff;
    transition: all 200ms;
  }

  .black .header-logo .logo-svg,
  .sub-page-header .header-logo .logo-svg {
    fill: #3a1c04;
  }

  .header-inner h1 img {
    width: 100%;
    height: auto;
    transition: all 200ms;
  }
  .header {
    padding: 15px 10px 15px;
    text-align: center;
    position: fixed;
    z-index: 10;
    width: 100%;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  }
  .sub-page .header {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  }
  .header .logo img {
    width: 50px;
  }
  .header .menu-trigger {
    overflow: hidden;
    position: absolute;
    top: 25px;
    right: 10px;
    width: 26px;
    height: 26px;
    z-index: 100;
  }
  .header .menu-trigger span {
    position: absolute;
    right: 0px;
    width: 100%;
    height: 2px;
    background: #078688;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
  }
  .header .menu-trigger:before,
  .header .menu-trigger:after {
    content: "";
    position: absolute;
    right: 0px;
    width: 100%;
    height: 2px;
    background: #078688;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
  }

  .header .menu-trigger:before {
    top: 6px;
  }
  .header .menu-trigger:after {
    top: 12px;
  }
  .menu-show .header .menu-trigger {
    z-index: 5001;
  }
  .menu-show .header .menu-trigger span {
    background: #fff;
    transform: rotate(45deg) translate(7px, 10px);
    -webkit-transform: rotate(45deg) translate(7px, 10px);
  }
  .menu-show .header .menu-trigger:before {
    background: #fff;
    transform: translate(-100%);
    -webkit-transform: translate(-100%);
  }
  .menu-show .header .menu-trigger:after {
    background: #fff;
    transform: rotate(-45deg) translate(-2px, -1px);
    -webkit-transform: rotate(-45deg) translate(-2px, -1px);
  }
  .header .gnav {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    padding: 80px 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transform: translateY(-100%);
  }
  .menu-show .header .gnav {
    z-index: 5000;
    opacity: 1;
    transform: translateY(0%);
  }
  .header .gnav a {
    display: block;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    border-bottom: solid 1px #fff;
  }
  .header .gnav a .jp {
    display: none;
  }
  .header.black,
  .header.sub-page-header {
  }
  .header h1 {
    display: flex;
    align-items: center;
  }
  .header h1 img {
    width: 120px;
    height: auto;
  }
  .header h1 span {
    font-size: 10px;
    display: inline-block;
    margin: 0 0 20px 10px;
  }
  .header.black .menu-trigger span,
  .header.black .menu-trigger:before,
  .header.black .menu-trigger:after {
  }

  .menu-show .header.sub-page-header .menu-trigger span,
  .menu-show .header.sub-page-header .menu-trigger:before,
  .menu-show .header.sub-page-header .menu-trigger:after,
  .menu-show .header.black .menu-trigger span,
  .menu-show .header.black .menu-trigger:before,
  .menu-show .header.black .menu-trigger:after {
    background: #fff;
  }
  .header .gnav ul {
    text-align: center;
    /* font-family: "a-otf-ud-reimin-pr6n",sans-serif; */
    font-family: "fot-tsukuardgothic-std", sans-serif;
    padding: 20px;
    box-sizing: border-box;
  }
  .header .gnav ul li {
    letter-spacing: 0.2em;
  }

  .first-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 3;
    opacity: 1;
    transition: all 1000ms;
    background: #fff;
  }
  .fadeout-wrap {
    z-index: -1;
    opacity: 0;
  }

  .first-wrap .logo {
    width: 180px;
    height: 180px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
  }
  .first-wrap .logo svg {
    width: 100%;
    height: auto;
  }

  .slide-wrap {
    position: relative;
    opacity: 0;
    transition: all 1000ms;
    overflow: hidden;
  }
  .fadein-wrap {
    z-index: 0;
    opacity: 1;
  }
  .slide-wrap .logo {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .third-wrap {
  }

  .top-contents {
    position: relative;
    background: #fff;
    z-index: 1;
    /* padding-left: 80px; */
  }

  .pc {
    display: none;
  }
  .imgMax {
    width: 100% !important;
    height: auto !important;
  }

  body {
    width: 100%;
    overflow-x: hidden;
    letter-spacing: 0.2px;
  }
  .contact form {
    margin: 5%;
  }
  .wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 70px;
  }

  .inner {
    width: 98%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }

  .header {
    /* display: none; */
  }
  .header.fixed {
  }

  /**********
  TOP 
  ***********/
  #image-bloc {
    position: relative;
    padding-top: 105px;
  }
  #image-bloc img {
    opacity: 0;
    transition: all 500ms 500ms;
    transform: scale(1.5);
  }
  .pace-done #image-bloc img {
    opacity: 1;
    transform: scale(1);
  }
  .catch-area {
    position: absolute;
    top: 40%;
    width: 70%;
    margin: 0 auto;
    left: 10%;
  }
  .catch-area h1 {
    font-family: "Courgette", cursive;
    font-weight: bold;
    color: #fff;
    font-size: 30px;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    opacity: 0;
  }
  .catch-area h2 {
    color: #fff;
    font-size: 18px;
    transform: translateX(-1000px);
    -webkit-transform: translateX(-1000px);
    opacity: 0;
  }

  .pace-done .catch-area h1 {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition: all 0.5s;
    opacity: 1;
    text-shadow: 0px 2px 3px rgba(16, 13, 22, 0.66);
    letter-spacing: 0.1em;
  }
  .pace-done .catch-area h2 {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transition: all 1s 0.5s;
    opacity: 1;
    text-shadow: 0px 2px 3px rgba(16, 13, 22, 0.66);
    letter-spacing: 0.1em;
  }
  .catch-area h2 {
    color: #fff;
    font-size: 18px;
  }

  .news {
    min-height: 330px;
  }

  h2.h2-title {
    margin-bottom: 20px;
  }
  .news-list li {
    display: flex;
    margin-bottom: 15px;
    border-bottom: solid 1px #eee;
    padding: 0;
    box-sizing: border-box;
  }
  .top-contents .news-list li {
    /* width:25%; */
  }
  .news-list li .thumb {
    margin-bottom: 10px;
  }
  .news-list li .thumb img {
    width: 100%;
    vertical-align: bottom;
  }
  .news-list li .date {
    font-size: 90%;
    width: 7em;
    display: block;
  }
  .news-list li .title {
    margin-bottom: 20px;
    width: calc(100% - 8em);
  }

  .top-slider .top-catch {
    position: absolute;
    width: 100%;
    height: 28px;
    top: 70px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 10px,
      rgba(0, 0, 0, 0.3) -1px 1px 10px, rgba(0, 0, 0, 0.3) 1px -1px 10px,
      rgba(0, 0, 0, 0.3) -1px -1px 10px;
  }

  .top-slider {
    position: relative;
    margin-bottom: 70px;
    padding-top: 113px;
  }
  .top-slider img {
    width: 100%;
    height: auto;
  }
  /* TOP CONTENTS */
  .top-common {
    padding: 30px 0 50px;
  }
  .top-common.news,
  .top-common.sns {
    /*background:rgba(255, 190, 0, 0.07);*/
  }

  .head-line {
    margin-bottom: 50px;
  }
  .head-line h1 {
    font-size: 30px;
    letter-spacing: 0.1em;
    color: #000000;
    text-align: center;
    position: relative;
  }

  .head-line h1:after {
    content: "";
    height: 4px;
    width: 30%;
    background: #078688;
    display: block;
    margin: 10px auto 0;
    border-radius: 2px;
  }

  .top .office-list {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .top .office-list li {
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
  }
  .top .office-list li a {
    display: block;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
    text-decoration: none;
  }
  .top .office-list li a:hover {
    transition: all 300ms;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .top .office-list li a .detail {
  }

  .top .office-list li a .detail .photo {
    overflow: hidden;
    margin-bottom: 20px;
  }

  .top .office-list li a .detail .photo img {
    width: 100%;
    height: auto;
    transition: all 300ms;
    transform: scale(1);
  }
  .top .office-list li a:hover .detail .photo img {
    transform: scale(1.1);
  }
  .top .office-list li a .detail .detail-text {
  }

  .top .office-list li a .detail .detail-text .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .top .office-list li a .detail .detail-text .address {
  }

  .top-common .inner {
    margin: 0 auto;
  }

  .top .other-page-wrap {
  }
  .top .other-page-wrap {
  }

  .about-text {
    text-align: center;
    padding: 0 5%;
    box-sizing: border-box;
  }
  .about-text img {
    width: 100%;
    height: auto;
  }
  .top-common .fb {
    width: 280px;
    margin: 0 auto;
  }
  .top-common .fb iframe {
    width: 100%;
  }
  .btn {
    display: block;
    border: 1px solid#f8f8f8;
    color: #fff;
    text-align: center;
    padding: 10px;
    background: #f8f8f8;
    border-radius: 30px;
    width: 200px;
    margin: 40px auto 40px;
    position: relative;
  }
  .btn:after {
    position: absolute;
    top: 0%;
    left: 80%;
    display: block;
    /* margin-top: -5px; */
    width: 10px;
    height: 10px;
    content: "\f105";
    font-family: FontAwesome;
    color: #fff;
    font-size: 28px;
    transition: all 0.5s;
  }
  .btn:hover {
    color: #fff;
  }
  .btn:hover:after {
    left: 85%;
  }

  .more {
    display: block;
    width: 260px;
    background: #000;
    position: relative;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    height: 60px;
    line-height: 60px;
  }
  .more:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
  }
  .more span {
    display: block;
    position: absolute;
    width: 25px;
    margin: 0;
    background: #fff;
    height: 1px;
    -webkit-transition: all 0;
    transition: all 0;
    right: 25px;
    top: 29px;
  }
  .more span:before,
  .more span:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    background: #fff;
    top: 0;
  }
  .more span:before {
    transform: rotate(45deg);
    left: 8px;
    top: -7px;
  }

  .more span:after {
    transform: rotate(-45deg);
    left: 8px;
    top: 7px;
  }

  .company-table th {
    width: 8em;
  }

  .company-table th,
  .company-table td {
    padding: 10px;
  }

  .top-content-wrap .first-contents-list {
    overflow: hidden;
  }
  .top-content-wrap .first-contents-list li {
    width: 100%;
    overflow: hidden;
    text-align: center;
  }
  .top-content-wrap .first-contents-list li a {
    display: inline-block;
    position: relative;
    width: 100%;
  }

  .top-content-wrap .first-contents-list li a img {
    width: 100%;
    height: auto;
  }

  .top-content-wrap .first-contents-list li a .titles {
    position: absolute;
    width: 150px;
    height: 150px;
    border: solid 2px #fff;
    top: 50%;
    left: 50%;
    margin: -75px 0 0 -75px;
    color: #fff;
    box-sizing: border-box;
    padding: 54px 0 0 0;
  }
  .top-content-wrap .first-contents-list li a .titles h2 {
    font-family: "Heebo", sans-serif;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  .top-content-wrap .first-contents-list li a .titles p {
    font-size: 11px;
  }

  /*------------------------
    footer
  ------------------------*/

  .page-top {
    position: absolute;
    bottom: 0%;
    width: 100%;

    margin: 0 auto;
    text-align: center;
    /* padding: 10px 0 10px; */
    z-index: 1;
    background: #eee;
    color: #fff;
    left: 0;
  }
  .page-top p {
  }

  .page-top a {
    display: inline-block;
    /* background: #C30D23; */
    width: 100%;
    /* padding: 23px 0; */
    color: #000;
    font-size: 40px;
    text-align: center;
  }

  .footer {
    position: relative;
    background: #009b9d;
    color: #fff;
  }
  .footer-inner {
    margin: 0 auto;
    padding: 30px 30px 0;
  }
  .footer-inner ul {
    /*overflow:hidden;
    zoom:1;
    margin:20px 0 10px 0;
    float:left;*/
  }
  .footer-inner nav li {
    display: inline-block;
    /* width: 130px; */
    text-align: left;
    list-style: none;
    padding: 0 10px;
  }
  .footer-inner nav li a {
  }
  .footer-inner nav {
  }
  .footer-inner .banner-area {
    overflow: hidden;
    clear: both;
    margin: 30px 0;
  }
  .footer-inner .banner-area ul {
    overflow: hidden;
    text-align: center;
  }
  .footer-inner .detail {
    text-align: left;
  }
  .footer-inner .detail a {
    color: #fff;
  }
  .footer-inner .detail p {
    display: inline-block;
    vertical-align: top;
  }
  .footer-inner .detail .footer-logo {
    width: 160px;
    margin-left: 10px;
    padding: 0 14px;
    height: 70px;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    /*    background: rgba(255,255,255,0.9);
      border-radius: 35px;*/
    line-height: 54px;
  }
  .footer-inner .detail .footer-logo img {
    width: 100%;
    height: auto;
  }
  .copy p {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0;
    /* color: #fff; */
    font-size: 12px;
  }

  /********
  SUB PAGES
  ******/

  .catch-box {
    position: absolute;
  }

  .sub-contents {
    margin-bottom: 70px;
  }
  .sub-contents img {
    max-width: 100%;
  }

  .sub-contents .zu {
    margin: 20px auto 100px;
    text-align: center;
  }
  .sub-contents .zu img {
    max-width: 100%;
  }
  .concept-list {
  }
  .concept-list li {
    margin-bottom: 50px;
  }

  .concept-list li .photo {
    width: 80%;
    padding: 0;
    margin: 0 auto;
  }
  .concept-list li .photo img {
    width: 100%;
    height: auto;
  }
  .concept-list li .detail {
    width: 70%;
    margin: 0 auto;
    transform: translate3d(0, -30px, 0);
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    box-sizing: border-box;
  }
  .concept-list li .detail .title {
    font-size: 28px;
    margin-bottom: 20px;
    color: #340e07;
  }

  .concept-list li .detail .detail-list {
  }
  .concept-list li .detail .detail-list li {
    display: block;
    margin-bottom: 10px;
  }
  .concept-list li .detail .detail-list li:before {
    content: "・ ";
  }

  /*COMPANY*/

  .greeting-txt {
    border-top: solid 1px #f8f8f8;
    border-bottom: solid 1px #f8f8f8;
    padding: 30px;
    margin: 5% 0;
    line-height: 2em;
    font-size: 18px;
    color: #565555;
    position: relative;
    font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
      "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
      "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
      "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  .greeting-autor {
    font-size: 18px;
    text-align: right;
    font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
      "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
      "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
      "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }

  .map iframe {
    width: 100% !important;
  }
  .main-box {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
    height: 200px;
  }
  .main-box .title-image img {
    width: 100%;
    height: auto;
    min-width: 100%;
    opacity: 0;
    transition: all 1000ms 500ms;
    /* filter: saturate(10%); */
  }
  .main-box.show .title-image img {
    opacity: 1;
  }
  .main-box .title {
    text-align: center;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    text-align: center;
    padding: 0;
    font-size: 30px;
    color: #fff;
    opacity: 0;
    transition: all 500ms 500ms;
    transform: translateY(-50px);
    height: 30px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    letter-spacing: 0.2em;
  }
  .main-box.show .title {
    opacity: 1;
    transform: translateY(0px);
  }
  .main-box .title:before,
  .main-box .title:after {
    content: "-";
    display: inline-block;
    padding: 0 10px;
  }
  .main-box.show .title-image {
    position: absolute;
    width: 1000px;
    height: auto;
    /* top: -200px; */
    /* right: -100px; */
  }

  .sub-header-title {
    margin-bottom: 50px;
  }
  .sub-header-title h1 {
    font-size: 30px;
    letter-spacing: 0.1em;
    color: #000000;
    text-align: center;
    position: relative;
  }

  .sub-header-title h1:after {
    content: "";
    height: 4px;
    width: 30%;
    background: #078688;
    display: block;
    margin: 10px auto 0;
    border-radius: 2px;
  }

  .sub-header-title h2 {
    font-size: 11px;
    text-align: center;
    margin-top: 30px;
  }

  .sub-page .office-list {
    margin: 0 20px;
  }
  .sub-page .office-list li {
    /* display: flex; */
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #eee;
  }
  .sub-page .office-list li a {
  }
  .sub-page .office-list li a .detail {
    display: flex;
    margin: 0px;
  }
  .sub-page .office-list li:nth-child(even) a .detail {
  }
  .sub-page .office-list li a .detail .photo {
    width: 40%;
    overflow: hidden;
  }

  .sub-page .office-list li a .detail .photo img {
    width: 100%;
    height: auto;
    transition: all 300ms;
  }

  .sub-page .office-list li a .detail .detail-text {
    width: 60%;
    padding-left: 20px;
  }

  .sub-page .office-list li a .detail .detail-text .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .sub-page .office-list li a .detail .detail-text .address {
  }
  .office-detail-slider {
    display: flex;
    flex-wrap: wrap;
  }
  .office-detail-slider li {
    width: calc(100% / 3);
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .office-detail-slider li a {
  }
  .office-detail-slider li a img {
    width: 100%;
    height: auto;
  }

  .main-box .title {
  }
  .main-box .title span {
    display: inline-block;
  }
  .main-box .title span:after {
    content: "";
    background: #fff;
    width: 100%;
    height: 2px;
    display: block;
    margin: 0 auto 20px;
    transform: scaleX(0);
    transition: all 500ms 500ms;
  }
  .pace-done .main-box .title span:after {
    opacity: 1;
    transform: scaleX(1);
  }

  .main-box .sub {
    font-size: 10px;
    text-align: center;
    width: 150px;
    margin: 0 auto;
    position: relative;
    color: #fff;
    letter-spacing: 0.1em;
  }

  .main-box .sub:after {
  }

  .n-table {
    overflow: hidden;
    width: 90%;
    margin: 0 5% 5%;
  }

  .n-table dt {
    border-bottom: solid 1px #ccc;
    padding-bottom: 15px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .n-table dd {
    border-bottom: solid 1px #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .n-table th {
    padding: 10px;
    display: block;
    vertical-align: top;
    text-align: left;
    border-bottom: solid 1px #f8f8f8;
  }
  .n-table tr {
  }
  .n-table td {
    padding: 10px;
    vertical-align: top;
    color: #6b6a6a;
    display: block;
    border-bottom: solid 1px #f8f8f8;
  }
  .n-table.price-table dt {
    width: 40em;
  }
  .n-table.price-table dd {
    padding-left: 41em;
  }
  .mini-inner {
    width: 100%;
    margin: 0 auto;
  }
  .contact-box {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: bold;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
  }

  .contact-box p {
  }
  .contact-box dl {
    margin-bottom: 80px;
  }
  .contact-box dt {
    float: left;
    width: 100px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    height: 110px;
  }
  .contact-box dt img {
    width: 100%;
    height: auto;
  }
  .contact-box dd {
    padding-left: 110px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    height: 110px;
    line-height: 110px;
  }
  .p-contents {
    width: 100%;
    margin: 0 auto 60px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 30px;
    line-height: 2;
    font-size: 120%;
  }
  .p-catch {
    font-size: 24px;
    /*font-weight: bold;*/
    color: #c30d23;
    margin-bottom: 40px;
    text-align: center;
  }

  .p-txt {
  }

  .access-inner {
    margin: 0 auto;
    min-height: 100%;
  }

  /*NEWS PAGE*/
  .news-list {
    margin: 5%;
  }

  #mapArea {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
  }

  .access-detail {
    padding: 20px;
    /* display: flex; */
    background: #f3f6fd;
    width: 81%;
    margin: -50px auto 30px;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
    position: relative;
  }
  .access-detail .office {
    width: 100%;
    margin: 0 auto 20px;
    padding: 15px;
    border: solid 1px #2f325f;
    position: relative;
    background: #f3f6fd;
    box-sizing: border-box;
  }
  .access-detail .office:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 10px;
    height: calc(100% - 20px);
    width: calc(100% + 20px);
    background: #f3f6fd;
  }
  .access-detail .office:after {
    content: "";
    position: absolute;
    top: -10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% + 20px);
    background: #f3f6fd;
  }
  .access-detail .office h2 {
    margin-bottom: 10px;
    text-align: center;
    font-family: "Noto Serif", serif;
    letter-spacing: 0.1em;
  }
  .access-detail .office p {
    text-align: center;
  }
  .access-detail .office h2,
  .access-detail .office p {
    position: relative;
    z-index: 2;
  }

  .history-detail .photo img {
    width: 100%;
  }

  /* MENU */
  .menu-list {
    padding: 20px;
    box-sizing: border-box;
  }
  .menu-list ul {
    display: flex;
    flex-wrap: wrap;
  }
  .menu-list ul li {
    /* display: flex; */
    /* align-items: center; */
    margin: 0 0 50px 0;
    box-sizing: border-box;
    width: 100%;
    /* flex-wrap: wrap; */
  }
  .menu-list ul li:nth-child(even) {
    flex-flow: row-reverse nowrap;
  }
  .menu-list ul li .menu-photo {
    /* width: 240px; */
    overflow: hidden;
    /* height: 240px; */
    margin: 0 auto 20px;
    box-sizing: border-box;
    /* display: flex; */
    /* flex-direction: row; */
    border: solid 1px #000000;
    color: #fff;
    /* align-items: center; */
    /* justify-content: center; */
    font-size: 120%;
    padding: 0;
    text-align: center;
    position: relative;
  }
  .menu-list ul li .menu-photo img {
    width: 100%;
    height: auto;
  }
  .menu-01-contents.menu-set-menu .menu-list ul li .menu-photo {
  }

  .menu-list ul li .menu-photo span {
    position: relative;
    z-index: 1;
  }

  .menu-list ul li dl {
    width: 100%;
  }
  .menu-list ul li dl dt {
    font-size: 140%;
    margin-bottom: 10px;
    color: #3b1c04;
    display: inline-block;
    border-bottom: solid 1px #078688;
    padding-bottom: 10px;
  }
  .menu-list ul li dl dt span {
    font-size: 80%;
    display: inline-block;
    margin: 0 0 0 10px;
  }
  .menu-list ul li dl dd {
  }

  /*  ABOUT */

  .shop-slider li img {
    width: 100%;
    height: auto;
    transform: scale(0.9);
  }

  .shop-slider li.slick-center img {
    transform: scale(1);
  }

  .link-btn {
    display: block;
    width: 90%;
    text-align: center;
    margin: 0 auto 30px;
    padding: 30px;
    background: #078688;
    color: #fff;
    font-weight: bold;
    position: relative;
    transition: all 300ms;
    clear: both;
    box-sizing: border-box;
  }

  .link-btn:hover:after {
    right: 20px;
  }
  .link-btn:hover:before {
    right: 18px;
  }
  .link-btn:before,
  .link-btn:after {
    transition: all 300ms;
  }
  .link-btn:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    right: 30px;
    top: 50%;
    margin-top: -10px;
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    transform: rotate(135deg);
  }

  .link-btn:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    background: #fff;
    right: 28px;
    top: 50%;
  }

  .report-link ul li {
    padding: 0 0px;
    margin: 0 5px;
  }

  .report-link ul li a {
    padding: 10px;
  }

  .n-table-wide {
    width: 100%;
    border: solid 1px #ccc;
    border-collapse: collapse;
  }
  .n-table-wide th,
  .n-table-wide td {
    border: solid 1px #ccc;
    border-collapse: collapse;
  }
  .n-table-wide thead th {
    padding: 15px;
    margin-bottom: 15px;
    background: #a9e4e6;
  }
  .n-table-wide tr {
    border-bottom: solid 1px #ccc;
  }
  .n-table-wide tbody td {
    padding: 15px;
    vertical-align: top;
    color: #6b6a6a;
  }
  .n-table-wide tbody th {
    text-align: center;
  }

  .n-table-wide-wrap {
    overflow-x: scroll;
    width: 90%;
    margin: 0 5% 5%;
  }
  .n-table-wide-wrap .n-table-wide {
    width: 700px;
  }

  .greeting-wrap {
  }
  .greeting-wrap .greeting-txt {
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .greeting-wrap .greeting-txt img {
    max-width: 100%;
  }
  .greeting-wrap .greeting-autor {
    width: 60%;
    margin: 0 auto;
    text-align: center;
  }
  .greeting-wrap .greeting-autor .photo {
    margin-bottom: 20px;
  }
  .greeting-wrap .greeting-autor .photo img {
    width: 100%;
  }
  .greeting-wrap .greeting-autor .autor-text {
    font-size: 80%;
  }

  .big-title {
    padding: 20px;
    box-sizing: border-box;
    /* text-align: left; */
  }
  .big-title h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .big-title .medium-title {
    text-align: center;
    font-size: 18px;
  }
  .report-link {
    padding: 50px 10px;
    box-sizing: border-box;
  }

  .nagare-wrap .nagare-table tr td.time,
  .nagare-wrap .nagare-table tr td.text,
  .nagare-wrap .nagare-table tr td.photo {
    padding: 15px;
    display: block;
    text-align: center;
    width: 100%;
  }
  .img-list {
    width: 90%;
    margin: 0 5% 5%;
  }
  .img-list li {
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .img-list li img {
    width: 100%;
  }
} /* media query*/
