/** 共通 */
#notice_contents .item_date_cat li{
  display: none;
}
#notice_contents .item_date_cat li.notice{
  display: inline-block;
}

.syoujou_list li img {
    height: auto;
    width: 225px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

	.syoujou_list li{
	    background-color: #fff;
	}

.img_check_list_sec .img {
    width: 33%;
    max-width: 350px;
    margin-right: 20px;
    flex: none;
    border: solid 1px var(--gray);
    text-align: center;
    background-color: #fff;
background-color:#fff;
}

	.syoujou_list li img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
/*@media screen and (max-width: 768px) {
.syoujou_list li {
    width: calc(100% / 3 - 10px);
    margin: 0 4px 8px;
    position: relative;
    border: 1px solid #cccccc;
    height: auto;

}
.syoujou_archive_ul {
    margin-bottom: 29%;
}
	.syoujou_list li img{
		height: auto;
	}
	.syoujou_list li img {
    height: auto;
    width: 60%;
    text-align: center;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}
}
@media screen and (max-width: 480px) {
    .syoujou_list li {
        width: calc(100% / 2 - 8px);
        height: auto;
    }
}
.syoujou_list li {
    width: calc(100% / 3 - 10px);
    margin: 0 4px 8px;
    position: relative;
    border: 1px solid #cccccc;    height: auto;

}
.syoujou_list li img {
    height: auto;
    width: 100%;
    object-fit: contain;
}*/
.syoujou_list li {
    width: calc(100% / 3 - 10px);
    margin: 0 4px 73px;
    position: relative;
    border: 1px solid #cccccc;
    height: 250px;
    /* overflow: hidden; */
}

@media screen and (max-width: 768px) {
.syoujou_list li {
    width: calc(100% / 2 - 8px);
    height: 170px;
}
	.syoujou_list li {
    margin: 0 4px 85px;
}}
body:has(.syoujou_archive) .light_blue_text ,body:has(.syoujou_archive) .tab_list a,
body:has(.syoujou_archive) .syoujou_list li span ,
 body:has(.single_syoujou) .light_blue_text,
.single_syoujou .fukidsasi_style_midashi
{
    background-color:#a67743;

}
.single_syoujou .light_onyami_text,
.single_syoujou h3{
	color:#a67743;	
}
.single_syoujou h3{
	    border-left: 5px solid #a67743;
}
.single_syoujou .fukidsasi_style_midashi:after{
	    border-top: 15px solid #a67743;
}
.site_lead_text {
     display: flex;
    width: 385px;
    margin: 30px auto 40px;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: relative;}

.site_lead_text img{
    position: absolute;
    z-index: -1;
    width: 92px;
    left: 16px;
}

.site_lead_text p{
    font-size: 37px;
    font-weight: 700;
    letter-spacing: 3px;
color:#3c1a00;
}
.douga_wrap iframe{
	width:100%;
	height:35pc;
}
@media screen and (max-width: 768px) {

.douga_wrap iframe{
	width:100%;
	height:18pc;
}	
}
.site_lead_text {
    margin: 39px auto 40px;
 }