@charset "UTF-8";
.s-pc {
  display: none;
}
.s-sp {
  display: block;
}
.f-mv::before {
  content: none;
}
.f-txt {
  text-align: left;
  font-size: 15px;
}
.f-annotation {
  width: 100%;
  margin: 0 auto;
}
.f-txt small {
  font-size: 12px;
}
#cpn-footer {
  margin-top: 0;
}
.f-bg05 {
  background-color: #f7f7f7
}
/*------------------------------------
  fv
------------------------------------*/
.f-mv-message {
  padding: 0;
  width: 100%;
}
.f-mv {
  height: auto;
}
.f-mv-heading {
  margin-bottom: 0;
}
.f-mv-heading-wrap {
  width: 100%;
}
.coupon {
  background: #fb0000;
  padding: 18px 15px;
}
.coupon-heading {
  padding: 2px;
  background: #fff;
  border-radius: 30px;
  color: #fb0000;
  font-weight: bold;
  font-size: 4.2vw;
  margin-bottom: 10px;
}
.coupon-txt {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 3.6vw;
  margin-bottom: 1.4vw;
}
.coupon-link {
  margin: 6vw auto 2.6vw;
}
.coupon-link a {
  color: #fff;
}
.entry-link {
  background: #e6e6e6;
  padding: 4.4vw;
}
/*------------------------------------
  店舗一覧
------------------------------------*/
.store-list-item {
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 15px 10px;
}
.store-list-item:last-child {
  margin-bottom: 0;
}
.store-list-item img {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  width: 100%;
}
.f-btn-block {
  margin-bottom: 0;
}
.f-btn-block .f-btn {
  margin-bottom: 5px;
  height: 45px;
  position: relative;
}
.f-btn-block .f-btn::after {
  position: absolute;
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url('/doc/special/golf5_gora_callaway2601/img/external-link.svg');
  background-position: center;
  background-size: contain;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
/*------------------------------------
  免責
------------------------------------*/
#detail .f-section-inner {
  padding-bottom: 0;
}
#detail table p {
  margin-bottom: 0;
}
.detail-list li, .detail-list-note li {
  position: relative;
  padding-left: 20px;
}
.detail-list li::before, .detail-list-note li::before {
  position: absolute;
  left: 0px;
  top: 0px;
  color: rgb(51, 51, 51);
  font-weight: 400;
}
.detail-list > li::before {
  content: "・";
}
.detail-list-note > li::before {
  content: "※";
}
.detail-list-num {
  counter-reset: a;
}
.detail-list-num > li::before {
  content: counter(a) ".";
  counter-increment: a;
  position: absolute;
  left: 0;
  top: 0;
  color: #333;
  font-weight: 400;
}
/*------------------------------------
  モーダル
------------------------------------*/
.modal-heading {
  color: #F00;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.modal-text {
  color: #F00;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.js-modal-triger {
  cursor: pointer;
}
.js-modal-content {
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 20px;
  transition: all .2s cubic-bezier(.45, 0, .55, 1);
  overflow-y: scroll;
  z-index: -1;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.js-modal-content.is-active {
  z-index: 3001;
  opacity: 1;
  transition: all .1s cubic-bezier(.45, 0, .55, 1);
  pointer-events: all;
}
.js-modal-inner {
  position: relative;
  padding: 60px 20px;
  max-width: 500px;
  width: 100%;
  color: #000;
  border-radius: 10px;
  border: 1px solid #000;
  background: #FFF;
}
.js-modal-close {
  display: block;
  position: absolute;
  right: 9px;
  top: 9px;
  width: 30px;
  height: 30px;
  background-image: url(/travel/hoshino/assets/common/icon/cancel01.png);
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
/*----------------------------------
----------------------------------
  PC
----------------------------------
------------------------------------*/
@media only screen and (min-width: 1023px) {
  .s-pc {
    display: block;
  }
  .s-sp {
    display: none;
  }
  .f-txt {
    text-align: center;
    font-size: 18px;
  }
  .f-annotation {
    width: 380px;
    margin: 0 auto;
  }
  .f-imagelink--2column {
    width: 80%;
    margin: 0 auto;
  }
  /*------------------------------------
    fv
  ------------------------------------*/
  .f-mv-heading {
    max-width: 770px;
    margin: 0 auto;
  }
  .f-mv-heading-wrap {
    background: #096915;
  }
  /*------------------------------------
    coupon
  ------------------------------------*/
  .coupon-heading {
    font-size: 18px;
    max-width: 770px;
    margin: 0 auto 10px;
  }
  .coupon-txt {
    font-size: 14px;
  }
  .coupon img {
    width: 500px;
    max-width: 0 auto;
  }
  .coupon-link {
    margin: 30px auto 20px;
  }
  .entry-link {
    padding: 20px;
  }
  /*------------------------------------
    店舗一覧
  ------------------------------------*/
  .store-list {
    display: flex;
    justify-content: center;
    width: 1024px;
    padding: 0 20px;
  }
  .store-list-item {
    margin-bottom: 0;
    width: 298px;
  }
  .store-text{
    padding-left: 30px ;
  }
  /*------------------------------------
    免責
  ------------------------------------*/
  #detail .f-section-inner {
    padding-bottom: 40px;
  }
}