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

#crnav-head .logo {
	display:none;}
#top .top_logocontainer {
	position:relative;
	}
#top .top_img {
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	background-size: cover;
	top: -100px;
}
#top .top_img video {
	display:none;}

#top h1 {
	position:relative;
	z-index:90;
	background:#FFF;
	width:250px;
	padding:30px;
	margin:50px auto;}
#top .top_contents {
	width:100%;
	background-color:#FFF;}
#top #top_nav {
	padding:20px 0px;}
#top #top_nav .top_link_bizenya {
	background:#002766;
	color:#FFF;
	display:block;
	padding:20px 30px;
	margin:10px 30px;
	text-align:center;
	font-size:2.5rem;
	font-weight:bold;
	}
#top #top_nav .top_link_shop {
	border:#002766 1px solid;
	color:#002766;
	display:block;
	padding:20px 30px;
	margin:10px 30px;
	text-align:center;
	font-size:2.5rem;
	font-weight:bold;
	}
#top #top_catch p {
	font-size:25px;
	font-weight:bold;
	text-align:center;
	color:#002666;}
#top #top_catch .catch_img {
	text-align:center;}	
	
#top #top_topics {
	padding:50px 0px;}
#top #top_topics h2 {
	font-size:30px;
	text-align:center;
	color:#002666;
	}
#top #top_topics dl {
    padding: 1rem 2rem;
  border-top: 3px solid #002766;
  border-bottom: 3px solid #002766;
}


#top #top_topics dl dt {
	color:#000;}
#top #top_topics dl dd {
	border-bottom:1px solid #002766;
	margin-bottom:15px;}
#top #top_topics dl dd a {
	color:#002766;
	  z-index:51;}

#top #top_calendar iframe {
	width:100%;
	border:none;
	height:750px;
	}

#top #top_gallery {
	}
#top #top_gallery h2 {
	text-align:center;
	font-size:30px;
	color:#002666;}
#top #top_gallery ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin:0px auto;}
#top #top_gallery ul li {
	flex: 1 1 150px;
	min-width: 33.333333%;
	padding: 10px;
	box-sizing: border-box;	
	color:#002666;
	text-align:center;
	}
#top #top_gallery ul li img {
	width: 80%;
	height: 300px;
	object-fit: cover;
}
#top #top_gallery ul li p {
	text-align:left;
	margin-left:3%}
#top #top_gallery .shop_link {
	text-align:right;
	margin:20px 10px 50px 10px;}
#top #top_gallery .shop_link a {
	background-color:#002766;
	color:#FFF;
	padding:10px 15px;}

	
 @media (min-width: 45rem) {
#top .top_img {
	top: -120px;
}
	 
#top .top_img span {
	display:none;}
#top .top_img video {
	display:block;
	width:100%;}
#top h1 {
	width:23%;
	padding:3%;
	margin:100px auto;}
#top #top_nav {
	padding:50px 10%;}
#top #top_nav .top_link_bizenya {
	margin:10px 5%;
	}
#top #top_nav .top_link_shop {
	margin:10px 5%;
	}
#top #top_catch {
	padding:50px 10%;}
#top #top_catch p {
	margin:50px 30px;
	line-height:200%}
#top #top_topics {
	margin:80px 20%;}
#top #top_topics dl {
	padding:50px 0px;
}
#top #top_topics dl dt {
	float:left;
	width:150px;
	margin-left:20px;}
#top #top_topics dl dd {
	padding-left:180px;
	padding-right:30px;}
#top #top_gallery {
	padding:80px;}
#top #top_calendar iframe {
	height:900px;
	}
}
