@charset "UTF-8";

/*=================
セクション共通
===================*/

.h2_sec {
  font-size: 22px;
  margin-bottom: 27px;
  letter-spacing: 0.1em;
}

.contact_btn {
  background-color: #456800;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
}

.btn_detail:hover {
  background-color: #456800;
  color: #fff;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .h2_sec {
    font-size: 20px;
    margin: 30px 0;
  }

  .under_768 {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .up_768 {
    display: none !important;
  }
}

/*================
ヘッダー 
=================*/

header {
  position: fixed;
  width: 100%;
  background-color: #ffffff;
  top: 0;
  z-index: 10000;
  box-shadow: 3px 0 10px rgba(112, 112, 112, 0.3);
}

.main_nav {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .main_nav {
    padding: 0 !important;
  }
}

.main_nav li a {
  display: block;
  font-weight: bold;
  line-height: 35px;
  font-size: clamp(13px, 1.3vw, 16px);
}

.main_nav li {
  width: 10%;
  min-height: 35px;
}

.main_nav li:nth-of-type(3) {
  width: 17%;
}

.main_nav li:nth-of-type(5) {
  width: 12%;
}

.main_nav li:nth-of-type(6) {
  width: 15%;
}

.header_logo_inner {
  min-height: 100px;
  height: 100px;
  padding: 17px 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_logo_inner h1 img {
  width: 146px;
}

.contact_doc_inner {
  /* max-width: 490px; */
  display: flex;
  gap: 53px;
  text-align: center;
}
.contact_doc_inner p {
  text-align: left;
}

.contact_doc_inner div a {
  font-size: 28px;
  font-weight: bold;
  display: flex;
  background: url(../img/ico_freedial_02.png) no-repeat left center;
  background-size: 27px;
  padding-left: 35px;
}

.contact_doc_inner div address {
  font-size: 14px;
  font-weight: bold;
  margin-top: -6px;
}

.contact_doc_inner a.contact_btn {
  text-align: center;
  font-weight: bold;
  width: 200px;
  height: 60px;
  line-height: 60px;
  background-image: url(../img/footer_logo_arrow.png);
  background-position: center right 15px;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

.contact_doc_inner a.contact_btn span {
  padding-left: 26px;
  background-image: url(../img/form_mail_icon.png);
  background-size: 19px 14px;
  background-position: left center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .under_768 {
    display: none;
  }

  .header_logo_inner {
    padding: 8px 10px;
    min-height: 60px;
    height: 60px;
  }

  .header_logo_inner h1 img {
    width: 100px;
    vertical-align: middle;
  }

  #main_bg {
    margin-top: 60px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .main_nav {
    padding: 0 !important;
  }
}

/*=====================
    ハンバーガーメニュー 内部
    ======================*/
.contact_doc_inner_hum {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin-top: 30px;
}

.contact_doc_inner_hum div a {
  font-size: 24px;
  font-weight: bold;
  display: flex;
  background: url(../img/ico_freedial_02.png) no-repeat left center;
  background-size: 27px;
  padding-left: 35px;
}

.contact_doc_inner_hum div address {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.contact_doc_inner_hum a.contact_btn {
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  width: 100%;
  margin-top: 13px;
  padding-left: 26px;
}

.contact_doc_inner_hum a.contact_btn span {
  background-image: url(../img/form_mail_icon.png);
  padding-left: 26px;
  background-size: 19px 14px;
  background-position: left center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 410px) {
  .contact_doc_inner_hum {
    margin-top: 20px;
  }
}

/* ============
フッター 
================*/

.footer_inner_txt {
  font-size: clamp(18px, 2.16vw, 26px);
  padding: 32px 4%;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #456800;
}

.form_btn_area {
  padding: 54px 0 64px;
  /* max-width: 798px; */
  max-width: 1000px;
  margin: 0 auto;
  border-bottom: 1.5px solid #e2eade;
}

.form_btn_area_sec {
  padding: 0 4% 0;
}

#form_btn_area_sec_footer {
  background-color: #fff;
}

.form_btn_area_p {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 32px;
}

.form_btn_area_list {
  display: flex;
  justify-content: center;
  gap: 32px;
}

.form_btn_area_list li {
  width: calc(100% / 2);
}

.form_btn_area_list li a {
  display: block;
  height: 74px;
  font-weight: bold;
  border-radius: 10px;
  cursor: pointer;
}

.form_btn_area_list p {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 8px;
  font-weight: bold;
  text-align: center;
  color: #456800;
}

.form_btn_area_list li:first-of-type a {
  border: 3px solid #456800;
  font-size: 30px;
  color: #456800;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.form_btn_area_list li:first-of-type a img {
  /* margin: 0 12px 15px 0; */
  vertical-align: baseline;
}

.form_btn_area_list li:first-of-type a span {
  margin-left: 12px;
}

.form_btn_area_list li:last-of-type a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #456800;
}

.form_btn_area_list li:last-of-type a:hover {
  opacity: 0.7;
}

.form_btn_area_list li:last-of-type a {
  transition: 0.3s ease-in-out;
  box-shadow: 5px 6px 0px rgba(0, 0, 0, 0.1);
  background-image: url(../img/form_arrow_icon.png);
  background-position: right 20px center;
  background-size: 18px 23px;
  background-repeat: no-repeat;
}

.form_btn_area_list li:last-of-type a span {
  color: #fff;
  font-size: 22px;
  padding-left: 43px;
  background-image: url(../img/form_mail_icon.png);
  background-size: 28px 20px;
  background-position: left center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) and (max-width: 850px) {
  .form_btn_area_list li:last-of-type a span {
    font-size: 18px;
  }
}

.footer_logo_area {
  /* padding: 40px; */
  padding: 80px 0px;
  background-color: #e2eade;
}

.footer_logo_area_inner {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 4%;
}

.footer_inner_logo_contact {
  margin-bottom: 40px;
  font-weight: bold;
  text-align: left;
}

/* .footer_inner_logo_contact a:first-of-type {
    font-size: 28px;
    font-weight: bold;
    background: url(../img/ico_freedial_02.png) no-repeat left center;
    background-size: 27px;
    padding-left: 35px;
} */

.footer_inner_logo_contact a.footer_contact_btn {
  display: block;
  /* margin-top: 1rem; */
  width: 316px;
  height: 60px;
  line-height: 60px;
  background-color: #456800;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  background-image: url(../img/footer_logo_arrow.png);
  background-position: center right 20px;
  background-size: 6px 10px;
  background-repeat: no-repeat;
}

.footer_inner_logo_contact a.footer_contact_btn span {
  padding-left: 28px;
  background-image: url(../img/form_mail_icon.png);
  background-size: 19px 14px;
  background-position: left center;
  background-repeat: no-repeat;
}

.footer_inner_nav {
  width: 50%;
}

.footer_nav_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
}

.footer_inner_nav ul li {
  text-align: left;
  font-weight: bold;
}
.footer_inner_nav ul:nth-child(2) li:nth-of-type(5) {
  text-align: left;
  font-weight: bold;
  margin-top: 20px;
}

.footer_inner_nav ul li a {
  padding-left: 1rem;
  background-image: url(../img/footer_nav_arrow.png);
  background-size: 7px 9px;
  background-repeat: no-repeat;
  background-position: left center;
}
.footer_facilities li a {
  padding-left: 2rem !important;
  background-position: 20px center !important;
}

.footer_inner_nav ul li a.foots_separate_nav {
  background-image: url(../img/footer_nav_arrow_sepa.png);
}

.footer_logo_area img {
  width: 181px;
}

.footer_logo_area address {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #6b4a3c;
}

.footer_bg_area {
  height: 300px;
  color: #fff;
  background: url(../img/footer_bg.png) no-repeat center center / cover;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .footer_inner_txt {
    padding: 40px 4% 10px;
    line-height: 30px;
  }

  .form_btn_area {
    padding: 10px 0 32px;
    position: relative;
  }

  #form_btn_area_top {
    padding: 10px 0 80px;
  }

  .form_btn_area_list li:last-of-type a {
    background-image: url(../img/footer_logo_arrow.png);
    background-position: right 20px center;
    background-size: 10px 14px;
  }

  .form_btn_area_sec {
    padding: 0 4% 0;
    position: relative;
    z-index: 1;
  }

  img.Watercolor_pink_contact_sp_top {
    position: absolute;
    width: 174px;
    bottom: 0px;
    left: -50px;
    /* z-index: -1; */
  }

  .form_btn_area_list {
    flex-direction: column;
    align-items: center;
  }

  .form_btn_area_list li {
    width: 100%;
  }

  .form_btn_area_p {
    font-size: 16px;
  }

  .form_btn_area_list p {
    font-size: 16px;
  }

  .form_btn_area_list li:first-of-type p span {
    background-image: url(../img/sp/contact_phone-alt.png);
    padding-left: 18px;
    background-position: left center;
    background-size: 15px;
    background-repeat: no-repeat;
  }

  .form_btn_area_list li:nth-of-type(2) p span {
    background-image: url(../img/sp/form_mail_icon_sp.png);
    padding-left: 24px;
    background-position: left center;
    background-size: 18px 13px;
    background-repeat: no-repeat;
  }

  .form_btn_area_list li:first-of-type a {
    /* border: none; */
    font-size: 24px;
    /* background-color: #fff; */
    color: #456800;
    box-shadow: 5px 6px 0px rgba(0, 0, 0, 0.1);
  }

  /* .form_btn_area_list li:first-of-type a img {
       margin: 0 12px 10px 0; 
    } */

  .form_btn_area_list li a {
    height: 60px;
  }

  .form_btn_area_list li:last-of-type a span {
    font-size: 18px;
    background-image: none;
    padding-left: 0;
  }

  .form_btn_area_list {
    gap: 24px;
  }

  .footer_logo_area {
    padding: 20px 30px 50px;
  }

  .footer_logo_area img {
    width: 190px;
  }

  /* ハンバーガーメニュー */
  /* .hum_btn a {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #456800;
        border-radius: 10px;
        height: 50px;
        color: #fff;
        font-weight: bold;
    }

    .hum_btn {
        margin-top: 13px;
    } */

  .footer_bg_area {
    height: 200px;
    background: url(../img/sp/footer_bg_sp.png) no-repeat center center / cover;
    font-size: 18px;
  }

  .footer_logo_area_inner {
    flex-direction: column;
    padding: 0;
  }

  .footer_inner_nav {
    width: 100%;
    margin-bottom: 38px;
  }

  .footer_inner_nav ul li a {
    font-size: 14px;
  }

  .footer_inner_nav ul {
    gap: 16px;
    max-width: 600px;
    justify-content: space-around;
  }

  #form_btn_area_sec_footer {
    background-color: #e2eade;
  }

  img.Watercolor_pink_contact_sp {
    position: absolute;
    top: -30%;
    left: -50px;
    width: 210px;
  }
}
/* 
@media screen and (max-width: 400px) {
    .footer_logo_area {
        padding: 20px 4% 50px;
    }

    .footer_inner_nav ul li {
        width: calc(50% - 10px);
    }

    .footer_inner_nav ul {
        gap: 10px;
    }

    .footer_inner_nav ul li a {
        font-size: 12px;
    }
} */

@media screen and (max-width: 768px) {
  .footer_inner_txt {
    padding: 40px 4% 10px;
    line-height: 30px;
    background-color: #e2eade;
  }

  .form_btn_area {
    padding: 10px 0 32px;
    position: relative;
  }

  #form_btn_area_top {
    padding: 10px 0 80px;
  }

  .form_btn_area_list li:last-of-type a {
    background-image: url(../img/footer_logo_arrow.png);
    background-position: right 20px center;
    background-size: 10px 14px;
  }

  .form_btn_area_sec {
    padding: 0 4% 0;
    position: relative;
    z-index: 1;
  }

  img.Watercolor_pink_contact_sp_top {
    position: absolute;
    width: 174px;
    bottom: 0px;
    left: -50px;
    /* z-index: -1; */
  }

  .form_btn_area_list {
    flex-direction: column;
    align-items: center;
  }

  .form_btn_area_list li {
    width: 100%;
  }

  .form_btn_area_p {
    font-size: 16px;
  }

  .form_btn_area_list p {
    font-size: 16px;
  }

  .form_btn_area_list li:first-of-type p span {
    background-image: url(../img/sp/contact_phone-alt.png);
    padding-left: 18px;
    background-position: left center;
    background-size: 15px;
  }

  .form_btn_area_list li:nth-of-type(2) p span {
    background-image: url(../img/sp/form_mail_icon_sp.png);
    padding-left: 24px;
    background-position: left center;
    background-size: 18px 13px;
  }

  .form_btn_area_list li:first-of-type a {
    /* border: none; */
    font-size: 24px;
    /* background-color: #fff; */
    color: #456800;
    box-shadow: 5px 6px 0px rgba(0, 0, 0, 0.1);
  }

  /* .form_btn_area_list li:first-of-type a img {
         margin: 0 12px 10px 0; 
      } */

  .form_btn_area_list li a {
    height: 60px;
  }

  .form_btn_area_list li:last-of-type a span {
    font-size: 18px;
    background-image: none;
    padding-left: 0;
  }

  .form_btn_area_list {
    gap: 24px;
  }

  .footer_logo_area {
    padding: 20px 30px 50px;
  }

  .footer_logo_area img {
    width: 190px;
  }

  /* ハンバーガーメニュー */
  /* .hum_btn a {
          display: flex;
          justify-content: center;
          align-items: center;
          background-color: #456800;
          border-radius: 10px;
          height: 50px;
          color: #fff;
          font-weight: bold;
      }
  
      .hum_btn {
          margin-top: 13px;
      } */

  .footer_bg_area {
    height: 200px;
    background: url(../img/sp/footer_bg_sp.png) no-repeat center center / cover;
    font-size: 18px;
  }

  .footer_logo_area_inner {
    flex-direction: column;
    padding: 0;
  }

  .footer_inner_nav {
    width: 100%;
    margin-bottom: 38px;
  }

  .footer_inner_nav ul li a {
    font-size: 14px;
  }

  .footer_inner_nav ul {
    gap: 16px;
  }

  #form_btn_area_sec_footer {
    background-color: #e2eade;
  }

  img.Watercolor_pink_contact_sp {
    position: absolute;
    top: -30%;
    left: -50px;
    width: 210px;
  }
}
