@charset "utf-8";

.page-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #b5060d;
}
.page-wrap img {
  border: none;
  display: block;
  width: 100%;
}

/* -- .popfade ------------------------ */
/* -- アニメーション用 ------------------------ */
.popfade {
  position: relative;
  top: 100px;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out, top 0.6s ease-out;
  transition: opacity 0.6s ease-out, top 0.6s ease-out;
}
.popfade.animate {
  top: 0;
  opacity: 1;
}

/* -- .g-main-image ------------------------ */
.g-main-bg {
  width: 100%;
  margin: 0 auto;
  background-image: url(../images/present-221217/top-bg.png);
  padding: 0 0 20px 0;
  background-size: contain;
  background-repeat: repeat-x;
}
.g-main-image {
  max-width: 1048px;
  margin: 0 auto;
}
.g-main-image h1{
  width: 100%;
}
.g-main-image img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .g-main-bg {
    background-image:none;
    padding: 0 0 20px 0;
  }
  .g-main-image {
    padding: 0;
  }
}

#contents {
  width: 100%;
  margin: 0 auto;
  background-image: url(../images/present-221217/background.png);
}
.g-present-wrap{
  max-width: 980px;
  margin: 0 auto 60px auto;
  background-color: #fff;
  border-radius: 7px;
}
.g-present-wrap h2{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
  font-size: 28px;
  padding: 20px 0;
  line-height: 160%;
  font-family: 'RocknRoll One', sans-serif;
background-color: #367022;
color: #fff;
}
.g-present-wrap h2 span{
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #contents {
    width: 100%;
    margin: 0 auto;
    background-image: url(../images/present-221217/top-bg-sp.png);
  }
  .g-present-wrap h2{
   max-width: 100%;
    margin: 30px auto;
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
    line-height: 160%;
    font-weight: bold;
  }
}
#cont {
  max-width: 1000px;
  width: 97%;
  margin: 0 auto;
  padding: 50px 0;
  flex-wrap: wrap;
  justify-content: space-around;
}
.present-flex {
  display: flex;
  justify-content: center;
}
.present {
  width: 45%;
    box-sizing: border-box;
    margin: 20px 5px;
    padding: 13px;
    border: 4px solid #e0c7a2;
}
.present h5 {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
}
.present h5 span{
  display: inline-block;
}
.pre-img {
  width: 100%;
}
.present dl {
  padding: 0 10px;
}
.present dl dt {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 1px solid;
  text-align: center;
  line-height: 160%;
}
.present dl dd {
  font-size: 16px;
  padding: 10px 0;
  line-height: 180%;
}
.entry-end{
  font-size: 14px;
}
.entry-off{
  font-size: 16px;
    font-weight: bold;
    color: #c06005;
    text-align: center;
    padding: 10px 0;
}
.person{
font-size: 20px;
    color: #e50609;
}
@media screen and (max-width: 767px) {
  #cont {
    max-width: 95%;
    margin: 0 auto;
    padding: 0;
    display: block;
    flex-wrap: nowrap;
    justify-content: space-around;
  }
  .present-flex {
    display: block;
    padding-bottom: 10px;
  }
  .present {
    width: 95%;
    margin: 20px auto;
  }
  .present h5 {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
  }
  .present dl dt {
    font-size: 16px;
  }
  .present dl dd {
    font-size: 14px;
  }
}





.btn-text {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 0;
  background-color: #fff;
  border-radius: 7px;
}
.btn-text h3{
  padding: 40px 0 10px 0;
  font-size: 22px;
  text-align: center;
}
.caption {
  width:85%;
  margin: 0 auto;
  font-size: 16px;
  padding: 20px 0 20px 0;
  line-height: 180%;
}
.tel{
  text-align: center;
  font-weight: bold;
  font-size: 21px;
  color: #e77911;
  padding: 0 0 5px 0;
}
.tel a{
  color: #e77911;
}
.tel:before {
  content: url('../images/present2021/icon-tel-pc.png');
  position: relative;
  top: 3px;
  margin: 0 0 0 0;
}
.btn{
  display: none;
}
@media screen and (max-width: 767px) {
  .btn-text {
    width: 85%;
    margin: 0 auto 40px auto;
    padding: 0;
  }

  .btn-text h3{
    padding: 0 0 25px 0;
    font-size: 16px;
  }
  .tel{
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #e77911;
    padding: 0 0 10px 0;
  }

  
  .btn{
    display: block;
    width: 90%;
    margin: 20px auto 20px auto;
    padding: 0 0;
    position: relative;
    /*display: inline-block;*/
    text-decoration: none;
    color: #FFF;
    background: #cb090c;/*背景色*/
    border-bottom: solid 2px #830204;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    box-sizing: border-box;

  }
  .btn img{
    width: 18px;
    height: 18px;
    padding: 7px 7px 0 3px;
}

  .btn p{
      line-height: 1.8em;
      letter-spacing: 0.1em;
      font-size: 18px;
      padding: 0 0 0 0;
  }
  
  
  .btn:active {
    border-bottom: solid 2px #be5052;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
  }
  .btn-flat-border {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    border-radius: 3px;
    transition: 0.4s;
    text-align: center;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5px 0;
  }
  .btn-flat-border:hover {
    background: #eb8f91;/*背景色*/
    color: #ffffff;
  }
  .btn_end {
    width: 43%;
    margin: 20px auto;
    padding: 1.3em 1em;
    text-decoration: none;
    background: #383737;
    text-align: center;
    font-weight: bold;
    color: #989898;
    border-radius: 3px;
  }
  .caption {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    padding: 0 0 20px 0;
    line-height: 180%;
  }
}

/* PCで電話番号リンクを無効に */
@media (min-width: 751px) {
  a[href*="tel:"] {
      pointer-events: none;
      cursor: default;
      text-decoration: none;
  }
}

.px26 {
  font-size: 26px;
}
.px24 {
  font-size: 24px;
}
.px22 {
  font-size: 22px;
}
.px20 {
  font-size: 20px;
}
.px18 {
  font-size: 18px;
  color: #fe0000;
  font-weight: bold;
}
.px14 {
  font-size: 14px;
}
.px12 {
  font-size: 12px;
}
.strong {
  font-weight: bold;
}
.blue {
  color: #017cd3;
}
.red {
  color: #fe0000;
  font-weight: bold;
}
.title {
  position: absolute;
  width: 50%;
}
.overview {
  background-color: #e0c7a2;
  margin: 20px auto;
  max-width: 970px;
  border-radius: 7px;
  padding: 10px;
  width: 95%;
}
.overview-illust{
  background-image: url(../images/present-221217/illust.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 20px 0;
  background-position: center;
}
.overview p {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  width: 70%;
  margin: 0 auto;
  line-height: 160%;
  color: #422a05;
  padding: 0 0 10px 0;
  font-family: 'RocknRoll One', sans-serif;
}
.overview dl{
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  width: 65%;
  margin: 0 auto;
  border-radius: 7px;
  font-weight: bold;
  font-size: 18px;
}
.overview dl dt{
  background-color: #58390a;
  color: #fff;
  text-align: center;
  width: 30%;
  padding: 10px 0;
  border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}
.overview dl dd{
  color: #58390a;
  text-align: center;
  padding: 10px 0;
  width: 55%;
  margin: 0 auto;
}
.overview img {
  width: 100%;
}
.overview span {
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .overview {
    width: 90%;
    margin: 0 auto;
  }
  .overview-illust{
    background-image: url(../images/present-221217/illust-sp.png);
    background-repeat: no-repeat;
   background-size: contain;
   background-position: top;
   padding: 10px 0;
   width: 100%;
  }
  .overview p {
    width: 85%;
    margin: 0 auto;
    font-size: 18px;
    }
    .overview p span{
      display: inline-block;
    }
    .overview dl{
      display: flex;
      flex-wrap: wrap;
      background-color: #fff;
      width: 100%;
      margin: 0 auto;
      border-radius: 7px;
      font-weight: bold;
      font-size: 14px;
    }
    .overview dl dd{
      width: 57%;
    }
}
.off {
  background-color: #800406;
    color: #a09d9d;
    text-align: center;
    width: 50%;
    padding: 20px 10px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    margin: 0 auto;
    font-size: 16px;
}
@media screen and (max-width: 767px) {
  .off {
    width: 85%;
    padding: 15px 5px;
    font-size: 14px;
  }
}