@charset "utf-8";


/* --------------------------------------------

	ポップアップ

---------------------------------------------- */

.mfp-detail {
  position: relative;
  width: 98%;
  margin: 0 auto;
  cursor: pointer;
}

/*.mfp-content { position: relative;}
.mfp-img { display: block; width: 90%; margin: 0 auto;}
button.mpf-close { display: block; border: 1px solid #000;}
.mfp-close { width: 80px; height: 80px; font-size: 45px; border: 1px solid #000;}
.mfp-close-btn-in .mfp-close { top: -50px; text-align: center;}

.mfp-detail { width: 95%; max-width: 810px; margin: 0 auto; padding: 20px 0 30px; background: #fff;}
.mfp-detail .movie { width: 100%; max-width: 550px; height: 350px; margin: 0 auto 1.5em;}
.mfp-detail .movie iframe { display: block; width: 100%; height: 100%; margin: 0 auto;}
.mfp-detail .popup-close { clear: both; display: block; width: 50%; max-width: 250px; height: 40px; margin: 2em auto; text-align: center; line-height: 40px; color: #000;  cursor: pointer; border: 1px solid #000;}

.mfp-detail .mfp-box { overflow: hidden; width: 90%; margin: 0 auto 20px;}
.mfp-detail .mfp-box > img { display: block; float: left; width: 36%; margin-right: 1%;}
.mfp-detail .mfp-box > p { float: left; width: 62%; padding-top: 40px; color: #000;}
.mfp-detail .mfp-box > p span { display: block; font-size: 15px; font-weight: bold; color: #f00;}
.mfp-detail .mfp-box > p b { display: block;}
.mfp-detail .mfp-box > p .mfp-head { margin-bottom: 10px; font-size: 24px;}

@media screen and (max-width: 768px) {
.mfp-detail .movie { height: 150px;}
.mfp-detail .mfp-box > img { display: block; float: none; min-width: 100px; margin: 0 auto 5px;}
.mfp-detail .mfp-box > p { float: none; width: 90%; margin: 0 auto 20px; padding-top: 0;}
.mfp-detail .mfp-box > p span { font-size: 13px; text-align: center;}
.mfp-detail .mfp-box > p b { font-size: 16px; text-align: center;}
}*/

.mfp-bg {
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
	background-color: rgba(60,95,120,0.5);
}
/* overlay animate in */
.mfp-bg.mfp-ready {
  opacity: 0.9;
  cursor: pointer;
}
/* overlay animate out */
.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-wrap {
  cursor: pointer;
}
.mfp-wrap .mfp-content {
  opacity: 0;
  cursor: pointer;
	padding: 5em 0;
  -webkit-transition: all 0.s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* content animate it */
.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}


button.mfp-close { display: none;color: #000;}
.mfp-close { position: absolute; top: 0; right: 0; width: 80px; height: 80px; font-size: 45px; color: #000;}
.mfp-close-btn-in .mfp-close { color: #000;}

@media screen and (max-width: 650px) {
.mfp-close {  top: -0.2em; right: -0.3em;font-size:38px; }
}
@media screen and (max-width: 420px) {
.mfp-close {  top: -0.65em; right: -0.7em; font-size:27px;}
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 0 3%;
}
.swiper-pagination-bullet-active {
	background: #ed6d46;
}


/* --------------------------------------------

	ポップアップ

---------------------------------------------- */


.facilty-detail {
	width: 90%;
	max-width:900px;
	margin: 0 auto;
	padding: 5em 0 2em;
	background: #fff;
	position: relative;
}
.facilty-detail2 {
	padding: 2em 0 4em;
}
.facilty-detail img{
	display: block;
	width: 81%;
	margin: 0 auto;
}
.detail_text {
	display: block;
	width: 80%;
	margin: 1.5em auto 0;
}
p.facilty_title {
	font-size: 23px;
	letter-spacing: 2px;
	color: #fff;
	background: #0A3D71;
	padding: 0.5em;
	max-width:200px;
	text-align: center;
	margin-bottom: 1em;
}
.detail_text table {
	width: 100%;
	font-size: 19px;
	letter-spacing: 2px;
}
.detail_text table tr{
	border-bottom: 0.5px solid #ADADAD;
	padding: 1em 0;
}
.detail_text table tr:last-of-type{
	border-bottom: none;
}
.detail_text table th,.detail_text table td{
	padding: 0.8em 0;
}
.detail_text table th{
	width: 35%;	
	border-right: 0.5px solid #ADADAD;
}
.detail_text table td{
	width: 65%;	
	padding-left: 3em;
}

.cp_table {
	width: 100%;
	border-collapse: collapse;
	border-right: 1px solid #dddddd;
	table-layout: fixed;
}
.cp_table thead th,.cp_table tbody th{
	padding: 0.6em 1em;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background: #245C98;
	color: #fff;
}
.cp_table thead th{
	padding: 0.6em 1em;
	text-align: center;
	vertical-align: middle;
}
.cp_table thead th:last-child {
	border-right: 1px solid #dddddd;
}
.cp_table tbody th {
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
}

.cp_table tbody td {
	padding: 0.4em 1em;
	text-align: center;
	margin: 0 auto;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	background: #ffffff;
	vertical-align: middle;
}
.detail_cp_table {
	width: 80%;
	margin: 1em auto 0;
}
.sp_br {
	display: none;
}


@media screen and (max-width: 768px) {

.facilty-detail {
	width: 85%;
	padding: 3em 0 ;
	background: #fff;
}
.facilty-detail2 {
	padding: 1em 0 3em;
}
p.facilty_title {
	font-size: 19px;
	padding: 0.3em;
	max-width:180px;
}
.detail_text table {
	font-size: 17px;
	letter-spacing: 2px;
}
.detail_text table tr{
	border-bottom: none;
	padding: 1em 0;
}
.detail_text table tr th{
	border-right: none;
	background: #F7F7F7;
}
.detail_text table th,.detail_text table td{
	width: 100%;
	display: block;
	text-align: center;
	padding: 0.4em 0;
}
.detail_text table td{
	padding-left: 0;
}

}
@media screen and (max-width: 550px) {
p.facilty_title {
	font-size: 13px;
	padding: 0.2em;
	max-width:140px;
}
.detail_text table {
	font-size: 13px;
	letter-spacing:1px;
}
.cp_table thead th,.cp_table tbody th,.cp_table tbody td p{
	text-align: center;
}
.cp_table thead th:nth-of-type(1),.cp_table tbody th{
	width: 26%;
}
.cp_table thead th:nth-of-type(2),.cp_table tbody td{
	width: 28%;
}

.sp_br {
	display: block;
}

}



