﻿.alpha2 a:hover img {
  opacity: 0.01;
  filter: alpha(opacity=1);
  -ms-filter: "alpha(opacity=1)";
}
.fly_thum1{
  background-image : url(../img_flyer/thum_omote01.jpg);
  background-repeat : no-repeat;
  background-position : center center;
  width : 440px;
  height : 622px;
  border-width : 1px 1px 5px;
  border-style : solid;
  border-color : #849d73;
}
.fly_thum2{
  background-image : url(../img_flyer/thum_ura001.jpg);
  background-repeat : no-repeat;
  background-position : center center;
  width : 440px;
  height : 622px;
  border-width : 1px 1px 5px;
  border-style : solid;
  border-color : #849d73;
}
.fly_vis1{
  background-image : url(../img_flyer/omote01.jpg);
  background-repeat : no-repeat;
  background-position : center center;
  min-height:90vh;
  background-size: contain;
}
.fly_vis2{
  background-image : url(../img_flyer/ura001.jpg);
  background-repeat : no-repeat;
  background-position : center center;
  min-height:90vh;
  background-size: contain;
}
