@charset "utf-8";

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	color: #ffffff;
	background-color: #000055;
	background-image: url("./img/back.jpg");
	background-repeat: repeat;
	margin: 0;
	padding: 0;
}


a:link, a:visited {
	text-decoration : none;
	color: #ff9999;
}

a:focus, a:hover, a:active {
	color: #ffffff;
	background-color: #ff9999;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all  0.7s ease;
}

a.top-a:focus, a.top-a:hover, a.top-a:active {
	background-color: transparent;
}

a.vi-a:focus, a.vi-a:hover, a.vi-a:active {
	background-color: transparent;
}

div.en, span.en {
	color: #cccccc;
	font-size: 75%;
	padding-left: 1em;
}

h2 {
	margin: 30px 0px 0px 0px;
}

.toplogo-img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.boxx {
	text-align: center; 
	max-width: 1680px;
	margin: 0 auto;
}

.visual {
	margin: 10px 0;
}

.visual-img {
	margin: 2px 3px;
}

.visual-img:hover, .visual-menu:hover {
	background-color: #ffffff;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.visual-menu {
	margin: 0;
	padding: 0;
}


.link-house {
	text-align: center; 
	margin: 0;
	padding: 20px 0 10px 0;
	background-color: #000000;
	color: #ffffff;
	background-image: none;
}

.link-room {
	padding: 10px 0;
}

.link-door {
	padding: 0 10px;
	font-style: normal;
}


.hr-white {
	margin: 0;
	padding: 0;
}

.footer-text {
	margin: 0 auto;
	padding: 30px 0;
	text-align: center; 
	margin: 0 auto;
}


label {
	background: transparent;
	color: #fff;
	padding: 0px;
	display: block;
	margin: 0;
}

input[type="checkbox"].on-off{
	display: none;
}

.topmenu div {
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	margin: 0;
	padding: 0;
}

input[type="checkbox"].on-off + div{
	height: 0;
	overflow: hidden;
}

input[type="checkbox"].on-off:checked + div{
	height: 640px;
}


@media screen and (min-width:675px) {
	label {
		color: transparent;
		padding: 0;
		height: 0;
		overflow: hidden;
	}
	input[type="checkbox"].on-off + div{
		height: 348px;
	}
	input[type="checkbox"].on-off:checked + div{
		height: 348px;
	}
}

@media screen and (min-width:1006px) {
	input[type="checkbox"].on-off + div{
		height: 277px;
	}
	input[type="checkbox"].on-off:checked + div{
		height: 277px;
	}
}

@media screen and (min-width:1337px) {
	input[type="checkbox"].on-off + div{
		height: 206px;
	}
	input[type="checkbox"].on-off:checked + div{
		height: 206px;
	}
}

@media screen and (min-width:1668px) {
	input[type="checkbox"].on-off + div{
		height: 135px;
	}
	input[type="checkbox"].on-off:checked + div{
		height: 135px;
	}
}

.ef {
    position    :relative;
    overflow    :hidden;
	display: inline-block;
}

.ef-ssr {
    height      :200px;
    width       :50px;
    position    :absolute;
    top         :-50px;
    left        :-30px;
    background-color: #ffff99;
    opacity     :0;
    transform: rotate(45deg);
    animation: reflection 3s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 3s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 3s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 3s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 3s ease-in-out infinite;
}

.ef-sr {
    height      :200px;
    width       :50px;
    position    :absolute;
    top         :-50px;
    left        :-30px;
    background-color: #99ffff;
    opacity     :0;
    transform: rotate(45deg);
    animation: reflection 3s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 3s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 3s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 3s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 3s ease-in-out infinite;
}

.ef-nm {
}

@keyframes reflection {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
    0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection {
    0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes reflection {
    0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}


.text-hide {
	font-size: 0px;
	overflow: hidden;
}


.contt {
	text-align: left; 
	max-width: 960px;
	margin: 0 auto;
	padding: 0 10px;
}


.iframe-full {
	position: relative;
	width: 100%;
	padding: 56.25% 0 0 0;
}

.iframe-full iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cre-data {
	margin: 10px 10px 20px 20px;
	width: 200px;
	height: 240px;
	display: inline-block;
}


.di-data {
	margin: 0px 5px 10px 0px;
	padding: 0;
	border-width: 0;

	width: 160px;
	height: 160px;
	display: inline-block;
}

.di-img {
	margin: 0;
	padding: 0;
	border-width: 0;

	width: 160px;
	height: 160px;
}


.ngp {
	font-weight: bold;
	font-style: normal;
}

.wo-nml {
	margin: 25px 0 0 0;
}

.wo-imp {
	margin: 25px 0 0 0;
	background-color: #000055;
}


.mo-data {
	margin: 0px 10px 10px 0px;
	padding: 0;
	border-width: 0;

	width: 223px;
	height: 180px;
	display: inline-block;

	font-size: small;
	text-align: center;
	vertical-align: top;
}

.mo-img {
	margin: 0;
	padding: 0;
	border-width: 0;

	width: 223px;
	height: 125px;
}


.otg-h3 {
	padding: 25px 0 0 0;
	text-decoration : underline;
}
