#top {
text-align: center;
}
#top h3 {
font-family: shippori-mincho, sans-serif;
font-weight: 500;
font-style: normal;
font-size: 14px;
line-height: 1.5em;
text-align: center;
color: #7f7f7f;
width: 100%;
margin: 0px auto 0 auto;
}
#top h3 b {
color: #131d3d;
font-size: 26px;
line-height: 1.2em;
font-family: proxima-sera, sans-serif;
font-weight: 200;
font-style: normal;
letter-spacing: 0.05em;
}
#top .view_bt {
width: 40%;
margin: 0px auto 0 auto;
}
#top .view_bt a {
background-color: #6c7584;
color: #FFF;
border-radius: 100vh;
display: block;
text-align: center;
text-decoration: none;
font-size: 16px;
line-height: 1.5em;
padding: 0.2em 0 0.3em 0;
}
#top .view_bt a:hover {
background-color: #131d3d;
}

#mainimage {
}
.video-wrap {
position: relative;
width: 100%;
padding-top: 56.25%; /* 16:9 の比率 → 9 ÷ 16 = 0.5625 */
}
.video-wrap video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover; /* 画面いっぱいにフィット */
}

#outline {
background-color: #5b5b5b;
color: #FFF;
padding: 2vw 0 2vw 0;
font-family: shippori-mincho, sans-serif;
font-weight: 400;
font-style: normal;
}
#outline ul {
width: 90%;
margin: 0px auto 0 auto;
padding: 1em 0 1em 0;
}
#outline ul li {
width: 100%;
text-align: center;
font-size: clamp(0.875rem, 0.693rem + 0.91vw, 1.375rem);
line-height: 1.5em;
margin-bottom: 0.5em;
}
#outline ul li p.type {
border: 1px solid #FFF;
margin: 0px 2.8em 0.6em 2.8em;
padding: 0.2em 1em 0.2em 1em;
}
#outline ul li h2 {
font-size: clamp(0.875rem, 0.693rem + 0.91vw, 1.375rem);
line-height: 1.8em;
}
#outline ul li p.line {
color: #FFF;
text-align: center;
}
#outline ul li b {
font-size: clamp(1.125rem, 0.807rem + 1.59vw, 2rem);
font-weight: 500;
}
#outline ul li p.architectural {
background-color: #000000;
margin: 0.6em 2em 0em 2em;
padding: 0.2em 1em 0.2em 1em;
}

#completion {
background-image: url("../image/completion_bg.jpg");
background-size: cover;
font-family: shippori-mincho, sans-serif;
font-weight: 500;
font-style: normal;
padding: 6vw 0 6vw 0;
}
#completion h4 {
color: #333333;
font-size: 18px;
line-height: 1.3em;
padding: 0 1em 0 1em;
}
#completion p {
color: #7c7c7c;
font-size: 14px;
line-height: 1.3em;
margin: 0.5em auto 0 auto;
padding: 0 1em 0 1em;
}

#copy {
background-image: url("../image/copy_bg.jpg");
background-size: cover;
background-position: center center;
font-family: shippori-mincho, sans-serif;
font-weight: 500;
font-style: normal;
color: #FFF;
padding: 3em 0 3em 0;
}
#copy .box {
background-color: rgba(0,0,0,0.6);
width: 80%;
margin: 0px auto 0 auto;
padding: 2em 1.5em 2em 1.5em;
box-sizing: border-box;
}
#copy .box p {
font-size: 14px;
line-height: 1.7em;
}

#concept {
padding: 50px 0 0 0;
text-align: center;
background: linear-gradient(to bottom,  #f4f4f4 50%,#ffffff 100%);
}
#concept h4 {
font-size: 18px;
line-height: 1.5em;
padding: 1em 0.5em 1em 0.5em;
}
#concept p {
font-size: 14px;
line-height: 1.5em;
padding: 0 1em 0 1em;
}
#location {
position: relative;
}
#location:before {
}
#location ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
width: 90%;
margin: 4vw auto 12vw auto;
}
#location ul li {
width: 32%;
line-height: 0;
margin-bottom: 2vw;
}
#location ul li img {
width: 100%;
height: auto;
}
#location .body {
width: 90%;
margin: 0px auto 0 auto;
text-align: left;
}
#location h3,
#location h3 b{
color: #000;
width: 100%;
}
#location h4 {
color: #000;
font-size: 18px;
line-height: 1.5em;
padding: 1em 0 0.5em 0;
}
#location h4 br {
}
#location p {
color: #000;
font-size: 15px;
line-height: 1.5em;
padding: 0 0em 2em 0em;
}
#location p.en {
font-size: 14px;
line-height: 1.5em;
padding-bottom: 2em;
}
#location .view_bt {
margin: 0px auto 30px auto;
}
#location .map {
display: block;
line-height: 0;
}

#plan {
background-image: url("../image/plan_bg.jpg");
background-repeat: repeat-y;
background-size: 100%;
padding: 50px 0 50px 0;
}
#plan #title {
background-image: url("../image/plan_title.jpg");
background-size: cover;
background-position: center center;
margin-top: 20px;
padding: 20px 0 20px 0;
}
#plan #title .box {
background-color: rgba(0,0,0,0.7);
width: 80%;
margin: 0px auto 0 auto;
color: #FFF;
padding: 1em;
box-sizing: border-box;
}
#plan #title .box h4 {
font-size: 18px;
line-height: 1.5em;
padding-bottom: 0.7em;
}
#plan #title .box p {
font-size: 13px;
line-height: 1.5em;
}
#plan #point {
width: 90%;
margin: 5vw auto 0 auto;
position: relative;
}
#plan #point dl {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#plan #point dl dd {
font-family: shippori-mincho, sans-serif;
font-weight: 400;
font-style: normal;
width: 100%;
margin: 0px auto 1em auto;
text-decoration: none;
position: relative;
}
#plan #point dl dd h5 {
font-size: 16px;
line-height: 1.2em;
display: block;
color: #FFF;
background-color: #131d3d;
padding: 0.5em 0.5em 0.4em 0.5em;
}
#plan #point dl dd p {
font-size:14px;
line-height: 1.3em;
text-align: left;
padding: 0.6em 0em 0.6em 0em;
}

#plan .madori {
text-align: left;
width:90%;
margin: 3vw auto 0 auto;
border: 1px solid #CCCCCC;
padding: 1em 1em 2em 1em;
box-sizing: border-box;
}
#plan .madori ul {
margin-bottom: 30px;
}
#plan .madori ul li {
text-align: center;
font-size: clamp(16px,1.4vw,1.6vw);
line-height: 1.3em;
font-weight: 500;
font-style: normal;
}
#plan .madori ul li.price {
font-size: clamp(13px,1.3vw,1.3vw);
line-height: 1.5em;
}
#plan .madori ul li.price b {
font-size: clamp(20px,2.5vw,2.5vw);
line-height: 1.5em;
font-weight: 500;
color: #FF0000;
}
#plan .view_bt {
margin: 20px auto 0 auto;
}

#features {
margin: 50px auto 0 auto;
}
#features .image {
background-image: url("../image/features_title.jpg");
background-position: center top;
background-size: cover;
margin: 20px auto 0 auto;
display: block;
height: 60vw;
position: relative;
}
#features .image h4 {
text-align: left;
font-size: 22px;
line-height: 1.5em;
position: relative;
top: 20px;
left: 5%;
}
#features .box {
background-color: #131d3d;
width: 100%;
}
#features .box p {
text-align: center;
color: #FFF;
font-size:14px;
line-height: 1.5em;
padding: 1em;
}
#features .body {
background-image: url("../image/features_bg.jpg");
background-repeat: repeat-y;
background-size: 100%;
padding: 20px 0 40px 0;
}
#features .body ul {
width: 90%;
margin: 0px auto 20px auto;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
}
#features .body ul li {
line-height: 0;
}
#features .body ul:nth-of-type(1) li {
width: 30%;
}
#features .body ul:nth-of-type(2) li {
width: auto;
padding: 0 2% 0 2%;
box-sizing: border-box;
}
#features .body ul:nth-of-type(3) li {
width: auto;
padding: 0 2% 0 2%;
box-sizing: border-box;
}
#features .body ul li p {
padding: 10px 0 0 0;
}
#features .body ul li img {
width: 100%;
height: auto;
}
#features .body ul li p img{
width: auto;
}
#features .view_bt {
margin: 0px auto 0 auto;
}

#quality {
background-image: url("../image/qualty_p1.jpg");
background-size: 28%;
background-position: right top;
padding: 2em 0 2em 0;
}
#quality h3 {
text-align: left;
}
#quality dl {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 90%;
margin: 0px auto 0 auto;
}
#quality dl dt {
width: 100%;
text-align: left;
}
#quality dl dt h4 {
font-size:18px;
line-height: 1.5em;
font-family: shippori-mincho, sans-serif;
font-weight: 500;
font-style: normal;
padding: 1em 0 1em 0;
}
#quality dl dt p {
font-size: 14px;
line-height: 1.5em;
}
#quality dl dt p br {
display: none;
}
#quality dl dt ul {
width: 100%;
margin: 20px 0 20px 0;
}
#quality dl dt ul li {
text-align: center;
background-color: #131d3d;
outline: 1px solid rgb(99, 99, 99);
outline-offset:-5px;
font-size: 16px;
line-height: 1.5em;
font-family: shippori-mincho, sans-serif;
font-weight: 600;
font-style: normal;
height: 40px;
color: #FFF;
margin-bottom: 10px;
display: flex;
align-items: center;
justify-content: center;
}
#quality dl dd {
width: 100%;
}
#quality .view_bt {
margin: 0px auto 0 auto;
}

#message {
background-image: url("../image/message.jpg");
background-size: 28%;
background-position: right top;
padding: 20px 0 20px 0;
}
#message h3 {
text-align: left;
}
#message dl {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 90%;
margin: 0px auto 0 auto;
}
#message dl dt {
width: 100%;
}
#message dl dd {
width: 100%;
text-align: left;
padding: 0 0 0 0em;
box-sizing: border-box;
}
#message dl dd h4 {
font-size:18px;
line-height: 1.5em;
font-family: shippori-mincho, sans-serif;
font-weight: 500;
font-style: normal;
padding: 1em 0 1em 0;
}
#message dl dd p {
font-size: 14px;
line-height: 1.5em;
}




