html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
button, input, select, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

* { box-sizing: border-box; }

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: #444;
	background: #fff;
	-webkit-font-smoothing: antialiased;
}

a {
	color: #c4892a;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
a:hover { color: #a06d18; text-decoration: underline; }

h1, h2, h3, h4, h5 {
	font-family: 'Shippori Mincho', serif;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 0.95rem;
	line-height: 1.4;
}

h1 { font-size: 36px; }
h2 { font-size: 28px;  }
h3 { font-size: 1.21rem; }
h4 { font-size: 16px; }

p { margin-bottom: 1em; }

img { max-width: 100%; height: auto; display: block; }

button { cursor: pointer; font-family: inherit; }
input, select, textarea { font-family: inherit; }

.container {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 1.5rem;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.row { margin-left: -15px; margin-right: -15px; }
.row > [class*="col-"] { padding-left: 15px; padding-right: 15px; float: left; }
.col-md-3 { width: 25%; }
.col-md-4 { width: 33.3333%; }
.col-md-5 { width: 41.6666%; }
.col-md-6 { width: 50%; }
.col-md-8 { width: 66.6666%; }

.text-right { text-align: right !important; }

.topStrip_band {
	background: #1a1a1a;
	color: #d8d8d8;
	font-size: 12px;
	padding: 9px 0 8px;
	letter-spacing: 0.3px;
}
.topStrip_band p { margin: 0; text-align: center; }
.topStrip_band a { color: #f1c578; font-weight: 500; }
.topStrip_band a:hover { color: #fff; text-decoration: none; }

.site-header {
	background: #fff;
	padding: 17px 0 18px;
	position: relative;
	width: 100%;
	z-index: 999;
	border-bottom: 2px solid #c4892a;
}
.site-header .logo {
	float: left;
	display: flex;
	align-items: center;
	gap: 12px;
}
.logo_glyph {
	display: inline-block;
	width: 42px;
	height: 42px;
	background: #1a1a1a;
	color: #f1c578;
	font-family: 'Bebas Neue', sans-serif;
	font-size: 22px;
	letter-spacing: 1px;
	text-align: center;
	line-height: 42px;
	border-radius: 4px;
}
.logo_word {
	font-family: 'Shippori Mincho', serif;
	font-size: 21px;
	color: #1a1a1a;
	font-weight: 700;
	letter-spacing: 0.5px;
}
.logo_word em {
	font-style: normal;
	color: #c4892a;
	font-weight: 500;
}

.hdrCart_wrap { float: right; margin-top: 6px; margin-left: 18px; position: relative; }
.hdrCart_btn {
	width: 38px;
	height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #f7f3ec;
	border-radius: 50%;
	color: #1a1a1a;
	font-size: 18px;
	position: relative;
}
.hdrCart_btn:hover { background: #1a1a1a; color: #f1c578; text-decoration: none; }
.hdrCart_badge {
	position: absolute;
	top: -4px;
	right: -6px;
	background: #c4892a;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 9px;
	display: none;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.main-nav { float: right; margin-top: 12px; }
.main-nav ul { list-style: none; }
.main-nav ul li { display: inline-block; margin-left: 22px; }
.main-nav ul li a {
	color: #333;
	font-size: 13px;
	letter-spacing: 0.4px;
	font-weight: 500;
	padding: 4px 0;
	border-bottom: 2px solid transparent;
}
.main-nav ul li a:hover { color: #c4892a; text-decoration:none; border-bottom-color: #c4892a; }
.main-nav ul li.current-menu-item a { color: #c4892a; border-bottom-color: #c4892a; }

.navBurger {
	display: none;
	float: right;
	font-size: 24px;
	color: #1a1a1a;
	margin-top: 8px;
	margin-left: 12px;
	cursor: pointer;
}

.announcement-band {
	background: #c4892a;
	color: #ffffff;
	text-align: center;
	padding: 18px 0;
	border-top: 4px solid #c4892a;
	border-bottom: 4px solid #c4892a;
}
.announcement-band p { margin: 0; font-size: 15px; font-weight: 500; letter-spacing: 0.3px; }

.hero-banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.hero_canvas {
	position: relative;
	background: #1a1a1a;
	min-height: 478px;
}
.hero_canvas img {
	display:block;
	width: 100%;
	height: auto;
	max-height: 620px;
	object-fit: cover;
	opacity: 0.45;
}
.hero_overlay {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	display: flex;
	align-items: center;
}
.hero_overOver {
	max-width: 720px;
	padding: 2.5rem 50px;
	color: #fff;
}
.hero_kicker {
	display: inline-block;
	font-family: 'Bebas Neue', sans-serif;
	font-size: 14px;
	letter-spacing: 4px;
	color: #f1c578;
	margin-bottom: 17px;
	padding: 4px 12px;
	border: 1px solid #c4892a;
}
.hero_h1 {
	font-family: 'Shippori Mincho', serif;
	color: #fff;
	font-size: 52px;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 1.4rem;
}
.hero_lede {
	font-size: 16px;
	color: #e0e0e0;
	margin-bottom: 30px;
	line-height: 1.85;
}
.hero_btnRow { display: flex; gap: 14px; flex-wrap: wrap; }

.divider-band {
	background: #fff;
	padding: 0;
	border-top: 8px solid #c4892a;
	border-bottom:8px solid #C4892A;
	height: 18px;
	margin-bottom: 58px;
}

.why_block { padding: 0 0 68px; }
.why_block h2.why_h2 { margin-bottom: 1.85rem; max-width: 760px; font-size: 32px; }
.label-overline {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 11px;
	color: #c4892a;
	margin-bottom: 14px;
	display:block;
	font-family: 'Bebas Neue', sans-serif;
	font-size: 13px;
}

.why_grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
}
.why_col p { color: #555; line-height: 1.95; margin-bottom: 14px; }
.why_col strong { color: #1a1a1a; font-weight: 700; }
.why_signature {
	margin-top: 18px !important;
	font-style: italic;
	color: #888 !important;
	font-size: 13px;
}

.featStrip_wrap {
	background: #f7f3ec;
	padding: 3.75rem 0 60px;
	margin-bottom: 78px;
}
.featStrip_grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2rem;
}
.featStrip_cell {
	background: #fff;
	padding: 32px 26px 30px;
	text-align: center;
	border-top: 3px solid #c4892a;
}
.featStrip_ico {
	font-size: 36px;
	color: #c4892a;
	margin-bottom: 13px;
	line-height: 1;
}
.featStrip_lbl {
	font-family: 'Shippori Mincho', serif;
	font-size: 16px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 8px;
	letter-spacing: 0.5px;
}
.featStrip_txt {
	font-size: 13px;
	color: #666;
	line-height: 1.75;
}

.cta-band {
	background: #1a1a1a;
	color: #fff;
	padding: 55px 0 43px;
	margin-bottom: 78px;
	margin-top: 28px;
	background-image: linear-gradient(135deg, #1a1a1a 0%, #2a2218 100%);
}
.cta-band h2 { color: #fff; margin-bottom: 18px; font-size: 26px; line-height: 1.45; }
.cta-band p { color: #d6d2c8; margin-bottom: 14px; font-size: 14px; }
.ctaBand_left { padding-right: 30px; }
.cta-band .phone-line {
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-top: 18px;
	color: #fff !important;
	font-size: 15px;
}
.cta-band a { color: #f1c578 !important; text-decoration: underline; }
.cta-band a:hover { color: #fff !important; }

.ctaBand_seal {
	display: inline-block;
	width: 140px;
	height: 140px;
	border: 2px solid #c4892a;
	border-radius: 50%;
	text-align: center;
	padding-top: 24px;
	color: #f1c578;
}
.ctaBand_sealMark {
	display: block;
	font-family: 'Shippori Mincho', serif;
	font-size: 38px;
	color: #f1c578;
	line-height: 1;
	margin-bottom: 6px;
	font-weight: 700;
}
.ctaBand_seal span:not(.ctaBand_sealMark) {
	display: block;
	font-family: 'Shippori Mincho', serif;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1.4;
}

.shop_zone { padding: 0 0 78px; }
.shop_zone h2.shop_h2 { font-size: 30px; margin-bottom: 14px; }
.shop_intro {
	max-width: 680px;
	color: #666;
	margin-bottom: 1.85rem;
	line-height: 1.85;
}

.shopFilter_row {
	display: flex;
	gap: 10px;
	margin-bottom: 30px;
	flex-wrap: wrap;
}
.shopFilter_btn {
	background: transparent;
	border: 1.5px solid #1a1a1a;
	padding: 9px 22px;
	font-size: 12px;
	font-weight: 600;
	color: #1a1a1a;
	letter-spacing: 1px;
	transition: all .15s;
}
.shopFilter_btn:hover { background: #1a1a1a; color: #f1c578; }
.shopFilter_btn.active { background: #c4892a; color: #fff; border-color: #c4892a; }

.prodList_grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	margin-bottom: 22px;
}
.prodCard_item {
	background: #fff;
	border: 1px solid #eee;
	cursor: pointer;
	transition: box-shadow .25s;
	display: flex;
	flex-direction: row;
	position: relative;
	overflow: hidden;
}
.prodCard_item:hover { box-shadow: 0 8px 28px rgba(0,0,0,.10); }
.prodCard_item.isOut { opacity: 0.78; }

.prodCard_badge {
	position: absolute;
	top: 14px;
	left: 14px;
	background: #c4892a;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	padding: 4px 11px;
	letter-spacing: 1.5px;
	z-index: 2;
}

.prodCard_imgFrame {
	width: 42%;
	background: #f0ece4;
	overflow: hidden;
	min-height: 230px;
}
.prodCard_imgFrame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s;
	min-height: 230px;
}
.prodCard_item:hover .prodCard_imgFrame img { transform: scale(1.04); }

.prodCard_body {
	flex: 1;
	padding: 22px 22px 22px;
	display: flex;
	flex-direction: column;
}
.prodCard_name {
	font-family: 'Shippori Mincho', serif;
	font-size: 17px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 6px;
	letter-spacing: 0.5px;
}
.prodCard_spec {
	font-size: 12px;
	color: #888;
	margin-bottom: 12px;
	line-height: 1.6;
}
.prodCard_pxRow {
	display: flex;
	align-items: baseline;
	gap: 10px;
	margin-bottom: 6px;
}
.prodCard_px {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 24px;
	color: #1a1a1a;
	letter-spacing: 0.5px;
}
.prodCard_px small { font-size: 11px; color: #888; margin-left: 2px; letter-spacing: 0; }
.prodCard_old {
	color: #bbb;
	text-decoration: line-through;
	font-size: 14px;
}
.prodCard_stk {
	font-size: 11px;
	color: #5a8b4f;
	margin-bottom: 14px;
	letter-spacing: 0.3px;
}
.prodCard_stk.isOut { color: #b04848; }
.prodCard_addBtn {
	margin-top: auto;
	background: transparent;
	border: 1.5px solid #1a1a1a;
	color: #1a1a1a;
	padding: 9px 14px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1.5px;
	transition: all .15s;
	width: 100%;
}
.prodCard_addBtn:hover { background: #c4892a; color: #fff; border-color: #c4892a; }

.shop_footnote {
	font-size: 12px;
	color: #888;
	background: #f7f3ec;
	padding: 14px 20px;
	border-left: 3px solid #c4892a;
}
.shop_footnoteMark { color: #c4892a; font-weight: 700; margin-right: 4px; }

.flowSteps_wrap { padding: 0 0 78px; }
.flowSteps_wrap h2.flow_h2 { font-size: 30px; margin-bottom: 2.25rem; }
.flow_grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 17px;
	position: relative;
}
.flow_step {
	background: #fff;
	border: 1px solid #ebe5d8;
	padding: 26px 20px 24px;
	position: relative;
}
.flow_num {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 38px;
	color: #c4892a;
	line-height: 1;
	margin-bottom: 12px;
	letter-spacing: 1px;
}
.flow_step h3 {
	font-family: 'Shippori Mincho', serif;
	font-size: 15px;
	color: #1a1a1a;
	font-weight: 700;
	margin-bottom: 10px;
	letter-spacing: 0.5px;
}
.flow_step p { font-size: 12.5px; color: #666; line-height: 1.75; margin: 0; }

.alt-block { padding: 0 0 68px; }
.alt-block img { border-radius: 4px; }
.alt-block .col-text { padding-top: 10px; }
.matStory_block .matStory_imgWrap img {
	width: 100%;
	height: 23.75rem;
	object-fit: cover;
}
.matStory_textWrap h2 { font-size: 26px; margin-bottom: 15px; }
.matStory_textWrap p { color: #555; line-height: 1.95; }
.matStory_textWrap strong { color: #1a1a1a; }

.numStrip_band {
	background: #1a1a1a;
	color: #fff;
	padding: 50px 0 48px;
	margin-bottom: 0px;
	background-image: linear-gradient(180deg, #1a1a1a 0%, #2a2218 100%);
}
.numStrip_grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.875rem;
	text-align: center;
}
.numStrip_cell { padding: 0 10px; }
.numStrip_big {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 64px;
	color: #f1c578;
	line-height: 1;
	margin-bottom: 7px;
	letter-spacing: 1px;
}
.numStrip_big small {
	font-size: 18px;
	color: #c4892a;
	margin-left: 4px;
	font-family: 'Shippori Mincho', serif;
}
.numStrip_lbl {
	font-size: 12px;
	color: #c8c4b8;
	letter-spacing: 1px;
	line-height: 1.5;
}

.visual-band {
	width:100%;
	margin: 0 0 0 0;
	padding:0px;
}
.visual-band img {
	width:100%;
	display:block;
	max-height: 360px;
	object-fit: cover;
}

.quote_block {
	background: #f7f3ec;
	padding: 4.4rem 0 70px;
	margin-bottom: 0;
}
.quote_inner {
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.quote_mark {
	font-family: 'Shippori Mincho', serif;
	font-size: 80px;
	color: #c4892a;
	line-height: 0.8;
	margin-bottom: 10px;
	display: inline-block;
	opacity: 0.55;
}
.quote_text {
	font-family: 'Shippori Mincho', serif;
	font-size: 18px;
	color: #2a2a2a;
	line-height: 2;
	margin-bottom: 20px;
	font-weight: 500;
}
.quote_attr {
	font-size: 12px;
	color: #888;
	letter-spacing: 1.5px;
	font-weight: 500;
}

.two-col-prose { padding: 68px 0 75px; }
.two-col-prose h2 { margin-bottom: 28px;  font-size: 28px; }

.faq_set { max-width: 880px; }
.faq_q {
	border-bottom: 1px solid #ebe5d8;
}
.faq_qHead {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 18px 4px;
	cursor: pointer;
	gap: 18px;
}
.faq_qHead span {
	font-family: 'Shippori Mincho', serif;
	font-weight: 700;
	color: #1a1a1a;
	font-size: 15px;
}
.faq_qIco {
	color: #c4892a;
	font-size: 18px;
	transition: transform .25s;
}
.faq_q.open .faq_qIco { transform: rotate(45deg); }
.faq_qBody {
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s ease;
}
.faq_q.open .faq_qBody { max-height: 500px; }
.faq_qBody p {
	color: #666;
	line-height: 1.95;
	padding: 0 4px 22px;
	font-size: 13.5px;
	margin: 0;
}

.bookForm_zone {
	background: #f3ede2;
	background-image: linear-gradient(180deg, #f3ede2 0%, #ebe2cf 100%);
	padding: 5rem 0 6.25rem;
	position: relative;
}
.bookForm_topRow {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 3rem;
	gap: 2rem;
	flex-wrap: wrap;
}
.bookForm_topLeft { max-width: 640px; flex: 1 1 380px; }
.bookForm_topRight { flex: 0 0 auto; }
.bookForm_h2 { font-size: 36px; line-height: 1.3; margin-bottom: 14px; }
.bookForm_lede { color: #5a4f3a; max-width: 580px; line-height: 1.85; font-size: 14px; }
.bookForm_stepDots { display: flex; gap: 14px; }
.bookForm_stepDot {
	width: 44px;
	height: 44px;
	border: 1px solid #c4a878;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: 'Bebas Neue', sans-serif;
	font-size: 14px;
	letter-spacing: 1.5px;
	color: #8a7858;
	background: transparent;
}
.bookForm_stepDot.active {
	background: #1a1a1a;
	color: #f1c578;
	border-color: #1a1a1a;
}

.bookForm_split {
	display: grid;
	grid-template-columns: 1.55fr 1fr;
	gap: 50px;
	align-items: flex-start;
}

.bookForm_main {
	background: #fff;
	padding: 0;
	border: 0;
	box-shadow: 0 30px 60px -28px rgba(40, 30, 12, 0.18);
}

.bookSec_block {
	padding: 36px 42px 30px;
	border-bottom: 1px solid #ebe5d8;
}
.bookSec_block:last-of-type { border-bottom: 0; }

.bookSec_head {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 1.5rem;
}
.bookSec_num {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 36px;
	letter-spacing: 2px;
	color: #c4892a;
	line-height: 1;
	border-right: 1px solid #ebe5d8;
	padding-right: 16px;
}
.bookSec_ttl {
	font-family: 'Shippori Mincho', serif;
	font-size: 17px;
	font-weight: 700;
	color: #1a1a1a;
	letter-spacing: 2px;
}

.bookSec_body { padding-left: 4px; }

.bookFld_row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	margin-bottom: 14px;
}
.bookFld_zip { max-width: 200px; }

.bookFld {
	position: relative;
	padding-top: 18px;
}
.bookFld_full { grid-column: 1 / -1; margin-top: 10px; }
.bookFld input,
.bookFld textarea {
	width: 100%;
	padding: 10px 0 10px;
	border: 0;
	border-radius: 0;
	background: transparent;
	font-size: 15px;
	color: #1a1a1a;
	outline: none;
	font-family: inherit;
}
.bookFld textarea { min-height: 78px; resize: vertical; line-height: 1.65; }

.bookFld label {
	position: absolute;
	left: 0;
	top: 30px;
	font-size: 13px;
	color: #8a7858;
	pointer-events: none;
	transition: all 0.22s ease;
	background: transparent;
	font-weight: 400;
	letter-spacing: 0.3px;
}
.bookFld input:focus + label,
.bookFld input:not(:placeholder-shown) + label,
.bookFld textarea:focus + label,
.bookFld textarea:not(:placeholder-shown) + label {
	top: 0;
	font-size: 11px;
	color: #c4892a;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-weight: 700;
}

.bookFld_under {
	position: absolute;
	left: 0; right: 0; bottom: 0;
	height: 1px;
	background: #d6cdb6;
}
.bookFld_under:after {
	content: "";
	position: absolute;
	left: 0; bottom: 0;
	height: 2px;
	width: 0;
	background: #c4892a;
	transition: width 0.3s ease;
}
.bookFld input:focus ~ .bookFld_under:after,
.bookFld textarea:focus ~ .bookFld_under:after {
	width: 100%;
}

.paySel_grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
}
.paySel_card {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 22px 18px 18px;
	border: 1.5px solid #d6cdb6;
	cursor: pointer;
	background: #faf7f0;
	transition: all 0.2s ease;
	position: relative;
}
.paySel_card:hover {
	border-color: #c4892a;
	background: #fff;
}
.paySel_card.active {
	border-color: #1a1a1a;
	background: #1a1a1a;
	color: #fff;
}
.paySel_card.active .paySel_glyph,
.paySel_card.active .paySel_name { color: #f1c578; }
.paySel_card.active .paySel_desc { color: #b8b4a8; }
.paySel_card input[type="radio"] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.paySel_glyph {
	display: inline-flex;
	width: 38px;
	height: 38px;
	border: 1px solid currentColor;
	align-items: center;
	justify-content: center;
	font-family: 'Shippori Mincho', serif;
	font-size: 17px;
	font-weight: 700;
	color: #c4892a;
	margin-bottom: 6px;
	letter-spacing: 0;
}
.paySel_name {
	font-family: 'Shippori Mincho', serif;
	font-size: 14px;
	font-weight: 700;
	color: #1a1a1a;
	letter-spacing: 0.5px;
}
.paySel_desc {
	font-size: 11.5px;
	color: #6a5d44;
	line-height: 1.55;
}

.bookAgree_row {
	padding: 22px 42px;
	background: #f7f3ec;
	border-top: 1px solid #ebe5d8;
	border-bottom: 1px solid #ebe5d8;
}
.bookAgree_lbl {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	cursor: pointer;
	font-size: 13px;
	color: #5a4f3a;
}
.bookAgree_lbl input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.bookAgree_box {
	width: 18px;
	height: 18px;
	border: 1.5px solid #8a7858;
	flex-shrink: 0;
	margin-top: 1px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.15s;
}
.bookAgree_lbl input[type="checkbox"]:checked + .bookAgree_box {
	background: #c4892a;
	border-color: #c4892a;
}
.bookAgree_lbl input[type="checkbox"]:checked + .bookAgree_box:after {
	content: "✓";
	color: #fff;
	font-size: 13px;
	font-weight: 700;
}
.bookAgree_txt a { color: #c4892a; text-decoration: underline; }

.bookSubmit_btn {
	display: flex;
	width: 100%;
	padding: 22px 42px;
	background: #1a1a1a;
	color: #fff;
	border: 0;
	cursor: pointer;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	transition: background 0.2s ease;
	font-family: inherit;
}
.bookSubmit_btn:hover {
	background: #2a2218;
}
.bookSubmit_lbl {
	font-family: 'Shippori Mincho', serif;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 3px;
	color: #f1c578;
}
.bookSubmit_arr {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 28px;
	color: #c4892a;
	transition: transform 0.25s;
}
.bookSubmit_btn:hover .bookSubmit_arr { transform: translateX(8px); }

.thanksBox_wrap {
	display: none;
	text-align: center;
	padding: 60px 30px 50px;
	background: #fff;
	border: 0;
	box-shadow: 0 30px 60px -28px rgba(40, 30, 12, 0.18);
}
.thanksBox_wrap i { font-size: 56px; color: #5a8b4f; }
.thanksBox_wrap h3 {
	font-size: 22px;
	color: #1a1a1a;
	margin: 18px 0 14px;
	letter-spacing: 3px;
}
.thanksBox_wrap p { color: #6a5d44; max-width: 480px; margin: 0 auto; line-height: 1.85; font-size: 14px; }

.bookForm_aside {
	position: sticky;
	top: 6rem;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.aside_orderCard {
	background: #1a1a1a;
	color: #d8d8d8;
	padding: 32px 28px 26px;
	position: relative;
	overflow: hidden;
}
.aside_orderCard:before {
	content: "";
	position: absolute;
	top: 0; left: 0;
	width: 4px;
	height: 100%;
	background: #c4892a;
}
.aside_orderCard_kicker {
	display: block;
	font-family: 'Bebas Neue', sans-serif;
	font-size: 12px;
	letter-spacing: 4px;
	color: #c4892a;
	margin-bottom: 6px;
}
.aside_orderCard_h {
	font-family: 'Shippori Mincho', serif;
	font-size: 19px;
	color: #f1c578;
	font-weight: 700;
	margin-bottom: 22px;
	letter-spacing: 2px;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(241,197,120,0.15);
}
.aside_emptyLine {
	color: #8a8478;
	font-size: 13px;
	font-style: italic;
	padding: 12px 0 18px;
	line-height: 1.7;
}
.aside_orderItm {
	display: grid;
	grid-template-columns: 56px 1fr auto;
	gap: 14px;
	padding: 13px 0;
	border-bottom: 1px solid rgba(241,197,120,0.12);
	align-items: center;
}
.aside_orderItm:last-child { border-bottom: 0; }
.aside_orderItm_thumb {
	width: 56px;
	height: 56px;
	overflow: hidden;
	background: #2a2218;
	border: 1px solid #3a3020;
}
.aside_orderItm_thumb img { width: 100%; height: 100%; object-fit: cover; }
.aside_orderItm_n {
	font-family: 'Shippori Mincho', serif;
	font-size: 13px;
	color: #f1c578;
	font-weight: 700;
	margin-bottom: 3px;
	letter-spacing: 0.5px;
	line-height: 1.4;
}
.aside_orderItm_q {
	font-size: 11px;
	color: #a8a298;
}
.aside_orderItm_sum {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
}

.aside_orderCard_subRow {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-top: 18px;
	padding-top: 18px;
	border-top: 2px solid #c4892a;
	font-family: 'Bebas Neue', sans-serif;
	letter-spacing: 1.5px;
}
.aside_orderCard_subRow span:first-child {
	font-size: 12px;
	color: #b8b4a8;
}
.aside_orderCard_subRow span:last-child {
	font-size: 28px;
	color: #f1c578;
}
.aside_orderCard_note {
	margin-top: 14px;
	font-size: 11px;
	color: #8a8478;
	line-height: 1.7;
}

.aside_studioCard {
	background: #fff;
	padding: 28px 26px 22px;
	font-size: 13px;
	color: #5a4f3a;
	position: relative;
}
.aside_studioCard_pin {
	position: absolute;
	top: 24px;
	right: 24px;
	color: #c4892a;
	font-size: 8px;
}
.aside_studioCard_h {
	font-family: 'Shippori Mincho', serif;
	font-size: 15px;
	color: #1a1a1a;
	font-weight: 700;
	margin-bottom: 14px;
	letter-spacing: 1.5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ebe5d8;
}
.aside_studioCard p { margin-bottom: 9px; line-height: 1.75; color: #5a4f3a; }
.aside_studioCard_div { color: #8a7858 !important; font-size: 12px; }
.aside_studioCard_phn {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 22px;
	letter-spacing: 1.5px;
	color: #1a1a1a !important;
	margin-top: 8px !important;
}

.phn_inline, .phn_block {
	display: inline-block;
	font-weight: 600;
}
.phn_inline { color: #f1c578; }

.ftrCta_btn {
	display: inline-block;
	border: 1.5px solid #1a1a1a;
	padding: 12px 28px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.5px;
	color: #1a1a1a;
	background: transparent;
	transition: all .2s;
	text-align: center;
	cursor: pointer;
}
.ftrCta_btn:hover { background: #1a1a1a; color: #fff; text-decoration: none; opacity: 1; }
.ftrCta_btn.primary { background: #c4892a; color: #fff; border-color: #c4892a; }
.ftrCta_btn.primary:hover { background: #a06d18; border-color: #a06d18; color: #fff; }
.ftrCta_btn.ghost { background: transparent; color: #fff; border-color: #fff; }
.ftrCta_btn.ghost:hover { background: #fff; color: #1a1a1a; }

.site-footer {
	background: #1a1a1a;
	color: #c8c4b8;
	padding: 3.125rem 0 0;
	font-size: 13px;
}
.site-footer h4 {
	color: #f1c578;
	font-size: 15px;
	margin-bottom: 14px;
	font-family: 'Shippori Mincho', serif;
	letter-spacing: 1px;
}
.site-footer p { color: #aaa6a0; line-height: 1.85; margin-bottom: 12px; }
.site-footer a { color: #d8d8d8; }
.site-footer a:hover { color: #f1c578; text-decoration: underline; }

.site-footer .footer-col { margin-bottom: 24px; }

.site-footer .footer-bottom {
	border-top: 1px solid rgba(241,197,120,0.18);
	padding: 16px 0;
	margin-top: 16px;
	font-size: 12px;
	color: #777;
}
.site-footer .footer-bottom .left { float:left; }
.site-footer .footer-bottom .right { float:right; }

.prodModal_overlay {
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(0,0,0,0.65);
	z-index: 10000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.prodModal_overlay.open { display: flex; }
.prodModal_inner {
	background: #fff;
	max-width: 880px;
	width: 100%;
	max-height: 90vh;
	overflow-y: auto;
	position: relative;
}
.prodModal_x {
	position: absolute;
	top: 12px;
	right: 14px;
	font-size: 22px;
	cursor: pointer;
	color: #1a1a1a;
	z-index: 4;
	background: rgba(255,255,255,0.9);
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.prodModal_grid { display: flex; }
.prodModal_imgSide {
	flex: 1;
	background: #f0ece4;
	min-height: 360px;
	position: relative;
}
.prodModal_imgSide img { width:100%; height:100%; object-fit: cover; }
.prodModal_imgSide .prodCard_badge { top: 16px; left: 16px; }
.prodModal_txtSide {
	flex: 1;
	padding: 38px 32px 30px;
	display: flex;
	flex-direction: column;
}
.prodModal_name {
	font-family: 'Shippori Mincho', serif;
	font-size: 22px;
	color: #1a1a1a;
	font-weight: 700;
	margin-bottom: 10px;
	letter-spacing: 0.5px;
}
.prodModal_spec { font-size: 12px; color: #888; margin-bottom: 14px; }
.prodModal_desc { color: #555; line-height: 1.85; margin-bottom: 14px; font-size: 14px; }
.prodModal_stk { font-size: 12px; color: #5a8b4f; margin-bottom: 18px; }
.prodModal_stk.isOut { color: #b04848; }
.prodModal_priceRow {
	display: flex;
	align-items: baseline;
	gap: 12px;
	margin-bottom: 18px;
}
.prodModal_qtyRow {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 22px;
}
.prodModal_qtyRow label { font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.5px; }
.prodModal_qtyRow select {
	padding: 7px 10px;
	border: 1px solid #ddd;
	font-size: 14px;
	background: #fff;
	min-width: 80px;
}

.bag_overlay {
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(15, 12, 8, 0.55);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	z-index: 10001;
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.bag_overlay.open { display: block; opacity: 1; }
.bag_drawer {
	position: absolute;
	right: 0; top: 0; bottom: 0;
	width: 440px;
	max-width: 100vw;
	background: #f9f5ec;
	background-image: linear-gradient(180deg, #f9f5ec 0%, #f3ede2 100%);
	display: flex;
	flex-direction: column;
	box-shadow: -10px 0 40px rgba(20, 12, 4, 0.25);
	transform: translateX(100%);
	transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.bag_overlay.open .bag_drawer { transform: translateX(0); }

.bag_brandStrip {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 18px 28px;
	background: #1a1a1a;
	color: #c4892a;
	font-family: 'Bebas Neue', sans-serif;
	font-size: 13px;
	letter-spacing: 4px;
}
.bag_brandTxt { line-height: 1; }
.bag_closeIcn {
	font-size: 18px;
	color: #f1c578;
	cursor: pointer;
	padding: 4px;
}
.bag_closeIcn:hover { color: #fff; }

.bag_titleBlock {
	padding: 32px 32px 20px;
}
.bag_bigH {
	font-family: 'Shippori Mincho', serif;
	font-size: 28px;
	color: #1a1a1a;
	font-weight: 700;
	letter-spacing: 3px;
	margin-bottom: 4px;
	line-height: 1.3;
}
.bag_countLine {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 13px;
	color: #c4892a;
	letter-spacing: 2.5px;
}

.bag_divLine {
	height: 1px;
	background: #c4892a;
	margin: 0 32px 8px;
	position: relative;
}
.bag_divLine:before {
	content: "◆";
	position: absolute;
	left: 50%;
	top: -7px;
	transform: translateX(-50%);
	background: #f9f5ec;
	color: #c4892a;
	font-size: 9px;
	padding: 0 8px;
}

.bag_itemsScroll {
	flex: 1;
	overflow-y: auto;
	padding: 16px 32px 24px;
}

.bag_emptyState {
	text-align: center;
	padding: 60px 20px 40px;
}
.bag_emptyMark {
	font-size: 56px;
	color: #d6cdb6;
	line-height: 1;
	margin-bottom: 18px;
	font-family: 'Bebas Neue', sans-serif;
}
.bag_emptyTtl {
	font-family: 'Shippori Mincho', serif;
	font-size: 17px;
	color: #1a1a1a;
	font-weight: 700;
	margin-bottom: 8px;
	letter-spacing: 1.5px;
}
.bag_emptyTxt {
	font-size: 13px;
	color: #8a7858;
	line-height: 1.75;
	max-width: 280px;
	margin: 0 auto;
}

.bagItm_card {
	background: #fff;
	display: grid;
	grid-template-columns: 96px 1fr;
	gap: 16px;
	padding: 16px 16px 14px;
	margin-bottom: 14px;
	position: relative;
	border-left: 3px solid transparent;
	transition: border-color 0.2s, transform 0.2s;
}
.bagItm_card:hover {
	border-left-color: #c4892a;
	transform: translateX(2px);
}
.bagItm_thumb {
	width: 96px;
	height: 96px;
	overflow: hidden;
	background: #ebe5d8;
}
.bagItm_thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bagItm_meta { display: flex; flex-direction: column; min-width: 0; }
.bagItm_name {
	font-family: 'Shippori Mincho', serif;
	font-size: 14px;
	font-weight: 700;
	color: #1a1a1a;
	letter-spacing: 0.8px;
	margin-bottom: 2px;
	line-height: 1.4;
}
.bagItm_spec {
	font-size: 10.5px;
	color: #8a7858;
	margin-bottom: 6px;
	line-height: 1.5;
}
.bagItm_unit {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 13px;
	color: #c4892a;
	letter-spacing: 1px;
	margin-bottom: 8px;
}
.bagItm_ctrlRow {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}
.bagItm_step {
	display: inline-flex;
	align-items: stretch;
	border: 1px solid #d6cdb6;
}
.bagItm_step button {
	width: 26px;
	height: 26px;
	background: transparent;
	border: 0;
	font-size: 14px;
	color: #1a1a1a;
	cursor: pointer;
	font-family: inherit;
	line-height: 1;
}
.bagItm_step button:hover { background: #c4892a; color: #fff; }
.bagItm_step span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	font-family: 'Bebas Neue', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	color: #1a1a1a;
	border-left: 1px solid #d6cdb6;
	border-right: 1px solid #d6cdb6;
	background: #faf7f0;
	padding: 0 4px;
}
.bagItm_step span small {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 9px;
	color: #8a7858;
	margin-left: 2px;
	letter-spacing: 0;
	font-weight: 400;
}
.bagItm_del {
	background: transparent;
	border: 0;
	color: #b04848;
	font-size: 11px;
	letter-spacing: 1.5px;
	cursor: pointer;
	padding: 4px 6px;
	font-family: inherit;
	font-weight: 600;
}
.bagItm_del:hover { color: #1a1a1a; text-decoration: underline; }
.bagItm_lineTotal {
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px dashed #ebe5d8;
	font-size: 11px;
	color: #6a5d44;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.bagItm_lineTotal span {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 17px;
	color: #1a1a1a;
	letter-spacing: 1px;
}

.bag_settleBox {
	padding: 22px 32px 28px;
	background: #1a1a1a;
	color: #d8d8d8;
	background-image: linear-gradient(180deg, #2a2218 0%, #1a1a1a 100%);
}
.bag_breakRow {
	display: flex;
	justify-content: space-between;
	font-size: 12.5px;
	color: #b8b4a8;
	padding: 5px 0;
	letter-spacing: 0.5px;
}
.bag_breakRow_dim { color: #8a8478; font-style: italic; }
.bag_grandRow {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-top: 12px;
	padding-top: 14px;
	border-top: 1px solid rgba(196,137,42,0.4);
	margin-bottom: 16px;
}
.bag_grandLbl {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 14px;
	color: #c4892a;
	letter-spacing: 4px;
}
.bag_grandVal {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 32px;
	color: #f1c578;
	letter-spacing: 1.5px;
	line-height: 1;
}
.bag_proceedBtn {
	display: flex;
	width: 100%;
	padding: 14px 20px;
	background: #c4892a;
	color: #1a1a1a;
	align-items: center;
	justify-content: space-between;
	font-family: 'Shippori Mincho', serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	transition: background 0.2s;
}
.bag_proceedBtn:hover {
	background: #f1c578;
	text-decoration: none;
}
.bag_proceedArrow {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 22px;
	transition: transform 0.25s;
}
.bag_proceedBtn:hover .bag_proceedArrow { transform: translateX(6px); }
.bag_microNote {
	margin-top: 10px;
	font-size: 10.5px;
	color: #8a8478;
	text-align: center;
	letter-spacing: 1px;
}

.ckCard_box {
	position: fixed;
	bottom: 28px;
	right: 28px;
	max-width: 420px;
	width: calc(100vw - 36px);
	background: #1a1a1a;
	color: #d8d8d8;
	padding: 26px 28px 24px;
	border-left: 4px solid #c4892a;
	z-index: 9998;
	box-shadow: 0 22px 56px rgba(10, 8, 4, 0.55), 0 4px 12px rgba(0,0,0,0.3);
	font-size: 13px;
	line-height: 1.7;
	transform: translateY(40px);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.ckCard_box.show {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}
.ckCard_head {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
}
.ckCard_marker {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #c4892a;
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(196, 137, 42, 0.18);
}
.ckCard_title {
	font-family: 'Shippori Mincho', serif;
	font-size: 15px;
	font-weight: 700;
	color: #f1c578;
	letter-spacing: 2.5px;
}
.ckCard_txt {
	margin-bottom: 18px;
	color: #b8b4a8;
	line-height: 1.78;
	font-size: 12.5px;
}
.ckCard_txt a { color: #f1c578; text-decoration: underline; }
.ckCard_txt a:hover { color: #fff; }
.ckCard_actRow {
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
	align-items: center;
}
.ckCard_btn {
	padding: 10px 18px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.5px;
	border: 0;
	cursor: pointer;
	font-family: inherit;
	transition: all 0.18s;
}
.ckCard_btn.primary {
	background: #c4892a;
	color: #fff;
}
.ckCard_btn.primary:hover { background: #f1c578; color: #1a1a1a; }
.ckCard_btn.ghost {
	background: transparent;
	color: #d8d8d8;
	border: 1px solid #4a4438;
}
.ckCard_btn.ghost:hover { background: #2a2218; border-color: #c4892a; }
.ckCard_btn.link {
	background: transparent;
	color: #f1c578;
	text-decoration: underline;
	padding: 10px 6px;
	letter-spacing: 1px;
}
.ckCard_btn.link:hover { color: #fff; }

.ckSet_overlay {
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(10, 8, 4, 0.65);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	z-index: 99999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.ckSet_overlay.open { display: flex; }
.ckSet_panel {
	background: #fff;
	max-width: 540px;
	width: 100%;
	max-height: 88vh;
	overflow-y: auto;
	border-top: 4px solid #c4892a;
	box-shadow: 0 30px 60px rgba(10,8,4,0.4);
}
.ckSet_head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 22px 28px;
	border-bottom: 1px solid #ebe5d8;
}
.ckSet_headTtl {
	font-family: 'Shippori Mincho', serif;
	font-size: 16px;
	font-weight: 700;
	color: #1a1a1a;
	letter-spacing: 3px;
}
.ckSet_x { font-size: 18px; cursor: pointer; color: #1a1a1a; }
.ckSet_x:hover { color: #c4892a; }

.ckSet_body { padding: 8px 28px; }
.ckSet_row {
	display: flex;
	gap: 18px;
	align-items: flex-start;
	padding: 18px 0;
	border-bottom: 1px solid #f3ede2;
}
.ckSet_row:last-child { border-bottom: 0; }
.ckSet_info { flex: 1; }
.ckSet_name {
	font-family: 'Shippori Mincho', serif;
	font-size: 14px;
	color: #1a1a1a;
	font-weight: 700;
	margin-bottom: 6px;
	letter-spacing: 1px;
}
.ckSet_p {
	font-size: 11.5px;
	color: #6a5d44;
	line-height: 1.7;
	margin: 0;
}
.ckSet_lockedTag {
	flex-shrink: 0;
	padding: 6px 12px;
	background: #f3ede2;
	color: #8a7858;
	font-family: 'Bebas Neue', sans-serif;
	font-size: 11px;
	letter-spacing: 2px;
	border: 1px solid #d6cdb6;
}
.ckSet_switch {
	position: relative;
	display: inline-block;
	width: 46px;
	height: 24px;
	flex-shrink: 0;
	cursor: pointer;
}
.ckSet_switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
.ckSet_slider {
	position: absolute;
	inset: 0;
	background: #d6cdb6;
	transition: background 0.2s;
}
.ckSet_slider:before {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	left: 3px;
	top: 3px;
	background: #fff;
	transition: transform 0.22s;
}
.ckSet_switch input:checked + .ckSet_slider {
	background: #c4892a;
}
.ckSet_switch input:checked + .ckSet_slider:before {
	transform: translateX(22px);
}
.ckSet_foot {
	display: flex;
	gap: 10px;
	padding: 18px 28px 22px;
	border-top: 1px solid #ebe5d8;
	background: #faf7f0;
}
.ckSet_foot .ckCard_btn { flex: 1; text-align: center; }

.toastBar_wrap {
	position: fixed;
	bottom: -80px;
	left: 50%;
	transform: translateX(-50%);
	background: #1a1a1a;
	color: #fff;
	padding: 13px 24px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.5px;
	display: flex;
	align-items: center;
	gap: 10px;
	z-index: 10002;
	transition: bottom .3s;
	white-space: nowrap;
	border-left: 3px solid #c4892a;
}
.toastBar_wrap i { color: #f1c578; font-size: 18px; }
.toastBar_wrap.show { bottom: 30px; }

@media (max-width: 991px) {
	.main-nav { float: none; clear: both; margin-top: 12px; display: none; }
	.main-nav.open { display: block; }
	.main-nav ul li { display: block; margin: 0; padding: 8px 0; border-bottom: 1px solid #f5efe2; }
	.navBurger { display: inline-block; }
	.site-header .logo { float: left; }
	.cta-band { padding: 40px 0; margin-bottom: 50px; }
	.why_block { padding-bottom: 50px; }
	.why_grid { grid-template-columns: 1fr; gap: 30px; }
	.featStrip_grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
	.flow_grid { grid-template-columns: repeat(2, 1fr); }
	.numStrip_grid { grid-template-columns: repeat(2, 1fr); gap: 36px 24px; }
	.numStrip_big { font-size: 52px; }
	.bookForm_split { grid-template-columns: 1fr; gap: 30px; }
	.bookForm_aside { position: static; }
	.bookForm_topRow { flex-direction: column; align-items: flex-start; }
	.prodList_grid { grid-template-columns: 1fr; }
	.row > [class*="col-"] { float: none; width: 100%; margin-bottom: 24px; }
	.hero_h1 { font-size: 38px; }
	.hero_overOver { padding: 30px 26px; }
	.hero_canvas { min-height: 380px; }
}

@media (max-width: 767px) {
	body { font-size: 13px; }
	h1 { font-size: 26px; }
	h2 { font-size: 22px; }
	.hero_h1 { font-size: 30px; }
	.announcement-band { padding: 14px 12px; font-size: 12px; }
	.announcement-band p { font-size: 13px; }
	.divider-band { margin-bottom: 30px; }
	.cta-band { padding: 32px 0; margin-bottom: 30px; text-align: left; }
	.cta-band .row > .col-md-4 { display: none; }
	.alt-block { padding-bottom: 40px; }
	.alt-block img { margin-bottom: 20px; height: auto; }
	.featStrip_grid { grid-template-columns: 1fr; }
	.flow_grid { grid-template-columns: 1fr; }
	.numStrip_grid { grid-template-columns: 1fr; gap: 26px; }
	.prodCard_item { flex-direction: column; }
	.prodCard_imgFrame { width: 100%; min-height: 200px; }
	.prodCard_imgFrame img { min-height: 200px; }
	.bookFld_row { grid-template-columns: 1fr; gap: 0; }
	.bookSec_block { padding: 28px 24px 22px; }
	.bookAgree_row { padding: 18px 24px; }
	.bookSubmit_btn { padding: 18px 24px; }
	.bookSubmit_lbl { font-size: 14px; letter-spacing: 2px; }
	.paySel_grid { grid-template-columns: 1fr; gap: 10px; }
	.bookForm_h2 { font-size: 26px; }
	.prodModal_grid { flex-direction: column; }
	.prodModal_imgSide { min-height: 220px; max-height: 280px; }
	.prodModal_txtSide { padding: 24px 22px; }
	.bag_drawer { width: 100%; }
	.bag_titleBlock { padding: 24px 24px 16px; }
	.bag_bigH { font-size: 24px; }
	.bag_itemsScroll { padding: 14px 24px 20px; }
	.bag_settleBox { padding: 18px 24px 22px; }
	.bagItm_card { grid-template-columns: 80px 1fr; gap: 12px; }
	.bagItm_thumb { width: 80px; height: 80px; }
	.ckCard_box { right: 16px; left: 16px; bottom: 16px; max-width: none; padding: 22px 22px 20px; }
	.ckCard_actRow .ckCard_btn { flex: 1 1 auto; text-align: center; }
	.ckSet_foot { flex-direction: column; }
	.site-footer .footer-bottom .left,
	.site-footer .footer-bottom .right { float: none; text-align: center; margin-bottom: 6px; }
	.hero_btnRow .ftrCta_btn { padding: 11px 18px; font-size: 11px; }
	.shopFilter_btn { padding: 8px 16px; font-size: 11px; }
	.topStrip_band { font-size: 11px; padding: 8px 0; }
	.topStrip_band p { padding: 0 12px; line-height: 1.6; }
	.ctaBand_left { padding-right: 0; }
	.bookForm_stepDot { width: 36px; height: 36px; font-size: 12px; }
	.aside_orderCard { padding: 24px 22px 22px; }
}

@media (max-width: 480px) {
	.site-header { padding: 12px 0; }
	.logo_word { font-size: 17px; }
	.logo_glyph { width: 36px; height: 36px; line-height: 36px; font-size: 18px; }
	h1 { font-size: 22px; }
	.hero_h1 { font-size: 25px; }
	.featStrip_cell { padding: 24px 20px; }
	.numStrip_big { font-size: 44px; }
	.quote_text { font-size: 15px; line-height: 1.85; }
	.bookSec_num { font-size: 28px; padding-right: 12px; }
	.bookSec_ttl { font-size: 15px; letter-spacing: 1.5px; }
	.bag_grandVal { font-size: 26px; }
}
.srvHd_band {
	background: #f3ede2;
	background-image: linear-gradient(180deg, #f7f3ec 0%, #ebe2cf 100%);
	padding: 4.25rem 0 3.75rem;
	border-bottom: 1px solid #d6cdb6;
}
.srvHd_band_dark {
	background: #1a1a1a;
	background-image: linear-gradient(135deg, #1a1a1a 0%, #2a2218 100%);
	border-bottom: 4px solid #c4892a;
}
.srvHd_band_dark .label-overline { color: #f1c578; }
.srvHd_band_dark .srvHd_h { color: #fff; }
.srvHd_band_dark .srvHd_lede { color: #c8c4b8; }

.srvHd_h {
	font-family: 'Shippori Mincho', serif;
	font-size: 38px;
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.3;
	margin-bottom: 18px;
	max-width: 740px;
	letter-spacing: 1px;
}
.srvHd_lede {
	max-width: 680px;
	font-size: 14.5px;
	color: #5a4f3a;
	line-height: 1.95;
}

.srvProse_zone {
	padding: 4.4rem 0 5.5rem;
	background: #fff;
}
.srvProse_box {
	max-width: 780px;
	margin: 0 auto;
}
.srvProse_box p {
	color: #4a4133;
	font-size: 14.5px;
	line-height: 2.05;
	margin-bottom: 1.15rem;
}
.srvProse_box h2 {
	font-family: 'Shippori Mincho', serif;
	font-size: 21px;
	color: #1a1a1a;
	font-weight: 700;
	letter-spacing: 1.5px;
	margin-top: 38px;
	margin-bottom: 14px;
	padding-left: 14px;
	border-left: 3px solid #c4892a;
	line-height: 1.45;
}
.srvProse_box h2:first-of-type { margin-top: 26px; }
.srvProse_box h3 {
	font-family: 'Shippori Mincho', serif;
	font-size: 16px;
	color: #1a1a1a;
	font-weight: 700;
	letter-spacing: 1px;
	margin-top: 22px;
	margin-bottom: 8px;
}
.srvProse_close {
	margin-top: 36px;
	padding: 18px 22px;
	background: #f7f3ec;
	border-left: 3px solid #c4892a;
	font-size: 13px !important;
	color: #6a5d44 !important;
	line-height: 1.85 !important;
}

.srvArt_clause {
	margin-bottom: 32px;
	padding-bottom: 24px;
	border-bottom: 1px dashed #ebe5d8;
}
.srvArt_clause:last-of-type { border-bottom: 0; }
.srvArt_head {
	display: flex;
	align-items: baseline;
	gap: 18px;
	margin-bottom: 12px;
	flex-wrap: wrap;
}
.srvArt_num {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 22px;
	letter-spacing: 2px;
	color: #c4892a;
	background: transparent;
	border: 1px solid #c4892a;
	padding: 4px 12px 2px;
	line-height: 1;
	flex-shrink: 0;
}
.srvArt_h {
	font-family: 'Shippori Mincho', serif;
	font-size: 19px !important;
	color: #1a1a1a !important;
	font-weight: 700;
	letter-spacing: 1.5px;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	line-height: 1.4;
}
.srvArt_clause p {
	color: #4a4133;
	font-size: 14px;
	line-height: 2;
	padding-left: 4px;
}

.srvCk_cardGrid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin: 22px 0 32px;
}
.srvCk_card {
	background: #faf7f0;
	border: 1px solid #ebe5d8;
	padding: 22px 20px 20px;
	position: relative;
	transition: border-color 0.2s, transform 0.2s;
}
.srvCk_card:hover {
	border-color: #c4892a;
	transform: translateY(-2px);
}
.srvCk_card_must {
	background: #1a1a1a;
	color: #d8d8d8;
	border-color: #1a1a1a;
}
.srvCk_card_must h3 { color: #f1c578 !important; }
.srvCk_card_must p { color: #b8b4a8; }
.srvCk_cardTag {
	display: inline-block;
	font-family: 'Bebas Neue', sans-serif;
	font-size: 11px;
	letter-spacing: 2.5px;
	padding: 3px 10px;
	background: #c4892a;
	color: #fff;
	margin-bottom: 14px;
}
.srvCk_cardTag_opt {
	background: transparent;
	color: #8a7858;
	border: 1px solid #c4a878;
}
.srvCk_card h3 {
	font-family: 'Shippori Mincho', serif;
	font-size: 15px !important;
	margin-top: 0 !important;
	margin-bottom: 8px !important;
	color: #1a1a1a;
	letter-spacing: 1px;
	font-weight: 700;
}
.srvCk_card p {
	font-size: 12.5px;
	line-height: 1.85;
	color: #5a4f3a;
	margin: 0;
}

.srvInst_zone {
	padding: 4.4rem 0 5.25rem;
	background: #fff;
}
.srvInst_block {
	margin-bottom: 4.5rem;
	padding-bottom: 4rem;
	border-bottom: 1px solid #ebe5d8;
}
.srvInst_block:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.srvInst_phaseTag {
	display: inline-block;
	font-family: 'Bebas Neue', sans-serif;
	font-size: 12px;
	letter-spacing: 4px;
	color: #c4892a;
	margin-bottom: 14px;
	padding: 5px 14px;
	border: 1px solid #c4892a;
}
.srvInst_h {
	font-family: 'Shippori Mincho', serif;
	font-size: 26px;
	color: #1a1a1a;
	font-weight: 700;
	margin-bottom: 26px;
	letter-spacing: 1.5px;
	line-height: 1.45;
	max-width: 760px;
}
.srvInst_grid {
	display: grid;
	grid-template-columns: 1fr 1.25fr;
	gap: 38px;
	align-items: flex-start;
}
.srvInst_grid_rev .srvInst_imgCol { order: 2; }
.srvInst_grid_rev .srvInst_txtCol { order: 1; }
.srvInst_imgCol img {
	width: 100%;
	height: 360px;
	object-fit: cover;
	display: block;
}
.srvInst_txtCol p {
	color: #4a4133;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 1rem;
}
.srvInst_textOnly {
	max-width: 820px;
}
.srvInst_textOnly p {
	color: #4a4133;
	font-size: 14.5px;
	line-height: 2.05;
	margin-bottom: 1.1rem;
}

@media (max-width: 991px) {
	.srvHd_band { padding: 3rem 0 2.75rem; }
	.srvHd_h { font-size: 30px; }
	.srvProse_zone { padding: 3rem 0 3.75rem; }
	.srvCk_cardGrid { grid-template-columns: 1fr; gap: 12px; }
	.srvInst_grid { grid-template-columns: 1fr; gap: 24px; }
	.srvInst_grid_rev .srvInst_imgCol { order: 1; }
	.srvInst_grid_rev .srvInst_txtCol { order: 2; }
	.srvInst_imgCol img { height: 280px; }
	.srvInst_block { margin-bottom: 3rem; padding-bottom: 2.6rem; }
}

@media (max-width: 640px) {
	.srvHd_h { font-size: 24px; letter-spacing: 0.5px; }
	.srvHd_lede { font-size: 13.5px; }
	.srvProse_box h2 { font-size: 18px; padding-left: 11px; }
	.srvArt_head { gap: 12px; }
	.srvArt_num { font-size: 18px; padding: 3px 10px 1px; }
	.srvArt_h { font-size: 16px !important; }
	.srvInst_h { font-size: 21px; }
	.srvInst_phaseTag { font-size: 11px; letter-spacing: 3px; padding: 4px 11px; }
	.srvInst_imgCol img { height: 220px; }
}