@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;600;700&display=swap');

/* WhatsApp */

a.contact-card,
a:link.contact-card {
    text-decoration: none;
    color: none;
}

#main#whatsapp {
    margin: 0 auto;
    width: 980px;
    float: none;
}

.contents_area {
    margin: 50px 0;
}

.maincont {
    width: 100%;
    height: 50vh;
    display: flex;
    background-color: #fafafa;
    -webkit-box-shadow: 5px 5px 10px 0px rgb(27 0 3 / 20%);
    box-shadow: 5px 5px 10px 0px rgb(27 0 3 / 20%);
}

.maincont .infobox {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.infobox .innerbox {
    width: 90%;
    height: 90%;
    border: 2px solid #e10c23;
    position: relative;
}

.innerbox .jcicon {
    width: 100px;
    background-image: url(../img/ws/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
}

.jcicon::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.maincont .btnbox {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/ws/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.kumabtn {
    background-image: url(../img/ws/kuma_back.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    width: 70px;
    height: 60px;
    top: -100px;
    bottom: 0;
    margin: auto;
    z-index: 1;
    -webkit-filter: drop-shadow(0px 3px 3px rgba(34, 34, 34, 0.3));
    filter: drop-shadow(0px 3px 3px rgba(34, 34, 34, 0.3));
}

.wsbutton {
    width: 250px;
    height: 60px;
    display: flex;
    margin: auto;
    border-radius: 50px;
    background: white;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 1px 2px 3px 1px rgb(27 0 3 / 20%);
    box-shadow: 1px 2px 3px 1px rgb(27 0 3 / 20%);
    cursor: pointer;
    z-index: 2;
    transition: 0.3s ease-in-out;
    position: relative;
}

.wsbutton .contact-card {
    width: 100%;
    height: 100%;
    position: absolute;
}

.wsbutton:hover {
    -webkit-box-shadow: 1px 2px 7px 5px rgb(27 0 3 / 20%);
    box-shadow: 1px 2px 7px 5px rgb(27 0 3 / 20%);
    transition: 0.3s ease-in-out;
}

.wsbutton .num {
    width: 75%;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
    color: #28a71a;
}

.wsbutton .icon {
    width: 20%;
    background-image: url(../img/ws/icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #ffffff;
    border-radius: 50%;
}

.icon::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.contact-card img {
    width: 50px;
    margin-right: 10px;
    margin-top: 15px;
}

.img_container {
    margin: 0 auto 60px;
    text-align: center;
    display: block;
}

.whats_box {
    width: 100%;
    display: flex;
    padding: 15% 5%;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    justify-content: space-around;
    font-size: 15px;
    line-height: 1;
    font-family: 'Roboto';
    font-weight: 500;
}