@charset "UTF-8";
.kagai_list {
  margin-bottom: 25px;
  width: 60%;
}

@media (max-width: 480px) {
  .kagai_list {
    margin: 20px 0;
    width: 100%;
  }
}

.kagai_list:after {
  content: " ";
  display: table;
  clear: both;
}

.kagai_list dt {
  font-weight: bold;
  text-align: center;
  padding: 4px 10px;
  float: left;
}

.kagai_list dt:before {
  margin-right: 6px;
  content: url(../img/point06.gif);
  position: relative;
  top: 2px;
}

.kagai_list dd {
  margin-bottom: 12px;
  padding: 4px 10px 12px 200px;
  border-bottom: 1px dashed #cccccc;
}

@media (max-width: 480px) {
  .kagai_list dd {
    padding-left: 240px;
  }
}

.kagai_list dd:last-child {
  margin: 0;
}

.schedule_section {
  padding: 10px;
}

@media (max-width: 480px) {
  .schedule_section {
    padding: 10px 5px 0;
  }
}

.schedule_section:not(:last-child) {
  margin-bottom: 35px;
}

@media (max-width: 480px) {
  .schedule_section:not(:last-child) {
    margin-bottom: 25px;
  }
}

.schedule_section_title {
  color: #db65aa;
  font-weight: normal;
  font-size: 110%;
  margin: 0 0px 20px;
  padding: 0 0 0 8px;
  border-left: 4px solid #db65aa;
}

@media (max-width: 480px) {
  .schedule_section_title {
    font-size: 100%;
  }
}

.schedule_section_table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.schedule_section_table th, .schedule_section_table td {
  padding: 15px 20px;
  border: 1px solid #cccccc;
}

@media (max-width: 480px) {
  .schedule_section_table th, .schedule_section_table td {
    padding: 18px 9px 15px;
  }
}

@media (max-width: 480px) {
  .schedule_section_table th {
    font-weight: normal;
  }
}

@media (max-width: 480px) {
  .schedule_section_table td {
    padding-inline: 10px;
  }
}

.schedule_section_table tbody th {
  text-align: center;
  background: #fefbfe;
  width: 20%;
}

@media (max-width: 480px) {
  .schedule_section_table tbody th {
    width: 75px;
  }
}

.year_schedule {
  margin: 30px 0;
}

.year_schedule_inner {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  .year_schedule_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px 0;
    margin-bottom: 20px;
  }
}

.year_schedule_set {
  padding: 15px 20px;
  float: left;
  width: 48%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

@media (max-width: 480px) {
  .year_schedule_set {
    width: 100%;
  }
}

.year_schedule_set dt {
  color: #f98e4d;
  font-size: 120%;
  margin-bottom: 12px;
  padding: 0 0 0 6px;
  border-bottom: 1px solid #f98e4d;
}

@media (max-width: 480px) {
  .year_schedule_set dt {
    font-size: 110%;
  }
}

.year_schedule_set dt:before {
  margin-right: 5px;
  content: url(../img/point06.gif);
}

.year_schedule_set dd {
  padding: 0 5px;
}

.normal_list:not(:last-child) {
  margin-bottom: 15px;
}

.normal_list li:not(:last-child) {
  margin-bottom: 5px;
}

.action_list {
  margin-bottom: 10px;
}

.action_list dt {
  font-size: 120%;
  margin-bottom: 15px;
}

@media (max-width: 480px) {
  .action_list dt {
    font-size: 100%;
    margin-bottom: 10px;
  }
}

.action_list dt:before {
  margin-right: 10px;
  content: url(../img/point07.png);
  position: relative;
  top: 6px;
  left: 0px;
}

.action_list dd {
  padding-inline: 10px;
  margin-bottom: 25px;
}

@media (max-width: 480px) {
  .action_list dd {
    margin-bottom: 20px;
  }
}

.action_list dd:last-child {
  margin: 0;
}

.deco_illust {
  display: table;
  margin: 0 0 -40px auto;
  padding-right: 20px;
  position: relative;
  top: -60px;
}

@media (max-width: 480px) {
  #main .deco_illust {
    padding: 0;
    position: static;
    margin-bottom: 0;
  }
}

.action_images + .deco_illust {
  position: relative;
  top: -80px;
  margin-bottom: -80px;
}

.deco_illust img {
  display: inline-block;
  vertical-align: bottom;
  height: 80px;
}

@media (max-width: 480px) {
  .deco_illust img {
    width: auto;
    height: 60px;
  }
}

.action_images {
  margin: 30px 5px 45px;
  border: 1px dashed #f37dc2;
  border-radius: 10px;
  padding: 13px;
  position: relative;
  background: rgba(243, 125, 194, 0.1);
}

@media (max-width: 480px) {
  .action_images {
    margin: 30px 0 0;
    padding: 16px 10px 13px;
  }
}

@media (max-width: 480px) {
  .action_images:not(:last-child) {
    margin-bottom: 20px;
  }
}

.action_images::before, .action_images::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  border-radius: 50%;
  background: #ea9c4b;
  -webkit-box-shadow: 1px 1px 3px 0px #66594d;
          box-shadow: 1px 1px 3px 0px #66594d;
  z-index: 1;
}

@media (max-width: 480px) {
  .action_images::before, .action_images::after {
    width: 15px;
    height: 15px;
  }
}

.action_images::before {
  left: 5px;
}

.action_images::after {
  right: 5px;
}

.action_images ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 5%;
  margin-bottom: 0 !important;
}

@media (max-width: 480px) {
  .action_images ul {
    border-radius: 10px;
    overflow: hidden;
  }
}

.action_images li {
  width: 32%;
}

@media (max-width: 480px) {
  .action_images li {
    width: 100%;
  }
}

.action_images img {
  width: 100%;
  border-radius: 4px;
  display: block;
}

@media (max-width: 480px) {
  .action_images img {
    border-radius: unset;
    height: 50vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 480px) {
  .action_images .slick-list {
    width: 100%;
  }
}

.btn_list {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 480px) {
  .btn_list {
    margin-bottom: 35px;
  }
}

.btn_list li {
  float: left;
  width: 32%;
}

.btn_list li a {
  color: #fff;
  font-size: 110%;
  text-align: center;
  text-decoration: none;
  padding: 9px 0;
  display: block;
  background: #fa95a7;
  border-radius: 5px;
  border-bottom: 3px solid #db7a8b;
  position: relative;
}

@media (max-width: 480px) {
  .btn_list li a {
    font-size: 85%;
    line-height: 1.4;
    padding: 10px 5px 15px;
  }
}

.btn_list li a:after {
  content: "▼";
  position: absolute;
  right: 10px;
}

@media (max-width: 480px) {
  .btn_list li a:after {
    font-size: 13px;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.btn_list li a br {
  display: none;
}

@media (max-width: 480px) {
  .btn_list li a br {
    display: block;
  }
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  .btn_list li a:hover {
    background: #f9a8b6;
  }
}

.event {
  margin: 20px 0 30px;
}

.event_set {
  padding: 10px;
  background: url(../img/bg02.png) repeat;
  border-radius: 6px;
}

@media (max-width: 480px) {
  .event_set {
    padding: 7px;
  }
}

.event_inset {
  padding: 25px 30px 20px;
  background: #fff;
}

@media (max-width: 480px) {
  .event_inset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 20px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    overflow: hidden;
  }
}

.event_inset:after {
  content: " ";
  display: table;
  clear: both;
}

.event_images {
  float: right;
  width: 240px;
  padding-left: 40px;
  background: #fff;
}

@media (max-width: 480px) {
  #main .event_images {
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    margin: 0 -5vw 0 0;
    width: auto;
    padding: 0;
  }
}

.event_images li {
  margin-bottom: 12px;
}

@media (max-width: 480px) {
  .event_images li {
    margin-bottom: 0;
  }
}

.event_images li img {
  width: 100%;
  border-radius: 4px;
}

@media (max-width: 480px) {
  .event_images li img {
    border-radius: unset;
    height: 50vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 480px) {
  .event_list {
    margin-bottom: 40px;
  }
}

.event_list dt {
  color: #e377ac;
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 8px;
}

@media (max-width: 480px) {
  .event_list dt {
    font-size: inherit;
  }
}

.event_list dd {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #f6d8e6;
}

.event_list dd:last-child {
  margin: 0;
}

.strong_text {
  color: #ff0000;
  font-size: 120%;
  text-shadow: 0.5px 0 0 #ff0000;
}

@media (max-width: 480px) {
  .strong_text {
    font-size: inherit;
  }
}

.strong_text a {
  color: #ff0000;
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  .strong_text a:hover {
    text-decoration: none;
  }
}

.notice_text {
  padding: 20px;
  background: #fff;
  border: 2px dashed #ffbace;
}

@media (max-width: 480px) {
  .notice_text {
    padding: 10px 13px;
  }
}

.uniform_images {
  width: 80%;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 15%;
}

@media (max-width: 480px) {
  .uniform_images {
    width: 90%;
    gap: 20px 12%;
    margin: 0 auto;
  }
}

.uniform_images li {
  width: 40%;
}

@media (max-width: 480px) {
  .uniform_images li {
    width: 44%;
  }
}

.uniform_images img {
  display: block;
  width: 100%;
}

.uniform_images span {
  padding: 14px 0 0;
  display: block;
  text-align: center;
}

.class_table {
  margin: 0 auto;
  width: 90%;
  border-collapse: collapse;
  background: #fff;
}

@media (max-width: 480px) {
  .class_table {
    width: calc(100% - 20px);
    background: none;
  }
}

.class_table th,
.class_table td {
  text-align: center;
  padding: 15px 0;
  border: 1px solid #f9d5f7;
}

@media (max-width: 480px) {
  .class_table th,
  .class_table td {
    text-align: left;
    padding: 10px 10px 8px;
    border: none;
  }
}

@media (max-width: 480px) {
  .class_table thead {
    display: none;
  }
}

.class_table thead th {
  width: 32%;
  background: #ffebfe;
}

@media (max-width: 480px) {
  .class_table tbody tr {
    display: block;
    background: #fff;
    border: 1px solid #f9d5f7;
  }
  .class_table tbody tr:not(:last-child) {
    margin-bottom: 20px;
  }
}

.class_table tbody th {
  background: #fff;
}

@media (max-width: 480px) {
  .class_table tbody th {
    display: block;
    background: #ffccfc;
    font-weight: normal;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .class_table tbody td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-top: 1px solid #f9d5f7;
  }
  .class_table tbody td:before {
    content: attr(data-label);
    top: 0;
    bottom: 0;
    left: 0;
    width: 100px;
    background: #ffebfe;
    text-align: center;
    margin-right: 20px;
    padding-top: 3px;
  }
}

.item_list {
  padding: 0 10px;
}

@media (max-width: 480px) {
  .item_list {
    padding: 0;
  }
}

.item_list li {
  text-indent: -15px;
  margin-bottom: 15px;
  padding-left: 15px;
}

.item_list li:last-child {
  margin: 0;
}

.route_image {
  margin: 0 auto;
  display: table;
}

@media (max-width: 480px) {
  .route_image {
    display: block;
  }
}

.route_image img {
  display: block;
  padding: 20px 0;
}

@media (max-width: 480px) {
  .route_image img {
    width: 500px;
    display: inline-block;
    padding: 0;
  }
}

.route_image span.image {
  display: block;
}

@media (max-width: 480px) {
  .route_image span.image {
    white-space: nowrap;
    width: 100%;
    overflow-x: auto;
    margin-bottom: 10px;
  }
}

.route_image span.txt {
  text-align: right;
  display: block;
}

/* blog */
.news_archive .set {
  border-bottom: 1px dashed #ccc;
}

.news_archive .set a {
  display: block;
  font-size: 110%;
  color: #111;
  padding: 18px 15px 12px;
}

@media (max-width: 480px) {
  .news_archive .set a {
    text-decoration: none;
    padding: 12px;
    font-size: 100%;
  }
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  .news_archive .set a:hover {
    background: rgba(255, 255, 255, 0.4);
  }
}

.news_archive .set a:after {
  content: " ";
  display: table;
  clear: both;
}

.news_archive .set span {
  display: block;
}

.news_archive .set .date {
  width: 125px;
  color: #555;
  float: left;
}

@media (max-width: 480px) {
  .news_archive .set .date {
    float: none;
    font-size: 90%;
  }
}

.news_archive .set .title {
  padding: 0 0 0 135px;
}

@media (max-width: 480px) {
  .news_archive .set .title {
    padding: 0;
    text-decoration: underline;
  }
}

.entry_header {
  padding: 0 0 20px 0;
}

@media (max-width: 480px) {
  .entry_header .date {
    font-size: 90%;
  }
  #main .entry_header .date {
    margin-bottom: 5px;
  }
}

.entry_header .title {
  font-size: 130%;
  line-height: 1.5;
  padding: 0;
}

@media (max-width: 480px) {
  .entry_header .title {
    font-size: 100%;
  }
}

.entry_body {
  line-height: 1.9;
  padding: 0 15px;
}

@media (max-width: 480px) {
  .entry_body {
    padding: 0;
  }
}

#main .entry_body > p {
  margin-bottom: 19px;
}

#page_list {
  text-align: center;
  width: 650px;
  margin: 0 auto;
  padding: 35px 0 20px;
  overflow: hidden;
  zoom: 1;
}

@media (max-width: 480px) {
  #page_list {
    width: 100%;
  }
}

#page_list li {
  display: inline;
  font-weight: bold;
  margin: 0 10px 0 0;
  padding: 0;
}

#page_list li img {
  vertical-align: bottom;
}

#page_list li.return a, #page_list li.next a {
  text-decoration: none;
  font-size: 140%;
  color: #F37DC2;
  background: none;
}

@media (max-width: 480px) {
  #page_list li.return a, #page_list li.next a {
    font-size: 100%;
  }
}

@media (max-width: 480px) {
  #main #page_list li.pagelist > * {
    font-size: 100%;
  }
}

#page_list li.pagelist a {
  text-decoration: none;
  font-size: 130%;
  color: #F37DC2;
  padding: 7px 13px;
  border: 1px solid #F37DC2;
  background: #fff;
}

#page_list li.pagelist .current_page {
  text-decoration: none;
  font-size: 120%;
  color: #fff;
  padding: 7px 13px;
  border: 1px solid #F37DC2;
  background: #F37DC2;
}

#page_list li.pagelist .dots {
  text-decoration: none;
  font-size: 140%;
  color: #F37DC2;
  background: none;
}
/*# sourceMappingURL=contents.css.map */