html{
	font-family: "Roboto", "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: weight;
	font-style: normal;
	font-variation-settings:"wdth" 100;
	scroll-behavior: smooth;
}
body{
    background-color: #fff;
	color: #333;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
}
input, button, textarea, select {
	-webkit-appearance: none;
	appearance: none;
}

img {
	max-width: 1920px;
	width: 100%;
}

a {
	text-decoration: none;
	color: #333;
}

/* ==================================
全体ｃｓｓ
================================== */
.wrapper {
	background-color: var(--mainColor);
}

.wrap {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

:root {
	--mainColor : #fffbda;
	--subColor : #a33b2d;
	--subColor2 : #ed6c00;
}

.sp_br {
	display: none;
}
@media screen and (max-width:465px) {
	.sp_br {
		display: block;
	}
	.sp_br2 {
		display: none;
	}	
}

/* 波線 */
/* 境界波線 */
.svg-wave svg{
	display: block;
}
.up-wave{
	margin-bottom: 0!important;
}

.main_wrap {
	padding: 30px 0 100px;
	text-align: center;
}

/* ページトップに戻るボタン */
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px var(--subColor2);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid var(--subColor2);
    border-right: 3px solid var(--subColor2);
    transform: translateY(20%) rotate(-45deg);
}

/* 色付け */
.c_red {
	color: #ff0000;
}

/* =================================
ヘッダー
================================== */


/* =================================
フッター
================================== */
.footer{
    margin-top: auto;
	background-color: var(--subColor2);
}
.footer_inner {
	padding: 30px 0;
	color: #fff;
	text-align: center;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

.cont_footer {
	padding: 1em 10px;
	line-height: 1.8em;
	letter-spacing: 3px;
}
.cont_footer p {
	font-size: 14px;
}

/* =================================
メイン
================================== */

.main_wrap {
	padding: 0 0 50px;
	text-align: center;
}

.top_sp {
	display: none;
}
@media screen and (max-width:765px) {
	.top_pc {
		display: none;
	}
	.top_sp {
		display: block;
	}
}



/* ============================== */

.cont_explanation {
	padding: 100px 10px;
	margin: 0 auto;
}
.cont_explanation-inner {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	text-align: center;
}
.cont_explanation-inner h1 {
	font-size: clamp(25px, 3vw, 30px);
	line-height: .8em;
	color: var(--subColor2);
}

.cont_explanation-inner p {
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
	font-size: clamp(18px, 2vw, 20px);
	display: inline-block;
	text-align: left;
	padding: 1em 0 2em;
	letter-spacing: 1px;
}

.cont_explanation-inner a {
	font-size: clamp(20px, 2.5vw, 25px);
	background-color: var(--subColor2);
	color: #fff;
	padding: 10px 2em;
	border-radius: 100vh;
}
.cont_explanation-inner a::after {
	content: "\025b6";
	padding-left: 5px;
} 

@media screen and (max-width:765px) {
	.cont_explanation {
		padding: 50px 10px;
	}
	.cont_explanation-inner p {
		padding: 1em 0;
	}
	.cont_explanation-inner div {
		margin-top: 1em;
	}
}

/* ------------------------news */
.cont_news {
	/* margin: 50px auto 100px; */
	padding: 50px 0;
	background-color: #fff;
}
.cont_news-inner {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}
.cont_news-inner p.news_cap {
    font-size: clamp(18px, 1.25vw, 20px);
    padding-top: 1em;
    font-weight: 600;
}
.cont_news-inner h1 {
	font-size: clamp(25px, 3vw, 30px);
	line-height: .5em;
	color: var(--subColor2);
}
.cont_news-inner h1 span {
	font-size: 16px;
}

.news-list{
	list-style: none outside;
	margin: 2em 0;
	padding: 0;
}

.news-list .item a {
	display: flex;
	flex-wrap: wrap;
	flex-wrap: nowrap;
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid var(--subColor);
	padding: 30px 20px;
	text-align: left;
}
.news-list .item:first-child a{
	border-top: 1px solid var(--subColor);
}
.news-list .item .date{
	margin: 0;
	min-width: 120px;
	font-size: 16px;
	color: var(--subColor);
	padding: 0 20px 0 0;
}
.news-list .item .title{
	margin: 0;
	width: 100%;
}
.news-list .item a:hover .title{
	color: var(--subColor);
}

@media screen and (max-width: 767px){
	.news-list .item a{
		flex-wrap: wrap;
	}
	.news-list .item .date{
		min-width: 100px;
	}
	.news-list .item .title{
		margin-top: 10px;
		text-align: left;
	}
}

/* ============================== */

.cont_movie {
	margin: 100px auto;
}
.cont_movie-inner {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	text-align: center;
}
.cont_movie-inner h1 {
	font-size: clamp(25px, 3vw, 30px);
	color: var(--subColor2);
}
.cont_movie-inner p {
	font-size: clamp(18px, 1.25vw, 20px);
	padding-top: .5em;
	font-weight: 600;
}

.frame_wrap {
	position: relative;
	width: 100%;
	padding-top: 59.25%;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 2px 2px 4px gray;
}
.frame_wrap .arrow {
	content: '';
	position: absolute;
	top: 20%;
	left: 5%;
	z-index: 1;
	transform: translate(-20%,-62%);
}
.frame_wrap .arrow::before {
	content: '';
	position: absolute;
	top: 55%;
	left: 42%;
	z-index: 1;
	transform: translate(-20%,-62%);
}
.frame_wrap .arrow {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background-color: var(--subColor); /* 矢印背景色　*/
	pointer-events: none;
	z-index: 90;
}
.frame_wrap .arrow::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 18px;
	border-color: transparent transparent transparent #ffffff; /* 矢印色　*/
	border-radius: 5px;
}
.frame_wrap img {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: auto;
	transform: translateY(-50%);
}
.frame_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.movie_grid {
	display: flex;
	/* flex-direction: column; */
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 2em;
	margin: 30px 0;
}
.movie_flexItem {
	max-width: 450px;
	width: 100%;
}
.movie_flexItem h3 {
	margin-top: 1em;
	padding-top: 10px;
	border-top: 1px solid var(--subColor);
	color: var(--subColor);
}

@media screen and (max-width:975px) {
	.cont_movie {
		margin: 50px auto;
	}
	.movie_flexItem h3 {
		margin: 10px 0 1em;
		border-top: none;
		border-bottom: 1px solid var(--subColor);
		padding: 0 0 10px;
	}

}


/* ============================== */

.cont_info-inner {
	background-color: #fff;
	border: 1px solid var(--subColor2);
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 100px;
	padding: 30px;
	border-radius: 10px;
}
.cont_info-inner h1 {
	font-size: clamp(25px, 3vw, 30px);
	line-height: .5em;
	color: var(--subColor2);
}
.cont_info-inner h1 span {
	font-size: 16px;
}

.info_card-wrap {
	margin: 2em 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	gap: 1em;
	justify-content: center;
}

a.cont_card {
	max-width: 800px;
	width: 100%;
	min-height: 250px;
	height: 100%;
	padding: 1em;
	display: flex;
	gap: 1em;
	box-shadow: 0px 0px 15px -5px #777777;
	border-radius: 10px;
	justify-content: space-around;
}
a.cont_card img {
	max-width: 250px;

}
a.cont_card:hover {
	transform: translateY(-5px);
}
.cont_card-txt {
	display: flex;
	flex-direction: column;
	text-align: left;
	padding: 1em;
	justify-content: space-between;
	flex-basis: 70%;
}
.cont_card-txt h3 {
	font-weight: 600;
}
.cont_card-txt h3 span {
	display: inline-block;
	width: fit-content;
	background-color: var(--subColor);
	color: #fff;
	font-size: 14px;
	padding: 5px 15px;
	margin-bottom: 10px;
	border-radius: 100vh;
}
.cont_card-txt p {
	padding: 10px 0;
	padding-top: 5px;
}
.cont_card-txt small {
	width: fit-content;
	margin-left: auto;
	padding: 5px 10px;
	display: block;
	text-align: center;
	color: var(--subColor);
	font-size: 18px;
	text-align: right;
	font-weight: bold;
}
.cont_card-txt small::after {
	content: "\025b6";
	padding-left: 5px;
}

@media screen and (max-width:860px) {
	a.cont_card {
		width: 50%;
		flex-direction: column;
		align-items: center;
	}
	.cont_card-txt small {
		border-top: 1px solid #777777;
		margin-top: 2em;
		width: 100%;
		padding-top: 10px;
	}
}
@media screen and (max-width:675px) {
	.cont_info-inner {
		width: 95%;
		padding: 20px;
	}
	a.cont_card {
		width: 100%;
	}
}

/* ============================== */

.cont_banner-inner {
	max-width: 900px;
	width: 100%;
	margin: 50px auto 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	align-items: center;
	justify-content: center;
}
.cont_banner-inner a {
	width: 250px;
}

/* ========================================================
	e-mark.html
 ======================================================== */
.tab-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    max-width: 100%; /* ←広げる */
    justify-content: center;
}

.tab-2 > label {
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
    flex: 1 1;
    order: -1;
    opacity: .5;
    min-width: 70px;
    padding: .6em 1em;
    border-radius: 10px;
    background-color: #d06925;
    color: #fff;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
	margin: 30px 0;
}

.tab-2 > label:hover {
    opacity: .8;
}

.tab-2 input {
    display: none;
}

.tab-2 > div.list-wrap {
    display: none;
    width: 100%;
    /* padding: 0 1em 1.5em; */
}

.tab-2 label:has(:checked) {
    opacity: 1;
}

.tab-2 label:has(:checked) + div.list-wrap {
    display: block;
}

/* ============================= */

.mark-title {
	max-width: 1000px;
	width: 100%;
	height: auto;
	margin: 100px auto 0;
	padding: 0 10px 10px;
	border-bottom: 2px solid var(--subColor2) 
}

.home_back::before {
	content: '\e3af';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	padding: 0 7px 0 0
}

/* ============================= */
.business_list-wrapper {
	max-width: 1100px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 10px;
}
.company_list {
    border-collapse: separate;
    table-layout: auto;
    width: 100%;
    border: none;
	border-spacing: 10px 1em;
}
.company_list th,
.company_list td {
    font-size: 14px;
    border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-radius: 10px;
    padding: 1.5em 1em;
    vertical-align: top;
    box-sizing: border-box;
}
.company_list th {
    font-weight: 700;
    text-align: center;
	font-size: clamp(16px, 1.125vw, 18px);
}
.company_list thead th {
    color: #fff;
    background: var(--subColor);
	vertical-align: middle;
}
.company_list tbody td:last-child {
	text-align: center;
	vertical-align: middle;
}
.company_list thead th:first-child {
	width: 25%;
}
.company_list thead th:last-child {
	width: 12%;
}

/* 認証商品リスト============================ */
.CertifiedProducts-list {
	border-collapse: separate;
    table-layout: auto;
    width: 100%;
    border: none;
    border-spacing: 10px 1em;
}
.CertifiedProducts-list thead th {
    color: #fff;
    background: var(--subColor);
    vertical-align: middle;
}
.CertifiedProducts-list th,
.CertifiedProducts-list td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 10px;
    padding: 1.5em 1em;
    vertical-align: top;
    box-sizing: border-box;
}
.CertifiedProducts-list td.CertifiedProducts-list-item {
	font-weight: 700;
	text-align: center;
	font-size: clamp(16px, 1.125vh, 18px);
}
.CertifiedProducts-list td div.CertifiedProducts-list-itemFood p {
	text-align: left;
	font-size: clamp(16px, 1.125vw, 18px);
}
.CertifiedProducts-list td div.CertifiedProducts-list-itemFood p span {
	padding-right: 10px;
    color: var(--subColor2);
}



@media screen and (max-width: 768px) {
	.business_list-wrapper {
		width: 95%;
	}
	.company_list thead {
		display:none;
	}
	.company_list tr {
		background-color: unset;
	}
	.company_list th {
		display: block;
		width: 100%;
		border: 0;
	}
	.company_list td {
		margin: 10px 0;
	}
	.company_list tbody th {
		background: var(--subColor);
		color:#fff;
		text-align: center;
	}
	.company_list tbody tr td:not(:last-child) {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}
	.company_list tbody tr td:not(:last-child)::before{
		content: attr(data-label);
		width: fit-content;
		padding: 0.2em 1em;
		border-radius: 100vw;
		font-size: 12px;
		background: #eee;
	}
	
	.company_list tbody td:last-child::before{
		content: attr(data-label);
		display: inline-block;
		margin-right: 10px;
	}
	.company_list tbody td:last-child{
		display: flex;
		justify-content: space-between;
	}
	.tab-2 {
		margin-top: 30px;
		flex-direction: column;
		gap: 10px;
		align-items: center;
	}
	.tab-2 > label {
		margin: 0;
	}

	.CertifiedProducts-list thead {
		display: none;
	}
	.CertifiedProducts-list tbody th {
		display: block;
		width: 100%;
		background: var(--subColor);
        color: #fff;
        text-align: center;
	}
	.CertifiedProducts-list tbody td {
		display: block;
	}
}

.food_flex {
	display: flex;
	flex-wrap: wrap;
	font-size: clamp(16px, 1.125vw, 18px);
}
.food_flex p {
	width: fit-content;
}
.food_flex p::after {
	content: "／";
}
.food_flex p:last-child:after {
	content: none;
}
.food_flex p span {
	padding-right: 10px;
	color: var(--subColor2);
}
