@charset "utf-8";


/* ヘッダーの設定 */

#header {
  height:70px;
  background: var(--main_color) !important;
}

body.header_fix #header {
  display: block;
}


/* ヘッダーロゴの設定 */

#header_logo {
  background: var(--main_color);
  border: none;
}

#header_logo img.pc {
  display: none !important;
}

#header_logo img.mobile {
  display: none !important;
}

#header_logo img.scroll {
  display: block !important;
  width: 248px;
  height: 50px;
  max-height: 60px;
}

@media screen and (max-width: 1300px) {
  #header_logo img.scroll {
    display: block !important;
    width: 200px;
    height: 40px;
    max-height: 60px;
  }
}


/* ヘッダーメニューの設定 */

#header .menu_area .bottom {
  height:70px;
  border: none;
}

@media screen and (max-width: 1300px) {
  #header .menu_area .bottom {
    height: 0px;
  }
}

body.header_fix #header .menu_area {
  /*height: 50px;*/
  /*width: 200px;*/
  /*left: calc(100vw - 200px);*/
}

@media screen and (max-width: 1300px) {
  body.header_fix #header .menu_area {
    /*left: calc(100vw - 220px);*/
  }
}

body.header_fix #header .menu_area .bottom {
  height: 0px;
}

body.header_fix #header .menu_area .toiaawase {
  margin-top: -70px;
}


#header_button a::before {
  font-family: "Font Awesome 5 Free";
  content: '\f023';
  font-weight: 600;
  font-size: 150%;
  margin-right: 5px;
}

/*
#header_button a::after {
  font-family: "Font Awesome 5 Free";
  content: '\f0a9';
  font-weight: 600;
  font-size: 100%;
  margin-left: 5px;
}
*/

/*
#header_button a::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 50px;
  background-image: url(keyicon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
*/

#header_button a {
  height: 50px;
  line-height: 50px;
}

@media (hover: hover) {
  #header_button a:hover {
    background: white !important;
    color: #947d66;
    border: 1px solid;
  }
}

#header .menu_area .top {
  height:50px;
}

body.header_fix #header .menu_area .top {
  display: flex;
}

@media screen and (max-width: 1300px) {
  #header .menu_area {
    display: block;
    height: 50px;
  }
}


/* デザインボタン */
@media (hover: hover) {
  a.design_button:hover {
  color: var(--main_color) !important;
  border: 1px solid var(--main_color);
  background: white;
  }
}


/* グローバルメニューは非表示 */
#global_menu {
  display: none;
}


/* ドロワーメニューボタンを常に表示 */
#drawer_menu_button {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  right: 0px;
  top: 5px;
  cursor: pointer;
  z-index: 4;
}

@media screen and (max-width: 1300px) {
  #drawer_menu_button {
    top: 0px !important;
  }
}

#drawer_menu_button::before {
  content: '\30E1\30CB\30E5\30FC';
  position: absolute;
  top: 23px;
  left: -50px;
  color: white !important;
}

#drawer_menu_button span {
  width: 22px;
  height: 2px;
  background: white !important;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all .4s ease;
}

#drawer_menu_button span:nth-child(1) {
  top: 23px;
}

#drawer_menu_button span:nth-child(2) {
  top: 29px;
}

#drawer_menu_button span:nth-child(3) {
  top: 35px;
}


/* ドロワーメニュー */
.open_drawer_menu #drawer_menu {
  transform: translate3d(0,0,0);
  pointer-events: auto;
}

#drawer_menu {
  display: block;
}

#drawer_menu .header {
  position: relative;
  width: 100%;
  height: 60px;
}

#drawer_mneu_close_button::before {
  color: #000;
  font-family: 'normal_icon';
  content: '\e91a';
  font-size: 20px;
  display: block;
  top: 17px;
  left: 12px;
  position: absolute;
}

#drawer_mneu_close_button {
  cursor: pointer;
  display: block;
  width: 50px;
  height: 60px;
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 10;
}

#drawer_header_button {
  margin: 0 20px 13px;
  display: flex;
  flex-wrap: wrap;
}

#drawer_header_button a {
  color: #000;
  border: 1px solid #ddd;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgb(221, 221, 221);
  border-right: none;
  flex: 1 1 0%;
  text-align: center;
  height: 50px;
  line-height: 1.4;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

#drawer_header_button a:last-of-type {
  border-right: 1px solid #ddd;
}

#mobile_menu {
  width: auto;
  margin: 0 20px;
}

#mobile_menu ul {
  margin: 0;
}

#mobile_menu li {
  position: relative;
}

#mobile_menu li ul {
  display: none;
}

#mobile_menu li.open > .child_menu_button::after {
  content: '\e943';
  top: 14px;
}

#mobile_menu .child_menu_button::after {
  font-family: 'normal_icon';
  content: '\e145';
  font-size: 20px;
  display: block;
  color: #000;
  position: absolute;
  top: 14px;
  left: 12px;
  font-weight: 400;
}

#mobile_menu .child_menu_button {
  display: block;
  position: absolute;
  text-align: center;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  z-index: 9;
  cursor: pointer;
}

#mobile_menu li li a::before {
  white-space: pre;
  content: '    ';}

#mobile_menu li li a {
  background: #f6f6f6;
  position: relative;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
}

#mobile_menu a {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 50px 0 20px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-decoration: none;
  background: #fff;
  color: #000;
  font-size: 14px;
  transition: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  visibility: visible;
}

/* ドロワーメニューのホバー時の設定 */
@media (hover: hover) {
  #drawer_menu a:hover {
    background-color: gainsboro;
  }
}



/* ヘッダー画像の調整（id="header_slider_container"） */
#header_slider_container {
  height: calc(100vh - 70px);
}



/* メインバナーの設定（id="main_banner"） */

.banner_header {
  margin: 0px auto 0px;
  text-align: center;
  max-width: 1000px;
}

#main_banner {
  /*border-top: 1px solid #ddd;*/
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 150px;
}

@media screen and (max-width: 600px) {
  #main_banner {
    display: block;
  }
}

#main_banner a::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .5s ease;
  border: 1px solid;
}
#main_banner a {
  height: auto;
  aspect-ratio: 750/300;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 50%;
  text-decoration: none;
  margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
  #main_banner a {
    width: 100%;
  }
}

#main_banner a:hover::after {
  opacity: 1;
}

#main_banner a:hover .title {
  color: #0F556B;
}

#main_banner a:hover .title_mini {
  opacity: 1;
}

#main_banner .content {
  text-align: left;
  z-index: 3;
  display: flex;
  align-items: center;
}

#main_banner .title {
  font-size: min(25px, 2vw);
  font-weight: 600;
  color: white;
  margin-left: 20px;
  width: 40%;
}

@media screen and (max-width: 600px) {
  #main_banner .title {
    font-size: 4vw;
  }
}

#main_banner .title_mini {
  font-size: min(20px, 1.8vw);
  font-weight: 500;
  color: #0F556B;
  margin-left: 20px;
  line-height: 1.3em;
  opacity: 0;
}

@media screen and (max-width: 600px) {
  #main_banner .title_mini {
    font-size: 3.6vw;
  }
}

#main_banner .arrow_button::after {
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  font-weight: 900;
  font-size: 120%;
  margin-left: 5px;
}

#main_banner .image_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}


#main_banner .image_wrap img {
  object-fit: contain;
  width: 100%;
}


/* SNSボタン */

#main_banner .sns_button {
  position: absolute;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 3;
  bottom: 0px;
}


/* トップページのバナー設定（class="banner_top"） */

.banner_top .animate_background {
  display: block;
  transform: scale(1.1);
  overflow: hidden;
  margin: 0px 10px 10px;
}

@media (hover: hover) {
  .banner_top .animate_background:hover img {
    transform: scale(1.1);
  }
}
@media (hover: hover) {
  .banner_top .animate_background img {
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
  }
}

.banner_top a {
  /* transition: opacity 0.3s; */
}

.banner_top a:hover {
  /* opacity: 0.6; */
}


/* デザインコンテンツの設定（class="cb_design_content"） */

.cb_header {
  margin: 0 auto 50px;
}

.cb_header .sub_title {
  line-height: 0px;
}

.cb_news_list .cb_header {
  margin-bottom: 50px;
}

@media screen and (max-width: 1000px) {
  .cb_news_list .news_list {
    display: block !important;
  }
}

.cb_news_list .news_list .item.swiper-slide-active {
  border-right: 1px solid #ddd;
}

@media screen and (max-width: 1000px) {
  .cb_news_list .news_list .item {
    width: auto !important;
  }
}

@media screen and (max-width: 1000px) {
  .news_list .animate_background {
    width: 110px;
    height: 110px;
  }
}

#content_builder .link_button {
  margin-top: 50px;
}

/*
.cb_design_content .main_content {
  width: 1000px;
  margin: 0 auto 110px;
}

.cb_design_content .main_content.layout_type2 .content {
  margin: 50px -80px 0 0;
}
*/


/* ３カラムコンテンツの設定（class="cb_design_content"） */

.three_column_carousel_container .image_wrap {
  aspect-ratio: 520 / 520;
}

@media screen and (max-width: 800px) {
  .three_column_carousel_wrap .three_column_carousel {
    display: block !important;
  }
}

@media screen and (max-width: 800px) {
  .three_column_carousel_wrap .item {
    width: 100% !important;
  }
}

@media screen and (max-width: 800px) {
  .three_column_carousel_wrap .title {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}


/* ２カラムコンテンツの設定（class="cb_two_column"） */

@media screen and (max-width: 1100px) {
  .cb_two_column .content .title {
    font-size: 25px;
  }
}


/* サブバナーの設定 */

.sub_banner p {
  overflow: hidden;
}

.sub_banner a {
  display: block;
  overflow: hidden;
}

.sub_banner a img {
  transition: transform 0.5s ease;
}

@media (hover: hover) {
  .sub_banner a:hover img {
    transform: scale(1.1);
    transition: transform 0.5s ease;
  }
}


/* タブメニューのスタイル */

/*
.tab-container {
  background-color: white;
  padding-bottom: 20px;
}
*/

.tab-menu {
  display: flex;
  list-style: none;
  padding: 0;
}

.tab-menu li {
  background-color: white;
  border: 1px solid #e0e0e0;
  text-align: center;
  line-height: 200%;
  padding: 0 12px;
  margin-left: -1px;
}

.tab-menu li:hover {
  cursor: pointer ;
  background-color: #e0e0e0;
}

.tab-menu li.active {
  background-color: #e0e0e0;
}

/* タブコンテンツのスタイル */

.tab-content {
  margin-top: -1px;
}

.tab-content ul {
   display: flex;
   justify-content: flex-end;
}

.tab-content li {
  background-color: white;
  width: min(200px, 100%);
  text-align: center;
  border: 1px solid #e0e0e0;
  line-height: 250%;
  margin-left: -1px;
}

.tab-content li:hover {
  cursor: pointer ;
  background-color: #e0e0e0;
}

.tab-content li.active {
  background-color: #e0e0e0;
}


/* カレンダーの設定（Events Manager） */

/* カレンダー表示 */

/* 曜日の色設定 */
.em.em-calendar .em-cal-head > div:first-child {
  color: red;
}

.em.em-calendar .em-cal-head > div:last-child {
  color: blue;
}

/* イベント単体フォーマット */
/* calendar_preview_modal_event_format.php */

/* 日付（イメージ）の表示位置を調整 */
.em-modal-content .em-event .em-item-image .em-item-image-placeholder div.date {
  padding-top: 40%;
}

/* 「詳細はこちら」ボタンを非表示 */
.em-item-info .em-item-actions {
  display: none;
}

/* イベント日付フォーマット */
/* calendar_preview_modal_date_format.php */

/* 日付（イメージ）の表示位置を調整 */
.em.em-events-widget .em-item .em-item-image-placeholder div.date {
  padding-top: 40%;
}

/* 日付を非表示 */
.em-item-info .em-item-meta .em-event-meta-datetime {
  display: none !important;
}

/* カテゴリーを非表示 */
.em-item-info .em-item-meta .em-event-categories {
  display: none !important;
}

/* #_TOWNを非表示 */
.em-item-info .em-item-meta .em-event-meta-location {
  display: none !important;
}

/* 組合せ表／競技結果へのリンク */

.em-item-info .em-item-desc a {
  display: inline-block;
  height: 38px !important;
  padding: 0px 10px;
  color: white !important;
  text-align: center !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 38px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  background-color: burlywood !important;
  border-radius: 4px !important;
  border: 1px solid var(--border-color) !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
}

.em-item-info .em-item-desc a:hover {
  color: saddlebrown !important;
  border-color: var(--text-color-softer) !important;
  outline: 0 !important;
  font-weight: 300 !important;
  background-color: white !important;
}



/* プレイヤー登録メール */

#p_tab input[type="text"] {
  width: 100%; /* 幅 */
  font-size: min(16px, 1.5vw);
  /*margin: 1em 0; 前後の余白 */
  /*padding: 0.5em; テキスト周りの余白 */
  /*border: solid 2px #e3e6ea; 線の色 */
  /*border-radius: 4px; 角丸 */
}

#p_tab input[type="radio"] {
  font-size: min(16px, 1.1vw);
  block-size: min(16px, 1.1vw);
}

@media screen and (max-width: 800px) {
  #p_tab input[type="radio"] {
    margin-left: -5px;
  }
}

#p_tab th {
  font-size: min(16px, 1.1vw);
}

#p_tab td label {
  font-size: min(16px, 1.1vw);
}


/* プライベート会ご案内（id="pcompe"） */

/* 最後と最後から２番目の列を非表示にする。 */
@media screen and (max-width: 800px) {
  #pcompe table td:nth-last-child(1),
  #pcompe table td:nth-last-child(2) {
    display: none;
  }

  .post_content td, .post_content th {
    padding: 14px 10px !important;
  }
}


/* ご利用案内（class="tdnitiyoubi"） */

.post_content .tdnitiyoubi {
  line-height: 1.5em;
}


/* その他 */

/* 「メンバー様へのお知らせ」で文章内の一部の文字サイズを変更すると無条件に改行される。 */
/* spanタグがblock要素になる */
.faq_list .desc span {
  display: inline;
}

