@charset "utf-8";

.content a {
    color: #212529;
    text-decoration: underline;
}

.content a:hover {
    text-decoration: unset;
}

.galleryvoiceItem {
    background: #F5F2F1;
    padding: 20px;
}

.galleryvoiceMainFlex {
    display: block;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
}

.galleryvoiceFlex {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.galleryvoiceTxtArea {
    width: 100%;
    margin-top: 30px;
}

.galleryvoiceImg {
    position: relative;
    padding: 0 0 100%;
    transition: all .7s;
}

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

.galleryvoiceImg > img+span{
    display: none;
}

.galleryvoiceAfBeText {
    color: #292725;
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.15em;
    line-height: 1.3em;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 8px;
}

.galleryBox {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 40px;
}

.galleryItem {
    position: relative;
    padding: 0 0 75%;
    transition: all .7s;
}

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

.galleryItem:before {
    z-index: 1;
}

.tit {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.55em;
    padding-bottom: 8px;
    border-bottom: 1px solid #DBD0CC;
}

.content {
    margin-top: 20px;
}

.cate {
    color: #4B4948;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.3em;
    padding: 7px 15px;
    background: #999593;
}

.galleryvoiceTxtArea {}

.galleryvoiceTxtArea  .movie {
    margin: 20px 0 0;
    position: relative;
    padding: 0 0 56.25%;
}

.galleryvoiceTxtArea > .movie > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.galleryvoiceBlcok .galleryvoiceItem:first-child  {
    margin: 0 auto 0;
}

.galleryvoiceBlcok .galleryvoiceItem  {
    margin: 40px auto 0;
}

.cateLink {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #292725;
    transition: all .7s;
    position: relative;
    display: inline-block;
    background: #999593;
    padding: 7px 15px;
}

.cateLink:hover {
    color: #fff;
    transition: all .7s;
    background: #4B4948;
}

.galleryvoiceCateWr section {
    display: flex;
    align-items: baseline;
    gap: 10px 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.pdf {
    margin: 40px auto 0 !important;
}

/*-----------------------------------------------------------
ページャー
-----------------------------------------------------------*/


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

.webgene-pagination > ul > li{
    display: flex;
}

.webgene-pagination > ul > li{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 4px 0;
    padding: 4px 0;
    height:30px;
    min-height:30px;
    width:100%;
    max-width:30px;
    font-size: 12px;
    font-weight: 500;
    list-style: none;
    background-color: #fff;
    border: 1px #4B4948 solid;
    border-radius: 50%;
    overflow: hidden;
}

.webgene-pagination > ul > li.selected > a{
	color: #fff;
	background: #4B4948;
	cursor: inherit;
}

.webgene-pagination > ul > li.selected > a:hover {
    color: #4B4948;
    background-color: #fff;
}

.webgene-pagination > ul > li > a{
	width: 100%;
	height: 28px;
	width: 30px;
	color: #4B4948;
	display: flex;
	justify-content: center;
	align-items: center;
}

.webgene-pagination > ul > li > a:hover{
	color: #4B4948;
	background-color: #fff;
	text-decoration: none;
}

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

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

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

.webgene-item-aroundPageLink {
    color: #4B4948;
    font-size: 14px;
}

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.galleryvoiceMainFlex {
    display: flex;
}

.galleryvoiceFlex {
    width: 50%;
}

.galleryvoiceTxtArea {
    width: 46%;
    margin-top: 0;
}

.pdf {
    margin: 40px auto 0 !important;
}

.tit {
    font-size: 25px;
}

.galleryvoiceItem {
    padding: 40px;
}

.cateLink {
    font-size: 18px;
}

.galleryvoiceCateWr section {
    gap: 10px 30px;
}

.cate {
    font-size: 18px;
}

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

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

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