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

#design {
}
#design h3 {
	font-size: 1.5rem;
	margin-bottom: 16px;
	letter-spacing: 0.08em;
}
#design p.tx-xs {
        font-size: .8rem;
		line-height: 1.5;
}
@media screen and (max-width:600px) {
	#design h3 {
		font-size: 1.1rem;
	}
	#design p {
		font-size: .9rem;
	}
	#design p.tx-xs {
        font-size: .7rem;
		line-height: 1.4;
	}
}

.accent-bar {
	max-width: 80px;
}
@media screen and (max-width:600px) {
	.accent-bar {
		max-width: 60px;
	}
}

.design-main-wrap {
	background: #fff;
}
.design-main-wrap {
	/*background: #fff;*/
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(17, 17, 17, 1) 50%, rgba(17, 17, 17, 1) 100%);
}
.design-main {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	max-width: 1080px;
	margin: 0 auto;
}
.design-main h2 {
	font-size: 1.8rem;
	margin-bottom: 16px;
	letter-spacing: 0.08em;
	padding-left: 24px;
}
.design-main-image {
	max-width: 68%;/*70%*/
	margin: 0 0 0 auto;
	font-size: 0;
}
@media screen and (max-width:1074px) {
	.design-main-wrap {
		background: #fff;
	}
	.design-main-image {
		max-width: 50%;
		margin: 0 0 0 auto;
	}
}
@media screen and (max-width:768px) {
	.design-main-wrap {
		background: #fff;
	}
	.design-main-m {
		padding-top: 20px;
		max-width: 100%;
	}
	.design-main-image {
		max-width: 100%;
	}
}


.design-main-txt-wrap {
	padding-bottom: 60px;
}
.design-main-txt {
	padding-top: 40px;
    padding-bottom: 12px;
	max-width: 75%;
}
@media screen and (max-width:600px) {
	.design-main-txt-wrap {
		padding-bottom: 40px;
	}
	.design-main h2 {
		padding-top: 8px;
		font-size: 1.3rem;
		line-height: 1.6;
		margin-bottom: 0;
	}
	.design-main-image {
		max-width: 100%;
	}
	.design-main-txt {
		padding-top: 32px;
		padding-bottom: 8px;
		max-width: 100%;
	}
}


/*エントランス*/
.design-entrance-wrap {
	background: #000;
	padding-bottom: 60px;
	color: #fff;
}

.design-entrance-txt {
    padding-bottom: 12px;
	max-width: 80%;
}

.design-entrance02 {
	max-width: 1032px;
	margin: 0 auto;
}
@media screen and (max-width:600px) {
	.design-entrance-wrap {
		padding-top: 40px;
	}
	.design-entrance-txt {
		max-width: 100%;
	}		
}

.design-entrancehall {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	max-width: 1032px;
	margin: 60px auto;
}
.design-entrancehall-img {
	max-width: 67%;
	margin-bottom: 12px;
}

.design-btn .btn {/*リンクついたら削除*/
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 290px;
	height: 70px;
	color: var(--base1-color);
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	border-radius: 100vh;
}
.design-btn .btn {/*リンクついたら a.btnに*/
	line-height: 1.2;
}

@media screen and (max-width:600px) {
	.design-entrancehall {
		margin: 40px auto;
	}	
	.design-entrancehall-img {
		max-width: 80%;
	}
	.design-btn {
		margin-top: 12px;
		margin-left: 20px;
	}
	.design-btn .btn a {
		width: 270px;
	}
}
