@charset "utf-8";
/* CSS Document */
/*
============================================================
*	top.css
============================================================
*/

/* 検索ボックス
==========================================================*/
.kv{
	width: 100%;
	height: 470px;
	padding: 50px 0;
	background: url(../images/top/top_kv01.jpg) 50% 50% / cover no-repeat;
}
.topSearch{
	width: 920px;
	padding: 25px 30px;
	box-sizing: border-box;
	background: rgba(0,0,0,.8);
	z-index: 1;
	position: relative;
}

.kv h2{
	color: #fff;
	font-size: 24px;
	letter-spacing: .1em;
}
.en-US .kv h2{
	letter-spacing: 0;
}




/* 検索ボックス
----------------------------------------------------------*/
.topSearcWrap{
	display: flex;
}
.topSearch__rangeChange{
    position: absolute;
    top: 34px;
    left: 200px;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: .1em;
}
.topSearch__rangeChange label{
	border: 1px solid #fff;
    padding: 2px 10px 2px 15px;
    float: left;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}
.topSearch__rangeChange label:hover{
	opacity: .6;
}
.topSearch__rangeChange label::after {
    content: "▼";
    margin-left: 5px;
    font-size: 10px;
}
.topSearch__rangeChange input[type="radio"]:checked + label{
	background: #fff;
	color: #000;
}
.topSearch__rangeChange input[type="radio"]{
	display: none;
}
.topSearch a.reset{
	color: #fff;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: normal;
    background: url(../images/common/ui_reset_white.png) 0 0 / 13px no-repeat;
    padding: 0 0 0 18px;
    float: right;
}
.topSearch select,#search_change select{
	-webkit-appearance: none;
	appearance: none;
}
#search_change{
    display: block;
    margin-top: 50px;
    border-top: 1px solid #555;
    padding-top: 10px;
}
.topSearch__Tab ul{
	display: flex;
	margin: 10px 0;
}
.topSearch__Tab ul a{
	display: inline-block;
	margin: 0 40px;
	padding: 0 0 0 15px;
	background: url(../images/common/ui_arrow_white_r.png) left 7px / 5px no-repeat;
}
.topSearch__Tab ul a:hover{
	opacity: .6;
	background: url(../images/common/ui_arrow_white_r.png) 4px 7px / 5px no-repeat;
}
.topSearch__Tab ul li:nth-child(1) a{color: #32c5b9;}
.topSearch__Tab ul li:nth-child(2) a{color: #1cabd8;}
.topSearch__Tab ul li:nth-child(3) a{color: #008aff;}
.topSearch__Tab ul li.current a{color:#fff;}
.topSearch__Tab ul a:first-child{
	margin-left: 0;
}


.topSearchForm select{
	background: #fff url(../images/common/ui_pulldown.png) right 10px top 12px / 7px no-repeat;
	line-height: 35px;
	height: 40px;
	border-radius: 5px;
	display: block;
	font-size: 15px;
	padding: 0 25px 0 10px;
	box-sizing: border-box;
	overflow: hidden;
	float: left;
	margin-left: 10px;
	border: none;
}
select.areaSelect__select{width: 210px;}
select#large_area_world{
	margin-left: 0;
}
#large_area_domestic{
	margin-left: 0 !important;
}

.topSearchForm input[type="text"]{
	background: #fff;
	line-height: 35px;
	height: 40px;
	border-radius: 5px;
	display: block;
	font-size: 15px;
	padding: 0 25px 0 10px;
	box-sizing: border-box;
	overflow: hidden;
	float: left;
	margin: 0;
	margin-left: 10px;
	border: none;
}
.areaSelect__input input[type="text"]{
	width: 200px;
}
.wordSelect__input:first-child Select{
	margin-left: 0;
	margin-right: 0px;
}
.wordSelect__input input[type="text"]{
	width: 40%;
}
.pinpointSelect__input  input[type="text"]{
	width: 100%;
	margin:0;
}



#areaHotelList,#freeAreaList,#freeHotelList,#pinpointList{
    position: absolute;
    top: 160px;
    background: #fff;
    z-index: 10;
    padding: 5px 0;
    overflow-y: auto;
    max-height: 380px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
}
#areaHotelList{left:690px;}
#freeAreaList{left: 173px;}
#freeHotelList{left: 536px;}
#areaHotelList a,#freeAreaList a,#freeHotelList a,#pinpointList a{
    display: inline-block;
    padding: 2px 10px;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    color: #555;
    transition: none;
    font-size: 13px;
}
#areaHotelList a:hover,#freeAreaList a:hover,#freeHotelList a:hover,#pinpointList a:hover{
	color: #fff;
	background: #ca1332;
}
#areaHotelListLoading,#freeAreaListLoading,#freeHotelListLoading,#pinpointListLoading{
	position: absolute;
	top: 119px;
}
#areaHotelListLoading img,#freeAreaListLoading img,#freeHotelListLoading img,#pinpointListLoading img{
	width: 22px;
}
#freeAreaListLoading{left:493px;}
#areaHotelListLoading,#freeHotelListLoading,#pinpointListLoading{left: 855px;}

#area_hotel_alert_show{left: 690px;top: 150px;}
#free_alert_show{left: 420px;top: 150px;}
#pinpoint_alert_show{left: 400px;top: 150px;}

/* チェックイン・アウト
----------------------------------------------------------*/
.stayWrap{
}
.stayBox{
	margin: 20px 20px 20px 0;
	float: left;
	width: 570px;
	position: relative;
}
.en-US .stayBox {
    width: 550px;
}
.checkIn__input label{
	color: #fff;
	float: left;
	display: block;
}
.checkIn__input input[type="text"]{
	background: #fff;
	line-height: 35px;
	height: 40px;
	border-radius: 5px;
	display: block;
	font-size: 15px;
	padding: 0 25px 0 10px;
	box-sizing: border-box;
	margin: 0;
	margin-left: 10px;
	border: none;
	background: #fff url(../images/common/ui_calendar.png) right 10px top 10px / 20px no-repeat;
	width: 180px;
}
#checkin{
	margin-left: 0;
}

.checkIn__pulldown label{
	color: #fff;
	float: left;
	display: block;
	margin: 0 0 0 10px;
}
select.checkIn__select{
	background: #fff url(../images/common/ui_pulldown.png) right 10px top 12px / 7px no-repeat;
	line-height: 35px;
	height: 40px;
	border-radius: 5px;
	display: block;
	font-size: 15px;
	padding: 0 25px 0 10px;
	box-sizing: border-box;
	overflow: hidden;
	border: none;
	width: 70px;
}


.memberWrap{
	overflow: hidden;
}
.memberBox{
	overflow: hidden;
	float: left;
	margin: 5px 0 0 0;
}
.memberBox:first-child{
	margin: 20px 0 0;
}
.member__pulldown{
	float: left;
}
.member__pulldown label{
	color: #fff;
	float: left;
	display: block;
	margin: 0 0 0 10px;
}

select.member__select{
	background: #fff url(../images/common/ui_pulldown.png) right 10px top 12px / 7px no-repeat;
	line-height: 35px;
	height: 40px;
	border-radius: 5px;
	display: block;
	font-size: 15px;
	padding: 0 25px 0 10px;
	box-sizing: border-box;
	overflow: hidden;
	border: none;
	width: 100px;
}
.memberBox:first-child .member__number{
	display: inline;
	float: left;
	color: #fff;
	margin-top: 35px;
}
.memberBox:nth-child(1) .member__number p{margin-left:10px;}
.memberBox:nth-child(2) .member__number p{margin-left:10px;}
.memberBox:nth-child(3) .member__number p{margin-left:10px;}
.memberBox:nth-child(4) .member__number p{margin-left:10px;}
.memberBox:nth-child(5) .member__number p{margin-left:10px;}
.memberBox:nth-child(6) .member__number p{margin-left:10px;}
.memberBox:nth-child(7) .member__number p{margin-left:10px;}
.memberBox:nth-child(8) .member__number p{margin-left:10px;}
.memberBox:nth-child(9) .member__number p{margin-left:10px;}

.member__number{
	display: inline;
	float: left;
	color: #fff;
	margin-top: 8px;
}
.member__number p{
	color: #aaa;
}

.memberChild__select p{
	margin-bottom: 5px;
}
.memberChild__select{
	font-size: 12px;
	border-bottom: 1px solid #aaa;
	color: #aaa;
	clear: both;
	padding: 10px 0 5px;
	margin: 0 0 10px 50px;
}
.memberChild__select label{
	margin: 0 0 4px 0;
	display: block;
}
select.child__select{
	background: #fff url(../images/common/ui_pulldown.png) right 7px top 7px / 7px no-repeat;
	line-height: 25px;
	height: 28px;
	border-radius: 5px;
	font-size: 15px;
	padding: 0 20px 0 10px;
	box-sizing: border-box;
	overflow: hidden;
	border: none;
}


.moreTerms__btn a{
	color: #fff;
	font-size: 13px;
	display: inline-block;
	border-radius: 5px;
	height: 30px;
	line-height: 30px;
	padding: 0px 30px 0 10px;
	background: #5c5c5c url(../images/common/ui_arrow_white_d.png) right 7px top 12px / 10px no-repeat;
}
.moreTerms__btn a:hover{
	opacity: .6;
}


.sendBtn{
	margin: 40px 0 30px;
	text-align: center;
	width: 100%;
	background:-webkit-linear-gradient(to right, #32c5b9 0%,#008aff 100%);
	background:linear-gradient(to right, #32c5b9 0%,#008aff 100%);
	height: 70px;
	line-height: 70px;
	border-radius: 10px;
	position: relative;
	z-index: 2;
	float: left;
}
.sendBtn::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	border-radius: 10px;
	background:-webkit-linear-gradient(to right, #4ef1e4 0%,#5cb4ff 100%);
	background:linear-gradient(to right, #4ef1e4 0%,#5cb4ff 100%);
	opacity: 0;
	transition: 0.2s ease-in-out;
}
.sendBtn:hover::after{
	opacity: 1;
}
.sendBtn input[type="submit"],.sendBtn input[type="button"]{
	width: 100%;
	text-align: center;
	height: 70px;
	line-height: 70px;
	background:transparent;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: .2em;
	border: none;
	cursor: pointer;
	transition: 0.2s ease-in-out;
}
.sendBtn input:hover[type="submit"],.sendBtn input:hover[type="button"]{
	letter-spacing: .4em;
}


.sendBtn__sub a{
	margin: 40px 0 30px 20px;
	display: block;
	text-align: center;
	color: #fff;
	background: #30c3bc;
	height: 70px;
	line-height: 70px;
	border-radius: 10px;
	float: left;
	width: 240px;
	font-size: 13px;
}
.sendBtn__sub a:hover{
	background: #0d9b94;
}
.en-US .sendBtn__sub a {
    line-height: 1.4;
    width: 240px;
    padding: 15px 0;
    box-sizing: border-box;
}

#refine{
	width: 100%;
    color: #ccc;
    font-size: 13px;
    box-sizing: border-box;
    padding: 10px;
    background: #5c5c5c;
    margin-top: -3px;
    border-radius: 0 5px 5px 5px;
}
.refineHotel__list{
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #777;
    background: #555
}
.refineHotel__list h4{
	font-size: 14px;
	font-weight: normal;
	color: #2ae3ff;
}
.refineHotel__list select{
	padding: 2px 5px;
	margin: 4px;
	font-size: 12px;
}
.refineHotel__list ul{
	display: flex;
	flex-wrap: wrap;
}
.refineHotel__list ul li{
	width: 200px;
}
.refineHotel__listClass ul li{
	width: auto;
	margin-right: 10px;
}
.refineHotel__listClass ul li label{
	color: #ffb400;
}
span#stay_alert_show {
    top: 235px;
    left: 176px;
}





/* 最近の検索履歴
----------------------------------------------------------*/
.topSearchLog{
	width: 330px;
	padding: 25px 15px;
	box-sizing: border-box;
	background: rgba(0,0,0,.5);
	z-index: 1;
	max-height: 480px;
	overflow-y: auto;
}
.topSearchLog__box{
	color: #fff;
}
.topSearchLog__box a{
	color: #fff;
}
.topSearchLog__box a:hover{
	opacity: .6;
}
.topSearchLog__box a.deleteLink{
	margin: 0 3px;
	text-decoration: none;
	color: #aaa;
}
.topSearchLog__area{
	font-size: 15px;
	font-weight: normal;
}
.topSearchLog__area a{
	text-decoration: underline;
}
.topSearchLog__term{
	font-size: 12px;
	line-height: 1.4;
	margin: 5px 0;
}
.topSearch__hotels{
	line-height: 1;
	padding-bottom: 5px;
	display: flex;
	align-items: center;
}
.topSearch__hotels img{
	margin-bottom: 10px;
	max-width: 63px;
	height: auto;
}
.topSearch__hotels p{
	margin: 0 0 0 10px;
	line-height: 1.4;
}







/* ニュース
==========================================================*/
.newsBox{
	width: 100%;
	background: #f4f4f4;
}
.newsDetail{
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	border-bottom: 1px dotted #ddd;
}
.newsImportant{
	background: #f0df6a;
	border: none;
}
.newsDetail a{
	color: #555;
	overflow: hidden;
	display: block;

}
.newsDetail a:hover{
	color: #ca1332;
	background: #fff;
	box-shadow: 0 4px 8px rgba(0,0,0,.1);
}
.newsDetail.newsImportant a{
	font-weight: bold;
}

.newsData{
	color: #888;
	font-size: 12px;
	float: left;
	margin: 0 20px 0 20px;
}
.newsImportant .newsData{
	color: #c0353b;
}
.newsDetail p{
	float: left;
}



.cateImportant{
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    background: #c0353b;
    padding: 5px 10px;
    margin: 0px 10px 0 0;
    display: inline-block;
    line-height: 1;
    transform: translate(0px,-1px);
    border-radius: 2px;
}
.cateNews{
    color: #555;
    font-size: 11px;
    font-weight: normal;
    background: #ddd;
    padding: 5px 10px;
    margin: 0px 10px 0 0;
    display: inline-block;
    line-height: 1;
    transform: translate(0px,-1px);
    border-radius: 2px;
}


/* Rikisha Easy REZ! の特徴
==========================================================*/
.about{

}
.about h2{
	color: #000;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: .1em;
	text-align: center;
	margin: 80px 0;
}


.aboutWrap{
	display: flex;
	flex-wrap: wrap;
}

.aboutBox{
	width: 410px;
	padding: 0 20px;
	box-sizing: border-box;
}
.aboutBox h3{
	font-size: 18px;
	font-weight: normal;
	color: #000;
	letter-spacing: .1em;
	text-align: center;
	padding: 20px 0 25px 0;
	position: relative;
}
.aboutBox h3::after{
	content: "";
	width: 85px;
	height: 2px;
	background: #ca1332;
	bottom: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}
.aboutIcon{
	text-align: center;
}
.aboutIcon img{
	width: 146px;
}
.aboutBox p{
	font-size: 13px;
	margin: 30px 0;
	padding: 0 10px;
}








