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

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(https://kagayagolf.co.jp/img/hole/064010.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	opacity: 0.9;
}


@media screen and (max-width: 480px) {
.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;
}

}

