@charset "utf-8";

/* CONTAINER
----------------------------------------------------------- */
#container {
	width: 100%;
	position: relative;
}
#container.mobView {
	padding-top: 282px;
}


/* Wrap
----------------------------------------------------------- */
.wrapper {
	width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
	padding: 0 30px;
	text-align: left;
	box-sizing: content-box;
}


/* HEADER
----------------------------------------------------------- */
header {
	width: 100%;
	height: 169px;
	background: url(../img/common/bg_header.png) repeat-x 0 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 15;
	font-family:"Kozuka Gothic Pr6N", "小塚ゴシック Pr6N R",Meiryo,'メイリオ',Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/* -webkit-font-smoothing: auto !important; */
	font-size: 10px;
}
.mobView header {
	position: absolute;
	top: 110px;
	left: 0;
}

header h1 {
	color: #fff;
	font-size: 12px;
	height: 50px;
	line-height: 50px;
	font-weight: normal;
	position: relative;
}
header h1 span{
	font-size: 12px;
}

/* LOGO & BRAND LINK
--------------------------------- */

#logoBLwrap {
	position: relative;
	height: 96px;
	/*background: url(../img/common/bg_gnav_brand.png) no-repeat 30px 100%;*/
}

/*#logoBLwrap #headBrandList{
	background: url(../img/common/bg_gnav_brand.png) no-repeat -310px 100%;
}*/

#logoBLwrap #headBrandList li.on_b01 a:hover,
#logoBLwrap #headBrandList li.on_b01.active{
	background: url(../img/common/bg_gnav_brand.png) no-repeat -310px 0px;
}
#logoBLwrap #headBrandList li.on_b02 a:hover,
#logoBLwrap #headBrandList li.on_b02.active{
	background: url(../img/common/bg_gnav_brand.png) no-repeat -310px 0px;
}
#logoBLwrap #headBrandList li.on_b03 a:hover,
#logoBLwrap #headBrandList li.on_b03.active{
	background: url(../img/common/bg_gnav_brand.png) no-repeat -310px 0px;
}
#logoBLwrap #headBrandList li.on_b04 a:hover,
#logoBLwrap #headBrandList li.on_b04.active{
	background: url(../img/common/bg_gnav_brand.png) no-repeat -310px 0px;
}
#logoBLwrap #headBrandList li.on_b05 a:hover,
#logoBLwrap #headBrandList li.on_b05.active{
	background: url(../img/common/bg_gnav_brand.png) no-repeat -310px 0px;
}
#logoBLwrap #headBrandList li.on_b06 a:hover{
	background: url(../img/common/bg_gnav_brand.png) no-repeat -310px 0px;
}

#logo {
	padding-top: 5px;
}

#headLink {
	position: absolute;
	top: 7px;
	right: 30px;
	font-size: 120%;
	color: #d96932;
	padding-left: 13px;
	background: url(../img/common/listhead07.png) no-repeat 0 50%;
	line-height: 1;
	z-index: 1;
}
#headLink a {
	color: #707372;
}

#brandLinkWrap {
	position: absolute;
    top: 25px;
    right: -30px;
    width: 860px;
}

#brandLinkWrap dt {
	/*float: left;
	width: 125px;*/
	font-size: 120%;
	font-weight: bold;
	color: #d96932;
	padding-top: 26px;
	line-height: 1.6;
	text-align: center;
}

#headBrandList li {
	width: 137px;
	float: left;
	margin-left: 1px;
}

#headBrandList li a {
	display: block;
	height: 85px;
}
#headBrandList li a img{
	display: block;
	margin: 0 auto;
}

/* gnav
--------------------------------- */

#gnav {
    position: relative;
    margin-top: 10px;
}

#gnav > ul > li {
	float: left;
	text-align: center;
	line-height: 47px;
	font-size: 150%;
	font-weight: bold;
	color: #707372;
}
/*
#gnav > ul > li:nth-child(1) {
	width: 168px;
}
#gnav > ul > li:nth-child(2) {
	width: 185px;
}
#gnav > ul > li:nth-child(3) {
	width: 110px;
}
#gnav > ul > li:nth-child(4) {
	width: 100px;
}
#gnav > ul > li:nth-child(5) {
	width: 105px;
}
#gnav > ul > li:nth-child(6) {
	width: 167px;
}*/

#gnav > ul > li > a {
	color: #707372;
	font-weight: bold;
}
#gnav ul li span {
    cursor: pointer;
    font-weight: bold;
    border-right: 1px solid #d2d1d3;
    padding: 0 14px;
}
#gnav > ul > li:first-child >span{
    border-left: 1px solid #d2d1d3;	
}

.gnavConWrap {
	width: 800px;
	background: url(../img/common/bg_gnavcon_ue.png) no-repeat 10% 0;
	padding-top: 30px;
	position: absolute;
	top: 47px;
	left: inherit;
	z-index: 2;

	display: none;
}
#gncPlan {
	/*background: url(../img/common/bg_gnavcon_ue_plan.png) no-repeat 50% 0;*/
}
#gncCampaign {
	background: url(../img/common/bg_gnavcon_ue_campaign.png) no-repeat 50% 0;
}
/*.hasGnavCon .gnavConWrap {display: block;}*/

.gnavConWrap .inn {
	background: url(../img/common/bg_gnavcon_sita.png) no-repeat 50% 100%;
	padding-bottom: 15px;
}

.gnavCon {
	background: url(../img/common/bg_gnavcon_naka.png) repeat-y 50% 0;
	padding: 30px 50px;
}

/* プルダウン_ホテルブランド一覧
--------------------------------------- */

#gcBrandL {
	width: 612px;
	float: left;
}

#gcBrandL li {
	width: 120px;
	float: left;
}


#gcBrandR {
	width: 281px;
	float: right;
}

#gcBrandR li {
	line-height: 35px;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    border-bottom: 1px dotted #cec8b3;
}
#gcBrandR li:first-child {
 border-top: 1px dotted #cec8b3;
}

#gcBrandR .logoL {
	width: 63px;
	float: left;
}

#gcBrandR .txtR {
	width: 218px;
	box-sizing: border-box;
	float: right;
	padding-left: 20px;
	background: url(../img/common/listhead06.png) no-repeat 5px 50%;
}

#gcBrandR li a {
	color: #707372;
}

/* プルダウン_おすすめ宿泊プラン
--------------------------------------- */

#Bland{
	padding-right: 35px;
	padding-left: 35px;	
}
#Bland ul {
	float: left;
	margin-left: 15px;
}
#Bland ul:first-child {
	margin-left: 0;
	width: 260px;
}
#Bland ul:nth-child(2) {
	width: 260px;
}
#Bland ul:nth-child(3) {
	width: 387px;
}
#Bland ul li {
	font-size: 14px;
	line-height: 1.6;
    font-weight: normal;
    text-align: left;
	padding: 11px 0px 10px 30px;
	background: url(../img/common/listhead06.png) no-repeat 5px 1em;
    border-bottom: 1px dotted #cec8b3;
	height: 45px;
    box-sizing: border-box;
    /*letter-spacing: -1px;*/
}
#Bland ul li:first-child {
	border-top: 1px dotted #cec8b3;
}



#gcRecoPlan {
	padding-right: 35px;
	padding-left: 35px;
}

#gcRecoPlan ul {
	float: left;
	margin-left: 65px;
}
#gcRecoPlan ul:first-child {
	margin-left: 0;
	width: 260px;
}
#gcRecoPlan ul:nth-child(2) {
	width: 380px;
}
#gcRecoPlan ul:nth-child(3) {
	width: 387px;
}

#gcRecoPlan ul li {
	font-size: 14px;
	line-height: 1.6;
    font-weight: normal;
    text-align: left;
	padding: 11px 0px 10px 30px;
	background: url(../img/common/listhead06.png) no-repeat 5px 1em;
    border-bottom: 1px dotted #cec8b3;
	height: 45px;
    box-sizing: border-box;
    /*letter-spacing: -1px;*/
}
#gcRecoPlan ul li:first-child {
	border-top: 1px dotted #cec8b3;
}

#gcRecoPlan ul:nth-child(1) li:nth-child(1) {
	background: url(../img/common/ico_plan_recommend.png) no-repeat 0px 50%;
}
#gcRecoPlan ul:nth-child(1) li:nth-child(2) {
	background: url(../img/common/ico_plan_luxury.png) no-repeat 0px 50%;
}
#gcRecoPlan ul:nth-child(1) li:nth-child(3) {
	background: url(../img/common/ico_plan_hayawari.png) no-repeat 0px 50%;
}
#gcRecoPlan ul:nth-child(2) li:nth-child(1) {
	background: url(../img/common/ico_plan_bestflexible.png) no-repeat 0px 50%;
}
#gcRecoPlan ul:nth-child(2) li:nth-child(2) {
	background: url(../img/common/ico_plan_business.png) no-repeat 0px 50%;
}
/*#gcRecoPlan ul:nth-child(2) li:nth-child(3) {
	background: url(../img/common/ico_plan_okinawa.png) no-repeat 0px 50%;
}*/
#gcRecoPlan ul:nth-child(2) li:nth-child(3) {
	background: url(../img/common/ico_plan_hakone.png) no-repeat 0px 50%;
}
#gcRecoPlan ul:nth-child(2) li:nth-child(4) {
	background: url(../img/common/ico_plan_southeast-asia.png) no-repeat 0px 50%;
}
#gcRecoPlan ul:nth-child(3) li:nth-child(1) {
	background: url(../img/common/ico_plan_yourrate.png) no-repeat 0px 50%;
}
#gcRecoPlan ul:nth-child(3) li:nth-child(2) {
	background: url(../img/common/ico_plan_ana.png) no-repeat 0px 50%;
}
#gcRecoPlan ul:nth-child(3) li:nth-child(3) {
	background: url(../img/common/ico_plan_kabunusi.png) no-repeat 0px 50%;
}
#gcRecoPlan ul:nth-child(3) li:nth-child(4) {
	background: url(../img/common/ico_plan_amex.png) no-repeat 0px 50%;
}

#gcRecoPlan ul li a {
	color: #7c6d54;
}

/* プルダウン_キャンペーン＆お得情報
--------------------------------------- */
#gcCamToku {
	padding-right: 35px;
	padding-left: 35px;
}

#gcCamToku sup{
	line-height:50%;
}

#gcCamToku dl{
	margin-bottom:0;
}

#gcCamToku dt,
#gcCamToku dd{
	font-size: 14px;
	line-height: 1.6;
    text-align: left;
	padding: 11px 0px 10px 30px;
    border-bottom: 1px dotted #cec8b3;
	height: 45px;
    box-sizing: border-box;
    /*letter-spacing: -1px;*/
}

#gcCamToku dt{
	color:#d96932;
	float: left;
}

#gcCamToku dd{
	font-weight: normal;
}

#gcCamToku dl.first{
	border-top: 1px dotted #cec8b3;
}

#gcCamToku dl:nth-child(1) dd{
	padding-left: 240px;
}

#gcCamToku dl:nth-child(2) dd{
	padding-left: 140px;
}

#gcCamToku dl:nth-child(1) dd p{
	padding-left:40px;
}

#gcCamToku dl:nth-child(2) dd li {
	float: left;
	padding-left: 30px;
	margin-left: 30px;
	/*margin-left: 17px;*/
}

#gcCamToku dl:nth-child(1) dd p,
#gcCamToku dl:nth-child(2) dd li:nth-child(1){
	border-left:2px solid #d96932;
}

#gcCamToku dd ul li:nth-child(1) {
	padding-left: 70px;
	margin-left:0;
}

#gcCamToku dd ul.tokuList01 li:nth-child(1) {
	background: url(../img/common/ico_plan_recommend.png) no-repeat 40px 50%;
}
#gcCamToku dd ul.tokuList01 li:nth-child(2) {
	background: url(../img/common/ico_plan_hayawari.png) no-repeat 0px 50%;
}
#gcCamToku dd ul.tokuList01 li:nth-child(3) {
	background: url(../img/common/ico_cp_sleep.png) no-repeat 0px 50%;
}
#gcCamToku dd ul.tokuList02 li:nth-child(1) {
	background: url(../img/common/ico_cp_clubfloor.png) no-repeat 40px 50%;
}
/*#gcCamToku dd ul.tokuList01 li:nth-child(3) {
	background: url(../img/common/ico_plan_bestflexible.png) no-repeat 0px 50%;
}*/
#gcCamToku dd ul.tokuList02 li:nth-child(2) {
	background: url(../img/common/ico_plan_bestprice.png) no-repeat 0px 50%;
}
#gcCamToku dd ul.tokuList02 li:nth-child(3) {
	background: url(../img/common/ico_plan_recommend.png) no-repeat 0px 50%;
}

#gcCamToku dd ul.tokuList03 li:nth-child(1) {
	background: url(../img/common/ico_can_bussiness.png) no-repeat 40px 50%;
}
#gcCamToku dd ul.tokuList03 li:nth-child(2) {
	background: url(../img/common/ico_fandb_cocktail.png) no-repeat 5px 70%;
}

#gcCamToku dd ul li a {
	color: #7c6d54;
}



#gcRecoRest {
	padding-right: 35px;
	padding-left: 35px;
}

#gcRecoRest ul {
	float: left;
	margin-left: 65px;
}
#gcRecoRest ul:first-child {
	margin-left: 0;
	width: 300px;
}


#gcRecoRest ul li {
	font-size: 14px;
	line-height: 1.6;
    font-weight: normal;
    text-align: left;
	padding: 11px 0px 10px 30px;
	background: url(../img/common/listhead06.png) no-repeat 5px 1em;
    border-bottom: 1px dotted #cec8b3;
	height: 45px;
    box-sizing: border-box;
    /*letter-spacing: -1px;*/
}

/*contentWrap
------------------------------------------------------------------------ */
/*.conWrap {
	padding: 20px 0;
}*/

.conWrap2 {
	padding-top: 50px;
	padding-bottom: 50px;
}


/* FOOTER
------------------------------------------------------------------------ */
footer {
	background: #fff;
	font-family:"Kozuka Gothic Pr6N", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/* -webkit-font-smoothing: auto !important; */
    font-size: 10px;
}

/*160224 追加*/
div#footer .supportNav ul {
    margin-top: 15px;
    margin-left: 195px;
    height: 12px;
}
/*160224 追加 end*/

#footCon01 {
	padding: 30px 30px;
}

#hotelistSide {
	/*width: 780px;*/
	width: 800px;
	float: left;
}

#hotelistSide .ttl,
#hotelistSide2 .ttl {
	font-size: 140%;
	font-weight: bold;
	color: #d96932;
	margin-bottom: 15px;
	padding-left: 10px;
  border-left: 4px solid #d96932;
}

#hotelistSide2 {
	width: 1000px;
	float: left;
}

#hotelListLeft {
	float: left;
	/*width: 242px;*/
	width: 212px;
}

#hotelListCenter {
	float: left;
	/*width: 218px;*/
	width: 295px;
}

#hotelListRight {
	float: right;
	/*width: 320px;*/
	width: 290px;
}


#footCon01 .hotelList {
	margin-bottom: 15px;
}

#footCon01 .hotelList dt {
	font-size: 130%;
	font-weight: bold;
	color: #7c6d54;
	padding-left: 15px;
	background: url(../img/common/listhead04.png) no-repeat 0 0.25em;
	margin-bottom: 5px;
}

#footCon01 .hotelList dd ul {
	/*padding-left: 15px;*/
}

#footCon01 .hotelList dd li {
	color: #7c6d54;
	font-size: 120%;
	/*list-style: disc;*/
	margin-bottom: 2px;
	text-indent: -1em !important;
	margin-left: 1em !important;
}


#footCon01 aside {
	width: 200px;
	float: right;
}
#footCon01 aside .asideBnr {
	margin-bottom: 8px;
}
/* FOOTER 下層用(サイドバナー無しver.)
----------------------------------------------------- */

#hotelListLeft2 {
	float: left;
	width: 234px;
}

#hotelListCenter2 {
	float: left;
	width: 270px;
}

#hotelListCenter2_2 {
	float: left;
	width: 241px;
}

#hotelListRight2 {
	float: right;
	width: 254px;
}
/* FOOTER 下層用 end
----------------------------------------------------- */

/* groupNav
----------------------------------------------------- */
#groupNav {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#groupNav .wrapper {
	position: relative;
	margin-bottom: 15px;
}
#groupNav .inner{
	margin-top: 47px;
	border: 2px solid #d96932;
}
#groupNav .sitelogo {
	float: left;
	width: 135px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	background: #fff;
	position: absolute;
	top: -27px;
}
/* #groupNav .sitelogo a:hover,
#groupNav .sitelogo a:active{
	background-position:0 -34px;
} */

#groupNav .inner_left{
	float: left;
	width: 820px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 15px;
}

#groupNav ul {
	float: left;
	margin-bottom: 15px;
}

#groupNav li {
	float: left;
	width: 115px;
	text-align: center;
	line-height: 5;
}
/*
#groupNav ul:first-child li:nth-child(-n+3) {
	width: 153px;
}
*/
#groupNav .foot_rewards{
float: left;
    margin-top: 10px;
    padding: 40px 0;
    padding-left: 20px;
    border-left: 2px solid #bbb;
    margin-bottom: 10px;
}

/*PAGETOP
----------------------------------------------------- */

#pageTop {
	width: 95px;
	font-size: 120%;
	padding-left: 15px;
	background: url(../img/common/ico_arrow_up.png) no-repeat 0 50%;
	position: absolute;
	top: 30px;
	right: 30px;
	line-height: 1;
	cursor: pointer;
	box-sizing: content-box;
}
#pageTop:hover {
	text-decoration: underline;
}

/*PAGETOP
----------------------------------------------------- */

.pagetop {
	width: 95px;
	font-size: 120%;
	padding-left: 15px;
	background: url(../img/common/ico_arrow_up.png) no-repeat 0 50%;
	line-height: 1;
	cursor: pointer;
	float: right;
	margin-top: 30px;
}
.pagetop:hover {
	text-decoration: underline;
}

/* PAGETOP(右サイド固定) 160717追加
----------------------------------------------------------- */
#toPageTop {
	width: 29px;
	height:29px;
	position: fixed;
	bottom: 50px;
	right: 40px;
	cursor: pointer;
	z-index: 5;
}
#toPageTop img {
	filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
#toPageTop:hover img {
	filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

/* footLink1
----------------------------------------------------- */
#footLink1 {
	/* border-top: 1px solid #cccccc; */
	padding-top: 10px;
	/* padding-bottom: 8px;  */
	position: relative;
    z-index: 1;
    width: 800px;
    margin: 0 auto;
}

#footLink1 .wrapper {
	text-align: center;
    width: 100%;
    min-width: 100%;
    padding: 0;
}

#footLink1 li {
	/* float: left; */
	display: inline-block;
	font-size: 130%;
	padding: 0 10px;
	border-left: 1px solid #b9b9b9;
}
#footLink1 ul li:first-child {
	border: none;
}
#footLink1 li a {
	color: #707372;
}

/* supportNav
----------------------------------------------------- */
#supportNav {
	padding: 10px 0;
	border-bottom: 1px dashed #f2f2f2;
	position: relative;
    z-index: 1;
    width: 800px;
    margin: 0 auto;
}

#supportNav .wrapper {
	padding: 0;
    width: 100%;
    min-width: 100%;
    text-align: center;
}

#supportNav ul li {
	/* float: left; */
	display: inline-block;
	padding: 0px 10px;
	font-size: 130%;
	border-left: 1px solid #b9b9b9;
}
#supportNav ul li:first-child {
	border-left: none;
}

#supportNav ul li a {
	color: #707372;
}


/* footCon02
----------------------------------------------------- */

#footCon02 {
	position: relative;
	height: 100px;
}

#footTxt01 {
	color: #707372;
	font-size: 130%;
	position: absolute;
	top: 15px;
	left: 30px;
}

#footLink01 {
	position: absolute;
	top: 15px;
	right: 30px;
}

#footLink01 li {
	float: left;
	margin-left: 15px;
	font-size: 130%;
	color: #707372;
	padding-left: 10px;
	background: url(../img/common/listhead05.png) no-repeat 0 50%;
}

#toAna {
	position: absolute;
	top: 45px;
	right: 30px;
}

#copyright {
	position: absolute;
	top: 35px;
	left: 30px;
	font-size: inherit;
}


/* SNSボタン
------------------------------------------------------------------ */
#snsBtnWrap {
	padding-bottom: 15px;
}
#snsBtnWrap.hotelSns {
	padding: 30px 25px 0 0;
}

#snsBtnWrap li {
	float: right;
	margin-right: 7px;
}



/* スマホ・PCサイトへのリンク
------------------------------------------------------------------ */
#btnToSPWrap {
	width: 100%;
	min-width: 1060px;
	padding: 25px 0;
	background: #f0f0f0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
}

#btnToSP {
	width: 1000px;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	font-size: 28px;
	text-align: center;
	background: #AEA481;
}
#btnToSP a {
	display: block;
	height: 60px;
	color: #fff;
}


/* SSLシール設置
------------------------------------------------------------------ */
#sslSealWrap {
	height: 40px;
	position: relative;
    top: 50px;
    margin-top: -40px;
    text-align: right;
}
.yoyaku_list{
    display: inline-block;
    margin-bottom: 40px;
    margin-top: 10px;
}
.yoyaku_list ul{
	display: flex;
}
.yoyaku_list ul li{
    font-size: 125%;
    font-weight: bold;
    color: #7c6d54;
    padding-left: 15px;
    background: url(../img/common/listhead04.png) no-repeat 0 0.25em;
    margin-bottom: 5px;	
	margin-right: 20px;
}
.yoyaku_list dl dd:first-child{
	margin-bottom: 5px;
}

.club_ihg{
    position: absolute;
    top: -3px;
    right: 157px;
}