/*
 Theme Name: My Theme
 Theme URI: http://example.com
 Author: Your Name
 Author URI: http://example.com
 Description: This is a minimal WordPress theme.
 Version: 1.0
*/

/* クロスラインのスタイル */
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height : 100%;
}
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height : 100%;
}

li {
    list-style: none; /* マーカーを非表示にする */
}

/* Aboutページ用のスタイル */
.page-template-about {
    background-color: #f9f9f9;
    padding: 20px;
}

/* Musicページ用のスタイル */
.page-template-music {
    background-color: #eef7ff;
    padding: 20px;
}

/* Contactページ用のスタイル */
.page-template-contact {
    background-color: #fff9f2;
    padding: 20px;
}

.spotify-embed iframe {
    width: 100%;
    /* max-width: 600px; */
    height: 380px;
    margin: 0 auto;
    display: block;
}

.header {
    background-color: #333;
    background-size: cover;
    color: #fff;
    padding: 0px 0px;
    text-align: left;
}

.header-name {
    font-size: 1.5em;
    margin: 0;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    align-items: left; 
}

.header-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.nav-menu {
    display: flex;
    flex-direction: row;
    align-items: right;
}

.page_item {
    padding-right: 24px;
}


nav {
display : none}

canvas {
    height: 100% !important;
}

