/* ========================================================================

	ROOM
  
======================================================================== */
.txtRight { font-size: 86%; }

/* ------------------------------------------------------------------------
	section
------------------------------------------------------------------------ */
section {
	padding-bottom: 0;
	text-align: center;
}

/* ------------------------------------------------------------------------
	rg
------------------------------------------------------------------------ */
.rg {
	margin: 0 auto;
	width: 980px;
	height: 400px;
	background: url(../../images/room/rg.png) no-repeat 0 0;
}

.rg span {
	display: block;
	height: 100%;
}

.atype,
.btype,
.ctype,
.dtype,
.etype,
.ftype,
.gtype,
.htype,
.itype,
.jtype,
.ktype,
.ltype,
.mtype,
.ntype {
    animation: fadeIn 0.3s linear 0s 1 normal;
    -webkit-animation: fadeIn 0.3s linear 0s 1 normal;
}

.atype { background: url(../../images/room/rg_a.png) no-repeat 0 0; }
.btype { background: url(../../images/room/rg_b.png) no-repeat 0 0; }
.ctype { background: url(../../images/room/rg_c.png) no-repeat 0 0; }
.dtype { background: url(../../images/room/rg_d.png) no-repeat 0 0; }
.etype { background: url(../../images/room/rg_e.png) no-repeat 0 0; }
.ftype { background: url(../../images/room/rg_f.png) no-repeat 0 0; }
.gtype { background: url(../../images/room/rg_g.png) no-repeat 0 0; }
.htype { background: url(../../images/room/rg_h.png) no-repeat 0 0; }
.itype { background: url(../../images/room/rg_i.png) no-repeat 0 0; }
.jtype { background: url(../../images/room/rg_j.png) no-repeat 0 0; }
.ktype { background: url(../../images/room/rg_k.png) no-repeat 0 0; }
.ltype { background: url(../../images/room/rg_l.png) no-repeat 0 0; }
.mtype { background: url(../../images/room/rg_m.png) no-repeat 0 0; }
.ntype { background: url(../../images/room/rg_n.png) no-repeat 0 0; }

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/* ------------------------------------------------------------------------
	direction
------------------------------------------------------------------------ */
.direction {
    display:-webkit-box;
    display:-moz-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content: space-between;
}

.direction ul {
	margin: 0 auto;
	width: 85%;
    display:-webkit-box;
    display:-moz-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content: space-between;
}

.direction ul::after {
  content:"";
  display: block;
  width:30%;
}

.direction ul li {
	margin-bottom: 15px;
	width: 30%;
}

.direction ul li span {
	display: block;
	padding: 3px 15px;
	line-height: 1.3;
	color: #d3b100;
	word-break: break-all;
	font-size: 108%;
	font-weight: bold;
	background: #000;
}

.direction ul li span strong {
	display: block;
	font-size: 107%;
}

.direction ul li img { max-width: 100%; }

.direction ul li a {
	display: block;
	padding: 0 10px;
	background: #fff;
	transition: all .2s ease;
}

/** west south **/
.west,
.south {
	position: relative;
	padding: 30px 0 60px;
	width: 50%;
	background: #889f20;
}

.west h3,
.south h3 {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 30px;
}
  
/** west **/
.west { background: #889f20; }

/* .west ul li:nth-child(4) { margin-left: 102px; }
.west ul li:nth-child(5) { margin-right: 102px; } */

.west ul li a:hover { background: #f3ffa9; }

/** south **/
.south { background: #c7a700; }

.south ul li a:hover { background: #ffeb97; }

/* ------------------------------------------------------------------------
	type
------------------------------------------------------------------------ */
.plan { padding-bottom: 50px; }

.type {
	padding: 50px 30px 100px;
	background: #e7e2e6;
    display:-webkit-box;
    display:-moz-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content: space-between;
}

.pdf {
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	width: 346px;
	background: #fff;
	border: 2px solid #d8b10e;
}

.pdf a {
	color: #84680f;
	text-decoration: underline;
}

.pdf a:hover { text-decoration: none; }

.type .info {
	width: 350px;
}

.type .info h3 { margin-bottom: 20px; }

.type .info h3 span {
	display: block;
	margin-top: 8px;
	padding: 8px 15px;
	line-height: 1.3;
	color: #d3b100;
	word-break: break-all;
	font-size: 115%;
	font-weight: bold;
	background: #000;
}

.type .info ul {
	float: right;
	margin-bottom: 30px;
	color: #84680f;
	text-align: left;
	width: 170px;
}

.type .info ul li {
	margin-left: 16px;
	margin-bottom: 10px;
	text-indent: -16px;
}

.type .info li a {
	color: #84680f;
	text-decoration: underline;
}

.type .info li a:hover { text-decoration: none; }

.top {
	clear: both;
	padding: 5px 0;
	text-align: center;
	width: 100%;
	background: #fff;
	border: 2px solid #84680f;
}

.top a {
	color: #84680f;
	text-decoration: underline;
}

.top a:hover { text-decoration: none; }




