@charset "UTF-8";

/* ====================================
	共通スタイル
 ==================================== */
/* pciロゴありタイトル */
.pci-container {
	position: relative;
}

.pci-container::before {
	content: '';
	display: block;
	width: 5.2rem;
	height: 5.2rem;
	background-image: url(/reizo/common/images/icon-pci.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	right: 0;
}

span.caption-r {
	display: block;
}


/* Room Clipコラム */

.roomclip-column {
	position: relative;
	background-color: #eee;
	padding: 5em 5% 3em;
	margin-top: 5rem;
}

.roomclip-column-point {
	display: block;
	position: absolute;
	left: calc(50% - 60px);
	top: -15px;
	width: 120px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 1em;
	background: #000;
	color: #fff;
	border-radius: 15px;
	text-align: center;
}

.roomclip-column-header {
	margin-bottom: 4rem;
	font-weight: bold;
	text-align: center;
}

.roomclip-column-header div {
	margin-bottom: 1em;
	font-size: 2.2rem;
}

.roomclip-column-header div strong {
	display: inline-block;
	padding-bottom: .5em;
	border-bottom: 2px dashed #707070;
}

.roomclip-column-header p {
	font-size: 1.8rem;
}

.roomclip-column-container {
	display: flex;
	justify-content: space-between;
	margin: 3em auto;
}

.roomclip-column-item {
	width: 50%;
	min-width: 400px;
	margin: 0 auto;
}

.roomclip-column-item p {
	margin-top: .5em;
	font-size: 1.4rem;
	text-align: right;
}

.roomclip-column-compare {
	border: solid 8px #fff;
}

.roomclip-column-user {
	margin-top: 2em;
	font-size: 1.6rem;
}

.user-name {
	display: inline-block;
	margin-bottom: 1.5em;
	font-size: 1.6rem;
	line-height: 1;
}

.user-name strong {
	display: inline-block;
	margin-right: 1em;
	padding-right: 1em;
	border-right: 1px solid #000;
	font-weight: bold;
	color: #DC3C36;
}

.roomclip-column-about {
	display: flex;
	align-items: center;
	margin-top: 50px;
	border: 1px solid #000;
	padding: 40px 50px;
}

.roomclip-column-about img {
	display: block;
	width: 150px;
	margin-right: 50px;
}

.roomclip-column-about p {
	font-size: 1.4rem;
}

.roomclip-column .caption {
	margin-top: 5rem;
}


/* キャプション */
.caption-color {
	font-size: 1.4rem;
	text-align: center;
	margin-top: .4em;
}




/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {
	.pc-only {
		display: none;
	}

	.btn-arrow {
		display: block;
		text-align: center;
	}

	.btn-arrow a {
		padding: 0.7em 1em 0.7em 2em;
		display: block;
		font-size: 1.4rem;
	}

	/* pciロゴありタイトル */
	.pci-container {
		position: relative;
	}

	.pci-container .sub-title {
		min-height: auto;
		padding-right: 6rem;
		font-size: 1.8rem;
		font-weight: 700;
	}

	/* リンクリスト */
	ul.list-links li {
		margin-top: 1em;
	}

	ul.list-links li:first-child {
		margin-top: 0;
	}

	/* Room Clipコラム */

	.roomclip-column {
		padding: 3em 3% 1.5em;
	}

	.roomclip-column-header {
		margin-bottom: 2em;
	}

	.roomclip-column-header div {
		font-size: 1.6rem;
	}

	.roomclip-column-header div strong {
		display: inline-block;
		padding-bottom: .5em;
		border-bottom: 2px dashed #707070;
	}

	.roomclip-column-header p {
		font-size: 1.2rem;
	}

	.roomclip-column-container {
		margin: 3rem auto;
	}

	.roomclip-column-container .roomclip-column-compare {
		border: solid 8px #fff;
		margin: 0 auto;
	}

	.roomclip-column-item {
		width: 95%;
		max-width: 400px;
		min-width: 200px;
	}

	.roomclip-column-user {
		margin-top: 1rem;
		font-size: 1.3rem;
	}

	.user-name {
		display: inline-block;
		margin-bottom: 1em;
		font-size: 1.4rem;
		line-height: 1;
	}

	.user-name strong {
		display: inline-block;
		margin-right: 1em;
		padding-right: 1em;
		border-right: 1px solid #000;
		font-weight: bold;
		color: #DC3C36;
	}

	.roomclip-column-about {
		display: block;
		margin-top: 2em;
		padding: 1.5em 5%;
	}

	.roomclip-column-about img {
		display: block;
		width: 120px;
		margin: 0 auto 1em;
	}

	.roomclip-column-about p {
		font-size: 1.4rem;
	}

	.roomclip-column .caption {
		margin-top: 2rem;
	}

}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print,
screen and (min-width: 768px) {
	.flex-container.fix-bottom-img .img-container {
		min-height: 0%;
		/* IE対応 */
		margin-top: auto;
	}

	.flex-container.fix-bottom-img .img-container.sub-img {
		min-height: 0%;
		/* IE対応 */
		margin-top: 0;
	}

	#design-concept .text-area {
		min-height: 7rem;
	}

	/* pciロゴありタイトル */
	.pci-container .sub-title {
		font-size: 2.2rem;
	}

	.pci-container::before {
		width: 10rem;
		height: 10rem;
		top: 50%;
		right: 0rem;
		transform: translate(0, -50%);
	}

	/* リンクリスト */
	ul.list-links li {
		font-size: 1.4rem;
		text-align: center;
	}

	ul.list-links li a {
		display: block;
		width: 400px;
		margin: 0 auto;
	}



	.g-title {
		margin-bottom: 72px;
		padding: .2em 0;
		font-size: 1.8rem;
		text-align: center;
	}

	.g-title {
		margin-top: 6rem;
		margin-bottom: 7rem;
		padding: 0.2em 0;
		font-size: 1.8rem;
		text-align: center;
	}

	#sub01 .img-container.mt {
		margin-top: 8rem;
	}

	#sub01 .text-container+.img-container.mt {
		margin-top: 6rem;
	}



	#sub02 .img.adj {
		padding-bottom: 2.4rem;
	}
}

/* ====================================
	1024px以上印刷専用スタイル
===================================== */
@media print,
screen and (min-width: 1024px) {}

/* ====================================
	1023px以下専用スタイル
===================================== */
@media only screen and (max-width: 1023px) {}

/* ====================================
	768px以上1023以下専用スタイル
===================================== */
@media screen and (min-width: 768px) and (max-width: 1023px) {}

/* ====================================
	1024px以上1199px以下専用スタイル
===================================== */
@media print,
screen and (min-width: 1024px) and (max-width: 1199px) {}

/* ====================================
	タブレット、印刷専用スタイル
===================================== */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.pc-only {
		display: none;
	}
}

/* ====================================
	PC大画面専用スタイル
===================================== */
@media only screen and (min-width: 1200px) {
	.tab-only {
		display: none;
	}

}