


*{
	padding: 0;
	margin: 0;
	color: rgb(50 50 50);
	font-size: 0.95rem;
	line-height: 1.35;
}




/**
 * common
 */
#hmbg {
	cursor: pointer;
	margin-left: auto;
	margin-right: 30px;
}

.btn_hmbg {
	display: none;
	overflow: hidden;
	width: 35px;
	height: 35px;
	margin: 10px 10px 10px 0;
	border: 1px solid rgb(255, 255, 255);
	border-radius: 3px;
	color: rgb(255, 255, 255);
	font-size: 1.85rem;
	text-align: center;
	text-decoration: none;
	line-height: 35px;}

h2{
	display: flex;
	align-items: center;
	height: 40px;
	margin-bottom: 20px;
	background: rgba(137, 3, 9, 0.2);
	font-family: serif;
	font-size: 1.75rem;
	font-weight: bold;
}
	h2:before{
		content: "";
		display: block;
		width: 10px;
		height: 40px;
		margin-right: 0.75rem;
		background: rgb(137, 3, 9);
	}

ul, ol, li{
	list-style-type: none;
}
.hidden{
	display: none;
}
.long-text p{
	font-size: 0.95rem;
	line-height: 1.50;
	text-indent: 1.00rem;
}
figcaption{
	margin-top: 0.5rem;
	font-size: 0.80rem;
	text-align: right;
}
#to_top{
	cursor: pointer;
	z-index: 9999999;
	position: fixed;

	right: 30px;
	bottom: 30px;

	width: 80px;
	height: 80px;
	padding: 20px;

	background: rgba(0, 0, 0, 0.2);
	border: 1px solid rgb(0, 0, 0);
	border-radius: 15px;
}
/*
#to_top{
	position: fixed;

	right: 30px;
	bottom: 30px;

	width: 50px;
	height: 50px;

	background: rgba(137, 3, 9, 0.2);
	border: 1px solid rgb(137, 3, 9);

	line-height: 50px;
	text-align: center;
}
*/
#to_top:after{
	content: "上へ";
	position: absolute;
	display: block;

	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	width: 50px;
	height: 50px;
	margin: auto;

	background: rgba(137, 3, 9, 0.2);
	background: rgba(255, 255, 255, 0.8);
	border: 1px dotted rgb(137, 3, 9);
	border-radius: 10px;

	line-height: 50px;
	text-align: center;

}








/**
 * layout
 */
body{
	position: relative;
	background: rgb(245, 245, 245);
}
#wrapper{
	width: 90%;
	max-width: 1240px;
	margin: 0 auto 0 auto;
}
#wrapper_idx{
	width: 90%;
	max-width: 1240px;
	margin: 0 auto 0 auto;
}
	main > article{
		width: 100%;
		padding: 30px;
		margin-top: 0;
		background: rgb(255, 255, 255);
	}
		.sec-sub{
			margin-bottom: 70px;
			border: 1px solid rgb(220, 220, 220);
		}
			.article-sub{
				padding: 0 20px;
			}


	#header{
		z-index: 9999999;
		width: 100%;
		height: 100px;
		background: rgb(137, 3, 9);
	}
		#header > div#header_logo{
			padding-top: 10px;
			padding-left: 20px;
		}
			#header > div#header_logo > a{
				display: block;
				width: 100%;
				height: 100%;
				text-decoration: none;
			}
				#header div#header_logo:before{
					content: "";
					display: block;
					width: 80px;
					height: 80px;
					margin: 0;
					background-image: url("../img/library/logo_s.jpg");
					background-repeat: no-repeat;
					background-position: center center;
					background-size: contain;
				}
				#header > div#header_logo > a > p > *{
					display: block;
					width: 163px;
					color: rgb(255, 255, 255);
					font-family: serif;
					font-style: normal;
					text-align: justify;
					text-align-last: justify;
				}
					#header > div#header_logo > a > p > span{
						margin-top: 5px;
						font-size: 0.70rem;

					}
					#header > div#header_logo > a > p > strong{
						font-size: 1.60rem;
					}
					#header > div#header_logo > a > p > em{
						margin-bottom: 5px;
						font-size: 0.85rem;
					}

		#gnav{
			box-sizing: border-box;
			overflow: hidden;
			width: 780px;
			height: 50px;
			margin: 0 0 10px 40px;
			background: rgb(255, 255, 255);
			border: 1px solid rgb(137, 3, 9);
			border-radius: 5px;
		}
			#gnav > ul > li{
				width: calc(100% / 7);
				border-right: 1px solid rgb(137, 3, 9);
			}
				#gnav > ul > li:last-child{
					border: none;
				}
					#gnav > ul > li > a{
						display: block;
						width: 100%;
						height: 100%;
						background: rgb(255, 255, 255);
						color: rgb(137, 3, 9);
						font-family: serif;
						line-height: 50px;
						text-align: center;
					}
						#gnav > ul > li > a.active{
							background-color: rgba(137, 3, 9, 0.5);
							color: rgb(255, 255, 255);
						}




	#footer{
		width: 100%;
		min-height: 200px;
		background: rgba(137, 3, 9, 0.6);
	}
	#footer *{
		color: rgb(255, 255, 255);
	}
		#nav_bottom{
			padding: 30px 0;
		}
			#nav_bottom ul{
				height: 1.00rem;
			}
				#nav_bottom ul li{
					height: 1rem;
					margin: 0 7px;
				}
					#nav_bottom ul li a{
						display: block;
						width: 100%;
						height: 100%;
						font-size: 1.00rem;
						line-height: 1.00rem;
						text-align: center;
						text-decoration: none;
						letter-spacing: 0.125rem;
					}

	#footer_logo,
	#footer_logo p *{
		display: block;
		margin: auto 5px;
		font-family: serif;
		font-size: 1.00rem;
		font-style: normal;
		text-align: center;
	}
		#footer_logo p strong{
			font-size: 2.00rem;
		}







/**
 * detail index.php > #topimage
 */
#topimage {
	z-index: 99999;
	position: relative;
	width: 100%;
	height: calc(100vh - 100px);

	background: rgb(240, 240, 240);
}


	#topimage #slick-slider ul li{
		height: calc(100vh - 100px);
		max-width: 100%;
		max-height: 100%;
		margin: 0;
		background-repeat: no-repeat;
		background-size: cover;
	}
	#topimage #slick-slider ul li.img-0{
		background-image: url(../img/top/00.jpg);
		background-position: center center;
	}
	#topimage #slick-slider ul li.img-1{
		background-image: url(../img/top/01.jpg);
		background-position: center center;
	}
	#topimage #slick-slider ul li.img-2{
		background-image: url(../img/top/02.jpg);
		background-position: center center;
	}
	#topimage #slick-slider ul li.img-3{
		background-image: url(../img/top/03.jpg);
		background-position: center center;
	}
	#topimage #slick-slider ul li.img-4{
		background-image: url(../img/top/04.gif);
		background-position: center center;
	}

	#topimage-msg-always{
		z-index: 999999;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		max-width: 100%;
		height: 100%;
	}
		#topimage-msg-always > p{
			max-width: 85%;
			min-height: 1.5rem;
			margin: 15px auto;

			transform: translateY(50px);
			color: rgb(255, 255, 255);
			font-family: serif;
			font-size: 2.00rem;
			font-weight: bold;
			opacity: 0;
			text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.8);
		}
			#topimage-msg-always > p.tml_title{
				font-size: 2.50rem;
			}
			#topimage-msg-always > p.tml_main{
				margin: 60px auto 50px;
				font-size: 2.25rem;
			}
			#topimage-msg-always > p.tml_sub{
				font-size: 2.00rem;
			}
			#topimage-msg-always > p.toUp{
				transform: translateY(0);
				transition-duration: 1s;
				opacity: 1;
			}







/**
 * detail index.php > #area_news
 */
	#area-news > .article-sub{
		overflow-y: scroll;
		min-height: 100px;
		max-height: 450px;
	}
		#area-news > .article-sub > ul > li{
			padding: 10px;
			border-bottom: 1px solid rgb(220, 220, 220);
		}
			#area-news > .article-sub > ul > li > a{
				display: block;
				width: 100%;
				height: 100%;
			}
				#area-news > .article-sub > ul > li > a > section > h3{
					overflow: hidden;
					max-width: 75%;
					font-size: 1.00rem;
					text-overflow: ellipsis;
					white-space: nowrap;
				}
				#area-news > .article-sub > ul > li > a > section > time{
					width: 25%;
					min-width: 105px;
					text-align: center;
				}


/**
 * detail index.php > #area_news
 */
	#area-gallery > .article-sub > ul{
		overflow: hidden;
		width: 100%;
	}
		#area-gallery > .article-sub > ul > li{
			position: relative;
			width: calc((100% - 30px) / 3);
			margin-bottom: 15px;
		}
			#area-gallery > .article-sub > ul > li:before{
				content: "";
				display: block;
				padding-top: 100%;
			}
			#area-gallery > .article-sub > ul > li > a{
				display: block;
				width: 100%;
				height: 100%;
			}
				#area-gallery > .article-sub > ul > li > a > img{
					position: absolute;
					width: 100%;
					height: 100%;
					top: 0;
					left: 0;
					object-fit: cover; 
				}


/**
 * detail history.php > #area_history
 */
	#area-history > .article-sub div figure{
		margin-bottom: 15px;
	}
		#area-history > .article-sub div figure.right{
			float: right;
			margin-left: 15px;
		}
		#area-history > .article-sub div figure.left{
			float: left;
			margin-right: 15px;
		}



/**
 * detail organization.php > #area_organization .orgchart
 */
.orgchart{
	list-style-type: none;
	margin: 30px auto;
}

	.orgchart ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	.orgchart ul {
		position: relative;
		/* margin-top: 1rem; */
		margin-left: 35px;
	}

	/* ヨコ棒 */
	.orgchart ul:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 0;
		border-left: 1px solid red;
	}

	.orgchart ul li {
		position: relative;
		margin: 0 0 0 0;
		padding: 7px 15px 7px 30px;
		/* padding: 0; */
	}

	/* タテ棒 */
	.orgchart ul li:before {
		content: "";
		display: block;
		position: absolute;
		top: 15px;
		left: 0;
		width: 15px;
		height: 0;
		border-top: 1px solid blue;
	}

	.orgchart ul li:last-child:before {
		top: 15px;
		bottom: 0;
		height: auto;
		background-color: #fff;
	}

	.orgchart ul:before,
	.orgchart ul li:before{
		border-color: rgb(150, 150, 150);
	}

	.orgchart a:after{
		content: "外部リンク";
		display: inline-block;
		height: 18px;
		padding: 0 5px;
		margin: 0 0 0 10px;
		background: rgb(245, 245, 245);
		border: 1px solid rgb(100, 100, 100);
		border-radius: 3px;
		font-size: 0.80rem;
		line-height: 18px;
	}
	#siteowner{
		box-sizing: border-box;
		display: inline-block;
		width: auto;
		height: 25px;
		padding: 0 10px;
		margin: 0 0 0 -10px;
		background: rgba(137, 3, 9, 0.2);
		border: 1px solid rgb(137, 3, 9);
		border-radius: 2px;
		line-height: 25px;
	}
	#siteowner:after{
		content: "（当道場）";
		font-size: 0.85rem;
		font-weight: normal;
	}





/**
 * detail profile.php > #area_profile
 */
	#area-profile > .article-sub > ul{
		overflow: hidden;
		width: 800px;
		margin: 0 auto;
		font-family: serif;
	}
		#area-profile > .article-sub > ul > li{
			margin-bottom: 10px;
			background: rgb(250, 250, 250);
			border: 1ps solid rgb(220, 220, 220);
		}
			#area-profile > .article-sub > ul > li.no-data{
				background: none;
			}
		#area-profile > .article-sub > ul > li:not(._blk_2){
			width: calc(50% - 5px);
		}
			#area-profile > .article-sub > ul > li dl dt,
			#area-profile > .article-sub > ul > li dl dd{
				width: 100%;
				text-align: center;
			}
		#area-profile > .article-sub > ul > li._blk_2{
			width: 100%;
		}
			#area-profile > .article-sub > ul > li._blk_2 dl dt,
			#area-profile > .article-sub > ul > li._blk_2 dl dd{
				width: 100%;
				text-align: center;
			}

			#area-profile > .article-sub > ul > li dl dd figure{
				padding-top: 25px;
				text-align: center;
			}

			#area-profile > .article-sub > ul > li dl dt h3{
				width: 65%;
				height: 25px;
				padding: 0 1rem;
				margin: 20px auto;
				border-bottom: 1px solid rgb(137, 3, 9);
				border-left: 5px solid rgb(137, 3, 9);
				font-size: 1.45rem;
				line-height: 25px;
			}


			#area-profile > .article-sub > ul > li._blk_2 dl dt h4{
				height: 30px;
				background: rgb(220, 220, 220);
				font-size: 1.25rem;
				font-weight: bold;
				letter-spacing: 1.00rem;
				line-height: 30px;
			}

			#area-profile > .article-sub > ul > li._blk_2 dl dt h4 + ul{
				margin-bottom: 15px;
			}

			#area-profile > .article-sub > ul > li._blk_2 dl dt h4 + ul li{
				margin-bottom: 5PX;
				text-align: left;
			}




/**
 * detail concept.php > #area_concept
 */
	#area-concept > .article-sub > ul{
		overflow: hidden;
		margin: 0 auto;
	}
		#area-concept > .article-sub > ul > li{
			width: 100%;

		}
			#area-concept > .article-sub > ul > li#kokoroe{
				background-image: url(../img/logo_large.jpg);
				background-repeat: no-repeat;
				background-position: center 150px;
				background-color: rgba(255, 255, 255, 0.7);
				background-blend-mode: lighten;
			}

			#area-concept > .article-sub > ul > li#kokoroe *{
				font-family: serif;
			}
				#area-concept > .article-sub > ul > li#kokoroe h3{
					margin: 30px auto;
					font-size: 2.25rem;
					text-align: center;
				}

				#area-concept > .article-sub > ul > li#kokoroe p{
					width: 70%;
					margin-right: auto;
					margin-left: auto;
					font-size: 1.25rem;
					line-height: 1.75;
					text-align: justify;
					text-indent: 1.00rem;
				}
					#area-concept > .article-sub > ul > li#kokoroe p#phrase{
						font-size: 2.00rem;
						text-align: center;
					}
					#area-concept > .article-sub > ul > li#kokoroe p#signature{
						font-size: 1.50rem;
						text-align: right;
					}

	#area-concept > .article-sub  table.table th{
		width: 25%;
		text-align: justify;
		text-align-last: justify;
	}
	#area-concept > .article-sub  table.table td iframe{
		margin: 30px auto;
	}

		#area-concept > .article-sub  table.table tr th{
			background: rgb(240, 250, 250);
		}

