/*
 Theme Name:   twmini
 Template:     astra
 Version:      4.13.4
*/

/* 繁体字フォント */
body,
button,
input,
textarea,
select,
.elementor-widget-heading .elementor-heading-title,
.elementor-widget-text-editor {
	font-family: "Microsoft JhengHei", "PingFang TC", sans-serif;
}

/* =========================================================
   羅羅屋｜Amelia予約カレンダー
   Elementor親コンテナ class: raraya-amelia-calendar
========================================================= */

.raraya-amelia-calendar {
	width: 100%;
	max-width: 760px;
	margin-right: auto;
	margin-left: auto;
}

.raraya-amelia-calendar #amelia-container {
	--am-c-ecal-primary: #fc8569 !important;
	--am-c-btn-prim: #fc8569 !important;
	--am-c-btn-prim-text: #ffffff !important;
	--am-c-ecal-card-bgr: #fff8f5 !important;
	--am-c-ecal-card-border: #f0d9d1 !important;
	--am-c-inp-bgr: #fff8f5 !important;
	--am-rad-inp: 12px !important;

	font-family:
		"Noto Sans JP",
		"Noto Sans TC",
		"Hiragino Sans",
		sans-serif;
}

/* Amelia標準の操作UIは非表示 */
.raraya-amelia-calendar .am-ecs__header {
	display: none !important;
}

/* =========================================================
   月タブ
========================================================= */

.raraya-amelia-calendar .raraya-amelia-month-tabs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin: 0 0 18px;
}

.raraya-amelia-calendar .raraya-amelia-month-tab {
	display: flex;
	align-items: center;
	justify-content: center;

	min-height: 48px;
	padding: 10px 8px;

	color: #7b625a;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.03em;

	background: #fff8f5;
	border: 1px solid #efd9d1;
	border-radius: 20px;

	cursor: pointer;
	transition: 0.2s ease;
}

.raraya-amelia-calendar .raraya-amelia-month-tab:hover,
.raraya-amelia-calendar .raraya-amelia-month-tab:focus-visible {
	color: #fc8569;
	background: #fff1ec;
	border-color: #fc8569;
	outline: none;
}

.raraya-amelia-calendar .raraya-amelia-month-tab.is-active {
	color: #ffffff;
	background: #fc8569;
	border-color: #fc8569;
	box-shadow: 0 5px 14px rgba(252, 133, 105, 0.22);
}

/* =========================================================
   カレンダー本体
========================================================= */

.raraya-amelia-calendar .am-ecs {
	overflow: visible !important;
	background: transparent !important;
}

.raraya-amelia-calendar .fc {
	overflow: hidden !important;

	background: #fff0eb !important;
	border: 1px solid #e7c9bf !important;
	border-radius: 10px !important;

	box-shadow:
		0 12px 28px rgba(126, 73, 56, 0.10) !important;
}

.raraya-amelia-calendar .fc .fc-scrollgrid {
	background: #fff0eb !important;
	border: 0 !important;
}

.raraya-amelia-calendar .fc .fc-scrollgrid-section > * {
	border-width: 0 !important;
}

.raraya-amelia-calendar .fc .fc-scrollgrid-sync-table {
	table-layout: fixed !important;
}

.raraya-amelia-calendar .fc .fc-scroller-liquid-absolute {
	overflow: hidden !important;
}

/* PC版の初期高さ */
@media (min-width: 501px) {
	.raraya-amelia-calendar .fc-view-harness {
		height: 685px !important;
	}

	.raraya-amelia-calendar .fc-scrollgrid-sync-table {
		height: 650px !important;
	}

	.raraya-amelia-calendar .fc .fc-daygrid-day-frame {
		height: auto !important;
		min-height: 125px !important;
	}
}

/* =========================================================
   曜日ヘッダー
========================================================= */

.raraya-amelia-calendar .fc .fc-col-header-cell {
	background: #fde7df !important;

	border-width: 0 4px 4px 0 !important;
	border-style: solid !important;
	border-color: #e7c9bf !important;
}

.raraya-amelia-calendar .fc .fc-col-header-cell-cushion {
	display: block;
	padding: 12px 4px !important;

	color: #8c7168 !important;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-decoration: none !important;
}

/* 土曜 */
.raraya-amelia-calendar .fc .fc-col-header-cell.fc-day-sat {
	background: #eaf3ff !important;
	border-color: #cfdff5 !important;
}

.raraya-amelia-calendar
.fc
.fc-col-header-cell.fc-day-sat
.fc-col-header-cell-cushion {
	color: #5e7fae !important;
}

/* 日曜 */
.raraya-amelia-calendar .fc .fc-col-header-cell.fc-day-sun {
	background: #7d7773 !important;
	border-color: #6f6a66 !important;
}

.raraya-amelia-calendar
.fc
.fc-col-header-cell.fc-day-sun
.fc-col-header-cell-cushion {
	color: #ffffff !important;
}

/* 外周の太線だけ消す */
.raraya-amelia-calendar .fc .fc-col-header-cell:first-child {
	border-left-width: 0 !important;
}

.raraya-amelia-calendar .fc .fc-col-header-cell.fc-day-sun {
	border-right-width: 0 !important;
}

/* =========================================================
   日付セル
========================================================= */

.raraya-amelia-calendar .fc .fc-daygrid-day {
	background: #fffaf7 !important;

	border-width: 0 4px 4px 0 !important;
	border-style: solid !important;
	border-color: #e7c9bf !important;
}

.raraya-amelia-calendar .fc .fc-daygrid-day-frame {
	position: relative !important;
	display: flex !important;
	flex-direction: column !important;

	min-height: 82px;
	padding: 9px 4px 7px !important;
}

.raraya-amelia-calendar .fc .fc-daygrid-day-top {
	justify-content: center !important;
}

.raraya-amelia-calendar .fc .fc-daygrid-day-number {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;

	min-width: 28px;
	min-height: 28px;
	padding: 0 !important;

	color: #493a35 !important;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.01em;
	line-height: 1;
	text-decoration: none !important;
}

/* 今日 */
.raraya-amelia-calendar .fc .fc-day-today {
	background: #fff4ef !important;
}

.raraya-amelia-calendar
.fc
.fc-day-today
.fc-daygrid-day-number {
	color: #d9664f !important;
	background: #fff0eb !important;
	border-radius: 999px;
}

/* 前月・翌月 */
.raraya-amelia-calendar .fc .fc-day-other {
	background: #f8eeea !important;
}

.raraya-amelia-calendar
.fc
.fc-day-past
.fc-daygrid-day-number,
.raraya-amelia-calendar
.fc
.fc-day-other
.fc-daygrid-day-number {
	color: #c8c0bc !important;
}

/* 予約可能日の日付 */
.raraya-amelia-calendar
.fc
.raraya-available-day
.fc-daygrid-day-number {
	color: #e86f55 !important;
}

/* 土曜 */
.raraya-amelia-calendar .fc .fc-daygrid-day.fc-day-sat {
	background: #f5f9ff !important;
	border-color: #d8e4f5 !important;
}

.raraya-amelia-calendar
.fc
.fc-daygrid-day.fc-day-sat
.fc-daygrid-day-number {
	color: #5e7fae !important;
}

/* 日曜 */
.raraya-amelia-calendar .fc .fc-daygrid-day.fc-day-sun {
	background: #8a837f !important;
	border-color: #746e6a !important;
}

.raraya-amelia-calendar
.fc
.fc-daygrid-day.fc-day-sun
.fc-daygrid-day-number {
	color: #ffffff !important;
}

.raraya-amelia-calendar
.fc
.fc-daygrid-day.fc-day-sun.fc-day-other
.fc-daygrid-day-number,
.raraya-amelia-calendar
.fc
.fc-daygrid-day.fc-day-sun.fc-day-past
.fc-daygrid-day-number {
	color: rgba(255, 255, 255, 0.45) !important;
}

.raraya-amelia-calendar
.fc
.fc-daygrid-day.fc-day-sun.fc-day-today
.fc-daygrid-day-number {
	color: #ffffff !important;
	background: rgba(255, 255, 255, 0.14) !important;
}

.raraya-amelia-calendar
.fc
.fc-daygrid-day.fc-day-sat.fc-day-today
.fc-daygrid-day-number {
	color: #4f74a8 !important;
	background: #dfeafb !important;
}

/* 外周の太線だけ消す */
.raraya-amelia-calendar .fc .fc-daygrid-day:first-child {
	border-left-width: 0 !important;
}

.raraya-amelia-calendar .fc .fc-daygrid-day.fc-day-sun {
	border-right-width: 0 !important;
}

.raraya-amelia-calendar
.fc
.fc-daygrid-body
tr:last-child
.fc-daygrid-day {
	border-bottom-width: 0 !important;
}

/* =========================================================
   AM・PM予約ボタン
========================================================= */

/*
 * PC版は90px。
 * 高さを増やすことでボタンを日付から下へ離す。
 */
.raraya-amelia-calendar .fc .fc-daygrid-day-events {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: center !important;
	flex-wrap: nowrap !important;

	gap: 8px !important;

	min-height:120px !important;
	margin-top: auto !important;
	margin-bottom: 0 !important;
	padding: 0 !important;

	transform: none !important;
}

/* 「＋1件」表示は使用しない */
.raraya-amelia-calendar .fc .fc-daygrid-day-bottom,
.raraya-amelia-calendar .fc .fc-daygrid-more-link {
	display: none !important;
}

/* FullCalendarのイベント配置を通常の横並びに戻す */
.raraya-amelia-calendar .fc .fc-daygrid-event-harness {
	position: static !important;
	visibility: visible !important;

	display: flex !important;
	align-items: center !important;
	justify-content: center !important;

	flex: 0 0 44px !important;
	width: 44px !important;
	height: 44px !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* クリック領域 */
.raraya-amelia-calendar
.fc
.fc-daygrid-event-harness
a.fc-event {
	position: relative !important;

	display: flex !important;
	align-items: center !important;
	justify-content: center !important;

	width: 44px !important;
	height: 44px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;

	color: transparent !important;
	font-size: 0 !important;
	text-decoration: none !important;

	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;

	cursor: pointer !important;
	touch-action: manipulation !important;
	-webkit-tap-highlight-color: transparent;

	transition: transform 0.18s ease;
}

/* コーラル色のボタン背景 */
.raraya-amelia-calendar
.fc
.fc-daygrid-event-harness
a.fc-event::after {
	position: absolute;
	z-index: 1;

	display: block;

	width: 38px;
	height: 31px;

	background:
		linear-gradient(
			180deg,
			#ff9d87 0%,
			#fc8569 100%
		);

	border-radius: 9px;

	box-shadow:
		0 3px 0 #d96954,
		0 7px 11px rgba(204, 94, 68, 0.20);

	content: "";
}
/* AM：朝らしい明るいオレンジ */
.raraya-amelia-calendar
.fc
.fc-daygrid-event-harness
a.fc-event.raraya-event-am::after {
	background:
		linear-gradient(
			180deg,
			#ffad7c 0%,
			#f48655 100%
		);

	box-shadow:
		0 3px 0 #ca6840,
		0 7px 11px rgba(202, 104, 64, 0.20);
}

/* PM：夕方らしい落ち着いたローズ */
.raraya-amelia-calendar
.fc
.fc-daygrid-event-harness
a.fc-event.raraya-event-pm::after {
	background:
		linear-gradient(
			180deg,
			#e894aa 0%,
			#cb6f8b 100%
		);

	box-shadow:
		0 3px 0 #a8516b,
		0 7px 11px rgba(168, 81, 107, 0.20);
}
/* AM・PM文字 */
.raraya-amelia-calendar
.fc
.fc-daygrid-event-harness
a.fc-event::before {
	position: absolute;
	z-index: 2;

	display: block;

	color: #ffffff;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.02em;

	content: attr(data-raraya-period);
}

/* Amelia本来の予定文字を隠す */
.raraya-amelia-calendar .fc .am-evt-wrapper,
.raraya-amelia-calendar .fc .am-evt-background,
.raraya-amelia-calendar .fc .am-evt-time,
.raraya-amelia-calendar .fc .am-evt-inner,
.raraya-amelia-calendar .fc .am-evt-text,
.raraya-amelia-calendar .fc .fc-event-dot,
.raraya-amelia-calendar .fc .fc-daygrid-event-dot,
.raraya-amelia-calendar
.fc
.fc-daygrid-event-harness
a.fc-event
.fc-event-main {
	display: none !important;
}

/* ホバー・押下 */
.raraya-amelia-calendar
.fc
.fc-daygrid-event-harness
a.fc-event:hover,
.raraya-amelia-calendar
.fc
.fc-daygrid-event-harness
a.fc-event:focus-visible {
	transform: translateY(2px);
}

.raraya-amelia-calendar
.fc
.fc-daygrid-event-harness
a.fc-event:focus-visible {
	outline: 2px solid #fc8569 !important;
	outline-offset: 2px !important;
}

/* =========================================================
   PC版：AM・PMボタンを少し大きく
========================================================= */

@media (min-width: 501px) {
	.raraya-amelia-calendar
	.fc
	.fc-daygrid-event-harness {
		flex: 0 0 52px !important;
		width: 52px !important;
		height: 48px !important;
	}

	.raraya-amelia-calendar
	.fc
	.fc-daygrid-event-harness
	a.fc-event {
		width: 52px !important;
		height: 48px !important;
	}

	.raraya-amelia-calendar
	.fc
	.fc-daygrid-event-harness
	a.fc-event::after {
		width: 46px;
		height: 36px;
		border-radius: 10px;
	}

	.raraya-amelia-calendar
	.fc
	.fc-daygrid-event-harness
	a.fc-event::before {
		font-size: 13px;
	}
}

/* =========================================================
   スマホ
========================================================= */

@media (max-width: 500px) {
	.raraya-amelia-calendar {
		max-width: none;
	}

	.raraya-amelia-calendar .raraya-amelia-month-tabs {
		gap: 6px;
		margin-bottom: 12px;
	}

	.raraya-amelia-calendar .raraya-amelia-month-tab {
		min-height: 42px;
		padding: 8px 4px;

		font-size: 13px;
		border-radius: 10px;
	}

	.raraya-amelia-calendar .fc {
		border-radius: 5px !important;
	}

	.raraya-amelia-calendar
	.fc
	.fc-col-header-cell-cushion {
		padding: 9px 2px !important;
		font-size: 11px;
	}

.raraya-amelia-calendar
.fc
.fc-daygrid-day-frame {
	height: auto !important;
	min-height: 120px !important;
	padding: 7px 1px 5px !important;
}

/*
 * 日付との間隔は維持し、
 * PMボタン下の余白だけ減らす
 */
.raraya-amelia-calendar
.fc
.fc-daygrid-day-events {
	flex-direction: column !important;
	align-items: center !important;
	justify-content: flex-start !important;

	gap: 8px !important;

	min-height: 0 !important;
	height: auto !important;

	margin-top: 18px !important;
	margin-bottom: 0 !important;
	padding: 0 !important;

	transform: none !important;
}
	.raraya-amelia-calendar
	.fc
	.fc-daygrid-event-harness {
		flex: 0 0 36px !important;
		width: 36px !important;
		height: 36px !important;
	}

	.raraya-amelia-calendar
	.fc
	.fc-daygrid-event-harness
	a.fc-event {
		width: 36px !important;
		height: 36px !important;
	}

	.raraya-amelia-calendar
	.fc
	.fc-daygrid-event-harness
	a.fc-event::after {
		width: 31px;
		height: 27px;

		border-radius: 7px;

		box-shadow:
			0 2px 0 #d96954,
			0 5px 8px rgba(204, 94, 68, 0.18);
	}

	.raraya-amelia-calendar
	.fc
	.fc-daygrid-event-harness
	a.fc-event::before {
		font-size: 9px;
		letter-spacing: 0;
	}
}

/* Amelia：選択肢カードの背景・枠線調整 */
.amelia-v2-booking #amelia-container .am-ecs__page {
	background-color: #ffbdab !important;
	border: none !important;
}

/* =========================================
   WooCommerce カート・チェックアウト表示調整
========================================= */

body.woocommerce-cart .site-content,
body.woocommerce-checkout .site-content {
	color: #222;
}

/* カート内の文字を濃くする */
body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce,
body.woocommerce-cart .woocommerce p,
body.woocommerce-checkout .woocommerce p,
body.woocommerce-cart .woocommerce td,
body.woocommerce-checkout .woocommerce td,
body.woocommerce-cart .woocommerce th,
body.woocommerce-checkout .woocommerce th,
body.woocommerce-cart .woocommerce label,
body.woocommerce-checkout .woocommerce label {
	color: #222;
	opacity: 1;
}

/* 商品名・イベント情報 */
body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-checkout .woocommerce-checkout-review-order {
	color: #222;
}

body.woocommerce-cart .woocommerce-cart-form a,
body.woocommerce-checkout .woocommerce-checkout-review-order a {
	color: #333;
}

/* 合計ボックス */
body.woocommerce-cart .cart-collaterals .cart_totals {
	border-color: #d8d0ca;
}

body.woocommerce-cart .cart-collaterals .cart_totals h2 {
	color: #222;
	font-size: 30px;
	line-height: 1.35;
	font-weight: 700;
}

/* 金額部分 */
body.woocommerce-cart .cart-collaterals .cart_totals td,
body.woocommerce-cart .cart-collaterals .cart_totals th {
	color: #222;
	font-weight: 500;
}

/* カート表の見出し */
body.woocommerce-cart .shop_table th {
	color: #333;
	font-weight: 700;
}

/* 購入手続きボタン */
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	background-color: #fc8569;
	color: #fff;
	border: 1px solid #fc8569;
	font-weight: 700;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
	background-color: #e96e54;
	border-color: #e96e54;
	color: #fff;
}

/* 更新ボタン */
body.woocommerce-cart button[name="update_cart"] {
	color: #333;
	border-color: #999;
	background: #fff;
	font-weight: 600;
}

/* =========================================================
   羅羅屋 工場見学ツアー
   WooCommerce予約導線（カート・チェックアウト・完了画面）
========================================================= */

/* ---------------------------------------------------------
   共通
--------------------------------------------------------- */

body.woocommerce-cart .site-content,
body.woocommerce-checkout .site-content,
body.woocommerce-order-received .site-content {
	padding: 48px 0 72px;
}

body.woocommerce-cart .site-content > .ast-container,
body.woocommerce-checkout .site-content > .ast-container,
body.woocommerce-order-received .site-content > .ast-container {
	max-width: 1180px;
	padding-right: 24px;
	padding-left: 24px;
}

body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce,
body.woocommerce-order-received .woocommerce,
body.woocommerce-cart .woocommerce p,
body.woocommerce-checkout .woocommerce p,
body.woocommerce-order-received .woocommerce p,
body.woocommerce-cart .woocommerce td,
body.woocommerce-checkout .woocommerce td,
body.woocommerce-order-received .woocommerce td,
body.woocommerce-cart .woocommerce th,
body.woocommerce-checkout .woocommerce th,
body.woocommerce-order-received .woocommerce th,
body.woocommerce-cart .woocommerce label,
body.woocommerce-checkout .woocommerce label {
	color: #222;
	opacity: 1;
}

/* ---------------------------------------------------------
   カート：ご予約内容の確認
--------------------------------------------------------- */

/* 予約に不要な列を消す */
body.woocommerce-cart .woocommerce-cart-form .product-thumbnail,
body.woocommerce-cart .woocommerce-cart-form .product-price,
body.woocommerce-cart .woocommerce-cart-form .product-quantity {
	display: none !important;
}

/* 予約内容 */
body.woocommerce-cart .woocommerce-cart-form .product-name {
	width: auto;
	padding: 20px 24px !important;
	vertical-align: top;
}

body.woocommerce-cart .woocommerce-cart-form .product-name > a {
	color: #222;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
}

/* 金額 */
body.woocommerce-cart .woocommerce-cart-form .product-subtotal {
	width: 150px;
	padding: 20px 24px !important;
	color: #222;
	font-weight: 700;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}

body.woocommerce-cart .woocommerce-cart-form thead th {
	color: #222;
	font-weight: 700;
}

/* Ameliaの予約情報 */
body.woocommerce-cart .woocommerce-cart-form .variation,
body.woocommerce-cart .woocommerce-cart-form .wc-item-meta {
	margin: 12px 0 0;
	color: #222;
}

body.woocommerce-cart .woocommerce-cart-form .variation dt,
body.woocommerce-cart .woocommerce-cart-form .wc-item-meta-label {
	color: #222;
	font-weight: 700;
}

body.woocommerce-cart .woocommerce-cart-form .variation dd,
body.woocommerce-cart .woocommerce-cart-form .wc-item-meta li {
	margin: 0 0 8px;
	color: #222;
}

body.woocommerce-cart .raraya-event-meta-line {
	display: block;
	margin: 0 0 8px;
	line-height: 1.8;
}

body.woocommerce-cart .raraya-ticket-label {
	display: block;
	margin-top: 10px;
	color: #222;
	font-weight: 700;
}

body.woocommerce-cart .raraya-ticket-line {
	display: flex;
	justify-content: space-between;
	max-width: 360px;
	padding: 7px 0 7px 14px;
	border-bottom: 1px solid #eee8e4;
	color: #222;
	line-height: 1.8;
}

body.woocommerce-cart .raraya-ticket-line strong {
	margin-left: 16px;
	font-weight: 700;
	white-space: nowrap;
}

/* 削除ボタン */
body.woocommerce-cart .woocommerce-cart-form .product-remove a {
	color: #555 !important;
	opacity: 1;
}

/* 合計ボックス */
body.woocommerce-cart .cart-collaterals .cart_totals {
	border-color: #d8d0ca;
}

body.woocommerce-cart .cart-collaterals .cart_totals h2 {
	color: #222;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4;
}

body.woocommerce-cart .cart-collaterals .cart_totals th,
body.woocommerce-cart .cart-collaterals .cart_totals td {
	color: #222;
	font-weight: 600;
}

/* 小計と合計が同額のため、小計行は隠す */
body.woocommerce-cart .cart-collaterals .cart_totals .cart-subtotal {
	display: none !important;
}

/* ボタン */
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	border: 1px solid #fc8569;
	background: #fc8569;
	color: #fff;
	font-weight: 700;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
	border-color: #e96e54;
	background: #e96e54;
	color: #fff;
}

body.woocommerce-cart button[name="update_cart"] {
	border-color: #999;
	background: #fff;
	color: #333;
	font-weight: 600;
}

/* ---------------------------------------------------------
   チェックアウト：ご予約者情報の入力
--------------------------------------------------------- */

/* 旧gridレイアウトを完全に無効化して、安定した2カラムへ */
body.woocommerce-checkout form.checkout {
	display: block !important;
	width: 100% !important;
}

body.woocommerce-checkout form.checkout::after {
	display: block;
	clear: both;
	content: "";
}

/* 左：入力欄 */
body.woocommerce-checkout #customer_details {
	float: left !important;
	width: 55% !important;
	margin: 0 !important;
	padding: 30px !important;
	border: 1px solid #ded6d0;
	background: #fff;
	box-sizing: border-box;
}

body.woocommerce-checkout #customer_details .col-1,
body.woocommerce-checkout #customer_details .col-2 {
	float: none !important;
	width: 100% !important;
}

/* 右：ご予約内容 */
body.woocommerce-checkout #order_review_heading {
	float: right !important;
	width: 41% !important;
	margin: 0 !important;
	padding: 26px 28px 18px !important;
	border: 1px solid #ded6d0;
	border-bottom: 0;
	background: #fff;
	color: #222;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.35;
	box-sizing: border-box;
}

body.woocommerce-checkout #order_review {
	float: right !important;
	clear: right !important;
	width: 41% !important;
	margin: 0 !important;
	padding: 0 28px 28px !important;
	border: 1px solid #ded6d0;
	border-top: 0;
	background: #fff;
	box-sizing: border-box;
}

/* 見出し */
body.woocommerce-checkout .woocommerce-billing-fields > h3 {
	margin: 0 0 24px;
	padding-bottom: 14px;
	border-bottom: 1px solid #ded6d0;
	color: #222;
	font-size: 27px;
	line-height: 1.4;
}

/* 追加情報は不要 */
body.woocommerce-checkout .woocommerce-additional-fields {
	display: none !important;
}

/* 姓・名を横並び */
body.woocommerce-checkout #billing_last_name_field,
body.woocommerce-checkout #billing_first_name_field {
	width: calc(50% - 8px);
}

body.woocommerce-checkout #billing_last_name_field {
	float: left;
}

body.woocommerce-checkout #billing_first_name_field {
	float: right;
}

body.woocommerce-checkout #billing_country_field {
	clear: both;
}

/* 入力欄 */
body.woocommerce-checkout .form-row {
	margin-bottom: 19px;
}

body.woocommerce-checkout .form-row label {
	display: block;
	margin-bottom: 7px;
	color: #222;
	font-size: 14px;
	font-weight: 700;
}

body.woocommerce-checkout .form-row .required {
	color: #d9533f;
}

body.woocommerce-checkout .form-row input.input-text,
body.woocommerce-checkout .form-row select,
body.woocommerce-checkout .select2-container--default .select2-selection--single {
	width: 100%;
	min-height: 48px;
	padding: 10px 13px;
	border: 1px solid #bdb4ae;
	border-radius: 4px;
	background: #fff;
	color: #222;
	box-shadow: none;
	box-sizing: border-box;
}

body.woocommerce-checkout .form-row input.input-text:focus,
body.woocommerce-checkout .form-row select:focus {
	border-color: #fc8569;
	outline: none;
}

body.woocommerce-checkout .select2-container--default .select2-selection--single {
	display: flex;
	align-items: center;
}

body.woocommerce-checkout .select2-container--default .select2-selection__rendered {
	padding-left: 0;
	color: #222;
	line-height: 1.4;
}

/* 注文内容テーブル */
body.woocommerce-checkout .woocommerce-checkout-review-order-table {
	margin: 0 0 22px;
	border-collapse: collapse;
	color: #222;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table td {
	padding: 14px 0;
	color: #222;
	vertical-align: top;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table thead th {
	font-weight: 700;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name {
	padding-right: 14px;
	line-height: 1.75;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total {
	width: 112px;
	color: #222;
	font-weight: 700;
	text-align: right;
	white-space: nowrap;
}

/* 「予約 ×1」は不要 */
body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-quantity {
	display: none;
}

/* 小計と合計が同額のため、小計行は隠す */
body.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal {
	display: none;
}

/* 最終合計 */
body.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td {
	padding-top: 17px;
	border-top: 1px solid #ded6d0;
	color: #222;
	font-size: 17px;
	font-weight: 700;
}

/* Ameliaチケット明細 */
body.woocommerce-checkout .raraya-event-meta-line {
	display: block;
	margin: 0 0 8px;
	line-height: 1.8;
}

body.woocommerce-checkout .raraya-ticket-label {
	display: block;
	margin-top: 10px;
	color: #222;
	font-weight: 700;
}

body.woocommerce-checkout .raraya-ticket-line {
	display: flex;
	justify-content: space-between;
	max-width: 360px;
	padding: 7px 0 7px 14px;
	border-bottom: 1px solid #eee8e4;
	color: #222;
	line-height: 1.8;
}

body.woocommerce-checkout .raraya-ticket-line strong {
	margin-left: 16px;
	font-weight: 700;
	white-space: nowrap;
}

/* 支払い案内 */
body.woocommerce-checkout #payment {
	background: transparent;
}

body.woocommerce-checkout #payment ul.payment_methods {
	margin: 0;
	padding: 0;
	border-bottom: 0;
}

body.woocommerce-checkout #payment ul.payment_methods li {
	margin: 0 0 12px;
}

body.woocommerce-checkout #payment div.payment_box {
	margin: 8px 0 18px;
	padding: 14px;
	border: 1px solid #f3d5cd;
	background: #fff7f4;
	color: #333;
	line-height: 1.7;
}

body.woocommerce-checkout #payment div.payment_box::before {
	display: none;
}

body.woocommerce-checkout .woocommerce-privacy-policy-text {
	margin: 18px 0;
	color: #444;
	font-size: 13px;
	line-height: 1.8;
}

/* 予約確定ボタン */
body.woocommerce-checkout #place_order {
	width: 100%;
	min-height: 56px;
	padding: 15px 20px;
	border: 1px solid #fc8569;
	border-radius: 0;
	background: #fc8569;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}

body.woocommerce-checkout #place_order:hover {
	border-color: #e96e54;
	background: #e96e54;
	color: #fff;
}

/* ---------------------------------------------------------
   注文完了：ご予約を受け付けました
--------------------------------------------------------- */

/* 標準の見出し・短い案内・注文概要は非表示 */
body.woocommerce-order-received .entry-header,
body.woocommerce-order-received .entry-title,
body.woocommerce-order-received .woocommerce-thankyou-order-received,
body.woocommerce-order-received .woocommerce-order-overview {
	display: none !important;
}

/* 完了案内カード */
body.woocommerce-order-received .raraya-booking-complete {
	margin: 0 0 38px;
	padding: 34px;
	border: 1px solid #ded6d0;
	background: #fff;
	box-sizing: border-box;
}

body.woocommerce-order-received .raraya-booking-complete__heading {
	margin-bottom: 28px;
	padding-bottom: 24px;
	border-bottom: 1px solid #ded6d0;
}

body.woocommerce-order-received .raraya-booking-complete h1 {
	margin: 0 0 12px;
	color: #222;
	font-size: 32px;
	line-height: 1.35;
}

body.woocommerce-order-received .raraya-booking-complete__heading p {
	margin: 0;
	color: #444;
	line-height: 1.8;
}

body.woocommerce-order-received .raraya-booking-complete__summary {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin: 0 0 22px;
}

body.woocommerce-order-received .raraya-booking-complete__summary > div {
	padding: 16px;
	background: #f8f5f3;
}

body.woocommerce-order-received .raraya-booking-complete__summary dt {
	margin: 0 0 6px;
	color: #666;
	font-size: 12px;
	font-weight: 700;
}

body.woocommerce-order-received .raraya-booking-complete__summary dd {
	margin: 0;
	color: #222;
	font-size: 16px;
	font-weight: 700;
}

body.woocommerce-order-received .raraya-booking-complete__notice {
	margin: 0 0 14px;
	padding: 16px 18px;
	border: 1px solid #f3d5cd;
	background: #fff7f4;
}

body.woocommerce-order-received .raraya-booking-complete__notice strong {
	color: #222;
}

body.woocommerce-order-received .raraya-booking-complete__notice p {
	margin: 6px 0 0;
	color: #444;
	line-height: 1.8;
}

body.woocommerce-order-received .raraya-booking-complete__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
	margin-top: 24px;
}

body.woocommerce-order-received .raraya-booking-complete__button {
	display: inline-block;
	padding: 14px 24px;
	border: 1px solid #fc8569;
	background: #fc8569;
	color: #fff !important;
	font-weight: 700;
	text-decoration: none;
}

body.woocommerce-order-received .raraya-booking-complete__button:hover {
	border-color: #e96e54;
	background: #e96e54;
	color: #fff !important;
}

body.woocommerce-order-received .raraya-booking-complete__link {
	color: #b8533f !important;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* ご予約内容 */
body.woocommerce-order-received .woocommerce-order-details {
	margin: 0 0 34px;
	border: 1px solid #ded6d0;
	background: #fff;
}

body.woocommerce-order-received .woocommerce-order-details__title {
	margin: 0;
	padding: 25px 28px 18px;
	border-bottom: 1px solid #ded6d0;
	color: #222;
	font-size: 27px;
	line-height: 1.4;
}

body.woocommerce-order-received .woocommerce-table--order-details {
	margin: 0;
	border: 0;
	border-collapse: collapse;
}

body.woocommerce-order-received .woocommerce-table--order-details th,
body.woocommerce-order-received .woocommerce-table--order-details td {
	padding: 17px 28px;
	border-color: #ded6d0;
	color: #222;
	vertical-align: top;
}

body.woocommerce-order-received .woocommerce-table--order-details thead th {
	font-weight: 700;
}

body.woocommerce-order-received .woocommerce-table--order-details .product-name {
	width: 74%;
	line-height: 1.8;
}

body.woocommerce-order-received .woocommerce-table--order-details .product-total {
	width: 150px;
	color: #222;
	font-weight: 700;
	text-align: right;
	white-space: nowrap;
}

/* 「予約 ×1」は不要 */
body.woocommerce-order-received .woocommerce-table--order-details .product-quantity {
	display: none;
}

/* 小計と合計が同額のため、小計行は隠す */
body.woocommerce-order-received .woocommerce-table--order-details .cart-subtotal {
	display: none;
}

/* 合計金額を強調 */
body.woocommerce-order-received .woocommerce-table--order-details .order-total th,
body.woocommerce-order-received .woocommerce-table--order-details .order-total td {
	padding-top: 19px;
	padding-bottom: 19px;
	color: #222;
	font-size: 17px;
	font-weight: 700;
}

/* Amelia予約情報 */
body.woocommerce-order-received .wc-item-meta {
	margin: 14px 0 0;
	padding: 0;
}

body.woocommerce-order-received .wc-item-meta li {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.woocommerce-order-received .wc-item-meta-label {
	display: none;
}

body.woocommerce-order-received .wc-item-meta p {
	margin: 0;
}

body.woocommerce-order-received .raraya-event-meta-line {
	display: block;
	margin: 0 0 8px;
	color: #222;
	line-height: 1.8;
}

body.woocommerce-order-received .raraya-ticket-label {
	display: block;
	margin-top: 12px;
	margin-bottom: 6px;
	color: #222;
	font-weight: 700;
}

body.woocommerce-order-received .raraya-ticket-line {
	display: flex;
	justify-content: space-between;
	max-width: 360px;
	padding: 7px 0 7px 14px;
	border-bottom: 1px solid #eee8e4;
	color: #222;
	line-height: 1.8;
}

body.woocommerce-order-received .raraya-ticket-line strong {
	margin-left: 16px;
	font-weight: 700;
	white-space: nowrap;
}

/* ご予約者情報 */
body.woocommerce-order-received .woocommerce-customer-details {
	margin: 0;
	border: 1px solid #ded6d0;
	background: #fff;
}

body.woocommerce-order-received .woocommerce-customer-details .woocommerce-column__title {
	margin: 0;
	padding: 25px 28px 18px;
	border-bottom: 1px solid #ded6d0;
	color: #222;
	font-size: 27px;
	line-height: 1.4;
}

body.woocommerce-order-received .woocommerce-customer-details address {
	margin: 0;
	padding: 22px 28px;
	border: 0;
	color: #222;
	font-style: normal;
	line-height: 1.9;
}

/* ---------------------------------------------------------
   スマホ
--------------------------------------------------------- */

@media screen and (max-width: 767px) {
	body.woocommerce-cart .site-content,
	body.woocommerce-checkout .site-content,
	body.woocommerce-order-received .site-content {
		padding: 28px 0 48px;
	}

	body.woocommerce-cart .site-content > .ast-container,
	body.woocommerce-checkout .site-content > .ast-container,
	body.woocommerce-order-received .site-content > .ast-container {
		padding-right: 16px;
		padding-left: 16px;
	}

	/* カート */
	body.woocommerce-cart .woocommerce-cart-form .product-name,
	body.woocommerce-cart .woocommerce-cart-form .product-subtotal {
		padding: 16px !important;
	}

	body.woocommerce-cart .woocommerce-cart-form .product-subtotal {
		width: auto;
		font-size: 16px;
	}

	body.woocommerce-cart .cart-collaterals .cart_totals h2 {
		font-size: 24px;
	}

	/* チェックアウト */
	body.woocommerce-checkout #customer_details,
	body.woocommerce-checkout #order_review_heading,
	body.woocommerce-checkout #order_review {
		float: none !important;
		width: 100% !important;
	}

	body.woocommerce-checkout #customer_details {
		margin-bottom: 28px !important;
		padding: 22px 18px !important;
	}

	body.woocommerce-checkout #order_review_heading {
		padding: 22px 18px 16px !important;
		font-size: 24px;
	}

	body.woocommerce-checkout #order_review {
		padding: 0 18px 22px !important;
	}

	body.woocommerce-checkout .woocommerce-billing-fields > h3 {
		font-size: 23px;
	}

	body.woocommerce-checkout #billing_last_name_field,
	body.woocommerce-checkout #billing_first_name_field {
		float: none;
		width: 100%;
	}

	/* 注文完了 */
	body.woocommerce-order-received .raraya-booking-complete {
		padding: 22px 18px;
	}

	body.woocommerce-order-received .raraya-booking-complete h1 {
		font-size: 25px;
	}

	body.woocommerce-order-received .raraya-booking-complete__summary {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	body.woocommerce-order-received .raraya-booking-complete__actions {
		display: block;
	}

	body.woocommerce-order-received .raraya-booking-complete__button {
		display: block;
		margin-bottom: 14px;
		text-align: center;
	}

	body.woocommerce-order-received .woocommerce-order-details__title,
	body.woocommerce-order-received .woocommerce-customer-details .woocommerce-column__title {
		padding: 21px 18px 15px;
		font-size: 23px;
	}

	body.woocommerce-order-received .woocommerce-table--order-details th,
	body.woocommerce-order-received .woocommerce-table--order-details td {
		padding: 14px 16px;
	}

	body.woocommerce-order-received .woocommerce-table--order-details .product-total {
		width: 95px;
	}

	body.woocommerce-order-received .woocommerce-customer-details address {
		padding: 18px;
	}

	body.woocommerce-cart .raraya-ticket-line,
	body.woocommerce-checkout .raraya-ticket-line,
	body.woocommerce-order-received .raraya-ticket-line {
		max-width: none;
	}
}

/* =========================================
   羅羅屋｜半透明の追従ヘッダー
========================================= */

#masthead.raraya-header-is-fixed {
	position: fixed !important;
	top: 0;
	right: 0;
	left: 0;
	z-index: 99999;
	width: 100%;

	background: rgba(255, 255, 255, 0.1) !important;
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);

	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0 8px 24px rgba(60, 45, 38, 0.08);
}

/* Astra内部の白背景を透明化 */
#masthead.raraya-header-is-fixed .ast-desktop-header-wrap,
#masthead.raraya-header-is-fixed .ast-mobile-header-wrap,
#masthead.raraya-header-is-fixed .main-header-bar-wrap,
#masthead.raraya-header-is-fixed .main-header-bar,
#masthead.raraya-header-is-fixed .ast-primary-header-bar,
#masthead.raraya-header-is-fixed .site-primary-header-wrap {
	background: transparent !important;
}

/* 固定中の文字色 */
#masthead.raraya-header-is-fixed .main-header-menu > .menu-item > .menu-link,
#masthead.raraya-header-is-fixed .ast-builder-menu-1 .menu-item > .menu-link,
#masthead.raraya-header-is-fixed .site-title a {
	color: #3f312c !important;
}

/* メニューのホバー */
#masthead.raraya-header-is-fixed .main-header-menu > .menu-item > .menu-link:hover,
#masthead.raraya-header-is-fixed .ast-builder-menu-1 .menu-item > .menu-link:hover {
	color: #fc8569 !important;
}

/* ハンバーガー */
#masthead.raraya-header-is-fixed .ast-mobile-menu-trigger-minimal,
#masthead.raraya-header-is-fixed .ast-mobile-menu-trigger-minimal .ast-mobile-svg,
#masthead.raraya-header-is-fixed .menu-toggle {
	color: #3f312c !important;
	fill: #3f312c !important;
}

/* ドロップダウン・Off Canvas内部は読みやすさ優先で白 */
#masthead.raraya-header-is-fixed .sub-menu,
#masthead.raraya-header-is-fixed .ast-mobile-popup-drawer {
	background: #ffffff !important;
}

/* 管理バー表示時 */
body.admin-bar #masthead.raraya-header-is-fixed {
	top: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar #masthead.raraya-header-is-fixed {
		top: 46px;
	}
}
/* =========================================
  繁体中国と日本語切り替えフッター
========================================= */
/* 通常は両方とも非表示 */
.raraya-footer-lang {
	display: none;
}

/* 日本語ページ */
html[lang^="ja"] .raraya-footer-ja {
	display: block;
}

/* 繁體中文ページ */
html[lang="zh-TW"] .raraya-footer-zh,
html[lang^="zh"] .raraya-footer-zh {
	display: block;
}
/*----------------------------------
  独立型の言語切り替えスイッチ
----------------------------------*/

.site-header .raraya-language-switcher {
	display: inline-flex;
	align-items: center;
	gap: 3px;
	margin: 0;
	padding: 3px;
	background: #f7f3f1;
	border: 1px solid #eadfd9;
	border-radius: 999px;
	box-shadow: 0 2px 8px rgba(90, 63, 52, 0.06);
	white-space: nowrap;
	box-sizing: border-box;
}

.site-header .raraya-language-switcher__item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	margin: 0;
	padding: 7px 13px;
	border: 0;
	border-radius: 999px;
	color: #5a4b45 !important;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none !important;
	white-space: nowrap;
	box-sizing: border-box;
	transition:
		background-color 0.2s ease,
		color 0.2s ease,
		box-shadow 0.2s ease;
}

.site-header a.raraya-language-switcher__item:hover {
	background: #ffffff;
	color: #d9644d !important;
	box-shadow: 0 1px 5px rgba(90, 63, 52, 0.1);
}

.site-header .raraya-language-switcher__item.is-current {
	background: #fc8569;
	color: #ffffff !important;
	box-shadow: 0 2px 6px rgba(217, 100, 77, 0.22);
	cursor: default;
}

/* AstraのHTML要素に入る不要な余白を抑える */
.site-header .ast-builder-html-element {
	margin: 0;
}

.site-header .ast-builder-html-element p {
	margin: 0;
}

/*----------------------------------
  スマホ・タブレット
----------------------------------*/

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

	.site-header .raraya-language-switcher {
		gap: 2px;
		padding: 2px;
	}

	.site-header .raraya-language-switcher__item {
		min-height: 31px;
		padding: 6px 9px;
		font-size: 12px;
	}

}

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

	.site-header .raraya-language-switcher__item {
		padding-right: 7px;
		padding-left: 7px;
		font-size: 11px;
	}

}