@charset "UTF-8";


.date{
	text-align: right;
}

.contents > .left_center{
	background-color: #fff;
	padding: 15px;
}

.contents > .left_center .notFound{
	color: #6ec04e;
	font-weight: bold;
	text-align: center;
	line-height: 2em;
	padding: 100px 0;
}

.contents > .left_center .syodanchu{
	color: #fff;
	background-color: #f00;
	font-size: 25px;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 15px;
}

.contents > .left_center .gaiyo{
	float: left;
	width: 200px;
}

.contents > .left_center .gaiyo .syurui,
.contents > .left_center .gaiyo .jusyo,
.contents > .left_center .gaiyo .price,
.contents > .left_center .gaiyo .access{
	border-bottom: 1px solid #a1a1a1;
	padding: 5px 0 4px;
}

.contents > .left_center .gaiyo .syurui{
	color: #0e7ea1;
	font-size: 14px;
	font-weight: bold;
}

.contents > .left_center .gaiyo .jusyo{
	color: #0e7ea1;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3em;
}

.contents > .left_center .gaiyo .price{
	color: #b53434;
	font-size: 19px;
	font-weight: bold;
}

.contents > .left_center .gaiyo .price small{
	font-size: 14px;
}

.contents > .left_center .gaiyo .price small.kanrihi{
	font-size: 12px;
}

.contents > .left_center .gaiyo .access{
	border-bottom: none;
	color: #211915;
	font-size: 14px;
	font-weight: bold;
}

.contents > .left_center img[src*="/mailform."]{
	float: right;
	margin-right: 6px;
}

.contents > .left_center img[src*="/tel."]{
	float: right;
}

.contents > .left_center .topImages{
	border: 1px solid #a1a1a1;
	border-left: none;
	border-right: none;
	padding: 20px 0;
}

.contents > .left_center .topImage,
.contents > .left_center .zuImage{
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	width: 325px;
	height: 325px;
	margin: 0 20px;
}

.contents > .left_center .thumbs{
	overflow: auto;
	max-height: 425px;
	padding: 20px 0;
}

.contents > .left_center .thumb{
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	width: 18.5%;
	height: 136px;
	margin: 0 5px;
}

.contents > .left_center table.syosai{
	font-size: 14px;
	border-top: 1px solid #a1a1a1;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}

.contents > .left_center table.syosai th,
.contents > .left_center table.syosai td{
	border-bottom: 1px solid #a1a1a1;
	padding: 9px;
}

.contents > .left_center table.syosai th{
	font-weight: normal;
	background-color: #f1f5eb;
	min-width: 100px;
}

.contents > .left_center table.syosai td{
	min-width: 150px;
}

.contents > .left_center table.syosai td.kakaku{
	color: #b53434;
}

.contents > .left_center table.syosai td.kakaku small{
	font-size: 12px;
}

.contents > .left_center .map{
	margin-top: 10px;
}
.contents > .left_center .map iframe{
	width: 100%;
	height: 500px;
	margin-top: 10px;
}

.contents .ninkiBox{
	margin-top: 10px;
}


/* PC向け ******************************************************************************************* */

@media (min-width: 741px) {

}



/* スマホ向け **************************************************************************************** */

@media (max-width: 740px) {
}

@media (max-width: 420px) and (orientation: portrait) {
}

@media (max-width: 740px) and (orientation: landscape) {
}

