/*
Theme Name: OKAZUYA
Author: Your Name
Description: A custom theme for the OKAZUYA website.
Version: 1.1
*/

/* --- Google Fonts Import --- */
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c|Kosugi+Maru|Times+New+Roman');

/* --- Basic Reset & Common Styles --- */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'M PLUS Rounded 1c', "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 14px;
	color: #333;
	background: #fff;
}

.rich_font {
	font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

a {
	color: #EF5F08;
	text-decoration: none;
}

a:hover {
	color: #EF5F08;
	opacity: 0.8;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

ul,
ol {
	list-style: none;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.container {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px;
}

/* --- Header --- */
#header {
	background-color: #fff;
	border-bottom: 1px solid #eee;
	height: 70px;
	position: fixed;
	width: 100%;
	z-index: 1000;
	transition: all 0.3s ease;
	background-color: #333;
}

@media screen and (max-width: 1130px) {
	#header {
		border-bottom: 1px solid #eee;
		background-color: #fff;
	}
}

.top_sp_header {
	display: none;
}

@media screen and (max-width: 1130px) {
	.top_sp_header {
		display: block;
	}

	#top #header {
		display: none;
	}
}

#header_inner {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 0 20px;

}

#header_logo .logo {
	position: absolute;
	top: 12px;
	left: 12px;
}


@media screen and (max-width: 1130px) {
	#header_logo .logo {
		/* position: absolute; */
		top: -5px;
		/* left: 12px; */
	}

}


#header_logo .logo a img {
	height: 40px;
	width: auto;
}

#global_menu {
	margin: 0 auto;
}

#global_menu .menu {
	display: flex;
}

#global_menu .menu>li>a {
	padding: 10px 25px;
	font-weight: bold;
	color: #fff;

}

#global_menu .menu>li>a:hover,
#global_menu .menu>.current-menu-item>a {
	color: #EF5F08;
}

/* --- Top Page Specific --- */
#top {
	width: 100%;
	height: 100vh;
	position: relative;
}

#header_logo_index {
	position: absolute;
	top: 400px;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	text-align: center;
}


@media screen and (max-width: 1130px) {

#header_logo_index {
	position: absolute;
	top: 3vw;
	left: 0;
	right:0;
	transform: scale(0.5);
	z-index: 10;
	text-align: center;
}
}


#header_logo_index .logo img {
	max-width: 200px;
}

#header_slider {
	width: 100%;

	/* height: 100vh; */
}

@media screen and (max-width: 1130px) {

	#header_slider {
		/* height: 100vh; */
	}
}


#header_slider .item {
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center center;
}

/* --- Main Contents --- */
#main_contents {
	padding-top: 100px;
}

#index_news,
#index_dis {
	padding: 50px 20px;
}

.index_content_header2,
.index_content_header3 {
	text-align: center;
	margin-bottom: 40px;
}

.index_content_header2 .headline,
.index_content_header3 .headline {
	font-size: 28px;
	margin-bottom: 15px;
}

.index_content_header3 .desc {
	font-size: 15px;
	line-height: 1.8;
}

.index_content_header2 .link a {
	display: inline-block;
	border: 1px solid #222;
	padding: 10px 30px;
	margin-top: 20px;
	color: #222;
	background-color: #fff;
}

.index_content_header2 .link a:hover {
	background-color: #EF5F08;
	border-color: #EF5F08;
	color: #fff;
}

#index_news_list {
	max-width: 800px;
	margin: 0 auto;
}

#index_news_list li {
	border-bottom: 1px dotted #ccc;
}

#index_news_list li a {
	display: block;
	padding: 15px 10px;
	color: #333;
}

#index_news_list li:hover {
	background: #f9f9f9;
}

#index_news_list .date {
	display: inline-block;
	margin-right: 20px;
	font-size: 13px;
	color: #777;
}


/*
 * ----------------------------------------------------------------------
 * トップページ「おかずや自慢のメニュー」レイアウト修正 (4カラム版)
 * ----------------------------------------------------------------------
 */

/* 親コンテナのマージン・パディングをリセット */
#index_dis {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}

/* olタグのデフォルトスタイルをリセットし、Flexboxコンテナに設定 */
#index_dis_list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	/* 折り返しを許可 */
}

#index_dis_list li {
	width: 25%;
	/* PCでは4カラム */
	height: 300px;
	/* 高さを固定 */
	position: relative;
	overflow: hidden;
	margin: 0;
	/* マージンをなくす */
	padding: 0;
}

#index_dis_list li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

/* 画像を表示するdiv */
#index_dis_list .image {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: transform 0.4s ease-in-out;
}

#index_dis_list li a:hover .image {
	transform: scale(1.05);
	/* ホバー時に画像を少し拡大 */
}

/* 文字を表示するcaption */
#index_dis_list .caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* 上下中央揃え */
	align-items: center;
	/* 左右中央揃え */
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	transition: background-color 0.3s ease;
}

#index_dis_list li a:hover .caption {
	background: rgba(0, 0, 0, 0.6);
	/* ホバー時に背景を少し濃くする */
}

#index_dis_list .title {
	font-size: 24px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
	margin-bottom: 10px;
}

#index_dis_list .desc p {
	font-size: 14px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
	line-height: 1.6;
}

/* レスポンシブ対応 */
/* タブレット表示 (2カラム) */
@media screen and (max-width: 970px) {
	#index_dis_list li {
		width: 50%;
		height: 280px;
	}
}

/* スマホ表示 (1カラム) */
@media screen and (max-width: 550px) {
	#index_dis_list li {
		width: 100%;
		height: 250px;
	}

	#index_dis_list .title {
		font-size: 20px;
	}
}


















/* --- Footer --- */
#footer_wrapper {
	background: #f5f7f6;
	padding: 50px 0px 0;
}

#footer_top_inner {
	display: flex;
	flex-direction: column;
	/* この行を追加 */
	justify-content: center;
	/* 垂直方向の中央揃え */
	align-items: center;
	/* 水平方向の中央揃え */
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}

#footer_logo {
	text-align: center;
	line-height: 1.8;
}

#footer_logo .logo img {
	height: 50px;
	margin-bottom: 15px;
}

#footer_bottom {
	padding: 20px 0;
}

#footer_menu_bottom .menu {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}


@media screen and (max-width: 970px) {
	#footer_menu_bottom .menu {
		/* display: flex; */
		/* justify-content: center; */
		/* flex-wrap: wrap; */
		flex-direction: column;
		align-items: center;
	}
}

@media screen and (max-width: 970px) {
	#footer_menu_bottom .menu .menu-item {
		margin-bottom: 10px;
	}
}



#footer_menu_bottom .menu li a {
	padding: 5px 15px;
	color: #333;
}

#copyright {
	background: #222;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	font-size: 12px;
}

#copyright a {
	color: #fff;
}

#return_top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: none;
}

#return_top.active {
	display: block;
}

#return_top a {
	background: #EF5F08;
	color: #fff;
	width: 50px;
	height: 50px;
	display: block;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
}



.fb-page {
	width: 320px !important;

	margin: 20px;
}

.fb-page span {
	margin: 0 auto;
}





/* --- Slick Slider --- */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}


/* --- Smartphone Footer Bar --- */
/*
  注: このCSSは design_plus というアイコンフォントを ../okazuya/fonts/ ディレクトリから読み込もうとします。
  フォントファイルがない場合、アイコンは表示されません。
*/
@font-face {
	font-family: 'design_plus';
	src: url('../okazuya/fonts/design_plus.eot?v=1.3');
	src: url('../okazuya/fonts/design_plus.eot?v=1.3#iefix') format('embedded-opentype'),
		url('../okazuya/fonts/design_plus.woff?v=1.3') format('woff'),
		url('../okazuya/fonts/design_plus.ttf?v=1.3') format('truetype'),
		url('../okazuya/fonts/design_plus.svg?v=1.3#design_plus') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icon-file-text:before {
	content: "\f15c";
}

.icon-share-alt:before {
	content: "\f1e0";
}

.icon-phone:before {
	content: "\f095";
}

.icon-envelope:before {
	content: "\f0e0";
}

.icon-tag:before {
	content: "\f02b";
}

.icon-pencil:before {
	content: "\f040";
}

.icon-close:before {
	content: "\e91a";
}

.dp-footer-bar {
	background: #ffffff;
	border-top: 1px solid #ddd;
	display: flex;
	flex-wrap: wrap;
	font-size: 10px;
	position: fixed;
	bottom: 0;
	table-layout: fixed;
	text-align: center;
	width: 100%;
	z-index: 9998;
}

.dp-footer-bar a {
	display: block;
	padding: 20px 0;
}

.dp-footer-bar-item {
	flex: 1;
}

.dp-footer-bar-item+.dp-footer-bar-item {
	border-left: 1px solid #ddd;
}

.dp-footer-bar-item:only-child .dp-footer-bar-icon {
	display: block;
	position: relative;
	font-size: 14px;
}

.dp-footer-bar-item:only-child .dp-footer-bar-icon:before {
	position: absolute;
	right: 15px;
}

.dp-footer-bar-icon:before {
	display: block;
	font-family: "design_plus";
	font-size: 16px;
	margin-bottom: .5em;
}

.modal-overlay {
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.modal-content {
	margin: auto;
	position: fixed;
	bottom: 20%;
	left: 0;
	right: 0;
	width: 209px;
	z-index: 9999;
}

.modal-close:before {
	color: #fff;
	font-size: 32px;
	position: absolute;
	bottom: 20%;
	right: 0;
	text-align: center;
	width: 50px;
}

.share {
	text-align: center;
}

.share-button {
	float: left;
	vertical-align: center;
	width: 50px;
	height: 50px;
}

.share-button--rounded-square {
	border-radius: 2px;
	overflow: hidden;
}

.share-button+.share-button {
	margin-left: 3px;
}

.share-button a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.share-button a img {
	width: 100%;
	height: auto;
}


/* --- Responsive Styles (max-width: 970px) --- */
@media screen and (max-width: 1130px) {
	body {
		min-width: 0;
	}

	#global_menu .menu>li>a {

		padding: 7px 25px;
		color: #000;

	}




	body:not(.home) #main_contents {}

	/* Layout */
	#header {
		height: 55px;
	}

	#header_inner {
		width: 100%;
		height: 55px;
		position: relative;
	}

	#main_contents {
		width: auto;
		margin: 0 auto;
		padding: 55px 0 0 0;
	}

	#main_col {
		padding: 30px 20px;
	}

	/* Top Page */
	.home #top {
		height: 100vh;
	}

	.index_content1 {
		padding: 25px 0 50px;
	}

.index_content_header2, .index_content_header3{
		width: 90%;
		margin: 0 auto;
		}

	.index_content_header3 .headline {
		font-size: 28px;
		text-align: center;
	}

	.index_content_header3 .desc {
		font-size: 14px;
		text-align: left;
	}

	#index_dis_list {
		margin: 0 10px 0 20px;
		display: flex;
		flex-direction: column;
	}

	#index_dis_list li {
		width: calc(50% - 10px);
		/* margin: 0 10px 10px 0; */
		margin: 0 0px 0px 0;
	}

	#index_dis_list li:nth-child(2n) {
		/* margin: 0 0 10px 0; */
		margin: 0 0 0px 0;
	}

	#index_dis_list li .caption {
		opacity: 1;
		position: absolute;
		width: 100%;
		padding: 15px;
		top: auto;
		bottom: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.4);
		color: #fff;
		transform: none;
		transition: none;
	}

	#index_dis_list li .title {
		font-size: 24px;
	}

	#index_news {
		padding-bottom: 40px;
	}

	#index_news_list {
		margin: 0 20px;
	}

	#index_news_list li {
		width: 100%;
		padding: 15px;
	}

	#index_news_list li .date {
		float: none;
		width: auto;
		font-size: 11px;
		margin: 0 0 5px 0;
	}

	#index_news_list li .title {
		float: none;
		width: auto;
		display: block;
		font-size: 14px;
	}

	/* Header */
	/* a.menu_button {
		position: absolute;
		right: 0px;
		top: 0;
		z-index: 9;
		display: inline-block;
		font-size: 11px;
		color: #333;
		width: 56px;
		height: 55px;
		line-height: 56px;
		text-decoration: none;
	} 

	a.menu_button span {
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		display: block;
	}

	a.menu_button:before {
		font-family: 'design_plus';
		color: #000;
		display: block;
		position: absolute;
		top: 17px;
		left: 20px;
		font-size: 18px;
		width: 24px;
		height: 24px;
		line-height: 24px;
		content: '\f0c9';
	}*/

	/* #global_menu {
		display: none;
		clear: both;
		width: 100%;
		margin: 0;
		top: 55px;
		position: absolute;
		z-index: 9;
		box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1);
	}

	#global_menu ul {
		flex-direction: column;
	}

	#global_menu a {
		display: block;
		padding: 0px 15px;
		height: 50px;
		line-height: 50px;
		color: #fff;
		background: #333;
		font-size: 13px;
		border-bottom: 1px solid #444;
	} */

	#logo_image {
		margin: 0 0 0 15px;
		float: left;
		width: calc(100% - 90px);
	}

	#logo_image h1 {
		height: 55px;
		line-height: 56px;
	}

	/* Footer */
	#footer_top_inner {
		flex-direction: column;
		gap: 30px;
	}

	@media screen and (max-width:550px) {
		#index_dis_list {
			margin: 0;
		}

		#index_dis_list li {
			float: none;
			width: auto;
			position: relative;
			margin: 0 20px 5px !important;
		}
	}
}



/* --- News List Page (お知らせ一覧) --- */

#main_contents {
	padding: 0;
}

#bread_crumb {
	background: #333;
	height: 60px;
	line-height: 60px;
	color: #fff;
}

#bread_crumb ul {
	width: 1200px;
	margin: 0 auto;
	font-size: 12px;
}

#bread_crumb li {
	display: inline;
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
	position: relative;
}

#bread_crumb li.home {
	padding-left: 0;
	margin-left: 0;
}

#bread_crumb li:not(.home)::before {
	font-family: 'design_plus';
	/* アイコンフォントを指定 */
	content: '\e910';
	/* 右矢印アイコン */
	font-size: 9px;
	display: block;
	position: absolute;
	left: -3px;
	top: -20px;
	height: 100%;
}

@media screen and (max-width: 970px) {
	#bread_crumb li:not(.home)::before {
		/* font-family: 'design_plus'; */
		/* content: '\e910'; */
		/* font-size: 9px; */
		/* display: block; */
		/* position: absolute; */
		/* left: -3px; */
		top: -10px;
		/* height: 100%; */
	}
}


#bread_crumb a {
	color: #fff;
}

#main_col {
	width: 1200px;
	margin: 70px auto 100px;
	padding: 0 30px;
	box-sizing: border-box;
}

#news_list_archive {
	list-style: none;
	margin: 0;
	padding: 0;
}

#news_list_archive li {
	background: #fbfbfb;
	border: 1px solid #eee;
	margin-bottom: 30px;
	padding: 30px;
}

#news_list_archive .content {
	width: 100%;
}

#news_list_archive .date {
	font-family: Arial, sans-serif;
	padding: 0;
	position: relative;
	font-size: 14px;
	color: #666;
}

#news_list_archive .title {
	line-height: 1.6;
	margin: 15px 0 0 0;
	display: block;
	font-size: 20px;
}

#news_list_archive .title a {
	color: #333;
	text-decoration: none;
}

#news_list_archive .title a:hover {
	color: #EF5F08;
}

#previous_next_page {
	text-align: center;
	padding: 20px 0 0;
}

#previous_next_page a {
	background: #ccc;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	position: relative;
	margin: 0 5px;
}

#previous_next_page a:hover {
	background-color: #EF5F08;
}

#previous_next_page a.next::after {
	font-family: 'design_plus';
	content: '\e910';
	padding-left: 10px;
}

#previous_next_page a.prev::before {
	font-family: 'design_plus';
	content: '\e90f';
	padding-right: 10px;
}

/* --- Responsive for News List (お知らせ一覧) --- */
@media screen and (max-width: 1200px) {

	#main_col,
	#bread_crumb ul {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 970px) {
	#main_col {
		margin: 30px auto 50px;
		padding: 0 20px;
	}

	#bread_crumb {
		height: 40px;
		line-height: 40px;
	}

	#news_list_archive li {
		padding: 20px;
	}

	#news_list_archive .title {
		font-size: 16px;
	}
}



/* --- Custom Header Dropdown Menu --- */
#global_menu .menu-item {
	position: relative;
}

/* サブメニューの初期状態（非表示） */
#global_menu .sub-menu {
	position: absolute;
	top: 210%;
	left: 0;
	background-color: #333;
	list-style: none;
	padding: 0;
	margin: 0;
	min-width: 200px;
	z-index: 100;
	/* border-top: 0px solid #333; */

	/* ▼▼▼ 高さアニメーション用の設定 ▼▼▼ */
	max-height: 0;
	/* ①高さをゼロにして折りたたむ */
	overflow: hidden;
	/* ②はみ出した内容を隠す */
	transition: max-height 0.5s ease-out;
	/* ③0.4秒かけて高さを変化させる */
}

/* 親メニューにカーソルが乗った時のサブメニューの状態 */
#global_menu .menu-item:hover>.sub-menu {
	/* ▼▼▼ 高さアニメーション用の設定 ▼▼▼ */
	/* border-top: 1px solid #333; */
	max-height: 500px;
	/* ①メニューが収まる十分な高さを指定して広げる */
}

#global_menu .sub-menu li {
	width: 100%;
}

#global_menu .sub-menu a {
	padding: 10px 25px;
	display: block;
	color: #fff;
	white-space: nowrap;
	/* border-bottom: 1px solid #333; */
	/* メニュー項目の区切り線 */
}

#global_menu .sub-menu a:hover {
	background-color: #EF5F08;
	color: #fff;
	/* ホバー時の背景色 */
}
















/* style.cssに記述されているコードの抜粋 */

/* ----------------------------------------------------------------------
 特別ページ
---------------------------------------------------------------------- */
/* ヘッダー画像 */
#header_image {
	width: 100%;
	min-width: 1200px;
	height: auto;
	position: relative;
}

@media screen and (max-width: 1200px) {
	#header_image {
		min-width: 0;
	}
}



#header_image .image img {
	width: 100%;
	height: auto;
	display: block;
}

#header_image .caption {
	position: absolute;
	padding: 0 150px;
	text-decoration: none;
	color: #fff;
	display: block;
	width: 100%;
	text-align: center;
	top: 50%;
	left: 0;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 970px) {
	#header_image .caption {
		padding: 0;
	}
}


/* 詳細ページタイトル */
#dis_single_title {
	margin: -20px 0 20px 0;
}

#dis_single_title .title {
	font-size: 50px;
	float: left;
	line-height: 160%;
}

@media screen and (max-width: 425px) {
	#dis_single_title .title {
		font-size: 10vw;
		/* float: left; */
		/* line-height: 160%; */
	}
}

#dis_single_title .desc {
	font-size: 18px;
	line-height: 180%;
	margin: 25px 0 0 30px;
	float: left;
}

@media screen and (max-width: 425px) {
	#dis_single_title .desc {
		/* font-size: 18px; */
		/* line-height: 180%; */
		margin: 25px 0 0 0;
		/* float: left; */
	}
}

/* タブ */
#single_tab {
	margin: 0;
	padding: 30px 0 0 0;
	position: relative;
	z-index: 2;
	bottom: -1px;
	clear: both;
}

#single_tab li {
	float: left;
	list-style-type: none;
	margin: 0 -1px 0 0;
	padding: 0;
}

#single_tab li a {
	display: block;
	border: 1px solid #ccc;
	padding: 0 50px;
	height: 50px;
	line-height: 50px;
	background: #fbfbfb;
	text-decoration: none;
	color: #333;
}

#single_tab li a.active,
#single_tab li a.active:hover {
	border-bottom: 1px solid #fff;
	background: #fff;
}

#single_tab li a:hover {
	background: #eee;
}

#single_tab_contents {
	border: 1px solid #ccc;
	z-index: 1;
	padding: 55px 80px 35px;
	box-sizing: border-box;
}


@media screen and (max-width: 425px) {
	#single_tab_contents {
		/* border: 1px solid #ccc; */
		/* z-index: 1; */
		padding: 5vw;
		/* box-sizing: border-box; */
	}

}

#single_tab_contents .headline {
	font-size: 30px;
	margin: 0 0 30px 0;
}

/* ----------------------------------------------------------------------
 TCD Advanced Style - カラムレイアウト
---------------------------------------------------------------------- */
.post_content .post_row {
	margin-left: -15px;
	margin-right: -15px;
	line-height: 2;
}

@media screen and (max-width: 425px) {
	.post_content .post_row {
		/* margin-left: -15px; */
		/* margin-right: -15px; */
		/* line-height: 2; */
		padding: 5vw;
	}

}

.post_content .post_col-3 {
	position: relative;
	min-height: 1px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	box-sizing: border-box;
	margin-bottom: 2em;
}

@media screen and (min-width: 768px) {
	.post_content .post_col-3 {
		width: 33.33333%;
	}
}

.post_content .post_row:after {
	content: " ";
	display: table;
	clear: both;
}

/* ----------------------------------------------------------------------
 flame - 囲み枠
---------------------------------------------------------------------- */
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* ----------------------------------------------------------------------
 button - CSSボタンのスタイル
---------------------------------------------------------------------- */
.q_button {
	min-width: 200px;
	max-width: 90%;
	background-color: #535353;
	display: inline-block;
	vertical-align: middle;
	padding: .6em 1.3em .5em;
	font-weight: 400;
	font-size: 100%;
	color: #fff !important;
	/* margin: 0; */
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	transition: all 0.3s ease-in-out 0s;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
	margin-top: 0 15px 0;
}










/* ニュー詳細リストを表示しているページの改行設定 */

.your-menu-name-class {
	white-space: pre-wrap;
	/* 改行をそのまま表示する */
	text-align: center;
	/* テキストを中央揃えにする */
}











/* ----------------------------------------------------------------------
 トップページ追加スタイル
---------------------------------------------------------------------- */

/* ヒーロー画像下のヘッダーメニュー */
.home #header {
	position: relative;
	/* 固定を解除 */
	min-width: 0;
}

.home #header_inner {
	min-width: 0;
}

/* 「おかずやのメニュー」一覧 */
#index_dis {
	padding-bottom: 50px;
}

#index_dis_list {
	margin: 0 10px 0 20px;
	padding-top: 40px;
}

#index_dis_list li {
	width: calc(50% - 10px);
	/* margin: 0 10px 10px 0; */
	margin: 0 0px 0px 0;
	position: relative;
	overflow: hidden;
}

#index_dis_list li:nth-child(2n) {
	margin-right: 0;
	margin-left: 0;
}

#index_dis_list li .image img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: scale(1);
	transform: scale(1);
}

#index_dis_list li:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

#index_dis_list li .caption {
	opacity: 1;
	position: absolute;
	width: 100%;
	padding: 15px;
	top: auto;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	-webkit-transform: none;
	transform: none;
	-webkit-transition: none;
	transition: none;
	box-sizing: border-box;
}

#index_dis_list li .title {
	font-size: 24px;
	margin: 0;
	line-height: 150%;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

#index_dis_list li .desc p {
	font-size: 14px;
	margin: 5px 0 0;
	line-height: 160%;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* レスポンシブ対応 */
@media screen and (max-width: 550px) {
	#index_dis_list {
		margin: 0;
		padding-top: 20px;
	}

	#index_dis_list li {
		float: none;
		width: auto;
		position: relative;
		margin: 0 20px 15px !important;
	}

	#index_dis_list li .title {
		font-size: 18px;
	}
}





/* ----------------------------------------------------------------------
 メニュー一覧ページ追加スタイル
---------------------------------------------------------------------- */

#dis_list_archive {
	min-width: 0;
	overflow: hidden;
}

#dis_list_archive li {
	width: 100%;
	position: relative;
	margin: 0 0 5px 0;
}

#dis_list_archive .image {
	width: 100%;
	background: #000;
	display: block;
}

#dis_list_archive .image img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

#dis_list_archive li:hover .image img {
	opacity: 0.5;
}

#dis_list_archive .caption {
	position: absolute;
	padding: 0 50px;
	text-decoration: none;
	color: #fff;
	display: block;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: opacity 0.5s linear 0.5s;
	transition: opacity 0.5s linear 0.5s;
}

#dis_list_archive .title {
	font-size: 40px;
	margin: 0 0 5px 0;
}

#dis_list_archive .desc {
	font-size: 14px;
	margin: 0;
}

#dis_list_archive .desc p {
	font-size: 18px;
	line-height: 250%;
}

/* アニメーション用 */
#dis_list_archive .animation_element {
	opacity: 0;
	transform: translate(0, 50px);
	-webkit-transform: translate(0, 50px);
	transition: opacity 0.5s, transform 0.5s;
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
}

#dis_list_archive .animation_element.active {
	opacity: 1;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}

/* レスポンシブ対応 */
@media screen and (max-width: 485px) {
	#dis_list_archive .title {
		font-size: 24px !important;
		margin: 0 0 10px 0;
	}

	#dis_list_archive .desc p {
		font-size: 12px !important;
	}

	#dis_list_archive .caption {
		padding: 0 20px;
	}
}



/*
 * ----------------------------------------------------------------------
 * トップページコンテンツの表示を強制する修正
 * ----------------------------------------------------------------------
 */
@media screen and (min-width: 768px) {

	.home #index_news,
	.home #index_dis {
		display: block !important;
	}
}






/*
 * ----------------------------------------------------------------------
 * ローディングアニメーション用スタイル
 * ----------------------------------------------------------------------
 */

/* ローディング画面の基本スタイル */
#loading-screen {
	position: fixed;
	/* 画面に固定 */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	/* 背景を白に */
	z-index: 99999;
	/* 常に最前面に表示 */
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	transition: opacity 0.8s ease, visibility 0.8s ease;
	/* フェードアウトのアニメーション */
}

/* ローディング完了時のスタイル */
#loading-screen.loaded {
	opacity: 0;
	visibility: hidden;
	/* 透明になった後、要素をクリックできないようにする */
}

/* スピナー（くるくる回るアニメーション）のスタイル */
.spinner {
	width: 50px;
	height: 50px;
	border: 4px solid #f3f3f3;
	/* スピナーの薄い円 */
	border-top: 4px solid #EF5F08;
	/* スピナーの濃い青色の部分 */
	border-radius: 50%;
	animation: spin 1s linear infinite;
	/* 1秒間で1回転するアニメーション */
}

/* スピナーの回転アニメーションを定義 */
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* サイトコンテンツの初期状態（非表示）とフェードイン設定 */
#site_wrap {
	opacity: 0;
	/* 初期状態では透明にする */
	transition: opacity 0.8s ease;
	/* 0.8秒かけてフェードイン */
}

/* ローディング完了後にサイトコンテンツを表示 */
body.page-loaded #site_wrap {
	opacity: 1;
}











/*
 * ----------------------------------------------------------------------
 * トップページ スティッキーヘッダー用スタイル
 * ----------------------------------------------------------------------
 */

/* ヘッダーが固定される際のスタイルを定義するクラス */
.sticky-header {
	position: fixed !important;
	/* 画面上部に固定 */
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	min-width: 0;
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	/* 影をつけて浮いているように見せる */
	z-index: 999;
	/* アニメーションで上からスライドイン */
	transform: translateY(-100%);
	animation: slideDown 0.4s ease-out forwards;
}

/* スライドインのアニメーション定義 */
@keyframes slideDown {
	from {
		transform: translateY(-100%);
	}

	to {
		transform: translateY(0);
	}
}

/* ヘッダーの高さ分の隙間を確保するプレースホルダー */
#header-placeholder {
	display: none;
	/* 初期状態では非表示 */
}












/*
 * ----------------------------------------------------------------------
 * お知らせ詳細ページ (single-news) 用スタイル
 * ----------------------------------------------------------------------
 */

/* 全体のレイアウト調整 */
.single-news #main_col {
	width: 1200px;
	/* テーマの基本幅に合わせる */
	padding: 0 30px;
}



@media screen and (max-width: 1130px) {
	.single-news #main_col {
		width: 95%;
		padding: 0;
	}
}

.single-news #left_col {
	width: 100%;
	/* サイドバーがないのでメインカラムを100%に */
	float: none;
}

.single-news #article {
	padding-bottom: 30px;
}

/* 日付 */
.single-news #post_meta_top {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
	overflow: hidden;
}

.single-news #post_meta_top .date {
	padding: 8px 0;
	font-size: 14px;
	color: #666;
	float: left;
}

/* 記事タイトル */
.single-news #post_title {
	clear: both;
	margin: 10px 0 30px;
	font-size: 30px !important;
	line-height: 1.4;
}

/* 前後の記事へのリンク */
.single-news #previous_next_post {
	margin-top: 25px;
}

.single-news #previous_next_post .prev_post,
.single-news #previous_next_post .next_post {
	width: 49%;
}

@media screen and (max-width: 1130px) {
.single-news #previous_next_post .prev_post,
.single-news #previous_next_post .next_post {
	width: 100%;
}
}

.single-news #previous_next_post a {
	height: auto;
	min-height: 110px;
	padding: 15px;
}

.single-news #previous_next_post img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	margin: 0 15px 0 0;
}

.single-news #previous_next_post .title {
	max-height: none;
	overflow: visible;
	padding: 0;
	line-height: 1.6;
	font-size: 13px;
}

.single-news #previous_next_post .label {
	display: block;
	margin: 0 0 10px 0;
	width: auto;
	text-align: left;
	background: none;
	color: #333;
	font-weight: bold;
	padding: 0;
	font-size: 12px;
}

.single-news #previous_next_post .label:before {
	display: none;
	/* アイコンは非表示 */
}





/*
 * ----------------------------------------------------------------------
 * お知らせ詳細ページ (single-news) 用スタイル
 * ----------------------------------------------------------------------
 */

/* 全体のレイアウト調整 */
.single-news #main_col {
	width: 1200px;
	/* テーマの基本幅に合わせる */
	padding: 0 30px;
}


@media screen and (max-width: 1130px) {
	.single-news #main_col {
		width: 95%;
		padding: 0;
	}
}

.single-news #left_col {
	width: 100%;
	/* サイドバーがないのでメインカラムを100%に */
	float: none;
}

.single-news #article {
	padding-bottom: 30px;
}

/* 日付 */
.single-news #post_meta_top {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
	overflow: hidden;
}

.single-news #post_meta_top .date {
	padding: 8px 0;
	font-size: 14px;
	color: #666;
	float: left;
}

/* 記事タイトル */
.single-news #post_title {
	clear: both;
	margin: 10px 0 30px;
	font-size: 30px !important;
	line-height: 1.4;
}

/* 前後の記事へのリンク */
.single-news #previous_next_post {
	margin-top: 25px;
}

.single-news #previous_next_post .prev_post,
.single-news #previous_next_post .next_post {
	width: 49%;
}


@media screen and (max-width: 1130px) {
.single-news #previous_next_post .prev_post,
.single-news #previous_next_post .next_post {
	width: 100%;
}
}

.single-news #previous_next_post a {
	height: auto;
	min-height: 110px;
	padding: 15px;
}

.single-news #previous_next_post img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	margin: 0 15px 0 0;
}

.single-news #previous_next_post .title {
	max-height: none;
	overflow: visible;
	padding: 0;
	line-height: 1.6;
	font-size: 13px;
}

.single-news #previous_next_post .label {
	display: block;
	margin: 0 0 10px 0;
	width: auto;
	text-align: left;
	background: none;
	color: #333;
	font-weight: bold;
	padding: 0;
	font-size: 12px;
}

.single-news #previous_next_post .label:before {
	display: none;
	/* アイコンは非表示 */
}







/*
 * ----------------------------------------------------------------------
 * パンくずリストのアイコン化と区切り文字の修正
 * ----------------------------------------------------------------------
 */

/* ホームアイコンのスタイル調整 */
#bread_crumb li.home a {
	display: inline-block;
	vertical-align: middle;
	line-height: 60px;
	/* #bread_crumb の高さに合わせる */
}

@media screen and (max-width: 970px) {
	#bread_crumb li.home a {
		/* display: inline-block; */
		/* vertical-align: middle; */
		line-height: 30px;
		/* #bread_crumb の高さに合わせる */
	}
}


#bread_crumb li.home .home_icon {
	height: 15px;
	/* アイコンの高さを指定 */
	width: auto;
	vertical-align: middle;
	position: relative;
	top: -2px;
	/* 位置の微調整 */
}

/* 既存のホームアイコン用テキスト（:before）を非表示に */
#bread_crumb li.home a:before {
	display: none;
}

/* 最後の項目の区切り文字「>」を非表示に */
#bread_crumb li.last:after {
	display: none;
}

/* アクセシビリティ用のテキストを画面上から隠す */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}



/*
 * ----------------------------------------------------------------------
 * トップページ Start content ボタンのスタイル
 * ----------------------------------------------------------------------
 */

/* リンクを円形にする（ご提示いただいたCSS） */
#header_logo_index .link {
	position: relative;
	display: block;
	height: 60px;
	width: 60px;
	border-radius: 100%;
	margin: 20px auto 0;
	text-decoration: none;
	background: #fff;
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}

/* "Start content" の文字を非表示にする */
#header_logo_index .link span {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

/* :before擬似要素を使って下向き矢印アイコンを表示 */
#header_logo_index .link:before {
	font-family: 'design_plus';
	/* テーマのアイコンフォントを指定 */
	content: '\e90e';
	/* 下向き矢印のアイコンコード */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 23px;
	left: 21px;
	color: #333;
	font-size: 18px;
	display: block;
	transition: color 0.3s ease-in-out;
}

/* マウスオーバー時のスタイル */
#header_logo_index .link:hover {
	background: #000;
	/* 背景色を黒に */
}

#header_logo_index .link:hover:before {
	color: #fff;
	/* アイコンの色を白に */
}






/*----------------------------------------------------
 店舗情報ページ
----------------------------------------------------*/
#store_info #main_col {
	padding: 0;
}

.page_header {
	background: #f8f8f8;
	padding: 30px 30px 25px;
	border-bottom: 1px solid #e0e0e0;
}

.page_header .title {
	font-size: 26px;
	font-weight: 700;
	color: #333;
	line-height: 1.4;
}

.info_table_wrap {
	padding: 40px 30px;
}

.info_table {
	width: 100%;
	border-top: 1px solid #e0e0e0;
}

.info_table th,
.info_table td {
	padding: 20px 15px;
	border-bottom: 1px solid #e0e0e0;
	vertical-align: middle;
}

.info_table th {
	width: 25%;
	font-weight: 700;
	background: #f8f8f8;
	text-align: left;
}

.info_table td {
	width: 75%;
}

.info_table td p {
	margin-bottom: 10px;
}

.info_table td p:last-child {
	margin-bottom: 0;
}

.info_map {
	margin-top: 20px;
}

.info_map iframe {
	width: 100%;
	height: 450px;
	border: 0;
}


/*----------------------------------------------------
 レスポンシブ（767px以下）
----------------------------------------------------*/
@media (max-width: 767px) {
	.page_header {
		padding: 20px 15px;
	}

	.page_header .title {
		font-size: 20px;
	}

	.info_table_wrap {
		padding: 30px 15px;
	}

	.info_table,
	.info_table tbody,
	.info_table tr,
	.info_table th,
	.info_table td {
		display: block;
		width: 100% !important;
		box-sizing: border-box;
	}

	.info_table th {
		border-bottom: none;
		padding-bottom: 10px;
	}

	.info_table td {
		padding-top: 0;
	}

	.info_map iframe {
		height: 300px;
	}
}




/* ▼▼▼【追加】ヘッダーによるコンテンツの隠れを防止 ▼▼▼ */
body:not(.home) #main_contents {
	padding-top: 70px;
	/* ヘッダーの高さ分を確保（80pxで調整） */
}

/* ▼▼▼【追加】固定ページでバナー画像に表示するタイトルのスタイル ▼▼▼ */
#header_image .caption .title {
	font-size: 50px;
	color: #FFFFFF;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7);
}

/* ▲▲▲ 追加ここまで ▲▲▲ */



/* ▼▼▼【追加】ヘッダーによるコンテンツの隠れを防止 ▼▼▼ */
body:not(.home) #main_contents {
	padding-top: 70px;
	/* ヘッダーの高さ分を確保 */
}

/* ▼▼▼【追加】バナー画像がない場合のヘッダースタイル ▼▼▼ */
#header_image.no_image {
	background-color: #000;
	height: 220px;
	min-width: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

#header_image .caption .title {
	font-size: 42px;
	color: #FFFFFF;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7);
}

/* レスポンシブ対応 */
@media screen and (max-width: 970px) {
	body:not(.home) #main_contents {
		padding-top: 55px;
		/* スマホでのヘッダー高さ */
	}

	#header_image.no_image {
		height: 150px;
	}

	#header_image .caption .title {
		font-size: 28px;
	}
}

@media screen and (max-width: 425px) {
	#header_image .caption .title {
		font-size: 6vw;
	}
}

/* ▲▲▲ 追加ここまで ▲▲▲ */





/* =============================================================================
 * ▼▼▼【追加】ブロックエディタ用スタイル調整 ▼▼▼
 * ============================================================================= */

/* 見出し (h2) のスタイル */
.post_content h2.wp-block-heading {
	font-size: 22px;
	font-weight: bold;
	margin-top: 2.5em;
	margin-bottom: 1.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #ddd;
	line-height: 1.6;
}

/* テーブル全体のスタイル */
.post_content .wp-block-table {
	margin-bottom: 2em;
}

.post_content .wp-block-table table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #e0e0e0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* テーブルヘッダー (thead) */
.post_content .wp-block-table thead {
	background-color: #f8f8f8;
}

.post_content .wp-block-table th {
	padding: 12px 15px;
	text-align: left;
	font-weight: bold;
	border-bottom: 2px solid #e0e0e0;
}

/* テーブルボディ (tbody) */
.post_content .wp-block-table tbody td {
	padding: 12px 15px;
	border-bottom: 1px solid #e0e0e0;
	vertical-align: top;
	line-height: 1.8;
}

.post_content .wp-block-table tbody tr:last-child td {
	border-bottom: none;
}

/* 区切り線 */
.post_content hr.wp-block-separator {
	margin-top: 2.5em;
	margin-bottom: 2.5em;
	border: none;
	border-top: 1px solid #ddd;
	background: transparent;
	height: 1px;
}

.q_button {
	min-width: 200px;
	max-width: 90%;
	background-color: #535353;
	display: inline-block;
	vertical-align: middle;
	padding: .6em 1.3em .5em;
	font-weight: 400;
	font-size: 100%;
	color: #fff !important;
	margin: 0;
	text-decoration: none;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.3s ease-in-out 0s;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
}

.rounded {
	border-radius: 6px;
}


.post_content th {
	background: #ddd;
	font-weight: normal;
}

.post_content td,
.post_content th {
	border: 1px solid #bbb;
	padding: 10px 15px 7px;
	line-height: 2.2;
	background: #fff;
}


.post_content table {
	margin: 0 0 24px 0;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}


thead {
	display: table-header-group;
	vertical-align: middle;
	unicode-bidi: isolate;
	border-color: inherit;
}


.wp-block-table thead {
	border-bottom: none;
}

.wp-block-table thead th {
	background: #ddd;
	font-weight: normal;
	text-align: center !important;
}




/* =============================================================================
 * ▼▼▼【修正】お知らせ一覧ページのレイアウト（画像表示の調整） ▼▼▼
 * ============================================================================= */

/* li を枠線と背景を持つ外側の箱として設定 */
#news_list_archive li {
	background: #fbfbfb;
	border: 1px solid #eee;
	margin-bottom: 30px;
	/* お知らせ間のスペース */
	padding: 0;
	list-style: none;
	overflow: hidden;
	/* liからはみ出た要素を隠す */
}

/* aタグをFlexboxコンテナにして、内部のレイアウトを制御 */
#news_list_archive li a {
	display: flex;
	align-items: stretch;
	/* 左右のdivの高さを揃える */
	text-decoration: none;
	color: #333;
	transition: background-color 0.2s ease;
}

#news_list_archive li a:hover {
	background-color: #f2f2f2;
}

/* 左側のdiv（テキスト）のスタイル */
#news_list_archive .news-item-left {
	flex: 1;
	padding: 20px;
	box-sizing: border-box;
}

#news_list_archive .date {
	font-size: 13px;
	color: #777;
	margin: 0 0 10px 0;
}

#news_list_archive .title {
	font-size: 18px;
	line-height: 1.6;
	margin: 0;
	font-weight: bold;
}

/* 右側のdiv（画像コンテナ）のスタイル */
#news_list_archive .news-item-right {
	width: 150px;
	flex-shrink: 0;
	padding: 0;
	/* paddingを削除 */
	background-color: #e0e0e0;
	/* 画像読み込み中の背景色 */
}

/* 画像自体のスタイル */
#news_list_archive .news-item-right img {
	width: 100%;
	height: 100%;
	/* コンテナの高さに合わせる */
	object-fit: cover;
	/* 画像の比率を保ったままコンテナを埋める */
	display: block;
}

/* 画像がない場合 */
#news_list_archive li.no-image .news-item-left {
	width: 100%;
}

/* レスポンシブ対応 (スマホ表示) */
@media screen and (max-width: 767px) {
	#news_list_archive li a {
		flex-direction: column-reverse;
		/* 画像を上に配置 */
	}

	#news_list_archive .news-item-right {
		width: 100%;
		height: 180px;
		/* スマホでは高さを固定 */
		margin-bottom: 15px;
	}

	#news_list_archive .news-item-left {
		padding-top: 5px;
		/* スマホでのテキスト上の余白を調整 */
	}

	#news_list_archive .title {
		font-size: 16px;
	}
}



/* =============================================================================
 * ▼▼▼【修正】SP用ハンバーガーメニュー（右スライドイン版）▼▼▼
 * ============================================================================= */

/* --- メニューボタン（三本線）のスタイル --- */
.menu-button {
	display: none;
	/* PCでは非表示 */
	position: absolute;
	top: 50%;
	right: 60px;
	transform: translateY(-50%);
	width: 30px;
	height: 22px;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	z-index: 1002;
	/* メニュー本体より手前に表示 */
}

.menu-button span,
.menu-button span:before,
.menu-button span:after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background-color: #333;
	position: absolute;
	left: 0;
	transition: all 0.3s ease;
}

.menu-button span {
	top: 10px;
}

.menu-button span:before {
	top: -8px;
}

.menu-button span:after {
	top: 8px;
}

/* --- メニューが開いた時のボタン（×印）のスタイル --- */
.menu-open .menu-button span {
	background-color: transparent;
	/* 真ん中の線を消す */
}

.menu-open .menu-button span:before {
	top: 0;
	transform: rotate(45deg);
}

.menu-open .menu-button span:after {
	top: 0;
	transform: rotate(-45deg);
}


/* --- SP時のメニュー画面（970px以下） --- */
@media screen and (max-width: 1130px) {

	/* ボタンを表示 */
	.menu-button {
		display: block;
	}

	/* PC用メニューを非表示に */
	#global_menu .menu {
		display: none;
	}

	/* --- オーバーレイのスタイル --- */
	#global_menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
		/* 背景を少し薄く */
		z-index: 1000;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.4s ease, visibility 0.4s ease;
	}

	/* --- メニューパネル本体のスタイル --- */
	#global_menu .menu {
		display: block;
		/* メニューリストを表示 */
		position: absolute;
		top: 0;
		right: 0;
		width: 280px;
		/* メニューの幅 */
		max-width: 80%;
		/* 画面幅の80%を上限に */
		height: 100%;
		background-color: #fff;
		/* メニュー自体の背景は白 */
		padding: 60px 0;
		box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
		transform: translateX(100%);
		/* 初期状態では右に隠す */
		transition: transform 0.4s ease;
		overflow-y: auto;
		/* メニュー項目が多い場合にスクロール */
	}

	/* --- メニューが開いた時のスタイル --- */
	.menu-open #global_menu {
		opacity: 1;
		visibility: visible;
	}

	.menu-open #global_menu .menu {
		transform: translateX(0);
		/* 右からスライドイン */
	}

	/* メニュー項目のスタイル */
	#global_menu .menu-item a {
		color: #333;
		/* 文字色を黒に */
		font-size: 16px;
		padding: 15px 25px;
		display: block;
		text-align: left;
	}

	#global_menu .menu-item a:hover {
		background-color: #f5f5f5;
	}

	/* サブメニューのスタイル */
	#global_menu .sub-menu {
		position: static;
		max-height: none;
		background: none;
		border: none;
		padding-left: 20px;
		/* インデント */
	}

	#global_menu .sub-menu a {
		font-size: 14px;
		color: #555;
		padding: 7px 25px;
	}
}

/* アニメーションの定義 */
@keyframes fadeIn {
	to {
		transform: translateY(0);
		opacity: 1;
	}
}



/* Facebookプラグインの幅をSP表示で調整 */
.fb-page {
	max-width: 100%;
	/* 親要素からはみ出ないようにするおまじない */
	width: 320px !important;
	/* 横幅を290pxに強制 */
	margin: 20px auto !important;
	/* 中央寄せと上下マージン */
}


/* Instagramアイコン */
    .ig_icon {
     display: block;
     width: 70px;
     height: auto;
     margin: 20px 0 10px;
    }