@charset "utf-8";
/* CSS Document */

h4.contentu_boder_tit{
	font-size: 28px;
	border-bottom: 1px solid #2D6DAE;
	display: inline-block;
	padding: 0px 24px;
	margin: 54px 0px 24px;
}

.contentu_tit{
	width: 100%;
	height: 68vh;
	text-align: center;
}

.contentu_tit h2{
	display: inline-block;
	margin-top: 300px;
	font-size: 36px;
	padding: 3px 5px;
	background:rgba(255,255,255,0.8);
	box-shadow: 0px 0px 9px rgba(255,255,255);
	border-radius: 10px;
	font-weight: normal;
	letter-spacing: .3rem;
}

.etc_contentu_tit_bk h2{
	margin-top: 230px;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: .3rem;
	text-align: center;
}



.contentu_bk{
	background-image: url("../img/contentu_bk.jpg");
	background-position: top center;
	background-repeat: repeat-y;
	padding-top: 60px;
}

.etc_contentu_tit_bk{
	background-image: url("../img/etc_tit_bk.png");
	background-position: center top;
	background-repeat: repeat-x;
	overflow: hidden;
		height: 360px;
}

/*教えCSS*/

.teach_contentu_tit_bk{
	background-image: url("../oshie/img/tit_bk.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	overflow: hidden;
}


.teach_contentu_bk{
	background-image: url("../oshie/img/teach_bk.png");
	background-position: top center;
	background-repeat: repeat-y;
	padding-top: 60px;
}


.teach_box{
	width: 880px;
	margin: 0px auto 86px;
	padding: 12px 0px 80px;
}

.teach_lead{
	text-align: center;
	font-size: 24px;
	margin: 30px 0px;
	line-height: 2;
}


/* 　沿革　*/


.history_contentu_tit_bk{
	background-image: url("../history/img/tit_bk.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	overflow: hidden;
}


.history_box{
	width: 1024px;
	margin: 124px auto;
}

dl.history_table{
	display: flex;
	border-top:solid 1px #9FA0A0;
	padding: 48px 12px;
	 vertical-align:middle;
}


dl.history_table:last-child{
	border-bottom:solid 1px #9FA0A0;

}

.history_table dt{
	white-space: nowrap;
	overflow: hidden;
	width: 25%;
}

.history_table dd{
		width: 73%;
	margin-left: 2%;

}


.history_table p{
	text-indent: 20px;
}

.history_pic{
	text-align: center;
	margin: 24px 0px 124px;
}


/*　本部・地方道場CSS　*/

.guide_main_pic{
	text-align: center;
	margin: 24px 0px 0px;
}

.guide_ob{
	background-image: url("../guide/img/ob.jpg");
	background-repeat: repeat-x;
	height: 123px;
}

h5.guide_sub_tit{
	font-size: 28px;
	display: inline-block;
	padding: 10px 24px;
	margin-bottom: 10px;
	border: 1px solid #000000;
	box-shadow: 3px 3px 6px #666666;
	
}

ul.event_list{
	width: 990px;
	overflow: hidden;
	margin: 60px auto;
}

ul.event_list_2colom{
	width: 660px;
	overflow: hidden;
	margin: 60px auto;
}


.event_list li,
.event_list_2colom li
{
	float: left;
	width: 290px;
	margin: 26px 20px;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
}


.giuide_foot_area{
	background-color: #EAF5F4;
	width: 100%;
	margin: 54px 0px;
	overflow: hidden;
}

dl.guide_foot{
	display: flex;
	margin: 54px auto;
	width: 800px;
	overflow: hidden;
}

.guide_foot dt{
	margin-right: 60px;
}

.guide_foot h4{
	font-size: 24px;
}

.guide_foot a {
	color: #000000;
}

.btn_guide_list{
	font-size: 20px;
	display:inline-block;
	padding: 20px 54px;
	background:#ffffff;
	color:#000000;
	text-align:center;
	text-decoration:none;
	border-radius: 2px; /*角を丸くする*/
	font-weight: bold;
	border: solid 1px #707070
}

.btn_guide_list:hover{
	opacity: 0.5;
	transition: .3s;
}

.btn_arw2:before{
	content:""; /*アイコン用の空オブジェクトを生成*/
	display:inline-block;
	 width: 12px;
    height: 12px;
	border-top: solid 1px #555;   /* 好みで色を変えてください */  
    border-right: solid 1px #555;   /* 好みで色を変えてください */  
    transform: rotate(45deg);
}

.guide_contentu_tit_bk{
	background-image: url("../guide/img/tit_bk.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	overflow: hidden;
}

.guide_list_box{
	width: 1024px;
	margin: 60px auto 100px;
}


dl.guide_list{
	display: flex;
	border-top:dotted 1px #9FA0A0;
	vertical-align: middle;
}


dl.guide_list:last-child{
	border-bottom:dotted 1px #9FA0A0;

}

.guide_list dt{
	white-space: nowrap;
	overflow: hidden;
	width: 18%;
	background-color: #DDF0EF;
	padding: 50px 20px;
	text-align-last: center;
	font-weight: bold;
}

.guide_list dt a

{
	color: #000000;
	text-decoration: underline;
}

.guide_list dd{
		width: 70%;
	margin-left: 8%;
	padding-top: 30px;
}

.guide_list dd ul{
	display: flex;
}

.guide_list dd li{
	width: 56%;
	margin: 0px 2%
}

.guide_list dd li:last-child{
	width: 36%;
	margin: 0px 2%
}


.guide_list dd a{
	color: #000000;
}

/*入会のご案内*/
.join_lead{
	text-align: center;
	font-size: 26px;
	margin: 30px 0px;
	line-height: 1.5;
}

.join_contentu_tit_bk{
	background-image: url("../join/img/tit_bk.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	overflow: hidden;
}

.join_text{
	text-align: center;
	margin-bottom: 50px;
}

.kikan_pic{
	width: 250px;
	height: auto;
	margin: 24px auto;
	box-shadow: 3px 3px 6px #666666;
}

.text_tel{
	font-size: 36px;
	text-align: center;
	font-weight: bold;
}

.text_tel a{
	color: #000000;
}


/*　会報　*/


h4.kaiho_tit{
	text-align: center;
	margin-bottom: 24px;
}

ul.bulletin_list{
	width: 980px;
	overflow: hidden;
	margin: 60px auto;
}


.bulletin_list li
{
	float: left;
	width: 260px;
	height: auto;
	margin: 26px 33px;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
	line-height: 3;
}

.bulletin_list a{
	color: #000000;
}

.bulletin_list li img{
	box-shadow: 2px 2px 5px #666666;
}

@media screen and (max-width: 1024px) {
.teach_box,
.history_box
	{
	width: 96%;
	margin: 0px 2% 40px;
}

ul.event_list,
ul.event_list_2colom	{
	width: 98%;
	overflow: hidden;
	margin: 20px 1%;
}

.event_list li,
.event_list_2colom li
{
	width:48%;
	margin: 26px 1%;
	text-align: center;

}
	
.guide_list_box{
	width: 98%;
	margin: 30px 1%;
}

ul.bulletin_list{
	width: 98%;
	margin: 60px 1%;
}

.bulletin_list li
{
	width: 28%;
	margin: 26px 2%;
	text-align: center;
}

	
	.bulletin_list li img{
	width: 100%;
	}	
	
.history_table dt{
	width: 30%;
}

.history_table dd{
		width: 68%;

}

	
}


@media screen and (max-width: 768px) {
	
.contentu_tit h2,
.etc_contentu_tit_bk h2	{
	margin-top: 180px;
}
	
.etc_contentu_tit_bk{
	height: 40vh;
}
	

.contentu_tit{
	height: 56vh;
}
	
	
h4.contentu_boder_tit{
	font-size: 24px;
}
	
.teach_box,
.history_box
	{
	width: 92%;
	margin: 0px 4% 40px;
	padding: 12px 0px 40px;
}
	
	

dl.history_table{
	display: block;
	padding: 48px 12px;
}

.history_table dt,
.history_table dd	
	{
	width: 100%;
}

.history_table dd
{
	margin-top: 16px;
	margin-left: 0%;
}
	
.history_pic img{
	width: 100%;
}
	

.guide_main_pic img{
	width: 100%;
}

.guide_ob{
	height: 61px;
}

h5.guide_sub_tit{
	font-size: 22px;
}

.event_list li,
.event_list_2colom li	
	{
		width: 100%;
	float: none;
	margin: 26px auto;
}


dl.guide_foot{
	display: block;
	margin: 24px 5%;
	width: 90%;
	text-align: center;
}

.guide_foot dt{
	margin-bottom: 20px;
	margin-right: 0px;
}

.guide_foot h4{
	font-size: 24px;
}

.guide_foot a {
	color: #000000;
}

.btn_guide_list{
	font-size: 20px;
	display:inline-block;
	padding: 20px 54px;
	background:#ffffff;
	color:#000000;
	text-align:center;
	text-decoration:none;
	border-radius: 2px; /*角を丸くする*/
	font-weight: bold;
	border: solid 1px #707070
}

	
.btn_guide_list:hover{
	opacity: 0.5;
	transition: .3s;
}

.btn_arw2:before{
	content:""; /*アイコン用の空オブジェクトを生成*/
	display:inline-block;
	 width: 12px;
    height: 12px;
	border-top: solid 1px #555;   /* 好みで色を変えてください */  
    border-right: solid 1px #555;   /* 好みで色を変えてください */  
    transform: rotate(45deg);
}

.guide_foot h4{
	font-size: 22px;
}
	
	
.guide_list_box{
	width: 96%;
	margin: 30px 2%;
}


dl.guide_list{
	display: block;
	vertical-align: middle;
}



.guide_list dt{
	width: 100%;
	padding: 25px 10px;
}

.guide_list dt a

{
	color: #000000;
	text-decoration: underline;
}

.guide_list dd{
		width: 96%;
	margin-left: 0%;
	padding: 10px 2%;
}

.guide_list dd ul{
	display: block;
}

.guide_list dd li,
.guide_list dd li:last-child	{
	width: 100%;
	margin: 0px
}


.join_lead{
	font-size: 20px;
	margin: 15px 0px;
}

.text_tel{
	font-size: 28px;
}

.join_text{
	text-align: left;
}
	
ul.bulletin_list{
	width: 100%;
	margin: 60px 0;
}


.bulletin_list li
{
	float: none;
	margin: 50px auto;
}
	
.bulletin_list li
{
	width: 100%;
}
	
	.bulletin_list li img{
		width: 50%;
	}
	
	
	
h4.kaiho_tit img{
	width: 30%;
}
	
	
}


@media screen and (max-width: 375px) {
	.contentu_tit h2,
.etc_contentu_tit_bk h2	{
	margin-top: 150px;
	font-size: 24px;}

}
