/** 
* 光市小・中学校PTA 連合会（2025-09-28）
**/

@charset "utf-8";

/* reset & common */
:root {
  --root-font-size: 16;
}
html, body, main, aside, article, section, nav, header, footer, div, p, li, dl, dt, dd, address, figure {margin: 0; padding: 0;}
html {
  font-size: 100%;
  touch-action: manipulation;
}
body {
  width: 100%;
  font-size: 100%;
  font-size: calc( 13 / var(--root-font-size) * 1rem );
  color: #000;
  background-color: #031e6d;
}
header, main, footer {
  display: block;
}
main {
  display: block;
  overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 1.25rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
div, p, a, span, dd, dt, li, address {
  font-size: 1rem;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  max-width: 100%;
}
ul,ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
li {
  list-style-type: none;
}
a {
  color: #000;
  text-decoration: none;
}
time {
  display: inline-block;
}
address {
  font-style: normal;
}
button,html [type="button"],[type="reset"],[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
  border-style: none;
  margin: 0 auto;
}
textarea {
  resize: vertical;
}
img {
  max-width: 100%;
}
video {
  filter: drop-shadow(0px 0px rgba(0,0,0,0));
  outline: none;
  border: none;
}
* {
  font-size: 1rem;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
}
*,*::before,*::after {box-sizing: border-box;}

.screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  word-wrap: normal!important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.pc {
  display: none;
}
.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
.upper_case {
  text-transform: uppercase;
}
.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (min-width: 1000px) {
  .container {
    padding: 0;
  }
}


.emphasis {
  font-weight: 700;
}
.line_break {
  display: inline-block;
}

.main_visual a {
  position: relative;
}
.main_visual a:hover::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

/* WordPress admin-bar 対策 */
body.admin-bar .header {
  margin-top: 46px;
}
@media screen and (min-width: 780px) {
  body.admin-bar .header {
    margin-top: 32px;
  }
}
/* ----- */

/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  margin-top: 20px;
}
.header #header_menu {
  background-color: #031e6d;
  width: 100%;
  height: 80px;
  border-radius: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo {
  margin-left: 36px;
}
.header .logo span {
  color: #fff;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {

}

@media screen and (min-width: 1000px) {
  
}
/** humberger-menu **/
#navToggle {
  display: block;
}
#navToggle {
  position: absolute;
  top: 0;
  right: 10px;
  width: 64px;
  height: 64px;
  background-color: transparent;
  border: transparent;
  z-index: 11;
  margin: 8px 0 0;
}
#navToggle span:nth-child(1),
#navToggle span:nth-child(2),
#navToggle span:nth-child(3) {
  display: block;
  width: 30px;
  height: 4px;
  border-radius: 4px;
  background-color: #fff;
  transition: all 0.3s;
  position: absolute;
}
#navToggle span:nth-child(1) {
  top: 20px;
  left: 17px;
}
#navToggle span:nth-child(2) {
  top: 32px;
  left: 17px;
}
#navToggle span:nth-child(3) {
  top: 44px;
  left: 17px;
}
#navToggle.active span:nth-child(1) {
  top: 30px;
  left: 18px;
  transform: rotate(45deg);
}
#navToggle.active span:nth-child(2) {
  display: none;
}
#navToggle.active span:nth-child(3) {
  top: 30px;
  left: 18px;
  transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  #navToggle {
    display: none;
  }
}
/** global navigation **/
#gnav {
  display: none;
}
#gnav.active {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #031e6d;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
#gnav > ul {
  width: 100%;
  height: 100%;
  padding: 164px 16px 16px;
}
#gnav ul li {
  display: block;
  width: 100%;
}
#gnav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.6;
  padding: 16px 0;
}
#gnav ul li a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #gnav {
    display: block;
  }
  #gnav.active {
    width: auto;
    height: auto;
    position: static;
    background-color: transparent;
  }
  #gnav > ul {
    width: 100%;
    max-width: 560px;
    height: 70px;
    position: static;
    top: unset;
    left: unset;
    right: unset;
    margin: unset;
    padding: unset ;
    z-index: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 16px;
    border-radius: 16px;
  }
  #gnav ul li {
    width: unset;
  }
  #gnav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.6;
    padding: 1.375rem 1em;
    position: relative;
  }
  #gnav ul li + li a::before {
    content: '';
    display: block;
    width: 2px;
    height: 1em;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
/*
@media screen and (min-width: 1076px) {
  #gnav {
    margin-top: -35px;
  }
  #gnav > ul {
    max-width: unset;
    position: static;
  }
  #gnav ul li a {
    font-size: 1.125rem;
  }
  #gnav.fixed {
    margin-top: unset;
  }
  #gnav.fixed > ul {
    max-width: 560px;
    position: fixed;
  }
  #gnav.fixed ul li a {
    font-size: 0.875rem;
  }
}
  @media screen and (min-width: 1086px) {
  #gnav.fixed > ul {
    right: calc((100vw - 1076px) /2 );
  }
}
*/


@media screen and (min-width: 1000px) {
  #gnav ul li a {
    font-size: 1.125rem;
  }
}

/* footer */
.footer {
  background-color: #031e6d;
  color: #fff;
  padding: 1.875rem 0 5rem;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 1.875rem 0 1.875rem;
  }
}
.footer .footer_title {
  font-size: 1.25rem;
  text-align: center;
}
.footer .footer_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 320px;
  margin: 1.875rem auto 0;
}
@media screen and (min-width: 768px) {
  .footer .footer_info {
    flex-direction: row;
    align-items: unset;
    justify-content: center;
    max-width: 600px;
  }
  .footer .footer_info .footer_organizers,
  .footer .footer_info .footer_office {
    /* width: 48%; */
    /* width: calc((100% / 2) - 25px); */
  }
}
.footer .footer_info .footer_organizers > div,
.footer .footer_info .footer_office > div {
  display: flex;
}
.footer .footer_info .footer_organizers > div + div,
.footer .footer_info .footer_office > div + div,
.footer .footer_info .footer_office {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .footer .footer_info .footer_office {
    margin-top: 0;
  }
}
.footer .footer_info .footer_organizers dt,
.footer .footer_info .footer_office dt {
  min-width: 5em;
}
.footer .footer_info .footer_organizers dt span,
.footer .footer_info .footer_office dt span {
  padding-bottom: 4px;
  position: relative;
}
.footer .footer_info .footer_organizers dt span::after,
.footer .footer_info .footer_office dt span::after {
  content: '';
  display: block;
  width: 2.8125rem;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.footer .footer_info .footer_office dt span::after {
  width: 3.375rem;
}
.footer .copyright {
  margin-top: 1.875rem;
  text-align: center;
}
.footer .copyright small {
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .footer .footer_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer .footer_wrapper .footer_title,
  .footer .footer_wrapper .footer_body {
    width: 50%;
  }
  .footer .copyright {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 1000px) {
  
}

/* 共通設定
-------------------- */
/* title*/
#support .support_title,
#schools .schools_title {
  font-size: 1.5rem;
  padding-bottom: 20px;
  padding-left: 112px;
  position: relative;
}
#support .support_title::before,
#schools .schools_title::before {
  content: '';
  display: block;
  width: 93px;
  height: 90px;
  border-radius: 0 16px 0 0;
  background-color: #0027b7;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
#support .support_title::before {
  background-image: url(../images/icon_support_title.svg);
  background-size: 64px 72px;
}
#schools .schools_title::before {
  background-image: url(../images/icon_schools_title.svg);
  background-size: 57px 59px ;
}
#support .support_title::after,
#schools .schools_title::after {
  content: '';
  display: block;
  width: 100%;
  max-width: 588px;
  height: 5px;
  background-color: #0027b7;
  position: absolute;
  bottom: 0;
  left: 0;
}

#support .activity_title,
#schools .school_block_title {
  font-size: 1.25rem;
}
#support .activity_title::before,
#schools .school_block_title::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #0027b7;
  margin-right: 8px;
}

/* img wrap */
.main_visual .mv_img,
#schools .school_thumbnail {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main_visual .mv_img .img_wrap {
  padding-top: 35%;
}
#schools .school_thumbnail .img_wrap {
  padding-top: 74.67%;
}

.main_visual .mv_img .img_wrap > img,
#schools .school_thumbnail .img_wrap > img {
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  
}

@media screen and (min-width: 1000px) {
  
}

/* トップページ
-------------------- */
.main {
  background-color: #fff;
  padding: 138px 0 0;
}

/* main_visual */
.main_visual {
  /*background-color: #231815;*/
  padding-bottom: 2.25rem;
}
.main_visual .mv_wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .main_visual .mv_wrapper {
    padding: 0;
  }
}

/* support */
#support {
  background-color: #fff6e1;
  padding: 3.75rem 0 2.5rem;
}
#support .support_description {
  margin: 2.25rem 0 0 1rem;
}

#support .support_links {
  display: flex;
  justify-content: space-between;
  width: 256px;
  margin: 2.25rem auto 0;
}
#support .support_links li {
  width: 48%;
  width: calc((100% / 2) - 10px );
  max-width: 116px;
}
#support .support_links li .support_item_icon {
  width: 116px;
  height: 166px;
  background-color: #f9d285;
}
#support .support_links li .support_item_label {
  text-align: center;
  margin-top: 0.75rem;
}
@media screen and (min-width: 1000px) {
  #support .support_wrap {
    float: left;
    margin-right: 40px;
    max-width: 588px;
  }
  #support .support_description {
    margin: 2.25rem 0 0 50px;
  }
  #support .support_links {
    padding-top: 18px;
    margin: 0;
  }
  #support .activity_title {
    clear: both;
  }
}

#support .activity_title {
  margin-top: 1.75rem;
}
#support .activity_list {
  margin: 1.25rem 0 0 1rem;
}
#support .activity_list li {
  padding-left: 1em;
  text-indent: -1.625em;
}
#support .activity_list li::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 16px;
  background-image: url(../images/activity_list_marker.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 0.625em;
}
#support .activity_list li + li {
  /* margin-top: 0.5rem; */
}
#support .activity_list li a {
  text-decoration: underline;
}
#support .activity_list li a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #support .activity_title {
    margin-left: 90px;
  }
  #support .activity_list {
  margin: 1.25rem 90px 0 128px;
}
}

/* schools */
#schools {
  background-color: #e7ffe1;
  padding: 3.75rem 0 3.125rem;
}
#schools .school_block {
  margin: 2.75rem 0 0;
}
#schools .school_block .school_block_title {
  text-align: center;
}

#schools .school_thumbnail {
  background-color: #75f6fc;
}

#schools .school_block_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 320px;
  margin: 2.625rem auto 0;
}
#schools .school_block_list li {
  width: 48%;
  width: calc((100% / 2) - 10px );
  max-width: 150px;
  margin-bottom: 1.375rem;
}
#schools .school_block_list li > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#schools .school_block_list li > a div > div::before {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  z-index: 3;
}
#schools .school_block_list li > a div > div:hover::before {
  display: block;
}

#schools .school_block_list li .school_name {
  margin-top: 0.875rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #schools .school_block_list {
    max-width: 470px;
  }
  #schools .school_block_list li {
    width: 32%;
    width: calc((100% / 3) - 10px );
  }
  #schools .school_block_list::after {
    content: '';
    display: block;
    width: 32%;
    width: calc((100% / 3) - 10px );
    max-width: 150px;
  }
}
@media screen and (min-width: 1000px) {
  #schools .school_block_wrap {
    display: flex;
    justify-content: space-between;
    max-width: 890px;
    margin: 0 auto;
  }
  #schools .school_block.junior .school_block_list {
    max-width: 320px;
  }
  #schools .school_block.junior .school_block_list li {
    width: 48%;
    width: calc((100% / 2) - 10px );
  }
}

/* link_collection */
#link_collection {
  background-color: #fff;
  padding: 2.5rem 0 1.875rem;
}
#link_collection .link_list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#link_collection .link_list li {
  width: 200px;
  height: 60px;
  background-color: #f9d285;
}
#link_collection .link_list li {
  margin-bottom: 1rem;
}
#link_collection .link_list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#link_collection .link_list li a span {

}
#link_collection .link_list li a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 500px) {
  #link_collection .link_list {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: unset;
    max-width: 448px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  #link_collection .link_list {
    max-width: 696px;
  }
  #link_collection .link_list::after {
    content: '';
    display: block;
    width: 200px;
  }
}
@media screen and (min-width: 1000px) {
  #link_collection .link_list {
    max-width: 944px;
  }
  #link_collection .link_list::before,
  #link_collection .link_list::after {
    content: '';
    display: block;
    width: 200px;
  }
  #link_collection .link_list::before {
    order: 1;
  }
}
