/* main visual
------------------------------------------------------------*/
.fair-wrapper #inner_mv {
	background: url(../../../img/fair/common/mv_deco01.png) no-repeat top left 65px;
	background-color: #fdf2bc;
	padding-top: 40px;
}

.fair-wrapper #inner_mv .mv_deco {
	width: 365px;
	float: left;
	position: relative;
}

.fair-wrapper #inner_mv .mv_deco::before {
	content: "";
	position: absolute;
	background: url(../../../img/fair/common/mv_deco02.png) no-repeat bottom right;
	background-size: 100px;
	background-color: #fdf2bc;
	width: 200px;
	height: 200px;
	bottom: 0;
	right: 0;
}

.fair-wrapper #inner_mv .mv_wrapper {
	display: flex;
}

.fair-wrapper #inner_mv .mv_deco img {
	position: absolute;
	top: 65px;
	right: -46px;
	width: 350px;
	z-index: 2;
}

.fair-wrapper #inner_mv .mv_details {
	width: calc(100% - 365px);
	float: left;
	padding: 90px 50px 40px;
	box-sizing: border-box;
	border-top-left-radius: 80px;
	border-top-right-radius: 80px;
	background: #fff;
	position: relative;
}

.fair-wrapper #inner_mv .tit_wrap {
	padding: 30px 0 30px 175px;
	background: url(../../../img/fair/common/mv_mascot.png) no-repeat left top;
	background-size: 148px;
}

.fair-wrapper #inner_mv .tit_wrap .tit_mv {
	font-size: 54px;
	font-weight: 900;
	line-height: 1.2;
}

.fair-wrapper #inner_mv .tit_wrap .sub_mv_tit {
	display: table;
	padding: 3px 45px;
	box-shadow: 0 4px #bdc5f8;
	text-align: center;
	border-radius: 10px;
	color: #fff;
	background: #3c7bc4;
	font-size: 16px;
	font-weight: 600;
	margin-top: 20px;
}

.fair-wrapper #inner_mv .tit_wrap .sub_mv_tit2 {
	display: table;
    padding: 3px 45px;
    box-shadow: 0 4px #bdc5f8;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    background: #e06273;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
}

.fair-wrapper #inner_mv .circle {
	position: absolute;
	top: -25px;
	right: 14%;
	border-radius: 50%;
	font-weight: 900;
	font-size: 33px;
	width: 150px;
	height: 150px;
	position: absolute;
	line-height: 1.2;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: #e06273;
	border: 5px solid #fff;
	box-sizing: unset;
}

.page_shinjuku.fair-wrapper #inner_mv .circle {
	background: #0079c1;
}

.fair-wrapper.page_personnel #inner_mv .tit_wrap {
	padding-left: 160px;
	padding-right: 170px;
	background: url(../../../img/fair/common/mv_mascot02.png) no-repeat left bottom, url(../../../img/fair/common/mv_mascot03.png) no-repeat right top;
	background-size: 130px, 154px;
	padding-bottom: 90px;
	padding-top: 50px;
}

.fair-wrapper main section {
	padding: 0;
}

.fair-wrapper main .container {
	box-sizing: border-box;
	padding: 95px 140px;
	background-color: #fff;
}

/* fair
------------------------------------------------------------*/
.fair-wrapper #fair {
	position: relative;
}

.fair-wrapper #fair .container {
	border-top-left-radius: 80px;
	padding-bottom: 110px;
}

.fair-wrapper #fair .tb_style01 {
	border-collapse: separate;
	border-spacing: 0 20px;
	width: 100%;
}

.fair-wrapper #fair .tb_style01 tr th,
.fair-wrapper #fair .tb_style01 tr td {
	padding: 16px 20px;
	border: 2px solid #ebebeb;
	margin-bottom: 20px;
}

.fair-wrapper #fair .tb_style01 tr th {
	border-right: 0;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	vertical-align: middle;
	font-weight: bold;
	text-align: left;
	width: 220px;
	box-sizing: border-box;
}

.fair-wrapper #fair .tb_style01 tr td {
	border-left: 0;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

.fair-wrapper #fair .tb_style01 a {
	text-decoration: underline;
	text-decoration-color: #3c7bc4;
	color: #3c7bc4;
}

.fair-wrapper .tit_tb {
	font-size: 22px;
	font-weight: 600;
}

.fair-wrapper .list_style01 li {
	padding-left: 18px;
	position: relative;
}

.fair-wrapper .list_style01 li::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 5px;
	width: 5px;
	height: 5px;
	background: #333;
	border-radius: 50%;
}

/* venue
------------------------------------------------------------*/
.fair-wrapper #venue {
	position: relative;
}

.fair-wrapper #venue .container {
	padding-top: 0;
	padding-bottom: 200px;
}

.fair-wrapper #venue img {
	max-width: 800px;
	width: 95%;
	margin: 0 auto 60px;
}

.fair-wrapper #venue .venue_case {
	margin-bottom: 65px;
	position: relative;
}

.fair-wrapper #venue .venue_case:last-of-type {
	margin-bottom: 0;
}

.fair-wrapper #venue .venue_case .pack {
	display: flex;
	flex-wrap: nowrap;
	gap: 40px;
}

.fair-wrapper #venue .venue_case .pack .item {
	width: 100%;
}

.fair-wrapper #venue .venue_case .acc_btn {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	right: 0;
	background-image: url(../../../img/fair/tachikawa/ico_minus.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.fair-wrapper #venue .venue_case .acc_btn.active {
	background-image: url(../../../img/fair/tachikawa/ico_plus.png);
}

.fair-wrapper .tb_venue {
	width: 100%;
}

.fair-wrapper .tb_venue thead th:nth-child(1) {
	width: 50%;
}

/* .fair-wrapper .tb_venue thead th:nth-child(2) {
    width: 0%;
} */

.fair-wrapper .tb_venue thead th:nth-child(2) {
	width: 22%;
}

.fair-wrapper .tb_venue thead th:nth-child(3) {
	width: 25%;
}

/* .fair-wrapper .tb_venue tbody td:nth-child(2) {
    width: 0%;
} */

/* .fair-wrapper .tb_venue tbody td{
	white-space: nowrap;
} */

.fair-wrapper .hide-this {
	display: none;
}

.fair-wrapper .tb_venue tr th {
	text-align: center;
	font-weight: bold;
}

.fair-wrapper .tb_venue tr th,
.fair-wrapper .tb_venue tr td {
	padding: 9px 18px;
	box-sizing: border-box;
}

.fair-wrapper .tb_venue tr td {
	border-top: 2px solid #0f79c0;
	background: #e8f5fe;
}

.fair-wrapper .tb_venue tr:last-of-type td {
	border-bottom: 2px solid #0f79c0;
}

.fair-wrapper .tb_venue .facility {
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	width: 100px;
	display: block;
	box-sizing: border-box;
	padding: 9px 5px;
	border-radius: 20px;
	background: #e06273;
}

/* personnel
------------------------------------------------------------*/
.fair-wrapper #tpnsa_sec .container {
	border-top-left-radius: 80px;
	background-image: url(../../../img/fair/personnel/deco01.png);
	background-repeat: no-repeat;
	background-position: top 30px left 30px;
	background-color: #fff;
}

.fair-wrapper.page_personnel .case_style01 {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	border: 7px solid #eecd93;
	padding: 50px 40px;
	border-radius: 50px;
	box-sizing: border-box;
	position: relative;
	background: transparent;
}

.fair-wrapper.page_personnel .case_style01 .tit_case {
	font-size: 36px;
	font-weight: 600;
	color: #ef8c4a;
	padding: 0 7px;
	background: #fff;
	margin-top: -80px;
}

.fair-wrapper.page_personnel .case_style01 .case_wrap p {
	margin-top: 10px;
}

.fair-wrapper.page_personnel .info_case,
.fair-wrapper.page_personnel .benefits_case {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	border: 7px solid #3c7bc4;
	padding: 50px 40px;
	border-radius: 50px;
	box-sizing: border-box;
	position: relative;
	background: #fff;
}

.fair-wrapper.page_personnel .benefits_case {
	border-color: #e06273;
	margin-top: 90px;
}

.fair-wrapper.page_personnel .info_case .case_wrap,
.fair-wrapper.page_personnel .benefits_case .case_wrap {
	margin-top: 20px;
}

.fair-wrapper.page_personnel .info_case .tit_case,
.fair-wrapper.page_personnel .benefits_case .tit_case {
	font-size: 26px;
	padding: 5px 38px;
	color: #fff;
	background: #3c7bc4;
	border-radius: 10px;
	margin-left: 40px;
	margin-top: -80px;
	display: table;
}

.fair-wrapper.page_personnel .benefits_case .tit_case {
	background: #e06273;
}

.fair-wrapper.page_personnel .tit_case_main {
	font-size: 40px;
	font-weight: 900;
	color: #ef8c4a;
	text-align: center;
	margin-bottom: 60px;
	line-height: 1.4;
}

.fair-wrapper.page_personnel .tit_case_main span {
	font-size: 36px;
	display: block;
	font-weight: 700;
}

.fair-wrapper.page_personnel #information-sec .container {
	padding: 0 0 120px;
}

.fair-wrapper.page_personnel .info_note {
	background: #e8f5fe;
	padding: 20px 30px;
	margin-top: 20px;
	border-radius: 10px;
	margin-top: 20px;
}

.fair-wrapper.page_personnel .benefits_list li {
	padding: 16px 20px 16px 25px;
	background-image: url(../../../img/fair/common/ico_star.png);
	background-repeat: no-repeat;
	background-position: top 25px left 10px;
	background-size: 8px;
}

.fair-wrapper.page_personnel .benefits_list li:nth-child(even) {
	background-color: #fff5f6;
}

.fair-wrapper .link_list {
	display: flex;
	flex-wrap: wrap;
}

.fair-wrapper .link_list li {
	width: 33.333%;
	margin-bottom: 15px;
	padding-right: 10px;
	box-sizing: border-box;
}

.fair-wrapper .link_list li a {
	display: table;
	padding: 0 0 0 20px;
	color: #045de9;
	text-decoration: underline;
	position: relative;
}

.fair-wrapper .link_list li a:hover {
	text-decoration: none;
}

.fair-wrapper .link_list li a::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	background: #e25636;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

.fair-wrapper .tit_sec02 {
	font-size: 32px;
	font-weight: 500;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 20px;
}

.fair-wrapper .tit_sec02::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background: #eecd93;
	border-radius: 4.5px;
	width: 55px;
	height: 9px;
}

.fair-wrapper #training_school .container {
	padding-top: 0;
	padding-bottom: 100px;
	background-image: url(../../../img/fair/personnel/deco02.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.fair-wrapper #training_school .case {
	margin-bottom: 50px;
}

.fair-wrapper #training_school .case:last-of-type {
	margin-bottom: 0;
}

.fair-wrapper.page_personnel #footer {
	padding-bottom: 70px;
}

.fair-wrapper.page_personnel #footer .container {
	border-radius: 0;
	max-width: 1360px;
	padding: 10px 10px;
	border-top: 1px solid #b9b9b9;
	box-sizing: border-box;
	margin: 0 auto;
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
	width: 95%;
}

@media screen and (max-width: 1200px) {

	/* inner_mv
	------------------------------------------------------------*/
	.fair-wrapper main .container {
		padding: 95px 50px;
	}

	.fair-wrapper #inner_mv .circle {
		width: 120px;
		height: 120px;
	}

	.fair-wrapper.page_personnel #inner_mv .tit_wrap {
		padding-left: 100px;
		padding-right: 100px;
		background-size: 80px, 94px;
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 980px) {

	/* inner_mv
	------------------------------------------------------------*/
	.fair-wrapper #inner_mv .mv_deco {
		width: 280px;
	}

	.fair-wrapper #inner_mv .mv_deco img {
		width: 290px;
	}

	.fair-wrapper #inner_mv .mv_details {
		width: calc(100% - 280px);
	}

	.fair-wrapper #inner_mv .tit_wrap {
		background-size: 108px;
		padding: 20px 0 20px 115px;
	}

	.fair-wrapper #inner_mv .tit_wrap .tit_mv {
		font-size: 46px;
	}

	.fair-wrapper.page_personnel #inner_mv .tit_wrap {
		padding-left: 20px;
		padding-right: 40px;
		background-size: 40px, 54px;
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 768px) {

	/* inner_mv
	------------------------------------------------------------*/
	.fair-wrapper #inner_mv .mv_deco {
		width: 100%;
		float: none;
	}

	.fair-wrapper #inner_mv .mv_details {
		width: 100%;
		padding: 80px 30px 30px;
	}

	.fair-wrapper #inner_mv .mv_wrapper {
		flex-wrap: wrap;
	}

	.fair-wrapper #inner_mv .mv_deco::before {
		display: none;
	}

	.fair-wrapper #inner_mv .mv_deco img {
		width: 160px;
		left: 70px;
		top: -30px;
	}

	.fair-wrapper #inner_mv .circle {
		width: 80px;
		height: 80px;
		right: 50px;
		font-size: 140%;
	}

	.fair-wrapper #inner_mv .tit_wrap {
		padding: 0;
		background: none;
	}

	.fair-wrapper #inner_mv .tit_wrap .tit_mv {
		font-size: 270%;
	}

	.fair-wrapper #inner_mv .tit_wrap .sub_mv_tit {
		margin-top: 10px;
		font-size: 110%;
		padding: 3px 25px;
	}

	/* fair
	------------------------------------------------------------*/
	.fair-wrapper #fair .container {
		border-radius: 0;
	}

	.fair-wrapper main .container {
		padding: 40px 30px;
	}

	.tit_sec {
		font-size: 180% !important;
		margin-bottom: 20px !important;
	}

	.fair-wrapper #fair .tb_style01 {
		border-spacing: 0 10px;
	}

	.fair-wrapper #fair .tb_style01 tr th {
		width: 150px;
	}

	.fair-wrapper #fair .tb_style01 tr th,
	.fair-wrapper #fair .tb_style01 tr td {
		padding: 12px 14px;
	}

	/* venue
	------------------------------------------------------------*/
	.fair-wrapper #venue .venue_case {
		margin-bottom: 30px;
	}

	.fair-wrapper #venue .venue_case .pack {
		gap: 10px;
	}

	.fair-wrapper #venue .container {
		padding-bottom: 100px;
	}

	.fair-wrapper #venue .venue_case .tit_venue {
		font-size: 140%;
	}

	.fair-wrapper .tit_tb {
		font-size: 120%;
	}

	.fair-wrapper .tb_venue th,
	.tb_venue td {
		font-size: 12px;
	}

	/* personnel
	------------------------------------------------------------*/
	.fair-wrapper.page_personnel #inner_mv .tit_wrap {
		text-align: center;
		padding-top: 20px;
		padding-bottom: 30px;
		padding-right: 60px;
	}

	.fair-wrapper #tpnsa_sec .container {
		border-radius: 0;
		background-size: 160px;
	}

	.fair-wrapper.page_personnel .case_style01 .tit_case {
		font-size: 140%;
	}

	.fair-wrapper.page_personnel .case_style01 {
		padding: 30px 20px;
	}

	.fair-wrapper.page_personnel .tit_case_main {
		font-size: 180%;
		margin-bottom: 45px;
	}

	.fair-wrapper.page_personnel #training_school .tit_case_main {
		margin-bottom: 25px;
	}

	.fair-wrapper.page_personnel .tit_case_main span {
		font-size: 90%;
	}

	.fair-wrapper.page_personnel #information-sec .container {
		padding: 0 30px 60px;
	}

	.fair-wrapper.page_personnel .info_case,
	.fair-wrapper.page_personnel .benefits_case {
		padding: 30px 20px;
	}

	.fair-wrapper.page_personnel .info_case .tit_case,
	.fair-wrapper.page_personnel .benefits_case .tit_case {
		font-size: 140%;
		margin-top: -50px;
		margin-left: 0;
		padding: 5px 18px;
	}

	.fair-wrapper.page_personnel .info_note {
		padding: 10px 15px;
	}

	.fair-wrapper .tit_sec02 {
		font-size: 150%;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.fair-wrapper .tit_sec02::before {
		width: 45px;
		height: 7px;
	}

	.fair-wrapper #training_school .case {
		margin-bottom: 30px;
	}

	.fair-wrapper #training_school .container {
		background-size: contain;
		padding-bottom: 50px;
	}

	.fair-wrapper.page_personnel #tpnsa_sec .case_style01 .tit_case br {
		display: none;
	}
}

@media screen and (max-width: 640px) {

	/* inner_mv
	------------------------------------------------------------*/
	.fair-wrapper #inner_mv .mv_deco img {
		left: 40px;
		width: 140px;
	}

	.fair-wrapper #inner_mv .tit_wrap .tit_mv {
		font-size: 200%;
	}

	.fair-wrapper #inner_mv .circle {
		width: 70px;
		height: 70px;
		right: 40px;
		font-size: 120%;
	}

	/* fair
	------------------------------------------------------------*/
	.fair-wrapper main .container {
		padding: 30px 20px;
	}

	.fair-wrapper #fair .tb_style01 tr th {
		width: 100px;
	}

	.fair-wrapper #fair .tb_style01 tr th,
	.fair-wrapper #fair .tb_style01 tr td {
		padding: 10px;
	}

	/* venue
	------------------------------------------------------------*/
	.fair-wrapper #venue .venue_case .pack {
		flex-wrap: wrap;
		gap: 0;
	}

	.fair-wrapper .tb_venue tr th,
	.fair-wrapper .tb_venue tr td {
		padding: 9px 10px;
	}

	.fair-wrapper .tb_venue thead th:nth-child(2) {
		width: auto;
	}

	.fair-wrapper .tb_venue thead th:nth-child(4) {
		width: 120px;
	}

	.fair-wrapper #venue .venue_case .acc_btn {
		width: 30px;
		height: 30px;
		top: 0;
	}

	.fair-wrapper .venue_case .pack .item:nth-of-type(2) .tb_venue thead {
		visibility: hidden;
		height: 0;
		padding: 0;
		margin: 0;
		line-height: 0;
	}

	.fair-wrapper .venue_case .pack .item:nth-of-type(2) .tb_venue thead tr,
	.venue_case .pack .item:nth-of-type(2) .tb_venue thead th {
		height: 0;
		padding: 0;
		margin: 0;
		line-height: 0;
	}

	.fair-wrapper .venue_case .pack .item:nth-of-type(2) .tb_venue tbody tr:first-child td {
		border-top: none;
	}

	.fair-wrapper .tb_venue .facility {
		font-size: 11px;
		padding: 6px 4px;
		width: 60px;
		border-radius: 16px;
	}

	/* personnel
	------------------------------------------------------------*/
	.fair-wrapper .link_list li {
		width: 50%;
	}

	.fair-wrapper.page_personnel #footer {
		padding-bottom: 35px;
	}

	.fair-wrapper.page_personnel #inner_mv .tit_wrap {
		padding-right: 25px;
		padding-bottom: 10px;
		background-size: 26px, 30px;
		padding-left: 20px;
	}

	.fair-wrapper.page_personnel #inner_mv .tit_wrap .tit_mv {
		font-size: 170%;
	}
}

@media screen and (min-width: 330px) {

	.fair-wrapper #venue .venue_case .venue_case_block {
		display: block;
	}

	.fair-wrapper #venue .venue_case .tit_venue {
		font-size: 26px;
		color: #3c7bc4;
		font-weight: 900;
		text-align: center;
		display: flex;
		flex-direction: column-reverse;
		margin-bottom: 25px;
		gap: 10px;
	}

	.fair-wrapper #venue .venue_case .tit_venue .title {
		/* width: 90%; */
		margin-right: 45px;
		line-height: auto;
	}

	.fair-wrapper #venue .venue_case .category {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 15px;
		width: 100%;
	}

	.fair-wrapper #venue .venue_case .category-0 {
		display: block;
		height: 40px;
		width: 40px;
		border: 5px solid red;
		border-radius: 50%;
		color: red;
		font-weight: 500;
		font-size: 16px;
	}

	.fair-wrapper #venue .venue_case .category-1 {
		display: block;
		height: 40px;
		width: 40px;
		border: 5px solid #0d57ad;
		border-radius: 50%;
		color: #0d57ad;
		font-weight: 500;
		font-size: 16px;
	}
}

@media screen and (min-width: 768px) {

	.fair-wrapper #venue .venue_case .venue_case_block {
		/* display: flex; */
	}

	.fair-wrapper #venue .venue_case .tit_venue {
		font-size: 26px;
		color: #3c7bc4;
		font-weight: 900;
		text-align: center;
		display: flex;
		/* flex-direction: row; */
		margin-bottom: 25px;
		gap: 10px;
		/* margin-right: 45px; */
		align-items: center;
	}

	.fair-wrapper #venue .venue_case .tit_venue .title {
		/* width: 90%; */
		/* display: flex; */
	}

	.fair-wrapper #venue .venue_case .category {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 15px;
		width: 100%;
	}

	.fair-wrapper #venue .venue_case .category-0 {
		display: block;
		height: 40px;
		width: 40px;
		border: 5px solid red;
		border-radius: 50%;
		color: red;
		font-weight: 500;
		font-size: 16px;
	}

	.fair-wrapper #venue .venue_case .category-1 {
		display: block;
		height: 40px;
		width: 40px;
		border: 5px solid #0d57ad;
		border-radius: 50%;
		color: #0d57ad;
		font-weight: 500;
		font-size: 16px;
	}
}

@media screen and (min-width: 1400px) {

	.fair-wrapper #venue .venue_case .tit_venue {
		font-size: 26px;
		color: #3c7bc4;
		font-weight: 900;
		text-align: center;
		display: flex;
		margin-bottom: 25px;
		justify-content: center;
		gap: 10px;
	}

	.fair-wrapper #venue .venue_case .tit_venue {
		font-size: 26px;
		color: #3c7bc4;
		font-weight: 900;
		text-align: center;
		display: flex;
		flex-direction: row;
		margin-bottom: 25px;
		gap: 10px;
		margin-right: 45px;
		align-items: center;
	}

	.fair-wrapper #venue .venue_case .list-category {
		position: relative;
	}

	.fair-wrapper #venue .venue_case .category {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		gap: 15px;
		position: absolute;
		right: 0;
		transform: translateY(-50%);
		width: auto;
	}
}

.fair-wrapper #venue .venue_case .category-item:nth-child(odd) {
	display: block;
	height: 50px;
	width: 50px;
	border: 5px solid red;
	border-radius: 50%;
	color: red;
	font-weight: 500;
	font-size: 20px;
}

.fair-wrapper #venue .venue_case .category-item:nth-child(even) {
	display: block;
	height: 50px;
	width: 50px;
	border: 5px solid #0d57ad;
	border-radius: 50%;
	color: #0d57ad;
	font-weight: 500;
	font-size: 20px;
}

.page_shinjuku #venue .img_wrap {
	position: relative;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}

.page_shinjuku .anc_list li a {
	display: block;
	width: 5.4%;
	height: 10.3%;
	position: absolute;
	text-indent: -99999px;
}

.page_shinjuku .anc_list li:first-child a,
.page_shinjuku .anc_list li:nth-child(2) a,
.page_shinjuku .anc_list li:nth-child(3) a,
.page_shinjuku .anc_list li:nth-child(4) a {
	right: 6.4%;
}

.page_shinjuku .anc_list li:nth-child(5) a,
.page_shinjuku .anc_list li:nth-child(6) a,
.page_shinjuku .anc_list li:nth-child(7) a,
.page_shinjuku .anc_list li:nth-child(8) a {
	right: 14.1%;
}

.page_shinjuku .anc_list li:nth-child(9) a,
.page_shinjuku .anc_list li:nth-child(10) a,
.page_shinjuku .anc_list li:nth-child(11) a,
.page_shinjuku .anc_list li:nth-child(12) a {
	right: 19.9%;
}

.page_shinjuku .anc_list li:nth-child(13) a,
.page_shinjuku .anc_list li:nth-child(14) a,
.page_shinjuku .anc_list li:nth-child(15) a,
.page_shinjuku .anc_list li:nth-child(16) a {
	right: 28.7%;
}

.page_shinjuku .anc_list li:nth-child(17) a,
.page_shinjuku .anc_list li:nth-child(18) a,
.page_shinjuku .anc_list li:nth-child(19) a,
.page_shinjuku .anc_list li:nth-child(20) a {
	right: 34.6%;
}

.page_shinjuku .anc_list li:nth-child(21) a,
.page_shinjuku .anc_list li:nth-child(22) a,
.page_shinjuku .anc_list li:nth-child(23) a,
.page_shinjuku .anc_list li:nth-child(24) a {
	right: 42.2%;
}

.page_shinjuku .anc_list li:nth-child(25) a,
.page_shinjuku .anc_list li:nth-child(26) a,
.page_shinjuku .anc_list li:nth-child(27) a,
.page_shinjuku .anc_list li:nth-child(28) a {
	right: 48.1%;
}

.page_shinjuku .anc_list li:nth-child(29) a,
.page_shinjuku .anc_list li:nth-child(30) a,
.page_shinjuku .anc_list li:nth-child(31) a,
.page_shinjuku .anc_list li:nth-child(32) a {
	left: 38.8%;
}

.page_shinjuku .anc_list li:nth-child(33) a,
.page_shinjuku .anc_list li:nth-child(34) a,
.page_shinjuku .anc_list li:nth-child(35) a,
.page_shinjuku .anc_list li:nth-child(36) a {
	left: 33%;
}

.page_shinjuku .anc_list li:nth-child(37) a,
.page_shinjuku .anc_list li:nth-child(38) a,
.page_shinjuku .anc_list li:nth-child(39) a,
.page_shinjuku .anc_list li:nth-child(40) a {
	left: 24.3%;
}

.page_shinjuku .anc_list li:nth-child(41) a,
.page_shinjuku .anc_list li:nth-child(42) a,
.page_shinjuku .anc_list li:nth-child(43) a,
.page_shinjuku .anc_list li:nth-child(44) a {
	left: 19%;
}

.page_shinjuku .anc_list li:nth-child(45) a,
.page_shinjuku .anc_list li:nth-child(46) a,
.page_shinjuku .anc_list li:nth-child(47) a,
.page_shinjuku .anc_list li:nth-child(48) a {
	left: 10.7%;
}

.page_shinjuku .anc_list li:first-child a,
.page_shinjuku .anc_list li:nth-child(8) a,
.page_shinjuku .anc_list li:nth-child(9) a,
.page_shinjuku .anc_list li:nth-child(16) a,
.page_shinjuku .anc_list li:nth-child(17) a,
.page_shinjuku .anc_list li:nth-child(24) a,
.page_shinjuku .anc_list li:nth-child(25) a,
.page_shinjuku .anc_list li:nth-child(32) a,
.page_shinjuku .anc_list li:nth-child(33) a,
.page_shinjuku .anc_list li:nth-child(40) a,
.page_shinjuku .anc_list li:nth-child(41) a,
.page_shinjuku .anc_list li:nth-child(48) a {
	bottom: 29%;
}

.page_shinjuku .anc_list li:nth-child(2) a,
.page_shinjuku .anc_list li:nth-child(7) a,
.page_shinjuku .anc_list li:nth-child(10) a,
.page_shinjuku .anc_list li:nth-child(15) a,
.page_shinjuku .anc_list li:nth-child(18) a,
.page_shinjuku .anc_list li:nth-child(23) a,
.page_shinjuku .anc_list li:nth-child(26) a,
.page_shinjuku .anc_list li:nth-child(31) a,
.page_shinjuku .anc_list li:nth-child(34) a,
.page_shinjuku .anc_list li:nth-child(39) a,
.page_shinjuku .anc_list li:nth-child(42) a,
.page_shinjuku .anc_list li:nth-child(47) a {
	bottom: 40%;
}

.page_shinjuku .anc_list li:nth-child(3) a,
.page_shinjuku .anc_list li:nth-child(6) a,
.page_shinjuku .anc_list li:nth-child(11) a,
.page_shinjuku .anc_list li:nth-child(14) a,
.page_shinjuku .anc_list li:nth-child(19) a,
.page_shinjuku .anc_list li:nth-child(22) a,
.page_shinjuku .anc_list li:nth-child(27) a,
.page_shinjuku .anc_list li:nth-child(30) a,
.page_shinjuku .anc_list li:nth-child(35) a,
.page_shinjuku .anc_list li:nth-child(38) a,
.page_shinjuku .anc_list li:nth-child(43) a,
.page_shinjuku .anc_list li:nth-child(46) a {
	bottom: 51%;
}

.page_shinjuku .anc_list li:nth-child(4) a,
.page_shinjuku .anc_list li:nth-child(5) a,
.page_shinjuku .anc_list li:nth-child(12) a,
.page_shinjuku .anc_list li:nth-child(13) a,
.page_shinjuku .anc_list li:nth-child(20) a,
.page_shinjuku .anc_list li:nth-child(21) a,
.page_shinjuku .anc_list li:nth-child(28) a,
.page_shinjuku .anc_list li:nth-child(29) a,
.page_shinjuku .anc_list li:nth-child(36) a,
.page_shinjuku .anc_list li:nth-child(37) a,
.page_shinjuku .anc_list li:nth-child(44) a,
.page_shinjuku .anc_list li:nth-child(45) a {
	bottom: 61.9%;
}

.page_shinjuku .anc_list li.top_box a {
	width: 7.9%;
	height: 7%;
	top: 4.8%;
}

.page_shinjuku .anc_list li:nth-child(49) a {
	left: 5.7%;
}

.page_shinjuku .anc_list li:nth-child(50) a {
	left: 14%;
}

.page_shinjuku .anc_list li:nth-child(51) a {
	left: 21.4%;
}

.page_shinjuku .anc_list li:nth-child(52) a {
	left: 29.9%;
}

.page_shinjuku .anc_list li:nth-child(53) a {
	left: 38.3%;
}

.page_shinjuku .anc_list li:nth-child(54) a {
	left: 45.7%;
}

.page_shinjuku .anc_list li:nth-child(55) a {
	left: 54%;
}

.page_shinjuku .anc_list li:nth-child(56) a {
	left: 61.4%;
}

.page_shinjuku .anc_list li:nth-child(57) a {
	left: 69.9%;
}

.page_shinjuku .anc_list li:nth-child(58) a {
	left: 78.3%;
}

.page_shinjuku .anc_list li:nth-child(59) a {
	left: 85.7%;
}

.page_tachikawa #venue .img_wrap {
	position: relative;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}

.page_tachikawa .anc_list li a {
	display: block;
	width: 7.9%;
	height: 16.56%;
	position: absolute;
	text-indent: -99999px;
}

.page_tachikawa .anc_list li:first-child a,
.page_tachikawa .anc_list li:nth-child(2) a,
.page_tachikawa .anc_list li:nth-child(3) a,
.page_tachikawa .anc_list li:nth-child(4) a {
	left: 8.6%;
}

.page_tachikawa .anc_list li:nth-child(33) a,
.page_tachikawa .anc_list li:nth-child(34) a,
.page_tachikawa .anc_list li:nth-child(35) a,
.page_tachikawa .anc_list li:nth-child(36) a {
	right: 7.6%;
}

.page_tachikawa .anc_list li:nth-child(7) a,
.page_tachikawa .anc_list li:nth-child(8) a,
.page_tachikawa .anc_list li:nth-child(9) a {
	left: 21.6%;
}

.page_tachikawa .anc_list li:nth-child(11) a,
.page_tachikawa .anc_list li:nth-child(12) a,
.page_tachikawa .anc_list li:nth-child(13) a {
	left: 30%;
}

.page_tachikawa .anc_list li:nth-child(16) a,
.page_tachikawa .anc_list li:nth-child(17) a,
.page_tachikawa .anc_list li:nth-child(18) a {
	left: 41.9%;
}

.page_tachikawa .anc_list li:nth-child(20) a,
.page_tachikawa .anc_list li:nth-child(21) a,
.page_tachikawa .anc_list li:nth-child(22) a {
	left: 50.2%;
}

.page_tachikawa .anc_list li:nth-child(24) a,
.page_tachikawa .anc_list li:nth-child(25) a,
.page_tachikawa .anc_list li:nth-child(26) a {
	left: 62.2%;
}

.page_tachikawa .anc_list li:nth-child(28) a,
.page_tachikawa .anc_list li:nth-child(29) a,
.page_tachikawa .anc_list li:nth-child(30) a {
	left: 70.6%;
}

.page_tachikawa .anc_list li:first-child a,
.page_tachikawa .anc_list li:nth-child(36) a {
	bottom: 9.9%;
}

.page_tachikawa .anc_list li:nth-child(2) a,
.page_tachikawa .anc_list li:nth-child(9) a,
.page_tachikawa .anc_list li:nth-child(11) a,
.page_tachikawa .anc_list li:nth-child(18) a,
.page_tachikawa .anc_list li:nth-child(20) a,
.page_tachikawa .anc_list li:nth-child(26) a,
.page_tachikawa .anc_list li:nth-child(30) a,
.page_tachikawa .anc_list li:nth-child(35) a {
	bottom: 27.4%;
}

.page_tachikawa .anc_list li:nth-child(3) a,
.page_tachikawa .anc_list li:nth-child(8) a,
.page_tachikawa .anc_list li:nth-child(12) a,
.page_tachikawa .anc_list li:nth-child(17) a,
.page_tachikawa .anc_list li:nth-child(21) a,
.page_tachikawa .anc_list li:nth-child(25) a,
.page_tachikawa .anc_list li:nth-child(29) a,
.page_tachikawa .anc_list li:nth-child(34) a {
	bottom: 44.7%;
}

.page_tachikawa .anc_list li:nth-child(4) a,
.page_tachikawa .anc_list li:nth-child(7) a,
.page_tachikawa .anc_list li:nth-child(13) a,
.page_tachikawa .anc_list li:nth-child(16) a,
.page_tachikawa .anc_list li:nth-child(22) a,
.page_tachikawa .anc_list li:nth-child(24) a,
.page_tachikawa .anc_list li:nth-child(28) a,
.page_tachikawa .anc_list li:nth-child(33) a {
	bottom: 62.1%;
}

.page_tachikawa .anc_list li:nth-child(5) a,
.page_tachikawa .anc_list li:nth-child(6) a,
.page_tachikawa .anc_list li:nth-child(14) a,
.page_tachikawa .anc_list li:nth-child(15) a,
.page_tachikawa .anc_list li:nth-child(23) a,
.page_tachikawa .anc_list li:nth-child(31) a,
.page_tachikawa .anc_list li:nth-child(32) a {
	width: 12.6%;
	height: 10.3%;
	top: 4.8%;
}

.page_tachikawa .anc_list li:nth-child(5) a {
	left: 5.6%;
}

.page_tachikawa .anc_list li:nth-child(6) a {
	left: 18%;
}

.page_tachikawa .anc_list li:nth-child(14) a {
	left: 30.4%;
}

.page_tachikawa .anc_list li:nth-child(15) a {
	left: 43.6%;
}

.page_tachikawa .anc_list li:nth-child(23) a {
	left: 57%;
}

.page_tachikawa .anc_list li:nth-child(31) a {
	left: 69.4%;
}

.page_tachikawa .anc_list li:nth-child(32) a {
	left: 81.8%;
}

.page_tachikawa .anc_list li:nth-child(10) a,
.page_tachikawa .anc_list li:nth-child(19) a,
.page_tachikawa .anc_list li:nth-child(27) a {
	top: 73.3%;
	width: 14.6%;
	height: 10.3%;
}

.page_tachikawa .anc_list li:nth-child(10) a {
	left: 22.5%;
}

.page_tachikawa .anc_list li:nth-child(19) a {
	left: 42.8%;
}

.page_tachikawa .anc_list li:nth-child(27) a {
	left: 62.1%;
}

html {
	scroll-behavior: smooth;
}

.page_shinjuku .tit_sec{
	margin-bottom: 30px !important;
}

.page_shinjuku #fair{
	position: unset;
}
.page_shinjuku #fair .container{
	padding-bottom: 95px;
}

.page_tachikawa .tit_sec{
	margin-bottom: 30px !important;
}

.page_tachikawa #fair{
	position: unset;
}
.page_tachikawa #fair .container{
	padding-bottom: 95px;
}