@charset "UTF-8";
/* lp 202509グランドオープン */

/*メインビジュアル*/
.mv-wrap {
	position: relative;
}
.mv {
	height: auto;
	margin: 80px auto 0;
	background: #111;
	position: relative;
}

.mv_open {
	max-width: 1240px;/*1240px　1360px*/
	margin: 0 auto;
	font-size: 0;
}
.mv_open img {
  	height: 1320px;/*1080px*/
  	object-fit: cover;
}

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



/*---------- lead ----------*/
.lead {
	position: relative;
	width: 880px;
	background: var(--base1-color);
	margin: 0 auto;
    padding: 60px 0 20px 0;
}
.lead h1 {
	margin-bottom: 0;
	color: #fff;
    font-size: 1.3rem;
	line-height: 1.4;
	letter-spacing: 0.06em;
	font-weight: 600;
	text-align: center;
}
.lead h1 span {
    font-size: 1.1rem;	
}
.lead h2 {
    font-size: 3.2rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-align: center;	
	color: #fff;
/*	background: #B7AC7A;
	background: linear-gradient(to left, #B7AC7A 0%, #6C6544 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/

}
.lead-btn {
	display: flex;
    justify-content: space-between;
	align-items: center;
	max-width: 680px;/*680px*/
	margin: 20px auto;
	flex-wrap: wrap;
}
.lead-btn .btn a {
	width: 320px;
}
.lead-btn .btn {
	margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
    .lead {
        padding: 20px 0 8px 0;
		width: 720px;
    }
	.lead h1 {
		font-size: 1.2rem;
		line-height: 1.5;
		margin-bottom: 0;
	}
	.lead h1 span {
		font-size: 1rem;	
	}
	.lead h2 {
		font-size: 2.1rem;
		margin-bottom: 12px;
	}
}
@media screen and (max-width: 600px) {
    .lead {
        padding: 32px 0 0 0;
		width: 80%;
    }
	.lead h1 {
		font-size: .9rem;
	}
	.lead h1 span {
		font-size: .8rem;
	}
	.lead h2 {
		margin-bottom: 20px;
	}
	.lead-btn .btn a {
		width: 254px;
	}
	.lead-btn {
		max-width: 254px;
		margin: 0 auto 20px;
	}
}
@media screen and (max-width: 370px) {
	.lead h2 {
		font-size: 1.9rem;
	}	
}

/*バナー*/
.ban-annnai {
	max-width: 380px;
	position: absolute;
	right: 5%;
	bottom:50px;
}
.ban-annnai a:hover img {
	opacity: .9;
	transition: .3s;
}
@media screen and (max-width: 1400px) {
	.ban-annnai {
		max-width: 360px;
		right: 0;
	}	
}
@media screen and (max-width: 1100px) {
	.ban-annnai {
		max-width: 280px;
		right: 0;
		bottom:50px;
	}	
}
@media screen and (max-width: 768px) {
	.ban-annnai {
		max-width: 220px;
		left: -40px;
		bottom: 150px;
	}
}
@media screen and (max-width: 700px) {
	.ban-annnai {
		bottom: 280px;
	}
}
@media screen and (max-width: 600px) {
	.ban-annnai {
		max-width: 190px;
		left: -40px;
		bottom: 220px;
	}
}
@media screen and (max-width: 450px) {
	.ban-annnai {
		max-width: 185px;
		left: -34px;
		bottom: 165px;
	}
}
@media screen and (max-width: 390px) {
	.ban-annnai {
		bottom: 158px;
		left: -36px;
	}
}
@media screen and (max-width: 370px) {
	.ban-annnai {
		max-width: 170px;
		bottom: 160px;
	}
}

.pr-area {
	padding-top: 0;
	padding-bottom: 60px;
	background: var(--base1-color);
}

.pr-area-item {
	margin: 24px auto;
	/*max-width: 888px;*/
}
@media screen and (max-width:500px) {
	.pr-area {
		padding-bottom: 24px;
	}
}



/* newお知らせ */
#news {
    left: 0;
    bottom: 0;
    background: #f3f5f6;
    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;
	}
}


/*Youtube埋め込み2508*/
.top-movie-area-wrap {
	background-color: var(--base1-color);
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 40px;
}
.top-movie-area {
	max-width: 1028px;
    margin: 20px auto 40px;	
}
.top-movie-area-wrap h3 {
	font-family:"Cormorant Garamond", serif;
	text-transform:uppercase;
	font-size: 1.6rem;
	letter-spacing: 0.2em;
    font-weight: 400;
	color: var(--accent-color2);
	text-align: center;
}
.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 h3 {
		font-size: 1.2rem;
	}
	.top-movie-area-wrap {
		margin-top: 0;
		padding-top: 24px;
		padding-bottom: 0;
	}
}


/* aboutコンセプト */
#about {
    padding: 80px 0 60px;
	background: url("../img/about_bg2509.jpg") no-repeat;
	background-size: cover;
}

#about .about-inner {
	color: var(--white-color);
	margin-bottom: 40px;
}
#about .about-title {
	max-width: 540px;
	margin-bottom: 40px;
}
#about .about-txt {
}
#about .about-txt p {
	letter-spacing: 0.08em;
	line-height: 2.3;
}
.about-photo {
}
@media screen and (max-width:600px) {
	#about {
		padding: 60px 0 40px;
	}
	#about .about-title {
	}
	#about .about-txt {
	}
	#about .about-txt p {
		font-size: .9rem;
		letter-spacing: 0;
		line-height: 1.9;
	}
}


/*location-map*/
#location-map {
	background: var(--base1-color);/*#272316*/
	color: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
}

.location-info-image {
	margin-bottom: 24px;
}
@media screen and (min-width:1024px) {
	#location-map .container {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 20px;
	}
	.location-info-image {
		max-width: 60%;
	}
	.location-info-txt {
		max-width: 35%;
	}
}

#location-map h2 {
	color: var(--accent-color2);
	font-size: 2.5rem;
	margin-bottom: 12px;
}
#location-map .container-p0 {
	max-width: 1032px;
}
.location-info-txt {
	margin-bottom: 40px;
}
#location-map .location-info-txt p {
	line-height: 2;
}
@media screen and (max-width:600px) {
	#location-map {
		padding-top: 0;
		padding-bottom: 40px;
	}
	#location-map h2 {
		font-size: 1.8rem;
	}
	.location-info-txt {
		margin: 20px auto;
	}
	#location-map .location-info-txt p {
		font-size: .9rem;
		letter-spacing: 0;
	}
}


/*location-map-infoモデルルーム案内*/
#location-map-info {
	background: var(--base1-color);
	color: #fff;
	padding-bottom: 90px;
}

#location-map-info .container {
	position: relative;
}

#location-map-info .location-map-info-wrap {
	background: rgba(122, 105, 44, .3);
	padding: 60px 60px;
}

@media screen and (min-width:1024px) {
	#location-map-info .location-map-info-wrap {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		margin-bottom: 60px;
		max-width: 1080px;
	}
}

#location-map-info h3 {
	max-width: 450px;
	margin-bottom: 12px;
}

.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 p {
		font-size: .9rem;
}

#location-map-info .model-tel {
	margin-bottom: 24px;
}
#location-map-info .tel img {
	margin-bottom: -6px;
	width: 100px;
}
#location-map-info .freed {
	color: #fff;
    font-family: "noto serif", serif;
    font-size: 2.1rem;
	letter-spacing: 0.06em;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.model-new {
	max-width: 168px;
	position: absolute;
	top: -24px;
	left: 0;
}
@media screen and (max-width:600px) {
	#location-map-info {
		padding-bottom: 60px;
	}
	#location-map-info .location-map-info-wrap {
		padding: 32px 22px 40px;
	}
	#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;
	}
	
	#location-map-info .tel img {
		width: 80px;
	}
	#location-map-info .freed {
		font-size: 1.6rem;
		letter-spacing: 0.04em;
	}
	.model-new {
		max-width: 120px;
		top: -20px;
	}
}


/*基本プラン*/
#basicplan {
	padding: 120px 0 100px;
	/*background: var(--base3-color);	*/
background: #00121F;
background: linear-gradient(40deg, rgba(0, 18, 31, 1) 0%, rgba(25, 54, 69, 1) 100%);

    margin-top: -8vw;
    clip-path: polygon(0 8vw, 100% 0, 100% 100%, 0 100%);
}
#basicplan h2 {
	color: var(--accent-color2);
	font-size: 2.4rem;
	margin-bottom: 20px;
	text-align: center;
}

.basicplan-wrap {
	display: flex;
  	flex-direction: column-reverse;
	position: relative;
}

.basicplan_txt {
	background: #f2f4f5;
	padding: 40px 48px 40px 60px;
	z-index: 1;
	position: absolute;
	bottom: -30px;
	right: 0;
	width: 50%;
}
.basicplan_txt h3 {
	max-width: 230px;
	padding-top: 24px;
}
.plan_txt_b {
	font-size: 1.1rem;
	font-weight: 600;
}

.basicplan_txt .btn {
	padding-top: 20px;
}
.basicplan_img {
	max-width: 60%;
}

.basicplan_txt .btn a {
	width: 308px;
	letter-spacing: 0;
	border-radius: 35px;
}

@media screen and (max-width:960px) {/*768px*/
	#basicplan {
		padding: 60px 0;
	}
	#basicplan h2 {
		margin-bottom: 12px;
		font-size: 1.6rem;
		text-align: left;
	}
	.basicplan_txt {
		width: 90%;
		position: static;
		margin: 0 0 0 auto;
		margin-top: -30px;
		padding: 24px 18px 28px 20px;
		}
	.basicplan_img {
		max-width: 85%;
		}
	.basicplan_txt p {
		font-size: .9rem;
		}
	.basicplan_txt h3 {
		max-width: 190px;
		padding-top: 20px;
	}
	.plan_txt_b {
		font-size: 1rem;
	}
	.basicplan_txt .btn a {
		width: 244px;
		font-size: .8rem;
	}
}


/*-------- outline物件概要 --------*/
#outline {
	padding-top: 36px;
	padding-bottom: 48px;
	background: #f8f8f8;
}
.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(--base3-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;
	    letter-spacing: 0;
    }
	.outline_box table th {
	    width: 34%;
        font-weight: normal;
        padding: 0.4rem;
	}
    .outline_box table td {
        padding: 0.4rem;
    }
}

.outline_box h4 {
	font-weight: 600;
}

.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: #333;
}
.outline_inner p {
	line-height: 1.4;
	font-size: 0.85rem;
	margin-bottom: 6px;
	letter-spacing: 0;
}
@media (max-width: 680px) {
	.outline_inner p {
		font-size: 0.75rem;
		margin-bottom: 4px;
	}	
}