@charset "UTF-8";
/* CSS Document */
.contents_ttl {
	font-size: 37px;
	color: #fff;
	font-weight: bold;
	background: url("../img/common/icon_ttl.png")no-repeat center 100% / 100px auto;
	text-align: center;
	margin-bottom: 60px;
	padding-bottom: 15px
}
@media screen and (max-width: 767px) {
	.contents_ttl {
		font-size: 22px;
	}
}
/** NEWS **/
.news {
	background-color: #1B1B1B;
	padding: 20px 80px 35px;
	margin-top:20px;
}
.news_item {
	display: flex;
	border-bottom: 1px solid #434240;
}
.news_item dt {
	color: #999999;
	white-space: nowrap !important;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.news_item dd {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
}
@media screen and (max-width: 767px) {
	.news {
		padding: 20px 20px 35px
	}
	.news_item{
		flex-direction: column;
		padding: 12px 20px 24px 20px;
	}
}
@media screen and (max-width: 414px) {
	.news_item dt {
		font-size: 12px;
		padding-left:0;
	}
	.news_item dd {
		font-size: 12px;
		padding:0;
	}
}
/** POINT **/
.point_item > img {
	margin-bottom: 30px
}
.point_item_ttl {
	display: flex;
	height: 50px;
	align-items: center;
	overflow: hidden;
	margin-bottom: 20px;
	line-height: 1.3
}
.point_item_ttl_no {
	font-size: 43px;
	color: #6FBE03;
	border-right: 1px solid #6FBE03;
	padding-right: 10px;
	vertical-align: middle;
	font-weight: bold;
	white-space: nowrap !important;
}
.point_item_ttl dd {
	padding-left: 20px;
	font-weight: bold;
	font-size: 18px;
}
.point_item_note > p {
	font-size: 15px;
}
.point_item_block {
	display: flex;
	flex-wrap: wrap;
}
.point_item_block li {
	width: calc((100% - 30px) / 2);
	margin-bottom: 50px;
	margin-right: 30px;
}
.point_item_block li:nth-child(2n) {
	margin-right: 0
}
.point_item_block li:nth-child(3), .point_item_block li:nth-child(4) {
	margin-bottom: 0
}
@media screen and (max-width: 1000px) {
	.point_item_ttl_no {
		font-size: calc(16px + 27 * (100vw - 320px)/680);
	}
	.point_item_ttl dd {
		font-size: calc(13px + 5 * (100vw - 320px)/680);
	}
}
@media screen and (max-width: 767px) {
	.point_item > img {
		margin-bottom: 15px
	}
	.point_item_ttl {
		justify-content: center;
		flex-direction: column;
		height: auto;
		overflow: visible;
		margin-bottom: 20px;
		text-align: center;
	}
	.point_item_ttl_no {
		color: #6FBE03;
		border-bottom: 1px solid #6FBE03;
		border-right: none;
		padding-right: 0px;
		margin-bottom: 15px
	}
	.point_item_ttl dd {
		padding-left: 0px;
	}
}
@media screen and (max-width: 414px) {
	.point_item_ttl {
		margin-bottom: 15px;
	}
	.point_item_block li {
		width: calc((100% - 15px) / 2);
		margin-bottom: 50px;
		margin-right: 15px;
	}
	.point_item_note > p {
		font-size: 13px;
	}
}
/** STORE **/
#link_store {
	background: rgb(21, 22, 87);
	background: linear-gradient(90deg, rgba(21, 22, 87, 1) 0%, rgba(19, 20, 65, 1) 80%, rgba(15, 15, 15, 1) 100%);
}

.section-studio{
	background: rgb(21, 22, 87);
	background: linear-gradient(90deg, rgba(21, 22, 87, 1) 0%, rgba(19, 20, 65, 1) 80%, rgba(15, 15, 15, 1) 100%);
}

.shop_2row {
	display: flex;
	margin-top: 130px;
}

.contents_ttl + .shop_2row {
	margin-top: 70px;
}
.googlemap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.googlemap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.shop_2row_map {
	width: 545px;
	margin-right: 27px;
}
.shop dt {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 10px;
}
.shop span{
	display: inline-block;
	width: 6.3em;
}
.shop_hours {
	font-size: 22px;
	font-weight: bold;
}
.shop_reception {
	font-size: 22px;
	font-weight: bold;
}
.shop_tel {
	font-size: 22px;
	font-weight: bold;
}
.shop_add {
	font-size: 22px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.shop_2row {
		flex-direction: column;
		align-items: center;
		margin-top: 60px;
	}
	.shop_2row_map {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px
	}
	.shop_2row_shop {
		width: 100%;
		/* margin-left: 10px */
	}
}
@media screen and (max-width: 414px) {
	.shop dt {
		font-size: 26px;
	}
	.shop_hours {
		font-size: 18px;
	}
	.shop_tel {
		font-size: 18px;
	}
	.shop_reception {
		font-size: 18px;
	}
	.shop_add {
		font-size: 18px;
	}
}
/**** 入会金 ******/
.admission_ttl {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
.admission_fee {
	font-size: 66px;
	font-weight: bold;
	color: #6fbe03;
	text-align: center;
	margin-bottom: 10px
}
@media screen and (max-width: 414px) {
	.admission_ttl {
		font-size: 19px;
	}
	.admission_fee {
		font-size: 39px;
	}
}
.admission_fee_en {
	font-size: 37px;
	font-weight: bold;
}
.admission_list {
	font-size: 19px;
	font-weight: bold;
	max-width: 575px;
	margin: auto
}

.admission_list.kannai_admission_list{
	margin: 0;
}

.admission_list li:before {
	background: url("../img/common/icon_check.png")no-repeat left top /contain;
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 10px;
	vertical-align: middle
}
.admission_list li {
	margin-bottom: 10px;
	margin-left: 1.5em;
	text-indent: -1.5em;
}
.admission_block {
	max-width: 780px;
	border: 9px solid #3D3D3D;
	background-color: #1B1B1B;
	padding: 20px;
	margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
	.admission_list li:before {
		width: 18px;
		height: 18px;
		transform: translateY(-.1em);
	}
}
@media screen and (max-width: 414px) {
	.admission_ttl {
		font-size: 23px;
	}
	.admission_fee {
		font-size: 39px;
	}
	.admission_list {
		font-size: 15px;
	}
}
/**** プレミアム　ライト会員 ******/
.premium {
	background: url("../img/common/bg_gold.jpg")no-repeat center top /781px 235px;
	height: 235px;
	color: #000;
	font-weight: bold;
	text-align: center;
	padding: 25px 5px 15px;
	margin-bottom: 35px;
}
.light {
	background: url("../img/common/bg_silver.jpg")no-repeat center top /781px 235px;
	height: 235px;
	color: #000;
	font-weight: bold;
	text-align: center;
	padding: 40px 5px 15px;
}
.premium dt {
	font-size: 29px;
}
.premium dd {
	font-size: 16px;
	font-weight: bold;
}
.premium dd {
	font-size: 16px;
	font-weight: bold;
	max-width: 700px;
	margin: 8px auto 15px;
}
.light dt {
	font-size: 29px;
}
.light dd {
	font-size: 16px;
	font-weight: bold;
	max-width: 530px;
	margin: 8px auto 15px;
}
.premium .line_ttl_bg:after {
	content: "";
	display: block;
	text-align: center;
	width: 100%;
	height: 2px;
	background: url("../img/common/line_gold.jpg")no-repeat center bottom / 60px auto;
}
.ico_mirise img {
	max-width: 64px;
	height: auto;
	display: inline-block;
	margin-right: 3px;
	vertical-align: middle
}
.light .line_ttl_bg:after {
	content: "";
	display: block;
	text-align: center;
	width: 100%;
	height: 2px;
	background: url("../img/common/line_silver.jpg")no-repeat center bottom / 60px auto;
}
@media screen and (max-width: 767px) {
	.premium dd {
		font-size: 14px;
		padding: 0px 8px
	}
	.light dd {
		font-size: 14px;
		margin: 10px auto 15px;
		padding: 0px 8px
	}
}
@media screen and (max-width: 599px) {
	.premium dd {
		font-size: 13px;
		line-height: 1.4
	}
	.light dd {
		font-size: 13px;
		line-height: 1.4
	}
	.premium dt, .light dt {
		font-size: 26px;
	}
}
/*＝＝　詳しくはこちらボタン＝＝*/
a.btn_detail {
	position: relative;
	text-align: center;
	max-width: 190px;
	margin: 0 auto;
	padding: 3px 5px;
	transition: 0.3s;
	border: 1px solid #000;
	color: #000;
	display: block;
	font-size: 14px;
	transition: all .3s
}
a.btn_detail:hover {
	border: solid 1px #6fbe03;
	color: #6fbe03
}
.btn_detail::after {
	display: block;
	position: absolute;
	top: 40%;
	right: 10px;
	content: '';
	width: 25px;
	height: 5px;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	transform: skew(45deg);
	transition: all .3s
}
.btn_detail:hover:after {
	border-bottom: solid 1px #6fbe03;
	border-right: solid 1px #6fbe03;
}
/*＝＝　詳しくはこちらボタンbig＝＝*/
a.btn_detail_big {
	position: relative;
	text-align: center;
	max-width: 405px;
	margin: 0 auto;
	padding: 14px 5px;
	transition: 0.3s;
	border: 1px solid #b3b3b3;
	color: #b3b3b3;
	display: block;
	font-size: 22px;
	font-weight: bold;
	transition: all .3s
}
a.btn_detail_big:hover {
	color: #6fbe03;
	border: 1px solid #6fbe03;
}
.btn_detail_big::after {
	display: block;
	position: absolute;
	top: 45%;
	right: 10px;
	content: '';
	width: 70px;
	height: 5px;
	border-bottom: solid 1px #b3b3b3;
	border-right: solid 1px #b3b3b3;
	transform: skew(45deg);
	color: #b3b3b3;
	transition: all .3s
}
.btn_detail_big:hover:after {
	border-bottom: solid 1px #6fbe03;
	border-right: solid 1px #6fbe03;
	color: #6fbe03
}
@media screen and (max-width: 414px) {
	a.btn_detail_big {
		font-size: 18px;
	}
}
/*＝＝　会員料金表＝＝*/
.light_fee_table {
	font-weight: bold;
	border-collapse: collapse;
	border-spacing: 1px
}
.light_fee_table_fee, .premium_fee_table_fee {
	color: #6fbe03;
	font-size: 28px;
	text-align: center
}
.light_fee_table_fee span, .premium_fee_table_fee span {
	font-size: 16px
}

/*20250823追加↓ここから　PC */
		.light_fee_table_fee.text_set_small{/*無料キャンペーンテキスト*/
		font-size: 18px;
		}
		.light_fee_table_fee span.linethrough{/*数字*/
		text-decoration:line-through;
		color: #6fbe03;
		font-size: 28px;
		text-align: center
		}
		.light_fee_table_fee span.text_set_small{/*円*/
		text-decoration:line-through;
		font-size: 16px
		}
/*20250823追加↑ここまで*/
.light_fee_table_ttl {
	color: #fff;
	font-size: 24px;
	text-align: center
}
.light_fee_table_ttl.kannai_light_fee_table_ttl{
	text-align-last: left;
	padding-left: 50px;
}
.light_fee_table_ttl.kannai_light_fee_table_ttl span{
	font-size: 16px;
	margin-left: 16px;
}
.light_fee_table_head {
	color: #999;
	font-size: 24px;
	text-align: center
}
.table_bg_3d_tr {
	background-color: #3d3d3d;
	border-top: 3px solid #0f0f0f;
}
.table_bg_1b_tr {
	background-color: #1b1b1b
}
.fee_ttl {
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 10px;
}
.kannai_fee_ttl{
	text-align: center;
}
.fee_ttl_sub {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 7px;
}
@media screen and (max-width: 599px) {
	.fee_ttl {
		font-size: 26px;
	}
	.fee_ttl_sub {
		font-size: 18px;
	}
	.light_fee_table_head {
		font-size: 14px;
	}
	.light_fee_table_ttl {
		font-size: 14px;
	}
	.light_fee_table_fee, .premium_fee_table_fee {
		font-size: 14px;
		white-space: nowrap;
	}
	.light_fee_table_fee span, .premium_fee_table_fee span {
		font-size: 11px
	}
	.light_fee_table_ttl.kannai_light_fee_table_ttl{
		padding-left: 10px;
	}
	.light_fee_table_ttl.kannai_light_fee_table_ttl span{
		font-size: 14px;
	}
}
.usage_time_block_ttl {
	font-size: 21px;
	font-weight: bold;
	margin-left: 1em;
	text-indent: -1em;
	width: 140px;
}
@media screen and (max-width: 599px) {
	.usage_time_block_ttl {
		font-size: 18px;
	}
}
.usage_time_block_ttl:before {
	background: url("../img/common/icon_clock.png")no-repeat left top / cover;
	content: "";
	display: inline-block;
	width: 23px;
	height: 23px;
	transform: translateY(13%);
	margin-right: 5px
}
.premium_fee_table {
	font-weight: bold
}
.premium_fee_table_head {
	color: #999;
	font-size: 20px
}
.premium_fee_table_ttl {
	color: #fff;
	font-size: 22px;
	text-align: center
}
.premium_fee_table_ttl span {
	color: #fff;
	font-size: 17px
}
.premium_fee_table:last-of-type {
	margin-top: 50px
}
.premium_fee_table_nb {
	font-size: 17px;
	text-align: center
}
/*＝＝　ご利用時間＝＝*/
.fulltime, .daytime {
	font-size: 18px
}
dl.fulltime {
	display: flex;
	margin-bottom: 10px
}
.daytime {
	margin-bottom: 10px
}
@media screen and (max-width: 599px) {
	.fulltime, .daytime {
		font-size: 14px
	}
	.premium_fee_table_head {
		font-size: 14px
	}
	.premium_fee_table_ttl span {
		color: #fff;
		font-size: 14px
	}
	.premium_fee_table_ttl {
		font-size: 13px;
	}
	.premium_fee_table_nb {
		font-size: 13px;
	}
/*20250823追加↓ここから*/
		.light_fee_table_fee.text_set_small{
		font-size: 14px;
		}
		.light_fee_table_fee span.linethrough{
		font-size: 14px;
		}
		.light_fee_table_fee span.text_set_small{
		font-size: 11px
		}
/*20250823追加↑ここまで*/
}
.usage_time_block_inner {
	display: flex;
	margin-bottom: 30px
}
@media screen and (max-width: 767px) {
	.usage_time_block_inner {
		flex-direction: column;
	}
}
.usage_time_block_inner li:first-child {
	margin-right: 25px;
}
.usage_time_block_inner li:last-child {
	margin-top: 2px
}
.usage_time_block {
	margin-top: 50px
}
.light_block {
	margin-top: 50px;
	margin-bottom: 50px;
	border-top: 1px solid #434240;
	border-bottom: 1px solid #434240;
	padding-top: 60px;
	/*! padding-bottom:60px; */
}
.premium_block {
	margin: 60px auto;
}
/*＝＝　ご予約の注意点 ＝＝*/
.caution_block {
	background-color: #1b1b1b;
	background-color: rgba(27, 27, 27, 0.7);
	padding: 30px 40px;
	margin-bottom: 60px;
}
.caution_block dt {
	font-size: 16px;
	font-weight: bold;
	color: #fff
}
.caution_block dd {
	font-size: 13px;
	font-weight: normal;
	color: #fff;
}
.reserve dd {
	margin-left: 1em;
	text-indent: -1em;
}
.caution_block_ttl {
	margin-bottom: 5px;
}
.caution_block_2row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px
}
.caution_block_2row.kannai_caution_block_2row{
	margin-bottom: 0;
}

.caution_block_2row li {
	margin-right: 40px;
	width: 50%;
	margin-left: 1em;
	text-indent: -1em;
}
.caution_block_2row li:last-child {
	margin-right: 0;
}
@media screen and (max-width: 767px) {
	.caution_block_2row {
		flex-direction: column
	}
	.caution_block_2row li {
		margin-right: 0;
		width: 100%
	}
	.caution_block_2row li:last-child {
		margin-top: 25px;
	}
}
@media screen and (max-width: 767px) {
	.caution_block {
		padding: 30px 15px;
	}
}
/** ゴルフボールの複数背景　**/
.ball_bg {
	background-image: url('../img/common/bg_ball.png'), url('../img/common/bg_ball2.png');
	background-repeat: no-repeat, no-repeat;
	background-position: 0 85%, 95% 85%;
	background-size: 263px auto, 170px auto;
}
@media screen and (max-width: 414px) {
	.ball_bg {
		background-image: url('../img/common/bg_ball.png'), url('../img/common/bg_ball2.png');
		background-repeat: no-repeat, no-repeat;
		background-position: 0 90%, 100% 35%;
		background-size: 263px auto, 130px auto;
	}
}
.fee_ttl_sub_top {
	background-color: #3D3D3D;
	padding: 10px;
	margin-bottom: 25px
}
@media screen and (max-width: 414px) {
	.fee_ttl_sub_top {
		font-size: 13px;
	}
}
/* 体験利用 ======*/
.trial_ttl {
	color: #E08936;
	font-size: 34px;
	font-weight: bold;
	text-align: center
}
.trial_txt {
	font-size: 25px;
	/*font-weight: bold;*/
	text-align: center
}
.trial {
	background-color: #3D3D3D;
	padding: 15px 30px;
	margin-top: 65px;
}
.trial p {
	text-align: center !important;
}
.admission_fee_ttl {
	font-size: 25px;
}
.admission_yen {
	font-size: 25px;
}
.admission_free {
	color: #6FBE03;
	font-size: 41px;
	font-weight: bold;
}
.admission_fee2 {
	font-size: 41px;
	font-weight: bold;
	padding-left: 5px
}
.trial_outer {
	border-top: 1px solid #434240;
	margin-top: 65px;
}
.trial_notes {
	font-size: 17px;
	margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
	.trial_txt {
		font-size: 19px;
	}
}
@media screen and (max-width: 450px) {
	.admission_free {
		display: block
	}
}
@media screen and (max-width: 414px) {
	.trial_ttl {
		font-size: 21px;
	}
	.admission_fee_ttl {
		font-size: 13px
	}
	.admission_fee2 {
		font-size: 20px;
	}
	.admission_yen {
		font-size: 13px
	}
	.admission_free {
		font-size: 20px;
	}
	.trial_notes {
		font-size: 13px
	}
}
/***
コロナ対策　_______________________**/
.attempt_block {
	display: flex;
	align-items: center;
}
.attempt_block_ttl {
	font-size: 29px;
	font-weight: bold;
	margin-bottom: 15px
}
.attempt_block_txt {
	font-size: 26px;
	text-decoration: underline;
	margin-bottom: 15px
}
.attempt_block_link {
	color: #6fbe03;
	font-size: 16px;
	font-weight: bold;
	transition: all .3s;
	border: 1px solid #6fbe03;
	border-radius: 3px;
	padding: 8px 10px;
	display: block;
	text-align: center;
}
.attempt_block_link:before {
	content: "\025b6";
	font-size: 14px;
	display: inline-block;
	color: #6fbe03;
	vertical-align: middle;
	margin-top: -3px
}
.attempt_block_link:hover {
	color: #99FB12;
}
.attempt_block_pict_wrap {
	max-width: 380px;
	margin-right: 50px;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.attempt_block_pict_wrap {
		max-width: 35%;
		margin-right: 30px;
		box-sizing: border-box;
	}
	.attempt_block_ttl {
		font-size: 20px;
	}
	.attempt_block_txt {
		font-size: 17px;
	}
	.attempt_block_link {
		font-size: 14px;
	}
}
@media screen and (max-width: 414px) {
	.attempt_block {
		justify-content: center;
		flex-direction: column;
	}
	.attempt_block_pict_wrap {
		margin-right: 0px;
		margin-bottom: 15px;
		max-width: 100%;
	}
	.attempt_block li:last-child {
		margin: auto;
	}
	.attempt_block_ttl {
		font-size: 18px;
		text-align: center
	}
	.attempt_block_txt {
		font-size: 16px;
		text-align: center
	}
}
/*＝＝　TOP メインビジュアル　＝＝*/
@media screen and (min-width: 1300px) {
	.mv_bg {
		background: url("../img/index/top_mv-02.webp")no-repeat left top / 100%;
		height: 658px
	}
	.mv_pict {
		position: absolute;
		top: 232px;
		right: 2%;
		max-width: 58%;
		height: auto;
	}
	#top_wrap {
		margin-top: 30px
	}
}
@media screen and (min-width: 1435px) {
	.mv_bg {
		background: url("../img/index/top_mv-02.webp")no-repeat left top / 100%;
		height: 750px;
	}
	#top_wrap {
		margin-top: 0px
	}
}
@media screen and (min-width: 1600px) {
	.mv_bg {
		background: url("../img/index/top_mv-02.webp")no-repeat left top / 100%;
		height: 900px
	}
}
@media screen and (min-width: 2560px) {
	.mv_bg {
		background: url("../img/index/top_mv-02.webp")no-repeat left top / 100%;
		height: 1400px
	}
	.mv_pict {
		position: absolute;
		top: 250px;
		right: 9%;
		width: 100%;
		height: auto;
	}
	#top_wrap {
		margin-top: 0px
	}
}
@media screen and (max-width: 1300px) {
	.mv_bg {
		background: url("../img/index/top_mv-02.webp")no-repeat left top /1300px auto;
		height: 658px;
	}
	.mv_pict {
		position: absolute;
		top: 232px;
		right: 2%;
		max-width: 58%;
		height: auto;
	}
}
@media screen and (max-width: 1024px) {
	.mv_bg {
		background: url("../img/index/top_mv-02.webp")no-repeat left top /1024px auto;
		height: 518px;
	}
	.mv_pict {
		position: absolute;
		top: 200px;
		right: 2%;
		max-width: 550px;
		height: auto;
	}
}
@media screen and (max-width: 767px) {
	.mv_bg {
		background: url("../img/index/top_mv-02.webp")no-repeat left top /767px auto;
		height: 358px
	}
	.mv_pict {
		position: absolute;
		top: 100px;
		right: 2%;
		max-width: 455px;
		height: auto;
	}
}
@media screen and (max-width: 620px) {
	.mv_bg {
		background: url("../img/index/top_mv_sp-02.webp")no-repeat left top / contain;
		height: 100vh
	}
	.mv_pict {
		display: none
	}
}


.top_container{
	display: flex;
	flex-direction: column;
	margin-top: 120px;
	gap:60px;
}

.shop_link{
	margin-top: 10px;
}

.shop_link a{
	display: flex;
	border: 1px solid #fff;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	padding: 12px 0;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	position: relative;
	line-height: 1;
	padding-left: 30px;
}

.shop_link a::after{
	content:"";
	display: block;
	width: 10px;
	height: 10px;background-color: #fff;
	clip-path: polygon(100% 50%, 0 0, 0 100%);
	margin-left: 30px;
}

@media screen and (max-width: 767px){
	.top_container{
		margin-top: 0;
		/*gap:0;*/
	}
	.shop_link{
		padding: 0 10px;
	}
}

