@charset "utf-8";

.d_formBox .d_formflex, .d_formBox.d_formflex{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.d_formBox .d_searchType{
	width: calc(37.5% - 20px);
	min-width: 350px;
	margin-top: 5px;
}
.d_formBox .d_searchType:first-child{
	margin-right: 20px;
}
.d_formBox .d_searchType:nth-child(3){
	width: calc(25% - 20px);
	min-width: 230px;
}
.d_formBox .d_searchType .d_ico-radio{
	width: 50%;
	margin: 0 auto;
	background-color: #fff;
	border: #ddd 2px solid;
}
@media screen and (max-width: 827px){
	.d_formBox.d_formflex{
		flex-direction: column;
	}
	.d_formBox .d_searchType{
		width: 100% !important;
		min-width: auto;
	}
	.d_formBox .d_searchType:not(:first-child){
		margin-top: 15px;
	}
}
.d_formBox .d_searchType .d_ico-radio:first-child{
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.d_formBox .d_searchType .d_ico-radio:last-child{
	border-left: none;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.d_formBox .d_searchType .d_ico-radio input{
	position: absolute;
	left: -9999px;
}
.d_formBox .d_searchType .d_ico-radio label{
	border-radius: 0 4px 0 0;
	display: flex;
	width: 100%;
	align-items: center;
	height: 100%;
	min-height: 2.5em;
	vertical-align: middle;
	padding-left: 34px !important;
	position: relative;
	padding-right: 10px;
	font-size: 0.9em;
}
.d_formBox .d_searchType .d_ico-radio input:checked + label{
	background-color: #F0F1F4;
}
.d_formBox .d_searchType .d_ico-radio label:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5px;
	width: 20px;
	height: 20px;
	content: "";
	border: 1px solid #ccc;
	border-radius: 13px;
	background: #fff;
	box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
	margin: auto;
}
.d_formBox .d_searchType .d_ico-radio input:checked + label:before {
	left: 11px;
	width: 8px;
	height: 8px;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 0 0 6px #13448f;
}
.d_formBox .d_searchType .d_ico-radio input[type=radio]:focus+label {
	outline: 2px solid #b2b2b2!important;
}
.d_btnSearch.d_btnSearchCenter{
	float:none;
	width: calc( 50% + 100px );
}
.d_formBox .d_multipleRoutes{
	padding-left: 10px;
	display: table-cell;
}
.d_formBox .d_singleRoute {
	padding: 10px 0;
	display: block;
	background-image: linear-gradient(to right, #d3d3d3, #d3d3d3 3px);
	background-size: 3px 1px;
	background-position: center;
	background-repeat: repeat-x;
	position: relative;
}
.d_formBox .d_multipleRoutes,
.d_formBox .d_singleRoute {
	font-size: 1em;
	vertical-align: bottom;
}
.d_formBox .d_multipleRoutes a,
.d_formBox .d_singleRoute a {
	display: block;
	padding: 7px 32px 7px 0;
	position:relative;
	color: #00146e;
}
.d_formBox .d_singleRoute a {
	display: inline;
	background: #eee;
}
.d_formBox .d_multipleRoutes a:before{
	background-color: #13448f;
	background-size: 12px 2px;
}
.d_formBox .d_multipleRoutes a:after{
	background-size: 2px 12px;
}
.d_formBox .d_singleRoute a:after{
	background-color: #13448f;
	background-size: 12px 2px;
}
.d_formBox .d_multipleRoutes a:before,
.d_formBox .d_multipleRoutes a:after,
.d_formBox .d_singleRoute a:after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 5px;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	box-sizing: border-box;
	background-image: linear-gradient(0deg,transparent,#fff 0);
	background-repeat: no-repeat;
	background-position: 50%;
	content: " ";
}
.d_formBox .d_multipleRoutes a:hover,
.d_formBox .d_singleRoute a:hover{
	text-decoration:none;
}

.d_formBox .d_multipleRoutes a:hover span,
.d_formBox .d_singleRoute a:hover span {
	text-decoration:underline;
}
.d_formBox.d_secondBox.d_hidden {
	display: none !important;
}
.d_majorAirport dt span{
	font-weight: bold;
}
.d_formBox input[type="text"][aria-describedby*="-error"]{
	background: #feeeef;
	border: #da0000 1px solid;
}
.d_formBox input[type="text"][aria-describedby*="-error"] ~ div[id*="error"] {
	display: block;
}
.d_formBox input[type="text"][aria-describedby*="-undefined"]{
	background: #feeeef;
	border: #da0000 1px solid;
}
.d_formBox input[type="text"][aria-describedby*="-undefined"] ~ div[id*="undefined"] {
	display: block;
}
.d_formBox .d_btnSearch button[type="submit"]:disabled{
	background-color: #ccc;
	border: 0;
	pointer-events: none;
}

@media print, screen and (max-width: 570px){
	.d_patternTablet .d_modalTitle{
		height: 2em;
		position: relative;
		margin: 0;
		padding: 0;
		background: #057cc0 !important;
	}
	.d_patternTablet .d_modalTitle span{
		position: absolute;
		top: 50%;
		left: calc( 50% - 10px );
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		width: calc( 100% - 50px );
		text-align: left;
		color: #fff;
	}
	.d_patternTablet .d_modalClose{
		top: calc( (2em - 20px) / 2);
	}
	.d_patternTablet .d_airportList{
		height: 100%;
		padding-bottom: 0;
	}
	.d_patternTablet caption{
		caption-side: top;
	}
	.d_patternTablet .d_country, .d_patternTablet .d_airport{
		width: 100% !important;
		width: 100vw !important;
		-webkit-transition: -webkit-transform 0.5s;
		transition: -webkit-transform 0.5s;
		transition: transform 0.5s;
		transition: transform 0.5s, -webkit-transform 0.5s;
	}
	.d_patternTablet .d_country{
		transform: translate(0%, 0px);
		overflow-x: hidden;
		min-height: 0;
		-webkit-overflow-scrolling: touch;
		background: transparent;
		padding-bottom: 0px;
		overflow-y: auto;
		height: calc(100vh - 2em - 5px);
	}
	.d_patternTablet .d_airport{
		transform: translate(100%, 0);
		padding: 0;
		position: absolute;
		top: calc( 2.5em - 1px ) !important;
		margin-bottom: 0;
	}
	.d_patternTablet .d_airport .d_airportSection{
		overflow-y: auto;
	}
	.d_patternTablet .d_country.is-hidden{
		-webkit-transform: translate(-100%, 0px);
		-ms-transform: translate(-100%, 0px);
		transform: translate(-100%, 0px);
	}
	.d_patternTablet .is-hidden + .d_airport{
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.d_patternTablet .is-hidden + .d_airport .d_airportSection{
		max-height: none;
		padding-bottom: 0;
		padding-right: 0;
	}
	.d_patternTablet.m_airportListTable .d_moduleModalContents{
		height: calc(100vh - 2em);
		position: static;
	}
	.d_patternTablet .mod-airport-area-title.modal-sub-text{
		position: absolute;
		top: calc(1px - 2.5em);
		display: table;
		margin-left: -1px;
	}
	.d_patternTablet .mod-airport-area-title.modal-sub-text a:before{
		display: inline-block;
		width: 1rem;
		height: 1rem;
		content: '';
		transform: rotate(45deg);
		vertical-align: middle;
		border-bottom: 2px solid #333;
		border-left: 2px solid #333;
		margin: -2px 8px 0 15px;
	}
	.d_patternTablet .mod-airport-area-title.modal-sub-text a{
		width: 100vw;
		background: #E7E7E7;
		color: #333;
		display: flex;
		height: 3.7rem;
		position: relative;
		cursor: pointer;
		align-items: center;
		line-height: 1.2;
		padding-right: 5px
	}
	.d_patternTablet .d_majorAirport dt,
	.d_patternTablet .d_otherAirport dt,
	.d_patternTablet .d_airportSection h4.d_airportIndex{
		background: #333;
		font-weight: bold;
		height: calc(2.5em - 1px);
		position: relative;
	margin: 0;
	}
	.d_patternTablet .d_majorAirport dt span,
	.d_patternTablet .d_otherAirport dt span,
	.d_patternTablet .d_airportSection h4.d_airportIndex span{
		position: absolute;
		top: 50%;
		left: calc( 50% - 10px );
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		width: calc( 100% - 50px );
		text-align: left;
		color: #fff;
		font-weight: bold;
	}
	.d_patternTablet .d_country ul{
		margin:0;
	}
	.d_patternTablet .d_country li a,
	.d_patternTablet .d_airportSection li a {
		display: flex !important;
		align-items: center;
		min-height: 39px;
		border-bottom: #CFCFCF 1px solid;
		line-height: 1;
		margin: 0;
		padding: 0px 18px;
		font-size: 1.2em;
		background: #fff;
		color: #393939;
		font-weight: normal;
	}
	.d_patternTablet .d_country li a{
		padding-right: 35px;
		position: relative;
	}
	.d_patternTablet .d_country li a:before{
		content: "";
		left: auto;
		z-index: 1;
		display: inline-block;
		width: 6px;
		height: 6px;
		border-top: 2px solid #555;
		border-right: 2px solid #555;
		transform: rotate(45deg);
		right: 20px;
		position: absolute;
	}
	.d_patternTablet .d_country li a:hover,
	.d_patternTablet .d_airportSection li a:hover,
	.d_patternTablet .mod-airport-area-title.modal-sub-text a:hover{
		background: #e2e8f7;
	}
	.d_patternTablet .d_airportSection .m_airportAncer>li a {
		border-bottom: #fff 1px;
	}
	.d_patternTablet .d_airportSection li{
		width: 100%;
	}
	.d_patternTablet .d_airportSection ul{
		padding-bottom:0;
	}
	.d_patternTablet .d_majorAirport{
		margin:0;
		border-bottom: 0;
	}
	.d_patternTablet ul.d_airportAncer li{
		width: auto
	}
	.d_patternTablet .d_country li a:focus,
	.d_patternTablet .d_airportSection li a:focus,
	.d_patternTablet .mod-airport-area-title.modal-sub-text a:focus{
		outline: 0 !important;
		position: relative;
	}
	.d_patternTablet .d_country li a:focus:after,
	.d_patternTablet .d_airportSection li a:focus:after,
	.d_patternTablet .mod-airport-area-title.modal-sub-text a:focus:after{
		content: "";
		position: absolute;
		outline: solid 2px #B2B2B2;
		content: " ";
		height: calc( 100% - 4px );
		width: calc( 100% - 6px );
		left: 2px;
		top: 2px;
	}
}
@media print, screen and (min-width: 571px){
	.d_modalTitle span{
		font-weight: bold;
	}
	.mod-airport-area-title.modal-sub-text,
	.d_otherAirport.m_otherAirport dt{
		display:none;
	}
	.d_airportSection h4.d_airportIndex span{
		float: none;
		font-weight: bold;
	}
}
.d_moduleInner .d_routeTitle{
	font-size: 1.142em;
	font-weight: bold;
	padding: 8px 0 16px 0;
}
.d_formBox .d_ddTitle{
	font-weight: bold;
}
.d_formBox .d_dateIcon{
	top: 0.7em;
	bottom: auto;
}
.d_formBox .d_clearButton{
	top: calc(1.15em - 13px);
	bottom: auto;
}
.d_formBox .d_locationIcon{
	top: calc( 1.15em - 12px);
	bottom: auto;
}
.d_formBox .m_validateError{
	display: none;
	color: #e80000;
	font-weight: bold;
}
.d_moduleModalMask.d_patternPC,
.d_moduleModal.d_patternPC {
	z-index: 9999999999;
}
.d_moduleModalMask.d_patternPC,
.d_moduleModal.d_patternPC {
	z-index: 9999999999;
}
.d_moduleInner .selectError{
	color: #e80000;
	font-weight: bold;
	margin-top: -10px;
	padding-bottom: 8px;
}
@media print, screen and (max-width: 1024px){
	.d_formBox input{
		font-size: 1.143em;
	}
	.d_moduleModal.d_patternTablet{
		height: 100%;
	}
	.d_patternTablet .d_moduleModalContents{
		height: calc( 100vh - 2em );
	}
	.d_patternTablet .d_calendar .d_month{
		max-width: 481px;
		width:auto;
	}
	.d_patternTablet .d_calendar{
		padding-bottom: 80px;
	}
}
@media print, screen and (max-width: 827px){
	.d_moduleLarge .d_btnSearch{
		margin: auto;
	}
}
@media screen and (max-width: 570px){
	
	.japan-travel-planner .d_moduleArea > .d_moduleContents > .d_moduleInner{
		display: block !important;
	}
	.japan-travel-planner .d_patternTablet .mod-airport-area-title.modal-sub-text a{
		height: 2.5rem;
	}
	.japan-travel-planner .d_bookingLink{
		display:none !important;
	}
}

@media screen and (max-width: 1024px){
	.japan-travel-planner ~ .d_patternTablet .explanation-hodiday {
		margin-bottom: -54px;
	}
}

.japan-travel-planner .d_btnSearch .disabled{
	pointer-events: none;
	background-color: #ccc !important;
	border: 0 !important;
}