@charset "utf-8";

table th {
  white-space: nowrap;
}
/*調整クラス*/
/*main {
  padding-top: 80px;
}*/
/*@media (max-width: 593px) {
  main {
    padding-top: 160px;
  }
}*/
/*サムネイル高さ調整用*/
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

/*共通クラス*/
.moriguchi-color {
  background-color: #286595!important;
}
.kadoma-color {
  background-color: #330037!important;
}
.daito-color {
  background-color: #f89599!important;
}
.saga-color {
  background-color: #8e0037!important;
}
.hirakata-color {
  background-color: #ddb327!important;
}
.neyagawa-color {
  background-color: #1c690d!important;
}
.soshindo-color {
  background-color: #429b39!important;
}
.shijonawate-color {
  background-color: #3898c6!important;
}
.higashiosaka-color {
  background-color: #631887!important;
}
.h200 {
  height: 200px;
}
.f-b {
  font-weight: bold;
}
.f-white {
  color: #fff;
}
.f-orange {
  color: #eca315;
}
.f-pink-b {
  color: #e4007f;
  font-weight: bold;
}
.f-pink-l {
  color: #e4007f;
  font-size: 55px;
  font-weight: bold;
}
.f-1em {
  font-size: 1em;
}
.f-15em {
  font-size: 1.5em;
}
.f-2em {
  font-size: 2em;
}
.f-12 {
  font-size: 12px;
}
.m-bottom-10 {
  margin-bottom: 10px;
}
.m-bottom-15 {
  margin-bottom: 15px;
}
.m-bottom-30 {
  margin-bottom: 30px;
}
.m-top-10 {
  margin-top: 10px;
}
.m-top-20 {
  margin-top: 20px;
}
.m-top-30 {
  margin-top: 30px;
}
.m-left-15 {
  margin-left: 15px;
}
.m-right-15 {
  margin-right: 15px;
}
.pad10 {
  padding: 10px;
}
.line-height-08 {
  line-height: 0.8;
}
.title {
  line-height: 50px;
  text-align: center;
}
.title-w {
  color: #fff;
  line-height: 50px;
  text-align: center;
}
.title1 {
  position: relative;
  text-align: center;
}
.title1 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  /*margin: 0 4em;*/
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
.title1::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
  background: -webkit-linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
  background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
}
.title2 {
border-bottom: solid 3px #88abda;
position: relative;
}
.title2:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #003567;
bottom: -3px;
width: 30%;
}
.catch {
  font-size: 3em;
  color: #9ccd7f;
  font-weight: bold;
}
.tel-bold {
  font-family: "Arial Black", Gadget, sans-serif;
  font-weight: bold;
  font-size: 60px;
}
.box6 {
    padding: 0.5em 1em;
    margin: 2em auto;
    background: #f0f7ff;
    border: dashed 2px #5b8bd0;/*点線*/
    max-width: 60vw;
    text-align: center;
}
.box6 p {
    margin: 0; 
    padding: 0;
}

/*ナビゲーション*/
header {
  background-color: #bbb;
}
#header {
  padding: 15px 0;
}
nav {
  background-color: #0038b7;
  /*background: url(../images/bg_nav.png) repeat;*/
}
#nav-footer {
  background-color: #092635;
  padding: 100px 0 50px;
  color: #fff;
}
#nav-footer ul {
  margin: 0;
}
#nav-footer ul li a {
  color: #fff;
}
#copy {
  background-color: #092635;
  line-height: 4em;
  text-align: center;
  color: #fff;
}
nav.pagination-box {
  background-color: #fff;
}
footer {
  margin-top: 20px;
}

/*トップページ*/
#organization-top {
  padding: 30px 0;
}
.notice-top-wrapper {
  background: url(../img/bg_notice.gif)repeat;
  margin-top: 30px;
}
#notice-top {
  padding-top: 30px;
  padding-bottom: 30px;
}
#notice-top h2 {
  /*color: #fff;*/
}
#notice-top ul {
  margin-top: 10px;
}
#notice-top ul li {
  padding: 10px;
  border-bottom: 1px dotted #333;
}
#notice-top ul li a {
  margin-left: 10px;
}


/*お知らせ*/
ul#notice li {
  padding: 10px;
  border-bottom: 1px dotted #333;
}
ul#notice li a {
  margin-left: 10px;
}


/*申込みフォーム*/
.team-box {
  margin: 10px;
  padding: 10px;
  border: 1px solid #ccc;
}
/*申込みフォームここまで*/


/*門真市相撲連盟*/
.logo-kadoma {
  background: url(../img/bg_kadoma_logo.jpg) no-repeat center center;
}

/*画像光らせる*/
.imgBright {
  position: relative;
  /*display: inline-block;*/
  overflow: hidden;
}
.imgBright:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.4);
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -160%;
  transform: skewX(-45deg) translateX(0);
}
.imgBright:before {
  animation: bright 3s ease-in-out 2s infinite;
}
@keyframes bright {
  0% {
     transform: skewX(-45deg) translateX(0);
  }
  15% {
    transform: skewX(-45deg) translateX(320%);
  }
  100% {
    transform: skewX(-45deg) translateX(320%);
  }
}