@charset "UTF-8";
/* CSS Document */

/*----------------------------------
	index用のCSSです
----------------------------------*/

/*----------------------------------メインコンテンツ----------------------------------*/

/* CSS Document */

.container {
    width:100%;    

}

a {
  transition: opacity 500ms 0s ease;	
    
}

a:hover {
    opacity:0.7;
}


.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/cost/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/cost/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/cost/images/ico_triangle_r.png");
    background-position:center center;
    width:6px;
    height:10px;
    margin:auto 10px;
}


.contents_main {
    overflow: hidden;
    background:url("/attending/kaigai/aurora/cost/images/bg.png") no-repeat;
    background-position:center 470px;
    background-size:100% auto;
    padding:70px 0 0;
}


.price_nav .nav_list {
    clear: both;
    overflow: hidden;
}
.price_nav .nav_list li{
    float:left;
    
    
}

.keyvis {   
    background:url("/attending/kaigai/aurora/cost/images/BP19-021200D.png") no-repeat;
    background-size:cover;
    background-position: center  center;
    min-height:600px;
    position:relative;
}

.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 50px;
    font-size:14px;

}


.keyvis .txt:before {
    content:"";
    background:url("/attending/kaigai/aurora/cost/images/keyvis_text_bg.png");
    width:60px;
    height:60px;
    position:absolute;
    top:2px;
    left:2px;
}

.keyvis .txt:after {
    content:"";
    background:url("/attending/kaigai/aurora/cost/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 {
 
}

.area h2 {
    
    text-align:center;
}

.area h3.snow,.price_nav h3.snow {

    background:url("/attending/kaigai/aurora/cost/images/ico_snow.png") no-repeat;
    height:30px;
    color:#ffffff;
    font-size:24px;
    font-weight: bold;
    padding:5px 0 5px 30px;

}

.area .wrap .wrap h3.snow{
	font-size:24px;
}

.month_box {
    margin-top: 60px;
    overflow:hidden;
}

.month_box h3.snow {
    float:left;    
}

.month_box .select {
    margin-left: 240px;
    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:900px;
    margin:30px auto 0;
}

.tour_box_f {
    width:900px;
    margin:70px auto 0;
}

/* price table */

.price_table_c {

    table-layout: fixed;
    border-collapse: collapse;
    width:100%;
    background:#ffffff;
}

.price_table_c th,.price_table_c td {
    border:1px solid #000946;
    padding:10px 0;
    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:#adf2cd;
}
.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:15px;
}

/* price table */

.price_table_f {
    table-layout: fixed;
    border-collapse: collapse;
    width:100%;
    background:#ffffff;
}

.price_table_f th,.price_table_f td {
    border:1px solid #000946;
    padding:10px 0;
    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 {
    margin-top:30px;
}

.btn_more {
    display: block;
    background:url("/attending/kaigai/aurora/cost/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:20px;
	line-height: 1;
    font-weight: 800;
    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/cost/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/cost/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;   
}

.sub_wrap {
    margin:135px 0 40px 0;
    
}

.sub_wrap:last-child{
	margin:0;
}

.sub_wrap_yellow_knife {
    margin:135px 0 40px 0;
    
}
.sub_wrap_yellow_knife:last-child{
	margin:0;
}

.country {
    margin-top:145px;
}


.country .sub_01 {
    margin-top:25px;
}

.country .sub_02 {
    margin-top:50px;
}

.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 {
    margin-top:135px;
}

.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/cost/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/cost/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;
}

.departure .tour_panel .tour_c{
    background:#6fcaa5;
}


.departure .tour_panel .tour_f {
    background:#3280e2;
}

.departure .departure_panel_child {
    background:url("/attending/kaigai/aurora/cost/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/cost/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/cost/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/cost/images/ico_triangle_rl.png");
    background-position:center center;
    width:9px;
    height:15px;
    margin:auto 10px;
}
.departure .tour_box {
    
    margin-top:60px;
}

.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;  
}

.departure .tour_wrap .pic .pic2 {
    float:right;
}

.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/cost/images/ico_triangle_w.png") no-repeat;
    width:6px;
    height:8px;
    position:absolute;
    top:0;
    bottom:0;
    right:10px;
    margin:auto;

}


.center {
    text-align:center;
}



/* selectmenu */

.select_wrap {
        
}

.select_wrap select {
    width:300px;
	height: 28px;
    font-size:1.6rem;
}

p.date, p.date span {
	text-align:  right;
	font-size: 14px;
	color: #fff;
}

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;
    /*-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border: 1px solid #fff;*/
}

.sub_wrap .btn_more_area{
	margin-top:60px;
}


.tour_box_c .tourOperatorMds{
	width: 900px;
	height: 50px;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 50px;
	color: #fff;
	background: url("/attending/kaigai/aurora/images/tourOperatorMds.jpg") no-repeat;
	text-shadow: #000 1px 0 6px;
}

.tour_box_f .tourOperatorMds{
	width: 900px;
	height: 50px;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 50px;
	color: #fff;
	background: url("/attending/kaigai/aurora/images/tourFreeMds.jpg") no-repeat;
}
.tourOperatorMdsTxt, .tourFreeMdsTxt{
	font-size:24px;
	font-weight: bold;
	color:#fff;
	font-family:游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif !important;
}
#area_04 .btn_more_area{
	padding-bottom:40px;
}

.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: 1024px;
	position: relative;
	margin:auto;
	text-align:right;
}

.to_top a {
    display:block;
    position:absolute;
    right:-100px;
    bottom:0;
    width:98px;
    height:98px;
}

/* 観光特集ボタン */
.block_btn_ss {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 960px;
    margin: 0 auto 50px;
}
.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.btnToTop--active {
	display: none;
}