@charset "utf-8";
@import url("font-franklingothic.css");

* {
	border: 0;
	margin: 0; 
	padding: 0; 
	outline: none;
}

html,
body {
	height: 100%;
}


body {
    background: #ffffff;
    font-family: "Franklin-Gothic-Demi", sans-serif;
	-webkit-font-smoothing: antialiased;
    color: #191919;
    width: 100%;
	position: relative;
}

img {
	width: 100%;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #1a1a1a;
	border-bottom-color: #191919;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
	
a img {
	border: none;
}

a:hover img {
	border: none;
}

.hide {
	display: none;
}

.fade {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	cursor: pointer;
}

.fade:hover {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=20);
}

.fade-default {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
}

.left {
	float: left;
}

.rght {
	float: right;
}

.pt-160 {
	padding-top: 160px !important;
}

.pointer {
	cursor: pointer;
}

.zv-900 {
	z-index:900;
}

.menu-font {
	font-size: 1.2em;
}

.area-text {
    padding-top: 5px;
    padding-right: 10px;
}

.p-sub {
    font-family: "Franklin-Gothic-Book", sans-serif;
    padding-bottom: 12px;
}

.divider {
	border-top-color: #191919;
	border-top-width: 1px;
	border-top-style: solid;
}

.wrap {
	position: relative;
	width: 100%;
    max-width: 1024px;
	height: 0;
	padding-bottom: 760px;
}

.teaser-wrap,
.slider-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 760px;
	max-height: 760px;
  	top: 0; 
	left: 0;
}
.rspn-menu-box,
.travel-rspn-menu-box,
.teaser-box,
.rspn-menu-item-box,
.slider-box {
	position: relative;
	width: 100%;
    padding-top: 190px;
    min-height: 100px;
}
.slider-box {
	padding-top: 130px;
}
.teaser-masonry {
	display: none;
}
.teaser-tile {
	overflow: hidden;
	background-color: #ffffff;
	border-radius: 1px;
}
.teaser-stack .teaser-tile {
	position: absolute;
	max-width: 400px;
	max-height: 400px;
	min-width: 100px;
	min-height: 100px;
	cursor: pointer;
}
.teaser-masonry .teaser-tile {
	position: relative;
	height: 0;
    width: 26.5%;
	margin: 0 5px 5px 0;
}
.teaser-masonry .masonry-box,
.rspn-menu-box .rspn-menu-list,
.travel-rspn-menu-box .rspn-menu-list,
.rspn-menu-item-box .rspn-item-box {
	padding-top: 42px;
}
.teaser-masonry .masonry-box #teaser-tile-ref {
	position: relative;
	height: 0;
    width: 40%;
	margin: 0;
	visibility: hidden;
}

.side-menu {
	position: absolute;
	width: 160px;
    height: 300px;
    right: 0;
    top: 500px;
}

#travel-inner-area .travel-side-menu {
	position: relative;
	width: 280px;
    min-height: 300px;
	float: right;
	padding-top: 190px;
	padding-right: 20px;
}

.travel-side-menu .menu-list-item .menu-item {
    width: 100%;
	min-width: 280px;
    max-width: 280px;
}

.travel-menu-box {
	width: 36px;
	height: 36px;
	position: absolute;
    left: 30px;
    top: 100px;
	z-index: 9999;
}

.menu-list-item {
	width: 100%;
    height: 36px;
    line-height: 36px;
}

.menu-list-item .menu-item {
    width: 184px;
    min-width: 184px;
    max-width: 184px;
}

.pos-a,
.pos-d {
	left: 16%;
}
.pos-a-move,
.pos-d-move {
	left: 26% !important;
}
.pos-b,
.pos-e {
	left: 30%;
	top: 75%;
}
.pos-c,
.pos-f {
	left: 36%;
	top: 87%;
}

.masonry-wrap {
	width: 100%;
	min-height: 200vh;
	padding-top: 760px;
}
.masonry-box,
.rspn-menu-list,
.rspn-item-box {
	position: relative;
	padding-left: 8%;
	padding-bottom: 48px;
	width: 92%;
	min-height: 100px;
}

.bottom-menu-area .masonry-box {
    padding-left: calc(8% - 30px);
}

.area-clse-bttn {
    width: 26px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
}

.area-clse-bttn img {
    width: 100%;
}
    

.rspn-menu-list,
.rspn-item-box {
	padding-left: 30px !important;
}

.masonry-tile {
	position: relative;
	height: 0;
	padding-bottom: 18.9%;
    width: 26.5%;
	margin: 0 5px 5px 0;
	overflow: hidden;
	text-align: center;
	/*background-color:#e2e2e2;*/
}

.masonry-tile img {
	cursor: pointer;
}

.slide-navi-bttn {
	position: relative;
	float: right;
	height: 32px;
	width: 32px;
	margin-left: 15px;
}
.slide-navi-bttn-wrap {
	position: absolute;
    right: 0;
    top: 0;
}
.uppr-clse-bttn {
	position: absolute;
    left: 0;
    top: 105px;
	height: 32px;
	width: 32px;
	z-index: 200;
}
.slider-wrap {
	background-color: #ffffff;
    z-index: 100;
	position: absolute;
  	min-height: 6000px;
  	top: 0; 
  	left: 0;
	width: 100%;
	max-width: 1024px;
}

.slide-inner-wrap {
	position: relative;
	margin-left: 8%;
	margin-right: 8%;
	padding-bottom: 24px;
	width: 80%;
	min-height: 300px;
}

.slide-info {
	font-family: "Franklin-Gothic-Medium", sans-serif;
	font-size: 1.2em;
	max-width: 50%;
}

.slide-info b {
	font-family: "Franklin-Gothic-Heavy", sans-serif;
}

.slide-info i {
	font-family: "Franklin-Gothic-Medium-Italic", sans-serif;
}

.lowr-text {
    max-width: 50%;
}

.icon-26 img {
	width: 26px;
}

#slide-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

#info-box,
#info-box-rspn,
#info-box-overlay {
	position: absolute;
    top: 26px;
    left: 30px;
	font-size: 1.2em;
	width: 184px;
	min-width: 184px;
	max-width: 184px;
}

#logo-box-overlay {
	position: absolute;
    top: 90px;
    left: 120px;
	width: 260px;
}

#travel-area {
	position: relative;
	width: 100%;
}

#travel-inner-area {
	position: relative;
	width: 100%;
	min-height: 320px;
}

#info-box-rspn,
#rspn-menu-box,
#rspn-menu-item-box,
#uppr-clse-bttn,
#skip-mult,
#slide-multi {
	display: none;
}

#info-box p,
#info-box .info-part,
#info-box-rspn p,
#info-box-rspn .info-part,
#info-box-overlay p,
#info-box-overlay .info-part {
	width: 100%;
}
#info-box .info-navi {
	padding-top: 4px;
	width: 100%;
}
#info-box #info-part-4 {
	padding-top: 4px;
}
#info-box #info-part-4 p {
	padding-bottom: 8px;
}
#info-box #info-part-3,
#info-box #info-part-4 > br {
	/*display: none;*/
}

#navi-rspn {
	display: none;
	position: absolute;
	top: 154px;
	left: 30px;
	width: 36px;
	height: 36px;
}
#navi-rspn img,
#travel-navi-rspn img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#travel-navi-rspn {
    position: absolute;
    top: 100px;
    left: 30px;
    width: 36px;
    height: 36px;
	z-index: 9999;
}

#bottom-menu-area {
	padding-left: 30px;
	padding-top: 48px;
}
#travel-menu-box {
	display: none;
}
#travel-rspn-menu-box {
	padding-top: 0;
	display: none;
}


.masonry-tile.teaser {
    background-repeat: no-repeat;
    background-size: cover;
}

.wait {
    background-image: url("styling-img/progress.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
}

@media all and (min-width: 1025px)  {

	#rspn-menu-box,
	#rspn-menu-item-box {
		display: none !important;
	}	
	#teaser-box,
	#masonry-wrap {
		display: block !important;
	}
	.wrap {
		padding-bottom: 760px !important;
	}
	.teaser-wrap {
		min-height: 760px !important;
    	max-height: 760px !important;
	}
	.masonry-wrap {
		padding-top: 760px !important;
	}

}

@media all and (max-width: 1024px)  {
	
	#info-box-rspn,
	#navi-rspn,
	#travel-menu-box,
	#travel-rspn-menu-box {
		display: block;
	}
	
	#info-box,
	#side-menu-area,
	#bottom-menu-area,
	#travel-side-menu-area {
		display: none;
	}
	
}


@media all and (max-width: 768px)  {
	
	.teaser-masonry {
		display: block;
	}
	
	.teaser-stack {
		display: none;
	}

	.masonry-box,
	.rspn-menu-list,
	.rspn-item-box {
		padding-bottom: 42px;
	}
	
	.masonry-tile {
		padding-bottom: 28.7%;
		width: 40%;
	}

	.teaser-masonry .teaser-tile {
		width: 40%;
		margin: 0 8px 8px 0;
	}
	
}

@media all and (max-width: 510px)  {
    

	#uppr-clse-bttn,
	#slide-multi {
		display: block;
	}
	
	#info-box-rspn, 
	#info-box-overlay,
	#navi-rspn,
	#uppr-clse-bttn,
	#travel-navi-rspn {
		left: 8%;
	}

	.teaser-masonry .masonry-box #teaser-tile-ref {
		width: 91%;
	}
	
	.masonry-box,
	.rspn-menu-list,
	.rspn-item-box {
		padding-bottom: 42px;
	}
	
	.masonry-tile {
		padding-bottom: 65%;
		width: 91%;
		margin: 0 0 8px 0;
	}
	.lowr-bttn {
		display: none;
	}
	
	.lowr-text {
    	max-width: 100%;
	}
	
}

@media all and (min-width: 421px)  {

    .slide-inner-wrap {
        width: 40%;
    }
     
}

@media all and (min-width: 1800px)  {

    .slide-inner-wrap {
        width: 60%;
    }
     
}


@media all and (max-width: 390px)  {

	#logo-box-overlay {
		left: 100px;
		width: 200px;
	}
	
	#travel-rspn-menu-box #rspn-menu-list {
		padding-top: 12px;
	}

}

@media all and (max-width: 316px)  {
	
	.wrap,
	#navi-rspn,
    .slider-box {
		display: none;
	}
	
	
}