/*
Theme Name:PORIPU tears for SANGO
Template:sango-theme
Theme Name:sango-theme-poripu
Theme URI:https://oldno07.com/poripu/
Author: マサオカ
Author URI:https://oldno07.com/
Description: SANGOの子テーマです。SANGO親テーマをインストールした状態で、本子テーマを適用してください。使い方は<a href="https://oldno07.com/poripu/">デモサイト</a>を御覧ください。
Version:1.27
*/
/*--------------------------------------
ここから下にCSSを追加してください
--------------------------------------*/
/*--------------------------------------
  見出しh2
--------------------------------------*/
.entry-content h2{

}
.fa5 .entry-content h2:before {/*fontawesome5を使う場合*/
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
/*--------------------------------------
  見出しh3
--------------------------------------*/
.entry-content h3 {

}
.fa5 .entry-content h3:before {/*fontawesome5を使う場合*/
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
/*--------------------------------------
  見出しh4
--------------------------------------*/
.entry-content h4 {

}
.fa5 .entry-content h4:before {/*fontawesome5を使う場合*/
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
}

.site-header {
    background-color: #f5f5f5;
    border-bottom: 2px solid #004400;
}

.navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.navbar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.navbar-menu li {
    margin: 0 20px;
}

.navbar-menu li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    position: relative;
}

.navbar-menu li a::after {
    content: '▼';
    display: block;
    text-align: center;
    color: #00aa00;
    font-size: 12px;
    margin-top: 5px;
}

/* ここからフッター*/

.site-footer {
    background-color: #f8f8f8;
    padding: 20px 0;
    font-family: Arial, sans-serif;
    color: #333;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    flex-wrap: wrap;
}

.footer-logo img {
    max-height: 150px; /* 画像を3倍の大きさに設定 */
    margin-bottom: 20px;
}

.footer-info {
    text-align: left;
    margin-right: 20px;
}

.footer-info p {
    margin: 5px 0;
    color: black; /* フォント色を黒に設定 */
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 0;
}

.footer-links a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    margin: 0 15px;
    padding: 5px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-links a:hover {
    color: #F15D55; /* ホバー時のカラー */
}

.footer-links a span {
    font-size: 12px;
    color: #666;
}

.footer-bottom {
    background-color: #e0e0e0;
    padding: 10px 20px;
    text-align: center;
}

.footer-policies {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
}

.footer-policies li {
    margin: 0 10px;
}

.footer-policies a {
    color: #333;
    text-decoration: none;
    font-size: 12px;
}

.footer-bottom p {
    margin: 0;
    font-size: 12px;
    color: #333;
}

.article-header,.entry-header {
	box-shadow: none;
}

@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        align-items: center;
    }

    .footer-info {
        margin-bottom: 20px;
    }

    .footer-links {
        flex-direction: column;
        align-items: center;
    }

    .footer-links a {
        margin: 5px 0;
    }
}

.policy-text{
    background-color: hsla(0, 0%, 78%, .15);
    margin: 10px 0;
}

.policy-text p {
	padding: 20px;
    font-size: 14px;
}