@charset "UTF-8";
.new_icon {
	position: relative;
}
.new_icon::before {
	content: "";
	display: block;
	background: url(../img/common/new_icon.svg) no-repeat center / cover;
	width: 94.3px;
	height: 18.6px;
	position: absolute;
	top: -17.6px;
	left: 0;
}
.vr a {
	position: relative;
}
.vr a::before {
	content: "";
	display: block;
	background: url(../img/common/360_vr_icon.svg) no-repeat center / cover;
	width: 122px;
	height: 33px;
	position: absolute;
	top: 11px;
	right: 12px;
}
.lower .vr a::before {
	width: 82px;
	height: 22px;
	top: 7px;
	right: 8px;
}
.detail_btn {
	font-size: 24px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 500;
	letter-spacing: 0;
	text-align: center;
	color: #ffffff !important;
	background: #800000;
	background: linear-gradient(90deg, rgba(128, 0, 0, 1) 0%, rgba(144, 0, 0, 1) 50%, rgba(128, 0, 0, 1) 100%);
	width: 100vw;
	padding: 30.5px 0;
	margin: 0 calc(50% - 50vw);
	position: relative;
}
.detail_btn:hover {
	opacity: 0.9;
}
.video_wrap {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}
.video_wrap video {
	width: 100%;
	transform: scale(1.005);
}
@media screen and (max-width: 840px) {
	.vr a::before,
	.lower .vr a::before {
		width: 90px;
		height: 24px;
		top: 5px;
		right: 6px;		
	}
}
@media screen and (max-width: 640px) {
	.detail_btn {
		font-size: 15px;
		width: 100%;
		border: 1px solid rgba(255, 255, 255, 0.8);
		padding: 9px 0;
		margin: 0 auto;
	}
}
/*-----------------------------------

	mainvisual

-----------------------------------*/
#mainvisual img {
	width: 100%;
}
/*-----------------------------------

	about_block

-----------------------------------*/
#about_block {
	background: linear-gradient(-90deg,rgba(249, 230, 230, 1) 50%, rgba(255, 255, 255, 1) 100%);
	padding: 0 0 67px;
}
#about_block .video_wrap {
	margin-bottom: 75px;
}
#about_block .ttl_box {
	max-width: 971px;
	margin: 0 auto 60px;
}
#about_block .tp,
#about_block .bm {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
#about_block .tp {
	justify-content: flex-start;
	gap: 0 8%;
	margin-bottom: 36px;
}
#about_block .tp .lt {
	width: 36%;
}
#about_block .tp .rt {
	width: 46%;
}
#about_block .bm .lt {
	width: 35%;
}
#about_block .bm .rt {
	width: 60%;
}
#about_block .img_box {
	max-width: 931px;
	margin: 0 auto;
	transform: translateX(24px);
}
#about_block .img_box img {
	width: 100%;
}
@media screen and (max-width: 840px) {
	#about_block .img_box {
		transform: translateX(0);
	}
}
@media screen and (max-width: 640px) {
	#about_block {
		background: linear-gradient(-90deg,rgba(249, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 100%);
		padding: 0 0 27px;
	}
	#about_block .video_wrap {
		margin-bottom: 25px;
	}
	#about_block .ttl_box {
		margin-bottom: 31px;
	}
	#about_block .tp {
		gap: 0 5%;
		margin-bottom: 19px;
	}
	#about_block .tp .lt {
		width: 47%;
	}
	#about_block .bm .lt {
		width: 95%;
	}
	#about_block .bm .rt {
		width: 100%;
	}
	#about_block .bm .lt {
		margin-bottom: 35px;
	}
}
/*-----------------------------------

	equipment_block

-----------------------------------*/
#equipment_block {
	background: linear-gradient(90deg,rgba(249, 230, 230, 1) 50%, rgba(255, 255, 255, 1) 100%);
	padding: 35px 0 0;
}
#equipment_block img {
	width: 100%;
}
#equipment_block h2 {
	font-size: 36px;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	text-align: center;
	margin-bottom: 40px;
}
#equipment_block .floor_img {
	margin-bottom: 37px;
}
#equipment_block .fn_img {
	margin-bottom: 65px;
}
#equipment_block .equipment_wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 0 5%;
	margin-bottom: 58px;
}
#equipment_block .equipment_box:nth-of-type(1) {
	width: 195px;
}
#equipment_block .equipment_box:nth-of-type(2) {
	width: 298px;
}
#equipment_block .equipment_box:nth-of-type(3),
#equipment_block .equipment_box:nth-of-type(4) {
	width: 160px;
}
#equipment_block .equipment_box p {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: -0.1em;
	margin-top: 13px;
}
@media screen and (max-width: 640px) {
	#equipment_block {
		background: linear-gradient(90deg,rgba(249, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 100%);
		padding: 25px 0 29px;
	}
	#equipment_block h2 {
		font-size: 19px;
		line-height: 1.53;
		margin-bottom: -29px;
	}
	#equipment_block h2 .big {
		font-size: 29px;
	}
	#equipment_block .floor_img {
		margin-bottom: 7px;
	}
	#equipment_block .fn_img {
		margin-bottom: 27px;
	}
	#equipment_block .equipment_wrap {
		justify-content: center;
		flex-wrap: wrap;
		gap: 23px 15px;
		margin-bottom: 22px;
	}
	#equipment_block .equipment_box:nth-of-type(1) {
		width: 126px;
	}
	#equipment_block .equipment_box:nth-of-type(2) {
		width: 192px;
	}
	#equipment_block .equipment_box:nth-of-type(3),
	#equipment_block .equipment_box:nth-of-type(4) {
		width: 126px;
	}
	#equipment_block .equipment_box p {
		font-size: 10px;
		margin-top: 8.5px;
	}
}
/*-----------------------------------

	limit_block

-----------------------------------*/
#limit_block {
	font-family: "Noto Serif JP", serif;
	background: url(../img/plan/img_limit_bg.png) no-repeat center top / contain, linear-gradient(90deg,rgba(249, 230, 230, 1) 50%, rgba(255, 255, 255, 1) 100%);
	padding: 39.15vw 0 74px;
}
#limit_block h2 {
	font-size: 40px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0;
	text-align: center;
	margin-bottom: 84px;
}
#limit_block h2 div.clr {
	display: inline;
}
#limit_block .limit_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#limit_block .limit_box .left_box,
#limit_block .limit_box .right_box {
	width: 50%;
}
#limit_block .limit_box .left_box {
	background: #e37f7f;
	display: flex;
	justify-content: center;
	align-items: center;
}
#limit_block .limit_box .left_box img {
	width: 100%;
	max-width: 408px;
	padding: 0 20px;
}
#limit_block .limit_box .right_box {
	background: #ffffff;
	padding: 34px 49px;
}
#limit_block .limit_box .right_box .img_box {
    width: 100%;
    max-width: 403px;
    margin-bottom: 27px;
}
#limit_block .limit_box .right_box .img_box img {
	width: 100%;
}
#limit_block .limit_box .right_box .text_wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	max-width: 433px;
}
#limit_block .limit_box .right_box .text_box {
    width: calc((100% - 27px) / 2);
}
#limit_block .limit_box .right_box .text_box h3 {
	font-size: 19px;
	font-weight: 500;
	color: #d2575a;
    margin-top: 6px;
    margin-bottom: 2px;
}
#limit_block .limit_box .right_box .text_box p {
    font-size: 16px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    line-height: 1.8125;
    letter-spacing: -0.005EM;
}
@media screen and (min-width: 1601px) {
	#limit_block {
		padding: 41.15vw 0 74px;
	}
}
@media screen and (max-width: 640px) {
	#limit_block {
		background: url(../img/plan/sp/img_limit_bg.png) no-repeat center top / contain, linear-gradient(90deg,rgba(249, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 100%);
		padding: 42.14vw 0 0;
	}
	#limit_block h2 {
		font-size: 26px;
		line-height: 1.423;
		margin-bottom: 18px;
	}
	#limit_block h2 div.clr {
		color: #dd6666;
	}
	#limit_block .limit_box .left_box,
	#limit_block .limit_box .right_box {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
	}
	#limit_block .limit_box .left_box {
		min-height: 299px;
	}
	#limit_block .limit_box .left_box img {
		max-width: 291px;
	}
	#limit_block .limit_box .right_box {
		padding: 22px 31px 46.5px;
	}
	#limit_block .limit_box .right_box .img_box {
		max-width: 296px;
		margin-left: 12px;
		margin-bottom: 32px;
	}
	#limit_block .limit_box .right_box .text_box {
	    width: calc((100% - 21px) / 2);
	}
	#limit_block .limit_box .right_box .text_box h3 {
		font-size: 15px;
		margin-top: 5px;
		margin-bottom: 1px;
	}
	#limit_block .limit_box .right_box .text_box p {
		font-size: 12px;
	}
}
/*-----------------------------------

	zeh_block

-----------------------------------*/
#zeh_block {
	font-family: "Noto Serif JP", serif;
	background: url(../img/plan/img_zeh_bg.png) no-repeat center top / contain, linear-gradient(90deg,rgba(249, 230, 230, 1) 50%, rgba(255, 255, 255, 1) 100%);
	padding: 38.36vw 0 0;
}
#zeh_block h2 {
	font-size: 40px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0;
	text-align: center;
	margin-bottom: 71px;
}
#zeh_block h2 div.clr {
	display: inline;
}
#zeh_block .zeh_wrap {
	margin-bottom: 82px;
}
#zeh_block .zeh_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#zeh_block .zeh_box:not(:last-of-type) {
	margin-bottom: 33px;
}
#zeh_block .zeh_box .img_box,
#zeh_block .zeh_box .text_box {
	width: 50%;
}
#zeh_block .zeh_box .img_box {
	background: #ffffff;
	min-height: 250px;
}
#zeh_block .zeh_box:nth-of-type(2) .img_box,
#zeh_block .zeh_box:nth-of-type(3) .img_box {
	display: flex;
	justify-content: center;
	align-items: center;
}
#zeh_block .zeh_box .img_box img {
	width: 100%;
}
#zeh_block .zeh_box:nth-of-type(1) .img_box img {
	height: 100%;
	object-fit: cover;
}
#zeh_block .zeh_box:nth-of-type(2) .img_box img {
	max-width: 465px;
	padding: 0 20px;
}
#zeh_block .zeh_box:nth-of-type(3) .img_box img {
	max-width: 458px;
	padding: 0 20px;
}
#zeh_block .zeh_box .text_box {
	background: #e37f7f;
}
#zeh_block .zeh_box .text_box {
	color: #ffffff;
	padding: 38px 42px;
}
#zeh_block .zeh_box .text_box h3 {
	font-size: 27px;
	font-weight: 400;
	margin-bottom: 5px;
}
#zeh_block .zeh_box .text_box li {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.87;
	letter-spacing: 0.025em;
}
@media screen and (min-width: 1601px) {
	#zeh_block {
		padding: 41.36vw 0 0;
	}
}
@media screen and (max-width: 640px) {
	#zeh_block {
		background: url(../img/plan/img_zeh_bg.png) no-repeat center top / contain, linear-gradient(90deg,rgba(249, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 100%);
		padding: 41.3vw 0 24px;
	}
	#zeh_block h2 {
		font-size: 26px;
		line-height: 1.423;
		margin-bottom: 24px;
	}
	#zeh_block h2 div.clr {
		color: #dd6666;
	}
	#zeh_block .zeh_wrap {
		margin-bottom: 18px;
	}
	#zeh_block .zeh_box:not(:last-of-type) {
		margin-bottom: 0;
	}
	#zeh_block .zeh_box .img_box,
	#zeh_block .zeh_box .text_box {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
	}
	#zeh_block .zeh_box .img_box {
		min-height: 197px;
	}
	#zeh_block .zeh_box:nth-of-type(2) .img_box img {
		max-width: 375px;
	}
	#zeh_block .zeh_box:nth-of-type(3) .img_box img {
		max-width: 370px;
	}
	#zeh_block .zeh_box .text_box {
		padding: 30px 29px;
	}
	#zeh_block .zeh_box .text_box h3 {
		font-size: 21px;
		margin-bottom: 4px;
	}
	#zeh_block .zeh_box .text_box li {
		font-size: 14px;
		line-height: 1.93;
	}
}
/*-----------------------------------

	access_block

-----------------------------------*/
#access_block {
	padding: 0 0 65px;
}
#access_block .video_wrap {
	margin-bottom: 93px;
}
#access_block .access_wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 24px 0;
}
#access_block .access_box {
	width: calc((100% - 22px) / 2);
}
#access_block .access_box img {
	width: 100%;
}
@media screen and (max-width: 640px) {
	#access_block {
		padding: 0 0 34px;
	}
	#access_block .video_wrap {
		margin-bottom: 25px;
	}
	#access_block .access_box {
		width: 100%;
	}
}
/*-----------------------------------

	special_block

-----------------------------------*/
#special_block {
	background: url(../img/plan/img_special.jpg) no-repeat center top / cover;
	padding: 18vw 0;
}
#special_block a {
	display: block;
	max-width: 773px;
	box-shadow: 11px 13px 16px rgba(16, 1, 1, 0.56);
	margin: 0 auto;
}
#special_block a:hover {
	opacity: 0.9;
}
#special_block a img {
	display: block;
	width: 100%;
}
@media screen and (max-width: 640px) {
	#special_block {
		background: url(../img/plan/sp/img_special.jpg) no-repeat center top / cover;
		padding: max(28.27vw, 106px) 0 max(25.87vw, 97px);
	}
	#special_block a {
		box-shadow: 5px 6px 6px rgba(16, 1, 1, 0.56);
	}
}
/*-----------------------------------

	haseko_block

-----------------------------------*/
#haseko_block {
	color: #ffffff;
	background: url(../img/plan/haseko_bg.jpg) no-repeat center / cover;
	padding: 136px 0 0;
}
#haseko_block h2 {
	font-size: 36px;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 43px;
}
#haseko_block h3 {
	max-width: 314px;
	margin: 0 auto 71px;
}
#haseko_block p {
	font-size: 18px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	line-height: 2;
	letter-spacing: 0.05em;
	text-align: justify;
	max-width: 740px;
	margin: 0 auto 71px;
}
#haseko_block .img_box {
	margin-bottom: 82px;
}
@media screen and (max-width: 640px) {
	#haseko_block {
		background: url(../img/plan/sp/haseko_bg.jpg) no-repeat center / cover;
		padding: 24px 0 47px;
	}
	#haseko_block h2 {
		font-size: 22px;
		margin-bottom: 22px;
	}
	#haseko_block h3 {
		max-width: 229px;
		margin-bottom: 33px;
	}
	#haseko_block p {
		font-size: 12px;
		margin-bottom: 33px;
	}
	#haseko_block .img_box {
		width: 100vw;
		margin: 0 calc(50% - 50vw) 12px;
	}
}
/*-----------------------------------

	top_btn

-----------------------------------*/
#top_btn a {
	display: block;
	width: 83px;
	margin: 57px auto;
}
#top_btn a img {
	display: block;
	width: 100%;
}
@media screen and (max-width: 640px) {
	#top_btn a {
		width: 71px;
		margin: 18px auto;
	}
}
/*-----------------------------------

	bottom_text

-----------------------------------*/
#bottom_text {
	padding: 20px 0 60px;
}
#bottom_text p {
	font-size: 10px;
	line-height: 1.4;
}
#bottom_text.dtype p {
	font-size: 11px;
	line-height: 1.2;
}
#bottom_text.atype.top {
	padding: 18px 0 60px;
}
/*-- btype、etype --*/
#bottom_text.btype {
	padding: 103px 0 0;
}
#bottom_text.btype.top {
	padding: 18px 0 77px;
}
#bottom_text.btype.bottom {
	padding: 40px 0 45px;
}
#bottom_text.dtype {
	padding: 40px 0 45px;
}
#bottom_text.etype {
	padding: 48.4px 0 0;
}
#bottom_text.atype .img_wrap,
#bottom_text.btype .img_wrap,
#bottom_text.etype .img_wrap {
	position: relative;
}
#bottom_text.atype .img_wrap::after,
#bottom_text.btype .img_wrap::after,
#bottom_text.etype .img_wrap::after {
	content: "完成予想図";
	display: block;
	font-size: 13px;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #000000;
	width: 68.5px;
	height: 13px;
	position: absolute;
	right: 8px;
	bottom: -25px;
	z-index: 1;
}
#bottom_text.atype .img_wrap::after {
	font-size: 17px;
	width: 89.5px;
    height: 17px;
	right: 0;
	bottom: -27px;
}
#bottom_text.atype .img_box,
#bottom_text.btype .img_box,
#bottom_text.etype .img_box {
	margin: 0 auto 23px;
	position: relative;
}
#bottom_text.atype p,
#bottom_text.btype p,
#bottom_text.etype p {
	font-size: 10px;
	line-height: 1.4;
}
#bottom_text.atype.top p {
	margin-top: -13px;
}
/*-- ctype --*/
#bottom_text.ctype {
	padding: 20px 0 112px;
}
@media screen and (max-width: 640px) {
	#bottom_text {
		padding: 20px 0 10px;
	}
	#bottom_text.btype,
	#bottom_text.etype {
		padding: 53px 0 0;
	}	
	#bottom_text.atype.top {
		padding: 12px 0 60px;
	}
	#bottom_text.btype.top {
		padding: 12px 0 30px;
	}
	#bottom_text.ctype {
		padding: 20px 0 60px;
	}
	#bottom_text.btype.bottom,
	#bottom_text.dtype {
		padding: 25px 0 40px;
	}	
	#bottom_text.atype .img_wrap::after,
	#bottom_text.btype .img_wrap::after,
	#bottom_text.etype .img_wrap::after {
		font-size: 10px;
		color: #ffffff;
		width: 53.5px;
		right: 0;
		bottom: 10px;
	}
	#bottom_text.atype .img_wrap img.slide,
	#bottom_text.btype .img_wrap img.slide,
	#bottom_text.etype .img_wrap img.slide {
		display: block;
		width: 130px;
		margin: auto;
		position: absolute;
		top: 185px;
		left: 0;
		right: 0;
		animation: swipeAnimation 1s ease-in-out infinite alternate;
		z-index: 1;
	}
	#bottom_text.atype .img_box,
	#bottom_text.btype .img_box,
	#bottom_text.etype .img_box {
		width: 100vw;
		height: 375px;
		margin: 0 calc(50% - 50vw) 13px;
		overflow-x: scroll;
		overflow-y: hidden;
	}
	#bottom_text.btype #bottom_text.btype .img_box {
		margin: 0 calc(50% - 50vw) 18px;
	}
	#bottom_text.atype .img_box img,
	#bottom_text.btype .img_box img,
	#bottom_text.etype .img_box img {
		width: 626px;
		max-width: initial;
	}
	@keyframes swipeAnimation {
		0% {
			transform: translateX(16px);
		}
		100% {
			transform: translateX(-16px);
		}
	}
	#bottom_text.atype.top p {
		margin-top: 0;
	}	
	#bottom_text.dtype p {
		font-size: 10px;
		line-height: 1.3;
	}
}
/*-----------------------------------

	bottom_block

-----------------------------------*/
#bottom_block.ctype {
    padding: 200px 0 70px;
}
@media screen and (max-width: 640px) {
	#bottom_block.ctype {
		padding: 40px 0 70px;
	}	
}