FFFDF@charset "utf-8";
/* -----------------------------------------------
 HTML RESET
-------------------------------------------------- */
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 16px;
}
 /*ie11*/
@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-size: 16px;
  }
}
/*edge*/
@supports (-ms-ime-align:auto) {
  html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-size: 16px;
  }
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, label, legend {
  display: block;
}
body {
  font-size: 100%;
  line-height: 1.7;
  font-family: "'Avenir','Helvetica Neue','Helvetica','Arial', 游ゴシック体 Pr6N M", "Yu Gothic Pr6N M";
  vertical-align: bottom;
  color: #3f310a;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-repeat: repeat;
}
img {
  vertical-align: bottom;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
}
input, textarea, select {
  font-size: 16px;
}
/* Lists Resets */
ul, ol {
  margin: 0;
  padding-left: 1em;
}
ul {
  list-style: none inside;
}
ol {
  list-style: decimal inside;
}
.disc {
  list-style-type: disc;
  padding-left: 0em;
  text-indent: 0em;
}
.circle {
  list-style-type: circle;
}
li {
  line-height: 1.6;
  text-align: left;
}
ul ul, ol ol {
  margin: 0;
}
/* Clearfixes*/
.clearfix {
  content: " ";
  display: block;
  clear: both;
}
/* Text */
sub, sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
i {
  font-style: italic;
  line-height: inherit;
}
strong, b {
  font-weight: bold;
  line-height: inherit;
}
small {
  font-size: 70%;
  line-height: inherit;
}
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 20px 0 20px;
  height: 0;
}
a {
  text-decoration: none
}
a:hover p {
  opacity: 0.5;
}
/* -----------------------------------------------
  Layout
-------------------------------------------------- */
html {
  background-color: #FFFFFF;
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
}
html.wf-active,
html.loading-delay {
    visibility: visible;
}
body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  /*background-color: #fff;*/
}
* html, body {
  height: 100%;
}
#wrapper {
  width: 100%;
  text-align: center;
  position: relative;
  overflow: none;
  margin: 0 auto;
}
#wrapper:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.container {
  padding-top: 10px;
  padding-bottom: 10px
}
.container p {
  font-family: "yu-gothic-pr6n", sans-serif;
font-weight: 400;
font-style: normal;
  margin-bottom: 1.25em;
  line-height: 1.8;
  text-align: left;
  width: 98%;
  padding: 0 1%;
}
.row p {
  margin-bottom: 1.25em;
  line-height: 2;
  text-align: left;
}
.w800 {
  max-width: 800px;
  margin: 0 auto
}
img {
  max-width: 100%;
  height: auto;
}
[class*="col-"] img {
  max-width: 100%;
  height: auto;
}
/* -----------------------------------------------
 Aligns & Formats
-------------------------------------------------- */
.fl {
  float: left;
}
.fr {
  float: right;
}
p.center {
  float: none;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.imgleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.imgright {
  float: right;
  margin: 5px 0 20px 20px;
}
.imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 20px;
}
.oh {
  overflow: hidden;
}
.hidden {
  display: none !important;
}
.hidden-text {
  font: 0/0 a !important;
}
.clear {
  clear: both;
  display: block;
}
/*-- パンくずリスト --*/
.breadcrumbs {
  text-align: left;
  padding: 10px 10%;
  background-color: #F6F6F6;
}
.breadcrumbs li {
  display: inline-block;
  position: relative;
  padding-right: calc(16px + 5px);
  margin-right: 5px;
  font-size: 12px;
}
.breadcrumbs li a {
  font-size: 12px;
  text-decoration: none
}
.breadcrumbs li::before {
  content: '›';
  width: 1em;
  height: 1em;
  line-height: 1;
  text-align: center;
  font-size: 14px;
  color: #A8A8A8;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.breadcrumbs li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.breadcrumbs li:last-child::before {
  content: normal;
}
/* -----------------------------------------------
Table
--------------------------------------------------*/
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-align: left;
}
table th {
	padding: 6px;
	vertical-align: middle;
	color: #3f310a;
	background-color: #FAF6ED;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 1.6;
	font-size: 15px;
}
table td {
	line-height: 18px;
	padding: 5px 1em;
	background-color: #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
	font-size: 16px;
}
.td_small{
	font-size: 15px ;
	padding: 5px 0em;
}
table.noboder, table.noboder td {
  border: none;
}
table td ul.listDisc {
  margin-bottom: 0;
  padding: 10px 0 0 0;
  
}
table td ul.listDisc li {
  line-height: 1;
  margin-bottom: 0; 
}
.th_center {
  text-align: center;
}
.th_kome {
  background-color: #E6EFF4;
  text-align: center;
}
.th_daizu {
  background-color: #DEDBCF;
  text-align: center;
}
.th_yasai {
  background-color: #E0EBD2;
  text-align: center;
}
.th_pink {
  background-color: #F1E0E8;
  text-align: center;
}
.th_orange {
  background-color: #F2E2D8;
  text-align: center;
}
.td_bg {
  background-color: #EDEDED;
  font-weight: bold;
  text-align: center;
}
/*レスポンシブ用table_scroll*/
.table-scroll {
  overflow-x: auto;
  margin-top: 0;
  margin-bottom: 1em;
  padding-top: 0
}
.table-scroll::-webkit-scrollbar {
  height: 10px;
}
.table-scroll::-webkit-scrollbar-track {
  margin: 0 2px;
  background: #ccc;
}
.table-scroll::-webkit-scrollbar-thumb {
  background: #666;
}
/*tableのセル内にある文字の折り返しを禁止*/
@media screen and (max-width: 768px) {
  .table-scroll table th {
    white-space: nowrap;
  }
}
/* -----------------------------------------------
 dl list
-------------------------------------------------- */
dl.list {
  line-height: 1.6;
  border-bottom: 1px solid #CCC;
  width: 90%;
  margin: 0 auto 2em auto;
}
dl.list dt {
  float: left;
  width: 15%;
  padding: 1em;
  border-top: 1px solid #CCC;
  text-align: left;
}
dl.list dd {
  margin-left: 15%;
  padding: 1em;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  text-align: left;
}
dl.list dd li {
  line-height: 1
}
/*dl.list_bg {
	line-height: 1.6;
	width: 100%;
    font-size: 17px;    
}
dl.list_bg dt {
	float:left;
	width:20%;
    border-radius: 10px 0 0 10px;
    background-color: #94b200;
    color: #fff;
    font-weight: bold;
	padding:1em;
	border-bottom: 4px solid #eaedde;
    border-left: 4px solid #eaedde;
    border-top: 4px solid #eaedde;
	text-align: center;
    margin-bottom: 10px;
}
dl.list_bg dd {
	margin-left:20%;
	padding:1em;
    font-weight: 600;
    background-color: #fff;
    border-radius: 0 10px 10px 0;
    border-bottom: 4px solid #eaedde;
    border-right: 4px solid #eaedde;
    border-top: 4px solid #eaedde;
	text-align: left;
    margin-bottom: 10px;
}*/
dt, dd {
  margin: 0; /* ブラウザの初期値をクリア */
  padding: 0; /* ブラウザの初期値をクリア */
}
.dlTable {
  width: 100%;
  display: flex; /* 子要素のdtとddを横並びにする */
  flex-wrap: wrap; /* 1つのdtとddで1行になるよう改行させる */
  text-align: left;
}
.dlTable dt, .dlTable dd {
  box-sizing: border-box; /* widthの計算を楽にするため */
  padding: 15px 30px;
  margin-bottom: 10px;
}
.dlTable dt {
  background-color: #94b200;
  color: #fff;
  font-weight: bold;
  border-radius: 10px 0 0 10px;
  border-bottom: 4px solid #eaedde;
  border-left: 4px solid #eaedde;
  border-top: 4px solid #eaedde;
  width: 20%;
}
.dlTable dd {
  background-color: #fff;
  font-weight: bold;
  border-radius: 0 10px 10px 0;
  border-bottom: 4px solid #eaedde;
  border-right: 4px solid #eaedde;
  border-top: 4px solid #eaedde;
  width: 80%;
}
/* -----------------------------------------------
 structure module
-------------------------------------------------- */
a {
  color: #3f3109;
}
a:hover, a:focus {
  opacity: 0.7;
}
a:hover {
  text-decoration: none;
}
.blank {}
.border_box {
  padding: 0 10px;
  border: 4px solid #e8e3d5;
  border-radius: 8px;
}
.border_box_green {
  padding: 1.25em 1.25em 0;
  width: 100%;
  height: 100%;
  border: 4px solid #e8e3d5;
  border-radius: 8px;
  margin: 0 auto;
 
}
.border_box_green_inline {
  display: inline-block;
  padding: 0.2em 1em;
  border: 1px solid #009391;
  border-radius: 4px;
}
.radius {
  border-radius: 5px;
}
.circle {
  border-radius: 50%;
}
.bg_white {
  background-color: #FFF;
}
.bg_gray {
  background-color: #F1F1F1;
}
.bg_beige {
  background-color: #faf6ed;
}
.bg_lg {
  background-color: rgba(148, 199, 191, 0.20);
}
.bg_pk {
  background-color: rgba(213, 170, 158, .1);
}
.bg_green {
  background-color: #a8c51e;
}
.shadow {
  -webkit-box-shadow: rgba(31, 31, 31, .2) 0 2px 2px;
  -moz-box-shadow: rgba(31, 31, 31, .2) 0 2px 2px;
  box-shadow: rgba(31, 31, 31, .2) 0 2px 2px;
}
/*ロールオーバー透過画像*/
a :hover.lo {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
.t_box {
  padding: 5%;
  text-align: center;
}
/* 背景画像の透過用css */
.bkRGBA {
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.border {
  border: 1px solid #ddd
}
.border2 {
  border: 1px solid #1F8B66
}
.border-x {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd
}
.border-y {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd
}
.border-top {
  border-top: 1px solid #ddd
}
.border-right {
  border-right: 1px solid #ddd
}
.border-bottom {
  border-bottom: 1px solid #ddd
}
.border-left {
  border-left: 1px solid #ddd
}
/* -----------------------------------------------
list module
-------------------------------------------------- */
.ico_pdf a {
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 22px;
}
.ico_pdf a[href$=".pdf"] {
  background-image: url(../images/icon_pdf.gif);
}
ul#inline li {
  padding: 5px;
  float: left;
  display: inline-block;
  width: 25%;
}
/* ul disc */
ul.listDisc {
  margin-bottom: 1em;
}
ul.listDisc li {
  padding-left: 1em; /*1em（1文字）分、右に動かす*/
  text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
  list-style-type: disc;
  padding-bottom: 0.5em;
}
.listDisc li .listDecimal li {
  line-height: 1.4;
  margin-bottom: 0
}
/* ul nodisc */
ul.listnoDisc {
  line-height: 1;
}
ul.listnoDisc li {
  list-style-type: none;
}
/* ul list_half */
ul.list_half {
  padding-left: 1em;
}
ul.list_half li {
  float: left;
  width: 50%;
  line-height: 1.7;
  padding-left: 1em; /*1em（1文字）分、右に動かす*/
  text-indent: -1.5em; /*最初の行だけ1em（1文字）分、左に動かす*/
}
ul.list_half li:last-child {
  margin-bottom: 1em;
}
ul.list_half li:before {
  content: '●';
  color: #d6ccb1;
  padding-right: 0.5em;
}
/* ul list_full */
ul.list_full {
  padding-left: 1em;
  padding-bottom: 1em;
  margin-bottom: 1em
}
ul.list_full li {
  width: 100%;
  line-height: 1.6;
  padding-left: 1em; /*1em（1文字）分、右に動かす*/
  text-indent: -1.5em; /*最初の行だけ1em（1文字）分、左に動かす*/
}
ul.list_full li:before {
  content: '●';
  color: #D6CCB1;
  padding-right: 0.5em
}
.list_uline li {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.3em;
  padding-bottom: 0.3em
}
/* ul disc */
ul.list li {
  list-style-type: none;
  margin-bottom: 0.7em;
  padding-left: 3em; /*1em（1文字）分、右に動かす*/
  text-indent: -3em; /*最初の行だけ1em（1文字）分、左に動かす*/
}
/* ul list_center */
ul.list_center li {
  line-height: 1.8;
  text-align: center;
}
/* ul list_inline */
ul.list_inline li {
  text-align: center;
  line-height: 2;
  font-size: 12px;
  display: inline-block
}
/* ol decimal */
ol.listDecimal {
  padding-left: 1.5em;
  text-indent: -1.5em;
  line-height: 1;
}
ol.listDecimal li {
  list-style-type: decimal;
  padding: 0;
  margin: 0;
}
/* -----------------------------------------------
 text module
-------------------------------------------------- */
h1, h2, h3 {
  font-family: "kinuta-maruminold-stdn", serif;
font-weight: 400;
font-style: normal;

}
h2, h3 {
  font-family: "kinuta-maruminold-stdn", serif;
font-weight: 400;
font-style: normal;
}
h4, h5 {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
font-weight: 500;
font-style: normal;
}
h1, h2, h3, h4, h5 {
  margin: 0 0 1rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 1px;
  display: block;
  width: 100%
}
h1 {
  margin-top: 0;
  font-size: 2.8em;
}
h2 {
  font-size: 1.8em;
}
h2 span {
  font-size: .7em;
}
h3 {
  font-size: 1.4em;
}
h3[ttl] {
  position: relative;
  padding: .6em 1em .75em 3em;
  text-align: left;
  margin-bottom: 1em;
}
h3[ttl]::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: inline-block;
  background-image: url("../images/h3_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 50px;
  height: 60px;
}
h3[ttl] span {
  font-size: 12px
}
.text_bold {
  font-weight: bold;
  line-height: 1.2;
}
.text_nobold {
  font-weight: normal!important;
}
h4 {
  font-size: 1em;
}
h4[ttl] {
  background-color: #A8C51E;
  margin-left: 3px;
  padding: 6px 0 6px 10px;
  color: #fff;
  text-align: left
}
.text_small, .text_small a {
  font-size: 12px;
  line-height: 1.6;
}
.text_small2 {
  font-size: 14px;
  line-height: 1.6;
}
.fs20 {
  font-size: 20px
}
.fs24 {
  font-size: 24px
}
.alignL {
  text-align: left !important;
}
.alignR {
  text-align: right !important;
}
.alignC {
  text-align: center !important;
}
.uLine {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #CCC;
}
.col_bk {
  color: #000 !important;
}
.col_white {
  color: #FFF;
}
.col_blue {
  color: #14407D;
}
.col_green {
  color: #94B200;
}
.col_red {
  color: #C00;
}
.col_ocher {
  color: #c4950e;
}
.marker {
  background: linear-gradient(transparent 50%, #fcfc60 50%);
}
.catch {
  font-size: 24px;
  color: #0061A0;
  margin-bottom: 1em;
  letter-spacing: 1px
}
.lead {
  font-size: 18px;
  letter-spacing: 1px;
}
.pc_br {
  display: block
}
/* -----------------------------------------------
 margin style
-------------------------------------------------- */
.mb0 {
  margin-bottom: 0px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
	font-size: 14px;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mtm25 {
  margin-top: -2.5em !important;
}
.ma0 {
  margin: 0 !important;
}
.mr10 {
  margin-right: 10px !important;
}
.ml10 {
  margin-left: 10 !important;
}
/* -----------------------------------------------
 padding style
-------------------------------------------------- */
.pt0 {
  padding-top: 0px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.ptb10 {
  padding: 10px 0 !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pr0 {
  padding-right: 0px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pa0 {
  padding: 0px !important;
}
.pa5 {
  padding: 5px !important;
}
.pa10 {
  padding: 10px !important;
}
.pa15 {
  padding: 15px !important;
}
.pa20 {
  padding: 20px !important;
}
.pa30 {
  padding: 30px !important;
}
.pa40 {
  padding: 40px !important;
}
.px0 {
  padding-left: 0;
  padding-right: 0 !important;
}
.py0 {
  padding-top: 0;
  padding-bottom: 0 !important;
}
.py10 {
  padding-top: 10px;
  padding-bottom: 10px !important;
}
.py20 {
  padding-top: 20px;
  padding-bottom: 20px !important;
}
.px15 {
  padding-left: 20px;
  padding-right: 20px !important;
}
.px20 {
  padding-left: 20px;
  padding-right: 20px !important;
}
/* -----------------------------------------------
res map
-------------------------------------------------- */
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 20px;
  height: 0;
  overflow: hidden;
  margin-bottom: -20px;
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto
}
/* -----------------------------------------------
 Button
-------------------------------------------------- */
.button {
  display: inline-block;
  text-align: center !important;
  text-decoration: none;
  margin: 0 auto;
  padding: 0.5em;
}
.button::before, .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button, .button::before, .button::after {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button {
  position: relative;
  z-index: 2;
  font-weight: 500;
  background-color: rgba(230, 128, 105, 1.00);
  border-radius: 50px;
  -webkit-transition: all .2s;
  transition: all .2s;
  color: #FFF;
  width: 40%;
  
}
.button a {
  color: #FFF;
}
.button:hover {
  background-color: rgba(230, 128, 105, 0.8);
  color: #FFF;
}
.button2 {
  display: inline-block;
  width: auto;
  text-align: center;
  text-decoration: none;
  outline: none;
  padding: 10px 3em;
  font-weight: 500;

}
.button2::before, .button2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button2, .button2::before, .button2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button2 {
  background-color: #fff;
  border: 1px solid #3F310A;
  color: #3F310A;
  line-height: 1.2;
  border-radius: 50px;
}
.button2:hover {
  background-color: #A8C51E;
  border: 1px solid #A8C51E;
  color: #fff;
  opacity: 1;
}


/* -----------------------------------------------
 index
-------------------------------------------------- */
/*---cover---*/
#cover {
  position: relative;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  background-color: #faf6ed;
  padding-top: 100px;
}
.wave {
  width: 100%;
  background-image: url("../images/wave.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 137px;
  padding: 0;
}
.slider {
  width: 100%;
  margin: 0 auto 80px;
}
.slick-slide img {
  width: 60vw;
  height: auto;
}
.center-item {
  width: 100%;
}
.center-item img {
  width: 100%;
}
/*
.center-item .slick-slide {
  margin: 0 10px;
}
*/

/*
.center-item .slick-slide:not(.slick-center) {
    -webkit-filter: opacity(70%);
    -moz-filter: opacity(70%);
    -o-filter: opacity(70%);
    -ms-filter: opacity(70%);
    filter: opacity(70%);
    transition: 0.2s linear;
}*/
#cover_catch {
  position: absolute;
  top: 2%;
  right: 23%;
  width: 12vw;
  z-index: 3
}
#soy {
  position: absolute;
  bottom: -10%;
  right: 4%;
  width: 20vw;
  z-index: 1
}
#rice {
  position: absolute;
  bottom: -10%;
  left: 2%;
  width: 20vw;
  z-index: 1
}
#ine {
  position: absolute;
  top: 18%;
  left: 10%;
  width: 10vw;
  z-index: 1
}
#asparagas {
  position: absolute;
  bottom: 35%;
  right: 10%;
  width: 10vw;
  z-index: 1;
}
#lead_box {
  position: relative;
}
#ine_r {
  position: absolute;
  bottom: 20%;
  left: 10%;
  width: 10vw;
  z-index: 1
}
#dry {
  position: absolute;
  bottom: 20%;
  right: 10%;
  width: 15vw;
  z-index: 1
}
.loop {
  margin: 0;
  padding: 0;
}
.loop li {
  list-style: none;
  margin: 0;
}
/* NEWS*/
/* 点線 */
.dotted {
  background-image: linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 8px); /* 幅2の線を作る */
  background-size: 8px 2px; /* グラデーションの幅・高さを指定 */
  background-position: left bottom; /* 背景の開始位置を指定 */
  background-repeat: repeat-x; /* 横向きにのみ繰り返す */
}
#eventa {
  width: 100%;
  margin: 0 auto;
}
#eventa li {
  list-style-type: none;
  overflow: hidden;
  border-bottom: 3px dotted #dec694;
  padding-top: 1em;
  padding-bottom: .4em;
  margin-left: -30px;
  color: #3f3109;
}
#eventa li a {
  text-decoration: none;
  color: #3f3109;
}
#eventa li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#eventa li div {
  overflow: hidden;
}
#eventa li .date, .title, .data {
  display: block;
  float: left;
}
#eventa li .date {
  clear: none;
  width: 20%;
}
#eventa li .date::before {
  content: '●';
  font-size: 10px;
  color: #c4950e;
  margin-right: 1.5em;
  padding-bottom: 12px;
}
#eventa li .date.new {
  background-image: url(../images/icon_new.png);
  background-repeat: no-repeat;
  background-position: 120px center;
  background-size: 50px 20px
}
#eventa li .title {
  width: 80%;
  margin-bottom: 0.5em;
}
.fuwafuwa1 {
  -webkit-animation: fuwafuwa1 2s ease-in-out infinite alternate;
}
@-webkit-keyframes fuwafuwa1 {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0px, 10px);
  }
}
.fuwafuwa2 {
  -webkit-animation: fuwafuwa2 2s ease-in-out infinite alternate;
}
@-webkit-keyframes fuwafuwa2 {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, -10px);
  }
}
/****--------- ふりこ ---------****/
.pendulum {
  transform-origin: top;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  animation: pendulum ease-in-out 3s infinite alternate;
  -webkit-animation: pendulum ease-in-out 3s infinite alternate;
  -moz-animation: pendulum ease-in-out 3s infinite alternate;
}
@keyframes pendulum {
  0% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(-4deg);
  }
}
@-webkit-keyframes pendulum {
  0% {
    -webkit-transform: rotate(4deg);
  }
  100% {
    -webkit-transform: rotate(-4deg);
  }
}
@-moz-keyframes pendulum {
  0% {
    -moz-transform: rotate(4deg);
  }
  100% {
    -moz-transform: rotate(-4deg);
  }
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* -----------------------------------------------
 contents common 第2階層
-------------------------------------------------- */
/*cover2*/
#cover2 {
  background-size: cover;
  background-color: #000;
  position: relative;
  height: 340px;
  background-position: center;
  width: 100%;
  z-index: 2;
}
#cover2::before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1
}
#cover2 #inner {
  position: absolute;
  z-index: 1;
  top: 46%;
  left: 0;
  right: 0;
  height: auto;
}
#cover2 #inner h1 {
  color: #fff;
  letter-spacing: 3px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
/*cover2*/
#cover2_l {
  background-size: cover;
  background-color: #000;
  position: relative;
  height: 380px;
  background-position: center;
  width: 100%;
  z-index: 2;
}
#cover2_l::before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1
}
#cover2_l #inner {
  position: absolute;
  z-index: 1;
  top: 40%;
  left: 0;
  right: 0;
  height: auto;
}
#cover2_l #inner h1 {
  color: #fff;
  letter-spacing: 3px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

/*--cover2_bg--*/
#cover2.bg,
#cover2_l.bg
{
  background-image: url("../images/cover2_bg.jpg");
}
#cover2_l.bg_kome
{
  background-image: url("../images/cover_kome.jpg");
}
#cover2_l.bg_daizu
{
  background-image: url("../images/cover_daizu.jpg");
}
#cover2_l.bg_aspara
{
  background-image: url("../images/cover_aspara.jpg");
}
#cover2.bg_vision
{
  background-image: url("../images/cover_vision.jpg");
}
#cover2.bg_contact
{
  background-image: url("../images/cover_con.jpg");
  background-position: top;
}
.wave2 {
  position: absolute;
  width: 100%;
  background-image: url("../images/wave02.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80px;
  padding: -10px;
  bottom: 0;
  z-index: 1;
}
.wave3 {
  position: absolute;
  width: 100%;
  background-image: url("../images/wave03.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80px;
  padding: -10px;
  bottom: 0;
  z-index: 1;
}
/*角丸ボーダー*/
h2.border_r {
  position: relative;
  padding: .75em 1em .75em 1.5em;
  background-color: #F7F7F7;
  border: none;
  text-align: left;
  border-radius: 10px;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
font-weight: 500;
font-style: normal;
}
h2.border_r::after {
  position: absolute;
  top: .6em;
  left: .7em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #C4950E;
  border-radius: 6px;
}
h2.stripe {
  position: relative;
  padding: 1.5rem 1rem;
  text-align: left;
  background-color: #F7F7F7;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
font-weight: 500;
font-style: normal;
  margin-bottom: 0.75em;
}
h2.stripe span {
font-size: 80%;
}
h2.stripe:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #C4950E, #C4950E 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #C4950E, #C4950E 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
h4.twotone {
  position: relative;
  padding: 1rem 1rem;
  border-bottom: 6px solid #a8c51e;
  text-align: left;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
font-weight: 500;
font-style: normal;
}
h4.twotone:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #ffe100;
}
/*角丸ボーダー*/
h3.border {
  position: relative;
  margin-left: 3px;
  margin-bottom: 10px;
  padding: .75em 1em .5em .75em;
  border: none;
  text-align: left;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
font-weight: 500;
font-style: normal;
}
h3.border::after {
  position: absolute;
  top: .6em;
  left: 0;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #A8C51E;
  border-radius: 6px;
}
h4.mokumoku {
  position: relative;
  margin-bottom: 2em;
  padding: 1rem;
  border-radius: 10px;
  background: #f3f7de;
  text-align: left;
}
h4.mokumoku:before, h4.mokumoku:after {
  position: absolute;
  content: '';
  border-radius: 50%;
  background: #f3f7de;
}
h4.mokumoku:before {
  bottom: -10px;
  left: 20px;
  width: 20px;
  height: 20px;
}
h4.mokumoku:after {
  bottom: -20px;
  left: 35px;
  width: 10px;
  height: 10px;
}
.ceo {
  font-size: 14px;
}
.ceo_name {
  font-size: 22px;
}
/* フロー */
.flow {
  margin: 0 auto 10px;
}
/* フロー 縦並び*/
.flow .flowbox {
  margin: 0 auto 20px;
  width: 100%;
  padding: 0 12px;
  border: 1px solid #94B200;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}
.flow .flowbox p {
  text-align: center;
  line-height: 1.6;
}
.flow .flowbox:after {
  border-top: 15px solid #94B200;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  content: "";
  position: absolute;
  bottom: -15px; /* 三角形の高さ＋ボックスのボーダーをマイナスに */
  left: 50%; /* 中央寄せに使用 */
  margin-left: -15px; /* 中央寄せに使用 */
}
.flow .flowboxlast {
  margin: 0 auto 20px;
  width: 100%;
  padding: 0 12px;
  border: 1px solid #94B200;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}
.flow .flowboxlast p {
  text-align: center;
  line-height: 1.6;
}
/* フロー 横矢印*/
.flow .flowbox02 {
  margin: 0 auto 15px;
  width: 100%;
  position: relative;
}
.flow .flowbox02 p {
  text-align: center;
  line-height: 1;
  margin-top: 0;
  padding: 6px;
  width: 100%;
  background-color: #ededed;
}
.flow .flowbox02:after {
  margin: -15px 0 0 -5px; /* 三角形の大きさ分ネガティブマージンで位置調整 */
  border: 15px solid transparent;
  border-left-color: #FFC300;
  content: "";
  position: absolute;
  right: -25px; /* 三角形の高さ＋ボックスのボーダーをマイナスに */
  top: 45%; /* 中央寄せに使用 */
  
}
.flow .flowbox02last {
  margin: 0 auto 15px;
  width: 100%;
  position: relative;
}
.flow .flowbox02last p {
  text-align: center;
  line-height: 1;
  margin-top: 0;
  padding: 6px;
  width: 100%;
  background-color: #ededed;
}

.caption {
  text-align: right!important;
  font-size: 12px;
}
.caption02 {
font-size: 14px;
margin-top: 0;
line-height: 1.5 !important;
}
.plus {
  background-image: url("../vision/images/plus.svg");
  background-size: 40px 40px;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-position: center 50%;
 
}
/*---sabmenu---*/
#sabmenu{
	width:100%;
	text-align:center;
}

#sabmenu ul li{
	display:inline-block;
	line-height:2;
	letter-spacing: 1px;

	}
#sabmenu ul li a{
	background-color: #FFF;
	color: #c12437;
	padding:0.5em 2em 0.5em 2em;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 2px solid #c12437;
}
#sabmenu ul li a:hover{
	background-color: #c12437;
	opacity: 1;
	color: #FFF;
}
#sabmenu ul li a.selected{
	background-color: #c12437;
	color: #FFF;
	border: 2px solid #FFF;
}
