@charset "UTF-8";

/*=================
セクション共通
===================*/

a {
  word-break: break-all;
}

.h2_sec {
  color: #3A322E;
  font-size: clamp(18px, 2vw, 22px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 24px;
}

.contact_btn {
  background-color: #6B4A3C;
  text-align: center;
  border-radius: 60px;
  color: #fff;
  font-weight: bold;
}

.bg_w{
  border: 1px solid #6B4A3C;
  background: #FFF;
  color: #392A2A;
}

section picture{
  width: 60%;
}

@media screen and (max-width: 768px) {
  .h2_sec {
    margin: 30px 0;
  }

  .under_768 {
    display: none !important;
  }

  section picture{
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .up_768 {
    display: none !important;
  }
}

@media screen and (min-width: 415px) {
  .up_414 {
    display: none !important;
  }
}

@media screen and (min-width: 600px) {
  .up_600 {
    display: none !important;
  }
}

@media screen and (max-width: 500px) {
  .under_500 {
    display: none !important;
  }
}

/*=================
メインビジュアル共通
===================*/

#main_bg {
  padding: 110px 0 100px;
  margin-top: 135px;
}

.main_bg_inner {
  height: 90px;
  width: 300px;
  margin: 0 auto;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 29px 0 28px;
}

.main_bg_inner h1{
  color: #6B4A3C;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
}

.main_bg_inner h2 {
  line-height: 0.5;
}

@media screen and (max-width: 768px) {
  #main_bg {
    padding: 55px 0;
  }
}

/*=========================
スタッフブログ/アーカイブ
==========================*/

.blog_detail_archive {
  padding: 60px 0;
  background-color: #FFFEF5;
}
.blog_detail_archive h3{
  color:#3A322E;
  font-size: clamp(18px, 2.16vw, 22px);
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
}

/*================
ヘッダー 
=================*/

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);
  padding: 0 16px;
}

.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 img{
  width: 48px;
}

.contact_doc_inner {
  /* max-width: 490px; */
  display: flex;
  gap: 8px;
  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: 164px;
  height: 44px;
  padding: 10px 20px;
}

.contact_doc_inner a.bg_w{
  width: 120px;
}

.contact_doc_inner a.contact_btn span {
  padding-left: 28px;
  background-image: url(../img/form_mail_icon.png);
  background-size: 24px;
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.contact_doc_inner a.bg_w span{
  padding-left: 0;
}

@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: 30px;
  }

  #main_bg {
    margin-top: 60px;
  }

  /*=====================
    ハンバーガーメニュー 内部
    ======================*/
  .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;
  }
}

@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: #6B4A3C;
}

.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,
.form_btn_area_sec div.cp_bnr 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;
}

.form_btn_area_sec div.cp_bnr {
  position: relative;
  text-align: center;
  padding-bottom: 30px;
}

@media screen and (min-width: 769px) and (max-width: 850px) {
  .form_btn_area_list li:last-of-type a span {
    font-size: 18px;
  }
}

.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,
.form_btn_area_sec div.cp_bnr 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;
}

.form_btn_area_sec div.cp_bnr {
  position: relative;
  text-align: center;
  padding-bottom: 30px;
}

@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: 80px 20px 24px 20px;
}

.footer_logo_area_inner {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: content-box;
}

.footer_inner_logo_contact {
  margin-bottom: 40px;
  font-weight: bold;
  text-align: left;
}

.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_logo a img{
  width: 80px;
}

.footer_inner_nav {
  display:  flex;
  flex-wrap: wrap;
  gap: 40px;
}

.footer_nav_ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cap_br{
  gap: 16px;
}

.footer_inner_nav ul li {
  position: relative;
  text-align: left;
  padding-left: 12px;
}
.footer_inner_nav ul li.mb_8 {
  margin-bottom: 8px;
}

.footer_inner_nav ul li a{
  color: #3A322E;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  display: block;
}

.footer_inner_nav ul li a.blank::after{
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('../img/blank.png');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-left: 4px;
}

.footer_inner_nav ul li.sns a{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.footer_inner_nav ul li.sns a img{
  width: 24px;
  height: 24px;
}

.footer_inner_nav ul.cap_br li a,.footer_inner_nav ul li.cap_br a{
  color: #6B4A3C;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.footer_inner_nav ul li.cap_gr{
  color: #86B76B;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.footer_inner_nav ul li.cap_or{
  color: #E07A61;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.footer_inner_nav ul li.cap_gy{
  color: #C4B7B1;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
}

.footer_inner_nav ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 1px;
  background-color: #6B4A3C;
}

.footer_inner_nav ul.bef_gr li a::before{
  background-color: #BFDEAE;
}

.footer_inner_nav ul.bef_or li a::before{
  background-color: #F8C5AC;
}

.footer_inner_nav ul.cap_br li a::before,.footer_inner_nav ul li.cap_br a::before,.footer_inner_nav ul li.sns a::before{
  display: none;
}

.footer_inner_nav ul.cap_br li,.footer_inner_nav ul li.cap_gr,.footer_inner_nav ul li.cap_or,.footer_inner_nav ul li.cap_gy,.footer_inner_nav ul li.cap_br,.footer_inner_nav ul li.sns{
  padding-left: 0;
}

.footer_nav_color{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 8px;
}

.copr{
  color: #3A322E;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  margin-top: 40px;
}


.footer_inner_info{
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 60px 0;
  background-color: #FFFDE5;
}

.footer_inner_info p{
  color: #3A322E;
  text-align: center;
  font-size: clamp(16px, 2.16vw, 22px);
  font-weight: 600;
  line-height: normal;
}

.footer_inner_info span{
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  color: #3A322E;
  text-align: center;
}

.info_txt{
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}

.info_txt_tell,.info_txt_form{
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 316px;
}

.info_txt_tell p,.info_txt_form p{
  color: #6B4A3C;
  font-size: clamp(16px, 2.16vw, 22px);
  font-weight: 600;
  line-height: normal;
}

.info_txt_tell a,.info_txt_form a{
  border-radius: 60px;
  background: #6B4A3C;
  color: #FFF;
  text-align: center;
  font-size: clamp(18px, 2.16vw, 22px);
  font-weight: 600;
  line-height: normal;
  padding: 13px 0 14px 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
}

.info_txt_tell a::before,.info_txt_form a::before{
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(2px);
}
.info_txt_tell a::before{background-image: url('../img/form_tell_icon.png'); }
.info_txt_form a::before{background-image: url('../img/form_mail_icon.png'); }

@media screen and (max-width: 768px) {
  .footer_inner_info{
    padding: 60px 20px;
  }
  .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;
  }

  .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 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_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_logo{
    text-align: left;
  }
  .footer_inner_logo a img{
    width: 55px;
  }

  .footer_nav_color{
    gap: 20px;
  }

  #form_btn_area_sec_footer {
    background-color: #e2eade;
  }

  img.Watercolor_pink_contact_sp {
    position: absolute;
    top: -30%;
    left: -50px;
    width: 210px;
  }

  .footer_inner_txt {
    padding: 40px 4%;
    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;
  }

  .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 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: 40px 15px 24px 15px;
  }

  .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;
    gap: 40px;
  }

  #form_btn_area_sec_footer {
    background-color: #e2eade;
  }

  img.Watercolor_pink_contact_sp {
    position: absolute;
    top: -30%;
    left: -50px;
    width: 210px;
  }

  .footer_inner_nav_sp{
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .footer_nav_ul_sp:first-child{
    display: flex;
    flex-direction: column;
  }

  .footer_nav_ul_sp:first-child li{
    border-bottom: 1px solid #C4B7B1;
    padding: 16px 8px 16px 0;
    text-align: left;
  }

  .footer_nav_ul_sp:first-child li:first-child{
    border-top: 1px solid #C4B7B1;
    padding: 0;
  }

  .footer_nav_ul_sp:first-child li:first-child .accordion_menu li.cap_gr{
    border-top: none;
  }

  .footer_nav_ul_sp:first-child li a,.footer_nav_ul_sp:first-child li p{
    color: #6B4A3C;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  /* アコーディオン */
  .accordion_toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 16px 8px 16px 0;
  }

  .accordion_toggle svg {
    transition: transform 0.3s ease;
  }

  .accordion_menu {
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
  }

  .footer_nav_ul_sp:first-child li ul.accordion_menu li {
    padding: 6px 8px 6px 28px;
    position: relative;
    border-bottom: none;
  }

  .footer_nav_ul_sp:first-child li ul.accordion_menu li:last-child{
    border-bottom: none;
  }

  .footer_nav_ul_sp:first-child li ul.accordion_menu li.cap_gr{
    color: #86B76B;
    padding: 0 8px 6px 15px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .footer_nav_ul_sp:first-child li ul.accordion_menu li.cap_or{
    color: #E07A61;
    padding: 0 8px 6px 15px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  
  .footer_nav_ul_sp:first-child li ul.accordion_menu li:nth-child(2) a::before,
  .footer_nav_ul_sp:first-child li ul.accordion_menu li:nth-child(3) a::before,
  .footer_nav_ul_sp:first-child li ul.accordion_menu li:nth-child(4) a::before,
  .footer_nav_ul_sp:first-child li ul.accordion_menu li:nth-child(5) a::before,
  .footer_nav_ul_sp:first-child li ul.accordion_menu li:nth-child(6) a::before,
  .footer_nav_ul_sp:first-child li ul.accordion_menu li:nth-child(7) a::before,
  .footer_nav_ul_sp:first-child li ul.accordion_menu li:nth-child(8) a::before,
  .footer_nav_ul_sp:first-child li ul.accordion_menu li:nth-child(9) a::before{
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 1px;
    background-color: #BFDEAE;
  }
  
  .footer_nav_ul_sp:first-child li ul.accordion_menu li:nth-child(11) a::before,
  .footer_nav_ul_sp:first-child li ul.accordion_menu li:nth-child(12) a::before,
  .footer_nav_ul_sp:first-child li ul.accordion_menu li:nth-child(13) a::before,
  .footer_nav_ul_sp:first-child li ul.accordion_menu li:nth-child(14) a::before,
  .footer_nav_ul_sp:first-child li ul.accordion_menu li:nth-child(15) a::before,
  .footer_nav_ul_sp:first-child li ul.accordion_menu li:nth-child(16) a::before,
  .footer_nav_ul_sp:first-child li ul.accordion_menu li:nth-child(17) a::before,
  .footer_nav_ul_sp:first-child li ul.accordion_menu li:nth-child(18) a::before,
  .footer_nav_ul_sp:first-child li ul.accordion_menu li:nth-child(19) a::before,
  .footer_nav_ul_sp:first-child li ul.accordion_menu li:nth-child(20) a::before{
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 1px;
    background-color: #F8C5AC;
  }
  .footer_nav_ul_sp:first-child li ul.accordion_menu li:nth-child(20),.footer_nav_ul_sp:first-child li ul.accordion_menu li:nth-child(9){
    margin-bottom: 6px;
  }


  .footer_nav_ul_sp:first-child li ul.accordion_menu li a {
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    color: #3A322E;
  }

  /* ---------------------------------
    開いたとき
  ---------------------------------- */
  .has_accordion.is_open svg {
    transform: rotate(180deg);
  }

  .has_accordion.is_open .accordion_menu {
    max-height: 1200px;
  }
  /* アコーディオン おわり */


  .footer_nav_ul_sp:nth-child(2){
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .footer_nav_ul_sp:nth-child(2) .cap_gy{
    margin-bottom: 8px;
    color: #C4B7B1;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .footer_nav_ul_sp:nth-child(2) li a{
    color: #3A322E;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: block;
  }
  
  .footer_nav_ul_sp:nth-child(2) li a.blank::after{
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../img/blank.png');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: bottom;
    margin-left: 4px;
  }

  .footer_nav_ul_sp li.mb_8{
    margin-bottom: 8px;
  }
  
  .footer_nav_ul_sp li.sns a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    justify-content: center;
  }
  
  .footer_nav_ul_sp li.sns a img{
    width: 24px;
    height: 24px;
  }
}



/* ============
404エラー 
================*/
.nf-404_sec_txt{
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-bottom: 100px;
}

.nf-404_sec_txt h3{
  color: #3A322E;
  font-size: clamp(18px, 2.16vw, 22px);
  font-style: normal;
  font-weight: 600;
  line-height: 200%;
  background-color: #FFFDE5;
  padding: 50px 0;
  width: 100%;
}

.nf-404_sec_txt p{
  color: #3A322E;
  font-size: clamp(16px, 2.16vw, 18px);
  font-style: normal;
  font-weight: 600;
  line-height: 200%;
}

.nf-404_sec_txt a{
  border-radius: 60px;
  background: #6B4A3C;
  color: #FFF;
  font-size: clamp(16px, 2.16vw, 18px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 13px 60px 13px 30px;
  margin: auto;
  position: relative;
}

.nf-404_sec_txt a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}