@charset "UTF-8";
header .inner, header nav, #meritbox ul, #plan .box .inner, .container {
  width: 1100px;
  margin: 0 auto; }
  @media (max-width: 1100px) {
    header .inner, header nav, #meritbox ul, #plan .box .inner, .container {
      width: 100%;
      padding: 0px 20px; } }

.narrow, #plan ul.kuga_nav {
  width: 770px;
  margin: 0 auto; }
  @media (max-width: 770px) {
    .narrow, #plan ul.kuga_nav {
      width: 100%;
      padding: 0px 20px; } }

.clearfix::after {
  content: "";
  display: block;
  clear: both; }

#information, #information .box ul, #kukaku, #contact, #location .box {
  padding: 100px 0px; }
  @media screen and (max-width: 959px) {
    #information, #information .box ul, #kukaku, #contact, #location .box {
      padding: 40px 0px; } }

.btn {
  margin: 0 auto;
  font-size: 1rem;
  position: relative;
  display: block;
  padding: 0.4rem;
  -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;
  color: #87ae5d;
  border: 1px solid #87ae5d; }
  .btn::before {
    content: "";
    background: url("../images/req.png");
    width: 16px;
    height: 16px;
    background-size: contain;
    display: inline-block;
    margin: -2px 5px; }
    @media screen and (max-width: 559px) {
      .btn::before {
        display: block;
        margin: 0 auto 3px auto; } }
  @media screen and (max-width: 959px) {
    .btn {
      padding: 10px 0px; } }
  @media screen and (max-width: 559px) {
    .btn {
      width: 100%;
      font-size: 10px; } }
  .btn:hover {
    opacity: 0.7;
    transition: 0.3s; }
  .btn.reserve {
    border: 1px solid #a87f87;
    color: #a87f87; }
    .btn.reserve::before {
      background: url("../images/rese.png");
      background-size: contain; }
  .btn.map {
    border: 1px solid #63a1cb;
    color: #63a1cb; }
    .btn.map::before {
      background: url("../images/map.png");
      background-size: contain; }
  .btn.outline {
    border: 1px solid #deaa0d;
    color: #deaa0d; }
    .btn.outline::before {
      background: url("../images/outline.png");
      background-size: contain; }

.btn2 {
  margin: 0 auto;
  font-size: 1.4rem;
  position: relative;
  display: block;
  padding: 1rem 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;
  color: #fff;
  background-color: #8d1165; }
  .btn2::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: '';
    width: 50px;
    height: 6px;
    background: url("../images/arrow_line.svg") no-repeat center center;
    background-size: contain;
    transform: translate(-40%, -50%); }
  @media screen and (max-width: 559px) {
    .btn2 {
      width: 90%;
      font-size: 1.2em; } }
  .btn2:hover {
    opacity: 0.7; }

.btn3 {
  margin: 0 auto;
  font-size: 1.2rem;
  position: relative;
  display: block;
  padding: 1rem 2em;
  -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;
  color: #fff;
  border: 1px solid #fff; }
  .btn3::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: '';
    width: 50px;
    height: 6px;
    background: url("../images/arrow_line_white.svg") no-repeat center center;
    background-size: contain;
    transform: translate(-40%, -50%); }
  @media screen and (max-width: 559px) {
    .btn3 {
      width: 90%;
      font-size: 1em; } }
  .btn3:hover {
    opacity: 0.7; }

.small {
  font-size: 0.8em; }
  @media screen and (max-width: 559px) {
    .small {
      font-size: 0.7em; } }

.caption {
  padding-top: 30px;
  background: #fff; }

html, body {
  font-size: 16px;
  color: #333;
  font-family: 'Noto Serif JP', serif;
  position: relative; }

.pcnone {
  display: none; }
  @media screen and (max-width: 959px) {
    .pcnone {
      display: block; } }

.spnone {
  display: block; }
  @media screen and (max-width: 959px) {
    .spnone {
      display: none; } }

section {
  overflow: hidden;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s; }

header {
  height: 110px;
  background: #fff;
  width: 100%; }
  @media screen and (max-width: 959px) {
    header {
      height: 70px; } }
  header .inner {
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 959px) {
      header .inner {
        padding: 0px; } }
    header .inner .left {
      width: 30%; }
      @media screen and (max-width: 559px) {
        header .inner .left {
          width: 100%; } }
      header .inner .left h1 img {
        width: 260px;
        padding: 15px 0px 0px 20px; }
        @media screen and (max-width: 959px) {
          header .inner .left h1 img {
            padding: 8px 0px 0px 15px; } }
        @media screen and (max-width: 559px) {
          header .inner .left h1 img {
            width: 220px; } }
    header .inner .right {
      margin-top: 15px;
      width: 70%; }
      @media screen and (max-width: 959px) {
        header .inner .right {
          width: 100%; } }
      header .inner .right ul.sub-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        @media screen and (max-width: 959px) {
          header .inner .right ul.sub-nav {
            width: 100%;
            bottom: 0;
            right: 0;
            position: fixed;
            z-index: 2;
            -ms-flex-pack: justify;
            justify-content: space-between;
            transition: 1s;
            transform: translateY(70px); }
            header .inner .right ul.sub-nav.hide {
              transform: translateY(0px); } }
        @media screen and (max-width: 559px) {
          header .inner .right ul.sub-nav {
            padding: 1%;
            background: #fff; } }
        header .inner .right ul.sub-nav li {
          margin-left: 15px; }
          @media screen and (max-width: 959px) {
            header .inner .right ul.sub-nav li {
              /* width: 25%;*/
              width: 33.3%;
              margin-left: 0px;
              background: #fff; } }
          @media screen and (max-width: 559px) {
            header .inner .right ul.sub-nav li {
              font-size: 10px; }
              header .inner .right ul.sub-nav li:not(:first-child) {
                margin-left: 1%; } }
          header .inner .right ul.sub-nav li.arrow a:hover {
            opacity: 0.8; }
          @media screen and (max-width: 959px) {
            header .inner .right ul.sub-nav li.arrow a {
              padding: 10px 0px;
              display: block;
              text-align: center;
              color: #deaa0d;
              border: 1px solid #deaa0d; }
              header .inner .right ul.sub-nav li.arrow a::before {
                content: "";
                background: url("../images/outline.png");
                width: 16px;
                height: 16px;
                background-size: contain;
                display: inline-block;
                margin: -2px 5px; } }
    @media screen and (max-width: 959px) and (max-width: 559px) {
      header .inner .right ul.sub-nav li.arrow a::before {
        display: block;
        margin: 0 auto 3px auto; } }

          header .inner .right ul.sub-nav li.arrow::before {
            content: ">";
            margin-right: 5px; }
            @media screen and (max-width: 959px) {
              header .inner .right ul.sub-nav li.arrow::before {
                content: none; } }
          @media screen and (max-width: 959px) {
            header .inner .right ul.sub-nav li.arrow.map a {
              border: 1px solid #63a1cb;
              color: #63a1cb; }
              header .inner .right ul.sub-nav li.arrow.map a::before {
                content: "";
                background: url("../images/map.png");
                width: 16px;
                height: 16px;
                background-size: contain;
                display: inline-block;
                margin: -2px 5px; } }
    @media screen and (max-width: 959px) and (max-width: 559px) {
      header .inner .right ul.sub-nav li.arrow.map a::before {
        display: block;
        margin: 0 auto 3px auto; } }

  header nav {
    margin-top: 15px; }
    @media screen and (max-width: 959px) {
      header nav {
        margin-top: 0px;
        padding: 0px; } }
    header nav ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 959px) {
        header nav ul {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      header nav ul li {
        width: 25%;
        text-align: center;
        border-right: 1px solid #000; }
        header nav ul li span.new {
          color: #a87f87;
          font-size: 0.8em;
          margin-right: 5px;
          margin-left: -15px; }
        @media screen and (max-width: 959px) {
          header nav ul li {
            border-right: none; } }
        @media screen and (max-width: 959px) {
          header nav ul li {
            width: 100%; } }
        header nav ul li:first-child {
          border-left: 1px solid #000; }
          @media screen and (max-width: 959px) {
            header nav ul li:first-child {
              border-left: none; } }
        header nav ul li.current a {
          border-bottom: 4px solid #8d1165; }
          @media screen and (max-width: 959px) {
            header nav ul li.current a {
              border-bottom: 0px; } }
        header nav ul li.comesoon {
          opacity: 0.5; }
          @media screen and (max-width: 959px) {
            header nav ul li.comesoon {
              padding: 1.4em 0; } }
  @media screen and (max-width: 959px) {
    header {
      /*　ハンバーガーボタン　*/
      /* ナビ開いてる時のボタン */ }
      header .hamburger {
        display: block;
        position: fixed;
        z-index: 3;
        right: 13px;
        top: 12px;
        width: 42px;
        height: 42px;
        cursor: pointer;
        text-align: center; }
        header .hamburger span {
          display: block;
          position: absolute;
          width: 30px;
          height: 2px;
          left: 6px;
          border-radius: 2px;
          background: #555;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
          header .hamburger span:nth-child(1) {
            top: 10px; }
          header .hamburger span:nth-child(2) {
            top: 20px; }
          header .hamburger span:nth-child(3) {
            top: 30px; }
      header .hamburger.active span:nth-child(1), header .hamburger.active span:nth-child(3) {
        width: 12px; }
      header .hamburger.active span:nth-child(1) {
        -webkit-transform: translate(1px, 3px) rotate(315deg);
        -moz-transform: translate(1px, 3px) rotate(315deg);
        transform: translate(2px, 3px) rotate(315deg); }
      header .hamburger.active span:nth-child(3) {
        -webkit-transform: translate(11px, -17px) rotate(-45deg);
        -moz-transform: translate(11px, -17px) rotate(45deg);
        transform: translate(10px, -17px) rotate(45deg); }
      header .hamburger.active span:nth-child(2) {
        width: 24px;
        transform: translate(0px, 0px) rotate(270deg); }
      header nav.globalMenuSp {
        position: fixed;
        z-index: 2;
        top: 0;
        left: 0;
        color: #000;
        background: #fff;
        text-align: center;
        transform: translateY(-100%);
        transition: all 0.6s;
        width: 100%; }
        header nav.globalMenuSp ul {
          background: #f5f5f5;
          margin: 0 auto;
          padding: 0;
          width: 100%; }
          header nav.globalMenuSp ul li {
            list-style-type: none;
            padding: 0;
            width: 100%;
            border-bottom: 1px solid #555; }
            header nav.globalMenuSp ul li:last-child {
              padding-bottom: 0;
              border-bottom: none; }
            header nav.globalMenuSp ul li a {
              display: block;
              padding: 1.4em 0; } }
        @media screen and (max-width: 959px) and (max-width: 959px) {
          header nav.globalMenuSp ul li.comesoon {
            padding: 1.4em 0; } }
  @media screen and (max-width: 959px) {
          header nav.globalMenuSp ul ul.btn-navSp {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding: 1.5%; }
            header nav.globalMenuSp ul ul.btn-navSp li {
              width: 49%;
              border-bottom: none;
              padding-bottom: 1.5%; }
              header nav.globalMenuSp ul ul.btn-navSp li:nth-child(3), header nav.globalMenuSp ul ul.btn-navSp li:nth-child(4) {
                padding-bottom: 0px; }
        header nav.globalMenuSp.active {
          transform: translateY(0%); } }

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.13);
    transform: scale(1.13); } }
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.13);
    transform: scale(1.13); } }
.swiper-slide-active .bg1, .swiper-slide-duplicate-active .bg1, .swiper-slide-prev .bg1, .swiper-slide-active .bg2, .swiper-slide-duplicate-active .bg2, .swiper-slide-prev .bg2, .swiper-slide-active .bg3, .swiper-slide-duplicate-active .bg3, .swiper-slide-prev .bg3, .swiper-slide-active .bg4, .swiper-slide-duplicate-active .bg4, .swiper-slide-prev .bg4, .swiper-slide-active .bg5, .swiper-slide-duplicate-active .bg5, .swiper-slide-prev .bg5, .swiper-slide-active .bg6, .swiper-slide-duplicate-active .bg6, .swiper-slide-prev .bg6, .swiper-slide-active .bg7, .swiper-slide-duplicate-active .bg7, .swiper-slide-prev .bg7 {
  -webkit-animation: zoomUp 7s linear 0s;
  animation: zoomUp 7s linear 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.swiper-slide {
  overflow: hidden;
  height: 660px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .swiper-slide p.small {
    position: absolute;
    right: 10px;
    bottom: 0;
    color: #fff;
    text-shadow: 1px 2px 3px #000; }
  @media screen and (max-width: 559px) {
    .swiper-slide {
      height: 470px; } }

.bg1 {
  height: 660px;
  background-image: url("../images/bg1.jpg");
  background-size: cover;
  background-position: center center; }
  @media screen and (max-width: 959px) {
    .bg1 {
      background-position: left; } }
  @media screen and (max-width: 559px) {
    .bg1 {
      background-image: url("../images/bg1_sp.jpg");
      height: 470px; } }

.bg2 {
  height: 660px;
  background-size: cover;
  background-position: center center;
  background-image: url("../images/bg4.jpg"); }
  @media screen and (max-width: 959px) {
    .bg2 {
      background-repeat: no-repeat;
      background-size: cover; } }
  @media screen and (max-width: 559px) {
    .bg2 {
      background-image: url("../images/bg4_sp.jpg");
      background-position: bottom center;
      height: 470px; } }

.bg3 {
  height: 660px;
  background-image: url("../images/bg3.jpg");
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 959px) {
    .bg3 {
      background-position: center; } }
  @media screen and (max-width: 559px) {
    .bg3 {
      background-image: url("../images/bg3_sp.jpg");
      height: 470px; } }

.bg4 {
  height: 660px;
  background-image: url("../images/bg5.jpg");
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 959px) {
    .bg4 {
      background-position: center; } }
  @media screen and (max-width: 559px) {
    .bg4 {
      background-image: url("../images/bg5_sp.jpg");
      height: 470px; } }

.bg5 {
  height: 660px;
  background-image: url("../images/bg2.jpg");
  background-size: cover;
  background-position: center center; }
  @media screen and (max-width: 959px) {
    .bg5 {
      background-position: left; } }
  @media screen and (max-width: 559px) {
    .bg5 {
      background-image: url("../images/bg2_sp.jpg");
      height: 470px; } }

.bg6 {
  height: 660px;
  background-image: url("../images/bg6.jpg");
  background-size: cover;
  background-position: center center; }
  @media screen and (max-width: 959px) {
    .bg6 {
      background-position: left; } }
  @media screen and (max-width: 559px) {
    .bg6 {
      background-image: url("../images/bg6_sp.jpg");
      height: 470px; } }

.bg7 {
  height: 660px;
  background-image: url("../images/bg7.jpg");
  background-size: cover;
  background-position: center center; }
  @media screen and (max-width: 959px) {
    .bg7 {
      background-position: left; } }
  @media screen and (max-width: 559px) {
    .bg7 {
      background-image: url("../images/bg7_sp.jpg");
      height: 470px; } }

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

.txt_area {
  width: 590px;
  position: absolute;
  top: 10%;
  right: 5%; }
  @media screen and (max-width: 959px) {
    .txt_area {
      width: 500px;
      right: 30px; } }
  @media screen and (max-width: 559px) {
    .txt_area {
      width: 90%;
      margin: 0 auto;
      right: 0;
      left: 0; } }
  .txt_area.bg2_txt {
    top: auto;
    bottom: 10%;
    right: 0;
    left: 0;
    margin: 0 auto; }
    @media screen and (max-width: 559px) {
      .txt_area.bg2_txt {
        bottom: auto;
        top: 10%; } }
  .txt_area.bg3_txt {
    top: auto;
    bottom: 10%;
    right: auto;
    left: 5%;
    margin: 0 auto; }

main {
  position: relative; }

#meritbox {
  background: #3a0228; }
  #meritbox ul {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2.6em 0px; }
    @media screen and (max-width: 959px) {
      #meritbox ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    #meritbox ul li {
      width: 33%;
      text-align: center; }
      @media screen and (max-width: 959px) {
        #meritbox ul li {
          width: 100%; } }
      #meritbox ul li:nth-child(2) {
        border-right: 1px solid #fff;
        border-left: 1px solid #fff; }
        @media screen and (max-width: 959px) {
          #meritbox ul li:nth-child(2) {
            border-right: none;
            border-left: none;
            padding: 2.6em 0px; } }
      #meritbox ul li p {
        color: #fff;
        font-size: 1.4em; }
        #meritbox ul li p small {
          font-family: 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
          display: block;
          font-size: 0.8em; }
        #meritbox ul li p strong {
          color: #c5c963;
          font-size: 1.8em; }
        #meritbox ul li p span {
          display: block; }

.news {
  margin-top: 60px;
  text-align: center;
  /*    ul{
          li{
              img{width:400px;margin:40px auto 0px auto;
  	transform: translatey(0px);cursor: pointer;
  	animation: float 6s ease-in-out infinite;}
            &:hover{opacity: 0.7;}
             
          }
      }*/ }
  .news h2 {
    color: #a87f87;
    font-size: 1.4em; }
  .news p {
    margin-top: 10px; }
  .news ul li.message {
    padding: 2rem 20px;
    border: 1px solid #000; }
  .news ul li a {
    display: block; }
    .news ul li a:hover {
      opacity: 0.7;
      transition: 0.3s; }
  .news a.btn3 {
    width: 60%;
    background: #2b376b;
    margin: 20px auto 30px auto; }
  @media screen and (max-width: 959px) {
    .news ul {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .news ul li {
        width: 100%; }
        .news ul li.pcnone {
          display: none; } }
  @media screen and (max-width: 559px) {
    .news {
      margin-top: 40px; }
      .news a.btn3 {
        width: 90%;
        margin: 20px auto 40px auto; }
      .news p {
        font-size: 3.8vw; }
      .news ul li.pcnone {
        display: block; }
      .news ul li:nth-child(1) {
        margin-bottom: 2rem; } }

.new-box {
  margin-top: 80px;
  text-align: center; }
  .new-box strong {
    font-size: 3rem;
    letter-spacing: 0.1rem; }
  .new-box a.btn2 {
    margin: 2rem auto 0 auto;
    width: 50%; }
    .new-box a.btn2 img:hover {
      opacity: 0.8;
      transition: 0.3s; }
    .new-box a.btn2 img.camp {
      margin-top: 30px; }
  .new-box a.camp {
    margin: 2rem auto 0 auto;
    display: block;
    max-width: 600px; }
  @media screen and (max-width: 959px) {
    .new-box {
      margin-top: 40px; }
      .new-box a.btn2 {
        width: 80%; }
      .new-box a.camp {
        width: 80%; } }
  @media screen and (max-width: 559px) {
    .new-box strong {
      font-size: 5vw; } }

#information {
  background: #fff; }
  #information h2 {
    text-align: center;
    color: #a87f87;
    font-size: 1.4em;
    margin-bottom: 30px; }
  #information table {
    width: 70%;
    margin: 0 auto;
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif; }
    @media screen and (max-width: 959px) {
      #information table {
        width: 90%; } }
    @media screen and (max-width: 559px) {
      #information table {
        width: 100%; } }
    #information table tr th {
      font-weight: bold;
      padding-bottom: 10px; }
      @media screen and (max-width: 559px) {
        #information table tr th {
          display: block;
          width: 100%;
          padding-bottom: 0; } }
    #information table tr td {
      padding: 0px 0px 10px 10px; }
      @media screen and (max-width: 559px) {
        #information table tr td {
          display: block;
          width: 100%; } }
      #information table tr td a {
        border-bottom: 1px solid;
        color: #3a0228; }
  #information .box .txt {
    text-align: center; }
    #information .box .txt p {
      margin-top: 20px;
      font-size: 1.6em; }
      @media screen and (max-width: 559px) {
        #information .box .txt p {
          font-size: 1.2em; } }
    #information .box .txt strong {
      font-size: 2.8em;
      text-align: center;
      display: block; }
      @media screen and (max-width: 959px) {
        #information .box .txt strong {
          font-size: 2em; } }
      @media screen and (max-width: 559px) {
        #information .box .txt strong {
          font-size: 7vw; } }
      #information .box .txt strong span {
        color: #3D50FF; }
      #information .box .txt strong small {
        font-size: 0.8em; }
  #information .box ul {
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 959px) {
      #information .box ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    #information .box ul li {
      width: 48%; }
      @media screen and (max-width: 959px) {
        #information .box ul li {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          width: 100%; }
          #information .box ul li:first-child {
            margin-bottom: 30px; } }
      @media screen and (max-width: 959px) {
        #information .box ul li a.btn2 {
          width: 60%; } }
      @media screen and (max-width: 559px) {
        #information .box ul li a.btn2 {
          width: 90%; } }
  #information a.corona {
    display: block;
    padding: 20px;
    border: 1px solid #c5c5c5;
    text-align: center;
    margin-bottom: 5px;
    font-size: 20px; }

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999; }

.modal__bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  position: absolute;
  width: 100%; }

.modal__content.corona img {
  height: auto; }

.modal__content.corona {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0px;
  height: 90%;
  width: auto;
  overflow-y: scroll; }
  @media screen and (max-width: 959px) {
    .modal__content.corona {
      height: auto;
      width: 60%; } }
  @media screen and (max-width: 559px) {
    .modal__content.corona {
      width: 90%;
      height: 90%; } }

#price {
  background: #fff; }
  #price .all-price {
    background: #fff; }
    @media screen and (max-width: 559px) {
      #price .all-price .main_txt {
        font-size: 4.8vw; } }
    #price .all-price ul {
      margin-top: 30px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: center;
      align-items: center; }
      #price .all-price ul li {
        width: 28%; }
        @media screen and (max-width: 559px) {
          #price .all-price ul li {
            width: 46%; } }
        #price .all-price ul li.plus-icon {
          width: 5%; }
          @media screen and (max-width: 559px) {
            #price .all-price ul li.plus-icon {
              width: 5%; } }
          @media screen and (max-width: 959px) {
            #price .all-price ul li.plus-icon.pcnone {
              display: none; } }
          @media screen and (max-width: 559px) {
            #price .all-price ul li.plus-icon.pcnone {
              display: block; } }
          @media screen and (max-width: 559px) {
            #price .all-price ul li.plus-icon.spnone {
              display: none; } }
    #price .all-price a img.youtube_link {
      width: 380px;
      margin: 0 auto; }
      #price .all-price a img.youtube_link:hover {
        opacity: 0.8; }
      @media screen and (max-width: 559px) {
        #price .all-price a img.youtube_link {
          width: 100%; } }

.box-title {
  text-align: center;
  margin-bottom: 30px; }
  .box-title h2 {
    font-size: 2.8em;
    font-weight: 700; }
    .box-title h2 span {
      font-size: 0.6em; }
    @media screen and (max-width: 959px) {
      .box-title h2 {
        font-size: 1.6em; } }
  .box-title p {
    margin-top: 20px;
    font-size: 1em; }
    @media screen and (max-width: 559px) {
      .box-title p {
        font-size: 3.5vw; } }

#kukaku {
  background: #fff; }
  #kukaku .box ul {
    margin-top: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 559px) {
      #kukaku .box ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    #kukaku .box ul li {
      width: 33%;
      text-align: center;
      letter-spacing: 2px;
      font-size: 1.4em; }
      @media screen and (max-width: 559px) {
        #kukaku .box ul li {
          width: 100%; }
          #kukaku .box ul li:nth-child(2) {
            margin: 30px 0px; } }
      #kukaku .box ul li strong {
        font-size: 2em;
        font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; }
      #kukaku .box ul li span {
        background: linear-gradient(transparent 70%, #ffb0bf 70%); }

.fixed {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 60px 20px; }
  @media screen and (max-width: 559px) {
    .fixed {
      height: 1400px; } }

.bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.5s ease 0s;
  z-index: -1; }

.show .bg {
  opacity: 1; }

.bg._01 {
  background-image: url("../images/top_location_bg.jpg"); }

.bg._02 {
  background-image: url("../images/top_equipment_bg.jpg"); }

.bg._03 {
  background-image: url("../images/top_plan_bg.jpg"); }

#top-location .item, #top-equipment .item, #top-plan .item {
  background: rgba(141, 17, 101, 0.9);
  padding: 5em 3em;
  position: relative;
  width: 500px;
  color: #fff;
  text-align: center;
  margin: 0 50px 0 auto; }
  @media screen and (max-width: 559px) {
    #top-location .item, #top-equipment .item, #top-plan .item {
      width: 100%;
      margin: 0 auto;
      padding: 5em 2em; } }
  #top-location .item h2, #top-equipment .item h2, #top-plan .item h2 {
    font-size: 2.6em;
    letter-spacing: 7px; }
    @media screen and (max-width: 559px) {
      #top-location .item h2, #top-equipment .item h2, #top-plan .item h2 {
        font-size: 1.6em; } }
    #top-location .item h2 span, #top-equipment .item h2 span, #top-plan .item h2 span {
      font-size: 0.3em;
      display: block;
      letter-spacing: normal; }
      @media screen and (max-width: 559px) {
        #top-location .item h2 span, #top-equipment .item h2 span, #top-plan .item h2 span {
          font-size: 0.4em; } }
  #top-location .item p, #top-equipment .item p, #top-plan .item p {
    margin-top: 30px;
    text-align: left; }
  #top-location .item .btn-box, #top-equipment .item .btn-box, #top-plan .item .btn-box {
    background: #3a0228;
    padding: 2em 4em;
    bottom: -100px;
    right: -50px;
    position: absolute; }
    @media screen and (max-width: 559px) {
      #top-location .item .btn-box, #top-equipment .item .btn-box, #top-plan .item .btn-box {
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 90%;
        padding: 2em 1em; } }

#contact {
  background: #fff; }
  #contact ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 559px) {
      #contact ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    #contact ul li {
      width: 48%; }
  #contact .btn {
    font-size: 1.4em;
    padding: 1.4em; }
    @media screen and (max-width: 559px) {
      #contact .btn {
        width: 100%;
        font-size: 1em; } }
    #contact .btn::before {
      width: 20px;
      height: 20px; }
      @media screen and (max-width: 559px) {
        #contact .btn::before {
          margin-bottom: 5px; } }
  #contact .box {
    margin-top: 100px;
    text-align: center; }
    @media screen and (max-width: 559px) {
      #contact .box {
        margin-top: 40px; } }
    #contact .box p {
      margin-bottom: 20px; }
      @media screen and (max-width: 559px) {
        #contact .box p {
          font-size: 0.8em; } }
    #contact .box strong {
      font-size: 3em; }
      @media screen and (max-width: 559px) {
        #contact .box strong {
          font-size: 1.8em; } }
      #contact .box strong img {
        width: 50px;
        display: inline-block; }

footer {
  background: #fff;
  font-size: 0.9em; }
  @media screen and (max-width: 959px) {
    footer {
      padding-bottom: 45px; } }
  @media screen and (max-width: 559px) {
    footer {
      padding-bottom: 65px; } }
  footer p {
    margin-top: 10px; }
  footer a {
    color: #333;
    border: none; }
  footer img {
    width: 200px;
    margin: 0 auto; }
    @media screen and (max-width: 559px) {
      footer img {
        width: 150px; } }
  footer small {
    text-align: center;
    display: block;
    margin-top: 20px;
    color: #fff;
    background: #2b376b;
    padding: 5px 0px; }

@-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); } }
.popup.is-show {
  -webkit-animation: SlideIn 1s;
  animation: SlideIn 1s;
  opacity: 1;
  visibility: visible; }

.popup {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  right: 10px;
  bottom: 10px;
  width: 80%;
  max-width: 470px;
  z-index: 999; }
  @media screen and (max-width: 959px) {
    .popup {
      bottom: 50px; } }
  @media screen and (max-width: 559px) {
    .popup {
      display: none; } }

.close-btn {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%; }

.popup-inner img {
  width: 100%; }

@media screen and (max-width: 420px) {
  .popup {
    width: 50%;
    max-width: 100%; } }
@media screen and (max-width: 450px) {
  .popup {
    right: 0;
    bottom: 0;
    width: 100%;
    margin-bottom: 15.5%;
    display: none; } }
.popup.is-show {
  -webkit-animation: SlideIn 1s;
  animation: SlideIn 1s;
  opacity: 1;
  visibility: visible; }

.popup-inner img {
  width: 100%; }

.popup-inner a:hover {
  opacity: 1; }

@keyframes float {
  0% {
    transform: translatey(0px); }
  50% {
    transform: translatey(-20px); }
  100% {
    transform: translatey(0px); } }
/*modal*/
.modal__content {
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%; }
  .modal__content.festa {
    padding: 20px;
    height: 95%;
    width: 60%;
    text-align: center;
    overflow-y: scroll; }
    @media screen and (max-width: 959px) {
      .modal__content.festa {
        width: 80%;
        padding: 20px; } }
    @media screen and (max-width: 559px) {
      .modal__content.festa {
        width: 90%;
        padding: 0px;
        height: auto; } }

.breadcrumbs {
  padding: 10px 0px;
  font-size: 0.8em;
  color: #000;
  width: 100%; }
  .breadcrumbs li {
    display: inline-block; }
    .breadcrumbs li + li {
      padding-left: 10px; }
      .breadcrumbs li + li::before {
        display: inline-block;
        padding-right: 10px;
        content: ">"; }

.box-title2 {
  text-align: center;
  background: #3a0228;
  color: #fff;
  padding: 30px 0px; }
  .box-title2 h2 {
    font-size: 2.8em; }
    .box-title2 h2::before {
      content: "";
      background: url("../images/star.png");
      display: inline-block;
      width: 30px;
      height: 30px;
      background-size: contain;
      margin-right: 10px; }
      @media screen and (max-width: 959px) {
        .box-title2 h2::before {
          height: 18px;
          width: 18px; } }
    .box-title2 h2::after {
      content: "";
      background: url("../images/star.png");
      display: inline-block;
      width: 30px;
      height: 30px;
      background-size: contain;
      margin-left: 10px; }
      @media screen and (max-width: 959px) {
        .box-title2 h2::after {
          height: 18px;
          width: 18px; } }
    @media screen and (max-width: 959px) {
      .box-title2 h2 {
        font-size: 1.6em; } }
  .box-title2 span {
    font-size: 0.8em;
    display: block; }

#outline h3 {
  font-size: 1.4em;
  font-weight: bold; }
#outline table {
  margin-bottom: 60px;
  width: 100%; }
  @media screen and (max-width: 559px) {
    #outline table {
      margin-bottom: 40px; } }
  #outline table:first-child {
    margin-top: 60px; }
    @media screen and (max-width: 559px) {
      #outline table:first-child {
        margin-top: 40px; } }
  #outline table:last-child {
    margin: 0px; }
  #outline table tr {
    border-bottom: 1px solid #555; }
    #outline table tr:first-of-type {
      border-top: 1px solid #555; }
    #outline table tr th {
      width: 25%;
      padding: 20px 0px 20px 10px;
      background: #f5f5f5; }
      @media screen and (max-width: 559px) {
        #outline table tr th {
          width: 100%;
          display: block;
          padding: 10px 0px 10px 10px; } }
    #outline table tr td {
      width: 75%;
      padding: 20px 0px 20px 10px; }
      @media screen and (max-width: 559px) {
        #outline table tr td {
          width: 100%;
          display: block;
          padding: 20px 20px 20px 10px; } }

.page_bg {
  height: 470px;
  position: relative; }
  .page_bg p {
    position: absolute;
    bottom: 0;
    right: 10px;
    text-shadow: 1px 2px 3px #000;
    color: #fff; }
  @media screen and (max-width: 559px) {
    .page_bg {
      height: 300px; } }
  .page_bg.plan {
    background: url("../images/plan/bg_plan.jpg");
    background-size: cover; }
    @media screen and (max-width: 959px) {
      .page_bg.plan {
        background-position: right bottom; } }
  .page_bg.location {
    background: url("../images/location/bg_location.jpg");
    background-size: cover;
    background-position: bottom; }
    @media screen and (max-width: 959px) {
      .page_bg.location {
        background-position: left bottom; } }
  .page_bg.equipment {
    background: url("../images/equipment/bg_equipment.jpg");
    background-size: cover;
    background-position: bottom; }
    @media screen and (max-width: 959px) {
      .page_bg.equipment {
        background-position: left bottom; } }
  .page_bg.twobyfour {
    background: url("../images/twobyfour/bg_twobyfour.jpg");
    background-size: cover;
    background-position: center; }

.main_txt {
  text-align: center;
  font-size: 1.8em;
  margin: 60px 0px; }
  @media screen and (max-width: 959px) {
    .main_txt {
      font-size: 1.4em; } }
  @media screen and (max-width: 559px) {
    .main_txt {
      font-size: 5.6vw; } }

.video {
  max-width: 600px;
  height: 400px;
  margin: 2rem auto 0 auto; }
  @media screen and (max-width: 559px) {
    .video {
      width: 100%;
      height: 250px;
      margin: 2rem auto 0 auto; } }

#plan ul.kuga_nav {
  width: 100%;
  margin-top: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 559px) {
    #plan ul.kuga_nav {
      padding: 0px; } }
  #plan ul.kuga_nav li {
    width: 25%;
    color: #ccc;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ccc; }
    #plan ul.kuga_nav li.gray {
      background: #ccc;
      color: #fff; }
    @media screen and (max-width: 559px) {
      #plan ul.kuga_nav li {
        width: 50%; } }
    #plan ul.kuga_nav li:nth-child(7) {
      padding: 0px; }
    #plan ul.kuga_nav li:nth-child(1), #plan ul.kuga_nav li:nth-child(11), #plan ul.kuga_nav li:nth-child(10), #plan ul.kuga_nav li:nth-child(2), #plan ul.kuga_nav li:nth-child(9), #plan ul.kuga_nav li:nth-child(5), #plan ul.kuga_nav li:nth-child(3) {
      border-right: 1px solid #fff; }
    #plan ul.kuga_nav li a {
      background: #025bac;
      display: block;
      color: #fff;
      padding: 10px; }
      #plan ul.kuga_nav li a.free {
        background: #0086d1; }
      #plan ul.kuga_nav li a.kuga10 {
        background: #bd1923; }
#plan .box {
  padding-top: 130px; }
  #plan .box h3 {
    position: relative;
    background: #3a0228;
    color: #fff;
    padding: 15px 0px;
    text-align: center;
    font-size: 2.6em; }
    @media screen and (max-width: 959px) {
      #plan .box h3 {
        font-size: 1.6em;
        padding: 10px 0px; } }
    #plan .box h3::before {
      content: "";
      background: url("../images/star.png");
      display: inline-block;
      width: 30px;
      height: 30px;
      background-size: contain;
      margin-right: 10px; }
      @media screen and (max-width: 959px) {
        #plan .box h3::before {
          width: 18px;
          height: 18px; } }
    #plan .box h3 span {
      font-size: 0.7em; }
  #plan .box .inner {
    margin-top: 30px; }
    #plan .box .inner .item_txt {
      padding-left: 20px;
      order: 2;
      width: 40%;
      float: right; }
      @media screen and (max-width: 559px) {
        #plan .box .inner .item_txt {
          width: 100%;
          float: none;
          margin: 0 auto;
          padding: 0;
          text-align: center; } }
      #plan .box .inner .item_txt p {
        margin-bottom: 10px; }
        #plan .box .inner .item_txt p span.title {
          display: block; }
          @media screen and (max-width: 559px) {
            #plan .box .inner .item_txt p span.title {
              display: inline-block; } }
        #plan .box .inner .item_txt p span.bay {
          font-size: 1.2em; }
          @media screen and (max-width: 959px) {
            #plan .box .inner .item_txt p span.bay {
              font-size: 0.8em; } }
        #plan .box .inner .item_txt p strong {
          font-size: 2.6em;
          line-height: 1.2;
          text-align: right;
          width: 130px;
          display: inline-block; }
          @media screen and (max-width: 959px) {
            #plan .box .inner .item_txt p strong {
              font-size: 1.8em;
              width: 90px; } }
        @media screen and (max-width: 559px) {
          #plan .box .inner .item_txt p {
            font-size: 4vw; } }
    #plan .box .inner .item_big {
      width: 55%;
      order: 1;
      float: left; }
      #plan .box .inner .item_big .column3 {
        margin-top: 80px;
        margin-right: 20px;
        height: auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        #plan .box .inner .item_big .column3 .inner-item {
          width: 32%; }
          #plan .box .inner .item_big .column3 .inner-item img {
            width: 100%;
            box-shadow: 1px 2px 3px #ccc;
            border: 1px solid #ccc; }
      @media screen and (max-width: 559px) {
        #plan .box .inner .item_big {
          width: 100%;
          float: none; }
          #plan .box .inner .item_big .column3 {
            margin-top: 30px;
            margin-right: 0; } }
    #plan .box .inner .item {
      order: 3;
      width: 45%;
      float: right;
      margin-top: 30px; }
      @media screen and (max-width: 559px) {
        #plan .box .inner .item {
          width: 100%;
          float: none; } }
  #plan .box img.price_list5 {
    margin: 0px 0px 0px 10px; }
    @media screen and (max-width: 559px) {
      #plan .box img.price_list5 {
        width: 100%;
        margin: 0px; } }
  @media screen and (max-width: 559px) {
    #plan .box {
      padding-top: 40px; } }
#plan #kuga6.box h3, #plan #kuga7.box h3, #plan #kuga8.box h3 {
  background: #025bac; }
#plan #kuga10.box h3 {
  background: #bd1923; }
#plan .box.kuga123 h3 {
  background: #0086d1; }
#plan .kuga-img {
  position: relative; }
  #plan .kuga-img p.small {
    position: absolute;
    right: 10px;
    bottom: 0px;
    text-shadow: 1px 2px 3px #000;
    color: #fff; }
    @media screen and (max-width: 959px) {
      #plan .kuga-img p.small {
        right: 30px; } }
#plan .mainslider, #plan .mainslider2, #plan .mainslider3, #plan .mainslider4 {
  position: relative; }
  #plan .mainslider .swiper-container, #plan .mainslider2 .swiper-container, #plan .mainslider3 .swiper-container, #plan .mainslider4 .swiper-container {
    text-align: center;
    cursor: grab; }
  #plan .mainslider .swiper-container:active, #plan .mainslider2 .swiper-container:active, #plan .mainslider3 .swiper-container:active, #plan .mainslider4 .swiper-container:active {
    cursor: grabbing; }
  #plan .mainslider .swiper-container .swiper-slide img, #plan .mainslider2 .swiper-container .swiper-slide img, #plan .mainslider3 .swiper-container .swiper-slide img, #plan .mainslider4 .swiper-container .swiper-slide img {
    max-width: 100%;
    width: 100%;
    height: auto; }
  #plan .mainslider .swiper-slide, #plan .mainslider2 .swiper-slide, #plan .mainslider3 .swiper-slide, #plan .mainslider4 .swiper-slide {
    height: auto;
    position: relative; }
    #plan .mainslider .swiper-slide span.small, #plan .mainslider2 .swiper-slide span.small, #plan .mainslider3 .swiper-slide span.small, #plan .mainslider4 .swiper-slide span.small {
      position: absolute;
      bottom: 2px;
      right: 5px;
      z-index: 1;
      color: #fff;
      text-shadow: 1px 1px 2px #000; }
@media screen and (max-width: 559px) {
  #plan .video {
    width: 100%;
    height: 250px;
    margin: 2rem auto 0 auto; } }

.thumbs {
  height: 10%;
  box-sizing: border-box;
  padding: 10px 0; }

.thumbs .swiper-slide {
  width: 16%;
  height: auto;
  opacity: 0.3;
  cursor: grab; }

.thumbs .swiper-slide:active {
  cursor: grabbing; }

.thumbs .swiper-slide-active {
  opacity: 1; }

.swiper-button-next, .swiper-button-prev {
  background-size: contain;
  width: 95px;
  height: 60px; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("../images/modelroom/arrow_right.svg");
  margin-right: -30px; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("../images/modelroom/arrow_left.svg");
  margin-left: -30px; }

.swiper-blind-left, .swiper-blind-right {
  display: none; }

@media screen and (max-width: 559px) {
  .thumbs .swiper-slide {
    width: 30%; } }
#location #shopping {
  background: #da8485; }
#location #public {
  background: #5eb361; }
#location #medical {
  background: #596bad; }
#location #education {
  background: #ce8d3d; }
#location .box {
  color: #fff;
  text-align: center; }
  #location .box img.icon {
    width: 100px;
    margin: 0 auto;
    border: 2px solid #fff;
    padding: 15px; }
  #location .box h3 {
    font-size: 1.6em;
    margin: 30px 0px; }
    #location .box h3 span {
      font-size: 0.6em;
      display: block; }
  #location .box ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 559px) {
      #location .box ul {
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: start;
        align-items: flex-start; } }
    #location .box ul li {
      width: 32%;
      margin-right: 2%;
      margin-bottom: 20px; }
      #location .box ul li:nth-child(3), #location .box ul li:nth-child(6), #location .box ul li:nth-child(9), #location .box ul li:nth-child(12) {
        margin-right: 0px; }
      @media screen and (max-width: 559px) {
        #location .box ul li {
          width: 48%;
          margin-right: 0px; } }
      #location .box ul li h4 {
        font-size: 0.9em;
        margin-top: 10px; }
        @media screen and (max-width: 559px) {
          #location .box ul li h4 {
            font-size: 3.2vw; } }
      #location .box ul li p {
        font-size: 0.9em; }
        #location .box ul li p span {
          font-size: 1.6em; }

@media screen and (max-width: 559px) {
  #equipment .main_txt {
    font-size: 5.4vw; } }
#equipment p.small {
  margin-top: 10px; }
#equipment .title-bar {
  background: #da8485;
  margin-bottom: 10px; }
  #equipment .title-bar h3 {
    font-size: 1.8em;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 559px) {
      #equipment .title-bar h3 {
        font-size: 1.2em; } }
    #equipment .title-bar h3 span {
      font-size: 0.5em;
      display: block;
      margin-left: 10px; }
  #equipment .title-bar img {
    width: 70px;
    display: inline-block;
    margin: 10px;
    border: 2px solid #fff;
    padding: 15px; }
    @media screen and (max-width: 559px) {
      #equipment .title-bar img {
        width: 50px;
        padding: 8px; } }
#equipment #tab2 .title-bar {
  background: #596bad; }
#equipment #tab3 .title-bar {
  background: #5eb361; }
#equipment #tab4 .title-bar {
  background: #ce8d3d; }
#equipment #kitchen, #equipment #bathroom, #equipment #security, #equipment #structure {
  margin-bottom: 60px; }
  @media screen and (max-width: 959px) {
    #equipment #kitchen, #equipment #bathroom, #equipment #security, #equipment #structure {
      margin-bottom: 30px; } }
#equipment .box {
  margin-bottom: 30px;
  /*    &.column4 {
    ul {
      @include flexAlignTop();@include flexAlignLeft();
        @include medium{@include flexAlignBetween();
    @include flexWrap();}
      li {
        width: 24%;
          @include medium{width:48%;
          }
          &:not(:last-child){margin-right:20px;
          @include medium{margin:0;}
          
          }
          
              &:nth-child(3),&:nth-child(4){
                  @include medium{
                      margin-top:30px;}}
      }
    }
  }*/ }
  #equipment .box .item {
    margin-bottom: 10px; }
  @media screen and (max-width: 959px) {
    #equipment .box {
      margin-bottom: 30px; } }
  #equipment .box ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 559px) {
      #equipment .box ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    #equipment .box ul.column2 {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #equipment .box ul.column2 li {
        width: 48%;
        margin-bottom: 30px; }
        @media screen and (max-width: 959px) {
          #equipment .box ul.column2 li {
            width: 100%; } }
        @media screen and (max-width: 959px) {
          #equipment .box ul.column2 li ul.column2 li {
            width: 48%; }
            #equipment .box ul.column2 li ul.column2 li:nth-child(3), #equipment .box ul.column2 li ul.column2 li:nth-child(4) {
              margin-bottom: 0px; } }
    #equipment .box ul.column3 li {
      width: 31%; }
    #equipment .box ul.column4 {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      @media screen and (max-width: 959px) {
        #equipment .box ul.column4 {
          -ms-flex-pack: justify;
          justify-content: space-between; } }
      #equipment .box ul.column4 li {
        width: 23.6%;
        margin-right: 1.86%; }
        @media screen and (max-width: 959px) {
          #equipment .box ul.column4 li {
            width: 48%;
            margin-right: 0px; } }
        #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; }
        #equipment .box ul.column4 li:not(:last-child) {
          margin-bottom: 30px; }
    @media screen and (max-width: 559px) {
      #equipment .box ul li {
        width: 100%; } }
    #equipment .box ul li .cap {
      position: relative; }
      #equipment .box ul li .cap p.small {
        position: absolute;
        right: 0;
        bottom: 0;
        font-size: 8px;
        font-family: 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
        background: rgba(255, 255, 255, 0.7); }
    #equipment .box ul li h4 {
      font-family: 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
      font-weight: bold;
      margin-top: 10px; }
      @media screen and (max-width: 559px) {
        #equipment .box ul li h4 {
          font-size: 0.9em; } }
    #equipment .box ul li p {
      margin-top: 5px;
      font-size: 0.9em; }
      @media screen and (max-width: 559px) {
        #equipment .box ul li p {
          font-size: 0.8em; } }
      #equipment .box ul li p span {
        font-size: 0.8em; }
@media screen and (max-width: 959px) {
  #equipment #structure .box ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.tabContents .tab-title {
  margin: 30px 0px;
  font-size: 1.8em;
  text-align: center; }
  .tabContents .tab-title h3::before {
    content: "";
    background: url(../images/star_black.png);
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: contain;
    margin-right: 10px; }
  .tabContents .tab-title h3::after {
    content: "";
    background: url(../images/star_black.png);
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: contain;
    margin-left: 10px; }
  .tabContents .tab-title span {
    font-size: 0.5em;
    display: block; }

ul.tab {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 559px) {
    ul.tab {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  ul.tab li {
    width: 25%;
    text-align: center;
    background: #f4f4f4; }
    @media screen and (max-width: 559px) {
      ul.tab li {
        width: 50%; } }
    ul.tab li.active {
      background: #3a0228; }
      ul.tab li.active a {
        color: #fff; }
    ul.tab li a {
      padding: 20px 0px;
      display: block; }
      @media screen and (max-width: 559px) {
        ul.tab li a {
          padding: 15px 0px; } }

@media screen and (max-width: 559px) {
  #twobyfour p {
    font-size: 0.9em; } }
#twobyfour ul.tab li {
  width: 32.5%; }
@media screen and (max-width: 559px) {
  #twobyfour ul.tab {
    font-size: 0.7em; } }
@media screen and (max-width: 559px) {
  #twobyfour .tabContents .tab-title {
    font-size: 5vw; } }
#twobyfour .block {
  margin-bottom: 80px; }
  @media screen and (max-width: 559px) {
    #twobyfour .block {
      margin-bottom: 40px; } }
  #twobyfour .block .title h4 {
    text-align: center;
    font-size: 1.6em;
    color: #8d1165;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px; }
    #twobyfour .block .title h4:before {
      content: "";
      -ms-flex-positive: 1;
      -webkit-box-flex: 1;
      flex-grow: 1;
      height: 1px;
      background: #8d1165;
      display: block;
      margin-right: 30px; }
    #twobyfour .block .title h4:after {
      content: "";
      -ms-flex-positive: 1;
      -webkit-box-flex: 1;
      flex-grow: 1;
      height: 1px;
      background: #8d1165;
      display: block;
      margin-left: 30px; }
  #twobyfour .block .title h5 {
    background: #8d1165;
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    color: #fff;
    padding: 5px 0px 5px 20px;
    margin-bottom: 10px; }
  #twobyfour .block .title p {
    margin-bottom: 30px; }
  #twobyfour .block .title strong {
    font-size: 1.6em;
    text-align: center;
    margin-bottom: 30px;
    display: block; }
  @media screen and (max-width: 559px) {
    #twobyfour .block .title h4 {
      font-size: 4.9vw; }
    #twobyfour .block .title strong {
      font-size: 3.5vw; }
    #twobyfour .block .title h5 {
      padding: 5px 5px 5px 10px; } }
#twobyfour .text {
  line-height: 1.6; }
  #twobyfour .text p:not(:last-child) {
    margin-bottom: 10px; }
#twobyfour .column2, #twobyfour .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #twobyfour .column2 li, #twobyfour .column2 .img, #twobyfour .column2 .txt, #twobyfour .item li, #twobyfour .item .img, #twobyfour .item .txt {
    width: 48%; }
    #twobyfour .column2 li.gochic, #twobyfour .column2 .img.gochic, #twobyfour .column2 .txt.gochic, #twobyfour .item li.gochic, #twobyfour .item .img.gochic, #twobyfour .item .txt.gochic {
      font-family: 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
      font-size: 0.8em; }
    #twobyfour .column2 li h5, #twobyfour .column2 .img h5, #twobyfour .column2 .txt h5, #twobyfour .item li h5, #twobyfour .item .img h5, #twobyfour .item .txt h5 {
      margin-bottom: 10px;
      font-size: 1.2em; }
    @media screen and (max-width: 559px) {
      #twobyfour .column2 li, #twobyfour .column2 .img, #twobyfour .column2 .txt, #twobyfour .item li, #twobyfour .item .img, #twobyfour .item .txt {
        width: 100%; } }
  @media screen and (max-width: 559px) {
    #twobyfour .column2 img, #twobyfour .item img {
      margin-bottom: 10px; } }
#twobyfour .item {
  border: 2px solid #000;
  padding: 20px; }
  #twobyfour .item.red {
    border: 2px solid  #D72326; }
    #twobyfour .item.red h5 {
      color: #D72326; }
    #twobyfour .item.red p {
      color: #D72326; }
    @media screen and (max-width: 559px) {
      #twobyfour .item.red {
        margin-bottom: 20px; } }
#twobyfour li.case {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif; }
  #twobyfour li.case h5 {
    background: #8d1165;
    padding: 10px 0px 10px 20px;
    color: #fff;
    font-size: 1em; }
  #twobyfour li.case p {
    font-size: 0.8em; }
    #twobyfour li.case p:not(last-child) {
      margin-bottom: 10px; }
  #twobyfour li.case img:not(last-child) {
    margin-bottom: 10px; }
  #twobyfour li.case .case1 {
    border: 2px solid #D72326;
    padding: 20px;
    margin-bottom: 20px; }
    #twobyfour li.case .case1 h5 {
      margin-bottom: 10px;
      background: none;
      color: #D72326;
      border-left: 5px solid #D72326;
      padding-left: 15px; }
    #twobyfour li.case .case1 strong {
      margin-bottom: 10px;
      display: block; }
    @media screen and (max-width: 559px) {
      #twobyfour li.case .case1 {
        padding: 10px;
        font-size: 0.8em; }
        #twobyfour li.case .case1 strong {
          font-size: 0.9em; } }
#twobyfour #firestop .column2 li.text, #twobyfour #insulation .column2 li.text {
  order: -1; }
#twobyfour #firestop .column2 li.img, #twobyfour #insulation .column2 li.img {
  order: 2; }
#twobyfour #firestop .column2.left_main li.img, #twobyfour #insulation .column2.left_main li.img {
  width: 25%; }
#twobyfour #firestop .column2.left_main li.text, #twobyfour #insulation .column2.left_main li.text {
  width: 70%;
  font-size: 0.8em;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif; }
  #twobyfour #firestop .column2.left_main li.text .title p, #twobyfour #insulation .column2.left_main li.text .title p {
    margin-bottom: 20px; }
@media screen and (max-width: 559px) {
  #twobyfour #firestop .column2.left_main li.img, #twobyfour #firestop .column2.left_main li.text, #twobyfour #insulation .column2.left_main li.img, #twobyfour #insulation .column2.left_main li.text {
    width: 100%; } }
@media screen and (max-width: 559px) {
  #twobyfour #firestop .column2 li.text, #twobyfour #insulation .column2 li.text {
    margin-bottom: 20px; } }
#twobyfour #firestop .item, #twobyfour #insulation .item {
  border: none;
  padding: 0px; }
  @media screen and (max-width: 559px) {
    #twobyfour #firestop .item, #twobyfour #insulation .item {
      width: 100%; }
      #twobyfour #firestop .item .txt, #twobyfour #insulation .item .txt {
        width: 48%; } }
@media screen and (max-width: 559px) {
  #twobyfour #insulation .tab-title h3 {
    font-size: 4vw; } }

.banner {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 300px; }
  @media screen and (max-width: 559px) {
    .banner {
      position: relative;
      margin: 0 auto; } }
  .banner a img {
    width: 300px; }

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