@charset "UTF-8";
#contents .schedule .colf_cs {
  color:#641943;
  font-weight:bold;
  text-decoration: underline;
}
#contents .schedule .colf_cs:hover {
  text-decoration:underline;
  color:blue;
}
details {
  border-bottom: 1px solid;
}
summary {
  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: block;
}
summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}
.summary_inner{
  cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    /*border: 1px solid #d2beff;*/
    font-weight: bold;
    color: #002255;
}
.icon {
    display: block;
    position: relative;
    width: 24px;
    margin-left: 6px;
    flex-shrink: 0;
    transform-origin: center 43%;
    transition: transform 0.4s;
}
.icon::before {
    left: 0;
    transform: rotate(45deg);
}
.icon::after {
    right: 0;
    transform: rotate(-45deg);
}
.icon::before, .icon::after {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 3px;
    background-color: #7050ff;
}
details.is-opened .icon {
    transform: rotate(180deg);
}
.content {
  overflow: hidden;
  padding: 10px 0;
}
.js-content {
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 10px 0;
}
.price {
  margin: 10px 10px;
}
.tournament_title {
  text-align: left;
  font-weight: normal;
}
.tournament_title p{
  margin: 0;
}

#contents .tournament_title .date {
  margin: 5px 0;
}
#contents .tournament_title .region {
  margin: 3px 0;
  font-size: small;
}
#contents .tournament_title .course {
  margin: 3px 0;
  font-size: 1.2rem;
  font-weight: bold;
}
#contents .new_schedule {}
#contents .new_schedule .content .about {
  display: flex;
}
#contents .new_schedule .content .about div {
  margin-top: 10px;
  width: 45%;
  border: 1px solid #0000ff;
  text-align: center;
  padding: 10px 0;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  background: #FFF;
}
#contents .new_schedule .content .about div a{
  display: block;
}
#contents .new_schedule .content .about .pairing {
  background: #22ac38;
  border: none;
}
#contents .new_schedule .content .about .pairing a{
  color: #FFF;
}
#contents .new_schedule .content .about .reserve {
  background: #c0c0c0;
  border: none;
  color: #FFF;
}
#contents .new_schedule .content .about .result {
  background: #e4007f;
  border: none;
}
#contents .new_schedule .content .about .result a{
  color: #FFF;
}
#contents .new_schedule .content .entry {
  width: 95%;
  border: 1px solid;
  padding: 10px 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  border-radius: 5px;
  background: #00c25a;
  color: #FFF;
}

#contents .new_schedule .content .entry a{
  color: #FFF;
  font-size: medium;
  font-weight: bold;
}
#contents .new_schedule .content .entry_off {
  width: 95%;
  border: 1px solid;
  padding: 10px 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  border-radius: 5px;
  background: #c0c0c0;
  color: #FFF;
  font-weight: bold;
}
.sp_title{
  text-align: center;
  margin-bottom: 0;
}
.price .prices {
  font-weight: bold;
  color: #ff4500;
}
.howto_entry {
  margin: 20px 10px 10px;
  line-height: 20px;
}
#contents .howto_entry a{
  color:#641943;
  font-weight:bold;
  text-decoration: underline;
}
.s-font {font-size:10px;}
#contents .schedule .tmt_option {
  margin-top: 5px;
  font-size: 13px;
}
.wide {width: 130px;}
.e_status {
  margin-top: 10px;
  font-size: 1em;
}
#wrapper .e_status {}
#wrapper .e_status table{width: 80%;}
#wrapper .e_status table td{background: #081F5C;color: #FFF;border: 0px;padding: 3px 0;}
#wrapper .entry_status p.title {
  font-size: medium;
  margin-top: 15px;
}
#wrapper .entry_status p.content {
  font-size: 14px;
  margin-top: 10px;
}
#wrapper .sp_entry_status {margin: 10px 20px;}
#wrapper .sp_entry_status p{margin: 10px;}
#wrapper .sp_entry_status span{line-height: 20px;}

#contents .entry_status_d p.title {
  font-size: medium;
  margin-top: 15px;
}
#contents .entry_status_d p.content {
  font-size: 12px;
  margin-top: 10px;
  line-height: 17px;
}

@media only screen and (max-width: 767px) {
  #contents .entry_status_d p.content {
    font-size: 9px;
    margin-top: 10px;
    line-height: 15px;
  }
}

/*20260219_add*/
#contents .link_btn {
    text-align: center;
}
#contents .link_btn ul {
    width: 98%;
    margin: 0 auto;
    max-width: 900px;
}
#contents .link_btn li {
    display: inline-block;
    vertical-align: top;
    width: 48%;
}
@media only screen and (max-width: 767px) {
  #contents .link_btn a {
    width: 96%;
  }
  #contents .link_btn a::before {
        bottom: 0.2em;
        right: 0.2em;
    }
}
#contents .link_btn a::before {
    content: "";
    bottom: 0.35em;
    right: 0.3em;
    border-top: 0.5em solid transparent;
    border-right: 0.5em solid #fff;
    position: absolute;
    z-index: 100;
}
#contents .link_btn a {
  display: block;
    width: 88%;
    margin: 0 auto;
    background: #f7b52c;
    font-weight: bold;
    color: #fff;
    font-size: 1em;
    letter-spacing: -0.5px;
    height: 3.2em;
    line-height: 3.2em;
    -webkit-box-shadow: 1px 1px 3px #ccc;
    box-shadow: 1px 1px 3px #ccc;
}

#contents .btn_sec a {
    background: #00c25a;
}