@charset "UTF-8";
/* CSS Document */

/*----------------------------------
	index用のCSSです
----------------------------------*/

/*----------------------------------メインコンテンツ----------------------------------*/

/* CSS Document */

.container {
	width: 100%;
}

/*a {
  transition: opacity 500ms 0s ease;	
}*/

a:hover {
	opacity: 0.7;
}

/*titleのエフェクトを切ってあります。h1のclass名html Temp_navi.phpに直接onを書いてあるので、やり直す場合はonを取って以下コメントアウトはずす*/
.effect {
	transition: all 1000ms 0s ease;
	opacity: 0;
}

.effect.move {
	transform: translateY(30px);
}

.effect.on {
	opacity: 1;
	transform: translateY(0);
}

.keyvis .effect {
	/*  transition: all 4000ms 0s ease;
  transform:translateY(30px) ;*/
}

.keyvis .effect.on {
	/*  opacity:1;
  transform:translateY(0);*/
}

.keyvis .txt.effect {
	/*transition: all 1000ms 1s ease;
  transform:translateY(0)*/
}

.mincho {
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif !important;
}

.contents {
	width: 100%;
	/*background-color:#0d1864;*/
	position: relative;
}

.wrap {
	width: 1024px;
	margin: auto;
}

.price_nav {
	background: url("/attending/kaigai/aurora/images/nav_bg.png");
	height: 76px;
	background-size: cover;
	background-position: center center;
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 5;
	overflow: visible;
}

.price_nav .pop_balloon_child {
	position: absolute;
	left: 50%;
	top: 56px;
	width: 238px;
	z-index: 6;
	display: none;
}

.price_nav .pop_balloon_child ul li {
	background: url("/attending/kaigai/aurora/images/pop_balloon_bg.png") repeat-y;
	width: 237px;
	height: 36px;
	padding: 0 25px;
	box-sizing: border-box;
	margin-bottom: 1px;
}

.price_nav .pop_balloon_child ul li a {
	font-size: 18px;
	color: #050e4d;
	line-height: 36px;
}

.price_nav .pop_balloon_child ul li a:before {
	content: "";
	display: inline-block;
	background: url("/attending/kaigai/aurora/images/ico_triangle_r.png");
	background-position: center center;
	width: 6px;
	height: 10px;
	margin: auto 10px;
}

.contents_main {
	background-image: url("/attending/kaigai/aurora/images/bg.png");
	background-position: center 470px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding: 40px 0 100px;
	background-color: #0d1864;
}

.price_nav .nav_list {
	clear: both;
	overflow: hidden;
}
.price_nav .nav_list li {
	float: left;
}

.keyvis {
	background: url("/attending/kaigai/aurora/images/keyvis_BP18-001844.png") no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 600px;
	position: relative;
}
.keyvis.iceland {
	background: url("/attending/kaigai/aurora/iceland/images/BP17-009506D.png") no-repeat;
	background-size: cover;
}
.keyvis.alaska {
	background: url("/attending/kaigai/aurora/alaska/images/EBP14-44711D.png") no-repeat;
	background-size: cover;
}
.keyvis.norway {
	background: url("/attending/kaigai/aurora/norway/images/BP17-042928D.png") no-repeat;
	background-size: cover;
}
.keyvis.finland {
	background: url("/attending/kaigai/aurora/finland/images/BP18-027858D.png") no-repeat;
	background-size: cover;
}
.keyvis.canada {
	background: url("/attending/kaigai/aurora/images/keyvis_BP18-001844.png") no-repeat;
	background-size: cover;
}
.keyvis .ttl {
	padding-top: 120px;
}

.keyvis .box {
	clear: both;
	overflow: hidden;
	position: absolute;
	bottom: 30px;
}

.keyvis .txt {
	float: left;
	width: 655px;
	box-sizing: border-box;
	position: relative;
	background-color: rgba(0, 9, 70, 0.4);
	min-height: 80px;
}

.keyvis .txt p {
	color: #ffffff;
	z-index: 1;
	position: relative;
	padding: 30px 40px;
	font-size: 14px;
}

.keyvis .txt:before {
	content: "";
	background: url("/attending/kaigai/aurora/images/keyvis_text_bg.png");
	width: 60px;
	height: 60px;
	position: absolute;
	top: 2px;
	left: 2px;
}

.keyvis .txt:after {
	content: "";
	background: url("/attending/kaigai/aurora/images/keyvis_text_bg.png");
	width: 60px;
	height: 60px;
	position: absolute;
	bottom: 2px;
	right: 2px;
	transform: rotate(180deg);
}

.keyvis .sns {
	float: right;
	width: 290px;
	text-align: right;
}

.keyvis .sns .sns_link li {
	display: inline-block;
	margin: 0 5px 0 0;
}

.area {
	/*margin-bottom: 60px;*/
	margin-bottom: 120px;
}

.area h2 {
	text-align: center;
}

.area h3.snow,
.price_nav h3.snow {
	background: url("/attending/kaigai/aurora/images/ico_snow.png") no-repeat;
	height: 30px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0 5px 30px;
}

.month_box {
	margin-top: 60px;
	overflow: hidden;
}

.month_box h3.snow {
	float: left;
}

.month_box .select {
	margin-left: 210px;
	padding: 5px 0;
}

.price_nav .month_box {
	margin-top: 0;
	background: #0d1864;
	display: none;
	padding: 10px 0;
}

.area .country_link {
	margin-top: 40px;
}

.area .country_list {
	overflow: hidden;
}
.area .country_list li {
	float: left;
	width: 20%;
}

.tour_box_c {
	width: 1024px;
	margin: 30px auto 0;
}

.tour_box_f {
	width: 960px;
	margin: 70px auto 0;
}

.tour_box_c .source,
.tour_box_f .source {
	width: 960px;
	height: auto;
	font-size: 12px;
	line-height: 1.5;
	color: #fff;
	text-align: right;
	margin: 5px auto;
}

/* price table */

.price_table_c {
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
	background: #ffffff;
	margin-bottom: 20px;
}

.price_table_c th,
.price_table_c td {
	border: 1px solid #000946;
	padding: 10px;
	vertical-align: middle;
	color: #000946;
	text-align: center;
}
.price_table_c th {
	font-size: 18px;
	font-weight: bold;
}

.price_table_c .spacer {
	background: #6fca99;
}

.price_table_c th.th_n {
	background: #e0faec;
}
.price_table_c th.th_b {
	background: #fff799;
}

.price_table_c td .day {
	font-size: 16px;
	color: #fe0000;
	font-weight: bold;
}

.price_table_c td .price a {
	font-size: 17px;
}

/* price table */

.price_table_f {
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
	background: #ffffff;
	margin-bottom: 20px;
}

.price_table_f th,
.price_table_f td {
	border: 1px solid #000946;
	padding: 10px;
	vertical-align: middle;
	color: #000946;
	text-align: center;
}
.price_table_f th {
	font-size: 18px;
	font-weight: bold;
}

.price_table_f .spacer {
	background: #3280e2;
}

.price_table_f th.th_n {
	background: #c3e8f9;
}
.price_table_f th.th_b {
	background: #fff799;
}

.price_table_f td .day {
	font-size: 16px;
	color: #fe0000;
	font-weight: bold;
}

.price_table_f td .price a {
	font-size: 15px;
}

.btn_more_area {
	clear: both;
}

.btn_more {
	display: block;
	background: url("/attending/kaigai/aurora/images/btn_more_bg.png") no-repeat;
	width: 700px;
	height: 50px;
	margin: auto;
	box-sizing: border-box;
	text-align: center;
	padding: 15px 0;
	font-size: 18px;
	line-height: 1;
	font-weight: 800;
	color: #050e4d;
}
.btn_more:visited {
	color: #050e4d;
}
.btn_more img.arrow {
	margin-left: 5px;
	vertical-align: middle;
	margin-bottom: 6px;
}

.btn_more:hover {
	color: #050e4d;
	text-decoration: none;
}

/* acodion */
.acodion {
	margin-top: 75px;
	background: rgba(0, 0, 0, 0.3);
}

.acodion .acodion_btn .txt {
	padding: 16px 50px;
	font-size: 16px;
	font-weight: 800;
	color: #050e4d;
}

.acodion .acodion_btn .btn_open {
	background: url("/attending/kaigai/aurora/images/btn_open_bg.png");
	height: 55px;
	text-align: center;
}

.acodion_body {
	display: none;
}

.acodion .acodion_btn .btn_open .txt:after {
	display: inline-block;
	content: "＋";
	margin-left: 20px;
}

.acodion .acodion_btn .btn_close {
	background: url("/attending/kaigai/aurora/images/btn_close.png");
	height: 55px;
	text-align: center;
	display: none;
}

.acodion .acodion_btn .btn_close .txt:after {
	display: inline-block;
	content: "－";
	margin-left: 15px;
}

.acodion .acodion_btn .btn_close .txt {
	padding: 20px 405px 20px 425px;
}
/* area child */

.area_01,
.area_02,
.area_03,
.area_04,
.area_05 {
	/*margin-top: 115px;*/
	margin-top: 80px;
}

.area_05 .wrap .gourmetBox {
	display: inline-block;
}
.sub_wrap {
	margin: 135px 0;
}

.country {
	/*margin-top:145px;*/
	margin-top: 80px;
}

.country .sub_01 {
	margin: 25px auto 0px auto;
	/*margin-top:25px;
    margin-left: 32px;*/
	width: 960px;
}

.country .sub_02 {
	margin: 50px auto 0px auto;
	/*margin-top:50px;
    margin-left: 32px;*/
	width: 960px;
}

.country .box .banner_list {
	margin-top: 30px;
	overflow: hidden;
	clear: both;
}

.country .box .banner_list li {
	float: left;
	width: 50%;
	margin-bottom: 20px;
}

.country .box .banner_list li:nth-of-type(even) {
	float: right;
	text-align: right;
}

.departure_panel {
	background: #2ba598;
	clear: both;
	overflow: hidden;
	margin-top: 30px;
}

.departure_panel li {
	background: #2ba598;
	width: 120px;
	height: 81px;
	padding: 4px;
	box-sizing: border-box;
	float: left;
	display: table;
	position: relative;
}

.departure_panel li.current {
	background: #43d9a8;
}

.departure_panel li:after {
	content: "";
	display: block;
	width: 2px;
	height: 69px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -1px;
	margin: auto;
	background: #050e4d;
	z-index: 1;
}
.departure_panel li:last-child:after {
	background: transparent;
}

.departure_panel li a {
	text-align: center;
	padding-right: 15px;
	position: relative;
	color: #ffffff;
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	font-size: 16px;
}

.departure_panel li.current a {
	text-align: center;
	padding-right: 15px;
	position: relative;
	color: #3e3a39;
}

.departure_panel li a:after {
	content: "";
	display: block;
	width: 6px;
	height: 10px;
	background: url("/attending/kaigai/aurora/images/ico_triangle_w.png") no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5px;
	margin: auto;
}

.departure_panel li.current a:after {
	content: "";
	display: block;
	width: 10px;
	height: 6px;
	background: url("/attending/kaigai/aurora/images/ico_triangle_b.png") no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5px;
	margin: auto;
}

.departure_panel li:last-child {
	background-position: left center;
}

.departure .tour_panel {
	clear: both;
	overflow: hidden;
}

.departure .tour_panel li {
	width: 200px;
	float: left;
	border-radius: 5px 5px 0 0;
	/*margin-top: 5px;*/
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}

.departure .tour_panel li.current {
	margin-top: 0;
	padding-top: 15px;
}

.departure .tour_panel li a {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	display: block;
}

.departure .tour_panel .tour_c {
	float: left;
	background: url("/attending/kaigai/aurora/images/tabTour_off.png") center 10px no-repeat;
	width: 507px;
	height: 46px;
	padding-top: 20px;
}

.departure .tour_panel .tour_c.current {
	float: left;
	background: url("/attending/kaigai/aurora/images/tabTour_on.png") no-repeat;
	width: 507px;
	height: 46px;
}

.departure .tour_panel .tour_f {
	float: right;
	background: url("/attending/kaigai/aurora/images/tabFree_off.png") center 10px no-repeat;
	width: 507px;
	height: 46px;
	padding-top: 20px;
}

.departure .tour_panel .tour_f.current {
	float: right;
	background: url("/attending/kaigai/aurora/images/tabFree_on.png") no-repeat;
	width: 507px;
	height: 46px;
}

.departure .departure_panel_child {
	background: url("/attending/kaigai/aurora/images/departure_detail_bg.png") repeat-x;
	background-color: #ffffff;
	padding: 3px 40px 0 10px;
	position: relative;
	padding-left: 40px;
	display: none;
}
.departure .departure_panel_child:before {
	content: "";
	background: url("/attending/kaigai/aurora/images/ico_snow_b.png") no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	width: 23px;
}
.departure .departure_panel_child {
}

.departure .departure_detail li {
	display: inline-block;
	height: 46px;
	padding-left: 10px;
}

.departure .departure_detail li a {
	line-height: 46px;
	font-size: 16px;
	color: #050e4d;
}

.departure .departure_detail li:after {
	content: "";
	display: inline-block;
	background: url("/attending/kaigai/aurora/images/ico_triangle_r.png");
	background-position: center center;
	width: 6px;
	height: 10px;
	margin: auto 10px;
}

.departure .departure_detail li.large {
	font-size: 18px;
}

.departure .departure_detail li.large:after {
	content: "";
	display: inline-block;
	background: url("/attending/kaigai/aurora/images/ico_triangle_rl.png");
	background-position: center center;
	width: 9px;
	height: 15px;
	margin: auto 10px;
}
.departure .tour_box {
	margin-top: 20px;
}

/*.departure .tour_child_f ul{
    border:5px solid #3280e2;
    background:#ffffff;
}*/

/*.departure .tour_child_c ul{
    border:5px solid #6fcaa5;
    background:#ffffff;
}*/

.departure .tour_wrap {
	clear: both;
	overflow: hidden;
	padding: 20px;
}
.departure .tour_wrap .pic {
	float: left;
	width: 570px;
}

.departure .tour_wrap .pic .pic1 {
	float: left;
	width: 200px;
	height: 150px;
}

.departure .tour_wrap .pic .pic2 {
	float: right;
	width: 200px;
	height: 150px;
}

.departure .tour_wrap .pic .pic1 img,
.departure .tour_wrap .pic .pic2 img {
	width: 200px;
	height: 150px;
}

.departure .tour_wrap .txt {
	margin-left: 590px;
}

.departure .tour_wrap .txt .ttl a {
	font-size: 18px;
	font-weight: bold;
	color: #050e4d;
}
.departure .tour_wrap .txt .detail_txt {
	font-size: 16px;
	color: #050e4d;
	margin-top: 10px;
}
.departure .tour_wrap .txt .price {
	text-align: right;
	color: #ff0000;
	font-weight: bold;
	font-size: 16px;
	margin-top: 30px;
}
.departure .tour_wrap .txt .price .nenyu {
	font-weight: normal;
	color: #050e4d;
	font-size: 14px;
}

.departure .tour_wrap .txt .btn_tour {
	margin-top: 10px;
}

.departure .tour_wrap .txt .btn_tour a {
	display: block;
	background: #1e275f;
	color: #ffffff;
	text-align: center;
	height: 40px;
	line-height: 40px;
	position: relative;
	border-radius: 5px;
}

.departure .tour_wrap .txt .btn_tour a:after {
	content: "";
	background: url("/attending/kaigai/aurora/images/ico_triangle_w.png") no-repeat;
	width: 6px;
	height: 8px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
}

.tourBox {
	overflow: hidden;
	border: solid 1px #565e93;
	background: url(/attending/kaigai/aurora/images/tourTone.png) repeat;
	padding: 30px;
	box-sizing: border-box;
	margin-bottom: 5px;
}
.tourBox .tourBlk:nth-child(odd) {
	margin-right: 18px;
}

.tourBotBox {
	width: 960px;
	height: auto;
	border: solid 1px #565e93;
	background: url(/attending/kaigai/aurora/images/tourTone.png) repeat;
	padding: 30px;
	box-sizing: border-box;
}
.tourBotBox .tourBlk:nth-child(odd) {
	margin-right: 18px;
}

.tourBlk {
	position: relative;
	float: left;
	width: 472px;
	height: auto;
	background-color: #fff;
	padding: 20px 15px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.tour_child_c .tourBlk span {
	position: relative;
	display: inline-block;
	background-color: #20a17e;
	padding: 5px 0 5px 10px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	width: 150px;
	height: 25px;
	position: absolute;
	top: -13px;
	left: 0px;
}

.tour_child_c .tourBlk span:after {
	content: "";
	position: absolute;
	right: -163px;
	bottom: 6px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #20a17e transparent transparent transparent;
	border-width: 13px 13px 0 12px;
	transform: rotate(-90deg);
}

.tour_child_f .tourBlk span {
	position: relative;
	display: inline-block;
	background-color: #2259bb;
	padding: 5px 0 5px 10px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	width: 150px;
	height: 25px;
	position: absolute;
	top: -13px;
	left: 0px;
}

.tour_child_f .tourBlk span:after {
	content: "";
	position: absolute;
	right: -163px;
	bottom: 6px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #2259bb transparent transparent transparent;
	border-width: 13px 13px 0 12px;
	transform: rotate(-90deg);
}

.tourBlk ul {
	overflow: hidden;
}
.tourBlk ul li {
	float: left;
	width: 200px;
	height: 150px;
}
.tourBlk ul li img {
	width: 200px;
}
.tourBlk ul li:first-of-type {
	margin-right: 10px;
}

.tourBlk dl dt {
	font-size: 20px;
	line-height: 1.3;
	color: #050e4d;
}
.tourBlk dl dt a {
	font-size: 20px;
	line-height: 1.3;
}
.tourBlk dl .caption {
	font-size: 16px;
	line-height: 1.5;
	color: #050e4d;
}
.tourBlk dl .price {
	font-size: 22px;
	line-height: 1.5;
	color: #ff0000;
	text-align: right;
	padding-bottom: 5px;
}
.tourBlk dl .oil {
	font-size: 14px;
	line-height: 1.5;
	color: #050e4d;
	text-align: right;
	padding-bottom: 5px;
}
.tourBlk dl .button a {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	background-color: #1e275f;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 0 auto;
	padding: 10px 0;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.tourBlk dl .button a:after {
	position: absolute;
	top: 37%;
	right: 5%;
	content: "▶";
	font-size: 10px;
	line-height: 1;
}
.tourBlk dl .button a:hover {
	text-decoration: none;
}

.center {
	text-align: center;
}

/* selectmenu */

.select_wrap {
}

.select_wrap select {
	width: 150px;
}

/* マップ */
h4 {
	clear: both;
}
.mapArea {
	position: relative;
	background: url("/attending/kaigai/aurora/images/mapBg.png") no-repeat;
	width: 922px;
	height: 463px;
	margin: 0 auto;
}
.mapArea li {
	position: absolute;
}
.btn01 {
	top: 35px;
	left: 145px;
}
.btn02 {
	top: 258px;
	left: 125px;
}
.btn03 {
	top: 305px;
	left: 425px;
}
.btn04 {
	top: 295px;
	left: 683px;
}
.btn05 {
	top: 82px;
	left: 699px;
}
.map_dTxt {
	width: 960px;
	height: auto;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	margin-bottom: 50px;
}

.seasonBox01 {
	float: left;
	background: url("/attending/kaigai/aurora/images/bg_EBP15-39043D_BP19-117840D.jpg") no-repeat;
	width: 482px;
	height: 376px;
	margin-bottom: 10px;
}
.seasonBox02 {
	float: right;
	background: url("/attending/kaigai/aurora/images/bg_EBP15-39043D_BP19-124554D_BP19-092779D.jpg") no-repeat;
	width: 482px;
	height: 376px;
	margin-bottom: 10px;
}

.seasonBox01 .label,
.seasonBox02 .label {
	width: 180px;
	height: 48px;
	margin-top: -24px;
}
.seasonBox01 dl,
.seasonBox02 dl {
	padding: 10px 10px 0;
}
.seasonBox01 dl dt,
.seasonBox02 dl dt {
	font-size: 20px;
	line-height: 1.5;
	color: #262626;
	padding-top: 10px;
}
.seasonBox01 dl dt span {
	font-size: 24px;
	color: #1f765b;
	font-family: inherit;
	margin-left: 5px;
	text-decoration: underline;
}
.seasonBox02 dl dt span {
	font-size: 24px;
	color: #1e275f;
	font-family: inherit;
	margin-left: 5px;
	text-decoration: underline;
}
.seasonBox01 dl dd,
.seasonBox02 dl dd {
	font-size: 16px;
	line-height: 1.5;
	color: #262626;
	padding-top: 10px;
}

.moreTourArea {
	clear: both;
	margin-bottom: 40px;
	overflow: hidden;
}
.moreTourBox01 {
	float: left;
	width: 482px;
	height: auto;
}
.moreTourBox02 {
	float: right;
	width: 482px;
	height: auto;
}
.moreTourBox01 ul li,
.moreTourBox02 ul li {
	float: left;
}
.moreTourTxt {
	font-size: 20px;
	line-height: 1.5;
	background-image: linear-gradient(to bottom, #ffffff 20%, #00b472 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media all and (-ms-high-contrast: none) {
	.moreTourTxt {
		background-image: none; /* IE10以上 */
		color: #fff;
	}
}
.auroraDiffTxt {
	font-size: 26px;
	line-height: 1.5;
	background-image: linear-gradient(to bottom, #ffffff 20%, #4cb1ff 100%);
	-ms-background-image: none;

	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media all and (-ms-high-contrast: none) {
	.auroraDiffTxt {
		background-image: none; /* IE10以上 */
		color: #fff;
	}
}

.slideBox01 {
	float: left;
	width: 482px;
	height: auto;
	margin-bottom: 40px;
}
.slideBox02 {
	float: right;
	width: 482px;
	height: auto;
	margin-bottom: 40px;
}
.slideBox01 p,
.slideBox02 p {
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
}
.slideBlk {
	background: #fff;
	padding: 10px 10px 20px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.rc {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.slideBox01,
.slideBox02,
.photoBox01,
.photoBox02 {
	position: relative;
}

.slideBox01 .icon,
.slideBox02 .icon,
.photoBox01 .icon,
.photoBox02 .icon {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}

.photoBox01 {
	width: 1024px;
	height: auto;
	margin-bottom: 40px;
}
.photoBox02 {
	float: left;
	width: 316px;
	height: auto;
	margin-bottom: 40px;
}
.photoBlk01 {
	float: left;
	background: #fff;
	width: 472px;
	height: auto;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.photoBlk02 {
	background: #fff;
	width: 316px;
	height: auto;
	padding: 10px;
	box-sizing: border-box;
}

.photoBlk01 img,
.photoBlk02 img {
	width: 100%;
}

.photoBox01 .txtBox {
	float: right;
	width: 532px;
	height: auto;
}
.photoBox01 .txtBox p {
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	margin-bottom: 10px;
}
.photoBox02 p {
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
}

.info {
	background-color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.5;
	color: #0d1864;
}

.red {
	font-size: inherit;
	color: red;
}
.green {
	font-size: inherit;
	color: green;
}
.pink {
	font-size: inherit;
	color: pink;
}
.purple {
	font-size: inherit;
	color: purple;
}

.origin {
	clear: both;
	margin-top: 5px;
}
.origin dt {
	font-size: 22px;
	line-height: 1.5;
	color: yellow;
}
.origin dd {
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
}

.auroraCost {
	clear: both; /*background:url("/attending/kaigai/aurora/images/indicationBg.jpg") no-repeat;*/
	width: 1024px;
	height: 120px;
	margin-top: 100px;
	padding: 30px 20px;
	box-sizing: border-box;
}
.auroraCost h4 {
	text-align: center;
	margin-bottom: 20px;
	margin-top: -20px;
}
.auroraCost p {
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	text-align: left;
}

h4.tourOperatorMds {
	background: url("/attending/kaigai/aurora/images/tourOperatorMds.jpg") no-repeat;
}
h4.tourFreeMds {
	background: url("/attending/kaigai/aurora/images/tourFreeMds.jpg") no-repeat;
}
h4.tourOperatorMds,
h4.tourFreeMds {
	width: 1024px;
	height: 50px;
	box-sizing: border-box;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 50px;
	color: #fff;
	text-shadow: #000 1px 0 6px;
}

.shooting {
	background: url("/attending/kaigai/aurora/images/BP19-077892D.jpg") no-repeat;
	width: 1024px;
	height: 573px;
	margin: 420px auto 0;
	padding: 20px 30px;
	box-sizing: border-box;
}
.shooting h3 {
	margin-bottom: 10px;
}

.shooting dl {
	background: url("/attending/kaigai/aurora/images/halfTone.png") repeat;
	border: solid 1px #a0a0ac;
	padding: 10px;
	box-sizing: border-box;
}
.point01,
.point02,
.point03 {
	position: relative;
	float: left;
	width: 311px;
	height: 275px;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.point01 .camera,
.point02 .camera,
.point03 .camera {
	position: absolute;
	top: 10px;
	right: 10px;
}
.point01 dt,
.point02 dt,
.point03 dt {
	font-size: 19px;
	line-height: 1.5;
	color: #0d1864;
}
.point01 dd,
.point02 dd,
.point03 dd {
	font-size: 14px;
	line-height: 1.7;
	color: #3e3a39;
}
.point01 dd img,
.point02 dd img,
.point03 dd img {
	vertical-align: top;
}

.point01,
.point02 {
	margin-right: 15px;
}

.attention01 {
	margin-right: 24px;
}

.attention01,
.attention02 {
	float: left;
	width: 470px;
	height: auto;
}
.attention01 dt,
.attention02 dt,
.attention01 .icon,
.attention02 .icon {
	float: left;
}
.attention01 .text,
.attention02 .text {
	clear: both;
	font-size: 14px;
	line-height: 1.7;
	color: #3e3a39;
}
.attention01 dt,
.attention02 dt {
	font-size: 17px;
	line-height: 38px;
	color: #0d1864;
	padding-left: 10px;
	box-sizing: border-box;
}

.mr37 {
	margin-right: 37px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb50 {
	margin-bottom: 50px;
}
.mt40 {
	margin-top: 40px;
}

.dest_select {
	position: relative;
	width: 1024px; /* height:560px;*/
	margin: 0 auto;
}
.hacchiSelect {
}
.dest_select .hacchiSelect {
	background-color: #ffff;
	border-radius: 4px;
	letter-spacing: -0.4em;
	width: 250px;
	height: 40px;
	position: absolute;
	top: 3px;
	right: 16px;
}
.dest_select .hacchiSelect > div {
	letter-spacing: 0;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #0d1864;
	font-size: 14px;
	position: relative;
	vertical-align: top;
}
.dest_select .hacchiSelect .hacchi {
	width: 100px;
	font-weight: bold;
}
.dest_select .hacchiSelect .hacchi:after {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 20px;
	right: 0;
	top: 10px;
	background-color: #0d1864;
}
.dest_select .hacchiSelect .hacchiSelectBtn {
	width: 140px;
	cursor: pointer;
	background-color: transparent;
	transition: background-color 0.2s linear 0s;
}
.dest_select .hacchiSelect .hacchiSelectBtn:hover {
	background-color: rgba(255, 255, 255, 0.3);
}
.dest_select .hacchiSelect .hacchiSelectBtn:hover:before {
	border-left-color: #74ccf8;
}
.dest_select .hacchiSelect .hacchiSelectBtn:before {
	content: "";
	display: block;
	position: absolute;
	border-left: 8px solid #0d1864;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 2;
	transition: border-left-color 0.2s linear 0s;
}
.dest_select .hacchiSelect .hacchiSelectBtn:after {
	content: "";
	display: block;
	position: absolute;
	border-left: 8px solid 0d1864;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	top: 50%;
	right: 13px;
	transform: translateY(-50%);
	z-index: 1;
}

/* ボットツアー枠 */

.tourBotBox {
	width: 960px;
	height: auto;
	border: solid 1px #565e93;
	background: url(/attending/kaigai/aurora/images/tourTone.png) repeat;
	padding: 30px;
	box-sizing: border-box;
}
.tourBotBox .tourBlk:first-of-type {
	margin-right: 18px;
}
.tourBotBox .tourBlk {
	padding: 50px 15px 20px;
}

.tour_child_bot span {
	position: relative;
	display: inline-block;
	padding: 15px 0 15px 10px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 0.5;
	color: #fff;
	width: 170px;
	height: 37px;
	position: absolute;
	top: 0;
	left: 0px;
}

.tour_child_bot span:after {
	content: "";
	position: absolute;
	right: -166px;
	bottom: 12px;
	left: 16px;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-width: 13px 20px 0 20px;
	transform: rotate(-90deg);
}

.tour_child_bot span.conductor {
	background-color: #20a17e;
}

.tour_child_bot span.conductor:after {
	border-color: #20a17e transparent transparent transparent;
}

.tour_child_bot span.free {
	background-color: #2259bb;
}

.tour_child_bot span.free:after {
	border-color: #2259bb transparent transparent transparent;
}
p.priceex {
	font-size: 16px;
	color: #ef3469;
	margin-top: 5px;
	background: #fff;
	text-align: center;
	box-sizing: border-box;
	padding: 3px;
	border-radius: 15px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.noTour {
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
	text-align: center;
	color: #fff;
}

.tourDestMds {
	display: block;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	padding: 15px 0;
	color: #0d1864;
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
	margin-bottom: 10px;
}
.conductorMds {
	display: inline-block;
	background-color: #20a17e;
	margin-bottom: 1px;
	padding: 15px 0;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	color: #fff;
	width: 100%;
}
.freeMds {
	display: inline-block;
	background-color: #2259bb;
	margin-bottom: 1px;
	padding: 15px 0;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	color: #fff;
	width: 100%;
}

.more_aurora {
	padding-top: 15px;
	clear: both;
}
.more_aurora_ttl {
	font-size: 26px;
	line-height: 1.5;
	background-image: linear-gradient(to bottom, #ffffff 20%, #4cb1ff 100%);
	-ms-background-image: none;

	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.more_aurora_box {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #868cb2;
	padding: 7px;
	background: #565e93;
	margin-bottom: 5px;
}
.more_aurora_box dt {
	display: block;
	background: #fff;
	color: #333;
	font-size: 16px;
	padding: 7px;
}
.more_aurora_box dd {
	font-size: 16px;
	line-height: 2.4rem;
	padding: 7px;
	color: #fff;
}
.more_aurora_box dd span {
	font-size: 12px;
	display: block;
	color: #fff;
}

.to_top {
	position: fixed;
	z-index: -1;
	width: 100%;
	bottom: 20px;
	opacity: 0;
	transition: all 1s;
}
.to_top.show {
	z-index: 100;
	width: 100%;
	opacity: 1;
}

.to_top_inner {
	width: 1230px;
	position: relative;
	margin: auto;
	text-align: right;
}

.to_top a {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 98px;
	height: 98px;
}
.botSlide {
	overflow: hidden;
}

/* 観光特集ボタン */
.block_btn_ss {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 960px;
	margin: 20px auto 0;
}
.btn_ss-link {
	width: 48%;
	height: auto;
	margin: 0 auto;
}
.btn_ss-link a {
	position: relative;
	display: block;
	border-radius: 3px;
	background-color: #fff;
	font-size: 20px;
	line-height: 1.5;
	color: #0d1864;
	text-align: center;
	padding: 10px 0;
	transition: 0.5s;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.btn_ss-link a::after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -4px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #0d1864;
	border-right: 1px solid #0d1864;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn_ss-link a:hover {
	background-color: #fff;
	color: #0d1864;
	text-decoration: none;
}
.btn_ss-link_2col {
	width: calc(99% / 2);
	height: auto;
}
.btn_ss-link_2col a {
	position: relative;
	display: block;
	border-radius: 3px;
	background-color: #fff;
	font-size: 20px;
	line-height: 1.5;
	color: #0d1864;
	text-align: center;
	padding: 10px 0;
	transition: 0.5s;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.btn_ss-link_2col a::after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -4px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #0d1864;
	border-right: 1px solid #0d1864;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn_ss-link_2col a:hover {
	background-color: #fff;
	color: #0d1864;
	text-decoration: none;
}
.btn_ss-link_2col:nth-child(n + 3) {
	margin-top: 10px;
}
.btn_ss-link_3col {
	width: calc(98% / 3);
	height: auto;
}
.btn_ss-link_3col a {
	position: relative;
	display: block;
	border-radius: 3px;
	background-color: #fff;
	font-size: 14px;
	line-height: 1.5;
	color: #0d1864;
	text-align: center;
	padding: 12px 0;
	transition: 0.5s;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.btn_ss-link_3col a::after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -5px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #0d1864;
	border-right: 1px solid #0d1864;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn_ss-link_3col a:hover {
	background-color: #fff;
	color: #0d1864;
	text-decoration: none;
}

/*start_リニューアル2021対応*/
:where(.containner) *,
:where(.containner)::after,
:where(.containner)::before {
	box-sizing: content-box;
}

:where(.containner) img {
	width: auto;
}
/*end_リニューアル2021対応*/

#btnToTop {
	display: none;
}

.maximum {
	color: #fff;
	border: double 3px #fff;
	padding: 30px 50px;
	margin-bottom: 60px;
	position: relative;
}

.maximum:before {
	content: ""; /*何も入れない*/
	position: absolute;
	top: 0;
	left: -3px;
	width: 1024px; /*画像の幅*/
	height: 100px; /*画像の高さ*/
	background-image: url(/attending/kaigai/aurora/images/maximum_deco.png);
	background-repeat: no-repeat;
}

.maximum:after {
	content: ""; /*何も入れない*/
	position: absolute;
	bottom: 0;
	left: -3px;
	width: 1024px; /*画像の幅*/
	height: 100px; /*画像の高さ*/
	background-image: url(/attending/kaigai/aurora/images/maximum_deco.png);
	background-repeat: no-repeat;
	transform: rotate(180deg);
}

.maximum dt {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	border-bottom: solid 1px #fff;
	margin-bottom: 20px;
}

.maximum dd {
	font-size: 16px;
}

.date {
    font-size: 12px;
    color: #fff;
	text-align: right;
}

/* .tourCassette_pirce {
	word-break: auto-phrase;
} */