/*
Theme Name: CUBIC
Description: CUBIC Template
Author: 管理人
*/


.in{
    max-width: 1300px;
    padding: 0 50px;
}
.mob{
    display: none;
}

/*++++++++++++++++++++*/
/*ヘッダー*/

.hedicon img{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width:18%;
}
.header::after,
.header .menu::after{
    content: "";
    display: block;
    clear: both;
}

.header .hedicons{
    float: right;
    margin-top: 15px;
}
/*ハンバーガーボタン*/

.header .menu > li{
    
    padding-bottom: 15px;
}
.header nav{
    float: left;
    padding: 82px 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: calc(100% - 100px);
    padding-left: 15%;
    position: relative;
}
.header nav .sub-menu{
    position: absolute;
    width: 100%;
}
.header nav .sub-menu li{
    display: inline-block;
    position: relative;
}
.header nav .menu > li:hover .sub-menu{
    bottom: -50px;
    visibility: visible;
    opacity: 1;
}
.header nav .menu > li >a{
    padding-left: 1.2em;
    margin-right: 1em;
}
.header nav .menu,
.header #menu-sns{
    display: -webkit-flex;
    display: flex;
}
.header nav .menu{
    position: inherit;
}

/*--------------------*/
/*フッター*/

.footnav{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}
.footlincbotn{
    position: absolute;
    right: 0;
    top: 0;
    max-width: 300px;
    width: 30%;
}
.footbanner{
    text-align: center;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 80px;
}
.foot_nav .widget{
    margin-bottom: 20px;
}
/*---------------------*/
/*ホーム*/
.home02_coimg{
    width: 40%;
}
.home02_cotext{
    width: 54%;
}
/*---------------------*/
/*下層ページ*/
/*----下層ページヘッダー----*/
.contenthedimg{
    height: 300px;
}
/*---------投稿一覧---------*/

.itemlist .itemlistimg{
    width: 35%;
    height: 190px;
}
.itemlist .itemlistbox{
    width: 62%;
}
.itemlist > ul > li + li{
    margin-top: 20px;
}

/*---------固定ページ---------*/
/*--------浜田応援団とは----*/
.cheer-teamboximg{
    width: 35%;
}
.cheer-teambox02 p{
    width: 62%;
    padding-top: 45px;
}

/*ブログ一覧-------------------*/

.blig_box:has(#sidebar){
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 20px;
}
.blig_box .blig_list{
    grid-column: span 4 / span 4;
    grid-column-start: 1;
    grid-row-start: 1;
}
.blig_box #sidebar{
    grid-column-start: 5; */
    grid-row-start: 1;
    
}
.sidebar_catlist ul li + li{
    margin-top: 0.5em;
}





