@charset "utf-8";
/* CSS Document */
/*
============================================================
*	top.css
============================================================
*/
* {
	box-sizing: border-box;
}
/* 検索ボックス
==========================================================*/
.kv{
	width: 100%;
	padding: 50px 0;
	background: url(../images/top/top_kv01.jpg) 50% 50% / cover no-repeat;
}
.kv_goto{
	background: url(../images/top/top_kv_goto.jpg) 50% 50% / cover no-repeat !important;
}
.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;
}


/* バナー
----------------------------------------------------------*/
.topBannerWrapper .topBannerBox{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin:25px auto;
	width: 1050px;
}

.topBannerWrapper .topBannerBox div{
	position: absolute;
	background: url(../images/common/new-icon.png);
	background-size: auto;
	background-size: cover;
	width: 70px;
	height: 70px;
	left: -24px;
	top: -24px;
	filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.2));
}
.topBannerWrapper .topBannerBox a:hover{
	opacity: 0.7;
}

.sideBannerWrapper .topBannerBox{
	width: 330px;
	padding: 0 7px 15px;
	box-sizing: border-box;
	background: rgba(0,0,0,.5);
	z-index: 1;
	min-height: 400px;
	max-height: 480px;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

.sideBannerWrapper .topBannerBox div{
	position: absolute;
	background: url(../images/common/new-icon.png);
	background-size: auto;
	background-size: cover;
	width: 70px;
	height: 70px;
	left: -10px;
	top: 0px;
	filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.2));
}
.sideBannerWrapper .topBannerBox a{
	display: block;
	margin: 0 !important;
	text-align: center;
}
.sideBannerWrapper .topBannerBox a:hover{
	filter: brightness(1.2);
}
.sideBannerWrapper .topBannerBox img{
	padding-top: 15px;
}

.topBannerBox img{
	width: auto;
	height: 150px;
}

.topBannerBox a{
	transition:all 0.3s ease;
	position: relative;
	margin: 0 8px;
}


/* 検索ボックス
----------------------------------------------------------*/
.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.2%;
}
.pinpointSelect__input  input[type="text"]{
	width: 100%;
	margin:0;
}



#areaHotelList,#freeAreaList,#freeHotelList,#pinpointList,#destinationList, #originList{
	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;}
#destinationList, #originList {
	top: 65px !important;
	left: 0px;
	width: 100%;
	display: none;
}
.iconDestinationList{
	width: 25px;
	margin: 5px;
}
.showDestinationList {
	display: block !important;
}
#areaHotelList a,#freeAreaList a,#freeHotelList a,#pinpointList a,#destinationList a,#originList 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,#destinationList a:hover, #originList a:hover{
	color: #fff;
	background: #ca1332;
}
#areaHotelListLoading,#freeAreaListLoading,#freeHotelListLoading,#pinpointListLoading{
	position: absolute;
	top: 119px;
}
#destinationLoading{
	position: absolute;
	right: 10px;
	top: 32px;
}
#originLoading{
	position: absolute;
	right: 10px;
	top: 32px;
}
#areaHotelListLoading img,#freeAreaListLoading img,#freeHotelListLoading img,#pinpointListLoading img, #destinationLoading img, #originLoading 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{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
}
.stayBox{
	margin: 20px 20px 20px 0;
	float: left;
	width: 570px;
	position: relative;
}
.en-US .stayBox {
	width: 550px;
}

.checkinContainer {
	display: flex;
	justify-content: space-between;
}

.checkinWrap {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.checkinContainer .form-date-trip > .checkinWrap:nth-child(1) {
	margin-top: 28px;
}

.checkinContainer .form-date-trip > .checkinWrap:nth-child(2) {
	margin-top: 24px;
}

/* 往路/復路 */
.checkinContainer .form-date-trip > .checkinWrap .tripTypeName {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background: #3F8467;
	border-radius: 9999px;
	margin-top: 5px;
}
.checkinContainer .form-date-trip > .checkinWrap:nth-child(2) .tripTypeName{
	position: relative;
}
.checkinContainer .form-date-trip > .checkinWrap:nth-child(2) .tripTypeName::after {
	position: absolute;
	transform-origin: top left;
	top: -50%;
	left: 50%;
	transform: translate(2px, 2px) rotate(90deg);
	content: "";
	display: block;
	width: 84px;
	height: 2px;
	background-image : linear-gradient(to right, #3F8467 2px, transparent 2px);
	background-size: 4px 2px;
}
#transfer .checkinWrap > .checkinBox{
	display: flex;
	align-items: flex-start;
	padding-right: 24px;
	margin-right: 24px;
	border-right: 1px solid #5A5D5D;
	position: relative;
}
#transfer .checkinWrap > .checkinBox .errorText{
	top: 0;
	left: 0;
}

.checkinBox{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	gap: 12px;
}
.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, #transfer_checkin, #transfer_checkout{
	margin-left: 0;
}

.checkIn__pulldown label {
  color: #fff;
	float: left;
	display: block;
	margin: 0 0 0 10px;
}

#transfer .stayBox {
  margin: 20px 20px 20px 0;
	position: relative;
}

#transfer .checkIn__pulldown label {
	/* for screen reader */
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

#transfer .checkIn__pulldown .labelForDisplay{
	color: #fff;
	display: block;
}

#transfer .checkIn__pulldown .checkIn__pulldownList {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
}
#transfer .checkIn__pulldown .checkIn__pulldownList > span {
	color: #fff;
	font-size: 14px;
}


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;
}

.memberInputWrap{
	display: flex;
	align-items: flex-start;
}

.form-child-trip{
	position: relative;
}

.form-child-trip .memberChild__select{
    margin: 30px 0 0 20px;
	padding: 0;
	border-bottom: 0
}

.form-child-trip .errorText {
	right: 0;
}

.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;
}

.pickupInformation {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 12px;
}

.pickupInformation .pickupInformationTitle {
	flex: none;
	padding: 8px 16px 8px 0;
	margin-right: 12px;
	border-right: 1px solid #5e5d5d;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

.boxLocation .pickupInformation .annotation {
	margin-top: 0;
}

#age_alert_show{left: 500px;top: 270px;}

.advanced_input {
	margin-bottom: 12px;
}

.advanced_input label {
	color: white;
	font-size: 15px;
}

.advanced_input label input {
	margin-right: 7px;
}

.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;
}

/* サービスタイプ
----------------------------------------------------------*/

.serviceType {
	padding-top: 20px;
	margin-top: 12px;
	border-top: 1px solid #5e5d5d;
	color: #fff;
}
.serviceType p {
	font-size: 14px;
	font-weight: bold;
}
.serviceType .serviceTypeList {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
}
.serviceType .serviceTypeItem {
	display: flex;
	align-items: center;
	gap: 4px;
}

.serviceType .serviceTypeItem input{
	inline-size: 18px;
	block-size: 18px;
	margin: 0;
}

.sendBtn{
	margin: 40px 0 30px;
	text-align: center;
	width: 63%;
	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: 25px;
	border-radius: 10px;
	float: left;
	width: 33%;
	font-size: 13px;
	padding-top: 10px;
	font-weight: bold;
}
.sendBtn__sub a:hover{
	background: #0d9b94;
}
.en-US .sendBtn__sub a {
	line-height: 1.4;
	width: 240px;
	padding: 15px 0;
	box-sizing: border-box;
}

.sendBtn__sub2 a{
	position: relative;
	margin: 40px 0 30px 20px;
	display: block;
	text-align: center;
	color: #fff;
	background: #ca1332;
	height: 60px;
	line-height: 25px;
	border-radius: 10px;
	float: left;
	width: 240px;
	font-size: 13px;
	padding-top: 10px;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 0.05em;
}
/* .sendBtn__sub2 a::before{
	content: "";
	position: absolute;
	top: -20px;
	left: -18px;
	width: 50px;
	height: 50px;
	background-image: url(../images/common/new-icon-white.png);
	background-size: contain;
	filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.2));
	z-index: 1;
} */
.sendBtn__sub2 a:hover{
	background: #B2122D;
}
.en-US .sendBtn__sub2 a {
	line-height: 1.4;
	width: 240px;
	padding: 15px 0;
	box-sizing: border-box;
}

#refine, #transfer_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;
}

.news_more {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	background: #fcfcfc;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

.news_more_icon {
	transition: 0.5s;
	transform: none;
	padding: 20px 10px;
}

.hided_news {
	display: none;
}

/* Rikisha Easy REZ! の特徴
==========================================================*/
.about{

}
.about h2{
	color: #000;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: .1em;
	text-align: center;
	margin: 80px 0px 30px 0px;
}


.aboutWrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.aboutBox{
	width: 370px;
	height: 410px;
	padding: 0 15px;
	box-sizing: border-box;
	box-shadow: 0px 3px 16px rgb(0 0 0 / 8%);
	margin:10px
}
.aboutBox h3{
	font-size: 18px;
	font-weight: normal;
	color: #000;
	letter-spacing: .1em;
	text-align: center;
	padding: 10px 0 25px 0;
	position: relative;
}
.aboutBox h3::after{
	content: "";
	width: 40px;
	height: 2px;
	background: #DDDDDD;
	bottom: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}
.aboutIcon{
	text-align: center;
	margin: 50px 0px 10px 0px;
	height: 110px;
}
.aboutIcon img{
	width: 146px;
}
.aboutIcon object{
	height:110px;
	width: 110px;
}
.aboutBox p{
	font-size: 13px;
	margin: 30px 0;
	padding: 0 10px;
}
.about_ex {
	width: 100%;
	text-align: center;
	color: #CA1832;
	font-size: 13px;
}
/* 未読お知らせ */
.unread_news {
	background: #fcc;
}
.unread_news_link {
	display: flex;
}
.unread_news_icon {
	height: 20px;
	width: 20px;
	vertical-align: middle;
	padding-left: 8px;
	padding-bottom: 3px;
	animation: blink 0.75s ease-in-out infinite alternate;
}
.unread_article {
	background: #fdd;
}
.unread_article_important {
	background: #f0bf6a;
}
.unread_tag {
	margin-left: 10px;
	background: gray;
	font-weight: bold;
}

/* Search box tab */
.searchBoxTabs{
	display: flex;
	gap: 4px;
	align-items: flex-end;
	height: 50px;
}
.searchTab{
	display: none;
}

.searchBoxTabs .btnSelectForm{
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 46px;
	padding: 5px 10px;
	border-radius: 4px 4px 0 0;
	color: #fff;
	background: #CA1332;
	transition: 0.2s ease-in-out;
}
.searchBoxTabs .btnSelectForm:hover{
	border-color: #fff;
}
.searchBoxTabs .btnSelectForm.active{
	height: 50px;
	background-color: rgba(0,0,0,0.8);
	border-color: #fff;
}

.boxLocation .topSearch__address{
	display: flex;
	gap: 10px;
	width: 772px;
	padding-top: 12px;
}
.boxLocation .topSearch__address .topSearchForm{
	width: 100%;
	position: relative;
}
.boxLocation .topSearch__address .topSearchForm .errorText{
	left: 0;
	top: 0;
}
.boxLocation .topSearch__address .pinpointSelect__input{
	position: relative;
}
.boxLocation .pinpointSelect__input label{
	color: #fff;
}

.boxLocation .annotation {
	margin-top: 16px;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
}

.boxLocation .annotation > span {
	display: inline-flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 12px;
}

.boxLocation .annotation > span::before {
	content: '※';
	display: inline-block;
}

.topSearch__time{
	margin: 20px 20px 20px 0;
	display: flex;
	gap: 10px;
}

.label_return_date{
	color: #fff;
}