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

	Title: portfolio.css
	Created: 2017-9-26

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

	map
	list
	detail
	data

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

	map

=========================================================== */
/* map
----------------------------------------------------------- */
#portfolio #map {
	width: 100%;
	height: 550px !important;
	border: none !important;
	margin: 0 0 30px !important;
}

@media screen and (max-width: 1200px) {
#portfolio #map {
	height: 350px !important;
	margin: 0 0 30px !important;
}
}
/* map-info
----------------------------------------------------------- */
.map-info-image {
	margin: 0 0 5px;
}
.map-info .map-info-name {
	margin: 0;
}
.map-info .map-info-name em {
	display: inline-block;
	margin: 0;
	width: 60px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 15px;
	font-size: 1.5rem;
	color: #fff;
	border-radius: 3px;
	background-color: #da0000;
}
.map-info .map-info-name a {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
}

/* portfolio-hub
----------------------------------------------------------- */
.portfolio-hub {
	margin-bottom: 0 !important;
}
.portfolio-hub li {
	float: left;
	margin: 0 40px 40px 0;
	width: 195px;
	line-height: 1.4;
}
.portfolio-hub li:nth-child(4n) {
	margin-right: 0;
}
.portfolio-hub li:nth-child(4n+1) {
	clear: both;
}
.portfolio-hub li span {
	display: block;
	width: 195px;
	height: 121px;
	margin-bottom: 30px;
	background-size: cover !important;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	/*Scott Kellum Method */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.portfolio-hub li em {
	position: absolute;
	top: 126px;
	left: 0;
	display: inline-block;
	margin: 0;
	width: 60px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 15px;
	font-size: 1.5rem;
	color: #fff;
	border-radius: 3px;
	background-color: #da0000;
}
.portfolio-hub li a {
	display: block;
	position: relative;
}
.portfolio-hub li a:before {
	content: "";
	display: block;
	width: 195px;
	height: 121px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #da0000;
	z-index: 1;
	transition: .3s ease-in-out;
	opacity: 0.0;
}
.portfolio-hub li a:hover:before {
	opacity: 0.3;
}
.portfolio-hub li a:link, .portfolio-hub li a:visited {
	text-decoration: none;
}
.portfolio-hub li a:hover {
	text-decoration: none;
}

@media screen and (max-width: 1200px) {
.portfolio-hub {
	text-align: center;
}
.portfolio-hub li {
	float: none;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 20px 0;
}
}

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

	list

=========================================================== */
/* select-search
----------------------------------------------------------- */
.select-search {
	background-color: #f0f0f0;
	padding: 10px 10px;
	margin: 0 0 20px;
}
/*reset*/
.select-search input, .select-search button, .select-search select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.select-search input, .select-search button, .select-search select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/*firefox*/
.select-search select {
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}
/*IE10*/
.select-search select::-ms-expand {
 display: none;
}
.select-search .select-warp {
	float: left;
	overflow: hidden; /* 伸ばした分を隠す */
	background-color: #fff;
	margin: 0 10px 0 0;
	position: relative;
}
/* select-warp */
.select-search .select-warp > select {
	width: 130%; /* UI分を伸ばす */
}
.select-search .select-warp:after {
	position: absolute;
	content: " ";
	top: 50%;
	right: 15px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	margin: -6px 0 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(45deg);
}
.select-search select {
	height: 35px;
	line-height: 35px;
	padding: 0 60px 0 15px;
	font-size: 13px;
}
.select-search select:hover {
	cursor: pointer;
}
.select-search #purpose li span {
	display: inline-block;
	height: 32px;
	vertical-align: top;
	padding-top: 5px;
	padding-left: 10px;
}
/* input-warp */
.input-warp {
	display: inline-block;
	float: left;
	height: 35px;
	line-height: 35px;
}
.input-warp span {
	margin: 0 5px 0 0;
}
.input-warp input[type="text"] {
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	font-size: 13px;
	background-color: #fff;
	margin: 0 10px 0 0;
}
/* btn-warp */
.btn-warp {
	display: inline-block;
	float: right;
	height: 35px;
	line-height: 35px;
}
.select-search input[type="submit"], .select-search input[type="button"] {
	color: #fff;
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
	font-size: 13px;
	transition: .3s ease-in-out;
	border-color: transparent;
	background-color: #da0000;
}
.select-search input[type="submit"]:hover, .select-search input[type="button"]:hover {
	opacity: 0.8;
	cursor: pointer;
}

@media screen and (max-width: 1200px) {
.select-search {
	text-align: center;
}
.select-search .select-warp {
	width: 49%;
	margin: 0 2% 10px 0;
}
.select-search .select-warp:nth-child(2) {
	margin: 0 0 10px 0;
}
.select-search input[type="submit"], .select-search input[type="button"] {
	display: inline-block;
}
}
/* portfolio-list
----------------------------------------------------------- */
table.portfolio-list {
	border: none;
}
table.portfolio-list th {
	text-align: center;
	vertical-align: middle;
	padding: 6px 5px !important;
	border-color: #fff;
	background-color: #da0000;
	line-height: 1.5;
	color: #fff;
	font-weight: normal;
}
table.portfolio-list td {
	padding: 6px 5px !important;
	text-align: right;
	vertical-align: middle;
	border-color: #ccc !important;
}
table.portfolio-list td.area {
	color: #fff;
}
table.portfolio-list .sort-btn {
	padding: 5px 0 !important;
	text-align: center;
	line-height: 1;
	white-space: nowrap !important;
}
.sort-up, .sort-down {
	width: 20px;
	height: 20px;
	margin: 0 1px;
	display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	border: solid 1px #ccc;
	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-up:before, .sort-down:before {
	position: absolute;
	content: " ";
	top: 50%;
	right: 50%;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(45deg);
}
.sort-down:before {
	margin: -5px -4px 0 0;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.sort-up:before {
	margin: -2px -4px 0 0;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
.sort-up:hover, .sort-down:hover {
	border-color: transparent;
	background-color: #fff;
}
.sort-down:hover:before {
	border-right: 1px solid #da0000;
	border-bottom: 1px solid #da0000;
}
.sort-up:hover:before {
	border-top: 1px solid #da0000;
	border-left: 1px solid #da0000;
}
/* ===========================================================

	details

=========================================================== */
/* detail
----------------------------------------------------------- */
/* bxslider-detail-warp */
.bxslider-detail-warp {
	margin: 0 0 30px;
	width: 100%;
}
/* bx-wrapper  */
.bx-wrapper {
	margin: 0 0 10px;
}
/* bxslider-detail */
.bxslider-detail {
	height: 450px;
}
.bxslider-detail li {
	text-align: center;
	height: inherit;
	margin: 0;
}
.bxslider-detail li span {
	display: table-cell;
	width: 900px;
	height: 450px;
	text-align: center;
	vertical-align: middle;
}
.bxslider-detail li img {
	margin: 0 auto;
	width: auto;
	max-width: 900px;
	height: auto;
	height: 450px;
	vertical-align: middle;
}

@media screen and (max-width: 1024px) {
/* bxslider-detail */
.bxslider-detail {
	height: 100%;
}
.bxslider-detail li {
	height: 100%;
	text-align: center;
	vertical-align: middle;
	display: table;
}
.bxslider-detail li span {
	height: 100%;
	vertical-align: middle;
	display: table-cell;
}
.bxslider-detail li img {
	width: 100%;
	height: auto;
}
}
/* bx-pager  */
#bx-pager {
	width: 900px;
	height: 104px;
	margin: 0 0 0 0;
	padding: 2px 0 0 0;
	background-color: #f0f0f0;
	text-align: center;
	letter-spacing: -.40em;
}
#bx-pager li {
	display: inline-block;
	margin: 0 1px;
	padding: 0;
	text-align: center;
	line-height: 1;
	overflow: hidden;
	width: 147px;
	height: 100px;
	background-color: #313131;
	letter-spacing: normal;
}
#bx-pager li a {
	width: 147px;
	height: 100px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #555;
	background-size: cover;
	margin: 0;
	position: relative;
	overflow: hidden;
	display: block;
	opacity: 0.5;
	cursor: pointer;
}
#bx-pager li a.active, #bx-pager li a:hover {
	opacity: 1;
}
#bx-pager li a img {
	width: 166px;
	height: 100px;
	opacity: 0.5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all .3s ease;
	cursor: pointer;
}
#bx-pager li a.active img, #bx-pager li a:hover img {
	opacity: 1.0;
}

@media screen and (max-width: 1024px) {
#bx-pager {
	width: 100%;
	height: 10px;
	margin: 0;
	padding: 0;
	background-color: inherit;
}
#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: #FF1100 !important;
	margin: 0;/*#DEA6B4;*/
}
}
/* portfolio-details  */
.portfolio-details #map {
	width: 900px;
	height: 500px;
	margin: 0 auto;
}
.portfolio-details .map-info-detail {
	font-family: "游ゴシック", "YuGothic", "メイリオ", Meiryo, sans-serif;
	overflow: hidden;
}
.portfolio-details .map-info-detail h4 {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 20px 0 0;
}
.portfolio-details .map-info-detail h4 em {
	color: #FFF;
	background: #FF1100;
	padding: 3px 10px;
	margin: 0 10px 0 0;
}

@media screen and (max-width: 1024px) {
.portfolio-details #map {
	width: 100%;
}
}
/* pagenation
----------------------------------------------------------- */
.pagenation {
	position: relative;
	width: 100%;
	height: 40px;
}
.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: 280px;
}
.pagenation li.next {
	right: 0;
}
.pagenation li.prev {
	left: 0;
}
.pagenation li.back {
	left: 50%;
	margin-left: -165px;
	width: 330px;
}
.pagenation li a {
	text-align: center;
	display: block;
	border: solid 1px #ccc;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all .3s ease;
}
.pagenation li a:hover {
	color: #fff;
	text-decoration: none;
	border-color: transparent;
	background-color: #da0000;
}
.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 #da0000;
	border-right: 1px solid #da0000;
}
.pagenation li.next a:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 20px;
}
.pagenation li.prev a:before {
	-webkit-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: 767px) {
	.pagenation {
		width: 100%;
		height: auto;
		margin: 0 0 10px;
	}
	.pagenation li a, .pagenation li.next a:after, .pagenation li.prev a:before {
		height: 40px;
		line-height: 40px;
	}
	.pagenation li {
		position: relative;
		top: inherit;
		left: inherit;
		right: inherit;
		width: 100%;
		text-align: left;
		margin: 0 0 5px;
	}
	.pagenation li.back {
		left: inherit;
		margin-left: 0;
		width: 100%;
	}
	.pagenation li a:after {
		position: absolute;
		content: " ";
		top: 50%;
		width: 6px !important;
		height: 6px !important;
		margin: -3px 0 0;
		border-top: 1px solid #da0000;
		border-right: 1px solid #da0000;
	}
	.pagenation li a:after {
		-webkit-transform: rotate(45deg) !important;
		transform: rotate(45deg) !important;
		right: 20px !important;
		left: inherit !important;
	}
	.pagenation li a:hover:after {
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	.pagenation li a:before {
		display: none;
	}
}
/* portfolio-title
----------------------------------------------------------- */
.portfolio-title {
	color: #111;
	font-weight: bold;
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 0 20px;
	padding: 0 0 0 90px;
	line-height: 1.4;
	border: none;
	position: relative;
	text-align: left;
	border-bottom: solid 2px #da0000;
}
.portfolio-title:before, .portfolio-title:after {
	display: none;
}
.portfolio-title span {
	position: static;
}
.portfolio-title em {
	position: absolute;
	top: 8px;
	left: 0;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 18px;
	font-size: 1.8rem;
	color: #fff;
	border-radius: 3px;
	background-color: #da0000;
}

@media screen and (max-width: 767px) {
	.portfolio-title {
		padding: 40px 0 0 0;
		height: auto;
		line-height: auto;
	}
	.portfolio-title em {
		position: absolute;
		top: 10px;
		left: 0;
	}
}


/* portfolio-mainimg
----------------------------------------------------------- */
.portfolio-mainimg {
	text-align: center;
	background-color: #F0F0F0;
}
/* portfolio-map
----------------------------------------------------------- */
.portfolio-map {
	text-align: center;
}
#map_canvas {
	width: 100%;
	height: 500px;
	margin: 0 0 20px;
}

@media screen and (max-width: 1200px) {
#map_canvas {
	height: 300px;
}
}
/* ===========================================================

	portfolio-data

=========================================================== */
.portfolio-data {
	border: solid 2px #da0000;
	border-radius: 5px;
	background-color: #FDF9DE;
	text-align: center;
}
.portfolio-data dt {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0;
	padding: 15px 0 5px;
	line-height: 1;
}
.portfolio-data dd {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 5px 0 15px;
	line-height: 1;
}
.portfolio-data dd em {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 45px;
	font-size: 4.5rem;
	margin: 0 4px 0 0;
	letter-spacing: 0;
}

.portDisplay {
	display: none;
}