@charset "UTF-8";

/*---------------------------------
　style1.css    サイトの基本設定, 共通設定(ページ幅など), 
★style2.css    パーツの設定
                [header.php, footer.php, パーツの設定(ボタンなど), モジュールの設定(サーチフォーム、記事一覧など)] 
　style3.css    page-front.php 個別ページ
---------------------------------*/

/* ================================================================================
header.php
================================================================================ */
.loading{
    width: 100vw;
    height: 100vh;
    background-color: var(--baseColor);
    display: flex;
    justify-content:center;
    align-items: center;
    position: fixed;
    z-index: 900;
}
.loadingImg{
    padding: 10px 20px;
    max-height: 100px;
    margin: 0px auto;
}

.modulePcHeader,
.moduleSpHeader{
    display: none;
}

@media screen and (min-width: 768px){
    .modulePcHeader{
        display: block;
    }
    .modulePcHeader-topMain{
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 20px;
        z-index: 100;
        width: 100%;
        font-weight: 300;
        color: var(--baseColor);
        filter: drop-shadow(0px 0px 3px #333333);
    }
    .modulePcHeader-topFixed{
        position: fixed;
        top: -40px;
        left: 0;
        z-index: 100;
        padding-bottom: 20px;
        width: 100%;
        font-weight: 300;
        opacity: 0;
        transition: 0.6s;
        visibility: hidden;
        background: #F8F6ED;
        background: linear-gradient(0deg,rgba(248, 246, 237, 0) 0%, rgba(248, 246, 237, 0.75) 20%, rgba(248, 246, 237, 0.75) 100%);
    }
    .modulePcHeader-topFixed.js__headerFix{
        top: 0;
        visibility: visible;
        opacity: 1;
    }
    .modulePcHeader-commonFixed{
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        padding-bottom: 20px;
        width: 100%;
        font-weight: 300;
        background: var(--baseColor);
        background: linear-gradient(0deg,rgba(248, 246, 237, 0) 0%, rgba(248, 246, 237, 0.75) 20%, rgba(248, 246, 237, 0.75) 100%);
    }

/* 共通の設定 */
    .modulePcHeader__container{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 15px 40px 35px 40px;
        width: 100%;
    }
    .modulePcHeaderLogo img{
        width: 100%;
        max-height: 40px;
    }
    .modulePcHeaderNav{
        display: flex;
        align-items: center;

    }
    .modulePcHeaderNav__list{
        display: flex;
        gap:25px
    }
    .modulePcHeaderNav__list a{
        font-size: 1.6rem;
        font-weight: 500;
        text-decoration: none;
    }
}
@media screen and (max-width: 767px){
    .moduleSpHeader{
        display: block;
    }
    .moduleSpHeader-topMain{
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100;
        width: 100%;
        font-weight: 300;
        color: var(--baseColor);
        filter: drop-shadow(0px 0px 3px #333333);
    }
    .moduleSpHeader-topFixed{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        font-weight: 300;
        padding-top: 15px;
        opacity: 0;
        transition: 0.6s;
        z-index: 99;
        visibility: hidden;
        background: var(--baseColor);
        background: linear-gradient(0deg,rgba(248, 246, 237, 0) 0%, rgba(248, 246, 237, 0.75) 20%, rgba(248, 246, 237, 0.75) 100%);
    }
    .moduleSpHeader-topFixed.js__headerFix{
        top: 0;
        visibility: visible;
        opacity: 1;
    }
    .moduleSpHeader-commonFixed{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        font-weight: 300;
        padding-top: 15px;
        transition: 0.6s;
        z-index: 99;
        background: var(--baseColor);
        background: linear-gradient(0deg,rgba(248, 246, 237, 0) 0%, rgba(248, 246, 237, 0.75) 20%, rgba(248, 246, 237, 0.75) 100%);
    }
    /* 共通の設定 */
    .moduleSpHeader__container{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 25px 30px 40px 30px;
        width: 100%;
    }
    .moduleSpHeaderLogo img{
        width: 100%;
        max-height: 40px;
    }
    .moduleSpHeaderToggle img{
        width: 100%;
        max-height: 40px;
    }
    /* 全画面メニュー */
    .moduleSpHeader-full{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2147483647;
        width: 100vw;
        height: 100vh;
        background: var(--baseColor);
        transition: 0.6s;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
    .moduleSpHeaderNav--show{
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .moduleSpHeaderNav__list{
        padding: 30px 0px 30px 40px;
    }
    .moduleSpHeaderNav__list li{
        margin-bottom: 2.0rem;
    }
    .moduleSpHeaderNav__list a{
        font-size: 2.0rem;
        font-weight: 600;
        text-decoration: none;
    }
}
/* ================================================================================
footer.php
================================================================================ */
.modulePcFooter{
    display: block;
    background-color: #333333;
    color: #ffffff;
}
@media screen and (min-width: 768px){
    .modulePcFooter__container{
        width: 100%;
        max-width: 1600px;
        padding: 40px 120px 20px 120px;
        margin: 0px auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 50px;
    }
}
@media screen and (max-width: 767px){
    .modulePcFooter__container{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        padding: 40px 0px 20px 0px;
        gap: 50px;
    }
}
.modulePcFooterLogo{
    display: flex;
    align-items: center;
}
.modulePcFooterLogo img{
    max-height: 60px;
}
.modulePcFooterLogo__inner p{
    padding-top: 5px;
    font-size: 1.2rem;
}
.modulePcFooterLinks__block{
    margin-bottom: 25px;
}
.modulePcFooterLinks__heading{
    margin-bottom: 8px;
    border-bottom: solid 1px var(--baseColor);
}
.modulePcFooterLinks__heading h6{
    font-weight: 400;
    margin-bottom: 0px;
}
.modulePcFooterLinks__heading span{
    font-size: 1.2rem;
    font-weight: 300;
}
.modulePcFooterLinks__list{
    display: flex;
    flex-wrap: wrap;
    gap: 15px 25px;
}
.modulePcFooterLinks__item a{
    transition: 0.4s;
}
.modulePcFooterLinks__item a:hover{
    opacity: 0.6;
}
.modulePcFooterLinks__item img{
    width: 40px;
    height: 40px;
}
@media screen and (min-width: 768px){
.moduleFooterNav{
    display: flex;
    justify-content: center;
    padding: 20px 120px 40px 120px;
}
    .moduleFooterNav__list{
        display: flex;
        justify-content: center;
        gap:10px 20px;
    }
}
@media screen and (max-width: 767px){
    .moduleFooterNav{
        display: flex;
        justify-content: center;
        padding-bottom: 40px;
    }
    .moduleFooterNav__list{
        display: block;
        text-align: center;
        gap:10px 20px;
    }
}
    .moduleFooterNav__list a{
        font-size: 1.2rem;
        font-weight: 400;
    }