@charset "utf-8";
/*******************************************
 	visual
*******************************************/
#visual{
	background:url(/2025/img/tgr/visual_pc.jpg) no-repeat center center;
	background-size:cover;
	padding:25px 0;
}
#visual h2{
	width:325px;
	margin:0 auto;
}
@media screen and (max-width: 768px) {
	#visual{
		background:url(/2025/img/tgr/visual_sp.jpg) no-repeat center center;
		background-size:cover;
		padding:5% 3.125%;
	}
	#visual h2{
		width:54.16666666666667%;
		margin:0 auto;
	}
}
/*******************************************
 	news
*******************************************/
#news{
	margin:0 auto 90px;
}
#news h3{
	text-align:center;
}
#news ul{
	width:816px;
	margin:0 auto 40px;
}
#news .inner-min > p {
	width: 150px;
	margin:0 auto;
}
#news .inner-min > p a {
	padding: 3px 1.8rem;
	display: block;
	text-align: center;
	position: relative;
	color: #333;
	background: #ddd;
	font-size: 1.8rem;
	font-weight: bold;
}
#news .inner-min > p a:after {
	content: "\e902";
	font-family: as;
	position: absolute;
	font-size: 1.0rem;
	font-weight: normal;
	line-height: 1;
	width: 1.0rem;
	height: 1.0rem;
	top: 0;
	bottom: 0;
	right: 5px;
	text-align: center;
	display: block;
	margin: auto;
}
#news .inner-min > p a:hover{
	opacity:0.5;
}
@media screen and (max-width: 768px) {
	#news{
		margin:0 auto 10%;
	}
	#news ul{
		width:auto;
		margin:0 auto 6%;
	}
}
/*******************************************
 	bnr-area
*******************************************/
#bnr-area{
	margin:0 auto 90px;
}
#bnr-area h3{
	text-align:center;
}
#bnr-area p{
	text-align:center;
}
#bnr-area p a:hover{
	opacity:0.5;
}
@media screen and (max-width: 768px) {
	#bnr-area{
		margin:0 auto 10%;
	}
	#bnr-area p{
		width:40%;
		margin:0 auto;
	}
}
/*******************************************
 	show
*******************************************/
#show{
	padding:0 0 100px;
}
#show h3{
	text-align:center;
}
#show .show-list{
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#show .show-list > li{
	width:25%;
	box-sizing: border-box;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	overflow:hidden;
}
#show .show-list > li:nth-child(4n){
	border-right:none;
}
#show .show-list > li a{
	position:relative;
	display:block;
	width:100%;
	height:0;
	padding-top:75.25083612040134%;
}
#show .show-list > li p{
	position:absolute;
	width:110%;
	height:110%;
	top:-120%;
	left:-120%;
	right:-120%;
	bottom:-120%;
	margin:auto;
	overflow: hidden;
	transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-webkit-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;
	-ms-transition: all .2s ease 0s;
}
#show .show-list > li a:hover p{
	width:130%;
	height:130%;
}
#show .show-list > li p span{
	font-size: 0;
	line-height: 0;
	position: relative;
	width: 100%;
	height: 100%;
	display:block;
}
#show .show-list > li p span:after{
	content:"";
	display:block;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,0.45);
	transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-webkit-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;
	-ms-transition: all .2s ease 0s;
}
#show .show-list > li a:hover p span:after{
	background:rgba(0,0,0,0);
}
#show .show-list > li p span img{
	height: auto !important;
	width:100%;
	text-align:center;
}
#show .show-list > li div{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
#show .show-list li dl{
	padding:20px;
}
#show .show-list > li dt{
	font-size:1.6rem;
	text-align:center;
	color:#fff;
	margin:0 0 20px;
}
#show .show-list > li dt b{
	font-size:2rem;
	font-weight: bold
}
#show .show-list > li dd{
	font-size:1.4rem;
	text-align:center;
	color:#fff;
}
@media screen and (max-width: 768px) {
	#show{
		padding:0 3.125% 10%;
	}
	#show .show-list > li{
		width:50%;
	}
	#show .show-list > li dl{
		padding:1% 1% 8%;
	}
	#show .show-list > li dt{
		margin:0 0 4%;
		color:#333;
		text-align:left;
	}
	#show .show-list > li dd{
		color:#333;
		text-align:left;
	}
	#show .show-list > li a{
		position:static;
		padding:0;
		height:auto;
	}
	#show .show-list > li p,
	#show .show-list > li a:hover p{
		position:relative;
		padding-top: 75.25083612040134%;
		width:100%;
		height:0;
		left:0;
		right:0;
		top:0;
		bottom:0;
	}
	#show .show-list > li dt b{
		font-size:1.6rem;
	}
	#show .show-list > li p span{
		position:absolute;
		top:0;
		left:0;
		right:0;
		bottom:0;
		width:100%;
		height:100%;
		margin:auto;
	}
	#show .show-list > li div{
		position:static;
		display:block;
	}
	#show .show-list > li p span:after{
		display:none;
	}
}
/*******************************************
 	tgr2021list
*******************************************/
#wrap.tgrlist #main{
	margin:0 auto;
	width:100%;
}
#wrap.tgrlist #main .days{
	margin:0 auto 20px;
}
#wrap.tgrlist #main .days h3{
	float:left;
	font-size:2.4rem;
}
#wrap.tgrlist #main .days .entry{
	float:right;
	padding:3px 0 0;
}
#wrap.tgrlist #main .days .entry p{
	display:inline-block;
	font-size:1.8rem;
	color:#cc0000;
}
#wrap.tgrlist #main .days .entry p:first-child{
	margin:0 5px 0 0;
}
#wrap.tgrlist #main .visual{
	background:#efefef;
	position:relative;
	margin:0 0 40px;
}
#wrap.tgrlist #main .visual dt{
	float:right;
	width:50%;
	height:0;
	padding-top:37.5%;
	text-align:center;
	font-size:0;
	line-height:0;
	background:#000;
	position:relative;
	overflow:hidden;
}
#wrap.tgrlist #main .visual dt span{
    position: absolute;
    margin: auto;
    left: -130%;
    right: -130%;
    top: -130%;
    bottom: -130%;
    width: 100%;
    height: 100%;
}
#wrap.tgrlist #main .visual dt img{
	position:absolute;
	margin:auto;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:100%;
	height:auto;
}
#wrap.tgrlist #main .visual dd{
	float:left;
	width:50%;
}
#wrap.tgrlist #main .visual dd div{
	padding:20px;
}
#wrap.tgrlist #main .visual dd p{
	font-size:1.8rem;
	margin:0 0 20px;
	letter-spacing: .2rem;
}
#wrap.tgrlist #main .visual dd p:last-child{
	margin:0;
}
#wrap.tgrlist #main .visual dd p b{
	font-size:2.4rem;
}
#wrap.tgrlist #main .contents ul{
	border-right:1px solid #333;
	border-top:1px solid #333;
	margin:0 0 40px;
}
#wrap.tgrlist #main .contents ul li{
	font-size:1.8rem;
	border-left:1px solid #333;
	border-bottom:1px solid #333;
}
#wrap.tgrlist #main .contents ul li dl{
	display:table;
	width:100%;
}
#wrap.tgrlist #main .contents ul li dt{
	display:table-cell;
	vertical-align: middle;
	text-align:center;
	width:295px;
	padding:20px;
	border-right:1px solid #333;
	background:#ffe8d8;
	font-weight:bold;
	word-break: break-all;
}
#wrap.tgrlist #main .contents ul li dd{
	display:table-cell;
	padding:20px;
	word-break: break-all;
}
#wrap.tgrlist #main .contents ul li dd a{
	text-decoration: underline;
}
#wrap.tgrlist #main .page-navi{
	margin:0 0 100px;
}
#wrap.tgrlist #main .page-navi li{
	width:300px;
	font-size:1.8rem;
}
#wrap.tgrlist #main .page-navi .prev{
	float:left;
}
#wrap.tgrlist #main .page-navi .next{
	float:right;
	text-align: right;
}
@media screen and (max-width: 768px) {
	#wrap.tgrlist #main .contents{
		padding:0 3.125%;
	}
	#wrap.tgrlist #main .days{
		margin:0 auto 3%;
	}
	#wrap.tgrlist #main .visual{
		margin:0 auto 6%;
	}
	#wrap.tgrlist #main .visual dt{
		float:none;
		width:100%;
		padding-top: 70%;
	}
	#wrap.tgrlist #main .visual dd{
		float:none;
		width:100%;
	}
	#wrap.tgrlist #main .visual dd div{
		padding:3.125%;
	}
	#wrap.tgrlist #main .visual dd p{
		margin:0 auto 2%;
	}
	#wrap.tgrlist #main .contents ul{
		margin:0 auto 6%;
	}
	#wrap.tgrlist #main .contents ul li dl{
		width:100%;
	}
	#wrap.tgrlist #main .contents ul li dt{
		width:35%;
		padding:3.125%;
	}
	#wrap.tgrlist #main .contents ul li dd{
		padding:3.125%;
	}
	#wrap.tgrlist #main .page-navi{
		padding:0 3.125%;
		margin:0 auto 10%;
	}
}
/*******************************************
 	about
*******************************************/
#about section{
	margin:0 0 60px;
}
#about .ta-center{text-align: center;}
#about .box dt{
	font-size:2.6rem;
	margin:0 0 10px;
	font-weight:bold;
}
#about .box dd p{
	font-size:1.6rem;
	line-height:2;
}
#about .box dd .photo,
#about .box .photo,
#about .photo{
	font-size:0;
	line-height:0;
}
#about .box01 > div > div{
	float:left;
	width:650px;
	margin:0 36px 0 0;
}
#about .box01 > div > div + div{
	float:right;
	width:230px;
	padding:20px;
	margin:0;
	background:#efefef;
}
#about .box01 > div > div p + p{
	margin-top:5rem;
	text-align:right;
}
#about .box01 p{
	font-size:1.6rem;
	line-height:2;
}
#about .box01 div .photo{
	width:140px;
	margin:0 auto 20px;
	text-align:center;
}
#about .box01 div div dt{
	font-size:1.6rem;
	line-height:1.8;
	margin:0 0 10px;
	font-weight:normal;
}
#about .box01 div div dd{
	font-size:1.2rem;
	line-height:1.6;
}
#about .box02 dl{
	width:760px;
	margin:0 auto;
}
#about .box02 dt,
#about .box02 dd{
	display:inline-block;
	vertical-align: bottom;
}
#about .box02 dt{
	font-size:0;
	line-height:0;
	text-align:center;
	margin:0 auto 20px;
}
#about .box02 dd{
	font-size:1.6rem;
}
#about .box03 :not(.detail) dt{
	font-size:3.0rem;
	margin:0 auto 10px;
}
#about .box03 :not(.detail) dd{
	font-size:1.6rem;
	line-height:1.8;
}
#about .box03 .detail{padding-top: 1em; font-size: 1.6rem;}
#about .box03 .detail ul{list-style: disc; padding: 0 0 1em 1.5em;}
#about .box03 .detail .remarks{font-size: 1.2rem;}
#about .box04{
	margin-top:-55px;
	padding-top:55px;
}
#about .box04 .detail{
	float:left;
	width:465px;
	margin:0 30px 0 0;
}
#about .box04 .detail > p{
	font-size:1.6rem;
	margin:0 0 10px;
}
#about .box04 .detail .txt{
	padding-bottom:15px;
	font-size:1.6rem;
}
#about .box04 .detail .txt dt{
	font-weight:bold;
	margin:0 0 10px;
	text-decoration: underline;
}
#about .box04 .detail .btn dt{
	font-size:1.6rem;
	font-weight:bold;
	color:#c00;
	text-align:center;
}
#about .box04 .btn{
	padding:20px;
	background:#efefef;
}
#about .box04 p.ybtn{
	float:none;
	width:350px;
	margin:10px auto 0;
	font-size:1.6rem;
	font-weight:bold;
}
#about .box04 p.ybtn a{
	background:#c00;
}
#about .box04 #map{
	float:right;
	width:465px;
	height:300px;
	background:#000;
}
#about .box05 > p{
	font-size:1.6rem;
	line-height:1.8;
	margin:0 auto 30px;
}
#about .box05 h5{
	font-size:2.4rem;
	text-align:center;
	font-weight:normal;
	letter-spacing: .3rem;
	margin:0 0 30px;
}
#about .box05 li{
	margin:0 auto 30px;
}
#about .box05 li dt{
	font-size:2.4rem;
	font-style:italic;
	margin:0 auto 15px;
}
#about .box05 li dd figure{
	width:300px;
	float:left;
}
#about .box05 li dd p{
	line-height:1.8;
	font-size:1.6rem;
	float:right;
	width:600px;
}
#about .box06{
	margin:0 auto 100px;
}
#about .box06 dl{
	margin:0 auto 30px;
}
#about .box06 dt{
	font-size:3.0rem;
	margin:0 auto 10px;
}
#about .box06 dd,
#about .box06 dd p{
	font-size:1.6rem;
	line-height:1.8;
}
#about .box06 ul li{
	font-size:1.6rem;
	margin:0 auto 10px;
}
#about .box06 dd .clear p{
	float:left;
	width:700px;
}
#about .box06 dd .clear figure{
	float:right;
	width:200px;
}
#about .box06 ul li:last-child{
	margin:0;
}
.ybtn{
	color:#fff;
	font-size:1.4rem;
	font-weight:bold;
	position:relative;
}
.ybtn a{
	display:block;
	padding:20px 10px;
	text-align:center;
}
.ybtn a:after{
	content:"\e902";
	font-family: as;
	height:1em;
	width:1em;
	line-height:1;
	top:0;
	bottom:0;
	margin: auto;
	right:1em;
	position:absolute;
}
.ybtn a:hover{
	opacity:0.5;
}
@media screen and (max-width: 768px) {
	#about section{
		margin:0 auto 8%;
	}
	#about{
		padding:0 3.125%;
	}
	#about .box01 > div > div{
		width:65%;
		margin:0 3% 0 0;
	}
	#about .box01 > div > div + div{
		width:28%;
		margin:0;
		padding:2%;
	}
	#about .box01 div .photo{
		width:100%;
	}
	#about .box01 > div > div p + p{
		margin-top:2rem;
	}
	#about .box02 dl{
		width:auto;
	}
	#about .box03 :not(.detail) dt{
		margin:0 0 2%;
	}
	#about .box04 .detail{
		float:none;
		width:auto;
		margin:0 0 6%;
	}
	#about .box04 .detail > p,
	#about .box04 .detail .txt dt,
	#about .box05 > p,
	#about .box05 li dt,
	#about .box06 ul li{
		margin:0 auto 2%;
	}
	#about .box04 .detail .txt{
		padding-bottom:2%;
	}
	#about .box04 .btn{
		padding:3.125%;
	}
	#about .box04 p.ybtn{
		width:80%;
	}
	#about .box04 #map{
		float:none;
		width:100%;
	}
	#about .box04 #map iframe{
		width:100%;
	}
	#about .box05 h5{
		text-align:left;
		margin:0 auto 2%;
	}
	#about .box05 li dd figure{
		width:30%;
	}
	#about .box05 li dd p{
		width:68%;
	}
	#about .box06{
		margin:0 auto 10%;
	}
	#about .box06 dl{
		margin:0 auto 6%;
	}
	#about .box06 dd .clear p{
		width:77%;
		margin-right:3%;
	}
	#about .box06 dd .clear figure{
		width:20%;
	}
	.ybtn a:after{
		right:2px;
	}
}
/*******************************************
 	theater
*******************************************/
#theater .contents-tit{text-align: center;}
#theater section{
	padding:0 100px 100px;
}
#theater li{
	padding:0 0 60px;
	margin:0 0 60px;
	border-bottom:2px solid #00afec;
}
#theater li:last-child{
	border:none;
	padding:0;
	margin:0;
}
#theater li .photo{
	font-size:0;
	line-height:0;
	width:198px;
	float:right;
}
#theater li dl{
	float:left;
	width:520px;
	padding:20px 0;
}
#theater li dt{
	font-size:2.4rem;
	font-weight:bold;
	margin:0 0 20px;
	letter-spacing: .2rem;
}
#theater li dd{
	font-size:1.4rem;
}
#theater li dd p{
	margin:0 0 30px;
	font-size:1.6rem;
}
#theater li dd .btnarea p{
	float:left;
	width:250px;
	margin:0 20px 0 0;
}
#theater li dd .btnarea p.gmap{
	margin:0;
}
#theater li dd .btnarea p a{
	padding:15px 10px;
	background:#ddd;
	color: #333;
}
#theater li dd .btnarea p.guide{
	width:100%;
	margin:20px 0 0;
}
#theater li dd .btnarea p.guide a{
	background:#fff;
	border:2px solid #d34141;
	box-sizing: border-box;
	color: #d34141;
}
@media screen and (max-width: 768px) {
	#theater{
		padding:0 3.125%;
	}
	#theater section{
		padding:0 0 10%;
	}
	#theater li{
		padding: 0 0 8%;
		margin: 0 0 8%;
	}
	#theater li dl{
		padding:0;
		width:60%;
	}
	#theater li .photo{
		width:38%;
	}
	#theater li dt{
		margin:0 auto 2%;
	}
	#theater li dd p{
		margin:0 auto 6%;
	}
	#theater li dd .btnarea p{
		float:none;
		width:100%;
		margin:0 auto 2%;
	}
}
/*******************************************
 	judge
*******************************************/
#judge{
	padding:0 0 100px;
}
#judge .ta-center{
	text-align:center;
}
#judge li{
	margin:0 auto 40px;
	padding:0 0 40px;
	border-bottom: 2px solid #00afec;
}
#judge li:last-child{
	border-bottom:none;
}
#judge section:last-child li:last-child{
	margin:0;
	padding:0;
}
#judge li .photo{
	float:left;
	width:280px;
	padding:20px 0;
	background:#efefef;
}
#judge li .photo figure{
	width:140px;
	margin:0 auto 10px;
}
#judge li .photo figure img{
	width:100%;
}
#judge li .photo dl dt{
	margin:0 auto 5px;
	font-size:1.8rem;
	font-weight:bold;
	text-align:center;
}
#judge li .photo dl dd{
	font-size:1.6rem;
	text-align:center;
}
#judge li .prof{
	float:right;
	width:600px;
}
#judge li .prof dl{
	margin:0 auto 30px;
}
#judge li .prof dl:last-child{
	margin:0;
}
#judge li .prof dt{
	font-weight:bold;
	font-size:1.6rem;
	margin:0 auto 5px;
}
#judge li .prof dd p{
	font-size:1.6rem;
	line-height:1.8;
}
@media screen and (max-width: 768px) {
	#judge{
		padding:0 3.125% 10%;
	}
	#judge li{
		margin:0 auto 6%;
		padding:0 0 6%;
	}
	#judge li .photo{
		width:32%;
		padding:2% 0;
	}
	#judge li .prof{
		width:65%;
	}
	#judge li .photo figure{
		width:86%;
	}
	#judge li .photo figure,
	#judge li .photo dl dt,
	#judge li .prof dt{
		margin:0 auto 2%;
	}
}
/*******************************************
 	academy
*******************************************/
#academy section{
	padding:0 100px 100px;
}
#academy div.clear{
	margin:0 auto 40px;
}
#academy div.clear figure{
	float:left;
	width:380px;
	text-align:center;
}
#academy div.clear figure img{
	width:260px;
}
#academy div.clear dl{
	float:right;
	width:380px;
}
#academy div.clear dl dt{
	font-size:3.6rem;
	font-weight:bold;
	letter-spacing: .2rem;
	margin:0 auto 30px;
}
#academy div.clear dl dt b{
	letter-spacing: 1.5rem;
}
#academy div.clear dl dd li{
	font-size:1.8rem;
}
#academy div.clear dl dd li:first-child{
	margin:0 0 5px;
}
#academy div.clear dl dd li b{
	font-size:2.4rem;
	padding:0 0 0 1rem;
}
#academy div.clear dl dd li:first-child b{
	color:#c00;
}
#academy section > p{
	font-size:1.6rem;
	text-align:center;
	line-height:2.4;
	margin:0 auto 40px;
}
#academy section > ul{
	text-align:center;
}
#academy section > ul li{
	display:inline-block;
	width:250px;
	margin:0 35px 0 0;
}
#academy section > ul li:last-child{
	margin:0;
}
#academy section > ul li .ybtn a{
	font-size:1.6rem;
	background:#c00;
}
@media screen and (max-width: 768px) {
	#academy{
		padding:0 3.125% 10%;
	}
	#academy section{
		padding:0;
	}
	#academy div.clear{
		margin:0 auto 6%;
	}
	#academy div.clear figure{
		width:40%;
		margin:0 3% 0 0;
	}
	#academy div.clear dl{
		width:57%;
	}
	#academy div.clear figure img{
		width:100%;
	}
	#academy div.clear dl dt{
		margin:0 auto 4%;
	}
	#academy div.clear dl dd li:first-child{
		margin:0 auto 2%;
	}
	#academy div.clear dl dd li:last-child b{
		padding:0;
	}
	#academy section > p{
		text-align:left;
		margin:0 auto 4%;
		line-height:1.6;
	}
	#academy section > ul li{
		float:left;
		width:49%;
		margin:0 2% 0 0;
	}
}
/*******************************************
 	special
*******************************************/
#special p{
	font-size:1.6rem;
	line-height:1.8;
}
#special .inner-min > p{
	text-align:center;
	margin:0 auto 40px;
}
#special div.clear{
	margin:0 auto 40px;
}
#special div.clear > div{
	float:left;
	width:640px;
}
#special div.clear > div p{
	margin:0 auto 40px;
}
#special div.clear > div p:last-child{
	margin:0;
	text-align:right;
}
#special div.clear figure{
	float:right;
	width:280px;
}
#special ul.clear{
	padding:0 0 100px;
}
#special ul.clear li{
	width: 293px;
	margin: 0 40px 0 0;
	float:left;
}
#special ul.clear li:last-child{
	margin:0;
}
#special ul.clear li a{
	padding: 10px 1.8rem;
	display: block;
	text-align: center;
	position: relative;
	color: #fff;
	background: #cc0000;
	font-size: 1.8rem;
	font-weight: bold;
}
#special ul.clear li a:hover{
	opacity:0.5;
}
#special ul.clear li a:after {
	content: "\e902";
	font-family: as;
	position: absolute;
	font-size: 1.0rem;
	font-weight: normal;
	line-height: 1;
	width: 1.0rem;
	height: 1.0rem;
	top: 0;
	bottom: 0;
	right: 5px;
	text-align: center;
	display: block;
	margin: auto;
}
@media screen and (max-width: 768px) {
	#special{
		padding:0 3.125%;
	}
	#special .inner-min > p{
		margin:0 auto 4%;
	}
	#special div.clear{
		margin:0 auto 4%;
	}
	#special div.clear > div{
		width:65%;
	}
	#special div.clear > div p{
		margin:0 auto 4%;
	}
	#special div.clear figure{
		width:30%;
	}
	#special ul.clear{
		padding:0 0 10%;
	}
	#special ul.clear li{
		width: 80%;
		margin: 0 auto 2%;
		float:none;
	}
	#special ul.clear li:last-child{
		margin:0 auto;
	}
	#special ul.clear li a{
		padding: 2% 1.8rem;
	}
}

/*#wrap.tgrlist #main.article86 .days h3:before{content: "【中止】"; color: #f00;}
#wrap.tgrlist #main.article86 .visual dd p b{opacity: .3;}
#wrap.tgrlist #main.article86 .contents ul{opacity: .3;}*/
