@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------------------------------------------------------------
*  ドミトリー日野のご紹介
* --------------------------------------------------------------------------------------------------*/
/* 
*  ドミトリー第一日野
* --------------------*/
.contentIn {
	width: auto;
}
section .boxStyle01 {
    margin: 0;
}
section .boxImage p {
	margin-top: 15px;
	color: #34918c;
	text-align: center;	
}
#sec01 {
	margin-bottom: 70px;
}
#sec01 .boxImage {
	width: 421px;
}
#sec01 .boxText {
	width: 521px;
	margin-top: -10px;
}
#sec01 .boxText table {
	width: 100%;
}
#sec01 .boxText table th {
	width: 112px;
	vertical-align: top;
}
#sec01 .boxText table th,
#sec01 .boxText table td {
	border-bottom: 1px dotted #b2b2b2;
	padding: 10px 0;
}
#sec02 {
	margin-bottom: 95px;
}
#sec02 .floorPlan{
	text-align: center;
}
#sec03 {
	margin-bottom: 70px;
}
#sec03 .boxStyle01 {
	padding: 0 54px;
}
#sec03 .boxStyle01 .boxImage:nth-child(even) {
	float: right;
}
#sec04 .roomFacilities li {
	float: left;
	width: 300px;
	text-align: center;
	margin-right: 50px;	
	padding: 0 13px;
}
#sec04 .roomFacilities li img {
	margin: auto;
}
#sec04 .roomFacilities li > * {
	display: block;
}
#sec04 .roomFacilities li:nth-child(3n) {
	margin-right: 0;
}
#sec04 .roomFacilities li:nth-child(n+4) {
	margin-top: 68px;
}
#sec04 .roomFacilities li p {
    line-height: 1.6;
}
#sec04 .roomFacilities li span {
	background-color: #34918c;
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
}
#sec04 {
	margin-bottom: 92px;
}
#sec05 {
	/*margin-bottom: 150px;*/
}
#sec05 .boxStyle01 {
	padding: 0 50px 0 20px;
}
#sec05 .boxImage img{
	margin-bottom: 30px;
}
#sec05 .boxStyle01 .boxText dl {
	font-size: 18px;
	line-height: 1;
}
#sec05 .boxStyle01 .boxText dl + dl {
	margin-top: 15px;
}
#sec05 .boxStyle01 .boxText dt {
	color: #fff;
	background-color: #42b8b0;
	display: inline-block;
	vertical-align: middle;
	padding: 5px 15px;
	margin-right: 15px;
}
#sec05 .boxStyle01 .boxText dd {
	display: inline-block;
	vertical-align: middle;
}
#sec05 .boxStyle01 .boxText .txt01 {
	padding-top: 23px;
}
.movieBox {
	width: 870px;
	margin: auto;
	border: 6px solid #f1f1f1;
	background-color: #000;
}
.movieBox iframe {
    margin: auto;
    display: block;
}

/* 2018.5.23 パノラマ写真表示用：ここから */
/* パノラマ写真へのテキストリンク表示部分 */
p.p_pano_link {
	margin:15px auto;
	text-align:center;
}
/* パノラマ写真表示ブロック */
div.pano_block {
	margin:30px auto;
	/* 表示幅は、ブラウザ幅の80% */
	width:80%;
	height:auto;
}
/* レスポンシブ表示用ブロック（外側） */
div.pano_block_res_out {
	/* パノラマ写真の縦横比は、16:9 */
	/* 9/16 = 0.5625 をpadding-topに指定する */
	padding-top:56.25%;
	position:relative;
	width:100%;
	height:100%;
}
/* レスポンシブ表示用ブロック（内側） */
div.pano_block_res_in {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/* 2018.5.23 パノラマ画像表示用：ここまで */

@media screen and (max-width:768px) {
	section {
		margin-bottom: 50px !important;
	}
	section:last-child {
		margin-bottom: 0!important;
	}		
	section .boxImage p {
		margin-top: 8px;
	}
	#sec01 .boxImage {
		width: auto;
	}
	#sec01 .boxText {
		width: auto;
		margin-top: 20px;
	}
	#sec01 .boxText table th {
		width: 80px;
	}
	#sec01 .boxText table th,
	#sec01 .boxText table td {
		padding: 5px 0;
	}
	#sec03 .boxStyle01 {
		padding: 0 27px;
	}
	#sec03 .boxStyle01 .boxImage:nth-child(even) {
		float: none;
	}
	#sec04 .roomFacilities li {
		float: none;
		width: auto;
		margin-right: 0;	
		padding: 0 7px;
	}
	#sec04 .roomFacilities li + li {
		margin-top: 20px !important;
	}
	#sec04 .roomFacilities li:nth-child(n+4) {
		margin-top: 0;
	}
	#sec04 .roomFacilities li span {
		font-size: 15px;
		margin-bottom: 8px;
	}
	#sec04 .roomFacilities li img {
		width: 100%;
	}	
	#sec05 .boxStyle01 {
		padding: 0 10px;
	}
	#sec05 .boxImage img{
		margin-bottom: 15px;
	}
	#sec05 .boxStyle01 .boxText dl {
		font-size: 15px;
	}
	#sec05 .boxStyle01 .boxText dl + dl {
		margin-top: 10px;
	}
	#sec05 .boxStyle01 .boxText dt {
		display: inline-block;
		margin-right: 10px;
	}
	#sec05 .boxStyle01 .boxText .txt01 {
		padding-top: 12px;
	}
	.movieBox {
		width: auto;
	}
	.movieBox iframe {
		width: 100%;
		height: auto;
	}	
}
