@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 640px) {
    .br-sp { display:none; }
}

#uptotop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 1000;
  width: 100%;
  text-align: right;
}

#uptotop a {
  display: inline-block;
  padding: 17px 5px;
  background-color: rgba(114,96,96,0.5);
}

#uptotop a img {
  width: 50px;
  height: auto;
}

.homepage-video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; 
    overflow: hidden;
}
.homepage-video-container iframe,
.homepage-video-container object,
.homepage-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
}

.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.location {
  position: relative;
  padding-top: 46.25%;
}

.location iframe {
  position: absolute;
  top: 0;
  height: 100%;
}

@media screen and (max-width: 481px) {
.location iframe {
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
}

