@charset "UTF-8";
/* CSS Document */
/* ================================

================================ */
* {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

body {
  background-color: #fdf4ec;
}

input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.txtRed {
  color: #d6001d;
}

.cf::after {
  content: "";
  display: block;
  clear: both;
}

#header {
  background-color: #7f1129;
  z-index: 2;
}
#header.pc_only .inner_wrap {
  width: 1120px;
  margin: 0 auto;
}
#header.pc_only .logo_jr {
  display: inline-block;
  float: left;
  padding-top: 20px;
  padding-left: 20px;
  width: 71px;
}
#header.pc_only .logo_jr img {
  width: 100%;
}
#header.pc_only nav .flex {
  display: flex;
  justify-content: center;
}
#header.pc_only nav .flex .f-item {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 20px 20px 20px;
  display: table;
  position: relative;
  z-index: 2;
}
#header.pc_only nav .flex .f-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  display: block;
  width: 60px;
  height: 1px;
  transform: rotate(90deg);
  background-color: #fff;
}
#header.pc_only nav .flex a {
  color: #fff;
  display: table-cell;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  vertical-align: middle;
}
#header.pc_only nav .flex a.peNone {
  pointer-events: none;
}
#header.pc_only nav .menuSub {
  position: absolute;
  display: none;
  left: 0;
  top: 88px;
  width: 100%;
}
#header.pc_only nav .menuSub li a {
  display: block;
  padding: 10px 0 10px;
}
#header.pc_only nav .menuSub li a:hover {
  opacity: 0.9;
}
#header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

#sec_mv {
  padding-top: 30px;
  padding-bottom: 60px;
}
#sec_mv .ttl {
  width: 626px;
  margin: 0 auto 30px;
}
#sec_mv .txt {
  width: 1120px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
}

#sec_anchor {
  width: 970px;
  margin: 0 auto 30px;
}
#sec_anchor .pc_only .flex {
  width: 60%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
#sec_anchor .pc_only .flex .f-item {
  transform: skewX(150deg);
  border-right: 3px solid #ae0a2e;
  padding-right: 24px;
}
#sec_anchor .pc_only .flex .f-item span {
  display: block;
  transform: skewX(-150deg);
}
#sec_anchor .pc_only .flex .f-item a {
  color: #ae0a2e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
}
#sec_anchor .pc_only .flex .f-item.borderNone {
  border: none;
}
#sec_anchor .pc_only .flex .f-item.peNone {
  pointer-events: none;
}

#contents {
  width: 1120px;
  margin: 0 auto;
  padding-bottom: 60px;
}
#contents .column {
  background-color: #fff;
  padding: 30px 20px 60px;
  margin-bottom: 60px;
}
#contents .column .ttl {
  border-bottom: 6px solid #7f1129;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
#contents .column .ttl .ttl_column {
  font-size: 36px;
  line-height: 1.2;
  padding-left: 20px;
}
#contents .column .ttl .ttl_column .fz_S {
  font-size: 0.8em;
}
#contents .column .ttl .ttl_days {
  font-size: 20px;
  padding-right: 20px;
}
#contents .column .content {
  width: 1040px;
  margin: 0 auto;
}
#contents .column .content .article {
  border-bottom: 2px solid #ccc;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
#contents .column .content .article .img_left {
  float: left;
  width: 500px;
  position: relative;
  margin-right: 40px;
  margin-bottom: 40px;
}
#contents .column .content .article .txt_right {
  font-size: 18px;
  line-height: 2;
}
#contents .column .content .info .inner_info .f-item01 {
  display: inline-block;
}
#contents .column .content .info .inner_info .f-item02 {
  float: right;
}
#contents .column .content .info .ttl_info {
  font-size: 24px;
  line-height: 1.5;
}
#contents .column .content .info .distance_info {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 40px;
}
#contents .column .content .info .info_txt {
  font-size: 18px;
  line-height: 1.5;
}
#contents .column .content .info .info_link a {
  font-size: 18px;
  line-height: 1.5;
  color: #7f1129;
  text-decoration: underline;
}
#contents .column .content .info + .info {
  margin-top: 60px;
}

.slick-dots li {
  margin: 0 2px;
}

.slick-dots li button:before {
  font-size: 16px;
  line-height: 40px;
}

.slick-dots li.slick-active button:before {
  color: #7f1129;
}

#contents .column .content .info .inner_info .f-item02.slide-items {
  width: 340px;
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  #sec_mv {
    padding-top: 13vw;
    padding-bottom: 8vw;
  }
  #sec_mv .ttl {
    width: 100%;
    margin-bottom: 4vw;
  }
  #sec_mv .txt {
    width: 89.333vw;
    font-size: 3.467vw;
  }
  #sec_anchor {
    width: 89.333vw;
    margin-bottom: 4vw;
  }
  #sec_anchor .sp_only select {
    background-image: url(../img/sellect_arrow.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 0;
    -moz-text-align-last: center;
         text-align-last: center;
  }
  #sec_anchor .sp_only select::-ms-expand {
    /* デフォルトの矢印を非表示(IE用) */
    display: none;
  }
  #sec_anchor .sp_only .link_menu {
    background-color: #fff;
    border: 2px solid #999;
    color: #7f1129;
    font-size: 4.8vw;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    width: 100%;
    padding-right: 10.667vw;
  }
  #contents {
    width: 94.667vw;
    padding-bottom: 8vw;
  }
  #contents .column {
    padding: 4vw 2.667vw 8vw;
    margin-bottom: 8vw;
  }
  #contents .column .ttl {
    border-bottom-width: 0.8vw;
    display: block;
    margin-bottom: 4vw;
    padding-bottom: 1.333vw;
  }
  #contents .column .ttl .ttl_column {
    font-size: 5.333vw;
    margin-bottom: 1vw;
    padding-left: 0;
  }
  #contents .column .ttl .ttl_days {
    font-size: 3.2vw;
    padding-right: 0;
    text-align: right;
  }
  #contents .column .content {
    width: 92.063%;
  }
  #contents .column .content .article {
    border-bottom-width: 0.267vw;
    margin-bottom: 6.667vw;
    padding-bottom: 6.667vw;
  }
  #contents .column .content .article .img_left {
    float: none;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  #contents .column .content .article .txt_right {
    font-size: 3.2vw;
    line-height: 1.7;
  }
  #contents .column .content .info .inner_info .f-item02 {
    float: none;
    width: 68.657%;
    margin: 0 auto 2.667vw;
  }
  #contents .column .content .info .ttl_info {
    font-size: 3.733vw;
  }
  #contents .column .content .info .distance_info {
    font-size: 2.933vw;
    margin-bottom: 2.667vw;
  }
  #contents .column .content .info .info_txt {
    font-size: 2.667vw;
  }
  #contents .column .content .info .info_link a {
    font-size: 2.667vw;
  }
  #contents .column .content .info + .info {
    margin-top: 8vw;
  }
  .slick-dots li {
    margin: 0 -0.5vw;
  }
  .slick-dots li button:before {
    font-size: 2.8vw;
    line-height: 2;
  }
  #contents .column .content .info .inner_info .f-item02.slide-items {
    width: 45.333vw;
    margin-bottom: 10vw;
  }
}/*# sourceMappingURL=style.css.map */