@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.schedule {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
}
.schedule img, .schedule iframe, .schedule video {
  max-width: 100%;
}
.schedule .clearfix {
  clear: both;
}
.schedule .dbg_h1_01 {
  margin: 0;
}
.schedule .dbg_h1_01 h1 {
  margin: 0;
}
.schedule .fz-14 {
  font-size: 14px;
}
.schedule .mainContTitleArea {
  margin: 0 0 21px;
}
@media (max-width: 767px) {
  .schedule .mainContTitleArea {
    margin: 0 0 33px;
  }
}
.schedule #content {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1224px) {
  .schedule #content {
    margin: 0 12px;
  }
}
.schedule .floatL {
  float: left;
}
.schedule .right {
  float: right;
}
.schedule .content-tab {
  margin: 0 0 100px;
}
.schedule .pastSelectwrap {
  width: 282px;
  margin: 14px 0 0;
}
.schedule .selectArea select {
  height: auto;
  position: absolute;
  display: block;
  z-index: 9999;
  text-indent: 0.5em;
  color: #333;
  background: #fff;
}
.schedule .selectArea .selectBtn {
  position: relative;
  border: #D9D9D9 1px solid;
  text-indent: 1em;
  cursor: pointer;
  background: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  color: #333;
}
.schedule .selectArea .arrow {
  position: relative;
  margin-left: -27px;
  cursor: pointer;
}
.schedule .selectArea.pastSelect {
  position: relative;
}
.schedule .selectArea.pastSelect select {
  width: 282px;
  margin-top: 5px;
  display: block;
}
.schedule .selectArea.pastSelect .selectBtn {
  width: 282px;
  height: 30px;
  float: left;
}
.schedule .material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
}
.schedule .reponsive-tab {
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0 0 50px;
  border-bottom: 1px solid #333;
  width: 100%;
}
@media (max-width: 767px) {
  .schedule .reponsive-tab {
    margin: 0 0 20px;
  }
}
.schedule .reponsive-tab::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px;
  height: 4px;
  display: none;
}
.schedule .reponsive-tab::-webkit-scrollbar-thumb {
  width: 4px;
  height: 4px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.5);
}
.schedule .reponsive-tab::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 8px;
  width: 4px;
  height: 4px;
}
.schedule .tab-btns {
  display: flex;
  padding: 0px 0 0;
  margin: 0 0 21px;
  border-bottom: 1px solid #333;
}
@media (max-width: 767px) {
  .schedule .tab-btns {
    margin: 0 -12px 10px;
    border: 0 none;
  }
}
.schedule .tab-btns > button {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
  text-align: center;
  background: transparent;
  flex: 1;
  position: relative;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 10px 20px 12px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .schedule .tab-btns > button {
    background: #EFEFEF;
    font-size: 11px;
    padding: 18px 4px;
    border-right: 1px solid #fff;
  }
}
@media (max-width: 374px) {
  .schedule .tab-btns > button {
    font-size: 10px;
  }
}
.schedule .tab-btns > button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background-color: transparent;
  transition: all 0.3s;
}
.schedule .tab-btns > button::before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  background: #d9d9d9;
}
@media (max-width: 767px) {
  .schedule .tab-btns > button::before {
    content: none;
  }
}
.schedule .tab-btns > button:hover::after {
  background-color: #00822D;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .schedule .tab-btns > button:hover::after {
    content: none;
  }
}
.schedule .tab-btns > button.tab-btn--active {
  color: #00822D;
}
@media (max-width: 767px) {
  .schedule .tab-btns > button.tab-btn--active {
    background: #00822D;
    color: #fff;
  }
}
.schedule .tab-btns > button.tab-btn--active::after {
  background-color: #00822D;
}
@media (max-width: 767px) {
  .schedule .tab-btns > button.tab-btn--active::after {
    content: none;
  }
}
.schedule .tab-btns > button img {
  max-width: 128px;
  height: auto;
}
.schedule .tab-btns > button:last-child::before {
  content: none;
}
.schedule .tab-btns > button.inactive{
  color: rgba(51,51,51,0.5);
  pointer-events: none;
}
@media (max-width: 767px) {
  .schedule .tab-btns > button:last-child {
    border-right: 0 none;
  }
  .schedule-2024 .tab-btns > button.inactive{
    color: rgba(51,51,51,0.25);
  }
}
.tab-items .tab-item .year{
  font-size: 26px;
  font-weight: 400;
  line-height: 22px;
  font-family: "JLPGA-Regular", sans-serif;
  margin: 0 0 8px;
  color: #333;
}
.tab-items .tab-item .year:not(:first-child){
  margin-top: 30px;
}
@media(max-width:767px){
  .tab-items .tab-item .year{
      margin-bottom: 17px;
  }
}
.schedule .pdf-txt {
  text-align: right;
  margin: 0px 0 16px;
}
@media (max-width: 767px) {
  .schedule .pdf-txt {
    margin: 0 0 10px;
  }
}
.schedule .pdf-txt > a {
  text-decoration: underline;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
}
.schedule .tournament-print {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 5px;
  margin: 0 0 30px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
}
@media (max-width: 767px) {
  .schedule .tournament-print {
    padding: 0 0 9px;
    margin: 0 0 31px;
  }
}
.schedule .tournament-print .heading {
  color: #00822D;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 767px) {
  .schedule .tournament-print .heading {
    font-size: 20px;
  }
}
.schedule .tournament-print .print {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  top: 5px;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .schedule .tournament-print .print {
    display: none;
  }
}
.schedule .tournament-print .material-icons {
  padding-left: 7px;
}
.schedule .tournament-print .pastSelectwrap {
  margin: 0;
}
@media (max-width: 767px) {
  .schedule .tournament-print .pastSelectwrap {
    width: auto;
    position: relative;
    top: 4px;
  }
}
@media (max-width: 767px) {
  .schedule .tournament-print .pastSelectwrap .selectArea.pastSelect .selectBtn {
    width: 175px;
    height: 24px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .schedule .tournament-print .pastSelectwrap .selectArea.pastSelect .arrow {
    margin-left: -23px;
    top: -3px;
  }
}
.schedule .tab-item .item {
  display: flex;
  flex-wrap: wrap;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(31, 31, 31, 0.1);
  color: #333;
  margin: 0 0 20px;
  padding: 21px 0 25px;
  border-radius: 6px;
  border-width: 1px 1px 1px 10px;
  border-style: solid;
  border-color: #FBFBFB #FBFBFB #FBFBFB #B4A073;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .schedule .tab-item .item {
    flex-direction: column;
    border-width: 6px 1px 1px 1px;
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 0px 10px 10px;
    border-color: #B4A073 #FBFBFB #FBFBFB #FBFBFB;
  }
}
.schedule .tab-item .item a {
  color: #333;
}
.schedule .tab-item a:hover {
  text-decoration: underline;
}
.schedule .tab-item .item > div {
  position: relative;
  padding: 0 5px 0 24px;
}
.schedule .tab-item .item > div.col01 {
  width: 171px;
  padding:5px 19px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .schedule .tab-item .item > div.col01 {
    width: 100%;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }
}
.schedule .tab-item .item > div.col01::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: calc(100% + 5px);
  transform: translateY(-50%);
  width: 1px;
  background: #D9D9D9;
}
@media (max-width: 767px) {
  .schedule .tab-item .item > div.col01::after {
    content: none;
  }
}
.schedule .tab-item .item > div.col01 > span.image {
  margin-top: auto !important;
  display: inline-block;
  @media (min-width: 768px) {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .schedule .tab-item .item > div.col01 > span.image {
    margin: -6px 0 0 !important;
  }
}
.schedule .tab-item .item > div.col02 {
  flex: 1;
  padding-right: 50px;
}
@media (max-width: 1280px) {
  .schedule .tab-item .item > div.col02 {
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .schedule .tab-item .item > div.col02 {
    flex: auto;
    margin-bottom: 0;
    padding: 0;
  }
}
.schedule .tab-item .item div.col03 {
  max-width: 250px;
  margin-left: auto;
  flex-direction: column;
  flex: fit-content;
  justify-content: center;
}
@media (min-width: 768px) {
  .schedule .tab-item .item div.col03 {
    display: flex;
  }
}
@media (max-width: 991px) {
  .schedule .tab-item .item div.col03 {
    max-width: 220px;
  }
}
@media (max-width: 767px) {
  .schedule .tab-item .item > div {
    padding: 0;
  }
  .schedule .tab-item .item div.col03[hidden="hidden"] {
    padding: 0;
    border-top: none;
  }
  .schedule .tab-item .item div.col03 {
    width: 100%;
    max-width: 100%;
    flex: auto;
    border-top: 1px solid #D9D9D9;
  }
}
.schedule .tab-item .item div.col03::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% + 5px);
  background: #D9D9D9;
}
@media (max-width: 767px) {
  .schedule .tab-item .item div.col03::before {
    content: none;
  }
}
.schedule .tab-item .item div.col03 > p:last-child {
  margin-bottom: 0;
}
.schedule .tab-item .item.lpga-tour {
  border-left-color: #96BE00;
}
@media (max-width: 767px) {
  .schedule .tab-item .item.lpga-tour {
    border-left: 0 none;
    border-top-color: #96BE00;
  }
}
.schedule .tab-item .item.lpga-setuptour {
  border-left-color: #69AFCD;
}
@media (max-width: 767px) {
  .schedule .tab-item .item.lpga-setuptour {
    border-left: 0 none;
    border-top-color: #69AFCD;
  }
}
.schedule .tab-item .item.lpga-legendstour {
  border-left-color: #1E551E;
}
@media (max-width: 767px) {
  .schedule .tab-item .item.lpga-legendstour {
    border-left: 0 none;
    border-top-color: #1E551E;
  }
}
.schedule .tab-item .date {
  font-size: 27px;
  text-align: center;
  font-weight: 400;
  line-height: 1.6;
  display: block;
  margin: 0;
  font-family: "JLPGA-Regular", sans-serif;
  letter-spacing: -0.01em;
}
@media (max-width: 767px) {
  .schedule .tab-item .date{
    font-size: 24px;
    margin: 0 0 0px;
  }
}
@media (min-width: 768px) {
  .schedule .tab-item .date {
    position: relative;
    line-height: 27px;
  } 
}
.schedule .hyphen {
  margin: 0 0.5em;
}
.schedule .tab-item .image > img {
  max-width: 132px;
  height: auto;
}
.schedule .tab-item .numb-cut {
  display: block;
  text-align: left;
  color: #878787;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
}
.schedule .tab-item .tournamentLabel, .schedule .tab-item .tournamentName {
  display: inline;
}
.schedule .tab-item .tournamentLabel {
  font-size: 12px;
  font-weight: 500;
  padding: 2px 13px;
  background: #00822D;
  color: #fff;
  margin-right: 7px;
  position: relative;
  top: -2px;
}
.schedule .tab-item .tournamentLabel a {
  color: #fff;
}
@media (max-width: 767px) {
  .schedule .tab-item .tournamentLabel {
    display: inline-block;
    margin: 6px 0 5px;
    padding: 2px 10px;
  }
}
.schedule .tab-item .tournamentName {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  margin: 0 0 3px;
}
@media (max-width: 767px) {
  .schedule .tab-item .tournamentName {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 4px;
    /* display: flex; */
    align-items: center;
    display: block;
  }
  .schedule .tab-item .tournamentName.min-height {
    /*min-height: 40px;*/
  }
}
.schedule .tab-item .tournamentPlace {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  margin: 0 0 16px;
}
@media (max-width: 767px) {
  .schedule .tab-item .tournamentPlace {
    font-size: 12px;
    margin: 0;
  }
}
.schedule .tab-item .tournamentBounus {
  padding: 0 0 7px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .schedule .tab-item .tournamentBounus {
    padding: 11px 0 5px;
    font-size: 12px;
  }
}
.schedule .tab-item .tournamentWinner {
  padding: 0 0 12px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .schedule .tab-item .tournamentWinner {
    padding: 0 0 5px;
    font-size: 12px;
  }
}
.schedule .tab-item .mind {
  font-size: 12px;
  color: #878787;
  font-weight: 500;
  line-height: 1.4;
}
.schedule .tab-item .list-link {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  display: flex;
}
@media (max-width: 1224px) {
  .schedule .tab-item .list-link {
    flex-wrap: wrap;
    padding: 5px 0 6px;
  }
}
@media (max-width: 767px) {
  .schedule .tab-item .list-link li {
    margin: 0 0 5px;
  }
}
.schedule .tab-item .list-link li > a {
  padding: 0 15px 0 0;
  margin: 0 15px 0 0;
  border-right: 1px solid #EBEBEB;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 1280px) {
  .schedule .tab-item .list-link li > a {
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
  }
}
@media (max-width: 767px) {
  .schedule .tab-item .list-link li > a {
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    font-size: 12px;
  }
}
@media (max-width: 374px) {
  .schedule .tab-item .list-link li > a {
    padding: 0 5px 0 0;
    margin: 0 5px 0 0;
  }
}
@media (max-width: 767px) {
  .schedule .tab-item .list-link li > a::before {
    width: 15px;
    height: 12px;
    margin-right: 5px;
  }
}
.schedule .tab-item .list-link li:last-child > a {
  border: 0 none;
  margin: 0;
  padding: 0;
}

.schedule .tab-item .list-link li.dummy-txt > a::before {
  border: 2px solid #00822D;
}
@media (max-width: 767px) {
  .schedule .tab-item .list-link li.dummy-txt > a::before {
    width: 15px;
    height: 12px;
  }
}
@media (min-width: 320px) and (max-width: 448px) {
  .schedule .tab-item .list-link li:nth-child(3) > a {
    border-right: 0;
  }
}
.schedule .tab-item .readmore {
  font-size: 12px;
  font-weight: 700;
  content: "";
  width: 100%;
  text-align: right;
  display: none;
}
@media (max-width: 767px) {
  .schedule .tab-item .readmore {
    display: block;
    margin-top: 6px;
  }
}
.schedule .tab-item .readmore > a {
  color: #00822D;
  position: relative;
  display: block;
}
.schedule .tab-item .readmore > a::before {
  position: absolute;
  content: "";
  right: 0;
  width: calc(100% - 0px);
  height: 1px;
  background: #D9D9D9;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}

.schedule .tab-item .readmore > a > span::after {
  --svg: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="6" viewBox="0 0 12 6" fill="none">                        <path d="M6 6L1.63798e-08 1.13514L1.4 0L6 3.72973L10.6 0L12 1.13514L6 6Z" fill="%2300822D"/>                        </svg>');
  background-image: var(--svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}

.schedule .tab-item .readmore > a > span {
  background-color: #fff;
  padding: 0 0 0 12px;
  position: relative;
}
.schedule .tab-item .readmore > a > span::after {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  display: inline-block;
  margin-left: 5px;
  width: 12px;
  height: 6px;
  content: "";
  position: relative;
  transition: all 0.3s;
  top: -2px;
}
.schedule .tab-item .readmore.active {
  margin-top: 0;
}
.schedule .tab-item .readmore.active > a::before {
  opacity: 1;
}
.schedule .tab-item .readmore.active span::after {
  transform: rotate(180deg);
  transition: all 0.3s;
}

@media (min-width: 992px) {
  .hide-pc {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hide-sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .schedule .tab-item .tournamentPlace > a{
    /*text-decoration: none;*/
  }
}

@media print {
  .schedule header,
  .schedule .vue-sticky-placeholder,
  .schedule .pastSelectwrap,
  .schedule .tab-btns,
  .schedule .tab-item .readmore,
  .schedule .tab-item .list-link{
    display: none;
  }

  .schedule .dbg_breadCrumb .container,
  .schedule .dbg_breadCrumb .dbg_breadCrumbWrap,
  .schedule .dbg_cath .container,
  .schedule .tab-item .tournamentLabel{
    padding-left: 0;
    padding-right: 0;
  }

  .schedule #content{
    margin: 0;
  }
  .schedule .dbg_h1_01 h1,
  .schedule .dbg_cath .dbg_toptitle{
    text-indent: -6px;
  }

  .dbg_breadCrumbWrap{
    padding: 0;
  }
  .schedule .tab-item .tournamentPlace > a{
    text-decoration: none;
  }

}

/* Fix icon to font-ansome*/
.schedule .tab-item .list-link li a{
  align-items: center;
  display: flex;
  gap: 8px;

}
.schedule .tab-item .list-link li:not(.optional) a:before, 
.schedule .tab-item .list-link li.optional a > i {
  background: none !important;
  font-family: "FontAwesome";
  font: var(--fa-font-solid);
  color:#00822D;
  width:auto !important;
  height: auto !important;
  border:0 !important;
  position: relative;
  left: 0;
  top:auto;
  margin: 0;
  height: 30px !important;
  line-height: 30px;
  --svg:auto;
}

.schedule .tab-item .list-link li.ticket-info > a::before{
  content:'\f145';
}

.schedule .tab-item .list-link li.access > a::before{
  content:'\f207';
}

.schedule .tab-item .list-link li.broadcast-dis > a::before{
  content:'\f26c';
  font-size: 16px;
}

.schedule .tab-item .list-link li.web-info > a::before{
  content:'\f0ac';
}


.schedule .tab-item .list-link li.dummy-txt > a::before{
  content:'\f0c8';
}

@media (max-width: 767px) {
  .schedule .tab-item .list-link li a{
    gap: 5px;
  }

  .schedule .tab-item .list-link li.dummy-txt{
    top:auto;
  }

  .schedule .tab-item .list-link li > a::before{
    font-size: 12px !important;
    height:20px !important;
    line-height: 20px;
  }
}
.tab-item .list-link li.inactive a{
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width: 767px) {
  .schedule .tab-item .readmore > a > span::after{
    content:'\f078';
    color: #00822D;
    font-family: "FontAwesome";
    background: none;
    top:0;
    font-weight: 400;
  }

  .schedule .tab-item .readmore > a > span.toggle-arrow::after{
    height: 18px;
    transform: rotate(180deg);
  }
}

.schedule .pastSelectwrap{
  position: relative;
}

.schedule .pastSelectwrap .arrow{
  color: #222;
  font-family: "FontAwesome";
  font-size: 12px;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right: 12px;
}

.schedule .pastSelectwrap .arrow i{
  font-style: normal;
  color:#878787;
}

.schedule select{
  display: inline-block;
  color: #333;
  height: 30px;
  border: #D9D9D9 1px solid;
  font-size: 14px;
  padding: 0 12px;
  font-weight: 700;
  line-height: 28px;
  min-height: auto;
  width: 280px;
}

@media (max-width: 767px) {
  .schedule select{
    width: 175px;
    font-size: 12px;
  }
}

.schedule .hyphen{
  font-size: 18px;
  margin: 0 8.5px;
  position: relative;
  top: -1px;
}