#catch {
	width: 100%;
	padding-bottom: 50px;
}
#catch .detail {
	padding-left: 10px;
	padding-top: 30px;
	padding-right: 10px;
}
#catch .detail span {
	display: block;
	font-size: 16px;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: 26px;
}
#catch .detail p {
	font-size: 14px;
	line-height: 2em;
	padding-bottom: 25px;
}
.contact {
	text-align: center;
}
.contact .status {
	border: 0px solid #61c97c;
	width: 80%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
#catch .contact .room{
	padding-bottom: 0px;
	font-size: 16px;
	color: #61C97C;
	line-height: 24px;
}
#catch .contact p {
	padding-bottom: 0px;
}
#catch .contact a{
	background-color: #61c97c;
	display: block;
	width: 80%;
	font-size: 16px;
	color: #FFF;
	line-height: 62px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#catch .detail .attend {
	font-size: 12px;
	line-height: 18px;
}
#facility table {
	padding-bottom: 70px;
}
#facility table .caption {
	font-size: 16px;
	color: #165196;
	padding-bottom: 25px;
}
#facility table th {
	font-size: 12px;
	padding-bottom: 20px;
	text-align: left;
	padding-top: 0px;
	line-height: 1.4em;
}
#facility table td {
	font-size: 12px;
	padding-bottom: 15px;
	padding-top: 0px;
	line-height: 1.4em;
}
#facility table td.line {
	padding-right: 20px;
	padding-left: 20px;
	color: #165196;
}
#facility #facility-box {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#ground{
	padding-bottom: 80px;
}
#ground .ground-box {
}
#ground .ground-box .about {
	padding-top: 30px;
	font-size: 16px;
	line-height: 34px;
	padding-right: 25px;
	padding-left: 25px;
}
#ground .ground-box .floor {
	text-align: center;
	padding-top: 30px;
}
#ground .ground-box .floor h3 {
	font-size: 18px;
	color: #165196;
	padding-bottom: 15px;
}
#ground .floor .box {
	border: 1px solid #eeeeee;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 20px;
	width: 90%;
}
#ground .floor .box img {
	padding-bottom: 20px;
}
#ground .floor .box .btn-point {
	margin-right: auto;
	margin-left: auto;
}
.popupModal1 > input { /* ラジオボックス非表示 */
    display: none;
}
.popupModal1 > input:nth-child(1) + label { 
    cursor: pointer;
}
.modalPopup2 { /* 初期設定 ポップアップ非表示 */
    display: none;
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 {/* ラジオ１ チェックでポップアップ表示 */
    display: block;
    z-index: 998;
    position: fixed;
    width: 90%;
    height: 80%;
    border-radius: 20px;
    left: 50%;
    top: 50%;
    margin-top: 30px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 10px 20px;
    overflow: hidden;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2{
         padding: 30px;

    }

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div {/* */
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > iframe {
    width: 100%;
      height:100%;
      border:none;
      display:block;
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > img {/* ポップアップの中の要素 */
max-width: 100%;
}
.popupModal1 > input:nth-child(1) + label ~ label {
    display: none;/* ラジオ１ 以外のラベルを初期は非表示 */

}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 997;
    text-indent: -999999px;
    overflow: hidden;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
    background: rgba(255, 255, 255, 0.5);
    display: inline-block;
    position: fixed;
    left: 10px;
    bottom: 20px;
    z-index: 999;
    width: 44pt;
    height: 44pt;
    font-size: 40px;
    border-radius: 50%;
    line-height: 44pt;
    text-align: center;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.popupModal1 > input:nth-child(1) + label + input:nth-child(3):checked + label + input:nth-child(5) + label + .modalPopup2,
.popupModal1 > input:nth-child(1) + label + input:nth-child(3) + label + input:nth-child(5):checked + label + .modalPopup2 { /* ラジオ２と３ どっちかチェックでポップアップ非表示 */
    display: none;
}


.modalPopup2 {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.popupModal1 .modalTitle {
     padding-bottom: .5em;
     margin: .5em 0;
     border-bottom:1px solid #ccc;
     font-weight: bold;
}
.popupModal1 .modalMain {
     color:#222;
     text-align: left;
     font-size: 14px;
     line-height: 1.8em;
}
#point{
}
#point .point-box {
}
#point .point-box h2 {
	text-align: center;
	padding-bottom: 30px;
}
#point .point-box h2 img {
	width: 40%;
	margin-right: auto;
	margin-left: auto;
}
#point .point-box .box {
	padding-right: 25px;
	padding-left: 25px;
}
#point .point-box .box h3 {
	font-size: 18px;
	line-height: 30px;
	color: #165196;
	font-weight: normal;
	padding-bottom: 10px;
}
#point .point-box .box p {
	font-size: 14px;
	line-height: 26px;
	padding-bottom: 10px;
}
#point .point-box .box span {
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 15px;
	display: block;
}
#point .point-box .group {
	padding-bottom: 60px;
}
