.header_info {
  margin-top: 20px;
}
.header_logo a {
  pointer-events: none;
}
.tgl_menu_list, .footer_navi .inner {
  display: none !important;
}
.footer_navi_info {
  justify-content: center;
  padding-top: 60px;
}
.nav_wrap .header_logo {
  width: 100%;
}
/* 固定ボタン */
.fixed_web_yoyaku_btn {
  right: 10px;
  top: unset;
  bottom: 0;
  width: auto;
  height: 65px;
  flex-wrap: unset;
  gap: 0 5px;
}
.fixed_web_yoyaku_btn a {
  margin-bottom: 0;
  min-width: 210px;
  height: 100%;
  border-radius: 20px 20px 0 0;
  writing-mode: horizontal-tb;
}
.fixed_web_yoyaku_btn a::before {
  margin: 0 10px 0 0;
}
.fixed_web_yoyaku_btn a:nth-of-type(3) {
  padding: 20px;
  min-width: unset;
}
.fixed_web_yoyaku_btn a:nth-of-type(3)::before {
  margin: 0;
}
.pagetop {
  bottom: 80px;
}
/* フッター固定ボタンエリア */
.under_btn_area_pc {
  position: fixed;
  bottom: 0;
  background: #fff;
  padding: 2px;
  width: 100%;
  height: 80px;
  background-image: linear-gradient(68deg, #c3a22b 0%, rgb(189 170 99) 100%);
}
.under_btn_area_pc ul {
  display: flex;
  width: 1200px;
  height: 100%;
  margin: auto;
  padding: 5px 2.5px;
  background-image: linear-gradient(68deg, #c3a22b 0%, rgb(189 170 99) 100%);
}
.under_btn_area_pc li.btn:first-child {
  width: 520px;
  align-content: center;
}
.under_btn_area_pc li.btn {
  width: 25%;
  margin: 0 5px;
}
.under_btn_area_pc li.btn:not(:first-child) a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-image: none;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-family: zen-old-mincho, sans-serif;
  padding: 10px 2%;
  border-radius: 5px;
}
.under_btn_area_pc li.btn a:hover {
  filter: brightness(1.1);
}
.under_btn_area_pc li.btn_tel a img {
  width: 98%;
}
.under_btn_area_pc li.btn_line a {
  background-color: #4ec13e !important;
}
.under_btn_area_pc li.btn_yoyaku a {
  background-color: #ff6f00 !important;
}
.fixed_web_yoyaku_btn {
  display: none;
}
.footer_navi_info_Instagram a {
  color: #fff;
}
.footer_navi_info_Instagram {
	display: block;
}
/* sp */
@media screen and (max-width:640px) {
  .header_sns {
    margin: 8px 5px;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(158deg, rgba(247, 93, 139, 1) 0%, rgba(254, 220, 64, 1) 100%);
    padding: 10px;
    text-align: center;
    border-radius: 10px;
  }
  .header_sns a:hover {
    filter: brightness(1.1);
  }
  .nav_wrap .header_logo {
    width: 268px;
    margin: auto;
  }
  .header_sns.sp, .btn_area.sp, .btn_tgl_menu.sp {
    display: none !important;
  }
  .btn_tel {
    background: #bf4caa;
    padding: 4px 5px 0px;
    border-radius: 5px;
  }
  #mainvisual {
    margin-top: 67px;
  }
  .pagetop {
	  bottom: 90px;
  }
  .under_btn_area {
    height: 22vw;
  }
  .under_btn_area li.btn:not(:first-child) a {
    font-size: 3.5vw;
    background-image: none;
  }
  .under_btn_area li.btn_line a {
    background-color: #4ec13e !important;
  }
  .under_btn_area li.btn_yoyaku a {
    background-color: #ff6f00 !important;
  }
  .footer_navi {
    margin-bottom: 22vw;
  }
}