@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* =============================================
   /bbq, /cafe, /bar: パンくず・ページタイトル非表示 ＋ トップ風レイアウト
   ============================================= */

.page-slug-bbq .c-pageTitle,
.page-slug-cafe .c-pageTitle,
.page-slug-bar .c-pageTitle,
.page-slug-bbq .p-breadcrumb,
.page-slug-cafe .p-breadcrumb,
.page-slug-bar .p-breadcrumb {
	display: none !important;
}

#body_wrap.page-slug-bbq,
#body_wrap.page-slug-cafe,
#body_wrap.page-slug-bar {
	padding-top: 0 !important;
}

/* PCのみ: ヘッダーを絶対配置して透過（SPは追従ヘッダーを維持） */
@media (min-width: 960px) {
	.page-slug-bbq #header,
	.page-slug-cafe #header,
	.page-slug-bar #header,
	.page-slug-bbq .l-header,
	.page-slug-cafe .l-header,
	.page-slug-bar .l-header {
		position: absolute !important;
		top: 0;
		left: 0;
		width: 100%;
		background: none !important;
		background-color: transparent !important;
		box-shadow: none !important;
		z-index: 100;
	}
}

/* SPのみ: frontページ同様の追従ヘッダー */
@media (max-width: 959px) {
	#body_wrap.page-slug-bbq .l-header,
	#body_wrap.page-slug-cafe .l-header,
	#body_wrap.page-slug-bar .l-header,
	#body_wrap.page-slug-bbq #header,
	#body_wrap.page-slug-cafe #header,
	#body_wrap.page-slug-bar #header {
		position: fixed !important;
		top: 0;
		left: 0;
		width: 100%;
		transition: all .5s;
	}
	/* 透過・色はJSで制御 */
}

.page-slug-bbq .l-mainContent,
.page-slug-cafe .l-mainContent,
.page-slug-bar .l-mainContent {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.page-slug-bbq .l-content,
.page-slug-cafe .l-content,
.page-slug-bar .l-content {
	padding-top: 0 !important;
}

.page-slug-bbq .l-mainContent__inner,
.page-slug-cafe .l-mainContent__inner,
.page-slug-bar .l-mainContent__inner {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.page-slug-bbq .l-mainContent__inner > .post_content,
.page-slug-cafe .l-mainContent__inner > .post_content,
.page-slug-bar .l-mainContent__inner > .post_content {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.page-slug-bbq .post_content > *:first-child,
.page-slug-cafe .post_content > *:first-child,
.page-slug-bar .post_content > *:first-child {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.page-slug-bbq #top_title_area,
.page-slug-cafe #top_title_area,
.page-slug-bar #top_title_area,
.page-slug-bbq .l-topTitleArea,
.page-slug-cafe .l-topTitleArea,
.page-slug-bar .l-topTitleArea {
	display: none !important;
}

/* =============================================
   ヘッダー背景透過（フロントページ）
   ============================================= */

/* ヘッダーをMVの上に絶対配置して透過 */
.home #body_wrap,
.front-page #body_wrap {
	padding-top: 0 !important;
}

/* PCのみ: 絶対配置（SPはSWELLのtop-header--spfix.cssがfixedで追従） */
@media (min-width: 960px) {
	.home #header,
	.front-page #header,
	.home .l-header,
	.front-page .l-header {
		position: absolute !important;
		top: 0;
		left: 0;
		width: 100%;
		background: none !important;
		background-color: transparent !important;
		box-shadow: none !important;
		z-index: 100;
	}
}

/* SPのみ: 追従中も常に透過 */
@media (max-width: 959px) {
	.home #header,
	.front-page #header,
	.home .l-header,
	.front-page .l-header {
		background: transparent !important;
		background-color: transparent !important;
		box-shadow: none !important;
	}
}

/* =============================================
   サイト全体: 英数字フォント
   ============================================= */

body {
	font-family: 'Urbanist', 'M PLUS 2', sans-serif;
}

/* =============================================
   カスタムMV (メインビジュアル)
   ============================================= */

.custom-mv {
	position: relative;
	width: 100%;
	min-height: 165vh;
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-bottom: -10vh;
}

/* --- SP専用: 下部いびつ円 --- */

.cmv-circle--5 {
	display: none;
	position: absolute;
	pointer-events: none;
	z-index: 0;
	width: 200px;
	height: 200px;
	background: #5ab599;
	bottom: 30px;
	left: 52%;
	border-radius: 47% 53% 55% 45% / 48% 55% 45% 52%;
	animation: cmvBlobBg 22s ease-in-out infinite;
	animation-delay: -10s;
}

/* --- インナーレイアウト --- */

.cmv-inner {
	position: relative;
	z-index: 10;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 60px;
	min-height: 180vh;
}

/* --- 画像 --- */

.cmv-img {
	position: absolute;
	z-index: 1;
}

/* 画像背後のいびつな緑円 */
.cmv-img::before {
	content: '';
	position: absolute;
	width: 115%;
	height: 115%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #5ab599;
	border-radius: 55% 45% 42% 58% / 54% 42% 58% 46%;
	animation: cmvBlobBg 20s ease-in-out infinite;
}

.cmv-img--bl::before {
	animation-delay: -8s;
}

/* 左下画像の左上に追加するいびつ円（PC専用） */
.cmv-img--bl::after {
	content: '';
	position: absolute;
	width: 85%;
	height: 85%;
	top: -30%;
	left: -25%;
	background: #5ab599;
	border-radius: 52% 48% 44% 56% / 46% 54% 48% 52%;
	animation: cmvBlobBg 17s ease-in-out infinite;
	animation-delay: -5s;
	z-index: -1;
}

@keyframes cmvBlobBg {
	0%,  100% { border-radius: 55% 45% 42% 58% / 54% 42% 58% 46%; }
	25%        { border-radius: 47% 53% 55% 45% / 48% 55% 45% 52%; }
	50%        { border-radius: 43% 57% 50% 50% / 55% 47% 53% 45%; }
	75%        { border-radius: 52% 48% 44% 56% / 46% 54% 48% 52%; }
}

/* 画像本体は真円 */
.cmv-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	position: relative; /* ::before より前面に */
}

/* 右上 */
.cmv-img--tr {
	width: 1000px;
	height: 1000px;
	top: -100px;
	right: -12%;
}

/* 左下 */
.cmv-img--bl {
	width: 630px;
	height: 630px;
	bottom: auto;
	top: 420px;
	left: 2%;
}

/* --- テキストエリア --- */

.cmv-text {
	position: absolute;
	top: 110px;
	left: 60px;
	max-width: 460px;
}

.cmv-headline {
	font-size: 6.5rem;
	font-weight: 800;
	line-height: 1.05;
	color: #353535;
	margin-bottom: 0;
	letter-spacing: -0.01em;
	font-family: 'Urbanist', sans-serif;
}


/* SP改行用: PCでは非表示 */
.cmv-headline__break {
	display: inline;
}

/* --- サブヘッドライン (h2) --- */

.cmv-subheadline {
	position: absolute;
	top: 1160px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 600;
	color: #353535;
	margin: 0;
}

.cmv-subheadline--lg {
	font-size: 2.8rem;
}

.cmv-accent {
	color: #5ab599;
}

@media (max-width: 959px) {
	.cmv-accent {
		color: #a8e2d2;
	}
}

/* --- ボディテキスト --- */

.cmv-body-text {
	position: absolute;
	top: 1230px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.9;
	color: #353535;
	margin: 0;
	white-space: nowrap;
}

/* SP改行: PCでは非表示 */
.cmv-sp-br {
	display: none;
}


/* --- レスポンシブ (SP) --- */

@media (max-width: 768px) {
	.custom-mv {
		min-height: auto;
	}

	.cmv-inner {
		min-height: 740px;
		padding: 100px 20px 60px;
	}

	.cmv-text {
		top: 90px;
		left: 20px;
		text-align: left;
	}

	.cmv-headline {
		font-size: 4.2rem;
	}

	.cmv-subheadline {
		top: 560px;
		font-size: 1.3rem;
	}

	.cmv-subheadline--lg {
		font-size: 1.7rem;
	}

	/* ボディテキスト: 左下画像のちょい下に配置 */
	.cmv-body-text {
		top: 620px;
		left: 0;
		right: 0;
		max-width: none;
		font-size: 1.1rem;
		text-align: center;
	}

	/* SP改行を表示 */
	.cmv-sp-br {
		display: block;
	}

	.cmv-headline__break {
		display: block;
	}

	.cmv-img--tr {
		width: 320px;
		height: 320px;
		top: 16px;
		right: -35px;
	}

	/* 右上画像の背後いびつ円: 少し左上にオフセット */
	.cmv-img--tr::before {
		top: 43%;
		left: 43%;
	}

	.cmv-img--bl {
		width: 220px;
		height: 220px;
		bottom: auto;
		top: 300px;
		left: -20px;
	}

	.cmv-headline {
		font-size: 3.8rem;
	}

	.cmv-circle--5 {
		display: block;
		bottom: auto;
		top: 420px;
		left: 44%;
	}

	.cmv-img--bl::after {
		content: none;
	}
}

/* =============================================
   追従ヘッダー: シャドー削除（PC）
   ============================================= */

@media (min-width: 960px) {
	.-body-solid .l-fixHeader {
		box-shadow: none;
	}
}

/* =============================================
   グローバルナビ: グラスモーフィズム（PC）
   ============================================= */

@media (min-width: 960px) {
	.c-gnavWrap {
		background: rgba(255, 255, 255, 0.25);
		backdrop-filter: blur(12px);
		-webkit-backdrop-filter: blur(12px);
		border-radius: 50px;
		box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
		padding: 16px 8px;
		margin-top: 12px;
		height: auto;
		align-self: center;
	}
}

/* =============================================
   before_footer_widget: 横幅いっぱい・隙間なし
   ============================================= */

#before_footer_widget {
	margin-bottom: 0;
	padding-bottom: 0;
}

#before_footer_widget .wp-block-group__inner-container.is-layout-constrained {
	max-width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

#before_footer_widget .wp-block-group__inner-container.is-layout-constrained > * {
	margin-bottom: 0 !important;
}

#before_footer_widget iframe {
	display: block;
	margin-bottom: 0 !important;
}

#before_footer_widget .alignfull > .wp-block-cover__inner-container > *,
#before_footer_widget .alignfull > .wp-block-group__inner-container > *,
#before_footer_widget .swell-block-fullWide__inner > * {
	margin-bottom: 0 !important;
}

/* =============================================
   フッター背景動画
   ============================================= */

#footer {
	position: relative;
	overflow: hidden;
}

#footer > *:not(.footer-video-bg) {
	position: relative;
	z-index: 1;
}

.footer-video-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
}

.footer-video-bg video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.footer-video-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
}

/* =============================================
   アイテムカルーセル
   ============================================= */

.item-carousel {
	overflow: hidden;
	padding: 48px 0;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.item-carousel__track {
	display: flex;
	align-items: center;
	gap: 32px;
	will-change: transform;
}

.item-carousel__item {
	flex-shrink: 0;
	text-align: center;
	transition: transform 0.5s ease, opacity 0.5s ease;
}

.item-carousel__item.is-center {
	transform: scale(1);
	opacity: 1;
}

.item-carousel__item.is-prev,
.item-carousel__item.is-next {
	transform: scale(0.82);
	opacity: 0.55;
}

.item-carousel__item.is-hidden {
	visibility: hidden;
	pointer-events: none;
}

.item-carousel__img-wrap {
	position: relative;
	margin-bottom: 20px;
}

.item-carousel__item img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	display: block;
	position: relative;
	z-index: 1;
}

.item-carousel__ellipse {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	height: 55%;
	background: var(--color_main, #5ab599);
	border-radius: 58% 42% 52% 48% / 44% 56% 44% 56%;
	opacity: 0.85;
	z-index: 0;
	animation: carouselBlob 8s ease-in-out infinite;
}

@keyframes carouselBlob {
	0%,  100% { border-radius: 58% 42% 52% 48% / 44% 56% 44% 56%; }
	33%        { border-radius: 44% 56% 42% 58% / 56% 44% 58% 42%; }
	66%        { border-radius: 52% 48% 58% 42% / 48% 52% 44% 56%; }
}

.item-carousel__line {
	display: none;
}

.item-carousel__small {
	font-size: 1.2em;
	margin: 0 0 2px;
	color: var(--color_main, #5ab599);
}

.item-carousel__large {
	font-size: 1.1em;
	font-weight: 500;
	margin: 0;
	color: #282828;
}

@media (max-width: 959px) {
	.item-carousel {
		overflow: hidden;
	}

	.item-carousel__track {
		gap: 16px;
	}

	.item-carousel__small {
		font-size: 0.78em;
	}

	.item-carousel__large {
		font-size: 0.92em;
	}
}

/* =============================================
   写真マーキー
   ============================================= */

.photo-marquee {
	overflow: hidden;
	width: 100%;
}

.photo-marquee__track {
	display: flex;
	gap: 32px;
	width: max-content;
	animation: photoMarquee 24s linear infinite;
}

.photo-marquee__item {
	width: 300px;
	height: 200px;
	flex-shrink: 0;
}

.photo-marquee__item img {
	width: 100%;
	height: 100%;
	border-radius: 24px;
	object-fit: cover;
	display: block;
}

@keyframes photoMarquee {
	0%   { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}

/* =============================================
   Googleカレンダー埋め込み
   ============================================= */

.google-calendar-wrap {
	position: relative;
	padding: 8px;
	background: rgba(255, 255, 255, 0.55);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border-radius: 24px;
	box-shadow:
		0 8px 40px rgba(90, 181, 153, 0.18),
		0 2px 12px rgba(0, 0, 0, 0.07);
	border: 1.5px solid rgba(90, 181, 153, 0.25);
	overflow: hidden;
	transition: box-shadow 0.3s ease;
}

/* blob デコレーション（左上・右下） */
.google-calendar-wrap::before,
.google-calendar-wrap::after {
	content: '';
	position: absolute;
	background: #5ab599;
	opacity: 0.12;
	pointer-events: none;
	animation: gcalBlob 18s ease-in-out infinite;
	z-index: 0;
}

.google-calendar-wrap::before {
	width: 260px;
	height: 260px;
	top: -80px;
	left: -80px;
	border-radius: 55% 45% 42% 58% / 54% 42% 58% 46%;
}

.google-calendar-wrap::after {
	width: 200px;
	height: 200px;
	bottom: -60px;
	right: -60px;
	border-radius: 47% 53% 55% 45% / 48% 55% 45% 52%;
	animation-delay: -9s;
}

@keyframes gcalBlob {
	0%,  100% { border-radius: 55% 45% 42% 58% / 54% 42% 58% 46%; }
	25%        { border-radius: 47% 53% 55% 45% / 48% 55% 45% 52%; }
	50%        { border-radius: 43% 57% 50% 50% / 55% 47% 53% 45%; }
	75%        { border-radius: 52% 48% 44% 56% / 46% 54% 48% 52%; }
}

/* iframeをblobより前面に */
.google-calendar-wrap iframe {
	position: relative;
	z-index: 1;
	display: block;
	width: 100% !important;
	border-radius: 16px;
}

/* SP */
@media (max-width: 768px) {
	.google-calendar-wrap {
		padding: 6px;
		border-radius: 18px;
	}

	.google-calendar-wrap::before {
		width: 140px;
		height: 140px;
		top: -40px;
		left: -40px;
	}

	.google-calendar-wrap::after {
		width: 120px;
		height: 120px;
		bottom: -40px;
		right: -40px;
	}

	.google-calendar-wrap iframe {
		border-radius: 12px;
	}
}

/* =============================================
   FullCalendar イベントカレンダー
   ============================================= */

/* ラッパー（google-calendar-wrap と同じグラスモーフィズム） */
.event-calendar-wrap {
	position: relative;
}

/* =============================================
   ツールバー: グラスモーフィズムデザイン
   ============================================= */

.event-calendar-wrap .fc-header-toolbar {
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 16px;
	padding: 12px 16px !important;
	margin-bottom: 12px !important;
	align-items: center;
}

/* SWELLのh2スタイルをリセット */
.event-calendar-wrap .fc-toolbar-title {
	font-family: 'Urbanist', 'M PLUS 2', sans-serif !important;
	font-size: 1.3rem !important;
	font-weight: 700 !important;
	color: #ffffff !important;
	letter-spacing: 0.02em !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	background: none !important;
	box-shadow: none !important;
	line-height: 1.2 !important;
}

/* SWELLがh2に追加するbefore/afterを消す */
.event-calendar-wrap .fc-toolbar-title::before,
.event-calendar-wrap .fc-toolbar-title::after {
	display: none !important;
	content: none !important;
}

/* カレンダーグリッドにブラー背景を適用 */
.event-calendar-wrap .fc-view-harness {
	background: rgba(255, 255, 255, 0.25);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	border-radius: 16px;
	overflow: hidden;
	box-shadow:
		0 8px 40px rgba(0, 0, 0, 0.10),
		0 2px 12px rgba(0, 0, 0, 0.06);
	border: none !important;
}

.event-calendar-wrap .fc .fc-scrollgrid {
	border: none !important;
}

.event-calendar-wrap .fc .fc-scrollgrid td:last-child,
.event-calendar-wrap .fc .fc-scrollgrid th:last-child {
	border-right: none !important;
}

.event-calendar-wrap .fc .fc-scrollgrid-section-body td,
.event-calendar-wrap .fc .fc-scrollgrid-section-footer td {
	border-bottom: none !important;
}

#event-calendar {
	position: relative;
	z-index: 1;
}

/* --- FullCalendar 本体オーバーライド --- */

/* フォント共通 */
.event-calendar-wrap .fc {
	font-family: 'Urbanist', 'M PLUS 2', sans-serif;
	color: #353535;
}

/* ツールバー: 月タイトル */
.event-calendar-wrap .fc-toolbar-title {
	font-size: 1.5rem;
	font-weight: 800;
	color: #353535;
	letter-spacing: -0.01em;
}

/* ツールバー: ボタン */
.event-calendar-wrap .fc-button,
.event-calendar-wrap .fc-button-primary {
	background: #353535 !important;
	border-color: #353535 !important;
	border-radius: 50px !important;
	padding: 6px 18px !important;
	font-family: 'Urbanist', sans-serif !important;
	font-weight: 600 !important;
	font-size: 0.85rem !important;
	box-shadow: none !important;
	transition: background 0.2s, border-color 0.2s;
}

.event-calendar-wrap .fc-button:hover,
.event-calendar-wrap .fc-button-primary:hover {
	background: #111111 !important;
	border-color: #111111 !important;
}

.event-calendar-wrap .fc-button:disabled,
.event-calendar-wrap .fc-button-primary:disabled {
	background: rgba(53, 53, 53, 0.30) !important;
	border-color: rgba(53, 53, 53, 0.30) !important;
}

/* 曜日ヘッダー行の背景・枠線 */
.event-calendar-wrap .fc .fc-col-header-cell {
	background: transparent !important;
	border-color: rgba(255, 255, 255, 0.6) !important;
}

.event-calendar-wrap .fc .fc-scrollgrid-section-header th {
	background: transparent !important;
	border-color: rgba(255, 255, 255, 0.6) !important;
}

/* 曜日ヘッダー */
.event-calendar-wrap .fc-col-header-cell-cushion {
	font-family: 'Urbanist', sans-serif;
	font-weight: 700;
	font-size: 0.85rem;
	letter-spacing: 0.04em;
	color: #ffffff !important;
	text-decoration: none !important;
}

.event-calendar-wrap .fc-col-header-en {
	font-size: 0.72rem;
	font-weight: 500;
	opacity: 0.75;
	margin-left: 2px;
}

/* 日付セルの枠 */
.event-calendar-wrap .fc .fc-daygrid-day-frame {
	padding: 0 !important;
	min-height: 0 !important;
}

@media (min-width: 769px) {
	/* セルの縦幅を1.2倍 */
	.event-calendar-wrap .fc .fc-daygrid-day-frame {
		min-height: 102px !important;
	}

	/* 土日セルに白い細い斜線 */
	.event-calendar-wrap .fc-day-sat,
	.event-calendar-wrap .fc-day-sun {
		background-image: linear-gradient(
			to bottom right,
			transparent calc(50% - 0.5px),
			rgba(255, 255, 255, 0.65) calc(50% - 0.5px),
			rgba(255, 255, 255, 0.65) calc(50% + 0.5px),
			transparent calc(50% + 0.5px)
		) !important;
	}

	/* ツールバー全体の背景を外す */
	.event-calendar-wrap .fc-header-toolbar {
		background: none !important;
		backdrop-filter: none !important;
		-webkit-backdrop-filter: none !important;
		border: none !important;
		box-shadow: none !important;
	}

	/* prev / next ボタンをグラスモーフィズムに */
	.event-calendar-wrap .fc-prev-button,
	.event-calendar-wrap .fc-next-button {
		background: rgba(255, 255, 255, 0.18) !important;
		backdrop-filter: blur(12px) !important;
		-webkit-backdrop-filter: blur(12px) !important;
		border: none !important;
		border-radius: 50% !important;
		width: 36px !important;
		height: 36px !important;
		padding: 0 !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		color: #fff !important;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12) !important;
	}

	.event-calendar-wrap .fc-prev-button:hover,
	.event-calendar-wrap .fc-next-button:hover {
		background: rgba(255, 255, 255, 0.30) !important;
	}

	/* イベントを2行表示（時刻→改行→タイトル） */
	.event-calendar-wrap .fc-event-inner {
		flex-direction: column !important;
		align-items: flex-start !important;
		gap: 1px !important;
	}
}

/* 日付番号エリア */
.event-calendar-wrap .fc .fc-daygrid-day-top {
	padding: 0 !important;
}

/* イベント一覧エリア */
.event-calendar-wrap .fc .fc-daygrid-day-events {
	margin: 0 !important;
	padding: 0 !important;
}

/* イベントの間隔 */
.event-calendar-wrap .fc .fc-daygrid-event-harness {
	margin-top: 1px !important;
}

/* 日付セル */
.event-calendar-wrap .fc .fc-daygrid-day-number {
	font-family: 'Urbanist', sans-serif;
	font-weight: 600;
	color: #000;
	text-decoration: none;
	padding: 1px 3px !important;
}

/* 今日 */
.event-calendar-wrap .fc-daygrid-day.fc-day-today {
	background: rgba(0, 0, 0, 0.04) !important;
}

.event-calendar-wrap .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
	background: #353535;
	color: #fff;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 4px;
}

/* テーブル枠線 */
.event-calendar-wrap .fc td,
.event-calendar-wrap .fc th {
	border-color: rgba(255, 255, 255, 0.6);
}

/* イベント */
.event-calendar-wrap .fc-event {
	border-radius: 4px !important;
	font-family: 'Urbanist', 'M PLUS 2', sans-serif !important;
	font-size: 0.78rem !important;
	font-weight: 600 !important;
	padding: 0 3px !important;
	border: none !important;
	cursor: default;
}

.event-calendar-wrap .fc-event-title {
	font-weight: 600;
}

/* イベントタイトルのサブテキスト（*以降を小さく） */
.fc-event-sub-text {
	font-size: 0.75em;
	opacity: 0.85;
}

/* イベント内レイアウト: 時刻 + タイトル */
.event-calendar-wrap .fc-event-inner {
	display: flex;
	align-items: center;
	gap: 4px;
	overflow: hidden;
	white-space: nowrap;
}

.event-calendar-wrap .fc-event-time-custom {
	flex-shrink: 0;
	font-size: 0.72rem;
	font-weight: 700;
	opacity: 0.9;
	letter-spacing: 0.01em;
}

.event-calendar-wrap .fc-event-title-custom {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 凡例エリア */
.event-calendar-legend {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.event-calendar-legend__item {
	display: flex;
	align-items: center;
	gap: 6px;
	font-family: 'Urbanist', 'M PLUS 2', sans-serif;
	font-size: 0.8rem;
	font-weight: 600;
	color: #353535;
}

.event-calendar-legend__dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	flex-shrink: 0;
}

/* リストビュー（スマホ用縦スクロール） */

/* FCデフォルトの日付ヘッダー行・ドット・時刻カラムを非表示 */
.event-calendar-wrap .fc-list-day {
	display: none !important;
}
.event-calendar-wrap .fc-list-event .fc-list-event-graphic,
.event-calendar-wrap .fc-list-event .fc-list-event-time {
	display: none !important;
}

/* タイトルセルを全幅に */
.event-calendar-wrap .fc-list-event .fc-list-event-title {
	padding: 0 !important;
	width: 100% !important;
}

/* イベント行のtdの余白・枠をリセット */
.event-calendar-wrap .fc-list-event td {
	padding: 0 !important;
	border: none !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.45) !important;
	background: transparent !important;
}

.event-calendar-wrap .fc-list-event:hover td {
	background: rgba(255, 255, 255, 0.12) !important;
}

/* テーブル全体 */
.event-calendar-wrap .fc-list {
	border: none !important;
	background: transparent !important;
}

/* 予定なし */
.event-calendar-wrap .fc-list-empty {
	background: transparent !important;
}
.event-calendar-wrap .fc-list-empty-cushion {
	font-family: 'Urbanist', 'M PLUS 2', sans-serif;
	color: #353535;
}

/* カスタム行レイアウト: "15 金  ｜  18:00-20:00 貸切" */
.fc-list-custom-row {
	display: flex;
	align-items: center;
	padding: 15px 14px;
	font-family: 'Urbanist', 'M PLUS 2', sans-serif;
	gap: 0;
}

/* 土日: 右端の「店休」ラベル */
.fc-list-custom-kyuuka {
	margin-left: auto;
	padding-left: 10px;
	font-size: 0.8rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.7);
	flex-shrink: 0;
	white-space: nowrap;
}

.fc-list-custom-date {
	font-size: 1rem;
	font-weight: 700;
	color: #000;
	min-width: 46px;
	white-space: nowrap;
	flex-shrink: 0;
}

.fc-list-custom-sep {
	color: rgba(0, 0, 0, 0.25);
	padding: 0 10px;
	font-weight: 300;
	font-size: 1rem;
	flex-shrink: 0;
}

.fc-list-custom-event {
	font-size: 0.95rem;
	font-weight: 600;
	color: #353535;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* SP */
@media (max-width: 768px) {
	.event-calendar-wrap {
		padding: 14px 10px;
		border-radius: 18px;
	}

	/* ブラー背景を fc-view-harness から剥がして fc-list に移す */
	.event-calendar-wrap .fc-view-harness {
		background: none !important;
		backdrop-filter: none !important;
		-webkit-backdrop-filter: none !important;
		box-shadow: none !important;
		border-radius: 0 !important;
	}

	/* passive ハーネスの余分な高さをリセット */
	.event-calendar-wrap .fc-view-harness-passive {
		height: auto !important;
		min-height: 0 !important;
	}

	.event-calendar-wrap .fc-list {
		background: rgba(255, 255, 255, 0.25) !important;
		backdrop-filter: blur(6px) !important;
		-webkit-backdrop-filter: blur(6px) !important;
		border-radius: 16px !important;
		box-shadow:
			0 8px 40px rgba(0, 0, 0, 0.10),
			0 2px 12px rgba(0, 0, 0, 0.06) !important;
	}

	/* ツールバー全体の背景を外す */
	.event-calendar-wrap .fc-header-toolbar {
		background: none !important;
		backdrop-filter: none !important;
		-webkit-backdrop-filter: none !important;
		border: none !important;
		box-shadow: none !important;
	}

	/* prev / next ボタン自体をグラスモーフィズムに */
	.event-calendar-wrap .fc-prev-button,
	.event-calendar-wrap .fc-next-button {
		background: rgba(255, 255, 255, 0.18) !important;
		backdrop-filter: blur(12px) !important;
		-webkit-backdrop-filter: blur(12px) !important;
		border: none !important;
		border-radius: 50% !important;
		width: 36px !important;
		height: 36px !important;
		padding: 0 !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		color: #fff !important;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12) !important;
	}

	.event-calendar-wrap .fc-prev-button:hover,
	.event-calendar-wrap .fc-next-button:hover {
		background: rgba(255, 255, 255, 0.30) !important;
	}

	/* 「今日」ボタンを非表示 */
	.event-calendar-wrap .fc-today-button {
		display: none !important;
	}

	.event-calendar-wrap .fc-toolbar-title {
		font-size: 1.1rem;
		font-weight: 600 !important;
	}

	.event-calendar-wrap .fc-button,
	.event-calendar-wrap .fc-button-primary {
		padding: 5px 12px !important;
		font-size: 0.75rem !important;
		font-weight: 500 !important;
	}

	.event-calendar-wrap .fc-event {
		font-size: 0.68rem !important;
		padding: 1px 4px !important;
	}

	.event-calendar-wrap .fc-daygrid-day-number {
		font-size: 0.75rem;
	}
}


/* =============================================
   SPメニュー：パネル背景・オーバーレイを透明に
   ============================================= */
#sp_menu .p-spMenu__inner,
#sp_menu .p-spMenu__inner::before {
	background: transparent !important;
	box-shadow: none !important;
}
#sp_menu .p-spMenu__overlay {
	display: none !important;
}

/* =============================================
   SPメニュー内ブログパーツ（グラスモーフィズム）
   ============================================= */
.sp-menu-blog-parts {
	margin: 16px 0 8px;
	padding: 16px 14px;
	background: rgba(180, 180, 180, 0.25);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.18);
}

/* =============================================
   フロートCTA（右下固定）
   ============================================= */

.float-cta {
	position: fixed;
	bottom: 32px;
	right: 12px;
	z-index: 200;
	width: 160px;
	height: 160px;
}

@media (min-width: 960px) {
	.float-cta {
		right: 52px;
	}
}

.float-cta__link {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	text-decoration: none;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
}

/* コンタクトパネル: 透明コンテナ（ボックスなし） */
.float-contact-panel {
	position: absolute;
	bottom: calc(100% - 50px);
	right: 0;
	width: 320px;
	max-height: 80vh;
	overflow-y: auto;
	background: none;
	border: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	opacity: 0;
	transform: translateY(12px);
	pointer-events: none;
	transition: opacity 0.28s ease, transform 0.28s ease;
}

.float-contact-panel.is-open {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

/* SP: 右端に合わせて幅を調整 */
@media (max-width: 480px) {
	.float-contact-panel {
		width: calc(100vw - 24px);
	}
}

/* 電話ボックス: グレーブラー */
.float-contact-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 16px;
	background: rgba(215, 215, 215, 0.55);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border: none;
	border-radius: 16px;
	text-decoration: none;
	transition: background 0.2s, box-shadow 0.2s;
	flex-shrink: 0;
}

.float-contact-item:hover {
	background: rgba(215, 215, 215, 0.72);
}

.float-contact-item__icon {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: rgba(90, 181, 153, 0.18);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: #5ab599;
}

.float-contact-item__body {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.float-contact-item__label {
	font-size: 0.68rem;
	font-weight: 500;
	color: rgba(53, 53, 53, 0.6);
	font-family: 'M PLUS 2', sans-serif;
	line-height: 1.3;
}

.float-contact-item__value {
	font-size: 1.5rem;
	font-weight: 700;
	color: #353535;
	font-family: 'Urbanist', 'M PLUS 2', sans-serif;
	letter-spacing: 0.03em;
}

/* フォームセクション: グレーブラー */
.float-contact-form {
	background: rgba(215, 215, 215, 0.55);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border: none;
	border-radius: 16px;
	padding: 16px 14px 12px;
}

.float-contact-form__heading {
	display: flex;
	align-items: center;
	gap: 6px;
	font-family: 'Urbanist', 'M PLUS 2', sans-serif;
	font-size: 0.8rem;
	font-weight: 700;
	color: rgba(53, 53, 53, 0.65);
	margin: 0 0 12px 0;
	letter-spacing: 0.04em;
}

/* パネル内テーブル行の余白を詰める */
.float-contact-form table.inquiry tr {
	margin-bottom: 12px !important;
}

/* ラベルサイズを詰める */
.float-contact-form table.inquiry th {
	font-size: 14px !important;
}

/* 入力フィールド: コンパクト */
.float-contact-form table.inquiry input[type="text"],
.float-contact-form table.inquiry input[type="email"],
.float-contact-form table.inquiry input[type="tel"],
.float-contact-form table.inquiry textarea {
	padding: 10px 12px !important;
	font-size: 14px !important;
	border-radius: 8px !important;
}

/* ラジオボタン: コンパクト */
.float-contact-form table.inquiry .wpcf7-radio .wpcf7-list-item label {
	padding: 6px 12px !important;
	font-size: 0.78rem !important;
}

/* 注釈テキスト */
.float-contact-form .wpcf7-form > span,
.float-contact-form p > span {
	font-size: 1.00rem !important;
}

.float-cta__img-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 96px;
	height: 96px;
	transform: translate(-50%, -50%);
	animation: floatCtaSpinCW 12s linear infinite;
}

.float-cta__img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.float-cta__svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	animation: floatCtaSpinCCW 20s linear infinite;
}

.float-cta__text {
	font-family: 'Urbanist', 'M PLUS 2', sans-serif;
	fill: #282828;
	letter-spacing: 0.08em;
}

@keyframes floatCtaSpinCW {
	from { transform: translate(-50%, -50%) rotate(0deg); }
	to   { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes floatCtaSpinCCW {
	from { transform: rotate(0deg); }
	to   { transform: rotate(-360deg); }
}

h2#access,
h2#access strong {
	font-weight: 600 !important;
}

/* =============================================
   お問い合わせフォーム (Contact Form 7)
   ============================================= */

/* テーブルをブロックレイアウトに変換 */
table.inquiry {
	width: 100%;
	border-collapse: collapse;
	display: block;
}

table.inquiry tbody {
	display: block;
}

table.inquiry tr {
	display: block;
	margin-bottom: 22px;
}

table.inquiry th {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 0 0 8px 0;
	border: none;
	background: none;
	font-family: 'Urbanist', 'M PLUS 2', sans-serif;
	font-size: 0.95rem;
	font-weight: 600;
	color: #353535;
	text-align: left;
	width: auto;
}

table.inquiry td {
	display: block;
	padding: 0;
	border: none;
	background: #00000000;
}

/* 必須・任意バッジ */
.haveto {
	display: inline-flex;
	align-items: center;
	font-size: 0.85rem;
	font-weight: 600;
	padding: 2px 8px;
	margin-right: 8px;
	border-radius: 4px;
	background: #5ab599;
	color: #fff;
	letter-spacing: 0.04em;
	flex-shrink: 0;
}

.any {
	display: inline-flex;
	align-items: center;
	font-size: 0.85rem;
	font-weight: 600;
	padding: 2px 8px;
	margin-right: 8px;
	border-radius: 4px;
	background: rgba(53, 53, 53, 0.12);
	color: #353535;
	letter-spacing: 0.04em;
	flex-shrink: 0;
}

/* テキスト・メール・電話 入力フィールド */
table.inquiry input[type="text"],
table.inquiry input[type="email"],
table.inquiry input[type="tel"] {
	width: 100%;
	padding: 13px 16px;
	background: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border: 1.5px solid rgba(90, 181, 153, 0.25);
	border-radius: 12px;
	color: #353535;
	font-family: 'Urbanist', 'M PLUS 2', sans-serif;
	font-size: 0.95rem;
	box-sizing: border-box;
	transition: border-color 0.25s, background 0.25s, box-shadow 0.25s;
	outline: none;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

table.inquiry input[type="text"]::placeholder,
table.inquiry input[type="email"]::placeholder,
table.inquiry input[type="tel"]::placeholder {
	color: rgba(53, 53, 53, 0.35);
}

table.inquiry input[type="text"]:focus,
table.inquiry input[type="email"]:focus,
table.inquiry input[type="tel"]:focus {
	border-color: #5ab599;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 0 0 3px rgba(90, 181, 153, 0.15), 0 2px 10px rgba(0, 0, 0, 0.06);
}

/* テキストエリア */
table.inquiry textarea {
	width: 100%;
	padding: 13px 16px;
	background: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border: 1.5px solid rgba(90, 181, 153, 0.25);
	border-radius: 12px;
	color: #353535;
	font-family: 'Urbanist', 'M PLUS 2', sans-serif;
	font-size: 0.95rem;
	box-sizing: border-box;
	min-height: 0;
	resize: none;
	transition: border-color 0.25s, background 0.25s, box-shadow 0.25s;
	outline: none;
	line-height: 1.7;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

table.inquiry textarea::placeholder {
	color: rgba(53, 53, 53, 0.35);
}

table.inquiry textarea:focus {
	border-color: #5ab599;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 0 0 3px rgba(90, 181, 153, 0.15), 0 2px 10px rgba(0, 0, 0, 0.06);
}

/* ラジオボタン: ピル型 */
table.inquiry .wpcf7-radio {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

table.inquiry .wpcf7-radio .wpcf7-list-item {
	margin: 0;
}

table.inquiry .wpcf7-radio .wpcf7-list-item label {
	display: flex;
	align-items: center;
	padding: 8px 16px;
	background: rgba(255, 255, 255, 0.55);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	border: 1.5px solid rgba(90, 181, 153, 0.25);
	border-radius: 100px;
	cursor: pointer;
	font-size: 0.85rem;
	font-family: 'Urbanist', 'M PLUS 2', sans-serif;
	color: #353535;
	transition: background 0.2s, border-color 0.2s, color 0.2s;
	user-select: none;
}

table.inquiry .wpcf7-radio input[type="radio"] {
	display: none;
}

table.inquiry .wpcf7-radio .wpcf7-list-item label:has(input:checked) {
	background: #5ab599;
	border-color: #5ab599;
	color: #fff;
}

table.inquiry .wpcf7-radio .wpcf7-list-item label:hover {
	background: rgba(90, 181, 153, 0.15);
	border-color: #5ab599;
}

/* CF7 バリデーション */
table.inquiry input.wpcf7-not-valid,
table.inquiry textarea.wpcf7-not-valid {
	border-color: #e74c3c !important;
}

.wpcf7-not-valid-tip {
	font-size: 0.75rem;
	color: #e74c3c;
	margin-top: 5px;
	font-family: 'M PLUS 2', sans-serif;
}

/* 注釈テキスト */
.wpcf7-form > p > span:first-child,
.wpcf7 .inquiry + span {
	display: block;
	font-size: 0.78rem;
	color: rgba(53, 53, 53, 0.5);
	margin-top: 4px;
	font-family: 'M PLUS 2', sans-serif;
}

/* 送信ボタン */
.wpcf7 input[type="submit"],
.wpcf7-form input[type="submit"],
input[type="submit"].wpcf7-submit,
input#formbtn,
#formbtn {
	display: block !important;
	width: 100% !important;
	margin-top: 6px;
	margin-bottom: 0;
	padding: 10px 24px !important;
	background: linear-gradient(
		105deg,
		#3a9e80 0%,
		#5ab599 35%,
		#7de0c0 50%,
		#5ab599 65%,
		#3a9e80 100%
	) !important;
	background-size: 250% 100% !important;
	background-position: 100% 0 !important;
	color: #fff !important;
	border: none !important;
	border-radius: 100px !important;
	font-family: 'Urbanist', 'M PLUS 2', sans-serif !important;
	font-size: 1rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.1em !important;
	cursor: pointer;
	box-shadow: none !important;
	transition: background-position 0.6s ease, transform 0.22s ease !important;
}

.wpcf7 input[type="submit"]:hover,
.wpcf7-form input[type="submit"]:hover,
input[type="submit"].wpcf7-submit:hover,
input#formbtn:hover,
#formbtn:hover {
	background-position: 0 0 !important;
	transform: translateY(-2px);
}

.wpcf7 input[type="submit"]:active,
input#formbtn:active,
#formbtn:active {
	transform: translateY(0);
}

/* SP */
@media (max-width: 768px) {
	table.inquiry tr {
		margin-bottom: 18px;
	}

	/* iOSズーム防止 */
	table.inquiry input[type="text"],
	table.inquiry input[type="email"],
	table.inquiry input[type="tel"],
	table.inquiry textarea {
		font-size: 1rem;
	}
}

