@charset 'UTF-8';

/*------------------------------------------------
	検索エリア 2024/09/06
-------------------------------------------------*/
#search_gadget {
	border: 1px solid #DBDBDB;
	background-color: #ffffff;
	border-radius: 16px;
	padding: 40px;
}
/* search_gadget */
.search_gadget_wrap {
	margin: 0 auto;
	max-width: 360px;
	/*border-radius: 8px;*/
	font-size: 14px;
}
.search_gadget_wrap {
	/*padding: 2em;
	border: solid 1px #cccccc;
	background-color: #f5f5f5;*/
}
.search_gadget_header {
	font-size: 24px;
	font-weight: bold;
	font-weight: 700;
}
.search_gadget_list {
	margin: 16px 0 0;
}
.search_gadget_list li {
	/*height: 32px;*/
}
.search_gadget_list li+li {
	margin: 8px 0 0;
}
.inner_row {
	display: flex;
	align-items: center;
	height: 100%;
}
.inner_row .label_ttl {
	min-width: 70px;
}
.inner_row input {
	width: 100%;
	height: 100%;
}
.inner_row select {
	width: 100%;
	height: 40px;
	border-radius: 4px;
	position: relative;
	background-image: url("../images/select_ar01.webp");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 12px auto;
}
.search_gadget_list .departure-date{
	height: auto;
}
.inner_row_flex{
	width: 100%;
	padding: 0px 0;
}
.checkbox_block{
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 0 8px 0;
}
.checkbox_ttl{
	width: 100%;
}
.inner_row .checkbox_block input {
	width: 10%;
}
input[type="checkbox"] {
	width: 16px;
	height: 16px;
	border: 1px solid;
}
	.search_gadget_list .departure-date{
		/*height: 32px;*/
	}
	.inner_row_flex{
		/*display: flex;
		width: 100%;
		align-items: center;*/
	}
	.checkbox_block{
		/*width: 75%;*/
		padding: 0 0 0 0;
		margin-top: 4px;
	}
	.inner_row .checkbox_block input {
		/*width: 20%;*/
		margin-right: 4px;
	}
.search_category select {
	width: 100%;
	height: 40px;
}
.btn_search {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    background: transparent;
	margin: 25px 0 0;
	width: 100%;
    height: 40px;
	background-color: #D62121;
	border-radius: 4px;
	color: #ffffff;
	cursor: pointer;
	font-size: 16px;
	line-height: 1.0em;
	font-weight: bold;
}
.btn_search::before {
	content: "";
	display: inline-block;
	background-image: url("../images/cont02_icon_btn01.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 15px auto;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin-right: 3px;
}

/*--------------------------*/

/* Calendar Styles */
.datepicker-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    cursor: pointer;
}
.datepicker-wrapper input {
    height: 40px;
    width: 96%;
    padding-left: 32px;
	background-image: url("../images/select_ar01.webp");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 12px auto;
	background-color: #ffffff;
}
.calendar-icon {
    width: 16px;
    position: absolute;
    /*right: 3px;*/
	left: 4px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px; /* Adjust the size of the icon */
}
#useDaysCheckbox {
    display: block;
}
input[name='useDate'] {
    border: 1px solid #999;
    width: 100%;
    /*background: white;*/
}
input[name='useDate']:disabled {
    background: #F2F2F2;
}
.datepicker-wrapper input:focus + .calendar-icon {
    color: #007BFF;
}
/* Blue text for Saturdays */
.ui-datepicker-saturday .ui-state-default {
    color: blue;
}
/* Red text for Sundays */
.ui-datepicker-sunday .ui-state-default {
    color: red;
}
.ui-datepicker .highlight-date a {
    color: red;
}

/*--------------------*/

.searchH301 {
	font-size: 21px;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
.searchH301::before {
	content: "";
	display: inline-block;
	background-image: url("../images/cont02_tit_icon01.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px auto;
	width: 20px;
	height: 20px;
	margin-right: 4px;
	vertical-align: top;
	margin-top: 2px;
}
.searchBoxWrap01 {
	margin-top: 40px;
}
.searchBoxWrap01:first-child {
	margin-top: 0px;
}
.searchBtnFlex01 {
	display: flex;
	flex-wrap: wrap;
}
.searchBtnFlex01 li {
	width: 19%;
	margin: 0px 1.25% 10px 0px;
}
.searchBtnFlex01 li:nth-child(5n) {
	margin-right: 0px;
}

/*---------------------*/

.contBtn03 {
	position: relative;
	display: flex;
	align-items: center;
	text-align: left;
	box-sizing: border-box;
	width: 100%;
	height: 56px;
	border-radius: 8px;
	background-color: #0154A7;
	padding: 5px 24px 5px 15px;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: bold;
}
a.contBtn03:link {	color: #ffffff;	text-decoration: none;}
a.contBtn03:visited {	color: #ffffff;	text-decoration: none;}
a.contBtn03:hover {	color:#ffffff;	text-decoration: none;}
a.contBtn03:active {	color:#ffffff;	text-decoration: none;}

.contBtn03::after {
	content: "";
	background-image: url("../images/cont02_btn_ar01.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px auto;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.searchBtnFlex02 {
	display: flex;
	flex-wrap: wrap;
}
.searchBtnFlex02 li {
	width: 24.06%;
	margin: 0px 1.25% 10px 0px;
}
.searchBtnFlex02 li:nth-child(4n) {
	margin-right: 0px;
}

/*-------------------*/

.searchBlock01 .page-wrap {
	width: 844px;
}

/*-------------------*/

.contBtn03 .s01 {
	font-size: 12px;
}


@media screen and (max-width: 999px) {

	.searchBlock01 .page-wrap {
		width: auto;
	}
	/*-------------------*/

	.contBtn03 .s01 {
		font-size: 10px;
		font-feature-settings: "palt";
	}

}


@media screen and (max-width: 749px) {

	/*------------------------------------------------
		検索エリア 2024/09/06
	-------------------------------------------------*/
	#search_gadget {
		border: none;
		background-color: transparent;
		border-radius: 0px;
		padding: 0px;
	}
	/* search_gadget */
	.search_gadget_wrap {
		margin: 0 auto;
		max-width: 360px;
		/*border-radius: 8px;*/
		font-size: 14px;
	}
	.search_gadget_wrap {
		/*padding: 2em;
		border: solid 1px #cccccc;
		background-color: #f5f5f5;*/
	}
	.search_gadget_header {
		font-size: 24px;
		font-weight: bold;
		font-weight: 700;
	}
	.search_gadget_list {
		margin: 16px 0 0;
	}
	.search_gadget_list li {
		/*height: 32px;*/
	}
	.search_gadget_list li+li {
		margin: 8px 0 0;
	}
	.inner_row {
		display: flex;
		align-items: center;
		height: 100%;
	}
	.inner_row .label_ttl {
		min-width: 70px;
	}
	.inner_row input {
		width: 100%;
		height: 100%;
	}
	.inner_row select {
		width: 100%;
		height: 40px;
		border-radius: 4px;
		position: relative;
		background-image: url("../images/select_ar01.webp");
		background-repeat: no-repeat;
		background-position: right 10px center;
		background-size: 12px auto;
	}
	.search_gadget_list .departure-date{
		height: auto;
	}
	.inner_row_flex{
		width: 100%;
		padding: 0px 0;
	}
	.checkbox_block{
		display: flex;
		align-items: center;
		width: 100%;
		height: 100%;
		padding: 0 0 8px 0;
	}
	.checkbox_ttl{
		width: 100%;
	}
	.inner_row .checkbox_block input {
		width: 10%;
	}
	input[type="checkbox"] {
		width: 16px;
		height: 16px;
		border: 1px solid;
	}
		.search_gadget_list .departure-date{
			/*height: 32px;*/
		}
		.inner_row_flex{
			/*display: flex;
			width: 100%;
			align-items: center;*/
		}
		.checkbox_block{
			/*width: 75%;*/
			padding: 0 0 0 0;
			margin-top: 4px;
		}
		.inner_row .checkbox_block input {
			/*width: 20%;*/
			margin-right: 4px;
		}
	.search_category select {
		width: 100%;
		height: 40px;
	}
	.btn_search {
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
			padding: 0;
			border: none;
			background: transparent;
		margin: 25px 0 0;
		width: 100%;
			height: 40px;
		background-color: #D62121;
		border-radius: 4px;
		color: #ffffff;
		cursor: pointer;
		font-size: 16px;
		line-height: 1.0em;
		font-weight: bold;
	}
	.btn_search::before {
		content: "";
		display: inline-block;
		background-image: url("../images/cont02_icon_btn01.webp");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 15px auto;
		width: 15px;
		height: 15px;
		vertical-align: middle;
		margin-right: 3px;
	}

	/*--------------------------*/

	/* Calendar Styles */
	.datepicker-wrapper {
			position: relative;
			display: inline-block;
			width: 100%;
			cursor: pointer;
	}
	.datepicker-wrapper input {
			height: 40px;
			width: 96%;
			padding-left: 32px;
		background-image: url("../images/select_ar01.webp");
		background-repeat: no-repeat;
		background-position: right 10px center;
		background-size: 12px auto;
		background-color: #ffffff;
	}
	.calendar-icon {
			width: 16px;
			position: absolute;
			/*right: 3px;*/
		left: 4px;
			top: 50%;
			transform: translateY(-50%);
			cursor: pointer;
			font-size: 18px; /* Adjust the size of the icon */
	}
	#useDaysCheckbox {
			display: block;
	}
	input[name='useDate'] {
			border: 1px solid #999;
			width: 100%;
			/*background: white;*/
	}
	input[name='useDate']:disabled {
			background: #F2F2F2;
	}
	.datepicker-wrapper input:focus + .calendar-icon {
			color: #007BFF;
	}
	/* Blue text for Saturdays */
	.ui-datepicker-saturday .ui-state-default {
			color: blue;
	}
	/* Red text for Sundays */
	.ui-datepicker-sunday .ui-state-default {
			color: red;
	}
	.ui-datepicker .highlight-date a {
			color: red;
	}

	/*--------------------*/

	.searchH301 {
		font-size: 21px;
		line-height: 1.2em;
		font-weight: bold;
		margin-bottom: 20px;
		text-align: center;
	}
	.searchH301::before {
		content: "";
		display: inline-block;
		background-image: url("../images/cont02_tit_icon01.webp");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 20px auto;
		width: 20px;
		height: 20px;
		margin-right: 4px;
		vertical-align: top;
		margin-top: 2px;
	}
	.searchBoxWrap01 {
		margin-top: 40px;
	}
	.searchBoxWrap01:first-child {
		margin-top: 0px;
	}
	.searchBtnFlex01 {
		display: flex;
		flex-wrap: wrap;
	}
	.searchBtnFlex01 li {
		width: 31.45%;
		margin: 0px 2.82% 10px 0px;
	}
	.searchBtnFlex01 li:nth-child(3n) {
		margin-right: 0px;
	}
	.searchBtnFlex01 li:nth-child(5n) {
		margin-right: 2.82%;
	}

	/*---------------------*/

	.contBtn03 {
		position: relative;
		display: flex;
		align-items: center;
		text-align: left;
		box-sizing: border-box;
		width: 100%;
		height: 56px;
		border-radius: 8px;
		background-color: #0154A7;
		padding: 5px 32px 5px 15px;
		font-size: 16px;
		line-height: 1.2em;
		font-weight: bold;
	}
	a.contBtn03:link {	color: #ffffff;	text-decoration: none;}
	a.contBtn03:visited {	color: #ffffff;	text-decoration: none;}
	a.contBtn03:hover {	color:#ffffff;	text-decoration: none;}
	a.contBtn03:active {	color:#ffffff;	text-decoration: none;}

	.contBtn03::after {
		content: "";
		background-image: url("../images/cont02_btn_ar01.webp");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 16px auto;
		width: 16px;
		height: 16px;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
	}

	.searchBtnFlex02 {
		display: flex;
		flex-wrap: wrap;
	}
	.searchBtnFlex02 li {
		width: 48.6%;
		margin: 0px 2.8% 10px 0px;
	}
	.searchBtnFlex02 li:nth-child(4n) {
		margin-right: 0px;
	}
	.searchBtnFlex02 li:nth-child(2n) {
		margin-right: 0px;
	}

	/*-------------------*/

	.searchBlock01 .page-wrap {
		width: auto;
	}

	/*-------------------*/

	.contBtn03 .s01 {
		font-size: 10px;
	}




}

/* 240918 */



@media screen and (min-width: 1000px) {
	.searchBlock01 .page-wrap {
		width: 884px;
	}
}

@media screen and (max-width: 749px) {
    #search_gadget {
        border: 1px solid #DBDBDB;
		background-color: #ffffff;
        border-radius: 4px;
        padding: 1.6em;
    }
}
@media screen and (max-width: 749px) {
    .search_gadget_list {
        margin: 0;
    }
}



/* 240926 */
.comingsoon_btn {
	position: relative;
}
.comingsoon_btn::after {
    content: 'Coming soon';
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #f40000;
    border: #f40000 solid 2px;
    font-size: 21px;
    font-weight: bold;
    border-radius: 6px;
    padding: 4px;
}

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

@media screen and (max-width: 749px) {
    .searchBtnFlex02 {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}
.btn_off {
    pointer-events: none;
}