@charset "UTF-8";
/* CSS Document */

html{
	scroll-behavior: smooth;
}
/*---------- 
ヘッダー 
----------*/
.dir-taidan .taidan-header{
	background-color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
	width: 100%;
	position: relative;
}
.dir-taidan .taidan-header img{
	height: 35px;
}
@media screen and (max-width: 767px){
.dir-taidan .taidan-header{
	height: 50px;
}
.dir-taidan .taidan-header img{
	height: 20px;
}
}
/*---------- 
ヘッダーここまで 
----------*/
/*---------- 
フッター
----------*/
.dir-taidan footer{
	padding-bottom: 80px;
}
.dir-taidan footer a{
	display: block;
	text-align: center;
}
.dir-taidan footer a img{
	width: 120px;
}
.dir-taidan footer .copy{
	display: block;
	text-align: center;
	margin-top: 0;
padding-top: 0;
}
@media screen and (max-width: 767px){
	.dir-taidan footer a img{
	width: 80px;
}
}
/*---------- 
フッターここまで 
----------*/
/*---------- 
トップへ戻る
----------*/
.dir-taidan .top-button{
  position: fixed;
  right: 20px;
  bottom: 10px;
  font-size: 15px;
	font-weight: bold;
  color: #fff;
  background: #000;
  padding: 10px;
  cursor: pointer;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 55px;
	height: 55px;
}
.top-button.active{
	opacity: 1;
	visibility: visible;
}
.arrow-up {
	display: inline-block;
	vertical-align: middle;
	color: #FFFFFF;
	line-height: 1;
	position: relative;
	width: 0.1em;
	height: 1em;
	background: currentColor;
}

.arrow-up::before {
	content: '';
	width: 0.65em;
	height: 0.65em;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	transform: rotate(-45deg);
	transform-origin: top right;
	position: absolute;
	top: -0.05em;
	right: 50%;
	box-sizing: border-box;
}
/*---------- 
トップへ戻るここまで 
----------*/
/*---------- 
本文
----------*/
.dir-taidan main .text01{
	font-size: 1.8rem;
	line-height: 2;
	margin-bottom: 50px;
}
.dir-taidan main .text01 span{
	display: block;
	text-align: right;
	font-size: 1.4rem;
}
.dir-taidan main .text02{
	font-size: 1.6rem;
	line-height: 1.8125;
	margin-bottom: 30px;
}
.dir-taidan main .text02 .name{
	display: inline-block;
	font-weight: bold;
	margin-right: 8px;
	color: #000000;
}
.dir-taidan main .text03{
	position: relative;
	line-height: 1.8;
	font-size: 2.7rem;
	font-weight: bold;
	color: #957B4A;
}
.dir-taidan main .text03:before{
	content: '';
	display: inline-block;
	width: 1.6em;
	height: 1px;
	background-color: #957B4A;
	position: absolute;
	top: 1em;
	left: -1.8em;
}
/*---------- 
本文ここまで
----------*/


.dir-taidan main .taidan-head{
	margin-top: 150px;
	margin-bottom: 150px;
}
.dir-taidan main .head-ttl{
	font-weight: bold;
	font-size: 2.6rem;
	line-height: 1.8;
}
.dir-taidan main .taidan-img{
	padding-top: 30px;
	padding-bottom: 30px;
}
.dir-taidan main .taidan-img.taidan-img_s{
	padding-top: 0;
}
.dir-taidan main .taidan-main-ttl{
	padding: 15px 0;
	background-color: #51318F;
	color: #FFFFFF;
	background-image: url("../img/ttl_bg.jpg");
	background-position: bottom;
	background-size: cover;
	width: 100%;
	height: 100%;
	margin-bottom: 50px;
	margin-top: 50px;
	min-height: 105px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background-repeat: no-repeat;
}
.dir-taidan main .taidan-main-ttl p{
	font-weight: bold;
	font-size: 2.5rem;
	margin: 0;
}
.dir-taidan main .taidan-footer{
	padding-top: 150px;
	padding-bottom: 150px;
}
.dir-taidan main .taidan-footer h1{
	font-weight: bold;
	font-size: 4.7rem;
	text-align: center;
	margin: 0;
	position: relative;
}
.dir-taidan main .taidan-footer h1 span{
	position: relative;
	display: inline-block;
	line-height: 1;
	color: #957B4A;
}
.dir-taidan main .taidan-footer h1 span:before{
	content: "";
	width: 24px;
	height: 24px;
	background-color: #957B4A;
	border-radius: 50%;
	position: absolute;
	left: -45px;
	top: 50%;
	transform: translateY(-50%);
}
.dir-taidan main .taidan-footer h1 span:after{
	content: "";
	width: 24px;
	height: 24px;
	background-color: #957B4A;
	border-radius: 50%;
	position: absolute;
	right: -45px;
	top: 50%;
	transform: translateY(-50%);
}
.dir-taidan main .profile-inner + .profile-inner{
	margin-top: 30px;
}
.dir-taidan main .profile-inner dt{
	font-weight: bold;
	font-size: 2.0rem;
	color: #000000;
	margin-bottom: 10px;
}
.dir-taidan main .profile-inner dt span{
	font-size: 1.5rem;
	display: inline-block;
	margin-left: 5px;
}
.dir-taidan main .profile-inner dt span span{
	font-size: 1.1rem;
	margin-left: 0;
}
.dir-taidan main .profile-inner dd{
	padding-left: 15px;
	padding-right: 15px;
}


@media screen and (max-width: 767px){
	.dir-taidan main .taidan-container{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.dir-taidan main　.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	}
	.dir-taidan main　.youtube iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}
	
	.dir-taidan main .taidan-head{
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.dir-taidan main .head-ttl{
		font-size: 2.0rem;
		line-height: 1.6;
	}
	.dir-taidan main .text01{
		font-size: 1.5rem;
		line-height: 1.7;
		margin-bottom: 30px;
	}
	.dir-taidan main .text01 span{
		font-size: 1.2rem;
	}
	.dir-taidan main .text03{
		font-size: 1.7rem;
		line-height: 1.8;
	}
	.dir-taidan main .text03:before{
		top: .8em;
	}
	.dir-taidan main .text02{
		font-size: 1.4rem;
		line-height: 1.6;
		margin-bottom: 20px;
	}
	.dir-taidan main .taidan-img{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.dir-taidan main .taidan-main-ttl{
		background-position: center right;
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.dir-taidan main .taidan-main-ttl p{
		font-size: 1.6rem;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.dir-taidan main .taidan-footer{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.dir-taidan main .taidan-footer h1{
		font-size: 2.7rem;
	}
	.dir-taidan main .taidan-footer h1 span:before,.dir-taidan main .taidan-footer h1 span:after{
		width: 20px;
		height: 20px;
	}
	.dir-taidan main .profile-inner dt{
		font-size: 1.6rem;
	}
	.dir-taidan main .profile-inner dt span{
		font-size: 1.3rem;
	}
	.dir-taidan main .profile-inner dt span span{
	font-size: 1.0rem;
}
	.dir-taidan main .profile-inner + .profile-inner{
		margin-top: 20px;
	}
}
@media screen and (min-width: 768px){
	.dir-taidan main .taidan-container{
		max-width: 1100px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 50px;
		padding-right: 50px;
	}
	.dir-taidan main .taidan-img img{
		max-width: 870px;
	}
	.dir-taidan main .taidan-main-ttl p{
		max-width: 1100px;
		width: 1100px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 50px;
		padding-right: 50px;
}
}
