@charset "UTF-8";

#map_sp + section {
  display: none;
}
#access_sp + div {
  display: none;
}
#access_sp1 + div {
  display: none;
}
#map_pc + section .map {
  width: 100%;
  height: 20vw;
  min-height: 300px;
  max-height: 450px;
  position: relative;
}
#map_pc + section .map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 800px){
#map_pc + section .map iframe {
  max-width: 80%;
  height: 350px;
  width: 100%;
}
#map_pc + section .map {
    height: auto;
    max-height: none;
    min-height: 0;
    width: 100%;
    text-align: center;
}
}
@media screen and (max-width: 768px){
#access_pc + div {
  display: none;
}
#access_sp + div {
  display: block;
}
#access_sp1 + div {
  display: block;
}
#access_sp1 + div .map {
  display: none;
}
#map_sp + section {
  display: block;
}
#map_pc + section {
  display: none;
}
#access_sp + div iframe {
  max-width: 80%;
  height: 350px;
  width: 100%;
  margin: auto;
}
#map_sp + section .map iframe {
  max-width: 80%;
  height: 350px;
  width: 100%;
}
#map_sp + section .map {
    height: auto;
    max-height: none;
    min-height: 0;
    width: 100%;
    text-align: center;
}
}
@media screen and (max-width: 450px){
#access_sp + div iframe {
  max-width: 100%;
  height: 300px;
}
#map_sp + section .map iframe {
  max-width: 100%;
  height: 300px;
}
}