@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 a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.Main_Stage_Area {
	width: 100%;
	min-height: 500px;
	border-bottom-right-radius: 2000px 300px;
	border-bottom-left-radius: 2000px 300px;
	margin-left: -200px;
	margin-right: -200px;
	padding-left: 200px;
	padding-right: 200px;
	padding-bottom: 50px;
	text-align: center;
	background: #ffd6dc url("../images/sakura_back.png") repeat-x center 320px;
}
.Main_Inner {
	width: 1011px;
	height: 558px;
	text-indent: -9999px;
	margin: 0 auto;
	position: relative;
}
.Main_Stage {
	width: 100%;
	height: 558px;
	background: url("../images/main.png") no-repeat center center;
	text-indent: -9999px;
	margin: 0 auto;
	position: absolute;
	top: -16px;
}
.Area_inner {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
}
/* メニューエリア*/

.Menu_Area {
	width: 100%;
	text-align: center;
	margin: 0;
	position: relative;
	height: 110px;
}
.Menu_Area ul {
	margin: 0px auto;
	position: absolute;
	top: -80px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 840px;
}
.Menu_Area li a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100)";
}
.Menu_Area li {
	display: inline-block;
	margin-right: 15px;
}
.Menu_Area li:last-child {
	margin-right: 0px;
}
.menu01 {
	background: url("../images/bt01_on.jpg") no-repeat;
}
.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;
}
.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;
}
.menu03 a {
	display: inline-block;
}
.menu03 a:hover {
	background-color: transparent; /* IE6対応 */
}
.menu03 a:hover img {
	visibility: hidden;
}
/* ランキングエリア*/
.Ranking {
	width: 100%;
	padding: 0px 0 30px;
}
.Ranking h1 {
	width: 960px;
	margin-bottom: 20px;
	font-family: 'Sawarabi Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", sans-serif;
	font-size: 3em;
	color: #000;
	letter-spacing: 1.6px;
	display: inline-block;
}
.Ranking h1 span {
	display: inline-block;
	text-align: left;
}
.Ranking h1 img {
	vertical-align: top;
}
.t_pink {
	color: #f0749a;
}
.Ranking ul {
	margin: 10px 0 0;
	width: 960px;
	overflow: hidden;
	text-align: left;
}
.Ranking li {
	float: left;
	margin: 0;
	background-color: #fff;
	box-sizing: border-box;
	padding: 6px 10px 10px;
}
.Ranking a li {
	color: #000;
	text-decoration: none;
}
.Ranking a:hover li {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
}
.Ranking li h2 {
	font-size: 1.7em;
	font-family: 'Sawarabi Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", sans-serif;
}
.Ranking li.part00 h2 {
	font-size: 2.5em;
	margin-bottom: 0px;
	line-height: 1.3;
}
.Ranking li.part00 h2 span {
	font-size: 1.8em;
	margin-left: 20px;
}
.Ranking li.part01 h2 span {
	font-size: 1.4em;
	margin-left: 20px;
}
.Ranking li.part02 h2 {
	font-size: 1.5em;
}
.Ranking li p {
	padding: 5px 0 20px;
	font-size: 1.2em;
	display: block;
}
.Ranking li.part00 p {
	font-size: 1.5em;
	line-height: 1.2;
}
.Ranking li img {
	border-radius: 20px;
	float: left;
}
.Ranking li.part00 {
	width : 100%;
	padding: 0 80px;
	box-sizing: border-box;
}
.Ranking li.part00 img {
	margin-right: 50px;
}
.Ranking li.part01 {
	width : -moz-calc(100% / 2);
	width : -webkit-calc(100% / 2);
	width : calc(100% / 2);
	margin: 0 0 30px;
	overflow: hidden;
}
.Ranking li.part02 {
	border-left: 1px solid #2b4555;
	width : -moz-calc(100% / 7);
	width : -webkit-calc(100% / 7);
	width : calc(100% / 7);
	display: inline-block;
	box-sizing: border-box;
	border-right: none;
}
.Ranking li.part02.end {
	border-right: 1px solid #2b4555;
}
.Ranking a li.part00 {
	display: block;
	overflow: hidden;
	margin-bottom: 40px;
}
.Ranking a li.part01 {
	display: block;
　
}
.Ranking a li.part02 {
	display: block;
　
}
.img_case01 {
	width: 200px;
	margin-right: 20px;
}
.tex_thin {
	letter-spacing: -2px;
	font-size: 0.9em;
}
.bt_arrow {
	position: relative;
	display: block;
	padding-right: 20px;
	background-color: #000;
	color: #fff;
	width: 150px;
	text-align: center;
	height: 6px;
	font-size: 16px!important;
}
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;
}
.Ranking a li.part00 .bt_arrow {
	float: right;
	margin-top: -30px;
}
.Ranking a li.part01 .bt_arrow {
	float: right;
	margin-top: -10px;
}
.Ranking a li.part02 .bt_arrow {
	width : 100%;
	margin: 0;
	font-size: 14px!important;
	height: 4px!important;
}
.Ranking a li.part02 .bt_arrow:before {
	right: 5px;
}
/* DP_area */
.DP_area {
	width: 100%;
	background: url("../images/pattern02.jpg") repeat center top;
	padding: 20px 0 30px;
}
.DP_area h1 {
	width: 960px;
	margin-bottom: 20px;
	font-family: 'Sawarabi Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", sans-serif;
	font-size: 3em;
	color: #000;
	letter-spacing: 1.6px;
	display: inline-block;
}
.DP_area h1 span {
	display: inline-block;
	text-align: left;
}
.DP_area h1 img {
	vertical-align: top;
}
.banner a {
	background: #fff url("../images/dp_banner.jpg") no-repeat left top;
	width: 960px;
	height: 200px;
	text-indent: -9999px;
	margin: 0 auto;
	display: inline-block;
}
.DP_area h2 {
	color: #fff;
	background-color: #000;
	font-size: 1.8em;
	border-radius: 50px;
	margin-top: 50px;
	letter-spacing: 5px;
	padding: 20px;
	position: relative;
}
.DP_area h2 img {
	margin-right: 10px;
}
.DP_area h2 span {
	position: absolute;
	top: -16px;
	left: 0;
	right: 0;
}
.DP_area ul.box01 {
	margin: 20px 0;
	width: 1044px;
	overflow: hidden;
	margin-right: -44px;
}
.DP_area ul.box01 li {
	float: left;
	margin: 16px 44px 20px 4px;
	width: 452px;
	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: 20px 10px 10px;
	box-sizing: border-box;
}
.DP_area li h3 {
	font-weight: bold;
	color: #000;
	display: block;
	font-size: 2em;
}
.DP_area li h3.t_long {
	margin-left: 77px;
	text-align: left;
	letter-spacing: -1px;
}
.sakura {
	position: absolute;
	background: url("../images/sakura.png") no-repeat;
	width: 94px;
	height: 94px;
	top: -20px;
	left: -5px;
	padding: 34px 0 0;
	color: #000;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	letter-spacing: -1px;
}
.DP_area li img.mainPIC {
	margin: 10px 0;
	border-radius: 10px;
}
.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;
}
.DP_area ul.box01 li ul.box_inner li.dp_box {
	border-right: dotted 1px #000!important;
}
.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.2em;
	font-family: 'Archivo Black', sans-serif;
	letter-spacing: -1px;
	line-height: 1;
}
.price_box img {
	margin-right: 5px;
	vertical-align: text-bottom;
}
.t_orange {
	color: #ff6600;
}
.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: 166px;
	text-align: center;
	height: 30px;
	font-size: 16px!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: 174px;
	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: 100%;
}
.BtnArea img {
	float: left;
	margin-right: 36px;
	margin-left: 50px;
}
.Btn_A a {
	background: url(../images/icon_loupe.png), linear-gradient(to bottom, #fdd661, #fdbd4c);
	background-repeat: no-repeat;
	background-position: right 70px center, left center;
	margin: 0;
	border: solid 1px #d7922d;
	box-shadow: inset 0 1px 5px rgba(227,168,52,0.8);
	font-size: 3.2em;
	text-decoration: none;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	display: block;
	font-weight: bold;
	padding: 24px 50px 24px 0;
	color: #000;
	box-sizing: border-box;
	width: 684px;
	border-radius: 10px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
}
.Btn_A_waku a {
	margin: 10px 0 0;
	border: solid 4px #e8e8e8;
	display: block;
	box-sizing: border-box;
	width: 684px;
	border-radius: 10px;
	position: relative;
	z-index: 10;
	float: left;
}
.Btn_A_waku2 a {
	margin: 10px 0 0;
	border: solid 4px #e8e8e8;
	display: block;
	box-sizing: border-box;
	width: 684px;
	border-radius: 10px;
	position: relative;
	z-index: 10;
	float: left;
}
/* Air_area*/

.Air_area {
	width: 100%;
	padding: 20px 0 50px;
}
.Air_area h1 {
	width: 960px;
	margin-bottom: 20px;
	font-family: 'Sawarabi Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", sans-serif;
	font-size: 3em;
	color: #000;
	letter-spacing: 1.6px;
	display: inline-block;
}
.Air_area h1 span {
	display: inline-block;
	text-align: left;
}
.Air_area h1 img {
	vertical-align: top;
}
.Air_area ul.dp_box {
	width : -moz-calc(100% + 12px);
	width : -webkit-calc(100% + 12px);
	width : calc(100% + 12px);
	margin-right: -12px;
	overflow: hidden;
	margin-bottom: 30px;
}
.Air_area ul.dp_box li {
	width : -moz-calc((100% / 2) - 12px );
	width : -webkit-calc((100% / 2) - 12px );
	width : calc((100% / 2) - 12px );
	margin: 0 0 30px 12px;
	float: left;
	overflow: hidden;
}
.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;
	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 2px;
	margin: 2px auto;
	background: #000 linear-gradient(to bottom, #84807f, #272626);
	color: #fff;
	font-size: 1.4em;
	float: left;
	box-sizing: border-box;
	text-align: center;
	min-height: 42px;
}
.box02 dl dd.dep {
	width: 15%;
	border-right: 2px solid #000;
}
.box02 dl dd.airline {
	width: 28%;
	border-right: 2px solid #000;
}
.box02 dl dd.arr {
	width: 30%;
	border-right: 2px solid #000;
}
.box02 dl dd.price {
	width : 27%;
	position: relative;
	color: #f8dc1d;
	font-weight: bold;
}
.ts {
	padding: 4px 0!important;
	line-height: 1;
}
.ts2 {
	letter-spacing: -1px;
	font-size: 0.9em;
}
