@charset "UTF-8";









/*



	/room/



*/









/* ----------------------------------------------------------------------------------------------------



	anchorlink-position



--------------------------------------------------- */

#kitchen,
#bedroom,
#bathroom,
#powderroom,
#balcony-terrace,
#closet-shoecloset,
#restroom,
#washing,
#other {
    margin-top: -30px !important;
    padding-top: 60px;
	}









/* ----------------------------------------------------------------------------------------------------



	floor-plan



--------------------------------------------------- */

#floor-plan {
	background: #f6f0ee;
	padding: 20px 0;
	max-width: 100%;
	text-align: center;
	position: relative;
	z-index: 100;
	}
	#floor-plan article {
		background: #fff;
		display: inline-block;
		position: relative;
		width: auto;

		-webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
		-ms-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
		box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
		}
		#floor-plan article:after {
			bottom: 5px;
			content: '※ 間取りは一例です。';
			color: #41231a;
			font-size: 13px;
			position: absolute;
			right: 10px;
			}









/* ----------------------------------------------------------------------------------------------------



	detail wrap



--------------------------------------------------- */

#d-wrap {
	margin: 0 auto;
	max-width: 1264px;
	}
	#d-wrap section {}
		#d-wrap section h1 { position: relative; }
		#d-wrap section .d-inner {
			letter-spacing: -0.5em;
			margin: 20px 0 0;
			text-align: left;
			}
			#d-wrap section article {
				background: #f2f2f2;
				color: #41231a;
				display: inline-block;
				letter-spacing: 0;
				margin: 0 0.5% 30px;
				overflow: hidden;
				padding: 0 0 10px;
				vertical-align: top;
				width: 19%;
				}
				#d-wrap section article img {
					width: 100%;
					}
				#d-wrap section article h2 {
					font-size: 18px;
					font-weight: bold;
					padding: 10px;
					}
				#d-wrap section article p {
					font-size: 12px;
					line-height: 1.75em;
					padding: 0 10px;
					}

	.di_movie {
		background: #41231a url(/src/img/common/arrow/right-white-brown-min.png) right center no-repeat;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		padding: 3px 25px 3px 10px;
		}
		#d-wrap section h1 .di_movie {
			display: inline-block;
			font-family: Meiryo, Osaka, メイリオ, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
			font-style: normal;
			left: 0;
			margin: 15px 0 0 180px;
			position: absolute;
			top: auto;
			vertical-align: middle;
			}
			#d-wrap #bathroom h1 .di_movie { margin-left: 180px; }
			#d-wrap #powderroom h1 .di_movie { margin-left: 220px; }

		#d-wrap section article .di_movie {
			float: right;
			margin: 10px 0 0;
			position: relative;
			right: 10px;
			}








/*



	MediaQuery



*/









/* ----------------------------------------------------------------------------------------------------



	1024



--------------------------------------------------- */
@media screen and (max-width: 1024px) {



/*

	floor-plan

--------------------------------------------------- */
	#floor-plan article img { width: 90%; }
	#map-room { display: none; }



/*

	detail wrap

--------------------------------------------------- */
		#d-wrap section {
			padding: 60px 30px;
			text-align: center;
			}
			#d-wrap section h1 { text-align: left; }
			#d-wrap section article { width: 31.33333333333333%; }



}









/* ----------------------------------------------------------------------------------------------------



	640



--------------------------------------------------- */
@media screen and (max-width: 750px) {



/*

	floor-plan

--------------------------------------------------- */
#floor-plan { padding: 100px 0; }
	#floor-plan article { padding: 20px 0 0; }
		#floor-plan article img { width: 100%; }
		#floor-plan article map { display: none; }
		#floor-plan article:after {
		    bottom: 0;
		    display: block;
		    font-size: 11px;
		    padding: 10px;
		    position: relative;
		    right: 0;
		    text-align: right;
			}

		#d-wrap section h1 {
			overflow: hidden;
			padding: 0 20px;
			}
			#d-wrap section h1 img { width: 100%; }

			#d-wrap section article {
				margin: 0 10px 30px;
				opacity: 0.2;
				-webkit-transition-duration: 0.5s;
				-moz-transition-duration: 0.5s;
				transition-duration: 0.5s;
				}
				#d-wrap section article.slick-current,
				#d-wrap section article.slick-active { opacity: 1; }

				#d-wrap section article img { width: 100%; }
				#d-wrap section article h2 { font-size: 15px; }
				#d-wrap section article p { font-size: 12px; }

		#d-wrap section h1 .di_movie {
			bottom: 0.67em;
			left: auto;
			margin: 15px 0 0 0;
			top: auto;
			right: 20px;
			}
			#d-wrap #bathroom h1 .di_movie,
			#d-wrap #powderroom h1 .di_movie { margin-left: 0; }



}