@charset "UTF-8";

@media screen and (max-width: 900px) {
#mv {
    height: 33vh;
}
}


#triangle {
    transition: 0.3s ease-out;
}
#triangle:hover {
    cursor: pointer;
}
#triangle.is-open {
    transform: rotate(225deg) translate(-5px,-5px);
}
#open2 + .contents_box01 .content_wrapper {
   display: none;
   transition: unset;
}


#google_map + .widget_map iframe {
   height: 300px;
}