@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,700;1,700&family=Zen+Kaku+Gothic+New:wght@400;700&display=swap");
/* line 6, ../../scss/_variables.scss */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0; }

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
/* line 23, ../../scss/_variables.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
/* line 36, ../../scss/_variables.scss */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
/* line 44, ../../scss/_variables.scss */
main {
  display: block; }

/* Vertical rhythm */
/* ============================================ */
/* line 51, ../../scss/_variables.scss */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/* Headings */
/* ============================================ */
/* line 66, ../../scss/_variables.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration) */
/* ============================================ */
/* line 80, ../../scss/_variables.scss */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition) */
/* ============================================ */
/* line 90, ../../scss/_variables.scss */
dt {
  font-weight: bold; }

/* line 94, ../../scss/_variables.scss */
dd {
  margin-left: 0; }

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 106, ../../scss/_variables.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 121, ../../scss/_variables.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/* line 126, ../../scss/_variables.scss */
address {
  font-style: inherit; }

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 137, ../../scss/_variables.scss */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 148, ../../scss/_variables.scss */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 156, ../../scss/_variables.scss */
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.
 */
/* line 166, ../../scss/_variables.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
/* line 177, ../../scss/_variables.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 186, ../../scss/_variables.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 194, ../../scss/_variables.scss */
sub {
  bottom: -0.25em; }

/* line 198, ../../scss/_variables.scss */
sup {
  top: -0.5em; }

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
/* line 209, ../../scss/_variables.scss */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom; }

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
/* line 226, ../../scss/_variables.scss */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */ }

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
/* line 248, ../../scss/_variables.scss */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox; }

/* line 253, ../../scss/_variables.scss */
[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio; }

/**
 * Correct cursors for clickable elements.
 */
/* line 262, ../../scss/_variables.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

/* line 269, ../../scss/_variables.scss */
button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default; }

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
/* line 280, ../../scss/_variables.scss */
:-moz-focusring {
  outline: auto; }

/* line 284, ../../scss/_variables.scss */
select:disabled {
  opacity: inherit; }

/**
 * Remove padding
 */
/* line 292, ../../scss/_variables.scss */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
/* line 300, ../../scss/_variables.scss */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0; }

/* line 306, ../../scss/_variables.scss */
legend {
  padding: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 314, ../../scss/_variables.scss */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 322, ../../scss/_variables.scss */
textarea {
  overflow: auto; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 330, ../../scss/_variables.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the outline style in Safari.
 */
/* line 339, ../../scss/_variables.scss */
[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 347, ../../scss/_variables.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
/* line 356, ../../scss/_variables.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Clickable labels
 */
/* line 365, ../../scss/_variables.scss */
label[for] {
  cursor: pointer; }

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 376, ../../scss/_variables.scss */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
/* line 384, ../../scss/_variables.scss */
summary {
  display: list-item; }

/*
 * Remove outline for editable content.
 */
/* line 392, ../../scss/_variables.scss */
[contenteditable]:focus {
  outline: auto; }

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
/* line 403, ../../scss/_variables.scss */
table {
  border-spacing: 0;
  border-color: inherit;
  /* 1 */ }

/* line 408, ../../scss/_variables.scss */
caption {
  text-align: left; }

/* line 412, ../../scss/_variables.scss */
td,
th {
  vertical-align: top;
  padding: 0; }

/* line 418, ../../scss/_variables.scss */
th {
  text-align: left;
  font-weight: bold; }

/*clearfix-------------------------------*/
/* line 424, ../../scss/_variables.scss */
.clearfix {
  zoom: 1; }

/* line 427, ../../scss/_variables.scss */
.clearfix:after {
  content: "";
  display: block;
  clear: both; }

/*-----a--img*/
/* line 465, ../../scss/_variables.scss */
.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal; }

/* line 471, ../../scss/_variables.scss */
.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal; }

/* line 476, ../../scss/_variables.scss */
.josefin-sans {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal; }

/* line 484, ../../scss/_variables.scss */
.container {
  width: 1100px;
  margin: 0 auto; }
  @media (max-width: 1100px) {
    /* line 484, ../../scss/_variables.scss */
    .container {
      width: 100%;
      padding: 0px 20px; } }

/* line 491, ../../scss/_variables.scss */
.narrow {
  width: 800px;
  margin: 0 auto; }
  @media (max-width: 800px) {
    /* line 491, ../../scss/_variables.scss */
    .narrow {
      width: 100%;
      padding: 0px 20px; } }

/* line 510, ../../scss/_variables.scss */
header .inner__right #nav-toggle p, header .inner__right #global-nav nav ul li a span, .ttl-box h3, #top-mission .full-box .block h4, #top-learn .full-box .block h4, .box-title2 h2 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1rem; }

/* line 520, ../../scss/_variables.scss */
.clearfix::after {
  content: "";
  display: block;
  clear: both; }

/* line 528, ../../scss/_variables.scss */
#top-mission, #top-learn, #top-course, #contact, #formWrap, #map, #plan, #plan .content, #location, #location .life-info, #location #park, #location .category, #access, #modelroom, #equipment, #equipment #structure {
  padding: 8rem 0px; }
  @media screen and (max-width: 1000px) {
    /* line 528, ../../scss/_variables.scss */
    #top-mission, #top-learn, #top-course, #contact, #formWrap, #map, #plan, #plan .content, #location, #location .life-info, #location #park, #location .category, #access, #modelroom, #equipment, #equipment #structure {
      padding: 6rem 0px; } }
  @media screen and (max-width: 768px) {
    /* line 528, ../../scss/_variables.scss */
    #top-mission, #top-learn, #top-course, #contact, #formWrap, #map, #plan, #plan .content, #location, #location .life-info, #location #park, #location .category, #access, #modelroom, #equipment, #equipment #structure {
      padding: 4rem 0px; } }

/* line 2, ../../scss/_parts.scss */
.btn {
  margin: 0 auto;
  font-size: 1.2rem;
  box-shadow: 1px 3px 6px #795548;
  position: relative;
  display: block;
  padding: 0.4rem 2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 40px;
  color: #fff;
  background: #EB7611;
  /*background:linear-gradient(90deg, #030a36 0%, #5f6284 25%, #505578 50%, #53587b 75%, #030a36 100%);*/ }
  @media screen and (max-width: 1000px) {
    /* line 26, ../../scss/_parts.scss */
    .btn br.sp-only {
      display: none; } }
  @media screen and (max-width: 559px) {
    /* line 2, ../../scss/_parts.scss */
    .btn {
      width: 100%;
      padding: 0.4rem 1rem; }
      /* line 33, ../../scss/_parts.scss */
      .btn br.sp-only {
        display: block; } }
  /* line 35, ../../scss/_parts.scss */
  .btn:hover {
    filter: brightness(140%);
    transition: 0.3s; }

/* line 42, ../../scss/_parts.scss */
.btn-next {
  background: #fff;
  display: block;
  transition: 0.6s;
  color: #5F2F00;
  text-align: center;
  font-weight: bold;
  padding: 1rem 0;
  border: 4px solid #5F2F00;
  border-radius: 50px; }
  /* line 52, ../../scss/_parts.scss */
  .btn-next:hover {
    filter: brightness(200%); }
    /* line 56, ../../scss/_parts.scss */
    .btn-next:hover span img {
      margin: 0 0 0.5rem 2rem; }

/* line 63, ../../scss/_parts.scss */
.btn-gradient1, .btn-gradient2 {
  font-size: 0.9rem;
  position: relative;
  display: block;
  padding: 0.5rem 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-weight: normal;
  color: #fff;
  border-radius: 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #2072ec), to(#013364));
  background-image: -webkit-linear-gradient(left, #2072ec 40%, #013364 100%);
  background-image: linear-gradient(18deg, #359339 12%, #0097E0 29%, #C4D700 70%, #45B035 100%); }
  /* line 84, ../../scss/_parts.scss */
  .btn-gradient1:after, .btn-gradient2:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff3cac), color-stop(#562b7c), to(#2b86c5));
    background-image: -webkit-linear-gradient(left, #ff3cac, #562b7c, #2b86c5);
    background-image: linear-gradient(150deg, #359339 10%, #0097E0 20%, #C4D700 80%, #45B035 100%); }
  /* line 98, ../../scss/_parts.scss */
  .btn-gradient1 span, .btn-gradient2 span {
    position: relative;
    z-index: 1; }
  /* line 102, ../../scss/_parts.scss */
  .btn-gradient1:hover, .btn-gradient2:hover {
    color: #fff; }
  /* line 105, ../../scss/_parts.scss */
  .btn-gradient1:hover:after, .btn-gradient2:hover:after {
    opacity: 0; }
  @media screen and (max-width: 559px) {
    /* line 63, ../../scss/_parts.scss */
    .btn-gradient1, .btn-gradient2 {
      width: 90%;
      font-size: 1em; } }

/* line 113, ../../scss/_parts.scss */
.grade-blue {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #00FFFF), to(#008ED1));
  background-image: -webkit-linear-gradient(left, #00FFFF 40%, #008ED1 100%); }

/* line 116, ../../scss/_parts.scss */
.btn-gradient2 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #ff3cac), to(#562b7c));
  background-image: -webkit-linear-gradient(left, #ff3cac 40%, #562b7c 100%);
  background-image: linear-gradient(90deg, #000 40%, #ccc 100%); }
  /* line 119, ../../scss/_parts.scss */
  .btn-gradient2:after {
    background-image: -webkit-gradient(linear, left top, right top, from(#ff3cac), color-stop(#562b7c), to(#2b86c5));
    background-image: -webkit-linear-gradient(left, #ff3cac, #562b7c, #2b86c5);
    background-image: linear-gradient(90deg, #ccc, #555, #000); }

/* line 127, ../../scss/_parts.scss */
p.yokoku span {
  font-size: 1.4em;
  margin-right: 10px; }
  /* line 130, ../../scss/_parts.scss */
  p.yokoku span::before {
    content: "|";
    margin-right: 5px; }
  /* line 134, ../../scss/_parts.scss */
  p.yokoku span::after {
    content: "|";
    margin-left: 5px; }

/* line 140, ../../scss/_parts.scss */
.small {
  font-size: 0.8em; }
  @media screen and (max-width: 559px) {
    /* line 140, ../../scss/_parts.scss */
    .small {
      font-size: 0.7em; } }

/* line 146, ../../scss/_parts.scss */
.caption {
  margin-top: 20px; }
  /* line 148, ../../scss/_parts.scss */
  .caption p {
    margin-bottom: 20px; }
    /* line 150, ../../scss/_parts.scss */
    .caption p.data {
      text-align: right; }

/* line 155, ../../scss/_parts.scss */
.caption-img {
  position: relative;
  color: #fff; }
  /* line 157, ../../scss/_parts.scss */
  .caption-img p {
    position: absolute;
    z-index: 1;
    text-shadow: 1px 3px 6px #000, 1px 2px 3px #000;
    bottom: 5px;
    right: 5px; }

/* line 166, ../../scss/_parts.scss */
.scroll-box {
  position: absolute;
  right: 0px;
  bottom: -30px;
  left: 0;
  margin: 0 auto;
  z-index: 3;
  font-family: trajan-pro-3, serif; }
  /* line 174, ../../scss/_parts.scss */
  .scroll-box span.name {
    color: #fff;
    text-shadow: 1px 2px 3px #555;
    letter-spacing: 0.1rem;
    text-align: center;
    display: block; }
  /* line 179, ../../scss/_parts.scss */
  .scroll-box .scrollevent {
    display: block;
    position: relative;
    width: 2px;
    height: 110px;
    background: transparent;
    animation: scrollDown 1.5s ease infinite;
    border-radius: 100%;
    margin: 0 auto; }
    /* line 190, ../../scss/_parts.scss */
    .scroll-box .scrollevent:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(transparent, #fff, transparent); }
  @media screen and (max-width: 768px) {
    /* line 166, ../../scss/_parts.scss */
    .scroll-box {
      bottom: -50px; } }

@keyframes scrollDown {
  0% {
    transform-origin: top;
    transform: scaleY(0); }
  45% {
    transform-origin: top;
    transform: scaleY(1); }
  55% {
    transform-origin: bottom;
    transform: scaleY(1); }
  100% {
    transform-origin: bottom;
    transform: scaleY(0); } }
/* line 1, ../../scss/_common.scss */
html, body {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  font-family: "Zen Kaku Gothic New", 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  position: relative; }
  @media screen and (max-width: 559px) {
    /* line 1, ../../scss/_common.scss */
    html, body {
      font-size: 14px; } }

/* line 13, ../../scss/_common.scss */
.sp-only {
  display: none; }
  @media screen and (max-width: 1000px) {
    /* line 13, ../../scss/_common.scss */
    .sp-only {
      display: block; } }

/* line 19, ../../scss/_common.scss */
.pc-only {
  display: block; }
  @media screen and (max-width: 1000px) {
    /* line 19, ../../scss/_common.scss */
    .pc-only {
      display: none; } }

/* line 26, ../../scss/_common.scss */
a:hover {
  opacity: 0.7; }

/* line 30, ../../scss/_common.scss */
header {
  height: 80px;
  width: 100%;
  top: 0;
  z-index: 3;
  transition: 0.6s;
  /*  &.change {
      transition: 0.6s;
      background-image: linear-gradient(to right, #040404 0%, #ccc 50%, #040404 100%);
    }*/ }
  /* line 41, ../../scss/_common.scss */
  header .inner {
    display: -ms-flexbox;
    display: flex;
    padding: 0rem 1.5rem;
    align-items: center;
    position: relative;
    height: 80px; }
    /* line 47, ../../scss/_common.scss */
    header .inner__left {
      width: 400px; }
      /* line 50, ../../scss/_common.scss */
      header .inner__left h1 a {
        display: block; }
        /* line 52, ../../scss/_common.scss */
        header .inner__left h1 a img {
          width: 180px; }
      /* line 58, ../../scss/_common.scss */
      header .inner__left span {
        font-size: 0.8rem;
        position: absolute;
        top: 0;
        left: 1.5rem; }
    /* line 63, ../../scss/_common.scss */
    header .inner__right {
      width: 80%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      /* line 70, ../../scss/_common.scss */
      header .inner__right #nav-toggle {
        margin-top: 1rem;
        margin-right: 1.5rem;
        display: none;
        height: 50px;
        width: 50px;
        position: fixed;
        padding-top: 9px;
        z-index: 3;
        border: 1px solid #000;
        cursor: pointer;
        background: rgba(255, 255, 255, 0.7); }
        /* line 83, ../../scss/_common.scss */
        header .inner__right #nav-toggle > div {
          position: relative;
          width: 40px; }
        /* line 87, ../../scss/_common.scss */
        header .inner__right #nav-toggle p {
          font-size: 0.8rem;
          text-align: center;
          margin: 5px 0 0 5px; }
        /* line 93, ../../scss/_common.scss */
        header .inner__right #nav-toggle span {
          width: 100%;
          height: 3px;
          left: 5px;
          display: block;
          background: #000;
          position: absolute;
          transition: transform .6s ease-in-out, top .5s ease; }
          /* line 101, ../../scss/_common.scss */
          header .inner__right #nav-toggle span:nth-child(1) {
            top: 5px; }
          /* line 104, ../../scss/_common.scss */
          header .inner__right #nav-toggle span:nth-child(2) {
            top: 15px; }
          /* line 107, ../../scss/_common.scss */
          header .inner__right #nav-toggle span:nth-child(3) {
            top: 25px; }
        /* line 111, ../../scss/_common.scss */
        header .inner__right #nav-toggle:hover span:nth-child(1) {
          top: 10px; }
        /* line 114, ../../scss/_common.scss */
        header .inner__right #nav-toggle:hover span:nth-child(3) {
          top: 20px; }
        /* line 119, ../../scss/_common.scss */
        header .inner__right #nav-toggle.open span:nth-child(1) {
          top: 15px;
          transform: rotate(45deg); }
        /* line 123, ../../scss/_common.scss */
        header .inner__right #nav-toggle.open span:nth-child(2) {
          display: none; }
        /* line 126, ../../scss/_common.scss */
        header .inner__right #nav-toggle.open span:nth-child(3) {
          top: 15px;
          width: 100%;
          transform: rotate(-45deg); }
        /* line 132, ../../scss/_common.scss */
        header .inner__right #nav-toggle.open p {
          color: #fff; }
      /* line 139, ../../scss/_common.scss */
      header .inner__right #global-nav {
        z-index: 2;
        transition: 0.3s; }
        /* line 142, ../../scss/_common.scss */
        header .inner__right #global-nav nav {
          font-size: 0.8em; }
          /* line 144, ../../scss/_common.scss */
          header .inner__right #global-nav nav ul {
            width: 100%;
            margin: 0 0 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between; }
            /* line 150, ../../scss/_common.scss */
            header .inner__right #global-nav nav ul li {
              text-align: center;
              margin-left: 2rem; }
              /* line 153, ../../scss/_common.scss */
              header .inner__right #global-nav nav ul li.current a {
                border-left: 2px solid #000; }
              /* line 156, ../../scss/_common.scss */
              header .inner__right #global-nav nav ul li a {
                transition: 0.3s;
                display: block;
                position: relative; }
                /* line 160, ../../scss/_common.scss */
                header .inner__right #global-nav nav ul li a span {
                  display: block;
                  font-size: 1rem;
                  line-height: 1.4; }
              /* line 169, ../../scss/_common.scss */
              header .inner__right #global-nav nav ul li a.ls0 span {
                letter-spacing: 0; }
              /* line 173, ../../scss/_common.scss */
              header .inner__right #global-nav nav ul li a.btn {
                width: 100%;
                padding: 0.5rem 2rem;
                font-size: 1rem;
                font-weight: bold; }
                /* line 178, ../../scss/_common.scss */
                header .inner__right #global-nav nav ul li a.btn span.small {
                  font-size: 0.6rem;
                  letter-spacing: 0;
                  color: #bd4004;
                  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
                  font-weight: bold; }
  @media screen and (min-width: 1600px) {
    /* line 194, ../../scss/_common.scss */
    header .inner {
      width: 1600px;
      margin: 0 auto;
      right: 0;
      left: 0; } }
  @media screen and (max-width: 1000px) {
    /* line 207, ../../scss/_common.scss */
    header .inner__left h1 {
      font-size: 0.9rem; }
      /* line 209, ../../scss/_common.scss */
      header .inner__left h1 a {
        margin-right: 0.5rem; }
    /* line 214, ../../scss/_common.scss */
    header .inner__right {
      position: fixed;
      top: 0;
      right: 0;
      align-items: baseline;
      width: 100%;
      z-index: 3; }
      /* line 221, ../../scss/_common.scss */
      header .inner__right #nav-toggle {
        display: block; }
      /* line 226, ../../scss/_common.scss */
      header .inner__right #global-nav {
        margin-top: 80px;
        width: 100%;
        right: -100%;
        background: linear-gradient(0deg, #F2C219 0%, #FBE86B 100%);
        position: absolute;
        padding-bottom: 2rem; }
        /* line 235, ../../scss/_common.scss */
        header .inner__right #global-nav.open {
          right: 0; }
        /* line 239, ../../scss/_common.scss */
        header .inner__right #global-nav nav ul {
          flex-wrap: wrap;
          flex-direction: column;
          width: 100%; }
          /* line 242, ../../scss/_common.scss */
          header .inner__right #global-nav nav ul li {
            padding-top: 2rem;
            margin: 0; }
            /* line 244, ../../scss/_common.scss */
            header .inner__right #global-nav nav ul li a.btn {
              width: 100%; } }
  @media screen and (max-width: 559px) {
    /* line 256, ../../scss/_common.scss */
    header .inner {
      justify-content: space-between; }
      /* line 258, ../../scss/_common.scss */
      header .inner__left {
        width: auto; }
        /* line 260, ../../scss/_common.scss */
        header .inner__left span {
          font-size: 0.7rem; }
        /* line 261, ../../scss/_common.scss */
        header .inner__left h1 {
          align-items: center; }
          /* line 264, ../../scss/_common.scss */
          header .inner__left h1 a img {
            width: 135px; }
      /* line 272, ../../scss/_common.scss */
      header .inner__right ul.nav-cv a.btn {
        font-size: 0.9rem;
        padding: 0.4rem 0.8rem; }
      /* line 277, ../../scss/_common.scss */
      header .inner__right #nav-toggle p {
        margin: 11px 0 0 5px; } }

/* line 285, ../../scss/_common.scss */
main {
  position: relative;
  overflow: hidden; }

/* line 291, ../../scss/_common.scss */
.main-visual .inner {
  margin: 0 auto;
  width: 1300px;
  position: relative; }
  /* line 295, ../../scss/_common.scss */
  .main-visual .inner img {
    width: 100%; }
@media screen and (max-width: 1300px) {
  /* line 301, ../../scss/_common.scss */
  .main-visual .inner {
    width: 98%; }
    /* line 303, ../../scss/_common.scss */
    .main-visual .inner img {
      width: 100%; } }

/* line 319, ../../scss/_common.scss */
.bn-box {
  background: #fff;
  padding: 10rem 0; }
  /* line 322, ../../scss/_common.scss */
  .bn-box a {
    display: block; }
    /* line 323, ../../scss/_common.scss */
    .bn-box a:not(:first-child) {
      margin-top: 2rem; }
    /* line 324, ../../scss/_common.scss */
    .bn-box a img {
      width: 100%; }
  @media screen and (max-width: 1000px) {
    /* line 319, ../../scss/_common.scss */
    .bn-box {
      padding: 6rem 0; } }
  @media screen and (max-width: 768px) {
    /* line 319, ../../scss/_common.scss */
    .bn-box {
      padding: 4rem 0; } }

/* line 334, ../../scss/_common.scss */
.ttl-box {
  text-align: center; }
  /* line 335, ../../scss/_common.scss */
  .ttl-box h3 {
    font-size: 6rem;
    line-height: 1;
    font-weight: bold; }
    /* line 339, ../../scss/_common.scss */
    .ttl-box h3 span {
      font-weight: bold;
      font-size: 1.4rem;
      display: block;
      margin-top: 1rem; }
  /* line 343, ../../scss/_common.scss */
  .ttl-box p {
    font-weight: bold;
    line-height: 2.2;
    margin-top: 4rem; }
  @media screen and (max-width: 768px) {
    /* line 347, ../../scss/_common.scss */
    .ttl-box p {
      text-align: left; } }
  @media screen and (max-width: 559px) {
    /* line 350, ../../scss/_common.scss */
    .ttl-box h3 {
      font-size: 4rem; }
      /* line 351, ../../scss/_common.scss */
      .ttl-box h3 span {
        font-size: 1.2rem;
        line-height: 1.6; }
    /* line 355, ../../scss/_common.scss */
    .ttl-box p {
      line-height: 1.8;
      margin-top: 2rem; } }

/* line 360, ../../scss/_common.scss */
.effect-bg {
  position: fixed;
  bottom: 0%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 500vh;
  background: url("../../images/top_bg.jpg");
  background-size: 100% auto;
  background-repeat: repeat;
  background-color: #fff; }

/* line 373, ../../scss/_common.scss */
.effect-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 50vh;
  background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background-image: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%); }

/* line 383, ../../scss/_common.scss */
.gradation-black {
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));
  background-size: 400% 400%;
  animation: gradient 8s ease infinite;
  display: block;
  width: 100%;
  height: 100%; }

/* line 395, ../../scss/_common.scss */
#top-mission, #top-learn {
  background: linear-gradient(0deg, #F2C219 0%, #FBE86B 100%); }
  /* line 398, ../../scss/_common.scss */
  #top-mission img.message, #top-learn img.message {
    margin-top: 4rem; }
  /* line 400, ../../scss/_common.scss */
  #top-mission .container, #top-learn .container {
    width: 96%;
    margin: 0 auto; }
  /* line 402, ../../scss/_common.scss */
  #top-mission .full-box, #top-learn .full-box {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around; }
    /* line 406, ../../scss/_common.scss */
    #top-mission .full-box .block, #top-learn .full-box .block {
      background: #fff;
      width: 48%;
      padding: 3rem;
      margin-top: 6rem;
      position: relative; }
      /* line 412, ../../scss/_common.scss */
      #top-mission .full-box .block img, #top-learn .full-box .block img {
        display: block;
        margin: 0 auto;
        margin-top: 2rem; }
      /* line 416, ../../scss/_common.scss */
      #top-mission .full-box .block:nth-child(1) img, #top-learn .full-box .block:nth-child(1) img {
        width: 100px; }
      /* line 419, ../../scss/_common.scss */
      #top-mission .full-box .block:nth-child(2) img, #top-learn .full-box .block:nth-child(2) img {
        width: 80%; }
      /* line 421, ../../scss/_common.scss */
      #top-mission .full-box .block h4, #top-learn .full-box .block h4 {
        font-size: 4rem;
        text-align: center; }
        /* line 424, ../../scss/_common.scss */
        #top-mission .full-box .block h4 span, #top-learn .full-box .block h4 span {
          font-size: 1.1rem;
          display: block; }
      /* line 427, ../../scss/_common.scss */
      #top-mission .full-box .block p, #top-learn .full-box .block p {
        margin-top: 1rem; }
        /* line 428, ../../scss/_common.scss */
        #top-mission .full-box .block p span.orange, #top-learn .full-box .block p span.orange {
          color: #CB6500;
          font-weight: bold; }
      /* line 430, ../../scss/_common.scss */
      #top-mission .full-box .block .inner, #top-learn .full-box .block .inner {
        margin-top: -6rem; }
  /* line 433, ../../scss/_common.scss */
  #top-mission .full-block, #top-learn .full-block {
    margin-top: 4rem;
    background: #fff;
    padding: 3rem; }
    /* line 436, ../../scss/_common.scss */
    #top-mission .full-block h4, #top-learn .full-block h4 {
      font-size: 1.6rem;
      font-weight: bold; }
    /* line 438, ../../scss/_common.scss */
    #top-mission .full-block p, #top-learn .full-block p {
      margin-top: 1rem; }
  @media screen and (min-width: 1600px) {
    /* line 441, ../../scss/_common.scss */
    #top-mission .container, #top-learn .container {
      width: 1600px;
      margin: 0 auto; } }
  @media screen and (max-width: 1000px) {
    /* line 447, ../../scss/_common.scss */
    #top-mission img.message, #top-learn img.message {
      width: 80%;
      margin: 2rem auto 0 auto;
      display: block;
      padding-bottom: 40px; }
    /* line 453, ../../scss/_common.scss */
    #top-mission .full-box, #top-learn .full-box {
      flex-wrap: wrap; }
      /* line 454, ../../scss/_common.scss */
      #top-mission .full-box .block, #top-learn .full-box .block {
        width: 100%; } }
  @media screen and (max-width: 559px) {
    /* line 459, ../../scss/_common.scss */
    #top-mission .container, #top-learn .container {
      width: 100%; }
    /* line 460, ../../scss/_common.scss */
    #top-mission img.message, #top-learn img.message {
      width: 100%; }
    /* line 464, ../../scss/_common.scss */
    #top-mission .full-box .block, #top-learn .full-box .block {
      padding: 2rem 1.5rem;
      margin-top: 4rem; }
      /* line 466, ../../scss/_common.scss */
      #top-mission .full-box .block .inner, #top-learn .full-box .block .inner {
        margin-top: -4rem; }
      /* line 467, ../../scss/_common.scss */
      #top-mission .full-box .block h4, #top-learn .full-box .block h4 {
        font-size: 3rem; }
        /* line 467, ../../scss/_common.scss */
        #top-mission .full-box .block h4 span, #top-learn .full-box .block h4 span {
          font-size: 1rem; }
    /* line 469, ../../scss/_common.scss */
    #top-mission .full-block, #top-learn .full-block {
      padding: 2rem 1.5rem; }
      /* line 470, ../../scss/_common.scss */
      #top-mission .full-block h4, #top-learn .full-block h4 {
        font-size: 1.2rem;
        line-height: 1.4; } }

/* line 476, ../../scss/_common.scss */
#top-learn {
  padding: 8rem 0 16rem 0;
  background: url("../../images/top_img_2.png") repeat-x bottom/300px, #fff;
  position: relative; }
  /* line 481, ../../scss/_common.scss */
  #top-learn .full-box {
    flex-wrap: wrap; }
    /* line 483, ../../scss/_common.scss */
    #top-learn .full-box .block {
      background: #f2c219; }
      /* line 484, ../../scss/_common.scss */
      #top-learn .full-box .block img {
        width: auto;
        height: 100px; }
      /* line 487, ../../scss/_common.scss */
      #top-learn .full-box .block:nth-child(1) img {
        width: auto; }
      /* line 490, ../../scss/_common.scss */
      #top-learn .full-box .block:nth-child(2) img {
        width: auto; }
  @media screen and (max-width: 768px) {
    /* line 476, ../../scss/_common.scss */
    #top-learn {
      padding: 6rem 0 16rem 0; } }
  @media screen and (max-width: 559px) {
    /* line 499, ../../scss/_common.scss */
    #top-learn .full-box .block img {
      height: auto;
      width: 100%; } }

/* line 506, ../../scss/_common.scss */
#top-method {
  background: url("../../images/top_img_2.png") repeat-x bottom/300px, rgba(255, 255, 255, 0.65);
  padding: 8rem 0 16rem 0;
  position: relative; }
  /* line 510, ../../scss/_common.scss */
  #top-method .blackboard {
    margin-top: 6rem;
    background: #0D3232;
    color: #fff;
    border-top: 10px solid #A8815B;
    border-bottom: 30px solid #A8815B;
    padding: 6rem 0rem; }
    /* line 516, ../../scss/_common.scss */
    #top-method .blackboard h4 {
      font-weight: bold;
      font-size: 1.8rem;
      display: flex;
      align-items: center; }
      /* line 520, ../../scss/_common.scss */
      #top-method .blackboard h4 img {
        width: 26px;
        margin-right: 0.5rem; }
    /* line 522, ../../scss/_common.scss */
    #top-method .blackboard p {
      margin-top: 0.5rem; }
    /* line 523, ../../scss/_common.scss */
    #top-method .blackboard .column2 {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      /* line 527, ../../scss/_common.scss */
      #top-method .blackboard .column2 .img {
        width: 30%;
        order: 2; }
        /* line 529, ../../scss/_common.scss */
        #top-method .blackboard .column2 .img img {
          width: 100%; }
      /* line 532, ../../scss/_common.scss */
      #top-method .blackboard .column2 .item {
        width: 60%; }
        /* line 533, ../../scss/_common.scss */
        #top-method .blackboard .column2 .item h4 {
          margin-top: 2rem; }
  /* line 537, ../../scss/_common.scss */
  #top-method img.pig {
    position: absolute;
    width: 260px;
    right: 20%;
    bottom: 0; }
  @media screen and (max-width: 768px) {
    /* line 506, ../../scss/_common.scss */
    #top-method {
      padding: 6rem 0 16rem 0; }
      /* line 544, ../../scss/_common.scss */
      #top-method .blackboard {
        margin-top: 6rem;
        padding: 4rem 0 6rem 0; }
        /* line 545, ../../scss/_common.scss */
        #top-method .blackboard .column2 {
          flex-wrap: wrap; }
          /* line 547, ../../scss/_common.scss */
          #top-method .blackboard .column2 .img {
            width: 100%;
            order: -2;
            margin-top: 2rem; }
          /* line 550, ../../scss/_common.scss */
          #top-method .blackboard .column2 .item {
            width: 100%; }
      /* line 553, ../../scss/_common.scss */
      #top-method img.pig {
        width: 240px;
        right: 10%; } }
  @media screen and (max-width: 559px) {
    /* line 506, ../../scss/_common.scss */
    #top-method {
      padding: 4rem 0 16rem 0; }
      /* line 557, ../../scss/_common.scss */
      #top-method .blackboard {
        margin-top: 4rem; }
        /* line 558, ../../scss/_common.scss */
        #top-method .blackboard h4 {
          font-size: 1.4rem;
          line-height: 1.3; }
      /* line 560, ../../scss/_common.scss */
      #top-method img.pig {
        width: 190px; } }

/* line 566, ../../scss/_common.scss */
#top-course .course-box {
  background: linear-gradient(270deg, #5A2C0A 0%, #FFF7F0 25%, #FFC69D 50%, #A08A79 100%);
  position: relative;
  padding: 1rem;
  margin-top: 4rem; }
  /* line 570, ../../scss/_common.scss */
  #top-course .course-box .inner {
    background: #fff;
    padding: 4rem; }
    /* line 572, ../../scss/_common.scss */
    #top-course .course-box .inner h4 {
      font-weight: bold;
      font-size: 1.6rem;
      margin-top: 2rem; }
      /* line 575, ../../scss/_common.scss */
      #top-course .course-box .inner h4 span {
        font-size: 0.9rem;
        font-weight: normal;
        margin-left: 2rem; }
    /* line 580, ../../scss/_common.scss */
    #top-course .course-box .inner hr {
      display: block;
      margin-top: 2rem;
      color: #ccc; }
    /* line 584, ../../scss/_common.scss */
    #top-course .course-box .inner ul.list {
      display: flex;
      margin-top: 1rem;
      justify-content: space-between; }
      /* line 587, ../../scss/_common.scss */
      #top-course .course-box .inner ul.list li {
        width: 30%;
        display: flex;
        flex-direction: column;
        margin-top: 1rem;
        padding: 2rem 2rem 5rem 2rem;
        text-align: center;
        box-shadow: 2px 3px 4px #ccc; }
        /* line 595, ../../scss/_common.scss */
        #top-course .course-box .inner ul.list li p {
          font-size: 0.9rem;
          text-align: left;
          margin-top: 0.5rem; }
        /* line 599, ../../scss/_common.scss */
        #top-course .course-box .inner ul.list li h5 {
          font-size: 2.4rem;
          font-family: "Josefin Sans", sans-serif;
          line-height: 1.1;
          margin-top: -3rem; }
          /* line 603, ../../scss/_common.scss */
          #top-course .course-box .inner ul.list li h5 span {
            font-size: 0.8rem;
            display: block;
            font-family: "Zen Kaku Gothic New", 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
            font-weight: bold; }
          /* line 607, ../../scss/_common.scss */
          #top-course .course-box .inner ul.list li h5 + p {
            text-align: center; }
        /* line 609, ../../scss/_common.scss */
        #top-course .course-box .inner ul.list li h6 {
          background: #fff;
          margin-top: 2rem;
          font-weight: bold; }
        /* line 612, ../../scss/_common.scss */
        #top-course .course-box .inner ul.list li:nth-child(1) {
          background: #87DE8E; }
        /* line 613, ../../scss/_common.scss */
        #top-course .course-box .inner ul.list li:nth-child(2) {
          background: #87B9DE; }
        /* line 614, ../../scss/_common.scss */
        #top-course .course-box .inner ul.list li:nth-child(3) {
          background: #DE8787; }
        /* line 615, ../../scss/_common.scss */
        #top-course .course-box .inner ul.list li .box {
          flex-grow: 1; }
    /* line 619, ../../scss/_common.scss */
    #top-course .course-box .inner .column2 p, #top-course .course-box .inner .column1 p, #top-course .course-box .inner .price-box p {
      font-size: 1.6rem;
      font-weight: bold;
      line-height: 1.2; }
      /* line 622, ../../scss/_common.scss */
      #top-course .course-box .inner .column2 p span.small, #top-course .course-box .inner .column1 p span.small, #top-course .course-box .inner .price-box p span.small {
        font-size: 1.2rem;
        font-weight: normal;
        margin-left: 1rem; }
      /* line 625, ../../scss/_common.scss */
      #top-course .course-box .inner .column2 p span.number, #top-course .course-box .inner .column1 p span.number, #top-course .course-box .inner .price-box p span.number {
        font-size: 2.6rem; }
    /* line 628, ../../scss/_common.scss */
    #top-course .course-box .inner .column2 {
      display: flex;
      justify-content: space-between; }
      /* line 632, ../../scss/_common.scss */
      #top-course .course-box .inner .column2 .item {
        width: 50%;
        position: relative; }
        /* line 634, ../../scss/_common.scss */
        #top-course .course-box .inner .column2 .item:nth-child(2)::before {
          content: "/";
          display: flex;
          position: absolute;
          bottom: 0;
          left: -50px;
          font-size: 3rem;
          line-height: 1; }
    /* line 646, ../../scss/_common.scss */
    #top-course .course-box .inner .column1 {
      margin-top: 1rem; }
    /* line 647, ../../scss/_common.scss */
    #top-course .course-box .inner .price-box {
      display: flex;
      align-items: baseline;
      margin-top: 2rem; }
      /* line 650, ../../scss/_common.scss */
      #top-course .course-box .inner .price-box img {
        height: 90px; }
      /* line 651, ../../scss/_common.scss */
      #top-course .course-box .inner .price-box .left {
        margin-right: 2rem;
        width: 30%; }
        /* line 655, ../../scss/_common.scss */
        #top-course .course-box .inner .price-box .left p span.number {
          margin-left: 2rem; }
      /* line 658, ../../scss/_common.scss */
      #top-course .course-box .inner .price-box .arrow {
        width: 5%; }
        /* line 659, ../../scss/_common.scss */
        #top-course .course-box .inner .price-box .arrow img {
          width: 100%;
          height: 50px; }
      /* line 660, ../../scss/_common.scss */
      #top-course .course-box .inner .price-box .right {
        width: 65%; }
  /* line 665, ../../scss/_common.scss */
  #top-course .course-box .inner > h4 {
    margin-top: 0; }
@media screen and (max-width: 768px) {
  /* line 670, ../../scss/_common.scss */
  #top-course .course-box .inner {
    padding: 2rem 1rem; }
    /* line 672, ../../scss/_common.scss */
    #top-course .course-box .inner ul.list {
      flex-wrap: wrap; }
      /* line 673, ../../scss/_common.scss */
      #top-course .course-box .inner ul.list li {
        width: 100%; }
        /* line 674, ../../scss/_common.scss */
        #top-course .course-box .inner ul.list li:not(:first-child) {
          margin-top: 4rem; }
    /* line 676, ../../scss/_common.scss */
    #top-course .course-box .inner .column2 {
      flex-wrap: wrap; }
      /* line 678, ../../scss/_common.scss */
      #top-course .course-box .inner .column2 .item {
        width: 100%; }
        /* line 679, ../../scss/_common.scss */
        #top-course .course-box .inner .column2 .item:nth-child(2) {
          margin-top: 0.5rem; }
          /* line 681, ../../scss/_common.scss */
          #top-course .course-box .inner .column2 .item:nth-child(2)::before {
            display: none; }
    /* line 686, ../../scss/_common.scss */
    #top-course .course-box .inner .price-box {
      flex-wrap: wrap; }
      /* line 688, ../../scss/_common.scss */
      #top-course .course-box .inner .price-box .left {
        width: 100%; }
      /* line 689, ../../scss/_common.scss */
      #top-course .course-box .inner .price-box .right {
        margin-top: 1rem; } }
@media screen and (max-width: 559px) {
  /* line 698, ../../scss/_common.scss */
  #top-course .course-box .inner h4 span {
    display: block;
    margin-left: 0; }
  /* line 702, ../../scss/_common.scss */
  #top-course .course-box .inner ul.list li {
    padding: 2rem 1rem 5rem 1rem; } }

/* line 716, ../../scss/_common.scss */
#contact {
  background: #fff; }
  /* line 719, ../../scss/_common.scss */
  #contact input[type='text'], #contact input[type='email'], #contact input[type='tel'] {
    width: 100%;
    padding: 1rem;
    border: 1px solid #5F2F00;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; }
  /* line 726, ../../scss/_common.scss */
  #contact .box-wrap {
    margin-top: 2rem; }
    /* line 728, ../../scss/_common.scss */
    #contact .box-wrap .box {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid #5F2F00;
      padding: 2rem 0;
      text-align: left; }
      /* line 734, ../../scss/_common.scss */
      #contact .box-wrap .box .item-name {
        width: 30%;
        font-weight: bold; }
        /* line 737, ../../scss/_common.scss */
        #contact .box-wrap .box .item-name.required::after {
          margin-left: 1rem;
          content: '必須';
          background: #ff4c00;
          border-radius: 7px;
          padding: 5px 10px;
          color: #fff;
          font-size: 0.9rem; }
      /* line 747, ../../scss/_common.scss */
      #contact .box-wrap .box .text-wrap, #contact .box-wrap .box .textarea-wrap, #contact .box-wrap .box .radio-wrap {
        width: 70%; }
      /* line 750, ../../scss/_common.scss */
      #contact .box-wrap .box .radio-wrap {
        display: flex; }
      /* line 753, ../../scss/_common.scss */
      #contact .box-wrap .box .radio {
        margin: 0.5rem; }
        /* line 755, ../../scss/_common.scss */
        #contact .box-wrap .box .radio input[type="radio"] {
          position: absolute;
          opacity: 0; }
          /* line 759, ../../scss/_common.scss */
          #contact .box-wrap .box .radio input[type="radio"] + .radio-label:before {
            content: '';
            background: #f4f4f4;
            border-radius: 100%;
            border: 1px solid #b4b4b4;
            display: inline-block;
            width: 1.4em;
            height: 1.4em;
            position: relative;
            margin-right: 1em;
            vertical-align: top;
            cursor: pointer;
            text-align: center;
            transition: all 250ms ease; }
          /* line 777, ../../scss/_common.scss */
          #contact .box-wrap .box .radio input[type="radio"]:checked + .radio-label:before {
            background-color: #3197EE;
            box-shadow: inset 0 0 0 4px #f4f4f4; }
          /* line 785, ../../scss/_common.scss */
          #contact .box-wrap .box .radio input[type="radio"]:focus + .radio-label:before {
            outline: none;
            border-color: #3197EE; }
          /* line 793, ../../scss/_common.scss */
          #contact .box-wrap .box .radio input[type="radio"]:disabled + .radio-label:before {
            box-shadow: inset 0 0 0 4px #f4f4f4;
            border-color: #b4b4b4;
            background: #b4b4b4; }
          /* line 802, ../../scss/_common.scss */
          #contact .box-wrap .box .radio input[type="radio"] + .radio-label:empty:before {
            margin-right: 0; }
      /* line 809, ../../scss/_common.scss */
      #contact .box-wrap .box textarea {
        padding: 1rem;
        width: 100%;
        border: 1px solid #5F2F00; }
      /* line 815, ../../scss/_common.scss */
      #contact .box-wrap .box.full {
        display: block; }
        /* line 817, ../../scss/_common.scss */
        #contact .box-wrap .box.full .privacy {
          margin-top: 1rem; }
          /* line 819, ../../scss/_common.scss */
          #contact .box-wrap .box.full .privacy p.small {
            font-size: 0.9rem;
            margin-bottom: 1rem; }
      /* line 825, ../../scss/_common.scss */
      #contact .box-wrap .box .privacy-wrap {
        font-size: 1rem;
        width: 100%;
        height: 300px;
        overflow: scroll;
        padding: 20px;
        border: 1px solid #C0C0C0;
        border-radius: 3px;
        margin-bottom: 20px; }
        /* line 834, ../../scss/_common.scss */
        #contact .box-wrap .box .privacy-wrap h3 {
          font-size: 1.1rem;
          font-weight: bold;
          margin: 0 0 0.5rem 0; }
        /* line 839, ../../scss/_common.scss */
        #contact .box-wrap .box .privacy-wrap p {
          margin-bottom: 1rem; }
        /* line 842, ../../scss/_common.scss */
        #contact .box-wrap .box .privacy-wrap a {
          display: inline-block;
          color: #283BF6;
          text-decoration: underline; }
          /* line 846, ../../scss/_common.scss */
          #contact .box-wrap .box .privacy-wrap a:hover {
            opacity: 0.8;
            transition: 0.3s; }
        /* line 851, ../../scss/_common.scss */
        #contact .box-wrap .box .privacy-wrap ol {
          margin-top: 2rem;
          padding: 0;
          counter-reset: li_count; }
          /* line 854, ../../scss/_common.scss */
          #contact .box-wrap .box .privacy-wrap ol li.number {
            margin-bottom: 2rem;
            font-size: 1rem;
            font-weight: bold; }
            /* line 857, ../../scss/_common.scss */
            #contact .box-wrap .box .privacy-wrap ol li.number::before {
              counter-increment: li_count;
              content: counter(li_count) ".";
              margin-right: 5px;
              font-size: 1rem;
              font-weight: bold; }
        /* line 869, ../../scss/_common.scss */
        #contact .box-wrap .box .privacy-wrap ul {
          margin-top: 0.5rem; }
          /* line 870, ../../scss/_common.scss */
          #contact .box-wrap .box .privacy-wrap ul li {
            margin-bottom: 0;
            font-size: 0.9rem;
            font-weight: normal; }
        /* line 873, ../../scss/_common.scss */
        #contact .box-wrap .box .privacy-wrap .second {
          margin-top: 4rem; }
          /* line 874, ../../scss/_common.scss */
          #contact .box-wrap .box .privacy-wrap .second h2 {
            font-size: 1rem;
            font-weight: bold; }
          /* line 876, ../../scss/_common.scss */
          #contact .box-wrap .box .privacy-wrap .second #customer {
            padding-bottom: 4rem;
            margin-top: 2rem; }
            /* line 878, ../../scss/_common.scss */
            #contact .box-wrap .box .privacy-wrap .second #customer h4 {
              font-weight: bold;
              margin-bottom: 0.5rem; }
      /* line 884, ../../scss/_common.scss */
      #contact .box-wrap .box .checkbox-wrap label {
        padding-right: 30px;
        display: inline-block;
        font-weight: bold;
        cursor: pointer; }
      /* line 890, ../../scss/_common.scss */
      #contact .box-wrap .box .checkbox-wrap input {
        display: none; }
        /* line 892, ../../scss/_common.scss */
        #contact .box-wrap .box .checkbox-wrap input + span {
          padding-left: 30px;
          position: relative;
          line-height: 2.4; }
          /* line 896, ../../scss/_common.scss */
          #contact .box-wrap .box .checkbox-wrap input + span::before {
            content: "";
            border: 2px solid #ccc;
            border-radius: 3px;
            display: block;
            position: absolute;
            top: -4px;
            left: 0;
            width: 24px;
            height: 24px; }
        /* line 908, ../../scss/_common.scss */
        #contact .box-wrap .box .checkbox-wrap input:checked + span {
          color: red; }
          /* line 910, ../../scss/_common.scss */
          #contact .box-wrap .box .checkbox-wrap input:checked + span::after {
            position: absolute;
            width: 9px;
            height: 13px;
            top: 0;
            left: 8px;
            border-right: 4px solid red;
            border-bottom: 5px solid red;
            border-bottom: 4px solid red;
            content: '';
            transform: rotate(45deg); }
        /* line 923, ../../scss/_common.scss */
        #contact .box-wrap .box .checkbox-wrap input + span.error {
          padding-left: 0; }
          /* line 925, ../../scss/_common.scss */
          #contact .box-wrap .box .checkbox-wrap input + span.error::before {
            content: none; }
    /* line 934, ../../scss/_common.scss */
    #contact .box-wrap .btn-submit {
      margin: 4rem auto 0 auto;
      width: 400px;
      text-align: center;
      display: block; }
      /* line 940, ../../scss/_common.scss */
      #contact .box-wrap .btn-submit [type="submit"] {
        padding: 1rem;
        width: 100%;
        display: inline-block;
        border-radius: 85px;
        text-decoration: none;
        border: 4px solid #5F2F00;
        color: #5F2F00;
        outline: none;
        font-weight: bold;
        /*アニメーションの指定*/
        transition: all 0.4s ease-out;
        font-family: "Zen Kaku Gothic New", 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif; }
        /* line 953, ../../scss/_common.scss */
        #contact .box-wrap .btn-submit [type="submit"]:hover {
          /*ボタンの形状*/
          border-color: transparent;
          color: #fff;
          /*背景の色と形状*/
          background: linear-gradient(270deg, brown 0%, orange 50%, brown 100%);
          background-size: 200% auto;
          background-position: right center; }
      /* line 963, ../../scss/_common.scss */
      #contact .box-wrap .btn-submit input.submit-btn_back {
        border: 4px solid #555;
        margin-bottom: 1rem;
        color: #555; }
  @media screen and (max-width: 768px) {
    /* line 973, ../../scss/_common.scss */
    #contact .box-wrap .box {
      flex-wrap: wrap; }
      /* line 974, ../../scss/_common.scss */
      #contact .box-wrap .box .item-name {
        width: 100%; }
      /* line 976, ../../scss/_common.scss */
      #contact .box-wrap .box .text-wrap, #contact .box-wrap .box .radio-wrap, #contact .box-wrap .box .textarea-wrap {
        margin-top: 1rem;
        width: 100%; } }
  @media screen and (max-width: 559px) {
    /* line 984, ../../scss/_common.scss */
    #contact .box-wrap .btn-submit {
      width: 100%; } }

/* line 991, ../../scss/_common.scss */
#formWrap h3 {
  font-size: 1.4rem;
  font-weight: bold; }
/* line 994, ../../scss/_common.scss */
#formWrap p {
  margin-top: 1rem; }
/* line 995, ../../scss/_common.scss */
#formWrap .formTable {
  margin-top: 1rem; }
/* line 996, ../../scss/_common.scss */
#formWrap .btn-next, #formWrap .btn {
  margin: 2rem auto;
  padding: 1rem 2rem; }
@media screen and (max-width: 559px) {
  /* line 1001, ../../scss/_common.scss */
  #formWrap p {
    text-align: left; }
  /* line 1002, ../../scss/_common.scss */
  #formWrap .btn-next, #formWrap .btn {
    width: 100%; } }

/* line 1008, ../../scss/_common.scss */
footer {
  font-size: 0.9em;
  padding: 6rem 0 0 0;
  background: #3c170a94; }
  /* line 1012, ../../scss/_common.scss */
  footer .inner {
    width: 80%;
    margin: 0 auto;
    padding: 4rem 0;
    background: #fff; }
    /* line 1017, ../../scss/_common.scss */
    footer .inner .block {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      /* line 1022, ../../scss/_common.scss */
      footer .inner .block .item a {
        display: block;
        text-decoration: underline; }
        /* line 1025, ../../scss/_common.scss */
        footer .inner .block .item a img {
          width: 200px; }
      /* line 1027, ../../scss/_common.scss */
      footer .inner .block .item p {
        margin-top: 1rem;
        font-size: 0.9rem; }
    /* line 1032, ../../scss/_common.scss */
    footer .inner .box {
      margin-top: 2rem; }
      /* line 1034, ../../scss/_common.scss */
      footer .inner .box a {
        display: block;
        margin: 0 auto;
        width: 100px; }
      /* line 1037, ../../scss/_common.scss */
      footer .inner .box img {
        width: 100%; }
  /* line 1041, ../../scss/_common.scss */
  footer small {
    text-align: center;
    display: block;
    margin-top: 6rem;
    color: #fff;
    background: #2c1203;
    padding: 5px 0px; }
  @media screen and (max-width: 1000px) {
    /* line 1050, ../../scss/_common.scss */
    footer .inner {
      width: 96%; } }
  @media screen and (max-width: 768px) {
    /* line 1055, ../../scss/_common.scss */
    footer .inner .block {
      flex-wrap: wrap; }
      /* line 1056, ../../scss/_common.scss */
      footer .inner .block .item {
        width: 100%; }
        /* line 1057, ../../scss/_common.scss */
        footer .inner .block .item:nth-child(2) {
          margin-top: 2rem; } }
  @media screen and (max-width: 559px) {
    /* line 1008, ../../scss/_common.scss */
    footer {
      padding: 4rem  0; }
      /* line 1066, ../../scss/_common.scss */
      footer small {
        margin-top: 4rem; } }

@-webkit-keyframes SlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-64px);
    transform: translateY(-64px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes SlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-64px);
    transform: translateY(-64px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
/* line 1094, ../../scss/_common.scss */
.popup.is-show {
  -webkit-animation: SlideIn 1s;
  animation: SlideIn 1s;
  opacity: 1;
  visibility: visible; }

/* line 1100, ../../scss/_common.scss */
.popup {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  right: 10px;
  top: 50%;
  z-index: 1; }
  /* line 1109, ../../scss/_common.scss */
  .popup .popup-inner {
    position: relative; }
    /* line 1111, ../../scss/_common.scss */
    .popup .popup-inner .btn-box {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    /* line 1116, ../../scss/_common.scss */
    .popup .popup-inner a {
      background: linear-gradient(0deg, #030a36 0%, #5f6284 25%, #505578 50%, #53587b 75%, #030a36 100%);
      line-height: 1;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      width: 100%;
      padding: 1rem;
      font-size: 1rem; }
      /* line 1123, ../../scss/_common.scss */
      .popup .popup-inner a:nth-child(2) {
        margin-top: 1rem;
        background: linear-gradient(0deg, #4c1e19 0%, #93713d 25%, #b4a488 50%, #a6884a 75%, #481a17 100%); }
      /* line 1125, ../../scss/_common.scss */
      .popup .popup-inner a span.small {
        font-size: 0.5rem;
        font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
        color: #bd4004;
        font-weight: bold; }
  @media screen and (max-width: 768px) {
    /* line 1100, ../../scss/_common.scss */
    .popup {
      display: none; } }

/* line 1138, ../../scss/_common.scss */
.btn-box a .btn {
  width: 100%; }
/* line 1141, ../../scss/_common.scss */
.btn-box span.small {
  text-align: center;
  font-size: 0.7rem;
  margin-top: 0.5rem;
  display: block; }

/* line 1148, ../../scss/_common.scss */
.close-btn {
  position: absolute;
  right: 0px;
  top: -26px;
  z-index: 2;
  width: 25px;
  height: 25px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%; }
  /* line 1158, ../../scss/_common.scss */
  .close-btn img {
    width: 100%;
    opacity: 0.8; }

@media screen and (max-width: 559px) {
  /* line 1164, ../../scss/_common.scss */
  .popup {
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: none; }
    /* line 1169, ../../scss/_common.scss */
    .popup .popup-inner {
      width: 100%; } }
/* line 1174, ../../scss/_common.scss */
.popup.is-show {
  -webkit-animation: SlideIn 1s;
  animation: SlideIn 1s;
  opacity: 1;
  visibility: visible; }

/* line 1180, ../../scss/_common.scss */
.popup-inner a:hover {
  opacity: 1; }

@keyframes float {
  0% {
    transform: translatey(0px); }
  50% {
    transform: translatey(-20px); }
  100% {
    transform: translatey(0px); } }
@keyframes scale-btn {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.98); }
  100% {
    transform: scale(1); } }
/* line 1206, ../../scss/_common.scss */
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999; }
  /* line 1214, ../../scss/_common.scss */
  .modal__bg {
    background: rgba(0, 0, 0, 0.6);
    height: 100vh;
    position: absolute;
    width: 100%; }

/* line 1224, ../../scss/_common.scss */
.modal__content {
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  background: #fff;
  height: 90vh;
  font-size: 0.9em;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column; }
  /* line 1238, ../../scss/_common.scss */
  .modal__content h3 {
    font-size: 1.4rem; }
  /* line 1239, ../../scss/_common.scss */
  .modal__content img.close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px; }
  /* line 1243, ../../scss/_common.scss */
  .modal__content p {
    margin-top: 1rem; }
  /* line 1244, ../../scss/_common.scss */
  .modal__content .tel {
    display: flex;
    flex-direction: column;
    width: 300px;
    white-space: nowrap;
    font-size: 3em;
    line-height: 1;
    margin: 1rem auto 0 auto; }
    /* line 1252, ../../scss/_common.scss */
    .modal__content .tel img {
      width: 45px;
      margin-right: 0.5rem; }
    /* line 1256, ../../scss/_common.scss */
    .modal__content .tel p {
      margin-top: 0;
      font-size: 0.9rem;
      text-align: left; }
    /* line 1261, ../../scss/_common.scss */
    .modal__content .tel.ver2 {
      font-size: 2.4rem;
      line-height: 1.2; }
      /* line 1265, ../../scss/_common.scss */
      .modal__content .tel.ver2 img {
        width: 35px; }
  @media screen and (max-width: 1000px) {
    /* line 1224, ../../scss/_common.scss */
    .modal__content {
      width: 80%;
      padding: 20px; }
      /* line 1274, ../../scss/_common.scss */
      .modal__content h3 a {
        display: inline-block;
        color: #0066ff;
        text-decoration: underline; }
        /* line 1277, ../../scss/_common.scss */
        .modal__content h3 a:hover {
          opacity: 0.6;
          transition: 0.3s; } }
  @media screen and (max-width: 559px) {
    /* line 1224, ../../scss/_common.scss */
    .modal__content {
      width: 90%;
      padding: 0px;
      height: 70%; }
      /* line 1285, ../../scss/_common.scss */
      .modal__content h3 {
        font-size: 1.1rem; } }

/*animation*/
/* line 1290, ../../scss/_common.scss */
.img-animation {
  animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  position: relative; }
  /* line 1294, ../../scss/_common.scss */
  .img-animation:before {
    animation: img-animation 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    background: #fff;
    bottom: 0;
    content: '';
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }

@keyframes img-opacity {
  100% {
    opacity: 1; } }
@keyframes img-animation {
  100% {
    transform: translateX(100%); } }
/*----------------------------
scroll_left ｜左から出現
----------------------------*/
/* line 1322, ../../scss/_common.scss */
.scroll_left {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0; }

/* line 1332, ../../scss/_common.scss */
.scroll_left.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0); }

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
/* line 1341, ../../scss/_common.scss */
.scroll_right {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0; }

/* line 1351, ../../scss/_common.scss */
.scroll_right.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0); }

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
/* line 1360, ../../scss/_common.scss */
.scroll_up {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0; }

/* line 1370, ../../scss/_common.scss */
.scroll_up.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0); }

/* line 1379, ../../scss/_common.scss */
.pic, .pic_right {
  overflow: hidden; }

/* line 1382, ../../scss/_common.scss */
.pic::before, .pic::after, .pic_right::before, .pic_right::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0%, 0%);
  transition: 1s ease 0s transform; }

/* line 1392, ../../scss/_common.scss */
.pic_right::before, .pic_right::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  transform: translate(0%, 0%);
  transition: 1s ease 0s transform; }

/* line 1403, ../../scss/_common.scss */
.pic::before, .pic_right::before {
  opacity: 0.5;
  background: linear-gradient(90deg, #a78a4a 0%, #815d36 100%);
  transition: 1.5s ease 0s transform; }

/* line 1409, ../../scss/_common.scss */
.pic::after, .pic_right::after {
  background: linear-gradient(90deg, #d3cfa9 0%, #a78a4a 100%); }

/* line 1413, ../../scss/_common.scss */
.pic.aos-animate::before, .pic.aos-animate::after, .pic_right.aos-animate::before, .pic_right.aos-animate::after {
  transform: translate(100%, 0%); }

/* line 1416, ../../scss/_common.scss */
.pic_right.aos-animate::before, .pic_right.aos-animate::after {
  transform: translateX(-101%); }

/*#openingMov {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
}
#openingMov li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: normal;
	span.bottom{
		position: absolute;
		right:10px;
		bottom:10px;
		
    text-shadow: 0 0 3px #000, 0 0 3px #000;
	}
}
#openingMov li.scene1 {
  background-image: url("../images/top/bgload.jpg");
  background-size: cover;
}
#openingMov li.scene2 .img-box, #openingMov li.scene3 .img-box {
  display: none;
  animation-name: fade-in;
  animation-duration: 3s;
  animation-fill-mode: both;
  width: 100%;
  margin-left: 3%;
  p {
    font-size: 2rem;
    letter-spacing: 0.3rem;
    text-shadow: 0 0 3px #000, 0 0 3px #000;
  }
  @include medium {
    width: 100%;
  }
  @include small {
	  p{
  font-size:4.5vw;
	   letter-spacing: 0.2rem;}
	}
	
}
#openingMov li.scene2 {
  background-image: url("../images/bg7.jpg");
  @include flex();
  @include flexAlignCenterVertically();
  @include medium {
    background-size: cover;
  }
  @include small {
    background-image: url("../images/bg7_sp.jpg");
    background-position: right bottom;

  }
}
#openingMov li.scene3 {
  background-image: url("../images/location/bg1.jpg");
  background-size: cover;
  background-position: right;
  @include flex();
  @include flexAlignCenterVertically();
  @include medium {
    background: left bottom / cover  url("../images/location/bg1_sp.jpg");
  }
  @include small {

	}
}
#openingMov li.scene4 {
  background-image: url("../images/bg6.jpg");
  strong {
    display: none;
    animation-name: fade-in;
    animation-duration: 3s;
    animation-fill-mode: both;
    text-shadow: 0 0 3px #000, 0 0 3px #000;
    position: absolute;
    letter-spacing: 0.5rem;
    font: 4rem/5rem trajan-pro-3, serif;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  p {
    font-size: 0.9rem;
    text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
    &.top {
      position: absolute;
      top: 10px;
      left: 10px;
    }
    &.bottom {
      position: absolute;
      bottom: 10px;
      left: 10px;
    }
  }
  @include medium {
    @include flexAlignBottom();
    strong {
      font: 3rem/4rem trajan-pro-3, serif;
    }
  }
  @include small {}
}
#openingMov li.skipBtn {
  background-color: transparent;
  padding: 0.5em;
  text-align: right;
  letter-spacing: 0.2em;
  display: none;
}
#openingMov li.skipBtn p {
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  font-size: 0.9em;
  padding: 3px 10px;
  color: $black;

  margin: 0;
  cursor: pointer;
}
#openingMov li p.cap {
  color: #fff;
  position: fixed;
  font-size: 0.8em;
  padding: 0.5em;
  margin: 0;
  right: 0;
  bottom: 0;
  text-shadow: 0 0 3px #000, 0 0 3px #000;
}
#openingMov li.scene1 p {
  width: 50%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  letter-spacing: 1px;
  text-align: center;
  font-size: 30px;
  line-height: 1.6em;
  display: none;
  @include medium {
    width: 80%;
  }
}
#openingMov li.scene1 p big {
  margin-top: 30px;
  font-size: 80px;
  display: block;
  font-weight: bold;
}
#openingMov li.scene1 span {
  width: 90%;
  margin: 0;
  position: absolute;
  bottom: 5%;
  left: 5%;
  text-align: center;
  font-size: 18px;
  line-height: 1.3em;
  display: none;
  img {
    width: 200px;
    display: block;
    margin: 0 auto;
  }
}

@include medium {
  #openingMov li.scene1 p {
    font-size: 36px;
    letter-spacing: 0.2em;
  }
  #openingMov li.scene1 span {
    font-size: 16px;
    letter-spacing: 0.12em;
  }
  #openingMov li.scene1 p sup {
    top: -3.4em;
  }
  #openingMov li.scene4 em {
    font-size: 80px;
  }
}
@include small {
  #openingMov li.scene1 p {
    font-size: 6vw;
    letter-spacing: 0.15em;
  }
  #openingMov li.scene1 p big {
    font-size: 15vw;
  }
  #openingMov li.scene1 p sup {
    top: -2.6em;
  }
  #openingMov li.scene1 span {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  #openingMov li p.cap {
    font-size: 0.8em;
  }
}*/
/* line 223, ../../scss/_opening-movie.scss */
.shutter {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #004633;
  z-index: 9999;
  animation: byeShutter 3.5s forwards;
  display: flex;
  justify-content: center;
  align-items: center; }
  /* line 236, ../../scss/_opening-movie.scss */
  .shutter img {
    width: 400px;
    opacity: 0;
    animation: fadein 1.5s ease 0.3s forwards; }
  /* line 240, ../../scss/_opening-movie.scss */
  .shutter::before, .shutter::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto; }
  /* line 250, ../../scss/_opening-movie.scss */
  .shutter::before {
    background-color: #fff;
    width: 0;
    height: 1px;
    animation: shutterOpen1 3.5s forwards; }
  /* line 257, ../../scss/_opening-movie.scss */
  .shutter::after {
    width: 120%;
    height: 0;
    margin-left: -10%;
    background-color: #BED9BF;
    animation: shutterOpen2 3.5s forwards; }
  @media screen and (max-width: 559px) {
    /* line 265, ../../scss/_opening-movie.scss */
    .shutter img {
      width: 80%; } }

/*
.wrap{
  animation: contentScale 3.5s forwards;
}
*/
@keyframes byeShutter {
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    display: none;
    z-index: -1; } }
@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes shutterOpen1 {
  0% {
    width: 0;
    height: 1px; }
  50% {
    width: 100%;
    height: 1px; }
  90% {
    width: 100%;
    height: 100%; }
  100% {
    width: 100%;
    height: 100%; } }
@keyframes shutterOpen2 {
  60% {
    width: 120%;
    height: 0;
    transform: rotate(5deg); }
  90% {
    width: 120%;
    height: 100%;
    transform: rotate(-5deg); }
  100% {
    width: 120%;
    height: 100%;
    transform: rotate(-5deg); } }
@keyframes contentScale {
  70% {
    transform: perspective(1000px) scale(0.95) rotateX(0deg); }
  100% {
    transform: perspective(1000px) scale(1) rotateX(0); } }
	/*
.bgImg {
  position:fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
	width:100%;
	height:100%;
	z-index:99999;
	  background: $black;
	}

 .src1 {

	 display: flex;
	 justify-content: center;
	 align-items: center;
	 img{width:400px;
		 display: none;
	 }
	 @include small{
		 img{width:80%;}
	 }
}*/
/*@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  animation: zoomUp 8s linear 0s normal both;
}*/
/* line 15, ../../scss/_swiper.scss */
.swiper-img img {
  height: auto;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto; }

@keyframes fade-in {
  0%, from {
    opacity: 0;
    transform: translateY(20px); }
  99.9%, to {
    opacity: 1;
    transform: translateY(0); } }
/* line 31, ../../scss/_swiper.scss */
.swiper {
  max-width: 1600px; }

/* line 35, ../../scss/_swiper.scss */
.swiper-slide-active .txt_area {
  animation-name: fade-in;
  animation-duration: 2s;
  animation-delay: 0.2s;
  animation-fill-mode: both; }
/* line 41, ../../scss/_swiper.scss */
.swiper-slide-active .txt_area2 {
  display: none; }
@media screen and (max-width: 559px) {
  /* line 44, ../../scss/_swiper.scss */
  .swiper-slide-active .txt_area2 {
    display: block;
    animation-name: fade-in;
    animation-duration: 2s;
    animation-delay: 0.2s;
    animation-fill-mode: both; }
  /* line 51, ../../scss/_swiper.scss */
  .swiper-slide-active .txt_area {
    animation-name: none; } }

/* line 57, ../../scss/_swiper.scss */
.swiper-slide {
  overflow: hidden;
  max-width: 1600px;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  /* line 64, ../../scss/_swiper.scss */
  .swiper-slide img {
    width: 100%; }
  /* line 65, ../../scss/_swiper.scss */
  .swiper-slide p.small {
    position: absolute;
    right: 10px;
    bottom: 0;
    color: #fff;
    text-shadow: 1px 2px 3px #000; }
  /* line 72, ../../scss/_swiper.scss */
  .swiper-slide .txt_area {
    z-index: 1;
    position: absolute;
    top: 100px;
    padding: 2rem;
    left: 5%;
    color: #fff;
    text-shadow: 1px 2px 5px #000;
    background: rgba(0, 70, 51, 0.85);
    box-shadow: 1px 3px 10px #000;
    height: auto;
    transition: 0.3s; }
    /* line 85, ../../scss/_swiper.scss */
    .swiper-slide .txt_area::after {
      content: "";
      border-color: transparent transparent #fff #fff;
      width: 10px;
      height: 10px;
      margin-top: -5px;
      border: 1px solid;
      border-color: transparent transparent #fff #fff;
      transform: rotate(225deg);
      position: absolute;
      right: 15px;
      bottom: 10px;
      top: 50%; }
    /* line 101, ../../scss/_swiper.scss */
    .swiper-slide .txt_area:hover {
      filter: brightness(200%); }
    /* line 102, ../../scss/_swiper.scss */
    .swiper-slide .txt_area p {
      font-size: 1.4rem; }
    /* line 106, ../../scss/_swiper.scss */
    .swiper-slide .txt_area span {
      display: block;
      margin-top: 1rem;
      background-image: linear-gradient(to right, #ccc, #43cea2);
      background-repeat: no-repeat;
      background-size: 100% 5%;
      background-position: bottom;
      font-size: 1.2rem;
      font-family: "Josefin Sans", sans-serif;
      transition: all 0.25s ease-in;
      padding-left: 1rem;
      font-style: italic;
      position: relative; }
    @media screen and (max-width: 1000px) {
      /* line 72, ../../scss/_swiper.scss */
      .swiper-slide .txt_area {
        right: 30px; } }
    @media screen and (max-width: 559px) {
      /* line 72, ../../scss/_swiper.scss */
      .swiper-slide .txt_area {
        right: 0;
        left: 0;
        width: 100%;
        top: auto;
        bottom: 0;
        padding: 1rem; }
        /* line 134, ../../scss/_swiper.scss */
        .swiper-slide .txt_area p {
          display: none; }
        /* line 135, ../../scss/_swiper.scss */
        .swiper-slide .txt_area a {
          margin-top: 0; } }
  /* line 139, ../../scss/_swiper.scss */
  .swiper-slide .txt_area2 {
    display: none;
    z-index: 1;
    margin: 0 auto; }
    /* line 142, ../../scss/_swiper.scss */
    .swiper-slide .txt_area2 p {
      text-align: center;
      font-size: 5vw;
      color: #fff;
      text-shadow: 1px 1px 5px #000, 1px 1px 5px #000; }
      /* line 148, ../../scss/_swiper.scss */
      .swiper-slide .txt_area2 p span {
        background: linear-gradient(transparent 50%, #00684c 30%); }
    @media screen and (max-width: 559px) {
      /* line 139, ../../scss/_swiper.scss */
      .swiper-slide .txt_area2 {
        display: flex;
        justify-content: center;
        align-items: center; } }

/* line 163, ../../scss/_swiper.scss */
.bg1 {
  height: 90vh;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 40%, rgba(255, 255, 255, 0.2)), url("../../images/top_slidebg_2.jpg");
  background-size: cover;
  background-position: left; }
  @media screen and (max-width: 768px) {
    /* line 163, ../../scss/_swiper.scss */
    .bg1 {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0) 40%, rgba(255, 255, 255, 0.2)), url("../../images/top_slidebg_2sp.jpg");
      background-size: cover;
      background-position: bottom center; } }

/* line 175, ../../scss/_swiper.scss */
.bg2 {
  height: 90vh;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 40%, rgba(255, 255, 255, 0.2)), url("../../images/top_slidebg_1.jpg");
  background-size: cover;
  background-position: bottom center; }
  @media screen and (max-width: 1000px) {
    /* line 175, ../../scss/_swiper.scss */
    .bg2 {
      background-repeat: no-repeat;
      background-size: cover; } }
  @media screen and (max-width: 768px) {
    /* line 175, ../../scss/_swiper.scss */
    .bg2 {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0) 40%, rgba(255, 255, 255, 0.2)), url("../../images/top_slidebg_1sp.jpg");
      background-size: cover;
      background-position: bottom center; } }

/* line 190, ../../scss/_swiper.scss */
.bg3 {
  height: 90vh;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 40%, rgba(255, 255, 255, 0.6)), url("../../images/top_slidebg_3.jpg");
  background-size: cover;
  background-position: center center; }
  /* line 195, ../../scss/_swiper.scss */
  .bg3 .message {
    width: 50%;
    position: absolute;
    top: 170px;
    max-width: 800px;
    right: 6%; }
  @media screen and (max-width: 1000px) {
    /* line 190, ../../scss/_swiper.scss */
    .bg3 {
      background-repeat: no-repeat;
      background-size: cover; } }
  @media screen and (max-width: 768px) {
    /* line 190, ../../scss/_swiper.scss */
    .bg3 {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0) 40%, rgba(255, 255, 255, 0.6)), url("../../images/top_slidebg_3sp.jpg");
      background-size: cover;
      background-position: bottom center; }
      /* line 210, ../../scss/_swiper.scss */
      .bg3 .message {
        top: 100px; } }
  @media screen and (max-width: 559px) {
    /* line 216, ../../scss/_swiper.scss */
    .bg3 .message {
      width: 64%; } }

/* line 221, ../../scss/_swiper.scss */
.swiper-pagination {
  display: none; }

/*
.bg3 {
  height: 90vh;

 //  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6)),url("../images/bg2.jpg");
      background-size: cover;
  background-position: center center;
    @include small{
	 height:470px;
        background: linear-gradient(360deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6)),url("../images/bg2_sp.jpg");
       background-size: cover;
         background-position: bottom center;
    }
}
.bg4{
 height: 90vh;

 //  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6)),url("../images/bg8.jpg");
      background-size: cover;
  background-position: center left;
    @include small{
	 height:470px;
        background: linear-gradient(360deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6)),url("../images/bg8_sp.jpg");
       background-size: cover;
    }
}

.header-fil{width:100%;
	height:200px;
	background: linear-gradient(0, rgba(255, 255, 255,0) 40%, 
		rgba(255, 255, 255, 0.8));
	z-index: 1;
	position: absolute;
	top:0;
	left:0;
	right:0;
    @include small{background: linear-gradient(0, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.6));
        height:100px;
    }}

@keyframes fade-in {
  0%, from {
    opacity: 0;
  //  transform: translateY(20px);
  }
  99.9%, to {
    opacity: 1;
  //  transform: translateY(0);
  }
}
@keyframes blur {
  0%, from {
    opacity: 0;
    filter: blur(4px);
      transform: scale(0.8);
  }
  99.9%, to {
    opacity: 1;
      filter: blur(0px);
      transform: scale(1);
  }
}
.swiper-slide-active {
  .txt_area {
    animation-name: fade-in;
    animation-duration: 4s;
    animation-delay: 0.5s;
    animation-fill-mode: both;

  }
}
*/
@media screen and (max-width: 559px) {
  /* line 4, ../../scss/_page.scss */
  body.concept footer, body.location footer, body.plan footer, body.modelroom footer, body.landplan footer, body.equipment footer {
    padding: 4rem 0 0rem 0; } }

/* line 11, ../../scss/_page.scss */
.breadcrumbs {
  padding: 10px 0px;
  font-size: 0.8em;
  color: #000;
  width: 100%; }
  /* line 16, ../../scss/_page.scss */
  .breadcrumbs li {
    display: inline-block; }
    /* line 18, ../../scss/_page.scss */
    .breadcrumbs li + li {
      padding-left: 10px; }
      /* line 20, ../../scss/_page.scss */
      .breadcrumbs li + li::before {
        display: inline-block;
        padding-right: 10px;
        content: ">"; }
    /* line 27, ../../scss/_page.scss */
    .breadcrumbs li a:hover {
      text-decoration: underline; }

/* line 34, ../../scss/_page.scss */
.box-title2 {
  text-align: center;
  background: #000;
  padding: 4rem 0px;
  color: #fff;
  width: 400px;
  margin: 0 auto; }
  /* line 41, ../../scss/_page.scss */
  .box-title2 h2 {
    font-size: 2.8em; }
  /* line 46, ../../scss/_page.scss */
  .box-title2 span {
    display: block; }
  @media screen and (max-width: 559px) {
    /* line 34, ../../scss/_page.scss */
    .box-title2 {
      width: 100%; } }

@keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
/* line 64, ../../scss/_page.scss */
.gradation {
  background: linear-gradient(to right, #292a24 0%, #000000 100%);
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
  display: block; }

/* line 72, ../../scss/_page.scss */
#map iframe {
  width: 100%; }
/* line 75, ../../scss/_page.scss */
#map .address {
  display: flex; }
  /* line 78, ../../scss/_page.scss */
  #map .address .item p {
    margin-top: 0.5rem; }
  /* line 81, ../../scss/_page.scss */
  #map .address .item span {
    background: #004633;
    color: #fff;
    padding: 5px; }
    /* line 85, ../../scss/_page.scss */
    #map .address .item span:nth-child(1) {
      background: #c60007; }
  /* line 89, ../../scss/_page.scss */
  #map .address .item:nth-child(2) {
    margin-left: 2rem; }
    /* line 91, ../../scss/_page.scss */
    #map .address .item:nth-child(2) span {
      background: #f79c00; }
/* line 97, ../../scss/_page.scss */
#map p {
  margin-bottom: 1rem; }
/* line 100, ../../scss/_page.scss */
#map img {
  display: block;
  width: 100%; }
/* line 104, ../../scss/_page.scss */
#map img:first-child {
  margin-bottom: 40px; }
@media screen and (max-width: 559px) {
  /* line 108, ../../scss/_page.scss */
  #map .address {
    flex-wrap: wrap; }
    /* line 110, ../../scss/_page.scss */
    #map .address .item {
      width: 100%; }
      /* line 112, ../../scss/_page.scss */
      #map .address .item:nth-child(2) {
        margin: 1rem 0 0 0; } }

/* line 119, ../../scss/_page.scss */
.page_bg {
  height: 90vh;
  position: relative;
  animation: fadein 3s forwards; }
  /* line 123, ../../scss/_page.scss */
  .page_bg p {
    position: absolute;
    bottom: 0;
    right: 10px;
    text-shadow: 1px 1px 1px #000, 1px 1px 3px #000, 1px 1px 3px #000;
    color: #fff; }
  /* line 130, ../../scss/_page.scss */
  .page_bg.plan {
    background: url("../images/plan/plan_bg.jpg");
    background-size: cover; }
    /* line 133, ../../scss/_page.scss */
    .page_bg.plan a.scrollevent {
      color: #000; }
      /* line 135, ../../scss/_page.scss */
      .page_bg.plan a.scrollevent::after {
        background: #000; }
    @media screen and (max-width: 1000px) {
      /* line 130, ../../scss/_page.scss */
      .page_bg.plan {
        background-position: center bottom; } }
  /* line 143, ../../scss/_page.scss */
  .page_bg.location {
    background: url("../../images/access_bg.jpg");
    background-position: center bottom;
    background-size: cover;
    height: 120vh; }
    /* line 148, ../../scss/_page.scss */
    .page_bg.location img {
      margin-top: 6rem; }
    @media screen and (max-width: 559px) {
      /* line 143, ../../scss/_page.scss */
      .page_bg.location {
        height: 470px; }
        /* line 153, ../../scss/_page.scss */
        .page_bg.location .bg1 {
          background: url("../images/location/bg1_sp.jpg");
          background-position: left bottom;
          background-size: cover; }
        /* line 158, ../../scss/_page.scss */
        .page_bg.location img {
          margin-top: 3rem; } }
  /* line 163, ../../scss/_page.scss */
  .page_bg.design {
    background: url("../../images/design_bg.jpg");
    background-position: center bottom;
    background-size: cover;
    height: 120vh; }
    /* line 168, ../../scss/_page.scss */
    .page_bg.design img {
      margin-top: 6rem; }
    @media screen and (max-width: 559px) {
      /* line 163, ../../scss/_page.scss */
      .page_bg.design {
        height: 470px; }
        /* line 173, ../../scss/_page.scss */
        .page_bg.design .bg1 {
          background: url("../images/location/bg1_sp.jpg");
          background-position: left bottom;
          background-size: cover; }
        /* line 178, ../../scss/_page.scss */
        .page_bg.design img {
          margin-top: 3rem; } }
  /* line 183, ../../scss/_page.scss */
  .page_bg.equipment {
    background: url("../../images/equipment_bg.jpg");
    background-size: cover;
    background-position: bottom; }
    @media screen and (max-width: 1000px) {
      /* line 183, ../../scss/_page.scss */
      .page_bg.equipment {
        background-position: center bottom; } }
  /* line 191, ../../scss/_page.scss */
  .page_bg.modelroom {
    background: url("../../images/modelroom_bg.jpg");
    background-size: cover;
    background-position: bottom; }
  /* line 196, ../../scss/_page.scss */
  .page_bg.concept {
    height: 100vh;
    background: #000;
    animation: none; }
    /* line 200, ../../scss/_page.scss */
    .page_bg.concept img.message {
      margin: 0 auto;
      width: 80%;
      padding-top: 20rem;
      display: block; }
    @media screen and (max-width: 559px) {
      /* line 196, ../../scss/_page.scss */
      .page_bg.concept {
        height: 370px; }
        /* line 208, ../../scss/_page.scss */
        .page_bg.concept img.message {
          width: 100%;
          padding-top: 10rem; } }
  /* line 215, ../../scss/_page.scss */
  .page_bg.landplan {
    background: url("../../images/landplan_bg.jpg");
    background-size: cover;
    background-position: bottom; }
    @media screen and (max-width: 1000px) {
      /* line 215, ../../scss/_page.scss */
      .page_bg.landplan {
        background: url("../../images/landplan_bg.jpg");
        background-size: cover;
        background-position: center;
        height: 260px; } }
  @media screen and (max-width: 1000px) {
    /* line 119, ../../scss/_page.scss */
    .page_bg {
      background-position: left bottom; } }
  @media screen and (max-width: 559px) {
    /* line 119, ../../scss/_page.scss */
    .page_bg {
      height: 470px; } }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* line 242, ../../scss/_page.scss */
.fadein.on {
  animation-name: fadein;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; }

/* line 249, ../../scss/_page.scss */
.main_txt {
  text-align: center;
  font-size: 1.8em;
  margin: 60px 0px; }
  @media screen and (max-width: 1000px) {
    /* line 249, ../../scss/_page.scss */
    .main_txt {
      font-size: 1.4em; } }
  @media screen and (max-width: 559px) {
    /* line 249, ../../scss/_page.scss */
    .main_txt {
      font-size: 5.6vw; } }

/* line 260, ../../scss/_page.scss */
.copy {
  margin-top: 4rem;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 2px; }
  /* line 265, ../../scss/_page.scss */
  .copy h3 {
    font-size: 1.6em; }
  /* line 268, ../../scss/_page.scss */
  .copy h4 {
    font-size: 1.4rem; }
  /* line 271, ../../scss/_page.scss */
  .copy p {
    margin-top: 2em; }
  @media screen and (max-width: 1000px) {
    /* line 275, ../../scss/_page.scss */
    .copy p.txt {
      text-align: left; } }
  @media screen and (max-width: 559px) {
    /* line 260, ../../scss/_page.scss */
    .copy {
      letter-spacing: 1.5px;
      text-align: left; }
      /* line 282, ../../scss/_page.scss */
      .copy h3 {
        font-size: 1.2rem; }
      /* line 285, ../../scss/_page.scss */
      .copy h4 {
        font-size: 1.1rem; } }

/* line 290, ../../scss/_page.scss */
#plan {
  position: relative;
  background: -moz-linear-gradient(bottom, #e1e3d3, #FFF);
  background: -webkit-linear-gradient(bottom, #e1e3d3, #FFF 80%);
  background: linear-gradient(to top, #e1e3d3, #FFF 80%); }
  /* line 296, ../../scss/_page.scss */
  #plan .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    font-family: "Shippori Mincho B1", serif; }
    /* line 302, ../../scss/_page.scss */
    #plan .content .plan-box {
      width: 48%;
      background: #fff;
      margin-bottom: 60px;
      position: relative; }
      /* line 307, ../../scss/_page.scss */
      #plan .content .plan-box img.icon-new {
        position: absolute;
        width: 80px;
        top: 0;
        right: 0;
        margin: 0; }
      /* line 314, ../../scss/_page.scss */
      #plan .content .plan-box p.small {
        text-align: center;
        font-family: "Shippori Mincho B1", serif;
        padding: 5px 0;
        font-size: 1rem;
        background: #dfcfa6; }
      /* line 321, ../../scss/_page.scss */
      #plan .content .plan-box .inner {
        background: #000;
        color: #fff;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 20px;
        -ms-flex-align: center;
        align-items: center; }
        /* line 327, ../../scss/_page.scss */
        #plan .content .plan-box .inner h3 {
          font-size: 3.4em;
          padding-right: 2rem; }
          /* line 330, ../../scss/_page.scss */
          #plan .content .plan-box .inner h3 span {
            font-size: 0.5em; }
        /* line 334, ../../scss/_page.scss */
        #plan .content .plan-box .inner p {
          font-size: 2em; }
          /* line 336, ../../scss/_page.scss */
          #plan .content .plan-box .inner p span {
            font-size: 0.7em; }
      /* line 341, ../../scss/_page.scss */
      #plan .content .plan-box img {
        width: 50%;
        display: block;
        margin: 20px auto; }
      /* line 346, ../../scss/_page.scss */
      #plan .content .plan-box p.view-more {
        padding: 10px;
        background: #555;
        color: #fff;
        text-align: center; }
      /* line 353, ../../scss/_page.scss */
      #plan .content .plan-box a {
        display: block; }
        /* line 355, ../../scss/_page.scss */
        #plan .content .plan-box a:hover {
          opacity: 0.6;
          transition: 0.3s; }
          /* line 358, ../../scss/_page.scss */
          #plan .content .plan-box a:hover p.view-more {
            background: #000;
            transition: 0.3s; }
    @media screen and (max-width: 1000px) {
      /* line 366, ../../scss/_page.scss */
      #plan .content .plan-box {
        width: 100%; } }
    @media screen and (max-width: 559px) {
      /* line 372, ../../scss/_page.scss */
      #plan .content .plan-box .inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        /* line 374, ../../scss/_page.scss */
        #plan .content .plan-box .inner h3 {
          width: 100%; }
        /* line 377, ../../scss/_page.scss */
        #plan .content .plan-box .inner p {
          font-size: 1.2em; }
          /* line 379, ../../scss/_page.scss */
          #plan .content .plan-box .inner p span {
            font-size: 0.7em; } }
  /* line 387, ../../scss/_page.scss */
  #plan .narrow {
    padding-bottom: 60px; }
    @media screen and (max-width: 559px) {
      /* line 387, ../../scss/_page.scss */
      #plan .narrow {
        padding-bottom: 40px; } }
  /* line 393, ../../scss/_page.scss */
  #plan .plan-type {
    background: #fff;
    padding: 20px;
    margin-top: 30px; }
    /* line 397, ../../scss/_page.scss */
    #plan .plan-type img {
      width: 60%;
      margin: 0 auto;
      display: block; }
    /* line 402, ../../scss/_page.scss */
    #plan .plan-type p.small {
      text-align: left;
      background: #dfcfa6;
      text-align: center;
      padding: 2px; }
    /* line 408, ../../scss/_page.scss */
    #plan .plan-type .top-block {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 20px; }
      /* line 413, ../../scss/_page.scss */
      #plan .plan-type .top-block .floor-spec .inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        /* line 417, ../../scss/_page.scss */
        #plan .plan-type .top-block .floor-spec .inner p {
          margin-right: 20px;
          margin-bottom: 0px; }
      /* line 422, ../../scss/_page.scss */
      #plan .plan-type .top-block .floor-spec p {
        margin-bottom: 10px;
        font-size: 1em; }
      /* line 426, ../../scss/_page.scss */
      #plan .plan-type .top-block .floor-spec span.big {
        font-size: 3em; }
      /* line 429, ../../scss/_page.scss */
      #plan .plan-type .top-block .floor-spec span.medium {
        font-size: 2em; }
      /* line 432, ../../scss/_page.scss */
      #plan .plan-type .top-block .floor-spec span.mr10 {
        margin-right: 10px; }
      /* line 435, ../../scss/_page.scss */
      #plan .plan-type .top-block .floor-spec span.small {
        font-size: 0.8em; }
    /* line 440, ../../scss/_page.scss */
    #plan .plan-type .btn-block {
      display: -ms-flexbox;
      display: flex;
      margin: 30px 0px;
      -ms-flex-pack: center;
      justify-content: center; }
      /* line 444, ../../scss/_page.scss */
      #plan .plan-type .btn-block a {
        width: 30%; }
        /* line 446, ../../scss/_page.scss */
        #plan .plan-type .btn-block a + a {
          margin-left: 20px; }
    @media screen and (max-width: 559px) {
      /* line 452, ../../scss/_page.scss */
      #plan .plan-type img {
        width: 100%; }
      /* line 455, ../../scss/_page.scss */
      #plan .plan-type .top-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%; }
        /* line 458, ../../scss/_page.scss */
        #plan .plan-type .top-block .floor-spec {
          width: 100%; }
          /* line 460, ../../scss/_page.scss */
          #plan .plan-type .top-block .floor-spec .inner {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
          /* line 463, ../../scss/_page.scss */
          #plan .plan-type .top-block .floor-spec p.txt {
            font-size: 3.1vw; }
        /* line 467, ../../scss/_page.scss */
        #plan .plan-type .top-block .img {
          display: none;
          width: 150px;
          margin: 0 auto; }
      /* line 473, ../../scss/_page.scss */
      #plan .plan-type .btn-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        /* line 475, ../../scss/_page.scss */
        #plan .plan-type .btn-block a {
          width: 100%; }
          /* line 477, ../../scss/_page.scss */
          #plan .plan-type .btn-block a.btn-gradient1 {
            display: none; }
          /* line 480, ../../scss/_page.scss */
          #plan .plan-type .btn-block a + a {
            margin: 0; } }
  @media screen and (max-width: 1000px) {
    /* line 488, ../../scss/_page.scss */
    #plan .modal__content {
      width: 100%; } }

@media print {
  /* line 494, ../../scss/_page.scss */
  header, footer, nav, #contact, .caption, .breadcrumbs, .copy, .yokoku, #plan .plan-type .btn-block {
    display: none; }

  /* line 497, ../../scss/_page.scss */
  #plan .box-title2 {
    padding: 30px 0px 0px 0px; }
    /* line 499, ../../scss/_page.scss */
    #plan .box-title2 h2 {
      font-size: 1.4em; }

  /* line 503, ../../scss/_page.scss */
  .top-block {
    zoom: 0.5; }

  /* line 506, ../../scss/_page.scss */
  #plan .plan-type img {
    width: 80%;
    margin: 0 auto; } }
/* line 514, ../../scss/_page.scss */
#location .list img {
  width: 100%; }
/* line 517, ../../scss/_page.scss */
#location .list p {
  font-size: 0.9rem; }
  /* line 519, ../../scss/_page.scss */
  #location .list p span {
    display: block; }
/* line 524, ../../scss/_page.scss */
#location .block {
  padding: 0 20px;
  margin-top: 4rem;
  display: flex;
  justify-content: space-between; }
  /* line 529, ../../scss/_page.scss */
  #location .block .img {
    width: 49%; }
    /* line 531, ../../scss/_page.scss */
    #location .block .img img {
      width: 100%; }
  /* line 535, ../../scss/_page.scss */
  #location .block .txt {
    width: 49%; }
    /* line 537, ../../scss/_page.scss */
    #location .block .txt h4 {
      font-size: 1.4rem; }
      /* line 539, ../../scss/_page.scss */
      #location .block .txt h4 span.number {
        font-size: 2.4rem;
        color: #c1a553; }
      /* line 543, ../../scss/_page.scss */
      #location .block .txt h4 span.small {
        font-size: 0.8rem; }
    /* line 547, ../../scss/_page.scss */
    #location .block .txt > p {
      margin-top: 1rem; }
    /* line 550, ../../scss/_page.scss */
    #location .block .txt .box {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 1rem; }
      /* line 555, ../../scss/_page.scss */
      #location .block .txt .box .list {
        width: 49%; }
      /* line 558, ../../scss/_page.scss */
      #location .block .txt .box .item {
        width: 30%; }
        /* line 560, ../../scss/_page.scss */
        #location .block .txt .box .item p {
          font-size: 0.8rem; }
          /* line 562, ../../scss/_page.scss */
          #location .block .txt .box .item p span {
            display: block; }
        /* line 566, ../../scss/_page.scss */
        #location .block .txt .box .item img {
          width: 100%; }
/* line 575, ../../scss/_page.scss */
#location .life-info h3 {
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
  font-size: 1.6em;
  letter-spacing: 2px; }
/* line 581, ../../scss/_page.scss */
#location .life-info p {
  text-align: center;
  margin-top: 20px;
  line-height: 1.8;
  letter-spacing: 2px; }
/* line 587, ../../scss/_page.scss */
#location .life-info .block {
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  /* line 591, ../../scss/_page.scss */
  #location .life-info .block .img {
    width: 58%; }
    /* line 593, ../../scss/_page.scss */
    #location .life-info .block .img img {
      width: 100%; }
  /* line 597, ../../scss/_page.scss */
  #location .life-info .block .txt {
    width: 40%; }
    /* line 600, ../../scss/_page.scss */
    #location .life-info .block .txt #topics .hide {
      display: none; }
    /* line 604, ../../scss/_page.scss */
    #location .life-info .block .txt ul.tab {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: justify;
      justify-content: space-between;
      overflow: hidden; }
      /* line 609, ../../scss/_page.scss */
      #location .life-info .block .txt ul.tab li {
        width: 50%;
        font-size: 0.9em;
        text-align: center;
        font-weight: 600;
        padding: 0.5rem 0;
        line-height: 1;
        transition: 0.6s; }
        /* line 617, ../../scss/_page.scss */
        #location .life-info .block .txt ul.tab li:hover {
          cursor: pointer;
          background: #BED9BF;
          color: #000; }
      /* line 624, ../../scss/_page.scss */
      #location .life-info .block .txt ul.tab .select {
        background: #004633;
        color: #fff; }
    /* line 632, ../../scss/_page.scss */
    #location .life-info .block .txt .topicon div ul li {
      display: -ms-flexbox;
      display: flex;
      margin-top: 10px;
      font-size: 0.8em;
      -ms-flex-pack: justify;
      justify-content: space-between;
      background-image: url("../../images/icon_border.svg");
      background-size: contain;
      background-repeat: repeat-x;
      background-position: center top; }
      /* line 641, ../../scss/_page.scss */
      #location .life-info .block .txt .topicon div ul li span {
        background: #fff; }
        /* line 643, ../../scss/_page.scss */
        #location .life-info .block .txt .topicon div ul li span.name {
          padding-right: 5px; }
        /* line 646, ../../scss/_page.scss */
        #location .life-info .block .txt .topicon div ul li span.time {
          padding-left: 10px; }
/* line 659, ../../scss/_page.scss */
#location #park .caption-img {
  text-align: right;
  margin-top: 4rem; }
  /* line 662, ../../scss/_page.scss */
  #location #park .caption-img img {
    width: 100%; }
@media screen and (max-width: 1000px) {
  /* line 668, ../../scss/_page.scss */
  #location #park .copy p {
    text-align: left; }
  /* line 672, ../../scss/_page.scss */
  #location #park .inner {
    padding: 0 20px; } }
/* line 679, ../../scss/_page.scss */
#location .category .block {
  padding-top: 40px; }
/* line 682, ../../scss/_page.scss */
#location .category h3 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.6em;
  letter-spacing: 2px; }
  /* line 686, ../../scss/_page.scss */
  #location .category h3 span {
    font-family: "Shippori Mincho B1", serif;
    font-size: 0.5em;
    margin-left: 10px; }
/* line 692, ../../scss/_page.scss */
#location .category ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  /* line 696, ../../scss/_page.scss */
  #location .category ul::after {
    content: "";
    display: block;
    width: 30%; }
  /* line 701, ../../scss/_page.scss */
  #location .category ul li {
    width: 23%; }
    /* line 703, ../../scss/_page.scss */
    #location .category ul li img {
      width: 100%; }
    /* line 706, ../../scss/_page.scss */
    #location .category ul li p {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      /* line 709, ../../scss/_page.scss */
      #location .category ul li p span {
        white-space: nowrap;
        font-size: 0.8em; }
        /* line 712, ../../scss/_page.scss */
        #location .category ul li p span.time {
          font-size: 0.75rem; }
@media screen and (max-width: 1000px) {
  /* line 721, ../../scss/_page.scss */
  #location .block {
    flex-wrap: wrap;
    flex-direction: column; }
    /* line 724, ../../scss/_page.scss */
    #location .block .txt {
      width: 100%; }
    /* line 727, ../../scss/_page.scss */
    #location .block .img {
      width: 80%; }
  /* line 732, ../../scss/_page.scss */
  #location .category ul {
    -ms-flex-pack: justify;
    justify-content: space-between; }
    /* line 734, ../../scss/_page.scss */
    #location .category ul li {
      margin-right: 0%;
      width: 48%; }
      /* line 737, ../../scss/_page.scss */
      #location .category ul li:nth-child(3), #location .category ul li:nth-child(4) {
        margin-top: 2rem; }
      /* line 740, ../../scss/_page.scss */
      #location .category ul li p {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  /* line 747, ../../scss/_page.scss */
  #location .life-info .block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    /* line 749, ../../scss/_page.scss */
    #location .life-info .block .img, #location .life-info .block .txt {
      width: 100%; }
    /* line 752, ../../scss/_page.scss */
    #location .life-info .block .txt {
      margin-top: 20px; }
      /* line 755, ../../scss/_page.scss */
      #location .life-info .block .txt ul.tab li {
        font-size: 0.8em; }
  /* line 762, ../../scss/_page.scss */
  #location #top-location .inner .box p {
    text-align: left; } }
@media screen and (max-width: 559px) {
  /* line 770, ../../scss/_page.scss */
  #location .category ul li p span {
    white-space: revert; }
  /* line 776, ../../scss/_page.scss */
  #location .life-info .block .txt ul.tab li {
    padding: 1rem 0; }
    /* line 778, ../../scss/_page.scss */
    #location .life-info .block .txt ul.tab li:hover {
      cursor: pointer;
      background: #004633;
      color: #fff; }
  /* line 785, ../../scss/_page.scss */
  #location .block .img {
    width: 100%; }
  /* line 789, ../../scss/_page.scss */
  #location .block .txt .box {
    flex-wrap: wrap; }
    /* line 791, ../../scss/_page.scss */
    #location .block .txt .box .item {
      width: 48%; }
      /* line 793, ../../scss/_page.scss */
      #location .block .txt .box .item:nth-child(3) {
        margin-top: 2rem; } }

/* line 802, ../../scss/_page.scss */
#access {
  /* background: -moz-linear-gradient(bottom, #002f7b, #FFF);
  background: -webkit-linear-gradient(bottom, #002f7b, #FFF);
  background: linear-gradient(to top, #002f7b, #FFF);*/ }
  /* line 807, ../../scss/_page.scss */
  #access .block {
    margin: 4rem 0;
    text-align: center; }
    /* line 810, ../../scss/_page.scss */
    #access .block h4 {
      font-size: 1.6rem; }
    /* line 813, ../../scss/_page.scss */
    #access .block p {
      margin-top: 2rem;
      line-height: 2.4; }
    /* line 817, ../../scss/_page.scss */
    #access .block.full {
      background: linear-gradient(90deg, #d7bc93 0%, #fff8e8 50%, #c7ad77 100%);
      padding: 4rem 0; }
      /* line 820, ../../scss/_page.scss */
      #access .block.full img {
        margin: 2rem auto 0 auto;
        width: 80%; }
  /* line 826, ../../scss/_page.scss */
  #access .inner {
    display: -ms-flexbox;
    display: flex;
    align-items: center; }
    /* line 829, ../../scss/_page.scss */
    #access .inner .item {
      width: 30%;
      padding: 2rem 0 2rem 2rem;
      order: -2; }
      /* line 833, ../../scss/_page.scss */
      #access .inner .item img {
        width: 100%; }
  @media screen and (max-width: 1000px) {
    /* line 839, ../../scss/_page.scss */
    #access .block {
      text-align: left; }
      /* line 841, ../../scss/_page.scss */
      #access .block.full {
        padding: 4rem 20px; }
        /* line 843, ../../scss/_page.scss */
        #access .block.full img {
          width: 100%; }
    /* line 848, ../../scss/_page.scss */
    #access .inner {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      /* line 850, ../../scss/_page.scss */
      #access .inner .swiper {
        width: 100%;
        margin: 0 20px 2rem 20px; }
      /* line 854, ../../scss/_page.scss */
      #access .inner .item {
        width: 100%;
        padding: 2rem; }
        /* line 857, ../../scss/_page.scss */
        #access .inner .item img {
          width: 60%;
          margin: 0 auto;
          display: block; } }
  @media screen and (max-width: 559px) {
    /* line 867, ../../scss/_page.scss */
    #access .block p {
      line-height: 1.8; }
    /* line 870, ../../scss/_page.scss */
    #access .block h4 {
      font-size: 1.1rem; }
    /* line 876, ../../scss/_page.scss */
    #access .inner .item img {
      width: 100%; } }

/* line 883, ../../scss/_page.scss */
#modelroom {
  background: #000;
  color: #fff; }
  /* line 887, ../../scss/_page.scss */
  #modelroom .breadcrumbs {
    color: #fff; }
  /* line 888, ../../scss/_page.scss */
  #modelroom .copy {
    color: #fff; }
  /* line 891, ../../scss/_page.scss */
  #modelroom .content {
    padding-bottom: 80px;
    position: relative; }
    /* line 894, ../../scss/_page.scss */
    #modelroom .content .block {
      position: relative;
      max-width: 1600px;
      width: 100%;
      margin: 4rem auto 0 auto; }
      /* line 899, ../../scss/_page.scss */
      #modelroom .content .block img {
        width: 100%;
        margin: 0 auto;
        display: block;
        max-width: 1600px; }
      /* line 905, ../../scss/_page.scss */
      #modelroom .content .block p.small {
        color: white;
        position: absolute;
        bottom: 0;
        right: 10px; }
    /* line 912, ../../scss/_page.scss */
    #modelroom .content .item {
      margin-top: 4rem;
      display: -ms-flexbox;
      display: flex; }
      /* line 915, ../../scss/_page.scss */
      #modelroom .content .item .txt {
        width: 50%;
        padding-left: 2rem; }
        /* line 918, ../../scss/_page.scss */
        #modelroom .content .item .txt h3 {
          font-size: 1.4rem; }
        /* line 921, ../../scss/_page.scss */
        #modelroom .content .item .txt p {
          margin-top: 1rem;
          line-height: 2; }
      /* line 926, ../../scss/_page.scss */
      #modelroom .content .item .img {
        width: 50%;
        position: relative; }
        /* line 929, ../../scss/_page.scss */
        #modelroom .content .item .img p.small {
          position: absolute;
          bottom: 0;
          right: 10px;
          color: #fff;
          text-shadow: 1px 3px 4px #000, 1px 3px 4px #000; }
        /* line 936, ../../scss/_page.scss */
        #modelroom .content .item .img img {
          width: 100%; }
    /* line 941, ../../scss/_page.scss */
    #modelroom .content ul {
      margin-top: 4rem;
      display: -ms-flexbox;
      display: flex; }
      /* line 944, ../../scss/_page.scss */
      #modelroom .content ul li {
        width: 25%;
        position: relative; }
        /* line 947, ../../scss/_page.scss */
        #modelroom .content ul li p.small {
          color: white;
          position: absolute;
          bottom: 0;
          text-shadow: 1px 3px 4px #000, 1px 3px 4px #000;
          right: 10px; }
        /* line 954, ../../scss/_page.scss */
        #modelroom .content ul li img {
          width: 100%; }
  @media screen and (max-width: 559px) {
    /* line 883, ../../scss/_page.scss */
    #modelroom {
      padding: 40px 0px; }
      /* line 967, ../../scss/_page.scss */
      #modelroom .content .item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        /* line 969, ../../scss/_page.scss */
        #modelroom .content .item .txt {
          width: 100%;
          padding: 1rem 0 0 0; }
        /* line 973, ../../scss/_page.scss */
        #modelroom .content .item .img {
          width: 100%; }
      /* line 977, ../../scss/_page.scss */
      #modelroom .content {
        padding-bottom: 0; }
        /* line 978, ../../scss/_page.scss */
        #modelroom .content ul {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          /* line 980, ../../scss/_page.scss */
          #modelroom .content ul li {
            width: 50%; } }

/* line 988, ../../scss/_page.scss */
#equipment {
  background: #000;
  color: #fff; }
  /* line 992, ../../scss/_page.scss */
  #equipment .box-title2 {
    background: #2c2c2c; }
  /* line 993, ../../scss/_page.scss */
  #equipment .breadcrumbs {
    color: #fff; }
  /* line 994, ../../scss/_page.scss */
  #equipment #content {
    padding: 80px 0px 50px 0px; }
    @media screen and (max-width: 1000px) {
      /* line 994, ../../scss/_page.scss */
      #equipment #content {
        padding: 40px 0px; } }
  /* line 1001, ../../scss/_page.scss */
  #equipment .box {
    margin-top: 4rem; }
    /* line 1004, ../../scss/_page.scss */
    #equipment .box .cap {
      position: relative; }
      /* line 1006, ../../scss/_page.scss */
      #equipment .box .cap p.small {
        position: absolute;
        right: 5px;
        bottom: 2px;
        font-size: 8px;
        color: #fff;
        text-shadow: 1px 1px 2px #000; }
    /* line 1015, ../../scss/_page.scss */
    #equipment .box h4 {
      background: linear-gradient(to right, #786b00 0%, #0e0e0e 100%);
      padding: 2px 5px;
      color: #fff;
      font-weight: bold;
      margin-top: 10px; }
      /* line 1020, ../../scss/_page.scss */
      #equipment .box h4.ls0 {
        letter-spacing: -1px; }
      @media screen and (max-width: 559px) {
        /* line 1015, ../../scss/_page.scss */
        #equipment .box h4 {
          font-size: 0.9em; } }
    /* line 1025, ../../scss/_page.scss */
    #equipment .box p {
      margin-top: 5px;
      font-size: 0.9em; }
      @media screen and (max-width: 559px) {
        /* line 1025, ../../scss/_page.scss */
        #equipment .box p {
          font-size: 0.8em; } }
    /* line 1032, ../../scss/_page.scss */
    #equipment .box span {
      display: block;
      font-size: 0.6em;
      margin-top: 5px;
      line-height: 1.2; }
    /* line 1038, ../../scss/_page.scss */
    #equipment .box strong {
      display: block;
      margin-top: 5px;
      color: #013364; }
    /* line 1044, ../../scss/_page.scss */
    #equipment .box .column1 h3 {
      font-size: 1.4rem;
      padding-left: 1rem;
      background: linear-gradient(to right, #786b00 0%, #0e0e0e 100%);
      color: #fff; }
      /* line 1049, ../../scss/_page.scss */
      #equipment .box .column1 h3.ver2 {
        background: #fff;
        color: #786b00;
        border: 1px solid #786b00;
        padding: 5px 0;
        text-align: center; }
    /* line 1057, ../../scss/_page.scss */
    #equipment .box .column1 p {
      margin-top: 1rem; }
    /* line 1058, ../../scss/_page.scss */
    #equipment .box .column1 img {
      margin-top: 1rem;
      width: 100%;
      background: #fff; }
    /* line 1063, ../../scss/_page.scss */
    #equipment .box .column1 + ul.column2 {
      margin-top: 2rem; }
    /* line 1064, ../../scss/_page.scss */
    #equipment .box .column1 ul {
      display: -ms-flexbox;
      display: flex;
      margin-top: 2rem;
      justify-content: space-between; }
      /* line 1068, ../../scss/_page.scss */
      #equipment .box .column1 ul li {
        width: 13%; }
        /* line 1070, ../../scss/_page.scss */
        #equipment .box .column1 ul li img {
          filter: hue-rotate(273deg); }
    @media screen and (max-width: 768px) {
      /* line 1076, ../../scss/_page.scss */
      #equipment .box .column1 h3 {
        font-size: 4vw;
        padding: 5px 1rem; }
        /* line 1078, ../../scss/_page.scss */
        #equipment .box .column1 h3.ver2 {
          text-align: left;
          padding: 5px 1rem; }
      /* line 1083, ../../scss/_page.scss */
      #equipment .box .column1 ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        /* line 1085, ../../scss/_page.scss */
        #equipment .box .column1 ul li {
          width: 30%;
          margin-bottom: 1rem; }
      /* line 1090, ../../scss/_page.scss */
      #equipment .box .column1 .img {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    /* line 1095, ../../scss/_page.scss */
    #equipment .box .column2 {
      max-width: 1600px;
      margin: 0 auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      /* line 1098, ../../scss/_page.scss */
      #equipment .box .column2 img {
        width: 100%; }
      /* line 1104, ../../scss/_page.scss */
      #equipment .box .column2 .img-item1 {
        width: 100%;
        padding-right: 2rem; }
      /* line 1108, ../../scss/_page.scss */
      #equipment .box .column2 .img-item2 {
        width: auto; }
      @media screen and (max-width: 559px) {
        /* line 1095, ../../scss/_page.scss */
        #equipment .box .column2 {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          /* line 1113, ../../scss/_page.scss */
          #equipment .box .column2 .img-item1, #equipment .box .column2 .img-item2 {
            width: 100%; }
          /* line 1116, ../../scss/_page.scss */
          #equipment .box .column2 .img-item1 {
            padding: 0 0 1rem 0; } }
    /* line 1121, ../../scss/_page.scss */
    #equipment .box ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 559px) {
        /* line 1121, ../../scss/_page.scss */
        #equipment .box ul {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      /* line 1127, ../../scss/_page.scss */
      #equipment .box ul.column2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        /* line 1129, ../../scss/_page.scss */
        #equipment .box ul.column2 li {
          width: 48%; }
          /* line 1132, ../../scss/_page.scss */
          #equipment .box ul.column2 li ul {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: justify;
            justify-content: space-between; }
            /* line 1135, ../../scss/_page.scss */
            #equipment .box ul.column2 li ul li {
              width: 48%;
              margin-top: 2rem; }
              /* line 1138, ../../scss/_page.scss */
              #equipment .box ul.column2 li ul li:nth-child(3), #equipment .box ul.column2 li ul li:nth-child(4) {
                margin-top: 2rem; }
      /* line 1144, ../../scss/_page.scss */
      #equipment .box ul.column2_imgmain li:nth-child(1) {
        width: 68%; }
      /* line 1147, ../../scss/_page.scss */
      #equipment .box ul.column2_imgmain li:nth-child(2) {
        width: 29%; }
        /* line 1149, ../../scss/_page.scss */
        #equipment .box ul.column2_imgmain li:nth-child(2) h4 {
          margin-top: 0px; }
      @media screen and (max-width: 1000px) {
        /* line 1143, ../../scss/_page.scss */
        #equipment .box ul.column2_imgmain {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          /* line 1155, ../../scss/_page.scss */
          #equipment .box ul.column2_imgmain li:nth-child(1), #equipment .box ul.column2_imgmain li:nth-child(2) {
            width: 100%; }
          /* line 1159, ../../scss/_page.scss */
          #equipment .box ul.column2_imgmain li:nth-child(2) h4 {
            margin-top: 10px; } }
      /* line 1165, ../../scss/_page.scss */
      #equipment .box ul.column3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        /* line 1168, ../../scss/_page.scss */
        #equipment .box ul.column3 li {
          width: 32%;
          margin-right: 2%; }
          /* line 1171, ../../scss/_page.scss */
          #equipment .box ul.column3 li:not(:last-child) {
            margin-bottom: 30px; }
          /* line 1174, ../../scss/_page.scss */
          #equipment .box ul.column3 li:nth-child(3), #equipment .box ul.column3 li:nth-child(6), #equipment .box ul.column3 li:nth-child(9), #equipment .box ul.column3 li:nth-child(12) {
            margin-right: 0px; }
          /* line 1177, ../../scss/_page.scss */
          #equipment .box ul.column3 li img.img-item {
            width: 60%;
            margin: 1rem auto 0 auto;
            display: block; }
        @media screen and (max-width: 559px) {
          /* line 1165, ../../scss/_page.scss */
          #equipment .box ul.column3 {
            margin-bottom: 2rem;
            -ms-flex-pack: justify;
            justify-content: space-between; }
            /* line 1186, ../../scss/_page.scss */
            #equipment .box ul.column3 li {
              margin-right: 0px;
              width: 48%; }
              /* line 1189, ../../scss/_page.scss */
              #equipment .box ul.column3 li:not(:last-child) {
                margin-bottom: 30px; }
              /* line 1192, ../../scss/_page.scss */
              #equipment .box ul.column3 li:nth-child(3), #equipment .box ul.column3 li:nth-child(6), #equipment .box ul.column3 li:nth-child(9), #equipment .box ul.column3 li:nth-child(12) {
                margin-right: 0px; }
              /* line 1195, ../../scss/_page.scss */
              #equipment .box ul.column3 li.column2-sp {
                width: 100%;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-pack: justify;
                justify-content: space-between; }
                /* line 1199, ../../scss/_page.scss */
                #equipment .box ul.column3 li.column2-sp div {
                  width: 48%; } }
      /* line 1206, ../../scss/_page.scss */
      #equipment .box ul.column4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        @media screen and (max-width: 1000px) {
          /* line 1206, ../../scss/_page.scss */
          #equipment .box ul.column4 {
            -ms-flex-pack: justify;
            justify-content: space-between; } }
        /* line 1212, ../../scss/_page.scss */
        #equipment .box ul.column4 li {
          width: 23.6%;
          margin-right: 1.86%; }
          /* line 1215, ../../scss/_page.scss */
          #equipment .box ul.column4 li img {
            width: 100%; }
          /* line 1218, ../../scss/_page.scss */
          #equipment .box ul.column4 li:nth-child(4), #equipment .box ul.column4 li:nth-child(8), #equipment .box ul.column4 li:nth-child(12), #equipment .box ul.column4 li:nth-child(16) {
            margin-right: 0px; }
        @media screen and (max-width: 1000px) {
          /* line 1223, ../../scss/_page.scss */
          #equipment .box ul.column4 li {
            width: 48%;
            margin-right: 0px; }
            /* line 1226, ../../scss/_page.scss */
            #equipment .box ul.column4 li:nth-child(3), #equipment .box ul.column4 li:nth-child(4) {
              margin-top: 2rem; } }
      @media screen and (max-width: 559px) {
        /* line 1232, ../../scss/_page.scss */
        #equipment .box ul li {
          width: 100%; } }
      @media screen and (max-width: 559px) {
        /* line 1239, ../../scss/_page.scss */
        #equipment .box ul.column2 li {
          width: 100%; } }
    @media screen and (max-width: 559px) {
      /* line 1246, ../../scss/_page.scss */
      #equipment .box ul li.mbnone {
        margin-bottom: 0px; } }
  /* line 1252, ../../scss/_page.scss */
  #equipment #kitchen .inner {
    max-width: 1600px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    padding: 0 2%;
    justify-content: space-between;
    align-items: center; }
    /* line 1259, ../../scss/_page.scss */
    #equipment #kitchen .inner .item {
      width: 70%; }
      /* line 1261, ../../scss/_page.scss */
      #equipment #kitchen .inner .item img {
        width: 100%; }
    /* line 1265, ../../scss/_page.scss */
    #equipment #kitchen .inner .txt {
      width: 30%;
      margin-right: 1rem; }
      /* line 1268, ../../scss/_page.scss */
      #equipment #kitchen .inner .txt h3 {
        font-size: 1.4rem; }
  @media screen and (max-width: 1000px) {
    /* line 1272, ../../scss/_page.scss */
    #equipment #kitchen .inner {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      /* line 1274, ../../scss/_page.scss */
      #equipment #kitchen .inner .item {
        order: -2;
        width: 100%; }
      /* line 1279, ../../scss/_page.scss */
      #equipment #kitchen .inner .txt {
        width: 100%;
        margin-top: 1rem; } }
  /* line 1290, ../../scss/_page.scss */
  #equipment #security {
    padding: 80px 0; }
    @media screen and (max-width: 1000px) {
      /* line 1290, ../../scss/_page.scss */
      #equipment #security {
        padding: 40px 0; }
        /* line 1295, ../../scss/_page.scss */
        #equipment #security ul.column2 {
          padding: 0 20px; } }
    @media screen and (max-width: 768px) {
      /* line 1301, ../../scss/_page.scss */
      #equipment #security ul.column2 li {
        width: 100%; }
        /* line 1303, ../../scss/_page.scss */
        #equipment #security ul.column2 li ul {
          margin-top: 2rem; }
          /* line 1305, ../../scss/_page.scss */
          #equipment #security ul.column2 li ul li {
            width: 30%; } }
    @media screen and (max-width: 559px) {
      /* line 1314, ../../scss/_page.scss */
      #equipment #security ul.column2 li {
        width: 100%; }
        /* line 1317, ../../scss/_page.scss */
        #equipment #security ul.column2 li ul li {
          width: 48%; }
          /* line 1319, ../../scss/_page.scss */
          #equipment #security ul.column2 li ul li:nth-child(3) {
            margin-top: 2rem; } }
  /* line 1328, ../../scss/_page.scss */
  #equipment #other {
    padding: 80px 0;
    background: #fff; }
    /* line 1330, ../../scss/_page.scss */
    #equipment #other .box p {
      color: #000; }
    @media screen and (max-width: 1000px) {
      /* line 1328, ../../scss/_page.scss */
      #equipment #other {
        padding: 40px 0; } }

/* line 1338, ../../scss/_page.scss */
#concept {
  background: #000;
  position: relative; }
  /* line 1342, ../../scss/_page.scss */
  #concept .block p.small {
    text-align: right;
    margin-right: 1rem; }
  /* line 1347, ../../scss/_page.scss */
  #concept .content {
    padding: 16rem 0; }
    /* line 1349, ../../scss/_page.scss */
    #concept .content .box {
      margin-top: 24rem;
      color: #fff;
      display: flex;
      justify-content: flex-end; }
      /* line 1354, ../../scss/_page.scss */
      #concept .content .box .txt {
        width: 60%; }
        /* line 1356, ../../scss/_page.scss */
        #concept .content .box .txt p {
          margin-top: 1rem;
          line-height: 2.8; }
        /* line 1360, ../../scss/_page.scss */
        #concept .content .box .txt strong {
          display: block;
          font-weight: normal;
          margin-top: 2rem;
          font-size: 2rem; }
      /* line 1368, ../../scss/_page.scss */
      #concept .content .box .img .bg-img {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 550px; }
  @media screen and (max-width: 1000px) {
    /* line 1378, ../../scss/_page.scss */
    #concept .content {
      padding: 4rem 0; }
      /* line 1380, ../../scss/_page.scss */
      #concept .content .box {
        flex-wrap: wrap;
        margin-top: 4rem; }
        /* line 1383, ../../scss/_page.scss */
        #concept .content .box .img {
          width: 100%; }
          /* line 1385, ../../scss/_page.scss */
          #concept .content .box .img .bg-img {
            position: relative;
            width: 70%;
            margin: 0 auto;
            display: block; }
        /* line 1392, ../../scss/_page.scss */
        #concept .content .box .txt {
          width: 100%; }
          /* line 1394, ../../scss/_page.scss */
          #concept .content .box .txt strong {
            font-size: 4.1vw; }
          /* line 1397, ../../scss/_page.scss */
          #concept .content .box .txt p {
            line-height: 2; } }
  @media screen and (max-width: 559px) {
    /* line 1406, ../../scss/_page.scss */
    #concept .content .box {
      padding: 4rem 1rem; }
      /* line 1409, ../../scss/_page.scss */
      #concept .content .box .img .bg-img {
        width: 100%; }
      /* line 1413, ../../scss/_page.scss */
      #concept .content .box strong {
        font-size: 5vw;
        line-height: 2; }
      /* line 1417, ../../scss/_page.scss */
      #concept .content .box img {
        width: 100%; } }

/* line 1424, ../../scss/_page.scss */
#deve {
  padding: 10rem 0; }
  /* line 1427, ../../scss/_page.scss */
  #deve .top p {
    text-align: center;
    margin-top: 4rem;
    font-size: 1.6rem;
    line-height: 2; }
  /* line 1434, ../../scss/_page.scss */
  #deve ul {
    display: flex;
    margin-top: 4rem;
    flex-wrap: wrap;
    justify-content: space-between; }
    /* line 1439, ../../scss/_page.scss */
    #deve ul li {
      width: 32%;
      margin-top: 1rem;
      text-align: center; }
      /* line 1442, ../../scss/_page.scss */
      #deve ul li:nth-child(1), #deve ul li:nth-child(2), #deve ul li:nth-child(3) {
        margin-top: 0; }
      /* line 1445, ../../scss/_page.scss */
      #deve ul li img {
        width: 100%; }
      /* line 1449, ../../scss/_page.scss */
      #deve ul li h3 {
        margin-top: 1rem; }
      /* line 1452, ../../scss/_page.scss */
      #deve ul li p {
        font-size: 0.9rem; }
  @media screen and (max-width: 768px) {
    /* line 1459, ../../scss/_page.scss */
    #deve .top p {
      font-size: 2.8vw; }
    /* line 1464, ../../scss/_page.scss */
    #deve ul li {
      width: 48%; }
      /* line 1466, ../../scss/_page.scss */
      #deve ul li:nth-child(3) {
        margin-top: 1rem; } }
  @media screen and (max-width: 559px) {
    /* line 1424, ../../scss/_page.scss */
    #deve {
      padding: 6rem 0; }
      /* line 1475, ../../scss/_page.scss */
      #deve .top p {
        font-size: 1rem;
        text-align: left; }
      /* line 1481, ../../scss/_page.scss */
      #deve ul li {
        text-align: left; }
        /* line 1483, ../../scss/_page.scss */
        #deve ul li h3 {
          font-size: 0.9rem; }
        /* line 1486, ../../scss/_page.scss */
        #deve ul li p {
          font-size: 0.75rem; } }

/* line 1495, ../../scss/_page.scss */
#landplan .block-img {
  margin-top: 4rem; }
  /* line 1497, ../../scss/_page.scss */
  #landplan .block-img img {
    width: 100%; }
/* line 1502, ../../scss/_page.scss */
#landplan #block-main .block {
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem;
  flex-direction: column; }
  /* line 1506, ../../scss/_page.scss */
  #landplan #block-main .block img {
    width: 100%; }
  /* line 1509, ../../scss/_page.scss */
  #landplan #block-main .block .item {
    width: 60%;
    position: relative; }
    /* line 1512, ../../scss/_page.scss */
    #landplan #block-main .block .item img {
      width: 100%; }
/* line 1517, ../../scss/_page.scss */
#landplan #block-main .block-full {
  margin-top: 4rem; }
  /* line 1519, ../../scss/_page.scss */
  #landplan #block-main .block-full img {
    width: 100%; }
  /* line 1523, ../../scss/_page.scss */
  #landplan #block-main .block-full .caption-img p {
    color: #000;
    text-shadow: none; }
/* line 1530, ../../scss/_page.scss */
#landplan #carlife {
  margin-top: 8rem; }
  /* line 1532, ../../scss/_page.scss */
  #landplan #carlife .caption-img {
    width: 80%;
    margin: 0 auto; }
    /* line 1535, ../../scss/_page.scss */
    #landplan #carlife .caption-img img {
      display: block;
      width: 100%; }
  /* line 1540, ../../scss/_page.scss */
  #landplan #carlife .item {
    margin-top: 4rem;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    /* line 1545, ../../scss/_page.scss */
    #landplan #carlife .item .img {
      width: 40%; }
      /* line 1547, ../../scss/_page.scss */
      #landplan #carlife .item .img img {
        width: 100%; }
    /* line 1551, ../../scss/_page.scss */
    #landplan #carlife .item .txt {
      width: 60%; }
      /* line 1553, ../../scss/_page.scss */
      #landplan #carlife .item .txt img {
        width: 100%; }
  /* line 1558, ../../scss/_page.scss */
  #landplan #carlife .block {
    margin-top: 4rem;
    display: -ms-flexbox;
    display: flex; }
    /* line 1561, ../../scss/_page.scss */
    #landplan #carlife .block img {
      width: 100%; }
    /* line 1564, ../../scss/_page.scss */
    #landplan #carlife .block .box {
      width: 50%; }
@media screen and (max-width: 1000px) {
  /* line 1572, ../../scss/_page.scss */
  #landplan #carlife .caption-img img {
    width: 100%; } }
@media screen and (max-width: 768px) {
  /* line 1579, ../../scss/_page.scss */
  #landplan #carlife {
    margin-top: 4rem; }
    /* line 1581, ../../scss/_page.scss */
    #landplan #carlife .item {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      /* line 1583, ../../scss/_page.scss */
      #landplan #carlife .item .img {
        width: 100%;
        margin-top: 1rem; }
      /* line 1587, ../../scss/_page.scss */
      #landplan #carlife .item .txt {
        width: 100%; }
    /* line 1591, ../../scss/_page.scss */
    #landplan #carlife .block {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      /* line 1593, ../../scss/_page.scss */
      #landplan #carlife .block .box {
        width: 100%; }
      /* line 1596, ../../scss/_page.scss */
      #landplan #carlife .block .box:nth-child(2) {
        width: 100%; } }
@media screen and (max-width: 559px) {
  /* line 1603, ../../scss/_page.scss */
  #landplan #block-main .block-img {
    margin-top: 2rem; }
    /* line 1606, ../../scss/_page.scss */
    #landplan #block-main .block-img .caption-img p {
      position: relative;
      text-align: right; }
  /* line 1612, ../../scss/_page.scss */
  #landplan #block-main .block-img p {
    line-height: 1.6; }
  /* line 1615, ../../scss/_page.scss */
  #landplan #block-main .block .item {
    width: 80%; }
  /* line 1619, ../../scss/_page.scss */
  #landplan #carlife .block {
    margin-top: 2rem; }
  /* line 1622, ../../scss/_page.scss */
  #landplan #carlife .caption-img {
    width: 90%; } }

/* line 1629, ../../scss/_page.scss */
#design {
  background: #000; }
  /* line 1631, ../../scss/_page.scss */
  #design .breadcrumbs {
    color: #fff; }
  /* line 1635, ../../scss/_page.scss */
  #design .copy p {
    text-align: left; }
  /* line 1639, ../../scss/_page.scss */
  #design .box-title2 {
    margin: 6rem auto;
    background: #2c2c2c; }
  /* line 1643, ../../scss/_page.scss */
  #design #content {
    color: #fff;
    max-width: 1600px;
    margin: 0 auto; }
    /* line 1647, ../../scss/_page.scss */
    #design #content .inner {
      padding: 10rem 0;
      background: url("../../images/design_img_1.png");
      background-size: 1000px;
      background-repeat: no-repeat;
      background-position: bottom 130px left;
      background-attachment: fixed;
      padding-right: calc(100vw - 90vw); }
    /* line 1656, ../../scss/_page.scss */
    #design #content .narrow {
      width: 490px;
      padding-top: 6rem;
      margin-right: 0; }
      /* line 1660, ../../scss/_page.scss */
      #design #content .narrow .block {
        width: 75%;
        margin: 0 auto; }
        /* line 1663, ../../scss/_page.scss */
        #design #content .narrow .block img {
          width: 100%; }
        /* line 1666, ../../scss/_page.scss */
        #design #content .narrow .block h4 {
          margin-top: 2rem;
          font-size: 1.2rem;
          border-bottom: 1px solid #fff; }
        /* line 1671, ../../scss/_page.scss */
        #design #content .narrow .block p {
          margin-top: 0.5rem; }
      /* line 1675, ../../scss/_page.scss */
      #design #content .narrow:nth-child(1) {
        padding-bottom: 10rem; }
  @media screen and (max-width: 1000px) {
    /* line 1682, ../../scss/_page.scss */
    #design #content .inner {
      background-size: 700px;
      padding-right: 20px; }
    /* line 1686, ../../scss/_page.scss */
    #design #content .narrow {
      width: 40%; }
      /* line 1688, ../../scss/_page.scss */
      #design #content .narrow .copy {
        text-align: left; }
        /* line 1690, ../../scss/_page.scss */
        #design #content .narrow .copy h3 {
          font-size: 1.2rem; } }
  @media screen and (max-width: 768px) {
    /* line 1699, ../../scss/_page.scss */
    #design #content .inner {
      padding: 10rem 0;
      background-size: 480px; }
    /* line 1703, ../../scss/_page.scss */
    #design #content .narrow {
      width: 60%;
      background: rgba(0, 0, 0, 0.62); } }
  @media screen and (max-width: 559px) {
    /* line 1711, ../../scss/_page.scss */
    #design #content .inner {
      padding: 16rem 0 10rem 0;
      background-position: left 20px top -60px;
      background-attachment: scroll;
      background-size: 400px;
        /*		&::before{ content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background:url("../../images/design_img_1.png") no-repeat center / cover;
			
				}*/ }
    /* line 1728, ../../scss/_page.scss */
    #design #content .narrow {
      width: 100%;
      background: none; } }

/* line 1735, ../../scss/_page.scss */
.flowing {
  width: 0;
  margin: 0;
  color: #fff;
  white-space: nowrap;
  overflow: hidden; }
  /* line 1741, ../../scss/_page.scss */
  .flowing.on {
    animation: flowing-anim 1.5s forwards linear; }

@keyframes flowing-anim {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

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