@charset "UTF-8";
/* ================================

じゃらんnet 共通cssの調整兼reset

================================ */

/*  じゃらんnet仕様 
※個別のcssで全ページに読み込まれているプロパティ等
---------------------- */
/*
* { -webkit-box-sizing: border-box; box-sizing: border-box;}
body{ font-family: "メイリオ"; margin: 0; }
#subnavi #subnaviLinks{ line-height: auto; }
*/

/* width:100% に対応できるように調整
---------------------- */
/*
#wrap{    width: 100% !important;}
#wrap > #info{    margin: 0 auto 4px !important;}
*/
/*#ft_logo, #ft_ul{ margin: 0 auto; }*/
/*.to_pagetop{ margin: 10px auto 0 !important; }*/
#contents { background: url(../img/back.jpg) no-repeat; width: 950px; height: 1500px; margin: 0 auto; padding-top: 90px; overflow: hidden;}
/*#contents.width-950{ width: 950px; }*/

/* reset
---------------------- */
.contents ul { list-style: none; }
.contents ul, .contents li { margin: 0; padding: 0; }
.contents img { vertical-align: bottom; }
.contents img { border: 0; }

/* utility
---------------------- */
.tC{ text-align: center; }
.sanSerif{ font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
.serif{ font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif; }

/* clerfix -micro clearfix
-------------------------------- */
.cf:before, .cf:after{ content: ""; display: table; }
.cf:after{ clear: both; }
.cf{ *zoom: 1; }



/* ================================

コンテンツ

================================ */

#mouseon-popup { position: relative; }
[class^="btn"]{
    cursor: pointer;
    position: absolute;
    text-align: center;
    padding: 0;
}
.btn01 { top: 219px; left: 743px; }
.btn02 { top: 514px; left: 552px; }
.btn03 { top: 493px; left: 753px;}
.btn04 { top: 672px; left: 777px;}
.btn05 { top: 653px; left: 363px;}
.btn06 { top: 797px; left: 623px;}
.btn07 { top: 890px; left: 446px;}
.btn08 { top: 820px; left: 196px;}
.btn09 { top: 1053px; left: 315px;}
.btn10 { top: 1040px; left: 62px;}

.map_area { position: relative; }
[class^="map"]{
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
}
[class^="map"].is-active img{
    opacity: 0;
}
.map01{ top: 50px; left: 690px; background-image: url(../img/map01_on.png); }
.map02{ top:403px; left:609px; background-image: url(../img/map02_on.png);}
.map03{ top:542px; left:686px; background-image: url(../img/map03_on.png);}
.map04{ top:650px; left:730px; background-image: url(../img/map04_on.png);}
.map05{ top:564px; left:462px; background-image: url(../img/map05_on.png);}
.map06{ top:679px; left:533px; background-image: url(../img/map06_on.png);}
.map07{ top:786px; left:374px; background-image: url(../img/map07_on.png);}
.map08{ top:836px; left:106px; background-image: url(../img/map08_on.png);}
.map09{ top:973px; left:238px; background-image: url(../img/map09_on.png);}
.map10{ top:1098px; left:24px; background-image: url(../img/map10_on.png);}

.wrap-point.clm2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 170px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wrap-point.clm2 > .point{
}
p.point {
    background: url(../img/point.png) no-repeat left 4px center; padding: 2px 6px 2px 28px;
}
p.point a { color: #000; font-weight: 800;}

.area01 p.point:hover {    background-color: rgba(102, 154, 86, 0.4);}
.area02 p.point:hover {    background-color: rgba(244, 159, 56, 0.4);}
.area03 p.point:hover {    background-color: rgba(245, 180, 208, 0.4);}
.area04 p.point:hover {    background-color: rgba(90, 143, 208, 0.4);}
.area05 p.point:hover {    background-color: rgba(106, 134, 125, 0.4);}
.area06 p.point:hover {    background-color: rgba(232, 80, 108, 0.4);}
.area07 p.point:hover {    background-color: rgba(143, 188, 179, 0.4);}
.area08 p.point:hover {    background-color: rgba(54, 185, 239, 0.4);}
.area09 p.point:hover {    background-color: rgba(238, 146, 248, 0.4);}
.area10 p.point:hover {    background-color: rgba(189, 110, 176, 0.4);}


.contents{
    position: relative;
}

.btn-coupon{
    display: block;
    position: absolute;
    top:140px;
    left: 30px;
    z-index: 1;
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
    will-change: transform;
}
.btn-coupon:hover{
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}