@charset "UTF-8";
/* 全体 */

html{
	font-size: 16px;
	color: #00320C;
	font-family: sans-serif;
}
*{
	box-sizing: border-box;
}
body{
	margin: 0 0 0 0;
	text-align: center;
}
h1{
	background-position: left;
	background-repeat: no-repeat;
	padding: 150px 0;
	margin: 0;
	color: #ffffff;
}
main{
	margin: 0 auto;
	max-width: 1000px;
}
nav ul{
	font-size: 20px;
	margin: 0;
	padding: 20px 0 0 50px;
	list-style-type: "*";
	text-align: left;
	display: flex;
	gap: 40px;
}
p,li,td{
	line-height: 1.8;
}
h2{
	font-size: 25px;
	color: #00320C;
	margin: 70px 0 10px;
	border-bottom: 2px solid #00320C;
}
h3{
	margin: 50px 0 0;
}
a:link{
	color: 	#CB9800;
	text-decoration: none;
}
a:visited{
	color: 	#CB9800;
	text-decoration: none;
}
a:hover{
	color: 	#CB9800;
	font-weight:bold;
	text-decoration: underline;
}
a:active{
	color: 	#CB9800;
	text-decoration: none;
}
img{
	max-width: 100%;
}
div#rhine{
	margin: 10px;
	text-align: right;
}
.gotop{
 	position: fixed;
	bottom: 16px;
	right: 16px;
}
 
.gotop a{
    display: block;
    text-decoration: none;
    }
 
.gotop:hover{
    opacity: 0.85 ;
}
ol{
	text-align: left;
	padding-left: 300px;
}
.grts{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	text-align: left;
	padding: 10px;
}
.grt{
	padding: 10px;
}
.itemgrts{
	display: grid;
	grid-template-columns: 1fr 3fr;
	text-align: left;
	padding: 10px;}

/* フッター */
footer p{
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 0;
	background-color: #00320C;
	color: #ffffff;
}
/* 個別ページ */
/* ヒーロー */
.itemtop{
	background: linear-gradient(to right, transparent 0%, transparent 5%, #000000 45%), url(../image/item.jpg);
}
.recipetop{
	background: linear-gradient(to right, transparent 0%, transparent 5%, #000000 45%), url(../image/recipe.jpg);
}
.knowledgetop{
	background: linear-gradient(to right, transparent 0%, transparent 5%, #000000 45%), url(../image/knowledge.jpg);
}
.solotop{
	background: linear-gradient(to right, transparent 0%, transparent 5%, #000000 45%), url(../image/solo.jpg);
}

/* index */
#indextable{
	background-blend-mode:lighten;
	background-repeat: no-repeat;
	background-position: right 10% bottom 10%;
}
#indextable th,#indextable td{
	padding: 20px;
	color: #006500;
}


/* soro */

/* knowledge */
.knowledgemain{
	text-align: left;
}
/* モバイル対応 */
@media(max-width: 767px){
	nav ul{
		flex-wrap: wrap;
		gap: 20px;
	}
	main{
		padding:  0 4%;
	}
}