@charset "utf-8";
/* CSS Document */
#master_frame {
	width: 100%;
	height: auto;
/*	display: flex;
	flex-direction: column;
	overflow-x: hidden; */
}
.css_section_area {
	width: 100%;
	overflow: hidden;
	padding-bottom: 30px;
}
#section_header {
	width: 100%;
	height: 100px;
	background-color: var(--header-background-color);
	position: sticky;
	top: 0;
	z-index: 100;
}
#section_left {
	float: left;
	height: 100%;
}
#wrapper_logo {
	height: 100%;
}
#wrapper_logo img {
	height: 100%;
}
#section_right {
	float: right;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}
#main_menu {
	list-style: none;
	background-color: var(--theme-color);
	color: var(--theme-text-color);
	width: 100%;
	position: absolute;
/*	top: -150vh;*/
	right: 0;
	bottom: 100px;
	z-index: 100;
	font-family: aquawax_pro;
	font-size: 1.6rem;
	font-weight: normal;
	opacity: 1;
	padding: 40px;
	padding-left: 80px;
	transition-property: top;
	transition-duration: 0.5s;
	z-index: 90;
	float: right;
	padding: 40px;
}
#main_menu li {
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 40px;
	text-align: center;
	white-space: nowrap;
}
#main_menu li:last-child {
	padding-top: 20px;
	padding-left: 0;
	padding-right: 0;
}
#main_menu li hr {
	border-top: 2px solid var(--theme-text-color);
}
#main_menu.expand {
	height: 100vh;
	position: absolute;
	top: 100px;
	transition-property: top;
	transition-duration: 0.5s;
}
#main_menu li {
	cursor: pointer;
}
#main_menu li:hover {
	color: var(--theme-text-color);
}
.css_menu_logo {
	width: 30px;
}
.css_main_menu::after {
	content: "menu";
}
#btn_menu.expand .css_main_menu::after {
	content: "close";
}
#section_header #section_right a:hover {
	text-decoration: none;
}
/*#btn_reservation {
	border: 3px solid var(--theme-color);
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: auto;
	height: auto;
	cursor: pointer;
	font-size: 1.2rem;
	line-height: 2;
	transition-property: background-color, color;
	transition-duration: 0.3s, 0.3s;
	text-transform: uppercase;
	color: var(--theme-color);
}
#btn_reservation:hover {
	background-color: var(--theme-color);
	color: var(--theme-text-color);
	transition-property: background-color, color;
	transition-duration: 0.3s, 0.3s;
}*/
#btn_menu {
	font-size: 3rem;
	color: var(--theme-color);
	display: flex;
	justify-content: center;
	align-items: center;
}
#btn_menu i {
	padding: 10px;
	font-size: 2.5rem;
	cursor: pointer;
}

#section_content {
	flex: 1;
	background-color: var(--section-background-color);
	min-height: 600px;
}

#section_footer {
	background-color: var(--theme-color);
	color: var(--theme-text-color);
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 40px 60px;
	gap: 20px;
	font-size: 1rem;
	line-height: 1.2;
}
#section_footer_left {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
#wrapper_business_name {
	height: 30px;
	width: 80%;
	font-family: aquawax_pro;
	font-size: 2rem;
}
#wrapper_business_hours {
	display: flex;
	flex-direction: column;
}
#wrapper_business_hours .gcss_hour_title {
	font-weight: bold;
}
#wrapper_business_hours .gcss_hour {
}

#section_footer_right {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
#wrapper_social_media {
	display: flex;
	flex-direction: row;
	gap: 20px;
	font-size: 1.4rem;
}
#wrapper_social_media img {
	width: 30px;
	height: 30px;
	object-fit: cover;
}
#wrapper_social_media span {
	font-size: 2.0rem;
}
#wrapper_contact {
	font-size: inherit;
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.gcss_footer_row {
	display: flex;
	flex-direction: row;
	gap: 20px;
	font-size: inherit;
}

#container_gallery {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 30px 0;
}
#container_gallery #wrapper_gallery {
	width: 90%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	padding-bottom: 50px;
}
#container_gallery #wrapper_gallery .css_gallery_pic {
	flex: 1 0 40%;
	flex-wrap: wrap;
	overflow: hidden;
	aspect-ratio: 1 / 1;
}
#container_gallery #wrapper_gallery .css_gallery_pic:hover {
	box-shadow: 0 2px 2px -2px grey;
}
#container_gallery #wrapper_gallery .css_gallery_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: pointer;
	scale: 1;
	opacity: 0.9;
	transition-property: scale, opacity;
	transition-duration: 0.5s, 0.1s;
}
#container_gallery #wrapper_gallery .css_gallery_pic:hover img {
	scale: 1.1;
	opacity: 1;
	transition-property: scale, opacity;
	transition-duration: 0.5s, 0.1s;
}

.css_crossline_box {
	width: auto;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: relative;
}
.css_crossline_box .css_title {
	font-family: aquawax_pro_bold;
	font-weight: 800;
	font-size: 1.6rem;
	overflow: hidden;
	margin-left: 20px;
	margin-right: 20px;
	text-transform: uppercase;
	white-space: nowrap;
}
.css_crossline_box .css_title img {
	height: 30px;
}
.css_crossline_box hr {
	margin: 0;
	border-top: 3px solid var(--title-bar-color);
	top: 30%;
	height: 3px;
	width: 50px;
}
.css_crossline_box.css_light .css_title {
	color: var(--theme-text-color) !important;
}
.css_crossline_box.css_light hr {
	border-top: 3px solid var(--theme-text-color);
}

.wrapper_aboutus_image_box {
	width: 80%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}
.wrapper_aboutus_image_box img {
	width: 100%;
	flex: 1;
}