@charset "utf-8";
.covid_intro .txt_introduce {
	margin-bottom: 30px;
}
.h_map {
	font-size: 24px;
	letter-spacing: .2em;
	padding: 70px 0 35px;
	text-align: center;
}
.h_map .jp {
	display: block;
	font-size: 18px;
	margin-top: 5px;
}
.corona {
	padding: 0 15px 50px;
	text-align: center;
}
.corona img {
	margin: 0 auto;
}
.h_detail {
	font-size: 24px;
	margin-bottom: 20px;
	text-align: center ;
}
.news {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.news li {
	align-items: flex-start;
	display: flex;
	font-size: 16px;
	line-height: 1.8;
	padding: 7px 0;
	width: 100%;
}
.news li .dot {
	display: block;
	width: 100px;
}
.news li .dot img {
	position: relative;
	top: 10px;
	vertical-align: top;
}
.news li .dot + span {
	display: block;
	width: calc(100% - 100px);
}
.btns {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: auto;
	max-width: 100%;
	width: 800px;
}
.btns li {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	margin-bottom: 30px;
	max-width: 50%;
	padding: 0 15px;
}
.btns a {
	border: 1px solid #1a1311;
	display: block;
	font-size: 16px;
	margin: 0 auto;
	max-width: 370px;
	padding: 10px 0;
	position: relative;
	text-align: center;
	transition: all ease .25s;
}
.btns a:after {
	border-right: 1px solid #1a1311;
	border-top: 1px solid #1a1311;
	content: "";
	display: inline-block;
	height: 5px;
	position: absolute;
	right: 17px;
	top: 50%;
	transform: rotate(45deg) translateY(-50%);
	transition: all ease .25s;
	width: 5px;
}
.btns a:hover {
	background: #cf9a34;
	border-color: #cf9a34;
	color: #fff;
}
.btns a:hover:after {
	border-color: #fff;
	right: 12px;
}
.close_wrap {
	margin-bottom: 60px;
	text-align: center;
}
.close_wrap .btn {
	display: inline-block;
	font-size: 16px;
	letter-spacing: .15em;
	padding-left: 35px;
	position: relative;
}
.close_wrap .btn:after {
	background: #000;
	content: "";
	height: 25px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
	z-index: 1;
}
.close_wrap .btn:before {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	content: "";
	height: 5px;
	left: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 5px;
	z-index: 2;
}
.tabs {
	display: flex;
	margin-bottom: 50px;
	margin-right: -2.33%;
}
.tabs li {
	margin-right: 2.33%;
	opacity: .35;
	transition: all ease .25s;
	width: 31%;
}
.tabs a {
	color: #fff;
    display: block;
    font-size: 14px;
    letter-spacing: -.5px;
    line-height: 1.5;
    padding-top: 5px;
    /* white-space: nowrap; */
    position: relative;
    text-align: center;
    transition: all ease .25s;
}
.tabs a:after {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	content: "";
	display: block;
	height: 15px;
	position: absolute;
	right: 10px;
	bottom: 25%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 15px;
	z-index: 9;
}

@media screen and (max-width: 767px) {
	.tabs a:after {
		bottom: 15%;
	}
}

.tabs li.active, .tabs li:hover {
	opacity: 1;
}
.tabs li:nth-child(1) {
	background: #3c5992;
}
.tabs li:nth-child(2) {
	background: #88296a;
}
.tabs li:nth-child(3) {
	background: #dd960f;
}
.tabs li .icon {
	display: block;
    font-weight: bold;
    height: 65px;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 65px;
    margin-top: 5px;
}
.tabs li:nth-child(1) .icon {
	background: #99afd9;
}
.tabs li:nth-child(2) .icon {
	background: #d38cbd;
}
.tabs li:nth-child(3) .icon {
	background: #eabd67;
}

.tabs li .title {
	height: 40px;
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.tabs li .title span {
	width: 100%;
	font-size: 11px;
	font-weight: normal;
}

.tab_box {
	height: 0px;
	overflow: hidden;
}
.tab_box.active {
	height: auto;
}
.tab_contents .item_img img {
	width: 100%;
}
.tab_contents .item_txt {
	align-items: center;
	display: flex;
	font-size: 16px;
	margin-bottom: 47px;
	margin-top: 10px;
	position: relative;
}
.tab_contents .item_txt .num {
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	height: 30px;
	letter-spacing: 0;
	line-height: 30px;
	margin-right: 7px;
	text-align: center;
	width: 30px;
}
.tab_contents .item_txt .num + span {
	display: block;
	letter-spacing: -.15px;
	width: calc(100% - 37px);
}
.tab_contents .tab_box:nth-child(1) .item_txt .num {
	background: #3c5992;
}
.tab_contents .tab_box:nth-child(2) .item_txt .num {
	background: #88296a;
}
.tab_contents .tab_box:nth-child(3) .item_txt .num {
	background: #dd960f;
}
.sp_slider .slick-dots {
	text-align: center;
}
.sp_slider .slick-dots li {
	background: #c0c0c0;
	border-radius: 100%;
	cursor: pointer;
	display: inline-block;
	height: 8px;
	margin: 0 7px;
	overflow: hidden;
	text-indent: -1000px;
	transition: all .25s ease;
	width: 8px;
}
#tab01 .sp_slider .slick-dots li:hover, #tab01 .sp_slider .slick-dots li.slick-active {
	background: #3c5992;
}
#tab02 .sp_slider .slick-dots li:hover, #tab02 .sp_slider .slick-dots li.slick-active {
	background: #88296a;
}
#tab03 .sp_slider .slick-dots li:hover, #tab03 .sp_slider .slick-dots li.slick-active {
	background: #dd960f;
}

@media screen and (max-width: 992px) {
	.tabs a {
		font-size: 14px;
	}
	.tabs a:after {
		height: 10px;
		width: 10px;
	}
}

@media screen and (max-width: 767px) {
	.covid_intro .txt_introduce {
		margin-bottom: 15px;
	}
	.h_map {
		padding-top: 35px;
	}
	.btns {
		padding-bottom: 20px;
	}
	.h_detail {
		font-size: 17px;
		letter-spacing: 0;
		line-height: 1.5;
	}
	.tabs {
		display: block;
	}
	.btns li {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 30px;
		max-width: 100%;
		padding: 0 15px;
	}
.tabs li .icon {

    height: 35px;

    line-height: 35px;

}
	.tabs li {
		margin-bottom: 15px;
		width: 100%;
	}
	.tabs li:last-child {
		margin-bottom: 0;
	}
	.tab_contents .item_txt {
		margin-bottom: 10px;
	}
	.tab_contents .item_txt:after {
		border-style: solid;
		border-width: 18px 25px 0 25px;
		bottom: -30px;
		content: "";
		display: none;
		height: 0;
		left: 0;
		margin: 0 auto;
		position: absolute;
		right: 0;
		width: 0;
	}
	.tab_contents .tab_box .row > div:last-child .item_txt:after {
		display: none!important;
	}
	.tab_contents .tab_box:nth-child(1) .item_txt:after {
		border-color: #88296a transparent transparent transparent;
	}
	.tab_contents .tab_box:nth-child(2) .item_txt:after {
		border-color: #3c5992 transparent transparent transparent;
	}
	.tab_contents .tab_box:nth-child(3) .item_txt:after {
		border-color: #dd960f transparent transparent transparent;
	}
	.close_wrap {
		margin: 30px 0 60px;
	}
}

.corona {
	padding-top: 40px;
}

@media screen and (max-width: 480px) {
	.corona {
		padding: 30px 0 25px;
	}
}

.movie {

}

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

.movie_text {
	text-align: center;
	font-size: 18px;
	color: #cf9a34;
	margin-bottom: 30px;
}


@media screen and (max-width: 767px) {
	.movie_text {
		font-size: 16px;
	}
}

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

@media screen and (max-width: 767px) {
	.movie_list {
		display: block;
	}
}

.movie_list dl {
	width: 48%;
}

@media screen and (max-width: 767px) {
	.movie_list dl {
		width: 100%;
		margin-bottom: 25px;
	}
}

.movie_list dl dt {
	background: #cf9a34;
	color: #fff;
	padding: 10px;
	text-align: center;
	margin-bottom: 15px;
	font-size: 16px;
}

@media screen and (max-width: 767px) {
	.movie_list dl dt {
		font-size: 15px;
	}
}

.movie_list dl:first-child dt {
	background: #009186;
}

.movie_list dl:last-child dt {
	background: #88296a;
}

.movie_list dl dd {
	position: relative;
	padding-top: 55%;
	overflow: hidden;
}

.movie_list dl dd iframe  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.movie_thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	cursor: pointer;
	background: #fff;
	display: none;
}

.movie_thumbnail img {
	opacity: 1;
	transition: .2s;
}

.movie_thumbnail:hover img {
	opacity: .7;
}
