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

	Title: portfolio.css
	Created: 2019-2-15

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

	portfolio-category
	list
	detail
	data
	review
	panoramaview

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

	portfolio-category

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

	map

=========================================================== */
/* map
----------------------------------------------------------- */
.map {
	position: relative;
	height: 580px;
}
.map.js--map--first {
}
@media screen and (max-width: 1200px) {
	.map {
		height: auto;
	}
	.map.js--map--first {
		padding: 0;
	}
}

/* map__cover
----------------------------------------------------------- */
.js--map--first .map__cover {
	opacity: 1;
	z-index: 1;
	transition: .0s ease-in-out;
}
.map__cover {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 580px;
	background-color: #fff;
	display: flex;
	align-content: center;
	transition: .3s ease-in-out;
}
@media screen and (max-width: 1200px) {
	.map__cover {
		display: none;
	}
}

/* map__tab
----------------------------------------------------------- */
.map ul.map__tab  {
	margin: 0 0 15px;
}
.map ul.map__tab > li > a {
	padding: 15px 5px;
	text-align: center;
}
@media all and (-ms-high-contrast:none) {
	.map ul.map__tab > li > a {
		padding: 17px 5px 13px;
	}
}
.map ul.map__tab > li > a::after {
	display: none;
}

/* js--map--first
----------------------------------------------------------- */
@media screen and (min-width: 1201px) {
	.map.js--map--first {
		height: 500px;
	}
	.map.js--map--first .map__tab {
		position: absolute;
		z-index: 2;
		width: 100%;
		opacity: 1;
	}
	.map.js--map--first .map__tab::after {
		display: none;
	}
	.map.js--map--first .map__tab li {
		position: absolute;
		width: auto;
	}
	.map.js--map--first .map__tab li a.current {
		border: none;
		color: #fff;
		background-color: #aa9359;
	}
	.map.js--map--first .map__tab li.map__tab--top,
	.map.js--map--first .map__tab li.map__tab--zenkoku {display: none;}
	.map.js--map--first .map__tab li.map__tab--tokyo-main {top: 265px; right: 15px;}
	.map.js--map--first .map__tab li.map__tab--tokyo {top: 325px; right: 15px;}
	.map.js--map--first .map__tab li.map__tab--osaka {top: 265px; left: 0;}
	.map.js--map--first .map__tab li.map__tab--other {top: 325px; left: 0;}
	.map.js--map--first .map__tab a {
		width: 280px;
		height: 50px;
		transition: all 0s;
	}
}

/* map__gm
----------------------------------------------------------- */
.map__gm {
	float: left;
	width: 650px;
	height: 500px;
	transition: all 0.5s;
}
.js--map__list--close .map__gm {
	width: 860px;
}
@media screen and (max-width: 1200px) {
	.map__gm {
		float: none;
		width: 100%;
	}
}

/* map__list
----------------------------------------------------------- */
.map__list {
	float: right;
	width: 250px;
	height: 500px;
	padding: 40px 20px;
	background-color: #fff;
	border: solid 1px #ddd;
    overflow-y: auto;
    -ms-overflow-style:none;
	transition: all 0.5s;
}
.map__list::-webkit-scrollbar{
    display:none;
}
@media screen and (max-width: 1200px) {
	.map__list {
		display: none;
	}
}
.js--map__list--close .map__list {
	width: 40px;
	padding: 40px 0 0 38px;
	overflow: hidden;
	white-space: nowrap;
}
.map__list li {
	border-bottom: dotted 1px #ddd;
	color: #111;
	margin: 0;
}
.map__list a {
	padding: 5px 10px;
	margin: 0;
	display: block;
}
.map__list a:link,
.map__list a:visited {
	color: #000;
	text-decoration: none;
	transition: all 0.5s;
}
.map__list a:hover {
	color: #fff;
	background-color: #aa9359;
}
/* map__list-switch */
.map__list-switch {
	position: absolute;
	top: 135px;
	right: 0;
	width: 40px;
	height: 40px;
	background-color: #fff;
	cursor: pointer;
	transition: all 0.5s;
	border: solid 1px #ddd;
}
.map__list-switch:hover {
	background-color: #aa9359;
}
.map__list-switch::before,
.map__list-switch::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	height: 2px;
	background-color: #aa9359;
	transition: all 0.2s;
}
@media all and (-ms-high-contrast:none) {
	.map__list-switch {
		top: 71px;
	}
	.map__list-switch::before,
	.map__list-switch::after {
		top: 51%;
	}
}
.map__list-switch:hover::before,
.map__list-switch:hover::after {
	background-color: #fff;
}
.js--map__list--open .map__list-switch::before,
.js--map__list--open .map__list-switch::after {
	width: 25px;
}
.js--map__list--open .map__list-switch::before {
	transform: rotate(135deg);
	margin-left: -12px;
}
.js--map__list--open .map__list-switch::after {
	transform: rotate(-135deg);
	margin-left: -12px;
}
.js--map__list--close .map__list-switch::before,
.js--map__list--close .map__list-switch::after {
	width: 15px;
}
.js--map__list--close .map__list-switch::before {
	transform: rotate(135deg);
	margin-left: -8px;
	margin-top: -7px;
}
.js--map__list--close .map__list-switch::after {
	transform: rotate(-135deg);
	margin-left: -8px;
	margin-top: 3px;
}

/* map-info
----------------------------------------------------------- */
.map-info {
	text-align: center;
	max-width: 200px;
}
.map-info p {
	margin-bottom: 10px;
}

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

	list

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

/* portfolio-list-data
----------------------------------------------------------- */
.portfolio-list-data thead th:last-child {
    border-right: none;
}
.portfolio-list-data__area {
	color: #fff;
}
.portfolio-list-data tbody tr:last-child .portfolio-list-data__area {
	background-color: rgba(35, 43, 79, 0.60);
}

/* category-selector
----------------------------------------------------------- */
.category-selector {
	display: flex;
}
.category-selector__cell {
	margin-right: 1em;
}
.contents-style .category-selector__cell input.input-ui__button {
	background-color: #aa9359;
	border: none;
}
.contents-style .category-selector__cell input.input-ui__button:hover {
	background-color: #aa9359;
	color: #fff;
}
.contents-style .category-selector__cell input.input-ui__button.input-ui__button--sub {
	background-color: #fff;
	border: solid 1px #aa9359;
	color: #aa9359;
	cursor: pointer;
}
.contents-style .category-selector__cell input.input-ui__button.input-ui__button--sub:hover {
	background-color: #aa9359;
	color: #fff;
}
.contents-style .category-selector__cell .category-selector__cell input.input-ui__button:hover {
	background-color: #aa9359;
	color: #fff;
}

/* portfolio-list
----------------------------------------------------------- */
.portfolio-list th,
.portfolio-list td {
	padding: 0.5em !important;
}
@media all and (-ms-high-contrast:none) {
	.portfolio-list th,
	.portfolio-list td {
		padding: 0.6em 0.5em 0.4em !important;
	}
}
.portfolio-list tfoot td { text-align: right; }
.portfolio-type {
}
.portfolio-type__name {
}
.portfolio-type__add {
	width: 12% !important;
}
.portfolio-type__form {
	width: 12% !important;
}
.portfolio-type__floor,
.portfolio-type__lease,
.portfolio-type__date,
.portfolio-type__pml,
.portfolio-type__price,
.portfolio-type__ratio {
	width: 1%;
	text-align: right;
	white-space: nowrap;
}

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

	detail

=========================================================== */
.pagenation-portfolio-detail--head {
}
.pagenation-portfolio-detail--foot {
}

/* pagenation
----------------------------------------------------------- */
.pagenation-portfolio-detail {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
	margin: 0 0 30px !important;
}
.pagenation-portfolio-detail li {
    position: absolute;
    top: 0;
    width: 280px;
}
.pagenation-portfolio-detail li.pagenation-portfolio-detail__next {
    right: 0;
}
.pagenation-portfolio-detail li.pagenation-portfolio-detail__prev {
    left: 0;
}
.pagenation-portfolio-detail li.pagenation-portfolio-detail__top {
    left: 50%;
    margin-left: -165px;
    width: 330px;
}
.pagenation-portfolio-detail li a {
    text-align: center;
    display: block;
    border: solid 1px #ccc;
    position: relative;
    text-decoration: none;
    color: #111;
}
.pagenation-portfolio-detail li a:hover {
    color: #fff;
    text-decoration: none;
    border-color: transparent;
    background-color: #aa9359;
    opacity: 1;
    text-decoration: none;
}
.pagenation-portfolio-detail li.pagenation-portfolio-detail__next a:after, .pagenation-portfolio-detail li.pagenation-portfolio-detail__prev a:before {
    position: absolute;
    content: " ";
    top: 50%;
    width: 6px;
    height: 6px;
    margin: -3px 0 0;
    border-top: 1px solid #aa9359;
    border-right: 1px solid #aa9359;
}
.pagenation-portfolio-detail li.pagenation-portfolio-detail__next a:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 20px;
}
.pagenation-portfolio-detail li.pagenation-portfolio-detail__prev a:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    left: 20px;
}
.pagenation-portfolio-detail li.pagenation-portfolio-detail__next a:hover:after, .pagenation-portfolio-detail li.pagenation-portfolio-detail__prev a:hover:before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
@media screen and (max-width: 1200px) {
	.pagenation-portfolio-detail {
		height: auto;
		margin: 0 0 20px !important;
	}
	.pagenation-portfolio-detail li {
		position: relative;
		top: inherit;
		width: 100%;
	}
	.pagenation-portfolio-detail li.pagenation-portfolio-detail__next {
		right: inherit;
	}
	.pagenation-portfolio-detail li.pagenation-portfolio-detail__prev{
		left: inherit;
	}
	.pagenation-portfolio-detail li.pagenation-portfolio-detail__top {
		left: inherit;
		margin-left: 0;
		width: 100%;
	}
}

/* portfolio-title
----------------------------------------------------------- */
.portfolio-title h2 {
	margin: 0 0 10px;
	border: none;
	color: #000;
	font-size: 2.8rem;
}
.portfolio-title h2::after {
	display: none;
}
.portfolio-title .portfolio-title__sticker {
	display: none;
	color: #fff;
	text-align: center;
	background-color: #000;
	width: 80px;
	padding: 0.3em 0.5em;
	margin-right: 0.8em;
	white-space: nowrap;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
	line-height: 1;
}
@media screen and (max-width: 767px) {
	.portfolio-title h2 {
		line-height: 1.4;
		font-size: 2.0rem;
	}
	.portfolio-title .portfolio-title__sticker {
		width: 40px;
		padding: 0.2em;
		margin-right: 0.4em;
	}
}

/* detail slider
----------------------------------------------------------- */
/* bxslider-detail-warp */
.bxslider-detail-warp {
	width: 48%;
	float: left;
}
.bxslider-detail-warp:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.bxslider-detail-warp { zoom:1; }
/* bx-wrapper  */
.bx-wrapper {
	margin: 0 0 10px;
}
/* bxslider-detail */
.bxslider-detail {
}
.bxslider-detail li {
	text-align: center;
	margin: 0;
	padding: 0 !important;
	background-color: #f0f0f0;
	padding: 3px;
	display: table;
	justify-content: center;
	align-items: center;
}
.bxslider-detail li span {
  height: 500px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.bxslider-detail li img {
	width: auto;
	max-height: 500px;
	vertical-align: middle;
}
.bxslider-detail-warp .bx-controls {
	display: none;
}
@media screen and (max-width: 767px) {
	.bxslider-detail-warp {
		width: 100%;
		float: none;
	}
	.bxslider-detail li span {
		height: 320px !important;
		padding: 20px;
	}
	.bxslider-detail li img {
		max-height: 280px;
	}
}
/* 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: #fff;
}
#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.2;
}

@media screen and (max-width: 1200px) {
	#bx-pager {
		width: 100%;
		height: 50px;
		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: #aa9359 !important;
		margin: 0;
	}
}
/* detail-map
----------------------------------------------------------- */
.detail-map {
	float: right;
	width: 48%;
	position: relative;
}
.contents-style .detail-map h2 {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 0 !important;
	padding-top: 0 !important;
	border: none;
	background-color: #aa9359;
	font-size: 1.4rem;
	letter-spacing: 0.2em;
	padding: 6px 30px !important;
	color: #fff;
	display: inline-block;
}
.contents-style .detail-map h2::after {
	display: none;
}
.contents-style .detail-map figure {
	background-color: #f0f0f0;
	height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	margin: 0 0 20px;
}
.contents-style .detail-map figure img {
	width: auto;
    height: 385px;
}
@media screen and (max-width: 1200px) {
	.detail-map {
		float: none;
		width: 100%;
	}
	.contents-style .detail-map figure img {
		width: auto;
		height: auto;
	}
}
@media screen and (max-width: 767px) {
	.contents-style .detail-map figure {
		height: auto;
	}
}

/* portfolio-spec
----------------------------------------------------------- */
.portfolio-spec {
	padding: 20px 0 0;
}

/* link-list
----------------------------------------------------------- */
.link-list li {
	background: url(../img/global/icon_blank_a.png) 0 50% no-repeat;
	background-size: 9px auto;
	border-bottom: dotted 1px #ddd;
	margin: 0;
	padding: 10px 0 10px 20px;
}
.link-list li a {
	display: block;
}
.link-list li a:link, .link-list li a:visited {
	text-decoration: none;
}
.link-list li a:hover {
}
.link-list li img {
	margin: 0 0 0 5px;
	vertical-align: text-bottom;
}
/* ===========================================================

	data

=========================================================== */
/* portfolio-summary
----------------------------------------------------------- */
.portfolio-summary {
    display: flex;
    justify-content: space-between;
	margin: 0 -10px;
}
.portfolio-summary dl {
    position: relative;
    width: 100%;
    padding: 25px 10px 20px;
    margin: 0 10px 20px;
	background-color: #f0f0f0;
    text-align: center;
}
.portfolio-summary dt {
	margin: 0;
	position: relative;
}
.portfolio-summary em {
    color: #aa9359;
    font-size: 4.0rem !important;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-right: 0.1em;
}
@media screen and (max-width: 1200px) {
	.portfolio-summary {
		display: block;
		margin: 0;
	}
	.portfolio-summary dl {
		width: 100%;
		display: flex;
		justify-content: center;
    	align-items: flex-end;
    	padding: 20px;
		margin: 0 0 10px;
	}
	.portfolio-summary dt {
		padding: 0 1em;
	}
}
@media screen and (max-width: 767px) {
	.portfolio-summary dl {
		display: block;
	}
}

/* portfolio-column
----------------------------------------------------------- */
.portfolio-column .column__cell {
	position: relative;
	padding: 0 20px 90px;
}

.portfolio-column .core-area {
	border: none !important;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: auto;
	margin: 0 20px;
}
.portfolio-column .core-area th {
	text-align: center;
	color: #111;
	background-color: #fff;
	border: none !important;
    border: solid 3px #e5e5e5 !important;
	padding: 0.3em;
}
.portfolio-column .core-area em {
    color: #aa9359;
    font-size: 4.0rem;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-right: 0.1em;
}

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

	review

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

/* rate_table  review-table
----------------------------------------------------------- */
#rate_table {
	table-layout: fixed;
}
#rate_table th:first-child{
	width: 20%;
}
.review-table td:last-child {color: #111; background-color: rgba(35, 43, 79, 0.10); }

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

	panoramaview

=========================================================== */
/* panoramaview-list
----------------------------------------------------------- */
.panoramaview-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}
.panoramaview {
	position: relative;
}
.panoramaview-list .panoramaview-cont {
	margin: 0 20px 30px;
	width: 430px;
} 
.panoramaview iframe {
	width: 100%;
}
.panoramaview-list__name {}
.panoramaview-list__maximize-button {
	position: absolute;
	top: 5px;
	right: 5px;
}
.panoramaview-list__maximize-button a {
	display: block;
	width: 32px;
	height: 32px;
	background: url(../../_common/vt_skin_v2.0/graphics/viewspace/Maximize.png);
	background-size: cover;
	/*Scott Kellum Method */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
@media screen and (max-width: 1200px) {
	.panoramaview-list .panoramaview-cont {
		width: calc(50% - 40px);
	}
	.panoramaview-list .panoramaview iframe {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.panoramaview-list {
		flex-direction: column;
		margin: 0;
	}
	.panoramaview-list .panoramaview-cont {
		width: 100%;
		margin: 0 0 20px;
	}
}
