@charset "UTF-8";
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  color: #000000;
}
#wrapper {
  min-height: calc(100vh - 150px);
}
@media all and (-ms-high-contrast:none) {
  body {
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; /* IEフォント空白対応 */
  }
}
a {
  color: #000000;
}
a:hover {
  color: #104d91;
}
.fa-instagram {
  padding-right: 0.3em;
}
.fa-youtube {
  color: #D81F28;
}
.fa-file-pdf {
  color: #D81F28;
  padding-right: 0.5em;
}
.fa-file-excel {
  color: #39956e;
  padding-right: 0.5em;
}
.indent {
  list-style: none;
}
.indent li {
  margin-left: 1em;
  text-indent: -1em;
}
.dp-none {
  display: none;
}
.iflame {
  overflow: auto;
  height: 300px;
  width: 100%;
  border: 1px #dadada solid;
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
}
.moviearea.row {
  margin: 0 !important;
}
.moviearea p.man {
  background-color: #a1ebfc;
  font-size: 1.8rem;
  padding: 0.5em;
}
.moviearea p.woman {
  background-color: #f9b9c2;
  font-size: 1.8rem;
  padding: 0.5em;
}
/* Header
----------------------------*/
.header-menu {
  background-color: #2d4a58;
  font-size: 0.9rem;
  margin-bottom: 10px;
}
.header-menu ul {
  margin-bottom: 0;
  padding: 0;
}
.header-menu li {
  display: inline-block;
  font-size: 0.8rem;
  margin-right: 15px;
}
.header-menu a {
  color: #fff;
  display: block;
  padding: 10px 0;
}
.header-menu li.login, .header-menu li.instagram {
  background-color: #7eb822;
  margin-right: 0;
}
.header-menu li.login a, .header-menu li.instagram a {
  display: block;
  padding: 10px 15px;
}
.header-menu li.login a:hover, .header-menu li.instagram a:hover {
  text-decoration: none;
  background-color: #94CD3A;
}
.header-menu a::before {  font-family: "Font Awesome 5 Pro";
  content: '\f0da';
  padding-right: 0.5rem;
  font-size: 0.7rem;
  position: relative;
  font-weight: bold;
  display: inline-block;
}
.header-menu .login a::before, .header-menu .instagram a::before {
  content: none;
}
.site-title a {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1rem;
  color: #2d4a58;
  display: block;
}
.site-title a:hover {
  text-decoration: none;
}
.site-title img {
  width: 36px;
  margin-right: 5px;
}
/* Nav
----------------------------*/
.navbar {
  width: 100%;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.navbar-brand {
  padding: 0;
  margin: 0;
}
.navbar .container {
  position: relative;
}
.navbar.smaller {
  padding: 10px;
}
.navbar.smaller .navbar-brand {
  height: 30px;
}
.navbar-nav .nav-link {
  padding-right: 10px;
  padding-left: 10px;
  color: #000;
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 1);
}
#nav-content a:hover {
  color: #35709a;
  text-decoration: underline;
}
.nav-justified .nav-item {
  text-align: left;
}
.dropdown-menu {
  display: none;
  min-width: 13rem;
  padding: 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #000000;
  border: none;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.9);
}
.dropdown-item {
  padding: 0.75rem 1rem;
  color: #000;
  font-size: 0.9rem;
}
.dropdown-menu a:hover {
  text-decoration: none !important;
  color: #fff !important;
  background: rgba(16, 77, 145, 1);
}
/* Main Image
----------------------------*/
/* Top */
#slider {
  display: none;
}
.sp-arrow:after, .sp-arrow:before {
  opacity: 0.6;
}
.slider-pro {
  position: relative;
}
.slider-pro .sp-layer {
  color: #fff;
  font-size: 1rem !important;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-indent: -50px;
  padding-left: 50px !important;
}
.slider-pro .text01 {
  position: absolute;
  top: 5%;
  padding: 0 15px;
  left: 5%;
  text-shadow: 0 0 1px #000;
}
.slider-pro .text01::before {
  content: '';
  display: inline-block;
  background-image: url(../images/logo-mainimg-small.png);
  width: 50px;
  height: 54px;
  position: relative;
  top: 17px;
  right: 10px;
}
.slider-pro .text02 {
  position: absolute;
  bottom: 7%;
  right: 5%;
}
.slider-pro .text02 a {
  color: #fff;
}
.slider-pro .text03 {
  font-size: 2rem !important;
  color: #4BB302;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
  letter-spacing: 0.2rem;
}
.slider-pro dl.text04 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: absolute;
  background-color: rgba(255, 255, 255, .8);
  color: #333;
  /*top: 5%;*/
  left: 1%;
  margin-right: 1%;
  border: solid 1px #94CD3A;
  padding: 10px;
  font-size: 0.8rem;
  bottom: 0;
}
.slider-pro dl.text04 .indent {
  font-size: 0.7rem;
}
.slider-pro .text04 dt {
  float: left;
  width: 4em;
}
.slider-pro .text04 dd {
  margin-left: 5em;
  font-weight: 600;
}
.slider-pro .green-font {
  color: #6aaa06;
  text-shadow: white 2px 0px, white -2px 0px, white 0px -2px, white 0px 2px, white 2px 2px, white -2px 2px, white 2px -2px, white -2px -2px, white 1px 2px, white -1px 2px, white 1px -2px, white -1px -2px, white 2px 1px, white -2px 1px, white 2px -1px, white -2px -1px;
  font-weight: 700;
}
/* Sec */
.mainimg-sec {
  background-size: cover !important;
  height: 28vh;
  color: white;
  border-radius: 0;
  margin: 0;
  display: flex;
  align-items: center;
  position: relative;
}
.mainimg-sec p {
  text-align: left;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  top: 50%;
  font-size: 1.2rem !important;
  margin: 0.5rem 0 0;
}
.entry {
  background: url(../entry/images/mainimg.jpg) center no-repeat;
}
.competition {
  background: url(../competition/images/mainimg.jpg) center no-repeat;
}
.schedule {
  background: url(../schedule/images/mainimg.jpg) center no-repeat;
}
.gallery {
  background: url(../gallery/images/mainimg.jpg) center no-repeat;
}
.member {
  background: url(../member/images/mainimg.jpg) center no-repeat;
}
.contact {
  background: url(../contact/images/mainimg.jpg) center no-repeat;
}
.information {
  background: url(../information/images/mainimg.jpg) center no-repeat;
}
/* Contents
----------------------------*/
/* competition-info */
p.text-center.comp-info-title {
  background: #7eb822;
  color: #fff;
  font-size: 30px;
  margin: 0 0 50px 0;
  padding: 10px;
}
p.register-info-title {
  background: rgb(236 249 220);
  padding: 10px 20px;
  font-size: 18px;
  color: green;
  font-weight: bold;
  margin: 0 0 20px 0;
  position: relative;
}
p.register-info-title::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 47px;
  /*    background-color: green;*/
  position: absolute;
  top: 0px;
  left: -2px;
}
.register-info {
  margin: 0 0 30px 0;
}
p.register-info-txt {
  color: green;
}
.register-info ul {
  list-style-type: none;
  padding: 0px;
  display: block;
}
li.register-info-link {
  margin: 0px 0 10px 0;
}
li.register-info-link a {
  border: solid 1px #333;
  padding: 10px;
  display: block;
  text-decoration: none !important;
  transition: 0.3s;
}
li.register-info-link a:hover {
  border: solid 1px #6fa76f;
  background: #6fa76f;
  color: #fff;
}
.competition-info-pdf {
  margin: 0px 0px 20px 0;
}
.competition-info-pdf a {
  border: 1px solid rgb(16, 77, 145);
  font-size: 1rem;
  color: rgb(16, 77, 145);
  border-radius: 0px;
  padding: 0.4rem 1.5rem;
  display: block;
  width: fit-content;
  text-decoration: none !important;
  transition: 0.3s;
}
.competition-info-pdf p {
  margin: 0;
  border: 1px solid rgb(16, 77, 145);
  font-size: 1rem;
  color: rgb(16, 77, 145);
  display: inline;
  padding: 0.4rem 1.5rem;
}
/* データ届き次第表示
-------------------
.competition-info-pdf a {
    border: 1px solid rgb(16, 77, 145);
    font-size: 1rem;
    color: rgb(16, 77, 145);
    border-radius: 0px;
    padding: 0.4rem 1.5rem;
    display: block;
    width: fit-content;
    text-decoration: none !important;
	transition: 0.3s;
}
*/
.competition-info-pdf a:hover {
  background-color: #104d91;
  color: white !important;
}
/* 大会会場　練習ラウンド情報
----------------------------*/
.table-sp {
  overflow: auto;
  white-space: nowrap;
  margin-bottom: 30px;
}
table.round-table {
  width: 100%;
  border: solid 1px #cbcbcb;
}
.round-table th {
  background: #2d4a58;
  color: #fff;
  border: solid 1px #cbcbcb;
  padding: 15px;
}
.round-table td {
  padding: 15px;
  border-bottom: solid 1px #cbcbcb;
  border-right: solid 1px #cbcbcb;
}
.round-table td a {
  color: #0052A4;
  text-decoration: none;
}
.round-table td a:hover {
  text-decoration: underline;
}
/* Common */
section {
  padding: 35px 0;
  overflow: hidden;
}
section#banner {
  padding: 35px 0 15px;
}
h2 {
  padding: 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.7rem;
  color: #000000;
  margin-bottom: 30px;
}
h2:before {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: 0 0 17px 0;
  background: #242424;
}
h2 span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
}
#news dd {
  padding: 0 0 10px;
}
#news dd a {
  color: #232323 !important;
  text-decoration: underline;
}
#news dd a:hover {
  text-decoration: none;
}
#news dd a {
  color: #232323 !important;
  text-decoration: underline;
}
#news dd a:hover {
  text-decoration: none;
}
#news span.news {
  background-color: #104d91 !important;
}
#news span.compeinfo {
  background-color: #69ae11 !important;
}
#news span.event {
  background-color: #f2327f !important;
}
#news span.committee {
  background-color: #715926 !important;
}
#news span.hs {
  background-color: #25B714 !important;
}
#news span.jhs {
  background-color: #F38A15 !important;
}
#news span.kikaku {
  background-color: #3ab1ca !important;
}
#news .inline {
  margin-left: 0px;
  padding-left: 0px;
}
#news .inline li {
  display: inline-block;
  margin: 0.5em 1em;
}
#news .inline li a {
  padding: 0.5em 1em;
}
#news .indent li {
  padding-left: 0em;
  text-indent: -1em;
}
#news .blueBox {
  border: solid 1px #333;
  padding: 10px;
  color: #1e50a2 !important;
}
#news .bold {
  font-weight: bold;
}
/* Top */
.link-btn li {
  list-style: none;
  font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#news .news-top .link-btn {
  position: absolute;
  top: 43px;
  right: 15px;
}
#news .banner .link-btn {
  padding: 0;
  position: relative;
}
#news .banner .link-btn li:first-child {
  margin-bottom: 15px;
}
#news .banner a .banner-title {
  font-size: 1.2rem;
}
#news .banner a .banner-text {
  font-size: 0.8rem;
  color: #000000;
  display: block;
  position: relative;
  top: -20px;
  left: 62px;
}
#news .banner a {
  border: 1px solid #7eb822;
  font-size: 1.3rem;
  color: #7eb822;
  border-radius: 0;
  position: relative;
  padding: 12px 10px;
  width: 100%;
  background-color: #fff;
  text-align: left;
}
#news .banner a::before {
  content: '';
  display: inline-block;
  width: 51px;
  height: 54px;
  background-image: url(../images/icon-ball.png);
  background-size: contain;
  vertical-align: middle;
  margin-top: 15px;
  margin-right: 3px;
}
#news .banner a:hover {
  color: #fff;
  background-color: #7eb822;
  text-decoration: none;
}
#news .banner_sinsei a:hover {
  color: #fff;
  background-color: #7eb822;
  text-decoration: none;
}
#news .banner_sinsei a::before {
  content: '';
  display: inline-block;
  width: 51px;
  height: 54px;
  background-size: contain;
  vertical-align: middle;
  margin-top: 15px;
  margin-right: 3px;
}
#news .banner_hoken a {
  border: 1px solid #FFF;
  color: #FFF;
  border-radius: 0;
  position: relative;
  padding: 12px 10px;
  width: 100%;
  background-color: #003482;
  text-align: left;
  text-align: center;
  font-size: 1.2rem;
}
#news .banner_hoken a:hover {
  color: #fff;
  background-color: #0466fa;
  text-decoration: none;
}
#news .banner_hoken a::before {
  content: '';
  display: inline-block;
  width: 0px;
  height: 0px;
  text-align: center;
  background-image: url("");
  background-size: contain;
  vertical-align: middle;
  margin-top: 15px;
  margin-right: 3px;
}
#news .banner_pdf a {
  border: 1px solid #FFF;
  font-size: 16px !important;
  color: #FFF;
  border-radius: 0;
  position: relative;
  padding: 20px 10px;
  width: 100%;
  background-color: #820002;
  text-align: left;
  text-align: center;
}
#news .banner_pdf a:hover {
  color: #fff;
  background-color: #96282A;
  text-decoration: none;
}
#news .banner_pdf a::before {
  content: '';
  display: inline-block;
  width: 0px;
  height: 0px;
  text-align: center;
  background-image: url("");
  background-size: contain;
  vertical-align: middle;
  margin-top: 15px;
  margin-right: 3px;
}
#news .banner_nihon a {
  border: 0 !important;
  position: relative;
  padding: 0px !important;
  width: 100%;
  background-color: #820002;
  text-align: left;
  text-align: center;
  font-size: 1.2rem;
}
#news .banner_nihon a:hover {
  background-color: none;
  text-decoration: none;
}
#news .banner_nihon a::before {
  content: '';
  display: inline-block;
  width: 0px;
  height: 0px;
  text-align: center;
  background-image: url("");
  background-size: contain;
  vertical-align: middle;
  margin-top: 0px;
  margin-right: 0px;
}
#emergency .border-red {
  padding: 20px 30px;
}
#emergency dl {
  margin: 0;
}
#emergency dt, #news dt {
  padding: 0 0 7px 0;
  font-weight: normal;
}
#emergency dt span, #news dt span {
  margin: 0 20px;
  color: white;
  padding: 3px 18px;
  letter-spacing: 0.1rem;
  font-size: 0.8rem;
}
#emergency dd a {
  padding: 0 0 12px 0; /*color: #c20408 !important;*/
}
#emergency span.emergency, #news span.emergency {
  background-color: #B80000;
}
#emergency .emergency-list li {
  float: none;
  list-style: none;
  text-align: left;
  margin-bottom: 0.5rem;
  height: 2rem;
  width: fit-content;
}
#emergency .emergency-list .border-blue {
  padding: 0.25rem 0.5rem 0.5rem;
}
#newsBefore {
  border: solid 1px #1e50a2;
  border-radius: 20px;
  margin-bottom: 20px;
}
#newsBefore h2 {
  text-align: center;
  font-weight: bold;
  padding: 0px;
}
#newsBefore h2::before {
  background: none;
}
#newsBefore .importantLink {
  border: solid 1px #333;
  padding: 10px;
  color: #1e50a2;
  font-size: 1.3rem;
  font-weight: bold;
}
#newsBefore .newsLink {
  border: solid 1px #333;
  padding: 10px;
  color: #1e50a2;
}
#newsBefore .att {
  font-weight: bold;
  border-bottom: solid 2px #ff0000;
  color: #ff0000;
  display: inline;
}
#newsBefore dl {
  margin: auto;
  margin-top: 1em;
}
#newsBefore dt {
  padding: 5px 0;
  font-weight: normal;
  font-weight: bold;
  border-bottom: solid 2px #333;
  text-align: center;
}
#newsBefore dd {
  padding: 5px 0;
}
#newsBefore ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#newsBefore .inline li {
  display: inline-block;
  margin: 1em;
}
@media (min-width: 992px) {
  #newsBefore dl {
    margin: auto;
    margin-top: 1em;
  }
  #newsBefore dt {
    float: left;
    padding: 10px;
    font-weight: normal;
    font-weight: bold;
    border: solid 1px #333;
    text-align: center;
  }
  #newsBefore dd {
    margin-left: 10em;
    padding: 10px 0;
  }
  #newsBefore dd::after {
    display: block;
    content: "";
    clear: both;
  }
  #newsBefore dl li {
    padding: 10px 5px;
    border: solid 1px #333;
    text-align: center;
  }
  .line {
    padding: 10px 5px;
    border: solid 1px #333;
    text-align: center;
  }
}
.blueLine {
  border-bottom: solid #104d91 1px;
}
.blueLineD {
  border-bottom: double #104d91 3px;
}
.redLine {
  border-bottom: solid #ff0000 1px;
}
.grayLine {
  border-bottom: solid #333 1px;
}
.boxLine {
  padding: 10px 5px;
  border: solid 1px #333;
  text-align: center;
}
#competition .link-btn {
  padding: 0;
}
#competition .link-btn li:first-child, #competition .link-btn li:nth-child(2), #competition .link-btn li:nth-child(3), #competition .link-btn li:nth-child(4) {
  margin-bottom: 15px;
}
#competition .link-btn a {
  border: 1px solid #7eb822;
  font-size: 1rem;
  color: #7eb822;
  border-radius: 0;
  position: relative;
  padding: 12px 10px 8px;
  width: 100%;
}
#competition .link-btn a:hover {
  color: #fff;
  background-color: #7eb822;
  text-decoration: none;
}
.table-scroll td img {
  max-width: none;
}
.table-competition {
  width: 100%;
}
.table-competition th {
  background-color: #2d4a58;
  color: #fff;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}
a.terms-link {
  color: #fff;
  font-size: 0.7rem;
  text-decoration: underline;
}
a.terms-link:hover {
  text-decoration: none;
}
.event-color th {
  background-color: #7eb921;
}
.table-competition td {
  vertical-align: middle;
  padding: 0.5rem !important;
}
.table-competition td a img {
  padding-top: 3px;
  padding-bottom: 3px;
}
/*.table-competition td a:nth-of-type(even) {
  padding-left: 7px;
}*/
.table-competition td .fa-chess-king {
  color: #d2a62b;
  font-size: 1.2rem
}
.table-competition td .fa-camera {
  color: #494949;
  font-size: 1.2rem
}
.table-competition td .fa-camera:not(:first-child) {
  padding-left: 7px;
}
.table-competition td .fa-file-pdf {
  color: #e21111;
  font-size: 1.2rem
}
.table-competition td a, .table-competition td a:link {
  color: #0052A4;
  text-decoration: underline;
}
.competitionTable {
  width: 100%;
}
.competitionTable, .competitionTable td, .competitionTable th {
  border-collapse: collapse;
  border: solid 1px #dee2e6;
  padding: 0.5em;
}
.competitionTable thead th, .competitionTable tfoot th {
  background-color: #2d4a58;
  color: #fff;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}
.competitionTable td a {
  color: rgb(0, 82, 164);
  text-decoration: underline;
}
.competitionTable tbody:nth-child(even) {
  background-color: #fff !important;
}
.competitionTable tbody:nth-child(odd) {
  background-color: #f8f9fa !important;
}
.competitionTable tbody th span {
  font-weight: normal;
}
.area-link {
  margin-bottom: 50px;
}
.area-link .area-border div {
  margin-bottom: 20px;
  text-align: center;
}
.area-link .area-border div a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  font-weight: bold;
  font-size: 1.2rem;
}
.area-link .area-border div a:hover {
  color: #fff;
  text-decoration: none;
  border-radius: 0;
}
.area-link .area-border a::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  vertical-align: middle;
  margin-top: -3px;
}
.area-link .area-border a:hover::before {
  background-image: url(../images/icon-cup-on.png);
}
.area-link .area-border a::after {
  content: '';
  width: 32px;
  height: 12px;
  background-size: contain;
  position: absolute;
  right: 25px;
  bottom: 35px;
}
.area-link .border-blue {
  border: 1px solid #35709a;
}
.area-link .border-blue a {
  color: #35709a;
}
.area-link .border-blue a:hover {
  background-color: #35709a;
}
.area-link .border-blue a::before {
  background-image: url(../images/icon-cup01.png);
}
.area-link .border-blue a::after {
  background-image: url(../images/icon-arrow01.png);
}
.area-link .border-lightblue {
  border: 1px solid #38bfef;
}
.area-link .border-lightblue a {
  color: #38bfef;
}
.area-link .border-lightblue a:hover {
  background-color: #38bfef;
}
.area-link .border-lightblue a::before {
  background-image: url(../images/icon-cup02.png);
}
.area-link .border-lightblue a::after {
  background-image: url(../images/icon-arrow02.png);
}
.area-link .border-brown {
  border: 1px solid #b56534;
}
.area-link .border-brown a {
  color: #b56534;
}
.area-link .border-brown a:hover {
  background-color: #b56534;
}
.area-link .border-brown a::before {
  background-image: url(../images/icon-cup03.png);
}
.area-link .border-brown a::after {
  background-image: url(../images/icon-arrow03.png);
}
.area-link .border-pink {
  border: 1px solid #ec6ca5;
}
.area-link .border-pink a {
  color: #ec6ca5;
}
.area-link .border-pink a:hover {
  background-color: #ec6ca5;
}
.area-link .border-pink a::before {
  background-image: url(../images/icon-cup04.png);
}
.area-link .border-pink a::after {
  background-image: url(../images/icon-arrow04.png);
}
.area-link .border-orange {
  border: 1px solid #f29605;
}
.area-link .border-orange a {
  color: #f29605;
}
.area-link .border-orange a:hover {
  background-color: #f29605;
}
.area-link .border-orange a::before {
  background-image: url(../images/icon-cup05.png);
}
.area-link .border-orange a::after {
  background-image: url(../images/icon-arrow05.png);
}
.area-link .border-purple {
  border: 1px solid #9339b5;
}
.area-link .border-purple a {
  color: #9339b5;
}
.area-link .border-purple a:hover {
  background-color: #9339b5;
}
.area-link .border-purple a::before {
  background-image: url(../images/icon-cup06.png);
}
.area-link .border-purple a::after {
  background-image: url(../images/icon-arrow06.png);
}
.area-link .border-green {
  border: 1px solid #68ad0f;
}
.area-link .border-green a {
  color: #68ad0f;
}
.area-link .border-green a:hover {
  background-color: #68ad0f;
}
.area-link .border-green a::before {
  background-image: url(../images/icon-cup07.png);
}
.area-link .border-green a::after {
  background-image: url(../images/icon-arrow07.png);
}
.area-link .area-border a:hover::after {
  background-image: url(../images/icon-arrow-on.png);
}
.area-green {
  background: url(../images/green.png) no-repeat center center;
  background-size: contain;
  position: relative;
}
.area-green .green-title {
  text-align: right;
  font-size: 1.2rem;
  font-weight: bold;
  color: #1e3946;
  margin-right: 10px;
}
.area-green .link {
  text-align: right;
  margin-top: 5px;
  margin-right: 10px;
}
.area-green .link li:first-child, .area-green .link li:nth-child(2) {
  margin-bottom: 7px;
}
.area-green .btn {
  color: #fff;
  background: #2D4A58;
  border: none;
  font-size: 0.9rem;
  padding: 0.3rem 2.5rem;
}
.area-green .btn::after {
  content: "\f054";  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 61%;
  right: 16px;
  width: 8px;
  height: 20px;
  margin-top: -13px;
  font-weight: bold;
  font-size: 0.8rem;
}
.area-green .btn:hover {
  background: #406170;
}
.area-green .btn_hoken {
  color: #fff;
  background: #2D4A58;
  border: none;
  font-size: 0.9rem;
  padding: 0.3rem 2.5rem;
}
.area-green .btn_hoken::after {
  content: "\f054";  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 61%;
  right: 16px;
  width: 8px;
  height: 20px;
  margin-top: -13px;
  font-weight: bold;
  font-size: 0.8rem;
}
.area-green .btn_hoken:hover {
  background: #07a4ff;
}
#banner .col-md-4 {
  text-align: center;
  margin-bottom: 25px;
}
.tmap a {
  display: block;
  text-align: center;
  padding: 20px;
  background-color: #820002;
  Color: azure;
  margin: 20px 0px;
}
.tmap a:hover {
  text-decoration: none;
  background-color: #96282A;
}
/* Sec */
.contents {
  padding: 50px 0 70px;
}
.cat-name {
  font-size: 1.8rem;
  text-shadow: #7b7b7b 0 0 2px;
  letter-spacing: 0.1rem;
}
.breadcrumbs {
  display: none;
}
#sec h1 {
  background-color: #2d5830;
  color: #fff;
  padding: 13px 10px 10px;
  font-size: 1.2rem;
  margin-bottom: 1px;
}
#sec .h1-border {
  background-color: #2d5830;
  height: 4px;
  width: 100%;
  margin-bottom: 25px;
}
#sec h2 {
  margin-top: 70px
}
#sec #news > h2, #sec #area-gallery > h2 {
  margin-top: 50px
}
#sec h3 {
  color: #2d4a58;
  font-size: 1.2rem;
  line-height: 1.2;
  margin: 20px 0;
  padding: 5px 10px;
  border-left: 5px solid #2d4a58;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#sec h3 span {
  display: block;
  font-size: 1rem;
  margin-top: 0.5em;
}
#sec .contents p {
  margin-bottom: 30px;
}
#sec .contents p, #sec .contents dt, #sec .contents dd, #sec .contents .icon-link, #sec .contents .pdf-link {
  font-size: 1.05rem;
}
#sec .contents p a, .table-competition .golf-course a {
  color: #0052A4;
  text-decoration: underline;
}
#sec .contents p a:hover, .table-competition .golf-course a:hover {
  text-decoration: none;
}
#sec .contents .icon-link a, #sec .contents .pdf-link a {
  color: #0052A4;
  text-decoration: none;
}
#sec .contents .icon-link a:hover, #sec .contents .pdf-link a:hover {
  text-decoration: underline;
}
#sec .pdf-link, #sec .icon-link {
  margin-left: 1rem;
}
#sec #news .pdf-link {
  margin-left: 0;
}
.fa-file-word {
  padding-right: 0.7rem;
  color: #0052A4;
}
.word-link a {
  text-decoration: underline !important;
}
#sec li.word-link {
  color: #232323 !important;
  text-decoration: underline !important;
}
#sec .pdf-link li {
  margin-bottom: 15px;
}
.table-responsive-block .table th {
  background-color: #efefef;
  border-top: none;
  font-weight: normal;
  vertical-align: middle;
  width: 100%;
}
.table-responsive-block .table td {
  border-top: none;
}
.table-responsive-block .table ul {
  margin-left: -1rem;
}
.table-responsive-block .table th, .table-responsive-block .table td {
  display: block;
  width: 100%;
}
#sec .table-competition .tournament {
  background-color: #3a6377;
}
#sec .table-competition .year {
  text-align: center;
  background-color: #f2f2f2;
}
.news-sec {
  padding-bottom: 35px;
}
.news-sec .link-btn {
  position: absolute;
  top: 22px;
  right: 15px;
}
.accordion {
  margin-bottom: 0;
  margin-top: 50px;
}
.accordion dt {
  padding: 1rem;
  border: 1px solid #2d5830;
  margin-bottom: 1.5rem;
  display: block;
  cursor: pointer;
  color: #2d5830;
  font-weight: normal;
}
.accordion dt:hover {
  color: #FFF;
  background: #2d5830;
}
.accordion dd {
  margin-bottom: 1.5rem;
  padding: 0 1rem 1rem;
  display: none;
}
.area-gallery div {
  margin-bottom: 20px;
}
.area-gallery a:hover {
  opacity: 0.7;
}
.step {
  list-style: none;
  margin: 0;
  padding: 0;
}
.note {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}
.step > li {
  color: #2D4A58;
  text-indent: -25px;
  margin: 5px 0;
  padding: 20px 30px 20px 50px;
  background: #E7F0F8;
  line-height: 1.5em;
}
.step > li:first-letter {
  font-size: 2rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  vertical-align: middle;
  padding-right: 8px;
  position: absolute;
}
.entry-btn {
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.entry-btn li {
  list-style: none;
  margin: 10px 10px 0 0;
}
.entry-btn a {
  color: #fff;
  font-size: 1rem;
  text-align: center;
  background: #2D4A58;
  display: block;
  position: relative;
  cursor: pointer;
  padding: 15px 40px;
}
.entry-btn a::after {
  content: "\f054";  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 16px;
  height: 20px;
  margin-top: -13px;
  font-weight: bold;
}
.entry-btn a:hover {
  opacity: 0.8;
}
.annai-btn {
  margin-top: 50px;
}
.annai-btn a {
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  background: #69AE11;
  position: relative;
  cursor: pointer;
  padding: 15px 40px;
}
.annai-btn a::after {  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 16px;
  height: 20px;
  margin-top: -13px;
  font-weight: bold;
}
.annai-btn a:hover {
  opacity: 0.8;
}
/* Footer
----------------------------*/
footer {
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
}
.footer-info {
  background-color: #104A00;
  color: white;
  font-size: 0.8rem;
  text-align: center;
}
.footer-info .footer-site-title {
  font-size: 1.5rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 5px;
}
.footer-info .bg-footer-left {
  padding: 34px 0;
  background: url(../images/bg-footer-left.png) repeat;
}
.footer-info .bg-footer-right {
  background-color: #90c31f;
  padding: 25px 0 10px;
}
.footer-info .bg-footer-right .d-flex {
  flex-direction: column;
}
.footer-info .bg-footer-right li:nth-child(2) {
  margin: 10px 0 0 0;
}
.footer-menu {
  padding: 20px 0;
  font-size: 0.9rem;
}
.footer-menu ul {
  margin-bottom: 0;
  padding: 0;
}
.footer-menu li {
  display: inline-block;
  margin-right: 10px;
  font-size: 0.9rem;
}
.footer-menu a::before {  font-family: "Font Awesome 5 Pro";
  content: '\f0da';
  padding-right: 0.5rem;
  font-size: 0.7rem;
  position: relative;
  font-weight: bold;
  display: inline-block;
}
.footer-menu .copy {
  text-align: center;
  font-size: 0.8rem;
}
#page-top {
  position: fixed;
  bottom: 30px;
  right: 15px;
}
#page-top a {
  display: block;
  z-index: 999;
  width: 70px;
  height: 40px;
  background-color: #8C8C8C;
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 45px;
  font-size: 1.6rem;
}
#page-top a:hover {
  text-decoration: none;
  opacity: 0.9;
}
.message iframe {
  width: 100%;
}
/* Media Query
-----------------------------------*/
@media (max-width: 575px) {
  .login a, .instagram a {
    font-size: 0.8rem;
  }
}
/* Small devices (landscape phones, 576px and up, .col-sm-*)*/
@media (min-width: 576px) {
  .dp-none576 {
    display: none;
  }
  .message iframe {
    width: 30%;
    margin-left: 25px;
  }
  .slider-pro .sp-layer {
    font-size: 1.8rem !important;
  }
  .slider-pro .text02::before {
    background-image: url(../images/logo-mainimg.png);
    width: 70px;
    height: 76px;
    top: 25px;
  }
  .slider-pro .text03 {
    font-size: 3rem !important;
  }
  section {
    padding: 70px 0;
  }
  section#banner {
    padding: 70px 0 50px;
  }
  h2 span {
    font-size: 1.2rem;
  }
  h2 {
    padding: 0 0 0 30px;
    font-size: 2rem;
  }
  h2:before {
    margin: 0 0 17px -30px;
  }
  .area-link .area-border div a {
    padding: 40px 0;
  }
  .cat-name {
    font-size: 2.3rem;
  }
  .breadcrumbs {
    font-size: 0.9rem;
    margin: 0;
    height: 40px;
    background-color: #f4f4f4;
    display: block;
  }
  .breadcrumbs ul {
    margin: 0;
    padding: 10px 0;
  }
  .breadcrumbs ul li {
    margin: 0 0.5rem 0 0;
    float: left;
  }
  .breadcrumbs ul li a::after, .breadcrumbs ul li span::after {
    content: " >";
  }
  #sec h1 {
    padding: 16px 18px 13px;
    font-size: 1.5rem;
  }
  #sec .h1-border {
    margin-bottom: 30px;
  }
  #sec h3 {
    color: #2d4a58;
    font-size: 1.4rem;
    line-height: 1.2;
    margin: 50px 0 30px;
    padding: 10px 15px;
    border-left: 5px solid #2d4a58;
  }
  .table-responsive-block .table th, .table-responsive-block .table td {
    display: table-cell;
    width: auto;
  }
  .table-form {
    margin-top: 30px;
  }
  .table-responsive-block .table-form th {
    width: 30%;
  }
  .table-responsive-block .table th, .table-responsive-block .table td {
    border-top: 1px solid #d2d2d2;
  }
  .entry-btn a {
    padding: 15px 50px;
  }
  .slider-pro dl.text04 {
    left: 1%;
    margin-right: 1%;
    font-size: 1.6rem;
  }
  .slider-pro dl.text04 .indent {
    font-size: 1.2rem;
  }
}
/* Under Large devices (767px and under)*/
@media (max-width: 767px) {
  .dp-none767 {
    display: none;
  }
}
/* Medium devices (tablets, 768px and up, .col-md-*)*/
@media (min-width: 768px) {
  .dp-none768 {
    display: none;
  }
  #emergency dt, #news dt {
    float: left;
    padding: 10px 0;
    font-weight: normal;
  }
  #emergency dd, #news dd {
    padding: 10px 0;
    margin-bottom: 0;
    overflow: hidden;
  }
  #news .col-lg-9 .link-btn {
    top: 22px;
    right: 15px;
  }
  #news .banner .link-btn {
    top: 22px;
  }
  #news .btn-default {
    padding: 10px 60px;
  }
  #emergency dt, #news dt {
    padding: 10px;
  }
  #emergency dd a {
    padding: 0 0 10px;
  }
  .register-info ul {
    display: flex;
  }
  li.register-info-link {
    margin: 0 10px 0 0;
  }
}
/* Under Large devices (991px and under)*/
@media (max-width: 991px) {
  .dp-none991 {
    display: none;
  }
  .table-scroll {
    overflow-x: auto;
    white-space: nowrap;
  }
  .table-scroll::-webkit-scrollbar {
    height: 5px;
  }
  .table-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #f0f0f0;
  }
  .table-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #404040;
  }
}
/* Large devices (desktops, 992px and up, .col-lg-*)*/
@media (min-width: 992px) {
  .dp-none992 {
    display: none;
  }
  .header-menu {
    margin-bottom: 40px;
  }
  .header-menu li {
    margin-right: 22px;
  }
  .header-menu li.login a, .header-menu li.instagram a {
    padding: 10px 30px;
  }
  .site-title {
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.5;
  }
  .site-title a {
    font-size: 1.6rem;
    margin-top: 10px;
    font-weight: normal;
  }
  .site-title img {
    width: 100%;
    margin-right: 0;
  }
  .navbar-nav {
    width: 100%;
  }
  .navbar li.dropdown:hover > .dropdown-menu {
    display: block; /*Bootstrapのnavをマウスオーバーに変更*/
  }
  .navbar-nav li + li:before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    height: 15px;
    margin-top: -7px;
    border-right: 1px solid #585858;
  }
  .nav-justified .nav-item {
    text-align: center;
  }
  .dropdown-toggle::after {
    display: none;
  }
  .dropdown-menu {
    top: 90%; /*ドロップダウンメニューの位置を上に調整*/
  }
  #news dl {
    margin: 0 0 0 20px;
  }
  #news .news-list {
    margin: 0;
  }
  #news .banner a .banner-title {
    font-size: 1rem;
  }
  #news .banner a .banner-text {
    font-size: 0.6rem;
  }
  #emergency .emergency-list li {
    float: left;
    margin-right: 1rem;
  }
  #competition .link-btn {
    display: flex;
    justify-content: space-between;
  }
  #top #competition .link-btn {
    margin-top: 22px;
  }
  #sec #competition .link-btn {
    margin-top: 85px;
  }
  .footer-info .bg-footer-right {
    padding: 34px 15px;
  }
  .footer-info .bg-footer-right .d-flex {
    flex-direction: row;
    margin: 0
  }
  .footer-info .bg-footer-right li:nth-child(2) {
    margin: 7px 0 0 15px;
  }
  .footer-info {
    font-size: 0.9rem;
    text-align: left;
  }
  .footer-menu .copy {
    text-align: right;
  }
  .slider-pro dl.text04 {
    font-size: 1.8rem;
  }
  .slider-pro dl.text04 .indent {
    font-size: 1.6rem;
  }
}
/* Extra large devices (large desktops, 1200px and up, .col-xl-*)*/
@media (min-width: 1200px) {
  #news .banner a .banner-title {
    font-size: 1.2rem;
  }
  #news .banner a .banner-text {
    font-size: 0.8rem;
  }
  .footer-info {
    font-size: 0.9rem;
  }
}
.event-color tbody:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05);
}
.upperNews h3 {
  padding: 0.5em;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
}
.upperNews .inline {
  list-style: none;
  letter-spacing: -4em;
  margin: 0;
  padding: 0;
  /*	margin: 1em 0;*/
  /*	text-align: center;*/
}
#news .inline li, .upperNews .inline li {
  display: inline-block;
  letter-spacing: normal;
  margin-right: 1em;
}
.upperNews .box {
  border: solid 1px #2f528f;
  border-radius: 20px;
  padding: 1rem;
  margin-bottom: 1rem;
}
.upperNews .box .h4title {
  font-size: 1.8rem;
  border-bottom: 2px solid #333;
  text-align: center;
  line-height: 2em;
  font-weight: bold;
}
.entryMethod .box .h4title {
  font-size: 1.8rem;
  border-bottom: double 3px #333;
  text-align: center;
  line-height: 2em;
  font-weight: bold;
}
#news .l_font, .upperNews .box .l_font {
  font-size: 1.6rem;
  line-height: 2em;
  border-bottom: 2px solid #333;
}
.entryMethod .box .l_font {
  font-size: 1.6rem;
  line-height: 2em;
}
#news .green, .upperNews .green {
  color: #00b050;
}
#news .orange, .upperNews .orange {
  color: #ec6d51;
}
#news .blue, .upperNews .blue {
  color: #0070c0;
}
#news .red, .upperNews .red {
  color: #ff3b3b;
}
.upperNews .wavygray {
  color: #333;
  text-decoration: underline wavy #333;
}
.upperNews .wavyblue {
  color: #0070c0;
  text-decoration: underline wavy #0070c0;
}
.upperNews .wavyred {
  color: #ff3b3b;
  text-decoration: underline wavy #ff3b3b;
}
.upperNews .grayBox, #news .grayBox {
  border: solid 1px #333;
  color: #3b7960;
  padding: 1rem;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  text-align: center;
}
#news .grayBox .orange {
  color: #eb6238;
}
#news .grayBox .green {
  color: #25b714;
}
#news .bgYellow {
  background-color: rgba(255, 255, 153, .9);
}
#news .grayBoxMin, .upperNews .grayBoxMin {
  border: solid 1px #333;
  color: #0070c0;
  padding: 0.5rem 0.25rem;
  margin: 1rem;
  text-align: center;
}
.upperNews .grayBoxMin2 {
  border: solid 1px #333;
  color: #0070c0;
  margin-bottom: 1rem;
  text-align: center;
}
.upperNews .man {
  color: #3444bb;
}
.upperNews .woman {
  color: #FF1493;
}
.upperNews .grayBoxMin .both {
  color: #47885e;
}
.greenBox a {
  display: block;
  border: 1px solid #7eb822;
  font-size: 1.3rem;
  color: #333;
  border-radius: 0;
  position: relative;
  padding: 12px 10px;
  width: 100%;
  background-color: #fff;
  text-align: center;
}
.greenBox a:hover {
  background-color: #e4f3cb;
  text-decoration: none;
}
.upperNews .grayBoxMin2 a {
  display: block;
  padding: 0.5rem 0.25rem;
}
.upperNews .grayBoxMin2 a:hover {
  background-color: #e4f3cb;
  text-decoration: none;
}
.index {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 3em auto;
}
.index li {
  margin-right: 1em;
}
.index a.active {
  border: 1px solid #888585;
  font-size: 1.3rem;
  color: #888585;
  border-radius: 0;
  position: relative;
  padding: 12px 10px;
  width: 100%;
  background-color: #fff;
  text-align: left;
}
.index a.active:hover {
  color: #fff;
  background-color: #afafaf;
  text-decoration: none;
}
.index a {
  border: 1px solid #7eb822;
  font-size: 1.3rem;
  color: #7eb822;
  border-radius: 0;
  position: relative;
  padding: 12px 10px;
  width: 100%;
  background-color: #fff;
  text-align: left;
}
.index a:hover {
  color: #fff;
  background-color: #7eb822;
  text-decoration: none;
}
.memberlist ul {
  display: flex;
  flex-wrap: wrap;
}
.memberlist ul li {
  width: 50%;
}
.memberlist .schoolclass {
  border: solid 1px #2d5830;
  display: inline-block;
  padding: 0.25em 0.5em;
  margin-bottom: 0.5em;
}
.gameBox a[href$=".pdf"]::before {
  content: "\f1c1";  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  display: inline-block;
  color: #D81F28;
  margin-right: 0.3em;
}
.gameBox a[href$=".xls"]::before, .gameBox a[href$=".xlsx"]::before {
  content: "\f1c3";  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  margin-right: 0.3em;
  color: #39956e;
}
.gameBox a[href$=".doc"]::before, .gameBox a[href$=".docx"]::before {
  content: "\f1c2";  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  margin-right: 0.3em;
  color: #0052A4;
}
.gameBox a[href^="http"]::before {
  content: "\f35d";  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: 0.3em;
  color: #93b69c;
}
.gameBox.hide {
  display: none;
}
/* 横並び */
.tab {
  display: flex;
  gap: 20px;
  border-bottom: 2px solid #e5e7eb;
  justify-content: space-around;
}
.tab li {
  list-style: none;
  padding: 10px 5px;
  cursor: pointer;
  position: relative;
  color: #6b7280;
  color: #333;
  font-weight: 600;
}
/* 下線（常に表示） */
.tab li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  opacity: 0.4; /* ←薄くする */
  transition: all 0.2s ease;
}
/* ===== 各色 ===== */
.tab li[data-category="all"]::after {
  background-color: #64748b;
}
.tab li[data-category="high-m"]::after {
  background-color: #347cbb;
}
.tab li[data-category="high-f"]::after {
  background-color: #b98884;
}
.tab li[data-category="junior-m"]::after {
  background-color: #38bdf8;
}
.tab li[data-category="junior-f"]::after {
  background-color: #fb923c;
}
/* ===== アクティブ強調 ===== */

.tab li.active::after {
  opacity: 1;
  height: 4px;
}
.gameBox {
  display: flex;
  align-items: stretch;
  gap: 20px;
  border: solid 1px #e4e4e4;
  box-shadow: 0px 4px 10px 0px rgba(31, 31, 31, 0.1);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px
}
.gameBox .day {
  flex: 1;
}
.gameBox .remarks {
  flex: 1;
}

.gameBox > div {
  padding: 0 15px;
  border-right: 1px dotted #e4e4e4;
}
/* 最後の要素だけ線を消す */
.gameBox > div:last-child {
  border-right: none;
}
.gameBox dd {
  margin: 0;
}
.gameBox .day dl {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
}
.gameBox .day dt {
  text-align: center;
  font-size: 1.6em !important;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.gameBox .day dt span {
  font-size: 1rem;
}
.gameBox .day dd {
  margin-top: auto;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}
.gameBox .day dd ul {
  color: #333;
  list-style: none;
  display: inline-block;
  text-align: left;
  margin: 0;
  padding: 0;
}

.gameBox.high-m .day dd.genre {
  background-color: #347cbb;
}
.gameBox.high-m {
  border-left: solid 8px #347cbb;
}
.gameBox.high-f .day dd.genre {
  background-color: #b98884;
}
.gameBox.high-f {
  border-left: solid 8px #b98884;
}
.gameBox.high-m.high-f .day dd.genre {
  background-color: #8652a4;
}
.gameBox.high-m.high-f {
  border-left: solid 8px #8652a4;
}
.gameBox.junior-m .day dd.genre {
  background-color: #38bdf8;
}
.gameBox.junior-m {
  border-left: solid 8px #38bdf8;
}
.gameBox.junior-f .day dd.genre { 
  background-color: #fb923c;
}
.gameBox.junior-f {
  border-left: solid 8px #fb923c;
}
.gameBox.junior-m.junior-f .day dd.genre { 
  background-color: #a78bfa;
}
.gameBox.junior-m.junior-f {
  border-left: solid 8px #a78bfa;
}
.gameBox.high-m.high-f.junior-m.junior-f .day dd.genre { 
  background-color: #218b8f;
}
.gameBox.high-m.high-f.junior-m.junior-f {
  border-left: solid 8px #218b8f;
}

.gameBox.solo-junior-m .day dd.genre {
  background-color: #96bc41;
}
.gameBox.solo-junior-m {
  border-left: solid 8px #96bc41;
}

.gameBox.solo-junior-f .day dd.genre {
  background-color: #f3ac49;
}
.gameBox.solo-junior-f {
  border-left: solid 8px #f3ac49;
}


.gameBox .gamedata {
  flex: 3;
}
.gameBox .gamedata dl {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
}
.gameBox .gamedata dt {
  margin-bottom: 0.5em;
    display: flex;
    align-items: center;
}
.gameBox .gamedata dt strong {
  font-size: 1.2em;
  font-weight: 600;
}
.cate {
  background-color: #f0f0f0;
  color: #333;
  min-width: 7em;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: 2px;
  padding: 0.25em;
  margin-right: 0.8em;
  display: inline-block;
  text-align: center;
    border-radius: 30px;
  ;
}
.gameBox .gamedata dd:nth-last-of-type(2) a {
  color: #47885e;
}
.gameBox .gamedata dd:last-child {
  margin-top: auto;
}
.gameBox .gamedata ul {
  display: flex;
  flex-wrap: wrap; /* 折り返し */
  gap: 8px 16px; /* 行間・列間 */
  list-style: none;
  margin: 0;
  padding: 0;
}
.gameBox .gamedata ul li {
  position: relative;
  padding-right: 16px;
}
/* 区切り線 */
.gameBox .gamedata > dl > dd > ul > li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background: #ccc;
}

/* 最後だけ消す */
.gameBox .gamedata > dl > dd ul > li:last-child::after {
  display: none;
}
/* 通常（リンクあり） */
.gameBox .gamedata ul li a,
.gameBox .remarks a{
  color: rgba(0, 82, 164,.8);
  text-decoration: underline;
}
.gameBox .gamedata ul li a:hover,
.gameBox .remarks a:hover{
  color: rgba(0, 82, 164,1);
}
/* 未リンク（薄くする） */
.gameBox .gamedata ul li {
  color: #9ca3af;
}
.gameBox .gamedata ul li ul{
    display: flex;
    flex-direction: column;
}



@media (max-width: 767px) {
  .memberlist ul li {
    width: 100%;
  }
  .gameBox {
    flex-direction: column;
    gap: 0;
  }
  .tab {
    display: flex;
    flex-wrap: nowrap;
    gap: 0px;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
  }

  .tab li {
    width: calc(25% - 8px);
    text-align: center;
  }

  .gameBox > div {
    border-right: none;
    padding: 0;
  }
  /* 中央寄せ解除 */
  .gameBox .day dt, .gameBox .day dd {
    text-align: left;
  }
  .gameBox .day dl {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "date genre"
      "info info";
    gap: 8px 12px;
    align-items: center;
      font-size: 1.2em !important;
  }
  .gameBox .day dt {
    grid-area: date;
  }
  .gameBox .day dd.genre {
    grid-area: genre;
    margin-top: 0;
    white-space: nowrap;
    padding: 0.25em;
  }

  .gameBox .day dd:not(.genre) {
    grid-area: info;
  }

  .gameBox .day dd ul {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
  }

  .gameBox .day dd {
    margin-top: 0;
  }
  .gameBox .gamedata dt {
    display: flex;
    flex-direction: column;
      margin-bottom: 0;
align-items: flex-start;
    }
    .gameBox dd{
        margin: 0.5em;
    }
  .gameBox .gamedata dt .cate {
    display: inline-block;
    width: fit-content;
      margin-bottom: 0.5em;
  }
    
.gameBox .remarks{
        margin-top: 1em;
    padding-top: 0.5em;
        border-top:dotted 1px #e4e4e4;
    }
}