@import url("https://fonts.googleapis.com/css2?family=Hina+Mincho&display=swap");
.qs_back_to_top {
  display: block;
  width: 40px;
  height: 40px;
  background: #444444;
  opacity: 0.8;
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 900;
  cursor: pointer;
  display: none;
  border-radius: 40px;
}

/**************/
#mv_area {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}

#mv_slider {
  width: 100%;
  height: 100%;
}

.mv {
  background-size: cover;
  text-align: center;
  height: 660px !important;
  width: 100%;
  position: relative;
}
.mv.img001 {
  background: url(../images/aizu/mv_img001.jpg) no-repeat center;
}
.mv.img002 {
  background: url(../images/aizu/mv_img002.jpg) no-repeat center;
}
.mv.img003 {
  background: url(../images/aizu/mv_img003.jpg) no-repeat center;
}
.mv.img004 {
  background: url(../images/aizu/mv_img004.jpg) no-repeat center;
}

#mv_tit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#nav_area {
  background: #B94047;
}

#nav_list {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  max-width: 1100px;
  margin: 0 auto !important;
}
#nav_list li a {
  display: block;
  text-align: center;
  padding: 10px 0 15px;
  position: relative;
  z-index: 0;
  transition: 0.3s all ease;
}
#nav_list li a::before {
  position: absolute;
  content: "";
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
#nav_list li a img.icon_001 {
  max-width: 40px;
}
#nav_list li a span {
  display: block;
  color: #fff;
  font-family: "Hina Mincho", serif;
  font-size: 18px;
}

/**************/
article.area_001 {
  background: #fff;
  padding: 60px 0;
}

.place_tit_area {
  text-align: center;
}
.place_tit_area img {
  max-width: 11%;
}

.place_tit {
  font-size: 36px;
  color: #B94047;
  font-family: "Hina Mincho", serif;
  margin-top: 10px;
  letter-spacing: 0.1em;
}
.place_tit span {
  position: relative;
  z-index: 0;
}
.place_tit span::before {
  display: inline-block;
  content: "";
  background: url(../images/aizu/chon.svg) no-repeat left;
  width: 31px;
  height: 29px;
  margin-bottom: 15px;
  margin-right: 15px;
}
.place_tit span::after {
  display: inline-block;
  content: "";
  background: url(../images/aizu/chon.svg) no-repeat right;
  width: 31px;
  height: 29px;
  margin-bottom: 15px;
  margin-left: 20px;
  transform: scaleX(-1);
}

.place_area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 40px;
}

.place_box {
  text-align: center;
  width: 45%;
}
.place_box img {
  max-width: 55%;
}
.place_box:last-child {
  margin-left: 10%;
}
.place_box:last-child img {
  max-width: 100%;
}

.place_txt {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  line-height: 2;
}

.place_list {
  margin-top: 60px !important;
}
.place_list li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.place_list li:last-child {
  flex-direction: row-reverse;
}
.place_list li:last-child .place_con:first-child {
  border-radius: 0 0 25px 0;
}
.place_list li:last-child .place_con:last-child {
  margin-left: 0;
  margin-right: 5%;
}

.place_con {
  line-height: 0;
}
.place_con:first-child {
  width: 50%;
  border-radius: 25px 0 0 0;
  overflow: hidden;
}
.place_con:last-child {
  width: 45%;
  margin-left: 5%;
  margin-bottom: 65px;
}

.place_con_txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  position: relative;
  z-index: 0;
}
.place_con_txt::before {
  position: absolute;
  content: "";
  bottom: -65px;
  right: 0;
  background: url(../images/aizu/nami.svg) no-repeat right;
  width: 397px;
  height: 56px;
}

.place_list li:last-child .place_con .place_con_txt::before {
  right: auto;
  left: 0;
  background: url(../images/aizu/nami.svg) no-repeat left;
  transform: scaleX(-1);
}

.place_btn {
  margin: 3rem auto 0 !important;
  text-align: center;
}

/**************/
article.area_002 {
  background: #FFEEF4;
  padding: 60px 0;
  border-radius: 80px;
}

section.aizu {
  position: relative;
  z-index: 0;
}

section.m_t {
  margin: 60px auto 0 auto !important;
}

.aizu_chara {
  position: absolute;
  top: 0;
  right: 0;
  width: 26%;
}
.cal_area {
  position: relative;
  z-index: 0;
  text-align: center;
  margin-top: 60px;
}
.cal_area::before {
  position: absolute;
  content: "";
  background: url(../images/aizu/square_001.svg) no-repeat left;
  width: 89px;
  height: 90px;
  top: -37px;
  left: 0;
  z-index: -1;
}
.cal_area::after {
  position: absolute;
  content: "";
  background: url(../images/aizu/square_001.svg) no-repeat left;
  width: 89px;
  height: 90px;
  bottom: -28px;
  right: 0;
  z-index: -1;
  transform: scale(-1, -1);
}

.cal_box {
  display: flex;
  /* align-items: flex-start; */
  justify-content: space-between;
  max-width: 1028px;
  margin: 0 auto;
  gap: 3%;
}

/* .cal_img001 img {
  border-radius: 10px;
  border: 2px solid #B94047;
} */

.cal_img001 {
  border-radius: 10px;
  border: 2px solid #B94047;
  background: #fff;
  padding: 20px;
}

/* .cal_img001:first-child {
  margin-right: 3%;
} */

.cal_ttl {
  font-size: 18px;
  color: #B94047;
  margin-bottom: 20px;
}

.cal_img001 .reco_link {
  margin-top: 20px;
}

.cal_con {
  margin-top: 60px;
}

.cal_con_in {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}

.cal_con_tit {
  font-size: 21px;
  color: #fff;
  font-weight: bold;
  background: #B94047;
  padding: 5px 20px;
  border-radius: 10px;
  display: inline-block;
}

.cal_con_txt {
  font-size: 21px;
  color: #B94047;
  font-weight: bold;
  margin-top: 15px;
}

.cal_img002_area {
  text-align: center;
}

.cal_img002 {
  display: inline-block;
  text-align: center;
  transition: 0.3s all ease;
  margin-top: 10px;
}
.und_arrow {
  text-align: center;
  margin-top: 10px;
}
.und_arrow img {
  max-width: 60%;
}

/**************/
.reco_list {
  margin-top: 68px !important;
}
.reco_list li {
  margin-bottom: 40px;
  box-shadow: 10px 10px 10px 5px rgba(0, 0, 0, 0.1);
}
.reco_list li:last-child {
  margin-bottom: 0;
}

.reco_all {
  background: #fff;
  padding: 30px;
}

.reco_area {
  display: flex;
  justify-content: center;
  max-width: 930px;
  width: 100%;
  margin: 30px auto 0 auto;
}

.reco_box {
  width: 45%;
}
.reco_box:last-child {
  margin-left: 10%;
}

.reco_tit {
  font-size: 24px;
  font-weight: bold;
  color: #B94047;
  letter-spacing: 0.1em;
  border-left: 4px solid #B94047;
  padding: 10px 0 10px 30px;
  line-height: 1.4;
  max-width: 930px;
  width: 100%;
  margin: 0 auto;
}

.reco_txt {
  font-size: 16px;
  line-height: 2;
}

.reco_link_area {
  text-align: right;
  margin-top: 60px;
}

.reco_link {
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  color: #fff !important;
  padding: 10px 40px 10px 0;
  max-width: 262px;
  width: 100%;
  text-align: center;
  background: #B94047;
  transition: 0.3s all ease;
  position: relative;
  z-index: 0;
}
.reco_link::before {
  content: "";
  position: absolute;
  width: 44px;
  height: 2px;
  background: #fff;
  top: 50%;
  right: 20px;
}
.reco_link::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 2px;
  background: #fff;
  top: 50%;
  margin-top: -3px;
  right: 20px;
  transform: rotate(45deg);
}
.reco_con {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  max-width: 930px;
  width: 100%;
  margin: 30px auto 0 auto;
}

.reco_plan {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 24%;
  margin-right: 1.3333%;
  width: 100%;
  text-align: center;
  transition: 0.3s all ease;
  position: relative;
  z-index: 0;
  color: #B94047 !important;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  border-radius: 100px;
  border: 2px solid #B94047;
  padding: 10px 40px 10px 0;
}
.reco_plan:last-child {
  margin-right: 0;
}
.reco_plan::before {
  content: "";
  position: absolute;
  width: 44px;
  height: 2px;
  background: #B94047;
  top: 50%;
  right: 20px;
}
.reco_plan::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 2px;
  background: #B94047;
  top: 50%;
  margin-top: -3px;
  right: 20px;
  transform: rotate(45deg);
}
@media (max-width: 1000px) and (min-width: 751px) {
  .reco_plan {
    max-width: 49%;
    margin-top: 2%;
    margin-right: 2%;
    padding: 13px 40px 13px 0;
  }
  .reco_plan:nth-child(2n) {
    margin-right: 0;
  }
  .reco_plan:nth-child(-n+2) {
    margin-top: 0;
  }
  .reco_plan br {
    display: none;
  }
}
/**************/
.spot_list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 60px !important;
}
.spot_list li {
  width: 45%;
  position: relative;
  z-index: 0;
  margin-bottom: 50px;
}
.spot_list li:nth-child(2n) {
  margin-left: 10%;
}
.spot_list li:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}

.spot_name_area {
  position: absolute;
  top: -20px;
  left: -40px;
  max-width: 150px;
  width: 100%;
}

.spot_name {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  background: #000;
  border: 2px solid #E6E6E6;
  border-radius: 100px;
  padding: 10px 0;
}
.spot_name.history {
  background: #0071BC;
  letter-spacing: 1.2em;
  text-indent: 1.2em;
}
.spot_name.theme {
  background: #BABA00;
}
.spot_name.gourmet {
  background: #E27320;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
}
.spot_name.craft {
  background: #7645C4;
}
.spot_name.spring {
  background: #00A810;
  letter-spacing: 1.2em;
  text-indent: 1.2em;
}

.spot_area {
  border: 2px solid #E6E6E6;
  border-radius: 10px;
  overflow: hidden;
}

.spot_box {
  padding: 20px 30px;
}

.spot_tit {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
.spot_tit.history {
  border-bottom: 2px solid #0071BC;
}
.spot_tit.theme {
  border-bottom: 2px solid #BABA00;
}
.spot_tit.gourmet {
  border-bottom: 2px solid #E27320;
}
.spot_tit.craft {
  border-bottom: 2px solid #7645C4;
}
.spot_tit.spring {
  border-bottom: 2px solid #00A810;
}

.spot_txt {
  font-size: 16px;
  line-height: 2;
}

.spot_link {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  border-radius: 100px;
  border: 2px solid #000;
  padding: 13px 40px 13px 0;
  max-width: 350px;
  width: 100%;
  margin: 15px auto 0 auto;
  position: relative;
  z-index: 0;
  transition: 0.3s all ease;
}
.spot_link.history {
  border: 2px solid #0071BC;
}
.spot_link.theme {
  border: 2px solid #BABA00;
}
.spot_link.gourmet {
  border: 2px solid #E27320;
}
.spot_link.craft {
  border: 2px solid #7645C4;
}
.spot_link.spring {
  border: 2px solid #00A810;
}
.spot_link::before {
  content: "";
  position: absolute;
  width: 44px;
  height: 2px;
  background: #000;
  top: 50%;
  right: 20px;
}
.spot_link::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 2px;
  background: #000;
  top: 50%;
  margin-top: -3px;
  right: 20px;
  transform: rotate(45deg);
}

/* info */
.info_list{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  z-index: 1;
  position: relative;
}
.info_list > li{
  width: 38.1818%;
  background: #fff;
  margin: 60px 5.9091% 0;
}
.info_list > li:nth-child(2n){
  margin-right: 0;
}
.info_list a{
  transition: 0.3s all ease;
}
.info_list img{
  vertical-align: bottom;
}
.info_item_text{
  padding: 2%;
}
.info_tit,
.info_tit_sub{
  color: #B94047;
  font-weight: bold;
  text-align: center;
}
.info_tit{
  font-size: 20px;
}
.info_tit_sub{
  font-size: 14px;
  margin-bottom: 20px;
}
.info_link{
  display: flex;
  justify-content: center;
}
.info_link > li{
  margin: 0 20px;
}
.info_link img{
  width: auto;
  height: 50px;
}
.info_slider{
  margin: 60px auto 0 !important;
  width: 89.0909%;
}
.info_slider_image{
  margin: 0 5px;
}
.info_slider_image img{
  width: 100%;
  height: auto;
}
.info_slider .slick-prev,
.info_slider .slick-next{
  width: 60px;
  height: 60px;
}
.info_slider .slick-prev{
  left: -70px;
}
.info_slider .slick-next{
  right: -70px;
}
.info_slider .slick-prev:before,
.info_slider .slick-next:before{
  display: block;
  opacity: 1;
  width: 100%;
  height: 100%;
  background-size: 100%;
}
.info_slider .slick-prev:before{
  background-image: url(../images/aizu/slider_icon_l.svg);
}
.info_slider .slick-next:before{
  background-image: url(../images/aizu/slider_icon_r.svg);
}
@media (max-width: 1100px) {
  .info_link > li{
    margin: 0 1.81818vw;
  }
  .info_link img{
    height: 4.54545vw;
  }
  .info_slider .slick-prev,
  .info_slider .slick-next{
    width: 5.5vw;
    height: 5.5vw;
  }
  .info_slider .slick-prev{
    left: -6vw;
  }
  .info_slider .slick-next{
    right: -6vw;
  }
}

/* ---------------------------------------------------------------------- */
/* SP */
/* ---------------------------------------------------------------------- */
@media (max-width: 750px) {
  .qs_back_to_top {
    width: 12vw !important;
    height: 12vw !important;
    right: 3vw !important;
    bottom: 3vw !important;
    border-radius: 50% !important;
  }
  /**************/
  .mv {
    height: 59.3333vw !important;
  }
  .mv.img001, .mv.img002, .mv.img003, .mv.img004 {
    background-size: cover;
  }
  #mv_tit {
    top: 25%;
    left: 18%;
    transform: translate(-9%, 0);
  }
  #nav_list li a {
    padding: 2vw 0 3vw;
  }
  #nav_list li a::before {
    bottom: 2vw;
  }
  #nav_list li a span {
    font-size: 2.7vw;
  }
  /**************/
  article.area_001 {
    padding: 0;
  }
  .place_tit_area img {
    max-width: 20%;
  }
  .place_tit {
    font-size: 7vw;
    margin: 1vw auto 0;
    width: -moz-fit-content;
    width: fit-content;
  }
  .place_tit span {
    position: relative;
    display: block;
    padding: 0 8vw;
  }
  .place_tit span::before {
    width: 5vw;
    height: 5vw;
    margin-bottom: 2vw;
    margin-right: 2vw;
    position: absolute;
    top: 0;
    left: 0;
  }
  .place_tit span::after {
    width: 5vw;
    height: 5vw;
    margin-bottom: 2vw;
    margin-left: 2vw;
    position: absolute;
    top: 0;
    right: 0;
  }
  .place_area {
    flex-direction: column;
    margin-top: 10vw;
  }
  .place_box {
    text-align: center;
    width: 100%;
  }
  .place_box img {
    max-width: 70%;
  }
  .place_box:last-child {
    margin: 4vw 0 0;
  }
  .place_box:last-child img {
    max-width: 100%;
  }
  .place_txt {
    font-size: 4vw;
  }
  .place_list {
    margin-top: 10vw !important;
  }
  .place_list li {
    flex-direction: column;
  }
  .place_list li:last-child {
    flex-direction: column;
  }
  .place_list li:last-child .place_con:first-child {
    border-radius: 0 5vw 5vw 0;
    margin-left: -6vw;
    margin-right: auto;
  }
  .place_list li:last-child .place_con:last-child {
    margin-left: auto;
    margin-right: 0;
  }
  .place_con:first-child {
    width: 80%;
    border-radius: 5vw 0 0 5vw;
    overflow: hidden;
    margin-left: auto;
    margin-right: -6vw;
  }
  .place_con:last-child {
    width: 90%;
    margin-top: 3vw;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 20vw;
  }
  .place_con_txt {
    font-size: 3.5vw;
  }
  .place_con_txt::before {
    bottom: -17vw;
    background: url(../images/aizu/nami.svg) no-repeat right;
    width: 100vw;
    height: 15vw;
  }
  .place_btn {
    margin: 0 auto 0 !important;
  }
  /**************/
  article.area_002 {
    padding: 2vw 0 15vw;
    border-radius: 10vw 0 10vw 10vw;
  }
  section.m_t {
    margin: 10vw auto 0 auto !important;
  }
  .aizu_chara {
    top: -8vw;
    right: -6vw;
    width: 45vw;
  }
  .cal_area {
    margin-top: 10vw;
  }
  .cal_area::before {
    width: 20vw;
    height: 20vw;
    top: -10vw;
    left: -6vw;
  }
  .cal_area::after {
    width: 20vw;
    height: 20vw;
    bottom: -10vw;
    right: -6vw;
  }
  .cal_box {
    flex-wrap: wrap;
    gap: 4vw;
  }
  .cal_img001 {
    width: 100%;
  }
  .cal_img001 img {
    border-radius: 3vw;
  }
  .cal_con {
    margin-top: 10vw;
  }
  .cal_con_tit {
    font-size: 4vw;
    padding: 2vw 4vw;
    border-radius: 2vw;
  }
  .cal_con_txt {
    font-size: 4vw;
    margin-top: 3vw;
  }
  .cal_img002 {
    margin-top: 1vw;
  }
  .und_arrow {
    margin-top: 1vw;
  }
  .und_arrow img {
    max-width: 40%;
  }
  /**************/
  #T02 {
    padding-top: 1vw;
  }
  .reco_list {
    margin-top: 10vw !important;
  }
  .reco_list li {
    margin-bottom: 7vw;
    box-shadow: 1vw 1vw 1vw 0.5vw rgba(0, 0, 0, 0.1);
  }
  .reco_all {
    padding: 3vw;
  }
  .reco_area {
    flex-direction: column;
    margin: 5vw auto 0 auto;
  }
  .reco_box {
    width: 100%;
  }
  .reco_box:last-child {
    margin-left: 0;
  }
  .reco_tit {
    font-size: 4.5vw;
    border-left: 1vw solid #B94047;
    padding: 2vw 0 1vw 4vw;
  }
  .reco_txt {
    font-size: 3.5vw;
  }
  .reco_link_area {
    margin-top: 5vw;
  }
  .reco_link {
    font-size: 4vw;
    padding: 2vw 10vw 2vw 0;
    max-width: 100%;
  }
  .reco_link::before {
    width: 10vw;
    height: 0.5vw;
    right: 3vw;
  }
  .reco_link::after {
    width: 2vw;
    height: 0.5vw;
    margin-top: -0.8vw;
    right: 3vw;
  }
  .reco_con {
    width: 100%;
    margin: 5vw auto 0 auto;
  }
  .reco_plan {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 19.7vw;
    height: 19.7vw;
    font-size: 3.3vw;
    line-height: 1.2;
    border-radius: 100%;
    border: 0.5vw solid #B94047;
    padding: 2vw 2vw 3vw;
  }
  .reco_plan::before {
    width: 8vw;
    height: 0.5vw;
    top: 88%;
    right: 5.5vw;
  }
  .reco_plan::after {
    width: 2vw;
    height: 0.5vw;
    top: 88%;
    margin-top: -0.8vw;
    right: 5.5vw;
  }
  /**************/
  #T03 {
    padding-top: 5vw;
  }
  .spot_list {
    margin-top: 10vw !important;
  }
  .spot_list li {
    width: 100%;
    margin-bottom: 10vw;
  }
  .spot_list li:nth-child(2n) {
    margin-left: 0;
    margin-bottom: 10vw;
  }
  .spot_list li:nth-last-of-type(-n+2) {
    margin-bottom: 10vw;
  }
  .spot_name_area {
    top: -4vw;
    left: -10vw;
    max-width: 40vw;
    width: 100%;
  }
  .spot_list > li:nth-child(2n) .spot_name_area {
    left: auto;
    right: -10vw;
  }
  .spot_img {
    width: 50%;
    float: left;
    margin: 0 4vw 2vw 0;
  }
  .spot_list > li:nth-child(2n) .spot_img {
    float: right;
    margin: 0 0 2vw 4vw;
  }
  .spot_name {
    font-size: 3.5vw;
    border: 0.5vw solid #E6E6E6;
    border-radius: 10vw;
    padding: 2vw 0;
    line-height: 1;
  }
  .spot_area {
    border: 0.5vw solid #E6E6E6;
    border-radius: 2vw;
    overflow: hidden;
  }
  .spot_box {
    padding: 2vw 4vw;
  }
  .spot_tit {
    font-size: 4vw;
    border-bottom: 0.5vw solid #000;
    padding-bottom: 1.5vw;
    margin-bottom: 2.5vw;
    line-height: 1.5;
  }
  .spot_tit.history {
    border-bottom: 0.5vw solid #0071BC;
  }
  .spot_tit.theme {
    border-bottom: 0.5vw solid #BABA00;
  }
  .spot_tit.gourmet {
    border-bottom: 0.5vw solid #E27320;
  }
  .spot_tit.craft {
    border-bottom: 0.5vw solid #7645C4;
  }
  .spot_tit.spring {
    border-bottom: 0.5vw solid #00A810;
  }
  .spot_txt {
    font-size: 3vw;
    line-height: 1.8;
  }
  .spot_link {
    font-size: 3vw;
    border-radius: 20vw;
    border: 0.5vw solid #000;
    padding: 2vw 10vw 2vw 0;
    max-width: none;
    width: 100%;
    margin: 3vw auto 3vw auto;
  }
  .spot_link.history {
    border: 0.5vw solid #0071BC;
  }
  .spot_link.theme {
    border: 0.5vw solid #BABA00;
  }
  .spot_link::before {
    width: 8vw;
    height: 0.5vw;
    top: 50%;
    right: 3vw;
  }
  .spot_link::after {
    width: 2vw;
    height: 0.5vw;
    top: 50%;
    margin-top: -0.8vw;
    right: 3vw;
  }

  /* info */
  .info_list > li{
    width: 100%;
    margin: 10vw 0 0;
  }
  .info_list img{
    width: 100%;
  }
  .info_item_text{
    padding: 4%;
  }
  .info_tit{
    font-size: 4vw;
  }
  .info_tit_sub{
    font-size: 3vw;
    margin-bottom: 1em;
  }
  .info_link > li{
    margin: 0 3vw;
  }
  .info_link img{
    height: 10vw;
  }
  .info_slider{
    margin: 10vw -6vw 0 !important;
    width: 100vw;
  }
  .info_slider_image{
    margin: 0 2vw;
  }
  .info_slider .slick-prev,
  .info_slider .slick-next{
    width: 10vw;
    height: 10vw;
    z-index: 1;
  }
  .info_slider .slick-prev{
    left: 0;
  }
  .info_slider .slick-next{
    right: 0;
  }  
}