@charset "UTF-8";

/* 共通部分
------------------------------- */
html {
    font-size: 100%;
}
#index{
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
    line-height: 1.7;
    color: #fff;
    background-color: #000;
    max-width: 100%;
}
.wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 4%;
}

iframe {
    width: 100%;
}


/* ヘッダー
------------------------------- */
.page-header {
    display: flex;
    justify-content: center;
}
.logo {
    width: 50px;
    /* height: 70%; */
    border-radius: 50%;
    border: 2px solid #fff;
    margin-top: 25px;
}
.main-nav {
    display: flex;
    font-size: 2.3vw;
    margin-top: 30px;
    list-style: none;
    font-family: "Yu Mincho", "YuMincho", serif;
    font-weight: bold;    
}
.main-nav li {
    margin-left: 30px;
}
.main-nav a {
    color: #fff;
    text-decoration: none;
}
.main-nav a:hover {
    color: #ccc;
}
.main-nav img{
    width: 40px;
}
h1{
    padding-top: 50px;
}

/* ホーム
----------------------------- */
.home {
    background-image: url(../images/bg.jpg);
    height: 45vw;
    background-position: center top;
    background-repeat: no-repeat; 
    background-size: contain; 
}
.main .news{    
    height: 500px;
    overflow-y: scroll;
}
.main h1{
    text-align: center;
    font-size: 60px;
    margin-top: 20px;
    margin-bottom: 7px;
    font-family: "Yu Mincho", "YuMincho", serif;
}
.news div{
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
.main .news div iframe{
    width: 50%;
}
.news div img{
    width: 30%;
} 
.news div section{
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}
.news div section h3{
    text-align: left;
    font-size: 25px;
    font-family: "Yu Mincho", "YuMincho", serif;
    color: #fff;
}
.news div section .content{
    margin-right: 30px;
    font-family: "Yu Mincho", "YuMincho", serif;
    font-size: 20px;
}    
.news div section .content a{
    color: rgb(203, 223, 26);
}
.news div section .content a:hover{
    color: #fff;
}

/* ボタン */
.news .reserve{
    text-align: center;
    margin-top: 15px;
    border-bottom: 1px solid #000;
}
.button {
    font-size: 1.5rem;
    /* background: #fff; */
    background: #fff;
    color: #000;
    border-radius: 5px;
    padding: 8px 18px;
    text-decoration: none;
    font-family: "Yu Mincho", "YuMincho", serif;
    font-weight:bold;
}
.button:hover {
    background: #ccc;
}
/* img .eplus{
    width: 1.5rem;
} */



/* member */
.member{
    display: flex;
    justify-content: flex-start;
    margin: 15px 0;
}
.member h2{ 
font-family: "Yu Mincho", "YuMincho", serif;
font-size: 30px;
font-weight: bold;
margin-top: 20px;
}
.member img{
    width: 50%;
    height: 50%;
    margin-top: 20px;
} 
.member div{
    margin-left: 40px;
}
.member div p{
    font-family: "Yu Mincho", "YuMincho", serif;
    font-size: 20px;
}


/* goods */
.goods{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.goods h2{
    font-family: "Yu Mincho", "YuMincho", serif;
    font-size: 30px;
    font-weight: bold;
    margin-left: 30px;
}
.goods img{
    width: 40%;
    height: 40%;
}
.goods p{
    font-size: 20px;
    margin-left: 30px;
}

/* about */
.about{
    font-family: serif;
    font-size: 25px;
}

/* reserve */
#reserve{
    background-color: #ccc;
    color: #000;
}
h2.page-title{
    font-size: 25px;
    text-align: center;
    margin-top: 20px;
}
p.page-title{
    font-size: 15px;
    margin-bottom: 20px;
}
form div{
    margin-bottom: 14px;
}
label {
    font-size: 1.125rem;
    margin-bottom: 10px;
    display: block;
}
input[type="text"],
input[type="email"],
textarea {
    background: #fff;
    border: 1px #363535 solid;
    border-radius: 5px;
    padding: 10px;
    font-size: 1rem;
}
input[type="text"],
input[type="email"] {
    width: 100%;
    max-width: 400px;
}
textarea {
    width: 100%;
    max-width: 600px;
    height: 8rem;
}
input[type="submit"] {
    border: none;
    cursor: pointer;
    line-height: 0.75;
    background: #0bd;
}
input[type="submit"]:hover{
    background: #fff;
}

/* ソングス
------------------------------- */
.songs-nav {
    display: flex;
    font-size: 40px;
    margin-top: 30px;
    list-style: none;
    font-family: "Yu Mincho", "YuMincho", serif;
    font-weight: bold;    
}
.songs-nav li {
    margin: 0 15px;
}
.songs-nav a {
    color:#000;
    text-decoration: none;
}
.songs-nav a:hover {
    color: #ccc;
}
#songs h1{
    text-align: center;
    font-family: serif;
    font-size:60px;
    padding-top: 0px;
}
#songs h1 span{
    font-size: 30px;
}
#songs h4{
    font-size: 20px;
    font-family: serif;
    text-align: center;
}
.list{
    font-family: serif;
}    
.list a{
    text-decoration: none;
    color: #000;
}
.list a:hover{
    color: #ccc;
}
.list {
    margin-bottom: 30px;
    list-style: none;
}
.list li {
    margin-top: 5px;
    border-bottom: 1px #ddd solid;
    padding: 5px 0;
}
.list li dl {
    display: flex;
    justify-content: space-between;
}
.list dt{
    font-size: 19px;
}
.list dd{
    font-size: 14px;
    padding-left: 10px;
}
.list .title{
    font-size: 15px;
}
.list .top{
    border-bottom: 2px #ddd solid;
}

/* 歌詞
------------------------------ */
.container{
    width: 50%;
    max-width: 700px;
    padding: 2rem;
    margin: 0 auto;
    font-family: serif;
    font-size: 20px;
}
#lyrics h1 span{
    font-size: 25px;
}
h5{
    font-size: 40px;
    font-family: serif;
    text-align: center;
}
.tricycle{
    width: 450px;
    display: block;
    margin: auto;
}
.youtube {
    margin: auto;
	width: 60%;
	aspect-ratio: 16 / 9;
}
.youtube iframe {
	width: 100%;
	height: 100%;
}

/* フッター
------------------------------- */
footer {
    background: #fff;
    text-align: center;
    margin-top: 50px;
    padding: 10px 0;
    color: #000;
}
footer p {
    color: #000;
    font-size: 3rem;
}

/* モバイル版
------------------------------- */
@media (max-width: 430px) {
    /* HEADER */
    .page-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    } 
    .main-nav {
        font-size: 1.1rem;
        margin-top: 10px;
    }
    .main-nav li {
        margin: 0 5px;
    }
    .main-nav img{
        width: 1.5rem;
    }
    .logo{
        width: 2.1rem;
    }
    
    /* ホーム */
    .home {
        margin-top: 5%;
    }
    .main{
        flex-direction: column;
    }
    .main h1{
        font-size: 1.5rem;
        margin-top: 0px;
    }
    .main .news div section h3{
        font-size: 1rem;
    }
    .main .news div section .content{
        font-size: 0.75rem;
    }
    .button{
        font-size: 1rem;
    }
    .news div{
        display: flex;
        flex-flow: column;
    }
    .news div img{
        width: 80%;
        padding-left: 40px;
    }
    .news div iframe{
        width: 300px;
        height: 150px;
        margin: auto;
    }
      
    /* member */
    .member h2{
        font-size: 1rem;
    }
    .member div p{
        font-size: 0.8rem;
    }
    .member{
        display: flex;
        flex-flow: column;
        margin: 15px 0;
    }
    .member img{
        width: 90%;
        padding-left: 30px;
    }
    .member div img{
    width: 6%;
    margin: 0 0 0 10px;
    }

    /* goods */
    .goods h2{
        font-size: 1rem;
    }
    .goods p{
        font-size: 0.8rem;
    }

    .about{
        font-size: 1rem;
    }
    
    /* リスト */
    #songs h1{
        font-size: 40px;
    }

    #songs h1 span{
        font-size: 10px;
    }
    
    /* 歌詞 */
    #lyrics h1 span{
        font-size: 15px;
    }
    
    h5{
        font-size: 20px;
    }
    .container{
    padding: 0.5rem;
    margin: 0 auto;
}
    #past h1{
        font-size: 40px;
    }

    .songs-nav{
        font-size: 20px;
    } 
    
    /* フッター */
    footer{
        font-size: 1rem;
    }
}

@media (max-width: 485px){
    .home p br{
        display: none;
    }    
}
