@charset "utf-8";

.about_table th {
	width: 140px;
	vertical-align: top;
}

.about_table {
	width: 100%;
}

.about_table small {
	line-height: 1.4;
}

.kome {
	font-size: 0.8em;
	line-height: 1.7;
	text-indent: -1em;
    padding-left: 1em;
}

.show768 {
	display: none !important;
}

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

/*-------------- 20230929 floating-banner ---------------*/
.floating-banner {
	display: none;
	max-width: 300px;
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 2;
}

@media screen and (max-width: 768px) {
	.hide768 {
		display: none !important;
	}

	.show768 {
		display: block !important;
	}
}

.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;
}

.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;
}

.form_schedule {
	width: 100%;
	max-width: 450px;
	margin: 0 auto 0 0;
}

.form_schedule-img {
	margin-bottom: 16px;
}

.start_tx {
	margin-bottom: 10px;
}

.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%;
}

.flex_container {
	display: flex;
}

.lastyear .flex_container {
	justify-content: space-between;
	margin-bottom: 30px;
}

.lastyear .flex_container .flex-item {
	width: 32%;
}

.selects_table td {
	padding: 0 10px;
}

.entry_day_select {
	width: 130px;
	margin: 0 3px 3px 0;
}

.entry_time_select {
	width: 180px;
}

.consent_box a {
	text-decoration: underline;
}

.eat_nothing {
	padding-bottom: 16px;
	border-bottom: 1px solid #000;
	margin-bottom: 16px;
}

.eat_price_plan {
	font-weight: bold;
	font-size: 18px;
	color: #E1361F;
}

.eat_price_plan small {
	display: block;
	font-weight: normal;
	font-size: 12px;
	color: #000;
}

.manpukutei {
	display: flex;
	align-items: center;
}

.manpukutei_head {
	padding: 0 3px;
	border: 1px solid #000;
	border-radius: 5px;
	font-weight: bold;
	margin-right: 16px;
}

.manpukutei_img {
	display: inline-block;
	margin-right: 16px;
	width: 80px;
}

.manpukutei_address {
	font-weight: bold;
}

.manpukutei-map {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.manpukutei-map_frame {
	width: 100%;
}

.manpukutei {
	margin-bottom: 24px;
}

.manpukutei-glayarea {
	padding: 20px;
}

.eat_price {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 5px;
	width: 100%;
	max-width: 435px;
	align-items: center;
	margin-bottom: 15px;
}

.eat_price_text1 { grid-area: 1 / 1 / 2 / 2; }
.eat_price_text2 { grid-area: 2 / 1 / 3 / 2; }
.eat_price_img { 
	grid-area: 1 / 2 / 3 / 4; 
	padding-left: 15px;
}

.eat_menu_baloon{
	background: #e60012;
	color: #fff;
	padding: 15px;
	position: relative;
}

.eat_menu_baloon::after{
	content: "";
	background-color: #e60012;
	bottom: 0;
	height: 30px;
	margin: auto;
	position: absolute;
	left: -15px;
	top: 0;
	width: 15px;
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.eat_menu_baloon_content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 5px;
	grid-row-gap: 0px;
	align-items: center;
}

.eat_price_text span,
.price_text span{
	display: inline-block;
}

/* 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;
}

.confirm_table td {
	word-break: break-all;
}

.toform_btn {
	padding-left: 22px;
	box-sizing: border-box;
}

.toform_btn i {
	left: 10px;
}
.show640 {
	display: none !important;
}

.switch_item_member{
	display: none;
}

.switch_item_member_active{
	display: table-row;
}
@media only screen and (max-width: 768px) {
	.selects_table td {
		padding: 0 10px;
		margin: 0px -10px 5px -10px;
	}

	.lastyear .flex_container {
		flex-wrap: wrap;
	}

	.lastyear .flex_container .flex-item {
		width: 48%;
		margin-bottom: 15px;
	}

	.lastyear .flex_container .flex-item:last-of-type {
		margin-bottom: 0;
	}

	.eat_price {
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: repeat(2, auto);
		gap: 10px;
		max-width: none;
	}
	
	.eat_price_text1 { grid-area: 1 / 1 / 2 / 3; }
	.eat_price_text2 { grid-area: 1 / 3 / 2 / 5; }
	.eat_price_img { 
		grid-area: 2 / 1 / 3 / 5;  
		padding-left: 0;
		padding-top: 15px;
	}

	.eat_menu_baloon::after{
		clip-path: polygon(0 100%, 50% 0, 100% 100%);
		height: 15px;
		width: 30px;
		bottom: auto;
		top: -14px;
		left: 50%;
		transform: translateX(-50%);
	}

	.eat_menu_baloon_content span{
		display: inline-block;
	}
}

@media only screen and (max-width: 640px) {
	.show640 {
		display: block !important;
	}
	.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;
	}

	.manpukutei {
		margin-bottom: 24px;
    flex-direction: column;
    align-items: flex-start;
	}
	.manpukutei_head {
		margin-bottom: 8px;
	}
	.manpukutei_img {
		margin-bottom: 4px;
	}
}

@media only screen and (max-width: 600px) {
	.form_schedule {
		width: 100%;
	}
}

@media only screen and (max-width: 540px) {
	.floating-banner {
		max-width: 220px;
		right: 20px;
	}
}

@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;
	}

	.lastyear .flex_container {
		flex-direction: column;
	}

	.lastyear .flex_container .flex-item {
		width: 100%;
		margin-bottom: 15px;
	}

	.lastyear .flex_container .flex-item:last-of-type {
		margin-bottom: 0;
	}

	.eat_price {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(3, auto);
	}

	.eat_price_text1 { grid-area: 1 / 1 / 2 / 2; }
	.eat_price_text2 { grid-area: 2 / 1 / 3 / 2; }
	.eat_price_img { grid-area: 3 / 1 / 4 / 2; }
	
}

@media only screen and (min-width: 769px){
	.eat_price_text span{
		display: block;
	}
}

@media only screen and (min-width: 641px){
	@-moz-document url-prefix() {
		/* ここに書く */
		.manpukutei_head{
			width: 56px;
		}
	}
}
