@charset "utf-8";

@media only screen and (max-width:1280px) {}
@media only screen and (max-width:768px) {}
@media only screen and (max-width:480px) {}

html {
  scroll-behavior: smooth;
}
[id] {
  scroll-margin-top: 100px; 
}
@media only screen and (max-width:768px) {
  [id] {
    scroll-margin-top: 80px; 
  }
}
.crm--banners .slideControls > .slick-dots {
  display: none !important;
}
.bg01 {
  background-color: #fff;
}
#point01 {
  margin-top: -80px;
  padding-top: 80px;
}
figure {
  position: relative;
}
figure figcaption {
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-size: 10px;
  color: #fff;
  text-shadow:
  0px 0px 1px #000, 
							0 0 5px #000,
							0 0 6px #000,
							0 0 7px #000,
							0 0 8px #000,
							0 0 9px #000,
							0 0 10px #000;
}
/* figcaption {
  position: absolute;
  bottom: -20px;
  right: 0;
} */



/*---------------------------------------------------------------

 commonKeyvisual

--------------------------------------------------------------- */
.commonKeyvisual .imagearea {
  background-image: url(../images/merit/kv.jpg);
}

.commonKeyvisual .imagearea:after{
  display: none;
}
.pcView {
  display: block;
}
.spView {
  display: none;
}
.kvBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 1px #000, 0 0 5px #000, 0 0 10px #000,  0 0 30px #000, 0 0 40px #000;
  width: 98%;
}
.kvTitle {
  font-size: clamp(4.2rem, 1.702rem + 3.248vw, 5.6rem);
  letter-spacing: 0.1em;
}
.kvSubtitle {
font-size: 33px;
letter-spacing: .1em;
}
sup {
  font-size: 0.6em;
  vertical-align: top;
}
@media only screen and (max-width:768px) {
  .pcView {
    display: none;
  }
  .spView {
    display: block;
  }
  .commonKeyvisual {
    background-color: #fff;
  }
  .commonKeyvisual .imagearea {
    height: 100px;
    background-image: url(../images/merit/kv_sp.jpg);
  }
  .kvTitle {
    font-size: 26px;
    letter-spacing: 0.1em;
  }
  .kvSubtitle {
    font-size: 20px;
    letter-spacing: .1em;
    margin-top: 10px;
  }
}

/* 共通
================================================ */
.merit_btn {
  display: inline-block;
  max-width: 550px;
  width: 100%;
  padding: 40px 0;
  color: #fff;
  font-size: clamp(2.6rem, 1.529rem + 1.392vw, 3.2rem);
  background-color: #80C2C6;
  border: 2px solid #80C2C6;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.15em;
  border-radius: 50px;
  transition: .4s;
}
.merit_btn.reserve {
  background-color: #0B318F;
  border: 2px solid #0B318F;
}
.merit_btn:hover { 
  color: #80C2C6;
  background-color: #fff;
}
.merit_btn.reserve:hover {
  color: #0B318F;
  background-color: #fff;
}
.contents_title {
  font-size: 32px;
  letter-spacing: 0.15em;
  text-align: center;
}

@media only screen and (max-width:768px) {
  .merit_btn {
    display: block;
    margin: 20px auto;
    padding: 20px 0;
    font-size: 22px;
    border-radius: 30px;
  }
  .contents_title {
    font-size: 22px;
    letter-spacing: 0.15em;
    text-align: center;
  }
  .contents_title.spfont {
    font-size: 20px;
  }
}


/* top
================================================ */
.top {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 60px;
}
.top .inner {
  padding: 0 20px;
}
.btn_wrap {
  display: flex;
  justify-content: center;
  column-gap: 30px;
}
.holiday_box {
  max-width: 1160px;
  margin: 50px auto 0;
  border: 1px solid #000000 ;
  text-align: center;
  padding: 40px 30px;
}
.holiday_title {
  font-size: 24px;
  letter-spacing: 0.15em;
}
.holiday_text {
  font-size: clamp(1.6rem, 0.886rem + 0.928vw, 2rem);
  margin-top: 14px;
  letter-spacing: 0.15em;
}
.holiday_box_red {
  margin-top: 10px;
  margin-bottom: 20px;
  border: 1px solid #c11920 ;
  color: #c11920;
  padding: 10px 16px;
}
.holiday_box_red .holiday_title {
  font-size: 16px;
}
.holiday_box_red .holiday_text {
  font-size: 13px;
  margin-top: 6px;
}

@media only screen and (max-width:768px) {
  .top {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .top .inner {
    padding: 0 20px;
  }
  .btn_wrap {
    display: block;
    text-align: center;
  }
  .holiday_box {
    margin: 50px auto 0;
    padding: 30px 20px;
  }
  .holiday_title {
    font-size: 20px;
    letter-spacing: 0.15em;
  }
  #reserveArea h3.holiday_title {
    font-size: 22px;
    letter-spacing: 0.15em;
    margin: 0;
  }
  .holiday_text {
    font-size: 14px;
    margin-top: 14px;
    text-align: left;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  .holiday_box_red {
    padding: 10px;
  }
}

/* request_merit
================================================ */
.movie_merit {
  background-color: #DEDEDE;
  padding-top: 20px;
  padding-bottom: 80px;
}
.movie_merit .inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}
.request_red_box {
  text-align: center;
  margin-top: 20px;
  color: #F0F1C1;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding: 18px 10px;
  background-color: #9E0000;
}
.request_red_box .text_l {
  font-size: 28px;
}
.request_red_box .under {
  text-decoration: underline;
}
.movie_item_box {
  padding: 30px 20px;
}
.movie_title {
  font-size: 26px;
  color: #0B318F;
  letter-spacing: 0.15em;
  text-align: center;
}
.movie_lead {
  font-size: 20px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 10px;
}
.movie_lead .blue_border {
  color: #0B318F;
  border-bottom: 1px solid #0B318F;
}
.movie_lead .blue {
  color: #0B318F;
}
.movie_item_wrap {
  max-width: 1200px;
  margin:30px auto 0;
  display: grid;
  grid-template-columns: repeat(5,1fr);
  column-gap: 10px;
}
.movie_item_title {
  text-align: center;
  margin-top: 4px;
  padding-bottom: 4px;
  font-size: 20px;
  line-height: 1.4;
  width: 90%;
  margin: 4px auto;
  border-bottom: 1px solid #333;
}
.movie_item_text {
  margin-top: 8px;
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
}
.movie_item_text .text_s {
  text-align: center;
  font-size: 10px;
}

@media only screen and (max-width:768px) {
  .movie_merit {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .movie_merit .inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .request_red_box {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.6;
    padding: 10px 10px;
  }
  .request_red_box .text_l {
    font-size: 20px;
  }
  .movie_item_box {
    margin-top: 0px;
    padding:20px 0;
  }
  .movie_title {
    font-size: 17px;
    color: #0B318F;
    letter-spacing: 0.15em;
    text-align: center;
  }
  .movie_lead {
    font-size: 16px;
    letter-spacing: 0.05em;
    text-align: left;
    margin-top: 10px;
  }
  .movie_item_wrap {
    max-width: 1200px;
    margin:30px auto 0;
    grid-template-columns: repeat(2,1fr);
    row-gap: 10px;
  }
  .movie_item_title {
    padding-bottom: 4px;
    font-size: 16px;
    width: 100%;
  }
}


/* request_merit
================================================ */
.request_merit {
  background-color: #DEDEDE;
  padding-block: 40px;
}
.request_merit .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.request_merit_box {
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 40px 10%;
  border: 2px solid #0B318F;
}
.contents_title_color {
  color: #0B318F;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 8px;
}
.merit_title {
  font-size: 26px;
  line-height: 1.6;
  text-align: center;
}
.merit_title .merit_title_color {
  color: #0B318F;
  font-weight: bold;
}
.merit_contents_item {
  margin-top: 100px;
}
.merit_lead {
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
}
.merit_lead .merit_lead_bold {
  margin-top: 18px;
  font-size: 22px;
  font-weight: bold;
  text-decoration: underline;
  display: block;
  margin-bottom: 10px;
}
.img_wrap {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  column-gap: 20px;
}
.img_wrap2 {
  max-width: 720px;
  margin: 30px auto 0;
}
.img_wrap3 {
  max-width: 660px;
  margin: 30px auto 0;
}
.banner_cap {
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}
.banner_cap.tal {
  text-align: left;
}
.banner_title {
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.banner_cap .text_l {
  font-weight: bold;
  font-size: 20px;
}
.img_wrap_item {
  max-width: 600px;
}
.img_cap {
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
}

@media only screen and (max-width:768px) {
  .request_merit {
    padding-block: 40px;
  }
  .request_merit_box {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 20px 20px;
  }
  .merit_contents_item {
    margin-top: 60px;
  }
  .merit_lead {
    font-size: 14px;
    text-align: left;
    margin-top: 10px;
  }
  .merit_lead .merit_lead_bold {
    margin-top: 10px;
    font-size: 15px;
  }
  .contents_title_color {
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
    }
  .merit_title {
    font-size: 17px;
    line-height: 1.6;
    text-align: center;
  }
  .request_merit_lead {
    font-size: 17px;
    margin-top: 10px;
  }
  .img_wrap {
    margin-top: 20px;
    flex-direction: column;
    row-gap: 24px;
  }
  .img_wrap2 {
    margin-top: 10px;
  }
  .img_wrap3 {
    margin: 10px auto ;
  }
  .banner_title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .banner_cap {
    text-align: center;
    font-size: 12px;
  }
  .banner_cap .text_l {
    font-size: 16px;
  }
  .img_cap {
    margin-top: 10px;
    font-size: 16px;
  }
}

/* visit_merit
================================================ */
.visit_merit {
  background-color: #F1F1F1;
  padding-top: 100px;
  padding-bottom: 100px;
}
.visit_merit .inner {
  max-width: 990px;
  margin: 0 auto;
  padding: 0 20px;
}
.salon_img {
  margin-top: 40px;
}
.visit_banner {
  text-align: center;
}
.visit_banner.mt {
  margin-top: 60px;
}
.visit_banner a:hover {
  transition: .4s;
  opacity: .7;
}
.visit_text {
  max-width: 940px;
  font-size: 12px;
  line-height: 1.4;
  margin: 20px auto;
}
.visit_text a {
  color: #3b3b41;
}
.visit_merit .img_wrap {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  row-gap: 40px;
}

@media only screen and (max-width:768px) {
  .salon_img {
    margin-top: 20px;
  }
  .visit_merit {
    background-color: #F1F1F1;
    padding-block: 40px;
  }
  .visit_merit .merit_title {
    margin-top: 30px;
    font-size: 18px;
  }
  .visit_banner {
    margin-top: 20px;
  }
  .visit_banner.mt {
    margin-top: 30px;
  }
  .visit_text {
    font-size: 10px;
  }
  .visit_merit .img_wrap {
    margin-top: 30px;
    grid-template-columns: repeat(1,1fr);
    row-gap: 20px;
  }
}

/* ------------------------------------------------------ */
/*---------------------------------------------------------------

 reserveArea

--------------------------------------------------------------- */
#reserveArea {
  margin-bottom: 170px;
  background-color: #fff;
}
#reserveArea .btn_wrap {
  margin-bottom: 60px;
}
#reserveArea .pc {
  display: block!important;
}
#reserveArea .sp {
  display: none!important;
}
#reserveArea h3 {
  font-size: 30px;
  margin-top: 60px;
  margin-bottom: 40px;
  text-align: center;
}
#reserveArea .fs32{
  font-size: 32px!important;
}
#reserveArea .fs14{
  font-size: 14px!important;
}
#reserveArea .mb10{
  margin-bottom: 10px!important
}
#reserveArea .mt10{
  margin-top: 10px!important
}
#reserveArea .mt20{
  margin-top: 20px!important
}
#reserveArea .mt30{
  margin-top: 30px!important
}
#reserveArea .mb30{
  margin-bottom: 30px!important
}
#reserveArea .txtred{
  color: #c11920!important
}
#reserveArea .w300{
  width: 300px!important;
}
#reserveArea .bgWh {
  background: #ffffff;
  color: #000000;
  padding: 80px 15px;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
}
#reserveArea .btnReserve {
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
  display: block;
  background: -moz-linear-gradient(top, #a29081, #614838);
  background: -webkit-linear-gradient(top, #a29081, #614838);
  background: linear-gradient(to bottom, #a29081, #614838);
  box-sizing: border-box;
  padding: 15px 5px;
  color: #ffffff;
  text-align: center;
  position: relative;
  transition: .5s;
}
#reserveArea .btnReserve:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#reserveArea .btnReserve:hover,
#reserveArea .btnReserve:active {
  opacity: .7;
}
#reserveArea .itemWrap {
  border: 1px solid #040000;
  max-width: 1105px;
  width: 100%;
  margin: 0 auto 70px;
  padding: 30px 20px;
  text-align: center;
  box-sizing: border-box;
}
#reserveArea .itemWrap p {
  font-size: 18px;
}
#reserveArea .itemWrap img {
  margin: 0 auto;
}
#reserveArea .itemWrap .small {
  font-size: 14px;
}
#reserveArea .btnReserveInner {
  max-width: 320px;
  width: 100%;
  margin: 0 auto 50px;
}
#reserveArea .note_box {
  color: #c11920;
  border: 1px solid #c11920;
  padding: 10px 5px;
  font-size: 16px;
  font-weight: bold;
  margin: 20px auto 0;
  max-width: 460px;
  width: 100%;
  box-sizing: border-box;
}
#reserveArea h4 {
  text-align: center;
  color: #63381a;
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 35px;
}
#reserveArea h4 a {
  color: #63381a;
  text-decoration: underline;
  display: inline-block;
  transition: .5s;
}
#reserveArea h4 a:hover,
#reserveArea h4 a:active {
  opacity: .7;
}
#reserveArea .detailArea {
  display: flex;
  justify-content: space-between;
  max-width: 1105px;
  margin: 0 auto;
}
#reserveArea .detailArea > div {
  width: 48%;
  border: 1px solid #63381a;
  padding: 25px;
  box-sizing: border-box;
}
#reserveArea .detailArea > div > p {
  font-size: 16px;
  margin-bottom: 25px;
}
#reserveArea .detailArea .boxTtl {
  text-align: center;
  margin-bottom: 30px;
}
#reserveArea .detailArea .boxTtl > span {
  display: inline-block;
  font-size: 20px;
  padding-bottom: 3px;
  border-bottom: 1px solid #63381a;
  text-align: center;
  color: #63381a;
}
#reserveArea .detailArea dl:not(:last-of-type) {
  margin-bottom: 25px;
}
#reserveArea .detailArea dl:last-of-type {
  margin-bottom: 35px;
}
#reserveArea .detailArea dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
#reserveArea .detailArea dt {
  width: 100px;
  background: #63381a;
  padding: 3px;
  box-sizing: border-box;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
}
#reserveArea .detailArea dd {
  width: calc(100% - 120px);
  font-size: 16px;
}
#reserveArea .detailArea .note_list {
  background: #f4f2f2;
  padding: 20px 14px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
#reserveArea .detailArea .note_list li {
  position: relative;
  padding-left: 1.2rem;
  font-size: 13px;
}
#reserveArea .detailArea .note_list li span {
  position: absolute;
  left: 0;
  color: #63381a;
}
#reserveArea .detailArea .contact {
  padding: 20px 0 0;
  width: 100%;
  border-right: none;
}
#reserveArea .detailArea .contact h2 {
  font-size: 15px;
  width: 90%;
  max-width: 370px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 17px;
  text-align: center;
}
#reserveArea .detailArea .contact .tel {
  width: 90%;
  max-width: 370px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 12px;
}
#reserveArea .detailArea .contact .business {
  width: 90%;
  max-width: 370px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
#reserveArea .reserveTableArea {
  margin: 30px auto 50px;
  max-width: 817px;
  width: 100%;
}
#reserveArea .reserveTableArea table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid gray;
  box-sizing: border-box;
}
#reserveArea .reserveTableArea table:not(:last-of-type) {
  margin-bottom: 20px;
}
#reserveArea .reserveTableArea table th,
#reserveArea .reserveTableArea table td {
  width: 10%;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
  vertical-align: middle;
  font-size: 18px;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
#reserveArea .reserveTableArea table.table03 th,
#reserveArea .reserveTableArea table.table03 td {
  width: 10%;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
  vertical-align: middle;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
#reserveArea .reserveTableArea table thead th {
  padding: 3px 5px;
}
#reserveArea .reserveTableArea table th {
  font-weight: bold;
}
#reserveArea .reserveTableArea .sat {
  color: #ffffff;
  background: #7cb3ed;
}
/* #reserveArea .reserveTableArea .sat {
  color: #ffffff;
  background: #bbd4ef;
} */
#reserveArea .reserveTableArea .sun {
  background: #f7c8ce;
}
#reserveArea .reserveTableArea .gray {
  background: #ededec;
}
#reserveArea .reserveTableArea .red {
  color: #ffffff;
  background: #c11920;
}
#reserveArea .reserveTableArea .green {
  color: #ffffff;
  background: #28b7b8;
}
#reserveArea .reserveTableArea .blue {
  color: #ffffff;
  background: #0b318f;
}
#reserveArea .reserveTableArea .notice {
  color: #000;
  background: #bbd4ef;
}
#reserveArea .reserveTableArea .model {
  color: #000;
  background: #e2efda;
}
#reserveArea .reserveTableArea .event {
  color: #000;
  background: #ffe699;
}
#reserveArea .reserveTableArea .open {
  color: #000;
  background: #f8cbad;
}
#reserveArea .note {
  font-size: 13px!important;
}
#reserveArea .textCenter {
  text-align: center!important;
}
#reserveArea .textRight {
  text-align: right!important;
}
#reserveArea .textLeft {
  text-align: left;
}
#reserveArea .reserveTablenote {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 10px;
}
#reserveArea .reserveTablenote div:first-of-type {
  margin-left: 20px;
  width: 20%;
}
.cap {
  margin: 20px auto;
  padding: 0 20px;
  font-size: 12px;
  line-height: 1.2;
}
.detailArea .cap02 {
  margin: 20px auto;
  padding: 0 20px;
  font-size: 13px;
}
.detailArea .cap02 span {
  color: #c11920;
}
@media screen and (max-width:768px) {
  #reserveArea {
    margin-bottom: 80px;
  }
  #reserveArea .bgWh {
    padding: 40px 0px;
  }
  #reserveArea .pc {
    display: none!important;
  }
  #reserveArea .sp {
    display: block!important;
  }
  #reserveArea h3 {
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  #reserveArea h3 span {
    font-size: 24px;
  }
  #reserveArea .itemWrap {
    padding: 15px;
    margin-bottom: 40px;
  }
  #reserveArea .itemWrap p {
    font-size: 16px;
  }
  #reserveArea .itemWrap .small {
    font-size: 13px;
  }
  #reserveArea .note_box {
    padding: 10px 5px;
    font-size: 14px;
  }
  #reserveArea h4 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  #reserveArea .detailArea {
    display: block;
  }
  #reserveArea .detailArea > div {
    width: 100%;
    padding: 15px;
  }
  #reserveArea .detailArea > div:not(:last-of-type) {
    margin-bottom: 30px;
  }
  #reserveArea .detailArea .boxTtl {
    margin-bottom: 20px;
  }
  #reserveArea .detailArea .note_list {
    padding: 10px;
  }
  #reserveArea .detailArea dt {
    width: 80px;
    padding: 3px;
    font-size: 14px;
    margin-bottom: 15px;
  }
  #reserveArea .detailArea dd {
    width: calc(100% - 95px);
    font-size: 14px;
  }
  #reserveArea .detailArea > div > p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.4;
  }
  #reserveArea .detailArea .contact {
    padding: 15px 0 0;
    border-bottom: none;
  }
  #reserveArea .detailArea .contact .tel {
    max-width: 280px;
    padding-bottom: 7px;
}
  #reserveArea .reserveTableArea {
    margin: 20px auto 30px;
    max-width: 817px;
    width: 100%;
  }
  #reserveArea .reserveTablenote {
    display: block;
    text-align: left;
  }
  #reserveArea .reserveTablenote div:first-of-type {
    margin-left: 0px;
    width: 100%;
  }
  #reserveArea .reserveTableArea table th,
  #reserveArea .reserveTableArea table td {
    width: 10%;
    font-size: 10px;
  }
  #reserveArea .w100 {
    width: 100%!important;
    max-width: 300px!important;
  }
  .cap {
    margin: 20px auto;
    padding: 0 ;
    font-size: 12px;
  }
}

/*---------------------------------------------------------------

 modalSlideAera

--------------------------------------------------------------- */
.modalSlideAera {
  margin-top: 50px;
	position: relative;
}
.thumbnails ul {
	margin-top: 2px;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 1px;
}
.thumbnails li {
	background-color: #000;
	cursor: pointer;
}
.thumbnails li img {
	transition: opacity 0.3s;
	opacity: 0.4;
}
.thumbnails li.slick-active img,
.thumbnails li:hover img {
	opacity: 1;
}
.modalSlideAera .slick-arrow {
	overflow: hidden;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 200px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transform: translateY(-50%);
	background-color: rgba(59,59,65,0.9);
	cursor: pointer;
	text-indent: -9999px;
	z-index: 5;
}
.modalSlideAera .slick-arrow:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	margin-top: -5px;
}
.modalSlideAera .slick-prev {
	left: 0;
}
.modalSlideAera .slick-next {
	right: 0;
}

.modalSlideAera .slick-prev:before {
	margin-left: -2px;
	border-left: #fff solid 1px;
	border-bottom: #fff solid 1px;
}
.modalSlideAera .slick-next:before {
	margin-left: -8px;
	border-right: #fff solid 1px;
	border-top: #fff solid 1px;
}

@media only screen and (max-width:768px) {
  .modalSlideAera {
    margin-top: 20px;
  }
	.modalSlideAera,
	.thumbnails {
		margin-left: -20px;
		margin-right: -20px;
	}
	.modalSlideAera .slick-arrow {
		width: 20px;
		height: 80px;
	}
}