@charset 'utf-8';
/*
 * name:facility.css
 * author:Sovanda
*/

/* facility
------------------------------------------------ */

.special__block { display: flex; flex-wrap: wrap; }
.special__lists { position: relative; width: 30.3%; margin-right: 4.55%; padding: 0 1.38em 0 .77em; }
.special__lists:nth-child(3n) { margin-right: 0; }
.special__lists:nth-child(n+4) { margin-top: 3.7%; }
.special__lists:nth-child(3n+2) { margin-top: 6.6%; }
.special__lists:nth-of-type(2) { margin-top: 2.9%; }
.special__lists--img { position: relative; width: 100%; height: 22.9em; display: block; overflow: hidden; border-radius: .77em; }
.special__lists--img img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.special__lists--tags { font-size: inherit; position: absolute; left: 0; top: 1.38em; color: #fff; min-width: 13.84em; padding: .5em; background: var(--color-main); text-align: center; border-bottom-right-radius: 10em; border-top-right-radius: 10em; z-index: 2; }
.special__lists--tags:before { content: ''; display: inline-block; position: absolute; top: -.77em; left: 0; border-left: .77em solid transparent; border-bottom: .77em solid #3D3D3D; }
.special__lists--desc { position: relative; padding: 1.15em 1.38em; display: block; width: 100%; margin: -3.61em 0 0 1.38em; background: #fff; border-radius: .77em; z-index: 2; box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }

    @media screen and (max-width: 768px) {
        .special__lists { width: 100%; margin: 0; }
        .special__lists:nth-child(n+2),
        .special__lists:nth-of-type(2),
        .special__lists:nth-child(3n+2) { margin-top: 4%; }
        .special__lists--img { width: 100%; height: 0; padding-bottom: 88.8%; border-radius: .385em; }
        .special__lists--desc { width: 100%; border-radius: .385em; }
        /*.special__lists--img { width: 50%; height: 0; padding-bottom: 44.6%; border-radius: .385em; }
        .special__lists--desc { width: calc( 50% + 1.38em ); margin: 1.38em 0 0 -1.38em;  border-radius: .385em; }*/
    }