@charset "utf-8";
/* CSS Document */


img,
object,
embed,
video {
	max-width: 100%;
	border: 0;
}

ol,
ul {
	margin: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	color: unset;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fff;
	font-size: 1rem;
	color: #333;
	font-family: Avenir Next, Calibri, "Heiti TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

@font-face {
	font-family: LostaMasta-Bold;
	src: url(fonts/LostaMasta-Bold.otf);
}

.stage {
	width: 100%;
}


/*header*/
.header {
	width: 100%;
	background-color: #f92929;
	display: flex;
	flex-wrap: wrap;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.header-menu-area {
	position: fixed;
	width: 100%;
	height: 72px;
	border-bottom: 1px solid rgba(185, 15, 0, 0.1);
	background-color: #f92929;
	z-index: 5;
}

.header-logo-area {
	position: relative;
	width: 100%;
	height: 263px;
}

.header-logo {
	position: absolute;
	left: 38px;
	bottom: 11px;
	width: 300px;
}

.header-logo-intro-text {
	position: absolute;
	left: 35%;
	bottom: 34px;
	width: fit-content;
	font-size: 0.75rem;
	color: #000000;
	line-height: 1.5rem;
	padding-left: 30px;
	padding-right: 25px;
}

.header-logo-text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 38px;
	font-size: 0.813rem;
	color: #000000;
	cursor: pointer;
}

.header-menu {
	position: absolute;
	left: 35%;
	top: 50%;
	transform: translateY(-50%);
	width: fit-content;
}

.header-menu ul {
	padding: 0;
}

.header-menu ul li {
	margin: 0px 30px;
	display: inline-block;
	list-style: none;
}

.header-menu ul li a {
	font-size: 1rem;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.header-menu ul li a:hover {
	color: #000;
	margin-bottom: 15px;
}

.header-community {
	position: absolute;
	display: flex;
	top: 50%;
	transform: translateY(-50%);
	right: 38px;
}

.header-community>div {
	width: 22px;
	height: 22px;
	margin-right: 20px;
	cursor: pointer;
}

.header-community>div:last-child {
	margin-right: 0px;
}


/*content*/
.content {
	width: 100%;
	margin: 0 auto;
}


/*index-main*/
.index-main {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	font-size: 0;
}

.index-main video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/*about*/
.about {
	position: relative;
	width: 100%;
	background-color: #e0d0a4;
	padding-top: 100px;
}

.about-01 {
	width: 100%;
	display: flex;
}

.about-01-n1 {
	width: 45%;
	padding-left: 70px;
	padding-right: 4%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}

.about-01-n2 {
	width: 55%;
	font-size: 0;
}

.about-01-n2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-01-title {
	width: fit-content;
	font-size: 1.75rem;
	color: #000000;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 1px solid #000000;
}

.about-01-text {
	width: 100%;
	font-size: 0.875rem;
	color: #000000;
	line-height: 1.5rem;
	margin-top: 60px;
}

.about-02 {
	width: 100%;
	display: flex;
	margin-top: 5.5%;
}

.about-02-n1 {
	width: 55%;
	font-size: 0;
}

.about-02-n1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-02-n2 {
	width: 45%;
	padding-right: 70px;
	padding-left: 4%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;

}

.about-02-title {
	width: fit-content;
	font-size: 1.75rem;
	color: #5255a0;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 1px solid #5255a0;
	font-family: LostaMasta-Bold;
}

.about-02-text {
	width: 100%;
	font-size: 0.875rem;
	color: #5255a0;
	line-height: 1.5rem;
	margin-top: 60px;
}

.about-02-text-l {
	font-size: 1.125rem;
	font-weight: bold;
}

.about-bk {
	position: relative;
	width: 100%;
	background-color: #4658b6;
	padding-top: 268px;
	padding-bottom: 45px;
}

.about-bk-gras-l {
	position: absolute;
	top: 3px;
	width: fit-content;
	font-size: 16rem;
	color: #ffb4c8;
	font-family: LostaMasta-Bold;
	padding-left: 67px;
}

.about-bk-text {
	position: absolute;
	top: 200px;
	right: 70px;
	width: 45%;
	font-size: 0.875rem;
	color: #ffb4c8;
	line-height: 1.5rem;
}

.about-photo-se {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.about-photo-02 {
	width: 32.33333%;
	text-align: center;
	font-size: 0;
}

.about-photo-02 img {
	width: 100%;
}

.about-photo-03 {
	width: 32.33333%;
	text-align: center;
	font-size: 0;
}

.about-photo-03 img {
	width: 100%;
}

.about-photo-04 {
	width: 32.33333%;
	text-align: center;
	font-size: 0;
}

.about-photo-04 img {
	width: 100%;
}


/*index-event*/
.index-event {
	width: 82%;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 100px;
}

.index-event-detail {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background-color: #f3ece5;
}

.index-event-detail-top {
	width: 100%;
	display: flex;
	align-items: flex-start;
}

.index-event-detail-top-pic {
	width: 100%;
	text-align: center;
	font-size: 0;
}

.index-event-detail-top-pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index-event-detail-bottom {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	padding: 30px;
}

.index-event-detail-bottom-content {
	width: 100%;
}

.index-event-detail-bottom-title {
	width: 100%;
	height: 60px;
	font-size: 1.375rem;
	font-weight: bold;
	color: #1c1c1c;
	text-align: center;
	margin-top: 10px;
	overflow: hidden;
}

.index-event-detail-bottom-date {
	width: 100%;
	height: 18px;
	font-size: 1rem;
	color: #f8644f;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
}

.index-event-detail-bottom-text {
	width: 100%;
	font-size: 0.875rem;
	line-height: 1.5rem;
	color: #303030;
	text-align: left;
	margin-top: 24px;
	height: 90px;
	overflow: hidden;
}

.index-event-detail-bottom-more {
	width: 100%;
	margin-top: 24px;
	display: flex;
	justify-content: center;
}

.index-event-detail-bottom-more-btn {
	width: fit-content;
	font-size: 1rem;
	color: #1c1c1c;
	text-align: center;
	padding: 6px 12px;
	border: 1px solid #1c1c1c;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	cursor: pointer;
}

.index-event-detail-bottom-more-btn:hover {
	color: #f3ece5;
	background-color: #1c1c1c;
}


/*index-menu*/
.index-menu {
	width: 100%;
	margin: 0 auto;
	/* margin-top: 100px; */
	background-color: #ffe4e3;
	padding: 80px 0px;
	display: flex;
	justify-content: center;
}

.index-menu-area {
	width: 82%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.index-menu-title-n {
	width: 100%;
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
}

.index-menu-title {
	width: fit-content;
	font-size: 2.25rem;
	color: #000;
	padding-bottom: 3px;
	border-bottom: 1px solid #000;
	font-family: LostaMasta-Bold;
}

.index-menu-pic {
	width: 100%;
	font-size: 0;
	text-align: center;
}

.index-menu-pic img {
	max-width: 100%;
}

/*index-ig*/
.index-ig {
	width: 82%;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 100px;
}

.index-ig-name {
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 24px;
}

.index-ig-name-icon {
	width: 38px;
	height: 38px;
	cursor: pointer;
}

.index-ig-name-text {
	font-size: 1rem;
	color: #000;
	font-weight: bold;
	margin-left: 8px;
	font-family: Helvetica, Arial, sans-serif;
	cursor: pointer;
}

.index-ig-pic {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}

.index-ig-pic-n {
	width: 24%;
	margin-bottom: 1.33333%;
	font-size: 0;
	text-align: center;
}

.index-ig-pic-n img {
	width: 100%;
}

.index-ig-pic-n:not(:nth-child(4n)) {
	margin-right: calc(4% / 3);
}

.index-ig-pic>div:nth-last-child(-n+4) {
	margin-bottom: 0;
}

/*footer*/
.footer {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-color: #f92929;
	padding: 100px 0px;
	display: flex;
	justify-content: center;
}

.footer-all {
	width: 82%;
	display: flex;
	flex-wrap: wrap;
}

.footer-restaurant-area {
	width: 100%;
	display: flex;
}

.footer-restaurant-area-l-n {
	/* width: 50%; */
	display: flex;
}

.footer-restaurant-area-l-n-logo img {
	width: fit-content;
}

.footer-restaurant-area-l-n-logo {
	width: 200px;
	min-width: 200px;
}

.footer-restaurant-area-l-n-time {
	width: 100%;
}

.footer-restaurant-area-l-n-time-title {
	font-size: 1.25rem;
	color: #000;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-restaurant-area-l-n-time-text {
	font-size: 0.938rem;
	color: #000;
	line-height: 1.75rem;
}

.footer-restaurant-area-r-n {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-left: 10%;
}

.footer-restaurant-area-r-n-address-all {
	width: 100%;
	margin-top: 100px;
}

.footer-restaurant-area-r-n-address-title {
	font-size: 1.25rem;
	color: #000;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-restaurant-area-r-n-address {
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.footer-restaurant-area-r-n-address-text {
	font-size: 0.938rem;
	color: #000;
}

.footer-restaurant-area-r-n-address-btn {
	width: fit-content;
	height: fit-content;
	border-radius: 999px;
	padding: 3px 10px;
	border: 1px solid #000;
	margin-left: 12px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.footer-restaurant-area-r-n-address-btn-icon {
	width: 15px;
	height: 15px;
}

.footer-restaurant-area-r-n-address-btn-text {
	font-size: 0.875rem;
	color: #000;
	margin-left: 4px;
}

#map {
	width: 80%;
	font-size: 0;
}

#map iframe {
	width: 100%;
	height: 450px;
}

.footer-company-area {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 100px;
	margin-left: calc(10% + 115px);
}

.footer-company-detail-title {
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.footer-company-detail-title-text {
	font-size: 1.25rem;
	color: #000;
	font-weight: bold;
	cursor: pointer;
}

.footer-company-detail-title-icon {
	width: 23px;
	margin-left: 8px;
	cursor: pointer;
}

.footer-company-detail-cu01 {
	width: fit-content;
	display: flex;
	align-items: center;
}

.footer-company-detail-cu01-cp {
	width: fit-content;
}

.footer-company-detail-cu01-cp-text {
	font-size: 0.938rem;
	color: #000;
	letter-spacing: 0.5px;
}

.footer-company-detail-cu01-cp-email {
	width: fit-content;
	font-size: 0.938rem;
	color: #000;
	display: flex;
	cursor: pointer;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	transition: border-bottom 400ms;
	margin-top: 2px;
}

.footer-company-detail-cu01-cp-email:hover {
	border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.footer-company-detail-cu02 {
	width: fit-content;
	height: fit-content;
	display: flex;
	align-items: flex-start;
	margin-left: 30px;
	padding-left: 30px;
	border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.footer-company-detail-cu02-a {
	font-size: 0.875rem;
	color: #000;
	margin-right: 28px;
	cursor: pointer;
}

.footer-company-detail-cu02-b {
	font-size: 0.875rem;
	color: #000;
	margin-right: 28px;
	cursor: pointer;
}

.footer-company-detail-community {
	width: 100%;
	margin-top: 50px;
	display: flex;
}

.footer-company-detail-community-fb {
	width: 25px;
	height: 25px;
	margin-right: 30px;
	cursor: pointer;
}

.footer-company-detail-community-ig {
	width: 25px;
	height: 25px;
	margin-right: 30px;
	cursor: pointer;
}

.footer-company-detail-community-in {
	width: 25px;
	height: 25px;
	cursor: pointer;
}

/*booking-button*/
.booking-button {
	position: fixed;
	width: 700px;
	height: 88px;
	background-color: #f8963b;
	margin: 0 auto;
	bottom: 0;
	left: 50%;
	margin-left: -350px;
	z-index: 999;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.booking-button:hover {
	background-color: #8b0e00;
}

.booking-button-text-a {
	font-size: 2.25rem;
	line-height: 2.25rem;
	color: #fff;
}

.booking-button-text-b {
	font-size: 2.25rem;
	line-height: 2.25rem;
	color: #fff;
	margin-left: 20px;
}

.booking-button-arw {
	width: 35px;
	margin-left: 30px;
	font-size: 0;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.booking-button-min {
	width: 130px;
	height: 110px;
	left: inherit;
	margin-left: inherit;
	right: 15px;
	bottom: 15px;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	background-color: #b90f00;
}

.booking-button-min>.booking-button-text-a {
	width: 100%;
	font-size: 1.25rem;
	line-height: inherit;
	text-align: center;
}

.booking-button-min>.booking-button-text-b {
	width: 100%;
	font-size: 1rem;
	line-height: inherit;
	margin-left: inherit;
	margin-top: 5px;
	text-align: center;
}

.booking-button-min>.booking-button-arw {
	width: 25px;
	margin-left: inherit;
	margin-top: 15px;
}


/*event-content*/
.event-content {
	width: 90%;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

.event-content-date {
	width: 100%;
	font-size: 1.25rem;
	color: #f8644f;
	margin-bottom: 12px;
}

.event-content-title {
	width: 100%;
	font-size: 1.375rem;
	font-weight: bold;
	color: #1c1c1c;
	padding-bottom: 20px;
	border-bottom: 1px solid #f3ece5;
}

.event-content-share {
	width: 100%;
	padding: 30px 0px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.event-content-share-text {
	width: max-content;
	font-size: 0.938rem;
	color: #a8a8a8;
	margin-right: 10px;
}

.event-content-share-fb {
	width: 22px;
	height: 22px;
	cursor: pointer;
	margin-right: 8px;
	image-rendering: -webkit-optimize-contrast;
}

.event-content-share-line {
	width: 22px;
	height: 22px;
	cursor: pointer;
	image-rendering: -webkit-optimize-contrast;
}

.event-content-detail {
	width: 100%;
	padding-top: 30px;
}

.event-content-detail-pic {
	width: 100%;
	font-size: 0;
	margin-bottom: 50px;
}

.event-content-detail-text {
	width: 100%;
	font-size: 0.875rem;
	color: #303030;
	line-height: 1.5rem;
}