@charset "utf-8";
/* CSS Document */
header h3 {
    background-image: url("../img/kuri/main_bg.png");
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    color: #530000;
    margin-top: -86px;
    position: relative;
    text-align: center;
    font-size: 170%;
    line-height: 100%;
    letter-spacing: 5px;
    padding: 15px 0;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

header h3 .color {
    color: #8D3C0F;
    font-size: 180%;
    line-height: 150%;
}
header .text{
	line-height: 180%;
    letter-spacing: 1px;
    margin-bottom: 40px;
    font-size: 18px;
	padding: 0 15px;
}

.titleSet{
	border:solid 1px #e6e6e6;
	margin-top:50px;
	letter-spacing: 5px;
	padding: 0 0 0 40px;
}

.headicon{
	text-align: center;
	font-size: 240%;
	line-height:100%;
	letter-spacing: 3px;
	margin-top:-20px;
	margin-left:-40px;
	padding: 18px 10px 10px 10px;
}
.headicon span{
	background-color: #FFF;
	background-image: url("../img/kuri/icon_illust.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	color: #8D3C0F;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding: 20px 5px 0 55px;
	text-align: center;
	vertical-align:middle;
}
#sub section{
	margin-bottom: 80px;
}
#sub section .text{
	line-height: 180%;
    letter-spacing: 1px;
    margin-bottom: 40px;
    font-size: 18px;
	padding: 0 15px;
}
#sub section .img{
	padding: 0 15px 15px 15px;
}

.bordertext {
    background: url("../img/kuri/title_border.gif") repeat-x bottom;
    color: #333;
    font-size: 170%;
    line-height: 120%;
    letter-spacing: 4px;
    margin: 40px 15px 30px;
    text-align: center;
	padding-bottom: 15px;
}

#ibaraki ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
    margin: 0 15px;
}
#ibaraki ul li {
    margin: 5px 0;
    width: 49%;
}
#ibaraki ul li img {
    width: 100%;
    border-radius: 5%;
}
#kasama ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
    margin: 0 15px;
}
#kasama ul li{
	margin: 5px 0;
}

#kasama ul li img {
    width: 100%;
	border-radius: 20px;
}

#farmer .introduce {
    display: flex;
    justify-content: space-between;
    gap: 40px;
	padding: 0 15px;
}
#farmer .introduce dt{
	text-align: center;
	font-size: 16px;
	border: 5px solid #e3b38a;
	border-radius:10px;
	padding: 10px;
}
#farmer .introduce dt img {
    border-radius: 50%;
	width: 90%;
	margin: 0 auto;
}
#farmer .introduce dd h5 {
    background: url("../img/kuri/title_border.gif") repeat-x bottom;
    font-size: 120%;
    letter-spacing: 2px;
    margin: 15px 0;
    padding-bottom: 10px;
	text-align: center;
}
#farmer .goods {
    display: flex;
    justify-content: space-between;
    line-height: 180%;
    letter-spacing: 1px;
    font-size: 18px;
    padding: 20px 15px;
}
#farmer .goods dt {
    width: 380px;
}
#farmer .goods dt img {
    border-radius: 30px;
    width: 380px;
    box-shadow: 7px 7px 0px 0 #e3b38a;
}
#farmer .goods dd {
    width: 550px;
    margin: 40px 0 0;
}
#farmer .goods dd h6 {
    position: relative;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #8D3C0F;
    background-color: white;
    color: #8D3C0F;
    font-weight: bold;
    font-size: 135%;
    text-align: center;
	margin-bottom: 20px;
}

#farmer .goods dd h6:before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) skew(-25deg);
    height: 20px;
    width: 10px;
    border-right: 2px solid #8D3C0F;
    background-color: white;
    content: "";
}
#farmer .goods dd .note {
    margin-top: 10px;
}

#picking .btn {
    text-align: center;
}
#picking .btn a {
	font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
	color: #fff;
	display: inline-block;
    padding: 1rem 3rem;
	border: 2px solid #8D3C0F;
	border-radius: 10px;
	background: #8D3C0F;
	-webkit-box-shadow: 4px 4px 0 #bdb76b;
	box-shadow: 4px 4px 0 #bdb76b;
}
#picking .btn a:hover {
	-webkit-box-shadow: -4px -4px 0 #bdb76b;
	box-shadow: -4px -4px 0 #bdb76b;
	text-decoration: none;
}
#picking .btn a::after{
	content: '>';
	margin-left: 15px;
}

#brand table{
	table-layout: auto;
}
#brand tbody{
	table-layout: auto;
}

#brand .tableframe{
	padding: 0 15px;
/*	margin-bottom: 30px;*/
/* 	table-layout: fixed;*/
	margin: 0 auto 30px auto;
	
}
#brand .table_temp {
    margin: 15px 0;
    font-size: 18px;
	border-collapse: collapse;
/*  	word-break: keep-all;*/
}
#brand .table_temp .title {
    background: #8D3C0F;
	color: #fff;
}
#brand .table_temp th {
    text-align: center;
    vertical-align: middle;
    background: none;
    width: auto;
    border: solid 1px #fff;
    font-size: 20px;
    padding: 20px;
}


/*#brand .table_temp .title th.feature{
		width:500px!important;
}*/
#brand .table_temp .featuretext{
	text-align: left;
	word-break: unset;
	max-width:500px;

}
#brand .table_temp .name{
	background: #faf2de;
	color: #222222;
}

#brand .table_temp .border2 .name{
	background: #fcfced;
}
#brand .table_temp td {
    text-align: center;
    vertical-align: middle;
	border: solid 1px #fff;
	background: #faf2de;
	width: auto;
}
#brand .table_temp .border2 td{
	background: #fcfced;
}
 
#eat dl {
    display: flex;
    justify-content: space-between;
    line-height: 180%;
    letter-spacing: 1px;
    font-size: 18px;
    padding: 20px 15px;
}
#eat dl dt {
    width: 380px;
}
#eat dl dt img {
    border-radius: 30px;
    width: 380px;
    box-shadow: 7px 7px 0px 0 #e3b38a;
}
#eat dl dd {
    width: 550px;
    margin: 20px 0 0;
}
#eat dl dd h5 {
    position: relative;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #8D3C0F;
    background-color: white;
    color: #8D3C0F;
    font-weight: bold;
    font-size: 135%;
    text-align: center;
	margin-bottom: 20px;
}

#eat dl dd h5:before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) skew(-25deg);
    height: 20px;
    width: 10px;
    border-right: 2px solid #8D3C0F;
    background-color: white;
    content: "";
}
#eat dl dd .note {
    margin-top: 10px;
}

#shop .btn {
    text-align: center;
}
#shop .btn a {
	font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
	color: #fff;
	display: inline-block;
    padding: 1rem 3rem;
	border: 2px solid #8D3C0F;
	border-radius: 10px;
	background: #8D3C0F;
	-webkit-box-shadow: 4px 4px 0 #bdb76b;
	box-shadow: 4px 4px 0 #bdb76b;
}
#shop .btn a:hover {
	-webkit-box-shadow: -4px -4px 0 #bdb76b;
	box-shadow: -4px -4px 0 #bdb76b;
	text-decoration: none;
}
#shop .btn a::after{
	content: '>';
	margin-left: 15px;
}
#shop h5 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    text-align: center;
    color: #8D3C0F;
    margin-top: 40px;
    line-height: 1.1;
}
#shop h5::before, #shop h5::after {
    content: '';
    width: 3px;
    height: 40px;
    background-color: #bdb76b;
}
#shop h5::before {
    margin-right: 30px;
    transform: rotate(-35deg);
}
#shop h5::after {
    margin-left: 30px;
    transform: rotate(35deg);
}
#shop .closeup{
	padding: 0 15px
}
#shop .shoptext{
	line-height: 180%;
    letter-spacing: 1px;
    margin-bottom: 40px;
    font-size: 18px;
}
#shop .shopname {
	position: relative;
    display: block;
    background-color: #fff;
    border-bottom: solid 3px #8D3C0F;
    padding: 16px;
	text-align: center;
    min-width: 240px;
    max-width: 100%;
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 30px;
}
#shop .shopname:before,
#shop .shopname:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#shop .shopname:before {
    border: solid 18px transparent;
    border-top: solid 18px #8D3C0F;
}
#shop .shopname:after {
    border: solid 18px transparent;
    border-top: solid 18px #fff;
    margin-top: -5px;
}
#shop .shopname p {
    margin: 0;
    padding: 0;
    font-size: 30px;
    color: #8D3C0F;
    line-height: 130%;
}
#shop .shopname span {
    font-weight: bold;
    font-size: 70%;
    line-height: 100%;
    letter-spacing: 4px;
	color: #808000;
    display: initial;
}
#shop .shopimg img{
	margin: 0 auto 30px;
}
#shop table{
	width: 700px;
	font-size: 16px;
	margin: 50px auto;
	border-collapse: collapse;
}
#shop table tr {
  	border-bottom: 1px solid #e3b38a;
}
#shop table tr:first-child{
	border-top: 1px solid #e3b38a;
}
#shop table th,
#shop table td {
	padding: 15px 10px;
	border: none;
}
#shop table th {
 	width: 15%;
	font-weight: bold;
}
#shop table td button{
	position: relative;
	margin-left: 10px;
	width: 55px;
    text-align: left;
	font-size: 14px;
}
#shop table td button a::after {
	position: absolute;
    top: 3px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
	content: "";
	background-image: url("images/shop_button.png");
	background-repeat: no-repeat;
	background-size: 12px;
}

#rokuji ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	font-size: 18px;
	gap: 15px;
}
#rokuji ul li {
    width: 235px;
    line-height: 1.4em;
}
#rokuji h5 {
	font-size: 16px;
	text-align: center;
	background: #8D3C0F;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    line-height: 1em;
    display: block;
	margin-bottom: 10px;
}
#rokuji .zoomInText{
 	position: relative;
}
#rokuji .zoomInText span.mask{
	position: relative;
	transition: .3s ease-in-out;
	display: block;
	line-height: 0;
	overflow:hidden;
}
#rokuji .zoomInText:hover span.mask::before{
	content:"";
	position: absolute;
	z-index:2;
	top:10px;
	left:10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	background:rgba(0,0,0,0.5);
}
#rokuji .zoomInText img{
	transform: scale(1);
	filter: blur(0);
	transition: .3s ease-in-out;
	max-width: 100%;
}
#rokuji .zoomInText:hover img{
	transform: scale(1.2);
	filter: blur(2px);
}
#rokuji .zoomInText span.cap{
	opacity:0;
	transition: .5s ease-in-out;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    line-height: 1.5;
    font-size: 90%;
    text-align: center;
}
#rokuji .zoomInText:hover span.cap{
	opacity:1;
}

#recipe h5 {
    background: url("../img/kuri/title_border.gif") repeat-x bottom;
    font-size: 25px;
    letter-spacing: 2px;
    margin: 15px 0;
    padding-bottom: 10px;
	text-align: center;
}
#recipe .make {
    line-height: 180%;
    letter-spacing: 1px;
    margin-bottom: 70px;
    font-size: 18px;
	padding: 0 15px;
}
#recipe .make li {
    list-style-type: none;
    border-bottom: 1px dotted #f7e88d;
    padding: 10px 10px 10px 32px;
    text-indent: -31px;
}
#recipe .make li span {
    font-size: 110%;
    font-weight: bold;
    background-color: #8D3C0F;
    padding: 2px 5px;
    color: #FFF;
    border-radius: 3px;
    margin-right: 10px;
}
#recipe .flex {
    display: flex;
    justify-content: space-between;
    flex-direction: reverse;
	padding: 0 15px;
	padding: 0 15px 30px;
}

#recipe .flex .img {
    position: relative;
	padding: 0;
}
#recipe .flex .img img{
	border-radius: 50px;
}
#recipe .flex .text {
    max-width: 510px;
	width: 25%;
    margin-top: 20px;
}
#recipe .flex .text span{
	line-height: 100%;
    letter-spacing: 0;
    font-size: 14px;
}

*, ::before, ::after {
  box-sizing: content-box;
}

body{
	letter-spacing: 0;
}

@media screen and (max-width:640px){

	img{
		width: 100%;
	}

	header img{
		border-radius:0px;
	}

	header h3{
		background-image:none;
		font-size: 140%;
		border-bottom: 1px solid #e6e5dc;
		margin: -10px 0 20px 0;
		width:100%;
		letter-spacing: 0;
		line-height: 110%;
	}

	header h3 .text{
		padding-top:30px;
		font-size: 130%;
	}

	.headicon{
		margin-top:0;
		font-size:24px;
		letter-spacing: 1px;
		padding: 10px;
	}

	.headicon span{
		line-height:100%;
		background-color:transparent;
		background-size:36px;
		padding: 15px 5px 0 38px;
	}
	.bordertext {
		font-size: 140%;
	}
	#sub section {
		margin-bottom: 30px;
	}
	#sub section .text{
		padding: 0;
	}
	#sub section .img {
		 padding: 0; 
	}
	
	#ibaraki ul {
		margin-bottom: 0;
		padding: 0;
	}
	#ibaraki ul li {
		width: 100%;
	}
	#ibaraki ul li img {
		border-radius: 0;
	}
	
	#kasama ul {
		margin-bottom: 0;
		padding: 0;
	}
	#kasama ul li {
		width: 100%;
	}
	#kasama ul li img {
		border-radius: 0;
	}
	
	#farmer .introduce {
		gap: 0;
		flex-direction: column;
	}
	#farmer .goods {
		display: block;
		padding: 0;
	}
	#farmer .goods dt {
		width: 100%;
	}
	#farmer .goods dt img {
		width: 100%;
		box-shadow: none;
	}
	#farmer .goods dd {
		width: 100%;
		margin: 0 0 30px;
	}
	#farmer .goods dd h6 {
		font-weight: normal;
		font-size: 120%;
    	margin-top: 10px;
	}
	#farmer .goods dd .note {
		font-weight: normal;
	}

	#brand .table_temp thead{
		display:none;
	}
	#brand .table_temp {
		width: 100%;
		font-size: 16px;
	}
	#brand .table_temp th,#brand .table_temp td {
		display: block;
		width: auto;
		border-bottom:none;
		padding: 10px;
	}
	#brand .table_temp td:first-child{
		background: #ff7bac;
		color:#fff;
		font-weight:bold;
	}
	#eat dl {
		display: block;
		padding: 0;
	}
	#eat dl dt {
		width: 100%;
	}
	#eat dl dt img {
		width: 100%;
		box-shadow: none;
	}
	#eat dl dd {
		width: 100%;
		margin: 0 0 30px;
	}
	#eat dl dd h5 {
		font-weight: normal;
		font-size: 120%;
		margin-top: 10px;
	}
	#eat dl dd .note {
		font-weight: normal;
	}
	
	#shop h5 {
		font-size: 20px;
	}
	#shop .shopname {
		font-size: 140%;
	}
	#shop table{
		width: 100%;
	}
	#shop table th,
	#shop table td {
		width: 100%;
		display: block;
		padding: 5px;
	}
	#shop table th {
		width: 100%;
		text-align: left;
	}
	#shop table td {
		padding-top: 0;
	}
	
	#rokuji h5 {
		font-size: 13px;
	}	
	#rokuji ul li {
		width: 48%;
	}
	
	#recipe .make li {
		padding-left: 21px;
		text-indent: -31px;
	}
	#recipe .flex {
		display: block;
		padding: 0 15px;
	}
	#recipe .flex .text {
		width: 100%;
		margin: 20px 0;
	}
}


@media screen and (max-width:340px){
	#brand .table_temp {
		width: 100%;
		font-size: 16px;
	}
	
	
	
	
	
	
}

