@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&family=Kiwi+Maru&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

*{
    font-family: "Noto Serif JP", serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
}

html{
    overflow: auto;
    font-size: 62.5%;
}
table{
    table-layout: fixed;
    width: 100%;
    /* border-collapse: collapse; */
}

h1{
    text-align: center;
    font-size: 3rem;
    margin-top: 20px;
}
tbody{
    width: 80%;
}

.search_container{
    display: flex;
    text-align: center;
    margin: 20px auto;
    position: fixed;
    padding-left: 30px;
    top:12px;
    left:320px;
    width: 800px;
    background: orange;
    border-radius: 10px;
    justify-content: center;
}
.container .order-content{
    text-align: center;
    margin: 10px auto;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    gap:20px;
    width:90%;
    padding: 10px;
}
.title{
    background: #800000;
    color: #fff; 
    height:50px;
    text-align:center;
    align-items:center;
    font-size:2rem;
    padding-top:8px;
    border-radius: 10px;
}
.bottom-title{
    width:100%;
    background: red;
    text-align:right !important;
}

.form{
    display: flex;
    flex-direction: row;
    width: 300px;
    margin:20px auto;
    gap: 10px;
}
.input{
    padding:10px;
    margin: 10px auto;
    text-align: center;
    width:80%;
    height: 30px;
}
.number{
    margin: 10px auto;
    font-size: 15px;
    width: 30%;
    text-align: center;
}
.btn{
    width: 80%;
    height: 35px;
    margin: 5px auto;
    border-radius: 10px;
    border: none;
    font-size: 15px;
}
.btn:hover{
    background-color:#922E2E;
    cursor: pointer;
    color: #fff;
}
.btn:visited{
    background-color:#922E2E;
    color: #fff;
}   
.select{
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    width: 80%;
    margin: 10px auto;
    height: 30px;
    border-radius: 5px;
    background-color: #fff;
}
.order-content{
    font-size: 15px;
    padding: 10px;
}
.quantity{
    width:20%;
    height:30px;    
    margin-left: 50px;
    text-align: center;
    font-size: 15px;
}
.btn-container{
    margin-top: 10px;
    font-size: 15px;
}

.radio-container{
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin: 10px auto
}
.radio{
    font-size: 18px;
}
input:focus {
  background-color: #e8f0fe; /* 薄い青背景 */
}
.textarea{
    width:100%;
    height: 100px;
    padding: 10px;
    font-size: 15px;
    border-radius: 5px; 
}
.container {
    width: 1200px;
    margin: 120px auto 10px;
    border-radius: 10px;
    background-color: #11884A;
    padding: 20px;
    height: auto;
}
.search {
    display:flex;
    padding: 5px;
    margin: 20px auto;
    width: 200px;
    height:30px;
}
h2 {
    font-size: 4rem;
    text-align: center;
    color: #000;
    margin-bottom: 10px;
    color: green;
}
.grid {
    width: 100%;
    background: pink;
    color: #000;
    padding: 5px;
    font-size:2rem; 
}
.space{
    background: yellow;
}
.line   {
    background: yellow;
    color: #fff; 
    height:20px;
    border-bottom: 2px solid #800000;
    margin-bottom: 20px;
}
.date_style {
    background: #fff;
    text-align: center;
}
.display_style {
    margin-top: 10px;
    background: #11884A;
    padding: 3px;
    color: #eee;
}
.content_style{
    background: #fff;
    padding: 10px
}
.grid2 {
    width: 80%;
    font-size: 1rem;
}
.output{
    width: 100%;
    height:auto;
    background: yellow;
    margin: 20px auto;
    padding: 10px;
    border-radius: 10px;
}

.title_index{
    background: #4747F5;
    /* width:30%; */
    color: #fff;  
    font-size: 1.5rem;
    padding:2px;
    text-align: center;
    border-radius: 10px;
    height:10px 
    
}
.key_index{
    background:#FA6C6C;
    width:30%;
    color: #fff;
    font-size: 1.5rem;
    padding-left:10px;
    text-align: left;
    border-radius: 10px;
    height:10px 
}
.song_title{
    background:#4747F5;
    /* width:30%; */
    color: #fff;
    font-size: 1.8rem;
    padding:10px;
    text-align: center;
    border-radius: 10px;
    height:50px;
    display:none;
}
.key{
    background: #FC6868;
    color: #fff;
    width:13%;
    font-size: 1.5rem;
    padding:10px;
    text-align: center;
    border-radius: 10px;
}
.part{
    background:#F88614;
    color: #fff;  
    font-size: 1.6rem;
    padding:10px;
    text-align: left;
    border-radius: 10px;
    margin-top: 10px; 
}
.cards tr{
    height: 100%;
}

.cords td{
    font-size: 1.8rem;
    background: green;
    color: #fff;
    padding: 0px 30px;
    text-align: left;
    white-space: pre;
    height: 50px;
}
/* .cords td:first-letter{
    color: red;
} */
.cords td:empty{
    display: none
}
.cords .first_cell{
    background:;
}

.first_cell, .second_cell{
    display: none;
}

.counter {
    margin: 0 auto;
    width: 30%;
    height: auto;
    text-align: center;
}
.counter img {
    height:auto;
    width: 60px
}

@media screen and (max-width: 500px){

    .search_container{
        display: flex;
        flex-direction: column;
        margin: 10px auto;
        padding-left: 0px;
        left: 40px;
        width: 300px;
        justify-content: center;
        
    }
    .search{
        width: 80%;
        height: 40px;
        margin: 10px auto;
        font-size: 1.8rem;
    }
    h1{
        font-size: 2.3rem;
    }
    .form{
        width:250px;
    }
    .title{
        font-size:1.8rem;   
    }
    /* .first_cell, .second_cell{
        display: none;
    } */
    .container{
        width:320px;
        margin: 10px auto 10px;
        padding:5px;
    }
    table{
        width:90%;
        height:100%;
    }
    .song_title{
        height:100%;
        font-size: 1.3rem;
        font-weight: 800;
    }
     .title_index{
        background: orange;
        width:30%;
        color: orange;
        font-size: 1.5rem;
        padding:2px;
        text-align: center;
        border-radius: 10px;
        
            
    }
    .output{
        margin-top: 120px;
        width: 95%;
        padding:2px;
    }
     .cords td{
        font-size: 1.2rem;
        font-weight: 800;
        width:90%;
        height: 40px;
        padding:0px 3px;
        white-space: normal ;
    }
    .cords {
        width:10%
    }

    .input{
        font-size: 15px;
        border-radius: 5px;
        height:15px;
        padding-left:10px;
        height:30px;
    }
    .number{
        width:20%;
        margin: 10px auto;
        padding: 5px;
    }
    .select{
        font-size: 18px;
        font-weight: 400;
        padding: 5px;
        text-align: center;
        text-align-last: center;
        width: 80%;
    }
    .textarea{
        width:90%;
        height: 80px;
        padding: 10px;
        font-size: 15px;
        border-radius: 5px;
    }
     .btn{
        width: 80%;
        height: 40px;
        margin: 10px auto;
        border-radius: 5px;
        font-size: 15px;
    }
    .part{
        font-size: 1.3rem;
        font-weight: 800;
    }
    .grid2{
        
    }
    h2 {
        font-size: 1.8rem;
        margin-top:5px;
    }
    /* .cords td:empty{
         display: none
    } */

}

