@charset "utf-8";

/****************************************
		0. 全体の設定
*****************************************/
*{
	box-sizing: border-box;	line-height: 1.5;}
body{
	overflow-x: hidden;   
}

body a {
	cursor: pointer;
	color: #333;
}
#wrap{
	overflow:hidden;background-image: url(../img/bg_tour.jpg);
    background-repeat: repeat;

}
.inner_cont{
	min-width: 320px;
	font-size: 16px;
	color: #333; }
/****************************************
		1.コンテンツ共通設定 
*****************************************/
#breadcrumb{ color:#333;}
#contentsWrap {  width: 100%;
    min-height: 100%;
    overflow: hidden;}

#contentsWrap img{
	max-width: 100%;
	vertical-align: bottom;
}
.cnt{
	width: 90%;
	margin: 0 5%;
	padding: 20px 0;
}

.ym{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif!important
}

.fLeft{
	float: left;
}
.fRight{
	float: right;
}
.notice{
	font-size: 80%;
	line-height: 120%;
}
.opac a:hover{
	opacity: 0.8;
}



/****************************************
		2.メインビジュアル
*****************************************/
#mainVisual h1 img{
	width: 100%;border-bottom: solid 10px #F4938E;
}
#mainVisual .title_box{
	position: relative;
	
}
#mainVisual .navi_btn{
	width: 60px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

/****************************************
		3.タブ切り替え
*****************************************/
/*-------    recommend      ------*/
> .title {
	width: 49.6%;/*372*/
}
.tabBtn {
	overflow: hidden;
	width: 100%;
	margin: auto;
	/*adding: 0 3.2%;/*24*/
	position: relative;
/*	background: #F5C615;*/
}
.tabBtn ul{
}
.tabBtn.top {
	padding-bottom: .8333333333333333rem;/*10*/
	margin-bottom: -.8333333333333333rem;/*10*/
}
.tabBtn.bottom {
	padding-top: .8333333333333333rem;/*10*/
	margin-top: -.8333333333333333rem;/*10*/
}
.tabBtn .btn {
	width: 33%;/*160*/
	height: auto;
	/*height: 4.166666666666667rem;/*50*/
	background: url(../img/naviBg.png) right no-repeat #F5C615;
	display: -webkit-box; /* Android4.2対策＊8月まで対象なので念のため */
	display: flex;
	-webkit-box-pack: center; /* Android4.2対策 */
	justify-content: center;
	-webkit-box-align: center; /* Android4.2対策 */
	align-items: center;
	white-space: nowrap;
	text-align: center;
	font-size: .8333333333333333rem;/*10*/
	line-height: 1.2;
	float: left;
	/*margin-left: 1.6%;/*12*/
	position: relative;
	cursor: pointer;
}
.tabBtn .btn img{
	width: 90%;
}
.tabBtn .btn:last-child {
	margin-right: 2.466666666666667%;/*18.5*/
}
.tabBtn .btn.active {
	color: #fff;
	background: url(../img/naviBg.png) right no-repeat #E09F07;
}
.tabBtn .btn.active::after {
	content: "";
	background: url(../img/selectReco.png) no-repeat;
	background-size: contain;
	width: 1.5rem;/*18*/
	height: .8333333333333333rem;/*10*/
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
.tabBtn.top .btn.active::after {
	bottom: -.7rem;
}
.tabBtn.bottom li.active::after {
	background-image: url(../img/selectRecoB.png);
	top: -.7rem;
}
.tabBtn .nextprevBtn {
	width: 2.5rem;/*30*/
	height: 2.916666666666667rem;/*35*/
	background: no-repeat center center;
	background-size: contain;
	margin: auto;
	transition: .4s;
	z-index: 20;
}
.tabBtn.top .nextprevBtn {
	top: .625rem;/*7.5*/
}
.tabBtn.bottom .nextprevBtn {
	top: 1.458333333333333rem;/*17.5*/
}
.tabBtn .scrollNavi-next {
	background-image: url(../img/tabRight.png);
	right: 0;
}
.tabBtn .scrollNavi-prev {
	background-image: url(../img/tabLeft.png);
	left: 0;
}
.tabBtn .swiper-button-next.swiper-button-disabled, .tabBtn .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}

/****************************************
	4.各国共通
*****************************************/
#finland .title_wrap{
	width: 100%;
	background-image: url(../../img/fin/bg_fin.jpg);
	background-repeat: repeat;
}
#sweden .title_wrap{
	width: 100%;
	background-image: url(../../img/swe/bg_swe.jpg);
	background-repeat: repeat;
}
#danmark .title_wrap{
	width: 100%;
	background-image: url(../../img/dnk/bg_dnk.jpg);
	background-repeat: repeat;
}
#norway .title_wrap{
	width: 100%;
	background-image: url(../../img/nor/bg_nor.jpg);
	background-repeat: repeat;
}
#baltic .title_wrap{
	width: 100%;
	background-image: url(../../img/baltic/bg_baltic.jpg);
	background-repeat: repeat;
}
#russia .title_wrap{
	width: 100%;
	background-image: url(../../img/rus/bg_rus.jpg);
	background-repeat: repeat;
}

.giza{
	background:url(../../img/giza-bottom.png) repeat-x 0 0;
	position:relative;
	background-size: 30px;
    top: -7px;
	height:14px;
	width:100%;
}

/*都市*/
.city_info{
	font-size: 14px;
	margin-bottom: 10px;
}
.city_info h3 img{
	margin-bottom: 10px;
}
.title_left {
    padding: 15px 5% 20px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.title_left h2{
	margin-bottom: 10px;
}
.title_left .info_country{
	margin-top: 10px;
}
.info_conts {
    padding: 0 5% 30px;
    background: url(../img/bg_info_conts.gif);
	background-size: 100%;
}
.spot_ttl{
	margin: 0 0 10px;
	border-bottom: 1px dotted #000;
	font-size: 14px;
	font-weight: bold;
	min-height: 44px;
	display: flex;
    align-items: center;
}
.spot_text{
	margin-top: 5px;
}
.contIcon span{
	margin-left: 20px;
	display: block;
}
.contIcon span:before{
	content: '';
    display: block;
    width: 18px;
    height: 22px;
    float: left;
    margin-left: -20px;
}
.contIcon01 span:before{
    background: url(../../img/icon01.png) 0 50% no-repeat transparent;
    background-size: 16px 16px;
}
.contIcon02 span:before{
    background: url(../../img/icon02.png) 0 50% no-repeat transparent;
    background-size: 16px 22px;
}
.contIcon03 span:before{
    background: url(../../img/icon03.png) 0 50% no-repeat transparent;
    background-size: 21px 16px;
	width: 26px;
}
.contIcon04 span:before{
    background: url(../../img/icon04.png) 0 50% no-repeat transparent;
    background-size: 21px 16px;
	width: 26px;
}

/*都市スライダー*/
.slideBox{
	position: relative;
}
.slideBox ul{
	display: flex;
}
.slideBox ul li{
	width: 50%;
	margin: 0 2%;
	font-size: 13px;
}
.slideBox .swiper-slide{
	font-size: 13px;
	padding: 4px;
}
.slideBoxNext,
.slideBoxPrev{
  width: 22px;
  height: 22px;
  margin-top: -16px;
  position: absolute;
  z-index: 100;
}
.slideBoxNext{
    background: url(../img/slideBoxNext.png) no-repeat center center / contain;
	right: -4%;
    top: 50%;
}
.slideBoxPrev{
    background: url(../img/slideBoxPrev.png) no-repeat center center / contain;
	left: -4%;
    top: 50%;
}

.spot_wrap{
	margin-bottom: 20px;
}
.spot_wrap h4{
	margin: 5px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 130%;
}
.spot_info{
	margin-bottom: 10px;
	font-size: 13px;
}
.contBox01 li{
	margin: 0 2%;
	font-size: 13px;
}
.contBox02{
	display: flex;
}
.contBox02 li{
	width: 50%;
	margin: 0 2%;
	font-size: 13px;
}


/*pick up*/
.pickup_wrap{
	border: 2px solid #000;
    padding: 1px;
	background-color: #EEEEEE;
	margin-bottom: 20px;
	font-size: 13px;
}
.pickup_inner{
	border: 1px dotted #000;
	height: 100%;
}
.pickup_box01{
	padding-bottom: 1px;
}
.pickup_info{
	display: flex;
}
.pickup_info h3 img{
	width: 50px;
}
.pickup_ttl_right{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pickup_ttl_right img{
	width: 70px;
	margin: 10px 10px 0 5px;
}
.pickup_wrap .pickup_text{
    padding: 10px 0 0 0;
	font-size: 13px;
}
.pickup_wrap .pickup_text span{
	margin-top: 5px;
	font-size: 12px;
}
.pickup_info h3{
	padding:  10px 10px 0;
}
.pickup_box_wrap01 li.half01{
	width: 50%;
	margin-right: 0;
	float: left;
}
.pickup_box_wrap01 li.half02{
	width: 50%;
	margin-left: 0;
	float: right;
}
.pickup_box_wrap01 li{
	padding: 5px 10px 5px;
}
.pickup_box_wrap01 li.mb0{
	margin-bottom: 0;
}
.pickup_box_wrap01 p.pickup_text02{
	padding: 5px 0 10px;
}
.pickup_box_wrap01 h4{
    font-size: 14px;
    padding: 5px 0 0;
}
.attention{
	text-align: right;
    font-size: 12px;
}
.other_area{
	padding-top: 40px;
}
.other_ttl{
	text-align: center;
	padding-bottom: 10px;
}
.fjord_box{
	margin: 10px 10px 15px;
}
.fjord_ttl{
	display: inline-block;
	background-color: #000;
	color: #fff;
	font-size: 14px;
	padding: 2px 10px;
	margin: 15px 0 5px;
}
.fjord_info{
	background-color: #fff;
	border: dotted 1px #000;
	padding: 10px;
	font-size: 13px;
	margin-bottom: 20px;
}
.fjord_info dt{
	font-size: 14px;
}
.fjord_spot_ttl{
	font-size: 14px;
	margin: 10px 0 5px;
}

/* ノルウェー横スクロールボックス */
.scroll{
	width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
	}
.scrollInner{
	width: 680px;
    display: flex;
    flex-wrap: wrap;
}
.scroll img{
	width: 100%;
}
.scroll .scBox{
	width: 220px;
	margin-right: 10px;
}
.scroll .scBox:last-child{
	margin-right: 0;
}
/*****ロシアビザ*****/
.rus_visa_wrap{
    border: 2px solid #000;
    padding: 1px;
    background-color: #EEEEEE;
    margin: 20px 0;
    font-size: 13px;
}
.rus_visa_wrap dl{
	border: 1px dotted #000;
    height: 100%;
	padding: 15px;
}
.rus_visa_wrap dt{
	font-weight: bold;
	font-size: 15px;
	border-bottom: #000 dotted 2px;
	margin-bottom: 10px;
	line-height: 1.3;
}
.rus_visa_wrap dt span{
	color:#f00;
}
.rus_visa_wrap dd{
	line-height: 1.3;
}

/****************************************
	5.商品一覧
*****************************************/
/*#recommendTour::before{
	position:absolute;
	background:url(../../img/decoration03.png)center top no-repeat;
	content:' ';
	width:100%;
	height:8px;
}*/
/*#recommendTour::after{
	position:absolute;
	background:url(../../img/decoration03.png)center bottom no-repeat;
	content:' ';
	width:100%;
	height:8px;
}*/
#recommendTour{
	background-image: url(../img/bg_tour.jpg);
	background-repeat: repeat;	font-size: 16px;
    padding-bottom: 3%;
}
.info{width:94%; background-color: #FFF; text-align:center; padding:6% 3%; margin: 2% auto;}

.tourarea_wrap{
	padding: 10% 4% 0;
}
.tourarea_ttl{
	text-align: center;
	
}
.tourarea_ttl img{
	width: 20%;
}
.tourarea_ttl h2{
	color:#00B2B2;
	font-weight: bold;
}
.tourarea_ttl h2 span{
	font-size: 20px;
	letter-spacing: 0.2em;
}


.tourlist_inner li{
	margin-bottom: 10px;
	background: #fff;
	border-radius: 6px;
}
.tourlist_inner h2{
	position: relative;
	background-color: #F5C615;
	color: #1768ab;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
	line-height: 1.3;
	padding: 10px 0;
}
.tourlist_inner h2:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(245, 198, 21, 0);
	border-top-color: #F5C615;
	border-width: 20px;
	margin-left: -20px;
}
.tourlist_inner h2 span{
	font-size: 14px;
}
.tourlist_inner h4{
	width: 100%;
	padding: 5px 0 4px;
    background-color: #a8d877;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
	margin: 10px 10px 10px 0;
}
.tour_box {
	padding: 10px;
	display:block;
	clear:both;
	overflow:hidden;
	position: relative;
    background: url(../img/icon_corner.png) #fff;
    background-position: right 5px bottom 5px;
    background-size: 10px;
    background-repeat: no-repeat;margin-bottom: 10px;

    border-radius: 6px;
}
    


.rc_tour a{ color: #333;}
.tour_img{
	width: 40%;
	float: left;
}
.item-box-pic img{
	width: 100%;
}
.item-box-right{
}
.item-box-info{
}
.item-box-info02{
	padding: 0 0 5px;
	text-align: right;
}
.tourlist_inner .details h3{
	width: 58%;
	float: right;
	font-size: 0.9em;
	line-height:1.2em;
	color: #333;
	font-weight:bold;
	color:#036DB7;
	padding-bottom: 5px;

}
.copy{
	width: 58%;
	float: right;
	padding: 0 0 2px 0;
	font-size: 0.8em;
	line-height:1.2em;

}
.tour-ttl {
	font-size: 1.1em;
	line-height:1.4em;
	color: #333;
	font-weight:bold;
	position: absolute;
	top: 10px;
	left: 130px;
	color:#036DB7;
}
.tour-txt {
	font-size: 0.9em;
	line-height:1.2em;
	position: absolute;
	top: 40px;
	left: 130px;
	width:588px;
	
}
.price{
	width: 58%;
	font-size: 0.9em;
	color: #D83500;
	font-weight:bold;       float: right;
	text-align: right;



}
.departureDate{
/*width: 58%;
    float: right;
	font-size: 0.6em;
	line-height:1.2em;
	padding: 2px 0;*/
	display: none;
}
.tour_box ul.icon{ clear: both; display: none;}
.tour_box li{float:left; padding:2px 5px; border:1px solid #CCC; margin:0 2px 2px; background:#FFFFFF; font-size:10px;}


a.tour_box  {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
}

a:hover.tour_box  {
	text-decoration: none;
	opacity: 0.4;
	background:#E5F0F8;
}

.other-tour-btn{
	padding: 4% 0 10%;
}
.other-tour-btn a{
    display: block;
    padding: 15px 4%;
    margin: 0 auto;
	font-size: 0.9em;
    text-align: center;
    color: #00B2B2;
    font-weight: bold;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #00B2B2;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.other-tour-btn a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFFFFF;
    border: 2px solid #00B2B2;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.other-tour-btn a:hover, .other-tour-btn a:focus, .other-tour-btn a:active {
    color: white;
}

.other-tour-btn a:hover:before, .other-tour-btn a:focus:before, .other-tour-btn a:active:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

/****************************************
	6.pagetop
*****************************************/
#pagetop img{
	width: 50px;
}

/* slider
--------------------------------------------------------- */
#loopslider {
    margin: 0 auto;
    width: 100%;
    height: 80px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
#loopslider ul {
    height: 80px;
    float: left;
    display: inline;
    overflow: hidden;
}
 
#loopslider ul li {
    height: 80px;
    float: left;
    display: inline;
    overflow: hidden;
}

#loopslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
#loopslider ul {
    display: inline-block;
    overflow: hidden;
}


