@charset "utf-8";
.about_table th{
	width: 140px;
	vertical-align: top;
}
.about_table{
	width: 100%;
}
.kome{
	font-size: 0.8em;
	line-height: 1.7;
}
.table2{
	margin-bottom: 10px;
	display: block;
	width: 100%;
	max-width: 500px;
}
.submitbtn{
	margin-top: 30px!important;
}
.show_480{
	display: none;
}
.form_mainisng{
	display: block;
	margin: 0 auto;
}
.consent_box{
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    transform: translateZ(0);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 10px;
    background: #fff;
}
.tableintable span {
    padding: 5px 10px;
    background: #ccc;
    font-size: 0.8em;
    line-height: 1em;
    font-weight: bold;
	margin-right: 10px;
}
.tableintable th,.tableintable td{
	padding: 0 15px 5px 0;
}
.hide{
	display: none!important;
}
.errorbox_m{
	background: #ffe1e6;
	padding: 10px;
	box-sizing: border-box;
	display: block;
}
.errorcomment_m{
	color: #fb1e42;
	font-size: 0.8em;
	padding:0!important;
}
.input_text{
	height: 150px;
	line-height: 1.5;
}
table{
	width: 100%;
}
.golf_spot{
	width: 32%;
	float: left;
	border: 1px solid #333;
	margin-left: 2%;
	padding-bottom: 10px;
}
.golf_spot:first-child{
	margin: 0;
}
.golf_spot_name{
	background: #333;
	color: #fff;
	width: 100%;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	padding-bottom: 10px;
}
.golf_spot_name span{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
}
.golf_spot_address{
	padding: 10px;
	line-height: 1.5;
	font-size: 0.8em;
}
.golf_spot_limited,.golf_spot_cost{
	padding: 0 10px;
}
.golf_spot_limited span,.golf_spot_cost span{
	background: #006354;
	color: #fff;
	width: 70px;
	font-size: 11px;
	line-height: 18px;
	border-radius: 9px;
	text-align: center;
	letter-spacing: 2px;
	display: block;
}
.lastyear{
	margin: 30px 0 60px;
}
.lastyear img{
	width: 32%;
	display: block;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}
.lastyear img:nth-child(3n){
	margin-right: 0;
}
.lastyear .cf{
	margin-bottom: 30px;
}
.camp{
	margin-top: 10px;
}
.table1{
	margin-bottom: 10px;
}
.opacityhalf{
	/*
	opacity: 0.5;
	pointer-events: none;
	*/
	display: none;
}
.gbtitle{
	font-weight: bold;
	margin: 10px 0 5px;
}
.gblink{
	font-size: 12px;
	line-height: 17px;
	background: #006354;
	color: #fff;
	padding: 0 10px;
	border-radius: 5px;
	display: inline-block;
	margin-left: 20px;
}
.confirm_table{
	word-break: break-all;
}
.aboutbreenbuddy{
	border: 1px solid #727171;
	margin: 0;
	font-size: 13px;
	line-height: 1.7;
	border-radius: 5px;
}
.aboutbreenbuddy th,.aboutbreenbuddy td{
	padding: 10px 10px;
	box-sizing: border-box;
}
.aboutbreenbuddy th{
	vertical-align: middle;
	width: 150px;
	background: #727171;
	color: #fff;
	text-align: center;
	font-weight: bold;
	border-radius: 5px 0 0 5px;
	font-size: 16px;
}
.aboutbreenbuddy_title{
	width: 110px;
	font-size: 11px;
}
.aboutbreenbuddy_title b {
    font-size: 18px;
    display: block;
    line-height: 1;
    margin-bottom: 2px;
}
.aboutbreenbuddy tr{
	border-bottom: 1px solid #727171;
}
.aboutbreenbuddy tr:last-child{
	border-bottom: none;
}
.aboutbreenbuddy .jouken {
    padding: 0 5px;
    border: 1px solid #111;
    border-radius: 3px;
    margin-right: 3px;
}

@media only screen and (max-width: 768px) {
	.hide_768{
		display: none;
	}
	.aboutbreenbuddy th, .aboutbreenbuddy td {
	    width: 100%!important;
	    display: block;
	}
	.aboutbreenbuddy td.aboutbreenbuddy_title{
		padding-bottom: 0;
		margin-bottom: -5px;
	}
	.aboutbreenbuddy_title b{
		display: inline-block;
	}
	.aboutbreenbuddy th {
	    border-radius: 5px 5px 0 0px;
	    font-size: 14px;
	}
}
@media only screen and (max-width: 640px) {
	.about_table th {
	    width: 90px;
	    padding-right: 15px;
	}
	.golf_spot{
		width: 100%;
		margin: 15px 0 0 0;
	}
	.golf_spot:first-child{
		margin: 0;
	}
	.hide_640{
		display: none;
	}
	.golf_spot_name{
		padding: 5px 10px;
	}
	.golf_spot_address{
		line-height: 1.7;
		font-size: 1em;
	}
	.golf_spot_limited span,.golf_spot_cost span{
		display: inline-block;
	}
	.about_table th{
		width: 120px;
	}
	.tableintable th,.tableintable td{
		width: 100%;
		display: block;
		padding: 0;
	}
	.tableintable td{
		padding-bottom: 15px;
	}
	.lastyear{
		margin: 30px 0 30px;
	}
}
@media only screen and (max-width: 480px) {
	.form_mainisng.hide_480{
		display: none;
	}
	.form_maining{
		width: 100%;
	}
	.sp_100 {
	    width: 100%;
		display: block;
	}
	th.sp_100{
	    position: relative;
	    margin-top: 10px;
		width: 100%;
		padding: 0 0 5px 20px;
		font-size: 16px;
	}
	th.sp_100::before{
		content: '';
		background: #006354;
		position: absolute;
		top: 0.3em;
		left: 0;
		width: 16px;
		height: 16px;
		border-radius: 8px;
	}
	.about_table th {
	    width: 100%;
	    padding-right: 0;
	}
	.show_480{
		display: block;
	}
	.schedule th{
		line-height: 1.5;
		width: 18%;
	}
	.schedule td{
		line-height: 1.5;
		width: 32%;
	}
	.consent_box{
	    font-size: 12px;
	}
	.block1 .right{
		display: none;
	}
	.lastyear img{
		width: 48%;
		margin-right: 2%;
		margin-bottom: 5px;
	}
	.lastyear img:nth-child(3n){
		margin-right: 2%;
	}
	.lastyear img:nth-child(even){
		margin-right: 0;
	}
	.toform_btn{
		font-size: 12px;
	}
	.aboutbreenbuddy {
	    font-size: 12px;
	}
}
