@charset "utf-8";

/*
Theme Name: fukukaen2.1
Author: SHARESL
Author URI  : https://sharesl.net/
Version: 2.1
*/

/* CSS Document */
body {
  background-color: #f8f8f8;
}

.sec-top {
  height: 400px;
  position: relative;
}

.sec-top-flex {
  padding-top: 60px;
}

.sec-concept {
  flex: 1;
  margin-top: 20px;
}

/*.sec-concept-message-box {
  position: relative;
  top: -230px;
}*/

.sec-concept-message {
  width: 100%;
  height: 120px;
  /*background-color: rgba(255, 255, 255, 0.8);*/
  /*box-shadow: 0px 2px 3px grey;*/
}

.sec-concept-message-h1 {
  width: 100%;
  font-size: 2.4rem;
  color: #fff;
  line-height: 34px;
  font-feature-settings: 'palt';
  text-align: center;
  font-family: 'Kaisei HarunoUmi', serif;
  position: absolute;
  top: 58%;
  left: -58px;
}

.sec-top-sns {
  -ms-display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
}

.top-sns-none2 {
  display: none;
}

.top-sns-none3 {
  display: none;
}

.top-sns-none4 {
  display: none;
}

.sec-top-sns img {
  width: 100%;
  object-fit: contain;
  box-shadow: 0px 2px 3px grey;
}

.news-space {
  margin: 30px;
}

.news-space-h4 {
  font-size: 2rem;
  font-weight: 600;
}

.news-space p {
  text-align: left;
}

.sec-concept-message3 p {
  padding: 0 10px;
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  line-height: 24px;
  font-feature-settings: 'palt';
  text-align: left;
  filter: drop-shadow(2px 2px 3px #000);
}

.sec-concept-message-link {
  margin-top: 20px;
  padding-right: 20px;
  text-align: right;
}

.sec-concept-message-link a {
  text-decoration: none;
  color: #333;
  border-bottom: solid 1px #333;
}

.sec-concept-img1 {
  width: 90%;
  margin-top: 30px;
}

.l-index {
  background-image: url('imgs/top/fv-img.jpg');
  animation: bgscroll 40s linear infinite reverse both running;
  height: 400px;
  background-size: cover;
}

@-webkit-keyframes bgscroll {
  0% {
    background-position: -400vw 0;
  }

  100% {
    background-position: 0 0;
  }
}

@keyframes bgscroll {
  0% {
    background-position: -400vw 0;
  }

  100% {
    background-position: 0 0;
  }
}

.sec-anime {
  height: 450px;
  position: relative;
  list-style: none;
}

@media (max-width: 800px) {
  .sec-anime {
    height: calc(100vw / 800 * 450);
  }
}

.sec-anime li {
  position: absolute;
  top: 0;
  left: 0;
}

.sec-anime li img {
  width: 100%;
}

@keyframes op {
  0% {
    opacity: 100;
  }

  30% {
    opacity: 100;
  }

  36% {
    opacity: 0;
  }

  94% {
    opacity: 0;
  }

  100% {
    opacity: 100;
  }
}

.sec-anime li:last-child img {
  animation: op 6s infinite;
}

.sec-anime li:nth-child(2) img {
  animation: op 6s 2s infinite;
}

.sec-anime li:first-child img {
  animation: op 6s 4s infinite;
}

@keyframes op {
  0% {
    opacity: 100;
  }

  30% {
    opacity: 100;
  }

  36% {
    opacity: 0;
  }

  94% {
    opacity: 0;
  }

  100% {
    opacity: 100;
  }
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.sec-anime li {
  width: 100%;
}

.sec-anime li img {
  width: 90%;
  height: 200px;
  object-fit: cover;
}

.sec-anime li:last-child img {
  animation: op 2s infinite;
}

.sec-anime li:nth-child(3) img {
  animation: op 2s 0.5s infinite;
}

.sec-anime li:nth-child(2) img {
  animation: op 2s 1s infinite;
}

.sec-anime li:first-child img {
  animation: op 2s 1.5s infinite;
}

.sec-anime {
  height: 200px;
  position: relative;
  list-style: none;
}

.sec-anime li {
  position: absolute;
  top: 0;
  left: 0;
}

.sec-concept-message-obi {
  width: 100%;
  height: 120px;
  object-fit: contain;
  position: absolute;
  top: 70%;
  right: 60px;
}

.sec-calendar {
  margin: 80px auto;
  width: 320px;
}

.sec-calendar-title {
  font-size: 2.4rem;
  font-weight: 600;
}

.widget_bizcalendar {
  padding: 0px 10px 0;
  background-size: contain;
}

.bizcal tr:nth-of-type(2) {
  border-bottom: solid 3px #80be82;
}

#biz_calendar table.bizcal {
  width: 300px;
  height: 300px;
  margin: 0 auto;
  border: none !important;
  background-color: #f8f8f8 !important;
}

#biz_calendar {
  max-width: inherit;
  width: 100%;
  padding: 10px 0 0px 0;
}

#biz_calendar table.bizcal th {
  padding: 5px 0 0 0;
  background-color: #f8f8f8 !important;
}

#biz_calendar p {
  text-align: left;
  padding: 0 0 10px;
  font-weight: 600;
}

#biz_calendar table.bizcal .holiday {
  background-color: #ffd7e187 !important;
  color: #333 !important;
  border-radius: 50%;
}

#biz_calendar p span.boxholiday {
  background-color: #ffd7e187 !important;
}

#biz_calendar table.bizcal .eventday {
  background-color: #d1eaff !important;
  color: #333 !important;
  border-radius: 50%;
}

#biz_calendar p span.boxeventday {
  background-color: #d1eaff !important;
}

#biz_calendar table.bizcal td {
  padding: 12px 0 0 0;
}

.sec-news-pickup {
  width: 90%;
  margin: 0 auto;
}

.sec-news-pickup-des {
  list-style: none;
}

.sec-news-pickup-des img {
  width: 100%;
}

.sec-condolence {
  padding: 20px;
  margin: 60px auto;
  border-radius: 10px;
  width: auto;
  max-width: 70%;
  background-color: #f9f9f9;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 5px solid #00bfff;
}

.sec-condolence-title {
  margin: 20px auto;
  text-align: center;
}

.sec-condolence-title h1 {
  font-size: 1.5em;
  color: #333;
}

.sec-condolence-message {
  margin: 20px auto;
  text-align: justify;
  line-height: 1.6;
}

.sec-condolence-closing {
  margin: 20px auto;
  text-align: right;
}

.sec-condolence-closing p {
  margin-bottom: 10px;
}

.sec-news {
  background-color: #fff;
}

.sec-news-box2 {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.sec-news-h2 {
  margin: 0 0 24px;
  font-size: 2.4rem;
  font-weight: 600;
  color: #333;
  text-align: left;
}

.sec-news-box {
  text-align: left;
  border-bottom: solid 1px #cae5c8;
}

.sec-news-time-category {
  display: flex;
  align-items: center;
  margin: 0 0 8px;
}

.sec-news-time {
  font-weight: bold;
}

.sec-news-category {
  border: 1px solid #c5c5c5;
  border-radius: 999px;
  color: #777;
  margin-left: 8px;
  padding: 4px;
  text-align: center;
  width: 126px;
  font-size: 1.2rem;
  line-height: 1.4;
}

.sec-news-box ul li {
  list-style: none;
  padding: 16px 0;
}

.sec-news-box a {
  color: #000;
}

@media (min-width: 450px) {
  .top-sns-none1 {
    display: none;
  }

  .top-sns-none2 {
    -ms-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .top-sns-none4 {
    display: block;
  }

  .sec-concept-message-box {
    position: absolute;
    top: -230px;
  }

  .sec-concept-message {
    height: 100px;
  }

  .sec-concept-message-obi {
    height: 170px;
    top: 60%;
    right: 10%;
  }

  .sec-concept-message-h1 {
    padding: 0px;
    left: -12%;
  }
}

@media (min-width: 800px) {
  .sec-top {
    height: 450px;
  }

  .l-index {
    height: 450px;
  }

  .sec-concept-message {
    top: -280px;
  }

  .sec-news-pickup {
    -ms-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .sec-news-pickup-des img {
    width: 90%;
  }

  .sec-concept-message-box {
    top: -250px;
  }

  .sec-concept-message-obi {
    width: inherit;
    height: 140px;
    top: inherit;
    bottom: 0px;
    left: 15px;
  }

  .sec-concept-message-h1 {
    width: inherit;
    padding: 10px;
    font-size: 1.8rem;
    top: inherit;
    bottom: 45px;
    left: 55px;
  }

  .sec-concept-message3 p {
    padding: 0 100px;
  }

  .sec-concept-message-link {
    padding-right: 300px;
  }

  .sec-concept-img1 {
    width: 60%;
    height: 250px;
    margin-top: 30px;
    position: relative;
    left: -60px;
    object-fit: cover;
  }

  .sec-anime li img {
    width: 300px;
    height: 200px;
    padding-left: 400px;
  }

  .sec-calendar {
    margin: 80px auto 0;
    width: 300px;
  }

  /* .sec-news-box2 {
    margin: 80px auto 0;
  } */
}

@media (min-width: 1020px) {
  .l-index {
    padding-top: 15%;
    animation: none;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
  }

  .pc-flex {
    width: 100%;
    margin: -60px auto 0;
    -ms-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sec-top {
    width: 100%;
    height: inherit;
  }

  .sec-top-flex {
    /* padding-top: 106px; */
    padding-top: 120px;
    -ms-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    display: flex;
  }

  .top-sns-none2 {
    display: none;
  }

  .top-sns-none3 {
    width: 410px;
    padding-top: 1%;
    padding-left: 5px;
    display: block;
    vertical-align: bottom;
  }

  .news-space-h4 {
    font-size: 2.8rem;
  }

  .news-space p {
    margin-top: 10px;
  }

  .sec-concept {
    margin-top: 0px;
  }

  .sec-concept-message-box {
    top: -360px;
    left: 0px;
  }

  .sec-concept-message {
    height: 90px;
  }

  .sec-concept-message-obi {
    bottom: 100px;
  }

  .sec-concept-message-h1 {
    bottom: 150px;
  }

  .sec-concept-message-link {
    padding-right: 100px;
    font-size: 1.8rem;
    font-weight: 600;
  }

  .sec-concept-message-flex {
    margin-top: 80px;
    padding-left: 30px;
    -ms-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    display: flex;
  }

  .sec-concept-img1 {
    width: 200px;
    height: 200px;
    margin-top: 0px;
    position: inherit;
  }

  .sec-anime li {
    left: 70px;
  }

  .sec-anime li img {
    width: 350px;
    height: 300px;
    padding-left: 0px;
  }

  .sec-calendar {
    margin: 60px auto;
  }

  .sec-news-h2 {
    padding: 15px 0 0;
  }

  .sec-news-none {
    display: none;
  }

  .sec-news-box {
    text-align: left;
  }

  .sec-news-box a {
    font-size: 1.6rem;
  }
}

@media (min-width: 1440px) {
  .pc-flex {
    width: 1440px;
  }

  .top-sns-none3 {
    width: 510px;
  }

  .l-index {
    height: 560px;
  }

  .sec-concept-message {
    height: 120px;
  }

  .sec-concept-message-box {
    top: -480px;
  }

  .sec-concept-message-obi {
    bottom: 130px;
  }

  .sec-concept-message-h1 {
    bottom: 180px;
  }

  .sec-concept-message-link {
    padding-right: 20px;
  }

  .sec-concept-img1 {
    width: 300px;
    height: 300px;
  }

  .sec-anime li img {
    width: 450px;
    height: 400px;
  }

  .sec-calendar {
    width: 30%;
  }

  .widget_bizcalendar {
    height: 100%;
    padding: 0px 15px 0;
  }

  #biz_calendar {
    height: 80%;
  }

  #biz_calendar table.bizcal {
    height: 100%;
  }

  #biz_calendar table.bizcal td {
    padding: 15px 0 10px 0;
  }

  #biz_calendar table.bizcal .calmonth {
    padding: 0px 20px;
    font-size: 2.4rem;
  }
}

.sec-photo-img2 {
  margin-top: 80px;
}

.main_imgBox {
  height: 300px;
  overflow: hidden;
  position: relative;
}

.main_img {
  z-index: 10;
  opacity: 0;
  width: 100%;
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 36s 0s infinite;
  animation: anime 36s 0s infinite;
}

.main_img:nth-of-type(2) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.main_img:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.main_img:nth-of-type(4) {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}

.main_img:nth-of-type(5) {
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}

.main_img:nth-of-type(6) {
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}

@keyframes anime {
  0% {
    opacity: 0;
  }

  8% {
    opacity: 1;
  }

  17% {
    opacity: 1;
  }

  25% {
    opacity: 0;
    transform: scale(1.2);
    z-index: 9;
  }

  100% {
    opacity: 0;
  }
}

.sec-photo-img3 img {
  width: 100%;
  height: 80px;
  margin-top: 30px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.sec-photo-img4 img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.sec-photo-img5 {
  width: 100%;
  height: 120px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media (min-width: 800px) {
  .sec-photo-img2 img {
    width: 90%;
    height: 400px;
  }

  .sec-photo-flex1 {
    width: 400px;
    margin-top: 60px;
    padding: 0 40px;
    -ms-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    display: flex;
    justify-content: space-around;
  }

  .sec-photo-img3 img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }

  .sec-photo-img4 img {
    width: 250px;
    height: 150px;
  }

  .sec-photo-img5 {
    height: 90px;
  }

  .main_imgBox {
    width: 250px;
    height: 250px;
    margin-top: 60px;
    overflow: hidden;
    position: relative;
  }

  .sec-photo-flex1 {
    width: 400px;
  }

  .sec-photo-flex2 {
    display: flex;
    justify-content: space-around;
  }
}

@media (min-width: 1020px) {
  .sec-photo-flex2 {
    margin: 80px auto;
    -ms-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sec-photo-img2 {
    margin-top: 0px;
  }

  .main_imgBox {
    width: 350px;
    height: 350px;
    margin-top: 0px;
  }

  .main_img {
    height: 350px;
  }

  .sec-photo-flex1 {
    margin-top: inherit;
    padding: 0px;
    justify-content: inherit;
  }

  .sec-photo-img3 img {
    width: 150px;
    height: 150px;
    margin-top: inherit;
  }

  .sec-photo-img4 img {
    width: 350px;
    height: 250px;
    padding-left: 20px;
  }

  .sec-photo-img5 {
    width: 100%;
  }

  .sec-photo-box {
    width: 520px;
    padding: 0 20px;
  }
}

@media (min-width: 1440px) {
  .sec-photo-img2 {
    width: 650px;
  }

  .main_imgBox {
    width: 520px;
    height: 520px;
  }

  .main_img {
    height: 520px;
  }

  .sec-photo-box {
    width: 650px;
    padding: 0 0 0 60px;
  }

  .sec-photo-img2 img {
    height: 500px;
  }

  .sec-photo-img3 img {
    width: 150px;
    height: 150px;
  }

  .sec-photo-img4 img {
    width: 480px;
    height: 300px;
  }

  .sec-photo-img5 {
    margin-top: 20px;
    height: 200px;
  }

  .main_imgBox {
    width: 520px;
    height: 520px;
    margin-top: 0px;
  }
}

.pc-flex2 {
  display: none;
}

.sec-point-box1 {
  margin-top: 20px;
  padding-bottom: 60px;
  background-color: #578b53;
}

.sec-point-h2 {
  padding: 20px 10px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 38px;
  color: #f0fff0;
}

.sec-point-p {
  padding: 0 20px 20px;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: left;
  line-height: 24px;
  color: #f0fff0;
  font-feature-settings: 'palt';
}

.sec-point-p2 {
  padding: 0 20px 20px;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: left;
  line-height: 18px;
  color: #f0fff0;
}

.sec-point-buttom {
  text-decoration: none;
}

.sec-point-buttom-flex {
  margin: 0 30px;
  padding: 20px;
  background-color: #f0fff0;
  border-radius: 50px;
  -ms-display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  display: flex;
  justify-content: center;
  box-shadow: 1px 1px 3px grey;
}

.sec-point-buttom-flex p {
  padding-left: 30px;
  font-size: 2rem;
  font-weight: 600;
  color: #578b53;
}

.sec-point-buttom-flex img {
  padding-left: 20px;
}

.sec-point-link {
  padding: 60px 0;
  background-color: #f0fff0;
}

.sec-point-buttom2 {
  text-decoration: none;
}

.sec-point-buttom-flex2 {
  width: 300px;
  margin: 0 auto;
  padding: 20px 5px;
  background-color: #578b53;
  border-radius: 50px;
  -ms-display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  display: flex;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 1px 1px 3px grey;
}

.sec-point-buttom-flex2 p {
  padding-right: 20px;
  font-size: 2.4rem;
  font-weight: 600;
  color: #f0fff0;
  font-feature-settings: 'palt';
}

.sec-point-buttom-flex2 img {
  padding: 0 10px;
}

.sec-point-buttom3 {
  text-decoration: none;
}

.sec-point-buttom3-box {
  width: 300px;
  margin: 30px auto;
  padding: 5px 5px 10px;
  background-color: #578b53;
  border-radius: 50px;
  box-shadow: 1px 1px 3px grey;
}

.sec-point-buttom3-box p {
  font-size: 2.4rem;
  font-weight: 600;
  color: #f0fff0;
  font-feature-settings: 'palt';
}

.sec-point-s {
  font-size: 1.6rem;
}

.sec-point-garden {
  margin-top: 50px;
}

.sec-point-buttom4 {
  text-decoration: none;
}

.sec-point-buttom-flex3 {
  width: 300px;
  margin: 0 auto;
  padding: 20px 5px;
  background-color: #578b53;
  border-radius: 50px;
  -ms-display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  display: flex;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 1px 1px 3px grey;
}

.sec-point-buttom-flex4 {
  width: 300px;
  margin: 30px auto 0;
  padding: 20px 5px;
  background-color: #578b53;
  border-radius: 50px;
  -ms-display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  display: flex;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 1px 1px 3px grey;
}

.sec-point-buttom-flex3 p {
  padding-right: 20px;
  font-size: 2.2rem;
  font-weight: 600;
  color: #f0fff0;
  font-feature-settings: 'palt';
}

.sec-point-buttom-flex4 p {
  padding-right: 20px;
  font-size: 2.2rem;
  font-weight: 600;
  color: #f0fff0;
  font-feature-settings: 'palt';
}

.sec-point-buttom-flex3 img {
  padding: 0 10px;
}

.sec-point-buttom-flex4 img {
  padding: 0 10px;
}

@media (min-width: 800px) {
  .sec-point-box1 {
    padding-bottom: 30px;
  }

  .sec-point-h2 {
    padding: 60px 10px 20px;
  }

  .sec-point-p {
    padding: 0 50px 30px;
  }

  .sec-point-p2 {
    padding: 0 50px 20px;
  }
}

@media (min-width: 1020px) {
  .sec-point {
    margin-top: 60px;
    -ms-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    display: flex;
  }

  .pc-flex2 {
    width: 250px;
    display: block;
  }

  .pc-flex2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    vertical-align: bottom;
  }

  .sec-point-box1 {
    width: 60%;
    margin-top: 0px;
    padding: 0 30px;
    flex: 2;
  }

  .sec-point-h2 {
    margin-top: 60px;
    padding: 0px;
    font-size: 2.8rem;
    line-height: 38px;
  }

  .sec-point-p {
    margin: 20px auto 0;
    padding: 0px;
    width: 100%;
    font-size: 1.8rem;
    line-height: 34px;
    text-align: left;
  }

  .sec-point-link {
    padding: 50px 20px 50px;
    width: 20%;
  }

  .sec-point-buttom-flex2 {
    width: 200px;
  }

  .sec-point-buttom-flex2 p {
    padding-right: 0px;
    font-size: 2rem;
  }

  .sec-point-buttom3-box {
    width: 200px;
    margin: 50px auto 0;
  }

  .sec-point-buttom3-box p {
    font-size: 2rem;
  }

  .sec-point-buttom-flex3 {
    width: 200px;
  }

  .sec-point-buttom-flex4 {
    width: 200px;
  }

  .sec-point-buttom-flex3 p {
    padding-right: 0px;
    font-size: 2rem;
  }

  .sec-point-buttom-flex4 p {
    padding-right: 0px;
    font-size: 2rem;
  }

  .sec-point-buttom-flex3 img {
    padding-left: 0px;
  }

  .sec-point-buttom-flex4 img {
    padding-left: 0px;
  }

  .sec-point-pc-s {
    font-size: 1.8rem;
  }

  .sec-point-s {
    font-size: 1.4rem;
  }

  .sec-point-buttom-flex {
    width: 300px;
    margin: 30px auto;
  }

  .sec-sns {
    margin-top: 30px;
  }
}

@media (min-width: 1440px) {
  .sec-point-h2 {
    margin-top: 50px;
  }

  .sec-point-p2 {
    width: 850px;
  }

  .sec-point-buttom-flex {
    margin: 30px auto 40px;
  }

  .sec-point-link {
    padding: 60px 20px 30px;
  }
}

.pc-none {
  display: none;
}

.sec-sns-flex {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  -ms-display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0fff0;
}

.sec-sns-flex-h3 {
  font-size: 2rem;
  font-weight: 600;
}

.sec-sns-flex img {
  width: 60px;
  height: 60px;
  padding-left: 10px;
  object-fit: contain;
}

.sec-sns-sample {
  width: 100%;
  vertical-align: bottom;
}

.sec-sns-banners {
  padding: 18px;
  background-color: #fff;
}

.sec-sns-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  max-width: 1200px;
  margin-inline: auto;
}

.sec-sns-row a {
  display: block;
}

.sec-sns-row img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.sec-information {
  border-top: solid 1px #ddd;
  padding: 40px 0;
}

.sec-information-title {
  font-size: 2.4rem;
  font-weight: 600;
}

.sec-information-flex div {
  width: 100%;
  height: 100px;
  margin: 30px 0;
  background-color: #f6f6f6;
}

.sec-information-flex a {
  text-decoration: none;
  color: #333;
  font-size: 2rem;
  font-weight: 600;
}

.sec-information img {
  width: 80%;
  height: 100px;
  object-fit: contain;
}

@media (min-width: 800px) {
  .sec-information-flex {
    -ms-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sec-information-flex div {
    margin: 30px;
  }

  .sec-information img {
    width: 100%;
  }

  .sec-sns-banners {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sec-sns-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 60px;
  }
}

@media (min-width: 1020px) {
  .sp-none {
    display: none;
  }

  .pc-none {
    display: block;
  }

  .sec-sns-sample {
    width: 100%;
  }

  .sec-sns-flex {
    width: 100%;
  }

  .sec-information-flex div {
    width: 380px;
  }
}

@media (min-width: 1440px) {
}

.sec-footer {
  background-image: url('imgs/top/footer-img.png');
  background-size: cover;
}

.sec-footer-catalog {
  padding: 40px 0 0;
}

.sec-footer-catalog a {
  margin-top: 30px;
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  font-feature-settings: 'palt';
}

.sec-footer-tel {
  padding: 30px 0;
  line-height: 34px;
}

.sec-footer-p {
  font-size: 1.8rem;
  font-weight: 600;
  color: #f0fff0;
}

.sec-footer-tela {
  text-decoration: none;
  font-size: 4.2rem;
  font-weight: 600;
  color: #f0fff0;
}

.sec-footer-tel-fax {
  font-size: 1.8rem;
  font-weight: 600;
  color: #f0fff0;
}

.sec-footer-time {
  font-size: 1.8rem;
  font-weight: 600;
  color: #f0fff0;
}

.sec-footer-mail {
  padding: 10px 20px;
  background-color: #333333;
  border-radius: 50px;
  text-decoration: none;
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
}

.sec-footer-map a {
  text-decoration: none;
  color: #fff;
  border-bottom: solid 1px #fff;
}

.sec-footer-small {
  margin-top: 60px;
}

.sec-footer-small small {
  color: #fff;
}

@media (min-width: 1020px) {
  .sec-footer-flex {
    -ms-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sec-footer-catalog {
    padding: 40px 0;
    -ms-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sec-footer-catalog a {
    padding: 0 20px;
  }

  .sec-footer-logo {
    width: 350px;
    padding-right: 30px;
    border-right: solid 1px #fff;
    margin: 20px 0;
  }

  .sec-footer-contact {
    width: 350px;
    padding-left: 30px;
  }
}

/*page-producer*/
.syubyouhou-link {
  margin-top: 60px;
}

.syubyouhou-link a {
  font-size: 1.6rem;
  text-decoration: none;
  color: #80be82;
  border-bottom: solid 1px #578b53;
}

.sec-producer-linkbox {
  width: 270px;
  margin: 50px auto 0;
  padding: 10px 20px;
  background-color: #578b53;
  border-radius: 25px;
  box-shadow: 1px 1px 2px #333;
}

.sec-producer-linkbox a {
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
}

.sec-producer-caution {
  max-width: 800px;
  margin: 60px auto 0;
  padding: 30px 10px;
  text-align: left;
  font-size: 1.6rem;
  font-feature-settings: 'palt';
  border: solid 1px #333;
}

.sec-producer-caution p {
  margin: 10px 0 0 0;
  padding-left: 1em;
  text-indent: -1em;
}

.sec-producer-caution a {
  text-decoration: none;
  color: #80be82;
}

.sec-producer-caution-title {
  font-size: 1.8rem;
  text-align: center;
}

.sec-producer-caution-h3 {
  max-width: 300px;
  font-size: 1.8rem;
  margin: 30px 0 20px;
  border-bottom: solid 2px #578b53;
}

.sec-producer-caution-h3 span {
  font-size: 1.6rem;
  font-weight: 400;
  color: #578b53;
  border-bottom: solid 1px #578b53;
}

.sec-producer-caution-span {
  font-size: 1.4rem;
}

.sec-producer-h1 {
  margin-top: 60px;
  font-size: 2.4rem;
  font-weight: 600;
}

.producer-texts {
  font-size: 1.6rem;
}

.zoomIn {
  width: 300px;
  height: 400px;
  margin: 0 auto;
  margin-top: 60px;
}

.zoomIn img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  transform: scale(1);
  transition: 0.3s ease-in-out;
  /*移り変わる速さを変更したい場合はこの数値を変更*/
}

.zoomIn a:hover img {
  /*hoverした時の変化*/
  transform: scale(1.2);
  /*拡大の値を変更したい場合はこの数値を変更*/
}

/*　画像のマスク　*/
.mask {
  display: block;
  line-height: 0;
  /*行の高さを0にする*/
  overflow: hidden;
  /*拡大してはみ出る要素を隠す*/
}

.sec-producer-h2 {
  margin-top: 20px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 28px;
}

.producer-texts2 {
  font-family: 'Lato', sans-serif;
}

.sec-producer-linkbox2 {
  width: 270px;
  margin: 50px auto 80px;
  padding: 10px 20px;
  background-color: #578b53;
  border-radius: 25px;
  box-shadow: 1px 1px 2px #333;
}

.sec-producer-link {
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
}

@media (min-width: 800px) {
  .shop-pcnone {
    display: none;
  }

  .header-producer {
    background: url('imgs/producer/header-img.jpg');
  }

  .header-shop {
    background-image: url('imgs/producer/header-img2.jpg');
  }

  .header-item1 {
    background-image: url('imgs/producer/header-item.jpg');
  }

  .header-item2 {
    background-image: url('imgs/producer/header-item2.jpg');
  }

  .header-stok {
    background-image: url('imgs/producer/header-stok.jpg');
  }

  .sec-producer-caution-h3 span {
    margin-left: 20px;
  }

  .sec-producer-link {
    -ms-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    display: flex;
  }

  .sec-producer-linkbox {
    width: 200px;
  }

  .sec-producer-itembox {
    -ms-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media (min-width: 1020px) {
  .syubyouhou-link a {
    font-size: 1.8rem;
  }

  .sec-producer-linkbox {
    width: 20%;
    padding: 15px 20px;
  }

  .sec-producer-linkbox a {
    font-size: 2rem;
  }

  .sec-producer-h1 {
    font-size: 2.8rem;
  }

  .producer-texts {
    font-size: 2rem;
  }
}

/*privacy-policy*/
.privacy-br2 {
  display: none;
}

.sec-privacy {
  margin-bottom: 80px;
  padding: 0 20px;
}

.sec-privacy p {
  font-size: 1.6rem;
  text-indent: -1em;
  padding-left: 1em;
  font-feature-settings: 'palt';
  text-align: left;
  line-height: 28px;
}

.sec-privacy-h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom: solid 1px #578b53;
  text-align: left;
}

.sec-privacy-span {
  text-indent: -1em;
  padding-left: 0em;
}

.sec-privacy-address {
  font-style: normal;
}

.sec-privacy-address a {
  display: block;
  text-decoration: none;
  color: #578b53;
  text-align: left;
}

#sec-privacy-last {
  text-align: right;
}

.sec-privacy-button {
  margin: 30px 0 0;
  display: inline-block;
  text-decoration: none;
  color: #333;
  border-bottom: solid 1px #578b53;
}

@media (min-width: 1020px) {
  .privacy-br {
    display: none;
  }

  .privacy-br2 {
    display: block;
  }

  .sec-privacy {
    margin: 120px 0;
    padding: 0 100px;
  }

  #sec-privacy-t {
    text-indent: 0em;
    padding-left: 0em;
  }
}

/*page-syubyouhou*/
/*page-kazai-maker*/
.header-maker {
  background-image: url('imgs/other/header-maker.jpg');
}

.sec-kazai-menu {
  width: 90%;
  margin: 0 auto;
}

.sec-kazai-menu-flex1 ul {
  -ms-display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.sec-kazai-menu-flex1 ul li {
  width: 135px;
  margin: 5px;
  padding: 5px 5px;
  background-color: #598d56;
  list-style: none;
}

.sec-kazai-menu-flex1 ul li a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  font-feature-settings: 'palt';
}

.sec-kazai-list1 {
  margin-top: 80px;
}

.sec-kazai-h2 {
  padding: 0 20px;
  font-size: 2rem;
  color: #598d56;
  text-align: left;
}

.sec-kazai-h2-bar {
  width: 90%;
  height: 3px;
  position: relative;
  top: -10px;
}

.sec-kazai-list-flex {
  -ms-display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sec-kazai-list-box {
  width: 160px;
  height: 120px;
  margin: 10px 5px;
  padding: 10px 5px;
  background-color: #fff;
  position: relative;
}

.sec-kazai-h3 {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 1.4rem;
  font-feature-settings: 'palt';
}

.sec-kazai-h3 span {
  font-size: 1.4rem;
}

.sec-kazai-list-box a {
  padding: 5px 5px;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  background-color: #598d56;
  position: absolute;
  left: 15px;
  bottom: 30px;
}

.sec-kazai-back {
  width: 150px;
  margin: 30px auto 0;
  padding: 5px 10px;
  background-color: #598d56;
}

.sec-kazai-back a {
  text-decoration: none;
  font-size: 1.6rem;
  color: #fff;
}

.sec-kazai-list-box address {
  font-style: normal;
  font-size: 1rem;
  text-align: left;
  line-height: 18px;
  position: absolute;
  font-feature-settings: 'palt';
  bottom: 5px;
  background-color: #fff;
}

@media (min-width: 1020px) {
  .sec-kazai-menu {
    max-width: 900px;
  }

  .sec-kazai-menu-flex1 ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sec-kazai-list1 {
    max-width: 1200px;
    margin: 90px auto 0;
    padding: 0 30px;
  }

  .sec-kazai-h2 {
    font-size: 2.4rem;
  }

  .sec-kazai-h2-bar {
    width: 100%;
  }

  .sec-kazai-list-flex {
    max-width: 1200px;
    margin: 0 auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .sec-kazai-list-box {
    width: 200px;
    height: 150px;
    margin: 10px 10px;
    padding: 10px 10px;
  }

  .sec-kazai-h3 {
    font-size: 1.8rem;
  }

  .sec-kazai-list-box a {
    left: 35px;
  }

  .sec-kazai-list-box address {
    font-size: 1.4rem;
    line-height: 24px;
  }
}

@media (min-width: 1440px) {
  .sec-kazai-menu-flex1 ul {
    max-width: 900px;
    margin: 0 auto;
  }
}

/*sitemap*/
.sec-sitemap {
  width: 100%;
}

.sec-sitemap-h1box {
  margin-top: 30px;
  padding: 10px 20px;
  background-color: #c5e8b4;
}

.sec-sitemap h1 {
  padding-left: 10px;
  border-left: solid 5px #578b53;
  text-align: left;
}

.sec-sitemap h1 a {
  text-decoration: none;
  color: #333;
}

.sec-sitemap h2 {
  margin-top: 10px;
  padding-left: 30px;
  text-align: left;
  font-weight: 300;
}

.sec-sitemap h2 a {
  text-decoration: none;
  color: #333;
}

@media (min-width: 800px) {
  .sec-sitemap {
    width: 600px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .sec-sitemap h2 {
    font-size: 1.6rem;
  }
}

.sec-top-farm {
  padding: 60px 0;
  background: white;
}

.sec-top-farm-container {
  margin: 0 auto;
  text-align: left;
}

.sec-top-farm-container img {
  width: 40%;
}

.sec-top-farm-container img.sec-top-farm-misato {
  border-radius: 0 16px 16px 0;
}

.sec-top-farm-container img.sec-top-farm-nishikaruizawa {
  border-radius: 16px 0 0 16px;
  display: block;
  margin: 0 0 0 auto;
}

.sec-top-farm-content {
  padding: 28px 20px;
}

.sec-top-farm-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 32px 0 40px;
  flex-direction: column;
}

.sec-top-farm .view-more {
  display: flex;
  justify-content: center;
}

@media (min-width: 800px) {
  .sec-top-farm-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sec-top-farm-content {
    padding: 0 20px;
  }

  .sec-top-farm-container img {
    width: 100%;
  }

  .sec-top-farm-links {
    flex-direction: row;
  }

  .sec-top-farm .view-more {
    display: inline-flex;
  }
}

.sec-top-recruit {
  padding: 60px 20px;
}

.sec-top-recruit-container {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  text-align: left;
}

.sec-top-recruit-container img {
  width: 100%;
  border-radius: 16px;
  margin-bottom: 32px;
}

.sec-top-subtitle {
  font-weight: bold;
  color: #fc606e;
}

.sec-top-title {
  font-size: 3.2rem;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  font-family: 'Poppins', sans-serif;
}

.view-more {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

.view-more span {
  height: 40px;
  width: 40px;
  background-color: #ddd;
  border-radius: 100%;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}

.view-more span svg {
  width: 20px;
}

.sec-top-recruit-content {
  flex: 1;
}

.sec-top-recruit-links {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 16px;
  margin: 32px 0 0;
}

.sec-top-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 999px;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 8px 40px;
  position: relative;
  text-decoration: none;
  transition:
    background 0.3s,
    color 0.3s,
    border 0.3s;
  color: #333;
  min-height: 64px;
  line-height: 1;
  box-sizing: border-box;
}

.sec-top-link svg {
  margin-left: 16px;
  width: 20px;
}

@media (min-width: 800px) {
  .sec-top-subtitle {
    font-size: 2rem;
    font-weight: bold;
    color: #fc606e;
  }

  .sec-top-title {
    font-size: 7rem;
  }
}

@media (min-width: 800px) {
  .sec-top-recruit-container img {
    width: 50%;
    margin-bottom: 0;
  }

  .sec-top-recruit-content {
    padding-left: 48px;
  }

  .sec-top-recruit-container {
    flex-direction: row;
  }

  .sec-top-recruit-links {
    flex-direction: row;
  }
}
