@charset "UTF-8";

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

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

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



/* 補足説明
------------------------------------------------------------- */
.attention {
	font-size: 12px;
	text-align: center;
	line-height: 1.7;
	margin: -20px 0 60px;
	padding: 0 10px;
}





/* -------------------------------------------------------------
　ナビゲーション
------------------------------------------------------------- */

ul.checkNav {
	max-width: 300px;
	margin: 0 auto 40px;
}

ul.checkNav li {
	padding: 0 0 10px;
}

ul.checkNav li a {
	display: block;
	width: 300px;
	width: 100%;
	color: #1E2B30;
	font-size: 12px;
	text-align: center;
	line-height: 1.5;
	padding: 8px 15px;
	background: #fff;
	border: 1px solid #638FA2;
	border-radius: 20px;
	transition: 0.5s;
}
ul.checkNav li a:hover {
	color: #fff;
	background: #638FA2;
	transition: 0.5s;
}



/* チェックイン方法
------------------------------------------------------------- */

article {
	padding: 0 0 20px;
}

article h2 {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 20px;
	padding: 8px 15px;
	background: #1E2B30;
}


article ul.step_wrap {
	max-width: 600px;
	margin: 0 10px 40px;
	padding: 30px 20px;
	background: #F1F5F7;
	border-radius: 10px;
}

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

article ul.step_wrap {
	margin: 0 auto 40px;
}

}/* media Queries 640px */



article ul.step_wrap li .step {
	width: 200px;
	color: #fff;
	font-family: "Roboto";
	font-size: 16px;
	font-style: italic;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.72px;
	margin: 0 auto 10px;
	padding: 9px 8px 7px;
	background: #6590A3;
	border-radius: 20px;
}

article ul.step_wrap li h3 {
	color: #6590A3;
	font-size: 28px;
	font-weight: 200;
	text-align: center;
	line-height: 1.3;
	margin: 0 0 15px;
}

article ul.step_wrap li .txt {
	font-size: 13px;
	margin: 0 0 40px;
}

article ul.step_wrap li .txt .in_caution {
	color: #E80000;
}



/* slickカスタマイズ */
.slick-dots li {
	width: unset;
	height: unset;
}

.slick-dots li button {
	width: 10px;
	height: 10px;
}

.slick-dots li button::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 0;
	background: url(/img/slick/pager_off.svg) no-repeat;
	background-size: 10px auto;
	vertical-align: middle;
	opacity: 1;
}
.slick-dots li.slick-active button:before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 0;
	background: url(/img/slick/pager_blue_on.svg) no-repeat;
	background-size: 10px auto;
	vertical-align: middle;
	opacity: 1;
}



/* モバイルキー発行方法（JRホテルメンバーズ会員限定）
------------------------------------------------------------- */

article.mob_kye ul.step_wrap {
	background: #F2F2F2;
}

article.mob_kye ul.step_wrap li .step {
	background: #121731;
}

article.mob_kye ul.step_wrap li h3 {
	color: #121731;
}

article.mob_kye ul.step_wrap li .txt .caution {
	font-weight: 300;
	line-height: unset;
	letter-spacing: unset;
	margin: 10px 0 0;
}

article.mob_kye ul.step_wrap li .txt .caution a {
	text-decoration: underline;
}



/* チェックアウト
------------------------------------------------------------- */

article.c_out ul.step_wrap {
	background: #F8F7F0;
}

article.c_out ul.step_wrap li .step {
	background: #D6C560;
}

article.c_out ul.step_wrap li h3 {
	color: #A39A62;
}




.out_caution {
	max-width: 600px;
	font-size: 11px;
	line-height: 1.7;
	margin: 0 0 80px;
	padding: 0 20px;
}









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

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

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



/* 補足説明
------------------------------------------------------------- */
.attention {
	max-width: 1040px;
	font-size: 16px;
	line-height: 1.8;
	margin: 0 auto 80px;
	padding: 0 20px;
}





/* -------------------------------------------------------------
　ナビゲーション
------------------------------------------------------------- */

ul.checkNav {
	display: flex;
	max-width: 1000px;
}

ul.checkNav li {
	width: 33.3333%;
	padding: 0 1%;
}

ul.checkNav li a {
	width: 100%;
	max-width: 300px;
}




/* チェックイン方法
------------------------------------------------------------- */

article {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 20px;
}

article h2 {
	font-size: 22px;
	line-height: 1;
	margin: 0 0 30px;
	padding: 13px 30px 15px;
}


article ul.step_wrap {
	display: flex;
	width: 100%;
	max-width: 1000px;
	margin: 0 0 60px;
	padding: 40px 0;
}

article ul.step_wrap > li:nth-child(1) {
	width: 54%;
	padding: 0 5% 0 4%;
}
article ul.step_wrap > li:nth-child(2) {
	width: 46%;
	padding: 0 4% 0 0;
}

article ul.step_wrap li .step {
	width: 220px;
	font-size: 20px;
	letter-spacing: 1px;
	margin: 0 auto 15px;
}

article ul.step_wrap li h3 {
	font-size: 34px;
	margin: 0 0 20px;
}

article ul.step_wrap li .txt {
	font-size: 15px;
	margin: 0;
}



/* モバイルキー発行方法（JRホテルメンバーズ会員限定）
------------------------------------------------------------- */

article.mob_kye ul.step_wrap li .step {
	width: 260px;
}




.out_caution {
	max-width: 1040px;
	font-size: 14px;
	line-height: 1.8;
	margin: -20px auto 180px;
}





}/* media Queries PC 769 */










