/*-----カラー見本-----
濃い緑　　#3e5c1b
明るい緑　#8ec31f
*/

.remains-title{
	width: 100%;
	}

.remains-title span{
	color: #777777;
	font-size: 10pt;
	}
	
.remains-title h2{
	line-height: 9px;
	margin-top: 10px;
	}
	
/*-----地区-----*/
.box-element-genre-l{
	display: inline-block;
	font-size: 10pt;
	color: maroon;
	border: solid 1px maroon;
	border-radius: 7px;
	padding-top: 1px;
	padding-left: 7px;
	padding-right: 7px;
	}
	
.remains-left{
	width: 450px;
	background-color: white;
	margin-top: 10px;
	}

.remains-left a{
	text-decoration: none;
	}

.remains-right{
	width: 450px;
	background-color: white;
	margin-top: 10px;
	}

.image-l{
	width: 100%;
	margin-top: 5px;
	margin-left: 0px;
	}

.box-smallimage{
	display: flex;
	justify-content: space-evenly;
	max-width:450px;
	width: 100%;
	}
	
.image-text{
	text-align: center;
	font-size: 11pt;
	margin-bottom: 10px;
	background-color: white;
	}
	
.image-s{
	max-width: 100px;
	width: 100%;
	margin: 4px;
	}
	
/* 紹介文 */
.box-introduction{
	font-size: 10pt;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 25px;
	}
.box-introduction b{
	color: maroon;
	}
	
/* 詳細情報 */
.box-remains-table{
	max-width: 450px;
	height: 300px;
	border-collapse: collapse;
	font-size: 10pt;
	margin-bottom: 20px;
	margin-right: 5px;
	}
	
.box-remains-table th{
	padding-left: 10px;
	padding-right: 10px;
	border: solid 1px;
	white-space: nowrap;
	}
	
.box-remains-table td{
	border: solid 1px;
	padding: 5px;
	}

.box-remains-table a{
	text-decoration: none;
	color: #3e5c1b;
	}
	
.box-remains-table a:visited{
	color: #3e5c1b;
	}
	
.container-googlemap{
	width: 445px;
	}
	
.box-googlemap{
	width: 100%;
	padding-top: 66.6%;
	position: relative;
	border: solid 1px;
	}

.box-googlemap iframe{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	}

	