@charset "utf-8";
/* ------------------------------------------- CSS Information 
 File Name:      sports_club.css 
 Author:         shiroto 
 Style Info:     スポーツクラブの項目設定 
----------------------------------------------------------- */  

h2 {
	background-image: url(../img/sports_club/bg_ttl_sports_club.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 35px;
	margin-bottom: 10px;
}
h3 {
	background-image: url(../img/sports_club/bg_ttl_studio_program_introduction.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 35px;
	margin-bottom: 10px;
}
h3#studio {
	background-image: url(../img/sports_club/bg_ttl_studio_program_introduction_01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 40px;
	margin-bottom: 10px;
}
h3#pool {
	background-image: url(../img/sports_club/bg_ttl_studio_program_introduction_02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 40px;
	margin-bottom: 10px;
}
table.program {
	width: 95%;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
table.program th {
	background-color: #CFE1F1;
	padding: 5px;
	white-space: nowrap;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
table.program th.title {
	background-color: #448ACA;
	padding: 5px;
	white-space: nowrap;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	font-size: 16px;
	letter-spacing: 0.5em;
	color: #FFF;
}
table.program td {
	padding: 5px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
table.school_list {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-bottom: 5px;
}
table.school_list tr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
table.school_list tr.tr_bg01 {
	background-color: #F0F0F0;
}
table.school_list th {
	padding: 10px;
	color: #8DB8DE;
	line-height: 18px;
}
table.school_list td {
	padding: 10px;
}
table.school_list tr.clickable:hover {
	cursor: pointer;
	background-color: #D5E4F2;
}
table.school_list th.avex {
	background-image: url(../img/school_info/avex_mark.png);
	background-repeat: no-repeat;
	background-position: right center;
}
p {
	line-height: 30px;
}


html {
  scroll-behavior: smooth;
}
@font-face {
	font-family: 'line';
	src: url('font/LINESeedJP_OTF_Rg.woff') format('woff');
			 font-weight: 500;
			 font-style: normal;
}
@font-face {
	font-family: 'line';
	src: url('font/LINESeedJP_OTF_Bd.woff') format('woff');
			 font-weight: 700;
			 font-style: normal;
}
@font-face {
	font-family: 'line';
	src: url('font/LINESeedJP_OTF_Eb.woff') format('woff');
			 font-weight: 900;
			 font-style: normal;
}
@font-face {
	font-family: 'line';
	src: 
			 url('font/LINESeedJP_OTF_Th.woff') format('woff');
			 font-weight: 300;
			 font-style: normal;
}
.renew{font-family: "line";line-height: normal;}

.program_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    margin: 0 0 10px;
}
.program_list:before{content: "";position: absolute;width: 200px;height: 200px;background: #fff url(../img/sports_club/renew_img02.jpg) no-repeat center;background-size: 80%;border: solid 3px #CFE1F1;border-radius: 50%;left: 0;right: 0;top: 0;bottom: 0;margin: auto;z-index: 100;}
.program_list a{
    border: solid 3px #CFE1F1;
    border-radius: 30px;
    display: block;
    height: 240px;
    padding: 15px;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}.program_list a:hover{
	opacity: .7;
}
.program_list dt{
    width: calc(50% - 5px);
    margin: 10px 0;
}
.program_list dt a[href="#gym"]{
    background: url(../img/sports_club/renew_img03.jpg);
    color: #ed8e4a;
}
.program_list dt a[href="#studio"]{
    background: url(../img/sports_club/renew_img04.jpg);
    text-align: right;
    color: #f565a2;
}
.program_list dd{
    width: 100%;
}
.program_list dd a{
    background: url(../img/sports_club/renew_img05.jpg);
    text-align: right;
    color: #2eb568;
}
.clulb_ttl{
    background: #B1CDFF;
    color: #fff;
    text-align: center;
    font-size: 42px;
    padding: 10px;
    font-weight: 900;
    margin: 40px 0 0;
}
.clulb_ttl + strong{
	display: block;
	text-align: center;
	font-weight: 700;
	font-size: 26px;
	margin: 5px;
}
.clulb_ttl + strong + b{
	display: block;
	text-align: center;
	font-weight: 500;
	font-size: 20px;
}

.program_detail{
    margin: 0 0 40px;
}
.program_detail dt{color: #fff;font-size: 14px;padding: 15px;}
.program_detail dt b{
    font-size: 20px;
    margin-right: 1rem;
}
.program_detail dd{
    padding: 15px 15px 30px;
}
#gym{
    background: #efd7c6;
}
#gym dt{
    background: #ed8e4a;
}
#gym dt b{}
#gym dd{}
#gym dd p{
    font-size: 14px;
    margin: 0 0 5px;
}
#gym dd p b{
    font-size: 16px;
    margin-right: 1rem;
}
#gym dd ul{
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px;
}
#gym dd ul li{
    width: calc((100% - 20px)/3);
    text-align: center;
    background: #ed8e4a;
    color: #fff;
}
#gym dd ul li img{
    display: block;
    width: 100%;
}
#studio{
    background: #fdcfe3;
}
#studio dt{
    background: #f565a2;
}
#studio dt b{}
#studio dd{}
#studio dd ul{
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px;
}
#studio dd ul li{
    width: calc((100% - 20px)/2);
}
#studio dd ul li b{font-size: 14px;margin-left: 10px;}
#studio dd ul li img{
    display: block;
    width: 100%;
}
#studio p{text-align: center;font-size: 21px;margin: 20px 0 0;background: #f565a2;color: #fff;padding: 10px;}
#studio table{
    background: #fff;
    width: 100%;
}
#studio table tr{
}
#studio table th{
}
#studio table td{
}
#studio table td a{display: block;text-align: center;font-size: 20px;padding: 10px;}
#personal{
    background: #d9edff;
}
#personal dt{
    background: #448ACA;
}
#personal dt b{}
#personal dd{}
#personal dd ul{
    display: flex;
    justify-content: space-between;
    margin: 0 0 10px;
}
#personal dd ul li{
    width: calc((100% - 20px)/3);
    position: relative;
}
#personal dd ul li b{position: absolute;font-size: 40px;font-weight: 900;text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;}
#personal dd ul li:nth-of-type(1) b{
    transform: rotate(-17deg);
    bottom: 20px;
    left: 15px;
    color: #179556;
}
#personal dd ul li:nth-of-type(2) b{
    transform: rotate(-11deg);
    top: 40px;
    left: -5px;
    color: #fd1d1d;
}
#personal dd ul li:nth-of-type(3) b{
    transform: rotate(-17deg);
    bottom: 10px;
    right: -5px;
    color: #edfd1d;
    text-shadow: 0 0 3px #191ebd, 0 0 3px #191ebd, 0 0 3px #191ebd, 0 0 3px #191ebd, 0 0 3px #191ebd, 0 0 3px #191ebd, 0 0 3px #191ebd, 0 0 3px #191ebd, 0 0 3px #191ebd, 0 0 3px #191ebd, 0 0 3px #191ebd, 0 0 3px #191ebd, 0 0 3px #191ebd, 0 0 3px #191ebd, 0 0 3px #191ebd, 0 0 3px #191ebd, 0 0 3px #191ebd, 0 0 3px #191ebd, 0 0 3px #191ebd, 0 0 3px #191ebd, 0 0 3px #191ebd, 0 0 3px #191ebd, 0 0 3px #191ebd, 0 0 3px #191ebd, 0 0 3px #191ebd, 0 0 3px #191ebd, 0 0 3px #191ebd, 0 0 3px #191ebd, 0 0 3px #191ebd, 0 0 3px #191ebd;
}
#personal dd ul li img{
    display: block;
    width: 100%;
}
#personal p{text-align: center;font-size: 20px;margin: 0 0 20px;}
#personal table{background: #fff;width: 100%;text-align: center;font-size: 20px;border: solid 3px #448ACA;}
#personal table tr{
}
#personal table th{text-align: center;color: #448ACA;padding: 5px;border: solid 1px #448ACA;}
#personal table td{padding: 5px;border: solid 1px #448ACA;}
#kids{
    background: #ddffec;
}
#kids dt{
    background: #2eb568;
}
#kids dt b{}
#kids dd{}

#kids dd ul{
    display: flex;
    justify-content: space-between;
    margin: 10px 0 10px;
}
#kids dd ul li{
    width: calc((100% - 6px)/2);
    position: relative;
}
#kids dd ul li img{
    display: block;
    width: 100%;
}
#kids p{text-align: center;font-size: 20px;margin: 0 0 20px;}
#kids table{background: #fff;width: 100%;text-align: center;font-size: 20px;border: solid 3px #2eb568;}
#kids table tr{
}
#kids table th{text-align: center;color: #fff;background: #2eb568;padding: 5px;border: solid 1px #fff;}
#kids table td{padding: 5px;border: solid 1px #2eb568;}