@charset "utf-8";

#wpadminbar {
	display: none !important;
}
body {
	background: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.025rem;
	background: #1a1a1a;
}
main {
	color: #1a1a1a;
	/* background: #fff; */
}
a {
	color: #1a1a1a;
}
.h_ttl span {
	font-size: 1.5rem;
	letter-spacing: 0.1rem;
	font-family: 'Noto Serif JP', serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 1.25;
	padding-bottom: 0.25rem;
	width: 75%;
	margin: 0 auto;
}

.top_news .top_news_ttl span {
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.eng {
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	border-bottom: 2px solid;
	border-image: linear-gradient(34deg, #9e8139 0%, #f9f1b5 45%, #9e8139 100%);
	border-image-slice: 1;
	text-transform: uppercase;
}
section#bar-concpt {
	color: #1a1a1a;
}

.top_news .top_news_ttl,
.top_news .news_list_wrap ul li a {
	color: #1a1a1a;
}
.top_news .news_list_wrap ul li .news_date {
	border: 0.05rem solid #bbb;
	border: unset;
	color: #1a1a1a;
	background: linear-gradient(34deg, #c0a460 0%, #f9f1b5 45%, #c0a460 100%);
	font-size: 0.75rem;
	font-weight: bolder;
	padding: 0 0.25rem;
}
.top_news .news_list_wrap ul li {
	border-bottom: 0.05rem solid #bbb;
	color: #1a1a1a;
	font-size: 0.8rem;
	padding: 1.5rem 0 0.25rem;
}
.top_wrap .top_txt {
	color: #1a1a1a;
	padding: 2rem 2rem;
}
.top_wrap .h_ttl {
	padding-top: 3rem;
}
.header.open #navi_toggle span {
	background: #1a1a1a;
}
header.fixed {
	background: rgba(0, 0, 0, 0.75);
	backdrop-filter: blur(3px);
}

@media screen and (max-width: 1024px) {
	header {
		height: 4.25rem;
	}
	#navi_toggle {
		right: 0.75rem;
	}
	#logo {
		width: 124px;
		padding-top: 0.25rem;
	}
	#navi_toggle span:nth-of-type(1) {
		top: 7px;
	}
	#navi_toggle span:nth-of-type(3) {
		top: 26px;
	}
	.container2 {
		padding: 0;
	}
	.container {
		padding: 5rem 1.75rem;
	}

	.nav_wrap nav {
		width: 100%;
		height: 100vh;
		padding: 0 20% 0;
		background: rgba(255, 255, 255, 0.95);
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.nav_wrap nav ul {
		display: block;
		width: 100%;
		margin-top: -50%;
	}
	.catch_logo {
		width: 48%;
		top: 48%;
		left: 50%;
		filter: none;
	}
	.nav_wrap nav ul li a {
		padding: 2.5rem 0 0.5rem;
		border-bottom: 1px solid;
		border-image: linear-gradient(34deg, #9e8139 0%, #f9f1b5 45%, #9e8139 100%);
		border-image-slice: 1;
	}
	.nav_wrap .eng {
		border: none;
	}
	nav ul li a {
		color: #1a1a1a;
	}
	#navi_toggle span {
		height: 1px;
		width: 85%;
	}
}
.top_insta {
	margin-top: 1rem;
	padding: 0 0.5rem;
}
.insta_list {
	margin-bottom: 0rem;
}
.insta_btn {
}
.insta_btn a {
	background: none;
	border: 1px solid #bbb;
	box-shadow: none;
	color: #1a1a1a;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 0;
}

.insta_btn .fa-instagram {
	font-weight: 200;
	font-size: 2.5rem;
}
.insta_btn .eng {
	font-size: 1rem;
	margin-left: 0.5rem;
}
.top_wrap .top_inner_l {
	padding: 0;
}

.catch-copy {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	box-sizing: border-box;
	/* padding: 5rem 1.5rem 5rem 0.5rem; */
	line-height: 1.25;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.vertical {
	/* writing-mode: vertical-rl; */
}
#text > p:not(.visible) {
	visibility: hidden;
}
.top_wrap .top_title {
	font-family: 'Shippori Mincho', serif;
	font-weight: 300;
	font-size: 1.5rem;
	color: #fff;
	letter-spacing: 0.1rem;
}
@media screen and (max-width: 640px) {
	.vertical {
		font-size: 7.25vw !important;
	}
	.vertical .small {
		font-size: 1.5rem;
		font-weight: 500;
	}
	.mainvisual {
		padding: 5.5rem 0 8.5rem;
	}
}
.character {
	/* アニメーション開始前のスタイルを指定 */
	position: relative;
	top: 10px;
	opacity: 0;
	/* アニメーション設定 */
	--property: top, opacity; /* アニメーションに使用するプロパティ */
	--duration: 300ms; /* 一字あたりの表示に掛ける時間 */
	--delay: -200ms; /* 前の一字のアニメーション終了からの遅延時間 */
	transition-propaty: var(--property);
	transition-timing-function: steps(20, end);
	transition-duration: var(--duration);
	transition-delay: calc((var(--duration) + var(--delay)) * var(--index, 0) + var(--delay));
}

.visible .character {
	/* アニメーション終了時のスタイルを指定 */
	top: 0;
	opacity: 1;
	/* 処理軽減 */
	will-change: var(--property);
}

.h2ttl {
	margin-bottom: 0.5rem;
	font-weight: 600;
}
.menu_txt span {
	font-weight: 600;
}
section,
section#bar-concpt {
	text-shadow: unset !important;
	color: #1a1a1a !important;
}
.bg_main {
	background: none;
}
section#recommend {
	padding: 1.25rem 1rem 2rem;
}
section#live_d,
section#rental {
	background-image: none;
	padding: 4rem 0 1rem;
	background-color: unset;
}
.live_d-b {
	padding: 0 0 0rem !important;
}
section#live_d .menu_inner_r {
	padding: 2rem 1.5rem;
}
.bg_main .top_inner_r {
	padding: 1rem 0 3rem;
}
#recommend .container2 {
	padding: 3rem 1rem 1rem;
	color: #fff;
}

#recommend .menu_wrap {
	background: rgba(255, 255, 255, 0.9);
	color: #1a1a1a;
	margin-top: 1rem;
}

.m-btn {
	background: rgba(255, 255, 255, 0.9);
	margin: 1rem 0;
	border: 2px solid;
	border-image: linear-gradient(34deg, #9e8139 0%, #f9f1b5 45%, #9e8139 100%);
	border-image-slice: 1;
	padding: 1rem;
}
.m-btn .m-btn-wrap {
	border-bottom: 2px solid;
	border-image: linear-gradient(34deg, #9e8139 0%, #f9f1b5 45%, #9e8139 100%);
	border-image-slice: 1;
}
.m-btn span {
	font-size: 1.5rem;
	font-style: 400;
	font-family: 'Noto Serif JP', serif;
	margin-right: 0.5rem;
}
.m-btn a {
	display: flex;
	align-items: center;
	font-size: 0.8rem;
	font-weight: 300;
}
#recommend .menu_inner_l {
	padding-left: 1rem !important;
	padding: 2rem 1rem;
}
@media screen and (max-width: 1024px) {
	#recommend .menu_inner_l {
		padding-left: 1rem !important;
	}
	#rental .menu_inner_l {
		padding-left: 1rem !important;
		padding: 2rem 1rem;
	}
	.menu_wrap .menu_txt {
		padding: 2rem 1rem;
	}
}
#sbi_images {
	gap: 0 !important;
}
@media (max-width: 480px) {
	#sb_instagram.sbi_mob_col_2 #sbi_images {
		grid-template-columns: repeat(3, 1fr);
	}
	.h_ttl span {
		font-size: 4.85vw;
	}
}

#sb_instagram .sbi_photo {
	height: unset !important;
}

#sb_instagram .sbi_photo img {
	height: unset !important;
	aspect-ratio: 3 / 4;
}
.f_nav .eng {
	border-bottom: none !important;
}
#access .container2 {
	padding: 2rem 1.75rem 7rem;
}
.access_wrap .tbl01 th,
.access_wrap .tbl01 td {
	border-bottom: 1px solid #bbb;
	font-size: 0.9rem;
	line-height: 1.2;
	padding-top: 1rem;
}
.h_ttl.access_title {
	padding-top: 3rem;
}
footer {
	background-color: #1a1a1a;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 1) 100%),
		url(https://park-72.com/cafebar/wp-content/themes/restaurant/img/top_img02.jpg) !important;
	background-size: 165% !important;
	background-position: bottom 9rem center;
	background-repeat: no-repeat;
	position: relative;
}
main {
	position: relative;
}
main::before {
	content: '';
	display: block;
	background-image: linear-gradient(to top, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.55) 100%),
		url(https://park-72.com/cafebar/wp-content/themes/restaurant/img/k-bg-sp.jpg) !important;
	background-size: 150%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}
.bg_white {
	background: unset;
}
#live_d .menu_txt,
#rental .menu_txt {
	border: 0.05rem solid #bbb;
}
.menu_wrap {
	padding-bottom: 1rem;
}
.gtranslate_wrapper {
	margin: 0.5rem 0 2.5rem;
}
a.glink {
	padding: 10px 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	border-top: 1px solid #bbb;
}
a.glink span {
	margin-right: 0.6rem !important;
	line-height: 0 !important;
	vertical-align: unset;
	padding-bottom: 2px !important;
	font-size: 12px !important;
}
a.glink img {
	width: 2rem;
	margin-right: 0.6rem !important;
	border: 0.05rem solid #bbb !important;
}
.glink.nturl {
	border-top: none;
}
.gt_white_content {
	width: unset !important;
	height: unset !important;
	padding: 2rem 1rem;
	top: 45% !important;
	left: 45% !important;
}
.gt_white_content .gt_languages {
	max-height: unset !important;
}
#mainvisual::before {
	/* background: linear-gradient(to bottom, transparent 0%, transparent 5%, #1a1a1a 100%); */
	background: none;
}
@media screen and (max-width: 1024px) {
	#mainvisual .top_slider {
		height: 100vh;
	}
}
#sp-fixed-menu {
	bottom: 0.25rem;
	padding: 0 0.25rem;
}

.new-ico {
	display: block !important;
}
.old-ico {
	display: none;
}
#sp-fixed-menu li {
	padding: 0;
	margin: 0;
	outline: unset;
	outline-offset: unset;
	width: unset;
}
.new-ico a img {
	width: 100px;
}
.new-ico a {
	position: relative;
}
.new-ico a span {
	font-size: 0.75rem;
	font-weight: 800;
	line-height: 1.2;
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	top: 2.25rem;
	bottom: 0;
	left: 0.1rem;
	right: 0;
	align-content: center;
	justify-content: center;
}

@keyframes pyokon {
	0% {
		transform: translateY(0);
	}
	5% {
		transform: translateY(-1rem);
	}
	10% {
		transform: translateY(0);
	}
	15% {
		transform: translateY(-1rem);
	}
	20% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes pyokon2 {
	0% {
		transform: translateY(0);
	}
	70% {
		transform: translateY(0);
	}
	75% {
		transform: translateY(-1rem);
	}
	80% {
		transform: translateY(0);
	}
	85% {
		transform: translateY(-1rem);
	}
	90% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(0);
	}
}
.k-bounce {
	animation: pyokon 8s ease-in-out infinite;
	animation-delay: 2s !important;
	animation-duration: 2s !important;
}
.k-bounce2 {
	animation: pyokon2 8s ease-in-out infinite;
	animation-delay: 2s !important;
	animation-duration: 2s !important;
}
#sp-fixed-menu ul {
	justify-content: space-between;
	padding: 0 0.25rem 0.5rem;
}
#sp-fixed-menu li a {
	color: #fff;
	text-align: center;
	display: block;
	width: 100%;
	padding: 0;
}
.ico-left {
	width: 85px !important;
}
.ico-left span {
	color: #1a1a1a !important;
	rotate: -18deg;
	top: 0.25rem !important;
}
.ico-right {
	padding-top: 0.5rem !important;
}
.bg_white {
	background: none;
	background-color: none;
	background-image: none;
}

#mainvisual {
	background-color: #1a1a1a;
	overflow: hidden;
}

.slider {
	position: relative;
	width: 100%;
	height: 100vh;
}

.slide {
	position: absolute;
	top: 0;
	height: 100vh;
	width: 1920px;
	background-size: cover;
	background-position: center;
	opacity: 0;
	visibility: hidden;
	z-index: 0;
	transition: opacity 1.5s ease-in-out;
}

.slide.active {
	opacity: 1;
	visibility: visible;
	z-index: 2;
}
.catch_logo {
	z-index: 10;
}
.top_wrap {
	padding-top: 2rem;
}
#text {
	filter: drop-shadow(2px 2px 0px black) drop-shadow(-2px -2px 0px black) drop-shadow(0px 0px 2px black);
}
@media screen and (max-width: 640px) {
	.info-container {
		position: relative;
		padding: 6.5rem 1.75rem 5rem;
	}
	.info-container .m-btn {
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		background: #1a1a1a;
		top: 0;
		left: 0;
		margin: 0;
		padding: 0;
		width: 100%;
		border-top: none;
		border-left: none;
		border-bottom: none;
		border-right: 6px solid;
		padding: 0.25rem;
	}

	.info-container .m-btn .m-btn-wrap {
		border: none;
	}
	.info-container .m-btn span,
	.info-container .m-btn a {
		color: #fff;
		font-size: 1rem;
		letter-spacing: 1px;
	}
	.info-container .m-btn span {
		text-decoration: underline;
		margin-left: 1.25rem;
	}
}
@media screen and (min-width: 640px) {
	main::before {
		background-size: cover;
	}
	.info-container {
		width: 1100px;
		background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/k-piano.jpg);
		background-size: 75%;
		background-repeat: no-repeat;
		background-position: right -10% center;
		display: flex;
		margin: 8rem auto;
		position: relative;
	}
	.info-container .m-btn {
		position: absolute;
		right: 4.5%;
		display: flex;
		width: 36%;
		height: 5rem;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		background: rgba(0, 0, 0, 0.65);
		margin-top: 7rem;
	}
	.info-container .m-btn .m-btn-wrap {
		border: none;
	}
	.info-container .m-btn span,
	.info-container .m-btn a {
		color: #fff;
	}
	.top_news_ttl {
		text-align: center;
	}
	nav ul li {
		font-size: 1.2vw !important;
	}
	.top_wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		position: relative;
		width: 100%;
		max-width: 1100px;
		margin: 4rem auto;
	}
	.top_wrap .top_inner_l {
		width: 85%;
	}
	.bg_main .top_inner_r {
		width: 55%;
		position: absolute;
		left: 0;
		background: rgba(255, 255, 255, 0.8);
	}
	.top_wrap .top_txt p {
		line-height: 1.5;
		font-size: 0.8rem;
	}
	.catch-copy {
		justify-content: flex-end;
		padding: 12%;
	}
	.top_wrap .top_title {
		font-size: 2.25rem;
	}
	.top_wrap .top_title .small {
		font-size: 1.5rem;
	}
	#recommend {
	}
	#recommend .menu_wrap {
		max-width: 850px;
		margin: 2rem auto 3rem;
	}
	section#recommend {
		padding: 4.25rem 1rem 5rem;
	}
	.m-btn-flex {
		display: flex;
		justify-content: space-between;
		width: 100%;
		max-width: 850px;
		margin: 0 auto;
	}
	.m-btn {
		width: 48%;
	}
	section#live_d {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		display: flex;
	}
	.container2 {
		padding: 4rem 0;
		margin: unset;
	}
	.menu_wrap {
		display: block;
		margin-top: 1rem;
	}
	.menu_wrap .menu_txt {
		padding: 3rem 2rem;
	}
	.menu_wrap .menu_inner_r {
		width: unset;
	}
	.top_news {
		display: block;
		width: 55%;
		background: rgba(255, 255, 255, 0.9);
		padding: 2rem 1rem;
		position: relative;
		z-index: 10;
		/* margin: 0 auto 0; */
		padding: 3rem 4rem 4rem;
	}
	.top_news .top_news_ttl,
	.top_news .news_list_wrap {
		width: unset;
	}
	.access_wrap {
		flex-direction: row-reverse;
		max-width: 1100px;
		margin: 3rem auto 6rem;
	}
	.h_ttl.access_title {
		padding-top: 0;
	}
	.top_insta {
		margin-top: 1rem;
		width: 800px;
		margin: 3rem auto 0;
	}
	.h2ttl {
		margin-bottom: 1.5rem;
		font-size: 1.5rem;
	}
	footer {
		background-size: cover !important;
		background-color: #000;
	}
	.f_logo {
		width: 280px;
		margin-bottom: 15rem;
	}
}
#sp-fixed-menu {
	z-index: 2;
}
.gtranslate_wrapper {
	background: #fff;
	position: absolute;
	top: -3rem;
	left: 0;
	right: 0;
}
.h_ttl.access_title {
	text-align: center;
}
#wpfront-scroll-top-container {
	display: none;
}

.undercontents {
	padding-bottom: 35%;
}
@media screen and (min-width: 640px) {
	.undercontents {
		padding-bottom: 20%;
	}
}
