@charset "utf-8";

/* スタイルシート
作成者：Hatomi Inc.
作成日：R8.4.13
-------------------------------------------------------------------------------------*/

/* =========================================================
  Responsive BR
========================================================= */

/* デフォルト無効 */
.br-701-800,
.br-801-900,
.br-901-1000{
  display:none;
}

/* 701〜800 */
@media (min-width:701px) and (max-width:800px){
  .br-701-800{
    display:inline;
  }
}

/* 801〜900 */
@media (min-width:801px) and (max-width:900px){
  .br-801-900{
    display:inline;
  }
}

/* 901〜1000 */
@media (min-width:801px) and (max-width:900px){
  .br-901-1000{
    display:inline;
  }
}

/* br-smallview */
@media (max-width:1000px){
  .br-smallview{
    display:none;
  }
}



/* =========================================================
  Section Title
========================================================= */

.sectionTitle{
  margin: 0 0;
}

.sectionTitle__head{
  margin: 0 0 2rem;
  padding: 1.4rem 1rem;
  background: #DDE9D3;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
@media (max-width: 700px){
  .sectionTitle__head{
    padding: 1.3rem 1rem;
    gap: 1rem;
  }
}
/*
@media (max-width: 500px){
  .sectionTitle__head{
    align-items: flex-start;
    flex-direction: column;
  }
}
*/
@media (max-width: 480px){
  .sectionTitle__head{
    padding: 1.3rem 1rem;
  }
}

.sectionTitle__ja{
  position: relative;
  display: inline-block;
  padding-left: 1.125rem;
  color: #000;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
	 white-space: nowrap;
}
@media (max-width: 700px){
  .sectionTitle__ja{
    font-size: 1.3rem;
    padding-left: 1rem;
  }
}
@media (max-width: 480px){
  .sectionTitle__ja{
    font-size: 1rem;
    padding-left: 0.875rem;
  }
}

.sectionTitle__ja::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.3125rem;
  height: 1.875rem;
  background: #7AC943;
  transform: translateY(-50%);
}
@media (max-width: 700px){
  .sectionTitle__ja::before{
    height: 1.625rem;
  }
}
@media (max-width: 480px){
  .sectionTitle__ja::before{
    width: 0.25rem;
    height: 1.25rem;
  }
}

.sectionTitle__en{
  flex: 0 0 auto;
  color: #7AC943;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.4;
  font-style: italic;
  white-space: nowrap;
}
@media (max-width: 700px){
  .sectionTitle__en{
    font-size: .8rem;
    white-space: normal;
    align-self: flex-end;
  }
}
@media (max-width: 480px){
  .sectionTitle__en{
    font-size: 0.8rem;
  }
}

.sectionTitle__note{
  display: inline-block;
  margin-left: 0.5em;
  font-size: 0.6em;
  font-weight: 700;
  line-height: 1.4;
  vertical-align: baseline;
}
@media (max-width: 700px){
  .sectionTitle__note{
    font-size: 0.62em;
  }
}
@media (max-width: 480px){
  .sectionTitle__note{
    margin-left: 0.4em;
    font-size: 0.68em;
  }
}
/* =========================================================
  Section Box Title
========================================================= */

.sectionBoxTitle{
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 2rem;
}
@media (max-width: 700px){
  .sectionBoxTitle{
    margin-bottom: 2rem;
  }
}
@media (max-width: 480px){
  .sectionBoxTitle{
    margin-bottom: 2rem;
  }
}

.sectionBoxTitle__icon{
  flex: 0 0 auto;
  width: 0.9rem;
  height: 0.9rem;
  background: #79BE49;
}
@media (max-width: 480px){
  .sectionBoxTitle__icon{
    width: 0.75rem;
    height: 0.75rem;
  }
}

.sectionBoxTitle__text{
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media (max-width: 700px){
  .sectionBoxTitle__text{
    font-size: 1.1rem;
  }
}
@media (max-width: 480px){
  .sectionBoxTitle__text{
    font-size: 1.05rem;
  }
}


/* =========================================================
  Pill Arrow Button
========================================================= */

.pillArrowBtn{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

  width: 17rem;
  min-height: 3.75rem;

  padding: 0.9rem 2.8rem 0.9rem 1.6rem;

  background: #F4EBE2;
  border-radius: 999px;
  text-decoration: none;

  transition: opacity .25s ease;
}

@media (max-width: 700px){
  .pillArrowBtn{
    min-height: 3.25rem;
    padding: 0.75rem 2.6rem 0.75rem 1.25rem;
  }
}

@media (max-width: 480px){
  .pillArrowBtn{
    width: 100%;
  }
}


/* テキスト */

.pillArrowBtn__text{
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 700px){
  .pillArrowBtn__text{
    font-size: 1rem;
  }
}

@media (max-width: 480px){
  .pillArrowBtn__text{
    font-size: .9rem;
  }
}


/* 矢印 */

.pillArrowBtn__icon{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);

  width: 1.4rem;
  height: 1.4rem;

  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  transition: transform .25s ease;

  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Ccircle cx='13' cy='13' r='12.5' fill='%23fff' stroke='%2379be49'/%3E%3Cline x1='7.4' y1='13' x2='17.9' y2='13' stroke='%2379be49' stroke-width='1.5' stroke-linecap='round'/%3E%3Cline x1='18.6' y1='13' x2='14.7' y2='16.9' stroke='%2379be49' stroke-width='1.5' stroke-linecap='round'/%3E%3Cline x1='14.7' y1='9.1' x2='18.6' y2='13' stroke='%2379be49' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

@media (max-width: 700px){
  .pillArrowBtn__icon{
    width: 1.25rem;
    height: 1.25rem;
  }
}

@media (max-width: 480px){
  .pillArrowBtn__icon{
    width: 1.125rem;
    height: 1.125rem;
  }
}

.pillArrowBtn:hover .pillArrowBtn__icon{
  transform: translate(3px,-50%);
}


/* =========================================================
  Contact Page
========================================================= */

.contactPage{
  padding: 1rem 0 0;
}

/* =========================================================
  Contact Page Info
========================================================= */

.contactPage__info{
  margin: 2rem 0 3rem;
  padding: 2rem 2rem 2.25rem;
  border: 1px solid #d9dfd0;
  /*background: #f8faf5;*/
  border-radius: .8rem;
}
@media (max-width: 700px){
  .contactPage__info{
    padding: 1.5rem 1.5rem 1.75rem;
  }
}
@media (max-width: 480px){
  .contactPage__info{
    padding: 1.25rem 1rem 1.5rem;
  }
}

.contactPage__infoLead{
  margin: 0;
  line-height: 1.8;
}

.contactPage__infoBox{
  margin-top: 1rem;
}
.contactPage__infoSection{
  padding: 0;
}
.contactPage__infoSection + .contactPage__infoSection{
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #dde4d4;
}
@media (max-width: 480px){
  .contactPage__infoSection + .contactPage__infoSection{
    margin-top: 1.25rem;
    padding-top: 1.25rem;
  }
}

.contactPage__infoTitle{
  margin: 0 0 0.875rem;
  font-weight: 700;
  line-height: 1.6;
	 font-size: 1rem;
}
@media (max-width: 480px){
  .contactPage__infoTitle{
    margin-bottom: 0.75rem;
  }
}

.contactPage__contactList{
  margin: 0;
}

.contactPage__contactItem{
  display: grid;
  grid-template-columns: 7em minmax(0, 1fr);
  gap: 0.5rem 1rem;
  align-items: baseline;
}
@media (max-width: 480px){
  .contactPage__contactItem{
    grid-template-columns: 5.5em minmax(0, 1fr);
    gap: 0.35rem 0.75rem;
  }
}

.contactPage__contactItem + .contactPage__contactItem{
  margin-top: 0.625rem;
}

.contactPage__contactItem dt{
  margin: 0;
  font-weight: 700;
  line-height: 1.7;
}

.contactPage__contactItem dd{
  margin: 0;
  line-height: 1.7;
}

.contactPage__hours{
  margin: 0;
  padding: 0;
  list-style: none;
}

.contactPage__hours li + li{
}

.contactPage__hours span{
  display: inline-block;
  margin-left: 0.5em;
}

.contactPage__notes{
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}
.contactPage__notes li{
  position: relative;
  padding-left: 1.1em;
}
.contactPage__notes li::before{
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.contactPage__notes li + li{
  margin-top: 0.35rem;
}

.contactPage__address{
  margin: 0;
  line-height: 1.9;
}
@media (max-width: 480px){
  .contactPage__address{
    line-height: 1.8;
  }
}

.contactPage__privacy{
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #dde4d4;
  background: none;
  border-radius: 0;
}
.contactPage__privacy p{
  margin: 0;
  line-height: 1.85;
}
.contactPage__privacy p + p{
  margin-top: 0.5rem;
}



/* =========================================================
  Contact Form
========================================================= */

.contactPage__form{
  margin-top: 1.75rem;
  padding: 2rem 2rem 2.5rem;
  background: linear-gradient(180deg, #fbfdf8 0%, #f7faf2 100%);
  border-radius: 1.25rem;
	 border: 1px solid #dbe7d0;
}
@media (max-width: 700px){
  .contactPage__form{
    margin-top: 1.5rem;
    padding: 1.5rem;
    border-radius: 1rem;
  }
}
@media (max-width: 480px){
  .contactPage__form{
    padding: 1.25rem;
    border-radius: 0.875rem;
  }
}

.contactForm{
  width: 100%;
}

.contactForm__item{
  position: relative;
}

.contactForm__item + .contactForm__item{
  margin-top: 1.5rem;
}
@media (max-width: 480px){
  .contactForm__item + .contactForm__item{
    margin-top: 1.25rem;
  }
}

.contactForm__label{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.625rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  color: #394126;
}
@media (max-width: 480px){
  .contactForm__label{
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
  }
}

.contactForm__required{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.8rem;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  background: #7AC943;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.contactForm__field{
  width: 100%;
}

.contactForm__input{
  display: block;
  width: 100%;
  height: 3.5rem;
  padding: 0 1rem;
  border: 1px solid #cfd8c4;
  border-radius: 0.75rem;
  background: #fff;
  color: #333;
  font-size: 1rem;
  line-height: 1.5;
  box-sizing: border-box;
  box-shadow: inset 0 1px 2px rgba(34, 34, 34, 0.02);
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
  appearance: none;
}
@media (max-width: 480px){
  .contactForm__input{
    height: 3.2rem;
    padding: 0 0.875rem;
    border-radius: 0.625rem;
    font-size: 0.95rem;
  }
}

.contactForm__input::placeholder{
  color: #9aa08f;
}

.contactForm__input:focus{
  outline: none;
  border-color: #7AC943;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(122, 201, 67, 0.12);
}

.contactForm__textarea{
  display: block;
  width: 100%;
  min-height: 14rem;
  padding: 0.95rem 1rem;
  border: 1px solid #cfd8c4;
  border-radius: 0.75rem;
  background: #fff;
  color: #333;
  font-size: 1rem;
  line-height: 1.8;
  box-sizing: border-box;
  resize: vertical;
  box-shadow: inset 0 1px 2px rgba(34, 34, 34, 0.02);
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
  appearance: none;
}
@media (max-width: 480px){
  .contactForm__textarea{
    min-height: 11rem;
    padding: 0.825rem 0.875rem;
    border-radius: 0.625rem;
    font-size: 0.95rem;
  }
}

.contactForm__textarea::placeholder{
  color: #9aa08f;
}

.contactForm__textarea:focus{
  outline: none;
  border-color: #7AC943;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(122, 201, 67, 0.12);
}

.contactForm__item--turnstile{
  margin-top: 1.75rem;
}
@media (max-width: 480px){
  .contactForm__item--turnstile{
    margin-top: 1.5rem;
  }
}

.contactForm__submit{
  margin-top: 2.25rem;
  text-align: center;
}
@media (max-width: 700px){
  .contactForm__submit{
    margin-top: 2rem;
  }
}
@media (max-width: 480px){
  .contactForm__submit{
    margin-top: 1.75rem;
  }
}

.contactForm__submitButton{
  margin-top: 0;
  width: 100%;
  max-width: 28rem;
  min-height: 3.4rem;
  padding: 0.65rem 3.25rem 0.65rem 1.5rem;
  border: 0;
  border-radius: 999px;
  background: #7AC943;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-decoration: none;
  box-shadow: 0 0.75rem 1.5rem rgba(122, 201, 67, 0.22);
  transition: transform .2s ease, opacity .2s ease, box-shadow .2s ease;
  appearance: none;
}
@media (max-width: 480px){
  .contactForm__submitButton{
    min-height: 3.2rem;
    padding: 0.625rem 3rem 0.625rem 1.25rem;
    font-size: 0.95rem;
  }
}

.contactForm__submitButton:hover{
  opacity: 1;
  transform: translateY(-1px);
  box-shadow: 0 1rem 1.8rem rgba(122, 201, 67, 0.28);
}

.contactForm__submitButton::after{
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 1.75rem;
  height: 1.75rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform .22s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cg%3E%3Cg%3E%3Cline x1='7' y1='14' x2='20' y2='14' fill='none' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='21' y1='14' x2='16.1' y2='18.9' fill='none' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='16.1' y1='9.1' x2='21' y2='14' fill='none' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Ccircle cx='14' cy='14' r='13.5' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
}
@media (max-width: 480px){
  .contactForm__submitButton::after{
    right: 16px;
    width: 1.5rem;
    height: 1.5rem;
  }
}

.contactForm__submitButton:hover::after{
  transform: translateY(-50%) translateX(.35rem);
}

.contactForm .wpcf7-form-control-wrap{
  display: block;
}

.contactForm .wpcf7-spinner{
  display: block;
  margin: 0.875rem auto 0;
}

.contactForm .wpcf7-not-valid-tip{
  margin-top: 0.45rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #d13d3d;
}

.contactForm .wpcf7-response-output{
  margin: 1.5rem 0 0 !important;
  padding: 0.875rem 1rem !important;
  border-radius: 0.75rem;
  font-size: 0.95rem;
  line-height: 1.7;
  background: #fff;
}

.contactForm .wpcf7 form.invalid .wpcf7-response-output,
.contactForm .wpcf7 form.unaccepted .wpcf7-response-output,
.contactForm .wpcf7 form.payment-required .wpcf7-response-output{
  border: 1px solid #e2b5b5;
  color: #8d3c3c;
  background: #fff8f8;
}

.contactForm .wpcf7 form.sent .wpcf7-response-output{
  border: 1px solid #b9d99c;
  color: #39542a;
  background: #f7fcf2;
}





