@charset "utf-8";
/* Common
   ========================================================================== */
.pageNav{
    display: flex;
    justify-content: center;
    align-self: center;
    gap: .1rem;
}
.pageNav a:hover{
    opacity: 1;
    background: #e83278;
    color: #fff;
}
.pageNav .page-numbers{
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    background: #f78ca8;
    color: #fff;
}
.pageNav .page-numbers.current{
    background: #e83278;
}
.postNav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .2rem;
}
.postNav a{
    display: flex;
    align-items: center;
    gap: .1rem;
}
.post-arw{
    flex: 0 0 35px;
    height: 35px;
    display: grid;
    place-items: center;
    border: 1px solid #e83278;
    color: #e83278;
}
.searchForm{
    position: relative;
    width: min(100%,640px);
}
.searchField{
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 0 .2rem;
    border: 1px solid #000;
    background: #fff;
}
.searchSubmit{
    position: absolute;
    top: 50%;
    right: 1px;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all .2s;
    width: 1.5rem;
    height: calc(100% - 2px);
    background: #f8317c;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .1rem;
}
.searchSubmit img{
    width: 30px;
    margin: 0;
}
/* ========================================================================== */
.p-exhi{
    padding: 1rem 0 2.5rem;
}
.p-exhi-inner{
    display: grid;
    gap: .8rem;
}
.p-exhii-cate--wrap{
    width: min(100% - 1rem , 870px);
    margin: auto;
    display: flex;
    gap: .2rem;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(65deg, #fcf1ef, #fff1fd);
    -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .15);
    padding: .4rem;
}
.p-exhi-cate{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .3rem;
}
.p-exhi-cate-ttl{
    padding-right: .3rem;
    border-right: 2px solid #000;
    flex: 0 0 100px;
}
.p-exhi-cate-list{
    display: flex;
    gap: .1rem;
    flex-wrap: wrap;
}
.p-exhi-cate-list li a{
    border-radius: 9999px;
    border: 1px solid #000;
    padding: .05rem .1rem;
}
.p-exhi-cate-list li a:hover{
    opacity: 1;
    border: 1px solid #e83278;
    background: #e83278;
    color: #fff;
}
.p-exhi-cate-list .current{
    border: 1px solid #e83278;
    background: #e83278;
    color: #fff;
}
.p-exhi-conts{
    display: grid;
    gap: .4rem;
}
.p-exhi-conts > li{
    background: url(../img/exhibitor/list_bg.png),linear-gradient(65deg, #fcf1ef, #fff1fd);
    background-repeat: no-repeat,repeat;
    background-position: top .2rem right,center center;
    background-size: 50% auto,cover;
    -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .15);
    padding: .6rem .4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .4rem;
    position: relative;
}
.p-exhi-conts > li::before{
    content: '';
    width: 100%;
    height: 20px;
    background: linear-gradient(to right, #ffe8fe, #fcdce2);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.p-exhi-conts > li figure{
    width: min(100%,280px);
    aspect-ratio: 1;
    overflow: hidden;
}
.p-exhi-conts > li figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.p-exhi-conts > li .txtlist{
    display: grid;
    gap: .18rem;
    width: calc(100% - 280px);
}
.p-exhi-conts .ttl{
    padding-bottom: .1rem;
    border-bottom: 2px solid #000;
}
.p-exhi-conts .cate{
    display: flex;
    gap: .1rem;
}
.p-exhi-conts .cate li{
    padding: .05rem .1rem;
    background: #fff;
    border: 1px solid #000;
    border-radius: 9999px;
}
.p-exhi-conts .cate li.tokyo{
    background: #0d79b3;
    border: 1px solid #0d79b3;
    color: #fff;
}
.p-exhi-conts .cate li.osaka{
    background: #ed5f00;
    border: 1px solid #ed5f00;
    color: #fff;
}
.p-exhi-conts .desc{
    display: flex;
    flex-wrap: wrap;
    gap: .05rem;
}
.p-exhi-conts .desc dt{
    font-weight: bold;
}
.p-exhi-conts .btn{
    width: min(100%,350px);
    height: 65px;
    margin: 0;
}
.p-exhi-conts .btn::after{
    width: .3rem;
}
.p-exhi-conts .maintxt{
    display: grid;
    gap: .1rem;
}
@media only screen and (max-width: 1024px) {
    .p-exhii-cate--wrap{
        width: 100%;
    }
    .p-exhi-conts > li{
        flex-direction: column;
    }
    .p-exhi-conts .btn{
        height: 45px;
        margin: .4rem auto 0;
    }
    .p-exhi-cate-ttl{
        flex: 1;
    }
    .p-exhi-cate{
        flex-direction: column;
        align-items: flex-start;
    }
    .p-exhi-conts > li div{
        width: 100%;
    }
    .p-exhi-conts > li .txtlist{
        width: 100%;
    }
}