@charset "utf-8";
/****************************************************************************************************



****************************************************************************************************/
@media print, screen and (min-width:737px){
}
@media print, screen and (min-width:769px){
}
@media print, screen and (min-width:1200px){
}
/****************************************************************************************************

イベント記事が0件

****************************************************************************************************/
.cms__text.-noEntry{
    display: none;
}
/****************************************************************************************************

リスト

****************************************************************************************************/
.eventList__item.-sleep{
    display: none;
}
/****************************************************************************************************


****************************************************************************************************/
.event__intro{
    padding: 20px 0 0;
}
@media print, screen and (min-width:737px){
.event__intro{
    padding: 40px 0 0;
}
}
/****************************************************************************************************

検索フィルター一覧

****************************************************************************************************/
.filter{
    padding: 20px 10px 0;
    background-color: #F9F9F9;
}
/*--------------------------------------------------
--------------------------------------------------*/
.filter__main{
}
@media print, screen and (min-width:1200px){
.filter__main{
    margin: 0 auto;
    width: 1200px;
}
}
/****************************************************************************************************

状態

****************************************************************************************************/
.stateList{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 10px;
    font-weight: bold;
    font-size: 1.1rem;
}
@media print, screen and (min-width:737px){
.stateList{
    margin: 0 auto;
    width: 737px;
    font-size: 1.6rem;
}
}

/*--------------------------------------------------
--------------------------------------------------*/
.stateList__item{
    width: 50%;
    background-color: #FBF2E7;
    border-left: 1px solid #fff;
    text-align: center;
    line-height: 1.5;
}


.stateList__item.-active{
    background-color: #D98116;
}

/*--------------------------------------------------
--------------------------------------------------*/
.stateList__anchor{
    display: block;
    padding: 5px 0;
    text-decoration: none;
}

a.stateList__anchor:link,
a.stateList__anchor:visited{
    color: #D98116;
}
a.stateList__anchor:hover{
    padding: 10px 0;
    color: #fff;
    background-color: #D98116;
}


.stateList__item.-active a.stateList__anchor{
    padding: 10px 0;
    transition: none;
    background-color: #D98116;
}

.stateList__item.-active a.stateList__anchor:link,
.stateList__item.-active a.stateList__anchor:visited{
    color: #fff;
}

.floorTab__item.-active a.stateList__anchor{
    padding: 10px 0;
    transition: none;
    background-color: #D98116;
}
