@charset "utf-8";

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

	Title: portfolio.css
	Created:	2016-8-9

=========================================================== */
/*portfolio-details

	portfolio-category
	map
	list
	details
	data


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

	portfolio-category

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

	portfolio

=========================================================== */
/* portfolio-hub
----------------------------------------------------------- */
.portfolio-hub li em.portfolio-category1 {
	background-color: var(--secondary);
}

.portfolio-hub li em.portfolio-category2 {
	background-color: var(--cyan);
}

.portfolio-hub li em.portfolio-category3 {
	background-color: var(--green);
}

/* portfolio-list
----------------------------------------------------------- */
table.portfolio-list tr.portfolio-category1 td.area span {
	background-color: var(--secondary);
}

table.portfolio-list tr.portfolio-category2 td.area span {
	background-color: var(--cyan);
}

table.portfolio-list tr.portfolio-category3 td.area span {
	background-color: var(--green);
}

table.portfolio-list tr.portfolio-area-1 td.area span {
	background-color: var(--secondary);
}

table.portfolio-list tr.portfolio-area-2 td.area span {
	background-color: var(--cyan);
}

table.portfolio-list tr.portfolio-area-3 td.area span {
	background-color: var(--green);
}

/* portfolio-title
----------------------------------------------------------- */
.portfolio-category1 .portfolio-title h1 em {
	background-color: var(--secondary);
	/* white-space: nowrap; */
}

.portfolio-category2 .portfolio-title h1 em {
	background-color: var(--cyan);
}

.portfolio-category3 .portfolio-title h1 em {
	background-color: var(--green);
}

.portfolio-category1 .portfolio-title h1 {
	border-color: var(--secondary);
}

.portfolio-category2 .portfolio-title h1 {
	border-color: var(--cyan);
}

.portfolio-category3 .portfolio-title h1 {
	border-color: var(--green);
}

.portfolio-category1 .portfolio-title p {
	border-color: var(--secondary);
	color: var(--secondary);
}

.portfolio-category2 .portfolio-title p {
	border-color: var(--cyan);
	color: var(--cyan);
}

.portfolio-category3 .portfolio-title p {
	border-color: var(--green);
	color: var(--green);
}

/* map-info
----------------------------------------------------------- */
.map-info .map-info-name em {
	background: var(--primary);
	line-height: 18px;
	padding: 0 5px;
	color: #fff;
	margin: 0 5px 0 0;
	font-size: 11px
}

.map-info .map-info-name .portfolio-type-1 em {
	background: var(--secondary);
}

.map-info .map-info-name .portfolio-type-2 em {
	background: var(--cyan);
}

.map-info .map-info-name .portfolio-type-3 em {
	background: var(--green);
}

/* map-portfolio-list-ttl
----------------------------------------------------------- */
.portfolio-list-ttl1 {
	color: var(--secondary);
}

.portfolio-list-ttl2 {
	color: var(--cyan);
}

.portfolio-list-ttl3 {
	color: var(--green);
}

/* portfolio pagenation
----------------------------------------------------------- */
.pagenation,
.pagenation li a,
.pagenation li.next a:after,
.pagenation li.prev a:before {
	height: 40px;
	line-height: 40px;
	margin: 0 0 20px;
}

.pagenation {
	margin: 0 0 20px;
}

.pagenation li.next a:after,
.pagenation li.prev a:before {
	border-color: var(--primary);
}

.pagenation,
.pagenation li a,
.pagenation li.next a:after,
.pagenation li.prev a:before {
	color: var(--primary);
}

.pagenation li a:hover {
	background-color: var(--primary);
}

.pagenation li a:hover,
.pagenation li.next a:hover:after,
.pagenation li.prev a:hover:before {
	color: #fff;
}

.pagenation li.next a:hover:after,
.pagenation li.prev a:hover:before {
	border-color: #fff;
}



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

	map

=========================================================== */
/* map
----------------------------------------------------------- */
#map,
.map {
	height: 600px
}

.map {
	position: relative;
	background-color: #f0f0f0;
	margin-bottom: 10px
}

#map {
	width: 100%
}

/* legend
----------------------------------------------------------- */
.legend {
	margin-bottom: 0
}

.legend dt {
	float: left;
	margin: 0 5px 0 0
}

.legend dd {
	float: left;
	margin: 0 25px 10px 0
}

/* map-info
----------------------------------------------------------- */
.map-info a:focus,
.map-info a:hover,
.map-info a:link,
.map-info a:visited,
.portfolio-hub li a:hover,
.portfolio-hub li a:link,
.portfolio-hub li a:visited,
.portfolio-hub li em {
	text-decoration: none
}

.map-info .prop_image {
	margin: 0;
	text-align: center
}

.map-info .map-info-name {
	margin: 0
}


/* portfolio-hub
----------------------------------------------------------- */
#portfolio-hub {
	margin-bottom: 0 !important
}

.portfolio-hub {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.portfolio-hub li {
	width: calc(25% - 15px);
}

.portfolio-hub li span {
	display: inline-block;
	width: 100%;
	height: 150px;
	text-align: center;
	overflow: hidden;
	margin-bottom: 5px;
	background: #fff;
	position: relative;
}

.portfolio-hub li span img {
	width: auto;
	height: 150px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.portfolio-hub li em {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 6px;
	display: inline-block;
	font-weight: 700;
	font-size: 11px;
	color: #fff;
	line-height: 20px;
	height: 20px
}

@media screen and (max-width: 768px) {
	.portfolio-hub li span img {
		width: 100%;
		height: auto;
	}

	.portfolio-hub li {
		width: calc(50% - 15px);
	}
}

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

	list

=========================================================== */
/* select-search
----------------------------------------------------------- */

.select-search {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 20px;
	margin: 0 0 20px
}

.select-search p {
	height: 35px;
	line-height: 35px;
	margin-bottom: 0
}

.select-search .search-btn {
	margin: 0;
}

.select-search button,
.select-search input,
.select-search select {
	margin: 0;
	padding: 0;
	background: 0 0;
	border: none;
	border-radius: 0;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.select-search select::-ms-expand {
	display: none
}

.select-search .select-warp {
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #fff;
	margin: 0;
	position: relative;
}

.select-search #db_filter {
	display: flex;
	gap: 20px;
}

@media screen and (max-width: 768px) {
	.select-search #db_filter {
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
	}

	.select-search .select-warp {
		width: 100%;
	}
}

.select-search .select-warp>select {
	width: 100%
}

.select-search .select-warp:after {
	position: absolute;
	top: 50%;
	right: 15px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	margin: -6px 0 0;
	transform: rotate(45deg)
}

.select-search .select-warp:after,
.sort-down:before,
.sort-up:before {
	-ms-transform: rotate(45deg);
	content: " "
}

.select-search select {
	-moz-appearance: none;
	text-indent: .01px;
	text-overflow: '';
	height: 35px;
	line-height: 35px;
	padding: 0 35px 0 15px;
	font-size: 13px;
	min-width: 250px;
}

.select-search input[type=submit],
.select-search input[type=button] {
	color: #fff;
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
	font-size: 13px;
	background-color: var(--primary);
	border: 1px solid var(--primary)
}

.select-search input[type=submit]:hover,
.select-search input[type=button]:hover {
	background-color: #fff;
	color: var(--primary)
}

.select-search #purpose li span {
	display: inline-block;
	height: 32px;
	vertical-align: top;
	padding-top: 5px;
	padding-left: 10px
}

/* portfolio-list
----------------------------------------------------------- */
table.portfolio-list {
	border: none
}

table.portfolio-list th {
	text-align: center;
	vertical-align: middle;
	min-width: auto;
	padding: 6px 5px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
	line-height: 1.5;
	color: #fff;
	font-weight: 400;
	white-space: nowrap;
	background-color: var(--primary);
}

table.portfolio-list th:nth-of-type(2) {
	width: 120px;
}

table.portfolio-list td {
	padding: 6px 5px;
	text-align: right;
	vertical-align: middle;
}

table.portfolio-list td.area span {
	display: block;
	color: #fff;
	font-size: 11px;
	padding: 0 10px;
	border-radius: 3px
}

table.portfolio-list tr.total,
table.portfolio-list tr.total td,
table.portfolio-list tr.total th {
	border-top: solid 2px var(--primary) !important;
	background-color: #eef2fa !important;
	color: #111
}

table.portfolio-list .sort-btn th {
	background: #eef2fa !important;
	padding: 5px 0 !important;
	text-align: center;
	line-height: 1;
	white-space: nowrap !important
}


/* portfolio-list-sort
----------------------------------------------------------- */
.sort-down,
.sort-up {
	width: 20px;
	height: 20px;
	margin: 0 1px;
	display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	border: 1px solid #ccc;
	position: relative;
	background: #ffffff;
}

.sort-down:before,
.sort-up:before {
	position: absolute;
	top: 50%;
	right: 50%;
	width: 6px;
	height: 6px;
	transform: rotate(45deg)
}

.sort-down:before {
	margin: -5px -4px 0 0;
	border-right: 1px solid var(--primary);
	border-bottom: 1px solid var(--primary)
}

.sort-up:before {
	margin: -2px -4px 0 0;
	border-top: 1px solid var(--primary);
	border-left: 1px solid var(--primary)
}

.sort-down:hover,
.sort-up:hover {
	border-color: transparent;
	background-color: var(--primary)
}

.sort-down:hover:before {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff
}

.sort-up:hover:before {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff
}

table.portfolio-list .portfolio-area-1 .portfolio-id {
	background-color: var(--secondary);
	color: #fff;
}

table.portfolio-list .portfolio-area-2 .portfolio-id {
	background-color: var(--cyan);
	color: #fff;
}

table.portfolio-list .portfolio-area-3 .portfolio-id {
	background-color: var(--green);
	color: #fff;
}

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

	details

=========================================================== */
/* portfolio-title
----------------------------------------------------------- */
.portfolio-title {
	position: relative
}

.portfolio-title h1 {
	gap: 10px;
	display: flex;
	align-content: center;
	flex-wrap: nowrap;
	align-items: flex-start;
	font-size: 28px;
	font-size: 2.8rem;
	letter-spacing: 1px;
	line-height: 1.6;
	margin: 0 0 20px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

@media screen and (max-width:768px) {
	.portfolio-title h1 {
		font-size: 18px;
		font-size: 1.8rem;
		padding: 5px 0 5px 0;
		flex-wrap: wrap;
		gap: 5px 10px;
		align-items: center;
	}

	.portfolio-category1 .portfolio-title h1,
	.portfolio-category2 .portfolio-title h1,
	.portfolio-category3 .portfolio-title h1 {
		padding: 5px 0 5px 0;

	}
}

.portfolio-title h1 em,
.portfolio-title p {
	padding: 0 10px;
	border-radius: 5px;
	text-align: center;
	white-space: nowrap;
}

.portfolio-title h1 em {
	white-space: nowrap;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 10px 0;
}

.portfolio-title h1 span {
	flex: 1;
}

@media screen and (max-width:768px) {
	.portfolio-title h1 em {
		display: inline-block;
		padding: 0 10px;
		font-size: 12px;
		font-size: 1.2rem;
		margin: 0;
	}
}

.portfolio-title p {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 10px 0;
	border-style: solid;
	border-width: 1px
}

@media screen and (max-width:768px) {
	.portfolio-title p {
		font-size: 12px;
		font-size: 1.2rem;
		width: 100%;
		margin: 0 0 10px 0;
	}
}

/* portfolio-icon
----------------------------------------------------------- */
.portfolio-icon li {
	float: left;
	margin: 0 5px 5px 0;
	height: 25px;
	line-height: 24px;
	padding: 0 8px;
	background-color: #fff;
	border: 1px solid var(--primary);
	border-radius: 5px;
	color: var(--primary);
	font-size: 11px;
	font-size: 1.1rem
}

/* pagenation
----------------------------------------------------------- */
.pagenation {
	position: relative;
	width: 980px;
	height: 40px
}

@media screen and (max-width:1000px) {
	.pagenation {
		width: 100%;
	}
}

.pagenation,
.pagenation li a,
.pagenation li.next a:after,
.pagenation li.prev a:before {
	height: 40px;
	line-height: 40px
}

.pagenation li {
	position: absolute;
	top: 0;
	width: 300px
}

.pagenation li.next {
	right: 0
}

.pagenation li.prev {
	left: 0
}

.pagenation li.back {
	left: 50%;
	transform: translateX(-50%);
	width: 300px;
}

@media screen and (max-width:1000px) {
	.pagenation li {
		width: 32%;
		white-space: nowrap;
		font-size: 10px;
		font-size: 1.0rem;
	}

	.pagenation li.back {
		left: 50%;
		transform: translateX(-50%);
		width: 32%;
	}
}

.pagenation li a {
	text-align: center;
	display: block;
	border: 1px solid #ccc;
	position: relative;
	background-color: #fff
}

.pagenation li a:hover {
	color: #fff;
	text-decoration: none;
	border-color: transparent;
	background-color: var(--secondary)
}

.pagenation li.next a:after,
.pagenation li.prev a:before {
	position: absolute;
	content: " ";
	top: 50%;
	width: 6px;
	height: 6px;
	margin: -3px 0 0;
	border-top: 1px solid var(--secondary);
	border-right: 1px solid var(--secondary)
}

#bx-pager li a,
#mainvisual,
.btn,
.portfolio-detail-map {
	position: relative
}

.pagenation li.next a:after {
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 20px
}

.pagenation li.prev a:before {
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	left: 20px
}

.pagenation li.next a:hover:after,
.pagenation li.prev a:hover:before {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff
}

@media screen and (max-width:1000px) {
	.pagenation li.next a:after {
		right: 5px
	}

	.pagenation li.prev a:before {
		left: 5px
	}
}

/* detail
----------------------------------------------------------- */
.bxslider-detail-warp {
	margin: 0 0 30px;
	width: 100%
}

.bx-wrapper {
	margin: 0 0 10px
}

.bxslider-detail {
	height: 500px
}

.bxslider-detail li {
	text-align: center;
	height: inherit;
	margin: 0
}

.bxslider-detail li img {
	margin: 0 auto;
	width: auto;
	height: 500px;
	vertical-align: middle
}

#gmap,
#image-map {
	height: 400px;
	width: 100%
}

#bx-pager {
	width: 980px;
	margin: 0;
	padding: 5px 0 0 5px;
	background-color: #fff;
	text-align: center;
	letter-spacing: -.4em
}

@media screen and (max-width:768px) {
	#bx-pager {
		width: 100%;
	}

	.bxslider-detail {
		height: auto;
	}

	.bxslider-detail li img {
		width: 100%;
		height: auto;
	}
}

#bx-pager li {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 0;
	text-align: center;
	line-height: 1;
	overflow: hidden;
	background-color: var(--primary);
	letter-spacing: normal
}

#bx-pager li a {
	width: 130px;
	height: 70px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: var(--primary);
	background-size: 120% auto;
	margin: 0;
	overflow: hidden;
	display: block;
	opacity: 1
}

#bx-pager li a.active,
#bx-pager li a:hover {
	border: 4px solid var(--primary)
}

#portfolio .pageSubTitle {
	display: flex !important;
	align-items: center;
	min-height: 64px;
	height: auto !important;
}

#portfolio .pageSubTitle a {
	height: auto !important;
	padding: 14px 0 !important;
}

#portfolio .pageSubTitle a img {
	top: 50% !important;
	bottom: auto !important;
	transform: translateY(-50%) !important;
}

/* portfolio-detail-table
----------------------------------------------------------- */
.portfolio-detail-table th {
	width: 20%
}

.portfolio-detail-table td {
	width: 30%
}

/* portfolio-table-warp
----------------------------------------------------------- */
.portfolio-table-warp table th {
	width: 1%;
	white-space: nowrap;
	padding: 10px 10px;
	text-align: left
}

.portfolio-table-warp table td {
	overflow-wrap: anywhere;
}

/* portfolio-detail-map
----------------------------------------------------------- */
#image-map,
.btn,
.result h2 span {
	text-align: center
}

#gmap {
	margin-bottom: 20px
}

.map-info-detail .title {
	margin: 0
}

#image-map {
	position: absolute;
	top: 0;
	background-color: #f0f0f0
}

.portfolio-details #map {
	width: 100%;
	height: 500px
}

.map-info,
.map-info-detail {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Arial, Helvetica, sans-serif, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

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

	data

=========================================================== */
/* portfolio-data
----------------------------------------------------------- */
.portfolio-data {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.portfolio-data li {
	flex: 1;
	display: flex;
}

@media screen and (max-width: 768px) {
	.portfolio-data li {
		width: 100%;
		flex: none;
	}
}

.portfolio-data dl {
	background-color: #EEF2FA;
	padding: 20px;
	margin: 0;
	text-align: center;
	line-height: 1.5;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.portfolio-data dl {
		padding: 10px;
	}
}

.portfolio-data dl dt {
	margin: 0 0 5px;
	padding: 0;
	font-weight: bold;
}

.portfolio-data dl dd {
	margin: 0;
	padding: 0
}

.portfolio-data dl em {
	margin: 0 5px;
	font-weight: 400;
	font-size: 30px;
	font-size: 3rem;
	color: var(--secondary);
	font-weight: bold;
}

.portfolio_dispersion {
	display: flex;
	gap: 0 50px;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.portfolio_dispersion_item {
	width: calc(50% - 25px);
}

@media screen and (max-width: 768px) {
	.portfolio_dispersion_item {
		width: 100%;
	}
}

/* data graph legend */
.portfolio_dispersion_item_legend {
	display: flex;
	gap: 0 30px;
	flex-wrap: wrap;
	margin: 0 auto;
	flex-direction: column;
	align-content: center;
}

.portfolio_dispersion_item_legend dl {
	display: flex;
	gap: 0 30px;
	margin-bottom: 5px;
}

.portfolio_dispersion_item_legend dl dd {
	flex: 1;
}

.portfolio_dispersion_item_legend dl dd {
	text-align: right;
}


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

	result

=========================================================== */
.result h2 {
	text-decoration: underline
}

.result dt {
	clear: both;
	float: left;
	width: 12em;
	margin: 0 0 10px;
	position: relative
}

.result dd {
	margin: 0 0 10px;
	padding: 0 0 10px 10em;
	border-bottom: dotted 1px #d8dbdf
}

.result dt span.icon {
	float: right
}

.result dd img {
	margin: 0 2px 0 4px;
	vertical-align: text-bottom
}

.result a:link,
.result a:visited {
	text-decoration: none;
	color: #111
}

.result a:hover {
	text-decoration: underline;
	color: var(--secondary)
}

*,
.data-cell .bt-details a:hover,
.data-cell dl dt a:hover,
.popup-close:hover,
.result h2:hover,
.top-news dl a:link,
.top-news dl a:visited,
.top-news ul li a:hover {
	text-decoration: none
}

.result h2 span {
	color: var(--secondary);
	width: 24px;
	height: 24px;
	line-height: 21px;
	border: 2px solid var(--secondary);
	float: right;
	font-size: 18px;
	background-color: #fde5e5;
	cursor: pointer;
	font-weight: 700
}

.result h2 span.icon-plus:after {
	content: "+"
}

.result h2 span.icon-minus:after {
	content: "-"
}

@media screen and (max-width:768px) {
	.result dt {
		clear: both;
		float: none;
		width: 17em
	}

	.result dd {
		padding: 0 0 10px
	}
}

.result-table th,
.result-table td {
	padding: 10px 5px;
}

.result-table thead th {
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	border-right: solid 1px #777;
	width: 1px !important;
}

.result-table .result-value {
	white-space: nowrap;
	text-align: right;
	width: 1px !important;
	min-width: 65px;
}

.result-table .result-number {
	white-space: nowrap;
	text-align: center;
	width: 1px !important;
}