@charset "utf-8";
/* CSS Document */
header h3 {
    background-image: url("../img/blueberry/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 .text {
    font-size: 150%;
    line-height: 120%;
}

header h3 .color {
    color: #4b4d96;
    font-size: 180%;
    line-height: 150%;
}

.titleSet{
	border:solid 1px #e6e6e6;
	margin-top:50px;
	letter-spacing: 5px;
	padding: 0 0 0 40px;
}

.headicon{
	text-align: center;
	font-size:230%;
	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/blueberry/icon_illust.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	color: #4b4d96;
	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/blueberry/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;
}

#about .tableframe{
	padding: 0 15px;
	margin-bottom: 30px;

}
#about .table_temp {
    margin: 15px 0;
    font-size: 18px;
	word-break: keep-all;
}
#about .table_temp .title {
    background: #4b4d96;
	color: #fff;
}
#about .table_temp th {
    text-align: center;
    vertical-align: middle;
    background: none;
	width: 10%;
	border: solid 1px #fff;
	font-size: 18px;
	padding: 15px 5px;
}
#about .table_temp td {
    text-align: center;
    vertical-align: middle;
	border: solid 1px #fff;
}
#about .table_temp .border {
    background: #e1dfed;
}

#about .table_temp .border th{
	color:#222222;
}
#about .table_temp .border2 {
    background: #f5ecf4;
}
#about .flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
#about .flex .img {
    position: relative;
	padding: 0 20px;
}
#about .flex .img img{
    border-radius: 36% 64% 41% 59% / 59% 59% 41% 41%;
	box-shadow: 13px -11px 0px 0px #e1dfed;
}

#about .flex .text {
	width: 35%;
}

#farm ul{
	margin: 0 15px;
}
#farm ul li{
	margin-bottom: 70px;
}
#farm ul li hr{
	border: 0;
	height: 2px;
	background-image: repeating-linear-gradient(90deg, #595E9D 0px, #595E9D 4px, rgba(0,0,0,0) 4px, rgba(0,0,0,0) 12px);
	margin-top: 50px;
}
#farm .farmtext{
	line-height: 180%;
    letter-spacing: 1px;
    margin-bottom: 40px;
    font-size: 18px;
}
#farm .farmname {
	position: relative;
    display: block;
    background-color: #fff;
    border-bottom: solid 3px #595E9D;
    padding: 16px;
	text-align: center;
    min-width: 240px;
    max-width: 100%;
    font-size: 170%;
    line-height: 120%;
    margin-bottom: 30px;
}
#farm .farmname:before,
#farm .farmname:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#farm .farmname:before {
    border: solid 18px transparent;
    border-top: solid 18px #595E9D;
}
#farm .farmname:after {
    border: solid 18px transparent;
    border-top: solid 18px #fff;
    margin-top: -5px;
}
#farm .farmname p {
    margin: 0;
    padding: 0;
    font-size: 140%;
    color: #595E9D;
    line-height: 130%;
}
#farm .farmname span {
    font-weight: bold;
    font-size: 60%;
    line-height: 100%;
    letter-spacing: 4px;
	color: #75BF75;
    display: initial;
}
#farm .farmimg{
	margin-bottom: 30px;
}
#farm table{
	width: 700px;
	font-size: 16px;
	margin: 50px auto;
	border-collapse: collapse;
}
#farm table tr {
  	border-bottom: 1px solid #bbbff2;
}
#farm table tr:first-child{
	border-top: 1px solid #bbbff2;
}
#farm table th,
#farm table td {
	padding: 15px 10px;
	border: none;
}
#farm table th {
 	width: 15%;
}
#farm table td button{
	position: relative;
	margin-left: 10px;
	width: 55px;
    text-align: left;
	font-size: 14px;
}
#farm table td button a::after {
	position: absolute;
    top: 3px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
	content: "";
	background-image: url("../img/blueberry/farm_button.png");
	background-repeat: no-repeat;
	background-size: 12px;
}
#farm .products {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	text-align: center;
	color: #595E9D;
	margin-bottom: 10px;
	line-height: 1.1;
}
#farm .products span{
	font-size: 80%;
}
#farm .products::before,
#farm .products::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #75BF75;
}
#farm .products::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
#farm .products::after {
	margin-left: 30px;
	transform: rotate(35deg)
}
#farm .productsimg {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
	margin: 0;
}
#farm .productsimg li {
    margin: 5px 0;
    width: 49%;
}
#farm .productsimg li img {
    width: 100%;
    border-radius: 5%;
}
#farm .btn{
	text-align: center;
}
#farm .btn a{
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  overflow: hidden;
  background: #595E9D;
}
#farm .btn a span {
  position: relative;
}
#farm .btn a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #75BF75;
}
#farm .btn a:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

#growers ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	font-size: 18px;
}
#growers ul li {
    width: 200px;
    line-height: 1.4em;
	display: flex;
}
#growers ul li .growerslist {
	position: relative;
    overflow: hidden;
    margin: 0 10px;
    color: #ffffff;
    line-height: 1.4em;
    background-color: #595E9D;
}
#growers ul li .growerslist * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
#growers ul li .growerslist img {
	max-width: 100%;
    vertical-align: top;
    opacity: 0.85;
}
#growers ul li .growerslist figcaption {
    background-color: #595E9D;
    padding: 30px 10px 10px;
    position: relative;
}
#growers ul li .growerslist figcaption:before {
	position: absolute;
    content: '';
    bottom: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 55px 0 0 400px;
    border-color: transparent transparent transparent #595E9D;
}
#growers ul li .growerslist figcaption a {
	padding: 5px 10px;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
	font-size: 90%;
}
#growers ul li .growerslist figcaption a:hover {
	opacity: 1;
}
#growers ul li .growerslist .profile {
  	border-radius: 50%;
    position: absolute;
    bottom: 100%;
    left: 10px;
    z-index: 1;
    max-width: 130px;
    opacity: 1;
    box-shadow: 0 0 15px rgb(255 255 255 / 33%);
}
#growers ul li .growerslist .follow {
	background-color: #75BF75;
}
#growers ul li .growerslist h5 {
	margin: 0 0 5px;
    font-size: 120%;
}
#growers ul li .growerslist h5 span {
	display: block;
    font-size: 80%;
    color: #75BF75;
}
#growers ul li .growerslist p {
	margin: 0 0 10px;
	letter-spacing: 1px;
	font-size:90%;
}
#growers ul li .growerslist .button{
	text-align: right;
}
#growers ul li .growerslist .growerstext{
	min-height: 100px;
}

#shop p{
	text-align: center;
}
#shop .btn {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  overflow: hidden;
  background: #595E9D;
}
#shop .btn span {
  position: relative;
}
#shop .btn:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #75BF75;
}
#shop .btn:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

#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 #75BF75;
	padding: 10px 10px 10px 32px;
    text-indent: -31px;
}
#recipe .make li span {
    font-size: 110%;
    font-weight: bold;
    background-color: #595E9D;
    padding: 2px 5px;
    color: #FFF;
    border-radius: 3px;
    margin-right: 10px;
}
#recipe .make li .num {
    margin-right: 0;
}
#recipe .flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
	padding: 0 15px;
	padding: 0 15px 30px;
}

#recipe .flex .img {
    position: relative;
	padding: 0;
	border-radius: 3px;
}
#recipe .flex .img img{
    border-radius: 30px;
}

#recipe .flex .text {
    max-width: 510px;
	width: 28%;
    margin-top: 40px;
}

*, ::before, ::after {
  box-sizing: content-box;
}
@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:20px;
		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; 
	}
	
	#about .table_temp{
		font-size: 14px;
	}
	#about .table_temp tr {
		display: block;
		float: left;
	}
	#about .table_temp tr td{
		border-left: none;
		display: block;
		padding: 10px 0;
	}
	#about .table_temp tr th {
		border-left: none;
		display: block;
		width: auto;
		font-size: 14px;
		padding: 10px 0;
	}
	#about .table_temp thead {
		display: block;
		float: left;
		width: 30%;
	}
	#about .table_temp thead tr {
		width: 100%;
	}
	#about .table_temp tbody {
		display: block;
		float: left;
		width: 70%;
	}
	#about .table_temp tbody tr {
		width: 50%;
	}
	#about .table_temp tr td + td {
		border-left: none;
	}
	#about .table_temp tr:not(:first-child) td {
  		width: 100%;
	}
	#about .flex {
		display: block;
	}
	#about img {
		margin: 10px auto;
	}
	#about .flex .text {
	width: 100%;
}
	#about .img li {
		width: 100%;
	}
	#farm ul li {
		margin-bottom: 20px;
	}
	#farm .farmname {
		font-size: 140%;
	}
	#farm table{
		width: 100%;
	}
	#farm table th,
	#farm table td {
		width: 100%;
		display: block;
		padding: 5px;
	}
	#farm table th {
		width: 100%;
	}
	#farm table td {
		padding-top: 0;
	}
	#farm .products {
    	font-size: 20px;
	}
	#farm .productsimg {
		margin-bottom: 0;
		padding: 0;
	}
	#farm .productsimg li {
		width: 100%;
	}
	#farm .productsimg li img {
		border-radius: 0;
	}
	#farm .btn a{
		font-size: 16px;
		padding: 1rem;
	}
	
	#growers ul {
		margin: 5px;
	}
	#growers ul li {
		margin: 0 0 20px;
    	width: 50%;
	}
	#growers ul li .growerslist {
	    margin: 0 5px;
	}
	#growers ul li .growerslist figcaption {
    	padding: 10px;
	}
	
	#shop .btn {
		font-size: 16px;
		padding: 1rem;
	}

	#recipe .make li {
		padding-left: 21px;
		text-indent: -31px;
	}
	#recipe .flex {
		display: block;
		padding: 0 15px;
	}
	#recipe .flex .text {
		width: 100%;
		margin: 20px 0;
	}
	#recipe .flex .img img{
		border-radius: 20px;
	}
}


/* ADD CSS 2024.10.23 */
/*-----------------------------------------------
   .page-season .inner
------------------------------------------------*/
.page-season .inner {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 640px) {
  .page-season .inner {
    width: auto;
    margin: 0;
    padding: 3%;
  }
}