@charset "utf-8";
/* ===========================================================

	Title: portfolio.css
	Created: 2018-7-25

=========================================================== */
/* ===========================================================

	portfolio-category
	construction
	list
	detail
	data

=========================================================== */
/* ===========================================================

	portfolio-category

=========================================================== */

.construction .office h3 {background-color: #3a5fab;}
.construction .residential h3 {background-color: #d17437;}
.construction .hotel h3 {background-color: #f5ba1a;}
.construction .commercial h3 {background-color: #a6a6a6;}

.construction .office h3 + p,
.portfolio-type--O .portfolio-type__id-number,
.portfolio-type--O .portfolio-type__purpose {background-color: #b4c5e7;}
.construction .residential h3 + p,
.portfolio-type--R .portfolio-type__id-number,
.portfolio-type--R .portfolio-type__purpose {background-color: #f9d8c1;}
.construction .hotel h3 + p,
.portfolio-type--H .portfolio-type__id-number,
.portfolio-type--H .portfolio-type__purpose {background-color: #fce8b1;}
.construction .commercial h3 + p,
.portfolio-type--C .portfolio-type__id-number,
.portfolio-type--C .portfolio-type__purpose {background-color: #dadada;}

.construction .office h4 em,
.portfolio-title.portfolio-type--O h1 em,
.map-info .portfolio-type__O em {color: #3a5fab;}
.construction .residential h4 em,
.portfolio-title.portfolio-type--R h1 em,
.map-info .portfolio-type__R em {color: #d17437;}
.construction .hotel h4 em,
.portfolio-title.portfolio-type--H h1 em,
.map-info .portfolio-type__H em {color: #f5ba1a;}
.construction .commercial h4 em,
.portfolio-title.portfolio-type--C h1 em,
.map-info .portfolio-type__C em {color: #a6a6a6;}

/* ===========================================================

	construction

=========================================================== */
.construction h4 {
	color: #111;
}
.construction .office h3,
.construction .residential h3,
.construction .hotel h3,
.construction .commercial h3 {
	border: none;
	padding: 0.5em 1em;
	color:  #fff;
	margin-bottom: 0;
}
.construction h3 + p {
	padding: 0.5em 1em;
}

.construction .residential table,
.construction .residential table th,
.construction .residential table td {
	border-color: #d17437;
}
.construction .residential table th {
	background-color: #f9d8c1;
	color: #d17437;
}

.construction .commercial h5 {color: #a6a6a6;}
.construction .commercial table,
.construction .commercial table th,
.construction .commercial table td {
	border-color: #a6a6a6;
}
.construction .commercial table th {
	background-color: #a6a6a6;
	color: #fff;
}
.construction .commercial table th.urban {
	background-color: #dadada;
	color: #111111;
}
.construction .commercial table td.empty {
	background-color: #a6a6a6;
	width: 1%;
}
.construction .commercial table td.target {
	color: #a6a6a6;
	font-size: 1.8rem;
	width: 10%;
	text-align: center;
}

/* ===========================================================

	list

=========================================================== */
/* category-selector
----------------------------------------------------------- */
.category-selector {
	display: flex;
}
.category-selector__cell {
	margin-right: 1em;
}
.contents-style .category-selector__cell input.input-ui__button {
	background-color: #0b3190;
	border: none;
}
.contents-style .category-selector__cell input.input-ui__button:hover {
	background-color: #00a0e;
	color: #fff;
}
.contents-style .category-selector__cell input.input-ui__button.input-ui__button--sub {
	background-color: #fff;
	border: solid 1px #0b3190;
	color: #0b3190;
}
.contents-style .category-selector__cell .category-selector__cell input.input-ui__button:hover {
	background-color: #00a0e;
	color: #fff;
}
/* sort
----------------------------------------------------------- */
.sort-btn td {
	padding: 0.1em;
}
.sort-arrow {
	display: flex;
	justify-content: center;
}
.sort-arrow__button {
	width: 20px;
	height: 20px;
	margin: 0 1px;
	display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-color: #0b3190;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all .3s ease;
}
.sort-arrow__button::before {
	position: absolute;
	content: " ";
	top: 50%;
	right: 50%;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(45deg);
}
.sort-arrow__button--down:before {
	margin: -5px -4px 0 0;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.sort-arrow__button--up:before {
	margin: -2px -4px 0 0;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
.sort-arrow__button:hover {
	border-color: #00a0e;
}

/* portfolio-type portfolio-id__0001
----------------------------------------------------------- */
.portfolio-type {
}
/* portfolio-type__id-number
----------------------------------------------------------- */
.portfolio-type__id-number {
	width: 1%;
	text-align: center;
	white-space: nowrap;
}
/* portfolio-type__purpose
----------------------------------------------------------- */
.portfolio-type__purpose {
	width: 1%;
	text-align: center;
	white-space: nowrap;
}
/* portfolio-type__name
----------------------------------------------------------- */
.portfolio-type__name {}

/* portfolio-type__area
----------------------------------------------------------- */
.portfolio-type__area {
	width: 1%;
	text-align: center;
	white-space: nowrap;
}
/* portfolio-type__type
----------------------------------------------------------- */
.portfolio-type__type {
	width: 1%;
	text-align: center;
	white-space: nowrap;
}

/* ===========================================================

	detail

=========================================================== */
/* portfolio-portfolio
----------------------------------------------------------- */
.portfolio-pagenation {
	position: relative;
	margin: 0 0 1em ;
	display: flex;
}
.portfolio-pagenation li {
	width: 400px;
	margin: 0;
}
.portfolio-pagenation li.portfolio-pagenation--top {
	width: 380px;
	margin: 0 10px;
}
.portfolio-pagenation li a {
	text-align: center;
	display: block;
	border: solid 1px #ddd;
	position: relative;
	text-decoration: none;
	color: #111;
	padding: 0.6em 1em;
}
.portfolio-pagenation li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #00a0e9;
	opacity: 1;
	text-decoration: none;
}
.portfolio-pagenation li.portfolio-pagenation--next a:after,
.portfolio-pagenation li.portfolio-pagenation--prev a:before {
	position: absolute;
	content: " ";
	top: 50%;
	width: 6px;
	height: 6px;
	margin: -3px 0 0;
	border-top: 1px solid #00a0e9;
	border-right: 1px solid #00a0e9;
}
.portfolio-pagenation li.portfolio-pagenation--next a:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 20px;
}
.portfolio-pagenation li.portfolio-pagenation--prev a:before {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	left: 20px;
}
.portfolio-pagenation li.portfolio-pagenation--next a:hover:after,  .portfolio-pagenation li.portfolio-pagenation--prev a:hover:before {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
@media screen and (max-width: 1200px) {
	.portfolio-pagenation {
		display: block;
	}
	.portfolio-pagenation li,
	.portfolio-pagenation li.portfolio-pagenation--top {
		width: 100%;
		margin: 0 0 1px;
	}
}

/* portfolio-title
----------------------------------------------------------- */
.portfolio-title h1 {
	border-bottom: solid 2px #0b3190;
	display: flex;
	padding-bottom: 0.3em;
	margin-bottom: 1em;
	line-height: 1.4;
	font-size: 2.4rem;
	font-weight: bold;
}
.portfolio-title h1 em {
	color: #00a0e9;
	margin-right: 0.5em;
	white-space: nowrap;
}

/* detail slider
----------------------------------------------------------- */
/* bxslider-detail-warp */
.bxslider-detail-warp {
	margin: 0 auto 30px;
	width: 760px;
	float: left;
}
.bxslider-detail-warp:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.bxslider-detail-warp { zoom:1; }
/* bx-wrapper  */
.bx-wrapper {
	max-height: 500px;
	margin: 0 0 10px;
}
/* bxslider-detail */
.bxslider-detail {
  height: 500px;
}
.bxslider-detail li {
	text-align: center;
	height: 500px;
	margin: 0;
	padding: 0 !important;
	background-color: #f9f9f9;
	padding: 3px;
	display: table;
	justify-content: center;
	align-items: center;
}
.bxslider-detail li span {
  width: 800px;
  height: 500px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.bxslider-detail li img {
	width: auto;
	max-height: 500px;
	vertical-align: middle;
}
@media screen and (max-width: 1024px) {
	/* bxslider-detail-warp */
	.bxslider-detail-warp {
		width: 100%;
		float: none;
	}
	/* bx-wrapper  */
	.bx-wrapper {
		float: none;
		width: 100%;
		max-height: calc(100vh - 150px);
	}
	/* bxslider-detail */
	.bxslider-detail {
		max-height: calc(100vh - 150px);
	}
	.bxslider-detail li {
		max-height: calc(100vh - 150px);
	}
	.bxslider-detail li span {
		width: 100%;
		height: calc(100vh - 150px);
	}
	.bxslider-detail li img {
		max-height: calc(100vh - 150px);
	}
}
/* bx-pager  */
#bx-pager {
	display: flex;
	justify-content: center;
}
#bx-pager li {
	margin: 0 5px 6px;
	padding: 0;
	text-align: center;
	line-height: 1;
	overflow: hidden;
	width: 92px;
	height: 92px;
	letter-spacing: normal;
	background-color: #1c267b;
}
#bx-pager li a {
	width: 92px;
	height: 92px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
	display: block;
	transition: all .3s ease;
	opacity: 1.0;
  cursor: pointer;
}
#bx-pager li a.active,
#bx-pager li a:hover  {
	opacity: 0.5;
}

@media screen and (max-width: 1200px) {
	#bx-pager {
		width: 100%;
		height: 10px;
		margin: 0;
		padding: 10px 0 0;
		background-color: inherit;
		text-align:  center;
	}
	#bx-pager li {
		float: none;
		display: inline-block;
		margin: 0 10px;
		padding: 0;
		width: 10px;
		height: 10px;
		background-color: inherit;
	}
	#bx-pager li a {
		display: block;
		width: 10px;
		height: 10px;
		border-radius: 10px;
		background: none !important;
		background-color: #218ccf !important;
		margin: 0;
	}
}
/* portfolio-table
----------------------------------------------------------- */
.portfolio-table {
	float: right;
	width: 400px;
	margin: 0 0 3em !important;
}
.portfolio-table th {
	white-space: nowrap;
}
@media screen and (max-width: 1200px) {
	.portfolio-table {
		float: none;
		width: 100%;
	}
}

/* ===========================================================

	map

=========================================================== */
.map-tab {
	text-align: center !important;
}
@media screen and (max-width: 1200px) {
	.contents-style #map {
		height: calc(100vh - 120px)!important;
	}
}
.map-info p {
	margin: 0 0 0.5em;
}
.map-info-name em {
	font-weight: bold;
  margin-right: 10px;
}
/* ===========================================================

	data

=========================================================== */
/* portfolio-summry-table
----------------------------------------------------------- */
.portfolio-summry-table .total,
.portfolio-summry-table .total th,
.portfolio-summry-table .total td {
	background-color: #e5e9eb;
	border-bottom: none !important;
}
.portfolio-summry-table .merge {
	background-color: #e5e9eb;
	border-top: none !important;
	border-bottom: none !important;
}
/* core-area
----------------------------------------------------------- */
.core-area th {
	text-align: center;
}
.core-area em {
	font-size: 2.4rem;
}
