@charset "utf-8";

.lb-data .lb-caption {
    font-size: 18px !important;
}

/* カテゴリ */

.firstBox {
    display: none;
}

.firstBox:first-child {
    display: flex;
}

.cateBlock section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
	grid-auto-rows: 1fr;
}

.styleBtn {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #745E48;
    border: 1px solid #CEC4B8;
    background: #fff;
    position: relative;
    padding: 15px 15px;
    transition: all .3s;
    height: 100%;
    text-align: center;
}

.styleBtn:hover {
    transition: all .3s;
    color: #fff;
    background: #745E48;
}

.firstBox a.is-active {
    background: #745E48;
    color: #FFF;
    transition: all 0.2s ease-out;
}

.styleCateBox .is-active {
    background: #745E48;
    color: #FFF;
    transition: all 0.2s ease-out;
}


/*--- style ---*/

.styleImgBox > a {
    display: block;
    padding: 0 0 100%;
    height: 0;
    background: #FFF9F2;
    position: relative;
    transition: .3s;
}

.styleImgBox > a:hover {
    opacity: 0.7;
}

.styleImgBox > a > img {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}


.cateBlock + .styleBlock {
    margin: 50px auto 0;
}

.styleBlock > section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 2%;
}

.p1719221170281.hReserveHamTit.fontC.head25reserveText {
        font-size: 19px;
}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* カテゴリ */

.cateBlock > section {
    grid-template-columns: repeat(4, 1fr);
}

.cateBtn {
    max-width: 100%;
}
  
.cateBtn {
    font-size: 14px;
}
  
/* ギャラリー */

.styleBlock > section {
    grid-template-columns: repeat(3, 1fr);
}

/*  ページャー */

.webgene-pagination {
    width: 100%;
    grid-column: 1/4;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1024px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.cateBtn {
    font-size: 16px;
}
  
.cateBlock section {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
  
/* ギャラリー */

.cateBlock + .styleBlock {
    margin: 50px auto 0;
}
    
.styleBlock > section {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.webgene-pagination {
    width: 100%;
    grid-column: 1/5;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */