@charset "UTF-8";
@import url("/css/initialize.css?date=20241026");
@import url("/css/general.css?date=2025012s");
@import url("/css/margin.css?date=20241024");
@import url("/css/pc/top.css?date=20241024");
@import url("/css/sp/top.css?date=20241024");

#owner-open {
	padding: 50px 0 0;
	margin-bottom: 0px;
/* 	background-color: #fafafa; */
	text-align: center;
}
@media screen and (min-width: 768px) { /* pc size */
	.open-list {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
	.open-list .open-box {
		width: 320px;
	}
}
/* SMARTPHONES SIZE */
@media screen and (max-width: 980px){
	.open-box {
		margin-bottom: 10px;
	}
}

#owner-open .contents-title-t {
	padding-bottom: 30px;
}
.open-list .open-box {
	border: 1px solid #B92F16;
}
.open-box .owner-title {
	background-color: #B92F16;
	padding: 16px;
	color: #fff;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
.open-box .image {
	padding: 20px 0 10px;
}
.open-box .image img {
	height: 150px;
}
.open-box .content {
	padding: 10px;
	text-align: left;
	line-height: 1.5;
}
.open-box .open-btn {
	padding-top: 10px;
	padding-bottom: 20px;
}
.open-box .open-btn a {
	background-color: #B92F16;
	display: inline-block;
	width: 80%;
	padding: 15px;
	color: #fff;
	text-align: center;

	font-size: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";

	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	-o-border-radius: 0.8em;
	-ms-border-radius: 0.8em;
    border-radius: 0.8em;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.3) inset;
}
.open-box .open-btn a:hover {
	background-color: #cc0000;
	text-decoration: none;
}
