/* CSS Document */

@font-face{
	font-family: open-sens-light;
	src: url(../font/OpenSans-Light.ttf);
}

@font-face{
	font-family: open-sens-regular;
	src: url(../font/OpenSans-Regular.ttf);
}

@font-face{
	font-family: open-sens-exbold;
	src: url(../font/OpenSans-ExtraBold.ttf);
}

body{
	font-family: Arial, Helvetica, sans-serif, "微軟正黑體";
	background: url(../images/bg.jpg) #333;
}
.inner-width{ position:relative; max-width:1440px; margin:auto;}

.outer{
	display: block;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: auto;
}

.pc_menu_block{
	position: fixed;
	width: 100%;
	height: 60px;
	background: rgba(209,206,204,.8)	;
	top: 0;
	left: 0;
	z-index: 101;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

.pc_menu_block.active{
	height: 50px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

.logo{
	display: block;
	background: url(https://book.ikh.tw/images/logo.png) no-repeat center;
	background-size: 120px;
	text-indent: -9999px;
}

.logo.pc{
	float: left;
	width: 185px;
	height: 40px;
	transform: scale(1);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

.logo.pc.active{
	margin-top: -4px;
	transform: scale(0.7);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

.logo.mobile{
	position: absolute;
	width: 60px;
	height: 50px;
	top: 0px;
	left: 0px;
	background-size: 42px;
}

.pc_menu{
	float: right;
	position: relative;
	width: 460px;
	margin-top: 5px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

.pc_menu.active{
	margin-top: 3px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

.pc_menu li a{
	float: left;
	text-align: center;
	padding: 8px 15px;
	margin:0 2px;
	border-radius: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 0.9em;
	color: #FFF;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

.pc_menu li a:hover{
	color: #FFF;
	background: #AB885A;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

#my_slider{
	display: block;
	padding-top: 60px;
}
#my_slider li{ margin:0 !important;}
.my_slider_pager{
	display: table;
	margin: 10px auto;
}

.my_slider_pager a span{
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 5px;
	border-radius: 50%;
	background: #666;
	transform: scale(1);
	-webkit-transform: scale(1);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

.my_slider_pager a.active span{
	background: #f90;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

.index_slider li{
	position: relative;
}

.index_slider li p{
	position: absolute;
	display: table;
	min-width: 260px;
	padding: 10px 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	left: 0;
	bottom: 25px;
	background: rgba(0,0,0,0.8);
}

.index_slider li p span{
	display: table;
	font-size: 0.9em;
	color: #f2f2f2;
	
}

.index_slider li p b{
	display: table;
	font-size: 1.3em;
	font-weight: normal;
	color: #fff;
	line-height:1em;
}

.index_slider li p label{
	display: table;
	font-size: 1em;
	color: #AB885A;
}

.blank{
	display: block;
	padding-top: 25px;
}

.left_side{
	position: fixed;
	display: block;
	width: 300px;
	height: 100%;
	z-index: 100;
	background: #fef6f2;
	border-right: 1px solid #ccc;
}

.left_side b{
	display: block;
	height: 5px;
	background: #f29600;
}

.left_head{
	display: block;
	padding: 20px 0;
	background: #fff;
}


.side_footer{
	position: absolute;
	width: 100%;
	padding: 20px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 0.9em;
	color: #999;
	line-height: 1.5;
	background: #333;
	left: 0;
	bottom: 0;
}

.social.pc{
	position: fixed;
	bottom: 10px;
	left: 10px;
}

.social.mobile, social.mobile *{
	display: none;
}

.social.mobile{
	position: fixed;
	width: 100%;
	bottom: 59px;
	left: 0px;
	z-index: 80;
}

.social_obj{
	display: table;
	width: 220px;
	margin: auto;
}

.social_obj:after{
	content: "";
	display: block;
	clear: both;
	*zoom: 1;
}

.social_obj li a{
	float: left;
	width: 50px;
	height: 50px;
	margin: 0 10px;
	text-indent: -9999px;
	transform: scale(1);
	-webkit-transform: scale(1);
	transition: all 0.3s cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-webkit-transition: all 0.3s cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-moz-transition: all 0.3s cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-o-transition: all 0.3s cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

.social_obj li a:hover{
	transform: scale(1.25);
	-webkit-transform: scale(1.25);
	transition: all 0.3s cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-webkit-transition: all 0.3s cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-moz-transition: all 0.3s cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-o-transition: all 0.3s cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

.social.mobile .social_obj{
	margin: 0;
}

.social.mobile .social_obj li a{
	margin: 0 8px;
	width: 32px;
	height: 32px;
	background-size: 32px;
}

.social_obj li.social_mail a{
	background: url(../images/icon_gmail.svg) no-repeat center;
}

.social_obj li.social_line a{
	background: url(../images/icon_line.svg) no-repeat center;
}

.social_obj li.social_fb a{
	background: url(../images/icon_fb.svg) no-repeat center;
}

.main_container{
	padding-bottom: 100px;
}

.main_container p.intro_img img{
	width: 100%;
	max-width: 100%;
}

.head_banner img{
	width: 100%;
	max-width: 100%;
}

.head_banner img{
	width: 100%;
	margin: 15px auto;
}

.quick_outer{
	display: block;
	width: 95%;
	margin: 10px auto;
	max-width: 1280px;
}

.quick_menu li a{
	float: left;
	display: block;
	width: 31.25%;
	max-height: 60px;
	margin: 15px 1%;
	color: #fff;
	padding: 15px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	overflow: hidden;
	border-radius:4px;
}

.quick_menu li.pano a{
	
	background: url(../images/icon_pano.svg) no-repeat 15px center #AB885A;
	background-size: 24px;
}

.quick_menu li.meal a{
	
	background: url(../images/icon_meal.svg) no-repeat 15px center #AB885A;
	background-size: 24px;
}

.quick_menu li.loc a{
	
	background: url(../images/icon_location.svg) no-repeat 15px center #AB885A;
	background-size: 24px;
}

.m_navi_bar{
	position: fixed;
	display: none;
	width: 100%;
	height: 44px;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	top: 0;
	left: 0;
	z-index: 100;
	background: rgba(209,206,204,.8)	;
}

/* burger animate */

.m_trigger{
	position: absolute;
	width: 44px;
	height: 44px;
	cursor: pointer;
	top: 0;
	right: 0;
}

.burger_top,.burger_mid,.burger_bot{
	position: absolute;
	width: 20px;
	height: 1px;
	background: #FFF;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.burger_top.active,.burger_mid.active,.burger_bot.active{
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.burger_top{
	top: 10px;
	left: 12px
}

.burger_mid{
	top: 13px;
	left: 12px;
	opacity: 1;
}

.burger_bot{
	top: 16px;
	left: 12px
}

.burger_top.active{
	top: 13px;
    left: 12px;
    transform: rotate(45deg);
}

.burger_mid.active{
	top: 13px;
	left: 30px;
    opacity: 0;
}

.burger_bot.active{
	top: 13px;
    left: 12px;
    transform: rotate(-45deg);
}

.m_menu_tag{
	position: absolute;
	display: table;
	width: 25px;
	height: 7px;
	background: url(../images/m_menu_tag.svg) no-repeat center;
	top: 24px;
	left: 9px;
}

/* mobile menu */

.m_menu{
	position: absolute;
	display: none;
	width: 100%;
	height: auto;
	background: rgba(0,0,0,0.8);
	top: 41px;
	left: 0;
}

.m_menu li a{
	display: block;
	font-size: 1em;
	color: #fff;
	text-indent: 2em;
	padding: 15px 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.m_menu li a:hover{
	background: #f90;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

/* tab ui bar */

.tab_bar{
	position: fixed;
	display: none;
	width: 100%;
	height: 49px;
	background: #fff;
	border-top: 3px solid #AB885A;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	left: 0;
	bottom: 0;
	z-index: 100;
}

.tab_bar ul li a{
	float: left;
	position: relative;
	width: 25%;
	height: 44px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-top: 5px;
	border-left: 1px solid #ccc;
	overflow: hidden;
}

.tab_bar ul li.pano a{
	background: url(../images/icon_pano_m.svg) no-repeat center -8px;
}

.tab_bar ul li.meal a{
	background: url(../images/icon_meal_m.svg) no-repeat center -8px;
}

.tab_bar ul li.loc a{
	background: url(../images/icon_location_m.svg) no-repeat center -8px;
}

.tab_bar ul li.contact a{
	background: url(../images/icon_contact_m.svg) no-repeat center -8px;
}

.tab_bar ul li a label{
	display: table;
	margin: 26px auto 0 auto;
	font-size: 0.9em;
	font-weight: bold;
	color: #3a4a54;
	cursor: pointer;
}

.s_h_title{
	display: table;
	width: 100%;
	height: 24px;
	line-height:24px;
	margin: 20px 0;
	font-size:24px;
	border-left:5px solid #AB885A;
	padding:0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	color:#FFF;
}

.desc{
	display: table;
	padding: 10px 0;
	font-size: 1em;
	color: #f2f2f2;
	line-height: 1.5;
}

.s_h_title.featured{
	background: url(../images/t_featured.svg) no-repeat;
}

.s_h_title.intro{
	background: url(../images/t_intro.svg) no-repeat;
}

.s_h_title.pano{
	background: url(../images/t_panorama.svg) no-repeat;
}

.s_h_title.meal{
	background: url(../images/t_meal.svg) no-repeat;
}

.s_h_title.loc{
	background: url(../images/t_location.svg) no-repeat;
}

.ex_tag{
	display: block;
	margin: 10px 0;
}

.ex_tag li{
	float: left;
	display: table;
	border-left: 5px solid #AB885A;
	margin: 10px 10px 0 0;
	padding: 12px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #eee;
	font-size: 0.8em;
	color: #000;
}

.viewer{
	position: relative;
	display: block;
	margin-top: 30px;
	width: 100%;
	height: 450px;
}

.viewer_mask{
	position: absolute;
	display: table;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	z-index: 50;
}

.v-align{
	display: table-cell;
	vertical-align: middle;
}

.viewer_mask p{
	display: table;
	margin: auto;
	color: #fff;
	font-family: "微軟正黑體" !important;
	line-height: 1.5;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.8);
}

.viewer iframe{
	width: 100%;
	height: 450px;
}


.map_block{
	position: relative;
	display: block;
	width: 100%;
	height: 500px;
}

.map_block iframe{
	width: 100%;
	height: 100%;
}

.loc_map{
	opacity:1;
	position: relative;
	width: 100%;
	height: 400px;
}

.loc_map_mask{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/google_map.svg) no-repeat center rgba(255,255,255,0.7);
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 30;
}


.obj_list{
	display: block;
	margin: 10px auto;
}

.pro_obj{
	float: left;
	width: 24%;
	margin: 15px 0.5%;
}

.pro_obj img{
	width: 96%;
	max-width: 96%;
}

.pro_obj b{
	display: block;
	font-size: 1em;
	color: #f2f2f2;
	margin: 4px 0;
	max-width: 90%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pro_obj span{
	display: block;
	font-size: 1.5em;
	color: #AB885A;
	font-weight: 700;
}

/* material like ripple effect */

.ripple:before {
    display: table;
    margin: 2px auto;
}

.ripple {
    overflow: hidden;
    border-radius: 3px;
}
.rippleEffect {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: rgba(210, 210, 210, 0.5);
    border-radius: 50%;
    animation: rippleAnimation 2s ease;
    animation-fill-mode: forwards;
    -webkit-animation: rippleAnimation 2s ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation: rippleAnimation 2s ease;
    -moz-animation-fill-mode: forwards;
    -o-animation: rippleAnimation 2s ease;
    -o-animation-fill-mode: forwards;
	z-index: -1;
}
@keyframes rippleAnimation {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(80);
    }
}
@-webkit-keyframes rippleAnimation {
    from {
        -webkit-transform: scale(1);
    }
    to {
        -webkit-transform: scale(70);
    }
}
@-moz-keyframes rippleAnimation {
    from {
        -moz-transform: scale(1);
    }
    to {
        -moz-transform: scale(70);
    }
}
@-o-keyframes rippleAnimation {
    -o-from {
        transform: scale(1);
    }
    -o-to {
        transform: scale(70);
    }
}

/* social plug-in */

.fb-page{
	position: relative;
	display: block;
	margin: auto;
	top: 44px;
}


.footer{
	position: fixed;
	padding: 8px 25px 8px 10px;
	background: rgba(0,0,0,0.8);
	font-size: 0.85em;
	text-indent: 1.5em;
	border-top-left-radius: 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #fff;
	bottom: 0;
	right: 0;
	z-index: 10;
}