/*//////////////////////////////////////////////////////////////////
[ Table company ]*/

.wrap-table-company {
	overflow: auto;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

.table-company {
	border-collapse: collapse;
	width: 100%;
	min-width: 680px;
}

.table-company tr {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.table-company .column-1 {
	width: 133px;
	padding-left: 50px;
}

.table-company .column-2 {
	width: 220px;
	font-size: 15px;
}

.table-company .column-3 {
	width: 120px;
	font-size: 16px;
}

.table-company .column-4 {
	width: 145px;
	text-align: right;
}

.table-company .column-5 {
	width: 172px;
	padding-right: 50px;
	text-align: right;
	font-size: 16px;
}

.table-company .table_row {
	height: 185px;
}

.table-company .table_row td {
	padding-bottom: 20px;
}

.table-company .table_row td.column-1 {
	padding-bottom: 30px;
}

.table-company .table_head th {
	font-family: Poppins-Bold;
	font-size: ;
	color: #555;
	text-transform: uppercase;
	line-height: 1.6;
	padding-top: 15px;
	padding-bottom: 15px;
	background:#f7f7f7;
}

.table-company td {
	font-family: Poppins-Regular;
	color: #555;
	line-height: 1.6;
	padding:15px;
}


@media (max-width: 575px) {
	.table-company .column-1 {
		width: auto;
	}
	
	.table-company .column-2 {
		width: auto;
	}
	}
}


/*//////////////////////////////////////////////////////////////////
[ Privacy ]*/

div.privacy {
	margin-top:20px;
	margin-bottom:20px;
}

div.privacy h5 {
	margin-top:30px;
	margin-bottom:10px;
	color:#333;
	border-left:8px solid darkred;
	padding-left:10px;
}

div.privacy p {
	margin-bottom:10px;
}

div.privacy ul li {
	margin-bottom:10px;
}


/*//////////////////////////////////////////////////////////////////
[ アンカーリンク ]*/

html{
	scroll-behavior: smooth;
}

.smooth {
	scroll-behavior: smooth;
	
}
section.anchor {
	display: block;
	padding-top: 100px;
	margin-top: -100px;
}


/*//////////////////////////////////////////////////////////////////
[ タイトル ]*/

h3.title {
	position: relative;
}

h3.title:before {
	font-family: "Font Awesome 6 Free";
	content: '\f6d7';
	font-weight: bold;
	color:darkred;
}
	
h3.title:after {
	content: ""
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 7px;
	background: -webkit-repeating-linear-gradient(-45deg, #cc0d00, #cc0d00 2px, #fff 2px, #fff 4px);
	background: repeating-linear-gradient(-45deg, #ff5959, #ff5959 2px, #fff 2px, #fff 4px);
	}


h3.title1 {
	border-bottom: 3px solid rgba(92,0,0,0.5);
	border-right: 3px solid rgba(92,0,0,0.5);
	background:darkred;
	padding: 10px;
	border-radius:50px;
	color:#ffffff;
	padding-left:2rem;
}

h3.title2 {
	position: relative;
}

h3.title2:before {
	display: inline-block;
	content:url("../images/icons/meat_icon.svg");  /*画像のURL*/
	width: 36px;
	height: ;
	margin-right:10px;  /*画像右の余白*/
	position:relative;
	top:5px;      /*上からの位置*/
	left:0;       /*左からの位置*/</div>
}

h3.title2:after {
	content: ""
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 7px;
	background: -webkit-repeating-linear-gradient(-45deg, #cc0d00, #cc0d00 2px, #fff 2px, #fff 4px);
	background: repeating-linear-gradient(-45deg, #ff5959, #ff5959 2px, #fff 2px, #fff 4px);
}


h1.heading04 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 40px;
	text-align: center;
	font-weight:bold;
}

h1.heading04::before,
h1.heading04::after {
	content: '';
	width: 3px;
	height: 120px;
	background-color: #333;
}

h1.heading04::before {
	margin-right: 30px;
	transform: rotate(-35deg)
	}
	.heading04::after {
		margin-left: 30px;
		transform: rotate(35deg)
		}

/*//////////////////////////////////////////////////////////////////
[ font-weight ]*/

.light {
	font-weight:lighter;
}

.bold {
	font-weight:bold;
}

.storng {
	font-weight:900;
		}
		
		
/*//////////////////////////////////////////////////////////////////
[ 画像 ]*/
		
		.img-full {
			display:block;
			width:100%;
		}
		
/*------------------------------------------------------------------
	Gallery
-------------------------------------------------------------------*/
		
		.gallery-box{
			padding: 70px 0px;
		}
		.tz-gallery{
			margin-top: 30px;
		}
		.tz-gallery .lightbox img {
			width: 100%;
			margin-bottom: 30px;
			transition: 0.2s ease-in-out;
			box-shadow: 0 2px 3px rgba(0,0,0,0.2);
		}
		.tz-gallery .lightbox img:hover {
			transform: scale(1.05);
			box-shadow: 0 8px 15px rgba(0,0,0,0.3);
		}