#mainbody #title {
background-image: url("../sold_properties/image/title.jpg");
}
/****************************************** club */
#club {
padding: 70px 0 150px 0;
background-color: #001345;
position: relative;
color: #b79478;
font-family: dnp-shuei-mincho-pr6, sans-serif;
font-weight: 400;
font-style: normal;
}
#club h2 {
font-family: linotype-didot, serif;
font-weight: 400;
font-style: normal;
color: #4c4a49;
font-size: 40px;
line-height: 1.5em;
}
#club b {
color: #191919;
display: block;
font-size: 16px;
line-height: 1.5em;
font-weight: normal;
}
#club::before {
content: '';
position: absolute;
inset: 0;
background-image: url("../../image/top/mosaic_tile2.png");
background-repeat: no-repeat;
opacity: 0.1;
z-index: 0;
}
/* 中のコンテンツが埋もれんように */
#club > * {
position: relative;
z-index: 1;
}
#club h2 {
font-size: 50px;
color: #b79478;
margin-bottom: 0.5em;
}
#club h2 b {
color: #b79478;
}
#club p {
font-size: 22px;
letter-spacing: 0.1em;
}
#club h3 {
color: #191919;
background-color: #dfc88c;
font-size: 30px;
margin: 70px auto 0 auto;
display: block;
max-width: 1200px;
padding: 0.2em 0 0.2em 0;
}
#club .merit {
position: relative;
inset: 0;
z-index: 0;
left: 0;
bottom: 0;
padding-bottom: 70px;
}
#club .merit ul {
position: relative;
text-align: left;
width: 100%;
max-width: 1200px;
margin: 50px auto 30px auto;
padding-left: 5%;
box-sizing: border-box;
}
#club .merit ul li {
font-size: 20px;
line-height: 3;
color: #FFF;
margin-bottom: 1em;
}
#club .merit ul li h4 {
font-size: 24px;
line-height: 1.2;
color: #b79478;
border-left: solid 5px #b79478;
padding-left: 0.6em;
}
#club .merit ul li .bt {
margin: 50px auto 0 0;
width: 400px;
}
#club .merit .image {
margin: 40px auto 0 auto;
}
#form {
background-color: #FFF;
max-width: 1100px;
width: 80%;
margin: 50px auto 0 auto;
position: relative;
color: #3f3f3f;
}
#form:before {
content: '';
display: block;
width: 1100px;
height: 48px;
background-image: url("image/image2.png");
background-size: contain;
vertical-align: middle;
position: absolute;
top: -48px;
}
#form > dl {
display: flex;
flex-wrap: nowrap;
justify-content: flex-start;
text-align: left;
width: 100%;
}
#form > dl > dt {
padding: 30px;
box-sizing: border-box;
}
#form > dl > dd {
padding: 50px 30px 0 0;
box-sizing: border-box;
}
#form dd h5 {
font-size: 32px;
line-height: 1.5em;
padding-bottom: 0.5em
}
#form dd p {
font-size: 16px;
line-height: 1.5em;
}


@media screen and (max-width: 768px) {
#mainbody #title {
background-image: none;
}
#club {
padding: 50px 0 80px 0;
}
#club h2 {
font-size: 28px;
}
#club p {
font-size: 15px;
line-height: 1.3;
letter-spacing: 0.05em;
}
#club h3 {
font-size: 20px;
width: 90%;
margin-top: 40px;
}
#club .merit {
background-size: cover;
background-position: center top;
padding-bottom: 30px;
}
#club .merit ul {
width: 90%;
margin: 35px auto 20px auto;
padding-left: 0;
}
#club .merit ul li {
font-size: 14px;
line-height: 1.5;
margin-bottom: 1em;
}
#club .merit ul li h4 {
font-size: 18px;
line-height: 1.8;
margin-bottom: 0.5em;
}
#club .merit .image {
width: 100%;
}
#club .merit .image img {
width: 100%;
height: auto;
}
#form {
width: 90%;
margin-top: 30px;
}

#form:before {
width: 100%;
height: 0;
padding-top: 4.36%;
background-size: contain;
background-repeat: no-repeat;
top: 0;
transform: translateY(-100%);
}
#form > dl {
display: block;
}
#form > dl > dt,
#form > dl > dd {
padding: 25px 20px;
}
#form > dl > dt { display: none;}
#form > dl > dt img {
width: 100%;
height: auto;
}

#form dd h5 {
font-size: 20px;
}

#form dd p {
font-size: 14px;
}
}

