img {
  vertical-align: bottom;
  width: 100%;
}

/*==================================
access
==================================*/
#access {
  background: url(../images/sec2_bg.jpg);
  padding: 0vw 0 10vw 0;
  margin: -30px 0 0 0;
}

/*==================================
access_sec
==================================*/
.access_sec_onsen {
  position: relative;
}

.access_sec_room,
.access_sec_meal {
  position: relative;
  margin: 12vw 0 0 0;
}

#access .bg_red {
  position: absolute;
  right: 0;
  background-color: #b0cbc5;
  top: 5vw;
  width: 85vw;
  height: 26vw;
  opacity: 0.5;
}
#access .access_layout_body {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 2vw 6vw 0px 17.6vw;
  z-index: 1;
}
#access .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#access .google_map {
  width: 100%;
  position: relative;
  padding-top: 65%;
}
#access .route {
  max-width: 1200px;
  width: 80%;
  margin: 0 auto;
  padding: 5vw 0 5vw 0;
}
#access .route dl {
  text-align: center;
  padding: 10vw 0 10vw 0;
  border-top: 1px solid #bac8c5;
}
#access .route dl dt {
  margin-bottom: 5%;
}
#access .route dt span {
  font-size: 18px;
  display: block;
  padding-top: 2.5%;
  line-height: 160%;
}
#access .route article:last-of-type dl {
  padding-bottom: 0;
}

@media screen and (max-width: 750px) {
  #access {
    margin-top: 62%;
    padding: 2% 0 8vh 0;
  }
  #access .p-media-content__body__flex {
    position: relative;
    top: -5vh;
    padding: 0 5%;
  }
  #access .access_tel {
    display: inline-block;
    color: #FFF;
    font-size: 2.2rem;
    background: #ba2440;
    padding: 12px 8% 10px 12%;
    text-decoration: none;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s;
    line-height: 1;
    background-image: url(../images/icon_fixed_tel.png);
    background-position: 9% center;
    background-repeat: no-repeat;
    background-size: 9%;
  }
  #access .access_tel span {
    display: none;
  }
  #access .route dl dt {
    margin-bottom: 5%;
  }
  #access .route dt span {
    font-size: 14px;
    display: block;
    padding-top: 2.5%;
    line-height: 160%;
  }
  #access .route dt span.scroll {
    font-size: 11px;
  }
  #access .route dd {
    overflow-x: scroll;
    padding: 0;
  }
  #access .route dd div {
    width: 130%;
    display: block;
  }
  #access .bg_red {
    height: 46vw;
  }
  #access .p-media-content__thumbnail {
    width: 100vw;
    height: 40vh;
  }
  #access .access_layout_body {
    margin: 2vh 0 6vh;
  }
  #access .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #access .google_map {
    width: 100%;
    position: relative;
    padding-top: 65%;
  }
  #access .route {
    width: 92%;
  }
  #access .route dl {
    text-align: center;
    padding: 10vw 0 10vw 0;
    border-top: 1px solid #bac8c5;
  }
  #access .route dl dt {
    margin-bottom: 5%;
  }
  #access .route dt span {
    display: block;
    padding-top: 2.5%;
    line-height: 160%;
  }
  #access .route article:last-of-type dl {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 375px) {
  #access {
    margin-top: 24vh;
    padding: 5vh 0 10vh 0;
  }
  #access .p-media-content__body__flex {
    padding: 0 5%;
  }
  #access .access_tel {
    display: inline-block;
    color: #FFF;
    font-size: 2.2rem;
    background: #ba2440;
    padding: 12px 8% 10px 12%;
    text-decoration: none;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s;
    line-height: 1;
    background-image: url(../images/icon_fixed_tel.png);
    background-position: 9% center;
    background-repeat: no-repeat;
    background-size: 9%;
  }
  #access .access_tel span {
    display: none;
  }
  #access .route dl dt {
    margin-bottom: 5%;
  }
  #access .route dt span {
    font-size: 14px;
    display: block;
    padding-top: 2.5%;
    line-height: 160%;
  }
  #access .route dt span.scroll {
    font-size: 11px;
  }
  #access .route dd {
    overflow-x: scroll;
    padding: 0;
  }
  #access .route dd div {
    width: 130%;
    display: block;
  }
  #access .bg_red {
    height: 46vw;
  }
  #access .access_layout_body {
    margin: 3vh auto;
    top: 3vh;
  }
  #access .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #access .google_map {
    width: 100%;
    position: relative;
    padding-top: 65%;
  }
  #access .route {
    width: 92%;
  }
  #access .route dl {
    text-align: center;
    padding: 10vw 0 10vw 0;
    border-top: 1px solid #bac8c5;
  }
  #access .route dl dt {
    margin-bottom: 5%;
  }
  #access .route dt span {
    display: block;
    padding-top: 2.5%;
    line-height: 160%;
  }
  #access .route article:last-of-type dl {
    padding-bottom: 0;
  }
}