@charset "utf-8";

body {
    background-color: black;
    padding: 2rem;

    height: 100%;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    height: 100%;
    box-sizing: border-box;
}

p,
li,
h1,
h2,
h3,
h4,
h5,
h6,
td,
th,
div,
a {
    /*font-family: "a-otf-ud-reimin-pr6n", sans-serif;*/
    font-family: "shippori-mincho-b1", sans-serif;
    line-height: 1.4;
    box-sizing: border-box;
    color: #fff;
}

a {
    text-decoration: none;
}

.menu_in{
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

h1 {
    color: #fff;
}

#movie p {
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
    color: #fff;
}

.li_flex {
    display: flex;
    justify-content: space-between;
}

.li_flex a {
    color: #fff;
    text-decoration: none;
}

.li_flex img {
    align-self: flex-end;
    height: 6px;
    width: 8px;

}

.li_flex img.phone {
    align-self: flex-end;
    height: auto;
    width: 13px;

}

footer h4, footer address {
    font-size: 0.8rem;
}

small {
    font-size: 0.7rem;
}

#video-area {
    text-align: center;
    width: 100%;
}

video {
    width: 100%;
}

iframe {
            aspect-ratio: 16 / 9;
            max-width: 100%;
            max-height: 100%;
            border: none;
        }
a:hover {
    opacity: 0.7;
}