:root {
	--color0: #fff2f5;
	--color1: #fc8fa9;
	--color2: #e06b88;
	--colorG: #e0e0e0;
	--colorB: #313131;
	--orange: #fc8fa9;
	--navy: #e06b88;
	--green: #75bd5f;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	font-family: "BIZ UDPGothic", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif !important;
	background: #fff !important;
	margin: 0;
}

#page,
.site,
.wrapper {
	max-width: none !important;
	padding: 0 !important;
	margin: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
}

.site-content,
.widget-area,
.content-area {
	width: auto !important;
	float: none !important;
	margin: 0 !important;
}

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

a:hover {
	text-decoration: none;
}

.site-logo {
	display: inline-block;
	text-decoration: none !important;
	line-height: 1;
}
.header-logo-img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 52px;
}
.header-logo-img--pc {
	max-height: 72px;
}
@media (max-width: 500px) {
	.header-logo-img {
		max-height: 40px;
		margin: 0 auto;
	}
}

.nav-con {
	display: block;
	font-weight: 700;
	font-size: 13px;
}
.nav-con i {
	display: block;
	font-size: 18px;
	color: var(--color1);
	margin-bottom: 2px;
}

.btn--tel {
	display: block;
	width: 100%;
	text-align: center;
	border-radius: 0.5rem;
	font-weight: 700;
	padding: 12px 8px;
	letter-spacing: 0.04em;
}
.btn--tel:hover {
	opacity: 0.85;
	color: #fff !important;
	text-decoration: none;
}

.line-tt {
	position: relative;
	height: auto;
	line-height: 1.35;
	margin: 2em 0 1em;
	padding: 16px 36px;
	text-align: center;
	color: #fff;
	background: var(--color2);
	font-weight: 700;
	box-sizing: border-box;
	container-type: inline-size;
	clip-path: polygon(0 0, 100% 0, calc(100% - 18px) 50%, 100% 100%, 0 100%, 18px 50%);
}
.line-tt:before,
.line-tt:after {
	content: none;
	border: none;
}
@media only screen and (max-width: 500px) {
	.line-tt {
		height: auto;
		line-height: 1.35;
		margin: 1em 0;
		padding: 12px 28px;
		background: var(--color2);
	}
}

/* FV */
.main_img_bg {
	width: 100%;
	max-width: none;
	background: #fdf6f8;
	padding: 0;
	overflow: hidden;
}
.main_img_bg img {
	width: 100%;
	max-width: none;
	height: auto;
	display: block;
	margin: 0;
}

/* MV直下：施術の特徴（元画像 800px 実測に合わせ幅連動） */
.tokucho {
	max-width: 800px;
	margin: 24px auto 40px;
	padding: 0 12px;
	container-type: inline-size;
	container-name: tokucho;
}
.tokucho-inner {
	border: 3px double #d48a9a;
	padding: 8px 0 28px;
	background: #fff;
}
.tokucho-ribbon {
	position: relative;
	background: var(--color2);
	color: #fff;
	text-align: center;
	margin: 0 0 12px;
	padding: 16px 36px;
	line-height: 1.35;
	font-weight: 700;
	clip-path: polygon(0 0, 100% 0, calc(100% - 18px) 50%, 100% 100%, 0 100%, 18px 50%);
}
.tokucho-ribbon:before,
.tokucho-ribbon:after {
	content: none;
}
.tokucho-ribbon-sub {
	display: block;
	font-size: clamp(13px, 3.5cqw, 28px);
	font-weight: 500;
	letter-spacing: 0.08em;
}
.tokucho-ribbon-main {
	display: block;
	font-size: clamp(18px, 5.25cqw, 42px);
	letter-spacing: 0.04em;
}
.tokucho-h3 {
	color: var(--color1);
	font-size: clamp(18px, 5.8cqw, 46px);
	font-weight: 700;
	text-align: center;
	line-height: 1.55;
	margin: 16px 24px 22px;
	padding: 14px 8px;
	border-top: 3px double var(--color1);
	border-bottom: 3px double var(--color1);
}
.tokucho-box {
	margin: 0 20px 18px;
	padding: 16px 12px;
	text-align: center;
	background: var(--color0);
	border: 1px solid #d48a9a;
	color: var(--navy);
	font-size: clamp(13px, 3.25cqw, 26px);
	font-weight: 400;
	line-height: 1.7;
}
.tokucho-box strong {
	display: block;
	font-size: clamp(18px, 5cqw, 40px);
	font-weight: 700;
	color: var(--navy);
	margin-top: 4px;
}
.tokucho-check {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 10px;
	margin: 0 20px 28px;
	font-size: clamp(13px, 3.4cqw, 27px);
	font-weight: 400;
	line-height: 1.7;
	color: #222;
	text-align: left;
}
.tokucho-check-ico {
	flex: 0 0 1.15em;
	width: 1.15em;
	height: 1.15em;
	margin-top: 0.2em;
	border: 2px solid var(--color1);
	border-radius: 3px;
	position: relative;
	background: #fff;
}
.tokucho-check-ico:after {
	content: "";
	position: absolute;
	left: 28%;
	top: 4%;
	width: 32%;
	height: 58%;
	border: solid var(--color1);
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.tokucho-red {
	color: #c0392b;
	font-weight: 700;
}
.tokucho-license {
	text-align: center;
	font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: clamp(22px, 7.4cqw, 59px);
	font-weight: 700;
	margin: 8px 12px 4px;
	line-height: 1.4;
}
.tokucho-secure {
	text-align: center;
	font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: clamp(16px, 6cqw, 48px);
	font-weight: 700;
	margin: 0 12px 16px;
	color: #222;
}
.tokucho-lead {
	display: flex;
	align-items: center;
	margin: 0 20px 16px;
	color: var(--navy);
	font-weight: 700;
	font-size: clamp(12px, 2.75cqw, 22px);
}
.tokucho-lead:before,
.tokucho-lead:after {
	content: "";
	flex: 1;
	height: 1px;
	background: #c5c5c5;
}
.tokucho-lead span {
	padding: 0 12px;
	white-space: nowrap;
}
.tokucho-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin: 0 16px 8px;
	padding: 0;
	list-style: none;
}
.tokucho-grid li {
	margin: 0;
	padding: 0;
	background: none;
	min-height: 0;
}
.tokucho-grid img {
	display: block;
	width: 100%;
	height: auto;
}
.tokucho-nado {
	text-align: center;
	color: var(--color1);
	font-weight: 700;
	font-size: clamp(12px, 2.25cqw, 18px);
	margin: 4px 0 20px;
}
.tokucho-orange {
	position: relative;
	background: linear-gradient(180deg, #ffc4d2 0%, #fc8fa9 52%, #e06b88 100%);
	color: #fff;
	text-align: center;
	font-weight: 700;
	padding: 28px 14px 22px;
	margin: 0 0 20px;
	clip-path: polygon(0 0, 50% 14px, 100% 0, 100% 100%, 0 100%);
	text-shadow: 0 1px 2px rgba(176, 58, 90, 0.55), 0 0 8px rgba(176, 58, 90, 0.28);
}
.tokucho-orange-sub {
	display: block;
	font-size: clamp(13px, 4.6cqw, 37px);
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-bottom: 4px;
}
.tokucho-orange-main {
	display: block;
	font-size: clamp(16px, 6.5cqw, 52px);
	letter-spacing: 0.02em;
	line-height: 1.4;
}
.tokucho-photo {
	display: block;
	width: calc(100% - 32px);
	max-width: 100%;
	height: auto;
	margin: 0 auto 20px;
}
.tokucho-tri {
	width: 0;
	height: 0;
	margin: 8px auto 16px;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-top: 16px solid #d48a9a;
}
.tokucho-cta1 {
	text-align: center;
	color: var(--color1);
	font-weight: 700;
	font-size: clamp(16px, 7cqw, 56px);
	line-height: 1.5;
	margin: 0 12px 8px;
}
.tokucho-cta2 {
	text-align: center;
	color: #333;
	font-weight: 700;
	font-size: clamp(14px, 4.5cqw, 36px);
	line-height: 1.6;
	margin: 0 12px 24px;
}
.tokucho-msg {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 8px;
	padding: 0 12px;
}
.tokucho-staff {
	width: 38%;
	max-width: 180px;
	height: auto;
}
.tokucho-balloon {
	position: relative;
	flex: 1;
	background: var(--color1);
	color: #fff;
	font-weight: 700;
	font-size: clamp(12px, 3cqw, 24px);
	line-height: 1.6;
	padding: 18px 14px;
	border-radius: 12px;
	margin-bottom: 20px;
}
.tokucho-balloon:before {
	content: "";
	position: absolute;
	left: -12px;
	bottom: 28px;
	border-style: solid;
	border-width: 10px 14px 10px 0;
	border-color: transparent var(--color1) transparent transparent;
}
.tokucho-balloon em {
	display: inline-block;
	font-style: normal;
	color: #fff;
	font-size: clamp(16px, 4.5cqw, 36px);
	line-height: 1.4;
}

/* メニュー画像未提供 → CSSカード */
.menu-visual {
	float: left;
	width: 100%;
	max-width: 230px;
	height: 86px;
	margin-right: 16px;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 32px;
	position: relative;
	overflow: hidden;
}
.menu-visual:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 55%);
}
.menu-visual--katakori { background: linear-gradient(135deg, #fc8fa9, #e8a0b0); }
.menu-visual--youtsu { background: linear-gradient(135deg, #e06b88, #e8a0b0); }
.menu-visual--gikuri { background: linear-gradient(135deg, #e06b88, #e8a0b0); }
.menu-visual--zakotsu { background: linear-gradient(135deg, #e06b88, #d48a9a); }
.menu-visual--hiza { background: linear-gradient(135deg, #fc8fa9, #f4d4dc); }
.menu-visual--osgood { background: linear-gradient(135deg, #75bd5f, #b8d9a8); }
.menu-visual--shisei { background: linear-gradient(135deg, #e06b88, #d48a9a); }
.menu-visual--kotsuban { background: linear-gradient(135deg, #fc8fa9, #fff2f5); }
.menu-visual--sango { background: linear-gradient(135deg, #e8a0b0, #fdf6f8); color: #e06b88; }
.menu-visual--raku { background: linear-gradient(135deg, #fc8fa9, #e06b88); }

@media (max-width: 500px) {
	.menu-visual {
		float: none;
		max-width: none;
		margin-right: 0;
		height: 72px;
		margin-bottom: 8px;
	}
	.menulistTit {
		min-height: 0 !important;
	}
	.list_item {
		min-height: 0 !important;
	}
}

.list_item a {
	display: block;
	overflow: hidden;
}

/* 選ばれる理由・店内・道案内の代替ビジュアル */
.ph {
	width: 100%;
	aspect-ratio: 3 / 2;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	padding: 16px;
	font-weight: 700;
}
.ph i {
	font-size: 42px;
	margin-bottom: 8px;
	opacity: 0.95;
}
.ph span {
	font-size: 15px;
}
.ph--01 { background: linear-gradient(160deg, #fc8fa9, #e8a0b0); }
.ph--02 { background: linear-gradient(160deg, #e06b88, #fc8fa9); }
.ph--03 { background: linear-gradient(160deg, #e8a0b0, #e06b88); }
.ph--04 { background: linear-gradient(160deg, #e06b88, #d48a9a); }
.ph--05 { background: linear-gradient(160deg, #e8a0b0, #fc8fa9); }
.ph--shop1 { background: linear-gradient(160deg, #e06b88, #fc8fa9); }
.ph--shop2 { background: linear-gradient(160deg, #fc8fa9, #e8a0b0); }
.ph--shop3 { background: linear-gradient(160deg, #d48a9a, #e8a0b0); }
.ph--shop4 { background: linear-gradient(160deg, #75bd5f, #e06b88); }
.ph--shop5 { background: linear-gradient(160deg, #e8a0b0, #fc8fa9); }
.ph--shop6 { background: linear-gradient(160deg, #e06b88, #e8a0b0); }
.ph--map { background: linear-gradient(160deg, #fc8fa9, #fff2f5); color: #e06b88; }

.director-photo {
	width: 100%;
	max-width: 360px;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 6px;
	background: var(--color0);
}

.img-cutout {
	mix-blend-mode: screen;
	max-width: 100%;
}

.mark {
	background-color: #ffff99;
	font-weight: 700;
}

.banner-block {
	max-width: 800px;
	margin: 0 auto;
}
.banner-block img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

/* その他対応メニュー */
.taiou-panel {
	overflow: hidden;
	background: var(--color0);
}
.taiou-head {
	margin: 0;
	padding: 14px 12px;
	background: var(--navy);
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.08em;
	line-height: 1.4;
}
.taiou-body {
	padding: 28px 16px 24px;
}
.taiou-top {
	display: flex;
	align-items: flex-end;
	gap: 8px;
	margin-bottom: 28px;
}
.taiou-woman {
	flex: 0 0 38%;
	max-width: 160px;
	text-align: center;
}
.taiou-woman img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.taiou-boxes {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	gap: 22px;
	min-width: 0;
}
.taiou-box {
	position: relative;
	background: #fff;
	border: 2px solid var(--orange);
	border-radius: 10px;
	padding: 28px 14px 16px;
}
.taiou-box--wide {
	margin-top: 8px;
}
.taiou-badge {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	background: var(--orange);
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1;
	white-space: nowrap;
	padding: 7px 22px;
	border-radius: 999px;
}
.taiou-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.taiou-box li {
	position: relative;
	padding-left: 1.1em;
	margin: 0 0 4px;
	font-size: 15px;
	line-height: 1.7;
	color: #222;
	text-align: left;
}
.taiou-box li:last-child {
	margin-bottom: 0;
}
.taiou-box li:before {
	content: "・";
	position: absolute;
	left: 0;
}
.taiou-box small {
	font-size: 11px;
	margin-left: 2px;
}

.okigaru-wrap {
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
}
.okigaru {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	margin-bottom: 8px;
}
.okigaru-balloon {
	position: relative;
	flex: 1 1 auto;
	background: #fdf6f8;
	border: 2px solid var(--navy);
	border-radius: 16px;
	padding: 16px 14px 14px;
	text-align: center;
}
.okigaru-balloon:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -12px;
	margin-top: -8px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 12px solid var(--navy);
}
.okigaru-balloon:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -8px;
	margin-top: -6px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 9px solid #fdf6f8;
	z-index: 1;
}
.okigaru-balloon p {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
	color: #222;
	font-weight: 700;
}
.okigaru-cta {
	margin-top: 6px !important;
	color: var(--orange) !important;
	font-size: 17px !important;
}
.okigaru-img {
	flex: 0 0 42%;
	width: 42%;
	max-width: 180px;
	height: auto;
}
#taiou .btnn {
	color: #fff;
	text-decoration: none;
}
#taiou .btnn:hover {
	color: #fff;
	opacity: 0.9;
	text-decoration: none;
}

@media (max-width: 991.98px) {
	.taiou-head {
		font-size: 18px;
		padding: 12px 8px;
	}
	.taiou-body {
		padding: 22px 10px 18px;
	}
	.taiou-woman {
		flex-basis: 32%;
		max-width: 120px;
	}
	.taiou-box {
		padding: 24px 10px 12px;
	}
	.taiou-box li {
		font-size: 13px;
	}
	.taiou-badge {
		font-size: 13px;
		padding: 6px 16px;
	}
	.okigaru-balloon p {
		font-size: 13px;
	}
	.okigaru-cta {
		font-size: 14px !important;
	}
}

.kutikomi-wrap {
	max-width: 860px;
	margin: 0 auto;
	text-align: center;
}
.kutikomi-orange {
	position: relative;
	background: var(--color1);
	color: #fff;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.5;
	letter-spacing: 0.06em;
	text-align: center;
	margin: 0 0 28px;
	padding: 22px 16px 26px;
	text-shadow: 0 1px 0 rgba(154, 79, 100, 0.45), 0 0 8px rgba(154, 79, 100, 0.25);
}
.kutikomi-orange:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -16px;
	width: 0;
	height: 0;
	margin-left: -16px;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-top: 16px solid var(--color1);
}
.kutikomi-grw {
	margin-top: 8px;
	text-align: left;
}
@media (max-width: 500px) {
	.kutikomi-orange {
		font-size: 18px;
		padding: 16px 12px 20px;
	}
}
.review-badges {
	display: flex;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
	margin: 16px 0 8px;
}
.review-badges img {
	width: 160px;
	height: auto;
}

/* スマホ固定ヘッダー・ハンバーガー */
.sp-menu-fixed {
	background: #fff;
	box-shadow: 0 2px 10px rgba(224, 107, 136, 0.12);
}
.sp-menu-fixed .navbar {
	position: relative;
	z-index: 1;
	display: block;
	padding: 0;
	background: #fff !important;
	flex-wrap: wrap;
}
.sp-bar {
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 6px 8px;
	min-height: 56px;
}
.sp-bar .site-logo {
	flex: 0 1 auto;
	min-width: 0;
	padding: 0 4px;
}
.sp-bar .header-logo-img {
	max-height: 40px;
	margin: 0;
}
.sp-bar .nav-con {
	flex: 1 1 auto;
	display: block;
	text-align: center;
	color: #313131;
	text-decoration: none !important;
	border-left: 1px solid var(--color0);
	border-right: 1px solid var(--color0);
	padding: 4px 8px;
	line-height: 1.2;
	font-size: 11px;
}
.sp-bar .nav-con i {
	display: block;
	font-size: 16px;
	color: var(--color1);
	margin-bottom: 2px;
}
.sp-bar .navbar-toggler {
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	box-shadow: none;
	background: transparent;
}
.sp-bar .navbar-toggler:focus {
	outline: none;
	box-shadow: none;
}
.hm-bar {
	display: block;
	width: 22px;
	height: 2px;
	margin: 5px auto;
	background: #313131;
	border-radius: 1px;
	transition: transform 0.25s ease, opacity 0.2s ease;
}
.navbar-toggler[aria-expanded="true"] .hm-bar:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .hm-bar:nth-child(2) {
	opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .hm-bar:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}
.sp-menu-fixed .navbar-collapse {
	flex-basis: 100%;
	width: 100%;
	margin: 0;
	background: #fff;
	border-top: 1px solid #f3e6ea;
	max-height: calc(100vh - 56px - 88px);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.sp-menu-fixed .navbar-nav {
	width: 100%;
	padding: 4px 0 8px;
}
.sp-menu-fixed .nav-link {
	display: block;
	padding: 12px 18px;
	color: #313131 !important;
	font-weight: 700;
	font-size: 15px;
	border-bottom: 1px solid #f7f0f2;
	text-decoration: none !important;
}
.sp-menu-fixed .nav-link i {
	margin-right: 8px;
	color: var(--color1);
}
.sp-menu-fixed .nav-link:active,
.sp-menu-fixed .nav-link:hover {
	background: var(--color0);
	color: var(--color2) !important;
}
.sp-menu-overlay {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: rgba(49, 49, 49, 0.4);
}
body.menu-open {
	overflow: hidden;
}
body.menu-open .sp-menu-overlay {
	display: block;
}

/* スマホ下部CTA */
.sp_banner {
	display: none;
}
@media (max-width: 991.98px) {
	.sp_banner {
		display: flex;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 999;
		margin: 0;
		padding: 8px 8px calc(8px + env(safe-area-inset-bottom, 0px));
		gap: 8px;
		background: #fff;
		box-shadow: 0 -4px 16px rgba(224, 107, 136, 0.16);
	}
	.sp_banner a {
		flex: 1 1 50%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		min-height: 64px;
		padding: 8px 6px;
		color: #fff !important;
		font-weight: 700;
		text-decoration: none !important;
		border-radius: 8px;
		letter-spacing: 0.04em;
		line-height: 1.2;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
	}
	.sp_banner a i {
		font-size: 18px;
		margin-bottom: 3px;
	}
	.sp_banner .sp-cta-label {
		font-size: 14px;
	}
	.sp_banner .sp-cta-sub {
		display: block;
		margin-top: 2px;
		font-size: 11px;
		font-weight: 500;
		letter-spacing: 0.02em;
		opacity: 0.92;
	}
	.sp_banner .sp-tel {
		background: linear-gradient(180deg, #ff9fb5 0%, var(--color1) 55%, var(--color2) 100%);
	}
	.sp_banner .sp-web {
		background: linear-gradient(180deg, #8ed07a 0%, var(--green) 100%);
	}
	body {
		padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px));
	}
}

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

#access .access-photo {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.landmark-item {
	margin-bottom: 16px;
}
.landmark-item p {
	margin: 10px 0 0;
	line-height: 1.7;
}
.line-offer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin: 16px 0 8px;
}
.line-offer ul {
	flex: 1 1 auto;
	min-width: 0;
	margin-bottom: 0;
}
.line-qr {
	display: inline-block;
	flex: 0 0 auto;
	text-align: center;
	text-decoration: none !important;
	color: #333;
	max-width: 180px;
}
.line-qr img {
	display: block;
	width: 100%;
	height: auto;
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 8px;
}
.line-qr span {
	display: block;
	margin-top: 8px;
	font-size: 13px;
	font-weight: 700;
	color: #06c755;
}
.time-wrap {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

#shop ul {
	list-style: none;
}
#shop li img {
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	display: block;
}
#shop li p {
	margin-bottom: 0;
}

.nav-bg .nav-link span {
	color: #fff;
}
.nav-bg .nav-link:hover span {
	opacity: 0.85;
}

.head-map-a {
	color: var(--color1) !important;
	margin-left: 8px;
	text-decoration: underline;
}

.check_left li i {
	margin-right: 10px;
	color: var(--color1);
}

.hajimete-illust {
	width: 100%;
	aspect-ratio: 8 / 3;
	border-radius: 6px;
	background: linear-gradient(90deg, var(--color0), #fff, var(--color0));
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color1);
	font-weight: 700;
	border: 1px dashed #d48a9a;
	margin: 16px 0;
}
.hajimete-illust i {
	font-size: 36px;
	margin-right: 12px;
}

.blog-empty {
	text-align: center;
	color: #777;
	padding: 16px 0 24px;
}

@media (max-width: 991.98px) {
	.feature-panel {
		padding: 20px 12px 28px;
	}
	.feature-panel h3 {
		font-size: 20px;
	}
	.header-logo-img--pc {
		max-height: 56px;
	}
	.reason-number-tt {
		float: none;
		font-size: 56px;
		line-height: 1;
		margin-bottom: 8px;
	}
	.reason-tt {
		display: block;
		font-size: 20px;
		line-height: 1.45;
		padding: 8px 0 0;
	}
	#contact.container {
		padding-left: 16px;
		padding-right: 16px;
	}

	.menu {
		display: flex;
		flex-wrap: wrap;
		gap: 12px;
		margin-left: 0;
	}
	.list_item {
		float: none !important;
		width: calc(50% - 6px) !important;
		margin-left: 0 !important;
		margin-bottom: 0 !important;
		min-height: 0 !important;
		padding: 10px !important;
	}
	.menu li img {
		float: none !important;
		max-width: none !important;
		width: 100% !important;
		margin-right: 0 !important;
		margin-bottom: 8px;
	}
	.menulistTit {
		min-height: 0 !important;
		font-size: 16px !important;
		line-height: 1.4;
	}

	.check_left,
	.check_right {
		float: none;
		width: 100%;
		padding: 8px 16px;
	}
	.check_right {
		text-align: center;
		padding-top: 0;
	}
	.check_right img {
		width: 100%;
		max-width: 420px;
	}
	.check_left li {
		padding-left: 0 !important;
		font-size: 16px !important;
		line-height: 1.6 !important;
		margin-bottom: 12px;
	}
	.CheckBox .CheckBox-title {
		font-size: 18px;
		padding: 12px 8px;
	}

	.line-offer {
		flex-direction: column;
		align-items: center;
		text-align: left;
		gap: 16px;
	}
	.line-offer ul {
		width: 100%;
	}
	.line-qr {
		max-width: 160px;
	}
	.tokuten {
		font-size: 16px;
	}
	.tokuten span {
		font-size: 14px;
	}

	.gmap {
		padding-bottom: 62%;
		padding-top: 0;
		margin-bottom: 20px;
	}
	.time {
		min-width: 520px;
		font-size: 12px;
	}
	.other-tt {
		display: inline-block;
		margin-bottom: 4px;
		padding: 2px 10px;
	}

	.sp-bar .nav-con {
		font-size: 12px !important;
	}
	.sp-bar .nav-con i {
		font-size: 16px;
	}

	.footer {
		padding-bottom: 8px;
	}
	.footer .col-lg-3,
	.footer .col-lg-6 {
		margin-bottom: 24px;
	}

	.btn--tel {
		padding: 10px 8px;
		font-size: 15px;
		white-space: normal;
	}
	.btn--tel .number {
		font-size: 16px;
	}

	.row.py-4 .col-md-4 img,
	.row.py-4 .col-md-8 img {
		width: 100%;
		height: auto;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.header-logo-img--pc {
		max-height: 56px;
	}
	#header .btn {
		font-size: 13px;
		padding: 8px 6px;
	}
	#header li {
		font-size: 12px !important;
	}
}

@media (max-width: 767.98px) {
	.tokucho {
		margin: 16px auto 28px;
		padding: 0 8px;
	}
	.tokucho-ribbon {
		padding: 12px 22px;
	}
	.tokucho-h3 {
		margin: 12px 10px 16px;
		padding: 10px 4px;
		line-height: 1.5;
	}
	.tokucho-box,
	.tokucho-check,
	.tokucho-lead {
		margin-left: 10px;
		margin-right: 10px;
	}
	.tokucho-lead span {
		white-space: normal;
		text-align: center;
	}
	.tokucho-grid {
		margin: 0 8px 8px;
		gap: 6px;
	}
	.tokucho-orange {
		padding: 22px 10px 16px;
	}
	.tokucho-cta1,
	.tokucho-cta2 {
		margin-left: 8px;
		margin-right: 8px;
	}
	.tokucho-msg {
		padding: 0 8px;
		gap: 4px;
	}
	.tokucho-staff {
		width: 32%;
		max-width: 120px;
	}
	.tokucho-balloon {
		padding: 12px 10px;
		margin-bottom: 12px;
	}

	.kutikomi-orange {
		font-size: 20px;
		padding: 16px 12px 20px;
	}

	.landmark-item {
		margin-bottom: 24px;
	}

	#shop li {
		margin-bottom: 12px;
	}
	#shop li p {
		font-size: 13px;
	}

	.gmap {
		padding-bottom: 70%;
	}

	.header-logo-img {
		max-height: 36px;
		margin: 0 auto;
	}
	.sp-bar .header-logo-img {
		max-height: 36px;
		margin: 0;
	}
	.nav-con {
		font-size: 11px;
	}

	#contact {
		padding: 16px 8px !important;
	}

	.director-photo,
	.col-lg-5 img {
		max-width: 100%;
	}
}

@media (max-width: 500px) {
	.tokucho-h3 {
		font-size: clamp(15px, 5.2cqw, 22px);
	}
	.tokucho-license {
		font-size: clamp(18px, 6.4cqw, 28px);
	}
	.tokucho-secure {
		font-size: clamp(14px, 5cqw, 22px);
	}
	.tokucho-cta1 {
		font-size: clamp(15px, 5.6cqw, 24px);
	}
	.tokucho-orange-main {
		font-size: clamp(15px, 5.6cqw, 24px);
	}
	.tokucho-orange-sub {
		font-size: clamp(12px, 3.8cqw, 16px);
	}

	.taiou-top {
		flex-direction: column;
		align-items: center;
	}
	.taiou-woman {
		flex-basis: auto;
		max-width: 140px;
		margin-bottom: 8px;
	}
	.taiou-boxes {
		width: 100%;
	}

	.okigaru {
		flex-wrap: wrap;
	}
	.okigaru-img {
		flex: 0 0 38%;
		width: 38%;
	}

	.sp_banner a {
		min-height: 58px;
	}
	.sp_banner .sp-cta-label {
		font-size: 13px;
	}

	.head-h1 {
		font-size: 12px !important;
		line-height: 1.6;
		padding: 6px 8px;
	}
}

@media (max-width: 374px) {
	.tokucho-ribbon {
		padding: 10px 18px;
	}
	.header-logo-img {
		max-height: 30px;
	}
	.nav-con span,
	.sp-bar .nav-con {
		font-size: 10px;
	}
	.sp_banner .sp-cta-sub {
		font-size: 10px;
	}
}
