@charset "UTF-8";
/* --------------------------------------------------
  福岡の米づくり /rice/ 下層共通
-------------------------------------------------- */
body {
  background: url(../img/rice/sub-page-title-back.jpg) center/auto;
}
#globalNavi li> a.rice {
  color: #ffff00;
}
#sub-page-title .h-image {
  margin: 12px;
}
#sub-page-title h1 span {
  letter-spacing: 0.17em;
}
#sub-page-title h1 strong {
  letter-spacing: 0.17em;
}
#sub-page-title nav li a {
  width: 190px;
  box-shadow: 0 4px 0 #006837;
}
#sub-page-title nav li a span {
  font-size: 2.0rem;
  letter-spacing: 0.14em;
  line-height: 1.2;
}
#sub-page-title nav li:nth-child(1) a {
  padding-left: 60px;
  background: #79b625 url(../img/rice/nav01.png) no-repeat 12px center / 39px auto;
}
#sub-page-title nav li:nth-child(2) a {
  padding-left: 60px;
  background: #79b625 url(../img/rice/nav02.png) no-repeat 16px center / 38px auto;
}
#sub-page-title nav li:nth-child(3) a {
  padding-left: 90px;
  background: #79b625 url(../img/rice/nav03.png) no-repeat 30px center / 32px auto;
}
#sub-page-title nav li:nth-child(4) a {
  padding-left: 78px;
  background: #79b625 url(../img/rice/nav04.png) no-repeat 20px center / 39px auto;
}
#sub-page-title nav li a.active {
  background-color: #006837 !important;
}

.line {
  margin-bottom: 100px;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  #globalNavi .has-sub > a.rice {
     color: #42210b;
  }
}
@media screen and (max-width: 767px) {
  #sub-page-title {
    padding-bottom: 50px;
  }
  #sub-page-title::after {
    height: 180vw;
  }
  #sub-page-title hgroup img {
    width: 180px;
  }
  #sub-page-title h1 {
    margin: 10px 0 20px;
  }
  #sub-page-title h1 strong {
    letter-spacing: 0.09em;
  }
  #sub-page-title nav ul {
    gap: 6px;
  }
  #sub-page-title nav li a {
    width: 82px;
    height: 98px;
  }
  #sub-page-title nav li:nth-child(1) a {
    padding: 16px 0;
    background: #79b625 url(../img/rice/nav01.png) no-repeat center bottom 8px / auto 47px;
  }
  #sub-page-title nav li:nth-child(2) a {
    padding: 16px 0;
    background: #79b625 url(../img/rice/nav02.png) no-repeat center bottom 10px / auto 45px;
  }
  #sub-page-title nav li:nth-child(3) a {
    padding: 16px 0;
    background: #79b625 url(../img/rice/nav03.png) no-repeat center bottom 10px / auto 44px;
  }
  #sub-page-title nav li:nth-child(4) a {
    padding: 16px 0;
    background: #79b625 url(../img/rice/nav04.png) no-repeat center bottom 13.5px / auto 40px;
  }
  #sub-page-title nav li a span {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
  }
  .line {
    margin-bottom: 60px;
  }
  .line img {
    width: 152px;
    height: auto;
  }
}

/* --------------------------------------------------
  福岡県のもち米
-------------------------------------------------- */
#type {
  padding: 100px 0;
}
#type h2 {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#type ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 60px;
}
#type li {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#type li .ttl {
  width: 314px;
  height: 50px;
  background: #79b625;
  border-radius: 10vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: 0.17em;
  line-height: 1.0;
}
#type li .ttl img {
  flex-shrink: 0;
}
#type li p {
  margin-top: 40px;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2.2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #type {
    padding: 64px 0 64px;
  }
  #type h2 {
    margin-bottom: 40px;
  }
  #type h2 img {
    width: 211px;
    height: auto;
  }
  #type ul {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  #type li {
    width: 100%;
    padding: 0 20px;
  }
  #type li .ttl {
    width: 252px;
    height: 40px;
    font-size: 2.2rem;
  }
  #type li .ttl img {
    width: 16px;
    height: auto;
  }
  #type li p {
    margin-top: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    text-align: left;
  }
}

/* --------------------------------------------------
  JA全農ふくれん酒米部会とは
-------------------------------------------------- */
#bukai {
  padding: 0 0 100px;
}
#bukai h2 {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#bukai p.top-text {
  margin: 0 0 50px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.0;
  letter-spacing: 0.17em;
  text-align: center;
}
#bukai .activities h3 {
  margin-bottom: 20px;
  font-size: 4.0rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
}
#bukai .activities .block {
  padding: 40px 50px;
  background: #fff;
  border-radius: 25px;
}
#bukai .activities .block01 {
  --main-color: #E29447;
}
#bukai .activities .block02 {
  --main-color: #79B925;
}
#bukai .activities .block h4 {
  margin: 0 auto 30px;
  width: 100%;
  max-width: 600px;
  height: 56px;
  border-radius: 10vw;
  background: var(--main-color);
  color: #fff;
  font-size: 2.6rem;
  letter-spacing: 0.17em;
  line-height: 56px;
  text-align: center;
}
#bukai .activities strong {
  color: var(--main-color);
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  line-height: 1.35 ;
}
#bukai .activities p {
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.56;
} 
#bukai .activities .block01 ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#bukai .activities .block01 ul > li {
  padding: 32px 20px;
  list-style: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#bukai .activities .block01 ul > li:nth-child(2n+1){
  border-right: dotted 4px var(--main-color);
}
#bukai .activities .block01 ul > li:first-child,#bukai .activities .block01 ul > li:nth-child(2) {
  border-bottom: dotted 4px var(--main-color);
}
#bukai .activities .block01 ul > li div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#bukai .activities .block01 ol {
  padding-left: 20px;
  text-align: left;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.56;
}
#bukai .activities .block02 {
  margin-top: 30px;
}
#bukai .activities .block02 .flex {
  display: flex;
}
#bukai .activities .block02 .flex div {
  padding: 0 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}
#bukai .activities .block02 .flex div strong:nth-of-type(2) {
  margin-top: 20px;
  display: inline-block;
}


@media screen and (max-width: 767px) {
  #bukai {
    padding: 0 0 64px;
  }
  #bukai h2 {
    margin-bottom: 40px;
  }
  #bukai h2 img {
    width: 254px;
    height: auto;
  }
  #bukai p.top-text {
    margin: 0 0 30px;
    font-size: 1.8rem;
    line-height: 2.3;
    letter-spacing: 0.13em;
  }
  #bukai .activities {
    margin-top: 20px;
  }
  #bukai .activities h3 {
    margin-bottom: 15px;
    font-size: 3.0rem;
    letter-spacing: 0.05em;
  }
  #bukai .activities .block {
    padding: 20px 10px;
  }
  #bukai .activities .block h4 {
    margin: 0 auto 10px;
    width: 100%;
    max-width: 310px;
    height: 52px;
    font-size: 2.0rem;
    letter-spacing: 0.14em;
    line-height: 52px;
  }
  #bukai .activities .block01 ul {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
  }
  #bukai .activities .block01 ul > li {
    padding: 20px 5px;
  }
  #bukai .activities .block01 ul > li:first-child, #bukai .activities .block01 ul > li:nth-child(2),#bukai .activities .block01 ul > li:nth-child(2n+1) {
    border: 0;
    border-bottom: dotted 3px var(--main-color);
  }
  #bukai .activities .block01 li div {
    gap: 8px;
  }
  #bukai .activities strong {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
  #bukai .activities p {
    font-size: 1.5rem;
    line-height: 1.53;
  }
  #bukai .activities .block01 ol{
    font-size: 1.5rem;
    line-height: 1.53;
  }
  #bukai .activities .block02 {
    padding: 20px 20px 24px;
  }
  #bukai .activities .block02 .flex {
    flex-direction: column-reverse;
  }
  #bukai .activities .block02 .flex div {
    margin: 16px 0;
    padding: 0;
    gap: 8px;
  }
  #bukai .activities .block02 img {
    width: 100%;
    height: auto;
  }
  #bukai .activities .block02 .flex div strong:nth-of-type(2) {
    margin-top: 14px;
  }
}

/* --------------------------------------------------
  組織図
-------------------------------------------------- */
#organization {
  padding: 0 0 160px;
}
#organization h2 {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#organization .chart {
  width: 100%;
}
#organization .chart .chart-top img {
  width: 100%;
  height: auto;
}
#organization .mochi {
  margin-top: 38px;
  padding: 58px 24px;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 28px;
  position: relative;
}
#organization .mochi::before {
  content: '';
  display: block;
  width: 32px;
  height: 50px;
  background: url(../img/rice/sakekome/organization-fukidashi.svg) no-repeat center/contain;
  position: absolute;
  top: -26px;
  left: 29.5%;
  transform: translateX(-50%);
}
#organization .area {
  width: 40%;
  flex-shrink: 0;
}
#organization .area ol {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
#organization .area ol li {
  padding: 8px 13px;
  border: solid 2px #E6E6E6;
  border-radius: 4px;
  display: flex;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.0;
  list-style: none;
  gap: 13px;
}
#organization .area ol li span {
  font-size: 2.0rem;
}
#organization .area ol span.number {
  width: 35px;
  aspect-ratio: 1/1;
  background: #79b625;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.9rem;
  line-height: 1;
  letter-spacing: 0;
}
#organization .map {
  width: 48%;
  height: auto;
}
#organization .msmr {
  position: absolute;
  bottom: -4px;
  right: 25px;
}
@media screen and (max-width: 767px) {
  #organization {
    padding: 0 0 110px;
  }
  #organization h2 {
    margin-bottom: 40px;
  }
  #organization h2 img{
    width: 142px;
    height: auto;
  }
  #organization .mochi {
    margin-top: 22px;
    padding: 40px 20px;
    flex-direction: column-reverse;
    align-items: center;
    gap: 30px;
  }
  #organization .mochi::before {
    width: 12px;
    height: 18px;
    top: -12px;
    left: 28%;
  }
  #organization .map {
    width: 100%;
    max-width: 320px;
  }
  #organization .area {
    width: 100%;
    min-width: auto;
    gap: 13px;
  }
  #organization .area ol {
    gap: 10px;
  }
  #organization .area ol span.number {
    width: 23px;
    font-size: 1.26rem;
  }
  #organization .area ol li {
    font-size: 1.8rem;
    gap: 8px;
  }
  #organization .area ol li span {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  #organization .msmr {
    display: none;
  }
}

/* --------------------------------------------------
  アニメーション
-------------------------------------------------- */
/* 背景 */
.img-onigiri {
  left: -195px;
  top: -40px;
}
.img-gohan {
  top: 5%;
  right: -273px;
}
.img-kome {
  bottom: -160px;
  left: -130px;
}
.img-hashi {
  right: -144px;
  bottom: -190px;
}
@media screen and (max-width: 767px) {
  .img-onigiri {
    left: -85px;
    top: auto;
    bottom: -143px;
  }
  .img-gohan {
    top: 18%;
    right: -90px;
  }
  .img-kome {
    bottom: -3%;
    left: -10px;
  }
  .img-hashi {
    right: auto;
    bottom: -195px;
    left: -40px;
  }

}