@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main {
    margin: 0 auto 202px;
}

.pageTitle {
	background-image: url("../img/access/page_title_bg.jpg");
}

#conts .sec01 dl{
	margin-bottom: 46px;
}

#conts .sec01 dh{
	float: left;
	width: 139px;
	font-weight: bold;
}

#conts .sec01 dh,
#conts .sec01 dd{
	font-size: 1.6rem;
	padding: 28px 0 32px;
	border-bottom: 1px solid #e7e7e7;
}

#conts .sec01 dd a{
	color: #2e70b0;
}

#conts .sec01 .comDateTab {
	margin-bottom: 24px;	
}

#conts .sec01 .comDateTab th,
#conts .sec01 .comDateTab td {
	border: 1px solid rgba(135, 135, 135, 0.3);
}

#conts .sec01 .comDateTab th{
	padding: 20px;
	background: #2e70b0;
	color: #fff;
	font-size: 1.7rem;
}

#conts .sec01 .comDateTab td{
	padding: 32px 0;
	font-size: 1.6rem;
}

#conts .sec01 .comDateBox .txt{
	color: #000;
}

#conts .sec01 .comDateBox{
	margin-bottom: 107px;
}

#conts .sec01 .txt01{
	font-size: 18px;
	display: inline-block;
	letter-spacing: 0.75px;
	position: relative;
	font-weight: bold;
	margin-bottom: 25px;
}

#conts .sec01 .txt01 span{
	color: #2e70b0;
	font-size: 50px;
	position: absolute;
	right: 26px;
	bottom: -10px;
}

#conts .sec01 .cal{
	margin-bottom: 110px;
}

#conts .sec01 .cal iframe{
	width: 100%;
	height: 490px;
}

#conts .sec01 .map {
	position: relative;
}

#conts .sec01 .map iframe{
    width: 100%;
    height: 490px;
}

#conts .sec01 .map .circleBox{
	position: absolute;
	right: 0;
	top: -52px;
	display: flex;
	background: #1c8dcb;
	width: 104px;
	height: 104px;
	border-radius: 50px;
	justify-content: center;
	align-items: center;
	flex: none;
}

#conts .sec01 .map .circleBox .txt{
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.3;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
}

@media all and (max-width: 767px) {
	#main {
		margin: 0 auto 103px;
	}

	#conts{
		margin: 0 20px;
	}
	
	.pageTitle {
		background-image: url(../img/access/sp_page_title_bg.jpg);
	}
	
	#conts .sec01 dl{
		margin-bottom: 38px;
	}

	#conts .sec01 dh,
	#conts .sec01 dd{
		padding: 18px 0;
		border-bottom: 1px solid #e7e7e7;
		line-height: 1.56;
	}

	#conts .sec01 dh{
		border-bottom: none;
		float: left;
		width: 105px;
	}

	#conts .sec01 .pb01{
		padding-bottom: 36px;
	}
	
	#conts .sec01 .comDateTab {
		margin-bottom: 24px;
	}

	#conts .sec01 .comDateTab th,
	#conts .sec01 .comDateTab td {
	}

	#conts .sec01 .comDateTab th{
		padding: 12px;
		font-size: 1.2rem;
	}

	#conts .sec01 .comDateTab td{
		padding: 13px 0 16px;
		font-size: 1.2rem;
	}

	#conts .sec01 .comDateBox .txt{
		color: #000;
	}

	#conts .sec01 .comDateBox{
		margin-bottom: 75px;
	}

	#conts .sec01 .txt01{
		font-size: 12px;
		margin-bottom: 12px;
	}

	#conts .sec01 .txt01 span{
		color: #2e70b0;
		font-size: 35px;
		left:212px;
		bottom: -7px;
	}

	#conts .sec01 .cal{
		margin-bottom: 67px;
	}
	#conts .sec01 .cal iframe{
		width: 100%;
		height: 245px;
	}
	#conts .sec01 .map {
		position: relative;
	}

	#conts .sec01 .map iframe{
		width: 100%;
		height: 245px;
	}

	#conts .sec01 .map .circleBox{
		top: -34px;
		display: flex;
		width: 68px;
		height: 68px;
		flex: none;
	}

	#conts .sec01 .map .circleBox .txt{
		padding-top: 2px;
		text-align: center;
		font-size: 1.2rem;
	}
}