@charset "UTF-8";

/* home.css
**************************************************************************************/


/* Layout
=============================================================================*/

/* Main-visual
=============================================================================*/
/*表示非表示*/
.home .mainvisual-area {
    display:block;
}
.home .mainvisual-area-sp {
    display:none;
}

/*pc*/
.home .mainvisual-area {
    width:100%;
    margin:0 auto 106px;
    background:url("../../image/main-bg001.jpg") no-repeat top center;
    background-size: auto 100%;
}
.home .mainvisual-area-in {
    display:none;
    width:100%;
    background:url("../../image/main-bg002.png") no-repeat top center;
    background-size: auto 100%;
    padding-bottom: 28px;
}
.home .mainvisual-box {
    width: 1100px;
    min-height: 420px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    /*boxsizing*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.home .mainvisual-box .mainvisual-left {
    float:left;
}
.home .mainvisual-box .mainvisual-right {
    float:right;
    width:670px;
}
/*main-bx*/
.home .mainvisual-box .mainvisual-right div.mainvisual{
    display:block;
    width:650px;
    height:290px;
    padding:10px;
    background-color:#FFF;
    margin-top:25px;
    margin-bottom:10px;
    position:relative;
}
.home .mainvisual-box .mainvisual-right div.mainvisual ul#mainvisual-in li {
    width:650px;
    height:290px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home .mainvisual-box .mainvisual-right div.mainvisual ul#mainvisual-in li img {
    max-width: 650px;
    max-height: 290px;
}
.home .mainvisual-box .mainvisual-right div.mainvisual-sp{
    display:none;
}

.home .mainvisual-box #mainvisual-in img:hover {
    /*op*/
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
}
/*controls*/
.home .mainvisual-area .bx-controls-direction a {
    display:block;
    height:41px;
    width:41px;
    text-indent:101%;
    white-space:nowrap;
    overflow:hidden;
    font-size:1px;
    }
.home .mainvisual-area .bx-controls-direction a.bx-prev {
    position:absolute;
    top:135px;
    left:-13px;
    background:url("../../image/top-controls001.gif") no-repeat left top;
    }
.home .mainvisual-area .bx-controls-direction a.bx-next {
    position:absolute;
    top:135px;
    right:-13px;
    background:url("../../image/top-controls001.gif") no-repeat right top;
    }
.home .mainvisual-area .bx-controls-direction a:hover {
    /*op*/
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    }

/*ボタン*/
.home .mainvisual-box .mainvisual-bottom dl{
    float:left;
    background-color:#FFF;
    width: 484px;
    display: table;
}
.home .mainvisual-box .mainvisual-bottom dl dt,
.home .mainvisual-box .mainvisual-bottom dl dd{
    display: table-cell;
    vertical-align: middle;
}
.home .mainvisual-box .mainvisual-bottom dl dt {
    width: 110px;
    background:url("../../image/mainvisual-bottom-dc001.gif") #00a2e9 no-repeat right top;
    background-size: 20px 100%;
    padding: 0 0 0 16px;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
}
.home .mainvisual-box .mainvisual-bottom dl dd.bt01 {
    width: 183px;
    border-right: 1px solid #00a2e9;
}
.home .mainvisual-box .mainvisual-bottom dl dd a {
    text-decoration: none;
    padding: 17px 0 17px 78px;
    display: block;
    font-weight: bold;
    font-family: 'Noto Sans JP';
    line-height:1.4;
    letter-spacing:0.1em;
}
.home .mainvisual-box .mainvisual-bottom dl dd a span {
    font-weight: bold;
    font-size: 17px;
}
.home .mainvisual-box .mainvisual-bottom dl dd a:hover{
    /*op*/
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
}
.home .mainvisual-box .mainvisual-bottom dl dd.bt01 a {
    color: #1d3b59;
    background:url("../../image/mainvisual-bottom-ic001.png") no-repeat 20px 13px;
    background-size: auto 48px;
}
.home .mainvisual-box .mainvisual-bottom dl dd.bt02 a {
    color: #923d13;
    background:url("../../image/mainvisual-bottom-ic002.png") no-repeat 20px 13px;
    background-size: auto 48px;
}

/*有料広告*/
.home .mainvisual-box .mainvisual-bottom div{
    float:right;
    width:178px;
    height:75px;
    background-color:#FFF;
}
.home .mainvisual-box .mainvisual-bottom div img{
    text-align:center;
    vertical-align:middle;
    width:168px;
    height:65px;
    margin:0;
    padding:5px;
}
.home .mainvisual-box .mainvisual-bottom div img:hover{
    /*op*/
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;

}
/*pager*/
.home .mainvisual-area .bx-pager-area {
	position:absolute;
	bottom:-169px;
	width:100%;
	z-index:60;
}
.home .mainvisual-area .bx-pager-area ul {
	width:1100px;
	height:54px;
	margin:0 0 0 -430px;
	text-align:center;
	letter-spacing:-0.4em;
	padding-right:15px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing:border-box;
}

.home .mainvisual-area .bx-pager-area ul li {
	letter-spacing:normal;
	display:inline-block;
	*display: inline;
	*zoom: 1;
	padding:0 5px;
}
.home .mainvisual-area .bx-pager-area ul li:nth-child(n + 8) {
    display: none;
}
.home .mainvisual-area .bx-pager-area ul li a {
    display: block;
	border:3px solid #FFFFFF;
	overflow:hidden;
	width:120px;
	height:54px;
}
.home .mainvisual-area .bx-pager-area ul li a.active {
	border:3px solid #00a2e9;
}
.home .mainvisual-area .bx-pager-area ul li a img {
	max-width:120px;
	max-height:54px;
    margin: 0 auto;
}

.home .mainvisual-area .bx-pager-area .bx-pager-item a:hover ,
.home .mainvisual-area .bx-pager-area .bx-pager-item a.active {
	background-position:0 -20px;
}
@media screen and (max-width: 679px){

.home .mainvisual-area-sp {
    display:block;
}
/*pc*/

.home .mainvisual-area {
    width:100%;
    margin:0 auto 0;
    background:url("../../image/main-bg001-sp.jpg") no-repeat #04aee5 bottom center;
    background-size:cover;
}
.home .mainvisual-area-in {
    display:none;
    width:100%;
    padding:10px;
    background:none;
    /*boxsizing*/
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.home .mainvisual-box {
    width:100%;
    min-height: 0;
    padding: 0;
    margin: 0 auto;
}
.home .mainvisual-box p.fujippi {
    display:none;
}
.home .mainvisual-box .mainvisual-left {
    float:none;
}
.home .mainvisual-box .mainvisual-right {
    float:none;
    width:100%;
}
/*main-bx*/
.home .mainvisual-box .mainvisual-right div.mainvisual{
    display:none;
}
.home .mainvisual-box .mainvisual-right div.mainvisual-sp{
    display:block;
    width:100%;
    height:auto;
    padding:5px;
    margin-bottom: 37px;
    background:#FFF;
    position:relative;
    /*boxsizing*/
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.home .mainvisual-box .mainvisual-right div.mainvisual-sp img{
    width:100%;
    height:auto;
}
/*pager*/
.home .mainvisual-area .bx-pager {
    position:absolute;
    bottom:-34px;
    left:0;
    width:100%;
    text-align: center;
    }
.home .mainvisual-area .bx-pager .bx-pager-item {
    width:11px;
    height:11px;
    display:inline-block;
    margin-left:7px;
    }
.home .mainvisual-area .bx-pager .bx-pager-item a {
    display:block;
    height:11px;
    width:11px;
    line-height:11px;
    text-indent:101%;
    white-space:nowrap;
    overflow:hidden;
    font-size:1px;
    background:url("../../image/top-pager.png") no-repeat left top;
    }
.home .mainvisual-area .bx-pager a.active {
    background:url("../../image/top-pager.png") no-repeat left bottom;
    }
/*controls*/
.home .mainvisual-area .bx-controls-direction a {
    display:block;
    height:28px;
    width:28px;
    text-indent:101%;
    white-space:nowrap;
    overflow:hidden;
    font-size:1px;
    }
.home .mainvisual-area .bx-controls-direction a.bx-prev {
    position:absolute;
    top:auto;
    bottom: -37px;
    left:0px;
    background:url("../../image/top-controls001.gif") no-repeat left top;
    background-size: auto 28px;
    }
.home .mainvisual-area .bx-controls-direction a.bx-next {
    position:absolute;
    top:auto;
    bottom: -37px;
    right:0px;
    background:url("../../image/top-controls001.gif") no-repeat right top;
    background-size: auto 28px;
    }
.home .mainvisual-area .bx-controls-direction a:hover {
    /*op*/
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    }

/*ボタン*/
.home .mainvisual-box .mainvisual-bottom{
    display:none;
}

/*sp*/
.home .mainvisual-area-sp {
    width: 100%;
    padding: 20px 10px 20px 10px;
    margin: 0 auto 18px;
    background: url("../../image/main-bg001-sp.gif") #00a8e3 no-repeat bottom left;
    background-size: 100% auto;
    /*boxsizing*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.home .mainvisual-area-sp li.m001 {
    float:left;
    margin-bottom:9px;
    width:48%;
}
.home .mainvisual-area-sp li.m002 {
    float:right;
    margin-bottom:9px;
    width:48%;
}
.home .mainvisual-area-sp li a {
    display: block;
    border-radius: 10px;
    padding: 100px 10px 20px;
    text-decoration: none;
    font-family: 'Noto Sans JP';
    line-height:1.4;
    letter-spacing:0.05em;
    font-weight: 500;
    text-align: center;
    background-color: #fff;
    background-position:center 15px;
    background-repeat:no-repeat;
    background-size: 80px auto;
}
.home .mainvisual-area-sp li.m001 a {
    color: #1d3b59;
    background-image:url("../../image/mainvisual-bottom-ic001.png");
}
.home .mainvisual-area-sp li.m002 a {
    color: #923d13;
    background-image:url("../../image/mainvisual-bottom-ic002.png");
}
.home .mainvisual-area-sp li a span {
    font-size: 16px;
    font-weight: 500;
}
.home .mainvisual-area-sp li a:hover {
    /*op*/
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
}
}
/***本日のフライト***/
.home .flight-area {
    width:392px;
    min-height:419px;
    background:url("../../image/flight-bg001.png") no-repeat top left;
}
.home .flight-area .title {
    padding-top:25px;
}
.home .flight-area .title h2 {
    background-color: #3f4f56;
    color: #ffe400;
    font-size: 20px;
    padding: 8px 0 5px;
    text-align: center;
    line-height: 1.4;
}
.home .flight-area .title h2 span {
    padding-left: 26px;
    background:url("../../image/flight-tl-ic001.png") no-repeat 0 3px;
    background-size: 19px auto;
    font-weight: bold;
}
.home .flight-area .title p {
    color: #fff;
    text-align: center;
    padding: 8px 10px;
    background-color: #57646a;
    line-height: 1.4;
    font-size: 12px;
}
.home .flight-area .title p br {
    display: none;
}

.home .flight-area .flight-box {
    padding:0 16px;
}
/***tab-area***/
/*国内線・国際線*/
.home .flight-area .flight-box #tab-area {
    position:relative;
    padding-top:32px;
}
.home .flight-area .flight-box #tab-area h3 {
    position:absolute;
}
.home .flight-area .flight-box #tab-area h3 a {
    display:block;
    width:84px;
    height:32px;
    text-decoration: none;
    color: #9ba6ab;
    text-align: center;
    padding: 7px 5px 0;
    box-sizing: border-box;
    line-height: 1.4;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.home .flight-area .flight-box #tab-area h3 a:hover,
.home .flight-area .flight-box #tab-area h3 a.current {
    color: #fff;
}
.home .flight-area .flight-box #tab-area h3#all-tab {
    top:0;
    left:0;
}
.home .flight-area .flight-box #tab-area h3#all-tab a {
    background-color: #374d57;
}
.home .flight-area .flight-box #tab-area h3#all-tab a:hover,
.home .flight-area .flight-box #tab-area h3#all-tab a.current {
    background-color: #0066cc;
}
.home .flight-area .flight-box #tab-area h3#tab01{
    top:0;
    left:89px;
}
.home .flight-area .flight-box #tab-area h3#tab01 a{
    background-color: #374d57;
}
.home .flight-area .flight-box #tab-area h3#tab01 a:hover,
.home .flight-area .flight-box #tab-area h3#tab01 a.current {
    background-color: #c7551d;
}
/*出発・到着*/

.home .flight-area .flight-box #tab01-content {
    display: none;
}
.home .flight-area .flight-box #flight-tab-area h3,
.home .flight-area .flight-box #flight-tab-area-2 h3 {
    position:absolute;
}
.home .flight-area .flight-box #flight-tab-area h3 a ,
.home .flight-area .flight-box #flight-tab-area-2 h3 a {
    display:block;
    width:50px;
    height:32px;
    color: #a8aeb1;
    border-radius: 5px 5px 0 0;
}
.home .flight-area .flight-box #flight-tab-area h3#flight-all-tab,
.home .flight-area .flight-box #flight-tab-area-2 h3#flight-all-tab-2 {
    top:0;
    right:55px;
}
.home .flight-area .flight-box #flight-tab-area h3#flight-all-tab a,
.home .flight-area .flight-box #flight-tab-area-2 h3#flight-all-tab-2 a {
    background-color: #374d57;
}
.home .flight-area .flight-box #flight-tab-area h3#flight-all-tab a:hover,
.home .flight-area .flight-box #flight-tab-area h3#flight-all-tab a.current,
.home .flight-area .flight-box #flight-tab-area-2 h3#flight-all-tab-2 a:hover,
.home .flight-area .flight-box #flight-tab-area-2 h3#flight-all-tab-2 a.current {
    color: #fff;
    background-color: #56b070;
}
.home .flight-area .flight-box #flight-tab-area h3#flight-tab01,
.home .flight-area .flight-box #flight-tab-area-2 h3#flight-tab01-2{
    top:0;
    right:0;
}
.home .flight-area .flight-box #flight-tab-area h3#flight-tab01 a,
.home .flight-area .flight-box #flight-tab-area-2 h3#flight-tab01-2 a{
    background-color: #374d57;
}
.home .flight-area .flight-box #flight-tab-area h3#flight-tab01 a:hover,
.home .flight-area .flight-box #flight-tab-area h3#flight-tab01 a.current,
.home .flight-area .flight-box #flight-tab-area-2 h3#flight-tab01-2 a:hover,
.home .flight-area .flight-box #flight-tab-area-2 h3#flight-tab01-2 a.current {
    color: #fff;
    background-color: #56b070;
}

/*下部ボタン*/
.home .flight-area .flight-box #tab-area ul {
    margin-bottom: 18px;
}
.home .flight-area .flight-box #tab-area ul li {
    float:left;
    width: 50%;
}
.home .flight-area .flight-box #tab-area ul li a {
    text-decoration: none;
    color: #333333;
    display: block;
    background-color: #fff;
    text-align: center;
    padding: 12px 10px;
    line-height: 1.4;
}
.home .flight-area .flight-box #tab-area ul li a span {
    font-weight: bold;
    background:url("../../image/flight-ar001.png") no-repeat 0 2px;
    background-size: 16px auto;
    padding-left: 23px;
}
.home .flight-area .flight-box #tab-area ul li:first-child a {
    border-radius: 0 0 0 8px;
}
.home .flight-area .flight-box #tab-area ul li:last-child a {
    border-left: 1px solid #303f46;
    border-radius: 0 0 8px 0;
}
.home .flight-area .flight-box #tab-area ul li a:hover {
    /*op*/
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
}

@media screen and (max-width: 679px){
/***本日のフライト***/
.home .flight-area {
    margin:0 auto;
    padding:0;
    width:300px;
    min-height: 0;
    background:url("../../image/flight-bg001.png") no-repeat top center;
    background-size:300px auto;
}
.home .flight-area .title h2 {
    font-size: 16px;
}
.home .flight-area .title h2 span {
    background-size: 15px auto;
    padding-left: 24px;
}
.home .flight-area .title p br {
    display: inline-block;
}
.home .flight-area .title img {
    width:100%;
    height:auto;
}
.home .flight-area .flight-box {
    padding:0 10px;
}
/***tab-area***/
/*国内線・国際線*/
.home .flight-area .flight-box #tab-area {
    position:relative;
    padding-top:32px;
    padding-bottom:15px;
}
.home .flight-area .flight-box #tab-area h3#tab01{
    top:0;
    left:87px;
}
/*出発・到着*/
.home .flight-area .flight-box #flight-tab-area h3#flight-all-tab,
.home .flight-area .flight-box #flight-tab-area-2 h3#flight-all-tab-2 {
    top:0;
    right:53px;
}

/*下部ボタン*/
.home .flight-area .flight-box #tab-area ul {
    margin-bottom: 0;
}
.home .flight-area .flight-box #tab-area ul li a {
    font-size: 12px;
}
.home .flight-area .flight-box #tab-area ul li a span {
    background:url("../../image/flight-ar001.png") no-repeat 0 2px;
    background-size: 14px auto;
    padding-left: 20px;
}
}



/* Contents Top
=============================================================================*/

/*base*/
.home .contents-top-area {
    width:1100px;
    margin:0 auto 280px;
    position: relative;
}

/*left-box*/
.home .contents-top-area .left-box {
    width:229px;
    float:left;
}

/*center-box*/
.home .contents-top-area .center-box {
    width:568px;
    float:left;
    padding-left:30px;
}

/*right-box*/
.home .contents-top-area .right-box {
    width:242px;
    float:right;
}

/*県内のスポット情報*/
.home .contents-top-area .left-box .index-spot-area {
    padding:3px 0 0 0;
    margin-bottom:33px;
}
.home .contents-top-area .left-box .index-spot-area .title {
    margin-bottom:15px;
    font-size:1px;
    }
.home .contents-top-area .left-box .index-spot-area ul.map-area {
    background:url("../../image/index-map.gif") no-repeat 0 0;
    width:229px;
    height:196px;
    position:relative;
}
.home .contents-top-area .left-box .index-spot-area ul.map-area li.s001 {
    position:absolute;
    top:34px;
    left:19px;
    width:85px;
    height:56px;
}
.home .contents-top-area .left-box .index-spot-area ul.map-area li.s002 {
    position:absolute;
    top:9px;
    left:125px;
    width:94px;
    height:50px;
}
.home .contents-top-area .left-box .index-spot-area ul.map-area li.s003 {
    position:absolute;
    top:129px;
    left:15px;
    width:85px;
    height:58px;
}
.home .contents-top-area .left-box .index-spot-area ul.map-area li.s004 {
    position:absolute;
    top:129px;
    left:136px;
    width:85px;
    height:56px;
}

/*駐車場予約システム*/
.home .contents-top-area .left-box .index-parking-area .title h2 {
    font-family: 'Noto Sans JP';
    font-weight:400;
    line-height:1.4;
    letter-spacing:0.03em;
    font-size: 128.5%;
    padding: 0 0 15px 55px;
    background-image:url("../../image/index-ti_ic002.gif");
    background-position:0 3px;
    background-repeat:no-repeat;
    background-size:auto auto;
}

/*取り組み*/
.home .contents-top-area .left-box .index-match-area .title {
    margin-bottom:15px;
    font-size:1px;
    }
.home .contents-top-area .left-box .index-match-area ul.list-area li {
    padding:0 0 0 20px;
    background:url("../../image/index-ar001.gif") no-repeat 10px 5px;
    margin-bottom:2px;
}
.home .contents-top-area .left-box .index-match-area ul.list-area li a {
    text-decoration:none;
}

/*空港イベント情報*/
.home .contents-top-area .left-box .index-event-area {
    padding:3px 0 0 0;
    margin-bottom:33px;
}
.home .contents-top-area .left-box .index-event-area .title h2 {
    font-family: 'Noto Sans JP';
    font-weight:400;
    line-height:1.4;
    letter-spacing:0.03em;
    font-size: 128.5%;
    padding: 0 0 15px 47px;
    background-image:url("../../image/index-ti_ic001.gif");
    background-position:0 0;
    background-repeat:no-repeat;
    background-size:auto auto;
}

/*富士山静岡空港でもっと楽しもう！*/
.home .contents-top-area .center-box .index-enjoy-area {
    width:568px;
    min-height:117px;
    background-color: #f2f0e2;
    border-radius: 10px;
    position: relative;
}
.home .contents-top-area .center-box .index-enjoy-area .txt-area {
    padding:32px 0 0 29px;
}
.home .contents-top-area .center-box .index-enjoy-area .txt-area span {
    display:block;
}
.home .contents-top-area .center-box .index-enjoy-area .txt-area span.txt01 {
    font-family: 'Noto Sans JP';
    font-weight:400;
    font-size: 142.8%;
    line-height: 1.4;
    color: #8a5304;
    letter-spacing:0.05em;
}
.home .contents-top-area .center-box .index-enjoy-area ul {
    width:306px;
    height:93px;
    position:absolute;
    top:12px;
    right:30px;
}
.home .contents-top-area .center-box .index-enjoy-area ul li {
    float:left;
    width:93px;
    padding:0 13px 0 0;
}
.home .contents-top-area .center-box .index-enjoy-area ul li.bt003 {
    padding:0;
}
.home .contents-top-area .center-box .index-enjoy-area ul li a {
    background-position:0 0;
    background-repeat:no-repeat;
    background-size:93px auto;
    display: block;
    min-height: 93px;
    text-decoration: none;
    color: #8a5304;
    font-family: 'Noto Sans JP';
    font-weight:500;
    line-height:1.4;
    letter-spacing:0.05em;
    text-align: center;
    padding: 60px 0 0 0;
    box-sizing: border-box;
    font-size: 15px;
}
.home .contents-top-area .center-box .index-enjoy-area ul li.bt001 a {
    background-image:url("../../image/index-bt_ic001.png");
}
.home .contents-top-area .center-box .index-enjoy-area ul li.bt002 a {
    background-image:url("../../image/index-bt_ic002.png");
}
.home .contents-top-area .center-box .index-enjoy-area ul li.bt003 a {
    background-image:url("../../image/index-bt_ic003.png");
}
.home .contents-top-area .center-box .index-enjoy-area ul li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
}

/*空港へのアクセス*/
.home .contents-top-area .right-box .index-access-area {
    padding:1px 0 0 ;
}
.home .contents-top-area .right-box .index-access-area .title h2 {
    font-family: 'Noto Sans JP';
    font-weight:400;
    line-height:1.4;
    letter-spacing:0.03em;
    font-size: 128.5%;
    padding: 0 0 17px 68px;
    background-image:url("../../image/index-ti_ic004.png");
    background-position:0 2px;
    background-repeat:no-repeat;
    background-size:62px auto;
}
.home .contents-top-area .right-box .index-access-area .list-area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.home .contents-top-area .right-box .index-access-area .list-area li {
    width: 117px;
    margin-bottom: 9px;
}
.home .contents-top-area .right-box .index-access-area .list-area li a {
    text-decoration: none;
    text-align: center;
    background-color: #f2f0e2;
    display: block;
    font-family: 'Noto Sans JP';
    font-weight:500;
    line-height:1.4;
    letter-spacing:0.05em;
    color: #333333;
    min-height: 117px;
    padding: 85px 10px 10px;
    border-radius: 10px;
    box-sizing: border-box;
    background-repeat:no-repeat;
}
.home .contents-top-area .right-box .index-access-area .list-area li.bt001 a {
    background-image:url("../../image/index-access-ic001.png");
    background-position:center 33px;
    background-size:82px auto;
}
.home .contents-top-area .right-box .index-access-area .list-area li.bt002 a {
    background-image:url("../../image/index-access-ic002.png");
    background-position:center 37px;
    background-size:77px auto;
}
.home .contents-top-area .right-box .index-access-area .list-area li.bt003 a {
    background-image:url("../../image/index-access-ic003.png");
    background-position:center 26px;
    background-size:77px auto;
    padding-top: 71px;
}
.home .contents-top-area .right-box .index-access-area .list-area li.bt004 a {
    background-image:url("../../image/index-access-ic004.png");
    background-position:center 25px;
    background-size:73px auto;
}
.home .contents-top-area .right-box .index-access-area .list-area li.bt005 a {
    background-image:url("../../image/index-access-ic005.png");
    background-position:center 26px;
    background-size:74px auto;
}
.home .contents-top-area .right-box .index-access-area .list-area li.bt006 a {
    background-image:url("../../image/index-access-ic006.png");
    background-position:center 19px;
    background-size:59px auto;
}
.home .contents-top-area .right-box .index-access-area .list-area li a:hover {
    /*op*/
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
}

/*SP駐車場*/
.home .contents-top-area .right-box .index-parking-area-sp {
    display: none;
}

/*info*/
.home #main .news-area {
    padding-bottom: 26px;
}

@media screen and (max-width: 679px){
/*base*/
.home .contents-top-area {
    width:auto;
    margin:0;
}

/*left-box*/
.home .contents-top-area .left-box {
    display:none;
}

/*center-box*/
.home .contents-top-area .center-box {
    width:auto;
    float:none;
    padding:0;
}

/*right-box*/
.home .contents-top-area .right-box {
    width:auto;
    padding:0 10px;
    float:none;
}

/*富士山静岡空港でもっと楽しもう！*/
.home .contents-top-area .center-box .index-enjoy-area {
    width:auto;
    min-height:0;
    position:static;
    border-radius: 0;
    padding: 0 10px;
}
.home .contents-top-area .center-box .index-enjoy-area .txt-area {
    padding:20px 0 0 0;
    text-align:center;
}
.home .contents-top-area .center-box .index-enjoy-area .txt-area span {
    display:inline;
    height:16px;
}
.home .contents-top-area .center-box .index-enjoy-area .txt-area span.txt01 {
    font-size: 16px;
}
.home .contents-top-area .center-box .index-enjoy-area .txt-area span.txt01 br {
    display: none;
}
.home .contents-top-area .center-box .index-enjoy-area ul {
    width:300px;
    height:auto;
    position:static;
    top:auto;
    right:auto;
    margin:0 auto;
    padding:10px 0 20px ;
}
.home .contents-top-area .center-box .index-enjoy-area ul li {
    padding:0 10px 0 0;
}


/*空港へのアクセス*/
.home .contents-top-area .right-box .index-access-area {
    padding:0;
    margin-bottom:20px;
}
.home .contents-top-area .right-box .index-access-area .title {
    text-align:center;
}
.home .contents-top-area .right-box .index-access-area .title h2 {
    display: inline-block;
    font-size: 16px;
    padding: 0 0 22px 52px;
    background-size:50px auto;
}
.home .contents-top-area .right-box .index-access-area .title img {
    width:174px;
}
.home .contents-top-area .right-box .index-access-area .list-wrapper {
    max-width:500px;
    margin:0 auto;
    overflow:hidden;
}
.home .contents-top-area .right-box .index-access-area .list-area {
    height:auto;
    position:static;
    max-width:509px;
    margin-left:-9px;
}
.home .contents-top-area .right-box .index-access-area .list-area li {
    position:static;
    width:33.33%;
    padding:0 0 0 9px;
    height:auto;
    float:left;
    margin-bottom:9px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing:border-box;
}
.home .contents-top-area .right-box .index-access-area .list-area li img {
    width:100%;
}
.home .contents-top-area .right-box .index-access-area .list-area li.bt001 ,
.home .contents-top-area .right-box .index-access-area .list-area li.bt002 ,
.home .contents-top-area .right-box .index-access-area .list-area li.bt003 ,
.home .contents-top-area .right-box .index-access-area .list-area li.bt004 ,
.home .contents-top-area .right-box .index-access-area .list-area li.bt005 ,
.home .contents-top-area .right-box .index-access-area .list-area li.bt006 {
    top:auto;
    left:auto;
}

/*SP駐車場*/
.home .contents-top-area .right-box .index-parking-area-sp {
    display: block;
    margin: 0 -10px 20px -10px;
    padding: 20px 10px;
    background-color: #e9f4f6;
}
.home .contents-top-area .right-box .index-parking-area-sp .atention {
    margin-bottom: 10px;
}
.home .contents-top-area .right-box .index-parking-area-sp .atention p {
    font-size: 15px;
}
.home .contents-top-area .right-box .index-parking-area-sp .atention p span {
    color: #de7052;
}
.home .contents-top-area .right-box .index-parking-area-sp .atention span.small {
    font-size: 12px;
}
.home .contents-top-area .right-box .index-parking-area-sp p.parking-link a {
    width: 100%;
    display: block;
    background: none;
    background-color: #00a2e9;
    color: #FFFFFF !important;
    height: 40px;
    text-align: center;
    float: none;
    font-size: 13px;
    padding: 0;
}
.home .contents-top-area .right-box .index-parking-area-sp p.parking-link a span {
    display: inline-block;
    padding: 10px 22px 0 0;
    background: url(../../image/news-ar001-sp.png) no-repeat right 12px;
    background-size: 16px auto;
}

/*info*/
.home #main .news-wrapper {
    padding:0 10px;
    margin-bottom:30px;
}
.home #main #information {
    position:relative;
    padding-bottom: 40px;
}
.home #main #information .title {
    text-align:center;
    position:static;
}
.home #main #information .title h2 {
    background-size:23px auto;
    display: inline-block;
    font-size: 16px;
    min-height: 26px;
    padding: 3px 0 15px 33px;
}
.home #main .news-area {
    margin:0;
    padding:0;
}
.home #main #information .title p.list-link {
    bottom:auto;
    right:auto;
    position:static;
}
.home #main #information .title p.list-link a {
    width:100%;
    position:absolute;
    left:0;
    bottom:0;
    display:block;
    background:none;
    background-color:#00a2e9;
    color:#FFFFFF !important;
    height:40px;
    text-align:center;
    float:none;
    font-size:13px;
    padding:0;

}
.home #main #information .title p.list-link a span {
    display:inline-block;
    padding:10px 22px 0 0;
    background:url("../../image/news-ar001-sp.png") no-repeat right 12px;
    background-size:16px auto;
}
.home #main .news-list {
    border-top: none;
}
.home #main .news-area dl {
    border-top: 1px solid #dad9d1;
    border-bottom:none;
    padding:13px 0;
}
}

/*Parking Info*/
.home .parking-info {
    position: absolute;
    width: 1100px;
    bottom: -220px;
    left: 0;
    background-color: #e9f4f6;
    border-radius: 9px;
}
.home .parking-info-in {
    width: 757px;
    margin: 0 auto;
    padding: 20px 0;
}
.home .parking-info-in .parking-info-top {
    display: flex;
    justify-content: space-between;
}
.home .parking-info-in .parking-info-top .title {
    width: 190px;
    margin-bottom: 18px;
}
.home .parking-info-in .parking-info-top .title h2 {
    font-family: 'Noto Sans JP';
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.03em;
    font-size: 128.5%;
    padding: 0 0 0 26px;
    background-image: url(../../image/index-ti_ic005.png);
    background-position: 0 2px;
    background-repeat: no-repeat;
    background-size: 21px auto;
}
.home .parking-info-in .parking-info-top .status-list {
    display: flex;
    justify-content: flex-end;
}
.home .parking-info-in .parking-info-top .status-list li {
    padding: 2px 0 0 25px;
    margin-right: 19px;
    background-position:0 0;
    background-repeat:no-repeat;
    background-size:20px auto;
}
.home .parking-info-in .parking-info-top .status-list li.status001 {
    background-image:url("../../image/parking-ic001.png");
}
.home .parking-info-in .parking-info-top .status-list li.status002 {
    background-image:url("../../image/parking-ic002.png");
}
.home .parking-info-in .parking-info-top .status-list li.status003 {
    background-image:url("../../image/parking-ic003.png");
}
.home .parking-info-in .parking-info-top .status-list li.status004 {
    background-image:url("../../image/parking-ic004.png");
    margin-right: 0;
}
.home .parking-info-in .parking-info-middle {
    margin-bottom: 10px;
}
.home .parking-info-in .parking-info-middle .parking-status{
    display: flex;
    justify-content: space-between;
}
.home .parking-info-in .parking-info-middle .parking-status .parking {
    background-color: #ffffff;
    width: 244px;
    height: 111px;
    box-sizing: border-box;
    padding: 0 40px;
    border-radius: 9px;
    display: table;
}
.home .parking-info-in .parking-info-middle .parking-status .parking p {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1.2;
}
.home .parking-info-in .parking-info-middle .parking-status .pickup {
    padding: 0;
    width: 244px;
}
.home .parking-info-in .parking-info-middle .parking-status .pickup img {
    width: 100%;
}
.home .parking-info-in .parking-info-middle .parking-status .parking p br {
    display: none;
}
.home .parking-info-in .parking-info-middle .parking-status .parking .status-img {
    width: 36px;
    height: 36px;
    display: table-cell;
    vertical-align: middle;
}
.home .parking-info-in .parking-info-middle .parking-status .parking .status-img img {
    height: 36px;
}
.home .parking-info-in .parking-info-bottom {
    text-align: right;
}
.home .parking-info-in .parking-info-bottom a {
    padding-left: 9px;
    text-decoration: none;
    position: relative;
    color: #333333;
}
.home .parking-info-in .parking-info-bottom a:hover {
    color:#6f9bae
}
.home .parking-info-in .parking-info-bottom a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin: auto;
    top:6px;
    left:0;
    border-style: solid;
    border-color: transparent transparent transparent #00a2e9;
    border-width: 4px 0 4px 4px;
}
@media screen and (max-width: 679px){
.home .parking-info {
    position: static;
    width: calc( 100% - 20px );
    margin: 0 auto 20px;
    box-sizing: border-box;
    padding: 0 10px;
    border-radius: 9px;
}
.home .parking-info-in {
    width: 100%;
    padding: 18px 0;
}
.home .parking-info-in .parking-info-top {
    display: block;
    margin-bottom: 15px;
}
.home .parking-info-in .parking-info-top .title {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}
.home .parking-info-in .parking-info-top .title h2 {
    display: inline-block;
    font-size: 16px;
    padding: 0 0 0 26px;
    background-image: url(../../image/index-ti_ic005.png);
    background-position: 0 2px;
    background-repeat: no-repeat;
    background-size: 21px auto;
}
.home .parking-info-in .parking-info-top .status-list {
    justify-content: center;
}
.home .parking-info-in .parking-info-top .status-list li {
    margin-right: 15px;
}
.home .parking-info-in .parking-info-middle .parking-status {
    display: block;
}
.home .parking-info-in .parking-info-middle .parking-status .parking {
    width: 100%;
    height: 70px;
    max-width: 335px;
    padding: 0 53px;
    margin: 0 auto 10px;
    border-radius: 4px;
}

.home .parking-info-in .parking-info-middle .parking-status .pickup {
    width: 100%;
    max-width: 335px;
    height: auto;
    margin: 0 auto
}
.home .parking-info-in .parking-info-middle .parking-status .parking p {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 8px;
}
.home .parking-info-in .parking-info-middle .parking-status .parking .status-img {
    width: 50px;
    height: 50px;
}
.home .parking-info-in .parking-info-middle .parking-status .parking .status-img img {
    height: 50px;
}
}
@media screen and (max-width: 374px){
.home .parking-info-in .parking-info-middle .parking-status .parking {
    padding: 0 44px;
}
.home .parking-info-in .parking-info-middle .parking-status .parking p {
    font-size: 16px;
}
.home .parking-info-in .parking-info-middle .parking-status .parking .status-img {
    width: 42px;
    height: 42px;
}
.home .parking-info-in .parking-info-middle .parking-status .parking .status-img img {
    height: 42px;
}
}

/* Contents Middle
=============================================================================*/

/*base*/
.home .contents-middle-area {
    padding:40px 0;
    background-color:#e9f4f6;
}
.home .contents-middle-inner {
    width:1100px;
    margin:0 auto;
}

/*news-events*/
.home .contents-middle-area .news-events-area .title {
    padding-bottom:20px;
    position:relative;
}
.home .contents-middle-area .news-events-area .title h2 {
    background-image: url("../../image/top-ti_dc001.gif");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto 30px;
    padding: 0 0 0 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 164.2%;
    min-height: 30px;
    box-sizing: border-box;
    line-height: 1.4;
}
.home .contents-middle-area .news-events-area .title a {
    position:absolute;
    top:-7px;
    right:0;
    display:block;
    width:124px;
    height:36px;
    background-color:#00a2e9;
    text-align:center;
    color:#ffffff !important;
    font-size:13px;
}
.home .contents-middle-area .news-events-area .title a:hover {
    background-color:#28beff;
}
.home .contents-middle-area .news-events-area .title a span {
    display:inline-block;
    padding:8px 18px 0 0;
    background:url("../../image/index-list-ar001.gif") no-repeat right 13px;
}

/*list*/
.home .contents-middle-area .news-events-area .list-box-area {
    width:1100px;
    overflow:hidden;
}
.home .contents-middle-area .news-events-area .list-box-wrapper {
    width:1140px;
    margin-left:-40px;
}
.home .contents-middle-area .news-events-area dl {
    width:245px;
    float:left;
    padding-left:40px;
}
.home .contents-middle-area .news-events-area dl dt p {
    width:245px;
    height: 146px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.home .contents-middle-area .news-events-area dl dt a {
    display: table-cell;
    width:245px;
    height: 146px;
    text-align: center;
    vertical-align: middle;
}
.home .contents-middle-area .news-events-area dl dt a span {
    width:245px;
    height: 146px;
    text-align: center;
    vertical-align: middle;	
    display:block\9;/*IE8*/

}
.home .contents-middle-area .news-events-area dl dt img {
    max-width:245px;
    max-height:146px;
    _width:245px;
    _height:146px;
    text-align: center;
    vertical-align: middle;
}
.home .contents-middle-area .news-events-area dl.ic001 dt {
    padding-bottom:33px;
    background:url("../../image/news-ic001.gif") #FFFFFF no-repeat left bottom;
}
.home .contents-middle-area .news-events-area dl.ic002 dt {
    padding-bottom:33px;
    background:url("../../image/news-ic002.gif") #FFFFFF no-repeat left bottom;
}
.home .contents-middle-area .news-events-area dl dd {
    background-color:#FFFFFF;
    padding:15px 20px;
}

@media screen and (max-width: 679px){
/*base*/
.home .contents-middle-area {
    padding:20px 0;
}
.home .contents-middle-inner {
    width:auto;
    padding:0 10px;
}

/*news-events*/
.home .contents-middle-area .news-events-area {
    position:relative;
    padding-bottom:40px;
}
.home .contents-middle-area .news-events-area .title {
    padding-bottom:13px;
    position:static;
}
.home .contents-middle-area .news-events-area .title h2 {
    background-size: auto 24px;
    padding: 0 0 0 20px;
    font-size: 18px;
    min-height: 24px;
}
.home .contents-middle-area .news-events-area .title a {
    position:absolute;
    top:auto;
    right:auto;
    left:0;
    bottom:0;
    height:40px;
    width:100%;
}
.home .contents-middle-area .news-events-area .title a span {
    padding:10px 22px 0 0;
    background:url("../../image/news-ar001-sp.png") no-repeat right 12px;
    background-size:16px auto;
}
.home .contents-middle-area .news-events-area .title a span img {
    width:66px;
}

/*list*/
.home .contents-middle-area .news-events-area .list-box-area {
    width:auto;
}
.home .contents-middle-area .news-events-area .list-box-wrapper {
    width:auto;
    margin-left:0;
}
.home .contents-middle-area .news-events-area dl {
    width:100%;
    float:none;
    padding-left:0;
    margin-bottom:20px;
    display:table;
}
.home .contents-middle-area .news-events-area dl dt {
    display:table-cell;
    vertical-align:top;
    width:123px;
}
.home .contents-middle-area .news-events-area dl dt p {
    width:123px;
    height: 73px;
    background-color:#FFFFFF;
}
.home .contents-middle-area .news-events-area dl dt a {
    width:123px;
    height: 73px;
}
.home .contents-middle-area .news-events-area dl dt a span {
    width:123px;
    height: 73px;

}
.home .contents-middle-area .news-events-area dl dt img {
    max-width:123px;
    max-height:73px;
    _width:123px;
    _height:73px;
}
.home .contents-middle-area .news-events-area dl.ic001 dt {
    padding-bottom:0;
    background:none;
}
.home .contents-middle-area .news-events-area dl.ic002 dt {
    padding-bottom:0;
    background:none;
}
.home .contents-middle-area .news-events-area dl dd {
    background-color:transparent;
    display:table-cell;
    vertical-align:top;
    padding:24px 0 0 8px;
    font-size:12px;
    line-height:1.4em;
}
.home .contents-middle-area .news-events-area dl.ic001 dd {
    background:url("../../image/news-ic001-sp.gif") no-repeat 8px 0;
    background-size:1000px 18px;
}
.home .contents-middle-area .news-events-area dl.ic002 dd {
    background:url("../../image/news-ic002-sp.gif") no-repeat 8px 0;
    background-size:1000px 18px;
}
}

/* Contents Bottom
=============================================================================*/

/*base*/
.home .contents-bottom-area {
    padding: 30px 0;
}
.home .contents-bottom-inner {
    width:1100px;
    margin:0 auto;
}
/*facebook*/
.home .facebook-area {
    float:right;
    width:260px;
}
.home .facebook-area p.btn-area {
    margin-bottom:13px;
    padding-bottom: 7px;
    background:url("../../image/top-ti_dc002.png") no-repeat center bottom;
    background-size:15px auto;
}
.home .facebook-area p.btn-area a {
    color: #fff;
    width: 235px;
    margin: 0 auto;
    text-align: center;
    display: block;
    background-color: #00a2e9;
    border-radius: 10px;
    text-decoration: none;
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 14px;
    box-sizing: border-box;
    line-height: 1.4;
    letter-spacing: 0.03em;
    padding: 14px 10px 15px;
    transition: all 0.3s;
}
.home .facebook-area p.btn-area a:hover {
    opacity: 0.8;
}
@media screen and (max-width: 679px){
/*base*/
.home .contents-bottom-area {
    padding:0 10px;
}
.home .contents-bottom-inner {
    width:100%;
    margin:0 auto;
}
/*facebook*/
.home .facebook-area {
    float:left;
    width:100%;
}
.home .facebook-area p.btn-area {
    margin-bottom:0;
    padding-bottom: 0;
    background: none;
}
.home .facebook-area p.btn-area a {
    background-color: #00a2e9;
    width: 100%;
    border-radius: 0;
    padding: 20px 60px 20px;
    transition: none;
    position: relative;
    background-image:url("../../image/top-bt_ic001.png");
    background-position:10px center;
    background-repeat:no-repeat;
    background-size:45px auto;
    font-size: 16px;
}
.home .facebook-area p.btn-area a::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-image:url("../../image/top-bt_ar001.png");
    background-position:0 0;
    background-repeat:no-repeat;
    background-size:20px auto;
    top:-100%;
    bottom: -100%;
    right: 30px;
    margin: auto;
}
.home .facebook-area p.btn-area a:hover {
    opacity: 1;
}
.home .fb-page {
    display:none !important;
}
}

/* バナーエリア
=============================================================================*/
/*表示非表示*/
.home .banner-area-in {
    display:block;
    }
.home .banner-area-in-sp {
    display:none;
    }
/**/
.home .banner-area {
    margin-bottom:0;
    }
.home .banner-area .title {
    padding-top:18px;
    margin-bottom:20px;
    }
.home .banner-area .title h2 {
    background-image: url("../../image/top-ti_dc001.gif");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto 30px;
    padding: 0 0 0 30px;
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 164.2%;
    min-height: 30px;
    box-sizing: border-box;
    line-height: 1.4;
    letter-spacing: 0.03em;
    }
.home .banner-area-in ul{
    float: left;
    width: 550px;
    }
.home .banner-area-in ul li{
    float:left;
    margin-right:4px;
    margin-bottom:4px;
    }
.home .banner-area-in ul li {
    padding-bottom:0;
    line-height:1;
    text-align:center;
}
.home .banner-area-in ul li img {
    max-width: 262px;
    max-height:194px;
    }
/*pager*/
.home .banner-area-in .bx-wrapper {
    position:relative;
    }
.home .banner-area-in .bx-pager {
    position:absolute;
    top:-50px;
    right:13px;
    }
.home .banner-area-in .bx-pager .bx-pager-item {
    width:30px;
    height:30px;
    display:inline-block;
    margin-left:5px;
    }
.home .banner-area-in .bx-pager .bx-pager-item a {
    display:block;
    width:30px;
    height:30px;
    text-indent:101%;
    white-space:nowrap;
    overflow:hidden;
    font-size:1px;
    }
.home .banner-area-in .bx-pager .p0 a {
    background:url("../../image/banner-pager001.png") no-repeat left top;
    }
.home .banner-area-in .bx-pager .p0 a.active {
    background:url("../../image/banner-pager001.png") no-repeat left bottom;
    }
.home .banner-area-in .bx-pager .p1 a {
    background:url("../../image/banner-pager002.png") no-repeat left top;
    }
.home .banner-area-in .bx-pager .p1 a.active {
    background:url("../../image/banner-pager002.png") no-repeat left bottom;
    }
.home .banner-area-in .bx-pager .p2 a {
    background:url("../../image/banner-pager003.png") no-repeat left top;
    }
.home .banner-area-in .bx-pager .p2 a.active {
    background:url("../../image/banner-pager003.png") no-repeat left bottom;
    }
.home .banner-area-in .bx-pager .p3 a {
    background:url("../../image/banner-pager004.png") no-repeat left top;
    }
.home .banner-area-in .bx-pager .p3 a.active {
    background:url("../../image/banner-pager004.png") no-repeat left bottom;
    }
.home .banner-area-in .bx-pager .p4 a {
    background:url("../../image/banner-pager005.png") no-repeat left top;
    }
.home .banner-area-in .bx-pager .p4 a.active {
    background:url("../../image/banner-pager005.png") no-repeat left bottom;
    }
.home .banner-area-in .bx-pager .p5 a {
    background:url("../../image/banner-pager006.png") no-repeat left top;
    }
.home .banner-area-in .bx-pager .p5 a.active {
    background:url("../../image/banner-pager006.png") no-repeat left bottom;
    }
.home .banner-area-in .bx-pager .p6 a {
    background:url("../../image/banner-pager007.png") no-repeat left top;
    }
.home .banner-area-in .bx-pager .p6 a.active {
    background:url("../../image/banner-pager007.png") no-repeat left bottom;
    }
.home .banner-area-in .bx-pager .p7 a {
    background:url("../../image/banner-pager008.png") no-repeat left top;
    }
.home .banner-area-in .bx-pager .p7 a.active {
    background:url("../../image/banner-pager008.png") no-repeat left bottom;
    }
.home .banner-area-in .bx-pager .p8 a {
    background:url("../../image/banner-pager009.png") no-repeat left top;
    }
.home .banner-area-in .bx-pager .p8 a.active {
    background:url("../../image/banner-pager009.png") no-repeat left bottom;
    }
.home .banner-area-in .bx-pager .p9 a {
    background:url("../../image/banner-pager010.png") no-repeat left top;
    }
.home .banner-area-in.bx-pager .p9 a.active {
    background:url("../../image/banner-pager010.png") no-repeat left bottom;
    }

@media screen and (max-width: 679px){
/*表示非表示*/
.home .banner-area-in {
    display:none;
    }
.home .banner-area-in-sp {
    display:block;
    }
/**/
.home .banner-area {
    margin-bottom:20px;
    }
.home .banner-area .title {
    padding-top:20px;
    margin-bottom:11px;
    }
.home .banner-area .title h2 {
    background-size: auto 24px;
    padding: 0 0 0 20px;
    font-size: 18px;
    min-height: 24px;
    }
.home .banner-area .title img {
    width:120px;
    height:auto;
    }
.home .banner-area-in-sp ul{
    float: left;
    width: 100%;
    }
.home .banner-area-in-sp ul li:first-child ,
.home .banner-area-in-sp ul li:nth-child(3) {
    float: left;
    }
.home .banner-area-in-sp ul li{
    float:right;
    width:48%;
    margin-bottom:10px;
    }
.home .banner-area-in-sp ul li {
    padding-bottom:0;
    line-height:1;
    text-align:center;
}
.home .banner-area-in-sp ul li img {
    width: 100%;
    height:auto;
    }
/*pager・controls*/
.home .banner-area-in-sp .bx-controls {
    padding-top:5px;
    }
.home .banner-area-in-sp .bx-pager {
    width:100%;
    text-align:center;
    padding-top:7px;
    }
.home .banner-area-in-sp .bx-pager .bx-pager-item {
    width:13px;
    height:13px;
    display:inline-block;
    margin-left:7px;
    }
.home .banner-area-in-sp .bx-pager .bx-pager-item a {
    display:block;
    height:13px;
    width:13px;
    text-indent:101%;
    white-space:nowrap;
    overflow:hidden;
    font-size:1px;
    background:url("../../image/banner-pager-sp.png") no-repeat left top;
    }
.home .banner-area-in-sp .bx-pager a.active {
    background:url("../../image/banner-pager-sp.png") no-repeat left bottom;
    }
.home .banner-area-in-sp .bx-controls-direction {
    margin-top:-23px;
    }
.home .banner-area-in-sp .bx-controls-direction a {
    display:block;
    height:28px;
    width:28px;
    text-indent:101%;
    white-space:nowrap;
    overflow:hidden;
    font-size:1px;
    }
.home .banner-area-in-sp .bx-controls-direction a.bx-prev {
    float:left;
    background:url("../../image/banner-controls001.gif") no-repeat left top;
    background-size:56px 28px;
    }
.home .banner-area-in-sp .bx-controls-direction a.bx-next {
    float:right;
    background:url("../../image/banner-controls001.gif") no-repeat right top;
    background-size:56px 28px;
    }
.home .banner-area-in-sp .bx-controls-direction a:hover {
        /*op*/
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    }
}

/* 富士山静岡空港SNS
=============================================================================*/

.home .mtf-sns-area {
    float: left;
    padding-left: 21px;
}
.home .mtf-sns-area .title {
    padding-top:18px;
    margin-bottom:20px;
}
.home .mtf-sns-area .title h2 {
    background-image: url("../../image/top-ti_dc001.gif");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto 30px;
    padding: 0 0 0 30px;
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 164.2%;
    min-height: 30px;
    box-sizing: border-box;
    line-height: 1.4;
    letter-spacing: 0.03em;
}
.home .mtf-sns-area ul li {
    margin-bottom: 4px;
}
.home .mtf-sns-area ul li a:hover {
    opacity: 0.8;
}

@media screen and (max-width: 679px){
.home .mtf-sns-area {
    float: none;
    padding-left: 0;
}
.home .mtf-sns-area .title {
    padding-top:10px;
    margin-bottom:11px;
}
.home .mtf-sns-area .title h2 {
    background-size: auto 24px;
    padding: 0 0 0 20px;
    font-size: 18px;
    min-height: 24px;
}
.home .mtf-sns-area ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.home .mtf-sns-area ul li {
    margin-bottom: 0;
    width: 48%;
    text-align: center;
}
.home .mtf-sns-area ul li a:hover {
    opacity: 1;
}
.home .mtf-sns-area ul li img {
    max-width: 230px;
    width: 100%;
}
}


/* 時刻表
=============================================================================*/
/*table*/
.top {
    background: #173745;
    }
iframe.tt001 {
    height:315px;
    margin-bottom:0;
    vertical-align:bottom;
    }
iframe.tt002 {
    height:230px;
    margin-bottom:0;
    vertical-align:bottom;
    }
.home .table-box {
    width:100%;
    margin:0;
    padding:0;
    /*boxsizing*/
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
            }

/*Scroll設定*/
.home .table-box .top-flight-box {
    height: 196px;
    overflow-y: auto;
    overflow-x: hidden;
            }
/*scrollTools*/
.mCSB_inside > .mCSB_container {
     margin-right: 0 !important;
}
.mCSB_scrollTools {
    width: 10px !important;
}
.mCSB_scrollTools .mCSB_draggerRail {
    width: 10px !important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 10px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #00a2e9 !important;
}
/*行*/
.home .table-box .table-tr {
    margin:0;
    padding:0;
    background-color:#173745;
    }
.home .table-box .table-tr:nth-child(odd) {
    background-color:#0e2b38;
    }
/*内部*/
.home .table-box ul.th ,
.home .table-box ul.td {
    display:table;
    width:100%;
    font-size:12px;
    /*boxsizing*/
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
            }

.home .table-box ul.th li ,
.home .table-box ul.td li {
    width:auto;
    color:#FFF;
    display:table-cell;
    text-align:center;
    vertical-align:middle;
    padding:0;
    border-right:1px solid #05202c;
    /*boxsizing*/
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
            }
.home .table-box ul.th li:last-child ,
.home .table-box ul.td li:last-child {
    border-right:none;
            }
.home .table-box ul.th li {
    height:35px;
    line-height:35px;
    background-color: #05202c;
    color: #FFF;
            }
.home .table-box ul.td li {
    height:28px;
    line-height:28px;
            }
.home .table-box ul.td li p ,
.home .table-box ul.td li p{
    word-break: break-all;
    line-height: 1.3em;
            }
.home .table-box ul.th li div p {
    font-weight:bold;
            }
.home .table-box ul.th li div.stt,
.home .table-box ul.td li div.stt {
    padding: 0;
    }
.home .table-box ul.th li.tt001 div.stt ,
.home .table-box ul.td li.tt001 div.stt {
    width:73px !important;
            }
.home .table-box ul.th li.tt002 div.stt ,
.home .table-box ul.td li.tt002 div.stt {
    width:105px !important;
            }
.home .table-box ul.th li.tt003 div.stt{
    width:180px !important;
            }
.home .table-box ul.td li.tt003 div.stt{
    width:170px !important;/*Scroll差分*/
    padding-right: 10px;/*Scroll差分*/
            }
@media screen and (max-width: 280px){
.home .table-box ul.th li.tt001 div.stt ,
.home .table-box ul.td li.tt001 div.stt {
    width:50px !important;
            }
/*スクロールバー*/
.home .table-box ul.th li.tt002 div.stt ,
.home .table-box ul.td li.tt002 div.stt {
    width:85px !important;
            }
.home .table-box ul.th li.tt003 div.stt {
    width:140px !important;
            }
.home .table-box ul.td li.tt003 div.stt {
    width:130px !important;/*Scroll差分*/
    border-right:none;
            }
}


