@charset "UTF-8";

/* ===========================================================

    資料請求 area2.cssから移植 201022

=========================================================== */

.document_offer__wrap{
    background-color: #e0f5ff;
    border-radius: 2px;
    padding: 30px 165px;
  box-shadow: 1.5px 3px 10px 0px rgba(0, 0, 0, 0.06);
}
.document_offer__title{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: -10px;
    text-align: center;
}
.document_offer_img__wrap{
    cursor: pointer;
    position: relative;
}
.document_offer_img__wrap:hover{
    opacity: .8;
}
.document_offer_img__wrap a{
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.document_offer_img{
    max-width: 110%;
}
.document_offer_tel__wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;margin-top: 20px;
}
.document_offer_tel__txt{}
.document_offer_tel__txt01{
    font-size: 18px;
    font-weight: 700;
}
.document_offer_tel__txt02{
    font-size: 18px;
}
.document_offer_tel__number{
}
.document_offer_tel__number01{
    font-size: 48px;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
}
.document_offer_tel__number02{
    display: none;
}
.document_offer_tel__number02 img{
}
.hall_page_offer__middle_wrap{
    padding-bottom: 0;
}
.hall_page_offer__bottom_wrap{
    padding-top: 0;
}
@media screen and (max-width: 640px){
    .document_offer__wrap{
        padding: 30px 10px;
    }
    .document_offer__title{
        font-size: 4.5vw;
        font-weight: 400;
        margin-bottom: 0;
    }
    .document_offer_img{
        max-width: 100%;
    }
    .document_offer_tel__wrap{
        text-align: center;
    }
    .document_offer_tel__txt{
        width: 100%;
    }
    .document_offer_tel__txt01{
        font-size: 4.5vw;
        text-align: center;
    }
    .document_offer_tel__txt02{
        font-size: 4.5vw;
        text-align: center;
    }
    .document_offer_tel__number{
        width: 100%;
    }
    .document_offer_tel__number01{
        display: none;
    }
    .document_offer_tel__number02{
        display: block;
        width: 100%;
    }
}

/* ===========================================================

    リンク

=========================================================== */

.link_wrap{
  background-color: #eee;
  border-radius: 2px;
  padding: 7px 32px 4px;
}
@media screen and (max-width: 640px){
  .link_wrap{
    display: block;
    padding: 7px 6px 4px;
  }
}

/* ===========================================================

ブログ

=========================================================== */

.marker{
  background:linear-gradient(transparent 60%, #ff6 60%);
}
.blog_point{
  color: #C20E23;
}

/* ===========================================================

    年末年始のお知らせ

=========================================================== */

.year_end--section{
  padding: 12px 0;
  margin-top: 16px;
}
.year_end--section .container{
  width: 720px;
  min-width: 720px;
}
.year_end--txt{
  font-size: 16px;
  line-height: 1.6;
  margin-top: 8px;
}
.year_end--btn{
  color: #fff;
  margin-top: 14px;
  text-align: center;
}
.year_end--btn a{
  border-radius: 2px;
  background-color: #ff7675;
  border: solid 2px #ff7675;
  color: #fff;
  display: block;
  padding: 10px 0 7px;
}
.year_end--btn a:hover{
  background-color: #fff;
  border: solid 2px #ff7675;
  color: #ff7675;
}
@media screen and (max-width: 640px){
  .year_end--section .container{
    width: auto;
    min-width: auto;
  }
  .year_end--title{
    font-size: 5vw;
    font-weight: 600;
    margin-bottom: 8px;
  }
  .year_end--txt{
    font-size: 4.7vw;
    line-height: 1.5;
    margin-bottom: 8px;
  }
}
