﻿@charset "UTF-8";
@font-face {
  font-family: "ShinGoPro-DeBold-90ms-RKSJ-H";
  src: url(../font/AOTFShinGoProRegular.otf);
}

html {
  font-size: 1px;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #0a303e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  line-height: 1;
  font-weight: 500;
  background: white;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-reserve {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

a {
    text-decoration: none;
    color: #00bcd4;
}

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pc {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.pc-block {
  display: block !important;
}

.font-mincho {
  font-family: 'Hina Mincho', serif;
}

.sp {
  display: none !important;
}

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.justify-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-items-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.text-center {
  text-align: center;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.f-img {
  width: 100%;
  height: 100%;
}

html {
  font-size: 1px;
}

.header-bar {
  width: 100%;
  background: #efefef;
  padding: 5rem 0 5rem 160rem;
  font-size: 10rem;
  line-height: 16.8rem;
  text-align: left;
  margin: 0;
  font-weight: normal;
}

header {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .logo .logo-pic {
  width: 203rem;
  height: 50rem;
}

header .logo-text {
  font-size: 18rem;
  line-height: 21.6rem;
  text-align: left;
  margin-left: 20rem;
}

header .guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .guide .login {
  font-size: 14rem;
  line-height: 16.8rem;
  text-align: left;
  color: #3e3a39;
  display: block;
  position: relative;
  margin-right: 0;
}
header .guide .gform {
  font-size: 14rem;
  line-height: 16.8rem;
  text-align: left;
  color: #3e3a39;
  display: block;
  position: relative;
  margin-right: 64rem;
}

header .guide .login a {
  color: #3e3a39;
}
header .guide .gform a {
  color: #3e3a39;
  border: 1px solid #3e3a39;
  display: inline-block;
  padding: 10px;
}

header .guide .login:after {
  content: "";
  width: 18.91rem;
  height: 26.38rem;
  background-image: url(../img/top/login.svg);
  background-size: cover;
  position: absolute;
  left: -30rem;
  top: 50%;
  -webkit-transform: translateY(-170%);
          transform: translateY(-170%);
}


header .guide .gform:after {
  content: "";
  width: 18.91rem;
  height: 26.38rem;
  position: absolute;
  left: -30rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}


header .guide .register {
  margin-right: 0;
}

header .guide .register:after {
  content: "";
  width: 16.91rem;
  height: 26.07rem;
  background-image: url(../img/top/pencil.svg);
}

.nav-guide {
  margin-top: 20rem;
}

.nav-guide ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav-guide ul li {
  font-size: 16rem;
  line-height: 1;
  text-align: center;
  padding: 0 20rem;
  border-right: 1rem solid #0a303e;
}

.nav-guide ul li:last-child {
  border-right: 0;
}

.nav-guide ul li a {
  color: #0A303E;
}

.header-inner {
  background: white;
  padding-bottom: 30rem;
  padding-top: 20rem;
}

.fv {
  width: 100%;
  background: #00303e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_midasi{
    background: white;
    margin-top: -6px;
    margin-bottom: -28px;
    height: 50px;
    color: black;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}

.fv .fv-txt {
  font-family: "ShinGoPro-DeBold-90ms-RKSJ-H";
  font-weight: normal;
  font-size: 24rem;
  letter-spacing: 0.2em;
  line-height: 42rem;
  text-align: center;
  color: #fff;
  padding: 5rem 127rem;
  border-radius: 25rem;
  background: #28b3ca;
  display: inline-block;
}

.fv p {
  font-family: "ShinGoPro-DeBold-90ms-RKSJ-H";
}

.fv .pic {
  width: 545rem;
  height: 115.84rem;
  margin-top: 24rem;
}

.page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-title .icon {
  width: 35.62rem;
  height: 41.34rem;
}

.page-title .pickup-icon {
  width: 27.88rem;
  height: 37.01rem;
}

.page-title .app-flow-icon {
  width: 48rem;
  height: 34.63rem;
}

.page-title .dron-icon {
  width: 48rem;
  height: 34.63rem;
}

.page-title .dron-colum-icon {
  width: 41.55rem;
  height: 43.86rem;
}

.page-title .per-icon {
  width: 37.3rem;
  height: 42.25rem;
}

.page-title .link-icon {
  width: 29.57rem;
  height: 39.94rem;
}

.page-title .qa-icon {
  width: 38.84rem;
  height: 38.84rem;
}

.page-title .txt {
  font-size: 30rem;
  line-height: 36rem;
  margin-left: 20rem;
}

.page-title .app-flow-txt {
  color: white;
}

.top {
  margin-top: 0rem;
}

.top .top-text {
  width: 100%;
  height: auto;
  padding: 15rem 0;
  background: #00303e;
}

.top .top-text .c-text {
  font-size: 30rem;
  letter-spacing: 0.1em;
  line-height: 52.5rem;
  text-align: center;
  color: #f39800;
}

.top .top-text .c-text span {
  color: white;
  background: #f39800;
  margin: 0 5rem;
}

.top .search-by-area {
  margin-top: 70rem;
}

.top .area-items {
  width: 950rem;
  margin: auto;
  margin-top: 70rem;
}

.top .area-items table {
  width: 100%;
  border-collapse: collapse;
}

.top .area-items table tr th {
  width: 126.68rem;
  height: 32.97rem;
  background: #0a303e;
  font-size: 16rem;
  line-height: 19.2rem;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top .area-items table tr td {
  width: calc(950rem - 126rem);
  padding-left: 12rem;
}

.top .area-items table tr td ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top .area-items table tr td ul li {
  width: 76.26rem;
  font-size: 16rem;
  line-height: 19.2rem;
  text-align: center;
  padding: 7rem 4rem;
  border-radius: 10rem;
  background: #efefef;
  margin-left: 12rem;
  margin-bottom: 10rem;
}

.top .area-items table tr td ul li a {
  color: #0a303e;
}

.top .free-load {
  max-width: 1100px;
  margin: auto;
  margin-top: 130rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.banner{
    width: 50%;
}

.top .free-load .pic {

}

.top .pickup-area {
  margin-top: 130rem;
}

.top .pickup-items {
  width: 960rem;
  margin: auto;
  margin-top: 46rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top .pickup-items .item {
  width: calc(100% / 6);
  padding: 5rem;
}

.top .pickup-items .item .inner {
  width: 100%;
  height: 62.79rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10rem;
  background: #fff;
  border: 0.5rem solid #9fa0a0;
}

.top .pickup-items .item .inner .city {
  font-size: 16rem;
  line-height: 19.2rem;
  text-align: center;
  color: #0a303e;
}

.top .pickup-items .item .inner .list {
  width: 67%;
  font-size: 11rem;
  line-height: 13.2rem;
  margin-top: 7rem;
  text-align: center;
  color: #9fa0a0;
  position: relative;
}

.top .pickup-items .item .inner .list:after {
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 16rem;
  position: absolute;
  right: -15rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top .app-flow {
  margin-top: 65rem;
  height: 502.91rem;
  background: #28b3ca;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top .app-flow .flow-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 57rem;
}

.top .app-flow .flow-items .item {
  width: 216rem;
}

.top .app-flow .flow-items .item .pic {
  width: 205.5rem;
  height: 205.5rem;
  margin: auto;
}

.top .app-flow .flow-items .item .txt {
  font-size: 16rem;
  letter-spacing: 0.1em;
  line-height: 30rem;
  text-align: center;
  color: #fff;
  margin-top: 20rem;
}

.top .app-flow .flow-items .icon {
  width: 18.92rem;
  height: 47.52rem;
  margin: 0 10rem 80rem;
}

.top .dron {
  padding-top: 65rem;
  padding-bottom: 40rem;
  background: #f7f8f8;
}

.top .dron_txt {
  font-size: 16rem;
  line-height: 30rem;
  text-align: center;
  color: #3e3a39;
  margin-top: 50rem;
}

.top .dron_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 70rem;
}

.top .dron_content .item {
  width: 352rem;
  margin: 0 60rem;
}

.top .dron_content .item p.title {
  font-size: 16rem;
  line-height: 19.2rem;
  text-align: center;
}

.top .dron_content .item .pic {
  width: 352rem;
  height: 267rem;
  margin-top: 28rem;
}

.top .dron_content .item p.d-txt {
  font-size: 16rem;
  letter-spacing: 0.1em;
  line-height: 30rem;
  margin-top: 23rem;
}

.top .news {
  margin-top: 70rem;
}

.top .news .new-wrapper {
  width: 820rem;
  margin: auto;
  margin-top: 30rem;
}

.top .news .new-wrapper table {
  border-collapse: collapse;
  width: 100%;
}

.top .news .new-wrapper table tr {
  border-top: 1rem solid #9fa0a0;
}

.top .news .new-wrapper table tr td {
  padding: 17rem 0;
  font-size: 16rem;
  line-height: 19.2rem;
  text-align: left;
  color: #0a303e;
}

.top .news .new-wrapper table tr td:first-child {
  width: 130rem;
}

.top .news .new-wrapper table tr:last-child {
  border-bottom: 1rem solid #9fa0a0;
}

.top .news .title {
  font-size: 20rem;
  letter-spacing: 0.1em;
  line-height: 24rem;
  text-align: center;
  color: #595757;
}

.news-pics {
  width: 950rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-pics .pic {

}

.news-pics .pic img {
  -o-object-fit: cover;
     object-fit: cover;
}

.news-pics .pic-other {
  width: 433.92rem;
  height: 306.96rem;
}

.news-pics .pic-other img {
  -o-object-fit: cover;
     object-fit: cover;
}

footer .footer-links {
  width: 100%;
  background: #f7f8f8;
  padding: 40rem 0;
}

footer .footer-links .inner {
  width: 800rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footer-links .inner .pickup .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15rem;
}

footer .footer-links .inner .pickup .title .pic {
  width: 11.18rem;
  height: 14.85rem;
}

footer .footer-links .inner .pickup .title .txt {
  font-size: 12rem;
  line-height: 14.4rem;
  margin-left: 8rem;
}

footer .footer-links .inner .pickup .links {
  width: 100%;
  margin-bottom: 8rem;
}

footer .footer-links .inner .pickup .links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .footer-links .inner .pickup .links ul li {
  font-size: 12rem;
  line-height: 14.4rem;
  text-align: left;
  color: #727171;
  padding: 0 6rem;
  border-right: 1rem solid #727171;
}

footer .footer-links .inner .pickup .links ul li a {
  color: #727171;
}

footer .footer-links .inner .pickup .links ul li:last-child {
  border-right: 0;
}

footer .footer-links .inner .search {
  width: 500rem;
}

footer .footer-links .inner .search .title .pic {
  width: 14.29rem;
  height: 16.58rem;
}

footer .footer-bar {
  width: 100%;
  height: 179.55rem;
  background: #0a303e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-bar .logo {
  width: 960rem;
  padding-bottom: 20rem;
  border-bottom: 0.5rem solid #9fa0a0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-bar .logo .txt {
  font-size: 12rem;
  line-height: 14.4rem;
  text-align: left;
  color: #fff;
}

footer .footer-bar .logo .icon {
  width: 151.76rem;
  height: 31.97rem;
  margin-left: 40rem;
}

footer .footer-bar .links {
  margin-top: 20rem;
}

footer .footer-bar .links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-bar .links ul li {
  font-size: 12rem;
  line-height: 24rem;
  text-align: center;
  color: #b5b5b6;
  padding: 0 10rem;
  border-right: 1rem solid #b5b5b6;
}

footer .footer-bar .links ul li a {
  color: #b5b5b6;
}

footer .footer-bar .links ul li:last-child {
  border-right: 0;
}

footer .footer-bar .copyright {
  font-size: 10rem;
  line-height: 12rem;
  text-align: center;
  color: #9fa3a6;
  margin-top: 18rem;
}

img {
  width: 100%;
  height: 100%;
}

.normalboxdiv {
  line-height: 1.8;
  font-size: 16rem;
}

#pager span {
  font-size: 16rem;
}

#pager a {
  font-size: 16rem;
}

.sub-page {
  -webkit-box-shadow: 0rem 0rem 10rem rgba(0, 0, 0, 0.15);
          box-shadow: 0rem 0rem 10rem rgba(0, 0, 0, 0.15);
}

.breadcrumb {
  margin: 30rem 0 0 88rem;
  font-size: 10rem;
  line-height: 16.8rem;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline;
  list-style: none;
  font-weight: bold;
}

.breadcrumb li:after {
  /* >を表示*/
  content: '>';
  padding: 0 5px;
  color: #0a303e;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #0a303e;
  font-weight: bold;
}

.prefecture .name {
  width: 810rem;
  margin: auto;
  font-size: 20rem;
  line-height: 36rem;
  margin-top: 40rem;
  margin-bottom: 70rem;
  position: relative;
}

.prefecture .name:after {
  content: "";
  width: 70rem;
  height: 25.88rem;
  background: #00303e;
  position: absolute;
  left: -80rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.prefecture .item {
  width: 820rem;
  margin: auto;
  height: 258.74rem;
  border-radius: 10rem;
  border: 0.5rem solid #9fa0a0;
  padding: 20rem;
  margin-bottom: 20rem;
}

.prefecture .item .c-name {
  font-size: 20rem;
  line-height: 24rem;
  padding-bottom: 14rem;
  border-bottom: 0.5rem solid #9fa0a0;
  text-align: left;
  color: #28b3ca;
}

.prefecture .item .c-name a {
  color: #28b3ca;
}

.prefecture .item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20rem;
}

.prefecture .item .content .pic {
  width: 160rem;
  height: 160rem;
  background: #dcdddd;
}

.prefecture .item .content .pic a {
  width: 100%;
  height: 100%;
}

.prefecture .item .content .contact-text {
  width: 589.94rem;
}

.prefecture .item .content .contact-text p.txt-1 {
  font-size: 14rem;
  letter-spacing: 0.05em;
  line-height: 26rem;
  text-align: left;
  color: #727171;
}

.prefecture .item .content .contact-text p.txt-1 span {
  color: #3e3a39;
}

.prefecture .item .content .contact-text .tel {
  font-size: 14rem;
  letter-spacing: 0.05em;
  line-height: 26rem;
  text-align: left;
  color: #0a303e;
  border-top: 1rem solid #9fa0a0;
  margin-top: 10rem;
  padding-top: 5rem;
}

.prefecture .item .content .contact-text .tel span {
  font-size: 16rem;
  letter-spacing: 0.05em;
  line-height: 40.18rem;
  padding-left: 20rem;
  position: relative;
}

.prefecture .item .content .contact-text .tel span a {
  color: #0a303e;
  font-size: 1.3em;
}

.prefecture .item .content .contact-text .tel span:after {
  content: "";
  width: 9.74rem;
  height: 15.58rem;
  background-image: url(../img/tel-icon.svg);
  background-size: cover;
  position: absolute;
  left: 5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.prefecture .item .content .contact-text .tel .t-gap:after {
  content: unset;
}

.t-gap {
  padding-left: 1rem;
}

.prefecture .item .content .contact-text .link {
  font-size: 14rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: left;
  color: #28b3ca;
  margin-top: 0;
}

.prefecture .small {
  width: 400rem;
  height: auto;
  margin: unset;
  margin-bottom: 20rem;
}

.prefecture .s-items {
  width: 820rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.prefecture .search-area {
  width: 820rem;
  margin: auto;
  margin-top: 90rem;
}

.prefecture .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.prefecture .title .icon {
  width: 28.5rem;
  height: 33.07rem;
  margin-right: 15rem;
}

.prefecture .title .txt {
  font-size: 24rem;
  line-height: 28.8rem;
  text-align: left;
}

.prefecture .search-items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40rem;
  margin-bottom: 80rem;
}

.prefecture .search-items .search-item {
  width: calc(100%/9);
  padding: 0 3.5rem;
  margin-bottom: 15rem;
}

.prefecture .search-items .search-item .inner {
  height: 32.97rem;
  border-radius: 10rem;
  background: #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.prefecture .search-items .search-item .inner p {
  font-size: 16rem;
  line-height: 19.2rem;
}

.street {
  width: 960rem;
  margin: auto;
}

.street .street-name {
  width: 100%;
  margin: auto;
  margin-top: 50rem;
  font-size: 15rem;
  line-height: 30rem;
  text-align: center;
  background: #f2f2f2;
  color: #28b3ca;
  padding: 10rem 0;
}

.street .txt-1 {
  font-size: 16rem;
  line-height: 30rem;
  margin-top: 30rem;
}

.street .txt-2 {
  font-size: 16rem;
  line-height: 40rem;
  text-align: left;
  color: #3e3a39;
  margin-top: 20rem;
}

.street .content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30rem;
}

.street .content .c-text {
  width: 363.69rem;
}

.street .content .c-text .work-detail {
  padding: 10rem 0;
  border-top: 0.5rem solid #9fa0a0;
  border-bottom: 0.5rem solid #9fa0a0;
  margin-bottom: 15rem;
}

.street .content .c-text .work-detail .txt-3 {
  font-size: 14rem;
  letter-spacing: 0.05em;
  line-height: 30rem;
  text-align: left;
  color: #3e3a39;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.street .content .c-text .work-detail .txt-3 span {
  width: 70px;
  display: inline-block;
}

.street .content .c-text .work-detail .txt-3 span:nth-child(2) {
  width: 280rem;
}

.street .content .c-text .tel {
  font-size: 14rem;
  letter-spacing: 0.05em;
  line-height: 26rem;
}

.street .content .c-text .tel span {
  position: relative;
  padding-left: 18rem;
}

.street .content .c-text .tel span:after {
  content: "";
  width: 9.74rem;
  height: 15.58rem;
  background-image: url(../img/tel-icon.svg);
  background-size: cover;
  position: absolute;
  left: 5rem;
  top: 23%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.street .content .c-text .link {
  font-size: 14rem;
  letter-spacing: 0.05em;
  line-height: 32rem;
  text-align: left;
  color: #28b3ca;
}

.street .content .c-pic {
  width: 561.11rem;
  height: 315.91rem;
}

.street .gallery {
  width: 100%;
  margin-top: 46rem;
  margin-bottom: 80rem;
}

.street .gallery .g-guide {
  height: auto;
  border: 1rem solid #0a303e;
}

.street .gallery .g-guide ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: auto;
}

.street .gallery .g-guide ul li {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.street .gallery .g-guide ul li p {
  font-size: 16rem;
  letter-spacing: 0.05em;
  line-height: 32rem;
  text-align: center;
  color: #0a303e;
}

.street .gallery .g-guide ul li.current {
  background: #00303e;
}

.street .gallery .g-guide ul li.current p {
  color: white;
}

.street .gallery .gallery-inner {
  width: 810rem;
  margin: auto;
  margin-top: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.street .gallery .gallery-inner .pic {
  width: 620.86rem;
  height: 471.03rem;
  background: #fff;
  -webkit-box-shadow: 0rem 0rem 10rem rgba(0, 0, 0, 0.2);
          box-shadow: 0rem 0rem 10rem rgba(0, 0, 0, 0.2);
  padding: 5rem;
}

.street .gallery .gallery-inner .small-pics {
  width: 148.77rem;
}

.street .gallery .gallery-inner .small-pics .s-pic {
  width: 100%;
  margin-bottom: 22rem;
}

.permission .permission-inner {
  margin-top: 75rem;
}

.permission .txt-1 {
  font-size: 20rem;
  letter-spacing: 0.1em;
  line-height: 24rem;
  text-align: center;
  color: #28b3ca;
  margin-top: 40rem;
  font-weight: 600;
}

.permission .txt-2 {
  font-size: 16rem;
  line-height: 30rem;
  text-align: center;
  color: #3e3a39;
  margin-top: 25rem;
}

.permission .permission-about {
  width: 100%;
  background: #f7f8f8;
  padding-top: 60rem;
  padding-bottom: 30rem;
  margin-top: 65rem;
}

.permission .permission-about .txt-3 {
  font-weight: 600;
  font-size: 20rem;
  letter-spacing: 0.1em;
  line-height: 24rem;
  text-align: center;
  color: #28b3ca;
  position: relative;
}

.permission .permission-about .txt-3.icon {
  position: relative;
}

.permission .permission-about .txt-3.icon:after {
  content: "";
  width: 48rem;
  height: 34.63rem;
  background-image: url(../img/blue-dron.svg);
  background-size: cover;
  position: absolute;
  top: -80rem;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.permission .permission-about .a-item {
  width: 950rem;
  margin: auto;
  margin-top: 52rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.permission .permission-about .a-item .a-text {
  width: 569.32rem;
  font-size: 16rem;
  letter-spacing: 0.1em;
  line-height: 30rem;
  text-align: left;
  color: #3e3a39;
}

.permission .permission-about .a-item .pic {
  width: 352rem;
  height: auto;
  background: #fff;
  -webkit-box-shadow: 0rem 0rem 10rem rgba(0, 0, 0, 0.2);
          box-shadow: 0rem 0rem 10rem rgba(0, 0, 0, 0.2);
}

.permission .permission-about .a-item .pic .inner {
  padding: 4rem;
}

.permission .permission-about .flight-regular {
  margin-top: 140rem;
}

.permission .permission-about .flight-regular .txt-4 {
  width: 950rem;
  margin: 55rem auto 40rem;
  font-size: 16rem;
  letter-spacing: 0.1em;
  line-height: 30rem;
  text-align: left;
  color: #3e3a39;
}

.permission .permission-about .flight-regular .regular-content {
  width: 657.89rem;
  margin: auto;
  background: #fff;
  -webkit-box-shadow: 0rem 0rem 10rem rgba(0, 0, 0, 0.15);
          box-shadow: 0rem 0rem 10rem rgba(0, 0, 0, 0.15);
  padding: 25rem 40rem;
  margin-bottom: 25rem;
}

.permission .permission-about .flight-regular .regular-content .per-btn {
  width: 164.36rem;
  height: 41.44rem;
  margin: auto;
  border-radius: 20.72rem;
  background: #28b3ca;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.permission .permission-about .flight-regular .regular-content .per-btn P {
  font-size: 16rem;
  line-height: 19.2rem;
  text-align: center;
  color: #fff;
}

.permission .permission-about .flight-regular .regular-content .txt-5 {
  font-size: 16rem;
  letter-spacing: 0.1em;
  line-height: 30rem;
  text-align: left;
  color: #3e3a39;
  margin: 20rem 0 30rem;
}

.permission .permission-about .flight-regular .regular-content ul {
  padding-left: 20rem;
}

.permission .permission-about .flight-regular .regular-content ul li {
  font-size: 16rem;
  letter-spacing: 0.1em;
  line-height: 30rem;
  position: relative;
}

.permission .permission-about .flight-regular .regular-content ul li:after {
  content: "";
  width: 12rem;
  height: 12rem;
  background-image: url(../img/check.svg);
  background-size: 100%;
  position: absolute;
  left: -25rem;
  top: 12%;
}

.dron-colum {
  margin-top: 80rem;
}

.dron-colum .dron-items {
  width: 1010rem;
  margin: auto;
  margin-top: 100rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.dron-colum .dron-items .item {
  width: 25%;
  padding: 0 25rem;
  margin-bottom: 20rem;
}

.dron-colum .dron-items .item .pic {
  width: 100%;
}

.dron-colum .dron-items .item .p-title {
  font-size: 16rem;
  letter-spacing: 0.05em;
  line-height: 26rem;
  text-align: left;
  color: #28b3ca;
  margin: 15rem 0;
}

.dron-colum .dron-items .item .p-txt {
  overflow: hidden;
  display: block;
  height: 95rem;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 16rem;
  letter-spacing: 0.1em;
  line-height: 30rem;
  text-align: left;
  color: #3e3a39;
}

.dron-colum .pagination {
  width: 950rem;
  margin: auto;
  margin-top: 40rem;
  padding-bottom: 16rem;
  border-bottom: 1rem solid #9fa0a0;
  margin-bottom: 80rem;
}

.dron-colum .pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dron-colum .pagination ul li {
  font-size: 16rem;
  line-height: 30rem;
  text-align: center;
  color: #3e3a39;
  padding: 0 10rem;
}

.dron-colum .pagination ul li.prev {
  position: relative;
}

.dron-colum .pagination ul li.prev:after {
  content: "\f0d9";
  font-family: FontAwesome;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  font-size: 20rem;
}

.dron-colum .pagination ul li.next {
  position: relative;
}

.dron-colum .pagination ul li.next:after {
  content: "\f0da";
  font-family: FontAwesome;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  font-size: 20rem;
}

.colum-detail {
  margin-top: 29rem;
  margin-bottom: 60rem;
}

.colum-detail .detail-title {
  width: 950rem;
  margin: auto;
  font-size: 30rem;
  line-height: 36rem;
  padding-left: 157rem;
  position: relative;
}

.colum-detail .detail-title:after {
  content: "";
  width: 70rem;
  height: 25.88rem;
  background: #00303e;
  position: absolute;
  left: 80rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.colum-detail .pic {
  width: 548.87rem;
  margin: auto;
  margin-top: 60rem;
  height: auto;
  padding: 8rem;
  background: #fff;
  -webkit-box-shadow: 0rem 0rem 10rem rgba(0, 0, 0, 0.2);
          box-shadow: 0rem 0rem 10rem rgba(0, 0, 0, 0.2);
}

.colum-detail .content {
  width: 960rem;
  margin: auto;
  margin-top: 56rem;
}

.colum-detail .content .title {
  font-size: 20rem;
  letter-spacing: 0.05em;
  line-height: 26rem;
  text-align: left;
  color: #28b3ca;
  padding-bottom: 12rem;
  border-bottom: 1rem solid #9fa0a0;
}

.colum-detail .content .txt {
  font-size: 16rem;
  letter-spacing: 0.1em;
  line-height: 30rem;
  text-align: left;
  color: #0a303e;
  margin-top: 12rem;
}

.colum-detail .pics {
  width: 820rem;
  margin: auto;
  margin-top: 60rem;
  margin-bottom: 70rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.colum-detail .pics .pic {
  width: 352rem;
  background: #fff;
  -webkit-box-shadow: 0rem 0rem 10rem rgba(0, 0, 0, 0.2);
          box-shadow: 0rem 0rem 10rem rgba(0, 0, 0, 0.2);
  padding: 5rem;
}

.colum-detail .return-list {
  text-align: center;
}

.colum-detail .return-list p {
  font-size: 16rem;
  line-height: 30rem;
  text-align: center;
  color: #3e3a39;
  display: inline-block;
  position: relative;
}

.colum-detail .return-list p:after {
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 20rem;
  position: absolute;
  right: -15rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.link {
  margin-top: 80rem;
}

.link .dron-permission {
  margin-top: 43rem;
}

.link .dron-permission .title {
  font-size: 20rem;
  letter-spacing: 0.1em;
  line-height: 24rem;
  text-align: center;
  color: #28b3ca;
}

.link .dron-permission .txt-1 {
  font-size: 16rem;
  line-height: 30rem;
  text-align: center;
  color: #3e3a39;
  margin: 27rem  0 30rem;
}

.link .dron-permission .h-link {
  color: #28b3ca;
  text-decoration: underline;
}

.link .dron-permission .site {
  width: 350rem;
  margin: auto;
  margin-top: 32rem;
}

.link .dron-permission .site ul li {
  font-size: 16rem;
  letter-spacing: 0.05em;
  line-height: 30rem;
  position: relative;
}

.link .dron-permission .site ul li:after {
  content: "";
  width: 12rem;
  height: 12rem;
  background-image: url(../img/check.svg);
  position: absolute;
  background-size: 100%;
  top: 50%;
  left: -20rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.link .wrapper {
  margin-top: 80rem;
  background: #f7f8f8;
  padding-top: 60rem;
  padding-bottom: 70rem;
}

.link .wrapper .title {
  font-size: 20rem;
  letter-spacing: 0.1em;
  line-height: 24rem;
  text-align: center;
  color: #28b3ca;
}

.link .wrapper .txt-1 {
  width: 960rem;
  margin: 63rem auto 55rem;
  font-size: 16rem;
  letter-spacing: 0.05em;
  line-height: 30rem;
  text-align: left;
  color: #3e3a39;
  padding-bottom: 20rem;
  border-bottom: 1rem solid #9fa3a6;
}

.link .wrapper .txt-1 span {
  color: #28b3ca;
}

.link .wrapper .item {
  width: 820rem;
  height: auto;
  background: #fff;
  -webkit-box-shadow: 0rem 0rem 10rem rgba(0, 0, 0, 0.15);
          box-shadow: 0rem 0rem 10rem rgba(0, 0, 0, 0.15);
  margin: auto;
  margin-top: 30rem;
  padding: 20rem;
}

.link .wrapper .item .i-title {
  font-size: 16rem;
  letter-spacing: 0.05em;
  line-height: 30rem;
  text-align: left;
  color: #28b3ca;
}

.link .wrapper .item .link-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.link .wrapper .item .link-content .tag-link {
  width: 425.39rem;
  font-size: 14rem;
  letter-spacing: 0.03em;
  line-height: 24rem;
  text-align: left;
  color: #3e3a39;
}

.link .wrapper .item .link-content .pic {
  width: 300rem;
}

.link .wrapper .item .link-content .pic-2 {
  width: 150rem;
  margin: 0 80rem;
}

.qa-wrapper {
  width: 960rem;
  margin: auto;
  margin-top: 74rem;
  margin-bottom: 80rem;
}

.qa-wrapper .item {
  margin-bottom: 50rem;
}

.qa-wrapper .item .q-txt {
  height: 62.79rem;
  background: #f7f8f8;
  padding: 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.qa-wrapper .item .q-txt .icon {
  width: 27.96rem;
  height: 27.96rem;
  margin-right: 15rem;
}

.qa-wrapper .item .q-txt .txt {
  font-size: 20rem;
  letter-spacing: 0.05em;
  line-height: 24rem;
  text-align: left;
  color: #28b3ca;
}

.qa-wrapper .item .a-txt {
  font-size: 16rem;
  letter-spacing: 0.1em;
  line-height: 30rem;
  text-align: left;
  color: #3e3a39;
  margin-top: 20rem;
}

.about .title {
  font-size: 30rem;
  letter-spacing: 0.2em;
  line-height: 36rem;
  text-align: center;
  margin-top: 75rem;
}

.about .content {
  width: 655.63rem;
  margin: auto;
  margin-top: 130rem;
  margin-bottom: 130rem;
}

.about .content table {
  border-collapse: collapse;
  width: 100%;
}

.about .content table tr {
  border-bottom: 0.5rem solid #9fa0a0;
}

.about .content table tr th {
  width: 170rem;
  padding-left: 10rem;
  font-size: 16rem;
  letter-spacing: 0.05em;
  line-height: 25rem;
  text-align: left;
}

.about .content table tr td {
  font-size: 16rem;
  line-height: 25rem;
  text-align: left;
  color: #3E3A39;
  padding: 10rem 0;
}

.about .content table tr td .mark {
  width: 217.07rem;
  height: 34.38rem;
}

.about .content table tr .gap {
  color: #28b3ca;
  text-decoration: underline;
}

.prefecture .search-items ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.prefecture .search-items ul li {
  width: calc(100%/9);
  height: 32.97rem;
  border-radius: 10rem;
  background: #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 3.5rem;
  margin-bottom: 15rem;
}

.prefecture .search-items ul li a {
  font-size: 10rem;
  line-height: 19.2rem;
  color: #0a303e;
}

.code_2 {
  color: #2b2e38;
  display: block;
  font-size: 12rem;
}

.code {
  color: orangered;
  display: block;
  font-size: 14rem;
  text-align: center;
  margin-top: 20px;
}

.entry {
  padding-bottom: 100px;
}

.entry .trouble-txt {
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #3e3a39;
  margin-top: 140px;
}

.entry .frontview {
  width: 1280px;
  margin: auto;
  margin-top: 20px;
}

.entry .feature {
  width: 960px;
  margin: auto;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.entry .feature .item {
  width: 33.33333%;
}

.entry .register-area {
  margin-top: 120px;
}

.entry .register-area .register-txt {
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #3e3a39;
  font-weight: bold;
}

.entry .register-area .reg-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.entry .register-area .reg-img .r-img {
  width: 203px;
  height: 50px;
  margin-right: 15px;
}

.entry .register-area .reg-img .r-txt {
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  text-align: left;
  color: #0a303e;
}

.entry .entry-btn {
  width: 376.78px;
  height: auto;
  margin: auto;
  margin-top: 60px;
}

.entry .entry-bar-1 {
  width: 1280px;
  margin: auto;
  margin-top: 160px;
}

.entry .entry-price {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.entry .entry-price .item {
  width: 411px;
  margin: 0 20px;
}

.entry .entry-price .item .pic {
  width: 252px;
  margin: auto;
}

.entry .entry-price .item .txt {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #3e3a39;
  margin-top: 20px;
}

.entry .bar-txt {
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #3e3a39;
  margin: 40px 0 50px;
}

.entry .info-area {
  width: 100%;
  background: #efefef;
  padding: 30px 0 1px;
}

.entry .info-area .pic {
  width: 960px;
  margin: auto;
  margin-bottom: 30px;
}

.entry .register-flow {
  background: #f7f8f8;
  padding: 67px 0;
  margin-top: 90px;
}

.entry .register-flow .title {
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #0a303e;
}

.entry .register-flow .flow-step {
  width: 685px;
  margin: auto;
  margin-top: 60px;
}

.entry .register-flow .flow-step .step {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.entry .register-flow .flow-step .step .pic {
  width: 368.32px;
}

.entry .register-flow .flow-step .step .c-txt {
  width: 280px;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  color: #3e3a39;
}

.box_srcollbarkyk {
  font-size: 12px;
  line-height: 22px;
}

.howbox {
  font-size: 15px;
  line-height: 25px;
}

.back_color1 {
  padding: 5rem 15rem;
  margin: 5em auto;
  max-width: 820rem;
}

.back_color1_margin {
  margin-top: 60rem;
}

#shop .review > input[type="checkbox"].on-off + form {
  border: none;
  height: auto;
  opacity: 1;
  padding: 0;
  -webkit-transition: .5s;
  transition: .5s;
  visibility: visible;
}

.street .gallery .g-guide ul li a {
  width: 100%;
}

#shop .review_dtl div.star-area {
  max-width: 100px;
  height: 50px;
  margin: auto;
  border: 0;
  padding: 0;
}

#shop .review_dtl div.star-area img {
  -o-object-fit: contain;
     object-fit: contain;
}

#shop .review {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#shop .review.visible {
  opacity: 1;
  visibility: visible;
  position: relative;
}

#shop .review_dtl {
  opacity: 1;
  visibility: visible;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#shop .review_dtl.disible {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}

@media screen and (max-width: 1280px) {
  .entry .frontview {
    width: 100%;
  }
  .entry .entry-bar-1 {
    width: 100%;
  }
}

@media screen and (max-width: 1010px) {
  .dron-colum .dron-items {
    width: 100%;
  }
  .dron-colum .pagination {
    width: 95%;
  }
}

@media screen and (max-width: 950px) {

.top_midasi{
    background: white;
    margin: -6px 18px;
    margin-top: -6px;
    margin-bottom: -28px;
    height: 50px;
    color: black;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
  header {
    width: 100%;
  }
  .top .area-items {
    width: 98%;
  }
  .top .free-load .pic {
    width: 50%;
    height: auto;
  }
  .news-pics {
    width: 100%;
  }
  footer .footer-bar .logo {
    width: 100%;
  }
  .news-pics .pic {
    width: 30%;
    height: auto;
  }
  .top .app-flow .flow-items .item {
    width: 20%;
  }
  .top .app-flow .flow-items .item .pic {
    width: 95%;
    height: auto;
    margin: auto;
  }
  .top .pickup-items {
    width: 100%;
  }
  html {
    font-size: 0.9px;
  }
  top .news .new-wrapper {
    width: 98%;
  }
  .top .dron_content .item {
    width: 50%;
    margin: 0 10rem;
  }
  .top .dron_content .item .pic {
    width: 100%;
    height: auto;
  }
  .top .news .new-wrapper {
    width: 98%;
  }
  footer .footer-links .inner {
    width: 98%;
  }
  .prefecture .name {
    width: 75%;
  }
  .street {
    width: 95%;
  }
  .permission .permission-about .a-item {
    width: 98%;
  }
  .permission .permission-about .flight-regular .txt-4 {
    width: 95%;
  }
  .colum-detail .content {
    width: 98%;
  }
  .colum-detail .detail-title {
    width: 100%;
    padding-left: 176rem;
  }
  .link .wrapper .txt-1 {
    width: 95%;
  }
  .qa-wrapper {
    width: 95%;
  }
  .entry .feature {
    width: 98%;
  }
  .entry .info-area .pic {
    width: 95%;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 0.266666666vw;
  }
  .pc {
    display: none !important;
  }
  .pc-block {
    display: none !important;
  }
  .sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .sp-menu {
    width: 30rem;
    height: 20rem;
    position: relative;
  }
  .sp-menu span {
    width: 100%;
    height: 0;
    border-bottom: 3rem solid #0a303e;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sp-menu span + span {
    top: 10rem;
  }
  .sp-menu span + span + span {
    top: 20rem;
  }
  header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news-pics .pic-other {
    width: 39%;
    height: auto;
  }
  .header-bar {
    text-align: center;
    padding: 5rem 30rem 5rem 30rem;
  }
  .top .area-items table tr {
    display: -ms-grid;
    display: grid;
  }
  .top .area-items table {
    width: 340rem;
    margin: auto;
  }
  .top .area-items table tr th {
    width: 100%;
    margin-bottom: 5rem;
    position: relative;
  }
  .top .area-items table tr th:after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 16rem;
    position: absolute;
    right: 20rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .top .area-items table tr td {
    width: 100%;
  }
  .top .area-items {
    width: 100%;
  }
  .top .area-items table tr td ul li {
    width: 48%;
    font-size: 16rem;
    line-height: 19.2rem;
    text-align: center;
    padding: 7rem 4rem;
    border-radius: 10rem;
    background: #efefef;
    margin-left: 0;
    margin: 5rem 0;
  }
  .top .area-items table tr td {
    padding-left: 0;
    display: none;
  }
  .top .area-items table tr td ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top .free-load {
    margin-top: 60rem;
    display: block;
  }
  .top .pickup-items .item {
    width: 50%;
  }
  .top .free-load .pic {
    width: 100%;
    margin: auto;
  }
  .top .app-flow .flow-items {
    display: block;
  }
  .top .app-flow {
    height: auto;
    padding: 30rem 0;
  }
  .top .app-flow .flow-items .item {
    width: 300rem;
  }
  .top .app-flow .flow-items .icon {
    margin: auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .top .dron_content {
    display: block;
  }
  .top .dron_content .item {
    width: 340rem;
    margin: auto;
    margin-bottom: 40rem;
  }
  .top .news .new-wrapper table tr {
    display: -ms-grid;
    display: grid;
  }
  .top .news .new-wrapper {
    width: 340rem;
  }
  .top .news .new-wrapper table tr td:first-child {
    width: 100%;
    padding-bottom: 0;
  }

  .news-pics .pic {
    width: 49%;
    height: auto;
    display: inline-block;
  }
  .news-pics .pic-other {
    width: 100%;
  }
  footer .footer-links .inner {
    width: 340rem;
    display: block;
  }
  footer .footer-links .inner .search {
    width: 100%;
    margin-top: 30rem;
  }
  footer .footer-links .inner .pickup .links ul li {
    padding: 2rem 6rem;
  }
  footer .footer-bar {
    height: auto;
    padding: 20rem 0;
  }
  footer .footer-bar .logo {
    display: block;
  }
  footer .footer-bar .logo .icon {
    margin: auto;
  }
  footer .footer-bar .logo .txt {
    text-align: center;
    margin-bottom: 12rem;
  }
  footer .footer-bar .logo {
    width: 340rem;
  }
  footer .footer-bar .links {
    width: 340rem;
    margin: auto;
    margin-top: 20rem;
  }
  footer .footer-bar .links ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footer-bar .links ul li {
    font-size: 12rem;
    line-height: 24rem;
    text-align: center;
    color: #b5b5b6;
    padding: 0 10rem;
    border-right: 0;
  }
  .fv {
    width: 100%;
    height: 222rem;
  }
  .fv img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20rem;
  }
  .page-title .txt {
    font-size: 26rem;
  }
  .top .dron_txt {
    text-align: left;
    width: 340rem;
    margin: auto;
    margin-top: 50rem;
  }
  .menu-pan {
    width: 270rem;
    height: 100vh;
    background: white;
    position: fixed;
    right: -280rem;
    top: 0;
    z-index: 10;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .menu-pan ul {
    margin-top: 30rem;
    margin-left: 20rem;
  }
  .menu-pan ul li {
    font-size: 16rem;
    margin-bottom: 20rem;
  }
  .menu-pan ul li a {
    color: #00303e;
  }
  .menu-pan ul li .login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu-pan ul li .login .icon {
    width: 18.91rem;
    height: 26.38rem;
    margin-right: 10rem;
  }
  .menu-pan ul li .gform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu-pan ul li .gform .icon {
    width: 18.91rem;
    height: 26.38rem;
    margin-right: 10rem;
  }
  .menu-pan ul li .register {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu-pan ul li .register .icon {
    width: 16.91rem;
    height: 26.07rem;
    margin-right: 10rem;
  }
  .overlay {
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .menu-pan.open {
    right: 0;
  }
  .overlay.open {
    opacity: 0.5;
    visibility: visible;
  }
  .prefecture .item {
    width: 340rem;
    height: auto;
    padding: 16rem;
  }
  .prefecture .s-items {
    width: 340rem;
    display: block;
  }
  .prefecture .search-area {
    width: 340rem;
  }
  .prefecture .item .content {
    display: block;
  }
  .prefecture .item .content .contact-text {
    width: 100%;
  }
  .prefecture .item .content .pic {
    width: 100%;
    height: auto;
    margin-bottom: 10rem;
  }
  .prefecture .search-items .search-item {
    width: 50%;
  }
  .breadcrumb {
    margin: 30rem 0 0 15rem;
  }
  .prefecture .name {
    width: 197rem;
  }
  .street .gallery .gallery-inner {
    width: 340rem;
    display: block;
    margin-top: 21rem;
  }
  .street .content {
    display: block;
  }
  .street {
    width: 340rem;
  }
  .street .content .c-text {
    width: 100%;
    margin-bottom: 20rem;
  }
  .street .content .c-pic {
    width: 100%;
    height: auto;
  }
  .street .content .c-pic img {
    height: auto;
  }
  .street .gallery .gallery-inner .pic {
    width: 100%;
    height: auto;
  }
  .street .gallery .gallery-inner .small-pics {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .street .gallery .gallery-inner .small-pics .s-pic {
    width: 32%;
    margin-top: 15rem;
    margin-bottom: 22rem;
  }
  .street .gallery .g-guide ul li {
    width: 50%;
    border: 1rem solid #0a303e;
  }
  .street .gallery .g-guide {
    height: auto;
    border: 0;
  }
  .border-b {
    border-bottom: 0 !important;
  }
  .border-r {
    border-right: 0 !important;
  }
  .permission .permission-about .flight-regular .regular-content {
    width: 345rem;
    padding: 25rem 20rem;
  }
  .permission .permission-about .a-item {
    width: 340rem;
    display: block;
  }
  .permission .permission-inner {
    width: 340rem;
    margin: auto;
    margin-top: 50rem;
  }
  .permission .txt-2 {
    text-align: justify;
  }
  .permission .permission-about .a-item .a-text {
    width: 100%;
  }
  .permission .permission-about .a-item .pic {
    margin-top: 20rem;
  }
  .dron-colum .dron-items .item {
    width: 100%;
  }
  .colum-detail .pics {
    width: 340rem;
    display: block;
  }
  .colum-detail .pics .pic {
    width: 100%;
  }
  .colum-detail .content {
    width: 340rem;
  }
  .colum-detail .pic {
    width: 100%;
  }
  .colum-detail .detail-title {
    width: 100%;
    padding-left: 70rem;
  }
  .colum-detail .detail-title:after {
    left: 7rem;
    top: 25%;
  }
  .link .wrapper .item {
    width: 340rem;
  }
  .link .wrapper .item .link-content {
    display: block;
  }
  .link .wrapper .item .link-content .tag-link {
    width: 100%;
    word-break: break-all;
    margin-bottom: 20rem;
  }
  .link .dron-permission .title {
    font-size: 18rem;
  }
  .link .dron-permission .txt-1 {
    width: 340rem;
    margin: auto;
    margin-top: 20rem;
    text-align: justify;
  }
  .link .dron-permission .site {
    width: 321rem;
  }
  .qa-wrapper .item .q-txt {
    height: auto;
  }
  .qa-wrapper {
    width: 340rem;
  }
  .qa-wrapper .item .q-txt .txt {
    width: 86%;
  }
  .about .content {
    width: 340rem;
  }
  .about .content table tr {
    display: -ms-grid;
    display: grid;
  }
  .about .content table tr th {
    padding-left: 0;
    padding-top: 10rem;
  }
  .entry .trouble-txt {
    font-size: 20rem;
    line-height: 35rem;
    margin-top: 60rem;
  }
  .entry .frontview {
    margin-top: 20rem;
  }
  .entry .register-area .register-txt {
    font-size: 20rem;
    line-height: 36rem;
  }
  .entry .register-area .reg-img .r-txt {
    font-size: 26rem;
    line-height: 30rem;
  }
  .entry .register-area .reg-img .r-img {
    width: 137rem;
    height: auto;
    margin-right: 10rem;
  }
  .entry .entry-btn {
    width: 277rem;
    margin-top: 40rem;
  }
  .entry .entry-price {
    margin-top: 30rem;
    display: block;
  }
  .entry .entry-price .item {
    width: 80%;
    margin: auto;
    margin-bottom: 20rem;
  }
  .entry .entry-price .item .pic {
    width: 56%;
  }
  .entry .entry-price .item .txt {
    font-size: 14rem;
    line-height: 24rem;
    text-align: left;
    margin-top: 17rem;
  }
  .entry .bar-txt {
    font-size: 14rem;
    line-height: 25rem;
    text-align: left;
    width: 90%;
    margin: auto;
    color: #3e3a39;
    margin: 40rem auto 50rem;
  }
  .entry .register-flow .flow-step {
    width: 98%;
    margin: auto;
    margin-top: 30rem;
  }
  .entry .register-flow .flow-step .step .pic {
    width: 46%;
  }
  .entry .register-flow .flow-step .step .c-txt {
    width: 52%;
    font-size: 14rem;
    line-height: 25rem;
  }
  .entry .register-flow .flow-step .step {
    margin-bottom: 40rem;
  }
  .entry .entry-bar-1 {
    margin-top: 60rem;
  }
  .entry .register-area {
    margin-top: 60rem;
  }
  .entry {
    padding-bottom: 60rem;
  }
  .prefecture .item .content .contact-text .tel .t-gap {
    display: block;
    padding: 0;
    font-size: 14rem;
    line-height: 2;
  }
  .prefecture .item .content .contact-text .tel .t-gap:after {
    content: unset;
  }
  .prefecture .search-items ul li {
    width: calc(100%/5);
    margin: 0 8.5rem;
    margin-bottom: 15rem;
  }
  .street .content .c-text .work-detail .txt-3 span:nth-child(2) {
    width: 267rem;
  }
  .back_color1 {
    background: #f2f2f2;
    padding: 5rem 15rem;
    margin: 10rem auto 5rem auto;
  }

  .back_color1_margin {
    margin-top: 0rem;
  }

  #shop .review_dtl div.star-area {
    width: 44%;
  }
  .news-pics .pic img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .news-pics .pic-other img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 45%;
  }
  #shop .photo .main_img img {
    height: auto;
  }
  #pager a {
    background: #fff;
    color: #000;
    margin-right: 4px;
    padding: 5px 7px;
  }
  #pager a {
    font-size: 15rem;
  }
}
.adsense {
  margin: 100px auto;
  text-align: center;
  max-width: 600px;
}
.company_p {
  font-size: 16rem;
  line-height: 25rem;
}
.tel_box {
  font-size: 2em;
  margin-left: 1em;
}


@media screen and (max-width: 950px) {
  .news_box_div1_p {
    margin: 0em auto !important;
    padding: 0.3em 0em !important;
  }
  .news_box_div1_p2 {
    padding: 0em 0em !important;
  }
}

.news_box_div1 {
  padding: 20rem;
}

.news_box_div1_p {
  width: 100% !important;
  display: block !important;
  margin: 1em auto;
  font-size: 14rem !important;
  font-weight: bold !important;
  line-height: 1.5em !important;
}

.news_box_div1_p2 {
  width: 100% !important;
  display: block !important;
  font-size: 14rem !important;
  line-height: 1.5em !important;
}

.search_info_box {
  background: #f2f2f2;
  margin: 20rem auto;
  padding: 20rem 0rem;
}
.h2dai {
  font-size: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 950px) {

}
/*# sourceMappingURL=style.css.map */
