@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 { width: 100%; min-width: 950px; margin: 0 auto; }
#contents.width-950{ width: 950px; }

.width-930{ width: 930px; margin-left: auto; margin-right: auto; }

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

/* 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; }

/* hide
---------------------- */
.hide{ display: none;}



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

    コンテンツ

================================ */
.container > .inner{
    width: 950px;
    margin: 0 auto;
}
.color-yellow{background: #ffd73a;}
.color-red{background: #ee001c;}
.color-blue{background: #0075b9;}

.contents a{ -webkit-transition: .2s; transition: .2s; }
.contents a:hover{ -webkit-transform: translateY(-5px); transform: translateY(-5px); }
.btn-toPlan_legohotel{ margin-left: -404px;}
.btn-toPlan_nagoya{ margin-left: 56px;}

.img-04{ padding: 30px 0; }


/* ================================
sec-map
================================ */
.sec-map > .inner{
    width: 770px;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.sec-map > h3{
    padding-bottom: 30px;
}
.map{
    position: relative;
    text-align: right;
}
.map > a{
    display: block;
    position: absolute;
}

.btn-hotel01{top: 147px;left: 700px;}
.btn-hotel02{top: 120px;left: 300px;}
.btn-hotel03{top: 170px;left: 560px;}
.btn-hotel04{top: 330px;left: 32px;}
.btn-hotel05{ top: 0px; left: 0px;}
.btn-hotel06{top: 3px;left: 200px;}
.btn-hotel07{top: 57px;left: 682px;}
.btn-hotel08{top: 87px;left: 120px;}
.btn-hotel09{top: 223px;left: 140px;}
.btn-hotel10{top: 126px;left: 707px;}
.btn-hotel11{top: 210px;left: 510px;}
.btn-hotel12{top: 103px;left: 180px;}

/*調整*/
.contents a.not-effect:hover{ -webkit-transform: translateY(0); transform: translateY(0); }

/* ================================
sec-yad
================================ */
.sec-yad h3{
    padding-top: 30px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    z-index: 10;
}
.sec-yad .h-official{
    margin-bottom: -10px;
}
/* ================================
    yadcassette
================================ */
.wrap-yadcassette{
    width: 919px;
    margin-left: 22px;
    margin-right: -14px;
    position: relative;
    overflow: hidden;
}
.yadcassette{
    position: relative;
}
.yadcassette.size-S{
    width: 292px;
    margin-right: 14px;
    margin-bottom: 15px;
    float: left;
}
.yadcassette.size-M{
    width: 600px;
    margin-bottom: 15px;
    float: left;
}
.btn-toplan{
    display: block;
    position: absolute;
    bottom: 74px;
    left: 10px;
}
.size-L .btn-toplan{
    bottom: 42px;
    left: 60px;
}

.wrap-setplan{
    width: 100%;
    position: absolute;
    bottom: 6px;
    left: 0;
}
.wrap-setplan > a{
    display: inline-block;
}

.size-L .wrap-setplan{
    width: 503px;
}

/* .sec-other
---------------------- */
.sec-other{
    position: relative;
    cursor: pointer;
}
.sec-other .btn-toplan{
    bottom: 20px;
    right: 84px;
    left: auto;
}

/* txt-credit
---------------------- */
.txt-credit{
    text-align: left;
    padding: 5px 0 20px 22px;
    color: #000;
    font-size: 12px;
}

/* ================================
seachPanel
================================ */
.seachPanel{
    width: 220px;
    /* border-radius: 10px; */
    text-align: left;
    background: #efefef;
    border: 1px solid #ccc;
    /* position: absolute;
    top: 60px;
    left: -60px; */
    overflow: hidden;
    z-index: 100;
}
.seachPanel h4{
    /* text-align: center; */
    /* background: #ffd73a; */
    color: #000;
    font-size: 12px;

    border-left: #ff7b15 solid 3px;
    padding: 4px 4px 4px 6px;
    margin: 10px 10px 0;
}
.seachPanel form{
    padding: 10px;
}
.usjSearchPanel_list dt{
    display: none;
    width: 100px;
    text-align: center;
    float: left;
    font-size: 14px;
    font-weight: bold;
}
.usjSearchPanel_list dd{
    font-size: 12px;
    margin-bottom: 6px;
    /* margin-left: 120px; */
}
.usjSearchPanel_inputText-year{
    width: 4em;
}
.usjSearchPanel_inputText-month{
    width: 2em;
}
.usjSearchPanel_inputText-day{
    width: 2em;
}
.usjSearchPanel_radioList li{
    margin-bottom: 5px;
}
.usjSearchPanel_button-search{
    display: block;
    padding: 5px 12px;
    width: 80%;
    margin: 0 auto;
    background: #395fff;
    color: #fff;
    border: none;
    font-size: 12px;
    border-radius: 3px;
    cursor: pointer;
}
.usjSearchPanel_select{
    margin-top: 10px;
}
#room-num{
    display: block;
}



/* -----------------------------
----------------------------- */
#main_wrap {
    background-image: url(../images/srh_bg01.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    width: 950px;
    position: static;
    padding: 0px;
    margin-bottom: 20px;
}

#kankoujouhou{
    display: flex;
    justify-content: space-between;
}

#srh_hotels .srh_cst_top {
    width: 445px;
}
#srh_hotels .srh_cst_top .dl_img{
    margin-left: 42px;
    margin-right: 42px;
}
#srh_hotels .srh_cst_top .dl_img a{
    display: block;
    width: 100%;
}
#srh_hotels .srh_cst_top .dl_img img{
    width: 100%;
    height: auto;
}
#srh_hotels .srh_cst_top .dl_text{
    height: 3em;
}
#srh_hotels .srh_cst_top p{
    width: 372px;
    margin: 0 auto;
    padding: 5px 0;
    letter-spacing: 0;
    text-align: center;
}
.dl_btn{
    display: flex;
    justify-content: center;
}
.mt-10 .dl_btn{
    padding: 10px 0 0;
    border-top: 1px dashed #F7931E;
    margin: 10px auto 0;
}
#access div {
    padding: 10px 5px;
}
.acccess_img{
    line-height: 0;
}
/* .line{
    position: relative;
}
.line::before{
    content:"";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 2px;
    left: 0;
} */

#ticketplus .srh_cst_btm{
    padding-bottom: 0;
}
#park_info .info_noborder{
    border-bottom: none;
}