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

	Title: portfolio.css
	Created: 2016-10-26

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

	portfolio-category
	map
	list
	details
	data

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

	portfolio-category

=========================================================== */
/* portfolio-map
----------------------------------------------------------- */
.portfolio-hub em.portfolio-category1 {background-color: #d70040;}
.portfolio-hub em.portfolio-category2 {background-color: #1161b6;}
.portfolio-hub em.portfolio-category3 {background-color: #f6ab00;}
h3.portfolio-category1,
h4.portfolio-category1 {color: #d70040;}
h3.portfolio-category2,
h4.portfolio-category2 {color: #1161b6;}
h3.portfolio-category3,
h4.portfolio-category3 {color: #f6ab00;}

/* portfolio-list
----------------------------------------------------------- */
.portfolio-list .portfolio-category1 td {background-color: #FADEDC;}
.portfolio-list .portfolio-category2 td {background-color: #D8E2F4;}
.portfolio-list .portfolio-category3 td {background-color: #FEF3DF;}
.portfolio-list td.portfolio-area1,
.portfolio-list td.portfolio-area2,
.portfolio-list td.portfolio-area3 {color: #fff;}
.portfolio-list td.portfolio-area1 {background-color: #4553A3;}
.portfolio-list td.portfolio-area2 {background-color: #A5A3D0;}
.portfolio-list td.portfolio-area3 {background-color: #D2D1E8;}
.portfolio-list .portfolio-category1 td.portfolio-num,
.portfolio-list .portfolio-category2 td.portfolio-num,
.portfolio-list .portfolio-category3 td.portfolio-num {color: #fff;}
.portfolio-list .portfolio-category1 td.portfolio-num {background-color: #d70040;}
.portfolio-list .portfolio-category2 td.portfolio-num {background-color: #1161b6;}
.portfolio-list .portfolio-category3 td.portfolio-num {background-color: #f6ab00;}

/* portfolio-title
----------------------------------------------------------- */
.portfolio-category1 .portfolio-title {background-color: #FADEDC;}
.portfolio-category2 .portfolio-title {background-color: #D8E2F4;}
.portfolio-category3 .portfolio-title {background-color: #FEF3DF;}
.portfolio-category1 .portfolio-title em {background-color: #d70040;}
.portfolio-category2 .portfolio-title em {background-color: #1161b6;}
.portfolio-category3 .portfolio-title em {background-color: #f6ab00;}

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

	map

=========================================================== */
/* map-tab
----------------------------------------------------------- */
ul.map-tab {
	font-weight: bold;
	display: table;
	table-layout: fixed;
	height: auto;
	margin: 0 auto 10px;
	padding: 0;
	zoom: 1;
	width: 100%;
	border-right: none;
}
ul.map-tab li {
	display: table-cell;
	text-align: center;
	overflow: hidden;
	margin: 0;
}
ul.map-tab li a {
	display: block;
	line-height: 1.4;
	padding: 15px 0 15px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all .2s ease;
}
ul.map-tab li:nth-of-type(1) a {background-color: #4553A3; border: solid 1px #4553A3;}
ul.map-tab li:nth-of-type(2) a {background-color: #A6A3D0; border: solid 1px #A6A3D0; border-left: none;}
ul.map-tab li:nth-of-type(3) a {background-color: #D3D1E8; border: solid 1px #D3D1E8; border-left: none;}

ul.map-tab li a:hover,
ul.map-tab li a.current,
ul.map-tab li a.active  {
	text-decoration: none;
	background-color: #fff;
}
ul.map-tab li:nth-of-type(1) a:hover,
ul.map-tab li:nth-of-type(1) a.current,
ul.map-tab li:nth-of-type(1) a.active  { color: #4553A3;}
ul.map-tab li:nth-of-type(2) a:hover,
ul.map-tab li:nth-of-type(2) a.current,
ul.map-tab li:nth-of-type(2) a.active  { color: #A6A3D0;}
ul.map-tab li:nth-of-type(3) a:hover,
ul.map-tab li:nth-of-type(3) a.current,
ul.map-tab li:nth-of-type(3) a.active  { color: #D3D1E8;}

ul.map-tab li a:after {
	position: absolute;
	content: "";
	vertical-align: middle;
	top: 50%;
	right: 15px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all .3s ease;
}
ul.map-tab li a.current:after, 
ul.map-tab li a.active:after {
	display: none;
}
ul.map-tab li a:after {
	margin: -6px 0 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
ul.map-tab li a:hover:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

@media screen and (max-width: 1200px) {
	ul.map-tab {
		display: inline-block;
		table-layout: inherit;
		border: none;
		height: inherit;
	}
	ul.map-tab li {
		display: block;
		width: 100%;
		margin: 0 0 2px;
	}
	ul.map-tab li:nth-of-type(1) a {border: solid 1px #4553A3;}
	ul.map-tab li:nth-of-type(2) a {border: solid 1px #A6A3D0;}
	ul.map-tab li:nth-of-type(3) a {border: solid 1px #D3D1E8;}
}

/* legend
----------------------------------------------------------- */
.legend {
	margin-bottom: 0;
}
.legend dt {
	float: left;
	margin: 0 5px 0 0;
}
.legend dd {
	float: left;
	margin: 0 25px 10px 0;
	font-size: 12px;
	font-size: 1.2rem;
}
@media screen and (max-width: 420px) {
	.legend dt:nth-of-type(4) {
		clear: both;
	}
}

/* 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;
	}
}

/* portfolio-hub
----------------------------------------------------------- */
.portfolio-hub {
}
.portfolio-hub li {
	float: left;
	margin: 0 22px 0 0;
	width: 130px;
	height: 220px;
	line-height: 16px;
}
.portfolio-hub li:nth-child(8n) {
	margin: 0;
}
.portfolio-hub li img {
}
.portfolio-hub li em {
	background: #27266f;
	padding: 2px 6px;
	font-weight: bold;
	color: #fff;
	font-size: 11px;
	line-height: 24px;
}
.portfolio-hub li span{ font-weight: bold;}
.portfolio-hub li a:link, .portfolio-hub li a:visited {
	text-decoration: none;
	color: #111;
	transition: all 0.4s ease;
}
.portfolio-hub li a:hover {
	text-decoration: underline;
	color: #27266f;
	opacity: 0.5;
}
@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;
	}
	.portfolio-hub li:nth-of-type(6) {
		margin: 0 10px;
	}
}

/* infoWindow
----------------------------------------------------------- */
.infoWindow {
	font-family: "游ゴシック", "YuGothic", "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
    color: #111;
}
.infoWindow a {
	display: block;
	overflow: hidden;
}
.infoWindow a:link,
.infoWindow a:visited,
.infoWindow a:hover {
	text-decoration: none;
	color: #111;
}
.infoWindow h4 {
	margin: 0 0 5px;
}
.infoWindow h4 em {
	background: #27266f;
    padding: 2px 6px;
    font-weight: bold;
    color: #fff;
    font-size: 11px;
    line-height: 24px;
}
.infoWindow a.portfolio-category1 h4 em {background-color: #d70040;}
.infoWindow a.portfolio-category2 h4 em {background-color: #1161b6;}
.infoWindow a.portfolio-category3 h4 em {background-color: #f6ab00;}
.infoWindow h4 span {
    font-size: 13px;
	font-weight: bold;
	color: #111;
}
.infoWindow .imgBox {
	float: left;
	margin-right: 10px;
}
.infoWindow .imgBox img {
	width: 100px;
}
.infoWindow a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.infoWindow .addr {
	min-width: 100px;
	float: left;
	font-size: 1.0em;
	padding-top: 10px;
}

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

	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: #003893;
}
.select-search input[type="submit"]:hover, .select-search input[type="button"]:hover {
	background-color: #C7161D;
	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: #003893;
	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 th {
	background: #fff !important;
	border-right-color: #ccc !important;
	border-bottom-color: #ccc !important;
	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 #d70040;
	border-bottom: 1px solid #d70040;
}
.sort-up:before {
	margin: -2px -4px 0 0;
	border-top: 1px solid #d70040;
	border-left: 1px solid #d70040;
}
.sort-up:hover, .sort-down:hover {
	border-color: transparent;
	background-color: #d70040;
}
.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;
}
/* ===========================================================

	details

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

/* portfolio-title
----------------------------------------------------------- */
.portfolio-title {
	color: #111;
	font-weight: bold;
	font-size: 24px;
	margin: 0 0 10px;
	padding:  10px 10px 10px 100px;
	line-height: 1.4;
	border: none;
	position: relative;
}
.portfolio-title:before,
.portfolio-title:after {
	display: none;
}
.portfolio-title em {
	position: absolute;
	top: 15px;
	left: 10px;
	width: 80px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
@media screen and (max-width: 1200px) {
.portfolio-title {
	padding:  35px 10px 10px 10px;
}
.portfolio-title em {
	position: absolute;
	top: 10px;
	left: 10px;
}
}
/* 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: #d70040;
}
.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 #d70040;
	border-right: 1px solid #d70040;
}
.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: 1200px) {
.pagenation {
	width: 100%;
	height: auto;
	margin: 0;
}
.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 #d70040;
	border-right: 1px solid #d70040;
}
.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-data

=========================================================== */
.portfolio-data {
	width: 100%;
	text-align: center;
	padding: 15px;
	background-color: #FEF2CC;
}
.portfolio-data dt {
	display: inline-block;
	margin: 0 0 5px;
	font-size: 15px;
	letter-spacing: 1px;
}
.portfolio-data dd {
	color: #C7161D;
}
.portfolio-data dd em {
	font-size: 30px;
	margin: 0 5px 0 0;
	font-weight: normal;
	color: #C7161D;
}

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

	review

=========================================================== */
.portfolio-review-table th {
	text-align: center;
}
.portfolio-review-table th.portfolio-type-1{
	background: #d70040 !important;
	color: #FFF;
}
.portfolio-review-table th.portfolio-type-2{
	background: #1161b6 !important;
	color: #FFF;
}
.portfolio-review-table th.portfolio-type-3{
	background: #f6ab00 !important;
	color: #FFF;
}
.portfolio-review-table td {
	text-align: right;
}


