@charset "UTF-8";

h2{ margin-bottom: 40px; }

.row{ margin-bottom: 150px; }


.col1of3{
  float: none;
  display: inline-block;
}

.kvImg.kvImgCourseList{
  height: 500px;
  margin-bottom: 20px;
  background-size: cover;
  background-image: url(/common/images/bg-ph-course-pc.jpg);
  background-size: cover;
}

.kvImg.kvImgCourseOut{
  background-image: url(/common/images/bg-ph-course-out-pc.jpg);
}
.kvImg.kvImgCourseIn{
  background-image: url(/common/images/bg-ph-course-in-pc.jpg);
}
.kvImg.kvImgCourseList .kvImgInner{
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.kvImg.kvImgCourseList .kvImgInner p:last-child{
  margin-left: 0;
}

.kvImg.kvImgCourseList .kvImgInner .imgBlur{
  display: inline-block;
  padding: 10px 4px;
  background: rgba(0,30,0,.3);
}
.kvImg.kvImgCourseList .kvImgInner .imgBlur:before{
  background-image: url(/common/images/bg-ph-course-pc.jpg);
}

.yardageList{
  margin-bottom: 110px;
}

.indexCourseWrap{
  position: relative;
  z-index: 1;
  height: 165px;
}
.indexCourseWrap.is-fixed {
  z-index: 999;
}
.indexCourseFixed{
  position: relative;
  top: 0;
}
.indexCourseWrap.is-fixed .indexCourseFixed{
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  min-width: 960px;
  height: 180px;
  background: rgba(255,255,255,0.9);
  z-index: 1;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}
.indexCourse{
  margin-bottom: 60px;
}
.indexCourseWrap.is-fixed .indexCourse{
  margin-bottom: 10px;
}
.linkPDF{
  letter-spacing: 0.2em;
}

.kvImgInner .yardageList { margin-bottom: 30px; }

/* recommend */
.row.rowFukabori .col.col2of4:first-child{ width: 420px; }
.row.rowFukabori .col.col2of4:last-child{ width: 510px; }

.row.rowRecommend .col.col2of4:first-child{ width: 390px; }
.row.rowRecommend .col.col2of4:last-child{ width: 540px; }

.enclose{
  padding: 19px;
  border: solid 1px #000;
}
.enclose dt{
  clear: both;
  float: left;
  width: 7em;
  padding-top: 5px;
}
.enclose dd{
  padding-top: 5px;
  margin-left: 7em;
}

.comment {
  margin-bottom: 30px;
}
.comment .figure{
  width: 140px;
  float: left;
}
.commentBalloon{
  position: relative;
  z-index: 1;
  height: 124px;
  margin-left: 162px;
  box-sizing: border-box;
  border: solid 1px #000;
}
.commentBalloon:before{
  content: "";
  position: absolute;
  top: 50%;
  left: -11px;
  z-index: 1;
  margin-top: -10px;
  border-top: solid 6px transparent;
  border-right: solid 11px #000;
  border-bottom: solid 6px transparent;
}
.commentBalloon:after{
  content: "";
  position: absolute;
  top: 50%;
  left: -9.5px;
  z-index: 1;
  margin-top: -10px;
  border-top: solid 6px transparent;
  border-right: solid 11px #fff;
  border-bottom: solid 6px transparent;
}
.commentBalloonInner{
  position: relative;
  z-index: 1;
  display: table;
  width: 100%;
  height: 122px;
  padding: 0 20px;
  font-size: 12px;
  box-sizing: border-box;
}
.commentBalloonInner:before{
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  top: -2px;
  right: 10px;
  bottom: -2px;
  left: 10px;
  background-color: #fff;
}
.commentBalloonInner p{
  display: table-cell;
  vertical-align: middle;
}
.btnsRecommend{
  text-align: right;
}
.index.indexHole dt{
  float: left;
  width: 114px;
  padding: 13px 20px 13px 0;
  text-align: center;
  line-height: 1;
}

.index.indexHole.indexHoleOut {
  position: relative;
  margin-bottom: 41px;
}

.index.indexHole.indexHoleOut:after {
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: solid 1px #301943;
}

.index.indexHole dt img{
  vertical-align: middle;
}

.index.indexHole dd{
  width: 59px;
  float: left;
  text-align: center;
  box-sizing: border-box;
  border-right: solid 1px #301943;
}

.pcOnly > a{ display: block; }