@charset "UTF-8";
/* CSS Document */

* {
	font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
	font-size: 16px;
	color: #2F2F2F;
}

body {
	background-color: #F0DDCE;
	transition: background-color 0.8s ease, color 0.8s ease;
	color: #2F2F2F;
	line-height: 1.6;
}

h1 {
	font-size: 40px;
	line-height: 3;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 700;
}

h2 {
	font-size: 32px;
	margin-top: 24px;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 96px;
	color: rgba(201, 166, 164, 0.2);
	font-family: "WindSong", cursive;
	font-weight: 400;
	font-style: normal;
}

h5 {
	font-size: 24px;
	font-family: 'Cormorant Garamond', serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #731A14;
	margin-bottom: 20px;
}

p {
	line-height: 2.5;
	letter-spacing: 0.1em;
}

.section_title_wrap {
	position: relative;
	text-align: center;
	margin-bottom: 40px;
}

.section_title_wrap h4 {
	position: static;
	font-size: 96px;
	color: rgba(201, 166, 164, 0.3);
	line-height: 1;
	margin: 0;
	text-align: center;
}

.section_title_wrap h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	color: #731A14;
	font-size: 32px;
	letter-spacing: 0.2em;
	margin: 0;
	white-space: nowrap;
}

.grid-2col {
	display: grid;
	width: 1120px;
	grid-template-columns: 1fr 1fr;
	flex-wrap: wrap; 
	width: 100%;
	margin: 0 auto;
}

.grid-2col_1 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	flex-wrap: wrap; 
	width: 100%;
	margin: 0 auto;
}

.other_buttun {
	width: 100%;
	max-width: 360px;
	padding: 16px;
	cursor: pointer;
	font-weight: bold;
	border: none;
	background-color: #F0DDCE;
	color: #731A14;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	background-color: #731A14;
	border: 2px solid #731A14;
	border-radius: 60px;
	display: block;
	font-weight: bold;
	padding: 15px 40px;
	text-align: center;
	background: #fff;
	color: #731A14;
	overflow: hidden;
	position: relative;
	transition-duration: .4s;
	z-index: 2;
	margin: 16px auto;
}

.other_buttun::after {
	background: #731A14;
	border-radius: 50%;
	content: "";
	display: block;
	margin: auto;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	padding-top: 100%;
	height: 0;
	z-index: -1;
	transform: translateY(-50%) scale(0.1);
	transition: opacity .5s, transform 0s;
	transition-delay: 0s, .4s;
}
 
.other_buttun:hover {
  	color: #fff;
	border: 1px solid #fff;
}

.other_buttun:hover::after {
	opacity: 1;
	transform: translateY(-50%) scale(1.1);
	transition-delay: 0s;
	transition: opacity .8s, transform .6s ease-in-out;
	border: 1px solid #fff;
}


/*--------------------
 logo
--------------------*/

.social-icons {
	position: fixed;
	bottom: 40px;
	right: 40px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	z-index: 99;
}

.social-icons a img {
	width: 32px;
	height: 32px;
	opacity: 0.8;
	transition: opacity 0.3s, transform 0.3s;
}

.social-icons a img:hover {
	opacity: 1;
	transform: scale(1.1);
}


/*--------------------
 header
--------------------*/
header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 20px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background: transparent;
	transition: background 0.4s ease;
}

header.scrolled {
	background: rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(8px);
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.concept-logo {
	width: 80px;
	z-index: 200; 
}
.concept-logo img {
	width: 80px;
}

.site_title a {
	color: #731A14;
	text-decoration: none;
}

.mobile-menu-container {
	margin-right: 40px;
}

.style-nav {
	float: none;
	width: 100%;
}

.style-nav ul {
	list-style-type: none;	
	text-align: right; 
	line-height: 1;
	float: none;
	padding: 0; 
	margin: 0;
}

.style-nav ul li {
	display: inline-block;
	margin-left: 16px;
}

.style-nav ul li a {
	text-decoration: none;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 8px 16px;
	color: #731A14;
	font-weight: 500;
}

.style-nav ul li a:hover {
	border-bottom: 2px solid #731A14;
}

.mobile-menu-container {
	width: 50%; 
	display: block; 
}

.menu-toggle {
	display: none;
	position: fixed;
	top: 20px;
	right: 20px;
	flex-direction: column;
	justify-content: space-between;
	width: 32px;
	height: 24px;
	cursor: pointer;
	background: none;
	border: none;
	z-index: 200;
}

.menu-toggle span {
	display: block;
	height: 3px;
	width: 100%;
	background-color: #731A14;
	border-radius: 2px;
	transition: all 0.3s ease;
}

.menu-toggle.open span:nth-child(1) {
	transform: translateY(10px) rotate(45deg);
}

.menu-toggle.open span:nth-child(2) {
	opacity: 0;
}

.menu-toggle.open span:nth-child(3) {
	transform: translateY(-10px) rotate(-45deg);
}



/*--------------------
 first_view
--------------------*/

.first_view {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.grid {
	display: grid;
	grid-template-columns: 1fr;
	margin: 0 auto; 
}

.hero {
	position: relative;
	width: 440px;
	height: 440px;
	margin: 100px auto;
}

.rotate {
	max-width: 440px;
	position: absolute;
	top: 0;
	left: 0;
	animation: spin 3s ease-in-out infinite;
}

@keyframes spin {
	0% {
	transform: rotate(0deg);
	}
	50% {
	transform: rotate(5deg);
	}
	100% {
	transform: rotate(0deg);
	}
}

.hero_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 200px;
	transform: translate(-50%, -50%);
	z-index: 2;
}

/*--------------------
 concept
--------------------*/

.concept h2 {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	position: relative;
	z-index: 2;
}

.concept h4 {
	position: absolute;
	top: 0;
	left: 24;
	z-index: 1;
	line-height: 1;
	text-align: left;
}

.concept_hed {
	width: 100%;
	padding-top: 112px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.concept_img {
	width: 100%;
	position: relative;
	overflow: visible;
}

.shop_img {
	width: calc(100% - 10%);
	display: block;
	position: relative;
	margin-left: 10%;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
	height: auto;
	z-index: 1;
}

.concept_txt {
	position: relative;
	margin-top: 80px;
	text-align: center;
	color: #fff;
}

.concept_txt h2 {
	color: #fff;
}

.concept_detail {
	padding-top: 40px;
}

.concept_detail p {
	margin-top: 24px;		
	color: #fff;
	margin-top: 40px;
}

.cafe_container {
	margin: 400px 0;
	position: relative;
	transition: all 0.6s ease;
}

.grid-2col {
	display: grid;
	width: 1120px;
	grid-template-columns: 1fr 1fr;
	flex-wrap: wrap; 
	width: 100%;
	margin: 0 auto;
}

.cafe_txt {
	position: relative;
	text-align: center;
	padding: 40px;
}

.time {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.2em;
	margin: 32px;
}

.bal_container {
	margin: 400px 0;
	position: relative;
	transition: all 0.6s ease;
}

.bal_txt {
	position: relative;
	text-align: center;
	padding: 40px;
}

.cafe_txt h2 {
	color: #2F2F2F;
}
.bal_txt P {
	color: #fff;
}

.cafe_img img,.bal_img img {
	width: 100%;
	box-shadow: 0 15px 30px rgba(0,0,0,0.2);

}

/*=================
 recommend
=================~*/

.recommend {
	width: 100%;
	padding: 100px 0;
	text-align: center;
	margin: 0 auto;
	background-color: #F0DDCE;
}


.recommend_container {
	padding: 0;
	border: none;
	max-width: 1120px;
	margin: 0 auto;
}

.swiper {
	width: 100%;
	height: 450px; 
}

.swiper-slide {
	position: relative;
	border-radius: 12px 12px 0 0;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
}

.swiper-slide:hover img {
	transform: scale(1.05);
}

.swiper-pagination-bullet-active {
	background: #731A14;
}

.slide-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to top, rgba(0,0,0,0.5), transparent);
	color: #fff;
	padding: 20px;
	text-align: left;
}

.slide-overlay h3 {
	font-size: 1.4rem;
	margin: 0;
}

.slide-overlay p {
	font-size: 0.9rem;
	opacity: 0.8;
	margin-top: 5px;
}

.menu-tabs {
	max-width: 1120px;
	margin: 40px auto;
}

.main-tabs {
	display: flex;
	justify-content: center;
}

.main-tabs {
	width: 100%;
}

.main-tabs button {
	width: 100%;
	padding: 16px;
	cursor: pointer;
	font-weight: bold;
	border: none;
	background-color: #F0DDCE;
	color: #731A14;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	background-color: #731A14;
	border: 2px solid #731A14;
	border-radius: 60px;
	display: block;
	font-weight: bold;
	padding: 15px 40px;
	text-align: center;
	background: #fff;
	color: #731A14;
	overflow: hidden;
	position: relative;
	transition-duration: .4s;
	z-index: 2;
}

.main-tabs button.active {
	background-color: #731A14;
	color: #fff;
	border-bottom: 2px solid #731A14;
}

.main-tabs button::after {
	background: #731A14;
	border-radius: 50%;
	content: "";
	display: block;
	margin: auto;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	padding-top: 100%;
	height: 0;
	z-index: -1;
	transform: translateY(-50%) scale(0.1);
	transition: opacity .5s, transform 0s;
	transition-delay: 0s, .4s;
}
 
.main-tabs button:hover {
  	color: #fff;
}

.main-tabs button:hover::after {
	opacity: 1;
	transform: translateY(-50%) scale(1.1);
	transition-delay: 0s;
	transition: opacity .8s, transform .6s ease-in-out;
}


/*--------------------
 access
--------------------*/

.access {
	padding: 80px 0;
	text-align: center;
	color: #fff;
	background-color: #731A14;
}

.access h2 {
	color: #fff;
}

.map_wrap {
	position: relative;
	margin: 0 auto;
}

.map_wrap iframe {
	display: block;
	width: 100%;
	height: 560px;
}


/*--------------------
 footer
--------------------*/
footer {
	background-color: #2F2F2F;
	color: #fff;
	padding: 40px 0;
	text-align: center;
}

.copyright {
	color: #999;
	font-size: 12px;
	margin-top: 20px;
}


/*--------------------------------
 nextpege
--------------------------------*/

section {
	margin-top: 80px;
}

.page_hero {
	height: 40vh;
	background: url("images/shop.jpg")no-repeat;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 0; 
	padding-top: 60px;
}

.page_hero h2 {
	color: #fff;
}

.page_hero p {
	color: #fff;
	font-size: 16px;
	opacity: 0.8;
	text-align: center;
}

header.fixed-background {
	background: rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(8px);
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.p_center {
	text-align: center;
}

.nextpege {
	background-color: #731A14;
}

.content_section {
	padding: 80px 0;
}


/*--------------------
 reservation.html
--------------------*/

.form_container {
	max-width: 600px;
	margin: 0 auto;
	padding: 40px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.form_group {
	margin-bottom: 25px;
}

.form_group label {
	display: block;
	font-weight: bold;
	margin-bottom: 8px;
	color: #731A14;
}

.form_group input[type="text"],
.form_group input[type="email"],
.form_group input[type="date"],
.form_group input[type="number"],
.form_group select,
.form_group textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 16px;
	color: #2F2F2F;
}

.form_group textarea {
	resize: vertical;
	min-height: 100px;
}

.contact_info {
	text-align: center;
	padding: 40px 0;
}

.contact_info p {
	line-height: 1.8;
}

.contact_info .tel_number {
	font-size: 2em;
	font-weight: bold;
	color: #731A14;
	margin: 10px 0;
}


.contact h2,.contact p {
	color: #fff;
}

/*--------------------
 recruit.html
--------------------*/
.recruit_img_left {
	display: flex;
	gap: 40px;
	align-items: center;
	margin-bottom: 60px;
}

.recruit_img_left.reverse {
	flex-direction: row-reverse;
}

.recruit_img_left .text_content {
	flex: 1;
}

.recruit_img_left .image_content {
	flex: 1;
}

.recruit_img_left img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.recruit_box {
	background-color: #fff;
	padding: 30px;
	border-radius: 4px;
	line-height: 2.0;
}

.recruit_box p {
	font-size: 0.95em;
}

.recruit_box strong {
	color: #731A14;
}


/*====================
 responsive
=====================*/
@media (max-width: 768px) {
	h4 {
		font-size: 64px;
	}
	h2 {
		font-size: 24px;
	}

	.section_title_wrap h4 {
		font-size: 64px;
	}
	.section_title_wrap h2 {
		font-size: 24px;
	}

	.grid-2col {
		grid-template-columns: 1fr;
		width: 90%;
		gap: 40px;
	}
	.bal_container .grid-2col {
		display: flex;
		flex-direction: column-reverse;
	}
	.header_content {
		flex-direction: column;
	}
	
	.menu-toggle {
		display: flex;
	}

	.style-nav {
		position: fixed;
		top: 0;
		right: -100%;
		width: 75%;
		height: 100vh;
		background-color: #F0DDCE;
		transition: right 0.4s ease;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		z-index: 150;
		box-shadow: -4px 0 10px rgba(0,0,0,0.2);
	}

	.style-nav ul {
		flex-direction: column;
		padding: 0;
	}

	.style-nav ul li {
		margin: 16px 0;
	}

	.style-nav ul li a {
		font-size: 20px;
		color: #731A14;
		text-decoration: none;
	}

	.style-nav.open {
		right: 0;
	}
	
	.cafe_txt h2.background,
	.bal_txt h2.background {
		font-size: 64px;
		top: -10px;
	}
	
	.concept_txt {
		padding-top: 250px;
	}
	.shop_img {
		top: 80px;
	}
	.recommend {
		padding: 50px 0;
	}
	.swiper {
		height: 300px;
	}
	.menu_container {
		flex-direction: column;
	}
	.menu {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.cafe_menu h3, .bal_menu h3 {
		text-align: center;
		border-left: none;
		border-bottom: 2px solid #731A14;
		padding-bottom: 5px;
	}
	.menu-texts {
		text-align: center;
	}
	.grid-2col_1 {
		grid-template-columns: 1fr;
		gap: 40px;
		padding: 0 20px;
	}
	.access_info_overlay {
		position: static;
		transform: none;
		margin: 20px auto;
		width: 80%;
		max-width: none;
		text-align: center;
		padding: 20px;
	}

	.map_wrap {
		padding: 0 20px;
	}

	.recruit_img_left,
	.recruit_img_left.reverse {
		flex-direction: column;
		gap: 20px;
	}

	.page_hero {
		height: 30vh;
		padding-top: 80px;
	}

	.page_hero h2 {
		font-size: 32px;
	}
}