@charset "utf-8";
/* CSS Document */
* {
  box-sizing: border-box;
  text-decoration: none;
}
body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  /*line-height: 1.5;*/
  color: #333333;
  background-image: url("../images/common/bg_wafu.jpg");
  background-size: cover;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}
/*a:hover {
  opacity: 0.7;
}*/
.header_logo {
  display: inline-block;
  margin: 15px 0 15px 10px;
  width: 300px;
}
.header_logo img {
  width: 100%;
}
@media (max-width: 768px) {
  .header_logo {
    width: 184px;
  }
}
.heading {
  background-image: url("../images/common/bg_red.jpg");
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 36px 0;
  margin-bottom: 50px;
}
.heading_large {
  font-size: 1.75rem;
  display: inline-block;
  margin-bottom: 5px;
}
.heading_small {
  font-size: 1.375rem;
}
@media(max-width: 768px) {
  .heading {
    padding: 25px 0;
    margin-bottom: 25px;
  }
  .heading_large {
    font-size: 1.125rem;
    margin-bottom: 5px;
  }
  .heading_small {
    font-size: 1rem;
  }
}
.main {
  max-width: 948px;
  margin: 0 auto 100px;
  padding: 0 24px;
}
.main_description {
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.5rem;
  margin-bottom: 50px;
}
@media(max-width: 768px) {
  .main {
    margin: 0 auto 60px;
  }
  .main_description {
    font-size: .875rem;
    line-height: 1.2rem;
    margin-bottom: 30px;
  }
}
.main_heading {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.main_heading::before, .main_heading::after {
  content: '';
  height: 3px;
  background-color: #BE361F;
  flex-grow: 1;
}
.main_heading h3 {
  position: relative;
  font-size: 1.25rem;
  margin: 0 20px;
}
.main_heading h3::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: #BE361F;
  position: absolute;
  left: -25px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
.main_heading h3::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: #BE361F;
  position: absolute;
  right: -25px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
@media(max-width: 768px) {
  .main_heading {
    margin-bottom: 36px;
  }
  .main_heading h3::before {
    width: 16px;
    height: 16px;
  }
  .main_heading h3::after {
    width: 16px;
    height: 16px;
  }
}
.cp_archive_item {
  text-align: center;
  max-width: 350px;
}
.cp_archive_img {
  width: 100%;
  margin-bottom: 14px;
}
.cp_archive_img img {
  width: 100%;
}
.cp_archive_year {
  color: #BE361F;
  margin-bottom: 5px;
}
.cp_archive_title {
  font-size: 1.25rem;
  margin-bottom: 5px;
}
.cp_archive_sub-title {
  margin-bottom: 5px;
}
.cp_archive_btn {
  display: inline-block;
  padding: 11px 30px;
  background-color: #BE361F;
  box-shadow: 3px 3px 5px rgb(0, 0, 0, 0.3); /*水平方向の距離　垂直方向の距離　影のぼかし　影の色　不透明度*/
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cp_archive_btn:hover {
  box-shadow: none;
  transform: scale(0.99, 0.99) translateY(2px);
}
.btn_text {
  color: #fff;
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.btn_text:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.cp_archive_flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  gap: 30px 30px; /*縦に20px,横に30pxの余白を指定*/
  margin-bottom: 50px;
}
@media (max-width: 920px) {
  .cp_archive_title {
    font-size: 1.125rem;
  }
  .cp_archive_sub-title {
    font-size: .875rem;
  }
  .cp_archive_item {
    max-width: 250px;
  }
}
@media (max-width: 590px) {
  .cp_archive_item {
    max-width: 100%;
  }
  .cp_archive_year {
    font-size: 1.125rem;
  }
  .cp_archive_title {
    font-size: 1.25rem;
  }
  .cp_archive_sub-title {
    margin-bottom: 10px;
  }
  .cp_archive_btn {
    padding: 20px 50px;
  }
}
.footer {
  background-image: url("../images/common/bg_red.jpg");
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 40px 0 20px;
}
.footer_inner {
  padding: 0 24px;
}
.footer_logo {
  display: inline-block;
  background-color: #fff;
  padding: 10px;
  max-width: 300px;
  margin-bottom: 32px;
}
.footer_logo img {
  width: 100%;
}
.footer p {
  font-weight: 400;
  font-size: .875rem;
  line-height: 1.2rem;
}
@media(max-width: 768px) {
  .footer {
    padding: 30px 0 10px;
  }
  .footer_logo {
    max-width: 270px;
  }
  .footer p {
    font-size: .75rem;
    line-height: 1.2rem;
  }
}