#top h3 {
font-family: shippori-mincho, sans-serif;
font-weight: 500;
font-style: normal;
font-size: clamp(14px, 1.2vw, 20px);
line-height: 1em;
text-align: left;
color: #7f7f7f;
width: 100%;
max-width: 1200px;
margin: 0px auto 0 auto;
}
#top h3 b {
color: #131d3d;
font-size: clamp(24px, 2.2vw, 36px);
line-height: 1.5em;
font-family: proxima-sera, sans-serif;
font-weight: 400;
font-style: normal;
letter-spacing: 0.05em;
}
#top .view_bt {
width: 20vw;
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: clamp(14px,1.5vw,1.5vw);
line-height: 1.5em;
padding: 0.2em 0 0.3em 0;
}
#top .view_bt a:hover {
background-color: #131d3d;
}

#mainimage {
padding: 0;
position: relative;
}
#mainimage dl {
width: 100%;
display: flex;
justify-content: space-between;
background-image: url("../image/main_bg.jpg");
background-size: cover;
margin-block-end: 0;
}
#mainimage dt {
background-image: url("../image/main_bg.jpg");
background-size: cover;
text-align: center;
max-width: 400px;
width: 25%;
box-sizing: border-box;
padding: 4vw 2vw 0 2vw;
}
#mainimage dt .logo {
text-align: center;
margin: 0px auto 0 auto;
max-width: 400px;
width: 100%;
}
#mainimage dt .logo img {
max-width: 240px;
width: 100%;
height: auto;
}
#mainimage dt h2 {
color: #FFF;
text-align: center;
font-size: clamp(0.8rem, 1.8vw, 1.85rem);
line-height: 1.6em;
margin: 4vw auto 0 auto;
}

/* ファーストビューのアニメ */
.hero_effect{
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
} 
.hero_image{
    position: absolute;
    inset: 0;
    background-image: url("../images/pers2.jpg");
    background-size: cover;
    background-position: center;
    z-index: 1;
    transform: scale(1.4);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.stripe {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.stripe img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero_copy {
    position: absolute;
    top: 8vw;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    width: 8%;
    min-width: 80px;
    z-index: 3;
    opacity: 0;
}
.hero_copy img{
    width: 100%;
}
.hero_effect.is-copy-show .hero_image {
    opacity: 1;
}
.hero_effect.is-copy-show .hero_copy {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    transition: opacity 1s ease, transform 1s ease;
}
.hero_effect.is-copy-hide .hero_copy {
    opacity: 0;
    transform: translateX(-50%) translateY(-10px);
}
.hero_effect.is-stripe-out .stripe_a {
    transform: translateX(-100%);
    transition: transform 2.6s cubic-bezier(.22, .61, .36, 1);
}

.hero_effect.is-stripe-out .stripe_b {
    transform: translateX(100%);
    transition: transform 2.6s cubic-bezier(.22, .61, .36, 1);
    transition-delay: 0.12s;
}
.hero_effect.is-stripe-out .hero_image {
    transform: scale(1);
    transition: transform 3s cubic-bezier(.22, .61, .36, 1);
}
/* ファーストビューのアニメ ここまで */
#price {
background-color: #131d3d;
font-family: shippori-mincho, sans-serif;
font-weight: 400;
font-style: normal;
color: #FFF;
padding: 3.5vw 0 5vw 0;
}
#price p.maincopy {
font-size: clamp(1rem, 0.714rem + 0.71vw, 1.25rem);
line-height: 1.7em;
margin-bottom: 3em;
}
#price p.maincopy:after {
content: "";
max-width: 600px;
border-top: 1px solid #727272;
display: block;
position: relative;
margin: 3em auto 0 auto;
}
#price h4 {
color: #b79478;
font-size: clamp(3.125rem, 1.696rem + 3.57vw, 4.375rem);
line-height: 1.7em;
}
.pc{
    display:none;
}
#price p.area {
font-size: clamp(1.125rem, 0.554rem + 1.43vw, 1.625rem);
line-height: 1.7em;
}
#price dl {
text-align: center;
margin: 3em auto 0 auto;
max-width: 1200px;
width: 90%;
border: 1px solid #d1d1d1;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}
#price dt {
background-color: #d1d1d1;
color: #000;
font-size: clamp(1.125rem, 0.554rem + 1.43vw, 1.625rem);
line-height: 1.5em;
padding: 0.4em 0 0.4em 0;
width: 100%;
}
#price dd {
width: 50%;
color: #b79478;
font-size: clamp(0.875rem, 0.446rem + 1.07vw, 1.25rem);
line-height: 1.2em;
padding: 2em 0 1em 0;
}
#price dd:nth-of-type(1) {
border-right: 1px solid #d1d1d1;
box-sizing: border-box;
}
#price dd span {
font-size: clamp(1rem, -1.429rem + 6.07vw, 3.125rem);
line-height: 1.2em;
}
#price dd span b {
font-size: clamp(1.25rem, -2.321rem + 8.93vw, 4.375rem);
line-height: 1.3em;
}

#location {
margin: 100px auto 0 auto;
position: relative;
}
#location .body {
margin: 0px auto 0 auto;
max-width: 1200px;
width: 90%;
}
#location h4 {
color: #000;
font-size: clamp(1.875rem, 0.446rem + 3.57vw, 3.125rem);
line-height: 1.5em;
padding: 1.5em 0em 1.5em 0em;
text-align: center;
width: 100%;
}
#location p {
color: #000;
font-size: clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
line-height: 1.7em;
padding: 0 0 0 0;
}
#location .gmap {
display: block;
line-height: 0;
margin: 100px auto 0 auto;
}
#location #map{
width:100%;
height:600px;
overflow:hidden;
background:#e5e7eb; /* 読み込み前の下地（map内グレー） */
}

#location ul.photos {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
max-width: 1200px;
width: 90%;
margin: 4vw auto 4vw auto;
}
#location ul.photos:after {
content:"";
display: block;
width:31.5%;
}
#location ul.photos li {
width: 31.5%;
line-height: 0;
margin-bottom: 1.5vw;
}
#location img {
width: 100%;
height: auto;
}
#location ul.photos li p {
text-align: left;
font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
line-height: 1.2em;
padding: 0.2em 0 0 0;
}


#plan {
background-image: url("../image/plan_bg.jpg");
background-repeat: repeat-y;
background-size: 100%;
padding: 100px 0 50px 0;
}
.plan_title{
    padding: 0 30px;
}
#plan .body {
margin: 0px auto 0 auto;
max-width: 1200px;
width: 98%;
}
#plan h4 {
color: #131d3d;
font-size: clamp(1.5rem, 3.75vw, 2.813rem);
line-height: 1.5em;
padding: 1.5em 0em 1.5em 0em;
text-align: center;
}
#plan p.subcopy {
color: #000;
font-size: clamp(1rem, 0.429rem + 1.43vw, 1.5rem);
line-height: 1.7em;
padding: 0 4.5em 0 4.5em;
}
#plan #madori {
margin: 0px auto 0 auto;
max-width: 1200px;
width: 90%;
}
#plan #madori dl {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 70px auto 0 auto;
}
#plan #madori dt {
max-width: 700px;
width:60%;
}
#plan #madori dt img {
width: 100%;
height: auto;
}
#plan #madori dd {
width: 38%;
text-align: left;
}
#plan #madori dd .details {
border-left: 5px solid #131d3d;
box-sizing: border-box;
padding: 0em 0 0.5em 1.4em;
}
#plan #madori dd .details h5 {
font-size: clamp(1.125rem, 0.268rem + 2.14vw, 1.875rem);
line-height: 2em;
}
#plan #madori dd .details p {
font-size: clamp(0.875rem, 0.446rem + 1.07vw, 1.25rem);
line-height: 1.7em;
}
#plan #madori dd .facilities {
margin: 40px 0 0 0;
}
#plan #madori dd .facilities h6 {
font-size: clamp(0.875rem, 0.446rem + 1.07vw, 1.25rem);
line-height: 2.5em;
}
#plan #madori dd .facilities p {
font-size: clamp(0.875rem, 0.589rem + 0.71vw, 1.125rem);
line-height: 1.7em;
background-color: #FFF;
padding: 1em;
border: #333333 1px solid;
}
#plan .photos {
margin: 50px auto 0 auto;
max-width: 1200px;
width: 90%;
}
#plan .photos ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#plan .photos ul li {
width: 48%;
text-align: left;
margin-bottom: 40px;
}
#plan .photos ul li img {
width: 100%;
height: auto;
}
#plan .photos ul li p {
font-size: clamp(0.875rem, 0.589rem + 0.71vw, 1.125rem);
line-height: 1.7em;
}

/*-------------------------
 *ReFaの説明
 --------------------------*/
.refa{
    max-width: 1200px;
    width: 90%;
    margin: 30px auto 80px;
    border: #131D3D 1px solid;
    padding: clamp(20px, 3vw, 40px);
    box-sizing: border-box;
    text-align: left;
}
.refa h2 {
    font-size: clamp(23px, 2.1vw, 26px);
    line-height: 1.3;
    padding-bottom: clamp(30px, 3vw, 40px);
    font-weight: 500;
    text-align: center;
}
.refa h2 span {
    font-size: 18px;
}

.refa_top{
    display: flex;
    justify-content: space-between;
    gap: 3.4%;
}
.refa_text{
    flex: 1;
}
.refa_main_img{
    flex: 1;
    width: 50%;
}
.refa_main_img img {
    width: 100%;
    height: auto;
    display: block;
}

.refa_text p{
    padding-bottom: clamp(20px, 2.3vw, 30px);
    font-size: clamp(15px, 1.5vw, 18px);
    line-height: 1.5;
}

.refa_bottom{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: clamp(6px, 1.5vw, 20px);
} 
.refa_item{
    width: 31%;
}
.refa_item img{
    display: block;
    width: 100%;
}
.refa_item p{
    margin: 6px 0 10px;
    font-size: 14px;
    line-height: 1.3;
    padding: 0;
}

#plan #point {
width:90%;
max-width: 1200px;
margin: 50px auto 0 auto;
position: relative;
}
.point_title{
    font-size: 26px;
    padding-bottom: 30px;
    font-weight: 500;
    line-height: 1.3;
}
.point_text{
    font-size: 18px;
    padding-bottom: 30px;
    line-height: 1.5;
    font-weight: 500;
}
.performance_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 20px;
}
.performance_item {
    width: 31%;
    padding-bottom: 30px;
}
.performance_item .title {
    min-height: 53px;
    background-color: #131D3D;
    display: grid;
    place-items: center;
    padding: 10px;
    margin-bottom: 10px;
}
.performance_item .title p {
    font-size: 1.25rem;
    color: #fff;
    line-height: 1.2;
}

.performance_item .text {
    letter-spacing: normal;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
}

.architect_wrap {
    max-width: 660px;
    margin: auto;
    margin-bottom: 80px;
    border: #131D3D 1px solid;
    padding: 20px;
    display: flex;
    justify-content: center;
    gap: 40px;
}
.architect{
    max-width: 368px;
}
.architect_title {
    padding: 15px 20px;
    background-color: #131D3D;
    font-size: 1.25rem;
    color: #fff;
    letter-spacing: 0.1em;
}

.architect_text {
    letter-spacing: normal;
    text-align: left;
    padding-top: 10px;
    font-weight: 500;
}

.architect_img {
    width: 140px;
    margin: 0 20px;

}
.architect_img img{
    width: 100%;
    height: auto;
}



#overview {
width: 90%;
max-width: 1000px;
margin: 100px auto 0 auto;
}
#overview h3 {
text-align: center;
}
#overview dl {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
text-align: left;
font-size: 18px;
line-height: 1.7em;
color: #595959;
border-bottom: 1px solid #B2B2B2;
box-sizing: border-box;
margin: 50px 0 10px 0;
width: 100%;
}
#overview dt {
width: 20%;
max-width: 200px;
box-sizing: border-box;
background-color: #F4F4F4;
padding: 1em;
border-top: 1px solid #B2B2B2;
}
#overview dd {
width: 80%;
max-width: 800px;
box-sizing: border-box;
padding: 1em 1.5em 1em 1.5em;
border-top: 1px solid #B2B2B2;
}
#overview p {
text-align: right;
}

#quality {
background-image: url("../image/qualty_p.jpg");
background-size: 50%;
background-position: right bottom;
padding: 7vw 0 6vw 0;
margin: 100px auto 0 auto;
}
#quality dl {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 75vw;
margin: 0px auto 0 auto;
}
#quality dl dt {
width: 45%;
text-align: left;
}
#quality dl dt h4 {
font-size: clamp(22px,2.6vw,2.6vw);
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: clamp(16px, 1.28vw, 24px);
line-height: 1.8em;
}
#quality dl dt ul {
margin: 3.5vw 0 3.5vw 0;
}
#quality dl dt ul li {
text-align: center;
background-color: #131d3d;
outline: 1px solid rgb(99, 99, 99);
outline-offset:-5px;
font-size: clamp(16px, 1.4vw, 24px);
line-height: 1.5em;
font-family: shippori-mincho, sans-serif;
font-weight: 600;
font-style: normal;
padding: 10px;
color: #FFF;
margin-bottom: 20px;
display: flex;
align-items: center;
justify-content: center;
}
#quality dl dd {
width: 50%;
}
#quality .view_bt {
margin: 0;
}
