/* PCの場合 */
.pc	{ display:inline!important; }
.mb	{ display:none!important; }

@media screen and (max-width: 768px) {
  /* タブレット、スマホの場合 */
  .pc	{ display:none!important; }
  .mb { display:inline!important; }
}

.button01 {
  background-color: #fff;
  border: solid 2px #191970;
  color: #191970;
  border-radius: 20px;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 1em;
  box-shadow: 0 5px 0 #191970;
  display: inline-block;
  transition: .3s;
}
.button01:hover {
  color: #191970;
  transform: translateY(5px);
  box-shadow: 0 0 0 #191970;
}

.lp-container{
    position:relative;
    display:inline-block;
    width:100%;
}

.lp-container img{
    width:100%;
    height:auto;
    display:block;
}

.lp-container a{
    position:absolute;
    display:block;
    z-index:10;
    background:transparent;
    cursor:pointer;
}

/* 車 */
.hs1{left:3.40%;top:25.11%;width:16.99%;height:6.70%;}
.hs2{left:22.26%;top:25.09%;width:16.78%;height:6.78%;}
.hs3{left:40.64%;top:25.11%;width:16.92%;height:6.74%;}
.hs4{left:59.50%;top:25.07%;width:17.13%;height:6.74%;}
.hs5{left:78.09%;top:25.07%;width:16.78%;height:6.76%;}

/* 下部リンク */
.hs6{left:23.16%;top:64.87%;width:54.85%;height:1.08%;}
.hs7{left:23.02%;top:69.17%;width:54.85%;height:1.14%;}
.hs8{left:19.56%;top:96.56%;width:59.02%;height:2.54%;}

/* デバッグ用（完成後は削除） */
.lp-container a:hover{
    background:rgba(255,0,0,.2);
}

/* このLPだけに適用 */
.yajima-lp{
    width:100%;
    margin:0;
    padding:0;
}

.yajima-lp .lp-container{
    position:relative;
    width:100%;
    margin:0;
}

.yajima-lp .lp-container img{
    display:block;
    width:100%;
    height:auto;
}

.yajima-lp .lp-container a{
    position:absolute;
    display:block;
    z-index:10;
    background:transparent;
    cursor:pointer;
}

/* アプリDL */
.yajima-lp .hs1{
    left:0.42%;
    top:68.64%;
    width:99.51%;
    height:2.32%;
}

/* Googleマップ */
.yajima-lp .hs2{
    left:58.25%;
    top:85.19%;
    width:39.81%;
    height:3.56%;
}

/* デバッグ用（位置確認後は削除） */
/*
.yajima-lp .lp-container a:hover{
    background:rgba(255,0,0,.2);
}
*/
/*以下から追加分 */