
.iframe-wrp {
    position: relative;
    width: 100%;
    padding-top: 75%; /* = height ÷ width × 100 */
    filter: grayscale(100%);
    

}
.iframe-wrp iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media(max-width: 749px){
    .logo{
        text-align: center;
        padding-bottom: 47px;
    }
    .logoimg{
        max-width: 100%;
        height: 30px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    
    .map{

    padding-top: 60px;
    padding-bottom: 20px;
        max-width: 295px;
        margin: 0 auto;
    }
    .address-en,.address-ja{
        padding-left:20px ;
        padding-right: 20px;
    }
    .address-en{
        padding-top: 60px;
        padding-bottom: 15px;
    }
    .address-ja{
        padding-bottom: 56px;
    }
    
    .address-en h3,.address-ja h3{
    font-weight: bold;
    line-height: 1.5;
    }
    .address-en p,.address-ja p{
    line-height: 1.5;
    }


}





#js-mouse {
    pointer-events: none;
    position: fixed;
    top: -15px; 
    left: -15px;
    width: 40px;
    height: 40px;
    background-color:#ff0000;
    opacity: 0.8;
    border-radius: 50%;
    transform: translate(0,0);
    transition: transform 0.3s ease-out;
    z-index: 9999;
    opacity: 0;

}
/* // フェードイン前 */
.js-fade {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: opacity 1s,visibility 1s, transform 1s;
  }
  
  /* // フェードイン後 */
  .scroll {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
@media (min-width: 750px){
    .logo{
    padding-bottom: 30px;
    padding-left: 32px;
    padding-top: 36px;
    height: 55px;
    width: auto;
    }
    .map{
    margin: 0 auto;
    max-width: 700px;
    padding-top: 120px;
    padding-bottom: 200px;
    padding-left: 50px;
    padding-right: 50px;
    }
    .addressarea{
    padding-top: 100px;
    }
    .address-en h3,.address-ja h3{
    font-weight: bold;
    line-height: 1.5;
    }
    .address-en p,.address-ja p{
    line-height: 1.5;
    }
    .address-en{
    padding-bottom: 20px;
    }
    }
    
    