@charset "utf-8";
/* CSS Document */



.sec01{
	width: 59.561403508771924%;
}

.sec02{
	width: 39.21052631578947%;
	text-align: right;
	text-align: center;
}

.sec03, .sec04, .sec05, .sec06{
	width: 50%;
}

.sec03, .sec05{
	margin-right: 32.5px;
}

.sec04, .sec06{
	margin-left: 32.5px;
}

.sec04_image{
	margin-left: 25px;
}

.sec06 ol{
	border: 1px solid #d8ebf1;
}

.sec06 li:nth-of-type(2n){
	background-color: #d8ebf1;
}

.sec06 li{
	padding: 15px 26px;
}

.sec07 .access_txt{
	width: 50%;
	line-height: 2.0
}

.access_inner{
	padding-left: 24px;
}

.access_map{
	width: 50%;
	height: 0;
	overflow: hidden;
	padding-bottom: 29.5%;
	position: relative;
}

.access_map iframe {
	position: absolute;
	left: 35px;
	top: 0;
	height: 100%;
	width: 100%;
}

section {
	margin-bottom: 50px;
}

.outline_image_01{
	margin: 0 auto;
}
.outline_image_01 img{
	border:1px solid #d8ebf1;
}

.outline_image_02{
	border: 1px solid #d8ebf1;
	margin: 23px auto 0;
	padding: 16px 33px;
	display: flex;
	align-items: center;
}

.outline_image_02 img{
	border: 1px solid #cacaca;
}
.outline_image_02 p{
	margin-left: 40px;
	text-align: left;
}

.sec01 span, .sec02 span, .sec06 span{
	color: #009bd0;
	border-bottom: 1px solid #009bd0;
}

a:hover{
	text-decoration: none;
}



/*モーダル*/
.performancemodal {
	display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}
.performancemodal-wrap {
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 20px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
	white-space: nowrap;
}
.performancemodal-wrap::-webkit-scrollbar {
	display: none;
}
.performancemodal-wrap:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 100%;
}
.performancemodal-bg {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(51, 51, 51, 0.8);
	width: 100%;
	height: 100%;
}
.performancemodal-box {
	width: 100%;
	max-width: 900px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.performancemodal-box .inner {
	background: #fff;
	padding: 100px 20px;
	margin-bottom: 0;
	text-align: left;
}
.performancemodal-box .inner> :first-child {
	margin-top: 0;
	text-align: center;
}
.performancemodal-box .performancemodal-close {
	position: absolute;
	top: 15px;
	right: 20px;
	cursor: pointer;
}

.mTable01 table th{
	padding: 12.25px 4% 0;
	width: 23%;
}

@media screen and (max-width: 980px){
	.mTable01 table th{
		padding: 12.25px 3% 0;
		width: 27%;
		text-align: center;
	}
}
	
@media screen and (max-width: 768px){
	.flex{
		display: block;
	}
	.flex section{
		width: 100%;
	}
	.mTable02 th{
		width: 44%!important;
	}
	.mTable01 table th{
		width: 36%!important;
		text-align: left;
	}
	.sec04_image img{
		margin: 0 auto;
		display: block;
	}
	section{
		margin-right: 0!important;
		margin-left: 0!important;
	}
	.sec07 .access_txt, .access_map{
		width: 100%;
	}
	.access_map{
		padding-top: 50%;
		margin: 0 auto;
	}
	.access_map iframe{
		left: 0;
	}
	.access_inner{
		padding: 0;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 478px){
	.performancemodal-box .performancemodal-close img{
		width: 35px;
	}
}

