html{
    /* font-family: 'Sawarabi Mincho', serif; */
	font-family: "BIZ UDGothic", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif; font-weight: 400;
}
p{
    line-height:1.8em;
}
h2,h3,h4,h5{
    /* font-family: 'Sawarabi Mincho', serif; */
	font-family: "BIZ UDGothic", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif; font-weight: 400;
}
h5{
	font-size:18px;
}
h2{
    margin-top:60px;
    margin-bottom:40px;
}
ul.uk-navbar-nav li a{
    font-family: 'Squada One', cursive;
    font-size:1.8em;
    color:#000846;
}
ul.uk-navbar-nav li a:hover{
    color:#4382b5;
}
ul.uk-nav li a{
    font-family: 'Squada One', cursive;
    font-size:1.8em;
}
.uk-icon-link{
    font-size:1.8em;
    font-family: 'Squada One', cursive;
	font-weight:800;
}
.uk-background-secondary p, .uk-background-secondary h5, .uk-background-secondary h4, .uk-background-secondary h3, .uk-background-secondary h2{
    color:#fff;
}
footer{
    background-color:#1a0001;
}
footer a{
    color:#fff;
}

.google-maps {
    position: relative;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.uk-grid-collapse div{
    height:300px;
}
@media screen and (max-width:960px){
    ul.uk-navbar-nav{
        gap:20px;
    }
    ul.uk-navbar-nav li a{
        font-size:1.5rem;
        padding:0 5px;
    }
}
@media screen and (max-width:768px){
    ul.uk-navbar-nav{
        gap:10px;
    }
    ul.uk-navbar-nav li a{
        font-size:1.1rem;
        padding:0 5px;
    }
    h2{
        font-size:1.4rem;
    }
    h3{
        font-size:1.3rem;
    }
    .uk-table-small td, .uk-table-small th {
        padding:5px 6px
    }
    .theater-table{
        font-size: .875rem;
        line-height: 1.5;
    }
}


    .youtube2 {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
    }

    .youtube2 iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important;
    }
