@charset "utf-8";
/* CSS Document */


/*
みなみな屋レッド：#E73E30
ライトカラー：#def7ff

夏：#A5E0E9
秋：#E85A31
冬：#003D7B
春：#FFB89C

*/



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

リセット

=============================================*/
body, p, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 100%;
	background: url(../img/bg_paper.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
}

.margin-none {
	margin: 0px;
}


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

一時記入

=============================================*/
.prodcut-selection {
	margin-bottom: 50px;
	text-align: center;
}

.prodcut-selection p {
	margin-bottom: 10px;
}

.prodcut-selection li {
	list-style: none;
	display: inline-block;
	padding: 0px;
	margin: 5px 10px;
}

.prodcut-selection a {
	font-weight: 700;
	font-family: 'Noto Serif JP', serif;
}


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

季節便のセクション

=============================================*/
#perform h2 {
	margin-bottom: 40px;
}

#about-order {
	text-align: center;
	margin-bottom: 40px;
}

#about-order p {
}

/*目次*/
#mokuji a {
	display: block;
	font-size: 0px;
}

#mokuji .off a {
	opacity: 0.3;
}

.product .eye-catcher {
	margin-bottom: 60px;
}

/*見出し*/
h2.season-title {
    font-size: 200px;
    font-weight: normal;
    margin-bottom: 40px;
    line-height: 110%;
    color: #b9b9b9;
}

h3.season-cap {
	padding: 0px;
	text-align: center;
	border: none;
	font-size: 2.0em;
	margin-bottom: 70px;
}

/*テーマ・生産者*/
.season-theme {
	margin-bottom: 50px;
}

.producer {
	border-bottom: 1px solid #ccc;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

h4.theme-title {
	border: none;
	padding: 0px;
	margin-bottom: 20px;
}

.pic {
	overflow: hidden;
	font-size: 0px;
	margin-bottom: 20px!important;
}

.pic img {
	border-radius: 50%;	
}

/*商品説明*/
.product-block.border {
	border: 3px dotted #A5E0E9;
	border-radius: 10px;
	position: relative;
	margin-bottom: 70px;
}

.product-image {
	text-align: center;
	margin-bottom: 15px;
}

h4.product-title {
	/*padding: 0px;
	border: none;
	font-size: 2.5em;
	padding-bottom: 20px;
	border-bottom: 2px solid #ccc;
	line-height: 140%;
	margin-bottom: 10px;*/
	position: absolute;
	top: -40px;
	left: 10px;
	width: 150px;
	height: 130px;
	text-align: center;
	border: 5px solid #ccc;
	background: #FFFFFF;
	border-radius: 50%;
	padding: 0;
	padding-top: 20px;
	line-height: 100%;
	font-size: 3.0em;
	margin: 0px;
}

h4.product-title .sub {
	font-size: 0.6em;
	display: block;
}

.product-price {
	color: #E73E30;
	font-size: 2.0em;
	font-weight: bold;
	margin-bottom: 20px;
}

.product-price:before {
	content: "¥";
	font-size: 0.8em;
}

.product-price:after {
	content: "（税込）※送料込み";
	font-size: 0.65em;
}

.product-desc {
	margin-bottom: 20px;
}

.product-gallery {
	margin-top: 30px;
}

.product-gallery p {
	margin-bottom: 0px;
}

.product-gallery .grid {
	gap: 10px;
}

.product-list {
	margin-top: 30px;
}

/*購入ボタン*/
.product-order {
	margin-top: 40px;
}

.product-order.end {
	background-color: #707070;
	border-bottom-color: #5A5A5A;
}

/*夏*/
#summer h2.season-title {
	color: #A5E0E9;
}

#summer .producer {
	border-color: #A5E0E9;
}

#summer .product-block,
#summer h4.product-title {
	border-color: #A5E0E9;
}

/*秋*/
#autumn h2.season-title {
	color: #E85A31;
}

#autumn .producer {
	border-color: #E85A31;
}

#autumn .product-block,
#autumn h4.product-title {
	border-color: #E85A31;
}

/*冬*/
#winter h2.season-title {
	color: #003D7B;
}

#winter .producer {
	border-color: #003D7B;
}

#winter .product-block,
#winter h4.product-title {
	border-color: #003D7B;
}

/*春*/
#spring h2.season-title {
	color: #FFB89C;
}

#spring .producer {
	border-color: #FFB89C;
}

#spring .product-block,
#spring h4.product-title {
	border-color: #FFB89C;
}


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

ベース

=============================================*/
/*------------------------------------*\
    画面枠 ここから
\*------------------------------------*/
 
/* Create a series of empty pseudo-elements... */
html:before,html:after,body:before,body:after{
    content:"";
    background:#E73E30;
    position:fixed;
    display:block;
    z-index:5;
}
 
/* ...and position them! */
html:after{
    width:10px;
    top:0;
    right:0;
    bottom:0;
}

body:after{
    width:10px;
    top:0;
    bottom:0;
    left:0;
}

/*------------------------------------*\
    画面枠 ここまで
\*------------------------------------*/

/*ブロック要素*/
#wrapper {
	overflow: hidden;
}

#container {
	text-align: center;
	width: auto;
	margin: 0 auto;
}

header {
	width: 100%;
	border-top: 10px solid #E73E30;
}

header #logo {
	background: #fff;
	padding: 15px 0px;
}

header #eye-catch {
	text-align: center;
	width: 100%;
	height: auto;
	max-height: 928px;
}

header h1 {
	padding: 0px;
	background: none;
}

#main {
	text-align: left;
	margin: 0px auto;
	padding-top: 0px;
}

section.col {
	padding: 0 20px;
	margin-bottom: 40px;
	padding-bottom: 80px;
	border-bottom: 2px solid #E73E30;
}

section.col.last {
	border: none;
}

div.section {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

section#perform {
	border: none;
	margin-top: 0px;
	margin-left: -800px;
	margin-right: -800px;
	background: #fff;
	padding: 60px 40px;
	padding-bottom: 20px;
	background: #fff1f1;
}

/*フレックスボックス*/
.flex {
  display: flex;
  -js-display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.flex div {
	margin-right: 10px;
}

.flex div.last {
	margin-right: 0px;
}

.flex img {
	width: 100%;
	height: auto
}

/*フロート*/
.f-right {
	float: right;
	margin-left: 30px;
	margin-bottom: 15px;
}

.f-left {
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;
}

/*//===============
*クリアフィックス
=================*/
.clearfix,
.border {
	clear: both;
}

.clearfix:before,
.clearfix:after,
.border:before,
.border:after {
    content: "";
    display: table;
}

.clearfix:after,
.border:after {
    clear: both;
}


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

文字、画像

=============================================*/
/*ベース*/
p, a, h1, h2, h3, h4, h5, h6, li, th, td, dt, dd, address, label, input, textarea, button {
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 170%;
}

h1, h2, h3, h4, h5, h6, .min {
	font-family: 'Noto Serif JP', serif;
}

p, a, li, th, td, dt, dd {
	font-size: 1.1em;
}

p {
	line-height: 180%;
	margin-bottom: 30px;
}

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

a:hover {
	text-decoration: underline;
}

a img:hover {
	filter:alpha(opacity=70);
    -moz-opacity: 07;
    opacity: 0.7;
}

#main img,
#main iframe {
	max-width: 830px;
}

/*装飾*/
.strong {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.small {
	font-size: 15px;
}

.s-middle {
	font-size: 20px;
	font-weight: bold;
	line-height: 170%;
}

.middle {
	font-size: 23px;
	font-weight: bold;
}

.large {
	font-size: 30px;
	font-weight: bold;
}

.x-large {
	font-size: 55px;
	font-weight: bold;
}

.red {
	color: #E73E30;
}

.orange {
	color: #f60;
}

.blue {
	color: #E73E30;
}

.green {
	color: #006b03;
}

.m-yellow {
	background-image:linear-gradient(transparent 60%, #ffff66 60%);
	font-weight: bold;
}

.bg-text {
	background: #FDFFD6;
}

.reserve {
	margin-bottom: 20px;
    margin-top: -15px;
	text-decoration: underline;
	text-align: center;
	font-weight: bold;
}

.free {
	background: red;
	color: #fff;
	padding: 3px 8px;
	margin-right: 8px;
	border-radius: 3px;
	vertical-align: bottom;
}

.mcolor {
	background: #E73E30;
	color: #fff;
	padding: 3px 8px;
	padding-left: 10px;
	margin-right: 8px;
	border-radius: 3px;
	font-size: 0.75em!important;
}

.sig {
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
}

.min {
	font-family: 'Noto Serif JP', serif;
}

/*画像*/
img.border {
	border: 1px solid #ccc;
	padding: 0px;
	margin-bottom: 0px;
}

.eye-catch {
	margin-bottom: 20px;
}

.eye-catch img {
	max-width: 1200px;
}

.screen-shot {
	margin-bottom: 30px;
}

/*見出し*/
h1 {
	font-size: 1.6em;
	color: #000;
	text-align: center;
	background: none;
}

h2 {
	font-size: 2.3em;
	margin-top: 0px;
	text-align: center;
	margin-bottom: 40px;
	line-height: 150%;
}

#intro h2 {
	font-size: 2.3em;
}

h2.ad-sub {
	padding-bottom: 25px;
}

h3 {
	margin-top: 0px;
    padding: 10px 15px;
    margin-bottom: 30px;
    font-size: 1.7em;
	margin-top: 0px;
    border: 3px solid #000;
	border-left: 8px solid #000;
}

h2 .sub,
h3 .sub {
    font-size: 0.80em;
}

h3 span.red {
    font-size: 1.0em;
}

h3.brt-title {
	padding-right: 0px;
	padding-left: 40px;
	border: none;
	border-bottom: 4px solid #000;
	background: url(../img/bg_brt-title.png) no-repeat left center;

}

h3 img {
	vertical-align: middle;
	margin-right: 10px;
	display: block;
	float: left;
}

h4 {
    border-left: 5px solid #000;
    border-bottom: 2px solid #000;
    padding-left: 10px;
	padding-bottom: 5px;
    margin-bottom: 20px;
    font-size: 1.4em;
}

h5 {
    border-bottom: 1px solid #000;
	padding-bottom: 5px;
	margin: 0px;
    margin-bottom: 10px;
    font-size: 1.2em;
}

h6 {
    border-bottom: 1px dotted #000;
	padding-bottom: 5px;
	margin: 0px;
    margin-bottom: 10px;
    font-size: 1.2em;
}


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

リスト、テーブル

=============================================*/
/*リセット*/
ul, dl, table {
	padding: 0px;
	margin: 0px;
}

/*段落リスト*/
.p-list {
	margin-bottom: 40px;
}

.p-list p {
	margin-bottom: 15px;
}

/*リスト*/
ul li {
	list-style-position: inside;
	margin-bottom: 10px;
}

ul.brt-list li {
    list-style: none;
    padding-left: 32px;
    background: url(../img/souko/bg_brt-list.png) left center no-repeat;
	margin-bottom: 10px;
	font-size: 1.5em;
	font-weight: bold;
}

ul.note {
	padding: 20px;
}

ul.note li {
	list-style: none;
}

ul.note li:before {
	content: "※";
}

/*テーブル*/
table {
    width: 100%;
	border: none;
    word-break: break-all;
    word-wrap: break-word;
    border-spacing: 0;
    border-collapse: collapse;
	margin: 0 auto;
}

thead th {
    background-color: #4a4a4a;
    color: #fff;
    text-align: center;
}

th, td {
    padding: 10px 15px;
    border: none;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
	font-size: 1.05em;
}

th {
	width: 20%;
    font-weight: bold;
    text-align: left;
}

td {
	background-color: #fff;
	width: 80%;
}

th,td,
td li {
	font-size: 18px;
}

td li:last-child {
	margin-bottom: 0px;
}

th img {
	vertical-align: middle;
	margin-right: 15px;
}

table.non-border,
table.non-border th,
table.non-border td {
	border: none;
	padding: 0px;
	vertical-align: top;
	margin: 0px;
}

table.non-border {
	margin-bottom: 30px;
	width: 100%;
}

table.non-border .v-btm {
	vertical-align: bottom;
	width: 300px;
	text-align: center;
}


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

囲み枠

=============================================*/
blockquote {
	background: #def7ff;
	padding: 20px;
	border-radius: 10px;
	margin: 20px;
	margin-bottom: 30px;
}

blockquote p {
	margin-bottom: 0px;
}

.box {
	background: #fffbf1;
	border-radius: 8px;
	max-width: 700px;
	padding: 30px;
	padding-bottom: 10px;
	margin: 0 auto;
}

.box p {
	margin-bottom: 20px;
}

.border {
	padding: 40px;
	background: #fff;
	margin-bottom: 50px;
	border-top: 2px dotted #E73E30;
}

.border h3 {
	border: none;
	padding: 0px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	line-height: 130%;
	font-size: 2.0em;
}

button {
	width: 100%;
	background-color: #E73E30;
	padding:10px;
	font-size: 1.6em;
	color: #fff;
	font-weight: bold;
	border: none;
	border-radius: 10px;
	border-bottom: 5px solid #ab1a0e;
	margin: 10px 0px;
	margin: 10px auto;
	display: block;
	font-size: 2.0em;
	padding: 15px 10px;
}

button span {
	color: yellow;
}

button:hover {
	background: #b92013;
	border-bottom-color: #730b02;
	cursor: pointer;
}


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

フッター

=============================================*/
footer {
	width: 100%;
	min-height: 30px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	background: #E73E30;
}

.utility-menu,
.footer p,
.footer a,
.footer address {
	color: #fff;
}

.footer address {
	font-style: normal;
}

.utility-menu a {
	font-size: 0.88em;
}

.utility-menu a:hover {
	text-decoration: underline;
}

.pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
}

.pagetop a {
	opacity: 0.5;
}

.pagetop a:hover {
	opacity: 1.0;
}