@charset "UTF-8";
:root {
  scroll-padding-top: 4rem;
}
.cr-tp-flex{
    display: flex;
    justify-content: center;
}

.ff1{
    font-family: 'Noto Serif TC', serif;
}
.fw600{
	font-weight: 600;
}
.cr-tp{
    font-size: 30px;
    font-weight: 500;
    color: #080809;
}
.cr-tp.s2{
    font-size: 24px;
    font-weight: 500;
    color: #374861;
	padding-top: 15px;
}

.cr-text{
    color: #969696;
}

.cr-tp-tp2{
    border-left: 1px solid #D2D2D2;
    padding-left: 30px;
    flex: 0 0 50%;
    text-align: left;
}

.cr-tp-flex .logo{
    padding-top: 5px;
    padding-right: 30px;
    flex: 0 0 50%;
    text-align: right;
}
.cr-tp-flex .logo img{
	width: 150px;
}
.cr-tp-flex .logo.s2 img{
	width: 80px;
}
.cr-tp-flex .logo.s3 img{
	width: 120px;
}
.cruise_area{
    padding-top: 50px;
}
.cruise_area.bg{
    background-image: url('../img/cruise_info/bg1.png'),url('../img/cruise_info/bg2.png');
    background-repeat: repeat-x,repeat-x;
    background-position: center top, center 120%;
    background-size: contain,contain;
}
.cr-tp-tp3{
    padding-top: 40px;
    text-align: center;
    position: relative;
}
/*
.cr-tp-tp3.line{
    background-image: url('../img/cruise_info/line1.svg');
    background-repeat: no-repeat;
    background-position: 100% 90%;
}
*/
.cr-tp-tp3.line::after{
    content: "";
    position: absolute;
    bottom: 12px;
    right: -13px;
    border-right: 1px solid #d4d4d4;
    height: 35px;
}
.cr-tp-tp3 .cr-tp{
    font-size: 18px;
}

.cr-tp-tp3 .cr-text{
    font-size: 40px;
	font-weight: 500;
    color: #747CBB;
}
.ct-fr-1{
    display: flex;
    padding-top: 50px;
    padding-bottom: 30px;
}
.ct-fr-1.s1{
    padding-bottom: 60px;
}
.ct-fr-1.s2{
    padding-top: 0;
}
.ct-fr-1 .text-fr{
    padding-left: 30px;
    flex: 0 0 60%;
}
.ct-fr-1 .text-fr.s2{
    flex: 0 0 40%;
}
.ct-fr-1.s1 .text-fr{
    padding-left: 0;
}

.ct-fr-1 .text-fr .text-ct-tp{
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 20px;
}

.ct-fr-1 .text-fr .text-ct{
    line-height: 1.8;
}

.ct-fr-1.s1 .text-fr .text-ct{
    padding-right: 30px;
}

.ct-fr-1 .img{
    flex: 0 0 40%;
}
.ct-fr-1 .img.s2{
    flex: 0 0 60%;
}

.ct-fr-1 .img img{
    width: 100%;
	padding-bottom: 10px;
}

.video-container {
    position: relative;
    padding-bottom: 50.5%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container.s2 {
    padding-bottom: 52.4%;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;left: 0;
    width: 100%;
    height: 100%;
}

.text-ct span{
    color: #295b73;
}

.cruise-menu-fr{
    background-color: #3C5984;
    position: relative;
}

.life_buoy{
    position: absolute;
    top: -80%;
    left: 5%;
}

.life_buoy img{
	width: 150px;
}

.cruise-menu-fr .menu{
    display: flex;
    justify-content: center;
    color: #fff;
    flex-direction: row;
    flex-wrap: wrap;
}

.cruise-menu-fr .menu .item{
    padding: 15px 20px;
    font-size: 18px;
}

.cruise-menu-fr .menu .item a{
	color: #fff;
}

.cruise-menu-fr .menu .item a:hover{
	color: #ffe710;
}

.food-bg{
    background-image: url('../img/cruise_info/bg3.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.food-flex{
    /* display: flex; */
    padding: 80px 50px 50px 50px;
}

.food-tpimg{
    flex: 0 0 15%;
}

.food-tpimg img{
    width: 100%;
}
.food-data-fr{
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    position: relative;
}

.food-data-fr ul{
    padding: 0;
}

.c-f-box-fr{
    padding-bottom: 30px;
}
.c-f-box{
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

.img-h-ver2{
	padding-top: 70%;
}

.c-f-box .contents{
    background-color: #fff;
    padding: 30px 20px 20px 20px;
    position: relative;
}

.c-f-box .contents .text{
    color: #707070;
	padding: 10px 0;
	font-size: 14px;
}

.c-f-box .contents .tp-fr{
    background-color: #767CB8;
    color: #fff;
    position: absolute;
    top: -20px;
    padding: 5px 30px;
    width: calc(100% - 40px);
    white-space: nowrap;
}

.prd-list-arrow .arrow-left{
	position: absolute;
	left: -0.5%;
	top: 30%;
	z-index: 1;
	cursor: pointer;
	transition: all 0.4s;
	text-align: center;
}

.prd-list-arrow .arrow-right{
	position: absolute;
	right: 0.5%;
	top: 30%;
	z-index: 1;
	cursor: pointer;
	transition: all 0.4s;
	text-align: center;
}

.foodtpbg{
    background-image: url('../img/cruise_info/foodtp_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.foodtpbg h3 {
    font-size: 30px;
    color: #ffffff;
    position: absolute;
    letter-spacing: 16px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    writing-mode: vertical-lr;
    margin: 0;
    text-shadow: #0000005e 0.01em 0.01em 0.2em;
    white-space: nowrap;
}

.c-ttp-fr{
	position: relative;
	text-align: center;
	font-size: 30px;
	margin: auto;
	padding-bottom: 40px;
	width: 310px;
}

.c-ttp-fr.s1{
	width: 400px;
}

.c-ttp-fr::before{
	content: "";
	position: absolute;
	top: 20px;
	left: 0;
	background-image: url('../img/cruise_info/ct-left.svg');
	width: 70px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: 100%;
}

.c-ttp-fr::after{
	content: "";
	position: absolute;
	top: 20px;
	right: 0;
	background-image: url('../img/cruise_info/ct-left.svg');
	width: 70px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: 100%;
}

.c-contactus-fr .c-ttp-fr{
	/* width: 300px; */
	padding-bottom: 20px;
}

.c-ttp-up-fr{
	position: relative;
	text-align: center;
	font-size: 14px;
	width: 150px;
	margin: auto;
	color: #adacac;
}

.c-ttp-up-fr::before{
	content: "";
	position: absolute;
	top: 10px;
	left: -3px;
	background-image: url('../img/cruise_info/ct-line.svg');
	width: 20px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: 100%;
}

.c-ttp-up-fr::after{
	content: "";
	position: absolute;
	top: 10px;
	right: 0px;
	background-image: url('../img/cruise_info/ct-line.svg');
	width: 20px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: 100%;
}

.c-contactus-fr .c-ttp-up-fr{
	width: 250px;
	color: #807d7d;
}

.c-room-fr{
	padding-top: 50px;
	padding-bottom: 50px;
}

.c-room-info{
	border-top:1px solid #ECECEC;
	border-bottom:1px solid #ECECEC;
	display: flex;
	padding: 5px 10px;
}

.c-room-info .item{
	flex: 1;
}

.c-room-info .item2{
	flex: 0 0 100px;
}

.c-room-info .item2.s2{
	flex: 0 0 150px;
}

.c-room-info .tp{
	color: #767CB8;
	font-size: 14px;
	padding-bottom: 5px;
}

.c-room-info .tp-name{
	font-size: 16px;
	font-weight: 600;
	color: #151515;
}

.c-room-info .tp-name.s2{
	font-size: 16px;
}

.c-room-contents{
	background-color: #F6F6F6;
	padding: 15px 20px;
	font-size: 15px;
	color: #5c5c5c;
	letter-spacing: .05em;
	font-family: "Helvetica Neue", "微軟正黑體", Helvetica, Arial, sans-serif !important;
}
.c-room-contents span{
	font-weight: 600;
	color: #000;
}

.c-room-box{
	padding: 20px 0;
}

.c-ttp-bg{
	background-color: #CFCFDD;
	padding: 80px 50px;
}

.img-h-ver5{
	padding-top: 65%;
}

.cruise_area_4{
	padding-top: 30px;
}

.c-tt-btn-fr{
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
}

.deck-st{
	background-color: #767CB8;
	color: #fff;
	padding: 5px 15px;
	margin: 10px;
	font-size: 14px;
	transition: all 0.4s;
}

.deck-st:hover{
	background-color: #454a79;
	transition: all 0.4s;
}

.c-tt-contents-fr{
	padding: 50px 15px;
}

.deck-view{
	text-align: center;
	padding-top: 20px;
	font-size: 14px;
}

.deck-view a{
	color: #414141;
	transition: all 0.4s;
}

.deck-view a:hover{
	color: #767cb8;
	transition: all 0.4s;
}

.cruise_area_5{
	background-image: url('../img/cruise_info/hanging.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 50px;
}

.c-contactus-fr{
	text-align: center;
}

.c-rm-btn{
	border-radius:5px;
	padding: 10px 30px;
	margin: 5px;
}

.c-rm-btn.contact{
	background-color: #767cb8;
	transition: all 0.4s;
}

.c-rm-btn.line{
	background-color: #2cad38;
	transition: all 0.4s;
}

.c-rm-btn.contact:hover{
	background-color: #5a5e8b;
	transition: all 0.4s;
}

.c-rm-btn.line:hover{
	background-color: #1d7625;
	transition: all 0.4s;
}

.lazied{
	width: 30px;
	padding-right: 5px;
}

.btn-txt{
	font-size: 18px;
	display: inline-block;
	color: #fff;
}
.deck-info2-fr{
	font-size: 12px;
	color: #727070;
	padding-top: 15px;
}
.deck-info2-fr img{
	width: 200px;
}
.deck-img-fr{
	width: 700px;
	margin: auto;
	padding-bottom: 50px;
}
.deck-img-fr.w2{
	width: 1000px;
}
.deck-info-fr{
	padding-bottom: 30px;
}
.deck-info-fr.wd{
	width: 500px;
}
.deck-info-fr.wd2{
	width: 800px;
}
.pc{
	display: block;
}
.md {
	display: none;
}
.banner-video {
	position: relative;
	padding-bottom: 42.58%;
	height: 0;
	overflow: hidden;
}
.banner-video iframe, .banner-video object, .banner-video embed {
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	width: 101%;
	height: 101%;
}

@media (max-width: 1200px) {
    .life_buoy{
        position: absolute;
        left: 2%;
    }
    .foodtpbg{
        display: none;
    }
	.deck-img-fr.w2{
		width: 100%;
	}
}

@media (max-width: 992px) {
    .cr-tp-tp3.line.s1::after{
        border-right:unset;
    }
    .slider-banner .carousel-inner .carousel-item img {
        object-position: 90%;
    }
    .slider-banner .carousel-inner .carousel-item.s2 img {
        object-position: 20%;
    }
	
    .ct-fr-1{
        flex-direction: column;
    }
    .ct-fr-1 .text-fr,
    .ct-fr-1.s1 .text-fr{
        /*padding: 30px 20px;*/
		padding: 30px 0;
    }
    .ct-fr-1.s1{
        flex-direction: column-reverse;
        padding-top: 0;
    }
    .cruise_area.bg{
        background-image: url('../img/cruise_info/bg1.png'),url('../img/cruise_info/bg2.png');
        background-repeat: no-repeat,no-repeat;
        background-position: center top, center bottom;
        background-size: contain,contain;
    }
    .life_buoy{
        position: absolute;
        top: -40px;
        left: -80px;
    }
    .life_buoy img{
		width: 140px
	}
	
    .ad-info-fr.s2 p{
        padding-top: 15px;
    }
	.cruise-menu-fr .menu{
	    padding: 10px 50px;
	}
    .cruise-menu-fr .menu .item{
        padding: 5px 20px;
        font-size: 18px;
    }
	.ct-fr-1.s1 .text-fr .text-ct{
	    padding-right: 0;
	}
    .deck-info2-fr{
		padding: 30px;
	}
	.deck-info2-fr img{
		width: 300px;
	}
	.deck-info-fr.wd2{
		width: 100%;
	}
}

@media (max-width: 768px) {
    .arrow-down-css img{
    	width: 40px;
    } 
	.deck-img-fr{
		width: 100%;
	}
	.pc {
		display: none;
	}
	.md {
		display: block;
	}
}

@media (max-width: 576px) {
    .cr-tp-tp3 .cr-tp{
        font-size: 16px;
    }
    .cr-tp-tp3 .cr-text{
        font-size: 30px;
    }
    .cr-tp-flex .logo img{
        width: 70%;
    }
    .cr-tp{
        font-size: 22px;
    }
    .ad-info-fr.s2 .tp{
        font-size: 28px;
        font-weight: 600;
        color: #fff;
        line-height: 1.2;
    }
    .ad-info-fr.s2 p{
        font-size: 20px;
        padding-top: 10px;
    }
    .food-data-fr{
        padding-left: 10px;
        padding-right: 10px;
    }
    .cruise-menu-fr .menu .item{
        font-size: 14px;
    }
    .life_buoy{
        top: -30px;
        left: -80px;
    }
	.c-ttp-bg{
		background-color: #CFCFDD;
		padding: 30px 20px;
	}
	.c-room-info .item2{
		flex: 0 0 80px;
	}
	.deck-st{
		background-color: #767CB8;
		color: #fff;
		padding: 5px 20px;
		margin: 5px;
		font-size: 12px;
	}
	.c-tt-contents-fr{
		/*padding: 20px 15px;*/
		padding: 20px 0;
	}
	.deck-img-fr{
		padding-bottom: 30px;
	}
	.deck-info-fr{
		/* padding-bottom: 50px; */
	}
	.c-contactus-fr .c-ttp-fr{
		font-size: 20px;
		width: 280px;
		padding-top: 10px;
		padding-bottom: 20px;
	}
	
	.c-contactus-fr .c-ttp-fr::before{
		content: "";
		position: absolute;
		top: 23px;
		left: -10px;
		background-image: url('../img/cruise_info/ct-left.svg');
		background-repeat: no-repeat;
	}
	.c-contactus-fr .c-ttp-fr::after{
		content: "";
		position: absolute;
		top: 23px;
		right: -15px;
		background-image: url('../img/cruise_info/ct-left.svg');
		background-repeat: no-repeat;
	}
	.food-flex{
	    padding: 60px 20px 10px 20px;
	}
	.ct-fr-1 .text-fr .text-ct-tp{
	    font-size: 20px;
	    font-weight: 600;
	    line-height: 1.4;
	    padding-bottom: 20px;
	}

	.c-room-fr{
		padding-top: 30px;
	}

	.c-ttp-fr{
		position: relative;
		text-align: center;
		font-size: 26px;
		margin: auto;
		padding-bottom: 20px;
		width: 300px;
	}
	.prd-list-arrow .arrow-left img{
		width: 40px;
	}
	
	.prd-list-arrow .arrow-right img{
		width: 40px;
	}
	.prd-list-arrow .arrow-left{
		top: 20%;
	}
	
	.prd-list-arrow .arrow-right{
		right: 0.5%;
		top: 20%;
	}
	.c-rm-btn{
		width: 100%;
	}
	
	.text-contents-v1{
		font-size: 14px;
	}
	.deck-info2-fr img{
		width: 200px;
	}
	.deck-info-fr.wd{
		width:100%;
	}
}

