﻿        * {
        	margin: 0;
        	padding: 0;
        	box-sizing: border-box;
        }
        body {
        	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
        	line-height: 1.6;
        }
        a {
        	color: #4D957F;
        	font-weight: bold;
        }
        .pc-view {
        	display: block!important;
        }
        .sp-view, .sp-fv {
        	display: none!important;
        }
        .gardening-container {
        	position: relative;
        	width: 100%;
        	min-height: 100vh;
        	overflow: hidden;
        }
        /* Background image layer - 1500px wide */

        .gardening-background-layer {
        	position: absolute;
        	top: 0;
        	left: 50%;
        	transform: translateX(-50%);
        	width: 1500px;
        	height: 100%;
        }
        /* Main content area - 1200px wide */

        .gardening-content-area {
        	position: relative;
        	width: 1200px;
        	margin: 0 auto;
        	background-color: #FCF8F3;
        	z-index: 2;
        	padding: 30px 40px;
        	padding-bottom: 60px;
        }
        /* Header row - 2つの要素が横並び */

        .gardening-header-row {
        	display: flex;
        	align-items: center;
        	gap: 20px;
        	margin-bottom: 40px;
        }
        .gardening-category-tab {
        	border: 1px solid #4D957F;
        	border-radius: 12px;
        	padding: 4px 26px;
        	font-size: 21px;
        	color: #4D957F;
        	font-weight: 400;
        	white-space: nowrap;
        }
        .gardening-title-block {
        	flex: 1;
        }
        .gardening-main-title {
        	font-size: 28px;
        	font-weight: 400;
        	color: #4D957F;
        	margin-bottom: 5px;
        }
        .gardening-subtitle {
        	font-size: 10px;
        	color: #4D957F;
        	text-transform: uppercase;
        	letter-spacing: 1px;
        	font-weight: 400;
        }
        /* Content section */

        .gardening-content-section {
        	display: flex;
        	align-items: flex-start;
        	gap: 30px;
        }
        .gardening-header-image {
        	width: 158px;
        	height: auto;
        	border-radius: 4px;
        	overflow: hidden;
        	flex-shrink: 0;
        }
        .gardening-header-image img {
        	width: 100%;
        	height: 100%;
        	object-fit: cover;
        }
        .gardening-description {
        	flex: 1;
        	font-size: 14px;
        	color: #4D957F;
        	line-height: 1.8;
        	font-weight: 400;
        }
        .gardening-photo {
        	margin-top: 20px;
        	text-align: center;
        }
        .gardening-message {
        	margin-top: 50px;
        	text-align: center;
        }
        .gardening-photo img, .gardening-message img {
        	max-width: 100%;
        	margin: 0 auto;
        }
        /* Corporate section container - full width background */

        .corporate-container {
        	position: relative;
        	width: 100%;
        	background-color: #FCF8F3;
        	margin-top: 80px;
        	overflow: hidden;
        }
        /* Corporate content area - 1200px wide */

        .corporate-content-area {
        	position: relative;
        	width: 1200px;
        	margin: 0 auto;
        	z-index: 2;
        	padding: 30px 40px;
        	padding-bottom: 60px;
        }
        /* Corporate section content layout - 全体のコンテナ */

        .corporate-content-section {
        	display: flex;
        	align-items: stretch;
        	gap: 50px;
        	margin-top: 20px;
        }
        /* 左側エリア（タイトル+テキスト） */

        .corporate-left-area {
        	flex: 1;
        	display: flex;
        	flex-direction: column;
        	justify-content: center;
        }
        /* Corporate section header layout - 左側に統合 */

        .corporate-header-layout {
        	text-align: left;
        	margin-bottom: 30px;
        }
        .corporate-category-tab {
        	border: 1px solid #4D957F;
        	border-radius: 12px;
        	padding: 4px 26px;
        	font-size: 21px;
        	color: #4D957F;
        	font-weight: 400;
        	white-space: nowrap;
        	display: inline-block;
        	margin-bottom: 20px;
        }
        .corporate-title-block {
        	margin-left: 0;
        }
        .corporate-main-title {
        	font-size: 28px;
        	font-weight: 400;
        	color: #4D957F;
        	margin-bottom: 5px;
        }
        .corporate-subtitle {
        	font-size: 10px;
        	color: #4D957F;
        	text-transform: uppercase;
        	letter-spacing: 1px;
        	font-weight: 400;
        }
        .corporate-text-area {
        	font-size: 14px;
        	color: #4D957F;
        	line-height: 1.8;
        	font-weight: 400;
        }
        .corporate-image-area {
        	flex-shrink: 0;
        	width: 450px;
        	text-align: right;
        	display: flex;
        	align-items: center;
        }
        .corporate-image-area img {
        	width: 100%;
        	height: 100%;
        	object-fit: cover;
        	/* 画像がコンテナに合わせて調整される */
        	max-width: 450px;
        }
        /* Services section styles */

        .services-section {
        	padding: 60px 0;
        	text-align: center;
        	width: 100%;
        }
        .services-container {
        	max-width: 1140px;
        	margin: 0 auto;
        	padding: 0 40px;
        }
        .services-intro {
        	margin-bottom: 50px;
        }
        .services-main-text {
        	font-size: 28px;
        	color: #4D957F;
        	font-weight: bold;
        	margin-bottom: 15px;
        	line-height: 1.4;
        }
        .services-sub-text {
        	font-size: 20px;
        	color: #4D957F;
        	margin-bottom: 8px;
        	line-height: 1.4;
        }
        .services-contact-text {
        	font-size: 20px;
        	color: #4D957F;
        	line-height: 1.4;
        }
        .services-icons {
        	display: flex;
        	justify-content: center;
        	align-items: flex-start;
        	gap: 30px;
        	margin-bottom: 50px;
        	flex-wrap: wrap;
        }
        .service-item {
        	display: flex;
        	flex-direction: column;
        	align-items: center;
        	width: 150px;
        }
        .service-icon {
        	width: 115px;
        	height: 115px;
        	display: flex;
        	align-items: center;
        	justify-content: center;
        	margin-bottom: 15px;
        }
        .service-icon img {
        	width: 115px;
        	height: 115px;
        }
        .services-service-title {
        	font-size: 14px;
        	color: #4D957F;
        	font-weight: bold;
        	margin-bottom: 5px;
        	line-height: 1.3;
        	text-align: center;
        }
        .services-service-description {
        	font-size: 14px;
        	color: #4D957F;
        	line-height: 1.4;
        	text-align: center;
        }
        /* Services section specific selectors to avoid conflicts */

        .services-section .service-title {
        	font-size: 14px !important;
        	color: #4D957F;
        	font-weight: bold;
        	margin-bottom: 5px;
        	line-height: 1.3;
        	text-align: center;
        }
        .services-section .service-description {
        	font-size: 14px !important;
        	color: #4D957F;
        	line-height: 1.4;
        	text-align: center;
        }
        .price-button {
        	display: inline-block;
        	background-color: #778B44;
        	color: white;
        	padding: 18px 60px;
        	border-radius: 50px;
        	text-decoration: none;
        	font-size: 24px;
        	font-weight: bold;
        	transition: transform 0.2s ease;
        	position: relative;
        }
        .price-button:hover {
        	transform: translateY(-2px);
        }
        .price-button::after {
        	content: "";
        	display: inline-block;
        	width: 0;
        	height: 0;
        	border-left: 16px solid white;
        	border-top: 12px solid transparent;
        	border-bottom: 12px solid transparent;
        	margin-left: 20px;
        	vertical-align: baseline;
        	position: relative;
        	top: 3px;
        }
        /* Decorative trees */

        .gardening-tree {
        	position: absolute;
        	z-index: 3;
        }
        .gardening-tree-left {
        	top: 280px;
        	left: -250px;
        	width: 412px;
        	height: auto;
        }
        .gardening-tree-right {
        	top: 1020px;
        	right: -220px;
        	width: 481px;
        	height: auto;
        }
        .gardening-tree img {
        	width: 100%;
        	height: auto;
        	display: block;
        }
        /* Header styles */

        header {
        	background: #F6FAF0;
        	padding: 10px 0;
        }
        .container {
        	width: 1400px;
        	margin: 0 auto;
        }
        .top-bar {
        	display: flex;
        	justify-content: space-between;
        	align-items: center;
        }
        .top-bar .left {
        	width: 74%;
        	flex: 1;
        }
        .top-bar .left h1 {
        	margin: 0;
        }
        .top-bar .left img {
        	max-height: 75px;
        }
        .top-bar .center {
        	width: 13%;
        	flex: 0 0 auto;
        	text-align: center
        }
        .top-bar .center a {
        	display: inline-block;
        }
        .top-bar .center img {
        	height: 75px;
        }
        .top-bar .right {
        	width: 13%;
        	flex: 1;
        	text-align: center
        }
        .top-bar .right img {
        	height: 36px;
        }
        .top-bar .right .card-text {
        	font-size: 15px;
        	color: #3A8314;
        	font-weight: bold;
        	margin-bottom: 5px;
        }
        .main-visual {
        	position: relative;
        	background: #fff;
        	text-align: center;
        	padding: 40px 0;
        }
        .main-visual h2 {
        	font-size: 28px;
        	color: #4b9c3a;
        	margin-bottom: 20px;
        }
        .main-visual p {
        	max-width: 700px;
        	margin: 0 auto 20px;
        	font-size: 16px;
        	color: #555;
        }
        .main-visual img {
        	max-width: 100%;
        	border-radius: 8px;
        }
        .headline {
        	text-align: center;
        	margin: 40px 0 20px;
        }
        .headline h3 {
        	font-size: 24px;
        	color: #3a643a;
        	margin: 0;
        }
        .headline .sub {
        	color: #8c8c8c;
        	margin-top: 10px;
        	font-size: 14px;
        }
        .cta-box {
        	background: #e4f5d7;
        	padding: 30px;
        	text-align: center;
        	margin: 40px auto;
        	width: 1000px;
        	border-radius: 10px;
        }
        .cta-box p {
        	font-size: 20px;
        	margin-bottom: 10px;
        }
        .cta-box a {
        	background: #ff5757;
        	color: #fff;
        	padding: 12px 30px;
        	text-decoration: none;
        	border-radius: 6px;
        	font-weight: bold;
        	display: inline-block;
        	margin: 10px;
        }
        .cta-box .tel {
        	font-size: 18px;
        	font-weight: bold;
        }
        .cta-box .hours {
        	font-size: 14px;
        	color: #555;
        }
        .garden-section {
        	position: relative;
        	width: 100%;
        	max-width: 1200px;
        	margin: 0 auto;
        }
        .background-image {
        	width: 100%;
        	height: auto;
        	display: block;
        }
        .text-overlay {
        	position: absolute;
        	bottom: 7%;
        	left: 50%;
        	transform: translateX(-50%);
        	text-align: center;
        	z-index: 2;
        	padding: 15px 30px;
        }
        .sub-info {
        	font-size: 24px;
        	color: #3A8314;
        	font-weight: bold;
        	margin: 0;
        	line-height: 1.3;
        }
        .sub-info .line1 {
        	display: block;
        	margin-bottom: 8px;
        }
        .sub-info .line2 {
        	display: block;
        }
        .service-area {
        	display: flex;
        	align-items: center;
        	padding-left: 25px;
        	color: white;
        	height: 100%;
        }
        .service-description {
        	font-size: 34px;
        	font-weight: bold;
        	line-height: 1.2;
        	margin-right: 3px;
        }
        .zero-price {
        	font-size: 125px;
        	font-weight: bold;
        	color: white;
        	line-height: 1;
        	display: flex;
        	align-items: flex-end;
        }
        .yen-unit {
        	font-size: 50px;
        }
        .consultation-area {
        	display: flex;
        	align-items: center;
        	justify-content: flex-start;
        	padding-left: 20px;
        	height: 100%;
        }
        .consultation-message {
        	text-align: center;
        	line-height: 1.5;
        	margin-leftt: 20px;
        	margin-right: 20px;
        	font-size: 28px;
        	font-weight: bold;
        	color: #030303;
        }
        .right-arrow {
        	display: inline-block;
        	vertical-align: middle;
        }
        .right-arrow img {
        	width: 20px;
        	height: 36px;
        	vertical-align: middle;
        }
        /* 暮らしづくり以外の活動セクション */

        .activities-container {
        	width: 100%;
        	padding: 80px 0;
        	background-color: #F6FAF0 !important;
        }
        .activities-container img {
        	max-width: 100%;
        }
        .activities-content-area {
        	width: 1200px;
        	margin: 0 auto;
        	padding: 0 40px;
        }
        .activities-section-title {
        	text-align: center;
        	margin-bottom: 60px;
        }
        .activities-section-title img {
        	max-width: 100%;
        	width: auto;
        	height: auto;
        	display: block;
        	margin: 0 auto 30px auto;
        	object-fit: contain;
        	/* 画像全体を表示 */
        }
        .activities-section-title p {
        	text-align: left;
        }
        .activities-container .activities-main-title {
        	font-size: 36px;
        	font-weight: 400;
        	color: #333333 !important;
        	margin: 0;
        	background-color: #fff !important;
        	padding: 20px 40px !important;
        	border-radius: 2.5em !important;
        	display: inline-block !important;
        	margin-bottom: 50px;
        }
        .activities-grid {
        	display: flex;
        	justify-content: space-between;
        	align-items: flex-start;
        	gap: 40px;
        }
        .activity-item {
        	flex: 1;
        	text-align: center;
        	background-color: #F6FAF0;
        	padding: 0px 40px;
        	border-radius: 8px;
        }
        .activity-item p {
        	padding-top: 50px;
        	text-align: left!important;
        }
        .activity-photo {
        	padding-top: 50px;
        }
        .park-grid {
        	display: flex;
        	justify-content: space-between;
        	align-items: flex-start;
        	gap: 40px;
        }
        .adress-item {
        	flex: 0 0 35%;
        	/* 40%の固定幅 */
        	text-align: left;
        	font-size: 24px;
        	padding: 0px 40px;
        }
        .adress-item p {
        	text-align: left;
        	font-size: 20px;
        	padding-bottom: 30px;
        }
        .map-item {
        	flex: 0 0 65%;
        	/* 60%の固定幅 */
        	padding: 0px 40px;
        }
        .map-item img {
        	width: 100%;
        	max-width: 100%;
        }
        .park-content {
        	margin: 50px 0px;
        	padding: 40px 40px;
        	background-color: #F6FAF0;
        	border: solid 1px #ccc;
        	text-align: left;
        }
        .park-catch {
        	font-size: 18px;
        	margin-bottom: 30px;
        }
        .park-content p {
        	padding: 0px 60px;
        }
        .ouen-catch {
        	font-size: 18px;
        	text-align: center;
        	margin: 40px 0px;
        }
        img.partner-image {
        	margin: 0 auto;
        	margin-bottom: 60px;
        }
        /* スマホ対応 */

        @media (max-width: 768px) {
        	.park-grid {
        		flex-direction: column;
        		gap: 20px;
        	}
        	.park-content p {
        		padding: 0px 20px;
        	}
        	.adress-item, .map-item {
        		flex: none;
        		width: 100%;
        		padding: 0px 20px;
        	}
        	.adress-item {
        		font-size: 18px;
        	}
        	.adress-item p {
        		font-size: 18px;
        	}
        }
        .activities-sub-title h3 {
        	font-size: 40px;
        	color: #333333;
        	font-weight: 400;
        	margin: 0 auto;
        	padding: 10px 40px !important;
        	border: 1px solid #ccc;
        	border-radius: 2.5em !important;
        	display: inline-block !important;
        	margin-bottom: 50px;
        }
        .activities-sub-title_b h3 {
        	background-color: #F6FAF0;
        	font-size: 40px;
        	color: #333333;
        	font-weight: 400;
        	margin: 0 auto;
        	padding: 10px 40px !important;
        	border-radius: 2.5em !important;
        	display: inline-block !important;
        	margin-bottom: 50px;
        }
        .activities-sub-title_b h4 {
        	font-size: 24px;
        	color: #333333;
        	font-weight: 400;
        	margin: 0 auto;
        	margin-bottom: 50px;
        }
        .activity-logo {
        	width: 100%;
        	height: 55px;
        }
        .activity-logo img {
        	height: 55px;
        }
        .activity-image {
        	width: 100%;
        	height: 200px;
        	overflow: hidden;
        }
        .activity-image img {
        	width: 100%!important;
        	height: 100%;
        	object-fit: cover;
        }
        .about-container {
        	position: relative;
        	width: 100%;
        	margin-top: 80px;
        	overflow: hidden;
        }
        .about-content-area {
        	position: relative;
        	width: 1200px;
        	margin: 0 auto;
        	z-index: 2;
        	padding: 60px 40px;
        }
        .about-content-section {
        	display: flex;
        	align-items: flex-start;
        	gap: 60px;
        	justify-content: space-between;
        }
        .about-vertical-title {
        	flex-shrink: 0;
        	width: 40px;
        	height: 300px;
        	display: flex;
        	align-items: center;
        	justify-content: center;
        }
        .vertical-text {
        	writing-mode: vertical-rl;
        	text-orientation: mixed;
        	font-size: 28px;
        	font-weight: 400;
        	color: #707070;
        	margin: 0;
        	line-height: 1.8;
        	letter-spacing: 0.1em;
        }
        .about-text-area {
        	flex: 1;
        	max-width: 480px;
        	padding-top: 20px;
        }
        .about-main-title {
        	font-size: 28px;
        	color: #707070;
        	font-weight: 300;
        	margin-bottom: 30px;
        	text-transform: uppercase;
        	letter-spacing: 1px;
        }
        .about-description {
        	font-size: 18px;
        	color: #707070;
        	line-height: 1.8;
        	font-weight: 400;
        	margin-bottom: 40px;
        }
        .about-link-wrapper {
        	display: flex;
        	justify-content: flex-end;
        }
        .about-more-link {
        	display: inline-flex;
        	align-items: center;
        	color: #4D957F;
        	text-decoration: none;
        	font-size: 36px;
        	font-weight: 500;
        	transition: all 0.3s ease;
        	gap: 8px;
        }
        .about-more-link:hover {
        	transform: translateY(-3px);
        }
        .about-image-area {
        	flex-shrink: 0;
        	width: 390px;
        	height: 447px;
        	overflow: hidden;
        	border-radius: 8px;
        }
        .about-image-area img {
        	width: 100%;
        	height: 100%;
        	object-fit: cover;
        }
        .event-grid {
        	display: flex;
        	justify-content: space-between;
        	align-items: flex-start;
        	gap: 20px;
        	margin-bottom: 30px;
        }
        .event-grid img {
        	max-width: 100%;
        }
        .event-item {
        	flex: 1;
        	text-align: center;
        	padding: 0px 10px;
        }
        .event-image {
        	width: 100%;
        	overflow: hidden;
        }
        .event-image img {
        	width: 100%!important;
        	height: 100%;
        	object-fit: cover;
        }
        .event-sub-grid {
        	display: flex;
        	justify-content: space-between;
        	align-items: flex-start;
        	gap: 20px;
        }
        .event-sub-grid img {
        	max-width: 100%;
        }
        .event-sub-grid .event-item {
        	flex: 1;
        	text-align: center;
        	padding: 0px 10px;
        }
        .event-sub-grid .event-image img {
        	width: 100%!important;
        }
        .sns-content-area {
        	position: relative;
        	width: 700px;
        	margin: 0 auto;
        	z-index: 2;
        	padding: 60px 40px;
        }
        .sns-content-area h3 {
        	color: #777;
        	font-size: 24px;
        	text-align: left;
        	margin-bottom: 40px;
        }
        .sns-content-area h3.workshop-ttl {
        	background-color: #777;
        	font-size: 24px;
        	color: #fff;
        	text-align: center;
        	margin-bottom: 40px;
        }
        .sns-content-area p {
        	color: #777;
        	text-align: left;
        	margin-bottom: 40px;
        }
        .sns-image img {
        	max-width: 70%;
        }
        .workshop-image img {
        	max-width: 100%;
        }
        .workshop-sub {
        	position: relative;
        	width: 900px;
        	margin: 0 auto;
        	z-index: 2;
        	margin-bottom: -270px;
        }
        .workshop-sub img {
        	max-width: 100%;
        }
        /* Responsive design */

        @media (max-width: 1400px) {
        	.gardening-background-layer {
        		width: 100vw;
        	}
        	.container {
        		width: 100%;
        		margin: 0 auto;
        	}
        	.pc-fv {
        		display: none!important;
        	}
        	.sp-fv {
        		display: block!important;
        	}
        	.sp-fv img {
        		width: 100%;
        		max-width: 100%;
        	}
        }
        @media (max-width: 1200px) {
        	/* ヘッダーのレスポンシブ対応 */
        	.top-bar .right {
        		display: none !important;
        	}
        	.top-bar {
        		justify-content: space-between;
        	}
        	.top-bar .left, .top-bar .center {
        		width: auto;
        		flex: 0 0 auto;
        	}
        	.top-bar .left img, .top-bar .center img {
        		max-width: 100%;
        		height: auto;
        		max-height: 60px;
        	}
        	.gardening-content-area, .corporate-content-area, .about-content-area, .flow-content-area, .activities-content-area, .reasons-content-area, .sns-content-area, .workshop-sub {
        		width: 100%;
        		padding: 40px 60px;
        	}
        	.pricing-plan-wrapper {
        		width: 100%;
        		padding: 40px 60px;
        	}
        	.pricing-plan-content {
        		width: 100%;
        	}
        	.about-content-area {
        		padding: 60px 60px;
        	}
        	.reasons-layout {
        		width: 100%;
        	}
        }
        @media (max-width: 768px) {
        	/* ヘッダーのスマホ対応 - 横並びを維持 */
        	.pc-view {
        		display: none!important;
        	}
        	.sp-view {
        		display: block!important;
        	}
        	.top-bar {
        		justify-content: space-between;
        		align-items: center;
        		gap: 10px;
        	}
        	.top-bar .left, .top-bar .center {
        		width: auto;
        		flex: 0 0 auto;
        	}
        	.top-bar .left img {
        		max-height: 48px;
        	}
        	.top-bar .center img {
        		max-height: 48px;
        	}
        	.gardening-content-area, .corporate-content-area, .flow-content-area, .activities-content-area, .reasons-content-area, .sns-content-area, .workshop-sub {
        		padding: 30px 40px;
        	}
        	.pricing-plan-wrapper {
        		padding: 30px 40px;
        	}
        	.pricing-plan-content {
        		width: 100%;
        	}
        	.reasons-layout {
        		position: static;
        		height: auto;
        	}
        	.three-reasons-block, .after-support-block, .area-info-block {
        		position: static !important;
        		width: 100% !important;
        		margin-bottom: 20px;
        	}
        	.gardening-header-row {
        		flex-direction: column;
        		align-items: flex-start;
        		gap: 15px;
        	}
        	.gardening-content-section, .corporate-content-section {
        		flex-direction: column;
        		gap: 20px;
        	}
        	.gardening-header-image {
        		width: 100px;
        		height: 65px;
        	}
        	.corporate-image-area {
        		width: 100%;
        		text-align: center;
        	}
        	.corporate-left-area {
        		width: 100%;
        	}
        	.corporate-header-layout {
        		margin-bottom: 20px;
        	}
        	.gardening-main-title, .corporate-main-title {
        		font-size: 22pt;
        	}
        	.gardening-category-tab, .corporate-category-tab {
        		font-size: 16pt;
        	}
        	.gardening-tree-left, .gardening-tree-right {
        		width: 120px;
        	}
        	/* Services section responsive */
        	.services-icons {
        		gap: 20px;
        	}
        	.service-item {
        		width: 120px;
        	}
        	.service-icon {
        		width: 90px;
        		height: 90px;
        	}
        	.service-icon img {
        		width: 90px;
        		height: 90px;
        	}
        	.services-main-text {
        		font-size: 22px;
        	}
        	.services-sub-text, .services-contact-text {
        		font-size: 16px;
        	}
        	.services-service-title, .services-service-description {
        		font-size: 14px;
        	}
        	.services-section .service-title, .services-section .service-description {
        		font-size: 14px !important;
        	}
        	.price-button {
        		font-size: 20px;
        		padding: 15px 40px;
        	}
        	.sub-info {
        		font-size: 20pt;
        	}
        	.text-overlay {
        		bottom: 15%;
        		padding: 12px 20px;
        	}
        	.about-content-area {
        		padding: 40px 40px;
        	}
        	.about-content-section {
        		flex-direction: column;
        		gap: 30px;
        		align-items: center;
        	}
        	.about-vertical-title {
        		width: 100%;
        		height: auto;
        		justify-content: flex-start;
        	}
        	.vertical-text {
        		writing-mode: horizontal-tb;
        		font-size: 24px;
        		text-align: center;
        	}
        	.about-text-area {
        		max-width: 100%;
        		text-align: center;
        		padding-top: 0;
        	}
        	.about-main-title {
        		font-size: 20px;
        	}
        	.about-description {
        		font-size: 16px;
        	}
        	.about-link-wrapper {
        		justify-content: center;
        	}
        	.about-image-area {
        		width: 300px;
        		height: 344px;
        	}
        	.flow-steps {
        		flex-direction: column;
        		gap: 40px;
        	}
        	.flow-step {
        		text-align: center;
        	}
        	.flow-step-header {
        		justify-content: center;
        	}
        	.activities-grid {
        		flex-direction: column;
        		gap: 40px;
        	}
        	.event-grid {
        		flex-direction: column;
        		gap: 10px;
        		margin: 10px;
        	}
        	.event-sub-grid {
        		flex-direction: row;
        		/* columnからrowに変更 */
        		flex-wrap: wrap;
        		/* 追加 */
        		gap: 10px;
        		justify-content: space-between;
        		/* 追加 */
        		padding: 0px 20px;
        	}
        	.event-sub-grid .event-item {
        		flex: 0 0 calc(50% - 7.5px);
        		/* 変更 */
        		text-align: center;
        		padding: 0px 0px;
        		/* 変更 */
        		margin-bottom: 0px;
        		/* 追加 */
        	}
        	.flow-main-title, .activities-container .activities-main-title, .reasons-main-title, .pricing-plan-title {
        		font-size: 28px;
        	}
        	.activities-sub-title h3 {
        		font-size: 32px;
        		margin-bottom: 50px;
        	}
        	.reasons-main-title .number {
        		font-size: 40px;
        	}
        	.reasons-main-title .text {
        		font-size: 28px;
        	}
        	.flow-step-number {
        		font-size: 28px;
        	}
        	.flow-step-title, .activity-title {
        		font-size: 18px;
        	}
        	.pricing-items {
        		grid-template-columns: 1fr;
        	}
        	.flow-step-image {
        		width: 100% !important;
        		height: auto !important;
        		margin: 0 auto 20px auto !important;
        		display: flex !important;
        		justify-content: center !important;
        		overflow: visible !important;
        	}
        	.flow-step-image img {
        		width: 140px !important;
        		height: auto !important;
        	}
        }
        @media (max-width: 480px) {
        	/* ヘッダーの小さいスマホ対応 - 横並びを維持 */
        	.top-bar {
        		gap: 10px;
        		padding: 0 5px;
        	}
        	.top-bar .left img {
        		max-height: 36px;
        	}
        	.top-bar .center img {
        		max-height: 36px;
        	}
        	/* Services section mobile responsive */
        	.services-icons {
        		justify-content: space-around;
        	}
        	.service-item {
        		width: 100px;
        	}
        	.service-icon {
        		width: 80px;
        		height: 80px;
        	}
        	.service-icon img {
        		width: 80px;
        		height: 80px;
        	}
        	.services-service-title, .services-service-description {
        		font-size: 12px;
        	}
        	.services-section .service-title, .services-section .service-description {
        		font-size: 12px !important;
        	}
        	.sub-info {
        		font-size: 16pt;
        	}
        	.text-overlay {
        		bottom: 10%;
        		padding: 10px 15px;
        		left: 5%;
        		right: 5%;
        		transform: none;
        		width: auto;
        	}
        	.about-image-area {
        		width: 250px;
        		height: 287px;
        	}
        	.about-description {
        		font-size: 14px;
        	}
        	.about-main-title {
        		font-size: 18px;
        	}
        	.flow-step-image {
        		width: 100% !important;
        		height: auto !important;
        		margin: 0 auto 20px auto !important;
        		display: flex !important;
        		justify-content: center !important;
        		overflow: visible !important;
        	}
        	.flow-step-image img {
        		width: 140px !important;
        		height: auto !important;
        	}
        	.flow-step-number {
        		font-size: 24px;
        	}
        	.flow-step-title, .activity-title {
        		font-size: 16px;
        	}
        	.activity-image {
        		width: 100%!important;
        		height: auto!important;
        	}
        	.reasons-main-title .number {
        		font-size: 32px;
        	}
        	.reasons-main-title .text {
        		font-size: 24px;
        	}
        	.pricing-plan-title {
        		font-size: 24px;
        	}
        	.area-name, .pricing-area-title {
        		font-size: 16px;
        	}
        	.after-support-title {
        		font-size: 14px;
        	}
        	.after-support-subtitle {
        		font-size: 10px;
        	}
        	.support-service-title {
        		font-size: 12px;
        	}
        }
        .banner-wrapper {
        	width: 100%;
        	background: linear-gradient(to right, #8BC34A, #7CB342);
        	margin-bottom: 50px;
        }
        .banner-container {
        	width: 1200px;
        	height: auto;
        	margin: 0 auto;
        	display: grid;
        	grid-template-columns: 1fr 1fr;
        	align-items: center;
        	overflow: hidden;
        }
        .left-section {
        	display: flex;
        	align-items: center;
        	justify-content: center;
        	height: 100%;
        }
        .banner-price-image {
        	height: auto;
        	max-height: 133px;
        	width: auto;
        }
        .right-section {
        	display: flex;
        	flex-direction: column;
        	justify-content: center;
        	height: 100%;
        	gap: 15px;
        	padding: 15px;
        }
        .banner-txt-image {
        	height: auto;
        	width: 100%;
        	max-width: 100%;
        }
        .button-row {
        	display: flex;
        	gap: 15px;
        	justify-content: center;
        	align-items: center;
        }
        .banner-tel-image, .banner-form-image {
        	height: 110px;
        	width: auto;
        	cursor: pointer;
        	transition: transform 0.2s;
        }
        .banner-tel-image:hover, .banner-form-image:hover {
        	transform: translateY(-2px);
        }
        /* レスポンシブ対応 */

        @media (max-width: 1400px) {
        	.banner-container {
        		width: 100%;
        		padding: 0 20px;
        	}
        }
        @media (max-width: 1150px) {
        	.banner-container {
        		grid-template-columns: 1fr;
        		height: auto;
        		gap: 20px;
        		padding: 20px;
        	}
        	.left-section {
        		order: 2;
        	}
        	.right-section {
        		order: 1;
        		padding: 10px;
        	}
        	.button-row {
        		flex-direction: row;
        		gap: 10px;
        		margin-bottom: 0px;
        	}
        	.banner-price-image {
        		max-height: 1000px;
        		height: auto;
        		width: 90%;
        		max-width: 90%;
        	}
        	.banner-tel-image, .banner-form-image {
        		height: auto;
        		width: 100%;
        		max-width: 100%;
        	}
        }
        @media (max-width: 480px) {
        	.button-row {
        		margin-bottom: -50px;
        	}
        	.banner-tel-image, .banner-form-image {
        		height: auto;
        		max-width: 100%;
        	}
        }
        .experience-container {
        	width: 850px;
        	background-color: white;
        	border-radius: 20px;
        	padding: 40px 50px;
        	margin: 0 auto;
        	margin-top: 80px;
        }
        .header-section {
        	display: flex;
        	align-items: flex-start;
        	margin-bottom: 0px;
        	gap: 30px;
        }
        .title-area {
        	flex: 1;
        }
        .main-title {
        	width: auto;
        	height: auto;
        	max-width: 100%;
        	padding-top: 30px;
        }
        .illustration-area {
        	flex-shrink: 0;
        	margin-top: -80px;
        }
        .worker-illustration {
        	width: 221px;
        	height: auto;
        }
        .problems-list {
        	display: flex;
        	flex-direction: column;
        	gap: 12px;
        }
        .problem-item {
        	font-size: 28px;
        	color: #4D957F;
        	font-weight: 500;
        	line-height: 1.6;
        	padding-left: 10px;
        }
        .problem-item:before {
        	content: "「";
        	margin-right: 2px;
        }
        .problem-item:after {
        	content: "」";
        	margin-left: 2px;
        }
        .problem-item:last-child:after {
        	content: "";
        }
        .dots {
        	color: #4D957F;
        	font-size: 24px;
        	display: inline;
        }
        .dots:before {
        	content: "」";
        	margin-right: 5px;
        }
        /* レスポンシブ対応 */

        @media (max-width: 900px) {
        	.experience-container {
        		width: 100%;
        		max-width: 850px;
        		padding: 30px 25px;
        	}
        	.illustration-area {
        		margin-top: 0px;
        	}
        }
        @media (max-width: 600px) {
        	.header-section {
        		flex-direction: column;
        		align-items: center;
        		text-align: center;
        		gap: 20px;
        	}
        	.worker-illustration {
        		width: 100px;
        	}
        	.problem-item {
        		font-size: 20px;
        	}
        	.dots {
        		font-size: 20px;
        	}
        	.dots:before {
        		margin-right: 3px;
        	}
        	.experience-container {
        		padding: 25px 20px;
        	}
        }
        /* フォームセクションのCSS - 既存HTMLに対応 */

        .form-container {
        	width: 1100px;
        	max-width: 100%;
        	padding: 50px 0;
        	background-color: #FCF8F3;
        	/* この行を追加 */
        	display: flex;
        	justify-content: center;
        	margin: 0 auto;
        }
        /* 既存の #contact-form を800px幅に調整 */

        #contact-form {
        	position: relative;
        	z-index: 2;
        	padding: 0px 0 !important;
        	max-width: 800px !important;
        	margin: auto !important;
        	width: 800px;
        }
        /* フォームタイトル */

        .form-ttl {
        	font-size: 32px;
        	color: #4D957F;
        	font-weight: 400;
        	margin-bottom: 40px;
        	text-align: center;
        }
        /* フォーム全体 */

        #inquiry-form {
        	width: 100%;
        }
        /* 各フォームフィールドのdivのスタイル調整 */

        #inquiry-form>div {
        	margin-bottom: 25px !important;
        }
        /* ラベルのスタイル */

        #inquiry-form label {
        	display: block;
        	font-size: 16px;
        	color: #4D957F;
        	font-weight: 400;
        	margin-bottom: 8px;
        	line-height: 1.6;
        }
        /* 入力フィールド、セレクト、テキストエリアの共通スタイル */

        #inquiry-form input, #inquiry-form select, #inquiry-form textarea {
        	width: 100% !important;
        	padding: 12px 16px !important;
        	border: 1px solid #D4CFC4 !important;
        	border-radius: 8px;
        	font-size: 16px;
        	color: #4D957F;
        	background-color: white;
        	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
        	box-sizing: border-box;
        	transition: all 0.3s ease;
        }
        /* フォーカス時のスタイル */

        #inquiry-form input:focus, #inquiry-form select:focus, #inquiry-form textarea:focus {
        	outline: none;
        	border-color: #4D957F !important;
        	box-shadow: 0 0 0 2px rgba(77, 149, 127, 0.1);
        }
        /* テキストエリアの高さ調整 */

        #inquiry-form textarea {
        	min-height: 120px;
        	resize: vertical;
        }
        /* 送信ボタンのスタイル */

        #inquiry-form button[type="submit"] {
        	width: 100% !important;
        	background-color: transparent !important;
        	color: #4D957F !important;
        	border: 2px solid #4D957F !important;
        	padding: 18px 60px !important;
        	font-size: 24px !important;
        	font-weight: bold;
        	cursor: pointer;
        	transition: all 0.3s ease;
        	margin-top: 20px;
        }
        #inquiry-form button[type="submit"]:hover {
        	background-color: #4D957F !important;
        	color: white !important;
        	transform: translateY(-2px);
        	box-shadow: 0 4px 15px rgba(77, 149, 127, 0.3);
        }
        /* フォーム下部のキャプション */

        .form-cap {
        	text-align: center;
        	font-size: 18px;
        	color: #4D957F;
        	margin-top: 30px;
        	font-weight: 400;
        	line-height: 1.6;
        }
        /* 送信後メッセージのスタイル調整 */

        #form-response {
        	margin-top: 30px !important;
        	padding: 1em !important;
        	border: 2px solid #4D957F !important;
        	background: rgba(77, 149, 127, 0.1) !important;
        	color: #4D957F !important;
        	border-radius: 8px;
        	text-align: center !important;
        }
        /* レスポンシブデザイン */

        @media (max-width: 1200px) {
        	.form-container::before {
        		width: calc(100% - 80px);
        		margin: 0 40px;
        	}
        	#contact-form {
        		width: calc(100% - 160px);
        		max-width: 800px !important;
        	}
        }
        @media (max-width: 900px) {
        	.form-container::before {
        		width: calc(100% - 40px);
        		margin: 0 20px;
        	}
        	#contact-form {
        		width: calc(100% - 120px);
        		padding: 40px 0 !important;
        	}
        	.form-ttl {
        		font-size: 28px;
        		margin-bottom: 30px;
        	}
        }
        @media (max-width: 768px) {
        	.form-container {
        		padding: 60px 0;
        	}
        	.form-container::before {
        		width: calc(100% - 20px);
        		margin: 0 10px;
        	}
        	#contact-form {
        		width: calc(100% - 80px);
        		padding: 30px 0 !important;
        	}
        	.form-ttl {
        		font-size: 24px;
        		margin-bottom: 25px;
        	}
        	#inquiry-form>div {
        		margin-bottom: 20px !important;
        	}
        	#inquiry-form label {
        		font-size: 14px;
        	}
        	#inquiry-form input, #inquiry-form select, #inquiry-form textarea {
        		padding: 10px 12px !important;
        		font-size: 14px;
        	}
        	#inquiry-form button[type="submit"] {
        		font-size: 20px !important;
        		padding: 15px 40px !important;
        	}
        	.form-cap {
        		font-size: 16px;
        		margin-top: 20px;
        	}
        }
        @media (max-width: 480px) {
        	#contact-form {
        		width: calc(100% - 40px);
        	}
        	.form-ttl {
        		font-size: 20px;
        	}
        	#inquiry-form label {
        		font-size: 13px;
        	}
        	#inquiry-form input, #inquiry-form select, #inquiry-form textarea {
        		font-size: 13px;
        	}
        	#inquiry-form button[type="submit"] {
        		font-size: 18px !important;
        	}
        	.form-cap {
        		font-size: 14px;
        	}
        }
        /* 会社紹介セクション */

        .company-intro-section {
        	position: relative;
        	width: 100%;
        	margin-top: 0px;
        }
        /* 社名コンテナ（背景色エリア外） */

        .company-name-container {
        	width: 1200px;
        	margin: 0 auto;
        	padding: 0 40px;
        	margin-bottom: 60px;
        }
        .company-name {
        	font-size: 32px;
        	color: #4D957F;
        	font-weight: 400;
        	margin: 0;
        	text-align: left;
        }
        /* 写真コンテナ（背景色エリアにはみ出し） */

        .company-photo-container {
        	position: relative;
        	z-index: 10;
        	text-align: center;
        	margin-bottom: -120px;
        	/* 写真の40%分を下のエリアに重ねる */
        }
        .company-staff-photo {
        	width: 500px;
        	height: 300px;
        	object-fit: cover;
        	border-radius: 8px;
        	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        }
        /* 背景色エリア */

        .company-message-section {
        	width: 100%;
        	background-color: #F6FAF0;
        	padding-top: 80px;
        	/* 写真のはみ出し分を考慮 */
        	padding-bottom: 80px;
        }
        .company-message-container {
        	width: 1200px;
        	margin: 0 auto;
        	padding: 0 40px;
        	text-align: center;
        }
        .company-message-title {
        	font-size: 27px;
        	font-weight: 400;
        	margin-bottom: 40px;
        	margin-top: 40px;
        	text-align: left;
        }
        .company-message-content {
        	max-width: 800px;
        	margin: 0 auto;
        }
        .company-message-text {
        	font-size: 22px;
        	color: #777;
        	line-height: 1.8;
        	margin-bottom: 40px;
        	font-weight: 400;
        	text-align: left;
        }
        .company-signature {
        	font-size: 18px;
        	color: #4D957F;
        	margin: 0;
        	text-align: right;
        	font-weight: 400;
        }
        /* 会社概要セクション */

        .company-overview-section {
        	width: 100%;
        	padding: 80px 0;
        	background-color: white;
        }
        .company-overview-container {
        	width: 1200px;
        	margin: 0 auto;
        	padding: 0 40px;
        	display: flex;
        	flex-direction: column;
        	align-items: center;
        }
        .company-overview-title {
        	font-size: 32px;
        	color: #4D957F;
        	font-weight: 400;
        	margin-bottom: 40px;
        	text-align: center;
        }
        .company-overview-content {
        	width: 900px;
        	background-color: #FCF8F3;
        	border-radius: 8em;
        	padding: 40px 120px;
        }
        .company-info-row {
        	display: flex;
        	align-items: flex-start;
        	margin-bottom: 25px;
        	gap: 40px;
        }
        .company-info-row:last-child {
        	margin-bottom: 0;
        }
        .company-info-label {
        	font-size: 18px;
        	color: #4D957F;
        	font-weight: 400;
        	width: 120px;
        	flex-shrink: 0;
        }
        .company-info-value {
        	font-size: 18px;
        	color: #4D957F;
        	line-height: 1.6;
        	flex: 1;
        }
        /* フッター */

        .site-footer {
        	width: 100%;
        	padding: 20px 0;
        	margin-top: 0;
        }
        .footer-container {
        	width: 1200px;
        	margin: 0 auto;
        	padding: 0 40px;
        	text-align: center;
        }
        .copyright {
        	font-size: 12px;
        	color: #4D957F;
        	margin: 0;
        }
        /* 会社紹介セクション - レスポンシブ対応 */

        @media (max-width: 1200px) {
        	.company-name-container, .company-message-container, .company-overview-container, .footer-container {
        		width: 100%;
        		padding: 0 60px;
        	}
        	.company-overview-content {
        		width: 100%;
        		max-width: 900px;
        	}
        }
        @media (max-width: 768px) {
        	.company-name-container, .company-message-container, .company-overview-container, .footer-container {
        		padding: 0 40px;
        	}
        	.company-name {
        		font-size: 26px;
        		text-align: center;
        	}
        	.company-staff-photo {
        		width: 100%;
        		max-width: 400px;
        		height: 240px;
        	}
        	.company-message-section {
        		padding-top: 100px;
        		padding-bottom: 60px;
        	}
        	.company-message-title {
        		font-size: 20px;
        		margin-bottom: 30px;
        		margin-top: 30px;
        	}
        	.company-message-text, .company-signature {
        		font-size: 16px;
        		margin-bottom: 0px;
        	}
        	.company-overview-title {
        		font-size: 26px;
        		margin-bottom: 30px;
        	}
        	.company-overview-content {
        		padding: 30px 45px;
        		border-radius: 4em;
        	}
        	.company-info-row {
        		flex-direction: column;
        		gap: 10px;
        		margin-bottom: 20px;
        	}
        	.company-info-label {
        		width: auto;
        		font-size: 16px;
        	}
        	.company-info-value {
        		font-size: 16px;
        	}
        	.company-photo-container {
        		margin-bottom: -80px;
        	}
        }
        @media (max-width: 480px) {
        	.company-name-container, .company-message-container, .company-overview-container, .footer-container {
        		padding: 0 20px;
        	}
        	.company-name {
        		font-size: 22px;
        	}
        	.company-staff-photo {
        		max-width: 300px;
        		height: 180px;
        	}
        	.company-message-section {
        		padding-top: 80px;
        		padding-bottom: 50px;
        	}
        	.company-message-title {
        		font-size: 24px;
        		margin-bottom: 25px;
        		margin-top: 25px;
        	}
        	.company-message-text, .company-signature {
        		font-size: 14px;
        	}
        	.company-overview-title {
        		font-size: 22px;
        		margin-bottom: 25px;
        	}
        	.company-overview-content {
        		padding: 25px 20px;
        	}
        	.company-info-label, .company-info-value {
        		font-size: 14px;
        	}
        	.company-photo-container {
        		margin-bottom: -60px;
        	}
        	.copyright {
        		font-size: 10px;
        	}
        }
        /* レンタルセクション */

        .rental-section {
        	width: 100%;
        	padding: 80px 0;
        	background-color: white;
        	display: flex;
        	justify-content: center;
        }
        .rental-container {
        	width: 1300px;
        	background-color: #F6FAF0;
        	border-radius: 4em;
        	padding: 60px;
        	display: flex;
        	justify-content: center;
        }
        .rental-content {
        	width: 1000px;
        }
        .rental-title {
        	font-size: 32px;
        	color: #333;
        	font-weight: 400;
        	text-align: center;
        	margin-bottom: 40px;
        }
        .rental-description {
        	font-size: 16px;
        	color: #333;
        	line-height: 1.8;
        	margin-bottom: 40px;
        	text-align: center;
        }
        /* 料金表 */

        .price-table {
        	width: 700px;
        	max-width: 100%;
        	border-collapse: collapse;
        	margin-bottom: 30px;
        	background-color: white;
        	overflow: hidden;
        	margin: 0 auto;
        	margin-bottom: 30px;
        }
        .price-table th {
        	background-color: #F0D290;
        	color: #333;
        	padding: 12px 8px;
        	text-align: center;
        	font-size: 14px;
        	font-weight: 400;
        	border-right: 1px solid #777;
        }
        .price-table th:last-child {
        	border-right: none;
        }
        .price-table td {
        	padding: 24px 12px;
        	text-align: center;
        	font-size: 14px;
        	color: #333;
        	border-right: 1px solid #777;
        	border-bottom: 1px solid #777;
        }
        .price-table td:first-child {
        	background-color: #FFF4DD;
        }
        .price-table td:last-child {
        	border-right: none;
        }
        .price-table tr:last-child td {
        	border-bottom: none;
        }
        .price-table .product-name {
        	text-align: left;
        	font-weight: 500;
        }
        /* 注意書き */

        .rental-notes {
        	width: 700px;
        	max-width: 100%;
        	margin: 0 auto;
        	font-size: 12px;
        	color: #666;
        	line-height: 1.6;
        	margin-bottom: 50px;
        }
        /* 商品グリッド */

        .rental-products {
        	display: grid;
        	grid-template-columns: 1fr 1fr;
        	gap: 30px;
        	margin-bottom: 40px;
        }
        .rental-product {
        	text-align: left;
        }
        .rental-product-image {
        	width: 100%;
        	margin-bottom: 15px;
        }
        .rental-product-name {
        	font-size: 18px;
        	color: #333;
        	font-weight: 500;
        	margin-bottom: 5px;
        }
        .rental-product-description {
        	font-size: 18px;
        	margin-bottom: 5px;
        	font-weight: 500;
        }
        .rental-product-price {
        	font-size: 18px;
        	color: #333;
        	font-weight: 500;
        }
        /* 追加商品画像 */

        .additional-products {
        	display: grid;
        	grid-template-columns: 1fr 1fr;
        	gap: 30px;
        	margin-bottom: 40px;
        }
        .additional-product-image {
        	width: 100%;
        }
        /* カスタムオーダー */

        .custom-order {
        	text-align: center;
        	font-size: 18px;
        	color: #333;
        	margin-bottom: 40px;
        	font-weight: 500;
        }
        /* ロゴセクション */

        .logo-section {
        	text-align: center;
        	margin-bottom: 30px;
        }
        .company-logo {
        	font-size: 24px;
        	color: #333;
        	font-weight: 700;
        	letter-spacing: 2px;
        	margin-bottom: 50px;
        	display: flex;
        	align-items: center;
        	justify-content: center;
        	gap: 10px;
        }
        .company-logo img {
        	width: 400px;
        	max-width: 70%;
        }
        .logo-icon {
        	width: 30px;
        	height: 30px;
        	background-color: #333;
        	display: flex;
        	align-items: center;
        	justify-content: center;
        	color: white;
        	font-size: 16px;
        }
        /* SNSセクション */

        .sns-section {
        	background-color: white;
        	padding: 20px;
        	display: flex;
        	align-items: center;
        	justify-content: center;
        	gap: 40px;
        }
        .sns-item {
        	display: flex;
        	align-items: center;
        	gap: 20px;
        	font-size: 16px;
        	color: #333;
        	text-decoration: none;
        }
        .sns-item img {
        	height: 60px;
        }
        .sns-icon {
        	width: 30px;
        	height: 30px;
        	background-color: #333;
        	border-radius: 50%;
        	display: flex;
        	align-items: center;
        	justify-content: center;
        	color: white;
        	font-size: 14px;
        }
        .instagram-icon {
        	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        }
        /* レスポンシブ対応 */

        @media (max-width: 1400px) {
        	.rental-container {
        		width: 100%;
        		margin: 0 20px;
        	}
        }
        @media (max-width: 1100px) {
        	.rental-container {
        		padding: 40px;
        	}
        	.rental-content {
        		width: 100%;
        	}
        }
        @media (max-width: 768px) {
        	.rental-container {
        		padding: 30px 20px;
        		border-radius: 2em;
        	}
        	.rental-title {
        		font-size: 24px;
        		margin-bottom: 30px;
        	}
        	.rental-description {
        		font-size: 14px;
        		margin-bottom: 30px;
        	}
        	.price-table th, .price-table td {
        		padding: 8px 4px;
        		font-size: 12px;
        	}
        	.rental-products, .additional-products {
        		grid-template-columns: 1fr;
        		gap: 20px;
        	}
        	.rental-product-image, .additional-product-image {
        		height: auto;
        	}
        	.sns-section {
        		flex-direction: column;
        		gap: 20px;
        		padding: 15px;
        	}
        	.company-logo {
        		font-size: 18px;
        	}
        }
        @media (max-width: 480px) {
        	.price-table th, .price-table td {
        		padding: 6px 2px;
        		font-size: 10px;
        	}
        	.rental-product-name {
        		font-size: 16px;
        	}
        	.custom-order {
        		font-size: 16px;
        	}
        }