body {
    font-size: 16px;
}

.center {
    text-align: center;
}

.haru {
    background: #009999;
}

.haru2 {
    background: #009900;
}

.natu2018 {
    background: #009999;
}

.natu {
    background: #00CCCC;
}

.aki {
    background: #804000;
}

.ajisai {
    background: #000099;
}

.fuyu {
    background: #0000FF;
}

.bara {
    background: #990000;
}

.bansyu {
    background-image: url("../img/Yamarakkyou2018-12-202.gif");
    background-repeat: repeat;
}

.green_bk {
    background-image: url("../img/g4b.gif");
    background-repeat: repeat;
}

.blue {
    color: #00139E;
    border-bottom: 1px solid #00139E;
}

.black {
    color: #000 !important;
}

h3.black {
    border-bottom: 1px solid #000;
}

.sub-3 {
    color: #CACA96;
}

.white {
    color: #fff;
}

.top-ttl {
    color: #940100;
}

h3.white {
    border-bottom: 1px solid #fff;
}

.green {
    color: #99FF66;
}

h3.green {
    border-bottom: 1px solid #99FF66;
}



.pair {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    /* コンテンツ間の隙間 */
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

.line {
    width: 95%;
    max-width: 800px;
}

.container {
    border: none;
}

footer {
    padding-bottom: 50px;
}

.pair>.content>img {
    width: auto;
    height: 100%;
    max-height: 500px;
    object-fit: contain;
}

header {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 40px;
}

h1 {
    color: #fff;
    font-size: 40px;
}


h2 {
    font-size: 35px;
    color: #CC0000;
    margin: 20px 0;
}

.fuyu-sub-ttl {
    color: #fff;
    font-size: 28px;
    padding-top: 15px;
}

h2.fuyu-ttl {
    color: #FFFF00;
}

.kugiri {
    text-align: center;
}

.kugiri>img {
    display: inline-block;
    margin: 0 20px;
    width: 50px;
}

h3 {
    font-size: 23px;
    padding: 0 0 5px 5px;
}

.nen {
    font-size: 25px;
    color: #fff;
    margin-bottom: 30px;
}


/* 各コンテンツのスタイル */
.content {
    display: flex;
    flex-direction: column;
    width: 48%;
    margin-bottom: 60px;
}

.text {
    margin-top: 10px;
}

/* レスポンシブ */
/* 画面幅が768px以下になった際の調整 */
.pair {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

.pair>.content>img {
    width: auto;
    height: 100%;
    max-height: 500px;
    object-fit: contain;
}

.content {
    display: flex;
    flex-direction: column;
    width: 48%;
    margin-bottom: 60px;
}

/* 画面幅が768px以下になった際の調整 */
@media (max-width: 768px) {
    .pair {
        flex-direction: column;
        align-items: center;
    }

    .content {
        width: 100%;
        margin-bottom: 0;
        /* text-align: center; */
    }

    /* 画像コンテンツを上に固定 */
    .image-container {
        order: -1;
    }
}