@charset "UTF-8";
/* lp 202601 */

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

.mv_open {
	max-width: 1400px;
	margin: 0 auto;
	font-size: 0;
}
.mv_open img {
  	height: 910px;
  	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: 800px;/*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: 3rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-align: center;	
	color: #fff;
	line-height: 1.5;
/*	background: #B7AC7A;
	background: linear-gradient(to left, #B7AC7A 0%, #6C6544 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
}
.lead h2 span {
    font-size: 3.6rem;
}

.lead-btn {
	display: flex;
    justify-content: space-between;
	align-items: center;
	max-width: 680px;/*680px*/
	margin: 32px auto 0;/*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: 1.8rem;
		margin-bottom: 12px;
	}
}
@media screen and (max-width: 600px) {
    .lead {
        padding: 20px 0 0 0;
		width: 92%;
    }
	.lead h1 {
		font-size: .9rem;
	}
	.lead h1 span {
		font-size: .8rem;
	}
	.lead h2 {
		margin-bottom: 20px;
	}
	.lead h2 span {
		font-size: 2.2rem;
	}
	.lead-btn .btn a {
		width: 254px;
	}
	.lead-btn {
		max-width: 254px;
		margin: 0 auto 20px;
	}
}


/*バナー*/
.ban-annnai {
	max-width: 360px;
	position: absolute;
	left: 7%;
	bottom: -20px;
}
.ban-annnai a:hover img {
	opacity: .9;
	transition: .3s;
}
@media screen and (max-width: 1400px) {
	.ban-annnai {
		max-width: 330px;
		left: 0;
	}	
}
@media screen and (max-width: 1100px) {
	.ban-annnai {
		max-width: 280px;
		bottom:　20px;
	}	
}
@media screen and (max-width: 768px) {
	.ban-annnai {
		max-width: 220px;
		bottom: 30px;
	}
}
@media screen and (max-width: 700px) {
	.ban-annnai {
		bottom: 20px;
	}
}
@media screen and (max-width: 638px) {
	.ban-annnai {
		max-width: 200px;
		left: -20px;
	}
}
@media screen and (max-width: 470px) {
	.ban-annnai {
		max-width: 170px;
		left: -30px;
		bottom: 0;
	}
}
@media screen and (max-width: 390px) {
	.ban-annnai {
		left: -40px;
	}
}
@media screen and (max-width: 370px) {
	.ban-annnai {
		max-width: 150px;
		bottom: 0;
	}
}
.anima-delay01 {
	animation-delay: .5s;
}

.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: 20px;
	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: 1.6rem;
	letter-spacing: 0.2em;
    font-weight: 400;
	font-family:"Cormorant Garamond", serif;
	text-transform:uppercase;
	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.3rem;
		margin-left: 20px;
	}
	.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 h2 {
	color: var(--accent-color2);
	font-size: 1.6rem;
	letter-spacing: 0.2em;
    font-weight: 400;
	font-family:"Cormorant Garamond", serif;
	text-transform:uppercase;
	margin-bottom: 12px;
}

#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: center;/*flex-end*/
		margin-bottom: 60px;
		max-width: 1080px;
	}
}

#location-map-info h3 {
	max-width: 446px;
	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);
}


@media screen and (max-width:600px) {
	#location-map-info {
		padding-bottom: 60px;
	}
	#location-map-info h2 {
		font-size: 1.3rem;
	}
	#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;
	}
}


/*基本プラン*/
#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;
	}
}


/*menu-list*/
#menu-list {
	padding-bottom: 60px;
	color: var(--accent-color2);
}
#menu-list h2 {
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	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: 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 a:hover.item::before {
  background: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,.6));
	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-transform:uppercase;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.9);
 	font-size: 1.8rem;
	line-height: 1;
 	font-weight: 400;
 	letter-spacing: 0.06em;
}
.menu-list-wrap .item .title .ja {
  	display: block;
  	font-size: .9rem;
	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: var(--accent-color);
  	z-index: 100;
}
@media screen and (max-width: 767px) {
	#menu-list {
		padding-bottom: 40px;
	}
	#menu-list h2 {
		font-size: 1rem;
		line-height: 1.6;
		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::before {
		background: rgba(0,0,0, .3);
	}
	.menu-list-wrap .item .title {
	  	left: 10px;
	  	bottom: 8px;
	}
  .menu-list-wrap .item .title .en {
	    font-size: 1rem;
  }
	.menu-list-wrap .item .title .ja {
		font-size: .7rem;
		line-height: 1.2;
	}
	.new-m {
		padding: 0.1em 0.4em;
		letter-spacing: 0.08em;
		font-size: 0.65rem;
	}
}


/*-------- 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;
	}	
}