/* CSS Document */
/* --------------------------------------------------
clearfix
-------------------------------------------------- */
.eventInfo .newsList dl, .special .specialList ul, .travelPlans .selectList ul, .travelPlans .categoryResult ul, .travelKit ul, .accessRanking ul a li {
  overflow: hidden;
  *zoom: 1;
}
.eventInfo .newsList dl:after, .special .specialList ul:after, .travelPlans .selectList ul:after, .travelPlans .categoryResult ul:after, .travelKit ul:after, .accessRanking ul a li:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

h2 {
  display: flex;
  color: #003B71;
  font-size: 22px;
  font-size: 2.2rem;
  align-items: center;
  text-align: center;
  /* for no-flexbox browsers */
}

h2:before, h2:after {
  border-top: 1px solid #DCDCDC;
  content: "";
  display: inline;
  /* for IE */
  flex-grow: 1;
}

h2:before {
  margin-right: 1em;
}

h2:after {
  margin-left: 1em;
}

/* -------- mainSliderArea -------- */

.mainSliderArea {
	position:relative;
	overflow:hidden;
}
.mainSliderArea .sliderMap {
	clear:both;
  width: 499px;
  height: 631px;
  position: absolute;
  left: 50%;
  z-index: 10;
  margin-left: 40px;
 /* margin-top:-120px;緊急情報追加時*/
 margin-top:-190px;
}

.slick-prev:before, .slick-next:before {
  content: "" !important;
  font-size: 0px !important;
}

.slick-prev {
  left: -5px !important;
}

.slick-next {
  right: -5px !important;
}

/* -------- eventInfo -------- */
.eventInfo {
	margin-top:0;
  position: relative;
  margin: 9% 0;
}
.eventInfo h2 {
  color: #FFFFFF;
  margin-bottom: 10px;
}
.eventInfo .newsList {
  height: 292px;
  overflow-y: scroll;
}
.eventInfo .newsList dl {
  margin-top: 1px;
  background: #FFFFFF;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 8px;
}
.eventInfo .newsList dl dt {
  font-weight: bold;
  color: #003B71;
  width: 5em;
  float: left;
}
.eventInfo .newsList dl dd.newsTxt {
  font-weight: bold;
  font-size: 13px;
  color: #003B71;
  padding: 0 6em 0 6.5em;
}
.eventInfo .newsList dl dd.newsTxt a {
  text-decoration: underline;
}
.eventInfo .newsList dl dd.newsCat {
  font-weight: bold;
  float: right;
  width: 6em;
  text-align: right;
}
.eventInfo .newsList dl dd.fontFukuoka {
  color: #D10D0F;
}
.eventInfo .newsList dl dd.fontSaga {
  color: #EF6D89;
}
.eventInfo .newsList dl dd.fontOita {
  color: #FF7D00;
}
.eventInfo .newsList dl dd.fontNagasaki {
  color: #03653B;
}
.eventInfo .newsList dl dd.fontKumamoto {
  color: #67B91F;
}
.eventInfo .newsList dl dd.fontMiyazaki {
  color: #00ABE9;
}
.eventInfo .newsList dl dd.fontKagoshima {
  color: #46188B;
}
.eventInfo .moreBtn {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 450px;
}
.eventInfo .moreBtn a {
  display: inline-block;
  padding: 5px 15px;
  background: #FFFFFF;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  z-index: 10;
  font-size: 12px;
}
.eventInfo .moreBtn a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 100%;
  content: "\f0da ";
  padding-right: 10px;
}
.eventInfo .moreBtn a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* -------- emergency -------- */
.emergency {
  margin: 10px 0;
}

.emergency a {
  display: block;
  font-weight: bold;
  border: #ccc solid 2px;
  padding: 10px 10px 10px 30px;
  font-size: 1.3em;
  line-height: 1.2;
  color: #003b71;
  margin: 5px;
  background: url(../img/top/arrow_r.png) no-repeat 10px center;
}

.emergency a:hover {
  color: #113C73;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* -------- bannerArea -------- */
.bannerArea {
  width: 1330px;
  margin: 0 auto 60px;
  padding: 0 24px;
  position: relative;
}

.banner{
	width:100%;
	text-align:center;
	letter-spacing:-.3rem;
}

.banner li{
	letter-spacing: normal;
	display:inline-block;
	margin:5px;
}

/* -------- subSiteLinkArea -------- */
.bnrLink {
  text-align: center;
  margin: 20px 0 0;
}

.bnrLinkArea {
  text-align: center;
  margin: 20px 0 0;
  font-size: 0;
}

.bnrLinkArea li {
  display: inline-block;
  font-size: 1.4rem;
	margin-bottom:20px;
}

.bnrLinkArea li:nth-child(2n+1) {
  margin-right: 30px;
}

.bnrLinkArea li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* -------- krlinkArea -------- */
.krlinkArea {
  text-align: center;
  font-size: 0;
  margin: 0 0 20px;
}

.krlinkArea li {
  display: inline-block;
  font-size: 1.4rem;
}

.krlinkArea li:nth-child(2n+1) {
  margin-right: 30px;
}

.krlinkArea li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* -------- special -------- */
.special {
  background: url(../img/top/special_bg.jpg) no-repeat top center;
  margin-bottom: 60px;
  height: 403px;
}
.special h2 {
  width: 1080px;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 40px 0 19px;
  color: #FFF;
}
.special .specialList {
  width: 1140px;
  margin: 0 auto;
  position: relative;
}
.special .specialList ul {
  padding: 0 20px;
}
.special .specialList li {
  width: 25%;
  margin: 0 10px;
  float: left;
  position: relative;
  background: #fff;
  min-height: 210px;
}
.special .specialList li a {
  display: block;
}
.special .specialList li a:hover {
  color: #333333;
}
.special .specialList li img {
  padding: 10px;
}
.special .specialList li h3 {
  font-weight: bold;
  color: #003b71;
  margin: 0 10px 10px;
  display: block;
  background: url(../img/top/arrow_r.png) no-repeat center right;
}

/* -------- travelPlans -------- */
.travelPlans h2 {
  margin-bottom: 20px;
}


.categoryBtnList{
	overflow:hidden;
	position:relative;
}
.categoryBtnList li{
	float:left;
	width:50%;
}
.categoryBtnList a {
  display: block;
  font-weight: bold;
  padding: 10px 10px 10px 30px;
  line-height: 1.2;
  margin: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #FFFFFF;
  background: #003B71;
  font-weight: bold;
	text-align:center;
}
.categoryBtnList a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.travelPlans .selectList {
  position: relative;
  margin: 0 5px;
}
.travelPlans .selectList ul {
  padding: 0 20px;
}
.travelPlans .selectList li {
  width: 25%;
  margin: 0 10px;
  float: left;
  position: relative;
  background: #f8f5e9;
  padding-bottom: 25px;
  min-height: 245px;
}
.travelPlans .selectList li a {
  display: block;
}
.travelPlans .selectList li a:hover {
  color: #333333;
}
.travelPlans .selectList li h3 {
  font-weight: bold;
  color: #003b71;
  padding: 5px 10px;
  display: block;
}
.travelPlans .selectList li p {
  padding: 0 10px;
}
.travelPlans .selectList li span {
  width: 100%;
  display: block;
  padding: 3px 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #cec5a4;
}
.travelPlans .selectList li span img {
  width: 16px;
  margin: 0 auto;
  vertical-align: middle;
}
.travelPlans .selectList .active span {
  background: #003b71;
}
.travelPlans .categoryResult ul {
  margin-bottom: 20px;
}
.travelPlans .categoryResult li {
  width: 33.33%;
  padding: 0 10px;
  float: left;
}
.travelPlans .categoryResult li a:hover {
  color: #333;
}
.travelPlans .categoryResult li div {
  padding: 0 10px;
  margin-top: 10px;
  border-left: #003b71 solid 1px;
}
.travelPlans .categoryResult li a div {
  background: url(../img/top/arrow_r.png) no-repeat center right;
}
.travelPlans .categoryResult h4 {
  font-weight: bold;
  color: #003b71;
}
.travelPlans .categoryResult p {
  margin-top: 10px;
}
.travelPlans .moreBtn {
  margin-top: 30px;
}



/* -------- travelKit -------- */
.travelKit {
  /*	ul li a img:hover{
  		@include rotate(360deg);
  	}
  	ul li a img{
  	  @include transition-property(transform);
  	  @include transition-duration(0.5s);
  	  @include transition-timing-function(ease);
  	}
  */
}
.travelKit ul {
  text-align: center;
}
.travelKit ul li {
  display: inline-block;
  padding: 20px;
}
.travelKit ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* -------- modelcourses -------- */
.modelcourses {
  background: url(../img/top/modelcourses_bg.jpg) no-repeat top center;
  margin-bottom: 20px;
  height: 403px;
}
.modelcourses h2 {
  width: 1080px;
  margin: 0 auto;
  padding: 30px 0 19px;
  color: #FFF;
}
.modelcourses .btnList {
  text-align: center;
  display: table;
  width: 1180px;
  margin: 0 auto;
}
.modelcourses .btnList li {
  text-align: center;
  display: table-cell;
  padding: 0 50px;
}
.modelcourses .btnList li img {
  width: auto;
}
.modelcourses .btnList-sp {
  display: none;
}

/* -------- accessRanking -------- */
.accessRanking {
  float: left;
  width: 510px;
}
.accessRanking ul a {
  display: block;
}
.accessRanking ul a:hover {
  background: #CCD8E3;
}
.accessRanking ul a li {
  padding: 14px 20px 14px 0;
  border-top: 1px solid #D1D1D1;
  background: url(../img/common/arrow_r_bl.png) no-repeat right center;
}
.accessRanking ul a li.rank1 {
  background: url(../img/common/arrow_r_gl.png) no-repeat right center;
}
.accessRanking ul a li.rank2 {
  background: url(../img/common/arrow_r_sl.png) no-repeat right center;
}
.accessRanking ul a li.rank3 {
  background: url(../img/common/arrow_r_br.png) no-repeat right center;
}
.accessRanking ul a:first-child li {
  border-top: none;
}
.accessRanking ul a li .ar_photo {
  float: left;
  width: 135px;
}
.accessRanking ul a li .ar_txt {
  padding: 0 0 0 145px;
}
.accessRanking ul a li .ar_txt dt {
  font-weight: bold;
  color: #003B71;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 12px 0 2px 0;
  margin-top: -12px;
}
.accessRanking ul a li.rank1 .ar_txt dt {
  padding: 12px 0 2px 35px;
  background: url(../img/top/rank1.png) no-repeat top left;
}
.accessRanking ul a li.rank2 .ar_txt dt {
  padding: 12px 0 2px 35px;
  background: url(../img/top/rank2.png) no-repeat top left;
}
.accessRanking ul a li.rank3 .ar_txt dt {
  padding: 12px 0 2px 35px;
  background: url(../img/top/rank3.png) no-repeat top left;
}

/* -------- facebook -------- */
.facebook {
  float: right;
  width: 500px;
}

/* -------- wechatArea -------- */
.wechatArea {
  float: right;
  width: 500px;
  height: 604px;
}

.wechatArea h2 {
  margin-bottom: 40px;
}

.wechatArea p {
  line-height: 1.8;
  text-indent: 1em;
  margin-bottom: 20px;
}

.codeImage {
  width: 180px;
  margin: 40px auto;
}

/* -------- prefBnrArea -------- */
.prefBnrArea {
  text-align: center;
  margin: 20px 0;
}

.prefBnrArea li {
  display: inline-block;
  padding: 10px 5px;
  width: 260px;
}

.prefBnrArea li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* -------- topLeftContents -------- */
.topLeftContents{
	margin-top: 0;
	float: left;
	width: 470px;	
	position: relative;
}

/* -------- emergencyInfo -------- */
.emergencyInfo{
	background: #d80000;
	width: 100%;
	height: 120px;
	position: relative;
	margin-bottom: 20px;
}

.emergencyInfo:before{
	display: block;
	font-family: FontAwesome;
	font-size: 5rem;
	content: "\f071 ";
	color: #FFF;
	position: absolute;
	left: 20px;
	top: 25px;
}

.emergencyInfo .inner{
	background: #FFF;
	width: 82%;
	height: 120px;
	position: absolute;
	right: 0;
	border: 3px solid #d80000;
	box-sizing: border-box;
	padding: 10px;
	color: #d80000;
}

.emergencyInfo .inner h3{
	font-weight: bold;
	font-size: 1.8rem;
}


.emergencyInfo .inner h3 a:link{
	color: #d80000;
	text-decoration: underline;
}




/* driveplan */


.driveplan {
/*	display: table-cell;
*/	vertical-align: middle;
	color: #CE0000;
	text-align: center;
	padding-top: 20px;
	width: 100%;
	margin-bottom: 40px;
}

.driveplan h2 {
    font-size: 3rem;
    margin: 0 0 .5rem;
	font-family: Marcellus,serif;
	color: #CE0000;
	text-align: center;
	display: block;
}

.driveplan h2 span{
	border-bottom: solid 3px #CE0000;
}

.driveplan h2:before {
	content: none;
}

.driveplan h2:after {
	content: none;
}


.driveplan h3 {
	font-size: 1.6rem;
}

.driveplan h3:before {
	display: inline-block;
	font-family: FontAwesome;
	font-size: 20px;
	padding-right: 0.5rem;
	content: "\f1b9";
}

.driveplan .animation {
	width: 80%;
	margin: 20px auto 10px;
}

.driveplan .animation p img {
	max-width: 100%;
}

.animation-sp {
	width: 83%;
	margin: 0 auto 50px;
}

.animation-sp dl {
	width: 33.33%;
	float: left;
}

.animation-sp dl dt {
	display: none;
}

.animation-sp dl dt img {
	max-width: 100%;
}

.animation-sp dl dd {
	text-align: center;
}

.driveBtn{
	background: #CE0000;
	padding: 20px;
	font-size: 1.7rem;
	width: 100%;
}


.btn a::before,
.btn a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn a,
.btn a::before,
.btn a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btn_parts01 a {
	position: relative;
	z-index: 2;
	background: #F03C21;
	border: 2px solid #F03C21;
	-moz-box-shadow: 1px 1px 3px #666;
	-webkit-box-shadow: 1px 1px 3px #666;
	box-shadow: 1px 1px 3px #666;
}
.btn_parts01 a:hover {
	background-color: #fff;
	border-color: #F03C21;
	color: #59b1eb;
}
.btn_parts01 a::before,
.btn_parts01 a::after {
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #F03C21;
}
.btn_parts01 a::before {
	top: 0;
}
.btn_parts01 a::after {
	bottom: 0;
}
.btn_parts01 a:hover::before,
.btn_parts01 a:hover::after {
	height: 0;
	background: #F03C21;
}

.driveplan .btn a{
	color: #CC0000;
	border: 2px solid #fff;
	display: inline-block;
	padding: 15px 25px;
	border-radius: 5px;
}

.driveplan .btn a:hover {
	background: #CC0000;
	color: #fff;
}

.driveplan .btn_parts01 a::before,
.driveplan .btn_parts01 a::after {
	background: #fff;
}

.driveplan .btn a span:before {
	display: inline-block;
	font-family: FontAwesome;
	font-size: 14px;
	padding-right: 0.5rem;
	content: "\f067";
	color: #CC0000;
}
.driveplan .btn a:hover span:before {
	color: #fff;
}


/* --------------------------------------------------
smartPhone
-------------------------------------------------- */
@media screen and (max-width: 768px) {


	/* -------- mainSliderArea -------- */
	
	.mainSliderArea .sliderMap {
		display:none;
	}
	.mainSliderArea .slick-slider {
		margin-bottom:0 !important;
	}
  .slick-prev {
    left: -20px !important;
  }

  .slick-next {
    right: -20px !important;
  }
  
   /* -------- topLeftContents -------- */
	.topLeftContents{
		margin-top: 0;
		float: none;
		width: 100% !important;
		position: relative;
	}
	
	/* -------- emergencyInfo -------- */
	.emergencyInfo{
		background: #d80000;
		width: 100%;
		height: auto;
		position: relative;
		margin-bottom: 10px;
	}
	
		.emergencyInfo:before{
		display: block;
		font-family: FontAwesome;
		font-size: 2rem;
		content: "\f071 ";
		color: #FFF;
		position: relative;
		left: 45%;
		top: 2px;
	}

	.emergencyInfo .inner{
		background: #FFF;
		width: 100%;
		height: auto;
		position: relative;
		border: 3px solid #d80000;
		box-sizing: border-box;
		padding: 10px;
		color: #d80000;
	}
	
	.emergencyInfo .inner h3{
		font-weight: bold;
		font-size: 1.5rem;
	}
	

  /* -------- eventInfo -------- */
  .eventInfo {
    margin-top: 0;
    width: 100%;
    height: auto;
    background: url(../img/top/event_calendar.jpg) no-repeat top center;
    background-size: cover;
  }
  .eventInfo .newsList {
    margin-bottom: 20px;
  }
  .eventInfo .newsList dl dt {
    width: 100%;
    float: none;
  }
  .eventInfo .newsList dl dd.newsTxt {
    padding-left: 0;
  }
  .eventInfo .moreBtn {
    position: relative;
    bottom: 0;
    width: 100%;
    margin-bottom: 10px;
  }

  .bnrLink img {
    max-width: 525px;
  }

  .bnrLinkArea li:nth-child(2n+1),
  .krlinkArea li:nth-child(2n+1) {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  /* -------- special -------- */
  .special {
    background-size: cover;
    margin-bottom: 0;
    height: auto;
    padding: 10px;
  }
  .special h2 {
    width: auto;
    padding: 0;
    margin-bottom: 20px;
  }
  .special .specialList {
    width: 90%;
  }
  .special .specialList ul {
    padding: 5px;
  }
  .special .specialList li {
    min-height: 130px;
  }
  .special .specialList li a {
    display: block;
  }
  .special .specialList li a:hover {
    color: #333333;
  }
  .special .specialList li img {
    padding: 5px;
  }
  .special .specialList li h3 {
    font-weight: bold;
    color: #003b71;
    margin: 5px;
    background: none;
  }

  /* -------- travelPlans -------- */
  .travelPlans li {
		font-size:12px;
		width:100%;
		float:none;
  }

  /* -------- travelKit -------- */
  .travelKit ul {
    text-align: center;
    margin: 20px 0;
  }
  .travelKit ul li{
		display:inline-block;
		padding:5px;
		width:120px;
  }
  .travelKit ul li img{
		max-width:100%;
  }

  /* -------- modelcourses -------- */
  .modelcourses {
    background: none;
    height: auto;
    padding: 10px;
		margin-bottom:0;
  }
  .modelcourses h2 {
    width: auto;
    padding: 0;
    margin-bottom: 20px;
    color: #003b71;
  }
  .modelcourses .btnList {
    display: none;
  }
  .modelcourses .btnList-sp {
    display: block;
    margin-bottom: 20px;
  }
  .modelcourses .btnList-sp a {
    background: #f8f5e9;
    display: table;
    width: 100%;
    margin-bottom: 10px;
  }
  .modelcourses .btnList-sp a:after {
    content: "";
    width: 15px;
    display: table-cell;
    background: #cec5a4 url(../img/common/arrow_r_wh.png) no-repeat 50% 50%;
  }
  .modelcourses .btnList-sp .pht {
    width: 135px;
    display: table-cell;
    vertical-align: middle;
  }
  .modelcourses .btnList-sp p {
    display: table-cell;
    vertical-align: middle;
    padding: 0 7px;
    font-size: 16px;
    line-height: 1.4;
    color: #003B71;
  }
  .modelcourses .btnList-sp p span {
    font-size: 10px;
    display: block;
  }

  /* -------- bannerArea -------- */
  .bannerArea {
    width: 80%;
    margin: 0 auto;
    padding: 0;
 }

  /* -------- accessRanking -------- */
  .accessRanking {
    float: none;
    width: 100%;
  }
  .accessRanking ul a li .ar_photo {
    float: none;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .accessRanking ul a li .ar_txt {
    padding: 0;
  }

  /* -------- facebook -------- */
  .facebook {
    float: none;
    width: 100%;
  }

  /* -------- emergency -------- */
  .emergency a {
    font-size: 1.1em;
  }

  /* -------- wechatArea -------- */
  .wechatArea {
    float: none;
    width: 100%;
    height: auto;
  }

  .wechatArea h2 {
    margin-bottom: 40px;
  }

  .wechatArea p {
    line-height: 1.8;
    text-indent: 1em;
    margin-bottom: 20px;
  }

  .codeImage {
    width: 180px;
    margin: 40px auto;
  }
  
  	/* driveplan */
	
	.driveplan {
		padding-top: 10px;
		margin-bottom: 20px;
	}
	
	.driveplan h2{
		font-size: 2.5rem;
	}
	
	.driveplan .animation {
		display: none;
	}
	
	.animation-sp {
		width: 100%;
		padding: 0 8% 0 3%;
		margin: 0 auto 16px;
	}
	
	.animation-sp dl {
		width: 100%;
		float: none;
		margin: 10px 0;
	}
	
	.animation-sp dl dt {
		display: table-cell;
		width: 40%;
		vertical-align: middle;
	}
	
	.animation-sp dl dt span {
		display: table-cell;
		vertical-align: middle;
	}
	
	.animation-sp dl dt img {
		max-width: 100%;
	}
	
	.animation-sp dl dd {
		text-align: left;
		display: table-cell;
		vertical-align: middle;
		padding-left: 4px;
		font-size: 1.2rem;
		padding-left: 10px;
	}
	
	.driveplan .btn {
		margin-bottom: 16px;
	}
	
	.driveplan .btn a {
		color: #CC0000;
	}
	
	.driveplan .btn span a:before {
		display: inline-block;
		font-family: FontAwesome;
		font-size: 14px;
		padding-right: 0.5rem;
		content: "\f067";
		color: #CC0000;
	}

	.driveBtn {
		font-size: 1.4rem;
	}

	.btn_parts01 a::before,
	.btn_parts01 a::after {
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #FFF;
	}


}

