@charset "UTF-8";



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

kv

----------------------------------------------------------  */
.top-kv {
	position: relative;
	display: flex;
}

.top-kv .bg {
	width: 15rem;
	background: url(../img/top-kv-4.jpg) no-repeat center / cover;
	height: 56rem;
	border-radius: 0 8rem 8rem 0;
	border-right: solid 0.9rem var(--prime);
	border-top: solid 0.9rem var(--prime);
	border-bottom: solid 0.8rem var(--prime);
	margin-left: -10rem;
}

.top-kv .wrap {
	width: calc(100% - 5rem);
	padding-left: 10rem;
}

.top-kv-slider>* {
	height: 56rem;
	border-radius: 8rem 0 0 8rem;
	border-left: solid 0.9rem var(--prime);
	border-top: solid 0.9rem var(--prime);
	border-bottom: solid 0.8rem var(--prime);
}

.top-kv-slider>*:nth-of-type(1) {
	background: url(../img/top-kv-1.jpg) no-repeat center / cover;
}

.top-kv-slider>*:nth-of-type(2) {
	background: url(../img/top-kv-2.jpg) no-repeat center / cover;
}

.top-kv-slider>*:nth-of-type(3) {
	background: url(../img/top-kv-3.jpg) no-repeat center / cover;
}

.scroll {
	position: absolute;
	left: 9.2rem;
	bottom: 0;
	font-weight: bold;
	letter-spacing: 0.2em;
	display: flex;
	align-items: center;
}

.scroll span {
	width: 0.1rem;
	height: 10rem;
	background: var(--brown);
	margin-top: 0.6rem;
	margin-left: -0.25rem;
	animation: scroll infinite 1.3s;
}

@keyframes scroll {
	0% {
		transform: scale(1, 1);
		transform-origin: bottom;
	}

	100% {
		transform: scale(1, 0);
		transform-origin: bottom;
	}
}

@media screen and (max-width: 768px) {
	.top-kv {
		display: block;
	}

	.top-kv .wrap {
		width: 100%;
		padding-left: 0;
	}

	.top-kv-slider>* {
		height: 42rem;
		border-radius: 0;
		border: none;
	}
}



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

news

------------------------------------------- */
.top-news {
	padding: 4rem 0 8rem 0;
	background: url(../img/deco-1.png) no-repeat right 4.5rem top 3.5rem;
	background-size: 14rem auto;
}

@media screen and (max-width: 768px) {
	.top-news {
		padding: 8rem 3rem;
		background: url(../img/deco-1.png) no-repeat right 1.5rem top 3rem;
		background-size: 10rem auto;
	}
}

/* ---- more ---- */
.top-news .more-wrap {
	margin-top: 5rem;
}

.top-news .more {
	margin: 0 0 0 auto;
}

@media screen and (max-width: 768px) {
	.top-news .more {
		margin: 0 auto;
	}
}

/* ---- cms ---- */
.top-news .CMS-NEWS-INDEX {
	padding-bottom: 0;
}

.top-news .CMS-NEWS-MORE-READ {
	display: none;
}



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

concept

------------------------------------------- */
.top-concept {
	background: url(../img/texture-3.jpg) center top;
	background-size: 72rem auto;
	padding: 5rem 0 0 0;
	display: flex;
}

.top-concept>* {
	width: 50%;
	position: relative;
}

.top-concept>figure {
	bottom: -1.5rem;
}

.top-concept>div {
	padding-left: 3rem;
}

.top-concept h2 {
	margin-bottom: 5rem;
}

.top-concept h3 {
	font-weight: normal;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.top-concept h3 strong {
	font-size: 2.8rem;
}

.top-concept p {
	margin: 3rem 0;
	line-height: 2.4;
}

.top-concept .more {
	margin: 0;
}

.top-concept>div figure {
	position: absolute;
	right: 0;
	bottom: -22rem;
	width: 42rem;
}

@media screen and (max-width: 768px) {
	.top-concept {
		padding: 5rem 0 0 0;
		display: block;
	}

	.top-concept>* {
		width: 100%;
	}

	.top-concept>figure {
		bottom: auto;
		padding-right: 1rem;
		margin-bottom: 1rem;
	}

	.top-concept>div {
		padding: 0 3rem;
	}

	.top-concept h2 {
		margin-bottom: 2.5rem;
	}

	.top-concept h3 {
		font-size: 2.2rem;
	}

	.top-concept h3 strong {
		font-size: 2.6rem;
	}

	.top-concept p {
		margin: 2rem 0 3rem 0;
		line-height: 2;
	}

	.top-concept .more {
		margin: 0 auto;
	}

	.top-concept>div figure {
		position: relative;
		right: -3rem;
		bottom: -4rem;
		width: 100%;
		margin-left: auto;
		margin-top: -2rem;
	}
}



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

menu

------------------------------------------- */
.top-menu {
	padding: 8rem 0;
}

.top-menu h3 {
	color: var(--brown-light);
	font-weight: normal;
	font-size: 2.8rem;
	line-height: 1;
	letter-spacing: 0.2em;
	width: 40rem;
	background: url(../img/ttl-deco.png) no-repeat center bottom;
	background-size: 100% auto;
	padding-bottom: 2.5rem;
	text-align: center;
	margin-bottom: 2.5rem;
	position: relative;
}

.top-menu>ul li {
	display: flex;
}

.top-menu>ul li:nth-child(even) {
	flex-direction: row-reverse;
}

.top-menu>ul li>* {
	position: relative;
}

.top-menu>ul .more {
	margin: 0 0 0 auto;
}

.top-menu-food p {
	padding-left: 12rem;
	margin-bottom: 4rem;
}

.top-menu-food>figure {
	width: 60%;
}

.top-menu-food>div {
	width: 40%;
	padding-top: 4rem;
	left: -10rem;
	background: url(../img/deco-2.png) no-repeat left 14rem bottom 14rem;
	background-size: 4.5rem auto;
	padding-right: 5rem;
}

.top-menu-food h3 {
	right: -2.5rem;
}

.top-menu-drink h3 {
	right: -6rem;
}

.top-menu-drink figure {
	width: 50%;
}

.top-menu-drink>div {
	width: 50%;
	padding-left: 10rem;
	padding-top: 4rem;
	padding-right: 3rem;
	background: url(../img/deco-3.png) no-repeat left 6rem bottom 4rem;
	background-size: 10rem auto;
}

.top-menu-drink p {
	padding-left: 12rem;
	margin-bottom: 4rem;
}

.top-menu-healing,
.top-menu-kenkyujo {
	margin-top: 4rem;
	margin-bottom: 6rem;
}

.top-menu-healing,
.top-menu-kenkyujo,
.top-menu-music {
	background: #fff;
	border-radius: 2rem;
	border: solid 0.1rem #747374;
	padding: 5.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 4rem;
}

.top-menu-healing ul,
.top-menu-kenkyujo ul,
.top-menu-music ul {
	display: flex;
	margin-bottom: 4rem;
	justify-content: space-between;
	flex-wrap: wrap;
}

.top-menu-healing ul li,
.top-menu-kenkyujo ul li,
.top-menu-music ul li {
	width: 45%;
}

.top-menu-healing ul li:nth-child(n + 3),
.top-menu-kenkyujo ul li:nth-child(n + 3),
.top-menu-music ul li:nth-child(n + 3) {
	margin-top: 4rem;
}

.top-menu-healing .more,
.top-menu-kenkyujo .more,
.top-menu-music .more {
	margin: 0 auto;
}

.top-menu-healing dt,
.top-menu-kenkyujo dt,
.top-menu-music dt {
	text-align: center;
	color: var(--brown-light);
	font-size: 2.2rem;
	margin: 1.5rem 0;
}

.top-menu-healing h3,
.top-menu-kenkyujo h3,
.top-menu-music h3 {
	font-size: 3.2rem;
}


.top-menu-kenkyujo ul {
	justify-content: center;
}

.top-menu-kenkyujo ul li {
	width: 60%;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.top-menu {
		padding: 8rem 0;
	}

	.top-menu h2 {
		display: flex;
		justify-content: center;
	}

	.top-menu h3 {
		width: 30rem;
		background: url(../img/ttl-deco.png) no-repeat center bottom;
		background-size: 100% auto;
		padding-bottom: 2rem;
		text-align: center;
		position: relative;
		margin: 0 auto 1.5rem auto;
	}

	.top-menu>ul .more {
		margin: 0 auto;
	}

	.top-menu>ul li {
		display: block;
	}

	.top-menu-food {
		margin-bottom: 6rem;
	}

	.top-menu-food p {
		margin-bottom: 2.5rem;
		padding: 0 3rem;
	}

	.top-menu-food>figure {
		width: 100%;
		margin-bottom: 1rem;
	}

	.top-menu-food>div {
		width: 100%;
		padding: 0;
		left: auto;
		background: url(../img/deco-2.png) no-repeat left 1rem bottom 1rem;
		background-size: 4rem auto;
	}

	.top-menu-food h3 {
		right: auto;
	}

	.top-menu-drink h3 {
		right: auto;
	}

	.top-menu-drink figure {
		width: 100%;
		padding-left: 1rem;
	}

	.top-menu-drink>div {
		width: 100%;
		padding: 0;
		background: url(../img/deco-3.png) no-repeat left 1.5rem bottom 1.5rem;
		background-size: 8rem auto;
	}

	.top-menu-drink p {
		padding: 0 3rem;
		margin-bottom: 2.5rem;
	}

	.top-menu-healing,
	.top-menu-kenkyujo {
		margin-top: 5rem;
		margin-bottom: 3rem;
	}

	.top-menu-healing,
	.top-menu-kenkyujo,
	.top-menu-music {
		width: calc(100% - 6rem);
		padding: 3rem 2.5rem;
	}

	.top-menu-healing ul,
	.top-menu-kenkyujo ul,
	.top-menu-music ul {
		display: block;
		margin-bottom: 3rem;
	}

	.top-menu-healing ul li,
	.top-menu-kenkyujo ul li,
	.top-menu-music ul li {
		width: 100%;
	}

	.top-menu-healing ul li:nth-child(n + 3),
	.top-menu-kenkyujo ul li:nth-child(n + 3),
	.top-menu-music ul li:nth-child(n + 3) {
		margin-top: 0;
	}

	.top-menu-healing ul li:not(:last-child),
	.top-menu-kenkyujo ul li:not(:last-child),
	.top-menu-music ul li:not(:last-child) {
		margin-bottom: 3rem;
	}

	.top-menu-healing .more,
	.top-menu-kenkyujo .more,
	.top-menu-music .more {
		margin: 0 auto;
	}

	.top-menu-healing dt,
	.top-menu-kenkyujo dt,
	.top-menu-music dt {
		text-align: center;
		color: var(--brown-light);
		font-size: 2.2rem;
		margin: 1rem 0 0.6rem 0;
	}

	.top-menu-healing h3,
	.top-menu-kenkyujo h3,
	.top-menu-music h3 {
		font-size: 2.8rem;
	}
}



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

gallery

------------------------------------------- */
.top-gallery {
	padding: 6rem 0;
	background:
		url(../img/deco-4.png) no-repeat left 10rem top 8rem,
		url(../img/deco-5.png) no-repeat right 6rem top 4rem,
		url(../img/texture-2.jpg) center top;
	background-size:
		5rem auto,
		12rem auto,
		72rem auto;
}

@media screen and (max-width: 768px) {
	.top-gallery {
		padding: 6rem 0;
		background:
			url(../img/deco-4.png) no-repeat left 1rem top 1rem,
			url(../img/deco-5.png) no-repeat right 1rem top 1rem,
			url(../img/texture-2.jpg) center top;
		background-size:
			4rem auto,
			7rem auto,
			72rem auto;
	}
}

.top-gallery h2 {
	display: flex;
	justify-content: center;
}

/* ---- slider ---- */
#loopslider,
#loopslider ul,
#loopslider ul li,
#loopslider img {
	height: 180px;
}

#loopslider ul li {
	width: 240px;
}

@media screen and (max-width: 768px) {

	#loopslider,
	#loopslider ul,
	#loopslider ul li,
	#loopslider img {
		height: 120px;
	}

	#loopslider ul li {
		width: 160px;
	}
}

#loopslider img {
	object-fit: cover;
}

#loopslider {
	margin: 0 auto 4rem auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 100%;
}

#loopslider ul {
	display: inline;
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#loopslider ul li {
	display: inline;
	float: left;
	overflow: hidden;
}

#loopslider ul:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

#loopslider ul {
	display: inline-block;
	overflow: hidden;
}



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

access

------------------------------------------- */
.top-access {
	background:
		url(../img/deco-6.png) no-repeat left 6rem top 6rem,
		url(../img/deco-7.png) no-repeat right 6rem top 6rem,
		url(../img/top-bg-1.jpg) no-repeat center;
	background-size:
		11rem auto,
		11rem auto,
		cover;
	padding: 10rem 0 8rem 0;
}

.top-access h2 {
	display: flex;
	justify-content: center;
	margin-bottom: 5rem;
}

.top-access .wrap {
	display: flex;
	justify-content: space-between;
}

.top-access .wrap>div:nth-of-type(1) {
	width: 48rem;
	height: 45.9rem;
	display: flex;
	align-items: center;
	padding: 0 5rem;
	background: url(../img/bg-frame.png) no-repeat center;
	background-size: contain;
}

.top-access .wrap>div:nth-of-type(2) {
	width: 36rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.top-access .more {
	margin: 0;
}

@media screen and (max-width: 768px) {
	.top-access {
		background:
			url(../img/deco-6.png) no-repeat left 1.5rem top 1.5rem,
			url(../img/deco-7.png) no-repeat right 1.5rem top 1.5rem,
			url(../img/top-bg-1.jpg) no-repeat center;
		background-size:
			6rem auto,
			6rem auto,
			cover;
		padding: 8rem 3rem;
	}

	.top-access .wrap {
		flex-direction: column;
	}

	.top-access h2 {
		margin-bottom: 1rem;
	}

	.top-access .wrap>div:nth-of-type(1) {
		width: 100%;
		height: auto;
		display: block;
		padding: 0;
		background: none;
	}

	.top-access .wrap>div:nth-of-type(2) {
		width: 100%;
		display: contents;
	}

	.top-access .wrap>div:nth-of-type(2) figure {
		order: -1;
	}

	.top-access .more {
		margin: 2rem auto 0 auto;
	}
}



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

instagram

------------------------------------------- */
.top-insta {
	padding: 6rem 0;
	background:
		url(../img/deco-8.png) no-repeat right 2rem top 5rem,
		url(../img/deco-9.png) no-repeat left 3rem bottom 4rem;
	background-size:
		20rem auto,
		14rem auto;
	border-top: solid 1.5rem var(--brown-light);
}

@media screen and (max-width: 768px) {
	.top-insta {
		padding: 6rem 0;
		background:
			url(../img/deco-8.png) no-repeat right 1.5rem top 1.5rem,
			url(../img/deco-9.png) no-repeat left 1rem bottom 1rem;
		background-size:
			6rem auto,
			8rem auto;
		border-top: solid 1.5rem var(--brown-light);
	}

	.top-insta .heading-1 img {
		height: 7.5rem;
	}
}

.top-insta h2 {
	display: flex;
	justify-content: center;
}

/* ---- wrap ---- */
.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;
	margin: 0 auto;
}

.CMS-INSTAGRAM-LIST>* {
	margin-right: 1rem;
	width: calc((100% - 2rem) / 3);
}

.CMS-INSTAGRAM-LIST>*:nth-of-type(3n) {
	margin-right: 0;
}

.CMS-INSTAGRAM-LIST>*:nth-of-type(n + 4) {
	margin-top: 1rem;
}

.CMS-INSTAGRAM-LIST>*:nth-of-type(n + 7) {
	display: none;
}



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

tab

------------------------------------------- */
.tab-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.tab-label {
	order: -1;
	width: 49%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s;
	font-size: 2rem;
	padding-bottom: 1rem;
	position: relative;
	border-bottom: solid 0.15rem var(--brown);
}

.tab-label:hover {
	cursor: pointer;
	opacity: 0.5;
}

.tab-content {
	width: 100%;
	display: none;
	margin-top: 5rem;
}

/* ---- active ---- */
.tab-switch:checked+.tab-label {
	color: var(--brown-light);
	border-bottom: solid 0.15rem var(--brown-light);
}

.tab-switch:checked+.tab-label::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 1rem solid transparent;
	border-right: 1rem solid transparent;
	border-top: 1rem solid var(--brown-light);
	position: absolute;
	left: calc(50% - 1rem);
	bottom: -1rem;
}

.tab-switch:checked+.tab-label+.tab-content {
	display: block;
}

/* radio */
.tab-switch {
	display: none;
}