@charset "utf-8";

.ivex-location-info {
    position: relative;
}

.ivex-location-info .mapDiv { 
	position: absolute; top: 0; right: 0; left: 0; bottom: 0;
	max-width:99.6%;min-width:99.6%;
	max-width:100%;min-width:100%;
}
.ivex-location-info .map-info {}
.ivex-location-info .map-info::after { display: block; content: ""; clear: both; }

.ivex-location-info .map-info .map-set { 
	position: relative; 
	z-index: 1; 
	width: auto;
	max-width:500px; 
	float: left; 
	background: rgba(255,255,255,.8);
	table-layout: fixed; 
	display: table; 
}

.ivex-location-info .map-info .map-set .map-set-text-box {
	width: 100%; 	
	padding: 40px 40px 30px;
}
@media screen and (max-width: 1280px) {
	.ivex-location-info .map-info .map-set .map-set-text-box {
		padding: 0px 0px 0px;
		text-align:center;
	}
}

.ivex-location-info .map-info .map-set .map-set-text-box .line-box { border-top: 1px solid #ccc; padding: 20px 0 20px 60px; }
.ivex-location-info .map-info .map-set .map-set-text-box .line-box > span { display: inline-block; padding-right: 10px; }
.ivex-location-info .map-info .map-set .map-set-text-box .line-box.tel { background-size: cover; background: url(/imgs/location/icon_tel.png) no-repeat center left; }
.ivex-location-info .map-info .map-set .map-set-text-box .line-box.time { background-size: cover; background: url(/imgs/location/icon_time.png) no-repeat center left; }

.map-set {
	/*font-family:"Gothic A1",serif;*/
}
.map-set .comp-name {
	font-size:18px;
	line-height:140%;
	font-weight:500;
	color:rgba(0,0,0,1);
}
.map-set .comp-name-en {
	font-size:26px;
	line-height:140%;
	font-weight:600;
	color:rgba(90,10,15,1);
	color:rgba(140,80,80,1);
	font-family:"Bodoni Moda",serif;
}
.map-set .addr {
	line-height:170%;
	font-size:16px;
	font-weight:600;
}
.map-set .map-set-info-tit {
	font-size: 20px;
    font-weight: 700;
}
.map-set .map-set-info-desc {
	font-size: 16px;
}
.map-set strong {
	font-weight:600;
	margin-right:10px;
}
.map-set .map-set-info-contact {
    position: relative;
}
/*
@media screen and (max-width: 1280px) {
	.ivex-location-info .mapDiv {
		position:relative;margin-top:0px;min-height:520px;
	}
	.ivex-location-info .map-info {position:absolute;bottom:60px;}
}*/
@media screen and (max-width: 1280px) {
	.ivex-location-info .mapDiv {
		position:relative;margin-top:0px;min-height:520px;
	}
	.ivex-location-info .map-info {position:relative;bottom:auto;}
	.ivex-location-info .map-info .map-set { 
		width:100%;
		max-width:inherit; 
	}
}
@media screen and (max-width: 1024px) {
	.ivex-location-info .mapDiv {
		position:relative;margin-top:0px;min-height:420px;
	}
}
@media screen and (max-width: 425px) {
	.ivex-location-info .map-info .map-set .map-set-text-box {
		padding: 0px 20px 0px;
	}
}



.ivex-article-head {
	position: relative;
	text-align: center; 
	padding-top: 100px;
	font-size:16px;
}

.ivex-article-head:before {
	display: block;
 	background:rgba(90,10,15,.4);
    width: 1px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 50%;
    content: '';
}

.ivex-article-head .h1 {
	position:relative;
	font-size: 2.500em;
	letter-spacing:0px; 
	color:rgba(140,80,80,1);
	text-align:center;
    line-height: 130%;
    font-weight: 600;
}
.ivex-article-head .bar {
	display:inline-block;
	border-top:1px solid rgba(90,10,15,.4);
	border-bottom:1px solid rgba(90,10,15,.4);
	padding:10px 0 13px;
	margin-top:10px;
}
.ivex-article-head .italic {
	font-style:italic;
}
.ivex-article-head .h1 strong {
	font-weight:500;
}

.ivex-article-head .h2 {
	font-size: 1.250em; 
	font-style: normal; 
	letter-spacing: 2px;
	line-height: 150%; 
	color:rgba(90,10,15,1);
}
.ivex-article-head .h3 {
	font-size: 1.000em; 
}


@media screen and (max-width: 768px) {
	.ivex-article-head {
		font-size:13px;
	}
}
@media screen and (max-width: 480px) {
	.ivex-article-head {
		padding-top: 80px;
		font-size:11px;
	}
	.ivex-article-head:before {
		width: 1px;
		height: 50px;
	}
	.ivex-article-head .h3 {
		font-size: 15px; 
	}
}
@media screen and (max-width: 375px) {
	.ivex-article-head {
		font-size:9px;
	}
}

.ivex-location-area {
	position:relative;
	width:100%;
	display: flex;
	background:#fff;
	font-family:"Gothic A1",serif;
	/*border:1px solid rgba(245,245,245,1);*/
}
.ivex-location-area .location-l {
	position: sticky;
	top:100px;
	width: 45%;
	align-self: flex-start;
	vertical-align:top;
	box-sizing: border-box; 
	/*padding:40px;
	background:rgba(245,245,245,1);*/
}
.ivex-location-area .location-r {
	position:relative;
	width: 55%;
    box-sizing: border-box;
	vertical-align:top;
	padding-left:80px;
}

@media screen and (max-width: 1024px) {
	.ivex-location-area {
		 flex-direction: column;
	}
	.ivex-location-area .location-l {
		position:static;
		padding: 0px 0px; 
		width: auto;
		width: 100%;
	    height: auto;
		border:none;
		margin:0 auto;
	}
	.ivex-location-area .location-r {
		padding: 0px 0px; 
		width: 100%;
	}
}

.ivex-location-tit {
	position:relative;
	color:rgba(90,10,15,1);
	font-size:20px;
	line-height:40px;
	padding-left: 25px;
	font-weight:600;
}
.ivex-location-tit:before {
	content:'';
	display:inline-block;
	width:15px;height:2px;
	background:rgba(90,10,15,1);
	position:absolute;
	top:50%;
	left:2px;
}
@media screen and (max-width: 768px) {
	.ivex-location-tit {
		margin:0px 0 0px;
		text-align:center;
		padding:60px 0 0;
	}
	.ivex-location-tit:before {
		width:1px;
		height:40px;
		top:0;left:50%;
	}
}

.ivex-location-area .mapInner {border:1px solid rgba(245,245,245,1);}
.ivex-location-area .mapInner img {position:relative;width:100%;}


.location-item {
	position:relative;
	display:block;	
	overflow:hidden;
	
	font-size:16px;
}
.location-selector {
    position: relative;
    display: block;
    padding: 20px 20px;
	border-bottom:1px solid #ccc;
	/*border-top:1px solid #ccc;*/
}
.location-item:first-child .location-selector {
	/*border-top:1px solid #ccc;*/
}
.location-item.open .location-selector {
	border-color:#000;
	border-color:rgba(250,250,250,1);
}
/*.location-item:nth-child(2n) .location-selector {
	background:rgba(245,245,245,1);
}*/

.location-item.open .location-selector {
	background:rgba(250,250,250,1);
}

.location-selector .location-selector-in {
	position:relative;
	display:table;
	vertical-align:top;
	width:100%;
	padding-top:0px;
}

.location-selector .title {
	position:relative;
	display:table-cell;
	line-height:100%;
	width:auto;
	vertical-align:middle;
}

.location-selector .updown {
	position: relative;
	display:table-cell;
	width:30px;
	text-align:right;
	line-height:100%;
}

.location-selector .updown i:before {
	position: relative;
	top:5px;
    font-size:1.250em;
	font-family: "Black Tie";
	font-weight: 900;
	-webkit-font-smoothing: antialiased; text-indent: 0; -moz-osx-font-smoothing: grayscale; 
	content: "\f01c";
	color:rgba(90,10,15,1);
}

.location-item.open .updown i:before {
	font-weight: 400;
	content: "\f022"
}

.location-contents {
	position:relative;
	display:none;
	font-size:16px;
	background:#fff;
	padding:20px 20px 30px;
}

.location-item .info-tit {
	position:relative;
	padding:20px;
	border-top:1px solid #ccc;
	
}
.location-item .info-ico {
	position:relative;
	display:block;
	color:#000;
	font-weight:500;
	font-size:18px;
	padding: 0px 0px 0px 40px; 
	background-image: url(/imgs/location/ico_car_ivex.png);
	background-size: 28px;
	background-repeat:no-repeat;
	background-position:0px center;
	height:28px;
	line-height:30px;
}

.location-item .info-ico-subway {
	background-image: url(/imgs/location/ico_subway_ivex.png);
}
.location-item .info-ico-air {
	background-image: url(/imgs/location/ico_air_ivex.png);
}

.location-item .info-ico-car {
	background-image: url(/imgs/location/ico_car_ivex.png);
}

.location-item .info-ico-bus {
	background-image: url(/imgs/location/ico_bus_ivex.png);
}
.location-item .info-ico-parking {
	background-image: url(/imgs/location/ico_parking_ivex.png);
}

@media screen and (max-width: 480px) {
	.location-selector {
		padding: 20px 20px;
	}
	.location-contents {
		padding:20px 20px 30px;
	}
}

.link-box-out {
	position: relative;
	width: 100%; 
    border: 1px solid rgba(245,245,245,1);
	border-top:none;
	box-sizing: border-box; 
	padding: 40px; 
	/*background:rgba(245,245,245,1);*/
}
.link-box-area .h3 {
	line-height: 100%;
	font-weight: 600;
	margin-left:3px;
}

.link-box-area {
	display: flex; 
	justify-content: space-between; 
	/*align-items: flex-end;*/
}
.link-box-area .link-box-l {
    flex-grow: 1;
}

.link-box-area .link-box-r {
    width: auto;
}
.location-down-link {
	position:relative;
	width:100%;
	padding-right:80px;
}
.location-down-btn {
	position: relative;
	width:calc(50% - 4px);
	line-height: 42px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: .05em;
	padding: 0; 
	background:rgba(255,255,255,1);
	color:rgba(51,51,51,1);
	border:rgba(205,205,205,1) 1px solid;
	display: inline-block;
	
}
.location-down-btn:after {
	position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    display: block;
    font-size: 14px;
    font-family: 'themify';
    font-weight: normal;
	line-height: 42px; 
}
.location-down-btn.print:after {content: "\e681";}
.location-down-btn.download:after {content: "\e6a7";  }
.location-down-btn.on { 
	color:#fff;
	background:rgba(140,80,80,1);
	border-color:rgba(140,80,80,1);
}
.location-down-btn:hover { 
	color:#fff;
	background:rgba(90,10,15,1);
	border-color:rgba(90,10,15,1);
}
.location-parking-guide {
}
.location-parking-guide img {
	position:relative;
	width:100%;
}

@media screen and (max-width: 768px) {
	.link-box-out {
		padding: 40px 20px; 
		text-align:center;
		
		background:#fff;
		border: none;
	}
	.link-box-area {
		flex-direction: column;
		
	}
	.location-down-link {
		padding-right:0px;
	}
	.link-box-area .link-box-r {
		width: 100%;
		border-top: 1px solid #ccc;
	}
}
@media screen and (max-width: 480px) {
	.link-box-out {
		padding: 30px 20px; 
	}
	.location-down-btn {
		width:calc(100%);;
		margin-bottom:10px;
	}
}

#hashPage {position:relative;width:100%;padding:0px 0 60px;font-size:0;}
#hashSelect {
	display:block;
	font-size: 15px; 
	text-align:left;
	padding:0px 15px 0px 20px;	
	line-height:40px;
	background:rgba(45,30,20,1);
	color: rgba(230,200,160,1);
	display:none;
}
#hashSelect .select-txt {
	position: relative;
	float: left;
	top: 2px;
}
#hashSelect .home {
	position: relative;
	float: left;
	top: 2px;
}
#hashSelect .updown {
	position: relative;
	float: right;
	top: 2px;
}

#hashSelect .updown i:before {
    font-size: 22px;
    color: rgba(230,200,160,1);
	font-family: 'themify'; 
	-webkit-font-smoothing: antialiased; text-indent: 0; -moz-osx-font-smoothing: grayscale; 
	content: "\e65f";
}

#hashSelect.open .updown i:before {
	content: "\e65c";
}


#hashPage ul {position:relative;margin: 0px 0px 0px;text-align:center;display:block;z-index:100;}
#hashPage ul li { 
	margin: 0px 0 0px;
	position:relative;
	display: inline-block; 
	*display: inline;*zoom: 1; 
	text-align: center; 
	position: relative;
	
}

#hashPage ul li a {
	display: block; 
	color: rgba(90,10,15,1);
	font-size: 16px; 
	font-weight:300; 
	letter-spacing: 0;  position: relative; 
	padding:0px 40px 0px;	
	line-height:46px;
	overflow:hidden;
	margin:0 8px;
	white-space:nowrap;text-overflow:ellipsis;
	/*-webkit-border-radius: 50px; 
	   -moz-border-radius: 50px; 
		    border-radius: 50px;*/
	background:rgba(255,255,255,1);
	border:rgba(90,10,15,1) 1px solid;
	font-family:"Gothic A1",serif;
}
#hashPage.bg1 ul li a {
	/*border:rgba(50,35,30,0) 2px solid;*/
	border:rgba(230,200,160,.4) 1px solid;
}
#hashPage ul li:first-child a {
	margin-left:0;
}
#hashPage ul li:last-child a {
	margin-right:0;
}

#hashPage ul li a:hover {
	color:rgba(255,255,255,1);
	background:rgba(90,10,15,1);
	border:rgba(90,10,15,1) 1px solid;
	
}


#hashPage ul li.on a { 
	background:rgba(90,10,15,1);
	border:rgba(90,10,15,1) 1px solid;
	color: rgba(255,255,255,1);
	-moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
	z-index:20;
	/*border:none;*/
}
#hashPage ul li.on a:hover {
	background:rgba(90,10,15,1);
	border:rgba(90,10,15,1) 1px solid;
	color: rgba(255,255,255,1);
}
#hashPage ul li .arrow {
	z-index:10;
	position: absolute;bottom:-18px;left:50%;margin-left:-11px;background:none;width:22px;height:22px;
	-moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
	display:none;
}
#hashPage ul li.on .arrow {background:rgba(230,200,160,1);}

@media screen and (max-width: 1024px) {
	#hashPage ul li a {
		margin:0 3px;
	}
}
@media screen and (max-width: 768px) {
	#hashPage {padding:0px 0px 60px; margin-bottom:0px;/*background:rgba(255,246,237,1);*/}
	#hashPage ul {margin: 0px 0px 0px;}
	#hashPage ul li a {
		/*font-size: 14px;
		padding:0px 20px 0px;*/
	}
}
@media screen and (max-width: 640px) {
	#hashPage {padding:20px 0px 40px;}
	#hashPage ul {margin: 0px 0px 0px;}
	#hashPage ul li a {
		font-size: 14px;
		padding:0px 25px 0px;
	}
}