@charset "utf-8";
/* CSS Document */



a{
    text-decoration: none;
    transform: 0.5;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a{
    opacity: 1;
}

a:hover{
    opacity: 0.8;
}

a,
p,
span,
li{
    font-family: kinuta-mincho-stdn,sans-serif;
    font-weight: 400;
    color: #4E4E4E;
    letter-spacing: 0.1em;
}

h1,
h2,
h3,
h4{
    font-family: kinuta-mincho-stdn,sans-serif;
    font-weight: 700;
    color: #000;
}


.flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.sp_header,
.tbbr,
.spbr,
#tb_header{
    display: none;
}

body{
    position: relative;
}

#pc_header{
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
    position: fixed;
    top: 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 999;
    background: #FFF;
    border-radius: 0 0 40px 40px;
    box-shadow: 0px 3px 10px #0000001A;
}

#pc_header .inner{
    width: 100%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 3%;
}

#pc_header .logo{
    width: 20%;
}

#pc_header .logo p{
    color: #614F1C;
    font-size: clamp(14px, 0.83vw, 16px);
    margin-top: 20px;
    line-height: 1.2em;
}

ul.menu{
    width: 40%;
    display: flex;
    justify-content: space-between;
}

ul.menu li{
    text-align: center;
    padding: 0px;
}

ul.menu li a{
    color: #614F1C;
    font-size: clamp(20px, 1.25vw, 24px);
    line-height: 1em;
}

ul.menu li a span{
    display: block;
    color: #C2C2C2;
    font-size: clamp(14px, 0.83vw, 16px);
    font-family: montserrat, sans-serif;
    font-weight: 400;
    letter-spacing: 0.2em;
}


a.contact{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18%;
    padding: 52px 0;
    background: #B795BF;
    border-radius: 0 0 40px 0;
    margin: 0;
}

a.contact p{
    color: #FFF;
    font-family: montserrat, sans-serif;
    font-weight: 500;
    font-size: clamp(20px, 1.25vw, 24px);
}

a.contact span{
    display: block;
    color: #FFF;
    font-size: clamp(16px, 1.1vw, 20px);
    
}

.wrap{
   
}

/*********************
ここからTOP共通
*********************/
.top_img{
    width: 100%;
    position: relative;
}


.sp_img{
    display: none;
}

.top_img img.cat{
    width: 336px;
    position: absolute;
    right: 3%;
    bottom: -9%;
}


.top_cts{
    width: 100%;
    margin: 0 auto;
    padding: 100px 0px;
    text-align: center;
}

.top_cts h2{
    color: #4E4E4E;
    font-size: clamp(26px, 1.87vw, 36px);
    line-height: 1.2em;
    margin-bottom: 50px;
    font-weight: 400;
}

.top_cts h2 span{
    display: block; 
    color: #B795BF;
    font-weight: 600;
    font-size: clamp(16px, 1.1vw, 20px);
    font-family: montserrat, sans-serif;
}

.top_cts h2::before{
    content: url("img/h2.svg");
    display: block;
    margin-bottom: 10px;
}



/*********************
ここからTOP
*********************/
.top_concept{
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0;
}

.top_concept h1{
    font-size: clamp(32px, 2.1vw, 42px);
    color: #4E4E4E;
}

.top_concept h1 span{
    display: inline-block;
    font-size: clamp(32px, 2.1vw, 42px);
    font-weight: 700;
}

.top_concept h1 span.yel{
    color: #D8A827;
}

.top_concept h1 span.grn{
    color: #7CA882;
}

.top_concept h1 span.ppl{
    color: #B795BF;
}

.top_concept p{
    font-size: clamp(20px, 1.1vw, 22px);
    margin-top: 30px;    
}

.top_menu .flex{
    width: 95%;
    max-width: 1200px;
    margin: 0 auto 50px auto;
}

.top_menu .flex div{
    width: 32%;
    background: #FBF4E4;
    border-radius: 10px;
    padding: 30px 3%;
    display: flex;
    flex-direction: column;
}

.top_menu .flex div img{
    width: 70%;
    display: block;
    margin: 0 auto;
}

.top_menu .flex div h3{
    width: 100%;
    height: 100px;
    background: #FFF;
    padding: 0px 3%;
    margin-top: 27px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(20px, 1.25vw, 24px);
    color: #4E4E4E;
    line-height: 1em;
}



.top_menu .flex div p{
    width: 100%;
    font-size: clamp(14px, 0.9vw, 18px);
    color: #4E4E4E;
    line-height: 1.2em;
    margin-top: 30px;
    text-align: left;
    flex-grow: 1;
}

.top_menu .flex div p.red{
    width: 100%;
    font-size: clamp(18px, 1.35vw, 26px);
    font-weight: 700;
    color: #B54646;
    line-height: 1.2em;
    margin-top: 30px;
    text-align: center;
    flex-grow: 0;
}

a.viewmore{
    display: inline-block;
    padding: 18px 5%;
    background: #FCDD87;
    border-radius: 80px;
    color: #614F1C;
    font-size: clamp(14px, 0.9vw, 18px);
    font-weight: 700;
    position: relative;
}

a.viewmore::after{
    display: inline-block;
    content: '';
    background: url("img/arrow.svg");
    width: 12px;
    height: 19px;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.parallax_bg{
    height: 350px;
    background-image: url("img/top_2.png");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.top_point{
    background: #FBF4E4;
}

.top_point img{
    display: block;
    width: 52%;
    max-width: 631px;
    margin: 0 auto;
}

.top_point p{
    width: 95%;
    max-width: 1200px;
    margin: 50px auto;
    font-size: clamp(14px, 0.9vw, 18px);
    color: #4E4E4E;
}

.top_blog .flex{
    width: 95%;
    max-width: 1200px;
    margin: 0 auto 50px auto;
}

.top_blog .flex div{
    width: 29%;
    display: flex;
    flex-flow: column;
}

.top_blog .flex div a.img{
    display: block;
    width: 100%;
    border-radius: 20px;
    position: relative;
}

.top_blog .flex div a.img img{
    width: 100%;
    border-radius: 20px;
    height: 233px;
    object-fit: cover;
}

.top_blog .flex div a.img span{
    position: absolute;
    bottom: -10%;
    left: 5%;
    display: inline-block;
    padding: 10px 5%;
    background: #F6EACA;
    border-radius: 10px;
    color: #614F1C;
    font-family: montserrat, sans-serif;
    font-weight: 500;
    font-size: clamp(14px, 0.9vw, 18px);
}

.top_blog .flex div a.title{
    display: block;
    width: 100%;
    color: #7CA882;
    font-size: clamp(16px, 1.1vw, 20px);
    font-weight: 700;
    text-align: left;
    margin-top: 50px;
    flex-grow: 1;
}

.top_blog .flex div p.date{
    width: 100%;
    color: #4E4E4E;
    font-size: clamp(14px, 0.83vw, 16px);
    font-family: montserrat, sans-serif;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0.2em;
}

.parallax_bg2{
    height: 350px;
    background-image: url("img/top_3.png");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.top_insta{
    background: #FBF4E4;
}

.top_insta .flex{
    width: 95%;
    max-width: 1200px;
    margin: 0 auto 50px auto;
}

.top_insta .flex img{
    width: 18%;
}


.top_info .flex{
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
}

.top_info .flex img.right{
    width: 46%;
    height: auto;
    object-fit: contain;
    border-radius: 20px;
}

.top_info .flex div{
    width: 46%;
    padding: 0 3%;
    text-align: left;
}

.top_info .flex div img{
    width: 333px;
}

.top_info .flex div dl{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 50px auto;
}

.top_info .flex div dl dt{
    width: 30%;
    color: #614F1C;
    font-size: clamp(14px, 0.9vw, 18px);
    font-family: kinuta-mincho-stdn,sans-serif;
    margin-bottom: 28px;
}

.top_info .flex div dl dd{
    width: 70%;
    color: #614F1C;
    font-size: clamp(14px, 0.9vw, 18px);
    font-family: kinuta-mincho-stdn,sans-serif;
    margin-bottom: 28px;
}

.top_info a.viewmore{
    display: inline-block;
    padding: 18px 20%;
    background: #FCDD87;
    border-radius: 80px;
    color: #614F1C;
    font-size: clamp(14px, 0.9vw, 18px);
    font-weight: 700;
    position: relative;
}

a.viewmore::after{
    display: inline-block;
    content: '';
    background: url("img/arrow.svg");
    width: 12px;
    height: 19px;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    
}


footer{
    width: 100%;
    text-align: center;
}

footer .contact_box{
    width: 100%;
    padding: 100px 0px;
    background: #FBF4E4;
}

footer .contact_box h2{
    color: #4E4E4E;
    font-size: clamp(26px, 1.87vw, 36px);
    line-height: 1.2em;
    margin-bottom: 50px;
    font-weight: 400;
}

footer .contact_box h2 span{
    display: block; 
    color: #B795BF;
    font-weight: 600;
    font-size: clamp(16px, 1.1vw, 20px);
    font-family: montserrat, sans-serif;
}

footer .contact_box h2::before{
    content: url("img/h2.svg");
    display: block;
    margin-bottom: 10px;
}

footer .contact_box p{
    color: #614F1C;
    font-size: clamp(16px, 1.1vw, 20px);
    margin-bottom: 30px;
}

footer .contact_box a{
    color: #614F1C;
    font-size: clamp(30px, 2vw, 40px);
    font-weight: 700;
    margin: 0 auto;
}

footer .contact_box a img{
    width: auto;
    height: 58px;
    object-fit: contain;
    margin-right: 20px;
}

footer .contact_box p.time{
    color: #614F1C;
    font-size: clamp(14px, 0.9vw, 18px);
    margin: 10px 0 0 0;
}

footer .relative{
    position: relative;
}

footer iframe{
    width: 100%;
    height: 500px;
}

footer .relative img{
    width: 100%;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 999;
}


footer .info{
    width: 100%;
    background: #7CA882;
    padding: 0 0 30px 0;
    text-align: center;
}

footer .info a.logo{
    display: block;
    width: 380px;
    margin: 0 auto;
}

footer .info p{
    color: #FFF;
    font-size: clamp(16px, 1.1vw, 20px);
    margin-top: 30px;
    font-weight: 400;
}

footer ul.menu{
    width: 90%;
    max-width: 536px;
    display: flex;
    justify-content: space-between;
    margin: 70px auto 0 auto;
}

footer ul.menu li{
    text-align: center;
    padding: 0px;
}

footer ul.menu li a{
    color: #FFFFFF;
    font-size: clamp(20px, 1.25vw, 24px);
    line-height: 1em;
}

footer ul.menu li a span{
    display: block;
    color: #FCDD87;
    font-size: clamp(14px, 0.83vw, 16px);
    font-family: montserrat, sans-serif;
    font-weight: 400;
    letter-spacing: 0.2em;
}

footer p.copy{
    color: #FFF;
    font-family: montserrat, sans-serif;
    font-size: clamp(10px, 0.72vw, 14px);
    font-weight: 400;
    margin-top: 77px;
}


a.totop{
    display: block;
    width: 70px;
    position: fixed;
    right: 2%;
    bottom: 30px;
}





/************************
下層共通
************************/
.pagetitle{
    width: 100%;
    height: auto;
}

.pagetitle img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.page_cts{
    width: 100%;
    background: #FBF4E4;
    padding: 50px 0px;
    text-align: center;
}

.page_cts .inner{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.page_cts h1{
    color: #4E4E4E;
    font-size: clamp(26px, 1.87vw, 36px);
    line-height: 1.2em;
    margin-bottom: 100px;
    font-weight: 400;
}

.page_cts h1 span{
    display: block; 
    color: #B795BF;
    font-weight: 600;
    font-size: clamp(16px, 1.1vw, 20px);
    font-family: montserrat, sans-serif;
}

.page_cts h1::before{
    content: url("img/h2.svg");
    display: block;
    margin-bottom: 10px;
}

.page_cts section{
    text-align: left;
    margin: 0 auto 150px auto;
}

.page_cts section h2{
    display: inline-block;
    color: #FFF;
    background: #B795BF;
    padding: 20px 5%;
    border-radius: 40px;
    text-align: left;
    font-size: clamp(20px, 1.45vw, 28px);
    margin-bottom: 30px;
}

.page_cts section p.txt{
    color: #4E4E4E;
    font-size: clamp(15px, 0.98vw, 19px);
}



/************************
施術内容
************************/
.p_menu div{
    width: 30%;
    margin-top: 50px;
    display: flex;
    flex-flow: column;
}

.p_menu div img{
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 20px 20px 0 0;
}

.p_menu div .ppl_box{
    width: 100%;
    background: #EEDCF3;
    padding: 72px 5% 20px 5%;
    border-radius: 0 0 20px 20px;
    margin: 0;
    position: relative;
    flex-grow: 1;
}

.p_menu div .ppl_box h3{
    display: block;
    width: 90%;
    background: #FFF;
    padding: 20px 3%;
    border-radius: 20px;
    text-align: center;
    color: #4E4E4E;
    font-size: clamp(20px, 1.25vw, 24px);
    line-height: 1.2em;
    position: absolute;
    top: -15%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.p_menu div .ppl_box p{
    color: #4E4E4E;
    font-size: clamp(15px, 0.98vw, 19px);
    text-align: center;
}

.video{
    display: block;
    width: 100%;
    max-width: 800px;
    height: 450px;
}

p.note{
    display: inline-block;
    color: #B54646;
    font-size: clamp(15px, 0.98vw, 19px);
    background: #FFF;
    padding: 20px 50px;
    border: 2px solid #B54646;
    border-radius: 40px;
    margin: 50px 0 30px 0;
}


/************************
料金案内
************************/

img.pc_card{
    display: block;
    width: 80%;
    max-width: 630px;
    margin: 50px auto;
}

.p_point{
    margin-bottom: 30px;
}

.p_point div{
    width: 48%;
    background: #EEDCF3;
    border-radius: 20px;
    padding: 40px 3%;
    margin-bottom: 18px;
}

.p_point div img{
    display: block;
    width: auto;
    height: 100px;
    object-fit: contain;
    margin: 0 auto 30px auto;
}

.p_point div p{
    color: #4E4E4E;
    font-size: clamp(15px, 0.98vw, 19px);
}

table.price{
    width: 100%;
    margin-bottom: 30px;
}

table.price tr{
    border-bottom: 1px dashed #707070;
}

table.price th,
table.price td{
    padding: 30px 3%;
    font-family: kinuta-mincho-stdn,sans-serif;
    font-weight: 700;
    font-size: clamp(21px, 1.25vw, 24px);
    letter-spacing: 0.1em;
    vertical-align: middle;
}

table.price th{
    width: 70%;
    background: #EEDCF3;
    color: #4E4E4E;
}

table.price th span{
    display: block;
    font-size: clamp(15px, 0.98vw, 19px);
}

table.price td{
    width: 30%;
    background: #FFF;
    color: #B54646;
    text-align: center;
}

table.ticket{
    width: 100%;
    margin-bottom: 30px;
}

table.ticket tr{
    border-bottom: 1px dashed #707070;
}

table.ticket th,
table.ticket td{
    padding: 30px 3%;
    font-family: kinuta-mincho-stdn,sans-serif;
    font-weight: 700;
    font-size: clamp(21px, 1.25vw, 24px);
    letter-spacing: 0.1em;
    vertical-align: middle;
}

table.ticket th{
    width: 30%;
    background: #EEDCF3;
    color: #4E4E4E;
    text-align: center;
}

table.ticket td{
    width: 70%;
    background: #FFF;
    color: #B54646;
}

table.visit{
    width: 100%;
    margin: 30px 0;
}

table.visit tr{
    border-bottom: 1px dashed #707070;
}

table.visit th.gry{
    background: #C2C2C2;
    color: #4E4E4E;
    text-align: center;
    width: 30%;
}

table.visit th,
table.visit td{
    padding: 30px 3%;
    font-family: kinuta-mincho-stdn,sans-serif;
    font-weight: 700;
    font-size: clamp(21px, 1.25vw, 24px);
    letter-spacing: 0.1em;
    vertical-align: middle;
}

table.visit th{
    width: 40%;
    background: #EEDCF3;
    color: #4E4E4E;
}

table.visit td{
    width: 30%;
    background: #FFF;
    color: #B54646;
    text-align: center;
}


/************************
療院案内
************************/
.p_img2 img{
    width: 48%;
    border-radius: 20px;
}

table.about{
    margin-top: 30px;
}

table.about tr{
    border-bottom: 1px dashed #707070;
}

table.about th,
table.about td{
    padding: 30px 3%;
    font-family: kinuta-mincho-stdn,sans-serif;
    letter-spacing: 0.1em;
    vertical-align: middle;
}

table.about th{
    width: 30%;
    background: #B795BF;
    color: #FFF;
    font-size: clamp(17px, 1.30vw, 25px);
    text-align: center;
    font-weight: 700;
}

table.about td{
    width: 70%;
    background: #FFF;
    color: #4E4E4E;
    font-size: clamp(15px, 0.98vw, 19px);
    font-weight: 400;
    text-align: left;
}

.gmap{
    width: 100%;
    height: 600px;
    margin-top: 30px;
}

.p_img3 div{
    width: 31%;
    margin-bottom: 50px;
}

.p_img3 div img{
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 20px;
}

.p_img3 div p{
    color: #4E4E4E;
    font-size: clamp(15px, 0.98vw, 19px);
    margin-top: 20px;
    text-align: center;
}

/************************
ブログ
************************/
.p_blog{
    grid-row-gap: 100px;
}

.p_blog div.each{
    width: 30%;
    display: flex;
    flex-direction: column;
}

.p_blog div.each a.img{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.p_blog div.each a.img img{
    width: 100%;
    height: 233px;
    object-fit: cover;
    border-radius: 20px;
}

.p_blog div.each a.img span{
    display: inline-block;
    padding: 10px 5%;
    background: #F6EACA;
    border-radius: 10px;
    color: #614F1C;
    font-family: montserrat, sans-serif;
    font-size: clamp(14px, 0.9vw, 18px);
    font-weight: 500;
    position: absolute;
    bottom: -20px;
    left: 5%;
}

.p_blog div.each a.title{
    width: 100%;
    display: block;
    margin-top: 30px;
    flex-grow: 1;
}

.p_blog div.each a.title h2{
    color: #7CA882;
    font-size: clamp(16px, 1.1vw, 20px);
    text-align: left;
}

.p_blog div.each p.date{
    color: #4E4E4E;
    font-family: montserrat, sans-serif;
    font-size: clamp(14px, 0.83vw, 16px);
    font-weight: 500;
    margin-top: 10px;
    text-align: left;
}


.post_box{
    width: 100%;
    text-align: left;
}

.post_box span.cate{
    display: inline-block;
    padding: 10px 2%;
    background: #F6EACA;
    border-radius: 10px;
    color: #614F1C;
    font-family: montserrat, sans-serif;
    font-size: clamp(14px, 0.9vw, 18px);
    font-weight: 500;
    margin-right: 20px;
}

.post_box p.date{
    display: inline-block;
    color: #4E4E4E;
    font-family: montserrat, sans-serif;
    font-size: clamp(15px, 0.88vw, 17px);
    font-weight: 500;
    margin-top: 10px;
}

.post_box h2{
    color: #7CA882;
    font-size: clamp(18px, 1.4vw, 27px);
    margin-top: 20px;
}

.post_box .contents{
    margin-top: 50px;
}

.post_box .contents img.eyecatch{
    display: block;
    width: 60%;
    height: auto;
    object-fit: contain;
    margin: 0 auto 50px auto;
}

.post_box .contents p img{
    width: 60%;
    height: auto;
    object-fit: contain;
}

.post_box .contents p{
    color: #4E4E4E;
    font-size: clamp(15px, 0.98vw, 19px);
}

a.back{
    display: inline-block;
    padding: 18px 10%;
    background: #FCDD87;
    border-radius: 80px;
    color: #614F1C;
    font-size: clamp(14px, 0.9vw, 18px);
    font-weight: 700;
    position: relative;
    margin-top: 100px;
}


a.back::after{
    display: inline-block;
    content: '';
    background: url("img/arrow.svg");
    width: 12px;
    height: 19px;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.pagenavi{
    width: 100%;
    display: block;
    text-align: center;
}

.wp-pagenavi {
    margin: 20px 0;
}
.wp-pagenavi a {/* フォント色 */
    background: #EEDCF3;
    color: #818181;
}
.pages {/* 左の表記 */
    margin-right: 20px;
}
.wp-pagenavi .current,
.wp-pagenavi a.page {/* ボタン */
    margin: 0 6px 6px 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
}
.wp-pagenavi .current {/* カレント数字 */
    background: #B795BF;
    color: #FFF;
}
.wp-pagenavi a.page:hover {/* マウスオーバー */
    background: #B795BF;
    color: #FFF;
}
.wp-pagenavi .first,
.wp-pagenavi .extend {/* ... */
    margin-right: 10px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {/* 記号の削除 */
    margin: 0 6px 6px 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-family: "noto-sans-cjk-jp";
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
}



/************************
お問い合わせ
************************/

a.tel{
    display: block;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 50px auto;
    background: #FCDD87;
    border-radius: 40px;
    text-align: center;
    color: #614F1C;
    font-size: clamp(23px, 1.7vw, 33px);
    font-weight: 700;
    padding: 30px 5%;
    position: relative;
    border-bottom: 7px solid #F1C755;
}

a.tel img{
    width: auto;
    height: 40px;
    object-fit: contain;
    margin-right: 20px;
}

a.tel::after{
    display: inline-block;
    content: '';
    background: url("img/arrow2.svg");
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}











