/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 04 2024 | 15:48:25 */
.grecaptcha-badge { visibility: hidden; }
.point_wrap{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: baseline;
}
.point_container{
	width: 45%;
}
.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}

/* Google Mapのiframe */
.gmap {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* flex-box */
.flex {
  	max-width: 780px;
  	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex_container{
	width: 49%;
	margin-bottom: 1rem;
}

.flex_container_2col img {
    object-fit: cover;
    max-height: 250px;
}
    .flex_container_2col {
    width: 49%;
    margin-bottom: .25rem;
}
.under_line{
	border-bottom: dotted 1px rgb(211, 181, 114);
}
span.q {
	display: inline-block;
	margin-bottom: 1rem;
}
span.a {
    display: inline-block;
    color: rgb(211, 181, 114);
    margin-bottom: 2rem;
    padding-bottom: 1rem;
	font-weight: bold;
}
.st-btn-open {
	margin-bottom: 0;
}

@media print, screen and (max-width: 599px) {
	.flex_container{
	width: 100%;
	margin-bottom: 1rem;
}
	.flex_container_2col img {
    height: 120px;
}
	.post .rbox .kanren.st-cardbox dd {
    padding: 10px 20px 20px;
}
	.sp_top_sponsor{
		padding-left: 10px;
    	padding-right: 10px;
	}

}





