@charset "utf-8";
/* CSS Document */


/* #page_navi_wrap
----------------------------------------- */
#page_navi_wrap .page_navi > li {
    width: 25%;
}
#page_navi_wrap .page_navi a {
    max-width: 230px;
}

#page_navi_wrap .page_navi > li:nth-child(3) a:hover,
#page_navi_wrap .page_navi > li:nth-child(4) a:hover {
    background: #c80852;
}

#page_navi_wrap .page_navi > li:nth-child(3) a.current,
#page_navi_wrap .page_navi > li:nth-child(4) a.current {
    background: #c80852;
}

@media screen and (max-width: 640px) {
#page_navi_wrap .page_navi > li {
    width: 100%;
}
#page_navi_wrap .page_navi a {
    max-width: none;
}
}


/* .entry_form_list_wrap
----------------------------------------- */
.entry_form_list_wrap {
    padding-top: 110px;
}

.entry_form_list_wrap h1 {
    font-size: 130%;
    font-weight: bold;
    padding: 10px 15px;
    line-height: 1.3;
    margin-bottom: 20px;
    background: #00b4ed;
    border-radius: 5px;
    color: rgba(255,255,255,1.00);
}

.entry_form_list_wrap .colum3 {
    margin-bottom: -30px;
}
.entry_form_list_wrap .colum3 li {
    margin-bottom: 30px;
}

.entry_form_list_wrap img{
    max-width: 100%;
	height: auto;
}

.entry_form_list_wrap .entry_form_detail{
	margin-top: 20px;
	margin-bottom: 60px;
}

.entry_form_list_wrap .entry_form_detail .event{
	background: rgba(237,108,0,1.00);
	padding: 5px 8px;
	border-radius: 5px;
	color: rgba(255,255,255,1.00);
	display: inline;
}

.entry_form_list_wrap .entry_form_detail .title{
	margin-top: 5px;
	font-size: 140%;
}

/*.entry_form_list_wrap li:nth-child(-n+3) .title{
	height: 95px;
}

.entry_form_list_wrap li:nth-child(n+4):nth-child(-n+9) .title{
	height: 70px;
}

.entry_form_list_wrap li:nth-child(n+10) .title{
	height: 95px;
}*/

.entry_form_list_wrap .entry_form_detail .place{
	margin-bottom: 15px
}

.entry_form_list_wrap .entry_form_detail .day{
	margin-top: 15px;
}

.entry_form_list_wrap .entry_form_detail .time{
}

@media screen and (max-width: 640px){
.entry_form_list_wrap {
    padding-top: 70px;
}
.entry_form_list_wrap li .title{
	height: auto !important
}
}



/* .entry_form_wrap
----------------------------------------- */
#entry_form {
    padding-top: 80px;
}

#entry_form h1 {
    font-size: 130%;
    font-weight: bold;
    padding: 10px 15px;
    line-height: 1.3;
    margin-bottom: 20px;
    background: #00b4ed;
    border-radius: 5px;
    color: rgba(255,255,255,1.00);
    display: flex;
    align-items: baseline;
}
#entry_form h1 span {
    font-size: 80%;
    margin-left: auto;
}
#entry_form h1.org {
    background: #c80852;
}

.entry_form_wrap {
	display: block;
    text-align: left;
}
.entry_form_wrap .title{
	margin-bottom: 0px;
	font-size: 110%;
}
.entry_form_wrap .data{
  margin-bottom: 25px;
}

.entry_form_wrap .attention{
	font-size: 80%;
}

.entry_form_wrap input{
	padding: 5px 3px;
}

.entry_form_wrap .submit_b{
	font-size: 140%;
}

.entry_form_wrap .pp_wrap {
    margin-bottom: 30px;
    font-weight: normal;
}
.entry_form_wrap .pp_wrap a {
    color: #00b4ed;
    text-decoration: underline;
    font-weight: 700;
}

@media screen and (max-width: 640px) {
#entry_form {
    padding-top: 40px;
}
    
#entry_form h1 {
    display: block;
}
#entry_form h1 span {
    display: block;
    margin-left: 0;
    margin-top: 5px;
}
    
.entry_form_wrap {
    width: 100%;
}
.entry_form_wrap input,
.entry_form_wrap textarea{
	max-width: 96%;
}
}

.mwform-checkbox-field input, .mwform-radio-field input {
    margin-top: 0;
}