html,
body {
	width: 100%;
}

#header {}

#header .logo {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 5;
	font-size: 0;
	line-height: 0;
}

#header .open {
	position: fixed;
	z-index: 5;
	font-size: 0;
	line-height: 0;
	/*background: #D90000;*/
	background: #f16161;
	transition: all 300ms 0s ease;
}

#header .backdx {
	position: fixed;
	z-index: 5;
	font-size: 0;
	line-height: 0;
	/*background: #D90000;*/
	background: #f16161;
	transition: all 300ms 0s ease;
}

#header .open i {
	display: block;
	background: #FFFFFF;
	position: absolute;
	transform-origin: center;
	transition: all 300ms 0s ease;
}

#header.on .open {
	/*background: #000000;*/
	background: #595f88;
}

/* PC */
@media screen and (min-width:1041px) {
	.leaflet-top {
		top: 120px !important;
	}

	#header .logo {
		background: url("../img/logo.png") no-repeat center/cover;
		width: 263px;
		height: 105px;
	}

	#header .open {
		right: 30px;
		top: 30px;
		width: 75px;
		height: 75px;
	}

	#header .backdx {
		right: 30px;
		top: 110px;
		width: 75px;
		height: 75px;
	}

	#header .open i {
		left: 50%;
		width: 39px;
		height: 3px;
		transform: translateX(-50%);
	}

	#header .open i:nth-child(1) {
		top: 15px;
	}

	#header .open i:nth-child(2) {
		top: 25px;
	}

	#header .open i:nth-child(3) {
		top: 35px;
	}

	#header.on .open i:nth-child(1) {
		width: 22px;
		height: 1px;
		top: 35px;
		transform: translateX(-50%) rotate(45deg);
	}

	#header.on .open i:nth-child(2) {
		width: 0;
		height: 0;
	}

	#header.on .open i:nth-child(3) {
		width: 22px;
		height: 1px;
		top: 35px;
		transform: translateX(-50%) rotate(-45deg);
	}
}

/* SP */
@media screen and (max-width:1040px) {
	#header .logo {
		background: url("../img/logo_sp.png") no-repeat center/cover;
		width: calc(318px / 2);
		height: calc(118px / 2);
		transition: all 300ms 0s ease;
	}

	#header .open {
		right: calc(30px / 2);
		top: calc(06px / 2);
		width: calc(100px / 2);
		height: calc(100px / 2);
	}

	#header .backdx {
		right: calc(30px / 2);
		top: calc(120px / 2);
		width: calc(100px / 2);
		height: calc(100px / 2);
	}

	#header .open i {
		left: 50%;
		width: calc(52px / 2);
		height: calc(4px / 2);
		transform: translateX(-50%);
	}

	#header .open i:nth-child(1) {
		top: calc(20px / 2);
	}

	#header .open i:nth-child(2) {
		top: calc(36px / 2);
	}

	#header .open i:nth-child(3) {
		top: calc(52px / 2);
	}

	#header.on .open i:nth-child(1),
	#header.on .open i:nth-child(1) {
		width: calc(30px / 2);
		height: calc(2px / 2);
		top: calc(48px / 2);
		transform: translateX(-50%) rotate(45deg);
	}

	#header.on .open i:nth-child(2) {
		width: 0;
		height: 0;
	}

	#header.on .open i:nth-child(3) {
		width: calc(30px / 2);
		height: calc(2px / 2);
		top: calc(48px / 2);
		transform: translateX(-50%) rotate(-45deg);
	}

	html.lity-active #header .logo {
		opacity: 0;
		top: calc(-199px / 2);
	}
}

#nav {
	position: fixed;
	z-index: 1;
	font-size: 0;
	line-height: 0;
	/*background: #D90000;
	color: #FFFFFF;*/
	background: #f16161;
	color: #fbfaec;
	height: 0;
	overflow: hidden;
	transition: all 300ms 0s ease;
}

#nav .nav_box {
	overflow-y: scroll;
	height: 100%;
	scrollbar-width: thin;
	scrollbar-color: rgba(255, 255, 255, 1) rgba(255, 255, 255, 0.35);
}

#nav .nav_box::-webkit-scrollbar-track {
	background-color: rgba(255, 255, 255, 0.35);
}

#nav .nav_box::-webkit-scrollbar-thumb {
	background-color: rgba(255, 255, 255, 1);
}

#nav a {
	/*color: #FFFFFF;*/
	color: #fbfaec;
}

#nav p a::before {
	display: inline-block;
	vertical-align: middle;
	content: "";
	background: url("../img/pin.png") no-repeat center/cover;
}

/* PC */
@media screen and (min-width:1041px) {
	#nav {
		right: 30px;
		top: 30px;
		width: 398px;
		padding: 0 20px 0 45px;
	}

	#nav h2 {
		font-size: 26px;
		line-height: 1.4;
		margin-top: 45px;
	}

	#nav p {
		font-size: 18px;
		line-height: 1.4;
		margin: 20px 0 0 20px;
	}

	#nav p a::before {
		width: 12px;
		height: 17px;
		margin-right: 12px;
	}

	#nav .nav_box {
		padding-bottom: 20px;
	}

	#nav .nav_box::-webkit-scrollbar {
		width: 6px;
	}

	#nav .nav_box::-webkit-scrollbar-track {
		border-radius: 3px;
	}

	#nav .nav_box::-webkit-scrollbar-thumb {
		border-radius: 3px;
	}

	#header.on #nav {
		height: calc(100% - 60px);
		padding-top: 20px;
		padding-bottom: 66px;
	}
}

/* SP */
@media screen and (max-width:1040px) {
	#nav {
		left: calc(50px / 2);
		top: calc(50px / 2);
		right: calc(50px / 2);
		padding: 0 calc(26px / 2) 0 calc(66px / 2);
	}

	#nav h2 {
		font-size: calc(42px / 2);
		line-height: 1.4;
		margin-top: 30px;
	}

	#nav p {
		font-size: calc(30px / 2);
		line-height: 1.4;
		margin: calc(50px / 2) 0 0 calc(40px / 2);
	}

	#nav p a::before {
		width: calc(20px / 2);
		height: calc(28px / 2);
		margin-right: calc(20px / 2);
	}

	#nav .nav_box {
		padding: calc(120px / 2) 0 calc(86px / 2);
	}

	#nav .nav_box::-webkit-scrollbar {
		width: 6px;
	}

	#nav .nav_box::-webkit-scrollbar-track {
		border-radius: 3px;
	}

	#nav .nav_box::-webkit-scrollbar-thumb {
		border-radius: 3px;
	}

	#header.on #nav {
		height: calc(100% - 50px);
		padding-bottom: calc(86px / 2);
	}
}

#map {
	position: fixed;
	z-index: 0;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

#news {
	display: flex;
	align-items: center;
	position: fixed;
	z-index: -1;
	color: #FFFFFF;
	background: rgba(0, 0, 0, 0.7);
	transition: all 300ms 0s ease;
	transform: translateY(100%);
	opacity: 0;
}

#news .back {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
}

#news h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #d90000;
	cursor: pointer;
	position: relative;
	z-index: 4;
}

#news h3::before {
	display: block;
	content: "";
	margin-right: 0.5em;
	transform: translateY(-25%) rotate(45deg);
}

#news ul {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 4;
	scrollbar-width: thin;
	scrollbar-color: rgba(255, 255, 255, 1) rgba(255, 255, 255, 0.35);
}

#nav .nav_box::-webkit-scrollbar-track {
	background-color: rgba(255, 255, 255, 0.35);
}

#nav .nav_box::-webkit-scrollbar-thumb {
	background-color: rgba(255, 255, 255, 1);
}

#news ul li {
	display: flex;
}

#news ul li:not(:first-child) {
	opacity: 0;
	transition: all 300ms 0s ease;
}

body:not(.news_on) #news ul li:first-child {
	white-space: nowrap;
	text-overflow: ellipsis;
}

body:not(.news_on) #news ul li:first-child br {
	display: none;
}

#news ul li time {
	width: 6em;
	white-space: pre;
}

#news ul li>*:not(time) {
	width: calc(100% - 6em);
}

body.news_on #news ul li>*:not(time) {
	/* white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden; */
}

#news a {
	color: #FFFFFF;
	text-decoration: underline;
}

body.news_on #news {
	transform: translateY(0);
	opacity: 1;
	z-index: 2;
}

/* body.news_on #news ul {
	overflow-y: scroll;
} */

body.news_on #news ul li:not(:first-child) {
	opacity: 1;
}

/* PC */
@media screen and (min-width:1041px) {
	#news {
		left: 30px;
		right: 30px;
		bottom: 30px;
		/* height: 66px; */
		font-size: 18px;
		line-height: 1.6;
		padding: 22px;
	}

	#news h3 {
		font-size: 13px;
		width: 78px;
		height: 25px;
		border-radius: 25px;
		margin-right: 22px;
	}

	#news h3::before {
		width: 7px;
		height: 7px;
		border-right: 2px solid #FFFFFF;
		border-bottom: 2px solid #FFFFFF;
	}

	#news ul {
		width: calc(100% - (78px + 22px + 178px));
	}

	body.news_on #news ul {
		width: calc(100% - (78px + 22px));
	}

	#news ul::-webkit-scrollbar {
		width: 4px;
	}

	#news ul::-webkit-scrollbar-track {
		border-radius: 2px;
	}

	#news ul::-webkit-scrollbar-thumb {
		border-radius: 2px;
	}

	#news ul li:not(:first-child) {
		margin-top: 25px;
	}
}

/* SP */
@media screen and (max-width:1040px) {
	#news {
		left: calc(50px / 2);
		right: calc(50px / 2);
		bottom: calc(50px / 2);
		/* height: calc(86px / 2); */
		font-size: calc(26px / 2);
		line-height: 1.6;
		padding: calc(20px / 2) calc(20px / 2) calc(20px / 2) calc(20px / 2);
	}

	#news h3 {
		font-size: calc(24px / 2);
		width: calc(140px / 2);
		height: calc(46px / 2);
		border-radius: calc(46px / 2);
		margin-right: calc(30px / 2);
		padding: 0 0 1px;
	}

	#news h3::before {
		width: calc(10px / 2);
		height: calc(10px / 2);
		border-right: calc(4px / 2) solid #FFFFFF;
		border-bottom: calc(4px / 2) solid #FFFFFF;
		transform: translateY(-15%) rotate(45deg);
	}

	#news ul {
		width: calc(100% - ((140px + 30px) / 2));
	}

	#news ul::-webkit-scrollbar {
		width: 4px;
	}

	#news ul::-webkit-scrollbar-track {
		border-radius: 2px;
	}

	#news ul::-webkit-scrollbar-thumb {
		border-radius: 2px;
	}

	#news ul li:not(:first-child) {
		margin-top: calc(20px / 2);
	}

	body.news_on #news ul {
		padding-right: calc(10px / 2);
	}

	body.news_on #news ul li time {
		display: block;
	}
}

#bnr {
	position: fixed;
	z-index: 1;
}

#bnr ul {
	list-style: none;
	display: flex;
	align-items: flex-start;
}

/* PC */
@media screen and (min-width:1041px) {
	#bnr {
		left: 50px;
		right: 50px;
		bottom: 22px;
	}

	#bnr li {
		margin-right: 24px;
	}
}

/* SP */
@media screen and (max-width:1040px) {
	#bnr {
		display: none;
	}
}

#how {
	position: fixed;
	z-index: 15;
	display: flex;
}

#how p {
	color: #000;
}

/* PC */
@media screen and (min-width:1041px) {
	#how {
		right: 75px;
		bottom: 15px;
		transition: all 300ms 0s ease;
	}

	#how p {
		font-size: 13px;
		font-weight: 700;
	}

	#how p img {
		margin-top: 10px;
	}
}

.lity-iframe-container {
	position: fixed;
	z-index: 4;
}

.lity-iframe-container iframe {
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 200ms 300ms ease;
}

.lity.on .lity-iframe-container iframe {
	opacity: 1;
}

.lity-close {
	position: fixed;
	z-index: 6;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
}

.lity-loader {
	display: none;
}

/* PC */
@media screen and (min-width:1041px) {
	.lity-iframe-container {
		left: 26vw;
		right: 26vw;
		top: 10vh;
		bottom: 10vh;
		border-radius: 8px;
		overflow: hidden;
	}

	.lity-iframe-container.has-img {
		left: 14vw;
		right: 14vw;
	}

	.lity-close {
		background: url("../img/modal_close.png") no-repeat center/cover;
		border: none;
		right: calc(26vw + 30px);
		top: calc(10vh + 30px);
		width: 44px;
		height: 44px;
	}

	.lity-close.has-img {
		right: calc(14vw + 30px);
	}
}

/* SP */
@media screen and (max-width:1040px) {
	.lity-iframe-container {
		left: calc(50px / 2);
		top: calc(50px / 2);
		right: calc(50px / 2);
		bottom: calc(50px / 2);
		border-radius: 6px;
		overflow: hidden;
	}

	.lity-close {
		right: calc(30px / 2);
		top: calc(06px / 2);
		width: calc(100px / 2);
		height: calc(100px / 2);
		background: #595f88;
		border: none;
	}

	.lity-close::before,
	.lity-close::after {
		display: block;
		content: "";
		left: 50%;
		width: calc(52px / 2);
		height: calc(4px / 2);
		transform: translateX(-50%);
		background: #fbfaec;
		position: absolute;
		transform-origin: center;
	}

	.lity-close::before {
		width: calc(30px / 2);
		height: calc(2px / 2);
		top: calc(48px / 2);
		transform: translateX(-50%) rotate(45deg);
	}

	.lity-close::after {
		width: calc(30px / 2);
		height: calc(2px / 2);
		top: calc(48px / 2);
		transform: translateX(-50%) rotate(-45deg);
	}
}