/*
Theme Name: CUBIC
Description: CUBIC Template
Author: 管理人
*/


.in{
    width:95%;
    max-width: 1100px;
}
.mob{
    display: none;
}

/*------------------*/
/*ナビメニュー*/
/*------------------*/

.menu-mane_menu-container ul li + li:not(:nth-last-child(1)){
    border-left: 1px solid #000;
}
.menu-mane_menu-container ul li + li:not(:nth-last-child(1)) a:hover{
    color: var(--blcolor);
}
/*----------*/
/*ヘッダー*/
/*----------*/

#header h1{
    width: 30%;
}

header{
    width: 90%;
    background-color: rgb(255 255 255 / 80%);
    padding: 33px 4%;
    border-radius: 15px;
    top: 35px;
}

/*----------*/
/*ホーム*/
/*----------*/
.home_contenttexts{
    width: 37%;
}
/*ホームBLUE-KITEとは*/
.home_01 .home_content_img{
    margin-bottom: -80px;
    position: relative;
    z-index: 2;
}
.home_content_img{
    width: 25%;
}
/*ホーム協力店紹介*/
.home02_img{
    z-index: 2;
    width: 18%;
    left: -8%;
    bottom: -27%;
}
/*ホームお知らせ*/
.home_news .tab_botom ul{
    -webkit-flex-direction: column;
    flex-direction: column;
}
.tabbox_content{
    width: calc(100% - 5em - 10%);
}
/*-----------------*/
/*協力店紹介*/
/*-----------------*/

/*協力店紹介ボタン*/
.map_selects{
    font-size: 18px;
}
/*協力店詳細*/
.single_shophed{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap:5%;
}
.single_shopimgs{
    width: 40%;
}
.shop_datas{
    width: 55%;
}
.shop_data table :is(th){
    width: 10em;
}


