@charset "utf-8";
/* CSS Document */

main{
    padding-top: 50px;
}

.main__top-visual,
.main__top-visual img {
    width: 100%;
    margin: 0 auto;
}


.main__contents{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 40px;
    position: relative;
}
.main__title{
    width: 100%;
    max-width: 800px;
    height: 90px;
    line-height: 90px;
    background-color: #fff;
    text-align: center;
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.main__title h2{
	font-size: 4.3rem;
    font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.5rem;
	color: #4C4948;
}
.main__contents picture {
	max-width: 40rem;
	margin: 2rem auto;
	display: block;
}
.content__container {
	background: rgba(215,185,143,0.2);
    padding-bottom: 5rem;
}
.content__text--title {
	font-size: 1.6rem;
	margin: 0 3rem 3rem 0;
	padding-top: 3rem;
}
.content__text:first-of-type .content__text--title {
	padding-top: 3rem;
}
.content__text--wrap {
	max-width: 100rem;
	margin: 0 auto;
}
.content__text--list {
	margin-left: 3rem;
	font-weight: 300;
}

.content__text--item {
	list-style: disc;
	font-size: 1.6rem;
	font-weight: 300;
}
.content__text--note {
	font-weight: 300;
	margin-top: 3rem;
}
.main__info--wrap {
	margin-top: 3rem;
	padding-bottom: 3rem;
} 
.main__return-top {
	margin-top: 3rem;
}
/*------------
      表 
------------*/
.content__text--center {
	font-size: 2.3rem;
	text-align: center;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.content__table--wrap {
	max-width: 100rem;
	margin: 0 auto;
}
.content__table--title {
	font-size: 1.6rem;
	margin: 0 3rem 1rem 0;
	padding-top: 3rem;
}

.content__table--catch {
	font-size: 1.3rem;
	position: relative;
	padding: 0.3em;
	background: #e0edff;
	margin-bottom: 1rem;
    font-weight: 700;
	width: 100%;
	text-align: center;
}
.content__table--catch::after {
	position: absolute;
  	content: '';
	top: 100%;
    left: 41%;
	border: 10px solid transparent;
	border-top: 10px solid #e0edff;
	width: 0;
	height: 0;

}

table , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
	font-size: 1.6rem;
	vertical-align: middle;
}
td, th {
	padding: .8rem;
	height: 25px;
}
td span {
	font-size: 1rem;
}
th {
	background: rgba(215,185,143,0.5);
}
td {
	background: #fff;
}
th:first-of-type {
	width: 83px;
}
th:nth-of-type(2) {
	width: 194px;
}
th:nth-of-type(3) {
	width: 177px;
}
th:nth-of-type(5) {
	width: 51px;
}
.adult th:nth-of-type(5) {
	width: 86px;
}
.adult th:last-of-type {
	width: 145px;
}



/*===================== レスポンシブ =====================*/

@media screen and ( max-width:1100px ){
	
	.main__contents p {
		max-width: 75rem;
		margin: 0 auto;
	}
	.content__text--wrap {
		max-width: 75rem;
	}
}
@media screen and ( max-width:1000px ){
	
	.content__table--wrap {
		max-width: 75rem;
	}
	.adult th:first-of-type {
		width: 96px;
	}
	.adult th:nth-of-type(2) {
		width: 179px;
	}
	.adult th:nth-of-type(4) {
		width: 230px;
	}
	.adult th:last-of-type {
		width: 102px;
	}
}
@media screen and ( max-width:920px ){
	.main__title {
		max-width: 750px;
	}
}
@media screen and ( max-width:750px ){
	.main__title {
    max-width: 350px;
    height: 70px;
    line-height: 60px;
    position: absolute;
    top: -60px;
	}
	.main__title h2 {
    font-size: 2.7rem;
    letter-spacing: .3rem;
}
	.main__contents p {
		max-width: 35rem;
	}
	.content__text--wrap {
		max-width: 35rem;
	}
	.content__text--list {
		margin-left: 1rem;
	}
	.content__text--center {
		font-size: 1.8rem;
		padding: 1rem;
	}
	/*------------
      	　表 
	------------*/
	.content__table--sp {
		
		max-width: 35rem;
		margin: 0 auto;
		
	}
	.content__table--title {
		max-width: 35rem;
		margin: 0 auto;
	}
	.content__table--name {
		text-align: center;
		color: #fff;
		font-size: 1.6rem;
		font-weight: bold;
		letter-spacing: 1rem;
		padding: 1rem 2rem;
		margin-top: 3rem;
	}
	.content__table--name:first-of-type {
		margin-top: 1rem;
	}
	
	.swim {
		background: #00cdef;
	}
	.gymnastics {
		background: #ff4d54;
	}
	.soccer {
		background: #00db3e;
	}
	.budo {
		background: #95227f;
	}
	
	
	.content__table--wrapsp {
		background: #fff;
		padding-top: .5rem;
		margin-top: 1rem;
	}
	.content__table--catch {
		margin: .5rem 1rem 1rem;
		max-width: 33rem;
	}
	.content__table--catch::after {
		left: 46%;
	}
	.content__table--sp table {
		border-collapse: separate;
		border-spacing: 1rem;
		border: none;
		background: #fff;
	}
	.content__table--sp th {
		background: rgba(215,185,143,0.5);
	}
	.content__table--sp td, 
	.content__table--sp th {
		font-size: 1.4rem;
		padding: 5px;
		height: 30px;
		vertical-align: middle;
		border: none;
	}
	th:first-of-type {
		width: 94px;
	}
	
}