body {
  background-color: #edeff2;
  font-family: 'Open Sans', sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

.button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #69b9ff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #92a0ad;
}

.button.tab:hover {
  background-color: #2e80b6;
}

.button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #676770;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-bar {
  background-color: #fff;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #69b9ff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  position: relative;
  overflow: visible;
  padding: 80px 10px;
  background-color: #fff;
  text-align: center;
}

.section.accent {
  display: none;
  overflow: visible;
  background-color: #192024;
  opacity: 1;
}

.section.about-section {
  display: block;
  padding-top: 40px;
  padding-bottom: 10px;
}

.section.about-section.gray {
  background-color: #676770;
}

.white-box {
  display: block;
  padding: 15px;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.white-box.transparent {
  border-style: none;
  background-color: transparent;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  padding-top: 195px;
  padding-bottom: 195px;
  border-bottom: 4px solid #69b9ff;
  background-image: -webkit-linear-gradient(270deg, rgba(46, 157, 255, .5), rgba(46, 157, 255, .22)), url('../images/photo-1416359658663-73a3834895eb.jpg');
  background-image: linear-gradient(180deg, rgba(46, 157, 255, .5), rgba(46, 157, 255, .22)), url('../images/photo-1416359658663-73a3834895eb.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
  text-align: center;
}

.hero-heading {
  margin-bottom: 30px;
  margin-left: 0px;
  padding-left: 0px;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-subheading {
  margin-bottom: 40px;
  color: #2e9dff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #adadc0;
  font-size: 43px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading.centered.white {
  color: #fff;
}

.section-heading.centered.festa_font {
  font-size: 60px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.section-subheading {
  display: block;
  margin-top: 50px;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
}

.section-subheading.center {
  width: 450px;
  margin-left: 10px;
  float: left;
  clear: none;
  color: #8e8e9c;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-subheading.center.off-white {
  padding-bottom: 0px;
  float: right;
  clear: none;
  color: #e8e8e8;
}

.section-subheading.color {
  color: #fff;
}

.section-title-group {
  margin-bottom: 60px;
}

.form-field {
  height: 45px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  border-top: 1px solid #dbdbdb;
  background-color: #383838;
  text-align: center;
}

.footer.thanks_footer {
  background-color: #fff;
}

.footer.jazzstreet_footer {
  background-color: #edeff2;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #9e9e9e;
  font-size: 16px;
}

.grid-image {
  display: block;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  border: 10px solid #fff;
  border-radius: 50%;
  background-color: #69b9ff;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5e0;
  color: #668cad;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(0, 140, 255, .84);
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  margin-bottom: 20px;
  color: #fff;
}

.form {
  margin-top: 40px;
}

.point {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  background-color: #888894;
  color: #fff;
  font-size: 22px;
  text-decoration: none;
}

.nav {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
  float: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #4375a1;
  text-align: left;
}

.nav.festa_nav {
  background-color: #8e8e9c;
  color: #5c5cd8;
}

.nav.nav_festa_item {
  background-color: #8e8e9c;
}

.nav-item {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  float: none;
  clear: none;
  border-style: none;
  border-width: 1px;
  border-color: #000 #fff #000 #000;
  color: #fff;
  text-align: center;
}

.support_form {
  margin-top: 30px;
}

.story_text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
}

.comming_soon {
  margin-top: 20px;
  font-size: 40px;
}

.festa {
  height: 550px;
  border-right: 1px none #000;
  border-left: 1px solid #000;
  background-image: url('../images/交野ヶ原フェスタチラシ表の下半分の透過-1.png'), url('../images/7a89f3f7a72d2e11bf3708235e985cbf_s.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, cover;
  background-repeat: repeat-y, repeat-y;
  background-attachment: scroll, scroll;
}

.festa_nav_item {
  position: relative;
  width: 170px;
  border-left: 1px solid #676770;
  color: #fff;
  text-align: center;
}

.festa_nav_item.festa_nav_item_right {
  border-right: 1px solid #676770;
}

.festa-section {
  margin-top: 40px;
}

.festa_text {
  margin-top: 63px;
  margin-bottom: 0px;
}

.fests_flyer {
  display: block;
  margin-bottom: 0px;
  padding-bottom: 20px;
  background-color: #fff;
  text-align: center;
}

.flyer_img {
  display: block;
  direction: ltr;
  text-align: left;
}

.flyer_h2 {
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 0px;
  color: #8e8e9c;
  font-size: 30px;
  font-weight: 800;
}

.flyer_link {
  text-align: left;
}

.supposorship_image {
  display: block;
  margin-right: 30px;
  margin-left: 30px;
  float: none;
  clear: none;
}

.supponsorship_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
}

.sponsorship_text {
  display: inline-block;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Merriweather, serif;
  color: #000;
  font-size: 30px;
  font-style: normal;
}

.sponsorship_text.sponsorship_text_sub {
  margin-bottom: 20px;
}

.sponsorship_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sponsorship_box.sponsorship_box_sub {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.sponsorship_text_small {
  margin-top: 5px;
  margin-bottom: 5px;
}

.booth_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 396px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.column_text {
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.column_h3 {
  text-decoration: none;
  text-transform: none;
}

.booth_section {
  margin-bottom: 30px;
}

.sponsorship_h2 {
  text-align: left;
}

.sponsorship_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 360px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sponsorship_column.column2 {
  height: 360px;
}

.sponsorship_column.column3 {
  height: 150px;
}

.sponsorship_column.column4 {
  height: 170px;
}

.sponsorship_row {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column3_text {
  font-size: 13px;
}

.column4 {
  font-size: 12px;
}

.column4.small {
  font-size: 8px;
  letter-spacing: 0px;
}

.suponsorship_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.festa_link {
  position: static;
  right: 58px;
  bottom: -20px;
  margin-top: 0px;
  padding-top: 0px;
  float: none;
  clear: none;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: perspective(935px);
  transform: perspective(935px);
  -webkit-transform-origin: 50% 50% 0px;
  -ms-transform-origin: 50% 50% 0px;
  transform-origin: 50% 50% 0px;
  text-align: center;
}

.thanks_banar {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  max-width: 50%;
  margin-top: 120px;
  margin-right: auto;
  margin-left: auto;
  border-style: none;
  border-color: #000;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
  text-align: left;
}

.jazzstreet_top {
  position: relative;
  height: 490px;
  background-color: #fff;
  background-image: url('../images/jazzstreet5.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.jazzstreet_description {
  background-color: #ebb11f;
}

.jazzstreet_title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  color: #060000;
  text-align: center;
}

.jazzstreet_text {
  font-family: Oswald, sans-serif;
  color: #060000;
}

.jazz_street {
  position: relative;
  height: 80px;
  background-color: #c31133;
}

.jazzstreet_time {
  position: absolute;
  left: 0px;
  top: 35%;
  right: 0%;
  bottom: 0px;
  display: block;
  margin: auto;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 46px;
  text-align: center;
}

.jazzstreet_kikkashu {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}

.jazzstreet_body {
  background-color: #fff;
}

.jazzstreet_access {
  margin-bottom: 20px;
  background-color: #fff;
}

.kikujiro {
  position: absolute;
  right: 3%;
  bottom: 40px;
  opacity: 1;
}

.oushi {
  position: absolute;
  left: 3%;
  top: 40px;
  opacity: 1;
}

.jazzstreet_subtitle {
  position: relative;
  font-family: Oswald, sans-serif;
  font-size: 40px;
}

.jazzstreet_info {
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
}

.new_text {
  position: absolute;
  margin-left: 20px;
  -webkit-transform: skew(10deg, 0deg);
  -ms-transform: skew(10deg, 0deg);
  transform: skew(10deg, 0deg);
  color: #cf404d;
}

.jazzstreet_info_text {
  border: 15px solid #edeff2;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000003, 0.6000000000000003);
  -ms-transform: scale(0.6000000000000003, 0.6000000000000003);
  transform: scale(0.6000000000000003, 0.6000000000000003);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media (max-width: 991px) {
  .navigation-link {
    color: hsla(0, 0%, 100%, .52);
  }
  .navigation-link.w--current {
    color: #fff;
  }
  .hamburger-button.w--open {
    background-color: #3b99d9;
  }
  .navigation-menu {
    background-color: #3b99d9;
  }
  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }
  .grid-image {
    width: 50%;
    padding: 15px;
  }
  .festa {
    background-repeat: no-repeat, no-repeat;
  }
  .jazz_street.tb {
    height: 80px;
    line-height: 23px;
  }
  .jazzstreet_time.pc {
    top: 15%;
    font-size: 36px;
    line-height: 49px;
  }
  .kikujiro {
    display: none;
  }
  .oushi {
    display: none;
    overflow: visible;
  }
}

@media (max-width: 767px) {
  .button.full-width {
    margin-right: auto;
    margin-left: auto;
  }
  .button.tab {
    font-size: 12px;
  }
  .white-box {
    margin-bottom: 30px;
  }
  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }
  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }
  .hero-subheading {
    font-size: 18px;
  }
  .form-field.text-area {
    display: block;
  }
  .grid-image {
    width: 20%;
    padding: 20px;
  }
  .spc {
    margin-bottom: 30px;
  }
}

@media (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }
  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-heading.centered.festa_font {
    margin-bottom: 0px;
    font-size: 23px;
  }
  .section-subheading.center {
    width: 280px;
    line-height: 30px;
  }
  .grid-image {
    width: 35%;
  }
  .nav {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    direction: ltr;
  }
  .festa {
    height: 300px;
    background-repeat: no-repeat, no-repeat;
  }
  .thanks_banar {
    max-width: 80%;
  }
  .jazzstreet_top {
    height: 400px;
  }
  .jazzstreet_title {
    font-size: 20px;
    line-height: 30px;
  }
  .jazzstreet_text {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 12px;
  }
  .jazzstreet_time {
    top: 15%;
    font-size: 24px;
  }
  .jazzstreet_time.pc {
    font-size: 22px;
    line-height: 30px;
  }
  .new_text {
    margin-left: 10px;
  }
}

