@charset "UTF-8";
.commonContentBox .page-header-wrapper {
  /*
  background-color: #FFF;
  .page-header {
  	width: 1180px;
  	margin: 0 auto;
  	padding: 60px 0 30px;
  	.inn {
  		height: 31px;
  		background: url(/images/access/mainTitle.png) no-repeat;
  		.title {
  			text-indent: -9999px;
  		}
  	}
  }
  */
}
.commonContentBox .page-header-wrapper .page-header .inn {
  background-image: url(/images/access/mainTitle.png);
  padding-left: 40px;
}
.commonContentBox .page-header-wrapper ul.nav {
  max-width: 1140px;
  margin: 0 auto -1px;
  padding: 0;
  border-width: 5px;
  border-bottom: none;
}
.commonContentBox .page-header-wrapper ul.nav li {
  width: calc(100% / 2);
  font-weight: bold;
}
.commonContentBox .page-header-wrapper ul.nav li:last-child {
  float: right;
}
.commonContentBox .page-header-wrapper ul.nav li a {
  margin: 0;
  padding: 0 10px;
  line-height: 79px;
  font-size: 22px;
  color: #FFF;
  border: #1A1A1A 1px solid;
  border-radius: 0;
  background: url(/images/access/tabArrow1.png) no-repeat right 30px center, url(/images/common/dot_black.png);
  font-family: "游明朝", YuMincho, 'Yu Mincho', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
}
.commonContentBox .page-header-wrapper ul.nav li a:hover, .commonContentBox .page-header-wrapper ul.nav li a.active {
  color: #1A1A1A;
  background: url(/images/access/tabArrow2.png) no-repeat right 30px center, url(/images/common/dot_white.png);
}
.commonContentBox .searchBox {
  background: url(/images/common/dot_white.png);
  border-top: #1A1A1A 1px solid;
}
.commonContentBox .searchBox .inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 70px 0 50px;
}
.commonContentBox .searchBox .inner .listBox {
  overflow: hidden;
}
.commonContentBox .searchBox .inner .listBox.start {
  margin-bottom: 45px;
}
.commonContentBox .searchBox .inner .listBox p {
  background: url(/images/access/icoSearch.png) no-repeat left center;
  margin: 0 0 25px;
  padding: 0 0 0 40px;
  color: #1A1A1A;
  font-weight: bold;
  font-size: 22px;
}
.commonContentBox .searchBox .inner .listBox ul li {
  display: table;
  float: left;
  width: calc(20% - 10px);
  margin: 0 10px 10px 0;
  /*line-height: 50px;*/
  text-align: center;
  font-weight: bold;
}
.commonContentBox .searchBox .inner .listBox ul li:nth-child(5n) {
  margin-right: 0;
}
.commonContentBox .searchBox .inner .listBox ul li a {
  display: table-cell;
  width: 100%;
  height: 60px;
  vertical-align: middle;
  padding: 0 10px;
  border: #1A1A1A 1px solid;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #FFF;
  color: #1A1A1A;
}
.commonContentBox .searchBox .inner .listBox ul li a:hover, .commonContentBox .searchBox .inner .listBox ul li a.active {
  background: url(/images/common/dot_orange.png);
  text-decoration: none;
}
.commonContentBox .content {
  width: 100%;
  max-width: 100%;
  padding: 0 0 25px;
  background-color: #FFF;
}
.commonContentBox .content section.accessBox h2 {
  width: 100%;
  height: auto;
  margin: 0 0 30px;
  padding: 27px 10px;
  background: url(/images/common/dot_blue.png);
  text-align: center;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
}
.commonContentBox .content section.accessBox h2 img {
  margin: -6px 3px 0 0;
}
.commonContentBox .content section.accessBox article {
  overflow: hidden;
  width: 1160px;
  margin: 0 auto 35px;
  padding-bottom: 5px;
  border-bottom: #CCCCCC 1px solid;
}
.commonContentBox .content section.accessBox article:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.commonContentBox .content section.accessBox article h3 {
  margin: 0 0 25px;
  padding: 2px 0 0 40px;
  background: url(/images/access/icoContents.png) no-repeat left center;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
}
.commonContentBox .content section.accessBox article .description {
  clear: both;
  padding: 0 30px 20px;
  color: #666666;
}
.commonContentBox .content section.accessBox article ul {
  width: 1140px;
  margin: 0 auto;
}
.commonContentBox .content section.accessBox article ul.sty1 li:nth-child(even) {
  background: url(/images/access/sty1Arrow.png) left top no-repeat;
}
.commonContentBox .content section.accessBox article ul.sty2 li:nth-child(even) {
  background: url(/images/access/sty2Arrow.png) left top no-repeat;
}
.commonContentBox .content section.accessBox article ul.sty3 li:nth-child(even) {
  width: calc(100% - 456px);
  background: url(/images/access/sty3Arrow.png) left top no-repeat;
}
.commonContentBox .content section.accessBox article ul li {
  display: table;
  float: left;
  width: 228px;
  margin-bottom: 30px;
  text-align: center;
}
.commonContentBox .content section.accessBox article ul li:nth-child(6), .commonContentBox .content section.accessBox article ul li:nth-child(11), .commonContentBox .content section.accessBox article ul li:nth-child(16), .commonContentBox .content section.accessBox article ul li:nth-child(21) {
  clear: left;
}
.commonContentBox .content section.accessBox article ul li:nth-child(odd) {
  min-height: 50px;
  background-color: #FFF;
  border: #1A1A1A 1px solid;
  font-weight: bold;
}
.commonContentBox .content section.accessBox article ul li:nth-child(odd) p {
  display: table-cell;
  padding: 17px 10px;
  vertical-align: middle;
}
.commonContentBox .content section.accessBox article ul li:nth-child(even) {
  padding: 35px 25px 0 10px;
}
.commonContentBox .content section.accessBox article ul li:nth-child(even) p {
  font-size: 16px;
  font-weight: bold;
}
.commonContentBox .content section.accessBox article ul li:nth-child(even) p span {
  display: block;
  color: #339900;
}
.commonContentBox .content section.accessBox article ul li:first-child {
  background-color: #FFF !important;
  border: #0087B8 5px solid !important;
  color: #1A1A1A !important;
}
.commonContentBox .content section.accessBox article ul li:first-child p {
  padding: 14px 10px;
}
.commonContentBox .content section.accessBox article ul li:last-child {
  background-color: #FFF !important;
  border: #FFBA00 5px solid !important;
  color: #1A1A1A !important;
}
.commonContentBox .content section.accessBox article ul li:last-child p {
  padding: 14px 10px;
}
.commonContentBox .content section.accessBox article ul li p {
  margin: 0;
}
.commonContentBox .btmContentsBox .inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 35px 0;
}
.commonContentBox .btmContentsBox .inner h2.title {
  margin-bottom: 20px;
  padding: 0 7px 0 40px;
  background: url(/images/access/icoSearch.png) no-repeat left center;
  font-size: 20px;
  font-weight: bold;
  line-height: 27px;
}
.commonContentBox .btmContentsBox .inner section {
  overflow: hidden;
  margin-bottom: 20px;
}
.commonContentBox .btmContentsBox .inner section.link ul li a {
  color: #000;
}
.commonContentBox .btmContentsBox .inner section.link ul.main li {
  margin: 0 15px;
  padding: 17px 0 15px 50px;
  font-size: 22px;
  font-weight: bold;
  border-bottom: #1A1A1A 2px solid;
  cursor: pointer;
}
.commonContentBox .btmContentsBox .inner section.link ul.main li i {
  margin: 0 0 0 10px;
  font-size: 18px;
}
.commonContentBox .btmContentsBox .inner section.link ul.main li.open.air {
  background: url(/images/access/imgAir2.png) 2px center no-repeat, url(/images/access/imgClose.png) right center no-repeat;
}
.commonContentBox .btmContentsBox .inner section.link ul.main li.open.train {
  background: url(/images/access/imgTrain2.png) 4px center no-repeat, url(/images/access/imgClose.png) right center no-repeat;
}
.commonContentBox .btmContentsBox .inner section.link ul.main li.open.bus {
  background: url(/images/access/imgBus2.png) 5px center no-repeat, url(/images/access/imgClose.png) right center no-repeat;
}
.commonContentBox .btmContentsBox .inner section.link ul.main li.open.car {
  background: url(/images/access/imgCar2.png) 2px center no-repeat, url(/images/access/imgClose.png) right center no-repeat;
}
.commonContentBox .btmContentsBox .inner section.link ul.main li.open.ship {
  background: url(/images/access/imgShip2.png) 4px center no-repeat, url(/images/access/imgClose.png) right center no-repeat;
}
.commonContentBox .btmContentsBox .inner section.link ul.main li.open.others {
  background: url(/images/access/imgOthers2.png) 2px center no-repeat, url(/images/access/imgClose.png) right center no-repeat;
}
.commonContentBox .btmContentsBox .inner section.link ul.main li.air {
  background: url(/images/access/imgAir2.png) 2px center no-repeat, url(/images/access/imgOpen.png) right center no-repeat;
}
.commonContentBox .btmContentsBox .inner section.link ul.main li.train {
  background: url(/images/access/imgTrain2.png) 4px center no-repeat, url(/images/access/imgOpen.png) right center no-repeat;
}
.commonContentBox .btmContentsBox .inner section.link ul.main li.bus {
  background: url(/images/access/imgBus2.png) 5px center no-repeat, url(/images/access/imgOpen.png) right center no-repeat;
}
.commonContentBox .btmContentsBox .inner section.link ul.main li.car {
  background: url(/images/access/imgCar2.png) 2px center no-repeat, url(/images/access/imgOpen.png) right center no-repeat;
}
.commonContentBox .btmContentsBox .inner section.link ul.main li.ship {
  background: url(/images/access/imgShip2.png) 4px center no-repeat, url(/images/access/imgOpen.png) right center no-repeat;
}
.commonContentBox .btmContentsBox .inner section.link ul.main li.others {
  background: url(/images/access/imgOthers2.png) 2px center no-repeat, url(/images/access/imgOpen.png) right center no-repeat;
}
.commonContentBox .btmContentsBox .inner section.link ul.sub {
  padding: 0 0 20px 15px;
}
.commonContentBox .btmContentsBox .inner section.link ul.sub li {
  margin: 0;
  padding: 0;
  border-bottom: none;
  border-bottom: #CCCCCC 1px solid;
}
.commonContentBox .btmContentsBox .inner section.link ul.sub li a {
  display: block;
  padding: 15px;
  font-size: 18px;
}
.commonContentBox .btmContentsBox .inner section.link ul.sub li a img {
  margin: 0 0 4px 20px;
}
.commonContentBox .btmContentsBox .inner section.link ul.sub li a:hover {
  text-decoration: none;
}
.commonContentBox .btmContentsBox .inner section.link ul.sub li a.btn {
  width: 210px;
  margin-left: 10px;
  padding: 0 0 0 20px;
  line-height: 30px;
  border: #CFC8AF 1px solid;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  color: #FFBA00;
  font-weight: bold;
  font-size: 14px;
  background: #FFF url(/images/access/ico2.png) 13px 7px no-repeat;
}
.commonContentBox .btmContentsBox .inner section.link ul.sub li a.btn:hover {
  opacity: .8;
}

@media (max-width: 768px) {
  .commonContentBox .page-header-wrapper .page-header {
    width: 100%;
    padding: 10px 0;
  }
  .commonContentBox .page-header-wrapper .page-header .inn {
    background: url(/images/access/mainTitle.png) 10px no-repeat;
    background-size: auto 30px;
  }
  .commonContentBox .page-header-wrapper ul.nav {
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
    border-width: 5px;
  }
  .commonContentBox .page-header-wrapper ul.nav li {
    width: 50%;
  }
  .commonContentBox .page-header-wrapper ul.nav li.active a {
    background-color: #FFBA00;
  }
  .commonContentBox .page-header-wrapper ul.nav li a {
    line-height: 35px;
    font-size: 15px;
    border-radius: 0;
    border: none;
    background-color: #EEE;
    font-weight: normal;
    background: url(/images/common/dot_black.png);
  }
  .commonContentBox .page-header-wrapper ul.nav li a:hover, .commonContentBox .page-header-wrapper ul.nav li a.active {
    background: url(/images/common/dot_white.png);
  }
  .commonContentBox .searchBox {
    border-top: none;
  }
  .commonContentBox .searchBox .inner {
    width: 100%;
    padding: 0 0 10px;
  }
  .commonContentBox .searchBox .inner .listBox {
    padding: 0 10px;
  }
  .commonContentBox .searchBox .inner .listBox.start {
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
  .commonContentBox .searchBox .inner .listBox p {
    margin: 0 0 10px;
    font-size: 16px;
  }
  .commonContentBox .searchBox .inner .listBox ul li {
    width: calc(50% - 3px);
    margin: 0 6px 6px 0;
    /*line-height: 30px;*/
    font-size: 13px;
  }
  .commonContentBox .searchBox .inner .listBox ul li:nth-child(even) {
    float: right;
    margin-right: 0;
  }
  .commonContentBox .searchBox .inner .listBox ul li:nth-child(6n) {
    margin-right: 0px;
  }
  .commonContentBox .content {
    width: 100%;
    padding-top: 5px;
  }
  .commonContentBox .content section.accessBox {
    margin: 0 10px 40px;
  }
  .commonContentBox .content section.accessBox h2 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .commonContentBox .content section.accessBox article {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
  .commonContentBox .content section.accessBox article h3 {
    margin: 0 0 15px;
    font-size: 16px;
  }
  .commonContentBox .content section.accessBox article .description {
    clear: both;
    padding: 10px 0;
  }
  .commonContentBox .content section.accessBox article ul {
    width: 100%;
  }
  .commonContentBox .content section.accessBox article ul.sty1 li:nth-child(even) {
    width: 100%;
    background: url(/images/access/arrowSp.png) left bottom no-repeat;
  }
  .commonContentBox .content section.accessBox article ul.sty2 li:nth-child(even) {
    background: url(/images/access/arrowSp.png) left bottom no-repeat;
  }
  .commonContentBox .content section.accessBox article ul.sty3 li:nth-child(even) {
    width: 100%;
    background: url(/images/access/arrowSp.png) left bottom no-repeat;
  }
  .commonContentBox .content section.accessBox article ul li {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .commonContentBox .content section.accessBox article ul li:nth-child(odd) {
    padding: 10px;
    min-height: 0;
  }
  .commonContentBox .content section.accessBox article ul li:nth-child(even) {
    padding: 6px 0 6px 35px;
    text-align: left;
  }
  .commonContentBox .btmContentsBox .inner {
    width: 100%;
    padding: 10px;
  }
  .commonContentBox .btmContentsBox .inner h2.title {
    margin: 10px 0;
  }
  .commonContentBox .btmContentsBox .inner section {
    margin-bottom: 10px;
  }
  .commonContentBox .btmContentsBox .inner section.link ul.main li {
    padding: 10px 0 8px 40px;
    font-size: 18px;
    /*
    &.open {
    	&.air {background: url(/images/access/imgAir.png) left center no-repeat;}
    	&.train {background: url(/images/access/imgTrain.png) left center no-repeat;}
    	&.bus {background: url(/images/access/imgBus.png) left center no-repeat;}
    	&.car {background: url(/images/access/imgCar.png) -2px center no-repeat;}
    	&.ship {background: url(/images/access/imgShip.png) left center no-repeat;}
    	&.others {background: url(/images/access/imgOthers.png) left center no-repeat;}
    }
    &.air {background: url(/images/access/imgAir2.png) left center no-repeat;}
    &.train {background: url(/images/access/imgTrain2.png) left center no-repeat;}
    &.bus {background: url(/images/access/imgBus2.png) left center no-repeat;}
    &.car {background: url(/images/access/imgCar2.png) -2px center no-repeat;}
    &.ship {background: url(/images/access/imgShip2.png) left center no-repeat;}
    &.others {background: url(/images/access/imgOthers2.png) left center no-repeat;}
    */
  }
  .commonContentBox .btmContentsBox .inner section.link ul.sub {
    padding: 0 0 10px 0;
  }
  .commonContentBox .btmContentsBox .inner section.link ul.sub li {
    background-image: none;
    margin: 0 0 0 15px;
    padding: 0;
  }
  .commonContentBox .btmContentsBox .inner section.link ul.sub li a {
    font-size: 15px;
  }
  .commonContentBox .btmContentsBox .inner section.link ul.sub li a.btn {
    display: block;
    width: 190px;
    margin: 5px 0 7px;
    font-size: 13px;
    line-height: 30px;
    text-decoration: none;
    background: #FFF url(/images/access/ico2.png) 13px center no-repeat;
  }
}

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