@charset "utf-8";

/*////////// トップスライドバナー //////////*/

#main-slider {
  margin-top: 2vw;
}

.swiper-pagination {
  position: relative;
  margin: 2em 0;
}

.swiper-button-next,
.swiper-button-prev {
  width: 7vw;
  height: 7vw;
  max-width: 60px;
  max-height: 60px;
  background: rgba(0,0,0,0.8);
  border-radius: 100%;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  color: #fff;
  font-size:min(3vw,20px);
}

:root {
  --swiper-theme-color: #323232;
}

/*////////// ニュース //////////*/

.loadWrap {
  margin-bottom: 60px;
  text-align: center;
}

ul#news {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

ul#news li {
  width: 100%;
  padding: 32px;
  overflow: hidden;
  text-align: left;
  border-bottom: solid 1px #000;
}

ul#news li:first-child {
  border-top: solid 1px #000;
}

ul#news li p {
  float: left;
}

ul#news li p.tag {
  width: 15%;
  background: #000;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  line-height: 22px;
  border-radius: 3px;
}

ul#news li p.tag.txt_pink {
  background: #fb4152;
}

ul#news li p.day {
  width: 18%;
  text-align: center;
  color: #7a7a7a;
  font-size: 18px;
  font-weight: 900;
  line-height: 18px;
}

ul#news li p.txt_news,
ul#news li p.txt_news a {
  width: 67%;
  color: #000;
  line-height: 26px;
}

ul#news li p.txt_news a {
  width: 100%;
  text-decoration: underline;
}

ul#news li p.txt_news a[href*="javascript:void(0)"] {
  text-decoration: none;
  cursor: default;
}

.btn_load_more {
  display: inline-block;
  min-width: 208px;
  margin: 15px auto;
  padding: 0 20px;
  font-family: "Hiragino Kaku Gothic ProN", 游ゴシック, "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 56px;
  text-align: center;
  border: solid 4px #000;
  cursor: pointer;
}

.more_btn {
  margin: 40px 0 90px 0;
}

.more_btn a {
  max-width: 200px;
  background: #000;
  text-align: center;
  color: #fff;
  font-size: 18px;
  padding: 1em;
  margin: 0 auto;
  font-family: 'Squada One', cursive;
}

/*//////////////////////////////    750以下    //////////////////////////////*/

@media screen and (max-width: 750px) {

#main-slider {
  margin-top: 0;
}

.swiper-pagination {
  margin: 2em 0 0;
}

.swiper-button-next,
.swiper-button-prev {
  display: none;
}

}

