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

body{
	width:100%;
	height:100%;
	font-family:'Noto Sans JP','Sawarabi Gothic', 'Sawarabi Mincho','Great Vibes', cursive,'Dancing Script', cursive,'Fredericka the Great', cursive;
	
	font-size:1rem;
}
#main{
		width:100%;
	height:100%;
	overflow: hidden;
}


a:link,
a:active,
a:visited{
	color:rgba(93,68,49,1);
	text-decoration:none;
}
a:hover{
	opacity:0.6;
	
}



/*下層ページfooter_menu*/
.page_menu{
	padding: 80px 0 ;
	background: #000;
}
.page_menu h2{
	font-size: 2.5em;
	text-align: center;	
	color:rgba(208,38,38,1.00);
	
}
.page_menu ul{
	width: 50%;
	min-width: 600px;
	margin:50px auto 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	
}
.page_menu ul li{
	width: 100px;
	height: 100px;
	background: #000;
	line-height: 100px;
	text-align: center;
	border: 1px solid rgba(208,38,38,1.00);
	
	
}

.page_menu ul li a{color:rgba(208,38,38,1.00);display: block;}
.page_menu ul li a:hover{
	background: rgba(208,38,38,1.00);
	color:#000;
}





footer{
	background: rgba(0,0,0,1);
	height:100px;
	text-align: center;
	color: #fff;
}
p.copy{
	padding: 30px 0 15px;
}
/*===========================================PC設定===========================================*/
@media print, screen and (min-width:1024px){
	
	.sp{
	display: none;
	
}
	
	
	
	
	
	
}/*===========================================//END PC設定===========================================*/

/*===========================================タブレット===========================================*/
@media (max-width: 1024px) and (min-width: 768px) { 






}





/*===========================================SP設定===========================================*/
@media print, screen and (max-width:768px){
	
	
	
	
	
footer{
	background: rgba(0,0,0,1);
	height:100px;
	text-align: center;
	color: #fff;
	font-size: 0.8em;
}
	
.pc{
	display: none;
	
}	
	
.page_menu{
	width: 100%;
	min-width: 100%;
	margin: 0 auto;
}	
.page_menu ul{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin: 50px 0 ;
	
	width: 90%;
	min-width: 90%;
	margin:50px auto 0;

}
.page_menu ul li{
	width: 47%;
	height: auto;
	background: #000;
	border: 1px solid rgba(208,38,38,1.00);
	color:#fff;
	line-height: 100px;
	text-align: center;
	margin-bottom: 10px;
	
	
}	
	
	
}
