h2 {
    color: #000;
    font-size: 24px;
    letter-spacing: 0.3em;
    font-family: "M PLUS Rounded 1c";
    margin-bottom: 25px;
    background-color:#f00;
/*
    background-image: linear-gradient(2deg, rgba(247, 232, 12, 1) 10%, rgba(251, 0, 0, 1) 90%);
/*
    background: url(../img/bar.png) repeat-x;
*/
    padding: 26px 0;
}
img{
    vertical-align: middle;
}


div#contents{
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    min-height: 400px;
    padding: 40px 0;
}

ul.girls {
    width: 100%;
    display: flex
;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 40px;
}
ul.girls li {
    text-align: center;
    margin: 10px 9px;
    border: 1px solid #000;
    width: 180px;
}
ul.girls dl, ul.girls dl.new {
    padding: 10px;
}
ul.girls dt {
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
}
ul.girls dt a {
    text-decoration: none;
    color: #000;
}
ul.girls dt img {
    margin-bottom: 8px;
    width: 160px;
    height: 240px;
    object-fit: cover;
}
ul.girls dd {
    font-size: 12px;
    line-height: 120%;
    margin-top: 2px;
    color: #000;
}
ul.girls dl, ul.girls dl.new{
        padding: 10px;
}
ul.girls dl.new{
    background: url(/wp-content/uploads/2025/07/icon_new.png) no-repeat bottom right;
}
ul.girls img.covid{
    width: 50px !important;
    height: auto !important;
    border: none !important;
    position: relative !important;
    top: 41px !important;
    right: 165px !important;
    margin: 0 0 -100px !important;
}

p.tel {
	position: absolute;
        margin-top: 155px;
        left: 100px;
	font-size:22px;
	margin: 150px 0 15px 180px;
}



