.headerPc {
  width: 100%;
  margin-bottom: 20px;
}
.headerPc .l_header .h_upperC {
  background: #efefef;
}
.headerPc .l_header .h_upperC .h_upper {
  padding: 10px 0 7px;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerPc .l_header .h_upperC .h_upper h1 {
  font-size: 10px;
  font-weight: bold;
  color: #333;
}
.headerPc .l_header .h_upperC .h_upper .h_utility {
  font-size: 12px;
  display: flex;
  gap: 24px;
}
.headerPc .l_header .h_upperC .h_upper .h_utility .h_utility_item {
  position: relative;
  font-size: 12px;
  color: #333;
}
.headerPc .l_header .h_upperC .h_upper .h_utility .h_utility_item::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 3px;
  width: 3px;
  height: 3px;
  box-sizing: border-box;
  border: 3px solid transparent;
  border-left: 5px solid #333;
}
.headerPc .l_header .h_lower {
  width: 1000px;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px auto 0;
}
.headerPc .l_header .h_lower .logo {
  width: 250px;
}
.headerPc .l_header .h_lower .header_info {
  margin: 0 10px;
}
.headerPc .l_header .h_lower .header_tel {
  position: relative;
}
.headerPc .l_header .h_lower .header_tel .header_tel_num {
  position: absolute;
  right: -15px;
  bottom: 5px;
  font-family: "Roboto", arial, sans-serif;
  font-size: 28px;
  font-weight: 900;
  color: #333;
  letter-spacing: -0.05em;
  line-height: 1;
  width: 185px;
}
.headerPc .gnav {
  background: linear-gradient(0deg, #fa7902 10%, #f4c764 90%);
  border-bottom: 4px solid #CCC;
  font-size: 1rem;
  margin: 10px 0 0 0;
  height: 60px;
  position: relative;
  z-index: 200;
}
.headerPc .gnav .gnav_inner {
  width: 1000px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.headerPc .gnav .gnav_inner .gnav_item {
  height: 100%;
  flex: 1 0 auto;
  font-weight: bold;
}
.headerPc .gnav .gnav_inner .gnav_item .gnav_item_link {
  height: 60px;
  color: #333;
  text-shadow: 2px 2px 5px #FFF, -2px 2px 5px #FFF, 2px -2px 5px #FFF, -2px -2px 5px #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.headerPc .gnav .gnav_inner .gnav_item .gnav_item_link .gnav_item_text {
  width: 100%;
  line-height: 40px;
  text-align: center;
  border-left: solid 1px;
  letter-spacing: 1px;
}
.headerPc .gnav .gnav_inner .gnav_item:nth-last-child(1) .gnav_item_text, .headerPc .gnav .gnav_inner .gnav_item:nth-last-child(2) .gnav_item_text {
  border-right: none;
}
.headerPc .gnav .gnav_inner .gnav_item.gnav_item_contact {
  flex: 0 0 188px;
  margin: -10px 0 0 0;
  background-repeat: no-repeat;
}

.headerSp .sp_l-header {
  border-bottom: 1px solid #DDD;
}
.headerSp .sp_l-header .sp_top_txt {
  padding: 0 2%;
  font-size: 10px;
  line-height: 24px;
  overflow: scroll;
  white-space: nowrap;
  scrollbar-width: none;
  display: none;
}
.headerSp .sp_l-header .sp_h_upper {
  padding: 2vw 3vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  line-height: 1;
}
.headerSp .sp_l-header .sp_h_upper .sp_h_logo {
  width: 55vw;
}
.headerSp .sp_l-header .sp_h_upper .tosho_logo {
  width: 10vw;
}
.headerSp .sp_l-header .sp_h_upper .sp_h_tel {
  width: 11vw;
  margin-left: auto;
}

.company {
  margin: 0 auto;
  width: 1000px;
  max-width: 1300px;
}
.company .company__ttl {
  background: #FEAB4B;
  padding: 12px 0px;
  margin-bottom: 15px !important;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  border-radius: 0 !important;
}
.company table.company__table {
  border: 2px solid #d7d7d7;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 25px;
}
.company table.company__table tr {
  border-bottom: 2px solid #d7d7d7;
}
.company table.company__table th {
  width: 25%;
  padding: 12px 20px;
  vertical-align: top;
  background: #f7f7f7;
  font-weight: bold;
}
.company table.company__table td {
  padding: 12px 20px;
  vertical-align: top;
  border-left: 2px solid #d7d7d7;
}

@media screen and (max-width: 768px) {
  .company {
    margin: 5vw auto;
    width: 100%;
  }
  .company .company__ttl {
    padding: 3vw 0;
    margin-bottom: 4vw !important;
    font-size: 5vw;
  }
  .company table.company__table {
    margin: 0 2vw 5vw;
    width: auto;
  }
  .company table.company__table tr {
    border-bottom: 2px solid #d7d7d7;
  }
  .company table.company__table th {
    width: 26vw;
    padding: 1vw 2vw;
  }
  .company table.company__table td {
    padding: 1vw 2vw;
  }
}
.footerPc {
  position: relative;
  margin: 80px 0 0 0;
  padding: 38px 0 0;
  background-color: #efefef;
}
.footerPc .f_upper {
  position: relative;
  font-size: 12px;
}
.footerPc .f_upper .f_upper_inner {
  max-width: 1030px;
  padding: 10px 26px 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #a6a6a6;
}
.footerPc .f_upper .f_upper_inner .f_upper_left_box .footer_logo {
  width: 200px;
  margin-bottom: 25px;
}
.footerPc .f_upper .f_upper_inner .f_upper_left_box .footer_sub_menu .footer_sub_menu_item {
  position: relative;
  margin-right: 10px;
  padding-left: 8px;
  display: inline-block;
  color: #221815;
  font-size: 11px;
  text-decoration: underline;
}
.footerPc .f_upper .f_upper_inner .f_upper_left_box .footer_sub_menu .footer_sub_menu_item::after {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 6px;
  left: 0px;
  border: 3px solid transparent;
  border-left: 5px solid #333;
}
.footerPc .f_upper .f_upper_inner .f_upper_right_box .link_top_page {
  margin-bottom: 20px;
  font-weight: bold;
  text-decoration: underline;
}
.footerPc .f_upper .f_upper_inner .f_upper_right_box .f_upper_right_menu_box {
  display: grid;
  grid-template-columns: repeat(3, 200px);
  row-gap: 10px;
}
.footerPc .f_upper .f_upper_inner .f_upper_right_box .f_upper_right_menu_box .f_upper_right_menu_box_item {
  position: relative;
  padding-left: 19px;
  color: #333;
  font-weight: bold;
  line-height: 1.81;
  text-decoration: underline;
}
.footerPc .f_upper .f_upper_inner .f_upper_right_box .f_upper_right_menu_box .f_upper_right_menu_box_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #333;
}
.footerPc .f_upper .f_upper_inner .f_upper_right_box .f_upper_right_menu_box .f_upper_right_menu_box_item::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  width: 4px;
  height: 4px;
  border: 3px solid transparent;
  border-left: 5px solid #fff;
}
.footerPc .f_upper .f_pagetop {
  position: absolute;
  top: -67px;
  right: 0;
  padding: 5px 10px 5px 20px;
  background: #efefef;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
}
.footerPc .f_upper .f_pagetop::before, .footerPc .f_upper .f_pagetop::after {
  transition: all 0.3s;
}
.footerPc .f_upper .f_pagetop::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 9px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #FEAB4B;
}
.footerPc .f_upper .f_pagetop::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 9px;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 5px solid #fff;
  transform: rotate(270deg);
}
.footerPc .f_lower {
  padding: 30px 0 115px;
  display: flex;
  justify-content: end;
  font-size: 10px;
  width: 1060px;
  margin: 0 auto;
}
.footerPc .f_lower .f_lower_item {
  width: 728px;
  padding: 18px;
  background-color: #9ac143;
  color: #333;
  line-height: 1.7;
  border-radius: 5px;
}
.footerPc .f_lower .f_lower_item .f_lower_item_copy {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  line-height: 1.2;
}
.footerPc .f_lower .f_lower_item .f_lower_item_copy_txt {
  color: #333;
}
.footerPc .f_lower .f_lower_privacy {
  width: 250px;
  padding-top: 15px;
  text-align: center;
}
.footerPc .f_sticky {
  position: fixed;
  bottom: 0;
  width: 100%;
  min-width: 1130px;
  padding: 10px 0 0;
  border-top: 5px solid #d6c4b0;
  background-color: #fff;
  z-index: 10;
  box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1882352941);
  background: -webkit-gradient(linear, center bottom, center top, from(#efdfdf), color-stop(25%, #fff));
}
.footerPc .f_sticky .f_sticky_inner {
  display: flex;
  max-width: 1300px;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 auto;
}
.footerPc .f_sticky .f_sticky_inner .f_sticky_logo {
  padding-bottom: 10px;
  margin-right: 10px;
  align-self: center;
  width: 200px;
}
.footerPc .f_sticky .f_sticky_inner .footerTel_note {
  background-color: #E80012;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  display: block;
  width: 130px;
  border-radius: 5px;
  padding: 4px;
  margin-right: 15px;
  text-align: center;
  line-height: 120%;
  position: relative;
}
.footerPc .f_sticky .f_sticky_inner .footerTel_note::after {
  content: "";
  display: block;
  position: absolute;
  border-left: 8px solid #E80012;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
}
.footerPc .f_sticky .f_sticky_inner .footerTel_noteStrong {
  font-size: 1.9em;
  line-height: 120%;
}
.footerPc .f_sticky .f_sticky_inner .f_sticky_tel {
  position: relative;
}
.footerPc .f_sticky .f_sticky_inner .f_sticky_tel .f_sticky_tel_noto {
  font-size: 10px;
}
.footerPc .f_sticky .f_sticky_inner .f_sticky_tel .tel_icon {
  width: 2vw;
}
.footerPc .f_sticky .f_sticky_inner .f_sticky_tel .f_sticky_tel_num {
  position: absolute;
  left: 175px;
  top: 3px;
  font-family: "Roboto", arial, sans-serif;
  font-size: 40px;
  font-weight: 900;
  color: #333;
  letter-spacing: -0.05em;
  line-height: 1;
  width: 280px;
}
.footerPc .f_sticky .f_sticky_inner .footerTelArea {
  display: flex;
  flex-wrap: wrap;
  width: 440px;
}
.footerPc .f_sticky .f_sticky_inner .footerTelArea .notes {
  margin-top: 2px;
  font-size: 10px;
}
.footerPc .f_sticky .f_sticky_inner .f_sticky_btn {
  align-self: center;
  margin-bottom: -6px;
  width: 230px;
}

.footerSp .sp_l-footer {
  padding-bottom: 21vw;
}
.footerSp .sp_l-footer .sp_f_nav {
  margin-top: 10px;
  padding: 0 2.666%;
  text-align: left;
  line-height: 1.3;
  background-color: #fbf5ee;
  border-bottom: 1px solid #e2d6c6;
}
.footerSp .sp_l-footer .sp_f_nav .sp_f_nav_link {
  padding: 13px 15px 13px 4%;
  border-bottom: 1px solid #e2d6c6;
  background-image: url(https://www.sweethomefloripa.com/sp/img/index_ico_info.png);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 16px auto;
}
.footerSp .sp_l-footer .sp_f_nav .sp_f_nav_item:last-child .sp_f_nav_link {
  border-bottom: 0;
}
.footerSp .sp_l-footer .sp_f_content {
  background-color: #F7F7F7;
}
.footerSp .sp_l-footer .sp_f_content .sp_f_link {
  padding: 15px 0;
  font-size: 10px;
  text-align: center;
}
.footerSp .sp_l-footer .sp_f_content .sp_f_link .sp_f_link_item {
  margin-right: 4px;
  padding-right: 6px;
  border-right: 1px solid #202d39;
  text-decoration: underline;
  display: inline;
}
.footerSp .sp_l-footer .sp_f_content .sp_f_link .sp_f_link_item:last-child {
  border: none;
}
.footerSp .sp_l-footer .sp_f_content .sp_f_logo {
  margin: 0 auto;
  padding: 5vw 0;
  width: -moz-fit-content;
  width: fit-content;
  width: 42vw;
}
.footerSp .sp_l-footer .sp_f_copy {
  padding: 10px 0px;
  font-size: 10px;
  color: #fff;
  line-height: 1;
  text-align: center;
  background-color: #999;
}
.footerSp .sp_l-footer .sp_f_sticky {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
.footerSp .sp_l-footer .sp_f_sticky .sp_f_sticky_inner {
  position: relative;
}
.footerSp .sp_l-footer .sp_f_sticky .sp_f_sticky_inner .sp_f_pagetop {
  position: absolute;
  right: 10px;
  top: -60px;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footerSp .sp_l-footer .sp_f_sticky .sp_f_sticky_inner .sp_f_pagetop .spf_pagetop_img {
  width: 18px;
}
.footerSp .sp_l-footer .sp_f_sticky .sp_f_sticky_inner .cv_foot {
  position: relative;
  width: 100%;
  display: block;
  height: 21vw;
}
.footerSp .sp_l-footer .sp_f_sticky .sp_f_sticky_inner .cv_foot .cv_foot_tel_img {
  width: 100%;
}
.footerSp .sp_l-footer .sp_f_sticky .sp_f_sticky_inner .cv_foot .cv_foot_tel_num {
  position: absolute;
  left: 18vw;
  bottom: 4vw;
  font-family: "Roboto", arial, sans-serif;
  font-size: 8vw;
  font-weight: 900;
  color: #333;
  letter-spacing: -0.05em;
  line-height: 1;
}

.scrolled_slideup {
  transition: all 0.3s ease;
}

[data-scrolled=true] .scrolled_slideup {
  transform: translateY(0);
}

[data-scrolled=false] .scrolled_slideup {
  transform: translateY(200%);
}/*# sourceMappingURL=top.css.map */