@charset "utf-8";
/* CSS Document */

.simg{
  padding: 0 15px 0 5px;
}

.syougi_top {
  text-indent: 1em;
  padding: 0 20px 5px 5px;
  line-height:1.5em;
  width:890px;
}

.syougi_table {
  margin: 5px 0 20px 10px;
}

table {
  border-collapse: collapse;
  width: 800px;
}

table td {
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
}

.ta_left {
  background:#ccc;
  text-align:center;
  padding:10px;
  font-weight:bold;
}

.ta_right {
  text-align:left;
  padding: 15px;
  font-weight:normal;
  line-height:1.5em;
}

span {
  color:#F00;
}

.smallfont {
  font-size:small;
  color:#F60;
  font-weight:bold;
}

.deadline {
  border:#666 1px solid;
  border-radius: 6px; /* CSS3草案 */
  -webkit-border-radius: 6px; /* Safari,Google Chrome用 */
  -moz-border-radius: 6px; /* Firefox用 */
  box-shadow:1px 1px 3px #333;
  -moz-box-shadow: 1px 1px 3px #000; /* Firefox用 */
  -webkit-box-shadow: 1px 1px 3px #000; /* Safari,Google Chrome用 */
  color:#F00;
  font-weight:bold;
  margin: 15px 0 0 5px;
  padding:8px;
  text-align:center;
  width:300px;
}

.rightP {
  text-align:right;
  font-size:small;
  padding:0 80px 5px 0;
}


/*年間行事で使用*/

.event_contents:not(:last-child) {
  border-bottom: 2px Solid #666;
  padding-bottom: 30px;
}

.event_contents h2 {
  font-size:160%;
}

.event_contents h4 {
  font-size:120%;
}

.event_contents {
  /* width:800px; */
}

.event_contents p {
  /* width: 800px; */
  line-height: 1.4em;
}

.event_contents h3 {
  background-color: #FFC;
  width: 400px;
  border-bottom: #ccc 2px solid;
  position: relative;
  text-align: center;
  margin: 50px auto;
}

.event_contents h3::after {
  display: block;
  content: '';
  position: absolute;
  top: 40%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.event_contents h3.golf_b::after {
  top:26px;
}

.event_contents h3 a {
  text-decoration:none;
  color: #333;
  padding: 15px;
  display: block;
  line-height: 1.4em;
}

.event_contents h3 a:hover {
  display: block;
  color: #fff;
  background-color: #666;
}

.event_contents .golf_a {
  width:650px;
  border:#666 1px solid;
  padding:15px;
}

#Explanation{
  width: 90%;
  margin: 2% auto;
}
/*アマチュアゴルフで使用*/
.golf_entry{
  margin:60px 0;
}

.golf_entry .note{
  padding-left:1em;
  text-indent:-1em;
}


/* 202507以降　新レイアウト */

.contents-wrap{
  position: relative;
}
.grad-btn{
  width: 20%;
  background-color: #FBE41A;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px 30px;
  margin: 0 auto;
}
.grad-btn:hover{
  cursor: pointer;
  opacity: 0.8;
}
.grad-btn .fas{
  margin-right: 5px;
}
.grad-btn::after {
  content: "詳細を見る"
}
.content-area {
  position: relative;
  overflow: hidden;
  height: 250px;
}
.content-area::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}
.grad-trigger {
  display: none;
}
.grad-trigger:checked ~ .grad-btn::after {
  content: "閉じる" 
}
.grad-trigger:checked + .grad-btn {
  background-color: #333333;
  color: #FBE41A;
}
.grad-trigger:checked ~ .grad-btn .fas {
    transform: rotate(180deg);
}
.grad-trigger:checked ~ .content-area {
  height: auto;
  padding-bottom: 60px;
}
.grad-trigger:checked ~ .content-area::before {
  display: none;
}