@charset "UTF-8";
/* CSS Document */
body {
  width: 100%;
  background-color: #fbdcc9;
  background-image: linear-gradient(0deg, transparent 40%, #ff968bc9 70%, #eababe 90%, #d7d6e4), url("../img/sub_bg.webp"), linear-gradient(0deg, #eababe, #eababe 0%, #f6d7ab 60%, #9db9d6);
  background-size: 1350px 1300px, 1350px 1300px, 100% 1300px;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top center, top center, top center;
  font-family: YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';
  font-size: 16px;
}
.main_contents {
  width: 100%;
  max-width: 900px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  margin: 30px 0px;
  flex: 1;
}
h2 {
  position: relative;
  background-color: #674860;
  border-radius: 10px 10px 0px 0px;
  padding: 20px 20px 20px 30px;
  font-size: 1.75rem;
  color: #fff;
  z-index: 998;
}
h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: -webkit-repeating-linear-gradient(-45deg, #eababe, #eababe 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #eababe, #eababe 2px, #fff 2px, #fff 4px);
}
.main_p {
  width: 96%;
  max-width: 840px;
  margin: 30px auto;
  padding: 0px 0px 60px 0px
}
h3 {
  font-size: 1.56rem;
  text-align: left;
  border-left: #674860 solid 7px;
  background-color: #F3E3E4;
  color: #674860;
  margin: 0 0 20px 0;
  padding: 5px 0px 5px 20px;
  line-height: 170%;
  font-weight: bold
}
h4 {
  font-size: 1.25rem;
  color: #674860;
  border-bottom: #674860 solid 2px;
  padding: 5px 0px 0px 24px;
  margin-bottom: 20px;
  position: relative;
}
h4::after {
  position: absolute;
  content: '';
  left: 8px;
  top: 14px;
  width: 10px;
  height: 10px;
  background-color: #674860;
  transform: rotate(45deg);
}
h5 {
  font-size: 1.125rem;
}
.textbox_01 {
  margin: 30px 20px;
  text-indent: 0.5rem;
}
.textbox_02 {
  margin: 0px 1rem 20px 1rem;
}
/* greeting 会長挨拶 */
.greeting_title {
  text-align: center;
  margin: 20px 0px;
}
.greeting_end {
  margin: 0px 20px;
  text-align: end;
  font-size: 0.9rem;
  padding-top: 40px;
}
/* general 開催概要 */



/* access 会場アクセス */
.textbox_g {
  margin-bottom: 10px;
}
.marker {
  position: relative;
  margin: 0 0 0 -1rem;
}
.marker::before {
  content: '⚫︎';
  color: #FFB479;
  top: 14px;
}
.text_indent {}
.textbox_02 img {
  width: 100%;
  max-width: 400px;
}
@media screen and (max-width:762px) {
  h2 {
    font-size: 1.45rem;
  }
  h3 {
    font-size: 1.26rem;
  }
}


/* 準備中*/
.main_prepare{
    height: 500px;
}
.p_prepare{
    font-size: 18px;
    font-weight: bold;
}