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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video, main {
	font-weight: normal;
}



/*============================
#main_img
============================*/
#plan #main_img {
  background: url(../img/plan/plan_img01.jpg) no-repeat center center;
  background-size: cover;
  /* margin-bottom: 140px; */
  position: relative;
	height: 372px;
}

#plan #main_img .main_ttr {
	font-size: 62px;
	color: #ffffff;
	letter-spacing: 0.075em;
	position: absolute;
	text-align: center;
	top: 50%;
transform: translate(-50%, -50%);
	left: 50%;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

#plan #main_img h2 span {
	font-size: 18px;
	letter-spacing: 0.05em;
	display: block;
	text-align: center;
	color: #ffffff;
}

#plan .caption_mv_w{
	position: absolute;
	bottom: 7px;
	right: 16px;
	font-size: 11px;
	letter-spacing: 0.05em;
	color: #ffffff;
}

@media only screen and (max-width: 768px){
#plan	#main_img {
	/* margin-bottom: 70px; */
	height: 186px;
}
#plan #main_img .main_ttr {
	font-size: 31px;
}

#plan #main_img h2 span {
	font-size: 15px;
}
}


#plan .plan_bg {
	width: 100%;
	background-image: url(../img/plan/plan_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 30px;
}


/*-----------------------------------------
	copy_area
-----------------------------------------*/
#plan .copy_area {
	margin: 100px auto 60px;
}
#plan .copy_area h3 {
	margin-bottom: 60px;
	text-align: center;
	font-size: 26px;
}
#plan .copy_area p {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	text-align: center;
	font-size: 20px;
	margin-bottom: 5px;
}
#plan .copy_area p::before,#plan .copy_area p::after {
  border-top: 1px solid #333;
  content: "";
  width: 5em;
}

@media only screen and (max-width: 768px){
	#plan .copy_area {
		margin: 60px auto 30px;
	}
	#plan .copy_area h3 {
		font-size: 22px;
		margin-bottom: 30px;
	}
	#plan .copy_area p {
		font-size: 16px;
	}
	#plan .copy_area p::before,#plan .copy_area p::after {
		width: 1em;
	}
}

/*-----------------------------------------
	view_area
-----------------------------------------*/
#plan .swiper_mv_container {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#plan .swiper_mv {
	width: 100%;
}
#plan .swiper-wrapper {
	display: flex;
}
#plan .swiper-slide {
	flex-shrink: 0;
	width: 100%;
}
#plan .view_area {
	margin-bottom: 100px;
	/* overflow: hidden; */
}

/* ページネーション */
.swiper_mv_container .swiper-pagination {
	position: absolute;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	z-index: 10;
}
.swiper_mv_container .swiper-pagination_mv {
  margin-top: 15px;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ccc; /* デフォルトの色 */
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  background: #333; /* アクティブなページネーションの色 */
}

@media screen and (max-width: 768px) {
  .swiper_mv_container .swiper-pagination_mv {
    margin-top: 5px;
    margin-right: 12.5px;
  }
	.swiper_mv_container .swiper-pagination {
		bottom: 50px;
	}
	.swiper_mv_container .swiper-pagination_mv {
		margin-top: 15px;
	}
	.swiper-pagination-bullet {
		width: 7px;
		height: 7px;
		margin: 0 7px;
	}	
}



@media only screen and (max-width: 768px){
	#plan .view_area {
	margin-bottom: 80px;
}
}

/*-----------------------------------------
	plan_bt
-----------------------------------------*/
.plan_bt ul{
	display: flex;
	/* padding-bottom: 50px; */
	flex-wrap: wrap;
	gap: 40px 40px;
	justify-content: space-between;
	margin-bottom: 80px;
}
.plan_bt ul li{
	width: calc((100% - 40px)/2);
	/* margin-right: 3%; */
	/* margin-bottom: 30px; */
}
.plan_bt ul li:nth-child(2n){
	margin-right: 0%;
}
#plan .page_caption {
	font-size: 12px;
	margin-bottom: 120px;
}
@media only screen and (max-width: 768px){
	.plan_bt ul{
		display: block;
		margin-bottom: 40px;
		text-align: center;
	}
	.plan_bt ul li{
		width: auto;
		margin-right: 0;
		margin-bottom: 30px;
	}
	#plan .page_caption {
		margin-bottom: 60px;
	}
}




/*============================
caption
============================*/


.caption {
	margin-bottom: 120px;
}

@media screen and (max-width: 768px){
.caption {
    margin-bottom: 60px;
}
}

/*-----------------------------------------
	plan_detail_bg
-----------------------------------------*/

#plan_detail {
	padding: 60px 0;
}

.plan_detail_bg{
	background: #FFF;
	border: #dab883 2px solid;
	padding: 80px 4%;
	margin: 0 auto 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
	word-wrap : break-word;
	overflow-wrap : break-word;
	color: #333;
	gap: 30px 3%;
}
.plan_detail_bg .spec{
	width: 35%;
	/* font-family: 'Shippori Mincho', serif; */
	/* padding-top: 8%; */
	/* min-width: 330px; */
}
.plan_detail_bg .spec .type{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 125px;
	height: 125px;
	margin-bottom: 20px;
	background: rgb(91,58,100);
	background: linear-gradient(45deg, rgba(91,58,100,1) 0%, rgba(122,63,140,1) 50%, rgba(91,58,100,1) 100%);
	text-align: center;
}
.plan_detail_bg .spec .type p{
	font-size: 24px;
	color: #fff;
	line-height: 1;
	font-weight: 400;
	margin-top: -4px;
}
.plan_detail_bg .spec .type p strong{
	font-size: 60px;
}
.plan_detail_bg .spec .ldk{
	color: #000;
	text-align: left;
	font-size: 60px;
	line-height: 1.0;
	padding: 0 0 25px 0;
	border-bottom: 1px solid #333333;
}
.plan_detail_bg .spec .ldk span{
	font-size: 38px;
}
.plan_detail_bg .spec .menseki{
	display: flex;
	/* justify-content: center; */
	color: #333;
	/* align-items: center; */
	/* gap: 0 20px; */
	/* margin-bottom: 15px; */
	flex-direction: column;
	padding: 30px 0;
}
.plan_detail_bg .spec .menseki .txt{
	font-size: 20px;
	font-weight: 500;
}
.plan_detail_bg .spec .menseki .num{
	font-size: 30px;
	line-height: 1.2;
}
.plan_detail_bg .spec .menseki .num strong{
	font-size: 56px;
}
.plan_detail_bg .spec .menseki .num span{
	font-size: 24px;
}
.plan_detail_bg .spec .menseki .notion{
	font-size: 11px;
	margin-top: -5px;
}
.plan_detail_bg .spec ul.menseki_list{
	margin-bottom: 30px;
}
.plan_detail_bg .spec ul.menseki_list li{
	margin-bottom: 5px;
	/* padding-left: 10px; */
	display: inline-block;
	font-size: 16px;
	vertical-align: middle;
}
.plan_detail_bg .spec ul.menseki_list li p{
	display: inline-block;
}
.plan_detail_bg .spec ul.menseki_list li p.right{
	text-align: right;
	display: block;
}
.plan_detail_bg .spec ul.menseki_list li span{
	padding-left: 1em;
	font-size: 14px;
}
.plan_detail_bg .spec ul.menseki_list li::before {
  content: '';
  display: inline-block;
  background: #7b3f8c;
  /* vertical-align: middle; */
  width: 12px;
  height: 12px;
  margin-right: 5px;
	border-radius: 50%;
}
.plan_detail_bg .spec ul.menseki_list li.detail_cap {
	font-size: 12px;
}
.plan_detail_bg .spec ul.menseki_list li.detail_cap::before {
	content: none;
}
.plan_detail_bg .plan_img {
	text-align: center;
	max-width: 600px;
	width: 62%;
}
.plan_detail_bg .plan_img .hanrei img {
	width: 240px;
}
.plan_list_btn{
	max-width: 300px;
	background: #e2cfa2;
	padding: 14px 0;
	display: block;
	color: #000;
	text-align: center;
	margin: 0 auto 30px;
	text-decoration: none;
	font-size: 18px;
	transition: all 0.3s 0s ease;
}
.plan_list_btn:hover{
	text-decoration: none;
}
/* .plan_list_btn:hover{
	background: #999;
	color: #FFF;
} */

.plan_detail_bg .spec ul.point_list {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.plan_detail_bg .spec ul.point_list li {
	width: 100%;
	line-height: 1.5555;
	letter-spacing: 0;
	font-size: min(calc((36 / 2200) * 100vw), 18px);
	font-weight: 500;
	padding: 14px 0;
	margin-bottom: 15px;
	background-color: #eae3d0;
}
.plan_detail_bg .spec ul.point_list li:last-child {
	margin-bottom: 40px;
}
.plan_detail_bg .order_container {
	display: flex;
	justify-content: space-between;
	gap: 2%;
}

.copy_txt {
	font-size: 24px;
}

.notion {
	font-size: 17px;
	text-align: right;
	width: 100%;
}
.notion span {
	font-size: 12px;
}
.hanrei {
	text-align: right;
}
/*1400px*/
.plan_detail_bg.w1400{
	padding: 4%;
	gap: 30px 3%;
}
.plan_detail_bg.w1400 .spec{
	width: 26%;
}
.plan_detail_bg.w1400 .plan_img {
	text-align: center;
	width: 71%;
	max-width: 934px;
}
.plan_detail_bg.w1400 .spec .ldk span{
	font-size: 36px;
}

@media only screen and (max-width: 1100px){
	.plan_detail_bg .spec ul.menseki_list li{
		margin-bottom: 5px;
		padding-left: 10px;
		font-size: calc(18 / 1100 * 100vw);
		display: block;
	}
	.plan_detail_bg .spec ul.menseki_list li.inline{
		display: inline-block;
	}
	/*1400px*/
	.plan_detail_bg.w1400{
		gap: 30px 3%;
	}
	.plan_detail_bg.w1400 .spec{
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
	.plan_detail_bg.w1400 .plan_img {
		width: 100%;
	}
	.plan_detail_bg.w1400 .spec .ldk span{
		font-size: 30px;
	}
	.w1400 .copy_txt {
		text-align: center;
	}
}
@media only screen and (max-width: 980px){
	.plan_detail_bg .spec{
		min-width: auto;
		width: 40%;
	}
	.plan_detail_bg .spec .type{
		width: 125px;
		height: 125px;
		background: rgb(91,58,100);
		background: linear-gradient(45deg, rgba(91,58,100,1) 0%, rgba(122,63,140,1) 50%, rgba(91,58,100,1) 100%);
	}
	.plan_detail_bg .spec .type p{
		font-size: 16px;
		margin-top: 0;
	}
	.plan_detail_bg .spec .type p strong{
		font-size: calc(60 / 980 * 100vw);
	}
	.plan_detail_bg .spec .ldk{
		/* color: #00562e; */
		text-align: center;
		font-size: calc(50 / 980 * 100vw);
		line-height: 1.0;
		padding: 0 0 10px 0;
		/* border-bottom: 1px solid #00562f; */
	}
	.plan_detail_bg .spec .ldk span{
		font-size: 30px;
	}
	.plan_detail_bg .spec .menseki{
		display: flex;
		justify-content: center;
		/* color: #00562e; */
		/* align-items: center; */
		gap: 0 10px;
		padding: 15px 0;
		margin-bottom: 15px;
	}
	.plan_detail_bg .spec .menseki .txt{
		text-align: center;
		font-size: calc(16 / 980 * 100vw);
	}
	.plan_detail_bg .spec .menseki .num{
		font-size: calc(30 / 980 * 100vw);
		line-height: 1.2;
	}
	.plan_detail_bg .spec .menseki .num strong{
		font-size: calc(60 / 980 * 100vw);
	}
	.plan_detail_bg .spec ul.menseki_list li{
		margin-bottom: 5px;
		padding-left: 10px;
		font-size: calc(14 / 980 * 100vw);
		display: block;
	}
	.plan_detail_bg .spec ul.menseki_list li.inline{
		display: inline-block;
	}
	.plan_detail_bg .spec ul.menseki_list li::before {
		width: 10px;
		height: 10px;
		margin-right: 5px;
	}
	.plan_detail_bg .spec ul.menseki_list li span{
		font-size: calc(11 / 980 * 100vw);
	}

	.plan_detail_bg .plan_img {
		text-align: center;
		padding: 15px 0%;
		width: 100%;
		max-width: 57%;
	}
.copy_txt {
	font-size: 24px;
}
}


@media only screen and (max-width: 768px){
	.plan_detail_bg{
		background: #FFF;
		border: #947f60 1px solid;
		padding: 10px 3%;
		max-width: 1000px;
		width: 90%;
		margin: 10px auto 30px;
		display: block;
		justify-content: space-between;
	}
	.plan_detail_bg .spec{
		width: auto;
		font-family: 'Shippori Mincho', serif;
		padding-top: 2%;
	}
	.plan_detail_bg .spec .type{
		text-align: center;
		padding: 0 0 10px 0;
		margin-bottom: 10px;
		font-size: 20px;
		line-height: 1.0;
		width: 80px;
		height: 80px;
	}
	.plan_detail_bg .spec .type strong{
		font-size: 50px;
	}
	.plan_detail_bg .spec .ldk{
		/* color: #000; */
		text-align: center;
		font-size: 30px;
		line-height: 1.0;
		padding: 0 0 10px 0;
		margin-bottom: -3px;
		font-weight: 300;
	}
	.plan_detail_bg .spec .menseki{
		display: flex;
		justify-content: center;
		/* color: #000; */
		align-items: center;
		gap: 0 20px;
		margin-bottom: 15px;
		padding: 10px 15px;
	}
	.plan_detail_bg .spec .menseki .txt{
		text-align: center;
		font-size: 13px;
	}
	.plan_detail_bg .spec .menseki .num{
		font-size: 20px;
		line-height: 1.2;
	}
	.plan_detail_bg .spec .menseki .num strong{
		font-size: 40px;
		font-weight: 300;
	}
	.plan_detail_bg .spec ul.menseki_list li{
		margin-bottom: 5px;
		padding-left: 10px;
		font-size: 14px;
	}
	.plan_detail_bg .spec ul.menseki_list li.inline{
		display: inline-block;
	}
	.plan_detail_bg .spec ul.menseki_list li span{
		font-size: 12px;
	}
	.plan_detail_bg .spec ul.menseki_list li::before {
		content: '';
		display: inline-block;
		/* background: #a9934a; */
		vertical-align: middle;
		width: 12px;
		height: 12px;
		margin-right: 5px;
	}
	.plan_list_btn{
		max-width: 300px;
		/* background: #363636; */
		padding: 14px 0;
		display: block;
		/* color: #FFF; */
		text-align: center;
		margin: 0 auto 30px;
		text-decoration: none;
		font-size: 18px;
		transition: all 0.3s 0s ease;
	}
	.plan_list_btn:hover{
		background: #999;
		color: #FFF;
	}
	.plan_detail_bg .plan_img {
		max-width: 100%;
	}
	.plan_detail_bg .spec ul.point_list li {
		margin-bottom: 8px;
		padding: 10px 0;
		border: none;
		font-size: 15px;
		font-weight: 500;
		box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
	}
	.plan_detail_bg .spec ul.point_list li:first-child {
		border-top: none;
		padding: 10px 0;
	}
	.plan_detail_bg .spec ul.point_list {
		gap: 6px 0;
	}
	.plan_detail_bg .spec ul.point_list li:last-child {
		padding: 10px 0;
	}
	.plan_detail_bg .order_container {
		flex-direction: column-reverse;
	}
	.copy_txt {
		font-size: 18px;
		text-align: center;
	}
	.notion {
		font-size: 12px;
	}
	.notion span {
		font-size: 11px;
	}
}

/*-----------------------------------------
	plan_image
-----------------------------------------*/
.plan_image.plan_detail_bg {
	justify-content: center;
	text-align: center;
	padding: 130px 8%;
	gap: 0;
}
.plan_image .head {
	margin-bottom: 30px;
	margin-bottom: 60px;
}
.plan_image.b1 .head {
	margin-bottom: 0;
}

.plan_image .ttl {
	font-size: 40px;
	color: #571a68;
	margin-bottom: 26px;
}
.plan_image .ttl::after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-image: url(../img/plan/planttl_underline.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-top: 18px;
}
.plan_image .txt {
	display: inline-block;
	font-size: 22px;
	margin-bottom: 26px;
}
.plan_image .head .plan_img,
.plan_image .foot .plan_img {
	width: 100%;
	max-width: 800px;
}

@media only screen and (max-width: 768px){
	.plan_image.plan_detail_bg {
		padding: 40px 8%;
	}
	.plan_image .head {
		margin-bottom: 30px;
	}
	.plan_image .ttl {
		font-size: 24px;
	}	
	.plan_image .txt {
		font-size: 16px;
	}
	
	.plan_image {
		text-align: center;
	}
	.plan_image .plan_img {
		display: block;
		margin: 0 auto;
		max-width: 100%;
	}
	
}


/*============================
#model_3d
============================*/

 .model_3d {
	margin: 0 auto 80px;
	text-align: center;
}
 .model_3d .plan_detail_bg {
	display: block;
	padding: 65px 0;
}
 .model_3d .plan_detail_bg iframe {
	max-width: 90%;
	width: 835px;
	aspect-ratio: 853 / 480;
}
 .model_3d .ttl {
	position: relative;
	padding-bottom: 20px;
	font-size: 40px;
	text-align: center;
	color: #571a68;
}
 .model_3d .ttl::after {
	content: '';
	display: block;
	margin: 0 auto;
	width: 70%;
	height: 2px;
	background-image: url(../img/plan/planttl_underline.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-top: 18px;
}


@media only screen and (max-width: 768px){
	 .model_3d {
		margin: 0 auto 30px;
	}
	 .model_3d .plan_detail_bg {
		padding: 40px 0;
		width: 100%;
	}
	 .model_3d .ttl {
		font-size: 24px;
	}
}</pre></body></html>