html {
	scroll-behavior: smooth;
}
p,span,a,li,td,th,h1,h2,h3,h4,h5,h6 {
	color: #000000;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 16px;
	line-height: 150%;
	margin: 0;
}
@media screen and (max-width: 1280px) {
	p,span,a,li,td,th,h1,h2,h3,h4,h5,h6 {
		font-size: 14px;
	}
}
h2 {
	color: #ffffff;
	font-size: 260%;
	text-align: center;
	padding: 10px;
	line-height: 130%;
}
h3 {
	font-size: 220%;
}
h4 {
	font-size: 140%;
}
h4 span {
	font-size: 170%;
}

@media screen and (max-width: 1536px) {
	h2 {
		font-size: 180%;
	}
	h3 {
		font-size: 160%;
	}
	h4 {
		font-size: 120%;
	}
}
@media screen and (max-width: 1000px) {
	h2 {
		font-size: 140%;
	}
	h3 {
		font-size: 120%;
	}
	h4 {
		font-size: 80%;
	}
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

.ac {
	text-align: center;
}
.mgt {
	margin-top: 20px;
}
.mgb {
	margin-bottom: 20px;
}
.fbd {
	font-weight: bold;
}
.fsl {
	font-size: 28px;
}
img {
	vertical-align: top;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
} 
.clearfix:before {
	content: "";
	display: block;
	clear: both;
} 
.clearfix {
	display: block;
}

.container {
	max-width: 1900px;
	width: 100%;
	margin: 0 auto;
}
.container img {
	max-width: 100%;
}

div.copyright {
	background: #333333;
}
div.copyright p {
	text-align: center;
	color: #ffffff;
	padding: 15px;
}

.button {
	position: fixed;
	right: 0;
	bottom: 0;
	cursor: pointer;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}

.active {
	opacity: 1;
	visibility: visible;
}

.sp {
	display: none;
}
.pc {
	display: block;
}

div.container {
	max-width: 1900px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

a.arrow {
	width: calc(100% - 20px);
	padding-right: 20px;
	position: relative;
	display: inline-block;
}
a.arrow:after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	position: absolute;
	right: 10px;
	top: calc(50% - 2px);
	border-top: solid 2px;
	border-right: solid 2px;
	transform: rotate(45deg) translateY(-50%);
	color: inherit;
}

@media screen and (max-width: 768px) {
	.container {
		max-width: 780px;
	}
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	a.arrow:after {
		width: 6px;
		height: 6px;
	}
}

/********* FV *********/
div#section01 {
	margin-bottom: 20px;
}
div#section01_link {
	width: 60%;
	position: absolute;
	top: 92.5%;
	right: 10px;
	display: flex;
	justify-content: space-between;
}
div#section01_link a {
	color: #ffffff;
	font-weight: bold;
	font-size: 120%;
}
div#section01_link a:hover {
	color: #ffff00;
	text-decoration: underline;
}
@media screen and (max-width: 1536px) {
	div#section01_link {
		top: 92%;
	}
}
@media screen and (max-width: 1080px) {
	div#section01_link {
		top: 92.5%;
	}
	div#section01_link a {
		font-size: 100%;
	}
}
@media screen and (max-width: 950px) {
	div#section01_link {
		top: 92%;
	}
	div#section01_link a {
		font-size: 90%;
	}
}
@media screen and (max-width: 850px) {
	div#section01_link {
		top: 91.5%;
	}
	div#section01_link a {
		font-size: 80%;
	}
}
@media screen and (max-width: 768px) {
	div#section01_link {
		width: 100%;
		position: relative;
		top: 0;
		right: 0;
		display: block;
	}
	div#section01_link p {
		width: 50%;
		padding: 10px 0;
		float: left;
		text-align: center;
		background: #23953b;
	}
	div#section01_link p.sl01 {
		width: calc(50% - 1px);
		border-right: solid 1px #88c231;
		border-bottom: solid 1px #88c231;
	}
	div#section01_link p.sl02 {
		border-bottom: solid 1px #88c231;
	}
	div#section01_link p.sl03 {
		width: calc(50% - 1px);
		border-right: solid 1px #88c231;
	}

	div#section01_link a {
		padding-right: 0px;
		font-size: 100%;
		font-weight: normal;
		display: inline;
	}
	div#section01_link a.arrow:after {
		right: -10px; 
	}
}

/********* WOMEN’S GOLF DAY 女性のゴルファーの日 *********/
div#section02 h2 {
	background: #cd001a;
}

div#section02_visual {
	display: flex;
}
div#section02_visual>div,
div#section02_visual>img {
	width: 50%;
}
div#section02_visual>div img {
	width: 84%;
	margin: 10% 8% 20px;
}
div#section02_visual>div h4 {
	width: 84%;
	margin: 0 8% 20px;
}

div#section02_info {
	background: #cd001a;
	padding: 20px;
}
div#section02_info h3,
div#section02_info h4 {
	color: #ffffff;
	text-align: center;
}
div#section02_info h4 {
	font-size: 120%;
}
div#section02_info h4 span {
	color: #ffffff !important;
	font-size: 220%;
}
a#section02_button {
	color: #cd001a;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	line-height: 120%;
	width: calc(38% - 4px);
	max-width: 745px;
	margin: 15px auto 10px;
	padding: 20px 0;
	border-radius: 9px;
	display: block;
	border: 2px solid #e9d2d2;
	border-radius: 10px;
	background-image: linear-gradient(0deg, rgba(206, 206, 206, 1), rgba(255, 255, 255, 1));
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.4);
	text-shadow: 0px 0px 5px rgba(255, 255, 255, 255.85);
}
a#section02_button:hover {
	color: #000000;
	background-image: linear-gradient(0deg, rgba(244, 136, 129, 1), rgba(255, 255, 255, 1));
}
a#section02_button.arrow:after {
	width: 15px;
	height: 15px;
	border-top: solid 3px;
	border-right: solid 3px;
	right: 20px;
}

p#section02_listlink {
	text-align: right;
	padding: 15px 10px;
}
p#section02_listlink a {
	width: auto;
	border-bottom: 1px solid #000000;
	padding-bottom: 2px;
}
p#section02_listlink a:hover {
	color: #6d6d6d;
	border-bottom: 1px solid #6d6d6d;
}


@media screen and (max-width: 1536px) {
	a#section02_button {
		font-size: 180%;
	}
	div#section02_info h4 {
		font-size: 130%;
	}
}
@media screen and (max-width: 1400px) {
	a#section02_button {
		font-size: 160%;
	}
}
@media screen and (max-width: 1300px) {
	a#section02_button {
		font-size: 130%;
	}
	a#section02_button.arrow:after {
		width: 10px;
		height: 10px;
		right: 10px;
	}
}
@media screen and (max-width: 1000px) {
	div#section02_info h4 {
		font-size: 90%;
	}
	a#section02_button  {
		font-size: 90%;
	}
}
@media screen and (max-width: 768px) {
	div#section02_visual {
		display: block;
	}
	div#section02_visual>div,
	div#section02_visual>img {
		width: 100%;
	}
	div#section02_visual>div img {
		width: 88%;
		margin: 6% 6% 20px;
	}
	div#section02_info h4 {
		font-size: 85%;
	}
	div#section02_info h4 span {
		color: #ffffff !important;
		font-size: 160%;
	}
	a#section02_button  {
		font-size: 170%;
		width: calc(90% - 4px);
		padding: 10px 0;
	}
	a#section02_button.arrow:after {
		width: 15px;
		height: 15px;
		right: 20px;
	}
}


/********* ラウンド当日の流れ *********/
div#section04 {
	padding: 30px 0;
	border-top: 2px solid #8de4ea;
}
div#section04 h2 {
	color: #000000;
}
div#section04_flow {
	width: 79%;
	max-width: 1504px;
	margin: 40px auto 0;
	display: flex;
	justify-content: space-between;
}
div.section04_text p {
	font-size: 83%;
	text-align: center;
	margin-top: 10px;
}

div.section04_photo {
	width: 20%;
	position: relative;
}
div.section04_photo img {
	max-width: 100%;
}

div#section04_fukidashi {
	width: 100%;
	background: #03c4d1;
	border-radius: 7px;
	position: absolute;
	top: -70px;
	left: 0;
}
div#section04_fukidashi_sp {
	width: 100%;
	background: #03c4d1;
	border-radius: 7px;
	position: relative;
}
div#section04_fukidashi:before {
	content: "";
	border: 8px solid transparent;
	border-top: 15px solid #03c4d1;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}
div#section04_fukidashi_sp:before {
	content: "";
	border: 5px solid transparent;
	border-top: 15px solid #03c4d1;
	position: absolute;
	top: 30%;
	left: -15px;
	transform: translateX(-50%);
	transform: rotate(90deg);
}
div#section04_fukidashi p {
	font-size: 80%;
	text-align: center;
}
div#section04_fukidashi p,
div#section04_fukidashi_sp p {
	color: #ffffff;
	margin: 0;
	padding: 7px 6px;
	font-weight: bold;
}

div.section04_arrow {
	width: 6.6%;
	padding: 12% 0;
}
div.section04_arrow img {
	width: 50%;
	margin: 0 auto;
}

@media screen and (max-width: 1536px) {
	div.section04_text br.pc,
	div#section04_fukidashi br.pc {
		display: none;
	}
	div.section04_text p {
		font-size: 75%;
	}
	div#section04_fukidashi p {
		font-size: 68%;
	}
}

@media screen and (max-width: 1080px) {
	div#section04_fukidashi p {
		font-size: 53%;
	}
}
@media screen and (max-width: 768px) {
	div#section04_flow {
		width: 88%;
		flex-direction: column;
	}
	div.section04_photo,
	div.section04_arrow {
		width: 100%;
	}
	div.section04_photo {
		display: flex;
	}
	div.section04_photo img {
		width: 48%;
	}
	div.section04_text {
		width: 47%;
		padding-left: 5%;
	}
	div.section04_text p {
		font-size: 85%;
		text-align: left;
		line-height: 130%;
	}
	div.section04_text p.pdt_sp {
		padding-top: 50%;
	}
	div.section04_arrow {
		padding: 10px 0;
	}
	div.section04_arrow img {
		width: 20%;
	}
}


/********* 開催中のゴルフコンペ一覧 *********/
div#section05 {
	padding: 30px 0 0;
	border-top: 2px solid #8de4ea;
	background: #f3f3f3;
}
div#section05 h2 {
	color: #000000;
}

div.section05_compe_container {
	width: 66%;
	margin: 0 auto;
}

div.section05_compe01 {
	width: calc(100% - 40px);
	margin: 20px auto 0;
	padding: 15px 20px;
	background-image: linear-gradient(90deg, rgba(36, 149, 58, 1), rgba(138, 197, 53, 1));
	border-radius: 10px 10px 0 0;
}
div.section05_compe01:hover {
	background-image: linear-gradient(90deg, rgba(70, 76, 151, 1), rgba(85, 184, 191, 1));
}
p.compe_date {
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 10px;
}
p.compe_title {
	color: #ffffff;
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 10px;
}
p.compe_caption {
	font-size: 80%;
	color: #ffffff;
}

div.section05_compe02 {
	width: calc(100% - 40px);
	margin: 0 auto;
	padding: 15px 20px;
	background: #ffffff;
	border-radius: 0 0 10px 10px;
}
div.compe_info {
	display: flex;
	flex-wrap: wrap;
}
div.compe_info p {
	font-size: 90%;
	width: 33%;
	margin-bottom: 18px;
}
div.compe_info p.wide {
	width: 100%;
}
div.compe_info p span {
	color: #ffffff;
	text-align: center;
	font-size: 90%;
	min-width: 40px;
	margin-right: 10px;
	padding: 3px 10px;
	background: #2b963a;
	display: inline-block;
}

div.section05_button_container {
	margin-top: 15px;
	text-align: right;
}
a.section05_button {
	color: #ffffff;
	font-size: 100%;
	text-align: center;
	line-height: 120%;
	width: 277px;
	padding: 10px 0;
	display: inline-block;
	border: 2px solid #ffffff;
	border-radius: 8px;
	background-image: linear-gradient(0deg, rgba(235, 85, 77, 1), rgba(244, 138, 131, 1));
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.4);
}
a.section05_button:hover {
	background-image: linear-gradient(0deg, rgba(37, 129, 144, 1), rgba(93, 180, 189, 1));
}

@media screen and (max-width: 1080px) {
	div.compe_info p,
	div.compe_info p.wide {
		width: 50%;
	}
	div.compe_info p span {
		max-width: 70px;
		min-width: 60px;
		margin-bottom: 5px;
		display: block;
	}

	div.section05_button_container {
		margin-top: 0px;
	}
	a.section05_button {
		width: calc(100% - 4px);
		border-radius: 5px;
	}
}

@media screen and (max-width: 768px) {
	p.compe_title {
		font-size: 130%;
	}
	p.compe_caption {
		font-size: 100%;
	}
	div.compe_info p {
		font-size: 100%;
	}
	div.section05_compe_container {
		width: 89%;
	}

	div.section05_compe01 {
		border-radius: 5px 5px 0 0;
	}
	div.section05_compe02 {
		border-radius: 0 0 5px 5px;
	}

	a.section05_button {
		font-size: 130%;
	}
	a.section05_button.arrow:after {
		width: 18px;
		height: 18px;
		right: 25px;
		border-top: solid 4px;
		border-right: solid 4px;
	}
}

/********* CTAエリア *********/
div.section_cta {
	text-align: center;
	padding: 30px 0;
}
div.section_cta.gray {
	background: #f3f3f3;
}

p.section_cta_caption {
	font-weight: bold;
	font-size: 120%;
}
div.section_cta h2 {
	color: #000000;
	font-size: 160%;
	padding-bottom: 0;
}
p.section_cta_text {
	text-align: center;
	width: 89%;
	margin: 0 auto;
}

div.section_cta_button_container {
	text-align: center;
	width: 39%;
	margin: 15px auto;
	padding: 2px 1px 2.5px 1.5px;
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.4);
	display: inline-block;
}
a.section_cta_button {
	color: #ffff00;
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	line-height: 120%;
	width: calc(100% - 4px);
	padding: 20px 0;
	display: block;
	border: 2px solid #9fd190;
	border-radius: 8px;
	background-image: linear-gradient(0deg, rgba(66, 152, 46, 1), rgba(95, 185, 70, 1));
	box-shadow: 0 0 0 1.5px #54a83d;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.50);
}
a.section_cta_button:hover {
	color: #ffffff;
	border: 2px solid #a2bfd4;
	background-image: linear-gradient(0deg, rgba(60, 66, 146, 1), rgba(72, 128, 170, 1));
	box-shadow: 0 0 0 1.5px #446da2;
}

a.section_cta_button.arrow:after {
	width: 15px;
	height: 15px;
	border-top: solid 3px;
	border-right: solid 3px;
	right: 15px;
}

@media screen and (max-width: 1536px) {
	a.section_cta_button {
		font-size: 140%;
	}
}
@media screen and (max-width: 1000px) {
	a.section_cta_button {
		font-size: 110%;
		letter-spacing: -0.05em;
	}
	a.section_cta_button.arrow:after {
		width: 10px;
		height: 10px;
	}
}
@media screen and (max-width: 768px) {
	div.section_cta_button_container {
		width: 89%;
		background: #cdcdcd;
	}
	a.section_cta_button {
		padding: 10px 0;
		font-size: 180%;
		border-radius: 10px;
	}
	a.section_cta_button.arrow:after {
		width: 18px;
		height: 18px;
		right: 25px;
		border-top: solid 4px;
		border-right: solid 4px;
	}
}


/********* Golf Stationとは？ *********/
div#section07 {
	padding: 30px 0;
	background: #ecf6e0;
}
div#section07 h2 {
	color: #000000;
}
div#section07_container {
	width: 89%;
	margin: 30px auto 0;
	display: flex;
	justify-content: space-between;
}
div.section07_item {
	width: 24%;
	background: #188432;
	border: solid 1px #188432;
}
div.section07_text p {
	color: #ffffff;
	padding: 0 15px 15px;
}
div.section07_text p.fbd {
	font-size: 120%;
	padding: 15px 15px 5px;
}
div.section07_text p.small {
	font-size: 80%;
}

@media screen and (max-width: 768px) {
	div#section07_container {
		width: 88%;
		flex-direction: column;
	}
	div.section07_item {
		width: 100%;
		display: flex;
		margin-bottom: 20px;
	}
	div.section07_item img {
		width: 38%;
		object-fit: cover;
	}
	div.section07_text {
		width: 60%;
	}
	div.section07_text p.fbd {
		font-size: 110%;
	}
	div.section07_text p {
		font-size: 100%;
	}
}


/********* 各種サービス *********/
div#section08 {
	width: 74%;
	margin: 0 auto;
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
div#section08>a {
	width: 21%;
	display: block;
}
div.section08_item {
	padding-bottom: 40px;
}
div.section08_text p {
	font-size: 90%;
}
div.section08_text p.fbd {
	font-size: 100%;
	padding-top: 10px;
}

@media screen and (max-width: 1536px) {
	div.section08_text p {
		font-size: 80%;
	}
	div.section08_text p.fbd {
		font-size: 90%;
	}
}
@media screen and (max-width: 1000px) {
	div.section08_text p {
		font-size: 70%;
	}
	div.section08_text p.fbd {
		font-size: 80%;
	}
}

@media screen and (max-width: 768px) {
	div#section08 {
		width: 88%;
		flex-direction: column;
	}
	div#section08>a {
		width: 100%;
	}
	div.section08_item {
		display: flex;
		padding-bottom: 20px;
	}
	div.section08_item>img {
		width: 34%;
		height: 100%;
	}
	div.section08_text {
		width: calc(65% - 15px);
		margin-left: 15px;
	}
	div.section08_text img {
		width: 65%;
	}
	div.section08_text p {
		font-size: 110%;
	}
	div.section08_text p.fbd {
		font-size: 120%;
		padding-top: 0;
	}
}


/********* テクノクラフトとは *********/
div#section09 {
	text-align: center;
	padding: 50px 0;
	background: url(../img/section09_bg_pc.jpg) top center;
	background-size: cover;
}
div#section09 h3 {
	color: #ffffff;
	margin: 30px 0 20px;
}
div#section09 p {
	color: #ffffff;
	line-height: 170%;
}
div#section09 p.small {
	font-size: 90%;
}
div#section09 p span {
	color: #ffffff;
}

@media screen and (max-width: 768px) {
	div#section09 {
		text-align: left;
		background: url(../img/section09_bg_sp.jpg) top center;
		background-size: cover;
	}
	div#section09 h2,
	div#section09 h3,
	div#section09 p {
		text-align: left;
		width: 89%;
		margin-left: auto;
		margin-right: auto;
	}
}
