@charset "UTF-8";

/*--バナー調整--*/
/*--#banner + section .inner_item_img img{
    width: min(90%,500px)!important;
}--*/

#video + section .video-column {
  text-align: center;
}
#video + section .video-column iframe {
  aspect-ratio: 16 / 9;
  max-height: 400px;
  max-width: 712px;
}

/**MV調整**/
@media screen and (max-width: 500px) {
   #mv_outer,
   #mv,
   #mv .mv_mp4,
   #mv .mv_mp4 video{
      height: 50vh;
   }
}
@media screen and (min-width: 900px) {
    header .inner h1,
    header .tel a{
        text-shadow: 0px 0px 3px #fff;
    }
    header .tel svg,
    header .translate svg{
        filter: drop-shadow(0px 0px 3px #fff);
    }
}
