@charset "utf-8";
.bg_index
{
	text-align: center;
/*	background:url(../layout_img/back_index.gif) repeat-x 0 0; */
}
/* ★スライダーエリア-------------------------------------★*/
.slide_area {
	background-color: #faf4e7;
	padding-top: 10px;
}
#slide_wrapper {
	margin: 10px auto 0 auto;
	width: 1100px;
	height: 335px;
	text-align: center;
    position: relative;
}
.showcase-load{
	height: 270px; /* Same as showcase javascript option */
	overflow: hidden;
}
/* Container when content is shown in slider */
.showcase{
	position: relative;
	width:1500px;
	margin: auto;
}

.showcase-content-container{
	background-color: #ffffff;
}
/* Navigation arrows */
.showcase-arrow-previous{
	position: absolute;
	background: url('../top_img/slide_btn_prev.png');
	width: 50px;
	height: 270px;
	top: 0px;
	left: -50px;
	cursor: pointer;
}
.showcase-arrow-next{
	position: absolute;
	background: url('../top_img/slide_btn_next.png');
	width: 50px;
	height: 270px;
	top: 0px;
	left: 1000px;
	cursor: pointer;}	

.showcase-arrow-previous:hover{
    filter: alpha(opacity=60);
    -moz-opacity:0.60;
    opacity:0.60;
}
.showcase-arrow-next:hover{
    filter: alpha(opacity=60);
    -moz-opacity:0.60;
    opacity:0.60;
}

/* Content */
.showcase-content{
	background-color: #faf4e7;
	text-align: center;
}
		
.showcase-content-wrapper{
	text-align: center;
	height: 270px;
	width: 1000px;
	display: table-cell;
	vertical-align: middle;
}
.showcase-button-wrapper{display: none;}/* ぺージャー */

/* Thumbnails */
.showcase-thumbnail-container {/* Used for backgrounds, no other styling!!! */
background-color: #faf4e7;
}
	
.showcase-thumbnail-wrapper{ overflow: hidden; }	
.showcase-thumbnail	{
	width: 120px;
	height: 40px;
	cursor: pointer;
	border: solid 1px #666666;
	position: relative;
}
	
.showcase-thumbnail:hover{ border: solid 1px #ffaf00;}
.showcase-thumbnail.active{	border: solid 1px #ffffff;}
.showcase-thumbnail-wrapper-horizontal{	padding: 10px;}
.showcase-thumbnail-wrapper-horizontal .showcase-thumbnail{	margin-right: 10px;	width: 120px;}
.showcase-thumbnail-wrapper-vertical{ padding: 10px;}
.showcase-thumbnail-wrapper-vertical .showcase-thumbnail{ margin-bottom: 10px;}


/* ★最安値 -------------------------------------★*/

#lowest_price{
width:240px;
top:10px;
right:70px;
position: absolute;
}
#lowest_price .lowprice{
border-right: 3px #59b4df solid;
border-bottom: 3px #59b4df solid;
border-left: 3px #59b4df solid;
background: url(../layout_img/lowprice_bg.gif) repeat-y left top;
}
#lowest_price dl dt {
width:230px;
color:#fff;
font-weight:bold;
text-align:center;
background: #59b4df; 
border-radius: 5px 5px 0 0;
padding: 5px;
}
#lowest_price dl dt .fl-box {
overflow: hidden;
}
#lowest_price dl dt p {
font-size: 1.4em;
width: 185px;
float: left;
}
#lowest_price dl dt span {
color: #fff000;
}
#lowest_price dl dt .fa-crown {
font-size: 1.5em;
color: #fff000;
float: left;
}
#lowest_price dl dd {
border-right: 3px #59b4df solid;
border-bottom: 3px #59b4df solid;
border-left: 3px #59b4df solid;
}
#lowest_price dl dd ul {
	width:234px;
	float: left;
	display: inline;
	background-color:#ffffff;
}

#lowest_price dl li:nth-child(odd) {
	background:url(../layout_img/lowprice_mark.png) no-repeat 0px 0px #ffffcc;
	width:234px;
	float: left;
	text-align:left;
	display: inline;
}
#lowest_price dl li:nth-child(even) {
	background:url(../layout_img/lowprice_mark.png) no-repeat 0px 0px #ffffff;
	width:234px;
	float: left;
	text-align:left;
	display: inline;
}
#lowest_price dl li a {
	text-decoration: none;
    display: block;
	padding:7px 0 7px 28px;
	line-height:1.6em;
}
#lowest_price dl li:hover {
	background:url(../layout_img/lowprice_mark.png) no-repeat 0px 0px #ffcccc;
}
#lowest_price dl li a:hover {
	color: #05358b;
}
#lowest_price .price{
    margin-right:3px;
    float:right;
	font-size:1.6em;
	font-weight:bold;
	color:#ff3333;
}
#lowest_price .price em{
	font-style: normal;
	font-size: 12px;
}
/* ★プレスリリース--------------------------------*/
#press_wrapper {
margin: 0 auto;
width: 960px;
}
#press_wrapper dl {
border-collapse: collapse;
margin: 5px 0;
background-color: #ff7a7a;
border-radius: 5px;
}
#press_wrapper dt {
float: left;
padding-top: 1.5em;
line-height: 2.0em;
width: 190px;
font-weight: bold;
border-top: 1px solid #ff7a7a;
border-bottom: 1px solid #ff7a7a;
border-left: 1px solid #ff7a7a;
color:#ffffff;
border-radius: 5px 0 0 5px;
background: url(../top_img/ttl_press.png) no-repeat 15px 20px;
}
#press_wrapper dd {
padding: 5px 5px 5px 25px;
margin-left: 200px;
border-top: 1px solid #dcdcdc;
border-bottom: 1px solid #dcdcdc;
border-right: 1px solid #dcdcdc;
border-left: 1px solid #ff7a7a;
background-color: #ffffff;
text-align: left;
line-height: 2.3em;
font-weight:bold;
border-radius: 0 5px 5px 0;
}

/* ★リクルート--------------------------------*/

#recruit_wrapper {
margin: 15px auto 0;
width: 960px;
}
#recruit_wrapper dl {
border-collapse: collapse;
margin: 5px 0;
border: solid 1px #dcdcdc;
background: #f2f2f2;
border-radius: 5px;
}
#recruit_wrapper dt {
float: left;
padding: 30px 5px 5px 5px;
width: 190px;
font-weight: bold;
font-size: 1.2em;
}
#recruit_wrapper dd {
margin: 5px 5px 5px 200px;
padding: 5px 5px 5px 25px;
background-color:#ffffff;
border-radius: 0 5px 5px 0;
line-height: 1.8em;
text-align: left;
}

/* ★クイック検索--------------------------------*/
#quick_wrapper {
	margin: 10px auto 15px auto;
	width: 960px;
}
#top_quicksearch{
	text-align: center;
}
#top_quicksearch p.ttl{
	padding: 0;
	text-align: left;
}
#top_quicksearch label{
	cursor: pointer;
}
#top_quicksearch .qsinner{
	position: relative;
	width: 941px;
	padding:0 5px 8px 8px;
	border-right: 3px #ffaf00 solid;
    border-bottom: 3px #ffaf00 solid;
    border-left: 3px #ffaf00 solid;
	/*background: url(../top_img/top_qsbg.gif) 8px bottom no-repeat;*/
	background: #fff;
}
#top_quicksearch p.top_ttl{
	line-height: 55px;
	padding-left: 55px;
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	background: url(../../common/top_img/top_ttl_quicksearch.gif);
	border-radius: 5px 5px 0 0;
}
#top_quicksearch .qsinner p.ttl{
/*	padding-top: 6px;
	margin-right: 5px;*/
	padding-bottom: 4px;
	background: #fff;
	font-size: 13px;
	font-weight: bold;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
#top_quicksearch .qsinner p.ttl img{
	float: left;
	margin: 0 5px 0 0;
}
#top_quicksearch .qsinner ul li{
	text-align: center;
}
#top_quicksearch .quicksearch{
	width: auto;
}
#top_quicksearch table{
	margin: 0 auto;
	text-align: left;
}
#top_quicksearch table th{
	padding: 0;
	white-space: nowrap;
}
#top_quicksearch table th,
#top_quicksearch table td
{
	padding: 3px 1px;
	font-weight: normal;
	vertical-align: top;
}
#top_quicksearch input{
	line-height: 1.6;
	vertical-align: middle;
	margin: 5px 0;
}
#top_quicksearch table td p{
	padding: 0;
}

/* ★路線を選ぶ---------------------------------*/
#top_quicksearch .routeBox{
	float: left;
	width: 364px;
}
#top_quicksearch .routeBox p.ttl{
	margin-left: 0px;
}
#top_quicksearch .routeBox ul{
	margin-bottom: 5px;
	overflow: hidden;
	/*background: url(../top_img/top_qsbg_01.gif) 0 0 no-repeat;*/
}
#top_quicksearch .routeBox ul li{
	padding-top: 3px;
	float: left;
}
#top_quicksearch .routeBox .leftBox{
	float: left;
	width: 140px;
	margin-right: 4px;
	display: inline;
	background: #FFEDCE;
	border-radius: 5px;
	padding: 0 0 0 10px;
/*	background: url(../top_img/top_qsbg_02.gif) 0 0 no-repeat;*/
}
#top_quicksearch .routeBox .leftBox table{
	margin-top: 5px;
}
#top_quicksearch .routeBox .rightBox{
	float: left;
	width: 210px;
	text-align: left;
	background: #FFEDCE;
	border-radius: 5px;
/*	background: url(../top_img/top_qsbg_03.gif) 0 0 no-repeat;*/
}
#top_quicksearch .routeBox .rightBox td{
	text-align: left;
}


/* ★乗車日を選ぶ  dateBox  ----------------------*/
/* ★人数を選ぶ  numberBox  ----------------------*/
#top_quicksearch .dateBox,
#top_quicksearch .numberBox
{
	float: left;
	width: 190px;
}
#top_quicksearch .dateBox p.ttl,
#top_quicksearch .numberBox p.ttl
{
	margin-left: 0px;
}
#top_quicksearch .dateBox ul,
#top_quicksearch .numberBox ul
{
	width: 170px;
	margin-left: 20px;
	background: #FFEDCE;
	border-radius: 5px;
	/*background: url(../top_img/top_qsbg_0203.gif) 0 0 no-repeat;*/
}
#top_quicksearch .dateBox ul li,
#top_quicksearch .numberBox ul li
{
	padding-top: 4px;
}
#top_quicksearch .dateBox ul li p.right,
#top_quicksearch .numberBox ul li p.right
{
	padding-top: 3px;
	margin: 5px 6px 0;
	border-top: 1px dotted #b3a590;
}
#top_quicksearch .dateBox ul li p.right a,
#top_quicksearch .numberBox ul li p.right a
{
	float: right;
	padding-left: 18px;
	color: #094759;
	line-height: 1.8;
	display: inline;
	background: url(../top_img/top_ico_03.gif) 0 0.35em no-repeat;
}

/* ★詳細条件を選ぶ ndBox  -------------------------*/
#top_quicksearch .ndBox{
	float: left;
	width: 195px;
	/*background: url(../top_img/top_qsbg_04bg.gif) 20px bottom no-repeat;*/
}
#top_quicksearch .ndBox p.ttl{
	margin-left: 0px;
}
#top_quicksearch .ndBox ul{
	width: 175px;
	margin-left: 20px;
	background: #FFEDCE;
	border-radius: 5px;
	/*background: url(../top_img/top_qsbg_04.gif) 0 0 no-repeat;*/
}
#top_quicksearch .dateBox table,
#top_quicksearch .numberBox table,
#top_quicksearch .ndBox table
{
	margin-bottom: 10px;
}
#top_quicksearch .dateBox table td,
#top_quicksearch .numberBox table td,
#top_quicksearch .ndBox table td
{
	padding: 10px 0 0;
}
#top_quicksearch .dateBox table td img{
	vertical-align: middle;
}
#top_quicksearch p.btn{
	margin: 5px 0 0 0;
/*	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 168px;
	height: 39px;
	padding: 0;
	margin: 0;*/
}

#top_quicksearch p.btn button{
	height: 39px;
	width: 168px;
	padding: 0;
	margin: 0;
	border: none;
	line-height: 1;
	background: none;
	outline: none;
	cursor: pointer;
}
#top_quicksearch p.btn button img{
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
}

/* ★検索する -------------------------*/
#top_quicksearch p.qu_search_btn{
	background: #FFAF00;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	line-height: 2.3em;
}
#top_quicksearch p.qu_search_btn a{
	display: block;
	color: #fff;
	text-decoration-line: none;
}


/* ★新着情報 -------------------------------------★*/
#news_wrapper {
	margin: 0 auto 15px auto;
	width: 960px;
}
#news_wrapper .spot_search{
width: 200px;
float:left;
}

#news_wrapper .spot_search .box200{
	width: 200px;
}
#news_wrapper .spot_search .box200 .square_top{
	width: 198px;
	border-right: 1px #dcdcdc solid;
    border-left: 1px #dcdcdc solid;
}
#news_wrapper .spot_search .box200 .square_top ul.spotsearch{
/*	margin: 0 4px;*/
/*	margin-left:8px;*/
	margin-top:-10px;
}
#news_wrapper .spot_search .box200 .square_top ul.spotsearch li{
	float: left;
	width: 89px;
	padding: 15px 5px;
	margin-right:-1px;
	margin-bottom:-1px;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	font-weight: bold;
	text-align: center;
}
#news_wrapper .whatsnew_wrapper{
    width: 740px;
    float:right;
	text-align: left;
}
#news_wrapper .whatsnew_wrapper h2{
    width:690px;
    height:24px;
	font-size:1.2em;
	padding:6px 0px 0px 50px;
	color:#ffffff;
	background:url(../top_img/ttl_news.gif) no-repeat 0px 0px;
}
#news_wrapper .whatsnew_box{
	width: 738px;
	height:175px;
	margin: 0;
	padding-top:5px;
	border-right: 1px #dcdcdc solid;
    border-bottom: 1px #dcdcdc solid;
    border-left: 1px #dcdcdc solid;
}
#news_wrapper .whatsnew_box .news{
	height:170px;
	margin:0 10px;
	overflow: auto;
}
#news_wrapper .whatsnew_box .news .whats_new_title{
	padding: 0 8px;
	font-weight: bold;
	color: #003399;
}
#news_wrapper .whatsnew_box .news .whats_new_contents{
	padding: 0 8px 10px;
}

/* ★インフォ -------------------------------------★*/
#info_wrapper_top{
	width: 100%;
	padding-top:15px;
	background: #f2f2f2 url(../top_img/info_bg_top.gif) repeat-x left top;
}
#info_wrapper_bottom{
	width: 100%;
	padding-top:20px;
	padding-bottom:15px;
	margin-bottom:15px;
	background: #f2f2f2 url(../top_img/info_bg_bottom.gif) repeat-x left bottom;
}
#info_wrapper {
	margin: 0 auto;
	width: 960px;
	position: relative;
}
#info_wrapper h2{
    width:910px;
    height:24px;
	text-align:left;
	font-size:1.2em;
	padding:6px 0px 0px 50px;
	color:#ffffff;
	background:url(../top_img/ttl_info.gif) no-repeat 0px 0px;
}

#info_wrapper .info_vipliner {
	width: 948px;
	padding:10px 5px 15px 5px;
	border-right: 1px #dcdcdc solid;
    border-bottom: 1px #dcdcdc solid;
    border-left: 1px #dcdcdc solid;
	text-align: center;
	background: #ffffff url(../top_img/bus_img.jpg) no-repeat right bottom;
}
/* ★カルーセルバナー-------------------------------------★*/

.bnrListArea{
	width: 848px;
	height:150px;
	margin:10px 0 20px 0;
	position: relative;
	padding:0 50px;
}
.bnrList li{
	float: left;
	width: 150px;
	display: inline;
	margin: 0 10px;
}
.bnrListNav li{position: absolute; top: 10px;}
.bnrListNav li.prev{left: 0;}
.bnrListNav li.next{right: 0;}

.bnrListArea a:hover {
 filter: alpha(opacity=50);
 -moz-opacity:0.50;
 opacity:0.50;
}

.bnrListNav a:hover {
 filter: alpha(opacity=50);
 -moz-opacity:0.50;
 opacity:0.50;
}

/* ★info-------------------------------------★*/

#info_wrapper .info_btn{
position:absolute;
right:10px;
top:4px;
}
#info_wrapper .info_btn a:hover {
    filter: alpha(opacity=50);
    -moz-opacity:0.50;
    opacity:0.50;
}

#info_wrapper .info_vipliner .info_lead{
	margin:15px 20px 10px;
	font-size:1.2em;
	line-height:1.5em;
	font-weight:bold;
	color:#2179a7;
	text-align:left;
}
#info_wrapper .info_vipliner .info_text{
	margin: 0 20px;
	line-height:1.5em;
	text-align:left;
}
#info_wrapper .info_vipliner .info_text2{
	width: 590px;
	margin: 15px 0 10px 20px;
	line-height:1.5em;
	text-align:left;
}

/* ★サービス -------------------------------------★*/
#service_wrapper {
	margin: 0 auto;
	width: 960px;
	height:125px;
	margin-bottom:20px;
	background: url(../top_img/service_bg.gif) no-repeat left top;
}
#service_wrapper li{
	margin-top: 15px;
	margin-left: 15px;
	display: inline;
	float: left;
}
#service_wrapper li a:hover {
    filter: alpha(opacity=50);
    -moz-opacity:0.50;
    opacity:0.50;
}
#contents_wrapper {
	margin: 0 auto;
	width: 960px;
}
#contents_wrapper .info_l{
    width: 470px;
    float:left;
}
#contents_wrapper .info_l h3{
    width:425px;
    height:30px;
	text-align:left;
	font-size:1.4em;
	padding:8px 0px 0px 45px;
	color:#59b4df;
	background:url(../top_img/ttl_information.gif) no-repeat 0px 0px;
}
#contents_wrapper .info_r{
    width: 470px;
    float:right;
}
#contents_wrapper .info_r h3{
    width:415px;
    height:30px;
	text-align:left;
	font-size:1.4em;
	padding:8px 0px 0px 55px;
	color:#59b4df;
	background:url(../top_img/ttl_sns.gif) no-repeat 0px 0px;
}
#contents_wrapper .info_box{
    width: 468px;
	height:140px;
	border-right: 1px #dcdcdc solid;
    border-bottom: 1px #dcdcdc solid;
    border-left: 1px #dcdcdc solid;
	background-color:#ffffff;
	position: relative;
}
.info_box ul {
    padding-top:10px;
    text-align:left;
}
.info_box img{
    float:left;
    margin:0 10px 15px 0;
}
.info_box li{
    display: inline;
    width:210px;
    float:left;
    margin-left:20px;
}
.info_box .btn_sns{
	position: absolute;
	top: -30px;
	right: 0px;
}
.info_box a:hover {
    filter: alpha(opacity=50);
    -moz-opacity:0.50;
    opacity:0.50;
}

/* ★その他 -------------------------------------★*/
#other_wrapper {
	margin: 0 auto;
	width: 960px;
	padding-bottom:30px;
}
#other_wrapper .left_box{
	width: 200px;
	float:left;
	text-align:center;
}
#other_wrapper .left_box li{
    margin-bottom:10px;
}
#other_wrapper .left_box a:hover {
    filter: alpha(opacity=50);
    -moz-opacity:0.50;
    opacity:0.50;
}
#other_wrapper .right_box{
	width: 740px;
	float:right;
	text-align:left;
}

/* 路線info 130709 */
#top_infoBox{
	margin-bottom: 5px;
	background: url(../top_img/top_bg_05.png) 0 100% no-repeat;
}
#top_infoBox .infoText{
	padding: 5px 30px 20px;
}
#top_infoBox .infoText p{
	text-align: left;
	line-height: 1.8;
}
/* 路線info*/

#otherBox{
	background: url(../top_img/top_bg_03.gif) 0 100% no-repeat;
}
#otherBox ul{
	padding: 23px 0 19px 23px;
	background: url(../top_img/top_bg_02.gif) 0 0 no-repeat;
}
#otherBox ul li{
	float: left;
	width: 218px;
	margin-right: 18px;
	display: inline;
}
#otherBox ul li.twiArea{
	width: 220px;
}
#otherBox ul li p{
	padding-bottom: 15px;
}
#otherBox ul li p.img{
	padding: 0 0 6px;
	text-align: center;
}


/* アラートエリア 140228 */
#alert-area{
	margin: 10px auto;
	width: 960px;
}
#alert-area .normal{ /* 通常 */
    border: 3px #3c84cf solid;
	padding:10px 10px 5px 10px;
	background-color:#ffffff;
	border-radius: 5px;
	text-align:left;
	font-weight:bold;
}
#alert-area .normal li{
    padding-left:17px;
	margin-bottom:5px;
	background: url(../top_img/icon_normal.png) 0 0 no-repeat;
}

#alert-area .attention{ /* 注意 */
    border: 3px #ffc000 solid;
	padding:10px 10px 5px 10px;
	background-color:#fbf2d8;
	border-radius: 5px;
	text-align:left;
	font-weight:bold;
}
#alert-area .attention li{
    padding-left:15px;
	margin-bottom:5px;
	background: url(../top_img/icon_alert.png) 0 0 no-repeat;
}

#alert-area .stoppage{ /* 運休 */
    border: 3px #ff7575 solid;
	padding:10px 10px 5px 10px;
	background-color:#ffeeee;
	border-radius: 5px;
	text-align:left;
	font-weight:bold;
}
#alert-area .stoppage li{
    padding-left:15px;
	margin-bottom:5px;
	background: url(../top_img/icon_alert.png) 0 0 no-repeat;
}

/* シートタイプからバスを選ぶ 141001 */
#seat_wrapper {
	margin: 0 auto;
	width: 960px;
}
#seat_wrapper h2{
    width:910px;
    height:24px;
	text-align:left;
	font-size:1.2em;
	padding:6px 0px 0px 50px;
	color:#ffffff;
	background:url(../top_img/ttl_seat.gif) no-repeat 0px 0px;
}
#seat_wrapper .seat_box_bottom{
	margin-bottom:15px;
}
#seat_wrapper .seat_box{
padding: 0 15px;
background:url(../top_img/seat_bg1.gif) repeat-y 0px 0px;
display: inline-flex;
}
#seat_wrapper .seat_box a{
text-decoration: none;
}
#seat_wrapper .seat_box figure.hover-p {
width: 145px;
height: 145px;
position: relative;
margin: 10px 5px 0 5px;
overflow: hidden;
border-radius: 5px;
display: flex;
align-items: flex-end;
justify-content: center;
}
#seat_wrapper .seat_box figure.seat1{background:url(../top_img/seat_dendouseat3.jpg) no-repeat 0px 0px;}
#seat_wrapper .seat_box figure.seat2{background:url(../top_img/seat_deluxe3.jpg) no-repeat 0px 0px;}
#seat_wrapper .seat_box figure.seat3{background:url(../top_img/seat_teihanpatsu3.jpg) no-repeat 0px 0px;}
#seat_wrapper .seat_box figure.seat4{background:url(../top_img/seat_dendouseat4.jpg) no-repeat 0px 0px;}
#seat_wrapper .seat_box figure.seat5{background:url(../top_img/seat_rakunobi4.jpg) no-repeat 0px 0px;}
#seat_wrapper .seat_box figure.seat6{background:url(../top_img/seat_standard4.jpg) no-repeat 0px 0px;}

#seat_wrapper .seat_box figure.hover-p h3{
font-size: 1.0em;
font-weight: normal;
padding-bottom: 3px;
}

#seat_wrapper .seat_box figure.hover-p .seaticon3, 
#seat_wrapper .seat_box figure.hover-p .seaticon4 {
padding: 0.2em 0.5em;
position: absolute;
color: #fff;
font-weight: bold;
top: 5px;
left: 5px;
text-align: left;
}
#seat_wrapper .seat_box figure.hover-p .seaticon3{background: #329ce6;}
#seat_wrapper .seat_box figure.hover-p .seaticon4{background: #e0728d;}

#seat_wrapper .seat_box figcaption.hover-m {
width: 131px;
height: 145px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0,0,0,0.7);
opacity: 0;
color: #fff;
display: flex;
align-items: center;
text-align: center;
padding: 0px 7px;
}
#seat_wrapper .seat_box figure.hover-p:hover .hover-m {
opacity: 1;
transition:all 0.6s ease;
}