/* 
    Created on : 2020/07/14, 21:56:04
    Author     : ookitakuya
*/
@charset "utf-8";
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
        src: local("Noto Sans CJK JP Regular"),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
    font-display: swap;
}
body{
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 18px;
    color:#333;
    line-height:1.6;
    font-family:'Noto Sans JP',"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
}
img{
    width:auto;
    height:auto;
    max-width:100%;
    line-height:1;
    vertical-align:top;
}
img:not([alt]) {
    filter: blur(0);
}
a{
    color:#0064a2;
}
ul{
    list-style-type: none;
    padding-inline-start:0;
}
/*
header{
    text-align: center;
    width: 100%;
    position: fixed;
    z-index: 10;
    background-color: #fff;
}
header .header_ttl{
    background-color: #A3BE8C;
}
header .header_ttl a {
    text-decoration: none;
    color: #000000;
}
header .globalmenu{
    display: flex;
    justify-content: center;
}
header .globalmenu .menu_item{
    border: 1px solid #A3BE8C;
    width: 33.333%;
    padding:10px 0;
    font-size: 16px;
}
*/
header{
    width: 100%;
    position: fixed;
    top: 0;
    left:0;
    z-index: 10;
    background-color: #A3BE8C;
}
header > .header{
    width:100%;
    display:table;
    table-layout: fixed;
    /*border-bottom:2px solid #9d006d;*/
    border-bottom:1px solid #ccc;
    height:50px;
}
header > .header > div{
    display:table-cell;
    vertical-align:middle;
    padding:5px 10px;
    text-align:center;
    width:auto;
}
header > .header > div:first-child{
    width:80px !important;
    height: 55px;
}
header > .header > div a {cursor: pointer;}
header .header_ttl a {
    text-decoration: none;
    color: #333;
}
/*header > .header > div:last-child{
    width:80px;
    padding:0;
    position:relative;
}*/
#nav_btn{
    margin:auto;
    display:block;
    width:45px;
    height:45px;
    padding:5px;
    position:relative;
    border-radius: 5px;
    text-decoration: none;
}
#nav_btn > span{
    display:block;
    width:100%;
    height:5px;
    background-color:#fff;
    border-radius: 5px;
    margin:6px 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity:1;
    transform:rotate(0);
    -webkit-transform:rotate(0);
    -moz-transform:rotate(0);
}
#nav_btn > span:first-child{
    margin-top: 0;
}
#nav_btn:active {
    background-color: rgba(0,0,0,0.1);
}
#nav_btn > span:nth-child(3) {
    margin-bottom: 0;
}
#nav_btn > span:last-child {
    background-color:#A3BE8C;
    color: #fff;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
#wrapper > div.navi_box{
    width:310px;
    position:fixed;
    top:0;
    left:0;
    overflow-y: auto ;
    /*background-color:#e7f6ff;*/
    background-color:#fff;
    font-size:17px;
    padding-top:86px;
    height:100%;
    z-index:3;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-right: 1px solid #aaa;
}
body.close #wrapper > div.navi_box{
    display:none;
}
#wrapper > div.navi_box a{
    display:block;
    color:#000;
    text-decoration: none ;
    padding:10px 10px 10px 15px;
    position:relative;
    cursor: pointer;
}
#wrapper > div.navi_box a:hover{
    background-color: #d9d9d9;
}
#wrapper > div.navi_box > #navi_box_content > ul{
    padding:10px 0;
    border-bottom: 1px solid #aaa;
    width: 100%;
}
#wrapper > div.navi_box > #navi_box_content > ul > .no_link{
    padding: 0 0 0 20px;
    font-size: 16px;
}
#wrapper > div.navi_box > #navi_box_content > ul.midashi {
    padding:15px 0 3px;
}
#wrapper > div.navi_box > #navi_box_content > ul > .no_link2{
    padding: 10px;
    font-size: 17px;
    text-align: center;
    background: #DF1B58;
    color: #fff;
    margin:0 10px;
}
.closebtn{
    padding:15px;
}
#wrapper > div.navi_box .closebtn2{
    padding:15px;
}
.closebtn > a{
    display:block;
    width:30px;
    height:30px;
    position:relative;
}
#wrapper > div.navi_box .closebtn2 > a{
    display:block;
    width:30px;
    height:30px;
    position:relative;
    margin: 0 0 0 auto;
    cursor: pointer;
}
.closebtn > a > span{
    display:block;
    background-color:#000;
    width:100%;
    height:3px;
    border-radius: 4px;
    transform: rotate(-45deg);
    position:absolute;
    top:50%;
    left:0;
}
.closebtn > a > span:first-child{
    transform: rotate(45deg);
}
#wrapper > div.navi_box .closebtn2 > a > span{
    display:block;
    background-color:#000;
    width:100%;
    height:3px;
    border-radius: 4px;
    transform: rotate(-45deg);
    position:absolute;
    top:50%;
    left:0;
}
#wrapper > div.navi_box .closebtn2 > a > span:first-child{
    transform: rotate(45deg);
}
#wrapper > div.section_body {
    margin-left: 310px;
}
.footer{
    width: 100%;
    text-align: center;
    background-color: #A3BE8C;
    padding:10px 10px;
}
.footer ul{
    padding-inline-start: 0;
    font-size: 0;
}
.footer li{
    display: inline-block;
    font-size:16px;
}
.footer li:after{
    content: '｜';
}
.footer li:last-child:after{
    content: '';
}
#wrapper{
    padding:70px 0 40px;
    width:100%;
    overflow: hidden;
}
#wrapper > div.wrapper_inner{
    margin-left: 310px;
}
body.close #wrapper > div.wrapper_inner {
    margin-left: 0;
}
.container{
    width:1200px;
    max-width: 100%;
    margin:0 auto;
    padding: 10px;
}
.container h1{
    border-left: 20px solid #A3BE8C;
    background-color: #E2F0D9;
    padding: 5px 10px;
}
#pankuzu {
    display: flex;
    padding-inline-start:0;
}
#pankuzu li {
    font-size:16px;
}
#pankuzu li:after{
    content: " ＞ ";
}
#pankuzu li:last-child:after{
    content: "";
}
.main_content{
    margin: 20px auto 40px;
}
.top_sliders{width:100%;text-align: center;margin: 0 auto 60px;}
.banner_area{font-size:0;margin: 30px auto 40px;}
.banner_area ul{width:100%;}
.banner_area li{width:50%;padding:5px;display: inline-block;vertical-align: top;text-align: center;}
.top_sliders img, .banner_area img{width:100%;}
.err_msg_area {
    margin:10px auto 20px;
}
.err_msg {
    color:#f00;
    font-weight: bold;
}
.general_msg {
    color: #333;
    margin:10px auto;
}
.input_msg {
    color: #389a31;
}
.search_box {
    margin: 20px auto;
    border:1px solid #A3BE8C;
    border-radius: 15px;
    padding:10px;
}
.search_box_midashi {
    font-size: 20px;
    font-weight: bold;
}
nav {
    text-align: center;
    margin: 20px auto;
}
.pagination {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    padding:20px;
}
.page-item {
    padding:10px 20px;
    border:1px solid #A3BE8C;
    margin:3px;
}
.page-item.active{
    text-decoration: none;
    background-color: #A3BE8C;
}
.page-item.disabled {
    text-decoration: none;
}
.page-link {
    font-size: 20px;
}

dl {
    margin: 10px auto 25px;
    
}
dt {
    font-weight:bold;
    font-size: 105%;
    border-radius: 3px;
    background: #A3BE8C;
    padding: 5px 10px;
    margin-bottom: 5px;
}
dd {
    padding: 5px 10px;
}
.icon_area, .icons {
    margin: 10px auto;
    font-size: 0px;
}
.icon {
    margin: 3px;
    display: inline-block;
    vertical-align: top;
    border-radius: 30px;
    padding: 3px 15px;
    text-align: center;
    font-size: 18px;
    color: #000;
}
.icon.recruit{
    border: 1px solid #92D050;
    background-color: #92D050;
    color: #fff;
}
.icon.volunteer{
    border: 1px solid #ED7D31;
    background-color: #ED7D31;
    color: #fff;
}
.icon.child{
    border: 1px solid #FF3399;
    background-color: #FF3399;
    color: #fff;
}
.icon.ticket{
    border: 1px solid #6600FF;
    background-color: #6600FF;
    color: #fff;
}
.profile_tab{
    background-color: #E2F0D9;
    padding: 5px 10px;
    margin-bottom: 30px;
}
.profile_tab ul {
    font-size: 0;
}
.profile_tab li {
    display: inline-block;
    font-size: 18px;
}
.profile_tab li:after{content: '｜';}
.profile_tab li:last-of-type:after{content: none;}
.profile_tab li a.active {
    text-decoration: none;
    font-weight: bold;
}
.profile_tab li a:hover {
    text-decoration: none;
}
.details{padding:10px 20px;}
.cancel_message_area{
    background-color: #C00000;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    font-size:20px;
}
h1+.event_group_name {
    font-weight: normal;
    color: #555555;
    text-align: right;
}
.midashi{
    background-color: #E2F0D9;
    padding: 5px 10px;
    margin-bottom: 20px;
    font-size:20px;
    border-top: 1px solid #A3BE8C;
    border-bottom: 1px solid #A3BE8C;
}
.kind_area{margin:20px auto;}
.overview{color: #389a31;}
.cate_kind{width: 50%;font-size:0;margin:10px 0;}
.cate_kind .category, .cate_kind .kind{width:50%;font-size:18px;display: inline-block;}
label.file_btn {
    color: #fff;
    background-color: #b02418;
    padding: 6px 25px;
    border-radius: 6px;
    display: inline-block;
    margin: 5px 0;
    cursor: pointer;
}
label.file_btn > input[type="file"] {
    display: none;
}
.del_btn {
    color: #fff;
    background-color: #999;
    padding: 6px 25px;
    border-radius: 6px;
    display: inline-block;
    margin: 5px 0;
    cursor: pointer;
}
.section_title_area{width:100%;}
.entry_link{text-align: right;padding: 0 10px 3px;}
.section_titles {
    background-color: #539a4e;
    display: table;
    width: 100%;
    border-radius: 3px;
}
.section_title {
    display: table-cell;
    color: #fff;
    font-size: 24px;
    padding: 5px 10px;
}
.link_btn {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 20%;
    border-left: 1px dashed #fff;
    padding: 5px 10px;
}
.link_btn a {color:#fff;}
.section_titles + .section_desc {
    padding: 5px 10px;
    color: #389a31;
}
.profile_lists {margin-bottom: 20px;padding:10px;font-size:0;}
.profile_box{
    display: inline-block;
    width:50%;
    font-size:18px;
    margin-bottom: 30px;
    padding: 10px;
    vertical-align: top;
}
.group_name {
    font-size: 24px;
    border-left: 5px solid #A3BE8C;
    background-color: #E2F0D9;
    padding: 5px 10px;
    margin-bottom:5px;
    width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.group_name + h4{color:#555;margin-bottom: 10px;}
.group_data_area {display: table;width:100%;}
.group_image {display: table-cell;width:35%;vertical-align: top;}
.group_data {display: table-cell;width:calc(100% - 35%);vertical-align: top;padding:0 10px;}
.detail_image img{margin: 0 auto;}
.group_sub_menu,.sub_menu{text-align: right;margin: 20px 10px;font-size: 0;}
.group_sub_menu > p, .sub_menu > p{display: inline-block;font-size: 18px;padding:0 20px 0 0;}
.group_sub_menu > p:last-child, .sub_menu > p:last-child{padding:0 0 0 0;}
.disp_movie{position: relative;text-align: center;}
.disp_movie iframe{max-width: 100%; max-height: calc(100vw * 0.5625);}
.manage_list{width:100%;border-collapse: separate;}
.manage_list th{text-align: left;vertical-align: top;background-color:#A3BE8C;border:1px solid #A3BE8C;padding:10px;}
.manage_list td{text-align: left;vertical-align: top;border:1px solid #A3BE8C;padding:10px;}
.manage_list .date{width:200px;}
.manage_list .stat{width:160px;}
.information_area{margin:40px auto;}
.information_area_title{
    border-radius: 15px 15px 0 0/15px 15px 0 0;
    background-color: #539a4e;
    color: #fff;
    padding: 5px 15px;
    font-size: 24px;
    font-weight: bold;
    border: 1px solid #539a4e;
}
.information_area .information {width:100%;padding: 10px 10px; border: 1px solid #539a4e;border-radius: 0 0 15px 15px/0 0 15px 15px;}
.information_area .information li{padding:10px;border-bottom: 2px dashed #999999;margin-bottom: 10px;}
/* form style */
input[type="text"],input[type="password"],input[type="number"]{
    width:100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border:none;
    background-color:#fff;
    border:1px solid #bbb;
    padding:8px 14px;
    border-radius: 8px;
    font-size:18px;
    height:50px;
}
textarea {
    width:100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border:none;
    background-color:#fff;
    border:1px solid #bbb;
    padding:8px 14px;
    border-radius: 8px;
    font-size:18px;
    height:200px;
    line-height: 1.5;
}
textarea.long{
    height:400px;
}
textarea.middle{
    height:300px;
}
textarea.short{
    height:100px;
}
input[type="submit"][disabled],
button[type="submit"][disabled]{
    cursor:not-allowed; /* 禁止カーソル */
}
.submit_btn_area {
    margin:20px auto;
}
.submit_btn_area button {
    width:100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border:none;
    background-color:#485f34;
    color:#fff;
    padding:8px 14px;
    border-radius: 8px;
    font-size:16px;
    height:50px;
    cursor: pointer;
}
.radio-list input{
	display: none;
}
.radio-list label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 15px;
	padding: 8px 10px;
	border-radius: 2px;
	/*color: #3e4956;*/
	font-size:18px;
	text-align: center;
	line-height: 1;
}
.radio-list label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: -15px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #fff;
	border-radius: 50%;
	border:1px solid #bbb;
}
.radio-list input[type="radio"]:checked + label:after{
	position: absolute;
	content: "";
	top: 50%;
	left: -9px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-radius: 50%;
	background: #879c18;
}
input[type="checkbox"] {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    vertical-align: middle;
}
.checkbox-list input[type="checkbox"] + label {
    position: relative;
    display: inline-block;
    line-height: 30px;
    cursor: pointer;
}
@media (min-width: 1px){
    .checkbox-list input[type="checkbox"] {
        display: none;
        margin: 0;
    }
    .checkbox-list input[type="checkbox"] + label {
        padding: 0 0 0 24px;
    }
    .checkbox-list input[type="checkbox"] + label::before{
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
        background: #FFF;
    }
    .checkbox-list input[type="checkbox"] + label::before {
        border: 1px solid #bbb;
    }
    .checkbox-list input[type="checkbox"]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .checkbox-list input[type="checkbox"]:checked + label::after {
        left: 3px;
        width: 16px;
        height: 8px;
        margin-top: -8px;
        border-left: 3px solid #879c18;
        border-bottom: 3px solid #879c18;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
/* simple decoration style */
.font10 {font-size:10px !important;}
.font12 {font-size:12px !important;}
.font14 {font-size:14px !important;}
.font16 {font-size:16px !important;}
.font18 {font-size:18px !important;}
.font20 {font-size:20px !important;}
.font22 {font-size:22px !important;}
.font24 {font-size:24px !important;}
.font26 {font-size:26px !important;}
.font28 {font-size:28px !important;}
.font30 {font-size:30px !important;}
/* bold */
.bold {font-weight: bold;}
/* colors */
.font_white{color: #fff !important;}
.font_black{color: #333 !important;}
.font_gray{color: #999999 !important;}
.font_red{color: #f00 !important;}
/* width */
.w200{width: 200px !important;}
.w300{width: 300px !important;}
.w400{width: 400px !important;}
.w500{width: 500px !important;}
.w600{width: 600px !important;}
/*lines(border)*/
.line{border-top:1px solid #333;}
/* margins */
.mt0{margin-top:0 !important;}
.mb0{margin-bottom:0 !important;}
.mt10{margin-top:10px !important;}
.mb10{margin-bottom:10px !important;}
.mt20{margin-top:20px !important;}
.mb20{margin-bottom:20px !important;}
.mt30{margin-top:30px !important;}
.mb30{margin-bottom:30px !important;}
.mt40{margin-top:40px !important;}
.mb40{margin-bottom:40px !important;}
.mt50{margin-top:50px !important;}
.mb50{margin-bottom:50px !important;}

.center {text-align: center !important;}
.right {text-align: right !important;}
.left {text-align: left !important;}
.anchor {
    display: block;
    padding-top: 78px;
    margin-top: -78px;
}
@media screen and (max-width: 1200px) {
    body.close #wrapper > div.navi_box{
        display:block;
        left:-320px;
    }
    /**/
    body.default #wrapper > div.navi_box{
        display:block;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    body #wrapper > div.navi_box{
        display:none;
        left:0;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    
    #wrapper > div.wrapper_inner{
        margin-left:0;
    }
}
@media screen and (max-width: 1024px) {
    .icon {
        padding: 3px 5px;
        font-size: 14px;
    }
}
@media screen and (max-width: 768px) {
    .group_image {display: block;width:100%;text-align: center;}
    .group_image img{margin:0 auto;}
    .group_data {display: block;width:100%;}
    .icon {
        padding: 3px 10px;
        font-size: 16px;
    }
}
@media screen and (max-width: 640px) {
    body.close {
        overflow: visible;
    }
    body.close > div.navi_box{
        left:0;
        height:0;
        padding-top:0;
        font-size:18px;
    }
    #wrapper > div.navi_box{
        width:100%;
        height:100%;
        background-color:#E2F0D9;
        color:#fff;
        padding-top:86px;
    }
    #navi_box_content {
        overflow-y: auto ;
        height:100vh;
        -webkit-overflow-scrolling: touch;
        padding-bottom:86px;
    }
    body.close > #wrapper > div.navi_box{
        display:block;
        left:0;
        height:0;
        padding-top:0;
        font-size:18px;
    }
    #wrapper > div.navi_box a{
        color:#333;
    }
    .banner_area li{width:100%;padding:5px 0;}
    .details{padding:0;}
    .cate_kind{width: 100%;}
    .profile_lists {padding:0;margin-left:-10px;margin-right:-10px;}
    .profile_box{width:100%;}
    .footer{padding:10px 0;}
    .footer li{display: block;padding:5px 10px;border-bottom: 1px solid #539a4e;}
    .footer li:after{content: '';}
}