@charset "utf-8";

/* リストのスタイル */
.list li {
	margin-bottom: 0.25em;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.6rem;
}

.zoneCol .other {
	margin-bottom: 0.25em;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.6rem;
	padding-top: 1em;
}

.list li::before {
	content: "●";
	margin-right: 0.6em;
	font-size: 0.5em;
	vertical-align: 0.15em;
}

.listOtherRight {
	display: block;
	text-align: right;
	padding-top: 0.25em;
}

/* ------------------------------------ */
/* 出展料金 */
/* ------------------------------------ */
#price {
	padding-bottom: 100px;
}

#boothAnno {
	padding-bottom: 10px;
	text-align: right;
}

#priceHeading {
	position: relative;
}

#priceHeading span {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 1.4rem;
	letter-spacing: 0.075em;
	color: #4b4b4b;
}

.priceRow {
	display: flex;
	justify-content: space-between;
}

.priceCol {
	width: 47.5%;
}

/* 小間使用例 */
.exampleWrap {
	margin-bottom: 40px;
}

.exampleImg {
	margin-bottom: 5px;
}

.exampleText {
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.075em;
}

.exampleText span {
	margin-left: auto;
	font-size: 1.4rem;
	font-weight: 400;
}

/* 小間説明 */
.boothWrap {
	margin-bottom: 40px;
}

.booth {}

.boothImg {
	margin-bottom: 20px;
	text-align: center;
}

.boothPrice {
	margin-bottom: 10px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	line-height: 1.4;
}

.boothPriceLabel {
	margin-left: 0.5em;
	padding: 4px 8px;
	font-size: 1.4rem;
	color: #ffffff;
	background-color: #c50018;
}

.boothPriceNum {
	margin-left: 0.5em;
	font-size: 2rem;
	letter-spacing: 0.025em;
	color: #dd3179;
}

#packageBoothImg .boothPriceNum {
	color: #000;
}

.boothPriceNum .figure {
	font-size: 3.4rem;
	font-weight: 600;
}

#packageBoothImg  .boothPriceNum .figure.space {
	padding-left: 0.6em;
}

.boothSpace {
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
	font-size: 1.5rem;
	letter-spacing: 0.075em;
	line-height: 1.75;
}

.boothSpace span {
	display: block;
}

.boothSpace span:not(:last-child) {
	margin-bottom: 10px;
}

.boothSpace::before {
	content: "";
	width: 6px;
	height: calc(100% - 1.2rem);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: #dd3179;
}

.boothCaution {
	padding-left: 1em;
	text-indent: -1em;
	letter-spacing: 0.075em;
}

.boothNote {
	padding: 10px 20px;
	font-size: 1.3rem;
	letter-spacing: 0.075em;
	line-height: calc(18 / 13);
	background-color: #e9f6fd;
}

.boothNote li {
	padding-left: 20px;
	position: relative;
}

.boothNote li::before {
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	top: 6px;
	left: 0;
	background-color: #47a5e7;
}

.boothNote li + li {
	margin-top: 0.5em;
}

#boothOption {
	padding: 25px;
	position: relative;
	border: 1px solid #47a5e7;
}

#boothOptionTitle {
	padding: 2px 10px;
	position: absolute;
	top: 25px;
	right: 25px;
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
	background-color: #47a5e7;
}

#boothOption .boothPriceNum {
	color: #47a5e7;
}

#boothOption .boothSpace::before {
	background-color: #47a5e7;
}

#packageBooth {
	margin-bottom: 50px;
}

#packageBoothWrap {
	padding: 30px 40px;
	display: flex;
	gap: 30px;
	border: 1px solid #333;
}

#packageBoothTitle {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 10px;
}

#packageBoothTitle span {
	padding-inline: 5px;
	font-size: 1.6rem;
	font-weight: 700;
	border: 1px solid #333;
}

#packageBoothTitle p {
	font-size: 2.4rem;
	font-weight: 700;
	font-feature-settings: normal;
}

#packageBoothContent {
	width: 430px;
}

#packageBoothContent .boothPriceNum {
	color: #333333;
}

#packageBoothContent .boothSpace {
	width: 350px;
	margin-bottom: 30px;
	font-size: 1.5rem;
	line-height: calc(25 / 15);
	letter-spacing: 0.11em;
}

#packageBoothContent .boothSpace::before {
	background-color: #949494;
}

#packageBoothContent .boothNote {
	width: 350px;
	padding: 20px 30px;
	background-color: #f3f3f3;
	letter-spacing: 0.05em;
}

#packageBoothContent .boothNote li::before {
	background-color: #949494;
}

#packageBoothImg {
	/* padding-top: 20px; */
	flex-shrink: 0;
}

.boothSpace span.bold {
	font-weight: bold;
	display: inline-block;
	margin: 0;
}

#priceAnno {
	font-size: 1.3rem;
	color: #b81c22;
}

/* ----------------------------------- */
/* バーコードリーダー */
/* ----------------------------------- */

#barcodeScanner {
	margin-bottom: 40px;
	padding: 50px calc(50% - 40px) 50px 50px;
	position: relative;
	background-color: #e4f5ff;
	z-index: 1;
}
#barcodeScanner::before {
	content: "";
	width: calc(50% + 60px);
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #e4f5ff url(../../img/price/place4.jpg) no-repeat left center / cover;
	z-index: -1;
}

#barcodeScannerLabel {
	margin-bottom: 10px;
	padding: 5px 30px;
	display: inline-block;
	font-size: 2.1rem;
	text-align: center;
	color: #ffffff;
	background-color: #0f74c9;
	border-radius: 20px;
}

#barcodeScannerTitle {
	margin-bottom: 10px;
	font-size: 2.7rem;
	line-height: 1.57;
}

#barcodeScannerText {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 1.875;
}

#barcodeScannerPrice {
	font-size: 2.7rem;
	font-weight: bold;
}

#barcodeScannerPrice span.small {
	font-size: 1.8rem;
	font-weight: bold;
}

#barcodeScannerPrice span.num {
	font-size: 2.4rem;
	font-weight: bold;
}


/* 特典・サービス
------------------------------------ */
/* 早期申し込み特典 */
#benefit {
	padding-bottom: 40px;
}

#benefitHead {
	padding: 10px 50px;
	font-size: 2rem;
	background-color: #b20218;
	color: #FFF;
	font-weight: bold;
	position: relative;
}

#benefitHead .anno {
	font-size: 1.4rem;
	position: absolute;
	top: 50%;
	right: 50px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

#benefitBody {
	padding: 20px 50px;
	background-color: #f7e5e7;
}

.benefitText {
	margin-bottom: 15px;
	font-size: 1.6rem;
	letter-spacing: 0.075em;
	line-height: 1.75;
	text-align: center;
}

.benefitList {
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
}

.benefitListItem {
	width: 49%;
	padding: 15px;
	text-align: center;
	background-color: #ffffff;
}

.benefitListNum {
	width: 36px;
	height: 36px;
	margin: 0 auto 10px;
	font-size: 1.6rem;
	line-height: 36px;
	color: #ffffff;
	background-color: #b20218;
	border-radius: 50%;
}

.benefitListText {
	margin-bottom: 10px;
	font-size: 1.8rem;
}

.benefitListText span {
	font-size: 2.1rem;
}

.benefitListLabel {
	padding: 2px 10px;
	font-size: 1.4rem;
	letter-spacing: 0.075em;
	color: #b20218;
	border: 1px solid #b20218;
}

.benefitCaution {
	letter-spacing: 0.075em;
}

.benefitListAdd {
	padding-top: 10px;
	font-size: 1.2rem;
	font-weight: bold;
}

/* ------------------------------------ */
/* ガイドブック */
/* ------------------------------------ */
#guidebook {}

#guidebookWrap {
	position: relative;
	background-color: #e2eeff;
}

#guidebookTitle {
	padding: 15px;
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	text-align: center;
	background-color: #023484;
	color: #FFF;
}

#guidebookTitle .textSm {
	font-size: 3rem;
}

#guidebookContent {
	padding: 40px 85px;
	display: grid;
	grid-template-columns: 438px auto;
	gap: 20px 30px;
}

#guidebookText {
	grid-column: 1 / 3;
	padding-right: 240px;
	font-size: 1.8rem;
	line-height: calc(30 / 18);
}

#guidebookImg1 {
	position: absolute;
	top: 0;
	right: 50px;
}

#guidebookOption {
	grid-column: 1 / 2;
	background-color: #fff;
}

#guidebookOptionTitle {
	padding: 10px;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	color: #000;
	background-color: #ffea00;
}

#guidebookOptionTextWrap {
	padding: 10px 30px 20px;
}

#guidebookOptionText1 {
	margin-bottom: 15px;
	font-size: 2.4rem;
	font-weight: 700;
}

#guidebookOptionText1::before {
	content: "●";
	font-size: 1.4rem;
	margin-right: 0.5em;
	vertical-align: 4px;
}

#guidebookOptionText1 .yen {
	color: #dc291a;
}

#guidebookOptionText1 .textLg {
	font-size: 3rem;
}

#guidebookOptionText1 .textSm {
	font-size: 1.6rem;
}

#guidebookOptionText2 {
	font-size: 1.6rem;
	line-height: calc(28 / 16);
}

#guidebookImg2 {
	grid-column: 2 / 3;
}

#guidebookImg2 figcaption {
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 5px;
}

.lastyear{
	padding-bottom: 40px;
}

.lastyear .btn3{
	width: 400px;
	margin: 0 auto;
}

/* ------------------------------------ */
/* イベント・セミナー */
/* ------------------------------------ */
#seminarTop {
	margin-bottom: 80px;
	padding: 0px 40px 30px;
	background-color: #FFF;
	border: 1px solid #0f74c9;
}

#seminarPhoto {
	margin: 0 -40px 20px;
}

#seminarPhotoCaption {
	padding: 5px 20px 0;
	letter-spacing: 0.05em;
	text-align: right;
}

#seminarTopHead {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	color: #0f74c9;
}

#seminarTopHead span:nth-child(1) {
	margin-right: 20px;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

#seminarTopHead span:nth-child(2) {
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.1em;
}

#seminarTopText {
	margin-bottom: 20px;
	font-size: 1.6rem;
}

#seminarTopInfoWrap {
	margin-bottom: 20px;
	padding: 10px 45px;
	background-color: #f2faff;
}

.seminarTopInfo {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.seminarTopInfo:not(:last-child) {
	border-bottom: 1px solid #176ac8;
}

.seminarTopInfoLeft {
	width: 320px;
	flex-shrink: 0;
}

.seminarTopInfoPlace {
	padding-left: 16px;
	display: flex;
	align-items: center;
	position: relative;
}

.seminarTopInfoPlace:not(:last-child) {
	margin-bottom: 10px;
}

.seminarTopInfoPlace::before {
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	top: 12px;
	left: 0;
	background-color: #176ac8;
	border-radius: 50%;
}

.seminarTopInfoPlaceHall {
    width: 40px;
	margin-right: 8px;
	font-size: 1.5rem;
	font-weight: 700;
    text-align: center;
	color: #018d41;
    border: 1px solid currentColor;
}

.seminarTopInfoPlaceHall .roboto {
	font-size: 1.6rem;
}

.seminarTopInfoPlaceVenue {
	margin-right: 8px;
	font-size: 2rem;
	font-weight: 700;
}

.seminarTopInfoPlaceVenue .roboto {
	font-size: 2.2rem;
}

.seminarTopInfoPlaceCapacity {
	padding: 2px 8px;
	font-size: 1.4rem;
	background-color: #FFF;
}

.seminarTopInfoRight {

}

.seminarTopInfoPrice {
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	font-weight: 700;
}

.seminarTopInfoPriceText {
	margin-right: 10px;
}

.seminarTopInfoPriceNum {
	color: #176ac8;
}

.seminarTopInfoPriceNum .roboto {
	font-size: 3.4rem;
	font-weight: 900;
}

.seminarTopInfoPriceNum .yen {
	font-size: 2rem;
}


.seminarTopCaution {
	padding-bottom: 1em;
	font-size: 1.4rem;
	letter-spacing: 0.075em;
	line-height: 1.5714;
}

.seminarTopCaution:last-child {
	padding-bottom: 0;
}



/* セミナー紹介
------------------------------------ */
#seminarIntroduce {
	padding-bottom: 70px;
}

#seminarIntroduceTitle {
	margin-bottom: 30px;
}

#seminarWrap {
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.seminarMore {
	width: 300px;
	margin: 0 auto;
	text-align: center;
}

/* イベント紹介
------------------------------------ */
#eventIntroduce {
	padding-bottom: 100px;
}

.eventWrap {
	margin-bottom: 50px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.eventMore {
	width: 300px;
	margin: 0 auto;
	text-align: center;
}

/* ------------------------------------ */
/* お申し込みの流れ */
/* ------------------------------------ */
#flow {
	padding-bottom: 100px;
}

#flowTitle {
	margin-bottom: 20px;
}

#flowSubTitle {
	padding: 0 30px;
	margin-left: 10px;
	font-size: 2.2rem;
	border: 1px solid #aaaaaa;
}

.flowList {
	padding-top: 40px;
}

.flowListItem {
	padding: 3px;
	background-image: linear-gradient(270deg, rgba(0, 160, 255, 1), rgba(19, 93, 194, 1));
	position: relative;
}

.flowListItem:not(:last-child)::after {
	content: "";
	width: 87px;
	height: 23px;
	background: url(../../img/price/icon_flow.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	bottom: -23px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.flowListIn {
	min-height: 220px;
	padding: 30px;
	position: relative;
	display: flex;
	align-items: center;
	background: #FFF;
}

.flowListItem:not(:last-child) {
	margin-bottom: 60px;
}

.flowListNum {
	font-size: 3rem;
	display: block;
	font-family: "Michroma", sans-serif;
	background: linear-gradient(180deg, #00a0ff 0%, #135dc2 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	text-align: center;
	position: absolute;
	top: -1.5em;
	left: 0;
}

.flowListImg {
	width: 170px;
	padding-right: 20px;
	text-align: center;
}

.flowListBody {
	width: calc(100% - 170px);
}

.flowListBody > *:last-child {
	margin-bottom: 0;
}

.flowListRow {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.flowListContent {
	padding-right: 15px;
}

.flowListContent > *:last-child {
	margin-bottom: 0;
}

.flowListTitle {
	margin-bottom: 10px;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.075em;
}

.flowListText {
	margin-bottom: 5px;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 1.625;
}

.flowListLink {
	margin-left: auto;
}

.flowListLink a {
	width: 200px;
	height: 60px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.8rem;
	border: none;
	border-radius: 8px;
	background: #211488;
}

.flowListLink img {
	width: 20px;
	margin-right: 10px;
}

.flowListCaution {
	font-size: 1.4rem;
	letter-spacing: 0.075em;
}

.closing {
	width: 18em;
	margin-right: 5px;
	display: inline-block;
}

.flowListBox {
	width: 305px;
	padding: 15px 10px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	border: 1px solid #545454;
}

.flowListBox p {
	font-size: 1.4rem;
	line-height: 1.5714;
}

.flowListBox a {
	transition: 0.3s ease-in-out;
}
.flowListBox a:hover {
	color: #211488;
}

#flowListMail {
	display: flex;
	align-items: center;
	font-size: 1.9rem;
}

#flowListMail img {
	margin-right: 10px;
}

/* 来場者 動員計画・サービス */
#serviceHead {
	padding: 10px 30px;
	font-size: 2rem;
	background-color: #023484;
	color: #FFF;
	font-weight: bold;
}

#serviceBody {
	padding: 20px 30px;
	background-color: #e2eeff;
}

.serviceRow {
	display: flex;
	flex-wrap: wrap;
	gap: 35px;
}

.serviceCol {
	display: flex;
	flex-direction: column;
	
}

.serviceCol:first-child {
	flex: 1;
}

.serviceCol dt {
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: 700;
}

.serviceCol dt span {
	font-size: 1.5rem;
}

.serviceCol dd {
	height: 100%;
	padding: 10px 20px;
	background-color: #ffffff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.serviceListRow {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	gap: 50px;
}

.serviceListCol {
	/* width: 50%; */
}

#service .list li {
	font-size: 1.5rem;
}

#service .list li::before {
	color: #023484;
}

#service .list .outline {
	margin: 5px 0 5px -10px;
	padding: 8px 10px;
	font-size: 1.4rem;
	text-indent: 0;
	border: 1px solid #545454;
}

.serviceCol:nth-child(1) {
	width: 590px;
}
.serviceCol:nth-child(2) {
	width: 220px;
	margin-left: auto;
}