﻿/* ボディ */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&amp;subset=japanese');
body {
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
  /* スペース */
  padding: 0;
  /* 余白 */
  font-size: 15px;
  /* 文字サイズ */
  line-height: 1.618;
  /* 行の高さ */
  /* font-family: sans-serif; */
  color: #4c4c4c;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

.ta-c {
  text-align: center;
}
.ta-l {
  text-align: left;
}
.ta-r {
  text-align: right;
}
.button-1 {
  position: relative;
  display: inline-block;
  padding: .25em .5em;
  text-decoration: none;
  color: #313131;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 1px 2px 5px 1px grey;
  border: solid 3px #ffc720;
  font-weight: bold;
  padding: 6px 22px;
}
.button-1:hover {
  color: #ffffff;
  background: #ffc720;
  transition: all .5s;
}
.button-1:active {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.30);
}

.button-2 {
  display: inline-block;
  text-decoration: none;
  color: #67c5ff;
  border: solid 2px #67c5ff;
  border-radius: 3px;
  transition: .4s;
}

.button-2:hover {
  background: #67c5ff;
  color: white;
}
.button-3 {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #fd9535;
  /*背景色*/
  border-bottom: solid 2px #d27d00;
  /*少し濃い目の色に*/
  border-radius: 4px;
  /*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  padding: 5px 10px;
}

.button-3:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.header {
  background: #fff;
  border-bottom: 1px solid #323232;
  height: 48px;
}

.header .header-body-logo {
  float: left;
}

.header .btn_menu {
  float: right;
  margin: 10px;
  color: #ff8955;
}

.menu-right {
  float: right;
}

.menu-center {
  clear: both;
}

.btn_menu_end {
  clear: both;
}

.header img {
  height: 45px;
}

.pc .header img {
  height: 60px;
  display: block;
  margin: 5px;
}

.menu-search {
  margin: 15px 40px;
  width: 300px;
}

.header-fix .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.header-fix .disp-body {
  margin-top: 49px;
}

.l-maindisp {
  padding: 20px 0;
}

.is-center {
  text-align: center;
}

/* main_sports */

.main_sports {
  /* background: #ff89550f; */
  background: #FFF;
  padding: 0px 0px 20px 0px;
}

.main_sports .main_sports-title {
  font-size: 1.2em;
  background: #ff4e00;
  padding: 10px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.pc .main_sports .main_sports-title {
  padding: 10px 100px;
}
.main_sports .main_sports-title .sub {
  display: block;
  text-align: left;
  font-size: 12px;
  color: #ffe4bc;
}
.pc .main_sports .main_sports-title .main {
  font-size: 15px;
}
.pc .main_sports .main_sports-title .main {
  font-size: 20px;
}

.main_sports li {
  list-style: none;
  margin: 15px 15px;
  display: inline-block;
}
.main_sports li:hover {
  transform: scale(1.05);
  transition: transform .3s;
}

.main_sports-body-item .slick-prev:before, .main_sports-body-item .slick-next:before {
  color: #9e3333;
}

.main_sports-description {
  margin: 20px;
}

/* ticket */

.ticket {
  background: #fdfdfd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
  padding: 10px;
  width: 260px;
  position: relative;
  display: inline-block;
  color: #333;
}

.ticket-category {
  text-align: left;
  margin-bottom: 12px;
}

.ticket-category-item {
  display: inline-block;
  height: 23px;
  text-align: center;
  padding: 3px 10px;
  font-size: 11px;
  color: #FFF;
  box-sizing: border-box;
  border-radius: 13px;
  margin-bottom: 3px;
}

.ticket-category-item.category-main {
  background: #ff8955;
}

.ticket-category-item.category-sub {
  background: #ffc668;
}

.ticket-title {
  position: relative;
  margin-bottom: 12px;
  border: solid 2px #ffd454;
  background: #fffaec;
}

.ticket-title-home, .ticket-title-away {
  font-size: 15px;
}

.ticket .team_logo {
  height: 55px;
}

.ticket-all .team_logo {
  max-width: 113px;
}

.ticket-title-vs {
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 35px;
  height: 35px;
}

.ticket-detail {
  font-size: 12px;
  color: #828080;
  text-align: center;
}
.ticket-detail-time {
  font-weight: 700;
  font-size: 1.4em;
}
.ticket-detail-place {
  font-weight: 700;
  font-size: 1.2em;
}

.ticket-title-area {
  display: inline-block;
}

.ticket-title-home {
  float: left;
}

.ticket-title-away {
  float: right;
}

.ticket-title::after, .change-day::after, .change-day::after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
.single_ticket {

}

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

.ticket-title-area {
  text-align: center;
  width: 115px;
}

.ticket .team_logo {
  margin: 0px auto;
}

.subdisp .subdisp-title {
  padding: 5px 20px;
  color: #232323;
  background: #fff8e8;
  border-left: solid 10px #ffc06e;
  font-size: 19px;
  margin: 0 5px;
}

.footer {
  color: #FFF;
}

.footer-contents {
  background: #ffc06e;
  padding-bottom: 20px;
}

.footer-body {
  background: #ff8955;
  padding: 5px 10px 50px 10px;
}

.copyright {
  font-size: 13px;
}

.footer-sub {
  padding: 15px 15px 0px 15px;
}

.footer-sub-title {
  padding: 1px 8px;
  color: #fdf9f9;
  border-left: solid 5px #ff8122;
  font-size: 16px;
}

.footer-sub-body {
  padding: 5px 10px;
  font-size: 12px;
  color: #fdf9f9;
}

.footer-sub-body-label {
  font-weight: bold;
  padding-right: 10px;
}

.footer-sub-body a {
  color: #fdf9f9;
}

.pc .ticket-all {
  width: 500px;
}
.pc .ticket-all .ticket-title-area {
  width: 225px;
}
.pc .ticket-all .team_logo {
    height: 80px;
}
.pc .ticket-all .team_logo {
    max-width: 180px;
}

.ticket-action {
  text-align: center;
  padding-top: 20px;
}

.ticket-button {
  width: 90px;
  margin: 5px;
}

.ticket-button-detail {
  background: #00aad2;
}

.ticekt-button-reserve {
}

.main_sports-action {
  margin-top: 50px;
}

.main_sports-action-button {
  background: #fdf9f9;
}

.prev-day-sports-button {
  float: left;
}

.next-day-sports-button {
  float: right;
}

.next-icon {
  float: right;
}

.prev-icon {
  float: left;
}

.next-label {
  float: left;
  padding: 5px 15px;
  width: 90px;
}

.prev-label {
  float: right;
  padding: 5px 15px;
  width: 90px;
}

.prev-icon, .next-icon {
  padding: 16px 5px;
}

.today-list {
  text-align: center;
}

.today-sports-button {
  background: #0070e6;
  border: solid 2px #0200d2;
  padding: 10px 60px;
  color: #FFF;
}
.today-sports-button:hover {
  background: #3188e4;
  box-shadow: 0px 1px 5px 0px grey;
}

.pankuzu {
  padding: 5px 10px;
  background: #ff9800;
  color: #fdf9f9;
  font-size: 12px;
  line-height: 25px;
}

.pankuzu a {
  color: #ffffff;
  font-weight: 800;
  border-bottom: solid 1px;
}

.pankuzu-item {
  padding-left: 5px;
  padding-right: 5px;
}

.slick-dots {
  bottom: -40px;
}

.main_sports-text {
  margin-top: 20px;
  font-size: 13px;
}

.main_sports-text-section {
  margin-top: 30px;
  font-size: 14px;
  padding: 2px 8px;
  color: #232323;
  border-left: solid 6px #d27d00;
}

.main_sports-text-section-body {
  margin: 5px 10px 0px 10px;
}

.calendar-table {
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

.calendar-table th {
  background: #f1b8b8;
}

.calendar-table td {
  background: #FFF;
}

.calendar-table td:hover {
  background: #f0f8ff;
}

.calendar-table th, .calendar-table td {
  border: 1px solid #CCCCCC;
  text-align: center;
  vertical-align: top;
}

.calendar-title {
  margin: 20px 0px 10px;
}

.calendar-title-left {
  float: left;
}

.calendar-title-right {
  float: right;
}

.calendar-title-center {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.calendar-title-clear {
  clear: both;
}

.calendar-body-item {
  min-height: 60px;
}

.pankuzu ol li {
  display: inline;
  list-style-type: none;
}

.pankuzu ol li:before {
  content: " > ";
}

.pankuzu ol li:first-child:before {
  content: "";
}

.sports-action-item {
  text-align: center;
  margin: 16px;
}

.search-option {
  width: 100%;
  text-align: left;
  box-sizing: border-box;
}

.center-item {
  text-align: center;
}

.same-day-search-label {
  width: 140px;
  padding-top: 16px;
}

.single-detail-area {
  position: relative;
  margin: 20px   0;
  border: solid 3px #60e8fb;
  margin-top: 60px;
}
.pc .single-detail-area {
  margin: 70px 23px 50px;
}

.single-detail-title {
  background-color: #F5F5F5;
  padding: 10px 5px;
  vertical-align: top;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid #DBDBDB;
  min-width: 62px;
}

.single-detail-item {
  vertical-align: middle;
  padding: 6px;
  border-bottom: 1px dotted #DBDBDB;
  font-size: 12px;
}

.sub-title {
  position: absolute;
  display: inline-block;
  top: -38px;
  left: -3px;
  padding: 0 9px;
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  font-size: 17px;
  background: #60e8fb;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}

.sub-title-category-main {
  background: #62a0ff;
}

.single-detail-area-category {
  border: solid 3px #62a0ff;
}

.sub-title-home-main {
  background: #ff8955;
}

.single-detail-area-home {
  border: solid 3px #ff8955;
}

.sub-title-away-main {
  background: #43ec5c;
}

.single-detail-area-away {
  border: solid 3px #43ec5c;
}

.contact-body p {
  margin-top: 10px;
}

.contact-body label {
  font-weight: bold;
}

.wpcf7-submit {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #fd9535;
  border-bottom: solid 2px #d27d00;
  border-radius: 4px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  padding: 5px 10px;
  width: 100%;
}

dl.search1 {
  position: relative;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 6px;
}

dl.search1 dt {
  padding: 3px;
}

dl.search1 dt input {
  width: 70%;
  height: 30px;
  line-height: 30px;
  background: none;
  border: none;
  padding-left: 12px;
}

dl.search1 dd {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 30%;
}

dl.search1 dd button {
  display: block;
  background: #2b71c8;
  width: 100%;
  height: 36px;
  line-height: 36px;
  border: none;
  border-radius: 0 6px 6px 0;
}

dl.search1 dd button:hover {
  background: #4e91e4;
}

dl.search1 dd button span {
  display: block;
  color: #FFF;
}

dl.search2 {
  position: relative;
  background-color: #fff;
  border: 1px solid #aaa;
}

dl.search2 dt {
  padding: 3px;
}

dl.search2 dt input {
  width: 215px;
  height: 30px;
  line-height: 30px;
  background: none;
  border: none;
  padding-left: 12px;
}

.pc dl.search2 dt input {
  width: 255px;
}

dl.search2 dd {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 63px;
}

dl.search2 dd button {
  display: block;
  background: #2b71c8;
  width: 100%;
  height: 36px;
  line-height: 36px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

dl.search2 dd button:hover {
  background: #4e91e4;
}

dl.search2 dd button span {
  display: block;
  color: #FFF;
}

.search-list-form {
  margin: 25px 15px;
}

.list-none {
  margin-top: 20px;
}

.list-count {
  padding: 0px 21px;
  display: inline-block;
  border-bottom: solid 1px #FF9800;
}

.list-count-num {
  font-size: 18px;
  margin: 0px 6px;
  color: #ff0000;
}

.main-title {
  font-size: 16px;
  padding-left: 19px;
  border-bottom: solid 4px sandybrown;
  padding-top: 20px;
}

.main-message {
  padding: 15px;
}

.back-list {
  text-align: center;
}

.term-area-child {
  display: block;
  height: 0px;
  overflow: hidden;
}

.is-show .term-area-child {
  height: auto;
}

.term-list {
  max-width: 700px;
  display: block;
  margin: 20px auto;
}

.term-area {
  margin: 15px 5px;
}

.term-line {
  padding: 0.5em 1em;
  text-decoration: none;
  background: #f7f7f7;
  border-left: solid 6px #ff7c5c;
  color: #ff7c5c;
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}

.is-show .term-line {
  padding: 0.5em 1em;
  text-decoration: none;
  background: #f1f1f1;
  border-left: solid 6px #ff7c5c;
  color: #ff7c5c;
  font-weight: bold;
  box-shadow: inherit;
}

.term-line-child {
  margin: 5px 5px 5px 28px;
  padding: 0.5em 1em;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  transform: translate(0px, -200%);
  border-radius: 20px;
  color: #FF5722;
  background: linear-gradient(0deg, #ffd24b, #ffffff);
}
.is-show .term-line-child {
  transform: translate(0px, 0px);
  transition: transform .8s;
}

.term-area-child a {
  color: #ffb15c;
}

.footer-contents-left {
  float: left;
}

.footer-contents-clear {
  clear: both;
}

.sns-item {
  border: inherit;
  margin-bottom: 7px;
}

.nav-links .page-numbers {
  padding: 5px 10px;
  border-radius: 5px;
  background: #ffe8d391;
  display: inline-block;
  border-bottom: solid 2px darkorange;
}

.nav-links .dots {
  border: inherit;
  background: inherit;
}

.nav-links .current {
  font-weight: bold;
  background: #ffa95c91;
}

.screen-reader-text {
  display: none;
}

.pagination {
  text-align: center;
  margin-top: 20px;
}

.footer-sub-body-item {
  margin-top: 5px;
}

.non-active-detail {
  background: #bab8b8;
  border-bottom: inherit;
  box-shadow: inherit;
  border: initial;
}

.non-active-detail:hover {
  border-bottom: inherit;
  box-shadow: inherit;
  color: inherit;
  background: #bab8b8;
}
.non-active-detail:active {
  border-bottom: inherit;
  box-shadow: inherit;
  background: #bab8b8;
}

.calendar-body-item-body-category {
  font-size: 10px;
  border-radius: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 2px;
  padding: 2px;
  letter-spacing: -2px;
}

.calendar-body-item-body-category-soccer {
  background: #cdd091ba;
}

.calendar-body-item-body-category-basketball {
  background: #d0a791ba;
}

.calendar-body-item-body-category-baseball {
  background: #5df757ba;
}

.calendar-body-item-body-category-americanfootball {
    background: #f0e68c;
}

.calendar-body-item-body-category-sumo{
    background: #cf9033b0;
}

.calendar-body-item-body-category-futsal{
    background: #67c5ff5e;
}

.calendar-body-item-body-category-rugby {
    background: #ff8955c7;
}

.calendar-body-item-body-category-tabletennis {
    background: #f1b8b89c;
}

.calendar-body-item-body-category-icehockey {
    background: #74f2e6;
}
.calendar-body-item-body-category-volleyball {
    background: #ffead0;
}
.calendar-body-item-body-category-handball {
    background: #5db7ff;
}
.calendar-body-item-body-category-badminton {
    background: #ffa7e8;
}
.calendar-body-item-body-category-golf {
    background: #8bc34aa8;
}

.main_sports-body-item {
  text-align: center;
}

.pc .l-maindisp {
  margin: 0px auto;
  width: 1010px;
  margin-bottom: 50px;
  margin-top: 50px;
}

.pc .l-subdisp {
  margin: 20px auto 40px;
  width: 1010px;
}

.ad-pc .ad-footer {
  text-align: center;
  margin: 20px;
}

.ad-pc .ad-header {
  text-align: center;
  margin: 25px;
}

.ad-sp .ad-footer {
  text-align: center;
  margin: 25px auto;
}

.ad-sp .ad-header {
  text-align: center;
  margin: 25px auto;
}

.ad-contets {
  text-align: center;
  margin: 40px 0px;
}

.top-logo {
  width: 100%;
}

.pc .top-logo {
  width: 700px;
}

.disp-body {
  text-align: center;
}

.pc .header {
  height: auto;
}

.sidemenu {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  box-align: end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 100%;
  overflow: hidden;
}

.sidemenu .sidemenu-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.5);
}

.sidemenu .sidemenu-blind {
  position: relative;
  z-index: 1002;
  display: block;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.anm-sidemenu {
  display: none;
}

.anm-sidemenu.is-show {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-animation: key-sidemenu-open-step1 0.2s linear;
  animation: key-sidemenu-open-step1 0.2s linear;
}

.anm-sidemenu.is-show .anm-sidemenu-main {
  -webkit-animation: key-sidemenu-open-step2 0.2s linear;
  animation: key-sidemenu-open-step2 0.2s linear;
}

.anm-sidemenu.is-hide {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-animation: key-sidemenu-close-step2 0.2s linear 0.2s forwards;
  animation: key-sidemenu-close-step2 0.2s linear 0.2s forwards;
}

.anm-sidemenu.is-hide .anm-sidemenu-main {
  -webkit-animation: key-sidemenu-close-step1 0.2s linear forwards;
  animation: key-sidemenu-close-step1 0.2s linear forwards;
}

@-webkit-keyframes key-sidemenu-open-step1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes key-sidemenu-open-step1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes key-sidemenu-open-step2 {
  0% {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes key-sidemenu-open-step2 {
  0% {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes key-sidemenu-close-step1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
  }
}

@keyframes key-sidemenu-close-step1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
  }
}

@-webkit-keyframes key-sidemenu-close-step2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes key-sidemenu-close-step2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.sidemenu .sidemenu-main {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 1003;
  display: block;
  width: 300px;
  background: #fff;
  overflow-y: hidden;
}

.sidemenu-title {
  background: #ff8955;
  color: #FFF;
}

.sidemenu-action-item {
  font-size: 17px;
  padding: 8px 20px;
  border-bottom: solid 1px darkorange;
  color: black;
}

.sidemenu-contents-title {
  background: #ff8122;
  color: #FFF;
  padding-left: 15px;
}

.sidemenu-action-item-icon {
  float: right;
}

.sidemenu-title {
  height: 35px;
}

.sidemenu-title-icon {
  background: crimson;
  height: 33px;
  width: 35px;
  padding: 2px 0px 0px 12px;
}

.index-action-menu-icon {
  margin: 5px;
  float: left;
  font-size: 11px;
}

.index-action-menu-title {
  font-size: 18px;
  margin: 10px 5px 5px 4px;
  position: absolute;
}

.sidemenu-title-body {
  position: absolute;
  margin: 7px;
}

.box30 {
  margin: 2em 0;
  background: #f1f1f1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

.box30 .box-title {
  font-size: 1.2em;
  background: #5fc2f5;
  padding: 4px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.box30 p {
  padding: 15px 20px;
  margin: 0;
}

.info-message {
  margin: 5px 15px 0px;
}

.pc .info-message {
  margin: 5px auto 0px;
  width: 750px;
}

.pc .main_sports-action {
  width: 700px;
  margin: auto;
}

.info-message-body {
  text-align: left;
  margin: 10px 10px 10px 34px;
  font-size: 14px;
}

.square_btn {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #8e3d24;
  background: linear-gradient(, #fff8e2, #ffc56f);
  transition: background .8s;
  border-right: solid 1px grey;
}

.square_btn:hover {
  background: #fae8b3;
  opacity: 1;
}

.square_btn2 {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;/*背景色*/
    border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}

.square_btn2:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.menu-action {
  text-align: center;
  background: #fffaeb;
}

.menu-action-button{
  margin: 2px 1px;
  width: 156px;
  padding: 10px;
}


.fl_tw2{/*ボタンの背景*/
  color: #FFF;/*文字・アイコン色*/
  border-radius: 7px;/*角丸に*/
  display: inline-block;
  height: 40px;/*高さ*/
  width: 40%;/*幅*/
  text-align: center;/*中身を中央寄せ*/
  font-size: 15px;/*文字のサイズ*/
  line-height: 50px;/*高さと合わせる*/
  vertical-align: middle;/*垂直中央寄せ*/
  background: #1da1f3;
  overflow: hidden;/*はみ出た部分を隠す*/
  text-decoration:none;/*下線は消す*/
}

.fl_tw2 .fa-twitter {
    text-shadow: 2px 2px 0px #4287d6;
    font-size: 30px;
}

.fl_tw2 span {/*テキスト*/
  display:inline-block;
  transition: .5s}

.fl_fb2 {/*ボタンの下地*/
  color: #FFF;/*文字・アイコン色*/
  border-radius: 7px;/*角丸に*/
  display: inline-block;
  height: 40px;/*高さ*/
  width: 40%;/*幅*/
  text-align: center;/*中身を中央寄せ*/
  font-size: 15px;/*文字のサイズ*/
  line-height: 50px;/*高さと合わせる*/
  vertical-align: middle;/*垂直中央寄せ*/
  background: #4966a0;
  overflow: hidden;/*はみ出た部分を隠す*/
  text-decoration:none;/*下線は消す*/
}

.fl_fb2 .fa-facebook {
    text-shadow: 2px 2px 1px #224282;
    font-size: 30px;
}

.fl_fb2 span {/*テキスト*/
  display:inline-block;
  transition: .5s;
}

.sns-area-single {
  margin: 10px;
  text-align: center;
}

.sns-single-header {
  display: inline-block;
}

.footer-sub {
  text-align: left;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}

.joken_open {
  float: right;
  margin: 7px 10px;
  padding-right: 16px;
  padding-left: 16px;
}

.joken {
  text-align: center;
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  box-align: end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 100%;
  overflow: hidden;
}

.joken .joken-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.5);
}

.joken_area {
  position: relative;
  width: 90%;
  z-index: 1002;
  margin: auto;
  background-color: #FFF;
  overflow: scroll;
  max-height: 90%;
}

.joken_block_title {
  background: orange;
}

.joken_block {
  margin-top: 20px;
}

.joken_area_title {
  background: rgb(205,76,54);
  color: #FFF;
  height: 30px;
}

.joken_close {
  float: right;
  font-size: 20px;
  margin-right: 8px;
  cursor: pointer;
}

.joken_clear {
  clear: both;
}

.slick-next {
    right: 5px;
    z-index: 10;
}

.slick-prev {
    left: 5px;
    z-index: 10;
}

.single-detail {
  width: 100%;
}

.single-detail-item a {
  word-break: break-all;
}



.single_table{
  border-collapse:collapse;
  margin:0 auto;
  font-size: 15px;
}
.single_table td,.single_table th{
  padding:10px;
  border-bottom:1px solid #ccc;
}
.single_table th{
  color:#fff;
  background:#005ab3;
}
.single_table .single_table tr .single_table td:nth-child(odd){
  background:#e6f2ff;
}

.reading-area {
  background: #FFF;
  box-shadow: 1px 1px 4px 2px #b3b3b3;
  padding: 10px 0 50px 0;
  position: relative;
}
.reading-label {
  color: #FFF;
  background: #FF9800;
  padding: 4px 24px;
  position: absolute;
  top: 14px;
  left: 10px;
  font-size: 16px;
  font-weight: 700;
}
.pc .reading-label {
  left: -16px;
}
.reading-label::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 25px;
  background: #606060;
  position: absolute;
  top: -14px;
  left: 8px;
  transform: rotate(60deg);
  z-index: -1;
}
.reading-title h1 {
  font-weight: bold;
  font-size: 24px;
  color: #494949;
  padding: 0.5em;
  text-align: left;
  margin: 30px 10px 30px;
}

.reading-thumbnail {
  margin: 10px;
}

.reading-thumbnail img {
  width: 100%;
  max-width: 600px;
}

.reading-content {
  margin: 30px 10px;
  font-size: 16px;
  text-align: left;
}
.reading-content h2 {
  border-bottom: double 5px #FFC778;
  padding: 5px;
  margin: 10px 0px 20px;
}
.reading-content strong {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
.single-button-area{
  text-align: center;
  margin: 20px;
}

.reading_item_thumbnail {
  height: 290px;
}
.pc .reading_item_thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 240px;
  height: 100%;
}
.reading_item_thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 5px 5px 0px 0px;
}
.pc .reading_item_thumbnail img {
  padding: 5px;
  box-sizing: border-box;
}
.reading_item_title {
  font-size: 18px;
  padding: 10px;
  color: #3c3b3b;
}
.pc .reading_item_title {
  position: absolute;
  top: 0;
  left: 240px;
  box-sizing: border-box;
}
.reading_item_excerpt {
  font-size: 12px;
  padding: 10px;
  color: #796f6f;
}
.pc .reading_item_excerpt {
  position: absolute;
  top: 70px;
  left: 240px;
}
.reading_item {
  border: 1px solid;
  padding: 0px;
  border-radius: 5px;
  box-shadow: 0 2px 5px #ccc;
}
.pc .reading_item {
  position: relative;
  height: 170px;
  width: 700px;
}
.main_sports-desc {
  margin: 10px 0;
}
.main_sports-desc p {
  width: 95%;
  margin: auto;
  text-align: left;
  font-size: 13px;
  padding: 9px;
  border: solid;
  border-radius: 6px;
  background: #fff4e9;
  box-sizing: border-box;
}
.pc .main_sports-desc p {
  width: 500px;
}
.pc .introduction-block {
  margin: 50px;
}
.introduction-block-table {
  border-collapse: collapse;
}
.introduction-block-table th, .introduction-block-table td {
  padding: 15px;
  border: solid 1px #cacaca;
}
.introduction-block-table th {
  width: 30%;
  background: #e2e2e2;
  color: #7d7d7d;
}
.introduction-block-table td {
  text-align: left;
  font-size: 14px;
}
.introduction-block-card {
  text-align: center;
  margin-bottom: 35px;
}
.introduction-block-card img {
  height: 150px;
}
.introduction-block-card p {
  font-size: 18px;
}

.news_area {
  margin: 40px auto 20px;
  max-width: 700px;
  text-align: left;
}
.news_area_title {
  position: relative;
  font-size: 20px;
  margin: 6px;
}
.news_area_title::before {
  content: "";
  width: 190px;
  height: 10px;
  background: #FF5722;
  display: inline-block;
  position: absolute;
  bottom: 0;
  opacity: 0.5;
  border-radius: 30px;
  transform: translate(-5px,-2px);
}
.news_area_memo {
  font-size: 11px;
  color: #9c9c9c;
  padding: 5px;
}
.news_item_body li {
  display: list-item;
  margin: 8px;
  border-bottom: solid 1px #b1b1b1;
}
.news_card {
  display: block;
  padding: 7px;
  box-shadow: 1px 1px 2px 1px #c1c1c1;
}
.news_card .item_title {
  font-size: 20px;
  color: #ff5620;
  line-height: 21px;
  margin: 5px 0px 12px;
  border-left: solid 4px;
  padding-left: 10px;
}
.news_card .item_content {
  font-size: 13px;
  color: #929292;
  line-height: 14px;
  padding-left: 8px;
}

.is-hide {
  display: none;
}
