@charset "UTF-8";
@media screen and (min-width: 800px) {
  .humenu {
    display: none;
  }
}
.sidebar {
  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0;
  /* checkboxを実装するとき */
  background-color: rgba(4, 146, 98, 0.8);
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  display: block;
  animation: fadeOut 1s ease-out 0s forwards;
  transform: translateZ(300px);
}
.sidebar .tit {
  height: 60px;
}
.sidebar ul a {
  z-index: 2000;
  position: relative;
  display: block;
  height: 100%;
  line-height: 36px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  padding: 0 10px;
  border-bottom: 1px solid #ffffff;
  transition: 0.4s;
}
.sidebar ul li a:hover {
  padding-left: 30px;
  text-decoration: none;
}

#check {
  display: none;
}

label #btn,
label #cancel {
  z-index: 2500;
  position: fixed;
  cursor: pointer;
  background: #049262;
  border-radius: 3px;
  transform: translateZ(300px);
}
label #btn {
  z-index: 2000;
  position: fixed;
  opacity: 1;
  left: 10px;
  top: 10px;
  font-size: 25px;
  color: #fff;
  padding: 6px 12px;
}
label #cancel {
  z-index: 2000;
  position: fixed;
  opacity: 0;
  top: 10px;
  font-size: 30px;
  color: #fff;
  padding: 4px 9px;
}

#check:checked ~ .sidebar {
  /* left: 0; */
  pointer-events: all;
  display: block;
  opacity: 1;
  animation: fadeIn 1s ease-in 0s forwards;
}
#check:checked ~ label #btn {
  position: absolute;
  opacity: 0;
  left: 40px;
  pointer-events: none;
}
#check:checked ~ label #cancel {
  z-index: 3000;
  position: fixed;
  opacity: 1;
  right: 10px;
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: block;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
* {
  scroll-behavior: smooth;
}

.text-color-blue {
  color: #006699;
}

.text-color-green {
  color: #069262;
}

.border {
  width: 1000px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.border img {
  width: 100px;
}

.border_2 {
  display: flex;
  margin: 0;
  padding: 0;
}

h1 {
  position: relative;
  width: 1000px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  font-size: clamp(16px, 16px + 2vw, 42px);
  font-weight: bold;
  letter-spacing: 0.1em;
  transform: translateX(-30px);
  transform: none;
}
@media screen and (max-width: 800px) {
  h1 {
    margin-top: 0;
  }
}

.second_h1 {
  position: relative;
  width: 1280px;
  max-width: 100%;
}

.h1-child {
  width: 100%;
  display: flex;
  justify-content: center;
}
.h1-child p {
  text-align: center;
  font-size: clamp(12px, 12px + 2vw, 18px);
  margin-bottom: clamp(12px, 12px + 1vw, 48px);
  font-weight: bold;
  color: #006699;
}

h3 {
  font-weight: bold;
  font-size: clamp(12px, 12px + 2vw, 22px);
}

.bold {
  font-weight: bold;
}

.kaigyou {
  display: block;
}

.kaigyou::before {
  content: "";
  padding-left: 1em;
}

.kaigyou::after {
  content: "\a";
  white-space: pre;
}

.lt-sp-1 {
  letter-spacing: 1em;
}

.lt-sp-02 {
  letter-spacing: 0.2em;
}

.pd-top-80 {
  padding-top: clamp(5px, 5px + 2vw, 80px);
}

.ma-top-40 {
  margin-top: clamp(5px, 5px + 2vw, 40px);
}

.ma-top-30 {
  margin-top: clamp(5px, 5px + 2vw, 30px);
}

.ma-top-50 {
  margin-top: clamp(5px, 5px + 2vw, 50px);
}

.ma-top-80 {
  margin-top: clamp(10px, 10px + 5vw, 80px);
}

.ma-btm-10 {
  margin-bottom: clamp(5px, 5px + 2vw, 10px);
}

.ma-btm-25 {
  margin-bottom: clamp(5px, 5px + 2vw, 25px);
}

.ma-btm-30 {
  margin-bottom: clamp(5px, 5px + 2vw, 30px);
}

.ma-btm-40 {
  margin-bottom: clamp(5px, 5px + 2vw, 40px);
}

.ma-btm-60 {
  margin-bottom: 60px;
}

.ma-btm-80 {
  margin-bottom: 80px;
}

#return-top {
  opacity: 0;
}

#return-top.show {
  opacity: 1;
  height: 60px;
  width: 60px;
  position: fixed;
  right: 50px;
  bottom: 30px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  z-index: 20;
  background-image: url(../images/return-top.png);
  background-repeat: no-repeat;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 50px;
  width: 50px;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "" !important;
  height: 50px;
  margin: auto;
  width: 50px;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url(../images/01_top/prev.png);
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url(../images/01_top/next.png);
}

/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

body {
  font-size: clamp(12px, 12px + 3vw, 16px);
}

.wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 1280px;
  width: 100vw;
}

.nav_section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  position: fixed;
  z-index: 10;
  background-color: #ffffff;
  max-width: 1280px;
  width: 100%;
}
.nav_section .rogo {
  display: block;
  margin-right: clamp(3px, 5px + 1vw, 60px);
}
.nav_section .rogo img {
  width: 100%;
}
.nav_section .nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* メニュー全体の設定 */
  /* 最初の5つの項目 */
  /* 最後の項目 */
  /* 各メニューのスプライト位置 */
}
.nav_section .nav .menu {
  display: flex; /* 要素を横並びにする */
  align-items: center; /* 高さ方向の中央揃え */
  max-width: 100%; /* レスポンシブ対応 */
  margin: 0 auto; /* 中央揃え */
  background-color: #049262;
}
.nav_section .nav .menu-item {
  height: 100px; /* 高さを統一 */
  background-image: url("../images/01_top/top_02_menu1.png"); /* スプライト画像 */
  background-size: 620px 100px; /* 全体のスプライト画像のサイズ */
  background-repeat: no-repeat; /* 繰り返しを防ぐ */
  cursor: pointer;
  flex-shrink: 0; /* 幅を縮小しない */
}
.nav_section .nav .menu-item:nth-child(-n+5) {
  width: 100px;
  transition: 0.5s;
}
.nav_section .nav .menu-item:last-child {
  width: 270px; /* 幅を120pxに設定 */
  transition: 0.5s;
}
.nav_section .nav .menu-item:nth-child(1) {
  background-position: 0 0;
}
.nav_section .nav .menu-item:nth-child(1):hover {
  background-image: url("../images/01_top/top_02_menu2.png"); /* スプライト画像 */
  background-position: 0 0;
}
.nav_section .nav .menu-item:nth-child(2) {
  background-position: -100px 0;
}
.nav_section .nav .menu-item:nth-child(2):hover {
  background-image: url("../images/01_top/top_02_menu2.png"); /* スプライト画像 */
  background-position: -100px 0;
}
.nav_section .nav .menu-item:nth-child(3) {
  background-position: -200px 0;
}
.nav_section .nav .menu-item:nth-child(3):hover {
  background-image: url("../images/01_top/top_02_menu2.png"); /* スプライト画像 */
  background-position: -200px 0px;
}
.nav_section .nav .menu-item:nth-child(4) {
  background-position: -300px 0;
}
.nav_section .nav .menu-item:nth-child(4):hover {
  background-image: url("../images/01_top/top_02_menu2.png"); /* スプライト画像 */
  background-position: -300px 0px;
}
.nav_section .nav .menu-item:nth-child(5) {
  background-position: -400px 0;
}
.nav_section .nav .menu-item:nth-child(5):hover {
  background-image: url("../images/01_top/top_02_menu2.png"); /* スプライト画像 */
  background-position: -400px 0px;
}
.nav_section .nav .menu-item:nth-child(6) {
  background-position: -500px 0;
}
.nav_section .nav .menu-item:nth-child(6):hover {
  background-image: url("../images/01_top/top_02_menu2.png"); /* スプライト画像 */
  background-position: -500px 0px;
}
@media screen and (max-width: 800px) {
  .nav_section {
    display: none;
  }
}

header {
  display: flex;
  max-width: 1280px;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}
header img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  header {
    margin-top: 0;
  }
}

#return-top {
  opacity: 0;
}

#return-top.show {
  opacity: 1;
  height: 60px;
  width: 60px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  z-index: 10;
  background-image: url(../images/return-top.png);
  background-repeat: no-repeat;
}

footer {
  background-color: #acacac;
  width: 100%;
  margin-top: clamp(20px, 20px + 8vw, 80px);
  padding-top: clamp(20px, 20px + 1vw, 70px);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
footer.top {
  margin-top: 0;
}
footer .footerinner {
  position: relative;
  display: flex;
  max-width: 1000px;
  gap: 10px;
}
footer .footerinner a,
footer .footerinner p {
  color: #ffffff;
  font-weight: bold;
  font-size: clamp(5px, 5px + 1vw, 16px) !important;
  font-size: medium;
}
footer .footerinner a:hover {
  color: #049262;
}
footer .footerinner .footercont {
  display: grid;
  grid-template-columns: repeat(4, minmax(90px, 140px)) auto;
  grid-gap: clamp(1px, 1px + 1vw, 30px);
}
@media screen and (max-width: 500px) {
  footer .footerinner .footercont {
    display: none;
  }
}
footer .footerinner .footercont .item ul.footermenu li {
  height: clamp(15px, 15px + 1vw, 36px);
  white-space: nowrap;
  -moz-text-align-last: justify;
       text-align-last: justify;
  width: 5em;
}

section {
  display: block;
  max-width: 100%;
  width: 1000px;
  background-repeat: no-repeat;
  background-size: 100%;
}
section .fukudai {
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  section {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
section .content {
  display: flex;
  -moz-column-gap: clamp(5px, 5px + 1vw, 40px);
       column-gap: clamp(5px, 5px + 1vw, 40px);
  margin-bottom: 30px;
  font-size: clamp(12px, 12px + 2vw, 16px);
}
section .content.yoko {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 600px) {
  section .content.yoko {
    display: flex;
  }
}
section .content .annai {
  text-align: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  section .content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: center;
  }
  section .content h3 {
    border-bottom: solid 1px #006699;
  }
}
section .content .annai img {
  width: 100%;
}
section .content .cont_inner50-text,
section .content .cont_inner50-img {
  display: block;
  max-width: 50%;
}
section .content .cont_inner50-text img,
section .content .cont_inner50-img img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  section .content .cont_inner50-text,
  section .content .cont_inner50-img {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
section .content .cont_inner30 {
  letter-spacing: 1rem;
}
section .content .cont_inner70 {
  display: block;
  width: 820px;
  max-width: 100%;
}
section .niwakierabi {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  max-width: 700px;
}
section .niwakierabi img {
  max-width: 152px;
  width: 20vw;
}
section.index_1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #049262;
  max-width: 1280px;
  width: 100%;
}
section.index_1 img {
  width: 100%;
}
section.second_1 .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.second_1 p {
  padding-top: 25px;
  font-weight: bold;
  color: #006699;
  max-width: 100%;
  font-size: clamp(12px, 12px + 2vw, 18px);
}
section .item-2-center {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  justify-content: space-around;
}
section .slider {
  width: 100%;
}
section .slider .swiper-container {
  display: flex;
  width: 100%;
  padding-bottom: 30px;
}
section .slider .swiper-slide {
  display: block;
  text-align: center;
  /* width: 400px !important; */
  font-size: 18px;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.midashi {
  margin-top: clamp(5px, 5px + 2vw, 30px);
  margin-bottom: clamp(5px, 5px + 2vw, 30px);
  padding-left: clamp(3px, 3px + 2vw, 23px);
  display: flex;
  width: 100%;
  height: 65px;
  align-items: center;
  background-color: #dbe7f4;
}
@media screen and (max-width: 600px) {
  .midashi {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.midashi h2 {
  display: block;
  font-size: clamp(12px, 12px + 2vw, 30px);
  color: #006699;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.midashi .h2-child {
  margin-left: clamp(0px, 0px + 2vw, 30px);
  font-size: clamp(12px, 12px + 2vw, 18px);
  color: #006699;
}

.toiawase_banner {
  display: flex;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  flex-wrap: wrap;
  margin-top: clamp(10px, 10px + 2vw, 50px);
  margin-bottom: clamp(10px, 10px + 2vw, 40px);
}
.toiawase_banner img {
  width: 100%;
  max-width: 472px;
  margin-bottom: 5px;
}

.shousai_banner-box {
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: center;
}

img.shousai_banner {
  width: 100%;
  transition: all 0.3s ease;
}
img.shousai_banner:hover {
  filter: brightness(1.3);
}

ul.point li {
  color: #006699;
  position: relative;
  font-weight: bold;
  padding-left: 1.5em;
}
ul.point li:before {
  content: "●";
  position: absolute;
  left: 0;
}

ul.fuyoushi {
  color: #049262;
  font-weight: bold;
}

ul.ryoukin {
  color: #000000;
  font-weight: bold;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(3, 280px);
  gap: 20px;
  justify-content: center;
  margin: 30px auto;
}

.grid-item img {
  width: 280px;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Responsive design */
@media screen and (max-width: 960px) {
  .image-grid {
    grid-template-columns: repeat(2, 280px);
  }
}
@media screen and (max-width: 640px) {
  .image-grid {
    grid-template-columns: 280px;
  }
}
.tree-1,
.tree-2 {
  width: 430px;
  max-width: 100%;
  padding: clamp(5px, 5px + 2vw, 30px);
  aspect-ratio: 430/380;
  background-color: #e4eee8;
  background-repeat: no-repeat;
  background-position: top right;
}
@media screen and (max-width: 450px) {
  .tree-1,
  .tree-2 {
    width: 350px;
  }
}
.tree-1 h3,
.tree-2 h3 {
  font-size: clamp(12px, 12px + 2vw, 30px);
  color: #006699;
}

.tree-1 {
  background-image: url(../images/03_zouen/zouen_16.jpg);
}

.tree-2 {
  background-image: url(../images/03_zouen/zouen_17.jpg);
}

ul.symbol li {
  position: relative;
  font-weight: bold;
  font-size: clamp(12px, 12px + 2vw, 16px);
  padding-left: 1.5em;
}
ul.symbol li:before {
  content: "●";
  position: absolute;
  left: 0;
}
ul.symbol li li:before {
  content: "●";
  position: absolute;
  left: 0;
}

.flower-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 10px;
  max-width: 920px;
  margin: 0 auto;
}
.flower-grid .flower-item {
  text-align: center;
  width: 210px;
  height: 290px;
  margin: 0 auto;
  color: #006699;
}
.flower-grid .flower-item .p-1 {
  font-weight: bold;
  font-size: 20px;
}
.flower-grid .flower-item img {
  width: 100%;
}

@media (max-width: 900px) {
  .flower-grid {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .flower-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .flower-grid .flower-item {
    text-align: center;
    width: 158px;
    height: auto;
  }
  .flower-grid .flower-item img {
    width: 100%;
  }
}
ul.ryoukin li {
  color: #000000;
  position: relative;
  font-weight: bold;
  padding-left: 1.5em;
}
ul.ryoukin li:before {
  content: "●";
  position: absolute;
  left: 0;
}

.input_box {
  display: flex;
  flex-wrap: wrap;
}/*# sourceMappingURL=style.css.map */