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

	Title: portfolio.css
	Created: 2018-05-08
	Portfolioコンテンツ専用スタイル

=========================================================== */
/*
	Common
	
=========================================================== */

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

	Common

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


.map-info-image {
	display: block; padding: 0; margin: 0;
	height: 120px; width: 100%; text-align: center;
}
.map-info-image img {
	height: 120px; width: auto;
}
.contents-style ul.portfolio-hub {
  display: flex; flex-wrap: wrap;
  padding: 0; margin: 0 -1.0em;
}
.contents-style li.portfolio-hub__cell {
  display: block; padding: 1.0em; margin: 0;
  width: 100%;
}

@media print, screen and (min-width: 576px) {
  .contents-style li.portfolio-hub__cell { width: 50%; }
}
@media print, screen and (min-width: 768px) {
  .contents-style li.portfolio-hub__cell { width: 33.3333%; }
}



.portfolio-hub-card {
  display: block; padding: 0; margin: 0;
}
.portfolio-hub-card a {
  display: block; padding: 0; margin: 0;
  background-color: #fff;
}
.portfolio-hub-card span {
  display: block; padding: 0; margin: 0;
}
.portfolio-hub-card span.portfolio-hub-card__photo {
  display: block; padding: 25%; margin: 0 0 10px 0;
  width: 100%; height: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.portfolio-hub-card span.portfolio-hub-card__sticker {
  display: inline-block;
  min-width: 4.0em;
}
.portfolio-hub-card span.portfolio-hub-card__title {
  display: block; padding: 0.25em 0 1.0em 0; margin: 0;
  width: 100%;
}




.portfolio-slider-set {
	display: block; padding: 0; margin: 0;
}
.portfolio-slider .slick-track {
	display: block; padding: 0; margin: 0!important;
	height: 420px; width: 100%;
	overflow: hidden;
}
.portfolio-slider {
	display: block; padding: 0; margin: 0;
	position: relative;
}



.portfolio-slider  { opacity: 0.0; transition: all 0.5s; }
.portfolio-slider.slick-initialized { opacity: 1.0;; }

.portfolio-slider__cell {
	display: block; padding: 0; margin: 0;
}
.portfolio-slider__cell--photo {
	display: block; padding: 0; margin: 0;
	height: 420px; width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-color: #f1f1f1;
}


.portfolio-slider .slick-arrow {
	display: block;
	overflow: hidden; text-indent: -9999px;
	margin: -96px 0 0 0;
	padding: 0;
	background-color: #fff;
	border: none;
	border-radius: 0;
	outline: none;
	font-size: 1em; line-height: 120px;
	font-family: inherit;
	font-weight: inherit;
	position: absolute; top: 50%;
	width: 40px; height: 120px;
	z-index: 900;
}
.portfolio-slider .slick-arrow::before {
	display: block;
	overflow: hidden; text-indent: 0;
	margin: auto; padding: 0; font-size: 2.0em; line-height: 40px;
	position: absolute; top: 0; left: 0; bottom: 0; right: 0;
	width: 40px; height: 40px;
	font-family: FontAwesome; color: rgba(13,71,157,1.00);
	font-weight: normal;
}

.portfolio-slider .slick-prev.slick-arrow { left: 0; border-radius: 0 4px 4px 0; }
.portfolio-slider .slick-prev.slick-arrow::before { content: "\f104"; }
.portfolio-slider .slick-next.slick-arrow { right: 0; border-radius: 4px 0 0 4px; }
.portfolio-slider .slick-next.slick-arrow::before { content: "\f105"; }


.portfolio-slider .slick-dots {
	display: flex; padding: 5px; margin: 0;
	text-align: center; justify-content: center;
}
.portfolio-slider .slick-dots li {
	display: inline-block; padding: 2px; margin: 0;
	width: 100px; vertical-align: baseline;
}

.portfolio-thumbnail__cell {
	display: block; padding: 2px; margin: 0;
}
.portfolio-thumbnail__cell--photo {
	display: block; padding: 0; margin: 0;
	height: 60px; width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #fff; border: solid 2px #fff;
	cursor: pointer;
}
.slick-active .portfolio-thumbnail__cell--photo { border: solid 2px rgba(13,71,157,1.00); }





ul.portfolio-details-pagelink {
	display: block; padding: 0; margin: 1.0em 0;
}
ul.portfolio-details-pagelink::after { clear: both; content: ""; display: table; }
ul.portfolio-details-pagelink { zoom: 1; }

ul.portfolio-details-pagelink li {
	display: block; padding: 0; margin: 0;
}
ul.portfolio-details-pagelink .portfolio-details-pagelink__prev { float: left; }
ul.portfolio-details-pagelink .portfolio-details-pagelink__next { float: right; }
ul.portfolio-details-pagelink a {
	display: block; padding: 0 1.0em; margin: 0;
	background-color: #fff; border-radius: 4px;
	color: rgba(13,71,157,1.00); text-align: center;
	width: 200px;
	height: 40px;
	line-height: 40px;
	border: solid 1px rgba(13,71,157,1.00);
}

ul.portfolio-details-pagelink a:hover {
	background-color: rgba(13,71,157,1.00);
	color: #fff;
}


ul.portfolio-details-pagelink .portfolio-details-pagelink__prev a::before,
ul.portfolio-details-pagelink .portfolio-details-pagelink__next a::after {
	display: inline-block;
	padding: 0;
	font-family: FontAwesome;
	font-weight: normal;
}
ul.portfolio-details-pagelink .portfolio-details-pagelink__prev a::before {
	margin: 0 0.5em 0 0;
	content: "\f104";
}
ul.portfolio-details-pagelink .portfolio-details-pagelink__next a::after {
	margin: 0 0 0 0.5em;
	content: "\f105";
}






.portfolio-map-tab {
	margin: 0; padding: 0;
}


.portfolio-maps {
	display: block; padding: 0; margin: 0;
}

.portfolio-map {
	display: block; padding: 0; margin: 0;
	position: relative;
	width: 100%; height: 460px;
	
}
@media print, screen and (min-width: 768px) {
	.portfolio-map { height: 780px; }
}
.portfolio-map img {
	width: auto; max-width: none; max-height: none;
}

.over-map {
	display: block; padding: 0; margin: 0;
	position: relative;
	width: 100%; height: 460px;
	background-color: #f4f8fa;
}

.bace-map-image,
.over-map-image {
	display: block; padding: 0; margin: auto;
	position: absolute; top: 0; left: 0; bottom: 0; right: 0;
	width: 100%; height: 100%;
	transition: all 0.5s;
}

.bace-map-image { opacity: 1.0; }
.bace-map-image.over { opacity: 0.0; }
.over-map-image { opacity: 0; }
.over-map-image.over { opacity: 1.0; }
.portfolio-map-menu {
	display: block; padding: 0; margin: auto;
	position: absolute; top: 0; left: 0; bottom: 0; right: 0;
	width: 100%; height: 100%;
}

ul.portfolio-map-menu__list {
	display: block; padding: 10px; margin: 0;
	width: 240px; position: absolute;
}
ul.portfolio-map-menu__list-1 {
	top: 0; left: 0;
}
ul.portfolio-map-menu__list-2 {
	bottom: 0; right: 0;
}
.portfolio-map-menu__list li {
	display: block; padding: 5px; margin: 0;
}
.contents-style .portfolio-map-menu__list a {
	display: block; padding: 0; margin: 0;
	background-color: #a72b2a; color: #fff;
	text-align: center;
}
.contents-style .portfolio-map-menu__list a:hover {
	background-color: rgba(167, 43, 42, 0.80);
}


.portfolio-map-menu__list span {
	display: block; padding: 0.5em; margin: 0;
}

.map-area-image {
	display: block; padding: 0; margin: 0;
	position: relative; z-index: 0;
	background-color: #f4f8fa;
}
.map-area-image img { padding: 0; margin: 0; vertical-align: bottom; }

.map-plot {
	display: block; padding: 0; margin: 0;
	position: absolute; top: 0; left: 0;
	width: 100%; height: 100%;
	z-index: 5;
}

.map-plot__cell {
	display: block;
	padding: 0;
	margin: 0;
	position: absolute;
}

a.map-plot__marker {
	display: block; width: 24px; height: 32px;
	overflow: hidden;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute; top: -32px; left: -12px;
	background-image: url(../img/map-pin/mappin--office.png),
	                  url(../img/map-pin/mappin--office_ov.png),
	                  url(../img/map-pin/mappin--retail.png),
	                  url(../img/map-pin/mappin--retail_ov.png),
	                  url(../img/map-pin/mappin--residence.png),
	                  url(../img/map-pin/mappin--residence_ov.png),
	                  url(../img/map-pin/mappin--hotel.png),
	                  url(../img/map-pin/mappin--hotel_ov.png),
	                  url(../img/map-pin/mappin--land.png),
	                  url(../img/map-pin/mappin--land_ov.png),
	                  url(../img/map-pin/mappin--other.png),
	                  url(../img/map-pin/mappin--other_ov.png);
}

.map-plot__cell--office a.map-plot__marker { background-image: url(../img/map-pin/mappin--office.png); }
.map-plot__cell--office a.map-plot__marker:hover { background-image: url(../img/map-pin/mappin--office_ov.png); }

.map-plot__cell--retail a.map-plot__marker { background-image: url(../img/map-pin/mappin--retail.png); }
.map-plot__cell--retail a.map-plot__marker:hover { background-image: url(../img/map-pin/mappin--retail_ov.png); }

.map-plot__cell--residence a.map-plot__marker { background-image: url(../img/map-pin/mappin--residence.png); }
.map-plot__cell--residence a.map-plot__marker:hover { background-image: url(../img/map-pin/mappin--residence_ov.png); }

.map-plot__cell--hotel a.map-plot__marker { background-image: url(../img/map-pin/mappin--hotel.png); }
.map-plot__cell--hotel a.map-plot__marker:hover { background-image: url(../img/map-pin/mappin--hotel_ov.png); }

.map-plot__cell--land a.map-plot__marker { background-image: url(../img/map-pin/mappin--land.png); }
.map-plot__cell--land a.map-plot__marker:hover { background-image: url(../img/map-pin/mappin--land_ov.png); }

.map-plot__cell--other a.map-plot__marker { background-image: url(../img/map-pin/mappin--other.png); }
.map-plot__cell--other a.map-plot__marker:hover { background-image: url(../img/map-pin/mappin--other_ov.png); }


.map-plot__infowindow {
	display: block; padding: 0; margin: 0;
	position: absolute; bottom: -30px; right: 16px;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	min-width: 165px;
	transition: all 0.5s;
	opacity: 0;
	z-index: 20;
	pointer-events: none;
}
.hover .map-plot__infowindow {
	opacity: 1.0;
}
.map-plot__infowindow-photo {
	display: block; padding: 0; margin: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-color: #f1f1f1;
	width: 100%; height: 100px;
}
.map-plot__infowindow-tag {
	display: block; padding: 5px; margin: 0;
	text-align: center;
	font-size: 0.750em;
}
.map-plot__infowindow-tag em {
	display: inline-block; padding: 0.25em 1.0em; margin: 0;
	font-style: normal; color: #fff;
	font-family: Arial, Helvetica, "sans-serif";
}
.map-plot__cell--office .map-plot__infowindow-tag em { background-color: #508fc8; }
.map-plot__cell--retail .map-plot__infowindow-tag em { background-color: #50c899; }
.map-plot__cell--residence .map-plot__infowindow-tag em { background-color: #b0ce56; }
.map-plot__cell--hotel .map-plot__infowindow-tag em { background-color: #ce6666; }
.map-plot__cell--land .map-plot__infowindow-tag em { background-color: #c9a45b; }
.map-plot__cell--other .map-plot__infowindow-tag em { background-color: #707070; }
p.map-plot__infowindow-name {
	display: block; padding: 0 1.0em 1.0em 1.0em; margin: 0;
	text-align: center; font-size: 0.875em; line-height: 1.4;
}






.category-selector {
	display: flex; font-size: 1.4rem;
	margin: 0 -0.5em;
}
.category-selector__cell {
	display: flex; padding: 0 0.5em;
}
.category-selector .input-ui__select { margin: 0 0.5em 0 0; }




.summary-table { font-size: 1.2rem; }
.summary-table a { text-decoration: underline; }
.summary-table thead th,
.summary-table thead td {
	padding: 0.5em; white-space: nowrap;
}
.summary-table .sort-arrow {
	display: flex; justify-content: flex-end;
	padding: 0; margin: 0;
}
.summary-table .sort-arrow li {
	display: block; padding: 0; margin: 0 0 0 0.25em;
}
.summary-table .sort-arrow__button {
	display: block;
	background-color: rgba(255,255,255,1.00);
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
.summary-table .sort-arrow__button {
	display: block;
	background-color: rgba(255,255,255,1.00); color: rgba(13,71,157,1.00);
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	transition: all 0.5s;
	width: 20px; height: 20px; line-height: 20px;
	text-align: center;
}
.summary-table .sort-arrow__button:hover {
	background-color: rgba(13,71,157, 1.00); color: rgba(255,255,255,1.00);
}
.summary-table .sort-arrow__button::before {
	display: block; padding: 0; margin: 0 auto;
	font-family: FontAwesome;
}
.summary-table .sort-arrow__button.sort-arrow__button--up::before { content: "\f0d8"; }
.summary-table .sort-arrow__button.sort-arrow__button--down::before { content: "\f0d7"; }


.summary-table tbody th {}

.summary-table th.portfolio-type__id-number {
	font-family: Arial, Helvetica, "sans-serif"; color: #fff; white-space: nowrap;
  background-color: rgba(0,176,236,1.00);
}

.summary-table th.portfolio-type__name,
.summary-table td.portfolio-type__name {
	text-align: left;
}
.summary-table th.portfolio-type__area,
.summary-table td.portfolio-type__area {
	text-align: center; white-space: nowrap;
}
.summary-table th.portfolio-type__add,
.summary-table td.portfolio-type__add {
	text-align: left;
}
.summary-table th.portfolio-type__date,
.summary-table td.portfolio-type__date {
	text-align: center; white-space: nowrap; width: 1%;
}
.summary-table th.portfolio-type__number,
.summary-table td.portfolio-type__number {
	text-align: left; white-space: nowrap; width: 1%;
}

.summary-table td.portfolio-type__number { text-align: right; width: 8%; }
.summary-table--data td.portfolio-type__number { width: 10%; }






.summary-table tfoot td { text-align: right; }
.summary-table tfoot th,
.summary-table tfoot td { font-weight: bold; }

.summary-table .portfolio-type__file {
	text-align: center; width: 1%; white-space: nowrap;
}





.rate-table {
	table-layout: fixed;
	text-align: center;

}
.rate-table tbody td {
	text-align: right;
}




/*

detail

*/

.pagenation-portfolio-detail--head,
.pagenation-portfolio-detail--foot {
	display: flex; padding: 0; margin: 0 -0.25em;
	text-align: center; flex-direction: row-reverse;
}
.contents-style ul.pagenation-portfolio-detail--head { margin: 0 -0.25em 2.0em -0.25em; }
.contents-style ul.pagenation-portfolio-detail--foot { margin: 2.0em -0.25em 0 -0.25em; }

.contents-style ul li.pagenation-portfolio-detail__next,
.contents-style ul li.pagenation-portfolio-detail__top,
.contents-style ul li.pagenation-portfolio-detail__prev { display: block; padding: 0 0.25em; margin: 0; width: calc(100% / 3); }


.pagenation-portfolio-detail--head a,
.pagenation-portfolio-detail--foot a {
	display: block; padding: 0.5em;
	border-radius: 2px;
	border: solid 1px rgba(13,71,157,1.00);
	color: rgba(13,71,157,1.00);
}
.pagenation-portfolio-detail--head a::before,
.pagenation-portfolio-detail--foot a::before,
.pagenation-portfolio-detail--head a::after,
.pagenation-portfolio-detail--foot a::after { display: inline; }

.pagenation-portfolio-detail--head a:hover,
.pagenation-portfolio-detail--foot a:hover {
	background-color: rgba(13,71,157,1.00);
	color: #fff;
}

@media print, screen and (min-width: 768px) {
	.is_ja .contents-style ul li.pagenation-portfolio-detail__next a::after,
	.is_ja .contents-style ul li.pagenation-portfolio-detail__prev a::after { content: "の物件へ"; }
	.is_ja .contents-style ul li.pagenation-portfolio-detail__top a::before { content: "ポートフォリオ"; }
	.is_ja .contents-style ul li.pagenation-portfolio-detail__top a::after { content: "へ"; }
}





.portfolio-title {
	display: block; padding: 1.0em 0; margin: 0 0 1.0em 0;
	border-bottom: solid 2px #ddd;

}
.portfolio-title h1 {
	display: block; padding: 20px 0; margin: 0;
	font-size: 2.8rem;
	font-weight: 700;
}
.is_ja .portfolio-title h1 { letter-spacing: 0.10em; }
.is_en .portfolio-title h1 { letter-spacing: 0.05em; }
.portfolio-title__sticker {
	display: block; padding: 0.25em 0; margin: 0;
	font-family: Arial, Helvetica, "sans-serif";
	background-color: rgba(0,176,236,1.00); color: #fff!important; text-align: center;
	width: 80px; line-height: 20px; font-size: 1.4rem;
}
.portfolio-title__title {
	display: block; padding: 0 0 0 80px; margin: 0;
}


.iconlist {
  display: flex; justify-content: flex-end; margin: 1.0em -0.25em;
  flex-wrap: wrap;
}
.iconlist li {
  display: block; padding: 0 0.25em;
}
.iconlist .sticker { padding: 0.5em 1.0em; font-size: 1.4rem; }

/* 国道16号周辺 */
.iconlist .icon001.sticker { background-color: rgba(51,192,240,1.00); }
/* 圏央道周辺 */
.iconlist .icon002.sticker { background-color: rgba(250,190,0,1.00); }
/* 外環道周辺 */
.iconlist .icon003.sticker { background-color: rgba(0,153,68,1.00); }

/* 関東エリア */
.iconlist .icon004.sticker { background-color: rgba(36,106,132,1.00); }
/* 関西エリア */
.iconlist .icon005.sticker { background-color: rgba(36,106,132,1.00); }
/* 一棟貸し */
.iconlist .icon006.sticker { background-color: rgba(49,82,94,1.00); }



.slider-for,
.slider-for__cell,
.slider-nav,
.slider-nav__cell {
	display: block; padding: 0; margin: 0;
	position: relative; outline: none;
}


.slider-for,
.slider-nav { opacity: 0.0; transition: all 0.5s; }
.slider-for.slick-initialized,
.slider-nav.slick-initialized { opacity: 1.0; }



.slider-for .slick-arrow {
  display: block;
  overflow: hidden; text-indent: -9999px;
  margin: -60px 0 0 0;
  padding: 0;
  background-color: #fff;
  border: none;
  border-radius: 0;
  outline: none;
  font-size: 1em; line-height: 120px;
  font-family: inherit;
  font-weight: inherit;
  position: absolute; top: 50%;
  width: 20px; height: 120px;
  z-index: 900;
}
.slider-for .slick-arrow::before {
  display: block;
  overflow: hidden; text-indent: 0;
  margin: auto; padding: 0; font-size: 1.5em; line-height: 20px;
  position: absolute; top: 0; left: 0; bottom: 0; right: 0;
  width: 20px; height: 20px;
  font-family: FontAwesome; color: rgba(13,71,157,1.00);
  font-weight: normal;
}

.slider-for .slick-prev.slick-arrow { left: 0; border-radius: 0 4px 4px 0; }
.slider-for .slick-prev.slick-arrow::before { content: "\f104"; }
.slider-for .slick-next.slick-arrow { right: 0; border-radius: 4px 0 0 4px; }
.slider-for .slick-next.slick-arrow::before { content: "\f105"; }


@media print, screen and (min-width: 768px) {
  .slider-for .slick-arrow { width: 40px; }
  .slider-for .slick-arrow::before { font-size: 2.0em; width: 40px; height: 40px; line-height: 40px; }
}



.slider-nav {
	display: block; padding: 20px 0; margin: 0;
}
.slider-nav__cell { padding: 5px; }
.slider-for,
.slider-for__cell { width: 100%; }

.slider-nav .slick-track { margin: 0; }


.slider-for__photo,
a.slider-nav__photo {
	display: block; padding: 0; margin: 0;
	width: 100%; height: 0;
	background-position: center center;
  outline: none;
	background-repeat: no-repeat;
	border-radius: 2px;
}
.slider-for__photo { padding-top: 60%; background-size: contain; }
a.slider-nav__photo { padding-top: 60%; background-size: contain; }

.slider-nav__cell.slick-current,
.slider-nav__cell.slick-active_now {
  display: block; border-radius: 4px;
}
.slider-nav__cell.slick-current {
  background-color: rgba(0,176,236,0.20);
}
.slider-nav__cell.slick-active_now {
  background-color: rgba(0,176,236,0.00);
}

.slider-for__photo,
.slider-nav__photo {
	background-color: #f1f1f1;
}

@media print, screen and (min-width: 992px) {
  .slider-nav__cell.slick-current {
    background-color: rgba(0,176,236,0.00);
  }
  .slider-nav__cell.slick-active_now {
    background-color: rgba(0,176,236,0.20);
  }
}

.slider-nav .slick-arrow {
	display: block;
	overflow: hidden; text-indent: -9999px;
	margin: -30px 0 0 0;
	padding: 0;
	background-color: #fff;
	border: none;
	border-radius: 0;
	outline: none;
	font-size: 1em; line-height: 120px;
	font-family: inherit;
	font-weight: inherit;
	position: absolute; top: 50%;
	width: 40px; height: 60px;
	z-index: 900;
	background-color: rgba(13,71,157,1.00);
}
.slider-nav .slick-arrow::before {
	display: block;
	overflow: hidden; text-indent: 0;
	margin: auto; padding: 0; font-size: 2.0em; line-height: 40px;
	position: absolute; top: 0; left: 0; bottom: 0; right: 0;
	width: 40px; height: 40px;
	font-family: FontAwesome; color: #fff;
	font-weight: normal;
}

.slider-nav .slick-prev.slick-arrow { left: 0; border-radius: 0 2px 2px 0; }
.slider-nav .slick-prev.slick-arrow::before { content: "\f104"; }
.slider-nav .slick-next.slick-arrow { right: 0; border-radius: 2px 0 0 2px; }
.slider-nav .slick-next.slick-arrow::before { content: "\f105"; }






.portfolio-detail-map { height: 300px; }

@media print, screen and (min-width: 768px) {
	.portfolio-detail-map { height: 500px; }
}
