/*
Theme Name: 2025 Early
Author: Author
Author URI: URI
Version: 1.0
*/
.has-greenLight-gradient-background {
  background: linear-gradient(170deg, rgb(239, 255, 201) 0%, rgb(255, 249, 211) 100%);
}

/* ===========================================================
   # BASE
=========================================================== */
* {
  border: none;
  box-sizing: border-box;
  font: inherit;
  margin: 0;
  padding: 0;
  outline: none;
  vertical-align: bottom;
  -webkit-tap-highlight-color: transparent;
}

html, body {
  width: 100%;
  min-height: 100%;
}

main {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
}

strong {
  font-weight: 600;
}

sub, sup {
  font-size: 80%;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

/* = CLASS
----------------------------------------------------------- */
.auto {
  margin: auto;
}

.boxradiusAll {
  border-radius: 1rem;
}

.boxShadow {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
}

.clear {
  clear: both;
}

.disNon {
  display: none !important;
}

.hidden {
  overflow: hidden;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.small {
  font-size: 0.9em;
}

.transAll {
  transition: all 500ms 0s ease;
}

.txtShadow {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

/* ALIGN */
.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
.alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
.alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
.align_c {
  text-align: center;
}
.align_l {
  text-align: left;
}
.align_r {
  text-align: right;
}
.alignfull {
  width: calc(var(--vw) * 100);
  position: relative;
  left: calc(50% - var(--vw) * 50);
}

/* DISPLAY */
.noSP, .onPC,
.noSP.flex, .onPC.flex {
  display: none;
}

/* FONT */
mark, .sme-bg-color {
  margin-left: 0.1em;
  margin-right: 0.1em;
}

.sme-font-size {
  vertical-align: baseline;
}

/* POSITION */
.posRe {
  position: relative;
}

.posAb {
  position: absolute;
}

@media (min-width: 768px) {
  .onSP {
    display: none !important;
  }
  .noSP {
    display: block;
  }
  .noSP.flex {
    display: flex;
  }
  img.noSP,
  span.noSP,
  strong.noSP {
    display: inline;
  }
}
@media (min-width: 1024px) {
  .noPC {
    display: none !important;
  }
  .onPC {
    display: block;
  }
  .onPC.flex {
    display: flex;
  }
  img.onPC,
  span.onPC,
  strong.onPC {
    display: inline;
  }
}
/* ===========================================================
   # HREF
=========================================================== */
a {
  color: #1C1C1C;
  outline: none;
  text-decoration: none;
}
a.linkBtn, a.linkBox {
  border-radius: 0;
  display: inline-block;
  line-height: 4rem;
  padding: 0 1em;
  max-width: 100%;
  min-width: 20rem;
  text-decoration: none !important;
  transition: all 500ms 0s ease;
}
a.linkBox {
  border: 2px solid #1C1C1C;
  color: #1C1C1C;
  font-weight: 500;
}
a.linkBox:hover {
  background: #1C1C1C;
  border-color: #1C1C1C;
  color: #fff;
}
@media (min-width: 768px) {
  a.linkBtn, a.linkBox {
    font-size: 1.4em;
    line-height: 6rem;
    min-width: 36rem;
  }
}
.entryBody :where(a) {
  color: #7d075a;
  text-decoration: underline;
}
.entryBody :where(a):hover img {
  opacity: 0.9;
}

.linkWrap {
  cursor: pointer;
  position: relative;
}
.linkWrap_item a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-decoration: none !important;
}

/* ===========================================================
   # MAIN
=========================================================== */
.wrap {
  min-height: 100%;
}

.inner {
  padding-left: 1em;
  padding-right: 1em;
}
.innerS, .innerM, .innerL, .innerLl {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.innerS {
  max-width: 96rem;
}
.innerM {
  max-width: 124rem;
}
.innerL {
  max-width: 154rem;
}
.innerLl {
  max-width: 192rem;
}

.contBody {
  padding-top: 2em;
  padding-bottom: 2em;
}

@media (min-width: 768px) {
  .inner {
    padding-left: 2em;
    padding-right: 2em;
  }
  .contBody {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
@media (min-width: 1024px) {
  .inner.innerS {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1366px) {
  .inner.innerM {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1920px) {
  .inner.innerL, .inner.innerLl {
    padding-left: 0;
    padding-right: 0;
  }
}
/* ===========================================================
   # HEAD
=========================================================== */
.headIn {
  align-items: center;
  gap: 2em;
  justify-content: space-between;
  padding: 0.5em 0;
  width: 100%;
}
.headIn .logo {
  max-width: 60%;
}
.headFix {
  display: flex;
  flex-direction: column;
  gap: 0.2em;
  width: 60px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
}
.headFix .btn {
  background: linear-gradient(180deg, rgb(40, 151, 96) 50%, rgb(146, 197, 48) 100%);
  border-bottom-left-radius: 2em;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.5em;
  justify-content: center;
  padding: clamp(2px, 0.4vw, 3px) clamp(2px, 0.4vw, 3px) 1em;
  text-decoration: none;
  transition: all 500ms 0s ease;
}
.headFix .btn::before {
  aspect-ratio: 1/1;
  background: #fff url(./img/elephant.png) 50%/90% no-repeat;
  content: "";
  margin-bottom: auto;
  width: 100%;
}
.headFix .btn:hover {
  background: linear-gradient(180deg, rgb(40, 151, 96) 50%, rgb(40, 151, 96) 100%);
}
.headFix .btn span {
  color: #fff;
  font-size: clamp(15px, 1.8vw, 20px);
  writing-mode: vertical-rl;
}
.headFix .btn02 {
  aspect-ratio: 1/4;
  background: linear-gradient(120deg, rgb(40, 151, 96) 0%, rgb(146, 197, 48) 100%);
  border-bottom-left-radius: 2em;
  display: none;
  transition: all 500ms 0s ease;
}
.headFix .btn02:hover {
  opacity: 0.9;
}
@media (min-width: 768px) {
  .head .headIn {
    justify-content: flex-start;
    padding: 1em 0;
  }
  .headFix {
    width: clamp(60px, 7vw, 100px);
  }
  .headFix .btn {
    aspect-ratio: 1/3;
  }
  .headFix .btn02 {
    width: clamp(60px, 7vw, 100px);
  }
}
@media (min-width: 1024px) {
  .head .headIn {
    gap: clamp(3em, 6.3vw, 5em);
  }
  .headFix .btn {
    font-size: 16px;
    line-height: 7.5rem;
  }
}
/* = MENU
----------------------------------------------------------- */
.btnMenu {
  background: #289760;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  padding: 15px 15px 15px 18px;
  width: 60px;
  height: 60px;
}
.btnMenu span {
  background: #fff;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  transition: all 300ms;
}
.open .btnMenu span:nth-child(2), .open .btnMenu span:nth-child(4), .open .btnMenu span:nth-child(6), .open .btnMenu span:nth-child(8) {
  opacity: 0;
}

/* = PAGE TITLE
----------------------------------------------------------- */
.pageTtl {
  color: #289760;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.5em;
  font-size: clamp(1em, 3vw, 1.2em);
  font-weight: 600;
  letter-spacing: 0.2em;
  padding-top: 4em;
}
.pageTtl .barlow {
  border-bottom: 1px solid;
  font-size: 2.5em;
  padding-bottom: 0.5em;
  width: 100%;
  max-width: 50rem;
}
/* ===========================================================
   # NAVI
=========================================================== */
body.open {
  position: fixed;
}
@media (min-width: 1024px) {
  body.open {
    position: static;
  }
}

/* = G NAVI
----------------------------------------------------------- */
.gNav {
  background: rgb(255, 255, 255);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  display: none;
  align-items: center;
  height: 100%;
  width: 100%;
  overflow: auto;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.gNav::-webkit-scrollbar {
  display: none;
}
.gNav ul {
  display: flex;
  flex-direction: column;
}
.gNav ul li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.gNav ul li a {
  flex-grow: 1;
  transition: all 500ms 0s ease;
}
.gNav > ul {
  border-bottom: 1px solid #999;
  width: 70%;
}
.gNav > ul > li {
  border-top: 1px solid #999;
}
.gNav > ul > li > a {
  font-size: 1.1em;
  line-height: 6rem;
  text-decoration: none;
}
.gNav > ul > li:hover ul {
  margin-bottom: 0.5em;
}
.gNav > ul > li:hover ul li {
  height: 2em;
}
@media (min-width: 768px) {
  .gNav {
    background: transparent;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    display: block !important;
    padding: 0;
    width: auto;
    height: auto;
    position: relative;
    overflow: visible;
  }
  .gNav > ul {
    border: none;
    flex-direction: row;
    padding: 0;
    width: auto;
  }
  .gNav > ul > li {
    border: none;
    padding-right: 1em;
  }
  .gNav > ul > li > a {
    font-size: 1em;
  }
  .gNav > ul > li > a:hover, .gNav > ul > li.current-menu-item > a {
    color: #E86B79;
  }
  .gNav > ul > li.current-menu-item > a::after {
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  .gNav > ul > li {
    padding-right: clamp(3em, 6vw, 5em);
  }
}
/* ===========================================================
   # SIDE
=========================================================== */
/* ===========================================================
   # FOOT
=========================================================== */
.footInfo {
  flex-direction: column;
  gap: 1em;
  padding: 1em 0 clamp(1em, 4vw, 2.8em);
}
.footInfo .name {
  font-size: 1.5rem;
  line-height: 1.6;
}
.footInfo .add {
  gap: 1.5em;
  font-size: 1.1rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .footInfo {
    align-items: flex-end !important;
    flex-direction: row;
    text-align: left;
  }
  .footInfo .logo {
    padding: 0 1em 0.3em 0;
  }
  .footInfo .add {
    align-items: start;
    gap: 0;
    padding-bottom: 0.3em;
  }
}
.gotoTop {
  background: #289760;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  position: fixed;
  right: 1em;
  bottom: 1em;
  z-index: 999;
}
.gotoTop svg {
  fill: #fff;
  width: 2.8rem;
  height: auto;
}
@media (min-width: 768px) {
  .gotoTop {
    width: 6rem;
    height: 6rem;
    right: 2em;
    bottom: 6em;
  }
}
@media (min-width: 1366px) {
  .gotoTop {
    right: calc(50% - 62rem);
  }
}
/* = PAGINATION
----------------------------------------------------------- */
.pageNav {
  line-height: 4rem;
}
.pageNav .pagination, .pageNav .page-numbers {
  display: flex;
  justify-content: center;
}
.pageNav a, .pageNav span {
  border: 1px solid #ccc;
  color: #999;
  display: block;
  font-size: 0.9em;
  margin-left: -1px;
  opacity: 0.8;
  transition: all 300ms 0s ease;
}
.pageNav a:hover, .pageNav a.current, .pageNav span:hover, .pageNav span.current {
  background: #289760;
  border-color: #289760;
  color: #fff;
  opacity: 1;
}
.pageNav .pagination li {
  width: 33.33%;
}
.pageNav .page-numbers li {
  width: 4rem;
}
@media (min-width: 768px) {
  .pageNav {
    line-height: 6rem;
    padding-bottom: 10rem;
  }
  .pageNav .page-numbers li {
    width: 6rem;
  }
}

/* ===========================================================
   # CONTENT
=========================================================== */
.entryHead {
  gap: 0.5em;
  font-size: min(5.4vw, 1.8em);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 3em;
}
.entryHead .info {
  font-size: min(.7em, 1.6rem);
  font-weight: 500;
}
.entryHead .date {
  opacity: 0.5;
}
.entryBody ol {
  list-style: decimal;
}
.entryBody ul.wp-block-list:not(.wp-block-post-template) {
  list-style: disc;
}
.entryBody hr {
  margin-left: auto;
  margin-right: auto;
}
/* ===========================================================
   # HOME
=========================================================== */
.homeMov .wp-block-embed__wrapper {
  aspect-ratio: 16/9;
  position: relative;
}
.homeMov .wp-block-embed__wrapper iframe {
  position: absolute;
  height: 100%;
  width: 100%;
}

.homeCont .homeTtl {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 2rem;
}
.homeCont .contBody {
  padding: 3rem 0;
}
@media (min-width: 768px) {
  .homeCont .homeTtl {
    font-size: 3em;
    margin-bottom: 4rem;
  }
  .homeCont .contBody {
    padding: 6rem 0;
  }
}
/* ===========================================================
   # SLICK
=========================================================== */
.slick-arrow {
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3em;
  height: 3em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.slick-arrow::after {
  border-top: 3px solid;
  border-right: 3px solid;
  content: "";
  width: 0.6em;
  height: 0.6em;
}
.slickPrev {
  left: 0;
}
.slickPrev::after {
  transform: rotate(230deg);
}
.slickNext {
  right: 0;
}
.slickNext::after {
  transform: rotate(45deg);
}
.slickDots {
  display: flex;
  gap: 0.8em;
  justify-content: center;
}
.slickDots li button {
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  width: 1rem;
  height: 1rem;
}
.slickDots li.slick-active button {
  background: #289760;
}

/* ===========================================================
   # INQ
=========================================================== */
.inqTbl {
  line-height: 2em;
  margin-bottom: 3rem;
}
.inqTbl dt, .inqTbl dd {
  width: 100%;
}
.inqTbl dt {
  font-weight: 500;
}
.inqTbl dt span {
  color: #AD002D;
  font-size: 0.8em;
  vertical-align: baseline;
}
.inqTbl dd {
  padding-bottom: 2rem;
}
.inqTbl dd .small {
  color: #888;
}
.inqTbl dd .inqTxt {
  font-size: 1.3em;
  font-weight: 300;
  padding-right: 0.5rem;
}
.inqTbl dd .inqBlock {
  display: inline-block;
  margin-top: 1rem;
  width: 100%;
}
.inqTbl dd .inqBlock.small {
  line-height: 1.3;
  margin-top: 0.5rem;
}
.inqTbl dd .wpcf7-not-valid {
  background: rgba(255, 246, 246, 0.5);
  border: 1px solid #c99 !important;
  display: inline-block;
}
.inqTbl dd span.wpcf7-not-valid-tip {
  display: none !important;
}
@media (min-width: 768px) {
  .inqTbl {
    flex-wrap: wrap;
    margin-bottom: 3em;
  }
  .inqTbl dt, .inqTbl dd {
    border-top: 1px dotted #ccc;
    padding: 1.2em 0;
  }
  .inqTbl dt {
    width: 15em;
  }
  .inqTbl dd {
    width: calc(100% - 15em);
  }
}
/* = FORM
----------------------------------------------------------- */
body input[type=text], body input[type=email],
body input[type=tel], body input[type=number],
body textarea {
  border: 1px solid rgba(204, 204, 204, 0.6);
  color: inherit;
  padding: 0 5px;
  -webkit-appearance: none;
  width: 100%;
  max-width: 100%;
}
body input.sizeSs {
  width: 8rem;
}
body input.sizeS {
  width: 14rem;
}
body input.sizeL {
  max-width: 60rem;
}
body textarea {
  line-height: 1.3;
  padding: 5px;
  height: 200px;
}
body .wpcf7-list-item.first {
  margin-left: 0.3em;
}
body input[type=radio], body input[type=checkbox] {
  display: none;
}
body input[type=radio] + span, body input[type=checkbox] + span {
  padding-left: 1.3em;
  position: relative;
}
body input[type=radio] + span::before, body input[type=radio] + span::after, body input[type=checkbox] + span::before, body input[type=checkbox] + span::after {
  content: "";
  display: block;
  position: absolute;
}
body input[type=radio] + span::before, body input[type=checkbox] + span::before {
  background: transparent;
  border: 1px solid #ccc;
  width: 1.5rem;
  height: 1.5rem;
  left: 0;
  top: 0.35em;
}
body input[type=radio] + span::before {
  border-radius: 50%;
}
body input[type=radio]:checked + span::after {
  background: #1C1C1C;
  border-radius: 50%;
  left: 4.5px;
  top: 10.5px;
  width: 8px;
  height: 8px;
}
body input[type=checkbox] + span::before {
  border-radius: 0.2em;
}
body input[type=checkbox]:checked + span::after {
  border-bottom: 3px solid #1C1C1C;
  border-right: 3px solid #1C1C1C;
  width: 7px;
  height: 14px;
  left: 5px;
  top: 2px;
  transform: rotate(40deg);
}
body select {
  background: #fff;
  border: 1px solid rgba(204, 204, 204, 0.6);
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  padding: 0 5em 0 0.6em;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
body select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333;
}
body .selectWrap span:after {
  border-right: 2px solid;
  border-bottom: 2px solid;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  pointer-events: none;
  position: absolute;
  right: 0.8em;
  top: 50%;
  transform: translateY(-55%) rotate(45deg);
  z-index: 1;
}
body input[type=submit] {
  background: #289760;
  color: #fff;
  display: inline-block;
  font-size: clamp(1em, 4.3vw, 1.2em);
  line-height: 3em;
  outline: none;
  width: min(80vw, 40rem);
}
body input[type=submit]:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  body input.sizeM {
    max-width: 26rem;
  }
}/*# sourceMappingURL=style.css.map */