@charset "UTF-8";
/* CSS Document */
/********************************************************************************
plugins Default Style
********************************************************************************/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !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: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-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: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -ms-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: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  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:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-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: 12px;
  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: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  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, .6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  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, .6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  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-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .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, .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, .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;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.5;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* Global */
.jBox-wrapper {
  text-align: left;
  box-sizing: border-box;
}

.jBox-title,
.jBox-content,
.jBox-container {
  position: relative;
  word-break: break-word;
  box-sizing: border-box;
}

.jBox-container {
  background: #fff;
}

.jBox-content {
  padding: 8px 10px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: opacity .2s;
}

/* jBox Tooltip */
.jBox-Tooltip .jBox-container,
.jBox-Mouse .jBox-container {
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, .25);
}

.jBox-Tooltip .jBox-title,
.jBox-Mouse .jBox-title {
  padding: 8px 10px 0;
  font-weight: bold;
}

.jBox-hasTitle.jBox-Tooltip .jBox-content,
.jBox-hasTitle.jBox-Mouse .jBox-content {
  padding-top: 5px;
}

.jBox-Mouse {
  pointer-events: none;
}

/* Pointer */
.jBox-pointer {
  position: absolute;
  overflow: hidden;
}

.jBox-pointer-top {
  top: 0;
}

.jBox-pointer-bottom {
  bottom: 0;
}

.jBox-pointer-left {
  left: 0;
}

.jBox-pointer-right {
  right: 0;
}

.jBox-pointer-top,
.jBox-pointer-bottom {
  width: 30px;
  height: 12px;
}

.jBox-pointer-left,
.jBox-pointer-right {
  width: 12px;
  height: 30px;
}

.jBox-pointer:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.jBox-pointer-top:after {
  left: 5px;
  top: 6px;
  box-shadow: -1px -1px 2px rgba(0, 0, 0, .15);
}

.jBox-pointer-right:after {
  top: 5px;
  right: 6px;
  box-shadow: 1px -1px 2px rgba(0, 0, 0, .15);
}

.jBox-pointer-bottom:after {
  left: 5px;
  bottom: 6px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .15);
}

.jBox-pointer-left:after {
  top: 5px;
  left: 6px;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, .15);
}

/* jBox Modal */
.jBox-Modal .jBox-container {
  border-radius: 4px;
}

.jBox-Modal .jBox-content {
  padding: 15px 20px;
}

.jBox-Modal .jBox-title {
  border-radius: 4px 4px 0 0;
  padding: 15px 20px;
  background: #fafafa;
  border-bottom: 1px solid #eee;
}

.jBox-Modal .jBox-footer {
  border-radius: 0 0 4px 4px;
}

.jBox-Modal.jBox-closeButton-title .jBox-title {
  padding-right: 55px;
}

.jBox-Modal .jBox-container,
.jBox-Modal.jBox-closeButton-box:before {
  box-shadow: 0 3px 15px rgba(0, 0, 0, .4), 0 0 5px rgba(0, 0, 0, .4);
}

/* Close button */
.jBox-closeButton {
  cursor: pointer;
  position: absolute;
}

.jBox-closeButton svg {
  position: absolute;
  top: 50%;
  right: 50%;
}

.jBox-closeButton path {
  transition: fill .2s;
}

.jBox-closeButton path {
  fill: #aaa;
}

.jBox-closeButton:hover path {
  fill: #888;
}

.jBox-closeButton:active path {
  fill: #666;
}

/* Close button in overlay */
.jBox-overlay .jBox-closeButton {
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}

.jBox-overlay .jBox-closeButton svg {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-right: -10px;
}

.jBox-overlay .jBox-closeButton path,
.jBox-overlay .jBox-closeButton:active path {
  fill: #ddd;
}

.jBox-overlay .jBox-closeButton:hover path {
  fill: #fff;
}

/* Close button in title */
.jBox-closeButton-title .jBox-closeButton {
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
}

.jBox-closeButton-title .jBox-closeButton svg {
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-right: -6px;
}

/* Close button in box */
.jBox-closeButton-box .jBox-closeButton {
  top: -8px;
  right: -10px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
}

.jBox-closeButton-box .jBox-closeButton svg {
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-right: -5px;
}

.jBox-hasTitle.jBox-Modal.jBox-closeButton-box .jBox-closeButton {
  background: #fafafa;
}

.jBox-closeButton-box:before {
  content: '';
  position: absolute;
  top: -8px;
  right: -10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.jBox-pointerPosition-top.jBox-closeButton-box:before {
  top: 5px;
}

.jBox-pointerPosition-right.jBox-closeButton-box:before {
  right: 2px;
}

/* Overlay */
.jBox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .82);
}

/* Footer */
.jBox-footer {
  background: #fafafa;
  border-top: 1px solid #eee;
  padding: 8px 10px;
  border-radius: 0 0 3px 3px;
}

/* Block scrolling */
body[class^="jBox-blockScroll-"],
body[class*=" jBox-blockScroll-"] {
  overflow: hidden;
}

/* Draggable */
.jBox-draggable {
  cursor: move;
}

/* Spinner */
@-webkit-keyframes jBoxLoading {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes jBoxLoading {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.jBox-loading .jBox-content {
  opacity: .2;
}

.jBox-loading-spinner .jBox-content {
  min-height: 38px !important;
  min-width: 38px !important;
  opacity: 0;
}

.jBox-spinner {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}

.jBox-spinner:before {
  display: block;
  box-sizing: border-box;
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, .2);
  border-top-color: rgba(0, 0, 0, .8);
  -webkit-animation: jBoxLoading .6s linear infinite;
          animation: jBoxLoading .6s linear infinite;
}

/* Animations */
[class^="jBox-animated-"],
[class*=" jBox-animated-"] {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes jBox-tada {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.8) rotate(-4deg);
            transform: scale(0.8) rotate(-4deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.2) rotate(4deg);
            transform: scale(1.2) rotate(4deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.2) rotate(-4deg);
            transform: scale(1.2) rotate(-4deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
}

@keyframes jBox-tada {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.8) rotate(-4deg);
            transform: scale(0.8) rotate(-4deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.2) rotate(4deg);
            transform: scale(1.2) rotate(4deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.2) rotate(-4deg);
            transform: scale(1.2) rotate(-4deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
}

.jBox-animated-tada {
  -webkit-animation: jBox-tada 1s;
          animation: jBox-tada 1s;
}

@-webkit-keyframes jBox-tadaSmall {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-2deg);
            transform: scale(0.9) rotate(-2deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(2deg);
            transform: scale(1.1) rotate(2deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-2deg);
            transform: scale(1.1) rotate(-2deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
}

@keyframes jBox-tadaSmall {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-2deg);
            transform: scale(0.9) rotate(-2deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(2deg);
            transform: scale(1.1) rotate(2deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-2deg);
            transform: scale(1.1) rotate(-2deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
}

.jBox-animated-tadaSmall {
  -webkit-animation: jBox-tadaSmall 1s;
          animation: jBox-tadaSmall 1s;
}

@-webkit-keyframes jBox-flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes jBox-flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.jBox-animated-flash {
  -webkit-animation: jBox-flash .5s;
          animation: jBox-flash .5s;
}

@-webkit-keyframes jBox-shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20%, 60% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  40%, 80% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}

@keyframes jBox-shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20%, 60% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  40%, 80% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}

.jBox-animated-shake {
  -webkit-animation: jBox-shake .4s;
          animation: jBox-shake .4s;
}

@-webkit-keyframes jBox-pulseUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes jBox-pulseUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.jBox-animated-pulseUp {
  -webkit-animation: jBox-pulseUp .25s;
          animation: jBox-pulseUp .25s;
}

@-webkit-keyframes jBox-pulseDown {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes jBox-pulseDown {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.jBox-animated-pulseDown {
  -webkit-animation: jBox-pulseDown .25s;
          animation: jBox-pulseDown .25s;
}

@-webkit-keyframes jBox-popIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes jBox-popIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.jBox-animated-popIn {
  -webkit-animation: jBox-popIn .25s;
          animation: jBox-popIn .25s;
}

@-webkit-keyframes jBox-popOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes jBox-popOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

.jBox-animated-popOut {
  -webkit-animation: jBox-popOut .25s;
          animation: jBox-popOut .25s;
}

@-webkit-keyframes jBox-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes jBox-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.jBox-animated-fadeIn {
  -webkit-animation: jBox-fadeIn .2s;
          animation: jBox-fadeIn .2s;
}

@-webkit-keyframes jBox-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes jBox-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.jBox-animated-fadeOut {
  -webkit-animation: jBox-fadeOut .2s;
          animation: jBox-fadeOut .2s;
}

@-webkit-keyframes jBox-slideUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-300px);
            transform: translateY(-300px);
    opacity: 0;
  }
}

@keyframes jBox-slideUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-300px);
            transform: translateY(-300px);
    opacity: 0;
  }
}

.jBox-animated-slideUp {
  -webkit-animation: jBox-slideUp .4s;
          animation: jBox-slideUp .4s;
}

@-webkit-keyframes jBox-slideRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
    opacity: 0;
  }
}

@keyframes jBox-slideRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
    opacity: 0;
  }
}

.jBox-animated-slideRight {
  -webkit-animation: jBox-slideRight .4s;
          animation: jBox-slideRight .4s;
}

@-webkit-keyframes jBox-slideDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    opacity: 0;
  }
}

@keyframes jBox-slideDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    opacity: 0;
  }
}

.jBox-animated-slideDown {
  -webkit-animation: jBox-slideDown .4s;
          animation: jBox-slideDown .4s;
}

@-webkit-keyframes jBox-slideLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-300px);
            transform: translateX(-300px);
    opacity: 0;
  }
}

@keyframes jBox-slideLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-300px);
            transform: translateX(-300px);
    opacity: 0;
  }
}

.jBox-animated-slideLeft {
  -webkit-animation: jBox-slideLeft .4s;
          animation: jBox-slideLeft .4s;
}

/********************************************************************************
Normalize
********************************************************************************/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/********************************************************************************
Rest
********************************************************************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
}

img {
  vertical-align: middle;
}

/********************************************************************************
Font
********************************************************************************/

.imgCaption{
  font-size:11px !important;
  font-size:1.1rem !important;
  font-weight: bold !important;
}
/********************************************************************************
plugins Custom Style
********************************************************************************/
.facilitiesPage .mfp-content,
.officespecPage .mfp-content {
  width: 900px;
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
}

.facilitiesPage .modalContent .title,
.officespecPage .modalContent .title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.25;
  color: #7d620e;
  margin-bottom: 20px;
  font-weight: 400;
}

.facilitiesPage .modalContent .text,
.officespecPage .modalContent .text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
  margin-bottom: 20px;
}

.facilitiesPage .modalContent .image,
.officespecPage .modalContent .image {
  text-align: center;
}

.floorPage .modalFlex .mfp-content {
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}

.floorPage .modalFlex .modalContent .image img {
  width: 100%;
}

.floorPage .modalFlex .modalContent .lead {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  color: #7d620e;
  margin-top: 20px;
  font-weight: 500;
  text-align: center;
}

.floorPage .modalFlex.mfp-bg {
  background-color: #fff;
}

.floorPage .modalFlex.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-zoom-out-cur {
  cursor: -moz-default;
  cursor: -webkit-default;
  cursor: default;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-pointer;
  cursor: -webkit-pointer;
  cursor: pointer;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  width: auto;
}

.facilitiesPage .jBox-Tooltip .jBox-container,
.facilitiesPage .jBox-Mouse .jBox-container,
.officespecPage .jBox-Tooltip .jBox-container,
.officespecPage .jBox-Mouse .jBox-container,
.floorPage .jBox-Tooltip .jBox-container,
.floorPage .jBox-Mouse .jBox-container {
  border-radius: 0;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, .4);
}

.facilitiesPage .jBox-Tooltip .jBox-title,
.facilitiesPage .jBox-Mouse .jBox-title,
.officespecPage .jBox-Tooltip .jBox-title,
.officespecPage .jBox-Mouse .jBox-title,
.floorPage .jBox-Tooltip .jBox-title,
.floorPage .jBox-Mouse .jBox-title {
  padding: 20px 20px 0;
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  color: #7d620e;
}

.facilitiesPage .jBox-content,
.officespecPage .jBox-content,
.floorPage .jBox-content {
  padding: 10px 20px 20px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: opacity .2s;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.85714;
}

.facilitiesPage .jBox-pointer,
.officespecPage .jBox-pointer,
.floorPage .jBox-pointer {
  display: none;
}

.floorPage .jBox-content,
.officespecPage .jBox-content {
  padding: 20px;
}

/********************************************************************************
Site Basic Setting
********************************************************************************/
html {
  background: #fff;
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Arial, Roboto, "Droid Sans", sans-serif;
  background: #fff;
  color: #444;
  min-width: 1000px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
}

.mincho, .facilitiesPage .modalContent .title,
.officespecPage .modalContent .title, .floorPage .modalFlex .modalContent .lead, .facilitiesPage .jBox-Tooltip .jBox-title,
.facilitiesPage .jBox-Mouse .jBox-title,
.officespecPage .jBox-Tooltip .jBox-title,
.officespecPage .jBox-Mouse .jBox-title,
.floorPage .jBox-Tooltip .jBox-title,
.floorPage .jBox-Mouse .jBox-title, .com_title01 .sub, .com_title02 .main, .com_pageHeadArea .ancList li a, .topPage .btnListArea .boxList .box a .sub, .topPage .btnListArea .boxList .box a .lead, .outlinePage .tableTitle, .facilitiesPage .facilitiesArea .facilitiesBox.section01 .box01 .boxTitle, .facilitiesPage .facilitiesArea .facilitiesBox.section02 .box02 .boxTitle, .facilitiesPage .facilitiesArea .facilitiesBox.section03 .box01 .mainTitle, .facilitiesPage .facilitiesArea .facilitiesBox.section03 .box01 .rightBox .boxTitle, .facilitiesPage .facilitiesArea .facilitiesBox.section03 .box01 .rightBox .stepBox .textArea .title, .facilitiesPage .facilitiesArea .facilitiesBox.section03 .box02 .rightArea .title, .facilitiesPage .facilitiesArea .facilitiesBox.section03 .box03 .box .title, .facilitiesPage .facilitiesArea .facilitiesBox.section03 .box04 .box .title, .facilitiesPage .facilitiesArea .facilitiesBox.section03 .box05 .boxTitle, .facilitiesPage .facilitiesArea .facilitiesBox.section03 .box05 .inner .midTitle, .officespecPage .officespecArea .officespecBox#anc-security .boxTitle .main {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", Arial, Roboto, "Droid Sans", sans-serif;
}

.amiri, .com_title01 .en, .com_title02 .sub {
  font-family: 'Amiri', serif;
}

a {
  color: #333;
  text-decoration: none;
  transition: all 300ms ease-out;
  outline: none;
}

a:hover {
  opacity: 0.7;
}

.maxWrap {
  max-width: none;
  max-width: initial;
  margin: 0 auto;
}

.wrap {
  width: 960px;
  margin: 0 auto;
  position: relative;
  height: inherit;
}

#container {
  padding-top: 140px;
}

.pageCaption{
  padding:30px 0 120px;
  font-size:11px;
  font-size:1.1rem;
}

/* SP
------------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  body.topPage {
    min-width: 320px;
  }
  body.topPage .wrap {
    width: auto;
    margin: 0 10px;
  }
  body.topPage #container {
    padding-top: 0px;
  }
  body.topPage img {
    max-width: 100%;
  }
}

/********************************************************************************
Site Common Style
********************************************************************************/
/****************************************
Common Bullet Style
****************************************/
@-webkit-keyframes zoom01 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2) translate(-2%, -3%);
            transform: scale(1.2) translate(-2%, -3%);
  }
}
@keyframes zoom01 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2) translate(-2%, -3%);
            transform: scale(1.2) translate(-2%, -3%);
  }
}

@-webkit-keyframes zoom02 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2) translate(8%, -3%);
            transform: scale(1.2) translate(8%, -3%);
  }
}

@keyframes zoom02 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2) translate(8%, -3%);
            transform: scale(1.2) translate(8%, -3%);
  }
}

@-webkit-keyframes scro {
  0% {
    -webkit-transform: translate(0, -8%);
            transform: translate(0, -8%);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

@keyframes scro {
  0% {
    -webkit-transform: translate(0, -8%);
            transform: translate(0, -8%);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

@-webkit-keyframes txt01 {
  0% {
    -webkit-transform: scale(0.9, 0.9) translate(-54%, -55%);
            transform: scale(0.9, 0.9) translate(-54%, -55%);
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translate(-50%, -50%);
            transform: scale(1, 1) translate(-50%, -50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translate(-50%, -50%);
            transform: scale(1, 1) translate(-50%, -50%);
  }
}

@keyframes txt01 {
  0% {
    -webkit-transform: scale(0.9, 0.9) translate(-54%, -55%);
            transform: scale(0.9, 0.9) translate(-54%, -55%);
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translate(-50%, -50%);
            transform: scale(1, 1) translate(-50%, -50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translate(-50%, -50%);
            transform: scale(1, 1) translate(-50%, -50%);
  }
}

@-webkit-keyframes txt02 {
  0% {
    -webkit-transform: scale(1.1, 1.1) translate(-46%, -55%);
            transform: scale(1.1, 1.1) translate(-46%, -55%);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translate(-50%, -60%);
            transform: scale(1, 1) translate(-50%, -60%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translate(-50%, -60%);
            transform: scale(1, 1) translate(-50%, -60%);
  }
}

@keyframes txt02 {
  0% {
    -webkit-transform: scale(1.1, 1.1) translate(-46%, -55%);
            transform: scale(1.1, 1.1) translate(-46%, -55%);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translate(-50%, -60%);
            transform: scale(1, 1) translate(-50%, -60%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translate(-50%, -60%);
            transform: scale(1, 1) translate(-50%, -60%);
  }
}

@-webkit-keyframes mask01 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes mask01 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes mask02 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes mask02 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

/****************************************
Common Bullet Style
****************************************/
/* SP
------------------------------------------------------------------------------- */
/****************************************
Common Title Style
****************************************/
.com_title01 {
  text-align: center;
  margin-bottom: 40px;
}

.com_title01 .en {
  display: inline-block;
  color: #7d620e;
  font-size: 52px;
  font-size: 5.2rem;
  line-height: 1;
  padding: 0 30px 10px;
  border-bottom: 1px solid #7d620e;
  margin-bottom: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.com_title01 .sub {
  display: block;
  color: #7d620e;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

.com_title02 {
  font-size: 0;
  color: #7d620e;
  font-weight: 400;
  margin-bottom: 30px;
}

.com_title02 .main {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

.com_title02 .sub {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #7d620e;
}

/* SP
------------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .topPage .com_title01 {
    text-align: center;
    margin-bottom: 20px;
  }
  .topPage .com_title01 .en {
    display: inline-block;
    color: #7d620e;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1;
    padding: 0 30px 15px;
    border-bottom: 1px solid #7d620e;
    margin-bottom: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .topPage .com_title01 .sub {
    display: block;
    color: #7d620e;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}

/****************************************
Common button Style
****************************************/
/* SP
------------------------------------------------------------------------------- */
/****************************************
Common Link Style
****************************************/
/* SP
------------------------------------------------------------------------------- */
/****************************************
Common List Style
****************************************/
/* SP
------------------------------------------------------------------------------- */
/****************************************
Common Table Style
****************************************/
.com_table01 {
  width: 100%;
  border-collapse: collapse;
}

.com_table01 tr {
  border-top: 1px solid #d2d2d2;
}

.com_table01 tr th {
  width: 225px;
  text-align: right;
  padding: 25px 55px 25px 0;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
  color: #7d620e;
  vertical-align: top;
  font-weight: normal;
}

.com_table01 tr td {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
  vertical-align: top;
  padding: 25px 0px 25px 0;
}

/* SP
------------------------------------------------------------------------------- */
/****************************************
Common Layout Style
****************************************/
.com_pageHeadArea {
  background: #f3f4f3;
  padding: 20px 0;
}

.com_pageHeadArea .com_title01 {
  margin-top: 40px;
}

.com_pageHeadArea .ancList {
  text-align: center;
  margin-bottom: 40px;
}

.com_pageHeadArea .ancList li {
  display: inline-block;
  vertical-align: middle;
}

.com_pageHeadArea .ancList li:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #b9b4a3;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

.com_pageHeadArea .ancList li:last-child:after {
  display: none;
}

.com_pageHeadArea .ancList li a {
  position: relative;
  display: inline-block;
  padding-right: 18px;
  color: #7d620e;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

.com_pageHeadArea .ancList li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 4px;
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-left: 5px solid #7d620e;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/****************************************
Common breadcrumbs Style
****************************************/
.breadcrumbs {
  font-size: 0;
}

.breadcrumbs li {
  display: inline-block;
  color: #666;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-right: 5px;
}

.breadcrumbs li:after {
  content: ">";
  margin-left: 5px;
}

.breadcrumbs li:last-child:after {
  display: none;
}

.breadcrumbs li a {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #666;
}

.breadcrumbs li a:hover {
  text-decoration: underline;
}

/****************************************
Common other Style
****************************************/
/* clearfix
---------------------------------------*/
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

/* PC / SP 出しわけ
---------------------------------------*/
.pcNone {
  display: none;
}

.spNone {
  display: block;
}

/* SP
------------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  /* PC / SP 出しわけ
  ---------------------------------------*/
  .pcNone {
    display: block;
  }
  .spNone {
    display: none;
  }
}

/********************************************************************************
header
********************************************************************************/
#header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1000px;
  background: rgba(0, 0, 0, .5);
  transition: .3s;
}

#header .branding {
  height: 90px;
  background: #fff;
}

#header .branding .wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

#header .branding .wrap .mainHead .oficceLogo {
  margin-bottom: 5px;
}

#header .branding .wrap .headerInquiry {
  margin-left: auto;
  text-align: right;
  font-size: 0;
}

#header .branding .wrap .headerInquiry > div {
  display: inline-block;
  margin-left: 15px;
}

#header .gNaviWrap {
  background: #35342e;
}

#header .gNaviWrap #gNavi {
  display: -webkit-flex;
  display: flex;
  height: 50px;
}

#header .gNaviWrap #gNavi > li {
  -webkit-flex-grow: 1;
          flex-grow: 1;
}

#header .gNaviWrap #gNavi > li a {
  display: block;
  height: 50px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 3.33333;
  letter-spacing: 0.1em;
}

#header .gNaviWrap #gNavi > li a:hover {
  background: #2b2a26;
  opacity: 1;
}

#header .gNaviWrap .spInquiry {
  display: none;
}

/* SP
------------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .topPage #header {
    position: static;
    min-width: 100%;
  }
  .topPage #header .branding {
    height: 60px;
    background: #fff;
  }
  .topPage #header .branding .wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    margin: 0 0 0 10px;
  }
  
  .topPage #header .branding .wrap .mainHead{
    width:45%;
  }
  
  .topPage #header .branding .wrap .mainHead .officeLogo {
    margin-bottom: 5px;
    line-height: 1;
  }
  .topPage #header .branding .wrap .mainHead .officeLogo img {
    width: 50%;
    height: auto;
    display: block;
  }
  .topPage #header .branding .wrap .mainHead .logo {
    margin: 0;
  }
  .topPage #header .branding .wrap .mainHead .logo img {
    height: auto;
    display: block;
  }
  .topPage #header .branding .wrap .headerInquiry {
    margin-left: auto;
    text-align: right;
    font-size: 0;
    width: 145px;
  }
  .topPage #header .branding .wrap .headerInquiry > div {
    display: inline-block;
    margin-left: 10px;
  }
  .topPage #header .branding .wrap .headerInquiry > div.tel {
    width: 95px;
    margin: 0;
  }
  .topPage #header .branding .wrap .headerInquiry > div.btn {
    width: 30px;
  }
  .topPage #header .branding .wrap .headerInquiry > div.officeLogo {
    display: none;
  }
  .topPage #header .branding .wrap .spMenuBtn {
    margin-left: 5px;
    display: block;
    box-sizing: border-box;
    position: relative;
    width: 40px;
    height: 40px;
  }
  .topPage #header .branding .wrap .spMenuBtn span {
    transition: all .4s;
    position: absolute;
    display: inline-block;
    right: 10px;
    width: 18px;
    height: 2px;
    background-color: #888;
  }
  .topPage #header .branding .wrap .spMenuBtn span:first-child {
    top: 12px;
  }
  .topPage #header .branding .wrap .spMenuBtn span:nth-child(2) {
    top: 18px;
  }
  .topPage #header .branding .wrap .spMenuBtn span:nth-child(3) {
    top: 24px;
  }
  .topPage #header .branding .wrap .spMenuBtn.active span:first-child {
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
  }
  .topPage #header .branding .wrap .spMenuBtn.active span:nth-child(2) {
    opacity: 0;
  }
  .topPage #header .branding .wrap .spMenuBtn.active span:nth-child(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
  }
  .topPage #header .gNaviWrap {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #35342e;
    display: none;
    z-index: 100;
  }
  .topPage #header .gNaviWrap #gNavi {
    display: block;
    height: auto;
    margin: 0;
  }
  .topPage #header .gNaviWrap #gNavi:before, .topPage #header .gNaviWrap #gNavi:after {
    display: block;
    overflow: hidden;
    content: "";
  }
  .topPage #header .gNaviWrap #gNavi:after {
    clear: both;
  }
  .topPage #header .gNaviWrap #gNavi > li {
    float: left;
    width: 50%;
    border-bottom: 1px solid #81817f;
    box-sizing: border-box;
  }
  .topPage #header .gNaviWrap #gNavi > li:nth-child(even) {
    border-right: 1px solid #81817f;
  }
  .topPage #header .gNaviWrap #gNavi > li a {
    display: block;
    height: auto;
    padding: 15px 0px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.33333;
    letter-spacing: 0.1em;
  }
  .topPage #header .gNaviWrap #gNavi > li a:hover {
    background: #2b2a26;
    opacity: 1;
  }
  .topPage #header .gNaviWrap #gNavi > li.home {
    display: none;
  }
  .topPage #header .gNaviWrap.active {
    display: block;
  }
  .topPage #header .gNaviWrap .spInquiry {
    display: block;
    padding: 20px;
    text-align: center;
  }
  .topPage #header .gNaviWrap .spInquiry .tel {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
  }
  .topPage #header .gNaviWrap .spInquiry .tel img {
    width: 89px;
  }
  .topPage #header .gNaviWrap .spInquiry .btn {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
  }
  .topPage #header .gNaviWrap .spInquiry .btn img {
    width: 112px;
  }
}

/********************************************************************************
footer
********************************************************************************/
#footer .backToTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 20;
}

#footer .backToTop a {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  background: #d9b852;
}

#footer .backToTop a:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: 4px;
  border-top: 2px solid #0e2c15;
  border-right: 2px solid #0e2c15;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

#footer .backToTop a span {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

#footer .footerTopArea {
  background: #353535;
}

#footer .footerTopArea .detailArea {
  float: left;
  position: relative;
}

#footer .footerTopArea .detailArea .image {
  position: absolute;
  bottom: 0;
  left: 0;
}

#footer .footerTopArea .detailArea .textArea {
  padding: 30px 0 30px 220px;
  color: #faf6ec;
}

#footer .footerTopArea .detailArea .textArea .title {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
  margin-bottom: 10px;
}

#footer .footerTopArea .detailArea .textArea .text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
}

#footer .footerTopArea .footerMenu {
  float: right;
  padding-top: 8px;
}

#footer .footerTopArea .footerMenu ul li {
  margin-bottom: 5px;
}

#footer .footerTopArea .footerMenu ul li a {
  color: #ccc;
  position: relative;
  padding-left: 12px;
	font-size:1.2rem;
}

#footer .footerTopArea .footerMenu ul li a:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 4px;
  height: 4px;
  border-top: 1px solid #f9be00;
  border-right: 1px solid #f9be00;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#footer .footerTopArea .footerMenu ul li a:hover {
  text-decoration: underline;
}

#footer .footerBottomArea {
  background: #444;
}

#footer .footerBottomArea .wrap {
  display: flex;
	justify-content: space-between;
	align-items: center;
  padding: 20px 0;
}

#footer .footerBottomArea .wrap .copyright {
  color: #ccc;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.2;
	margin-top:10px;
}

#footer .footerBottomArea .wrap .logo {
  margin-left: auto;
}

#footer .leftbox ul{
	display:flex;
	justify-content: flex-start;
	align-items: center;
}

#footer .leftbox ul li{
	border-left:1px solid #CCC;
	line-height: 2.0rem;
	padding:0 2.0rem;
}

#footer .leftbox ul li:last-child{
	border-right:1px solid #CCC;
}

#footer .leftbox ul li a{
	color:#CCC;
	font-size:12px;
}

#footer .leftbox ul li a:hover{
	text-decoration: underline;
}

/* SP
------------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .topPage #footer .backToTop {
    position: static;
    right: 0px;
    bottom: 0px;
    z-index: 1;
  }
  .topPage #footer .backToTop a {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 0;
    position: relative;
    background: #ffe100;
    text-align: center;
  }
  .topPage #footer .backToTop a:before {
    display: none;
  }
  .topPage #footer .backToTop a span {
    display: inline-block;
    overflow: inherit;
    text-indent: inherit;
    white-space: normal;
    padding-left: 15px;
    position: relative;
  }
  .topPage #footer .backToTop a span:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 2px solid #0e2c15;
    border-right: 2px solid #0e2c15;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .topPage #footer .footerTopArea {
    background: #353535;
  }
  .topPage #footer .footerTopArea .detailArea {
    float: none;
    position: relative;
  }
  .topPage #footer .footerTopArea .detailArea .image {
    position: absolute;
    bottom: 0px;
    left: 0;
  }
  .topPage #footer .footerTopArea .detailArea .image img {
    width: 95px;
    height: auto;
  }
  .topPage #footer .footerTopArea .detailArea .textArea {
    padding: 20px 0 20px 120px;
    color: #faf6ec;
  }
  .topPage #footer .footerTopArea .detailArea .textArea .title {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.58333;
    margin-bottom: 10px;
  }
  .topPage #footer .footerTopArea .detailArea .textArea .text {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.6;
  }
  .topPage #footer .footerTopArea .footerMenu {
    float: none;
    padding-top: 0px;
    margin: 0 -10px;
  }
  .topPage #footer .footerTopArea .footerMenu ul li {
    margin-bottom: 0px;
    float: left;
    width: 50%;
    box-sizing: border-box;
    border-top: 1px solid #444;
  }
  .topPage #footer .footerTopArea .footerMenu ul li:nth-child(even) {
    border-right: 1px solid #444;
  }
  .topPage #footer .footerTopArea .footerMenu ul li a {
    display: block;
    background: #2c2c2c;
    color: #ccc;
    position: relative;
    text-align: center;
    padding: 15px 0;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1;
  }
  .topPage #footer .footerTopArea .footerMenu ul li a:before {
    display: none;
  }
  .topPage #footer .footerTopArea .footerMenu ul li a span {
    display: inline-block;
    position: relative;
    padding-left: 12px;
  }
  .topPage #footer .footerTopArea .footerMenu ul li a span:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 4px;
    height: 4px;
    border-top: 1px solid #f9be00;
    border-right: 1px solid #f9be00;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .topPage #footer .footerTopArea .footerMenu ul li a:hover {
    text-decoration: underline;
  }
  .topPage #footer .footerTopArea .footerMenu ul li.home {
    display: none;
  }
  .topPage #footer .footerBottomArea {
    background: #444;
  }
  .topPage #footer .footerBottomArea .wrap {
    width: 100%;
    padding: 20px 0;
    margin: 0;
		justify-content: center;
		flex-wrap: wrap;
  }
  .topPage #footer .footerBottomArea .wrap .copyright {
    font-size: 1rem;
    line-height: 1.2;
  }
  .topPage #footer .footerBottomArea .wrap .logo {
    margin-left: 0;
  }
  .topPage #footer .footerBottomArea .wrap .logo img {
    height: auto;
  }
	
	.topPage #footer .leftbox{
		width:100%;
		box-sizing: border-box;
		padding:0 10px;
	}
	
	.topPage #footer .leftbox ul{
		display:flex;
		justify-content: flex-start;
		align-items: center;
	}

	.topPage #footer .leftbox ul li{
		line-height: 1.2em;
		padding:0 1em;
	}

	.topPage #footer .leftbox ul li a{
		font-size:1rem;
	}
	
	.topPage #footer .rightbox{
		margin-top:15px;
	}
}

/********************************************************************************
subColumn
********************************************************************************/
/* SP
------------------------------------------------------------------------------- */
/********************************************************************************
topPage
********************************************************************************/
.topPage .visualArea {
  position: relative;
}

.topPage .visualArea .spVisual {
  position: relative;
}

.topPage .visualArea .visualSlider .slider {
  position: relative;
  overflow: hidden;
}

.topPage .visualArea .visualSlider .slider .bg {
  width: 100%;
  height: 0;
  padding-bottom: 53.125%;
  overflow: hidden;
}

.topPage .visualArea .visualSlider .slider .bg img {
  width: 100%;
  opacity: 1;
}

.topPage .visualArea .visualSlider .slider .mask {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../img/toppage/visual_mask.png) repeat left top;
  width: 100%;
  height: 100%;
}

.topPage .visualArea .visualSlider .slider .text {
  position: absolute;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-54%, -55%);
          transform: translate(-54%, -55%);
}

.topPage .visualArea .visualSlider .slider.slider01.slick-current .bg img {
  -webkit-animation: zoom01 6s linear 0s 1 normal forwards;
          animation: zoom01 6s linear 0s 1 normal forwards;
}

.topPage .visualArea .visualSlider .slider.slider01.slick-current .text {
  -webkit-animation: txt01 6s linear 0s 1 normal forwards;
          animation: txt01 6s linear 0s 1 normal forwards;
}

.topPage .visualArea .visualSlider .slider.slider01.slick-current .mask {
  -webkit-animation: mask01 6s linear 0s 1 normal forwards;
          animation: mask01 6s linear 0s 1 normal forwards;
}

.topPage .visualArea .visualSlider .slider.slider02.slick-current .bg img {
  -webkit-animation: zoom02 6s linear 0s 1 normal forwards;
          animation: zoom02 6s linear 0s 1 normal forwards;
}

.topPage .visualArea .visualSlider .slider.slider02.slick-current .text {
  -webkit-animation: txt01 6s linear 0s 1 normal forwards;
          animation: txt01 6s linear 0s 1 normal forwards;
}

.topPage .visualArea .visualSlider .slider.slider02.slick-current .mask {
  -webkit-animation: mask01 6s linear 0s 1 normal forwards;
          animation: mask01 6s linear 0s 1 normal forwards;
}

.topPage .visualArea .visualSlider .slider.slider03.slick-current .bg img {
  -webkit-animation: scro 6s linear 0s 1 normal forwards;
          animation: scro 6s linear 0s 1 normal forwards;
}

.topPage .visualArea .visualSlider .slider.slider03.slick-current .text {
  -webkit-animation: txt01 6s linear 0s 1 normal forwards;
          animation: txt01 6s linear 0s 1 normal forwards;
}

.topPage .visualArea .visualSlider .slider.slider03.slick-current .mask {
  -webkit-animation: mask02 6s linear 0s 1 normal forwards;
          animation: mask02 6s linear 0s 1 normal forwards;
}

.topPage .visualArea .sliderWrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.topPage .visualArea .socialArea {
  position: absolute;
  right: 10px;
  top: 10px;
  text-align: right;
}

.topPage .visualArea .socialArea > div {
  display: inline-block;
  margin-left: 10px;
}

.topPage .visualArea .bottomMessage {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 22px 0;
  background: rgba(0, 0, 0, .4);
  text-align: center;
}

.topPage .visualArea .imageCaption {
  position: absolute;
  right: 3px;
  bottom: 3px;
  text-align: right;
  color:#FFF;
}

.topPage .visualArea .imageCaption br{
  display:none;
}

.topPage .visualArea .moviebnr {
  position: absolute;
  right: 30px;
  top: 30px;
  background: #fff;
}

.topPage .visualArea .moviebnr a {
  display: block;
}

.topPage .btnListArea {
  padding: 40px;
  background: #f3f4f3;
  box-sizing: border-box;
  margin-bottom: 15px;
  position: relative;
}

.topPage .btnListArea .boxList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.topPage .btnListArea .boxList .box {
  box-sizing: border-box;
  width: 32.2033898%;
}

.topPage .btnListArea .boxList .box a {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  background: #fff;
  height: 160px;
  text-align: center;
  position: relative;
}

.topPage .btnListArea .boxList .box a:after {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #7d620e;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.topPage .btnListArea .boxList .box a .sub {
  color: #7d620e;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.11111;
  margin-bottom: 10px;
}

.topPage .btnListArea .boxList .box a .lead {
  color: #7d620e;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 0.71429;
  font-weight: 500;
  margin-bottom: 20px;
}

.topPage .btnListArea .boxList .box a .btn {
  display: inline-block;
  padding: 8px 20px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  background: #7d620e;
}

.topPage #mainColumn{
  margin-bottom:55px;
}

.topPage .pageCaption{
  padding:0 2%;
}

/*safari only */
_::-webkit-full-page-media, _:future, :root .topPage .visualArea .visualSlider .slider.slider01.slick-current .text {
  -webkit-animation: txt01 5.9s linear 0.1s 1 normal forwards;
          animation: txt01 5.9s linear 0.1s 1 normal forwards;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, .topPage .visualArea .visualSlider .slider.slider01.slick-current .text {
    -webkit-animation: txt01 5.9s linear 0.1s 1 normal forwards;
            animation: txt01 5.9s linear 0.1s 1 normal forwards;
  }
}

/* 微調整
------------------------------------------------------------------------------- */
/* SP
------------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .topPage .visualArea {
    position: relative;
  }
  .topPage .visualArea .spVisual {
    position: relative;
  }
  .topPage .visualArea .visualSlider .slider {
    position: relative;
  }
  .topPage .visualArea .visualSlider .slider .bg {
    width: 100%;
  }
  .topPage .visualArea .visualSlider .slider .mask {
    position: absolute;
    left: 0;
    top: 0;
    background: url(../../img/toppage/visual_mask.png) repeat left top;
    width: 100%;
    height: 100%;
  }
  .topPage .visualArea .visualSlider .slider .text {
    position: absolute;
    left: 50%;
    top: 43%;
    -webkit-transform: translate(-50%, -60%);
            transform: translate(-50%, -60%);
    width: 70%;
  }
  .topPage .visualArea .socialArea {
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: right;
  }
  .topPage .visualArea .socialArea > div {
    display: inline-block;
    margin-left: 5px;
    width: 20px;
    height: 20px;
  }
  .topPage .visualArea .bottomMessage {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 12px 0;
    background: rgba(0, 0, 0, .4);
    text-align: center;
  }
  .topPage .visualArea .bottomMessage img {
    width: 60%;
    margin: 0 auto;
  }
  .topPage .visualArea .imageCaption{
    font-size:2vw;
    text-align: left;
  }
  .topPage .visualArea .imageCaption br{
    display:inline-block;
  }
  .topPage .visualArea .moviebnr {
    padding: 20px 20px 0;
    text-align: center;
    position: static;
    background: #f3f4f3;
  }
  .topPage .visualArea .moviebnr a {
    display: block;
  }
  .topPage .btnListArea {
    padding: 20px;
    background: #f3f4f3;
    box-sizing: border-box;
    margin-bottom: 0px;
    position: relative;
  }
  .topPage .btnListArea .boxList {
    display: block;
  }
  .topPage .btnListArea .boxList .box {
    box-sizing: border-box;
    width: auto;
    margin-bottom: 10px;
  }
  .topPage .btnListArea .boxList .box a {
    padding: 20px 10px;
    height: auto;
    display: block;
    background: #fff;
    text-align: center;
    position: relative;
  }
  .topPage .btnListArea .boxList .box a:after {
    content: "";
    position: absolute;
    right: -3px;
    bottom: -3px;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #7d620e;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .topPage .btnListArea .boxList .box a .sub {
    color: #7d620e;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.66667;
    margin-bottom: 5px;
  }
  .topPage .btnListArea .boxList .box a .lead {
    color: #7d620e;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .topPage .btnListArea .boxList .box a .btn {
    display: inline-block;
    padding: 4px 10px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    color: #fff;
    background: #7d620e;
  }
}

/********************************************************************************
outlinePage
********************************************************************************/
.outlinePage .tableTitle {
  color: #7d620e;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.outlinePage .outlineArea {
  letter-spacing: 0.1em;
  padding-bottom: 80px;
}

.outlinePage .outlineArea .outlineBox {
  padding: 40px 0;
  width: 650px;
  margin: 0 auto;
}

.outlinePage .outlineArea .outlineBox .note {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.63636;
  letter-spacing: 0;
  margin-top: 15px;
  color: #666;
}

.outlinePage .outlineArea .outlineBox .note.bottom {
  margin-top: 40px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: bold;
}

/********************************************************************************
galleryPage
********************************************************************************/
.galleryPage .galleryArea .galleryBox {
  padding: 40px 0;
}

.galleryPage .galleryArea .galleryBox .spBnr {
  text-align: center;
}

.galleryPage .galleryArea .galleryBox .galleryList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.galleryPage .galleryArea .galleryBox .galleryList .box {
  width: 300px;
  margin-top: 30px;
  background: #f3f4f3;
}

.galleryPage .galleryArea .galleryBox .galleryList .box:first-child {
  margin-top: 0;
}

.galleryPage .galleryArea .galleryBox .galleryList .box:nth-child(2), .galleryPage .galleryArea .galleryBox .galleryList .box:nth-child(3) {
  margin-top: 0;
}

.galleryPage .galleryArea .galleryBox .galleryList .box a {
  display: block;
}

.galleryPage .galleryArea .galleryBox .galleryList .box .cap {
  padding: 25px 30px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.76923;
}

.galleryPage .galleryArea .galleryBox .galleryList:after {
  content: "";
  display: block;
  width: 300px;
}

.galleryPage .galleryArea .galleryBox:nth-child(even) {
  background: #f3f4f3;
}

.galleryPage .galleryArea .galleryBox:nth-child(even) .galleryList .box {
  background: #fff;
}

.galleryPage .galleryArea .galleryBox:last-child {
  padding-bottom: 0;
}

.galleryPage .movieLink .image {
  position: relative;
}

.galleryPage .movieLink .image:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: url(../../img/gallery/icon_play.png);
}

.galleryPage .movieLink.spBnr .image:after {
  top: 68%;
}

.galleryPage .imageLink .image {
  position: relative;
}

.galleryPage .imageLink .image:after {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 30px;
  content: url(../../img/gallery/icon_image.png);
}

/********************************************************************************
facilitiesPage
********************************************************************************/
.facilitiesPage .facilitiesArea .facilitiesBox {
  padding: 40px 0;
}

.facilitiesPage .facilitiesArea .facilitiesBox:nth-child(even) {
  background: #f3f4f3;
}

.facilitiesPage .facilitiesArea .facilitiesBox:last-child {
  padding-bottom: 0;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section01 .topText {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 40px;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section01 .image01 {
  text-align: center;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section01 .box01 {
  padding: 30px;
  background: #f3f4f3;
  margin-bottom: 70px;
  border:3px dashed #002f83;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section01 .box01 .boxTitle {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.25;
  color: #7d620e;
  margin-bottom: 25px;
  font-weight: normal;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section01 .box01 .leftBox {
  width: 435px;
  float: left;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section01 .box01 .leftBox p{
  margin-top:5px;
  font-size:11px;
  font-size:1.1rem;
  font-weight:bold;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section01 .box01 .rightBox {
  width: 435px;
  float: right;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section01 .box01 .rightBox .rightImgBox {
  overflow: hidden;
  margin-bottom: 30px;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section01 .box01 .rightBox .rightImgBox .imageArea {
  float: right;
  padding-left: 15px;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section01 .box01 .rightBox .rightImgBox .textArea {
  overflow: hidden;
  color: #666;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section01 .box01 .rightBox .rightImgBox .textArea .title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.33333;
  margin-bottom: 10px;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section01 .box01 .rightBox .rightImgBox .textArea .text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.85714;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section01 .box01 .rightBox .rightImgBox:last-child {
  margin-bottom: 0;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section02 .topText {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 40px;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section02 .image02 {
  text-align: center;
  margin-bottom: 70px;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section02 .image02 p{
  text-align: right;
  margin-top: 5px;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section02 .box02 {
  padding: 30px;
  background: #fff;
  margin-bottom: 35px;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section02 .box02 .boxTitle {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.25;
  color: #7d620e;
  margin-bottom: 25px;
  font-weight: normal;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section02 .box02 .leftBox {
  width: 435px;
  float: left;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section02 .box02 .leftBox .text {
  margin-bottom: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section02 .box02 .leftBox .figureArea {
  margin-bottom: 30px;
  font-size: 0;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section02 .box02 .leftBox .figureArea figure {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin: 0 20px 0 0;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section02 .box02 .leftBox .figureArea figure:last-child {
  margin-right: 0;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section02 .box02 .leftBox .figureArea figure img {
  display: inline-block;
  vertical-align: middle;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section02 .box02 .leftBox .figureArea figure figcaption {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0 0 0 10px;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section02 .box02 .leftBox .note {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section02 .box02 .rightBox {
  width: 435px;
  float: right;
  text-align: right;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box01 {
  background: #f3f4f3;
  padding: 30px 15px 30px 30px;
  margin-bottom: 70px;
  position: relative;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box01 .mainTitle {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.25;
  margin-bottom: 20px;
  font-weight: 400;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box01 .leftBox {
  width: 465px;
  float: left;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box01 .rightBox {
  width: 430px;
  float: right;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box01 .rightBox .boxTitle {
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.15385;
  font-weight: 500;
  margin-bottom: 40px;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box01 .rightBox .boxTitle span {
  color: #7d620e;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box01 .rightBox .stepBox {
  margin-bottom: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box01 .rightBox .stepBox:last-child {
  margin-bottom: 0;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box01 .rightBox .stepBox .step {
  padding-right: 20px;
  text-align: left;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box01 .rightBox .stepBox .textArea {
  -webkit-flex: 1;
          flex: 1;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box01 .rightBox .stepBox .textArea .title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 10px;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box01 .rightBox .stepBox .textArea .text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box02 {
  background: #f3f4f3;
  padding: 30px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 30px;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box02:before {
  display: block;
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  width: 6px;
  height: 50px;
  background: #7d620e;
  margin-left: -25px;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box02:after {
  display: block;
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  width: 6px;
  height: 50px;
  margin-left: -25px;
  background: #7d620e;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box02 .logo {
  padding-right: 30px;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box02 .rightArea {
  -webkit-flex: 1;
          flex: 1;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box02 .rightArea .rightImgBox {
  overflow: hidden;
  margin-bottom: 30px;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box02 .rightArea .rightImgBox .image {
  float: right;
  padding-left: 35px;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box02 .rightArea .rightImgBox .textArea {
  overflow: hidden;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box02 .rightArea .title {
  color: #7d620e;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 10px;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box02 .rightArea .text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box03 {
  margin-bottom: 50px;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box03 .box {
  float: left;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box03 .box:first-child {
  width: 280px;
  margin-right: 20px;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box03 .box:nth-child(2) {
  width: 330px;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box03 .box:nth-child(3) {
  float: right;
  width: 300px;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box03 .box .title {
  color: #b60005;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 10px;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box03 .box .text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box04 {
  margin-bottom: 30px;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box04 .box {
  background: #f3f4f3;
  padding: 30px;
  box-sizing: border-box;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box04 .box .flexBox{
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box04 .box .flexBox .txt{
  width:465px;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box04 .box .flexBox .image{
  width:418px;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box04 .box .title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.16667;
  margin-bottom: 20px;
  font-weight: 400;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box04 .box .text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.85714;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box04 .box .note {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box04 .box:first-child .flexBox .image {
  width:407px;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box04 .box .note {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.85714;
  color:#b80005;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box04 .box.proprietary{
  margin-top:30px;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box04 .box.proprietary .note {
  margin-top:1em;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box05 {
  border: 1px solid #d2d2d2;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box05 .boxTitle {
  background: #000;
  padding: 10px 30px;
  color: #f3f4f3;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 400;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box05 .inner {
  background: #fff;
  padding: 20px 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box05 .inner .midTitle {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.33333;
  margin-bottom: 10px;
  color: #7d620e;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box05 .inner .title {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
  margin-bottom: 5px;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box05 .inner .text {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.53846;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box05 .inner .leftBox {
  padding-right: 30px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  -webkit-flex-basis: auto;
          flex-basis: auto;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box05 .inner .leftBox .text {
  margin-bottom: 10px;
  width: 275px;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box05 .inner .leftBox .image {
  text-align: center;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box05 .inner .rightBox {
  -webkit-flex: 1 0 0%;
          flex: 1 0 0%;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box05 .inner .rightBox .boxList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box05 .inner .rightBox .boxList .box {
  width: 280px;
  margin-top: 20px;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box05 .inner .rightBox .boxList .box:first-child, .facilitiesPage .facilitiesArea .facilitiesBox.section03 .box05 .inner .rightBox .boxList .box:nth-child(2) {
  margin-top: 0;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box05 .inner .rightBox .boxList .box .rightImgBox {
  overflow: hidden;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box05 .inner .rightBox .boxList .box .rightImgBox .imageArea {
  float: right;
  margin-left: 20px;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box05 .inner .rightBox .boxList .box .rightImgBox .textArea {
  overflow: hidden;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box06 {
  border: 1px solid #d2d2d2;
  background: #fff;
  margin-bottom:30px;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box06 .title {
  background: #000;
  padding: 10px 30px;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 400;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box06 .inner {
  padding: 20px 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box06 .inner .box {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  width: 430px;
  background: #f3f4f3;
  box-sizing: border-box;
  padding: 20px;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box06 .inner .box .text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.85714;
  -webkit-flex: 1;
          flex: 1;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box06 .inner .box:first-child {
  position: relative;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box06 .inner .box:first-child:after {
  position: absolute;
  content: "";
  display: block;
  right: -40px;
  top: 50%;
  box-sizing: border-box;
  width: 26px;
  height: 28px;
  border: 14px solid transparent;
  border-left: 13px solid #7d620e;
  margin-top: -14px;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box06 {
  border: 1px solid #d2d2d2;
}

.facilitiesPage .facilitiesArea .facilitiesBox.section03 .box06 .boxTitle {
  background: #000;
  padding: 10px 30px;
  color: #f3f4f3;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 400;
}

/********************************************************************************
officespecPage
********************************************************************************/
.officespecPage .officespecArea .officespecBox {
  padding: 40px 0;
}

.officespecPage .officespecArea .officespecBox:last-child {
  padding-bottom: 0;
}

.officespecPage .officespecArea .officespecBox.section01 .toolCaption {
  text-align: right;
  margin-bottom:10px;
}

.officespecPage .officespecArea .officespecBox.section01 .toolCaption img{
  margin-right:5px;
}

.officespecPage .officespecArea .officespecBox.section01 .tooltipArea {
  background: url(../../img/facilities/tooltip_area_bg.jpg) no-repeat center center;
  width: 960px;
  height: 540px;
  position: relative;
  margin-bottom: 5px;
}

.officespecPage .officespecArea .officespecBox.section01 .tooltipArea span {
  position: absolute;
}

.officespecPage .officespecArea .officespecBox.section01 .tooltipArea span.toolTip01 {
  top: 42px;
  left: 615px;
}

.officespecPage .officespecArea .officespecBox.section01 .tooltipArea span.toolTip02 {
  top: 235px;
  left: 386px;
}

.officespecPage .officespecArea .officespecBox.section01 .tooltipArea span.toolTip03 {
  top: 17px;
  left: 379px;
}

.officespecPage .officespecArea .officespecBox.section01 .tooltipArea span.toolTip04 {
  top: 53px;
  left: 739px;
}

.officespecPage .officespecArea .officespecBox.section01 .tooltipArea span.toolTip05 {
  top: 376px;
  left: 632px;
}

.officespecPage .officespecArea .officespecBox.section01 .tooltipArea span.toolTip06 {
  top: 434px;
  left: 791px;
}

.officespecPage .officespecArea .officespecBox.section01 .tooltipArea .modal01 {
  position: absolute;
  top: 28px;
  right: 20px;
}

.officespecPage .officespecArea .officespecBox#anc-security{
  background: none;
}

.officespecPage .officespecArea .officespecBox#anc-security .wrap{
  background: #f3f4f3;
  padding: 30px 30px 50px;
  box-sizing: border-box;
}

.officespecPage .officespecArea .officespecBox#anc-security .boxTitle {
  margin-bottom: 30px;
}

.officespecPage .officespecArea .officespecBox#anc-security .boxTitle .main {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  color: #7d620e;
  display: inline-block;
  vertical-align: middle;
}

.officespecPage .officespecArea .officespecBox#anc-security .boxTitle .sub {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  vertical-align: middle;
}

.officespecPage .officespecArea .officespecBox#anc-security .boxTitle .sub sup{
  color:#b80005;
}

.officespecPage .officespecArea .officespecBox#anc-security .boxList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.officespecPage .officespecArea .officespecBox#anc-security .boxList .box {
  width: 215px;
  background: #fff;
  padding: 0 15px 20px;
  box-sizing: border-box;
  position: relative;
}

.officespecPage .officespecArea .officespecBox#anc-security .boxList .box::after{
  content: "";
  display:block;
  position: absolute;
  top:50%;
  left:100%;
  transform: translateY(-50%) translateX(1px);
  width:0;height:0;
  border-color: transparent transparent transparent #7d620e;
  border-style: solid;
  border-width: 7px 10px 7px 10px;
}

.officespecPage .officespecArea .officespecBox#anc-security .boxList .box:last-child::after{
  display:none;
}

.officespecPage .officespecArea .officespecBox#anc-security .boxList .box .place {
  background: #f3f4f3;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.84615;
  padding: 5px 0;
  margin: 0 -15px;
}

.officespecPage .officespecArea .officespecBox#anc-security .boxList .box .image {
  padding: 10px 0;
  text-align: center;
  position: relative;
}

.officespecPage .officespecArea .officespecBox#anc-security .boxList .box .image p{
  text-align: left;
  position: absolute;
  left:0;
  bottom:10px;
  font-size: 12px;
  font-size: 1.2rem;
}

.officespecPage .officespecArea .officespecBox#anc-security .boxList .box .title {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
  font-weight: bold;
  margin-bottom: 5px;
}

.officespecPage .officespecArea .officespecBox#anc-security .boxList .box .title .option {
  display: block;
}

.officespecPage .officespecArea .officespecBox#anc-security .boxList .box .text {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.84615;
}

.officespecPage .officespecArea .officespecBox#anc-security .vipBox {
  position: relative;
  margin-top: 110px;
}

.officespecPage .officespecArea .officespecBox#anc-security .vipBox:before {
  display: block;
  content: "";
  position: absolute;
  top: -80px;
  left: 50%;
  width: 6px;
  height: 50px;
  background: #b60005;
  margin-left: -25px;
}

.officespecPage .officespecArea .officespecBox#anc-security .vipBox:after {
  display: block;
  content: "";
  position: absolute;
  top: -80px;
  left: 50%;
  width: 6px;
  height: 50px;
  margin-left: -25px;
  background: #b60005;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.officespecPage .officespecArea .officespecBox#anc-security .note {
  margin-top: 20px;
  line-height: 2.4;
  font-size:14px;
  font-size:1.4rem;
  color:#b80005;
}

.officespecPage .officespecArea .officespecBox#anc-eco .ecolist {
  border:1px solid #d2d2d2;
  border-top-width: 0;
  padding: 19px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.officespecPage .officespecArea .officespecBox#anc-eco h3{
  background: #000;
  color:#FFF;
  padding:7px 20px 5px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 400;
}

.officespecPage .officespecArea .officespecBox#anc-eco h3 img{
  margin-left:10px;
  margin-top:-2px;
}

.officespecPage .officespecArea .officespecBox#anc-eco .box {
  width: 450px;
  margin-top: 15px;
  box-sizing: border-box;
  background: #f4f4f4;
  padding: 20px;
}

.officespecPage .officespecArea .officespecBox#anc-eco .box:nth-child(-n+2){
  margin-top: 0;
}

.officespecPage .officespecArea .officespecBox#anc-eco .box .titleArea {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 5px;
}

.officespecPage .officespecArea .officespecBox#anc-eco .box .titleArea .icon {
  padding-right: 10px;
}

.officespecPage .officespecArea .officespecBox#anc-eco .box .titleArea .title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.125;
}

.officespecPage .officespecArea .officespecBox#anc-eco .box .text {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.53846;
}

.officespecPage .officespecArea .officespecBox#anc-eco:after {
  content: "";
  display: block;
  width: 280px;
}

/********************************************************************************
accessPage
********************************************************************************/

.accessPage .mapArea{
  padding-top:40px;
  position: relative;
  box-sizing: border-box;
}

.accessPage .mapArea #mapBox{
  height:auto;
  position: relative;
}

.accessPage .mapArea #mapBox .mapBtn{
  position: absolute;
}

.accessPage .mapArea #mapBox .mapBtn .num{
  position: absolute;
  top:-1.2em;
  left:0;
  font-weight: bold;
  font-size:30px;
  font-size:3rem;
  color:#231815;
}

.accessPage .mapArea #mapBox .mapBtn a{
  display:block;
  box-shadow: 3px 3px 6px 2px rgba(0,0,0,0.6);
  position: relative;
  z-index:1;
}

.accessPage .mapArea #mapBox .mapBtn#mb1{
  top:455px;left:676px;
}

.accessPage .mapArea #mapBox .mapBtn#mb1::after{
  content:"";
  display:block;
  width:44px;
  height:2px;
  background: #870005;
  position: absolute;
  right:100%;
  top:50%;
  transform: translateY(-50%);
  z-index:0;
}

.accessPage .mapArea #mapBox .mapBtn#mb2{
  top:48px;left:89px;
}

.accessPage .mapArea #mapBox .mapBtn#mb2::before,
.accessPage .mapArea #mapBox .mapBtn#mb2::after,
.accessPage .mapArea #mapBox .mapBtn#mb3::before,
.accessPage .mapArea #mapBox .mapBtn#mb3::after,
.accessPage .mapArea #mapBox .mapBtn#mb4::after{
  content:"";
  display:block;
  height:1px;
  background: #000;
  position: absolute;
  z-index:0;
}

.accessPage .mapArea #mapBox .mapBtn#mb2::before{
  width:12px;
  left:100%;
  top:50%;
  transform: translateY(-50%);
}

.accessPage .mapArea #mapBox .mapBtn#mb2::after{
  width:65px;
  right:-12px;
  top:50%;
  transform-origin: right center;
  transform: translateY(-50%) rotate(-114deg);
}

.accessPage .mapArea #mapBox .mapBtn#mb3{
  top:147px;left:754px;
}

.accessPage .mapArea #mapBox .mapBtn#mb3::before{
  width:12px;
  right:100%;
  top:50%;
  transform: translateY(-50%);
}

.accessPage .mapArea #mapBox .mapBtn#mb3::after{
  width:77px;
  right:186px;
  top:50%;
  transform-origin: right center;
  transform: translateY(-50%) rotate(-52deg);
}

.accessPage .mapArea #mapBox .mapBtn#mb4{
  top:607px;left:437px;
}

.accessPage .mapArea #mapBox .mapBtn#mb4::after{
  width:18px;
  left:100%;
  top:50%;
  transform-origin: left center;
  transform: translateY(-50%) rotate(52deg);
}

.accessPage .mapArea #mapBox .mapBtn#mb5{
  top:409px;left:784px;
}

.accessPage .mapArea .note {
  position: absolute;
  left: 0;
  bottom: 13px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
}

.accessPage .mapArea .mapControl {
  width: 128px;
  background: rgba(0, 0, 0, .6);
  position: absolute;
  padding: 20px 16px 16px 16px;
  text-align: center;
  right: 0px;
  top: 0;
}

.accessPage .mapArea .mapControl .btn {
  display: inline-block;
  background: url(../../img/access/bg_btn.png) no-repeat center center;
  margin-bottom: 15px;
}

.accessPage .mapArea .mapControl .btn a {
  display: block;
  padding: 12px 16px 12px 40px;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
  line-height: 1;
  background: transparent url(../../img/access/bg_print_btn.png) no-repeat 15px center;
  text-decoration: none;
}

.accessPage .mapArea .mapControl .btn a:hover {
  text-decoration: none;
}

.accessPage .mapArea .mapControl .map a {
  display: block;
  padding-right: 20px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  background: url(../../img/access/bg_blank.png) no-repeat right center;
}

.accessPage .accessArea {
  padding: 40px 0 120px;
}

.accessPage .accessArea h3{
  color:#825f1a;
}

.accessPage .accessArea h3::before{
  content: "●";
  display: inline-block;
}

.accessPage .accessArea .parkingBlock h3{
	display: inline-block;
}

.accessPage .accessArea .parkingBlock h3:not(:last-child){
	margin-right:15px;
}

.accessPage .accessArea .parkingBlock .parkingContents p{
	margin:10px 0;
}

.accessPage .accessArea .parkingBlock:nth-of-type(n+2){
  margin-top:80px;
}

.accessPage .accessArea .parkInner{
  padding:0 12px;
}

.accessPage .accessArea h4{
  font-weight: normal;
}

.accessPage .accessArea h4::before{
  content: "■";
  display: inline-block;
}

.accessPage .accessArea .tableBlock{
  display:table;
}

.accessPage .accessArea .rowBlock{
  display:table-row;
}

.accessPage .accessArea .cellBlock{
  display:table-cell;
  font-feature-settings: "palt";
}

.accessPage .accessArea .cellBlock.th{
  padding-right:1em;
}

.accessPage .accessArea .cellBlock.td{
  padding-right:5em;
}

.accessPage .accessArea .priceBox{
  margin-top:0.5em;
  padding:0 1em;
}

.accessPage .accessArea .priceBox .note{
  font-size:11px;
  font-size:1.1rem;
}

.accessPage .accessArea .priceBox .note:first-of-type{
  margin-top:0.5em;
}

.accessPage .accessArea .priceBox .flexBox{
  display:flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.accessPage .accessArea #monthlyPole{
  padding:0 12px;
  display:flex;
  justify-content: space-between;
  align-items: center;
}

.accessPage .accessArea #monthlyPole .left{
  width:424px;
}

.accessPage .accessArea #monthlyPole .left ul{
  display:flex;
  justify-content: space-between;
}

.accessPage .accessArea #monthlyPole .left ul li{
  width:128px;
  box-sizing: border-box;
  border:2px solid #b3b3b3;
  font-size:19px;
  font-size:1.9rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding:3px;
}

.accessPage .accessArea #monthlyPole .left ul li span{
  font-size:28px;
  font-size:2.8rem;
  display: inline-block;
  transform: translateY(2px);
}

.accessPage .accessArea #monthlyPole .left ul li div{
  background: #efece8;
  width:100%;
  padding:30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accessPage .accessArea #monthlyPole .left ul li p{
  line-height:1.2em;
}

.accessPage .accessArea #monthlyPole .right{
  width:465px;
}

.accessPage .accessContact{
  padding: 40px 0 0;
}

.accessPage .accessContact .contactBox{
  padding: 40px 0;
  border:1px solid #825f1a;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accessPage .accessContact .contactBox .mincho{
  font-size: 16px;
  font-size: 1.6rem;
}

.accessPage .accessContact .contactBox .telBox{
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-left:30px;
  line-height: 1.2em;
}

.accessPage .accessContact .contactBox .telBox .small{
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1.1em;
}



.accessPage .bigmap {
  display: none;
}

/********************************************************************************
floorPage
********************************************************************************/
.floorPage .floorBoxWrap .floorBox:nth-child(even) {
  background: #f3f4f3;
}

.floorPage .layoutArea .com_title02 {
  padding-top: 40px;
}

.floorPage .layoutArea .note {
  position: absolute;
  right: -6px;
  top: 90px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
}

.floorPage .layoutArea #layoutBox{
  height:auto;
  position: relative;
}

.floorPage .layoutArea #layoutBox .openBtn {
  position: absolute;
  right: 0;
  top: -65px;
}

.floorPage .layoutArea #layoutBox .floarBtn {
  position: absolute;
  top:0;left:0;
}

.floorPage .layoutArea #layoutBox .floarBtn::after {
  content:"";
  display:block;
  width:2px;
  background: #870005;
  position: absolute;
  z-index: 0;
}

.floorPage .layoutArea #layoutBox .floarBtn a{
  display:block;
  width:180px;
  height:40px;
  box-shadow:3px 3px 6px 2px rgba(0,0,0,0.6);
  position: relative;
  z-index:1;
}

.floorPage .layoutArea #layoutBox .floarBtn#fb1 {
  display:flex;
  width:406px;
  height:68px;
  justify-content: center;
  align-items: center;
  background: #e5e3e2;
  top:-65px;left:354px;
}

.floorPage .layoutArea #layoutBox .floarBtn#fb1::after{
  height:150px;
  top:100%;
  left:50%;
  transform: translateX(-50%);
}

.floorPage .layoutArea #layoutBox .floarBtn#fb1 a:first-child{
  margin-right:14px;
}

.floorPage .layoutArea #layoutBox .floarBtn#fb2 {
  top:151px;left:772px;
}

.floorPage .layoutArea #layoutBox .floarBtn#fb2::after{
  height:104px;
  top:100%;
  left:20%;
  transform-origin: top center;
  transform: rotate(63deg);
}

.floorPage .layoutArea #layoutBox .floarBtn#fb3 {
  top:239px;left:770px;
}

.floorPage .layoutArea #layoutBox .floarBtn#fb3::after{
  height:112px;
  top:100%;
  left:30%;
  transform-origin: top center;
  transform: rotate(64deg);
}

.floorPage .layoutArea #layoutBox .floarBtn#fb4 {
  top:411px;left:377px;
}

.floorPage .layoutArea #layoutBox .floarBtn#fb4::after{
  height:75px;
  bottom:100%;
  left:50%;
  transform-origin: bottom center;
  transform: translateX(-50%);
}

.floorPage .layoutArea .floorAccess {
  position: absolute;
  left: 314px;
  top: 378px;
  background: url(../../img/floor/layout_line01.png) no-repeat center top;
  padding-top: 210px;
}

.floorPage .layoutArea .floorAccess a:hover {
  opacity: 1;
}

.floorPage .planArea {
  padding: 40px 0 0;
}

.floorPage .planArea .openBtn {
  position: absolute;
  right: 0;
  top: 0px;
}

.floorPage .planArea .toolCaption {
  text-align: right;
  margin-bottom:10px;
}

.floorPage .planArea .toolCaption img{
  margin-right:5px;
}

.floorPage .planArea .tooltipBox {
  background: url(../../img/floor/plan_tooltip_bg.png) no-repeat center center;
  position: relative;
  width: 960px;
  height: 444px;
  margin-bottom: 10px;
}

.floorPage .planArea .note{
  margin-bottom:60px;
}

.floorPage .planArea .tooltipBox span {
  position: absolute;
}

.floorPage .planArea .tooltipBox span.toolTip01 {
  top: 266px;
  left: 284px;
}

.floorPage .planArea .tooltipBox span.toolTip02 {
  top: 73px;
  left: 328px;
}

.floorPage .planArea .tooltipBox span.toolTip03 {
  top: 128px;
  left: 657px;
}

.floorPage .planArea .tooltipBox span.toolTip04 {
  top: 223px;
  left: 367px;
}

.floorPage .planArea .tooltipBox span.toolTip05 {
  top: 128px;
  left: 240px;
}

.floorPage .planArea .tooltipBox span.toolTip06 {
  top: 28px;
  left: 254px;
}

.floorPage .planArea .tooltipBox span.toolTip07 {
  top: 334px;
  left: 142px;
}

.floorPage .planArea .tooltipBox span.toolTip08 {
  top: 255px;
  left: 580px;
}

.floorPage .planArea .tooltipBox span.toolTip09 {
  top: 155px;
  left: 580px;
}

.floorPage .planArea .tooltipBox span.toolTip10 {
  top: 215px;
  left: 90px;
}

.floorPage .planArea .tooltipBox span.toolTip11 {
  top: 150px;
  left: 837px;
}

.floorPage .planArea .tooltipBox .modal01 {
  position: absolute;
  top: 378px;
  left: 502px;
}

.floorPage .planArea .tooltipBox .modal01:hover {
  opacity: 1;
}

.floorPage .planArea .modalList {
  text-align: center;
  font-size: 0;
}

.floorPage .planArea .modalList .box {
  display: inline-block;
}

.floorPage .planArea .modalList .box:nth-child(n+2) {
  margin-left:20px;
}

.floorPage .facilityArea{
  padding-top:40px;
  background: none !important;
}

.floorPage .facilityArea #entrancehall{
  width:460px;
  float:left;
}

.floorPage .facilityArea #porch{
  width:460px;
  float:right;
}

.floorPage .facilityArea h3{
  margin-bottom:10px;
  border-bottom:1px solid #444;
  color:#444;
  font-size: 24px;
  font-size: 2.4rem;
}

.floorPage .facilityArea #shop,
.floorPage .facilityArea #lounge{
  margin:30px 0;
}

.floorPage .facilityArea #shop .shoplist .shopBox{
  width:474px;
  box-sizing: border-box;
  border:2px solid #b3b3b3;
  padding:8px;
}

.floorPage .facilityArea #shop .shoplist .shopBox:nth-child(odd){
  float:left;
}

.floorPage .facilityArea #shop .shoplist .shopBox:nth-child(even){
  float:right;
}

.floorPage .facilityArea #shop .shoplist .shopBox:nth-child(n+3){
  margin-top:12px;
}

.floorPage .facilityArea #shop .shoplist .shopBox img{
  float:left;
}

.floorPage .facilityArea #shop .shoplist .shopBox .txtArea{
  float:right;
  /*padding:5px 8px 0;*/
  box-sizing: border-box;
  background: #efece8;
  width:326px;
  /*min-height:89px;*/
  font-weight: bold;
}

.floorPage .facilityArea #shop .shoplist .shopBox .txtArea span{
  display:inline-block;
  font-size:12px;
  font-size:1.2rem;
}

.floorPage .facilityArea #shop .shoplist .shopBox .txtArea span.bigName{
  display:inline-block;
  font-size:16px;
  font-size:1.6rem;
}

.floorPage .facilityArea #shop .shoplist .shopBox .txtArea .th{
  width:5em;
}

.floorPage .facilityArea #shop .shoplist .shopBox .txtArea p{
  line-height:1.3em;
}

.floorPage .facilityArea #shop .shoplist .shopBox .txtArea .shopName{
  color:#7d620e;
}

.floorPage .facilityArea #shop .shoplist .shopBox .txtArea .shopName span:nth-child(n+2){
  margin-left:0.5em;
}

.floorPage .facilityArea #shop .shoplist .shopBox .txtArea .shopName .th{
  color:#FFF;
  text-align: center;
  background: rgba(125,98,14,.6);
}

.floorPage .facilityArea #shop .shoplist .shopBox .txtArea .shopTime .shopDay{
  width:3.5em;
}

.floorPage .facilityArea #shop .shoplist .shopBox .txtArea .shopTime .shopLD{
  width:4.5em;
}

.floorPage .facilityArea #lounge .left{
  width:460px;
  float:left;
}

.floorPage .facilityArea #lounge .right{
  width:490px;
  float:right;
}

.floorPage .facilityArea #lounge .right .flexBox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.floorPage .facilityArea #lounge .right .flexBox:nth-of-type(n+2){
  margin-top:20px;
}

.floorPage .facilityArea #lounge .right .txtBox{
  width:240px;
  background: #efece8;
  padding:5px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  align-items: center;
}

.floorPage .facilityArea #lounge .right .txtBox:nth-child(n+3){
  margin-top:10px;
}

.floorPage .facilityArea #lounge .right .txtBox p{
  width:100%;
  text-align: center;
  font-size:14px;
  font-size:1.4rem;
  
  font-weight: bold;
}

.floorPage .facilityArea #lounge .right .txtBox p.small{
  text-align: center;
  font-size:8px;
  font-size:0.8rem;
}

.floorPage .facilityArea #lounge .right .txtBox p span{
  display:inline-block;
}

.floorPage .facilityArea #lounge .right .note{
  margin-top:10px;
  font-size:11px;
  font-size:1.1rem;
}

.floorOpenPage {
  padding: 30px 20px;
  min-width: 1600px;
}

.floorOpenPage .contentWrap .image {
  text-align: center;
}

.floorOpenPage .contentWrap .image img {
  width: 100%;
}

.floorOpenPage .contentWrap .btnList {
  margin-top: 40px;
  text-align: center;
}

.floorOpenPage .contentWrap .btnList a {
  margin: 0 20px;
}

.floorOpenPage .note.red{
  text-align: right;
  color:#b80005;
  margin-top:0.5em;
}

/********************************************************************************
loadingPage
********************************************************************************/
.loadingPage .loadingArea .loadingBox {
  padding: 40px 0 0;
}

.loadingPage .loadingArea .loadingBox .topText {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

.loadingPage .loadingArea .loadingBox .topText strong{
  color:#b60005;
}

.loadingPage .loadingArea .loadingBox .loadLink{
  display:flex;
  justify-content: flex-start;
  align-items: center;
}

.loadingPage .loadingArea .loadingBox .loadLink a{
  color:#3366cc;
  font-weight:bold;
  text-decoration: underline;
  margin-right: 0.5em;
}

.loadingPage .loadingArea .loadingBox .loadLink a:hover{
  text-decoration: none;
}

.loadingPage .loadingArea .loadingBox .loadLink::before{
  content:"";
  display:block;
  width:0;height:0;
  border-style: solid;
  border-width:8px 4px 8px 12px;
  border-color:transparent transparent transparent #998675;
}

.loadingPage .loadingArea .loadingBox .link_pdf::after{
  content: url("../../common/img/icon_pdf.png");
  display:block;
}

.loadingPage .loadingArea .loadingBox .link_excel::after{
  content: url("../../common/img/icon_excel.png");
  display:block;
}

.loadingPage .loadingArea .loadingBox .loadingInner{
  margin-top:30px;
}

.loadingPage .loadingArea .loadingBox .loadingInner .left{
  float:left;
  width:360px;
}

.loadingPage .loadingArea .loadingBox .loadingInner .right{
  float:right;
  width:580px;
}

.loadingPage .loadingArea .loadingBox .loadingInner h3{
  color:#825f1a;
  margin-bottom:0.5em;
}

.loadingPage .loadingArea .loadingBox .loadingInner h3::before{
  content: "●";
  display: inline-block;
}

.loadingPage .loadingArea .loadingBox .loadingInner .loadLink{
  margin-top:20px;
}

.loadingPage .loadingArea .tableBlock{
  display:table;
}

.loadingPage .loadingArea .rowBlock{
  display:table-row;
}

.loadingPage .loadingArea .cellBlock{
  display:table-cell;
  font-feature-settings: "palt";
}

.loadingPage .loadingArea .cellBlock.th{
  padding-right:2em;
}

.loadingPage .loadingArea .cellBlock.td{
  padding-right:8em;
}

.loadingPage .loadingArea .submission{
  margin-top:40px;
  padding: 20px;
  border:1px solid #825f1a;
}

.loadingPage .loadingArea .submission p{
  line-height:2em;
}


/********************************************************************************
Adjustments Style
********************************************************************************/
/* ------------------------------------
  基本は使用しない。
  サイト公開後、更新していくうえでの使用や
  html側で都度対応したい場合用
------------------------------------- */
.c_both {
  clear: both !important;
}

.b_white {
  background-color: #fff !important;
}

.b_black {
  background-color: #000 !important;
}

.b_gray {
  background-color: #888 !important;
}

.b_red {
  background-color: #f00 !important;
}

.b_blue {
  background-color: #00f !important;
}

.b_green {
  background-color: #0f0 !important;
}

.c_white {
  color: #fff !important;
}

.c_black {
  color: #000 !important;
}

.c_gray {
  color: #888 !important;
}

.c_red {
  color: #f00 !important;
}

.c_blue {
  color: #00f !important;
}

.c_green {
  color: #0f0 !important;
}

.d_none {
  display: none !important;
}

.d_block {
  display: block !important;
}

.d_table {
  display: table !important;
}

.d_tablecell {
  display: table-cell !important;
}

.d_inline {
  display: inline !important;
}

.d_inlineblock {
  display: inline-block !important;
}

.f_left {
  float: left !important;
}

.f_right {
  float: right !important;
}

.f_none {
  float: none !important;
}

.m_top5 {
  margin-top: 5px !important;
}

.m_top10 {
  margin-top: 10px !important;
}

.m_top15 {
  margin-top: 15px !important;
}

.m_top20 {
  margin-top: 20px !important;
}

.m_top25 {
  margin-top: 25px !important;
}

.m_top30 {
  margin-top: 30px !important;
}

.m_top35 {
  margin-top: 35px !important;
}

.m_top40 {
  margin-top: 40px !important;
}

.m_top45 {
  margin-top: 45px !important;
}

.m_top50 {
  margin-top: 50px !important;
}

.m_top55 {
  margin-top: 55px !important;
}

.m_top60 {
  margin-top: 60px !important;
}

.m_top65 {
  margin-top: 65px !important;
}

.m_top70 {
  margin-top: 70px !important;
}

.m_top75 {
  margin-top: 75px !important;
}

.m_top80 {
  margin-top: 80px !important;
}

.m_top85 {
  margin-top: 85px !important;
}

.m_top90 {
  margin-top: 90px !important;
}

.m_top95 {
  margin-top: 95px !important;
}

.m_top100 {
  margin-top: 100px !important;
}

.m_bottom5 {
  margin-bottom: 5px !important;
}

.m_bottom10 {
  margin-bottom: 10px !important;
}

.m_bottom15 {
  margin-bottom: 15px !important;
}

.m_bottom20 {
  margin-bottom: 20px !important;
}

.m_bottom25 {
  margin-bottom: 25px !important;
}

.m_bottom30 {
  margin-bottom: 30px !important;
}

.m_bottom35 {
  margin-bottom: 35px !important;
}

.m_bottom40 {
  margin-bottom: 40px !important;
}

.m_bottom45 {
  margin-bottom: 45px !important;
}

.m_bottom50 {
  margin-bottom: 50px !important;
}

.m_bottom55 {
  margin-bottom: 55px !important;
}

.m_bottom60 {
  margin-bottom: 60px !important;
}

.m_bottom65 {
  margin-bottom: 65px !important;
}

.m_bottom70 {
  margin-bottom: 70px !important;
}

.m_bottom75 {
  margin-bottom: 75px !important;
}

.m_bottom80 {
  margin-bottom: 80px !important;
}

.m_bottom85 {
  margin-bottom: 85px !important;
}

.m_bottom90 {
  margin-bottom: 90px !important;
}

.m_bottom95 {
  margin-bottom: 95px !important;
}

.m_bottom100 {
  margin-bottom: 100px !important;
}

.m_left5 {
  margin-left: 5px !important;
}

.m_left10 {
  margin-left: 10px !important;
}

.m_left15 {
  margin-left: 15px !important;
}

.m_left20 {
  margin-left: 20px !important;
}

.m_left25 {
  margin-left: 25px !important;
}

.m_left30 {
  margin-left: 30px !important;
}

.m_left35 {
  margin-left: 35px !important;
}

.m_left40 {
  margin-left: 40px !important;
}

.m_left45 {
  margin-left: 45px !important;
}

.m_left50 {
  margin-left: 50px !important;
}

.m_left55 {
  margin-left: 55px !important;
}

.m_left60 {
  margin-left: 60px !important;
}

.m_left65 {
  margin-left: 65px !important;
}

.m_left70 {
  margin-left: 70px !important;
}

.m_left75 {
  margin-left: 75px !important;
}

.m_left80 {
  margin-left: 80px !important;
}

.m_left85 {
  margin-left: 85px !important;
}

.m_left90 {
  margin-left: 90px !important;
}

.m_left95 {
  margin-left: 95px !important;
}

.m_left100 {
  margin-left: 100px !important;
}

.m_right5 {
  margin-right: 5px !important;
}

.m_right10 {
  margin-right: 10px !important;
}

.m_right15 {
  margin-right: 15px !important;
}

.m_right20 {
  margin-right: 20px !important;
}

.m_right25 {
  margin-right: 25px !important;
}

.m_right30 {
  margin-right: 30px !important;
}

.m_right35 {
  margin-right: 35px !important;
}

.m_right40 {
  margin-right: 40px !important;
}

.m_right45 {
  margin-right: 45px !important;
}

.m_right50 {
  margin-right: 50px !important;
}

.m_right55 {
  margin-right: 55px !important;
}

.m_right60 {
  margin-right: 60px !important;
}

.m_right65 {
  margin-right: 65px !important;
}

.m_right70 {
  margin-right: 70px !important;
}

.m_right75 {
  margin-right: 75px !important;
}

.m_right80 {
  margin-right: 80px !important;
}

.m_right85 {
  margin-right: 85px !important;
}

.m_right90 {
  margin-right: 90px !important;
}

.m_right95 {
  margin-right: 95px !important;
}

.m_right100 {
  margin-right: 100px !important;
}

.p_top5 {
  padding-top: 5px !important;
}

.p_top10 {
  padding-top: 10px !important;
}

.p_top15 {
  padding-top: 15px !important;
}

.p_top20 {
  padding-top: 20px !important;
}

.p_top25 {
  padding-top: 25px !important;
}

.p_top30 {
  padding-top: 30px !important;
}

.p_top35 {
  padding-top: 35px !important;
}

.p_top40 {
  padding-top: 40px !important;
}

.p_top45 {
  padding-top: 45px !important;
}

.p_top50 {
  padding-top: 50px !important;
}

.p_top55 {
  padding-top: 55px !important;
}

.p_top60 {
  padding-top: 60px !important;
}

.p_top65 {
  padding-top: 65px !important;
}

.p_top70 {
  padding-top: 70px !important;
}

.p_top75 {
  padding-top: 75px !important;
}

.p_top80 {
  padding-top: 80px !important;
}

.p_top85 {
  padding-top: 85px !important;
}

.p_top90 {
  padding-top: 90px !important;
}

.p_top95 {
  padding-top: 95px !important;
}

.p_top100 {
  padding-top: 100px !important;
}

.p_bottom5 {
  padding-bottom: 5px !important;
}

.p_bottom10 {
  padding-bottom: 10px !important;
}

.p_bottom15 {
  padding-bottom: 15px !important;
}

.p_bottom20 {
  padding-bottom: 20px !important;
}

.p_bottom25 {
  padding-bottom: 25px !important;
}

.p_bottom30 {
  padding-bottom: 30px !important;
}

.p_bottom35 {
  padding-bottom: 35px !important;
}

.p_bottom40 {
  padding-bottom: 40px !important;
}

.p_bottom45 {
  padding-bottom: 45px !important;
}

.p_bottom50 {
  padding-bottom: 50px !important;
}

.p_bottom55 {
  padding-bottom: 55px !important;
}

.p_bottom60 {
  padding-bottom: 60px !important;
}

.p_bottom65 {
  padding-bottom: 65px !important;
}

.p_bottom70 {
  padding-bottom: 70px !important;
}

.p_bottom75 {
  padding-bottom: 75px !important;
}

.p_bottom80 {
  padding-bottom: 80px !important;
}

.p_bottom85 {
  padding-bottom: 85px !important;
}

.p_bottom90 {
  padding-bottom: 90px !important;
}

.p_bottom95 {
  padding-bottom: 95px !important;
}

.p_bottom100 {
  padding-bottom: 100px !important;
}

.p_left5 {
  padding-left: 5px !important;
}

.p_left10 {
  padding-left: 10px !important;
}

.p_left15 {
  padding-left: 15px !important;
}

.p_left20 {
  padding-left: 20px !important;
}

.p_left25 {
  padding-left: 25px !important;
}

.p_left30 {
  padding-left: 30px !important;
}

.p_left35 {
  padding-left: 35px !important;
}

.p_left40 {
  padding-left: 40px !important;
}

.p_left45 {
  padding-left: 45px !important;
}

.p_left50 {
  padding-left: 50px !important;
}

.p_left55 {
  padding-left: 55px !important;
}

.p_left60 {
  padding-left: 60px !important;
}

.p_left65 {
  padding-left: 65px !important;
}

.p_left70 {
  padding-left: 70px !important;
}

.p_left75 {
  padding-left: 75px !important;
}

.p_left80 {
  padding-left: 80px !important;
}

.p_left85 {
  padding-left: 85px !important;
}

.p_left90 {
  padding-left: 90px !important;
}

.p_left95 {
  padding-left: 95px !important;
}

.p_left100 {
  padding-left: 100px !important;
}

.p_right5 {
  padding-right: 5px !important;
}

.p_right10 {
  padding-right: 10px !important;
}

.p_right15 {
  padding-right: 15px !important;
}

.p_right20 {
  padding-right: 20px !important;
}

.p_right25 {
  padding-right: 25px !important;
}

.p_right30 {
  padding-right: 30px !important;
}

.p_right35 {
  padding-right: 35px !important;
}

.p_right40 {
  padding-right: 40px !important;
}

.p_right45 {
  padding-right: 45px !important;
}

.p_right50 {
  padding-right: 50px !important;
}

.p_right55 {
  padding-right: 55px !important;
}

.p_right60 {
  padding-right: 60px !important;
}

.p_right65 {
  padding-right: 65px !important;
}

.p_right70 {
  padding-right: 70px !important;
}

.p_right75 {
  padding-right: 75px !important;
}

.p_right80 {
  padding-right: 80px !important;
}

.p_right85 {
  padding-right: 85px !important;
}

.p_right90 {
  padding-right: 90px !important;
}

.p_right95 {
  padding-right: 95px !important;
}

.p_right100 {
  padding-right: 100px !important;
}

.p_relative {
  position: relative !important;
}

.p_absolute {
  position: absolute !important;
}

.t_underline {
  text-decoration: underline !important;
}

.t_none {
  text-decoration: none !important;
}

.t_bold {
  font-weight: bold !important;
}

.t_center {
  text-align: center !important;
}

.t_left {
  text-align: left !important;
}

.t_right {
  text-align: right !important;
}

.v_top {
  vertical-align: top !important;
}

.v_middle {
  vertical-align: middle !important;
}

.v_bottom {
  vertical-align: bottom !important;
}

.v_hidden {
  visibility: hidden !important;
}

.v_visible {
  visibility: visible !important;
}

.w_5 {
  width: 5% !important;
}

.w_10 {
  width: 10% !important;
}

.w_15 {
  width: 15% !important;
}

.w_20 {
  width: 20% !important;
}

.w_25 {
  width: 25% !important;
}

.w_30 {
  width: 30% !important;
}

.w_35 {
  width: 35% !important;
}

.w_40 {
  width: 40% !important;
}

.w_45 {
  width: 45% !important;
}

.w_50 {
  width: 50% !important;
}

.w_55 {
  width: 55% !important;
}

.w_60 {
  width: 60% !important;
}

.w_65 {
  width: 65% !important;
}

.w_70 {
  width: 70% !important;
}

.w_75 {
  width: 75% !important;
}

.w_80 {
  width: 80% !important;
}

.w_85 {
  width: 85% !important;
}

.w_90 {
  width: 90% !important;
}

.w_95 {
  width: 95% !important;
}

.w_100 {
  width: 100% !important;
}
