header {
  width: 100%; }

.hero {
  width: 100%;
  height: 140px;
  background: url(../img/hero.jpg) no-repeat center center #ae9778;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: -webkit- center;
  align-items: center; }
  .hero h1 {
    width: 1000px;
    margin: 0 auto;
    color: #ffffff;
    font-weight: bold; }

.bgLine {
  background: url(../../common/img/bg_line.gif) repeat center top; }

.content {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 100px; }
  .content .breadcrumb {
    width: 1000px;
    margin: 0 auto;
    font-size: 1.4rem;
    padding: 20px 0 50px; }
    .content .breadcrumb li {
      display: inline-block;
      background: url(../../common/img/bc_slash.png) no-repeat left center;
      padding: 0 5px 0 25px; }
      .content .breadcrumb li:first-child {
        padding: 0 5px 0 0;
        background: none; }
  .content .tableBox {
    width: 960px;
    margin: 0 auto;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: -webkit- space-between;
    justify-content: space-between; }
    .content .tableBox .img {
      width: 292px; }
    .content .tableBox table {
      width: 630px;
      border-right: 1px solid #dcdee2;
      border-bottom: 1px solid #dcdee2;
      border-collapse: collapse; }
      .content .tableBox table tr th {
        width: 165px;
        text-align: left;
        font-size: 1.6rem;
        padding: 18px 15px 18px 25px;
        background-color: #ebf0f7;
        border-top: 1px solid #dcdee2;
        border-left: 1px solid #dcdee2; }
      .content .tableBox table tr td {
        text-align: left;
        font-size: 1.6rem;
        padding: 20px 15px;
        background-color: #ffffff;
        border-top: 1px solid #dcdee2; }
        .content .tableBox table tr td a {
          color: #284f72 !important;
          text-decoration: underline; }
          .content .tableBox table tr td a:hover {
            text-decoration: none; }
  .content .btn {
    width: 290px;
    margin: 50px auto 100px;
    background-color: #284f72;
    border-radius: 5px; }
    .content .btn a {
      width: 100%;
      height: 100%;
      padding: 15px 0;
      display: block;
      text-align: center;
      color: #ffffff;
      font-size: 1.8rem;
      line-height: 1;
      background: url(../../common/img/btn_fw.png) no-repeat 95% center; }
      .content .btn a:hover {
        text-decoration: none; }
  .content ul.prize {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px; }
    .content ul.prize li {
      width: 292px;
      margin-right: 42px; }
      .content ul.prize li p {
        padding: 10px 0 40px;
        font-size: 1.6rem; }
      .content ul.prize li:nth-child(3n) {
        margin-right: 0; }
  .content h2 {
    margin: 60px auto;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: bold;
    padding-bottom: 10px;
    background: url(../../common/img/ttl_bg.png) no-repeat center bottom; }

ul.mapList {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between; }
  ul.mapList li {
    width: 49%; }
    ul.mapList li .mapTtl {
      font-size: 20px; }
    ul.mapList li .mapTxt {
      font-size: 12px;
      line-height: 2; }
    ul.mapList li #map, ul.mapList li #map2 {
      width: 490px;
      margin-top: 30px;
      height: 480px; }
      ul.mapList li #map iframe, ul.mapList li #map2 iframe {
        width: 490px;
        height: 480px; }

ul.map {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: -webkit- center;
  justify-content: center; }
  ul.map li {
    width: 49%; }
    ul.map li .mapTtl {
      font-size: 20px; }
    ul.map li .mapTxt {
      font-size: 12px;
      line-height: 2; }
    ul.map li #map {
      width: 490px;
      margin-top: 30px;
      height: 480px; }
      ul.map li #map iframe {
        width: 490px;
        height: 480px; }

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