@media screen and (max-width:768px) {
/*SP*/
/* CSS */
.spnone {display:none!important;}

#wrapper {
    background: #FFF !important;
}

#header {
	border-top: 5px #1919A9 solid;
    border-bottom: 1px #cccccc solid;
}

#header .inner {
    width: 98%;
    margin: 0 auto;
	padding: 2% 1% 15%;
}

#header .headerLogo {
	float: left;
	width: 40%;
    margin-bottom: 1%;
}

#header .headerLogo img {
	width: 100%;
}

#header .headerLogo span {
    clear: left;
    font-size: 123.1%;
    font-weight: bold;
    padding-top: 3%;
}

#header .headerNavi {
	float: left;
	width: 60%;
	text-align: right;
    font-size: 85%;
    line-height: 1.2;
    vertical-align: middle;
}

#header .headerNavi ul {

}

#header .headerNavi ul li {
	border-left: 1px #CCC solid;
	padding: 0 3%;
    text-align: center;
	display:inline-flex;
}

.inner950 {
    background: #FFF !important;
}

dl.hotelBox {
    overflow: hidden;
	zoom: 1;
	width: 90%;
	margin: 0 5%;
	text-align: left;
    padding-top: 6%;
}

dl.hotelBox  dt {
    font-weight: bold;
}

dl.hotelBox  dd {
    margin: 0;
    float: left;
	text-align: left;
    width: 100%;
}

dl.hotelBox  dd select {
	vertical-align: top;
	width: 100%;
	height: 34px;
	padding: 5px;
	border-radius: 0;
	box-sizing: border-box;
	background: #fff;
}

#jrset_direction_pref_wrap {/*方面・都道府県・エリア非表示対応*/
    display:none!important;
}

}




@media screen and (min-width:769px) {
/*PC*/
/* CSS */
.pcnone {display:none!important;}

#wrapper {
    background: #FFF !important;
}

#header {
	border-top: 5px #1919A9 solid;
    border-bottom: 1px #cccccc solid;
}

#header .inner {
	width: 950px;
    height: 62px;
	margin: 0 auto;
	padding: 10px 0;
}

#header .headerLogo {
	float: left;
	width: 600px;
}

#header .headerLogo img {
	width: 230px;
    margin-right: 20px;
}

#header .headerLogo span {
    font-size: 182%;
    font-weight: bold;
}

#header .headerNavi {
	float: left;
	width: 350px;
	text-align: right;
    font-size: 108%;
}

#header .headerNavi ul {
}

#header .headerNavi ul li {
	/*border-right: 1px #000 solid;*/
	padding-left: 20px;
	display: inline;
}

dl.hotelBox {
	width: 769px;
	margin: 0 auto;
	text-align: left;
	padding: 20px 20px 0;
}

dl.hotelBox  dt {
	clear: left;
	float: left;
	width: 120px;
    font-weight: bold;
    padding-top: 5px;
}

dl.hotelBox  dd {
	margin-left: 120px;
}

dl.hotelBox  dd select {
	vertical-align: top;
	width: 80%;
	height: 38px;
	padding: 5px;
	border-radius: 0;
	box-sizing: border-box;
	background: #fff;
}

#left_gadget_column {
    width: 769px!important;
	margin: 0 auto;
	text-align: left;
}

#jrset_togo_wrap,
#jrset_direction_pref_wrap,
#jrset_pax_wrap {
    margin-top: 20px;
}

#right_gadget_column_select_map {/*地図非表示対応*/
    display:none!important;
}





}