@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_Area {
	width: 100%;
	height: 536px;
	text-align: center;
	background: url("../images/top_bk.jpg") repeat-x top center;
	margin: 10px 0 0;
	z-index: 0;
	position: relative;
}
.Main_Stage {
	width: 1148px;
	height: 503px;
	background: url("../images/main.png") no-repeat center center;
	text-indent: -9999px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 150;
}
.naminami {
	background: url("../images/naminami.png") repeat-x;
	width: 100%;
	height: 50px;
	position: absolute;
	top: 490px;
	z-index: 100;
}
.naminami2 {
	background: url("../images/naminami.png") repeat-x;
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0;
	z-index: 100;
}
.naminami3 {
	background: url("../images/naminami_b.png") repeat-x;
	width: 100%;
	height: 50px;
	position: absolute;
	top: 0;
	z-index: 100;
}
.naminami4 {
	background: url("../images/naminami_c.png") repeat-x;
	width: 100%;
	height: 50px;
	position: absolute;
	top: 0;
	z-index: 100;
}
.Area_inner {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
}
/* メニューエリア*/

.Menu_Area {
	width: 100%;
	text-align: center;
	margin: 0;
	position: relative;
	height: 132px;
}
.Menu_Area ul {
	margin: 0px auto;
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 960px;
}
.Menu_Area li a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80)";
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}
.Menu_Area li {
	/*display: inline-block;*/
	float: left;
}
.Menu_Area li:last-child {
	margin-right: 0px;
}
.menu_tab:hover {
	animation: flip 3s linear infinite;
	transform-style: preserve-3d;
}
@keyframes flip {
 0% {
transform: rotateY(0deg);
}
 50% {
transform: rotateY(90deg);
}
 100% {
transform: rotateY(0deg);
}
}
/* ランキングエリア*/
.Ranking {
	width: 100%;
	padding: 0px 0 80px;
	background: #ffdb88 url("../images/bg_back.jpg") repeat center center;
	position: relative;
	overflow: hidden;
	z-index: 100;
}
.bk_city {
	background: url("../images/bk_city.png") repeat-x;
	width: 100%;
	height: 128px;
	position: absolute;
	bottom: 0;
	z-index: -1;
}
.Ranking h1 {
	width: 100%;
	font-size: 3em;
	color: #000;
	letter-spacing: 1.6px;
	display: inline-block;
	margin-top: 60px;
}
.Ranking h1 span {
	display: inline-block;
	text-align: left;
}
.Ranking h1 img {
	vertical-align: top;
}
.Ranking ul {
	margin: 10px auto 0;
	width: 1146px;
	overflow: hidden;
	text-align: left;
}
.rank_bk {
	background: url("data:image/svg+xml;charset=utf-8,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='750' height='250' viewBox='0 0 20 20' preserveAspectRatio='none'%3e%3cpath fill='%2365d1d7' d='M-5-15q5 5 10 0t10 0 10 0v12.4q-5 5-10 0t-10 0-10 0zM-5 5q5 5 10 0t10 0 10 0v12.4q-5 5-10 0t-10 0-10 0z'/%3e%3c/svg%3e") repeat-x;
	background-position-y: 316px;
	margin-bottom: 15px;
}
.Ranking li {
	float: left;
	margin: 0;
	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.part01 h2 span {
	font-size: 1.4em;
	margin-left: 20px;
}
.Ranking li.part02 h2 {
	font-size: 1.5em;
}
.Ranking li p {
	font-size: 1.14em;
	display: block;
	text-align: center;
	line-height: 1.3;
	color: #133b6b;
	margin-left: 24px;
	letter-spacing: -1px;
}
.Ranking li img {
	border-radius: 10px 0px 0 10px;
}
.Ranking li.part01 {
	width : -moz-calc(100% / 3);
	width : -webkit-calc(100% / 3);
	width : calc(100% / 3);
	margin: 0 0 30px;
	overflow: hidden;
}
.Ranking li.part05 {
	width : -moz-calc(100% / 3);
	width : -webkit-calc(100% / 3);
	width : calc(100% / 3);
	overflow: hidden;
	margin-bottom: 10px;
}
.Ranking li.part02 {
	width : -moz-calc(14.2%);
	width : -webkit-calc(14.2%);
	width : calc(14.2%);
	display: inline-block;
	box-sizing: border-box;
	border-right: none;
	text-align: left;
}
.Ranking a li.part01 {
	display: block;
}
.Ranking a li.part02 {
	display: block;
	margin-top: -15px;
}
.Ranking_htl {
	width: 100%;
	padding: 0px 0 40px;
	background-color: #ffdb88;
	position: relative;
	overflow: hidden;
}
.Ranking_htl h1 {
	width: 100%;
	font-size: 3em;
	color: #000;
	letter-spacing: 1.6px;
	display: inline-block;
	margin-top: 10px;
	z-index: -10;
}
.Ranking_htl h1 span {
	display: inline-block;
	text-align: left;
}
.Ranking_htl h1 img {
	vertical-align: top;
}
.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 */

.nami_box {
	position: relative;
}
.DP_area {
	width: 100%;
	background: url("../images/bk_pattern.jpg") repeat center top;
	margin-top: 0px;
	z-index: -20;
	margin-bottom: -43px;
	padding-bottom: 80px;
}
.DP_area h1 {
	width: 960px;
	margin-top: 100px;
	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;
	margin-bottom: 10px;
}
.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: #594d09;
	font-size: 1.8em;
	border-radius: 50px;
	margin-top: 50px;
	letter-spacing: 5px;
	padding: 20px 0;
	position: relative;
	width: 960px;
	margin: 50px auto 0;
}
.DP_area h2 img {
	margin-right: 10px;
}
.DP_area h2 span {
	position: absolute;
	top: -16px;
	left: 0;
	right: 0;
	margin-right: 23px;
}
.DP_area ul.box01 {
	margin: 20px auto 80px;
	width: 1020px;
}
.DP_area ul.box01 li {
	float: left;
	margin: 16px 44px 40px 14px;
	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;
}
.float_box {
	float: left;
	margin: -40px 0px 40px 0px;
	width: 520px;
}
.DP_area ul.box01_b li {
	float: left;
	margin: 16px 0px 20px 14px;
	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;
}
.ml24 {
	margin-left: 24px!important;
}

.DP_area li h3 {
	font-weight: bold;
	color: #000;
	display: block;
	font-size: 2em;
	height: 30px;
}
.DP_area li h3.t_long {
	margin-left: 77px;
	text-align: left;
}
.DP_area li h3.t_small {
	margin-left: 77px;
	text-align: left;
	font-size: 19px;
	letter-spacing: -2px;
}

.DP_area li h3.t_mid {
	margin-left: 77px;
	text-align: left;
	letter-spacing: -1px;
}
.icon_s {
	position: absolute;
	background: url("../images/icon_s.png") no-repeat;
	width: 134px;
	height: 82px;
	top: -20px;
	left: -40px;
	padding: 20px 0 0 0;
	color: #000;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	letter-spacing: -1px;
	box-sizing: border-box;
}
.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;
}
.DP_area ul.box01_b 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_b li ul.box_inner li.dp_box {
	border-right: dotted 1px #000!important;
}
.DP_area ul.box01_b li ul.box_inner li h4 {
	color: #fff;
	background-color: #14315c;
	border-radius: 20px;
	display: inline-block;
	padding: 1px 10px;
}
.DP_area ul.box01_b 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: 1040px;
	margin: 0px auto 0;
}
.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;
	float: left;
	z-index: 1000;
}
.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;
}
.ts {
	padding: 4px 0!important;
	line-height: 1;
}
.ts2 {
	letter-spacing: -1px;
	font-size: 0.9em;
}
.tit_ranking {
	margin-top: -20px;
}
#DP_area .tit_ranking_htl {
	margin-top: -50px;
}
.part03 {
	margin-top: -40px!important;
}
#wrap {
	position: relative;
}
#svg-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
#wrap1 {
	position: relative;
}
#svg-bg1 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.rank2_bk1 {
	background-color: #ffdb88 url("../images/bk_city.png") repeat-x;
	margin-top: 25px;
	background-position-y: 24px;
}
.rank2_bk2 {
	background: url("data:image/svg+xml;charset=utf-8,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='50' height='30' viewBox='0 0 20 20' preserveAspectRatio='none'%3e%3cpath fill='%23cbf2f4' d='M-5-15q5 5 10 0t10 0 10 0v12.7q-5 5-10 0t-10 0-10 0zM-5 5q5 5 10 0t10 0 10 0v12.7q-5 5-10 0t-10 0-10 0z'/%3e%3c/svg%3e") repeat-x;
	background-position-y: -15px;
	height: 17px;
	z-index: 10;
	position: relative;
}
.rank2 {
	text-align: center!important;
	margin-top: 0px!important;
}
.p_img {
	float: left;
}
.p_cr {
	margin: 5px 6px!important;
	float: right;
}
.p_dep {
	text-align: left;
	float: left;
	line-height: 1.5;
	color: #ffffff!important;
	background: #fe5516;
	border-radius: 5px;
	padding: 2px 8px;
	margin: 10px 13px 10px 10px
}
.p_dep2 {
	text-align: left;
	float: left;
	line-height: 1.5;
	color: #ffffff!important;
	background: #ed3e34;
	border-radius: 5px;
	padding: 2px 8px;
	margin: 10px 13px 10px 10px
}
.font_city {
	font-size: 1.1em;
	font-weight: bold;
}
.p_arr {
	text-align: center;
	margin: 8px 0 0px 12px;
	font-weight: bold;
}
.p_search {
	float: right;
	right: 5px;
	bottom: 9px;
	border-radius: 0px;
	position: absolute;
}
.rank2 li a {
	display: block;
	width: 100%;
	height: 130px;
	background: #ffffff;
	text-align: center!important;
	border-radius: 10px 10px 0 10px;
}
.part05 {
	padding: 6px 5px!important;
}
.part06 {
	width: 381px;
	text-align: left;
}
.p_day {
	padding: 13px 0;
	text-align: left!important;
	font-weight: bold;
}
.part06 a {
	text-decoration: none;
}
.part01 p {
	margin-top: 5px;
}
.part02 p {
	margin-top: 5px;
	margin-left: 6px;
}
.Ranking_htl li .p_price {
	font-weight: bold;
	color: #be0101;
	font-size: 18px;
	padding-right: 14px;
	padding-top: 10px;
	text-align: right;
	font-family: 'Archivo Black', sans-serif;
}
.Ranking_htl .p_oil {
	font-size: 13px!important;
	font-weight: normal!important;
	padding-left: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.other1 {
	width: 450px!important;
	margin-bottom: 20px!important;
	margin-right: 60px!important;
	left: 13px;
}
.other2 {
	width: 450px!important;
	float: left;
	margin-bottom: 20px!important;
	left: 13px;
}
.box_other {
	width: 1040px;
	margin: 0 auto 0;
}
.title_other {
	width: 1040px;
	margin: 0 auto 30px;
	overflow: hidden;
	padding-left: 30px;
}
.menu li {
	display: inline-block;
	width: 192px;
}
.menu a {
	position: relative;
	display: block;
}
.menu a span {
	opacity: 0;
}
.menu a .over_img {
	position: absolute;
	left: 0;
	top: 0;
	background-image: url("/special/summer_holiday/tour/images/bt01_on.png");
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 30px;
	color: #FFF;
	width: 170px;
	height: 70px;
}
.rank_bk a:hover {
	opacity: 1!important;
	filter: alpha(opacity=100)!important;
	-ms-filter: "alpha( opacity=100 )"!important;
}
.rank2_bk1 a:hover {
	opacity: 0.8!important;
	filter: alpha(opacity=80)!important;
	-ms-filter: "alpha( opacity=80 )"!important;
}
.DP_area a:hover {
	opacity: 0.8!important;
	filter: alpha(opacity=80)!important;
	-ms-filter: "alpha( opacity=80 )"!important;
}
.part02 a:hover {
	opacity: 1!important;
	filter: alpha(opacity=100)!important;
	-ms-filter: "alpha( opacity=100 )"!important;
}
.osa_title {
	margin-top: 0!important;
}
.part01 a {
	text-decoration: none;
	color: #133b6b!important;
}
.part02 a {
	text-decoration: none;
	color: #133b6b!important;
}
#PageNav .badge {
	z-index: 1000;
	position: relative;
}

ul.rank_box {
	width: 1146px;
	margin: 0 auto;
}
ul.rank_box li {
	float: left;
	text-align: center;
	width: 366px;
	margin-right: 24px;
	color: #133b6b;
}
ul.rank_box li a {
	color: #133b6b;
	text-decoration: none;
}
ul.rank_box li:last-child {
	margin-right: 0px;
}
ul.rank_box li li {
	background-color: #fff;
	border-radius: 20px;
	font-size: 15px;
	position: relative;
	margin-bottom: 20px;
}
ul.rank_box li li:hover {
	opacity: 0.9!important;
	filter: alpha(opacity=90)!important;
	-ms-filter: "alpha( opacity=90 )"!important;
}

/* was_custom*/
.sp_only {
display: none!important;
}

main {
   margin-top: -20px;
}
.bt_arrow2 {
 padding-top: 2px;
}

.page_top {
    width: 960px;
    margin: 15px auto;
    text-align: right;
    font-size: 12px;
}
.text_day {
	margin-bottom: 8px;
}

.page_top a {
    color: #4d4d4d;
}
.DP_area {
   margin-bottom: 0!important;
    padding-bottom: 60px;
}

#Emergency {
    border: #ff9000 4px solid!important;
    background-color: #fcf2e3;
    margin: 0 15px 30px 15px!important;
    padding: 25px;
    border-radius: 10px;
    -webkit-border-radius: 10px;/* Safari,Google Chrome用 */ -moz-border-radius: 10px;   /* Firefox用 */
}

#Emergency h2 {
    font-size: 24px;
    color: #ef4125!important;
    padding: 0!important;
    margin: 0!important;
    text-align: center!important;
    vertical-align: middle!important;
    float: none!important;
    border: none!important;
    background: none!important;
}
