@charset "UTF-8";

/* メイン */
.hig-content-box {
}
.hig-content-left {
}
.hig-content-right {
}

.hig-naiyo-box {
}

.hig-content-pic {
}
.hig-content-pic img {
	width: 100%;
}
.hig-content-text {
}

table.hig-price {
}
table.hig-price tr {
	border-top: double 3px #E0D0AF;
	border-bottom: double 3px #E0D0AF;
}
table.hig-price th {
	background: #FFFFFF;
}
table.hig-price td {
}

.hig-yoyaku-link {
}
.hig-yoyaku-link a {
	padding: 2% 2% 2% 2%;
	background: #D4CDEB;
	border: solid 2px #FFFFFF;
	display: block;
	text-align: center;
}
.hig-yoyaku-link a:hover {
	background: #E2DDF3;
	text-decoration: none;
}

	/* tablet */
@media (max-width: 840px) {
}

	/* mobile */
@media (max-width: 640px) {
	.hig-content-left {
		float: none;
		width: 100%;
		margin: 0 0 3% 0;
	}
	.hig-content-right {
		float: none;
		width: 100%;
	}

	.hig-yoyaku-link a {
		padding: 4% 2% 4% 2%;
	}
}
/* メイン */
