@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/*--------------------------------*/

.contents {
  font-family: "Noto Sans JP", sans-serif;
  background-image: url("/attending/t/sdj/setsumeikai/images/pc/cont_bg01.png");
  background-repeat: repeat;
  background-position: center top;
  background-size: 344px auto;
  padding: 20px 0px 120px;
}

a.hover:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}

.posiRe {
  position: relative;
}

/*--------------------------------*/

.mainvisual01 {
  background-image: url("/attending/t/sdj/setsumeikai/images/pc/main_bg01.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 1920px auto;
}
.mainvisual01 h1 img {
  width: 1026px;
  height: auto;
}

/*------------------------------*/

.pointBox01 {
  background-color: #fffcd7;
  background-color: rgba( 255,252,215,0.84 );
  border-radius: 16px;
  box-sizing: border-box;
  border: 10px solid #fabe00;
  position: relative;
  padding: 40px;
  margin: 80px auto 60px;
}
.pointBox01::before {
  content: "";
  width: calc( 100% + 10px );
  height: calc( 100% + 10px );
  box-sizing: border-box;
  border: 3px solid #ffffff;
  border-radius: 10px;
  position: absolute;
  top: -5px;
  left: -5px;
}

.pointUl01 {
  margin-top: 15px;
}
.pointUl01 li {
  padding: 20px 0px 18px;
  border-top: 3px dotted #fabe00;
  display: flex;
  align-items: center;
  gap: 0px 22px;
}
.pointUl01 li:first-child {
  border-top: none;
}

.pointUl01 li .box01 {
  width: 60px;
  flex-shrink: 0;
}
.pointUl01 li .box02 {
  font-size: 24px;
  line-height: 1.6em;
  font-weight: bold;
}
.pointUl01 li .box02 .fsR01 {
  font-size: 30px;
  font-weight: 900;
}
.pointUl01 li .box02 .fsSm01 {
  font-size: 18px;
  font-weight: 900;
}

.pointUl01 li .box02 .col01 {
  color: #00a0e9;
}
.pointUl01 li .box02 .col02 {
  color: #0068b7;
}
.pointUl01 li .box02 .col03 {
  color: #e4007f;
}
.pointUl01 li .box02 .col04 {
  color: #167806;
}

.pointUl01 li .box02 .line01 {
  color: #0066cc;
  text-decoration: underline;
}

.ancBtnWrap01 {
  text-align: center;
  margin: 60px auto 75px;
}
.ancBtnWrap01 img {
  width: 724px;
  height: auto;
}

.contUlFlex01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0px;
}

.contUlFlex01 li {
  position: relative;
  background-color: #ffffff;
  border-radius: 16px;
  border: 6px solid #1d2088;
  color: #1d2088;
  box-sizing: border-box;
  width: 328px;
  padding: 24px 15px;
  text-align: center;
}
.contUlFlex01 li::before {
  content: "";
  width: calc( 100% + 8px );
  height: calc( 100% + 8px );
  box-sizing: border-box;
  border: 2px solid #ffffff;
  border-radius: 14px;
  position: absolute;
  top: -4px;
  left: -4px;
}
.unLine01 {
  background-image: url("/attending/t/sdj/setsumeikai/images/pc/text_line01.png");
  background-repeat: repeat-x;
  background-position: center bottom 8px;
  background-size: auto 19px;
}

.contUlFlex01 li.li01 {
  width: 502px;
}
.contUlFlex01 li.li02 {
  width: 328px;
}

.ulText01 {
  background-color: #1d2088;
  border-radius: 100px;
  color: #ffffff;
  font-size: 40px;
  line-height: 1.3em;
  font-weight: bold;
  padding: 4px 10px 6px;
}
.ulText02 {
  font-size: 64px;
  line-height: 1.0em;
  font-weight: bold;
  margin: 10px auto 13px;
}
.ulText02 .fsSm01 {
  font-size: 48px;
}
.ulText03 {
  font-size: 31px;
  line-height: 1.1em;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.ulText03 .s01 {
  display: inline-block;
  background-color: #1d2088;
  color: #ffffff;
  font-size: 30px;
  border-radius: 100px;
  padding: 8px 20px 10px;
  margin-right: 10px;
}

/*-----------------------*/

.contUlFlex01 li.col02 {
  border: 6px solid #eb6100;
  color: #eb6100;
}
.col02 .ulText01 {
  background-color: #eb6100;
}
.col02 .ulText03 .s01 {
  background-color: #eb6100;
}

/*---------------------*/

.contUlFlex01 li.col03 {
  border: 6px solid #009944;
  color: #009944;
}
.col03 .ulText01 {
  background-color: #009944;
  font-size: 32px;
}
.col03 .ulText02 {
  font-size: 50px;
}
.col03 .ulText02 .fsSm01 {
  font-size: 38px;
}
.col03 .ulText03 {
  display: block;
  font-size: 28px;
}
.col03 .ulText03 .s01 {
  background-color: #009944;
  font-size: 22px;
  margin-bottom: 5px;
}

/*---------------------*/

.contUlFlex01 li.col04 {
  border: 6px solid #e60012;
  color: #e60012;
}
.col04 .ulText01 {
  background-color: #e60012;
  font-size: 32px;
}
.col04 .ulText02 {
  font-size: 50px;
}
.col04 .ulText02 .fsSm01 {
  font-size: 38px;
}
.col04 .ulText03 {
  display: block;
  font-size: 28px;
  letter-spacing: -0.05em;
}
.col04 .ulText03 .s01 {
  background-color: #e60012;
  font-size: 22px;
  margin-bottom: 5px;
}

/*---------------------*/

.contUlFlex01 li.col05 {
  border: 6px solid #00a0e9;
  color: #00a0e9;
}
.col05 .ulText01 {
  background-color: #00a0e9;
  font-size: 32px;
}
.col05 .ulText02 {
  font-size: 50px;
}
.col05 .ulText02 .fsSm01 {
  font-size: 38px;
}
.col05 .ulText03 {
  display: block;
  font-size: 28px;
  letter-spacing: -0.05em;
}
.col05 .ulText03 .s01 {
  background-color: #00a0e9;
  font-size: 22px;
  margin-bottom: 5px;
}

/*---------------------*/

.contBlock01 {
  margin-top: 120px;
}

.scheduleFlex01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px 0px;
  margin-top: 40px;
}
.scheduleFlex01 li {
  position: relative;
  box-sizing: border-box;
  width: 492px;
  background-color: #ffffff;
  border: 5px solid #00a0e9;
  padding: 15px;
}
.scheduleFlex01 li::before {
  content: "";
  width: calc( 100% + 6px );
  height: calc( 100% + 6px );
  box-sizing: border-box;
  border: 2px solid #ffffff;
  position: absolute;
  top: -3px;
  left: -3px;
}

.scheduleH301 {
  background-color: #00a0e9;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.2em;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding: 5px 10px;
  height: 52px;
}
.scheduleFlex02 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 5px 10px;
  height: 76px;
}
.scheduleFlex02 .p01 {
  background-color: #ececec;
  display: inline-block;
  padding: 6px 18px;
  border-radius: 100px;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: bold;
  margin-right: 17px;
}
.scheduleFlex02 .p02 {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: bold;
}

.scheduleBtnFlex01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0px;
  margin-top: 20px;
}
.scheduleBtnFlex01 > div {
  width: 216px;
}
.scheduleBtnFlex01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 5px 10px;
  width: 100%;
  height: 46px;
  background-color: #15aba6;
  border: 1px solid #006865;
  border-radius: 8px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: bold;
box-shadow: 3px 3px 0px 0px #006865 ;
-webkit-box-shadow: 3px 3px 0px 0px #006865 ;
-moz-box-shadow: 3px 3px 0px 0px #006865 ;
-o-box-shadow: 3px 3px 0px 0px #006865 ;
-ms-box-shadow: 3px 3px 0px 0px #006865 ;
}

/*-------------------------*/

.scheduleFlex01 li.li02 {
  border: 5px solid #0068b7;
}
.li02 .scheduleH301 {
  background-color: #0068b7;
}

.scheduleFlex01 li.li03 {
  border: 5px solid #e4007f;
}
.li03 .scheduleH301 {
  background-color: #e4007f;
}

.scheduleFlex01 li.li04 {
  border: 5px solid #167806;
}
.li04 .scheduleH301 {
  background-color: #167806;
}

/*-----------------------------*/

.venueFlex01 {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 0px;
}

.venueBox01 {
  box-sizing: border-box;
  width: 100%;
  background-color: #ffffff;
  border: 10px solid #1d2088;
  border-radius: 16px;
  position: relative;
  padding: 40px;
}
.venueBox01::before {
  content: "";
  box-sizing: border-box;
  width: calc( 100% + 10px );
  height: calc( 100% + 10px );
  border: 3px solid #ffffff;
  border-radius: 11px;
  position: absolute;
  top: -5px;
  left: -5px;
}
.venueH301 {
  background-color: #1d2088;
  font-size: 40px;
  line-height: 1.2em;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding: 8px 10px;
  border-radius: 100px;
  margin-bottom: 20px;
}
.mapLink01 {
  text-align: right;
  font-size: 16px;
  line-height: 1.6em;
  color: #0066cc;
}
.mapLink01 a:link {	color: #0066cc;	text-decoration: underline;}
.mapLink01 a:visited {	color: #0066cc;	text-decoration: underline;}
.mapLink01 a:hover {	color:#0066cc;	text-decoration: none;}
.mapLink01 a:active {	color:#0066cc;	text-decoration: none;}

.venueBoxFlex01 {
  display: flex;
  gap: 0px 40px;
  margin-top: 30px;
}

.venueFlexBox01 {
  width: 460px;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  gap: 30px 0px;
}

.venueDl01 {
  width: 100%;
}
.venueDl01 dt {
  background-color: #fff5ba;
  border: 4px solid #c9ae11;
  position: relative;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: bold;
  padding: 4px 10px;
  text-align: center;
  margin-bottom: 16px;
}
.venueDl01 dt::before {
  content: "";
  box-sizing: border-box;
  width: calc( 100% + 4px );
  height: calc( 100% + 4px );
  border: 1px solid #ffffff;
  position: absolute;
  top: -2px;
  left: -2px;
}
.venueDl01 dt span {
  position: relative;
}

.venueDl01 dd {
  font-size: 18px;
  line-height: 1.8em;
}

.weightB {
  font-weight: bold;
}

/*----------------------*/

.venueBox01.venueBox02 {
  border: 10px solid #eb6100;
}
.venueBox02 .venueH301 {
  background-color: #eb6100;
}

.venueBox01.venueBox03 {
  border: 10px solid #009944;
}
.venueBox03 .venueH301 {
  background-color: #009944;
}

.venueBox01.venueBox04 {
  border: 10px solid #e60012;
}
.venueBox04 .venueH301 {
  background-color: #e60012;
}

.venueBox01.venueBox05 {
  border: 10px solid #00a0e9;
}
.venueBox05 .venueH301 {
  background-color: #00a0e9;
}

/*-------------------------*/

.searchH201 {
  font-size: 36px;
  line-height: 1.4em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.searchH201 .s01 {
  display: inline-block;
  position: relative;
}
.searchH201 .s01::before {
  content: "";
  background-image: url("/attending/t/sdj/setsumeikai/images/pc/venue_tit_deco01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 55px;
  height: 90px;
  position: absolute;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
}
.searchH201 .s01::after {
  content: "";
  background-image: url("/attending/t/sdj/setsumeikai/images/pc/venue_tit_deco01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 55px;
  height: 90px;
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%) scale( -1,1 );
}

.searchBox01 {
  background-color: #ffffff;
  box-sizing: border-box;
  border: 10px solid #ab7415;
  border-radius: 16px;
  position: relative;
  padding: 20px 28px;
  display: flex;
  align-items: flex-start;
  gap: 0px 14px;
}
.searchBox01::before {
  content: "";
  box-sizing: border-box;
  width: calc( 100% + 10px );
  height: calc( 100% + 10px );
  border: 3px solid #ffffff;
  border-radius: 11px;
  position: absolute;
  top: -5px;
  left: -5px;
}

.searchAcWrap01 {
  background-color: #fff6e7;
  border: 1px solid #fcd798;
  border-radius: 8px;
  text-align: center;
  width: 18%;
  position: relative;
}
.searchAcWrap01.mask01::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: rgba( 153,153,153,0.4 );
  position: absolute;
  top: 0px;
  left: 0px;
}

.searchAcCont01 {
  display: none;
}

.searchAc01 {
  cursor: pointer;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #ab7415;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 5px 10px;
  height: 46px;
  color: #ab7415;
  font-size: 20px;
  line-height: 1.3em;
  font-weight: bold;
box-shadow: 3px 3px 0px 0px #ab7415 ;
-webkit-box-shadow: 3px 3px 0px 0px #ab7415 ;
-moz-box-shadow: 3px 3px 0px 0px #ab7415 ;
-o-box-shadow: 3px 3px 0px 0px #ab7415 ;
-ms-box-shadow: 3px 3px 0px 0px #ab7415 ;
}
.searchAc01::after {
  content: "▼";
  font-size: 12px;
  line-height: 1.0em;
  color: #ab7415;
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
}

.searchAc01.open {
  background-color: #ab7415;
  color: #ffffff;
box-shadow: 0px 0px 0px 0px #ab7415;
-webkit-box-shadow: 0px 0px 0px 0px #ab7415 ;
-moz-box-shadow: 0px 0px 0px 0px #ab7415 ;
-o-box-shadow: 0px 0px 0px 0px #ab7415 ;
-ms-box-shadow: 0px 0px 0px 0px #ab7415 ;

}
.searchAc01.open::after {
  color: #ffffff;
  transform: translateY(-50%) scale( 1,-1 );
}

.searchAcCont01In {
  padding: 8px;
}

.searchAcCont01In a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 5px 5px;
  height: 45px;
  background-color: #ffffff;
  border: 1px solid #ab7415;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: bold;
  letter-spacing: -0.05em;
box-shadow: 3px 3px 0px 0px #ab7415 ;
-webkit-box-shadow: 3px 3px 0px 0px #ab7415 ;
-moz-box-shadow: 3px 3px 0px 0px #ab7415 ;
-o-box-shadow: 3px 3px 0px 0px #ab7415 ;
-ms-box-shadow: 3px 3px 0px 0px #ab7415 ;
}

.searchAcCont01In a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}









