/* CSS Document */

.caption{
	clear: both;
	margin-top: 2em;
	padding: 15px;
	background: #f2f2f2;
	line-height: 1.4em;
	}
	.caption p+p{
		margin-top: 0.5em;
		}
.thumb{
	padding-top: 66.6%;
	}

li .thumb{
	padding-top: 50%;
	}

#vegas{
	padding-bottom: 4em;
	}
	#vegas .wrap:nth-of-type(1){
		height: 30vw;
		}

#architectOffice{}
	#architectOffice figure>figure{
		overflow: hidden;
		}

.slick-list{}
	.slick-list img{
		width: 100%;
		height: auto;
		vertical-align: top;
		}
.slick-dotted{
	margin-bottom: 30px;
	}
.slick-dots{
	position: absolute;
	bottom: -30px;
	width: 100%;
	text-align: center;
	}
	.slick-dots li{
		display: inline-block;
		padding: 0 5px;
		}
	.slick-dots button{
		width: 15px;
		height: 15px;
		padding: 0;
		background: #ccc;
		border: none;
		border-radius: 100%;
		font-size: 0;
		text-indent: -999px;
		}
		.slick-dots button:hover,
		.slick-dots button:active{
			cursor: pointer;
			}
	.slick-dots .slick-active button{
		background: #0068b7;
		}
.slick-arrow{
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	padding: 5px;
	background: #0068b7;
	font-size: 20px;
	z-index: 1;
	text-align: center;
	}
	.slick-arrow:hover,
	.slick-arrow:active{
		cursor: pointer;
		}
	.slick-arrow svg{
		fill: #fff;
		}
.slick-prev{
	left: 0;
	}
.slick-next{
	right: 0;
	}

.thumb-item{
	float: left;
	width: 80%;
	}
	.thumb-item .icon-arrow-left{
		left: 0;
		}
	.thumb-item .icon-arrow-right{
		right: 0;
		}
.thumb-item-nav{
	float: right;
	width: 17.5%;
	}
	.thumb-item-nav i{
		position: static;
		display: block !important;
		width: 100%;
		margin: 0 1px;
		}

.bx-wrapper{
	position: relative;
	text-align: center;
	}
	.bx-wrapper .bx-has-pager{
		height: 0;
		}
	.bx-wrapper .bx-controls-direction{
		position: absolute;
		left: 0;
		top: 50%;
		width: 100%;
		height: 0;
		margin: auto;
		}
		.bx-wrapper .bx-controls-direction a{
			width: 40px;
			height: 40px;
			margin-top: -20px;
			color: #0068b7;
			font-size: 40px;
			text-indent: 0;
			text-align: center;
			}
			.bx-wrapper .bx-controls-direction a:hover,
			.bx-wrapper .bx-controls-direction a:active{
				opacity: .7;
				text-decoration: none;
				}
			.bx-wrapper .bx-controls-direction svg{
				fill: #fff;
				}
		.bx-wrapper .bx-prev{
			float: left;
			}
		.bx-wrapper .bx-next{
			float: right;
			}
	.bx-wrapper .bx-pager{
		position: absolute;
		width: 100%;
		bottom: 5px;
		}
		.bx-wrapper .bx-pager-item{
			display: inline-block;
			margin: 0 5px;
			}
			.bx-wrapper .bx-pager-item a{
				display: block;
				width: 10px;
				height: 10px;
				border-radius: 100%;
				background: #ccc;
				text-indent: -100px;
				font-size: 0;
				overflow: hidden;
				}
			.bx-wrapper .bx-pager-item a:hover,
			.bx-wrapper .bx-pager-item a:active{
				background: #595857;
				}
			.bx-wrapper .bx-pager-item a.active{
				background: #0068b7;
				}


/* for all */
@media (max-width: 1199px) {
/*1199px以下*/
}
@media (max-width: 991px) {
/*991px以下*/
}


/* for mobile */
@media (max-width: 767px) {
/*768px以下*/
}
@media (max-width: 767px) and (orientation:portrait) {
/*767px以下 縦向き*/
}
@media (max-width: 767px) and (orientation:landscape) {
/*767px以下 横向き*/
}


/* for TabletPC */
@media (min-width: 768px) {
/*768px以上*/
}
@media (min-width: 768px) and (max-width: 1199px) {
/*768px～1199px*/
}
@media (min-width: 768px) and (max-width: 991px) {
/*768px～991px*/
}


/* for PC */
@media (min-width: 992px) {
/*992px以上*/
}
@media (min-width: 992px) and (max-width: 1199px) {
/*992px～1199px*/
}
@media (min-width: 1200px) {
/*1200px以上*/
}


/* Edge */
@supports (-ms-ime-align:auto) {
}


/* ie */
@media all and (-ms-high-contrast: none){
}


