@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;700;900&family=Sawarabi+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css");
a {
  color: #6ca337;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

.bold {
  font-weight: 700;
}

section .secInner, footer {
  width: 100%;
}
section .secInner img, footer img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  section .secInner, footer {
    width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
}

.mb3 {
  margin-bottom: 3vh;
}

.mb5 {
  margin-bottom: 5vh;
}

.mb8 {
  margin-bottom: 8vh;
}

.mb10 {
  margin-bottom: 10vh;
}

header h1 {
  margin: 0;
  padding: 2.7vh 0 3.5vh 0;
  text-align: center;
}
@media screen and (max-width: 425px) {
  header h1 {
    text-align: left;
    padding-top: 3.5vh;
    padding-left: 5%;
  }
}
header h1 img {
  max-width: 420px;
}
@media screen and (max-width: 768px) {
  header h1 img {
    width: 50%;
  }
}
@media screen and (max-width: 425px) {
  header h1 img {
    width: 70%;
  }
}

#btmContact {
  background: url(../img/footer_bg.png) center top no-repeat;
  background-size: cover;
  padding: 10vh 5%;
  text-align: center;
  line-height: 120%;
}
@media screen and (max-width: 425px) {
  #btmContact {
    line-height: 130%;
    padding: 7vh 5%;
  }
}
#btmContact h2 {
  margin-bottom: 5vh;
}
#btmContact .tel {
  color: #6ca337;
  font-size: clamp(3rem, 5.5vw, 4.5rem);
  font-weight: 700;
  padding: 4vh 0;
}
#btmContact .tel a {
  color: #6ca337;
  text-decoration: underline;
}
#btmContact .tel span {
  font-size: clamp(2rem, 2vw, 3rem);
  padding-right: clamp(0.625rem, 0.563rem + 0.313vw, 0.938rem);
}
#btmContact .tel + p {
  font-size: clamp(1.5rem, 4vw, 2rem);
  margin-bottom: 2vh;
}
#btmContact .tel + p + p {
  font-size: clamp(1.5rem, 4vw, 2rem);
}
#btmContact .tel + p + p a {
  color: #2b2b2b;
  pointer-events: none;
}

.maintit {
  background: url(../img/bg.png) top center no-repeat;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .maintit img {
    width: 100%;
    height: auto;
  }
}

footer {
  display: flex;
  justify-content: space-between;
  padding: 4vh 5%;
  border-top: 1px solid rgba(108, 163, 55, 0.3);
}
@media screen and (max-width: 425px) {
  footer {
    display: block;
    text-align: center;
    padding: 2vh 5%;
  }
}
footer .footerH1 {
  width: 300px;
}
@media screen and (max-width: 425px) {
  footer .footerH1 {
    display: none;
  }
}
footer .copyright {
  font-size: 1.2rem;
}
@media screen and (max-width: 425px) {
  footer .copyright {
    font-size: 1rem;
  }
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

[data-animate] {
  transition: opacity 0.4s ease;
}

body {
  font-family: "Noto Sans JP", "Sawarabi Mincho", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 400;
  color: #2b2b2b;
  line-height: 170%;
}
body img {
  vertical-align: middle;
}

section {
  display: block;
  padding: 14.5vh 5%;
}
@media screen and (max-width: 425px) {
  section {
    padding: 7vh 5%;
  }
}
@media screen and (max-width: 900px) {
  section .secInner {
    width: 100%;
  }
}

nav {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 3;
  opacity: 0;
}
nav .inner {
  padding: 25px;
}
nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid rgba(108, 163, 55, 0.5);
}
nav .inner ul li a {
  display: block;
  color: #6ca337;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
  position: relative;
  font-weight: 700;
}
@media screen and (max-width: 425px) {
  nav .inner ul li a {
    line-height: 150%;
    padding-left: 0;
  }
}
nav .inner ul li a:hover {
  background: rgba(108, 163, 55, 0.1);
}
nav .inner ul li a i {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.open nav {
  left: 0;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  nav {
    left: -220px;
    width: 220px;
  }
}
.toggle_btn {
  display: block;
  position: fixed;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .toggle_btn {
    right: auto;
    left: 50%;
    transform: translateX(330px);
  }
}
@media screen and (max-width: 425px) {
  .toggle_btn {
    top: 20px;
  }
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 40px;
  height: 5px;
  background-color: #98d75f;
  border-radius: 4px;
  transition: all 0.5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 17px;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
}

.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(17px) rotate(-315deg);
  transform: translateY(17px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}

#mask {
  display: none;
  transition: all 0.5s;
}

.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 2;
  cursor: pointer;
}

.mainimage {
  position: relative;
}
.mainimage .maincopy {
  position: absolute;
  bottom: -30px;
  left: 50%;
  z-index: 1;
  transform: translateX(-100px);
}
@media screen and (max-width: 768px) {
  .mainimage .maincopy {
    width: 50%;
    transform: translateX(-50px);
  }
  .mainimage .maincopy img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 425px) {
  .mainimage .maincopy {
    width: 70%;
    transform: translateX(-50%);
    bottom: -50px;
  }
}
.mainimage .sliderWrap {
  overflow: hidden;
}

.slider {
  overflow: visible;
}

.slider .slick-slide {
  opacity: 0.6;
  transition: opacity 0.3s;
}

.slider .slick-center {
  opacity: 1;
}

.slider img {
  display: block;
  margin: 0 10px;
}

/* 必須 */
.accordion-content {
  display: none;
}

/* 装飾用 */
@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}

.spOnly2 {
  display: none !important;
}
@media screen and (max-width: 425px) {
  .spOnly2 {
    display: block !important;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex.sb {
  justify-content: space-between;
}
.flex.sa {
  justify-content: space-around;
}

.btn {
  text-align: center;
  padding-top: 5vh;
}
.btn a {
  display: inline-block;
  text-decoration: none;
  min-width: 450px;
  background: url(../img/btn_bg.png) right center no-repeat;
  color: #fff;
  font-family: "Noto Serif JP", serif, "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 15px 40px;
  border-radius: 10px;
  background-size: cover;
  position: relative;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  font-weight: 700;
}
@media screen and (max-width: 425px) {
  .btn a {
    line-height: 120%;
  }
}
.btn a i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.3rem;
}
.btn a:hover {
  animation: pulse;
  animation-duration: 0.8s;
}
@media screen and (max-width: 425px) {
  .btn a {
    min-width: 80%;
  }
}

.clearfix .left {
  float: left;
}
.clearfix .right {
  float: right;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.initiative #sec02, .introduct #sec02, .introduct #sec04, .index #sec02 {
  background: url(../img/bg.png) top center no-repeat fixed;
  background-size: cover;
}

.tRight {
  text-align: right;
}
.tRight i {
  margin-left: 3%;
  font-size: 1.3rem;
}

h2 {
  color: #e6b243;
  font-size: clamp(2.4rem, 4vw, 3.7rem);
  text-align: center;
  font-family: "Noto Serif JP", serif, "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-bottom: 8vh;
  margin: 0 0 7vh 0;
  line-height: 130%;
  background: url(../img/h2.png) center bottom no-repeat;
}
@media screen and (max-width: 425px) {
  h2 {
    background: url(../img/h2_sp.png) center bottom no-repeat;
    padding-bottom: 4vh;
    margin-bottom: 4vh;
  }
}

h3 {
  color: #e6b243;
  margin: 0 0 1vh 0;
}

.index #sec01 {
  background: url(../img/index/bg01.png) 0 bottom no-repeat;
}
@media screen and (max-width: 425px) {
  .index #sec01 {
    padding-top: 10vh;
  }
  .index #sec01 h2 {
    display: none;
  }
}
.index #sec02 .innerBox {
  margin-bottom: 10vh;
}
.index #sec02 .innerBox:nth-child(odd) .left {
  text-align: right;
}
.index #sec02 .innerBox:nth-child(odd) .right {
  left: 0;
}
.index #sec02 .innerBox:nth-child(odd) .right span {
  left: 50%;
  transform: translateX(-60px);
}
@media screen and (max-width: 425px) {
  .index #sec02 .innerBox:nth-child(odd) .right span {
    transform: translate(0);
    left: auto;
  }
}
@media screen and (max-width: 425px) {
  .index #sec02 .innerBox .left {
    text-align: left;
  }
  .index #sec02 .innerBox .right span {
    transform: translate(0);
  }
  .index #sec02 .innerBox .right span.sec02span01 {
    width: 15% !important;
    margin-top: -10px;
  }
}
.index #sec02 .innerBox:last-child {
  margin-bottom: 0;
}
.index #sec02 .innerBox .btn {
  padding-top: 3vh;
}
@media screen and (max-width: 425px) {
  .index #sec02 .innerBox br {
    display: none;
  }
}
.index #sec02 .imgBox {
  position: relative;
  margin-bottom: 7vh;
}
@media screen and (max-width: 425px) {
  .index #sec02 .imgBox {
    margin-bottom: 2vh;
  }
  .index #sec02 .imgBox:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media screen and (max-width: 425px) {
  .index #sec02 .imgBox .left {
    float: left;
    width: 43%;
  }
}
.index #sec02 .imgBox .right {
  position: absolute;
  top: 35px;
  right: 0;
}
.index #sec02 .imgBox .right span {
  position: absolute;
  right: 10px;
  top: -50px;
}
@media screen and (max-width: 425px) {
  .index #sec02 .imgBox .right {
    position: static;
    width: 57%;
    float: right;
  }
  .index #sec02 .imgBox .right span {
    position: absolute;
    top: -40px;
    width: 20%;
  }
}
.index #sec02 .imgBox + p {
  text-align: center;
}
.index #sec03 .secInner {
  position: relative;
  padding-top: 3vh;
}
.index #sec03 .secInner h2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: none;
  margin: 0;
  padding: 0;
}

.introduct .img {
  text-align: center;
  padding: 0 0 4vh 0;
}
@media screen and (max-width: 425px) {
  .introduct #sec02 img {
    width: 70%;
  }
}
.introduct #sec04 .accordion-header {
  background-color: #FFF;
  padding: 2vh 5%;
  transition: background 0.3s ease;
  cursor: pointer;
  position: relative;
  color: #6ca337;
  font-weight: 700;
  border-radius: 5px;
}
.introduct #sec04 .accordion-header i {
  margin-right: 10px;
  color: #92c265;
}
.introduct #sec04 .accordion-header.active {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.introduct #sec04 .accordion-header.active i {
  transform: rotate(90deg);
}
.introduct #sec04 .accordion-header span {
  background: #92c265;
  border-radius: 5px;
  color: #fff;
  font-size: clamp(1.2rem, 5vw, 1.7rem);
  padding: 3px 5px;
  margin-right: 10px;
}
.introduct #sec04 .accordion-content {
  background-color: #FFF;
  padding: 0px 5% 3.5vh 5%;
  font-size: clamp(1.6rem, 4vw, 2rem);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  line-height: 150%;
}
.introduct #sec04 .accordion-content + .accordion-header {
  margin-top: 3vh;
}
.introduct #sec04 .flex {
  justify-content: space-between;
}
@media screen and (max-width: 425px) {
  .introduct #sec04 .flex {
    display: block;
  }
}
.introduct #sec04 .flex .text {
  width: calc(100% - 250px);
}
@media screen and (max-width: 425px) {
  .introduct #sec04 .flex .text {
    width: 100%;
  }
}
.introduct #sec04 .flex .image {
  width: 235px;
}
@media screen and (max-width: 425px) {
  .introduct #sec04 .flex .image {
    text-align: center;
    width: 100%;
    padding-top: 3vh;
  }
  .introduct #sec04 .flex .image img {
    width: 50%;
  }
}
.introduct #sec04 .acInnerTit {
  color: #e6b243;
  padding-top: 2.5vh;
  margin-bottom: 1vh;
  font-weight: 700;
}
.introduct #sec05 table {
  border-collapse: collapse;
  border-top: 1px solid rgba(108, 163, 55, 0.5);
  margin-bottom: 8vh;
  width: 100%;
}
.introduct #sec05 tr {
  border-bottom: 1px solid rgba(108, 163, 55, 0.5);
}
.introduct #sec05 tr th {
  text-align: left;
  padding: 1.5vh 0;
}
@media screen and (max-width: 425px) {
  .introduct #sec05 tr th {
    display: block;
    padding-bottom: 1vh;
  }
}
.introduct #sec05 tr td {
  padding: 1.5vh 0 1.5vh 30px;
}
@media screen and (max-width: 425px) {
  .introduct #sec05 tr td {
    display: block;
    padding-left: 0;
    padding-top: 0;
  }
}
.introduct #sec05 .right {
  text-align: right;
}
.introduct #sec05 .right i {
  margin-left: 3%;
  font-size: 1.3rem;
}

.photo #sec02 {
  padding-top: 0;
}
.photo .toc {
  background: rgba(108, 163, 55, 0.1);
  padding: 3vh 5%;
}
.photo .toc h2 {
  color: #6ca337;
  margin: 0;
  padding: 0;
  background: none;
}
.photo .toc ul {
  border-top: 1px solid rgba(146, 194, 101, 0.7);
  list-style: none;
  padding: 0;
  margin: 0;
}
.photo .toc ul li {
  border-bottom: 1px solid rgba(146, 194, 101, 0.7);
  font-size: clamp(1.5rem, 3vw, 2rem);
  padding: 1vh 0;
  font-weight: 700;
}
.photo .toc ul li i {
  margin-right: 10px;
}
.photo .toc ul li a {
  text-decoration: none;
  display: block;
  padding: 0 3%;
}
.photo .accordion {
  background: url(../img/bg.png) center top no-repeat fixed;
  padding: 3vh 3%;
  border-top: 2px solid #92c265;
}
.photo .accordion-header {
  text-align: center;
  color: #6ca337;
  font-weight: 700;
  cursor: pointer;
}
.photo .accordion-header:hover {
  opacity: 0.8;
}
.photo .accordion-header i {
  margin-right: 10px;
}
.photo .accordion-header.active i {
  transform: rotate(90deg);
}
.photo .accordion-content {
  padding-top: 3vh;
}
.photo .accordion + .accordion {
  margin-top: 5vh;
}

.contact .contactBox {
  text-align: center;
  line-height: 120%;
  margin-bottom: 8vh;
}
@media screen and (max-width: 425px) {
  .contact .contactBox {
    line-height: 130%;
    padding: 7vh 5%;
  }
}
.contact .contactBox h2 {
  margin-bottom: 10vh;
}
.contact .contactBox .tel {
  color: #6ca337;
  font-size: clamp(3rem, 5.5vw, 4.5rem);
  font-weight: 700;
  padding: 4vh 0;
}
.contact .contactBox .tel a {
  color: #6ca337;
}
.contact .contactBox .tel span {
  font-size: clamp(2rem, 2vw, 3rem);
  padding-right: clamp(0.625rem, 0.563rem + 0.313vw, 0.938rem);
}
.contact .contactBox .tel + p {
  font-size: clamp(1.5rem, 4vw, 2rem);
  margin-bottom: 2vh;
}
.contact .contactBox .tel + p + p {
  font-size: clamp(1.5rem, 4vw, 2rem);
}

.privacy,
.sitemap {
  font-size: clamp(1.8rem, 3.5vw, 2rem);
}
.privacy #sec01,
.sitemap #sec01 {
  padding-top: 4vh;
  border-top: 1px solid rgba(108, 163, 55, 0.3);
}

.privacy #sec01 h3 {
  font-size: 2.4rem;
  padding-top: 5vh;
  margin-bottom: 2vh;
}
.privacy #sec01 p {
  line-height: 150%;
  margin-bottom: 1.5vh;
}
.privacy #sec01 ul, .privacy #sec01 ol {
  padding-left: 3rem;
  margin-bottom: 1.5vh;
}
.privacy #sec01 ul ul, .privacy #sec01 ul ol, .privacy #sec01 ol ul, .privacy #sec01 ol ol {
  padding-top: 1.5vh;
}
.privacy #sec01 ul li, .privacy #sec01 ol li {
  line-height: 150%;
  margin-bottom: 1vh;
}

.sitemap #sec01 ul {
  border-top: 1px solid rgba(108, 163, 55, 0.3);
}
.sitemap #sec01 ul li {
  border-bottom: 1px solid rgba(108, 163, 55, 0.3);
  padding: 2vh 0;
  list-style: none;
}
.sitemap #sec01 ul li i {
  margin-left: 10px;
}/*# sourceMappingURL=style.css.map */