/*
Theme Name: iwamichisuikan
Description: iwamichisuikan Template
Author: kashimura co.ltd..
*/
.mob {
  display: none !important;
}

.l-flex-layout {
  flex-direction: row;
  align-items: flex-start;
}

#header {
  height: 100px;
}
@media screen and (max-width: 1280px) {
  #header .pc {
    display: none;
  }
}

.p-admission-information .c-section-title, .p-class-course .c-section-title {
  margin-bottom: 1.3671875rem;
}
.p-school-life .c-section-title {
  margin-bottom: 0.8203125rem;
}
.p-club .c-section-title {
  margin-bottom: 1.09375rem;
}

.p-class-course .c-lead-box {
  margin-bottom: 1.640625rem;
}
.p-school-life .c-lead-box {
  margin-bottom: 2.4609375rem;
}

.c-media-block__img {
  width: 68.6363636364%;
}
.c-media-block--reverse .l-flex-layout {
  flex-direction: row-reverse;
}

.overlay-sub-menu-list,
.c-global-nav {
  width: calc(100% - 350px);
}

.overlay-sub-menu-list {
  margin-top: 40px;
  margin-left: auto;
}

.c-category-tabs__item a.is-active::after {
  left: 50%;
  bottom: 1px;
  transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border-left: 10.5px solid transparent;
  border-right: 10.5px solid transparent;
  border-top: 9px solid var(--color-accent);
}

.c-table {
  min-width: 800px;
}

.u-flex__image {
  flex: 0 0 auto;
  max-width: 50%;
}

.p-news__header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5%;
  margin-bottom: 2.1875rem;
}
.p-news__header .c-section-title {
  margin-bottom: 0;
}
.p-news__header .c-button-more {
  justify-self: end;
}
.p-news__cat-list {
  margin-bottom: 20px;
}

.p-class-course__list {
  grid-template-columns: repeat(3, 1fr);
}

.p-club__group {
  width: 46%;
}
.p-club .l-flex-layout {
  justify-content: space-between;
}

.p-school-life .l-flex-layout {
  flex-direction: row-reverse;
}
.p-school-life .c-media-block__img {
  width: 55%;
}

.p-archive-filter {
  align-items: center;
}
.p-archive-filter .c-nav-list {
  width: auto;
}
.p-archive-filter .c-button-more {
  margin-left: 20px;
}

.fc .fc-toolbar.fc-header-toolbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 5%;
}

.p-contact-form th {
  white-space: nowrap;
  text-align: right;
  padding-right: 20px;
}/*# sourceMappingURL=style_pc.css.map */