@charset "UTF-8";
@font-face {
  font-family: "GenShinGothic Bold";
  font-display: swap;
  src: url("../font/GenShinGothic-P-Bold.woff2") format("woff2"), url("../font/GenShinGothic-P-Bold.woff") format("woff"); }
@font-face {
  font-family: "GenShinGothic Normal";
  font-display: swap;
  src: url("../font/GenShinGothic-P-Normal.woff2") format("woff2"), url("../font/GenShinGothic-P-Normal.woff") format("woff"); }
img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.fixed:after {
  content: "";
  clear: both;
  display: block; }

a {
  color: #000; }
  a:hover {
    color: #0760b0;
    text-decoration: none; }

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 500ms; }

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.web_font_01 {
  font-family: "GenShinGothic Normal", sans-serif; }

.color_red {
  color: #ff0000; }

.tel a {
  text-decoration: none;
  color: inherit; }
.tel a:before {
  content: "\f095";
  font-family: "FontAwesome";
  margin-right: 4px; }
.tel.no_icon a:before {
  content: ""; }

.pdf::before {
  content: "\f1c1";
  font-family: "FontAwesome";
  margin-right: 4px;
  color: #ff0000; }

.margin_01 {
  margin-bottom: 40px; }

.sp_only {
  display: none; }

.flex_wrapper {
  display: flex; }

.no_ul {
  text-decoration: none;
  color: inherit; }
  .no_ul:hover {
    color: inherit;
    cursor: inherit; }

/* body */
body {
  background-color: #fff;
  color: #000;
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 14px;
  line-height: 1.6; }

/* header */
.header {
  background-color: #fff; }
  .header .header_inner {
    width: 1024px;
    margin: 0 auto; }
    .header .header_inner .headerNavi {
      padding: 0.5em 0; }
      .header .header_inner .headerNavi .menu {
        display: flex; }
        .header .header_inner .headerNavi .menu .menu-item {
          margin-right: 1.5em; }
          .header .header_inner .headerNavi .menu .menu-item a {
            text-decoration: none;
            font-size: 16px;
            font-weight: bold; }
    .header .header_inner .logo_area .logo {
      padding: 0.2em 0 0.2em;
      margin-right: 20px; }
      .header .header_inner .logo_area .logo img {
        height: 100px;
        width: auto; }
    .header .header_inner .logo_area p {
      font-size: 18px;
      font-weight: bold;
      padding-top: 2em; }
      .header .header_inner .logo_area p .text_01 {
        margin-right: 1em; }

.bnr_list {
	width: 50%;
	margin: 0 auto 5px;
	list-style: none;
	float: left;
}
.bnr_list ul {
	width: 100%;
	border-top: 5px solid #a40000;
	list-style: none;
}
.bnr_list ul li {
	list-style: none;
	width: 11.1%; /*-Edit 12.5==>11.1-*/
	box-sizing: border-box;
	border-left: 1px solid #e3e3e3;
	float: left;
}
.bnr_list ul li img{
	width: 100%;
}
.bnr_list ul li:last-child {
	border-right: 1px solid #e3e3e3;
}
.bnr_list h2 {
	background-color: #a40000;
	font-size: 14px;
	padding: 2px 10px 2px;
	color: #fff;
}


/* navi */
.sp-navi {
  display: none; }

.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  -moz-box-shadow: 1px 13px 9px -7px rgba(0, 0, 0, 0.52);
  -webkit-box-shadow: 1px 13px 9px -7px rgba(0, 0, 0, 0.52);
  -ms-box-shadow: 1px 13px 9px -7px rgba(0, 0, 0, 0.52);
  box-shadow: 1px 13px 9px -7px rgba(0, 0, 0, 0.52); }

/* breadcrumbs */
.breadcrumb ul {
  list-style-type: none;
  padding: 15px 0; }
  .breadcrumb ul li {
    display: inline-block;
    font-size: 12px; }
    .breadcrumb ul li:before {
      content: "\003e";
      margin-right: 4px; }
    .breadcrumb ul li:first-child:before {
      display: none; }

/* footer */
/* pagetop button */
.pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px; }
  .pagetop a {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    background-image: url(../images/shared/ico_person.png);
    background-position: center 5px;
    background-repeat: no-repeat;
    background-size: 27px 40px;
    background-color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; }
    .pagetop a:hover {
      background-image: url(../images/shared/ico_person_02.png);
      background-position: center 11px;
      background-size: 37px 34px; }
    .pagetop a div {
      position: absolute;
      bottom: 3px;
      right: 0px;
      width: 100%;
      text-align: center;
      font-size: 10px; }

/* footer */
.footer {
  background-color: #000; }
  .footer .footer_inner {
    width: 1024px;
    margin: 0 auto;
    padding: 30px 0;
    color: #fff; }
    .footer .footer_inner .footer_info {
      position: relative;
    display:table; /* 20190923add */
    border: 0px; } /* 20190923add */
      .footer .footer_inner .footer_info .logo {
        position: absolute;
        top: 0;
        left: 0; }
      .footer .footer_inner .footer_info .footer_text_box {
		display:table-cell;  /* 20190923add */
		padding: 0 0 0 100px; }
        .footer .footer_inner .footer_info .footer_text_box .text_01 {
          display:table-cell;  /* 20190923add */
          font-family: "GenShinGothic Bold", sans-serif;
          font-size: 26px;
          padding: 18px 0;
          letter-spacing: 0.1em; }
        .footer .footer_inner .footer_info .footer_text_box .text_01 a {    /* 20190923add */
        text-decoration: none;   /* 20190923add */
        color: inherit; }   /* 20190923add */
        .footer .footer_inner .footer_info .footer_text_box .text_02, .footer .footer_inner .footer_info .footer_text_box .text_03 {
          font-family: "GenShinGothic Normal", sans-serif; }
    .footer .footer_inner .copyright {
      text-align: right; }

/* main_area */
.main_area.lower_page {
  opacity: 0;
  padding: 0px 0 0;
  width: 1024px;
  margin: 0 auto; }
  .main_area.lower_page .two_columns .contents {
    float: left;
    width: 740px; }
  .main_area.lower_page .two_columns .sidebar {
    float: right;
    width: 240px; }
  .main_area.lower_page .page_title {
    margin-bottom: 30px; }
    .main_area.lower_page .page_title h2 {
      font-size: 26px;
      text-decoration: none; }
  .main_area.lower_page .single_column {
    width: 960px;
    margin: 0 auto; }
.main_area .flex_wrapper {
  display: flex; }
.main_area .link_btn a {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  border: 1px solid #000;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  padding: 2px 10px; }
  .main_area .link_btn a::after {
    content: "\bb";
    margin-left: 8px; }
.main_area .link_btn a:hover {
  background-color: #fff;
  color: #000; }

/* top page */
/* main_visual */
.main_visual {
	opacity: 0;
	position: relative;
}
.main_visual .slider {
	line-height: 0;
}
.main_visual .slider li {
	height: 80vh;
	background-size: cover;
	background-position: center center;
	font-family: "Teko", sans-serif;
}
.main_visual .slider li.slide_01 {
	background-image: url(http://fresh-league.net/wp-content/uploads/2019/04/1.jpg);
}
.main_visual .slider li.slide_02 {
	background-image: url(http://fresh-league.net/wp-content/uploads/2019/04/2.jpg);
}
.main_visual .slider li.slide_03 {
	background-image: url(../images/3.jpg);
}
  .main_visual .main_visual_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 30vh 0 0; }
    .main_visual .main_visual_text .logo {
      margin: 0 0 1em; }
      .main_visual .main_visual_text .logo img {
        height: 100px;
        width: auto; }
    .main_visual .main_visual_text .text_01 {
      font-size: 26px;
      color: #fff;
      font-weight: bold;
      text-shadow: 0px 0px 5px #000,0px 0px 5px #000; }

.globalNavi .g-navi {
  width: 1024px;
  background-color: #0d0085;
  margin: 40px auto;
  padding: 0px 0;
  height: 60px;
  justify-content: space-between; }
  .globalNavi .g-navi > li {
    text-align: center;
    width: 16.666%; }
    .globalNavi .g-navi > li > a, .globalNavi .g-navi > li > span {
      display: block;
      height: 60px;
      line-height: 60px;
      text-decoration: none;
      font-family: "GenShinGothic Bold", sans-serif;
      font-size: 18px;
      color: #fff;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s;
      position: relative; }
      .globalNavi .g-navi > li > a:hover, .globalNavi .g-navi > li > span:hover {
        background-color: #0760b0; }
    .globalNavi .g-navi > li.drop .child {
      display: none;
      position: relative;
      z-index: 10;
      background-color: #fff;
      box-shadow: 0px 5px 5px -1px rgba(0, 0, 0, 0.7);
      padding: 0; }
      .globalNavi .g-navi > li.drop .child li {
        margin: 0 0 0px; }
        .globalNavi .g-navi > li.drop .child li a {
          display: block;
          width: 100%;
          padding: 5px 0;
          text-decoration: none;
          font-weight: bold; }
          .globalNavi .g-navi > li.drop .child li a:hover {
            background-color: #0d0085;
            color: #fff; }

.top_baseball_bg {
  background-image: url(../images/top_baseball_bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
  margin-bottom: 40px; }

.top_page .league_section {
  width: 1024px;
  margin: 0 auto 40px; }
  .top_page .league_section h2 {
    background-image: url(../images/shared/ico_person.png);
    background-repeat: no-repeat;
    background-position: 10px top;
    background-size: contain;
    background-color: #1c4e6f;
    color: #fff;
    font-family: "GenShinGothic Normal", sans-serif;
    font-size: 22px;
    padding: 5px 20px 5px 40px;
    margin: 0 0 20px; }
  .top_page .league_section .league_wrapper {
    justify-content: space-between; }
    .top_page .league_section .league_wrapper .league_box {
      background-color: #fff;
      width: 32%;
      border: 3px solid #0760b0;
      box-sizing: border-box; }
      .top_page .league_section .league_wrapper .league_box h3 {
        background-image: url(../images/shared/ico_ball.png);
        background-repeat: no-repeat;
        background-position: 5px top;
        background-size: contain;
        background-color: #0760b0;
        color: #fff;
        font-family: "GenShinGothic Normal", sans-serif;
        font-size: 18px;
        padding: 5px 10px 5px 50px;
        margin: 0 0 10px; }
        .top_page .league_section .league_wrapper .league_box h3 span {
          font-size: 12px;
          margin-left: 20px; }
      .top_page .league_section .league_wrapper .league_box h4 {
        text-align: center;
        color: #1c4e6f;
        font-size: 16px; }
      .top_page .league_section .league_wrapper .league_box .game_list {
        list-style: none;
        padding: 0 15px 15px; }
        .top_page .league_section .league_wrapper .league_box .game_list li {
          border-bottom: 1px solid #66635C;
          padding-bottom: 10px;
          margin-bottom: 10px; }
          .top_page .league_section .league_wrapper .league_box .game_list li:last-child {
            border-bottom: none;
            padding-bottom: 0px;
            margin-bottom: 0px; }
          .top_page .league_section .league_wrapper .league_box .game_list li h5 {
            color: #1c4e6f;
            font-size: 14px; }
            .top_page .league_section .league_wrapper .league_box .game_list li h5::before {
              content: "\f152";
              font-family: "FontAwesome";
              margin-right: 4px; }
          .top_page .league_section .league_wrapper .league_box .game_list li .geme_result {
            text-align: center;
            font-size: 16px; }
          .top_page .league_section .league_wrapper .league_box .game_list li .geme_place {
            text-align: center;
            color: #66635C; }
.top_page .galley_section {
  width: 1024px;
  margin: 0 auto 40px; }
  .top_page .galley_section .gallery_data {
    border-bottom: 1px solid #66635C;
    margin: 0 0 20px; }
    .top_page .galley_section .gallery_data h2 {
      font-family: "GenShinGothic Normal", sans-serif;
      font-size: 22px;
      text-align: center;
      color: #ff0000;
      padding: 0 10px 5px; }
    .top_page .galley_section .gallery_data .datetime {
      text-align: right; }
  .top_page .galley_section ul {
    justify-content: center;
    list-style: none;
    flex-wrap: wrap; }
    .top_page .galley_section ul li {
      width: 32%;
      margin-bottom: 15px;
      margin-left: 2%; }
      .top_page .galley_section ul li:nth-child(3n+1) {
        margin-left: 0; }
.top_page .header_with_btn {
  position: relative; }
  .top_page .header_with_btn h2 {
    font-family: "Teko", sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 0.6;
    letter-spacing: 0.1em;
    margin: 0 0 30px; }
    .top_page .header_with_btn h2 .jp {
      font-family: "GenShinGothic Normal", sans-serif;
      font-size: 16px;
      letter-spacing: 0.1em; }
  .top_page .header_with_btn .link_btn {
    position: absolute;
    top: 5px;
    right: 0; }
.top_page .news_section {
  width: 1024px;
  margin: 0 auto 40px; }
  .top_page .news_section ul {
    list-style: none; }
    .top_page .news_section ul li {
      padding: 0 0px 10px;
      margin: 0 0 10px;
      border-bottom: 1px solid #e3e3e3; }
      .top_page .news_section ul li dl dt {
        font-weight: normal;
        margin-right: 20px; }
.top_page .event_section {
  margin-bottom: 40px;
  padding: 40px 0;
  background-image: url(../images/shared/bg_01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .top_page .event_section .event_section_inner {
    width: 1024px;
    margin: 0 auto; }
    .top_page .event_section .event_section_inner .header_with_btn h2 {
      color: #fff; }
    .top_page .event_section .event_section_inner .header_with_btn .link_btn {
      position: absolute;
      top: 5px;
      right: 0; }
      .top_page .event_section .event_section_inner .header_with_btn .link_btn a {
        background-color: #fff;
        color: #000; }
        .top_page .event_section .event_section_inner .header_with_btn .link_btn a:hover {
          background-color: #000;
          color: #fff; }
    .top_page .event_section .event_section_inner .event_list {
      list-style: none;
      flex-wrap: wrap; }
      .top_page .event_section .event_section_inner .event_list li {
        color: #fff;
        margin-bottom: 30px;
        border-right: 1px solid #fff;
        box-sizing: border-box; }
        .top_page .event_section .event_section_inner .event_list li:nth-child(4n+1) {
          width: 24%;
          padding-left: 0;
          padding-right: 2%; }
        .top_page .event_section .event_section_inner .event_list li:nth-child(4n+2) {
          width: 26%;
          padding-left: 2%;
          padding-right: 2%; }
        .top_page .event_section .event_section_inner .event_list li:nth-child(4n+3) {
          width: 26%;
          padding-left: 2%;
          padding-right: 2%; }
        .top_page .event_section .event_section_inner .event_list li:nth-child(4n) {
          width: 24%;
          padding-left: 2%;
          padding-right: 0;
          border-right: none; }
        .top_page .event_section .event_section_inner .event_list li a {
          color: #fff;
          text-decoration: none; }
        .top_page .event_section .event_section_inner .event_list li .post_data {
          display: table;
          margin-bottom: 10px; }
          .top_page .event_section .event_section_inner .event_list li .post_data time {
            font-family: "Teko", sans-serif;
            display: table-cell;
            line-height: 1;
            background-color: #000;
            padding: 6px 12px; }
            .top_page .event_section .event_section_inner .event_list li .post_data time span {
              display: block;
              text-align: center;
              letter-spacing: 0.1em; }
              .top_page .event_section .event_section_inner .event_list li .post_data time span.day {
                font-size: 18px; }
              .top_page .event_section .event_section_inner .event_list li .post_data time span.month {
                font-size: 12px; }
          .top_page .event_section .event_section_inner .event_list li .post_data .categories {
            display: table-cell;
            vertical-align: middle;
            padding-left: 10px; }
        .top_page .event_section .event_section_inner .event_list li h3 {
          margin-bottom: 10px; }
        .top_page .event_section .event_section_inner .event_list li table {
          font-size: 12px;
          margin: 0 0 10px; }
          .top_page .event_section .event_section_inner .event_list li table th {
            white-space: nowrap;
            padding-right: 10px; }
        .top_page .event_section .event_section_inner .event_list li .message {
          font-weight: bold;
          color: #ff9d00;
          font-size: 16px; }
.top_page .sponsor_section {
  width: 1024px;
  margin: 0 auto 40px; }
  .top_page .sponsor_section h2 {
    font-family: "Teko", sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 0.6;
    letter-spacing: 0.1em;
    margin: 0 0 15px; }
  .top_page .sponsor_section .sponsor_list {
    list-style: none;
    text-align: center; }
    .top_page .sponsor_section .sponsor_list img {
      display: inline;
      vertical-align: middle;
      margin: 0 10px; }
      .top_page .sponsor_section .sponsor_list img.bnr_07 {
        width: 200px; }

/* entry style */
/* archive */
/* --news */
.one_post {
  margin-bottom: 45px;
  position: relative; }
  .one_post h3 {
    font-size: 22px;
    margin-bottom: 15px;
    font-family: "GenShinGothic Normal", sans-serif;
    letter-spacing: 0.1em; }
    .one_post h3 a {
      color: #000; }
  .one_post .fig {
    float: left;
    margin-right: 30px; }
  .one_post .text p.metadata {
    margin-bottom: 0px; }
  .one_post .text .datetime {
    color: #66635C; }
  .one_post .text .excerpt_text {
    margin-bottom: 15px; }
  .one_post .text .link_btn {
    text-align: right;
    margin-bottom: 0; }
    .one_post .text .link_btn a {
      padding: 2px 30px; }

/* paging */
.post-number {
  text-align: center;
  margin: 20px 0 60px;
  clear: both;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif; }
  .post-number a, .post-number span.current {
    text-decoration: none;
    display: inline-block;
    margin: 0 2px;
    padding: 6px 12px;
    border: 1px solid #1c4e6f;
    background-color: #1c4e6f;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }
  .post-number a:hover {
    background-color: #fff;
    color: #000; }

/* post entry style */
.eye_catch {
  width: 100%;
  margin: 0 auto 40px;
  text-align: center; }

.lower_page .contents .post-data {
  margin: 0 0 15px;
  text-align: center; }
.lower_page .contents .entry_body {
  margin: 0 0 40px; }
  .lower_page .contents .entry_body .alignright {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em; }
  .lower_page .contents .entry_body .alignleft {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em; }
  .lower_page .contents .entry_body .aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1em; }
  .lower_page .contents .entry_body p, .lower_page .contents .entry_body ol, .lower_page .contents .entry_body ul {
    margin-bottom: 1em; }
  .lower_page .contents .entry_body h1 {
    font-size: 26px;
    margin-bottom: 1em;
    font-family: "GenShinGothic Normal", sans-serif; }
  .lower_page .contents .entry_body h2 {
    font-size: 22px;
    margin-bottom: 1em;
    font-family: "GenShinGothic Normal", sans-serif; }
  .lower_page .contents .entry_body h3 {
    font-size: 18px;
    margin-bottom: 1em;
    font-family: "GenShinGothic Normal", sans-serif; }
  .lower_page .contents .entry_body h4 {
    font-size: 16px;
    margin-bottom: 1em;
    font-family: "GenShinGothic Normal", sans-serif; }
  .lower_page .contents .entry_body h5 {
    margin-bottom: 1em;
    font-family: "GenShinGothic Normal", sans-serif; }
  .lower_page .contents .entry_body h6 {
    font-size: 12px;
    margin-bottom: 1em;
    font-family: "GenShinGothic Normal", sans-serif; }
  .lower_page .contents .entry_body s {
    text-decoration: line-through; }
  .lower_page .contents .entry_body small {
    font-size: 12px; }
  .lower_page .contents .entry_body b {
    font-weight: bold; }
  .lower_page .contents .entry_body i {
    font-style: italic; }
  .lower_page .contents .entry_body sup {
    vertical-align: top;
    font-size: 12px;
    line-height: 1; }
  .lower_page .contents .entry_body sub {
    vertical-align: bottom;
    font-size: 12px;
    line-height: 1; }
  .lower_page .contents .entry_body blockquote {
    margin: 0 0 1em 0px;
    padding: 20px 30px;
    position: relative;
    background: #f7f7f7; }
    .lower_page .contents .entry_body blockquote p:last-child {
      margin: 0; }
    .lower_page .contents .entry_body blockquote:before {
      content: "";
      font-family: "FontAwesome";
      margin-right: 0;
      color: #bdc3c8;
      position: absolute;
      top: 15px;
      left: 10px; }
    .lower_page .contents .entry_body blockquote:after {
      content: "";
      font-family: "FontAwesome";
      margin-right: 0;
      color: #bdc3c8;
      position: absolute;
      right: 10px;
      bottom: 15px; }
  .lower_page .contents .entry_body table {
    border-left: 1px solid #bfbfbf;
    border-top: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf; }
    .lower_page .contents .entry_body table th {
      border-bottom: 1px solid #bfbfbf;
      padding: 0.5em 0.5em; }
    .lower_page .contents .entry_body table td {
      border-bottom: 1px solid #bfbfbf;
      padding: 0.5em 0.5em; }

.lower_page .contents .event_list {
  list-style: none; }
  .lower_page .contents .event_list li {
    margin: 0 0 40px; }
    .lower_page .contents .event_list li h3.h3_01 {
      margin-bottom: 10px; }
    .lower_page .contents .event_list li .post_data p {
      text-align: right;
      margin: 0 0 10px; }
    .lower_page .contents .event_list li table {
      margin: 0 0 10px; }
      .lower_page .contents .event_list li table th {
        padding: 0 20px 0 0; }
    .lower_page .contents .event_list li .message {
      font-weight: bold;
      color: #ff0000;
      font-size: 16px; }

/* Game result, schedule */
.lower_page .contents .lower_result_box {
  margin: 0 0 40px; }
  .lower_page .contents .lower_result_box .game_list {
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none; }
    .lower_page .contents .lower_result_box .game_list li {
      width: 32%;
      border: 3px solid #0760b0;
      box-sizing: border-box;
      padding: 15px 15px;
      margin-bottom: 2%; }
      .lower_page .contents .lower_result_box .game_list li h5 {
        color: #1c4e6f;
        font-size: 14px; }
        .lower_page .contents .lower_result_box .game_list li h5::before {
          content: "\f152";
          font-family: "FontAwesome";
          margin-right: 4px; }
      .lower_page .contents .lower_result_box .game_list li .geme_result {
        text-align: center;
        font-size: 16px; }
      .lower_page .contents .lower_result_box .game_list li .geme_place {
        text-align: center;
        color: #66635C; }

.lower_page .contents .one_gallery_post {
  margin: 0 auto 40px; }
  .lower_page .contents .one_gallery_post .gallery_data {
    border-bottom: 1px solid #66635C;
    margin: 0 0 20px; }
    .lower_page .contents .one_gallery_post .gallery_data h2 {
      font-family: "GenShinGothic Normal", sans-serif;
      font-size: 22px;
      text-align: center;
      color: #ff0000;
      padding: 0 10px 5px; }
    .lower_page .contents .one_gallery_post .gallery_data .datetime {
      text-align: right;
      margin: 0 0 10px; }
  .lower_page .contents .one_gallery_post ul {
    justify-content: space-between;
    list-style: none;
    flex-wrap: wrap; }
    .lower_page .contents .one_gallery_post ul li {
      width: 32%;
      margin-bottom: 15px; }

/* lower page */
.page_title {
  text-align: center;
  margin-bottom: 40px; }
  .page_title h2:after {
    display: block;
    content: '';
    width: 50px;
    height: 2px;
    margin: 5px auto 0;
    background-color: #0760b0; }

.lower_page .contents .form_message {
  margin: 0 0 40px; }
.lower_page .contents .plan_head {
  text-align: center; }
.lower_page .contents h3.h3_01 {
  background-image: url(../images/shared/ico_person.png);
  background-repeat: no-repeat;
  background-position: 10px top;
  background-size: contain;
  background-color: #1c4e6f;
  color: #fff;
  font-family: "GenShinGothic Normal", sans-serif;
  font-size: 22px;
  padding: 5px 20px 5px 40px;
  margin: 0 0 20px; }
  .lower_page .contents h3.h3_01 a {
    color: #fff; }
.lower_page .contents h3.h3_02 {
  font-size: 16px;
  margin-bottom: 20px; }
.lower_page .contents h3.h3_03 {
  font-size: 16px;
  margin-bottom: 20px; }
  .lower_page .contents h3.h3_03::before {
    content: "■";
    font-family: "Teko", sans-serif; }
.lower_page .contents h4 {
  font-family: "GenShinGothic Normal", sans-serif; }
  .lower_page .contents h4.h4_01 {
    border-bottom: 1px dashed #b7aa00;
    color: #b7aa00; }
  .lower_page .contents h4.h4_02 {
    margin-bottom: 10px; }
.lower_page .contents .tall {
  margin-bottom: 40px; }
.lower_page .contents p {
  margin-bottom: 20px; }

.lower_page .contents .rules_01 .rules_list {
  list-style: none; }
  .lower_page .contents .rules_01 .rules_list li {
    font-size: 16px;
    margin: 0 0 10px;
    text-align: center; }

.lower_page .contents .contact_tb {
  width: 80%;
  margin: 0 auto 60px; }
  .lower_page .contents .contact_tb th {
    text-align: left;
    font-weight: normal;
    padding: 10px 10px;
    border: 1px solid #66635C;
    background-color: #0760b0;
    color: #fff; }
  .lower_page .contents .contact_tb td {
    padding: 10px 10px;
    border: 1px solid #66635C; }

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .header {
    width: 1024px; }
    .header .header_inner .left_box .logo {
      padding: 5px 0px 0; }
    .header .header_inner .left_box .globalNavi {
      padding: 40px 0 0; }
      .header .header_inner .left_box .globalNavi .g-navi li {
        margin-left: 15px; }
    .header .header_inner .right_box {
      float: right; }
      .header .header_inner .right_box ul li.tel {
        padding: 30px 20px 0 0; }

  /* main_visual */
  .main_visual {
    width: 1024px; }

  /* footer */
  .footer {
    width: 1024px; }
    .footer .footer_inner .second_block {
      width: 1024px; }

  /* main_area */
  .main_area {
    width: 1024px; }

  /* top page */
  .breadcrumb {
    width: 1024px; }

  .main_area.lower_page {
    width: 1024px; }
    .main_area.lower_page .single_column {
      width: 98%;
      margin-right: auto;
      margin-left: auto; } }
@media screen and (max-width: 768px) and (min-width: 0px) {
  .sp_only {
    display: block; }

  img.sp_only {
    display: inline; }

  .pc_only {
    display: none; }

  /* header */
  /* PC用のナビを非表示 */
  .header {
    display: none; }

  /* SP用のナビを表示 */
  .sp-navi {
    display: block;
    position: fixed;
    z-index: 999;
    background-color: #fff;
    width: 100%;
    top: 0;
    left: 0; }
    .sp-navi .sp-navi_box {
      position: relative;
      background-color: #fff;
      z-index: 998; }
      .sp-navi .sp-navi_box .logo {
        height: 52px;
        padding: 8px 8px;
        box-sizing: border-box; }
        .sp-navi .sp-navi_box .logo img {
          width: auto;
          height: 100%; }
      .sp-navi .sp-navi_box .menu_btn {
        display: block;
        width: 50px;
        height: 50px;
        text-align: center;
        box-sizing: border-box;
        padding: 6px 6px 4px;
        border: 1px solid #fff;
        border-radius: 2px;
        -moz-border-radius: 2px;
        /* FF */
        -webkit-border-radius: 2px;
        /* Webkit */
        color: #fff;
        background-color: #fff;
        position: absolute;
        top: 1px;
        right: 1px; }
        .sp-navi .sp-navi_box .menu_btn .sp_menu_text {
          padding: 28px 0 0;
          font-size: 10px;
          letter-spacing: 1px;
          color: #00b7ee;
          font-family: "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif; }
        .sp-navi .sp-navi_box .menu_btn #nav-toggle {
          position: relative; }
          .sp-navi .sp-navi_box .menu_btn #nav-toggle span {
            display: block;
            position: absolute;
            height: 3px;
            width: 100%;
            background-color: #00b7ee;
            left: 0;
            -webkit-transition: .35s ease-in-out;
            -moz-transition: .35s ease-in-out;
            transition: .35s ease-in-out; }
            .sp-navi .sp-navi_box .menu_btn #nav-toggle span:nth-child(1) {
              top: 0; }
            .sp-navi .sp-navi_box .menu_btn #nav-toggle span:nth-child(2) {
              top: 10px; }
            .sp-navi .sp-navi_box .menu_btn #nav-toggle span:nth-child(3) {
              top: 20px; }
        .sp-navi .sp-navi_box .menu_btn.open #nav-toggle span:nth-child(1) {
          top: 11px;
          -webkit-transform: rotate(315deg);
          -moz-transform: rotate(315deg);
          transform: rotate(315deg); }
        .sp-navi .sp-navi_box .menu_btn.open #nav-toggle span:nth-child(2) {
          width: 0;
          left: 50%; }
        .sp-navi .sp-navi_box .menu_btn.open #nav-toggle span:nth-child(3) {
          top: 11px;
          -webkit-transform: rotate(-315deg);
          -moz-transform: rotate(-315deg);
          transform: rotate(-315deg); }
    .sp-navi .sp-navi_menu {
      display: none;
      font-family: "GenShinGothic Normal", sans-serif;
      letter-spacing: 0.1em; }
      .sp-navi .sp-navi_menu .lowerlayer {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 10; }
      .sp-navi .sp-navi_menu .upperlayer {
        z-index: 1000;
        position: fixed;
        top: 50px;
        right: 0;
        background-color: #fff;
        width: 70%;
        padding: 5% 5% 10%;
        overflow: scroll; }
        .sp-navi .sp-navi_menu .upperlayer .sitemap {
          margin-bottom: 15px;
          list-style: none; }
          .sp-navi .sp-navi_menu .upperlayer .sitemap li {
            margin: 0 0 5px;
            padding: 0 0 5px;
            font-size: 13px; }
            .sp-navi .sp-navi_menu .upperlayer .sitemap li a {
              color: #1c4e6f;
              font-weight: bold;
              text-decoration: none; }
            .sp-navi .sp-navi_menu .upperlayer .sitemap li a:hover {
              color: #000; }
            .sp-navi .sp-navi_menu .upperlayer .sitemap li a:before {
              content: "\f105";
              font-family: "FontAwesome";
              margin-right: 4px; }
            .sp-navi .sp-navi_menu .upperlayer .sitemap li .child {
              list-style: none; }
        .sp-navi .sp-navi_menu .upperlayer .sp_info_area .reserve {
          margin-bottom: 15px; }
          .sp-navi .sp-navi_menu .upperlayer .sp_info_area .reserve a {
            background-color: #ff9d00;
            color: #fff;
            font-weight: bold;
            border: 1px solid #ff9d00;
            display: inline-block;
            text-decoration: none;
            text-align: center;
            box-sizing: border-box;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            -ms-transition: 0.3s;
            transition: 0.3s;
            padding: 3px 20px; }
          .sp-navi .sp-navi_menu .upperlayer .sp_info_area .reserve a:hover {
            background-color: #fff;
            color: #ff0000; }
        .sp-navi .sp-navi_menu .upperlayer .sp_info_area .tel a {
          text-decoration: none; }
        .sp-navi .sp-navi_menu .upperlayer .sp_info_area .tel a:before {
          content: "\f095";
          font-family: "FontAwesome";
          margin-right: 4px; }

  .globalNavi {
    display: none; }

  .bnr_list h2 {
    font-size: 10px;
    padding: 2px 10px 2px; }

  /* breadcrumbs */
  .breadcrumb ul li {
    display: inline-block;
    font-size: 12px; }

  /* body */
  body {
    font-size: 14px;
    line-height: 1.6; }

  /* footer */
  /* footer */
  .footer .footer_inner {
    width: 96%;
    margin: 0 auto; }
    .footer .footer_inner .footer_info .footer_text_box {
      padding: 0 0 0 100px; }
      .footer .footer_inner .footer_info .footer_text_box .text_01 {
        font-size: 18px;
        padding: 20px 0; }
    .footer .footer_inner .copyright {
      text-align: center; }

  /* main_area */
  .main_area {
    box-sizing: border-box; }
    .main_area.top_page h2 {
      font-size: 20px; }
    .main_area .link_btn a {
      max-width: 300px;
      padding: 0px 10px; }
    .main_area.lower_page {
      padding: 0px 0 0;
      width: 100%;
      margin: 0 auto; }
      .main_area.lower_page .two_columns .contents {
        float: none;
        width: 98%;
        margin: 0 auto; }
      .main_area.lower_page .two_columns .sidebar {
        float: none;
        width: 240px;
        margin: 0 auto; }
      .main_area.lower_page .page_title {
        margin-bottom: 15px; }
        .main_area.lower_page .page_title h2 {
          font-size: 24px; }
      .main_area.lower_page .single_column {
        width: 100%; }

  /* top page */
  /* main_visual */
  .main_visual .slider li {
    height: 100vh; }
  .main_visual .main_visual_text {
    padding: 30vh 0 0; }
    .main_visual .main_visual_text .logo img {
      height: auto;
      width: auto; }
    .main_visual .main_visual_text .text_01 {
      font-size: 16px; }

  .top_baseball_bg {
    padding: 20px 0;
    margin-bottom: 20px; }

  .bnr_list {
    width: 96%;
    margin: 0 auto 5px; }

  .top_page .league_section {
    width: 96%;
    margin: 0 auto 20px; }
    .top_page .league_section .league_wrapper {
      flex-wrap: wrap; }
      .top_page .league_section .league_wrapper .league_box {
        width: 100%;
        margin-bottom: 15px; }
  .top_page .galley_section {
    width: 96%;
    margin: 0 auto 20px; }
    .top_page .galley_section ul {
      flex-wrap: wrap; }
      .top_page .galley_section ul li {
        width: 100%;
        margin-bottom: 15px;
        margin-left: 0; }
  .top_page .header_with_btn h2 {
    line-height: 1.2;
    margin: 0 0 15px; }
    .top_page .header_with_btn h2 .jp {
      font-size: 12px; }
  .top_page .header_with_btn .link_btn {
    position: absolute;
    top: 5px;
    right: 0; }
  .top_page .news_section {
    width: 96%;
    margin: 0 auto 20px; }
  .top_page .event_section {
    margin-bottom: 20px; }
    .top_page .event_section .event_section_inner {
      width: 96%;
      padding: 0 2%;
      box-sizing: border-box; }
      .top_page .event_section .event_section_inner .event_list {
        flex-wrap: wrap; }
        .top_page .event_section .event_section_inner .event_list li {
          margin: 0 0 15px;
          padding-bottom: 15px;
          border-bottom: 1px solid #fff; }
          .top_page .event_section .event_section_inner .event_list li:nth-child(4n+1) {
            width: 100%;
            padding-left: 0;
            padding-right: 0;
            border-right: none; }
          .top_page .event_section .event_section_inner .event_list li:nth-child(4n+2) {
            width: 100%;
            padding-left: 0;
            padding-right: 0;
            border-right: none; }
          .top_page .event_section .event_section_inner .event_list li:nth-child(4n+3) {
            width: 100%;
            padding-left: 0;
            padding-right: 0;
            border-right: none; }
          .top_page .event_section .event_section_inner .event_list li:nth-child(4n) {
            width: 100%;
            padding-left: 0;
            padding-right: 0;
            border-right: none; }
  .top_page .sponsor_section {
    width: 96%;
    margin: 0 auto 40px; }
    .top_page .sponsor_section .sponsor_list {
      display: table; }
      .top_page .sponsor_section .sponsor_list a {
        display: table-cell;
        vertical-align: middle; }
        .top_page .sponsor_section .sponsor_list a img {
          margin: 0; } }

/*# sourceMappingURL=custom.css.map */
