@charset "UTF-8";
/* ==================================

css：index.htmlスタイル

================================== */
#top_logo {
  top: 74px;
  left: 0;
  right: 0;
  margin: auto;
  width: 567px;
  height: 86px;
}
#top_logo h1 {
  padding-left: 0;
}

/* --- 見出し --- */
h1 {
  font-size: 1em;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 40px;
  padding-left: 45px;
  background-position: 15px 8px;
  background-repeat: no-repeat;
}

/* -----コンテンツ----- */
#contents {
  width: 100%;
  min-width: 1000px;
  height: auto;
  background-image: url(../img/common_img/contents_bg_rp.png);
  background-position: top;
  background-repeat: repeat-x;
  background-color: #78bd36;
}

#contents_inner {
  width: 1000px;
  overflow: hidden;
  height: auto;
  margin: 0 auto;
}

#primary {
  position: relative;
  width: 1000px;
  height: auto;
  background: #FFF;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  behavior: url(htc/PIE.htc);
}

#primary_inner {
  width: 940px;
  margin: 0 auto;
}

.float_wrapper:after {
  height: 0;
  clear: both;
  visibility: hidden;
  display: block;
  content: ".";
}

#event {
  width: 460px;
  height: 400px;
  float: left;
  box-sizing: border-box;
}

#event iframe {
  margin-top: 6px;
  border: none;
}

#event h1 {
  background-image: url(../img/common_img/event_marker.gif);
}

#information {
  width: 460px;
  float: right;
}

#information h1 {
  background-image: url(../img/common_img/information_marker.gif);
}

#move {
  width: 100%;
  height: 340px;
}

#move h1 {
  background-image: url(../img/common_img/move_marker.gif);
}

#move .under_space {
  width: 930px;
}

#move p.move_center {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
  font-size: 0.875em;
  font-size: 1.4rem;
}

.move_wrapper {
  margin-bottom: 20px;
}

.move_wrapper:after {
  visibility: hidden;
  height: 0;
  clear: both;
  display: block;
  content: ".";
}

.move_wrapper iframe {
  margin-left: 8px;
}

.move_link {
  text-align: right;
}

.move_link a {
  font-size: 0.75em;
  font-size: 1.2rem;
  font-weight: bold;
  color: #01489d;
  text-align: right;
  margin-right: 15px;
  text-decoration: none;
}

.move_link a:hover {
  text-decoration: underline;
}

#secondly {
  position: relative;
  width: 1000px;
  height: auto;
  margin-top: 40px;
  margin-bottom: 30px;
  padding: 20px 0;
  background: #FFFFFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  behavior: url(htc/PIE.htc);
}

#secondly:after {
  clear: both;
  visibility: hidden;
  content: ".";
  height: 0;
  display: block;
}

#secondly ul {
  position: relative;
  float: left;
  left: 50%;
}

#secondly ul li {
  position: relative;
  float: left;
  left: -50%;
  margin-left: 20px;
}

/*250227追記 TOP右下固定バナー*/
#flt_bnr {
  max-width: 400px;
  position: fixed;
  right: 1%;
  bottom: 1%;
}

#flt_bnr a {
  transition: 0.3s;
}

#flt_bnr a:hover {
  opacity: 0.7;
}

#flt_bnr a img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 112%;
  }
  #flt_bnr {
    width: 100%;
    max-width: initial;
    right: 0;
    bottom: 0;
  }
}

@media ( max-width: 1840px ) {
  a#back-top {
    position: relative !important;
    bottom: 141px !important;
  }
}

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