.entp02 {
  padding: 0.5em 0.7em;
  background: #383838;
  border-radius: 0px;
  line-height: 3;
  color: #fff;
  font-size: 1.1em;
  text-decoration: underline;
  margin: 0;
}

.entp03 {
  padding: 0.5em 1em;
  background: #383838;
  border-radius: 0px;
  line-height: 3;
  color: #fff;
  font-size: 1.3em;
}

.entp_e {
  font-size: 1em;
  margin: 15px 15px 15px 0;
  line-height: 1.8;
  text-decoration: line-through;
}

.capacity {
  margin: 0;
  padding: 0;
}

.capacity li {
  list-style: none;
}

.capacity li:nth-child(2),
.capacity li:nth-child(3) {
  padding-top: 5px;
  padding-left: 1rem;
  text-indent: -1rem;
  line-height: 1.35;
  font-size: 0.85rem;
  color: #8c8c8c;
}

.vs {
  display: flex;
  align-items: center;
  width: 100%;
}

.vs-tag {
  display: flex;
  align-items: center;
  width: 100%;
}

.part {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

@media (max-width: 1199px) {
  .vs-tag {
    display: initial;
  }
  .ml-40-tag {
    margin-left: 0 !important;
  }
}

.ml-40 {
  margin-left: 1.5rem;
}

.ml-40-tag {
  margin-left: 1.5rem;
}

@media (max-width: 991px) {
  .vs {
    display: initial;
  }

  .ml-40 {
    margin-left: 0;
  }

  .program_data {
    display: initial;
    justify-content: initial;
    align-items: initial;
  }

  .program_data dt {
    width: 6rem !important;
  }

  .program_data dd {
    margin-top: 7px;
    margin-bottom: 15px;
    padding-left: 0;
    width: 100%;
  }

  .program_data dt::after {
    display: none;
  }
}

.psp > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.prbg01 {
  background-image: url(../img/bg.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.prbg02 {
  background-image: url(../img/bg02.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.card-body > p > span {
  background: #696969;
  color: #fff;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 14px;
}

/*== fadeIn == */
.fadeIn {
  opacity: 0;
  transition: 1s;
}
.fadeIn.is-show {
  opacity: 1;
  transition-delay: 0.3s;
}

/*== fadeIn 0.15s== */
.fadeIn-015s {
  opacity: 0;
  transition: 0.5s;
}
.fadeIn-015s.is-show {
  opacity: 1;
  transition-delay: 0.15s;
}

/*== fadeIn 0.25s== */
.fadeIn-025s {
  opacity: 0;
  transition: 0.5s;
}
.fadeIn-025s.is-show {
  opacity: 1;
  transition-delay: 0.25s;
}

/*== fadeIn 0.35s== */
.fadeIn-035s {
  opacity: 0;
  transition: 0.15s;
}
.fadeIn-035s.is-show {
  opacity: 1;
  transition-delay: 0.35s;
}

/*== fadeIn 0.45s== */
.fadeIn-045s {
  opacity: 0;
  transition: 0.5s;
}
.fadeIn-045s.is-show {
  opacity: 1;
  transition-delay: 0.45s;
}

/*== fadeIn 0.5s== */
.fadeIn-05s {
  opacity: 0;
  transition: 1s;
}
.fadeIn-05s.is-show {
  opacity: 1;
  transition-delay: 0.5s;
}

/*== fadeIn 0.55s== */
.fadeIn-055s {
  opacity: 0;
  transition: 0.5s;
}
.fadeIn-055s.is-show {
  opacity: 1;
  transition-delay: 0.55s;
}

/*== fadeIn 0.65s== */
.fadeIn-065s {
  opacity: 0;
  transition: 1s;
}
.fadeIn-065s.is-show {
  opacity: 1;
  transition-delay: 0.65s;
}

/*== fadeIn 0.75s== */
.fadeIn-075s {
  opacity: 0;
  transition: 1s;
}
.fadeIn-075s.is-show {
  opacity: 1;
  transition-delay: 0.75s;
}

/*== fadeIn 1.25s== */
.fadeIn-125s {
  opacity: 0;
  transition: 1s;
}
.fadeIn-125s.is-show {
  opacity: 1;
  transition-delay: 1.25s;
}

/*== fadeIn 1.5s== */
.fadeIn-15s {
  opacity: 0;
  transition: 1s;
}
.fadeIn-15s.is-show {
  opacity: 1;
  transition-delay: 1.5s;
}

/*== fadeIn 2s== */
.fadeIn-2s {
  opacity: 0;
  transition: 1s;
}
.fadeIn-2s.is-show {
  opacity: 1;
  transition-delay: 2s;
}

*:focus {
  outline: none !important;
}

*:focus {
  box-shadow: none !important;
}

.pc-topimg {
  display: block;
}

.sp-topimg {
  display: none;
}
.sp {
  display: none;
}

@media (max-width: 767px) {
  .pc-topimg {
    display: none;
  }

  .sp-topimg {
    display: block;
  }

  .sp {
    display: block;
  }
}

.toptxt {
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  font-weight: 700;
}

/* picture h4 {
  background: #007250;
  color: #fff;
  margin: 0 0 10px;
  padding: 5px 0 5px 3px;
} */

picture h4 {
  background: url('../img/h4-bg.jpg') no-repeat center top;
  background-size: cover;
  color: #fff;
  margin: 0 0 10px;
  padding: 5px 0 5px 3px;
}


picture h4 span {
  /* background: #fff; */
  color: #fff;
  padding: 1px 5px;
  font-weight: 700;
  font-size: clamp(1rem, 0.66rem + 0.54vw, 1.313rem) !important;
}

.coupon-section {
  margin: 50px auto 0;
  text-align: center;
}
.coupon-section h3 {
  font-size: clamp(1.25rem, 1.15rem + 0.5vw, 1.75rem);
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.coupon-section h3 span {
  font-size: clamp(1.125rem, 1.1rem + 0.13vw, 1.25rem);
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.coupon-section p {
  margin-bottom: 20px;
  text-align: left;
}
.coupon-section p span {
  display: inline-block;
}
.coupon-section ul {
  text-align: left;
  display: inline-block;
  margin-bottom: 30px;
  padding-left: 0;
}
.coupon-section ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}
.coupon-section ul li::before {
  content: "◇";
  position: absolute;
  left: 0;
  color: #000;
}
.btn-custom {
  width: 100%;
  padding: 15px 20px;
  margin: 0 0 10px;
}

.qa-part {
  max-width: 700px !important;
}

.korabo {
  max-width: 810px !important;
}

.h2br {
  display: none;
}

@media (max-width: 500px) {
  .h2br {
    display: block;
  }
}

.image-container {
  height: 100%;
}

.btn-outline-primary.custom-bg {
  background-color: #fff;
  color: #333;
  border-color: #333;
  font-weight: bold;
  font-size:clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
}
/* 
.btn-outline-primary.custom-bg:hover {
  background-color: #333;
  color: #fff;
  font-weight: normal;
  font-size:clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
} */

/* hover, focus, active, .active（トグル済み）の４状態をまとめて指定 */
.btn-outline-primary.custom-bg:hover,
.btn-outline-primary.custom-bg:focus,
.btn-outline-primary.custom-bg:active,
.btn-outline-primary.custom-bg.active {
  background-color: #333;
  color: #fff;
  font-weight: normal;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
}

/* フォーカス・アクティブ時の枠線や影を消す */
.btn-outline-primary.custom-bg:focus,
.btn-outline-primary.custom-bg:active {
  outline: none;
  box-shadow: none;
}

.top-pc {
  display: none;
}

.top-sp {
  display: block;
}

@media (min-width: 992px) {
  .top-pc {
    display: block;
  }

  .top-sp {
    display: none;
  }
}



.top-btn01,.top-btn02{
  display: block;
}

@media screen and (max-width: 1553px) {
  .top-btn01 {
    display: none;
  }
  
}

@media screen and (max-width: 1400px) {
  .top-btn02 {
    display: none;
  }
  
}


.top-btn02-span{
  display: inline-block;
}

@media screen and (max-width: 1553px) {
.top-btn02-span{
  display: none;
}  
}


.shadow-md {
  /* x-offset y-offset blur-radius color */
  box-sizing: border-box;
  box-shadow:
    /* 下方向 */
    0 2px 4px rgba(112, 112, 112, 0.1),
    /* 右方向 */
    2px 0 4px rgba(112, 112, 112, 0.1),
    /* 上方向 */
    0 -2px 4px rgba(112, 112, 112, 0.1),
    /* 左方向 */
   -2px 0 4px rgba(112, 112, 112, 0.1);
}


iframe {
  width: 100%;
  height: 100%;
  max-height: 530px;
  border: none;
}

@media (max-width: 767px) {
  iframe {
    min-height: 350px;
  }
}