@charset "UTF-8";

.page h3 {
	font-size: 22px;
}

#main-contents ul {
	padding-left: 1.5em;
}

#main-contents li {
	margin-bottom: 5px;
}

#reserve ol {
	margin: 0;
	padding-left: 1.5em;
}

#reserve ol li {
	margin: 10px 0;
}

#reserve .button {
	display: inline-block;
	margin: 8px 0 10px;
	padding: 10px 30px;
	background: #4CAF50;
	border-radius: 5px;
	box-shadow: 0 2px 5px #AAA;
	color: #FFF;
	font-weight: bold;
}

#reserve .button:hover {
	opacity: 0.8;
}

#reserve .button:active {
	opacity: 1;
	box-shadow: none;
}

#cost table {
	font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo" , "メイリオ", "sans-serif";
}

/* PC版のみ */
@media screen and (min-width:768px), print {
	#cost table thead th.price {
		width: 5em;
	}
	
	#cost table td {
		text-align: center;
	}
	
	#cost table td.price{
		padding-left: 0.5em;
		padding-right: 1em;
		text-align: right;
	}

	.contents-area table th.no-bottom-border {
		/*border-bottom: 1px #C8E6C9 solid;*/
		border-bottom: 1px transparent solid;
	}

	.contents-area table span.only-sp-visible {
		display: none;
	}
}

/* スマホ版 */
@media screen and (max-width:767px) {
	
	.page h3 {
		font-size: 20px;
	}
	
	#cost table {
		border: none;
	}
	
	#cost table thead th {
		padding: 0;
		background: #FFF;
		border: none;
		color: inherit;
		font-weight: normal;
		text-align: left;
	}
	
	#cost table tbody th {
		display: block;
		border: solid 1px #2E7D32;
		border-top: none;
	}
	
	#cost table tbody th.title {
		padding: 20px 0 5px;
		background: #FFF;
		color: #4CAF50;
		font-size: 18px;
		font-weight: bold;
		text-align: left;
		border: none;
		border-bottom: solid 1px #2E7D32;
	}
	
	#cost table td {
		display: block;
		border-right: solid 1px #2E7D32;
		border-bottom: none;
		text-align: left;
	}
	
	#cost table td:last-child {
		border-bottom: solid 1px #2E7D32;
	}
	
	#cost table td.only-pc {
		padding: 0;
	}
	
	#camp-table {
		width: 100%;
	}
	
	#camp-table .only-pc {
		display: none;
	}
	
	#camp-table thead th {
		border-bottom: solid 1px #2E7D32 !important;
	}
	
	#bbq-table tbody tr:first-child th {
		border-top: solid 1px #2E7D32 !important;
	}
	
	#bbq-table tbody tr:first-child td {
		border-bottom: none !important;
	}
	
	#reserve .button {
		padding: 10px;
	}

	/*改行 add 2023.5.1*/
	/*span.sp-newline {
		display: block;
	}*/

	.contents-area table span.only-sp-visible {
		display: block;
	}

	#cost table tbody th.sp-invisible {
		display: none;
	}

	#cost table#camp-table {
		border-top: 1px #2E7D32 solid;
	}
}