@charset "utf-8";
/* 共通部分 */
body {
  width: 100%;
  margin: 0px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  color: #535353;
  font-size: 15px;
  line-height: 1.7;
}
a {
  text-decoration: none;
  color: #ffffff;
}
.container {
  width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}
li {
  list-style: none;
}
.section-title {
  font-size: 20px;
  font-weight: bold;
  border-left: solid 7px #b3e1ce;
  background-color: #f4f6f5;
  position: relative;
  padding: 10px 0px 10px 10px;
  margin-bottom: 20px;
}
.section-title:before {
  position: absolute;
  content: " ";
  border-left: solid 7px #009a5a;
  left: -7px;
  height: 60%;
}
/* 共通部分ここまで */
/* header設定 */
header {
  height: 70px;
  background-color: rgba(0, 153, 90, 0.9);
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}
.header-wrapper {
  margin: 0px;
  padding: 0px;
}
.header-inner {
  display: flex;
}
.header-logo {
  padding: 15px 20px;
  margin-top: 10px;
  display: inline-block;
}
.header-nav {
  margin-left: auto;
}
.header-list {
  display: flex;
}
.header-list li {
  font-size: 15px;
  padding: 10px 20px;
}
.header-list a {
  color: #f3f3f3;
  position: relative;
}
.header-list a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #f3f3f3;
  bottom: -7px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
.header-list a:hover::after {
  transform: scale(1, 1);
}
/* header設定ここまで */
/* ボウリング大会のご報告設定 */
.kyoueikai-wrapper {
  margin: 130px 0px 0px 0px;
  padding: 0px;
}
.event-inner {
  width: 1100px;
  margin-bottom: 200px;
}
.event-list {
  margin: 50px 0px 0px 0px;
}
h3 {
  border-left: solid 7px #009a5a;
  padding-left: 12px;
  margin-left: 10px;
}
.event-bowling {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bowling-img250620a {
  width: 40%;
  margin: 0px 0px 15px 15px;
}
.bowling-img250620a p {
  font-size: 14px;
  text-align: center;
  margin: 0px;
}
.bowling-img250620a img {
  margin: 7px 0px 0px 0px;
  border-radius: 10px;
}
.bowling-explain250620 {
  width: 55%;
  margin: 0px 10px 0px 0px;
}
.bowling-explain250620 p {
  margin: 0px 0px 0px 0px;
}
.bowling-img250620b {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0px 0px 40px 15px;
}
.bowling-img250620b img {
  border-radius: 10px;
}
.bowling-img250620b p {
  font-size: 13px;
  margin: 0px;
  text-align: center;
}
.bowling-img250620b1 {
  margin: 0px 30px 0px 0px;
  text-align: center;
}
/* ボウリング大会のご報告ここまで */
/* footer設定 */
footer {
  height: 150px;
  background-color: rgba(0, 153, 90, 0.9);
}
.footer-wrapper {
  margin: 0px;
  padding: 0px;
}
.footer-inner {
  display: flex;
}
.footer-logo {
  padding-top: 30px;
  display: block;
  text-align: center;
}
.footer-nav {
  display: flex;
  margin-right: auto;
  margin-left: auto;
}
.footer-list {
  display: flex;
}
.footer-list li {
  font-size: 15px;
  padding: 0 20px;
}
.footer-list a {
  color: #f3f3f3;
  position: relative;
}
.footer-list a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #f3f3f3;
  bottom: -7px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
.footer-list a:hover::after {
  transform: scale(1, 1);
}
.copyright {
  padding-top: 8px;
  font-size: 12px;
  color: #f3f3f3;
  text-align: center;
}
/* footer設定ここまで */