@charset 'UHF-8';
/*
Theme Name: Sea Horizon
Version: 3.1

Author: Mitsusho
Author URL: https://timtam26.com
*/

/* すべてのページに適用される設定 */
html {
    font-size: 16px;
    font-family:  sans-serif;
    font-weight: normal;
    color: #444;
    margin: 0;
}
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
}

p, li, td {
    line-height: 180%;
}

a:link {
    color: #C2B2F0;
    text-decoration: none;
}

a:visited {
    color: #C2B2F0;
    text-decoration: none;
}

a:hover {
    color: #E1D9F8;
    text-decoration: underline;
}

a:active {
    color: #E1D9F8;
    text-decoration: underline;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
}

/* すべてのページに適用　ヘッダー */
.header {
    background: linear-gradient(to bottom,#C2B2F0 10%,transparent);
    margin: 0;
    padding-bottom: 10px;
}
.header-logo {
    margin: 0;
    width: 190px;
    padding: 10px 15px;
    float: left;
}
.header-menu a:link {
    color: #FFF;
    text-decoration: none;
}
.header-menu a:visited {
    color: #FFF;
    text-decoration: none;
}
.header-menu a:hover {
    color: #FFF;
    text-decoration: underline;
}
.header-menu a:active {
    color: #FFF;
    text-decoration: underline;
}
.header-menu ul{
    font-size: 16px;
    padding: 5px 20px;
    list-style-type: none;
    display: flex;
    justify-content: right;
    gap: 40px;
}
.top-header img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

/* すべてのページに適用 メイン */
main{
    margin: 20px auto;
    padding: 5%;
    max-width: 1000px;
}

main p{
    margin:15px 0;
}

main img{
    margin: 15px 0;
}

main h1 {
    font-weight: bold;
    margin: 10px auto;
    color: #444;
    font-size: 30px;
    text-align: left;
}

main h2 {
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 15px;
    padding: 20px 25px;
    border-radius: 2px;
    background: linear-gradient(#C2B2F0);
    color: #FFF;
    font-size: 23px;
    text-align: left;
}

main h3 {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 15px;
    border-bottom: solid 3px;
    border-image: linear-gradient(#C2B2F0);
    border-image-slice: 1;
    color: #444;
    font-size: 20px;
    text-align: left;
}

main h4 {
    font-weight: bold;
    margin: 15px 0;
    padding: 15px;
    border-bottom: solid 3px;
    border-image: linear-gradient(#E6E0F9);
    border-image-slice: 1;
    color: #444;
    font-size: 20px;
    text-align: left;
}

main h5 {
    font-weight: bold;
    margin: 40px 0 20px;
    padding: 12px;
    background-color: #C4B4F4;
    color: #ffffff;
    font-size: 28px;
    text-align: center;
}

.tct {
    display:flex;
    justify-content: left;
    vertical-align: middle;
    margin-bottom: 30px;
}

.time {
    color:#555;
    font-size: 12px;  
    margin: 2px 0;
    padding: 0;
} 
.category ul{
    color:#555;
    margin-left: 10px;
    font-size: 10px;  
    display: flex;
    justify-content: left;
    gap: 3px;
}

.category a{
    background: #F2EFFC;
    border-radius: 1px;
    padding: 2px 7px;
}

.category a:link{
    color: #555;
    text-decoration: none;
}

.category a:visited {
    color: #555;
    text-decoration: none;
}

.category a:hover {
    color: #555;
    text-decoration: underline;
}

.category a:active {
    color: #555;
    text-decoration: underline;
}

.wp-block-image figcaption{
    color: #777;
    font-size: 12px;
    text-align: center; 
    margin-top: 0;
    margin-bottom: 20px;
}

.list {
    color:#333;
    margin: 15px 0;
    padding: 15px 20px 15px 32px;
    background: #F2EFFC;
    border-radius: 2px;
    list-style-type: disc;
    border-left: 6px solid #F2EFFC;
}

.notice_list {
    color:#333;
    margin: 15px 0;
    padding:15px 20px 15px 38px;
    background: #EFEFEF;
    border-radius: 2px;
    list-style-type: disc;
}

.llist {
    list-style-type: circle;
    padding-left: 25px;
}

blockquote {
    margin: 15px 0;
    font-style: oblique;
    background: #efefef;
    padding: 15px 17px;
    border-radius: 2px;
    text-align: center;
    border-bottom: 0px solid #efefef;
}

blockquote cite{
    display: block;
    font-size: 10px;
    text-align: right;
    padding-top: 8px;
    color: #888;
}

blockquote p{
    margin: 0;
}

.notice {
    margin: 15px 0;
    background: #efefef;
    padding:15px 20px;
    border-radius: 2px;
}

.notice p{
    margin: 0;
}

details {
    color:#444;
    margin: 15px 0;
    padding: 15px;
    background: #F2EFFC;
    border-radius: 2px;
}

.writer {
    margin: 15px 0;
    background: #efefef;
    border-radius: 2px;
    padding:3%;
}

.writer img {
    padding: 0 0 0 3%;
}

.box {
    margin: 15px 0;
    background: #F2EFFC;
    padding:15px 20px;
    border-radius: 2px;
}

.nav-links {
    margin: 30px;
    display: flex;
    justify-content: center;
    gap: 2rem;
}
.nav-links a{
    color:#FFFFFF;
    padding: .75rem 1rem .85rem;
    border-radius: 2px;
    background: linear-gradient(#C2B2F0);
}

.tags{
    color: #555;
    text-align: center;
    font-size: 12px;  
    margin: 50px 0;
}

.tags a:link{
    color: #555;
    text-decoration: none;
}

.tags a:visited {
    color: #555;
    text-decoration: none;
}

.tags a:hover {
    color: #C2B2F0;
    text-decoration: underline;
}

.tags a:active {
    color: #C2B2F0;
    text-decoration: underline;
}

.tags a::before {
    content: '#';
}
.post-navigation {
    display: flex;
    justify-content: center;
    margin: 10px;
    gap: 2rem;
}
.post-navigation a{
    color:#444;
    justify-content: center;
    padding: 10px;
    border-radius: 2px;
    border:1px solid #F2EFFC;
    background: #F2EFFC;
}

.post-navigation a:link{
    color: #444;
    text-decoration: none;
}

.post-navigation a:visited {
    color: #444;
    text-decoration: none;
}

.post-navigation a:hover {
    color: #C2B2F0;
    text-decoration: underline;
}

.post-navigation a:active {
    color: #C2B2F0;
    text-decoration: underline;
}
.pzlc-card {
    margin: 15px 0;
}

/* すべてのページに適用 フッター */
.footer-logo{
    width: 180px;
    margin: auto;
    padding: 0;
}
.copyright {
    margin: 0;
    padding: 125px 0 10px 0;
    background: linear-gradient(to bottom,transparent,#C2B2F0 60%);
    color: #FFF;
    text-align: center;
}
.footer-menu a {
    color: #FFF;
    text-decoration: none;
}
.footer-menu a:visited {
    color: #FFF;
    text-decoration: none;
}
.footer-menu a:hover {
    color: #FFF;
    text-decoration: underline;
}
.footer-menu a:active {
    color: #FFF;
    text-decoration: underline;
}
.footer-menu ul{
    list-style-type: none;
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 30px;
}

/* 個別のスタイル */
/* トップページ */
.header-top{
    margin: 0;
    padding: 0;
    background: none;
}
.header-logo-top {
    margin: 0;
    width: 190px;
    padding: 10px 15px;
    float: left;
    position: absolute;
}
.header-category-top ul{
    right:0;
    font-size: 16px;
    padding: 5px 20px;
    list-style-type: none;
    display: flex;
    justify-content: right;
    gap: 40px;
    position: absolute;
}
.header-category-top a:link {
    color: #FFF;
    text-decoration: none;
}
.header-menu-top a:visited {
    color: #FFF;
    text-decoration: none;
}
.header-menu-top a:hover {
    color: #FFF;
    text-decoration: underline;
}
.header-menu-top a:active {
    color: #FFF;
    text-decoration: underline;
}

.top-h2 {
    margin: 0;
    padding: 0;
    color: #333 ;
    background-color: transparent ;
    font-size: 32px;
    text-align: left;
}

/* archive (最新記事一覧ページ) */
.hero{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hero h1{
    font-size: 30px;
    padding: 50px 0;
    margin-bottom: 50px;
    color:#444;
    font-weight: bold;
    text-align: center;
}
.archive{
    margin: 50px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:20px;
}
.archive-box{
    margin-bottom: 25px;
}
.archive-time{
    margin: 0;
    font-size: 12px;
    color:#666;
}
.archive-title {
    margin: 0;
    font-size: 20px;
    color:#444;
    font-weight: Bold;
}
.archive img{
    margin: 5px 0;
    aspect-ratio: 16 / 9;
    border-radius: 2px;
    object-fit: cover;
}
.archive-title a:link{
    color:#444;
    text-decoration: none;
}
.archive-title a:visited {
    color: #444;
    text-decoration: none;
}
.archive-title a:hover {
    color: #F2EFFC;
    text-decoration: underline;
}
.archive-title a:active {
    color: #F2EFFC;
    text-decoration: underline;
}
.archive-category {
    color: #555;
    font-size: 10px;
    background: #F2EFFC;
    border-radius: 1px;
    padding: 1px 5px;
    margin: 8px 3px;
    list-style-type: none;
    position: absolute;
}
.archive-category a:link{
    color:#555;
    text-decoration: none;
}
.archive-category a:visited {
    color: #555;
    text-decoration: none;
}
.archive-category a:hover {
    color: #555;
    text-decoration: underline;
}
.archive-category a:active {
    color: #555;
    text-decoration: underline;
}

/* 固定ページ フォーム*/
.required {
    background-color: #efefef;
    margin-bottom: 25px;
}

/* モバイル */
@media(max-width: 745px){
    html{
        font-size: 14px;
    }
    .header-category{
        visibility: hidden;
    }
    .header-category-top{
        visibility: hidden;
    }
    main {
        padding: 4% ;
        margin:10px auto;
    }
    main h1 {
        font-size: 24px ;
    }
    main h2{
        font-size: 20px;
        padding: 15px 20px;
    }
    main h3{
        font-size: 18px;
        padding: 10px;
    }
    main h4{
        font-size: 18px;
        padding: 10px;
    }
    main h5{
        font-size: 22px;
        padding: 12px;
    }
    .hero{
        font-size: 24px;
    }
    .archive{
        grid-template-columns: 1fr 1fr;
    }
    .footer-menu ul{
        text-align: center;
        flex-wrap: wrap;
        gap: 20px;
    }
}