@charset "UTF-8";
body {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
}

#bk96325419,
#bk96431172,
.gradient-bg {
  background-image: radial-gradient(farthest-side, #ffffff 66%, #f2e8d5);
}

.c-large_headline {
  border-bottom: 0 !important;
  line-height: 1.3;
  margin-bottom: 14px !important;
}

.contact-buttons {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto 0;
  width: 100%;
  max-width: 800px;
  justify-content: center;
}
@media (max-width: 767px) {
  .contact-buttons {
    max-width: 400px;
    margin: auto;
  }
}
.contact-buttons i {
  margin-right: 5px;
}
.contact-buttons img {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  transform: rotate(16deg);
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.3));
}
.contact-buttons img:nth-of-type(1) {
  max-width: 122px;
  top: 35px;
  left: 11%;
}
@media (max-width: 767px) {
  .contact-buttons img:nth-of-type(1) {
    top: 54px;
    left: 0;
  }
}
.contact-buttons img:nth-of-type(2) {
  max-width: 71px;
  top: 25px;
  right: 22%;
  transform: rotate(4deg);
}
@media (max-width: 767px) {
  .contact-buttons img:nth-of-type(2) {
    top: 36px;
    left: 118px;
    transform: rotate(4deg);
  }
}
.contact-buttons .c-body {
  padding-bottom: 0;
}

.contact-buttons-text {
  margin-bottom: 70px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 4px;
}

.contact-buttons > * {
  flex-shrink: 0;
  width: 100%;
}

.contact-buttons-col {
  position: relative;
  flex: 0 0 auto;
  width: 50%;
}
@media (max-width: 767px) {
  .contact-buttons-col {
    width: 100%;
    max-width: 400px;
  }
}
.contact-buttons-col a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 60px;
  border-radius: 80px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  transition: background 0.3s ease;
  text-align: center;
  width: 94%;
  height: 80px;
  max-width: 360px;
  min-height: 60px;
  transition: 0.2s;
  line-height: 1.4;
  padding: 10px 10px 10px 30px;
}
@media (max-width: 767px) {
  .contact-buttons-col a {
    font-size: 28px !important;
    height: 60px;
    width: 100%;
    min-height: 64px;
  }
}
.contact-buttons-col a:hover {
  transform: translate(0, 3px);
  transition: 0.2s;
}
.contact-buttons-col a i {
  position: absolute;
  font-size: 36px;
  top: calc(50% - 0.5em);
  left: 19px;
}
@media (max-width: 767px) {
  .contact-buttons-col a i {
    font-size: 24px;
  }
}
.contact-buttons-col a img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.contact-buttons-col a.line {
  background-color: #06C755;
  box-shadow: 0 5px 0 #007932;
  font-size: 28px;
  padding: 10px 10px 10px 30px;
}
@media (max-width: 767px) {
  .contact-buttons-col a.line {
    font-size: 18px;
  }
}
.contact-buttons-col a.line span {
  font-size: 14px;
}

.contact-buttons-col a.mail {
  background-color: #035591;
  box-shadow: 0 5px 0 #04365b;
  font-size: 24px;
}
.contact-buttons-col a.mail span {
  font-size: 14px;
}
.contact-buttons-col a.mail span:first-child {
  display: block;
  width: 100%;
}

.contact-buttons-col a.mail i {
  color: #FDD308;
}

.contact-buttons-col a.phone {
  background-color: #FDD308;
  color: #035591;
  box-shadow: 0 5px 0 #CBA80A;
  font-size: 34px !important;
  padding: 10px 10px 10px 30px;
}
@media (min-width: 768px) {
  .contact-buttons-col a.phone {
    font-size: 36px;
  }
}
.contact-buttons-col a.phone span {
  font-size: 14px;
}
.contact-buttons-col a.phone span.d-none.d-md-block {
  position: absolute;
  bottom: 9px;
  padding-left: 36px;
}

.contact-buttons-col a:hover {
  opacity: 0.8;
}

.sp-fukidashi {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -37px;
  right: 20px;
  font-size: 18px !important;
  color: #000;
  padding: 8px 10px;
  border-radius: 12px;
  background: #fff;
  min-height: 36px;
  filter: drop-shadow(0 0 1px rgb(0, 0, 0));
}

.sp-fukidashi::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: transparent;
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 0px;
  margin-top: 0;
  border-left-color: #fff;
  top: 35px;
  right: 20px;
  transform: rotate(90deg);
}

.merit-title {
  background: #005BAC url(https://www.takayama-musen.com/drone/wp/wp-content/themes/liquid-lp-child/img/drone-silhouette-white.webp) no-repeat bottom 10% right 10px;
  background-size: 16% auto;
  margin: 50px auto 60px;
  border: 6px solid #FFD700;
  box-shadow: rgb(107, 142, 35) 6px 6px 0 0;
  max-width: 800px;
  padding: 10px;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .merit-title {
    background: #005BAC url(https://www.takayama-musen.com/drone/wp/wp-content/themes/liquid-lp-child/img/drone-silhouette-white.webp) no-repeat center right 10px;
    background-size: 120px auto;
    margin: 100px auto 60px;
  }
}
.merit-title h2 {
  margin: 0;
  text-align: center;
  color: #FFD700;
  font-size: min(8.2vw, 42px);
  line-height: 1.3;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

#bk96293377 .column {
  margin-bottom: 30px;
}

#bk96293377 .column.-column1::before,
#bk96293377 .column.-column2::before,
#bk96293377 .column.-column3::before {
  content: "";
  position: absolute;
  top: -42px;
  left: 14%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  background-image: url("https://www.takayama-musen.com/drone/wp/wp-content/themes/liquid-lp-child/img/gabyo.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 767px) {
  #bk96293377 .column.-column1::before,
  #bk96293377 .column.-column2::before,
  #bk96293377 .column.-column3::before {
    top: -30px;
    left: 6%;
    width: 70px;
    height: 70px;
  }
}
#bk96293377 .c-body + div {
  margin-top: auto;
  text-align: center;
}

#bk96293377 .c-body + div img {
  margin: 15px 0;
}

.blacktransparent {
  display: flex;
  flex-direction: column;
  border-radius: 10px !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 3px 12px -2px, rgba(0, 0, 0, 0.5) 0px 3px 7px -3px;
}

.eraberu-title {
  position: relative;
  background: #F2E8D5;
  text-align: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 3px 12px -2px, rgba(0, 0, 0, 0.5) 0px 3px 7px -3px;
  font-size: min(5.2vw, 32px);
}
.eraberu-title h2 {
  padding: 20px 20px 20px 40px;
  color: #333;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
@media (max-width: 767px) {
  .eraberu-title h2 {
    padding: 10px 10px 10px 20px;
  }
}
.eraberu-title .c-body {
  padding-bottom: 0;
}
.eraberu-title img {
  position: absolute;
  z-index: 10;
  top: -18px;
  left: -10px;
  bottom: 0;
  transform: rotate(-10deg);
  width: 100%;
  max-width: 18vw;
  filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.6));
}
@media (min-width: 992px) {
  .eraberu-title img {
    width: 200px;
    top: 0;
  }
}

.js-link_scroller {
  display: none;
}

@media (min-width: 768px) {
  .js-link_scroller {
    display: block;
    position: fixed;
    z-index: 1000;
    right: 20px;
    bottom: 20px;
  }
}
.b-accordion_navigation {
  position: relative;
  background: transparent !important;
  width: calc(100% - 60px);
  margin-left: auto;
}

.b-accordion_navigation::before {
  position: absolute;
  left: -56px;
  font-family: "Font Awesome 5 Free";
  content: "\f059";
  color: #cca43b;
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
  top: 16px;
}

@media (min-width: 768px) {
  .b-accordion_navigation::before {
    top: 0;
  }
}
.b-accordion_navigation::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(90, 230, 40, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 14px;
  border-right-width: 14px;
  margin-top: 0;
  border-right-color: #e7f3e8;
  left: -28px;
  top: 24px;
}

@media (min-width: 768px) {
  .b-accordion_navigation::after {
    top: 8px;
  }
}
.accordion-content {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .accordion-content .column {
    margin-bottom: 0;
  }
}

.accordion-content .c-img.c-fright {
  position: absolute;
  top: -84px;
  right: 10px;
  max-width: 74px;
}
@media (min-width: 800px) {
  .accordion-content .c-img.c-fright {
    top: 8px;
    right: -80px;
    max-width: 128px;
  }
}

@media (min-width: 800px) {
  .accordion-content .c-img.c-fright {
    top: 0;
    right: -110px;
    max-width: 100px;
  }
}
.accordion-content .c-img.c-fright img {
  border-radius: 100px;
}

.b-accordion_navigation a {
  right: 0;
  background: #e7f3e8 !important;
  color: #604642 !important;
  border-radius: 10px;
  padding: 20px 44px 20px 20px !important;
}

.b-accordion_contents .accordion-content {
  position: relative;
  background: transparent !important;
  color: #604642;
}

/* 答え吹き出し */
.b-accordion_contents .accordion-content .c-body {
  position: relative;
  width: 100%;
  min-height: 80px;
  background: #88c0f1;
  border-radius: 10px;
  margin-top: 100px;
  margin-bottom: 10px;
  padding: 20px !important;
}
@media (min-width: 768px) {
  .b-accordion_contents .accordion-content .c-body {
    margin-top: 80px;
  }
}
@media (min-width: 800px) {
  .b-accordion_contents .accordion-content .c-body {
    width: 85%;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.b-accordion_contents .accordion-content .c-body::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(90, 230, 40, 0);
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 16px;
  border-right-width: 16px;
  margin-top: 0;
  border-left-color: #88c0f1;
  right: -30px;
  top: 28px;
}
@media (max-width: 799px) {
  .b-accordion_contents .accordion-content .c-body::after {
    right: 25px;
    top: -27px;
    transform: rotate(270deg);
  }
}

.b-accordion_contents .accordion-content.-active a {
  padding: 10px;
  color: #604642;
}

.b-accordion_contents .b-accordion_navigation.-active > .accordion-content {
  min-height: 120px;
}

.b-accordion_contents .accordion-content .column {
  background: transparent;
}

.b-accordion .column {
  background: transparent;
}

.bd-webp.-dress_56681339552a46b5b221a39b34fe3852 .b-accordion .b-accordion_navigation a::after {
  top: 24px;
}

.flow-container {
  display: flex;
  justify-content: space-between;
  gap: 34px;
  margin: 30px auto;
  max-width: 1200px;
}

.flow-step {
  flex: 1;
  position: relative;
}

.flow-step-content {
  border: 7px solid #0f0f0f;
  margin: 0 auto;
  padding: 15px;
  text-align: center;
  background: #fff;
  color: #0f0f0f;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  height: 92%;
}

@media (min-width: 992px) {
  .flow-step-content {
    height: 90%;
  }
}
.flow-step h3 {
  margin: 0;
  font-family: "Zen Kaku Gothic New";
  font-size: min(3.2vw, 42px) !important;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
}

.flow-step p {
  text-align: left;
}

.flow-step-kazari-img .c-body {
  padding-bottom: 0;
}

.flow-step-kazari-img {
  text-align: center;
}

.flow-step-kazari-img img {
  width: 80%;
  max-width: 300px;
  margin: auto;
}

.flow-step-img {
  margin-top: auto;
}

.flow-step-img img {
  width: auto;
  height: 100%;
  margin-top: auto;
  max-height: min(20vw, 200px);
}

.flow-step.arrow::after {
  content: "";
  position: absolute;
  top: 40%;
  right: -28px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  border-left: 20px solid #333333;
}

@media (max-width: 641px) {
  .flow-container {
    gap: 46px;
    flex-direction: column;
  }
  .flow-step h3 {
    font-size: min(8vw, 36px) !important;
  }
  .flow-step-img img {
    max-height: 200px;
  }
  .flow-step.arrow::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 26px solid transparent;
    border-right: 26px solid transparent;
    border-top: 20px solid #0f0f0f;
  }
}
.title_underline_img {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px !important;
  line-height: 1.5;
}
@media (min-width: 641px) {
  .title_underline_img {
    font-size: min(2.6vw, 26px);
  }
}

.title_underline_img span {
  display: block;
  padding-bottom: 9px;
}

.title_underline_img span:first-child {
  background: url(https://www.takayama-musen.com/drone/wp/wp-content/themes/liquid-lp-child/img/underline1.webp) no-repeat bottom center;
  padding-bottom: 9px;
}

.title_underline_img span:nth-child(2) {
  background: url(https://www.takayama-musen.com/drone/wp/wp-content/themes/liquid-lp-child/img/underline2.webp) no-repeat bottom center;
  padding-bottom: 2px;
}

.title_orbal_img {
  background: url(https://www.takayama-musen.com/drone/wp/wp-content/themes/liquid-lp-child/img/orbal1.webp) no-repeat center;
  background-size: contain;
  padding-bottom: 11px;
  width: 100%;
  max-width: 225px;
  min-height: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  margin: 0 auto 20px !important;
}
@media (min-width: 641px) {
  .title_orbal_img {
    font-size: min(2.6vw, 25px);
  }
}

/* 吹き出しボックス*/
.speechBubble {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  padding: 24px 16px;
  border: 2px solid #333333;
  border-radius: 9px;
  background-color: #ffffff;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.speechBubble::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #333333 transparent transparent;
  translate: -100% -50%;
}

.speechBubble::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 7.8px 15.5px 7.8px 0;
  border-color: transparent #ffffff transparent transparent;
  translate: -100% -50%;
}

/* スマートフォンでは吹き出しを上向きにする */
@media only screen and (max-width: 480px) {
  .speechBubble {
    margin-left: 40px;
  }
  .speechBubble::before {
    content: "";
    position: absolute;
    top: 0;
    left: 9%;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #333333;
    translate: -50% -100%;
    transform: skew(53deg);
    transform-origin: bottom;
  }
  .speechBubble::after {
    content: "";
    position: absolute;
    top: 0;
    left: 9%;
    border-style: solid;
    border-width: 0 0 15.2px 15.2px;
    border-color: transparent transparent #ffffff;
    translate: calc(-50% + 0.4px) -100%;
    transform: skew(53deg);
    transform-origin: bottom;
  }
}
span.marker {
  background: linear-gradient(transparent 70%, yellow);
}

.step {
  position: relative;
  padding-bottom: 40px;
  /* カウンターを増やす */
  counter-increment: step-index;
}

.step div.c-body {
  padding-left: 73px;
}

/* 縦線の描画 */
.step:not(:last-child)::before {
  position: absolute;
  top: 0;
  left: 25px;
  width: 3px;
  height: 100%;
  content: "";
  background-color: #333;
  z-index: -1;
}

.step-title {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 20px;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #3b4252;
}

.step-title::before {
  z-index: 1;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  content: counter(step-index);
  background-color: #81a1c1;
}

.step-text {
  padding-left: 73px;
  font-size: 1.15rem;
}

.step-text a {
  color: #2b4f99;
}

/* 背景用*/
.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap-pc-sp {
  max-width: 375px;
  text-align: center;
}

a.btn-pc-sp {
  line-height: 1.4;
  width: 49.5%;
  padding: 1.25rem 0;
  color: white;
}

.cp_qa03 .cp_actab {
  font-size: 1.15rem;
  font-family: sans-serif;
  font-weight: 800;
  position: relative;
  width: 100%;
  margin: 0 0 1em 0;
  color: #ffffff;
  text-shadow: 1px 1px 0 #333333, -1px 1px 0 #333333, 1px -1px 0 #333333, -1px -1px 0 #333333;
}

.cp_qa03 .cp_actab input {
  display: none;
}

/* 質問 */
.cp_qa03 .cp_actab label {
  font-weight: bold;
  line-height: 1.6em;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 1em 2em 1em 2.5em;
  cursor: pointer;
  text-indent: 1em;
  border-radius: 0.5em;
  background: #333333;
}

.cp_qa03 .cp_actab label::before {
  content: "Q";
  font-family: serif;
  font-size: 1.5em;
  margin-left: -2em;
  padding-right: 0.5em;
}

.cp_qa03 .cp_actab label:hover {
  color: #fd4f54;
  transition: all 0.3s;
}

/* --質問の＋アイコン */
.cp_qa03 .cp_actab label::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "+";
  font-size: 1.7em;
  font-weight: bold;
  line-height: 2em;
  display: inline-block;
  width: 2em;
  height: 2em;
  transition: transform 0.3s;
}

/* 答え */
.cp_qa03 .cp_actab .cp_actab-content {
  font-weight: normal;
  font-family: serif;
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0 0 0 2.5em;
  border-radius: 0 0 0.5em 0.5em;
  transition: max-height 0.2s;
  color: #333333;
  background: #f1f0ef;
  text-shadow: none;
}

.cp_qa03 .cp_actab .cp_actab-content::before {
  font-weight: 700;
  position: absolute;
  content: "A";
  font-family: serif;
  font-size: 1.5em;
  margin: 0.4em 0 0 -1em;
  padding: 0;
}

.cp_qa03 .cp_actab .cp_actab-content p {
  margin: 1em 1em 1em 0;
}

/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa03 .cp_actab input:checked ~ .cp_actab-content {
  max-height: 40em;
  border-width: 7px;
  border-style: solid;
  border-image-source: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);
  border-image-slice: 1;
}

/* 質問をクリックした時のアイコンの動き */
.cp_qa03 .cp_actab input:checked ~ label {
  border-radius: 0.5em 0.5em 0 0;
}

/* 質問をクリックした時の+の動き */
.cp_qa03 .cp_actab input[type=checkbox]:checked + label::after {
  transform: rotateZ(45deg);
  transform-origin: 50% 50%;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}

/* 買取可・不可のドローン*/
section[id$=-uav] {
  height: 100%;
}

section[id$=-uav] dl {
  background: rgba(255, 255, 255, 0.85);
  border-style: solid;
  border-width: 2px;
  border-radius: 0.2em;
  padding: 2em;
  margin: 2em auto;
  height: 100%;
}

section[id$=-uav] dl dt {
  font-size: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}

section[id$=-uav] dl dt:before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  margin-right: 0.5em;
}

section[id$=-uav] dl dd {
  font-size: 1.2em;
  margin: 1em auto 0;
  max-width: 460px;
}

section[id$=-uav] dl dd:before {
  content: "・";
}

section[id$=-uav] dl.available {
  border-color: rgb(6, 193, 105);
}

section[id$=-uav] dl.available dt {
  background-color: rgba(6, 193, 105, 0.1);
  color: rgb(6, 193, 105);
}

section[id$=-uav] dl.available dt:before {
  border: 4px rgb(6, 193, 105) solid;
  border-radius: 50%;
  width: 1em;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

section[id$=-uav] dl.unavailable {
  border-color: rgb(162, 6, 6);
}

section[id$=-uav] dl.unavailable dt {
  background-color: rgba(162, 6, 6, 0.1);
  color: rgb(162, 6, 6);
}

section[id$=-uav] dl.unavailable dt:before {
  background: url(../_userdata/images/ngmark.svg) center no-repeat;
  background-size: contain;
  width: 2em;
}

/*オレンジ見出し（h2用）*/
.title-orangegr {
  background: linear-gradient(90deg, rgb(255, 217, 118), rgb(226, 120, 31) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Meiryo;
  font-size: 2rem;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: 0px;
  text-align: center;
}

/*地図のレスポンシブ対応*/
.map {
  position: relative;
  width: 100%;
  padding-top: 75%;
  /* 16:9のアスペクト比 */
  height: 0;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#bk90592886 > div,
#bk90591111 > div {
  align-items: center;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #212529;
  border-radius: 0.5rem;
  width: 94%;
  margin: 0 auto 15px;
  min-height: 85px;
}

a.btn-solid-silver {
  color: #000 !important;
  border-top: 4px solid #d8dcdc;
  border-right: 4px solid #666;
  border-bottom: 4px solid #333;
  border-left: 4px solid #868888;
  border-radius: 0;
  background-image: linear-gradient(-45deg, #333 0%, #868888 20%, #d8dcdc 34%, white 53%, #666 100%);
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}

a.btn-solid-silver:hover {
  text-shadow: 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff;
}

a.btn--contact {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 40px;
  color: #fff;
  background: #E2781F;
  box-shadow: 0 5px 0 #92511b;
}

a.btn--contact i {
  font-size: 2rem;
}

a.btn--contact i.fa-position-left {
  font-size: 3rem;
  left: 1rem;
}

a.btn--contact :hover {
  color: #fff;
}

a.btn--tel {
  display: block;
  padding: 1rem 0;
  color: #333;
  background: #FFD976;
  box-shadow: 0 5px 0 #a79055;
}

a.btn--tel i {
  font-size: 2rem;
}

a.btn--tel i.fa-position-left {
  font-size: 3rem;
  left: 1rem;
}

a.btn--tel .number {
  line-height: 1;
  display: inline-block;
  margin: 0.4rem;
  padding: 0.5rem;
  letter-spacing: 0;
  color: #333;
  border-radius: 0.5rem;
  background: #fff;
}

a.btn--tel:hover {
  color: #fff;
}

.box5-1 {
  background-color: #fff;
  /* ボックス背景色 */
  padding: 5em 2em 2em;
  /* ボックス内側余白 */
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  /*ボックス影*/
  position: relative;
  /*配置(ここを基準に)*/
}

.box5-1 h2.box-title {
  background-color: #8b9b9d;
  /* タイトル背景色 */
  font-size: 1.2em;
  /* タイトル文字の大きさ */
  color: #fff;
  /* タイトル文字色 */
  padding: 10px;
  /*タイトル余白*/
  text-align: center;
  /* タイトル中央寄せ */
  width: 100%;
  /*最大幅 */
  position: absolute;
  /* 配置(ここを動かす) */
  top: 0;
  /*上からの距離 */
  left: 0;
  /*左からの距離 */
}

.box3-9 {
  position: relative;
  background: #eee;
  /*背景色*/
  padding: 3em 1em 2em;
  /*内側余白（上・左右・下）*/
}

.box3-9::before {
  position: absolute;
  content: "";
  width: 95%;
  height: 10px;
  top: 0.5em;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  border-top: dotted 10px #fff;
  /*ドットの形・大きさ・色*/
}

.title-border-left {
  background: #DEE6F0 url(https://www.takayama-musen.com/drone/wp/wp-content/themes/liquid-lp-child/img/drone-silhouette-white.webp) no-repeat center right 10px;
  background-size: 20%;
  border-left: 20px solid #005BAC;
  font-size: min(3.8vw, 32px);
  text-align: center;
  line-height: 1.3;
  padding: 20px 40px 20px 10px;
  color: #2b4f99;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

@media (min-width: 768px) {
  .title-border-left {
    background-size: 130px;
  }
}
.title-border-left h2 {
  color: #2b4f99;
}

.title-border-left img {
  position: absolute;
  right: 0;
}/*# sourceMappingURL=style2.css.map */