@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&family=Noto+Sans+JP:wght@300;400;700&family=Poppins&display=swap');
/* Reset */
html {
	font-size: 62.5%;
	overflow-x: hidden;
	scroll-behavior: smooth;
	overscroll-behavior-y: contain;
	-webkit-overflow-scrolling: touch;
}
body {
	color: #000;
	line-height: 1.7;
	word-spacing: 0;
	font-size: 1.5rem;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	/*font-family: "Noto Sans JP", sans-serif;*/
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}
ol,
ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	text-align: left;
	font-weight: normal;
}
a {
	color: inherit;
	text-decoration: none;
}
img {
	vertical-align: bottom;
	max-width: 100%;
}
.ds-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.container {
	margin: 0 auto;
	max-width: 1000px;
	width: 95%;
}

.main-cap {
	font-size: 1rem;
	padding: 50px 0;
}

@media only screen and (min-width: 768px) {
	/* a[href^="tel:"]{pointer-events: none;} */
	.only-sp {
		display: none !important;
	}
}

@media only screen and (max-width: 767px) {
	.only-pc {
		display: none !important;
	}
}

@media print {
	body {
		color-adjust: exact;
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
	}
}

@media only screen and (min-width: 768px){
    a[href^="tel:"]{pointer-events: none;}
}

@media only screen and (max-width: 767px){
    a[href^="tel:"]{pointer-events: auto;}
}


/**=== == == == == == == == == == == == == == == == == == == == == 
=>                     header
== == == == == == == == == == == == == == == == == == == == === * */
.header {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background: white;
}
.header-top {
	padding: 15px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-logo:hover {
	opacity: 0.7;
}
.header-right {
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-tel {
	font-size: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
    /*font-family: 'Roboto Condensed', sans-serif;*/
}
.header-tel::before {
	content: "";
	background-image: url("../images/common/header-tel.svg");
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	width: 35px;
	height: 30px;
	margin-right: 8px;
}

.header-btn {
	background: url('../images/common/header-btn-bg.jpg');
	background-size: auto 100%;
	color: white;
	padding: 10px 24px;
	margin-left: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-btn::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background-image: url("../images/common/ic_right.svg");
	background-repeat: no-repeat;
	margin-left: 16px;
}
.header-btn:hover,
.header-tel:hover {
	opacity: 0.7;
}

.header-menu {
	background: #6d6861;
	display: block;
}
/*== == == == ==>concept<== == == == == */
.header-menu-info li:nth-of-type(1) a::before {
	content: "CONCEPT";
}
.header-menu-info li:nth-of-type(1) a:hover::before {
	content: "コンセプト";
}
.header-menu-info li:nth-of-type(1) a.active::before {
	content: "コンセプト";
}
/*== == == == ==>ROOMTYPE<== == == == == */
.header-menu-info li:nth-of-type(2) a::before {
	content: "ROOMTYPE";
}
.header-menu-info li:nth-of-type(2) a:hover::before {
	content: "ルームタイプ";
}
.header-menu-info li:nth-of-type(2) a.active::before {
	content: "ルームタイプ";
}
/*== == == == ==>ACCESS<== == == == == */
.header-menu-info li:nth-of-type(3) a::before {
	content: "ACCESS";
}
.header-menu-info li:nth-of-type(3) a:hover::before {
	content: "アクセス";
}
.header-menu-info li:nth-of-type(3) a.active::before {
	content: "アクセス";
}
/*== == == == ==>LOCATION<== == == == == */
.header-menu-info li:nth-of-type(4) a::before {
	content: "LOCATION";
}
.header-menu-info li:nth-of-type(4) a:hover::before {
	content: "周辺環境";
}
.header-menu-info li:nth-of-type(4) a.active::before {
	content: "周辺環境";
}
/*== == == == ==>FACILITIES<== == == == == */
.header-menu-info li:nth-of-type(5) a::before {
	content: "FACILITIES";
}
.header-menu-info li:nth-of-type(5) a:hover::before {
	content: "設備・仕様";
}
.header-menu-info li:nth-of-type(5) a.active::before {
	content: "設備・仕様";
}
/*== == == == ==>PLAN<== == == == == */
.header-menu-info li:nth-of-type(6) a::before {
	content: "PLAN";
}
.header-menu-info li:nth-of-type(6) a:hover::before {
	content: "間取り図";
}
.header-menu-info li:nth-of-type(6) a.active::before {
	content: "間取り図";
}
/*== == == == ==>OUTLINE<== == == == == */
.header-menu-info li:nth-of-type(7) a::before {
	content: "OUTLINE";
}
.header-menu-info li:nth-of-type(7) a:hover::before {
	content: "物件概要";
}
.header-menu-info li:nth-of-type(7) a.active::before {
	content: "物件概要";
}
/*== == == == ==>MOVIE<== == == == == */
.header-menu-info li:nth-of-type(8) a::before {
	content: "MOVIE";
}
.header-menu-info li:nth-of-type(8) a:hover::before {
	content: "ムービー";
}
.header-menu-info li:nth-of-type(8) a.active::before {
	content: "ムービー";
}
/*== == == == ==>AWARD<== == == == == */
.header-menu-info li:nth-of-type(9) a::before {
	content: "AWARD";
}
.header-menu-info li:nth-of-type(9) a:hover::before {
	content: "AWARD";
}
.header-menu-info li:nth-of-type(9) a.active::before {
	content: "AWARD";
}

/*old*/
/*.header-menu-info {
	display: grid;
	grid-template-columns: repeat(9, minmax(0, 1fr));
	justify-items: stretch;
}*/

.header-menu-info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
}

.un {
	color: #999999 !important;
	pointer-events: none !important;
}

.header-menu-info li {
	width: 11.1111%;
}

.header-menu-info a {
	padding: 10px 0;
	display: block;
	text-align: center;
	color: #fff;

	font-family: "EB Garamond", serif;
	font-size: 14px;
}
.header-menu-info a:hover{
	opacity: 0.4;
	background: #575148;
}

.header-menu-info a.active {
	background: #575148;
}

/**=== == == == == == == == == == == == == == == == == == == == == 
=>                     go top
== == == == == == == == == == == == == == == == == == == == === * */
#go-top{
	position: fixed;
	right: 0;
	bottom: 20px;
	cursor: pointer;
	width: 105px;
	height: 28px;
	background-image: url('../images/common/gotop.svg');
	background-repeat: no-repeat;
	background-size: cover;
	
}
#go-top:hover{
	opacity: 0.7;

}
/**=== == == == == == == == == == == == == == == == == == == == == 
=>                     footer
== == == == == == == == == == == == == == == == == == == == === * */
.footer{
    margin-top: 80px;
}
.footer-menu {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.footer-menu a {
	padding: 0 12px;
	border-left: 1px solid #000;
	font-size: 14px;
	line-height: 1;
}

.footer-menu a:last-child {
	border-right: 1px solid #000;
}

.footer-menu a.active {
    text-decoration: underline;
}
.footer-menu a:hover {
    color: rgba(0, 0, 0, 0.596);
}
.footer-main {
    margin-top: 30px;
    background-color: #6d6861;
    padding-top: 60px;
    padding-bottom: 16px;
}
.footer-main .container{
    display: flex;
    flex-wrap: wrap;
}
.footer-main-left {
    width: 45%;
}
.footer-main-tile {
    font-size: 30px;
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}
.footer-main-text {
    font-size: 14px;
    color: white;
    margin-top: 24px;
}
.footer-main-link:hover {
    opacity: 0.7;
}
.footer-main-tel{
    display: flex;
    align-items: center;
    /*font-family: 'Roboto Condensed', sans-serif;*/
    font-size: 40px;
    color: white;
}
.footer-main-tel::before {
    content: "";
    display: inline-block;
    width: 44px;
    height: 38px;
    background-image: url('../images/common/footer-tel.svg');
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 10px;
}
.footer-main-right {
    width: 55%;
}
.footer-main-right .footer-main-text {
    margin-top: 0;
}
.footer-main-right-btns {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-main-right-btns .header-btn {
    margin-left: 0;
    padding: 5px 10px;
    width: 45%;
	/*background: url('../img/common/header-btn-bg.jpg');
	background-size: auto 100%;*/
}

.footer-main-right-btns a:nth-of-type(2) {
	width: 51%;
}
.footer-main-right-award {
    background-image: url('../images/common/footer-btn-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-main-right-award-text {
    color: white;
    font-size: 20px;
    font-style: italic;
    font-family: "EB Garamond", serif;
}
.footer-main-right-award-more {
    color: white;
    font-size: 15px;
    font-family: "EB Garamond", serif;
    font-style: italic;
    padding: 4px 18px 4px 22px;
    border: 1px solid white;
    line-height: 1;
}
.footer-main-right-award-more:hover {
    opacity: 0.4;
}
.footer-main-right-award-more::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background-image: url("../images/common/ic_right.svg");
	background-repeat: no-repeat;
	margin-left: 12px;
}
.footer-main-bottom {
    width: 100%;
    margin-top: 60px;
    font-size: 10px;
    /*font-family: 'Roboto Condensed', sans-serif;*/
    color: white;
    text-align: center;
}
@media screen and (max-width: 840px) {
    .footer-main-right-btns {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
}

@media screen and (max-width: 767px) {
	.main {
		margin-top: 84px;
	}
	.header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 9;		
	}
	.header > .container {
		width: 100%;
		padding: 15px 2.5%;
		border-bottom: 1px solid #ccc;
	}
	.header-menu-info {
		width: 100%;
	}
	.header-menu-info li {
		width: 100%;
	}

	.header-menu .header-menu-info a:nth-of-type(1) {
		border-top: 1px dotted #b7b7b7;
	}

	.header-right {
		align-items: flex-start;
	}
	.header-tel {
		font-size: 0;
		flex-direction: column;
	}
	.header-tel::before {
		margin-right: 0;
	}
	.header-email,
	.header-tel .only-sp {
		font-size: 13px;
		font-weight: 300;
		font-family: "myriad pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Arial, Helvetica, Verdana, sans-serif;
		text-align: center;
	}
	
	.header-email {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items:center;
		margin: 0 30px;
		text-align: center;
	}
	.header-email::before {
		content: "";
		background-image: url("../images/common/ic_email.svg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: left top;
		display: inline-block;
		width: 40px;
		height: 40px;
		margin: -5px 0;
	}
	.header-icon-menu {
		display: inline-block;
		position: relative;
		width: 35px;
		height: 25px;
		cursor: pointer;
		margin-top: 3px;
		transition: all 0.3s ease-in-out;
	}
	.header-icon-menu span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 4px;
		background: #0c0c0c;
		transition: all 0.3s ease-in-out;
	}
	.header-icon-menu span:nth-child(1) {
		top: 0;
	}
	.header-icon-menu span:nth-child(2) {
		top: calc(50% - 2px);
	}
	.header-icon-menu span:nth-child(3) {
		bottom: 0;
	}

	.header-icon-menu.open span:nth-child(1) {
		top: calc(50% - 2px);
		transform: rotate(45deg);
	}
	.header-icon-menu.open span:nth-child(2) {
		width: 0;
	}
	.header-icon-menu.open span:nth-child(3) {
		top: calc(50% - 2px);
		transform: rotate(-45deg);
	}
	.header-menu {
		background: white;
		color: #000;
		transition: all 0.3s;
		display: none;
	}
	.header-menu .header-menu-info {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.header-menu .header-menu-info a {
		color: #000;
		border-bottom: 1px dotted #b7b7b7;
	}
	.header-menu a:hover,
	.header-menu a.active {
		background: #6d6861;
		color: white;
		font-weight: 600;
		opacity: 1;
	}

	.footer {
		margin-top: 40px;
	}

	.footer-main {
		margin-top: 0;
		padding: 40px 0 60px;
	}

    .footer-main-right, .footer-main-left {
        width: 100%;
        text-align: center;
    }
    .footer-main-tel{
        text-align: center;
        margin: 0 auto;
        display: block;
    }

    .footer-menu {
    	width: 100%;
    }

    .footer-menu a {
    	width: 50%;
    	display: block;
    	border-top: 1px solid #fff;
    	border-left: 1px solid #fff;
    	padding: 4vw 0;
    	background: #cbc3b8;
    	color: #fff;
    }
    .footer-menu a:nth-of-type(9) {
    	border-bottom: 1px solid #fff;
    }
    .footer-menu a:nth-of-type(10) {
    	border-bottom: 1px solid #fff;
    }
    .footer-menu a:last-of-type {
    	border-right: 0;
    }

    .footer-menu a.active {
    	text-decoration: none;
    	background: #6d6861;
    }

    .footer-main-right-btns .header-btn {
    	width: 100%;
    	max-width: 280px;
    	margin: 0 auto 10px;
    	padding: 8px 0;
    }
    .footer-main-right-btns a:nth-of-type(2) {
    	width: 100%;
    }

    .footer-main-bottom {
    	margin-top: 40px;
    }
}

.title {
	text-align: center;
	font-size: 40px;
	color: #333333;
	font-family: "EB Garamond", serif;
	letter-spacing: 3px;
	padding: 70px 0;
}
.title span {
	position: relative;
}
.title span::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(50% - 40px);
	display: block;
	width: 80px;
	height: 2px;
	background-color: #333333;
	margin: 0 auto;
}
/*sx<=567px,sm <= 768px,md <= 992px,lg <= 1200px,xl <= 1600px*/
@media only screen and (max-width: 767px) {
	.title {
		font-size: 6vw;
	}
}





/* ---------- Effect ---------- */
.fadeIn{opacity: 0; transition: all 1s;}
.fadeIn.is-view{opacity: 1;}

.fadeUp{opacity: 0; transform: translateY(80px); -webkit-transform: translateY(80px); transition: all 1s;}
.fadeUp.is-view{opacity: 1; transform: translateY(0); -webkit-transform: translateY(0);}

.fadeRight{opacity: 0; transform: translateX(-80px); -webkit-transform: translateX(-80px); transition: all 1s;}
.fadeRight.is-view{opacity: 1; transform: translateX(0); -webkit-transform: translateX(0);}

.fadeLeft{opacity: 0; transform: translateX(80px); -webkit-transform: translateX(80px); transition: all 1s;}
.fadeLeft.is-view{opacity: 1; transform: translateX(0); -webkit-transform: translateX(0);}

.zoomIn{opacity: 0; transform: scale(1.1); -webkit-transform: scale(1.1); transition: all .8s;}
.zoomIn.is-view{opacity: 1; transform: scale(1); -webkit-transform: scale(1);}

.slideRight{
transition: -webkit-clip-path 1s cubic-bezier(.19,1,.22,1) .1s;
transition: clip-path 1s cubic-bezier(.19,1,.22,1) .1s;
transition: clip-path 1s cubic-bezier(.19,1,.22,1) .1s,-webkit-clip-path 1s cubic-bezier(.19,1,.22,1) .1s;
transition-delay: 0.1s, 0.1s;
-webkit-clip-path: inset(0 100% 0 0);
clip-path: inset(0 100% 0 0);}
.slideRight.is-view{-webkit-clip-path: inset(0 0 0 0); clip-path: inset(0 0 0 0);}

.delay1{transition-delay: .3s;}
.delay2{transition-delay: .6s;}
.delay3{transition-delay: .9s;}
.delay4{transition-delay: 1.2s;}
.delay5{transition-delay: 1.5s;}