@charset "UTF-8";
.twoblock {
  position: relative;
  background: #fff;
  color: #000;
}
.twoblock-header {
  margin: 0 0 50px;
  text-align: center;
  text-shadow: 0 0 5px #fff, 0 0 10px #fff;
  font-size: 4rem;
  color: #000;
}
.twoblock-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}
.twoblock-box > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49.5%;
          flex: 0 0 49.5%;
  padding: 0 15px 30px;
}

.pickup {
  font-size: 2.4rem;
}

.golfimagebox {
  width: 70%;
  margin: 0 auto;
}

.overwrapbreakword {
  overflow-wrap: break-word;
}

/* 破線 */
.dashed {
  background-image: linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 8px);
  background-size: 8px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-bottom: 2px;
}

.detail {
  width: 70%;
  margin: 0 auto;
}
.detail-title {
  border-bottom: 1px solid #000;
  font-size: 2.4rem;
}
.detail-maintext {
  font-size: 2.6rem;
  font-weight: bold;
}
.detail-subtext {
  font-size: 2rem;
  font-weight: bold;
}

.underdetail {
  margin-top: 20px;
}
.underdetail-enddatetime {
  font-size: 2rem;
  font-weight: bold;
}
.underdetail-couponusebutton {
  display: inline-block;
  margin: 10px 5px 5px;
  padding: 15px 250px;
  border: none;
  border-radius: 5px;
  background-color: #001e50;
  cursor: pointer;
  font-size: 1.8rem;
}
.underdetail-couponusebutton-text {
  color: #fff !important;
  text-decoration: none !important;
}

/* media query 部 */
@media only screen and (max-width: 767px) {
  .twoblock {
    background: #fff;
  }
  .twoblock-header {
    font-size: 2.4rem;
  }
  .twoblock-box {
    display: block;
  }
  .twoblock-box > * {
    padding: 0 0 15px;
  }

  .pickup {
    font-size: 2rem;
  }

  .golfimagebox {
    width: 100%;
    margin: 0 auto;
  }

  .detail {
    width: 100%;
  }
  .detail-title {
    border-bottom: 1px solid #000;
    font-size: 1.8rem;
  }
  .detail-maintext {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .detail-subtext {
    font-size: 1.4rem;
    font-weight: bold;
  }

  .underdetail {
    margin-top: 10px;
  }
  .underdetail-enddatetime {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .underdetail-couponusebutton {
    display: block;
    width: 100%;
    margin: 5px 0 10px;
    font-size: 1.4rem;
    padding: 15px 50px;
  }
}