<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*=======================================
	main
=======================================*/
main {
	color: #fff;
}
main a {
	color: #fff;
	transition: all 0.3s ease;
}
main a:hover {
	opacity: 0.7;
}

/*=======================================
	txt
=======================================*/
.txt01 {
	font-size: 20px;
	line-height: 2.133;
}
@media screen and (max-width: 768px) {
	.txt01 {
		font-size: 14px;
		line-height: 2;
	}
}

/*=======================================
	img_cap
=======================================*/
.img_cap {
	font-size: 12px;
	margin-top: 10px;
}

/*=======================================
	整列
=======================================*/
.txt_C {
	text-align: center;
}
.txt_R {
	text-align: right;
}

/*=======================================
	wide
=======================================*/
.w1070 {
	max-width: 1070px;
	width: 90%;
    margin: 0 auto;
}
.w1110 {
	max-width: 1110px;
	width: 90%;
    margin: 0 auto;
}

/*=======================================
	bg
=======================================*/
.bg {
	background: url(../img/feature/bg.jpg) no-repeat;
	background-size: cover;
	/* background-color: #000; */
}

/*=======================================
	mv
=======================================*/
.mv {
	position: relative;
}
.mv img {
	width: 100%;
}
.mv .inner {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.mv .inner .ja {
	font-size: 12px;
	font-weight: 700;
}
.mv .inner .mv_ttl {
	font-size: 42px;
}
.mv .caption {
	position: absolute;
	right: 20px;
	bottom: 10px;
	width: auto;
	padding: 0;
	color: #fff;
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	ol#breadcrumb.wh {
		color: #fff;
	}
	ol#breadcrumb.wh li a {
		color: #fff;
	}
	ol#breadcrumb.wh li a::after {
		background: transparent url(../img/common/bread_wh.png) no-repeat center center;
	}
	.mv {
		margin-bottom: 0;
	}
	.mv .inner .ja {
		font-size: 12px;
		letter-spacing: 0.05em;
		line-height: 1.2;
	}
	.mv .inner .mv_ttl {
		font-size: 30px;
		line-height: 1.2;
		text-shadow: 0 0 6px rgba(0,0,0,0.8);
		text-align: center;
	}
	.mv .caption {
		font-size: 10px;
	}
}

/*=======================================
	intro
=======================================*/
.intro {
	text-align: center;
	margin-bottom: 80px;
	padding: 130px 0 30px;
	position: relative;
}
.intro .copy {
	font-size: 33px;
	color: #873939;
	margin-bottom: 50px;
	font-weight: 600;
}
.shop_gourmet .intro .copy {
	font-size: 28px;
	line-height: 1.75;
}
.shop_gourmet .intro .copy strong {
	font-size: 33px;
	font-weight: 600;
}
@media screen and (max-width: 768px) {
	.intro {
		margin-bottom: 0;
		padding: 80px 0 60px;
	}
	.intro .copy {
		font-size: 22px;
		margin-bottom: 30px;
	}
	.shop_gourmet .intro .copy {
		font-size: 21px;
		line-height: 1.75;
		letter-spacing: -0.05em;
	}
	.shop_gourmet .intro .copy strong {
		font-size: 23px;
	}
	.intro .txt01 {
		width: 90%;
		margin: 0 auto;
		text-align: left;
	}
}

/*=======================================
	point_sec
=======================================*/
.point_sec {
	padding-bottom: 180px;
	margin-bottom: 120px;
	border-bottom: 5px solid ;
	border-image: linear-gradient(90deg, rgba(107,71,29,1) 0%, rgba(212,198,110,1) 45%, rgba(107,71,29,1) 100%) 1;
}
.point_sec .point_box {
	position: relative;
	display: flex;
	justify-content: space-between;
	border: 3px solid #C5B987;
	padding: 60px 4%;
}
.point_sec .point_box:first-child {
	margin-bottom: 100px;
}
.point_sec .point_box .txt_area {
	width: 50%;
}
.point_sec .point_box .txt_area .sttl_01 {
	position: relative;
	font-size: 26px;
	padding-left: 15px;
	margin-bottom: 40px;
}
.point_sec .point_box .txt_area .sttl_01::before {
	content: '';
	position: absolute;
	width: 2px;
	height: 110%;
	left: 0;
	top: -5%;
	background: #fff;
}
.point_sec .point_box .txt_area .sttl_01 .color {
	color: #C5B987;
}
.point_sec .point_box .txt_area .txt {
	line-height: 2;
	font-size: 16px;
}
.point_sec .point_box .img_area {
	width: 45%;
	font-size: 15px;
	text-align: center;
}
.point_sec .point_box .img_area .img_txt {
}
.point_sec .point_box .cap_out {
	position: absolute;
	right: 0;
	top: calc(100% + 15px);
	font-size: 13px;
	text-align: right;
	text-decoration: none;
}
.point_sec .point_box .cap_out a {
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.point_sec {
		padding-bottom: 120px;
		margin-bottom: 80px;
	}
	.point_sec .point_box {
		flex-direction: column;
		gap: 20px 0;
		padding: 40px 5%;
	}
	.point_sec .point_box:first-child {
		margin-bottom: 100px;
	}
	.point_sec .point_box .txt_area {
		width: 100%;
	}
	.point_sec .point_box .txt_area .sttl_01 {
		font-size: 20px;
		margin-bottom: 20px;
		padding-left: 0;
		padding-bottom: 10px;
		border-bottom: 1px solid #fff;
		text-align: center;
	}
	.point_sec .point_box .txt_area .sttl_01::before {
		content: none;
	}
	.point_sec .point_box .txt_area .txt {
		line-height: 1.75;
		font-size: 14px;
	}
	.point_sec .point_box .img_area {
		width: 100%;
		font-size: 14px;
	}
	.point_sec .point_box .cap_out {
		right: 0;
		font-size: 11px;
	}
}

/*=======================================
	plan_sec
=======================================*/
.plan_sec .w1200 {
	position: relative;
}
.plan_sec .w1200 .hanrei {
	position: absolute;
	left: 0;
	bottom: 45px;
}
.plan_sec .w1200 .hanrei ul li {
	position: relative;
	padding-left: 3.5em;
}
.plan_sec .w1200 .hanrei ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 3em;
	height: 0.3em;
	transform: translateY(-50%);
}
.plan_sec .w1200 .hanrei ul li:nth-child(1)::before {
	background: url(../img/feature/icon_wind.svg) no-repeat;
	background-size: cover;
}
.plan_sec .w1200 .hanrei ul li:nth-child(2)::before {
	background: url(../img/feature/icon_light.svg) no-repeat;
	background-size: cover;
}
.plan_sec .w1200 .hanrei ul li:nth-child(3)::before {
	background: url(../img/feature/icon_strage.svg) no-repeat;
	background-size: cover;
	height: 0.5em;
}
.plan_sec .w1200 .hanrei ul li:nth-child(4)::before {
	background: url(../img/feature/icon_warm.svg) no-repeat;
	background-size: cover;
	height: 0.5em;
}
.plan_sec .w1200 .hanrei .cap {
	width: 30%;
}
.plan_sec .w1200 .direction_img {
	position: absolute;
	left: 150px;
	bottom: 45px;
	width: 100px;
}

.plan_sec .sttl_02 {
	width: 100%;
	padding: 30px 0;
	margin-bottom: 120px;
	text-align: center;
	font-size: 33px;
	font-weight: 600;
	border: 3px solid #fff;background: rgb(24,24,24);
	background: linear-gradient(135deg, rgba(24,24,24,1) 0%, rgba(59,59,59,1) 50%, rgba(24,24,24,1) 100%);
}
.plan_sec .flex_area {
	display: flex;
	justify-content: space-between;
	margin-bottom: 120px;
}
.plan_sec .flex_area .spec_box {
	width: 30%;
	min-width: 300px;
	height: fit-content;
	border: 2px solid #fff;
	padding: 20px 2%;
	background: #161616;
}
.plan_sec .flex_area .spec_box .direction {
	position: relative;
	font-size: 40px;
	margin-bottom: 30px;
	background: #C9BC9C;
	color: #000;
	font-weight: 600;
	text-align: center;
	padding: 10px;
}
.plan_sec .flex_area .spec_box .direction::after {
	content: '';
	position: absolute;
	border: 1px solid #000;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
}
.plan_sec .flex_area .spec_box .sp_wrap {
}
.plan_sec .flex_area .spec_box .sp_wrap .sp_block {
}
.plan_sec .flex_area .spec_box .sp_wrap .sp_block .name_area {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
	font-size: 20px;
}
.plan_sec .flex_area .spec_box .sp_wrap .sp_block .name_area .name {
	line-height: 1;
	font-size: 20px;
}
.plan_sec .flex_area .spec_box .sp_wrap .sp_block .name_area .name .large {
	font-size: 40px;
}
.plan_sec .flex_area .spec_box .sp_wrap .sp_block .name_area .menu {
}
.plan_sec .flex_area .spec_box .sp_wrap .sp_block .ldk {
	font-size: 24px;
	margin-bottom: 30px;
}
.plan_sec .flex_area .spec_box .sp_wrap .sp_block .ldk .large {
	font-size: 45px;
}
.plan_sec .flex_area .spec_box .sp_wrap .menseki {
	margin-bottom: 20px;
}
.plan_sec .flex_area .spec_box .sp_wrap .menseki .num {
	font-size: 60px;
	line-height: 1;
}
.plan_sec .flex_area .spec_box .sp_wrap .menseki .heiho {
	font-size: 30px;
}
.plan_sec .flex_area .spec_box .sp_wrap .note_area p {
	text-indent: -1em;
	padding-left: 1em;
}
.plan_sec .flex_area .img_area {
	width: 60%;
}
.plan_sec .closet_area {
	margin-bottom: 120px;
}
.plan_sec .closet_area .sttl_03 {
	width: 100%;
	padding: 10px 0;
	margin-bottom: 20px;
	font-size: 33px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.1em;
	border-bottom: 2px solid #C5B987;
	
}
.plan_sec .closet_area .txt01 {
	text-align: center;
	margin-bottom: 120px;
}
.plan_sec .closet_area .flex_area {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto 120px;
}
.plan_sec .closet_area .flex_area .img_area {
	width: 28%;
}
.plan_sec .closet_area .flex_area .img_area .cap {
}
.plan_sec .closet_area .flex_area .txt_area {
	width: 67%;
}
.plan_sec .closet_area .flex_area .txt_area p {
	line-height: 2;
}
.plan_sec .closet_area .flex_area .txt_area .sttl_04 {
	position: relative;
	font-size: 26px;
	padding-left: 15px;
	margin-bottom: 40px;
}
.plan_sec .closet_area .flex_area .txt_area .sttl_04::before {
	content: '';
	position: absolute;
	width: 2px;
	height: 110%;
	left: 0;
	top: -5%;
	background: #fff;
}
.plan_sec .closet_area .merit_area {
}
.plan_sec .closet_area .merit_area .sttl05 {
	width: 100%;
	padding: 10px 0;
	margin-bottom: 50px;
	font-size: 33px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.1em;
	border-bottom: 2px solid #fff;
}
.plan_sec .closet_area .merit_area .flex_area {
	display: flex;
	justify-content: space-between;
	gap: 25px 2%;
}
.plan_sec .closet_area .merit_area .flex_area .merit_box {
	width:calc(96% / 3);
}
.plan_sec .closet_area .merit_area .flex_area .merit_box h5 {
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 10px;
}
.plan_sec .closet_area .merit_area .flex_area .merit_box .merit_item {
	padding: 40px;
	background: rgb(114,99,33);
	background: linear-gradient(0deg, rgba(114,99,33,1) 0%, rgba(197,185,135,1) 100%);
	text-align: center;
}
.plan_sec .closet_area .merit_area .flex_area .merit_box .merit_item .black {
	font-size: 24px;
	font-weight: 600;
	color: #1f1f1f;
	margin-bottom: 10px;
}


@media screen and (max-width: 1024px) {
	.plan_sec .flex_area .spec_box .direction {
		font-size: 28px;
	}
	.plan_sec .flex_area .spec_box .sp_wrap .sp_block .name_area .name {
		font-size: 22px;
	}
	.plan_sec .flex_area .spec_box .sp_wrap .sp_block .name_area .name .large {
		font-size: 35px;
	}
	.plan_sec .flex_area .spec_box .sp_wrap .sp_block .ldk .large {
		font-size: 35px;
	}
	.plan_sec .flex_area .spec_box .sp_wrap .menseki .num {
		font-size: 40px;
	}
	.plan_sec .flex_area .spec_box .sp_wrap .menseki .heiho {
		font-size: 16px;
	}

}

@media screen and (max-width: 768px) {
.plan_sec {
	overflow: hidden;
}
.plan_sec .w1200 .hanrei {
	position: relative;
	bottom: inherit;
}
.plan_sec .w1200 .hanrei ul{
	display: flex;
	gap: 15px;
}
.plan_sec .w1200 .hanrei ul li {
	font-size: 10px;
}
.plan_sec .w1200 .hanrei p {
	font-size: 10px;
}
.plan_sec .w1200 .hanrei .cap {
	width: 100%;
	margin-bottom: 80px;
}
.plan_sec .w1200 .direction_img {
	width: 15%;
	max-width: 80px;
	left: 0;
	bottom: 100px;
}
.plan_sec .sttl_02 {
	margin-bottom: 40px;
	font-size: 22px;
}
.plan_sec .flex_area {
	flex-direction: column;
	gap: 30px 0;
	margin-bottom: 20px;
}
.plan_sec .flex_area .spec_box {
	width: 100%;
	padding: 0;
	border: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: transparent;
}
.plan_sec .flex_area .spec_box .direction {
	width: 28%;
	height: fit-content;
	font-size: 20px;
	padding: 8px 3px;
	line-height: 1.4;
}
.plan_sec .flex_area .spec_box .direction::after {
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
}
.plan_sec .flex_area .spec_box .sp_wrap {
	width: 69%;
}
.plan_sec .flex_area .spec_box .sp_wrap .sp_block {
	display: flex;
	gap: 15px;
	border-bottom: 1px solid #fff;
	align-items: flex-start;
	margin-bottom: 5px;
}
.plan_sec .flex_area .spec_box .sp_wrap .sp_block .name_area {
	flex-direction: column;
	align-items: center;
	border: none;
	gap: 5px;
	justify-content: center;
	margin-bottom: 0;
}
.plan_sec .flex_area .spec_box .sp_wrap .sp_block .name_area .name {
	font-size: 20px;
}
.plan_sec .flex_area .spec_box .sp_wrap .sp_block .name_area .name .large {
	font-size: 30px;
}
.plan_sec .flex_area .spec_box .sp_wrap .sp_block .name_area .menu {
	font-size: 10px;
}
.plan_sec .flex_area .spec_box .sp_wrap .sp_block .ldk {
	font-size: 12px;
	margin-bottom: 0;
}
.plan_sec .flex_area .spec_box .sp_wrap .sp_block .ldk .large {
	font-size: 23px;
}
.plan_sec .flex_area .spec_box .sp_wrap .menseki {
	display: flex;
	align-items: flex-end;
	gap: 2px;
	margin-bottom: 5px;
	font-size: 11px;
}
.plan_sec .flex_area .spec_box .sp_wrap .menseki .num {
	font-size: 30px;
}
.plan_sec .flex_area .spec_box .sp_wrap .menseki .heiho {
	font-size: 16px;
}
.plan_sec .flex_area .spec_box .sp_wrap .note_area p {
	font-size: 10px;
}
.plan_sec .flex_area .img_area {
	width: 100%;
}
.plan_sec .closet_area {
	margin-bottom: 60px;
}
.plan_sec .closet_area .sttl_03 {
	font-size: 20px;
	letter-spacing: -0.05em;
	text-align: left;
	padding: 10px;
}
.plan_sec .closet_area .txt01 {
	text-align: left;
	margin-bottom: 60px;
}
.plan_sec .closet_area .flex_area {
	width: 100%;
	flex-direction: column;
	margin-bottom: 60px;
	gap: 40px;
}
.plan_sec .closet_area .flex_area .img_area {
	width: 100%;
	position: relative;
}
.plan_sec .closet_area .flex_area .img_area .cap {
	width: 100%;
	position: relative;
	right: 0;
	text-align: right;
}
.plan_sec .closet_area .flex_area .txt_area {
	width: 90%;
	margin: 0 auto;
}
.plan_sec .closet_area .flex_area .txt_area p {
	line-height: 1.75;
}
.plan_sec .closet_area .flex_area .txt_area .sttl_04 {
	font-size: 20px;
	margin-bottom: 20px;
}
.plan_sec .closet_area .flex_area .txt_area .sttl_04::before {
	content: '';
	position: absolute;
	width: 2px;
	height: 110%;
	left: 0;
	top: -5%;
	background: #fff;
}
.plan_sec .closet_area .merit_area {
}
.plan_sec .closet_area .merit_area .sttl05 {
	font-size: 22px;
	margin-bottom: 30px;
	letter-spacing: 0;
}
.plan_sec .closet_area .merit_area .flex_area {
	flex-direction: column;
}
.plan_sec .closet_area .merit_area .flex_area .merit_box {
	width:100%;
}
.plan_sec .closet_area .merit_area .flex_area .merit_box h5 {
	font-size: 16px;
}
.plan_sec .closet_area .merit_area .flex_area .merit_box .merit_item {
	padding: 25px;
}
.plan_sec .closet_area .merit_area .flex_area .merit_box .merit_item .black {
	font-size: 24px;
	font-weight: 600;
	color: #1f1f1f;
	margin-bottom: 10px;
}
}


#docu_set .content {
	margin-bottom: 0;padding-bottom: 50px;
}</pre></body></html>