:root {
	--content-width: 1200px;
}

/* --------------------
   共通
-------------------- */
.ast-archive-description .ast-breadcrumbs-wrapper{
	display:none;
}

.ast-article-post.remove-featured-img-padding .blog-layout-4 .post-content .ast-blog-featured-section .post-thumb-img-content {
    margin: 0 !important;
}
.ast-blog-layout-4-grid .ast-article-inner {
    box-shadow: none;
}
.ast-article-inner {
    padding: 0;
}
body.archive .ast-archive-description {
    max-width: none;
    border: 0;
    padding: 0;
    margin: 0 0 140px 60px;
    min-height: 369px;
    border-radius: 200px 0px 0px 200px;
    background-image: url("https://wan-nyan-peace.com/wp-content/uploads/2025/01/23589759_m.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
body.archive .ast-archive-description .page-title {
    background-color: #F5F0EC;
    margin: 0px 0px -36px 0px;
    padding: 30px 75px 30px 75px;
    border-radius: 75px 75px 75px 75px;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 1.2;
    font-size: 2.3rem;
}
/*
#content{
	max-width:1280px;
	margin:0 auto;
}
*/
.ast-page-builder-template .site #content,
body.single-database #content {
    padding-bottom: 100px;
}


/* バルーン枠 */
.c-database__ballon .c-database__content-inner{
	background-color: #FEFCFB;
	border-radius: 50px;
	padding: 50px 70px;
	position:relative;
}

.c-database__ballon .c-database__content-heading{
	display: flex;
    align-items: center;
    gap: 0.25em;
	position:absolute;
	top:-0.7em;
}

.c-database__ballon .c-database__content-heading::before{
	content:"";
	display:block;
	width: 1.35em;
    height: 1.2em;
	background:url(/wp-content/uploads/2025/01/paws2.svg) center center no-repeat;
	background-size:contain;
}

.c-database__ballon .c-database__content-text ul,
.c-database__ballon .c-database__content-text ol{
	margin:0;
	margin-left:1.5em;
}

@media (max-width: 767px) {
	.c-database__ballon .c-database__content-inner {
	    border-radius: 30px;
	    padding: 40px 30px;
	}
}




/* ボタン枠 */
.btn-group{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	gap:15px;
	text-align:center;
}

* + .btn-group{
	margin-top:60px;
}

@media (max-width: 767px) {

}



/* --------------------
   Archiveページ
-------------------- */
#primary.e-con > .e-con-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: auto;
    padding: 0 40px 0;
}
#primary.e-con > .e-con-inner .sidebar-main {
    width: 20%;
}
#primary.e-con > .e-con-inner #main {
    width: 78%;
}
.ast-blog-layout-4-grid .ast-article-post {
    padding-bottom: 20px;
}
.ast-article-post .post-thumb-img-content img {
    aspect-ratio: 16/10.6;
    object-fit: cover;
}
.sidebar-main form > ul {
    margin: 0;
}

@media (max-width: 1024px) {
	#primary.e-con > .e-con-inner {
		width: 95%;
		padding: 0;
	}
	#primary.e-con > .e-con-inner .sidebar-main {
    width: 25%;
	}
}

@media (max-width: 767px) {
	body.archive .ast-archive-description {
	    margin: 0 0 90px 20px;
	    min-height: 255px;
	}
	body.archive .ast-archive-description .page-title {
	    padding: 15px 30px 15px 10px;
	    font-size: 1.9rem;
	}
	#primary.e-con > .e-con-inner {
		flex-wrap: wrap;
	}
	.e-con > .e-con-inner .sidebar-main, .e-con > .e-con-inner #main {
	    width: 90% !important;
	    margin-left: auto;
	    margin-right: auto;
	}
	.e-con > .e-con-inner .sidebar-main {
	    margin-bottom: 50px;
	}
	#primary.e-con > .e-con-inner #main {
	    width: 95% !important;
	}
}




/* --------------------
   Singleページ
-------------------- */
.c-database__page-title{
	width: 100%;
    max-width: none;
    border: 0;
    padding: 0;
    margin: 0 0 140px 60px;
    min-height: 369px;
    border-radius: 200px 0px 0px 200px;
    background-image: url(https://wan-nyan-peace.com/wp-content/uploads/2025/01/23589759_m.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.c-database__page-title-text {
    background-color: #F5F0EC;
    margin: 0px 0px -36px 0px;
    padding: 30px 75px 30px 75px;
    border-radius: 75px 75px 75px 75px;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 1.2;
    font-size: 2.3rem;
}


.c-database__detail svg{
	display:block;
}

.c-database__content {
	margin-top:160px;
}

.c-database__content + .c-database__content{
	margin-top:80px;
}

.c-database__content-inner{
	width: 90%;
    max-width: var(--content-width);
	margin-inline:auto;
}

.c-database__detail-top{
	display:flex;
	gap:50px;
}

.c-database__detail-top > *{
	flex:1;
}

@media (max-width: 767px) {
	.c-database__page-title{
		min-height: 255px;
		margin-left: 20px;
		margin-bottom:80px;
	}
	
	.c-database__page-title-text{
		margin: 0px 0px -36px 0px;
		padding: 15px 30px 15px 10px;
	}
	
	.c-database__content {
	    margin-top: 80px;
	}
	
	.c-database__detail-top{
		display:block;
	}
	
	.c-database__detail-top .c-database__info{
		margin-top:30px;
	}
}


/* 画像ギャラリー */
.c-database__gallery{
	min-width: 0;
}

.c-database__gallery-main,
.c-database__gallery-thumbnail-slider{
	width: 100%;
	min-width: 0;
	overflow: hidden;
}

.c-database__gallery-main,
.c-database__image-item{
	overflow:hidden;
	border-radius:30px;
}

.c-database__gallery-main .swiper-slide img{
	width: 100%;
	height: auto;
	display: block;
}

.c-database__gallery-thumbnail-slider .swiper-slide{
	cursor: pointer;
	opacity: .5;
}

.c-database__gallery-thumbnail-slider .swiper-slide-thumb-active{
	opacity: 1;
}

.c-database__gallery-thumbnail-slider .swiper-slide img{
	width: 100%;
	height: auto;
	display: block;
}

.c-database__gallery-thumbnail{
	margin-top:30px;
}

.c-database__gallery-thumbnail-title{
	display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0.5em;
}

.c-database__gallery-thumbnail-title-icon{
	display:block;
	width: 25px;
	fill: #F8B5BA;
}

.c-database__gallery-thumbnail .swiper-slide img{
	border-radius:20px;
	width:100%;
	height:auto;
	aspect-ratio:3/2;
	object-fit:cover;
}

@media (max-width: 767px) {

}




/* 生体名前*/
.c-database__info-title{
	display:flex;
	justify-content: space-between;
	align-items:flex-start;
	gap: 20px;
}

.c-database__info-title-pet-name{

}

.c-database__premium-mark{

}

.c-database__premium-mark span{
	display: inline-block;
	font-family: serif;
    font-weight: bold;
    line-height:1;
    color: #fff;
    background: #f3cf29;
    padding: 0.5em 1.5em;
    border-radius: 999px;
}

.c-database__detail .simplefavorite-button{
    width: 40px;
    aspect-ratio: 1 / 1;
	padding: 0;
}

.c-database__num-share{
	display:flex;
	justify-content: space-between;
	align-items:center;
	margin-top: 10px;
}


.c-database__info-buttons{
	display: inline-flex;
    flex-direction: column;
    gap: 10px;
    margin-top:20px;
}

@media (max-width: 767px) {

}



/* 生体詳細シェア */
.c-database__share,
.c-database__share-buttons{
	display:flex;
	align-items:center;
	gap: 10px;
}

.c-database__share-btn{
	display: flex;
    justify-content: center;
    align-items: center;
    width:34px;
	fill: #fff;
	aspect-ratio:1/1;
	background:#000;
	border-radius:50%;
}

.c-database__share-btn.c-database__share-btn_facebook {
    background-color: #3b5998;
}

.c-database__share-btn .e-font-icon-svg{
	width:14px;
}

@media (max-width: 767px) {

}



/* 生体詳細情報 */
.c-database__info-spec{
	margin-top:50px;
}

.c-database__info-spec dl{
	display:flex;
	padding:0.8em 0;
	margin:0;
	border-bottom: dotted 3px var(--e-global-color-text);
}

.c-database__info-spec dl dt{
	flex:0 0 200px;
}

.c-database__info-spec dl dd{
	flex:1;
	margin:0;
}

@media (max-width: 767px) {
	.c-database__info-spec dl dt {
	    flex: 0 0 130px;
	}
}














