@charset "utf-8";
/* ===================== common ==== */
body {
	min-width: 1000px;
	margin: 0 auto;
}
.inner {
	width: 1000px;
	margin: 0 auto;
}
.sp-only {
	display: none !important;
}
.hovacity {
	transition: opacity .3s;
}
.hovacity:hover {
	opacity: .7;
}
.btn_base-more a {
	display: block;
	width: 200px;
	margin: 0 auto;
	background: #34495e;
	color: #fff;
	position: relative;
	padding: 10px 20px;
	box-sizing: border-box;
	box-shadow: 0 0 1px 0px #999;
	border-radius: 2px;
	transition: background .3s;
}
.btn_base-more a:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 16px;
	background: url(../img/arrow-link.png) no-repeat;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: .1s;
}
.btn_base-more a.blank:after {
	width: 16px;
	background: url(../img/icon-blank.png) no-repeat;
	background-size: 16px 16px;
}
.btn_base-more a:hover {
	background: #00b9ef;
}
.btn_base-more a:hover:after {
	right: 7px;
}
/* ==== title_parts ==== */
.title_sec-blue {
	font-size: 2.4em;
	font-weight: bold;
	color: #483d8b;
	text-align: center;
	line-height: 1.4;
	font-family: "HelveticaNeue-CondensedBold";
	letter-spacing: 1px;
}
.title_sec-blue .f-jap {
	color: #969696;
	font-size: 14px;
	display: block;
}
.title_white {
	font-size: 2.4em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1.4;
	font-family: "HelveticaNeue-CondensedBold";
	letter-spacing: 1px;
}
.title_white .f-jap {
	font-size: 14px;
	display: block;
}
/* ===================== header ==== */
.h-wrap {
	width: 1000px;
	margin: 0 auto;
	padding: 15px 0 12px;
}
.h-logo {
	float: left;
	margin:5px 0 0 0;
}
.block_h-info {
	float: right;
	width: 530px;
}
.block_h-info .area_h-info-text {
	float: left;
	width: 230px;
	position: relative;
	top: -3px;
}
.block_h-info .area_h-info-text .text-tell {
	font-size: 1.5em;
	color: #483d8b;
	font-weight: bold;
	line-height: 1;
}
.block_h-info .area_h-info-text .text-time {
	font-size: 0.8em;
	line-height: 1.2;
}
.area_h-info-bnr {
	float: right;
	width: 300px;
}
.area_h-info-bnr p {
	text-align: center;
	background: #483d8b;
	color: #fff;
	width: 146px;
	float: left;
	margin: 0 0 0 4px;
}
.area_h-info-bnr a {
	display: block;
	line-height: 50px;
}
.area_h-info-bnr p span {
	position: relative;
}
.area_h-info-bnr .bnr-access span:before {
	content: url("../img/icon-access.png");
	position: relative;
	top: 4px;
	right: 6px;
}
.area_h-info-bnr .bnr-contact span:before {
	content: url("../img/icon-mail.png");
	position: relative;
	top: 2px;
	right: 6px;
}
/* ==== nav ==== */
.nav-wrap {
	border-top: solid 1px #dfdfdf;
	border-bottom: solid 1px #dfdfdf;
}
.list_main-nav {
	width: 1000px;
	margin: 0 auto;
}
.list_main-nav li {
	float: left;
	width: 20%;
	text-align: center;
	display: table;
	height: 60px;
	box-sizing: border-box;
	border-right: solid 1px #dfdfdf;
}
.list_main-nav li:first-child {
	border-left: solid 1px #dfdfdf;
}
.list_main-nav a {
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	line-height: 1.2;
	font-size: 0.9375em;
	transition: .2s;
}
.list_main-nav a:hover, #facilityPage .nav-facility a, #staffPage .nav-staff a, #experiencePage .nav-experience a, #faqPage .nav-faq a {
	color: #fff;
	background: #483d8b;
}
.list_main-nav .blank a {
	color: #fff;
	background: #00b9ef !important;
}
.list_main-nav .blank a:hover {
	opacity: .7;
}
/* ===================== side-bnr ==== */
.side-bnr {
	position: fixed;
	width: 240px;
	right: 0;
	bottom: 50px;
	z-index: 50;
	transition: width 0.3s;
	cursor: pointer;
}
.side-bnr.btn_close {
	width: 40px;
}
.side-bnr .side-btn {
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	background: #483d8b;
	font-size: 2em;
	margin: 0 0 0 auto;
	font-weight: 300;
	position: relative;
	cursor: pointer;
}
.side-bnr .side-btn span {
	display: block;
	transition: 0.3s;
}
.side-bnr .side-btn.btn_close span {
	transform: rotateZ(45deg);
}
.side-bnr .side-image {
	padding: 8px;
	background: #fff;
	box-shadow: 0 0 1px 1px #ccc;
	transition: .3s;
}
.side-bnr .side-image img {
	vertical-align: top;
	max-width: none;
}
.side-bnr .side-image.close {
	transform: translateX(100%);
}
/* ===================== footer ==== */
footer {
	background: url(../img/bg-f-wrap.png) repeat left top;
}
.f-wrap {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.block_f-info {
	float: left;
	width: 472px;
	background: #fff;
	text-align: center;
	padding: 0 0 30px 0;
}
.block_f-info .f-title {
	border-bottom: solid 1px #dfdfdf;
	padding: 25px 0 5px;
	margin: 0 20px 10px;
}
.block_f-info .f-tell {
	font-size: 1.8em;
	font-weight: bold;
}
.block_f-info .f-time {
	font-size: 0.9em;
	line-height: 1.4;
}
.block_f-menu {
	float: left;
	width: calc(100% - 510px);
	box-sizing: border-box;
	padding: 50px 0 0;
	margin: 0 0 0 38px;
}
.block_f-menu .area_f-links {
	overflow: hidden;
	margin: 0 0 20px 0;
}
.list_f-menu {
	width: 27%;
	float: left;
	margin: 0 1% 0 0;
}
.list_f-menu:nth-child(2) {
	width: 42%;
}
.list_f-menu li {
	position: relative;
	padding: 0 0 0 0.8em;
}
.list_f-menu li:before {
	content: '●';
	color: #483d8b;
	position: absolute;
	left: 0;
	top: 2px;
}
.list_f-menu a {
	display: inline-block;
	padding: 3px 0;
}
.list_f-menu a:hover {
	text-decoration: underline;
	color: #483d8b;
}
body .block_f-menu .area_f-select #tennis,
body .block_f-menu .area_f-select #golf {
	display: none;
}
body#tennis-top .block_f-menu .area_f-select #top,
body#tennis-top .block_f-menu .area_f-select #golf,
body.page-tennis .block_f-menu .area_f-select #top {
	display: none;
}
body#tennis-top .block_f-menu .area_f-select #tennis,
body.page-tennis .block_f-menu .area_f-select #tennis { display: block;}

body#golf-top .block_f-menu .area_f-select #top,
body#golf-top .block_f-menu .area_f-select #tennis,
body.page-golf .block_f-menu .area_f-select #top {
	display: none;
}
body#golf-top .block_f-menu .area_f-select #golf,
body.page-golf .block_f-menu .area_f-select #golf { display: block;}

.block_f-menu .area_f-select {
	margin: 0 0 20px 0;
	background: none !important;
	overflow: hidden;
	border-radius: 2px;
	box-sizing: border-box;
	width: 96%;
}
.block_f-menu .area_f-select h3 {
	background: #483d8b;
	color: #fff;
	display: block;
	line-height: 32px;
	padding: 10px 15px;
}
.block_f-menu .area_f-select ul {
	display: block;
	font-size: 18px;
	padding: 10px;
}
.block_f-menu .area_f-select ul li {
	list-style: inside;
}
.block_f-menu .area_f-select span {
	color: #fff;
	display: block;
	width: 120px;
	float: left;
	line-height: 32px;
}
.block_f-menu .area_f-select select {
	width: calc(100% - 120px);
	float: left;
	display: block;
	font-size: 18px;
	background: #fff;
	padding: 5px;
}
.block_f-menu .area_f-bnr {
	overflow: hidden;
	width: 96%;
}


.block_f-menu .area_f-bnr p {
	float: left;
	width: 32%;
	margin: 0 2% 0 0;
}
.block_f-menu .area_f-bnr .pc-only {
	float: none;
	width: 100%;
	max-width: 662px;
	margin: 0 0 2%!important;
}

.block_f-menu .area_f-bnr .pc-only a,
.block_f-menu .area_f-bnr .pc-only a img {
	display: block;
}
.block_f-menu .area_f-bnr p:nth-child(5),
.block_f-menu .area_f-bnr p:last-child {
	margin: 0;
}

.copyright {
	text-align: center;
	background: #483d8b;
	line-height: 50px;
	color: #fff;
	font-size: 0.85em;
}
.pagetop {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
.pagetop a {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #ffff3f;
	z-index: 10;
	text-align: center;
}
.pagetop img {
	vertical-align: middle;
	transition: .7s;
}
.pagetop a:hover img {
	transform: rotateY(360deg);
}
/* ===================== frontpage ====*/
/* ==== block_main-slider ==== */
.block_main-slider {
	margin: 0 auto;
}
#jq-main-slider li{
	height: 520px;
}
#jq-slick-slider .slick-slide img {
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
}
#jq-slick-slider .slick-slide a {
	transition: opacity .3s;
}
#jq-slick-slider .slick-slide a:hover {
	opacity: .8;
}
/**/
#jq-main-thumb {
	overflow: hidden;
	padding: 10px 60px;
}
#jq-main-thumb .slick-slide {
	position: relative;
	overflow: hidden;
	outline: none;
	cursor: pointer;
	transition: opacity .3s;
	margin: 0 5px;
}
#jq-main-thumb .slick-slide.slick-current, #jq-main-thumb .slick-slide:hover {
	opacity: .8;
}
#jq-main-thumb .slick-slide::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: solid 2px #fff;
	opacity: 0;
	box-sizing: border-box;
}
#jq-main-thumb .slick-slide.slick-current::after {
	opacity: 1;
}
#jq-main-thumb .slick-slide img {
	vertical-align: top;
}
#jq-main-thumb .slick-track.slide-stop {
	transform: translate3d(0, 0, 0) !important;
}
#jq-main-slider .list01 {
	background: url(../img/slide01.jpg) no-repeat center center;
	background-size: cover;
}
#jq-main-slider .list02 {
	background: url(../img/slide02.jpg) no-repeat center center;
	background-size: cover;
}
#jq-main-slider .list03 {
	background: url(../img/slide03.jpg) no-repeat center center;
	background-size: cover;
}
#jq-main-slider .list04 {
	background: url(../img/slide04.jpg) no-repeat center center;
	background-size: cover;
}
#jq-main-slider .list05 {
	background: url(../img/slide05.jpg) no-repeat center center;
	background-size: cover;
}
#jq-main-slider .list06 {
	background: url(../img/slide06.jpg) no-repeat center center;
	background-size: cover;
}
#jq-main-slider .list-golf01 {
	background: url(../img/slide-golf01.jpg) no-repeat center center;
	background-size: cover;
}
#jq-main-slider .list-golf02 {
	background: url(../img/slide-golf02.jpg) no-repeat center center;
	background-size: cover;
}
#jq-main-slider .list-golf03 {
	background: url(../img/slide-golf03.jpg) no-repeat center center;
	background-size: cover;
}
#jq-main-slider .list-golf04 {
	background: url(../img/slide-golf04.jpg) no-repeat center center;
	background-size: cover;
}
#jq-main-slider .list-golf05 {
	background: url(../img/slide-golf05.jpg) no-repeat center center;
	background-size: cover;
}
#jq-main-slider .list-golf06 {
	background: url(../img/slide-golf06.jpg) no-repeat center center;
	background-size: cover;
}
#jq-main-slider .list-tennis01 {
	background: url(../img/slide-tennis01.jpg) no-repeat center center;
	background-size: cover;
}
#jq-main-slider .list-tennis02 {
	background: url(../img/slide-tennis02.jpg) no-repeat center center;
	background-size: cover;
}
#jq-main-slider .list-tennis03 {
	background: url(../img/slide-tennis03.jpg) no-repeat center center;
	background-size: cover;
}
#jq-main-slider .list-tennis04 {
	background: url(../img/slide-tennis04.jpg) no-repeat center center;
	background-size: cover;
}
#jq-main-slider .list-tennis05 {
	background: url(../img/slide-tennis05.jpg) no-repeat center center;
	background-size: cover;
}
#jq-main-slider .list-tennis06 {
	background: url(../img/slide-tennis06.jpg) no-repeat center center;
	background-size: cover;
}
/* ==== block_news-summary ==== */
.block_news-summary {
	padding: 80px 0;
	background: url(../img/bg-news-summary.jpg) no-repeat center center;
	background-size: cover;
}
.list_news-summary {
	margin: 20px 0 40px;
}
.list_news-summary li {
	background: #fff;
	margin: 0 0 6px 0;
	box-shadow: 0 0 1px 1px #f5f5f5;
}
.list_news-summary a {
	display: block;
	padding: 10px;
	overflow: hidden;
	background: url(../img/arrow-summary.png) no-repeat right 12px center;
}
.list_news-summary .news-cat {
	width: 130px;
	float: left;
	padding: 6px 0;
	text-align: center;
	font-size: .8em;
	color: #fff;
	border-radius: 4px;
}
.list_news-summary .cat-tennis .news-cat {
	background: #3491d4;
}
.list_news-summary .cat-golf .news-cat {
	background: #48b95c;
}
.list_news-summary .cat-kids .news-cat {
	background: #e04c3c;
}
.list_news-summary .cat-all .news-cat {
	background: #f3a83b;
}
.list_news-summary .cat-osirase .news-cat {
	background: #f3a83b;
}
.list_news-summary .cat-info .news-cat {
	background: #1d2087;
}
.list_news-summary .cat-result .news-cat {
	background: #dedede;
	color: #1d2088;
}
.list_news-summary .news-time {
	width: 120px;
	float: left;
	text-align: center;
	color: #483d8b;
	margin: 3px 0 0 0;
}
.list_news-summary .news-title {
	width: 700px;
	float: left;
	margin: 3px 0 0 0;
	font-weight: bold;
	transition: all .2s;
}
.list_news-summary a:hover .news-title {
	color: #00b9ef;
}
/* ==== block_content-introduction ==== */
.block_content-introduction h2 {
	display: none;
}
.list_content-introduction {
	max-width: 1100px;
	margin: 50px auto;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: single;
	-moz-box-lines: single;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: none;
	flex-wrap: nowrap;
}
.list_content-introduction > li {
	width: 32%;
	margin: 0 0 0 2%;
	position: relative;
	box-sizing: border-box;
	padding: 40px 20px;
}
.list_content-introduction > li:first-child {
	margin: 0;
}
.list_content-introduction > li.tennis-introduction {
	background: url(../img/bg-tennis.jpg) no-repeat center center;
	background-size: cover;
}
.list_content-introduction > li.golf-introduction {
	background: url(../img/bg-golf.jpg) no-repeat center center;
	background-size: cover;
}
.list_content-introduction > li.kids-introduction {
	background: url(../img/bg-kids.jpg) no-repeat center center;
	background-size: cover;
}
.list_content-introduction .introduction-text {
	margin: 20px 0;
	color: #fff;
	text-align: center;
}
.list_content-introduction .btn_base-radius {
	width: 200px;
	margin: 0 auto 15px;
	border-radius: 20px;
	text-align: center;
}
.list_content-introduction .tennis-introduction .btn_base-radius {
	background: #483d8b;
}
.list_content-introduction .golf-introduction .btn_base-radius {
	background: #006837;
}
.list_content-introduction .kids-introduction .btn_base-radius {
	background: #901500;
}
.list_content-introduction .btn_base-radius a {
	display: block;
	color: #fff;
	padding: 8px 0;
	background: url(../img/arrow-link.png) no-repeat right 15px center;
	transition: .2s;
}
.list_content-introduction .btn_base-radius a.blank {
	background: url(../img/icon-blank.png) no-repeat right 15px center;
	background-size: 18px 18px;
}
.list_content-introduction .btn_base-radius a:hover {
	background-position: right 12px center;
	opacity: .8;
}
.introduction-links {
	overflow: hidden;
}
.introduction-links p {
	width: 49%;
	float: left;
	margin: 0 0 2% 2%;
	background: #fff;
}
.introduction-links p.long {
	width: 100%;
	margin: 0;
}
.introduction-links p:first-child {
	margin: 0;
}
.introduction-links a {
	display: block;
	padding: 15px;
	font-size: 14px;
	font-weight: bold;
	transition: .3s;
	position: relative;
	overflow: hidden;
}
.tennis-introduction .introduction-links a {
	color: #3491d4;
	background: url(../img/arrow-tennis.png) no-repeat right 12px center;
}
.golf-introduction .introduction-links a {
	color: #48b95c;
	background: url(../img/arrow-golf.png) no-repeat right 12px center;
}
.kids-introduction .introduction-links a {
	color: #e04c3c;
	background: url(../img/arrow-kids.png) no-repeat right 12px center;
}
.introduction-links a:before {
	content: '';
	width: 0;
	height: 100%;
	background: rgba(0,0,0,0.1);
	position: absolute;
	left: -30px;
	top: 0;
	transition: 0.4s;
	transform: skewX(45deg);
}
.introduction-links a:hover:before {
	width: 140%;
}
/* ===================== subpage ==== */
.page-bnr {
	width: 100%;
	height: 180px;
	text-align: center;
	display: table;
}
.page-bnr .title_page {
	color: #fff;
	letter-spacing: 2px;
	font-size: 2em;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	text-shadow: 1px 1px 1px #000;
	background: rgba(0,0,0,0.2);
}
.l_bread {
	border-bottom: solid 1px #ccc;
	margin: 0 auto 40px;
	padding: 5px 0;
}
.list_bread {
	width: 1000px;
	margin: 0 auto;
}
.list_bread li {
	display: inline-block;
	font-size: 0.8em;
	color: #777;
}
.list_bread li + li:before {
	content: '＞';
	margin: 0 5px;
}
.list_bread a {
	display: inline-block;
	text-decoration: underline;
	color: #483d8b;
}
.list_bread a:hover {
	color: #00b9ef;
}
.content-wrap .sub-text {
	text-align: center;
	margin: 25px 0 30px;
}
/* ==== facilityPage ==== */
#facilityPage .page-bnr {
	background: url(../img/facility/page-bnr.jpg) no-repeat center center;
	background-size: cover;
}
.dl_floor-map {
	width: 720px;
	margin: 0 auto 25px;
}
.dl_floor-map dt {
	font-size: 2em;
	font-weight: bold;
	color: #0071bc;
}
.dl_floor-map dd{
	text-align: center;
}
.block_facility-map .area_slide {
	padding: 50px 0;
	background: #dfdfdf;
}
.list_facility-slide p {
	position: relative;
}
.list_facility-slide p:hover {
	opacity: 0.7;
}
.list_facility-slide p:before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 24px;
	height: 24px;
	background: url(../img/btn-popup.png) no-repeat;
}
.list_facility-slide .slide-title {
	padding: 10px 0 5px 35px;
	font-size: 0.8em;
	position: relative;
	font-weight: bold;
}
.list_facility-slide .slide-title:before {
	position: absolute;
	left: 0;
	top: 4px;
	color: #c1272d;
	background: url(../img/icon-number.png) no-repeat left top;
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}
.list_facility-slide .list01 .slide-title:before {
	content: '1';
}
.list_facility-slide .list02 .slide-title:before {
	content: '2';
}
.list_facility-slide .list03 .slide-title:before {
	content: '3';
}
.list_facility-slide .list04 .slide-title:before {
	content: '4';
}
.list_facility-slide .list05 .slide-title:before {
	content: '5';
}
.list_facility-slide .list06 .slide-title:before {
	content: '6';
}
.list_facility-slide .list07 .slide-title:before {
	content: '7';
}
.list_facility-slide .list08 .slide-title:before {
	content: '8';
}
.list_facility-slide .list09 .slide-title:before {
	content: '9';
}
.block_facility-view {
	overflow: hidden;
	background: rgb(#483d8b); /* Old browsers */
	background: -moz-linear-gradient(left, #483d8b 0%, #483d8b 50.1%, rgba(255,255,255,1) 50.1%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #483d8b 0%, #483d8b 50.1%, rgba(255,255,255,1) 50.1%, rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #483d8b 0%, #483d8b 50.1%, rgba(255,255,255,1) 50.1%, rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.block_facility-view .area_text {
	float: left;
	width: 50%;
	padding: 50px 30px 50px 5%;
	box-sizing: border-box;
}
.block_facility-view .area_text .title_white {
	text-align: left;
	margin: 0 0 20px 0;
}
.block_facility-view .area_text .view-text {
	color: #fff;
	margin: 0 0 40px 0;
}
.list_facility-view li {
	float: left;
	width: 49%;
	margin: 0 0 2% 2%;
	position: relative;
}
.list_facility-view li:hover {
	opacity: 0.8;
}
.list_facility-view li:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 0;
}
.list_facility-view li.tab_menu_active:after {
	background: none;
}
.list_facility-view li:nth-child(odd) {
	margin: 0 0 2% 0;
}
.list_facility-view li.view-tennis {
	background: url(../img/facility/popup01.jpg) no-repeat center center;
	background-size: cover;
}
.list_facility-view li.view-golf {
	background: url(../img/facility/popup02.jpg) no-repeat center center;
	background-size: cover;
}
.list_facility-view li.view-putter {
	background: url(../img/facility/popup03.jpg) no-repeat center center;
	background-size: cover;
}
.list_facility-view li.view-bunker {
	background: url(../img/facility/popup04.jpg) no-repeat center center;
	background-size: cover;
}
.list_facility-view a {
	display: block;
	padding: 20px 0 20px 30px;
	color: #fff;
	font-size: 18px;
	text-shadow: 1px 1px 1px #000;
	background: url(../img/arrow-link-big.png) no-repeat right 10px center;
	position: relative;
	z-index: 10;
}
.block_facility-view .area_view {
	width: 50%;
	float: left;
}
/* ==== staffPage ==== */
#staffPage .page-bnr {
	background: url(../img/staff/page-bnr.jpg) no-repeat center center;
	background-size: cover;
}
.block_staff-base {
	margin: 0 0 40px 0;
}
.block_staff-base .btn_base-more {
	margin: 80px 0 0;
}
.list_staff-summary {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.list_staff-summary li {
	width: 225px;
	margin: 0 0 20px 33px;
}
.list_staff-summary li:nth-child(4n + 1) {
	margin: 0 0 20px 0;
}
.list_staff-summary a {
	display: block;
	transition: 0.2s;
}
.list_staff-summary a:hover {
	opacity: 0.7;
}
.list_staff-summary .staff-image {
	width: 100%;
	height: 250px;
	overflow: hidden;
	position: relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,ffffff+100 */
background: rgb(242,242,242); /* Old browsers */
background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.list_staff-summary .staff-image img {
	display: block;
	position: absolute;
	margin: auto;
	top: 50%;
	left: 50%;
	max-width: 300px;
	max-height: 240px;
	width:auto;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.list_staff-summary .staff-position {
	text-align: center;
	color: #483d8b;
	font-size: 0.9em;
	font-weight: bold;
	border-bottom: solid 2px #483d8b;
	margin: 10px 0 5px;
}
.block_staff-tennis .list_staff-summary .staff-position {
	color: #3491d4;
	border-bottom: solid 2px #3491d4;
}
.block_staff-golf .list_staff-summary .staff-position {
	color: #48b95c;
	border-bottom: solid 2px #48b95c;
}
.block_staff-kids .list_staff-summary .staff-position {
	color: #e04c3c;
	border-bottom: solid 2px #e04c3c;
}
.list_staff-summary .staff-name {
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
}
.list_staff-summary .staff-name .f-en {
	font-size: 0.5em;
	font-weight: normal;
	color: #483d8b;
	display: block;
}
.block_staff-tennis .list_staff-summary .staff-name .f-en {
	color: #3491d4;
}
.block_staff-golf .list_staff-summary .staff-name .f-en {
	color: #48b95c;
}
.block_staff-kids .list_staff-summary .staff-name .f-en {
	color: #e04c3c;
}
#staffPage .staff-title {
	text-align: center;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 20px 0;
}
#staffPage .staff-title span {
	display: block;
	padding: 16px 0;
}
.block_staff-front .staff-title {
	background: #483d8b;
}
.block_staff-front .staff-title span {
	background: url(../img/staff/bg-title01.png) no-repeat center center;
}
.block_staff-tennis .staff-title {
	background: #3491d4;
}
.block_staff-tennis .staff-title span {
	background: url(../img/staff/bg-title02.png) no-repeat center center;
}
.block_staff-golf .staff-title {
	background: #48b95c;
}
.block_staff-golf .staff-title span {
	background: url(../img/staff/bg-title03.png) no-repeat center center;
}
.block_staff-kids .staff-title {
	background: #e04c3c;
}
.block_staff-kids .staff-title span {
	background: url(../img/staff/bg-title04.png) no-repeat center center;
}


/* 3amigo */
.block_staff-manage {
	background-color: #c5cfd6;
	padding: 0 0 0 60px;
	width: 90%;
	margin: 0 auto 60px;
}
.block_staff-manage .staff-title {
}
.block_staff-manage .staff-title span {
	background: url(http://godai.gr.jp/staff/management_staff/bg-title05.png) no-repeat center center;
}
.manage-btn {
	margin-bottom: 40px;
}
.mr3 li {
	float: left;
}
.mr3 li:nth-child(2) {
	margin: 0 20px;
}
.mr3 li img {
	display: block;
	width: 100%;
	max-width: 260px;
	height: auto;
}


/*----- single -----*/
.block_staff-single {
	background: rgb(30,87,153); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 0%, rgba(51,153,204,1) 0%, rgba(51,153,204,1) 0%, rgba(32,50,146,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 0%, rgba(51,153,204,1) 0%, rgba(51,153,204,1) 0%, rgba(32,50,146,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 0%, rgba(51,153,204,1) 0%, rgba(51,153,204,1) 0%, rgba(32,50,146,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#203292', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	position: relative;
	overflow: hidden;
	margin: 80px 0 0 0;
	min-height: 650px;
}
.block_staff-single .logo {
	position: absolute;
	width: 75px;
	height: 603px;
	background: url(../img/staff/bg-godai.png) no-repeat left top;
	left: 10px;
	top: 30px;
}
.block_staff-single .area_image {
	text-align: center;
	width: 450px;
	position: absolute;
	left: 15px;
	bottom: 0;
	padding: 30px 0 0 0;
	overflow: hidden;
}
.block_staff-single .area_image img {
	vertical-align: top;
	display: inline;
}
.list_single-slider {
	position: static !important;
}
.list_single-slider li {
	bottom: 0;
}
.block_staff-single .area_info {
	float: right;
	width: 500px;
	margin: 0 20px 0 0;
	padding: 40px 0;
}
.block_staff-single .area_info .single-position {
	display: inline-block;
	padding: 8px 30px;
	background: #fff;
	color: #3491d4;
	border-radius: 4px;
	font-weight: bold;
	margin: 0 0 20px 0;
	line-height: 1;
	font-size: 0.9em;
}
.block_staff-single .area_info .single-name {
	font-size: 2.4em;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	margin: 0 0 10px 0;
}
.block_staff-single .area_info .single-name .f-en {
	font-size: 0.4em;
	font-weight: normal;
	padding: 0 0 0 15px;
}
.block_staff-single .area_info .single-text {
	color: #fff;
	font-size: 1.25em;
	color: #fff;
	margin: 0 0 15px 0;
	line-height: 1.5;
}
.single-profile-title {
	color: #fff;
	font-size: 1.2em;
	line-height: 2;
}
.list_info-detail li {
	overflow: hidden;
	box-sizing: border-box;
	border-bottom: solid 1px #483d8b;
}
.list_info-detail li.half {
	width: 50%;
	float: left;
}
.list_info-detail .half + .half + li {
	clear: both;
}
.list_info-detail dl {
	overflow: hidden;
	display: table;
	width: 100%;
	font-size: 0.85em;
}
.list_info-detail dt {
	display: table-cell;
	background: #d7e9f4;
	width: 32%;
	padding: 8px 12px;
	box-sizing: border-box;
	font-weight: bold;
	vertical-align: middle;
}
.list_info-detail dd {
	display: table-cell;
	width: 68%;
	background: #fff;
	padding: 8px 12px;
	box-sizing: border-box;
}
.block_staff-single .area_single-links {
	overflow: hidden;
	margin: 30px 0 0 0;
}
.block_staff-single .area_single-links div {
	float: left;
	width: 49%;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	transition: .2s;
}
.block_staff-single .area_single-links div:nth-child(2n + 0) {
	margin: 0 0 0 2%;
}
.block_staff-single .area_single-links a {
	display: block;
	padding: 12px 20px;
	font-size: 0.9em;
	color: #3491d4;
	font-weight: bold;
	background: url(../img/icon-blank02.png) no-repeat right 15px center;
	background-size: 16px 16px;
}
#staffPage.page-single .btn_base-more {
	margin: 40px 0 80px;
}
.block_staff-single .area_single-links div:hover {
	opacity: .8;
}
/* ==== experiencePage ==== */
#experiencePage .page-bnr {
	background: url(../img/experience/page-bnr.jpg) no-repeat center center;
	background-size: cover;
}
#experiencePage .l_bread {
	margin: 0;
}
.block_ex-point {
	background: #e0eefa;
	padding: 60px 0;
}
.block_ex-point .top-image {
	text-align: center;
	margin: 0 0 50px 0;
}
.title_experience {
	text-align: center;
	margin: 0 0 40px 0;
}
.list_ex-point li {
	float: left;
	width: 48%;
	margin: 0 0 4% 4%;
}
.list_ex-point li:nth-child(2n +1) {
	margin: 0 0 4% 0;
	clear: both;
}
.list_ex-point .point-title {
	font-size: 1.6em;
	font-weight: bold;
	color: #1d2088;
	margin: 5px 0 10px;
	line-height: 1;
}
.list_ex-point .point-title .f-en {
	font-size: 0.8em;
}
.list_ex-point .point-title .big {
	font-size: 1.4em;
	padding: 0 5px 0 0;
}
.block_ex-point .bnr_kids{
	margin:4% 0 0 0;
}
.block_ex-flow {
	padding: 60px 0;
}
.block_ex-flow .area_flow-links {
	overflow: hidden;
	width: 100%;
	margin: 0 0 100px 0;
}
.block_ex-flow .area_flow-links div {
	width: 46%;
	margin: 0 2%;
	float: left;
	text-align: center;
}
.block_ex-flow .area_flow-links a {
	color: #fff;
	display: block;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	line-height: 50px;
	font-weight: bold;
	transition: 0.2s;
	position: relative;
}
.block_ex-flow .area_flow-links a:hover {
	opacity: 0.7;
}
.block_ex-flow .area_flow-links a:after {
	content: '';
	position: absolute;
	right: 15px;
	top: 18px;
	width: 17px;
	height: 17px;
}
.block_ex-flow .area_flow-links .tennis a:after {
	background: url(../img/experience/link-tennis.png);
}
.block_ex-flow .area_flow-links .golf a:after {
	background: url(../img/experience/link-golf.png);
}
.page-tennis .block_ex-flow .area_flow-links .tennis a {
	background: #3491d4;
}
.page-tennis .block_ex-flow .area_flow-links .golf a {
	background: #d1edd6;
	color: #48b95c;
}
.page-tennis .block_ex-flow .area_flow-links {
	border-bottom: solid 3px #3491d4;
}
.page-golf .block_ex-flow .area_flow-links .tennis a {
	background: #cce3f4;
	collor: #3491d4;
}
.page-golf .block_ex-flow .area_flow-links .golf a {
	background: #48b95c;
}
.page-golf .block_ex-flow .area_flow-links {
	border-bottom: solid 3px #48b95c;
}
.list_ex-flow {
	text-align: center;
	width: 90%;
	margin: 0 auto;
}
.list_ex-flow li {
	position: relative;
	padding: 70px 60px 30px;
	box-sizing: border-box;
	border: solid 3px #3491d4;
	border-radius: 15px;
}
.page-golf .list_ex-flow li {
	border: solid 3px #48b95c;
}
.list_ex-flow li + li {
	margin: 120px 0 0 0;
}
.list_ex-flow li + li:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: -100px;
	margin: auto;
	width: 64px;
	height: 32px;
	background: url(../img/experience/arrow-flow.png) no-repeat;
}
.page-golf .list_ex-flow li + li:after {
	background: url(../img/experience/arrow-flow02.png) no-repeat;
}
.list_ex-flow .step-ball {
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	background: #3491d4;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	line-height: 1;
	color: #fff;
	margin: auto;
	font-size: 1.2em;
	box-sizing: border-box;
	padding: 25px 0 0 0;
}
.page-golf .list_ex-flow .step-ball {
	background: #48b95c;
}
.list_ex-flow .step-ball span {
	display: block;
	font-size: 2em;
}
.list_ex-flow .flow-title {
	font-size: 1.9em;
	font-weight: bold;
	color: #3491d4;
	margin: 0 0 12px 0;
}
.page-golf .list_ex-flow .flow-title {
	color: #48b95c;
}
.list_ex-flow .flow-title strong {
	display: block;
}
.list_ex-flow .flow-title strong:before {
	content: '＼';
}
.list_ex-flow .flow-title strong:after {
	content: '／';
}
.list_ex-flow .flow-image {
	margin: 25px 0 0 0;
}
.list_ex-flow .list-tennis01:before {
	content: '';
	position: absolute;
	width: 146px;
	height: 149px;
	background: url(../img/experience/icon-maru-tennis.png);
	right: 15px;
	top: -40px;
}
.list_ex-flow .list-golf01:before {
	content: '';
	position: absolute;
	width: 146px;
	height: 149px;
	background: url(../img/experience/icon-maru-golf.png);
	right: 15px;
	top: -40px;
}
.list_ex-flow .list02:before {
	content: '';
	position: absolute;
	width: 177px;
	height: 52px;
	background: url(../img/experience/text01.png);
	left: 25px;
	top: 15px;
}
.list_ex-flow .list-tennis03:before {
	content: '';
	position: absolute;
	width: 226px;
	height: 79px;
	background: url(../img/experience/hukidasi.png);
	left: 125px;
	top: 15px;
}
.list_ex-flow .list04:before {
	content: '';
	position: absolute;
	width: 165px;
	height: 48px;
	background: url(../img/experience/text02.png);
	left: 25px;
	top: 15px;
}
.list_ex-flow .list05:before {
	content: '';
	position: absolute;
	width: 182px;
	height: 49px;
	background: url(../img/experience/text03.png);
	left: 25px;
	top: 15px;
}
.list_ex-flow .list06:before {
	content: '';
	position: absolute;
	width: 243px;
	height: 54px;
	background: url(../img/experience/text04.png);
	left: 25px;
	top: 15px;
}
.list_ex-flow .list-tennis07, .list_ex-flow .list-golf07 {
	min-height: 240px;
}
.list_ex-flow .list-tennis07 .flow-text, .list_ex-flow .list-golf07 .flow-text {
	width: 60%;
	text-align: left;
	margin: 0 auto;
}
.list_ex-flow .list-tennis07:before {
	content: '';
	position: absolute;
	width: 290px;
	height: 223px;
	background: url(../img/experience/step07.png);
	right: 0;
	bottom: 0;
}
.list_ex-flow .list-golf07:before {
	content: '';
	position: absolute;
	width: 282px;
	height: 220px;
	background: url(../img/experience/g-step07.png);
	right: 15px;
	bottom: 0;
}
.block_ex-step {
	padding: 50px 0;
	background: #e0eefa;
}
.list_ex-step li {
	width: 45%;
	float: left;
	background: #fff;
	box-sizing: border-box;
	margin: 0 2.5% 0;
	padding: 25px;
	border-radius: 15px;
}
.list_ex-step li:last-child {
	margin: 0;
}
.list_ex-step .step-title {
	text-align: center;
	font-weight: bold;
	color: #1d2080;
	line-height: 1.4;
	padding: 100px 0 0 0;
	margin: 0 0 10px 0;
}
.list_ex-step .list01 .step-title {
	background: url(../img/experience/icon-step01.png) no-repeat center top;
}
.list_ex-step .list02 .step-title {
	background: url(../img/experience/icon-step02.png) no-repeat center top;
}
.list_ex-step .list03 .step-title {
	background: url(../img/experience/icon-step03.png) no-repeat center top;
}
.list_ex-step .step-text {
	font-size: 0.9em;
}
.block_ex-contact {
	background: #e04c3c;
	padding: 50px 0;
}
.block_ex-contact .inner {
	overflow: hidden;
}
.block_ex-contact .btn_web-contact {
	float: left;
	width: 46%;
	background: #fff;
	box-shadow: 0 3px 0 0 #b9b9b9;
	margin: 0 0 3px 3%;
	box-sizing: border-box;
	transition: 0.3s;
}
.block_ex-contact .area_text {
	float: right;
	width: 46%;
	background: url(../img/experience/icon-tell.png) no-repeat left center;
	box-sizing: border-box;
	padding: 0 0 0 80px;
	min-height: 64px;
	margin: 6px 0 0 0;
}
.block_ex-contact .btn_web-contact a {
	display: block;
	line-height: 70px;
	border-radius: 1px;
	padding: 0 15px 0 30px;
	color: #e04c3c;
	font-size: 1.3em;
	font-weight: bold;
	background: url(../img/arrow-kids.png) no-repeat right 20px center;
	position: relative;
	overflow: hidden;
	border: solid 3px #fff;
	box-sizing: border-box;
}
.block_ex-contact .btn_web-contact:hover {
	box-shadow: none;
	background: #e04c3c;
}
.block_ex-contact .btn_web-contact:hover a {
	color: #fff;
	background: url(../img/arrow-link.png) no-repeat right 20px center;
}
.block_ex-contact .btn_web-contact a:hover:after {
	top: 0;
}
.block_ex-contact .ex-contact-tel {
	color: #fff;
	font-size: 2.7em;
	font-weight: bold;
	line-height: 1;
}
.block_ex-contact .ex-contact-time {
	color: #fff;
	font-size: 0.9em;
}
/* ==== faqPage ==== */
#faqPage .page-bnr {
	background: url(../img/faq/page-bnr.jpg) no-repeat center center;
	background-size: cover;
}
.block_tab-links {
	overflow: hidden;
	margin: 0 0 30px 0;
}
.block_tab-links .tab-links {
	float: left;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	transition: 0.2s;
}
.block_faq-links .tab-links {
	width: 32%;
	margin: 0 0 0 2%;
}
.block_news-links .tab-links {
	width: 24%;
	margin: 0 0 0 1.3333%;
}
.block_tab-links .tab-links a {
	display: block;
}
.block_tab-links .tab-links:hover {
	opacity: .7;
}
.block_tab-links .tab-links.link-all {
	background: #f4a93b;
}
.block_tab-links .tab-links.link-tennis {
	background: #3491d4;
}
.block_tab-links .tab-links.link-golf {
	background: #48b95c;
}
.block_tab-links .tab-links.link-kids {
	background: #e04c3c;
}
.block_tab-links .tab-links:first-child {
	margin: 0;
}
.page-all .block_tab-links {
	border-bottom: solid 3px #f4a93b;
}
.page-tennis .block_tab-links {
	border-bottom: solid 3px #3491d4;
}
.page-golf .block_tab-links {
	border-bottom: solid 3px #48b95c;
}
.page-kids .block_tab-links {
	border-bottom: solid 3px #e04c3c;
}
.page-all .block_tab-links .link-all, .page-tennis .block_tab-links .link-tennis, .page-kids .block_tab-links .link-kids, .page-golf .block_tab-links .link-golf {
	height: 55px;
}
.list_dl-faq {
	margin: 0 0 100px 0;
}
.list_dl-faq li {
	margin: 0 0 20px 0;
}
.dl_faq dt {
	display: table;
	width: 100%;
}
.dl_faq dt .faq-title{
	transition: 0.2s;
}
.dl_faq dd {
	display: table;
	width: 100%;
}
.dl_faq .dt-icon {
	display: table-cell;
	width: 50px;
	text-align: center;
	color: #fff;
	position: relative;
	font-size: 1.4em;
}
.dl_faq .dt-icon:before {
	position: absolute;
	left: 50%;
	top: 100%;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	border-width: 10px;
	margin: 0 0 0 -10px;
	border-top-color: #000000;
}
.dl_faq .faq-title {
	display: table-cell;
	box-sizing: border-box;
	padding: 12px 30px;
	font-weight: bold;
	font-size: 1.2em;
}
.dl_faq .dd-icon {
	display: table-cell;
	width: 50px;
	text-align: center;
	color: #fff;
	vertical-align: middle;
	background: #b3b3b3;
	font-size: 1.4em;
}
.dl_faq .faq-text {
	display: table-cell;
	box-sizing: border-box;
	padding: 20px 30px;
	background: #f5f5f5;
}
.page-tennis .dl_faq .dt-icon {
	background: #3491d4;
}
.page-tennis .dl_faq .faq-title {
	background: #d7e9f4;
	color: #3491d4;
}
.page-tennis .dl_faq dt:hover .faq-title, .page-tennis .dl_faq dt.accordion_open .faq-title{
	background: #3491d4;
	color:#fff;
}
.page-tennis .dl_faq .dt-icon:before {
	border-top-color: #3491d4;
}
.page-golf .dl_faq .dt-icon {
	background: #48b95c;
}
.page-golf .dl_faq .faq-title {
	background: rgba(72,185,92,0.2);
	color: #48b95c;
}
.page-golf .dl_faq dt:hover .faq-title, .page-golf .dl_faq dt.accordion_open .faq-title{
	background: rgba(72,185,92,1);
	color:#fff;
}
.page-golf .dl_faq .dt-icon:before {
	border-top-color: #48b95c;
}
.page-kids .dl_faq .dt-icon {
	background: #e04c3c;
}
.page-kids .dl_faq .faq-title {
	background: rgba(224,76,60,0.2);
	color: #e04c3c;
}
.page-kids .dl_faq dt:hover .faq-title , .page-kids .dl_faq dt.accordion_open .faq-title{
	background: rgba(224,76,60,1);
	color:#fff;
}
.page-kids .dl_faq .dt-icon:before {
	border-top-color: #e04c3c;
}

/* ==== accessPage ==== */
#accessPage .page-bnr {
	background: url(../img/access/page-bnr.jpg) no-repeat center center;
	background-size: cover;
}
.block_access-info {
	overflow: hidden;
	margin: 60px 0;
}
.block_access-info .area_text {
	float: left;
	width: 40%;
}
.block_access-info .area_image {
	float: left;
	width: 50%;
	margin: 0 0 0 10%;
}
.block_access-info .text-image {
	margin: 0 0 20px 0;
}
.dl_access {
	display: table;
	width: 100%;
	padding: 12px 0;
	border-bottom: solid 1px #ccc;
}
.dl_access dt {
	display: table-cell;
	width: 25%;
	color: #483d8b;
	font-weight: bold;
}
.dl_access dd {
	display: table-cell;
	width: 75%;
}
.dl_access .traffic p {
	text-indent: -1.2em;
	padding: 0 0 0 1em;
	margin: 5px 0;
}
.block_access-info .area_image .image-map {
	border: solid 1px #ccc;
	margin: 0 0 20px 0;
}
.block_access-info .area_image img {
	vertical-align: top;
}
.block_access-info .area_inline-box {
	display: none;
}
.inline-base img {
	vertical-align: top;
}
.inline-base .inline-text {
	padding: 9px 10px 6px;
	color: #fff;
}
.list_access-route li {
	float: left;
	width: 24.4%;
	margin: 0 0 1% 0.2%;
}
.list_access-route li:nth-child(4n + 1) {
	margin: 0 0 1% 0;
	clear: both;
}
.list_access-route p {
	font-size: 0.9em;
	margin: 3px 0 0 0;
}
.block_access-ggl {
	margin: 0 0 100px 0;
}
a.text_link {
	display: inline-block;
	text-decoration: underline;
	color: #483d8b;
	transition: color .2s;
}
a.text_link:hover {
	color: #ff7f50;
}
.block_access-ggl #map_canvas {
	width: 100%;
	height: 500px;
	margin: 0 0 10px 0;
}
/* ==== newsPage ==== */
#newsPage .page-bnr {
	background: url(../img/news/page-bnr.jpg) no-repeat center center;
	background-size: cover;
}
.block_small-links {
	padding: 0 250px;
	margin: 50px auto;
	overflow: hidden;
}
.block_small-links div {
	width: 160px;
	float: left;
	margin: 0 0 0 10px;
	text-align: center;
}
.block_small-links div:first-child {
	margin: 0;
}
.block_small-links a {
	display: block;
	padding: 10px 0;
	border: solid 1px #483d88;
	font-size: 0.85em;
	color: #483d88;
	font-weight: bold;
	background-color: #fff;
	background-image: url(../img/arrow-small-links.png);
	background-repeat: no-repeat;
	background-position: left 12px center;
	background-size: 15px 9px;
	transition: .2s;
}
.block_small-links a:hover, .page-all.cat-oshirase .link-oshirase a, .page-all.cat-info .link-info a, .page-all.cat-result .link-result a, .page-tennis.cat-oshirase .link-oshirase a, .page-tennis.cat-info .link-info a, .page-tennis.cat-result .link-result a, .page-golf.cat-oshirase .link-oshirase a, .page-golf.cat-info .link-info a, .page-golf.cat-result .link-result a, .page-kids.cat-oshirase .link-oshirase a, .page-kids.cat-info .link-info a, .page-kids.cat-result .link-result a {
	background-color: #483d88;
	background-image: url(../img/arrow-small-links_on.png);
	color: #fff;
}
.block_news-single {
	margin: 0 30px 80px;
}
.block_news-single article {
	padding: 50px 0;
}
.block_news-single article + article {
	border-top: solid 1px #ccc;
}
.block_news-single .news-time {
	text-align: center;
	color: #483d88;
	font-weight: bold;
	font-size: 1.3em;
	position: relative;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
}
.block_news-single .news-time:after {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 4px;
	background: #483d88;
	margin: auto;
}
.block_news-single .news-title {
	text-align: center;
	color: #483d88;
	font-weight: bold;
	font-size: 1.8em;
	margin: 0 0 20px 0;
}
.list_pager {
	text-align: center;
}
.list_pager div {
	display: inline-block;
	line-height: 40px;
	width: 40px;
	text-align: center;
	background: #483d8a;
	margin: 0 3px;
	color: #fff;
	vertical-align: middle;
}
.list_pager div.delimiter{
	background: none;
	color:#666;
	width: 20px;
}
.list_pager div a {
	display: block;
	background: #b3b3b3;
	font-size: 1.2em;
	transition: background .2s;
}
.list_pager div a:hover {
	background: rgba(179,179,179,0.5);
}
.list_pager div.pager-arrow {
	background: none;
	width: auto;
	margin: 0 8px;
}
.list_pager div.pager-arrow a {
	width: 13px;
	height: 22px;
	transition: .3s;
}
.list_pager div.next a {
	background: url(../img/arrow-slide-right.png) no-repeat;
	background-size: 13px 22px;
}
.list_pager div.prev a {
	background: url(../img/arrow-slide-left.png) no-repeat;
	background-size: 13px 22px;
}
.list_pager div.pager-arrow a:hover {
	transform: scale(1.2);
}
/* ====  GOLF-top & TENNIS-top ==== */
.golf-top-nav {
	background: #48b95c;
}
.tennis-top-nav {
	background: #3491d4;
}
.list_top-nav {
	width: 900px;
	margin: 0 auto;
}
.list_top-nav li {
	float: left;
	display: table;
	table-layout: auto;
	width: 20%;
	text-align: center;
	transition: background 0.2s;
}
.list_top-nav li.list03 {
	width: 40%;
}
.list_top-nav a {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 0;
	color: #fff;
}
.list_top-nav a:before {
	content: url(../img/arrow-top-nav.png);
	margin: 0 3px 0 0;
}
#golf-top .list_top-nav li:hover, #golf-top.page-top .list_top-nav .list01, #golf-top.page-class .list_top-nav .list02, #golf-top.page-information .list_top-nav .list03 {
	background: #29a53e;
}
#tennis-top .list_top-nav li:hover, #tennis-top.page-top .list_top-nav .list01, #tennis-top.page-class .list_top-nav .list02, #tennis-top.page-information .list_top-nav .list03 {
	background: #0071c8;
}
#golf-top .title_sec-blue {
	color: #48b95c;
}
#golf-top .title_sec-blue .f-jap, #tennis-top .title_sec-blue .f-jap {
	color: #000;
}
#tennis-top .title_sec-blue {
	color: #3491d4;
}
.block_campaign {
	padding: 60px 0;
}
.block_campaign .bx-viewport {
	min-height: 240px;
}
.list_campaign {
	margin: 25px 0 0 0;
}
.list_campaign li {
	float: left;
	width: 310px;
}
.list_campaign .campaign-thumbnail {
	position: relative;
	height: 148px;
	box-sizing: border-box;
	border: solid 1px #ccc;
	margin: 0 0 12px 0;
	 overflow: hidden;
}
.list_campaign .campaign-thumbnail img {
	vertical-align: top;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: opacity 0.2s;
}
.list_campaign .campaign-title {
	font-size: 0.8em;
	transition:color 0.2s;
}
.list_campaign a{
	display: block;
}
.list_campaign a:hover img{
	opacity:0.7;
}
.list_campaign a:hover .campaign-title {
	color:#00b9ef;
}
#golf-top .block_news-summary {
	background: url(../img/golf/bg-news.png) no-repeat center center;
	background-size: cover;
}
#tennis-top .block_news-summary {
	background: url(../img/tennis/bg-news.png) no-repeat center center;
	background-size: cover;
}
.block_class-intro {
	padding: 60px 0;
    background: url(../img/tennis/bg-class.png) no-repeat center center;
    background-size: cover;
}
#golf-top .block_class-intro {
	padding: 60px 0;
    background: url(../img/golf/bg-class.png) no-repeat center center;
    background-size: cover;
}
.title_strong {
	text-align: center;
	color: #48b95c;
	font-size: 2em;
	font-weight: bold;
	margin: 0 0 35px 0;
}
#tennis-top .title_strong {
	color: #3491d4;
}
.list_class-intro {
	max-width: 1200px;
	margin: 0 auto 40px;
}
.list_class-intro li {
	float: left;
	width: 24%;
	margin: 0 0.5% 2%;
}
.list_class-intro li:nth-child(4n + 1) {
	clear: both;
}
.list_class-intro .intro-title {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #48b95c;
	margin: 0 0 10px 0;
}
#tennis-top .list_class-intro .intro-title {
	color: #3491d4;
}
.list_class-intro .intro-text {
	font-size: 0.9em;
	text-align: center;
}
.btn_lp-base {
	text-align: center;
}
.btn_lp-base a {
	border-radius: 2px;
	display: inline-block;
	width: 350px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 15px 25px;
	background-color: #48b95c;
	background-image: url(../img/arrow-link.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	box-shadow: 0 3px 0 0 #29a53e;
	text-align: left;
	color: #fff;
}
#tennis-top .btn_lp-base a {
	background-color: #3491d4;
	box-shadow: 0 3px 0 0 #0071c8;
}
.btn_lp-base a[target="_blank"] {
	background-image: url(../img/icon-blank.png);
	background-size: 18px 18px;
}
.btn_lp-base a + a {
	margin: 0 0 0 25px;
}
.block_lp-footer .area_menu-links {
	padding: 80px 0;
	background: url(../img/golf/bg-lp-footer.png) no-repeat center center;
	background-size: cover;
}
#tennis-top .block_lp-footer .area_menu-links {
	background: url(../img/tennis/bg-lp-footer.png) no-repeat center center;
	background-size: cover;
}
.block_lp-footer .area_other-links {
	overflow: hidden;
}
.block_lp-footer .area_other-links .link-base {
	float: left;
	width: 50%;
	transition: opacity 0.2s;
}
.block_lp-footer .link-base:hover {
	opacity: 0.7;
}
.block_lp-footer .area_other-links .link-tennis {
	background: url(../img/bg-lp-tennis.png) no-repeat center center;
	background-size: cover;
}
.block_lp-footer .area_other-links .link-golf {
	background: url(../img/bg-lp-golf.png) no-repeat center center;
	background-size: cover;
}
.block_lp-footer .area_other-links .link-kids {
	background: url(../img/bg-lp-kids.png) no-repeat center center;
	background-size: cover;
}
.block_lp-footer .link-base a {
	display: block;
	height: 180px;
	line-height: 180px;
	box-sizing: border-box;
	padding: 0 50px;
	color: #fff;
	font-size: 2.6em;
	font-weight: bold;
	background: url(../img/arrow-lp-links.png) no-repeat right 15px center;
}
.block_lp-footer .link-base a .f-jap {
	font-size: 0.4em;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 15px;
}
#golf-top .page-bnr {
	background: url(../img/golf/page-bnr-lesson.jpg) no-repeat center center;
	background-size: cover;
}
#tennis-top .page-bnr {
	background: url(../img/tennis/page-bnr-lesson.jpg) no-repeat center center;
	background-size: cover;
}
.list_lp-lesson {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 40px 0;
}
.list_lp-lesson li {
	width: 48.5%;
	float: left;
	margin: 0 0 5% 3%;
}
.list_lp-lesson li:nth-child(2n + 1) {
	margin: 0 0 5% 0;
}
.list_lp-lesson .lesson-title {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	background: #48b95c;
	padding: 10px 0;
}
#tennis-top .list_lp-lesson .lesson-title {
	background: #3491d4;
}
.list_lp-lesson .lesson-strong {
	color: #48b95c;
	font-size: 1.15em;
	font-weight: bold;
	margin: 0 0 5px 0;
}
#tennis-top .list_lp-lesson .lesson-strong {
	color: #3491d4;
}
.list_lp-lesson .lesson-text {
	font-size: 0.85em;
}
.block_lp-lesson .area_big-link {
	border: solid 10px #48b95c;
	margin: 0 0 60px 0;
}
#tennis-top .block_lp-lesson .area_big-link {
	border: solid 10px #3491d4;
}
.block_lp-lesson .area_big-link a {
	display: block;
	overflow: hidden;
	background: url(../img/golf/arrow-next.png) no-repeat right 10px center;
}
#tennis-top .block_lp-lesson .area_big-link a {
	background: url(../img/tennis/arrow-next.png) no-repeat right 10px center;
}
.block_lp-lesson .area_big-link a:hover {
	opacity: 0.8;
}
.block_lp-lesson .area_big-link .image {
	float: left;
	width: 460px;
}
.block_lp-lesson .area_big-link .image img {
	vertical-align: top;
}
.block_lp-lesson .area_big-link .text {
	float: left;
	width: calc(100% - 460px);
	box-sizing: border-box;
	padding: 40px 0 0 0;
	text-align: center;
}
.block_lp-lesson .area_big-link .big-link-title {
	font-size: 2em;
	font-weight: bold;
	color: #48b95c;
}
#tennis-top .block_lp-lesson .area_big-link .big-link-title {
	color: #3491d4;
}
.dl_lp-info {
	display: table;
	width: 100%;
}
.dl_lp-info dt {
	display: table-cell;
	width: 25%;
	background: #48b95c;
	text-align: center;
	padding: 15px 0;
	color: #fff;
}
#tennis-top .dl_lp-info dt {
	background: #3491d4;
}
.dl_lp-info dd {
	display: table-cell;
	width: 75%;
	background: #f1f1f1;
	padding: 15px 30px;
}
.block_lp-information .area_class {
	margin: 70px 0 0 0;
}
.block_lp-information .area_class .class-title {
	font-size: 2.5em;
	font-weight: bold;
	color: #48b95c;
	vertical-align: middle;
	line-height: 81px;
	margin: 0 0 15px 0;
}
#tennis-top .block_lp-information .area_class .class-title {
	color: #3491d4;
}
.block_lp-information .area_class .class-title .f-en {
	font-size: 0.4em;
	font-weight: normal;
	display: inline-block;
	background: url(../img/golf/maru.png) no-repeat;
	width: 81px;
	text-align: center;
	color: #fff;
	vertical-align: middle;
	margin: 0 15px 0 0;
}
#tennis-top .block_lp-information .area_class .class-title .f-en {
	background: url(../img/tennis/maru.png) no-repeat;
}
.table_class {
	width: 100%;
	box-sizing: border-box;
	border: solid 1px #cbcbcb;
}
.table_class.everyday{
	margin:40px 0 0 0;
}
.table-box {
	overflow: hidden;
}
.table-box + .table-box{
	margin:40px 0 0 0;
}
.table-box .table_class {
	float: left;
	width: 49%;
}
.table-box .table_class .notice{
	background: #e9afaf;
}
.table-box .table_class .notice-color{
	background: #e9afaf;
	width: 2em;
	display: inline-block;
	height: 0.8em;
	margin:0 5px;
}
.table-box .table_class.table_ex{
	float: right;
}
.table-box .table_class + .table_class {
	margin: 0 0 0 2%;
}
.table_class th {
	text-align: center;
	padding: 12px 8px;
	color: #fff;
}
.table_class th + th {
	border-left: solid 1px #fff;
}
.table_class td {
	text-align: center;
	border: solid 1px #cbcbcb;
	padding: 10px 8px;
	vertical-align: middle;
	line-height: 1.4;
	font-size: 0.95em;
}
.table_class td.align-left{
	text-align: left;
	font-size: 0.85em;
}
.table_class.weekday .table-top th {
	background: #5bbee7;
}
.table_class.weekday th {
	background: #8acce7;
}
.table_class.holiday .table-top th {
	background: #e97a78;
}
.table_class.holiday th {
	background: #e9afaf;
}
.table_class.everyday .table-top th {
	background: #3cb37a;
}
.table_class.everyday th {
	background: #a4d5bd;
}
.information-small {
	font-size: 0.8em;
	margin: 20px 0;
}
#golf-top.page-information .btn_lp-base, #tennis-top.page-information .btn_lp-base {
	margin: 40px auto 60px;
}
