@charset "UTF-8";
#pageCamp{
	text-align: left;
}
@media print, screen and (min-width: 992px) {
#pageCamp .sec-cmn{
	padding: 70px 0;
}
}
.txt-lead{
	margin-bottom: 40px;
}
.area-info dl{
 font-size: 1.6rem;
 text-align: left;
 margin: auto auto 20px;
 max-width: 800px;
}
.area-info dl dt{
 margin-bottom: 0.8em;
}

.list-license-type{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.list-license-type li{
	width: 50%;
	font-size: 1.4rem;
	margin-bottom: 10px;
	text-align: center;
}
.list-license-type li span{
	background: #d6eae9;
	display: block;
	margin: 0 5px;
	padding: 0.5em ;
}
@media print, screen and (min-width: 992px) {
.list-license-type li{
	width: 25%;
	font-size: 1.6rem;
}
	.list-license-type li span{
		padding: 0.8em 1.3em;
	}
}
.hotel-name{
	font-size: 1.4rem;
	text-align: center;
	margin: 0.3em 0;
}
@media print, screen and (min-width: 992px) {
.hotel-name{
	font-size: 1.5rem;
}
}
.box-img-hotel{
 margin-bottom: 20px;
}

/* =====================================================================

tbl-hotel

====================================================================== */
.tbl-hotel{
	width: 100%;
	margin: 30px 0 10px;
	border-bottom: 1px solid #3f3f3f;
}
.tbl-hotel th, .tbl-hotel td{
	padding: 0.8em 1.3em;
	/*border: 1px solid #3f3f3f;*/
 display: block;
}
.tbl-hotel th{
	font-weight: 500;
	background: #eaeaea;
	white-space: nowrap;
	border: 1px solid #3f3f3f;
}
.tbl-hotel td{
 	border-left: 1px solid #3f3f3f;
 	border-right: 1px solid #3f3f3f;

}
.tbl-hotel th.th-style-01{
	background: #0F711C;
	color: #fff;
}
.tbl-hotel th.th-style-02{
	background: #EAEAEA;
}
@media print, screen and (min-width: 992px) {
.tbl-hotel{
	margin: 50px 0 20px;
}
.tbl-hotel th, .tbl-hotel td{
	font-size: 1.6rem;
	line-height: 1.53333;
 display: table-cell;
 	border: 1px solid #3f3f3f;
}
}
/* =====================================================================

wrap-plan-camp

====================================================================== */
.wrap-plan-camp{
	background: #cfcfcf;
	height: 200px;
	text-align: center;
	display: table;
	width: 100%;
}
.wrap-plan-camp p{
	display: table-cell;
	vertical-align: middle;
}
.btn-camp{
}
@media print, screen and (min-width: 992px) {
.btn-camp{
	max-width:400px; 
	text-align: center;
	margin: 0 auto;
	padding: 0 10px;
}
}
/*------------------------------
list-guidemap
--------------------------------*/
.list-guidemap{
 margin: 0;
 padding: 0;
 list-style:none;
 counter-reset: item-c;
 margin-bottom: 1.86em;
}
.list-guidemap li{
 font-size: 14px;
 line-height: 1.2em;
 margin-bottom: 0.7em;
}
.list-guidemap li:before {
counter-increment: item-c;
content: counter(item-c);
 color: #fff;
 background: #000;
 display: inline-block;
 padding: 0.3em 0.6em;
 text-align: center;
 margin-right: 5px;
 font-size: 0.86em;
 font-weight: 600;
}
@media print, screen and (min-width: 992px) {
.list-guidemap{
 margin-bottom: 3.5em;
}
}
/*box-guidemap*/
.box-guidemap{
 position: relative;
 margin-bottom: 20px;
}
.box-guidemap img{
 position: relative;
}
.box-guidemap p{
 position: absolute;
 bottom: 0;
 right: 0;
 background: #000;
 color: #fff;
 padding: 0.3em 0.6em;
 font-size: 0.86em;
 font-weight: 600;
}