@charset "UTF-8";

.page-title{
    background: url("../img/mv-access.png")no-repeat center;
}
/*
================================
================================*/
.map-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0 50px;
}
.map-gogle {
    margin: 0 0 30px 0;
}
.red {
    color: #E83820;
    font-weight: bold;
    display: block;
    margin: 1em 0;
}
.map-transportation {
    border: solid #1F286F 4px;
    border-radius: 20px;
    padding: 20px;
    margin: 0 0 0 20px;
    max-width: 300px;
    box-sizing: border-box;
    height: fit-content;
}

.map_content {
    position: relative;
    width: 700px;
    height: 400px;
}
.map {
 height: 0;
  padding-top: 100%;
}
.map iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map-text {
    margin: 0 0 1em;
}
.pr_ri{
    position: relative;
    right: 4px;
}

/*
スマホ
=======================================================================================================*/
@media screen and (max-width: 767px) {
.page-title {
    background-size: contain;
    background-position: center 140px;
}
.map-flex {
    display: block;
}
.map_content {
    position: relative;
    width: 100%;
}
.map-transportation {
    padding: 10px 5% 20px;
    margin: 0 auto;
    max-width: 100%;
}
}








