@charset "utf-8";
/* ===================================================================
CSS information

 style info: gyotai.css

=================================================================== */


/*-----layout-----*/
#area_main {
}

#contents{
	padding: 0;
	min-width: 1100px;
}

.section + .section {
	margin-top: 80px;
}
.introduction{
	padding:50px 0;
}
#contents01 .introduction{
	background: #edf7fc;
}
#contents02 .introduction{
	background: #f3fcfb;
}
#contents03 .introduction{
	background: #fdf6f6;
}
#contents04 .introduction{
	background: #fff9f3;
}
#contents05 .introduction{
	background: #f9fef6;
}
#contents06 .introduction{
	background: #fdf9ff;
}
.entry_body .inner {
	max-width: 900px;
}

@media screen and (max-width: 800px) {
	#contents{
		padding: 75px 0 0;
		min-width: inherit;
	}
	.section,
	.section + .section {
		margin-top: -70px;
		padding-top: 70px;
		padding-bottom:40px;
	}
	.introduction{
		width:100vw; 
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		padding:20px 0 30px;
	}
	.introduction > .inner{
		margin: 0 auto;
		padding: 0 25px;
	}
}

/*-----link-----*/
#entry a {
	display: inline;
}
#entry a.fade{
	position: relative;
	display: inline-block;
}

.entry_body a[class*='link']{
  text-decoration: underline;
  color: #4796B3;
}
#entry .entry_body .page_list li.link_detail a {
	display: inline-block;
}

#entry .entry_body .page_list li.link_detail a small {
	font-size: 11px;
	display: block;
	margin: 0 0 -5px;
}

#entry .entry_body p + .page_list {
	margin-top: 30px;
}
@media screen and (min-width: 801px) {

.entry_body a[class*='link']:hover{color: #b22222;}
}

@media screen and (max-width: 800px) {
	#entry .entry_body p + .page_list {
		margin-top: 20px;
	}
}

#entry .entry_body .page_list{
	background: #ffffff;
	margin-bottom: 0;
}
#entry .entry_body .page_list--2 ul li:first-child{
	border-top: none;
}


/*-----title-----*/
#contents01 .introduction h2.title:after{
background:#4fb1ea;
}
#contents02 .introduction h2.title:after{
background:#3cd2c9;
}
#contents03 .introduction h2.title:after{
background:#f07777;
}
#contents04 .introduction h2.title:after{
background:#f2912b;
}
#contents05 .introduction h2.title:after{
background:#86c661;
}
#contents06 .introduction h2.title:after{
background:#9a5db3;
}
@media screen and (min-width: 801px) {
	h2.title{
		margin-bottom:30px;
		font-size:24px;
		line-height:1.3;
		font-family:"こぶりなゴシック W6 JIS2004","Koburina Gothic W6 JIS2004";
		font-weight:bold;
	}

	h2.title + h3.title {
		margin-top: 20px;
	}
	h2.title:after{
	height:2px;
	margin-top:10px;
	content:'';
	font-size:0;
	line-height:1;
	display:block;
	background:#333333;
	}
}
@media screen and (max-width: 800px) {
	h2.title{
		margin-bottom:3vw;
		font-size: 20px;
		font-family:"こぶりなゴシック W6 JIS2004","Koburina Gothic W6 JIS2004";
		font-weight:bold;
	}
	h2.title + h3.title {
		margin-top: 20px;
	}
	h2.title span{
		font-size:22px;
		font-family: "こぶりなゴシック W3 JIS2004","Koburina Gothic W3 JIS2004",'游ゴシック','YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana;
		font-weight:bold;
	}
	h2.title:after{
		height:2px;
		margin-top: 5px;
		content:'';
		font-size:0;
		line-height:1;
		display:block;
		background:#333333;
	}
}

h3.title{
	margin:60px 0 20px 0;
	font-size:20px;
	line-height:1.3em;
	font-family: "こぶりなゴシック W6 JIS2004","Koburina Gothic W6 JIS2004",'游ゴシック','YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana;
	font-weight:bold;
}
h3.title:before{
	content: '';
	display: inline-block;
	vertical-align:middle;
	margin-right:20px;
	width:17px;
	height:4px;
	content:'';
	background:url(../img/bg_line_01.png);
}

h4.title {
	font-weight: 700;
}

@media screen and (max-width: 800px) {
	h3.title,
	p.title{
		margin-top: 40px;
		margin-bottom:20px;
		font-size:18px;
		display: flex;
	}
	h3.title span,
	p.title span{
		font-size:4vw;
		font-family: "こぶりなゴシック W3 JIS2004","Koburina Gothic W3 JIS2004",'游ゴシック','YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana;
		font-weight:bold;
	}
	h3.title:before,
	p.title:before{
		margin-top: 9px;
		margin-right:10px;
		width:17px;
		height:4px;
	}
}

/*-----list-----*/
.list_txt {
	margin-bottom: 30px;
}

.list_txt ul{
	width: auto;
}
.list_txt li{
	font-size: 15px;
	padding-left:15px;
	line-height:2;
}
.list_txt li::before{
	position: absolute;
	transform: translateX(-125%);
	content: "・";
	color:#333;
}

.list_txt--num li {
	counter-increment: listNum;
}

.list_txt--num li::before {
	content: counter(listNum)".";
}

/*-----btn-----*/

.btn a{
	display: block;
	height: 50px;
	background-color: #000;
	border-radius: 3px;
	color: #fff;
	font-size: 123.10%;/*16px*/
	letter-spacing: 0.14em;
	text-align: center;
	line-height: 50px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.pc .btn:hover a{
	background: #333;
}


.back_btn{
	width: 300px;
	margin: 0 auto
}
.back_btn a{
	display: block;
	height: 50px;
	background-color: #fff;
	border: 2px solid #000;
	border-radius: 3px;
	color: #000;
	font-size: 123.10%;/*16px*/
	letter-spacing: 0.14em;
	text-align: center;
	line-height: 50px;
	position: relative;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.back_btn a:after{
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	height: 8px;
	width: 8px;
	position: absolute;
	content: "";
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 20px;
	top: 23px;
}
.pc .back_btn:hover a{
	background-color: #eee;
}



@media screen and (max-width: 800px) {
	.btn a{
		display: block;
		height: 47px;
		background-color: #000;
		border-radius: 3px;
		color: #fff;
		font-size: 14px;/*16px*/
		letter-spacing: 0.14em;
		text-align: center;
		line-height: 47px;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	.back_btn{
		width: auto;
		margin: 0 20px;
	}
	.back_btn a{
		display: block;
		height: 50px;
		background-color: #fff;
		border: 2px solid #000;
		border-radius: 3px;
		color: #000;
		font-size: 123.10%;/*16px*/
		letter-spacing: 0.14em;
		text-align: center;
		line-height: 50px;
		position: relative;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	.back_btn a:after{
		border-top: 3px solid #000;
		border-right: 3px solid #000;
		height: 8px;
		width: 8px;
		position: absolute;
		content: "";
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		right: 20px;
		top: 23px;
	}
}

#area_main .btn_detail a {
	height:70px;
	text-align: center;
	font-family: "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", '游ゴシック', 'YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W6', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana;
	font-weight: bold;
}

@media screen and (min-width: 801px) {
	#area_main .btn_detail{
		width:476px;
		height:70px;
	}
}
.btn_detail{display:table;}
.btn_detail a {
	display:table-cell;
	vertical-align:middle;
	line-height:20px;
}


/*-----table-----*/

table th,td{
}

table{
	border-collapse:collapse;
	width:100%;
	height: 100%;
	margin: 30px 0;
}

table th {
	width: 210px;
	color: #666;
	font-size: 12px;
	line-height: 1.0;
	padding: 0 0 18px;
	text-align: center;
}

table th:nth-child(2) {
	width: 480px;
}

table td {
	padding-bottom: 10px;
	text-align: center;
	height: 100%;
}

table td div {
	padding: 12px 16px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	box-sizing: border-box;
}

#entry table td div a {
	display: block;
	text-align: left;
	padding: 12px 16px;
	background: url(/img/covid19/icn_blank.svg) no-repeat right 16px center;
	background-size: 12px 11px;
	transition: opacity .3s;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

#entry table td div a:hover {
	opacity: .7;
}

table td.ch-sys {
	padding: 0 40px 10px;
	position: relative;
}

table td.ch-sys::before {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: #333;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
table td.ch-sys::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6.75px 0 6.75px 6px;
	border-color: transparent transparent transparent #333;
	position: absolute;
	top: -10px;
	bottom: 0;
	right: 16px;
	margin: auto;
}

table td.link div {
	padding: 0;
}

table td.col1 div {
	background-color: #FFFFB7;
}

table td.col2 div {
	background-color: #FFD588;
}
table td.col3 div {
	background-color: #FFB586;
}
table td.col4 div {
	background-color: #FF705D;
}
table td.col5 div {
	background-color: #fff;
	border: solid 1px #333;
}

.table_caption {
	text-align: right;
}

#entry .entry_body .table_caption {
	margin-top: -15px;
}

@media screen and (max-width: 800px) {
	table th {
		font-size: 10px;
		padding-bottom: 10px;
	}
	table th:nth-child(1) {
		width: 70px;
	}
	table th:nth-child(2) {
		width: 160px;
	}
	table th:nth-child(3) {
		width: 105px;
	}

	table td {
		line-height: 1.5;
		font-size: 12px;
	}

	table td.ch-sys {
		padding: 0 10px 10px;
	}
	table td.ch-sys::before {
		width: 10px;
	}

	table td.ch-sys::after {
		border-width: 4px 0 4px 3px;
		right: 3px;
	}

	table td div {
		padding: 5px 10px;
		text-align: left;
		min-height: 46px;
	}

	#entry table td div a {
		padding: 5px 25px 5px 10px;
		background-position: right 10px center;
	}
}

@media screen and (max-width: 375px) {
	table td{
		font-size: 3.2vw;
	}
}




/*-----cnthead-----*/

#cnthead {
	background: #e3eaed url(/img/covid19/bg_dot.png) left top;
	position: relative;
}

#cnthead::before,
#cnthead::after {
	content: "";
	display: block;
	width: 34.210526315%;
	height: 70px;
	background: url(/img/covid19/bg_illust.png) repeat left top;
	position: absolute;
	bottom: 0;
	right: 0;
}

#cnthead::before {
	left: 0;
	background-position: right top;
}

#cnthead .inner {
	text-align: center;
	padding: 50px 0 54px;
}

#cnthead .head_title {
	border: solid 1px #000;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	padding: 7px 50px;
	font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
}

#cnthead h1{
	font-size: 38px;
	font-family: "こぶりなゴシック W6 JIS2004","Koburina Gothic W6 JIS2004",'游ゴシック','YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana;
	font-weight:bold;
	line-height: 1.6;
	letter-spacing: 0.05em;
	position: relative;
	z-index: 1;
}
#cnthead h1 + p img{
	width:100%;
}
#cnthead h2 + p{
	font-size:38px;
	font-family: "こぶりなゴシック W6 JIS2004","Koburina Gothic W6 JIS2004",'游ゴシック','YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana;
	font-weight:bold;
	line-height:1.5;
}
@media screen and (min-width: 801px) {

	#cnthead{
		position: relative;
	}
	#cnthead .inner{
		position:relative;
		/zoom:1;
	}
	#cnthead h1{
		margin: 30px 0 0;
	}
}
@media screen and (max-width: 800px) {
	#cnthead{
		background-size: 2px auto;
	}
	#cnthead::before {
		width: 100%;
		height: 35px;
		background-position: center center;
		background-size: auto 35px;
	}
	#cnthead::after {
		display: none;
	}
	#cnthead .inner{
		padding: 25px 20px 53px;
	}

	#cnthead .head_title {
		font-size: 12px;
		padding: 2px 15px;
	}
	#cnthead h1{
		font-size: 21px;
		line-height: 1.4;
		margin: 15px 0 0;
	}
}

@media screen and (max-width: 375px) {
	#cnthead .head_title {
		font-size: 3.2vw;
	}
	#cnthead h1{
		font-size: 5.6vw;
	}
}

/*-----nav-----*/
._tablist{
	display: table;
	table-layout: fixed;
	margin: 0 auto;
	justify-content: center;
	background: #bbcbcc;
	padding:  0 calc((100vw - 915px)/2);
	width: 100%;
}
._tablist .tab{
	display: table-cell;
	/*line-height: 40px;*/
	list-style: none;
	cursor: pointer;
	text-align: center;
	color: #ffffff;
	background: #bbcbcc;
	/*flex-basis: 100%;*/
	transition: .3s;
	font-size: 18px;
	padding: 15px 0;
	box-sizing: border-box;
	border-right: 3px solid #ffffff;
	letter-spacing: .1em;
	position: relative;
	line-height: 1.2em;
	vertical-align: middle;
	height: 80px;
}
._tablist .tab span{
	font-weight: bold;
	font-family:"こぶりなゴシック W6 JIS2004","Koburina Gothic W6 JIS2004";
}
._tablist .tab a{
	color:#ffffff;
}
._tablist .tab:nth-of-type(1){
	border-left: 3px solid #ffffff;
}
._tablist .tab.is-active{
	color: #333333;
	background: #F5F5F5;
	position: relative;
}

._tablist .tab:hover{
	opacity: .7;
}
._tablist .tab::after{
	width: 10px;
	height: 2px;
	content: '';
	display: block;
	background: none;
	position: absolute;
	bottom: 8px;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateX(35%) rotate(-45deg);
	transition: .3s;
}
._tablist .tab:hover::before{
	width: 10px;
	height: 2px;
	content: '';
	display: block;
	background: #666666;
	position: absolute;
	bottom: 8px;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateX(-35%) rotate(45deg);
	transition: .5s;
}
._tablist .tab::before{
	width: 10px;
	height: 2px;
	content: '';
	display: block;
	background: none;
	position: absolute;
	bottom: 8px;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateX(-35%) rotate(45deg);
	transition: .3s;
}
._tablist .tab:hover::after{
	width: 10px;
	height: 2px;
	content: '';
	display: block;
	background: #666666;
	position: absolute;
	bottom: 8px;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateX(35%) rotate(-45deg);
}
._tablist .tab.is-active::before{
	width: 10px;
	height: 2px;
	content: '';
	display: block;
	background: #666666;
	position: absolute;
	bottom: 8px;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateX(-35%) rotate(45deg);
}
._tablist .tab.is-active::after{
	width: 10px;
	height: 2px;
	content: '';
	display: block;
	background: #666666;
	position: absolute;
	bottom: 8px;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateX(35%) rotate(-45deg);
}

._tablist .tab.is-active span::before{
	display: block;
	content: '';
	/*background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgba(178, 178, 178, 1) 3px, rgba(178, 178, 178, 1) 4px );*/
	background: url(/img/covid19/deco_bd.png) center / cover;
	position: absolute;
	width: 100%;
	height: 5px;
	top: 3px;
	left: 0;
}

.main_nav {
	background: #f5f5f5;
	padding: 19px 0 50px;
	display: none;
	border-bottom: 1px solid #eeeeee;
}

.main_nav.is-show{
	display: block;
}

.main_nav_list {
	display: flex;
	flex-wrap: wrap;
	margin: 30px auto -30px;
	width: 870px;
}

.main_nav_list li {
	width: 260px;
	margin: 0 15px 30px;
}

.main_nav_list li a {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	border-radius: 10px;
	color: #fff;
	text-align: center;
}

.main_nav_list li a span {
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1.333;
}

.main_nav_list li a.conts01 {
	background: #4fb1ea;
}

.main_nav_list li a.conts02 {
	background: #3cd2c9;
}

.main_nav_list li a.conts03 {
	background: #f07777;
}

.main_nav_list li a.conts04 {
	background: #f2912b;
}

.main_nav_list li a.conts05 {
	background: #86c661;
}

.main_nav_list li a.conts06 {
	background: #9a5db3;
}

.main_nav_list li a.coming {
	background: #d8d8d8;
	color: #bdbdbd;
	pointer-events: none;
}

.main_nav.nav_02 li a,.main_nav.nav_03 li a{
	background: #ffffff;
	color: #333333;
	border: 2px solid #666666;
	box-sizing: border-box;
}
.main_nav.nav_02 li a span,.main_nav.nav_03 li a span{
	font-weight: bold;
	font-family:"こぶりなゴシック W6 JIS2004","Koburina Gothic W6 JIS2004";
}
.main_nav.nav_02 li a.conts11,.main_nav.nav_02 li a.conts12{
	visibility: hidden;
}
.main_nav.nav_03 li a.conts03{
	visibility: hidden;
}

.main_nav_list li a.coming .coming_txt {
	color: #fff;
	font-weight: bold;
	font-family: "こぶりなゴシック W6 JIS2004","Koburina Gothic W6 JIS2004";
}

.main_nav_title {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #666;
	text-align: center;
	font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
}

@media screen and (min-width: 801px) {
	.main_nav_list li a {
		transition: opacity .3s;
	}
	.main_nav_list li a:hover {
		opacity: .7;
	}
}

@media screen and (max-width: 800px) {
	.main_nav {
		background: #f5f5f5;
		padding: 15px 25px 25px;
	}
	.main_nav_list {
		margin: 10px 0 -15px;
		width: auto;
		justify-content: space-between;
	}

	.main_nav_list li {
		width: 47.692307692%;
		margin: 0 0 15px;
	}

	.main_nav_list li a {
		height: 50px;
		border-radius: 5px;
	}

	.main_nav_list li a span {
		font-size: 12px;
		font-weight: bold;
		font-family: "こぶりなゴシック W6 JIS2004","Koburina Gothic W6 JIS2004";
	}
	.main_nav_title {
		font-size: 14px;
	}
	._tablist .tab{
		font-size: 12px;
		line-height: 1.3333;
		/*display: flex;*/
		align-items: center;
		justify-content: center;
		height: auto;
	}
	._tablist .tab.is-active span::before{
		/*background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgba(178, 178, 178, 1) 3px, rgba(178, 178, 178, 1) 4px );*/
		background: url(/img/covid19/deco_bd.png);
	}
	.main_nav.nav_02 li a,.main_nav.nav_03 li a{
		border: 1px solid #666666;
	}
	._tablist .tab:hover{
		content: none;
		transition: none;
	}
	._tablist .tab:hover::before{
		content: none;
	}
	._tablist .tab:hover::after{
		content: none;
	}
	._tablist .tab::before{
		width: 6px;
		height: 2px;
		content: none;
	}
	._tablist .tab::after{
		width: 6px;
		height: 2px;
		content: '';
		display: block;
		background: none;
		position: absolute;
		bottom: 1.3vw;
		left: 0;
		right: 0;
		margin: auto;
		transform: translateX(35%) rotate(-45deg);
		transition: none;
	}
	._tablist .tab::before{
		width: 6px;
		height: 2px;
		content: '';
		display: block;
		background: none;
		position: absolute;
		bottom: 1.3vw;
		left: 0;
		right: 0;
		margin: auto;
		transform: translateX(-35%) rotate(45deg);
		transition: none;
	}
	._tablist .tab.is-active::before{
		width: 6px;
		height: 2px;
		content: '';
		display: block;
		background: #666666;
		position: absolute;
		bottom: 1.3vw;
		left: 0;
		right: 0;
		margin: auto;
		transform: translateX(-35%) rotate(45deg);
	}
	._tablist .tab.is-active::after{
		width: 6px;
		height: 2px;
		content: '';
		display: block;
		background: #666666;
		position: absolute;
		bottom: 1.3vw;
		left: 0;
		right: 0;
		margin: auto;
		transform: translateX(35%) rotate(-45deg);
	}
	.nav_02 li:nth-of-type(11),.main_nav.nav_02 li:nth-of-type(12){
		display: none;
	}
	.main_nav.nav_03 li:nth-of-type(3){
		display: none;
	}
}

@media screen and (max-width: 375px) {
	.main_nav_list li a span {
		font-size: 2.93333333vw;
	}
	._tablist .tab{
		font-size: 2.9vw;
	}
}

/*-----map-----*/
.map .cls-1{fill:#e193b1;}
.map .cls-2{fill:#92c4d6;}
.map .cls-3{fill:#b2d68c;}
.map .cls-4{fill:none;stroke:#727172;stroke-miterlimit:10;stroke-width:1.35px;}
.map .disabled {
	fill:#d8d8d8;
}
.map .disabled text {
	fill: #bdbdbd;
}
.map {
	background: #e3eaed;
	padding: 28.5px 0 0;
	text-align: center;
	position: relative;
	margin: 0 0 60px;
}
.map a {
	transition: opacity .3s;
}
.map a.disabled {
	pointer-events: none;
}
.map a:hover {
	opacity: .7;
}

.map svg {
	width: 738.5px;
	height: 601px;
	margin: 0 0 0 100px;
}

.map text {
	font-family:"こぶりなゴシック W6 JIS2004","Koburina Gothic W6 JIS2004",'游ゴシック','YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana;
	font-size: 36px;
	font-weight: 700;
	fill: #000;
	position: relative;
}

.map .text_on {
	fill: #fff;
	font-size: 32px;
}

.map line {
	stroke: #000;
}

.map polyline {
	fill: none;
	stroke: #727172;
	stroke-miterlimit: 10;
	stroke-width: 1.35px;
}

.map_all {
	background: #e3eaed;
	position: absolute;
	left: 290px;
	top: 210px;
	margin: 0;
	font-weight: 700;
	width: 60px;
	height: 30px;
}

.map_all a {
	display: block;
	line-height: 30px;
	text-align: center;
}

.map .icon {
	width: 81.5px;
	height: 81.5px;
	position: absolute;
	top: 39px;
	left: 31.5px;
}

.sp_map {
	display: none;
}

@media screen and (max-width: 800px) {
	.map {
		margin: 0 -10px;
		padding: 15px 10px 10px 30px;
	}
	.map svg {
		width: 100%;
		height: auto;
		margin: 0;
	}

	.map_all {
		width: 16vw;
		height: 8vw;
		transform: scale(0.6);
    left: 24vw;
		top: 28vw;
		font-size: 4.2666vw;
	}

	.map_all a {
		line-height: 8vw;
	}

	.map .icon {
		width: 11.4666666vw;
		height: 11.4666666vw;
		top: 5.333333vw;
		left: 5.333333vw;
	}

	.sp_map {
		display: flex;
		margin: 16px 12px 0;
	}

	/*.sp_map ul:nth-child(1) {
		width: 38.585209003%;
	}*/

	.sp_map li {
		font-size: 4.8vw;
		font-weight: 700;
	}

	.sp_map li::before {
		content: "・";
	}

}
@media screen and (max-width: 800px) {
	#contents01 .sp_map ul:nth-child(1),
	#contents03 .sp_map ul:nth-child(1){
		width: 54.5%;
	}
}


/*----- signature -----*/
.area-bottom {
	margin: 100px 0;
}
@media screen and (max-width: 800px) {
	.area-bottom {
		margin: 50px 0;
	}
}

/*-----etc-----*/
.pc-none {
	display: none !important;
	font-size: 0;
}
@media screen and (max-width: 800px) {
	.pc-none {
		display: block !important;
	}
	.sp-none {
		display: none !important;
	}
}
/*-----date-----*/
.date {
    font-style: italic;
    font-size: 92.30%;
    font-family: Helvetica;
    color: #8d8c8c;
    letter-spacing: 0.1em;
    margin: 0 0 20px;
}
@media screen and (max-width: 800px){
	.date {
		font-style: italic;
		font-size: 92.30%;
		font-family: Helvetica;
		color: #8d8c8c;
		letter-spacing: 0.1em;
		margin: 0 20px 5px;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
}

.map_list {
	margin-top: 30px;
}

.map_list li > div {
	display: none;
}

.map_list .title_style_02 {
	cursor: pointer;
	display: block;
	padding: 5px 10px;
	position: relative;
}

.map_list .title_style_02::before,
.map_list .title_style_02::after {
	content: "";
	width: 15px;
	height: 1px;
	background: #000;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	transition: transform .3s;
}

.map_list .title_style_02::after {
	transform: rotate(90deg);
}

.map_list .title_style_02.is-active::before {
	transform: rotate(180deg);
}

.map_list .title_style_02.is-active::after {
	display: none;
}

.map_list_text {
	padding: 5px 0 0 20px;
	font-size: 90%;
	display: block;
}

#entry .entries li.is-hidden {
	display: none;
}

#entry .entries li .img,
#entry .entries li .title {
	margin: 0 0 15px;
}

#entry .entries li .date {
	margin: 0 0 5px;
}

#entry .entries + .btn_detail a {
	display: table-cell;
}

.r_ex__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 240px;
	height: 44px;
	margin: 0 auto;
	font-size: 115.40%;
	background: #000;
	color: #fff;
	position: relative;
	text-align: center;
	cursor: pointer;
}

.r_ex__btn::after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	height: 7px;
	width: 7px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	content: "";
	right: 16px;
	top: -3px;
	bottom: 0;
	margin: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.for-sp {
	display: none;
}

@media screen and (max-width: 800px){
	.for-sp {
		display: inline-block;
	}
	#entry .entries {
		margin: 0;
	}
	.r_ex__btn {
    width: 88.059701492%;
    margin: 20px auto 0;
    font-size: 123.10%;
    border-radius: 4px;
  }
}