@charset "utf-8";


/************************************************
  Sitemap  サイトマップ
************************************************/

#sitemap .mainVisual {
    background: url(../img/main.jpg) ;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 120% auto;
    height: 300px;
}


.maintitle_box, .sectit_box {
    
    
    margin: 10% auto 0;
   
    }

.sectit_box {
   margin-bottom: 10%;
}

p.tit_ja, p.sectit_ja {
    margin-top: 0!important;
    font-size: 14px;
    color: #333;
    line-height: 2;
    text-align: center;
  
    
}

p.sub_titlez{
    font-size: 18px!important;
    line-height: 1.8;
    margin-top: 5%;
    text-align: center;
}

.maintitle_box h2 {
    color: #333;
    font-size: 36px;
    line-height: 1;
    text-align: center;
    font-family: 'Cinzel', serif;

}

.sectit_box h4 {
    color: #333;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    font-family: 'Cinzel', serif;
    
}


.maintitle_box h2::after {
    display: block;
    width: 240px;
    height: 1px;
    margin: 8px auto 10px;
    background-color: #1f1f1f;
    content: "";
}

.sectit_box h4::after {
    display: block;
    width: 100px;
    height: 2px;
    margin: 8px auto 10px;
    background-color: #6fa8cd;
    content: "";
    
}




@media screen and (min-width: 481px){
   
}

@media screen and (min-width: 769px){
   
}

@media screen and (min-width: 1024px){
    #sitemap .mainVisual {
        background-position: top;
        background-size: 100%;
        height: 600px;
    }
    
    .maintitle_box {
         margin: 4% auto 0;
    }
    
    .maintitle_box h2 {
  
    font-size: 3rem;
    
    
    }

    p.sub_titlez{
   
    margin-top: 2%;
    text-align: center;
    }

}