@charset "utf-8";
/* CSS Document */
.allWrap{
	box-sizing:border-box !important;
}
	

/* mainVisual */
/* #mainVisual .bx-wrapper 18.03.14修正 */
#mainVisual .bx-wrapper{
	position:relative;
	width: 1080px;
	height: 560px;
}
/* #mainVisual ul 18.03.14追加 */
@media only screen and (min-width: 768px) {
	#mainVisual ul,
	#mainVisual ul li {
		width: 1080px;
		height: 560px;
		overflow: hidden;
	}
}
/* #mainVisual ul li img 18.03.14追加 */
#mainVisual ul li img {
	width: 100%;
}
/* #mainVisual .bx-controls 18.03.14修正 */
#mainVisual .bx-controls{
	text-align: center;
	background-color: #fff;
	padding-top: 10px;
}
/* #mainVisual .bx-pager 18.03.14修正 */
#mainVisual .bx-pager{
	letter-spacing:-0.4em;
	display: block;
}
#mainVisual .bx-pager-item{
	display:inline-block;
	letter-spacing:normal;
	text-indent:-9999px;
	width:16px;
	height:16px;
	margin-left: 8px;
}
#mainVisual .bx-pager-item:first-child{
	margin-left: 0;
}
#mainVisual .bx-pager-item a{
	display:block;
	background:url(/img/index_ic01.png) no-repeat 0 0;
	width:16px;
	height:16px;
}
#mainVisual .bx-pager-item .active{
	background:url(/img/index_ic01on.png) no-repeat 0 0;
}

/* importantNotices 18.03.14修正 */
/* importantNotices */
.importantNotices h2{
	display:block;
	width: 100%;
	text-align: center;
	padding:12px 0;
	vertical-align:top;
	letter-spacing:normal;
	font-size: 16px;
	font-size: 1.6rem;
	color: #ef2712;
	background-color: #fae3e1;
}
/* .importantNotices h2 span 18.03.14修正 */
/* .importantNotices h2 span 18.03.16修正 */
.importantNotices h2 span {
	background:url(/img/index_ic21.png) no-repeat 0 0;
	background-size: 40px 40px;
	padding: 0 0 0 50px;
	font-size: 25px;
	line-height: 40px;
	height: 40px;
	display: inline-block;
}
/* .importantNotices ul 18.03.14修正 */
.importantNotices ul{
	display:inline-block;
	letter-spacing:normal;
	padding: 25px 0;
}
.importantNotices ul li a{
	color: #222;
	width:14px;
	height:14px;
}

/* operationInfo 18.03.14修正 */
/* operationInfo */
.operationInfo{
	padding: 30px 0;
}
.operationInfo .operationInfoWrap{
	border: #f8a05f solid 1px;
}
.operationInfo .operationInfoWrap .title{
	background-color: #ffeadb;
	position:relative;
	padding: 15px 30px;
}
.operationInfo .operationInfoWrap .title h2{
	color: #ef2712;
	font-size: 25px;
	font-size: 2.5rem;
}
.operationInfo .operationInfoWrap .title .btnLink_01{
	position:absolute;
	margin-top: 0;
	right: 12px;
	top:9px;
}
.operationInfo .operationInfoWrap .detail{
	position:relative;
	padding: 15px 30px;
}
.operationInfo .operationInfoWrap .detail .normalList_03{
	margin-top: 0;
}
.operationInfo .operationInfoWrap .detail .normalList_03 .color_00 a{
	color: #f84c00 !important;
}
.operationInfo .operationInfoWrap .detail .normalList_03 .table_01{
	width:auto;
	color: #555;
}

/* latestInformation 18.03.14修正 */
/* latestInformation */
.latestInformation{
	padding: 35px 0 0;
	margin-top: 30px;
	text-align:center;
	border-top: 2px solid #f86900;
	border-bottom: 2px solid #f86900;
}
/* .latestInformation h2 18.03.14修正 */
/* .latestInformation h2 18.03.16修正 */
.latestInformation h2{
	display:inline-block;
	background: url(/img/index_ic17.png) no-repeat 0 0;
	padding-left: 45px;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 40px;
	height: 40px;
	display: inline-block;
}
/* .latestInformation ul 18.03.14 修正 */
.latestInformation ul{
/*	padding:0 40px;*/
	text-align:left;
}
/* .latestInformation .newsContainer 18.03.14 修正 */
.latestInformation .newsContainer{
	padding:30px 0;
}
.latestInformation .boxNews01,
.latestInformation .boxNews01 dl{
	border: none;
	padding-bottom: 15px;
	margin: 0;
}

.latestInformation .boxNews01 dl:after {
	content : "";
	display : block;
	clear : both;
}
/* .latestInformation .boxNews01 18.03.14 削除 */
/*.latestInformation .boxNews01{
	padding: 0 18px;
}*/

.latestInformation .boxNews01 dt,
.latestInformation .boxNews01 dd{
	display:block;
	border-radius: none;
	float: left;
	font-size: 14px;
	font-size: 1.4rem;
}
.latestInformation .boxNews01 dt {
	width: 140px;
	padding-right: 0;
}

.latestInformation .boxNews01 dd {
	width: 680px;
}
.latestInformation .boxNews01 dd a{
	background-color: #fff;
	text-align:left;
	display:inline;
}


/* .latestInformation .boxNews01 dl dd > a + span 18.03.16 追加 */
.latestInformation .boxNews01 dl dd > a + span {
	margin-left: 0.5em;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	background-color: #ef2712;
	padding: 3px;
}
.latestInformation .boxNews01 dd span{
	display:inline;
}
.latestInformation .boxNews01 .bx-wrapper{
	position:relative;
}
.latestInformation .boxNews01 .bx-wrapper .bx-controls-direction .bx-prev{
	background:url(/img/index_ic03.png) no-repeat 0 0;
	position: absolute;
	top:50%;
	left:-35px;
	width:20px;
	height:60px;
	margin-top: -30px;
	text-indent:-9999px;
}
.latestInformation .boxNews01 .bx-wrapper .bx-controls-direction .bx-next{
	background:url(/img/index_ic04.png) no-repeat 0 0;
	position: absolute;
	top:50%;
	right:-35px;
	width:20px;
	height:60px;
	margin-top: -30px;
	text-indent:-9999px;
}
/* 18.03.14 追加 */
.latestInformation .btnLink_01 {
	margin-top: 10px;
}

.latestInformation .btnLink_01 a {
	width: 200px;
	background-color: #444!important;
}

.MottoButton01,
.MottoButton02,
.MottoButton03,
.MottoButton04{
	display:none;
}

/* recommended */
.recommended{
	background:#f3f1e2 url(/img/index_bg01.png) no-repeat 50% 0;
	border-top: #a09d75	solid 2px;
	padding:35px 0 25px 0;
	margin-top: 55px;
	text-align:center;
}
.recommended h2{
	display:inline-block;
	background: url(/img/index_ic05.png) no-repeat 0 0;
	padding-left: 67px;
	font-size: 28px;
	font-size: 2.8rem;
}
.recommended .title{
	padding:0 40px;
	margin-top: 40px;
	letter-spacing:-0.4em;
	text-align:left;
}
.recommended .title h3{
	display:inline-block;
	letter-spacing:normal;
	vertical-align:middle;
	font-size: 24px;
	font-size: 2.4rem;
	text-decoration:underline;
}
.recommended .title #reco_btn{
	display:inline-block;
	letter-spacing:normal;
	vertical-align:middle;
	margin-top: 0;
	margin-left: 1em;
}
.recommended .title #reco_btn a{
	background-color: #a09d75;
	padding: 0.5em 1em;
	color:#fff;
	font-size: 13px;
	font-size: 1.3rem;
	min-width:1px;
}
.recommended .title #reco_btn a:hover{
	background-color: #c1bfa5;
}
.recommended .area{
	margin-top: 20px;
	letter-spacing:-0.4em;
}
.recommended .area .detail{
	display:inline-block;
	width:520px;
	letter-spacing: normal;
	vertical-align:top;
	text-align:left;
}
.recommended .area .detail .airport{
	margin-top: 20px;
	letter-spacing:-0.4em;
}
.recommended .area .detail .airport li{
	display:inline-block;
	width: calc((100% - 10px) / 2);
	margin-left: 10px;
	position:relative;
	letter-spacing:normal;
}
.recommended .area .detail .airport li:first-child{
	margin-left: 0;
}
.recommended .area .detail .airport li:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-top: -7px;
	border: solid 6px transparent;
	border-left: solid 10px #a09d75;
}
.recommended .area .detail .airport li:last-child{
}
.recommended .area .detail .airport li a{
	background-color: #fff;
	display:block;
	border: #a09d75 solid 2px;
	padding:0 15px 0 15px;
	color: #615e36;
	font-size: 22px;
	font-size: 2.2rem;
}
.recommended .area .detail .airport li a span{
	display:inline-block;
	background:url(/img/index_ic06.png) no-repeat 0 50%;
	padding:10px 0 8px 45px;
}
.recommended .area .detail dl{
	margin-top: 30px;
	letter-spacing:-0.4em;
}
.recommended .area .detail dt{
	display:inline-block;
	width:89px;
	letter-spacing:normal;
	vertical-align:middle;
	background-color: #a09d75;
	padding:0.5em 0.5em 0.5em 0.8em;
	color: #fff;
	position:relative;
}
.recommended .area .detail dt:after{
	content: "";
	position: absolute;
	top: 50%;
	right: -16px;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-top: -7px;
	border: solid 6px transparent;
	border-left: solid 10px #a09d75;
}
.recommended .area .detail dd{
	display:inline-block;
	width:405px;
	letter-spacing:normal;
	vertical-align:middle;
	margin-left: 25px;
}
.recommended .area .detail dd .iconLink_01{
	margin-top: 0;
}
.recommended .area .detail dd .iconLink_01 li{
	margin-top: 0;
}
.recommended .area .detail dd .iconLink_01 li a:link,
.recommended .area .detail dd .iconLink_01 li a:visited{
	color: #000;
}
.recommended .area .detail dd .iconLink_01 li a:before{
	border-left: solid 10px #a09d75;
}
.recommended .area .detail h4{
	margin-top: 1em;
	color: #615e36;
	font-weight: bold;
}
.recommended .area .detail .other{
	margin-top: 20px;
	letter-spacing:-0.4em;
}
.recommended .area .detail .other li{
	display:inline-block;
	margin-left: 10px;
	position:relative;
	letter-spacing:normal;
}
.recommended .area .detail .other li:first-child{
	margin-left: 0;
}
.recommended .area .detail .other li:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-top: -7px;
	border: solid 6px transparent;
	border-left: solid 10px #a09d75;
}
.recommended .area .detail .other li:last-child{
}
.recommended .area .detail .other li a{
	background-color: #fff;
	display:block;
	border: #a09d75 solid 1px;
	padding:0 15px 0 15px;
	color: #615e36;
	font-size: 15px;
	font-size: 1.5rem;
}
.recommended .area .detail .other li a span{
	display:inline-block;
	background:url(/img/index_ic08.png) no-repeat 0 50%;
	padding:10px 45px 8px 67px;
}
.recommended .area .detail .other li:last-child a span{
	display:inline-block;
	background:url(/img/index_ic07.png) no-repeat 0 50%;
	padding:10px 45px 8px 56px;
}


.recommended .area .map{
	display:inline-block;
	width:530px;
	letter-spacing: normal;
	vertical-align:top;
	margin-left: 30px;
	text-align:left;
}
.recommended .area .map .mapDetail{
	position: relative;
	padding-bottom: 58.49%;
	height: 0;
	overflow: hidden;
}

.recommended .area .map .mapDetail iframe,
.recommended .area .map .mapDetail object,
.recommended .area .map .mapDetail embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.recommended .mapArea{
	display:none;
}

/* reason 18.03.17 修正 */
/* reason */
.reason{
	margin-top: 20px;
	height:528px;
	letter-spacing:-0.4em;
}

/* .reason .reasonTitle 18.03.14 修正 */
.reason .reasonTitle{
	display:inline-block;
	width:100%;
	height:120px;
	box-sizing:border-box;
	letter-spacing:normal;
	vertical-align:top;
	position:relative;
	z-index:2;
}

/* .reason .reasonTitle img 18.03.14 追加 */
.reason .reasonTitle img {
	width: 100%;
}
/* .reason .reasonTitle p 18.03.14 修正 */
.reason .reasonTitle p{
	position: absolute;
	top:30px;
	left:0;
	margin:0;
	padding: 0;
	width: 100%;
	text-align: center;
	font-size: 26px;
	font-size: 2.6rem;
	color:#fff;
	line-height:1.1;
}
/* .reason .reasonTitle p span 18.03.17 修正 */
.reason .reasonTitle p span{
	color:#fff;
	font-size: 26px;
	line-height: 1.3em;
}
/* .reason .reasonTitle p span em 18.03.14 修正 */
.reason .reasonTitle p span em{
	font-size: 40px;
	font-size: 4.0rem;
	font-weight: bold;
}
/* .reason .reasonDetail 18.03.14 修正 */
.reason .reasonDetail{
	width:100%;
	height:auto;
	letter-spacing:normal;
	box-sizing:border-box;
	vertical-align:top;
	position:relative;
	z-index:1;
}
/* .reason .reasonDetail ul 18.03.14 修正 */
.reason .reasonDetail ul{
	letter-spacing:-0.4em;
}
/* .reason .reasonDetail ul li 18.03.14 修正 */
.reason .reasonDetail ul li{
	background:url(/img/index_bg03.png) no-repeat right top;
	background-size: cover;
	display:inline-block;
	width:100%;
	height:200px;
	letter-spacing:normal;
	box-sizing:border-box;
	vertical-align: middle;
}
.reason .reasonDetail ul li:hover .wrap{
	background:rgba(255, 255, 255, 0.3);
}
/* .reason .reasonDetail ul li .wrap 18.03.17 修正 */
.reason .reasonDetail ul li .wrap{
	display: table;
	height:100%;
	width:100%;
	padding-top: 20px;
}
.reason .reasonDetail ul li .wrap a{
	display: table-cell;
	height:100%;
	vertical-align: middle;
	text-decoration:none;
	text-align:center;
}
.reason .reasonDetail ul li .wrap a p{
	margin-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	text-align:center;
}
/* .reason .reasonDetail ul li .wrap a .title 18.03.17 修正 */
.reason .reasonDetail ul li .wrap a .title{
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.2em;
}
.reason .reasonDetail ul li .wrap a .btn{
	position: relative;
	display:inline-block;
	background-color: #444;
	padding: 0.5em 6em;
	margin-top: 20px;
	border-radius: 20px;
	
}
.reason .reasonDetail ul li .wrap a .btn:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 16px;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-top: -7px;
	border: solid 6px transparent;
	border-left: solid 10px #fff;
}
.reason .reasonDetail ul li:hover .wrap a .btn{
background-color: rgba(0, 0, 0, 0.3);
}
.reason .reasonDetail ul li:last-child{
	background:url(/img/index_bg04.png) no-repeat 0 30%;
	background-size: cover;
	display:inline-block;
	width:100%;
	height:200px;
	letter-spacing:normal;
	padding-left: 0;
	margin-left: 0;
	box-sizing:border-box;
	vertical-align:top;
}

/* picup 18.03.14 修正*/
/* picup */
.picup{
	padding:35px 0 45px 0;
	margin-top: 30px;
	text-align:center;
}

/* .picup h2 18.03.14 修正*/
.picup h2{
	display:block;
	background-color:#ffe8d7;
	width: 100%;
	padding-top: 25px;
	border-radius: 10px 10px 0 0;
}
/* .picup h2 span 18.03.14 追加*/
.picup h2 span{
	display:inline-block;
	background: url(/img/index_ic09.png) no-repeat 0 0;
	padding-left: 55px;
	font-size: 28px;
	font-size: 2.8rem;
}
/* .picup .picupBox 18.03.14 修正*/
.picup .picupBox {
	padding: 25px 30px;
	text-align:center;
	background-color:#ffe8d7;
	border-radius: 0 0 10px 10px;
	margin-top: -1px;
}
.picup .picupBox .bx-wrapper{
	display:inline-block;
	position: relative;
}

.picup .picupBox .bx-wrapper .bx-controls-direction .bx-prev{
	background:url(/img/index_ic03.png) no-repeat 0 0;
	position: absolute;
	top:50%;
	left:-35px;
	width:20px;
	height:60px;
	margin-top: -30px;
	text-indent:-9999px;
}
.picup .picupBox .bx-wrapper .bx-controls-direction .bx-next{
	background:url(/img/index_ic04.png) no-repeat 0 0;
	position: absolute;
	top:50%;
	right:-35px;
	width:20px;
	height:60px;
	margin-top: -30px;
	text-indent:-9999px;
}
.picup .picupBox .bx-wrapper .bx-pager{
	margin-top: 35px;
}
.picup .picupBox .bx-wrapper .bx-pager .bx-pager-item{
	display:inline-block;
	margin-left: 10px;
}
.picup .picupBox .bx-wrapper .bx-pager .bx-pager-item:first-child{
	margin-left: 0;
}
.picup .picupBox .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link{
	display:block;
	background:url(/img/index_ic10.png) no-repeat 0 0;
	width:12px;
	height:12px;
	text-indent:-9999px;
}

.picup .picupBox .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link.active{
	background:url(/img/index_ic10on.png) no-repeat 0 0;
	width:12px;
	height:12px;
}
.picup .picupBox li{
	width:249px;
	text-align:left;
}
/* .picup .picupBox .equalHeight > li 18.03.14 削除 */
/*.picup .picupBox .equalHeight > li{
	border-right: #c3c2c2 solid 1px;
	border-bottom: #c3c2c2 solid 1px;
}*/
.picup .picupBox .img{
	margin-top: 0;
}
/* .picup .picupBox .img img 18.03.14 追加 */
.picup .picupBox .img img{
	width: 100%;
}
.picup .picupBox .text{
	background-color: #fff;
	padding: 1em;
}
.picup .picupBox .text .iconLink_01{
	margin-top: 0;
	box-sizing:border-box;
}
.picup .picupBox .text .iconLink_01 li{
	width:auto;
}

/* .picup .bnrBox 18.03.14 修正 */
.picup .bnrBox{
	margin-top: 30px;
	padding: 30px 0;
	background-color: #ffe8d7;
	border-radius: 10px;
}
.picup .bnrBox .bx-wrapper {
    position: relative;
}
/* .picup .bnrBox .bx-wrapper .bx-controls-direction .bx-prev 18.03.14 修正 */
.picup .bnrBox .bx-wrapper .bx-controls-direction .bx-prev{
	background:url(/img/index_ic19.png) no-repeat 0 0;
	background-size: 30px 50px;
	position: absolute;
	top:35%;
	left:-40px;
	width:30px;
	height:50px;
	margin-top: -12px;
	text-indent:-9999px;
}
/* .picup .bnrBox .bx-wrapper .bx-controls-direction .bx-next 18.03.14 修正 */
.picup .bnrBox .bx-wrapper .bx-controls-direction .bx-next{
	background:url(/img/index_ic20.png) no-repeat 0 0;
	background-size: 30px 50px;
	position: absolute;
	top:35%;
	right:-40px;
	width:30px;
	height:50px;
	margin-top: -12px;
	text-indent:-9999px;
}
/* .picup .bnrBox ul > li 18.03.14 削除 */
/*.picup .bnrBox ul > li{
	border-right: #c3c2c2 solid 1px;
	border-bottom: #c3c2c2 solid 1px;
}*/
.picup .bnrBox ul > li a:after{
	content:none;
}

/* banner */
.banner{
	padding:50px 10px;
	text-align:center;
}
.banner .flexElement_1{
	margin-top: 0;
}
.banner .bannercol{
	display:inline-block;
	margin-top: 30px;
}
.banner .bannercol li{
	display:inline-block;
	border-right: #c3c2c2 solid 1px;
	border-bottom: #c3c2c2 solid 1px;
	letter-spacing:normal;
	margin-left: 20px;
}
.banner .bannercol li:first-child{
	margin-left: 0;
}

/* social 18.03.14 修正 */
/* social */
.social{
/*	border-top: #ddd solid 1px;
	padding-top: 30px;*/
	text-align:center;
}
.social ul{
	display:inline-block;
	letter-spacing:-0.4em;
}
/* social li 18.03.14 修正 */
.social li{
	display:inline-block;
	padding:0 0 10px 0;
	letter-spacing:normal;
}
/* social li 18.03.16 追加 */
.social li a:after{
	display: none;
}
/* social li img 18.03.14 修正 */
.social li img {
	width: 100%;
}
/* social li a 18.03.14 削除 */
/*.social li a{
	display:block;
	border: #ddd solid 1px;
	padding:0.5em 1.5em;
	border-radius:10px;
	position: relative;
}

.social li a:before {
    content: url(/img/index_bg06.png);
    margin-top: -9px;
    position: absolute;
    top: 50%;
	left:-11px;
}
.social li a span{
	position:relative;
	padding-left: 20px;
}
.social li a span:before {
	content: "";
	position: absolute;
	top: 0.8em;
	left: 0;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-top: -7px;
	border: solid 6px transparent;
}

.social .tw{
	background: url(/img/index_ic13.png) no-repeat 0 50%;
}
.social .tw a span:before {
	border-left: solid 10px #31c7ec;
}
.social .fb{
	background: url(/img/index_ic14.png) no-repeat 0 50%;
	margin-left: 32px;
}
.social .fb a span:before {
	border-left: solid 10px #3b5998;
}
.social li a:link,
.social li a:visited{
	text-decoration:none;
}
.social li a:hover{
	text-decoration: underline;
}*/


/* search */
#search{
	background-color: #f1f1f1;
	padding: 30px 20px;
    position: absolute;
    left: 120px;
    top: 0;
    visibility: hidden;
    width: 350px;
    z-index:999;
}
#search .spSearch{
	display:none;
}
#search .active{
	position:absolute;
	top:0;
	left:-120px;
	margin-top: 0;
	font-size: 13px;
    font-size: 1.3rem;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 70px;
    text-align: center;
    text-decoration: none;
    vertical-align: bottom;
	width:120px;
	background:#f86900 url(/common/img/com_ic00_2.png) no-repeat 50% 13px;
	color: #fff;
}
#search .active:after {
position:absolute;
  content: url(/common/img/com_ic26.png);
  top:50%;
  right:-12px;
  margin-top: -12px;
}
.searchBG{
	background-color: #000;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
	z-index:998;
}
#search dt{
	font-size: 23px;
	font-size: 2.3rem;
	text-align:center;
	border-bottom: #d4d4d4 solid 1px;
	padding-bottom: 0.5em;
}
#search .lastSearch{
	letter-spacing:-0.4em;
	margin-top: 20px;
}
#search .lastSearch p{
	display:inline-block;
	width: 54px;
	margin-top: 0;
	letter-spacing: nomal;
	vertical-align:top;
}
#search .lastSearch .txt{
	display:inline-block;
	margin-left: 15px;
	width: 235px;
	letter-spacing: normal;
	vertical-align:top;
}
#search .lastSearch .txt span{
	font-size: 20px;
	font-size: 2.0rem;
}
#search .lastSearch .txt a{
	padding-top:0 !important;
	padding-left:0 !important;
	text-align:left !important;
}
#search .lastSearch .txt a:link{
	text-decoration:underline !important;
}

#search .select{
	letter-spacing:-0.4em;
	margin-top: 20px;
	display:table;
}
#search .select p{
	display: table-cell;
	background: #777 url(/img/index_bg07.png) no-repeat 0 100%;
	width: 60px;
	margin-top: 0;
	letter-spacing:normal;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align:center;
	vertical-align:middle;
	line-height:1;
}
#search .select p span{
	display:block;
	color: #fff;
	font-size: 28px;
	font-size: 2.4rem;
	font-weight: bold;
}
#search .select .txt{
	display: table-cell;
	border-left: #f1f1f1 solid 15px;
	width: 230px;
	padding-bottom: 20px;
	letter-spacing: normal;
	vertical-align:top;
}
#search .select .txt span{
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}
#search .select .txt li{
	display:inline-block;
	margin-right: 5px;
}
#search .select .txt li input{
	vertical-align:top;
	display: none;
}
#search .select .txt li label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 0;
	padding: 5px 0 5px 25px;
	border-radius: 2px;
	color: #3e4956;
	font-size: 14px;
	text-align: center;
	line-height: 1;
}
#search .select .txt li label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #fff;
	border: #cecdcd solid 1px;
	border-radius: 50%;
}
#search .select .txt li input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 6px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-radius: 50%;
	background: #f86900;
}

#search .select-wrap{
position:relative;
overflow:hidden;
display:inline-block;
min-width:192px;
min-width:12em;
background-color:#ffffff;
background-image:-webkit-linear-gradient(top, #ffffff 0%, #dfe0d9 100%);
background-image:linear-gradient(top, #ffffff 0%, #dfe0d9 100%);
border:1px solid #c0c0c0;
color:#333;
}

#search .select-wrap select{
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
position:relative;
z-index:2;
display:block;
width:100%;/* fallback non calc support */
width:-webkit-calc(100% + 5em);
margin:0;
padding:11px 35px 11px 11px;
padding:.6875rem 2.1875rem .6875rem .6875rem;
background:transparent;
border:0;
outline:none;
font-size:16px;
font-size:1.6rem;
line-height:1.5;
cursor:pointer;
}

#search .select-wrap select::-ms-expand {
    display: none;
}

#search .entypo-down-open-mini:before{
	content: "";
	position: absolute;
	top:50%;
	right: 10px;
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border: 6px solid transparent;
	border-right: 6px solid #666;
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}
#search .submit_button{
	margin-top: 0;
}
#search #submit_button{
	background:url(/common/img/com_btn01.png) no-repeat 0 0;
	margin-top: 15px;
	width:320px;
	height:47px;
	border: none;
}
#search .link{
	margin-top: 25px;
	border-bottom: #d4d4d4 solid 1px;
}
#search .link a{
	background:url(/common/img/com_ic28.png) no-repeat 6px 12px;
	display:block !important;
	padding: 20px 6px 20px 76px !important;
	border-top: #d4d4d4 solid 1px;
	text-align:left !important;
}
#search .link li:first-child a{
	background:url(/common/img/com_ic27.png) no-repeat 6px 12px;
}

#search .close{
	background-color: #a8a8a8;
	padding: 0.5em;
	text-align:center;
	position: absolute;
	width: 100%;
	left: 0;
	color: #fff;
	cursor:pointer;
}
#search .close span{
	background:url(/common/img/com_ic29.png) no-repeat 0 50%;
	padding-left: 27px;
	display: inline-block;  
}


/* latestInformation 18.03.14 修正 */
/* latestInformation */

.latestInformation .tab_01 > ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	border-bottom: #f86900 solid 2px;
	padding: 0;
}

/* .latestInformation .tab_01 > ul  > li 18.03.14 修正 */
.latestInformation .tab_01 > ul  > li {
	width: calc(100% /3);
	box-sizing: border-box;
	border: none;
}

/* .latestInformation .tab_01 > ul  > li 18.03.14 追加 */
.latestInformation .tab_01 > ul  > li:nth-child(2) {
	border-left: solid 5px #ffffff;
	border-right: solid 5px #ffffff;
}
@media all and (-ms-high-contrast: none){
	.latestInformation .tab_01 > ul  > li{
		width: 287px;
	}
	.latestInformation .tab_01 > ul  > li:nth-child(2) {
		width: 286px;
	}
}
.latestInformation .tab_01 > ul  > li a {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	color: #333;
	font-size: 18px;
	font-size: 1.6rem;
	text-align: center;
	background-color: #e9e9e9;
	border-top: solid 6px #fff;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	text-decoration: none;
	height: 46px!important;
	padding-top: 5px;
}
.latestInformation .tab_01 > ul  > li a:hover {
	background-color: #ffeadb;
	color: #f84c00;
}
.latestInformation .tab_01 > ul  > li.on a {
	background-color: #f86900;
	border-color: #f86900;
	font-weight: bold;
	color: #fff;
}
/* .latestInformation .tab_01 > ul  > li.on a:before 18.03.14 修正 */
/*.latestInformation .tab_01 > ul  > li.on a:before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: -10px;
	border: 10px solid transparent;
	border-right: 10px solid #f86900;
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}*/
.latestInformation .tab_01 > ul  > li a > span {
	display: block;
	width: 100%;
	padding: 1em;
}


/* ここから 18.03.14追加 */
/* topContainer */
.topContainer {
	width: 1240px;
	margin: 0 auto;
	padding: 30px 0 60px;
}
.topContainer:after {
	content : "";
	display : block;
	clear : both;
}

/* topContainer_left */
.topContainer_left {
	width: 860px;
	float: left;
}

/* topContainer_right */
.topContainer_right {
	width: 350px;
	float: right;
	overflow: hidden;
}

/* inquiryColumn */
.topContainer_right .inquiryColumn_01 {
	background-color: #eee;
	margin-bottom: 20px;
}
.topContainer_right .inquiryColumn_01 > .title {
	padding: 0.5em 1em;
	background-color: #ffd7b9;
	font-size: 25px;
	font-size: 2.5rem;
	color: #333;
	text-align: center;
	margin-top: 0;
}
.topContainer_right .inquiryColumn_01 > .inner {
	background-color: #eee;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	text-align: left;
	letter-spacing: -0.4em;
}
.topContainer_right .inquiryColumn_01 > .inner > .innerWrap {
	display: inline-block;
	text-align:center;
}
/* 18.03.22 修正 */
.topContainer_right .inquiryColumn_01 > .inner .phoneNumber {
	background: url(/common/img/com_ic16.png) no-repeat 0 0;
	background-size: 28px 42px;
	padding-left: 40px;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	margin-top: 20px;
}
.topContainer_right .inquiryColumn_01 > .inner .phoneNumber dt {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #f86900;
}
/* .topContainer_right .inquiryColumn_01 > .inner .phoneNumber dt .telLinkNum 18.03.16 修正 */
.topContainer_right .inquiryColumn_01 > .inner .phoneNumber dt .telLinkNum {
	font-size: 24px;
	font-size: 2.4rem;
	color: #f86900;
	line-height: 1;
	display: inline-block;
}
/* .topContainer_right .inquiryColumn_01 > .inner .phoneNumber dd 18.03.17 修正 */
.topContainer_right .inquiryColumn_01 > .inner .phoneNumber dd {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2em;
	display: block;
	width: 100%;
	text-align: center;
}
.topContainer_right .inquiryColumn_01 > .inner .internet {
	background: url(/common/img/com_ic17.png) no-repeat 0 100%;
	padding-left: 70px;
	display: inline-block;
	margin-left: 0;
	letter-spacing: normal;
	vertical-align: top;
}
.topContainer_right .inquiryColumn_01 > .inner .internet dt {
	padding-right: 3em;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #f86900;
	text-align: right;
}
.topContainer_right .inquiryColumn_01 > .inner .internet dd {
	font-size: 14px;
	font-size: 1.4rem;
}
.topContainer_right .inquiryColumn_01 > .inner .internet dd .btnLink_01 > li > em > a {
	padding: 0.4em 3em;
}
.topContainer_right .inquiryColumn_01 > .inner .internet dd ul {
	margin-top: 0;
}
.topContainer_right .inquiryColumn_02 {
	background-color: #eee;
}
.topContainer_right .inquiryColumn_02 > .title {
	padding: 0.5em 1em;
	background-color: #999;
	font-size: 25px;
	font-size: 2.5rem;
	color: #fff;
	text-align: center;
	margin-top: 0;
}
.topContainer_right .inquiryColumn_02 > .inner {
	background-color: #eee;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 2em 1em 2.5em 1em;
	text-align: center;
	letter-spacing: -0.4em;
}
.topContainer_right .inquiryColumn_02 > .inner > .innerWrap {
	display: inline-block;
	letter-spacing: normal;
}
.topContainer_right .inquiryColumn_02 > .inner .lost {
	background: url(/common/img/com_ic18.png) no-repeat 0 100%;
	padding-left: 70px;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}
/* .topContainer_right .inquiryColumn_02 > .inner .lost dt 18.03.17 修正 */
.topContainer_right .inquiryColumn_02 > .inner .lost dt {
	padding-right: 3.5em;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: right;
}
.topContainer_right .inquiryColumn_02 > .inner .lost dd {
	font-size: 16px;
	font-size: 1.6rem;
}
.topContainer_right .inquiryColumn_02 > .inner .lost dd .btnLink_01 {
	margin-top: 0;
}
.topContainer_right .inquiryColumn_02 > .inner .lost dd .btnLink_01 > li > a {
	padding: 0.4em 0;
}
.topContainer_right .inquiryColumn_02 > .inner .lost dd .btnLink_01 > li > a span {
	text-align: center;
}
.topContainer_right .inquiryColumn_02 > .inner .lost dd .btnLink_01 > li > a span:before {
	top: 60%;
}
.topContainer_right .inquiryColumn_02 > .inner .lost dd ul {
	margin-top: 0;
}
.topContainer_right .inquiryColumn_03 {
	margin-top: 1em;
	letter-spacing: -0.4em;
}
.topContainer_right .inquiryColumn_03 .inquiryColumn_01,
.topContainer_right .inquiryColumn_03 .inquiryColumn_02 {
	display: block;
	margin-top: 0;
	letter-spacing: normal;
	vertical-align: top;
}
/* .topContainer_right .inquiryColumn_03 .inquiryColumn_01 18.03.17 修正 */
.topContainer_right .inquiryColumn_03 .inquiryColumn_01 {
	width: 100%;
	border: none;
}
/* 18.03.22 修正 */
.topContainer_right .inquiryColumn_03 .inquiryColumn_01 .internet {
	margin-left: 0;
}
.topContainer_right .inquiryColumn_03 .inquiryColumn_01 .internet dt,
.topContainer_right .inquiryColumn_03 .inquiryColumn_02 .lost dt {
	padding-right: 0;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}
/* .topContainer_right .inquiryColumn_03 .inquiryColumn_02 18.03.17 修正 */
.topContainer_right .inquiryColumn_03 .inquiryColumn_02 {
	background-color: #eee;
	width: 100%;
	border: none;
}
.topContainer_right .inquiryColumn_03 .inquiryColumn_01 > .inner .internet dd,
.topContainer_right .inquiryColumn_03 .inquiryColumn_02 > .inner .lost dd {
	font-size: 16px;
	font-size: 1.6rem;
}
.topContainer_right .inquiryColumn_03 .inquiryColumn_01 > .inner .internet dd .btnLink_01 > li > em > a,
.topContainer_right .inquiryColumn_03 .inquiryColumn_02 > .inner .lost dd .btnLink_01 > li > a {
	padding: 10px 15px;
}

/* .topContainer_right .inquiryColumn_03 .inquiryColumn_02 > .inner .lost dd .btnLink_01 > li > a 18.03.17 追加 */
.topContainer_right .inquiryColumn_03 .inquiryColumn_02 > .inner .lost dd .btnLink_01 > li > a {
	padding: 10px 0;
}

/* banner */
/* banner 18.03.17 修正 */
.topContainer_right .banner {
	padding: 0 0 10px;
}
.topContainer_right .banner li {
	padding-bottom: 10px;
}
.topContainer_right .banner li img {
	width: 100%;
}

/* timeTableContainer */
/* .timeTableContainer:after 18.03.17 追加 */
.timeTableContainer:after {
	content : "";
	display : block;
	clear : both;
}
/* .timeTableContainer .timeTable_tab 18.03.17 追加 */
.timeTableContainer .timeTable_tab {
	display: none;
}
/* .timeTableContainer dl 追加 */
.timeTableContainer dl {
	width: 420px;
	float: left;
	margin-bottom: 10px;
}
/* .timeTableContainer .tabContents 18.03.17 追加 */
.timeTableContainer .tabContents {
	margin-top: 0;
}
/* .timeTableContainer dl.timeTableItem_right 追加 */
.timeTableContainer dl.timeTableItem_right {
	float: right;
}
.timeTableContainer dt {
	width: 100%;
	background-color: #ffe8d7;
	padding: 14px 0;
	text-align: center;
}
/* .timeTableContainer dt span 18.03.17 修正 */
.timeTableContainer dt span {
	display: inline-block;
	font-size: 22px;
	font-size: 2.2rem;
	color: #333;
	padding: 3px 0 0 0;
}
/* .timeTableContainer dt span em 18.03.17 修正 */
.timeTableContainer dt span em {
	background-color: #f86900;
	padding: 2px 10px;
	border-radius: 5px;
	font-size: 28px;
	font-size: 2.8rem;
	color: #fff;
	margin-right: 10px;
}

/* .timeTableContainer .selectContainer 18.03.16 追加 */
.timeTableContainer .selectContainer {
	border-top: 2px dashed #bbb;
	border-bottom: 2px dashed #bbb;
	padding: 0 0 20px;
}
.timeTableContainer .selectContainer:after {
	content : "";
	display : block;
	clear : both;
}
/* .timeTableContainer form 18.03.16 修正 */
.timeTableContainer form {
	background-color: #eee;
}
/* .timeTableContainer .lastSearch 18.03.16 修正 */
.timeTableContainer .lastSearch {
	background: url('/img/index_ic15.png') 25px center no-repeat;
	background-size: 42px 37px;
	width: 100%;
	height: 60px;
	padding: 12px 0 12px 77px;
	background-color: #fff;
}

.timeTableContainer .lastSearch span {
	display: inline-block;
	font-size: 20px;
	padding-top: 3px;
}
.timeTableContainer .select{
	width: 100%;
	box-sizing: border-box;
	padding: 25px 0 20px 25px;
	color: #000;
}
/* .timeTableContainer .select p 18.03.17 修正 */
.timeTableContainer .select p{
	background-color: #777;
	width: 60px;
	margin-top: 0;
	padding: 12px 0;
	text-align:center;
	float: left;
	position: relative;
}
/* .timeTableContainer .select p:after 18.03.17 修正 */
.timeTableContainer .select p:after {
	content:'';
	position: absolute;
	bottom:-48px;
	left:0;
	width:0;
	height:0;
	border: 30px solid transparent;
	border-top: 18px solid #777;
}
/* .timeTableContainer .select p.plane img 18.03.17 追加 */
.timeTableContainer .select p.plane img {
	width: 40px;
}
/* .timeTableContainer .select p.train img 18.03.17 追加 */
.timeTableContainer .select p.train img {
	width: 36px;
	height: 39px;
	margin-bottom: 15px;
}
.timeTableContainer .select p span{
	display:block;
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
}
.timeTableContainer .select .txt {
	padding-left: 20px;
	font-size: 14px;
	float: left;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.timeTableContainer .select .txt.pulldown {
	width: 305px;
	margin-bottom: 0;
}
.timeTableContainer .select .txt span {
	font-size: 20px;
	font-weight: bold;
}
.timeTableContainer .select .txt ul li {
	float: left;
	padding-right: 15px;
}
.timeTableContainer .select .txt ul li:last-child {
	padding-right: 0;
}
.timeTableContainer .select .txt li input{
	vertical-align:top;
	display: none;
}
.timeTableContainer .select .txt li label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 0;
	padding: 5px 0 5px 25px;
	border-radius: 2px;
	color: #3e4956;
	font-size: 14px;
	text-align: center;
	line-height: 1;
}
.timeTableContainer .select .txt li label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #fff;
	border: #cecdcd solid 1px;
	border-radius: 50%;
}
.timeTableContainer .select .txt li input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 6px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-radius: 50%;
	background: #f86900;
}

.timeTableContainer .select-wrap{
position:relative;
overflow:hidden;
display:inline-block;
min-width:192px;
min-width:12em;
background-color:#fff;
border:1px solid #999;
color:#333;
}

.timeTableContainer .select-wrap select{
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
position:relative;
z-index:2;
display:block;
box-sizing: border-box;
width:295px;
height: 44px;
margin:0;
padding:11px 35px 11px 11px;
padding:.6875rem 2.1875rem .6875rem .6875rem;
background:transparent;
border:0;
outline:none;
font-size:14px;
font-size:1.4rem;
line-height:1.5;
cursor:pointer;
}

.timeTableContainer .select-wrap select::-ms-expand {
    display: none;
}

.timeTableContainer .entypo-down-open-mini:before{
	content: "";
	position: absolute;
	top:50%;
	right: 10px;
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border: 6px solid transparent;
	border-right: 6px solid #666;
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}
.timeTableContainer .submit_button{
	clear: both;
	width: 100%;
	text-align: center;
	margin-top: -10px!important;
}
.timeTableContainer #submit_button{
	background: #f86900 url('/img/index_ic16.png') 38% 50% no-repeat;
	background-size: 24px 24px;
	width:380px;
	height:48px;
	border: none;
	border-radius: 30px;
	box-shadow: 2px 2px rgba(0,0,0,0.15);
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	user-select: auto!important;
	padding-left: 10%;
	cursor: pointer;

}
.timeTableContainer #submit_button:hover {
	background-color: #ffa024;
}
/* .timeTableContainer .link 18.03.17 修正 */
.timeTableContainer .link{
	padding: 15px 0 15px 70px;
	background-color: #eee;
	clear : both;
}
.timeTableContainer .link:after {
	content : "";
	display : block;
	clear : both;
}
/* .timeTableContainer .link li 18.03.17 修正 */
.timeTableContainer .link li {
	display: table-cell;
	padding-right: 10px;
}
.timeTableContainer .link a{
	background:url(/en/common/img/com_ic46.png) no-repeat 6px 12px;
	background-size: 34px 34px;
	padding: 20px 6px 20px 0 !important;
	text-align:left !important;
}
/* .timeTableContainer .link li:first-child a 18.03.17 修正 */
.timeTableContainer .link li:first-child a{
	background:url(/en/common/img/com_ic47.png) no-repeat 6px 12px;
	background-size: 97px 32px;
}
/* .timeTableContainer .link li:nth-child(2) a 18.03.17 修正 */
.timeTableContainer .link li:nth-child(2) a{
	background:url(/en/common/img/com_ic45.png) no-repeat 6px 12px;
	background-size: 32px 32px;
}
.timeTableContainer .link a span{
	display: inline-block;
	padding-left: 45px;
	text-decoration: underline;
	white-space: nowrap;
}
/* .timeTableContainer .link li:nth-child(2) a span 18.03.17 修正 */
.timeTableContainer .link li:first-child a span{
	padding-left: 108px;
	color: #f86900;
}
.timeTableContainer .link a:hover span{
	text-decoration: none;
}

/* #mainVisual ul li a span 18.03.17追加 */
#mainVisual ul li a span {
	background: none!important;
}

.spNav,
.searchContainer {
	display: none;
}

/* ここまで 18.03.14追加 */



/* ======================
　SP
====================== */
@media only screen and (max-width: 768px) {
.allWrap{
	overflow: hidden;
}
	
/* importantNotices */
.importantNotices{
	padding: 4% 4%;
}
/* .importantNotices h2 span 18.03.14修正 */
.importantNotices h2 span {
	padding: 15px 0 15px0;
	font-size: 24px;
}
.importantNotices ul{
	width: 100%;
	padding: 15px 0;
}
.importantNotices ul li{
	padding-bottom: 0.6em;
}

/* operationInfo */
.operationInfo{
	padding: 4%;
}
.operationInfo [class*="btnLink"] > li > em > a {
 padding: 0.4em 0.3em;
}
.operationInfo [class*="btnLink"] > li > em > a > span:before {
	content: none;
}
.operationInfo .operationInfoWrap .title{
	padding: 4%;
}
.operationInfo .operationInfoWrap .title h2{
	color: #ef2712;
	font-size: 20px;
	font-size: 2.0rem;
}
/* .operationInfo .operationInfoWrap .title .btnLink_01 18.03.17追加 */
.operationInfo .operationInfoWrap .title .btnLink_01{
	position:static;
}
.operationInfo .operationInfoWrap .detail{
	padding: 4%;
}
.operationInfo .operationInfoWrap .detail .table_01{
	border-bottom: none;
}
.operationInfo .operationInfoWrap .detail .table_01 colgroup col{
	width: auto !important;
}
.operationInfo .operationInfoWrap .detail .table_01 tr{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
}
.operationInfo .operationInfoWrap .detail .table_01 tr th,
.operationInfo .operationInfoWrap .detail .table_01 tr td{
	display: table-cell;
	width: calc(100% / 2);
	box-sizing:border-box;
}

/* latestInformation 18.03.14 追加 */
/* latestInformation */
.latestInformation{
	padding: 20px 0 10px;
}
/* latestInformation h2 18.03.14 追加 */
.latestInformation h2{
	font-size: 24px;
	font-size: 2.4rem;
}

/* latestInformation 18.03.14 追加 */
.latestInformation .newsContainer {
	width: 90%;
	margin: 0 auto;
}


/* tab */
.latestInformation .tab_01 ul {
	width: auto;
}

/* .latestInformation .tab_01 > ul  > li a > span 18.03.16 追加 */
.latestInformation .tab_01 > ul  > li a > span {
	padding: .5em;
}
.latestInformation ul
	padding-top: 5px;
.latestInformation .newsContainer{
	padding: 20px 4% !important;
}
.latestInformation .boxNews01,
.latestInformation ul{
	padding: 0;
}
.latestInformation .tab_01 .boxNews01 ul,
.latestInformation .boxNews01,
.latestInformation .boxNews01 dl{
	border: none !important;
}

/* .latestInformation .boxNews01 dd 18.03.18 追加 */
.latestInformation .boxNews01 dd {
	width: 100%;
}

.MottoButton01,
.MottoButton02,
.MottoButton03,
.MottoButton04{
	background-color: #a8a8a8;
	padding: 0.5em;
	color: #fff;
	text-align:center;
	position:relative;
	border-radius: 5px;
}
.MottoButton04{
	margin-left:4%;
	margin-right:4%;
}
.MottoButton01:before,
.MottoButton02:before,
.MottoButton03:before,
.MottoButton04:before{
position: absolute;
top: 0;
bottom: 0;
right: 10px;
width: 10px;
height: 10px;
margin: auto;
content: "";
vertical-align: middle;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
.MottoButton01.open:before,
.MottoButton02.open:before,
.MottoButton03.open:before,
.MottoButton04.open:before{
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}

/* recommended */
.recommended h2{
	padding-left: 67px;
	font-size: 21px;
	font-size: 2.1rem;
}
.recommended h2 span{
	display:block;
}
.recommended .title{
	padding: 0 0 0 4%;
	display:table;
	table-layout:fixed;
}
.recommended .title h3{
	display:table-cell;
	font-size: 18px;
	font-size: 1.8rem;
	padding-right: 0.5em;
	width:55%;
}
.recommended .title #reco_btn{
	display:table-cell;
}
.recommended .area #reco_btn a {
    background-color: #a09d75;
}
.recommended .area{
	padding: 0 4%;
}
.recommended .area .detail{
	width:auto;
	box-sizing:border-box;
}
.recommended .area .detail > p{
	margin-top: 0;
}
.recommended .area .detail dl,
.recommended .area h4,
.recommended .area .detail .other{
	display:none;
}
.recommended .area .detail .airport li{
	margin-left: 0;
	width: calc(100% / 2);
}

.recommended .area .detail .airport li:last-child{
	border-left: none;
}
.recommended .area .detail .airport li a{
	font-size: 16px;
	font-size: 1.6rem;
}

.recommended .area .map{
	width:100%;
	margin-left: 0;
}

.recommended .mapArea{
	display:block;
	background-color: #a09d75;
	padding: 0.7em;
	color: #fff;
	text-align:center;
	position:relative;
	margin-bottom: 1px;
}
.recommended .mapArea:before{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	width: 10px;
	height: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.recommended .area .map .airport{
	margin-top: 20px;
	letter-spacing:-0.4em;
}
.recommended .area .map .airport li{
	display:inline-block;
	margin-left: 0;
	padding-left: 0;
	position:relative;
	letter-spacing:normal;
	width:100%;
}
.recommended .area .map .airport li:first-child{
	margin-left: 0;
}
.recommended .area .map .airport li:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 5px;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-top: -7px;
	border: solid 6px transparent;
	border-left: solid 10px #a09d75;
}

.recommended .area .map .airport li a{
	background-color: #fff;
	display:block;
	border: #a09d75 solid 2px;
	padding:0 15px 0 15px;
	color: #615e36;
}
.recommended .area .map .airport li a span{
	display:inline-block;
	background:url(/img/index_ic06.png) no-repeat 0 50%;
	padding:10px 0 8px 35px;
	font-weight: bold;
}

.recommended .area .map .airport li:last-child{
/*	border-left: none !important;*/
	margin-left: 0;
}
.recommended .area .map .airport li:last-child a{
/*	border-left: none !important;*/
}
.recommended .area .map .airport li a{
	font-size: 16px;
	font-size: 1.6rem;
}

/* .reason 18.03.17 修正 */
.reason{
	width: 100%;
	margin: 20px auto 0;
}

/* .reason .reasonTitle 18.03.17 追加 */
.reason .reasonTitle{
	height:auto;
	margin-bottom: -10%;
}
/* .reason .reasonTitle p 18.03.16 修正 */
.reason .reasonTitle p{
	top:20px;
}
/* .reason .reasonTitle p 18.03.18 修正 */
@media only screen and (max-width: 320px) {
	.reason .reasonTitle p span{
		font-size: 24px;
		font-size: 2.4rem;
	}
}

/* .reason 18.03.14 削除*/
/* reason */
/*
.reason{
	margin-top: 20px;
	height: auto;
}
.reason .reasonTitle{
	display:block;
	width: 100%;
	height:auto;
	box-sizing:border-box;
}
.reason .reasonTitle > img{
	width:100%;
	height:auto;
}
.reason .reasonTitle p{
	position:absolute;
	top:41%;
	left:50%;
	width: 100%;
	border: none;
	margin:0;
	padding: 0;
	font-size: 20px;
	font-size: 2.0rem;
	color:#fff;
	line-height:1.3;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	text-align:center;
	box-sizing:border-box;
}
.reason .reasonTitle p .pcElement{
	display: none;
}
.reason .reasonTitle p span{
	color: #ff9615;
	font-weight: bold;
	font-size: 27px;
	font-size: 2.7rem;
}
.reason .reasonTitle p span em{
	font-size: 27px;
	font-size: 2.7rem;
}

.reason .reasonDetail{
	display:block;
	width: auto;
	height:auto;
	letter-spacing:normal;
	padding-left: 0;
	margin-left: 0;
	margin-top: -6%;
}
.reason .reasonDetail ul{
	height:auto;
	display:table;
	width:100%;
}
.reason .reasonDetail ul li{
	background:url(/img/index_bg03sp.png) no-repeat 0 100%;
	background-size: 100% auto;
	display: table-cell;
	width: calc(100% / 2);
	height:auto;
	letter-spacing:normal;
	margin-left: 0;
	box-sizing:border-box;
	vertical-align: middle;
}
.reason .reasonDetail ul li:hover .wrap{
	background:rgba(255, 255, 255, 0.3);
	
}
.reason .reasonDetail ul li .wrap{
	padding:1em 0.5em;
}
.reason .reasonDetail ul li .wrap a{

}
.reason .reasonDetail ul li .wrap a p{
	font-size: 12px;
	font-size: 1.2rem;
}
.reason .reasonDetail ul li .wrap a .title{
	font-size: 27px;
	font-size: 2.7rem;
	font-weight: bold;
}
.reason .reasonDetail ul li .wrap a .btn{
	margin-top: 1em;
	
}
.reason .reasonDetail ul li .wrap a .btn:before {
}
.reason .reasonDetail ul li:hover .wrap a .btn{
}
.reason .reasonDetail ul li:last-child{
	display: table-cell;
	background:url(/img/index_bg04sp.png) no-repeat 0 100%;
	background-size: 100% auto;
	width: calc(100% / 2);
	height:auto;
}
*/
/* picup */
/* .picup 18.03.14 修正*/
/* .picup 18.03.16 修正*/
.picup{
	padding:30px 0 20px 0;
	margin-top: 0;
}
/* .picup h2 18.03.14 修正*/
/* .picup h2 18.03.16 修正*/
.picup h2{
	padding-top: 20px;
	border-radius: 0;
}
/* .picup h2 span 18.03.14 追加*/
.picup h2 span{
	font-size: 24px;
	font-size: 2.4rem;
}
.picup .picupBox {
	padding: 20px 5%;
	border-radius: 0;
}
/* .picup .picupBox:after 18.03.14 追加*/
.picup .picupBox:after {
	content : "";
	display : block;
	clear : both;
}
.picup .picupBox .bx-wrapper{
}
/* .picup .picupBox li 18.03.14 追加*/
.picup .picupBox li{
	width: 47.5%;
	float: left;
	margin-bottom: 15px;
}
.picup .picupBox li:nth-child(even) {
	float: right;
}
/* .picup .picupBox li .img 18.03.14 削除*/
/*
.picup .picupBox li .img{
	display: table-cell;
	width:27.8%;
	height:auto;
	vertical-align:top;
	letter-spacing:normal;
	overflow: hidden;
	position:relative;
}
.picup .picupBox li .img img {
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
	max-width:none;
	height:100%;
	width: auto;
}
*/
/* .picup .picupBox li .text 18.03.14 修正*/
.picup .picupBox li .text{
	font-size: 14px;
	font-size: 1.4rem;
}
.picup .picupBox .text .iconLink_01 li a{
	letter-spacing:normal;
}
#bnrBoxslider{
	
}
/* .bnrBox 18.03.14 削除 */
/*
.bnrBox {
	width:64%;
	margin:0 auto;
}
*/
/* .picup .bnrBox 18.03.14 追加 */
/* .picup .bnrBox 18.03.16 追加 */
.picup .bnrBox{
	width:100%;
	padding: 20px 10%;
	border-radius: 0;
}
.bnrBox .bx-viewport {
  background: transparent !important;
  border: 0;
  overflow: visible !important;
}
.bnrBox .bx-viewport li{
	border: none !important;
}
/* .bnrBox .bx-viewport li img 18.03.14 修正 */
.bnrBox .bx-viewport li img{
	width:92%;
	height:auto;
}
/* #mainVisual .bx-controls 18.03.19修正 */
#mainVisual .bx-controls{
	position: relative;
	z-index: 999;
}
/* .bnrBox .bx-wrapper .bx-prev 18.03.14 修正 */
.bnrBox .bx-wrapper .bx-prev {
	background-position: 90% 50% !important;
	margin-top: -8px !important;
	top: 0 !important;
  left: -22% !important;
  height:120% !important;
  width: 26% !important;
  background:rgba(255, 255, 255, 0.8) url("/img/index_ic19.png") !important;
	background-size: 30px 50px!important;
  background-position: 80% 50% !important;
  background-repeat:no-repeat!important;
  background-color: #ffe8d7!important;
}
/* .bnrBox .bx-wrapper .bx-next 18.03.14 修正 */
.bnrBox .bx-wrapper .bx-next {
	margin-top: -8px !important;
	top: 0 !important;
  right: -24% !important;
  height:120% !important;
  width: 26% !important;
  background:rgba(255, 255, 255, 0.8) url("/img/index_ic20.png") !important;
	background-size: 30px 50px!important;
  background-position: 5% 50% !important;
  background-repeat:no-repeat!important;
  background-color: #ffe8d7!important;
}

/* banner */
.banner{
	padding: 30px 4%;
	width: 100%;
	margin: 0 auto;
}
.banner .bannercol{
	display:none;
	letter-spacing:-0.4em;
}
.banner .bannercol li{
	width: calc((100% - 5%) / 2);
	margin-left: 4%;
	letter-spacing:normal;
}

/* social */
.social{
	padding-top: 0;
	width: 100%;
	margin: 0 auto;
}
/*
.social li{
	background:none !important;
	padding: 0;
	text-indent:-9999px;
}
.social li a{
	display:block;
	border:none;
	width:3.5em;
	height:4.5em;
}
.social li a:before{
	content:none;
}
.social li.tw a{
	background: url(/img/index_ic13.png) no-repeat 0 50%;
	background-size: 100% auto;
	
}
.social li.fb{
	margin-left: 1em;
}
.social li.fb a{
	background: url(/img/index_ic14.png) no-repeat 0 50%;
	background-size: 100% auto;
}
*/
/* search */
#search{
	position:static;
	visibility:visible;
	padding: 4% 4% 8% 4%;
	width:auto;
}
#search .submit_button{
	text-align:center;
}
#search .spSearch{
	display:block;
	margin-top: 0;
}
#search .spSearch a span:before{
	content:none;
}
#search > dl{
	margin-top: 1em;
}
#search .active:after{
	content:none;
}
#search .close{
	display:none;
}

#search .lastSearch p{
	width: 14.7%;
	margin-top: 0;
}
#search .lastSearch .txt{
	display:inline-block;
	margin-left: 4%;
	width: 80%;
	letter-spacing: normal;
	vertical-align:top;
}
#search .lastSearch .txt span{
	font-size: 18px;
	font-size: 1.8rem;
}
#search .select p{
}
#search .select .txt{
}

#search .select .txt li{
	margin-right: 3%;
}

/* ここから 18.03.14追加 */
#mainVisual .bx-wrapper{
	width: auto;
	height: auto;
}
#mainVisual .bx-controls{
	margin-top: -25px;
	margin-bottom: -25px;
}

/* topContainer */
.topContainer {
	width: 100%;
	padding: 0 0 60px;
}

/* topContainer_left */
.topContainer_left {
	width: 100%;
	float: none;
}

/* topContainer_right */
.topContainer_right {
	width: 90%;
	margin: 0 auto;
	float: none;
}

/* timeTableContainer */
/* .timeTableContainer dl 18.03.17 修正 */
.timeTableContainer dl {
	width: 100%;
	float: none;
	margin-bottom: 0;
}
/* timeTableContainer 18.03.17 修正 */
.timeTableContainer dt {
	display: none;
}
.timeTableContainer .lastSearch {
	background: url('/img/index_ic15.png') 25px 20px no-repeat;
	background-size: 42px 37px;
	width: 100%;
	height: auto;
	padding: 15px 5% 15px 77px;
	background-color: #fff;
}

.timeTableContainer .lastSearch span {
	display: block;
}

.timeTableContainer .selectContainer:after {
	content : "";
	display : block;
	clear : both;
}
.timeTableContainer .select{
	width: 90%;
	float: none;
	margin: 0 auto;
	padding: 20px 0;
}
/* .timeTableContainer .select p 18.03.17 修正 */
.timeTableContainer .select p{
	width: 50px;
	height: auto;
	padding: 10px 0 0;
}
/* .timeTableContainer .select p.plane img 18.03.17 追加 */
.timeTableContainer .select p.plane img {
	margin-bottom: 10px;
}
/* .timeTableContainer .select p.train img 18.03.17 追加 */
.timeTableContainer .select p.train img {
	margin-bottom: 30px;
}
.timeTableContainer .select p:after {
	display: none;
}
.timeTableContainer .select p:before {
	content:'';
	position: absolute;
	bottom:-45px;
	left:0;
	width:0;
	height:0;
	border: 25px solid transparent;
	border-top: 20px solid #777;
}
.timeTableContainer .select .txt {
	width: calc(100% - 65px);
	min-height: 104px;
	padding-left: 15px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.timeTableContainer .select .plane + .txt {
	margin-bottom: -10px;
}
.timeTableContainer .select .txt ul {
	margin-bottom: 0;
	padding-bottom: 0;
}
.timeTableContainer .select .txt.pulldown {
	width: calc(100% - 65px);
	margin-bottom: 10px;
}

.timeTableContainer .select-wrap{
position:relative;
overflow:hidden;
display:inline-block;
width: 100%;
min-width:12em;
background-color:#fff;
border:1px solid #999;
color:#333;
}

.timeTableContainer .select-wrap select{
width:100%;
height: 45px;
margin:0;
}
.timeTableContainer .submit_button{
	clear: both;
	width: 100%;
	text-align: center;
	margin-top: 90px!important;
}
/* .timeTableContainer #submit_button 18.03.17 修正 */
.timeTableContainer #submit_button{
	background: #f86900 url('/img/index_ic16.png') 35% 50% no-repeat;
	background-size: 24px 24px;
	padding-left: 9%;
	width:90%;
	height:50px;
}
/* .timeTableContainer #submit_button 18.03.20 追加 */
@media only screen and (max-width: 320px) {
	.timeTableContainer #submit_button{
	background: #f86900 url('/img/index_ic16.png') 30% 50% no-repeat;
		background-size: 24px 24px;
		padding-left: 12%;
	}
}
/* .timeTableContainer #submit_button:hover 18.03.16 削除 */
/*.timeTableContainer #submit_button:hover {
	opacity: .7;
}*/
.timeTableContainer .link{
	margin-top: 0;
	padding: 25px 5% 5px;
}
.timeTableContainer .link:after {
	content : "";
	display : block;
	clear : both;
}
.timeTableContainer .link li {
	width: 100%;
	float: none;
	display: block;
	padding-bottom: 20px;
}
/* .timeTableContainer .link a 修正 */
.timeTableContainer .link a{
	background:url(/common/img/com_ic46.png) no-repeat 6px 12px;
	background-size: 34px 34px;
	vertical-align: top;
}
/* .timeTableContainer .link li:first-child a 18.03.17 修正 */
.timeTableContainer .link li:first-child a{
	background:url(/en/common/img/com_ic47.png) no-repeat 6px 12px;
	background-size: 97px 32px;
}
/* .timeTableContainer .link li:nth-child(2) a 修正 */
.timeTableContainer .link li:nth-child(2) a{
	background:url(/common/img/com_ic45.png) no-repeat 6px 12px;
	background-size: 32px 32px;
}
.timeTableContainer .link a span{
	display: inline-block;
	text-decoration: underline;
	white-space: normal;
}

/* inquiryColumn */
/* .topContainer_right .inquiryColumn_03 18.03.17 追加 */
/* .topContainer_right .inquiryColumn_03 18.03.18 修正 */
.topContainer_right .inquiryColumn_03 {
	width: calc(100% + 2px);
	margin: 0 auto;
}
/* .topContainer_right .inquiryColumn_01 18.03.17 追加 */
.topContainer_right .inquiryColumn_01 {
	border: none;
}
.topContainer_right .inquiryColumn_01 > .title {
	font-size: 24px;
	font-size: 2.4rem;
}
/* .topContainer_right .inquiryColumn_01 > .inner 18.03.17 追加 */
.topContainer_right .inquiryColumn_01 > .inner {
	padding: 20px 10px;
}
/* 18.03.22 修正 */
.topContainer_right .inquiryColumn_01 > .inner .internet {
	margin-top: 0;
}
/* .topContainer_right .inquiryColumn_01 > .inner .internet dt 18.03.16 修正 */
.topContainer_right .inquiryColumn_01 > .inner .internet dt {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2em;
	padding: 5px 0;
}
.topContainer_right .inquiryColumn_03 .inquiryColumn_01 > .inner .phoneNumber dd {
	line-height: 1.2em;
	padding-top: 2px;
}
/* .topContainer_right .inquiryColumn_02 18.03.17 追加 */
.topContainer_right .inquiryColumn_02 {
	border: none;
}
.topContainer_right .inquiryColumn_02 > .title {
	font-size: 24px;
	font-size: 2.4rem;
}
/* .topContainer_right .inquiryColumn_03 .inquiryColumn_02 .inner 18.03.16 追加 */
.topContainer_right .inquiryColumn_02 > .inner {
	width: 100%;
	margin: 0 auto;
	padding: 20px 10px;
}
/* .topContainer_right .inquiryColumn_02 > .inner > .innerWrap 18.03.16 追加 */
.topContainer_right .inquiryColumn_02 > .inner > .innerWrap {
	width: 100%;
	margin: 0 auto;
}
/* .topContainer_right .inquiryColumn_02 > .inner > .innerWrap .btnLink a_01 18.03.16 追加 */
.topContainer_right .inquiryColumn_02 > .inner > .innerWrap .btnLink_01 a {
	min-width: auto;
}
/* .topContainer_right .inquiryColumn_03 .inquiryColumn_01 > .inner .internet dd .btnLink_01 > li > em > a 18.03.16 追加 */
.topContainer_right .inquiryColumn_03 .inquiryColumn_01 > .inner .internet dd .btnLink_01 > li > em > a,
.topContainer_right .inquiryColumn_03 .inquiryColumn_02 > .inner .lost dd .btnLink_01 > li > a {
	padding: 10px 0 10px 15px;
}
/* spNav */
#top .spNav {
	display:table;
	width:100%;
	height: 89px;
	overflow: hidden;
	box-sizing: border-box;
	border-bottom: #ffb47d solid 1px;
	background-color: #fff;
}

#top .spNav > ul {
	width:100%;
	overflow: hidden;
}

#top .spNav > ul > li {
	display: table-cell;
	width: 20%;
	text-align:center;
	box-sizing: border-box;
	border-right: #ffb47d solid 1px;
}

#top .spNav > ul > li:last-child {
	border-right: none;
}

#top .spNav > ul > li a {
	display: block;
	text-align:center;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2em;
	padding: 60px 2px 10px;
	text-decoration:none;
	background-color: #fff;
	box-sizing: border-box;
}
#top .spNav > ul > #timeTable{
	position: relative;
}

#top .spNav > ul > #timeTable > a{
	background: url(/img/index_ic26.png) no-repeat 50% 10px;
	background-size: 70% auto;
}
#top .spNav > ul > #reserve > a{
	background: url(/img/index_ic27.png) no-repeat 50% 13px;
	background-size: 78% auto;
}
#top .spNav > ul > #status > a{
	background: url(/img/index_ic18.png) no-repeat 50% 11px;
	background-size: 55% auto;
}
#top .spNav > ul > #guide > a{
	background: url(/img/index_ic28.png) no-repeat 50% 12px;
	background-size: 46% auto;
}
#top .spNav > ul > #ticket > a{
	background: url(/en/img/index_ic29.png) no-repeat 50% 16px;
	background-size: 75% auto;
}

#top .spNav > ul > #timeTable > a:hover{
	background: url(/img/index_ic26on.png) no-repeat 50% 10px;
	background-size: 70% auto;
}
#top .spNav > ul > #reserve > a:hover{
	background: url(/img/index_ic27on.png) no-repeat 50% 13px;
	background-size: 78% auto;
}
#top .spNav > ul > #status > a:hover{
	background: url(/img/index_ic18on.png) no-repeat 50% 11px;
	background-size: 55% auto;
}
#top .spNav > ul > #guide > a:hover{
	background: url(/img/index_ic28on.png) no-repeat 50% 12px;
	background-size: 46% auto;
}
#top .spNav > ul > #ticket > a:hover{
	background: url(/en/img/index_ic29on.png) no-repeat 50% 16px;
	background-size: 75% auto;
}

.searchContainer {
	width: 90%;
	margin: 0 auto;
	display: block;
}

.searchContainer .btnLink_01 {
	margin: 0;
	padding: 12px 0;
}

.searchContainer .btnLink_01 a {
	border-radius: 30px;
}

.searchContainer .btnLink_01 span {
	position: relative;
	font-size: 20px;
	font-size: 2.0rem;
}

.searchContainer .btnLink_01 span:before {
	content: :"";
	background: url('/img/index_ic16.png') left top no-repeat;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
	border: none;
	position: absolute;
	top: 9px;
	left: -3px;
}

#top a[href^="tel"]{
	color:inherit;
	text-decoration:none;
}

/* #mainVisual ul li a span 18.03.17追加 */
#mainVisual ul li a:after {
	background: none!important;
}
/* ここまで 18.03.14追加 */


/* ここから 18.03.17追加 */
.timeTableContainer .selectContainer {
	border-top: none;
}
.timeTableContainer .timeTable_tab {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	border-bottom: #f86900 solid 2px;
	width: 100%;
}

.timeTableContainer .timeTable_tab > li {
	border-right: solid 5px #ffffff;
	width: 50%;
}

.timeTableContainer .timeTable_tab > li:first-child {
	border-left: solid 5px #ffffff;
}
.timeTableContainer .timeTable_tab > li a {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	color: #555;
	line-height: 1.4;
	text-align: center;
	background-color: #e9e9e9;
	border-top: solid 6px #fff;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	text-decoration: none;
	padding-top: 7px;
}
.timeTableContainer .timeTable_tab > li a:hover {
	background-color: #ffeadb;
	color: #f84c00;
}
.timeTableContainer .timeTable_tab > li.on a {
	background-color: #f86900;
	border-color: #f86900;
	font-weight: bold;
	color: #fff;
}
.timeTableContainer .timeTable_tab > li.on a:before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: -10px;
	border: 10px solid transparent;
	border-right: 10px solid #f86900;
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}
.timeTableContainer .timeTable_tab > li a > span {
	display: block;
	width: 100%;
	padding: .2em;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.2em;
	font-weight: normal;
}
.timeTableContainer .timeTable_tab > li a > span em {
	font-size: 21px;
	font-size: 2.1rem;
	display: block;
	font-weight: bold;
}
.timeTableContainer #tab02 {
	display: none;
}
/* ここまで 18.03.17追加 */



}