@charset "UTF-8";
 @import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');
@import url('https://fonts.googleapis.com/css?family=Archivo+Black');
/* 指定
font-family: 'Sawarabi Mincho', sans-serif;
font-family: 'Archivo Black', sans-serif;
*/

.Main_Stage {
	width: 100%;
	background: url("../images/main_sp.jpg") no-repeat center center;
	text-indent: -9999px;
	height: 0;
	/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
	padding-bottom: 57%;
	background-size: contain;
}
/* メニューエリア*/

.Menu_Area {
	width: 100%;
	margin: 0;
	position: relative;
	height: 0;
	padding-bottom: 28.2%;
}
.Menu_Area ul {
	overflow: hidden;
	box-sizing: border-box;
	padding: 10px 20px;
	line-height: 0;
	position: absolute;
	top: -24px;
}
.Menu_Area li {
	float: left;
	width : -moz-calc((100% / 3) - 10px);
	width : -webkit-calc((100% / 3) - 10px);
	width : calc((100% / 3) - 10px);
	margin: 0 5px;
}
.Menu_Area li img {
	width: 100%;
}
.menu01 {
	background: url("../images/bt01_on.jpg") no-repeat;
	background-size: contain;
}
.menu01 a {
	display: inline-block;
}
.menu01 a:hover {
	background-color: transparent; /* IE6対応 */
}
.menu01 a:hover img {
	visibility: hidden;
}
.menu02 {
	background: url("../images/bt02_on.jpg") no-repeat;
	background-size: contain;
}
.menu02 a {
	display: inline-block;
}
.menu02 a:hover {
	background-color: transparent; /* IE6対応 */
}
.menu02 a:hover img {
	visibility: hidden;
}
.menu03 {
	background: url("../images/bt03_on.jpg") no-repeat;
	background-size: contain;
}
.menu03 a {
	display: inline-block;
}
.menu03 a:hover {
	background-color: transparent; /* IE6対応 */
}
.menu03 a:hover img {
	visibility: hidden;
}
/* ランキングエリア*/
.Ranking {
	width : -moz-calc(100% -20px);
	width : -webkit-calc(100% -20px);
	width : calc(100% -20px);
	padding: 0px 0 40px;
	margin: 0 10px;
}
.Ranking h1 {
	font-family: 'Sawarabi Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", sans-serif;
	font-size: 2em;
	color: #000;
	display: inline-block;
	text-align: center;
	border-bottom: 1px solid #2b4555;
	padding-bottom: 10px;
	width: 100%;
}
.Ranking h1 span {
	display: inline-block;
	text-align: left;
	white-space: nowrap
}
.Ranking h1 img {
	vertical-align: top;
	width: 24%;
}
.t_pink {
	color: #f0749a;
}
.Ranking ul {
	margin: 0;
	width: 100%;
	text-align: left;
}
.Ranking li {
	margin: 0;
	border-bottom: 1px solid #2b4555;
	border-right: 1px solid #2b4555;
	border-left: 1px solid #2b4555;
	background-color: #fff;
	box-sizing: border-box;
	padding: 2px 14px;
	text-align: center;
}
.Ranking li img {
	float: left;
	width: 100%;
	border-radius: 10px;
	margin: 6px 0;
}
.Ranking a li {
	color: #000;
	text-decoration: none;
	width: 100%;
	overflow: hidden;
}
.Ranking a:hover li {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
}
.Ranking li h2 {
	font-size: 1.8em;
	font-family: 'Sawarabi Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", sans-serif;
	text-align: left;
}
.Ranking li h2 span {
	margin-left: 10px;
	font-size: 1.3em;
}
.Ranking li p {
	padding: 5px 0;
	font-size: 1.4rem;
	display: block;
	text-align: left;
}
.bt_arrow {
	position: relative;
	display: block;
	padding-right: 20px;
	background-color: #000;
	color: #fff;
	width: 130px;
	text-align: center!important;
	height: 16px;
	font-size: 14px!important;
	float: right;
}
a:hover .bt_arrow {
	background-color: #333!important;
}
.bt_arrow:before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -4px;
}
/* DP_area */
.DP_area {
	width: 100%;
	background: url("../images/pattern02_b.jpg") repeat center top;
	padding: 10px 0 30px;
}
.DP_area h1 {
	font-family: 'Sawarabi Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", sans-serif;
	font-size: 2.5em;
	color: #000;
	display: inline-block;
	text-align: center;
	padding-bottom: 10px;
	width: 100%;
}
.banner a {
	background: url("../images/dp_banner_sp.jpg") no-repeat left top;
	background-size: contain;
	width : -moz-calc(100% - 20px);
	width : -webkit-calc(100% - 20px);
	width : calc(100% - 20px);
	height: 0;
	padding-top: 57%;
	text-indent: -9999px;
	margin: 0 10px;
	display: inline-block;
}
.DP_area h1 span {
	display: inline-block;
	text-align: left;
	white-space: nowrap
}
.DP_area h1 img {
	vertical-align: top;
	width: 32%;
}
.DP_area h2 {
	color: #fff;
	background-color: #000;
	font-size: 1.8em;
	border-radius: 50px;
	margin: 20px 10px 0;
	letter-spacing: 5px;
	padding: 20px;
	position: relative;
}
.DP_area h2 img {
	margin-right: 10px;
	vertical-align: bottom;
}
.DP_area h2 span {
	position: absolute;
	top: -16px;
}
.DP_area ul.box01 {
	margin: 10px 10px 0;
	width : -moz-calc(100% - 8px);
	width : -webkit-calc(100% - 8px);
	width : calc(100% - 8px);
	overflow: hidden;
}
.DP_area ul.box01 li {
	margin: 16px 4px 20px;
	width : -moz-calc(100% - 20px);
	width : -webkit-calc(100% - 20px);
	width : calc(100% - 20px);
	position: relative;
	display: inline-block;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px 0 #ccc; /* Safari, Chrome用 */
	-moz-box-shadow: 0 0 5px 0 #ccc; /* Firefox用 */
	box-shadow: 0 0 5px 0 #ccc; /* CSS3 */
	padding: 16px 0px 10px;
	box-sizing: border-box;
}
.DP_area li h3 {
	font-weight: bold;
	color: #000;
	display: block;
	font-size: 2em;
	margin-left: 68px;
	text-align: left;
	margin-right: 10px;
	line-height: 1;
}
.DP_area li h3.t_long {
	margin-left: 68px;
	text-align: left;
	letter-spacing: -1px;
}
.sakura {
	position: absolute;
	background: url("../images/sakura.png") no-repeat;
	background-size: contain;
	width: 80px;
	height: 80px;
	top: -22px;
	left: -10px;
	padding: 26px 0 0;
	color: #000;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	letter-spacing: -1px;
}
.star {
	margin-left: 68px;
}
.DP_area li img.mainPIC {
	margin: 5px 10px 10px;
	border-radius: 10px;
	width : -moz-calc(100% - 20px);
	width : -webkit-calc(100% - 20px);
	width : calc(100% - 20px);
}
.DP_area ul.box01 li ul.box_inner li {
	float: left;
	-webkit-box-shadow: none!important; /* Safari, Chrome用 */
	-moz-box-shadow: none!important; /* Firefox用 */
	box-shadow: none!important; /* CSS3 */
	width : -moz-calc(100% / 2);
	width : -webkit-calc(100% / 2);
	width : calc(100% / 2);
	padding: 0!important;
	box-sizing: border-box;
	margin: 0;
	text-align: center;
}
.DP_area ul.box01 li ul.box_inner li.dp_box {
	border-right: dotted 1px #000!important;
	position: relative;
}
.DP_area ul.box01 li ul.box_inner li h4 {
	color: #fff;
	background-color: #14315c;
	border-radius: 20px;
	display: inline-block;
	padding: 1px 10px;
}
.DP_area ul.box01 li ul.box_inner li h4 img {
	vertical-align: middle;
	margin-right: 5px;
}
.price_box {
	color: #be0101;
	font-size: 1.2em;
	margin: 5px 0;
	font-weight: normal;
}
.price_box .price {
	color: #be0101;
	font-size: 2.1em;
	font-family: 'Archivo Black', sans-serif;
	letter-spacing: -1px;
	line-height: 1;
}
.price_box img {
	width: 36px;
	position: absolute;
	top: 0px;
	left: -5px;
}
.t_orange {
	color: #ff6600;
	font-size: 1.2em;
}
.bt_arrow2 {
	position: relative;
	display: block;
	padding-right: 20px;
	background: linear-gradient(to bottom, #fdd661, #fdbd4c);
	background-repeat: no-repeat;
	background-position: left center;
	border: solid 1px #d7922d;
	box-shadow: inset 0 1px 5px rgba(227,168,52,0.8);
	color: #000;
	width : 100%;
	text-align: center;
	height: 30px;
	font-size: 13px!important;
	padding-top: 5px;
	box-sizing: border-box;
	border-radius: 20px;
	font-weight: bold;
}
a:hover .bt_arrow2 {
	background-color: #333!important;
}
.bt_arrow2_waku {
	border: solid 4px #e8e8e8;
	display: block;
	box-sizing: border-box;
	width : -moz-calc(100% - 20px);
	width : -webkit-calc(100% - 20px);
	width : calc(100% - 20px);
	border-radius: 20px;
	position: relative;
	z-index: 10;
	margin: 10px auto 0;
}
.bt_arrow2:before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -4px;
}
.BtnArea {
	overflow: hidden;
	width : -moz-calc(100% - 20px);
	width : -webkit-calc(100% - 20px);
	width : calc(100% - 20px);
	text-align: center;
	margin: 0 10px;
}
.BtnArea img {
	width: 100px;
}
.Btn_A a {
	background: url(../images/icon_loupe.png), linear-gradient(to bottom, #fdd661, #fdbd4c);
	background-repeat: no-repeat;
	background-position: right 5px center, left center;
	background-size: 50px, contain;
	margin: 0;
	border: solid 1px #d7922d;
	box-shadow: inset 0 1px 5px rgba(227,168,52,0.8);
	font-size: 2.4rem;
	text-decoration: none;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	display: block;
	font-weight: bold;
	padding: 24px 36px 24px 0;
	color: #000;
	box-sizing: border-box;
	width: 100%;
	border-radius: 10px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
}
.Btn_A_waku a {
	margin: 10px auto 0;
	border: solid 4px #e8e8e8;
	display: block;
	box-sizing: border-box;
	border-radius: 10px;
	position: relative;
	z-index: 10;
	width : 100%;
}
.Btn_A_waku2 a {
	margin: 10px auto 0;
	border: solid 4px #e8e8e8;
	display: block;
	box-sizing: border-box;
	border-radius: 10px;
	position: relative;
	z-index: 10;
	width : 100%;
}
/* Air_area*/

.Air_area {
	width: 100%;
	/*padding: 10px 0 50px;*/
	padding: 10px 0 20px;
}
.Air_area h1 {
	font-family: 'Sawarabi Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", sans-serif;
	font-size: 2.5em;
	color: #000;
	display: inline-block;
	text-align: center;
	padding-bottom: 10px;
	width: 100%;
}
.Air_area h1 span {
	display: inline-block;
	text-align: left;
	white-space: nowrap
}
.Air_area h1 img {
	vertical-align: top;
	width: 27%;
}
.Air_area ul.dp_box {
	width : 100%;
	overflow: hidden;
}
.Air_area ul.dp_box li {
	width : -moz-calc(100% - 20px);
	width : -webkit-calc(100% - 20px);
	width : calc(100% - 20px);
	overflow: hidden;
	margin: 0 10px 20px;
}
.box02 {
	width : 100%;
	background-color: #000;
	overflow: hidden;
	padding-bottom: 12px;
}
.box02 h2 {
	padding: 10px 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 2em;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	background: url("../images/board_air.png") no-repeat 5px center;
}
.box02 dl {
	margin: 0 5px;
	width : -moz-calc(100% - 12px );
	width : -webkit-calc(100% - 12px );
	width : calc(100% - 12px );
	border-top: 1px solid #fff;
	overflow: hidden;
}
.box02 dl.end {
	border-bottom: 1px solid #fff;
}
.box02 a:hover dl {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.box02 dl dd {
	padding: 10px 0;
	margin: 2px auto;
	background: #000 linear-gradient(to bottom, #84807f, #272626);
	color: #fff;
	font-size: 1.3rem;
	float: left;
	box-sizing: border-box;
	text-align: center;
	white-space: nowrap;
	min-height: 40px;
}
.box02 dl dd.dep {
	width: 15%;
	border-right: 2px solid #000;
}
.box02 dl dd.airline {
	width: 32%;
	border-right: 2px solid #000;
}
.box02 dl dd.arr {
	width: 26%;
	border-right: 2px solid #000;
}
.box02 dl dd.price {
	width : 27%;
	position: relative;
	color: #f8dc1d;
	font-weight: bold;
}
.ts {
	padding: 0!important;
}
.ts2 {
	letter-spacing: -2px;
	font-size: 0.9em;
}
.sec_menu {
	text-align: center;
}