@charset "utf-8";

#season{
	height:auto;
	text-align:center;
	font-family: 'Yuji Syuku', serif;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	opacity: 0.8;
}

#season h2{
	padding: 10px;
	font-weight: normal;
	font-size: 1.7em;
}
#season h2:after{
	content: "";
	display: block;
	height: 4px;
	background: -webkit-linear-gradient(to right, rgb(130, 52, 224), transparent);
	background: linear-gradient(to right, rgb(130, 52, 224), transparent);
}

span{
	color: #8642a4;
}
#season img {
	width: 95%;
	border-radius: 10px;
	margin-top: 25px;
}
.container{
	display:flex;
	flex-wrap: wrap;
}
.contents{
	width: 33%;
	}
	
.container p{
	height: 220px;	
	border-radius: 20px;
	background: #fff;
	text-align: center;
	font-size: 1em;
	width:95%;
	margin-left: 10px;
	}

.double{
	  border: none;
            background-color: #fff;
            border-width: 1px 0 0 0;
            border-top: double;
            border-color: black;
}

/*タイトルの枠線*/
h1 {
  position: relative;
}
.mg{
	margin-top: 40px;
		}
h1:before,
h1:after {
  position: absolute;
  content: '';
}

h1:after {
  top: -10px;
  left: 37%;
  width: 50px;
  height: 50px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  
}

h1:before {
  right: 37%;
  bottom: -10px;
  width: 50px;
  height: 50px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

/*ページ内リンク*/
#s_01{
	padding-top: 147.5px;
}

#s_01 table{
	position:fixed;
	z-index: 30000;
}
.section {
  font-family: 'Yuji Syuku', serif;
}

.section table{
	top: 5%;
	left: 20%;
}

.section td {
  list-style-type: none;
  padding: 0;
  box-sizing: border-box;
  width: calc(40% / 3);
  text-align: center;
  margin: 0 ;
}

.pg {
  display: block;
  padding: 3px 0 3px;
  text-decoration: none;
  background: #fff;
  transition-duration: 0.3s;
  font-size: 1.3em;
  color: #8642a4;
  font-weight: bold;
  border: 2px solid black;
  letter-spacing: 5px;
  margin-left: 5px;
  border-radius: 3px;
}
.section td a:hover {
  opacity: 0.9;
}

@media screen and (max-width: 1100px) {
	#s_01{
	padding-top: 30px;
	}
}

@media only screen and (max-width: 768px) {
	.container {
		display:block;
	}	
	.contents{
		width: 100%;
		margin: 0 auto;
		font-size: 1em;
	}
	#season h2{
		font-size: 2em;
		padding-bottom:10px;
		padding-top: 0;
	}
	.mg{
		margin-top: 80px;
		}
		
	h1:before {
		right: 100px;
		bottom: -10px;
		width: 30px;
		height: 30px;
		}
	h1:after {
		top: -10px;
		left: 100px;
		width: 30px;
		height: 30px;
		}
	.pg{
		font-weight: normal;
		font-size: 1.2em;
	}
	.section table{
		top:13.5%;
		left:1%;
		opacity: 1;
		}
}
