@charset "UTF-8";
/* lp202508 */

/*メインビジュアル*/
.mv {
	position: relative;
	height: auto;
	margin: 80px auto 20px;
}

.mv_open {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	font-size: 0;
}
.mv_open img {
  	height: auto;/*860px*/
  	object-fit: cover;
}

.mv_prpoints {
	max-width: 1280px;
	margin: 0 auto;
	font-size: 0;
}

@media screen and (min-width: 1400px) {
	.mv_open, .mv_prpoints {
		max-width: 1400px;
	}
}
@media screen and (max-width: 1100px) {
	.mv_open img {
		height: auto;
	}
}
@media screen and (max-width: 768px) {
	.mv {
	  margin: 60px auto 0;
	}
}


.info-txt {
	position: absolute;
	top: 20px;
	right: 6%;
	font-size: .9rem;
	text-align: right;
}
@media screen and (max-width: 768px) {
	.info-txt {
		top: 6px;
		right: 3%;
		font-size: .6rem;
	}
}

.attention {
	font-size: .7rem;
	color: var(--base5-color);
	padding-left: 2px;
}


/*---------- lead ----------*/
#lead {
    /*position: relative;*/
    padding: 32px 0 60px 0;/*40px 0 60px 0*/
    
}
.lead-inner h1 {
	margin-bottom: 12px;/*0*/
    font-size: 1.3rem;
	line-height: 1.4;
	letter-spacing: 0.04em;
	font-weight: normal;
	text-align: center;
}
.lead-inner h2 {
    font-size: 2.2rem;
	letter-spacing: 0.08em;
	text-align: center;
	font-weight: 600;
}
.lead-inner h2 span.tx-yoyakusei {
    font-size: 1.2rem;
}
.lead-inner {
}
.lead-box {/*2506背景なしに*/
	margin: 0 auto;
/*background: rgb(166,196,231);
background: linear-gradient(270deg, rgba(166,196,231,0.4) 8%, rgba(244,177,177,0.4) 52%, rgba(246,186,148,0.4) 100%);
	padding: 28px 0 20px;
	position: relative;*/
}
/*.lead-box:before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  content: '';
  border: 1px solid #fff;	
}*/
.lead-btn {
	display: flex;
    justify-content: space-between;
	align-items: center;
	max-width: 620px;
	margin: 32px auto 20px;
	flex-wrap: wrap;
}
.lead-btn .btn {
	margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
    #lead {
        padding: 40px 0 40px 0;
    }
	.lead-inner h1 {
		font-size: .9rem;
		line-height: 1.5;
		margin-bottom: 4px;
	}
	.lead-inner h2 {
		font-size: 1.7rem;
		line-height: 1.2;
		letter-spacing: 0.14em;
	}
	.lead-box {
		padding: 20px 0 20px;
	}
}
@media screen and (max-width: 600px) {
    #lead {
        padding: 20px 0 40px 0;
    }
	.lead-box {
		padding: 8px 0 0;
	}
	.lead-btn {
		width: 250px;
		margin: 24px auto 16px;
	}
	.lead-btn .btn a {
		width: 250px;
	}
}


.pr-area .container {
	padding-top: 36px;
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.pr-area-item {
	width: 49%;
}

.pr-area a:hover img {
	opacity: 0.8;
	transition: .3s;
}

@media screen and (max-width:500px) {
	.pr-area .container {
		padding-top: 2px;
	}
	.pr-area-item {
		width: 100%;
	}
}


/*TOPのYoutube埋め込み2507*/
.top-movie-area-wrap {
	margin-top: 8px;
	margin-bottom: 40px;
}
.top-movie-area {
	max-width: 880px;
    margin: 20px auto 40px;	
}
.top-movie-area-wrap h3 {
	font-family: "Cormorant Garamond", serif;
	font-size: 1.5rem;
	text-transform: uppercase;
	letter-spacing: 0.2em;
    font-weight: 400;
	color: #fff;
	text-align: center;
	margin-bottom: 4px;
}
.top-movie-video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;/* 16:9 */
    height: 0;
}
.top-movie-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width:768px) {
	.top-movie-area-wrap {
		margin-top: 4px;
		margin-bottom: 32px;
	}
	.top-movie-area-wrap h3 {
		font-size: 1.1rem;
		margin-bottom: 0;
	}
}


/* newお知らせ */
#news {
    left: 0;
    bottom: 0;
    background:#fff;
    width: 100%;
    z-index: 2;
    padding: 40px 56px;
}

#news h2 {
    position: relative;
    font-size: 1.4rem;
    margin: 0 0 30px 0;
}
#news h2::before{
    content:'';
    position: absolute;
    width: 30px;
    height: 1px;
    background: var(--base1-color);
    left: 0;
    bottom:-5px;
}

#news li {
    margin:0 0 10px 0;
}
#news li a {
    transition: all .3s;
}
#news li a:hover{
     background: #efefef;
}
#news li time {
    display: inline-block;
    padding:0 20px 0 0;  
    font-size: 0.8rem;
    color: var(--base5-color);
}

@media screen and (max-width: 960px) {
    #news {
        padding: 24px;
    }
    #news li time {
        display: block;
    }  
}
@media screen and (max-width:768px) {
    #news {
		padding: 32px 0 24px;
        width: 100%;
        bottom:-100px;
    }
	#news li {
		font-size: .9rem;
	}
}


/* aboutコンセプト */
.about-menu-wrap {
background: rgb(241,242,243);
background: linear-gradient(180deg, rgba(241,242,243,1) 0%, rgba(241,242,243,1) 50%, rgba(255,255,255,1) 50%);	
}

#about {
    padding: 60px 0 20px 0;
}
#about .about-inner {
	display: flex;
    justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
    margin: 24px auto; 	
}

#about .about-title {
    padding: 40px 0 60px 0;
	max-width: 35%;
	text-align: center;
}
#about .about-txt {
	max-width: 60%;
}
#about .about-txt h2 {
    font-size: 2.2rem;
	font-weight: 600;
    letter-spacing: 0.1em;
	margin-bottom: 20px;
}
#about .about-txt p {
	letter-spacing: 0.04em;
}
@media screen and (max-width:600px) {
	#about {
		padding: 40px 0 20px 0;
	}
	#about .about-title {
		max-width: 70%;
		padding: 0 0 24px 0;
	}
	#about .about-txt {
		max-width: 100%;
	}
	#about .about-txt h2 {
		font-size: 1.3rem;
		line-height: 1.6;
		margin-bottom: 20px;
	}
	#about .about-txt p {
		font-size: .9rem;
		line-height: 2;
	}
}


/*menu-list*/
#menu-list {
	padding-bottom: 60px;
}
#menu-list h2 {
	font-size: 2rem;
	text-align: center;
	margin-bottom: 40px;
}
.menu-list-wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 0 40px;
}

.menu-list-wrap .item {
  	width: 48%;
  	position: relative;
	font-size: 0;
}
.menu-list-wrap .item::before {
	content: "";
 	width: 100%;
  	height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,.6));
  	position: absolute;
  	top: 0;
  	left: 0;
}
.menu-list-wrap a:hover.item {
	opacity: 0.8;
	transition: .3s;
}

.menu-list-wrap .item .title {
  color: #fff;
  position: absolute;
  left: 24px;
  bottom: 20px;
}
.menu-list-wrap .item .title .en {
	display: block;
	font-family: "Cormorant Garamond", serif;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.9);
 	font-size: 2.4rem;
	line-height: 1;
 	font-weight: 400;
 	letter-spacing: 0.06em;
}
.menu-list-wrap .item .title .ja {
  	display: block;
  	font-size: 1rem;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.9);
	letter-spacing: 0.08em;
}

.new-m {
 	position: absolute;
 	top: 0;
 	right: 0;
 	color: #fff;
 	padding: 0.1em 0.8em;
	letter-spacing: 0.1em;
 	font-size: 0.8rem;
  	background: #e95850;
  	z-index: 100;
}
@media screen and (max-width: 767px) {
	.about-menu-wrap {
background: rgb(241,242,243);
background: linear-gradient(180deg, rgba(241,242,243,1) 0%, rgba(241,242,243,1) 72%, rgba(255,255,255,1) 72%);	
}
	#menu-list {
		padding-bottom: 40px;
	}
	#menu-list h2 {
		font-size: 1.4rem;
		margin-bottom: 24px;
	}
  .menu-list-wrap {
    /*flex-direction: column;*/
    	padding: 0 0 4px;
  }
  .menu-list-wrap .item {
   		width: 100%;
		margin-bottom: 1px;
	  	margin-left: 2px;
	  	margin-right: 2px;
  }
	.menu-list-wrap .item .title {
	  	left: 10px;
	  	bottom: 8px;
	}
  .menu-list-wrap .item .title .en {
	    font-size: 1.1rem;
  }
	.menu-list-wrap .item .title .ja {
		font-size: .75rem;
		line-height: 1.2;
	}
	.new-m {
		padding: 0.1em 0.4em;
		letter-spacing: 0.1em;
		font-size: 0.7rem;
	}
}



/*location-map*/
#location-map {
	background: #fff;
	padding-top: 20px;
	padding-bottom: 30px;
}
@media screen and (max-width:600px) {
	#location-map {
		padding-bottom: 20px;
	}
}

/* location-info-txt*/
.location-info-txt h2 {
	font-size: 2.4rem;
	margin-bottom: 12px;
}
.location-info-txt {
	max-width: 880px;
	margin: 40px auto 20px; 
	text-align: center;
}
@media screen and (max-width:768px) {
	.location-info-txt {
		margin: 20px auto 0; 
		text-align: left;
		padding-bottom: 20px;
	}
    .location-info-txt h2 {
		font-size: 1.6rem;
    }
	.location-info-txt p {
		font-size: .9rem;
	}
}

/*location-map-infoモデルルーム案内*/
#location-map-info {
	background: #fff;
	padding-top: 20px;
	padding-bottom: 40px;
}
@media screen and (min-width:1024px) {
	#location-map-info .container {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 88px;	
	}
}

#location-map-info h3 {
	font-size: 2.5rem;
	letter-spacing: 0.06em;
	margin-bottom: 20px;
	line-height: 1.3;
	color: var(--red-color);
}
#location-map-info h3 .yoyakusei {
	font-weight: 500;
	font-size: 1.6rem;
}

.location-map-info-txt .btn a {
	width: 330px;
}

.location-map-info-btn {
	display: grid;
	place-content: center;
}
.location-map-info-btn .btn a {
	width: 100%;
}
.location-map-info-mg {
	max-width: 380px;
	margin-bottom: 20px;
}

@media screen and (max-width:600px) {
	#location-map-info {
		padding-top: 10px;
		padding-bottom: 60px;
	}
	#location-map-info h3 {
		font-size: 2rem;
		margin-bottom: 20px;
	}
	#location-map-info h3 .yoyakusei {
		font-size: 1.4rem;
	}
	#location-map-info p {
		font-size: .85rem;
	}
	.location-map-info-txt {
		margin-bottom: 24px;
	}
	.location-map-info-txt .btn a {
		font-size: .9rem;
		 width: 290px;
	}
}



/*-------- outline物件概要 --------*/
#outline {
	padding-top: 36px;
	padding-bottom: 48px;
}
.outline_box {
    margin: 0 auto;
}
@media screen and (min-width: 1200px) {
    .outline_box {
        max-width: 930px;
        margin: 20px auto 0;
    }
}

.outline_box table {
	font-size: .95rem;
    letter-spacing: 0.05em;
    color: #000;
	margin: 0 0 30px;
    line-height: 1.4;
}

.outline_box table.alltype th {
	background: var(--base5-color);
	color: #fff;
	font-weight: 500;
}

.outline_box table th {
	width: 27%;/*30%*/
    padding: 0.4rem 0.8rem;
    text-align: left;
}
.outline_box table td {
	background: #fff;
    padding: 0.4rem 0.8rem;
}
.table>tbody>tr>td, .table>tbody>tr>th {
}

@media (max-width: 680px) {
	#outline {
		padding-bottom: 32px;
	}
    .outline_box table {
        font-size: 0.8rem;
    }
	.outline_box table th {
	    width: 34%;
        font-weight: normal;
        padding: 0.4rem;
	}
    .outline_box table td {
        padding: 0.4rem;
    }
} 

.outline_inner {
	font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, メイリオ, meiryo, sans-serif;
	margin-bottom: 20px;
	line-height: 1.4;
	font-size: 0.8rem;
	color: var(--base5-color);
}