@charset "UTF-8";


/* -------------------------------------------------------------
　宿泊予約
------------------------------------------------------------- */

#reserve {
	padding: 40px 17px 30px;
}

#reserve h1 {
	font-size: 22px;
	font-weight: 200;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 1px;
	margin: 0 0 20px;
}

#reserve ul.top_bl {
	margin: 0 0 17px;
}

#reserve ul.top_bl li h2 {
	width: 300px;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.3;
	margin: 0 0 20px;
	padding: 18px 14px;
	background: #F1F5F7;
	border-radius: 2px;
}


/* 上部 ホテル選択、リンクボタン */
#reserve ul.top_bl 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;
}

#reserve ul.top_bl a#rsvSrc_stay {
	display: block;
	width: 280px;
	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;
}

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


#reserve ul.top_bl a#rsvSrc_dt {
	display: block;
	width: 280px;
	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) 94% 50% no-repeat;
	background-size: 26px auto;
	border-radius: 4px;
	transition: 0.5s;
}
#reserve ul.top_bl a#rsvSrc_dt:hover {
	background: #1D2B30 url(/img/common/mk_arrow_blueRingR_40.svg) 96% 50% no-repeat;
	background-size: 26px auto;
	opacity: 0.8;
	transition: 0.5s;
}





