.pic-gold.one .pic-gold-in.nochild:before {
    content: "";
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    position: absolute;
    background-color: rgba(0,0,0,.7);
    border-radius: 12px;
}
.pic-gold.one .pic-gold-in.nochild:after {
    content: "尚未開放";
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    padding-top: 35%;
    font-size: 18px;
}
.footer-area .qrcode {
    float: left;
}
.footer-area .qrcode img {
    width: 30px !important;
    margin-right: 6px;
}
.lineatfixed {
    position: fixed;
    right: 2%;
    bottom: 5%;
    z-index: 99;
}
.lineatfixed a {
    display: inline-block;
}
.lineatfixed img {
    width: 55px;
}

.lineatfixed2 {
    position: fixed;
    right: 2%;
    bottom: 12.5%;
    z-index: 99;
}

.lineatfixed2 a {
    display: inline-block;
}

.lineatfixed2 img {
    width: 55px;
}

input[name="tdays"],
input[name="golfdays"] {
    padding-right: 2.5em !important;
    text-align: center;
}
label[for="tdays"]:after,
label[for="golfdays"]:after {
    content: "日";
    position: absolute;
    right: 16px;
    transform: translateY(5px);
}
.faq-box .accordion-item h2 {
    -webkit-text-fill-color: inherit;
}

/* ===================================
    Button
====================================== */
.btn-arrow button {
  width: auto;
  background-image: url(../img/btn-gold.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 0;
  color: #fff !important;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0;
  margin: 0 0 10px;
  display: block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  text-align: center;
  align-items: center;
  min-width: 280px;
  min-height: 65px;
  line-height: 65px;
  border: none;
  background-color: transparent;
}
.btn-arrow button:hover {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  color: #fff !important;
}
.btn-arrow button + .btn-arrow button {
  margin-left: 15px;
}
.btn-arrow.icon-style2 button {
	  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1b2729+0,337373+75,255454+100 */
  background: #1b2729; /* Old browsers */
  background: -moz-linear-gradient(45deg, #1b2729 0%, #337373 75%, #255454 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #1b2729 0%, #337373 75%, #255454 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #1b2729 0%, #337373 75%, #255454 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b2729', endColorstr='#255454', GradientType=1); /* IE6-9 fallback on horizontal gradient */
	border-radius: 999px;
}
.btn-arrow.btn-100 button {
  min-width: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#65461a+0,ad7c2e+30,edd9ad+74,ab8045+85,5a330c+100 */
  background: #65461a; /* Old browsers */
  background: -moz-linear-gradient(45deg, #65461a 0%, #ad7c2e 30%, #edd9ad 74%, #ab8045 85%, #5a330c 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #65461a 0%, #ad7c2e 30%, #edd9ad 74%, #ab8045 85%, #5a330c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #65461a 0%, #ad7c2e 30%, #edd9ad 74%, #ab8045 85%, #5a330c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65461a', endColorstr='#5a330c', GradientType=1); /* IE6-9 fallback on horizontal gradient */
  border-radius: 999px;
  min-height: 68px;
  line-height: 66px;
}
.btn-arrow.btn-md button {
  min-width: 190px;
  min-height: 47px;
  line-height: 42px;
  font-size: 16px;
  color: #fff;
  margin: 0;
  background-color: transparent;
  border: none;
}
.btn-arrow.btn-md button:hover {
  color: #fff
}
.btn-arrow.btn-white button {
  background-image: url(../img/icon-right3-white.svg);
  color: #fff;
  border-color: #fff;
}
.btn-arrow.btn-white button:hover {
  background-image: url(../img/icon-right3-white.svg);
  color: #fff;
  border-color: var(--main);
}

.iti {
    width: 100%;
}

.form-golf h3 {
  font-size: 17px !important;
  color: var(--link) !important;
  margin-bottom: 0 !important;
}
.form-golf .item .card-body {
  padding-top: 10px !important;
}
.form-golf a {
  display: block;
  border-radius: 20px;
  padding: 9px 10px 5px 10px;
  margin: 0px 3px 15px 3px;
  border: 1px solid rgba(145, 111, 45, 0);
}
.form-golf a.active {
  border: 1px solid rgba(145, 111, 45, 1);
  background-color: rgba(182, 151, 93, .3);
}
.page-in .form-golf .item {
  padding: 0;
}
.form-golf .pic-gold:hover {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transform: scale(1);
  transform: scale(1);
  box-shadow: 0px 0px 20px 0px rgb(153 112 40 / 0%);
}
.form-golf a:hover {
  transition: all 0s;
  border: 1px solid rgba(145, 111, 45, 1);
}
.golf-list {
  border: 1px dashed rgba(145, 111, 45, 1);
  padding: 10px 18px;
  border-radius: 4px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  line-height: 1.4;
}
.golf-subtotal {
  padding-left: 10px;
  width: auto;
  display: inline-block;
}
.golf-info {
  font-size: 16px;
  color: var(--link);
}
.golf-info span {
  font-size: 26px;
  color: var(--main-light);
  padding: 0 5px;
  font-style: italic;
  font-weight: 600;
  border-bottom: 2px solid var(--main);
  padding-bottom: 2px;
  line-height: 1.4;
}

#fare_hotel.normal {
    font-style: normal;
    color: #ccc;
    border: none;
    font-size: 16px;
    font-weight: 400;
    padding: 0px;
}

#joinPrice {
    font-size: 42px;
}
.control.control--radio {
    margin: 5px 0;
}
.iti__divider {
    margin-bottom: 0px !important;
    background-color: #000;
}
.paycheck {
    font-size: 12px;
    width: 130px;
    height: 30px !important;
    min-width: auto;
    min-height: auto;
    /* line-height: 16px !important; */
    border-radius: 100px;
    background-color: transparent;
    background-image: url(../img/btn-gold.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: #fff !important;
    border: none;
}
.get-code button {
  width: auto;
  position: absolute;
  z-index: 2;
  /*top: 4px;*/
  transform: translateY(-67px);
  right: 14px;
  font-weight: 500;
  padding: 0px 15px;
  font-size: 14px;
  height: 44px;
  line-height: 44px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#806033+0,b29257+100 */
  background: #806033; /* Old browsers */
  background: -moz-linear-gradient(45deg, #806033 0%, #b29257 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #806033 0%, #b29257 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #806033 0%, #b29257 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#806033', endColorstr='#b29257', GradientType=1); /* IE6-9 fallback on horizontal gradient */
  border-radius: 999px;
  color: #fff;
  margin: 5px;
  border: none;
}
.get-code button:hover {
  opacity: .8;
  color: #fff;
}
.table.table-member tbody tr:hover {
    background-color: rgba(227,197,143,0.1);
}
.table.table-member td {
    vertical-align: middle;
}

.page-in img {
    height: auto !important;
}

.index-service .card-body {
    position: inherit;
    margin-top: 10px;
}