﻿@charset "UTF-8";
 /* 拡大表示用のスタイル */
 .modal_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 888;
  }
  #enlarged-img {
    width: 90%;
  }
  #overlay_bus_text {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;

  }

@media screen and (max-width: 660px) {
  #enlarged-img {
    width: 95%;
  }
}
@media screen and (max-width: 600px) {
  #enlarged-img {
    width: 100%;
  }
}