@charset "utf-8";

.display_sp{
	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:"游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8em;
	font-weight:500;
}

a {outline:none;}

.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;
	color:#286792;
}

a:visited {
}

a:link {
}

a:hover{
	text-decoration: none;
}

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}



.clearfix {
	zoom: 1;
}

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

p {
	margin: 0;
	padding:0;
	border:0;
}

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


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

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

.header_inner{
	width:1200px;
	margin:auto;
	position:relative;
}

.header_inner img{    /* -------   米っこロゴ   -------*/
	float:left;
	margin:0;
}


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

.header_inner .global{
	display:block;
	position:absolute;
	right:0px;
	top:10px;
}

.header_inner .global>ul{
	display:block;
}

.header_inner .global>ul>li{
	width:126px;    /* -------   左右幅   -------*/
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.header_inner .global li a{
	text-decoration:none;
}

.header_inner .global>ul>li:after,.header_inner .global>ul>li a:after{
	content:"";
	height:60%;
	width:1px;
	position:absolute;
	bottom:20%;
	right:0;
	background:#aaa;
}

.header_inner .global>ul>li:last-child:after,.header_inner .global>ul>li:last-child a:after{
	content:none;
}

.header_inner .global>ul>li:hover>ul li.under_li a:after,
.header_inner .global>ul>li:hover>ul li.under_li a:after{
	content:none;
}

.header_inner .global>ul>li a{
	display:block;
	text-align:center;
	font-size:14px;    /* -------   メニュー文字サイズ   -------*/
	line-height:1.1;
	padding:20px 0;
	width:100%;
	z-index:+2;
	color:#005d2d;
}

.header_inner .global>ul>li>ul{
	display:none;
}

.header_inner .global>ul>li:hover:before{
	content:"";
	position:absolute;
	height:100px;
	width:180px;
	background:none;
}

.header_inner .global>ul>li:hover>ul,
.header_inner .global>ul>li:hover>ul{
	display:block;
	position:absolute;
	top:53px;
	width:100%;
}

.header_inner .global>ul>li:hover>ul li a,
.header_inner .global>ul>li:hover>ul li a{
	font-size:13px;    /* -------   プルダウンメニュー文字サイズ   -------*/
	background:#ddd;    /* -------   プルダウンメニュー背景色#c2143e   -------*/
	padding:10px 0;
	color:#000;
	position: relative;
	border-bottom: dotted 1px #fff;
}

.header_inner .global>ul>li:hover>ul li a:hover,
.header_inner .global>ul>li:hover>ul li a:hover{
	color:#fff;
	background:#999;
	opacity:1;
}

.header_inner .global>ul>li:hover>ul li:last-child a,
.header_inner .global>ul>li:hover>ul li:last-child a{
	border-bottom:none;
}

/* -----------------    グロバルメニュー　ホバーアイコン     ---------------------*/

.header_inner .global>ul>li:hover:before{
	content:url(../img/icon/navi-icon.gif);
	position:absolute;
	left:24px;
	top:24px;
	width:42px;
	height:38px;
	z-index:-9999;
}

.header_inner .global>ul>li:hover:after{
	content:"";
	width:100%;
	bottom:-100px;
	left:0;
	height:100px;
	background:none;
}

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

.header_right{
	position:absolute;
	right:0;
	top:10px;
}

.header_right li{
	float:left;
}

/* -----------------------------------------------------------------------
 スライドショー
--------------------------------------------------------------------------*/
#obj{
	overflow:hidden;
	background-size:100% auto;
	width:100%;
	height:650px;
}

.index_block1{
	z-index:1;
	position:fixed;
}

#slideshow {
   position:relative;
   width:100%;
   height:100%;
   z-index:1;
}
#slideshow li {
   position:absolute;
   top:0;
   height:650px; /* ---- スライドの画像の高さ ----*/
   margin:0;
   padding:0;
   background-position:center top;
   background-repeat:no-repeat;
   background-size:auto 100%;
}

#slideshow li img{
	width:100%;
	height:100%;
	display:block;
}

.index_block1 .main-logo {    /* ---- ロゴ画像 ----*/
	width:100%;
	position:absolute;
	display:block;
	text-align:center;
	z-index: 888;
	margin-top:80px;
	padding-top:40px;
	opacity: 0.80;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}


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

/* ----------　共通フロート　----------*/

.block_left {
	float:left;
}

.block_right {
	float:right;
}

.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: 18px;
	line-height:2;
}

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

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

.banner-inner {
	margin:0 auto;
	width:900px;
	overflow:hidden;
	padding-top:19px;
	padding-bottom:19px;
}

.fan-banner {
	padding-top:3px;
	width:349px;
	display:inline-block;
}


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

.section-a .block_inner, .section-b .block_inner{
	margin:0 auto;
	max-width:900px;
	overflow:hidden;
}

.intro-01 {
	background-image: url(../img/intro-title-bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: contain;
}

.intro-01 h1 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.05em;
	font-size: 36px;
	font-weight: 400;
	margin: 10px 0 50px;
	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: 21px;
	margin: 40px 0 60px;
	line-height: 2.3;
	color: #666;
	letter-spacing: 0.05em;
}

.intro-02 p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: left;
	font-size: 21px;
	margin: 50px 0 80px;
	line-height: 2.3;
	color: #666;
	letter-spacing: 0.05em;
}

/* ----------　イントロ背景画像あり　----------*/
.section-b {
    padding: 30px 0 70px;
    background-image: url(../img/bg-intro01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}


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

.section-c {
    padding: 60px 0 100px;
    background-image: url(../img/bg-product.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    }

.section-c .block_inner{
	margin:0 auto;
	width:1100px;
	overflow:hidden;
}

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

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

.section-c-right {
	width: 450px;
}

.section-c-right .sub-title {
	letter-spacing: 0.05em;
	font-size: 19px;
	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: 34px;
	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;
	text-align: left;
	letter-spacing: 0.05em;
	font-size: 18px;
	font-weight: 400;
	margin: 10px 0 20px;
	line-height:1.8;
	color: #555;
}

.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;
    }

.section-d .block_inner{
	margin: 0 auto;
	width:1100px;
	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 {
	margin-top: 20px;
	margin-bottom: 30px;
}

.history-title {
	position: relative;
    width: 100%;
    height: 251px;
	margin-bottom: 50px;
	overflow:hidden;
}

.history-title img {
    position: absolute;
    left: 50%;
    width: 1900px;
    height: 251px;
    margin-left: -950px;
}

.section-history {
    padding: 6px 0 70px;
    }

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

.photo_left, .photo_right {
	width: 350px;
	padding-top: 10px
}

.photo_left, .history_main_block {
	margin-right: 25px;
}

.history_main_block {
	width: 550px;
}

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

.his-img01 {
	margin-top: 20px;
}

.his-img02 {
	margin-top: 200px;
}

.his-img04 {
	margin-top: 150px;
}

.his-img05 {
	margin-top: 150px;
}

.his-img06 {
	margin-top: 50px;
}

.his-img07 {
	margin-top: 220px;
}

.his-img09 {
	margin-top: 130px;
}

.his-img11 {
	margin-top: 130px;
}

.his-img12 {
	margin-top: 60px;
}

.his-img15 {
	margin-top: 150px;
}

.his-img14 {
	margin-top: 150px;
}

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

.agriplus-title img {
	display: block;
	margin: 0 auto;
}

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

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

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

.agriplus-mainimg {
	margin-bottom: 12px;
}

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

.agriplus-intro2 {
	margin: 60px 0 70px 230px;
}

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

.member-info-description {
	width: 670px;
}

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

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

.member-photo {
	width:190px;
	padding-top: 3px;
}

.member-photo img {
	margin-bottom: 10px;
}

/* -----------------------------------------------------------------------
 製品紹介
--------------------------------------------------------------------------*/

.products {
	margin-top: 65px;
	padding-top: 40px;
	padding-bottom: 80px;
	background-color: #faf6eb;
}

.products .block_inner {
	margin:0 auto 10px;
	width:1200px;
}

.product-img {
	width: 580px;
	background-color: #ebdcb3;
	text-align: center;
	margin-right: 33px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.product-description {
	width: 280px;
}

.product-description img {
	margin-top: 80px;
}

.desc-top {
	padding: 30px 0 0;
}

/* -----------------------------------------------------------------------
 米粉とは
--------------------------------------------------------------------------*/

.about-riceflour {
    width: 100%;
    text-align:center;
    background-image: url(../img/aboutkomeko-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding-top:65px;
}

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

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

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

.about-riceflour h2 {
	letter-spacing: 0.1em;
	font-size: 19px;
	color: #000;
	margin-bottom: 70px;
}


.merit-description {
	text-align:left;
	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-right:20px;
}

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

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

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

.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: 25px;
	font-weight: 800;
	line-height:85px;
}

.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: 18px;
}

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

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

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


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

#footer {
	background-color: #467050;
	color: #fff;
	overflow:hidden;
	text-align:center;
}

#footer_inner {
	width:1100px;
	margin: 0 auto;
	padding: 25px 20px 10px 20px;
}

#footer a {
	color: #fff;
}

/* ---------  fnav  --------- */

#fnav ul li {
	display: inline;
	font-size: 14px;
	color: #fff;
}

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

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

#footer a:hover{
	opacity: 1;
	text-decoration: underline;
}

/* ------------------ */

.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: 980px;
	padding-bottom: 40px;
}

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