#container{
	overflow: hidden;
}
#main {
	/* [disabled]background-image: url(images/main.png); */
	/* [disabled]background-repeat: no-repeat; */
	/* [disabled]background-position: center top; */
	/* [disabled]height: 707px; */
	background-color: #143a63;
}
#main-box {
	max-width: 1270px;
	min-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#main h1 img {
	width: 100%;
	vertical-align: bottom;
}
#contents {
}
#contents:before{
	content: '';
	position: absolute;
	z-index: -1;
}
#contents:before{
      top: 380px;
	  left: 50%;
      margin-left: -1744px;
      width:2000px;
	  height:2000px;
      background-color: #f4f4f4;
      transform-origin:100% 0;
      transform:rotate(45deg);
}
#catch {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}
#catch .catch-box {
	position: relative;
	width: 320px;
}
#catch .catch-box img {
	position: absolute;
	z-index: 1;
	top: -148px;
}
#catch .detail {
	width: 680px;
	padding-left: 10px;
	padding-top: 60px;
}
#catch .detail span {
	display: block;
	font-size: 20px;
	padding-bottom: 20px;
	padding-top: 10px;
}
#catch .detail p {
	font-size: 14px;
	line-height: 2em;
	padding-bottom: 25px;
}
.contact {
	height: 72px;
}
.contact .status {
	border: 0px solid #61c97c;
	width: 60%;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}
#catch .contact .room{
	padding-bottom: 0px;
	font-size: 22px;
	color: #61C97C;
	line-height: 30px;
}
#catch .contact p {
	padding-bottom: 0px;
}
#catch .contact a{
	background-color: #61c97c;
	display: block;
	width: 40%;
	font-size: 20px;
	color: #FFF;
	line-height: 72px;
	text-align: center;
}
#catch .detail .attend {
	font-size: 12px;
	line-height: 18px;
}
#facility {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/building.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 360px;
}
#facility table {
	padding-bottom: 70px;
}
#facility table .caption {
	font-size: 18px;
	color: #165196;
	padding-bottom: 25px;
}
#facility table th {
	font-size: 14px;
	padding-bottom: 25px;
	text-align: left;
	padding-top: 0px;
	line-height: 1.4em;
}
#facility table td {
	font-size: 14px;
	padding-bottom: 20px;
	padding-top: 0px;
	line-height: 1.4em;
}
#facility table td.line {
	padding-right: 20px;
	padding-left: 20px;
	color: #165196;
	width: 20px;
}
#facility #facility-box .floor.build-area {
	padding-bottom: 60px;
	padding-top: 60px;
}
#ground{
	position: relative;
	padding-bottom: 250px;
}
#ground:before{
	content: '';
	position: absolute;
	z-index: -1;
}
#ground:before {
	top: 346px;
	left: 50%;
	margin-left: -500px;
	width: 2000px;
	height: 2000px;
	background-color: #eef9ff;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#ground .wide {
	background-image: url(images/floor.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 346px;
	background-size:cover;
}
#ground .ground-box {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#ground .ground-box #square {
	position: absolute;
	left: 0px;
	top: -130px;
	z-index: 2;
}
#ground .ground-box .about {
	padding-left: 252px;
	padding-top: 50px;
	font-size: 16px;
	line-height: 34px;
}
#floor-top {
	padding-top: 150px;
}
.floor   {
	text-align: center;
	padding-top: 90px;
}
.floor h3   {
	font-size: 18px;
	color: #165196;
	padding-bottom: 15px;
}
.floor .box  {
	width: 762px;
	border: 1px solid #eeeeee;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 40px;
}
.floor .box img  {
	padding-bottom: 20px;
}
.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;
}
@media (min-width: 768px) {/* PCのときはページの真ん中の600x600領域 */
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2{
	width: 800px;
	height: 600px;
	padding: 30px;
    }
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
	left: 50% !important;
	top: 50% !important;
	margin-left: 370px !important;
	margin-top: -310px !important;
}
}

.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{
	position:relative;
}
#point:before{
	content: '';
	position: absolute;
	z-index: -1;
}
#point:before{
      top: 750px;
	  left: 50%;
      margin-left: -1644px;
      width:2000px;
	  height:2000px;
      background-color: #e6f2ff;
      transform-origin:100% 0;
      transform:rotate(45deg);
}
#point .point-box {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#point .point-box h2 {
	text-align: center;
	padding-bottom: 60px;
}
#point .point-box .box {
	padding-right: 45px;
	padding-left: 45px;
}
#point .point-box .box h3 {
	font-size: 24px;
	line-height: 38px;
	color: #165196;
	font-weight: normal;
	padding-bottom: 20px;
}
#point .point-box .box p {
	font-size: 16px;
	line-height: 34px;
	padding-bottom: 10px;
}
#point .point-box .box span {
	font-size: 12px;
	line-height: 18px;
}
#point .point-box .group {
	padding-bottom: 120px;
}
#point .point-box .group span {
	font-size: 18px;
	color: #165196;
	padding-top: 30px;
	display: block;
	padding-bottom: 5px;
}
