@charset "UTF-8";
/* CSS Document */

*{
margin:0;
padding:0;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a:link, a:visited, a:hover, a:active {
  text-decoration:none;	
}



html{
    scroll-behavior: smooth;
}

body {
}

#wrapper{
    width:100%;
    overflow-x: hidden !important;
    }


.head{

    background:url("../compe25/nenga2025.png")center no-repeat;
    background-size: 100%;
	background-size:cover;
	position: relative;
    text-align: center;
    height:90vh;

	}

.titleimg{
    width:100%;
    max-width: 804px;
    }

.contents{
	background-color:#FFFFFF;
    padding: 50px 0; 
	}

img{
	width:100%;
	height:auto;
	}
	
.box{
/*    width:100%;*/
	max-width:900px; 
	margin:0 auto;
	padding:5px 20px 20px 20px;
	background-color:#ffffff;
	position:relative;
}

.box .img{
	max-width: 100%;
	}

.subtitleimg{
    width: 100%;
    max-width: 700px;
    padding-top: 8%;
}

.title{
	font-size:1.7rem;
	font-weight:bold;
	padding:0.5em;
	margin-top:10px;
	color:#000000;
	text-align:center;
}

.brpc{
    display: none;
}


/*-------------フッター-------------*/
.footer{
    padding: 20px;
    background-color:#cdac27; 
    }

.copyright {
  font-size: 10px;
  text-align: center;
  color: #ffffff;
    }
	



    
@media screen and (min-width: 600px) and (max-width:1024px) {
    
    .head{
/*    height:70vh;  */
    height: 100vh;    
    }
    
    .titleimg{
    width:100%;
/*    max-width: 820px;*/
    max-width: 600px;    
    }
        
.subtitleimg{
    width: 100%;
    max-width: 500px;
    padding-top: 0%;
}    
        
	.contents{
	padding:0 0 5px 0;
	}
	
	.box{
    max-width: 900px;    
	margin:10px 5px;
	}
		  
	.title{
	font-size:1.3rem;
	font-weight:bold;
	padding:0.3em;
    }
	
}



    
@media screen and (min-width: 320px) and (max-width: 540px) {
    
   .head{
    height:70vh;  
    }
    
    .titleimg{
    width:100%;
    max-width: 420px;
    }
        
    .subtitleimg{
    width: 100%;
    max-width: 340px;
    padding-top: 8%;
}
    
    .title{
	font-size:1.4rem;
	font-weight:bold;
	padding:0.5em;
	margin-top:10px;
	color:#000000;
	text-align:center;
}
    
    .brsp{
    display: block;    
    }
    
}
    
    




/*
@media screen and (orientation: landscape){
    
    .head{
    height: 95vh;    
    }
    
    .titleimg{
    width:100%;
    max-width: 600px;
    }
    
    .subtitleimg{
    width: 100%;
    max-width: 300px;
    padding-top: 0%;
}

}
*/

    

    
    