@charset "utf-8";
/*
theme Name: 2025public
Author: corin
Description: original theme
version： 1.0.0
*/

/* *************************************************************** */

/* グローバル変数定義                                      　　　    */

/* *************************************************************** */

/*  --theme_color : topページ、ヘッダー、フッターのカラーを設定します  */

/*                                                                 */

/*                                                                 */

/*                                                                 */

/* *************************************************************** */

:root {
  --theme_color: rgb(233, 218, 205);
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #333;
  text-decoration: none;
}

button,
input {
  overflow: visible;
  border: none;
}
button:focus {
  outline: none;
}

* {
  outline: 0;
}

/*サイト全体の基準となるCSSを記述*/

html {
  font-size: 18px;
}

body {
  /*フォントの指定*/
  font-family: sans-serif, "Meiryo", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic StdN",
    "Calibri Light", "myriad-pro", "YuMincho", "Hiragino Mincho ProN W3", "Hiragino Mincho ProN",
    "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1.7;
}

/* ***************************************************************
  共通style
******************************************************************
  共通のスタイルを指定します


*************************************************************** */
.br_sp {
  display: none;
}

.border_sp {
  display: none;
}
.top_visual,
.sub_visual {
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 0;
}
.top_visual img,
.sub_visual img {
  padding: 0;
  margin: 70px 0 0 0;
  width: 100%;
}

.top_img_sp {
  display: none;
}
.schedule_row button {
  text-align: center;
  width: 180px;
  padding: 10px 20px;
  color: #fff;
  cursor: pointer;
  max-width: 280px;
}

.button_wrap a button {
  background-color: #8c1018;
}

.button_wrap > button {
  background-color: #7c7c7c;
  pointer-events: none;
}

.btn_inactive,
.button_wrap > button {
  pointer-events: none;
}

.button_wrap > button.thanks {
  background-color: #ad6507;
}

.team_match .row,
.doubles_match .row,
.competition_summary .row,
.competition_rules .row {
  align-items: center;
}

.text_title {
  font-weight: bold;
  letter-spacing: 0.4em;
  font-size: 2.2rem;
}

nav li a {
  color: white;
}

/* bamburgar */

.navbar-toggler {
  background-color: #8c1018;
}

.navbar-toggler .navbar-toggler-icon {
  width: 20px;
  height: 20px;
}

button[aria-expanded="true"] > span {
  position: relative;
  display: none;
}

button[aria-expanded="true"]::after {
  top: 20px;
  right: 20px;
  font-size: 1.75rem;
  content: "X";
  color: white;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

/* タブレット（画面サイズ：中）*/

@media (max-width: 991px) {
  .br_pc {
    display: none;
  }
  .br_sp {
    display: block;
  }
  .top_visual img {
    margin: 0;
  }
  .sub_visual {
    display: none;
  }
  .text-center.text_title {
    margin-top: 5rem;
  }
}

/* ***************************************************************
  header.php
******************************************************************
  ヘッダーのスタイルを指定します


*************************************************************** */
.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: 0.3s;
  transform: translateY(-100%);
}
.is-show {
  transform: translateY(0);
}

header {
  position: fixed;
  width: 100%;
  display: flex;
  background-color: #8c1018;
  font-size: 1rem;
  letter-spacing: 0.02em;
  line-height: 1.7;
  justify-content: space-between;
  align-items: center;
  box-shadow: 2px 0 5px #1b1a1a;
  z-index: 5;
}

.header_logo {
  margin-left: 40px;
}

.header_logo img {
  margin: 10px;
  width: 50px;
  height: 50px;
}

#navi-in {
  margin-right: 40px;
}

#navi-in ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  margin: auto 0;
  height: 70px;
  gap: 26px;
}

#navi-in ul li {
  display: flex;
  height: 70px;
  align-items: center;
}
#navi-in ul li:last-child {
  margin-right: 0;
}

#navi-in ul li a {
  display: block;
  font-weight: bold;
  font-size: 0.7rem;
}
#navi-in .text_closed_s a,
.ham_menu .text_closed_s a {
  color: #ffffff;
  opacity: 0.5;
}

#navi-in ul li a:hover {
  color: white;
}

#navi-in ul li .sub-menu {
  position: absolute;
  display: block;
  padding: 0;
  width: 375px;
  top: 0px;
  right: 0px;
  opacity: 0;
  z-index: -10;
}
#navi-in ul li .sub-menu li {
  height: 35px;
  margin: 0;
  padding: 5px 10px;
}
#navi-in ul li:hover .sub-menu {
  transition-duration: 0.2s;
  position: absolute;
  display: block;
  padding: 0;
  width: 375px;
  top: 70px;
  right: 0px;
  opacity: 1;
  z-index: 0;
}
#navi-in ul li:hover .sub-menu li {
  height: 35px;
  top: 0px;
  right: 0px;
  background-color: rgba(140, 16, 24, 0.7);
  z-index: 1;
}
#navi-in ul li:hover .sub-menu li a {
  z-index: 10;
  font-weight: normal;
}
#navi-in ul li:hover > .sub-menu::before {
  content: "";
}
#navi-in ul li:hover > .sub-menu::after {
  content: "";
}
@media (max-width: 1200px) {
  #navi-in ul {
    gap: 18px;
  }
}

/* dropdownメニュー */
.ham_dropdown > a img {
  position: fixed;
  top: 10px;
  left: 10px;
  width: 50px;
  height: 50px;
  color: #8c1018;
  z-index: 5;
}

.ham_dropdown {
  display: none;
}

.drawer-nav {
  align-items: center;
  display: flex;
  transform: translate(400%, 0%);
  transition: 0.4s ease-in-out;
  position: fixed;
  top: 0;
  flex-direction: row;
  width: 25%;
  height: 100%;
  background-color: transparent;
  opacity: 0.9;
  z-index: 15;
}

.drawer-nav.active {
  transform: translate(300%, 0);
}

.drawer-nav-bg {
  display: flex;
  transform: translate(400%, -100%);
  transition: 0.4s ease-in-out;
  position: fixed;
  top: 0;
  width: 25%;
  height: 100%;
  background-color: transparent;
  opacity: 0.9;
  z-index: 10;
}

.drawer-nav-bg.active {
  flex-direction: row;
  z-index: 1;
  background-color: #8c1018;
  opacity: 0.9;
  transform: translate(300%, 0);
}
.ham_logo {
  width: 20%;
  text-align: center;
}

.ham_logo img {
  display: none;
}

.ham_menu {
  width: 80%;
  height: 90%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}
/*スクロールバー非表示（Chrome・Safari）*/
.ham_menu::-webkit-scrollbar {
  display: none;
}

.ham_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ham_menu > ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: auto;
}
.ham_menu ul li {
  border-bottom: solid 1px #fff;
  line-height: 60px;
}
.ham_menu ul li:first-child {
  margin: auto 0 0;
}
.ham_menu ul li:last-child {
  margin: 0 0 auto 0;
}
.ham_menu ul li:nth-last-child(2),
.ham_menu ul li:last-child {
  border-bottom: none;
}

.ham_menu ul li a {
  display: block;
  font-weight: bold;
}

.ham_menu ul li a:hover {
  color: white;
}

.ham_menu ul li .sub-menu {
  margin-top: -0.5rem;
  margin-bottom: 0.5rem;
}
.ham_menu ul li .sub-menu li {
  border-bottom: none;
}
.ham_menu ul li .sub-menu li a {
  font-weight: normal;
  font-size: 0.6rem;
  line-height: 1.5rem;
  font-weight: bold;
}

/*=============================
.btn-trigger
=============================*/
.menu-close {
  position: fixed;
  z-index: 20;
  top: 15px;
  right: 55px;
  width: 80px;
  height: 40px;
  color: #fff;
}
.menu-title {
  margin: 5px 5px;
}
#btn01 .close-title {
  display: none;
}
#btn01.active .close-title {
  display: block;
  margin: 5px 5px;
}
#btn01.active .menu-title {
  display: none;
}
.btn-trigger {
  position: fixed;
  z-index: 20;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #8c1018;
  justify-content: center;
  padding: 8.5px 0;
}
.btn-trigger.active {
  background-color: transparent;
}
.btn-trigger.active .menu-close {
  background-color: transparent;
}
.btn-trigger span {
  margin: 5px auto;
  width: 18px;
  height: 1px;
  background-color: #fff;
  border-radius: 0.5px;
}
.btn-trigger,
.btn-trigger span {
  display: block;
  transition: all 0.5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 20px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

/*=============================
#btn01
=============================*/
#btn01.active span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}
#btn01.active span:nth-of-type(2) {
  opacity: 0;
}
#btn01.active span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

/* タブレット（画面サイズ：中）*/

@media (max-width: 991px) {
  header {
    display: none;
  }

  .drawer-nav {
    align-items: center;
    display: flex;
    transform: translate(100%, 0%);
    transition: 0.4s ease-in-out;
    position: fixed;
    top: 0;
    flex-direction: row;
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: 0.9;
    z-index: 15;
  }
  .drawer-nav.active {
    transform: translate(0, 0);
  }
  .drawer-nav-bg {
    display: flex;
    transform: translate(100%, -100%);
    transition: 0.4s ease-in-out;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: 0.9;
    z-index: 10;
  }
  .drawer-nav-bg.active {
    flex-direction: row;
    z-index: 10;
    background-color: #8c1018;
    opacity: 0.9;
    transform: translate(0, 0);
  }

  .ham_dropdown {
    display: block;
  }
  .btn-trigger {
    top: 10px;
    right: 10px;
  }
  .btn-trigger.active {
    background-color: #fff;
    opacity: 80%;
  }
  .btn-trigger.active span {
    background-color: #8c1018;
  }
  /*=============================
  #btn01 shadow
  =============================*/
  div#btn01.btn-trigger {
    box-shadow: 0 0 8px #cccccc;
  }
  .ham_logo img {
    display: inline;
  }
  .ham_logo {
    width: 50%;
    text-align: center;
  }
  .ham_menu {
    width: 60%;
  }
}

@media (max-width: 320px) {
  .ham_menu ul li a {
    line-height: 2.5rem;
    font-weight: normal;
    font-size: 0.8rem;
  }
  .ham_menu ul li .sub-menu li a {
    padding-bottom: 5px;
    font-weight: normal;
  }
}

/* ***************************************************************
  home.php
******************************************************************
  トップページのスタイルを指定します


*************************************************************** */
#top_banner_search h2.title {
  margin-top: 45px;
}
.left_content {
  display: flex;
  flex-direction: row;
  background-color: #f9f3ec;
  width: -moz-fit-content; /* Firefox */
  width: fit-content; /* other browsers */
  margin: 40px 0;
  padding: 40px 40px 40px 0;
  justify-content: flex-start;
  align-items: center;
  border: solid 3px #75674f;
}
.right_content {
  display: flex;
  flex-direction: row-reverse;
  background-color: #f9f3ec;
  width: -moz-fit-content; /* Firefox */
  width: fit-content; /* other browsers */
  margin: 0 0 0 auto;
  padding: 40px 0px 40px 40px;
  justify-content: flex-end;
  align-items: center;
  border: solid 3px #75674f;
}

.content_img {
  max-width: 700px;
  margin: 0 40px;
}

.left_content > figure,
.right_content > figure {
  margin: auto 0;
}

.content_detail > a button {
  width: 100%;
  height: 50px;
  background-color: #8c1018;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 20px;
  /* テキストを揃える */
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */
  -webkit-justify-content: center;
  /* 横方向中央揃え（Safari用） */
  justify-content: center;
  /* 横方向中央揃え */
  padding: 30px;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2rem;
}
.content_detail > a:nth-of-type(2) button {
  background-color: #75674f;
}

.content_detail > a.btn_inactive button,
.content_detail > a:nth-of-type(2).btn_inactive button {
  background-color: #7c7c7c;
}

div.col-xl-6 {
  padding: 0;
  margin: 0;
}

#news {
  background-color: #ffffff;
  width: 100%;
  height: auto;
  padding: 40px 60px;
  margin: 0;
  margin: auto;
  box-shadow: 4px 0 10px #b8b8b8;
  z-index: 5;
}

.news_title {
  display: flex;
  position: relative;
}

#news h2.title {
  margin: -6px 2rem 0 0;
  border-bottom: solid 2.5px #8c1018;
}
#news h2.title::after {
  content: none;
}

#news .news_select {
  height: 20px;
  font-size: 0.8rem;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  width: 65%;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
#news .news_select::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.news_select form button {
  border: none;
  outline: none;
  background: transparent;
  outline: none;
}

#news .box_srcollbar {
  padding-inline-start: 0;
  margin-top: 15px;
  width: 100%;
  height: 500px;
  overflow: auto;
}
/*スクロールバーの横幅指定*/
#news .box_srcollbar::-webkit-scrollbar {
  width: 3px;
}
/*スクロールバーの背景色・角丸指定*/
#news .box_srcollbar::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #ffffff;
}
/*スクロールバーの色・角丸指定*/
#news .box_srcollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #907f61;
}

#news small {
  opacity: 0.6;
}

.top-banner {
  padding-top: 30px;
}

.sp_block {
  display: flex;
  border-bottom: solid 1px #bcbcbc;
  padding: 20px 0;
}

h2.title {
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 1.1;
  font-weight: bold;
  margin-top: 20px;
  vertical-align: baseline;
}

span.subtitle {
  color: #8c1018;
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  line-height: 1.7;
  margin-bottom: -20px;
}

h2::after {
  content: attr(data-title);
  display: inline-block;
  color: #8c1018;
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  line-height: 1.7;
  margin-left: 0.5rem;
  margin-bottom: -20px;
}
.bottom-visual h2::after {
  content: attr(data-title);
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  line-height: 1.7;
  font-weight: normal;
  color: #ffffff;
  margin: 0;
}

#top_banner_search {
  background-image: url("./images/sarch_background.png");
  background-size: cover;
  padding-bottom: 20px;
  padding-right: 10.417%;
  padding-left: 10.417%;
  box-shadow: 0px 0px 12px #24242429;
  margin-bottom: 6px;
  background-position: center;
}

#frame_search_top {
  transition: 0.2s;
  background-color: white;
  border: solid 2px #8c1018;
  padding-top: 0;
  z-index: 10;
  border: solid 2px #8c1018;
  padding: 20px 40px;
  box-shadow: 0 0 8px grey;
}

#medals {
  padding: 0;
  margin: 0;
  /* 縦方向を揃える */
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
  align-items: center; /* 縦方向中央揃え */
}

#medals figure {
  position: relative;
  right: -26.32%;
  width: 100%;
  max-width: 600px;
  height: 300px;
  padding: 0;
  margin: 0;
}

#medals figure.slider img {
  padding: 0;
  margin: 0;
  object-fit: cover;
}

#about_wrapper {
  background: linear-gradient(90deg, #f9f4ee 0%, #f9f4ee 70%, #fff 70%, #fff 100%);
  padding-bottom: 20px;
  padding-right: 10.417%;
  padding-left: 10.417%;
}

#about {
  width: 94.7%;
  padding: 30px 0 0 0;
  margin: 0;
}

#about p {
  letter-spacing: 0.06em;
  margin-bottom: 0;
}

#about h2.title {
  margin-bottom: 50px;
  margin-top: 10px;
}
#about dl {
  margin: 1.5rem 0;
}
#about dt {
  font-weight: 400;
}
#about dd {
  margin: 0;
}

#about a {
  color: #000000;
  text-decoration-line: underline;
  font-size: 1.1rem;
}

#CN,
.mid-banner {
  text-align: center;
  margin: 50px 0;
}

#CN img,
.mid-banner img {
  width: 80%;
  padding: 0;
}

img.teamImg {
  width: 111.8%;
  margin-left: -26.316%;
}

#team {
  margin-top: 100px;
  margin-bottom: 100px;
}

#team div figure {
  margin: 0;
}

#team div.team p {
  width: 100%;
  margin-right: 10.42%;
  max-width: 460px;
}

div#team div.team p.entry {
  width: 73.68%;
  max-width: 380px;
  height: 50px;
  background-color: #8c1018;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 20px;
  /* テキストを揃える */
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */
  -webkit-justify-content: center;
  /* 横方向中央揃え（Safari用） */
  justify-content: center;
  /* 横方向中央揃え */
}

div#team div.team p.entry#late {
  background-color: #75674f;
}

div#team div.team p.entry a {
  padding: 30px;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2rem;
}

img.doublesImg {
  width: 111.8%;
  margin-left: 14.47%;
}

#doubles {
  margin-top: 100px;
  margin-bottom: 150px;
}

#doubles div.doubles h2 {
  width: 100%;
}

#doubles div.doubles p {
  width: 100%;
  max-width: 460px;
}

#doubles div.doubles p.entry {
  width: 73.68%;
  max-width: 380px;
  height: 50px;
  background-color: #8c1018;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 20px;
  /* テキストを揃える */
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */
  -webkit-justify-content: center;
  /* 横方向中央揃え（Safari用） */
  justify-content: center;
  /* 横方向中央揃え */
}

#doubles div.doubles p.entry#late {
  background-color: #75674f;
}

#doubles div.doubles p.entry a {
  padding: 30px;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2rem;
}

#doubles div.doubles figure {
  text-align: right;
  margin: 0;
}

/* 矢印 */
.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  margin-bottom: 5px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.triangle {
  left: 0px;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 0px solid transparent;
  border-left: 15px solid #8c1018;
  margin-right: -12px;
}
.flyer-early-late a:nth-of-type(1) {
  margin: 0 15px 0 25px;
}
.flyer-early-late a:nth-of-type(1) button {
  border: 2px solid #8c1018;
  color: #8c1018;
  padding: 2px 10px 2px 10px;
}
.flyer-early-late a:nth-of-type(2) {
  margin: 0 15px 0 15px;
}
.flyer-early-late a:nth-of-type(2) button {
  border: 2px solid #75674f;
  color: #75674f;
  padding: 2px 10px 2px 10px;
}
.flyer-early-late a.btn_inactive button {
  border: 2px solid #bcbcbc;
  color: #bcbcbc;
}
.flyer_wrap {
  display: flex;
  align-items: end;
}
.flyer-early-late {
  display: flex;
}
.flyer-early-late button {
  background-color: #ffffff;
}

/* facebook */
.facebook_title_container {
  padding: 60px 10.417% 60px 10.417%;
  background-color: #f9f3ec;
}
.facebook_blocks_container {
  padding-left: 3.5%;
  background-color: #f9f3ec;
  height: 270px;
}
div.facebook_blocks {
  transform: scale(0.6);
  width: 166%;
  transform-origin: 0 0;
  display: flex;
  overflow-x: scroll;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}
div.facebook_blocks_sp {
  display: none;
  overflow-x: scroll;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}
.facebook_blocks::-webkit-scrollbar,
.facebook_blocks_sp::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
/*スクロールバーの横幅指定*/
#facebook .box_srcollbar::-webkit-scrollbar {
  height: 10px;
}
/*スクロールバーの背景色・角丸指定*/
#facebook .box_srcollbar::-webkit-scrollbar-track {
  border-radius: 10px;
  background: transparent;
}
/*スクロールバーの色・角丸指定*/
#facebook .box_srcollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #907f61;
}

.facebook_block {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
  margin-right: 4%;
}
.facebook_block div {
  overflow-y: scroll;
  height: 480px;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
  background-color: rgba(0, 0, 0, 0);
}
.facebook_block div::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.facebook_more_container {
  padding: 100px 10.417% 100px 10.417%;
  background-color: #f9f3ec;
}
.facebook_title_container h2 {
  text-align: center;
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0.2em;
  font-weight: bold;
  display: block;
}
.facebook_title_at {
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  color: #8c1018;
}

.facebook_more_container a {
  display: block;
  width: 46%;
  margin: 0 27%;
}

.facebook_more_container button {
  width: 100%;
  height: 50px;
  text-align: center;
  background-color: #8c1018;
  color: #fff;
  position: relative;
}
.facebook_more_container button::after {
  content: "＞";
  display: block;
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  font-size: 1rem;
}
.facebook_more_container_arrow {
  width: 15%;
  text-align: center;
}
.nofacebook {
  font-size: 1.8rem;
  width: 100%;
  margin-left: 6.5%;
}

/* qualify & entryfee */
.bottom-visual .jumbotron {
  background-image: url("./images/hero-courses_trim.jpg");
  background-size: cover;
  color: #ffffff;
  padding: 0;
  margin: 0;
}

.bottom-visual div.jumbotron {
  margin-bottom: 0;
  display: flex;
}

.qualify_entryfee {
  width: 50%;
}
.qualify_entryfee dt {
  font-weight: 400;
}
.qualify_entryfee dd {
  margin: 0;
}
.qualify_entryfee section {
  align-items: center;
  position: relative;
  text-align: center;
  background-color: #8c1018;
  color: #ffffff;
  height: 920px;
  width: 71.35%;
  margin: 150px auto;
  padding: 70px;
}
.qualify_entryfee:nth-of-type(1) section {
  margin: 150px 3rem 150px auto;
}
.qualify_entryfee:nth-of-type(2) section {
  margin: 150px auto 150px 3rem;
}

.qualify_entryfee_wrap {
  text-align: left;
  margin-top: 65px;
}
.qualify_entryfee_wrap dl {
  padding: 0;
  margin: 0;
}
.qualify_entryfee_wrap dl:nth-of-type(2),
.qualify_entryfee_wrap dl:nth-of-type(3) {
  padding: 0;
  margin: 40px 0 0 0;
}
.qualify_entryfee_wrap + p {
  bottom: 0;
  text-align: left;
  padding-bottom: 80px;
  padding-right: 80px;
  margin-top: 20px;
  line-height: 1.3rem;
}
.textCenter {
  text-align: center;
}

@media (max-width: 1400px) {
  .left_content {
    margin: 40px 0;
    font-size: 1rem;
  }
  .right_content {
    font-size: 1rem;
  }

  .content_img {
    max-width: 500px;
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .left_content {
    display: block;
    justify-content: center;
    border: none;
    width: 100%;
    text-align: center;
    padding: 40px;
  }
  .right_content {
    display: block;
    justify-content: center;
    border: none;
    width: 100%;
    text-align: center;
    padding: 40px;
  }
  .content_detail > a button {
    margin: 10px auto;
    width: 60%;
    min-width: 300px;
  }
  .flyer_wrap {
    margin: 5px auto;
    justify-content: center;
  }
  .content_img {
    max-width: none;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .facebook_more_container a {
    width: 30%;
    margin: 0 35%;
  }
}

/* PC（画面サイズ：大） */
@media (max-width: 1199px) {
  #CN {
    margin-bottom: 0;
  }
  #CN img,
  .mid-banner img {
    padding: 0;
  }
  .flyer-early-late {
    flex-direction: row;
    justify-content: center;
  }
  .facebook_blocks_container {
    padding-left: 5%;
    height: 270px;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none; /* IE, Edge 対応 */
    scrollbar-width: none; /* Firefox 対応 */
  }
  div.facebook_blocks {
    display: none;
  }
  div.facebook_blocks_sp {
    display: flex;
    transform: scale(0.6);
    transform-origin: 0 0;
    overflow-x: scroll;
    width: 4000px;
    -ms-overflow-style: none; /* IE, Edge 対応 */
    scrollbar-width: none; /* Firefox 対応 */
  }
  .facebook_block {
    height: 400px;
    margin-right: 40px;
    width: 480px;
    overflow-y: scroll;
    -ms-overflow-style: none; /* IE, Edge 対応 */
    scrollbar-width: none; /* Firefox 対応 */
  }
  .facebook_blocks_container::-webkit-scrollbar,
  .facebook_blocks_sp::-webkit-scrollbar,
  .facebook_block::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }

  .bottom-visual div.jumbotron {
    display: block;
  }

  .qualify_entryfee:nth-of-type(1) {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .qualify_entryfee:nth-of-type(2) {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .qualify_entryfee section {
    width: 89.3%;
    height: auto;
    min-height: 640px;
    padding: 20px 40px 40px 20px;
  }

  .qualify_entryfee:nth-of-type(1) section,
  .qualify_entryfee:nth-of-type(2) section {
    margin: auto;
  }

  .qualify_entryfee_wrap {
    text-align: left;
    margin: 0px 180px 40px 180px;
  }

  .qualify_entryfee_wrap + p {
    bottom: 0;
    text-align: left;
    padding-bottom: 20px;
    padding-left: 180px;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .qualify_entryfee_wrap dl:nth-of-type(2),
  .qualify_entryfee_wrap dl:nth-of-type(3) {
    margin: 20px 0 0 0;
  }
  .qualify_entryfee section {
    padding: 20px 40px 40px 20px;
  }

  .qualify_entryfee_wrap {
    margin: 20px 80px 40px 80px;
  }

  .qualify_entryfee_wrap + p {
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .sp_block {
    display: block;
  }

  #about {
    margin-top: 100px;
    padding-top: 0;
    width: 100%;
  }

  #medals {
    margin-top: 20px;
  }
  #medals figure {
    position: relative;
    right: 0%;
    max-width: none;
    height: auto;
  }

  img.teamImg {
    margin-left: -5.97%;
  }
  img.doublesImg {
    margin-right: -5.97%;
  }

  .qualify_entryfee section {
    padding: 20px;
  }

  .qualify_entryfee_wrap {
    margin: 10px 0px 40px 0px;
  }

  .qualify_entryfee_wrap {
    margin: 30px 0px 40px 0px;
  }

  .qualify_entryfee_wrap + p {
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 20px;
  }

  .qualify_entryfee_wrap dl:nth-of-type(2),
  .qualify_entryfee_wrap dl:nth-of-type(3) {
    margin: 20px 0 0 0;
  }

  .qualify_entryfee_wrap + p small {
    font-size: 0.7rem;
  }
  .content_detail > a button {
    font-size: 0.9rem;
    margin: 20px auto;
  }
}

/* スマートフォン（画面サイズ：小）*/

@media (max-width: 577px) {
  .class-container {
    flex-direction: column;
    align-items: center;
  }
  .box_class {
    height: 210px;
    margin: 10px;
  }
}
@media (max-width: 576px) {
  .top-margin_sp {
    margin-top: 100px;
  }
  /* スマートフォン　フォントサイズ */
  h2.title {
    font-size: 1.5rem;
  }

  .news_underline {
    display: none;
  }

  #emergencyLink {
    background-color: none;
    font-size: 1rem;
  }

  #medals {
    margin-top: 30px;
  }

  .top-banner {
    margin-top: 0;
    padding-top: 40px;
  }

  #top_banner_search {
    padding-right: 5.3%;
    padding-left: 5.3%;
  }

  span.subtitle {
    font-size: 0.8rem;
  }
  h2.title span {
    font-size: 1rem;
  }

  .qualify_entryfee_wrap {
    font-size: 0.9rem;
  }

  .top_img_sp {
    display: block;
    padding: 0;
    width: 100%;
    z-index: 0;
  }
  .top_img_pc {
    display: none;
  }
  #news .news_select {
    display: none;
    top: 15px;
    left: 47%;
    width: 50%;
    overflow-x: auto;
    white-space: nowrap;
  }
  #news .box_srcollbar {
    height: 600px;
  }

  #about {
    margin-top: 0;
  }
  #about h2.title {
    margin-bottom: 20px;
  }

  /* facebook */
  .facebook_title_container h2 {
    font-size: 1.5rem;
  }
  .facebook_title_at {
    font-size: 0.8rem;
  }
  .facebook_title_container {
    padding: 40px 10.417% 30px 10.417%;
  }

  .facebook_blocks_container {
    padding-left: 5%;
    height: 180px;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none; /* IE, Edge 対応 */
    scrollbar-width: none; /* Firefox 対応 */
  }
  div.facebook_blocks {
    display: none;
  }
  div.facebook_blocks_sp {
    display: flex;
    transform: scale(0.45);
    transform-origin: 0 0;
    overflow-x: scroll;
    width: 4000px;
    -ms-overflow-style: none; /* IE, Edge 対応 */
    scrollbar-width: none; /* Firefox 対応 */
  }
  .facebook_block {
    height: 400px;
    margin-right: 40px;
    width: 480px;
    overflow-y: scroll;
    -ms-overflow-style: none; /* IE, Edge 対応 */
    scrollbar-width: none; /* Firefox 対応 */
  }

  .facebook_blocks_container::-webkit-scrollbar,
  .facebook_blocks::-webkit-scrollbar,
  .facebook_block::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }

  .facebook_more_container {
    padding: 30px 4.5% 80px 4.5%;
  }
  .facebook_more_container a {
    width: 100%;
    margin: 0;
  }

  .nofacebook {
    font-size: 2.5rem;
    margin-left: 0;
  }

  /* スマートフォン　フォントサイズ */
  .qualify_entryfee_wrap small {
    font-size: 0.6rem;
    line-height: 1.4;
  }
}

/* スマートフォン（画面サイズ極小） */
@media (max-width: 420px) {
  #medals {
    margin-top: 20px;
  }

  .ham_menu ul li .sub-menu li a {
    font-size: 0.6rem;
    line-height: 1rem;
    padding-bottom: 10px;
  }

  .ham_menu ul li a {
    line-height: 3rem;
  }

  #news .box_srcollbar {
    height: 600px;
  }

  #emergencyLink {
    font-size: 0.9rem;
  }

  #about {
    margin-top: 40px;
  }

  #team .entry a {
    font-size: 0.9rem;
  }

  #doubles .entry a {
    font-size: 0.9rem;
  }

  .content_detail > a button {
    width: 100%;
    min-width: inherit;
  }

  .bottom-visual .jumbotron {
    background-position: -760px 0;
  }
  .flyer-early-late a:nth-of-type(1) {
    margin: 0 15px 0 25px;
  }
  .flyer-early-late a:nth-of-type(2) {
    margin: 0;
  }
  .flyer_wrap {
    font-size: 0.8rem;
  }
  div#team div.team p.entry a {
    font-size: 1rem;
  }
  div#doubles div.doubles p.entry a {
    font-size: 1rem;
  }

  #searchform {
    width: 100%;
  }
  #searchsubmit {
    width: 100%;
  }
  #frame_search_top {
    padding: 20px 20px;
  }

  #frame_search section div.wrapper {
    padding: 0 10px;
  }
  .qualify_entryfee:nth-of-type(1) {
    padding-top: 65px;
    padding-bottom: 35px;
  }
  .qualify_entryfee:nth-of-type(2) {
    padding-top: 35px;
    padding-bottom: 65px;
  }
  .qualify_entryfee_wrap {
    margin: 0px 0px 40px 0px;
  }
}

/* スマートフォン（画面サイズ超極小） */
@media (max-width: 320px) {
  #news .box_srcollbar {
    height: 240px;
  }
  #about {
    margin-top: 40px;
  }
  div#team div.team p.entry a {
    padding-left: 20px;
    padding-right: 20px;
  }
  #team .entry a {
    font-size: 0.8rem;
  }
  #doubles {
    margin-bottom: 70px;
  }
  div#doubles div.doubles p.entry a {
    padding-left: 20px;
    padding-right: 20px;
  }
  #doubles .entry a {
    font-size: 0.8rem;
  }
  .qualify_doubles {
    margin-top: 10px;
  }
  .qualify_entryfee_wrap dl:nth-of-type(2),
  .qualify_entryfee_wrap dl:nth-of-type(3) {
    margin-top: 10px;
  }
  .qualify_entryfee:nth-of-type(1) {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .qualify_entryfee {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .flyer-early-late a:nth-of-type(1) {
    margin: 0 5px 0 10px;
  }
  .flyer-early-late a:nth-of-type(1) button {
    padding: 2px 5px 2px 10px;
  }
  .flyer-early-late a:nth-of-type(2) {
    margin: 0 5px 0 10px;
  }
  .flyer-early-late a:nth-of-type(2) button {
    padding: 2px 10px 2px 10px;
  }
}
/* ***************************************************************
  footer.php
******************************************************************
  フッターのスタイルを指定します


*************************************************************** */
footer {
  font-size: 1.25rem;
  letter-spacing: 0.2em;
  line-height: 1.7;
  background-color: #907f61;
  color: #ffffff;
}

footer small {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  line-height: 1.7;
  font-weight: normal;
}
#footer-main small:nth-last-of-type(1) {
  margin-bottom: 1rem;
}

footer div div {
  font-size: 1rem;
  letter-spacing: 0.2em;
  line-height: 1.7;
}
#footer-main {
  padding: 0;
  margin-right: 10.417%;
  margin-left: 10.417%;
}

#footer-main aside {
  padding-top: 80px;
  padding-bottom: 100px;
}

#footer-main h2::after {
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 1.7;
  color: #ffffff;
  margin: 0.5rem auto auto;
  display: block;
}
#footer-main aside dt,
#footer-main aside dd {
  font-size: 1rem;
  letter-spacing: 0.2em;
  line-height: 1.7;
}

#footer-main aside dt {
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 700;
}

#footer-main aside dd {
  text-decoration: underline;
  margin-bottom: 0;
  font-weight: 700;
}
#footer-main aside a {
  color: #ffffff;
}

.copyright {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.02em;
  line-height: 1.7;
  color: #7c7c7c;
  background-color: #242424;
  text-align: center;
}

.img-fluid {
  width: 100%;
}

#contact_wrapper {
  display: flex;
  text-align: center;
  padding: 80px 0 0 0;
  align-items: center;
}

.contact_contents {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

#contact_left {
  width: 30%;
  text-align: center;
}
#contact_right {
  width: 70%;
  text-align: center;
}
#contact_wrapper hr {
  border-color: #fff;
}
#contact_wrapper h2 {
  font-weight: bold;
}
footer h3 {
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
  line-height: 1.7;
  margin-top: 40px;
  margin-bottom: 1rem;
}

.contactform_btn {
  border: 1px solid;
  border-color: #fff;
  line-height: 2.5;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #fff;
  padding: 10px 60px;
  font-size: 1rem;
  letter-spacing: 0.2em;
  background-color: rgba(0, 0, 0, 0);
}
.telnum_wrapper {
  padding: 0 40px;
}

.telnum_wrapper a {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}

@media (max-width: 1400px) {
  .telnum_wrapper {
    padding: 0 20px;
  }
  .telnum_wrapper a {
    font-size: 1.4rem;
  }
  .contactform_btn {
    padding: 10px 20px;
  }
}
@media (max-width: 1100px) {
  #contact_wrapper {
    display: block;
  }
  #contact_left {
    width: 100%;
    margin-bottom: 40px;
  }
  #contact_right {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  #footer-main aside {
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 991px) {
  #footer-main div.contact {
    padding-top: 0;
    margin-bottom: 0;
  }
  #footer-main aside {
    margin-top: 0;
    padding-bottom: 40px;
  }
  #footer-main div.contact h2 {
    margin-top: 40px;
  }
  #footer-main .tel a {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .contact_contents {
    display: block;
  }
  .contactform_btn {
    width: 100%;
  }
}
/* スマートフォン（画面サイズ超極小） */
@media (max-width: 320px) {
  #footer-main div div div h2 {
    font-size: 1.8rem !important;
  }
  #footer-main .table tr th div.contactform {
    line-height: 2rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/* ***************************************************************
  back_to_top
******************************************************************
  トップに戻るボタン


*************************************************************** */
#pagetop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 50px;
  bottom: 50px;
  display: none;
}
@media (max-width: 420px) {
  /* トップに戻るボタン */
  #pagetop {
    right: 10px;
    bottom: 20px;
  }
}

/* ***************************************************************
  competition_summary
******************************************************************
  大会概要ページのスタイルを指定します


*************************************************************** */
#competition_summary th {
  width: 200px;
  padding: 40px 0 40px 25px;
  font-weight: bold;
}

#competition_summary td {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#competition_summary h5 {
  font-weight: bold;
}
#competition_summary ul {
  list-style-type: none;
  padding-inline-start: 0px;
  margin-bottom: 0.5rem;
}

#competition_summary ul small {
  font-size: 1rem;
}
.info_area > span {
  display: block;
  text-align: right;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  /* ***************************************************************
  competition_summary
******************************************************************
  大会概要ページのスタイルを指定します


*************************************************************** */
  #competition_summary hr.mb-0 {
    margin-top: 0.5rem;
  }

  #competition_summary th,
  #competition_summary td {
    border-bottom: none;
    border-top: none;
    display: block;
    width: 100%;
  }
  #competition_summary th {
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 1.1rem;
  }
  #competition_summary td {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  #competition_summary tr {
    border-bottom: 1px solid;
  }
  #competition_summary tr:last-child {
    border-bottom: none;
  }
}
/* スマートフォン（画面サイズ極小） */

@media (max-width: 420px) {
  #competition_summary .info_area {
    padding: 2rem 1rem !important;
  }
}

/* ***************************************************************
  competition_rules
******************************************************************
  競技ルールページのスタイルを指定します


*************************************************************** */
#competition_rules div p {
  margin-bottom: 1.7rem;
}

#competition_rules h2 {
  background-color: #f9f4ee;
  font-size: 1rem;
  line-height: 1.7rem;
  letter-spacing: 0.3rem;
}

#competition_rules .competition_rules_heading {
  counter-reset: count 0;
  margin-bottom: 100px;
}

#competition_rules .competition_rules_heading > dt:before {
  counter-increment: count;
  content: counter(count, decimal-leading-zero) ". ";
  font-weight: bold;
  color: #8c1018;
  margin-right: 0.5rem !important;
}
#competition_rules dd {
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
}

#competition_rules .competition_rules_heading > dt {
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 1.5rem !important;
  border-top: solid 1px #bdbdbd;
  margin-top: 1.7rem;
  padding-top: 1.5rem;
}
#competition_rules .competition_rules_heading > dt:first-child {
  font-weight: bold;
  margin-bottom: 1.5rem !important;
  border: none;
  margin-top: 0;
  padding-top: 0;
}
#competition_rules .competition_rules_heading > dd:last-child {
  border-bottom: solid 1px #bdbdbd;
  padding-bottom: 1.7rem;
  margin-bottom: 1.5rem;
}
#competition_rules .competition_rules_heading > dt:last-child {
  border-bottom: solid 1px #bdbdbd;
  padding-bottom: 1.7rem;
  margin-bottom: 1.5rem;
}

#competition_rules .competition_rules_subheading dt {
  font-weight: 400;
}

/*競技ルールスペーススタイル*/
#competition_rules .mb_0 {
  margin-bottom: 0;
}
#competition_rules .competition_rules_heading dt:nth-of-type(3) + dd {
  margin-bottom: 1rem;
  display: inline-block;
}
@media (max-width: 767px) {
  #competition_rules hr.mb-0 {
    margin-top: 0.5rem;
  }
  #competition_rules div p {
    margin-bottom: 1.1rem !important;
  }
}

/* ***************************************************************
  schedule
******************************************************************
  スケジュールページのスタイルを指定します


*************************************************************** */
.schedule_border {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* チェックボックス */
/* 元々のチェックボックス（非表示） */
#searchform table tbody tr td input[type="checkbox"] {
  display: none;
}
/* チェックボックスの代わりを成すラベル */
#searchform table tbody tr td input[type="checkbox"] + label {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-right: 10px;
}
/* ラベルの左に表示させる正方形のボックス□ */
#searchform table tbody tr td input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  margin-top: -10px;
  left: 0;
  top: 57%;
  border: 1px solid;
  border-color: #585753; /* 枠の色変更 お好きな色を */
  background-color: #fff; /* 背景の色変更 お好きな色を */
  border-radius: 0.2rem;
}
/* ラベルの左に表示させる正方形のボックス□ */
#searchform table tbody tr td input[type="checkbox"]:checked + label::before {
  border: 0px solid;
  border-color: #fff; /* 枠の色変更 お好きな色を */
  background-color: #8c1018; /* 背景の色変更 お好きな色を */
}
/* チェックが入った時のレ点 */
#searchform table tbody tr td input[type="checkbox"]:checked + label::after {
  font-family: "Font Awesome 6 Free";
  font-size: 14px;
  font-weight: 600;
  content: "\f00c";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  color: #fff;
}

/* 検索プルダウン */
.schedule_title_top {
  position: relative;
  height: 50px;
}
.schedule_title_top .text_title {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.search_position {
  position: relative;
}
#schedule_popup {
  position: absolute;
  right: 0;
  bottom: 0;
  background: none;
  border: none;
  outline: none;
}
#schedule_popup span {
  font-weight: bold;
}

#frame_search {
  transition: 0.2s;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 20px;
  background-color: white;
  border: solid 2px #8c1018;
  padding-top: 0;
  z-index: 10;
  width: 100%;
  padding: 20px 40px;
}

/* 絞り込み吹き出しの三角形 */
#frame_search::before {
  content: "\25B8";
  display: block;
  font-size: 2em;
  height: 0;
  line-height: 0;
  position: absolute;
  color: #fff;
  top: -545px;
  right: -500px;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  width: 100%;
  text-shadow: 2px 0 1px #8c1018;
  z-index: 15;
}

#searchButton {
  width: 20px;
}

#frame_search section div.wrapper {
  display: flex;
  justify-content: center;
}
/* calendarアイコン */
.dropdown_picker .fa-calendar {
  color: white;
  height: 100%;
  width: 46px;
  background-color: #8c1018;
  display: inline-block;
  position: absolute;
  right: 0;
  pointer-events: none;
  font-size: 1.4rem;
}
.fa-calendar:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

#searchform {
  letter-spacing: 0.1rem;
  width: 100%;
  margin: 0;
  padding: 20px 0;
}
#searchform table {
  width: 100%;
}
#searchform table tbody tr {
  border-bottom: solid 1px #8c1018;
  line-height: 40px;
}
#searchform table tbody tr:last-child {
  border-bottom: none;
}
#searchform table tbody tr th {
  width: 120px;
  padding: 0;
}
#searchform table tbody tr td label {
  margin: 10px 0 10px 0;
}
#searchform table tbody tr td label input {
  margin-right: 5px;
}
.areaBtn {
  text-align: center;
}
#searchsubmit {
  border-width: 0;
  background-color: #8c1018;
  color: white;
  width: 250px;
  height: 50px;
}

#label_team {
  color: #257aae;
  font-weight: bold;
}
#label_doubles {
  color: #315586;
  font-weight: bold;
}
#label_mixed_doubles {
  color: #534079;
  font-weight: bold;
  width: 200px;
}

.category_tr td label,
.year_month_tr td label,
.condition_tr td label {
  width: 220px;
}

/* 検索結果 */
.schedule_class {
  padding-top: 0;
}
.schedule_class .year_month {
  position: relative;
  padding: 80px 25px 0 25px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #f9f4ee;
}
.schedule_title {
  font-size: 1rem;
  line-height: 1.7;
  font-weight: normal;
  padding: 8px 50px;
  color: #fff;
  margin-bottom: 0;
}

.schedule_area {
  font-weight: bold;
  font-size: 2rem;
}

.caution_cancel {
  padding: 0 20px 20px 20px;
  color: #8c1018;
}

.schedule_content time span {
  font-size: 2rem;
  font-weight: bold;
}

.schedule_row hr {
  width: 100%;
  border-top: 2px solid #907f61;
  margin: 0;
}
.schedule_row hr.border_verticle {
  margin: auto 0;
  height: 80px;
  border-top: none;
  width: auto;
  border-right: 2px solid #907f61;
}

.schedule_content {
  align-items: center;
  padding: 10px 25px;
  margin-bottom: 0;
}

.schedule_content p {
  margin-bottom: 0;
}

.schedule_main {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}

.schedule_main a {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.4rem;
  text-decoration: underline;
  text-decoration-thickness: from-font;
  text-underline-offset: 4px;
}

.schedule_main a:hover {
  text-decoration: underline;
  text-decoration-thickness: from-font;
  text-underline-offset: 4px;
}
.schedule_main_row {
  flex-wrap: inherit;
}
.schedule_row {
  background-color: #fff;
  margin-bottom: 3rem;
}
.schedule_link {
  display: flex;
  align-items: center;
  margin-left: 20px;
  gap: 20px;
}
.schedule_link p,
.text_closed_s {
  color: #7c7c7c;
  margin: 0;
}
.schedule_link a span,
.schedule_link p span,
.text_closed_s span {
  text-decoration: underline solid;
}
.schedule_link a {
  color: #8c1018;
  margin: 0;
}
.schedule_row button {
  display: block;
  margin: 20px 0 20px auto;
}

.schedule_class .year_month_title {
  position: absolute;
  top: 0;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.4rem;
  padding-top: 35px;
}
.schedule_class .year_month:first-child {
  margin-top: 0;
}
.schedule_class .year_month:empty {
  display: none;
}
.schedule_class .cmt {
  margin-top: -30px;
  margin-bottom: 0;
  padding-bottom: 20px;
}

/* PC（画面サイズ：大） */

@media (max-width: 1199px) {
  /* スケジュール */
  #frame_search::before {
    top: -455px;
    right: -400px;
  }
}
@media screen and (max-width: 991px) {
  .schedule_main_row {
    flex-wrap: wrap;
  }
  .schedule_title_top {
    height: 30px;
  }
  #frame_search::before {
    top: -335px;
    right: -280px;
  }
  #schedule_popup {
    top: -25px;
  }
}
@media (max-width: 767px) {
  #frame_search::before {
    top: -245px;
    right: -200px;
  }
  table.line_btm tbody tr th,
  table.line_btm tbody td {
    display: block;
  }
}
/* スマートフォン（画面サイズ：小）*/

@media (max-width: 576px) {
  #schedule_popup span {
    display: none;
  }
  #frame_search::before {
    display: none;
  }
  #searchform table tbody tr td input[type="checkbox"] + label {
    margin: 0;
    padding-right: 0;
  }
  .category_tr td label,
  .year_month_tr td label {
    width: 124px;
    margin: 0;
    padding: 0;
  }
  .condition_tr td label {
    width: 130px;
    margin: 0;
    padding: 0;
  }
  table.line_btm tbody tr td {
    font-size: 0.7rem;
  }
  .dropdown_picker .fa-calendar {
    height: 95%;
  }
}

/* ***************************************************************
  team_match
******************************************************************
  チーム戦ページのスタイルを指定します（ダブルス戦・ミックスダブルス戦共通）


*************************************************************** */
.competition_img_sp {
  display: none;
}

.dropdown_wrap {
  display: flex;
  justify-content: flex-start;
}

.class_match ul {
  text-align: center;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  color: #fff;
}

.class_match li {
  position: relative;
  padding: 5px;
  display: block;
  cursor: pointer;
  color: #333;
}
.class_match .row {
  align-items: center;
}
.match_day {
  line-height: 1.5;
}

.fax_download {
  background-image: url("./images/hero-courses.jpg");
  background-size: cover;
  padding: 40px;
  margin-top: 100px;
}
.fax_download h1 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.fax_row {
  display: flex;
  justify-content: center;
}

.fax_row a {
  margin: 10px 20px;
  font-size: 0.9rem;
}

.fax_row a:hover {
  color: #fff;
}

.fax_download button {
  background-color: #8c1018;
  text-align: center;
  width: 220px;
  padding: 10px 20px;
  color: #fff;
  cursor: pointer;
  max-width: 280px;
}

.fax_download a.btn_inactive button {
  background-color: #7c7c7c;
  color: #bfbfbf;
}

/*Styling Selectbox*/

* {
  outline: 0;
}

.dropdown {
  width: 300px;
  display: inline-block;
  background-color: #8c1018;
  transition: all 0.5s ease;
  position: relative;
  color: #fff;
  height: 100%;
  text-align: left;
}
.dropdown_picker {
  width: 300px;
  display: inline-block;
  background-color: #fff;
  transition: all 0.5s ease;
  position: relative;
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;

  justify-content: center;
  align-items: center;
}
.form-control {
  display: inline-block;
  background-color: #fff !important;
  border-radius: 0;
}
.dropdown .select {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

.dropdown .select > i {
  font-size: 0.7rem;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  float: right;
  line-height: 20px;
}

.dropdown:hover {
  box-shadow: 0 0 4px rgb(204, 204, 204);
}

.dropdown.active:hover,
.dropdown.active {
  box-shadow: 0 0 4px rgb(204, 204, 204);
}

.dropdown.active .select > i {
  transform: rotate(-180deg);
}

.dropdown .dropdown-menu {
  position: absolute;
  background-color: #eedcdd;
  width: 100%;
  left: 0;
  overflow: hidden;
  display: none;
  overflow-y: auto;
  z-index: 9;
  border-radius: 0;
  border: none;
  margin-top: 0;
}

.dropdown .dropdown-menu li {
  padding: 10px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.dropdown .dropdown-menu {
  padding: 0;
  list-style: none;
}

.dropdown .dropdown-menu li:hover {
  background-color: #fbf7f7;
}

/* 前期・後期・全日本切替表示 */
.period_flex {
  display: inline-flex;
  justify-content: flex-start;
  width: 100%;
  margin: 10px 0px 50px;
}
.change_period {
  margin-left: auto;
}
.change_period input {
  background-color: unset;
  color: #ffffff;
  border: none;
}

.early_button,
.late_button,
.allJapan_button {
  padding: 5px 5px;
  width: 350px;
  height: 50px;
  margin-bottom: 10px;
}

.early_button,
.late_button {
  background-color: #8c1018;
  color: white;
  word-wrap: none;
}

.allJapan_button input {
  color: #8c1018;
}
.allJapan_button {
  background-color: #fff;
  color: #8c1018;
  word-wrap: none;
  border: #8c1018 solid 3px;
}

/* 前期・後期・全日本切替時表示用 */
.period_box {
  display: flex;
  align-items: center;
  margin-right: 2px;
  width: 100%;
  justify-content: center;
}
.period_team {
  background-color: #257aae;
  color: #fff;
}
.period_doubles {
  background-color: #305586;
  color: #fff;
}
.period_mixed_doubles {
  background-color: #534079;
  color: #fff;
}
.period_text {
  padding-top: 2px;
  font-size: 2.2em;
  font-weight: bold;
  margin-bottom: 0;
}
.schedule {
  padding: 40px 30px;
  background-color: #f9f4ee;
  overflow: hidden;
}

/* PC（画面サイズ：大） */
@media (max-width: 1199px) {
  .dropdown_wrap {
    display: block;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .border_pc {
    display: none;
  }
  .border_sp {
    display: block;
  }
  .schedule_row button {
    width: 100%;
    padding: 8px 20px;
    margin: 10px auto;
  }
  .text_title {
    font-size: 1.2rem;
  }
  .schedule_title,
  .schedule_area,
  .schedule_content time span,
  .schedule_main a {
    font-size: 1.4rem;
  }
  .schedule_main a {
    line-height: 2rem;
  }
  .fax_row {
    flex-direction: column;
    align-items: center;
  }
  .fax_row p {
    margin: 10px auto;
  }
  .fax_download {
    margin-top: 0px;
  }
  .schedule_row hr {
    width: 90%;
    margin: 0 auto;
  }
}
/* スマートフォン（画面サイズ：小） */
@media (max-width: 767px) {
  .early_button,
  .late_button,
  .allJapan_button {
    padding: 5px 5px;
    height: 50px;
    font-size: 14px;
  }

  .period_text {
    padding-top: 2px;
    font-size: 28px;
    font-weight: bold;
  }

  .change_period {
    text-align: center;
  }
  .schedule_link {
    margin-top: 10px;
  }
}

@media (max-width: 575px) {
  .period_flex {
    flex-direction: column;
    display: inline-flex;
    align-items: center;
    width: 100%;
    margin: 10px 0px 50px;
  }

  .early_button,
  .late_button,
  .allJapan_button {
    padding: 5px 5px;
    height: 50px;
    font-size: 14px;
  }

  .period_text {
    padding-top: 2px;
    margin: 0;
    font-weight: bold;
  }
  .period_box {
    margin-bottom: 10px;
  }
  .change_period {
    text-align: center;
    margin-left: 0px;
  }
  #mixdoubles_title::after {
    margin-top: 20px;
  }
  h2#mixdoubles_title span.subtitle {
    display: block;
  }
}

/* スマートフォン（画面サイズ極小） */

@media (max-width: 420px) {
  .competition_img_sp {
    display: block;
    padding: 0;
    width: 100%;
  }
  .competition_img_pc {
    display: none;
  }
  .schedule_link {
    display: block;
  }
  .early_button,
  .late_button,
  .allJapan_button {
    width: 90%;
  }
}

/* ***************************************************************
  contact
******************************************************************
  お問い合わせページのスタイルを指定します


*************************************************************** */
table.std {
  width: 100%;
  border: 1px solid #ccc;
  margin: 1em 0;
}
table.std th {
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #ededed;
  color: #222;
  vertical-align: top;
}
table.std td {
  padding: 10px;
  border: 1px solid #ccc;
}
table.std tbody tr th {
  text-align: center;
  vertical-align: middle;
}

span.hissu {
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #c24b4b;
  color: #fff;
  padding: 0 2px;
  margin: auto 2px 3px 6px;
  font-size: 0.4rem;
  border: 1px solid #fff;
  font-weight: normal;
  vertical-align: middle;
}
.wpcf7-form-control-wrap input {
  margin: 1px;
  padding: 10px;
  border: 0;
}
.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap input[type="email"] {
  width: 100%;
  background: #f1f1f1;
}
.wpcf7-form-control-wrap textarea {
  width: 100%;
  height: 150px;
  padding: 10px;
  background: #f1f1f1;
  border: 0;
}
.frame_privacy {
  border: 1px solid #ededed;
  margin: 15px auto;
  padding: 15px;
}
.frame_privacy .inframe {
  height: 250px;
  overflow-y: scroll;
}
.lv_h3 {
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-size: 1.2rem;
  color: #3a3a3a;
  font-weight: bold;
}
ol.number {
  counter-reset: number;
  list-style: none;
  margin: 0;
  padding: 0;
}
ol.number li {
  margin: 15px 0;
  background: none;
  padding: 0;
  list-style-type: none;
}
ol.number li:before {
  counter-increment: number;
  content: counter(number);
  float: left;
  background: #8c1018;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 2;
  margin: 0 7px 0 0;
}
.fa-at:after {
  display: inline-block;
  content: "@";
  width: 1em;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
}
.textCenter {
  text-align: center;
}
span.wpcf7-list-item.first.last {
  margin: 0;
}
.wpcf7-list-item label {
  text-align: center;
  margin: 0;
}
.btnSend {
  text-align: center;
  padding: 20px 0 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.btnSend input[type="submit"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 40px;
  background: #8c1018;
  color: #fff;
  font-size: 26px;
  border: 1px;
  cursor: pointer;
  margin: 0 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 2px 2px 0px #c9c9c9;
  -moz-box-shadow: 2px 2px 0px #c9c9c9;
  -webkit-box-shadow: 2px 2px 0px #c9c9c9;
}

/* チェックボックス */
/* 元々のチェックボックス（非表示） */
.wpcf7-list-item label input[type="checkbox"] {
  display: none;
}
/* チェックボックスの代わりを成すラベル */
.wpcf7-list-item label input[type="checkbox"] + span {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-right: 10px;
}
/* ラベルの左に表示させる正方形のボックス□ */
.wpcf7-list-item label input[type="checkbox"] + span::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  margin-top: -10px;
  left: 4px;
  top: 57%;
  border: 1px solid;
  border-color: #585753; /* 枠の色変更 お好きな色を */
  background-color: #fff; /* 背景の色変更 お好きな色を */
  border-radius: 0.2rem;
}
/* ラベルの左に表示させる正方形のボックス□ */
.wpcf7-list-item label input[type="checkbox"]:checked + span::before {
  border: 0px solid;
  border-color: #fff; /* 枠の色変更 お好きな色を */
  background-color: #8c1018; /* 背景の色変更 お好きな色を */
}
/* チェックが入った時のレ点 */
.wpcf7-list-item label input[type="checkbox"]:checked + span::after {
  font-family: "Font Awesome 6 Free";
  font-size: 14px;
  font-weight: 600;
  content: "\f00c";
  position: absolute;
  display: block;
  top: 4px;
  left: 5px;
  color: #fff;
}

/* チェックが入っていない時のボタン */
div.wpcf7 .wpcf7-submit:disabled {
  background-color: #7c7c7c;
}

/* スマートフォン（画面サイズ：小） */
@media (max-width: 767px) {
  table.std {
    display: block;
    width: 100%;
    border: 0;
  }
  table.std tbody {
    display: block;
    width: 100%;
  }
  table.std tr {
    display: block;
    width: 100%;
  }
  table.std th {
    list-style-type: none;
    display: block;
  }
  table.std td {
    list-style-type: none;
    border: 0;
  }
  table.std th,
  table.std td {
    list-style-type: none;
    width: 100%;
    padding: 9px 10px;
    box-sizing: border-box;
    display: block;
  }
  .wpcf7-form-control-wrap input[type="text"],
  .wpcf7-form-control-wrap input[type="tel"],
  .wpcf7-form-control-wrap input[type="email"] {
    font-size: 0.8rem;
  }
  .wpcf7-form-control-wrap textarea {
    padding: 5px 1%;
    height: 150px;
    font-size: 0.8rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .btnSend input[type="submit"] {
    padding: 15px 0;
    width: 95%;
    padding: 20px 40px;
  }
}
