@charset "UTF-8";
:root {
  --vw: 1vw;
}

.area-term__wrap {
  margin-top: 10px;
}
@media screen and (min-width: 780px) {
  .area-term__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .area-term__wrap > .area-term__item {
    width: 48%;
  }
}
.area-term__item {
  font-size: 12px;
  width: 100%;
  margin-top: 10px;
  color: #007bd7;
  text-decoration: underline;
}
@media screen and (min-width: 400px) {
  .area-term__item {
    font-size: 15px;
  }
}
@media screen and (min-width: 500px) {
  .area-term__item {
    font-size: 17px;
  }
}
@media screen and (min-width: 780px) {
  .area-term__item {
    font-size: 18px;
    margin-top: 15px;
  }
}
.area-term__item-ttl {
  text-align: left;
}
.area-term__btn {
  margin-top: 20px;
}
@media screen and (min-width: 780px) {
  .area-term__btn {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    max-width: 716px;
    font-size: 32px;
  }
}
.area-term__damage-txt {
  font-size: 12px;
  line-height: 1.5;
  padding-top: 15px;
}
@media screen and (min-width: 400px) {
  .area-term__damage-txt {
    font-size: 15px;
    padding-top: 20px;
  }
}
@media screen and (min-width: 500px) {
  .area-term__damage-txt {
    font-size: 17px;
  }
}
@media screen and (min-width: 780px) {
  .area-term__damage-txt {
    padding-top: 25px;
  }
}

.single__area-catch-txt1 {
  font-size: 12px;
  line-height: 1.5;
  padding-top: 15px;
}
@media screen and (min-width: 400px) {
  .single__area-catch-txt1 {
    font-size: 15px;
    padding-top: 20px;
  }
}
@media screen and (min-width: 500px) {
  .single__area-catch-txt1 {
    font-size: 17px;
  }
}
@media screen and (min-width: 780px) {
  .single__area-catch-txt1 {
    padding-top: 25px;
  }
}
.single__area-catch-txt2 {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  margin-top: 15px;
  color: #1752a2;
  border: 2px solid #1752a2;
}
@media screen and (min-width: 400px) {
  .single__area-catch-txt2 {
    font-size: 19px;
    padding: 10px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 500px) {
  .single__area-catch-txt2 {
    font-size: 25px;
    margin-top: 25px;
  }
}
.single__area-txt {
  line-height: 1.7;
  padding-top: 15px;
  font-size: 15px;
}
@media screen and (min-width: 500px) {
  .single__area-txt {
    font-size: 17px;
  }
}
@media screen and (min-width: 780px) {
  .single__area-txt {
    font-size: 18px;
    padding-top: 20px;
  }
}
.single__area-txt .red_bold {
  color: #fe1016;
  font-weight: 600;
}
.single__area-txt h2 {
  margin: 20px calc(50% - 50vw);
  width: 100vw;
  max-width: 964px;
}
@media screen and (min-width: 500px) {
  .single__area-txt h2 {
    margin: 25px calc(50% - 50vw);
  }
}
@media screen and (min-width: 780px) {
  .single__area-txt h2 {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: -32px;
  }
}
.single__area-txt h3 {
  margin: 10px 0;
}
@media screen and (min-width: 780px) {
  .single__area-txt h3 {
    margin: 15px 0;
  }
}
.single__area-txt h4 {
  padding-bottom: 0;
  margin: 15px 0 10px;
}
.single__area-txt p {
  padding-bottom: 10px;
}
@media screen and (min-width: 780px) {
  .single__area-txt p {
    padding-bottom: 15px;
  }
}
.single__area-txt img {
  width: 80%;
  max-width: 500px;
  margin: 1rem auto;
  display: block;
}
.single__area-txt .frame {
  padding: 1rem 1rem 0.5rem;
  border-radius: 5px;
}
@media screen and (min-width: 780px) {
  .single__area-txt .frame {
    padding: 1rem 1.5rem 0.2rem;
  }
}
.single__area-txt .system {
  background-color: #fff5f5;
  border: 2px solid #fe1016;
}
.single__area-txt .system .emphasis {
  color: #fe1016;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0.5rem;
  text-decoration: underline;
}
.single__area-txt .localname {
  font-size: 16px;
  background-color: #f2f2f2;
  margin-bottom: 25px;
}
@media only screen and (max-width: 781px) {
  .single__area-txt .localname {
    margin-bottom: 20px;
    font-size: 12px;
  }
}
.single__area-txt .usefulinfo {
  margin-top: 1rem;
}
.single__area-txt .usefulinfo h5 {
  font-size: 15px;
  padding-bottom: 2px;
  border-bottom: solid 1px #d3d3d3;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 400px) {
  .single__area-txt .usefulinfo h5 {
    font-size: 18px;
  }
}
@media screen and (min-width: 780px) {
  .single__area-txt .usefulinfo h5 {
    font-size: 18px;
  }
}
.single__area-txt .average {
  background-color: #f0f0f0;
  text-align: center;
  border-radius: 8px;
  padding: 25px;
}
@media only screen and (max-width: 781px) {
  .single__area-txt .average {
    padding: 20px 15px 15px;
  }
}
.single__area-txt .average .heading {
  border: none;
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 24px;
}
@media only screen and (max-width: 781px) {
  .single__area-txt .average .heading {
    font-size: 18px;
  }
}
.single__area-txt .average .price {
  font-size: 18px;
  margin-top: 10px;
  padding: 0;
}
@media only screen and (max-width: 781px) {
  .single__area-txt .average .price {
    font-size: 16px;
  }
}
.single__area-txt .average .price .yen {
  display: inline-block;
  padding: 0 2px 0 30px;
  font-size: 2em;
  font-weight: bold;
}
@media only screen and (max-width: 781px) {
  .single__area-txt .average .price .yen {
    padding: 0 15px;
  }
}
.single__area-txt .average .ats {
  font-size: 16px;
  margin-top: 15px;
  padding: 0;
}
@media only screen and (max-width: 781px) {
  .single__area-txt .average .ats {
    font-size: 13.6px;
  }
}
.single__area-txt #area_info li {
  display: inline-block;
  margin: 0 20px 15px 0;
}
@media screen and (min-width: 400px) {
  .single__area-txt #area_info li {
    margin: 0 24px 8px 0;
  }
}
.single__area-txt #area_info li a {
  font-size: 15px;
  margin: 7px 0 2px;
  color: #007bd7;
  text-decoration: underline;
}
@media screen and (min-width: 400px) {
  .single__area-txt #area_info li a {
    font-size: 18px;
  }
}
.single__area-txt #area_info li a:hover {
  font-weight: bold;
}
.single__area-txt .area_case {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  padding: 15px 15px 15px 30px;
  margin-top: 15px;
  background-color: #fff5f5;
  border: 2px solid #fe1016;
  border-radius: 5px;
}
@media screen and (min-width: 400px) {
  .single__area-txt .area_case {
    font-size: 16px;
    padding: 10px 10px 10px 40px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 500px) {
  .single__area-txt .area_case {
    font-size: 18px;
    padding: 25px 25px 25px 40px;
    margin-top: 25px;
  }
}
.single__area-txt .area_case li {
  list-style: initial;
}
.single__area-txt .area_hospital dl {
  position: relative;
}
.single__area-txt .area_hospital dl:before {
  content: "";
  position: absolute;
  background: #a0d2f7;
  top: 4px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
}
@media screen and (min-width: 500px) {
  .single__area-txt .area_hospital dl:before {
    top: 5px;
    height: 20px;
    width: 20px;
  }
}
.single__area-txt .area_hospital dt {
  font-size: 14px;
  font-weight: 600;
  color: #007bd7;
  margin: 15px 0 5px;
  text-decoration: underline;
  padding-left: 25px;
}
@media screen and (min-width: 500px) {
  .single__area-txt .area_hospital dt {
    font-size: 18px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 780px) {
  .single__area-txt .area_hospital dt {
    font-size: 18px;
    margin: 20px 0 5px;
  }
}
.single__area-txt .p_lightyellow,
.single__area-txt .p_lightorange,
.single__area-txt .p_border_gray {
  margin: 5px 0 25px;
  padding: 15px 20px;
}
@media only screen and (max-width: 781px) {
  .single__area-txt .p_lightyellow,
  .single__area-txt .p_lightorange,
  .single__area-txt .p_border_gray {
    margin: 5px 0 20px;
    padding: 20px;
  }
}
.single__area-txt .p_lightyellow .bold,
.single__area-txt .p_lightorange .bold,
.single__area-txt .p_border_gray .bold {
  font-weight: 700;
}
.single__area-txt .p_lightyellow {
  background-color: #fff3db;
}
.single__area-txt .p_lightorange {
  background-color: #ffcdb7;
}
.single__area-txt .p_border_gray {
  border: solid 1px #888888;
}

.nest img {
  width: 100%;
  margin: 0;
  display: inline;
}
.nest ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 780px) {
  .nest ul {
    justify-content: space-between;
  }
}
.nest li.nest_des {
  width: 32%;
  margin-bottom: 5px;
}
@media screen and (min-width: 780px) {
  .nest li.nest_des {
    width: 23%;
    margin-bottom: 1rem;
  }
}
.nest li.nest_des:nth-of-type(3n-1) {
  margin: 0 2%;
}
@media screen and (min-width: 780px) {
  .nest li.nest_des:nth-of-type(3n-1) {
    margin: 0%;
  }
}
.nest li.nest_des > p {
  text-align: center;
  font-weight: 600;
  margin: 5px 0 0;
  padding: 0 !important;
}

.please {
  margin: 30px 0;
  width: 100%;
  aspect-ratio: 900/360;
  position: relative;
}
.please img {
  width: calc(var(--vw) * 100);
  max-width: 964px;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

@media screen and (min-width: 780px) {
  .bee ul.bee_type {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.bee ul.bee_type h3 {
  background-color: #fadeb0;
  color: #101010;
  border: none;
  margin: 0 0 0.75rem;
}
@media screen and (min-width: 780px) {
  .bee ul.bee_type h3 {
    font-size: 28px;
    margin: 0 0 1.5rem;
    padding: 10px 10px 8px;
  }
}
.bee ul.bee_type > li {
  margin-bottom: 1rem;
}
@media screen and (min-width: 780px) {
  .bee ul.bee_type > li {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 780px) {
  .bee ul.bee_type > li:first-child {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.bee ul.bee_type > li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 780px) {
  .bee ul.bee_type > li:last-child {
    margin-left: 4%;
  }
}
@media screen and (min-width: 780px) {
  .bee ul.bee_type > li:nth-last-child(-n+2) {
    width: 48%;
  }
}
.bee ul.bee_type ul.bee_photo {
  display: flex;
  justify-content: space-between;
}
.bee ul.bee_type ul.bee_photo li {
  width: 48%;
}
@media screen and (min-width: 780px) {
  .bee ul.bee_type ul.bee_photo li.wideimg {
    width: 100%;
  }
}
@media screen and (min-width: 780px) {
  .bee ul.bee_type ul.bee_photo li.hideimag {
    display: none;
  }
}
.bee ul.bee_type ul.bee_photo li img {
  margin: 0;
  width: 100%;
}
.bee dl.bee_des {
  margin-top: 0.5rem;
  position: relative;
}
@media screen and (min-width: 780px) {
  .bee dl.bee_des {
    margin-top: 1rem;
  }
}
.bee dl.bee_des:before {
  content: "";
  position: absolute;
  border: solid 3px #174894;
  top: 6px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
}
@media screen and (min-width: 780px) {
  .bee dl.bee_des:before {
    border-width: 4px;
    top: 5px;
    height: 20px;
    width: 20px;
  }
}
.bee dl.bee_des dt.heading {
  font-weight: 600;
  margin-bottom: 0.25rem;
  padding-left: 15px;
}
@media screen and (min-width: 780px) {
  .bee dl.bee_des dt.heading {
    padding-left: 25px;
  }
}

.reason h2 {
  background-color: #fe7542;
}
.reason ul.reason_point {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reason ul.reason_point li {
  width: 32%;
}
.reason ul.reason_point li:nth-last-child(-n+3) {
  margin-top: 0.5rem;
}
@media screen and (min-width: 500px) {
  .reason ul.reason_point li:nth-last-child(-n+3) {
    margin-top: 1rem;
  }
}
.reason ul.reason_point li img {
  margin: 0;
  width: 100%;
}

ul.flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 500px) {
  ul.flow {
    flex-wrap: nowrap;
  }
}
ul.flow li {
  width: 48%;
  margin-bottom: 15px;
}
@media screen and (min-width: 500px) {
  ul.flow li {
    width: 24%;
    margin-bottom: 0;
  }
}
ul.flow li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
ul.flow li img {
  margin: 0;
  width: 100%;
}
ul.flow li dl {
  padding: 10px 10px 0;
}
@media screen and (min-width: 500px) {
  ul.flow li dl {
    padding: 15px 4px 0;
  }
}
ul.flow li dl dt {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  background-color: #1752a2;
  color: #fff;
  padding: 3px 0 1px;
  margin-bottom: 5px;
}
ul.flow li dl dd.flow_heading {
  color: #1752a2;
  font-weight: 600;
  text-align: center;
}

.knowledge .container,
.sort .container {
  padding: 25px 10px;
}
.knowledge-item,
.sort-item {
  font-size: 15px;
}
@media screen and (min-width: 780px) {
  .knowledge-item,
  .sort-item {
    font-size: 17px;
  }
}
.knowledge-item:not(:first-of-type),
.sort-item:not(:first-of-type) {
  margin-top: 30px;
}
.knowledge-item-ttl-link,
.sort-item-ttl-link {
  font-weight: bold;
  color: #007bd7;
  text-decoration: underline;
}
.knowledge-item-txt,
.sort-item-txt {
  margin-top: 15px;
}
.knowledge-item-txt-link,
.sort-item-txt-link {
  color: #007bd7;
  text-decoration: underline;
}
.knowledge-more-link,
.sort-more-link {
  max-width: 716px;
  font-size: 32px;
  margin: 40px auto 0;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  padding: 7px 5px;
  border-radius: 5px;
  color: #ffffff;
  display: block;
  background-color: #fe7542;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
@media screen and (min-width: 400px) {
  .knowledge-more-link,
  .sort-more-link {
    font-size: 16px;
  }
}
@media screen and (min-width: 500px) {
  .knowledge-more-link,
  .sort-more-link {
    font-size: 19px;
  }
}
@media screen and (min-width: 780px) {
  .knowledge-more-link,
  .sort-more-link {
    font-size: 30px;
  }
}

/* ===============================================
# 【ショートコード用】こんな時は焦らず、蜂駆除業者へご連絡ください！ 
=============================================== */
.call__us {
  margin: 30px 0;
  padding: clamp(15px, 3%, 30px);
  padding-bottom: 0;
  background: linear-gradient(to bottom, #f9ffaf 0 85%, transparent 85% 100%);
}
@media screen and (min-width: 780px) {
  .call__us {
    margin: 40px 0;
    background: linear-gradient(to bottom, #f9ffaf 0 88%, transparent 88% 100%);
  }
}
.call__us__top {
  display: flex;
  flex-direction: column;
  row-gap: min(3.2vw, 25px);
}
@media screen and (min-width: 780px) {
  .call__us__top {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 14px;
  }
}
.call__us__top .p {
  padding: min(2.7vw, 14px) 5px min(2.8vw, 16px) 5px;
  background-color: #101010;
  text-align: center;
  font-size: min(4.7vw, 34px);
  font-weight: bold;
  color: #fbd633;
  line-height: 1.3529411765;
}
@media screen and (min-width: 780px) {
  .call__us__top .p {
    padding-top: 7px;
    padding-bottom: 5px;
    width: calc(50% - 8px);
    font-size: 22px;
    line-height: 1.3636363636;
  }
}
.call__us__middle {
  position: relative;
  margin-top: 25px;
}
@media screen and (min-width: 780px) {
  .call__us__middle {
    margin-top: 15px;
  }
}
.call__us__middle .p {
  padding-left: min(3vw, 17px);
  padding-bottom: min(3vw, 24px);
  font-size: min(5.7vw, 44px);
  font-weight: bold;
  color: #ff0000;
  line-height: 1.3636363636;
}
@media screen and (min-width: 780px) {
  .call__us__middle .p {
    padding-bottom: 15px;
    text-align: center;
    font-size: 24px;
    line-height: 1.3333333333;
  }
}
.call__us__middle .imgc {
  position: absolute;
  top: -5px;
  right: 0;
  width: 39%;
}
@media screen and (min-width: 780px) {
  .call__us__middle .imgc {
    display: none;
  }
}
.call__us__middle .imgc img {
  width: 100%;
  aspect-ratio: 266/230;
  vertical-align: top;
  margin: 0;
}
.call__us__bottom {
  position: relative;
  max-width: 633px;
  width: 93%;
  margin: auto;
  padding: min(3vw, 24px) 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ff0000;
  border-radius: 8px;
  -moz-column-gap: 17px;
       column-gap: 17px;
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 4px;
}
@media screen and (min-width: 780px) {
  .call__us__bottom {
    max-width: 667px;
    flex-direction: row;
    padding: 5px 0 0 0;
  }
}
.call__us__bottom p {
  padding: 0;
}
.call__us__bottom .p {
  font-weight: bold;
  color: #fff;
  font-size: min(3.9vw, 30px);
  line-height: 1.3333333333;
}
@media screen and (min-width: 780px) {
  .call__us__bottom .p {
    font-size: 18px;
    line-height: 1.3333333333;
  }
}
.call__us__bottom .tel {
  font-size: min(9vw, 70px);
  font-weight: bold;
  color: #fbd633;
  line-height: 1.3428571429;
}
@media screen and (min-width: 780px) {
  .call__us__bottom .tel {
    font-size: 36px;
    line-height: 1.3333333333;
  }
}
.call__us .only__sp__tab {
  display: block;
}
@media screen and (min-width: 780px) {
  .call__us .only__sp__tab {
    display: none;
  }
}

/* ===============================================
# 【ショートコード用】その場ですぐ蜂トラブルを解決します！
=============================================== */
.quick__solution {
  border: clamp(4px, 1.2vw, 8px) solid #ffcf62;
  margin: 30px 0;
  padding: min(3.2vw, 25px);
}
@media screen and (min-width: 780px) {
  .quick__solution {
    margin: 40px 0;
    padding: 15px 22px 22px;
  }
}
.quick__solution .ttl {
  display: block;
  width: 100%;
  text-align: center;
  font-size: min(5.2vw, 40px);
  font-weight: bold;
  line-height: 1.325;
}
@media screen and (min-width: 780px) {
  .quick__solution .ttl {
    font-size: 26px;
    line-height: 1.3461538462;
  }
}
.quick__solution__figures {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: min(3.2vw, 26px);
  margin-top: min(3.2vw, 25px);
}
@media screen and (min-width: 780px) {
  .quick__solution__figures {
    margin-top: 10px;
  }
}
.quick__solution__figures .figure {
  width: calc(50% - min(2vw, 17px));
}
@media screen and (min-width: 780px) {
  .quick__solution__figures .figure {
    width: calc((100% - 60px) / 4);
  }
}
.quick__solution__figures .figure img {
  width: 100%;
  margin: 0;
}
.quick__solution__figures .figure figcaption {
  margin-top: 15px;
  text-align: center;
  font-size: min(3.6vw, 28px);
  font-weight: bold;
  line-height: 1.3214285714;
}
@media screen and (min-width: 780px) {
  .quick__solution__figures .figure figcaption {
    font-size: 18px;
    line-height: 1.3333333333;
  }
}
.quick__solution__bottom {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  background-color: #ffcc57;
  margin-top: min(3.9vw, 30px);
  padding: min(2.6vw, 20px) min(5.2vw, 40px);
}
@media screen and (min-width: 780px) {
  .quick__solution__bottom {
    justify-content: center;
    -moz-column-gap: 28px;
         column-gap: 28px;
    margin-top: 17px;
  }
}
.quick__solution__bottom .arrow {
  width: max(28px, 10%);
  aspect-ratio: 67/46;
  background-color: #ff0000;
  -webkit-clip-path: polygon(0 25%, 60% 25%, 60% 0, 100% 50%, 60% 100%, 60% 75%, 0 75%);
          clip-path: polygon(0 25%, 60% 25%, 60% 0, 100% 50%, 60% 100%, 60% 75%, 0 75%);
}
@media screen and (min-width: 780px) {
  .quick__solution__bottom .arrow {
    width: 67px;
  }
}
.quick__solution__bottom .text {
  font-size: clamp(16px, 6.7vw - 10px, 42px);
  font-weight: bold;
  color: #ff0000;
  line-height: 1.3333333333;
}
@media screen and (min-width: 780px) {
  .quick__solution__bottom .text {
    font-size: min(3.5vw, 30px);
    line-height: 1.3333333333;
  }
}
.quick__solution .only__sp__tab {
  display: block;
}
@media screen and (min-width: 780px) {
  .quick__solution .only__sp__tab {
    display: none;
  }
}

/* ===============================================
# 【ショートコード用】蜂の巣駆除料金の目安 
=============================================== */
.estimated__price {
  margin: 30px 0;
}
@media screen and (min-width: 780px) {
  .estimated__price {
    margin: 40px 0;
  }
}
.estimated__price .ttl {
  display: block;
  width: 100%;
  padding: 9px 0 7px;
  background-color: #4ca300;
  border-radius: 30px;
  text-align: center;
  font-size: min(5.2vw, 40px);
  font-weight: bold;
  color: #fff;
  line-height: 1.325;
}
@media screen and (min-width: 780px) {
  .estimated__price .ttl {
    font-size: 26px;
    line-height: 1.3461538462;
  }
}
.estimated__price .list {
  width: 90.5405405405%;
  margin: auto;
  margin-top: min(4.7vw, 37px);
}
@media screen and (min-width: 780px) {
  .estimated__price .list {
    width: 93.0735930736%;
    display: flex;
    -moz-column-gap: 25px;
         column-gap: 25px;
    margin-top: 20px;
  }
}
.estimated__price .list .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 780px) {
  .estimated__price .list .item {
    flex-direction: column;
  }
}
.estimated__price .list .item:not(:last-child) {
  margin-bottom: min(3.9vw, 30px);
}
@media screen and (min-width: 780px) {
  .estimated__price .list .item:not(:last-child) {
    margin-bottom: 0;
  }
}
.estimated__price .list .imgc {
  width: 52.2388059701%;
}
@media screen and (min-width: 780px) {
  .estimated__price .list .imgc {
    width: 100%;
  }
}
.estimated__price .list .imgc img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  margin: 0;
}
.estimated__price .list .text {
  width: 43%;
}
@media screen and (min-width: 780px) {
  .estimated__price .list .text {
    width: 100%;
  }
}
.estimated__price .list .text * {
  text-align: center;
}
.estimated__price .list .text__top {
  padding: 0;
}
.estimated__price .list .text__01 {
  font-size: min(5.2vw, 40px);
  line-height: 1.1;
}
.estimated__price .list .text__02 {
  font-size: min(3.9vw, 30px);
  line-height: 1.4666666667;
}
.estimated__price .list .text__03 {
  margin-top: min(2.1vw, 16px);
  padding-top: 12px;
  font-size: min(5.9vw, 46px);
  line-height: 1.2;
}
.estimated__price .list .text__04 {
  padding-bottom: 10px;
  font-size: min(3.6vw, 28px);
  line-height: 1.2;
}
.estimated__price .list .text__01, .estimated__price .list .text__02, .estimated__price .list .text__03 {
  font-weight: bold;
}
.estimated__price .list .text__03, .estimated__price .list .text__04 {
  display: block;
  background-color: #ffdacc;
  color: #ff0000;
}
@media screen and (min-width: 780px) {
  .estimated__price .list .text__top {
    margin-top: 14px;
  }
  .estimated__price .list .text__01 {
    font-size: min(3.1vw, 30px);
    line-height: 1.3333333333;
  }
  .estimated__price .list .text__02 {
    font-size: 20px;
    line-height: 2;
  }
  .estimated__price .list .text__03 {
    font-size: min(3vw, 36px);
    margin: 6px auto 0;
  }
  .estimated__price .list .text__04 {
    font-size: 18px;
    margin: auto;
  }
  .estimated__price .list .text__03, .estimated__price .list .text__04 {
    width: 88%;
  }
}
.estimated__price .note {
  display: block;
  width: 90.5405405405%;
  margin: auto;
  margin-top: min(3.9vw, 30px);
  font-size: min(3.6vw, 28px);
}
@media screen and (min-width: 780px) {
  .estimated__price .note {
    width: 93.0735930736%;
    margin-top: 20px;
    font-size: 18px;
  }
}
.estimated__price .only__sp__tab {
  display: block;
}
@media screen and (min-width: 780px) {
  .estimated__price .only__sp__tab {
    display: none;
  }
}

/* ===============================================
# 【ショートコード用】急な蜂トラブルでの出費も安心
=============================================== */
.cashless__payment {
  border: 2px solid #1752a2;
  background-color: #d8f1ff;
  margin: 30px 0;
  padding: min(4.5vw, 35px) min(4.5vw, 35px) min(3.3vw, 25px);
}
@media screen and (min-width: 780px) {
  .cashless__payment {
    margin: 40px 0;
    position: relative;
    padding: 20px 20px 14px;
  }
}
.cashless__payment .imgc {
  width: 90%;
  margin: min(4.5vw, 35px) auto 0;
}
@media screen and (min-width: 780px) {
  .cashless__payment .imgc {
    position: absolute;
    top: 30px;
    right: 20px;
    width: 43%;
    margin-top: 0;
  }
}
.cashless__payment .imgc img {
  max-width: unset;
  width: 100%;
  height: 100%;
  vertical-align: top;
  margin: 0;
}
.cashless__payment .text__01 {
  padding: 12px 0 8px;
  border-radius: 8px;
  background-color: #1752a2;
  text-align: center;
  font-size: min(5.2vw, 40px);
  font-weight: bold;
  color: #ffff00;
  line-height: 1.325;
}
.cashless__payment .text__02 {
  margin-top: 17px;
  text-align: center;
  font-size: clamp(16px, 6.5vw - 10px, 40px);
  font-weight: bold;
  color: #1752a2;
  line-height: 1.325;
}
.cashless__payment .text__03 {
  margin-top: min(5.2vw, 40px);
  font-size: min(3.6vw, 28px);
  line-height: 1.4285714286;
}
.cashless__payment .text__01, .cashless__payment .text__02, .cashless__payment .text__03 {
  display: block;
  width: 100%;
}
@media screen and (min-width: 780px) {
  .cashless__payment .text__01 {
    font-size: clamp(23px, 1.5vw, 26px);
  }
  .cashless__payment .text__02 {
    font-size: clamp(22px, 1.5vw, 26px);
  }
  .cashless__payment .text__03 {
    margin-top: 16px;
    font-size: 18px;
    line-height: 1.3333333333;
  }
  .cashless__payment .text__01, .cashless__payment .text__02 {
    width: 51%;
    line-height: 1.2307692308;
  }
}

/* ===============================================
# 【ショートコード用】3つの約束
=============================================== */
.promise {
  border: solid 2px #fe1016;
  border-radius: 10px;
  padding: 15px 15px 20px;
  margin: 10px 0 15px;
}
@media screen and (min-width: 780px) {
  .promise {
    border: solid 4px #fe1016;
    padding: 20px 30px;
    margin: 10px 0 20px;
  }
}
.promise .ttl {
  font-size: clamp(23px, 1.5vw, 26px);
  font-weight: bold;
  text-align: center;
}
.promise_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.promise_point {
  width: 32%;
  text-align: center;
  font-weight: 600;
}
.promise_point_heading {
  font-size: min(5.2vw, 40px);
  color: #fff;
  padding: 10px 20px 7px !important;
  background-color: #ea1616;
  border-radius: 10px;
  margin-bottom: 10px;
}
.promise_point_dir {
  padding: 0 !important;
  line-height: 1.4;
  color: #1752a2;
}

/* ===============================================
# 蜂の巣駆除を行った方の口コミ・評判
=============================================== */
.area-list-rating-item {
  margin-top: 25px;
}
.area-list-rating-item .profile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  padding: 10px 30px;
  background-color: #d5edff;
}
@media only screen and (max-width: 781px) {
  .area-list-rating-item .profile {
    padding: 10px 20px;
  }
}
.area-list-rating-item .profile-left {
  display: flex;
  align-items: center;
}
.area-list-rating-item .profile-icon {
  width: 80px;
}
@media only screen and (max-width: 781px) {
  .area-list-rating-item .profile-icon {
    width: 60px;
  }
}
.area-list-rating-item .profile-icon img {
  width: 100%;
  height: auto;
  margin: 0;
}
.area-list-rating-item .profile-info {
  margin-left: 30px;
  padding-bottom: 0;
}
@media only screen and (max-width: 781px) {
  .area-list-rating-item .profile-info {
    margin-left: 20px;
  }
}
.area-list-rating-item .profile-info * {
  display: inline-block;
}
.area-list-rating-item .profile-info-age {
  margin-left: 20px;
}
@media only screen and (max-width: 781px) {
  .area-list-rating-item .profile-info-age {
    margin-left: 0;
  }
}
.area-list-rating-item .profile-info-gender {
  margin-left: 20px;
}
@media only screen and (max-width: 781px) {
  .area-list-rating-item .profile-info-gender {
    margin-left: 10px;
  }
}
.area-list-rating-item .profile-rating {
  padding-bottom: 0;
}
@media only screen and (max-width: 781px) {
  .area-list-rating-item .profile-rating {
    text-align: right;
  }
}
.area-list-rating-item .profile-rating-score {
  display: inline-block;
  margin-left: 20px;
  color: #fe7542;
}
.area-list-rating-item .content-ttl {
  border: 0;
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: inherit;
}
@media only screen and (max-width: 781px) {
  .area-list-rating-item .content-ttl {
    font-size: 16px;
  }
}
.area-list-rating-item .content-body {
  margin-top: 15px;
  padding-bottom: 0;
  font-size: 18px;
}
@media only screen and (max-width: 781px) {
  .area-list-rating-item .content-body {
    font-size: 16px;
  }
}

/* ===============================================
# 【ショートコード用】危険な蜂の駆除はお任せください！(スラッグ：please-2)
=============================================== */
.single__area-txt .please2 {
  margin: 5px auto 40px;
}
.single__area-txt .please2__txt {
  padding-bottom: 0;
  font-size: 18px;
  line-height: 1.4;
}
@media only screen and (max-width: 781px) {
  .single__area-txt .please2__txt {
    font-size: 16px;
  }
}
.single__area-txt .please2__imgc {
  width: 100%;
  margin-top: 20px;
}
.single__area-txt .please2__imgc img {
  max-width: 924px;
  width: 100%;
  margin: 0;
}
.single__area-txt .please2__tel {
  display: block;
  max-width: 500px;
  width: 100%;
  margin: 30px auto 0;
  padding: 14px;
  box-shadow: rgba(0, 0, 0, 0.16) 3px 3px 6px;
  border: solid 2px #fff;
  border-radius: 30px;
  background-color: #ff953b;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  pointer-events: auto;
}
.single__area-txt .please2__tel:hover {
  background-color: rgba(255, 149, 59, 0.8);
}
@media only screen and (max-width: 781px) {
  .single__area-txt .please2__tel {
    font-size: min(16px, 4.5vw);
  }
}

/* ===============================================
# 【ショートコード用】なぜ〇〇市でハチ・蜂の巣被害が増えているの？
=============================================== */
.more-troubles p {
  margin-top: 20px;
}

/* ===============================================
# 【ショートコード用】〇〇市に生息する身近なハチの種類
=============================================== */
.kind-of-bee p {
  padding-bottom: 0;
}
.kind-of-bee__list {
  display: flex;
  justify-content: center;
  gap: 20px 27px;
  margin-top: 25px;
}
@media only screen and (max-width: 781px) {
  .kind-of-bee__list {
    flex-direction: column;
  }
}
.kind-of-bee__item {
  flex: 1;
}
.kind-of-bee__item .imgc img {
  width: 100%;
  height: auto;
}
.kind-of-bee__item .imgc img {
  margin: 0;
}
.kind-of-bee__item .title {
  margin-top: 15px;
  text-align: center;
  font-weight: 700;
}
@media only screen and (max-width: 781px) {
  .kind-of-bee__item .title {
    font-size: 16px;
  }
}
.kind-of-bee__item .detail {
  margin-top: 10px;
  font-size: 16px;
}

/* ===============================================
# 【ショートコード用】蜂の巣を発見してしまった！どうしたらいいの？
=============================================== */
.single__area-txt .find-beehive p:not([class]) {
  margin-top: 20px;
}
.single__area-txt .find-beehive__main {
  margin-top: 10px;
  padding: 30px 20px;
  background-color: #fff5bf;
}
@media only screen and (max-width: 781px) {
  .single__area-txt .find-beehive__main {
    padding: 20px;
  }
}
.single__area-txt .find-beehive__main__ttl {
  padding-bottom: 0;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: red;
}
@media only screen and (max-width: 430px) {
  .single__area-txt .find-beehive__main__ttl {
    text-align: left;
    font-size: 18px;
  }
}
.single__area-txt .find-beehive__main__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  justify-content: center;
  gap: 24px;
  margin-top: 25px;
}
@media only screen and (max-width: 430px) {
  .single__area-txt .find-beehive__main__list {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    gap: 20px;
    margin-top: 20px;
  }
}
.single__area-txt .find-beehive__main__item {
  padding: 30px;
  background-color: #fff;
}
@media only screen and (max-width: 781px) {
  .single__area-txt .find-beehive__main__item {
    padding: 15px;
  }
}
.single__area-txt .find-beehive__main__item .imgc img {
  width: 100%;
  height: auto;
}
.single__area-txt .find-beehive__main__item .imgc img {
  margin: 0;
}
.single__area-txt .find-beehive__main__item .title {
  margin-top: 15px;
  padding-bottom: 0;
  text-align: center;
  font-weight: 700;
}
@media only screen and (max-width: 781px) {
  .single__area-txt .find-beehive__main__item .title {
    font-size: 16px;
  }
}
.single__area-txt .find-beehive__main__item .detail {
  margin-top: 10px;
  padding-bottom: 0;
  font-size: 16px;
}

/* ===============================================
# 【ショートコード用】ハチに刺されるとどうなるの？
=============================================== */
.single__area-txt .bee-sting__txt {
  margin-top: 25px;
}

/* ===============================================
# 【ショートコード用】蜂の巣駆除はプロにお任せ！安心と安全の駆除サービス
=============================================== */
.single__area-txt .about-service__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.single__area-txt .about-service__item {
  width: calc((100% - 24px) / 2);
  padding: 30px;
  border: solid 2px #174894;
}
@media only screen and (max-width: 781px) {
  .single__area-txt .about-service__item {
    width: 100%;
    padding: 20px;
  }
}
.single__area-txt .about-service__item__ttl {
  padding-bottom: 10px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: red;
}
@media only screen and (max-width: 781px) {
  .single__area-txt .about-service__item__ttl {
    font-size: 18px;
  }
}
.single__area-txt .about-service__item__txt {
  padding-bottom: 0;
}
.single__area-txt .about-service__callus {
  margin: 30px auto;
  padding: 25px 20px 40px;
  background-color: #fffcb1;
}
@media only screen and (max-width: 781px) {
  .single__area-txt .about-service__callus {
    margin-top: 20px;
  }
}
.single__area-txt .about-service__callus__ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #ff953b;
  padding-bottom: 0;
}
@media only screen and (max-width: 781px) {
  .single__area-txt .about-service__callus__ttl {
    font-size: 20px;
  }
}
.single__area-txt .about-service__callus__txt {
  margin-top: 16px;
  padding-bottom: 0;
  text-align: center;
  font-size: 18px;
}
@media only screen and (max-width: 781px) {
  .single__area-txt .about-service__callus__txt {
    text-align: left;
  }
}
.single__area-txt .about-service__callus__txt .bold {
  font-weight: 700;
}
.single__area-txt .about-service__callus__tel {
  display: block;
  max-width: 500px;
  width: 100%;
  margin: 30px auto 0;
  padding: 14px;
  box-shadow: rgba(0, 0, 0, 0.16) 3px 3px 6px;
  border: solid 2px #fff;
  border-radius: 30px;
  background-color: #ff953b;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  pointer-events: auto;
}
.single__area-txt .about-service__callus__tel:hover {
  background-color: rgba(255, 149, 59, 0.8);
}
@media only screen and (max-width: 781px) {
  .single__area-txt .about-service__callus__tel {
    font-size: min(16px, 4.5vw);
  }
}