@charset "UTF-8";

/*****************************
  pagecommon
*****************************/
.pagesec{
  padding: 8rem 0 0;
}
.pagesec:last-of-type{
  padding: 8rem 0;
}


/*****************************
  pagehead
*****************************/
.pagehead{
  position: relative;
}
.pagehead-bg{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 400px;
}
/* .pagehead-bg::before{
  content: "";
  background: rgba(0, 0, 0, .3);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
} */
.pagehead-bg.phcmn{
  background-image: url(../images/head/head_cmn.webp);
}
.head-news-archive .pagehead-bg,
.head-news-single .pagehead-bg{
  background-image: url(../images/head/head_news.webp);
}
.pagehead-ttl{
  color: #2D5C10;
  position: absolute;
  top: 52%;
  left: 0;
  text-align: center;
  transform: translateY(-50%);
  text-shadow: 0px 0px 1px #fff, 0px 0px 2px #fff, 0px 0px 3px #fff, 0px 0px 4px #fff,0px 0px 5px #fff,0px 0px 5px #fff;
  width: 100%;
}
.pagehead-ttl::before{
  content: "";
  background: #2D5C10;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  height: 6px;
  width: 50px;
}
.pagehead-ttl .ttlen,
.pagehead-ttl .ttl{
  font-weight: bold;
}
.pagehead-ttl .ttlen{
  font-size: 2rem;
  line-height: 1;
}
.pagehead-ttl .ttl{
  font-size: 4rem;
  line-height: 1.4;
}
.cmn-breadcrumb{
  background: #ececec;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagehead-bg{
    height: 280px;
  }
  .pagehead-ttl .ttlen{
    font-size: 1.6rem;
  }
  .pagehead-ttl .ttl{
    font-size: 2.8rem;
  }
}

/*****************************
faq
*****************************/
.faq{
  margin-top: 5rem;
}
.faq .ttl{
  background: #389323;
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  padding: .5rem 2rem;
}
.faqlist {
  border: 1px solid #389323;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 3rem;
}
.faqlist > div{
  border: 1px solid #389323;
}
.faqlist dt,
.faqlist dd{
  display: flex;
}
.faqlist dt{
  border-bottom: 1px solid #389323;
}
.faqlist dt span,
.faqlist dd span{
  color: #389323;
  font-size: 3rem;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1;
  padding: 1rem;
  text-align: center;
  width: 50px;
}
.faqlist dt span{
  background: #389323;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faqlist dt p,
.faqlist dd p{
  padding: 1rem;
  width: calc(100% - 50px);
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .faqlist {
    padding: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .faqlist {
    gap: 2rem;
  }
  .faq .ttl {
    font-size: 1.8rem;
    padding: .5rem 1.5rem;
  }
  .faqlist dt span,
  .faqlist dd span {
    font-size: 2.4rem;
    width: 40px;
  }
  .faqlist dt p,
  .faqlist dd p{
    width: calc(100% - 40px);
  }
}

/*****************************
contactbnr
*****************************/
.contactbnr{
  margin-top: 5rem;
}
.contactbnr a{
  background: url(../images/common/bnr_contact.webp) no-repeat center / cover;
  display: block;
  opacity: 1;
  position: relative;
  height: 280px;
}
.contactbnr a::before{
  content: "";
  background: rgba(56, 147, 35, .4);
  position: absolute;
  top: 0;
  right: 0;
  transition: .5s;
  height: 100%;
  width: 55%;
}
.contactbnr a div{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  position: relative;
  height: 100%;
  width: 55%;
}
.contactbnr a div p{
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  text-shadow: 3px 3px 4px #000;
}
.contactbnr a:hover::before{
  width: 100%;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .contactbnr a{
    height: 200px;
  }
  .contactbnr a div p{
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .contactbnr a {
    height: 120px;
  }
  .contactbnr a::before,
  .contactbnr a div {
    width: 60%;
  }
  .contactbnr a div p {
    font-size: 1.8rem;
  }
}

/*****************************
フォーム
*****************************/
.formsec{
  position: relative;
}

/************
フォーム共通項
************/
.formblock{
  margin: 0 auto;
  /* max-width: 800px; */
}
.formtbl .formbox{
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.formtbl .fomttl{
  padding: 1rem ;
  width: 200px;
}
.formtbl .fomttl span{
  background: #A42020;
  border-radius: 3px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  margin-right: .5rem;
  padding: .2rem .5rem .3rem;
}
.formtbl .fomttl span.any{
  background: #004AAB;
}
.formtbl .fomcontent{
  padding: 1rem 2rem;
  width: calc(100% - 200px);
}
.formtbl .addinput {
  margin-top: 1rem;
}

@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .formtbl .fomttl ,
  .formtbl .fomcontent{
    width: 100%;
  }
  .formtbl .formbox {
    margin: 1rem auto;
  }
}

/************
フォーム内部
************/
.formtbl .input-txt input,
.formtbl .input-num input,
.formtbl .input-age input,
.formtbl .input-zip input,
.formtbl .input-txtarea textarea,
.formtbl .input-select select {
  background: #f3f3f3;
  border: 1px solid #bbb;
  border-radius: 3px;
  width: 100%;
}
.formtbl .input-txt input,
.formtbl .input-num input,
.formtbl .input-age input,
.formtbl .input-zip input,
.formtbl .input-select select {
  height: 36px;
  padding: 0 .5rem;
}
.formtbl .input-age input,
.formtbl .input-num input{
  max-width: 60px;
}
.formtbl .input-zip input,
.formtbl .zipaddbox .input-select select {
  max-width: 200px;
}
.formtbl .input-age input{
  margin-right: .5rem;
}
.formtbl .input-day:first-child{
  margin-bottom: 1rem;
}
.formtbl .input-day input{
  width: calc(100% - 145px);
}
.formtbl .input-date input{
  margin: .5rem 0;
}
.formtbl .input-select select{
  appearance: auto;
}
.formtbl .input-txtarea textarea {
  padding: .5rem;
}
.formtbl .input-check .wpcf7-list-item,
.formtbl .input-radio .wpcf7-list-item {
  margin: 0 1rem 0 0;
}

.formtbl .zipaddarea{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.formtbl .zipaddarea .zipaddbox{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.formtbl .zipaddarea .zipaddbox dt{
  width: 120px;
}
.formtbl .zipaddarea .zipaddbox dd{
  width: calc(100% - 130px);
}
.formtbl .zipaddarea .zipaddbox .input-zip p{
  font-size: 1.4rem;
}

@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .formtbl .input-select select{
    max-width: 80%;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .formtbl .input-select select{
    max-width: 100%;
  }
  .formtbl .zipaddarea .zipaddbox dt,
  .formtbl .zipaddarea .zipaddbox dd{
    width: 100%;
  }
  .formtbl .zipaddarea .zipaddbox dt{
    font-size: 1.4rem;
    font-weight: 500;
  }
}

/************
フォーム外部
************/

.formsec .ppbox,
.formsec .lastcheck{
  margin: 2rem auto;
}
.formsec .ppbox .wpcf7-list-item,
.formsec .lastcheck .wpcf7-list-item{
  margin: 0 0 0 1rem;
}
.formsec .ppbox dl{
  border: 1px solid #ccc;
  margin-bottom: 1rem;
  padding: 1rem;
}
.formsec .ppbox dl dt{
  font-weight: bold;
}
.formsec .ppbox a{
  text-decoration: underline;
}
.formsec .lastcheck{
  margin: 0 auto;
}

/************
フォームボタン
************/
.formsec .fomb {
  margin: 2rem auto 0;
  max-width: 300px;
  position: relative;
  text-align: center;
}
.formsec .fomb:has(input:disabled){
  background: #b5b5b5 !important;
  border-color: transparent;
  pointer-events: none;
}
.formsec .fomb:has(input:disabled)::before{
  color: #333 !important;
}
.formsec .fomb input:disabled{
  color: #333 !important;
}

/************
フォームエラー、送信
************/
/* エラー */
.formtbl .fomcontent span.error{
  background: none;
  margin: 0;
}
/* 送信 */
.formsec .wpcf7-spinner {
  margin: 0;
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
}
.formsec form.sent .formblock,
.formsec form .sent-after,
.formsec form.sent .fomb{
  display: none;
}
.formsec form.sent .sent-after{
  display: block;
  margin: 0 auto 2rem;
  max-width: 800px;
  padding: 1rem;
  position: relative;
  text-align: center;
}
.formsec .wpcf7 form .wpcf7-response-output{
  margin: 2rem auto 0;
  max-width: 800px;
  padding: 20px;
  text-align: center;
}
.formsec .wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  font-size: 1.4rem;
}
.formsec .wpcf7-form-control-wrap.is-show > .wpcf7-not-valid-tip {
  display: block;
}


@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .formsec .wpcf7 form .wpcf7-response-output{
    margin: 0 auto;
    max-width: 800px;
    padding: 20px;
    text-align: left;
  }
  .formsec form.sent .sent-after{
    text-align: left;
  }
}