@charset "UTF-8";
h3.c-index {
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
  background: none;
}

.c-global-nav {
  width: 100%;
  height: 40px;
  background-image: url(../img/menuBg_9Ea_01.png);
  background-position: top left;
  background-repeat: repeat-x;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.c-global-nav ul {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 12px;
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.c-global-nav li {
  font-size: 13px;
  line-height: 40px;
  height: 40px;
}
.c-global-nav li a {
  display: block;
  padding: 0 15px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
.c-global-nav li a:hover, .c-global-nav li a:active {
  background-image: url(../img/nav_9Ea_01_on.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-color: rgba(0, 0, 0, 0.05);
}

.is-top-page .l-header__logo {
  display: none;
}

.c-association-info {
  background-color: #fffede;
  background-image: url(../img/infoTitleBg_9Ea_bottom.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 25px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 2em;
}
.c-association-info h3 {
  text-align: left;
  font-weight: bold;
  padding: 12px 15px;
  font-size: 1em;
  background-image: url(../img/infoTitleBg_9Ea.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin: 0 0 15px 0;
  color: #fff;
}
.c-association-info p {
  padding: 2px 15px;
  margin: 0 0 10px 0;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}

.side-banner {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
.side-banner li {
  border-radius: 6px;
  overflow: hidden;
  transition: transform 0.1s;
  width: 100%;
}
.side-banner li:active {
  transform: scale(0.98);
}
.side-banner li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  min-height: 50px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  font-size: 15px;
  width: 100%;
  box-sizing: border-box;
}
.side-banner li a span {
  display: block;
}
.side-banner li.direct_link {
  background-color: #156082;
}
.side-banner li.dispatch_business {
  background-color: #ff9800;
}
.side-banner li.study_group {
  background-color: #b885c3;
}
.side-banner li.cafe_schedule {
  background-color: #dd7091;
}
.side-banner li.report {
  background-color: #e2bd54;
}

.c-nav-toggle {
  display: none;
  width: 100%;
  height: 50px;
  background: #85D030;
  position: relative;
  cursor: pointer;
  z-index: 1000;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #fff;
}
.c-nav-toggle__label {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.c-nav-toggle__icon {
  position: relative;
  width: 25px;
  height: 19px;
}
.c-nav-toggle__icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 25px;
  background: #fff;
  left: 0;
  transition: 0.2s ease-in-out;
}
.c-nav-toggle__icon span:nth-child(1) {
  top: 0;
}
.c-nav-toggle__icon span:nth-child(2) {
  top: 8px;
}
.c-nav-toggle__icon span:nth-child(3) {
  top: 16px;
}
.c-nav-toggle.active .c-nav-toggle__icon span:nth-child(1) {
  transform: rotate(45deg);
  top: 8px;
}
.c-nav-toggle.active .c-nav-toggle__icon span:nth-child(2) {
  opacity: 0;
}
.c-nav-toggle.active .c-nav-toggle__icon span:nth-child(3) {
  transform: rotate(-45deg);
  top: 8px;
}

.c-contact-button-wrap {
  text-align: center;
  margin: 40px 0;
}

.c-contact-button {
  display: inline-block;
  position: relative;
  padding: 18px 60px 18px 40px;
  background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
  color: #fff !important;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 1.2em;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(245, 124, 0, 0.4);
  transition: all 0.3s ease;
  overflow: hidden;
}
.c-contact-button::after {
  content: "▶";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8em;
  transition: transform 0.3s ease;
}
.c-contact-button:hover {
  background: linear-gradient(135deg, #ffa726 0%, #fb8c00 100%);
  box-shadow: 0 6px 20px rgba(245, 124, 0, 0.6);
  transform: translateY(-2px);
}
.c-contact-button:hover::after {
  transform: translateY(-50%) translateX(5px);
}
.c-contact-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(245, 124, 0, 0.4);
}

@media screen and (max-width: 1000px) {
  .c-nav-toggle {
    display: flex;
  }
  .c-global-nav {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100vh;
    background: #fff;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    z-index: 2000;
    transition: right 0.3s ease-out;
    padding-top: 60px;
  }
  .c-global-nav__close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .c-global-nav__close span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    background: #333;
  }
  .c-global-nav__close span:nth-child(1) {
    transform: rotate(45deg);
  }
  .c-global-nav__close span:nth-child(2) {
    transform: rotate(-45deg);
  }
  .c-global-nav.open {
    right: 0;
  }
  .c-global-nav ul {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    margin: 0;
  }
  .c-global-nav li {
    width: 100%;
    height: auto;
    text-align: left;
    border-bottom: 1px solid #eee;
  }
  .c-global-nav li a {
    display: block;
    padding: 15px 10px;
    font-size: 1.1em;
    color: #333;
    text-decoration: none;
  }
  .c-global-nav li a:hover {
    background-image: none;
    background-color: #f9f9f9;
  }
  .c-nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1999;
    display: none;
  }
  .c-nav-overlay.is-visible {
    display: block;
  }
}
.schedule-group {
  background: #fff;
  margin-bottom: 2em;
  border-radius: 4px;
  overflow: hidden;
  width: 95%;
}
.schedule-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.schedule-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 10px 15px;
}
.schedule-item:last-child {
  border-bottom: none;
}

.schedule-date {
  width: 130px;
  font-weight: bold;
  color: #333;
}

.schedule-time {
  width: 140px;
  color: #555;
}

.schedule-venue {
  flex: 1;
  color: #444;
}

.status-badge {
  background: #ffeeee;
  color: #cc0000;
  font-weight: bold;
  font-size: 0.85em;
  padding: 3px 8px;
  border-radius: 4px;
  white-space: nowrap;
}

.schedule-status {
  margin-left: auto;
}

@media screen and (max-width: 900px) {
  .schedule-group {
    width: 100%;
  }
  .schedule-item {
    flex-wrap: wrap; /* Allow wrapping */
    padding: 15px;
    gap: 0; /* Remove gap so we can control margins predictably */
  }
  .schedule-date {
    flex: 1 1 100%; /* Force date to take full width */
    margin-bottom: 10px; /* Add space below date */
    width: 100%;
  }
  .schedule-date span {
    display: inline-block !important; /* Keep year inline with date */
    margin-right: 5px;
  }
  .schedule-time {
    flex: 1 1 auto; /* Take remaining space on bottom line */
    color: #555;
  }
  .schedule-venue {
    display: none;
  }
  .schedule-status {
    flex: 0 0 auto;
    margin-left: auto;
  }
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin: 0;
  padding: 0;
}

.l-container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body {
  background-image: url(../img/bg_9Ea_01.png);
  background-repeat: repeat-x;
  background-position: center top;
  margin: 0;
  padding: 0;
}

.l-header {
  width: 100%;
  background-color: transparent;
  position: relative;
}

.l-header__inner {
  width: 100%;
  max-width: 1100px;
  margin: 30px auto 0;
  aspect-ratio: 1100/160;
  background-color: #fff;
  background-image: url(../img/header_bg_sub.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

.is-top-page .l-header__inner {
  aspect-ratio: 1100/570;
  background-image: url(../img/header_bg_top.jpg);
}

.l-main-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 40px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 0 60px;
  flex: 1;
  background-color: #fff;
}

.is-sub-page .l-main-layout {
  padding-top: 20px;
}
.is-sub-page .l-main-content > *:first-child,
.is-sub-page .l-sidebar > *:first-child {
  margin-top: 0;
}

.l-main-content {
  min-width: 0;
  padding: 0 20px;
}

.p-top-hero {
  text-align: center;
  margin-bottom: 40px;
}
.p-top-hero .u-text-large-2 {
  font-size: 1.5em;
  font-weight: bold;
  color: #003366;
  margin-bottom: 20px;
}
.p-top-hero .u-text-large {
  font-size: 1.1em;
  text-align: left;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  border-left: 5px solid #85D030;
}

.p-top-news {
  margin-top: 40px;
}
.p-top-news .c-section-title {
  margin-bottom: 20px;
  border-bottom: 2px solid #85D030;
}
.p-top-news .c-section-title h3 {
  font-size: 1.4em;
  margin: 0;
  padding-bottom: 10px;
}

.c-news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-news-list li {
  padding: 12px 10px;
  border-bottom: 1px dotted #ccc;
  font-size: 0.95em;
}
.c-news-list li:last-child {
  border-bottom: none;
}
.c-news-list li a {
  color: #003366;
  text-decoration: none;
  font-weight: bold;
}
.c-news-list li a:hover {
  text-decoration: underline;
}

.l-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  width: 300px;
}

.l-footer {
  background-color: #333;
  color: #fff;
  padding: 40px 0;
  text-align: center;
}
.l-footer .l-footer__inner {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
}
.l-footer p {
  margin: 0;
  font-size: 0.85em;
  opacity: 0.8;
}

.c-page-top {
  display: none !important;
  margin-top: 40px;
  text-align: right;
}
.c-page-top a {
  display: inline-block;
  padding: 10px 20px;
  background: #eee;
  color: #666;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.9em;
}
.c-page-top a:hover {
  background: #ddd;
}

#skip {
  position: absolute;
  top: -100px;
  left: 0;
  background: #333;
  color: #fff;
  padding: 10px;
  z-index: 1000;
}
#skip:focus-within {
  top: 0;
}

@media screen and (max-width: 1000px) {
  body {
    font-size: 15px;
  }
  .l-main-layout {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 25px;
  }
  .l-sidebar {
    order: 2;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    align-items: center;
  }
  .l-main-content {
    order: 1;
  }
}
@media screen and (max-width: 600px) {
  body {
    font-size: 14px;
  }
  .p-top-hero .u-text-large-2 {
    font-size: 1.15em;
  }
  .p-top-hero .u-text-large {
    font-size: 1.05em;
    padding: 15px;
  }
}
a {
  color: #003366;
  text-decoration: underline;
  transition: color 0.2s;
}
a:hover, a:active {
  color: #88b43a;
  text-decoration: none;
}

p {
  margin-top: 0;
  margin-bottom: 1.5em;
  line-height: 1.7;
}
p.large {
  font-weight: bold;
  font-size: 1.1em;
}
p.indent {
  padding-left: 2em;
}

h4 {
  margin: 2em 0 1em;
  padding: 5px 15px;
  background-color: #f0f7e6;
  border-left: 4px solid #85D030;
  font-size: 1.1em;
  color: #333;
}

h5 {
  margin: 1.5em 0 0.5em;
  font-size: 1em;
  font-weight: bold;
  color: #555;
}

table {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
  border: 1px solid #ccc;
}
table th, table td {
  padding: 5px;
  border: 1px solid #ccc;
  text-align: left;
}
table th {
  background-color: #f9f9f9;
  font-weight: bold;
  width: 30%;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  width: 100%;
  max-width: 400px;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 1em;
}

textarea {
  height: 150px;
}

input.button {
  display: inline-block;
  padding: 10px 30px;
  background-color: #85D030;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1em;
  transition: background-color 0.2s;
}
input.button:hover {
  background-color: #74b829;
}

.layoutset-01 h3, .layoutset-02 h3 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-weight: bold;
  border-bottom: 2px solid #85D030;
  padding-bottom: 10px;
}

.info-photo {
  float: left;
  margin: 0 20px 20px 0;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.info-comment {
  overflow: hidden;
}

.p-contact-form {
  margin: 40px 0;
}
.p-contact-form table th {
  vertical-align: top;
  background-color: #f7f7f7;
}
.p-contact-form input[type=text],
.p-contact-form input[type=tel],
.p-contact-form input[type=email],
.p-contact-form textarea {
  max-width: 100%;
}

.c-business-item--dispatch h4 {
  border-left-color: #ff9800;
  background-color: #fff4e5;
}
.c-business-item--individual h4 {
  border-left-color: #9c27b0;
  background-color: #f5eef8;
}
.c-business-item--cafe h4 {
  border-left-color: #e91e63;
  background-color: #fdeef3;
}

.c-confirm-table {
  width: 100%;
  margin: 30px 0;
}
.c-confirm-table th {
  background-color: #f0f7e6;
  width: 25%;
  font-weight: bold;
}

.c-page-title h2 span {
  font-size: 0.7em;
  font-weight: normal;
  color: #666;
  margin-left: 10px;
  display: inline-block;
}

.p-top-hero .u-text-large-2 {
  color: #22929e;
}

hr {
  border: none;
  border-top: 1px solid #eee;
  margin: 40px 0;
}

p.u-text-large {
  font-weight: bold;
}
p.u-text-large-2 {
  font-size: 16px;
  font-weight: bold;
}
p.u-indent {
  padding-left: 25px;
}/*# sourceMappingURL=style.css.map */