@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Noto Sans", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.6;
	color: #141414;
}

body.drawer-open {
	overflow: initial !important;
}

img {
	width: 100%;
	display: block;
}

a {
	transition: all .7s;
	color: #141414;
}

a:hover {
	opacity: .7;
}

.swiper {
	transition: all .6s;
}

.swiper.swiper-initialized,
.swiper.swiper-container-initialized {
	display: block;
}

.inner {
	max-width: 1000px;
	width: calc(100% - 40px);
	margin: 0 auto;
	position: relative;
}

.wrapper {
	overflow: hidden;
	margin-top: 40px;
}

.sp {
	display: none;
}

.abs {
	position: absolute;
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.reverse {
	flex-direction: row-reverse;
}

.js-fade {
	transform: translateZ(0);
	filter: blur(7px);
	opacity: 0;
	transition: all 1.3s cubic-bezier(.165, .84, .44, 1);
	transition-property: opacity, filter;
	transition-timing-function: cubic-bezier(.165, .84, .44, 1);
	will-change: auto;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	background: #fff;
	border-bottom: 1px solid #DFDFDF;
	transition: transform 0.3s ease;
}

header.is-hidden {
	transform: translateY(-100%);
}

.header-inner {
	width: calc(100% - 25px);
	margin: 0 auto;
	padding: 5px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-logo {
	width: 185px;
	margin-block: 0 4.5px;
}

.page-template-page-en .header-logo {
	width: 187.5px;
	margin-block: 4px;
}

.page-template-page-tc .header-logo {
	width: 152.5px;
	margin-block: 4px;
}

.page-template-page-sc .header-logo {
	width: 154.5px;
	margin-block: 4px;
}

.page-template-page-korean .header-logo {
	width: 190px;
	margin-block: 4px;
}

.header-menu {
	width: 240px;
}

.header-menu ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-menu ul li a {
	font-size: 12px;
	font-weight: 600;
	display: block;
}

.header-menu ul li:nth-child(1) a,
.header-menu ul li:nth-child(2) a {
	padding: 5px 10px;
	border-right: 1px solid #DFDFDF;
}

.header-menu ul li:nth-child(3) {
	padding: 5px 10px 5px 15px;
}

.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
	right: 0px;
	position: relative;
	width: 20px;
	top: -5px;
	padding: 0;
	height: 20px;
}

.drawer-hamburger-icon:before {
	top: -6.5px !important;
}

.drawer-hamburger-icon:after {
	top: 7px !important;
}

.drawer--right .drawer-nav {
	top: 42px;
	width: 100%;
	max-width: 650px;
	color: #fff;
	background: rgba(45, 67, 124, 1);
	right: -100%;
}

.drawer-menu li a p {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	display: block;
	margin-bottom: 10px;
}

.drawer--right.drawer-open .drawer-hamburger {
	right: 0;
}

.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
	top: 0 !important;
}

.header-menu-flex {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	height: 100%;
}

.header-menu-right {
	background: rgba(72, 95, 157, 1);
	width: 100%;
	max-width: 170px;
	padding: 35px 25px;
}

.header-menu-right ul li a {
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	display: block;
	margin-bottom: 10px;
}

.header-menu-left {
	padding: 30px 40px;
	width: calc(100% - 165px);
}

.header-menu-left-top {
	border-bottom: 1px dashed #fff;
	padding-bottom: 60px;
	margin-bottom: 25px;
	width: 100%;
}

.header-menu-left-top ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px solid #fff;
}

.header-menu-left-top ul li.in-link a {
	border-bottom: none;
}

.header-menu-left-top ul li:last-child a {
	border-bottom: none;
	padding-bottom: 0;
}

.header-menu-left-top ul li a p {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0;
}

.header-menu-left-under ul li a {
	font-size: 10px;
	font-weight: 400;
	display: block;
	margin-bottom: 5px;
	color: #fff;
}

.header-menu-left-top ul li.in-link a {
	padding-bottom: 5px;
}

.header-menu-left-top ul li.in-link ul li {
	padding:
		3.5px 0;
}

.header-menu-left-top ul li.in-link ul li:last-child {
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}

.header-menu-left-top ul li.in-link ul li a {
	font-size: 12px;
	font-weight: 400;
	padding: 0 0 0 17.5px;
	position: relative;
	color: #fff;
}

.header-menu-left-top ul li.in-link ul li a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width: 10px;
	height: 1px;
	background: #fff;
}

.icon {
	background: #fff;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	position: relative;
	display: block;
	flex-shrink: 0;
}

.icon::before {
	content: '';
	width: 4px;
	height: 4px;
	border: 0;
	border-top: solid 1px rgba(45, 67, 124, 1);
	border-right: solid 1px rgba(45, 67, 124, 1);
	position: absolute;
	top: 50%;
	left: 47.5%;
	transform: translate(-50%, -50%)rotate(45deg);
	-webkit-transform: translate(-50%, -50%)rotate(45deg);
	-ms-transform: translate(-50%, -50%)rotate(45deg);
}

.fv {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	border-bottom: 1px solid rgba(217, 217, 217, 1);
}

.fv-center .icon::before {
	border-color: #F5CD17;
}

.fv-top {
	background: #DDEBFF;
	position: relative;
	width: 52.5%;
	overflow: hidden;
}

.fv-top-img {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}

.fv-top-flex-left {
	width: calc(100% - 100px);
	max-width: 700px;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	overflow: hidden;
}

.fv-top-flex-right {
	width: 100%;
}

.fv-swiper {
	position: relative;
	overflow: hidden;
}

.fv-top-flex-left .swiper-button-prev,
.fv-top-flex-left .swiper-button-next {
	background: #fff;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	z-index: 1;
	cursor: pointer;
}

.fv-top-flex-left .swiper-button-prev {
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.fv-top-flex-left .swiper-button-next {
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.fv-top-flex-left .swiper-button-prev::after,
.fv-top-flex-left .swiper-button-next::after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 1px rgba(45, 67, 124, 1);
	border-right: solid 1px rgba(45, 67, 124, 1);
	position: absolute;
	top: 50%;
	left: 47.5%;
	transform: translate(-50%, -50%)rotate(45deg);
	-webkit-transform: translate(-50%, -50%)rotate(45deg);
	-ms-transform: translate(-50%, -50%)rotate(45deg);
}

.fv-top-flex-left .swiper-button-prev::after {
	transform: translate(-50%, -50%)rotate(-135deg);
	-webkit-transform: translate(-50%, -50%)rotate(-135deg);
	-ms-transform: translate(-50%, -50%)rotate(-135deg);
	left: 52.5%;
}

.fv-top-flex-right {
	background: #fff;
	padding: 15px 10px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fv-top-flex-right .time-txt {
	position: absolute;
	top: 4px;
	right: 7px;
}

.fv-top-flex-right .time-txt p {
	font-size: 10px;
}

.fv-top-flex-right-cont {
	margin-bottom: 0px;
}

/* .fv-top-flex-right-cont:nth-child(1) {
	margin-right: 30px;
} */
.fv-top-flex-right-cont h3 {
	text-align: center;
	margin: 0 auto 5px;
	display: block;
	font-size: 12px;
	color: rgba(45, 67, 124, 1);
	font-weight: 700;
}

.fv-top-flex-right-cont p {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

.fv-center {
	width: 47.5%;
	background: #2D437C;
}

.fv-center-cont {
	width: 100%;
	background: #F5CD17;
	padding: 15px;
	position: relative;
	min-height: 150px;
	display: block;
}

.fv-center-cont:nth-child(3) {
	background: #2D437C;
}

.fv-center-cont .bg-cont {
	position: absolute;
	width: calc(100% - 40px);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.fv-center-cont-title {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}

.fv-center-cont-title img {
	width: 20px;
	margin-right: 5px;
}

.fv-center-cont-title h2 {
	font-size: 18px;
	font-weight: 600;
}

.front-remaining-seats-stamp {
	position: absolute;
	background: #fff;
	top: 8px;
	right: 8px;
	text-align: center;
	padding: 5px;
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
}

.fv-center-cont:nth-child(3) .fv-center-cont-title h2 {
	color: #fff;
}

.fv-center-cont .fv-event-list {
	z-index: 1;
	position: relative;
}

.fv-event-list ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 7.5px;
}

.fv-event-list ul li a h3 {
	font-size: 13px;
	font-weight: 600;
	margin-right: 5px;
}

.fv-event-list ul li a .icon {
	border-color: #F5CD17;
}

.fv-event-list p {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}

.fv-center-cont .planetarium-list ul li {
	width: 100%;
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.fv-center-cont .planetarium-list ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.fv-center-cont .planetarium-list ul li p {
	font-size: 13px;
	font-weight: 600;
	color: #fff;
}

.fv-center-cont .planetarium-list ul li p.name {
	min-width: 220px;
	margin-right: 10px;
}

.fv-center-cont .planetarium-list ul li {
	display: none;
}

.fv-center-cont .planetarium-list ul li:nth-child(-n+3) {
	display: flex;
}

.fv-center-cont .planetarium-list.open ul li {
	display: flex;
}

.fv-center-cont .planetarium-list.open ul li a {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.fv-event-list ul li {
	display: none;
}

.fv-event-list ul li:nth-child(-n+2) {
	display: block;
}

.fv-event-list.open ul li {
	display: block;
}

.acc-btn {
	padding: 4.5px 13.5px;
	background: #fff;
	display: flex;
	align-items: center;
	border-radius: 30px;
	max-width: 182.5px;
	margin: 15px auto 0;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.acc-btn .btn-icon {
	width: 15px;
	height: 15px;
	background: #F5CD17;
	border-radius: 50%;
	margin-right: 8px;
	position: relative;
}

.fv-center-cont:nth-child(3) .acc-btn {
	padding: 5px;
}

.fv-center-cont:nth-child(3) .acc-btn .btn-icon {
	background: #2D437C;
}

.acc-btn .btn-icon::before {
	content: '';
	width: 4px;
	height: 4px;
	border: 0;
	border-bottom: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	top: 46.5%;
	left: 49%;
	transform: translate(-50%, -50%)rotate(45deg);
	-webkit-transform: translate(-50%, -50%)rotate(45deg);
	-ms-transform: translate(-50%, -50%)rotate(45deg);
}

.fv-event-list.open .acc-btn .btn-icon::before {
	top: 52.5%;
	transform: translate(-50%, -50%) rotate(-135deg);
	-webkit-transform: translate(-50%, -50%) rotate(-135deg);
	-ms-transform: translate(-50%, -50%)rotate(-135deg);
}

.acc-btn p {
	font-size: 12px;
	font-weight: 700;
	width: calc(100% - 20px);
	text-align: center;
}

.fv-bottom {
	border-bottom: 1px solid rgba(217, 217, 217, 1);
}

.fv-bottom-flex {
	display: flex;
	align-items: center;
}

.fv-bottom-flex-left {
	background: rgba(218, 21, 64, 1);
	padding: 5px 15px;
}

.fv-bottom-flex-left h2 {
	font-size: 12px;
	color: rgba(255, 255, 255, 1);
	font-weight: 700;
}

.fv-bottom-flex-right {
	display: flex;
	align-items: center;
	margin-left: 25px;
}

.fv-bottom-flex-right .date {
	margin-right: 30px;
}

.fv-bottom-flex-right .date p {
	font-size: 13px;
	color: rgba(218, 21, 64, 1);
	font-weight: 700;
}

.fv-bottom-flex-right .title {
	display: flex;
	align-items: center;
}

.fv-bottom-flex-right .title h3 {
	font-size: 13px;
	color: rgba(218, 21, 64, 1);
	font-weight: 700;
	margin-right: 20px;
}

.fv-bottom-flex-right .title .icon {
	background: rgba(218, 21, 64, 1);
}

.fv-bottom-flex-right .title .icon::before {
	border-color: #fff;
}

.under-menu-nav {
	background: #fff;
	padding: 5px 0;
	transition: all .5s;
	width: 100%;
}

.under-menu-nav.is-out {
	position: fixed;
	top: 35px;
	left: 0;
	z-index: 5;
}

.under-menu-nav.is-hidden.is-out {
	top: -100px;
}

.under-menu-nav.is-out .under-menu-bottom {
	display: none;
}

.under-menu-inner {
	max-width: 900px;
	width: calc(100% - 40px);
	margin: 0px auto;
}

.under-menu-top {
	margin: 10px 0;
}

.under-menu-top ul {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 0px 23px;
}

.under-menu-top ul li a {
	display: block;
	padding: 7.5px 5px 5px;
	border-radius: 10px;
	text-align: center;
}

.under-menu-top ul li:nth-child(1) a,
.under-menu-top ul li:nth-child(5) a {
	background: #FFF2F2;
}

.under-menu-top ul li:nth-child(2) a,
.under-menu-top ul li:nth-child(6) a {
	background: #EBF7EE;
}

.under-menu-top ul li:nth-child(4) a {
	background: #EDF5FF;
}

.under-menu-top ul li:nth-child(3) a {
	background: #FFF9DC;
}

.under-menu-top ul li a img {
	width: 25px;
	height: auto;
	min-height: 25px;
	margin: 0 auto 7.5px;
}

.under-menu-top ul li:nth-child(3) a img {
	width: 27px;
	position: relative;
	top: 2px;
}

.under-menu-top ul li:nth-child(4) a img {
	width: 27px;
}

.under-menu-top ul li:nth-child(5) a img {
	width: 17px;
}

.under-menu-top ul li:nth-child(6) a img {
	width: 27px;
}

.under-menu-top ul li a p {
	font-size: 13px;
	color: #2D437C;
	font-weight: 600;
}

.under-menu-bottom {
	max-width: 450px;
	margin: 0 auto;
	left: -30px;
	position: relative;
}

.under-menu-bottom ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sml-btn {
	display: flex;
	border-radius: 30px;
	background: #DF6E86;
	padding: 5px 17.5px;
	align-items: center;
}

.sml-btn p {
	font-size: 12px;
	font-weight: 700;
	color: #fff;
}

.sml-btn .icon {
	margin-left: 15px;
	width: 15px;
	height: 15px;
}

.sml-btn .icon::before {
	border-color: #DF6E86;
}

.top-circle-cont {
	padding-block: 0px 150px;
	position: relative;
}

.top-circle-cont::before {
	content: "";
	position: absolute;
	left: 0;
	top: -65px;
	z-index: -1;
	display: block;
	width: 120%;
	height: 250px;
	border-top-left-radius: 200% 200%;
	border-top-right-radius: 200% 200%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.top-about {
	padding-top: 30px;
	margin-top: 110px;
	background: #5B90CD;
}

.top-about::before {
	background: #5B90CD;
}

.cmn-title {
	margin-bottom: 40px;
	text-align: center;
}

.under-top-title.cmn-title {
	display: flex;
	flex-direction: column-reverse;
}

.cmn-title h2,
.cmn-title h1 {
	font-size: 28px;
	font-weight: 600;
	color: #fff;
	/* display: flex;
	align-items: center;
	justify-content: center; */
}

.cmn-title h2 img,
.cmn-title h1 img {
	width: 30px;
	/* margin-right: 5px; */
	margin: 0 auto 5px;
}

.cmn-title h2,
.cmn-title h1 span {
	font-size: 26px;
	font-weight: 600;
	color: #fff;
	text-align: center;
}

.cmn-title p {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}

#calender .cmn-title h2,
#calender .cmn-title h1 span,
#calender .cmn-title p,
#access .cmn-title h2,
#access .cmn-title h1 span,
#access .cmn-title p,
#press .cmn-title h2,
#press .cmn-title h1 span,
#press .cmn-title p,
#events .cmn-title h2,
#events .cmn-title h1 span,
#events .cmn-title p,
#event .cmn-title h2,
#event .cmn-title h1 span,
#event .cmn-title p,
#guide .cmn-title h2,
#guide .cmn-title h1 span,
#guide .cmn-title p {
	color: #606060;
}

.top-box-cont {
	background: #fff;
	padding: 40px 50px;
}

.top-about-img {
	width: 120px;
	margin: 0 auto 27.5px;
}

.top-about-txt {
	margin-bottom: 30px;
}

.top-about-txt p {
	font-size: 15px;
	font-weight: 400;
	overflow-wrap: anywhere;
}

.cmn-btn a {
	display: block;
	width: 200px;
	margin: 0 auto;
	align-items: center;
	padding: 13px 0;
	border-radius: 50px;
	text-align: center;
	position: relative;
	background: #5B90CD;
}

.cmn-btn a p {
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
}

.cmn-btn a .icon {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.top-about .cmn-btn a .icon::before {
	border-color: #5B90CD;
}

.top-event,
.top-event::before,
.top-event .cmn-btn a {
	background: #F5CD17;
}

.top-event .cmn-btn a {
	color: rgba(96, 96, 96, 1);
}

.top-event .cmn-btn a .icon::before {
	border-color: #606060;
}

.top-event {
	z-index: 1;
	padding-bottom: 30px;
}

.event-list {
	margin-bottom: 30px;
}

.event-list ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.event-list ul li.event-list-item {
	border-bottom: 2px dashed #AFAFAF;
}

.event-list ul li.event-list-item a {
	padding: 30px 20px;
	display: block;
}

.event-list-flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 10px;
}

.event-list-flex-img {
	width: 42.5%;
	aspect-ratio: 1 / 1;
	border: 1px solid #D4D4D4;
	position: relative;
	overflow: hidden;
}

.event-list-flex-img img {
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.event-list-flex-txt {
	width: 55%;
}

.event-list-flex-txt h3 {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 10px;
}

ul.tag-list {
	gap: 5px;
	display: flex !important;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

ul.tag-list li {
	padding: 5.5px 10px 4.5px;
	line-height: 1;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	border-radius: 4px;
	background: #5CA36F;
}

ul.tag-list li.application {
	background: #DF6E86;
}

ul.tag-list li.target {
	background: #5CA36F;
}

ul.tag-list li.content {
	background: #5B90CD;
}

ul.tag-list li.genre {
	background: #F5CD17;
	color: #606060;
}

.event-list-flex-txt p,
.event-list-txt p {
	font-size: 14px;
	font-weight: 400;
}

.special-link {
	padding-block: 40px 120px;
	background: #FAE68B;
}

.special-title {
	text-align: center;
	margin-bottom: 40px;
}

.special-title h2 {
	font-size: 28px;
	font-weight: 700;
}

.special-link-list {
	max-width: 845px;
	margin: 0 auto;
}

.special-link-list ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px 2%;
}

.special-link-list ul li {
	width: 49%;
	background: #fff;
}

.special-link-list ul li a {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

.special-link-list-img {
	width: 35%;
	border: 1px solid #D4D4D4;
	position: relative;
	overflow: hidden;
}

.special-link-list-img img {
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.special-link-list-txt {
	width: 65%;
	padding: 30px 25px;
}

.special-link-list-txt h3 {
	font-size: 14px;
	font-weight: 600;
}

.top-news,
.top-news::before,
.top-journal {
	background: #68B17C;
}

.top-news .cmn-btn a,
.top-journal .cmn-btn a {
	background: #5CA36F;
}

.top-news .cmn-btn a .icon::before,
.top-journal .cmn-btn a .icon::before {
	border-color: #68B17C;
}

.top-news {
	padding-bottom: 140px;
	z-index: 2;
}

.news-list {
	margin-bottom: 25px;
}

.news-list ul li {
	border-bottom: 1px solid #AFAFAF;
}

.news-list ul li:last-child {
	border-bottom: none;
}

.news-list ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0;
}

.news-list ul li a.pdf h3::after {
	content: "";
	display: inline-block;
	width: 22.5px;
	height: 20px;
	top: 5px;
	left: 0;
	position: relative;
	background-image: url(../img/common/pdf_icon.webp);
	background-position: center;
	background-size: contain;
}

.news-list ul li .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0;
}

.news-list-date {
	width: 75px;
}

.news-list-date p {
	font-size: 12px;
	font-weight: 400;
	background: #F6F6F6;
	line-height: 1;
	padding: 4.5px 5px;
}

.news-list-title {
	width: calc(100% - 115px);
	display: flex;
	align-items: center;
}

.news-list-title h3 {
	font-size: 15px;
	font-weight: 600;
	margin-right: 10px;
	min-width: 0;
}

.news-list-title .icon {
	background: #68B17C;
}

.news-list-title .icon::before {
	border-color: #fff;
}

.top-sns,
.top-sns::before,
.top-sns .cmn-btn a {
	background: #5B90CD;
}

.top-sns .cmn-btn a .icon::before {
	border-color: #5B90CD;
}

.top-sns {
	z-index: 3;
	padding-bottom: 120px;
}

.top-calender,
.top-calender::before {
	background: #F2A4B5;
}

.top-calender .cmn-btn a {
	background: #DF6E86;
}

.top-calender .cmn-btn a .icon::before {
	border-color: #fff;
}

.top-calender {
	padding-bottom: 23.5vw;
	position: relative;
	z-index: 4;
}

.top-sns-cont {
	text-align: center;
	margin-bottom: 20px;
}

.top-sns-cont p {
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;
	padding-bottom: 20px;
}

.top-sns-cont ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0 8px;
	max-width: 915px;
	margin: 0 auto;
}

.top-sns-cont ul li a {
	display: flex;
	align-items: center;
	background: #fff;
	padding: 15px 20px;
}

.top-sns-cont ul li a img {
	width: 40px;
	margin-right: 30px;
}

.top-sns-cont ul li a p {
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 0;
	color: #141414;
}

.top-calender .inner {
	max-width: 830px;
}

.calender-list {
	margin: 0 auto 25px;
}

.top-calender .cmn-btn {
	margin: 0 auto;
}

.top-calender .cmn-btn a {
	max-width: 310px;
	width: 100%;
	background: #fff;
	margin-right: 0;
}

.top-calender .cmn-btn a p {
	color: #141414;
}

.top-calender .cmn-btn a .icon {
	background: #F2A4B5;
}

.calender-list-wrap {
	position: relative;
}

.calender-list {
	display: flex;
	position: relative;
	justify-content: space-between;
}

.calender-list-cont {
	width: 49%;
	background: rgba(235, 235, 235, 1);
	padding: 15px 15px 20px;
}

.calendar-navigation {
	position: absolute;
	display: flex;
	justify-content: space-between;
	z-index: 1;
	width: calc(100% - 40px);
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	top: 25px;
}

.calendar-navigation .calendar-prev {
	transform: rotate(180deg);
}

.calendar-navigation .calendar-prev,
.calendar-navigation .calendar-next {
	cursor: pointer;
}

.front-calender-month {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-block: 5px 10px;
}

.front-calender-table {
	width: 100%;
}

.front-calender-week {
	width: 14.285714%;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	background: rgba(235, 235, 235, 1);
	padding-bottom: 5px;
}

.front-calender-date {
	text-align: right;
	font-size: 15px;
	height: 50px;
	font-weight: 600;
	vertical-align: top;
	padding: 5px;
	border-right: 1px rgba(235, 235, 235, 1) solid;
	background-color: #fff;
	border-bottom: 1px rgba(235, 235, 235, 1) solid;
}

.front-calender-text-red {
	color: rgba(227, 92, 92, 1);
}

.front-calender-text-blue {
	color: #0045a2;
}

.front-calender-bg-green {
	background-color: rgba(92, 163, 111, 1);
}

.front-calender-bg-gray {
	background-color: rgba(212, 212, 212, 1);
}

.front-calender-control {
	margin: 20px 0 0;
}

.front-calender-control:after {
	content: "";
	display: block;
	clear: both;
}

.front-calender-note {
	margin: 25px 0 0;
}

.front-calender-note-item {
	margin: 5px 0 0;
	padding: 0 0 0 25px;
	font-size: 13px;
	font-weight: 500;
	position: relative;
}

.front-calender-note-gray {
	background-color: rgba(212, 212, 212, 1);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
}

.front-calender-note-green {
	background-color: rgba(92, 163, 111, 1);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
}

footer {
	position: relative;
	background: #F2A4B5;
}

footer.other-lang-footer {
	background: initial;
	padding-bottom: 0;
}

.post-type-archive footer,
.page-template-page-floorguide footer,
.page-template-page-concept footer {
	background: #68B17C;
}

.page-template-page-events footer,
.page-template-page-press footer {
	background: #F5CD17;
}

.page-template-page-planetariums footer,
.page-template-page-contact footer,
.page-template-page-social footer {
	background: rgba(91, 144, 205, 1);
}

.footer-cont {
	background: #fff;
}

.footer-top-cont,
.other-lang-footer .footer-top-cont {
	top: -12vw;
	position: absolute;
	z-index: 5;
}

.other-lang-footer .footer-top-cont {
	top: -13vw;
}

.footer-top-btn {
	width: 80px;
	position: absolute;
	top: 3vw;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	cursor: pointer;
}

.footer-tower {
	position: absolute;
	width: 7vw;
	right: 16vw;
	bottom: 3.5vw;
	z-index: -1;
}

.footer-inner {
	max-width: 870px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding-block: 40px 85px;
}

.footer-logo {
	width: 125px;
}

.other-lang-footer .footer-logo {
	width: 300px;
	margin: 0 auto;
}

.footer-logo a {
	width: 100px;
	margin-bottom: 20px;
	display: block;
}

.other-lang-footer .footer-logo a {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0;
}

.footer-logo p {
	color: #2D437C;
	font-size: 12px;
	font-weight: 300;
}

.other-lang-footer .footer-logo a img {
	width: 70px;
	margin: 0;
}

.other-lang-footer .footer-logo a p {
	color: #181878;
	font-size: 24px;
	font-weight: 700;
}

.footer-menu {
	width: calc(100% - 150px);
	display: flex;
	justify-content: space-between;
}

.footer-menu-left {
	padding-right: 30px;
	margin-right: 30px;
	border-right: 1px solid #D4D4D4;
	width: 75%;
	display: flex;
	justify-content: space-between;
}

.footer-menu-left-cont ul li a {
	font-size: 15px;
	font-weight: 600;
	color: #2D437C;
	margin-bottom: 7.5px;
	display: block;
}

.footer-menu-left-cont ul li ul {
	margin-left: 25px;
}

.footer-menu-left-cont ul li ul li a {
	font-weight: 300;
}

.footer-menu-right {
	width: 25%;
}

.footer-menu-right ul li a {
	color: #2D437C;
	font-size: 12px;
	font-weight: 400;
	white-space: nowrap;
}

.copy {
	font-style: 300;
	font-size: 10px;
	color: rgba(45, 67, 124, 1);
	text-align: center;
	padding-bottom: 25px;
}

.footer-sns ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 25px;
}

.footer-sns ul li {
	width: 27%;
}

.under-wrapper {
	padding: 60px 0 25vw;
}

.under-wrapper#access {
	background: #F2A4B5;
}

.bread-cont {
	margin-top: 40px;
}

.breadcrumbs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.breadcrumbs img {
	width: 7.5px;
	margin: 0 10px;
}

.breadcrumbs span,
.breadcrumbs span a {
	font-size: 15px;
	font-weight: 400;
}

.under-title {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px dashed rgba(175, 175, 175, 1);
}

.page-template-page-events .under-title {
	margin-bottom: 60px;
}

.under-title h2 {
	font-size: 24px;
	font-weight: 700;
}

.access-flex {
	display: flex;
	justify-content: space-between;
	max-width: 100%;
}

.access-flex-left {
	width: calc(100% - 460px);
}

.access-flex-right {
	width: 430px;
}

.page-template-page-jp .access-flex-right {
	width: 400px;
}

.page-template-page-jp .en-top-wrap #access .access-flex-right .cmn-btn a {
	width: 255px;
}

.access-flex-right iframe {
	margin-bottom: 15px;
	height: 280px;
}

.access-flex-right .cmn-btn a {
	width: 210px;
	background: #DF6E86;
	margin-right: 0;
}

.access-flex-right .cmn-btn a p {
	left: -10px;
	position: relative;
}

.access-flex-right .cmn-btn a .icon {
	right: 15px;
}

.access-flex-right .cmn-btn a .icon::before {
	border-color: #DF6E86;
}

.access-flex-txt ul {
	margin-bottom: 30px;
	margin-left: 20px;
}

.access-flex-txt ul li {
	font-size: 15px;
	line-height: 1.8;
	position: relative;
	font-weight: 400;
}

.access-flex-txt ul li:last-child {
	margin-bottom: 0;
}

.access-flex-txt ul li::before {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #F2A4B5;
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.access-flex-txt p {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8;
}

.access-flex-txt p span.bold {
	font-weight: 700;
}

.under-wrapper#guide {
	background: #F2A4B5;
}

.guide-cont {
	margin-bottom: 30px;
}

#guide .guide-cont {
	padding: 0;
}

.guide-txt p {
	font-size: 15px;
}

#guide .cmn-btn a {
	width: 340px;
	padding: 14px 20px;
	text-align: left;
	background: #DF6E86;
	margin: 20px 0 0 0;
}

#guide .cmn-btn a .icon::before {
	border-color: #DF6E86;
}

#guide .cmn-btn.bgn-btn a {
	background: none;
	padding-left: 0;
}

#guide .cmn-btn.bgn-btn a p {
	color: #F2A4B5;
}

#guide .cmn-btn.bgn-btn a .icon {
	background: #F2A4B5;
}

#guide .cmn-btn.bgn-btn a .icon::before {
	border-color: #fff;
}

.cmn-btn-flex {
	display: flex;
}

.cmn-btn-flex .cmn-btn:nth-child(1) {
	margin-right: 15px;
}

.guide-list ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 15px;
	border-bottom: 2px solid rgba(212, 212, 212, 1);
}

.guide-list ul li:nth-child(1) {
	padding-top: 0;
}

.guide-list ul li:nth-child(10) {
	border-bottom: none;
	padding-bottom: 20px;
}

.guide-list-icon {
	width: 60px;
}

.guide-list-txt {
	width: calc(100% - 90px);
}

.guide-list-txt p {
	font-size: 15px;
	line-height: 1.6;
}

.under-wrapper#press,
.under-wrapper#events {
	background: #F5CD17;
}

#press .news-list-title .icon {
	background: #F5CD17;
}

.under-wrapper#info {
	background: #68B17C;
}

#info .news-list-title .icon {
	background: #68B17C;
}

.under-wrapper#concept {
	background: #68B17C;
}

#concept .news-list-title .icon {
	background: #68B17C;
}

.pagination .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination .page-numbers a,
.pagination .page-numbers span {
	margin: 0 7.5px;
	font-size: 15px;
}

.pagination .page-numbers a img {
	width: 7.5px;
}

.pagination .page-numbers span.current {
	width: 25px;
	height: 25px;
	background: rgba(104, 177, 124, 1);
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 25px;
}

.calender-cont {
	max-width: 400px;
	margin: 0 auto 40px;
}

.under-title-center {
	text-align: center;
}

.under-title-center .under-title {
	display: inline-block;
}

.under-title-center .under-title h2 {
	line-height: 1;
}

.archive-event-list.event-list {
	margin-bottom: 50px;
}

.archive-event-list.event-list ul {
	display: block;
}

.archive-event-list.event-list ul li.event-list-item {
	border-bottom: initial;
	margin-bottom: 35px;
}

.archive-event-list.event-list ul li.event-list-item a {
	padding: 0;
}

.archive-event-list .event-list-flex-img {
	width: 300px;
}

.archive-event-list .event-list-flex-img img {
	width: 100%;
	height: 100%;
	object-fit: scale-down;
}

.archive-event-list .event-list-flex-txt {
	width: calc(100% - 350px);
}

.archive-event-list .event-list-flex-txt h3 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 2px dashed rgba(175, 175, 175, 1);
}

.archive-event-list ul.tag-list {
	display: flex;
	margin-bottom: 10px;
}

.archive-event-list .event-list-txt {
	margin-top: 10px;
}

.under-img-title {
	margin-bottom: 30px;
}

.under-img-title h2 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.under-img-title h2 img {
	width: 30px;
	margin-right: 12.5px;
}

.under-img-title h2 span {
	font-size: 24px;
	font-weight: 700;
}

.search-result-box {
	max-width: 650px;
	width: 100%;
	margin: 0 auto 70px;
	border: 2px solid rgba(212, 212, 212, 1);
	background: rgba(253, 253, 253, 1);
	padding: 30px;
}

.search-result-box-cont {
	max-width: 350px;
	margin: 0 auto 25px;
}

.search-result-box-btn {
	text-align: right;
}

.available-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	position: relative;
	text-decoration: none;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	color: #141414;
}

.available-btn::after {
	content: "";
	width: 16px;
	height: 16px;
	border: 2px solid #1870CE;
	border-radius: 50%;
	box-sizing: border-box;
	display: inline-block;
}

.available-btn::before {
	content: "";
	width: 8px;
	height: 8px;
	background: #1870CE;
	border-radius: 50%;
	position: absolute;
	right: 3.75px;
	opacity: 0;
	transition: opacity 0.2s ease;
}

.available-btn.active::before {
	opacity: 1;
}

.search-result-box-cont-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.search-result-box-cont-list p {
	width: 70px;
	font-size: 14px;
	font-weight: 700;
}

.search-result-box-cont-list ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
	width: calc(100% - 75px);
}

.search-result-box-cont-list ul li a {
	padding: 3.5px 12.5px;
	font-size: 14px;
	color: #fff;
	line-height: 1;
	background: #DF6E86;
	border-radius: 5px;
}

.search-result-box-cont-list ul li a.active {
	background: #AC586A;
}

.search-result-box-cont-list:nth-child(2) ul li a {
	background: #F5CD17;
	color: #606060;
}

.search-result-box-cont-list:nth-child(3) ul li a {
	background: #5CA36F;
}

.search-result-box-cont-list:nth-child(4) ul li a {
	background: #5B90CD;
}

.search-result-box-cont-list:nth-child(2) ul li a.active {
	background: #9F850D;
	color: #fff;
}

.search-result-box-cont-list:nth-child(3) ul li a.active {
	background: #216634;
}

.search-result-box-cont-list:nth-child(4) ul li a.active {
	background: #2B5585;
}

.under-wrapper#privacy {
	background: #F2A4B5;
}

.policy-cont {
	margin-left: 20px;
	margin-bottom: 30px;
}

.policy-cont p {
	font-size: 15px;
	line-height: 1.6;
}

.policy-cont h2 {
	font-weight: 700;
	position: relative;
}

.policy-cont h2::before {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #F2A4B5;
	top: 50%;
	left: -20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.under-wrapper#contact,
.under-wrapper#social,
.under-wrapper#planetariums {
	background: rgba(91, 144, 205, 1);
}

#contact .policy-cont h2::before,
#social .policy-cont h2::before {
	background: #5B90CD;
}

.policy-cont ul {
	margin-left: 1.5em;
	list-style: disc;
	margin-top: 5px;
}

.policy-cont ul li {
	list-style: disc;
}

.under-wrapper#floor,
.under-wrapper#spend {
	background: #68B17C;
}

#floor .cmn-btn a,
#spend .cmn-btn a {
	background: #5CA36F;
}

#floor .under-nav-btn .cmn-btn a,
#spend .under-nav-btn .cmn-btn a {
	background: #fff;
}

.under-nav-btn {
	max-width: 540px;
	margin: 0 auto 50px;
}

.under-nav-btn ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0px 25px;
}

#floor .under-nav-btn ul li a,
#spend .under-nav-btn ul li a {
	background: #fff;
	width: 100%;
}

#floor .under-nav-btn ul li a,
#spend .under-nav-btn ul li a {
	color: #5CA36F;
}

.under-nav-btn ul li a p {
	text-align: left;
}

#floor .under-nav-btn ul li a .icon,
#spend .under-nav-btn ul li a .icon {
	background: #68B17C;
}

#floor .under-nav-btn ul li a p,
#spend .under-nav-btn ul li a p {
	color: #68B17C;
	padding-left: 20px;
}

#floor .under-nav-btn ul li a .icon::before,
#spend .under-nav-btn ul li a .icon::before {
	border-color: #fff;
}

.under-nav-btn ul li a img {
	width: 20px;
	display: inline-block;
	margin-left: 7.5px;
	position: relative;
	top: -4px;
}

#floor .top-box-cont {
	padding: 60px 50px 30px;
	margin-top: -2px;
}

.tab-buttons {
	margin: 0 auto;
	max-width: 475px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0px 35px;
}

.tab-btn {
	padding: 10px 0px;
	text-align: center;
	cursor: pointer;
	background: rgba(255, 255, 255, .3);
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border: none;
}

.tab-btn.active {
	background: #fff;
	color: #68B17C;
}

.tab-content {
	display: none;
}

.tab-content.active {
	display: block;
}

.floor01-top {
	margin-bottom: 30px;
	position: relative;
}

.floor01-top-top {
	margin-bottom: 50px;
	display: flex;
	align-self: center;
	justify-content: space-between;
}

.floor01-top-top-left {
	width: 31.5%;
}

.floor01-top-top-center {
	width: 300px;
	position: relative;
}

.floor01-top-top-center img {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	position: absolute;
}

.floor01-top-top-center .line {
	height: 2px;
	background: #000;
	position: absolute;
	z-index: 2;
}

.floor01-top-top-center .line:nth-child(1) {
	width: 30%;
	transform: rotate(20deg);
	bottom: 58%;
	left: -5%;
}

.floor01-top-top-center .line:nth-child(2) {
	width: 45%;
	transform: rotate(-34deg);
	top: 25%;
	right: -31px;
}

.floor01-top-top-center .line:nth-child(3) {
	width: 78%;
	transform: rotate(-39deg);
	left: -35%;
	bottom: 4%;
}

.floor01-top-top-right {
	width: 27.5%;
	position: relative;
}

.floor01-flex {
	display: flex;
	justify-content: space-between;
}

.floor01-flex .circle {
	width: 25px;
}

.floor01-flex .circle p {
	color: #68B17C;
	font-size: 16px;
}

.floor01-flex .txt {
	width: calc(100% - 25px);
}

.floor01-flex .txt h3 {
	font-size: 15px;
	color: #68B17C;
	font-weight: 700;
	margin-bottom: 20px;
}

.floor01-flex .txt p {
	font-size: 15px;
	font-weight: 400;
}

.floor01-top-top .cmn-btn a {
	width: 100%;
	margin-top: 20px;
}

.floor01-top-top .cmn-btn a p,
.floor01-top-bottom .cmn-btn a p {
	text-align: left;
	padding-left: 15px;
	font-size: 15px;
}

.floor01-top-bottom {
	width: 70%;
}

.floor01-top-bottom .cmn-btn a {
	margin: 20px 0 0 0;
	width: 230px;
}

.floor01-bottom {
	padding: 40px;
	border: 1px solid rgba(212, 212, 212, 1);
	margin-bottom: 40px;
}

.floor01-bottom-flex {
	display: flex;
	justify-content: space-between;
}

.floor01-bottom-flex-left {
	width: 20%;
}

.floor01-bottom-flex-center {
	width: 50%;
}

.floor01-bottom-flex-center #floor01-bottom-cont05 {
	margin: 30px auto 0;
	width: calc(100% - 20px);
}

.floor01-bottom-flex-right {
	width: 20%;
}

.floor01-bottom-cont {
	border-radius: 0 0 7px 7px;
}

.floor01-bottom-cont:nth-child(1) {
	margin-bottom: 40px;
}

.floor01-bottom-title {
	text-align: center;
	margin-bottom: 60px;
	border-bottom: 2px dashed #AFAFAF;
}

.floor01-bottom-title h2 {
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 15px;
}

#floor01-bottom-cont01.floor01-bottom-cont {
	background: rgba(235, 247, 238, 1);
}

#floor01-bottom-cont02.floor01-bottom-cont {
	background: rgba(255, 249, 220, 1);
}

#floor01-bottom-cont03.floor01-bottom-cont {
	background: rgba(255, 242, 242, 1);
}

#floor01-bottom-cont04.floor01-bottom-cont {
	background: rgba(237, 245, 255, 1);
}

#floor01-bottom-cont05.floor01-bottom-cont {
	background: rgba(237, 245, 255, 1);
	border-top-right-radius: 5px;
	align-items: center;
}

.floor01-bottom-cont-txt {
	position: relative;
	padding: 20px 15px;
	overflow: hidden;
}

.floor01-bottom-cont-txt img {
	position: absolute;
}

.floor01-bottom-cont-txt-title {
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.floor01-bottom-cont-txt-title span {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	line-height: 20px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	margin-right: 7.5px;
	border: 2px solid #fff;
}

.floor01-bottom-cont-txt-title h4 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
}

.popup-btn {
	width: 105px;
	display: flex;
	align-items: center;
	padding: 5px 12.5px;
	border-radius: 40px;
	margin: 0 auto;
	border: none;
	z-index: 1;
	position: relative;
	cursor: pointer;
}

#floor01-bottom-cont01.floor01-bottom-cont .floor01-bottom-cont-txt-title span,
#floor01-bottom-cont01.floor01-bottom-cont .popup-btn {
	background: rgba(104, 177, 124, 1);
}

#floor01-bottom-cont02.floor01-bottom-cont .floor01-bottom-cont-txt-title span,
#floor01-bottom-cont02.floor01-bottom-cont .popup-btn {
	background: rgba(245, 205, 23, 1);
}

#floor01-bottom-cont03.floor01-bottom-cont .floor01-bottom-cont-txt-title span {
	background: rgba(230, 124, 147, 1);
}

#floor01-bottom-cont03.floor01-bottom-cont .popup-btn {
	background: #DF6E86;
}

#floor01-bottom-cont04.floor01-bottom-cont .floor01-bottom-cont-txt-title span,
#floor01-bottom-cont04.floor01-bottom-cont .popup-btn {
	background: rgba(91, 144, 205, 1);
}

#floor01-bottom-cont05.floor01-bottom-cont .floor01-bottom-cont-txt-title span,
#floor01-bottom-cont05.floor01-bottom-cont .popup-btn {
	background: rgba(45, 67, 124, 1);
}

#floor01-bottom-cont01 .floor01-bottom-cont-txt img {
	width: 40%;
	left: 0;
	top: 0;
}

#floor01-bottom-cont02 .floor01-bottom-cont-txt img {
	width: 30%;
	right: 0;
	top: 0;
}

#floor01-bottom-cont03 .floor01-bottom-cont-txt img {
	width: 25%;
	top: 0;
	left: 0;
}

#floor01-bottom-cont04 .floor01-bottom-cont-txt img {
	width: 32%;
	top: -10%;
	right: 0;
}

.popup-btn p {
	width: calc(100% - 22.5px);
	font-size: 13px;
	font-weight: 700;
	color: #fff;
}

.floor01-bottom-flex-center .floor01-bottom-cont {
	display: flex;
}

.floor01-bottom-flex-center .floor01-bottom-cont .floor01-bottom-cont-img {
	width: 50%;
}

.floor01-bottom-flex-center .floor01-bottom-cont .floor01-bottom-cont-txt {
	width: 50%;
}

.popup-btn .icon {
	width: 15px;
	height: 15px;
	margin-left: 10px;
	position: relative;
}

.other-lang-wrap .popup-btn .icon {
	top: 1.5px;
}

.popup-btn .icon:before,
.popup-btn .icon::after {
	content: '';
	position: absolute;
	background: rgba(91, 144, 205, 1);
}

.popup-btn .icon::before {
	width: 5px;
	height: 1px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: initial;
}

.popup-btn .icon::after {
	width: 1px;
	height: 5px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#floor01-bottom-cont01.floor01-bottom-cont .popup-btn .icon::after,
#floor01-bottom-cont01.floor01-bottom-cont .popup-btn .icon::before {
	background: rgba(104, 177, 124, 1);
}

#floor01-bottom-cont02.floor01-bottom-cont .popup-btn .icon::after,
#floor01-bottom-cont02.floor01-bottom-cont .popup-btn .icon::before {
	background: rgba(245, 205, 23, 1);
}

#floor01-bottom-cont03.floor01-bottom-cont .popup-btn .icon::after,
#floor01-bottom-cont03.floor01-bottom-cont .popup-btn .icon::before {
	background: rgba(230, 124, 147, 1);
}

#floor01-bottom-cont04.floor01-bottom-cont .popup-btn .icon::after,
#floor01-bottom-cont04.floor01-bottom-cont .popup-btn .icon::before {
	background: rgba(91, 144, 205, 1);
}

#floor01-bottom-cont05.floor01-bottom-cont .popup-btn .icon::after,
#floor01-bottom-cont05.floor01-bottom-cont .popup-btn .icon::before {
	background: rgba(45, 67, 124, 1);
}

.floor02-top {
	margin-bottom: 40px;
}

.floor2-flex,
.flex-cont {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.floor2-flex-img,
.flex-cont-img {
	width: 32.5%;
	position: relative;
}

.floor2-flex-img .abs {
	position: absolute;
	width: 130px;
	top: -40px;
	left: -20px;
}

.floor2-flex-txt,
.flex-cont-txt {
	width: 65%;
}

.floor2-flex-txt p,
.flex-cont-txt p {
	font-size: 15px;
	line-height: 1.7;
	padding-bottom: 30px;
}

.floor2-flex-txt p:last-child,
.flex-cont-txt p:last-child {
	padding-bottom: 0;
}

.floor2-flex-txt p span {
	color: #68B17C;
	font-size: 18px;
	position: relative;
	top: 1.5px;
	line-height: 1;
}

.floor2-flex-txt .popup-btn {
	margin: 15px auto 0 0;
	background: rgba(104, 177, 124, 1);
}

.floor02-bottom {
	margin-bottom: 60px;
}

.floor02-bottom-cont-list,
.list-cont {
	margin-bottom: 20px;
}

.floor02-bottom-cont-list ul li,
.popup-txt ul li,
.list-cont-list ul li {
	display: flex;
}

.floor02-bottom-cont-list ul li .circle,
.popup-txt ul li .circle,
.list-cont-list ul li .circle {
	width: 20px;
	font-size: 16px;
	color: #141414;
}

.floor02-bottom-cont-list ul li .txt,
.popup-txt ul li .txt,
.list-cont-list ul li .txt {
	width: calc(100% - 20px);
	font-size: 15px;
}

.floor02-bottom-cont-title,
.list-cont-title {
	margin-bottom: 10px;
}

.floor02-bottom-cont-title h3,
.list-cont-title h3 {
	border: 1px solid #68B17C;
	padding: 3.5px 10px 3px;
	font-size: 15px;
	font-weight: 700;
	display: inline-block;
	color: #68b17c;
	line-height: 1;
	border-radius: 3px;
}

.page-template-page-access .floor02-bottom-cont-title h3 {
	border-color: #F2A4B5;
	color: #F2A4B5;
}

.popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	justify-content: center;
	align-items: center;
	z-index: 99999;
}

.popup-inner {
	background: #fff;
	padding: 40px 0;
	max-width: 510px;
	text-align: center;
	max-height: 85vh;
	position: absolute;
	top: 50%;
	height: auto;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	position: relative;
	border-radius: 10px;
	overflow-y: scroll;
}

.bg-img {
	position: absolute;
	width: 100%;
	top: 50%;
}

.floor2-flex-txt .cmn-btn a {
	width: 300px;
	padding: 12.5px 0;
	margin: 20px 0 0 0;
}

.floor2-flex-txt .cmn-btn a p {
	font-size: 14px;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 0;
}

.floor2-flex-txt .popup-btn p {
	padding-bottom: 0;
}

#popup2 .bg-img {
	top: 10%;
}

#popup3 .bg-img {
	top: 30%;
}

#popup4 .bg-img {
	top: 30%;
}

.popup-img {
	width: calc(100% - 90px);
	margin: 0 auto 30px;
	position: relative;
	z-index: 1;
}

.popup-txt h3 {
	text-align: center;
	padding-bottom: 25px;
	font-size: 20px;
	font-weight: 700;
}

.popup-txt p {
	width: calc(100% - 90px);
	margin: 0 auto;
	font-size: 15px;
	text-align: left;
	z-index: 1;
	position: relative;
}

.js-close-popup {
	border: none;
	background: initial;
	position: absolute;
	top: 7.5px;
	right: 5px;
	font-size: 20px;
	line-height: 1;
	color: rgba(175, 175, 175, 1);
	cursor: pointer;
}

.popup-txt ul {
	margin: 0px auto;
	width: calc(100% - 90px);
}

.popup-txt h4 {
	margin: 10px auto;
	width: calc(100% - 90px);
	text-align: left;
	font-size: 15px;
	font-weight: 700;
}

.popup-txt ul:nth-child(3) {
	margin-top: 25px;
}

.box-cont-btn {
	margin-bottom: 40px;
}

.box-cont-btn ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0px 10px;
}

.box-cont-btn ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #5B90CD;
	padding: 15px;
}

.box-cont-btn ul li a .icon::before {
	transform: translate(-50%, -50%) rotate(135deg);
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%)rotate(135deg);
	border-color: #5B90CD;
	left: 50%;
}

.box-cont-btn ul li a p {
	width: calc(100% - 30px);
	color: #fff;
	font-size: 15px;
}

.schedule-list {
	width: calc(100% - 50px);
	margin: 0 auto 15px;
	position: relative;
}

.schedule-list p {
	font-size: 15px;
	font-weight: 700;
	text-align: right;
}

.schedule-list p.front-remaining-seats-alert {
	font-size: 20px;
	text-align: center;
	padding-block: 15px 0;
	color: #141414;
}

.schedule-list p.front-remaining-seats-stamp {
	top: -60px;
	border: 1px solid #000;
	right: -25px;
}

.schedule-list ul {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	margin-bottom: 15px;
}

.schedule-list ul li {
	border: 1px solid rgba(212, 212, 212, 1);
	border-radius: 15px;
	box-shadow: 0px 2px 15px 0px rgba(127, 127, 127, 0.4);
	padding: 20px 25px;
}

.schedule-list ul li.finish {
	background: rgba(212, 212, 212, 1);
}

.schedule-list ul li.finish .schedule-list-title {
	border-color: #fff;
}

.schedule-list ul li.finish .schedule-list-time p,
.schedule-list ul li.finish .schedule-list-title h3 {
	color: rgba(122, 122, 122, 1);
}

.schedule-list-time {
	text-align: center;
}

.schedule-list-time p {
	font-weight: 700;
	font-size: 24px;
	text-align: center;
}

.schedule-list-title {
	padding: 7.5px 0;
	margin-block: 10px;
	border-top: 1px solid rgba(212, 212, 212, 1);
	border-bottom: 1px solid rgba(212, 212, 212, 1);
	min-height: 5em;
}

.schedule-list-title h3 {
	font-size: 15px;
	line-height: 1.4;
}

.schedule-list-situation p {
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	line-height: 1.4;
}

.schedule-list-situation span {
	display: block;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
}

.schedule-list-situation span.batsu {
	font-size: 42px;
	line-height: .7;
}

.schedule-list-situation span.sankaku {
	color: rgba(91, 144, 205, 1);
}

.schedule-list-situation span.maru {
	color: rgba(230, 124, 147, 1);
}

.schedule-list-situation small {
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
}

.box-inner-cont .cmn-btn a img {
	width: 20px;
	display: inline-block;
	margin-left: 7.5px;
	position: relative;
}

.box-inner-cont .cmn-btn a {
	width: 330px;
	margin-right: 0;
}

.box-inner-cont .cmn-btn a p {
	text-align: left;
	padding-left: 15px;
	font-size: 15px;
}

.box-inner-cont {
	margin-bottom: 40px;
}

.box-inner-cont:last-child {
	margin-bottom: 0;
}

#planetariums .list-cont-title h3 {
	color: #5B90CD;
	border-color: #5B90CD;
}

#planetariums .blue-bg .list-cont-title h3 {
	background: #fff;
}

#planetariums .list-cont-list ul li .circle {
	color: #5B90CD;
}

#planetariums .list-cont-list ul li .txt {
	width: 250px;
	position: relative;
	margin-right: 10px;
}

#planetariums .list-cont-price .list-cont-list ul li .txt::before {
	content: "";
	width: 210px;
	height: 1px;
	border-bottom: 1px dashed rgba(175, 175, 175, 1);
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	position: absolute;
}

#planetariums .list-cont-price .list-cont-list ul li:nth-child(2) .txt::before {
	width: 75px;
}

#planetariums .caution-cont {
	margin-top: 40px;
}

.caution-cont ul li {
	font-weight: 600;
	font-size: 15px;
	line-height: 1.7;
}

.caution-cont ul li a {
	text-decoration: underline;
}

.box-inner-cont .list-cont .cmn-btn a {
	width: 230px;
}

.box-inner-cont .list-cont .cmn-btn.bgn-btn a {
	width: 350px;
	background: #fff;
}

.box-inner-cont .list-cont .cmn-btn.bgn-btn a p {
	color: #5B90CD;
}

.box-inner-cont .list-cont .cmn-btn.bgn-btn a .icon {
	background: #5B90CD;
}

.box-inner-cont .list-cont .cmn-btn.bgn-btn a .icon::before {
	border-color: #fff;
	transform: translate(-50%, -50%) rotate(135deg);
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%)rotate(135deg);
	top: 45%;
}

#planetariums .box-inner-cont100 .list-cont-list ul li {
	margin-bottom: 12.5px;
}

#planetariums .box-inner-cont100 .list-cont-list ul li:last-child {
	margin-bottom: 0;
}

#planetariums .box-inner-cont100 .list-cont-list ul li .txt {
	width: 100%;
}

.blue-bg {
	background: #F5FAFF;
	padding: 35px 25px;
	width: calc(100% + 50px);
	margin-left: -25px;
	margin-bottom: 40px;
}

.under-txt {
	margin-bottom: 20px;
}

.under-txt p {
	font-size: 15px;
	line-height: 1.6;
}

#planetariums .list-cont-price .list-cont-list ul li .txt,
#planetariums .list-cont-list ul li .price {
	font-weight: 700;
}

#planetariums .list-cont-list ul li .price {
	width: 60px;
	text-align: right;
}

.subject-box {
	padding: 25px 45px;
	border: 2px solid rgba(212, 212, 212, 1);
	align-items: center;
	display: flex;
	width: 415px;
	margin-bottom: 45px;
}

.subject-box p {
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	margin-right: 10px;
}

.subject-box ul {
	display: flex;
	align-items: center;
}

.subject-box ul li {
	padding: 4.5px 10px 3px;
	font-size: 15px;
	font-weight: 400;
	margin-right: 5px;
	border-radius: 3.5px;
	line-height: 1;
	color: #fff;
	background: rgba(104, 177, 124, 1);
}

.event-list-flex-txt p.flex {
	justify-content: initial;
	align-items: baseline;
}

.event-list-flex-txt p.flex img {
	width: 13px;
	margin-right: 10px;
}

.event-list-flex-txt p.flex span {
	font-size: 15px;
}

.box-inner-cont .planetariums-list .cmn-btn {
	width: 180px;
	padding: 15px;
	margin-top: 40px;
	margin: 40px 0 0 auto;
	align-items: center;
	border-radius: 50px;
	text-align: center;
	position: relative;
	background: #5B90CD;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.box-inner-cont .planetariums-list .cmn-btn p {
	font-weight: 600;
	color: #FFFFFF;
	font-size: 15px;
}

.box-inner-cont .planetariums-list .cmn-btn .icon::before {
	border-color: rgba(91, 144, 205, 1);
}

#planetariums .archive-event-list .event-list-flex-img {
	width: 220px;
	height: 220px;
	background: rgba(236, 236, 236, 1);
}

#planetariums .archive-event-list .event-list-flex-txt {
	width: calc(100% - 250px);
}

#planetariums .event-list-flex {
	margin-bottom: 30px;
}

.news-list.journal-list ul li {
	border-bottom: none;
}

.news-list.journal-list ul li a {
	padding: 0;
	margin-bottom: 40px;
	align-items: flex-start;
}

.journal-list .news-list-thumb {
	width: 230px;
}

.journal-list .news-list-content {
	width: calc(100% - 290px);
}

.journal-list .news-list-title {
	width: 100%;
	margin-bottom: 15px;
}

.journal-list .news-list-title h3 {
	font-size: 24px;
	margin-right: 0;
	margin-top: 10px;
}

.journal-txt p {
	font-size: 15px;
}

.news-list.journal-list ul li.no-thumbnail .news-list-content {
	width: 100%;
}

.group-list ol li {
	margin-bottom: 40px;
}

.group-list ol li:last-child {
	margin-bottom: 0;
}

.group-list-title {
	margin-bottom: 20px;
}

.group-list-title h3 {
	font-size: 15px;
	font-weight: 700;
}

.page-template-page-group .group-list-title h3 {
	font-size: 20px;
}

.group-list-title h3 span {
	color: #F2A4B5;
	padding-right: 7.5px;
}

.page-template-page-group .group-list-title h3 span {
	padding-right: 12.5px;
}

.group-list-txt p {
	font-size: 15px;
	padding-bottom: 30px;
}

.group-list-txt-pl p {
	text-indent: -1em;
	padding-left: 1em;
}

.group-list-txt p span {
	font-weight: 700;
	margin-bottom: 5px;
	padding-bottom: 0px;
}

.group-list-link a {
	text-decoration: underline;
	font-size: 15px;
	display: block;
}

.group-list-link a img {
	width: 22.5px;
	display: inline-block;
	padding-left: 5px;
	top: -4px;
	position: relative;
}

.link-flex {
	display: flex;
}

.group-list-link a {
	margin-right: 20px;
}

.group .list-cont-list ul li .circle {
	color: #F2A4B5;
}

.group-last-link a {
	margin-top: 30px;
	text-decoration: underline;
	width: calc(100% - 20px);
	margin-left: auto;
	display: block;
	font-size: 15px;
}

.group-last-link a img {
	width: 22.5px;
	display: inline-block;
	padding-left: 5px;
	top: -4px;
	position: relative;
}

.press-txt {
	margin-bottom: 20px;
}

.press-txt p {
	font-size: 15px;
	line-height: 1.6;
}

#press .list-cont-list ul li .circle {
	color: #F5CD17;
	height: 20px;
}

.list-cont-list {
	margin-bottom: 20px;
}

.press-list.list-cont-list ul li {
	align-items: center;
	margin-bottom: 10px;
}

.press-list.list-cont-list ul li .txt {
	display: flex;
	align-items: baseline;
}

.press-list.list-cont-list ul li .txt img {
	width: 20px;
	margin-inline: 0 4.5px;
	position: relative;
	bottom: 0;
	top: 3px;
}

.press-list.list-cont-list ul li .txt span {
	font-size: 12px;
}

.year-filter select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 16px;
	cursor: pointer;
	border: none;
	outline: none;
	padding: 7px 10px;
	width: 100%;
}

.year-filter {
	position: relative;
	display: inline-block;
	border: 2px solid rgba(212, 212, 212, 1);
	margin-bottom: 20px;
	width: 140px;
	z-index: 2;
}

.year-filter .icon {
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%)rotate(90deg);
	background: #F5CD17;
	width: 15px;
	height: 15px;
	z-index: 3;
	pointer-events: none;
}

.year-filter .icon::before {
	border-color: #fff;
}

/* IE対策（古いブラウザ用） */
select::-ms-expand {
	display: none;
}

#concept .box-cont-btn ul li a {
	background: #5CA36F;
	padding: 10px 15px;
}

.concept-txt {
	margin-bottom: 30px;
}

.concept-txt p {
	font-size: 15px;
	line-height: 1.7;
}

.concept-list {
	margin-bottom: 40px;
}

.concept-list ul li {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 20px;
}

.concept-list ul li .num {
	width: 15px;
	height: 15px;
	font-size: 10px;
	text-align: center;
	line-height: 15px;
	border-radius: 50%;
	background: #68B17C;
	color: #fff;
	display: block;
	position: relative;
	top: -3px;
}

.concept-list ul li p {
	width: calc(100% - 20px);
	font-size: 15px;
	line-height: 1.7;
}

.concept-list ul li p span {
	font-weight: 700;
}

.concept-box {
	background: rgba(235, 247, 238, 1);
	padding: 15px;
	display: inline-block;
}

.concept-box p {
	font-size: 15px;
	font-weight: 700;
	line-height: 2;
}

.concept-box p span {
	font-weight: 700;
	font-size: 20px;
}

#concept .list-cont-list ul li.mb {
	margin-bottom: 20px;
}

.list-cont-list ul li {
	margin-bottom: 10px;
}

#press .list-cont-list ul li {
	margin-bottom: 4.5px;
}

.list-cont-list ul li .txt {
	font-weight: 400;
}

.list-cont-list ul li .txt span {
	font-weight: 400;
}

.list-cont-list ul li .txt span.big {
	font-weight: 700;
}

.list-cont-list ul li .txt img {
	width: 20px;
	display: inline-block;
	top: -2px;
	position: relative;
}

.list-cont-list ul li .txt a {
	text-decoration: underline;
}

#concept .under-title#cont03 {
	margin-top: 40px;
}

.concept-txt p:nth-child(1) {
	margin-bottom: 30px;
}

#journal.under-wrapper,
.single-wrapper {
	background: #68B17C;
}

.single-title-cont p {
	font-size: 12px;
	font-weight: 400;
	background: #F6F6F6;
	line-height: 1;
	padding: 4.5px 5px;
	margin-bottom: 15px;
	display: inline-block;
}

.single-title-cont h1 {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 2px dashed rgba(175, 175, 175, 1);
	font-size: 24px;
	font-weight: 700;
}

.single-cont-img {
	margin: 0 auto 30px 0;
	max-width: 500px;
}

.information-template-default .single-cont-img {
	display: none;
}

.single-cont-txt {
	margin-bottom: 20px;
}

.information-template-default .single-cont-txt {
	width: 100%;
}

.single-cont-txt p {
	font-size: 15px;
	padding-bottom: 20px;
	line-height: 1.6;
}

.single-cont-txt p a {
	text-decoration: underline;
}

.thanks-txt {
	margin-bottom: 30px;
}

.contact-txt p,
.thanks-txt p {
	font-size: 15px;
	line-height: 1.6;
	padding-bottom: 20px;
}

.contact-txt p a,
.thanks-txt p a {
	text-decoration: underline;
	color: #5B90CD;
}

.thanks-txt h2 {
	text-align: center;
	padding-bottom: 30px;
	font-size: 24px;
	font-weight: 700;
	color: #5B90CD;
}

.contact-tel-link {
	margin-bottom: 50px;
}

.contact-tel-link a {
	display: flex;
	align-items: baseline;
}

.contact-tel-link a img {
	width: 12px;
	margin-right: 10px;
}

.contact-tel-link a p {
	font-size: 15px;
	position: relative;
	top: -2.5px;
}

.contact-box {
	background: rgba(237, 245, 255, 1);
	padding: 60px 20px;
}

.contact-box .form-cont {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}

.greed-flex {
	display: flex;
	justify-content: space-between;
}

.greed-flex-img {
	width: 180px;
}

.greed-flex-txt {
	width: calc(100% - 250px);
}

.greed-flex-txt p {
	font-size: 15px;
	line-height: 1.6;
	padding-bottom: 25px;
}

.greed-name-txt {
	text-align: right;
}

.greed-name-txt p {
	font-size: 15px;
}

.greed-name-txt p span {
	font-size: 24px;
}

.acc-wrap {
	margin-bottom: 35px;
}

.accordion-header {
	background: rgba(255, 242, 242, 1);
	padding: 10px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	cursor: pointer;
}

.accordion-header h3 {
	font-weight: 700;
	font-size: 15px;
	line-height: 100%;
	line-height: 1.3;
}

.accordion-header .icon {
	transform: rotate(90deg);
}

.accordion-header.is-active .icon {
	transform: rotate(-90deg);
}

.accordion-content {
	margin-bottom: 30px;
	display: none;
}

.accordion-content.in-img {
	display: flex;
	justify-content: space-between;
}

.accordion-content p {
	font-size: 15px;
	line-height: 1.6;
	padding-bottom: 20px;
}

.accordion-content.in-img p {
	width: calc(100% - 260px);
}

.accordion-content.in-img img {
	width: 220px;
	height: auto;
}

#guide .acc-wrap .cmn-btn a {
	width: 340px;
	padding: 15px 20px;
	text-align: left;
	background: initial;
	border: 1px solid rgba(212, 212, 212, 1);
	border-radius: 0;
	margin: 0;
}

#guide .acc-wrap .cmn-btn a p {
	color: #000;
	padding-bottom: 0;
}

#guide .acc-wrap .cmn-btn a .icon {
	background: #F2A4B5;
}

#guide .acc-wrap .cmn-btn a .icon::before {
	border-color: #fff;
}

.list-title {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

.list-title .circle {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #F2A4B5;
	margin-right: 10px;
}

.list-title h4 {
	font-size: 15px;
	font-weight: 700;
}

.accordion-content ul {
	margin-left: 1.2em;
	margin-bottom: 5px;
}

.accordion-content ul li {
	font-size: 15px;
	list-style: disc;
	font-weight: 300;
}

.accordion-content p span.circle {
	width: 15px;
	height: 15px;
	font-size: 10px;
	text-align: center;
	line-height: 15px;
	border-radius: 50%;
	background: #F2A4B5;
	color: #fff;
	display: inline-block;
	position: relative;
	margin-right: 5px;
	top: -2px;
}

.top-wrapper .cmn-btn a p {
	position: relative;
	left: -5px;
}

.top-wrapper #event .cmn-btn a p {
	color: #606060;
}

.top-wrapper #calender .cmn-btn a p {
	color: rgba(223, 110, 134, 1);
}

.top-wrapper #calender .cmn-btn a .icon {
	background: rgba(223, 110, 134, 1);
}

#spend .under-nav-btn .cmn-btn a {
	border-radius: 0;
}

#spend .under-nav-btn ul li a p {
	text-align: center;
	font-size: 14px;
	padding: 0;
}

#spend .under-nav-btn .cmn-btn a .icon {
	left: 15px;
	transform: translateY(-50%) rotate(90deg);
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%)rotate(90deg);
}

#spend .top-box-cont {
	padding: 0;
}

.spend-title {
	background: rgba(237, 245, 255, 1);
	position: relative;
	padding-top: 65px;
	margin-bottom: 25px;
}

.spend-title h2 {
	font-weight: 600;
	font-size: 28px;
	color: rgba(45, 67, 124, 1);
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.guide-cont {
	padding: 0 50px;
	margin-bottom: 45px;
}

.spend-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 80px;
	position: relative;
}

.spend-flex:last-child {
	margin-bottom: 0;
}

.spend-flex-img {
	width: 290px;
}

.spend-flex-txt {
	width: calc(100% - 325px);
}

.abs-arrow {
	position: absolute;
	width: 70px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: -50px;
}

.spend-flex-txt-title {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.spend-flex-txt-title .circle {
	width: 47.5px;
	height: 47.5px;
	text-align: center;
	background: rgba(245, 205, 23, 1);
	margin-right: 12.5px;
	border: none;
	border-radius: 50%;
}

.spend-flex-txt-title .circle p {
	font-size: 17px;
	line-height: 47px;
	font-weight: 700;
	color: #000;
	padding: 0;
	border: none;
}

.spend-flex-txt-title h3 {
	color: rgba(45, 67, 124, 1);
	font-size: 17px;
	font-weight: 700;
	margin-right: 10px;
}

.spend-flex-txt-title p {
	color: rgba(45, 67, 124, 1);
	font-size: 15px;
	font-weight: 700;
	border-radius: 5px;
	border: 1px solid rgba(45, 67, 124, 1);
	line-height: 1;
	padding: 5px;
	white-space: nowrap;
}

.spend-flex-txt-txt p {
	font-size: 15px;
}

#spend .guide-cont .cmn-btn a {
	margin-left: 0;
	margin-top: 30px;
}

#spend .guide-cont .cmn-btn.big a {
	width: 275px;
}

#spend .guide-cont .cmn-btn a p {
	text-align: left;
	padding-left: 20px;
	font-size: 15px;
}

.spend-time-tag {
	margin-bottom: 15px;
}

.spend-time-tag p {
	color: rgba(45, 67, 124, 1);
	font-size: 15px;
	font-weight: 700;
	border-radius: 5px;
	border: 1px solid rgba(45, 67, 124, 1);
	line-height: 1;
	padding: 5px;
	display: inline-block;
}

.tag-cont {
	padding: 0 50px;
}

.tag-cont-flex {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.tag-cont-tag {
	width: 120px;
}

.tag-cont-tag p {
	display: inline-block;
	font-weight: 700;
	font-size: 12px;
	line-height: 100%;
	color: #fff;
	padding: 6px 7.5px 5px;
	background: rgba(245, 205, 23, 1);
	border-radius: 4px;
}

.tag-cont-flex:nth-child(2) .tag-cont-tag p {
	background: rgba(91, 144, 205, 1);
}

.tag-cont-flex:nth-child(3) .tag-cont-tag p {
	background: rgba(92, 163, 111, 1);
}

.tag-cont-txt {
	width: calc(100% - 125px);
}

.tag-cont-txt p {
	font-weight: 400;
	font-size: 15px;
}

.tag-cont-txt p a {
	text-decoration: underline;
	font-weight: 700;
	color: rgba(38, 87, 211, 1);
}

#spend .bread-cont {
	padding: 0 50px 35px;
}

.single-cont {
	display: flex;
	justify-content: space-between;
}

.single-cont-img {
	width: 37.5%;
	max-width: 100%;
	position: relative;
}

.single-cont-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-cont-txt {
	width: 60%;
}

.contact-box .contact-box {
	padding: 0;
}

.contact-table th {
	width: 200px;
	vertical-align: middle;
}

.contact-table th p {
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 40px;
}

.contact-table th p span {
	display: inline-block;
	margin-left: 7.5px;
	background: rgba(91, 144, 205, 1);
	line-height: 1;
	padding: 2.5px 5px;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	position: relative;
	top: -2px;
}

.contact-table td {
	width: calc(100% - 200px);
	margin-bottom: 40px;
}

.confirm-box-cont .contact-table td p {
	margin-bottom: 40px;
}

.contact-table td input,
.contact-table td textarea {
	margin-bottom: 40px;
	border: none;
	outline: none;
	background: rgba(255, 255, 255, 1);
	padding: 2.55px 10px;
	width: 100%;
}

.contact-table td .submit-btn {
	position: relative;
	width: 205px;
	margin: 0 auto;
}

.contact-table td .submit-btn input {
	background: rgba(91, 144, 205, 1);
	border-radius: 50px;
	text-align: center;
	padding: 12.5px 0;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
	cursor: pointer;
}

.contact-table td .submit-btn .icon {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.wpcf7-spinner {
	display: none;
}

.contact-table td .submit-btn p {
	margin-bottom: 10px;
}

.contact-table td .submit-btn input.wpcf7-previous {
	background: rgb(105 105 105);
}

.contact-table td .submit-btn p .icon:nth-child(3) {
	right: initial;
	left: 15px;
	transform: translateY(-50%)rotate(180deg);
	-webkit-transform: translateY(-50%)rotate(180deg);
	-ms-transform: translateY(-50%)rotate(180deg);
}

.single-cont-top {
	display: flex;
	margin-bottom: 35px;
	justify-content: space-between;
	align-items: flex-start;
}

.single-cont-top .single-cont-img {
	width: 250px;
	aspect-ratio: 1 / 1;
	position: relative;
	margin-bottom: 0;
	border: 1px solid #d4d4d4;
	background: rgba(236, 236, 236, 1);
}

.single-cont-top .single-cont-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.single-cont-top .single-cont-txt {
	width: calc(100% - 300px);
	margin-bottom: 0;
}

.single-cont-editor {
	margin-top: 35px;
}

.single-cont-bottom-txt p,
.single-cont-editor p {
	font-size: 15px;
	padding-bottom: 20px;
}

.single-cont-bottom-txt img,
.single-cont-editor img {
	width: auto;
}

.single-cont-bottom-txt img {
	width: auto;
	height: auto;
	display: inline-block;
	margin-bottom: 20px;
}

.single-cont-bottom .cmn-btn a {
	margin-left: 0;
	background: #F5CD17;
	width: 230px;
}

.single-cont-bottom .cmn-btn a p {
	color: #606060;
	text-align: left;
	padding-left: 25px;
}

.single-cont-bottom .cmn-btn a .icon::before {
	border-color: #606060;
}

.mitei-txt {
	border: 2px dashed #D4D4D4;
	text-align: center;
	width: 210px;
	padding: 12.5px 0;
	margin-block: 10px 20px;
}

.mitei-txt p {
	font-size: 15px;
	text-align: center;
	font-weight: 700;
}

.single-table-cont .single-table-cont-list p {
	padding-bottom: 0;
	font-size: 15px;
	font-weight: 700;
}

.single-table-cont .single-table-cont-list p span {
	font-weight: 400;
}

.event-single-target-list {
	margin-bottom: 15px;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.event-single-target-list li {
	font-size: 12px;
	color: #fff;
	font-weight: 500;
	padding: 4.5px 10px 3px;
	border-radius: 3px;
	line-height: 1;
	white-space: nowrap;
}

#planetariums .event-single-target-list li {
	background: #5CA36F;
}

.en-top-wrap .under-menu-top ul {
	grid-template-columns: repeat(5, 1fr);
	gap: 0px 45px;
}

.en-top-wrap .under-menu-top ul li:nth-child(2) a {
	background: #FFF9DC;
}

.en-top-wrap .under-menu-top ul li:nth-child(3) a {
	background: #EBF7EE;
}

.en-top-wrap .under-menu-top ul li:nth-child(4) a {
	background: #EDF5FF;
}

.en-top-wrap.tc-top-wrap .under-menu-top ul {
	grid-template-columns: repeat(3, 1fr);
	gap: 0px 50px;
	max-width: 500px;
	margin: 0 auto;
}

.en-top-wrap.tc-top-wrap .under-menu-top ul li:nth-child(2) a {
	background: rgba(235, 247, 238, 1);
}

.en-top-wrap.tc-top-wrap .under-menu-top ul li:nth-child(3) a {
	background: #FFF2F2;
}

.en-top-wrap.tc-top-wrap .under-menu-top ul li:nth-child(3) a img {
	width: 17px;
}

.en-top-wrap .under-menu-bottom {
	max-width: 540px;
}

.en-top-wrap.tc-top-wrap .under-menu-bottom {
	max-width: 350px;
}

.page-template-page-sc .en-top-wrap.tc-top-wrap .under-menu-bottom {
	max-width: 300px;
}

.en-top-wrap.tc-top-wrap.korean-top-wrap .under-menu-bottom {
	max-width: 300px;
}

.other-lang-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid rgba(212, 212, 212, 1);
	padding: 7.5px 5px;
	background: #fff;
}

.other-lang-btn p {
	font-size: 10px;
	text-decoration: underline;
	margin-right: 5px;
}

.tc-top-wrap .other-lang-btn p {
	font-size: 12px;
}

.other-lang-btn .icon {
	background: rgba(242, 164, 181, 1);
	width: 15px;
	height: 15px;
}

.other-lang-btn .icon::before {
	border-color: #fff;
}

.en-top-wrap .cmn-title h2,
.en-top-wrap .cmn-title h1 span {
	font-size: 28px !important;
}

.en-top-wrap .top-admission,
.en-top-wrap .top-admission::before {
	background: #F2A4B5;
}

.en-top-wrap .top-admission {
	z-index: 1;
}

.en-top-wrap .top-circle-cont {
	padding-block: 0px 100px;
}

.en-top-wrap .guide-txt p {
	font-size: 15px;
	font-weight: 400;
	padding-bottom: 20px;
}

.en-top-wrap .guide-txt p span {
	font-size: 20px;
}

.price-txt {
	margin-bottom: 30px;
}

.price-txt-title-tag {
	margin-bottom: 10px;
}

.price-txt-title-tag p {
	color: rgba(242, 164, 181, 1);
	font-size: 15px;
	font-weight: 600;
	border: 1px solid rgba(242, 164, 181, 1);
	border-radius: 4px;
	padding: 3.5px 7.5px;
	display: inline-block;
	line-height: 1;
}

.japan-top-wrap .price-txt-title-tag p {
	padding: 12.5px 7.5px 3.5px;
}

.price-txt-list ul li {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

.price-txt-list-th {
	width: 200px;
	margin-right: 10px;
}

.price-txt-list-th p {
	font-size: 15px;
	font-weight: 700;
	position: relative;
}

.price-txt-list-th p::before {
	content: "";
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width: 65%;
	height: 1px;
	background: rgba(175, 175, 175, 1);
	position: absolute;
}

.price-txt-list ul li:nth-child(2) .price-txt-list-th p::before {
	width: 42.5%;
}

.price-txt-list-th p span {
	color: #F2A4B5;
	margin-right: 5px;
}

.price-txt-list-td p {
	font-size: 15px;
	font-weight: 700;
}

.en-top-wrap .list-cont-list ul li {
	margin-bottom: 10px;
	font-size: 15px;
}

.en-top-wrap .list-cont-list ul li span {
	color: #F2A4B5;
	margin-right: 5px;
}

.top-circle-cont .other-lang-btn {
	margin: 0 auto 50px;
	border-radius: 0;
	text-align: center;
	display: flex;
	max-width: 300px;
	justify-content: space-between;
}

.en-top-wrap .cmn-title {
	margin-bottom: 20px;
}

#event .other-lang-btn .icon {
	background: #F5CD17;
}

.en-top-wrap .event-list {
	margin-bottom: 0px;
}

.en-top-wrap .event-list.single-item {
	display: block;
}

.en-top-wrap .event-list.single-item .event-list-flex-img {
	width: 130px;
}

.en-top-wrap .event-list.single-item .event-list-flex-txt {
	width: calc(100% - 155px);
}

.en-top-wrap .event-list ul li.event-list-item {
	border-bottom: none;
}

.en-top-wrap .event-list ul li.event-list-item a {
	padding-bottom: 0;
}

.en-top-wrap .top-floor {
	z-index: 1;
}

.en-top-wrap .top-floor,
.en-top-wrap .top-floor::before {
	background: rgba(92, 163, 111, 1);
}

.en-top-wrap .top-admission .cmn-title h2,
.en-top-wrap .top-event .cmn-title h2 {
	color: rgba(96, 96, 96, 1);
}

.en-top-wrap #floor.top-circle-cont .other-lang-btn {
	max-width: 240px;
}

.en-top-wrap.tc-top-wrap #floor.top-circle-cont .other-lang-btn {
	justify-content: center;
	max-width: 160px;
}

.en-top-wrap #floor .other-lang-btn .icon {
	background: rgba(92, 163, 111, 1);
}

.en-top-wrap #floor .floor01-flex .txt p {
	font-size: 13px;
	padding-bottom: 10px;
}

.en-top-wrap #floor .floor01-flex .txt span {
	font-size: 10px;
	display: block;
}

.en-top-wrap #floor .floor01-top-bottom {
	width: 100%;
}

.en-top-wrap #floor .floor01-flex .txt h3 {
	margin-bottom: 10px;
}

.en-top-wrap .floor01-top-top-center .line:nth-child(2) {
	transform: rotate(-35deg);
}

.en-top-wrap .floor01-top-top-center .line:nth-child(3) {
	width: 77.5%;
	transform: rotate(-40deg);
}

.tc-top-wrap .floor01-top-top-center .line:nth-child(1) {
	width: 30%;
	transform: rotate(-10deg);
	bottom: 50.5%;
	left: -7%;
}

.tc-top-wrap .floor01-top-top-center .line:nth-child(3) {
	width: 77.5%;
	transform: rotate(-12.5deg);
	bottom: -15%;
	left: -44%;
}

.tc-top-wrap .floor01-top-top-center .line:nth-child(2) {
	transform: rotate(-12.5deg);
	top: 16%;
	width: 41.5%;
}

.en-top-wrap #floor.top-circle-cont .floor01-top-top .other-lang-btn {
	max-width: 100%;
	width: calc(100% - 25px);
	margin: 0 0 0 auto;
	padding: 5px;
}

.en-top-wrap #floor.top-circle-cont .floor01-top-top .other-lang-btn p {
	text-align: left;
	letter-spacing: 0;
	margin-right: 0;
	font-size: 9px;
}

.en-top-wrap #floor .popup-btn {
	width: auto;
	padding-block: 5px 7.5px;
}

.en-top-wrap #floor .popup-btn p {
	font-size: 12px;
	line-height: 1;
}

.en-top-wrap #floor .floor2-flex-txt .popup-btn {
	width: 125px;
	margin-top: 10px;
}

.en-top-wrap #planetariums,
.en-top-wrap #planetariums::before {
	background: rgba(91, 144, 205, 1);
}

.en-top-wrap #planetariums {
	z-index: 1;
}

.en-top-wrap #planetariums .price-txt-title-tag p {
	color: rgba(91, 144, 205, 1);
	border-color: rgba(91, 144, 205, 1);
}

.en-top-wrap #planetariums .list-cont-list ul li span,
.en-top-wrap #planetariums .price-txt-list-th p span {
	color: rgba(91, 144, 205, 1);
}

.en-top-wrap #planetariums .planetariums-list {
	margin-top: 40px;
}

.en-top-wrap #planetariums .planetariums-list .event-list-flex-txt h3 {
	padding-bottom: 0;
	border-bottom: none;
}

.en-top-wrap #planetariums .planetariums-list .event-list-flex-img {
	width: 180px;
	height: 180px;
}

.en-top-wrap #planetariums .planetariums-list .event-list-flex-img img {
	width: 100%;
	height: auto;
}

.en-top-wrap #planetariums .planetariums-list .event-list-flex-txt {
	width: calc(100% - 200px);
}

.en-top-wrap #planetariums .planetariums-list .event-list-flex-txt p {
	overflow-wrap: anywhere;
	padding-top: 20px;
}

.en-top-wrap #planetariums .planetariums-list .event-list-flex-txt p.flex {
	padding-top: 0;
}

.en-top-wrap #access,
.en-top-wrap #access::before {
	background: #F2A4B5;
}

.en-top-wrap #access {
	z-index: 1;
}

.en-top-wrap #access .access-flex {
	max-width: 100%;
}

.en-top-wrap #access .access-flex-txt ul li {
	line-height: 1.5;
	margin-bottom: 20px;
}

.en-top-wrap #access .access-flex-txt ul li span {
	font-weight: 700;
}

.en-top-wrap #access .access-flex-txt ul li::before {
	top: 5px;
	transform: initial;
	-webkit-transform: initial;
	-ms-transform: initial;
}

.en-top-wrap #access .access-flex-right .cmn-btn a {
	width: 100%;
	margin-top: 25px;
	background: rgba(223, 110, 134, 1);
}

.en-top-wrap #contact,
.en-top-wrap #contact::before {
	background: #5B90CD;
}

.en-top-wrap.japan-top-wrap #access {
	padding-bottom: 27.5vw;
}

.en-top-wrap #contact {
	z-index: 1;
	padding-bottom: 27.5vw;
}

.en-top-wrap #contact .list-cont-list ul li span {
	color: #5B90CD;
}

.en-top-wrap #contact .list-cont-list ul li .txt {
	font-weight: 400;
}

.en-top-wrap #contact .list-cont-list ul li span img {
	width: 15px;
	position: relative;
	top: 5px;
}

.en-top-wrap #contact .list-cont-list ul li.mt {
	margin-top: 40px;
}

.front-remaining-seats-alert {
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	padding-block: 15px;
}

.lang-btn {
	cursor: pointer;
}

.lang-btn p {
	padding: 5px 10px;
	border-right: 1px solid #DFDFDF;
	font-size: 12px;
	font-weight: 600;
	display: block;
	cursor: pointer;
}

.lang-wrap {
	position: relative
}

.lang-list {
	display: block;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-20px);
	transition: all 0.3s ease;
	position: absolute;
	width: 100%;
	background: #fff;
	border: 1px solid #DFDFDF;
	bottom: -180px;
	z-index: 100;
}

.lang-list.open {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.lang-list .close-btn {
	position: absolute;
	border-radius: 50%;
	background: rgba(223, 223, 223, 1);
	text-align: center;
	width: 23.5px;
	height: 23.5px;
	top: -10px;
	right: -14.5px;
	cursor: pointer;
}

.lang-list .close-btn p {
	font-size: 22px;
	font-weight: 100;
	text-align: center;
	line-height: 22px;
}

.lang-list ul {
	display: block;
}

.header-menu ul li .lang-list ul li {
	padding: 0;
}

.header-menu ul li .lang-list ul li a {
	border-bottom: 1px solid #DFDFDF;
	text-align: center;
	font-size: 13px;
	border-right: none;
	padding: 5px 0;
}

.other-lang-wrap .fv-top-flex-left {
	width: 65%;
	z-index: 1;
	position: relative;
	top: initial;
	left: initial;
	transform: initial;
	-webkit-transform: initial;
	-ms-transform: initial;
	overflow: visible;
	padding: 40px 0;
}

.other-lang-wrap .fv-top-flex-right {
	width: 32.5%;
}

.other-lang-wrap .fv-top {
	width: 100%;
}

.other-lang-wrap .fv-top-flex {
	max-width: 1000px;
	width: calc(100% - 80px);
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.other-lang-wrap .fv-top-flex-right {
	width: 25%;
	display: block;
	align-items: initial;
	position: relative;
	z-index: 10;
}

.other-lang-wrap .fv-top-flex-right-cont:nth-child(1) {
	margin-right: 0;
}

.other-lang-wrap .fv-top-flex-right-cont h3 {
	color: #fff;
	background: rgba(45, 67, 124, 1);
	width: 125px;
}

.other-lang-wrap.japan-top-wrap .fv-top-flex-right-cont h3 {
	padding-block: 7px 2px;
}

.other-lang-wrap .fv-top-flex-right .time-txt {
	bottom: 4px;
	top: initial;
	right: 5px;
}

.event-info-01-control {
	position: relative;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	border: 1px solid rgba(212, 212, 212, 1);
	background: rgba(247, 247, 247, 1);
	padding: 5px;
}

.event-info-01-month {
	padding: 0 70px;
	font-weight: 600;
	font-size: 13px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
}

.event-info-01-control a {
	background: #fff;
	border-radius: 5px;
	border: 1px solid rgba(235, 235, 235, 1);
	padding: 5.5px 5px 4px;
	display: block;
	font-size: 12px;
	font-weight: 300;
	line-height: 1;
}

.event-info-01-calender {
	width: 100%;
	/* border-top: 1px rgba(212, 212, 212, 1) solid;
	border-left: 1px rgba(212, 212, 212, 1) solid; */
	font-size: 13px;
	background-color: #fff;
}

.event-info-01-calender-week {
	width: calc(100% / 7);
	border-right: 1px rgba(212, 212, 212, 1) solid;
	border-bottom: 1px rgba(212, 212, 212, 1) solid;
	text-align: center;
	font-size: 12px;
}

.event-info-01-calender-item {
	padding: 10px 0px;
	text-align: center;
	border-right: 1px rgba(212, 212, 212, 1) solid;
	border-bottom: 1px rgba(212, 212, 212, 1) solid;
	vertical-align: top;
}

.event-info-01-calender-item.is-selected {
	background: rgba(255, 249, 220, 1);
}

.event-info-01-calender-item a {
	font-size: 16px;
	line-height: 1;
}

/* .event-info-01-calender-item.event-info-01-today {
	background: rgba(255, 249, 220, 1);
} */
.event-info-01-calender-item.event-info-01-calender-holiday-1 {
	background: rgba(212, 212, 212, 1);
	border-color: #fff;
}

.event-info-01-calender-item.event-info-01-calender-holiday-2 {
	background: rgba(92, 163, 111, 1);
}

.event-info-01-calender-date {
	text-align: left;
	text-decoration: underline;
}

.event-info-01-calender-contents {
	min-height: 6em;
	display: flex;
	flex-direction: column;
}

.event-info-01-calender-date--active {
	background-color: #ffe7b7;
}

.event-info-01-calender-date-close {
	background-color: #ececec;
}

.event-info-01-calender-date-close .event-info-01-calender-contents {
	justify-content: center;
	padding: 0 0 1.5em;
}

.event-info-01-calender-close-text {
	font-weight: bold;
	text-align: center;
}

.event-info-01-calender-note {
	margin: 0;
	background: #fff;
	padding: 10px 12.5px;
	display: flex;
}

.event-info-01-calender-note-item {
	padding: 0 0 0 17.5px;
	font-size: 11px;
	position: relative;
	margin-right: 20px;
}

.event-info-01-calender-note-gray {
	background-color: rgba(212, 212, 212, 1);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 12.5px;
	height: 12.5px;
}

.event-info-01-calender-note-green {
	background-color: rgba(92, 163, 111, 1);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 12.5px;
	height: 12.5px;
}

.event-info-01-calender-item .event-name {
	margin-bottom: 7.5px;
}

.event-info-01-calender-item .event-name:last-child {
	margin-bottom: 0;
}

.event-info-01-calender-link {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #d36100;
	text-decoration: underline;
	transition: all 0.2s ease-in-out;
}

.other-lang-footer .footer-logo a {
	margin-bottom: 0px;
}

.other-lang-footer .footer-inner {
	padding-block: 20px 35px;
}

.copy-cont {
	padding: 17.5px 0;
	max-width: 980px;
	margin: 0 auto;
	width: calc(100% - 20px);
	text-align: center;
	border-top: 1px solid rgba(212, 212, 212, 1);
}

.copy-cont p {
	font-size: 10px;
	line-height: 1;
	color: #2D437C;
}

.japan-top-wrap .top-about-txt p,
.japan-top-wrap .guide-txt p,
.japan-top-wrap .list-cont-list ul li p {
	line-height: 2;
}

.other-lang-wrap.en-top-wrap .price-txt-list ul li:nth-child(2) .price-txt-list-th p::before {
	width: 42.5%;
}

.other-lang-wrap.japan-top-wrap .price-txt-list ul li:nth-child(2) .price-txt-list-th p::before {
	width: 5px;
}

.other-lang-wrap.tc-top-wrap .price-txt-list ul li:nth-child(2) .price-txt-list-th p::before,
.other-lang-wrap.sc-top-wrap .price-txt-list ul li:nth-child(2) .price-txt-list-th p::before {
	width: 12.5px;
}

.other-lang-wrap.japan-top-wrap .price-txt-list ul li:nth-child(2) .price-txt-list-th p::before {
	width: 10px;
}

.japan-top-wrap .price-txt-list-th p::before {
	right: -5px;
}

.japan-top-wrap.en-top-wrap #floor .floor01-flex .txt p {
	font-size: 16px;
	line-height: 2;
}

.japan-top-wrap.en-top-wrap #access .access-flex-txt ul li {
	line-height: 2;
}

.japan-top-wrap.en-top-wrap #access .access-flex-txt ul li:last-child {
	margin-bottom: 0;
}

.japan-top-wrap .access-flex-txt ul {
	margin-block: 20px 0;
}

.japan-top-wrap.en-top-wrap #access .access-flex-txt ul li::before {
	top: 10px;
}

.japan-top-wrap .cmn-title h2,
.japan-top-wrap .cmn-title h1 {
	justify-content: center;
	align-items: baseline;
}

.acf-field .acf-label label {
	pointer-events: none;
}

.acf-pdf-btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 270px;
	padding-block: 15px;
}

.acf-pdf-btn a p {
	padding-left: 0 !important;
}

.page-template-page-events .acf-pdf-btn a {
	background: #F5CD17;
	margin: 50px 0 0 auto;
	max-width: 270px;
	width: 100%;
}

.page-template-page-events .acf-pdf-btn a p {
	font-size: 14px;
	color: #606060;
}

.page-template-page-events .acf-pdf-btn a img {
	width: 20px;
	display: inline-block;
	margin-left: 7.5px;
}

@media screen and (max-width: 1200px) {
	.news-list-title h3 {
		width: calc(100% - 40px);
	}

	.blue-bg {
		width: 100%;
		margin-left: 0;
	}

	#planetariums .archive-event-list .event-list-flex-txt {
		width: calc(100% - 240px);
	}

	.schedule-list {
		width: 100%;
	}

	.schedule-list p.front-remaining-seats-stamp {
		top: -52.5px;
		right: 0px;
	}

	.footer-tower {
		right: 0;
		bottom: 2.5vw;
	}
}

@media screen and (max-width: 1000px) {
	.fv-center-cont .planetarium-list ul li p {
		font-size: 11px;
	}

	.fv-event-list ul li a h3 {
		font-size: 11px;
	}

	.under-menu-top ul {
		gap: 0px 15px;
	}

	.under-menu-top ul li a p {
		font-size: 12px;
	}

	.top-box-cont {
		padding: 30px 20px;
	}

	.top-sns-cont ul li a {
		padding: 15px 10px;
	}

	.top-sns-cont ul li a img {
		width: 35px;
		margin-right: 15px;
	}

	#floor .top-box-cont {
		padding: 40px 20px 30px;
	}

	.guide-cont {
		padding: 0 20px;
		margin-bottom: 40px;
	}

	.tag-cont {
		padding: 0 20px;
	}

	#spend .bread-cont {
		padding: 0 20px 35px;
	}

	.tc-top-wrap .floor01-top-top-center .line:nth-child(2) {
		transform: rotate(-11.5deg);
		top: 17%;
		width: 37.5%;
		right: -19px;
	}

	.fv-top-flex-left {
		width: calc(100% - 60px);
	}
}

@media screen and (max-width: 960px) {
	.floor01-top-top-center .line:nth-child(2) {
		top: 27%;
	}

	.floor01-top-top-center .line:nth-child(3) {
		width: 70%;
		transform: rotate(-50deg);
		left: -24%;
		bottom: 5%;
	}

	.floor01-bottom {
		padding: 30px 15px;
	}
}

@media screen and (max-width: 834px) {
	.wrapper {
		margin-top: 48px;
	}

	.header-logo {
		width: 180px;
		margin-block: 0;
	}

	.header-inner {
		width: calc(100% - 10px);
	}

	.lang-btn img {
		width: 15px;
		margin: 0 auto;
	}

	.lang-btn p {
		font-size: 10px;
		letter-spacing: 0;
		padding: 0;
		border-right: none;
	}

	.header-menu {
		width: 155px;
	}

	.header-menu ul li:nth-child(1) a,
	.header-menu ul li:nth-child(2) a {
		padding: 2.5px 5px;
		border-right: none;
		text-align: center;
	}

	.header-menu ul li a {
		font-size: 10px;
	}

	.header-menu ul li:nth-child(3) {
		padding: 2.5px 5px;
	}

	.header-menu-flex {
		display: block;
		overflow-y: scroll;
		padding-bottom: 50px;
	}

	.drawer--right .drawer-nav {
		top: 49px;
	}

	.header-menu-left {
		padding: 30px 25px 20px;
		width: 100%;
	}

	.header-menu-left-top {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.header-menu-right {
		background: initial;
		width: 100%;
		max-width: 100%;
		padding: 15px 25px 15px;
		margin-bottom: 15px;
	}

	.header-menu-right ul {
		border-bottom: 1px dashed #fff;
		padding-bottom: 15px;
	}

	.header-sp-bottom-menu {
		padding: 0 25px 25px;
	}

	.header-sp-bottom-menu ul li a {
		color: #fff;
		font-size: 12px;
		margin-bottom: 2.5px;
		display: block;
	}

	.fv-center {
		display: block;
		width: 100%;
	}

	.fv-top {
		width: 100%;
	}

	.fv-top-flex {
		max-width: 400px;
		margin: 0 auto;
		display: flex;
		width: 100%;
	}

	.other-lang-wrap .fv-top-flex {
		max-width: 400px;
		width: 100%;
		align-items: stretch;
	}

	.fv-top-flex-left,
	.other-lang-wrap .fv-top-flex-left {
		width: calc(100% - 70px);
		z-index: 1;
		position: relative;
		top: initial;
		left: initial;
		transform: initial;
		-webkit-transform: initial;
		-ms-transform: initial;
		padding: 0;
	}

	.fv-top-flex-right,
	.other-lang-wrap .fv-top-flex-right {
		padding: 0px;
		width: 70px;
		z-index: 2;
		display: block;
		background: #fff;
	}

	.fv-top-flex-right-cont {
		margin-bottom: 0;
		padding: 5px;
		text-align: center;
	}

	.fv-top-flex-right-cont:nth-child(1),
	.other-lang-wrap .fv-top-flex-right-cont h3 {
		background: #2D437C;
		width: 100%;
		/* height: 100%; */
		position: relative;
		padding-top: 70%;
	}

	.other-lang-wrap .fv-top-flex-right-cont h3 {
		padding-top: 0;
	}

	.other-lang-wrap .fv-top-flex-right-cont:nth-child(1) {
		padding-top: 55%;
	}

	.fv-top-flex-right-cont:nth-child(1) {
		height: 100%;
	}

	.other-lang-wrap .fv-top-flex-right-cont:nth-child(2) h3 {
		width: 100%;
		background: #fff;
		color: #2D437C;
	}

	.other-lang-wrap .fv-top-flex-right .time-txt {
		bottom: initial;
		top: initial;
		right: initial;
	}

	.fv-top-flex-right .time-txt {
		position: relative;
		bottom: initial;
		right: initial;
	}

	.fv-top-flex-right-cont h3 {
		background: initial;
		width: 100%;
		font-size: 10px;
		color: #141414;
		padding: 0;
		line-height: 1.3;
	}

	.fv-top-flex-right-cont:nth-child(1) h3 {
		color: #fff;
		padding-bottom: 10px;
		/* border-bottom: 1px solid #fff;
		margin-bottom: 10px; */
	}

	.fv-top-flex-right-cont p {
		font-size: 10px;
	}

	.fv-top-flex-right-cont:nth-child(1) p {
		color: #fff;
		font-size: 12px;
		line-height: 1.3;
	}

	.other-lang-wrap .fv-top-flex-right-cont:nth-child(1) p {
		font-size: 16px;
	}

	.fv-top-flex-right-cont img {
		width: 15px;
		margin: 0 auto 2.5px;
	}

	.fv-top-flex-right .time-txt p {
		font-size: 10px;
		text-align: center;
		margin-block: -2.5px 5px;
		transform: scale(.9);
	}

	.fv-top-flex-left .swiper-button-prev {
		left: -12.5px;
	}

	.fv-top-flex-left .swiper-button-prev::after {
		left: 65%;
	}

	.fv-top-flex-left .swiper-button-next {
		right: -12.5px;
	}

	.fv-top-flex-left .swiper-button-next::after {
		left: 37.5%;
	}

	.fv-center-cont {
		width: 100%;
		padding: 20px 15px;
		position: relative;
	}

	.fv-center-cont:nth-child(1) {
		padding-bottom: 60px;
	}

	.fv-center-cont:nth-child(2) {
		z-index: 1;
		padding-top: 0;
		background: #2D437C;
	}

	.fv-center-cont:nth-child(2)::before {
		content: "";
		position: absolute;
		left: 0;
		top: -40px;
		z-index: -1;
		display: block;
		width: 150%;
		height: 250px;
		border-top-left-radius: 200% 200%;
		border-top-right-radius: 200% 200%;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		background: #2D437C;
	}

	.fv-event-list ul li a h3 {
		font-size: 12px;
		width: calc(100% - 20px);
	}

	.fv-event-list p {
		font-size: 16px;
	}

	.fv-event-list .acc-btn p {
		font-size: 12px;
	}

	.fv-center-cont .planetarium-list ul {
		display: block;
		max-width: 400px;
		margin: 0 auto;
	}

	.fv-center-cont .planetarium-list ul li {
		width: 100%;
	}

	.fv-center-cont .planetarium-list ul li p {
		font-size: 12px;
	}

	.acc-btn.sp {
		display: flex !important;
	}

	.acc-btn {
		max-width: 195px;
	}

	.fv-bottom {
		position: relative;
		z-index: 2;
		background: #fff;
	}

	.fv-center-cont-title img {
		width: 24px;
	}

	.fv-center-cont:nth-child(2) .fv-center-cont-title h2 {
		color: #fff;
	}

	.fv-center-cont:nth-child(1) .bg-cont {
		width: 100%;
		top: initial;
		bottom: 30%;
		transform: translate(-50%, 50%);
		-webkit-transform: translate(-50%, 50%);
		-ms-transform: translate(-50%, 50%);
	}

	.fv-event-list ul li a {
		margin-bottom: 2.5px;
	}

	.under-menu-nav {
		max-width: 100%;
		width: 100%;
		margin: 0px auto;
		z-index: 2;
		position: relative;
		background: #fff;
		padding-top: 2.5px;
	}

	.under-menu-inner {
		width: 100%;
		max-width: 100%;
	}

	.icon {
		width: 15px;
		height: 15px;
	}

	.fv-bottom-flex {
		align-items: center;
	}

	.fv-bottom-flex-left h2 {
		line-height: 1.2;
	}

	.fv-bottom-flex-right {
		margin-left: 0;
		padding: 0 10px;
	}

	.fv-bottom-flex-right .date {
		margin-right: 10px;
	}

	.fv-bottom-flex-right .date p {
		font-size: 12px;
	}

	.fv-bottom-flex-right .title h3 {
		font-size: 12px;
		margin-right: 7.5px;
	}

	.under-menu-top {
		margin: 10px auto;
		width: calc(100% - 30px);
	}

	.under-menu-top ul {
		gap: 15px;
		grid-template-columns: repeat(3, 1fr);
	}

	.under-menu-bottom {
		max-width: 300px;
		left: 0;
	}

	.sml-btn {
		padding: 12.5px;
	}

	.sml-btn p {
		font-size: 10px;
		white-space: nowrap;
	}

	.sml-btn .icon {
		margin-left: 10px;
	}

	.sml-btn p .sp {
		display: inline !important;
	}

	.top-circle-cont::before {
		top: -60px;
		height: 250px;
	}

	.top-about {
		padding-top: 20px;
		margin-top: 100px;
	}

	.cmn-title {
		margin-bottom: 30px;
		display: flex;
		flex-direction: column-reverse;
	}

	.home .cmn-title {
		display: block;
	}

	.cmn-title h2,
	.cmn-title h1 {
		font-size: 24px;
		display: block;
	}

	.en-top-wrap .cmn-title h2,
	.en-top-wrap .cmn-title h1 span {
		font-size: 24px !important;
	}

	.cmn-title p {
		font-size: 16px;
	}

	.inner {
		max-width: 100%;
		width: calc(100% - 30px);
	}

	.top-box-cont {
		padding: 30px 25px;
		max-width: 500px;
		margin: 0 auto;
	}

	.top-about-img {
		margin: 0 auto 25px;
	}

	.top-about-txt p {
		font-size: 16px;
	}

	.cmn-btn a {
		padding-block: 10px;
	}

	.top-circle-cont {
		padding-block: 0px 120px;
	}

	.top-about .cmn-title {
		display: block;
	}

	.cmn-title h2,
	.cmn-title h1 span {
		font-size: 24px;
	}

	.cmn-title h2 img,
	.cmn-title h1 img {
		width: 32.5px;
		margin: 0 auto;
	}

	.single-cont-bottom .cmn-btn a {
		width: 200px;
	}

	.mitei-txt p {
		font-size: 14px;
	}

	.mitei-txt {
		width: 180px;
		padding: 7.5px 0;
	}

	.event-list ul {
		display: block;
	}

	.event-list ul li.event-list-item a {
		padding: 25px 0px;
	}

	.event-list {
		margin-bottom: 40px;
	}

	.top-event {
		padding-bottom: 30px !important;
	}

	.special-link {
		padding-block: 50px 120px;
	}

	.special-title h2 {
		font-size: 24px;
	}

	.special-link-list {
		max-width: 500px;
	}

	.special-link-list ul {
		display: block;
	}

	.special-link-list ul li {
		width: 100%;
	}

	.special-link-list ul li:nth-child(1) {
		margin-bottom: 30px;
	}

	.special-link-list-img {
		width: 45%;
	}

	.special-link-list-img img {
		position: relative;
		width: 100%;
		height: auto;
		top: initial;
		left: initial;
		transform: initial;
		-webkit-transform: initial;
		-ms-transform: initial;
		padding: 10px 0;
	}

	.special-link-list ul li a {
		align-items: center;
	}

	.special-link-list-txt {
		width: 55%;
		padding: 20px 15px;
	}

	.news-list ul li a,
	.news-list ul li .flex {
		display: block;
		padding: 12.5px 0;
	}

	.news-list-date {
		width: 75px;
		margin-bottom: 7.5px;
	}

	.news-list-title {
		width: 100%;
		justify-content: space-between;
	}

	.top-news {
		padding-bottom: 50px;
	}

	.top-sns {
		padding-bottom: 90px;
	}

	.top-sns .cmn-title {
		margin-bottom: 15px;
	}

	.top-sns-cont p {
		font-size: 14px;
		padding-bottom: 15px;
	}

	.top-sns-cont ul {
		display: block;
		max-width: 400px;
		width: calc(100% - 30px);
		margin: 0 auto;
	}

	.top-sns-cont ul li a {
		padding: 15px 20px;
		justify-content: center;
	}

	.top-sns-cont ul li {
		margin-bottom: 10px;
	}

	.top-sns-cont ul li a img {
		width: 40px;
		margin-right: 20px;
	}

	.top-calender .inner {
		max-width: 100%;
		width: calc(100% - 50px);
	}

	.calender-list-wrap {
		max-width: 500px;
		display: block;
		margin: 0 auto;
	}

	.calender-second {
		display: none;
	}

	.calender-list {
		max-width: 500px;
		display: block;
		margin: 0 auto 20px;
	}

	.calender-list-cont {
		width: 100%;
	}

	.front-calender-month {
		font-size: 16px;
	}

	.front-calender-date {
		text-align: right;
		font-size: 12px;
		height: 40px;
	}

	.front-calender-week {
		font-size: 12px;
	}

	.top-calender .cmn-btn {
		max-width: 500px;
	}

	.top-calender .cmn-btn a {
		max-width: 225px;
	}

	.top-calender .cmn-btn a p {
		color: #F2A4B5;
		font-size: 12px;
		text-align: left;
		padding-left: 20px;
	}

	.top-calender {
		padding-bottom: 35vw !important;
	}

	.footer-top-cont,
	.other-lang-footer .footer-top-cont {
		top: -27.5vw;
	}

	.footer-top-btn {
		width: 75px;
		top: 13vw;
	}

	.footer-logo a {
		display: flex;
		align-items: center;
		text-align: center;
		justify-content: space-between;
		width: 100%;
	}

	.footer-logo a img {
		width: 50px;
	}

	.footer-logo a p {
		font-size: 16px;
		font-weight: 700;
	}

	.other-lang-footer .footer-inner {
		padding-block: 45px 35px;
	}

	.other-lang-footer .footer-logo {
		width: 240px;
	}

	.other-lang-footer .footer-logo a p {
		font-size: 20px;
	}

	.other-lang-footer .footer-logo a img {
		width: 50px;
	}

	.footer-inner {
		max-width: 100%;
		width: calc(100% - 30px);
		margin: 0 auto;
		padding-block: 45px 30px;
		position: relative;
		z-index: 10;
		display: block;
	}

	.footer-logo {
		width: 200px;
		margin: 0 auto 30px;
	}

	.footer-menu {
		display: block;
		max-width: 400px;
		width: 100%;
		margin: 0 auto;
	}

	.footer-menu-left {
		margin-bottom: 20px;
		padding-inline: 30px;
		margin-right: 0;
		border-right: 0;
		width: 100%;
		display: flex;
		padding-bottom: 30px;
		justify-content: space-between;
		border-bottom: 1px solid #D4D4D4;
	}

	.footer-menu-right {
		width: 100%;
		text-align: center;
	}

	.footer-menu-right ul li a {
		font-size: 12px;
		font-weight: 400;
	}

	.footer-menu-left-cont ul li a {
		font-size: 14px;
	}

	.under-wrapper {
		padding: 50px 0 27.5vw;
	}

	.under-title {
		margin-bottom: 20px;
		padding-bottom: 7.5px;
	}

	.page-template-page-events .under-title-center .under-title {
		margin-bottom: 40px;
		border-bottom: 2px dashed rgba(175, 175, 175, 1);
	}

	.under-title h2 {
		font-size: 20px;
		line-height: 1.5;
	}

	.bread-cont {
		margin-top: 30px;
	}

	.access-flex {
		display: block;
		max-width: 100%;
	}

	.access-flex-left {
		width: 100%;
		margin-bottom: 20px;
	}

	.access-flex-right,
	.page-template-page-jp .access-flex-right {
		max-width: 500px;
		width: 100%;
	}

	.access-flex-right iframe {
		height: 250px;
	}

	.access-flex-txt ul {
		margin-bottom: 15px;
	}

	.access-flex-txt p {
		margin-left: 0;
	}

	.access-flex-txt ul li {
		line-height: 1.4;
		margin-bottom: 4.5px;
		font-size: 14px;
	}

	.access-flex-right .cmn-btn a {
		width: 180px;
	}

	.cmn-btn a p {
		font-size: 13px;
	}

	#guide .cmn-btn a {
		width: 210px;
		padding: 12.5px 15px;
		margin: 20px 0 0 auto;
	}

	#guide .cmn-btn a p {
		font-size: 12px;
	}

	#guide .cmn-btn.bgn-btn a {
		padding: 0;
		width: 250px;
	}

	.cmn-btn-flex {
		display: block;
	}

	.cmn-btn-flex .cmn-btn:nth-child(1) {
		margin-right: 0;
	}

	#guide .cmn-btn-flex .cmn-btn:nth-child(2) a {
		margin-top: 7.5px;
	}

	.guide-list ul li {
		padding: 10px 0px;
	}

	.guide-list-icon {
		width: 50px;
	}

	.guide-list-txt {
		width: calc(100% - 75px);
	}

	.cmn-btn a .icon {
		right: 15px;
	}

	.news-list-title h3 {
		margin-right: 0px;
		width: calc(100% - 30px);
	}

	.pagination .page-numbers a,
	.pagination .page-numbers span {
		font-size: 14px;
	}

	.pagination .page-numbers span.current {
		width: 22.5px;
		height: 22.5px;
		line-height: 22.5px;
	}

	.calender-cont {
		max-width: 400px;
		margin: 0 auto 30px;
	}

	.under-title-center .under-title {
		display: inline-block;
		margin-bottom: 20px;
		border-bottom: none;
	}

	.archive-event-list.event-list ul li.event-list-item {
		border-bottom: 2px dashed #AFAFAF;
		margin-bottom: 30px;
		padding-bottom: 15px;
	}

	.archive-event-list .event-list-flex {
		display: block;
	}

	.archive-event-list .event-list-flex-img {
		width: 100%;
		max-width: 400px;
		margin: 0 auto 20px;
	}

	.archive-event-list .event-list-flex-txt {
		width: 100%;
	}

	.archive-event-list h3.sp {
		font-size: 16px;
		margin-bottom: 10px;
		border-bottom: initial;
		font-weight: 700;
	}

	.archive-event-list .event-list-txt {
		margin-top: 5px;
	}

	ul.tag-list li {
		padding: 4.5px 7.5px 3.5px;
		font-size: 12px;
	}

	.under-img-title h2 span {
		font-size: 20px;
	}

	.search-result-box-cont-list {
		display: block;
		text-align: center;
	}

	.search-result-box-cont-list p {
		width: auto;
		margin: 0 auto 10px;
		text-align: center;
	}

	.search-result-box-cont-list ul {
		width: 100%;
		justify-content: center;
	}

	.search-result-box-cont-list ul li a {
		padding: 2.5px 10px;
	}

	.search-result-box {
		max-width: 500px;
		margin: 0 auto 60px;
		padding: 20px 12.5px;
	}

	.available-btn {
		gap: 5px;
		font-size: 12px;
	}

	.available-btn::after {
		width: 12px;
		height: 12px;
	}

	.available-btn::before {
		width: 6px;
		height: 6px;
		right: 2.75px;
	}

	.archive-event-list.event-list ul li.event-list-item:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}

	.policy-cont {
		margin-left: 20px;
		margin-bottom: 25px;
	}

	.under-nav-btn ul li a img {
		top: -1px;
	}

	.under-nav-btn {
		max-width: 190px;
		margin: 0 auto 50px;
	}

	.under-nav-btn ul {
		display: block;
	}

	.under-nav-btn ul li:nth-child(1) {
		margin-bottom: 12.5px;
	}

	.tab-buttons {
		max-width: 270px;
		gap: 0px 20px;
	}

	.tab-btn {
		padding: 5px 0px 7.5px;
	}

	.floor2-flex {
		display: block;
		margin-bottom: 50px;
	}

	.floor2-flex-img {
		width: 100%;
		margin: 0 auto 25px;
	}

	.floor2-flex-txt {
		width: calc(100% - 15px);
		margin: 0 auto;
	}

	.tab-contents {
		max-width: 500px;
		margin: 0 auto;
	}

	.floor01-top-top {
		margin-bottom: 20px;
		display: block;
	}

	.floor01-top-top-left {
		width: 100%;
		margin-bottom: 10px;
		display: flex;
		justify-content: space-between;
	}

	.floor01-top-top-center {
		width: 100%;
	}

	.floor01-top-top-center img {
		top: initial;
		left: initial;
		transform: initial;
		-webkit-transform: initial;
		-ms-transform: initial;
		position: relative;
	}

	.floor01-flex .txt h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.floor01-top-bottom {
		width: 100%;
	}

	.floor01-top-bottom-flex {
		margin-bottom: 0px;
	}

	.floor01-top-top-left-flex {
		width: 49%;
		display: flex !important;
	}

	.floor01-bottom-flex {
		display: block;
	}

	.floor01-bottom-flex-left {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	.floor01-bottom-flex-center {
		width: 80%;
		margin: 25px auto;
	}

	.floor01-bottom-flex-right {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.floor01-sp-txt {
		width: calc(100% - 30px);
		margin: 40px auto;
	}

	.floor01-top-top-center .line:nth-child(1) {
		width: 25%;
		transform: rotate(60deg);
		bottom: initial;
		top: 14%;
		left: 8%;
	}

	.floor01-top-top-center .line:nth-child(2) {
		top: 8%;
		width: 18%;
		right: 20%;
		transform: rotate(-55deg);
	}

	.floor01-top-top-center .line:nth-child(3) {
		width: 30%;
		transform: rotate(-60deg);
		left: 29.5%;
		bottom: 15%;
	}

	.floor01-bottom {
		padding: 12.5px 10px;
	}

	.floor01-bottom-cont:nth-child(1) {
		margin-bottom: 0;
	}

	.floor01-bottom-cont {
		border-radius: 7px;
		width: 48.5%;
	}

	.floor01-bottom-cont-img {
		padding: 7.5px;
	}

	.floor01-bottom-cont-txt {
		padding: 25px 10px;
	}

	#floor01-bottom-cont05.floor01-bottom-cont {
		background: rgba(237, 245, 255, 1);
		width: 100%;
		margin-top: 10px;
		display: flex !important;
		align-items: center;
		justify-content: space-between;
	}

	#floor01-bottom-cont05.floor01-bottom-cont.pc {
		display: none !important;
	}

	#floor01-bottom-cont05.floor01-bottom-cont .floor01-bottom-cont-img {
		padding: 20px 7.5px;
		width: 45%;
	}

	#floor01-bottom-cont05.floor01-bottom-cont .floor01-bottom-cont-txt {
		padding: 20px 7.5px;
		width: 50%;
	}

	.floor01-sp-txt .cmn-btn a {
		margin: 25px 0 0 auto;
		width: 240px;
	}

	.floor01-sp-txt .cmn-btn a p {
		text-align: left;
		padding-left: 15px;
	}

	.floor01-flex-one-txt {
		margin-bottom: 20px;
	}

	.floor01-flex-one-txt p {
		font-size: 15px;
	}

	.floor01-top-bottom-flex.sp {
		display: flex !important;
	}

	.floor2-flex-txt .cmn-btn a {
		width: 250px;
		margin: 20px 0 0 auto;
	}

	.floor2-flex-txt .cmn-btn a p {
		font-size: 12px;
		padding-left: 15px;
	}

	.floor02-top {
		margin-block: 60px;
	}

	.floor2-flex-img .abs {
		width: 50%;
		top: -80px;
		left: 0px;
	}

	.floor2-flex-txt .popup-btn {
		margin: 15px 0 0 auto;
		width: 80px;
		padding: 10px;
	}

	.floor2-flex:nth-child(2) {
		flex-direction: column-reverse;
	}

	.floor01-flex .circle {
		width: 17.5px;
	}

	.floor01-flex .txt {
		width: calc(100% - 20px);
	}

	.floor01-flex .txt h3 {
		letter-spacing: 0;
		margin-bottom: 5px;
	}

	.floor01-flex .txt {
		width: 100%;
	}

	.floor01-top-bottom .cmn-btn a {
		margin: 15px 0 30px auto;
		width: 270px;
	}

	.floor01-top-bottom .cmn-btn:nth-child(3) a {
		width: 180px;
	}

	.floor01-top-bottom .cmn-btn a p {
		text-align: left;
		padding-left: 15px;
	}

	.popup-inner {
		padding: 30px 0;
		width: calc(100% - 100px);
	}

	.box-cont-btn ul {
		display: block;
	}

	.box-cont-btn ul li a {
		margin-bottom: 10px;
		padding: 10px 15px;
	}

	.flex-cont {
		display: block;
		margin-bottom: 30px;
	}

	.flex-cont-img {
		width: 100%;
		margin-bottom: 30px;
	}

	.flex-cont-txt {
		width: 100%;
	}

	.schedule-list ul {
		display: block;
	}

	.schedule-list ul li {
		padding: 15px 20px;
		margin-bottom: 10px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.schedule-list-title {
		padding: 10px 15px;
		margin: 0 20px;
		border: none;
		border-left: 1px solid rgba(212, 212, 212, 1);
		border-right: 1px solid rgba(212, 212, 212, 1);
		min-height: initial;
	}

	.schedule-list-time {
		width: 17.5%;
	}

	.schedule-list-time p {
		font-size: 15px;
	}

	.schedule-list-title {
		width: 65%;
		margin: 0;
	}

	.schedule-list-title h3 {
		font-size: 12px;
	}

	.schedule-list-situation {
		width: 20%;
		padding-left: 2.5%;
	}

	.schedule-list-situation p {
		font-size: 14px;
	}

	.schedule-list-situation small {
		font-size: 13px;
	}

	.box-inner-cont .cmn-btn a {
		width: 300px;
		margin-bottom: 20px;
	}

	.box-inner-cont#cont01 p:last-child {
		font-size: 15px;
		font-weight: 700;
	}

	.box-inner-cont {
		margin-bottom: 30px;
	}

	.list-cont-list.flex {
		display: block;
	}

	.box-inner-cont .list-cont .cmn-btn a {
		width: 230px;
		margin-block: 20px;
	}

	.box-inner-cont .list-cont .cmn-btn.bgn-btn a .icon::before {
		top: 40%;
	}

	.box-inner-cont .list-cont .cmn-btn.bgn-btn a {
		width: 315px;
		margin-block: 15px;
	}

	.box-inner-cont .list-cont .cmn-btn.bgn-btn a p {
		font-size: 14px;
	}

	#planetariums .caution-cont {
		margin-top: 0px;
	}

	.subject-box {
		padding: 15px;
		display: block;
		width: 100%;
		text-align: center;
	}

	.subject-box p {
		font-size: 17px;
		margin-right: 0;
		margin-bottom: 10px;
	}

	#planetariums .archive-event-list .event-list-flex-txt {
		width: 100%;
	}

	#planetariums .archive-event-list .event-list-flex-img {
		width: 100%;
		max-width: 350px;
		height: auto;
	}

	#planetariums .archive-event-list .event-list-flex-img h3 {
		font-size: 16px;
		font-weight: 700;
		margin-bottom: 20px;
	}

	#planetariums .event-list-flex {
		margin-bottom: 10px;
	}

	.box-inner-cont .planetariums-list .cmn-btn {
		width: 160px;
		padding: 12.5px;
	}

	.journal-list .news-list-content {
		width: 100%;
	}

	.journal-list .news-list-thumb {
		width: 100%;
		margin-bottom: 15px;
	}

	.journal-list .news-list-title h3 {
		font-size: 20px;
		margin-top: 0px;
	}

	.group-last-link a {
		margin-top: 20px;
		font-size: 12px;
	}

	.group-list-txt p {
		font-size: 14px;
		padding-bottom: 20px;
	}

	.group-list-title h3 {
		font-size: 14px;
	}

	.page-template-page-group .group-list-title h3 {
		font-size: 18px;
	}

	.press-txt,
	.list-cont-list {
		margin-bottom: 15px;
	}

	.year-filter {
		margin-bottom: 10px;
	}

	.press-list.list-cont-list ul li .txt {
		display: block;
	}

	.press-list.list-cont-list ul li .txt img {
		width: 17.5px;
		margin-inline: 0;
		position: relative;
		bottom: 0;
		display: inline-block;
	}

	.press-list.list-cont-list ul li {
		align-items: initial;
	}

	.concept-box {
		padding: 15px 10px;
		margin-block: -10px 20px;
		text-align: center;
	}

	.concept-box p span {
		line-height: 1.3;
	}

	.single-title-cont p {
		margin-bottom: 10px;
	}

	.single-title-cont h1 {
		padding-bottom: 7.5px;
		font-size: 20px;
	}

	.single-cont-img {
		margin: 0 auto 20px;
		max-width: 100%;
	}

	.greed-flex-img {
		width: 240px;
		margin: 0 auto 30px;
	}

	.greed-flex {
		display: block;
	}

	.greed-flex-txt {
		width: 100%;
	}

	.greed-name-txt {
		text-align: center;
		margin-bottom: 30px;
	}

	.greed-name-txt p {
		font-size: 13px;
	}

	.greed-name-txt p span {
		font-size: 16px;
		display: block;
	}

	.accordion-header {
		margin-bottom: 15px;
		padding: 10px;
	}

	.accordion-content p {
		padding-bottom: 12.5px;
	}

	#guide .acc-wrap .cmn-btn a {
		width: 200px;
		padding: 12.5px 10px;
		margin-left: auto;
	}

	#spend .under-nav-btn {
		max-width: 300px;
	}

	.spend-title h2 {
		font-size: 25px;
		text-align: center;
		line-height: 1.3;
		width: 100%;
	}

	.spend-flex {
		display: block;
		margin-bottom: 30px;
	}

	.spend-flex-img {
		width: 100%;
		margin-bottom: 20px;
	}

	.spend-flex-txt-title.sp {
		display: flex !important;
	}

	.spend-flex-txt {
		width: 100%;
	}

	.abs-arrow {
		position: relative;
		width: 55px;
		left: initial;
		transform: initial;
		-webkit-transform: initial;
		-ms-transform: initial;
		bottom: initial;
		margin: 20px auto 0;
	}

	.spend-flex-txt-title {
		justify-content: space-between;
	}

	.spend-flex-txt-title .circle {
		width: 42.5px;
		height: 42.5px;
		margin-right: 0px;
	}

	.spend-flex-txt-title .circle p {
		font-size: 16px;
		line-height: 42.5px;
	}

	.spend-flex-txt-title h3 {
		font-size: 16px;
	}

	.spend-flex-txt-title-right {
		width: calc(100% - 50px);
		display: flex;
		align-items: center;
	}

	.spend-time-tag p {
		font-size: 13px;
	}

	#spend .guide-cont .cmn-btn a {
		margin-inline: auto 0;
		margin-top: 20px;
		width: 150px;
	}

	#spend .guide-cont .cmn-btn.big a {
		width: 235px;
	}

	#spend .guide-cont .cmn-btn a p {
		font-size: 13px;
		padding-left: 15px;
	}

	.tag-cont-flex {
		display: block;
	}

	.tag-cont-tag {
		width: 100%;
		margin-bottom: 10px;
	}

	.tag-cont-txt {
		width: 100%;
	}

	.single-cont {
		display: block;
	}

	.single-cont-img {
		width: 100%;
	}

	.single-cont-txt {
		width: 100%;
	}

	.contact-box {
		padding: 30px 20px;
	}

	.contact-table th {
		width: 100%;
		display: block;
		margin-bottom: 7.5px;
	}

	.contact-table th p {
		margin-bottom: 0;
	}

	.contact-table td {
		width: 100%;
		display: block;
		margin-bottom: 25px;
	}

	.contact-table td input,
	.contact-table td textarea {
		padding: 10px;
		margin-bottom: 0px;
	}

	.contact-table td.contact-center {
		margin-bottom: 0;
	}

	.thanks-txt h2 {
		padding-bottom: 20px;
		font-size: 20px;
	}

	.single-cont-top {
		display: block;
		margin-bottom: 20px;
	}

	.single-cont-top .single-cont-img {
		width: 100%;
		margin: 0 auto 20px;
		max-width: 400px;
		aspect-ratio: 1/1;
	}

	.single-cont-top .single-cont-txt {
		width: 100%;
	}

	.single-cont-editor {
		margin-top: 20px;
	}

	.event-single-target-list {
		margin-bottom: 10px;
		gap: 5px;
	}

	.single-cont-bottom-txt p,
	.single-cont-editor p {
		font-size: 14px;
		padding-bottom: 15px;
	}

	.single-table-cont .single-table-cont-list p {
		font-size: 14px;
	}

	.en-top-wrap .guide-txt p span {
		font-size: 18px;
	}

	.top-circle-cont .other-lang-btn {
		margin: 0 auto 30px;
	}

	.en-top-wrap .top-circle-cont {
		padding-block: 0px 100px !important;
	}

	.en-top-wrap .floor01-top-top-center .line:nth-child(2) {
		transform: rotate(-55deg);
	}

	.en-top-wrap .floor01-top-top-center .line:nth-child(3) {
		width: 30%;
		transform: rotate(-60deg);
	}

	.tc-top-wrap .floor01-top-top-center .line:nth-child(1) {
		width: 25%;
		transform: rotate(60deg);
		bottom: initial;
		top: 14%;
		left: 8%;
	}

	.tc-top-wrap .floor01-top-top-center .line:nth-child(3) {
		width: 30%;
		transform: rotate(-60deg);
		bottom: 14.5%;
		left: 29.5%;
	}

	.tc-top-wrap .floor01-top-top-center .line:nth-child(2) {
		transform: rotate(-70deg);
		width: 15%;
		top: 9%;
		right: 24.25%;
	}

	.en-top-wrap #planetariums .planetariums-list .event-list-flex-img {
		width: 100%;
		height: auto;
	}

	.en-top-wrap #planetariums .planetariums-list .event-list-flex-txt {
		width: 100%;
	}

	.en-top-wrap #planetariums .planetariums-list ul li {
		margin-bottom: 40px;
	}

	.en-top-wrap #planetariums .planetariums-list ul li:last-child {
		margin-bottom: 0;
	}

	.en-top-wrap #access .cmn-title {
		flex-direction: column;
	}

	.en-top-wrap #access .access-flex-right .cmn-btn a {
		max-width: 250px;
		margin-block: 20px 30px;
	}

	.en-top-wrap #contact {
		padding-bottom: 240px !important;
	}

	.en-top-wrap.japan-top-wrap #access {
		padding-bottom: 240px !important;
	}

	.en-top-wrap .under-menu-bottom ul {
		display: block;
		max-width: 300px;
		margin: 20px auto 0;
	}

	.en-top-wrap.tc-top-wrap .under-menu-bottom ul {
		display: flex;
		max-width: 400px;
		justify-content: center;
		gap: 0 10px;
	}

	.en-top-wrap .under-menu-bottom ul li:nth-child(1) {
		margin-bottom: 10px;
	}

	.en-top-wrap.tc-top-wrap .under-menu-bottom ul li:nth-child(1) {
		margin-bottom: 0px;
	}

	.en-top-wrap .under-menu-top ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
		gap: 10px;
	}

	.en-top-wrap.tc-top-wrap .under-menu-top ul {
		justify-content: space-between;
		gap: 0;
	}

	.en-top-wrap .under-menu-top ul li {
		width: 32%;
	}

	.en-top-wrap #floor.top-circle-cont .other-lang-btn {
		margin-right: 0;
		max-width: 300px;
	}

	.en-top-wrap.tc-top-wrap #floor.top-circle-cont .other-lang-btn {
		margin-right: auto;
	}

	.accordion-content.in-img {
		display: block;
	}

	.accordion-content.in-img p {
		width: 100%;
		margin-bottom: 5px;
	}

	.accordion-content.in-img img {
		width: 100%;
		max-width: 300px;
		margin-right: auto;
	}

	.fv-center-cont:nth-child(2) .acc-btn .btn-icon {
		background: #2D437C;
	}

	.lang-list {
		border: none;
		bottom: -227.5px;
		box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
	}

	.lang-list .close-btn {
		position: relative;
		border-radius: initial;
		background: initial;
		text-align: right;
		width: 100%;
		height: initial;
		top: initial;
		right: initial;
		padding: 7.5px 22.5px 10px;
		border-bottom: 1px solid #DFDFDF;
		font-size: 16px;
		line-height: 1;
	}

	.lang-list .close-btn span {
		font-weight: 100;
		font-size: 24px;
		line-height: 1;
		position: relative;
		top: 3px;
	}

	.lang-list ul li a {
		padding: 10px 22.5px;
		border-bottom: 1px solid #DFDFDF;
		text-align: left;
		font-size: 16px;
		display: block;
		line-height: 1;
	}

	.event-info-01-calender-note {
		padding: 10px;
		display: block;
	}

	.event-info-01-calender-note-item {
		margin-right: 0px;
		margin-bottom: 5px;
	}

	.event-info-01-calender-note-item:last-child {
		margin-bottom: 0;
	}

	.event-info-01-calender-link {
		font-size: 10px;
	}

	.under-menu-nav.is-hidden.is-out {
		top: -200px;
	}

	.under-menu-nav.is-out {
		top: 44.5px;
		padding-bottom: 0;
	}

	.floor01-bottom-title {
		margin-block: 20px 30px;
	}

	.floor01-bottom-title h2 {
		font-size: 20px;
		padding-bottom: 10px;
	}
}

@media screen and (max-width: 500px) {
	.fv-top-flex {
		max-width: 100%;
		align-items: stretch;
	}

	.fv-top-flex-right-cont:nth-child(2) {
		padding-bottom: 0;
	}

	.fv-top-flex-right-cont:nth-child(1) p {
		font-size: 11px;
		line-height: 1.1;
	}

	.front-remaining-seats-stamp {
		padding: 4.5px 2.5px;
		font-size: 11px;
		top: 4.5px;
		right: 10px;
	}

	.fv-bottom {
		background: rgba(218, 21, 64, 1);
	}

	.fv-bottom-flex-left {
		padding: 5px 10px;
	}

	.fv-bottom-flex-left h2 {
		font-size: 11px;
		white-space: nowrap;
	}

	.fv-bottom-flex-right {
		padding-block: 5px;
		background: #fff;
	}

	.fv-bottom-flex-right .date p {
		font-size: 10px;
	}

	.fv-bottom-flex-right .title h3 {
		font-size: 11px;
		margin-right: 5px;
		width: calc(100% - 20px);
	}

	.fv-bottom-flex-right .date {
		margin-right: 7px;
		width: 50px;
	}

	.fv-bottom-flex-right .title {
		width: calc(100% - 50px);
	}

	.under-menu-top ul li a p {
		font-size: 10px;
		letter-spacing: 0;
	}

	.sml-btn {
		padding: 7.5px 12.5px;
	}

	.top-about {
		margin-top: 90px;
	}

	.top-circle-cont::before {
		top: -40px;
		height: 180px;
	}

	.top-circle-cont {
		padding-block: 0px 100px;
	}

	.event-list-flex {
		display: block;
	}

	.event-list-flex-img {
		width: 100%;
		margin: 0 auto 20px;
	}

	.event-list-flex-txt {
		width: 100%;
	}

	ul.tag-list li {
		padding: 4.5px 7.5px 3px;
		border-radius: 2.5px;
	}

	.special-title {
		margin-bottom: 30px;
	}

	.special-link-list ul li:nth-child(1) {
		margin-bottom: 20px;
	}

	.news-list-title h3 {
		width: calc(100% - 20px);
		line-height: 1.4;
	}

	.header-menu-left {
		padding: 20px 25px 10px;
	}

	.under-menu-top ul li a img {
		margin-bottom: 4.5px;
	}

	.floor01-top-top-center {
		width: 100%;
		margin-bottom: 20px;
	}

	.floor01-top-bottom p {
		font-size: 15px;
	}

	.popup-btn {
		width: 100px;
		padding: 10px;
		margin: 20px auto 0;
	}

	.floor01-bottom-cont-txt {
		padding: 17.5px 10px 20px;
	}

	#floor01-bottom-cont05.floor01-bottom-cont .floor01-bottom-cont-txt {
		width: 55%;
		padding-block: 15px;
	}

	#floor01-bottom-cont05 .floor01-bottom-cont-txt-title h4 {
		font-size: 16px;
		line-height: 1.2;
	}

	#floor01-bottom-cont05 .floor01-bottom-cont-txt-title {
		margin-bottom: 0;
	}

	#floor01-bottom-cont05 .popup-btn {
		margin-top: 10px;
	}

	.popup-inner {
		max-width: 300px;
	}

	.popup-img {
		width: calc(100% - 50px);
		margin: 0 auto 20px;
	}

	.popup-txt p,
	.popup-txt ul,
	.popup-txt h4 {
		width: calc(100% - 50px);
	}

	.popup-txt h3 {
		padding-bottom: 12.5px;
	}

	.schedule-list-title {
		margin: 0 5px;
	}

	.box-inner-cont#cont01 p:last-child {
		font-size: 10px;
	}

	.schedule-list ul li {
		padding: 15px 10px;
	}

	.schedule-list-situation small {
		font-size: 10px;
	}

	.schedule-list-situation span {
		font-size: 20px;
	}

	.schedule-list-situation span.batsu {
		font-size: 36px;
	}

	.schedule-list-situation {
		padding-left: 0;
	}

	.box-inner-cont#cont01 p.sp:last-child {
		font-size: 15pxd;
	}

	.box-inner-cont .cmn-btn a p {
		font-size: 12px;
	}

	.box-inner-cont .cmn-btn a {
		width: 255px;
	}

	.list-cont-list ul li {
		justify-content: space-between;
	}

	#planetariums .list-cont-list ul li {
		justify-content: initial;
	}

	#planetariums .list-cont-list ul li .txt {
		width: 200px;
		margin-right: 5px;
	}

	#planetariums .list-cont-price .list-cont-list ul li .txt::before {
		width: 160px;
	}

	#planetariums .list-cont-price .list-cont-list ul li:nth-child(2) .txt::before {
		width: 25px;
	}

	.box-inner-cont .list-cont .cmn-btn a {
		width: 200px;
	}

	.blue-bg {
		padding: 30px 15px;
	}

	.top-box-cont {
		padding: 30px 20px;
	}

	.subject-box ul li {
		padding: 4.5px 7.5px 3px;
		font-size: 14px;
	}

	#planetariums .list-cont-list ul li .price,
	.list-cont-list ul li .txt {
		font-size: 14px;
	}

	#planetariums .list-cont-list ul li .price {
		width: 55px;
	}

	.event-list-flex-txt p.flex span {
		font-size: 14px;
		line-height: 1.4;
	}

	.event-list-flex-txt p.flex {
		margin-bottom: 5px;
		align-items: baseline;
	}

	.box-inner-cont .planetariums-list .cmn-btn {
		margin-top: 25px;
	}

	.guide-cont {
		padding: 0 15px;
	}

	.spend-flex-txt-title h3 {
		font-size: 15px;
	}

	.en-top-wrap .under-menu-top ul li {
		width: 31%;
	}

	.en-top-wrap .top-about {
		margin-top: 60px;
	}

	.en-top-wrap #contact {
		padding-bottom: 150px !important;
	}

	.en-top-wrap.japan-top-wrap #access {
		padding-bottom: 150px !important;
	}

	.fv-event-list ul li a h3 {
		font-size: 11px;
		line-height: 1.2;
	}

	.acc-btn {
		max-width: 195px;
		margin-top: 10px;
	}

	.fv-center-cont:nth-child(1) {
		padding-bottom: 40px;
	}

	.fv-center-cont:nth-child(2)::before {
		top: -25px;
		height: 200px;
	}

	.fv-center-cont-title {
		margin-bottom: 10px;
	}

	.under-menu-top ul {
		gap: 7.5px;
	}

	.fv-center-cont .planetarium-list ul li p {
		font-size: 11px;
		line-height: 1.2;
	}

	.fv-center-cont {
		padding: 15px 15px 10px;
	}

	.acc-btn .btn-icon::before {
		border-bottom: solid 1px #fff;
		border-right: solid 1px #fff;
		top: 44.5%;
	}

	#planetariums .archive-event-list .event-list-flex-img {
		max-width: 250px;
		margin-bottom: 10px;
	}
}

.page-template-page-planetariums .not-event {
	margin-block: 60px 30px;
}

.not-event p {
	border: 2px dashed #D4D4Dd;
	max-width: 280px;
	margin: 0 auto;
	text-align: center;
	padding-block: 15px;
	font-size: 15px;
	font-weight: 700;
}

.maintenance-area {
	background: #FFFCEC;
	padding: 60px 20px 22vw;
}

.maintenance-box {
	background: #fff;
	padding: 55px;
	max-width: 1000px;
	margin: 0 auto;
}

.maintenance-box-title {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: dashed 2px #AFAFAF;
}

.maintenance-box-title h1 {
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 0%;
	line-height: 1;
}

.maintenance-box-txt p {
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 2%;
	line-height: 1.7;
}

.maintenance-box-txt a {
	text-decoration: underline;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: .02rem;
}

.is-maintenance .wrapper {
	margin-top: 0px;
}

.is-maintenance .footer-inner {
	max-width: 980px;
	margin: 0 auto 20px;
	padding-block: 35px 30px;
	border-bottom: 1px solid #D4D4D4;
}

.footer-in-logo {
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
}

.is-maintenance .copy {
	padding-bottom: 15px;
}

.news-list ul li a.no-link {
	pointer-events: none;
}

@media screen and (max-width: 834px) {
	.maintenance-area {
		padding: 45px 12.5px 28vw;
	}

	.maintenance-box {
		padding: 35px 25px;
		max-width: 500px;
	}

	.maintenance-box-title {
		margin-bottom: 15px;
	}

	.maintenance-box-title h1 {
		font-size: 20px;
	}

	.footer-in-logo {
		max-width: 225px;
	}

	.not-event p {
		max-width: 225px;
		padding-block: 12.5px;
		font-size: 15px !important;
	}

	.page-template-page-planetariums .not-event {
		margin-block: 35px 30px;
	}

	.front-remaining-seats-alert {
		font-size: 16px;
	}

	.fv-top-flex-right-cont p.is-holiday {
		font-size: 12px;
		line-height: 1.4;
	}

	.page-template-page-events .acf-pdf-btn a p {
		font-size: 12px;
	}

	.page-template-page-events .acf-pdf-btn a {
		max-width: 225px;
	}
}
