@charset "UTF-8";
/***************************************************************
File name  　　　　 : 　　　common.css
Description 　　　　:　　　 共通スタイル定義
Date       　　　　 :      2019/04
**************************************************************/
/*-------------------------------------------------------------
body
-------------------------------------------------------------*/
body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 18px;
  color: #363636;
  position: relative;
  letter-spacing: 0.1em;
  min-width: 1240px; }

a {
  color: #363636;
  text-decoration: none;
  opacity: 1; }
  a:hover {
    cursor: pointer;
    opacity: 0.7; }
  a img {
    box-shadow: #000 0 0 0; }

.wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative; }

.clearfix:after {
  display: block;
  visibility: hidden;
  content: ".";
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0; }

.font {
  font-family: Verdana,"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; }

input {
  vertical-align: middle;
  position: relative;
  top: -1px;
  cursor: pointer; }

/*placeholder*/
:placeholder-shown {
  color: #999; }

::-webkit-input-placeholder {
  color: #999; }

:-moz-placeholder {
  color: #999;
  opacity: 1; }

::-moz-placeholder {
  color: #999;
  opacity: 1; }

:-ms-input-placeholder {
  color: #999; }

label {
  cursor: pointer;
  margin: 0;
  padding: 0; }

.webFontJP {
  font-family: 'Noto Sans JP', sans-serif; }

.brSp {
  display: none; }

.brPc {
  display: block; }

.dispSp {
  display: none; }

.dispPc {
  display: block; }

@keyframes cloudMove {
  0% {
    background-position: 0 0, 0 0; }
  100% {
    background-position: 1000px 0,650px 0; } }
/*-------------------------------------------------------------
main
-------------------------------------------------------------*/
.gridWrap {
  background: #fff;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  position: relative;
  box-sizing: border-box;
  padding: 0 10px; }

.stage a {
	display: block;
	margin-bottom: 10px;
}
.stage a:last-child {
	margin-bottom: 0;
}
.pickup {
  padding-top: 80px; }
  .pickup h2 {
    position: absolute;
    top: -15px;
    left: -15px; }

.info {
  padding-top: 20px; }
  .info:after {
    content: "";
    width: 86px;
    height: 87px;
    background: url(../img/main/ico_info.png) top left no-repeat;
    position: absolute;
    top: -15px;
    left: -15px; }
  .info h2 {
    text-align: center;
    margin-bottom: 20px; }


main .wrap .event {
	width: 710px;
	height: 480px;
}
.event {
  padding-top: 20px; }
  .event:after {
    content: "";
    width: 86px;
    height: 87px;
    background: url(../img/main/ico_event.png) top left no-repeat;
    position: absolute;
    top: -15px;
    left: -15px; }
  .event h2 {
    text-align: center;
    margin-bottom: 20px; }
.event>div>div {
	border-top: 1px dotted #ababab;
	clear: both;
}
.event .event_wrap {
	overflow-y: scroll;
	height: 360px;
}
.event .event_wrap a:hover {
	display: block;
	width: 100%;
	opacity: 0.7;
}
.event .event_date {
	color: #da658f;
	font-weight: bold;
	width: 32%;
	padding: 2%;
	float: left;
}
.event .event_ttl {
	font-weight: bold;
	width: 60%;
	padding: 2%;
	float: left;
}


.guide {
  padding-top: 20px; }
  .guide:after {
    content: "";
    width: 86px;
    height: 87px;
    background: url(../img/main/ico_guide.png) top left no-repeat;
    position: absolute;
    top: -15px;
    left: -15px; }
  .guide h2 {
    text-align: center;
    margin-bottom: 20px; }

.access {
  padding-top: 20px; }
  .access:after {
    content: "";
    width: 86px;
    height: 87px;
    background: url(../img/main/ico_access.png) top left no-repeat;
    position: absolute;
    top: -15px;
    left: -15px; }
  .access h2 {
    text-align: center;
    margin-bottom: 20px; }

header {
  width: 100%;
  height: 430px;
  box-sizing: border-box;
  padding-top: 45px;
  background: #6ac4c9; }
  header #bgCloud {
    position: absolute;
    top: -45px;
    width: 100%;
    height: 430px;
    margin: 0 auto;
    background: url(../img/header/bg_cloud1.png), url(../img/header/bg_cloud2.png);
    animation: cloudMove 60s linear infinite; }
  header #cloud1 {
    position: absolute;
    top: 42px;
    left: 8px; }
  header #cloud2 {
    position: absolute;
    top: 23px;
    right: 15px; }
  header .wrap #park {
    position: absolute;
    top: 372px;
    left: 0px;
    top: 327px;
    left: -146px; }
  header .wrap #cloud3 {
    position: absolute;
    top: 240px;
    left: 142px; }
  header .wrap ul li {
    float: left;
    margin-left: 25px;
    position: relative; }
    header .wrap ul li:first-child {
      width: 220px;
      margin: 0; }
      header .wrap ul li:first-child > img {
		border-radius: 5px;
		box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.15);
        margin-bottom: 25px; }
      header .wrap ul li:first-child .gridWrap {
        width: 220px;
        height: 95px;
        box-sizing: border-box;
        padding: 10px 12px 0; }
        header .wrap ul li:first-child .gridWrap h2 {
          line-height: 1;
          margin-bottom: 10px; }
        header .wrap ul li:first-child .gridWrap div {
          line-height: 1;
          font-weight: bold;
          letter-spacing: 0;
          margin-bottom: 10px; }
        header .wrap ul li:first-child .gridWrap p {
          line-height: 1;
          font-size: 16px; }
    header .wrap ul li:nth-child(2) {
      width: 710px;
      height: 480px; }
      header .wrap ul li:nth-child(2) .gridWrap {
        width: 710px;
        height: 480px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        box-sizing: border-box;
        padding: 24px 10px 0; }
        header .wrap ul li:nth-child(2) .gridWrap h2 {
          text-align: center;
          margin-bottom: 20px; }
        header .wrap ul li:nth-child(2) .gridWrap > img {
          margin-bottom: 16px; }
        header .wrap ul li:nth-child(2) .gridWrap p {
          line-height: 1.8;
          font-weight: bold;
          box-sizing: border-box;
          padding: 0 15px; }
    header .wrap ul li:last-child {
      width: 220px;
      height: 480px; }
      header .wrap ul li:last-child .gridWrap {
        width: 220px;
        height: 480px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; }

main {
  width: 100%;
  padding: 120px 0;
  background: url(../img/main/bg.gif) top left repeat; }
  main .wrap #grid > li {
    float: left;
    margin-left: 25px;
    margin-bottom: 25px; }
    main .wrap #grid > li:nth-child(1) {
      margin-left: 0; }
      main .wrap #grid > li:nth-child(1) > .gridWrap {
        width: 465px;
        height: 480px; }
    main .wrap #grid > li:nth-child(3) {
      margin-left: 0; }
      main .wrap #grid > li:nth-child(3) > .gridWrap {
        width: 955px;
        height: 3242px;
        box-sizing: border-box;
        padding-left: 40px;
        padding-right: 40px; }
    main .wrap #grid > li:nth-child(4) > .gridWrap {
      width: 220px;
      padding: 10px;
      margin-bottom: 26px; }
      main .wrap #grid > li:nth-child(4) > .gridWrap:last-child {
        margin-bottom: 0; }
    main .wrap #grid > li:nth-child(5) {
      margin-left: 0;
      margin-bottom: 0; }
      main .wrap #grid > li:nth-child(5) > .gridWrap {
        width: 220px;
        height: 227px;
        padding: 10px;
        margin-bottom: 25px; }
      main .wrap #grid > li:nth-child(5) #pic {
        width: 220px;
        height: 227px;
        box-sizing: border-box;
        padding: 40px 0 0 18px; }
    main .wrap #grid > li:nth-child(6) {
      margin-bottom: 0; }
      main .wrap #grid > li:nth-child(6) > .gridWrap {
        width: 955px;
        height: 480px; }
  main .wrap .cat {
    margin-bottom: 50px; }
    main .wrap .cat h3 {
      width: 875px;
      height: 45px;
      color: #fff;
      text-align: center;
      border-radius: 5px;
      font-size: 26px;
      line-height: 1;
      box-sizing: border-box;
      padding-top: 10px;
      padding-bottom: 5px; }
    main .wrap .cat ul {
      font-size: 0px;
      margin-left: -25px; }
      main .wrap .cat ul li {
        display: inline-block;
        margin-top: 27px;
        font-size: 18px;
        margin-left: 25px;
        font-weight: bold;
        letter-spacing: 0.005em; }
        main .wrap .cat ul li span {
          display: inline-block;
          line-height: 1;
          color: #fff;
          text-align: center;
          padding: 5px;
          margin-right: 10px;
          border-radius: 5px;
          font-weight: normal;
          letter-spacing: 0; }
        main .wrap .cat ul li a {
          text-decoration: underline; }
        main .wrap .cat ul li .pdf {
          background: url(../img/main/ico_pdf.gif) no-repeat right;
          padding-right: 25px; }
  main .wrap #play h3 {
    background: url(../img/main/bg_blue.gif) top left repeat-x; }
  main .wrap #play ul li span {
    background: url(../img/main/bg_blue.gif) top left repeat-x; }
  main .wrap #eat h3 {
    background: url(../img/main/bg_green.gif) top left repeat-x; }
  main .wrap #eat ul li span {
    background: url(../img/main/bg_green.gif) top left repeat-x; }
  main .wrap #stay h3 {
    background: url(../img/main/bg_orange.gif) top left repeat-x; }
  main .wrap #stay ul li span {
    background: url(../img/main/bg_orange.gif) top left repeat-x; }
  main .wrap #present h3 {
    background: url(../img/main/bg_dark_blue.gif) top left repeat-x; }
  main .wrap #present ul li span {
    background: url(../img/main/bg_dark_blue.gif) top left repeat-x; }
  main .wrap #facility {
    width: 875px;
    height: 213px;
    box-sizing: border-box;
    border-radius: 5px;
    background: url(../img/main/bg_cream.gif) top left repeat;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 25px 40px; }
    main .wrap #facility h3 {
      width: 100%;
      text-align: center;
      font-size: 24px;
      font-weight: bold;
      display: inline-block;
      line-height: 1;
      position: relative; }
      main .wrap #facility h3:before {
        content: "";
        width: 322px;
        height: 3px;
        background: url(../img/main/img_green_dot.png) left no-repeat;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -1.5px; }
      main .wrap #facility h3:after {
        content: "";
        width: 322px;
        height: 3px;
        background: url(../img/main/img_green_dot.png) left no-repeat;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -1.5px; }
    main .wrap #facility ul {
      font-size: 0px;
      margin-left: -20px;
      padding-top: 10px; }
      main .wrap #facility ul li {
        font-size: 17px;
        line-height: 1;
        font-weight: bold;
        display: inline-block;
        margin-top: 20px;
        margin-left: 20px;
        position: relative;
        padding-left: 30px; }
        main .wrap #facility ul li:after {
          content: "";
          width: 24px;
          height: 24px;
          position: absolute;
          top: 50%;
          left: 0;
          margin-top: -12px; }
        main .wrap #facility ul li:nth-child(1):after {
          background: url(../img/main/facility/ico_1.png) left no-repeat; }
        main .wrap #facility ul li:nth-child(2):after {
          background: url(../img/main/facility/ico_2.png) left no-repeat; }
        main .wrap #facility ul li:nth-child(3):after {
          background: url(../img/main/facility/ico_3.png) left no-repeat; }
        main .wrap #facility ul li:nth-child(4):after {
          background: url(../img/main/facility/ico_4.png) left no-repeat; }
        main .wrap #facility ul li:nth-child(5):after {
          background: url(../img/main/facility/ico_5.png) left no-repeat; }
        main .wrap #facility ul li:nth-child(6):after {
          background: url(../img/main/facility/ico_6.png) left no-repeat; }
        main .wrap #facility ul li:nth-child(7):after {
          background: url(../img/main/facility/ico_7.png) left no-repeat; }
        main .wrap #facility ul li:nth-child(8):after {
          background: url(../img/main/facility/ico_8.png) left no-repeat; }
        main .wrap #facility ul li:nth-child(9):after {
          background: url(../img/main/facility/ico_9.png) left no-repeat; }
        main .wrap #facility ul li:nth-child(10):after {
          background: url(../img/main/facility/ico_10.png) left no-repeat; }
        main .wrap #facility ul li:nth-child(11):after {
          background: url(../img/main/facility/ico_11.png) left no-repeat; }
        main .wrap #facility ul li:nth-child(12):after {
          width: 23px;
          height: 21px;
          background: url(../img/main/facility/ico_12.png) left no-repeat;
          margin-top: -10.5px; }
        main .wrap #facility ul li:nth-child(13):after {
          background: url(../img/main/facility/ico_13.png) left no-repeat; }
  main .wrap #map {
    position: relative;
    width: 875px;
    height: 1316px;
    background: url(../img/main/map/bg_map.gif) top left no-repeat;
    margin-bottom: 40px; }
    main .wrap #map #map1 {
      width: 104px;
      height: 26px;
      background: url(../img/main/map/img_map1_bg.png) no-repeat;
      position: absolute;
      top: 174px;
      left: 291px; }
      main .wrap #map #map1 a {
        position: absolute;
        top: 0;
        left: 0; }
    main .wrap #map #map2 {
      width: 171px;
      height: 43px;
      background: url(../img/main/map/img_map2_bg.png) no-repeat;
      position: absolute;
      top: 145px;
      left: 463px; }
      main .wrap #map #map2 a {
        position: absolute;
        top: 0;
        left: 0; }
    main .wrap #map #map3 {
      width: 313px;
      height: 69px;
      background: url(../img/main/map/img_map3_bg.png) no-repeat;
      position: absolute;
      top: 205px;
      right: 158px; }
      main .wrap #map #map3 a {
        position: absolute;
        top: 0;
        right: 0; }
    main .wrap #map #map4 {
      width: 248px;
      height: 59px;
      background: url(../img/main/map/img_map4_bg.png) no-repeat;
      position: absolute;
      top: 291px;
      right: 165px; }
      main .wrap #map #map4 a {
        position: absolute;
        top: 0;
        right: 40px;
        z-index: 2; }
    main .wrap #map #map5 {
      width: 169px;
      height: 62px;
      background: url(../img/main/map/img_map5_bg.png) no-repeat;
      position: absolute;
      top: 325px;
      left: 431px; }
      main .wrap #map #map5 a {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1; }
    main .wrap #map #map6 {
      width: 263px;
      height: 107px;
      background: url(../img/main/map/img_map6_bg.png) no-repeat;
      position: absolute;
      top: 317px;
      left: 379px; }
      main .wrap #map #map6 a {
        position: absolute;
        bottom: 0;
        right: 0; }
    main .wrap #map #map7 {
      width: 227px;
      height: 28px;
      background: url(../img/main/map/img_map7_bg.png) no-repeat;
      position: absolute;
      top: 432px;
      left: 319px; }
      main .wrap #map #map7 a {
        position: absolute;
        top: 0;
        right: 0; }
    main .wrap #map #map8 {
      width: 235px;
      height: 28px;
      background: url(../img/main/map/img_map8_bg.png) no-repeat;
      position: absolute;
      top: 469px;
      left: 340px; }
      main .wrap #map #map8 a {
        position: absolute;
        top: 0;
        right: 0; }
    main .wrap #map #map9 {
      width: 262px;
      height: 159px;
      background: url(../img/main/map/img_map9_bg.png) no-repeat;
      position: absolute;
      top: 505px;
      left: 368px; }
      main .wrap #map #map9 a {
        position: absolute;
        top: 0;
        right: 0; }
    main .wrap #map #map10 {
      width: 233px;
      height: 129px;
      background: url(../img/main/map/img_map10_bg.png) no-repeat;
      position: absolute;
      top: 573px;
      left: 405px; }
      main .wrap #map #map10 a {
        position: absolute;
        top: 0;
        right: 0; }
    main .wrap #map #map11_12 {
      width: 331px;
      height: 109px;
      background: url(../img/main/map/img_map11_12_bg.png) no-repeat;
      position: absolute;
      top: 653px;
      left: 381px; }
      main .wrap #map #map11_12 a {
        position: absolute; }
        main .wrap #map #map11_12 a:nth-of-type(1) {
          top: 0;
          right: 0; }
        main .wrap #map #map11_12 a:nth-of-type(2) {
          bottom: 0;
          right: 0; }
    main .wrap #map #map13 {
      width: 236px;
      height: 34px;
      background: url(../img/main/map/img_map13_bg.png) no-repeat;
      position: absolute;
      top: 764px;
      left: 481px; }
      main .wrap #map #map13 a {
        position: absolute;
        bottom: 0;
        right: 0; }
    main .wrap #map #map14 {
      width: 441px;
      height: 49px;
      background: url(../img/main/map/img_map14_bg.png) no-repeat;
      position: absolute;
      top: 863px;
      left: 419px; }
      main .wrap #map #map14 a {
        position: absolute;
        top: 0;
        right: 0; }
    main .wrap #map #map15 {
      width: 89px;
      height: 28px;
      background: url(../img/main/map/img_map15_bg.png) no-repeat;
      position: absolute;
      top: 1017px;
      left: 744px; }
      main .wrap #map #map15 a {
        position: absolute;
        top: 0;
        right: 0; }
    main .wrap #map #map16 {
      width: 116px;
      height: 26px;
      background: url(../img/main/map/img_map16_bg.png) no-repeat;
      position: absolute;
      top: 933px;
      left: 454px; }
      main .wrap #map #map16 a {
        position: absolute;
        top: 0;
        right: 0; }
    main .wrap #map #map17 {
      width: 88px;
      height: 28px;
      background: url(../img/main/map/img_map17_bg.png) no-repeat;
      position: absolute;
      top: 852px;
      left: 331px; }
      main .wrap #map #map17 a {
        position: absolute;
        top: 0;
        right: 0; }
    main .wrap #map #map18 {
      width: 88px;
      height: 26px;
      background: url(../img/main/map/img_map18_bg.png) no-repeat;
      position: absolute;
      top: 955px;
      left: 169px; }
      main .wrap #map #map18 a {
        position: absolute;
        top: 0;
        right: 0; }
    main .wrap #map #map19 {
      width: 203px;
      height: 76px;
      background: url(../img/main/map/img_map19_bg.png) no-repeat;
      position: absolute;
      top: 827px;
      left: 15px; }
      main .wrap #map #map19 a {
        position: absolute;
        top: 0;
        left: 0; }
    main .wrap #map #map20 {
      width: 171px;
      height: 43px;
      background: url(../img/main/map/img_map20_bg.png) no-repeat;
      position: absolute;
      top: 743px;
      left: 21px; }
      main .wrap #map #map20 a {
        position: absolute;
        top: 0;
        left: 0; }
    main .wrap #map #map21 {
      width: 267px;
      height: 43px;
      background: url(../img/main/map/img_map21_bg.png) no-repeat;
      position: absolute;
      top: 681px;
      left: 33px; }
      main .wrap #map #map21 a {
        position: absolute;
        top: 0;
        left: 0; }
    main .wrap #map #map22_23_24 {
      width: 309px;
      height: 141px;
      background: url(../img/main/map/img_map22_23_24_bg.png) no-repeat;
      position: absolute;
      top: 515px;
      left: 7px; }
      main .wrap #map #map22_23_24 a {
        position: absolute; }
        main .wrap #map #map22_23_24 a:nth-of-type(1) {
          top: 0;
          left: 0; }
        main .wrap #map #map22_23_24 a:nth-of-type(2) {
          top: 58px;
          left: 0; }
        main .wrap #map #map22_23_24 a:nth-of-type(3) {
          top: 84px;
          left: 0; }
    main .wrap #map #map25 {
      width: 270px;
      height: 28px;
      background: url(../img/main/map/img_map25_bg.png) no-repeat;
      position: absolute;
      top: 465px;
      left: 7px; }
      main .wrap #map #map25 a {
        position: absolute;
        top: 0;
        left: 0; }
    main .wrap #map #map26 {
      width: 171px;
      height: 45px;
      background: url(../img/main/map/img_map26_bg.png) no-repeat;
      position: absolute;
      top: 306px;
      left: 16px; }
      main .wrap #map #map26 a {
        position: absolute;
        top: 0;
        left: 0; }
    main .wrap #map #map27_28 {
      width: 333px;
      height: 53px;
      background: url(../img/main/map/img_map27_28_bg.png) no-repeat;
      position: absolute;
      top: 231px;
      left: 16px; }
      main .wrap #map #map27_28 a {
        position: absolute; }
        main .wrap #map #map27_28 a:nth-of-type(1) {
          top: 0;
          left: 0; }
        main .wrap #map #map27_28 a:nth-of-type(2) {
          top: 27px;
          left: 0; }
    main .wrap #map .btn {
      position: absolute;
      bottom: 60px;
      left: 162.5px;
      width: 550px;
      height: 60px;
      background: url(../img/main/bg_dark_green.gif) top left repeat-x;
      border-radius: 40px;
      text-align: center; }
      main .wrap #map .btn a {
        display: block;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 17px 0 0;
        color: #fff;
        font-size: 26px;
        font-weight: bold;
        line-height: 1;
        position: relative; }
        main .wrap #map .btn a:after {
          content: "";
          width: 26px;
          height: 29px;
          background: url(../img/main/ico_pdf.png) right no-repeat;
          position: absolute;
          top: 50%;
          right: 30px;
          margin-top: -14.5px; }
  main .wrap #map .hrefNone {
	cursor: default;
	}
  main .wrap #map .hrefNone:hover {
	opacity: 1;
	}
  main .wrap #train {
    width: 875px;
    height: 649px;
    box-sizing: border-box;
    border-radius: 5px;
    background: url(../img/main/bg_cream.gif) top left repeat;
    margin-bottom: 90px;
    box-sizing: border-box;
    padding: 25px 40px; }
    main .wrap #train h3 {
      width: 100%;
      text-align: center;
      font-size: 24px;
      font-weight: bold;
      display: inline-block;
      line-height: 1;
      position: relative;
      margin-bottom: 30px; }
      main .wrap #train h3:before {
        content: "";
        width: 250px;
        height: 3px;
        background: url(../img/main/img_green_dot.png) left no-repeat;
        background-size: 250px 3px;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -1.5px; }
      main .wrap #train h3:after {
        content: "";
        width: 250px;
        height: 3px;
        background: url(../img/main/img_green_dot.png) left no-repeat;
        background-size: 250px 3px;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -1.5px; }
    main .wrap #train > ul {
      display: flex;
      flex-wrap: nowrap;
      margin-bottom: 35px; }
      main .wrap #train > ul li {
        width: 427px; }
        main .wrap #train > ul li p {
          letter-spacing: 0.005em;
          font-weight: bold;
          line-height: 1.8;
          padding-bottom: 30px; }
        main .wrap #train > ul li table {
          width: 100%;
          font-size: 15px;
          border-top: 1px dashed #cccccc; }
          main .wrap #train > ul li table tr th {
            width: 120px;
            border-bottom: 1px dashed #cccccc;
            vertical-align: top;
            padding: 12px 0; }
          main .wrap #train > ul li table tr td {
            width: calc(100% - 120px);
            border-bottom: 1px dashed #cccccc;
            padding: 12px 0; }
        main .wrap #train > ul li:first-child {
          width: 338px;
          margin-right: 30px; }
          main .wrap #train > ul li:first-child div {
            background: #fff;
            box-sizing: border-box;
            padding: 6px; }
    main .wrap #train > div {
      width: 795px;
      height: 157px;
      margin: 0 auto;
      background: #fff;
      box-sizing: border-box;
      padding: 22px 0 0 40px; }
      main .wrap #train > div h4 {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        line-height: 1; }
        main .wrap #train > div h4 span {
          position: relative; }
          main .wrap #train > div h4 span:after {
            content: "";
            width: 101px;
            height: 3px;
            background: url(../img/main/train/img_green_dot.png) repeat-x;
            position: absolute;
            bottom: -8px;
            left: 0; }
      main .wrap #train > div ul {
        font-size: 0px;
        margin-left: -20px; }
        main .wrap #train > div ul li {
          font-size: 16px;
          line-height: 1;
          display: inline-block;
          margin-top: 27px;
          margin-left: 20px;
          position: relative;
          padding-left: 30px; }
          main .wrap #train > div ul li:after {
            content: "";
            width: 24px;
            height: 24px;
            position: absolute;
            top: 50%;
            left: 0;
            margin-top: -12px; }
          main .wrap #train > div ul li:nth-child(1):after {
            background: url(../img/main/train/ico_a.gif) left no-repeat; }
          main .wrap #train > div ul li:nth-child(2):after {
            background: url(../img/main/train/ico_b.gif) left no-repeat; }
          main .wrap #train > div ul li:nth-child(3):after {
            background: url(../img/main/train/ico_c.gif) left no-repeat; }
          main .wrap #train > div ul li:nth-child(4):after {
            background: url(../img/main/train/ico_d.gif) left no-repeat; }
          main .wrap #train > div ul li:nth-child(5):after {
            background: url(../img/main/train/ico_e.gif) left no-repeat; }
          main .wrap #train > div ul li:nth-child(6):after {
            background: url(../img/main/train/ico_f.gif) left no-repeat; }
  main .wrap #gMap {
    width: 875px;
    height: 360px;
    margin: 0 auto;
    border-radius: 5px;
    background: #acacac; }

footer {
  width: 100%;
  height: 170px;
  background: #5b9a54; }
  footer > div {
    height: 148px;
    color: #fff;
    box-sizing: border-box;
    padding: 45px 0 0;
    position: relative; }
    footer > div div {
      font-size: 18px;
      font-weight: bold;
      line-height: 1;
      padding-bottom: 15px; }
    footer > div a {
      color: #fff; }
    footer > div p {
      font-size: 16px;
      line-height: 1; }
    footer > div img {
      position: absolute; }
      footer > div img:nth-of-type(1) {
        top: -80px;
        right: 285px; }
      footer > div img:nth-of-type(2) {
        top: -70px;
        right: 0; }
  footer > p {
    text-align: center;
    background: #fff;
    color: #5b9a54;
    font-size: 12px;
    height: 28px;
    line-height: 28px; }
