@charset "UTF-8";
/* reset
   ========================================================================== */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

dl {
  margin: 0;
  padding: 0;
}
dl dt {
  margin: 0;
  padding: 0;
}
dl dd {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0 0 0 0;
}

/* Utility
   ========================================================================== */
.reset {
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
}

.clearfix {
  min-height: 1px;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}

.column2 ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.column2 ul li {
  width: 49%;
  margin-top: 20px;
}
.column2 ul li:nth-child(-n+2) {
  margin-top: 0;
}

.column3 ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.column3 ul li {
  width: 32%;
  margin-top: 20px;
}
.column3 ul li:nth-child(-n+3) {
  margin-top: 0;
}
.column3 ul li:nth-child(3n+2):last-child {
  margin-left: auto;
  margin-right: 34%;
}
.column3 ul::after {
  content: "";
  display: block;
  width: 32%;
}

.column4 ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.column4 ul li {
  width: 23.5%;
  margin-top: 20px;
}
.column4 ul li:nth-child(-n+4) {
  margin-top: 0;
}
.column4 ul::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}
.column4 ul::after {
  content: "";
  display: block;
  width: 23%;
}

.column5 ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.column5 ul li {
  width: 18.4%;
  margin-top: 20px;
}
.column5 ul li:nth-child(-n+5) {
  margin-top: 0;
}

/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/
/*** main 605px ***/
#event_banner-3 {
  padding: 0 0 10px 0;
}

#event_banner-3 li {
  width: 32%;
  float: left;
}

#event_banner-3 li:nth-child(3n+2) {
  margin-left: 2%;
  margin-right: 2%;
}

#fes > a:hover img {
  opacity: 0.75;
}
#fes > p {
  margin: 0.5em auto 0 auto;
  text-align: right;
}
#fes > p a {
  display: inline-block;
  border: 1px solid red;
  padding: 0.5em 0.7em 0.3em 0.7em;
  border-radius: 5px;
  text-decoration: none;
  color: red;
}
#fes > p a:hover {
  background: red;
  color: white;
}
#fes > aside { /*協賛一覧　終わったら　ギャラリーの中に入れる*/
  border: 3px solid #FF545A;
  border-top: none;
  width: 600px;
  margin: 0 auto;
  padding: 1.5em;
  background: #ffffe3;
}
#fes > aside h4 {
  font-size: 1.2em;
  color: #41962c;
  font-weight: 600;
}
#fes > aside h4:nth-of-type(2) {
  margin-top: 1em;
  padding-top: 1em;
  color: #ff2d86;
  border-top: 1px dotted silver;
}
#fes > aside p {
  text-align: left;
  margin: 0.5em auto 0 auto;
}

#breadcrumb {
  display: none;
}

#sisetu ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
#sisetu ul li {
  position: relative;
  width: 32%;
  background-color: green;
  margin-top: 10px;
}
#sisetu ul li a {
  display: block;
  background: white;
  border: 1px solid #008000;
}
#sisetu ul li a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#sisetu ul li h3 {
  padding: 10px 0;
  color: white;
}
#sisetu > p {
  padding: 10px 0 0 0;
  text-align: left;
}

#sisetu_ph p a {
  display: block;
}
#sisetu_ph p a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#sisetu_ph ul {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(185px, 100%), 1fr));
  gap: 10px;
}
#sisetu_ph ul li a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
#sisetu_ph ul li a:hover {
  opacity: 0.75;
}

#side_link_space ul {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
#side_link_space ul li {
  margin: 10px 5px 0 5px;
}
#side_link_space ul li:has(svg) a {
  display: block;
  padding: 0.5em 0.5em 0.3em 0.5em;
  border-radius: 0.4em;
  border: 2px solid #2d72b0;
  color: #2d72b0;
  text-decoration: none;
  font-size: 1.1em;
}
#side_link_space ul li:has(svg) a svg {
  height: 1.1em;
  width: 1.1em;
}
#side_link_space ul li:has(svg) a:hover {
  color: red;
}/*# sourceMappingURL=index.css.map */