@charset "utf-8";
/* CSS Document */
.main{
background-color: #fffae6;
}

.camp_head{
	background-image: url("../img/bg_head.png");
	background-size: cover;
}

.camp_schedule{
font-size: 140%;
background-color: #ff1d5d;
color: #fff;
margin: 0px;
text-align: center;
font-weight: bold;
padding: 15px 10px;
}

.camp_schedule span{
color: #fcff00;
}
.banner_big{
margin: 0px auto;
padding: 0px 0px;
max-width: 800px;
width: 95%;
	line-height: 0px;
	font-size: 0px;
}
.camp_main{
background-image: url("../img/bg_body.png");
background-size: contain;
background-repeat: repeat-y;
margin: 0px 0px 0px;
padding: 20px 0px;
}

.camp_main .camp_main_pdd{
padding: 0px 20px;
}

.fukidashi_pc{
	position: relative;
	right: 0px;
	bottom: 0px;
	width: 28%;
	float: right;
	margin-top: -150px;
}


.camp_in_head{
	background-image: url("../img/bg_yellow.jpg");
	background-size: cover;
	padding: 2.5%;
	border-radius: 7px;
}

.camp_inbox{
margin: 0px auto 30px;
max-width: 768px;
width: 90%;
background-color: #fff;
border-radius: 10px;
border: 2px solid #000;
}

.camp_inbox.epink{
border: 2px solid #f1396d;
}

.camp_inbox.egreen{
border: 2px solid #00b148;
}


.sponly{
	display: none;
}

.g_line{
padding-top: 20px;
margin-top: 20px;
border-top: 1px dashed #999;
}

p.normal{
font-size: 120%;
font-weight: 400;
margin-bottom: 10px;
}

.cv_btn{
margin: 30px auto 10px;
min-width: 280px;
width: 40%;
}
.coupon_area{
margin-bottom: 20px!important;
margin-top: 20px;
border-radius: 7px;
}

.coupon_main{
padding: 20px;
}

.coupon_area.cgreen{
background-color: #e4fff5;
}

.coupon_area.cpink{
background-color: #ffecf2;
}

.coupon_area::after{
clear: both;
display: block;
content: "";
}

.coupon_area .c_img_area{
width: 20%;
float: left;
font-size: 0px;
line-height: 0px;
}

.coupon_area .c_text_area{
width: 78%;
float: right;
font-size: 120%;
font-weight: 400 !important;
margin-left: 10px;
}

.coupon_area span{
	color: #f1396d;
}

.coupon_area .c_attention_area{
clear: both;
font-size: 120%;
font-weight:500 !important;
padding-top: 20px;
	text-align: left!important;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


.coupon_area h3.w_label{
border-radius: 7px 7px 0px 0px;
	font-size: 140%;
padding: 10px 20px;
margin-bottom: 15px;
	text-align: center;
	color: #fff13b;
	line-height: 1.4;
}

.coupon_area.cgreen h3.w_label{
background-color: #47ca93;
}

.coupon_area.cpink h3.w_label{
background-color: #ec6183;
}

p.e_title{
color: #00b148;
font-size: 180%;
font-weight: 800;
	margin-top: 20px;
}

p.a_title{
color: #f1396d;
font-size: 120%;
font-weight: 800;
margin-bottom: 10px;
}

.nolist{
		list-style: none outside;
	color: #f1396d;
	margin-left: -20px;
	}

.nolist p{
	margin-left: -20px;
	}

.main table{
width: 100%;
margin-bottom: 20px;
}
.main table td{
font-size: 110%;
font-weight: 500;
padding-bottom: 20px;
padding-top: 20px;
border-bottom: 1px solid #ccc;
}

.main table td.th{
width: 20%;
vertical-align: top;
}

.main table td strong{
color: #00b148;
}

.main table td span{
font-size: 90%;
line-height: 1.2;
}

.main ul{
margin-bottom: 20px;
}

.main ul li{
font-size: 95%;
margin-left: 20px;
font-weight: 500;
padding: 0px 0px 5px;
}

.entry_area{
background-image: url("../img/bg_green.jpg");
background-size: cover;
padding: 20px;
margin-bottom: 20px!important;
margin-top: 30px;
border-radius: 7px;
text-align: center;
}

.entry_area h3.w_label{
display: inline-block;
background-color: #fff;
color: #00b148;
border-radius: 30px;
padding: 5px 20px;
}

.entry_area p.entry_text{
margin-top: 10px;
font-size: 120%;
font-weight: 500;
}


.camp_bottom{
background-image: url("../img/bg_red.jpg");
background-size: cover;
background-repeat: repeat-y;
margin: 0px 0px 0px;
padding: 20px 0px;
}

.limit{
width: 40%;
min-width: 300px;
margin: 10px auto 20px;
text-align: center;
}

.backnumber{
	height: 800px;
	overflow-y: scroll;
	width: 100%;
	margin-bottom: 30px;
	border: 1px solid #999;
}

/*ベース*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 1em;
	display: block;
	color: #fff;
	background:#e97898;
	border-radius: 5px;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px 20px 0px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}

.banner_area_wide{
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
}

.banner_area_wide img{
	width: 70% !important;
}

.banner_area_half{
	display: flex;
}

.banner_area_half_img{
	margin-bottom: 10px;
	width: 50% !important;
	padding: 0px 10px;
}

.banner_area_half_img img{
	width: 100%;
}


@media (max-width: 800px){

	.banner_area_wide img{
	width: 100%;
}
	.banner_area_half_img{
	margin-bottom: 10px;
	width: 100% !important;
}
.camp_schedule{
font-size: 100%;
}

.camp_main .camp_main_pdd{
padding: 0px 10px;
}
	
.camp_main .camp_main_npdd{
padding: 0px 0px;
}	
	
.camp_inbox{
max-width: 768px;
width: 95%;
}

p.normal{
font-size: 95% !important;
}

.pconly{
display: none;
}
.coupon_area {
text-align: center;
}
.coupon_area h3.w_label{
margin-bottom: 15px;
margin-top: 15px;
	font-size: 120% !important;
}
.coupon_area .c_img_area{
width: 60%;
float: none;
margin:0px auto 10px;
}

.coupon_area .c_text_area{
width: 100%;
float: none;
margin-left: 0px;
font-size: 100%;
	text-align: left !important;
}
	
p.e_title{
font-size: 160%;
}

p.a_title{
font-size: 100%;
}

.main table td{
font-size: 110%;
width: 100%;
display: block;
padding-top: 10px !important;
}

.main table td.th{
margin-bottom: 0px !important;
border: 0px !important;
padding-bottom: 0px !important;
}
	
.main table td.th{
width: 100% !important;
display: block;
}

.main table td strong{
color: #00b148;
}

.main table td span{
font-size: 70%;
line-height: 12px!important;
}

.main ul li{
font-size: 85%;
}

.entry_area p.entry_text{
font-size: 110%;

}

.book_area .b_img_area{
width: 50%;
margin:0px auto 15px;

float: none;
font-size: 0px;
line-height: 0px;
}

.book_area .b_text_area{
width: 100%;
float: none;
font-weight: 400;
margin-left: 0px;
font-size: 90%;
text-align: center;
}
	
.b_text_area p.b_title{
font-size: 100%;
margin-bottom: 15px;
}

.b_text_area p.b_title strong{
font-size: 120%;
font-weight: 800;
}

.fukidashi_sp{
	width: 70%;
	margin: 0px auto 0px;
	padding: 0px;
	line-height: 0px;
	font-size: 0px;
}	
	
.sponly{
	display: block;
}
	
	.backnumber{
	height: 550px;

}
	

}


.buttons-area{
						display: flex;
						width: 95%;
						margin:10px auto 20px;
						flex-wrap: wrap;
						text-align: left;
					}
					
					
			
.c-btn {
  justify-content: center;
  align-items: center;
width: calc(33% - 20px);
	margin: 10px;
  padding: 0.7em 0.8em;
  border-radius: 10px;
  background: #ffffd9;
	border: 2px solid #ffffd9;
	font-weight: bolder;
  color: #000;
  cursor: pointer;
  transition: 0.3s;
	font-size: 115%;
	line-height: 1.4em;
	text-align: left !important;
	box-shadow: 0px 5px 10px 0px rgba(253, 180, 243, 0.7);
	 transform:rotate(-2deg);
}
					
@media (max-width: 800px){					
.c-btn {
width: calc(50% - 10px);
	 padding: 0.8em 0.5em;
	font-size: 90% !important;
	margin: 5px;
}
	}
.c-btn:hover, .c-btn.is-current {
  background-color: #f1396d;
  color: #fff;
	border: 2px solid #d52758;
}



.c-switchingContainer {
  width: min(100%, 1000px);
  padding: 1em 1em 1em;
  background-color: #ffedfb;
	border-radius: 0px 0px 7px 7px;
	border-top: 4px solid #f174a0;
	
}
.js-switchingContents {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.3s;
}
.js-switchingContents.is-open {
  height: auto;
  opacity: 1;
}




.c-switchingContainer_b {
  width: min(100%, 1000px);
  padding: 1em 1em 1em;
  background-color: #ffedfb;
	border-radius: 0px 0px 7px 7px;
	border-top: 4px solid #f174a0;
	
}
.js-switchingContents_b {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.3s;
}
.js-switchingContents_b.is-open {
  height: auto;
  opacity: 1;
}



.c-switchingContainer_c {
  width: min(100%, 1000px);
  padding: 1em 1em 1em;
  background-color: #ffedfb;
	border-radius: 0px 0px 7px 7px;
	border-top: 4px solid #f174a0;
	
}
.js-switchingContents_c {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.3s;
}
.js-switchingContents_c.is-open {
  height: auto;
  opacity: 1;
}


.c-switchingContainer_d {
  width: min(100%, 1000px);
  padding: 1em 1em 1em;
  background-color: #ffedfb;
	border-radius: 0px 0px 7px 7px;
	border-top: 4px solid #f174a0;
	
}
.js-switchingContents_d {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.3s;
}
.js-switchingContents_d.is-open {
  height: auto;
  opacity: 1;
}


.c-switchingContainer_e {
  width: min(100%, 1000px);
  padding: 1em 1em 1em;
  background-color: #ffedfb;
	border-radius: 0px 0px 7px 7px;
	border-top: 4px solid #f174a0;
	
}
.js-switchingContents_e {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.3s;
}
.js-switchingContents_e.is-open {
  height: auto;
  opacity: 1;
}

.c-switchingContainer__contents {
  width: 100%;
}
.editor_text .normal{
	font-size: 95% !important;
	margin-bottom: 10px;
}
.user_text .normal{
	font-size: 105% !important;
	margin-bottom: 10px;
}

.user_text .small{
	font-size: 100% !important;
	margin-bottom: 10px;
	font-weight: bold;
}

.user_text .b-title{
	font-weight: bold;
	font-size: 120% !important;
	margin-bottom: 0px;
	color:#f1396d;
}

.review_area{
											display: flex;
											
										}
										
										.review_area .book_area{
											width: calc(25% - 10px);
											margin:10px 5px;
										}
										
										.review_area .user_text{
											width: calc(75% - 10px);
											margin:10px 5px;
										}
										
										@media (max-width: 800px){
											
										.review_area{
											display: block;
											
										}	
											
										.review_area .book_area{
											width: 40%;
											margin:10px auto;
										}
										
										.review_area .user_text{
											width: 100%;
											margin:10px 5px;
										}
										}
										
										.editor_text{
										background-color: #ffcbf3;
											border-radius: 5px;
											padding: 10px;
										}
								
								.r-btn{
								background-color: #f1396d;
									border-radius: 5px;
									text-align: center;
									font-size: 110%;
									color: #fff;display: inline-block;
									width: 100%;
									margin-top: 10px;
									margin-bottom: 20px;
									padding: 10px 0px;
									font-weight: bold;
								}
.r-btn:visited{
									color: #fff !important;
								}
							.r-btn:active{
									color: #fff !important;
								}
								
								.editor_text{
									display: flex;
									padding: 10px;
									
								}
								
								.editor_text .e-rabel{
									width: 10%;
								}
								
								.editor_text .e-text{
									width: 95%;
								}
								
								@media (max-width: 800px){
								.editor_text .e-rabel{
									width: 30%;
								}
								
								.editor_text .e-text{
									width: 70%;
								}
								}
								.editor_text .e-text .normal{
									margin: 10px;
								}
