@charset "utf-8";
.about_table th{
	width: 140px;
	vertical-align: top;
}
.about_table{
	width: 100%;
}
.kome{
	font-size: 0.8em;
	line-height: 1.7;
	text-indent: -1em;
    padding-left: 1em;
}
.f1em{
	font-size: 1em;
}
.submitbtn{
	margin-top: 30px!important;
}
.show_480{
	display: none;
}
.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;
}
.length_title{
	width: 150px;
	float: left;
	margin-right: 15px;
}
.length_select{
	float: left;
}
.kome span {
    padding: 5px 10px;
    background: #ccc;
    font-size: 0.8em;
    line-height: 1em;
    font-weight: bold;
	margin-right: 10px;
}
.word{
	display: inline-block;
	padding-left: 1em;
}
.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%;
}
.selects_table td{
	padding: 0 10px;
}
.entry_day_select {
    width: 130px;
    margin: 0 3px 3px 0;
}
.entry_time_select{
	width: 180px;
}
.floating-banner {
	display: none;
	max-width: 300px;
    position: fixed;
    right: 50px;
    bottom: 20px;
    z-index: 2;
}
.toform_btn {
	padding-left: 22px;
	box-sizing: border-box;
}
.toform_btn i {
	left: 10px;
}
.toform_btn_s {
	line-height: 30px;
	border-radius: 25px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	position: relative;
	background: #2bb89a;
	border-bottom: solid 3px #15876f;
	border-right: solid 3px #15876f;
	display: inline-block;
	padding: 0 8px 0 20px;
	max-width: 600px;
	margin: 10px 0 30px 0;
}
.block .left_box, .block .right_box{
	float: left;
	/* display: inline-block; */
}
.block .left_box{
	margin-right: 2%;
}
.block{
	margin-bottom: 1em;
}
.block:last-child{
	margin-bottom: 0;
}
.eventspot{
	margin-top: 20px;
}
/* safari */
::-webkit-full-page-media, :future, :root .selects_table{
  width: 100%;
	table-layout: fixed;
}
::-webkit-full-page-media, :future, :root .selects_table td{
  width: 50%;
	max-width: 340px;
}

.switch_item_member{
	display: none;
}

.switch_item_active{
	display: block;
}
.switch_item_member_active{
	display: table-row;
}

.glayarea{
	padding: 8px 10px;
    font-size: 0.8em;
    background: #eee;
	margin-top: 10px;
}
.glayarea .kome{
	font-size: 1em;
}

.child_price_container{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px 0;
	margin: 10px 0;
}

.show768 {
	display: none !important;
}

@media only screen and (max-width: 768px) {
	.selects_table td {
	    padding: 0 10px;
	    margin: 0px -10px 5px -10px;
	}
	
	.hide768 {
		display: none !important;
	}

	.show768 {
		display: block !important;
	}

	.block .left_box{
		margin-right: 0;
		margin-bottom: 2%;
	}
}
@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;
	}
}
@media only screen and (max-width: 540px) {
	.floating-banner {
		max-width: 220px;
		right: 20px;
	}
	.toform_btn i {
		line-height: 40px;
	}
}
@media only screen and (max-width: 480px) {
	.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;
	}
	.about_table{
		table-layout: fixed;
	}
	iframe{
		width: 100%;
	}
}
