@charset "UTF-8";
/*メインイメージ*/
.bg-g {
 margin-bottom: 0 !important;
}
@media (max-width: 768px) {
 .bg-g {
   margin-bottom: -15px !important;
 }
}
.mainimg {
 position: relative;
 display: flex;
 margin: 0 calc(50% - 50vw);
 width: 100vw;
 height: 500px;
 text-align: center;
 background-color: #9ed4f0;
 background-image: url(../images/img_main.png);
 background-repeat: no-repeat;
 background-position: center bottom;
 background-size: 100%;
}
.mainimg ul {
 position: relative;
 width: 100%;
 list-style: none;
}
.mainimg ul li {
 position: relative;
}
.mainimg ul li img {
 width: 100%;
}
.mainimg ul li:nth-child(1) {
 bottom: -3vw;
 width: 70vw;
 margin: 0 auto;
}
.mainimg ul li:nth-child(2) {
 position: absolute;
 bottom: -0.5vw;
 width: 14vw;
 margin: 0 auto 0 20px;
}
.mainimg ul li:nth-child(3) {
 position: absolute;
 right: 30px;
 bottom: -0.5vw;
 width: 15vw;
 margin: 0 30px 0 auto;
}
.js-person01 img, .js-person02 img {
 transform-origin: center bottom;
 animation: yurayura 2s linear infinite; } div.kinfo {
 position: absolute;
 text-align: center;
 width: 60%;
 margin: 12% 20% 5% 20%;
}
p.date {
 font-family: "Noto Sans JP", sans-serif; } p.date span {
 font-family: "M PLUS Rounded 1c", sans-serif;
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 4rem;
 font-weight: 600;
 vertical-align: middle;
}
p.date span span {
 display: block;
 color: #fff;
 font-size: 2rem;
 background: #000;
 line-height: 1;
 padding: 5px 5px;
 margin: 0 5px 0 0;
 border-radius: 100px;
}
p.kcaption {
 text-align: left;
 width: 600px;
 margin: 0 auto 1rem auto;
}
@keyframes yurayura {
 0%, 100% {
   transform: rotate(2deg);
 }
 50% {
   transform: rotate(-2deg);
 }
}
@media (min-width: 1200px) {
 p.kcaption {
   width: 80%;
 }
}
@media (max-width: 1200px) {
 .mainimg {
   height: 530px;
 }
}
@media (min-width: 999px) {
 p.kcaption {
   width: 80%;
 }
}
@media (max-width: 768px) {
 .mainimg {
   height: 500px;
 }
 div.kinfo {
   width: 70%;
   margin: 18% 15% 5% 15%;
 }
 p.date span {
   font-size: 2rem;
 }
 p.date span span {
   vertical-align: middle;
   font-size: 1.4rem;
   margin: 0 5px 0 0;
   border-radius: 100px;
 }
 p.kcaption {
   text-align: left;
   width: 80%;
 }
 .mainimg ul li:nth-child(1) {
   width: 90vw;
   margin: 10px 0 0 -5px;
 }
 .mainimg ul li:nth-child(2) {
   position: absolute;
   left: 0;
   bottom: -3vw;
   width: 14vw;
   margin: 0 0 0 0;
 }
 .mainimg ul li:nth-child(3) {
   position: absolute;
   right: 0;
   bottom: -3vw;
   width: 15vw;
   margin: 0 0 0 auto;
 }
}
@media (max-width: 500px) {
 div.kinfo {
   width: 70%;
   margin: 18% 15% 5% 15%;
 }
 p.date span {
   font-size: 2.2rem;
 }
 p.date span span {
   vertical-align: middle;
   font-size: 1.2rem;
   margin: 0 5px 0 0;
   border-radius: 100px;
 }
 p.kcaption {
   text-align: left;
   width: 100%;
 }
}
/*お知らせ*/
.kpickup {
 position: relative;
 margin: 0 calc(50% - 50vw);
 width: 100vw;
 text-align: center;
 background-color: #f7f3c9;
}
.kpickup_inner {
 width: 1000px;
 margin: 0 auto;
 padding: 20px 0 40px 0;
 text-align: left;
}
.kpickup_inner h2 {
 border-bottom: 5px solid #e2da43;
}
.kpickup_inner h2::after {
 background-color: #409640;
}
.kpickup_inner h3 {
 border-color: #409640;
}
span.newicon {
 display: inline-block;
 vertical-align: middle;
 height: 1em;
 color: #FFF;
 font-size: 0.6em;
 background: #C90000;
 margin: 0 0 5px 10px;
 padding: 0.2em 0.7em 0.3em 0.7em;
 border-radius: 3em;
 letter-spacing: 0.1em;
}
@media (max-width: 1000px) {
 .kpickup_inner {
   width: 94%;
   margin: 0 3%;
   padding: 40px 0;
   text-align: left;
 }
}
/*アンケートボタン*/
.kanqbutton a {
 display: flex;
 justify-content: center;
 align-items: center;
 margin: 2px auto 0 auto;
 padding: 0.3em 1em;
 max-width: 300px;
 color: #fff;
 text-decoration: none;
 font-size: 120%;
 font-weight: 600;
 background-image: linear-gradient(170deg, #a1232c, #eb3f4c);
 border-radius: 50vh;
 transition: 0.2s;
 box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6); } .kanqbutton a::before {
 content: "";
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 6px 0 6px 10px;
 border-color: transparent transparent transparent #fff;
 transition: 0.3s;
 padding-left: 5px;
}
.kanqbutton a:hover {
 text-decoration: none;
 color: #fff;
 opacity: 0.8;
}
.kanqbutton a:hover::before {
 transform: translateX(3px);
}
@media only screen and (max-width: 999px) {
 .kanqbutton {
   margin: 0 0 40px 0;
 }
}
@media only screen and (max-width: 768px) {
 .kanqbutton a {
   padding: 0.5em 0.5em 0.6em 1em;
   white-space: nowrap;
 }
}


/*=====実施内容=====*/
.event {
 position: relative;
 margin: 0 0 10px 0;
 padding: 10px 20px 15px 20px;
 background: transparent;
 border: 2px solid #409640;
 border-radius: 10px;
 box-shadow: 0px 3px 5px -5px gray;
}
.event dt {
 font-size: 1.2em;
 font-weight: bold;
 color: #333;
 border-bottom: none;
 margin: 0;
 padding: 0 30px 0 0;
}
.event dt span {
   display: inline-block;
   font-size:0.6em;
   margin: 0 5px 5px 0;
   padding: 1px 8px 2px 8px;
   border-radius: 20px;
   font-family:'Noto Sans JP', sans-serif;
   font-weight: 500;
 }
/*カテゴリーラベル*/
.c01 {
 display: inline-block;
 color: #fff;
 background-color: #1e65b5;
 border-radius: 20px;
}
.c02 {
 display: inline-block;
 color: #fff;
 background-color: #cc264d;
 border-radius: 20px;
}
.c03 {
 display: inline-block;
 color: #fff;
 background-color: #008472;
 border-radius: 20px;
}
.c04 {
 display: inline-block;
 color: #fff;
 background-color: #107f47;
 border-radius: 20px;
}
.event dt:hover {
 opacity: 0.5;
}
.event dt:last-child {
   display: block;
}
.event dd {
 display: none;
 margin: 15px 0 0 0;
 padding:20px 0 0 0;
 border-top:2px dashed #AEC9AD;
}
.event dd .eventimg {
   float: right;
   margin: 0 0 15px 15px;
   border-radius: 8px;
}
@media only screen and (max-width: 768px) { .event dd .eventimg {
   width: 100%;
 }
}
.event dd strong {
 display: block;
 font-size: 1.1rem;
 padding: 0;
 margin: 0 0 10px 0;
}
.event dd a {
 word-break: break-all;
}
ul.event-caption {
   clear: both;
   background: #F7F5E6;
   margin: 0 0 5px 0;
   padding: 5px 15px;
   border-radius: 8px;
   list-style: none;
}
ul.event-caption li {
   border-bottom: 1px dashed #DBD6BF;
   padding: 0.2em 0;
}
ul.event-caption li:last-child {
   border-bottom:none;
}
ul.event-caption li span {
   margin: 0 5px 0 0;
}
li.date span:first-child,
li.target span:first-child,
li.contact span:first-child {
  display: inline-block;
  color: #333;
  font-size: 1em;
  font-weight: normal;
  width: 5em;
  margin: 0;
  padding: 0;
  background: none;
  border:none;
  text-align: justify;
}
li.date span {
   font-weight: bold;
   color: #285C27;
}
li.target span {
   color: #285C27;
   background: #FFF;
   border: 1px solid #285C27;
   font-size:0.7em;
   margin: auto 5px auto 0;
   padding: 1px 8px 2px 8px;
   border-radius: 20px;
   font-family:'Noto Sans JP', sans-serif;
   font-weight: 500;
   vertical-align: middle;
}
li.contact a img {
    margin:0 10px 0 2px;
}
/*pulldown*/
.event-title {
 position: relative;
}
.event-title::before {
 /* close */
 content: "＋";
 position: absolute;
 width: 20px;
 height: 20px;
 top: 35%;
 right: 0px;
 color: #FFF;
 background: #409640;
 text-align: center;
 vertical-align: middle;
 line-height: 20px;
 border-radius: 50%;
}
.event-title.active::before {
 /* open */
 content: "－";
}

.kidsbtn a {
 display: flex;
 justify-content: center;
 align-items: center;
 margin: 15px auto;
 padding: 1em 2em;
 color: #31701d;
 font-size: 18px;
 font-weight: 700;
 border: 3px solid #31701d;
 border-radius: 10px;
 background: #ffffd9;
}
.kidsbtn a::after {
 content: "";
 width: 10px;
 height: 10px;
 border-top: 5px solid #31701d;
 border-right: 5px solid #31701d;
 transform: rotate(135deg);
 margin: 2px 10px 10px 10px;
}
.kidsbtn a:hover {
 color: #31701d;
 text-decoration: none;
 background-color: #fff;
}
.kidsbtn a:hover::after {
 border-top: 5px solid #31701d;
 border-right: 5px solid #31701d;
}
/*併催プログラム*/
/*タイムテーブル*/
.timetable {
 border-radius: 5px;
 margin: 0 0 10px 0;
}
.timetable th, .timetable td {
 border-top: none;
 border-right: none;
 border-bottom: 2px solid #fff;
 border-left: none;
 vertical-align: top;
}
.timetable th {
 background: #1a6c83;
 white-space: nowrap;
 padding: 20px 15px;
}
.timestamp {
 font-weight: bold;
 color: #fff;
}
.timetable td {
 background: #f0f0f0;
 padding: 20px 15px;
}
.timetable td h4 {
 margin: 0 0 0.5em 0;
 border: none;
}
.timetable td h5 {
 margin: 0 0 1em 0;
 position: relative;
 padding: 0;
 text-align: left;
}
.timetable td h5:before {
 position: absolute;
 top: calc(50% - 1px);
 left: 0;
 width: 100%;
 height: 1px;
 content: "";
 background: #bcbcbc;
}
.timetable td h5 span {
 position: relative;
 padding: 0 5px 0 0;
 background: #f0f0f0;
}
.memberlink {
 margin: 0;
 padding: 0;
 list-style: none;
 line-height: 1.2;
}
.memberlink li {
 margin-bottom: 0.4em;
}
.memberlink li a {
 display: block;
 background: url(../../../../../img_2017/template/icon08.png) no-repeat left;
 padding: 0 0 0 20px;
 background-position: -1px 3px 0 3px;
 margin: 3px 0 10px 0;
}
.memberlink li a img {
 margin: 0 0 -2px 2px;
}
/*ボタン*/
.appbutton a {
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin: 0;
 padding: 1em 2em;
 max-width: 350px;
 color: #fff;
 text-decoration: none;
 font-size: 18px;
 font-weight: 700;
 background-image: linear-gradient(170deg, #a1232c, #eb3f4c);
 border-radius: 50vh;
 transition: 0.3s;
 box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6); } .appbutton a::after {
 content: "";
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 6px 0 6px 10px;
 border-color: transparent transparent transparent #fff;
 transition: 0.3s;
 margin: 0 0 0 10px;
}
.appbutton a:hover {
 text-decoration: none;
 color: #fff;
 opacity: 0.8;
}
.appbutton a:hover::after {
 transform: translateX(3px);
}
@media (max-width: 768px) {
 .appbutton a {
   margin: 0 auto;
 }
}