#main {
	width: 1100px;
	margin: 0 auto;
    font-family: YuGothic,'Yu Gothic',‘メイリオ’,sans-serif;
}
.pagetitle {
    width: 308px;
    margin: 30px auto 120px;
}

.sup {
    font-size: 70%; 
    vertical-align: top;
    position: relative;
    top: -0.1em; 
}

.smalltext{
    font-size: 13px!important;
margin-top: 20px;
}

/* === 木村式とは ============================ */
.kimurashiki {
    position: relative;
}
.kimurashiki>.content_left {
    width: 640px;
    display: inline-block;
    vertical-align: top;
}
.kimurashiki>.content_left>h3{
    width: 640px;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 40px;
}
.kimurashiki>.content_left>.text{
    width: 640px;
}
.kimurashiki>.content_right {
    display: inline-block;
    margin-left: 100px;
}
.kimurashiki>.content_right>.img01{
    width: 260px;
    position: relative;
    top: -30px;
}
.kimurashiki>.content_right>.comment {
    font-size: 1.3rem;
    text-align: center;
    font-weight: bold;
    position: relative;
    top: -40px;
    left: -13px;
}
/* === 自然栽培とは ============================ */
.natural {
    position: relative;
    margin-top: 100px;
    height: 600px;
}
.natural .img{
    width: 500px;
}
.natural h3{
    position: relative;
    top: -240px;
    left: 280px;
    width: 500px;
	text-align: center;
	font-size: 2rem;
}
.natural .text{
    position: relative;
    top: -200px;
    left: 280px;
    width: 490px;
}
.natural .text span,
.natural2 .text span,
.yuuki .text span,
.yuuki2 .text span{
	display: block;
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
	padding: 20px;
}
.natural .text span:before,
.natural2 .text span:before,
.yuuki .text span:before,
.yuuki2 .text span:before{
	content: "■";
	padding-right: 5px;
}

.natural2 {
    position: relative;
    margin-top: 10px;
    height: 460px;
}
.natural2 .img{
    width: 500px;
}
.natural2 .text{
    position: relative;
    top: -230px;
    left: 280px;
    width: 490px;
}
.natural2 .text span{
	display: block;
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
	padding: 20px;
}

.natural3 {
    position: relative;
    margin-top: 60px;
    height: 680px;
}

.natural3 .text{
    position: relative;
    width: 1050px;
}

/* === 有機栽培との違い ============================ */
.yuuki {
    height:430px;
    position: relative;
}
.content_left,.content_left>.text{
    float: left;
    width: 490px;
}
.yuuki .content_right{
    float: right;
    width: 500px;
    margin-right: 50px;
	padding-top: 20px;
}
.yuuki .text{
	margin-top: -30px
}
.yuuki2 {
    height:500px;
    position: relative;
}
.yuuki2 .content_right{
    float: right;
    width: 500px;
    margin-right: 50px;
	padding-top: 40px;
}
.yuuki2 .text{
	margin-top: -80px
}

/* === 自然栽培商品 ============================ */
.natural_product{
    width: 100%;
    height: 420px;
    background: url(../../img/kimurashiki/daikon.png) no-repeat;
    background-size: cover;
    background-position: 0 -250px;
    min-width: 1100px;
}
.natural_product>div{
    width: 1100px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}
.natural_product .title{
    padding-top: 80px;
    font-family :YuMincho,'Yu Mincho', serif;
    font-size: 3.5rem;
    margin-bottom: 20px;
}
/* ===商品一覧 ============================ */
.product {
    padding-top: 100px;
}
.product_list{
    padding-bottom: 150px;
}
.product .img{
    width: 200px;
    display: inline-block;
    margin-right: 150px;
}
.product .num{
    width: 30px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    font-size: 2.5rem;
    font-family :YuMincho,'Yu Mincho', serif;
}
.product .textarea{
    width: 700px;
    vertical-align: top;
    display: inline-block;
    text-align: left;
}
.product .textarea .title{
    font-weight: bold;
    margin-top:5px;
    margin-bottom: 30px;
}
.product .textarea .title .tag{
    width: 120px;
    margin-left: 20px;
}
.product .textarea .text01{
    font-size: 1.4rem;
}
.product .textarea .text02{
    margin-top: 20px;
    font-weight: bold;
    font-size: 1.3rem;
}

/* === ゴールドボタン ============================ */
.product{
    padding-bottom: 60px;
    border-bottom: 1px dotted #000;
}
.product .textarea .botton{
    margin-top: 30px;
    text-align: center;
    display: inline-block;
}
.product .textarea .botton a{
    padding: 0.6em 5em;
    text-decoration: none;
    color: #bd8e4c;
    border: solid 1px #bd8e4c;
    transition: .4s;
    margin-top: 65px;
}
.product .textarea .botton a:hover {
    background: #bd8e4c;
    color: white;
}

/* === ブログご紹介 ============================ */
.blog_product{
    width: 100%;
    height: 400px;
}
.blog_product>div{
    width: 700px;
    text-align: center;
    margin: 0 auto;
    color: #333;
}
.blog_product .title{
    padding-top: 80px;
    font-family :YuMincho,'Yu Mincho', serif;
    font-size: 3.5rem;
    margin-bottom: 20px;
}

.blog_ .textarea{
    width: 700px;
    vertical-align: top;
    display: inline-block;
    text-align: left;
}

.blog_product .textarea .text01{
    font-size: 1.4rem;
}
.blog_product .textarea .text02{
    margin-top: 30px;
    font-size: 1.1rem;
}

a.txtlink {
    color: #2c2c2c;
    text-decoration: underline;
    text-underline-offset:0.3em;
}