@charset "utf-8";

/*-------------------------------------------------------------------

	#siteContent__aside

-------------------------------------------------------------------*/

#siteContent__aside[data-design-pattern="fill"] {
	background-color: #F5F6F6;
}

@media screen and (max-width:768px) {

	#siteContent__aside[data-design-pattern="fill"] {
		overflow: hidden;
	}

}

@media screen and (min-width:769px) {

	#siteContent__aside[data-design-pattern="fill"] {
	}

}

/*-------------------------------------------------------------------

	.blockFigureContent

-------------------------------------------------------------------*/

.blockFigureContent__figure figcaption {
	font-size: smaller;
	text-align: center;
}

/*-------------------------------------------------------------------

	.navHwroomheater

-------------------------------------------------------------------*/

.navHwroomheater ul {
	display: flex;
	flex-wrap: wrap;
}

.navHwroomheater[data-item-justify="center"] ul {
	justify-content: center;
}

.navHwroomheater a {
	align-items: center;
	background-color: #fff;
	border: 1px solid #000;
	box-sizing: border-box;
	color: #000;
	display: flex;
	font-size: 14px;
	height: 100%;
	padding: 12px 15px 12px 35px;
	position: relative;
}

.navHwroomheater a::before {
	border-color: transparent transparent transparent #000;
	border-style: solid;
	border-width: 5px 8px;
	content: "";
	display: block;
	left: 15px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
}

.navHwroomheater[data-button-type="anchor"] a::before {
	border-color: #000 transparent transparent transparent;
	border-width: 8px 5px;
	margin-top: -4px;
}

@media screen and (max-width:768px) {

	#siteContent__aside .navHwroomheater {
		padding: 0 15px;
	}

	.navHwroomheater {
		margin: 30px 0;
	}

	.navHwroomheater ul {
		flex-wrap: wrap;
		gap: 20px;
	}

	.navHwroomheater a {
		font-size: 12px;
	}

	.navHwroomheater[data-item-col-sp="1"] {
		flex-direction: column;
	}

	.navHwroomheater[data-item-col-sp="1"] li {
		width: 100%;
	}

	.navHwroomheater[data-item-col-sp="2"] li {
		width: calc( calc( 100% - 20px ) / 2 );
	}

}

@media screen and (min-width:769px) {

	#siteContent__aside .navHwroomheater {
		margin: 0 auto;
		padding: 70px 0;
		width: 1000px;
	}

	.navHwroomheater ul {
		gap: 30px 50px;
	}

	.navHwroomheater li {
	}

	.navHwroomheater[data-item-col-pc="3"] li {
		width: calc( calc( 100% - 50px * 2 ) / 3 );
	}

	.navHwroomheater[data-item-justify="center"] ul {
		justify-content: center;
	}

}

/*-------------------------------------------------------------------

	.sectionDocumentInside

-------------------------------------------------------------------*/

.sectionDocumentInside__header[data-type="label"] {
}

.sectionDocumentInside__header[data-type="label"] .headerLabel__label {
	background-color: #fff;
	border: 1px solid #707070;
	color: #000;
}

@media screen and (max-width:768px) {

	.sectionDocumentInside__header[data-type="label"] {
		display: flex;
		flex-direction: column;
	}

	.sectionDocumentInside__header[data-type="label"] .headerNote {
		margin-top: 10px;
	}

}

@media screen and (min-width:769px) {

	.sectionDocumentInside__header[data-type="label"] {
		align-items: center;
		display: grid;
		grid-template-columns: repeat(2, max-content 100%);
		grid-template-rows: repeat(2, auto);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}

	.sectionDocumentInside__header[data-type="label"] .headerLabel__label {
		grid-area: 1 / 1 / 2 / 2;
	}

	.sectionDocumentInside__header[data-type="label"] .headingTextType2 {
		grid-area: 1 / 2 / 2 / 3;
	}

	.sectionDocumentInside__header[data-type="label"] .headerNote {
		grid-area: 2 / 1 / 3 / 3;
		margin-top: 10px;
	}

}

/*-------------------------------------------------------------------

	.hwroomheaterLineup

-------------------------------------------------------------------*/

.hwroomheaterLineup {}

.hwroomheaterLineup .feature {
	display: flex;
}

.hwroomheaterLineup .feature li {
	display: flex;
}

.hwroomheaterLineup .feature .label {
	align-items: center;
	background-color: #fff;
	border: 1px solid #707070;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.hwroomheaterLineup .feature .label em {
	font-style: normal;
	font-weight: inherit;
}

.hwroomheaterLineup .feature .text {
	align-self: flex-end;
}

.hwroomheaterLineup .headingRectangleTextType2 {
	margin-bottom: 25px;
}

.hwroomheaterLineup .wrap figure img {
	height: auto;
	width: 100%;
}

.hwroomheaterLineup .product {
	margin-top: 20px;
}

.hwroomheaterLineup .product b {
	font-size: 20px;
}

.hwroomheaterLineup .price {
	margin-top: 5px;
}

.hwroomheaterLineup .price span {
	font-size: 20px;
}

.hwroomheaterLineup .size {
	margin-top: 15px;
}

.hwroomheaterLineup .note {
	margin-top: 15px;
}

@media screen and (max-width:768px) {

	.hwroomheaterLineup ~ .hwroomheaterLineup {
		margin-top: 60px;
	}

	.hwroomheaterLineup .feature {
		flex-wrap: wrap;
		gap: 20px;
		margin-bottom: 30px;
	}

	.hwroomheaterLineup .feature .label {
		height: 60px;
		padding: 0 10px;
	}

	.hwroomheaterLineup .feature .label span {
		font-size: 11px;
	}

	.hwroomheaterLineup .feature .label em {
		font-size: 16px;
		line-height: 1.4;
	}

	.hwroomheaterLineup .feature .icon {
		height: 60px;
		width: auto;
	}

}

@media screen and (min-width:769px) {

	.hwroomheaterLineup ~ .hwroomheaterLineup {
		margin-top: 70px;
	}

	.hwroomheaterLineup .feature {
		gap: 20px;
		margin-bottom: 30px;
	}

	.hwroomheaterLineup .feature .label {
		min-width: 120px;
	}

	.hwroomheaterLineup .feature .label span {
		font-size: 13px;
	}

	.hwroomheaterLineup .feature .label em {
		font-size: 20px;
	}

	.hwroomheaterLineup .feature .icon {
		height: 70px;
		width: auto;
	}

}

/*-------------------------------------------------------------------

	.hwroomheaterOption

-------------------------------------------------------------------*/

.hwroomheaterOption .headingRectangleTextType2 {
	margin-bottom: 25px;
}

.hwroomheaterOption .item {
	background-color: #fff;
	border: 1px solid #CDCDCD;
	height: 100%;
}

.hwroomheaterOption figure img {
	height: auto;
	width: 100%;
}

.hwroomheaterOption .data dt {
	font-weight: bold;
}

.hwroomheaterOption .data dt ~ dt {
	margin-top: 10px;
}

.hwroomheaterOption .note {
	margin-top: 10px;
}

@media screen and (max-width:768px) {

	.hwroomheaterOption ~ .hwroomheaterOption {
		margin-top: 60px;
	}

	.hwroomheaterOption .wrap {
		padding: 10px;
	}

}

@media screen and (min-width:769px) {

	.hwroomheaterOption ~ .hwroomheaterOption {
		margin-top: 70px;
	}

	.hwroomheaterOption .wrap {
		padding: 20px;
	}

}