/*生産者案内タイトル*/
.heading08 {
    font-size: 26px;
    font-weight: 700;
    background-color: #343333;
    border-radius: 10px;
    margin-bottom: 10px;
    color: #FFFFFF;
	letter-spacing: .4rem;
}

.heading08 span {
    display: flex;
    align-items: center;
    color: #F2DAE7;
    font-size: 14px;
    text-transform: uppercase;
	letter-spacing: .1rem;
}

.heading08 span::before {
	content: '';
	display: inline-block;
	margin-right: 20px;
	width: 40px;
	height: 1px;
	background-color: #F2DAE7;
}

/*生産者紹介文*/
.infogrid {
    display: grid;
    grid-template-columns: 270px 1fr;
    column-gap: 10px;
    width: 100%;
    margin-top: 5px;
}
.infogrid .photo img {
	width: 100%;
	height: auto;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.guidance p b {
    font-weight: 600;
    font-size: 115%;
}
#content .infogrid .guidance p {
    margin-left: 10px;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 110%;
    width: auto;
}
#wrapper #main img {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 10px;
    height: auto;
    margin-bottom: 0px;
}
#content a #tada {
    margin-top: 10px;
}

#maingrid #content p {
    text-align: left;
    font-size: 100%;
}
/*見出し*/
.heading-21 {
    position: relative;
    padding: .5em .7em .4em;
    border-bottom: 3px solid #d08925;
    color: #3A3737;
    text-align: left;
    font-size: large;
    text-indent: 5px;
    font-weight: 600;
}

.heading-21::before,
.heading-21::after {
    position: absolute;
    left: 30px;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}
.heading-21::before {
    background-color: #d08925;
}

.heading-21::after {
    bottom: -11px;
    background-color: #fff;
}
#maingrid #content .natume img {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 2%;
    margin-bottom: 2%;
    width: 90%;
}
#content p b {
    font-weight: 600;
}
.side10{
    margin-left: 3%;
    margin-right: 3%;	
}
/* 画像と説明 */

#main #content .section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 10px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
}
.section_List {
    grid-auto-flow: column;
    column-gap: 2px;
    justify-self: end;
    width: 100%;
    max-width: 800px;
    height: 100%;
    margin-top: 10px;
}
.section_List a {
  align-items: center;
  justify-content: center;
  height: 100%;
}
#content img {
width: 100%;
height: auto;
}
/* -------------------- */
/*モニター幅1199px以下840px以上*/
/* -------------------- */
@media screen and (min-width:841px) and (max-width:1199px){
	#wrapper #main img {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 3px;
    height: auto;
}
}
/* -------------------- */
/* モニター幅839px以下  */
/* -------------------- */
@media only screen and (max-width:840px){
/*生産者紹介文*/
.infogrid {
 	display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: 10px;
    width: 100%;
    margin-top: 10px;
}
.infogrid .photo img {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 30%;
    height: auto;
    max-width: 270px;
}
#content a #oomi {
}
	#content .infogrid .guidance p {
    margin-left: 10px;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 100%;
    width: auto;
	line-height:1.2em;
	}
	#maingrid #content .natume img {
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 1%;
    margin-bottom: 1%;
    width: 98%;
}
	.side10{
    margin-left: 1%;
    margin-right: 1%;	
}
	#main #content .section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.section_List {
    grid-auto-flow: column;
    column-gap: 2px;
    justify-self: end;
    width: 100%;
    max-width: 800px;
    height: 100%;
    margin-top: 10px;
}
.section_List a {
  align-items: center;
  justify-content: center;
  height: 100%;
}
#content img {
width: 100%;
height: auto;
}
	}
