@charset "UTF-8";

figure {
    position: relative;
}
/* outline */
.sp {
    display: none;
}

.pc_view {
    display: block;
}

figure {
    position: relative;
}

header {
    background:  #000;
}
header {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}

.pageinLink {
    width: 100%;
    height: 1px;
    visibility: hidden;
    opacity: 0;
    margin-top: -150px;
    padding-top: 150px;
    pointer-events: none;
}

#all_Wrap {
    height: auto;
    background: url(../img/bg.jpg) repeat-y;
    background-size: 100%;
}

.contents_plan {
    width: 100%;
    height: 100%;
    width: 100%;
    font-size: 16px;
    text-align: center;
    padding-bottom: 0.1px;
}

.contents_plan .mv {
    width: 100%;
    position: relative;
    background: #2f2a21;
    font-size: 0;
}

.contents_plan .mv .mv_txt {
    width: 100%;
    position: absolute;
	top: 20svh;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.contents_plan .mv .mv_txt h2 {
    color: #fff;
    font-size: 2.2vw;
    letter-spacing: 0.4em;
    /*    text-shadow: 0px 0px 10px #000 , 0px 0px 15px #000;*/
    z-index: 1;
    width: 618px;
    max-width: 80%;
    margin: 0 auto;
    filter: drop-shadow(0px 0px 10px #000) drop-shadow(0px 0px 15px #000);
}
.contents_plan .mv .mv_txt a {
    width: 600px;
    max-width: 90%;
    margin: 40px auto 0;
    display: block;
    transition: 0.3s;
	border: 1px solid #fff;
}
.contents_plan .mv .mv_txt a:hover {
    opacity: 0.7;
}

.design_box_b {
margin-top: 70px;
}

.mv .caption {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 11px;
    color: #fff;
    text-shadow: 0px 0px 5px #000;
}

.contents_plan>h3 {
    font-size: 28px;
    margin: 50px auto 50px;
    color: #383838;
    font-weight: normal;
}
figcaption.cap_Txt {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 11px;
    color: #fff;
    text-shadow: 0px 0px 5px #000;
}


/*間取り共通設定*/
.btn_planNav {
    width: 750px;
    max-width: 90%;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.btn_planNav li {
    width: 25%;
}
.btn_planNav li a {
    display: block;
    transition: 0.3s;
}
.btn_planNav li a:hover {
    filter: blur(3px);
    opacity: 0.7;
}
.btn_planNav li.here a {
    opacity: 0.3;
    pointer-events: none;
}

[class$="_planArea"] {
    width: 100%;
    padding: 0px 0 0px;
}
[class$="_planArea"] .ttlBox {
    width: 100%;
    position: relative;
    padding: 70px 0 40px;
}
[class$="_planArea"] .areainner {
    position: relative;
    z-index: 1;
}
[class$="_planArea"] .ttlBox:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #f4f4ea;
    mix-blend-mode: multiply;
}
[class$="_planArea"] .title {
    width: 100%;
    color: #a08550;
    background: #fff;
    font-size: 30px;
    margin-bottom: 50px;
}
[class$="_planArea"] .title h3 {
    width: 1000px;
    max-width: 90%;
    margin: 0 auto;
    position: relative;
    text-align: left;
    padding: 10px 0 10px 300px;
}
[class$="_planArea"] .title h3 img {
    position: absolute;
    left: 0;
    top: 30%;
    transform: translateY(-50%);
    width: 250px;
}

[class$="_planArea"] .ttlBox ul {
    width: 1000px;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    gap:4%;
    align-items: center;
}
[class$="_planArea"] .ttlBox ul li.img {
    width: 40%;
    position: relative;
}
[class$="_planArea"] .ttlBox ul li.img:before {
    content: "";
    position: absolute;
    right: -8px;
    bottom: -8px;
    width: 100%;
    height: 100%;
    border: 1px solid #b39e69;
    z-index: 1;
    pointer-events: none;
}
[class$="_planArea"] .ttlBox ul li.txtList {
    width: 60%;
    text-align: left;
}
[class$="_planArea"] .ttlBox ul li.txtList p {
    line-height: 2;
    font-size: 19px;
    text-indent: -1em;
    padding-left: 1em;
}

[class$="_planArea"] .zumenBox {
    width: 1000px;
    max-width: 90%;
    margin: 50px auto;
}
[class$="_planArea"] .zumenBox ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4%;
    margin-bottom: 30px;
}
[class$="_planArea"] .zumenBox ul li {
    border-left: 1px solid #836937;
    padding-left: 4%;
}
[class$="_planArea"] .zumenBox ul .type {
    color: #b39e69;
    font-size: 4vw;
    border: none;
    padding: 0;
    line-height: 1;
}
[class$="_planArea"] .zumenBox ul .type p {
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    background: #836937;
    margin-top: 10px;
}
[class$="_planArea"] .zumenBox ul .type strong {
    font-size: 150%;
}
[class$="_planArea"] .zumenBox ul .menseki {
    height: 50px;
}
[class$="_planArea"] .zumenBox ul .menseki img {
    max-height: 100%;
    max-width: 100%;
}
[class$="_planArea"] .zumenBox .zupoint {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
[class$="_planArea"] .zumenBox .zupoint figure {
    width: 56%;
}
[class$="_planArea"] .zumenBox .zupoint .mdr.atype {
    max-width: 477px;
}
[class$="_planArea"] .zumenBox .zupoint .mdr.btype {
    max-width: 476px;
}
[class$="_planArea"] .zumenBox .zupoint .mdr.ctype {
    max-width: 604px;
}
[class$="_planArea"] .zumenBox .zupoint .pointList {
    width: 42%;
}
[class$="_planArea"] .zumenBox .zupoint .pointList h4 {
    font-size: 30px;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid ;
    line-height: 1;
    width: 100%;
}
[class$="_planArea"] .zumenBox .zupoint .pointList figure {
    width: 100%;
    margin-bottom: 10px;
}
[class$="_planArea"] .zumenBox .zupoint .pointList > div {
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
[class$="_planArea"] .zumenBox .zupoint .pointList p {
    text-align: left;
    line-height: 1.8;
}
[class$="_planArea"] .zumenBox .zupoint .pointList .point01 h4 {
    color: #921c19;
    border-color: #921c19;
}
[class$="_planArea"] .zumenBox .zupoint .pointList .point02 h4 {
    color: #25725a;
    border-color: #25725a;
}
[class$="_planArea"] .zumenBox .zupoint .pointList .point03 h4 {
    color: #204399;
    border-color: #204399;
}

.a_planArea  .zumenBox .zupoint .pointList .point03 figure {
    width: 46%;
}
.a_planArea  .zumenBox .zupoint .pointList .point03 p {
    width: 50%;
}

.kakaku {
    width: 600px;
    max-width: 90%;
    margin: 0 auto 50px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px 0;
}
.kakaku p {
    font-size: 30px;
}
.kakaku p strong {
    font-size: 200%;
    color: #b39e69;
    margin: 0 0.1em;
}

.eventbnr {
    width: 600px;
    max-width: 90%;
    margin: 0 auto;
}



/*===================
sp
===================*/
@media only screen and (max-width: 1024px) {

    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }

    .pc_view {
        display: none;
    }

    .sp_view {
        display: block;
    }


    .contents_plan .mv {
        margin-bottom: 50px;
        height: 55svh;
        text-align: center;
        overflow: hidden;
    }
    .contents_plan .mv .mvbg {
        object-fit: cover;
        object-position: 50% 50%;
        width: auto;
        max-width: none;
        height: 100%;
    }
    .contents_plan .mv .mv_txt {
        top: 15svh;
    }
    .contents_plan .mv .mv_txt a {
        margin-top: 20px;
    }

    .contents_plan .mv h2 {
        font-size: 25px;
    }

    .contents_plan>h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    
    .btn_planNav li {
        width: 30%;
    }
    
    [class$="_planArea"] .title {
        margin-bottom: 30px;
    }
    [class$="_planArea"] .title h3 {
        padding: 10px 0 10px 110px;
        font-size: 16px;
    }
    [class$="_planArea"] .title h3 img {
        width: 110px;
    }
    [class$="_planArea"] .ttlBox ul {
        flex-wrap: wrap;
    }
    [class$="_planArea"] .ttlBox ul li.img {
        width: 90%;
        margin: 0 auto 20px;
    }
    [class$="_planArea"] .ttlBox ul li.txtList {
        width: 100%;
    }
    [class$="_planArea"] .ttlBox ul li.txtList p {
        font-size: 15px;
    }
    
    [class$="_planArea"] .zumenBox ul {
        flex-wrap: wrap;
        gap: 2%;
    }
    [class$="_planArea"] .zumenBox ul .type {
        width: 100%;
        font-size: 30px;
        margin-bottom: 15px;
    }
    [class$="_planArea"] .zumenBox ul .menseki {
        height: 32px;
        padding-left: 2%;
    }
    [class$="_planArea"] .zumenBox ul li:nth-child(2) {
        border-left: none;
        padding-left: 0;
    }
    [class$="_planArea"] .zumenBox .zupoint {
        flex-wrap: wrap;
    }
    [class$="_planArea"] .zumenBox .zupoint .mdr {
        width: 100%;
        margin-bottom: 30px;
    }
    [class$="_planArea"] .zumenBox .zupoint .mdr img {
        max-width: 90%;
    }
    [class$="_planArea"] .zumenBox .zupoint .pointList {
        width: 100%;
    }
    
    .kakaku {
        padding: 5px 0;
    }
    .kakaku p {
        font-size: 20px;
    }


  

}


