@charset "utf-8";
/* CSS Document */

.dammy {
	font-size: 1em;
	font-weight: normal;
}


.inline {
	display:inline;
}
input.BtnSouba {
	border: none;
	background: #fff;
	font-size: 16px;
}

input[type="button"].BtnSouba:hover {
	cursor: pointer;
	background: rgba(153,153,153,0.5);
}
input[type="button"].BtnSouba:focus {
	outline: 0;
}


button.BtnHole {
	border: none;
	background: rgba(255,255,255,0.1);
	color: #fff;
	font-size: 16px;
	width: 100%;
	height: 200px;
}

button.BtnHole:hover {
	cursor: pointer;
	background: rgba(255,255,255,0.5);
	color: #000;
}
button.BtnHole:focus {
	outline: 0;
}

#add1 {
	float:left;
}
#add2 {
	float:left;
	text-align:left;
}

.googlehole {
	background-image: url(http://kagayagolf.co.jp/img/hole/064010.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	opacity: 0.9;
/*	background-position: top right;
/*	background-size: 100% 100%;*/
	}

@media screen and (max-width: 896px) {
.googlehole {
	float: none;
	display: block;
	opacity: 1;
/*	width: 300px;*/
	height: 200px;
/*	background-size: 300px auto;*/
	background-size: contain;
}

button.BtnHole {
	opacity: 1;
	color: #fff;
	font-size: 16px;
	width: 100%;
	height: 100%;
	text-align: left;
}

button.BtnHole:hover {
	cursor: pointer;
	background: rgba(255,255,255,0.5);
	color: #000;
}

}




ul.coursePicBox {
	width: 100%;
	font-size:0;
	margin:0;
	padding:0;
}
ul.coursePicBox li {
	width:calc(100% / 3);
	display:inline-block;
}

.posType {
	text-align:center;
}

@media screen and (max-width: 896px) {
.posType {
	text-align:left;
}
}


table.def th {
	background: #FFC;
}

#guideLeft {
	float: left;
	width: 49%;
}
#guideRight {
	float: right;
	width: 49%;
}

p.guidecaption {
	margin-top: 0.5em;
	background: none;
	font-size: 1.175em;
	text-align: left;
	font-weight: bold;
	color: rgba(51,51,51,0.7);
}



@media screen and (max-width:896px) {

* {
font-size: 18px;
}

.maplink {
	display: block;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
}

.golfpicture {
	display: none;
}

.guidecaption {
	float: none;
	width: 100%;
	display: block;
}

#guideLeft {
	float: none;
	width: 100%;
	display: block;
}
#guideRight {
	float: none;
	width: 100%;
	display: block;
}

#guideKihon {
	float: none;
	width: 100%;
	display: block;
}
#guideAccess {
	float: none;
	width: 100%;
	display: block;
}
#guideSouba {
	float: none;
	width: 100%;
	display: block;
}
#guideCourse {
	float: none;
	width: 100%;
	display: block;
}
#guideKeiei {
	float: none;
	width: 100%;
	display: block;
}
#guideNyukaihiyou {
	float: none;
	width: 100%;
	display: block;
}
#guideNyukaijyoken {
	float: none;
	width: 100%;
	display: block;
}

}




.guidecaption {
	background: none;
	text-align: left;
	font-weight: bold;
}

.zeibetsu-cap {
	background: none;
	text-align: right;
}


/******************************* 通常　おわり*/


/*******************************モバイル　はじまり*/

p.thumba-course img {
	padding-left: 2%;
	padding-top: 2em;
	width: 100%;
}

.photodate {
display:block;
padding-top: 0px;
}

@media screen and (max-width: 896px) {

.zeibetsu-cap {
	display: none;
}

p.thumba-course img {
	width: 100%;
	object-fit:cover;
}

}

/*追加*/

.urikaiWrp {
	margin:0.5em 16%;
	width:100%;
}
.uriBtn {
	border-color:#808080;
	background-color:#FF8080;
	padding:1em 0;
	color:#FF80C0;
	font-size:2em;
	font-weight:bold;
	width:33.3333%;
	background-image:url(http://kagayagolf.co.jp/img/img/png/uriBtn.png);
	background-size:cover;
	opacity:0.5;
}
.uriBtn:hover{
	background: linear-gradient(#F00, #FF80C0);
	border: 1px solid #FF80C0;
	color:#ff0;
}

.kaiBtn {
	border-color:#808080;
	background-color:#0080FF;
	padding:1em 0;
	color:#80FF80;
	font-size:2em;
	font-weight:bold;
	width:33.3333%;
	background-image:url(http://kagayagolf.co.jp/img/img/png/kaiBtn.png);
	background-size:cover;
	opacity:0.5;
}
.kaiBtn:hover{
	background: linear-gradient(#00f, #0080FF);
	border: 1px solid #0080FF;
	color:#ff0;
}

@media screen and (max-width: 896px) {
.urikaiWrp {
	margin:0.5em 1em 0.5em 1.0em;
	width:100%;
}

.kaiBtn {
	border-radius:0.25em;
	margin-left:0px;
	font-size:1em;
	font-weight:bold;
	width:42.9999%;
	background-image:url(http://kagayagolf.co.jp/img/img/png/kaiBtn.png);
	background-size:cover;
	opacity:0.5;
	background: linear-gradient(#00f, #0080FF);
	border: 1px solid #0080FF;
	color:#ff0;
}
.kaiBtn:hover{
	background: linear-gradient(#00f, #0080FF);
	border: 1px solid #0080FF;
	color:#ff0;
}

.uriBtn {
	border-radius:0.25em;
	margin-left:1.5em;
	font-size:1em;
	font-weight:bold;
	width:42.9999%;
	background-image:url(http://kagayagolf.co.jp/img/img/png/uriBtn.png);
	background-size:cover;
	opacity:0.5;
	background: linear-gradient(#F00, #FF80C0);
	border: 1px solid #FF80C0;
	color:#ff0;
}
.uriBtn:hover{
	background: linear-gradient(#F00, #FF80C0);
	border: 1px solid #FF80C0;
	color:#ff0;
}
}
	
li.guidePhotoBox {
width:33.3333%;
position:relative;
float:left;
}
li.guidePhotoBox span {
	display:block;
	opacity:0.3;
	color:#fff;
	background-color:rgba(255,0,0,0.1);
	position:absolute;
	top:0;
	right:0;
}

@media screen and (max-width: 896px) {

li.guidePhotoBox {
	width:33.3333%;
	position:relative;
	float:left;
}
li.guidePhotoBox span {
	font-size:50%;
	display:block;
	color:#fff;
	opacity:0.5;
	background-color:rgba(128,128,128,0.3);
	position:absolute;
	top:0;
	left:0;
	text-align:right;
	width:100%;
}
li.guidePhotoBox img {
	width:100%;
}

}
@media print {
li.guidePhotoBox {
	display:none;
}
li.guidePhotoBox img {
	width:100%;
}
.urikaiWrp {
	display:none;
}
footer {
	display:none;
}
ul.picturearea-threethirds {
	display:none;
}
#mapBtn {
	display:none;
}
.BtnSouba {
	display:none;
}
nav {
	display:none;
}
#holeMap {
	display:none;
}
.jyoho {
	display:none;
}
.guideHeadline {
	display:none;
}
.label-jyoho {
	display:none;
}
}