.parking_comp_img {
    top: 0;
    width: 100%;
    height: 20vw;
    margin-top: 7rem;
    object-fit: cover;
    object-position: 100% 37%;
  }
  
  .comp_v_img {
    position: relative;
  }
  
  .page_name {
    position: absolute;
    width: 100%;
    left: 0;
    top: calc(50% - 50px);
    text-align: center;
    font-size: 2.9em;
  }
  
  .page_name p {
    margin: 2rem auto;
    color: #fff;
  }
  
  .page_name_ja {
    letter-spacing: 3px;
  }
  
  .page_name_eng {
    letter-spacing: 5px;
  }
  
  .parking_guid {
    width: 80%;
    margin: 0 auto;
    margin-top: 20vh;
  }
  
  .guide {
    display: flex;
    margin: 0 auto;
    width: 70%;
  }
  
  .parking_content {
    width: 45%;
    max-height: 47rem;
    /* margin: 0 auto; */
    text-align: center;
  }

  .parking_map {
    width: 100%;
    /* margin-left: 5rem; */
    text-align: center;
  }
  
  .parking_content img,
  .parking_map img {
    width: 80%;
    max-height: 60rem;
    object-fit: cover;
  }
  
  .parking_map img {
    object-fit: contain;
  }

  .parking_content p {
    margin-left: 2rem;
  }
  
  .apperance {
    text-align: center;
  }
  .apperance img {
    width: 70%;
    height: 60rem;
    margin-bottom: 2rem;
    object-fit: cover;
  }
  
  .head_name {
    font-size: 1.8em;
    border-bottom: 2px solid #031A63;
    margin-bottom: 2rem;
    margin-left: 1.8vw;
  }
  
  .head_1 {
    width: 7.2rem;
    margin-left: 15%;
  }
  
  .head_2 {
    margin-left: 15%;
    width: 21.6rem;
  }
  
  .cont {
    display: flex;
    font-size: 1.5rem;
  }
  
  iframe {
    width: 100%;
    height: 45rem;
  }
  .out_line {
    border: silver 1px solid;
  }
  
  /* マテリアルアイコン */
  
  .material-icons {
    font-size: 35px;
    line-height: 2 !important;
    margin-right: 5px;
  }
  
  .icon_1, .icon_3 {
    color: rgb(60, 112, 255);
  }
  
  .icon_2 {
    color: rgb(255, 180, 41);
  }
  
  
  /* バックボタン */
  
  .back_page {
    margin-left: 16%;
    margin-top: 5rem;
  }
  
  .notice_page_back {
    width: 5vh;
    height: 3vh;
    margin-top: 17px;
  }
  
  .arrow_fom_link {
    position: relative;
    font-size: 12px;
  }
  
  .arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-top: solid 25px #031A63;
    border-right: solid 25px #031A63;
    transform: rotate(225deg)skew(155deg, 155deg);
  }
  
  .arrow_transpa {
    position: absolute;
    left: 0px;
    width: 0;
    height: 0;
    border-top: solid 25px white;
    border-right: solid 25px white;
    transform: rotate(135deg)skew(160deg, 160deg);
    z-index: 9;
  }
  
  .arrow_transpa_square {
    position: absolute;
    left: 9px;
    width: 30px;
    height: 20px;
    background-color: white;
    z-index: 99;
  }
  
  .arrow_line {
    position: absolute;
    width: 7rem;
    top: 11px;
    border: #031A63 solid 1px;
    z-index: 999;
  }
  
  .arrow_code {
    position: absolute;
    top: 3px;
    left: 24px;
    color: #031A63;
    background-color: white;
    z-index: 9999;
  }

  
  @-moz-document url-prefix() {
	  .back_page {
		  margin-top: 4%;
	  }

    .arrow {
        top: 0;
    }

    .arrow_transpa{
        top: 0;
    }

    .arrow_transpa_square{
        top:0;
    }
  }
  
  #top_footer {
    margin-top: 4rem;
  }
  
  @media screen and (max-width:990px) {
    .body {
      width: 100%;
      margin: 0 auto;
    }
    .parking_comp_img {
      margin-top: 4rem;
    }
    .page_name {
      top: calc(50% - 35px);
    }
    .page_name p {
      margin: 0.5rem auto;
    }
    .heading_name {
      width: 50%;
    }
    .parking_info {
      display: block !important;
    }
    .parking_content {
      width: 100%;
      margin-bottom: 2rem;
    }

    .head_1, .head_2 {
      margin-left: 0;
    }

    .guide {
      display: block;
      width: 100%;
    }
    .parking_content img {
      width: 68%;
      min-height: auto;
      object-fit: cover;
    }
    .parking_content p {
      margin-left: 0;
    }

    .honsya {
      object-fit: none;
    }

    .apperance img {
      width: 100%;
      height: 50rem;
      object-fit: cover;
      object-position: center;
    }
    .map_view {
      width: 100%;
    }
    iframe {
      width: 100%;
      height: 32rem;
    }
    .cont {
      width: 100%;
      font-size: 1.3rem;
    }
    .cont p {
      margin-top: 1.5rem;
      margin-bottom: 0;
    }
    .des_parking p {
      margin-top: 0.7em;
      margin-bottom: 0;
    }
    .ofice_2 {
      text-align: center;
      margin-top: 5rem;
    }

    .parking_map img {
      width: 85%;
      object-fit: cover;
    }

    .iframe_2 {
      height: 100%;
    }
    .back_page {
      margin-left: 3%;
      margin-top: 3rem;
    }
    @media screen and (max-width:480px) {
      .heading {
        margin-bottom: 3rem;
      }
      .head_name {
        margin-top: 3rem;
      }
      .material-icons {
        font-size: 20px;
      }
    }
  }