@charset "utf-8";

/* ##### hack ##### */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* ##### additional reset ##### */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin: 0;
}
ul, ol, li, dl, dt, dd {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  color: #ffffff;
  text-decoration: none;
}
a img {
  border: 0;
}

/* ##### keyframes ##### */
@-webkit-keyframes kf_blink{
  0% {opacity:0.1;}
  100% {opacity:1;}
}
@-moz-keyframes kf_blink{
  0% {opacity:0.1;}
  100% {opacity:1;}
}
@keyframes kf_blink{
  0% {opacity:0.1;}
  100% {opacity:1;}
}


/* ##### global setting ##### */
/* ## base font size ## */
@media (max-width: 1281px) { html { font-size: 12.8px; } }
@media (min-width: 1282px) and (max-width: 1532px) { html { font-size: 1vw; } }
@media (min-width: 1533px) { html { font-size: 15.3px; } }

/* ## langselect ## */
.com_langselect {
  display: block;
  position: absolute;
  z-index: 1;
  top: 1rem;
  right: 1.5rem;
  background: rgba(0,0,0,0.5);
  padding:0.5rem 0.75rem 0.4rem 0.75rem;
}
.com_langselect a {
  display: inline-block;
  padding: 0 0.25em;
  text-decoration: underline;
}
.com_langselect a.active {
  text-decoration: none;
  pointer-events: none;
  opacity: 0.6;
}

/* ## others ## */
:root {
  font-family: 'Fira Sans Condensed', sans-serif !important;
}
button, input, select, textarea {
  font-family : inherit;
  font-size : 100%;
}

body {
  background: #ffffff;
  color: #ffffff;
  line-height: 1.4;
}
article {
  left:-200%;
	width:100%;
  height: 100vh;
  min-width: 1024px;
  min-height: 640px;
	overflow:hidden;
  position: relative;
}

a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/* ##### global class ##### */
.com_icon {
  display: inline-block;
  height: 0.75em;
  padding-left: 0.05em;
}
.com_coursepref_list .com_icon {
  height: 1.1em;
  padding-left: 0.1em;
}
.condenced {
  font-family: 'Fira Sans Condensed', sans-serif !important;
}
.condencedex {
  font-family: 'Fira Sans Extra Condensed', sans-serif !important;
}
.com_btn {
  display: inline-block;
  padding: 0.2em 1em 0.1em 2.2em;
  border-radius: 3px;
  background: rgba(0,0,0,0.65) url(../img/icon_mail.svg) no-repeat 0.8em center;
  background-size: 1.1em;
}

/* ## modal:contact ## */
#course_contactModalInner {
  width:100%;
  height: 100%;
  color: #000000;
}
#course_contactModalBox {
  width: 720px;
  height: 465px;
  position: absolute;
  border-radius: 10px;
  background: #ffffff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  padding:25px 25px 0px 25px;
}
#course_contactModalBox h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 0px;
  font-family: 'Fira Sans', sans-serif;
}
#course_contactIframe {
  width:100%;
  height: 390px;
}
#course_contactModa_closebtn {
  display: block;
  width:40px;
  height: 40px;
  background: #ffffff url(../img/icon_x_b.svg) center no-repeat;
  background-size: 40%;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  right: -15px;
  cursor: pointer;
}

/* ## close ## */
a.com_close {
  display: block;
  position: absolute;
  font-size: 1.1rem;
  line-height: 1.2;
  height: 1.32rem;
  background: url(../img/icon_x.svg) right center no-repeat;
  padding-right: 2rem;
  font-family: 'Fira Sans', sans-serif;
  letter-spacing: 0.1rem;
  color: rgba(255,255,255,0.85);
}


/* ## modal:detail ## */
#course_detailModalInner,
#course_detailModalInner2 {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
}
#course_detailModalBox,
#course_detailModalBox2 {
  position: relative;
  width: 90vw;
  max-width: 1300px;
  height: 90vh;
  margin: auto;
  background: #ffffff;
}
#couser_detailIframe,
#couser_detailIframe2 {
  width: 90vw;
  max-width: 1300px;
  height: 90vh;
  margin: auto;
  background: #ffffff;
}
#course_detailModa_closebtn,
#course_detailModa_closebtn2 {
  display: block;
  width:40px;
  height: 40px;
  background: #ffffff url(../img/icon_x_b.svg) center no-repeat;
  background-size: 40%;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  right: -15px;
  cursor: pointer;
}


/* ## next/back ## */
.com_btn_move {
  display: flex;
  position: absolute;
  align-items: center;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 5.5vw;
  width: 8.3vw;
  min-height: 56px;
  min-width: 85px;
  max-height: 80px;
  max-width: 170px;
  font-size: 1.5rem;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
  color: rgba(255,255,255,0.8);
}
.com_btn_move:before {
  content: "";
  width: 1.8rem;
  height: 2rem;
  display: block;
  position: absolute;
  top: 0;
  bottom:0;
  margin: auto;
  background-size: contain;
}
/* left */
#com_btn_l {
  left: 0;
  background-image: -webkit-linear-gradient( 180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.64) 100%);
  background-image: -moz-linear-gradient( 180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.64) 100%);
  background-image: -ms-linear-gradient( 180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.64) 100%);
  background-image: gradient( 180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.64) 100%);
  padding-left: 1.8rem;
  z-index: 202;
}
#com_btn_l:before {
  left:0.1rem;
  background: url(../img/icon_l.svg) center no-repeat;
}
/* right */
#com_btn_r {
  justify-content: flex-end;
  right: 0;
  background-image: -webkit-linear-gradient( 0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.64) 100%);
  background-image: -moz-linear-gradient( 0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.64) 100%);
  background-image: -ms-linear-gradient( 0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.64) 100%);
  background-image: gradient( 0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.64) 100%);
  padding-right: 1.8rem;
  z-index: 201;
}
#com_btn_r:before {
  right:0.1rem;
  background: url(../img/icon_r.svg) center no-repeat;
}

/* ## golf course region ## */
#com_btn_region {
  display: flex;
  position: absolute;
  align-items: center;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 5.5vw;
  width: 17.6vw;
  min-height: 56px;
  min-width: 184px;
  max-height: 80px;
  max-width: 256px;
  font-size: 1.6rem;
  font-family: 'Fira Sans', sans-serif;
  letter-spacing: 0.06rem;
  justify-content: flex-end;
  right: 0;
  background-image: -webkit-linear-gradient( 0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.64) 100%);
  background-image: -moz-linear-gradient( 0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.64) 100%);
  background-image: -ms-linear-gradient( 0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.64) 100%);
  background-image: gradient( 0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.64) 100%);
  padding-right: 1.8rem;
}
#com_btn_region:before {
  content: "";
  width: 1.8rem;
  height: 2rem;
  display: block;
  position: absolute;
  top: 0;
  bottom:0;
  margin: auto;
  background-size: contain;
  right:0.1rem;
  background: url(../img/icon_r.svg) center no-repeat;
}

/* ## number ## */
.com_number {
  display: inline-flex;
  width:1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  background: center no-repeat;
  background-size: contain;
}
.com_number01 { background-image:url(../img/com_num01.svg); }
.com_number02 { background-image:url(../img/com_num02.svg); }
.com_number03 { background-image:url(../img/com_num03.svg); }
.com_number04 { background-image:url(../img/com_num04.svg); }
.com_number05 { background-image:url(../img/com_num05.svg); }
.com_number06 { background-image:url(../img/com_num06.svg); }
.com_number07 { background-image:url(../img/com_num07.svg); }
.com_number08 { background-image:url(../img/com_num08.svg); }
.com_number09 { background-image:url(../img/com_num09.svg); }
.com_number10 { background-image:url(../img/com_num10.svg); }
.com_number11 { background-image:url(../img/com_num11.svg); }
.com_number12 { background-image:url(../img/com_num12.svg); }
.com_number13 { background-image:url(../img/com_num13.svg); }
.com_number14 { background-image:url(../img/com_num14.svg); }
.com_number15 { background-image:url(../img/com_num15.svg); }
.com_number16 { background-image:url(../img/com_num16.svg); }
.com_number17 { background-image:url(../img/com_num17.svg); }
.com_number18 { background-image:url(../img/com_num18.svg); }
.com_number19 { background-image:url(../img/com_num19.svg); }
.com_number20 { background-image:url(../img/com_num20.svg); }
.com_number21 { background-image:url(../img/com_num21.svg); }
.com_number22 { background-image:url(../img/com_num22.svg); }
.com_number23 { background-image:url(../img/com_num23.svg); }
.com_number24 { background-image:url(../img/com_num24.svg); }
.com_number25 { background-image:url(../img/com_num25.svg); }
.com_number26 { background-image:url(../img/com_num26.svg); }
.com_number27 { background-image:url(../img/com_num27.svg); }
.com_number28 { background-image:url(../img/com_num28.svg); }

/* ##### responsive ##### */
@media (min-width: 1282px) {
  .com_btn_move {
    width:170px;
    font-size: 26px;
  }
  .com_btn_move:before {
    width:40px;
    height: 45px;
  }
  #com_btn_l {
    padding-left: 60px;
    cursor: pointer;
  }
  #com_btn_l:before {
    left: 20px;
  }
  #com_btn_r {
    padding-right: 60px;
  }
  #com_btn_r:before {
    right: 20px;
  }
  #com_btn_region {
    padding-right: 60px;
  }
  #com_btn_region:before {
    right: 20px;
  }
}