@charset "UTF-8";
body{
	background-color: #FFF;
}
.btn-reservation-wrapper {
    position: fixed;
    right: 20px;
    top: 84px;
    z-index: 100;
}
.camp2021-h1{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
    margin: 0 15px 40px;
}
.camp2021-h1 span{
	display: inline-block;
}
.camp2021-p{
    margin: 0 15px 25px;
    font-size: 1rem;
    line-height: 1.7;
}
.camp2021-p-lastchild{
    margin-bottom: 0;
}
.camp2021-leadbox{
	margin-top: 40px;
	margin-bottom: 40px;
}
.camp2021-note{
	background-color: #FFF5C6;
}
.camp2021_main_img{
	width: 100%;
	height: 100%;
	/*margin-top: 62px;*/
}
.camp2021_main_img_sp{
	display: none;
}
.camp2021_main_img_pc{
	display: block;
}
.btn-camp-sp{
	visibility: hidden;
}
@media screen and (max-width: 767px) {
	.camp2021_main_img_sp{
		display: block;
	}
	.camp2021_main_img_pc{
		display: none;
	}
	.btn-camp-sp{
		visibility: visible;
	}
}
.camp2021_point_img{
	width: 100%;
}
.camp2021-point-note-box-wrapper{
	padding-left: 0;
	padding-right: 0;
}

.camp2021-point-note-box-01{
	background-color: #ECC6AC;
}
.camp2021-point-note-box-02{
	background-color: #C7D6CE;
}
.camp2021-point-note-box-03{
	background-color: #FBD6A4;
}
.camp2021-point-note-box-04{
	background-color: #E1DCD8;
}
.camp2021-point-note-title{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.camp2021-point-note-box{
	padding: 30px 20px;
	min-height: 354px;
}
@media (max-width: 1199px) {
	.camp2021-point-note-box{
		min-height: 408px;		
	}
}
@media (max-width: 991px) {
	.camp2021-point-note-box{
		min-height: 266px;		
	}
}
@media (max-width: 767px) {
	.camp2021-point-note-box{
		min-height: auto;		
	}
}
.camp2021-point-note-description{
	margin-bottom: 0;
}
.camp2021-h2{
	font-size: 26px;
	font-weight: bold;
	text-align: center;
    margin: 0 15px 40px;
}
.camp2021-service-box1{
    margin-top: 100px;
}
.camp2021-service-box2{
    margin: 0 15px 25px;
}
.camp2021_service-icon-wrapper{
	fill:#7194B6;
	text-align: center;
}
.camp2021-service-title{
	font-size: 20px;
	font-weight: bold;
	color: #7194B6;
	text-align: center;
	line-height: 1.2;
}
.camp2021-service-title span{
	display: inline-block;
}

.entry-column .camp2021_sns-icon-wrapper{
	fill:#7194B6;
	text-align: center;
	/*margin-top: 20px;*/
}
.entry-column .camp2021-sns-title{
	font-size: 20px;
	font-weight: bold;
	color: #7194B6;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 10px;	
}
.entry-column .camp2021-sns-p{
	text-align: center;
	margin-bottom: 100px;
}

