*{
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html,body{
	width:100%;
	background: url("img-bg-ll03.png");
	background-color:#d6d6d6;
}

#flower_viewing{
	min-width:320px;
	max-width:1920px;
	margin:0 auto;
    padding-bottom: 23.5%;
	overflow:hidden;
    background: url("img_footer_bk.jpg") no-repeat left top;
    background-size: 100%;
    background-position: right bottom;
	background-color:#FFF;
	position:relative;
}


/* ==================== 逐漸出現動畫效果 ==================== */

.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*==================================== 主視覺 ====================================*/ 



#flower_viewing .main_top{
	width:100%;	
	height: 0;
	padding-bottom: 49%;
	position:relative;
	
}

#flower_viewing h1{
	width: 35%;
	height: 0;
	padding-bottom: 35%;
	text-indent: -9999px;
	background: url("img_maintitle.png") no-repeat left top;
	background-size: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 2vw;
	margin: 0 auto;
	z-index: 50;
	
	animation-name:head;
	animation-fill-mode:forwards;
	animation-duration:2s;
}

@keyframes head{
		
    from{
		top:-20px;
		opacity:0;
    }
    to{ 
	    top: 2vw;
		opacity:1;
    }
}

#flower_viewing .scroll{
	width: 5.2%;
	height: 0;
	padding-bottom: 5.2%;
	background: url("img_scroll_downl.gif") no-repeat left top;
	background-size: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 66;
	bottom: 5vw;
}



#flower_viewing .top-content .slider_container {
	width:100%;
	height:auto;
	position:relative;
	
	opacity:0;
	
	animation-name:toppic;
	animation-fill-mode:forwards;
	animation-duration:2s;
}

@keyframes toppic{
		
    from{
		opacity:0;
    }
    to{ 
		opacity:1;
    }
	
	
}


#flower_viewing .top-content .slider_container div { /* -- 圖片輪播部分 -- */
	width:100%;
	height:auto;
	overflow:hidden;
	
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
	
	-webkit-animation: round 20s linear infinite;
            animation: round 20s linear infinite;
}



@-webkit-keyframes round { /* 100%/20s=5%/1s */
    5% {
        opacity: 1;
        filter: alpha(opacity=100);
        /* 0 - 1秒 淡入*/
    }
    25% {
        opacity: 1;
        filter: alpha(opacity=100);
        /* 1- 5秒靜止*/
    }
    30% {
        opacity: 0;
        filter: alpha(opacity=0);
        /* 5-6秒淡出*/
    }
}
@keyframes round {
    5% {
        opacity: 1;
        filter: alpha(opacity=100);
        /* 0 - 1秒 淡入*/
    }
    25% {
        opacity: 1;
        filter: alpha(opacity=100);
        /* 1- 5秒靜止*/
    }
    30% {
        opacity: 0;
        filter: alpha(opacity=0);
        /* 5-6秒淡出*/
    }
}

#flower_viewing .top-content .slider_container div:nth-child(1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
}

#flower_viewing .top-content .slider_container div:nth-child(2) {
    -webkit-animation-delay: 5s;
            animation-delay: 5s;
}

#flower_viewing .top-content .slider_container div:nth-child(3) {
    -webkit-animation-delay: 10s;
            animation-delay: 10s;
}

#flower_viewing .top-content .slider_container div:nth-child(4) {
    -webkit-animation-delay: 15s;
            animation-delay: 15s;
}



#flower_viewing .top-content .slider_container div img{
	width:100%;
	height:auto;
}

 
#flower_viewing .top-content .slider_container-mobile{ /* 手機圖片輪播 */
	display:none;
}




/*==================================== 選單 ====================================*/ 

#flower_viewing nav{
	width:100%;
	margin: 0 auto 100px auto;
    padding-top: 100px;
	text-align: center;
}

#flower_viewing nav a{
	display: inline-block;
	vertical-align: top;
	width: 13%;
	height: 0;
	padding-bottom: 20.16%;
	cursor: pointer;
	margin: 0 0.5%;
    text-indent: -9999px;
    position: relative;
}

#flower_viewing nav a span{
    display: none;
    width: 100%;
    height: 100%;
    background: url("img_btn_arrow.png") no-repeat top left;
    background-size: 40%;
    background-position: 50% 50%;
    background-color:rgba(255,233,236,0.8);
    position: absolute;
    top: -5%;
    left: 0;
    z-index: 5;
    
}

#flower_viewing nav a:hover span{
    display: block;
}

#flower_viewing nav a.btn_jp{
	background: url("img_btn_01.png") no-repeat left top;
    background-size: 100%;
}

#flower_viewing nav a.btn_kr{
	background: url("img_btn_02.png") no-repeat left top;
    background-size: 100%;
}

#flower_viewing nav a.btn_eu{
	background: url("img_btn_05.png") no-repeat left top;
    background-size: 100%;
}

#flower_viewing nav a.btn_sea{
	background: url("img_btn_04.png") no-repeat left top;
    background-size: 100%;
}

#flower_viewing nav a.btn_tw{
	background: url("img_btn_06.png") no-repeat left top;
    background-size: 100%;
}

#flower_viewing nav a.btn_cn{
	background: url("img_btn_03.png") no-repeat left top;
    background-size: 100%;
}


/*==================================== 花與行程介紹 ====================================*/


#flower_viewing .flower_tours{
	width: 100%;
}

#flower_viewing .country_tt{
    width: 100%;
    height: 0;
    padding-bottom: 22.3%;
	background: url("img_areaTt_bk.jpg") no-repeat left top;
	background-size: 100%;
    position: relative;
    clear: both;
	background-color: #ffe9ec;
}

#flower_viewing .country_tt h2{
    width: 15.625%;
    height: 0;
    padding-bottom: 14.0625%;
    text-indent: -9999px;
    position: absolute;
    top:-10%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

#flower_viewing .country_tt h2.title_jp{
    background: url("img_country_tt_jp.png") no-repeat left top;
    background-size: 100%;
}

#flower_viewing .country_tt h2.title_kr{
    background: url("img_country_tt_kr.png") no-repeat left top;
    background-size: 100%;
}

#flower_viewing .country_tt h2.title_sea{
    background: url("img_country_tt_sea.png") no-repeat left top;
    background-size: 100%;
}

#flower_viewing .country_tt h2.title_eu{
    background: url("img_country_tt_eu.png") no-repeat left top;
    background-size: 100%;
}

#flower_viewing .country_tt h2.title_tw{
    background: url("img_country_tt_tw.png") no-repeat left top;
    background-size: 100%;
}

#flower_viewing .country_tt h2.title_cn{
    background: url("img_country_tt_cn.png") no-repeat left top;
    background-size: 100%;
}

#flower_viewing .flower_sbtn{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 3.6vw;
}

#flower_viewing .flower_sbtn ul{
    text-align: center;
}

#flower_viewing .flower_sbtn li{
    display: inline-block;
    vertical-align: top;
    width: 10%;
    border-right: #000 1px solid;
}

#flower_viewing .flower_sbtn li:first-child{
    border-left:#000 1px solid;
}

#flower_viewing .flower_sbtn a{
    text-decoration: none;
    font-size: 2vw;
    /*line-height: 40px;*/
    margin: 0 2%;
    color: #000;
}

#flower_viewing .flower_sbtn a:hover{
    color:#c30d23;
    text-decoration: underline;
}

#flower_viewing .flower_area{
    width: 100%;
    padding-top: 50px;
    clear: both;
    background: url("img_tourlist_bk.jpg") repeat-x left top;
    background-position: 0% 100%;
    margin-bottom: 50px;
	padding-bottom: 10px;
}

#flower_viewing .flower_infor{
    width: 80%;
   overflow: hidden;
   margin: 0 auto 80px;
   padding-top: 50px;
}

#flower_viewing .flower_pic{
    width: 50%; 
}

#flower_viewing .flower_Lside{
    float: left;
}

#flower_viewing .flower_Rside{
    float: right;
}

#flower_viewing .flower_pic img{
    width: 85.5%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 30px;
        
}

#flower_viewing .flower_introduce{
    width: 50%;
    padding-right: 7%;
}


#flower_viewing .flower_introduce h3{
    width: 100%;
    height: 0;
    padding-bottom: 18.5%;
    text-indent: -9999px;
    margin-bottom: 10px;
}

#flower_viewing .flower_introduce h3.flower_cherry{ /* 櫻花 */
    background: url("img_flowerTt_cherry.png") no-repeat left top;
    background-size: 100%;
}

#flower_viewing .flower_introduce h3.flower_wisteria{ /* 紫藤花 */
    background: url("img_flowerTt_wisteria.png") no-repeat left top;
    background-size: 100%;
}

#flower_viewing .flower_introduce h3.flower_nemophila{ /* 粉蝶花 */
    background: url("img_flowerTt_nemophila.png") no-repeat left top;
    background-size: 100%;
}

#flower_viewing .flower_introduce h3.flower_tulip{ /* 鬱金香 */
    background: url("img_flowerTt_tulip.png") no-repeat left top;
    background-size: 100%;
}

#flower_viewing .flower_introduce h3.flower_redplum{ /* 紅梅 */
    background: url("img_flowerTt_redplum.png") no-repeat left top;
    background-size: 100%;
}

#flower_viewing .flower_introduce h3.flower_other{ /* 熱帶花園 */
    background: url("img_flowerTt_other.png") no-repeat left top;
    background-size: 100%;
}

#flower_viewing .flower_introduce h3.flower_other02{ /* 新社花海 */
    background: url("img_flowerTt_other02.png") no-repeat left top;
    background-size: 100%;
}

#flower_viewing .flower_introduce h3.flower_moss{ /* 芝櫻 */
    background: url("img_flowerTt_moss.png") no-repeat left top;
    background-size: 100%;
}

#flower_viewing .flower_introduce h3.flower_peony{ /* 牡丹 */
    background: url("img_flowerTt_peony.png") no-repeat left top;
    background-size: 100%;
}

#flower_viewing .flower_introduce h3.flower_rape{ /* 油菜花 */
    background: url("img_flowerTt_rape.png") no-repeat left top;
    background-size: 100%;
}

#flower_viewing .flower_introduce p{
    font-size: 1.1vw;
    line-height: 2.2vw;
    color: #222;
}

#flower_viewing .flower_introduce span{
    font-weight: 600;
    font-size: 1.3vw;
    color:#fc7081;
}



/*=== 推薦行程 ===*/

#flower_viewing .tour_list{
    width: 80%;
    margin: 0 auto;
	clear: both;
    text-align: center;
}

#flower_viewing .tour_list h3.sarea_Tt{
    display: block; 
    width: 19.53125%;
    height: 0;
    padding-bottom: 3.90625%;
    margin: 10px auto 30px;
    text-indent: -9999px;
}

#flower_viewing .tour_list h3.jp_area01{ /* 北海道 */
    background: url("img_tour_areaTt_jp_01.png") no-repeat left top;
    background-size: 100%;
}

#flower_viewing .tour_list h3.jp_area02{ /* 東北北陸*/
    background: url("img_tour_areaTt_jp_02.png") no-repeat left top;
    background-size: 100%;
}

#flower_viewing .tour_list h3.jp_area03{ /* 關東 */
    background: url("img_tour_areaTt_jp_03.png") no-repeat left top;
    background-size: 100%;
}

#flower_viewing .tour_list h3.jp_area04{ /* 關西 */
    background: url("img_tour_areaTt_jp_04.png") no-repeat left top;
    background-size: 100%;
}

#flower_viewing .tour_list h3.jp_area05{ /* 九州 */
    background: url("img_tour_areaTt_jp_05.png") no-repeat left top;
    background-size: 100%;
}

#flower_viewing .tour_list h3.jp_area06{ /* 四國沖繩 */
    background: url("img_tour_areaTt_jp_06.png") no-repeat left top;
    background-size: 100%;
}

#flower_viewing .tour_list h3.kr_area01{ /* 首爾 */
    background: url("img_tour_areaTt_kr_01.png") no-repeat left top;
    background-size: 100%;
}

#flower_viewing .tour_list h3.kr_area02{ /* 釜山慶州 */
    background: url("img_tour_areaTt_kr_02.png") no-repeat left top;
    background-size: 100%;
}

#flower_viewing a.tour_box{
	display: inline-block;
	vertical-align: top;
	width: 23.4375%;
	margin: 0 0.6% 50px;
	background-color: #FFF;
    text-decoration: none;
    text-align: left;
    border: #999 1px solid;
	padding: 1%;
	color: #000;
}

#flower_viewing a.tour_box:hover{
	background-color:rgba(255,248,224,0.80);
}


#flower_viewing a.tour_box img{
	width: 100%;
	height: auto;
	display: block;
}

#flower_viewing a.tour_box h4{
	font-size: 1.8vw;
	font-weight: 600;
	margin: 0px auto 5px;
	color: #b99358;
}

#flower_viewing a.tour_box p{
	font-size: 1vw;
    line-height: 2vw;
    min-height: 200px;
	text-align: justify;
    color: #222;
}

#flower_viewing a.tour_box .price{
	margin-top: 10px;
    text-align: right;
    margin-bottom: 10px;
}

#flower_viewing a.tour_box .price span,
#flower_viewing a.tour_box .price .money,
#flower_viewing a.tour_box .price .money span{
	display: inline-block;
	vertical-align: middle;
}

#flower_viewing a.tour_box .price span{
	border: 1px #333 solid;
	font-size: 0.8vw;
	color: #333;
	padding: 0 2px;
}

#flower_viewing a.tour_box .price .money{
	font-size: 2vw;
	font-weight: 600;
	color: #ff0000;
	margin-left: 10px;
}

#flower_viewing a.tour_box .price .money span{
	border: none;
	font-weight: 300;
}


/*==================================== 【RWD尺寸開始】 ====================================*/

@media screen and (max-width: 1280px){
	#flower_viewing .tour_list{
		width: 90%;
	}
	
	#flower_viewing a.tour_box p{
		min-height: 130px;
	}
}


@media screen and (max-width: 1024px){
	
	#flower_viewing .country_tt h2{
		top: -5%;
	}
	
	#flower_viewing nav {
    	margin: 0 auto 50px auto;
		padding-top: 50px;
	}
	
	#flower_viewing .flower_area{
		margin-bottom:0;
	}
	
	#flower_viewing .flower_infor{
		padding-top: 0;
		margin: 0 auto 50px;
	}
	
	#flower_viewing .flower_pic img{
		border-radius: 20px;
	}
	
	#flower_viewing .flower_introduce p {
    	font-size: 14px;
		line-height: 28px;
	}
	
	#flower_viewing .flower_introduce span{
		font-size: 17px;
	}
	
	#flower_viewing a.tour_box h4 {
		font-size: 20px;
	}
	
	#flower_viewing a.tour_box p{
		font-size: 14px;
		line-height: 28px;
	}
	
	
}



@media screen and (max-width: 768px){ /*---- 平版調整 -----*/
	
	#flower_viewing .main_top{
		width: 100%;
		height: 0;
		padding-bottom: 112.5%;
		position: relative;

	}
	
	#flower_viewing .pull-tour{
		width: 10%;
		top: 59vw;
	}
	
	
	#flower_viewing .top-content .slider_container {
		display:none;
	
	}
	
	#flower_viewing .top-content .slider_container-mobile{
		display:block;
		width:100%;
		height:auto;
		position:relative;
		
		opacity:0;
		
		animation-name:toppic-m;
		animation-fill-mode:forwards;
		animation-duration:2s;
	}
	
	@keyframes toppic-m{
			
		from{
			opacity:0;
		}
		to{ 
			opacity:1;
		}
		
		
	}
	
	#flower_viewing .top-content .slider_container-mobile div { /* -- 圖片輪播部分 -- */
		width:100%;
		height:auto;
		overflow:hidden;
		
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		filter: alpha(opacity=0);
		
		-webkit-animation: round 20s linear infinite;
				animation: round 20s linear infinite;
	}
	
	
	
	@-webkit-keyframes round { /* 100%/20s=5%/1s */
		5% {
			opacity: 1;
			filter: alpha(opacity=100);
			/* 0 - 1秒 淡入*/
		}
		25% {
			opacity: 1;
			filter: alpha(opacity=100);
			/* 1- 5秒靜止*/
		}
		30% {
			opacity: 0;
			filter: alpha(opacity=0);
			/* 5-6秒淡出*/
		}
	}
	@keyframes round {
		5% {
			opacity: 1;
			filter: alpha(opacity=100);
			/* 0 - 1秒 淡入*/
		}
		25% {
			opacity: 1;
			filter: alpha(opacity=100);
			/* 1- 5秒靜止*/
		}
		30% {
			opacity: 0;
			filter: alpha(opacity=0);
			/* 5-6秒淡出*/
		}
	}
	
	#flower_viewing .top-content .slider_container-mobile div:nth-child(1){
		-webkit-animation-delay: 0s;
				animation-delay: 0s;
	}
	
	#flower_viewing .top-content .slider_container-mobile div:nth-child(2){
		-webkit-animation-delay: 5s;
				animation-delay: 5s;
	}
	
	#flower_viewing .top-content .slider_container-mobile div:nth-child(3){
		-webkit-animation-delay: 10s;
				animation-delay: 10s;
	}
	
	#flower_viewing .top-content .slider_container-mobile div:nth-child(4){
		-webkit-animation-delay: 15s;
				animation-delay: 15s;
	}
	
	
	#flower_viewing .top-content .slider_container-mobile div img{
		width:100%;
		height:auto;
		display: block;
	}

	#flower_viewing h1{
		width: 60%;
		height: 0;
		padding-bottom: 60%;
		top:10vw;
		animation-name:head02;
		animation-fill-mode:forwards;
		animation-duration:2s;
	}

	@keyframes head02{

		from{
			top:-20px;
			opacity:0;
		}
		to{ 
			top: 10vw;
			opacity:1;
		}
	}

	#flower_viewing .scroll{
		width: 13%;
		height: 0;
		padding-bottom: 13%;
		bottom: 60px;
	}

	/*==================================== 選單 ====================================*/ 
	
	#flower_viewing nav{
		width: 100%;
		
	}
	
	#flower_viewing nav a{
		width: 14%;
		height: 0;
		padding-bottom: 23%;
	}
	
	#flower_viewing .country_tt h2{
		width: 17%;
		height: 0;
		padding-bottom: 15.3%;
	}
	
	
	#flower_viewing .flower_sbtn li{
		width: 12%;
	}
	
	#flower_viewing .flower_sbtn a{
		font-size: 20px;
	}
	
	#flower_viewing .flower_infor {
		width: 96%;
	}
	
	
	#flower_viewing .tour_list {
		width: 96%;
	}
    
    #flower_viewing .tour_list h3.sarea_Tt {
        width: 30%;
        height: 0;
        padding-bottom: 6.6%;
    }
	
	#flower_viewing a.tour_box {
		width: 45%;
		margin: 0 1.5% 50px;
	}
	
	#flower_viewing a.tour_box .price .money{
		font-size: 26px;
	}
	
	#flower_viewing a.tour_box .price span{
		font-size: 12px;
	}
	
	#flower_viewing a.tour_box p {
		min-height: 130px;
	}
}


@media screen and (max-width: 640px){ /*---- 手機版調整 -----*/
	
	#flower_viewing h1 {
    	width: 70%;
    	height: 0;
		padding-bottom: 70%;
	}
	
	#flower_viewing .country_tt{
		width: 100%;
		height: 0;
		padding-bottom: 40%;
		background: url("img_areaTt_bk02.jpg") no-repeat left top;
		background-size: 100%;
		background-color: #ffe9ec;
	}
	
	#flower_viewing .country_tt h2 {
		width: 28%;
		height: 0;
		padding-bottom: 25.2%;
	}
	
	#flower_viewing .flower_sbtn{
		bottom: 6vw;
	}
	
	#flower_viewing .flower_sbtn li {
		width: 18%;
	}
    
    #flower_viewing nav a{
        width: 26.5%;
        height: 0;
        padding-bottom: 26.5%;
    }

    #flower_viewing nav a:hover span{
        display: none;
    }

    #flower_viewing nav a.btn_jp{
        background: url("img_btn_01_s.png") no-repeat left top;
        background-size: 100%;
    }

    #flower_viewing nav a.btn_kr{
        background: url("img_btn_02_s.png") no-repeat left top;
        background-size: 100%;
    }

    #flower_viewing nav a.btn_eu{
        background: url("img_btn_05_s.png") no-repeat left top;
        background-size: 100%;
    }

    #flower_viewing nav a.btn_sea{
        background: url("img_btn_04_s.png") no-repeat left top;
        background-size: 100%;
    }

    #flower_viewing nav a.btn_tw{
        background: url("img_btn_06_s.png") no-repeat left top;
        background-size: 100%;
    }

    #flower_viewing nav a.btn_cn{
        background:  url("img_btn_03_s.png") no-repeat left top;
        background-size: 100%;
    }



}

@media screen and (max-width: 480px){ 
	
	#flower_viewing {
		padding-bottom: 47%;
		background-size: 200%;
		background-position: right bottom;
	}
	
	#flower_viewing .flower_Rside,
	#flower_viewing .flower_Lside{
		float: none;
	}
	
	#flower_viewing .flower_pic,
	#flower_viewing .flower_introduce{
		width: 100%;
		margin: 0 auto 30px;
		padding: 0 5%;
	}
	
	#flower_viewing .flower_pic img{
		width: 90%;
		border-radius:10px;
	}
	
	#flower_viewing .country_tt{
		padding-bottom: 55%;
	}
	
	#flower_viewing .japan_tt{
		padding-bottom: 65%;
	}
	
	#flower_viewing .country_tt h2 {
		width: 35%;
		height: 0;
		padding-bottom: 31.5%;
	}
	
	#flower_viewing .flower_sbtn {
		bottom: 10px;
	}

	#flower_viewing .flower_sbtn li {
		width: 35%;
		margin-bottom: 10px;
	}
	
	#flower_viewing .flower_sbtn li:nth-child(odd){
		border-left: #000 1px solid;
	}
	
	#flower_viewing .flower_sbtn a {
		font-size: 18px;
	}
    
    #flower_viewing .tour_list h3.sarea_Tt {
        width: 55%;
        height: 0;
        padding-bottom: 12%;
    }
	
	#flower_viewing a.tour_box{
		display: block;
		width: 80%;
		margin: 0 auto 50px;
		padding: 15px;
	}
	
	
}















