@charset "utf-8";

.page-block{
	max-width: 1920px;
	margin: 0 auto;
	width: 100%;
}
.h-logo{
	width: 60%;
	max-width: 487px;
	margin:20px 15px 20px;
}
@media screen and (min-width: 768px) {
	.h-logo{
		width: 380px;
		margin:20px 15px;
	}
}
.page-top-greeting{
	background: url(../img/bg-greeting.png) repeat-x;
	background-size:  cover;
	height: auto;
}
.page-top-outline{
	background: url(../img/bg-outline.png) repeat-x;
	background-size: cover;
	height: auto;
}
.page-top-exhibitor{
	background: url(../img/bg-exhibitor.png) repeat-x;
	background-size: cover;
	height: auto;
}
.page-top-contact{
	background: url(../img/bg-contact.png) repeat-x;
	background-size: cover;
	height: auto;
}
.page-top-information{
	background: url(../img/bg-information.png) repeat-x;
	background-size: cover;
	height: auto;
}
.page-top-list{
	background: url(../img/bg-list.png) repeat-x;
	background-size: cover;
	height: auto;
}
.page-top-luncheon{
	background: url(../img/bg-luncheon.png) repeat-x;
	background-size: cover;
	height: auto;
}
.page-top-floormap{
	background: url(../img/bg-floormap.png) repeat-x;
	background-size: cover;
	height: auto;
}
.page-top-event{
	background: url(../img/bg-event.png) repeat-x;
	background-size: cover;
	height: auto;
}
.page-top-seminarlist{
	background: url(../img/bg-seminarlist.png) repeat-x;
	background-size: cover;
	height: auto;
}
.page-top-container{
	margin: 0 auto;
	display: block;
	max-width: 1200px;
}
.btn-block{
	display: flex;
	align-items: center;
}
.luncheon-link,
.seminar-link{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 80px;
	gap: 15px 30px;
	flex-wrap: wrap;
}

.button-01{
	padding: 15px 20px;
	min-width: 250px;
	background: #E4007F;
	color: #FFF;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	text-decoration: none;
	border:solid 1px #E4007F;
	transition: all 0.5s;
}
.button-01:hover{
	text-decoration: none;
	background: #FFF;
	color: #E4007F;
	border:solid 1px #E4007F;
}
@media screen and (min-width: 768px) {
	.button-01{
		font-size: 20px;
	}
}
.form-link{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: 600;
	margin:0 auto 60px;
	width: 280px;
	height: 60px;
	background: #E4007F;
	color: #FFF;
	border: none;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.5s;
}
.form-link:hover{
	text-decoration: none;
	color: #FFF;
	opacity:0.8;
}

/* .page-top{
	background: url(../img/bg-page-sp.jpg) center bottom;
	background-attachment: fixed;
	color: #FFF;
	text-shadow: 0 3px 6px rgba(26, 61, 137, 1);
	text-align: center;
	padding:40px 0;
	font-size:36px;
	line-height:1.3;
	margin-bottom: 30px;
	width: 100%;
}
.page-top span{
	font-size:24px;
	font-weight: 500;
	letter-spacing: 0.2em;
	color: #fff;
} */
@media screen and (min-width: 768px) {
	/* .page-top{
		background: url(../img/bg-page.jpg) center bottom;
		background-attachment: fixed;
		background-size: cover;
		padding:80px 0;
		font-size: 55px;
		letter-spacing: 0.2em;
		line-height:1;
	}
	.page-top span{
		font-size:26px;
		letter-spacing: 0.6em;
	} */

}
.page-heading{
	font-size: 26px;
	border-bottom: solid 3px #E4007F;
	margin:0 15px 25px;
	padding:0 15px 15px;
	line-height: 1.4;
	position: relative;
	text-align: center;
	letter-spacing: 0.1em;
}
#event h2.page-heading{
	font-size: 24px;
}
.page-heading::before {
	content: attr(data-en);
	display: block;
	text-align: center;
/*
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
*/
	color: rgba(228, 0,127,0.2);
	font-size: 20px;
	font-style: italic;
	line-height: 0.9;
}
.page-heading.en{
	font-size:20px;
	letter-spacing: 0;
}
.page-heading.en span{

	line-height: 1.3;
}

@media screen and (min-width: 768px) {
	.page-heading{
		font-size: 32px;
		padding:0 30px 15px;
		margin-bottom: 25px;
	}
	.page-heading::before {
		top: -80px;
		font-size: 80px;
	}
	.page-heading.en{
		font-size:30px;
	}
	#event h2.page-heading{
		font-size: 26px;
	}
}

@media screen and (min-width: 768px) {
	#outline .page-heading::before,
	#event .page-heading::before {
		top: -30px;
		font-size: 40px;
	}
}
.page-heading02{
	background: rgba(26,61,137,0.9);
	padding:0.5em;
	color: #FFF;
	font-size:20px;
	font-weight: 600;
	margin:0 15px 15px;
	letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
	.page-heading02{
		font-size:28px;
	}
}
.page-heading03{
	color: #E4007F;
	font-weight: 600;
	margin:0 30px 5px;
	line-height: 1.2;
}
.page-heading03 span{
	background:#E4007F;
	color: #FFF;
	padding: 2px 10px;
	font-size: 14px;
}
.page-heading04-block{
	color: #E4007F;
	line-height: 1.2;
	padding: 5px 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	flex-direction: column;
}
.page-heading04-block .time{
	background:#E4007F;
	color: #FFF;
	padding: 2px 10px;
	margin-left:15px;
}
.page-heading04-block .event-category{
	margin:10px 15px;
}
.page-heading04{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 18px;
	font-weight: 500;
	border-bottom: solid 1px #E4007F;
	padding: 5px 15px;
	width: 100%;
}
.page-heading04 span{
	display: block;
	text-align: right;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.page-heading04-block{
		flex-direction: row;
		justify-content:space-between;
	}
	.page-heading04-block .time{
		margin-left: 30px;
	}
	.page-heading04-block .event-category{
		margin:0 30px 0 0;
	}
	.page-heading04{
		font-size: 24px;
		padding: 5px 30px;
	}
	.page-heading04 span{
		width: auto;
	}
}
.page-heading05{
	color: #E4007F;
	font-size: 18px;
}
@media screen and (min-width: 768px) {
	.page-heading05{
		font-size: 24px;
	}
}
.page-heading06{
	background: #E4007F;
	padding:0.5em;
	color: #FFF;
	font-size:20px;
	font-weight: 600;
	margin:0 15px 30px;
	letter-spacing: 0.1em;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.page-heading06{
		font-size:28px;
	}
}


.page-content{
	width: 100%;
	max-width: 1050px;
	margin: 60px auto;
}
@media screen and (min-width: 768px) {
	.page-content{
		margin: 120px auto;
	}
}
.page-content p{
	font-size: 20px;
	line-height: 1.7;
	margin:0 20px 40px;
}
.name{
	text-align: right;
}
.greeting-block{
	overflow: hidden;
}
.img-block,
.youtube-block{
	width: 80%;
	margin: 0 auto 15px;
}

@media screen and (min-width: 768px) {
	.img-block,
	.youtube-block{
		float: right;
		width: 30%;
		margin:0 30px 5px 15px;
	}
}
.period{
	display: flex;
	flex-wrap: wrap;
	font-size: 20px;
	margin:30px 15px 15px;
	max-width: 380px;
	width: 100%;
}
.period dt{
	width:215px;
	padding: 0 15px 5px 0;
}
.period dd{
	padding: 0 15px 15px 0;
}

@media screen and (min-width: 768px) {
	.period{
		margin:30px;
	}
	.period dt{
		text-align: right;
		padding: 0 15px 15px 0;
	}
}
#outline .page-content .txt,
#event .page-content .txt{
	margin-bottom:80px;
}
@media screen and (min-width: 768px) {
	#outline .page-content .txt,
	#event .page-content .txt{
		margin-bottom:120px;
	}
}

#exhibit .page-content{
	min-height:250px;
}

.tab-wrap {
	display: flex;
	flex-wrap: wrap;
	margin:50px 10px 50px;
}
.tab-wrap:after {
	content: '';
	width: 100%;
	height: 3px;
	background: #E4007F;
	display: block;
	order: -1;
}
.tab-label {
	color: #757575;
	background: #e5e5e5;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	padding: 10px 0px;
	order: -1;
	position: relative;
	z-index: 1;
	cursor: pointer;
	flex: 1;
	border-top:solid 1px #e5e5e5;
	border-left:solid 1px #e5e5e5;
	border-right:solid 1px #e5e5e5;
}
.tab-label:not(:last-of-type) {
	margin-right: 5px;
}
.tab-content {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
}
.tab-switch:checked+.tab-label {
	border-top:solid 2px #E4007F;
	border-left:solid 2px #E4007F;
	border-right:solid 2px #E4007F;
	background: #E4007F;
	color: #FFF;
}
.tab-switch:checked+.tab-label+.tab-content {
	height: auto;
	overflow: auto;
	padding: 5px 3px;
	opacity: 1;
	transition: .5s opacity;
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}
.tab-switch {
	display: none;
}
.exhibitor-row{
	display: flex;
	flex-wrap: wrap;
	font-size:16px;
}
.exhibitor-row a{
	text-decoration: underline;
	color: #0033cc;
}
.exhibitor-row a:hover{
	text-decoration: none;
}
.exhibitor-row .tab-heading{
	background: #FFE5F3;
	font-weight: 600;
	font-size:16px;
}
.exhibitor-row .number-label.tab-heading{
	border-bottom: none;
	padding-bottom: 0;
}
.exhibitor-row .exhibitor-label.tab-heading{
	padding-top: 5px;
}
.exhibitor-row .number-label{
	padding-bottom: 0;
}
.exhibitor-row .exhibitor-label{
	padding-top: 5px;
}
@media screen and (min-width: 768px) {
	.exhibitor-row{
		font-size: 18px;
	}
	.exhibitor-row .tab-heading{
		font-size: 20px;
	}
	.exhibitor-row .number-label.tab-heading{
		padding-bottom:10px;
	}
	.exhibitor-row .exhibitor-label.tab-heading{
		padding-top: 10px;
	}
	.exhibitor-row .number-label{
		padding-bottom: 10px;
	}
	.exhibitor-row .exhibitor-label{
		padding-top:10px;
	}
	.tab-switch:checked+.tab-label+.tab-content {
		padding: 15px;
		
	}
}
.number-label,
.exhibitor-label{
	padding: 10px 15px ;
}

.exhibitor-row:nth-child(odd) {
	background-color: #f3f3f3;
}
.number-label,
.exhibitor-label{
	width: 100%;
}
@media screen and (min-width: 768px) {
	.number-label{
		width: 15%;
	}
	.exhibitor-label{
		width: 85%;
	}
}
.filter-container {
	display: flex;
	gap: 20px;
	margin-bottom: 30px;
	align-items: flex-end;
	background: #f8f8f8;
	justify-content: center;
	padding: 15px;
}
.filter-group {
	display: flex;
	flex-direction: column;
	min-width: 250px;
}
.filter-group label {
	margin-bottom: 5px;
	font-weight: bold;
}
.filter-container select {
	padding: 8px 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 16px;
	width: 100%;
	background: #FFF;
}
.filter-button {
	padding: 8px 20px;
	background-color: #E4007F;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
	height: 38px;
	font-weight: 600;
}
.filter-button:hover {
	background-color: #E4007F;
}
@media (max-width: 768px) {
	.filter-container {
		flex-direction: column;
		gap: 15px;
	}
	.filter-group {
		width: 100%;
	}
}

.company-list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start; /* ← これで縦揃えが自然に */
	margin-top: 30px;
	font-size: 18px;
	padding: 0 30px;
}

.company-label,
.company-content {
	width: 100%;
}

.company-label {
	font-weight: 600;
	padding: 10px 0 0 15px;
}

.company-content {
	padding: 5px 15px 10px;
}

.company-content a {
	text-decoration: underline;
	color: #0033cc;
	position: relative;
}

.company-content a:hover {
	text-decoration: none;
}

.company-content .blank-icon {
	width: 18px;
	margin-left: 5px;
}

.company-txt {
	width: 100%;
	padding: 10px 0 10px;
}
@media (min-width: 768px) {
	.company-label {
		width: 150px;
		padding: 10px 0 10px 0;
	}

	.company-content {
		width: calc(100% - 150px);
		padding: 10px 0;
	}
}
.photo-block{
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px ;
	margin-top: 30px;
	justify-content: center;
	align-items: center;
}
.photo-block a {
	display: block;
	text-align:center;
	/* width: calc(100% - 30px); */
}
@media (min-width: 768px) {
	.photo-block{
		padding: 0;
		gap: 30px 15px;
	}
	.photo-block a{
		max-width:500px;
		/* width:calc(50% - 7.5px); */
	}
}

.floormap-block {
position: relative;
}

#floormap {
	position: relative;
	z-index: 1;
}

#zoom-guide {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width:200px;
	z-index: 99999;
	padding: 10px;
	animation: fadeout 2s ease 2s forwards;
}

@keyframes fadeout {
	to {
		opacity: 0;
		visibility: hidden;
	}
}
.floormap-txt{
	text-align: center;
	line-height: 1.4;
}
.luncheon-block{
	margin: 0 0 15px;
}
p.luncheon-txt{
	margin: 0 15px;
	font-size: 16px;
}
@media (min-width: 768px) {
	.luncheon-block{
		margin: 0 15px 30px;
	}
}
.luncheon-message{
	background: #ffdee8;
	padding: 15px;
	margin-top: 30px;
	margin-bottom: 50px;
}
@media (min-width: 768px) {
	.luncheon-message{
		margin-top: 50px;
	}
}
.luncheon-message p{
	margin-bottom: 0;
}

.luncheon-button{
	position: relative;
	text-align: center;
	max-width:90%;
	margin: 0 auto;
	font-size: 16px;
}
.luncheon-button::before{
	content: "";
	position: absolute;
	background: url(../img/blank-icon-white.svg?20240925);
	width: 15px;
	height: 15px;
	right:15px;
	bottom: 15px;
}
.luncheon-button:hover::before{
	content: "";
	position: absolute;
	background: url(../img/blank-icon-pink.svg?20240925);
	width: 15px;
	height: 15px;
	right:15px;
	bottom: 15px;
}
@media (min-width: 768px) {
	.luncheon-button{
		max-width:450px;
	}
	.luncheon-button::before,
	.luncheon-button:hover::before{
		width: 30px;
		height: 30px;
	}
}

.event-btn-block{
	display: flex;
	justify-content: center;
	margin-bottom: 70px;
}

.event-block{
	display: flex;
	flex-wrap: wrap;
	padding:15px 15px 30px;
	width: 100%;
}
.page-content .event-block p{
	margin: 0;
}
.page-content p.event-name{
	font-size: 16px;
	margin-bottom: 15px;
}
.event-img{
	width: 50%;
	display: block;
	margin:0 auto 15px;
}
.event-name span{
	display: block;

	text-align: right;
}

.event-OB-button{
	position: relative;
	text-align: center;
	max-width:90%;
	margin: 0 auto;
	font-size: 20px;
}
.event-OB-button::before{
	content: "";
	position: absolute;
	background: url(../img/blank-icon-white.svg?20240925);
	width: 15px;
	height: 15px;
	right:15px;
	bottom: 14px;
}
.event-OB-button:hover::before{
	content: "";
	position: absolute;
	background: url(../img/blank-icon-pink.svg?20240925);
	width: 15px;
	height: 15px;
	right:15px;
	bottom: 14px;
}


@media (min-width: 768px) {
	.event-block{
		padding:15px 45px 50px;
	}
	.event-block.reverse{
		flex-direction: row-reverse;
	}
	.event-txt{
		width: calc(100% - 30% - 15px);
		margin-left: 15px;
	}
	.event-txt.full{
		width: 100%;
		margin-left: 0;
	}
	.event-img{
		width:30%;
		margin:0 auto;
	}
	.event-block.reverse .event-txt{
		width: calc(100% - 30% - 15px);
		margin-right: 15px;
		margin-left: 0;
	}
	.event-name span{
		display: inline;
	}
	.event-OB-button::before,
	.event-OB-button:hover::before{
		width: 30px;
		height: 30px;
	}
}
.time-table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	background-clip: padding-box;
}
td div {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
  }
.time-table .time{
	background: rgba(228, 0,127,0.1);
	color: #E4007F;
	font-size: 20px;
	line-height: 1.2;
	padding: 5px 10px;
	border-bottom: solid 1px #E4007F;
	width: 80px;
}

.time-table-top{
	background: rgba(214, 214, 214, 0.1);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 5px 15px;
}
.time-table-top .target{
	background: #757575;
	color: #FFF;
	padding: 1px 10px;
	margin-right: 15px;
	display: inline-block;
	margin-top: 10px;
}
.time-table-top .target-txt{
	width: 100%;
	display: block;
}
.time-table .event-block{
	border-bottom: solid 1px #E4007F;
}


@media (min-width: 768px) {
	.time-table-top .target{
		display: inline-block;
		margin-top: 0;
	}
	.time-table-top .target-txt{
		width: auto;
		display: inline;
	}
}
.event-category{
	border: solid 1px #757575;
	padding: 2px 5px;
}