@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.content {
	width: 1104px;
	margin: 0 auto;
}
.mt50{
	margin-top: 50px;
}
@media all and (max-width: 896px) {
	.content {
		width: auto;
		margin: 0 22px;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin: 0 5px 48px 0;
	padding: 8px 0 2px;
	color: #fff;
	position: relative;
	font-weight: normal;
    font-family: 'AP-OTF-A1GothicStd-Regular';
	font-size: 4rem;
	text-align: center;
	background: #f1a4ac;
	border-radius: 18px;
	letter-spacing: 3px;
}
.headLine01:before {
	position: absolute;
	right: -4px;
	left: 4px;
	top: 4px;
	bottom: -4px;
	border-radius: 18px;
	background: #ddd;
	content: "";
	z-index: -1;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin: 0 5px 28px 0;
		padding: 7px 10px;
		font-size: 2.5rem;
		border-radius: 12px;
		letter-spacing: 2px;
	}
	.headLine01:before {
		right: -3px;
		left: 4px;
		top: 4px;
		bottom: -3px;
		border-radius: 12px;
	}
}
/*------------------------------------------------------------
	popBox
------------------------------------------------------------*/
.fancybox-is-open .fancybox-bg {
	background: rgba(0,0,0,0.5);
}
.popBox {
	/*display: none;*/
	width: 1074px;
	margin: 0 auto;
	padding: 35px;
	background: #fff;
	box-sizing: border-box;
}
.popBox .infoPop .map {
	float: right;
	width: 425px;
}
.popBox .infoPop .map iframe {
	vertical-align: top;
}
.popBox .infoPop .textBox {
	float: left;
	width: 545px;
}
.popBox .infoPop .textBox2 {
	width: 100%;
}
.popBox .title {
	padding-right: 38px;
	position: relative;
    font-family: 'AP-OTF-A1GothicStd-Regular';
	font-size: 3.08rem;
	border-bottom: 3px dotted #5fb0cb;
}
.popBox .title .small{
	font-size: 2.08rem;
}
.popBox .title .ins {
	position: absolute;
	right: 0;
	top: 3px;
}
.popBox .title .ins a:hover {
	opacity: 0.7;
}
.popBox table {
	margin-bottom: 22px;
	width: 100%;
	border-collapse: collapse;
	word-break: break-all;
}
.popBox th,
.popBox td {
	padding: 10px 0;
    font-family: 'AP-OTF-A1GothicStd-Regular';
	font-size: 2.33rem;
	text-align: left;
	vertical-align: middle;
	border-bottom: 3px dotted #5fb0cb;
}
.popBox .recruit th,
.popBox .recruit td {
	padding: 10px 0;
    font-family: 'AP-OTF-A1GothicStd-Regular';
	font-size: 2.33rem;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #000;
	padding-left:5px;
}
.popBox .recruit td.rank{
text-align: center;
background:#fbd6dc;

    }
.popBox .recruit td.rank2{
text-align: center;
background:#ddeaf3;

}
.popBox th {
	width: 25%;
	text-align: center;
}
.popBox .btnList li {
	width: 264px;
	text-align: center;
}
.popBox .btnList li a {
	padding: 7px 10px 5px;
	display: block;
	color: #fff;
    font-family: 'AP-OTF-A1GothicStd-Regular';
	font-size: 2.43rem;
	background: #60b0c9;
	border-radius: 30px;
}
.popBox .btnList .line a {
	background: #3ab54a;
}
.popBox .btnList li a:hover {
	opacity: 0.7;
}
.popBox .backbtn li{
	    width: 500px;
    margin: 0 auto;
	margin-top: 40px;
}
@media all and (max-width: 896px) {
	.popBox {
		width: 100%;
		padding: 40px 20px 20px;
		background: #fff;
		box-sizing: border-box;
	}
	.popBox .infoPop .map { 
	 	position: relative;
		float: none;
		width: auto;
		padding-bottom: 75%; 
		height: 0; 
		overflow: hidden; 
	}
	.popBox .infoPop .map iframe { 
		 position: absolute; 
		 top: 0; 
		 left: 0; 
		 width: 100%; 
		 height: 100%; 
	 }
	.popBox .infoPop .textBox {
		margin-bottom: 13px;
		float: none;
		width: auto;
	}
	.popBox .title {
		padding-right: 25px;
		font-size: 1.9rem;
		border-bottom: 2px dotted #5fb0cb;
		letter-spacing: -1px;
	}
		.popBox .title .small{
			font-size: 1.5rem;
}
	.popBox .title .ins {
		width: 21px;
		top: 1px;
	}
	.popBox table {
		margin-bottom: 22px;
	}
	.popBox th,
	.popBox td{
		padding: 8px 0;
		font-size: 1.44rem;
		line-height: 1.3;
		border-bottom: 2px dotted #5fb0cb;
	}
	.popBox .recruit th,
	.popBox .recruit td{
	padding: 8px 3px;
		font-size: 1.34rem;
		line-height: 1.3;
		border: 1px solid #000;
	}
	.popBox th {
		width: 24%;
	}
	.popBox .btnList li {
		width: 48%;
	}
	.popBox .btnList li a {
		padding: 4px 10px 5px;
		font-size: 1.5rem;
	}
}
@media all and (-ms-high-contrast:none){
	.headLine01 {
		padding: 29px 0 0;
		line-height: 1.1;
	}
	.popBox .btnList li a {
		padding: 16px 10px 0;
		line-height: 1.3;
	}
}  
