@charset "UTF-8";
/*--------------------------------------------------------------
# Variable
--------------------------------------------------------------*/
body, html {
  height: 100%; }

body#top #page {
  height: 100%; }

body#top #key {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 700px;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 60px;
  z-index: 1; }
  body#top #key #key-logo {
    position: absolute;
    z-index: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    filter: alpha(opacity=100); }
    body#top #key #key-logo svg {
      width: 350px;
      height: auto;
      -webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.8));
      filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.8)); }
  body#top #key ul#key-slide {
    margin: 0;
    padding: 0;
    height: 100%;
    max-height: 700px;
    list-style: none; }
    body#top #key ul#key-slide .slick-list {
      height: 100%; }
      body#top #key ul#key-slide .slick-list .slick-track {
        height: 100%; }
        body#top #key ul#key-slide .slick-list .slick-track .slick-slide {
          height: 100%; }
          body#top #key ul#key-slide .slick-list .slick-track .slick-slide a {
            pointer-events: none;
            display: block;
            height: 100%;
            background-size: cover;
            background-position: center; }

body#top #content {
  padding-top: 10px; }

body#top #caution {
  width: 1000px;
  margin: 0 auto;
  border: 2px solid #e00000;
  padding: 15px 25px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
  body#top #caution h3 {
    margin: 0;
    font-weight: 800;
    font-size: 16px;
    font-size: 1.6rem; }
  body#top #caution .cution-content {
    padding: 0 0 0 20px; }
    body#top #caution .cution-content p {
      margin: 0;
      font-weight: 500;
      font-size: 13px;
      font-size: 1.3rem; }
    body#top #caution .cution-content a,
    body#top #caution .cution-content a:link,
    body#top #caution .cution-content a:visited,
    body#top #caution .cution-content a:active {
      color: #e00000;
      text-decoration: underline; }
    body#top #caution .cution-content a:hover {
      text-decoration: none; }

body#top #event-slide {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0; }
  body#top #event-slide .slider .slick-list .slick-track .slick-slide {
    padding: 5px;
    margin: 0 5px;
    border-radius: 3px;
    border: 1px solid #dadada; }
    body#top #event-slide .slider .slick-list .slick-track .slick-slide .slide-ttl {
      font-weight: 500;
      font-size: 13px;
      font-size: 1.3rem;
      margin: 5px 0; }
  body#top #event-slide .slider .slick-list .slick-track a,
  body#top #event-slide .slider .slick-list .slick-track a:link,
  body#top #event-slide .slider .slick-list .slick-track a:visited,
  body#top #event-slide .slider .slick-list .slick-track a:active {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    text-decoration: none;
    height: 200px; }
    body#top #event-slide .slider .slick-list .slick-track a .slide-img,
    body#top #event-slide .slider .slick-list .slick-track a:link .slide-img,
    body#top #event-slide .slider .slick-list .slick-track a:visited .slide-img,
    body#top #event-slide .slider .slick-list .slick-track a:active .slide-img {
      overflow: hidden;
      height: 130px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      background: #f7f7f7; }
    body#top #event-slide .slider .slick-list .slick-track a img,
    body#top #event-slide .slider .slick-list .slick-track a:link img,
    body#top #event-slide .slider .slick-list .slick-track a:visited img,
    body#top #event-slide .slider .slick-list .slick-track a:active img {
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
      transform: scale(1); }
  body#top #event-slide .slider .slick-list .slick-track a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); }
    body#top #event-slide .slider .slick-list .slick-track a:hover img {
      transform: scale(1.12); }

body#top #main {
  width: 1000px;
  margin: 0 auto;
  display: block; }
  body#top #main .main-cul .sec-common .sec-wrap {
    padding: 0 10px; }
    body#top #main .main-cul .sec-common .sec-wrap h2 {
      word-break: break-all;
      font-family: 'Vidaloka', serif;
      font-size: 40px;
      font-size: 4rem;
      margin: 0; }
    body#top #main .main-cul .sec-common .sec-wrap a,
    body#top #main .main-cul .sec-common .sec-wrap a:link,
    body#top #main .main-cul .sec-common .sec-wrap a:visited,
    body#top #main .main-cul .sec-common .sec-wrap a:active {
      display: block;
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
      text-decoration: none; }
      body#top #main .main-cul .sec-common .sec-wrap a img,
      body#top #main .main-cul .sec-common .sec-wrap a:link img,
      body#top #main .main-cul .sec-common .sec-wrap a:visited img,
      body#top #main .main-cul .sec-common .sec-wrap a:active img {
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        transform: scale(1); }
    body#top #main .main-cul .sec-common .sec-wrap a:hover {
      opacity: 0.8;
      filter: alpha(opacity=80); }
      body#top #main .main-cul .sec-common .sec-wrap a:hover img {
        transform: scale(1.12); }
    body#top #main .main-cul .sec-common .sec-wrap .rec-cul {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      body#top #main .main-cul .sec-common .sec-wrap .rec-cul a,
      body#top #main .main-cul .sec-common .sec-wrap .rec-cul a:link,
      body#top #main .main-cul .sec-common .sec-wrap .rec-cul a:visited,
      body#top #main .main-cul .sec-common .sec-wrap .rec-cul a:active {
        width: 50%; }
      body#top #main .main-cul .sec-common .sec-wrap .rec-cul a:nth-child(odd) {
        padding-right: 5px; }
      body#top #main .main-cul .sec-common .sec-wrap .rec-cul .rec-box {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        border: 1px solid #dadada;
        margin-bottom: 20px; }
        body#top #main .main-cul .sec-common .sec-wrap .rec-cul .rec-box .rec-img {
          position: relative;
          line-height: 0;
          width: 30%;
          margin: 0 15px 0 0;
          overflow: hidden;
          height: 110px;
          max-height: 110px; }
          body#top #main .main-cul .sec-common .sec-wrap .rec-cul .rec-box .rec-img img {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            max-width: 150%;
            max-height: 150%; }
        body#top #main .main-cul .sec-common .sec-wrap .rec-cul .rec-box .rec-txt {
          width: 70%;
          padding: 5px; }
          body#top #main .main-cul .sec-common .sec-wrap .rec-cul .rec-box .rec-txt h3 {
            margin: 0 0 5px 0;
            font-size: 16px;
            font-size: 1.6rem; }
          body#top #main .main-cul .sec-common .sec-wrap .rec-cul .rec-box .rec-txt p {
            margin: 0;
            font-size: 15px;
            font-size: 1.5rem;
            width: 95%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
            body#top #main .main-cul .sec-common .sec-wrap .rec-cul .rec-box .rec-txt p br {
              display: none; }
  body#top #main .sub-cul {
    padding-left: 10px;
    width: auto; }
    body#top #main .sub-cul .party-plan {
      padding: 5px;
      border: 1px solid #dadada;
      border-radius: 1px; }
      body#top #main .sub-cul .party-plan h3 {
        word-break: break-all;
        font-family: 'Vidaloka', serif;
        font-size: 30px;
        font-size: 3rem;
        margin: 0; }
      body#top #main .sub-cul .party-plan p {
        font-size: 15px;
        font-size: 1.5rem;
        margin-top: 0; }
  body#top #main #primary {
    padding: 20px 0 30px 0; }
    body#top #main #primary h2 {
      word-break: break-all;
      font-family: 'Vidaloka', serif;
      font-size: 40px;
      font-size: 4rem;
      margin: 0; }
    body#top #main #primary #primary-wrap .news-list {
      padding: 10px 5px;
      border-bottom: 1px solid #333; }
      body#top #main #primary #primary-wrap .news-list a,
      body#top #main #primary #primary-wrap .news-list a:link,
      body#top #main #primary #primary-wrap .news-list a:visited,
      body#top #main #primary #primary-wrap .news-list a:active {
        display: block;
        opacity: 1;
        filter: alpha(opacity=100);
        text-decoration: none;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        padding: 5px 0;
        border-bottom: 1px solid #d4d4d4; }
        body#top #main #primary #primary-wrap .news-list a img,
        body#top #main #primary #primary-wrap .news-list a:link img,
        body#top #main #primary #primary-wrap .news-list a:visited img,
        body#top #main #primary #primary-wrap .news-list a:active img {
          -webkit-transition: all .5s ease;
          -moz-transition: all .5s ease;
          -o-transition: all .5s ease;
          transition: all .5s ease;
          transform: scale(1); }
      body#top #main #primary #primary-wrap .news-list a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
        body#top #main #primary #primary-wrap .news-list a:hover img {
          transform: scale(1.12); }
      body#top #main #primary #primary-wrap .news-list .news-img {
        width: 40%;
        line-height: 0;
        margin: 0 10px 0 0;
        overflow: hidden;
        height: 88px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        background: #f7f7f7; }
        body#top #main #primary #primary-wrap .news-list .news-img img {
          width: 100%; }
      body#top #main #primary #primary-wrap .news-list .news-txt .date {
        margin: 0;
        padding-right: 10px;
        font-size: 1.4rem; }
      body#top #main #primary #primary-wrap .news-list .news-txt .name {
        margin: 0;
        font-size: 1.4rem; }
  body#top #main #secondary .tribe-event-featured {
    background: initial; }
  body#top #main #secondary .tribe-list-widget {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    body#top #main #secondary .tribe-list-widget li {
      width: 24%;
      margin: 0 0.5%; }
      body#top #main #secondary .tribe-list-widget li a,
      body#top #main #secondary .tribe-list-widget li a:link,
      body#top #main #secondary .tribe-list-widget li a:visited,
      body#top #main #secondary .tribe-list-widget li a:active {
        position: relative;
        display: block;
        line-height: 0;
        margin: 10px 0;
        overflow: hidden;
        max-height: 150px; }
      body#top #main #secondary .tribe-list-widget li .tribe-event-date-end,
      body#top #main #secondary .tribe-list-widget li .tribe-event-time {
        display: none; }
      body#top #main #secondary .tribe-list-widget li .tribe-event-title {
        z-index: 100;
        line-height: 1.5;
        padding: 2px 5px;
        margin: 0;
        left: 0;
        position: absolute;
        display: block;
        font-family: Font Awesome\ 5 Free,'Noto Sans JP', "Hiragino Kaku Gothic","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Frutiger,Helvetica,sans-serif;
        background: rgba(255, 255, 255, 0.8);
        color: #333;
        font-size: 15px;
        font-size: 1.5rem;
        top: 0; }
      body#top #main #secondary .tribe-list-widget li .tribe-event-date-start {
        background: rgba(51, 51, 51, 0.8);
        color: #fff;
        font-size: 12px;
        font-size: 1.2rem;
        bottom: 0;
        z-index: 100;
        line-height: 1.5;
        padding: 2px 5px;
        left: 0;
        position: absolute;
        display: block;
        font-family: Font Awesome\ 5 Free,'Noto Sans JP', "Hiragino Kaku Gothic","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Frutiger,Helvetica,sans-serif; }
      body#top #main #secondary .tribe-list-widget li .tribe-event-title:before {
        display: none; }
  body#top #main #secondary #side-tw-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 700px;
    margin: 20px auto; }
    body#top #main #secondary #side-tw-wrap .tw-wrap {
      padding: 0 10px;
      width: 50%; }
    body#top #main #secondary #side-tw-wrap img {
      padding: 0 10px;
      width: 50%;
      height: 50%; }
  body#top #main #secondary #custom_html-2 {
    width: 700px;
    margin: 0 auto; }
    body#top #main #secondary #custom_html-2 .textwidget {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      body#top #main #secondary #custom_html-2 .textwidget .bnrs {
        width: 50%;
        padding: 5px; }

body#top .plane-sec-common .plane-sec-wrap {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0; }
  body#top .plane-sec-common .plane-sec-wrap h2 {
    word-break: break-all;
    font-family: 'Vidaloka', serif;
    font-size: 40px;
    font-size: 4rem;
    margin: 0; }

body#top #contact {
  background: #949494;
  color: #fff; }
  body#top #contact .plane-sec-wrap form {
    width: 500px;
    margin: 0 auto; }
  body#top #contact .plane-sec-wrap h2 {
    text-align: center; }
  body#top #contact .plane-sec-wrap .contact-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 30px; }
    body#top #contact .plane-sec-wrap .contact-wrap .dj-party,
    body#top #contact .plane-sec-wrap .contact-wrap .party {
      border: 1px solid #fff;
      border-radius: 3px;
      width: 50%;
      padding: 10px; }
      body#top #contact .plane-sec-wrap .contact-wrap .dj-party h3,
      body#top #contact .plane-sec-wrap .contact-wrap .party h3 {
        font-family: 'Vidaloka', serif;
        font-size: 25px;
        font-size: 2.5rem;
        text-align: center;
        margin: 0 0 10px 0;
        max-width: 80%;
        margin: 0 auto 40px;
        padding: 0 0 10px;
        border-bottom: 1px solid #fff;
        color: #fff; }
      body#top #contact .plane-sec-wrap .contact-wrap .dj-party .party-plan,
      body#top #contact .plane-sec-wrap .contact-wrap .party .party-plan {
        padding: 0 10px; }
    body#top #contact .plane-sec-wrap .contact-wrap .party {
      margin-right: 5px; }
    body#top #contact .plane-sec-wrap .contact-wrap .dj-party {
      margin-left: 5px; }
  body#top #contact .plane-sec-wrap .info-ttl {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 5px 0; }
  body#top #contact .plane-sec-wrap input[type="submit"],
  body#top #contact .plane-sec-wrap button {
    -webkit-appearance: none;
    position: relative;
    display: block;
    width: 340px;
    max-width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    background: #333;
    border: none;
    text-align: center;
    line-height: 50px;
    font-weight: normal;
    font-size: 1.6rem;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
    z-index: 2;
    margin: 20px auto 0 auto; }

body#top #map .plane-sec-wrap {
  width: auto; }
  body#top #map .plane-sec-wrap h2 {
    text-align: center; }
  body#top #map .plane-sec-wrap .map-wrap {
    margin-top: 30px; }
    body#top #map .plane-sec-wrap .map-wrap img {
      width: 50%;
      height: 50%;
      margin-right: 5px; }
    body#top #map .plane-sec-wrap .map-wrap iframe {
      width: 50%;
      height: auto; }
    body#top #map .plane-sec-wrap .map-wrap .iframe-responsive {
      position: relative;
      width: 100%;
      max-height: 500px;
      height: 500px; }
    body#top #map .plane-sec-wrap .map-wrap .iframe-responsive iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      max-height: 500px;
      height: 500px; }

body#top .inv-recaptcha-holder {
  display: none; }

@media screen and (max-width: 980px) {
  body#top #key {
    max-height: 400px;
    padding-top: 40px; }
    body#top #key #key-logo svg {
      width: 200px; }
    body#top #key ul#key-slide {
      max-height: 400px; }
      body#top #key ul#key-slide .slick-list .slick-track .slick-slide a {
        display: block; }
  body#top #caution {
    width: auto;
    margin: 0 10px 20px;
    border: 2px solid #e00000;
    padding: 10px 15px;
    display: block; }
    body#top #caution h3 {
      margin: 0 0 10px 0;
      font-weight: 800;
      font-size: 16px;
      font-size: 1.6rem; }
    body#top #caution .cution-content {
      padding: 0; }
  body#top #event-slide {
    width: auto;
    padding: 0 10px; }
    body#top #event-slide .slider .slick-prev {
      left: 10px;
      z-index: 900; }
    body#top #event-slide .slider .slick-next {
      right: 10px; }
    body#top #event-slide .slider .slick-prev:before, body#top #event-slide .slider .slick-next:before {
      color: #fff; }
    body#top #event-slide .slider .slick-list .slick-track a .slide-img,
    body#top #event-slide .slider .slick-list .slick-track a:link .slide-img,
    body#top #event-slide .slider .slick-list .slick-track a:visited .slide-img,
    body#top #event-slide .slider .slick-list .slick-track a:active .slide-img {
      height: 120px; }
  body#top #main {
    display: block;
    width: auto;
    margin: 0 auto; }
    body#top #main .main-cul {
      width: auto; }
      body#top #main .main-cul .sec-common .sec-wrap {
        padding: 0 5px; }
        body#top #main .main-cul .sec-common .sec-wrap h2 {
          font-size: 35px;
          font-size: 3.5rem; }
        body#top #main .main-cul .sec-common .sec-wrap a,
        body#top #main .main-cul .sec-common .sec-wrap a:link,
        body#top #main .main-cul .sec-common .sec-wrap a:visited,
        body#top #main .main-cul .sec-common .sec-wrap a:active {
          opacity: 1;
          filter: alpha(opacity=100); }
        body#top #main .main-cul .sec-common .sec-wrap a:hover {
          opacity: 1;
          filter: alpha(opacity=100); }
        body#top #main .main-cul .sec-common .sec-wrap .rec-cul {
          display: block; }
          body#top #main .main-cul .sec-common .sec-wrap .rec-cul a,
          body#top #main .main-cul .sec-common .sec-wrap .rec-cul a:link,
          body#top #main .main-cul .sec-common .sec-wrap .rec-cul a:visited,
          body#top #main .main-cul .sec-common .sec-wrap .rec-cul a:active {
            width: 100%; }
          body#top #main .main-cul .sec-common .sec-wrap .rec-cul a:nth-child(odd) {
            padding-right: 0; }
          body#top #main .main-cul .sec-common .sec-wrap .rec-cul .rec-box {
            display: block; }
            body#top #main .main-cul .sec-common .sec-wrap .rec-cul .rec-box .rec-img {
              width: 100%;
              max-height: 230px;
              height: auto; }
              body#top #main .main-cul .sec-common .sec-wrap .rec-cul .rec-box .rec-img img {
                position: static;
                top: auto;
                left: auto;
                -webkit-transform: inherit;
                -ms-transform: inherit;
                transform: inherit;
                width: 100%; }
            body#top #main .main-cul .sec-common .sec-wrap .rec-cul .rec-box .rec-txt {
              width: 100%;
              padding: 10px; }
              body#top #main .main-cul .sec-common .sec-wrap .rec-cul .rec-box .rec-txt h3 {
                font-size: 18px;
                font-size: 1.8rem;
                font-weight: 700; }
              body#top #main .main-cul .sec-common .sec-wrap .rec-cul .rec-box .rec-txt p {
                width: auto;
                overflow: visible;
                text-overflow: initial;
                white-space: initial; }
    body#top #main .sub-cul {
      width: auto;
      padding: 0 10px; }
      body#top #main .sub-cul #secondary section {
        margin: 5px 0; }
      body#top #main .sub-cul #secondary .textwidget {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        body#top #main .sub-cul #secondary .textwidget img {
          width: 50%;
          height: 50%;
          padding: 5px; }
        body#top #main .sub-cul #secondary .textwidget img:first-child {
          width: 100%; }
      body#top #main .sub-cul .party-plan h3 {
        font-size: 30px;
        font-size: 3rem; }
    body#top #main #primary {
      padding: 0 5px; }
      body#top #main #primary h2 {
        font-size: 35px;
        font-size: 3.5rem; }
      body#top #main #primary #primary-wrap .news-list {
        width: 100%; }
    body#top #main #secondary {
      margin: 20px 0; }
      body#top #main #secondary .tribe-list-widget li {
        width: 50%;
        height: auto;
        margin: 3px 0;
        padding: 0 3px; }
      body#top #main #secondary #side-tw-wrap {
        width: auto;
        display: block;
        margin: 20px auto; }
        body#top #main #secondary #side-tw-wrap .tw-wrap {
          padding: 20px 0;
          width: auto; }
        body#top #main #secondary #side-tw-wrap img {
          padding: 0;
          width: auto; }
      body#top #main #secondary #custom_html-3 {
        display: block;
        width: auto;
        margin: 0 auto; }
        body#top #main #secondary #custom_html-3 .textwidget {
          display: block; }
          body#top #main #secondary #custom_html-3 .textwidget img {
            width: 100%;
            padding: 5px 0; }
      body#top #main #secondary #custom_html-2 {
        display: block;
        width: auto;
        margin: 0 auto; }
        body#top #main #secondary #custom_html-2 .textwidget {
          display: block; }
          body#top #main #secondary #custom_html-2 .textwidget img {
            width: 100%;
            padding: 5px 0; }
          body#top #main #secondary #custom_html-2 .textwidget .bnrs {
            padding: 0; }
          body#top #main #secondary #custom_html-2 .textwidget a.bnrs,
          body#top #main #secondary #custom_html-2 .textwidget a.bnrs:link,
          body#top #main #secondary #custom_html-2 .textwidget a.bnrs:visited,
          body#top #main #secondary #custom_html-2 .textwidget a.bnrs:active {
            padding: 0; }
  body#top .plane-sec-common .plane-sec-wrap h2 {
    font-size: 40px;
    font-size: 4rem; }
  body#top #contact .plane-sec-wrap {
    width: auto;
    padding: 20px 5px; }
    body#top #contact .plane-sec-wrap form {
      width: auto;
      padding: 0 10px; }
      body#top #contact .plane-sec-wrap form input {
        width: 100%;
        padding: 10px; }
      body#top #contact .plane-sec-wrap form textarea {
        padding: 10px; }
    body#top #contact .plane-sec-wrap h2 {
      text-align: center; }
    body#top #contact .plane-sec-wrap .contact-wrap {
      display: block;
      margin-top: 30px; }
      body#top #contact .plane-sec-wrap .contact-wrap .dj-party,
      body#top #contact .plane-sec-wrap .contact-wrap .party {
        width: auto;
        margin: 0; }
        body#top #contact .plane-sec-wrap .contact-wrap .dj-party h3,
        body#top #contact .plane-sec-wrap .contact-wrap .party h3 {
          font-size: 25px;
          font-size: 2.5rem; }
      body#top #contact .plane-sec-wrap .contact-wrap .dj-party {
        margin-top: 30px; }
    body#top #contact .plane-sec-wrap .contact {
      margin-top: 30px; }
    body#top #contact .plane-sec-wrap .info-ttl {
      font-size: 15px;
      font-size: 1.5rem; }
  body#top #map {
    padding: 0; }
    body#top #map .plane-sec-wrap {
      width: auto; }
      body#top #map .plane-sec-wrap h2 {
        text-align: center; }
      body#top #map .plane-sec-wrap .map-wrap {
        display: block;
        margin-top: 30px; }
        body#top #map .plane-sec-wrap .map-wrap img {
          display: none;
          width: auto;
          height: auto;
          margin: 0; }
        body#top #map .plane-sec-wrap .map-wrap .iframe-responsive {
          max-height: 300px;
          height: 300px; }
        body#top #map .plane-sec-wrap .map-wrap .iframe-responsive iframe {
          max-height: 300px;
          height: 300px; } }
