<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* #main .mapBlock
----------------------------------------------------------*/
#main .mapBlock {
  position: relative;
  margin-bottom: 20px;
}
#main .mapBlock .map {
  position: relative;
}
#main .mapBlock .yard {
  position: absolute;
  bottom: 40px;
  left: 0;
  padding-left: 5px;
  border-left: 3px solid #00aaee;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.5;
}

@media only screen and (max-width: 1219px) {
  #main .mapBlock {
    margin-bottom: 30px;
  }
  #main .mapBlock .yard {
    position: static;
  }
}

@media only screen and (max-width: 767px) {
  #main .mapBlock {
    margin-bottom: 25px;
  }
  #main .mapBlock .map {
    margin-bottom: 5px;
  }
  #main .mapBlock .yard {
    padding-left: 3px;
    border-left-width: 2px;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.214285714;
  }
}

/* #main .map
----------------------------------------------------------*/
#main .map .marker {
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
}
#main .map .marker a {
  display: block;
  width: 26px;
  height: 26px;
  border: 2px solid #ffffff;
  border-radius: 15px;
  background-color: #00abeb;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  font-family: 'Times New Roman',Century,serif;
  line-height: 26px;
}
#main .map .marker a:hover {
  background-color: #006286;
}

#main .map .marker01 {
  top: 335px;
  left: 475px;
}

#main .map .marker02 {
  top: 170px;
  left: 275px;
}

#main .map .marker03 {
  top: 210px;
  left: 250px;
}

#main .map .marker04 {
  top: 105px;
  left: 105px;
}

#main .map .marker05 {
  top: 120px;
  left: 40px;
}

#main .map .marker06 {
  top: 285px;
  left: 170px;
}

#main .map .marker07 {
  top: 370px;
  left: 260px;
}

#main .map .marker08 {
  top: 330px;
  left: 280px;
}

#main .map .marker09 {
  top: 380px;
  left: 460px;
}

#main .map .marker10 {
  top: 280px;
  left: 470px;
}

#main .map .marker11 {
  top: 165px;
  left: 325px;
}

#main .map .marker12 {
  top: 150px;
  left: 385px;
}

#main .map .marker13 {
  top: 215px;
  left: 485px;
}

#main .map .marker14 {
  top: 150px;
  left: 500px;
}

#main .map .marker15 {
  top: 190px;
  left: 570px;
}

#main .map .marker16 {
  top: 240px;
  left: 670px;
}

#main .map .marker17 {
  top: 225px;
  left: 760px;
}

#main .map .marker18 {
  top: 340px;
  left: 770px;
}

@media only screen and (max-width: 1219px) {
  #main .map .marker {
    display: none;
  }
}

/* #main .tblBlock
----------------------------------------------------------*/
#main .tblBlock {
  float: left;
  width: 510px;
}

@media only screen and (max-width: 1219px) {
  #main .tblBlock {
    float: none;
    width: auto;
  }
}

/* #main .tblBlock .courseTbl
----------------------------------------------------------*/
#main .tblBlock .courseTbl {
  margin-bottom: 10px;
}
#main .tblBlock .courseTbl th,
#main .tblBlock .courseTbl td {
  padding: 5px;
  min-width: 32px;
  height: 32px;
  border: 1px dotted #999999;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}
#main .tblBlock .courseTbl th {
  font-weight: bold;
}
#main .tblBlock .courseTbl th .marker a {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 100px;
  background: #00abeb;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  font-family: 'Times New Roman',Century,serif;
  line-height: 26px;
}
#main .tblBlock .courseTbl th .marker a:hover {
  background-color: #006286;
}

@media only screen and (max-width: 767px) {
  #main .tblBlock .courseTbl {
    margin-bottom: 5px;
  }
  #main .tblBlock .courseTbl th,
  #main .tblBlock .courseTbl td {
    padding: 0;
    min-width: 25px;
    height: 28px;
    font-size: 10px;
  }
  #main .tblBlock .courseTbl th .marker a {
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 374px) {
  #main .tblBlock .courseTbl th,
  #main .tblBlock .courseTbl td {
    min-width: 20px;
  }
  #main .tblBlock .courseTbl th .marker a {
    width: 16px;
    height: 16px;
    font-size: 11px;
    line-height: 16px;
  }
}

/* #main .courseBlock
----------------------------------------------------------*/
#main .courseBlock {
  float: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 432px;
  border: 1px dotted #3fdd00;
}

@media only screen and (max-width: 1219px) {
  #main .courseBlock {
    float: none;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  #main .courseBlock {
    max-width: 341px;
  }
}

@media only screen and (max-width: 374px) {
  #main .courseBlock {
    max-width: 300px;
  }
}

#main .courseBlock .slider &gt; li {
  display: none;
}
#main .courseBlock .slider &gt; li:first-child {
  display: block;
}

#main .courseBlock .slider.is-active &gt; li {
  display: block;
}

/* #main .courseBlock .slider &gt; li
----------------------------------------------------------*/
#main .courseBlock .slider &gt; li {
  padding: 5px 15px;
}
#main .courseBlock .slider &gt; li .titRow {
  position: relative;
  margin-bottom: 10px;
}
#main .courseBlock .slider &gt; li .titRow .titBox {
  display: table;
  font-family: 'Times New Roman',Century,serif;
}
#main .courseBlock .slider &gt; li .titRow .titBox .boxLeft {
  display: table-cell;
  padding-bottom: 4px;
  vertical-align: bottom;
}
#main .courseBlock .slider &gt; li .titRow .titBox .boxLeft .inout {
  font-size: 14px;
  line-height: 1.0;
}
#main .courseBlock .slider &gt; li .titRow .titBox .boxLeft .hole {
  margin-left: -2px;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.0;
}
#main .courseBlock .slider &gt; li .titRow .titBox .boxRight {
  display: table-cell;
  padding-left: 8px;
  vertical-align: bottom;
}
#main .courseBlock .slider &gt; li .titRow .titBox .boxRight .num {
  font-weight: bold;
  font-size: 60px;
  line-height: 1.0;
}
#main .courseBlock .slider &gt; li .titRow .parBox {
  position: absolute;
  right: 0;
  bottom: 13px;
  display: table;
  padding: 1px;
  background: #258100;
  font-size: 14px;
}
#main .courseBlock .slider &gt; li .titRow .parBox .par {
  display: table-cell;
  padding: 1px 10px;
  color: #ffffff;
  vertical-align: middle;
}
#main .courseBlock .slider &gt; li .titRow .parBox .yards {
  display: table-cell;
  padding: 1px 10px;
  background: #ffffff;
  vertical-align: middle;
}
#main .courseBlock .slider &gt; li .description {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}
#main .courseBlock .slider &gt; li .courseRow .greenCol {
  float: left;
  width: 180px;
}
#main .courseBlock .slider &gt; li .courseRow .greenCol .green {
  margin-bottom: 20px;
}
#main .courseBlock .slider &gt; li .courseRow .greenCol .infoList {
  margin-bottom: 10px;
}
#main .courseBlock .slider &gt; li .courseRow .greenCol .infoList &gt; li {
  display: table;
  font-size: 12px;
}
#main .courseBlock .slider &gt; li .courseRow .greenCol .infoList &gt; li .tit {
  display: table-cell;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 5px;
  width: 100px;
  font-weight: bold;
}
#main .courseBlock .slider &gt; li .courseRow .greenCol .infoList &gt; li .content {
  display: table-cell;
  font-weight: bold;
}
#main .courseBlock .slider &gt; li .courseRow .greenCol .noteList &gt; li {
  padding-left: 1.0em;
  text-indent: -1.0em;
  font-size: 12px;
  line-height: 1.5;
}
#main .courseBlock .slider &gt; li .courseRow .wholeCol {
  float: right;
  width: 200px;
}

@media only screen and (max-width: 767px) {
  #main .courseBlock .slider &gt; li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px 12px;
    max-width: 341px;
  }
  #main .courseBlock .slider &gt; li .titRow {
    margin-bottom: 8px;
  }
  #main .courseBlock .slider &gt; li .titRow .titBox .boxLeft .inout {
    font-size: 11px;
  }
  #main .courseBlock .slider &gt; li .titRow .titBox .boxLeft .hole {
    margin-left: -1px;
    font-size: 28px;
  }
  #main .courseBlock .slider &gt; li .titRow .titBox .boxRight .num {
    font-size: 47px;
  }
  #main .courseBlock .slider &gt; li .titRow .parBox {
    bottom: 10px;
  }
  #main .courseBlock .slider &gt; li .titRow .parBox .par {
    padding: 0 6px;
    font-size: 11px;
  }
  #main .courseBlock .slider &gt; li .titRow .parBox .yards {
    padding: 0 7px;
    font-size: 11px;
  }
  #main .courseBlock .slider &gt; li .description {
    margin-bottom: 15px;
    font-size: 12px;
  }
  #main .courseBlock .slider &gt; li .courseRow .greenCol {
    width: 45%;
  }
  #main .courseBlock .slider &gt; li .courseRow .greenCol .green {
    margin-bottom: 13px;
  }
  #main .courseBlock .slider &gt; li .courseRow .greenCol .infoList {
    margin-bottom: 5px;
  }
  #main .courseBlock .slider &gt; li .courseRow .greenCol .infoList &gt; li {
    width: 100%;
    font-size: 10px;
  }
  #main .courseBlock .slider &gt; li .courseRow .greenCol .infoList &gt; li .tit {
    width: 55%;
  }
  #main .courseBlock .slider &gt; li .courseRow .greenCol .noteList &gt; li {
    font-size: 10px;
  }
  #main .courseBlock .slider &gt; li .courseRow .wholeCol {
    width: 50%;
  }
}

@media only screen and (max-width: 374px) {
  #main .courseBlock .slider &gt; li .courseRow .greenCol .infoList &gt; li .tit {
    width: 60%;
  }
}
</pre></body></html>