@charset "utf-8";

/* content
---------------------------------------- */
#content {
	width:calc(100% - 100px);
	max-width: 1000px;
	margin: 0 auto;
	padding-top:40px;
	padding-bottom:60px;
}
#content h2.title{
	border-bottom:none;
	padding-bottom: 0;
	margin-bottom:30px;
	padding-top:30px;
}
#content h2.title.martin-t0{
	padding-top:0px;
}
#content p.aleart{
	color:#C00;
	text-align: center;
	margin: -15px 0 15px 0;
}
#content span.aleart{
	color:#C00;
}
p.note {
	margin-left: 24%;
	padding: 10px 0 0 30px;
	color: #C00;

}
@media screen and (max-width:800px) {
	#content {
		width:calc(100% - 40px);
		padding-top:5px;
		padding-bottom:30px;
	}
	#content h2.title{
		font-size:22px;
		margin-bottom:15px;
		padding-top:25px;
	}
	#content h2.title.martin-t0{
		padding-top:25px;
	}
	#content p.aleart{
		text-align: center;
		margin: -7px 0 10px 0;
	}
	#content span.aleart{
		color:#C00;
	}
	p.note {
		margin-left: 0;
		padding-left: 0;
		font-size: 12px;
		color: #C00;
	}
	br.nobr {
		display: contents;
	}
}


/* price
---------------------------------------- */
#content .price_wrap{
	width:100%;
	margin-bottom:30px;
}
#content table.price{
	box-sizing: border-box;
	width:100%;
}
#content table.price tr th{
	padding:10px 0 10px 0px;
	text-align: left;
	color:#857E00;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#content table.price tr th p.sup{
	font-size:14px;
	color:#333333;
	display: inline;
}
#content table.price tr td{
	border-left: 1px solid #CCC;
	padding:10px 15px 10px 15px;
	text-align: center;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#content table.price tr td.w1{
	width:17%;
}
#content table.price td.photo{
	background-repeat: no-repeat;
	background-size:cover;
	background-position: left center;
	width:24%;
	border:none;
	text-indent: -9999px;
}
#content table.price td.photo.kaikan{
	background-image: url("../../shisetsu/img/ph01_kaikan01.jpg");
}
#content table.price td.photo.tentosite{
	background-image: url("../../shisetsu/img/ph04_tentosite07.jpg");
}
#content table.price td.photo.bouldering{
	background-image: url("../../shisetsu/img/ph02_visitorcenter03.jpg");
}
#content table.price td.photo.bbq{
	background-image: url("../../price/img/ph_bbq.jpg");
}
#content table.price td.photo.yahata{
	background-image: url("../../shisetsu/img/ph05_yahata02.jpg");
}
#content table.price td.blank{
	width:2%;
	border:none;
}
#content table.price td.text_l{
	text-align: left;
}
#content .price_wrap a.btn{
	margin-top:15px;
	float: right;
}
#content table.price tr.sup td{
	padding:10px 0 0px 0px;
	text-align: left;
	border:none;
	position: relative;
}
#content table.price tr.sup td a.btn{
	position: absolute;
	right: 0;
	top:5px;
}
#content table.price tr td.no-border{
	border: none;
	padding-right: 0;
}
@media screen and (max-width:800px) {
	#content .price_wrap{
		margin-bottom:10px;
	}
	#content table.price{
		box-sizing: border-box;
		width:100%;
	}
	#content table.price tr th{
		padding:5px 3px 5px 3px;
		font-size:12px;
	}
	#content table.price tr th p.sup{
		font-size:11px;
	}
	#content table.price tr td{
		padding:5px 3px 5px 3px;
		font-size:12px;
	}
	#content table.price tr td.w1{
		width:23%;
	}
	#content table.price tr td.w1sp{
		width:20%;
	}
	#content table.price td.photo{
		display: none;
	}
	#content table.price td.blank{
		display: none;
	}
	#content table.price td.text_l{
		text-align: left;
	}
	#content .price_wrap a.btn{
		margin-top:18px;
		margin-bottom:10px;
		float: none;
	}
	#content table.price tr.sup td{
		padding:10px 0 0px 0px;
		text-align: left;
		border:none;
		position: relative;
	}
	#content table.price tr.sup td a.btn{
		position:inherit;
		right:inherit;
		top:inherit;
		
	}
}


/* food
---------------------------------------- */
#content .food{
	margin-top:60px;
	margin-bottom:30px;
	padding:0px 80px 30px 80px;
	background-color: #F2E9DB;
	border-radius: 6px;
}
#content .food h2.title{
	margin-bottom: 20px;
}
#content .food p a{
	text-decoration: underline;
}

@media screen and (max-width:800px) {
	#content .food{
		margin-top:30px;
		margin-bottom:10px;
		padding:0px 20px 20px 20px;
		border-radius: 4px;
	}
	#content .food h2.title{
		margin-bottom: 10px;
	}
}





