@charset 'UTF-8';
* {
margin: 0;
padding: 0;
word-break: normal !important;
word-wrap: break-word;
line-break:normal;
border: 0;
outline: 0;
box-sizing: border-box;
hanging-punctuation: force-end;
}
html {
font-size: 62.5%;
}
body{
position: relative;
margin: 0;
padding: 0;
font-family: "Noto Sans JP", sans-serif;
font-size: 1.6rem;
color: #3c2a0a;
background-color: #fff;
}
@media screen and (max-width: 767px) {
	body{
	font-size: 1.5rem;
	font-family: "Noto Sans JP", sans-serif;
	}
}

.body_wrap {
overflow-x: hidden;	
}

section {
position: relative;
}
section:after {
clear:both;
display:block;
content:"";
}
table {
border-collapse: collapse;
border-spacing: 0;
}
table th {
font-weight: normal;
text-align: inherit;
}
nav, ol, ul, li {
list-style: none;
}

h1, h2, h3, h4, h5, h6 {
font-size: inherit;
font-weight: bold;
line-height: 1.4;
}
@media (min-width:768px) {
	h1, h2, h3 {
	}
}

a {
text-decoration: none;
color: inherit;
}
a:hover {
text-decoration: none;
}
@media (min-width: 768px) {
	a[href^="tel:"] {
	pointer-events: none;
	}
}

img {
display: block;
width: 100%;
max-width: 100%;
width: auto;
height: auto;
margin-right: auto;
margin-left: auto;
vertical-align:top;
}




/*  共通  */
.flex {
  display: flex;
}
.blue {
  background-color: #d1effd;
}
.red {
  color: #c40022;
  background: linear-gradient(transparent 70% , #ffde00 70%);
}
.red_in {
  position: relative;
  font-size: 14.1rem;
}
.red_in::after {
  position: absolute;
  content: "";
  background-image: url(../img/point.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 49px;
  height: 49px;
  top: 20px;
  left: 60px;
}
.content {
  padding-top: 40px;
  padding-bottom: 90px;
}
.content_in {
  max-width: 1200px;
  margin: 0 auto;
}
.small {
  font-size: 1.6rem;
  font-weight: 400;
}
@media (max-width: 1320px) {
  .red_in::after {
    left: 40px;
    top: 10px;
  }
}

@media (max-width: 1260px) {
  .content_in {
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 1026px) {
  .red_in {
    font-size: 8rem;
}
.red_in::after {
  width: 35px;
  height: 35px;
  top: 10px;
}
}

@media (max-width: 767px) {
  .red {
    margin: auto;
        width: fit-content;
    display: block;
    background: linear-gradient(transparent 80%, #ffde00 70%);
  }
  .red_in::after {
    top: 5px;
    left: 30px;
    width: 25px;
    height: 25px;
}
}

/*  HEADER  */
.logo {
  width: fit-content;
  margin: 0 auto;
  padding: 30px 0;
}
.mv {
  position: relative;
  z-index: 1000;
	}
  .slider_img {
    position: relative;
  }
  .slider_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

.pc {
  width: 100%;
}
.sp {
  display: none !important;
}

@media (max-width: 1026px) {
.logo {
  padding: 20px 0;
}
}
@media (max-width: 767px) {
  .logo {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

/*  バナー  */
.banner {
  background-color: #35529f;
  padding: 40px;
  width: 100%;
}
.banner_ttl {
  background-color: #fff;
  color: #c40022;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  font-weight: 900;
  font-size: 5rem;
  border-radius: 50px;
  margin-bottom: 25px;
}
.banner_txt {
  position: relative;
  color: #fff;
  font-size: 3.7rem;
  text-align: center;
  font-weight: 700;
  padding-right: 200px;
}
.banner_txt::after {
  position: absolute;
  content: "";
  background-image: url(../img/banner.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 183px;
  bottom: -10px;
  right: 120px;
}

@media (min-width: 768px) {
.br_none {
  display: none;
}
}
@media (max-width: 1460px) {
  .banner_ttl {
    font-size: 4rem;
}
  .banner_txt::after {
    right: 50px;
  }
}
@media (max-width: 1320px) {
  .banner_txt {
    font-size: 3rem;
    padding-right: 100px;
}
  .banner_txt::after {
    right: 40px;
    width: 150px;
    height: 155px;
    bottom: 0;
  }
}
@media (max-width: 1180px) {
  .banner_txt::after {
    width: 120px;
    height: 125px;
    right: -25px;
}
}
@media (max-width: 1026px) {
  .banner {
    padding: 40px 20px;
}
  .banner_ttl {
    font-size: 3.2rem;
    max-width: 400px;
}
  .banner_txt {
    font-size: 2.6rem;
    padding-right: 0;
}
.banner_txt::after {
  width: 90px;
  height: 95px;
  bottom: 40px;
  right: 0;
}
}

@media (max-width: 767px) {
  .banner_txt {
    padding-right: 50px;
    font-size: 2.3rem;
  }
  .banner_txt::after {
    width: 70px;
    height: 75px;
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 680px) {
}
@media (max-width: 470px) {
  .banner_txt {
    padding-right: 0;
  }
  .banner_txt::after {
    display: none;
  }
}

/*  チラシ  */
.flyer {
  padding: 65px;
  gap: 80px;
}
.flyer_in {
  width: 50%;
}

@media (max-width: 1026px) {
  .flyer {
    padding: 35px;
    gap: 30px;
}
}
@media (max-width: 767px) {
.flyer {
  padding: 15px;
  display: block;
}
.flyer_in {
  width: 100%;
}
.flyer_in:first-child {
  margin-bottom: 15px;
}
}

/*  POINT  */
.blue_inner {
  max-width: 1830px;
  margin: 0 auto;
}
.point_ttl {
  position: relative;
  padding-top: 60px;
  width: fit-content;
  margin: 0 auto;
  color: #37569b;
  font-size: 5rem;
  font-weight: 900;
}
.point_ttl::before {
  position: absolute;
  content: "";
  background-image: url(../img/point_left.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 320px;
  height: 100%;
  top: 65%;
  left: -370px;
}
.point_ttl::after {
  position: absolute;
  content: "";
  background-image: url(../img/point_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 360px;
  height: 100%;
  top: 65%;
  right: -410px;
}
.point {
  background-color: #fff;
  border: 5px solid #37569a;
  border-radius: 20px;
  margin-bottom: 20px;
  align-items: center;
  gap: 55px;
  padding: 40px 35px;
}
.point_img {
  width: 30%;
}
.pont_content {
  width: 70%;
}
.point_num {
  margin-bottom: 20px;
  background-color: #37569b;
  color: #fff;
  width: 222px;
  padding: 13px 50px;
  text-align: center;
  border-radius: 50px;
  font-weight: 900;
  font-size: 2.2rem;
}
.point_txt {
  font-size: 3.4rem;
  font-weight: bold;
}
.photo img {
  width: 25%;
}


@media (max-width: 1600px) {
  .point_ttl::before {
    width: 280px;
    height: 100%;
    top: 70%;
    left: -300px;
}
.point_ttl::after {
  width: 300px;
  height: 100%;
  top: 70%;
  right: -320px;
}
}
@media (max-width: 1480px) {
  .point_ttl::before {
    top: 45%;
  }
  .point_ttl::after {
    top: 95%;
  }
}

@media (max-width: 1320px) {
  .point_ttl {
    font-size: 3.8rem;
}
  .red_in {
    font-size: 10.1rem;
}
  .point_txt {
    font-size: 2.8rem;
}
  .point_num {
    padding: 10px 30px;
    font-size: 2rem;
}
}

@media (max-width: 1260px) {
  .point_ttl::before {
    top: 35%;
    left: -30%;
  }
  .point_ttl::after {
    top: 100%;
    right: -30%;
  }
}
@media (max-width: 1026px) {
  .point {
    padding: 20px 25px;
    display: block;
}
.point_ttl {
  font-size: 3.2rem;
}
.point_ttl::before {
  top: 30%;
}
.point_ttl::after {
  top: 100%;
}
.point_img {
  width: 100%;
}
.pont_content {
  width: 100%;
}
.point_num {
  margin: 10px auto;
}
.point_txt {
  text-align: center;
}
}

@media (max-width: 850px) {
  .point_ttl::before {
    left: -20%;
  }
  .point_ttl::after {
    right: -20%;
  }
}
@media (max-width: 767px) {
  .point_ttl::before {
    top: 30px;
    width: 70%;
  }
  .point_ttl::after {
    top: 110%;
    width: 70%;
}
  .point_num {
    margin: 0 auto;
}
.point_txt {
  font-size: 2.6rem;
}
.point_num {
  padding: 5px 20px;
}
  .red_in {
    font-size: 6rem;
  }
}

@media (max-width: 500px) {
  .photo {
    flex-wrap: wrap;
  }
  .photo img {
    width: 50%;
  }
}

/*  STEP  */
.step_heading {   
  margin: 0 auto;
  width: fit-content;
  position: relative;
  font-size: 5rem;
  color: #37569b;
  text-align: center;
  padding-top: 40px;
  font-weight: 900;
}
.step_heading::before {
  position: absolute;
  content: "";
  background-image: url(../img/genki.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 138px;
  height: 178px;
  left: -170px;
  bottom: 0;
}
.step_txt {
  background-color: #f6f6f6;
  align-items: center;
  padding: 35px;
  gap: 40px;
  margin-bottom: 85px;
}
.step_txt p {
  font-size: 3.1rem;
  font-weight: bold;
}
.step_wrap {
  gap: 25px;
}
.step_box {
  background-color: #c5effe;
  padding: 25px 15px 45px 15px;
  width: 33.3333%;
  border-radius: 10px;
}
.step_num {
  font-size: 5rem;
  color: #35519f;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  text-align: center;
  padding-bottom: 24px;
}
.step_img {
  border-radius: 5px;
}
.step_ttl {
  font-weight: bold;
  font-size: 3.5rem;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 30px;
}
.step_description {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 500;
}

@media (max-width: 1320px) {
  .step_heading {
    font-size: 3.8rem;
  }
  .step_txt p {
    font-size: 2.6rem;
}
.step_num {
  font-size: 3.9rem;
}
.step_ttl {
  font-size: 3rem;
  padding-top: 20px;
  padding-bottom: 20px;
}
}

@media (max-width: 1026px) {
  .step_heading {
    font-size: 3.2rem;
    padding-left: 100px;
}
.step_heading::before {
  width: 80%;
  height: 80%;
  left: -30px;
}
  .step_txt {
    padding: 20px 10px;
    gap: 20px;
    margin-bottom: 50px;
}
.step_txt p {
  font-size: 2.2rem;
}
.step_wrap {
  gap: 10px;
}
.step_box {
  padding: 25px 10px 45px 10px;
}
.step_num {
  font-size: 3.5rem;
}
.step_ttl {
  font-size: 2.5rem;
  padding-top: 10px;
  padding-bottom: 10px;
}
.step_description {
  line-height: 1.5;
}
}

@media (max-width: 767px) {
  .step_heading {
    font-size: 3rem;
    padding-left: 80px;
    padding-top: 20px;
}
  .step_heading::before {
    width: 90px;
    height: 120px;
    left: -10px;
}
  .step_txt p {
    font-size: 2rem;
  }
  .step_txt p img {
    width: 50%;
    margin: auto;
    padding-bottom: 15px;
  }
  .step_txt {
    display: block; 
    margin-top: 20px;
  }
  .step_wrap {
    display: block;
  }
  .step_box {
    width: 100%;
    margin-bottom: 15px;
    padding: 25px 10px 25px 10px;
  }
  .step_num {
    padding-bottom: 15px;
  }
}




/*  APRI  */
.apri {
  margin-top: 100px;
}
.apri_ttl {
  position: relative;
  color: #37569b;
  font-size: 5rem;
  width: fit-content;
  margin: 0 auto 50px auto;
  font-weight: 900;
}
.apri_ttl::before {
  position: absolute;
  content: "";
  background-image: url(../img/apri_point.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 56px;
  height: 42px;
  top: -20px;
  left: -30px;
}
.apri_content {
  position: relative;
  background-color: #ec6c01;
  padding: 35px 50px 15px 50px;
  border-radius: 10px;
}
.apri_content::before {
  position: absolute;
  content: "";
  background-image: url(../img/apri_phone.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: -30px;
  left: 80px;
  width: 230px;
  height: 350px;
}
.apri_content_in {
  background-color: #fff;
  border-radius: 20px;
  align-items: center;
  justify-content: end;
  gap: 45px;
  padding: 25px 50px;
}
.apri_content_in_1 {
  align-items: center;
  gap: 45px;
}
.apri_content_in p {
width: fit-content;
}
.apri_txt {
  letter-spacing: 0.1rem;
    color: #fff;
    font-size: 3.2rem;
    font-weight: 500;
    text-align: center;
    padding-top: 10px;
}
.large {
  font-size: 6.5rem;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 1320px) {
.apri_ttl {
  font-size: 3.8rem;
}
.apri_ttl::before {
  top: -15px;
  left: -10px;
  width: 35px;
  height: 25px;
}
}

@media (max-width: 1320px) {
  .apri_content_in {
    padding: 30px 15px 30px 50px;
    gap: 15px;
}
.apri_content_in_1 {
  gap: 15px;
}

  .apri_content::before {
    left: 0;
}
}

@media (max-width: 1080px) {
  .apri_content_in {
    flex-wrap: wrap;
    justify-content: center;
  }
  .apri_content_in_1 {
    width: 70%;
    justify-content: end;
}
  .apri_content_in_1 {
    width: 50%;
}
}
@media (max-width: 1026px) {
  .apri_ttl {
    font-size: 3.2rem;
  }
}

@media (max-width: 767px) {
  .apri_ttl {
    font-size: 3rem;
    margin: 0 auto 20px auto;
  }
  .apri_content {
    padding: 25px 45px 20px 45px;
}
  .apri_content::before {
    width: 50%;
    height: 50%;
    top: 0;
  }
  .apri_content_in {
    padding: 10px 20px 10px 30px;
    gap: 5px;
  }
  .apri_content_in_1 {
    gap: 5px;
    width: 90%;
  }
  .apri_content_in p {
    width: 80%;
  }
    .apri_txt {
      font-size: 1.8rem;
  }
  .large {
    font-size: 4rem;
  }
}

/*  CONTACT  */
.contact_txt {
  font-size: 3.9rem;
  color: #37569b;
  text-align: center;
  font-weight: 900;
  margin-bottom: 45px;
}
.contact_txt_red {
  color: #c40022;
}
.contact_img {
  gap: 30px;
  margin-bottom: 50px;
}
.contact_img_1 {
  width: 40%;
  object-fit: contain;
  aspect-ratio: 4 / 3;
  padding-bottom: 150px;
}
.contact_img_2{
  width: 60%;
  border-radius: 30px;
}
.contact_box_wrap {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 35px;
  padding: 35px 30px 35px 80px;
}
.contact_box {
  padding-right: 75px;
  width: 50%;
}
.contact_ttl {
  align-items: center;
}
.contact_ttl_in1 {
  width: 20%;
}
.contact_ttl_in2 {
  width: 80%;
  padding-left: 15px;
  font-size: 3.5rem;
  font-weight: bold;
}
.common {
  gap: 15px;
  color: #fff;
  font-size: 2rem;
  padding-top: 15px;
  font-weight: bold;
}
.common_1 {
  width: 50%;
  background-color: #37569b;
  padding: 0 30px;
  text-align: center;
}
.common_2 {
  width: 50%;
  background-color: #68b280;
  padding: 0 30px;
  text-align: center;
}
.adress {
  position: relative;
  padding: 20px 0 20px 35px;
  font-weight: 500;
  font-size: 2.2rem;
}
.adress::before {
  position: absolute;
  content: url(../img/map_icon.png);
  top: 25px;
  left: 0;
  width: 100%;
  height: 100%;
}
.tel_qr {
  gap: 15px;
  align-items: center;
}
.tel {
  width: 70%;
  background-color: #34529f;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  padding: 15px 20px 15px 75px;
  border-radius: 10px;
  box-shadow: 3px 4px 0 0 #bdbdbd;
}
.tel a {
  position: relative;
}
.tel a::before {
  position: absolute;
  content: "";
  background-image: url(../img/address_tel.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 38px;
  height: 38px;
  top: 15%;
  left: -43px;
}
.pc_none {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
}
.qr {
  width: 30%;
  padding-top: 10px;
}
.map {
  width: 50%;
}
iframe {
  border-radius: 10px;
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
.pc_none {
  display: none;
}
}
@media (max-width: 1320px) {
  .common {
    display: block;
    padding-top: 0;
  }
  .contact_ttl_in2 {
    font-size: 3rem;
  }
  .contact_txt {
    font-size: 3.5rem;
}
  .common_1 , .common_2 {
    width: 165px;
  }
  .common_2 {
    margin-top: 5px;
  }
  .tel {
    font-size: 2.5rem;
    padding: 15px 10px 15px 45px;
}
.tel a::before {
  width: 30px;
  height: 30px;
  top: 10%;
  left: -35px;
}
}

@media (max-width: 1260px) {
  .tel_qr {
    display: block;
  }

}
@media (max-width: 1026px) {
  .contact_txt {
    font-size: 3.2rem;
  }
  .contact_img {
    gap: 0;
  }
  .contact_img_1 {
    width: 40%;
    padding-bottom: 100px;
  }
  .contact_img_2 {
    width: 60%;
  }
  .contact_box_wrap {
    display: block;
    padding: 35px 30px 35px 30px;
  }
  .contact_box , .map {
    width: 100%;
  }
  
  .tel_qr {
    display: flex;
  }
  .tel {
    width: 300px;
  }
  .qr {
    width: fit-content;
}
}

@media (max-width: 767px) {
  .contact_txt {
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
  .contact_img {
    display: block;
  }
  .contact_img_1 {
    width: 60%;
    padding-bottom: 0;
  }
  .contact_img_2 {
    width: 100%;
  }
  .contact_box_wrap {
    padding: 25px 10px;
}
  .contact_box {
    padding-right: 0;
  }
  .contact_ttl {
    display: block;
  }
  .contact_ttl_in1 {
    width: 100%;
    margin: 0 auto;
}
  .contact_ttl_in2 {
    width: 100%;
    font-size: 2.3rem;
    padding-top: 15px;
    padding-left: 0;
    text-align: center;
}
.common {
  width: fit-content;
  padding-top: 0;
  margin: 0 auto;
}
.adress {
  width: fit-content;
  margin: 0 auto;
  position: relative;
  padding: 20px 0 20px 25px;
  font-weight: 500;
  font-size: 2rem;
}

.tel_qr {
  display: block;
}
  .tel {
    width: 80%;
    padding: 10px 10px 10px 35px;
    margin: 0 auto 10px auto;
    text-align: center;
}
.tel a::before {
  width: 35px;
  height: 35px;
  top: 25%;
  left: -45px;
}
.qr {
  width: 30%;
  margin: auto;
}
}




/*  FOOTER  */
.footer_img {
  padding-top: 50px;
}
.footer_img img:first-child {
  padding-bottom: 20px;
}
.foot_address {
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 35px;
  padding-top: 30px;
  gap: 60px;
  font-weight: 500;
  font-size: 2.2rem;
}
.foot_address_1 {
  position: relative;
  padding-left: 20px;
}
.foot_address_1::before {
  position: absolute;
  content: url(../img/map_icon.png);
  display: block;
  width: 18px;
  height: 25px;
  top: -5px;
  left: -5px;
}
.foot_address_2 {
  position: relative;
}
.foot_address_2::before {
  position: absolute;
  display: block;
  content: url(../img/foot_tel.png);
  top: 0;
  left: -30px;
  width: 25px;
  height: 25px;
}
small {
  background-color: #3c3c3c;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  width: 100%;
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
}



@media (max-width: 1026px) {
  .footer_img {
    width: 50%;
    margin: 0 auto;
}
}

@media (max-width: 767px) {
  .foot_address {
    text-align: center;
    display: block;
    padding-bottom: 25px;
    padding-top: 20px;
    font-size: 1.5rem;
}
.foot_address_2::before {
  left: 70px;
}
}




/*-----------------------
 slick
-----------------------*/
.slick-slider {
position: relative;
display: block;
margin: 0;
padding: 0;
line-height: 0;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after {
display: table;
content: '';
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide {
float: right;
}
.slick-slide img {
display: block;
margin: 0;
padding: 0;
vertical-align: middle;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
.slick-prev,
.slick-next {
z-index: 2;
position: absolute;
width: 40px;
height: 40px;
top: 50%;
transform: translateY(-50%);
font-size: 0;
background-repeat: no-repeat;
background-size: contain;
background-color: #d1c4ac;
border-radius: 100%;
}
.slick-prev {
left: -20px;
}
.slick-next {
right: -20px;
}
.slick-prev::before,
.slick-next::before {
position: absolute;
content: "";
width: calc(16px * .7);
height: calc(25px * .7);
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
background-repeat: no-repeat;
background-size: contain;
filter: brightness(0) invert(1);
}
.slick-prev::before {
background-image: url(./common/img/arrow_prev@2x.png);
}
.slick-next::before {
background-image: url(./common/img/arrow_next@2x.png);
}
.slick-prev button,
.slick-next button {
}
.slick-prev button {
}
.slick-next button {
}
@media (max-width:1023px) {
	.slick-prev,
	.slick-next {
	width: 30px;
	height: 30px;
	}
	.slick-prev::before,
	.slick-next::before {
	width: calc(16px * .5);
	height: calc(25px * .5);
	}
}
@media (min-width:768px) {
	/* hover 
	.slick-prev:hover::before,
	.slick-next:hover::before {
	filter: invert(15%) sepia(95%) saturate(6932%) hue-rotate(358deg) brightness(85%) contrast(112%) !important;
	}*/
}
@media (max-width:767px) {
}