@charset "utf-8";
/* CSS Document */
.mainimg img{
  width: 100%;
  height: 600px;
  object-fit: cover;}
#maincatch{
	padding: 3em 0;
}
#maincatch-contents{
	display: flex;
	justify-content:space-between;
}
.maincatch-logo{
	width: 28%;
}
.maincatch-txt{
	padding: 1em 0;
	width: 70%;
	background-image: url("../images/maincatch-bg.png");
background-size: contain;
	background-repeat: no-repeat;
	background-position:center;
}
#maininfo{
	background: #f3f3f3;
}
#maininfobox{
	display: flex;
	padding: 3em 0;
	justify-content: space-between;
}
.infobox1,.infobox2{
	width: 48%;
}
.infobox1{
	border-right: 1px solid #ccc;
	padding-right: 1%;
}
h3.infoh3{
	line-height: 120%;
	text-align: center;
	background: none;
	color: #333;
	font-size: 2.1rem;
	font-weight: bold;
}
h3.infoh3 span{	
	font-size: 1.8rem;	
}
dl.info{
	padding-bottom:0.5em;
}
dl.info dt {
	border-bottom: none;
	float: left;
}
dl.info dd {
	margin-left: 6em;
	
}
dl.list{
	padding-bottom:0.5em;
}
dl.list dt{
	float: left;
}
dl.list dd{
	margin-left: 6em;
}
.infolink{
	text-align: center;
}
.infolink a{	
	border: 1px #a0a0a0 solid;
	background: #fff;
	padding: 0.5em 3em;
	text-decoration: none;
}
#maindojo{
	display:flex;
}
#maindojo a{
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.dojotitle{
	font-size: 2.5em;
	font-weight: bold;
}
.shibu .dojotitle{
	font-size: 1.8em;
}
.dojoadress{
	margin-bottom: 1em;
}
.dojolink{
	border:2px solid #FFFFFF;
	display: inline-block;
	padding:0.5em 2em;
}
#maindojo a:hover .dojolink{
	color: #CC0A0D;
	background: #FFFFFF;
}
.honbu{
	background-image:url("../images/bg-honbu.jpg");
	background-repeat: no-repeat;
	background-size:cover;
	width: 50%;	
}

.honbu a{
	display:flex;
	justify-content: center;
  align-items: center;
	flex-direction: column;
	width: 100%;
	min-height: 430px;
}

.shibu{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
}
.mino a,.minonishi a,.nyoitani a,.koshien a{
	display:flex;
	justify-content: center;
  align-items: center;
	flex-direction: column;
	min-height: 215px;
}

.mino{
	width: 50%;
	background-image:url("../images/bg-mino.jpg");
	background-repeat: no-repeat;
	background-size:cover;
}
.minonishi{
	width: 50%;
	background-image:url("../images/bg-minonishi.jpg");
	background-repeat: no-repeat;
	background-size:cover;
}
.nyoitani{
	width: 50%;
	background-image:url("../images/bg-nyoitani.jpg");
	background-repeat: no-repeat;
	background-size:cover;
}
.koshien{
	width: 50%;
	background-image:url("../images/bg-koshien.jpg");
	background-repeat: no-repeat;
	background-size:cover;
}

.topotonalink{
	max-width: 90%;
}

ul.wasre{
	display: flex;
justify-content: space-between;
	flex-wrap: wrap;
}
ul.wasre li{
	
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
	width: 24%;
}
ul.wasre li img{
	width: 100%;
}
/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {	
	#maincatch {
		padding:3em 10px;		
	}
	#maininfo {
		padding:0 10px;		
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	.maincatch-logo{
		margin-bottom: 1em;
	}	
#maininfobox{
	display: block;
	padding: 3em 0;
	justify-content: space-between;
}
.infobox1,.infobox2{
	width: 100%;	
}
.infobox1{
	border-right:0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2em;
	margin-bottom: 2em;
}

#maindojo{
	display: block;
}
.honbu{
	width: 100%;	
}
.honbu a{
	width: 100%;
	min-height:250px;
}
.shibu{
	width: 100%;
}
	.shibu a{
		min-height: 200px;
	}
}



/*================================================
 *  スマートフォン向けデザイン2
 ================================================*/
@media screen and (max-width: 480px) {
#maincatch-contents{
	display:block;
}
	.maincatch-logo{
	width: 60%;
		margin: 0 auto 10px;
}
.maincatch-txt{
	width: 100%;
}
}