
/*写真切り替え*/

.containers{
    margin: 0 auto;

     max-width:90%;
     max-height:90%;
}
.thumbnails{
    overflow: hidden;
    margin: 0 auto;
    width: 93%;
    text-align:right;
}

.thumbnails li{
    display:inline;
    list-style: none;
}

.thumbnails li:last-child{
  margin-right: 3px;
}

.thumbnails li img{
    width: 53px;
    height: 53px;
    opacity: 1;
    filter: alpha(opacity=50);
    border: 1px solid #283848;
    margin: 2px;
}
.thumbnails li.current img{
    opacity: 1;
    filter: alpha(opacity=100);
}
.main_photos{
    position: relative;
    border: solid 1px #283848;
     height:100%;

}
.main_photos img{
  position: absolute;
  top:0;
  width:100%;
   height:auto;

  align:center;

}


.fl_fb {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  color: #4966a0;;
  font-size: 25px;
  text-decoration: none;
  }

.fl_fb:hover {
  color:#668ad8;
  transition: .5s;
}

.fl_fb .fbicon{
  border-radius: 10px;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 35px;
  line-height: 50px;
  vertical-align: middle;
  color: #FFF;
  background: #4966a0;
}

.fl_fb .fbicon .fa-facebook {
    position: absolute;
    bottom: -3px;
    right: 6px;
    font-size: 42px;
}


.fl_mail {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  color: #4966a0;;
  font-size: 25px;
  text-decoration: none;
  }

.fl_mail:hover {
  color:#668ad8;
  transition: .5s;
}

.fl_mail .mbicon{
  border-radius: 10px;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 50px;
  vertical-align: middle;
  color: #FFF;
  background: #db4a39;

}

.fl_mail .mbicon .fa-envelope {
  position: absolute;
  top:7px;
  right:7px;
  font-size: 32px;
}



.fl_hp {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  color: #4966a0;
  font-size: 25px;
  text-decoration: none;
  }

.fl_hp:hover {
  color:#668ad8;
  transition: .5s;
}

.fl_hp .hbicon{
  border-radius: 10px;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 50px;
  vertical-align: middle;
  color: #FFF;
  background: #0096d6;

}

.fl_hp .hbicon .fa-laptop {
  position: absolute;
  top:8px;
  right:5px;
  font-size: 34px;
}





.fl_blog {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  color: #009234;;
  font-size: 25px;
  text-decoration: none;
  }

.fl_blog:hover {
  color:#668ad8;
  transition: .5s;
}

.fl_blog .bbicon{
  border-radius: 10px;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  vertical-align: middle;
  color: #FFF;
  background: #009234;

}

.fl_blog .bbicon .fa-bold {
  position: absolute;
  top:8px;
  right:10px;
  font-size: 32px;
}




.fl_inst {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  color: #2e6ca5;
  font-size: 25px;
  text-decoration: none;
  }

.fl_inst:hover {
  color:#668ad8;
  transition: .5s;
}

.fl_inst .insta{
  border-radius: 13px;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 35px;
  line-height: 50px;
  vertical-align: middle;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden
}

.fl_inst .insta:before{
  content: '';
  position: absolute;
  top: 23px;
  left: -18px;
  width: 60px;
  height: 60px;
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}

.fl_inst .fa-instagram {
  color:white;
  line-height: 50px;
  position: relative;
  z-index: 2}
