@charset "utf-8";
/* ===================== common ==== */
html {
	font-size: 14px;
}
.pc-only {
	display: none !important;
}
.touch-anime {
	transition: all 0.3s;
}
.u_touch-anime {
	opacity: 0.7;
}
.inner {
	width: 94%;
	margin: 0 auto;
}
.btn_base-more a {
	display: block;
	width: 200px;
	margin: 0 auto;
	background: #34495e;
	color: #fff;
	position: relative;
	padding: 15px 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.u_touch-anime {
	background: #00b9ef;
}
.btn_base-more a.u_touch-anime:after {
	right: 7px;
}
/* ==== bx_slider ==== */
.bx-controls.bx-has-pager {
	bottom: 7px;
}
.bx-wrapper .bx-has-pager .bx-pager.bx-default-pager a {
	width: 40px;
	height: 4px;
}
/* ==== 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: 3.8em;
	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 ==== */
#top {
	padding: 55px 0 0 0;
}
.h-wrap {
	height: 55px;
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 10002;
	top: 0;
	left: 0;
	box-shadow: 0 1px 1px 1px #ccc;
}
.h-logo {
	min-width: 200px;
	width: 60%;
	max-width: 240px;
	margin: 0 0 0 10px;
	line-height: 55px;
}
.h-logo img {
	vertical-align: middle;
}
.btn_nav {
	position: absolute;
	right: 0;
	top: 0;
	width: 55px;
	height: 55px;
	background: #483d8b;
}
.btn_nav span {
	display: inline-block;
	transition: 0.4s;
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
}
.btn_nav span:nth-of-type(1) {
	top: 14px;
}
.btn_nav span:nth-of-type(2) {
	top: 26px;
}
.btn_nav span:nth-of-type(3) {
	bottom: 14px;
}
#btn_nav {
	top: 0;
	left: 20%;
	width: 60%;
	position: absolute;
	transition: transform 0.4s;
	height: 100%;
}
#btn_nav.btn_nav_open {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
#btn_nav.btn_nav_open span:nth-of-type(1) {
	-webkit-transform: translateY(12px) rotate(-45deg);
	transform: translateY(12px) rotate(-45deg);
}
#btn_nav.btn_nav_open span:nth-of-type(2) {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
#btn_nav.btn_nav_open span:nth-of-type(3) {
	opacity: 0;
}
/* ==== nav ==== */
.nav-wrap {
	position: fixed;
	overflow: scroll;
	background: #fff;
	width: 100%;
	height: calc(100% - 55px);
	left: 0;
	top: 55px;
	z-index: 10001;
	transform: translateY(-100%);
	transition: 0.6s;
}
.nav-wrap.list_nav_open {
	transform: translateY(0%);
}
.list_main-nav li + li {
	border-top: solid 1px #483d8b;
}
.list_main-nav a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	transition: .2s;
	padding: 15px;
	color: #483d8b;
	background: url(../img/arrow-summary.png) no-repeat right 10px center;
	background-size: 8px 12px;
}
.list_main-nav .blank {
	background: #483d8b;
}
.list_main-nav .blank a {
	color: #fff;
	background: url(../img/icon-blank.png) no-repeat right 10px center;
	background-size: 16px 16px;
}
.sp-menu-tennis .list_main-nav li + li {
	border-top: solid 1px #3491d4;
}
.sp-menu-tennis .list_main-nav a {
	color: #3491d4;
	background: url(../img/arrow-tennis.png) no-repeat right 10px center;
	background-size: 8px 12px;
}
.sp-menu-golf .list_main-nav li + li {
	border-top: solid 1px #48b95c;
}
.sp-menu-golf .list_main-nav a {
	color: #48b95c;
	background: url(../img/arrow-golf.png) no-repeat right 10px center;
	background-size: 8px 12px;
}
.sp-menu-kids .list_main-nav li {
	border-bottom: solid 1px #e04c3c;
}
.sp-menu-kids .list_main-nav li + li {
	border-top: none;
}
.sp-menu-kids .list_main-nav a {
	color: #e04c3c;
	background: url(../img/arrow-kids.png) no-repeat right 10px center;
	background-size: 8px 12px;
}
.accordion_menu dt {
	padding: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	position: relative;
}
.accordion_menu dt:after {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	background: url(../img/icon-plus.png) no-repeat;
	background-size: 16px 16px;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: 0.3s;
}
.accordion_menu dt.accordion_open:after {
	transform: rotateZ(45deg);
}
.accordion_menu.sp-menu-tennis dt {
	background: #3491d4;
}
.accordion_menu dt span {
	display: block;
	padding: 0 0 0 28px;
}
.accordion_menu.sp-menu-tennis span {
	background: url(../img/icon-tennis.png) no-repeat left center;
	background-size: 20px 21px;
}
.accordion_menu.sp-menu-golf span {
	background: url(../img/icon-golf.png) no-repeat left top;
	background-size: 20px 21px;
}
.accordion_menu.sp-menu-kids span {
	background: url(../img/icon-kids.png) no-repeat left top;
	background-size: 20px 21px;
}
.accordion_menu.sp-menu-golf dt {
	background: #48b95c;
}
.accordion_menu.sp-menu-kids dt {
	background: #e04c3c;
}
#btn_nav_close {
	display: inline-block;
	border-radius: 4px;
	padding: 12px 30px;
	background: #34495e;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 15px 15px 30px;
}
/* ===================== side-bnr ==== */
.side-bnr {
	text-align: center;
	width: 94%;
	margin: 0 auto 20px;
}
/* ===================== footer ==== */
footer {
	background: url(../img/bg-f-wrap.png) repeat left top;
	background-size: 4px 4px;
}
.f-wrap {
	overflow: hidden;
}
.block_f-info {
	background: #fff;
	text-align: center;
	padding: 0 0 25px 0;
}
.block_f-info .f-title {
	border-bottom: solid 1px #dfdfdf;
	padding: 25px 10px 5px;
	margin: 0 10px 6px;
}
.block_f-info .f-tell {
	font-size: 1.8em;
	font-weight: bold;
}
.block_f-info .f-time {
	line-height: 1.4;
}
.block_f-menu {
	box-sizing: border-box;
	padding: 15px 0;
	width: 94%;
	margin: 0 auto;
}
.block_f-menu .area_f-links {
	overflow: hidden;
	margin: 0 0 20px 0;
	position: relative;
}
.list_f-menu:nth-child(3) {
	position: absolute;
	width: 50%;
	left: 50%;
	top: 0;
}
.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: 4px 0;
}
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 #top {
	padding-top: 0;
}

.block_f-menu .area_f-select {
	margin: 0 0 15px 0;
	background: none !important;
	overflow: hidden;
	border-radius: 2px;
}
.block_f-menu .area_f-select h3 {
	background: #483d8b;
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 32px;
	padding: 5px 10px;
}
.block_f-menu .area_f-select ul {
	display: block;
	font-size: 15px;
	padding: 10px;
}
.block_f-menu .area_f-select ul li {
	list-style: inside;
}
.block_f-menu .area_f-select span {
	color: #fff;
	display: block;
	margin: 0 0 8px 0;
}
.block_f-menu .area_f-select select {
	width: 100%;
	float: left;
	display: block;
	font-size: 16px;
	line-height: 22px;
	height: 30px;
	background: #fff;
	padding: 12px;
}
.block_f-menu .area_f-bnr {
	overflow: hidden;
}

.block_f-menu .area_f-bnr p img {
	width: 100%;
}
.block_f-menu .area_f-bnr p {
	float: left;
	width: 49%;
	margin: 0 2% 0 0;
}
.block_f-menu .area_f-bnr p:nth-child(odd) {
	margin-right: 0;
}

.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:last-child {
	margin: 0;
}


.copyright {
	background: #483d8b;
	line-height: 40px;
	color: #fff;
	font-size: 0.81em;
	padding: 0 0 0 15px;
	margin: 0 0 82px 0;
}
.pagetop {
	position: relative;
}
.pagetop a {
	display: block;
	position: absolute;
	right: 0;
	bottom: 82px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #ffff3f;
	z-index: 10;
	text-align: center;
}
.pagetop img {
	vertical-align: middle;
	width: 20px;
}
.f-fixed-bnr {
	overflow: hidden;
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 30;
	background: #fff;
}
.f-fixed-bnr p {
	width: 33%;
	float: left;
	margin: 0 0 0 0.5%;
	text-align: center;
	background: #483d8b;
}
.f-fixed-bnr p.tell {
	background: #ba272d;
	margin: 0;
}
.f-fixed-bnr p.lesson {
	background: #ba272d;
	width: 100%;
	float: none;
	margin: 0 0 2px 0;
}
.f-fixed-bnr a {
	display: block;
	color: #fff;
	line-height: 40px;
}
.f-fixed-bnr img {
	vertical-align: middle;
	line-height: 40px;
	margin: 0 5px 0 0;
}
/* ===================== frontpage ====*/

/* ==== block_main-slider ==== */
#jq-main-slider li {
	height: 200px;
}
#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;
}
/**/
#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 28px;
}
#jq-main-thumb .slick-slide {
	position: relative;
	overflow: hidden;
	outline: none;
	cursor: pointer;
	transition: opacity .3s;
	margin: 0 3px;
}
#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 1px #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;
}
/* ==== block_news-summary ==== */
.block_news-summary {
	padding: 20px 0 35px;
	background: url(../img/bg-news-summary.jpg) no-repeat center center;
	background-size: cover;
}
.list_news-summary {
	margin: 20px 0;
}
.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: 8px;
	overflow: hidden;
	background: url(../img/arrow-summary.png) no-repeat right 8px center;
	background-size: 8px 13px;
}
.list_news-summary .news-cat {
	width: 130px;
	float: left;
	padding: 5px 0;
	text-align: center;
	font-size: .9em;
	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;
	color: #483d8b;
	margin: 3px 0 0 12px;
	font-size: 16px;
}
.list_news-summary .news-title {
	clear: both;
	padding: 7px 12px 0 0;
	font-weight: bold;
	transition: all .2s;
}
.list_news-summary a.u_touch-anime .news-title {
	color: #00b9ef;
}
/* ==== block_content-introduction ==== */
.block_content-introduction h2 {
	display: none;
}
.list_content-introduction {
	margin: 25px auto;
	width: 94%;
}
.list_content-introduction > li {
	position: relative;
	box-sizing: border-box;
	padding: 25px 12px 15px;
	margin: 0 0 15px 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: 16px 0;
	color: #fff;
	text-align: center;
}
.list_content-introduction .btn_base-radius {
	width: 200px;
	margin: 0 auto 15px;
	border-radius: 30px;
	text-align: center;
}
.list_content-introduction .btn_base-radius a.blank {
	background: url(../img/icon-blank.png) no-repeat right 15px center;
	background-size: 16px 16px;
}
.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: 12px 0;
	background: url(../img/arrow-link.png) no-repeat right 15px center;
	transition: .2s;
}
.list_content-introduction .btn_base-radius a.u_touch-anime {
	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-weight: bold;
	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.u_touch-anime:before {
	width: 140%;
}
/* ===================== subpage ==== */
.page-bnr {
	width: 100%;
	height: 120px;
	text-align: center;
	display: table;
}
.page-bnr .title_page {
	color: #fff;
	letter-spacing: 1px;
	font-size: 1.8em;
	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 25px;
	padding: 7px 10px;
}
.list_bread li {
	display: inline-block;
	font-size: 0.9em;
	color: #777;
}
.list_bread li + li:before {
	content: '＞';
	margin: 0 3px;
}
.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: 15px 0 22px;
}
/* ==== facilityPage ==== */
#facilityPage .page-bnr {
	background: url(../img/facility/page-bnr.jpg) no-repeat center center;
	background-size: cover;
}
.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: 35px 0;
	background: #dfdfdf;
}
.list_facility-slide p {
	position: relative;
}
.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.9em;
	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: #483d8b;
	padding: 15px 0;
}
.block_facility-view .area_text {
	box-sizing: border-box;
	width: 94%;
	margin: 0 auto 10px;
}
.block_facility-view .area_view{
	height: 300px;
	width:80%;
	margin:0 auto;
}
.block_facility-view .area_view iframe ,.ricoh-theta-spherical-image{
	height: 300px !important;
}
.block_facility-view .area_text .title_white {
	margin: 0 0 20px 0;
}
.block_facility-view .area_text .view-text {
	color: #fff;
	margin: 0 0 10px 0;
}
.list_facility-view li {
	position: relative;
	margin: 0 0 5px 0;
	width: 49%;
	float: left;
	margin: 0 0 2% 2%;
}
.list_facility-view li:nth-child(2n+ 1) {
	margin: 0 0 2% 0;
}
.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.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: 15px 0 15px 10px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	background: url(../img/arrow-link-big.png) no-repeat right 5px center;
	background-size: 15px 20px;
	position: relative;
	z-index: 10;
}
/* ==== staffPage ==== */
#staffPage .page-bnr {
	background: url(../img/staff/page-bnr.jpg) no-repeat center center;
	background-size: cover;
}
.block_staff-base {
	margin: 0 0 25px 0;
}
.block_staff-base .btn_base-more {
	margin: 40px 0 0;
}
.list_staff-summary {
}
.list_staff-summary li {
	width: 48%;
	margin: 0 1% 4%;
	float: left;
}
.list_staff-summary li:nth-child(2n+1) {
	clear: both;
}
.list_staff-summary a {
	display: block;
	transition: 0.2s;
}
.list_staff-summary .staff-image {
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
}
.list_staff-summary .staff-image img {
	display: block;
	position: absolute;
	margin: auto;
	top: 50%;
	left: 50%;
	max-width: 200px;
	max-height: 190px;
	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.4em;
	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: 12px 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;
	background-size: 206px 34px;
}
.block_staff-tennis .staff-title {
	background: #3491d4;
}
.block_staff-tennis .staff-title span {
	background: url(../img/staff/bg-title02.png) no-repeat center center;
	background-size: 116px 32px;
}
.block_staff-golf .staff-title {
	background: #48b95c;
}
.block_staff-golf .staff-title span {
	background: url(../img/staff/bg-title03.png) no-repeat center center;
	background-size: 82px 34px;
}
.block_staff-kids .staff-title {
	background: #e04c3c;
}
.block_staff-kids .staff-title span {
	background: url(../img/staff/bg-title04.png) no-repeat center center;
	background-size: 226px 34px;
}


/* 3amigo */
.block_staff-manage {
	background-color: #c5cfd6;
	margin: 0 auto 40px;
}
.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;
	background-size: contain;
}
.manage-btn {
	margin-bottom: 40px;
}
.mr3 li img {
	display: block;
	margin: 0 auto;
	width: 80%;
	height: auto;
}


/*----- single -----*/
#staffPage.page-single .inner {
	width: 100%;
}
.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: 30px 0 0 0;
}
.block_staff-single .logo {
	position: absolute;
	width: 38px;
	height: 302px;
	background: url(../img/staff/bg-godai.png) no-repeat left top;
	background-size: 38px 302px;
	left: 10px;
	top: 30px;
}
.block_staff-single .area_image {
	text-align: center;
	position: relative;
	padding: 15px 0 0 0;
	width: 90%;
	margin: 0 auto;
	min-height: 310px;
}
.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 {
	padding: 20px 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 15px 10px;
	line-height: 1;
	font-size: 0.9em;
}
.block_staff-single .area_info .single-name {
	font-size: 1.8em;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	margin: 0 0 10px 10px;
}
.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;
	color: #fff;
	margin: 0 0 12px 10px;
	line-height: 1.5;
}
.single-profile-title {
	color: #fff;
	font-size: 1.2em;
	line-height: 2;
	margin: 0 0 0 10px;
}
.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: 35%;
	padding: 8px;
	box-sizing: border-box;
	font-weight: bold;
	vertical-align: middle;
}
.list_info-detail dd {
	display: table-cell;
	width: 65%;
	background: #fff;
	padding: 8px;
	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;
	margin: 0 0.5%;
}
.block_staff-single .area_single-links a {
	display: block;
	padding: 12px;
	font-size: 0.9em;
	color: #3491d4;
	font-weight: bold;
	background: url(../img/icon-blank02.png) no-repeat right 10px center;
	background-size: 16px 16px;
}
#staffPage.page-single .btn_base-more {
	margin: 30px 0 40px;
}
/* ==== 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: 30px 0;
}
.block_ex-point .top-image {
	text-align: center;
	margin: 0 0 30px 0;
}
.title_experience {
	text-align: center;
	margin: 0 auto 15px;
	max-width: 90%;
}
.list_ex-point li {
	margin: 20px 0 0 0;
}
.list_ex-point img {
	display: block;
	margin: 0 auto;
}
.list_ex-point .point-title {
	font-size: 1.2em;
	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.3em;
	padding: 0 5px 0 0;
}
.block_ex-point .bnr_kids {
	margin: 4% 0 0 0;
}
.block_ex-flow {
	padding: 30px 0;
}
.block_ex-flow .area_flow-links {
	overflow: hidden;
	width: 100%;
	margin: 0 0 50px 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:after {
	content: '';
	position: absolute;
	right: 10px;
	top: 19px;
	width: 12px;
	height: 12px;
}
.block_ex-flow .area_flow-links .tennis a:after {
	background: url(../img/experience/link-tennis.png);
	background-size: 12px 12px;
}
.block_ex-flow .area_flow-links .golf a:after {
	background: url(../img/experience/link-golf.png);
	background-size: 12px 12px;
}
.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;
}
.list_ex-flow li {
	position: relative;
	padding: 35px 15px 25px;
	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: 60px 0 0 0;
}
.list_ex-flow li + li:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: -55px;
	margin: auto;
	width: 32px;
	height: 16px;
	background: url(../img/experience/arrow-flow.png) no-repeat;
	background-size: 32px 16px;
}
.page-golf .list_ex-flow li + li:after {
	background: url(../img/experience/arrow-flow02.png) no-repeat;
	background-size: 32px 16px;
}
.list_ex-flow .step-ball {
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	background: #3491d4;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	line-height: 1;
	color: #fff;
	margin: auto;
	font-size: 1.1em;
	box-sizing: border-box;
	padding: 12px 0 0 0;
}
.page-golf .list_ex-flow .step-ball {
	background: #48b95c;
}
.list_ex-flow .step-ball span {
	display: block;
	font-size: 1.5em;
}
.list_ex-flow .flow-title {
	font-size: 1.5em;
	font-weight: bold;
	color: #3491d4;
	margin: 0 0 10px 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-text {
	text-align: left;
}
.list_ex-flow .flow-image {
	margin: 15px 0 0 0;
}
.list_ex-flow .list-tennis01:before {
	content: '';
	position: absolute;
	width: 73px;
	height: 75px;
	background: url(../img/experience/icon-maru-tennis.png);
	background-size: 73px 75px;
	right: 10px;
	top: -20px;
}
.list_ex-flow .list-golf01:before {
	content: '';
	position: absolute;
	width: 73px;
	height: 75px;
	background: url(../img/experience/icon-maru-golf.png);
	background-size: 73px 75px;
	right: 10px;
	top: -20px;
}
.list_ex-flow .list02:before {
	content: '';
	position: absolute;
	width: 89px;
	height: 26px;
	background: url(../img/experience/text01.png);
	background-size: 89px 26px;
	left: 10px;
	top: 7px;
}
.list_ex-flow .list-tennis03:before {
	content: '';
	position: absolute;
	width: 113px;
	height: 40px;
	background: url(../img/experience/hukidasi.png);
	background-size: 113px 40px;
	left: -10px;
	top: -10px;
}
.list_ex-flow .list04:before {
	content: '';
	position: absolute;
	width: 83px;
	height: 24px;
	background: url(../img/experience/text02.png);
	background-size: 83px 24px;
	left: 10px;
	top: 7px;
}
.list_ex-flow .list05:before {
	content: '';
	position: absolute;
	width: 91px;
	height: 25px;
	background: url(../img/experience/text03.png);
	background-size: 91px 25px;
	left: 10px;
	top: 7px;
}
.list_ex-flow .list06:before {
	content: '';
	position: absolute;
	width: 122px;
	height: 27px;
	background: url(../img/experience/text04.png);
	background-size: 122px 27px;
	left: 10px;
	top: 7px;
}
.list_ex-flow .list-tennis07 .flow-text, .list_ex-flow .list-golf07 .flow-text {
	padding: 0 0 130px 0;
}
.list_ex-flow .list-tennis07:before {
	content: '';
	position: absolute;
	width: 194px;
	height: 149px;
	background: url(../img/experience/step07.png);
	background-size: 194px 149px;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.list_ex-flow .list-golf07:before {
	content: '';
	position: absolute;
	width: 198px;
	height: 147px;
	background: url(../img/experience/g-step07.png);
	background-size: 198px 147px;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.block_ex-step {
	padding: 30px 0;
	background: #e0eefa;
}
.list_ex-step li {
	background: #fff;
	box-sizing: border-box;
	margin: 0 0 10px 0;
	padding: 15px;
	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: 70px 0 0 0;
	margin: 0 0 10px 0;
	font-size: 1.2em;
}
.list_ex-step .list01 .step-title {
	background: url(../img/experience/icon-step01.png) no-repeat center top;
	background-size: 100px 50px;
}
.list_ex-step .list02 .step-title {
	background: url(../img/experience/icon-step02.png) no-repeat center top;
	background-size: 56px 56px;
}
.list_ex-step .list03 .step-title {
	background: url(../img/experience/icon-step03.png) no-repeat center top;
	background-size: 64px 56px;
}
.list_ex-step .step-text {
	font-size: 0.9em;
}
.block_ex-contact {
	background: #e04c3c;
	padding: 25px 0;
}
.block_ex-contact .inner {
	overflow: hidden;
}
.block_ex-contact .btn_web-contact {
	background: #fff;
	box-shadow: 0 3px 0 0 #b9b9b9;
	margin: 0 auto 20px;
	box-sizing: border-box;
	transition: 0.3s;
	max-width: 300px;
}
.block_ex-contact .area_text {
	background: url(../img/experience/icon-tell.png) no-repeat left center;
	background-size: 32px 32px;
	box-sizing: border-box;
	padding: 0 0 0 40px;
	min-height: 32px;
	max-width: 300px;
	margin: 0 auto;
}
.block_ex-contact .btn_web-contact a {
	display: block;
	line-height: 60px;
	border-radius: 1px;
	padding: 0 10px;
	color: #e04c3c;
	font-size: 1.3em;
	font-weight: bold;
	background: url(../img/arrow-kids.png) no-repeat right 15px center;
	position: relative;
	overflow: hidden;
	border: solid 3px #fff;
	box-sizing: border-box;
}
.block_ex-contact .btn_web-contact.u_touch-anime {
	box-shadow: none;
	background: #e04c3c;
}
.block_ex-contact .btn_web-contact.u_touch-anime a {
	color: #fff;
	background: url(../img/arrow-link.png) no-repeat right 15px center;
}
.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 20px 0;
}
.block_tab-links .tab-links {
	float: left;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	transition: 0.2s;
}
.block_tab-links .tab-links.link-kids {
	font-size: 0.75em;
}
.block_faq-links .tab-links {
	width: 33%;
	margin: 0 0 0 0.5%;
}
.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.link-all {
	background: #f4a93b;
}
.block_tab-links .tab-links.link-tennis {
	width: 21%;
	background: #3491d4;
}
.block_tab-links .tab-links.link-golf {
	width: 21%;
	background: #48b95c;
}
.block_tab-links .tab-links.link-kids {
	width: 30%;
	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: 50px;
}
.list_dl-faq {
	margin: 0 0 60px 0;
}
.list_dl-faq li {
	margin: 0 0 12px 0;
}
.dl_faq dt {
	display: table;
	width: 100%;
}
.dl_faq dd {
	display: table;
	width: 100%;
}
.dl_faq .dt-icon {
	display: table-cell;
	width: 45px;
	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: 10px;
	font-weight: bold;
	font-size: 1.1em;
}
.dl_faq .dd-icon {
	display: table-cell;
	width: 45px;
	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: 10px;
	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.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.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.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: 30px 0;
}
.block_access-info .area_text {
	margin: 0 0 20px 0;
}
.block_access-info .text-image {
	margin: 0 auto 10px;
	max-width: 320px;
}
.dl_access {
	width: 100%;
	padding: 10px 0;
	border-bottom: solid 1px #ccc;
}
.dl_access dt {
	display: block;
	color: #483d8b;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.dl_access dd {
	display: block;
	padding: 0 0 0 0.5em;
}
.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 12px 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: 5px 6px;
	color: #fff;
}
.list_access-route li {
	float: left;
	width: 48%;
	margin: 0 1% 2%;
}
.list_access-route li:nth-child(2n +1) {
	clear: both;
}
.list_access-route p {
	font-size: 0.9em;
	margin: 3px 0 0 0;
}
.block_access-ggl {
	margin: 0 0 40px 0;
}
a.text_link {
	display: inline-block;
	text-decoration: underline;
	color: #483d8b;
	transition: color .2s;
}
a.text_link.u_touch-anime {
	color: #ff7f50;
}
.block_access-ggl #map_canvas {
	width: 100%;
	height: 300px;
	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 {
	margin: 20px auto;
	overflow: hidden;
}
.block_small-links div {
	width: 33%;
	float: left;
	margin: 0 0 0 0.5%;
	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 3px center;
	background-size: 10px 6px;
	transition: .2s;
}
.block_small-links a.u_touch-anime, .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 0 30px 0;
}
.block_news-single article {
	border-top: solid 1px #ccc;
	padding: 15px 0;
}
.block_news-single .news-time {
	text-align: center;
	color: #483d88;
	font-weight: bold;
	font-size: 1.3em;
	position: relative;
	padding: 0 0 8px 0;
	margin: 0 0 12px 0;
}
.block_news-single .news-time:after {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 3px;
	background: #483d88;
	margin: auto;
}
.block_news-single .news-title {
	text-align: center;
	color: #483d88;
	font-weight: bold;
	font-size: 1.4em;
	margin: 0 0 12px 0;
}
.list_pager {
	text-align: center;
}
.list_pager div {
	display: inline-block;
	line-height: 35px;
	width: 35px;
	text-align: center;
	background: #483d8a;
	margin: 0;
	color: #fff;
	vertical-align: middle;
}
.list_pager div.delimiter {
	background: none;
	color: #666;
	width: 15px;
}
.list_pager div a {
	display: block;
	background: #b3b3b3;
	font-size: 1.2em;
	transition: background .2s;
}
.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;
}
/* ====  GOLF-top & TENNIS-top ==== */

.golf-top-nav {
	background: #48b95c;
}
.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 .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: 30px 0;
}
.block_campaign .bx-wrapper {
	overflow: hidden;
}
.block_campaign .bx-viewport {
	overflow: visible !important;
}
.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;
}
.list_campaign .campaign-title {
	font-size: 0.8em;
}
#golf-top .block_news-summary {
	background: url(../img/golf/bg-news.png) no-repeat center center;
	background-size: cover;
}
.block_class-intro {
	padding: 30px 0;
	background: url(../img/tennis/bg-class.png) no-repeat center center;
	background-size: cover;
}
#golf-top .block_class-intro {
	background: url(../img/golf/bg-class.png) no-repeat center center;
	background-size: cover;
}
.title_strong {
	text-align: center;
	color: #48b95c;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 20px 0;
}
#tennis-top .title_strong {
	color: #3491d4;
}
.list_class-intro {
	margin: 0 auto 20px;
}
.list_class-intro li {
	float: left;
	width: 48%;
	margin: 0 1% 1%;
}
.list_class-intro li:nth-child(2n + 1) {
	clear: both;
}
.list_class-intro .intro-title {
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	color: #48b95c;
	margin: 0 0 6px 0;
}
#tennis-top .list_class-intro .intro-title {
	color: #3491d4;
}
.list_class-intro .intro-text {
	font-size: 0.8em;
}
.btn_lp-base {
	text-align: center;
}
.btn_lp-base a {
	border-radius: 2px;
	display: block;
	width: 280px;
	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: 20px auto 0;
}
.block_lp-footer .area_menu-links {
	padding: 40px 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-tennis {
	background: url(../img/bg-lp-tennis.png) no-repeat center top;
	background-size: cover;
}
.block_lp-footer .area_other-links .link-golf {
	background: url(../img/bg-lp-golf.png) no-repeat center top;
	background-size: cover;
}
.block_lp-footer .area_other-links .link-kids {
	background: url(../img/bg-lp-kids.png) no-repeat center top;
	background-size: cover;
}
.block_lp-footer .link-base a {
	display: block;
	height: 120px;
	line-height: 120px;
	box-sizing: border-box;
	padding: 0 0 0 20px;
	color: #fff;
	font-size: 1.8em;
	font-weight: bold;
	background: url(../img/arrow-lp-links.png) no-repeat right 10px center;
	background-size: 11px 24px;
}
.block_lp-footer .link-base a .f-jap {
	font-size: 0.5em;
	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;
}
.block_lp-lesson .inner {
	max-width: 460px;
}
.list_lp-lesson li {
	margin: 0 0 20px 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 4px #48b95c;
	margin: 0 0 40px 0;
}
#tennis-top .block_lp-lesson .area_big-link {
	border: solid 4px #3491d4;
}
.block_lp-lesson .area_big-link a {
	display: block;
	overflow: hidden;
}
.block_lp-lesson .area_big-link .image img {
	vertical-align: top;
}
.block_lp-lesson .area_big-link .text {
	box-sizing: border-box;
	padding: 10px 30px 10px 10px;
	background: url(../img/golf/arrow-next.png) no-repeat right 10px center;
	background-size: 9px 17px;
}
.block_lp-lesson .area_big-link .text {
	background: url(../img/tennis/arrow-next.png) no-repeat right 10px center;
	background-size: 9px 17px;
}
.block_lp-lesson .area_big-link .big-link-title {
	font-size: 1.6em;
	font-weight: bold;
	color: #48b95c;
}
#tennis-top .block_lp-lesson .area_big-link .big-link-title {
	color: #3491d4;
}
.table-box {
	overflow: hidden;
}
.table-box + .table-box {
	margin: 25px 0 0 0;
}
.table-box .table_class + .table_class {
	margin: 12px 0 0 0;
}
.dl_lp-info dt {
	display: block;
	background: #48b95c;
	text-align: center;
	padding: 10px;
	color: #fff;
}
#tennis-top .dl_lp-info dt {
	background: #3491d4;
}
.dl_lp-info dd {
	display: block;
	background: #f1f1f1;
	padding: 10px;
}
.block_lp-information .area_class {
	margin: 30px 0 0 0;
}
.block_lp-information .area_class .class-title {
	font-size: 1.7em;
	font-weight: bold;
	color: #48b95c;
	vertical-align: middle;
	line-height: 54px;
	margin: 0 0 10px 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;
	background-size: 54px 54px;
	width: 54px;
	text-align: center;
	color: #fff;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
#tennis-top .block_lp-information .area_class .class-title .f-en {
	background: url(../img/tennis/maru.png) no-repeat;
	background-size: 54px 54px;
}
.table_class {
	width: 100%;
	box-sizing: border-box;
	border: solid 1px #cbcbcb;
}
.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_class.everyday {
	margin: 20px 0 0 0;
}
.table_class th {
	text-align: center;
	padding: 10px 4px;
	color: #fff;
	font-size: 0.8em;
	vertical-align: middle;
}
.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.9em;
}
.table_class td.align-left {
	text-align: left;
	font-size: 0.9em;
}
.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: 30px auto 50px;
}
/* ------------------------------------------------
circle
 */
/*
.cm-container ul {
	width: 90%;
	margin: 0 auto;
}
.cm-container li {
	margin-bottom: 5%;
}
.cm-container li > a {
	display: none;
}
.cm-container .cm-description {
	background-color: rgba(255, 255, 255, 0.8);
}
.cm-container .cm-description h3 {
	text-align: center;
	color: #fff;
	background-color: rgba(52, 145, 212, 0.8);
	padding: 2%;
	font-size: 1em;
}
.cm-container .cm-description p {
	padding: 2% 4%;
}
.cm-container .cm-description h3 .onlypc {
	display: none;
}
.cm-container ul .logo {
	text-align: center;
	margin-bottom: 5%;
	color: rgb(52, 145, 212);
	font-size: 1.2em;
}

#golf-top .cm-container .cm-description h3 {
	background-color: #48b95c;
}
#golf-top .cm-container ul .logo {
	color: #48b95c;
}
*/
