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

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@400;500;700&display=swap');

.fontZenMaruGothic {
	font-family: "Zen Maru Gothic", sans-serif;
}

.hover:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}
a:hover{
	opacity: 0.7;
	transition-duration: 0.3s;
}
/*----------------------*/

.contents {
	font-family: "Noto Sans JP", sans-serif;
}

/*----------------------*/

.mainvisualWrap01 {
	background-image: url("/attending/t/fuk-i/fuk_setumei/images/pc/mv_img.jpg");
	background-repeat: repeat-x;
	background-position: center center;
	background-size: auto 100%;
}
.mainTit01 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 400px;
}
.mainTit01 img {
	width: 794px;
	height: auto;
}

/*------------------------*/

.ancBlock01 {
	text-align: center;
	padding: 44px 0px 44px;
}

.ancBlock01Text {
	font-size: 18px;
	margin-bottom: 6px;
}

.ancBtnWrap01 {
	display: inline-block;
}

.ancBtn01 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 5px 10px;
	height: 60px;
	width: 600px;
	background-color: #FF6969;
	border-radius: 10px;
	font-size: 22px;
	line-height: 1.2em;
	font-weight: 500;
}
a.ancBtn01:link {	color: #ffffff;	text-decoration: none;}
a.ancBtn01:visited {	color: #ffffff;	text-decoration: none;}
a.ancBtn01:hover {	color:#ffffff;	text-decoration: none;}
a.ancBtn01:active {	color:#ffffff;	text-decoration: none;}

.ancBtn01::after {
	content: "";
	background-image: url("/attending/t/fuk-i/fuk_setumei/images/pc/btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 11px auto;
	width: 11px;
	height: 18px;
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
}

.ancBtn02Wrap01 {
	text-align: right;
}
.ancBtn02 {
	font-size: 16px;
	line-height: 1.5em;
}
a.ancBtn02:link {	color: #007AFF;	text-decoration: underline;}
a.ancBtn02:visited {	color: #007AFF;	text-decoration: underline;}
a.ancBtn02:hover {	color:#007AFF;	text-decoration: none;}
a.ancBtn02:active {	color:#007AFF;	text-decoration: none;}

/*----------------------------*/

.contBlock01 {
	background-color: #FFF9E2;
	padding: 20px 0px 150px;
}

.contH201 {
	text-align: center;
	position: relative;
	padding-bottom: 22px;
	margin-top: -70px;
	margin-bottom: 30px;
}
.contH201::after {
	content: "";
	width: 20px;
	height: 4px;
	border-radius: 4px;
	background-color: #007AFF;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}
.contBlock05 .contH201::after {
	background-color: #FF5555;
}
.contH201 .deco01 {
	display: block;
	width: 143px;
	margin: auto;
}
.contBlock05 .contH201 .deco01 {
	display: block;
	width: 43px;
	margin: 20px auto 10px;
}
.contH201 .text01 {
	display: block;
	position: relative;
	color: #007AFF;
	font-size: 26px;
	line-height: 1.5em;
	font-weight: 500;
}
.contBlock05 .contH201 .text01 {
	color: #FF5555;
}
/*---------------------*/
.point {
    background-color: #fff;
    width: 1024px;
    margin: 0 auto;
    padding: 30px;
    border-radius: 30px;
}
.point ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap:32px;
	margin: 0 auto;
	justify-content: center;
	flex-direction: column;
}
.point ul .column_2 {
	display: flex;
	gap: 50px;
}
.point ul .column_2 > .slideCont {
	width: 50%;
}
.point ul .column_2 > .slideCont:first-of-type::before {
	content: '';
    position: absolute;
    border-right: 1px solid #999;
    right: -25px;
	top: 0;
    width: 100%;
    height: 100%;
}
.slideCont {
	box-sizing: border-box;
	display: flex;
    justify-content: flex-start;
    align-items: center;
	gap: 10px;
	position: relative;
	z-index: 0;
}
.slideCont::after {
	z-index: -1;
    content: '';
    position: absolute;
    border-bottom: 1px solid #999;
    bottom: -16px;
    width: 100%;
    height: 100%;
}
.point ul li:last-of-type .slideCont:after {
	border-bottom: none;
}
.slideCont_pht img {
	width: 130px;
}
.slideCont_pht {
	position: relative;
}
.slideCont_pht .cap {
	/* position: absolute;
	bottom: -12px;
	right: 0; */
	font-size: 10px;
	text-align: right;
	display: block;
}


.slideFlex01 {
	display: flex;
	gap: 0px 10px;
	align-items: center;
}
.slideFlex01 .box01 {
	flex-shrink: 0;
}
.slideFlex01 .box01 p {
    display: flex;
    box-sizing: border-box;
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    background-color: #FFA36A;
    color: #ffffff;
    font-size: 17px;
	line-height: 1;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    align-items: center;
	flex-direction: column;
}
.slideFlex01 .box01 p > span {
	font-size: 26px;
}

.slideFlex01 .box02 {
	font-size: 17px;
	line-height: 1.4;
	letter-spacing: 0;
}
.slideFlex01 .box02 p span {
	font-size: 16px;
}
.slideFlex01 .box02 p .emphasis {
	background-color: #ffdeca;
	padding: 0 0.2em;
	margin-right: 0.2em;
	font-size: 17px;
	font-weight: 600;
}
.slideFlex01 .box02 .txt_link {
	text-decoration: underline;
}


.point_notes {
	margin: 20px auto 0;
}
.point_note {
	text-indent: -3.75em;
    padding-left: 3.75em;
}




/* .swiper-button-prev {
	background-image: url("/attending/t/fuk-i/fuk_setumei/images/pc/slide_prev01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 3.75vw;
	width: 3.75vw;
	height: 3.75vw;
	top: 40%;
	left: 50%;
	margin-left: -18.6vw;
}
.swiper-button-prev::after {
	display: none;
}

.swiper-button-next {
	background-image: url("/attending/t/fuk-i/fuk_setumei/images/pc/slide_next01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 3.75vw;
	width: 3.75vw;
	height: 3.75vw;
	top: 40%;
	right: 50%;
	margin-right: -18.6vw
}
.swiper-button-next::after {
	display: none;
}

.swiper-pagination {
	bottom: -40px !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #FFA36A !important;
} */

/*------------------------*/

.bgColWh01 {
	background-color: #FFFDF5;
}

.contBlock02 {
	background-color: #FFFDF5;
	padding: 20px 0px 94px;
}
.block02Box01 {
	background-color: #FFFFFF;
	border-radius: 10px;
	padding: 34px 22px 44px;
}

.contH301 {
	text-align: center;
	margin-bottom: 22px;
}
.contH301 .h301 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 10px 34px;
	height: 62px;
	border: 1px solid #FF6969;
	border-radius: 10px;
	color: #FF6969;
	font-size: 26px;
	line-height: 1.0em;
	font-weight: 500;
}
.contH301 .contH301_note {
	text-align: center;
	margin-top: 8px;
}

/*--------------------*/

.contBlock03 {
	padding: 50px 0px 60px;
}

.contH302 {
	text-align: center;
	margin-bottom: 50px;
}
.contH302 .h301 {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 10px 20px;
	width: 356px;
	height: 62px;
	margin: auto;
	border-radius: 10px;
	color: #ffffff;
	font-size: 30px;
	line-height: 1.0em;
	font-weight: 500;
}

.kaijyouFlex01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 40px 0px;
}
.kaijyouFlex01 li {
	width: 480px;
}

.contAc01 {
	display: flex;
	align-items: center;
	padding-bottom: 20px;
}
.contAc01 .p01 {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 5px 10px;
	width: 180px;
	height: 50px;
	background-color: #ffffff;
	font-size: 24px;
	line-height: 1.0em;
	font-weight: 500;
	border-radius: 10px;
	margin-right: 15px;
}
.contAc01 .p02 {
	font-size: 26px;
	line-height: 1.0em;
	font-weight: 500;
}
.kaijyouTxts{
	display: flex;
	/* gap: 20px;
	justify-content: center; */
	align-items: center;
	position: relative;
	min-height: 56px;
}
.kaijyouPht + .kaijyouTxt {
	width: 390px;
	margin-left: auto;
	margin-right: 0;
}
.kaijyouTxt {
	margin-bottom: auto;
	text-align: center;
	width: 100%;
}
.kaijyouPht {
	/* margin-left: 10px; */
	rotate: -10deg;
	left: 10px;
	position: absolute;
	top: -40px;
}
.kaijyouPht img {
	width: 60px;
	height: auto;
	margin: 0;
}
.kaijyouTokuten {
	background-image: url(/attending/t/fuk-i/fuk_setumei/images/pc/ribbon02.svg);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: contain;
    width: auto;
    height: 40px;
    font-size: 18px;
    color: #333;
    margin: 10px auto 6px;
    text-align: center;
    font-weight: 700;
}

.kaijyouBtn01 {
	margin-top: 20px;
}
.kaijyouBtn01 a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FF6969;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 10px 20px;
	height: 60px;
	color: #ffffff;
	font-size: 22px;
	line-height: 1.0em;
	font-weight: 500;
}
.kaijyouBtn01 a::after {
	content: "";
	background-image: url("/attending/t/fuk-i/fuk_setumei/images/pc/btn_ar02.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60px auto;
	width: 60px;
	height: 14px;
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
}
.kaijyouBtn01 .justify-start {
	justify-content: start;
}
.kaijyouBtn01 .justify-start + .justify-start {
	margin-top: 10px;
}

.kaijyouBtn02 {
	margin-top: 20px;
}
.kaijyouBtn02 a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #007AFF;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 10px 20px;
	height: 60px;
	color: #ffffff;
	font-size: 22px;
	line-height: 1.0em;
	font-weight: 500;
}
.kaijyouBtn02 a::after {
	content: "";
	background-image: url("/attending/t/fuk-i/fuk_setumei/images/pc/btn_ar02.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60px auto;
	width: 60px;
	height: 14px;
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
}
.kaijyouBtn02 .justify-start {
	justify-content: start;
}
.kaijyouBtn02 .justify-start + .justify-start {
	margin-top: 10px;
}

/*-------------------------*/

.contBlock03.contA {
	background-color: #EBF0FF;
}
.contA .contH302 .h301 {
	background-color: #6F8AE3;
}
.contA .contAc01 .p01 {
	color: #6F8AE3;
	border: 1px solid #6F8AE3;
}
.contA .contAc01 .p02 {
	color: #6F8AE3;
}

.contBlock03.contB {
	background-color: #FAF3EA;
}
.contB .contH302 .h301 {
	background-color: #DB9941;
}
.contB .contAc01 .p01 {
	color: #DB9941;
	border: 1px solid #DB9941;
}
.contB .contAc01 .p02 {
	color: #DB9941;
}

.contBlock03.contC {
	background-color: #EEF8EA;
}
.contC .contH302 .h301 {
	background-color: #66AC4C;
}
.contC .contAc01 .p01 {
	color: #66AC4C;
	border: 1px solid #66AC4C;
}
.contC .contAc01 .p02 {
	color: #66AC4C;
}

/*------------------------*/

.contBlock04 {
	padding: 50px 0px;
}
.block04Box01 {
	text-align: center;
	padding: 28px;
	border: 2px solid #FF5555;
	border-radius: 10px;
	color: #FF5555;
	font-size: 24px;
	line-height: 1.9em;
	font-weight: 500;
}
.block04Box01 .s01 {
	display: inline-block;
	padding: 3px 5px 4px;
	background-color: #FF5555;
	color: #ffffff;
	line-height: 1.0em;
}
.block04Box01 p:last-of-type {
	color: #333;
	font-size: 18px;
	line-height: 1.7;
	margin-block: 4px 10px;
}
.block04Box01_btn {
	position: relative;
	display: flex;
	max-width: 480px;
	margin-inline: auto;
	align-items: center;
	justify-content: center;
	background-color: #FF6969;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 10px 20px;
	color: #ffffff;
	font-size: 22px;
	line-height: 1.5;
	font-weight: 500;
}
.block04Box01_btn::after {
	content: "";
	background-image: url("/attending/t/fuk-i/fuk_setumei/images/pc/btn_ar02.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60px auto;
	width: 60px;
	height: 14px;
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
}

.block04ContBox01 {
	margin-top: 50px;
}
.detailH301 {
	font-size: 24px;
	line-height: 1.0em;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	height: 60px;
	background-color: #CCCCCC;
	margin-bottom: 10px;
}

.hallTot01 {
	text-align: center;
	margin-top: 10px;
}
.hallTot01 img {
	width: 586px;
	height: auto;
}
.hallFlex01 {
	display: flex;
	justify-content: space-between;
	margin-top: 16px;
}
.hallFlex01 .box01 {
	width: 484px;
}
.hallFlex01 .box02 {
	width: 510px;
}

.hallFlex02 {
	display: flex;
	justify-content: space-between;
	margin-top: 36px;
	gap: 20px;
}

.hallDl01 {
	/* margin-bottom: 25px; */
	width: 100%;
}
.hallDl01 dt {
	background-color: #666666;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 5px 10px;
	height: 36px;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.0em;
	font-weight: 500;
	margin-bottom: 14px;
}
.hallDl01 dd {
	font-size: 16px;
	line-height: 1.5;
}
.hallDl01 dd .p01 {
	margin-bottom: 0px;
}

.mapBtn_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 25px;
	margin-top: 30px;
}
.mapBtn02 ,
.mapBtn01 {
	width: 100%;
}
.mapBtn02 a ,
.mapBtn01 a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 10px 50px 10px 0px;
	height: 60px;
	border-radius: 10px;
	background-color: #ffffff;
	font-size: 22px;
	line-height: 1.0em;
	font-weight: 500;
	border-width: 2px;
	border-style: solid;
}
.mapBtn01 a {
	border-color: #007AFF;
}
.mapBtn02 a {
	border-color: #FF6969;
}
.mapBtn01 a:link { color: #007AFF; text-decoration: none;}
.mapBtn01 a:visited { color: #007AFF; text-decoration: none;}
.mapBtn01 a:hover { color:#007AFF; text-decoration: none;}
.mapBtn01 a:active { color:#007AFF; text-decoration: none;}
.mapBtn02 a:link { color: #FF6969; text-decoration: none;}
.mapBtn02 a:visited { color: #FF6969; text-decoration: none;}
.mapBtn02 a:hover { color:#FF6969; text-decoration: none;}
.mapBtn02 a:active { color:#FF6969; text-decoration: none;}

.mapBtn02 a::after ,
.mapBtn01 a::after {
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 58px auto;
	width: 58px;
	height: 12px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-60%);
}
.mapBtn02 a::after {
	background-image: url("/attending/t/fuk-i/fuk_setumei/images/pc/btn_ar05.svg");
}
.mapBtn01 a::after {
	background-image: url("/attending/t/fuk-i/fuk_setumei/images/pc/btn_ar03.svg");
}

.detailText16_16_n {
	font-size: 16px;
	line-height: 1.6em;
}
.detailText01 {
	font-size: 17px;
	line-height: 1.5em;
	font-weight: 500;
	margin-top: 10px;
}

.contactFlex01 {
	display: flex;
	gap: 0px 55px;
	margin: 15px auto 18px;
}
.contactFlex01 li {
	display: flex;
	align-items: center;
}
.contactFlex01 li .p01 {
	margin-right: 12px;
	display: inline-block;
	box-sizing: border-box;
	padding: 2px 5px;
	text-align: center;
	width: 76px;
	border: 2px solid #333333;
	font-size: 20px;
	line-height: 1.1em;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.contactFlex01 li .p02 {
	font-size: 40px;
	line-height: 1.0em;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.detailTextBox01 {
	text-align: center;
	margin: 15px auto 20px;
}

.detailFlex01 {
	display: flex;
	justify-content: space-between;
}
.detailFlex01 li {
	width: 48.8%;
}

.contBtn01 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 5px 10px;
	width: 100%;
	height: 60px;
	/* border: 2px solid #3FBF48; */
	border-radius: 10px;
	background-color: #ccc;
	font-size: 22px;
	line-height: 1.1em;
	font-weight: 500;
}
/* a.contBtn01:link {	color: #3FBF48;	text-decoration: none;}
a.contBtn01:visited {	color: #3FBF48;	text-decoration: none;}
a.contBtn01:hover {	color:#3FBF48;	text-decoration: none;}
a.contBtn01:active {	color:#3FBF48;	text-decoration: none;} */

.contBtn01::after {
	content: "";
	background-image: url("/attending/t/fuk-i/fuk_setumei/images/pc/btn_ar06.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60px auto;
	width: 60px;
	height: 14px;
	position: absolute;
	right: 23px;
	top: 50%;
	transform: translateY(-60%);
}

.contBtn02 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 5px 10px;
	width: 100%;
	height: 60px;
	/* border: 2px solid #007AFF; */
	border-radius: 10px;
	background-color: #ccc;
	font-size: 22px;
	line-height: 1.1em;
	font-weight: 500;
}
/* a.contBtn02:link {	color: #007AFF;	text-decoration: none;}
a.contBtn02:visited {	color: #007AFF;	text-decoration: none;}
a.contBtn02:hover {	color:#007AFF;	text-decoration: none;}
a.contBtn02:active {	color:#007AFF;	text-decoration: none;} */

.contBtn02::after {
	content: "";
	background-image: url("/attending/t/fuk-i/fuk_setumei/images/pc/btn_ar06.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60px auto;
	width: 60px;
	height: 14px;
	position: absolute;
	right: 23px;
	top: 50%;
	transform: translateY(-60%);
}


.contBlock05 {
	background-color: #ffe2e2;
	padding: 20px 0px 150px;
	position: relative;
}
.contBlock05::before {
	background-color: #ffe2e2;
	clip-path: circle(50%);
	content: "";
	position: absolute;
	top: -120px;
	inset: -50px 0 0 0;
	display: block;
	background-repeat: repeat-y;
	width: 140px;
	height: 140px;
	z-index: 0;
	margin: 0 auto;
}


.contBlock05_boxWrap {
	width: 1024px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;	
	background-image: url(/attending/t/fuk-i/fuk_setumei/images/pc/present_bg.png);
	background-repeat: repeat;
	position: relative;
	border-radius: 20px;
	padding: 20px;
}
.presents_bg {
	border-radius: 20px;
	width: 100%;
	height: 100%;
	background-color: #ffd036;
	padding: 20px;
	margin: auto;
	position: relative;
	z-index: 0;
}
.presents_bg::before ,
.presents_bg::after {
	content: '';
	background-image: url(/attending/t/fuk-i/fuk_setumei/images/pc/il_confetti.png);
	background-repeat: no-repeat;
	background-size: auto 90%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: -20px;
	z-index: -1;
	opacity: 0.9;
}
.presents_bg::before {
	left: -20px;
}
.presents_bg::after {
	right: -20px;
	transform: scale(-1, 1);
}
.presents_tl_wrap {
	position: absolute;
	inset: 0 0 auto;
}
.presents_tl {
	width: 800px;
    margin: -20px 0 auto 61px;
    position: relative;
    z-index: -2;
}
.presents_subtl {
	position: absolute;
	bottom: 50px;
	right: 10px;
	font-size: 26px;
	line-height: 1.2;
	text-align: center;
	font-weight: 700;
}
.presents_subtl > span {
	background-color: #fff;
	border: #FFA36A solid 2px;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 10px;
}
.contBlock05_box {
	display: flex;
	justify-content: center;
	gap: 40px 20px;
	flex-wrap: wrap;
	position: relative;
    z-index: 0;
	/* width: 900px; */
	margin: 250px auto 0;
}
.contBlock05_txts {
	display: flex;
	gap: 0px;
	align-items: center;
	flex-direction: column;
	position: relative;
}
.contBlock05_txts:nth-of-type(1) {
	rotate: -5deg;
	width:360px;
}
.contBlock05_txts:nth-of-type(2) {
	rotate: 5deg;
	width:480px;
}
.contBlock05_txts:nth-of-type(3) {
	rotate: -5deg;
	width: 260px;
}
.contBlock05_txts:nth-of-type(4) {
	rotate: 0deg;
	bottom: 14px;
	margin: 0 20px 0 10px;
	width: 350px;
}
/* .contBlock05_txts:nth-of-type(3) .contBlock05_txt02 {
	padding-left: 10px;
} */
.contBlock05_txts:nth-of-type(3) .contBlock05_txt02 ,
.contBlock05_txts:nth-of-type(4) .contBlock05_txt02 ,
.contBlock05_txts:nth-of-type(5) .contBlock05_txt02 {
	align-items: flex-start;
}
.contBlock05_txts:nth-of-type(5) {
	rotate: 5deg;
	width: 260px;
}

.contBlock05_txt01 {
	display: flex;
	box-sizing: border-box;
	padding: 0;
	width: 140px;
	height: 40px;
	border-radius: 8px;
	background-color: #fc3637;
	color: #ffffff;
	font-size: 26px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
    inset: -20px auto auto;
}
.contBlock05_txts:nth-of-type(1) .contBlock05_txt01 {
	background: none;
	background-image: url(/attending/t/fuk-i/fuk_setumei/images/pc/ribbon.svg);
	background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 0;
    background-position: 50% 70%;
    height: 60px;
	font-size: 28px;
	/* color: #fc3637; */
	color: #333;
	font-weight: 700;
	filter: drop-shadow(2px 2px 4px rgba(252,54,55,0.5));
	top: -30px;
}
.contBlock05_txt01 > span {
	font-size: 19px;
}

.contBlock05_txt02 {
	font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    background: #fff;
    padding: 20px 30px;
    border-radius: 20px;
    border: 4px solid #ff6965;
	width: 100%;
    height: 100%;
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	text-align: center;
}
.contBlock05_txt02 strong {
	font-size: 24px;
}
.contBlock05_txts:nth-of-type(1) .contBlock05_txt02 {
	font-weight: 700;
	color: #fc3637;
	background-color: #fff;
	padding: 5px;
	font-size: 24px;
}
.contBlock05_txt02 span {
	font-size: 16px;
}
.presents_img01 {
    position: absolute;
	width: 110px;
    left: 255px;
    top: 11px;
    rotate: 20deg;
}
.presents_img02{ 
	position: absolute;
    width: 110px;
    left: 167px;
    top: 11px;
    rotate: 0deg;
}
.presents_img02 figcaption { 
	font-size: 12px;
	text-align: right;
}
.presents_img03 {
	position: absolute;
    width: 155px;
    right: 266px;
    top: -58px;
    rotate: -20deg;
}
.presents_img04 {
    position: absolute;
    width: 90px;
    left: 155px;
    top: 1px;
    rotate: 10deg;
}

.contBlock05_ph figcaption {
	font-size: 12px;
	text-align: right;
}
.contBlock05_notes {
	width: 1024px;
	margin: 20px auto 0;
}
.contBlock05_note {
	text-indent: -1em;
    padding-left: 1em;
}









.schedule {
	display: flex;
	gap: 10px;
	/* max-width: 900px; */
	margin: 20px auto;
}

.times {
	color: #666;
	display: flex;
	flex-direction: column;
	gap: 30px;
	min-width: 50px;
	text-align: center;
	font-size: 14px;
	padding-top: 40px;
	position: relative;
}

.time {
	font-size:16px;
	position: relative;
}
.time span {
	position: absolute;
	inset: auto 0 -29px 0;
}
.time.emphasis span {
	position: absolute;
	inset: auto 0 -33px 0;
}
.time.emphasis > span {
	font-size:20px;
}

.time_line::after {
	position: absolute;
	content:'';
	background-image: repeating-linear-gradient(90deg, #666, #666 3px, transparent 3px, transparent 5px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 100% 1px;
    height: 1px;
    width: 830px;
    bottom: -18px;
    left: 75px;
}
.time_line.emphasis::after {
	background-image: none;
	background-color: #666;
	height: 2px;
}

.rooms {
	flex: 1;
	display: flex;
	flex-direction: row;
	gap: 18px;
	padding: 0 20px;
	justify-content: center;
}
.room {
	/* display: flex;
	flex-direction: column;
	gap: 18px; */
	width: 250px;	
	position: relative;
}

.room_h {
	text-align: center;
	font-weight: 500;
	padding: 0;
	font-size: 28px;
	translate: 0 -16px;
}
.room_a .room_h { color: #6F8AE3;}
.room_b .room_h { color: #DB9941;}
.room_c .room_h { color: #66AC4C;}

.event {
	background: #ffa726;
	color: #fff;
	font-weight: bold;
	padding: 6px 10px;
	border-radius: 6px;
	margin: 0;
	height: calc(28px * 3);
	position: absolute;
	width: 100%;
}
.room_a .event01 {
	height: 104px;
	top: 58px;
}
.room_a .event02 {
	height: 104px;
	top: 238px;
}
.room_a .event03 {
	height: 104px;
	top: 418px;
}
.room_b .event01 {
	height: 104px;
	top: 88px;
}
.room_b .event02 {
	height: 104px;
	top: 268px;
}
.room_b .event03 {
	height: 104px;
	top: 448px;
}
.room_c .event01 {
	height: 104px;
	top: 118px;
}
.room_c .event02 {
	height: 104px;
	top: 298px;
}
.room_c .event03 {
	height: 104px;
	top: 478px;
}
.event span:not(.eventWappen,.eventWappen_add) {
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-top: 4px;
	background: #FFD136;
	border-radius: 5px;
	padding: 3px 5px;
	color: #333;
	line-height: 1.4;
	letter-spacing: 0;
}
.eventWappen {
    width: 60%;
    background: #fff;
    padding: 5px 0 7px;
    border: 2px solid #FC3637;
    border-radius: 8px;
    color: #FC3637;
    font-size: 23px;
    font-weight: 900;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1;
    text-align: center;
    position: absolute;
    top: -30px;
    left: 50%;
    translate: -50%;
	pointer-events: none;
	user-select: none;
}
.eventWappen_add {
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #333;
    border-radius: 8px;
	color: #333;
    font-size: 16px;
	font-weight: 900;
    line-height: 1;
    text-align: center;
	white-space: nowrap;
    position: absolute;
    top: -22px;
    left: 50%;
    translate: -50%;
}
.schedule_note {
	text-align: right;
	margin-top: 32px;
}

/* カラー分け */
.room_a .event { background: #6F8AE3;}
.room_b .event { background: #DB9941;}
.room_c .event { background: #66AC4C;}


.presents_bn {
	width: 600px;
	margin: 0 auto 70px;
}


.halLMap {
	margin: 50px auto 0;

}
.halLMap_h {
	background-color: #00aebd;
	color: #fff;
	font-size: 22px;
	text-align: center;
	padding: 15px 0;
	margin: 0 auto 20px;
}
.halLMap_lists {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 40px;
}
.halLMap_lists > li {
	width: calc((1024px - 40px) / 2);
}
.halLMap_list {
	position: relative;
}
.halLMap_num {
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: #fff;
	background-color: #00aebd;
	font-weight: 700;
	position: absolute;
	left: -10px;
	top: -10px;
	width: 50px;
	height: 50px;
	border: solid 4px #75D9E1;
	z-index: 1;
}

.halLMap_ph {
	position: relative;
}

.halLMap_arrow {
	position: absolute;
	bottom: 0;
	
}
.halLMap_lists li:nth-of-type(1) .halLMap_arrow {
	left: 120px;
	width: 120px;
}
.halLMap_lists li:nth-of-type(2) .halLMap_arrow {
	left: 60px;
    width: 220px;
}
.halLMap_lists li:nth-of-type(3) .halLMap_arrow {
	left: 70px;
    width: 130px;
}
.halLMap_lists li:nth-of-type(4) .halLMap_arrow {
	left: 60px;
    width: 220px;
}
.halLMap_lists li:nth-of-type(5) .halLMap_arrow {
    left: 190px;
    width: 82px;
}


.halLMap_balloon {
	position: absolute;
	top: 10px;
	right: 10px;
	display: inline-block;
	margin-bottom: 20px;
	padding: 5px 10px;
	border: 2px solid #fff;
	border-radius: 8px;
	background-color: #ee83de;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
}

.halLMap_balloon::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 25%;
	border-style: solid;
	border-width: 20px 20px 0 0;
	border-color: #fff transparent transparent;
	translate: -50% 100%;
	transform: skew(-7deg);
	transform-origin: top;
}

.halLMap_balloon::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 25%;
	border-style: solid;
	border-width: 15.2px 15.2px 0 0;
	border-color: #ee83de transparent transparent;
	translate: calc(-50% - 0.4px) 100%;
	transform: skew(-7deg);
	transform-origin: top;
}
.halLMap_txt {
	line-height: 1.4;
}
.halLMap_txt.map_txt {
	line-height: 1.4;
	text-decoration: underline;
	text-align: right;
}
.halLMap_map {
}
.halLMap_txt {

}

.course_block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1024px;
	margin: 50px auto 0;
}

.course_block dl {
	width: 320px;
	margin-bottom: 30px;
}

.course_block dd {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
	color: #fff;
	padding: 10px;
	width: 300px;
}

.course_block .blue dd {
	background-color: #6F8AE3;
}

.course_block .brown dd {
	background-color: #DB9941;
}
.course_block .green dd {
	background-color: #66AC4C;
}