﻿@charset "UTF-8";
/* --------------------------------
	toppage.css
--------------------------------
スマホ版のtoppage用のcssです。
-------------------------------- */

ul.global_menu li a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
ul.global_menu {
	overflow: hidden;
	/*width: 100%;*/
	line-height: 1;
	z-index: 100;
}
.global_menu li span {
	font-size: 0.8em;
}
.global_menu li a {
	display: block;
	width : -moz-calc(100% / 5);
	width : -webkit-calc(100% / 5);
	width : calc(100% / 5);
	float: left;
	height: 66px;
	margin: 0;
	border-left: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	text-align: center;
	padding-top: 38px;
	text-decoration: none;
	font-size: 1rem;
	color: #14315c;
	font-weight: bold;
	cursor : pointer;
	box-sizing: border-box;
}
.global_menu li:last-child a {
	border-right: solid 1px #cccccc!important;
}
.global_menu li a:hover {
	color: #ffffff;
	border-left: solid 1px #14315c;
	border-top: solid 1px #14315c;
	border-bottom: solid 1px #14315c;
}
.global_menu li:last-child a:hover {
	border-right: solid 1px #14315c!important;
}
.global_menu li.current a {
	color: #ffffff;
	border: solid 1px #14315c;
}
.global_menu li.menu_air a {
	/* IE */ 
	background: url("../../../template/common/img_3/header/bt_air.png") no-repeat center top, -ms-linear-gradient(top, #FFF, #dedede);
	/* Mozilla */ 
	background: url("../../../template/common/img_3/header/bt_air.png") no-repeat center top, -moz-linear-gradient(top, #FFF, #dedede);
	/* Opera */ 
	background: url("../../../template/common/img_3/header/bt_air.png") no-repeat center top, -o-linear-gradient(top, #FFF, #dedede);
	/* Webkit */ 
	background: url("../../../template/common/img_3/header/bt_air.png") no-repeat center top, -webkit-linear-gradient(top, #FFF, #dedede);
	/* W3C */ 
	background: url("../../../template/common/img_3/header/bt_air.png") no-repeat center top, linear-gradient(top, #FFF, #dedede);
}
.global_menu li.menu_air a:hover {
	/* IE */ 
	background: url("../../../template/common/img_3/header/bt_air_on.png") no-repeat center top, -ms-linear-gradient(top, #2e4f7f, #14315c);
	/* Mozilla */ 
	background: url("../../../template/common/img_3/header/bt_air_on.png") no-repeat center top, -moz-linear-gradient(top, #2e4f7f, #14315c);
	/* Opera */ 
	background: url("../../../template/common/img_3/header/bt_air_on.png") no-repeat center top, -o-linear-gradient(top, #2e4f7f, #14315c);
	/* Webkit */ 
	background: url("../../../template/common/img_3/header/bt_air_on.png") no-repeat center top, -webkit-linear-gradient(top, #2e4f7f, #14315c);
	/* W3C */ 
	background: url("../../../template/common/img_3/header/bt_air_on.png") no-repeat center top, linear-gradient(top, #2e4f7f, #14315c);
}
.global_menu li.menu_air.current a {
	/* IE */ 
	background: url("../../../template/common/img_3/header/bt_air_on.png") no-repeat center top, -ms-linear-gradient(top, #2e4f7f, #14315c);
	/* Mozilla */ 
	background: url("../../../template/common/img_3/header/bt_air_on.png") no-repeat center top, -moz-linear-gradient(top, #2e4f7f, #14315c);
	/* Opera */ 
	background: url("../../../template/common/img_3/header/bt_air_on.png") no-repeat center top, -o-linear-gradient(top, #2e4f7f, #14315c);
	/* Webkit */ 
	background: url("../../../template/common/img_3/header/bt_air_on.png") no-repeat center top, -webkit-linear-gradient(top, #2e4f7f, #14315c);
	/* W3C */ 
	background: url("../../../template/common/img_3/header/bt_air_on.png") no-repeat center top, linear-gradient(top, #2e4f7f, #14315c);
}
.global_menu li.menu_tour a {
	/* IE */ 
	background: url("../../../template/common/img_3/header/bt_tour.png") no-repeat center top, -ms-linear-gradient(top, #FFF, #dedede);
	/* Mozilla */ 
	background: url("../../../template/common/img_3/header/bt_tour.png") no-repeat center top, -moz-linear-gradient(top, #FFF, #dedede);
	/* Opera */ 
	background: url("../../../template/common/img_3/header/bt_tour.png") no-repeat center top, -o-linear-gradient(top, #FFF, #dedede);
	/* Webkit */ 
	background: url("../../../template/common/img_3/header/bt_tour.png") no-repeat center top, -webkit-linear-gradient(top, #FFF, #dedede);
	/* W3C */ 
	background: url("../../../template/common/img_3/header/bt_tour.png") no-repeat center top, linear-gradient(top, #FFF, #dedede);
    letter-spacing: -1px;
    white-space: nowrap;
}
.global_menu li.menu_tour a:hover {
	/* IE */ 
	background: url("../../../template/common/img_3/header/bt_tour_on.png") no-repeat center top, -ms-linear-gradient(top, #2e4f7f, #14315c);
	/* Mozilla */ 
	background: url("../../../template/common/img_3/header/bt_tour_on.png") no-repeat center top, -moz-linear-gradient(top, #2e4f7f, #14315c);
	/* Opera */ 
	background: url("../../../template/common/img_3/header/bt_tour_on.png") no-repeat center top, -o-linear-gradient(top, #2e4f7f, #14315c);
	/* Webkit */ 
	background: url("../../../template/common/img_3/header/bt_tour_on.png") no-repeat center top, -webkit-linear-gradient(top, #2e4f7f, #14315c);
	/* W3C */ 
	background: url("../../../template/common/img_3/header/bt_tour_on.png") no-repeat center top, linear-gradient(top, #2e4f7f, #14315c);
}
.global_menu li.menu_tour.current a {
	/* IE */ 
	background: url("../../../template/common/img_3/header/bt_tour_on.png") no-repeat center top, -ms-linear-gradient(top, #2e4f7f, #14315c);
	/* Mozilla */ 
	background: url("../../../template/common/img_3/header/bt_tour_on.png") no-repeat center top, -moz-linear-gradient(top, #2e4f7f, #14315c);
	/* Opera */ 
	background: url("../../../template/common/img_3/header/bt_tour_on.png") no-repeat center top, -o-linear-gradient(top, #2e4f7f, #14315c);
	/* Webkit */ 
	background: url("../../../template/common/img_3/header/bt_tour_on.png") no-repeat center top, -webkit-linear-gradient(top, #2e4f7f, #14315c);
	/* W3C */ 
	background: url("../../../template/common/img_3/header/bt_tour_on.png") no-repeat center top, linear-gradient(top, #2e4f7f, #14315c);
}
.global_menu li.menu_hotel a {
	/* IE */ 
	background: url("../../../template/common/img_3/header/bt_hotel.png") no-repeat center top, -ms-linear-gradient(top, #FFF, #dedede);
	/* Mozilla */ 
	background: url("../../../template/common/img_3/header/bt_hotel.png") no-repeat center top, -moz-linear-gradient(top, #FFF, #dedede);
	/* Opera */ 
	background: url("../../../template/common/img_3/header/bt_hotel.png") no-repeat center top, -o-linear-gradient(top, #FFF, #dedede);
	/* Webkit */ 
	background: url("../../../template/common/img_3/header/bt_hotel.png") no-repeat center top, -webkit-linear-gradient(top, #FFF, #dedede);
	/* W3C */ 
	background: url("../../../template/common/img_3/header/bt_hotel.png") no-repeat center top, linear-gradient(top, #FFF, #dedede);
}
.global_menu li.menu_hotel a:hover {
	/* IE */ 
	background: url("../../../template/common/img_3/header/bt_hotel_on.png") no-repeat center top, -ms-linear-gradient(top, #2e4f7f, #14315c);
	/* Mozilla */ 
	background: url("../../../template/common/img_3/header/bt_hotel_on.png") no-repeat center top, -moz-linear-gradient(top, #2e4f7f, #14315c);
	/* Opera */ 
	background: url("../../../template/common/img_3/header/bt_hotel_on.png") no-repeat center top, -o-linear-gradient(top, #2e4f7f, #14315c);
	/* Webkit */ 
	background: url("../../../template/common/img_3/header/bt_hotel_on.png") no-repeat center top, -webkit-linear-gradient(top, #2e4f7f, #14315c);
	/* W3C */ 
	background: url("../../../template/common/img_3/header/bt_hotel_on.png") no-repeat center top, linear-gradient(top, #2e4f7f, #14315c);
}
.global_menu li.menu_hotel.current a {
	/* IE */ 
	background: url("../../../template/common/img_3/header/bt_hotel_on.png") no-repeat center top, -ms-linear-gradient(top, #2e4f7f, #14315c);
	/* Mozilla */ 
	background: url("../../../template/common/img_3/header/bt_hotel_on.png") no-repeat center top, -moz-linear-gradient(top, #2e4f7f, #14315c);
	/* Opera */ 
	background: url("../../../template/common/img_3/header/bt_hotel_on.png") no-repeat center top, -o-linear-gradient(top, #2e4f7f, #14315c);
	/* Webkit */ 
	background: url("../../../template/common/img_3/header/bt_hotel_on.png") no-repeat center top, -webkit-linear-gradient(top, #2e4f7f, #14315c);
	/* W3C */ 
	background: url("../../../template/common/img_3/header/bt_hotel_on.png") no-repeat center top, linear-gradient(top, #2e4f7f, #14315c);
}
.global_menu li.menu_smaryu a {
	/* IE */ 
	background: url("../../../template/common/img_3/header/bt_smaryu.png") no-repeat center top, -ms-linear-gradient(top, #FFF, #dedede);
	/* Mozilla */ 
	background: url("../../../template/common/img_3/header/bt_smaryu.png") no-repeat center top, -moz-linear-gradient(top, #FFF, #dedede);
	/* Opera */ 
	background: url("../../../template/common/img_3/header/bt_smaryul.png") no-repeat center top, -o-linear-gradient(top, #FFF, #dedede);
	/* Webkit */ 
	background: url("../../../template/common/img_3/header/bt_smaryu.png") no-repeat center top, -webkit-linear-gradient(top, #FFF, #dedede);
	/* W3C */ 
	background: url("../../../template/common/img_3/header/bt_smaryu.png") no-repeat center top, linear-gradient(top, #FFF, #dedede);
}
.global_menu li.menu_smaryu a:hover {
	/* IE */ 
	background: url("../../../template/common/img_3/header/bt_smaryu_on.png") no-repeat center top, -ms-linear-gradient(top, #2e4f7f, #14315c);
	/* Mozilla */ 
	background: url("../../../template/common/img_3/header/bt_smaryu_on.png") no-repeat center top, -moz-linear-gradient(top, #2e4f7f, #14315c);
	/* Opera */ 
	background: url("../../../template/common/img_3/header/bt_smaryu_on.png") no-repeat center top, -o-linear-gradient(top, #2e4f7f, #14315c);
	/* Webkit */ 
	background: url("../../../template/common/img_3/header/bt_smaryu_on.png") no-repeat center top, -webkit-linear-gradient(top, #2e4f7f, #14315c);
	/* W3C */ 
	background: url("../../../template/common/img_3/header/bt_smaryu_on.png") no-repeat center top, linear-gradient(top, #2e4f7f, #14315c);
}
.global_menu li.menu_smaryu.current a {
	/* IE */ 
	background: url("../../../template/common/img_3/header/bt_smaryu_on.png") no-repeat center top, -ms-linear-gradient(top, #2e4f7f, #14315c);
	/* Mozilla */ 
	background: url("../../../template/common/img_3/header/bt_smaryu_on.png") no-repeat center top, -moz-linear-gradient(top, #2e4f7f, #14315c);
	/* Opera */ 
	background: url("../../../template/common/img_3/header/bt_smaryu_on.png") no-repeat center top, -o-linear-gradient(top, #2e4f7f, #14315c);
	/* Webkit */ 
	background: url("../../../template/common/img_3/header/bt_smaryu_on.png") no-repeat center top, -webkit-linear-gradient(top, #2e4f7f, #14315c);
	/* W3C */ 
	background: url("../../../template/common/img_3/header/bt_smaryu_on.png") no-repeat center top, linear-gradient(top, #2e4f7f, #14315c);
}

.global_menu li.menu_dom_air a {
	/* IE */ 
	background: url("../../../template/common/img_3/header/bt_dom_air.png") no-repeat center top, -ms-linear-gradient(top, #FFF, #dedede);
	/* Mozilla */ 
	background: url("../../../template/common/img_3/header/bt_dom_air.png") no-repeat center top, -moz-linear-gradient(top, #FFF, #dedede);
	/* Opera */ 
	background: url("../../../template/common/img_3/header/bt_dom_air.png") no-repeat center top, -o-linear-gradient(top, #FFF, #dedede);
	/* Webkit */ 
	background: url("../../../template/common/img_3/header/bt_dom_air.png") no-repeat center top, -webkit-linear-gradient(top, #FFF, #dedede);
	/* W3C */ 
	background: url("../../../template/common/img_3/header/bt_dom_air.png") no-repeat center top, linear-gradient(top, #FFF, #dedede);
}
.global_menu li.menu_dom_air a:hover {
	/* IE */ 
	background: url("../../../template/common/img_3/header/bt_dom_air_on.png") no-repeat center top, -ms-linear-gradient(top, #2e4f7f, #14315c);
	/* Mozilla */ 
	background: url("../../../template/common/img_3/header/bt_dom_air_on.png") no-repeat center top, -moz-linear-gradient(top, #2e4f7f, #14315c);
	/* Opera */ 
	background: url("../../../template/common/img_3/header/bt_dom_air_on.png") no-repeat center top, -o-linear-gradient(top, #2e4f7f, #14315c);
	/* Webkit */ 
	background: url("../../../template/common/img_3/header/bt_dom_air_on.png") no-repeat center top, -webkit-linear-gradient(top, #2e4f7f, #14315c);
	/* W3C */ 
	background: url("../../../template/common/img_3/header/bt_dom_air_on.png") no-repeat center top, linear-gradient(top, #2e4f7f, #14315c);
}
.global_menu li.menu_dom_air.current a {
	/* IE */ 
	background: url("../../../template/common/img_3/header/bt_dom_air_on.png") no-repeat center top, -ms-linear-gradient(top, #2e4f7f, #14315c);
	/* Mozilla */ 
	background: url("../../../template/common/img_3/header/bt_dom_air_on.png") no-repeat center top, -moz-linear-gradient(top, #2e4f7f, #14315c);
	/* Opera */ 
	background: url("../../../template/common/img_3/header/bt_dom_air_on.png") no-repeat center top, -o-linear-gradient(top, #2e4f7f, #14315c);
	/* Webkit */ 
	background: url("../../../template/common/img_3/header/bt_dom_air_on.png") no-repeat center top, -webkit-linear-gradient(top, #2e4f7f, #14315c);
	/* W3C */ 
	background: url("../../../template/common/img_3/header/bt_dom_air_on.png") no-repeat center top, linear-gradient(top, #2e4f7f, #14315c);
}
.global_menu li.menu_dom_hotel a {
	/* IE */ 
	background: url("../../../template/common/img_3/header/bt_dom_hotel.png") no-repeat center top, -ms-linear-gradient(top, #FFF, #dedede);
	/* Mozilla */ 
	background: url("../../../template/common/img_3/header/bt_dom_hotel.png") no-repeat center top, -moz-linear-gradient(top, #FFF, #dedede);
	/* Opera */ 
	background: url("../../../template/common/img_3/header/bt_dom_hotel.png") no-repeat center top, -o-linear-gradient(top, #FFF, #dedede);
	/* Webkit */ 
	background: url("../../../template/common/img_3/header/bt_dom_hotel.png") no-repeat center top, -webkit-linear-gradient(top, #FFF, #dedede);
	/* W3C */ 
	background: url("../../../template/common/img_3/header/bt_dom_hotel.png") no-repeat center top, linear-gradient(top, #FFF, #dedede);
}
.global_menu li.menu_dom_hotel a:hover {
	/* IE */ 
	background: url("../../../template/common/img_3/header/bt_dom_hotel_on.png") no-repeat center top, -ms-linear-gradient(top, #2e4f7f, #14315c);
	/* Mozilla */ 
	background: url("../../../template/common/img_3/header/bt_dom_hotel_on.png") no-repeat center top, -moz-linear-gradient(top, #2e4f7f, #14315c);
	/* Opera */ 
	background: url("../../../template/common/img_3/header/bt_dom_hotel_on.png") no-repeat center top, -o-linear-gradient(top, #2e4f7f, #14315c);
	/* Webkit */ 
	background: url("../../../template/common/img_3/header/bt_dom_hotel_on.png") no-repeat center top, -webkit-linear-gradient(top, #2e4f7f, #14315c);
	/* W3C */ 
	background: url("../../../template/common/img_3/header/bt_dom_hotel_on.png") no-repeat center top, linear-gradient(top, #2e4f7f, #14315c);
}
.global_menu li.menu_dom_hotel.current a {
	/* IE */ 
	background: url("../../../template/common/img_3/header/bt_dom_hotel_on.png") no-repeat center top, -ms-linear-gradient(top, #2e4f7f, #14315c);
	/* Mozilla */ 
	background: url("../../../template/common/img_3/header/bt_dom_hotel_on.png") no-repeat center top, -moz-linear-gradient(top, #2e4f7f, #14315c);
	/* Opera */ 
	background: url("../../../template/common/img_3/header/bt_dom_hotel_on.png") no-repeat center top, -o-linear-gradient(top, #2e4f7f, #14315c);
	/* Webkit */ 
	background: url("../../../template/common/img_3/header/bt_dom_hotel_on.png") no-repeat center top, -webkit-linear-gradient(top, #2e4f7f, #14315c);
	/* W3C */ 
	background: url("../../../template/common/img_3/header/bt_dom_hotel_on.png") no-repeat center top, linear-gradient(top, #2e4f7f, #14315c);
}
#main_v {
	background: url("../images/main_top.jpg") no-repeat center top;
	background-size: 100% auto;
}
#main_p {
	padding-top: 18.6%;
	position: relative;
}
#main_p h1 {
	position: absolute;
	top: 0;
	width: 100%;
	pointer-events: none;
	text-indent: -99999px;
}
/* --------------------------------
	サブメニュー
-------------------------------- */
ul.sub_menu li a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
ul.sub_menu {
	background-color: #fff;
	width : -moz-calc(100% -32px);
	width : -webkit-calc(100% -32px);
	width : calc(100% -32px);
	margin: 0px 16px 10px;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
}
ul.sub_menu li.current {
	width: calc(100%/4);
	border-top: 1px solid #375378;
	border-left: 1px solid #375378;
	border-bottom: 1px solid #375378;
	box-sizing: border-box;
	background-color: #375378;
	font-size: 1em;
	color: #fff;
	float: left;
	text-align: center;
	font-weight: bold;
	padding: 5px 0;
	border-collapse: collapse;
	height: 32px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	line-height: 1;
}
ul.sub_menu li a {
	width: calc(100%/4);
	border-top: 1px solid #375378;
	border-left: 1px solid #375378;
	border-bottom: 1px solid #375378;
	box-sizing: border-box;
	background-color: #fff;
	font-size: 1em;
	color: #375378;
	float: left;
	text-align: center;
	font-weight: bold;
	padding: 5px 0;
	border-collapse: collapse;
	height: 32px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	line-height: 1;
}
ul.sub_menu li:last-child a {
	border-right: 1px solid #375378;
}
ul.sub_menu li a:hover {
	box-sizing: border-box;
	background: #375378;
	border-bottom: 1px solid #375378;
	color: #fff;
}
/* --------------------------------
	海外検索窓スタイル補完
-------------------------------- */
* {
	box-sizing: inherit;
}
#Header_Area {
	box-sizing: content-box!important;
}
/* ------------------------------------------------------- */
/* COM:calendar */

#calendar_wrapper {
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
	font-size: 1.2rem;
	line-height: 1.4em;
	background-color: #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#calendar_wrapper_underlayer {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	background-color: #000;
	opacity: 0.5;
	z-index: 998;
}
#calendar_wrapper_overlayer {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: 0.2;
	z-index: 1000;
}
#calendar_body {
	display: none;
	position: fixed;
	width: calc(100vw - 20px);
	max-height: calc(100vh - 20px);
	top: 10px;
	left: 10px;
	background-color: #FFF;
	z-index: 999;
	overflow: hidden;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
table {
	width: 100%;
	font-size: 1.5rem;
	border-collapse: collapse;
	table-layout: fixed;
}
table#youbi {
	width: 86%;
	font-size: 1.5rem;
	border-collapse: collapse;
	table-layout: fixed;
	position: fixed;
	top: 85px;
	left: 7%;
	z-index: 1100;
}
td.cell {
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	border: 1px solid #a9a9a9;
	font-size: 1.2rem;
	cursor: pointer;
}
td.youbi_bgcol {
	text-align: center;
	font-weight: normal;
	padding: 10px 5px 10px 5px;
	vertical-align: middle;
	border-top: 1px solid #C8E0FA;
	border-left: 1px solid #C8E0FA;
	border-right: 1px solid #C8E0FA;
	background-color: #355577;
	color: #FFFFFF;
	cursor: pointer;
}
td.youbi_bgcol:first-child {
	border-left: 1px solid #355577;
}
td.youbi_bgcol:last-child {
	border-right: 1px solid #355577;
}
#calendar_year {
	display: block;
	position: fixed;
	top: 25px;
	left: 25px;
	text-align: left;
	color: #FF6C00;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	z-index: 1200
}
#btn_close {
	position: fixed;
	top: 32px;
	right: 25px;
	width: 17px;
	height: 17px;
	z-index: 1200
}
#calendar {
	position: relative;
	width: 86vw;
	margin: 0 auto;
	padding-top: 20px;
	color: #355577;
	text-align: center;
	margin-top: 120px;
	padding-bottom: 100px;
	height: calc(100vh - 110px);
	overflow-y: scroll;
}
#calendar_display {
	display: block;
	width: 50%;
	padding-top: 50px;
	padding-left: 20px;
}
#calendar_display_input {
	width: 300px;
	border: 1px solid #a9a9a9;
}
.calendar_cell {
	height: 50px;
	line-height: 1.5em;
	cursor: pointer;
	border: 1px solid #355577;
}
.td_relative {
	position: relative;
	width: 100%;
	padding-top: 5px;
	background-color: transparent;
}
.td_departure {
	display: none;
	position: absolute;
	top: -25px;
	left: 0;
	padding: 2px 5px 2px 5px;
	font-size: 0.8rem;
	line-height: 1.0em;
	font-weight: normal;
	color: #FF6C00;
	background-color: #FFF;
	border: solid 1px #FF6C00;
	z-index: 1;
}
.td_arrival {
	display: none;
	position: absolute;
	bottom: -28px;
	right: 0;
	padding: 2px 5px 2px 5px;
	font-size: 0.8rem;
	line-height: 1.0em;
	font-weight: normal;
	color: #FF6C00;
	background-color: #FFF;
	border: solid 1px #FF6C00;
	z-index: 1;
}
#calendar_validation {
	padding-top: 25px;
	z-index: 1100;
}
#calendar_btn_decide_container {
	display: none;
	position: fixed;
	left: 0px;
	/*top:0px;*/
	width: 100%;
	height: 100px;
	text-align: center;
	color: #FFF;
	background-color: #FFF;
	z-index: 30;
}
#calendar_btn_decide {
	padding: 20px 10px 20px 10px;
	font-weight: bold;
	font-size: 2.0rem;
	background-color: #000FFF;
}
#totop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 5px;
	width: 20px;
	height: 20px;
	background-color: transparent;
}
#calendar_btn_decide_schedule {
	margin-top: 10px;
	background-color: #FFF;
}
#departure_schedule {
	display: block;
	float: left;
	margin-left: 2%;
	padding: 5px;
	color: #FFF;
	background-color: #019BFF;
}
#arrival_schedule {
	display: block;
	float: left;
	margin-left: 2%;
	padding: 5px;
	color: #FFF;
	background-color: #fa5f22;
}
#stay_schedule_title {
	display: block;
	float: left;
	margin-left: 2%;
	padding: 5px;
	color: #FFF;
	background-color: #000;
}
#stay_schedule_title {
	display: block;
	float: left;
	margin-left: 2%;
	padding: 5px;
	color: #FFF;
	background-color: #000;
}
.schedule_resultbox {
	display: block;
	float: left;
	margin-left: 2%;
	padding: 5px;
	color: #000;
	background-color: transparent;
}
.calendar_modal__header {
	position: fixed;
	z-index: 1001;
	top: 10px;
	left: 10px;
	padding: 12px 15px;
	width: calc(100vw - 20px);
	height: 57px;
	background: #c8e0fa;
	border-radius: 4px 4px 0 0;
}
.calendar_modal-header__title {
	font-size: 13px;
	font-size: 1.3rem;
	/*font-weight: 600;*/
	color: #333;
}
.td_departure {
	display: none;
	position: absolute;
	top: -25px;
	left: 0;
	padding: 7px 2px 5px 2px;
	font-size: 0.8rem;
	line-height: 1.0em;
	font-weight: normal;
	color: #FF6C00;
	background-color: #FFF;
	border: solid 1px #FF6C00;
	z-index: 1;
}
.td_departure:after {
	content: '';
	position: absolute;
	top: 16px;
	left: 10px;
	width: 8px;
	height: 8px;
	border: solid #ff6c00;
	border-width: 0 1px 1px 0;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.td_arrival {
	display: none;
	position: absolute;
	bottom: -28px;
	right: 0;
	padding: 7px 2px 5px 2px;
	font-size: 0.8rem;
	line-height: 1.0em;
	font-weight: normal;
	color: #FF6C00;
	background-color: #FFF;
	border: solid 1px #FF6C00;
	z-index: 1;
}
.td_arrival:after {
	content: '';
	position: absolute;
	top: -5px;
	left: 10px;
	width: 8px;
	height: 8px;
	border: solid #ff6c00;
	border-width: 1px 0 0 1px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.myClear_10 {
	clear: both;
	width: 100%;
	height: 10px;
	background-color: transparent;
}
.myClear_20 {
	clear: both;
	width: 100%;
	height: 20px;
	background-color: transparent;
}
.modal.active {
	z-index: 100000;
}
.panel {
	font-size: 62.5% !important;
}
.modal {
	font-family: "Open Sans", Roboto, "Helvetica Neue", Arial, Helvetica, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
	background: #eee;
	color: #355577;
	line-height: 1.5;
	font-size: 14px;
	font-size: 14px;
	font-size: 1.4rem;
	box-sizing: border-box;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
/* --------------------------------
	#main_article
-------------------------------- */

#main_article {
	margin: 24px 10px;
}

ul.tabbotan {
	overflow: hidden;
}

ul.tabbotan li a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

ul.tabbotan li a{
	width: calc(100%/2 - 10px);
	box-sizing: border-box;
	font-size: 1.5em;
	letter-spacing: 10px;
	float: left;
	text-align: center;
	font-weight: bold;
	padding: 5px 0 5px 12px;
	border-collapse: collapse;
	height: 44px;
	line-height: 1;
	cursor: hand;
	margin: 0px 5px;
}




ul.tabbotan li.t_world a {
	background-color: #fff;
	color: #27bbf7;
	background-image: url(../images/tabicon_world.png);
	background-position: 10px 50%;
	background-repeat: no-repeat;
	background-size: auto;
	display:block;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	border-top: 2px solid #27bbf7;
	border-left: 2px solid #27bbf7;
	border-right: 2px solid #27bbf7;
}
ul.tabbotan li.t_japan a {
	background-color: #fff;
	color: #f52963;
	background-image: url(../images/tabicon_japan.png);
	background-position: 10px 50%;
	background-repeat: no-repeat;
	background-size: auto;
	display:block;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	border-top: 2px solid #f52963;
	border-left: 2px solid #f52963;
	border-right: 2px solid #f52963;
}

ul.tabbotan li.t_world.current a {
	background-color: #27bbf7;
	color: #fff;
	background-image: url(../images/tabicon_world_on.png);
	background-position: 10px 50%;
	background-repeat: no-repeat;
	background-size: auto;
	display:block;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	cursor: default;
}
ul.tabbotan li.t_japan.current a {
	background-color: #f52963;
	color: #fff;
	background-image: url(../images/tabicon_japan_on.png);
	background-position: 10px 50%;
	background-repeat: no-repeat;
	background-size: auto;
	display:block;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	cursor: default;
}

ul.tabbotan li.t_world a:hover {
	background-color: #27bbf7;
	color: #fff;
	background-image: url(../images/tabicon_world_on.png);
	background-position: 10px 50%;
	background-repeat: no-repeat;
	background-size: auto;
	display:block;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
ul.tabbotan li.t_japan a:hover {
	background-color: #f52963;
	color: #fff;
	background-image: url(../images/tabicon_japan_on.png);
	background-position: 10px 50%;
	background-repeat: no-repeat;
	background-size: auto;
	display:block;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}


/*--------------------------------*/
#tab_world_content {
	border: 2px solid #27bbf7!important;
}
#tab_domestic_content {
	border: 2px solid #f52963!important;
}
#tab_world_content h2 {
	background-color: #27bbf7;
	color: #fff;
	padding: 8px 10px;
}
#tab_domestic_content h2 {
	background-color: #f52963;
	color: #fff;
	padding: 8px 10px;
	box-sizing: border-box;
}
.contents_boxA {
	margin-bottom: 20px;
	overflow: hidden;
}
.contents_boxA h2 {
	position: relative;
}
.gurantee {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	padding: 3px 10px 0;
	border-radius: 12px;
	background: #fff;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/* --------------------------------
	導線
-------------------------------- */
#SITE-INFO {
	margin:15px auto 0px;
	padding: 0px 5px;
}
#SITE-INFO ul.tooltip-container {
	list-style: none;
	padding: 0;
	overflow: hidden;
}

#SITE-INFO ul.tooltip-container li a {
	float: left;
	box-sizing: border-box;
	width: -moz-calc((100% / 3) -10px) !important;
	width: -webkit-calc((100% / ) -10px) !important;
	width: calc((100% / 3) - 10px) !important;
	list-style-type: none;
	position: relative;
	display: inline-block;
	margin: 0px 5px 3px;
	border: 1px solid #dddddd;
	box-shadow: 0.8px 2px 1px rgba(222, 222, 222, 1);
	background: #fff url(/template/common/img_3/arrow.png) no-repeat;
	background-position: bottom 5px right 5px;
	font-weight: bolder;
	color: #14315c;
}

#SITE-INFO ul.tooltip-container li p {
	margin: 2px 3px 0px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

#SITE-INFO ul.tooltip-container li p img {
	margin-right: 5px;
}
/* --------------------------------
	スライダー
-------------------------------- */

.slider_main {
	padding: 24px 10px 0;
}
/* .pickupBlock --------- */
.pickupUnit_AllLink {
	cursor: pointer;
}
.pickupBlock {
	width: 100%!important;
	box-sizing: border-box;
}
.pickupUnit {
	float: left;
	position: relative;
	width: 100%!important;
	margin-left: 12px;
	padding-bottom: 4px;
	border: 1px solid #cdcdcd;
	border-radius: 10px / 10px;
	box-sizing: border-box;
	z-index: 0;
}
.pickupUnit:first-child {
	margin-left: 0;
}
.pickupUnit .image {
	position: relative;
	display: block;
}
.pickupUnit img {
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	width: 100%;
}
.pickupUnit .title {
	font-size: 14px;
	font-weight: bold;
	margin: 2px 9px 27px;
	display: block;
	line-height: 1.2;
}
.pickupUnit .show {
	text-align: right;
	position: absolute;
	right: 12px;
	bottom: 3px;
	background: url("/template/common/img_2/icons_01.png") no-repeat -550px -64px;
	padding: 2px 0 2px 15px;
	text-decoration: underline;
}
.pickupUnit .text {
	display: none;
}
.pickupUnit ul, .pickupUnit p {
	margin: 7px 9px;
}
.pickupUnit li {
	margin: 2px 0;
}
/* --------------------------------
	格安海外航空券！
-------------------------------- */

.top-list-item {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 10px 30px 10px 10px;
	border-bottom: solid 1px #ccc;
	background: #fff;
	box-sizing: border-box;
}

.top-list-item:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -5.71429px;
    width: 8px;
    height: 8px;
    line-height: 8px;
    text-align: center;
    border-right: solid 1px #355577;
    border-bottom: solid 1px #355577;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.top-list-item__text {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	color: #355577;
}
.top-list-item__image {
	display: block;
	margin-right: 10px;
}

.top-links__more {
    display: block;
    padding: 1.25em 0;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #355577;
    letter-spacing: .06em;
	border-bottom: 2px solid #163160;
	background-color: #eee;
	margin-bottom: 30px;
}


/* --------------------------------
	ホテルランク
-------------------------------- */

.link_box {
	border-bottom: solid 1px #ccc;
	padding: 10px 30px 10px 10px;
	/*width: 100%;*/
	display: block;
	overflow: hidden;
	position: relative;
}

.link_box:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -5.71429px;
    width: 8px;
    height: 8px;
    line-height: 8px;
    text-align: center;
    border-right: solid 1px #355577;
    border-bottom: solid 1px #355577;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hotel_contents {
	float: left;
	margin-top: 8px;
}
.contents_boxA .hotel_contents {
    float: left;
	margin: 8px 0 0!important;
    border: none;
    padding: 0;
    width: auto !important;
}

.link_box img {
	float: left;
	margin-right: 10px;
	vertical-align: middle;
}
.hotel_rank {
	background-image: url(../images/h_icon_crown.jpg);
	background-position: 0px 50%;
	background-repeat: no-repeat;
	background-size: auto;
	padding-left: 26px;
	color: #ff6c00!important;
	font-size: 1.2em;
	font-weight: bold;
}
.hotel_city {
	font-size: 1em;
	margin-left: 10px;
}
.hotel_name {
	font-size: 1.2em;
	font-weight: bold;
}
.hotel_stars {
	font-size: 1.2em;
	font-weight: bold;
	color: #ff6c00!important;
}
.contents_boxA .dp_contents {
	margin-right: -4px;
}
.dp_city {
	color: #ff6c00!important;
	font-size: 1.3em;
	font-weight: bold;
}
.dp_text {
	/*width:(100%-114px;*/
	font-size: 1.2em;
	font-weight: bold;
}
.use_contents {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 14px;
}


/* --------------------------------
	国内おススメ航空券
-------------------------------- */

ul#Recommend_Air {
	margin: 4px 6px 40px 10px;
	width : -moz-calc(100% -6px);
	width : -webkit-calc(100% -6px);
	width : calc(100% -6px);
	font-size: 1.4rem;
	overflow: hidden;
}
ul#Recommend_Air li {
	float: left;
	width : -moz-calc(50% - 4px);
	width : -webkit-calc(50% - 4px);
	width : calc(50% - 4px);
	list-style-type: none;
	margin-right: 4px;
	display: inline-block;
	position: relative;
	min-height: 100px;
	background: #fff url("../images/osusume/bg_recommend_sp.png") no-repeat center top;
	margin-top: 16px;
}
ul#Recommend_Air li a {
	color: #4d4d4d;
	display: block;
	width: 100%;
	border: 1px solid #c4d1d9;
	-webkit-box-shadow: inset 0 0 10px 0 #c4d1d9;
	-moz-box-shadow: inset 0 0 10px 0 #c4d1d9;
	box-shadow: inset 0 0 10px 0 #c4d1d9;
	box-sizing: border-box;
}
ul#Recommend_Air li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
ul#Recommend_Air li p.osusume_new {
	position: absolute;
	top: 3px;
	left: 3px;
}
ul#Recommend_Air li p.osusume_new img {
	width: 80%;
}
ul#Recommend_Air li p {
	line-height: 1;
}
ul#Recommend_Air li p.p_dep {
	width : -moz-calc(50% - 16px);
	width : -webkit-calc(50% - 16px);
	width : calc(50% - 16px);
	text-align: center;
	float: left;
	margin: 30px 12px 16px 0;
}
ul#Recommend_Air li p.p_arr {
	width : -moz-calc(50% - 16px);
	width : -webkit-calc(50% -1 6px);
	width : calc(50% - 16px);
	text-align: center;
	float: right;
	margin: 30px 0 16px 12px;
}
ul#Recommend_Air li p span {
	font-size: 0.76em;
}
ul#Recommend_Air li p span:before {
	content: "\A";
	white-space: pre;
}
ul#Recommend_Air li p.p_airline {
	font-size: 0.8em;
	font-weight: bold;
	color: #17557a;
	text-align: center;
	padding-top: 20px;
	clear: both;
	margin: 0px 0px -10px;
}
ul#Recommend_Air li p.p_airline img {
	width: 36px;
	vertical-align: middle;
	margin-right: 10px;
}
ul#Recommend_Air li p.p_price {
	font-size: 1.3em;
	font-weight: bold;
	color: #c50000;
	text-align: center;
	padding-top: 20px;
	clear: both;
	margin: 0px 20px 10px;
}
ul#Recommend_Air li p.p_search {
	position: absolute;
	right: 3px;
	bottom: 3px;
}
ul#Recommend_Air li p.p_search img {
	width: 28px;
}


/* --------------------------------
	国内人気の航空会社
-------------------------------- */
ul#air_company {
	width : -moz-calc(100% -1px);
	width : -webkit-calc(100% -1px);
	width : calc(100% -1px);
	margin: 10px 9px 40px 10px;
	overflow: hidden;
}
ul#air_company li {
	float: left;
	margin: 10px 1px 0 0;
	width : -moz-calc(25% - 1px);
	width : -webkit-calc(25% - 1px);
	width : calc(25% - 1px);
}
ul#air_company li img {
	width : -moz-calc(100% - 1px);
	width : -webkit-calc(100% - 1px);
	width : calc(100% - 1px);
}
ul#air_company p {
	line-height: 1;
	font-size: 1em;
	text-align: center;
	min-height: 24px;
	color: #4d4d4d;
}
ul#air_company li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

/* --------------------------------
	NEWS
-------------------------------- */
.themeA {
	position: relative;
	margin-top: 30px;
}
.themeA:first-child {
	margin-top: 0;
}
.h_icon {
	position: absolute;
	top: -12px;
	left: 5px;
}

.themeA h1 {
	width: 100%;
	min-height: 36px;
	background: #fff url("../../../template/common/img_3/site_back.jpg") repeat;
	color: #fff;
	font-size: 1.6rem;
	box-sizing: border-box;
	padding: 8px 10px 8px 70px;
	line-height: 1.1;
}

/* --------------------------------
	
-------------------------------- */
.mt-15 {
	margin-top: -15px!important;
}


main h2.page-title img{
	vertical-align: middle;
	margin-left: -10px;
}

main h2.page-title span{
font-size: 0.8em;
}

main h2.page-title {
    font-size: 12pt;
    font-weight: bold;
    line-height: 36pt;
    display: block;
    color: #375378;
}

.px-1r {
    padding-right: 12pt !important;
    padding-left: 12pt !important;
}
.page-title_box{
margin: 0 12px -10px;
font-size: 1.1em;
font-weight: bold;
line-height: 36pt;
color: #375378;
	display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
}

.page-title_box img{
margin: -10px 0 0;
}


/*ヒント追加設置*/
/*main h2 {
    width: 100%;
}*/

/*main h2 div {
    position: relative;
}*/
.hint_box {
position: absolute;
    right: 4px;
}
.hint_absolute {
position: absolute;
    right: 8px;
    top: 9px;
}
/* --------------------------------
	国内DP検索窓の時の補完
-------------------------------- */

.flight.first_f {
    margin: -10px 0px 2px 0px!important;
    border-top: none;
}

/* --------------------------------
	
-------------------------------- */

.icon_space {
 margin: 0px 0 10px;
 font-size: 1.4rem;
text-align: center;
 color: #000;
 }
.icon_space img {
  vertical-align: middle;
}