.mv {
  margin-bottom: 30px;
}
.slideMv{
  width: 100%;
  height: 514px;
  overflow: hidden;
}
.slideMv .slick-slide{
  height: 514px;
}

.sadoZasshi {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 20px;
  overflow: hidden;
}

.sadoZasshi:hover {
  text-decoration: none;
}

.sadoZasshi::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.sadoZasshi .blurImg {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
}

.sadoZasshi .image {
  width: 100%;
  position: relative;
  z-index: 2;
}

.sadoZasshi .image img {
  width: 100%;
  height: auto;
}

.sadoZasshi .sadoRight {
  position: relative;
  width: 100%;
  color: #fff;
  z-index: 2;
}

.sadoZasshi .sadoTitle {
  margin-bottom: 10px;
  text-align: center;
}

.sadoZasshi .sadoTitle .sadoTitleBorder {
  padding: 20px;
  position: relative;
  display: inline-block;
}

.sadoZasshi .sadoTitle .sadoTitleBorder::after, .sadoZasshi .sadoTitle .sadoTitleBorder::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #fff;
  top: 0;
}

.sadoZasshi .sadoTitle .sadoTitleBorder::after {
  right: 0;
  margin-right: 12px;
}

.sadoZasshi .sadoTitle .sadoTitleBorder::before {
  left: 0;
  margin-left: 12px;
}

.sadoZasshi .sadoTitle .sadoTitleBorder .sadoTitleBorder2::after, .sadoZasshi .sadoTitle .sadoTitleBorder .sadoTitleBorder2::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  right: 0;
  left: 0;
}

.sadoZasshi .sadoTitle .sadoTitleBorder .sadoTitleBorder2::after {
  top: 0;
  margin-top: 12px;
}

.sadoZasshi .sadoTitle .sadoTitleBorder .sadoTitleBorder2::before {
  bottom: 0;
  margin-bottom: 12px;
}

.sadoZasshi .sadoTitle img {
  margin: 0 auto;
}

.sadoZasshi .date {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 2px;
}

.sadoZasshi .date .large {
  font-size: 2.2rem;
}

.sadoZasshi .contentsText {
  padding-top: 5px;
  margin-left: 0;
  margin-bottom: 15px;
  line-height: 1.5;
  max-height: 135px;
  overflow: hidden;
  /*line-height: 160%;
  height: 110px;*/
}
.sadoZasshi .contentsText.fontGothic{
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
.sadoZasshi .contentsText.fontSmall{
  font-size: 13px;
  max-height: 120px;
}
.sadoZasshi .contentsCourse .contentsCourse_top{
  font-size: 16px;
  margin-bottom: 10px;
}
.sadoZasshi .contentsCourse .contentsCourse_top span{
  display: inline-block;
  margin-right: 15px;
}
.sadoZasshi .contentsCourse .contentsCourse_top span.whiteBox{
  padding: 5px 10px;
  border-radius: 20px;
  background: rgba(255,255,255,1);
  color: #000;
}
.sadoZasshi .contentsCourse .contentsCourse_btm{
  font-size: 12px;
}
.sadoZasshi .contentsEvent{
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px dashed #ccc;
}
.fb_section{
  background-color: #F4F2F1;
  padding: 20px 15px 30px;
  margin-bottom: 50px;
}
.fb_section__inner{
  text-align: center;
}

@media screen and (max-width: 767px) {
  .mv {
    margin: 0px -10px 30px;
  }
  .slideMv{
    width: auto;
    height: 551px;
  }
  .slideMv .slick-slide{
    height: 551px;
  }
  .sadoTop {
    display: flex;
    margin-bottom: 15px;
  }
  .sadoTop figure {
    width: 50%;
    text-align: center;
  }
  .sadoTop .image_sp img {
    width: 139px;
    height: auto !important;
  }
  .sadoBottom {
    padding-bottom: 20px;
  }
  .sadoZasshi {
    height: 100%;
  }
  .sadoZasshi .blurImg {
    display: none;
  }
  .sadoZasshi::after {
    content: '';
    display: block;
    -webkit-filter: blur(3px);
            filter: blur(3px);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: inherit;
  }
  .fb_section {
    overflow: hidden;
    width: 100% !important;
  }
  .fb_section iframe{
    height: 400px !important;
  }
  .fb_section .fb-page,
  .fb_section .fb-page > span,
  .fb_section ._2p3a{
    height: 400px !important;
  }
}

@media all and (min-width: 768px) {
  .sadoZasshi {
    padding: 50px;
    display: flex;
    justify-content: space-between;
    height: 100%;
  }
  .sadoZasshi .image {
    width: 220px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-left: 30px;
  }
  .sadoZasshi .sadoRight{
    width: 450px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .sadoZasshi .sadoRight .sadoRight_inner{
    width: 100%;
  }
}

#new_arrivals {
  margin-bottom: 70px;
}

#notice {
  margin-bottom: 40px;
}

@media all and (-ms-high-contrast: none){
  @media all and (min-width: 768px) {
    .sadoZasshi .image {
      display: inline-block;
    }
  }
}