@charset "UTF-8";

/* -------------------------------------------------------------
　タイトル
------------------------------------------------------------- */

/* brand_common.css（タイトル）に記載
下記は各調整 */

#page_title {
	background:url(/img/resv/h1_bg.jpg) 75% top no-repeat;
	background-size: cover;
}




/* -------------------------------------------------------------
　宿泊予約バー
------------------------------------------------------------- */

#top_rev_bl {
	margin: 0;
	padding: 30px 20px;
	background: #638FA2;
}

#top_rev_bl h2 {
	color: #fff;
	font-size: 18px;
	font-weight: 250;
	text-align: center;
	line-height: 1.2;
	margin: 0 0 20px;
}
#top_rev_bl h2::before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 20px;
	margin: 0 7px 3px 0;
	padding: 0;
	background: url(/img/common/mk_bestrate.svg) no-repeat;
	background-size: 24px auto;
	vertical-align: middle;
}

#top_rev_bl .bt_top_wrap {
	max-width: 400px;
	margin: 0 auto 30px;
	padding: 27px 15px 10px;
	background: #fff;
	border-radius: 6px;
}

#top_rev_bl h3 {
	color: #1E2B30;
	font-size: 18px;
	font-weight: 200;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.9px;
	margin: 0 0 16px;
}

#top_rev_bl .bt_top_item {
	width: 300px;
	margin: 0 auto;
}

/* 上部 ホテル選択、リンクボタン */
#top_rev_bl ul.bt_top_item select#rsv_hList {
	width: 100%;
	max-width: 400px;
	height: 50px;
	color: #1E2B30;
	font-size: 12px;
	font-weight: 300;
	margin: 0 0 20px;
	padding: 0 0 0 15px;
	background: #F1F5F7 url(/img/common/mk_arrow_down.svg) 96% 52% no-repeat;
	border-radius: 2px;
	cursor: pointer;
}

#top_rev_bl ul.bt_top_item a#rsvSrc_stay {
	display: block;
	width: 100%;
	max-width: 300px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 1;
	margin: 0 auto 10px;
	padding: 14px 0 15px;
	background: #B1C7D0;
	border-radius: 4px;
	transition: 0.5s;
}

#top_rev_bl ul.bt_top_item a#rsvSrc_stay.rev_on {
	background: #1D2B30 url(/img/common/mk_arrow_blueRingR_40.svg) 92% 50% no-repeat;
	background-size: 26px auto;
	transition: 0.5s;
}
#top_rev_bl ul.bt_top_item a#rsvSrc_stay.rev_on:hover {
	background: #1D2B30 url(/img/common/mk_arrow_blueRingR_40.svg) 94% 50% no-repeat;
	background-size: 26px auto;
	opacity: 0.8;
	transition: 0.5s;
}


#top_rev_bl ul.bt_top_item a#rsvSrc_dt {
	display: block;
	width: 100%;
	max-width: 300px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 1;
	margin: 0 auto 10px;
	padding: 16px 20px 17px 0;
	background: #1D2B30 url(/img/common/mk_arrow_blueRingR_40.svg) 92% 50% no-repeat;
	background-size: 26px auto;
	border-radius: 4px;
	transition: 0.5s;
}
#top_rev_bl ul.bt_top_item a#rsvSrc_dt:hover {
	background: #1D2B30 url(/img/common/mk_arrow_blueRingR_40.svg) 94% 50% no-repeat;
	background-size: 26px auto;
	opacity: 0.8;
	transition: 0.5s;
}




/* -------------------------------------------------------------
　JRホテルメンバーズ会員
------------------------------------------------------------- */

#list_bl {
	margin:0 0 20px;
}

#list_bl dl dt {
	padding: 10px 0 10px 20px;
	background: #1E2B30;
}

#list_bl dl dt h2 {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
}

#list_bl dl dd {
	padding: 20px 20px 30px;
}

#list_bl dl dd ul {
	width: 100%;
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: 1px solid #a8a9ab;
}

#list_bl dl dd h3 {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 10px;
}

#list_bl dl dd ul li .intro {
	font-size: 12px;
	font-weight: 200;
	line-height: 1.5;
	margin: 0 0 20px;
}

#list_bl dl dd ul li a {
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 1;
	margin: 0 auto ;
	background: #1E2B30;
	border: 1px solid #1E2B30;
	border-radius: 2px;
	transition: 0.5s;
}
#list_bl dl dd ul li a:hover {
	opacity: 0.8;
	transition: 0.5s;
}

#list_bl dl.jr_mem_bl dd ul li.list_bt {
	display: flex;
	justify-content: center;
}

#list_bl dl.jr_mem_bl dd ul li.list_bt a {
	display: block;
	width: 160px;
	font-size: 12px;
	text-align: center;
	line-height: 1;
	padding: 13px 5px 10px 5px;
	border: 1px solid #1E2B30;
	border-radius: 2px;
	transition: 0.5s;
}

#list_bl dl.jr_mem_bl dd ul li.list_bt a:hover {
	opacity: 0.8;
	text-decoration: none;
	transition: 0.5s;
}

#list_bl dl.jr_mem_bl dd ul li a.official {
	color: #1E2B30;
	margin: 0 10px 0 0;
	padding: 13px 0 10px 10px;
	background: #fff;
}

#list_bl dl.jr_mem_bl dd ul li a.mem_login,
#list_bl dl.jr_mem_bl dd ul li a.mem_reg {
	color: #fff;
	margin: 0 0 0 10px;
	padding: 13px 0 10px 10px;
	background: #1E2B30;
}

#list_bl dl.jr_mem_bl dd ul li a.mem_reg {
	text-indent: -20px;
	line-height: 1.2;
	padding: 4px 0 6px 10px;
}

#list_bl dl.jr_mem_bl dd ul li.list_bt a.bt_newwin::after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 13px;
	margin: 0 0 2px 6px;
	padding: 0;
	background: url(/img/common/mk_new_window_blue.svg) no-repeat;
	background-size: 14px auto;
	vertical-align: middle;
}

#list_bl dl.jr_mem_bl dd ul li a.mem_reg.bt_newwin::after {
	margin: -12px 0 2px 6px;
}






/* media Queries  //////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- 810px */
@media screen and (min-width:810px), print {

/* -------------------------------------------------------------
　タイトル
------------------------------------------------------------- */

#page_title {
	background:url(/img/resv/h1_bg.jpg) center top no-repeat;
	background-size:cover;
}




/* -------------------------------------------------------------
　宿泊予約バー
------------------------------------------------------------- */

#top_rev_bl {
	margin: 0 0 130px;
	padding: 65px 10px;
}

#top_rev_bl h2 {
	font-size: 34px;
	letter-spacing: 1.7px;
	margin: 0 0 40px;
}
#top_rev_bl h2::before {
	width: 48px;
	height: 40px;
	margin: 0 14px 6px 0;
	background-size: 48px auto;
}


#top_rev_bl .bt_top_wrap {
	max-width: 1000px;
	margin: 0 auto 30px;
	padding: 30px 0;
}

#top_rev_bl h3 {
	font-size: 24px;
	letter-spacing: 1.2px;
	margin: 0 0 20px;
}


/* 上部 ホテル選択、リンクボタン */
#top_rev_bl ul.bt_top_item select#rsv_hList {
	font-size: 14px;
}

#top_rev_bl ul.bt_top_item {
	display: flex;
	align-items: center;
	width: 100%;
}

#top_rev_bl ul.bt_top_item li:nth-child(1) {
	width: 49%;
	margin: 0;
	padding: 0 2% 0 3%;
}

#top_rev_bl ul.bt_top_item li:nth-child(2) {
	width: 25%;
	margin: 0 2% 0 0;
}

#top_rev_bl ul.bt_top_item li:nth-child(3) {
	width: 26%;
	margin: 0 3% 0 0;
}

#top_rev_bl ul.bt_top_item select#rsv_hList {
	margin: 0;
}

#top_rev_bl ul.bt_top_item a#rsvSrc_stay {
	max-width: 230px;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	padding: 7px 0;
}

#top_rev_bl ul.bt_top_item a#rsvSrc_dt {
	max-width: 230px;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	padding: 7px 0;
}





/* -------------------------------------------------------------
　JRホテルメンバーズ会員
------------------------------------------------------------- */

#list_bl {
	max-width: 1000px;
	margin: 0 auto 120px;
}

#list_bl dl dt {
	padding: 9px 0 8px 30px;
}

#list_bl dl dt h2 {
	font-size: 22px;
}

#list_bl dl dd {
	padding: 30px 0;
}

#list_bl dl dd ul {
	display: flex;
	width: 100%;
	margin: 0 0 30px;
	padding: 0 20px 30px;
}

#list_bl dl dd ul li:nth-child(1) {
	width: calc(100% - 312px);
	padding: 0 5% 0 0;
}
#list_bl dl dd ul li:nth-child(2) {
	width: 312px;
	padding: 45px 0 0;
}


#list_bl dl dd h3 {
	font-size: 28px;
	margin: 0 0 13px;
}

#list_bl dl dd ul li .intro {
	font-size: 14px;
	margin: 0;
}

#list_bl dl.jr_mem_bl dd ul li.list_bt a {
	width: 100%;
	height: 60px;
	font-size: 16px;
	padding: 20px 0 10px 5px;
}

#list_bl dl.jr_mem_bl dd ul li a.mem_reg {
	font-size: 15px;
	padding: 10px 0 0 4px;
}

#list_bl dl.jr_mem_bl dd ul li a.mem_reg.bt_newwin::after {
	margin: -14px 0 2px 6px;
}





}/* 810 */






