@charset "UTF-8";


/* -------------------------------------------

kv

------------------------------------------- */
.top-kv {
	position: relative;
}
/* slider */
#main {
	position: relative;
	overflow: hidden;
	width: 100%;
}
#main,
.CMS-NOT-EDITABLE-AREA {
	height: 100vh;
}
@media screen and (max-width: 768px) {
	#main,
	.CMS-NOT-EDITABLE-AREA {
		height: 48rem;
	}
}



/* -------------------------------------------

news

------------------------------------------- */
.top-news {
    padding: 8rem 0;
	background: url(../img/texture-1.jpg) center top;
	background-size: 100% auto;
}
.top-news .wrap {
	display: flex;
}
.top-news .wrap > div:nth-of-type(1) {
	width: 20rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.top-news .wrap > div:nth-of-type(2) {
	padding-left: 3.5rem;
}
@media screen and (max-width: 768px) {
	.top-news {
		padding: 8rem 3rem;
	}
	.top-news .wrap {
		flex-direction: column;
	}
	.top-news .wrap > div:nth-of-type(1) {
		width: 100%;
		display: contents;
	}
	.top-news .wrap > div:nth-of-type(2) {
		padding-left: 0;
	} 
	.top-news .more-wrap {
		order: 3;
		margin-top: 4rem;
	}
}
/* cms */
.top-news .CMS-NEWS-INDEX {
    padding-bottom: 0;
}
.top-news .CMS-NEWS-MORE-READ {
    display: none;
}



/* -------------------------------------------

concept

------------------------------------------- */
.top-concept {
	background:
		url(../img/top-bg-1.png) no-repeat left top,
		url(../img/top-bg-2.png) no-repeat right bottom;
	background-size:
		80% auto,
		80% auto;
	padding: 8rem 0;
}
.top-concept .wrap {
	display: flex;
	flex-direction: row-reverse;
}
.top-concept h2 {
	width: 34rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding-top: 4rem;
}
.top-concept h2 span {
	background: #a09584;
	color: #fff;
	font-size: 2.4rem;
	letter-spacing: 0.3em;
	line-height: 1;
}
.top-concept h2 span i {
	font-weight: normal;
	font-size: 1.8rem;
}
.top-concept h2 span:nth-child(2) {
	margin-right: 1.5rem;
	margin-top: 2.5rem;
}
.top-concept .wrap > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-left: 10rem;
}
.top-concept .wrap > div p {
	margin: 2rem 0 3.5rem 0;
	line-height: 2.4;
}
@media screen and (max-width: 768px) {
	.top-concept {
		background-size:
			100% auto;
		padding: 8rem 3rem;
	}
	.top-concept .wrap {
		flex-direction: column;
	}
	.top-concept h2 {
		width: 100%;
		padding-top: 0;
		margin-bottom: 3rem;
	}
	.top-concept h2 span {
		background: #a09584;
		color: #fff;
		font-size: 2rem;
		letter-spacing: 0.2em;
		padding: 0.5rem 1rem;
	}
	.top-concept h2 span i {
		font-size: 1.5rem;
	}
	.top-concept h2 span:nth-child(2) {
		margin-right: 0;
		margin-top: 1.5rem;
	}
	.top-concept .wrap > div {
		padding-left: 0;
	}
	.top-concept .wrap > div p {
		line-height: 2;
	}	
}



/* -------------------------------------------

menu

------------------------------------------- */
.top-menu {
	padding: 8rem 0;
	background: url(../img/top-bg-3.jpg) no-repeat right bottom;
	background-size: 80% auto;
}
.ttl-wrap {
	display: flex;
	justify-content: center;
}
.top-menu ul {
	display: flex;
	flex-direction: column;
	gap: 7rem;
	margin-bottom: 14rem;
}
.top-menu ul li {
	display: flex;
	align-items: flex-end;
}
.top-menu-drink {
	flex-direction: row-reverse;
	justify-content: flex-end;
	padding-left: 15rem;
}
.top-menu-food {
	padding-left: 6rem;
}
.top-menu-food figure {
	width: 60%;
}
.top-menu-drink figure {
	width: 40%;
	margin-left: -4.5rem;
}
.top-menu-food .txt {
	left: -6rem;
	bottom: -3rem;
}
.txt {
	background: #fff;
	box-shadow: 0.8rem 0.8rem 0 var(--beige);
	width: 33rem;
	padding: 6.5rem 3rem;
	position: relative;
	z-index: 10;
}
.top-menu-drink .txt {
	box-shadow: -0.8rem 0.8rem 0 var(--beige);
	bottom: -8.5rem;
}
.top-menu h3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 1;
	color: var(--prime);
	margin-bottom: 2rem;
	font-size: 2.5rem;
	letter-spacing: 0.2em;
	white-space: nowrap;
}
.top-menu h3::after {
	content: "";
	width: 100%;
	height: 0.1rem;
	background: var(--beige);
	position: relative;
	right: -3rem;
}
.top-menu p {
	line-height: 2.2;
}
@media screen and (max-width: 768px) {
	.top-menu {
		padding: 8rem 3rem;
		background-size: 100% auto;
	}
	.top-menu ul {
		gap: 1.5rem;
		margin-bottom: 2rem;
	}
	.top-menu ul li {
		flex-direction: column;
		align-items: center;
		width: 100%;
	}
	.top-menu-drink {
		flex-direction: column;
		justify-content: center;
		padding-left: 0;
	}
	.top-menu-food {
		padding-left: 0;
	}
	.top-menu-food figure {
		width: 100%;
	}
	.top-menu-drink figure {
		width: 100%;
		margin-left: 0;
	}
	.top-menu-food .txt {
		left: auto;
		bottom: auto;
	}
	.txt {
		width: 85%;
		padding: 4rem 3rem;
		top: -3rem
	}
	.top-menu-drink .txt {
		bottom: auto;
	}
	.top-menu p {
		line-height: 2;
	}	
}



/* -------------------------------------------

gallery

------------------------------------------- */
.top-gallery {
	padding: 8rem 0;
	background: url(../img/texture-2.jpg) no-repeat center top;
	background-size: 100% auto;
	background-color: #efefef;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.top-gallery ul {
	display: flex;
	gap: 2rem;
	width: 72rem;
	margin: 0 auto 6rem auto;
}
.top-gallery ul li {
	flex: 1;
}
@media screen and (max-width: 768px) {
	.top-gallery {
		padding: 8rem 3rem;
	}
	.top-gallery ul {
		gap: 1rem;
		width: 100%;
		margin: 0 auto 4rem auto;
	}
	.top-gallery ul li {
		flex: 1;
	}
}



/* -------------------------------------------

access

------------------------------------------- */
.top-access {
	padding: 8rem 0;
}
.top-access .wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.top-access .wrap > figure {
	width: 40%;
}
.top-access .wrap > div {
	width: 53%;
	padding-right: 10rem;
}
.top-access dl {
	margin-bottom: 4rem;
}
.top-access .more {
	margin: 0;
}
@media screen and (max-width: 768px) {
	.top-access {
		padding: 8rem 3rem;
	}
	.top-access .wrap {
		flex-direction: column;
	}
	.top-access .wrap > figure {
		width: 100%;
		margin-bottom: 1rem;
	}
	.top-access .wrap > div {
		width: 100%;
		padding-right: 0;
	}
	.top-access .more {
		margin: 0 auto;
	}	
}


/* -------------------------------------------

instagram

------------------------------------------- */
.top-insta {
	padding: 8rem 0;
	background: url(../img/texture-1.jpg) center top;
	background-size: 100% auto;
}
.top-insta .wrap {
	margin: 0 auto;
	width: 80rem;
}
@media screen and (max-width: 768px) {
	.top-insta .wrap {
		padding: 0 3rem;
		width: auto;
	}
}
/* cms */
.CMS-INSTAGRAM-LIST {
    display: flex;
    flex-wrap: wrap;
	gap: 2rem;
}
.CMS-INSTAGRAM-LIST > * {
	width: calc((100% - 4rem) / 3);
}
.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 7) {
    display: none;
}