body {
    font-family: 'Noto Serif JP', serif;
    margin: 0;
    padding: 0;
    background-color: #FFDDFF;
    color: #333;
}



/* 新しいヘッダー用のスタイル */
.new-header {
    background-color: #11114d;
    color: white;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
}

.new-header-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}

.new-logo {
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

.new-header-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.new-header-title {
    margin: 0;
    font-size: 1.5em;
    font-family: 'Noto Serif JP', serif;
    color: white;
}

.new-header-info p {
    margin-top: 5px;
    font-size: 0.8em;
    font-family: 'Noto Serif JP', serif;
    color: white;
}

.new-teisai-container {
    margin-left: auto; /* 左側のスペースを自動的に埋めることで右端に配置 */
    text-align: right;
    display: flex;
    align-items: center;
}

.new-teisai {
    font-family: 'Noto Serif JP', serif;
    font-size: 3em;
    color: white;
    margin: 0;
}

/* HOMEリンクのスタイル */
.new-nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.new-nav ul li {
    margin: 0;
}

.new-nav ul li a {
    color: white;
    text-decoration: none;
}

.new-nav ul li a:visited,
.new-nav ul li a:hover,
.new-nav ul li a:active {
    color: white;
}











/* 新しいリンクスタイル */
.new-logo-link, .new-info-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
}

.new-logo-link:hover,
.new-info-link:hover,
.new-logo-link:active,
.new-info-link:active {
    color: inherit;
}

/* スマホ対応のためのメディアクエリ */
@media (max-width: 768px) {
    .new-header {
        padding: 10px;
        flex-direction: column;
        align-items: center;
    }

    .new-logo {
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
    }

    .new-header-title {
        font-size: 1.2em;
    }

    .new-header-info p {
        font-size: 0.7em;
    }

    .new-teisai {
        font-size: 2.5em;
    }

    .new-nav ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    .new-nav ul li {
        margin: 5px 0;
    }
}

@media (max-width: 480px) {
    .new-header {
        padding: 15px;
    }

    .new-logo {
        width: 35px;
        height: 35px;
    }

    .new-header-title {
        font-size: 1em;
    }

    .new-header-info p {
        font-size: 0.6em;
    }

    .new-teisai {
        font-size: 2em;
    }
}




/* General styling */
nav ul {
    list-style: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin: 0 15px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

h1 {
    font-size: 2.5em;
    color: #003366;
}

section {
    width: 80%;
    background-color: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

h2 {
    color: #003366;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0.83em 0;
}

.ProjectPhoto {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}

.cottoncandy{
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}

footer {
    text-align: center;
    padding: 20px;
    background-color: #4CAF50;
    color: white;
    position: relative;
    width: 100%;
    bottom: 0;
}

.kk {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    color: #003366;
}

.photo-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.planning-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.planning-row > section {
    flex: 1 1 calc(100% / 4 - 20px);
    box-sizing: border-box;
    max-width: calc(100% / 4 - 20px);
}

/* Media query for screens 768px or less */
@media (max-width: 768px) {
    .planning-row {
        flex-direction: column;
        align-items: center;
    }

    .planning-row > section {
        flex: 1 1 80%;
        max-width: 80%;
        margin-left: 10%; /* Centering with 10% padding on each side */
        margin-right: 10%;
    }
}

/* Video styling */
.video-container {
    position: relative;
    width: 100%;
}

video {
    width: 100%;
    height: auto;
}

#ミュートボタン {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px;
}












.footer__social img {
    width: 130px;
    height: auto;
}

.footer {
    background-color: #333;
    color: white;
    padding: 20px 0;
    font-family: 'Noto Serif JP', serif; /* 明朝体を指定 */
}

.footer__contact {
    margin-bottom: 20px;
    text-align: left; /* お問い合わせ情報を左寄せ */
}

.footer__social {
    margin-bottom: 20px;
    text-align: center; /* 公式SNSを中央寄せ */
}

.footer__social h4 {
    margin-bottom: 10px;
}

.footer__social a {
    margin: 0 10px;
    display: inline-block;
}



.footer-link {
    color: white; /* リンクの色を白で固定 */
    text-decoration: none; /* 下線をなくす */
}

.footer-link:hover {
    color: white; /* ホバー時も色を変えない */
}

footer p {
    margin: 0;
}

/* その他のスタイルもNoto Serif JPを適用 */
footer {
    font-family: 'Noto Serif JP', serif; /* フッターもNoto Serif JP */
}
