@charset "utf-8";
/* CSS Document */

*{
	font-family: "Noto Sans JP";
	font-weight:100;
}

@font-face {
  	font-family: 'BowlbyOne-Regular';
  	src:url("https://www.rin-toyohashi.com/wp-content/themes/freestyle_bar/style/my-font/BowlbyOne-Regular.ttf");
}

.recently-event_list {
    width: 573px;
    margin: 0px auto;
}

.recently-event_header {
    text-align: center;
    background-color: rgb(23 67 78);
    color: rgba(255,255,255,1.00);
    font-size: max(3.3vw , 26px);
    font-weight: 500;
    line-height: 8.5vw;
}

.recently-event_header_list {
    margin: 0px 0px 5vw 0px;
}

.recently-event_list a {
    display: block;
}

.recently-event_desctiption_title span {
    display: block;
}

.venue_image {
    display: none;
}

.recently-event_desctiption_date_personal time {
    font-family: 'BowlbyOne-Regular';
    font-weight: 800;
    font-size: 35px;	
	color:rgb(23 67 78);
	line-height:30px;
}

.recently-event_desctiption_date {
    display: none;
}

.recently-event_desctiption_image img {
    display: none;
}

.recently-event_desctiption_wrap {
    width: 573px;
    margin: 0px auto 100px;
}

.recently-event_desctiption_title {
    color: rgb(23 67 78);
    background-color: rgb(194 208 212);
}

.recently-event_desctiption_content {
    padding: 0.8vw;
}

.recently-event_desctiption_content p {
    white-space: pre-wrap;
}

.recently-event_desctiption_ogimage_wrap img {
    width: 573px;
    height: auto;
    object-fit: cover;
}