@charset "UTF-8";
.leadarea   {
    background-color: #F4A771;
	padding-top: 40px;
	margin-top: -40px;
	margin-bottom: 0;
}
.midashi-tennis span {
    color: #333333;
    font-weight: bold;
    font-size: 16px;
}
.midashi-tennis {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    line-height: 1;
    margin-bottom: 40px;
}
.midashi-tennis strong {
    background-image: url(../../img/tennis/midashi-bg.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto 17px;
    padding-left: 10px;
    padding-right: 10px;
}
.point-midashi {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    line-height: 1.4;
	background: #FF698B;
	padding: 40px 0 80px;
}
.point-midashi span {
    color: #BD2B62;
    font-weight: bold;
    font-size: 16px;
}

.point-midashi2 {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    line-height: 1.4;
	background: #FF698B;
	padding: 40px 0 40px;
}
.point-midashi2 span {
    color: #BD2B62;
    font-weight: bold;
    font-size: 16px;
}

.custom-thumb {
    text-align: center;
    margin-top: -50px;
}
.custom-thumb a{
	width: 55px;
	height: 55px;
	display: inline-block;
	background: #fff;
	border: 2px solid #FF698B;
	border-radius: 50%;
}
.custom-thumb img{
	width: 70%;
	height: auto;
	padding-top:15%;
}
.custom-thumb a.active{
	background: #FFFAB3;
	border-radius: 50%;
	border: 2px solid #fff;
}
.custom-control .custom-prev a {
    width: 35px;
    height: 35px;
    background-image: url(../../img/tennis/btn-prev.png);
    background-repeat: no-repeat;
    background-size: 35px 35px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    left: 0px;
    top: 80px;
}

.custom-control .custom-next a {
    width: 35px;
    height: 35px;
    background-image: url(../../img/tennis/btn-next.png);
    background-repeat: no-repeat;
    background-size: 35px 35px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    right: 0px;
    top: 80px;
}
.slider {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}
ul.bxslider li img {
	height: auto;
	padding-right: 0px;
	width: 90px;
	display: inline;
}
ul.bxslider li .inner1200{
	width: 280px!important;
}
ul.bxslider li .photo{
	text-align: center;
}

.staff-tennis-title {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    background-image: url(../../img/staff/icon-tennis.png);
    background-repeat: no-repeat;
    background-position: 5% center;
    line-height: 1.4;
    background-color: #0057A1;
    padding: 20px 0 20px;
    background-size: 57px auto;
}
.staff-tennis-title span {
    color: #5F99B3;
    font-weight: bold;
    font-size: 12px;
}
.staff-golf-title {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size:16px;
    background-image: url(../../img/staff/icon-golf.png);
    background-repeat: no-repeat;
    background-position: 5% center;
    line-height: 1.4;
    background-color: #95ce6a;
    padding: 20px 0 20px;
    background-size: 57px auto;
}
.staff-golf-title span {
    color: #7CB35F;
    font-weight: bold;
    font-size: 12px;
}
.faqbox {
    margin: 10px 0 0px;
    
    
}
.faqbox dt .ques {
    padding: 20px 40px 20px 20px;
    background-size: auto 20px;
    background-color: #F4A771;
    color: #FFFFFF;
	border: 1px solid #F4A771;
    border-radius: 40px;
    font-weight: bold;
    font-size: 100%;
    background-image: url(../../img/faq/icon-open.png);
    background-repeat: no-repeat;
    background-position: 96% center;
	transition: 0.2s;
	line-height: 1.4;
	cursor: pointer;
}
.faqbox dt.opened .ques {
    padding: 20px 40px 20px 20px;
    background-size: auto 20px;
    background-color: #fff;
    color: #F4A771;
	border: 1px solid #F4A771;
    border-radius: 40px;
    font-weight: bold;
    font-size: 120%;
    background-image: url(../../img/faq/icon-close.png);
    background-repeat: no-repeat;
    background-position: 96% center;
}
.faqbox .ans {
	background-color: #F1F1F1;
    padding: 2%;
    color: #666666;
    margin-top: 10px;
	width: 92%;
	margin-left: 2%;
}
.faqbox2 {
    margin: 40px 0 0px;
    
    
}
.faqbox2 dt .ques {
    padding: 20px;
    background-size: auto 20px;
    background-color: #95CE6A;
    color: #FFFFFF;
	border: 1px solid #95CE6A;
    border-radius: 40px;
    font-weight: bold;
    font-size: 120%;
    background-image: url(../../img/faq/icon-open.png);
    background-repeat: no-repeat;
    background-position: 96% center;
	transition: 0.2s;
	cursor: pointer;
}
.faqbox2 dt.opened .ques {
    padding: 20px;
    background-size: auto 20px;
    background-color: #fff;
    color: #95CE6A;
	border: 1px solid #95CE6A;
    border-radius: 40px;
    font-weight: bold;
    font-size: 120%;
    background-image: url(../../img/faq/icon-close2.png);
    background-repeat: no-repeat;
    background-position: 96% center;
}
.faqbox2 .ans {
	background-color: #F1F1F1;
    padding: 2%;
    color: #666666;
    margin-top: 10px;
	width: 92%;
	margin-left: 2%;
}
.cel3 .box{
	width: 90%!important;
}
.cel3 .photobox {
    width: 90%;
    margin: 5%;
    display: block;
}
.cel2.irasuto {
    background-image: url(../../img/tennis/irasuto.png);
    background-repeat: no-repeat;
    background-position: center bottom;
	background-size: auto 110px;
	padding-bottom: 120px;
}
