@charset "utf-8";

.display_pc{
	display:none !important;
}

html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
	background:transparent;
	list-style-type:none;
	font-size: medium;
	color: #000;
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	line-height: 1.8em;
}

.alignleft{
	text-align:left;
}

.aligncenter{
	text-align:center;
}

.alignright{
	text-align:right;
}

p {
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

a{
	text-decoration:none;
}

a:visited {
}

a:link {
}

a:hover{
	text-decoration: none;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.img-photo {
	max-width: 100%;
}

.img-photo100 {
	width: 100%;
}

.block_left_sp {
	float:left;
}

.block_right_sp {
	float:right;
}

/* -----------------------------------------------------------------------
 ヘッダー
--------------------------------------------------------------------------*/

header{
	width:100%;
	clear:both;
	z-index:9999;
	position:fixed;
	top:0;
	left:0;
	background:rgba(255,255,255,0.85);
	height:60px;
	box-sizing:border-box;
	transition: .5s;
}

.header_inner{
	width:98%;
	margin:auto;
	position:relative;
	overflow:hidden;
}

.header_inner img{    /* -------   米っこロゴ   -------*/
	width: 200px;
	margin: 3px 0 0 5px;
}


/* -----------------    グローバルメニュー     ---------------------*/

.header_inner .global{
	display:none;
	position:fixed;
	z-index:9999;
	top:60px;
	right:0;
	width:40%;  /* -------   メニュー幅   -------*/
	height:70%;  /* -------   メニュー高さ   -------*/
	background:rgba(255,255,255,0.4);
}

.header_inner .global ul{
	display:block;
}

.header_inner .global li{
	width:100%;
	position:relative;
	display:block;
}

.header_inner .global li a{
	display:block;
	text-align:center;
	font-size:15px;
	line-height:1.1;
	padding:20px 0;
	width:100%;
	z-index:+2;
	border-bottom:dashed 1px #666;
	color:#005d2d;
}

/* -----------------    ハンバーガーメニュー     ---------------------*/

.header_right{
	position:absolute;
	right:0;
	top:10px;
	z-index:999;
}

.header_right li{
	margin-right:10px;
	position:relative;
}

.sp_navi a img,
.sp_navi a{
	display:block;
	width:100%;
}

/* -----------------------------------------------------------------------
 スライドショー
--------------------------------------------------------------------------*/

.komekko-main-img {
	margin-top: 60px;
}


/* -----------------------------------------------------------------------
 メイン（スライド下からフッターまで）
--------------------------------------------------------------------------*/
#index_page main{
	z-index:2;
	position:absolute;
	max-width:100%;
	background:#fff;
	overflow:hidden;
}

.icon-valign {     /* ---------  テキストとアイコンのVアライン  --------- */
	vertical-align: middle;
	margin: -5px 10px 0 0;
}

/* ----------　ボタン共通　----------*/

.btn {
	background: #ea7f16;
	padding:10px 0 10px;
	text-align: center;
}

.btn:hover {
	background: #ffae5e;
}

.btn p {
	color: #fff;
	font-size: 16px;
	line-height:2;
	margin: 0;
}

.round-img {     /* ---------  角丸  --------- */
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

/* -----------------------------------------------------------------------
 トップバナー
--------------------------------------------------------------------------*/

.banner-inner {
	margin:0 auto;
	width:94%;
	overflow:hidden;
	padding-top:15px;
	padding-bottom:13px;
}

.fan-banner {
	padding-bottom:12px;
	width:80%;
	margin:0 auto;
}

.bnr-komekoclub {
	width: 56%;
}

.bnr-fan {
	width: 35%;
}

/* -----------------------------------------------------------------------
 セクションA-B（イントロ）
--------------------------------------------------------------------------*/
.section-a {
    padding: 15px 0 10px;
    background-color:#f8f8f8;
}

.section-a .block_inner, .section-b .block_inner{
	margin:0 auto;
	width:94%;
	overflow:hidden;
}

.intro-01 h1 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 22px;
	font-weight: 400;
	margin: 10px 0 20px;
	line-height:1.6;
	text-align: center;
	color: #888;
}

.intro-01 p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: left;
	font-size: 15px;
	margin: 10px 0 20px;
	line-height: 1.8;
	color: #666;
}

.intro-02 p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: left;
	font-size: 15px;
	margin: 10px 0 20px;
	line-height: 1.8;
	color: #666;
}

/* ----------　イントロ背景画像あり　----------*/
.section-b {
    padding: 0 0 20px;
}


/* -----------------------------------------------------------------------
 セクションC　（商品紹介）
--------------------------------------------------------------------------*/

.section-c {
    padding: 10px 0 40px;
    }

.section-c .block_inner{
	margin:0 auto;
	width: 94%;
	overflow:hidden;
}

.section-c h2 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.05em;
	font-size: 20px;
	font-weight: 400;
	margin: 10px 0 30px;
	line-height:1.6;
	text-align: center;
	color: #888;
}

.section-c-left {
	width: 100%;
	margin: 0 60px 0 0;
}

.section-c-right {
	width: 100%;
}

.section-c-right .sub-title {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #467050;
	margin-top:30px;
}

.section-c-right .title {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.05em;
	font-size: 29px;
	font-weight: 400;
	text-align: center;
	color: #467050;
	margin-top:-20px;
}

.section-c-right .komekko-description {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 15px;
	font-weight: 400;
	margin: 0 0 20px;
	line-height:1.8;
	color: #666;
}

.gotoshop-btn {
	font-size: 20px;
	text-align: center;
	width:240px;
	margin:50px auto 0;
	background-color: #467050;
	color:#fff;
	border-radius:50px;
}

.gotoshop-btn:hover {
	background-color: #6a9073;
}

/* -----------------------------------------------------------------------
 セクションD　（アグリプラス神戸について）
--------------------------------------------------------------------------*/

.section-d {
    padding: 60px 0;
    border-top: 1px solid #aaa;
    }

.section-d .block_inner{
	margin: 0 auto;
	width:100%;
	text-align: center;
}

.section-d img {
	display: block;
	margin: 0 auto 30px;
}

.section-d p {
	text-align: center;
}

/* -----------------------------------------------------------------------
 ヒストリー
--------------------------------------------------------------------------*/

.history-bg {
	margin-top: 65px;
	background-color: #faf6eb;
}

.history-line {
	width: 100%;
}

.history-title {
	margin-top: 65px;
	width: 100%;
	margin-bottom: 30px;
}

.history-title img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.section-history {
    padding: 0 0 30px;
    }

.section-history .block_inner {
	margin:0 auto 10px;
	width:95%;
	overflow:hidden;
}

.history_main_block {
	width: 100%;
}

.history_main_block p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: left;
	font-size: 15px;
	margin-bottom: 30px;
	line-height: 1.8;
	color: #67532d;
}

.his-photo {
	display: block;
	margin: 0 auto 15px;
}

/* -----------------------------------------------------------------------
 アグリプラス神戸
--------------------------------------------------------------------------*/
.agriplus-title {
	margin-top: 150px;
	width: 100%;
	margin-bottom: 80px;
}

.agriplus-title img {
	display: block;
	margin: 0 auto;
	max-width: 80%;
}

.agriplus-kobe {
    padding: 20px 0 30px;
    background-color: #fff;
    }

.agriplus-kobe .block_inner {
	margin:0 auto 10px;
	width:92%;
	overflow:hidden;
}

.agriplus-intro h1 {
	font-size: 18px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 20px;
	color: #444;
}

.agriplus-intro p, .agriplus-intro2 p {
	font-size: 15px;
	color: #444;
	line-height: 1.8;
}

.agriplus-intro {
	margin-bottom: 30px;
}

.member-info {
	border-top: 2px dashed #ccc;
	padding-top: 60px;
	margin-bottom: 30px;
}

.member-info-description {
	width: 100%;
}

.member-info-description h2 {
	font-size: 17px;
	font-weight: 800;
	margin-bottom: 20px;
	color: #005d2d;
}

.member-info-description p {
	margin-bottom: 20px;
}

.member-photo {
	width:100%;
	padding-top: 3px;
	margin-top: 20px;
}

.member-photo img {
	width:45%;
	margin-bottom: 10px;
	margin-left:2%;
}

/* -----------------------------------------------------------------------
 　　商品紹介
--------------------------------------------------------------------------*/

.products {
	margin-top: 65px;
	padding-top: 15px;
	padding-bottom: 20px;
	background-color: #faf6eb;
}
	
.column-number {
	display: block;
	margin: 7px auto 10px;
}

.product-description {
	margin: 0 15px;
}

/* -----------------------------------------------------------------------
 米粉とは
--------------------------------------------------------------------------*/
.about-riceflour {
    width: 100%;
    text-align:center;
    overflow:hidden;
}

.about-riceflour .block_inner {
	margin:0 auto;
	width: 100%;
	background-color: #fff;
	padding-bottom: 40px;
}

.about-riceflour h1 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.1em;
	font-size: 35px;
	font-weight: 300;
	margin: 0;
	color: #000;
}

.about-riceflour h2 {
	letter-spacing: 0.1em;
	font-size: 18px;
	color: #000;
	font-weight: 300;
	margin-bottom: 60px;
}

.about-riceflour .block_inner .contents-box {
	margin: 0 auto;
	padding-top: 110px;
	width: 90%;
	background-color: #fff;
}


.merit-description {
	margin-bottom: 80px;
}

.round-mark {
	background-color: #005d2d;
	width:70px;
	height:70px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	padding:10px;
	text-align:center;
	margin:0 auto;
}

.round-mark02 {
	background-color: #c19a3d;
}

.round-mark p.rm-01 {
	color:#fff;
	font-size: 14px;
	line-height:17px;
	margin:0;
	text-align:center;
}

.round-mark p.rm-02 {
	color:#fff;
	font-size: 30px;
	line-height:42px;
	margin:0;
	text-align:center;
}

.merit-heading,.select-heading {
	margin-top:30px;
	margin-bottom:30px;
}

.merit-heading h3,.select-heading h3 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 22px;
	font-weight: 800;
	line-height:30px;
	margin-top: 30px;
}

.merit-heading h3 {
	color: #005d2d;
}

.select-heading h3 {
	color: #c19a3d;
}


h2.merit-heading02 {
	border: solid 1px #c19a3d;
	height:40px;
	width:100%;
	border-radius: 20px;
	letter-spacing: 0.1em;
	font-size: 20px;
	font-weight: 800;
	margin: 40px auto 50px;
	color: #c19a3d;
	line-height:40px;
}

.merit-description p {
	font-size: 16px;
	text-align:left;
}

.aboutkomeko-img-r {
	max-width:320px;
	margin: 9px 0 20px 0;
}

.aboutkomeko-img-l {
	max-width:320px;
	margin: 9px 0 20px 0;
}

.mesh-table {
	display:block;
	margin: 30px auto;
}


/* -----------------------------------------------------------------------
 　　フッター
--------------------------------------------------------------------------*/

#footer {
	background-color: #467050;
	overflow:hidden;
	width:100%;
}

#footer_inner {
	width:95%;
	margin:0 auto;
	overflow:hidden;
}

#footer .footer_sp {
	text-align:center;
	margin-top: 10px;
}

#footer .footer_sp span {
	color: #fff;
	font-size:15px;
}

#footer .footer_sp p {
	color: #fff;
	font-size:12px;
}

#footer .footer_sp p:link {
	color: #fff;
}

/* ---------  copyright  --------- */

#footer .copyright {
	text-align:center;
	display: block;
	width:100%;
	font-size: 14px;
	color: #fff;
	padding:10px 0 15px;
}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}


/* -----------------------------------------------------------------------
 　　お問い合わせ
--------------------------------------------------------------------------*/

.otoiawase {
    width: 100%;
    text-align:center;
    padding-top:65px;
}

.otoiawase .block_inner {
	margin:0 auto;
	width: 100%;
	padding-bottom: 40px;
}

.contact-form {
	width: 100%;
	height: 650px;
	margin:0;
	padding: 0;
}