/*　-----------------------　共通部分　-----------------------　*/


h2 {
    font-family: var(--fontOrp);
    color: var(--Color4);
    font-size: 3.125rem;
    line-height: 1.3;
    letter-spacing: 0.1em;
}
h2::after {
    content: "";
    display: block;
    width: 2.3em;
    border-bottom: 1px solid var(--Color4);
    margin: 0.5em 0;
}
.sec_main {
    width: 1000px;
    margin: auto;
    padding-top: 120px;
    padding-bottom: 80px;
    display: flex;
    justify-content: space-between;
}
.sec_main h2,
.main_txt {
    width: 480px;
}
.sec_para {
    width: 1000px;
    margin: auto;
}
.para_cap {
    font-size: 0.75em;
}

/* ----------------------- */
/* 1000*/
/* ----------------------- */
@media screen and (max-width: 1000px) {

.sec_main {
    width: 90%;
    padding-top: 12vw;
    padding-bottom: 8vw;
}
.sec_para {
    width: 90%;
}
.sec_main h2,
.main_txt {
    width: 48%;
}

}

/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {

.sec_main {
    padding-top: 16vw;
    padding-bottom: 10vw;
    display: block;
}
.sec_main h2,
.main_txt {
    width: 100%;
}

.sp {
    display: inline-block;
}

}



/*　-----------------------　メインビジュアル　-----------------------　*/

#MainVisual {
    padding-top: 70px;
    position: relative;
}
#MainVisual figure {
    width: 100%;
    height: calc(100dvh - 70px);
    background-image: url(../images/plan/main.jpg);
    background-position: bottom right;
    background-size: cover;
}
#MainVisual figure img {
    width: 100%;
    height: calc(100vh - 70px);
    mix-blend-mode: multiply;
}
#MainVisual .main_logo {
    font-family: var(--fontCiz);
    position: absolute;
    top: 50%;
    transform: translateY(-45%);
    left: 8vw;
    color:#fff;
    font-size: max(2.5vw,30px);
    letter-spacing: 0.2em; /*他とは異なる*/
    filter: drop-shadow(0 0 5px #000);
    -webkit-filter: drop-shadow(0 0 5px #000);
}

/* ----------------------- */
/* 1000*/
/* ----------------------- */
@media screen and (max-width: 1000px) {


}

/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {

#MainVisual {
    padding-top: 70px;
    position: relative;
}
#MainVisual figure {
    width: 100%;
    height: calc(100dvh - 70px - 20vw);
    background-image: url(../images/plan/main_sp.jpg);
}
#MainVisual figure img {
    width: 100%;
    height: calc(100vh - 70px - 20vw);
    mix-blend-mode: multiply;
}
#MainVisual figure figcaption {
    bottom:1%;
}
#MainVisual .main_logo {
    top: 18%;
    left:inherit;
    width: 100%;
    text-align: center;
    font-size:10vw;
}

}




/*　-----------------------　PLAN_TOP　-----------------------　*/
#PLAN_TOP .main_txt {width: 100%;}
#PLAN_TOP .main_txt p {margin-top: 40px;}

/* ----------------------- */
/* 1000*/
/* ----------------------- */
@media screen and (max-width: 1000px) {
#PLAN_TOP .main_txt p {margin-top: 4vw;}
}

/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {
#PLAN_TOP .main_txt p {margin-top: 5vw;}
#PLAN_TOP .main_txt p br {display: none;}
}



/*　-----------------------　PRIVATE_GARDEN　-----------------------　*/

#PRIVATE_GARDEN {
    padding-bottom: 80px;
}
#PRIVATE_GARDEN .main_txt p {
    margin-top: 40px;
}

#PRIVATE_GARDEN .sec_main {
    padding-top: 80px;
}


#PRIVATE_GARDEN h3.kobetu-1 {
    color: var(--Color4);
    border-bottom: 1px solid var(--Color4);
    padding-bottom: 0.5em;
    font-size: 1.4rem;
}


#PRIVATE_GARDEN ul.ul_1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 60px auto 0 auto;
}
#PRIVATE_GARDEN ul.ul_1 li {
    width: 220px;
    font-size: 0.8em;
    letter-spacing: 0;
}
#PRIVATE_GARDEN ul.ul_1 .li_ttl {margin: 0.2em;}
#PRIVATE_GARDEN ul.ul_1 .li_txt {font-size: 90%;}



#PRIVATE_GARDEN .ul_wrap {
    border: 1px solid var(--Color2);
    padding: 25px 20px;
    margin-top: 60px;
}

#PRIVATE_GARDEN ul.ul_2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 20px auto 0 auto;
}
#PRIVATE_GARDEN ul.ul_2 li {
    width: 116px;
    font-size: 0.62em;
    letter-spacing: 0;
}

#PRIVATE_GARDEN .ul_cap {
    text-align: right;
    font-size: 0.7rem;
    margin-top: 1em;
}


#PRIVATE_GARDEN .dummy {display: none;}

/* ----------------------- */
/* 1000*/
/* ----------------------- */
@media screen and (max-width: 1000px) {
#PRIVATE_GARDEN {
    padding-bottom: 8vw;
}
#PRIVATE_GARDEN .main_txt p {
    margin-top: 4vw;
}
#PRIVATE_GARDEN ul.ul_1 li {
    width: 48%;
    margin-bottom: 2em;
}
#PRIVATE_GARDEN ul.ul_2 li {
    width: 22%;
    font-size: 0.75em;
    margin-bottom: 2em;
}
#PRIVATE_GARDEN .dummy {
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
#PRIVATE_GARDEN .ul_cap {display:none;}

#PRIVATE_GARDEN h3.kobetu-1 {
    letter-spacing: 0;
    font-size: clamp(1.1rem, 0.422rem + 1.5vw, 1.4rem);
}
}

/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {
#PRIVATE_GARDEN {
    padding-bottom: 10vw;
}
#PRIVATE_GARDEN .main_txt p {
    margin-top: 5vw;
}
#PRIVATE_GARDEN .sec_main h2 {
    position: static;
}
#PRIVATE_GARDEN .sec_main h2 > span {
    position: static;
}
#PRIVATE_GARDEN ul.ul_2 li {
    width: 48%;
}

#PRIVATE_GARDEN h3.kobetu-1 {
    font-size: 1.19rem;
}
#PRIVATE_GARDEN .kobetu-2 {
    letter-spacing: 0;
}

}




/*　-----------------------　PLANNING　-----------------------　*/

#PLANNING{
    background-color: var(--Color5);
    padding-top: 60px;
    padding-bottom: 80px;
}
#PLANNING img {
    vertical-align: top;
}

#PLANNING .sec_para {
    padding-top: 30px;
}

#PLANNING .para_txt_wrap {
    display: flex;
    justify-content: space-between;
}
#PLANNING .para_txt_wrap img {
}

#PLANNING .sec_para_top_cap {
    width: 812px;
    text-align: right;
}



.PLANNING_img1 > div,
.PLANNING_img1 > figure {
    width: 48%;
}
.PLANNING_img1 > figure {
    height: 214px;
}
.PLANNING_img1 > figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: bottom right;
}





/*-----*/

#PLANNING .sec_para_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#PLANNING .sec_para_box {
    width: 46%;
    margin-top: 1em;
}
#PLANNING h4 {
    color: var(--Color4);
    font-size: 1.3em;
    margin: 2em 0 1em 0;
}
#PLANNING .para_img {
    display: flex;
    justify-content: space-between;
}
#PLANNING .para_img > div {
    width: 48%;
}
#PLANNING .para_img .para_cap {
	width: 100%;
    text-align: right;
}

.notPC {display: none;}

/*最上段のみカスタマイズ*/

#PLANNING .sec_para.sec_para_top .para_img {
    margin-top: 1em;
}

#PLANNING .sec_para.sec_para_top .sec_para_wrap {
    align-content: stretch;
}
#PLANNING .sec_para.sec_para_top .sec_para_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: space-between;
}

#PLANNING .sec_para.sec_para_top .sec_para_box:first-of-type h4 {
    letter-spacing: 0;
}


/* ----------------------- */
/* 1000*/
/* ----------------------- */
@media screen and (max-width: 1000px) {

#PLANNING .main_txt {
    margin-top: 4vw;
    display:block;
}

#PLANNING .main_txt p {
    width: 100%;
    margin-top: 3vw;
}
#PLANNING .pc {display: none;}

.notPC {display: inherit}

#PLANNING .para_txt_wrap {
    flex-wrap: wrap;
}

#PLANNING .para_txt_wrap img {
    margin-left: 0;
    width: 48%;
}
#PLANNING .para_txt img {
    width: 100%;
    margin-top: 1em;
}
#PLANNING .sec_para_top_cap {
    width: 95%;
}
/*最上段のみカスタマイズ*/
#PLANNING .sec_para.sec_para_top .sec_para_box {
    justify-content:flex-start;
}
.PLANNING_img1 > figure img {
    object-position: bottom center;
}



#PLANNING .sec_para.sec_para_top .sec_para_box:first-of-type h4 span {
    display: inline-block;
    white-space: nowrap;
    transform: scale(0.75,1);
    transform-origin:left;
}

#PLANNING .sec_para.sec_para_top .sec_para_box:first-of-type img {
    width: 100%;
}
}

/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {


#PLANNING .sec_para_wrap > div:nth-of-type(1) {order: 1}
#PLANNING .sec_para_wrap > div:nth-of-type(2) {order: 3}
#PLANNING .sec_para_wrap > div:nth-of-type(3) {order: 2}
#PLANNING .sec_para_wrap > div:nth-of-type(4) {order: 4}
#PLANNING .sec_para_box {
    width: 100%;
}
#PLANNING .kobetu-3 {
    letter-spacing: 0;
    font-size: 1.20rem;
}


/*最上段のみカスタマイズ*/
#PLANNING .sec_para.sec_para_top .sec_para_box:first-of-type h4 span {
    display: inline-block;
    white-space: wrap;
    transform: scale(1,1);
}
}










/*　-----------------------　ROOF_BALCONY　-----------------------　*/
#ROOF_BALCONY {
    padding-bottom: 60px;
}

#ROOF_BALCONY .main_txt p {
    margin-top: 30px;
}
#ROOF_BALCONY .ul_wrap {
    border: 1px solid var(--Color4);
    padding: 20px 24px 0 24px;
    margin-top: 30px;
}



#ROOF_BALCONY ul.ul_3 {
    display: flex;
    justify-content: space-between;
}
#ROOF_BALCONY ul.ul_3 li {
    width: 30%;
    font-size: 72%;
}
#ROOF_BALCONY .ul_cap {
    font-size: 65%;
    text-align: right;
    margin-bottom: 0.3em;
}
#ROOF_BALCONY .dummy {display: none;}


/* ----------------------- */
/* 1000*/
/* ----------------------- */
@media screen and (max-width: 1000px) {




}

/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {
#ROOF_BALCONY ul.ul_3 {
    flex-wrap: wrap;
}
#ROOF_BALCONY ul.ul_3 li {
    width: 48%;
    margin-bottom: 1.2em;
}
#ROOF_BALCONY .dummy {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
#ROOF_BALCONY .ul_cap {
    display: none;
}

}




/*　-----------------------　ROOM_PLAN　-----------------------　*/

#ROOM_PLAN {
    background-color: var(--Color7);
    padding: 60px 0;
}

#ROOM_PLAN .plan {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
#ROOM_PLAN a.planBtn,
#ROOM_PLAN .plan > img {
    width: 48%;
    margin-top: 2em;
}
#ROOM_PLAN a.planBtn:hover {
    transition: 0.4s;
    opacity: 0.8;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

#ROOM_PLAN img {vertical-align:top;/*画像の下アキ防止*/}

#ROOM_PLAN .cap {
    font-size: 0.6em;
}

#ROOM_PLAN a.entryBtn {
    position: absolute;
    left: 50%;
    top: 170px;
    transform: translateX(-50%);
    width: 56%;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
}
#ROOM_PLAN a.entryBtn:hover {
    transition: 0.4s;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
    transform: translateX(-50.1%);
}

/* ----------------------- */
/* 1000*/
/* ----------------------- */
@media screen and (max-width: 1000px) {
#ROOM_PLAN a.entryBtn {
    top: 15.5vw;
}

}

/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {

#ROOM_PLAN .plan a.planBtn {
    width: 100%;
}
#ROOM_PLAN a.entryBtn {
    width: 80%;
    top: 19vw;
}

}




/* ----------------------- 横スクロール対応 ----------------------- */


.panoramaWrap{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
    position: relative;
}
.slider {
	position: relative;
	width: 100%;
	height: 54vw;
	overflow: hidden;
}

.slider .box {
	position: absolute;
	top: 0;
	left: 0;
	width:180vw; /*  スライド範囲  */
	height:100%;
}
.slider .box:hover {
	cursor: grab;
}
.slider .box:active  {
	cursor: grabbing;
}

.slider .box img{
	width:auto;
	height:100%;
}
.slider .box img.viewimg{
	opacity: 0;
	transition: opacity .5s;
	position: absolute;
	top:0;left:0;
}
.slider .arrowl,
.slider .arrowr{
	position: absolute;
	top : 50% ;
	width : 34px ;
	cursor: pointer ;
	z-index : 6 ;
	transform: translateY(-50%);
}
.slider .arrowl{left : 10px;}
.slider .arrowr{right :10px ;}
.slider .arrowl:hover,
.slider .arrowr:hover{opacity: .7;}
.slider .arrowl img,
.slider .arrowr img{max-width: 100%;}

/* ---- */

.sliderWrap[data-time="daytime"] .box .daytime,
.sliderWrap[data-time="night"]   .box .night{opacity: 1;}



/* ----------------------- */
/* 1100*/
/* ----------------------- */
@media screen and (max-width: 1100px) {
@media screen and (max-width: 1100px) {
}

/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {


.slider {
	width:100%;
	height: 27vh;
	padding-top:52%;
}

.slider .box{
	width:auto;
	left:-80%;
}

.slider .box img{
	width:auto;
	max-width: inherit;
	height:100%;
}

.sliderWrap .caption{
	text-align: left;
}

.slider .arrowl, .slider .arrowr{
	width:20px;
}

.panoramaWrap .annotation {
    position: absolute;
    color: #fff;
    bottom: 1%;
    left: 2%;
}

}






/* -----------スクロールマーク------------ */

.scrollMark {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  animation-name:scroll;
  animation-duration:2s;
  animation-timing-function:ease-in;
  animation-timing-function:ease-out;
  animation-iteration-count:infinite;
}

.scrollMark.scrollMarkRmv {
  display: none;
}

@keyframes scroll{
0%{opacity: 0;}
40%{opacity: 1;}
60%{opacity: 1;}
100%{opacity: 0;}
}


/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {
.scrollMark {
  width: 25%;
  bottom:inherit;
  top:6%;
}
}