@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
#golf {
  font-family: "Noto Sans JP", sans-serif;
}
#golf #site-title02 {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
#golf #site-title02 h1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.4rem 0;
}
#golf #site-title02 a {
  color: #fff;
}
#golf #site-title02 a svg {
  fill: #fff;
}
#golf .news #site-title02 a,
#golf .page #site-title02 a,
#golf .single-column #site-title02 a,
#golf .error404 #site-title02 a {
  color: #000;
}
#golf img {
  width: 100%;
}
#golf .container {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
#golf footer img {
  height: auto;
  width: auto;
}

.header {
  height: 70px;
}

.golf__title {
  padding: 0 25px;
  margin: 22px 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.375;
}
.golf__title--lv2 {
  padding: 0 25px;
  font-weight: bold;
  font-size: 20px;
  margin-top: 30px;
  background: #D3E173;
  border-top: #00552e solid 1px;
  border-bottom: #00552e solid 1px;
}

.golf__kv {
  width: 100%;
}
.golf__kv img {
  width: 100%;
}

.golf__date {
  padding: 0 25px;
  font-size: 16px;
}

.golf__text {
  font-size: 16px;
  line-height: 1.875;
  padding: 0 25px;
  margin-top: 30px;
}
.golf__text a {
  text-decoration: underline;
}

.golf__img {
  width: 100%;
  margin-top: 30px;
}
.golf__img img {
  width: 100%;
}

.golf-inquiry {
  background: rgba(51, 51, 51, 0.08);
  margin-top: 30px;
  margin-inline: 50px;
  padding: 20px;
}

.golf-inquiry__text {
  font-size: 14px;
  line-height: 1.875;
}
.golf-inquiry__text a {
  text-decoration: underline;
}

.mb-30 {
  margin-bottom: 30px;
}