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

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

	初期設定

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

html,body,div,
dl,dt,dd,ul,ol,li,
tr, th, td,
h1,h2,h3,h4,h5,h6,
p,a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	border: none;
	line-height: 1.5;
	text-align: left;
	text-decoration:none;
	color:#000;
}

dl,ul,ol,li {
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	border:none;
	-webkit-backface-visibility: hidden;
}

button, input, select, textarea {
	font-family:inherit;
	font-size:100%;
}

*:focus {
	outline: none;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

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

	メインレイアウト

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

html {
	width:100%;
	height:100%;
}

body {
	width: 100%;
	height: 100%;
	font-family: '游明朝' , 'Yu Mincho' , '游明朝体' , 'YuMincho' , 'ヒラギノ明朝 Pro W3' , 'Hiragino Mincho Pro' , 'HiraMinProN-W3' , 'HGS明朝E' , 'ＭＳ Ｐ明朝' , 'MS PMincho' , 'Noto Serif JP', serif;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	font-weight: 500;
}

#wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	height: auto !important;
	min-height: 100%;
}

#contents {
	width:100%;
	padding-bottom: 317px;
}

#contents section {
	width:100%;
	padding: 100px 0;
}

#contents section:nth-of-type(even){
	background:url(../img/bg.png);
}

.access_top {
	padding-bottom: 0px;
}

.inner {
	width: 980px;
	margin:auto;
	padding: 0 10px;
}

.scroll-fade {
	opacity: 0;
	transition: all 2s/*処理にかかる時間*/;
}

.scroll-up {
	opacity: 0;
	transform: translateY(100px)/*スクロールアップする距離*/;
	transition: all 2s/*処理にかかる時間*/;
}
.scroll-up.done,
.scroll-fade.done {
	opacity : 1;
	transform : translate(0, 0);
}

.load-fade {
	opacity : 0;
	transition : all 2s/*処理にかかる時間*/;
}

.load-up {
	opacity: 0;
	transform: translateY(100px)/*スクロールアップする距離*/;
	transition: all 2s/*処理にかかる時間*/;
}

.load-up.done,
.load-fade.done {
	opacity : 1;
	transform : translate(0, 0);
}

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

	共通設定

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

/*----------リンク---------*/

a {
	color: #29abe2;
}

a:hover {
	text-decoration:underline;
}

a:hover img {
	opacity: 0.8;
}


/*----------見出し---------*/
.pagettl {
	width: 100%;
	height: 350px;
}

.company_ttl {
	background: url(../img/title/company.jpg) #FFF;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.business_ttl {
	background: url(../img/title/business.jpg) #FFF;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.merchandise_ttl {
	background: url(../img/title/merchandise.jpg) #FFF;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.factory_ttl {
	background: url(../img/title/factory.jpg) #FFF;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.guideline_ttl {
	background: url(../img/title/guideline.jpg) #FFF;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.campaign_ttl {
	background: url(../img/title/campaign.jpg) #FFF;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.info_ttl {
	background: url(../img/title/info.jpg) #FFF;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.contact_ttl {
	background: url(../img/title/contact.jpg) #FFF;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.notfound_ttl {
	background: url(../img/title/404.jpg) #FFF;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}


.pagettl h2{
	font-size: 45px;
	font-weight:bold;
	color: #fff;
	text-align: center;
	padding-top: 175px;
	text-shadow: 0 0 10px #333;
}

.title {
	font-size: 38px;
	color: #3875b2;
	font-weight:bold;
	text-align:center;
	margin-bottom: 40px;
}

.subtitle {
	color: #6091c1;
	font-size: 30px;
	text-align:center;
	font-weight:bold;
	margin-bottom: 20px;
}


/*----------文字---------*/
.line-break {
	display: none;
}

.center {
	text-align:center;
}

.text {
	margin-bottom: 40px;
}

.right {
	text-align: right;
}

.red {
	color: #F00;
}

.mt_20 {
	margin-top: 20px;
}

.mb_60 {
	margin-bottom: 60px;
}

.bold {
	font-weight:bold;
}

/*----------画像---------*/
.pc {
	display:block;
}

.sp {
	display: none;	
}

/*----------ボタン---------*/
.btn,
.campaign_btn {
	display: block;
	width: 300px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	transition: .4s;
	margin: 60px auto 0;
	border-radius: 10px;
	background:url(../img/btn_bg.png);
}

.campaign_btn {
	width: 630px;
	font-size: 20px;
}

.btn:hover,
.campaign_btn:hover {
	text-decoration: none;
	opacity: 0.8;
}



/*----------テーブル---------*/
table.type01 {
	width:100%;
	border-collapse:collapse;
	margin-bottom:20px;
}

table.type01 th {
	width: 230px;
	padding: 20px;
	border-bottom: 1px #3875b2 solid;
	padding-left: 20px;
	vertical-align: top;
	text-align: left;
}

table.type01 td {
	padding: 20px;
	border-bottom: 1px #999 solid;
	text-align: left;
}


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

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

/*----------ヘッダー---------*/
header {
	width: 100%;
	height: 100px;
	position: fixed;
	display: flex;
	justify-content: space-between;
	z-index: 999;
	padding: 0 40px;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.7) 100%);
}


header.transform{
	background: rgba(255,255,255,0.8);
}

#header_inner {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header_box img {
	margin-right: 20px;
}

/*----------ロゴ---------*/
#logo img{
	width: 330px;
	height:auto;
}

/*----------メニュー---------*/
header nav ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

header nav ul li{
	text-align:left;
	margin: 0 10px;
}

header nav ul li:last-child {
	margin-right: 0px;
}

header nav ul li a{
	color: #003366;
	font-weight:bold;
	text-decoration: none;
	font-size: 16px;
	/*transition: all 0.3s ease;*/
}

header nav ul li a:hover {
	text-decoration: none;
	color: #29abe2;
}

.hamburger {
	display: none;
}


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

	トップページ

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

/*----------スライド---------*/
.top_slide {
	position: relative;
}

.catchcopy{
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index:99;
}

.catchcopy h2{
	font-size: clamp(30px, 3vw, 40px);
	color: #003366;
	font-weight:bold;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-shadow: 0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff;
}

.slide div {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 100vh;
	margin: 0;
}

.slide div .img_01 {
	background-image:url(../img/slide01.jpg);
}

.slide div .img_02 {
	background-image:url(../img/slide02.jpg);
}

.slide div .img_03 {
	background-image:url(../img/slide03.jpg);
}

.slide div .img_04 {
	background-image:url(../img/slide04.jpg);
}

.slide div .img_05 {
	background-image:url(../img/slide05.jpg);
}

/*----------食の安心安全について---------*/
.top_text {
	line-height: 2;
}

.anshin_anzen {
	background:url(../img/anshin_anzen_bg.png) no-repeat center;
	height:300px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*----------事業内容---------*/
.top_business {
	position: relative;
	margin: 0 auto;
}

.top_business .item {
	display: flex;
	margin-bottom: 60px;
}

.top_business:last-child .item{
	margin-bottom: 0;
	justify-content: flex-end;
}

.top_business .img:nth-child(even) {
	position: absolute;
	width: 55%;
	right: 0;
}

.top_business .detail:nth-child(odd) {
	margin-left: 100px;
	margin-top: 50px;
	padding: 8vw 9vw 9vw 5vw;
	background-color: #fff;
	border-radius: 10px;
	width: 50%;
	flex: 0 0 auto
}

.top_business .img:nth-child(odd) {
	position: absolute;
	width: 55%;
	left: 0;
}

.top_business .detail:nth-child(even) {
	margin-right: 100px;
	margin-top: 50px;
	padding: 8vw 9vw 9vw 16vw;
	background-color: #fff;
	border-radius: 10px;
	width: 50%;
	flex: 0 0 auto;
}

.top_business .detail-in {
	max-width: 28vw;
}

.top_business h3 {
	font-size: 30px;
	font-weight:bold;
	color: #3875b2;
	margin-bottom: 40px;
}

.top_business .btn {
	margin: 40px 0 0 0;
}

/*----------取扱商品---------*/
.top_merchandise {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
}

.top_merchandise li{
	width: 25%;
	padding: 0 20px;
}

.top_merchandise li div {
	display:block;
	height: 100%;
	padding: 20px;
	text-align:center;
	transition: .4s;
}

.top_merchandise li div img{
	width: 60%;
	height:auto;
	display:block;
	margin:auto;
}

.top_merchandise li div h3 {
	font-size: 24px;
	font-weight:bold;
	color: #6091c1;
	text-align:center;
	border-bottom: solid 1px #6091c1;
	margin: 20px 0;
	padding-bottom: 10px;
}

.top_merchandise li div:hover{
	background:#f4f9fc;
	text-decoration: none;
	border-radius: 10px;
	cursor: pointer;
}

.top_merchandise li div a:hover {
	text-decoration: none;
}

.top_merchandise li div a:hover img {
	opacity: 1;
}


/*----------新着情報---------*/
.top_info_list {
	width: 100%;
}

.top_info_list li {
	display: flex;
	width: 100%;
	margin-bottom: 30px;
	padding: 0 20px 20px 20px;
	border-bottom: solid 1px #b3b3b3;
}

.top_info_list li p {
	line-height: 42px;
}

.top_info_list span {
	margin: 0 20px;
}

.top_info_list a {
	color: #000;
}

.info {
	width: 120px;
	height: 40px;
	display: inline-block;
	color: #f7931e;
	border: solid 1px #f7931e;
	text-align: center;
	line-height: 40px;
}

.cnp {
	width: 120px;
	height: 40px;
	display: inline-block;
	color: #090;
	border: solid 1px #090;
	text-align: center;
	line-height: 40px;
}

/*----------お問い合わせ---------*/
.top_contact {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}

.top_contact li{
	color: #3a5dab;
	font-size: 40px;
	font-weight:bold;
}

.top_contact li img {
	margin-right: 20px;
}

.top_contact li:first-child {
	margin-right: 60px;
}

.contact_btn {
	display: block;
	width: 670px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	transition: .4s;
	margin: 60px auto 0;
	border-radius: 10px;
	background:url(../img/btn_bg.png);
}

.contact_btn:hover {
	text-decoration: none;
	opacity: 0.8;
}

.contact_btn i {
	margin-right: 20px;
	font-size:1.5em;
}

.contact_btn:before {
	font-family: "Font Awesome 5 Free";
	content: '\f0e0';
	margin-right: 20px;
	font-size: 1.5em;
}


/*----------ページトップ---------*/
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	background:url(../img/bg_02.png);
	border-radius: 50%;
	transition: .4s;
	z-index: 100;
}

#page_top a{
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}

#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f106';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: -10px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

#page_top:hover{
	opacity: 0.8;
}


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

	子ページ

---------------------------------------*/
.list dt {
	color: #6091c1;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

.list dd {
	text-align:center;
	margin-bottom: 60px;
}


.item_02 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
}

.item_02 li{
	width: 50%;
	padding-bottom: 40px;
}

.item_02 li:nth-child(odd) {
	padding-right: 20px;
}

.item_02 li:nth-child(even) {
	padding-left: 20px;
}

.item_02 li:nth-child(3),
.item_02 li:nth-child(4) {
	padding-bottom: 0px;
}

.item_02 h3 {
	font-size: 22px;
	font-weight: bold;
	color: #6091c1;
	text-align: center;
	border-bottom: solid 1px #6091c1;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.item_02 p {
	text-align:center;
	margin-top: 20px;
}


/*----------会社案内---------*/
.company_bg {
	padding: 160px 0 !important;
	background: url(../img/company_bg.png) no-repeat right;
	/*background-size: contain;*/
}

.company_bg h3 {
	text-shadow: 0 0 2px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
}


.company_bg p {
	text-shadow:  0 0 5px #fff, 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
}

.map {
	margin-bottom: 60px;
}

/*----------取扱商品---------*/
.merchandise .item_02 p:last-child {
	text-align:left !important;
	margin-top: 30px;
}

.merchandise .item_02 img {
	width: 60%;
	height:auto;
}

/*----------事業内容---------*/
.business .item {
	display: flex;
	align-items: center;
}

.business .item .img,
.business .item .detail {
	width: 50%;
}

.business .item .detail h2 {
	text-align: left;
}

.business .item .img img {
	max-width: 100%;
	height: 400px;
	object-fit: cover;
	border-radius: 10px;
}

.business .item .detail:nth-child(odd) {
	padding-right: 40px;
}

.business .item .detail:nth-child(even) {
	padding-left: 40px;
}

/*----------特別栽培米ガイドライン---------*/
table.guideline01 {
	width:100%;
	border-collapse:collapse;
	margin-bottom:60px;
}

table.guideline01 th {
	padding: 20px;
	color: #fff;
	border-bottom: 1px #fff solid;
	border-right: 1px #fff solid;
}

table.guideline01 td {
	padding: 20px;
	border-bottom: 1px #ccc solid;
	text-align:left;
	background:#FFF;
}

table.guideline01 .border01{
	border-bottom: 1px #fff dotted !important;
}

table.guideline01 .border02{
	border-bottom: 1px #ccc dotted !important;
}

table.guideline01 tr:first-child th {
	background:#0071bc;
	color:#fff;
	text-align:center;
}

table.guideline01 tr:not(first-child) th {
	background:#99c6e4;
	color:#fff;
}

table.guideline02 {
	width:100%;
	border-collapse:collapse;
	margin-bottom:60px;
}

table.guideline02 th {
	padding: 20px;
	text-align: center;
	background:#0071bc;
	color: #fff;
	border-bottom: 1px #fff solid;
	border-right: 1px #fff solid;
}

table.guideline02 td {
	padding: 20px;
	background: #F2F2F2;
	border-bottom: 1px #fff solid;
	border-right: 1px #fff solid;
}

table.guideline02 tr:nth-child(odd) td {
	background: #FAFAFA;
}

table.guideline02 th:last-child,
table.guideline02 td:last-child {
	border-right: none;
}


/*----------自社キャンペーン---------*/
.campaign_text01 {
	font-size: 30px;
	color: #3875b2;
	font-weight: bold;
	margin-bottom: 20px;
}

.campaign_text02 {
	font-size: 25px;
	color: #6091c1;
	font-weight: bold;
}

.campaign {
	width: 630px;
	margin: 0 auto;
	margin-top: 40px;
}

.campaign dt {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	color: #3875b2;
	padding: 10px;
	border-top: 1px solid #3875b2;
	border-bottom: 1px solid #3875b2;
}

.campaign dd {
	margin-bottom: 40px;
}

.campaign dd td {
	padding: 0 10px 10px 0;
	vertical-align: top;
}

.campaign dd:last-child {
	margin-bottom: 0;
}

.end {
	color: #F00;
	font-weight: bold;
	font-size: 25px;
	text-align: center;
	margin-bottom: 40px;
}


/*----------新着情報---------*/
.info_list dt {
	display: flex;
	align-items: center;
	padding: 0 20px 20px 20px;
}

.info_list dt span {
	margin: 0 20px;
}

.info_list dd {
	margin-bottom: 30px;
	text-align: left;
	border-bottom: solid 1px #b3b3b3;
	padding: 0 20px 20px 20px;
}

.info_list dd:last-child {
	margin-bottom: 0px;
}

.photo_slider {
	
	margin-top: 40px;
}

.photo_slider img {
	width: 100%;
}

/*----------お問い合わせページ---------*/
.contact {
	display: flex;
	justify-content: center;
}

.contact li {
	padding-right: 40px;
}

.contact li:last-child {
	padding-right: 0px;
}

.contact img {
	margin-right: 20px;
}

.contact p {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #3a5dab;
	font-size: 40px;
	font-weight:bold;
}

.contact p:nth-child(2) {
	text-align:center;
	font-size:16px;
	margin-top: 10px;
	color: #000;
	font-weight:normal;
}

.mail_copy {
	user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-drag:none;
	-khtml-user-drag:none;
}

.code_sample {
	width: 280px;
}


.contact_01 img {
	margin-right: 20px;
}

.contact_01 p {
	display: flex;
	justify-content: center;
	color: #3a5dab;
	font-size: 40px;
	font-weight:bold;
}

.contact_01 p:nth-child(2) {
	text-align:center;
	font-size:16px;
	margin-top: 30px;
	color: #000;
	font-weight:normal;
}

input[type="text"], textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 5px 10px;
}

.input_button {
	text-align:center;
}

input[type="submit"], input[type="button"], input[type="reset"] {
	-webkit-appearance: none;
	border-radius: 0;
}

input[type="submit"],input[type="reset"],input[type="button"] {
	width: 200px;
	height: 60px;
	background:url(../img/btn_bg.png);
	text-align:center;
	color:#fff;
	border-style: none;
	margin: 20px 10px 0 10px;
	padding: 0px;
	border-radius: 10px;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover {
	opacity: 0.7;
	cursor: pointer;
}

.error_messe {
	color: #F00;
}

table.contact_foam {
	width: 100%;
	margin-top: 20px;
}

table.contact_foam th {
	vertical-align: top;
	text-align: left;
	display: block;
	padding-bottom: 10px;
	font-weight: bold;
}

table.contact_foam td {
	text-align: left;
	display: block;
	padding-bottom: 40px;
}

.required {
	margin-left: 20px;
	display: inline-block;
	padding: 4px 10px;
	background: #EF454A;
	color: #fff;
	font-size: 14px;
	border-radius: 6px;
}

.mail_copy {
	user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-drag:none;
	-khtml-user-drag:none;
}


input[type="text"], input[type="email"], input[type="tel"], textarea ,select {
	width: 100%;
	border: 1px solid #ddd;
	padding: 10px 20px;
	-webkit-appearance: none;
}

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

	フッター

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

footer {
	width:100%;
	position:absolute;
	bottom:0;
	background:#95cbf1;
}

.footer_menu {
	width: 100%;
	background: #7abeee;
	padding: 20px 0;
}

.footer_menu nav {
	width: 1000px;
	margin: 0 auto;
}

.footer_menu ul {
	display: flex;
	justify-content: center;
}

.footer_menu ul li{
	padding: 0 10px;
	font-size: clamp(13px, 3vw, 16px);
}

.footer_menu ul li a{
	color: #FFF;
}

#footer_inner {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0;
	display: table;
	table-layout: fixed;
}

#footer_inner .logo {
	text-align:center;
	margin-bottom: 20px;
}

#footer_inner p {
	text-align:center;
	color: #fff;
	font-size: clamp(14px, 3vw, 16px);
}

#footer_inner .copy {
	font-size: 14px;
	text-align: center;
	color:#FFF;
	margin-top: 40px;
}