@charset "utf-8";

.base_w {
  width: 100%;
  background-color: #fff !important;
  color: #333;
}
.page_title {
  padding: 30px 0;
  background-color: #fff !important;
}
.mt80 {
  margin-top: 80px !important;
}
.bgw {
  background-image: url("../images/bg.webp");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: cover;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 0 50px 0;
}

.mainph01 {
  text-align: center;
  width: 100%;
  max-width: 1280px;
}
.mainph01 img {
  width: 100%;
  height: auto;
}
.maincopy {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  margin: 20px 0 50px 0;
  color: #333;
}

.bgn {
  background-color: #ffffff;
  width: 980px;
  margin: 0 auto;
}
.cate01 {
  margin-bottom: 50px;
}
.cate01 h3.tit {
  background-color: #ff8506;
  color: #fff;
  text-align: center;
  margin: 0 0 20px 0;
  font-size: 2.6rem;
  padding: 3px 0;
}
.cate01 h3.tit.red {
  background-color: #a20001;
  color: #fff;
  text-align: center;
  margin: 0 0 20px 0;
  font-size: 2.6rem;
  padding: 3px 0;
}
.cate01 .picbox01 {
  margin: 0 auto 30px auto;
  text-align: center;
  border-bottom: 2px solid #a20001;
  padding-bottom: 30px;
  width: 520px;
  line-height: 1.6;
}
.cate01 .picbox01.last {
  border-bottom: none;
  padding-bottom: 50px;
}
.cate01 .picbox01 .pictit {
  margin-bottom: 20px;
}
.cate01 .picbox01 .picph {
  margin-bottom: 15px;
}
.cate01 .picbox01 .pictit img {
  width: 100%;
}
.cate01 .picbox01 .picph img {
  width: 100%;
  border: 1px solid #ccc;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.2);
}
.cate01 .picbox01 .name {
  font-size: 2.2rem;
  margin-bottom: 15px;
}
.cate01 .picbox01 .comment00 {
  font-size: 1.2rem;
  margin: 0 auto 15px auto;
  width: 94%;
  text-align: left;
}
.cate01 .picbox01 .comment00.tac {
  text-align: center;
}
.cate01 .picbox01 .comment {
  font-size: 1.2rem;
  margin: 0 auto;
  width: 94%;
  text-align: left;
}
.cate01 .picbox01 .comment00 span,
.cate01 .picbox01 .comment span {
  font-size: 1.6rem;
  margin-bottom: 5px;
  display: block;
  text-align: center;
}
.eventbox h3.tit {
  background-color: #000;
  color: #fff;
  text-align: center;
  margin: 0 0 20px 0;
  font-size: 2.6rem;
  padding: 3px 0;
}
.eventbox_flex {
  width: 90%;
  margin: 30px auto 50px auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.eventbox_flex .ph {
  width: 52%;
}
.eventbox_flex .ph img {
  width: 100%;
}
.eventbox_flex .txt {
  width: 47%;
  padding: 0 0 0 10px;
  font-size: 1.6rem;
}
.eventbox_flex02 {
  width: 90%;
  margin: 5px auto 50px auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.eventbox_flex02 .ph {
  width: 15%;
}
.eventbox_flex02 .ph img {
  width: 100%;
}
.eventbox_flex02 .txt {
  width: 84%;
  padding: 0 0 0 10px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 10px 0 0 0;
}
.eventbox_flex02 .txt .txt00 {
  margin-bottom: 1px;
}
.eventbox_flex02 .txt .txt01 {
  margin-bottom: 1px;
}
.eventbox_flex02 .txt .txt02 {
  text-align: right;
  margin-bottom: 80px;
}
.eventbox_flex02 .txt .txt02 a {
  text-decoration: none;
  color: #333;
}
.linkbox {
  background-color: #ffffff;
  width: 980px;
  padding: 50px 0 20px 0;
  margin: 50px auto 0 auto;
}

@media screen and (max-width: 768px) {
}

/* --- アクションボタン --- */
.action-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 60px;
}
.action-buttons a.btn {
  background-color: #d5d5d5;
  padding: 5px 0;
  text-align: center;
  font-weight: 700;
  font-size: 2.2rem;
  border-radius: 2px;
  color: #333;
  text-decoration: none;
  width: calc(96% / 3);
  letter-spacing: 0.2em;
}
.action-buttons a.btn:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
/* --- ソーシャルリンク --- */
.social-links {
  width: 98%;
  margin: 0 auto;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 10px;
}
.social-links img {
  width: 100%;
}
.social-links a:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .page_title {
    padding: 30px 0;
    background-color: #fff !important;
  }
  .mt80 {
    margin-top: 30px !important;
  }
  .bgw {
    background-image: url("../images/bg.webp");
    background-repeat: repeat-y;
    background-position: center top;
    background-size: cover;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 30px 0;
  }

  .mainph01 {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
  .mainph01 img {
    width: 100%;
    height: auto;
  }
  .maincopy {
    text-align: center;
    font-weight: 700;
    font-size: 1.6rem;
    margin: 20px 0 30px 0;
    color: #333;
    line-height: 1.6;
  }

  .bgn {
    background-color: #ffffff;
    width: 100%;
    margin: 0 auto;
  }
  .cate01 {
    margin-bottom: 50px;
  }
  .cate01 h3.tit {
    background-color: #ff8506;
    color: #fff;
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 2.6rem;
    padding: 3px 0;
  }
  .cate01 h3.tit.red {
    background-color: #a20001;
    color: #fff;
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 2.6rem;
    padding: 3px 0;
  }
  .cate01 .picbox01 {
    margin: 0 auto 30px auto;
    text-align: center;
    border-bottom: 2px solid #a20001;
    padding-bottom: 30px;
    width: 96%;
    line-height: 1.6;
  }
  .cate01 .picbox01.last {
    border-bottom: none;
    padding-bottom: 50px;
  }
  .cate01 .picbox01 .pictit {
    margin-bottom: 20px;
    text-align: center;
  }
  .cate01 .picbox01 .picph {
    margin-bottom: 15px;
    text-align: center;
  }
  .cate01 .picbox01 .pictit img {
    width: 100%;
  }
  .cate01 .picbox01 .picph img {
    width: 94%;
    border: 1px solid #ccc;
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.2);
  }
  .cate01 .picbox01 .name {
    font-size: 2rem;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .eventbox_flex {
    width: 100%;
    margin: 30px auto ;
    display: block;
  }
  .eventbox_flex .ph {
    width: 100%;
    text-align: center;
  }
  .eventbox_flex .ph img {
    width: 90%;
  }
  .eventbox_flex .txt {
    width: 100%;
    padding: 0 0 0 10px;
    font-size: 1.5rem;
  }
  .eventbox_flex02 {
    width: 100%;
    margin: 5px auto 50px auto;
    display: block;
  }
  .eventbox_flex02 .ph {
    width: 100%;
    text-align: center;
  }
  .eventbox_flex02 .ph img {
    width: 60%;
  }
  .eventbox_flex02 .txt {
    width: 100%;
    padding: 10px 10px;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .eventbox_flex02 .txt .txt00 {
    margin-bottom: 1px;
  }
  .eventbox_flex02 .txt .txt01 {
    margin-bottom: 1px;
    display: none;
  }
  .eventbox_flex02 .txt .txt02 {
    text-align: right;
    margin-bottom: 10px;
  }
  .eventbox_flex02 .txt .txt02 a {
    color: #333;
  }

  .linkbox {
    background-color: #ffffff;
    width: 100%;
    padding: 30px 0 20px 0;
    margin: 30px auto 0 auto;
  }

  .action-buttons {
    display: block;
    width: 98%;
    margin: 0 auto;
  }
  .action-buttons a.btn {
    background-color: #d5d5d5;
    padding: 5px 0;
    text-align: center;
    font-weight: 700;
    font-size: 1.8rem;
    border-radius: 2px;
    color: #333;
    text-decoration: none;
    width: 100%;
    letter-spacing: 0.2em;
    display: block;
    margin-bottom: 15px;
  }
  .social-links {
    width: 98%;
    margin: 0 auto;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 10px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .social-links a.ssp2 {
    display: block;
    margin-bottom: 15px;
    width: 49%;
  }
  .social-links a.ssp1 {
    display: block;
    margin-bottom: 15px;
    width: 100%;
  }
}
