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



body{
    
}

.pc{
    display: none;
}

/*--------------------------------------------*/
/*ヘッダー*/
#header{
    height: 14vw;
}
.home_hed #header{
    height: calc(8rem + ((1vw - 3.75px) * 18.3206));
}
.hd_language_menu{
    top: 22px;
    font-size: 13px;
}
#header_container{
    font-size: 3vw;
}
.home_hed #header_container{
    height: calc(100% - 58px);
}
#header_container h1 span{
    font-size: 0.6em;
}
#smp_menu{
    top: 23px;
    font-size: 9px;
}
.homehed_hukidashi span{
    font-size: 0.7em;
}
.homehed_hukidashi span::before{
    bottom:calc(-1em + 1px);
}
.homehed_imgh{
    width: 150%;
    left: -18%;
}
#smp_menu .smp {
    
}
#smp_menu p {
   
}
/*ホーム*/
.mapbox .maplogoimg {
    top: -11px;
    right: -9px;
}

.home01_list ul{
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 155px), 1fr));
}
.home02_list{
    position: relative;
}
/*ホーム画像*/
.topimg_03 {
    left: -7%;
}
.topimg_04{
    left: -5%;
}
.topimg_05{
    right: -6%;
}
.topimg_06{
    right: -6%;
}
.topimg_07{
    left: -4%;
    bottom: -61px;
}
.character_02{
	left: 8%;
    top: -52px;
}
.character_03{
	left: 0;
}

/*--------------------------------------------*/
/*下層ページ*/
.contents{
    padding: 4%;
}
/*お知らせ*/
.cat_nav ul{
    flex-wrap: wrap;
    font-size: 0.9em;
}
.news_list a{
    padding: 1em 1.5em;
    border-radius: 20px;
    gap: 0;
}
.news_list a time{
    font-size: 0.8em;
}
.news_list .cat_tag{
    font-size: 0.7em;
    margin-right: 0.5em;
}
.news_list a h2{
    width: 100%;
}
/*見出し*/
.contents h2{
    font-size: calc(1.4375rem + ((1vw - 3.2px) * 1.5625));
}
.contents h3{
    font-size: 20px;
}
/*ガイド--*/
.txt_title span{
    font-size: 60px;
}


@media screen and (max-width: 590px) {
    .guide_block .img {
        width: 100%;
        margin-bottom: 30px;
    }
    .guide_block .txt{
        width: 100%;
        padding: 0;
        margin-top: 40px;
    }
}

