@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

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

q, blockquote {
  quotes: none; }

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

a img {
  border: none; }

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

.top {
  font-family: "\6E38\30B4\30B7\30C3\30AF\4F53", YuGothic, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\30E1\30A4\30EA\30AA", sans-serif;
  /* ----------------------------------------------
  haader
  ---------------------------------------------- */
  /* ----------------------------------------------
  haader
  ---------------------------------------------- */
  /* ----------------------------------------------
  keyvisual
  ---------------------------------------------- */
  /* ----------------------------------------------
  keyvisual
  ---------------------------------------------- */
  /* ----------------------------------------------
  contentArea
  ---------------------------------------------- */
  /* ----------------------------------------------
  contentArea
  ---------------------------------------------- */
  /* ----------------------------------------------
  parts
  ---------------------------------------------- */
  /* ----------------------------------------------
  parts
  ---------------------------------------------- */ }
  .top .pc-on {
    display: block; }
    @media screen and (max-width: 767px) {
      .top .pc-on {
        display: none; } }
  .top .sp-on {
    display: none; }
    @media screen and (max-width: 767px) {
      .top .sp-on {
        display: block; } }
  .top a {
    text-decoration: none; }
  .top ul li {
    list-style: none; }
  .top .header-wrap {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    display: block;
    text-align: center;
    z-index: 100;
    height: 60px;
    background: rgba(226, 66, 52, 0.9);
    -webkit-transition: .5s;
    transition: .5s; }
  .top .header {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    z-index: 50; }
    .top .header__image {
      position: absolute;
      top: 8px;
      left: 30px;
      height: 30px; }
      @media screen and (max-width: 767px) {
        .top .header__image {
          position: absolute;
          top: 8px;
          left: 20px;
          height: 24px; } }
      .top .header__image img {
        height: 100%; }
    .top .header__btn {
      position: absolute;
      top: 0;
      right: 30px; }
      @media screen and (max-width: 767px) {
        .top .header__btn {
          right: 20px; } }
  .top .contactBtn {
    display: block;
    text-align: center;
    margin-bottom: 40px; }
  .top .keyvisual {
    height: 500px; }
    @media screen and (max-width: 767px) {
      .top .keyvisual {
        height: 360px; } }
    .top .keyvisual--2 {
      height: 300px;
      margin-bottom: 0; }
    .top .keyvisual .inner {
      width: 100%;
      margin: 60px auto 0; }
      @media screen and (max-width: 767px) {
        .top .keyvisual .inner {
          margin: 60px auto; } }
  .top .slider {
    width: 100%;
    height: 500px;
    text-align: right;
    position: relative;
    /* float: right; */ }
    @media screen and (max-width: 767px) {
      .top .slider {
        width: 100%;
        height: 360px;
        text-align: right;
        position: relative;
        float: none; } }
    .top .slider--2 {
      height: 300px; }
    .top .slider .slide {
      position: absolute;
      width: 100%;
      height: 100%; }
      .top .slider .slide--1 {
        position: absolute;
        width: 100%;
        height: 100%;
        background: url(../img/keyvisual_img01.png) no-repeat center;
        background-size: cover;
        animation: fade 12s infinite;
        -webkit-animation: fade 12s infinite;
        -moz-animation: fade 12s infinite;
        -ms-animation: fade 12s infinite; }
      .top .slider .slide--2 {
        position: absolute;
        width: 100%;
        height: 100%;
        background: url(../img/keyvisual_img02.png) no-repeat center;
        background-size: cover;
        animation: fade2 12s infinite;
        -webkit-animation: fade2 12s infinite;
        -moz-animation: fade2 12s infinite; }
      .top .slider .slide--3 {
        position: absolute;
        width: 100%;
        height: 100%;
        background: url(../img/keyvisual_img03.png) no-repeat center;
        background-size: cover;
        animation: fade3 12s infinite;
        -webkit-animation: fade3 12s infinite;
        -moz-animation: fade3 12s infinite; }
    .top .slider .slide02 {
      position: relative;
      width: 100%;
      height: 100%;
      background: url(../img/keyvisual_img03.png) no-repeat center;
      background-size: cover;
      overflow: hidden;
      /*ブラー効果でボヤけた部分を非表示*/
      z-index: 0; }
      .top .slider .slide02:before {
        content: '';
        background: inherit;
        /*.bgImageで設定した背景画像を継承する*/
        -webkit-filter: blur(5px);
        -moz-filter: blur(5px);
        -o-filter: blur(5px);
        -ms-filter: blur(5px);
        filter: blur(5px);
        position: absolute;
        /*ブラー効果で画像の端がボヤけた分だけ位置を調整*/
        top: -5px;
        left: -5px;
        right: -5px;
        bottom: -5px;
        z-index: -1;
        /*重なり順序を一番下にしておく*/ }
    .top .slider .titleArea {
      display: block;
      position: absolute;
      top: 50%;
      text-align: left;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      /* mix-blend-mode: overlay; */
      /* mix-blend-mode: overlay; */
      left: 104px;
      z-index: 10; }
      @media screen and (max-width: 767px) {
        .top .slider .titleArea {
          width: 90%;
          left: 20px; } }
      .top .slider .titleArea--2 {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        text-align: left;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: 10; }
        @media screen and (max-width: 767px) {
          .top .slider .titleArea--2 {
            left: 50% !important;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%); } }
      .top .slider .titleArea__subtitle {
        font-family: 'Lato', sans-serif;
        color: #fff;
        letter-spacing: 0.1em;
        font-size: 30px;
        background-size: cover;
        font-weight: normal;
        margin-bottom: 16px;
        text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
        line-height: 1.5; }
        @media screen and (max-width: 767px) {
          .top .slider .titleArea__subtitle {
            font-size: 20px; } }
      .top .slider .titleArea__title {
        font-family: 'Lato', sans-serif;
        color: #fff;
        letter-spacing: 0.1em;
        font-size: 58px;
        background-size: cover;
        font-weight: bold; }
      .top .slider .titleArea__price {
        color: #fff;
        font-size: 30px;
        text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5); }

@-webkit-keyframes fade {
  0% {
    opacity: 1; }
  33.333% {
    opacity: 0; }
  66.666% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade {
  0% {
    opacity: 1; }
  33.333% {
    opacity: 0; }
  66.666% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fade2 {
  0% {
    opacity: 0; }
  33.333% {
    opacity: 1; }
  66.666% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes fade2 {
  0% {
    opacity: 0; }
  33.333% {
    opacity: 1; }
  66.666% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes fade3 {
  0% {
    opacity: 0; }
  33.333% {
    opacity: 0; }
  66.666% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fade3 {
  0% {
    opacity: 0; }
  33.333% {
    opacity: 0; }
  66.666% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .top .section {
    width: 100%;
    margin: 0 auto 0;
    padding-bottom: 100px; }
    @media screen and (max-width: 767px) {
      .top .section {
        padding-bottom: 40px; } }
    .top .section.bg-02 {
      padding-top: 100px;
      background: url(../img/bg-02.png) no-repeat;
      background-size: cover; }
      @media screen and (max-width: 767px) {
        .top .section.bg-02 {
          padding-top: 60px; } }
    .top .section .inner {
      width: 680px;
      margin: 0 auto; }
      @media screen and (max-width: 767px) {
        .top .section .inner {
          width: calc(100% - 40px);
          margin: 0 20px 30px; } }
      .top .section .inner--2 {
        width: 840px;
        margin: 0 auto; }
        @media screen and (max-width: 767px) {
          .top .section .inner--2 {
            width: calc(100% - 40px);
            margin: 0 20px 60px; } }
    .top .section .icon {
      text-align: center;
      width: 50px;
      height: 50px;
      margin: 0 auto; }
  .top .top-lead {
    font-size: 14px;
    line-height: 2;
    text-align: center;
    color: #666; }
    .top .top-lead a {
      text-decoration: none;
      display: inline-block;
      color: #666;
      font-size: 16px;
      padding-bottom: 30px; }
      .top .top-lead a:hover {
        text-decoration: underline; }
  .top .sec-title {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
    color: #666; }
  .top .newsArea {
    color: #666; }
    .top .newsArea__list:nth-child(1) {
      border-top: 1px solid #333; }
    .top .newsArea__list a {
      display: inline-block;
      color: #666;
      width: 100%;
      height: 100%;
      padding-bottom: 20px;
      padding-top: 20px;
      border-bottom: 1px solid #333; }
    .top .newsArea .list-info__date {
      display: inline-block;
      font-size: 14px;
      margin: 0 30px; }
    .top .newsArea .list-info__title {
      display: inline-block;
      font-size: 14px; }
  .top .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #666; }
    @media screen and (max-width: 767px) {
      .top .price {
        display: block; } }
    .top .price__list {
      width: 46%;
      margin-right: 8%;
      padding-bottom: 30px;
      /* border-bottom: 1px solid #ccc; */ }
      @media screen and (max-width: 767px) {
        .top .price__list {
          width: 100%;
          margin-right: 0;
          padding-bottom: 20px; } }
      .top .price__list:nth-child(2n) {
        margin-right: 0; }
      .top .price__list .price-title {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #333;
        color: #666; }
      .top .price__list .titleBox {
        width: 100%;
        overflow: hidden;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #333;
        color: #666; }
        .top .price__list .titleBox__title {
          width: auto;
          font-size: 18px;
          font-weight: bold;
          float: left; }
        .top .price__list .titleBox__option {
          width: auto;
          font-size: 14px;
          text-align: right;
          float: right;
          padding-top: 4px; }
      .top .price__list table {
        display: block;
        width: 100%; }
        .top .price__list table tbody {
          display: block;
          width: 100%; }
          .top .price__list table tbody tr {
            display: inline-block;
            width: 100%; }
            .top .price__list table tbody tr td, .top .price__list table tbody tr th {
              display: inline-block;
              font-size: 12px;
              margin-bottom: 10px;
              text-align: center;
              line-height: 1.5;
              vertical-align: top; }
              .top .price__list table tbody tr td.item-name, .top .price__list table tbody tr th.item-name {
                width: 60%;
                margin-right: 4%;
                text-align: left; }
              .top .price__list table tbody tr td.item-s, .top .price__list table tbody tr th.item-s {
                width: 10%;
                margin-right: 2%; }
              .top .price__list table tbody tr td.item-m, .top .price__list table tbody tr th.item-m {
                width: 10%;
                margin-right: 2%; }
              .top .price__list table tbody tr td.item-l, .top .price__list table tbody tr th.item-l {
                width: 10%; }
              .top .price__list table tbody tr th.item-xl {
                width: 20%;
                margin-right: 2%; }
              .top .price__list table tbody tr td.text-align-right, .top .price__list table tbody tr th.text-align-right {
                display: inline-block;
                text-align: right; }
              .top .price__list table tbody tr td.td-last, .top .price__list table tbody tr th.td-last {
                margin-bottom: 20px; }
            .top .price__list table tbody tr th {
              font-weight: bold;
              font-size: 12px; }
  .top .footer {
    width: 100%;
    margin: 0 auto;
    padding: 100px 0;
    background: #333; }
    @media screen and (max-width: 767px) {
      .top .footer {
        padding: 60px 0 40px; } }
    .top .footer .inner {
      width: 680px;
      margin: 0 auto; }
      @media screen and (max-width: 767px) {
        .top .footer .inner {
          width: calc(100% - 40px);
          margin: 0 20px 60px; } }
    .top .footer .accessArea {
      overflow: hidden;
      width: 100%;
      color: #fff;
      margin-bottom: 40px; }
      .top .footer .accessArea a {
        color: #fff; }
      .top .footer .accessArea__image {
        width: 58%;
        float: right; }
        @media screen and (max-width: 767px) {
          .top .footer .accessArea__image {
            width: 100%;
            float: none;
            margin-bottom: 30px; } }
      .top .footer .accessArea__text {
        width: 39%;
        margin-right: 3%;
        float: left; }
        @media screen and (max-width: 767px) {
          .top .footer .accessArea__text {
            width: 100%;
            float: none;
            margin-right: 0; } }
        .top .footer .accessArea__text p {
          text-align: right;
          margin-bottom: 10px;
          font-size: 12px;
          line-height: 1.8; }
          @media screen and (max-width: 767px) {
            .top .footer .accessArea__text p {
              text-align: center; } }
      .top .footer .accessArea .mapInfo__image img {
        width: 100%; }
  .top .p-color-wh {
    color: #fff; }
  .top .copy-right {
    font-size: 12px;
    color: #666;
    text-align: center; }
  .top .p-border-b {
    padding-bottom: 20px;
    border-bottom: 1px solid #333; }
  .top .p-link {
    position: relative;
    padding-left: 16px; }
    .top .p-link:before {
      content: '';
      display: inline-block;
      position: absolute;
      top: 11px;
      left: 0;
      width: 0;
      height: 0;
      border-top: 5px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 5px solid transparent;
      border-left: 6px solid #666; }
  .top .button {
    display: inline-block;
    width: 160px;
    height: 44px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    outline: none;
    position: relative;
    z-index: 2;
    background-color: #fff;
    border: 2px solid #fff;
    color: #e24234;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s; }
    @media screen and (max-width: 767px) {
      .top .button {
        width: 110px;
        height: 40px;
        text-align: center;
        text-decoration: none;
        line-height: 36px; } }
    .top .button:hover {
      background-color: #fff;
      border-color: #666;
      color: #666; }
    .top .button:before {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all .3s;
      transition: all .3s;
      position: absolute;
      z-index: -1;
      display: block;
      content: '';
      top: 0;
      width: 50%;
      height: 100%;
      background-color: #fff;
      right: 0; }
    .top .button:after {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all .3s;
      transition: all .3s;
      position: absolute;
      z-index: -1;
      display: block;
      content: '';
      top: 0;
      width: 50%;
      height: 100%;
      background-color: #fff;
      left: 0; }
  .top .button::before {
    right: 0; }
  .top .button::after {
    left: 0; }
  .top .button:hover::before,
  .top .button:hover::after {
    width: 0;
    background-color: #666; }
  .top .button--2 {
    color: #666; }
    .top .button--2:hover {
      color: #e24234;
      border-color: #e24234; }
      .top .button--2:hover:after {
        width: 0;
        background-color: #e24234; }
      .top .button--2:hover:before {
        width: 0;
        background-color: #e24234; }
  .top .button--3 {
    border: 2px solid #666; }

/* top */

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