@charset "utf-8";
/*===========================
add
===========================*/


@media screen and (max-width: 600px) {
.txtIconBlock.fs110p{
    font-size: 100% !important;
}
}



/* カラムお知らせ　*/

.boxInfo {
    box-sizing: border-box;
    background: #fff;
    padding: 10px;
    box-shadow: 3px 3px 6px 0px #CCC;
    border-radius: 10px;
}
.boxInfo a {
    text-decoration: none;
    color: #000;
}
.boxInfoImg {
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    overflow: hidden;
}
.boxInfoTxt {
    box-sizing: border-box;
    width: 100%;
}
.boxInfoImg img {
    transition: all 0.5s ease;
}
.boxInfo a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.boxInfoImg {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.boxInfoImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.itemName {
	box-sizing: border-box;
	display: inline-block;
    margin-right: 1em;
	min-width:8em;
	color:var(--basic-color);
	text-align:center;
	line-height:normal;
	font-size:0.9em;
	padding:0.3em 1em 0.4em 1em;
	border:1px solid var(--basic-color);
}


.infoDate {
    box-sizing: border-box;
    display: inline-block;
    color: #FFF;
    text-align: center;
    line-height: normal;
    padding: 0.1em 2.5em 0.2em 2.5em;
    min-width: 6em;
    margin-bottom: 2px;
    background-color: #f0962b;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.wpDate {
    display: inline-block;
}
.infoEx {
    padding: 0 5px 1em 5px;
}

/*  / カラムお知らせ　*/




