@charset "UTF-8";
/* ================================
	共通
================================ */




/* ================================
	ヘッダ
	.globalHeader
================================ */




/* ================================
	フッタ
	.globalFooter
================================ */




/* ================================
	コンテンツ
	.contents
================================ */
.globalHeader a,
.contents a{
    display: block;
    position: absolute;
    -webkit-transition: .4s;
    transition: .4s;
}
.btn-coupon-jyouken{ bottom: 191px; left: 55px;} 
.btn-coupon{ bottom: 115px; left: 56px;}
.btn-shukuhaku{ bottom: 115px; right: 55px;}
.btn-coupon-jal{ bottom: 49px; left: 56px;}
.btn-coupon-ana{ bottom: 49px; right: 55px;} 
.btn-tltip{top: 1px;right: 3px;}
.btn-01{bottom: 2153px;left: 54px;}
.btn-02{bottom: 2153px;right: 54px;}
.btn-02d{top: 1570px;left: 10px;}
.btn-03{bottom: 1757px;left: 54px;}
.btn-04{bottom: 1757px;right: 54px;}
.btn-05{bottom: 1361px;left: 54px;}
.btn-06{bottom: 1361px;right: 54px;}
.btn-tag{top: 30px;left: 290px;}
.btn-isan{top: 376px;left: 29px;}
.btn-coupon_s{bottom: 1235px;left: 56px;}
.btn-shukuhaku_s{bottom: 1235px;right: 56px;}
.btn-coupon-jal_s{bottom: 1169px;left: 56px;}
.btn-coupon-ana_s{bottom: 1169px;right: 56px;}

.btn-asobi{bottom: -1px; left: 76px;}
.btn-plan{bottom: -1px; right: 76px;}


a.hover:hover{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
a:not(.hover):hover{
    filter: alpha(opacity=70);
    -moz-opacity: .70;
    opacity: .70;
}
