/* Main visual */
.main-visual {
	position: relative;
	background: url('/guide/prepare/weather/images/bg_weather_forecast.jpg') center / cover no-repeat;
}

.main-visual:after {
	position: absolute;
	opacity: 0.7;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.41) 41%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(41%, rgba(255,255,255,0.41)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.41) 41%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.41) 41%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.41) 41%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.41) 41%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
	content: '';
}

.main-visual .mv-inner {
	position: relative;
	z-index: 5;
	max-width: 990px;
	width: 100%;
	margin: 0 auto;
	padding: 180px 20px 40px;
}

.main-visual h1 {
	font-size: 40px;
	color: #fff;
}

.main-visual .lead-text {
	font-size: 20px;
	color: #fff;
}

.disclaimer {
	margin-bottom: 20px;
	color: #333;
	font-size: 16px;
	text-align: right;
}

.default-stamp {
	display: none;
}

.timestamp {
	text-align: right;
	font-size: 16px;
	color: #333;
	margin-bottom: 15px;
}

/* Map tab navigation*/

.flight-nav-container {
	position: relative;
	margin-top: 20px;
	margin-bottom: 5px;
}

.flight-nav-container ul {
	position: relative;
	z-index: 2;
	text-align: center;
	font-size: 0;
}

.flight-nav-container ul li {
	display: inline-block;
}

.flight-nav-container ul li:first-child {
	margin-right: 50px;
}

.flight-nav-container ul li a {
	display: block;
	font-size: 18px;
	padding: 5px;
	color: #333;
	text-decoration: none;
	outline: none;
}

.flight-nav-container ul li.active a {
	font-weight: bold;
   border-bottom: 3px solid #d1d3d7;
}

/* Map tab container */
.map-container {
	border-top: 1px solid #d1d3d7;
	padding-top: 30px;
}

.map-container .map-item {
	/* display: none; */
}

.map-container .map-item.active {
	display: block;
}

.map-container .map-details {
	position: relative;
	margin-bottom: 10px;
}

.map-details .map-points {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.map-details .map-points li a {
	display: block;
	position: relative;
	text-decoration: none;
	outline: none;
	text-align: center;
}

.map-points li a .p-name {
	display: block;
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
	line-height: 1;
	letter-spacing: 5px;
	padding-left: 5px;
}

.map-points.english li a .p-name {
	letter-spacing: 0;
	padding-left: 0;
	font-size: 13px;
	margin-bottom: 2px;
}

.map-points li a .p-name.condensed {
	letter-spacing: 0;
	padding-left: 0;
}

.map-points li a .weather-icon {
	display: block;
	background-color: #fff;
	border: 1px solid #d4d8db;
	text-align: center;
	padding: 5px 0 3px;
	/* width: 96px; */
	margin: 0 auto;
}

.map-points li a .weather-icon img {
	width: 43%;
	max-width: 40px;
}

.map-points li {
	position: absolute;
	text-align: center;
}

#map-domestic .map-points li {
	max-width: 75px;
	width: 8.28%;
}

#map-domestic .map-points li.sapporo {top: 10.6%;left: 53.5%;}
#map-domestic .map-points li.naha {top: 17.7%;left: 22.8%;}
#map-domestic .map-points li.niigata {top: 33.5%;left: 49.2%;}
#map-domestic .map-points li.sendo {top: 41.5%;left: 65.2%;}
#map-domestic .map-points li.kanazawa {top: 48.3%;left: 42.45%;}
#map-domestic .map-points li.tokyo {top: 56.9%;left: 61.6%;}
#map-domestic .map-points li.hiroshima {top: 55.1%;left: 32.9%;}
#map-domestic .map-points li.nagoya {top: 65.4%;left: 52.1%;}
#map-domestic .map-points li.osaka {top: 70.3%;left: 43.2%;}
#map-domestic .map-points li.fukuoka {top: 65.3%;left: 20.6%;}
#map-domestic .map-points li.kochi {top: 75.7%;left: 34.2%;}
#map-domestic .map-points li.kagoshima {top: 81.3%;left: 20.45%;}

#map-international .map-points li {
	max-width: 160px;
	width: 21%;
	max-height: 161px;
	border: 1px solid #d3d8db;
}

#map-international .map-points li span.text {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	min-height: 47%;
	padding: 8px 6px;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	font-size: 13px;
	letter-spacing: 0px;
	text-align: left;
	line-height: 1.35;
	word-break: break-all;
}

 @media all and (-ms-high-contrast:none) {
	#map-international .map-points li span.text,
	*::-ms-backdrop, #map-international .map-points li span.text {
		word-break: normal;
	}
}

@-moz-document url-prefix() {
  #map-international .map-points li span.text {
   	word-break: normal;
  }
}

#map-international .map-points li span.text:after {
	display: block;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform: rotate(45deg) translateY(-50%);
	-moz-transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
	-o-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	content: '';
	width: 6px;
	height: 6px;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}

#map-international .map-points li.europe {top: 35.6%;left: 7.95%;}
#map-international .map-points li.china {top: 27.1%;left: 34.5%;}
#map-international .map-points li.america {top: 32.7%;left: 62.8%;}
#map-international .map-points li.asia {top: 57.8%;left: 27%;}
#map-international .map-points li.hawaii {top: 57%;left: 53.2%;}

.forecast-wrapper {
	margin-bottom: 50px;
}

.forecast-wrapper.open .weather-content-wrapper{
	display: block;
}

/* Select form */
.form-result {
	text-align: center;
	margin-bottom: 20px;
	user-select: none;
	-webkit-user-select: none;
}

.form-result .label {
	display: inline-block;
	margin-right: 20px;
	font-size: 18px;
}

.form-result .form-select {
	position: relative;
	display: inline-block;
	max-width: 600px;
	width: 100%;
	text-align: left;
}

.form-select .selected-text {
	position: relative;
	border: 1px solid #dddede;
	background-color: #fff;
	cursor: pointer;
	box-shadow: 0px 0px 5px #d1d3d7;
	z-index: 3;
}

.form-select .selected-text:after {
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	width: 10px;
	height: 10px;
	border-right: 2px solid #333;
	border-top: 2px solid #333;
	margin-right: 0.5em;
	-webkit-transform: translateY(-50%) rotate(135deg);
	-moz-transform: translateY(-50%) rotate(135deg);
	-ms-transform: translateY(-50%) rotate(135deg);
	-o-transform: translateY(-50%) rotate(135deg);
	transform: translateY(-50%) rotate(135deg);
	content: "";
}

.form-select .selected-text.active:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.form-select .selected-text,
.select-main-location a {
	display: block;
	padding: 18px 20px 12px;
	color: #333;
	font-size: 16px;
	line-height: 16px;
	line-height: 1;
	text-decoration: none;
	outline: 0;
}

.form-select .select-main-location {
	display: none;
	position: absolute;
	z-index: 5;
	width: 100%;
	margin-top: -1px;
	background-color: #fff;
	cursor: pointer;
	box-shadow: 0px 0px 5px #d1d3d7;
	border-width: 2px 1px 1px 1px;
	border-color: #dddede;
	border-top-color: #00aff0;
	border-style: solid;
}

.form-select .select-main-location.open {
	display: block;
}

.select-main-location li {
	cursor: default;
}

.select-main-location li.region-text {
	display: none;
}

.select-main-location > li > a {
	display: block;
	background-color: #f0f3f8;
	max-width: 230px;
}

.select-main-location li {
	border-bottom: 1px solid #e5e5e5;
}

.select-main-location > li:last-child,
.select-main-location .sub-location .mCSB_vertical li:last-child {
	border-bottom: 0;
}

.select-main-location > li.active {
	border-left: 12px solid #f0f3f8;
	background-color: #fff;
}

.select-main-location > li.active a {
	background-color: #fff;
}

.select-main-location > li.active > .sub-location {
	display: block;
}

.select-main-location .menu-header {
	display: none;
}

.select-main-location .sub-location {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 230px);
	height: 100%;
	margin-left: 230px;
	background-color: #fff;
}

.mCS-custom-theme.mCSB_scrollTools {
	padding: 5px 0;
}

.mCS-custom-theme.mCSB_inside > .mCSB_container {
	margin-right: 0;
	border-right: 18px solid #fff;
}

.mCS-custom-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #00aff0;
	width: 6px;
}

.mCS-custom-theme.mCSB_scrollTools .mCSB_draggerContainer {
	top: 5px;
	bottom: 5px;
}

.mCS-custom-theme.mCSB_scrollTools .mCSB_draggerRail {
	background-color: white;
}

/*
.select-main-location .sub-location::-webkit-scrollbar {
	width: 6px;
	right: 4px;
}

.select-main-location .sub-location::-webkit-scrollbar-track {
	background-color: #eef3f7;
	height: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 6px;
	background-clip: content-box;
}

.select-main-location .sub-location::-webkit-scrollbar-thumb {
	background-color: #00aff0;
	border-radius: 6px;
}

.select-main-location .sub-location::-webkit-scrollbar-button {
	background-color: #fff;
	height: 8px;
	width: 8px;
}*/

.select-main-location .sub-location a {
	background-color: #fff;
	position: relative;
	padding-left: 35px;
}

.select-main-location .sub-location a:hover,
.select-main-location .sub-location a:active,
.select-main-location .sub-location a:focus {
	text-decoration: underline;
}

.select-main-location .sub-location a:before {
	display: block;
	position: absolute;
	left: 20px;
	top: 48%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	content: '';
	width: 5px;
	height: 5px;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
}

.weather-content-wrapper {
	display: none;
}

.forecast-wrapper .weather-forecast {
	padding: 30px 20px;
	border: 1px solid #d1d3d7;
}

.weather-forecast .forecast-title {
	font-size: 30px;
	color: #000;
	margin-bottom: 25px;
	display: inline-block;
}

.weather-forecast .forecast-title:after {
	padding-top: 10px;
	display: block;
	width: 100%;
	border-bottom: 3px solid #00aff0;
	content: '';
}

.weather-forecast .forecast-per-day {
	margin-bottom: 100px;
}

.weather-forecast .forecast-per-day:last-child {
	margin-bottom: 0;
}

.weather-forecast .forecast-day .day {
	font-size: 24px;
	color: #000;
	margin-bottom: 15px;
}

.weather-forecast .forecast-day .date {
	font-size: 20px;
	color: #000;
	margin-bottom: 10px;
}

.weather-forecast .forecast-day .weather-desc {
	text-transform: capitalize;
}

.forecast-details:after {
	display: table;
	clear: both;
	content: '';
}

.forecast-details .thumb {
	max-width: 217px;
	width: 100%;
	float: left;
	margin-right: 20px;
	font-size: 0;
}

.forecast-details .thumb .img {
	border: 1px solid #d3d8db;
	margin-bottom: 10px;
}

.forecast-details .thumb .weather-temps:after {
	display: table;
	clear: both;
	content: '';
}

.forecast-details .thumb .weather-temps .temp-high,
.forecast-details .thumb .weather-temps .temp-low {
	float: left;
	text-align: center;
	font-size: 20px;
	width: 50%;
	line-height: 1.2em;
}

.forecast-details .thumb .weather-temps .temp-high { color: #da0303; }

.forecast-details .thumb .weather-temps .temp-low { color: #13448f; }


.forecast-details .thumb .weather-temps .temp-high span,
.forecast-details .thumb .weather-temps .temp-low span {
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
}

.forecast-details .table {
	max-width: calc(100% - 237px);
	width: 100%;
	float: left;
}

.forecast-details .forecast-table tr[data-week='icon'] td img {
	height: 41px;
}

.forecast-details .forecast-table.pc-only { display: table; }
.forecast-details .forecast-table.sp-only { display: none; }

.forecast-details .forecast-table {
	width: 100%;
	font-size: 16px;
	color: #333;
	text-align: center;
}

.forecast-details .forecast-table th,
.forecast-details .forecast-table td {
	padding: 8px 0;
	line-height: 1em;
	vertical-align: middle;
}

.forecast-details .forecast-table th {
	width: 20%;
	padding: 10px 0;
	text-align: center;
	border-top: 1px solid #d5d6da;
	border-bottom: 1px solid #d5d6da;
	background-color: #f0f3f8;
	font-weight: 600;
}

.forecast-details .forecast-table tr:first-child td {
	border-top: 1px solid #d5d6da;
}

.forecast-details .forecast-table td {
	border-bottom: 1px solid #d5d6da;
}

.forecast-details .forecast-table span.temp-high,
.forecast-details .forecast-table span.temp-low {
	display: block;
}

.forecast-details .forecast-table span.temp-high {
	color: #da0303;
	margin-bottom: 5px;
}

.forecast-details .forecast-table span.temp-low {
	color: #13448f;
}

.forecast-details .forecast-table.daily-weather th,
.forecast-details .forecast-table.daily-weather td {
	padding: 20px 0;
}

.forecast-details .forecast-table tr.nopad td {
	padding: 0;
}

.no-data-wrapper {
	border: 1px dashed #e4e4e4;
	padding: 50px;
	text-align: center;
	text-transform: uppercase;
	color: #b7b7b7;
	margin-bottom: 25px;
}

.modal-wrapper {
	display: none;
}

.weather-legend {
	display: block;
	font-size: 0;
	text-align: right;
}

.weather-legend.top {
	padding-top: 35px;
	margin-bottom: 10px;
}

.weather-legend:after {
	display: table;
	clear: both;
	content: '';
}

.weather-legend li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 40px;
}

.weather-legend li:first-child {
	margin-left: 0;
}

.weather-legend li img,
.weather-legend li span {
	display: inline;
	vertical-align: middle;
}

.weather-legend li span {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.opm-container {
	margin-bottom: 50px;
	color: #aaa;
	text-align: right;
}

.opm-container a {
	text-decoration: none;
	color: #aaa;
}

.opm-container a:hover,
.opm-container a:focus {
	color: #333;
	text-decoration: underline;
}


@media screen and (min-width: 1025px) {
	html, body {
		overflow-y: unset;
	}

	body.modal-open {
		overflow: hidden;
		padding-right: 17px;
	}

	.flight-nav-container,
	.map-container,
	.opm-container {
		max-width: 950px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.modal-wrapper {
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.5);
		z-index: 999;
	}

	.modal-container {
		display: none;
		max-width: 1020px;
		width: 100%;
		background-color: rgba(255,255,255,0.9);
		-webkit-transform: translateY(-50%) translateX(-50%);
		-moz-transform: translateY(-50%) translateX(-50%);
		-ms-transform: translateY(-50%) translateX(-50%);
		-o-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
		top: 50%;
		position: absolute;
		padding: 30px;
		left: 50%;
	}

	.modal-wrapper.open,
	.modal-wrapper.open .modal-container {
		display: block;
	}

	.modal-container .modal-contents {
		display: none;
	}

	.modal-container .modal-contents.active {
		display: block;
	}

	.modal-container .modal-btn-close {
		display: inline-block;
		position: absolute;
		top: -60px;
		right: 0;
		width: 50px;
		height: 50px;
		overflow: hidden;
		outline: none;
		border: 0;
		background: none;
		text-indent: 100%;
	}

	.modal-container .modal-btn-close::before,
	.modal-container .modal-btn-close::after {
		content: '';
		position: absolute;
		height: 1px;
		width: 100%;
		top: 50%;
		left: 0;
		margin-top: -1px;
		background: #fff;
	}

	.modal-container .modal-btn-close:before {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.modal-container .modal-btn-close:after {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.modal-container .modal-title {
		font-size: 30px;
		color: #000;
		margin-bottom: 25px;
		display: inline-block;
	}

	.modal-container .modal-title:after {
		padding-top: 10px;
		display: block;
		width: 100%;
		border-bottom: 3px solid #00aff0;
		content: '';
	}

	.modal-container .modal-link:after {
		display: table;
		clear: both;
		content: '';
	}

	.modal-container .modal-link li {
		float: left;
		width: 25%;
		border-bottom: 1px solid #e5e5e5;
	}

	.modal-container .modal-link li a {
		display: block;
		position: relative;
		padding: 20px;
		font-size: 16px;
		line-height: 1.2;
		color: #333;
		text-decoration: none;
		outline: none;
	}

	.modal-container .modal-link li a:before {
		display: block;
		position: absolute;
		left: 0;
		top: 48%;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		content: '';
		width: 5px;
		height: 5px;
		border-right: 1px solid #333;
		border-top: 1px solid #333;
	}

	.modal-container .modal-link li a:hover {
		color: #000;
		font-weight: bold;
	}

	.modal-container .modal-link li a:hover:after {
		display: block;
		position: absolute;
		left: 0;
		bottom: 10px;
		width: 90%;
		border-bottom: 2px solid #00aff0;
		content: '';
	}

	.forecast-details .forecast-table.pc-only br {
		display: none;
	}

	.forecast-details .forecast-table br.sp-only {
		display: none;
	}

	.form-select .select-main-location.invisible {
		visibility: hidden;
	}

	.default-stamp {
		display: block;
		width: 100%;
		text-align: right;
		font-size: 14px;
		color: #333;
	}

	.default-stamp,
	.timestamp,
	.disclaimer {
		/*font-size: 14px;*/
	}
}

@media screen and (max-width: 1170px) {
	#map-international .map-points li span.text {
		padding-right: 15px;
	}
}

@media screen and (max-width: 1024px) {
	html, body {
		overflow-y: unset;
		height: 100%;
	}
	body.menu-open {
		overflow: hidden;
	}

	.main-visual {
		margin-bottom: 20px;
	}

	.main-visual .mv-inner {
		padding: 80px 15px 20px;
	}

	.main-visual h1,
	.main-visual .lead-text {
		text-align: left;
	}

	.flight-nav-container {
		margin-bottom: 15px;
	}

	.flight-nav-container ul li:first-child {
		margin-right: 20px;
	}

	.map-container .map-details{
		display: none;
	}

	.map-container {
		padding-top: 20px;
	}

	.flight-nav-container,
	.map-container,
	.opm-container {
		max-width: calc(100% - 40px);
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.forecast-wrapper {
		margin-bottom: 30px;
	}

	.form-result {
		text-align: left;
	}

	.form-result .label,
	.form-result .form-select {
		display: block;
	}

	.form-result .label {
		padding: 10px 15px;
	}

	.form-result .form-select {
		max-width: 100%;
	}

	.forecast-wrapper .weather-forecast {
		text-align: center;
		padding: 15px 10px;
	}

	.weather-forecast .forecast-title,
	.forecast-per-day .forecast-day {
		text-align: center;
	}

	.weather-forecast .forecast-title {
		display: inline-block;
		margin-bottom: 10px;
		font-size: 24px;
	}

	.weather-forecast .forecast-title:after {
		margin: 0 auto 10px;
		padding-top: 5px;
		width: 100%;
	}

	.weather-forecast .forecast-per-day {
		margin-bottom: 50px;
	}

	.weather-forecast .forecast-day .day {
		margin-bottom: 10px;
		line-height: 1;
		font-size: 20px;
	}
	.weather-forecast .forecast-day .date {
		font-size: 16px;
	}

	.forecast-details .thumb,
	.forecast-details .table {
		float: none;
		max-width: 100%;
	}

	.forecast-details .thumb {
		margin-bottom: 20px;
	}

	.forecast-details .thumb .img,
	.forecast-details .thumb .weather-temps {
		display: inline-block;
		vertical-align: middle;
		width: 55%;
		margin-bottom: 0;
	}

	.forecast-details .thumb .img {
		width: 40%;
	}

	.forecast-details .thumb .weather-temps {
		padding-left: 10px;
	}

	.forecast-details .thumb .weather-temps .temp-high,
	.forecast-details .thumb .weather-temps .temp-low {
		font-size: 18px;
		padding: 0px 3px;
	}

	.forecast-details .forecast-table {
		font-size: 14px;
	}

	.select-main-location > li > a {
		position: relative;
		max-width: 100%;
		background-color: #fff;
		padding: 20px;
	}

	.select-main-location > li > a:after {
		display: block;
		position: absolute;
		right: 20px;
		top: 50%;
		-webkit-transform: rotate(45deg) translateY(-50%);
		-moz-transform: rotate(45deg) translateY(-50%);
		-ms-transform: rotate(45deg) translateY(-50%);
		-o-transform: rotate(45deg) translateY(-50%);
		transform: rotate(45deg) translateY(-50%);
		content: '';
		width: 7px;
		height: 7px;
		border-right: 1px solid #333;
		border-top: 1px solid #333;
	}

	.select-main-location > li:last-child {
		border-bottom: 1px solid #e5e5e5;
	}

	.form-select .select-main-location {
		overflow-x: hidden;
		overflow-y: scroll;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		padding-top: 50px;
		outline: 0;
	}

	.select-main-location > li {
		z-index: 2;
		background-color: #727272;
	}
	.select-main-location > li.active {
		border-left: none;
	}

	.select-main-location > li > .sub-location {
		display: block;
		position: fixed;
		z-index: 5;
		top: 50px;
		bottom: 0;
		left: 100%;
		width: 100%;
		margin-left: 0;
		background: #fff;
		transition: left ease-in-out 0.4s;
		height: auto;
		overflow-y: scroll;
	}

	.select-main-location li.region-text {
		display: block;
		border-bottom: 1px solid #e5e5e5;
		padding: 17px 20px 12px;
		font-weight: bold;
		font-size: 18px;
		background: #fff;
	}

	.select-main-location > li.active > a {
		border-left: none;
		padding-left: 20px;
	}

	.select-main-location > li.open > a {
		border-left: 10px solid #f0f3f8;
		background-color: #fff;
		padding-left: 12px;
	}

	.select-main-location > li > .sub-location.open {
		left: 0;
	}

	.sub-location > li > a {
		padding: 22px 20px 18px;
	}

	.forecast-details .forecast-table.pc-only {display: none;}
	.forecast-details .forecast-table.sp-only { display: table; }

	.forecast-details .forecast-table th span {
		display: block;
	}

	.form-select .selected-text {
		padding: 22px 20px 17px;
	}

	.select-main-location .menu-header {
		display: block;
		position: fixed;
		top: 0;
		width: 100%;
		height: 50px;
		overflow: hidden;
	}

	.select-main-location .menu-header.open span {
		visibility: visible;
		pointer-events: all;
	}

	.select-main-location .menu-header span {
		display: block;
		position: relative;
		z-index: 1;
		width: 80%;
		height: 50px;
		padding: 15px 20px 11px 40px;
		color: #fff;
		visibility: hidden;
		pointer-events: none;
	}

	.select-main-location .menu-header span:after {
		display: block;
		position: absolute;
		top: 50%;
		left: 20px;
		width: 7px;
		height: 7px;
		border-left: 1px solid #fff;
		border-bottom: 1px solid #fff;
		-webkit-transform: rotate(45deg) translateY(-50%);
		-moz-transform: rotate(45deg) translateY(-50%);
		-ms-transform: rotate(45deg) translateY(-50%);
		-o-transform: rotate(45deg) translateY(-50%);
		transform: rotate(45deg) translateY(-50%);
		content: '';
	}

	.menu-header .btn-close {
		display: inline-block;
		position: absolute;
		z-index: 5;
		top: 50%;
		right: 10px;
		width: 30px;
		height: 30px;
		overflow: hidden;
		outline: none;
		border: 0;
		background: none;
		text-indent: 100%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.menu-header .btn-close::before,
	.menu-header .btn-close::after {
		content: '';
		position: absolute;
		height: 2px;
		width: 100%;
		top: 50%;
		left: 0;
		margin-top: -1px;
		background: #fff;
	}

	.menu-header .btn-close:before {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.menu-header .btn-close:after {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.weather-legend,
	.weather-legend.top {
		text-align: center;
		padding-top: 0;
	}

	.weather-legend.top {
		padding-top: 10px;
		margin-bottom: 0;
	}

	.weather-legend li {
		margin-left: 0;
		padding: 10px 0px;
		width: 50%;
		text-align: left;
	}

	.disclaimer {
		padding-top: 0;
	}

	.disclaimer {
		float: none;
		display: block;
	}

	.opm-container {
		margin-bottom: 30px;
		text-align: center;
	}

	.opm-container img {
		max-width: 50px;
		width: 100%;
	}
}

@media screen and (max-width: 950px) {
	.map-points li a .p-name {
		font-size: 14px;
	}
}

@media screen and (max-width: 796px) {
	#map-international .map-points li span.text {
		font-size: 1.6vw;
	}
}

@media screen and (max-width: 425px) {
	.flight-nav-container,
	.map-container,
	.opm-container {
		max-width: calc(100% - 30px);
	}
	.forecast-details .thumb .weather-temps .temp-high,
	.forecast-details .thumb .weather-temps .temp-low {
		font-size: 16px;
	}

	.forecast-details .thumb .weather-temps .temp-high span,
	.forecast-details .thumb .weather-temps .temp-low span {
		font-size: 14px;
		margin-bottom: 5px;
	}
}