<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


body {
	background: #342352;
	line-height: 1.66;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	color: #000;
	font-size: 14px;
	letter-spacing: 0.1em;
  -webkit-text-size-adjust: 100%;
}

body.is-fixed{
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

a {
	color: #342352;
	text-decoration: underline;
}

a ,
button ,
[type=button] ,
[type=image] ,
[type=submit] {
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-transform:perspective(0);
	-moz-transform:perspective(0);
	-ms-transform:perspective(0);
	transform:perspective(0);
}

/* ホバー対応（タブレット除外） */
html:not(.tab) a:hover ,
html:not(.tab) button:hover ,
html:not(.tab) [type=button]:hover ,
html:not(.tab) [type=image]:hover ,
html:not(.tab) [type=submit]:hover {
	filter: alpha(opacity=65);
	-moz-opacity: .65;
	opacity: .65;
}

a.is-disabled:hover ,
button[disabled]:hover ,
[disabled]:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/* margin */
.mb_s { margin-bottom: 10px !important; }
.mb_M { margin-bottom: 20px !important; }
.mb_L { margin-bottom: 40px !important; }
.mb_LL{ margin-bottom: 60px !important; }

.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }

/* layout */
#wrapper{
  min-width: 960px;
  padding-top: 50px;
  background-color: #ffffff;
}
.container{
  margin-bottom: 60px;
}
.others .container{
  min-height: calc(100vh - 373px);
}

/* column */
.row{
  clear: both;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
	zoom: 1\9;
}
.row:after{
	content: "";
	display: block;
	clear: both;
}
.row .row{
  margin-right: -10px;
  margin-left: -10px;
}
.col{
  float: left;
  padding-right: 10px;
  padding-left: 10px;
  box-sizing: border-box;
}

.col.col2of4{
  width: 50%;
}

.row .col.col2of4:first-child{
  padding-right: 20px;
}

.row .col.col2of4:last-child{
  padding-left: 20px;
}

.col.col1of1{ float: none; }

.col1of3{ width: 33.33%; }
.col2of3{ width: 66.66%; }


/* text */
.fontS{
  font-size: 12px !important;
  letter-spacing: 0.03em;
}
.fontM{ font-size: 14px !important; }
.fontL{ font-size: 16px !important; }

.fText{ color: #000 !important; }
.fHigher{ color: #342352 !important; }
.fBold{ font-weight: bold !important; }
.fNormal{ font-weight: normal !important; }

.txtL{ text-align: left !important; }
.txtC{ text-align: center !important; }
.txtR{ text-align: right !important; }

.phoneNo{ font-size: 25px; }

.txtLead{ line-height: 2.14; }

.txtNotes{
  position: relative;
  font-size: 11px;
  padding-left: 1em;
}

span.txtNotes{
  display: inline-block;
}

.txtNotes:after{
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}


/* heading */
h1{ margin: 70px 0 42px; }

h2{
  color: #342352;
  font-size: 16px;
  font-weight: bold;
}

/* link */
.linkArrow{
  display: inline-block;
  position: relative;
  padding-right: 0.75em;
  color: #342352;
  letter-spacing: 0.03em;
  text-decoration: none;
}

.iconArrow{ position: relative; }

.linkArrow:before,
.iconArrow:before{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 5px;
  height: 5px;
  margin-top: -4px;
  border-top: solid 1px #342352;
  border-right: solid 1px #342352;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.linkArrow.linkArrowWhite{
  color: #ffffff;
  text-shadow: 0 0 3px rgba(0,0,0,.5);
  letter-spacing: 0.2em;
}

.linkArrow.linkArrowWhite:before{
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}

.linkPDF{
  display: inline-block;
  position: relative;
  padding-left: 24px;
}

.linkPDF:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 17px;
  height: 20px;
  margin-top: -10px;
  background: url(/common/images/bg-icon-pdf.png) 0 0 no-repeat;
  background-size: 17px 20px;
}

/* button */
.btns{ letter-spacing: -0.4em; }
.btns .btn{
  letter-spacing: 0;
}
.btn{
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.btn + .btn{
  margin-left: 50px;
}

.btn a {
  display: table;
  width: 220px;
  height: 60px;
  border: solid 1px #342352;
  letter-spacing: 0.2em;
  text-decoration: none;
  box-sizing: border-box;
  font-size: 100%;
}

.btn.lower a{
  width: 180px;
  height: 34px;
}

.btn.higher a{
  color: #ffffff;
  background: #342352;
  border-color: #342352;
}

.btn.feature a{
  display: block;
  width: 460px;
  height: 90px;
  line-height: 1;
  box-shadow: 0 10px 25px 5px rgba(0,0,0,.2);
  text-shadow: 0 0 3px rgba(0,0,0,.5);
}

.btn.feature a span{
  display: inline-block;
}

.btn.feature .txtL{
  margin: 33px 0 10px 27px;
  font-size: 22px;
}

.btn.feature .txtR{
  font-size: 13px;
  margin-right: 10px;
}

.btn a &gt; span{
  display: table-cell;
  vertical-align: middle;
}

.btns.btnsWandering{
  text-align: center;
}

.btns.btnsWandering .btn{
  margin: 0 10px;
}

.btns.btnsWandering .btn a{
  display: block;
  width: auto;
  border: solid 1px #342352;
}

/* table */
table{
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
  border-bottom: solid 1px #c8c8c8;
  font-size: 11px;
  letter-spacing: 0;
}
.tableRound{
  width: 620px;
  margin: 0 auto;
}
table caption,
.tableRound thead .caption th,
.tableCharge thead .caption th{
  padding: 16px 0 14px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.66;
  text-align: center;
  background: #342352;
}
table th,
table td{
  padding: 8px 0;
  text-align: center;
  border-top: solid 1px #c8c8c8;
  border-right: solid 1px #c8c8c8;
  font-weight: normal;
  vertical-align: middle;
}
table td.txtL{
  padding: 8px;
}
thead th,
.tableHole th,
.tableCharge tbody th,
tfoot th,
tfoot td{
  background: #e5e5e5;
}
table thead tr th:last-of-type,
table tr td:last-of-type{
  border-right: none;
}
.tableHole{
  font-size: 14px;
}
.tableHole th,
.tableHole td{
  padding: 4px 0;
}
.tableHole tr td:last-of-type{
  border-right: none;
}

.tableRound thead tr:first-of-type th{
  width: 33.33%;
}

.tableWrap{
  max-width: 620px;
  margin: 0 auto;
}

/* index(pipedLink) */
.index{
  display: table;
  margin: 0 auto;
}

.index.indexMenu{
  width: 922px;
}

.index li,
.index dd{
  float: left;
  text-align: center;
  box-sizing: border-box;
  border-right: solid 1px #650124;
}

.index.indexMenu li{
  width: 20%;
}

.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 #650124;
}

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

.index.indexHole dd{
  width: 59px;
}

.index.indexCourse li{
  width: 233px;
  padding: 0 4px;
}

.index li:first-child,
.index dt+dd{
  border-left: solid 1px #650124;
}

.index li a,
.index li span:not(.spOnly){
  display: block;
}

.index.indexCourse li a,
.index.indexCourse li span{
  padding: 10px;
}

.index li .is-active{
  background-color: #e5e5e5;
}

.indexCourseBottom{ margin: 170px auto 120px; }

/*----- define list -----*/
.yardageList{
  max-width: 324px;
  margin: 0 auto;
}

.yardageList dt{
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: solid 1px #342352;
  text-align: center;
}

.yardageList dd,
.yardageList li{
  position: relative;
  float: left;
  margin-bottom: 5px;
  padding-left: 0.6em;
  font-size: 12px;
  letter-spacing: 0.03em;
  box-sizing: border-box;
}

.yardageList dd:before,
.yardageList li:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 2px;
  height: 2px;
  margin-top: -2px;
  border: solid 1px #342352;
  box-sizing: border-box;
  border-radius: 50%;
}

.yardageList dd:nth-child(odd){
  width: 48%;
}

.yardageList dd:nth-child(even){
  width: 52%;
}

.yardageList li:nth-child(even){
  width: 44%;
}

.yardageList li:nth-child(odd){
  width: 55%;
}

.newsWrap{
  width: 660px;
  margin: 0 auto;
}

.news .title{
  margin-bottom: 20px;
  text-align: center;
}

.news .listDates{
  font-size: 12px;
  letter-spacing: 0;
}

.news .listDates dt{
  clear: both;
  float: left;
  width: 80px;
  margin-top: 10px;
  box-sizing: border-box;
}

.news .listDates dt:first-of-type,
.news .listDates dt:first-of-type + dd{
  margin-top: 0;
}

.news .listDates dd{
  width: 520px;
  height: 1.66em;
  margin-top: 10px;
  margin-left: 80px;
  padding-left: 10px;
  box-sizing: border-box;
}

.news .listDates dd a{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsMore{
  margin: 20px 10px 0;
}

/* access */
.row.access{
  text-align: center;
  letter-spacing: -0.4em;
}
.row.access .col.col1of4{
  display: inline-block;
  float: none;
  width: 25%;
  padding-right: 10px;
  padding-left: 10px;
  letter-spacing: 0;
}

.tablet .row.access .col.col1of4{
  width: 24.8%;
}

.access .colInner{
  position: relative;
  height: 331px;
  padding: 20px 10px;
  background-color: #ffffff;
  box-shadow: 0 10px 25px 5px rgba(0,0,0,.15);
  box-sizing: border-box;
}
.access .title{
  font-size: 20px;
}

.access .chart{
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  text-align: center;
}

.index.indexAccess li{
  float: none;
  display: table-cell;
  width: 161px;
  height: 102px;
  padding: 0 16px;
  letter-spacing: 0.06em;
  vertical-align: middle;
}

.index.indexAccess dt,
.index.indexAccess dd{
  display: table;
  width: 100%;
  height: 51px;
  box-sizing: border-box;
}

.index.indexAccess dt{
  border-bottom: solid 1px #342352;
  line-height: 1.4;
}

.index.indexAccess dd{
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

.index.indexAccess dd em{
  font-size: 30px;
  font-style: normal;
}

.index.indexAccess li dt &gt; span,
.index.indexAccess li dd &gt; span{
  display: table-cell;
  vertical-align: middle;
}

/* course2Col */
.row.course2Col{ margin-bottom: 40px; }

.row.course2Col .col.col2of4:first-child{ width: 550px; }

.row.course2Col .col.col2of4:last-child{ width: 410px; }



/*----- media -----*/
.spOnly { display: none; }
.tablet .othersOnly { display: none; }
.tablet.windows .othersOnly { display: block; }
.mobile .othersOnly { display: none; }
.tablet.windows .notOthersOnly,
.others .notOthersOnly { display: none; }


/* Clearfix
------------------------------------------------------ */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	zoom: 1\9;
}


/* header */
.headerPC{
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 1000;
  padding: 8px 9px;
  height: 50px;
  background: #342352;
  box-sizing: border-box;
}

.headerPCLogo{
  float: left;
  position: relative;
  margin-top: 1px;
  margin-right: -282px;
}

.headerPCList{
  float: right;
  display: table;
  height: 34px;
  margin-left: 282px;
  table-layout: fixed;
}

.headerPCList li{
  display: table-cell;
  width: 99px;
  border-left: solid 1px #594769;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
}

.headerPCList .headerPCLogin{
  width: 34px;
  border-left: none;
}

.headerPCList li a{
  display: table;
  width: 100%;
  height: 34px;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
	text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .headerPCLogo{
    width: 200px;
    margin-top: 4px;
    margin-right: -210px;
  }
  
  .headerPCList{
    margin-left: 212px;
  }
  
  .headerPCList li a{
    font-size: 10px;
  }
}
.headerPCList .headerPCLogin a{
  display: table;
  text-align: center;
  padding: 0 23px;
  height: 34px;
  background: #19032c;
  background-size: 16px auto;
  box-sizing: border-box;
  border-radius: 3px;
}

.headerPCList .headerPCLogin a span{
  padding-left: 22px;
  background: url(/common/images/bg-icon-header-login.png) 0 center no-repeat;
  background-size: 16px auto;
}

.headerPCList li a span{
  display: table-cell;
  vertical-align: middle;
}

.headerPCList li a .spacer{
  display: inline;
  margin: 0 1em;
}
.headerPC .login{
  display: none;
}
.headerPC .loginBg{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.headerPC .loginFormWrap{
  position: absolute;
  top: 68px;
  right: 10px;
  width: 260px;
  padding: 15px 20px 20px;
  color: #ffffff;
  background-color: #342352;
  box-sizing: border-box;
}
.headerPC .loginFormWrap:after{
  content: "";
  position: absolute;
  top: -15px;
  right: 0;
  width: 30px;
  height: 15px;
  border-right: solid 15px transparent;
  border-bottom: solid 15px #342352;
  border-left: solid 15px transparent;
  box-sizing: border-box;
}
.headerPC .btn{
  width: 100%;
}
.headerPC .btn button{
  display: table;
  width: 100%;
  height: 60px;
  border: solid 1px #fff;
  letter-spacing: 0.2em;
  text-decoration: none;
  box-sizing: border-box;
  color: #ffffff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  background-color: #342352;
}
.edge .headerPC .btn button span,
.ie .headerPC .btn button span{
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.loginForm{
  width: 100%;
  border: solid 1px #342352;
  padding: 10px 5px;
  font-size: 100%;
  background-color: #fff;
  box-sizing: border-box;
}

/* footer */
.footerInner{
  padding: 30px 20px 0;
  background: #342352;
  color: #ffffff;
  line-height: 1;
}

.footerInfo{
  float: left;
  position: relative;
  width: 300px;
  font-style: normal;
}
.footerInfoLogo{
  width: 235px;
  margin-bottom: 48px;
}
.footerInfoTel{
  font-size: 26px;
}
.footerInfoAddres{
  position: absolute;
  top: 40px;
  font-size: 13px;
  letter-spacing: 0.08em;
}
.footerListWrap{
  float: right;
  margin-top: 10px;
}

.footerListWrap a{
  color: #ffffff;
}

.footerList{
  float: left;
  width: 179px;
  height: 110px;
  padding: 0 12px 0 19px;
  border-left: solid 1px #594769;
  font-size: 12px;
  box-sizing: border-box;
}

dl.footerList{ width: 220px; }

dl.footerList{ width: 220px; }

.footerList.footerBnr{ width: 210px; }

.footerList.footerBnr li{
  width: 146px;
  margin-top: 20px;
}

.footerList li,
.footerList dt,
.footerList dd{
  margin-bottom: 10px;
}

.footerList dt{
  font-weight: bold;
}

/* ぼかしBOX */
.imgBlur{
  position: absolute;
  z-index: 30;
  background: rgba(255,255,255,0.9);
  box-sizing: border-box;
  box-shadow: 0 10px 25px 5px rgba(0,0,0,.25);
}

.imgBlur:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: inherit;
  background-size: inherit;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  z-index: -1;
  box-sizing: border-box;
  opacity: 1;
}

.edge .imgBlur:before,
.ie .imgBlur:before {
  content: none !important;
}

.imgBlurBefore{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: inherit;
  z-index: -1;
  box-sizing: border-box;
}
.imgBlurBefore span{
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
}
.foggy-pass-absolute{
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  background-size: inherit;
  background-position: inherit;
}

/* topImg */
.topImg{
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  height: 730px;
  background-position: center center;
  background-repeat: no-repeat;
}

.topImgInner.imgBlur{
  top: 50%;
  left: 50%;
  width: 340px;
  height: 340px;
  padding: 30px 20px 20px;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.topImg .topImgInner.imgBlurBefore,
.topImg .topImgInner.imgBlur:before{ background-position: center -304px; }

.topImg.topImgCourse .topImgInner.imgBlurBefore,
.topImg.topImgCourse .topImgInner.imgBlur:before{
  background-image: url(/common/images/bg-ph-top-course-blur.jpg);
}

.topImg.topImgCourse{ background-image: url(/common/images/bg-ph-top-course.jpg); }

.topImgInner .txtLead{
  margin-top: 25px;
  line-height: 2;
  text-shadow: 0 0 3px rgba(255,255,255,.3);
}

.topImg .btns{
  position: absolute;
  z-index: 40;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,118px);
  -moz-transform: translate(-50%,118px);
  -ms-transform: translate(-50%,118px);
  transform: translate(-50%,118px);
}


/* kvImg */
.kvImg{
  position: relative;
  margin: 0 auto;
  height: 380px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1280px){
.kvImg{
  position: relative;
  margin: 0 auto;
  height: 380px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1280px auto;
}
}
.kvImg.kvImgFacility{ background-image: url(/common/images/bg-ph-facility-top-pc.jpg); }

.kvImg.kvImgCourse{
  height: 380px;
  margin-bottom: 60px;
  color: #fff;
  text-shadow: 0 0 11px rgba(0,0,0,.9);
}
.kvImgCourseMap{
  width: 533px;
  height: 332px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-480px,-50%);
  -moz-transform: translate(-480px,-50%);
  -ms-transform: translate(-480px,-50%);
  transform: translate(-480px,-50%);
}

.kvImgCourseMap.inCourse{
  width: 510px;
  height: 379px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-480px,-50%);
  -moz-transform: translate(-480px,-50%);
  -ms-transform: translate(-480px,-50%);
  transform: translate(-480px,-50%);
}

.kvImg.kvImgCourseShikotsu{
  background-image: url(/common/images/bg-ph-course-shikotsu-pc.jpg);
}
.kvImg.kvImgCourseMashuu{
  background-image: url(/common/images/bg-ph-course-mashuu-pc.jpg);
}
.kvImg.kvImgCourseAkan{
  background-image: url(/common/images/bg-ph-course-akan-pc.jpg);
}

.kvImg .kvImgInner{
  position: absolute;
  top: auto;
  right: auto;
  height: 190px;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  transform: translate(-50%,0);
  text-align: center;
}
.kvImg .imgBlur{
  position: relative;
  display: inline-block;
  padding: 10px 4px;
  background: rgba(0,30,0,.3);
  line-height: 1;
}
.kvImgInner p{
  position: relative;
  margin-right: 10px;;
  text-align: center;
}
.kvImgInner p:last-child{
  margin-left: 0;
}
.kvImg.kvImgFacility .kvImgInner{
  bottom: 90px;
  width: 151px;
  height: 226px;
}
.kvImg.kvImgCourse .kvImgInner{
  top: 50%;
  width: 320px;
  height: 244px;
  padding: 36px 23px;
  margin-left: 150px;
  text-align: left;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
.kvImg.kvImgCourse .kvImgInner p{
  text-align: left;
}
.kvImg.kvImgCourse .kvImgInner a{
  color: #fff;
}
.kvImgInner h2{
  margin-bottom: 15px;
  margin-left: -5px;
}

.kvImgInner .txtLead{
  float: none;
  margin-left: 0;
  padding: 9px 0 14px;
  line-height: 1.75;
  text-shadow: 0 0 11px rgba(0,0,0,.9);
}

.kvImgInner .imgBlurBefore,
.kvImgInner .imgBlur:before{
  -webkit-filter: blur(10px);
  filter: blur(10px);
  background-position: inherit;
}
.kvImg.kvImgCourse .imgBlur{
  background: rgba(255,255,255,0.3);
}
.kvImg.kvImgCourse .imgBlurBefore,
.kvImg.kvImgCourse .imgBlur:before{
  background-position: inherit;
  opacity: 1;
}
.kvImg.kvImgCourseOut .imgBlurBefore,
.kvImg.kvImgCourseOut .imgBlur:before{
  background-image: url(/common/images/bg-ph-course-out-pc.jpg);
}
.kvImg.kvImgCourseIn .imgBlurBefore,
.kvImg.kvImgCourseIn .imgBlur:before{
  background-image: url(/common/images/bg-ph-course-in-pc.jpg);
}
.kvImg.kvImgCourse .yardageList li:before{
  border: solid 1px #ffffff;
}

/* figure */
.figure p{
  margin-bottom: 15px;
}

.figure figcaption{
  font-size: 12px;
  letter-spacing: 0;
}

/* map */
.mapWrap{
  overflow: hidden;
  max-width: 960px;
  height: 450px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.mapWrapTop.mapWrap{
  max-width: 1280px;
  margin: 20px auto 0;
}

.map{
  height: 450px;
}

.mapWrapTop .map{
  height: 500px;
  margin-top: -50px;
}

.mapWrap .btn{
  position: absolute;
  width: 180px;
  bottom: 20px;
  left: 50%;
  margin-left: -90px;
}

/* proShop */
.proShop {
  max-width: 980px;
  margin: 0 auto;
}

.proShop li{
  float: left;
  width: 25%;
  margin-bottom: 60px;
  padding: 0 10px;
  box-sizing: border-box;
}

.proShopImg{
  margin-bottom: 15px;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 8px 20px 5px rgba(0,0,0,.15);
}

.proShopTxt{
  display: table;
  width: 100%;
  font-size: 12px;
  height: 3.2em;
}

.proShopName{
  display: table-cell;
  vertical-align: top;
}

.proShopPrice{
  display: table-cell;
  padding-left: 0.5em;
  text-align: right;
  vertical-align: bottom;
}

/* slide */
.slideH{
  max-width: 380px;
  margin: 0 auto;
}
.slideH .slick-slide{ margin: 0; }

.slideH .slick-dots{
  bottom: 6px;
}
.slideH .slick-dots li{
  width: 16px;
  height: 16px;
  margin: 0 1px;
}
.slideH .slick-dots li button{
  width: 16px;
  height: 16px;
}
.slideH .slick-dots li button:before{
  content: "";
  background-color: #ffffff;
  opacity: 1;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,.3);
}
.slideH .slick-dots li.slick-active button:before{
  background-color: #342352;
  opacity: 1;
}

/*
.topSlideWrap{
  position: relative;
  max-width: 1280px;
  overflow: hidden;
  margin: 0 auto;
}

.topSlideWrap h1{
  position: absolute;
  top: 50%;
  left: 78px;
  z-index: 1;
  margin: 0;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
}

.topSlideWrap .weatherBar{
  display: table;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  color: #ffffff;
  background-color: #000000;
  text-align: right;
}

.topSlideWrap .weatherBarInner{
  display: table-cell;
  padding: 0 10px;
  vertical-align: middle;
}

.topSlideWrap .weatherBar a{
  color: #ffffff;
}


.topSlide.slick-dotted.slick-slider{margin-bottom: 0;}
.topSlide .slick-slide{ margin: 0; }

.topSlide .slick-dots{
  top: 50%;
  bottom: auto;
  right: 30px;
  z-index: 10;
  width: 16px;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
.topSlide .slick-dots li{
  float: none;
  width: 16px;
  height: 16px;
  margin: 0;
  vertical-align: middle;
}
.topSlide .slick-dots li button{
  width: 16px;
  height: 16px;
}
.topSlide .slick-dots li button:before{
  content: "";
  background-color: #ffffff;
  opacity: 1;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,.3);
}
.topSlide .slick-dots li.slick-active button:before{
  background-color: #004651;
  opacity: 1;
}
*/

/* preparation */
.preparation{
  display: table;
  width: 100%;
  text-align: center;
  height: 440px;
}
.preparation p{
  display: table-cell;
  vertical-align: middle;
}

/* goToTop */
.goToTop{
  margin: 20px;
  text-align: right;</pre></body></html>