.index-items {
  padding-top: 20px;
  padding-bottom: 20px;
}
.index-item {
  position: relative;
  border-radius: 12px;
  margin: 20px;
  box-shadow: 0px 0px 6px #999;
}
.index-item-kv {
  width: 100%;
  height: 160px;
  background: #E5E5E5;
  border-radius: 12px 12px 0 0;
}
.index-item-kv img {
  height: 160px;
  width: auto;
  margin: auto;
}
.index-item-kv h2 {
  font-size: 22px;
  margin: 12px;
  position: absolute;
  top: 100px;
}
.index-item-paragraph {
  margin: 12px;
  font-size: 15px;
  line-height: 1.5;
}
.index-item-lists {
  margin: 0 12px;
  padding-bottom: 12px;
  border-top: 1px dotted #666666;
}
.index-item-list {
  display: flex;
  border-bottom: 1px dotted #666666;
}
.index-item-list-name {
  margin: 6px 0px;
  display: inline-block;
  width: 50%;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  padding-left: 28px;
  background: url("https://golf.alfamek.net/wp-content/themes/alfamek-golf/images/project/index/index-icon-arrow.svg") left top no-repeat;
}
.index-item-list-category {
  margin: 9px 0px 0px;
  display: inline-block;
  width: 50%;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  text-align: right;
}
.index-banners {
  padding-bottom: 40px;
}
.index-banner {
  border-radius: 12px;
  margin: 20px;
  box-shadow: 0px 0px 6px #999;
}
.index-banner img {
  border-radius: 12px 12px 0 0;
}
.index-banner p {
  color: black;
  font-weight: normal;
  text-align: left;
  font-size: 15px;
  line-height: 1.4;
  padding: 12px;
}
.index-information {
  position: relative;
  padding: 20px;
}
.index-information-title {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: #666 1px solid;
}
.index-information-button {
  position: absolute;
  top: 20px;
  right: 20px;
}
.index-information-button a {
  color: white;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 8px 20px;
  background: #2369AF;
  border-radius: 50px;
}
.index-information-list dt {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 2px;
}
.index-information-list dd {
  font-size: 15px;
  line-height: 1.4;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: #666 1px dotted;
}
.index-information-list dd a {
  text-decoration: underline;
}
.index-movie {
  border-radius: 12px;
  margin: 20px;
  box-shadow: 0px 0px 6px #999;
}
.index-movie p {
  color: black;
  font-weight: normal;
  text-align: left;
  font-size: 15px;
  line-height: 1.4;
  padding: 12px;
}

/*# sourceMappingURL=index.css.map */
