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


.icon_hot-springs:before {
	content: " ";
	background:url(../img/icon_hot-springs.gif) no-repeat center center;
	padding: 15px;
	background-size: contain;
	text-align:center;
	display:block;
	margin-bottom:10px;
}

.icon_gourmet:before {
	content: " ";
	background:url(../img/icon_gourmet.gif) no-repeat center center;
	padding: 15px;
	background-size: contain;
	text-align:center;
	display:block;
	margin-bottom:10px;

}

.icon_highlights:before {
	content: " ";
	background:url(../img/icon_highlights.gif) no-repeat center center;
	padding: 15px;
	background-size: contain;
	text-align:center;
	display:block;
	margin-bottom:10px;

}


.icon_links:before {
	content: " ";
	background:url(../img/icon_links.gif) no-repeat center center;
	padding: 15px;
	background-size: contain;
	text-align:center;
	display:block;
	margin-bottom:10px;
}


/* for TABLET */
@media screen and (max-width: 800px) {
	
	.icon_hot-springs:before {
		padding: 10px;
	}
	
	.icon_gourmet:before {
		padding: 10px;
	
	}
	
	.icon_highlights:before {
		padding: 10px;
	}
	
	.icon_links:before {
		padding: 10px;
	}

}


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

introduction-list

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

.introduction-list {
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
	justify-content: center;
	margin: 4rem 0 10rem;
}

.introduction-list li {
	width: 23%;
	max-width: 248px;
	text-align: center;
	margin: 0 1%

}

.introduction-list img {
	max-width: 100%;
}

.introduction-list li figcaption {
	background: #1da36f;
	background: -moz-linear-gradient(left, #1da36f 0%, #168e4e 100%);
	background: -webkit-linear-gradient(left, #1da36f 0%,#168e4e 100%);
	background: linear-gradient(to right, #1da36f 0%,#168e4e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1da36f', endColorstr='#168e4e',GradientType=1 );
	padding: 8px 0;
	color: #fff;
	font-size: 2.4rem;
}

.introduction-list li figcaption:before {
	content:"\f0da";
	font-family:fontawesome;
	margin-right:.5rem;
}

/* for TABLET */
@media screen and (max-width: 800px) {
	
	.introduction-list {
		display:flex;
		flex-wrap:wrap;
		align-items:stretch;
		justify-content: center;
		margin: 2rem 0 4rem;
	}
	
	.introduction-list li {
		width: 48%;
		text-align: center;
		margin: 7px 1% ;
	
	}

	.introduction-list li figcaption {
		font-size: 1.4rem;
	}

}



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

properties-list

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


.properties-list {
	max-width:1320px;
	margin:40px auto;
}

.properties-list ul{
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
	margin: 10px -15px 0 0;
	justify-content: center;
}
.properties-list li{
	width:calc(33.3% - 15px);
	margin-right:15px;
	margin-bottom:15px;
	background:#FFF;
	position:relative;

}
.properties-list li:nth-child(3n) {
	margin-right:0;
}
.properties-list li > a{
	display:block;
}
.properties-list li > p{
	padding:10px 20px;
}

.properties-list .pht {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 69.7%;
	overflow: hidden;
}
.properties-list .pht img {
	position: absolute;
	top: -200%;
	bottom: -200%;
	left: -200%;
	right: -200%;
	margin: auto;
	width: 100%;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	transition: transform 0.2s linear 0s;
}

.properties-list .data {
	padding:10px;
	position:relative;
	overflow:hidden;
}

.properties-list .data dl {
	margin-top: 14px;
}

.properties-list .data dl dt {
	font-weight: bold;
	margin-bottom: 4px;
	color:#1B955B;
}

.properties-list .data p {
	margin-top: 14px;
	font-weight: bold;
	color: #1B955B;
}


.post-content ul {
	max-width:960px;
	margin: 0 auto 10%;
}
.post-content li {
	margin-bottom:1em;
}
.post-content li a {
	background:#FFF;
	border:1px solid #1B955B;
	padding:1em;
	display:block;
}

.post-content li a:hover {
	background:#1B955B;
	color:#FFF;
}

.post-content li a::before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	padding-right: 1rem;
	color:#1B955B;
}

.post-content li a:hover::before {
	color:#FFF;
}

dl.inner-txt {
	text-align:left;
}

dl.inner-txt dt {
	font-weight:bold;
}


@media screen and (max-width: 420px) {			
		.properties-list li{
			width:calc(50% - 15px);
		}
		.properties-list li:nth-child(3n) {
			margin-right:15px;
		}
		.properties-list li:nth-child(2n) {
			margin-right:0;
		}
}


.txt.inner-txt {
	text-align:left;
}
