.map_mv {
  width: 100%;
  height: 80vh;
  min-height: 500px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%), url('../img/map/map-mv.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mv_inner {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.mv_inner::after {
  content: "";
  position: absolute;
  top: calc(100% + 1rem); /* コンテンツの下から線を出す */
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
   height: calc(40vh - 4.9rem);
   min-height: calc(250px - 4.9rem);
  background: #fff;
}

.mv_title {
  font-size: 3.5rem;
  color: #fff;
}

.mv_content {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  color: #fff;
}

.access-box {
  text-align: center;
  padding: 3rem 1rem;
  color: #333;
}

.access-title {
  font-size: 1.5rem;
  font-weight: normal;
  color: #9b8a6e; /* ゴールド系 */
  margin-bottom: 1.5rem;
  letter-spacing: 0.1em;
}

.access-address {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  line-height: 1.8;
}

.access-btn {
  display: inline-block;
  padding: 0.5rem 2rem;
  border: 1px solid #9b8a6e;
  color: #9b8a6e;
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.access-btn:hover {
  background-color: #9b8a6e;
  color: #fff;
}

.access-map-container{
    width: 100%;
    max-width: 1200px;
    margin: 2rem auto 3rem;
}
.access-map{
    width: 100%;
}
.mg-sec{
    background-color: #f4f4f4;
}
.gallery-container {
  text-align: center;
  padding: 0 1rem 3rem;
  color: #333;
  font-family: "Noto Serif JP", serif;
}

/* 地図画像 */
.gallery-container .gallery-map {
    width: 100%;
  max-width: 600px;
  height: auto;
  margin-bottom: 2rem;
}

.gallery-info{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  border-top: #9b8a6e 1px solid;
  border-bottom: #9b8a6e 1px solid;
}
/* 見出し */
.gallery-container > p {
  font-size: 1rem;
  color: #9b8a6e; 
  letter-spacing: 0.1em;
}

/* ギャラリー名 */
.gallery-container div p:first-child {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

/* 電話番号 */
.tel-num{
    width: 80%;
    max-width: 400px;
    margin-bottom: 2rem;
}

/* 営業時間 */
.gallery-container div div {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #000;
  margin-bottom: 2rem;
}

/* カーナビ住所 */
.gallery-container div:last-child p:first-child {
  font-size: 1rem;
}

.gallery-container div:last-child p:last-child {
  font-size: 1.1rem;
  border: 1px solid #000;
  padding: 0.5rem 1rem;
  display: inline-block;
}

@media (max-width: 767px) {
.map_mv {
        height: 300px;
        min-height:unset;
    }
.mv_inner::after {
  content: "";
  position: absolute;
  top: calc(100% + 1rem); /* コンテンツの下から線を出す */
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
   height: calc(150px - 4.9rem);
  background: #fff;
}

.access-title {
  font-size: 1.2rem;
  font-weight: normal;
  color: #9b8a6e; /* ゴールド系 */
  margin-bottom: 1.5rem;
  letter-spacing: 0.1em;
}

.access-address {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  line-height: 1.8;
}

.access-map-container {
  margin: 0 auto;
}

}

