/*
Theme Name: しず旅コイン
Screenshot: screenshot.png
*/

/* ========================================
   WordPress管理バー非表示
   ======================================== */
#wpadminbar {
	display: none !important;
}

/* ========================================
   基本リセット（軽量）
   ======================================== */
* {
	box-sizing: border-box;
}

html {
	font-size: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	line-height: 1.7;
	color: #333;
	background: #fff;
	overflow-x: hidden;
}

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

a {
	color: #0066cc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
}

p {
	margin: 0 0 1.25rem 0;
	line-height: 1.7;
}

p:last-child {
	margin-bottom: 0;
}

/* ========================================
   ヘッダー
   ======================================== */
header {
	padding: 1rem;
	position: relative;
	z-index: 100;
}

.header-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	max-width: 100%;
}

header h1 {
	margin: 0 0 1rem 0;
	line-height: 1;
	flex-shrink: 0;
}

header h1 a.logo-link {
	display: inline-block;
	line-height: 0;
	position: relative;
}

header .logo {
	display: block;
	width: 96px;
	height: 96px;
	object-fit: contain;
	position: relative;
	z-index: 2;
}

header .logo-link::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 101px;
	height: 101px;
	background: #fff;
	border-radius: 50%;
	z-index: 1;
}

.header-right {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 1rem;
	background: transparent;
	padding: 15px 10px 0 10px;
	position: relative;
	margin-top: -100px;
	z-index: 1;
}

.header-right::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 200px;
	background: #fff;
	z-index: -1;
	pointer-events: none;
}

/* バーガーメニューボタン */
.menu-toggle {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1200;
	background: #383838;
	border: 0;
	width: 64px;
	height: 52px;
	padding: 8px 12px;
	color: #fff;
	cursor: pointer;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	gap: 0.25rem;
	border-radius: 0 0 0 8px;
	box-sizing: border-box;
}

.menu-icon {
	width: 24px;
	height: 18px;
	position: relative;
	display: block;
	margin: 0 auto;
}

.menu-icon .line {
	position: absolute;
	left: 0;
	width: 24px;
	height: 2px;
	background: #fff;
	border-radius: 1px;
	transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease;
	transform-origin: center;
}

.menu-icon .line-1 {
	top: 0;
	transform: translateY(0) rotate(0deg);
}

.menu-icon .line-2 {
	top: 8px;
	transform: translateY(0) scaleX(1);
	opacity: 1;
}

.menu-icon .line-3 {
	top: 16px;
	transform: translateY(0) rotate(0deg);
}

.menu-toggle.active .menu-icon .line-1 {
	transform: translateY(8px) rotate(45deg);
}

.menu-toggle.active .menu-icon .line-2 {
	opacity: 0;
	transform: translateY(0) scaleX(0);
}

.menu-toggle.active .menu-icon .line-3 {
	transform: translateY(-8px) rotate(-45deg);
}

.menu-text {
	font-size: 0.75rem;
	color: #fff;
	font-weight: bold;
	text-align: right;
}

/* メニューオーバーレイ */
.menu-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #dddddd;
	z-index: 1100;
	overflow-y: auto;
	padding: 100px 20px 40px;
	box-sizing: border-box;
	align-items: center;
	justify-content: flex-start;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.35s ease, visibility 0.35s ease;
	pointer-events: none;
}

.menu-overlay.active {
	display: flex;
	opacity: 1;
	visibility: visible;
	flex-direction: column;
	gap: 2rem;
	pointer-events: auto;
}


.close-text {
	font-size: 0.75rem;
	color: #fff;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
}

.overlay-nav {
	width: 100%;
	max-width: 600px;
	padding: 0 1rem 2rem;
}

.overlay-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.5rem;
}

.overlay-nav li {
	margin: 0;
	padding: 0;
}

.overlay-nav a {
	color: #000000;
	text-decoration: none;
	font-size: 1.25rem;
	transition: opacity 0.3s;
}

.overlay-nav a:hover {
	opacity: 0.8;
}

.overlay-nav .home-link {
	color: #b31212;
}

header nav {
	margin-bottom: 0;
	width: auto;
	align-self: center;
}

header nav ul {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
	width: auto;
	align-items: center;
}

header nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: auto;
}

header nav a {
	display: block;
	padding: 0.1rem 0.8rem;
	font-size: 0.875rem;
	color: #333;
	text-decoration: none;
	border-bottom: 0;
	background-color: #DDE2D1;
	color: #fff;
	border-radius: 6px;
	white-space: nowrap;
}

header nav a:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.9;
}

.donate-button {
	display: inline-block;
	margin-top: 0;
	padding: 0.75rem 2rem;
	background-color: #ff6600;
	color: #fff;
	border-radius: 8px;
	text-decoration: none;
	font-size: 0.875rem;
	font-weight: bold;
	white-space: nowrap;
	align-self: flex-end;
}

.donate-button:hover {
	background-color: #e55a00;
	text-decoration: none;
	color: #fff;
}

.donate-button-text-mobile {
	display: none;
}

/* ========================================
   メインコンテンツ
   ======================================== */
main {
	max-width: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
}

/* 固定ページ用のmain */

.login-guide-wrapper {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin: 1rem 0;
}

.login-guide-wrapper img {
    flex-shrink: 0;
    max-width: 200px;
    height: auto;
}

.login-guide-wrapper .donate-modal-instruction {
    flex: 1;
    margin: 0;
	text-align: left;
}


.content-section {
	max-width: 1280px;
	margin: 0 auto;
	padding: 3rem 5%;
	box-sizing: border-box;
}

section {
    margin-bottom: 0;
    padding: 3.5rem 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

section:first-of-type {
	border-top: 0;
}

section > * {
	max-width: 100%;
	box-sizing: border-box;
}

/* 画像の最大幅制限 */
.index001-section {
	max-width: 100%;
	margin: 0 auto 2rem;
	text-align: center;
}

.index001-section img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.about-content img,
.furusato-image img,
.usage-intro-image img {
	max-width: 90%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.content-video {
	width: 90%;
	margin: 0 auto;
	max-width: 100%;
	box-sizing: border-box;
}

.content-video iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	display: block;
}

.video-notice {
	width: 90%;
	margin: 1rem auto 0;
	text-align: right;
}

.video-notice p {
	margin: 0;
	color: #ffa500;
	font-size: 0.875rem;
}

.merchant-map-container {
	width: 100%;
	max-width: 100%;
	margin: 2rem auto;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

.merchant-map-container iframe {
	width: 100%;
	height: 650px;
	border: 0;
	display: block;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 2;
}

.image-grid {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin: 2rem 0;
}

.image-grid img {
	width: 100%;
	height: auto;
	display: block;
}

section h2 {
	margin: 0 0 1.75rem 0;
	text-align: center;
	width: 100%;
	font-size: 1.75rem;
	line-height: 1.5;
}

.section-heading {
	color:#377e39;
	font-weight: bold;
	margin-bottom: 0.3rem;
	line-height: 1.5;
}

.sub-g-title {
	color: #377e39;
    font-weight: bold;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
}

.section-underline {
    height: 5px;
    background-color: #377e39;;
    margin: 0 auto 5px auto;
}

	.usage-subtitle {
		font-size: 2.4rem;
		font-weight: bold;
		margin: 0 0 2rem 0;
	}

.usage-intro-image {
	text-align: center;
	margin: 0 auto 3rem;
	max-width: 100%;
}

.usage-intro-image img {
	max-width: 38%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.usage-steps {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin: 2rem 0;
}

.usage-step {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.step-header {
	background-color: #427042;
	color: #fff;
	padding: 0.75rem 1.5rem;
	font-weight: bold;
	margin-bottom: 1rem;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}

.step-image {
	text-align: center;
	margin-bottom: 1rem;
	width: 100%;
}

.step-image img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.step-description {
	color: #333;
	font-size: 1rem;
	line-height: 1.7;
	text-align: left;
	margin: 0;
	max-width: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.usage-notes {
	margin: 3rem 0;
	padding: 1.5rem;
	background-color: #f9f9f9;
	text-align: left;
}

.usage-notes p {
	color: #5b5a5a;
	font-size: 0.875rem;
	line-height: 1.7;
	margin: 0.5rem 0;
	text-align: left;
	max-width: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.usage-notes p:last-child {
	margin-bottom: 0;
}

.section-subtitle {
	color: #444444;
	font-size: 1.4rem;
	margin: 0 0 0.5rem 0;
	text-align: center;
	line-height: 1.8;
	white-space: nowrap;
	position: relative;
	padding: 0 2rem;
	font-weight: 700;
}

.section-subtitle::before,
.section-subtitle::after {
	display: none !important;
}

.section-subtitle-underline {
	width: 70vw;
	height: 4px;
	background-color: #427042;
	margin: 0 auto 2rem;
}

.highlight-number {
	font-size: 3rem;
	font-weight: 400;
}

section p {
	margin: 0 0 1.25rem 0;
	text-align: center;
	width: 100%;
	max-width: 100%;
	line-height: 1.7;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

section p:last-child {
	margin-bottom: 0;
}



h2 {
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
	text-align: center;
	font-weight: bold;
}

h3 {
	text-align: center;
    font-size: 1.6rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

/* すぐに使える！ */
#instant-use {
	position: relative;
	min-height: 400px;
	padding: 0;
	margin-bottom: 0;
	margin-top: -50px;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.hero-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
	z-index: 0;
	overflow: hidden;
}

.hero-bg-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.instant-use-content {
	position: relative;
	z-index: 1;
	padding: 3rem 1rem;
	min-height: 400px;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	align-items: center;
}

.instant-banner {
    background-color: #387D39;
    color: #ffff;
    padding: 0.2rem 0.8rem;
    border-radius: 50px;
    font-size: 1rem;
    text-align: center;
}

.hero-title {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	margin: 0;
	color: #387D39;
	-webkit-text-stroke: 6px #fff;
	paint-order: stroke;
	width: 100%;
	line-height: 1.4;
	white-space: nowrap;
	position: relative;
	padding: 0.5rem 1rem;
	display: inline-block;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

.hero-title::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 8px;
	z-index: -1;
	backdrop-filter: blur(2px);
}

.hero-title .mobile-br,
.section-subtitle .mobile-br,
h3 .mobile-br {
	display: none;
}

.hero-info-box {
    background-color: #e5e5e5;
    border-radius: 12px 0px 0px 12px;
    padding: 20px 12px 0px 16px;
    margin-left: auto;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.info-text {
	font-size: 1rem;
	font-weight: bold;
	color: #000;
    line-height: 0;
	margin-bottom: 0.5rem;
}

.info-number {
    font-size: 2rem;
    line-height: 0;
}

.info-text-large {
	font-size: 1.75rem;
	font-weight: bold;
	color: #387D39;
	margin: 0;
}

.info-suffix {
    color: #000;
    font-size: 1rem;
}

.hero-video {
	position: relative;
	z-index: 1;
	width: 60%;
	margin: -150px auto 2rem;
	padding: 0;
	aspect-ratio: 16 / 9;
}

.hero-video iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

/* しず旅コインが使える加盟店 */
#merchant-shops {
	text-align: center;
	position: relative;
	left: 0;
	right: 0;
	width: 100vw !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	background-color: #faffd0;
	padding: 3.5rem 1rem;
	box-sizing: border-box;
}

/* sectionのmax-widthとwidthを上書き */
section#merchant-shops {
	max-width: none !important;
	width: 100vw !important;
}

#merchant-shops > * {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	text-align: center;
}

.shop-count {
	font-size: 1.125rem;
	margin-bottom: 2rem;
}

.category-section {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	background-color: #faffd0;
	padding: 3rem 0;
	box-sizing: border-box;
	position: relative;
	margin-top: -500px;
	padding-top: calc(3rem + 325px);
}

.category-section::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 325px;
	background-color: #fafce8;
	z-index: -1;
	font-size: 1.5rem;
}

.shop-categories {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
	margin-bottom: 2rem;
}

.shop-categories li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.shop-categories a {
	display: block;
	text-decoration: none;
	border-radius: 0;
	overflow: visible;
	box-shadow: none;
	transition: none;
}

.shop-category-button {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	padding: 0;
	background: transparent;
	color: #fff;
	text-align: center;
	border-radius: 0;
	font-size: 1rem;
	font-weight: normal;
	text-decoration: none;
	transition: transform 0.3s ease;
	box-shadow: none;
	overflow: visible;
	width: 100%;
}

.shop-category-button img {
	width: 100%;
	height: 250px;
	min-height: 250px;
	display: block;
	margin-bottom: 0;
	object-fit: cover;
	object-position: center;
	flex-shrink: 0;
	border-radius: 12px 12px 0 0;
}

.shop-category-button span {
	display: block;
	padding: 1.2rem;
	background-color: #008433;
	color: #fff;
	border-radius: 0 0 12px 12px;
	width: 100%;
	box-sizing: border-box;
	line-height: 1.6;
}

.shop-category-button:hover {
	opacity: 1;
	text-decoration: none;
	box-shadow: none;
}

.shop-category-button:hover span {
	background-color: #6a7f4f;
	transform: translateY(-2px);
}

.shop-categories a:hover {
	transform: none;
	box-shadow: none;
	text-decoration: none;
}

.shop-categories img {
	width: 100%;
	height: auto;
	display: block;
}

.shop-categories span {
	display: block;
    padding: 1rem;
    background-color: #008433;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}

.merchant-map-link {
	display: block;
    margin: 0.5rem auto;
    text-align: center;
    padding: 2rem 2rem;
    background-color: #008433;
    color: #fff;
    border-radius: 14px;
    text-decoration: none;
	font-size: 1.5rem;
}

.merchant-map-link.usage-link {
	background-color: #05825d;
}

.merchant-map-link.faq-link {
	background-color: #05825d;
}

.merchant-map-link:hover {
	opacity: 0.9;
	text-decoration: none;
	color: #fff;
}

/* しず旅コインからのお知らせ */
#news {
	background: #fff;
	padding: 2rem 0;
}

.news-header {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	margin: 0 auto 2rem;
	width: max-content;
	position: relative;
	padding: 0 2rem;
}

.news-header::before,
.news-header::after {
	content: '';
	position: absolute;
	width: 2px;
	height: 60px;
	background-color: #377f39;
	top: 50%;
	transform: translateY(-50%);
}

.news-header::before {
	left: 0;
	transform: translateY(-50%) rotate(-45deg);
}

.news-header::after {
	right: 0;
	transform: translateY(-50%) rotate(45deg);
}

.news-logo {
	width: 80px;
    height: 80px;
    flex-shrink: 0;
    object-fit: contain;
}

.news-heading {
	color: #377f39;
	font-size: 1.75rem;
	font-weight: bold;
	margin: 0;
	display: flex;
	flex-direction: column;
	line-height: 1.4;
	text-align: left;
}

.news-heading-line1,
.news-heading-line2 {
	display: block;
}

.news-list {
	list-style: none;
	margin: 0 auto 2rem;
	padding: 0;
	width: max-content;
}

.news-list li {
	border-bottom: 0;
	padding: 1rem 0;
	display: flex;
	gap: 1.5rem;
	position: relative;
}

.news-list li::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60vw;
	height: 1px;
	background-color: #377f39;
}

.news-list li:last-child::after {
	display: none;
}

.news-date {
    color: #333;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.news-title {
	color: #333;
	text-decoration: none;
	font-size: 1rem;
	flex: 1;
}

.news-title:hover {
	text-decoration: underline;
}

.news-more-wrapper {
	text-align: right;
    margin-top: 1rem;
    padding-right: 10%;
}

.more-link {
	display: inline-block;
	color: #333;
	text-decoration: none;
	font-size: 1rem;
}

.more-link:hover {
	text-decoration: underline;
}

/* しず旅コインとは */
#about {
	text-align: center;
}

.about-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.5rem;
	margin-bottom: 2rem;
}

.about-content picture {
	display: block;
	text-align: center;
	width: 100%;
}

.about-content img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.about-content p {
    line-height: 1.8;
    font-size: 1.2rem;
}

.about-links {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.about-links img {
	max-width: 100%;
	height: auto;
	margin-bottom: 1.5rem;
}

.link-buttons {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	align-items: center;
	justify-content: center;
	width: max-content;
	margin: 0 auto;
}

.link-buttons a {
	font-size: 1.2rem;
    display: block;
    padding: 0.75rem 6rem;
    background-color: #008433;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    margin: 0 auto;
}

.link-buttons a:hover {
	background-color: #008833;
	text-decoration: none;
	color: #fff;
}

/* ふるさと納税とは？ */
#furusato-tax {
	background: #fff;
}

.furusato-content-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0;
	margin: 2rem auto;
	max-width: 800px;
	background-color: #fff;
	border-radius: 12px;
	border: 1px solid #d4a574;
	padding: 2rem;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.furusato-image {
	flex: 1;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.furusato-image img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.furusato-text {
	flex: 1;
	width: 100%;
}

.furusato-subtitle {
	font-size: 1.8rem;
	font-weight: bold;
	color: #333;
	margin: 0 0 1.5rem 0;
	padding: 0;
	border-bottom: none;
	text-align: left;
}

.furusato-text p {
	color: #333;
	font-size: 1rem;
	line-height: 1.7;
	text-align: left;
	margin: 0 0 2rem 0;
	max-width: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.furusato-text p:last-child {
	margin-bottom: 2rem;
}

.furusato-link-wrapper {
	text-align: center;
	margin: 0;
}

.furusato-detail-link {
	display: inline-block;
	background-color: #c9a961;
	color: #fff;
	padding: 0.75rem 2rem;
	border-radius: 8px;
	text-decoration: none;
	font-weight: normal;
	transition: background-color 0.3s ease;
}

.furusato-detail-link:hover {
	background-color: #b8964f;
	color: #fff;
	text-decoration: none;
}

#furusato-tax .detail-link {
	background-color: #05825d;
	margin: 0 auto;
}

.furusato-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.5rem;
	margin-bottom: 2rem;
}

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

.furusato-content p {
	text-align: left;
	line-height: 1.7;
	margin: 0 0 1.25rem 0;
	max-width: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.furusato-content p:last-child {
	margin-bottom: 0;
}

.detail-link {
	display: block;
	text-align: center;
	padding: 0.75rem 2rem;
	background-color: #00aa44;
	color: #fff;
	border-radius: 8px;
	text-decoration: none;
	font-weight: bold;
	margin: 1.5rem auto 0;
}

.detail-link:hover {
	background-color: #008833;
	text-decoration: none;
	color: #fff;
}

/* ふるさと納税とは ページ専用スタイル */
.furusato-intro-text,
.furusato-detail-text {
	margin: 2rem 0;
	max-width: 100%;
}

.furusato-intro-text p,
.furusato-detail-text p {
	color: #333;
	font-size: 1rem;
	line-height: 1.7;
	text-align: left;
	margin: 0 0 1.25rem 0;
	max-width: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	text-align: center;
}

.furusato-intro-text p:last-child,
.furusato-detail-text p:last-child {
	margin-bottom: 0;
	text-align: center;
}

.furusato-button-group {
	display: flex;
	flex-direction: row;
	gap: 1rem;
	justify-content: center;
	align-items: flex-start;
	margin: 3rem 0 4rem 0;
	flex-wrap: nowrap;
}

.furusato-button-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
	flex: 1;
	max-width: calc(25% - 0.75rem);
}

.furusato-nav-button {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #008433;
	color: #fff;
	border: 1px solid #E0E4D4;
	border-radius: 8px;
	padding: 1rem 1.5rem;
	cursor: pointer;
	transition: background-color 0.3s ease, opacity 0.3s ease;
	font-size: 1rem;
	min-width: 0;
	width: 100%;
	box-sizing: border-box;
}

.furusato-nav-button:hover {
	background-color: #6a7a3d;
	opacity: 0.9;
}

.furusato-nav-button .button-text {
	text-align: center;
	white-space: normal;
	line-height: 1.4;
	font-weight: bold;
	font-size: 1.125rem;
}

.furusato-nav-button::after {
	display: none;
}

.furusato-button-icon {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 1px solid #E0E4D4;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	margin-top: 0.25rem;
}

.furusato-button-icon .icon-triangle {
	color: #008433;
	font-size: 0.875rem;
	line-height: 1;
	display: block;
}

.furusato-section-bar {
	width: 100%;
	background-color: #039542;
	margin: 3rem 0;
	padding: 1rem 0;
}

.furusato-section-title {
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0;
}

.furusato-section-bar#miyoku {
	line-height: normal;
	margin-bottom: 0;
	padding: 1rem 0;
	background-color: #039542;
}

.furusato-section-bar#miyoku .furusato-section-title {
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}

.furusato-section-bar#shikumi {
	line-height: normal;
	margin-bottom: 0;
	padding: 1rem 0;
	background-color: #039542;
}

.furusato-section-bar#shikumi .furusato-section-title {
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}

.furusato-section-bar#nagare {
	line-height: normal;
	margin-bottom: 0;
	padding: 1rem 0;
	background-color: #039542;
}

.furusato-section-bar#nagare .furusato-section-title {
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}

.furusato-section-bar#koujo {
	line-height: normal;
	margin-bottom: 0;
	padding: 1rem 0;
	background-color: #039542;
}

.furusato-section-bar#koujo .furusato-section-title {
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}

.furusato-case-section {
	margin: 3rem 0;
}

.furusato-case-section .furusato-section-bar {
	margin: 0 auto 2rem auto;
    width: 90%;
    border-radius: 2rem;
    padding: 0.1rem;
}

.furusato-case-image {
	text-align: center;
	margin: 0 auto;
	max-width: 100%;
}

.furusato-case-image img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.furusato-case-image .furusato-image-mobile {
	display: none !important;
}

.furusato-case-image .furusato-image-desktop {
	display: block !important;
	margin: 0 auto;
}

.furusato-notes {
	margin: 3rem 0;
	padding: 1.5rem;
	text-align: left;
}

.furusato-notes p {
	color: #333;
	font-size: 1rem;
	line-height: 1.8;
	margin: 0 0 1rem 0;
	text-align: left;
	padding-left: 1.5em;
	text-indent: -1.1em;
}

.furusato-notes p:last-child {
	margin-bottom: 0;
}

/* ふるさと納税の魅力 */
.furusato-benefits-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
}

.furusato-benefit-item {
	display: flex;
    flex-direction: column;
    background: #ffffff;
    padding: 30px 10px;
    border-radius: 20px;
	font-weight: 600;
}

.furusato-benefit-header {
	border-radius: 2rem;
    margin: 0 auto;
    padding: 0.1rem;
    width: 70%;
}

.furusato-benefit-title {
	color: #fff;
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0;
}

.furusato-benefit-intro {
	color: #323131;
	font-size: 1rem;
	margin: 0 0 1rem 0;
	line-height: 1.6;
}

.furusato-benefit-content {
	background-color: #ceeed0;
	border: 1px solid #c8e6c9;
	border-radius: 8px;
	padding: 1.5rem;
	display: flex;
	align-items: center;
	gap: 1.5rem;
	min-height: auto;
}

.furusato-benefit-text {
	flex: 1;
	padding: 0;
	box-sizing: border-box;
	z-index: 1;
	border-radius: 0;
	margin: 0;
}

.furusato-benefit-image {
	flex-shrink: 0;
	width: auto;
	max-width: 40%;
}

.furusato-benefit-image img {
	max-width: 100%;
	height: auto;
	display: block;
}

.furusato-benefit-subtitle {
	background-color: #4c4b4b;
	color: #fff;
	padding: 0.4rem 0.8rem;
	text-align: center;
	border-radius: 20px;
	font-size: 0.9rem;
	font-weight: bold;
	margin-bottom: 0.8rem;
	display: inline-block;
}

.furusato-benefit-text p {
	color: #323131;
	font-size: 1rem;
	line-height: 1.5;
	margin: 0;
	text-align: left;
}

/* ふるさと納税の流れ */
.furusato-flow-steps {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin: 3rem 0;
	max-width: 100%;
}

.furusato-flow-step {
	margin-bottom: 0;
	width: 100%;
}

.flow-step-content-wrapper {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 2rem;
	margin: 0 auto 2rem;
	max-width: 1200px;
	width: 100%;
}

.flow-step-image-wrapper {
	flex: 0 0 30%;
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 30%;
}

.flow-step-image {
	text-align: center;
	width: 100%;
}

.flow-step-image img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.flow-step-connector {
	color: #000;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	margin: 1rem 0 0 0;
	line-height: 1;
	width: 100%;
}

.furusato-flow-step:last-child .flow-step-connector {
	display: none;
}

.flow-step-text-wrapper {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: calc(70% - 2rem);
}

.flow-step-header {
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
	gap: 0.5rem;
	margin-bottom: 1rem;
	width: 100%;
}

.flow-step-number {
	font-size: 1.5rem;
	font-weight: bold;
	color: #333;
}

.flow-step-title {
	font-size: 1.5rem;
	font-weight: bold;
	color: #333;
}

.flow-step-description {
	color: #333;
	font-size: 1rem;
	line-height: 1.8;
	text-align: left;
	margin: 0 0 1.5rem 0;
	width: 100%;
}

.flow-step-action {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.75rem;
	margin-bottom: 0;
	width: 100%;
}

.flow-step-button {
	background-color: #4c4b4b;
	color: #fff;
	padding: 0.5rem 1.5rem;
	border-radius: 8px;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	display: inline-block;
}

.flow-step-action-text {
	color: #333;
	font-size: 1rem;
	line-height: 1.8;
	text-align: left;
	margin: 0;
	width: 100%;
}

.flow-step-link-button {
	background-color: #039542;
	color: #fff;
	padding: 0.75rem 2rem;
	border-radius: 8px;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	transition: background-color 0.3s ease, opacity 0.3s ease;
}

.flow-step-link-button:hover {
	background-color: #6a7a3d;
	opacity: 0.9;
	text-decoration: none;
	color: #fff;
}

/* 控除上限額の目安 */
.furusato-deduction-section {
	margin: 3rem 0;
	max-width: 100%;
}

.furusato-deduction-section .furusato-section-bar {
	margin: 0 0 1rem 0;
}

.furusato-deduction-subtitle {
	color: #fff;
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0;
}

.furusato-deduction-reference {
	color: #333;
	font-size: 1rem;
	text-align: left;
	margin: 0 0 1.5rem 0;
}

.deduction-table-wrapper {
	overflow-x: auto;
	margin: 2rem 0;
	width: 100%;
}

.deduction-table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 auto;
	background: #fff;
	font-size: 0.9rem;
	min-width: 600px;
}

.deduction-table th {
	background-color: #039542;
	color: #fff;
	padding: 0.75rem 0.5rem;
	text-align: center;
	font-weight: bold;
	border: 1px solid #6a7a3d;
	vertical-align: middle;
}

.deduction-table th[rowspan="2"] {
	vertical-align: middle;
}

.deduction-table td {
	padding: 0.75rem 0.5rem;
	text-align: center;
	border: 1px solid #ddd;
	background: #fff;
}

.deduction-table tbody tr:nth-child(even) {
	background-color: #f9f9f9;
}

.deduction-table tbody tr:hover {
	background-color: #f0f0f0;
}

.deduction-notes {
	margin: 2rem 0;
	padding: 1.5rem;
	text-align: left;
}

.deduction-notes p {
	color: #333;
	font-size: 0.9rem;
	line-height: 1.8;
	margin: 0 0 1rem 0;
	text-align: left;
}

.deduction-notes p:last-child {
	margin-bottom: 0;
}

.deduction-source {
	margin: 2rem 0;
	padding: 1rem 0;
	text-align: left;
	border-top: 1px solid #ddd;
	padding-top: 1.5rem;
}

.deduction-source p {
	color: #333;
	font-size: 0.85rem;
	line-height: 1.8;
	margin: 0 0 0.5rem 0;
	text-align: left;
}

.deduction-source p:last-child {
	margin-bottom: 0;
}

.deduction-source a {
	color: #0066cc;
	text-decoration: underline;
	word-break: break-all;
}

.deduction-source a:hover {
	color: #004499;
	text-decoration: underline;
}

/* 加盟店個別ページ */
.shop-single {
	padding: 50px 5%;
	max-width: 1200px;
	margin: 0 auto;
}

.shop-header {
	margin-bottom: 2rem;
	text-align: center;
}

.shop-header-label {
	color: #4c4b4b;
	font-size: 0.9rem;
	margin: 0 0 0.75rem 0;
	text-align: center;
	font-weight: normal;
}

.shop-title {
	color: #377f39;
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 0 1rem 0;
	text-align: center;
	line-height: 1.4;
}

.shop-title-underline {
	width: 100%;
	height: 2px;
	background-color: #377f39;
	margin: 0;
}

.shop-main-image {
	margin: 2.5rem 0;
	text-align: center;
}

.shop-main-image img {
	max-width: 80%;
	width: 80%;
	height: auto;
	display: block;
	margin: 0 auto;
	border-radius: 8px;
}

/* メイン画像スライドショー */
.shop-main-slideshow {
	margin: 2.5rem 0;
	text-align: center;
	position: relative;
}

.shop-main-slideshow-container {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.shop-main-slide {
	display: none;
	width: 100%;
}

.shop-main-slide.active {
	display: block;
}

.shop-main-slide img {
	max-width: 80%;
	width: 80%;
	height: auto;
	display: block;
	margin: 0 auto;
	border-radius: 8px;
}

/* 特徴画像サムネイル */
.shop-thumbnail-images {
	display: flex;
	justify-content: center;
	gap: 0.75rem;
	margin: 1.5rem 0 2.5rem 0;
	flex-wrap: wrap;
}

.shop-thumbnail-item {
	cursor: pointer;
	border: 2px solid transparent;
	border-radius: 8px;
	overflow: hidden;
	transition: border-color 0.3s ease, opacity 0.3s ease;
	flex-shrink: 0;
}

.shop-thumbnail-item:hover {
	border-color: #377f39;
	opacity: 0.9;
}

.shop-thumbnail-item.active {
	border-color: #377f39;
}

.shop-thumbnail-item img {
	width: 120px;
	height: 120px;
	object-fit: cover;
	display: block;
	border-radius: 6px;
}

.shop-features {
	width: 80%;
    margin: 0 auto;
}

.shop-feature-text {
	color: #4c4b4b;
	font-size: 1rem;
	line-height: 1.7;
	margin: 0 0 1rem 0;
	text-align: left;
	max-width: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.shop-feature-text1 {
	font-size: 1.5rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 1.25rem;
	line-height: 1.5;
}

.shop-feature-text2 {
	font-size: 1rem;
	text-align: left;
	line-height: 1.7;
}

.shop-feature-text:last-of-type {
	margin-bottom: 1.5rem;
}

/* 加盟店カテゴリーアーカイブページ */
.shop-archive {
	padding: 3rem 5%;
	max-width: 1200px;
	margin: 0 auto;
}

.shop-archive-header {
	margin-bottom: 3rem;
	text-align: center;
}

.shop-archive-title {
	color: #333;
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 0 1rem 0;
	text-align: center;
	line-height: 1.4;
}

.shop-title-underline {
	width: 100%;
	height: 1px;
	background-color: #c8e6c9;
	margin: 0 auto 1.5rem;
	max-width: 1200px;
}

.shop-archive-subtitle {
	color: #333;
	font-size: 1.5rem;
	font-weight: normal;
	margin: 0 0 1.5rem 0;
	text-align: center;
	line-height: 1.4;
}

.shop-archive-description {
	color: #333;
	font-size: 1rem;
	line-height: 1.8;
	margin: 1.5rem 0 0 0;
	text-align: center;
}

/* 検索セクション */
.shop-search-section {
	margin: 2rem 0 3rem;
	padding: 1.5rem;
	border-radius: 8px;
	text-align: center;
}

.shop-search-form {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	max-width: 600px;
	margin: 0 auto;
}

.shop-area-select {
	flex: 1;
	padding: 0.75rem 3rem 0.75rem 1rem;
	border: 1px solid #09b300;
	border-radius: 4px;
	font-size: 1rem;
	color: #333;
	background: #fff;
	appearance: none;
	background-image: 
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='20' viewBox='0 0 1 20'%3E%3Cline x1='0' y1='0' x2='0' y2='20' stroke='%23d4a574' stroke-width='1'/%3E%3C/svg%3E"),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23d4a574' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
	background-repeat: no-repeat, no-repeat;
	background-position: right 2.5rem center, right 0.75rem center;
	cursor: pointer;
}

.shop-area-select:focus {
	outline: none;
	border-color: #d4a574;
}

.shop-search-button {
	padding: 0.75rem 2rem;
	background-color: #21c700;
	color: #fff;
	border: 0;
	border-radius: 4px;
	font-size: 1rem;
	font-weight: bold;
	cursor: pointer;
	transition: background-color 0.3s ease;
	white-space: nowrap;
}

.shop-search-button:hover {
	background-color: #069d04;
}

.shop-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	margin: 3rem 0;
}

.shop-card {
	border-radius: 8px;
	overflow: hidden;
}

.shop-card a:hover {
	text-decoration: none;
}


.shop-card-link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.shop-card-image-wrapper {
	position: relative;
	width: 100%;
	margin-bottom: 0;
}

.shop-card-image {
    width: 100%;
    height: 230px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 0;
    position: relative;
}

.shop-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: opacity 0.3s ease;
}

.shop-card:hover .shop-card-image img {
	opacity: 0.8;
}

.shop-card-area-badge {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #029700;
	color: #fff;
	padding: 0.4rem 0.8rem;
	font-size: 0.875rem;
	font-weight: bold;
	z-index: 2;
}

.shop-card-title {
	color: #454545;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0.75rem 0 0.5rem 0;
	padding: 0;
	line-height: 1.4;
	text-align: left;
}

.shop-card-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 0;
}


.shop-card-feature {
	color: #333;
	font-size: 1rem;
	font-weight: normal;
	margin: 0 0 0.75rem 0;
	line-height: 1.6;
	text-align: left;
}

.shop-card-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 0;
}

.shop-card-tag {
    display: inline-block;
    padding: 0 0.4rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    /* background-color: #f9f9f9; */
    color: #666;
    font-size: 0.875rem;
}

.shop-card-excerpt {
	color: #4c4b4b;
	font-size: 0.95rem;
	line-height: 1.7;
	margin: 0 0 1rem 0;
}

.shop-card-more {
	color: #377f39;
	font-size: 0.95rem;
	font-weight: bold;
	text-align: right;
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid #e0e0e0;
}



/* 寄附モーダル */
.donate-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.donate-modal-overlay.active {
	opacity: 1;
	visibility: visible;
}

.donate-modal {
	background: #fff;
	border-radius: 8px;
	max-width: 900px;
	width: 90%;
	max-height: 90vh;
	overflow-y: auto;
	position: relative;
	transform: scale(0.9);
	transition: transform 0.3s ease;
}

.donate-modal-overlay.active .donate-modal {
	transform: scale(1);
}

.donate-modal-close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	background-color: #ff6600;
	color: #fff;
	border: 0;
	padding: 0.75rem 1.5rem;
	border-radius: 4px;
	font-size: 1rem;
	font-weight: bold;
	cursor: pointer;
	z-index: 10001;
	transition: background-color 0.3s ease;
}

.donate-modal-close:hover {
	background-color: #e55a00;
}

.donate-modal-content {
	padding: 3rem 2rem 2rem;
}

.donate-modal-title {
	font-size: 2rem;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin: 0 0 0.5rem 0;
}

.donate-modal-subtitle {
	font-size: 0.8rem;
	color: #333;
	text-align: center;
	margin: 0 0 2rem 0;
}

.donate-modal-body {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	margin-bottom: 2rem;
}

.donate-modal-buttons {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
	flex: 1;
}

.donate-municipality-button {
	display: block;
    padding: 0.5rem 2rem;
    background-color: #377f39;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    transition: background-color 0.3s 
ease;
}
html {
    scroll-behavior: smooth;
}

#kifu{
	scroll-margin-top: 0px;
}

#use{
	scroll-margin-top: 100px;
}

.donate-municipality-button:hover {
	background-color: #427042;
}

.donate-modal-image {
	flex: 1;
	text-align: center;
}

.donate-modal-image img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.donate-modal-instruction {
	text-align: center;
	color: #333;
	font-size: 0.95rem;
	margin: 0;
	padding-top: 1.5rem;
}

.shop-no-results {
	text-align: center;
	padding: 3rem 1rem;
	color: #4c4b4b;
	font-size: 1.125rem;
}

.shop-pagination {
	margin: 3rem 0;
	text-align: center;
}

.shop-pagination a,
.shop-pagination span {
	display: inline-block;
	padding: 0.5rem 1rem;
	margin: 0 0.25rem;
	border-radius: 4px;
	text-decoration: none;
	color: #377f39;
	border: 1px solid #377f39;
	background: #fff;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.shop-pagination a:hover {
	background-color: #377f39;
	color: #fff;
}

.shop-pagination .current {
	background-color: #377f39;
	color: #fff;
	border-color: #377f39;
}

/* スライドショー */
.shop-feature-slideshow {
	margin: 1.5rem 0 0 0;
	position: relative;
}

.shop-slideshow-container {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 8px;
}

.shop-slide {
	display: none;
	width: 100%;
}

.shop-slide.active {
	display: block;
}

.shop-slide img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
}

.shop-slideshow-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	margin: 1rem 0 0 0;
}

.shop-slide-prev,
.shop-slide-next {
	background-color: #008433;
	color: #fff;
	border: 0;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 1.5rem;
	cursor: pointer;
	transition: background-color 0.3s ease, opacity 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	padding: 0;
}

.shop-slide-prev:hover,
.shop-slide-next:hover {
	background-color: #6a7a3d;
	opacity: 0.9;
}

.shop-slide-dots {
	display: flex;
	gap: 0.5rem;
	justify-content: center;
	align-items: center;
}

.shop-slide-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 2px solid #008433;
	background: transparent;
	cursor: pointer;
	transition: background-color 0.3s ease;
	padding: 0;
}

.shop-slide-dot.active {
	background-color: #008433;
}

.shop-content {
	margin: 2.5rem 0;
	color: #333;
	font-size: 1rem;
	line-height: 1.7;
	text-align: left;
	max-width: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.shop-content p {
	margin: 0 0 1.25rem 0;
	color: #333;
	font-size: 1rem;
	line-height: 1.7;
	text-align: left;
	max-width: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.shop-content p:last-child {
	margin-bottom: 0;
}

.shop-donate-button-wrapper {
	margin: 3rem 0;
	text-align: center;
}

.shop-donate-button {
	display: inline-block;
	padding: 1rem 3rem;
	background-color: #008433;
	color: #fff;
	border-radius: 8px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1rem;
	transition: background-color 0.3s ease, opacity 0.3s ease;
}

.shop-donate-button:hover {
	background-color: #6a7a3d;
	opacity: 0.9;
	text-decoration: none;
	color: #fff;
}

.shop-website-button-wrapper {
	margin: 2rem 0;
	text-align: center;
}

.shop-website-button {
	display: inline-block;
	padding: 1rem 3rem;
	background-color: #377f39;
	color: #fff;
	border-radius: 8px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1rem;
	transition: background-color 0.3s ease, opacity 0.3s ease;
}

.shop-website-button:hover {
	background-color: #088800;
	opacity: 0.9;
	text-decoration: none;
	color: #fff;
}

.shop-facility-info {
	margin: 3rem 0;
}

.shop-facility-title-bar {
	background-color: #008433;
	padding: 0.75rem 1rem;
	margin: 0 0 1.5rem 0;
	border-radius: 4px 4px 0 0;
}

.shop-facility-title {
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0;
	text-align: center;
}

.shop-facility-table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
}

.shop-facility-table th {
	background-color: #f5f5f5;
	color: #333;
	padding: 0.75rem 1rem;
	text-align: left;
	font-weight: bold;
	border: 1px solid #ddd;
	width: 25%;
}

.shop-facility-table td {
	padding: 0.75rem 1rem;
	text-align: left;
	border: 1px solid #ddd;
	color: #333;
}

.shop-facility-table tr:nth-child(even) {
	background-color: #f9f9f9;
}

.shop-map-in-table {
	color: #666;
	font-style: italic;
}

.shop-facility-table td a {
	color: #0066cc;
	text-decoration: underline;
	word-break: break-all;
}

.shop-facility-table td a:hover {
	color: #004499;
	text-decoration: underline;
}

.shop-map-section {
	margin: 3rem 0;
}

.shop-map-container {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

.shop-map-container iframe {
	width: 100%;
	height: 450px;
	border: 0;
	display: block;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.shop-reservation-note {
	margin: 2rem 0 0 0;
	padding: 1.5rem 0 0 0;
	text-align: left;
	border-top: 1px solid #ddd;
}

.shop-reservation-note p {
	color: #4c4b4b;
	font-size: 0.9rem;
	margin: 0;
	text-align: left;
}

/* 税金の控除・還付のお手続き方法 */
.furusato-procedure-section {
	margin: 3rem 0;
	max-width: 100%;
}

.furusato-procedure-subtitle {
	color: #333;
	font-size: 1rem;
	text-align: left;
	margin: 0 0 1.5rem 0;
}

.procedure-table {
	min-width: 700px;
}

.procedure-table thead th:first-child {
	width: 20%;
}

.procedure-table tbody th {
	background-color: #039542;
	color: #fff;
	padding: 0.75rem 0.5rem;
	text-align: center;
	font-weight: bold;
	border: 1px solid #6a7a3d;
	vertical-align: middle;
	width: 20%;
}

.procedure-table tbody td {
	padding: 0.75rem 0.5rem;
	text-align: left;
	border: 1px solid #ddd;
	background: #fff;
	vertical-align: top;
}

.procedure-table tbody td p {
	margin: 0 0 0.5rem 0;
	color: #333;
	font-size: 0.9rem;
	line-height: 1.6;
	text-align: left;
}

.procedure-table tbody td p:last-child {
	margin-bottom: 0;
}

.procedure-table tbody td ul {
	margin: 0.5rem 0 0 0;
	padding-left: 1.5rem;
	list-style-type: disc;
}

.procedure-table tbody td li {
	margin: 0.25rem 0;
	color: #333;
	font-size: 0.9rem;
	line-height: 1.6;
	text-align: left;
}

.procedure-table tbody tr:nth-child(even) {
	background-color: #f9f9f9;
}

.procedure-table tbody tr:nth-child(even) th {
	background-color: #039542;
}

.procedure-table tbody tr:nth-child(even) td {
	background-color: #f9f9f9;
}

.procedure-table tbody tr:hover {
	background-color: #f0f0f0;
}

.procedure-table tbody tr:hover th {
	background-color: #5a6a2d;
}

.procedure-table tbody tr:hover td {
	background-color: #f0f0f0;
}

.register-buttons {
	display: flex;
	gap: 1rem;
	justify-content: center;
	align-items: center;
	margin: 2rem 0;
}

.register-button {
	display: block;
    text-align: center;
    padding: 8px;
    color: #fff;
    border-radius: 16px;
    text-decoration: none;
    font-size: 1.2rem;
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
    line-height: 1.6;
    transition: opacity 0.3s ease;
}

.register-button.new-register {
	background-color: #377f39;
}

.register-button.login {
	background-color: #377f39;
}

.register-button:hover {
	opacity: 0.9;
	text-decoration: none;
	color: #fff;
}

.coin-info-buttons {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	justify-content: center;
	align-items: center;
	margin: 2rem 0;
}

.coin-info-button {
	display: block;
	text-align: center;
	padding: 1.5rem 2rem;
	color: #fff;
	background-color: #009f2c;
	border-radius: 50px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1rem;
	width: 100%;
	max-width: 400px;
	box-sizing: border-box;
	line-height: 1.6;
	transition: background-color 0.3s ease;
}

.coin-info-button:hover {
	background-color: #365a02;
	text-decoration: none;
	color: #fff;
}

.coin-info-notice {
	margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 100%;
}

.coin-info-notice p {
	color: #333;
	font-size: 1rem;
	line-height: 1.7;
	margin: 0 0 1.25rem 0;
	text-align: left;
	max-width: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.coin-info-notice p:first-child {
	font-weight: bold;
    margin-bottom: 1rem;
    text-align: center;
}

.coin-info-notice p:last-child {
	margin-bottom: 0;
}

.qa-section {
	margin: 2rem auto;
	width: max-content;
	max-width: 100%;
	text-align: left;
}

.qa-section-title {
	font-size: 1.5rem;
	font-weight: bold;
	color: #333;
	margin: 0 0 2rem 0;
	text-align: left;
}

.qa-item {
	margin-bottom: 3rem;
}

.qa-item:last-child {
	margin-bottom: 0;
}

.qa-question {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	margin-bottom: 1rem;
	position: relative;
	padding-bottom: 0.5rem;
}

.qa-prefix {
	font-weight: bold;
	flex-shrink: 0;
}

.qa-question .qa-prefix {
	color: #377f39;
}

.qa-question-text {
	color: #377f39;
	font-weight: bold;
	font-size: 1.1rem;
	line-height: 1.6;
	position: relative;
	display: inline-block;
}

.qa-question-text::after {
	content: '';
	position: absolute;
	bottom: -0.5rem;
	left: 0;
	width: 100%;
	height: 2px;
	background-image: repeating-linear-gradient(
		to right,
		#377f39 0,
		#377f39 8px,
		transparent 8px,
		transparent 16px
	);
}

.qa-answer {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	margin-bottom: 1rem;
}

.qa-answer .qa-prefix {
	color: #333;
}

.qa-answer-text {
	color: #333;
	font-size: 1rem;
	line-height: 1.7;
	max-width: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.qa-note {
	color: #333;
	font-size: 0.9rem;
	line-height: 1.7;
	margin: 0.5rem 0 0 0;
	padding-left: 2rem;
	max-width: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.qa-table-wrapper {
	overflow-x: auto;
	margin: 1.5rem 0;
	width: 100%;
}

.qa-table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	background: #fff;
	font-size: 0.95rem;
	min-width: 500px;
}

.qa-table th {
	background-color: #377f39;
	color: #fff;
	padding: 0.75rem 1rem;
	text-align: left;
	font-weight: bold;
	border: 1px solid #4a7a28;
	vertical-align: middle;
}

.qa-table td {
	padding: 0.75rem 1rem;
	text-align: left;
	border: 1px solid #ddd;
	background: #fff;
	color: #333;
	line-height: 1.6;
	vertical-align: top;
}

.qa-table tbody tr:nth-child(even) {
	background-color: #f9f9f9;
}

.qa-table tbody tr:nth-child(even) td {
	background-color: #f9f9f9;
}

.qa-table tbody tr:hover {
	background-color: #f0f0f0;
}

.qa-table tbody tr:hover td {
	background-color: #f0f0f0;
}

/* 注意書き・注記用の汎用クラス */
.annotation {
	font-size: 0.85rem;
	color: #666;
	line-height: 1.6;
	display: inline-block;
}

.donation-steps {
	display: flex;
	flex-direction: column;
	gap: 3rem;
	margin: 2rem 0;
	width: 100%;
}

/* ふるさと納税寄附方法セクション以下のコンテンツ幅設定 */
.content-section:has(.donation-steps) .donation-steps {
	width: 100%;
}

.content-section:has(.donation-steps) .content-video {
	width: 100% !important;
}

.content-section:has(.donation-steps) .video-notice {
	width: 100% !important;
}

.content-section:has(.donation-steps) .section-heading:not(:first-of-type) {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.content-section:has(.donation-steps) .donation-steps,
	.content-section:has(.donation-steps) .section-heading:not(:first-of-type) {
		width: 690px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.content-section:has(.donation-steps) .content-video {
		width: 690px !important;
		margin-left: auto;
		margin-right: auto;
	}
	
	.content-section:has(.donation-steps) .video-notice {
		width: 690px !important;
		margin-left: auto;
		margin-right: auto;
	}
}

.donation-step {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin-bottom: 48px;
	position: relative;
}

.donation-step-title {
	font-size: 1.5rem;
	font-weight: bold;
	color: #333;
	margin: 0 0 12px 0;
	line-height: 1.5;
	text-align: left;
}

.donation-step-content {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	align-items: flex-start;
	position: relative;
}

.donation-step-image {
	flex: 0 0 auto;
	width: 100%;
	max-width: 300px;
	text-align: left;
}

.donation-step-image img {
	max-width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* ふるさと納税寄附方法セクション以下の画像幅を200pxに固定 */
.content-section:has(.donation-steps) .donation-step-image {
	width: 200px;
	max-width: 200px;
	flex: 0 0 200px;
}

.content-section:has(.donation-steps) .donation-step-image img {
	width: 200px;
	max-width: 200px;
	height: 292px;
	object-fit: contain;
}

.donation-step-text {
	flex: 1;
	width: 100%;
}


.donation-step-text p {
	color: #333;
	font-size: 1rem;
	line-height: 1.8;
	margin: 0 0 1rem 0;
	text-align: left;
	max-width: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.donation-step-text p:last-child {
	margin-bottom: 0;
}

/* 丸数字のスタイリング */
.donation-step-text .number,
.donation-step-text2 .number {
	display: inline-block;
	background-color: #377f39;
	color: #fff;
	font-weight: bold;
	font-size: 1.1rem;
	width: 1.8em;
	height: 1.8em;
	line-height: 1.8em;
	text-align: center;
	border-radius: 50%;
	margin-right: 0.5rem;
	vertical-align: middle;
	flex-shrink: 0;
}

.donation-step-text2 {
	flex: 1;
	width: 100%;
}

.donation-step-text2 p {
	color: #333;
	font-size: 1rem;
	line-height: 1.8;
	margin: 0 0 1rem 0;
	text-align: left;
	max-width: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	display: flex;
	align-items: center;
}

.donation-step-text2 p:last-child {
	margin-bottom: 0;
}

.furusato-content p {
	text-align: center;
	margin-top: 1rem;
}

#furusato-tax .detail-link {
	display: block;
	margin-top: 1.5rem;
	text-align: center;
}

.furusato-content img {
	width: 100%;
	max-width: 400px;
	margin-bottom: 1rem;
}

/* お問い合わせ */
#contact {
	background: #fff;
}

#contact h2 {
	margin-bottom: 1rem;
}

.contact-info {
	margin: 1.5rem auto 0;
	text-align: center;
	max-width: 100%;
	width: 100%;
}

.contact-info h3 {
	margin-bottom: 1rem;
}

.contact-info p {
	text-align: center;
	margin-bottom: 0.75rem;
}

/* フッター */
.footer-contact-section {
	padding: 3rem 1rem;
	background: #fff;
	text-align: center;
}

.footer-contact-heading {
	font-size: 2rem;
	color: #333;
	margin: 0 0 0.5rem 0;
	font-weight: normal;
}

.footer-contact-underline {
	width: 60px;
	height: 3px;
	background-color: #387D39;
	margin: 0 auto 2rem;
}

.footer-contact-subheading {
    font-size: 1.8em;
    color: #4c4b4b;
    margin: 0 0 1.5rem 0;
    font-weight: bold;
}

.footer-contact-details {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2rem;
	margin-bottom: 1rem;
	flex-wrap: wrap;
}

.footer-contact-tel,
.footer-contact-email {
	font-size: 1.2rem;
    margin: 0;
}

.footer-contact-tel a,
.footer-contact-email a {
	color: #333;
    text-decoration: none;
    font-size: 1.2rem;
}

.footer-contact-tel a:hover,
.footer-contact-email a:hover {
	text-decoration: underline;
}

.footer-contact-hours {
	font-size: 1rem;
	color: #333;
	margin: 0;
}

.footer-illust-section {
	margin: 0 10%;
	padding: 0;
}

.footer-illust {
	width: 70%;
	height: auto;
	object-fit: contain;
	display: block;
	margin: 0 auto;
}

footer {
	padding: 3rem 1rem;
	background: #fefaf4;
	text-align: center;
}

.footer-home-link {
	text-align: center;
	margin: 2rem 0;
}

.footer-home-link-text {
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	color: #03a21a;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
	transition: opacity 0.3s ease;
}

.footer-home-link-text:hover {
	opacity: 0.8;
	text-decoration: underline;
}

.footer-content-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2rem;
}

.footer-sns-section {
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.footer-sns-text {
	font-size: 1.1rem;
	color: #000;
	margin-bottom: 1.5rem;
	text-align: center;
}

.footer-sns-links {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 2.5rem;
}

.footer-sns-link {
	display: inline-block;
	transition: opacity 0.3s ease;
}

.footer-sns-link:hover {
	opacity: 0.7;
}

.footer-sns-icon {
	width: 60px;
	height: 60px;
	object-fit: contain;
}

.footer-logo-section {
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1rem;
}

.footer-k-logo {
	width: 80px;
	height: 80px;
	object-fit: contain;
	display: block;
	margin: 0 auto;
}

.footer-shizutabi-logo {
	max-width: 200px;
	height: auto;
	object-fit: contain;
}

.footer-brand-text {
	font-size: 1.25rem;
	color: #000;
	margin: 0;
	font-weight: normal;
	text-align: center;
}

/* スクロールトップボタン */
.scroll-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background-color: #427042;
	border: 0;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
	z-index: 1000;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.scroll-to-top.visible {
	opacity: 1;
	visibility: visible;
}

.scroll-to-top:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.scroll-to-top:active {
	transform: translateY(0);
}

.scroll-arrow {
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid #fff;
	display: block;
}

.scroll-text {
	color: #fff;
	font-size: 0.75rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

/* ========================================
   スマートフォン（縦向き）
   ======================================== */
@media screen and (max-width: 767px) {
	.donate-modal-body{
		display: block;
	}
	.donate-modal-image {
		flex: 1;
		text-align: center;
		width: 80%;
		margin: 20px auto;
	}
	.donate-modal-title {
		font-size: 1rem;
		font-weight: bold;
		color: #333;
		text-align: center;
		margin: 46px 0 0.5rem 0;
	}
	.header-content {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.75rem;
	}

	.menu-toggle {
		display: flex;
		position: fixed;
		top: 0;
		right: 0;
		box-sizing: border-box;
	}

	header {
		padding: 1.5rem 1rem 0.5rem;
	}

	header h1 {
		margin: 0;
		position: fixed;
		top: 5px;
		left: 10px;
	}

	header .logo {
		width: 80px;
		height: 80px;
		display: none;
	}
	header h1 a.logo-link {
display: none;
	}

	header .logo-link::before {
        width: 88px;
        height: 88px;
        border-radius: 0% 50% 50% 50%;
		border-radius: 0% 50% 50% 50%;
	}

	.menu-icon {
		margin: 0 auto;
	}

	.menu-text {
		color: #fff;
		text-align: right;
		white-space: nowrap;
	}

	.header-nav {
		display: none;
	}

	.donate-button {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 900;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 64px;
		background-color: #ff6600;
		color: #fff;
		cursor: pointer;
		overflow: hidden;
		margin: 0;
		border-radius: 0;
		padding: 0;
		font-size: 1rem;
		font-weight: bold;
		text-align: center;
		box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
		text-decoration: none;
	}

	.donate-button-text-desktop {
		display: none;
	}

	.donate-button-text-mobile {
		display: inline;
        font-size: 1.4rem;
	}

	.header-right {
		margin-top: 0;
		padding: 0;
		width: auto;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		gap: 0.75rem;
	}

	.header-right::before {
		display: none;
	}

	main {
		padding: 0;
		max-width: 100%;
		margin: 0;
	}

	.content-section {
		padding: 2rem 1rem;
	}

	.content-section:first-of-type {
		padding-top: 0;
	}

	.content-section > *:first-child {
		margin-top: 0;
	}

	.shop-archive {
		padding: 2rem 1rem;
	}

	.shop-list {
		grid-template-columns: 1fr;
		gap: 2rem;
		margin: 2rem 0;
	}

	header {
		padding: 0.75rem;
	}

	header nav ul {
		gap: 0;
	}

	header nav a {
		padding: 0.375rem;
		font-size: 0.75rem;
	}

	main {
		padding: 0;
		max-width: 100%;
		margin: 0 auto;
	}

	section {
		padding: 2rem 0.75rem;
		margin-bottom: 0;
	}

	section:first-of-type {
		border-top: 0;
		padding-top: 0;
	}

	main > *:first-child {
		margin-top: 0;
	}

	#kotei-page {
		padding-top: 0;
	}

	section h2 {
		font-size: 1.5rem;
	}

	.section-heading {
		font-size: 1.6rem;
	}

	.section-subtitle {
		font-size: 1.2rem;
	}

	.sub-g-title {
		font-size: 1.2rem;
	}

	/* 本文の文字サイズ */
	section p,
	.content-section p,
	.furusato-text p,
	.donation-step-text p {
		color: #333;
		font-size: 1rem;
		line-height: 1.8;
		margin: 0 0 1rem 0;
		text-align: left;
		max-width: 100%;
		word-wrap: break-word;
		overflow-wrap: break-word;
		text-align: center;
	}

	/* ふるさと納税寄附方法セクション以下の画像幅を200pxに固定（モバイル表示） */
	.content-section:has(.donation-steps) .donation-step-image {
		width: 200px !important;
		max-width: 200px !important;
		flex: 0 0 200px !important;
		margin: 0 auto;
	}

	.content-section:has(.donation-steps) .donation-step-image img {
		width: 200px !important;
		max-width: 200px !important;
	}

	.about-content p {
		font-size: 1rem;
		line-height: 1.8;
		margin-bottom: 15px;
		text-align: center;
	}

	/* ふるさと納税とは - カードデザイン */
	.furusato-content-wrapper {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 0;
		margin: 2rem 1rem;
		max-width: 100%;
		background-color: #fff;
		border-radius: 12px;
		border: 1px solid #d4a574;
		padding: 1.5rem;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	}

	.furusato-subtitle {
		font-size: 1.5rem;
		font-weight: bold;
		color: #333;
		margin: 0 0 1rem 0;
		padding: 0;
		border-bottom: none;
		text-align: left;
	}

	.furusato-content-wrapper .furusato-text p {
		font-size: 1rem;
		line-height: 1.7;
		text-align: left;
		margin: 0 0 1.5rem 0;
	}

	.furusato-detail-link {
		font-size: 1rem;
		padding: 0.75rem 1.5rem;
	}

	/* フッターイラスト - モバイル表示時100%幅 */
	.footer-content-wrapper {
		padding: 10%;
	}

	.footer-illust-section {
		margin: 0;
		padding: 4%;
	}

	.footer-illust {
		width: 100%;
		height: auto;
		object-fit: contain;
		display: block;
		margin: 0;
	}

	/* ご利用方法 - step-image モバイル表示時80%でセンター合わせ */
	.step-image {
		text-align: center;
	}

	.step-image img {
		max-width: 70%;
		height: auto;
		display: block;
		margin: 0 auto;
	}

	/* ご利用方法 - step-description モバイル表示時の文字サイズ調整 */
	.step-description {
		font-size: 1rem;
        line-height: 1.6;
        text-align: left;
        margin: 0;
        font-size: 1rem !important;
        width: 80%;
        line-height: 1.6 !important;
	}

	/* ボタンの文字サイズ */
	.merchant-map-link,
	.register-buttons {
		flex-direction: column;
		gap: 1rem;
		align-items: center;
	}

	.register-button {
		width: 100%;
		max-width: 400px;
	}

	.register-button,
	.coin-info-button,
	.detail-link,
	.furusato-nav-button .button-text {
		font-size: 1rem;
		font-weight: bold;
	}

	/* 注意書きの文字サイズ */
	.annotation,
	.usage-notes p,
	.coin-info-notice p,
	.donation-step-text p:last-child {
		font-size: 0.8rem;
        /* font-weight: 800; */
	}

	#instant-use {
		min-height: 350px;
		margin-top: -70px;
	}

	.hero-background {
		height: 350px;
		font-size: 0.8rem;
	}

	.instant-use-content {
		min-height: 350px;
		padding: 4rem 0;
	}

	.instant-banner {
		font-size: 1.2rem;
		font-weight: bold;
	}

	.hero-title {
		font-size: 1.2rem;
		white-space: normal;
		display: inline-block;
		width: auto;
		max-width: calc(100% - 2rem);
		line-height: 1.4;
		padding: 0.5rem 1rem;
		text-align: center;
		margin: 0 auto;
		word-break: keep-all;
		overflow-wrap: break-word;
		color: #387D39;
		-webkit-text-stroke: 4px #fff;
		paint-order: stroke;
		box-decoration-break: clone;
		-webkit-box-decoration-break: clone;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-rendering: optimizeLegibility;
	}

	.hero-title .mobile-br {
		display: block;
	}

	.section-subtitle .mobile-br,
	h3 .mobile-br {
		display: inline;
	}

	.about-subtitle {
		font-size: 1.4rem;
        text-align: center;
        margin-bottom: 10px;
        margin-top: 1rem;
        line-height: 1.5;
        font-weight: 600;
        color: #4c4c4c;
	}

	.hero-video {
		width: 80%;
		margin: -40px auto 1.5rem;
		padding: 0;
	}

	.scroll-to-top {
		bottom: 80px;
		right: 20px;
		width: 56px;
		height: 56px;
	}

	.scroll-text {
		font-size: 0.7rem;
	}

	.section-subtitle {
		white-space: normal;
		font-size: 1.2rem;
	}

	.shop-categories {
		grid-template-columns: repeat(2, 1fr);
		gap: 1rem;
	}

	.shop-categories li:nth-child(3) {
		grid-column: 1 / -1;
		justify-self: start;
		max-width: 50%;
		width: 50%;
		margin-left: 0;
		margin-right: auto;
	}

	.shop-category-button img {
		width: 100% !important;
		height: auto !important;
		min-height: auto !important;
		max-height: none !important;
		object-fit: cover !important;
		object-position: center !important;
	}

	.news-header {
		flex-direction: row;
		align-items: center;
		justify-content: center;
		gap: 1rem;
		padding: 0;
		position: relative;
		width: 100%;
		max-width: 90%;
		margin: 0 auto 2rem;
	}

	.news-header::before,
	.news-header::after {
		content: '';
		position: absolute;
		width: 4px;
		height: 50px;
		background-color: #008433;
		top: 50%;
		transform: translateY(-50%);
	}

	.news-header::before {
		left: 0.5rem;
		transform: translateY(-50%) rotate(-15deg);
	}

	.news-header::after {
		right: 0.5rem;
		transform: translateY(-50%) rotate(15deg);
	}

	.section-subtitle::before,
	.section-subtitle::after {
		display: none !important;
	}

	.section-subtitle {
		padding: 0 1.5rem;
		white-space: normal;
	}

	.news-logo {
		width: 60px;
		height: 60px;
		flex-shrink: 0;
	}

	.news-heading {
		font-size: 1.5rem;
		text-align: left;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		margin: 0;
		position: relative;
		padding: 0;
		flex: 0 0 auto;
		min-width: 0;
		width: auto;
		max-width: none;
	}

	.news-heading::before,
	.news-heading::after {
		display: none;
	}

	.news-heading-line1 {
		font-size: 1.5rem;
		line-height: 1.2;
		margin-bottom: 0.25rem;
		font-weight: bold;
		color: #008433;
	}

	.news-heading-line2 {
		font-size: 1rem;
		line-height: 1.2;
		margin-left: 0.5rem;
		color: #333;
		font-weight: normal;
	}

	#news {
		background-color: #f5f5f5;
		padding: 2rem 1.5rem;
		margin: 0;
		width: 100%;
	}

	.news-list {
		width: 100%;
		margin: 0 0 1rem 0;
		padding: 0;
	}

	.news-list li {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 0.5rem;
		padding:1.5rem 3rem;
		text-align: left;
	}

	.news-list li::after {
		left: 0;
		transform: none;
		width: 100%;
		background-color: #d4a574;
	}

	.news-date {
		color: #0066cc;
		font-size: 1rem;
		flex-shrink: 0;
	}

	.news-title {
		color: #333;
		font-size: 1rem;
		text-align: left;
	}

	.news-more-wrapper {
		text-align: right;
		padding-right: 0;
		margin-top: 0.5rem;
	}

	.more-link {
		color: #0066cc;
		text-decoration: underline;
		font-size: 1rem;
	}

	.steps {
		gap: 1rem;
	}

	.step img {
		max-width: 150px;
	}

	.footer-contact-heading {
		font-size: 1.75rem;
	}

	.footer-contact-subheading {
		font-size: 1.125rem;
	}

	.footer-contact-details {
		flex-direction: column;
		gap: 0.5rem;
	}

	.footer-contact-tel,
	.footer-contact-email,
	.footer-contact-hours {
		font-size: 0.875rem;
	}

	/* 加盟店マップ */
	.merchant-map-container {
		margin: 1.5rem auto;
		position: relative;
	}

	.merchant-map-container::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 50%;
		background-color: #faffd0;
		z-index: 0;
		pointer-events: none;
	}

	.merchant-map-container iframe {
		height: 400px;
		position: relative;
		z-index: 1;
	}

	/* マップの下半分からカテゴリセクションまで背景色 */
	#kotei-page > section.content-section:first-of-type > div[style*="margin-top: 100px"] {
		display: none;
	}

	.category-section {
		background-color: #faffd0;
		position: relative;
		z-index: 0;
		margin-top: 0;
		padding-top: 0;
	}

	.category-section .content-section {
		padding-top: 0;
	}

	.category-section::before {
		content: '';
		position: absolute;
		top: -200px;
		left: 0;
		right: 0;
		height: 200px;
		background-color: #faffd0;
		z-index: -1;
		pointer-events: none;
	}

	/* Q&Aセクション */
	.qa-section-title {
		font-size: 1.3rem;
	}

	.qa-question-text {
		font-size: 1.2rem;
	}

	.qa-answer-text {
		font-size: 0.95rem;
	}

	.qa-answer-text .annotation {
		font-size: 0.85rem;
	}

	.qa-note {
		font-size: 0.85rem;
		padding-left: 1.5rem;
	}

	/* ご利用方法ページ */
	.donation-step-title {
		font-size: 1.5rem;
		line-height: 1.5;
		margin-bottom: 12px;
		text-align: left;
	}

	.donation-step-text p {
		color: #333;
		font-size: 1rem;
		line-height: 1.8;
		margin: 0 0 1rem 0;
		text-align: left;
		max-width: 100%;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}

	.step-header {
		font-size: 1.2rem;
	}

	.step-description {
		font-size: 1rem;
	}

	/* ふるさと納税ページ */
	.furusato-intro-text p,
	.furusato-detail-text p {
		font-size: 1rem;
	}

	.furusato-benefit-intro {
		font-size: 1rem;
	}

	.furusato-benefit-text p {
		font-size: 1rem;
	}

	.flow-step-title {
		font-size: 1.3rem;
	}

	.flow-step-description {
		font-size: 1rem;
	}

	.flow-step-action-text {
		font-size: 1rem;
	}

	.furusato-deduction-reference {
		font-size: 1rem;
	}

	.deduction-notes p {
		font-size: 0.85rem;
	}

	.deduction-source p {
		font-size: 0.85rem;
	}

	.furusato-procedure-subtitle {
		font-size: 1rem;
	}

	/* ふるさと納税ボタングループ */
	.furusato-button-group {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 1.5rem;
		flex-wrap: wrap;
	}

	.furusato-button-wrapper {
		width: 100% !important;
		max-width: 100% !important;
		flex: none !important;
	}

	.furusato-nav-button {
		width: 100%;
		max-width: 100%;
		min-width: auto;
	}

	/* ふるさと納税の魅力 - モバイル表示時のみ画面幅100%で帯 */
	.furusato-section-bar#miyoku {
		width: 100vw;
		max-width: 100vw;
		margin-left: calc(-50vw + 50%);
		box-sizing: border-box;
		background-color: #039542;
	}

	.furusato-section-bar#shikumi {
		width: 100vw;
		max-width: 100vw;
		margin-left: calc(-50vw + 50%);
		box-sizing: border-box;
		background-color: #039542;
	}

	.furusato-section-bar#nagare {
		width: 100vw;
		max-width: 100vw;
		margin-left: calc(-50vw + 50%);
		box-sizing: border-box;
		background-color: #039542;
	}

	.furusato-section-bar#koujo {
		width: 100vw;
		max-width: 100vw;
		margin-left: calc(-50vw + 50%);
		box-sizing: border-box;
		background-color: #039542;
	}

	/* ふるさと納税の魅力 - 各項目のヘッダーをモバイル表示時のみ画面幅100%で帯 */
	.furusato-benefit-header {
		width: 100vw;
		max-width: 100vw;
		margin-left: calc(-50vw + 50%);
		margin-right: 0;
		box-sizing: border-box;
	}

	/* ふるさと納税の魅力 - モバイル表示時のみ特定のスタイルを適用 */
	.furusato-benefit-title-mobile {
		width: 80vw;
		max-width: 100vw;
		margin-left: calc(-50vw + 50%);
		margin-right: 0;
		box-sizing: border-box;
		line-height: 1.5;
		margin: 0 auto;
	}

	/* ふるさと納税の魅力 - ヘッダーラッパーをモバイル表示時のみスタイル適用 */
	.furusato-benefit-header-wrapper {
		background: #ffffff;
		padding: 20px;
	}

	/* ふるさと納税の魅力 - コンテンツをモバイル表示時のみ2カラムレイアウト */
	.furusato-benefit-content {
		display: grid !important;
	}

	.furusato-benefit-text {
		width: 100% !important;
		padding: 0 !important;
		display: flex !important;
		flex-direction: column !important;
		background: #ceeed0 !important;
		border-radius: 8px !important;
		box-sizing: border-box !important;
		overflow: visible !important;
		margin-bottom: 0 !important;
	}

	.furusato-benefit-image {
		width: 100% !important;
		max-width: 100% !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		background: #ceeed0 !important;
		border-radius: 8px !important;
		box-sizing: border-box !important;
		margin-top: 0 !important;
	}

	.furusato-benefit-image img {
		height: auto !important;
		display: block !important;
		margin: 0 auto !important;
	}

	.furusato-benefit-text p {
		padding: 1.5rem !important;
		padding-top: 0 !important;
		text-align: left !important;
		margin: 0 !important;
		font-size: 0.9rem !important;
		line-height: 1.6 !important;
		color: #323131 !important;
	}

	/* ふるさと納税の流れ - モバイル表示時のみ1カラムレイアウト（地図上、テキスト下） */
	.flow-step-content-wrapper {
		flex-direction: column !important;
		gap: 1.5rem !important;
		margin: 0 auto 1.5rem !important;
		max-width: 100% !important;
		padding: 0 1rem !important;
		align-items: stretch !important;
	}

	.flow-step-image-wrapper {
		flex: 0 0 auto !important;
		max-width: 100% !important;
		width: 100% !important;
		order: 1 !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
	}

	.flow-step-image {
		width: 100% !important;
		text-align: center !important;
	}

	.flow-step-image img {
		max-width: 100% !important;
		width: 100% !important;
		height: auto !important;
		display: block !important;
		margin: 0 auto !important;
	}

	.flow-step-image-wrapper .flow-step-connector {
		display: none !important;
	}

	.flow-step-text-wrapper {
		flex: 1 !important;
		max-width: 100% !important;
		width: 100% !important;
		order: 2 !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: flex-start !important;
		position: relative !important;
	}

	.flow-step-text-wrapper::after {
		content: "▼" !important;
		color: #000 !important;
		font-size: 3.5rem !important;
		font-weight: bold !important;
		text-align: center !important;
		margin: 0.75rem auto 0 auto !important;
		line-height: 1 !important;
		width: 100% !important;
		display: block !important;
	}

	.furusato-flow-step:last-child .flow-step-text-wrapper::after {
		display: none !important;
	}

	.flow-step-header {
		width: 100% !important;
		margin-bottom: 1rem !important;
	}

	.flow-step-number {
		font-size: 1.25rem !important;
	}

	.flow-step-title {
		font-size: 1.25rem !important;
	}

	.flow-step-description {
		width: 100% !important;
		margin: 0 0 1.5rem 0 !important;
	}

	.flow-step-action {
		width: 100% !important;
	}

	.flow-step-button {
		width: 100% !important;
		text-align: center !important;
		margin-bottom: 0.75rem !important;
	}

	.flow-step-action-text {
		width: 100% !important;
	}
}

/* ========================================
スマートフォン（横向き）
   ======================================== */
@media screen and (min-width: 481px) and (max-width: 767px) {
	.menu-toggle {
		display: flex;
		position: fixed;
		top: 0;
		right: 0;
		box-sizing: border-box;
	}

	.menu-icon {
		margin: 0 auto;
	}

	.menu-text {
		color: #fff;
		text-align: right;
		white-space: nowrap;
	}

	.header-nav {
		display: none;
	}

	.donate-button {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 900;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 64px;
		background-color: #ff6600;
		color: #fff;
		cursor: pointer;
		overflow: hidden;
		margin: 0;
		border-radius: 0;
		padding: 0;
		font-size: 1rem;
		font-weight: bold;
		text-align: center;
		box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
		text-decoration: none;
	}

	.header-right {
		margin-top: 0;
		padding: 0;
		width: auto;
		align-items: flex-end;
	}

	.header-right::before {
		display: none;
	}
	.shop-categories {
		grid-template-columns: repeat(2, 1fr);
		gap: 1rem;
	}

	.shop-categories li:nth-child(3) {
		grid-column: 1 / -1;
		justify-self: start;
		max-width: 50%;
		width: 50%;
		margin-left: 0;
		margin-right: auto;
	}

	.steps {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		gap: 1rem;
	}

	.link-buttons {
		flex-direction: row;
		justify-content: center;
		gap: 0.75rem;
	}

	.register-buttons {
		flex-direction: row;
		gap: 2rem;
		justify-content: center;
		align-items: stretch;
	}

	.register-button {
		flex: 1;
		max-width: 400px;
		width: auto;
	}

	section {
		padding: 2.5rem 1rem;
	}

	section:first-of-type {
		border-top: 0;
	}

	section h2 {
		font-size: 1.75rem;
	}
}

/* ========================================
   タブレット（縦向き）
   ======================================== */
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.donation-step-text p {
		font-size: 1.2rem;
		line-height: 1.8;
		margin-bottom: 24px;
	}
	.menu-toggle {
		display: none !important;
	}

	.header-nav {
		display: block !important;
	}

	.donate-button {
		display: inline-block !important;
	}

	.donate-modal-body {
		flex-direction: row !important;
		align-items: center !important;
		justify-content: space-between !important;
	}

	.donate-modal-image {
		order: 1 !important;
		flex: 1 !important;
		width: auto !important;
	}

	.donate-modal-buttons {
		order: 2 !important;
		flex: 1 !important;
		width: auto !important;
		display: grid !important;
		grid-template-columns: repeat(2, 1fr) !important;
	}

	header {
		padding: 1rem 2rem;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		box-sizing: border-box;
	}

	header nav {
		margin-top: 1rem;
	}

	

	section h2 {
		font-size: 2.25rem;
	}

	.furusato-content-wrapper {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		gap: 2rem;
		margin: 2rem auto;
		max-width: 1200px;
		padding: 2.5rem;
	}

	.furusato-image {
		flex: 0 0 auto;
		width: 45%;
		max-width: 500px;
	}

	.furusato-image img {
		max-width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}

	.furusato-text {
		flex: 1;
		width: 55%;
	}

	.furusato-benefits-grid {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 2rem;
	}

	.furusato-benefit-content {
		background-color: #ffffff !important;
		border: none !important;
		border-radius: 8px !important;
		padding: 1.5rem !important;
		display: flex !important;
		flex-direction: row !important;
		align-items: center !important;
		gap: 1.5rem !important;
		min-height: auto !important;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
	}

	.furusato-benefit-text {
		flex: 1 !important;
		padding: 0 !important;
		background: transparent !important;
		width: auto !important;
		display: block !important;
	}

	.furusato-benefit-image {
		max-width: 40% !important;
		flex-shrink: 0 !important;
		background: transparent !important;
		width: auto !important;
		display: block !important;
	}

	.furusato-benefit-image img {
		width: 100% !important;
		max-width: 100% !important;
	}

	.furusato-benefit-subtitle {
		display: inline-block !important;
		width: auto !important;
		margin: 0 auto 0.8rem auto !important;
		background-color: #4c4b4b !important;
		color: #fff !important;
		padding: 0.4rem 0.8rem !important;
		border-radius: 8px !important;
		font-size: 0.9rem !important;
		font-weight: bold !important;
		text-align: center !important;
	}

	.usage-steps {
		display: flex;
		flex-direction: row;
		gap: 1.5rem;
		justify-content: center;
		align-items: flex-start;
	}

	.usage-step {
		flex: 1;
		max-width: calc(33.333% - 1rem);
	}

	.image-grid {
		display: flex;
		flex-direction: row;
		gap: 1rem;
		justify-content: center;
		align-items: flex-start;
	}

	.image-grid img {
		width: calc(33.333% - 0.667rem);
		flex: 1;
	}

	.register-buttons {
		flex-direction: row;
		gap: 2rem;
		justify-content: center;
		align-items: stretch;
	}

	.register-button {
		flex: 1;
        max-width: 240px;
        width: auto;
	}

	.furusato-button-group {
		flex-wrap: nowrap;
		gap: 1rem;
	}

	.furusato-button-wrapper {
		flex: 1;
		max-width: calc(25% - 0.75rem);
	}

	.furusato-nav-button {
		min-width: 0;
		width: 100%;
	}

	.shop-list {
		grid-template-columns: repeat(3, 1fr);
		gap: 2rem;
	}

	.shop-card-image {
		height: 250px;
	}

	.shop-card-title {
		font-size: 1.25rem;
		padding: 0.5rem 0.75rem;
	}

	.coin-info-buttons {
		flex-direction: row;
		gap: 2rem;
		justify-content: center;
		align-items: stretch;
	}

	.coin-info-button {
		flex: 1;
		max-width: 400px;
		width: auto;
	}

	.qa-section-title {
		font-size: 1.75rem;
	}

	.qa-question-text {
		font-size: 1.2rem;
	}

	.qa-answer-text {
		font-size: 1.1rem;
	}

	.donation-step-content {
		flex-direction: row;
		align-items: flex-start;
		gap: 2rem;
	}

	.donation-step-image {
		flex: 0 0 auto;
		max-width: 300px;
		width: auto;
	}

	/* ふるさと納税寄附方法セクション以下の画像幅を200pxに固定（タブレット表示） */
	.content-section:has(.donation-steps) .donation-step-image {
		width: 200px !important;
		max-width: 200px !important;
		flex: 0 0 200px !important;
	}

	.content-section:has(.donation-steps) .donation-step-image img {
		width: 200px !important;
		max-width: 200px !important;
	}

	.donation-step-text {
		flex: 1;
		max-width: calc(100% - 320px);
	}

	.donation-step-title {
		font-size: 1.5rem;
		line-height: 1.5;
		margin-bottom: 12px;
		text-align: left;
	}

	.donation-step-text p {
		font-size: 1.2rem;
		line-height: 1.8;
		margin-bottom: 24px;
	}

	.header-content {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 2rem;
		max-width: 1280px;
		margin: 0 auto;
	}

	header h1 {
		margin-bottom: 0;
		flex-shrink: 0;
	}

	.header-right {
		flex-direction: column;
		align-items: flex-end;
		gap: 0.75rem;
		width: auto;
		background: transparent;
		padding: 15px 10px 0 10px;
		position: static;
		margin-top: -100px;
		z-index: 1;
	}

	header nav {
		position: fixed;
		left: 50%;
		transform: translateX(-40%);
		top: 0;
		z-index: 2;
		width: auto;
		margin-top: 1rem;
	}

	.header-right::before {
		content: '';
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 80px;
		background: #fff;
		z-index: -1;
		pointer-events: none;
	}

	header nav {
		margin-bottom: 0;
		width: auto;
	}

	header nav ul {
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 0.75rem;
		justify-content: center;
		align-items: center;
	}

	header nav li {
		width: auto;
	}

	header nav a {
		font-size: 0.875rem;
		color: #333;
		white-space: nowrap;
		border-radius: 0;
		text-decoration: none;
		transition: background-color 0.3s ease, color 0.3s ease;
	}

	header nav a:hover {
		color: #333;
		text-decoration: none;
		background-color: #B0B997;
		opacity: 1;
	}

	.donate-button {
		position: fixed;
		right: 0;
		top: 90px;
		margin-top: 0;
		flex-shrink: 0;
		padding: 0.875rem 2.5rem;
		font-size: 0.9375rem;
		border-radius: 8px 0 0 8px;
	}

	#instant-use {
		min-height: 500px;
		margin-top: -70px;
	}

	.hero-background {
		height: 500px;
	}

	.instant-use-content {
		min-height: 590px;
		padding: 3rem 0rem;
		gap: 2rem;
	}

	.instant-banner {
		font-size: 1rem;
	}

	.hero-title {
		font-size: 2.5rem;
		text-align: center;
		white-space: normal;
	}

	.hero-title .mobile-br {
		display: inline;
	}

	.hero-info-box {
		margin-left: auto;
	}

	.hero-video {
		width: 60%;
		margin: -140px auto 2rem;
		padding: 0;
	}

	.furusato-button-group {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 1.5rem;
		align-items: flex-start;
		margin: 2rem 0 3rem 0;
		flex-wrap: wrap;
	}

	.furusato-button-wrapper {
		width: 100% !important;
		max-width: 100% !important;
		flex: none !important;
	}

	.furusato-nav-button {
		width: 100%;
		max-width: 100%;
		min-width: auto;
	}

	.furusato-section-title {
		font-size: 1.25rem;
	}

	.furusato-section-bar#miyoku {
		line-height: 1.4;
		margin-bottom: 32px;
		padding: 12px 0;
		background-color: #039542;
		width: 100vw;
		margin-left: calc(-50vw + 50%);
		margin-right: calc(-50vw + 50%);
		box-sizing: border-box;
	}

	.furusato-section-bar#miyoku .furusato-section-title {
		color: #fff;
		font-size: 2.4rem;
		font-weight: bold;
		text-align: center;
	}

	

	

	.furusato-section-bar#nagare {
		line-height: 1.4;
		margin-bottom: 32px;
		padding: 12px 0;
		background-color: #039542;
		width: 100vw;
		margin-left: calc(-50vw + 50%);
		margin-right: calc(-50vw + 50%);
		box-sizing: border-box;
	}

	.furusato-section-bar#nagare .furusato-section-title {
		color: #fff;
		font-size: 2.4rem;
		font-weight: bold;
		text-align: center;
	}

	.furusato-section-bar#koujo {
		line-height: 1.4;
		margin-bottom: 32px;
		padding: 12px 0;
		background-color: #039542;
		width: 100vw;
		margin-left: calc(-50vw + 50%);
		margin-right: calc(-50vw + 50%);
		box-sizing: border-box;
	}

	.furusato-section-bar#koujo .furusato-section-title {
		color: #fff;
		font-size: 2.4rem;
		font-weight: bold;
		text-align: center;
	}

	.furusato-miryoku-title {
		display: block;
	}

	.furusato-case-section {
		margin: 2rem 0;
	}

	.furusato-case-section .furusato-section-bar {
		margin: 0 auto 1.5rem auto;
		width: 60%;
	}

	.furusato-case-image img {
		max-width: 95%;
	}

	.furusato-case-image .furusato-image-mobile {
		display: block !important;
		margin: 0 auto;
	}

	.furusato-case-image .furusato-image-desktop {
		display: none !important;
	}

	.furusato-notes {
		margin: 2rem 0;
		padding: 1rem;
	}

	.furusato-notes p {
		font-size: 0.9rem;
		line-height: 1.6;
	}

	.furusato-benefits-grid {
		display: grid !important;
		gap: 1.5rem;
		margin: 2rem 0;
		grid-template-columns: 1fr !important;
	}

	.furusato-benefit-content {
	    background-color: #ceeed0;
    border: 1px solid #c8e6c9;
    border-radius: 8px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    min-height: auto;
	}

	.furusato-benefit-text {
		width: 100%;
		padding: 0;
	}

	.furusato-benefit-image {
		max-width: 30%;
        width: 100%;
	}

	.furusato-benefit-header {
		background-color: #039542;
		border-radius: 8px;
		padding: 12px 0;
		width: 100%;
		margin-bottom: 1rem;
	}

	.furusato-benefit-title {
		font-size: 1.2rem;
	}

	.furusato-benefit-intro {
		margin-bottom: 1.5rem;
	}

	.furusato-benefit-content {
		background-color: #faffd0;
		flex-direction: column;
		padding: 1.5rem;
	}

	.furusato-benefit-subtitle {
		background-color: #039542;
		color: #fff;
		font-size: 1rem;
		padding: 8px 16px;
		margin-bottom: 1rem;
		border-radius: 8px;
	}

	.furusato-benefit-text p {
		font-size: 0.9rem;
		line-height: 1.6;
		margin-bottom: 1rem;
	}

	.furusato-benefit-image {
		width: 100%;
		max-width: 100%;
		margin-top: 1rem;
	}

	.furusato-flow-steps {
		margin: 2rem 0;
	}

	.flow-step-content-wrapper {
		flex-direction: column;
		gap: 1.5rem;
		margin: 0 auto 1.5rem;
		max-width: 100%;
		padding: 0 1rem;
	}

	.flow-step-image-wrapper {
		flex: 0 0 auto;
		max-width: 100%;
		width: 100%;
	}

	.flow-step-image img {
		max-width: 95%;
	}

	.flow-step-connector {
		font-size: 1.5rem;
		margin: 0.75rem 0 0 0;
		width: 100%;
	}

	.flow-step-text-wrapper {
		max-width: 100%;
		width: 100%;
	}

	.flow-step-header {
		flex-direction: row;
		align-items: baseline;
		justify-content: flex-start;
		gap: 0.5rem;
	}

	.flow-step-number {
		font-size: 1.25rem;
	}

	.flow-step-title {
		font-size: 1.25rem;
	}

	.flow-step-description {
		font-size: 0.9rem;
		line-height: 1.6;
		margin: 0 0 1rem 0;
		text-align: left;
	}

	.flow-step-action {
		align-items: flex-start;
		width: 100%;
	}

	.flow-step-button {
		font-size: 0.9rem;
		padding: 0.4rem 1rem;
	}

	.flow-step-action-text {
		font-size: 0.9rem;
		line-height: 1.6;
		text-align: left;
	}

	.flow-step-link-button {
		font-size: 0.9rem;
		padding: 0.6rem 1.5rem;
	}

	.furusato-deduction-section {
		margin: 2rem 0;
	}

	.furusato-deduction-reference {
		font-size: 0.9rem;
		margin: 0 0 1rem 0;
	}

	.deduction-table-wrapper {
		margin: 1.5rem 0;
		-webkit-overflow-scrolling: touch;
	}

	.deduction-table {
		font-size: 0.8rem;
		min-width: 500px;
	}

	.deduction-table th,
	.deduction-table td {
		padding: 0.5rem 0.3rem;
	}

	.deduction-notes {
		margin: 1.5rem 0;
		padding: 1rem;
	}

	.deduction-notes p {
		font-size: 0.85rem;
		line-height: 1.6;
	}

	.deduction-source {
		margin: 1.5rem 0;
		padding: 1rem 0;
		padding-top: 1rem;
	}

	.deduction-source p {
		font-size: 0.8rem;
		line-height: 1.6;
	}

	.furusato-procedure-section {
		margin: 2rem 0;
	}

	.furusato-procedure-subtitle {
		font-size: 0.9rem;
		margin: 0 0 1rem 0;
	}

	.procedure-table {
		min-width: 600px;
		font-size: 0.8rem;
	}

	.procedure-table tbody th,
	.procedure-table tbody td {
		padding: 0.5rem 0.3rem;
	}

	.procedure-table tbody td p {
		font-size: 0.85rem;
		line-height: 1.5;
	}

	.procedure-table tbody td ul {
		padding-left: 1.2rem;
		margin: 0.3rem 0 0 0;
	}

	.procedure-table tbody td li {
		font-size: 0.85rem;
		line-height: 1.5;
		margin: 0.2rem 0;
	}

	.shop-single {
		padding: 30px 1rem;
		max-width: 100%;
	}

	.shop-header-label {
		font-size: 0.85rem;
		margin: 0 0 0.5rem 0;
		text-align: center;
	}

	.shop-title {
		font-size: 1.75rem;
		line-height: 1.3;
		text-align: center;
	}

	.shop-main-image {
		margin: 1.5rem 0;
	}

	.shop-main-image img {
		max-width: 80%;
		width: 80%;
	}

	.shop-main-slideshow {
		margin: 1.5rem 0;
	}

	.shop-main-slide img {
		max-width: 80%;
		width: 80%;
	}

	.shop-thumbnail-images {
		gap: 0.5rem;
		margin: 1rem 0 1.5rem 0;
	}

	.shop-thumbnail-item img {
		width: 80px;
		height: 80px;
	}

	.shop-features {
		margin: 1.5rem 0;
		width: 100%;
	}

	.shop-feature-text {
		font-size: 0.95rem;
		line-height: 1.7;
		margin: 0 0 1rem 0;
		max-width: 100%;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}

	.shop-feature-text1 {
		font-size: 1.25rem;
		text-align: center;
		font-weight: bold;
		margin-bottom: 1rem;
		line-height: 1.5;
	}

	.shop-feature-text2 {
		font-size: 0.95rem;
		text-align: left;
		line-height: 1.7;
	}

	.shop-feature-text:last-of-type {
		margin-bottom: 1.5rem;
	}

	.donate-modal {
		max-width: 95%;
		width: 95%;
	}

	.donate-modal-content {
		padding: 2.5rem 1.5rem 1.5rem;
	}

	.donate-modal-title {
		font-size: 1.5rem;
	}

	.donate-modal-subtitle {
		font-size: 0.9rem;
		margin-bottom: 1.5rem;
	}

	.donate-modal-body {
		flex-direction: column !important;
		align-items: stretch !important;
		gap: 1.5rem;
		margin-bottom: 1.5rem;
	}

	.donate-modal-image {
		order: 1 !important;
		width: 100% !important;
		flex: none !important;
	}

	.donate-modal-buttons {
		order: 2 !important;
		width: 100% !important;
		flex: none !important;
		display: grid !important;
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 1rem;
	}

	.donate-municipality-button {
		font-size: 1rem;
		padding: 0.875rem 1.5rem;
	}

	.donate-modal-instruction {
		font-size: 0.875rem;
		padding-top: 1rem;
	}

	.shop-archive {
		padding: 2rem 1rem;
	}

	.shop-archive-title {
		font-size: 1.75rem;
	}

	.shop-archive-subtitle {
		font-size: 1.25rem;
	}

	.shop-search-section {
		padding: 1rem;
	}

	.shop-search-form {
		flex-direction: column;
		gap: 1rem;
		max-width: 100%;
	}

	.shop-area-select,
	.shop-search-button {
		width: 100%;
		max-width: 100%;
	}

	.shop-list {
		grid-template-columns: 1fr;
		gap: 2rem;
		margin: 2rem 0;
	}

	.shop-card-image {
		height: 200px;
	}

	.shop-card-title {
		position: static;
		color: #333;
		font-size: 1.25rem;
		padding: 0;
		margin: 0 0 0.5rem 0;
		text-shadow: none;
		background: none;
		text-align: left;
		width: auto;
	}

	.shop-card-content {
		padding: 1.25rem;
	}

	.shop-card-feature {
		font-size: 0.95rem;
	}

	.shop-card-excerpt {
		font-size: 0.9rem;
	}

	.shop-feature-slideshow {
		margin: 1rem 0 0 0;
	}

	.shop-slideshow-nav {
		margin: 0.75rem 0 0 0;
		gap: 0.75rem;
	}

	.shop-slide-prev,
	.shop-slide-next {
		width: 36px;
		height: 36px;
		font-size: 1.25rem;
	}

	.shop-slide-dot {
		width: 10px;
		height: 10px;
		border-width: 1.5px;
	}

	.shop-content {
		margin: 1.5rem 0;
		font-size: 0.95rem;
		line-height: 1.7;
		max-width: 100%;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}

	.shop-content p {
		font-size: 0.95rem;
		line-height: 1.7;
		margin: 0 0 1.25rem 0;
		max-width: 100%;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}

	.shop-content p:last-child {
		margin-bottom: 0;
	}

	.shop-donate-button-wrapper {
		margin: 2rem 0;
	}

	.shop-donate-button {
		padding: 0.875rem 2rem;
		font-size: 1rem;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

	.shop-website-button-wrapper {
		margin: 2rem 0;
	}

	.shop-website-button {
		padding: 0.875rem 2rem;
		font-size: 1rem;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

	.shop-facility-info {
		margin: 2rem 0;
	}

	.shop-facility-title-bar {
		padding: 0.5rem 0.75rem;
		margin: 0 0 1rem 0;
	}

	.shop-facility-title {
		font-size: 1.25rem;
	}

	.shop-facility-table {
		font-size: 0.9rem;
	}

	.shop-facility-table th,
	.shop-facility-table td {
		padding: 0.5rem 0.75rem;
		font-size: 0.9rem;
	}

	.shop-facility-table th {
		width: 30%;
	}

	.shop-map-section {
		margin: 2rem 0;
	}

	.shop-map-container iframe {
		height: 600px;
		border-radius: 4px;
	}

	.shop-reservation-note {
		margin: 1.5rem 0 0 0;
		padding: 1rem 0 0 0;
	}

	.shop-reservation-note p {
		font-size: 0.85rem;
	}

	main {
		max-width: 100%;
		margin: 0 auto;
		padding-top: 120px;
	}

	section {
		padding: 4rem 2rem;
	}

	section:first-of-type {
		border-top: 0;
	}

	section h2 {
		font-size: 2.25rem;
	}

	/* しず旅コインが使える加盟店 - メディアクエリ内でも確実に適用 */
	#merchant-shops {
		width: 100vw !important;
		max-width: none !important;
		margin-left: calc(50% - 50vw) !important;
		margin-right: calc(50% - 50vw) !important;
	}

	.shop-categories {
		grid-template-columns: repeat(2, 1fr);
		gap: 1rem;
	}

	.shop-categories li:nth-child(3) {
		grid-column: 1 / -1;
		justify-self: start;
		max-width: 50%;
		width: 50%;
		margin-left: 0;
		margin-right: auto;
	}

	.steps {
		flex-direction: row;
		justify-content: center;
		gap: 2rem;
	}

	.about-content,
	.furusato-content {
		display: flex;
		align-items: center;
		gap: 2rem;
		text-align: left;
	}

	.about-content img,
	.furusato-content img {
		flex-shrink: 0;
	}

	.link-buttons {
		flex-direction: row;
		justify-content: center;
		gap: 1rem;
	}

	/* 加盟店マップ */
	.merchant-map-container {
		margin: 1.5rem auto;
		position: relative;
	}

	.merchant-map-container::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 50%;
		background-color: #faffd0;
		z-index: 0;
		pointer-events: none;
	}

	.merchant-map-container iframe {
		height: 400px;
		position: relative;
		z-index: 1;
	}

	/* マップの下半分からカテゴリセクションまで背景色 */
	#kotei-page > section.content-section:first-of-type > div[style*="margin-top: 100px"] {
		display: none;
	}

	.category-section {
		background-color: #faffd0;
		position: relative;
		z-index: 0;
		margin-top: 0;
		padding-top: 0;
	}

	.category-section .content-section {
		padding-top: 0;
	}

	.category-section::before {
		content: '';
		position: absolute;
		top: -200px;
		left: 0;
		right: 0;
		height: 200px;
		background-color: #faffd0;
		z-index: -1;
		pointer-events: none;
	}
}

/* ========================================
   タブレット（横向き）
   ======================================== */
@media screen and (min-width: 1024px) {
	.menu-toggle {
		display: none !important;
	}

	.header-nav {
		display: block !important;
	}

	.donate-button {
		display: inline-block !important;
	}

	.donate-modal-body {
		flex-direction: row !important;
		align-items: center !important;
		justify-content: space-between !important;
	}

	.donate-modal-image {
		order: 1 !important;
		flex: 1 !important;
		width: auto !important;
	}

	.donate-modal-buttons {
		order: 2 !important;
		flex: 1 !important;
		width: auto !important;
		display: grid !important;
		grid-template-columns: repeat(2, 1fr) !important;
	}

	header {
		padding: 1.5rem 4rem;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		box-sizing: border-box;
	}

	header nav {
		margin-top: 1.5rem;
	}




	.usage-steps {
		display: flex;
		flex-direction: row;
		gap: 1.5rem;
		justify-content: center;
		align-items: flex-start;
	}

	.usage-step {
		flex: 1;
		max-width: calc(33.333% - 1rem);
	}

	.image-grid {
		display: flex;
		flex-direction: row;
		gap: 1rem;
		justify-content: center;
		align-items: flex-start;
	}

	.image-grid img {
		width: calc(33.333% - 0.667rem);
		flex: 1;
	}

	.furusato-benefits-grid {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 2rem;
	}

	.furusato-benefit-content {
		min-height: auto;
		flex-direction: row;
		padding: 1.5rem;
	}

	.furusato-benefit-image {
		max-width: 40%;
	}

	.register-buttons {
		flex-direction: row;
		gap: 2rem;
		justify-content: center;
		align-items: stretch;
	}

	.register-button {
		flex: 1;
		max-width: 400px;
		width: auto;
	}

	.furusato-button-group {
		flex-wrap: nowrap;
		gap: 1rem;
	}

	.furusato-button-wrapper {
		flex: 1;
		max-width: calc(25% - 0.75rem);
	}

	.furusato-nav-button {
		min-width: 0;
		width: 100%;
	}

	.coin-info-buttons {
		flex-direction: row;
		gap: 2rem;
		justify-content: center;
		align-items: stretch;
	}

	.coin-info-button {
		flex: 1;
		max-width: 400px;
		width: auto;
	}

	.qa-section-title {
		font-size: 1.75rem;
	}

	.qa-question-text {
		font-size: 1.2rem;
	}

	.qa-answer-text {
		font-size: 1.1rem;
	}

	.donation-step-content {
		flex-direction: row;
		align-items: flex-start;
		gap: 2rem;
	}

	.donation-step-image {
		flex: 0 0 auto;
		max-width: 300px;
		width: auto;
	}

	/* ふるさと納税寄附方法セクション以下の画像幅を200pxに固定（タブレット表示） */
	.content-section:has(.donation-steps) .donation-step-image {
		width: 200px !important;
		max-width: 200px !important;
		flex: 0 0 200px !important;
	}

	.content-section:has(.donation-steps) .donation-step-image img {
		width: 200px !important;
		max-width: 200px !important;
	}

	.donation-step-text {
		flex: 1;
		max-width: calc(100% - 320px);
	}

	.donation-step-title {
		font-size: 1.5rem;
		line-height: 1.5;
		margin-bottom: 12px;
		text-align: left;
	}

	.donation-step-text p {
		color: #333;
		font-size: 1rem;
		line-height: 1.8;
		margin: 0 0 1rem 0;
		text-align: left;
		max-width: 100%;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}

	.header-content {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 2rem;
		max-width: 1280px;
		margin: 0 auto;
	}

	header h1 {
		margin-bottom: 0;
		flex-shrink: 0;
	}

	.header-right {
		flex-direction: column;
		align-items: flex-end;
		gap: 0.75rem;
		width: auto;
		background: transparent;
		padding: 15px 10px 0 10px;
		position: static;
		margin-top: -100px;
		z-index: 1;
	}

	header nav {
		position: fixed;
		left: 50%;
		transform: translateX(-40%);
		top: 0;
		z-index: 2;
		width: auto;
		margin-top: 1rem;
	}

	.header-right::before {
		content: '';
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 60px;
		background: #fff;
		z-index: -1;
		pointer-events: none;
	}

	header nav {
		margin-bottom: 0;
		width: auto;
	}

	header nav ul {
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 0.75rem;
		justify-content: center;
		align-items: center;
	}

	header nav li {
		width: 8.8rem;
		text-align: center;
	}

	header nav a {
		font-size: 0.9375rem;
		color: #333;
		white-space: nowrap;
		border-radius: 0;
		text-decoration: none;
		transition: background-color 0.3s ease, color 0.3s ease;
	}

	header nav a:hover {
		color: #333;
		text-decoration: none;
		background-color: #B0B997;
		opacity: 1;
	}

	.donate-button {
		position: fixed;
		right: 0;
		top: 90px;
		margin-top: 0;
		flex-shrink: 0;
		padding: 0.875rem 2.5rem;
		font-size: 0.9375rem;
		border-radius: 8px 0 0 8px;
	}

	#instant-use {
		min-height: 600px;
		margin-top: -90px;
	}

	.hero-background {
		height: 600px;
	}

	.instant-use-content {
		min-height: 600px;
        padding: 1rem 0rem;
        gap: 2rem;
        position: relative;
        margin-top: 30px;
    }

	.instant-banner {
		padding: 0.1rem 0.7rem;
        font-size: 1.4rem;
		font-weight: bold;
	}

	.hero-title {
		font-size: 3rem;
		text-align: center;
		z-index: 2;
		line-height: 1.4;
		width: 100%;
		white-space: normal;
	}

	.hero-title .mobile-br {
		display: inline;
	}

	.hero-info-box {
		margin-left: auto;
		max-width: 450px;
	}

	.hero-video {
		width: 70%;
		margin: -140px auto 2rem;
		padding: 0;
	}

	main {
		max-width: 100%;
		margin: 0 auto;
		padding-top: 120px;
	}

	section {
		margin: 3rem 0;
        padding: 4rem 2rem;
	}

	section:first-of-type {
		border-top: 0;
	}

	section h2 {
		font-size: 2.25rem;
	}

	/* しず旅コインが使える加盟店 - メディアクエリ内でも確実に適用 */
	#merchant-shops {
		width: 100vw !important;
		max-width: none !important;
		margin-left: calc(50% - 50vw) !important;
		margin-right: calc(50% - 50vw) !important;
	}

	.shop-categories {
		grid-template-columns: repeat(3, 1fr);
		gap: 1rem;
	}

	.steps {
		flex-direction: row;
		justify-content: center;
		gap: 2rem;
	}

	.about-content,
	.furusato-content {
		display: flex;
		align-items: center;
		gap: 2rem;
		text-align: left;
	}

	.about-content img,
	.furusato-content img {
		flex-shrink: 0;
	}

	.link-buttons {
		flex-direction: row;
		justify-content: center;
		gap: 1rem;
	}

	.coin-info-buttons {
		flex-direction: row;
		gap: 2rem;
		justify-content: center;
		align-items: stretch;
	}

	.coin-info-button {
		flex: 1;
		max-width: 400px;
		width: auto;
	}

	.qa-section-title {
		font-size: 1.75rem;
	}

	.qa-question-text {
		font-size: 1.2rem;
	}

	.qa-answer-text {
		font-size: 1.1rem;
	}


	.donation-step-title {
		font-size: 1.5rem;
		line-height: 1.5;
		margin-bottom: 12px;
		text-align: left;
	}

	.donation-step-text p {
		color: #333;
		font-size: 1rem;
		line-height: 1.8;
		margin: 0 0 1rem 0;
		text-align: left;
		max-width: 100%;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}

	.furusato-content-wrapper {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		gap: 2rem;
		margin: 2rem auto;
		max-width: 1200px;
		padding: 2.5rem;
	}

	.furusato-image {
		flex: 0 0 auto;
		width: 45%;
		max-width: 500px;
	}

	.furusato-image img {
		max-width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}

	.furusato-text {
		flex: 1;
		width: 55%;
	}

	footer {
		padding: 3rem;
	}

	.footer-sns-icon,
	.footer-k-logo {
		width: 70%;
		height: 70px;
	}
}

/* 404ページ */
.error-404 {
	text-align: center;
	padding: 4rem 5%;
	max-width: 960px;
	margin: 0 auto;
}

.error-404 .section-underline {
	margin: 0 auto 1.5rem;
}

.error-404-message {
	margin: 1rem 0 2rem;
	font-size: 1rem;
	line-height: 1.8;
	color: #333;
}

.error-404-actions {
	display: flex;
	justify-content: center;
}

.btn-green {
	display: inline-block;
	padding: 0.9rem 2.4rem;
	background-color: #3aa157;
	color: #fff;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 700;
	font-size: 1rem;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-green:hover {
	background-color: #318749;
	color: #fff;
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}
