@charset "UTF-8";
@import url('/files/css/header.css');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400&family=Roboto+Condensed:wght@300;400&display=swap');

body {
    font-family: 
        "Times New Roman",
        Times,
        "游ゴシック体",
        YuGothic,
        "游ゴシック Medium",
        "Yu Gothic Medium",
        "游ゴシック",
        "Yu Gothic",
        sans-serif;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-image: url(/images/bg_sp.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    /* background-repeat: no-repeat; */
    text-align: justify;
}

header {
    display: flex;
    min-height: 60px;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: rgb(250, 235, 215);
    outline: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

main {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

footer {
    display: flex;
    z-index: 5000;
    min-height: 60px;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: rgb(250, 235, 215);
    outline: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.hidden {
    visibility: hidden;
    opacity: 0;
}

ul {
    padding: 0;
}
li {
    list-style: none;
    padding: 20px;
    font-size: 1.2rem;
    text-shadow: 0px 0px 20px black;
}

.navbar li:nth-last-of-type() {
    position: absolute;
    bottom: 0;
}
a {
    text-decoration: none;
    color: white;
}

.site-main {
    background-color: rgba(255, 255, 255, 0.8);
    height: calc(100vh - 120px);
    padding: 0 20px;
}
.policy {
    text-align: left;
}

.policy ul li {
    text-shadow: none;
}

iframe {
    border-radius: 20px;
    width: 560px;
    height: 315px;
}

.video-slider {
    /* width: 50vw; */
    margin: 0 auto;
}

.video-slider div {
    text-align: center;
}