@charset "UFT-8";

/*ヘッダーフッターレスポンシブ---------------------------------*/
/*@import url("head_foot-pc.css"); */
/*pc*/
/*@import url("head_foot-mob.css"); */
/*モバイル*/

/*ヘッダー共通---------------------------------*/
.header *,
.footer * {
	box-sizing: border-box;
	line-height: 1.5;
	font-weight: 400;
}

.header {
	font-family: "source-han-sans-japanese", sans-serif;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 12;
	background-color: #fff;
}

.header img {
	display: inline-block;
	clear: both;
	max-width: 100%;
}

.header a {
	transition: 0.5s;
	color: currentcolor;
	text-decoration: none;
}

.header.is-fixed {
	position: fixed;
}

.head_logos {
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	z-index: 2;
	background-color: #fff;
}

.head_logo01 {
	/*
	width: 50px;
	margin-left: 10px;
	*/
	width: 7%;
	max-width: 125px;
	position: relative;
}

.head_logo02 {
	/*
	width: 100px;
	*/
	width: 13%;
	max-width: 240px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.head_logo02 img {}

.head_lang ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-direction: column;
	flex-direction: column;
	gap: 0.5em;
}

.head_lang ul a {
	display: block;
	padding: 0.5em 2em;
	font-weight: bold;
	border: 1px solid #000;
	border-radius: 2em;
	width: 120px;
	text-align: center;
}

.head_lang ul a:hover {
	background-color: rgb(0, 209, 179);
}

/*ナビ-------*/
nav .big_menu>a {
	display: block;
}

nav .big_menu>a {}

nav .big_menu>a i {
	color: #666666;
	font-size: 50px;
}

.child_menu>ul>li>a {
	display: block;
	border: 2px solid #ea3931;
	background-color: #ea3931;
	border: 2px solid rgb(0, 209, 179);
	background-color: rgb(0, 209, 179);
	color: #fff;
	padding: 0.2em 0.5em;
	font-size: 16px;
	font-weight: 600;
}

.child_menu>ul>li>a:hover {
	color: #ea3931;
	color: rgb(0, 209, 179);
	background-color: #fff;
}

.child_menu>ul>li>a {
	position: relative;
	padding-right: 1.5em;
	font-size: 14px;
}

.child_menu>ul>li>a[href]::after {
	display: block;
	position: absolute;
	margin: auto;
	right: 10px;
	top: 0;
	bottom: 0;
	line-height: 1;
	height: 1em;
}

/*フッター共通---------------------------*/
.footer {
	font-family: "source-han-sans-japanese", sans-serif;
	width: 100%;
	background-color: #00d1b3;
	text-align: center;
	padding: 30px 0;
	padding: 40px 0;
}

.footer .footnav ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	gap: 1em 2em;
	font-size: 17px;
	font-size: 15px;
	font-size: 13px;
}

.footer a {
	color: #000;
	text-decoration: none;
	font-weight: 500;
}

.footer .footnav ul li {
	position: relative;
}

.footer .footnav ul li+li::before {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	top: 0;
	bottom: 0;
	background-color: #000;
	left: -1em;
}

.footer .footnav {
	margin-bottom: 30px;
}

/*
.footer p+p {
	margin-top: 1em;
}
*/

.footer p {
	font-size: 13px;
	font-size: 11px;
}

.footer .foot_txt {
	margin-top: 1em;
	margin-top: 30px;
}

.footer .footnav ul li.borderno+li::before {
	display: inherit;
}

.footer .brpc {
	display: inherit;
}




/*@import url("head_foot-pc.css"); */
.header {
	/* min-width: 1600px; */
}

.head_logos {
	padding: 0 50px;
	padding: 0 20px;
	padding-top: 20px;
}

.header.is-fixed .head_logo01 {
	width: 4%;
	min-width: auto;
}

.header.is-fixed .head_logo02 {
	width: 8%;
	min-width: auto;
}

.header.is-fixed .head_lang ul {
	-webkit-flex-direction: row;
	flex-direction: row;
}

/*ナビ-------------*/
nav {
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
	margin-top: 10px;
	padding: 0 50px;
	padding: 0 20px;
	position: relative;
}

nav .global_menu {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

nav .big_menu>a {
	padding: 10px 0 20px;
	text-align: center;
}

nav .big_menu>a p,
nav .big_menu>a i {
	transition: 0.5s;
}

nav .big_menu:hover>a p,
nav .big_menu:hover>a i {
	color: #ea3931;
	color: rgb(0, 209, 179);
}


.child_menu {
	position: absolute;
	background-color: #fff;
	left: 0;
	right: 0;
	padding: 20px 50px;
	top: 80px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}

nav .big_menu:hover .child_menu {
	top: 99px;
	visibility: visible;
	opacity: 1;
}

.child_menu h3 a {
	font-size: 25px;
	font-weight: 700 !important;
	color: #ea3931;
	color: rgb(0, 209, 179);
	margin-bottom: 0.3em;
}

.child_menu>ul {
	/*
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
	gap: 20px;
	*/
	display: flex;
	flex-wrap: wrap;
}

.child_menu>ul>li {
	width: calc((100% / 4) - 12px);
	margin: 6px;
}

.under_menu {
	padding-left: 1em;
	font-size: 12px;
	font-weight: 500;
	margin-top: 10px;
}

.under_menu a {
	display: block;
	padding: 0.3em 0;
}

.under_menu a:hover {
	color: #065fd4;
}

.hed_ticket .child_menu>ul>li:nth-child(1) {
	grid-row-start: 1;
	grid-row-end: 4;
}

.hed_firm .child_menu>ul>li:nth-child(1) {
	grid-row-start: 1;
	grid-row-end: 4;
}

nav .big_menu>a:has(+ .child_menu)::after,
.child_menu>ul>li a:has(+ ul)::after,
nav .big_menu>a::after,
.under_menu li a::after {
	display: none;
}

/*}*/

/*@import url("head_foot-mob.css"); */
/*@media screen and (max-width:768px) {*/


.header .mob {
	display: none !important;
}

.header.is-fixed .head_logo01 {
	width: 56px;
}

.header.is-fixed .head_logo02 {
	width: 125px;
}

.pc2024 {
	display: block;
}

.sp2024 {
	display: none;
}

@media screen and (max-width:1200px) {
	.pc2024 {
		display: none;
	}

	.sp2024 {
		display: block;
	}

	/*ヘッダー---------------------------*/
	.head_logos {
		padding: 0;
	}

	.header .head_logo01,
	.header.is-fixed .head_logo01 {
		left: 10px;
		width: 56px;
		width: 50px;
	}

	.header .head_logo02,
	.header.is-fixed .head_logo02 {
		width: 116px;
		width: 100px;
	}

	.pc {
		display: none !important;
	}

	.header .mob {
		display: block !important;
	}


	/*ハンバーガーメニュー------*/

	.navbotn {
		text-align: center;
		font-size: 13px;
		display: inline-block;
		vertical-align: middle;
		padding: 10px 10px;
		cursor: pointer;
		right: 0;
		min-width: 45px;
		position: relative;
		z-index: 5;
		background-color: #00d1b3;
	}

	.navbotn .hamburger {
		position: relative;
		width: 50px;
		height: 40px;
		display: block;
		margin: 0 auto;
		z-index: 2;
		pointer-events: none;
		cursor: pointer;
	}

	.navbotn .hamburger span {
		display: inline-block;
		position: absolute;
		margin: auto;
		transition: 0.5s;
		left: 0;
	}

	.navbotn .hamburger span,
	.navbotn .hamburger span::before {
		width: 100%;
		height: 6px;
	}

	.navbotn .hamburger span:nth-child(1) {
		top: 0;
	}

	.navbotn .hamburger span:nth-child(2) {
		top: 0;
		bottom: 0;
	}

	.navbotn .hamburger span:nth-child(3) {
		bottom: 0;
	}

	.navbotn.active .hamburger span:nth-child(1) {
		transform: rotate(-45deg);
		top: 17px;
	}

	.navbotn.active .hamburger span:nth-child(2) {
		opacity: 0;
		left: 50%;
	}

	.navbotn.active .hamburger span:nth-child(3) {
		transform: rotate(-136deg);
		bottom: 17px;
	}



	/*ナビ---------------------*/

	nav {
		position: fixed;
		z-index: 1;
		width: 100%;
		background-color: #fff;

		left: 0;
		top: -100vh;
		height: 100vh;
		overflow-y: auto;
		opacity: 0;
		transition: 0.5s;
		padding: 0;
		margin-top: 0;
	}

	nav.active {
		top: 0;
		opacity: 1;
	}

	nav .global_menu {
		display: inherit;
		padding: 60px 0 0;
		padding: 60px 0 120px;
		background-color: rgba(0, 209, 179);
	}

	nav .big_menu {
		width: 100%;
	}

	nav .big_menu>a i {
		display: none;
	}

	nav .big_menu>a {
		font-size: 25px;
		font-size: 19px;
		text-align: left;
		font-weight: 500;
		padding: 0.5em 1.5em 0.5em 0.5em;
		padding: 16px 1.5em 16px 0.5em;
		border-bottom: 1px solid #ea3931;
		border-bottom: 1px solid rgb(0, 209, 179);
		background-color: rgba(0, 209, 179);
		border-bottom: 1px solid #000;
		color: #000;
		position: relative;
		width: 100%;
	}

	nav .big_menu>a p {
		color: #000;
		font-weight: 500 !important;
	}

	nav .big_menu:hover>a p {
		color: #000;
	}

	.child_menu h3 {
		display: none;
	}

	nav .big_menu .child_menu {
		visibility: visible;
		position: relative;
		top: 0;
		padding: 0;
		color: #000;
		opacity: 1;
	}

	nav .big_menu:hover .child_menu {
		visibility: visible;
		position: relative;
		top: 0;
		padding: 0;
		color: #000;
		opacity: 1;
	}

	.child_menu>ul>li {
		width: 100%;
		margin: 0;
		border-bottom: 1px solid rgb(0, 209, 179);
		border-bottom: 1px solid #ccc;
	}

	.child_menu>ul>li>a {
		display: block;
		position: relative;
		width: 100%;
		padding: 1.2em 0.5em !important;
		border: none;
		background-color: #fff;
		color: #000;
	}

	.child_menu>ul>li>a:hover {
		display: block;
		position: relative;
		border: none;
		background-color: #fff;
		color: #000;
	}


	/**/
	nav .big_menu>a::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 40px;
		width: 15px;
		height: 2px;
		background-color: #fff;
		background-color: #000;
		transform: rotate(90deg);
		transition: all .3s ease-in-out;
	}

	nav .big_menu>a p::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 40px;
		width: 15px;
		height: 2px;
		background-color: #fff;
		background-color: #000;
		transition: all .2s ease-in-out;
	}

	nav .big_menu>a.noplus::before {
		display: none;
	}

	nav .big_menu>a.noplus p::after {
		display: none;
	}

	nav .big_menu>a.active::before {
		transform: rotate(180deg);
	}

	nav .big_menu>a.active::after {
		opacity: 0;
	}

	/*
		nav .big_menu>a .child_menu {
			visibility: visible;
			opacity: 1;
			color: #000;
		}

		nav .big_menu>a.active .child_menu {
			visibility: visible;
			opacity: 1;
			color: #000;
		}
		*/

	.under_menu li a::after,
	nav .big_menu>a::after,
	.child_menu>ul>li a:has(+ ul)::after {
		position: absolute;
		right: 0.5em;
		right: 40px;
		display: block;
		top: 0;
		bottom: 0;
		height: 1em;
		line-height: 1em;
		margin: auto;
	}

	.child_menu>ul>li+li {
		border-top: 1px solid #fff;
	}

	.under_menu li+li {
		border-top: 1px solid #ccc;
	}

	.under_menu li a {
		font-size: 15px;
		padding: 1em 2em 1em 1em;
		position: relative;
		display: block;
	}

	/*
		nav .big_menu>a:has(+ .child_menu) {}

		nav .big_menu>a:has(+ .child_menu)::after,
		.child_menu>ul>li a:has(+ ul)::after {
			-webkit-mask-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2216%22%20width%3D%2214%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20d%3D%22M256%2080c0-17.7-14.3-32-32-32s-32%2014.3-32%2032V224H48c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032H192V432c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V288H400c17.7%200%2032-14.3%2032-32s-14.3-32-32-32H256V80z%22%2F%3E%3C%2Fsvg%3E');
		}
		*/

	nav .big_menu>a::after,
	.under_menu li a::after {
		-webkit-mask-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2216%22%20width%3D%2210%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20d%3D%22M278.6%20233.4c12.5%2012.5%2012.5%2032.8%200%2045.3l-160%20160c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3L210.7%20256%2073.4%20118.6c-12.5-12.5-12.5-32.8%200-45.3s32.8-12.5%2045.3%200l160%20160z%22%2F%3E%3C%2Fsvg%3E');
	}

	/*
		nav .big_menu>a.active:has(+ .child_menu)::after,
		.child_menu>ul>li a.active:has(+ ul)::after {
			-webkit-mask-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2216%22%20width%3D%2214%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20d%3D%22M432%20256c0%2017.7-14.3%2032-32%2032L48%20288c-17.7%200-32-14.3-32-32s14.3-32%2032-32l352%200c17.7%200%2032%2014.3%2032%2032z%22%2F%3E%3C%2Fsvg%3E');
		}
	*/

	.child_menu>ul>li>a[href]::after {
		right: 40px;
	}

	/**/
	.child_menu>ul>li.plus>a[href]::after {
		content: "";
		position: absolute;
		width: 15px;
		height: 2px;
		background-color: #000;
		transition: all .3s ease-in-out;
		-webkit-mask-image: none !important;
		mask-image: none !important;
	}

	.child_menu>ul>li.plus>a[href]::before {
		content: "";
		position: absolute;
		top: 48%;
		right: 40px;
		width: 15px;
		height: 2px;
		background-color: #000;
		transform: rotate(90deg);
		transition: all .2s ease-in-out;
		-webkit-mask-image: none !important;
		mask-image: none !important;
	}

	.child_menu>ul>li.plus>a.active[href]::before {
		opacity: 0;
	}

	.child_menu>ul>li.plus>a.active[href]::before {
		transform: rotate(180deg);
	}


	.child_menu,
	.under_menu {
		display: none;
	}

	.under_menu {
		border-top: 1px solid #ccc;
		padding-left: 0;
		font-weight: 500;
		margin-top: 0;
	}

	.under_menu li+li {
		border-top: 1px dotted #ccc;
	}

	.under_menu li a {
		font-size: 14px;
		font-weight: 600;
		padding: 1em 2em;
		color: #000;
	}

	/*
		.under_menu li a::after,
		nav .big_menu>a::after,
		.child_menu>ul>li a:has(+ ul)::after {
			position: absolute;
			right: 0.5em;
			display: block;
			top: 0;
			bottom: 0;
			height: 1em;
			line-height: 1em;
			margin: auto;
		}

		.child_menu>ul>li+li {
			border-top: 1px solid #fff;
		}

		nav .big_menu>a:has(+ .child_menu) {}

		nav .big_menu>a:has(+ .child_menu)::after,
		.child_menu>ul>li a:has(+ ul)::after {
			-webkit-mask-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2216%22%20width%3D%2214%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20d%3D%22M256%2080c0-17.7-14.3-32-32-32s-32%2014.3-32%2032V224H48c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032H192V432c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V288H400c17.7%200%2032-14.3%2032-32s-14.3-32-32-32H256V80z%22%2F%3E%3C%2Fsvg%3E');
		}

		nav .big_menu>a::after,
		.under_menu li a::after {
			-webkit-mask-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2216%22%20width%3D%2210%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20d%3D%22M278.6%20233.4c12.5%2012.5%2012.5%2032.8%200%2045.3l-160%20160c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3L210.7%20256%2073.4%20118.6c-12.5-12.5-12.5-32.8%200-45.3s32.8-12.5%2045.3%200l160%20160z%22%2F%3E%3C%2Fsvg%3E');
		}

		nav .big_menu>a.active:has(+ .child_menu)::after,
		.child_menu>ul>li a.active:has(+ ul)::after {
			-webkit-mask-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2216%22%20width%3D%2214%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20d%3D%22M432%20256c0%2017.7-14.3%2032-32%2032L48%20288c-17.7%200-32-14.3-32-32s14.3-32%2032-32l352%200c17.7%200%2032%2014.3%2032%2032z%22%2F%3E%3C%2Fsvg%3E');
		}
		*/


	/*フッター-------*/
	.footer .footnav ul {
		font-size: calc(0.9375rem + ((1vw - 3.75px) * 0.5089)) !important;
	}

	.footer .footnav ul li.borderno+li::before {
		display: none !important;
	}

	.footer .brpc {
		display: none !important;
	}
}


/* ページトップボタン */
#contents-out .top-btn {
	padding: 5px 0;
	text-align: right;
	font-size: 41.5px;
	margin: 15px 0;
}

#contents-out .top-btn a {
	position: fixed;
	bottom: 35px;
	right: 5%;
	background-color: #fff;
	background-color: #ed1c24;
	border-radius: 50%;
	height: 40px;
	width: 40px;
}

#contents-out .top-btn a:before {
	content: "";
	position: absolute;
	left: 7px;
	top: 45%;
	transform: translateY(-50%);
	background: #fff;
	height: calc(tan(40deg) * 40px / 2);
	width: 24px;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

/* PC（989px以下） */
@media screen and (max-width: 989px) {
	#contents-out .top-btn {
		width: 98%;
	}
}
