@charset "UTF-8";
/*
Theme Name: baseball
Description: baseball Theme.
Author: baseball
*/

.pagination h2 {
	display:none;
}

.navigation {
	text-align: center;
	margin-top:1em;
}

.page-numbers {
  padding: 3px 10px;
  font-size: 16px;
  font-weight: 400;
  margin-left: 10px;
  color: #333;
}

.page-numbers:not(.dots) {
  border: 1px solid rgba(199, 199, 199, 0.5);
}

.page-numbers:not(.current):not(.dots) {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}

.page-numbers:not(.current):not(.dots):hover {
  opacity: 0.5;
}

.current {
  background-color: #a7a7a7;
  color: #FFF;
}


.sns_list {
	width:100%;
	max-width:640px;
	margin:auto;
}
.sns_list li {
	width: calc(100% / 4);
	display:inline-block;
	padding:10px 20px;
	text-align:center;
}
.sns_list li img {
	border-radius:12px;
}

.news_box {
	width:100%;height:350px;
	font-size:14px;
	line-height:1.5;
	overflow-y:scroll;
	border:1px solid #ccc;
	padding:15px;
	background:#fff;
}

.breadcrumbs {
	width:100%;
	margin:auto;
	background:#000121;
	border-bottom:3px solid #b8a536;
	color:#fff;
	padding:5px 15px;
}
.breadcrumbs a {
	color:#fff;
}
.under_menu {
	width:100%;height:60px;
	background:#000121;
	border-top:5px solid #b8a536;
	position:fixed;
	bottom:0;left:0;
}

#main_menu {
	display:flex;
	width:100%;
	max-width:1080px;
	margin:auto;
}
#main_menu li {
	display:flex;
	width:calc(100% / 7);
	border-left:1px dashed #fff;
}
#main_menu li:first-child {
	border-left:none;
}
#main_menu a {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	width:100%;height:60px;
	font-size:18px;
	color:#fff;
	text-decoration:none;
	position:relative;
}

#main_menu a::after {
	content: attr(title);
	font-size:12px;
	color:#ccc;
	position:absolute;
	bottom:10px;left:0;right:0;
	margin:auto;
}
#main_menu a:hover {
	color:#fff;
	background:#444;
}
div.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
div.youtube iframe {
  width: 100%;
  height: 100%;
}

table.score {
	width:100%;
	max-width:1080px;

	margin: 0 auto;
	table-layout:fixed;
	border:1px solid #ccc;
	background:#fff;

	font-size:15px;
}
.score th,
.score td {
	padding: 5px 10px;
	line-height:1.35;
	text-align: center;
	border:0;
	border-bottom:1px solid #ccc;
	border-right: 1px dashed #ccc;
}
.score th {
	font-weight: normal;
	font-size: 0.85em;
	color: #666;
	background: #eee;
	position: sticky;
	top: 0;
}

.score_tt_01 { width: 10%;}
.score_tt_02 { width: 15%;}
.score_tt_03 { width: 25%;}
.score_tt_04 { width: 30%;}
.score_tt_05 { width: 20%;}

table.score2 {
	width:100%;
	max-width:1080px;

	margin: 0 auto;
	table-layout:fixed;
	border:1px solid #ccc;
	background:#fff;

	font-size:14px;
}

.score2 th,
.score2 td {
	padding: 5px 10px;
	line-height:1.35;
	text-align: center;
	border:0;
	border-bottom:1px solid #ccc;
	border-right: 1px dashed #ccc;
}
.score2 th {
	font-weight: normal;
	font-size: 0.85em;
	color: #666;
	background: #eee;
	position: sticky;
	top: 0;
}

@media(max-width: 766px) {
.score .heading {
    display: none;
  }
.score td {
    display: block;
	border-bottom:none;
  }
.score td::before {
    content: attr(data-label);
    font-size: .875rem;
    color: #666;
    display: block;
    margin-bottom: 0.25rem;
  }
.score .m_title {
	color:#fff;
    background: #000121;
}
.score th, .score td {
	border-right:none;
}
.score_tt_01, .score_tt_02, .score_tt_03, .score_tt_04, .score_tt_05 {
	width:100%;
}

.score_tt_01 {
padding-bottom:0;
	}
.score_tt_02 {
	padding: 10px 10px 0 !important;
}
.score_tt_03 {
	padding:0 10px 10px !important;
}
.score_tt_04 {
    background: #efefef;
}
.score_tt_05 {
}

.score2 .heading {
    display: none;
  }
.score2 td {
    display: block;
	border-bottom:none;
	width:100%;
  }
.score2 td::before {
    content: attr(data-label);
    font-size: .875rem;
    color: #666;
    display: block;
    margin-bottom: 0.25rem;
  }
.score2 .m_title {
	color:#fff;
    background: #000121;
}
.score2 tr{
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
	padding:10px
}
.score2 td:first-child {
	width:100%;
	color:#fff;
    background: #000121;
}
.score2 td {
	border:1px solid #ccc;
	display:inline-block;
	width: 31.5%;
	margin-bottom:10px;
}



}


#Front_area {
	width:100vw;
	height:100vh;
	position:relative;
}

.main_logo {
	width:100%;height:auto;
	max-width:270px;
	position:absolute;
	left:40px;bottom:120px;
	z-index:9999;
}

.ct_words {
	position:absolute;
	bottom:50px;left:0;right:0;
	margin: 0 auto;
}

.ct_words img {
	width:100%;
	max-width:480px;
}

.close_button {
	display:block;
	width:100%;height:48px;
	line-height:48px;
	background:#887551;
	color:#fff;
	cursor:pointer;
}

.close_button:hover {
	color:#fff;
	background:#333;
}

ul, li {
	list-style: none;
}

.widget * {
	font-size:15px;
	line-height:1.5;
	margin-bottom:2em;
}

.widget ul {
	list-style:none;
}

.widget h3 {
  position: relative;
  background: #fefefe;
  line-height: 1.5;
  margin: 0 0 0.5em;
}


.sitemap {
	max-width:1080px;
	margin:0 auto;
	padding:20px 0 40px;
}

.sitemap > li > ul > li:not(:first-child) {
	font-size:11px;
}

.sitemap > li > ul > li:first-child a {
	font-size:13px;
}

.sitemap ul {
	list-style:none;
	padding:10px;
}

.sitemap > li {
	width:25%;
	display:inline-block;

	vertical-align:top;
}

.sitemap > li > ul > li:not(:first-child) {
	text-indent:1.5em;
}

.flex_content {
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
}

.flex_content2 li a {
	padding: 5px;
	border:1px solid #ccc;
	border-radius:3px;
}

.item {
	background:#fff;
	width: 31.5%;
	position:relative;
	padding: 15px;
	margin:0 0 20px;
	border: 1px solid #ccc;
}
.flex_content::after {
	width: 31.5%;
	content: '';
	display:block;
}
.item > h3 {
	font-size:1em;
}
.item > div {
	font-size:0.9em;
	line-height:1.35;
}

.item p {
	padding-top:10px;
	margin-bottom:15px;
}

.cont_01 {order:2;}
.cont_02 {order:1;}
.cont_03 {order:3;}
.cont_04 {order:4;}
.cont_05 {order:6;}
.cont_06 {order:5;}

@media only screen and (max-width:767px) {
#main_menu li {
	display:flex;
	width:calc(100% / 4);
	border-left:1px dashed #fff;
}
#main_menu li:nth-child(2) {
	border-left: none;
}
.main_logo {
	width:100%;height:auto;
	max-width:270px;
	position:absolute;
	left:0;right:0;
	bottom:120px;
	margin:auto;
	z-index:9999;
}

.item {
	flex-basis: 100%;
	position:relative;
}

.cont_01 {order:1;}
.cont_02 {order:2;}
.cont_03 {order:3;}
.cont_04 {order:4;}
.cont_05 {order:5;}
.cont_06 {order:6;}
}

/******************************************************
* WordPress Origin Class
******************************************************/

.wp-caption{
  max-width: 100%;
}
.wp-caption-text{
  text-align: left;
}
.alignright{
  float: right;
}
.alignleft{
  float: left;
}
.aligncenter{
  clear: both;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width:768px) {
  .alignright,
  .alignleft,
  .aligncenter{
    float: none;
    text-align: center;
    display: block;
    margin: 0 auto;
  }
}

/******************************************************
*Style for wrap
*
* - Includes main visual, main contents and sidebar.
******************************************************/

#wrap{
  margin-bottom: 20px;
}

@media screen and (max-width:768px) {
  #wrap{
    margin-top: 70px; /*Set the height of header.*/
  }
}

/******************************************************
*  Style for main contents
*
* - Stretch according to the width of the browser.
******************************************************/

/*Wrapper id of main contents.*/
#primary{
  float: left;
  width: 100%;
  margin-right: -220px; /*Set a value more than the width of the sidebar.*/
  padding-right: 220px; /*Set a value more than the width of the sidebar.*/
}
#primary main{
  border: 1px #BBB solid;
  padding: 10px;
}

@media screen and (max-width:768px) {
  #primary{
    float: none;
    margin: 0 0 20px 0;
    padding: 0;
  }
}

/******************************************************
*  Style for sidebar
*
* - Fixed width.
******************************************************/

/*Wrapper id of sidebar.*/
#secondary{
  float: right;
  width: 200px; /*Set the width of sidebar.*/
  border: 1px #BBB solid;
  margin-bottom: 20px;
  padding: 10px;
}

/*Wrapper class of widget.*/
#secondary .widget{
  border: 1px #BBB solid;
  padding: 10px;
}
#secondary .widget:not(:last-child){
  margin-bottom: 10px;
}

@media screen and (max-width:768px) {
  #secondary{
    float: none;
    width: 100%;
  }
}

/******************************************************
*  Style for Front Page (displays Your latest posts)
*
* - The body tag has 'home' when you select 'Front page displays Your latest posts'.
* - Describe here if you want to define unique style on the Front Page.
******************************************************/

/*Style for the article box. */
.home .archive-entry{
  display: table;
  border: 1px #BBB solid;
  padding: 10px;
  width: 100%;
}

/*Style for the article thumbnail. */
.home .archive-entry .entry-thumbnail{
  display: table-cell;
  width: 200px; /*Set the width of the thumbnail.*/
  vertical-align: middle;
}

/*Style for the article title and excerpt. */
.home .archive-entry .entry-main{
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}
.home .archive-entry .entry-main h3 a{
  font-size: 18px;
}

@media screen and (max-width:768px) {
  .home .archive-entry .entry-thumbnail{
    display: block;
    width: 100%;
    text-align: center;
  }
  .home .archive-entry .entry-thumbnail img{
    max-width: 200px;
  }
  .home .archive-entry .entry-main{
    display: block;
  }
}

/******************************************************
*  Style for Single Page
*
* - The body tag has 'single' class on the single page.
* - Describe here if you want to define unique style on the single page.
******************************************************/

/*Style for the article title.*/
.single h2.entry-title{
  font-size: 20px;
}

/*Style for the article thumbnail. */
.single .entry-thumbnail{
  text-align: center;
}
.single .entry-thumbnail img{
  width: 100%;
  max-width: 250px; /*Set the max width of the thumbnail.*/
}

/*Style for the article content. */
.single .entry-content{
  border: 1px #BBB solid;
  margin-bottom: 10px;
}

/*Style for the pagenation. */
.single .pagenation{
  border: 1px #BBB solid;
  margin-bottom: 10px;
  padding: 10px;
}
.single .pagenation .prev{
  float: left;
}
.single .pagenation .next{
  float: right;
}

/*Style for the tag. */
.single .tag{
  border: 1px #BBB solid;
  margin-bottom: 10px;
  padding: 10px;
}

/******************************************************
*  Style for Archive Page
*
* - The body tag has 'archive' class on the archive page.
* - Describe here if you want to define unique style on the archive page.
******************************************************/

/*Style for the archive category title.*/
.archive h2.archive-title{
  font-size: 20px;
}

/*Style for the article box. */
.archive .archive-entry{
  display: table;
  border: 1px #BBB solid;
  padding: 10px;
  width: 100%;
}

/*Style for the article thumbnail. */
.archive .archive-entry .entry-thumbnail{
  display: table-cell;
  width: 200px; /*Set the width of the thumbnail.*/
  vertical-align: middle;
}

/*Style for the article title and excerpt. */
.archive .archive-entry .entry-main{
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}
.archive .archive-entry .entry-main h3 a{
  font-size: 18px;
}

@media screen and (max-width:768px) {
  .archive .archive-entry .entry-thumbnail{
    display: block;
    width: 100%;
    text-align: center;
  }
  .archive .archive-entry .entry-thumbnail img{
    max-width: 200px;
  }
  .archive .archive-entry .entry-main{
    display: block;
  }
}
