@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;
}

/* 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;
}

/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/
/*** main px ***/
#hirata { /*平田　公式line*/
  margin: 1rem auto 2rem auto;
}
#hirata a {
  display: inline-block;
  font-size: 1.2em;
  font-weight: 400;
  border: 2px solid white;
  border-radius: 0.5em;
  padding: 0.5em 0.7em;
  background: #30af40;
  color: white;
  text-decoration: none;
}
#hirata a svg {
  fill: white;
  height: 1.1em;
  vertical-align: -2px;
}
#hirata a:hover {
  background: #30984d;
}

#main_space {
  background: none;
}
#main_space > div {
  padding: 0;
}
@media (max-width: 1060px) {
  #main_space {
    padding: 20px;
  }
}

@media (max-width: 1060px) {
  .rslides_container {
    padding: 20px 0 0 0;
  }
}

#catch {
  margin-bottom: 5px;
}

#breadcrumb {
  display: none;
}

#infobox ul {
  display: flex;
}
#infobox ul li {
  width: 32%;
  background: white;
}
#infobox ul li:nth-child(3n+2) {
  margin: 0 2%;
}
#infobox ul li a {
  padding: 10px;
  display: block;
}
#infobox ul li a h3 {
  padding: 10px 0 0 0;
}

#youtube {
  aspect-ratio: 16/9;
}

#facebook_space p {
  background: #666;
}
#f_y {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
  gap: 2rem;
  margin: 2rem auto 0 auto;
}
#f_y div#facebook_space iframe {
  width: 100%;
  height: 400px;
}
#f_y div#youtube_space2 ul li {
  margin-top: 10px;
}
#f_y div#youtube_space2 ul li:nth-child(1) {
  margin-top: 0;
}
#f_y div#youtube_space2 ul li a {
  text-decoration: none;
  background: white;
  display: grid;
  grid-template-columns: 2fr 3fr;
  padding: 0.5em;
  gap: 1rem;
  color: #333333;
}
#f_y div#youtube_space2 ul li a > div h3 {
  text-align: left;
  font-weight: bold;
  color: #cb0000;
  font-size: 16px;
  line-height: 24px;
  font-size: 1rem;
  line-height: 1.5rem;
}
#f_y div#youtube_space2 ul li a > div h3 span {
  font-weight: normal;
  display: block;
  font-size: 12px;
  line-height: 18px;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #333333;
}
#f_y div#youtube_space2 ul li a > div p {
  text-align: left;
}

.infobox ul li a {
  text-decoration: none;
  color: #333333;
}
.infobox ul li a h3 {
  text-align: left;
  font-weight: bold;
  color: #cb0000;
  font-size: 16px;
  line-height: 24px;
  font-size: 1rem;
  line-height: 1.5rem;
}
.infobox ul li a h3 span {
  font-weight: normal;
  display: block;
  font-size: 12px;
  line-height: 18px;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #333333;
}
.infobox ul li a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.8;
  transition: 0.3s ease-in-out;
}
.infobox ul li a p {
  text-align: left;
}/*# sourceMappingURL=index.css.map */