@charset "utf-8";

@font-face {
	font-family: 'Noto';
	font-display: swap;
	src: url('../webfonts/NotoSansJP-Black.woff') format('woff'),
			 url('../webfonts/NotoSansJP-Black.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Noto';
	font-display: swap;
	src: url('../webfonts/NotoSansJP-Medium.woff') format('woff'),
			 url('../webfonts/NotoSansJP-Medium.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
}


/*//////////////////////////////////////////////////////////

	 1: Application all
	 2: Flame layout
	 3: Decoration

//////////////////////////////////////////////////////////*/

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

	Application all

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

html,body{
	margin: 0;
	padding: 0;
}
html{-webkit-text-size-adjust: 100%;}

body{
	font-family: 'Noto';
	font-weight: 400;
	line-height: 1.5;
	font-size: 15px;
	color: #333;
	width: 100%;
}

a{
	transition: all .3s;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(211,47,47,0.5);
	color: #f44336;
}
a:hover{
	text-decoration: underline;
	color: #d32f2f;
}

img{
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	border: 0;
}

h1,h2,h3,h4,h5,h6{
	font-weight: 700;
	font-size: 15px;
	margin: 0;
}

table{
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}
th,td{
	box-sizing: border-box;
	text-align: left;
	vertical-align: top;
	font-weight: 400;
	padding: 0;
	margin: 0;
}

ul,ol{
	list-style-position: outside;
	padding: 0;
	margin: 0 0 0 20px;
}

form,fieldset,p,dl,dd{
	padding: 0;
	margin: 0;
	border: 0;
}

input,select,textarea,button{
	box-sizing: border-box;
	font-family: 'Noto';
	font-weight: 400;
	font-size: 15px;
}
input,button{line-height: 1;}

select {
	/*appearance: none;*/
	position: relative;
	color: #333;
	height: 40px;
	padding: 0 16px 0 10px;
	border: none;
	border-radius: 5px;
	border: 1px solid #ccc;
	background: #fff;
}

hr{
	display: none;
	clear: both;
	height: 1px;
	padding: 0;
	margin: 0;
	border: 0;
}

strong,b{
	font-weight: 700;
}

address,em{
	font-style: normal;
}

::selection {
	color:#fff;
	background: #aeea00;
}
::-moz-selection {
	color:#fff;
	background: #aeea00;
}


@media screen and (min-width: 737px){ /* PC */
	.brsp,
	.space-sp{
		display: none;
	}
	
	a[href^="tel:"]{
		pointer-events: none;
		text-decoration: none;
	}
}
@media screen and (max-width: 736px){ /* SP */
	.brpc,
	.space-pc{
		display: none;
	}
}


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

	Layout & Decoration

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

/*	Header
***********************************************************/

#header{
	padding-top: 30px;
	text-align: center;
}

#header h1{
	position: relative;
	display: inline-block;
	font-size: 150%;
	color: #f44336;
	padding: 0 45px;
	margin-bottom: 30px;
}
#header h1::before,
#header h1::after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 44px;
	height: 2px;
	background: #555;
	transform: rotate(-60deg);
}
#header h1::before {
	left:0;
}
#header h1::after {
	right: 0;
}

p.description img{
	border-radius: 20px;
	margin-bottom: 15px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

p.description a{
	display: inline-block;
	color: #fff;
	padding: 15px 100px;
	margin-top: 10px;
	border-radius: 5px;
	background: #f44336;
}
p.description a:hover{
	text-decoration: none;
	background: #d32f2f;
}


/*	Contents
***********************************************************/

form.order-form{
	padding: 80px 0;
}
form.order-form legend{
	display: block;
	text-align: center;
	width: 100%;
	padding: 10px 0;
	background: #ffebee;
}
form.order-form fieldset ~ fieldset{
	margin-top: 50px;
}

.order-detail,
.order-info,
.info-layout{
	padding: 15px;
	border: 3px solid #ffcdd2;
	border-radius: 10px;
	text-align: center;
	padding: 30px 0;
	margin-top: 30px;
	margin-bottom: 20px;
}
div.info-layout p{
	font-size: 120%;
}

.item-comment{
	margin: 10px;
}

.order-detail h2,
.order-info h2{
	text-align: center;
	font-size: 130%;
	color: #f4511e;
	margin-bottom: 30px;
}

.order-detail .order-group > div,
td > .order-group > div{
	display: inline-block;
}

.order-detail > * {
	text-align: center;
	padding: 5px;
}
.order-detail > .order-group > div > select {
	font-size: 90%;
	margin: 10px;
	width: 230px;
	gap: 10px;
}

.order-detail > .order-group > .order-delete > button {
	color: #FFFFFF;
	background-color: #F44336;
	border: none;
	border-radius: 3px;
	padding: 5px 10px 5px 10px;
}


.order-detail > .order-add > button {
	border: none;
	background-color: transparent;
	color: #80DE80;
}

form.order-form table th,
.order-form table td{
	padding: 10px;
	border: 1px solid #ccc;
}
form.order-form table th{
	background: #e0e0e0;
}
form.order-form table th span.require{
	font-size: 80%;
	color: #fff;
	padding: 5px 7px;
	margin-left: 5px;
	border-radius: 5px;
	background: #c62828;
	white-space: nowrap;
}
form.order-form table tr td.table-section-title{
	background-color: #ffebee;
	text-align: center;
}

form.order-form input[type=text],
form.order-form input[type=email]{
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #ccc;
	background: #fff;
	width: 100%;
}
form.order-form textarea{
	width: 100%;
	padding: 10px;
	margin-top: 10px;
	border-radius: 5px;
	border: 1px solid #ccc;
	background: #fff;
}

form.order-form input[type=checkbox] {
	display: none;
}
form.order-form input + label {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	padding: 5px 30px;
	position: relative;
	width: auto;
}
form.order-form input[type=checkbox] + label::before {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	content: '';
	display: block;
	height: 16px;
	left: -7px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	width: 16px;
}
form.order-form input[type=checkbox] + label::after {
	border-right: 6px solid #F4511E;
	border-bottom: 3px solid #F4511E;
	content: '';
	display: block;
	height: 20px;
	left: -5px;
	margin-top: -16px;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: rotate(50deg);
	width: 8px;
}
form.order-form input[type=checkbox]:checked + label::before {
	border-color: #666;
}
form.order-form input[type=checkbox]:checked + label::after {
	opacity: 1;
}

p.item-comment{
	margin-top: 10px;
}

p.delivery{
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 15px;
}

.button{
	text-align: center;
	margin-top: 30px;
}
.button input{
	display: inline-block;
	color: #fff;
	padding: 20px 100px;
	border-radius: 5px;
	border: 0;
	background: #43a047;
}
.button input:hover{
	cursor: pointer;
	background: #388e3c;
}

.button input[type=button]{
	background: #777;
}
.button input[type=button]:hover{
	background: #555;
}

.error{
	font-weight: 700;
	color: #b71c1c;
}
.error .error_messe{
	margin-top: 10px;
}

.check,
.order-form-comp{
	padding-bottom: 80px;
}


/*	Footer
***********************************************************/

#footer{
	color: #fff;
	background: #555;
}

.copyright{
	color: #fff;
	padding: 15px 0;
	background: #333;
}


@media screen and (min-width: 737px){ /* PC */
	.layout{
		/*text-align: center;*/
		max-width: 900px;
		padding-left: 10px;
		padding-right: 10px;
		margin-left: auto;
		margin-right: auto;
	}
	
	form.order-form table th{
		width: 200px;
	}
	
	.button input[type=button]{
		margin-left: 15px;
	}
}

@media screen and (max-width: 736px){ /* SP */
	p.description{
		padding: 0 15px;
	}
	p.description a{
		display: block;
		padding: 15px 0;
	}
	
	.layout{
		text-align: left;
		padding: 0 15px;
	}
}


/*	Index
***********************************************************/

#index-header img{
	max-width: none;
	width: 100%;
}

#greeting .layout{
	border-radius: 10px;
}
#greeting .layout img{
	border-radius: 10px;
}
#greeting .layout h2{
	color: #e53935;
	margin-bottom: 20px;
}
#greeting .layout h2 div.h2-en{
	font-size: 120%;
}
#greeting .layout h2 div.h2-ja{
	font-size: 200%;
}
#greeting .layout .greeting-text{
	padding-bottom: 10px;
}

#about{
	padding: 20px 0;
}
#about h2{
	text-align: center;
}
#about .about-wrap{
	margin-top: 20px;
}
#about .about-wrap div h3{
	font-size: 150%;
	color: #e53935;
	margin-bottom: 10px;
}
#about .about-wrap img{
	border-radius: 10px;
}
#about .layout{
	padding-top: 10px;
	padding-bottom: 10px;
}
#about .layout h2{
	font-size: 200%;
	color: #e53935;
}

#about .horizontal-list ul li{
	width: 250px;
	position: relative;
}
#about .horizontal-list ul li a:hover{
	opacity: 0.7;
}
#about .horizontal-list ul li img{
	width: 260px;
	height: 195px;
	object-fit: cover;
	border-radius: 4px;
	opacity: inhefit;
}
#about .horizontal-list ul li div.background-layout{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 3px;
	right: 3px;
	background-color: #000;
	opacity: 0.2;
	border-radius: 4px;
	z-index: -2;
}
#about .horizontal-list ul li div.overwrap-image{
	position: absolute;
	bottom: -25px;
	background-color: #e53935;
	color: #FFFFFF;
	/*opacity: 0.8;*/
	width: 80%;
	height: 50px;
	text-align: center;
	font-size: 130%;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 8px;
	vertical-align: middle;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: inhefit;
}
#about .horizontal-list ul li div.overwrap-image::after {
	content: ">";
	color: #FFFFFF;
	position: absolute;
	top: 50%;
	right: 8px;
	font-size: 20px;
	margin-top: -14px;
}

#recommend{
	background: #f5f3eb;
}
#recommend .layout{
	padding: 40px 0 40px 20px;
}
#recommend h2{
	font-size: 150%;
	color: #e53935;
	margin-bottom: 20px;
}
#recommend ul{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	list-style: none;
	margin: 10px;
}
#recommend ul li{
	width: 280px;
}
#recommend ul li h3{
	font-size: 120%;
	color: #e53935;
	margin-bottom: 5px;
}

#item{
	padding: 80px 0;
}
.horizontal-list ul{
	display: flex;
	flex-wrap: wrap;
	gap: 50px 30px;
	list-style: none;
	margin: 0 auto;
	justify-content: center;
}
.horizontal-list ul li{
	display: flex;
	flex-direction: column;
}
#item .horizontal-list ul li{
	width: 125px;
}
#item .horizontal-list ul li span.img{
	min-height: 145px
}
#item .horizontal-list ul li strong{
	font-size: 110%;
}
#item .horizontal-list ul li p{
	padding: 5px 0;
}
#item .horizontal-list ul li span.season{
	font-size: 90%;
	color: #fff;
	margin-top: auto;
	padding: 10px;
	border-radius: 10px;
	background: #e53935;
}

#index-footer{
	padding-top: 80px;
	background: #f7ebea;
}
#index-footer .layout{
	display: flex;
	justify-content: space-between;
}
#index-footer .orchard-info .orchard-name .orchard-name-en::after{
	content: "";
	margin-left: 10px;
	display: inline-block;
	width: 80px;
	height: 40px;
	background-image: url('../img/favicon.png');
	background-position: left;
	background-size: contain;
	background-repeat: no-repeat;
}
#index-footer .orchard-info .orchard-name .orchard-name-en{
	font-size: 160%;
}
#index-footer .orchard-info .orchard-name .orchard-name-ja{
	margin-top: -10px;
	font-size: 400%;
}
#index-footer .address{
	color: #e53935;
}
#index-footer .photo{
	width: 500px;
}

#index-footer .copyright{
	margin-top: 80px;
}


@media screen and (min-width: 737px){ /* PC */
	#greeting{
		padding: 80px 0;
		background: #e53935;
	}
	#greeting .layout{
		display: flex;
		flex-wrap: wrap;
		width: 800px;
		padding: 50px;
		background: #fff;
	}
	#greeting .layout h2{
		width: 100%;
	}
	#greeting .layout p{
		width: 270px;
		margin-right: 30px;
	}
	#greeting .layout div{
		width: 500px;
	}
	#greeting .layout .greeting-text{
	width: 270px;
	margin-right: 30px;
	}

	#about .about-wrap{
		display: flex;
		justify-content: space-between;
		margin-top: 30px;
		padding: 10px;
		gap: 10px;
	}
	#about .about-wrap div{
		width: 320px
	}
	#about .about-wrap div h3{
		font-size: 150%;
		color: #e53935;
		margin-bottom: 10px;
	}
	#about .about-wrap img{
		max-width: 550px;
		width: 60vw;
	}

	#about .about-wrap:nth-of-type(odd){
		flex-direction: row-reverse;
	}
}

@media screen and (max-width: 736px){ /* SP */
	#greeting{
		padding: 80px 0;
		background: #e53935;
	}
	#greeting .layout{
		padding: 50px;
		border-radius: 10px;
		background: #fff;
	}
	#recommend ul li{
		width: 350px;
	}

	#index-footer .photo{
		display: none;
	}
}

/*	Commerce
***********************************************************/

.commerce{
	margin-right: 30px;
}
.commerce .layout{
	width: 100%;
}

dl.shipping dt{
	font-size: 120%;
	font-weight: 700;
	margin-bottom: 5px;
}
dl.shipping dt ~ dt{
	margin-top: 30px;
}

dl.shipping dd table th,
dl.shipping dd table td{
	text-align: center;
	font-size: 90%;
	padding: 10px;
	border: 1px solid #ccc;
}
dl.shipping dd table th{
	background: #eee;
}






