@charset "utf-8";
/* CSS Document */
/* Create 2020.03.02 17.53 */
/* Update 2020.07.09 09:50 */
/* Update 2020.08.19 15:47 */
/* Update 2020.08.28 17:17 */
/* Update 2020.10.26 17:53 */
body, html {
	overflow: visible;
}

.markerHeadline {
background: linear-gradient(to bottom left, #ff8c00, #ff6600); 
}
.markerHeadline {
	display:block;
	width:100%;
	color: #ffe;
	padding: 0.25em 0 0.25em 2em;
	border-top: solid 3px #ff9900;
	border-bottom: solid 1px #ffd700;
	margin-top:1em;
}

.markerMark {
	background:linear-gradient(to bottom, rgba(255,255,255,0) 25%,#ffffa3,#ffff7f);
}
.markerImportant {
	background:linear-gradient(to bottom, rgba(255,255,255,0) 70%,#ffa3ff,#ff7fff);
}

span.torikeshiDef {
	background-image:url(https://kagayagolf.co.jp/img/img/gif/torikeshi.gif);
	background-position: center;
	background-repeat:repeat-x;
}

span.torikeshiRed {
	background-image:url(https://kagayagolf.co.jp/img/img/gif/torikeshi-red.gif);
	background-position: center;
	background-repeat:repeat-x;
}

label {
	color:#333;
}
ul.mainNav {
	text-align:right;
	margin:0;
	padding:0;
	background-color:rgba(153,255,204,0.2);
}
ul.mainNav li {
	display:inline-block;
}
ul.mainNav li:after {
	content:">";
}
ul.mainNav li.none:after {
	content:none;
}
ul.mainNav li:last-child:after {
	content:none;
}

ul.linkNav {
	margin:0 auto;
/*	text-align:left;*/
/*	padding:0px 1.25em 0px 1em;;*/
	width:calc(100% - 1rem);
}
ul.linkNav li {
	display:inline-block;
	padding-right:1rem;
}

table.normalBorder1 {
	margin:0.25rem;
	width:98%;
	box-sizing:border-box;
	border-collapse:collapse;
	table-layout: fixed;
}
table.normalBorder1 th {
	background-color:#007F00;
	color:#FFF;
}

table.normalBorder1 th.thRanking,th.thPlayer,th.thHole1,th.thHole2,th.thGross,th.thHdcp,th.thNet {
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}

table.normalBorder1 th,table.normalBorder1 td {
	line-height:1.6;
}
th.thRanking,th.thPlayer,th.thHole1,th.thHole2,th.thGross,th.thHdcp,th.thNet {
	border:1px solid #808080;
}
th.thRanking {
	width:15%;
}
th.thPlayer {
}
th.thHole1,th.thHole2,th.thGross {
	width:13%;
}
th.thHdcp,th.thNet {
	width:15%;
}

.goMapNormal {
	background:none;
	border:none;
	cursor:pointer;
}
.goMapNormal::after {
	content:"(GoogleMaps)";
}

footer {
	position:absolute;
	bottom:0;
	width:100%;
	position:relative;
	background:#a0d8ef;
	border:1px solid #69F;
	background-image:url(https://kagayagolf.co.jp/img/img/png/0524_a01.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size:contain;
	height:300px;
	opacity:0.7;
}


footer .copyright {
	position: absolute;
	bottom:0;
	right: 0;
	margin-right: auto;
	position:absolute;
	font-size:0.75rem;
	color:#fff;
	font-weight:100;
}

footer .info {
	color:rgba(0,0,0,0.7);
	text-align:left;
	font-size:0.75rem;
}

footer .caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	margin:0;
	padding:0;
	background: #b22222;
	text-align: center;
	color: #fff;
}
footer .writerProfile {
	margin: 0;
	text-align: center;
	color: #fff;
	padding: 0;
}

@media screen and (max-width: 896px) {
footer .copyright {
	position: static;
	display:block;
	text-align:left;
	height: 2rem;
	font-size:0.75rem;
	color:#fff;
	font-weight:100;
}

}
@media screen and (max-width: 480px) {
footer .copyright {
	display:none;
}
}

.docUpdate a::after {
	position:absolute;
	content:"";
	display:inline-block;
	width:27px;
	height:8px;
	background:url(https://kagayagolf.co.jp/img/img/gif/new_03.gif);
	margin-top: 0.75em;
	background-repeat:no-repeat;
	background-size:contain;
}
/*****アコーディオンボックス　表示・隠れる *****/

/*****囲い*****/
.accordionWrapper {
	margin:0;
	padding:0;
	max-width:100%;
}

/*****ラベル*****/
.accordionWrapper label {
	display:inline-block;
	font-weight:bold;
	cursor:pointer;
	transition:all 0.5s;
}

/*****アイコンを表示*****/
.accordionWrapper label:before {
/*	content:'＋';*/

	content:url(https://kagayagolf.co.jp/img/img/png/boxOpen16R.png);
	display:inline-block;
	margin:0;
	margin:auto;
	padding-right:0.8em;
	vertical-align:central;
}

/*****ラベルのホバー時*****/
.accordionWrapper label:hover {
	background:#f5b1aa;
}

/*****チェックボックスは隠す*****/
.accordionWrapper input {
	display:none;
}

/*****ボックスの中身は非表示*****/
.accordionWrapper .accordionBtn {
	height:0;
	padding:0;
	margin:0;
	overflow:hidden;
	opacity:0;
	transition:0.8s;
}

.accordionOpenClose:checked + label + .accordionBtn {
	height:auto;
/*	background:#0ff;*/
	background:#f8f4e6;
	opacity:1;
}

.accordionWrapper .accordionBtn div.accordionBoxes {
	margin:0;
	padding:0;
	background:#f8f4e6;
	border:5px solid #f8f4e6;
}

.accordionWrapper .accordionBtn div.accordionBoxes p.introduceArea {
	padding:1em;
	background-color:rgba(255,255,255,0.3);
}

/*****アイコンを入れ替える*****/
.accordionOpenClose:checked + label:before {
/*	content:'－';*/
	content:url(https://kagayagolf.co.jp/img/img/png/boxClose16R.png);
	display:inline-block;
	margin:auto;
	padding-right:0.8em;
	vertical-align:central;
}

/*****アニメーション*****/
.accordionBoxes {
/*	padding:0;
	margin:0;*/
/*	background:#C6F;*/
}

/*****アニメーション設定*****/
.accordionBoxes p {
	animation-name:aniSoubatoha;
	animation-duration:2s; /*時間*/
	animation-timing-function:ease-out; /*イメージング*/
	animation-iteration-count:1; /*繰り返し回数*/
	animation-direction:normal; /*往復処理有無*/
	animation-fill-mode:forwards; /*アニメーション後のスタイル*/
}

/*****アニメーション*****/
@keyframes aniSoubatoha {
0% {
	opacity:0;
	transform:translate3d(0, -20px, 0);
}
100% {
	opacity:1;
	transform:translate3d(0, 0, 0);
}
}

/*******************************************************************/

/*****囲い*****/
.accordionDocWrapper {
	margin:0;
	padding:0;;
	max-width:100%;
}

/*****ラベル*****/
.accordionDocWrapper label {
	display:inline-block;
	font-weight:bold;
	cursor:pointer;
	transition:all 0.5s;
}

/*****アイコンを表示*****/
.accordionDocWrapper label:before {
/*	content:'＋';*/

	content:url(https://kagayagolf.co.jp/img/img/png/openDoc.png);
	display:inline-block;
	margin:0;
	margin:auto;
	padding-right:0.8em;
	vertical-align:central;
}

/*****ラベルのホバー時*****/
.accordionDocWrapper label:hover {
	background:#f5b1aa;
}

/*****チェックボックスは隠す*****/
.accordionDocWrapper input[type="checked"] {
	display:none;
}

/*****ボックスの中身は非表示*****/
.accordionDocWrapper .accordionBtn {
	height:0;
	padding:0;
	margin:0;
	overflow:hidden;
	opacity:0;
	transition:0.8s;
}

.accordionDocOpenClose:checked + label + .accordionBtn {
	height:auto;
	background:#0ff;
	opacity:1;
}

.accordionDocWrapper .accordionBtn div.accordionBoxes {
	margin:0;
	padding:0;
	background:#f8f4e6;
}

/*****アイコンを入れ替える*****/
.accordionOpenClose:checked + label:before {
/*	content:'－';*/
	content:url(https://kagayagolf.co.jp/img/img/png/boxClose16R.png);
	display:inline-block;
	margin:auto;
	padding-right:0.8em;
	vertical-align:central;
}

/*****アニメーション*****/
.accordionDocBoxes {
/*	padding:0;
	margin:0;*/
/*	background:#C6F;*/
}

/*****アニメーション設定*****/
.accordionDocBoxes p {
	animation-name:aniDoctoha;
	animation-duration:2s; /*時間*/
	animation-timing-function:ease-out; /*イメージング*/
	animation-iteration-count:1; /*繰り返し回数*/
	animation-direction:normal; /*往復処理有無*/
	animation-fill-mode:forwards; /*アニメーション後のスタイル*/
}

/*****アニメーション*****/
@keyframes aniDoctoha {
0% {
	opacity:0;
	transform:translate3d(0, -20px, 0);
}
100% {
	opacity:1;
	transform:translate3d(0, 0, 0);
}

}

/*******************************************************************/

/*****アコーディオンボックス２　表示・隠れる *****/
/*続きあり*/
.accordionDocWrapper {
	margin:0;
	padding:0;
	max-width:100%;
}

/*****ラベル*****/
.accordionDocWrapper label {
	display:inline-block;
	font-weight:bold;
	cursor:pointer;
	transition:all 0.5s;
}

/*****アイコンを表示*****/
.accordionDocWrapper label:before {
/*	content:'＋';*/

	content:url(https://kagayagolf.co.jp/img/img/png/help.png);
	display:inline-block;
	margin:0;
	margin:auto;
	padding-right:0.8em;
	vertical-align:central;
}

/*****ラベルのホバー時*****/
.accordionDocWrapper label:hover {
	background:#f5b1aa;
}

/*****チェックボックスは隠す*****/
.accordionDocWrapper input {
	display:none;
}

/*****ボックスの中身は非表示*****/
.accordionDocWrapper .accordionBtn {
	height:0;
	padding:0;
	margin:0;
	overflow:hidden;
	opacity:0;
	transition:0.8s;
}

.accordionDocOpenClose:checked + label + .accordionBtn {
	height:auto;
	background:#0ff;
	opacity:1;
}

.accordionDocWrapper .accordionBtn div.accordionBoxes {
	margin:0;
	padding:0;
	background:#f8f4e6;
}

/*****アイコンを入れ替える*****/
.accordionDocOpenClose:checked + label:before {
/*	content:'－';*/
	content:url(https://kagayagolf.co.jp/img/img/png/closeDoc.png);
	display:inline-block;
	margin:auto;
	padding-right:0.8em;
	vertical-align: central;}

/*****アニメーション*****/
.accordionBoxes {
/*	padding:0;
	margin:0;*/
/*	background:#C6F;*/
}

/*****アニメーション設定*****/
.accordionBoxes p {
	animation-name:aniDoc;
	animation-duration:2s; /*時間*/
	animation-timing-function:ease-out; /*イメージング*/
	animation-iteration-count:1; /*繰り返し回数*/
	animation-direction:normal; /*往復処理有無*/
	animation-fill-mode:forwards; /*アニメーション後のスタイル*/
}

/*****アニメーション*****/
@keyframes aniDoc {
0% {
	opacity:0;
	transform:translate3d(0, -20px, 0);
}
100% {
	opacity:1;
	transform:translate3d(0, 0, 0);
}
}

.subHead {
	font-weight:700;
	font-size:1.5rem;
	line-heiight:2;
/*	display:inline-block;*/
}
h2.subHead {
	display:block;
	margin-left:2em;
	color:rgba(58,171,210,1);
	background-color:rgba(255,255,255,0.7);
	visibility:visible;
}
h2.subHeadCourse {
	display:block;
	margin:1em auto;
	padding:0.5em;
	color:rgba(255,128,64,1);
	background-color:rgba(255,255,255,0.7);
	font-size:1.5rem;
	font-weight:bold;
	visibility:visible;
}
h2.courseGuide {
	display:block;
	margin-left:2em;
	color:rgba(58,171,210,1);
	background-color:rgba(255,255,255,0.7);
	visibility:visible;
}

@media screen and (max-width: 896px) {
h2.subHead {
	margin-left:0px;
	display:block;
	color:rgba(58,171,210,1);
	background-color:rgba(255,255,255,0.7);
	visibility:visible;
}
h2.subHeadCourse {
	margin:1em 0px 1em 0px;
	padding:0.5em;
	display:block;
	color:rgba(255,128,64,1);
	background-color:rgba(255,255,255,0.7);
	font-size:1.2rem;
	font-weight:bold;
	visibility:visible;
}

h2.courseGuide {
	text-align:left;
	margin:0;
	padding:0;
	display:block;
	color:rgba(58,171,210,1);
	background-color:rgba(255,255,255,0.7);
	visibility:visible;
}
}
h3.subHead, .label {
	color:rgb(223,86,86,1);
	background-color:rgba(255,255,255,0.1);
	font-size:1rem;
	margin:0;
	padding:0;
}
.dspInlineBlock { display:inline-block; }
.dspBlock { display:block; }
.dspInline { display:inline; }

/****************************/
.pagetop {
	position: fixed;
	bottom: 0;
	right: 64px;
}
.pagetop a {
	display: block;
}
.pagetop:hover
{
	opacity: 0.7;
}


#pagetop {
	display: none;
}
.topbtn {
	display: none;
}
img.lunch {
	border-radius: 0;
}
.picbtn {
	display: none;
}

@media screen and (max-width: 480px) {
#pagetop {
	display: inline-block;
	position: fixed;
	bottom: 0;
	right: 0;
}
.topbtn {
	position: fixed;
	bottom: 10px;
	right: 10px;
	display: inline-block;
	width: 32px;
}
img.lunch {
	display: inline-block;
	border-radius: 20%;
}
.picbtn {
	display: inline-block;
	width: 64px;
	cursor: pointer;
	background-color: transparent;
	border: none;
	outline: none;
	padding: 0;
	appearance: none;
}
#picswitch {
	position: fixed;
	bottom: 0;
	left: 64px;
	opacity: 0.7;
}
}

a.kojinhogo {
	text-decoration:underline;
	color:#333;
}
.santen {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zenbun {
	margin: 0 auto;
	text-align: left;
}
.zenbun input {
	display: none;
}
.zenbun label {
	color: #36F;
	cursor: pointer;
	padding: 0 10px;
}
.zenbun label:hover {
	color: #36F;
}
.zenbun .docBoxTop {
	padding: 10px 10px 0px 10px;
}
.zenbun .docBoxBottom {
	height: 0;
	overflow: hidden;
	padding: 0 10px;
}
.zenbun .topBtn {
	text-align: left;
	display: block;
	width: 100%;
	margin: 0;
}

.zenbun .bottomBtn {
	text-align: left;
	display: block;
	width: 100%;
	margin: 1em 0px 0px 0px;
}

.zenbun input:checked + .docBoxBottom {
	margin-top: -1.5em;
	height: auto;
	padding: 0px 10px 10px 10px;
	background: #fff;
	position: relative;
	z-index: 2;
}

.accordionWrapper .accordionBtn .accordionBoxes dl.rowGolfPlay {
	width:60em;
	margin:0;
	padding:0;
}
.accordionWrapper .accordionBtn .accordionBoxes dt.rowGolfPlay {
	width:10em;
	margin:0;
	padding-left:1em;
	float:left;
	clear:both;
	text-align:left;
	height:1.5em;
}
.accordionWrapper .accordionBtn .accordionBoxes dd.rowGolfPlay {
	width:40em;
	margin:0;
	padding-left:1em;
	text-align:left;
	height:1.5em;
}

@media screen and (max-width:896px)
{
.accordionWrapper .accordionBtn .accordionBoxes dl.rowGolfPlay {
	width:100%;
	margin:0;
	padding:0;
}
.accordionWrapper .accordionBtn .accordionBoxes dt.rowGolfPlay {
	width:100%;
	margin:0;
	padding-left:0.5em;
	display:block;
	float:none;
	text-align:left;
	height:1.5em;
}
.accordionWrapper .accordionBtn .accordionBoxes dd.rowGolfPlay {
	display:block;
	float:none;
	width:100%;
	margin:0;
	padding-left:1em;
	text-align:left;
	height:1.5em;
}

}

.specialPhoto {
	width:160px;
	height:120px;
}

@media screen and (max-width: 1240px) {
.specialPhoto {
	float:none;
	display:block;
	width:100%;
	height:auto;
}
}

.infoicon16 {
	width:16px;
	height:16px;
}
.infoicon32 {
	width:32px;
	height:32px;
}

li.mob {
	padding-left: 20px;
	position: relative;
}

li.mob::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 8px;
	left: 2px;
	width: 8px;
	height: 4px;
	border-left: 3px solid #06f;
	border-bottom: 3px solid #06f;
	transform: rotate(-45deg);
}

/***** news *****/
#news-left {
	width: 75%;
	float: left;
}
#news-right {
	width: 25%;
	float: right;
}

@media screen and (max-width: 869px) {
#news-left {
	width: 100%;
	float: none;
}
#news-right {
	width: 100%;
	float: none;
}
}

ul.listMenuH li {
	display:inline-block;
	margin-right: 2rem;
}

.photoLine {
	color:#fff;
	background-color:#C33;
	border: solid 3px #960;
	padding: 0.5em;
	border-radius: 0.5em;
}

.sidedate {	color: #999; }

.linkNavHeadline {
	padding: 0 0.5em 0 0.5em;
}
.articleBox {
	margin:0 0.5em 0.5em 0.5em;
	padding:1em;
}
.articleBox > p {
	padding:0px 0.5em;
}
/*
#news-right {
	margin:0 0.5em 0.5em 0.5em;
	padding:1em;
}
#news-right > aside {
	padding:0px 0.5em;
}
*/