@charset "utf-8";

.resultZero {
    font-size: 14px;
}

/*===========================================================
管理画面用
===========================================================*/

.gjs-dashed .modal {
    opacity: 1 !important;
    position: relative;
    display: block;
}

.gjs-dashed .staffItemWr {
    grid-template-columns: repeat(1, 1fr);
}

.gjs-dashed .intModal01 {
    transform: translate(0,0%) !important;
    /*height: 80px;*/
	/*height: 460px;*/
}

.gjs-dashed .modal-dialog-centered {
        min-height: auto;
    }

.gjs-dashed .modal-dialog-centered::before {
    height: auto;
}

/*===========================================================
一覧
===========================================================*/

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

.gallery-img-frame {
	max-width: 450px;
	width: 100%;
	height: 0;
	padding-top: 64.3%;
	background: var(--secondary);
	position: relative;
}

.gallery-img-frame img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.firstBox {
    display: none;
}

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

/* .worksCateBox {
    background: #FFF;
    border-right: 1px solid #C7BFAD;
    border-bottom: 1px solid #C7BFAD;
} */

.gallery-btn-area section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px 40px;
    flex-wrap: wrap;
}

/* .galleryBtn01 {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.3883)), 20px);
    color: #7B6C5D;
    transition: all .3s;
    background: #FFF;
    border: 1px solid #C7BFAD;
}

.galleryBtn01:hover {
    background: #7B6C5D;
    color: #fff;
}

.galleryBtn01.active {
    background: #7B6C5D;
    color: #fff;
} */

/*===========================================================
Modal
===========================================================*/

.modal-link {
    display: block;
    font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.2589)), 20px);
    font-weight: 300;
    letter-spacing: 0.05em;
    color: var(--black);
    text-decoration: underline;
    overflow-wrap: anywhere;
}

.modal-link:hover {
    color: var(--black);
    text-decoration: none;
}

.modal-backdrop.fade.show {
    z-index: 9999;
}

/* .galleryCatText{
    font-size: 14px;
} */


.modal, .modal-open {
    padding-right: 0 !important;
}

/* .modal-content {
	background: #2F4B45;
} */

.staffItemWr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.inModalBody {
    padding: 40px 4% 40px 4%;
}

/* .intModalBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
} */

.modalCloseBtn {
    max-width: 26px;
    width: 100%;
    margin: 0 0 auto;
    height: 26px;
    padding: 0 0 0 1px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 20px;
    right: 2%;
    cursor: pointer;
}

.intModal01 {
    max-width: 900px;
    width: 96%;
    margin: 1rem auto 1rem auto;
}

.inDetailSliderBox {
    max-width: 800px;
    width: 100%;
	margin: 0 auto;
}

.gallery-date {
	display: inline-block;
    margin: 0 2% 0 0;
    font-size: clamp(12px, calc(0.75rem + ((1vw - 3.75px) * 0.3883)), 18px);
    font-family: "Lato", sans-serif;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #736F67;
}

.gallery-cate {
	display: inline-block;
    width: auto;
    margin: 5px 0 0 0;
    padding: 2px 2%;
    font-size: clamp(12px, calc(0.75rem + ((1vw - 3.75px) * 0.2589)), 16px);
    letter-spacing: 0.05em;
    background: #F0E9DF;
    color: #736F67;
}

/*===========================================================
ページャー
===========================================================*/

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

.webgene-pagination>ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.webgene-pagination>ul>li {
    display: flex;
    margin: 30px 5px 0;
    height: 40px;
    min-height: 40px;
    width: 100%;
    max-width: 40px;
    font-size: 14px;
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 4px 0;
    align-items: center;
    border-radius: 50%;
}

.webgene-pagination>ul>li>a {
    width: 100%;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: initial;
    font-size: 15px;
    transition: all .3s;
    color: var(--black);
}

.webgene-pagination>ul>li>a:hover {
    color: #fff;
    background-color: var(--black);
    text-decoration: none;
    transition: all .3s;
}

.webgene-pagination>ul>li.selected>a {
    color: #fff;
    background: var(--black);
    cursor: pointer;
    border-radius: 50%;
    transition: all .3s;
}

.webgene-pagination>ul>li.selected>a:hover {
    color: #fff;
    background-color: var(--black);
    transition: all .3s;
}

.next > a {
    font-size: 11px;
    color: #FFF;
}

.next {
    border: none !important;
}

.next a:hover {
    background-color: unset !important;
    text-decoration: none !important;
}

.prev {
    border: none !important;
}

.prev a:hover {
    background-color: unset !important;
    text-decoration: none !important;
}

.prev > a{
    font-size: 11px;
    color: #FFF;
}

.dtlPager {
    display: flex;
    justify-content: space-between;
    margin: 80px 0 0;
}

.webgene-item-aroundPageLink {
    color: var(--black);
    font-size: 14px;
}

.webgene-pagination>ul>.prev>a,
.webgene-pagination>ul>.next>a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 40px;
    border: 0;
    font-size: 0;
    font-weight: 500;
    letter-spacing: .05em;
    color: #F6AB24;
}

.webgene-pagination>ul>.prev>a:hover,
.webgene-pagination>ul>.next>a:hover {
    color: #fff;
    opacity: .5;
    background-color: initial;
}


.webgene-pagination>ul>.prev>a::before,
.webgene-pagination>ul>.next>a::before {
    content: "";
    display: block;
    top: 50%;
    width: 20px;
    height: 16px;
    margin: 0 0 .3em;
    transition: all .3s;
}

.webgene-pagination>ul>.prev>a::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 16px 10px 0;
    border-color: transparent var(--black) transparent transparent;
}

.webgene-pagination>ul>.next>a::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 16px;
    border-color: transparent transparent transparent var(--black);
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:544px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*===========================================================

===========================================================*/

/*===========================================================
category
===========================================================*/


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 544px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
  
.resultZero {
    font-size: 16px;
}

.gallery-area section {
	grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

/* .intModalBox {
    flex-direction: row;
    align-items: flex-start;
} */

/*===========================================================
category
===========================================================*/


/*===========================================================
ページャー
===========================================================*/

.webgene-pagination:nth-last-child(1) {
    grid-area: auto/auto/auto/span 3;
} 

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

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

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

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

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

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


/*===========================================================
ページャー
===========================================================*/
/* 
.webgene-pagination:nth-last-child(1) {
    grid-area: auto/auto/auto/span 4;
}  */

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

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

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