html,
body {
	height: 100%;
}

.slider-outer {
	background-color: #fff;
	width: 100%;
	max-height: 100%;
	position: relative;
	overflow: hidden !important;
}

/* 置中 */
.table-wrap {
	display: table;
	width: 100%;
	height: 100%;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}


/* 通用 */

.each-wrap {
	min-height: 50px;
	width: 100%;
	background-color: #FFF;
	// overflow: hidden;
}

.each-wrap-in {
	/* 最寬1200置中 */
	width: 100%;
	max-width: 1200px;
	// background-color: #e9e9e9;
	position: relative;
	margin: auto;
}

.each-item-2 {
	/* 2個並排 */
	// background-color: #e9e9e9;
	min-height: 100px;
	width: 50%;
	float: left;
}

.each-item-3 {
	/* 3個並排 */
	// background-color: #e9e9e9;
	min-height: 100px;
	width: 33%;
	float: left;
}

.each-item-4 {
	/* 4個並排 */
	min-height: 100px;
	width: 25%;
	float: left;
	// background-color: #e9e9e9;
}

.relative {
	position: relative;
}

.w2of3 {
	/* 3分之2寬 */
	width: 66.6%;
}

.w1of3 {
	/* 3分之1寬 */
	width: 33.3%;
}





/* banner */
.about-top-banner {
	background-image: url('../images/about/cover.jpg');
	background-size: cover;
	background-position: center;
	position: relative;
	background-attachment: fixed;
}

.about-top-banner-title {
	flex-wrap: wrap;
	justify-content: center;
	display: inline-flex;
	height: 50px;
	padding: 0 10px;
	font-size: 40px;
	text-align: center;
	line-height: 50px;
	color: #FFF;
	letter-spacing: 2px;
	text-shadow: 0px 0px 50px #000;
	position: absolute;
	top: 42%;
	left: 0;
	width: 100%;

}

.about-top-banner-scroll {
	position: absolute;
	width: 80px;
	left: 50%;
	bottom: 25px;
	margin-left: -40px;
	animation: sapic 1s linear infinite;
	-webkit-animation: sapic 1s linear infinite;
}

@-webkit-keyframes sapic {

	/* 動畫 */
	0% {
		-webkit-transform: translateY(0px);
	}

	50% {
		-webkit-transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY(0px);
	}
}



/* story */
.about-story-img {
	width: 86%;
	margin: 15%;
}

.about-content-box {
	width: 80%;
	margin: 10%;
	min-height: 100px;
	text-align: center;
	background: rgba(255, 255, 255, 0.9);
	/* background-color: #999999;*/
	padding: 48px;
}

.about-content-box-line {
	width: 5%;
	max-width: 60px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: rgba(255, 255, 255, 0.9);

}

.about-content-box-line.left {
	left: 45%;

}

.about-content-title {
	font-size: 30px;
	color: #111;
	font-weight: bold;
}

.about-content-en {
	font-size: 18px;
	color: #545454;
	letter-spacing: 1px;
}

.about-content-text {
	font-size: 15px;
	line-height: 28px;
	color: #000;
	letter-spacing: 1px;
	text-align: justify;
}


.about-wrap-bg {
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}

.about-vertical {
	position: absolute;
	left: 50%;
	width: 1px;
	height: 100%;
	background-color: #FFF;
}

.about-vertical.end {
	height: 90%;
}

.about-vertical-end-circle {
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: 90%;
	border: 1px solid #FFF;
	width: 20px;
	height: 20px;
	border-radius: 50px;

}

/* contact */
.about-wrap-contact {
	text-align: center;
	padding-top: 50px;
	background-image: url('../images/about/contact.jpg');
	background-attachment: scroll;
	background-size: cover;
	background-position: bottom;
}

.about-contact-text {
	font-size: 18px;
	letter-spacing: 1px;
	width: 40%;
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 30%;
	color: #FFF;
	line-height: 30px;
	text-align: justify;
}

.about-contact-icon i {
	font-size: 30px;
	color: #FFF;
	margin-bottom: 15px;
}

.about-contact-button {
	/* width: 170px;
	    height: 60px; */
	width: 120px;
	height: 50px;
	font-size: 1.5rem;
	position: relative;
	margin: auto;
	/* line-height: 60px; */
	line-height: 50px;
	text-align: center;
	color: #B1ACA7;
	border: 2px solid #FFF;
	margin-top: 40px;
	cursor: pointer;
	border: 2px solid #B1ACA7;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.about-contact-button:hover {
	background-color: #B1ACA7;
	color: #FFF;

}

.about-contact-button:active {
	line-height: 64px;
}

.restaurant-info-contact-button {
	/* width: 170px;
	    height: 60px; */
	width: 120px;
	height: 50px;
	font-size: 1.5rem;
	position: relative;
	margin: auto;
	/* line-height: 60px; */
	line-height: 50px;
	text-align: center;
	color: #FFF;
	border: 2px solid #FFF;
	margin-top: 40px;
	cursor: pointer;
	border: 2px solid #FFF;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.restaurant-info-contact-button:hover {
	background-color: #FFF;
	color: #438AB3;

}

.restaurant-info-contact-button:active {
	line-height: 64px;
}


/* video */
.about-wrap-video {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 40px;
	// background-image: url('../images/about/cloud.jpg');
	background-color: #F0F0EF;

}

.about-video-text {
	font-size: 18px;
	color: #545454;
	letter-spacing: 1px;
	width: 60%;
	margin: auto;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: left;
}

.about-video-table table {
	border-collapse: collapse;
	padding: 20px;
	margin: 0;
	width: 100%;
}

.about-video-table tr,
td {
	// border:1px solid #000000;
	border-collapse: collapse;
	position: relative;
}

.about-video-table {
	width: 100%;
}

.about-video-photo {
	background-color: #e9e9e9;
	background-size: cover;
	background-position: center;
	display: block;
	height: 100%;


}

.about-video-hover {
	opacity: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	background-color: rgba(100%, 100%, 100%, 0.8);
	display: table;
	text-align: center;

	/* background-color: red;*/
}

.about-video-hover:hover {
	opacity: 1;
}

.about-video-hover-wrap {
	// background-color: blue;
	width: 100%;
	min-width: 300px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.about-video-hover-wrap.about-video-hover-small {
	height: 120px;
	margin-top: -50px;
}

.about-video-hover-title {
	font-size: 20px;
	margin-bottom: 10px;
}

.about-video-hover-description {
	font-size: 15px;
	position: relative;
	width: 60%;
	min-width: 300px;
	margin: auto;
	text-align: left;
}

.about-video-hover img {
	width: 80px;
	margin-bottom: 10px;
}

/* video tr */
.about-video-small {
	width: 33%;
}

.about-video-small table {
	width: 100%;
}

.about-video-small td {
	height: 200px;
	padding: 10px;
}

.about-video-large {
	width: 66%;
	height: 400px;
	padding: 10px;
}

/* prize */
.about-wrap-prize {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 80px;
	position: relative;
	background-color: #FFF;
	// background-image: url('../images/about/cloud.jpg');
}

.about-prize-more {
	height: 60px;
	width: 200px;
	color: #000;
	border: 2px solid #000;
	text-align: center;
	line-height: 60px;
	font-size: 19px;
	cursor: pointer;
	margin: auto;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	letter-spacing: 2px;
}

.about-prize-more:hover {
	background-color: #000;
	color: #FFF;
}

.about-prize-more:active {
	line-height: 64px;
}

.about-prize-each {
	width: 33%;
	height: 250px;
	// background-color: #999;
	float: left;
}

.about-prize-each-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 8px;
}

.about-prize-each-subtitle {
	font-size: 15px;
	color: #999;
	line-height: 25px;
}

.about-prize-each img {
	height: 65px;
	margin-bottom: 20px;
}

.about-prize-each.agoda[lang="en"] img,
.about-prize-each.agoda[lang="jp"] img {
	margin-top: 15px;
}


/* report */
.about-wrap-report {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 80px;
	background-color: #F0F0EF;
	position: relative;
	// background-image: url('../images/about/cloud.jpg');
}

.about-report-slide-wrap {
	position: relative;
	// background-color: blue;
	margin-top: 50px;
	margin-left: 100px;
	margin-right: 100px;
}

.about-report-slide-each {
	width: 33.33%;
	height: 325px;
	// background-color: red;
	float: left;
	padding: 15px;
}

.about-report-slide-each-in {
	background-color: #FFF;
	width: 100%;
	height: 100%;
	position: relative;
}

.cover {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

.about-report-slide-each-in-photo {
	height: 200px;
	// background-color: blue;
	margin-bottom: 15px;
	background-size: cover;
	background-position: center;
	width: 100%;
	background-image: url(../images/cover.jpg);
}

.about-report-slide-each-in-date {
	position: absolute;
	left: 15px;
}

.about-report-slide-each-in-date .date {
	font-size: 25px;
	font-weight: bold;
	// background-color: red;
	width: 35px;
}

.about-report-slide-each-in-date .month {
	font-size: 16px;
	font-weight: bold;
	// background-color: red;
	width: 35px;
}

.about-report-slide-each-in-title {
	position: relative;
	text-align: left;
	margin-left: 70px;
	font-size: 18px;
	top: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-right: 20px;
}

.about-report-slide-each-in-en {
	position: relative;
	text-align: left;
	margin-left: 70px;
	color: #999;
	top: 9px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-right: 20px;
}

.about-report-left {
	// background-color: red;
	height: 150%;
	position: absolute;
	left: -400px;
	top: -50px;
	width: 500px;
	cursor: pointer;
}

.about-report-left img {
	width: 70px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -70px;
}

.about-report-right {
	// background-color: red;
	height: 150%;
	position: absolute;
	right: -400px;
	top: -50px;
	width: 500px;
	cursor: pointer;
}

.about-report-right img {
	width: 70px;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -70px;
}

/*  影片預覽  */


.videofull_blackcover {
	background-color: rgba(0%, 0%, 0%, 0.5);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.videofull_blackcover .center {
	position: absolute;
	top: 15%;
	left: 20%;
	width: 60%;
	height: 70%;
	// background-color: #FFF;
	z-index: 1;
}

.videofull_cancel {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}


/* 徵才 */
.about-wrap-recruit {
	// float: left;
	// width: 50%;
	height: 450px;
	background-image: url('../images/about/recruit.jpg');
	background-size: cover;
	background-position: top;
	background-attachment: scroll;

}

.about-recruit-black {
	background-color: rgba(0%, 0%, 0%, 0.5);
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 43%;
	display: table;
	color: #FFF;
	text-align: center;
}

.about-recruit-black-in {
	display: table-cell;
	vertical-align: middle;
	font-size: 22px;
	letter-spacing: 3px;
}

.about-recruit-black .recruit-button {
	color: #FAE7BF;
	font-size: 16px;
	background-color: rgba(0%, 0%, 0%, 0.5);
	height: 60px;
	line-height: 60px;
	margin-top: 20px;
}

.about-recruit-black .recruit-button span {
	-webkit-transition: all 0.3s;
	/* For Safari 3.1 to 6.0 */
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin: 10px;
}

.about-recruit-black .recruit-button:hover>span {
	margin: 20px;


}

.about-recruit-black .horizon {
	height: 1px;
	background-color: #FFF;
	margin: 20px;
	margin-left: 50px;
	margin-right: 50px;
	opacity: 0.5;
}


//photo
.about-photos-table table {
	border-collapse: collapse;
	padding: 20px;
	margin: 0;
	width: 100%;
}

.about-photos-table tr,
td {
	// border:1px solid #000000;
	border-collapse: collapse;
	position: relative;
}

.about-photos-table {
	width: 100%;
}

.about-photos-photo {
	background-color: #e9e9e9;
	background-size: cover;
	background-position: center;
	display: block;
	height: 100%;


}

a,
a:active,
a:focus {
	color: inherit;
	text-decoration: none;
}

/* guest */
.about-guest-slide-each-in-wrap {
	position: absolute;
	bottom: 20px;
	height: 85px;
	width: 100%;
	overflow: hidden;
	background-color: #FFF;
	background-color: rgba(100%, 100%, 100%, 0.9);
}

.about-guest-slide-each-in-title {
	font-size: 15px;
	height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 10px;
	text-align: center;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
}

.about-guest-slide-each-in-date {
	margin-top: 0px;
	color: #999;
	padding: 10px;
	padding-bottom: 0px;
	text-align: center;
}

.about-guest-slide-each-in-photo {
	height: 100%;
	// background-color: blue;
	margin-bottom: 15px;
	background-size: cover;
	background-position: center;
	width: 100%;
}

.about-wrap-recruit .about-content-title {
	text-align: center;
	color: #FAE7BF;
	top: 150px;
	font-size: 30px;
	line-height: 50px;
	position: relative;
	margin: auto;
	border-radius: 5px;
	opacity: 0.7;
}

.about-guest-title {
	display: inline-block;
	font-size: 28px;
	letter-spacing: 2px;
	font-weight: bold;
}

.about-guest-title-logo {
	position: absolute;
	opacity: 0.2;
	top: 30px;
	width: 200px;
	margin-left: -250px;
	margin-top: -40px;
}


/* 英文版微調 */
.about-content-box[lang="en"],
.about-content-box[lang="jp"] {
	padding: 30px;
}

.about-content-box[lang="en"] .about-content-text,
.about-content-box[lang="jp"] .about-content-text {
	letter-spacing: 0px;
	line-height: 26px;
	font-size: 14px;
}

.about-content-box[lang="en"] .about-content-title,
.about-content-box[lang="jp"] .about-content-title {
	font-size: 24px;
	font-weight: bold;
	color: #111;
}

.m {
	display: none !important;
}

body[lang="tw"] .about-content-box.ldc {
	margin-top: 165px;
}

body[lang="en"] .about-contact-text,
body[lang="jp"] .about-contact-text {
	text-align: left;
}

.about-guest-title-wrap {
	font-size: 22px;
	margin-bottom: 20px;
	color: #284372;

}

/* -----展開 ------*/

.clickexpand {
	position: absolute;
	width: 100%;
	height: 80px;
	bottom: 0px;
	left: 0px;
	cursor: pointer;
	box-shadow: 0px -60px 28px -14px rgba(100%, 100%, 100%, 15) inset;
}

.clickexpand i {
	position: absolute;
	bottom: 10px;
	left: 49%;
	color: #c9c9c9;
	animation: expands 1s linear infinite;
	-webkit-animation: expands 1s linear infinite;
}

@-webkit-keyframes expands {

	/* 動畫 */
	0% {
		-webkit-transform: translateY(0px);
	}

	50% {
		-webkit-transform: translateY(-5px);
	}

	100% {
		-webkit-transform: translateY(0px);
	}
}



body[lang="jp"] #story .each-item-2.content {
	margin-top: 25px;
}

body[lang="jp"] #firstSpring .each-item-2.content {
	margin-top: 90px;
}


/* --------------------------------------- RWD ---------------------------------------------------- */

@media screen and (max-width: 980px) {
	.m {
		display: block !important;
	}

	.pc {
		display: none;
	}

	.about-top-banner {
		height: 250px !important;
	}

	.about-top-banner-title {
		font-size: 30px;
	}

	.about-top-banner-scroll {
		width: 40px;
		margin-left: -20px;
	}

	.about-content-box {
		margin: 10px !important;
		padding: 0px;
		width: auto;
	}

	.about-content-box[lang="en"],
	.about-content-box[lang="jp"] {
		padding: 0px;
	}

	.each-item-4,
	.each-item-2,
	.each-item-3 {
		float: none !important;
		height: auto !important;
	}

	.each-item-2 img,
	.each-item-3 img,
	.each-item-4 img {
		display: block !important;
	}

	.about-story-img {
		margin: 0px;
		width: 100%;
	}

	.each-wrap {
		height: auto;
		// background-color: transparent;
	}

	.about-content-box .relative {
		padding: 20px;
	}

	.each-wrap-in {
		height: auto !important;
	}

	.about-wrap-bg {
		background-attachment: scroll;
	}

	.best-section {
		height: 420px !important;
	}

	.best-section .text {
		top: 0px;
		margin-top: 0px;
	}

	.best-section h2 {
		font-size: 20px;
	}

	.best-section .text h4 {
		font-size: 15px;
	}

	.best-section .text h2 {
		margin-top: 0px;
		letter-spacing: 1px;
	}

	.about-wrap-prize {
		padding-top: 20px;
		padding-bottom: 20px;
		// height: 400px;
		overflow: hidden;
	}

	.about-prize-each {
		width: auto;
		height: auto;
		float: none;
		margin-bottom: 50px;
		text-align: center;
	}

	.about-contact-text {
		width: 90% !important;
		margin-bottom: 30px;
	}

	.about-recruit-black {
		width: 100%;
	}

	.about-wrap-recruit {
		background-size: auto 200px;
		background-repeat: no-repeat;
		background-position: -20px top;
		background-color: #7a5b40;
		height: 500px !important;
		overflow: hidden;

	}

	.about-wrap-recruit .each-wrap-in {
		height: 100%;
	}

	.about-recruit-black {
		height: 350px;
		top: 200px;
		// bottom: 0px;
	}

	.about-recruit-black-in img {
		display: none;
	}

	.about-wrap-recruit .about-content-title {
		text-align: center;
		color: #FAE7BF;
		top: 230px;
		font-size: 30px;
		line-height: 40px;
		position: relative;
		margin: auto;
		border-radius: 5px;
		opacity: 1;
		z-index: 10;
	}

	.coverslider {
		width: 100% !important;
	}

	.about .coverslider_wrap {
		width: 100% !important;
		height: 225px !important;
	}

	.about .coverslider_nextprev img {
		height: 50px;
		margin-top: 0px;
	}

	.about-report-slide-each {
		width: 100%;
		padding: 0px;
		height: 230px;
	}

	.coverslider_nextprev.prev,
	.coverslider_nextprev.next {
		top: -40px;
	}

	.about-guest-title {
		display: block;
		f
	}

	.about-guest-title-logo {
		width: 125px;
		margin-left: -215px;
		margin-top: -60px;
	}

	.about-wrap-report {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	/* 英文微調 */
	.about-content-box[lang="en"] .about-content-title,
	.about-content-box[lang="jp"] .about-content-title {
		font-size: 26px;
	}

	.about-content-en {
		font-size: 16px;
		/* color: #545454; */
		letter-spacing: 0px;
		margin-top: 5px;
	}

	.about-content-box[lang="en"] .about-content-text,
	.about-content-box[lang="jp"] .about-content-text {
		font-size: 14px;
		line-height: 26px;
		color: #000;
		letter-spacing: 0px;
		text-align: justify;
	}

	.about-vertical {
		display: none;
	}

	.about-vertical-end-circle {
		display: none;
	}

	body[lang="en"].about .coverslider_each[nth="5"] .about-prize-each-title,
	body[lang="jp"].about .coverslider_each[nth="5"] .about-prize-each-title {
		font-size: 15px;
	}

	body[lang="en"] .about-guest-title-wrap,
	body[lang="jp"] .about-guest-title-wrap {
		font-size: 15px;
	}

	body[lang="en"] .about-guest-title,
	body[lang="jp"] .about-guest-title {
		font-size: 23px;
		margin-bottom: 20px;
	}

	body[lang="en"] .about-content-text,
	body[lang="jp"] .about-content-text {
		height: 300px;
		overflow: hidden;
	}

	body[lang="en"] .about-contact-text,
	body[lang="jp"] .about-contact-text {
		font-size: 15px !important;
		line-height: 23px;
	}

	.about-wrap-contact {
		padding-top: 20px;
	}

	.about-prize-more {
		width: 100%;
	}

	body[lang="jp"] #story .each-item-2.content {
		margin-top: auto;
	}

	body[lang="jp"] #firstSpring .each-item-2.content {
		margin-top: auto;
	}

	.about-top-banner {
		background-attachment: scroll;
	}
}

@media screen and (max-width: 720px) {
	.about-wrap-recruit {
		background-image: url('../images/about/recruit-m.jpg');
		background-size: 100% auto;
		background-position: center top;
	}

	.best-section {
		height: 420px !important;
	}

	.best-section .text .btn-flat.white {
		width: 90%;
		font-size: 18;
		height: 50px;
		line-height: 50px;
		padding: 0px;
	}

	.about-contact-button {
		width: 100%;
		margin-top: 20px;
	}

	.about-content-box[lang="en"] .about-content-title,
	.about-content-box[lang="jp"] .about-content-title {
		font-size: 20px;
	}

	.about-content-box {
		margin: 10px 0px !important;
	}

	.about-content-box[lang="en"] .about-content-text,
	.about-content-box[lang="jp"] .about-content-text {
		line-height: 22px;
	}

	.about-content-text {
		letter-spacing: 0px;
	}

	.about-content-title {
		font-size: 23px;
	}

	/* 切換按鈕 */
	.coverslider_nextprev {
		width: 40px !important;
	}

	.about .coverslider_nextprev img {
		height: 40px;
		margin-top: -130px;
		margin-left: -20px;
	}

	.coverslider_nextprev img {

		background: white;
		border-radius: 50%;
	}

	.coverslider_nextprev.prev {
		left: 0px;
	}

	.coverslider_nextprev.next {
		right: 0px;
	}

	.about-report-slide-each-in-photo {
		height: 160px;
		margin-bottom: 0px;
	}

	#vip.about-wrap-report {
		padding-bottom: 0px !important;
	}

	.about-report-slide-each-in-title {
		margin-top: 15px;
		margin-left: 55px;
	}

	.about-report-slide-each-in-date {
		margin-top: 3px;
	}

	.best-section .text {
		position: relative;
		width: 90%;
		margin: auto;
		left: 5%;
		margin-left: 0px;
	}

	body[lang="en"] .about-recruit-black-in,
	body[lang="jp"] .about-recruit-black-in {
		font-size: 15px;
	}

	body[lang="en"] .about-wrap-recruit .about-content-title,
	body[lang="jp"] .about-wrap-recruit .about-content-title {
		font-size: 23px;
		line-height: 19px;
	}
}

@media screen and (max-width: 480px) {
	.best-section {
		height: 100% !important;
	}

	.best-section .text {
		top: 50%;
		margin-top: -15em;
	}
}