@charset "UTF-8";
/* CSS Document */
@media (min-width:1051px) {	
	
	/* ========== 全ページ共通 タイトル ========== */
	#page-header {text-align: center;margin-top: 100px;padding: 0;background-color: #fff;}
	#page-header .inner {width: 100%;margin: 0 auto;}
	#page-header .heading_area {padding: 16px 0 20px;background-color: #f2f2f2;margin: 12px 0;}
	#page-header .heading_area span {display: block;font-size: 14px;color: #b88d5b;font-weight: 500;letter-spacing: 1.5px;}
	#page-header .heading_area h2 {font-size: 20px;font-weight: 400;margin: 0;letter-spacing: 2px;line-height: 34px}
	
	/* ========== 全ページ共通　ジャンプボタン ========== */
	#course-nav {background-color: #fff;padding: 32px 0 0;text-align: center;}
	#course-nav .container {max-width: 1400px;margin: 0 auto;width: 96%;}
	#course-nav-buttons {display: flex;justify-content: center;gap: 24px;flex-wrap: wrap;}
	#course-nav-buttons a {display: inline-block;width:17%;padding: 10px 24px;border: 1px solid #ccc;border-radius: 6px;color: #333;text-decoration: none;font-size: 15px;background-color: #fff;transition: all 0.3s ease;font-weight: 400;letter-spacing: 1px;}
	#course-nav-buttons a:hover {background-color: #802a2a;color: #fff;border-color: #b88d5b;}
	/*アラカルトページのみ*/
	.alacarte-page #course-nav .container {width: 84%;}
	.alacarte-page #course-nav-buttons {gap: 20px 24px;}
	.alacarte-page #course-nav-buttons a {width: 24%;}
	.alacarte-page #course-nav-buttons.left-align {justify-content: center;}
	
	/* ========== セクションheading ========== */
	
	.section-heading {display: flex;align-items: center;justify-content: center;margin: 64px auto 32px;width: 90%;max-width: 1500px;}
	.section-title {font-size: 20px;font-weight: 500;color: #5f4c3b;padding: 0 24px;position: relative;white-space: nowrap;letter-spacing: 2px;}
	.section-heading::before,
	.section-heading::after {content: "";flex: 1;height: 1px;background-color: #b88d5b;}
	.section-heading::before {margin-right: 24px;}
	.section-heading::after {margin-left: 24px;}
	
	/*食べ放題の４コースの金枠*/
	.course-item {position: relative;border: 2px solid #b88d5b;border-radius: 6px;padding: 24px 16px 20px;box-sizing: border-box;background-color: #fff;}
	.course-heading {position: absolute;top: -14px;left: 50%;transform: translateX(-50%);background-color: #fff;padding: 0 16px;z-index: 1;}
	.course-heading-title {font-size: 22px;font-weight: 600;color: #5f4c3b;margin: 0;white-space: nowrap;letter-spacing: 2px;padding: 0 32px;}
	
	/* ========== 食べ放題ページ　special.html ========== */
	/*食べ放題コースのご案内*/
	.special-warning {margin: 24px auto;padding: 24px 24px 0;border-radius: 8px;text-align: center;box-sizing: border-box;}
	.special-warning .warning-title {position: relative;display: inline-block;font-size: 28px;font-weight: 500;color: #5f4c3b;margin-bottom: 24px;letter-spacing: 1px;}
	.special-warning .warning-title::before,
	.special-warning .warning-title::after {content: "";position: absolute;top: 50%;width: 260px;height: 1px;background-color: #b88d5b;}
	.special-warning .warning-title::before {left: -290px;}
	.special-warning .warning-title::after {right: -290px;}
	.special-warning .warning-text {font-size: 20px;color: #5f4c3b;font-weight: 400;line-height: 1.7;text-align: left;width: 80%;
	max-width: 800px;margin-left: auto;margin-right: auto;letter-spacing: 1px;}
	.special-warning .warning-text span{font-size: 17px;opacity: 0.8}
	.special-warning .warning-text .br {display: block;height: 0px;content: "";}
	.special-warning .warning-note {font-size: 15px;text-align: left;width: 80%;
	max-width: 800px;margin-left: auto;margin-right: auto;color: #5f4c3b;letter-spacing: 1px}
	.special-warning .warning-text .course {list-style: none;font-size: 22px;font-weight: 500;margin-left: -26px;letter-spacing: 1px;}

	/*食べ放題4コース*/
	/*heading*/
	#yakiniku-course-section .section-heading {display: flex;align-items: center;justify-content: center;margin: 0 auto;width: 100%;}
	#yakiniku-course-section .section-title {font-size: 16px;font-weight: 500;color: #5f4c3b;padding: 0 24px;position: relative;white-space: nowrap;letter-spacing: 2px;margin: 0;margin-bottom: 8px;}
	#yakiniku-course-section .section-heading::before,
	#yakiniku-course-section .section-heading::after {content: "";flex: 1;height: 1px;background-color: #b88d5b;}
	#yakiniku-course-section .section-heading::before {margin-right: 24px;}
	#yakiniku-course-section .section-heading::after {margin-left: 24px;}
	/*コースの中身*/
	#yakiniku-course-section {text-align: center;padding: 0;background-color: #fff;scroll-margin-top: 120px;}
	#yakiniku-course-section .container {max-width: 1400px;margin: 0 auto;width: 85%;}
	#yakiniku-course-section .course-title-box {font-size: 20px;font-weight: 400;background-color: #802a2a;color:#fff;border-radius: 6px; padding: 12px 0;margin-top:64px;letter-spacing: 1px;}
	#yakiniku-course-section .course-link-list {display: flex;justify-content: center;flex-wrap: wrap;gap: 8px;font-size: 26px;letter-spacing: 1px;color: #5f4c3b;margin: 40px 0 48px;font-weight: 500;}
	#yakiniku-course-section .course-link-list a {color: #5f4c3b;text-decoration: none;transition: color 0.3s ease;}
	#yakiniku-course-section .course-link-list a:hover {opacity: 0.6;}
	#yakiniku-course-section .course-link-list .divider {color: #b88d5b;font-weight: 300;pointer-events: none;}
	#yakiniku-course-section .course-row {display: flex;justify-content: space-between;gap: 32px;margin-bottom: 40px;}
	#yakiniku-course-section .course-item {width: 48%;text-align: left;}
	#yakiniku-course-section .course-item img {width: 100%;height: auto;border-radius: 5px;aspect-ratio: 16 / 9;}
	#yakiniku-course-section .course-item h3 {font-size: 28px;letter-spacing: 2px;font-weight: 500;margin: 0;
    display: flex;justify-content: space-between;align-items: center;margin-bottom: 10px;width: 98%;}
	#yakiniku-course-section .course-item .price {font-size: 20px;letter-spacing: 1px;font-weight: 500;}
	#yakiniku-course-section .course-item .price span {font-size: 14px;}
	#yakiniku-course-section .course-menu {font-size: 18px;letter-spacing: 1px;line-height: 1.7;padding-left: 4px;
	margin: 0;list-style: none;}
	#yakiniku-course-section .course-menu li {position: relative;padding-left: 1em;margin-bottom: 0;}
	#yakiniku-course-section .course-menu li::before {content: "◆";position: absolute;left: 0;top: 4px;color: #5f4c3b;
	font-size: 0.7em;line-height: 1.7;}
	#yakiniku-course-section .course-subtitle {font-size: 14px;margin: 0;margin-top: 4px;letter-spacing: 1px;color: #888}
	#yuki-course,#tsuki-course,#matsusaka-course,#kobe-course {scroll-margin-top: 120px;}
	
	/*共通食べ放題メニュ-*/
	#yakiniku-section {text-align: left;padding: 48px 0;scroll-margin-top: 80px;}
	#yakiniku-section .container {max-width: 1400px;margin: 0 auto;width: 85%;}
	#yakiniku-section .yakiniku-title {text-align: center;margin-bottom: 32px;}
	#yakiniku-section .yakiniku-title h2 {font-size: 20px;font-weight: 400;background-color: #802a2a;
	color:#fff;border-radius: 6px; padding: 12px 0;letter-spacing: 1px;}
	#yakiniku-section .yakiniku-title p {font-size: 20px;line-height: 1.6;
	margin: 40px auto;text-align: center;color: #5f4c3b;}
	/* 共通食べ放題メニューグリッド */
	#yakiniku-section .common-menu-grid {display: flex;gap: 24px;justify-content: space-between;width: 95%;margin: 0 auto 64px;flex-wrap: wrap;}
	#yakiniku-section .common-menu-column {display: flex;flex-direction: column;gap: 16px;flex: 1;}
	#yakiniku-section .menu-block ul li {font-size: 14px;line-height: 1.6;position: relative;padding-left: 1em;}
	#yakiniku-section .common-menu-group-wrapper {display: flex;gap: 24px;justify-content: space-between;flex-wrap: wrap;margin-bottom: 64px;}
	#yakiniku-section .common-menu-group {flex: 1;background: rgba(242, 242, 242, 0.6);border-radius: 8px;padding: 16px 12px;box-sizing: border-box;}
	#yakiniku-section .common-menu-group .group-title {font-size: 18px;letter-spacing: 1px;font-weight: bold;color: #5f4c3b;border-left: 6px solid #b88d5b;padding-left: 8px;margin: 0;margin-bottom: 16px;}
	#yakiniku-section .menu-block h4 {font-size: 20px;color: #5f4c3b;margin: 0 0 4px;font-weight: 500;}
	#yakiniku-section .menu-block ul {list-style: none;padding-left: 0;margin: 0;}
	#yakiniku-section .menu-block ul li {font-size: 14px;line-height: 1.6;position: relative;padding-left: 1em;}
	#yakiniku-section .menu-block ul li::before {content: none;}
	/* 焼肉グループ用：3カラムレイアウト */
	#yakiniku-section .four-column-wrap {display: grid;grid-template-columns: repeat(4, 1fr);gap: 24px;}
	#yakiniku-section .four-column-wrap .column {display: flex;flex-direction: column;gap: 24px;}
	#yakiniku-section .common-menu-group-wrapper {display: flex;gap: 24px;margin-bottom: 48px;flex-wrap: wrap;}
	#yakiniku-section .common-menu-group.wide-group {flex: 1.8; /* 焼肉の幅を大きく */}
	#yakiniku-section .small-group-wrapper {flex: 1.2; /* しゃぶしゃぶ＋すき鍋の親枠を小さめに */display: flex;flex-direction: column;gap: 24px;}
	/* しゃぶしゃぶ用2カラムレイアウト */
	#yakiniku-section .shabu-inner-2col {display: flex;gap: 16px;}
	#yakiniku-section .shabu-inner-2col .shabu-col {flex: 1;display: flex;flex-direction: column;gap: 16px;}

	/* しゃぶしゃぶ食べ放題コース */
	#shabu-course-section {text-align: center;padding: 0;background-color: #fff;color: #000;scroll-margin-top: 120px;margin-bottom: 80px;}
	#shabu-course-section .container {max-width: 1400px;margin: 0 auto;width: 85%;}
	#shabu-course-section .shabushabu-title {text-align: center;margin-bottom: 40px;}
	#shabu-course-section .shabushabu-title h2 {font-size: 20px;font-weight: 400;background-color: #802a2a;color: #fff;letter-spacing: 1px;border-radius: 6px;padding: 12px 0;margin-top: 0;}
	#shabu-course-section .shabu-course-flex {display: flex;justify-content: space-between;gap: 24px;align-items: flex-start;}
	#shabu-course-section .shabu-course-img {width: 60%;}
	#shabu-course-section .shabu-course-img img {width: 100%;height: auto;border-radius: 0 25px 25px 0;aspect-ratio: 16 / 9;}
	#shabu-course-section .shabu-course-text {width: 36%;padding-right: 24px;text-align: left;}
	#shabu-course-section .shabu-course-text h2 {font-size: 28px;margin: 0;letter-spacing: 1px;margin-bottom: 12px;font-weight: 500;line-height: 1.4;}
	#shabu-course-section .shabu-course-text .price {font-size: 18px;font-weight: 500;text-align: right;}
	#shabu-course-section .shabu-course-text .price span {font-size: 14px;}
	.shabu-course-menu {list-style: none;padding-left: 0;margin: 0;}
	.shabu-course-menu li {position: relative;padding-left: 1.2em;margin-bottom: 2px;font-size: 14px;line-height: 1.5;}
	.shabu-course-menu li::before {content: "◆";position: absolute;left: 0;top: 0.1em;color: #5f4c3b;font-size: 0.7em;}
	

	
	/* ========== コースのページ course.html ========== */
	.three-course-section {scroll-margin-top: 100px;}
	.three-course-section .container {max-width: 1300px;margin: 0 auto;width: 90%;}
	.three-course-section .shabu-course-flex {display: flex;justify-content: space-between;gap: 32px;align-items: flex-start;}
	.three-course-section .shabu-course-img {width: 64%;}
	.three-course-section .shabu-course-img img {width: 100%;height: auto;border-radius: 0 25px 25px 0;aspect-ratio: 16 / 9;}

	.three-course-section .shabu-course-text {width: 32%;padding-right: 32px;}
	.three-course-section .shabu-course-text h2 {font-size: 32px;margin: 0;letter-spacing: 2px;margin-bottom: 12px;font-weight: 500;
	line-height:1.4;}
	.three-course-section .shabu-course-text h2 .subtitle {font-size: 16px;letter-spacing: 1px;margin-bottom: 0px;}
	.three-course-section .shabu-course-text p {font-size: 15px;letter-spacing: 1px;line-height: 1.8;margin-bottom: 0px;}
	.three-course-section .shabu-course-text .price {font-size: 20px;font-weight: 500;text-align: right;}
		
	.three-course-section.reverse .shabu-course-flex {flex-direction: row-reverse;}
	.three-course-section.reverse .shabu-course-img {width: 62%;padding-right: 32px;}
	.three-course-section.reverse img {border-radius: 25px 0 0 25px;}
	.three-course-section.reverse .shabu-course-text { width: 34%; padding-right: 0;padding-left: 16px;}
	.three-course-section.last {margin-bottom:120px;}
	
	/* ========== しゃぶしゃぶ・すき焼きの単品ページ　pot.html ========== */
	
	/* しゃぶしゃぶ単品 */
	#shabushabu {scroll-margin-top: 100px;}
	#shabushabu .inner {max-width: 1300px;margin: 0 auto;width: 90%;}
	#shabushabu .description_wrapper {display: flex;gap: 24px;align-items: center;justify-content: space-between;}
	#shabushabu .desc_text {width: 32%;color: #000;text-align: left;}
	#shabushabu .desc_img {width: 64%;}
	#shabushabu .desc_img img {width: 100%;height: auto;display: block;border-radius: 0 25px 25px 0;}
	#shabushabu .desc_text h3 {font-size: 32px;font-weight: 500;line-height: 1.4;margin: 0;margin-bottom: 40px;letter-spacing: 2px;}
	#shabushabu .desc_text h3 span {font-size: 20px;font-weight: 500;display: block;margin: 0;margin-top: 12px;letter-spacing: 1px;}
	#shabushabu .desc_text ul {list-style: none;padding-left: 0;margin: 0;}
	#shabushabu .desc_text ul li {font-size: 15px;letter-spacing: 1px;line-height: 1.6;}
	/* すき鍋単品 */
	#sukinabe {scroll-margin-top: 100px;}
	#sukinabe .inner {max-width: 1300px;margin: 0 auto 120px;width: 90%;}
	#sukinabe .description_wrapper {display: flex;gap: 24px;align-items: center;justify-content: space-between;}
	#sukinabe .desc_text {width: 34%; padding-right: 0;padding-left: 16px;}
	#sukinabe .desc_img {width: 62%;padding-right: 40px;}
	#sukinabe .desc_img img {width: 100%;height: auto;display: block;border-radius: 25px 0 0 25px;}
	#sukinabe .desc_text h3 {font-size: 32px;font-weight: 500;line-height: 1.4;margin: 0;margin-bottom: 40px;letter-spacing: 2px;}
	#sukinabe .desc_text h3 span {font-size: 20px;font-weight: 500;display: block;margin: 0;margin-top: 12px;letter-spacing: 1px;}
	#sukinabe .desc_text ul {list-style: none;padding-left: 0;margin: 0;}
	#sukinabe .desc_text ul li {font-size: 15px;letter-spacing: 1px;line-height: 1.6;}


	/* ========== アラカルトページ ========== */
	.alacarte-section {padding: 0;background-color: #fff;color: #111;scroll-margin-top: 120px;}
	.alacarte-container {max-width: 1400px;margin: 40px auto 0;width: 88%;padding-bottom: 24px;}
	.alacarte-title-wrap {width: 98%;display: flex;align-items: center;gap: 32px;margin-bottom: 6px;}
	.alacarte-title {font-size: 32px;font-weight: 400;margin: 0;margin-bottom: 0px;white-space: nowrap;letter-spacing: 2px;color: #5f4c3b;
	padding-bottom: 6px;}
	.alacarte-title-line {flex: 1;height: 1px;background-color: #b88d5b;}
	.alacarte-menu-row {display: flex;flex-wrap: wrap;gap: 20px 16px;}
	.alacarte-menu-item {width: 30%;text-align: left;padding: 8px 8px 16px;border-radius: 8px;border: 1px solid #ddd;}
	.alacarte-menu-item img {width: 100%;height: auto;border-radius: 6px;}
	.alacarte-menu-item h4 {font-size: 17px; letter-spacing: 1px;font-weight: 500;margin: 0;line-height: 20px;padding: 0 4px;}
	.alacarte-menu-item span {display: block;font-size: 13px;color: #888;letter-spacing: 1px;margin-bottom: 0;line-height: 18px;min-height: 18px;padding: 0 4px;margin-top: 4px;margin-bottom: 6px;}
	.alacarte-menu-item p {font-size: 16px;font-weight: 500;color: #000;margin: 0;text-align: end;line-height: 1;padding-right:4px;}
	#section-soup .alacarte-container {border-bottom: none;margin-bottom: 80px;}
	

	
	/* ========== ドリンクページ　 ========== */
	#drink-course-section {padding: 40px 0 0;background: #fff;color: #111;}
	#drink-course-section,#single-drink-section {scroll-margin-top: 100px;}
	#drink-course-section .container {max-width: 1400px;margin: 0 auto;width: 85%;}
	#drink-course-section .drink-header {display: flex;align-items: center;margin-bottom: 48px;}
	#drink-course-section .drink-header-text {
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

	#drink-course-section .drink-header-text h2 {font-size: 28px;letter-spacing: 2px;font-weight: 500;margin-bottom: 12px;}
	#drink-course-section .drink-header-text span {font-size: 22px;}
	#drink-course-section .drink-header-text .note {font-size: 14px;letter-spacing: 1px;color: #888;margin-bottom: 0px;}
	#drink-course-section .drink-header-text .price {font-size: 24px;font-weight: 500;margin:0;letter-spacing: 2px;}
	#drink-course-section .drink-header-image {width: 56%;}
	#drink-course-section .drink-header-image img {width: 100%;height: auto;border-radius: 8px;object-fit: cover;aspect-ratio: 16 / 9;}
	#drink-course-section .drink-menu-title h3 {font-size: 16px;letter-spacing: 1px;font-weight: 300;background: #802a2a;color: #fff;text-align: center;padding: 12px 0;margin: 0;margin-bottom: 40px;border-radius: 6px;}
	#drink-course-section .drink-menu-grid {display: flex;gap: 24px;justify-content: space-between;width:95%;margin: 0 auto;background: rgba(242, 242, 242, 0.6);padding: 24px;border-radius: 25px;}
	#drink-course-section .drink-menu-column {display: flex;flex-direction: column;gap: 24px;flex: 1;}
	#drink-course-section .menu-block h4 {font-size: 20px;font-weight: 500;margin-bottom: 6px;margin-top: 0;line-height:1.2;letter-spacing: 1px;}
	#drink-course-section .menu-block ul {list-style: none;padding-left: 6px;margin: 0;}
	#drink-course-section .menu-block ul li {font-size: 15px;letter-spacing: 1px;line-height: 1.6;}
	 /*単品メニュー*/
	#single-drink-section {padding: 56px 0 100px;background: #fff;color: #111;}
	#single-drink-section .container {max-width: 1400px;margin: 0 auto;width: 85%;}
	#single-drink-section .single-drink-title {background: #802a2a;text-align: center;border-radius: 10px;margin-bottom: 40px;}
	#single-drink-section .single-drink-title h3 {color: #fff;font-size: 16px;font-weight: 300;padding: 14px 0;margin: 0;}
	#single-drink-section .single-drink-grid {column-count: 2;column-gap: 40px;color:#333;}
	#single-drink-section .single-drink-item {break-inside: avoid;margin-bottom: 16px;}
	#single-drink-section .single-drink-item img {width: 100%;height: auto;border-radius: 6px;margin-bottom: 0px;aspect-ratio: 16 / 8;}
	#single-drink-section .single-drink-item h4 {font-size: 20px;letter-spacing: 1px; font-weight: 500;margin-top:12px;margin-bottom: 0px;line-height: 32px;}
	#single-drink-section .single-drink-item h5 {font-size: 14px;font-weight: 400;margin: 0;color: #888;line-height: 0.8;letter-spacing: 1px;margin-top: 16px;}
	#single-drink-section .umeshu-note {font-size: 13px;font-weight: 400;margin: 0;color: #888;font-style: italic;line-height: 0.8;letter-spacing: 1px;}
	#single-drink-section .single-drink-item ul {list-style: none;padding: 0;margin: 0;margin-right: 1%;}
	#single-drink-section .single-drink-item ul li {display: flex;justify-content: space-between;font-size: 16px;letter-spacing: 1px; line-height: 1.8;border-bottom: 1px solid #eee;padding: 4px 0;color: #333;}
	
	/* ========== コンセプトページ　 ========== */
	
	.photo_slider {width: 96%;max-width: 1400px;margin: 60px auto 0;padding-right: 70px;overflow: hidden;box-sizing: border-box;}
	.photo_slider .slick-slide {display: flex;justify-content: center;align-items: center;margin: 0 10px;}
	.photo_slider .slick-list {margin: 0 -10px;}
	.photo_slider .slick-slide img {width: 100%;height: auto;border-radius: 8px;object-fit: cover;}
	
	.concept-slider .slick-slide img {height: 400px;object-fit: cover;width: 100%;border-radius: 8px;}
	.concept-wrapper {display: flex;justify-content: space-between;gap: 32px;width: 90%;max-width: 1300px;margin: 32px auto 80px;padding-right: 70px;align-items: stretch;}
	.concept-block {width: 100%;padding: 0;border-bottom: none;margin: 0;box-sizing: border-box;}
	.concept-heading {display: flex;align-items: center;gap: 28px;padding: 10px 0 10px 24px;;margin-bottom: 32px;border-radius: 6px;background: #802a2a;height: 100%;}
	.concept-label {position: relative;display: inline-block;flex-shrink: 0;}
	.concept-number {font-size: 56px;font-weight: 300;color: rgba(255, 255, 255, 0.1);line-height: 1;}
	.concept-subtitle {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);font-size: 10px;font-weight: 500;color: #e0c185;letter-spacing: 1px;white-space: nowrap;z-index: 1;}
	.concept-title {font-size: 18px;font-weight: 500;color: #fef4e8;letter-spacing: 1px;margin: 0;}
	.concept-text {height: 100%;font-size: 15px;letter-spacing: 1px;line-height: 1.9;color: #333;text-align: left;padding-left: 16px;border-left: 1px solid #5f4c3b;margin-top: 24px;}
	.concept-note::before {content: "※ ";color: #b88d5b;font-weight: bold;}
	.concept-note {font-size: 12px;color: #888;font-style: italic;line-height: 1.7;margin: 16px 16px 0;}
	
	
	/* ========== 店舗ページ ========== */
	/* Shop movie版*/
	#shop-movie {text-align: center;padding: 24px 0;}
	#shop-movie .container {position: relative;width: 82%;margin: 0 auto;max-width: 1300px;}
	.movie-wrapper {width: 100%;height: 450px;overflow: hidden;border-radius: 5px;}
	.movie-wrapper video {width: 100%;height: 100%;object-fit: cover;border-radius: 5px;display: block;}
	/* Shop スライダー版*/
	#shop-gallery {text-align: center;padding: 24px 0;}
	#shop-gallery .container {position: relative;width: 80%;margin: 0 auto;max-width: 1200px;}
	.main-slider {width: 100%;height:450px;overflow: hidden;}
	.main-slider .swiper-slide img {width: 100%;height: 100%;object-fit: cover;border-radius: 5px;}
	.thumbnail-container {display: flex;align-items: center;justify-content: center;
    position: relative;width: 100%;margin-top: 40px;}
	.thumbnail-slider {width: 86%;cursor: pointer;max-width: 1000px;height:140px;}
	.thumbnail-slider .swiper-slide {width: 100px;opacity: 0.6;transition: opacity 0.3s ease;}
	.thumbnail-slider .swiper-slide-thumb-active {opacity: 1;}
	.thumbnail-slider .swiper-slide img {width: 100%;height:140px;object-fit: cover;border-radius: 5px;}
	.thumbnail-container .swiper-button-prev, 
	.thumbnail-container .swiper-button-next {
    color: #b88d5b !important;position: absolute;z-index: 10;width: 50px;height: 50px;
    background: rgba(255, 255, 255, 0.6);border-radius: 50%;display: flex;justify-content: center;
    align-items: center;cursor: pointer;}
	.thumbnail-container .swiper-button-prev {left: -12px;}
	.thumbnail-container .swiper-button-next {right: -12px;}
	.thumbnail-container .swiper-button-prev::after,
	.thumbnail-container .swiper-button-next::after {
    font-size: 24px;font-weight: bold;color: #a07644 !important;}
	/* Shop Info セクション */
	#shop-info {text-align: center;padding: 16px 20px;}
	#shop-info .inner {max-width: 1000px;margin: 0 auto;position: relative;}
	#shop-info .shop-header {display: flex;align-items: center;justify-content: center;position: relative;}
	#shop-info .shop-name {font-size: 28px;letter-spacing: 2px;font-weight: 500;margin: 0 auto;text-align: center;}
	#shop-info .shop-name span {font-size: 20px;font-weight: normal;}
	#shop-info .social-icons {position: absolute;right: 10%;display: flex;gap: 15px;}
	#shop-info .social-icons img {width: 48px;height: auto;}
	#shop-info .shop-description {font-size: 16px;line-height: 1.8;color: #333;margin-bottom: 56px;margin-top: 42px;}
	/* 予約ボタン */
	#shop-info .reserve-btn {display: inline-block;background-color: #970b07;color: #fff;
    font-size: 16px;font-weight: 500;text-decoration: none;padding: 18px 24px;border-radius: 4px;
    transition: background-color 0.3s ease;margin-bottom: 80px;width:48%;letter-spacing: 1px;}
	#shop-info .reserve-btn:hover {background-color: #5a1b1a;}
	#shop-info .shop-details {display: flex;align-items: center;justify-content: space-between;
    gap: 40px;margin-bottom: 80px;}
	#shop-info .shop-image {width: 50%;}
	#shop-info .shop-image img {width: 100%;border-radius: 8px;}
	#shop-info .shop-text {width: 50%;text-align: left;}
	#shop-info .shop-text p {font-size: 17px;margin: 0px;margin-bottom: 4px;}
	#shop-info .shop-text .note{font-size:15px;}
	#shop-info .shop-text .access {font-size: 15px;}
	#shop-info .contact {display: flex;align-items: center;gap: 8px;font-size: 28px;font-weight: bold;margin: 8px 0}
	#shop-info .contact a {text-decoration: none;color: #000;}
	#shop-info .contact img {width: 30px;height: auto;}
	/*アクセス*/
	#shop-access {padding: 0;background-color: #fff;}
	#shop-access .access-container {}
	#shop-access .access-title-wrap {width: 100%;display: flex;align-items: center;gap: 32px;margin-bottom: 6px;}
	#shop-access .access-title {font-size: 28px;font-weight: 400;margin: 0;margin-bottom: 0px;white-space: nowrap;letter-spacing: 2px;color: #5f4c3b;
	padding-bottom: 6px;}
	#shop-access .access-title-line {flex: 1;height: 1px;background-color: #b88d5b;}
	#shop-access .access-steps {display: grid;grid-template-columns: repeat(3, 1fr);gap: 32px 24px;margin-top: 32px;}
	#shop-access .access-steps .step {text-align: left;font-size: 15px;color: #333;letter-spacing: 0.5px;}
	#shop-access .access-steps .step p {margin: 0;}
	#shop-access .access-steps .step .numaber {font-weight: 900;vertical-align: baseline;margin-right: 4px;}
	#shop-access .access-steps .step img {width: 100%;border-radius: 8px;margin-bottom: 0px;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);}
	#shop-access .access-bottom-line {width: 100%;height: 1px;background-color: #b88d5b;margin-top: 40px;}
	#shop-info .shop-map {width: 100%;margin: 48px 0;}
	
	/* ========== 予約ページ ========== */
	.reservation-warning {margin: 24px auto;padding: 24px 24px 0;border-radius: 8px;text-align: center;box-sizing: border-box;}
	.warning-title {position: relative;display: inline-block;font-size: 28px;font-weight: 500;color: #5f4c3b;margin-bottom: 24px;letter-spacing: 1px;}
	.warning-title::before,
	.warning-title::after {content: "";position: absolute;top: 50%;width: 260px;height: 1px;background-color: #b88d5b;}
	.warning-title::before {left: -290px;}
	.warning-title::after {right: -290px;}
	.warning-text {font-size: 18px;color: #5f4c3b;line-height: 1.8;text-align: left;width: 80%;
	max-width: 800px;margin-left: auto;margin-right: auto;letter-spacing: 1px;}
	.warning-text .br {display: block;height: 0px;content: "";}
	
	/*店舗紹介*/
	.reservation-section {padding: 0;background-color: #fff;scroll-margin-top: 120px;position: relative;
	border: 2px solid #b88d5b;border-radius: 5px;width: 86%;margin: 80px auto 0;max-width: 1200px;}
	.store-heading {position: absolute;top: -14px;left: 50%;transform: translateX(-50%);background-color: #fff;padding: 0 24px;
	z-index: 1;}
	.store-heading .store-title {font-size: 20px;font-weight: 600;color: #5f4c3b;margin: 0;letter-spacing: 2px;white-space: nowrap;}
	.reservation-section .container {margin: 0 auto;width: 100%;}
	.reservation-flex {display: flex;justify-content: space-between;gap: 24px;align-items: center;padding: 48px 32px 40px}
	.reservation-img {width: 58%;}
	.reservation-img img {width: 100%;height: auto;border-radius: 8px;aspect-ratio: 16 / 9;}
	.reservation-text {width: 40%;}
	.reservation-text h2 {font-size: 26px;letter-spacing: 1px;margin-bottom: 12px;font-weight: 500;line-height: 1.4;}
	.reservation-text h2 .subtitle {font-size: 17px;color: #333;margin-bottom: 4px;}
	.reservation-text hr {border: none;height: 1px;background-color: #ccc;margin-bottom: 16px;}
	.reservation-text p {font-size: 16px;line-height: 1.8;margin-bottom: 16px;color: #333;}
	.reservation-section.reverse .reservation-flex {flex-direction: row-reverse;}
	.reservation-section.last {margin-bottom: 120px;}
	/* ボタンエリア */
	.reservation-buttons {display: flex;gap: 16px;flex-direction: column;}
	.reservation-buttons a {display: inline-block;padding: 10px 20px;font-size: 15px;border-radius: 6px;text-decoration: none;transition: all 0.3s ease;text-align: center;}
	.btn-detail {background-color: #eee;color: #333;}
	.btn-detail:hover {background-color: #ddd;}
	.btn-reserve {background-color: #970b07;color: #fff;}
	.btn-reserve:hover {background-color: #802a2a;}

	
	
	/* ========== プライバシーポリシー ========== */
	.unit{width:80%;margin: 0 auto 50px auto;padding: 0;max-width: 1000px;}
	.unit h3{font-size: 26px;font-weight:400;letter-spacing: 1px;margin: 0px auto 20px auto;padding: 0 0 10px 0;border-bottom: 1px solid #b88d5b;color:#b88d5b;}
	.unit .text01{font-size: 16px;letter-spacing: 1px;line-height: 28px;margin: 80px auto 0px auto;padding: 0 0 0px 0;}
	.br {display: block;content: "";margin-top: 12px;height: 0;}
	.unit .list {width:96%;font-size: 14px;letter-spacing: 1px;line-height: 24px;margin: 0px 0 0px auto;padding: 0 0 0px 0;}
	.unit .list > li{margin: 0px auto 20px auto;}
	.unit_bottom {margin-bottom: 100px;}
	
	/* ========== 会社概要 ========== */
	.company_intro {width: 80%;max-width: 1000px; margin: 64px auto 0;}
	.company_inner {display: flex;gap: 40px;align-items: center;}
	.company_img {width: 56%;}
	.company_img img {width: 100%;height: auto;border-radius: 0 8px 8px 0;}
	.company_text {width: 40%;font-size: 15px;line-height: 1.8;letter-spacing: 1px;color: #111;}
	.company_message {margin-bottom: 40px;}
	/* 会社情報 */
	.company_info_section {width: 80%;max-width: 1000px;margin: 24px auto;}
	.company_info_section h2 {font-size: 24px;font-weight: 400;letter-spacing: 1px;margin: 0px auto 20px auto;padding: 0 60px 10px 0;border-bottom: 1px solid #b88d5b;color: #b88d5b;}
	.info_table {width: 96%;font-size: 16px;letter-spacing: 1px;line-height: 24px;margin: 0px 0 0px auto;padding: 0;}
	.info_table .info_row {position: relative;margin: 0 auto 16px auto;padding-left: 140px;}
	.info_table .info_row dt {position: absolute;left: 0;top: 0;width: 100px;text-align: right;font-size: 15px;letter-spacing: 1px;color: #444;font-weight: 400;margin: 0;}
	.info_table .info_row dd {margin: 0;font-size: 16px;letter-spacing: 1px;}
	/* 会社沿革 */
	.company_unit {width: 80%;max-width: 1000px;margin: 40px auto;;}
	.company_unit h3 {font-size: 24px;font-weight: 400;letter-spacing: 1px;margin: 0px auto 20px auto;padding: 0 60px 10px 0;border-bottom: 1px solid #b88d5b;color: #b88d5b;}
	.company_unit .list.history {width: 96%;font-size: 15px;letter-spacing: 1px;line-height: 24px;margin: 0px 0 0px auto;padding: 0;list-style: none;}
	.company_unit .list.history li {position: relative;margin: 0 auto 16px auto;padding-left: 140px;padding-right: 100px;}
	.company_unit .list.history .year {position: absolute;left: 0;top: 0;width: 100px;text-align: right;font-size: 15px;letter-spacing: 1px; color: #444;font-weight: 400;}
	.company_unit_bottom {margin-bottom: 120px;}
	
	/* News -----------------------------------------------------------------------*/
	#news {}
	#news .news_container .inner {max-width:1200px;width: 72%;margin: 100px auto 120px;}
	#news .news_container .inner .contents ul {margin: 0;padding: 0;list-style: none; display: grid;grid-template-columns: repeat(2, 1fr);gap: 32px;}
	#news .news_container .inner .news_item {width: 100%;text-decoration: none;color: inherit;display: block;transition: transform 0.3s ease, box-shadow 0.3s ease;}
	#news .news_container .inner .news_item figure {margin:0; display: block;}
	#news .news_container .inner .news_item figure img {width: 100%;height: auto;border-radius: 15px;aspect-ratio: 16 / 9;}
	#news .news_container .inner .news_item .news-date {margin: 4px 0;font-size: 14px;letter-spacing: 1px;color: #b88d5b}
	#news .news_container .inner .news_item .news_name {margin: 0;font-size: 15px;letter-spacing: 1px;}
	#news .news_container .inner .news_item .news_name br {display: none;}
	#news .news_container .inner .news_item .news_name span{}
	.news-btn {padding: 6px 0;border: 1px solid #ccc;border-radius: 16px;color: #333;font-size: 13px;background-color: #fff;transition: all 0.3s ease;font-weight: 400;pointer-events: none;margin: 16px auto;text-align: center;width: 72%;}
	.news_item:hover .news-btn {background-color: #802a2a;color: #fff;border-color: #b88d5b;}
	
	/* News_detail---------------------------------------------------------------------------*/
	#news_detail {}
	#news_detail h2 {}
	#news_detail .news_container .inner {width: 72%;max-width:1200px;margin: 100px auto 120px;}
	#news_detail .news_container .inner h3 .news_date{color: #241d14;font-weight:300;letter-spacing: 1px;margin: 0;}
	#news_detail .news_container .inner h3 .news_name{color: #241d14;font-weight: 300;font-size: 26px;letter-spacing: 1px;line-height: 34px;}
	#news_detail .news_container .inner figure {margin:0;display: inline-block;width: 100%;}
	#news_detail .news_container .inner figure img {width: 100%;height: auto;aspect-ratio: 16 / 8;}
	#news_detail .news_container .inner .description p {color: #241d14;font-weight: 300;font-size: 16px;letter-spacing: 1px;line-height: 1.8;}
	
	/* News、News_detail共通-----------------------------------------------------------------------*/
	.news_container .inner {display: flex;justify-content: space-between;}
	/*一覧ページ（archive.php）と投稿ページ（single.php）の左側*/
	.news_container .contents {width: 74%;}
	.news_container .contents h3{margin: 0;}
	/*一覧ページ（archive.php）と投稿ページ（single.php）のサイド*/
	.news_container aside {width: 20%;}
	.news_container aside .box {margin-bottom: 40px;}
	.news_container aside .box:last-child {margin-bottom: 0;}
	.news_container aside .box h5 {margin: 0 auto 5px;color: #241d14;font-weight: 300;font-size: 18px;letter-spacing: 1px;padding-bottom: 10px;border-bottom: solid 1px #b88d5b;}
	.news_container aside .box ul {margin: 0;padding: 0;list-style: none;}
	.news_container aside .box ul li a {display: block;text-decoration: none;color: #241d14;font-size: 15px;letter-spacing: 1px;padding: 5px 0;}
	.news_container aside .box ul li a:hover{color: #726458;}
	/*一覧ページ（archive.php） ページネーション*/
	.news_container .pagination h2 {display: none;}
	.news_container .pagination {font-family: "Noto Serif JP", serif;font-weight: 300;font-style: normal;text-align: center;margin-top: 40px;position: inherit !important;}
	.news_container .pagination .nav-links {display: flex;justify-content: center;align-items: center;}
	.news_container .pagination a {text-decoration: none;color: #241d14;transition: all 0.3s ease;}
	.news_container .pagination .page-numbers {margin: 0 5px;width: 40px;height: 40px;line-height: 40px;border-radius: 6px;color: #333;background-color: #fff;border: 1px solid #ccc;}
	.news_container .pagination .current {width: 40px;height: 40px;line-height: 40px;border-radius: 6px;color: #fff;background-color: #802a2a;border: 1px solid #b88d5b;}
	.news_container .pagination a.prev.page-numbers, .news_container .pagination a.next.page-numbers {width: auto !important;height: auto !important;color: #333 !important;border: none !important;}
	.news_container .pagination a.page-numbers:hover {opacity: 0.8;}
	.news_container .pagination a.prev.page-numbers:hover, .news_container .pagination a.next.page-numbers:hover {background: no-repea;}
	.news_container .pagination .prev, .news_container .pagination .next {background: transparent;box-shadow: none;font-family: "Noto Serif JP", serif;font-weight: 300;font-style: normal;}
	.news_container .pagination .dots {background: transparent;box-shadow: none;color: #241d14;}
	/*投稿ページ（single.php） ページネーション*/
	.news_container .pagination02 {font-family: "Noto Serif JP", serif;font-weight: 300;font-style: normal;margin-top: 40px;}
	.news_container .pagination02 ul {margin: 0 auto;padding: 0;list-style: none;display: flex;justify-content: space-between;align-items: center;}
	.news_container .pagination02 ul li {width: 8%;margin: 0;}
	.news_container .pagination02 ul li a {display: block;text-decoration: none;text-align: center;padding: 6px 6px;border: 1px solid #ccc;border-radius: 6px;color: #333;font-size: 12px;background-color: #fff;transition: all 0.3s ease;font-weight: 400;}
	.news_container .pagination02 ul li a:hover {opacity: 1 !important;background-color: #802a2a;color: #fff;border-color: #b88d5b;}
	
	.back-to-news {text-align: center;margin-top: 40px;}
	.back-to-news .back-btn {display: inline-block;padding: 8px 48px;border: 1px solid #ccc;border-radius: 40px;background-color: #fff;color: #333;font-size: 14px;letter-spacing: 1px;text-decoration: none;transition: all 0.3s ease;font-weight: 400;width: 32%;}
	.back-to-news .back-btn:hover {background-color: #802a2a;color: #fff;border-color: #b88d5b;}
	
}



@media screen and (min-width:701px) and ( max-width:1050px)  {
	
	/* ========== 全ページ共通 タイトル ========== */
	#page-header {text-align: center;margin-top: 80px;padding: 0;background-color: #fff;}
	#page-header .inner {width: 100%;margin: 0 auto;}
	#page-header .heading_area {padding: 16px 0 20px;background-color: #f2f2f2;margin: 12px 0;}
	#page-header .heading_area span {display: block;font-size: 14px;color: #b88d5b;font-weight: 500;letter-spacing: 1.5px;}
	#page-header .heading_area h2 {font-size: 20px;font-weight: 400;margin: 0;letter-spacing: 2px;line-height: 34px}
	
	/* ========== 全ページ共通　ジャンプボタン ========== */
	#course-nav {background-color: #fff;padding: 32px 0;text-align: center;}
	#course-nav .container {margin: 0 auto;width: 100%;}
	#course-nav-buttons {display: flex;justify-content: center;gap: 16px;flex-wrap: wrap;}
	#course-nav-buttons a {display: inline-block;width:18%;padding: 10px 22px;border: 1px solid #ccc;border-radius: 6px;color: #333;text-decoration: none;font-size: 15px;background-color: #fff;transition: all 0.3s ease;font-weight: 400;letter-spacing: 1px;}
	#course-nav-buttons a:hover {background-color: #802a2a;color: #fff;border-color: #b88d5b;}
	/*食べ放題ページのみ*/
	.special-page #course-nav {background-color: #fff;padding: 32px 0 40px;text-align: center;}
	.special-page #course-nav .container {margin: 0 auto;width: 78%;}
	.special-page #course-nav-buttons {display: grid;grid-template-columns: repeat(2, 1fr);gap: 16px 24px;margin: 0 auto;width: 100%;}
	.special-page #course-nav-buttons a {display: block;width: 100%;padding: 10px 14px;border: 1px solid #ccc;border-radius: 6px;background-color: #fff;color: #333;text-align: center;font-size: 15px;transition: all 0.3s ease;box-sizing: border-box;}
	.special-page #course-nav-buttons a:hover {background-color: #802a2a;color: #fff;border-color: #b88d5b;}

	/*アラカルトページのみ*/
	.alacarte-page #course-nav .container {width: 86%;}
	.alacarte-page #course-nav-buttons.left-align {justify-content: center;gap: 20px 24px;}
	.alacarte-page #course-nav-buttons.left-align a {width:34%;font-size: 13px;}
	
	/* ========== セクション heading ========== */
	
	.section-heading {display: flex;align-items: center;justify-content: center;margin: 0px auto 16px;width: 90%;}
	.section-title {font-size: 16px;font-weight: 500;color: #5f4c3b;padding: 0 24px;position: relative;white-space: nowrap;letter-spacing: 2px;}
	.section-heading::before,
	.section-heading::after {content: "";flex: 1;height: 1px;background-color: #b88d5b;}
	.section-heading::before {margin-right: 24px;}
	.section-heading::after {margin-left: 24px;}
	
	/*食べ放題の４コースの金枠*/
	.course-item {position: relative;border: 2px solid #b88d5b;border-radius: 6px;padding: 24px 16px 16px;box-sizing: border-box;background-color: #fff;}
	.course-heading {position: absolute;top: -14px;left: 50%;transform: translateX(-50%);background-color: #fff;padding: 0 16px;z-index: 1;}
	.course-heading-title {font-size: 16px;font-weight: 500;color: #5f4c3b;margin: 0;white-space: nowrap;letter-spacing: 2px;padding: 0 32px;}
	
	/* ========== 食べ放題ページ　special.html ========== */
	/*食べ放題コースのご案内*/
	.special-warning {margin-left: 4%;margin-bottom: 32px;margin-right: 82px;}
	.special-warning .reservation-warning .container{ overflow: hidden;}
	.special-warning .warning-title {position: relative;display: inline-block;font-size: 24px;font-weight: 500;color: #5f4c3b;margin: 0;margin-bottom: 0;}
	.special-warning .warning-text {font-size: 18px;letter-spacing: 1px;font-weight: 400;color: #5f4c3b;line-height: 1.7;text-align: left;width: 95%;}
	.special-warning .warning-text span{font-size: 16px;opacity: 0.8;}
	.special-warning .warning-title-wrap {display: flex;align-items: center;gap: 16px;}
	.special-warning .warning-title {font-size: 20px;font-weight: 500;color: #5f4c3b;margin: 0;white-space: nowrap;}
	.special-warning .warning-line {flex: 1;height: 1px;background-color: #b88d5b;}
	.special-warning .warning-note {font-size: 14px;color: #5f4c3b;}
	.special-warning .warning-text .course {list-style: none;font-size: 20px;font-weight: 500;margin-left: -26px;letter-spacing: 1px;}
	
	/*食べ放題4コースタイトル*/
	#yakiniku-course-section .section-heading {display: flex;align-items: center;justify-content: center;margin: 0 auto;width: 100%;}
	#yakiniku-course-section .section-title {font-size: 16px;font-weight: 500;color: #5f4c3b;padding: 0 24px;position: relative;white-space: nowrap;letter-spacing: 2px;margin: 0;margin-bottom: 8px;}
	#yakiniku-course-section .section-heading::before,
	#yakiniku-course-section .section-heading::after {content: "";flex: 1;height: 1px;background-color: #b88d5b;}
	#yakiniku-course-section .section-heading::before {margin-right: 24px;}
	#yakiniku-course-section .section-heading::after {margin-left: 24px;}
	/*食べ放題4コース内容*/
	#yakiniku-course-section {padding: 0px 80px 0 0;background-color: #fff;scroll-margin-top: 120px;}
	#yakiniku-course-section .container {}
	#yakiniku-course-section .course-title-box {font-size: 16px;letter-spacing: 1px;font-weight: 300;background: #802a2a;color: #fff;text-align: center;padding: 12px 0;border-radius: 6px;margin: 0;margin-left: 2%;}
	#yakiniku-course-section .course-link-list {display: flex;justify-content: center;flex-wrap: wrap;gap: 8px;font-size: 22px;letter-spacing: 1px;color: #5f4c3b;font-weight: 500;margin: 24px 0 40px;}
	#yakiniku-course-section .course-link-list a {color: #5f4c3b;text-decoration: none;transition: color 0.3s ease;}
	#yakiniku-course-section .course-link-list a:hover {opacity: 0.6;}
	#yakiniku-course-section .course-link-list .divider {color: #b88d5b;font-weight: 300;pointer-events: none;}
	#yakiniku-course-section .course-row {display: flex;justify-content: space-between;gap: 32px;margin-bottom: 16px;margin-left: 2%;}
	#yakiniku-course-section .course-item {width: 48%;text-align: left;}
	#yakiniku-course-section .course-item img {width: 100%;height: auto;border-radius: 5px;aspect-ratio: 16 / 9;}
	#yakiniku-course-section .course-item h3 {font-size: 22px;font-weight: 500;margin: 0;
    display: flex;justify-content: space-between;align-items: center;width: 98%;}
	#yakiniku-course-section .course-subtitle {font-size: 12px;color: #888;margin: 0;margin-top: 4px;margin-bottom: 4px;}
	#yakiniku-course-section .course-item .price {font-size: 16px;font-weight: 500;}
	#yakiniku-course-section .course-item .price span{font-size: 13px;}
	#yakiniku-course-section .course-menu {font-size: 14px;letter-spacing: 1px;line-height: 1.6;padding: 8px 0 16px 2px;
	margin: 0;list-style: none;}
	#yakiniku-course-section .course-menu li {position: relative;padding-left: 1em;margin-bottom: 0;}
	#yakiniku-course-section .course-menu li::before {content: "◆";position: absolute;left: 0;top: 4px;color: #5f4c3b;
	font-size: 0.7em;line-height: 1.7;}
	#yuki-course,#tsuki-course,#matsusaka-course,#kobe-course {scroll-margin-top: 120px;}	
	/*共通食べ放題メニュータイトル*/
	#yakiniku-section {padding: 24px 80px 0 0;margin-left: 2%;scroll-margin-top: 80px;text-align: left;}
	#yakiniku-section .container {}
	#yakiniku-section .yakiniku-title {text-align: center;margin-bottom: 32px;}
	#yakiniku-section .yakiniku-title h2 {font-size: 16px;letter-spacing: 1px;font-weight: 300;background: #802a2a;color: #fff;text-align: center;padding: 12px 0;border-radius: 6px;margin: 0;}
	#yakiniku-section .yakiniku-title p {font-size: 17px;line-height: 1.6;
	margin: 24px auto;text-align: left;color: #5f4c3b;margin-left: 3%;}
	/* 共通食べ放題メニューグリッド */
	#yakiniku-section .common-menu-grid {display: flex;gap: 24px;justify-content: space-between;width: 95%;margin: 0 auto 64px;flex-wrap: wrap;}
	#yakiniku-section .common-menu-column {display: flex;flex-direction: column;gap: 16px;flex: 1;}
	#yakiniku-section .menu-block ul li {font-size: 14px;line-height: 1.6;position: relative;padding-left: 1em;}
	#yakiniku-section .common-menu-group-wrapper {display: flex;gap: 24px;justify-content: space-between;flex-wrap: wrap;margin-bottom: 64px;}
	#yakiniku-section .common-menu-group {flex: 1;background: rgba(242, 242, 242, 0.6);border-radius: 8px;padding: 16px 12px;box-sizing: border-box;}
	#yakiniku-section .common-menu-group .group-title {font-size: 17px;letter-spacing: 1px;font-weight: bold;color: #5f4c3b;border-left: 4px solid #b88d5b;padding-left: 6px;margin: 0;margin-bottom: 12px;}	#yakiniku-section .menu-block h4 {font-size: 19px;color: #5f4c3b;margin: 0 0 4px;font-weight: 500;}
	#yakiniku-section .menu-block ul {list-style: none;padding-left: 0;margin: 0;}
	#yakiniku-section .menu-block ul li {font-size: 14px;line-height: 1.6;position: relative;padding-left: 1em;}
	#yakiniku-section .menu-block ul li::before {content: none;}
	/* 焼肉グループ用：3カラムレイアウト */
	#yakiniku-section .four-column-wrap {display: grid;grid-template-columns: repeat(4, 1fr);gap: 16px;}
	#yakiniku-section .four-column-wrap .column {display: flex;flex-direction: column;gap: 24px;}
	#yakiniku-section .common-menu-group-wrapper {display: flex;gap: 24px;margin-bottom: 48px;flex-wrap: wrap;}
	#yakiniku-section .common-menu-group.wide-group {flex: 3; /* 焼肉の幅を大きく */}
	#yakiniku-section .small-group-wrapper {flex: 1; /* しゃぶしゃぶ＋すき鍋の親枠を小さめに */display: flex;flex-direction: column;gap: 24px;}
	/* しゃぶしゃぶ用2カラムレイアウト */
	#yakiniku-section .shabu-inner-2col {display: flex;flex-direction: column;gap: 16px;}
	#yakiniku-section .shabu-inner-2col .shabu-col {flex: 1;display: flex;flex-direction: column;gap: 16px;}

	/*しゃぶしゃぶ食べ放題コース*/
	#shabu-course-section {text-align: center;background-color: #fff;color: #000;scroll-margin-top: 120px;margin-left: 2%;padding: 24px 80px 0 0;margin-bottom: 40px;}
	#shabu-course-section .container {}
	#shabu-course-section .shabushabu-title {text-align: center;margin-bottom: 24px;}
	#shabu-course-section .shabushabu-title h2 {font-size: 16px;letter-spacing: 1px;font-weight: 300;background-color: #802a2a;color: #fff;letter-spacing: 1px;border-radius: 6px;padding: 12px 0;margin-top: 0;}
	#shabu-course-section .shabu-course-flex {display: flex;justify-content: space-between;gap: 24px;align-items: flex-start;}
	#shabu-course-section .shabu-course-img {width: 56%;}
	#shabu-course-section .shabu-course-img img {width: 100%;height: auto;border-radius: 0 25px 25px 0;aspect-ratio: 16 / 9;}
	#shabu-course-section .shabu-course-text {width: 40%;padding-right: 16px;text-align: left;}
	#shabu-course-section .shabu-course-text h2 {font-size: 24px;margin: 0;letter-spacing: 1px;margin-bottom: 12px;font-weight: 500;line-height: 1.4;}
	#shabu-course-section .shabu-course-text .price {font-size: 18px;font-weight: 500;text-align: right;}
	#shabu-course-section .shabu-course-text .price span{font-size: 13px;}
	.shabu-course-menu {list-style: none;padding-left: 0;margin: 0;}
	.shabu-course-menu li {position: relative;padding-left: 1.2em;margin-bottom: 2px;font-size: 14px;line-height: 1.5;}
	.shabu-course-menu li::before {content: "◆";position: absolute;left: 0;top: 0.1em;color: #5f4c3b;font-size: 0.7em;}
	
	

	
	/* ========== コースのページ course.html ========== */
	.three-course-section {padding: 0;background-color: #fff;scroll-margin-top: 88px;}
	.three-course-section .container {margin: 0 auto;width: 100%;}
	.three-course-section .shabu-course-flex {display: flex;gap: 16px;align-items: flex-start;justify-content: space-between;flex-direction: column;}
	.three-course-section .shabu-course-img {width: 100%;display: flex;}
	.three-course-section .shabu-course-img img {width: 90%;height: auto;aspect-ratio: 16 / 9;border-radius: 0 25px 25px 0;}
	.three-course-section .shabu-course-text {width: 56%;color: #000;text-align: left;padding-left: 8%;}
	.three-course-section .shabu-course-text h2 {font-size: 25px;font-weight: 500;line-height: 1.4;margin: 0;margin-bottom: 16px;letter-spacing: 1px;}
	.three-course-section .shabu-course-text h2 .subtitle {font-size: 15px;margin-bottom: 4px;}
	.three-course-section .shabu-course-text p {font-size: 15px; letter-spacing: 1px; line-height: 1.6;}
	.three-course-section .shabu-course-text .price {font-size: 20px;font-weight: 500;text-align: right;margin: 0;letter-spacing: 1px;padding-right: 16px;}
	.three-course-section.reverse .shabu-course-text {padding-left: 8%;}
	#hatsune {margin: 56px 0;}
	.three-course-section.last {margin-bottom:88px;}
	.photo_slider {width: 100%;margin: 0px auto 24px;overflow: hidden;box-sizing: border-box;}
	.photo_slider .slick-slide {display: flex;justify-content: center;align-items: center;
    margin: 0 6px;}
    .photo_slider .slick-list {margin: 0 -6px;}
    .photo_slider .slick-slide img {width: 100%;height: auto;border-radius: 8px;object-fit: cover;}
	
	
	/* ========== しゃぶしゃぶ・すき焼きの単品ページ　pot.html ========== */
	
	/* しゃぶしゃぶ単品 */
	#shabushabu {scroll-margin-top: 80px;}
	#shabushabu .inner {margin: 0 auto;width: 100%;}
	#shabushabu .description_wrapper {display: flex;gap: 16px;align-items: flex-start;justify-content: space-between;flex-direction: column;}
	#shabushabu .desc_text {width: 56%;color: #000;text-align: left;padding-left: 8%;}
	#shabushabu .desc_img {width: 100%;display: flex;}
	#shabushabu .desc_img img {width: 90%;height: auto;aspect-ratio: 16 / 9;border-radius: 0 25px 25px 0;}
	#shabushabu .desc_text h3 {font-size: 28px;font-weight: 500;line-height: 1.4;margin: 0;margin-bottom: 16px;letter-spacing: 1px;}
	#shabushabu .desc_text h3 span {font-size: 20px;font-weight: 500;text-align: right;margin: 0;letter-spacing: 1px;padding-right: 16px;}
	#shabushabu .desc_text ul {list-style: none;padding-left: 0;margin: 0;}
	#shabushabu .desc_text ul li {font-size: 15px; letter-spacing: 1px; line-height: 1.6;}
	/* すき鍋単品 */
	#sukinabe {scroll-margin-top: 80px;margin: 56px 0 88px;}
	#sukinabe .inner {margin: 0 auto;width: 100%;}
	#sukinabe .description_wrapper {display: flex;gap: 16px;align-items: flex-start;justify-content: space-between;flex-direction: column-reverse;}
	#sukinabe .desc_text {width: 56%;color: #000;text-align: left;padding-left: 8%;}
	#sukinabe .desc_img {width: 100%;}
	#sukinabe .desc_img img {width: 90%;height: auto;aspect-ratio: 16 / 9;border-radius: 0 25px 25px 0;}
	#sukinabe .desc_text h3 {font-size: 28px;font-weight: 500;line-height: 1.4;margin: 0;margin-bottom: 16px;letter-spacing: 1px;}
	#sukinabe .desc_text h3 span {font-size: 20px;font-weight: 500;text-align: right;margin: 0;letter-spacing: 1px;padding-right: 16px;}
	#sukinabe .desc_text ul {list-style: none;padding-left: 0;margin: 0;}
	#sukinabe .desc_text ul li {font-size: 15px; letter-spacing: 1px; line-height: 1.6;}
	
	/* ========== アラカルトページ ========== */
	.alacarte-section {padding: 0;background-color: #fff;color: #111;scroll-margin-top: 32px;}
	.alacarte-container {margin: 32px 72px 0 3%;padding-bottom: 24px;}
	.alacarte-title-wrap {display: flex;align-items: center;gap: 32px;margin-bottom: 8px;width: 100%;padding-right: 16px;box-sizing: border-box;text-align: left;}
	.alacarte-title {font-size: 30px;font-weight: 500;color: #5f4c3b;white-space: nowrap;position: relative;margin: 0;margin-bottom: 8px;text-align: left;letter-spacing: 2px;}
	.alacarte-title-line {flex: 1;height: 1px;background-color: #b88d5b;}
	.alacarte-menu-row {display: flex;flex-wrap: wrap;gap: 14px 12px;}
	.alacarte-menu-item {width: 46%;text-align: left;padding: 8px 8px 12px;border-radius: 8px;border: 1px solid #ddd;}
	.alacarte-menu-item img {width: 100%;height: auto;border-radius: 6px;}
	.alacarte-menu-item h4 {font-size: 17px;letter-spacing: 1px;font-weight: 500;margin: 0;line-height: 20px;padding: 0 2px;}
	.alacarte-menu-item span {display: block;font-size: 12px;letter-spacing: 1px;color: #888;line-height: 18px;min-height: 18px;padding: 0 2px;margin-top: 2px;margin-bottom: 6px;}
	.alacarte-menu-item p {font-size: 16px;font-weight: 500;color: #000;margin: 0;text-align: end;line-height: 1;padding-right:2px;}
	#section-soup .alacarte-container {border-bottom: none;margin-bottom: 80px;}
	
	
	/* ========== ドリンクページ　 ========== */
	#drink-course-section {padding: 0;background: #fff;color: #111;}
	#drink-course-section,#single-drink-section {scroll-margin-top: 100px;}
	#drink-course-section .container {overflow: hidden;}
	#drink-course-section .drink-header {display: flex;flex-direction: column-reverse;margin-bottom: 32px;}
	#drink-course-section .drink-header-text {margin: 12px 80px 16px 4%;width: 100%;text-align: left;}
	#drink-course-section .drink-header-text h2 {font-size: 28px;font-weight: 500;margin-bottom: 24px;line-height: 34px;letter-spacing: 1px;}
	#drink-course-section .drink-header-text span {font-size: 22px;}
	#drink-course-section .drink-header-text .note {font-size: 16px;color: #666;margin-bottom: 0px;}
	#drink-course-section .drink-header-text .price {font-size: 24px;font-weight: 500;margin:0;letter-spacing: 1px;line-height: 32px;}
	#drink-course-section .drink-header-image {width: 90%;}
	#drink-course-section .drink-header-image img {width: 100%;height: auto;border-radius: 0 8px 8px 0;object-fit: cover;aspect-ratio: 16 / 9;}
	#drink-course-section .drink-menu-title h3 {font-size: 16px;letter-spacing: 1px;font-weight: 300;background: #802a2a;color: #fff;text-align: center;padding: 12px 0;border-radius: 6px;margin: 0 80px 0 4%;}
	#drink-course-section .drink-menu-grid {display: flex;gap: 8px;justify-content: space-between;margin: 32px 80px 0 4%;background: rgba(242, 242, 242, 0.6);padding: 20px;border-radius: 25px;}
	#drink-course-section .drink-menu-column {display: flex;flex-direction: column;gap: 24px;flex: 1;}
	#drink-course-section .menu-block h4 {font-size: 18px;font-weight: 500;margin-bottom: 8px;
	margin-top: 0;line-height:1.2;}
	#drink-course-section .menu-block ul {list-style: none;padding-left: 0;margin: 0;}
	#drink-course-section .menu-block ul li {font-size: 14px;line-height: 1.6;color: #333;padding-left: 6px;}
	 /*単品メニュー*/
	#single-drink-section {margin: 0 80px 0 4%;padding: 56px 0 80px;background: #fff;color: #111;}
	#single-drink-section .container {}
	#single-drink-section .single-drink-title {background: #802a2a;text-align: center;border-radius: 10px;margin-bottom: 40px;}
	#single-drink-section .single-drink-title h3 {color: #fff;font-size: 16px;font-weight: 300;padding: 12px 0;margin: 0;}
	#single-drink-section .single-drink-grid {column-count: 2;column-gap: 32px;}
	#single-drink-section .single-drink-item {break-inside: avoid;margin-bottom: 24px;}
	#single-drink-section .single-drink-item img {width: 100%;height: auto;border-radius: 6px;margin-bottom: 0px;aspect-ratio: 16 / 8;}
	#single-drink-section .single-drink-item h4 {font-size: 20px;font-weight: 500;margin-top:4px;margin-bottom: 4px;}
	#single-drink-section .single-drink-item h5 {font-size: 14px;font-weight: 400;margin: 16px 0 0;color: #999;}
	#single-drink-section .umeshu-note {font-size: 13px;font-weight: 400;margin: 0;color: #bbb;font-style: italic;line-height:0.8;}
	#single-drink-section .single-drink-item ul {list-style: none;padding: 0;margin: 0;}
	#single-drink-section .single-drink-item ul li {display: flex;justify-content: space-between;font-size: 15px;line-height: 1.6;border-bottom: 1px solid #eee;padding: 4px 0;gap: 12px;align-items: flex-end;color: #333;}
	
	/* ========== コンセプトページ　 ========== */
	.concept-slider {width: 92%;margin: 40px auto 24px;padding-right: 70px;
  	overflow: hidden;box-sizing: border-box;}
	.concept-slider .slick-slide img {height: 225px;object-fit: cover;width: 100%;border-radius: 8px;}
	.concept-wrapper {display: flex;flex-direction: column;gap: 16px;width: 86%;margin: 32px auto 80px;padding-right: 56px;align-items: stretch;}
	.concept-block {width: 100%;padding: 0;border-bottom: none;margin: 0;box-sizing: border-box;}
	.concept-heading {display: flex;align-items: center;gap: 40px;padding: 10px 0 10px 34px;;margin-bottom: 16px;border-radius: 6px;background: #802a2a;height: 100%;}
	.concept-label {position: relative;display: inline-block;flex-shrink: 0;}
	.concept-number {font-size: 40px;font-weight: 300;color: rgba(255, 255, 255, 0.1);line-height: 1;}
	.concept-subtitle {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);font-size: 10px;font-weight: 500;color: #e0c185;letter-spacing: 1px;white-space: nowrap;z-index: 1;}
	.concept-title {font-size: 18px;font-weight: 500;color: #fef4e8;letter-spacing: 1px;margin: 0;}
	.concept-text {height: 100%;font-size: 15px;line-height: 1.9;color: #333;text-align: left;padding-left: 16px;margin-top: 20px;width: 90%;letter-spacing: 1px;}
	.concept-note::before {content: "※ ";color: #b88d5b;font-weight: bold;}
	.concept-note {font-size: 12px;color: #888;font-style: italic;line-height: 1.7;margin: 16px 16px 0;}
	
	/* ========== 店舗ページ ========== */
	#shop-movie {text-align: center;padding: 24px 0 0;}
	#shop-movie .container {position: relative;width: 100%;margin: 0 auto;}
	.movie-wrapper {width: 100%;overflow: hidden;}
	.movie-wrapper video {width: 100%;height: 100%;object-fit: cover;display: block;}
	/* Shop Info セクション */
	#shop-info { padding-right: 80px;margin-bottom: 72px;}
	#shop-info .inner {margin: 0 auto;position: relative;}
	#shop-info .shop-header {display: flex;align-items: center;gap: 24px;margin-left: 10%;position: relative;}
	#shop-info .shop-name {font-size: 28px;letter-spacing: 1px;font-weight: 500;text-align: left;position: relative;margin: 16px 0;}
    #shop-info .shop-name span {font-size: 20px;font-weight: 400;}
	#shop-info .social-icons {display: flex;gap: 16px;}
    #shop-info .social-icons img {width: 40px;height: auto;}
	#shop-info .shop-description {font-size: 16px;line-height: 1.8;color: #333;margin: 0 0 32px 10%;}
	#shop-info .shop-description br {display: none;}
	/* 予約ボタン */
	#shop-info .reserve-btn {display: inline-block;background-color: #970b07;color: #fff;
    font-size: 16px;font-weight: 500;text-decoration: none;padding: 18px 0;border-radius: 4px;
    transition: background-color 0.3s ease;margin-bottom: 48px;width:88%;letter-spacing: 1px;margin-left:10%;text-align: center;}
	#shop-info .reserve-btn:hover {background-color: #5a1b1a;}
	#shop-info .shop-details {display: flex;flex-direction: column;gap: 32px;margin-bottom: 40px;}
	#shop-info .shop-image {width: 100%;}
	#shop-info .shop-image img {width: 100%;border-radius: 4px;aspect-ratio: 16 / 9;}
	#shop-info .shop-text {width: 90%;text-align: left;padding-left: 10%;}
	#shop-info .shop-text p {font-size: 17px;margin: 0px;letter-spacing: 1px;margin-bottom: 4px;}
	#shop-info .shop-text .note{font-size:15px;}
	#shop-info .shop-text .access {font-size: 15px;}
	#shop-info .contact {display: flex;align-items: center;gap: 8px;font-size: 28px;font-weight: bold;margin: 6px 0;}
	#shop-info .contact a {text-decoration: none;color: #000;}
	#shop-info .contact img {width: 30px;height: auto;}
	/*アクセス*/
	#shop-access {padding: 0;background-color: #fff;}
	#shop-access .access-container {margin-left: 10%;}
	#shop-access .access-title-wrap {display: flex;align-items: center;gap: 32px;margin-bottom: 6px;}
	#shop-access .access-title {font-size: 26px;font-weight: 400;margin: 0;margin-bottom: 0px;white-space: nowrap;letter-spacing: 2px;color: #5f4c3b;
	padding-bottom: 6px;}
	#shop-access .access-title-line {flex: 1;height: 1px;background-color: #b88d5b;}
	#shop-access .access-steps {display: grid;grid-template-columns: repeat(3, 1fr);gap: 32px 24px;margin-top: 24px;}
	#shop-access .access-steps .step {text-align: left;font-size: 15px;color: #333;letter-spacing: 0.5px;}
	#shop-access .access-steps .step p {margin: 0;}
	#shop-access .access-steps .step .numaber {font-weight: 900;vertical-align: baseline;margin-right: 4px;}
	#shop-access .access-steps .step img {width: 100%;border-radius: 8px;margin-bottom: 0px;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);}
	#shop-access .access-bottom-line {width: 100%;height: 1px;background-color: #b88d5b;margin-top: 24px;}
	#shop-info .shop-map {width: 100%;margin-top: 30px;}
	#shop-info .shop-map iframe {height: 300px;}
		
	/* ========== 予約ページ ========== */
	.reservation-warning {margin: 40px auto 0;width: 80%;margin-bottom: 0;margin-top: 40px;}
	.reservation-warning .container{ overflow: hidden;}
	.warning-title {position: relative;display: inline-block;font-size: 24px;font-weight: 500;color: #5f4c3b;margin: 0;margin-bottom: 0;}
	.warning-text {font-size: 15px;letter-spacing: 1px;color: #5f4c3b;line-height: 1.8;text-align: left;width: 95%;}
	.warning-text br {display: none;}
	.warning-title-wrap {display: flex;align-items: center;gap: 16px;}
	.warning-title {font-size: 20px;font-weight: 500;color: #5f4c3b;margin: 0;white-space: nowrap;}
	.warning-line {flex: 1;height: 1px;background-color: #b88d5b;}
	
	/* 店舗紹介 */
	.reservation-section {scroll-margin-top: 100px;position: relative;border: 2px solid #b88d5b;border-radius: 5px;
	width: 80%;margin: 56px auto 0;background-color: #fff;}
	.store-heading {position: absolute;top: -14px;left: 50%;transform: translateX(-50%);background-color: #fff;
	padding: 0 24px;z-index: 1;}
	.store-heading .store-title {font-size: 18px;font-weight: 600;color: #5f4c3b;margin: 0;letter-spacing: 2px;
	white-space: nowrap;}
	.reservation-section .container {padding: 32px 24px;}
	.reservation-flex {display: flex;flex-direction: column;align-items: center;}
	.reservation-img img {width: 100%;height: auto;border-radius: 8px;aspect-ratio: 16 / 8;}
	.reservation-text {width: 88%;}
	.reservation-text h2 {font-size: 24px;letter-spacing: 1px;margin-top: 8px; margin-bottom: 12px;font-weight: 500;line-height: 1.4;}
	.reservation-text h2 .subtitle {font-size: 17px;color: #333;margin-bottom: 4px;}
	.reservation-text hr {border: none;height: 1px;background-color: #ccc;margin-bottom: 16px;}
	.reservation-text p {font-size: 15px;line-height: 1.8;margin-bottom: 24px;color: #333;}
	.reservation-section.reverse .reservation-flex {flex-direction: column;}
	.reservation-section.last {margin-bottom: 56px;}
	/* ボタンエリア */
	.reservation-buttons {display: flex;gap: 16px;}
	.reservation-buttons a {display: inline-block;padding: 10px 20px;font-size: 13px;border-radius: 6px;text-decoration: none;transition: all 0.3s ease;width: 50%;letter-spacing: 0.5px;text-align: center;font-weight: 400;}
	.btn-detail {background-color: #eee;color: #333;}
	.btn-detail:hover {background-color: #ddd;}
	.btn-reserve {background-color: #970b07;color: #fff;}
	.btn-reserve:hover {background-color: #802a2a;}
	  
	
	/* ========== プライバシーポリシー ========== */
	.unit{margin: 0 80px 50px 4%;}
	.unit h3{font-size: 26px;font-weight:400;letter-spacing: 1px;margin: 0px auto 20px auto;padding: 0 0 10px 0;border-bottom: 1px solid #b88d5b;color:#b88d5b;}
	.unit .text01{font-size: 15px;letter-spacing: 1px;line-height: 28px;margin: 64px auto 0px auto;padding: 0 0 0px 0;}
	.br {display: block;content: "";margin-top: 8px;height: 0;}
	.unit .list {width:96%;font-size: 14px;letter-spacing: 1px;line-height: 24px;margin: 0px 0 0px auto;padding: 0 0 0px 0;}
	.unit .list > li{margin: 0px auto 20px auto;}
	.unit_bottom {margin-bottom: 88px;}
	
	/* ========== 会社概要 ========== */
	.company_intro {width: 96%;margin: 56px auto 0;}
	.company_inner {display: flex;gap: 24px;align-items: center;}
	.company_img {width: 60%;display: flex;}
	.company_img img {width: 100%;height: auto;border-radius: 0 8px 8px 0;}
	.company_text {width: 40%;padding-right: 70px;font-size: 15px;line-height: 1.8;letter-spacing: 1px;color: #111;}
	/* 会社情報 */
	.company_info_section {width: 85%;margin-left: 5%;margin-top: 24px;}
	.company_info_section h2 {font-size: 22px;font-weight: 400;letter-spacing: 1px;margin: 0px auto 16px auto;padding: 0 0 10px 0;border-bottom: 1px solid #b88d5b;color: #b88d5b;}
	.info_table {width: 96%;font-size: 16px;letter-spacing: 1px;line-height: 24px;margin: 0px auto;padding: 0;}
	.info_table .info_row {position: relative;margin: 0 auto 16px auto;padding-left: 140px;}
	.info_table .info_row dt {position: absolute;left: 0;top: 0;width: 100px;text-align: right;font-size: 15px;letter-spacing: 1px;color: #444;font-weight: 400;margin: 0;}
	.info_table .info_row dd {margin: 0;font-size: 16px;letter-spacing: 1px;color: #444;}
	/* 会社沿革 */
	.company_unit {width: 85%;margin-left: 5%;margin-top: 24px;}
	.company_unit h3 {font-size: 22px;font-weight: 400;letter-spacing: 1px;margin: 0px auto 16px auto;padding: 0 0 10px 0;border-bottom: 1px solid #b88d5b;color: #b88d5b;}
	.company_unit .list.history {width: 96%;font-size: 16px;letter-spacing: 1px;line-height: 24px;margin: 0px auto;padding: 0;list-style: none;color: #444}
	.company_unit .list.history li {position: relative;margin: 0 auto 16px auto;padding-left: 140px;}
	.company_unit .list.history .year {position: absolute;left: 0;top: 0;width: 100px;text-align: right;font-size: 14px;color: #444;font-weight: 400;letter-spacing: 1px;}
	.company_unit_bottom {margin-bottom: 120px;}
	
	/* News -----------------------------------------------------------------------*/
	#news {}
	#news .news_container .inner {max-width:78%;margin: 64px auto 80px;}
	#news .news_container .inner .contents ul {margin: 0;padding: 0;list-style: none; display: grid;grid-template-columns: repeat(2, 1fr);gap: 24px;}
	#news .news_container .inner .news_item {width: 100%;text-decoration: none;color: inherit;display: block;transition: transform 0.3s ease, box-shadow 0.3s ease;}
	#news .news_container .inner .news_item figure {margin:0; display: block;}
	#news .news_container .inner .news_item figure img {width: 100%;height: auto;border-radius: 15px;aspect-ratio: 16 / 9;}
	#news .news_container .inner .news_item .news-date {margin: 4px 0;font-size: 14px;letter-spacing: 1px;color: #b88d5b}
	#news .news_container .inner .news_item .news_name {margin: 0;font-size: 15px;letter-spacing: 1px;}
	#news .news_container .inner .news_item .news_name br {display: none;}
	#news .news_container .inner .news_item .news_name span{}
	.news-btn {padding: 6px 0;border: 1px solid #ccc;border-radius: 16px;color: #333;font-size: 13px;background-color: #fff;transition: all 0.3s ease;font-weight: 400;pointer-events: none;margin: 16px auto;text-align: center;width: 72%;}
	.news_item:hover .news-btn {background-color: #802a2a;color: #fff;border-color: #b88d5b;}
	
	/* News_detail---------------------------------------------------------------------------*/
	#news_detail {}
	#news_detail h2 {}
	#news_detail .news_container .inner {width: 78%;margin: 64px auto 80px;}
	#news_detail .news_container .inner h3 .news_date{color: #241d14;font-weight:300;letter-spacing: 1px;}
	#news_detail .news_container .inner h3 .news_name{color: #241d14;font-weight: 300;font-size: 24px;letter-spacing: 1px;line-height: 34px;}
	#news_detail .news_container .inner figure {margin:0;display: inline-block;width: 100%;}
	#news_detail .news_container .inner figure img {width: 100%;height: auto;aspect-ratio: 16 / 8;}
	#news_detail .news_container .inner .description p {color: #241d14;font-weight: 300;font-size: 16px;letter-spacing: 1px;line-height: 1.8;}
	
	/* News、News_detail共通-----------------------------------------------------------------------*/
	.news_container .inner {display: block;}
	/*一覧ページ（archive.php）と投稿ページ（single.php）の左側*/
	.news_container .contents {width: auto;margin-bottom: 50px;}
	/*一覧ページ（archive.php）と投稿ページ（single.php）のサイド*/
	.news_container aside {width: 64%;}
	.news_container aside .box {margin-bottom: 40px;}
	.news_container aside .box:last-child {margin-bottom: 0;}
	.news_container aside .box h5 {margin: 0 auto 5px;color: #241d14;font-weight: 300;font-size: 17px;letter-spacing: 1px;padding-bottom: 10px;border-bottom: solid 1px #b88d5b;}
	.news_container aside .box ul {margin: 0;padding: 0;list-style: none;}
	.news_container aside .box ul li a {display: block;text-decoration: none;color: #241d14;font-size: 15px;letter-spacing: 1px;padding: 5px 0;}
	.news_container aside .box ul li a:hover{color: #726458;}
	/*一覧ページ（archive.php） ページネーション*/
	.news_container .pagination h2 {display: none;}
	.news_container .pagination {font-family: "Noto Serif JP", serif;font-weight: 300;font-style: normal;text-align: center;margin-top: 40px;position: inherit !important;}
	.news_container .pagination .nav-links {display: flex;justify-content: center;align-items: center;}
	.news_container .pagination a {text-decoration: none;color: #241d14;transition: all 0.3s ease;}
	.news_container .pagination .page-numbers {margin: 0 5px;width: 40px;height: 40px;line-height: 40px;border-radius: 6px;color: #333;background-color: #fff;border: 1px solid #ccc;font-size: 14px;}
	.news_container .pagination .current {width: 40px;height: 40px;line-height: 40px;border-radius: 6px;color: #fff;background-color: #802a2a;border: 1px solid #b88d5b;}
	.news_container .pagination a.prev.page-numbers, .news_container .pagination a.next.page-numbers {width: auto !important;height: auto !important;color: #333 !important;border: none !important;}
	.news_container .pagination a.page-numbers:hover {opacity: 1;color: #fff;background-color: #802a2a;}
	.news_container .pagination a.prev.page-numbers:hover, .news_container .pagination a.next.page-numbers:hover {background: no-repeat;}
	.news_container .pagination .prev, .news_container .pagination .next {background: transparent;box-shadow: none;font-family: "Noto Serif JP", serif;font-weight: 300;font-style: normal;}
	.news_container .pagination .dots {background: transparent;box-shadow: none;color: #241d14;}
	/*投稿ページ（single.php） ページネーション*/
	.news_container .pagination02 {font-family: "Noto Serif JP", serif;font-weight: 300;font-style: normal;margin-top: 40px;}
	.news_container .pagination02 ul {width: auto;margin: 0 auto;padding: 0;list-style: none;display: flex;justify-content: space-between;align-items: center;}
	.news_container .pagination02 ul li {width: 12%;margin: 0;}
	.news_container .pagination02 ul li a {display: block;text-decoration: none;text-align: center;padding: 4px 6px;border: 1px solid #ccc;border-radius: 6px;color: #333;font-size: 12px;background-color: #fff;transition: all 0.3s ease;font-weight: 400;}
	.news_container .pagination02 ul li a:hover {opacity: 1 !important;background-color: #802a2a;color: #fff;border-color: #b88d5b;}
	
	.back-to-news {text-align: center;margin-top: 24px;}
	.back-to-news .back-btn {display: inline-block;padding: 7px 46px;border: 1px solid #ccc;border-radius: 40px;background-color: #fff;color: #333;font-size: 13px;letter-spacing: 1px;text-decoration: none;transition: all 0.3s ease;font-weight: 400;width: 32%;}
	.back-to-news .back-btn:hover {background-color: #802a2a;color: #fff;border-color: #b88d5b;}
	
}


@media (max-width: 700px) {
	
	/* ========== 全ページ共通 タイトル ========== */
	#page-header {text-align: center;margin-top: 80px;padding: 0;background-color: #fff;}
	#page-header .inner {width: 100%;margin: 0 auto;}
	#page-header .heading_area {padding: 12px 0 12px;background-color: #f2f2f2;margin:0;}
	#page-header .heading_area span {display: block;font-size: 14px;color: #b88d5b;font-weight: 500;letter-spacing: 1.5px;}
	#page-header .heading_area h2 {font-size: 17px;font-weight: 400;margin: 0;letter-spacing: 2px;line-height: 32px}
	
	/* ========== 全ページ共通　ジャンプボタン ========== */
	#course-nav {background-color: #fff;margin: 32px 0;text-align: center;}
	#course-nav .container {margin: 0 auto;width: 100%;}
	#course-nav-buttons {display: flex;flex-direction: column;gap: 16px;align-items: center;}
	#course-nav-buttons a {width:72%;padding: 8px 0;border: 1px solid #ccc;border-radius: 6px;color: #333;text-decoration: none;font-size: 14px;background-color: #fff;transition: all 0.3s ease;margin: 0 auto; text-align: center;font-weight: 400;letter-spacing: 1px;}
	#course-nav-buttons a:hover {background-color: #802a2a;color: #fff;border-color: #b88d5b;}
	/*アラカルトページのみ*/
	/*アラカルトページのみ*/
	.alacarte-page #course-nav .container {width: 96%;}
	.alacarte-page #course-nav-buttons.left-align {flex-direction: row;flex-wrap: wrap;justify-content: center;gap: 12px 10px;}
	.alacarte-page #course-nav-buttons.left-align a {width: 47%;font-size: 13px;letter-spacing: 0px;}
	
	
	/* ========== セクション　heading ========== */
	.section-heading {display: flex;align-items: center;justify-content: center;margin: 0px auto 8px;width: 100%;}
	.section-title {font-size: 16px;font-weight: 500;color: #5f4c3b;padding: 0 24px;position: relative;white-space: nowrap;letter-spacing: 2px;}
	.section-heading::before,
	.section-heading::after {content: "";flex: 1;height: 1px;background-color: #b88d5b;}
	.section-heading::before {margin-right: 24px;}
	.section-heading::after {margin-left: 24px;}
	
	/*食べ放題の４コースの金枠*/
	.course-item {position: relative;border: 2px solid #b88d5b;border-radius: 6px;padding: 20px 12px 0;box-sizing: border-box;background-color: #fff;}
	.course-heading {position: absolute;top: -14px;left: 50%;transform: translateX(-50%);background-color: #fff;padding: 0 16px;z-index: 1;}
	.course-heading-title {font-size: 18px;font-weight: 600;color: #5f4c3b;margin: 0;white-space: nowrap;letter-spacing: 2px;padding: 0 24px;}
	
	/* ========== 食べ放題のページ special.html ========== */
	/*食べ放題コースご案内*/
	.special-warning {margin-left: 4%;width: 92%;margin-bottom: 32px;}
	.special-warning .reservation-warning .container{ overflow: hidden;}
	.special-warning .warning-title {position: relative;display: inline-block;font-size: 22px;font-weight: 500;color: #5f4c3b;margin: 0;margin-bottom: 0;}
	.special-warning .warning-text {font-size: 15px;letter-spacing: 1px;font-weight: 500;color: #5f4c3b;line-height: 1.6;text-align: left;padding-inline-start: 24px;margin: 12px 0;}
	.special-warning .warning-text span {font-size: 14px;opacity: 0.8;}
	.special-warning .warning-title-wrap {display: flex;align-items: center;gap: 16px;}
	.special-warning .warning-title {font-size: 18px;letter-spacing: 1px;font-weight: 500;color: #5f4c3b;margin: 0;white-space: nowrap;}
	.special-warning .warning-line {flex: 1;height: 1px;background-color: #b88d5b;}
	.special-warning .warning-note {font-size: 13px;color: #5f4c3b;}
	.special-warning .warning-text .course {list-style: none;font-size: 18px;font-weight: 500;margin-left: -20px;letter-spacing: 1px;}
	
	/*食べ放題4コースタイトル*/
	#yakiniku-course-section {background-color: #fff;scroll-margin-top: 100px;}
	#yakiniku-course-section .container {}
	#yakiniku-course-section .section-heading {display: flex;align-items: center;justify-content: center;margin: 0px auto 4px;width: 100%;}
	#yakiniku-course-section .section-title {font-size: 20px;font-weight: 500;color: #5f4c3b;padding: 0 8px;position: relative;white-space: nowrap;letter-spacing: 2px;margin: 0;}
	#yakiniku-course-section .section-heading::before,
	#yakiniku-course-section .section-heading::after {content: "";flex: 1;height: 1px;background-color: #b88d5b;}
	#yakiniku-course-section .section-heading::before {margin-right: 24px;}
	#yakiniku-course-section .section-heading::after {margin-left: 24px;}
	/*食べ放題4コース内容*/
	#yakiniku-course-section .course-title-box {font-size: 16px;letter-spacing: 1px;font-weight: 400;background: #802a2a;color: #fff;text-align: center;padding: 12px 0;border-radius: 6px;width: 90%;margin: 0 auto;}
	#yakiniku-course-section .course-link-list {display: flex;justify-content: center;flex-wrap: wrap;font-size: 18px;letter-spacing: 1px;font-weight: 600;color: #5f4c3b;margin: 24px 0 0;}
	#yakiniku-course-section .course-link-list a {color: #5f4c3b;text-decoration: none;transition: color 0.3s ease;}
	#yakiniku-course-section .course-link-list a:hover {opacity: 0.6;}
	#yakiniku-course-section .course-link-list .divider {color: #b88d5b;font-weight: 300;pointer-events: none;}
	#yakiniku-course-section .course-row {display: flex;align-items: flex-end;justify-content: space-between;flex-direction: column;}
	#yakiniku-course-section .course-item {width: 95%;margin: 0 auto;text-align: left;margin-top: 32px;background: #fafafa;}
	#yakiniku-course-section .course-item img {width: 100%;height: auto;border-radius: 6px;aspect-ratio: 16 / 9;display: flex;}
	#yakiniku-course-section .course-item h3 {font-size: 20px;letter-spacing: 2px;font-weight: 500;display: flex;justify-content: space-between;align-items: center;width: 98%;margin: 0 auto;text-align: left;}
	#yakiniku-course-section .course-subtitle {font-size: 13px;letter-spacing: 1px;margin: 0 auto;width: 98%;text-align: left;color: #888;line-height: 16px;}
	#yakiniku-course-section .course-item .price {font-size: 16px;letter-spacing: 1px;font-weight: 500;}
	#yakiniku-course-section .course-item .price span {font-size: 13px;}
	#yakiniku-course-section .course-menu {font-size: 14px;letter-spacing: 1px;line-height: 1.6;padding: 0;list-style: none;width: 98%;margin: 0 auto;margin-top: 6px;}
	#yakiniku-course-section .course-menu li {position: relative;padding-left: 1em;margin-bottom: 0;}
	#yakiniku-course-section .course-menu li::before {content: "◆";position: absolute;left: 0;top: 4px;color: #5f4c3b;
	font-size: 0.7em;line-height: 1.7;}
	#yuki-course,#tsuki-course,#matsusaka-course,#kobe-course {scroll-margin-top: 120px;}
	#yakiniku-course-section .course_text {padding: 4px 0 10px 0;}
	
	
	/*共通食べ放題メニュータイトル*/
	#yakiniku-section {scroll-margin-top: 80px;}
	#yakiniku-section .container {}
	#yakiniku-section .yakiniku-title {text-align: center;margin-top: 40px;}
	#yakiniku-section .yakiniku-title h2 {font-size: 16px;letter-spacing: 1px;font-weight: 400;background: #802a2a;color: #fff;text-align: center;padding: 12px 0;border-radius: 6px;margin: 0;width: 90%;margin: 0 auto;}
	#yakiniku-section .yakiniku-title p {font-size: 15px;line-height: 1.6;margin: 20px auto;text-align: left;color: #5f4c3b;width: 86%;}
	/* 共通食べ放題メニューグリッド */
	#yakiniku-section .common-menu-grid {display: flex;gap: 24px;justify-content: space-between;width: 95%;margin: 0 auto 64px;flex-wrap: wrap;}
	#yakiniku-section .common-menu-column {display: flex;flex-direction: column;gap: 16px;flex: 1;}
	#yakiniku-section .menu-block ul li {font-size: 14px;line-height: 1.6;position: relative;padding-left: 1em;}
	#yakiniku-section .common-menu-group-wrapper {display: flex;gap: 24px;justify-content: space-between;margin-bottom: 64px;}
	#yakiniku-section .common-menu-group {flex: 1;background: rgba(242, 242, 242, 0.6);border-radius: 8px;padding: 12px 8px;box-sizing: border-box;}
	#yakiniku-section .common-menu-group .group-title {font-size: 16px;letter-spacing: 1px;font-weight: bold;color: #5f4c3b;border-left: 12px solid #b88d5b;padding-left: 6px;margin: 0;margin-bottom: 8px;}	
	#yakiniku-section .menu-block h4 {font-size: 17px;color: #5f4c3b;margin: 0;font-weight: 500;}
	#yakiniku-section .menu-block ul {list-style: none;padding-left: 8px;margin: 0;}
	#yakiniku-section .menu-block ul li {font-size: 13px;line-height: 1.6;position: relative;padding-left: 0;}
	#yakiniku-section .menu-block ul li::before {content: none;}
	/* 焼肉グループ用：3カラムレイアウト */
	#yakiniku-section .four-column-wrap {display: grid;grid-template-columns: repeat(4, 1fr);gap: 2px;}
	#yakiniku-section .four-column-wrap .column {display: flex;flex-direction: column;gap: 16px;width: 100%;}
	#yakiniku-section .common-menu-group-wrapper {display: flex;flex-direction: column;width: 96%;margin: 0 auto;gap: 8px;margin-bottom: 40px;}
	#yakiniku-section .common-menu-group.wide-group {flex: 3; /* 焼肉の幅を大きく */}
	#yakiniku-section .small-group-wrapper {display: flex;flex-direction: row;gap: 8px;flex-wrap: wrap;}
	/* しゃぶしゃぶ用2カラムレイアウト */
	#yakiniku-section .shabu-inner-2col {display: flex;flex-direction: column;gap: 8px 0;}
	#yakiniku-section .shabu-inner-2col .shabu-col {flex: 1;display: flex;flex-direction: column;gap: 16px;}
	
	
	
	
	/*しゃぶしゃぶ食べ放題コース*/
	#shabu-course-section {text-align: center;background-color: #fff;color: #000;scroll-margin-top: 120px;margin-bottom: 40px;}
	#shabu-course-section .container {}
	#shabu-course-section .shabushabu-title {text-align: center;margin-bottom: 24px;width: 90%;margin: 0 auto;}
	#shabu-course-section .shabushabu-title h2 {font-size: 16px;letter-spacing: 1px;font-weight: 300;background-color: #802a2a;color: #fff;letter-spacing: 1px;border-radius: 6px;padding: 12px 0;margin-top: 0;}
	#shabu-course-section .shabu-course-flex {display: flex;align-items: flex-end;justify-content: space-between;flex-direction: column;width: 100%;margin: 0 auto;}
	#shabu-course-section .shabu-course-img {width: 100%;display: flex;}
	#shabu-course-section .shabu-course-img img {width: 100%;height: auto;aspect-ratio: 16 / 9;}
	#shabu-course-section .shabu-course-text {padding: 8px 0 10px;text-align: left;width: 96%;margin: 0 auto;}
	#shabu-course-section .shabu-course-text h2 {font-size: 20px;font-weight: 500;line-height: 1.4;width: 96%;margin: 0 auto;margin-bottom: 8px;letter-spacing: 1px;}
	#shabu-course-section .shabu-course-text .price {font-size: 16px;font-weight: 500;text-align: right;margin: 0;letter-spacing: 1px;width: 96%;margin: 0 auto;margin-top: 8px;}
	#shabu-course-section .shabu-course-text .price span{font-size: 13px;}
	.shabu-course-menu {display: flex;flex-wrap: wrap;gap: 0px 12px;padding: 0;width: 96%;margin: 0 auto;}
	.shabu-course-menu li {display: inline-block;width: auto;margin: 0;padding-left: 12px;position: relative;font-size: 14px;letter-spacing: 1px;line-height: 1.6;}
	.shabu-course-menu li::before {content: "◆";position: absolute;left: 0;top: 4px;color: #5f4c3b;font-size: 0.7em;}
	
	
	/* ========== コースのページ course.html ========== */
	.three-course-section {padding: 0;background-color: #fff;scroll-margin-top: 80px;}
	.three-course-section .container {margin: 0 auto;width: 100%;}
	.three-course-section .shabu-course-flex {display: flex;gap: 16px;align-items: flex-end;justify-content: space-between;flex-direction: column;}
	.three-course-section .shabu-course-img {width: 100%;display: flex;}
	.three-course-section .shabu-course-img img {width: 100%;height: auto;aspect-ratio: 16 / 9;}
	.three-course-section .shabu-course-text {width: 95%;color: #000;text-align: left;}
	.three-course-section .shabu-course-text h2 {font-size: 23px;font-weight: 500;line-height: 1.4;margin: 0;margin-bottom: 16px;letter-spacing: 1px;}
	.three-course-section .shabu-course-text h2 .subtitle {font-size: 14px;margin-bottom: 4px;}
	.three-course-section .shabu-course-text p {font-size: 14px; letter-spacing: 1px; line-height: 1.6;padding-right: 24px;}
	.three-course-section .shabu-course-text .price {font-size: 18px;font-weight: 500;text-align: right;margin: 0;letter-spacing: 1px;padding-right: 16px;}
	.three-course-section.reverse .shabu-course-text {padding-right: 0;padding-left: 16px;}
	#hatsune {margin: 24px 0;}
	.three-course-section.last {margin-bottom:40px;}
	.photo_slider {width: 100%;margin: 0px auto 24px;overflow: hidden;box-sizing: border-box;}
	.photo_slider .slick-slide {display: flex;justify-content: center;align-items: center;
    margin: 0 6px;}
    .photo_slider .slick-list {margin: 0 -6px;}
    .photo_slider .slick-slide img {width: 100%;height: auto;border-radius: 8px;object-fit: cover;}
	
	/* ========== しゃぶしゃぶ・すき焼きの単品ページ　pot.html ========== */
	
	/* しゃぶしゃぶ単品 */
	#shabushabu {scroll-margin-top: 80px;}
	#shabushabu .inner {margin: 0 auto;width: 100%;}
	#shabushabu .description_wrapper {display: flex;gap: 16px;align-items: flex-end;justify-content: space-between;flex-direction: column;}
	#shabushabu .desc_text {width: 95%;color: #000;text-align: left;}
	#shabushabu .desc_img {width: 100%;}
	#shabushabu .desc_img img {width: 100%;height: auto;display: block;}
	#shabushabu .desc_text h3 {font-size: 23px;font-weight: 500;line-height: 1.4;margin: 0;margin-bottom: 20px;letter-spacing: 1px;}
	#shabushabu .desc_text h3 span {font-size: 18px;font-weight: 500;display: block;margin: 0;margin-top: 6px;letter-spacing: 1px;}
	#shabushabu .desc_text ul {list-style: none;padding-left: 0;margin: 0;}
	#shabushabu .desc_text ul li {font-size: 14px;letter-spacing: 1px;line-height: 1.6;}
	/* すき鍋単品 */
	#sukinabe {scroll-margin-top: 80px;margin: 24px 0 40px;}
	#sukinabe .inner {margin: 0 auto;width: 100%;}
	#sukinabe .description_wrapper {display: flex;gap: 16px;align-items: flex-end;justify-content: space-between;flex-direction: column-reverse;}
	#sukinabe .desc_text {width: 95%;color: #000;text-align: left;}
	#sukinabe .desc_img {width: 100%;}
	#sukinabe .desc_img img {width: 100%;height: auto;display: block;}
	#sukinabe .desc_text h3 {font-size: 23px;font-weight: 500;line-height: 1.4;margin: 0;margin-bottom: 16px;letter-spacing: 1px;}
	#sukinabe .desc_text h3 span {font-size: 18px;font-weight: 500;display: block;margin: 0;margin-top: 6px;letter-spacing: 1px;}
	#sukinabe .desc_text ul {list-style: none;padding-left: 0;margin: 0;}
	#sukinabe .desc_text ul li {font-size: 14px;letter-spacing: 1px;line-height: 1.6;}
	
	/* ========== アラカルトページ ========== */
	.alacarte-section {padding: 0;background-color: #fff;color: #111;scroll-margin-top: 92px;}
	.alacarte-container {margin: 20px auto 0;width: 96%;padding-bottom: 16px;}
	.alacarte-title-wrap {display: flex;align-items: center;gap: 24px;margin-bottom: 4px;width: 100%;box-sizing: border-box;text-align: left;}
	.alacarte-title {font-size: 22px;font-weight: 500;color: #5f4c3b;white-space: nowrap;position: relative;margin: 0;margin-bottom: 4px;text-align: left;letter-spacing: 2px;}
	.alacarte-title-line {flex: 1;height: 1px;background-color: #b88d5b;}
	.alacarte-menu-row {display: grid;grid-template-columns: repeat(2, 1fr);gap: 12px 8px;}
	.alacarte-menu-item {text-align: left;padding: 6px 6px 8px;border-radius: 8px;border: 1px solid #ddd;}
	.alacarte-menu-item img {width: 100%;height: auto;border-radius: 6px;}
	.alacarte-menu-item h4 {font-size: 15px;letter-spacing: 0.2px;font-weight: 500;margin: 0;line-height: 19px;padding: 0 1px;}
	.alacarte-menu-item span {display: block;font-size: 11px;color: #888;line-height: 18px;min-height: 18px;padding: 0 2px;margin-top: 3px;margin-bottom: 6px;}
	.alacarte-menu-item p {font-size: 14px;font-weight: 500;color: #000;margin: 0;text-align: end;line-height: 1;padding-right:1px;}
	#section-soup .alacarte-container {border-bottom: none;margin-bottom: 48px;}
		
	
	/* ========== ドリンクページ　 ========== */
	#drink-course-section {padding: 0;background: #fff;color: #111;}
	#drink-course-section,#single-drink-section {scroll-margin-top: 100px;}
	#drink-course-section .container {}
	#drink-course-section .drink-header {display: flex;flex-direction: column-reverse;margin-bottom: 32px;}
	#drink-course-section .drink-header-text {margin-left: 5%;width: 95%;text-align: left;}
	#drink-course-section .drink-header-text h2 {font-size: 24px;font-weight: 500;margin-bottom: 16px;line-height: 34px;letter-spacing: 1px;}
	#drink-course-section .drink-header-text span{font-size: 20px;}
	#drink-course-section .drink-header-text .note {font-size: 14px;color: #666;margin-bottom: 0px;padding-left: 8px;padding-right: 16px;line-height: 1.4}
	#drink-course-section .drink-header-text .price {font-size: 20px;font-weight: 500;margin:0;letter-spacing: 1px;line-height: 32px;padding-left: 8px;}
	#drink-course-section .drink-header-image {width: 100%;}
	#drink-course-section .drink-header-image img {width: 100%;height: auto;border-radius: 0;object-fit: cover;aspect-ratio: 16 / 9;}
	#drink-course-section .drink-menu-title h3 {font-size: 16px;letter-spacing: 1px;font-weight: 300;background: #802a2a;color: #fff;text-align: center;padding: 12px 0;border-radius: 6px;width: 90%;margin: 0 auto;}

  	#drink-course-section .drink-menu-grid {display: grid;grid-template-columns: 1fr 1fr;gap: 24px 12px;margin: 24px auto 40px;width: 88%;background: rgba(242, 242, 242, 0.6);padding: 12px;border-radius: 25px;}
  	#drink-course-section .drink-menu-column {display: flex;flex-direction: column;gap: 16px;}

	#drink-course-section .menu-block h4 {font-size: 16px;font-weight: 500;margin-bottom: 8px;
	margin-top: 0;line-height:1.2;}
	#drink-course-section .menu-block ul {list-style: none;padding-left: 0;margin: 0;}
	#drink-course-section .menu-block ul li {font-size: 14px;line-height: 1.6;color: #333;}
	 /*単品メニュー*/
	#single-drink-section {width: 88%;margin: 0 auto;padding: 0 0 64px;background: #fff;color: #111;}
	#single-drink-section .container {}
	#single-drink-section .single-drink-title {background: #802a2a;text-align: center;border-radius: 10px;margin-bottom: 24px;}
	#single-drink-section .single-drink-title h3 {color: #fff;font-size: 16px;font-weight: 300;padding: 12px 0;margin: 0;}
	#single-drink-section .single-drink-grid {column-count: 1;column-gap: 32px;}
	#single-drink-section .single-drink-item {break-inside: avoid;margin-bottom: 16px;}
	#single-drink-section .single-drink-item img {width: 100%;height: auto;border-radius: 6px;margin-bottom: 0px;aspect-ratio: 16 / 8;}
	#single-drink-section .single-drink-item h4 {font-size: 20px;font-weight: 500;margin-top:4px;margin-bottom: 4px;}
	#single-drink-section .single-drink-item h5 {font-size: 15px;font-weight: 600;margin: 16px 0 0;color: #999;}
	#single-drink-section .umeshu-note {font-size: 13px;font-weight: 400;margin: 0;color: #bbb;font-style: italic;line-height:0.8;}
	#single-drink-section .single-drink-item ul {list-style: none;padding: 0;margin: 0;}
	#single-drink-section .single-drink-item ul li {display: flex;justify-content: space-between;font-size: 15px;line-height: 1.6;border-bottom: 1px solid #eee;padding: 4px 0;gap: 12px;align-items: flex-end;color: #333;}
	
	/* ========== コンセプトページ　 ========== */
	.concept-slider {width: 100%;margin: 24px auto 24px;overflow: hidden;box-sizing: border-box;}
	.concept-slider .slick-slide img {height: 225px;object-fit: cover;width: 100%;border-radius: 8px;}
	.concept-wrapper {display: flex;flex-direction: column;gap: 16px;width: 92%;margin: 0 auto 32px;}
	.concept-block {width: 100%;padding: 0;border-bottom: none;margin: 0;box-sizing: border-box;}
	.concept-heading {display: flex;align-items: center;gap: 32px;padding: 6px 0 6px 34px;;margin-bottom: 16px;border-radius: 6px;background: #802a2a;height: 100%;}
	.concept-label {position: relative;display: inline-block;flex-shrink: 0;}
	.concept-number {font-size: 40px;font-weight: 300;color: rgba(255, 255, 255, 0.1);line-height: 1;}
	.concept-subtitle {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);font-size: 10px;font-weight: 500;color: #e0c185;letter-spacing: 1px;white-space: nowrap;z-index: 1;}
	.concept-title {font-size: 17px;font-weight: 500;color: #fef4e8;letter-spacing: 1px;margin: 0;}
	.concept-text {height: 100%;font-size: 14px;line-height: 1.6;color: #333;text-align: left;padding-left: 12px;margin-top: 16px;width: 94%;letter-spacing: 1px;}
	.concept-note::before {content: "※ ";color: #b88d5b;font-weight: bold;}
	.concept-note {font-size: 12px;color: #888;font-style: italic;line-height: 1.7;margin: 16px 8px 0;}
	
	
	/* ========== 店舗ページ ========== */
	#shop-movie {text-align: center;padding: 16px 0 0;}
	#shop-movie .container {position: relative;width: 100%;margin: 0 auto;}
	.movie-wrapper {width: 100%;overflow: hidden;}
	.movie-wrapper video {width: 100%;height: 100%;object-fit: cover;display: block;}
	/* Shop Info セクション */
	#shop-info {margin-bottom: 56px;}
	#shop-info .inner {margin: 0 auto;position: relative;text-align: center;}
	#shop-info .shop-header {display: flex;flex-direction: column;align-items: center;gap: 16px;position: relative;width: 86%;margin: 16px auto;}
	#shop-info .shop-name {font-size: 24px;letter-spacing: 2px;font-weight: 500;text-align: left;position: relative;line-height: 32px;margin:0;}
    #shop-info .shop-name span {font-size: 20px;font-weight: 400;}
	#shop-info .social-icons {display: flex;gap: 16px;}
    #shop-info .social-icons img {width: 38px;height: auto;}
	#shop-info .shop-description {font-size: 15px;letter-spacing: 1px;line-height: 1.8;color: #333;width: 86%;margin: 0 auto;text-align: left;}
	#shop-info .shop-description br {display: none;}
	/* 予約ボタン */
	#shop-info .reserve-btn {display: inline-block;background-color: #970b07;color: #fff;
    font-size: 15px;font-weight: 400;text-decoration: none;padding: 12px 0;border-radius: 4px;
    transition: background-color 0.3s ease;width:86%;letter-spacing: 1px;text-align: center;margin: 24px 0 32px;}
	#shop-info .reserve-btn:hover {background-color: #5a1b1a;}
	#shop-info .shop-details {display: flex;flex-direction: column;gap: 24px;margin-bottom: 32px;}
	#shop-info .shop-image {width: 95%;display: flex;}
	#shop-info .shop-image img {width: 100%;border-radius: 0 8px 8px 0;aspect-ratio: 16 / 9;}
	#shop-info .shop-text {width: 86%;margin: 0 auto;text-align: left;}
	#shop-info .shop-text p {font-size: 16px;margin: 0px;line-height: 1.6;margin-bottom: 4px;}
	#shop-info .shop-text .note{font-size:15px;}
	#shop-info .shop-text .access{font-size: 14px;}
	#shop-info .contact {display: flex;align-items: center;gap: 8px;font-size: 26px;font-weight: bold;margin: 8px 0;}
	#shop-info .contact a {text-decoration: none;color: #000;}
	#shop-info .contact img {width: 30px;height: auto;}
	/*アクセス*/
	#shop-access {padding: 0;background-color: #fff;}
	#shop-access .access-container {width: 86%;margin: 0 auto;}
	#shop-access .access-title-wrap {display: flex;align-items: center;gap: 32px;margin-bottom: 6px;}
	#shop-access .access-title {font-size: 20px;font-weight: 400;margin: 0;margin-bottom: 0px;white-space: nowrap;letter-spacing: 2px;color: #5f4c3b;
	padding-bottom: 6px;}
	#shop-access .access-title-line {flex: 1;height: 1px;background-color: #b88d5b;}
	#shop-access .access-steps {display: grid;grid-template-columns: repeat(2, 1fr);gap: 20px 16px;margin-top: 12px;}
	#shop-access .access-steps .step {text-align: left;font-size: 14px;color: #333;letter-spacing: 0.5px;}
	#shop-access .access-steps .step p {margin: 0;}
	#shop-access .access-steps .step .numaber {font-weight: 900;vertical-align: baseline;margin-right: 4px;}
	#shop-access .access-steps .step img {width: 100%;border-radius: 8px;margin-bottom: 0px;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);}
	#shop-access .access-bottom-line {width: 100%;height: 1px;background-color: #b88d5b;margin-top: 16px;}
	#shop-info .shop-map {width: 100%;margin-top: 30px;}
	#shop-info .shop-map iframe {height: 300px;}
	
	/* ========== 予約ページ ========== */
	.reservation-warning {margin-left: 5%;width: 90%;margin-bottom: 24px;}
	.reservation-warning .container{ overflow: hidden;}
	.warning-title {position: relative;display: inline-block;font-size: 22px;font-weight: 500;color: #5f4c3b;margin: 0;margin-bottom: 0;}
	.warning-text {font-size: 15px;letter-spacing: 0.5px;color: #5f4c3b;line-height: 1.8;text-align: left;margin: 0;margin-top: 12px;}
	.warning-text br {display: none;}
	.warning-title-wrap {display: flex;align-items: center;gap: 16px;}
	.warning-title {font-size: 19px;font-weight: 500;color: #5f4c3b;margin: 0;white-space: nowrap;}
	.warning-line {flex: 1;height: 1px;background-color: #b88d5b;}

	/* 店舗紹介 */
	.reservation-section {scroll-margin-top: 100px;position: relative;border: 2px solid #b88d5b;border-radius: 5px;width: 90%;
	margin: 40px auto 0;background-color: #fff;}
	.store-heading {position: absolute;top: -14px;left: 50%;transform: translateX(-50%);background-color: #fff;
	padding: 0 16px;z-index: 1;}
	.store-heading .store-title {font-size: 16px;font-weight: 600;color: #5f4c3b;margin: 0;letter-spacing: 2px;
	white-space: nowrap;}

	.reservation-flex {display: flex;flex-direction: column;padding: 24px 16px;}
	.reservation-img {display: flex;}
	.reservation-img img {width: 100%;height: auto;aspect-ratio: 16 / 8;border-radius: 8px;}
	.reservation-text {width: 94%;margin: 0 auto;}
	.reservation-text h2 {font-size: 21px;letter-spacing: 0.5px;margin: 12px 0;font-weight: 500;line-height: 1.4;}
	.reservation-text h2 .subtitle {font-size: 16px;color: #333;margin-bottom: 4px;}
	.reservation-text hr {border: none;height: 1px;background-color: #ccc;margin-bottom: 12px;}
	.reservation-text p {font-size: 14px;letter-spacing: 0.5px;line-height: 1.8;color: #333;margin: 0;margin-bottom: 20px;}
	.reservation-section.reverse .reservation-flex {flex-direction: column;}
	.reservation-section.last {margin-bottom: 56px;}
	/* ボタンエリア */
	.reservation-buttons {display: flex;gap: 16px;flex-direction: column;}
	.reservation-buttons a {display: inline-block;padding: 10px 20px;font-size: 14px;border-radius: 6px;text-decoration: none;transition: all 0.3s ease;letter-spacing: 1px;text-align: center;}
	.btn-detail {background-color: #eee;color: #333;}
	.btn-detail:hover {background-color: #ddd;}
	.btn-reserve {background-color: #970b07;color: #fff;}
	.btn-reserve:hover {background-color: #802a2a;}
	
	/* ========== プライバシーポリシー ========== */
	.unit{width:90%;margin: 0 auto;}
	.unit h3{font-size: 22px;font-weight:400;letter-spacing: 1px;margin: 0px auto 16px auto;padding: 0 0 6px 0;border-bottom: 1px solid #b88d5b;color:#b88d5b;}
	.unit .text01{font-size: 14px;letter-spacing: 1px;line-height: 26px;margin: 40px auto;padding: 0 0 0px 0;}
	.br {display: block;content: "";margin-top: 8px;height: 0;}
	.unit .list {width:96%;font-size: 14px;letter-spacing: 1px;line-height: 24px;margin: 0px 0 0px auto;padding: 0 0 0px 0;}
	.unit .list > li{margin: 0px auto 20px auto;}
	.unit_bottom {margin-bottom: 40px;}
	
	/* ========== 会社概要 ========== */
	.company_intro {width: 100%;margin: 32px auto 0;}
	.company_inner {display: flex;flex-direction: column-reverse;width: 100%;margin: 0 auto;}
	.company_img {width: 86%;display: flex;}
	.company_img img {width: 100%;height: auto;border-radius: 0 25px 25px 0;}
	.company_text {width: 86%;margin: 0 auto;font-size: 14px;line-height: 1.8;letter-spacing: 1px;}
	/* 会社情報 */
	.company_info_section {width: 90%;margin: 0 auto;margin-top: 16px;}
	.company_info_section h2 {font-size: 20px;font-weight: 400;letter-spacing: 1px;margin: 0px auto 12px auto;padding: 0 0 4px 0;border-bottom: 1px solid #b88d5b;color: #b88d5b;}
	.info_table {width: 96%;font-size: 16px;letter-spacing: 1px;line-height: 24px;margin: 0 auto;padding: 0;}
	.info_table .info_row {position: relative;margin: 0 auto 8px auto;padding-left: 100px;}
	.info_table .info_row dt {position: absolute;left: 0;top: 0;width: 72px;text-align: right;font-size: 14px;letter-spacing: 1px;color: #444;font-weight: 400;margin: 0;}
	.info_table .info_row dd {margin: 0;font-size: 14px;letter-spacing: 1px;color: #444;}
	/* 会社沿革 */
	.company_unit {width: 90%;margin: 0 auto;margin-top: 16px;}
	.company_unit h3 {font-size: 20px;font-weight: 400;letter-spacing: 1px;margin: 0px auto 12px auto;padding: 0 0 4px 0;border-bottom: 1px solid #b88d5b;color: #b88d5b;}
	.company_unit .list.history {width: 96%;font-size: 14px;letter-spacing: 1px;line-height: 22px;margin: 0 auto;padding: 0;list-style: none;}
	.company_unit .list.history li {position: relative;margin: 0 auto 12px auto;padding-left: 100px;color: #444;}
	.company_unit .list.history .year {position: absolute;left: 0;top: 0;width: 72px;text-align: right;font-size: 13px;color: #444;font-weight: 400;}
	.company_unit_bottom {margin-bottom: 56px;}
	
	/* News -----------------------------------------------------------------------*/
	#news {}
	#news .news_container .inner {max-width:80%;margin: 40px auto 64px;}
	#news .news_container .inner .contents ul {margin: 0;padding: 0;list-style: none; display: grid;grid-template-columns: repeat(1, 1fr);gap: 16px;}
	#news .news_container .inner .news_item {width: 100%;text-decoration: none;color: inherit;display: block;transition: transform 0.3s ease, box-shadow 0.3s ease;}
	#news .news_container .inner .news_item figure {margin:0; display: block;}
	#news .news_container .inner .news_item figure img {width: 100%;height: auto;border-radius: 15px;aspect-ratio: 16 / 9;}
	#news .news_container .inner .news_item .news-date {margin: 4px 0;font-size: 14px;letter-spacing: 1px;color: #b88d5b}
	#news .news_container .inner .news_item .news_name {margin: 0;font-size: 15px;letter-spacing: 1px;}
	#news .news_container .inner .news_item .news_name br {display: none;}
	#news .news_container .inner .news_item .news_name span{}
	.news-btn {width: 72%;padding: 6px 0;border: 1px solid #ccc;border-radius: 12px;color: #333;font-size: 12px;background-color: #fff;transition: all 0.3s ease;font-weight: 400;pointer-events: none;margin: 16px auto;text-align: center;}
	.news_item:hover .news-btn {background-color: #802a2a;color: #fff;border-color: #b88d5b;}
	
	/* News_detail---------------------------------------------------------------------------*/
	#news_detail {}
	#news_detail h2 {}
	#news_detail .news_container .inner {width: 80%;margin: 48px auto;}
	#news_detail .news_container .inner h3 .news_name{color: #241d14;font-weight: 300;font-size: 18px;letter-spacing: 1px;line-height: 24px;}
	#news_detail .news_container .inner h3 .news_date{color: #241d14;font-weight:300;letter-spacing: 1px;font-size: 16px;}
	#news_detail .news_container .inner figure {margin:0;display: inline-block;width: 100%;}
	#news_detail .news_container .inner figure img {width: 100%;height: auto;aspect-ratio: 16 / 8;}
	#news_detail .news_container .inner .description p {color: #241d14;font-weight: 300;font-size: 14px;letter-spacing: 1px;line-height: 1.7;}
	
	/* News、News_detail共通-----------------------------------------------------------------------*/
	.news_container .inner {display: block;}
	/*一覧ページ（archive.php）と投稿ページ（single.php）の左側*/
	.news_container .contents {width: auto;margin-bottom: 50px;}
	/*一覧ページ（archive.php）と投稿ページ（single.php）のサイド*/
	.news_container aside {width: 72%;}
	.news_container aside .box {margin-bottom: 40px;}
	.news_container aside .box:last-child {margin-bottom: 0;}
	.news_container aside .box h5 {margin: 0 auto 5px;color: #241d14;font-weight: 300;font-size: 15px;letter-spacing: 1px;padding-bottom: 10px;border-bottom: solid 1px #b88d5b;}
	.news_container aside .box ul {margin: 0;padding: 0;list-style: none;}
	.news_container aside .box ul li a {display: block;text-decoration: none;color: #241d14;font-size: 14px;letter-spacing: 0.5px;padding: 5px 0;}
	.news_container aside .box ul li a:hover{color: #726458;}
	/*一覧ページ（archive.php） ページネーション*/
	.news_container .pagination h2 {display: none;}
	.news_container .pagination {font-family: "Noto Serif JP", serif;font-weight: 300;font-style: normal;text-align: center;margin-top: 40px;position: inherit !important;}
	.news_container .pagination .nav-links {display: flex;justify-content: center;align-items: center;}
	.news_container .pagination a {text-decoration: none;color: #241d14;transition: all 0.3s ease;}
	.news_container .pagination .page-numbers {margin: 0 3px;width: 30px;height: 30px;line-height: 30px;border-radius: 6px;color: #333;background-color: #fff;border: 1px solid #ccc;font-size: 14px;}
	.news_container .pagination .current {width: 30px;height: 30px;line-height: 30px;border-radius: 6px;color: #fff;background-color: #802a2a;border: 1px solid #b88d5b;}
	.news_container .pagination a.prev.page-numbers, .news_container .pagination a.next.page-numbers {width: auto !important;height: auto !important;color: #333 !important;border: none !important;}
	.news_container .pagination a.page-numbers:hover {opacity: 1;color: #fff;background-color: #802a2a;}
	.news_container .pagination a.prev.page-numbers:hover, .news_container .pagination a.next.page-numbers:hover {background: no-repeat;}
	.news_container .pagination .prev, .news_container .pagination .next {background: transparent;box-shadow: none;font-family: "Noto Serif JP", serif;font-weight: 300;font-style: normal;}
	.news_container .pagination .dots {background: transparent;box-shadow: none;color: #241d14;}
	/*投稿ページ（single.php） ページネーション*/
	.news_container .pagination02 {font-family: "Noto Serif JP", serif;font-weight: 300;font-style: normal;margin-top: 40px;}
	.news_container .pagination02 ul {width: auto;margin: 0 auto;padding: 0;list-style: none;display: flex;justify-content: space-between;align-items: center;}
	.news_container .pagination02 ul li {width: 16%;margin: 0;}
	.news_container .pagination02 ul li a {display: block;text-decoration: none;text-align: center;padding: 4px 8px;border: 1px solid #ccc;border-radius: 6px;color: #333;font-size: 11px;background-color: #fff;transition: all 0.3s ease;font-weight: 400;}
	.news_container .pagination02 ul li a:hover {opacity: 1 !important;background-color: #802a2a;color: #fff;border-color: #b88d5b;}
	
	.back-to-news {text-align: center;margin-top: 24px;}
	.back-to-news .back-btn {display: inline-block;padding: 6px 36px;border: 1px solid #ccc;border-radius: 40px;background-color: #fff;color: #333;font-size: 13px;letter-spacing: 1px;text-decoration: none;transition: all 0.3s ease;font-weight: 400;width: 42%;}
	.back-to-news .back-btn:hover {background-color: #802a2a;color: #fff;border-color: #b88d5b;}

	
}
