/*
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: 5px;
}
/*ハンバーガーボタン*/

.header .menu > li{
    float: left;
    padding-bottom: 15px;
}
.header nav{
    float: left;
    padding: 71px 0 0;

}
.header nav .sub-menu{
    position: absolute;
    width: 1200px;
}
.header nav .sub-menu li{
    display: inline-block;
    position: relative;
}
.header nav .menu > li:hover .sub-menu{
    top: 38px;
    visibility: visible;
    opacity: 1;
}
.header nav .menu > li >a{
    padding-left: 1.2em;
    margin-right: 1em;
}

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

.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%;
}
/*---------------------*/
/*ホーム*/
.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;
}




