@charset "utf-8";

.nav_wrap._adjust{
    padding-right: 4% ;
}

.sns {
  margin-left: 40px;
  min-width: auto !important;
  text-align: left !important;
}

.sns_list {
  display: flex;
  align-items: center;
  gap: 35px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.sns_item {
  display: flex;
  align-items: center;
  min-width: auto !important;
  width: auto !important;
  text-align: left !important;
}

.sns_link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  transition: opacity 0.3s ease;

}

.sns_link:first-child .sns_icon {
width: 38px;
height: 38px;
}

.sns_link:nth-child(2) .sns_icon {
  width: 38px;
  height: 38px;
}

.sns_link:last-child .sns_icon {
  width: 38px;
  height: 38px;
}

.sns_link:hover {
  opacity: 0.8;
}

.sns_icon {
  display: block;
}

/* 1280px〜1400pxの間で各要素を縮小 */
@media screen and (min-width: 1281px) and (max-width: 1400px) {
  .nav_wrap {
    padding-right: 4% !important;
  }
  
  /* .drawer-menu ul li {
    min-width: 120px !important;
  } */
  
  /* .drawer-menu ul li a {
    padding: 32px 12px !important;
  } */
  
  .sns {
    margin-left: 12px;
  }
  
  .sns_list {
    gap: 8px;
  }
  
  .sns_link:first-child .sns_icon,
  .sns_link:nth-child(2) .sns_icon,
  .sns_link:last-child .sns_icon {
    width: 32px !important;
    height: 32px !important;
  }
}

/* スマホメニュー内のお問い合わせエリア */
/* .sp_contact_box {
  padding: 40px 16px 24px;
}

.sp_contact_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 32px;
}

.sp_contact_item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sp_contact_label {
  color: #fff;
  font-size: 14px;
  margin: 0;
  text-align: center;
}

.sp_contact_button {
  margin: 0;
}

.sp_contact_button a {
  display: block;
  padding: 12px 8px;
  border: 1px solid #fff;
  border-radius: 2em;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

.sp_contact_button a:hover {
  background: #fff;
  color: #2b539a;
} */


.sp_contact_box {
padding: 30px 16px !important;
}
.sp_contact_list {
}
.sp_contact_item {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;


}

.sp_contact_box a:hover, .layer_contact a:hover {
  background: none !important;
  color: #000 !important;
}

.sp_contact_item:nth-child(2) {
margin-top: 15px;
}


.sp_contact_label {
    font-size: 16px;
    color: #fff;

}

.sp_contact_button {
    width: 170px;
    max-width:100%;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 100vh;
    color: #fff;
    text-decoration: none;

    a{
        border: none !important;
        border-radius: none !important;
        padding: 0 !important;
    }
}
.tel-link {
}
.sp_sns {
}
.sp_sns_list {
}
.sp_sns_item {
}
.sp_sns_link {
}
.sp_sns_icon {
}




/* スマホメニュー内のSNSアイコン */
.sp_sns {
  text-align: center;
    margin-top: 30px;

}

.sp_sns_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.sp_sns_item {
  display: flex;
  align-items: center;
}

.sp_sns_link {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.sp_sns_link:hover {
  opacity: 0.8;
}

.sp_sns_icon {
  width: 32px;
  height: 32px;
  display: block;
}

@media screen and (max-width: 1280px) {
  .sns {
    display: none;
  }
}


/* フッター */

.footer-sns-icon{
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: baseline;
}
