@charset "utf-8";

/* ------------------------------------------------------
	基本設定
------------------------------------------------------ */
body {
	color: #333;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

hr {
	box-sizing: content-box;
	margin-top: 1rem;
	margin-bottom: 0;
	height: 0;
	overflow: visible;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .2);
}
a {
	color: #fd7e00;
}

em {
	font-style: normal;
	font-weight: 700;
}
mark {
	background: #c5f2f9;
}
strong {
	color: #bf282d;
	font-size: 1.125em;
}

.marker {
	background: linear-gradient(transparent 50%, #9ff 0%);
}

/* sticky footer */
body,
#global-wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
#global-footer {
	margin-top: auto;
}

.topics-dl a {
	
}

/* ======================================================
	ヘッダー
====================================================== */
.header {
	margin-bottom: 0;
	min-height: 1%; /* ie */
	background: #000;
}
.site-title {
	margin: 0;
	padding: .3em;
}
.site-title-logo {
	width: 60%;
	vertical-align: middle;
}
@media (min-width: 769px) {
	.site-title {
		margin: 0 auto;
		width: 100%;
		max-width: 1160px;
	}
	.site-title-logo {
		max-width: 40%;
	}
}
@media (min-width: 1161px) {
	.site-title {
		padding-left: 0;
	}
}


/* ページメニュー
------------------------------------------------------ */
.page-navbar {
	width: 100%;
	background: linear-gradient(45deg, #0071bd, #2aabe4);
	background: #006837;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
}
.page-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 auto;
	color: #fff;
	font-size: .9375rem;
}
.page-nav-item {
	width: calc(100% / 2);
}
.page-nav-item a {
	display: block;
	padding: 1.2em .5em;
	width: 100%;
	background: rgba(0, 0, 0, 0);
	color: #fff;
	line-height: 1.3;
	transition: all 0.3s;
}
.page-nav-item a:hover {
	background: rgba(0, 0, 0, .1);
	transition: all 0.3s;
}
@media (min-width: 769px) {
	.page-nav {
		flex-wrap: nowrap;
		width: 100%;
		max-width: 1160px;
	}
	.page-nav-item {
		width: 25%;
	}

}

/* nav current */
#page-home .page-nav-item:first-child,
#page-about .page-nav-item:nth-child(2),
#page-kumiawase .page-nav-item:nth-child(3) {
	background: rgba(0, 0, 0, .5);
	/*box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .5) inset;*/
}



/* ======================================================
	フッター
====================================================== */
.global-footer {
	background-color: #006837;
	color: #fff;
	width: 100%; /* ie */
}
.copyright {
	margin: 0 auto;
	padding: 1em .5em;
	background-color: #000;
	color: #fff;
	font-size: .6875rem;
	text-align: center;
}

/* colophon */
.colophon {
	padding: 1em 1.5em;
	text-align: center;
}
.colophon h3 {
	margin-top: 0;
	letter-spacing: 1em;
}
.colophon h3::after {
	content: "";
	margin-left: -1em;
}

.sponsor-bnr {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	margin-left: -2em;
	padding: 0;
	list-style: none;
}
.sponsor-bnr li {
	margin-left: 2em;
	margin-bottom: 1em;
	width: calc((100% - 4em) / 2);
}

@media (min-width: 541px) {
	.sponsor-bnr li {
		width: calc((100% - 6em) / 3);
	}
}

@media (min-width: 769px) {
	.colophon {
		margin: 0 auto;
		width: 100%;
		max-width: 980px;
	}
	.sponsor-bnr li {
		margin-bottom: 2em;
		width: calc((100% - 8em) / 4);
	}
}




/* ======================================================
	サイト内の共通設定
====================================================== */

/* レイアウト枠
------------------------------------------------------ */
.main {
	width: 100%;
}
.container {
	margin: 0 auto;
	padding: 0 10px;
	/*border: 1px solid #f00;*/
}
.inner {
	margin: 0 auto;
	/*border: 1px solid #000;*/
}
@media (min-width: 769px) {
	.inner {
		padding: 1em;
		max-width: 980px;
	}
	#page-about .inner,
	#page-kumiawase .inner {
		padding: 1em;
		max-width: 840px;
	}
}
@media (min-width: 841px) {
	#page-about .inner,
	#page-kumiawase .inner {
		padding: 0;
	}
}
@media (min-width: 981px) {
	.inner {
		padding: 0;
	}
}

/* 見出し h2 */
.heading-2 {
	margin-top: 0;
	padding: .25em 0 .2em .3em;
	border-left: 5px solid #006837;
	color: #006837;
	font-size: 1.2rem;
	line-height: 1.3;
}

.heading-2 dd {
	line-height: 1.3;
}

@media (min-width: 769px) {
	.heading-2 {
		font-size: 1.35rem;
	}
}

/* リンクボタン */
.btn {
	display: block;
	margin: .5em 0;
	padding: 1em;
	border: 1px solid #0071bd;
	border-radius: .3em;
	box-shadow: 0 5px 0 #0071bd;
	background: #2aabe4;
	color: #fff;
	font-size: .9375rem;
	font-weight: bold;
	text-align: center;
	transition: all .3s;
}
.btn:hover {
	box-shadow: 0 2px 0 #0071bd;
	transform: translate(0, 3px);
}
.btn-wrap {
	margin: 1em auto 0;
	width: 70%;
}

/* 光るエフェクト */
.shine {
	position: relative;
	overflow: hidden;
}
.shine::before {
	position: absolute;
	top: 0;
	left: -160%;
	content: "";
	width: 140%;
	height: 100%;
	background-color: #fff;
	transform: skewX(-45deg);
	animation: shine 3s cubic-bezier(.25, 0, .25, 1) infinite;
	opacity: .5;
}
@keyframes shine {
	0% {
		left: -160%;
		opacity: 0;
	}
	70% {
		left: -160%;
		opacity: .5;
	}
	71% {
		left: -160%;
		opacity: 1;
	}
	100% {
		left: -20%;
		opacity: 0;
	}
}

/* youtube 埋め込み */
.youtube-video {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube-video iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}


/* ======================================================
	Topページ(ホーム)　id = page-home
====================================================== */
.swiper-container {
	max-width: 980px;
}
.swiper-slide > img {
	width: 100%;
	height: auto;
}
@media (min-width: 769px) {
	.golf-images {
		margin: 2rem auto;
		padding: 1rem;
	}
	.swiper-container {
		box-shadow: 0 0 8px gray;
	}
}

.container section {
	margin-bottom: 4rem;
}

@media (min-width: 769px) {
	.flex-row {
		display: flex;
		margin-left: -6rem;
	}
	.flex-col {
		margin-left: 6rem;
		width: calc((100% - 12rem) / 2);
	}
}

/* intro
------------------------------------------------------ */
.intro {
	margin-bottom: 2rem;
	padding: 1rem;
	background: #006837;
	color: #fff;
}
.intro-heading {
	position: relative;
	margin-top: 0;
	padding-bottom: .5rem;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.3;
	text-align: center;
}
.intro-heading::before {
	content: "";
	position: absolute;
	left: calc(50% - 40px); 
	bottom: -10px;
	width: 80px;
	height: 5px;
	border-radius: 3px;
	background: #fff;
}
.intro-txt {
	margin-top: 1.5rem;
	margin-bottom: 0;
}
@media (min-width: 769px) {
	.intro {
		margin-bottom: 4rem;
		padding: 2rem 1rem;
	}
	.intro-heading {
		font-size: 2rem;
	}
	.intro-txt {
		margin-top: 2.5rem;
		font-size: 1.125rem;
		text-align: center;
	}
}

/* トピックス
------------------------------------------------------ */
.topics-dl {
	display: flex;
	flex-wrap: wrap;
	margin-top: -.5rem;
	margin-left: .75em;
	line-height: 1.2;
}
.topics-dl dt{
	margin-top: .5rem;
	width: 30%;
	font-weight: 700;
}
.topics-dl dd {
	margin-top: .5rem;
	margin-left: 0;
	width: 70%;
}

/* 大会概要
------------------------------------------------------ */
.table {
	border-collapse: collapse;
	border-spacing: 0;
	/*table-layout: fixed;*/
	margin-bottom: .2em;
	width: 100%;
}
.table caption {
	padding: .5em;
	border: 1px solid #ccc;
	background: #eee;
	border-bottom: none;
	font-weight: 700;
}
.table tr {
	border: 1px solid #ccc;
}
.table th {
	background: #eee;
	padding: .5em .3em;
	border-right: 1px solid #ccc;
	width: 5em;
}
.table td {
	padding: .5em .2em .5em .5em;
}

.table-kumi tr {
	background-color: #ddd;
}

.table-kumi th{
	background-color: #ddd;
}

.table-kumi td {
	background: #eee;
}
.table-kumi tr:nth-child(odd) td {
	background: #fff;
}


/* notice（コロナ対策）
------------------------------------------------------ */
.notice {
	padding: 1.5em;
	background: #d1ddd2;
	border-radius: .3em;
	color: #006837;
}
.notice-heading {
	margin: 0 0 1rem;
	font-size: 1.2rem;
	line-height: 1.3;
}
.notice-ul {
	margin: 0;
	padding-left: 1.3em;
}
.notice-ul li {
	line-height: 1.3;
}
.notice-ul li + li {
	margin-top: .5em;
}
@media (min-width: 769px) {
	.notice-heading {
		font-size: 1.35rem;
	}
}



/* ======================================================
	大会概要・応募要項のページ　id = page-about
====================================================== */
#page-about .container {
	margin-top: 3rem;
}

#page-about .table th {
	width: 7em;
}
#page-about .table td {
	padding: .5em .7em;
}
#page-about .table ul {
	margin: 0 0 .5em;
	padding-left: 1.3rem;
}
@media (max-width: 540px) {
	#page-about .table th,
	#page-about .table td {
		display: block;
	}
	#page-about .table tr {
		
	}
	#page-about .table th {
		width: 100%;
		padding: .5em .7em;
		border-bottom: 1px dotted #ccc;
		border-right: none;
		text-align: left;
	}
	#page-about .table td {
		padding: .7em;
	}
	.br {
		display: none;
	}
}

/* pdfへのリンク */
.pdf-links-wrap {
	margin: 1em auto 0;
	width: 60%;
	border: 1px solid #bf282d;
}
.pdf-links-wrap a {
	color: #bf282d;
}
.pdf-links {
	position: relative;
	display: block;
	padding: 1em;
	background: #ffe5db;
	border-left: solid 3em #bf282d;
	font-size: .875rem;
}
.pdf-links:before {
	content: "\f1c1";
	position: absolute;
	top: 50%;
	left: -1.35em;
	transform: translateY(-50%);
	padding: 0;
	color: #fff;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.5em;
}
@media (min-width: 541px) {
	.pdf-links-wrap {
		width: 50%;
	}
}
@media (min-width: 769px) {
	.pdf-links-wrap {
		width: 30%;
	}
}


/* ======================================================
	組合せ・成績表　id = page-kumiawase
====================================================== */
#page-kumiawase .container {
	margin-top: 3rem;
}

/* 大会結果 */
.result {
	font-size: 1.3rem;
	font-weight: bold;
	margin-bottom: 0;
}

.result-excuse{
	font-size: 0.8rem;
	margin-top: .2em;
	margin-bottom: 3em;
}

hr {
	margin-bottom: 3em;
}


/* 表 */
.table-kumi caption {
	caption-side: bottom;
	margin-top: .3em;
	border: none;
	background: none;
	font-size: .8em;
	font-weight: normal;
	text-align: left;
}
.table-kumi .kumi-num {
	width: 2.5em;
}
.table-kumi .kumi-time {
	width: 4em;
}
.table-kumi .kumi-name {
	width: calc(100% - 6.5em);
}
.table-kumi .kumi-time-td {
	padding-right: .75em;
	border-right: 1px solid #ccc;
	text-align: right;
}

/* 表の中のリスト */
.table-kumi .kumi-name-td {
	padding: 0;
}
.kumi-name-ul {
	list-style:none;
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	margin: 0;
	padding: 0;
}
.kumi-name-ul li {
	display: inline-flex;
	justify-content: space-between;
	padding: .7em;
	width: 25%;
}
.kumi-name-ul li+li {
	border-left: 1px solid #ccc;
}
.kumi-name-ul li span {
	display: inline-block;
}

@media (max-width: 540px) {
	.kumi-name-ul li {
		width: 50%;
	}
	.kumi-name-ul li:nth-child(-n+2) {
		border-bottom: 1px solid #ccc;
	}
	.kumi-name-ul li:nth-child(3) {
		border-left: none;
	}
}
@media (min-width: 541px) and (max-width: 768px) {
	.kumi-name-ul li {
		width: calc(100% / 3);
	}
	.kumi-name-ul li:nth-child(-n+3) {
		border-bottom: 1px solid #ccc;
	}
	.kumi-name-ul li:nth-child(4) {
		width: calc((100% / 3) + 1px);
		border-left: none;
		border-right: 1px solid #ccc
	}
}

/* 競技特別規則・注意事項 */
.rule-dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	line-height: 1.2;
}
.rule-dl dt{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: .7rem .5rem;
	width: 2.5rem;
	background: #e0e8e0;
	border-bottom: 1px solid #ccc;
	color: #006837;
	font-weight: 700;
	text-align: center;
}
.rule-dl dd {
	margin: 0;
	padding: 1rem;
	width: calc(100% - 2.5rem);
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 1.3em;
}