@charset 'UTF-8';


/* ▼ ===== 共通部分 ===== ▼ */


/* floor layout
----------------------------------------*/

.floorarea{
	margin: 0 auto;
	margin-top: 8px;
	color: #1A1A1A;
	font-size: 12px; font-size: 1.2rem;
}

.floormap{
	font-weight: normal;
	line-height: 1.6em;
	padding-bottom: 16px;
	margin-top: 5px;
}




.gallery_list {
    letter-spacing: -.4em;
    line-height: 0;
}

.gallery_list > li {
    display: inline-block;
    vartical-align: top;
    letter-spacing: normal;
    width: 24%;
    margin-right: 1.3333333%;
    margin-top: 1.333333%;
}

.gallery_list > li:nth-child(4n) {
    margin-right: 0;
}

.gallery_list > li a {
    display: block;
    opacity: 1;
    transition: opacity linear .2s;
}

.gallery_list > li a:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.gallery_list > li a:hover {
	opacity: .6;
	transition: opacity linear .2s;
}

/* ▲ ===== 共通部分 ===== ▲ */



/* ▼ ===== PC ===== ▼ */
@media screen and (min-width: 751px) {

}
/* ▲ ===== PC ===== ▲ */



/* ▼ ===== SP ===== ▼ */
@media screen and (max-width: 750px) {

}
/* ▲ ===== SP ===== ▲ */