@charset "UTF-8";

/* グローバルナビ */
.menu-facility a {
	background: url(../png3/menu-facility.png) left bottom no-repeat;
}
/* グローバルナビ */

/* メイン */
.fac-content-left {
}
.fac-text-box {
}
.fac-text {
}
.fac-info {
}
table.fac-info-table {
}
table.fac-info-table th,
table.fac-info-table td {
	padding: 20px 20px 20px 20px;
	border-bottom: dashed 1px #FFFFFF;
}
table.fac-info-table th {
	background: #706249;
	color: #FFFFFF;
	white-space: nowrap;
}
.fac-content-right {
}
.fac-water-box {
	background: #CEC3B0;
}
.fac-water-left {
}
.fac-water-right {
}
.fac-omiyage-box {
	background: #CEC3B0;
}
.fac-omiyage-name {
}
table.fac-price-table {
}
table.fac-price-table th,
table.fac-price-table td {
	padding: 10px 10px 10px 10px;
	border: dashed 1px #FFFFFF;
}
table.fac-price-table th {
	background: #706249;
	color: #FFFFFF;
	white-space: nowrap;
}
.fac-subcontent-box {
	border: dashed 1px #FFFFFF;
}


@media (max-width: 999px) {
}

	/* tablet */
@media (max-width: 840px) {
}

	/* mobile */
@media (max-width: 640px) {
	table.fac-info-table th,
	table.fac-info-table td {
		padding: 10px 20px 10px 20px;
	}
	.fac-water-left {
	}
	.fac-water-right {
	}
	.hachimitsu-pic {
		width: 100%;
	}
	.sp-hanbai {
		width: 49%;
	}
}
/* メイン */
