@charset "utf-8";
/* CSS Document */
/************************************************************************************
RESET
*************************************************************************************/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, figure, mark, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    /*vertical-align: baseline;*/
    background: transparent;
}
body {line-height: 1; -webkit-text-size-adjust: none;/*防止allpe的safari瀏覽器字體變大*/}
/*ol, ul { list-style: none;}*/
ul { list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {
   /* border-collapse: collapse;*/
    border-spacing: 0;
}
a img {border: none;}
img {max-width: 100%;image-rendering: -webkit-optimize-contrast;}
.clean { clear:both;}
a {color: #333333; text-decoration: none; blr:expression(this.onFocus=this.blur()); outline: none; /* for Firefox */hlbr:expression(this.onFocus=this.blur());}
a:hover {}
a:focus{ -moz-outline-style: none;}
.b-box{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-size:15px;	
}

/*wow*/
.wow:first-child {
visibility: hidden;
visibility:visible \9;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
   /* border-collapse: collapse;*/
    border-spacing: 0;
}

a img {
	border: none;
}

.clean { clear:both;}

img { max-width:100%;}

.web-outer{	
	clear: both;
	overflow: hidden;
	min-height: 2500px;
}
header h1 {
    text-indent: 101%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
	width: 100%;
} 


.header{clear:both;overflow: hidden;}
.container2 {width:100%;position:relative; margin-top:0px;}
.clearfix{margin-bottom: 20px;}
.slide{margin: 0 auto;z-index: 50;}


/* 外部容器：設定高度和相對定位 */
.header-carousel {
    position: relative;
    width: 100%;
    height: 590px; /* **設定您想要的高度** */
    overflow: hidden;
	margin-bottom: 20px;
	margin-top: 10px;
}
.logo {display: block; max-width: 400px; position: absolute;left:40%;right: 0;top:100px;z-index: 200;}
.logo02 {display: block; max-width: 154px; position: absolute;left:30%;right: 0;top:40px;z-index: 200;}

/* 輪播軌道：現在只是作為投影片的父容器，不進行位移 */
.carousel-track {
    position: relative;
    width: 100%;
    height: 100%;
}

/* 投影片項目：實現堆疊和淡入淡出效果 */
.slide-item {
    position: absolute; /* 絕對定位：將所有投影片堆疊在一起 */
    top: 0;
    left: 0;
    width: 100%; /* 佔滿父容器 */
    height: 100%;
    
    opacity: 0; /* **預設隱藏** */
    transition: opacity 1s ease-in-out; /* **設定淡入淡出的時間** (例如 1 秒) */
    z-index: 1; /* 保持在一般圖層 */

    /* ==== 底圖設定：底圖不會縮放 (不變) ==== */
    background-repeat: no-repeat;
    background-position: center center; 
    background-size: cover; 
}

/* 顯示中的投影片 (淡入) */
.slide-item.active {
    opacity: 1; /* **顯示** */
    z-index: 2; /* 確保顯示中的投影片在上方 */
}


/* 為每個strong投影片設定不同的背景圖片 (不變) */
.slide-1 { background-image: url('../img/big_pic01.jpg'); }
.slide-2 { background-image: url('../img/big_pic02.jpg'); }
.slide-3 { background-image: url('../img/big_pic04.jpg'); }
.slide-4 { background-image: url('../img/big_pic05.jpg'); }
.slide-5 { background-image: url('../img/big_pic06.jpg'); }

/* 前景中間圖片：實現「中間圖片會縮放」效果 (不變) */
.middle-image {
    /* 定位：水平與垂直置中 */
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    
    /* 大小：圖片會隨外部容器寬度縮放 (Scaling) */
    width: 80%; 
    max-width: 800px; 
    height: auto; 
    z-index: 10; 
}

/* 點點導航區塊定位 */
.carousel-pagination {
    position: absolute;
    bottom: 20px; /* 距離底部 20px */
    left: 50%;
    transform: translateX(-50%); /* 水平置中 */
    z-index: 20; /* 確保在所有圖片上方 */
    display: flex;
    gap: 8px; /* 點點間距 */
}

/* 單個點點的樣式 */
.dot {
    width: 10px;
    height: 10px;
    background-color: rgba(35, 35, 35, 0.8); /* 半透明白色 */
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
    border: 1px solid #232323; /* 白色邊框增加辨識度 */
}

/* 目前活躍點點的樣式 */
.dot.active {
    background-color: #fff; /* 實心白色 */
    /* 也可以放大或改變形狀 */
    /* transform: scale(1.2); */
}




/*-------------------------------------選單---------------------------------------------*/
#main-nav {
    z-index: 990;
    overflow: hidden;
 }
 
.block_menu {  	
	z-index: 990;
     width: 100%;
     text-align:center;
     font-family:"微軟正黑體","黑體", Arial, Helvetica, sans-serif;
     height: 45px;	
	 background: url("../img/nav_bg.png") top center no-repeat;	
 }
 
.sticky { top: 40px; }
#nav ul{background-color: antiquewhite;} 
#nav li { display:inline-block; }
#nav li a { display: inline-block;  }

.menu {}
.menu a{font-size: 20px;color: #262626;padding: 5px;margin-top: 8px; margin-right: 15px;text-decoration: none;}
.menu a:hover,.menu a.active{ background-color: #fff;border-radius: 5px;padding: 5px;}
 .active {
     -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
     -o-transform: translate3d(0, 0, 0);
     -ms-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
 }
/*錨點*/
.block-first{overflow: hidden;padding-top: 50px;margin-top: -50px;}
.block-first02{overflow: hidden;padding-top: 50px;margin-top: -50px;padding-bottom: 80px;}


.main{max-width: 960px;margin: 0 auto;} 
.main02{margin: 0 auto;padding: 50px 0;} 

.big-title{max-width: 480px;width: 100%;height: 70px;margin: 30px auto;font-family: "Iansui", cursive;font-size: 35px;text-align: center;padding-top: 10px;font-weight: 400;}
.big-title strong {font-size: 48px;margin: 0 3px;font-weight: 400;}

.t01{background: url("../img/big_title_01.png") top center no-repeat;color: #9bbcd2;}
.t02{background: url("../img/big_title_02.png") top center no-repeat;color: #428fc4;}
.t03{background: url("../img/big_title_03.png") top center no-repeat;color: #b6a78e;}

.big-title02{max-width: 400px;width: 100%;height: 70px;margin: 30px auto;font-family: "Iansui", cursive;font-size: 35px;text-align: center;padding-top: 10px;background: url("../img/big_title_04.png") top center no-repeat;color: #419397;font-weight: 400;}
.big-title02 strong {font-size: 48px;margin: 0 3px;font-weight: 400;}

/*四季*/
.bg01{background: url("../img/bg_01.jpg") top center repeat;padding: 0 0 80px 0;}
.bbg01{background: url("../img/b_bg_01.png") bottom center no-repeat;}
.bbg02{background: url("../img/b_bg_02.png") bottom center no-repeat;}
.bbg03{background: url("../img/b_bg_03.png") bottom 50px center no-repeat;}

.four-box{max-width: 600px; width: 100%;margin: 80px auto;font-family:"微軟正黑體","黑體", Arial, Helvetica, sans-serif;}
.four-title{max-width: 525px;margin: 0 auto 30px auto;}
.four-box p{font-size: 15px;line-height: 2em;color: #373737;}
.four-box p strong{font-weight: bold;font-size: 18px; margin-top: 15px;color: #9e9b61;display: block;}

.img-box{
	padding: 8px;	
	border: solid 1px #497361;		
	margin: 0 auto;
	max-width: 786px;
}

/*雲海平台*/
.cloud-frame{max-width: 960px;margin: 0 auto;padding: 20px 0; font-family:"微軟正黑體","黑體", Arial, Helvetica, sans-serif;font-size: 15px;line-height: 2em;color: #373737;}
.cloud-box{width: 100%;position: relative;margin: 30px auto;clear: both;min-height: 500px;}
.cloud-box .cloud-txt{width: 30%; position: absolute;background-color: #fff;top:60px;right: -2px;z-index: 90;padding: 20px;}
.cloud-txt .toptxt{font-size: 30px;color: #5189ad; border-bottom: 2px #5189ad solid;padding-bottom: 10px;margin-bottom: 10px; display:block;}
.cloud-box .cloud-ph{width: 95%;max-width: 920px; position: absolute;top:10px;left: 0px;padding: 15px 20px 20px 20px;z-index: 50;}
.cloud-box .cloud-ph img{}
.cloud-bg01{max-width: 283px;position: absolute;top:0;left:0;}
.cloud-bg02{max-width: 283px;position: absolute;bottom: 30px;right: 0;}



/*水之教堂*/
.chapel-frame{max-width: 960px;margin: 0 auto;padding: 20px 0; font-family:"微軟正黑體","黑體", Arial, Helvetica, sans-serif;font-size: 15px;line-height: 2em;color: #373737;}
.chapel-box{width: 100%;position: relative;margin: 30px auto;clear: both;min-height: 500px;}
.chapel-box .chapel-txt{width: 38%; position: absolute;background-color: #fff;top:80px;right: -2px;z-index: 90;padding: 20px;}
.chapel-txt .toptxt{font-size: 30px;color: #5189ad; border-bottom: 2px #5189ad solid;padding-bottom: 10px;margin-bottom: 10px; display:block;}
.chapel-box .chapel-ph{width: 65%;max-width: 580px; position: absolute;top:10px;left: 0px;padding: 15px 20px 20px 20px;z-index: 50;}
.chapel-box .chapel-ph img{}
.chapel-bg01{max-width: 283px;position: absolute;top:0;left:0;}
.chapel-bg02{max-width: 283px;position: absolute;bottom: 30px;right: 0;}

/*愛絲冰城*/
.ice-frame{max-width: 960px;margin: 0 auto;padding: 20px 0; font-family:"微軟正黑體","黑體", Arial, Helvetica, sans-serif;font-size: 15px;line-height: 2em;color: #373737;}
.ice-box{width: 100%;position: relative;margin: 30px auto;clear: both;min-height: 500px;}
.ice-box .ice-txt{width: 38%; position: absolute;background-color: #fff;top:120px;right: -2px;z-index: 90;padding: 20px;}
.ice-box .ice-txt strong{color: #9a72c8;font-weight: bold;display: block;}
.ice-txt .toptxt{font-size: 30px;color: #5189ad; border-bottom: 2px #5189ad solid;padding-bottom: 10px;margin-bottom: 10px; display:block;}
.ice-box .ice-ph{width: 65%;max-width: 580px; position: absolute;top:10px;left: 0px;padding: 15px 20px 20px 20px;z-index: 50;}
.ice-box .chapel-ph img{}
.ice-bg01{max-width: 283px;position: absolute;top:0;left:0;}
.ice-bg02{max-width: 283px;position: absolute;bottom: 30px;right: 0;}


/*極致體驗*/
.bg02{background: url("../img/bg_03.png") top center no-repeat;}

.tomamu-box{max-width: 600px; width: 100%;margin: 80px auto 30px auto;font-family:"微軟正黑體","黑體", Arial, Helvetica, sans-serif;}
.tomamu-title{max-width: 525px;margin: 0 auto 30px auto;}

.tomamu-frame{max-width: 760px;margin: 80px auto;padding: 0; font-family:"微軟正黑體","黑體", Arial, Helvetica, sans-serif;font-size: 15px;line-height: 2em;color: #373737;}

.tomamu-tbox{clear: both;overflow: hidden;margin: 0 auto;}
.tomamu-txt{width: 54%;float: left;background: url("../img/bg_03.jpg") top center repeat;padding: 20px;margin-left: 10px; color: #fff;min-height: 210px;}
.tomamu-txt .toptxt{font-size: 30px;color: #fffde3; border-bottom: 2px #fffde3 solid;padding-bottom: 20px;margin-bottom: 10px; display:block;background: url("../img/icon01.png") top right no-repeat;}
.tomamu-txt .toptxt02{font-size: 30px;color: #d8ffff; border-bottom: 2px #d8ffff solid;padding-bottom: 20px;margin-bottom: 10px; display:block;background: url("../img/icon02.png") top right no-repeat;}

.tomamu-tph{width: 38%;max-width: 300px; float: right;}

.tomamu-ph{width: 100%;max-width: 760px;position: relative; padding: 15px;z-index: 50;}

.tomamu-box .tomamu-ph img{}
.tomamu-bg01{max-width: 283px;position: absolute;top:0;left:0;}
.tomamu-bg02{max-width: 283px;position: absolute;bottom: 30px;right: 0;}


/*味覺饗宴*/
.bg03{background: url("../img/bg_01.jpg") top center repeat;padding-bottom: 80px;}
.food-box{width: 60%;margin: 0 auto;padding: 50px 0; font-family:"微軟正黑體","黑體", Arial, Helvetica, sans-serif;}
.food-title{max-width: 525px;margin: 0 auto 50px auto;}
.food-box p{font-size: 15px;line-height: 2em;color: #373737;}

ul.scroll1 li{margin-right: 10px;}


/*推薦行程*/
.bg04{background: url("../img/bg_02.jpg") top center repeat;}

.star_box{width: 100%;background-color: #fff;border-radius: 10px;margin: 0 auto;padding-top: 30px;}
.star_title{max-width: 800px;margin: 30px auto 0 auto;background: url("../img/min_title_bg.png") top no-repeat;text-align: center;}
.star_title img{max-width: 224px;}

.tour_box {
	width: 90%;
	margin: 0 auto;
	padding: 0 0 10px 0;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;	
	clear: both;
	overflow: hidden;	
}
.tour_box a{text-decoration: none;display: block;}	
.tour_box .title{font: 600 20px "微軟正黑體","黑體";line-height: 1.8em;font-weight: bold;color: #0b96d3;padding-top: 10px;}
.tour_box p{font: 600 15px "微軟正黑體","黑體";line-height: 1.5em;color: #c00d3f;padding: 10px 0;}
.tour_box li em  { color:#dfd6ba; font-style:normal; padding-left:6px;font-size:13px;}
	
.tour_mark ul{width: 90%;font: 500 15px "微軟正黑體","黑體";line-height: 1.5em;color: #585858;margin-left: 20px;}
.tour_mark ul li{list-style-type:disc;margin-top: 5px;}	


.tour_more{font-size:15px;
	line-height:2em;
	color:#bc012d;		
	font-weight: bold;
	text-align: right;
	margin-right: 5px;
}
.tour_more strong{font-size:18px;
	line-height:2em;}

.min-title{
	display: inline-block;
	margin: 10px 0 0 0;
	font: 600 18px "微軟正黑體";
	color: #fff;
	padding:8px;
	border-radius: 0 10px 10px 0;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	background-color: #0b96d3;
}
.min-title2{
	display: inline-block;
	margin: 10px 0 0 0;
	font: 600 18px "微軟正黑體";
	color: #fff;
	padding:8px;
	border-radius: 0 10px 10px 0;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	background-color: #419397;
}


/*行程*/
.tour-wrap{max-width: 1000px;width: 95%; margin:0 auto;}

/*綜合行程*/
.min-tour-title{width: 80px;text-align: center;font-family:"微軟正黑體", Arial, Helvetica, sans-serif;font-size: 20px;color: #fff;background-color: #419397;border-radius: 10px 0 10px 0;padding: 10px;}
.tour-list {width: 100%;margin: 0 auto;padding: 10px 0 50px 0;}
.tour-list a {display:flex;padding: 10px;overflow: hidden;border-bottom:1px dashed #35322d;text-decoration: none;justify-content:space-between;align-items:center;}
.name-l{flex:0 0 85%;font-family:"微軟正黑體", Arial, Helvetica, sans-serif;font-size: 18px;color:#5c5c5c;line-height: 1.5em;}
.name-l em{font-style:normal;color: #fff;font-family:"微軟正黑體", Arial, Helvetica, sans-serif;font-size: 15px;border-radius: 5px;background-color: #a38553; padding: 3px;margin-right: 5px;}
.name-l strong{font-family:"微軟正黑體", Arial, Helvetica, sans-serif;font-size: 15px;color: #3e86c1;margin-left: 5px;}

.price-r{flex:0 0 15%; text-align:right;font-family:"微軟正黑體", Arial, Helvetica, sans-serif;font-weight: 600; font-size: 15px;line-height: 1.2em;color:#5c5c5c;}
.price-r strong{font-family:"微軟正黑體", Arial, Helvetica, sans-serif;font-size: 22px;font-weight: 600;margin: 0 2px;letter-spacing:1px;color:#bc012d;	}

.tour-list02 {width: 100%;margin: 0 auto;padding: 10px 0 50px 0;}
.tour-list02 a {display:flex;padding: 10px;overflow: hidden;border-bottom: dashed 1px #636363;text-decoration: none;
			justify-content:space-between;align-items:flex-start;}
.name-l02{flex:0 0 85%;font-family:"微軟正黑體", Arial, Helvetica, sans-serif;font-size: 18px;color:#5c5c5c;line-height: 1.5em;}

.price-r02{flex:0 0 15%; text-align:right;font-family:"微軟正黑體", Arial, Helvetica, sans-serif;font-weight: 600; font-size: 15px;line-height: 1.5em;color:#5c5c5c;}
.price-r02 strong{font-family:"微軟正黑體", Arial, Helvetica, sans-serif;font-size: 22px;font-weight: 600; margin: 0 2px;letter-spacing:1px;color: #bc012d;}

ul.pkg-mark{width: 100%; padding-left: 5px;}
ul.pkg-mark li{font-family:"微軟正黑體", Arial, Helvetica, sans-serif; font-size: 15px;font-weight: 500;line-height: 1.5em;color: #757575;margin-top: 10px;margin-left: 10px;list-style-type:disc;}


.tour_list_box ul {
	width: 90%;	
	margin: 0 auto;
	padding: 10px;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
}

.tour-title{max-width: 525px;margin: 0 auto 50px auto;}
	
.tour_list_box li{
	font-size: 18px;	
	line-height: 2em;
	color:#fff;	
	border-bottom:1px dashed #35322d;
	padding: 10px 0;
	list-style-type:none;
}
.tour_list_box p.txt{	
	font-size: 15px;
	color: #8F0002;
	font-weight: bold;
	padding:10px 0;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
}


.tour_list_box li em  { color:#da6a26; font-style:normal; padding-left:6px;font-size:13px;   }
.tour_list_box .price{	
	font-size:15px;
	line-height:2em;
	color:#bc012d;		
	font-weight: bold;
	float: right;
}

.tour_list_box .price strong {	
	font-size:18px;
	line-height:2em;
		
}

.tour_list_box li a{	
	color:#5c5c5c;
	text-decoration:none;
	display:block;
	overflow:hidden;
	padding: 3px 5px;
	font-weight: bold;
}
.tour_list_box li a:hover{	
	background-color:#fff;}


.pkg_box {
	width: 90%;
	margin: 0 auto;
	padding: 10px;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;	
	clear: both;
	overflow: hidden;	
}
.pkg_box a{text-decoration: none;display: block;}
.pkg_box li a:hover{background-color:#fff;}
.pkg_box .title{font: 600 20px "微軟正黑體","黑體";line-height: 1.8em;font-weight: bold;color: #5c5c5c;padding-top: 10px;}
.pkg_box li{list-style-type:none;border-bottom:1px dashed #35322d;}
.pkg_box li em  { color:#dfd6ba; font-style:normal; padding-left:6px;font-size:13px;}


.tour_mark2 ul{width: 100%;margin: 0 auto;font: 500 15px "微軟正黑體","黑體";line-height: 1.5em;color: #585858;margin-left: 20px;}
.tour_mark2 ul li{list-style-type:disc;margin-top: 5px;border-bottom:none;}	
	
.pkg_more{font-size:15px;
	line-height:2em;
	color:#bc012d;		
	font-weight: bold;
	text-align: right;
	margin-right: 5px;
}
.pkg_more strong{font-size:18px;
	line-height:2em;}
@media screen and (max-width: 1500px) {
.logo {left:35%;}
.logo02 {left:15%;}	
}	
@media screen and (max-width: 959px) {
.logo {left:25%;}
.logo02 {left:10%;}		
.cloud-box,.chapel-box,.ice-box{margin: 50px auto;min-height: 400px;}	
.tour_list_box .price{		
	float: inherit;
	display: block;
	text-align: center;
	}	
	
.tour_more,.pkg_more{
	display: block;
	text-align: center;
	margin-right: inherit;
}	
	
}

/*平版*/
@media screen and (max-width: 768px) {
.logo {left:15%;}
.logo02 {left:5%;}		
.block_menu{display: none;}		
	
/*錨點*/
.block-first{overflow: hidden;padding-top: 0;margin-top: 0;}
.block-first02{overflow: hidden;padding-top: 0;margin-top: 0;}
	
.main{margin: 80px auto;} 
.main02{margin: 0 auto;padding: 20px 0;} 
	
.name-l,.name-l02{flex:0 0 80%;}
.price-r,.price-r02{flex:0 0 20%;}	
	
.bg01{padding: 0 0 20px 0;}	
.four-box{max-width: inherit;width: 85%;}	
.cloud-box{margin: 20px 0;min-height: inherit;}	
.cloud-box .cloud-txt{width: 85%;position: inherit;top:0;right: 0;margin: 0 auto;}
.cloud-box .cloud-ph{width: 85%;position: inherit;top:0;margin: 20px auto 0 auto;}
	
.chapel-box{margin: 20px auto;min-height: inherit;}	
.chapel-box .chapel-txt{width: 85%;position: inherit;top:0;right: 0;margin: 0 auto;}
.chapel-box .chapel-ph{width: 85%;position: inherit;top:0;margin: 20px auto 0 auto;}	
	
.ice-box{margin: 20px auto;min-height: inherit;}
.ice-box .ice-txt{width: 85%;position: inherit;top:0;right: 0;margin: 0 auto;}
.ice-box .ice-ph{width: 85%;position: inherit;top:0;margin: 20px auto 0 auto;}	
	

.tomamu-box{max-width: inherit;width: 85%;}	
.tomamu-frame{margin: 20px auto 0 auto;}
.tomamu-tbox{clear: both;overflow: hidden;}
.tomamu-txt{width: 85%;float: inherit;min-height: inherit;margin: 0 auto;}
.tomamu-tph{display: none;}
.tomamu-ph{width: 85%;margin: 0 auto;}	
	
.food-box{width: 85%;padding: 20px 0;}	
.tour-title{margin: 0 auto 20px auto;}	
	
}
@media screen and (max-width: 600px) {
.logo {left:10%;}
.logo02 {left:3%;}
	
.big-title{max-width: inherit;width: 90%;height: inherit;font-size: 25px;padding: 10px;}
.big-title strong {font-size: 35px;}

.t01{background: none;color: #9bbcd2;border-top: 2px solid #9bbcd2;border-bottom:2px solid #9bbcd2; }
.t02{background: none;color: #428fc4;border-top: 2px solid #428fc4;border-bottom:2px solid #428fc4; }
.t03{background: none;color: #b6a78e;border-top: 2px solid #b6a78e;border-bottom:2px solid #b6a78e; }

.big-title02{max-width: inherit;width: 90%;height: inherit;font-size: 25px;text-align: center;padding: 10px;background: none;color: #419397;border-top: 2px solid #419397;border-bottom:2px solid #419397;}
.big-title02 strong {font-size: 35px;}	
	
	
	
.tour-wrap{max-width: inherit;width: 90%; margin:0 auto;}	
.tour-wrap a {width: 100%;}	
.tour-list a{display:inherit;}	
.name-l{flex:initial;width: 100%; display: block;}
.price-r{flex:initial;width: 100%;display: block;margin-top: 5px;}

.tour-list02 a{width: 95%;}		
.tour-list02 a{display:inherit;}	
.name-l02{flex:initial;width: 100%; display: block;}
.price-r02{flex:initial;width: 100%;display: block;margin-top: 5px;}
}

@media screen and (min-width: 481px) and (max-width: 600px) {
.cloud-frame,.chapel-frame,.ice-frame{padding: 0;}	
.cloud-box,.chapel-box,.ice-box{padding: 15px 0 0 0;margin: 20px auto;}
.cloud-bg01{display: none;}
.cloud-bg02{display: none;}
.chapel-bg01{display: none;}
.chapel-bg02{display: none;}
.ice-bg01{display: none;}
.ice-bg02{display: none;}	
.tomamu-bg01{display: none;}
.tomamu-bg02{display: none;}
}

/*手機*/
@media screen and (max-width: 480px) {
.header-carousel {height: 480px;}	
	
.logo {left:5%;right: 1%; max-width: none;width: 85%;}	
.big-title strong,.big-title02 strong{font-size: 28px;}

	
.four-box{margin: 20px auto;}
.cloud-frame,.chapel-frame,.ice-frame{padding: 0;}		
.cloud-box,.chapel-box,.ice-box{padding: 15px 0 0 0;}	
.cloud-box{margin: 0 auto;}	
.cloud-box .cloud-ph{width: 100%;padding: 0;}	
.cloud-box .cloud-ph img{}
.cloud-bg01{display: none;}
.cloud-bg02{display: none;}	

	
.chapel-box{margin: 0 auto;}	
.chapel-box .chapel-ph{width: 100%;padding: 0;}		
.chapel-box .chapel-ph img{}	
.chapel-bg01{display: none;}
.chapel-bg02{display: none;}
	
.ice-box{margin: 0 auto;}
.ice-box .ice-ph{width: 100%;padding: 0;}		
.ice-box .ice-ph img{}	
.ice-bg01{display: none;}
.ice-bg02{display: none;}
	
.tomamu-box{margin: 50px auto;}		
.tomamu-ph{width: 100%;padding: 0;}
.tomamu-ph img{}		
.tomamu-bg01{display: none;}
.tomamu-bg02{display: none;}
	
.ct30 {width:60%;position: inherit;margin-right: inherit;margin-bottom: 10px;}	
	
}	

@media screen and (max-width: 400px) {
.logo {left:12%;right: 1%;width: 80%;}
}
















