@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: 700;
	letter-spacing: 0;
	text-align: center;
	background: #B8A180;
	background: linear-gradient(90deg, rgba(184, 161, 128, 1) 0%, rgba(225, 223, 189, 1) 50%, rgba(184, 161, 128, 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);
}
#about_video {
	margin-bottom: -10px;
}
.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: url(../img/plan/img_about_ftype_bg.png) no-repeat center top / cover;
	padding: 178px 0 111px;
}
#about_block .about_wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}
#about_block .ttl_box {
	width: 36.7%;
	margin-bottom: 18px;
}
#about_block .img_box {
	width: 55.9%;
}
#about_block .img_box img {
	width: 100%;
}
@media screen and (max-width: 640px) {
	#about_block {
		background: url(../img/plan/sp/img_about_ftype_bg.png) no-repeat center top / cover;
		padding: 83px 0 48px;
	}
	#about_block .ttl_box {
		width: 100%;
		margin-bottom: 76px;
	}
	#about_block .img_box {
		width: 90%;
		margin: 0 auto;
		transform: translateX(-2%);
	}
}
/*-----------------------------------

	equipment_block

-----------------------------------*/
#equipment_block {
	color: #ffffff;
	background: url(../img/plan/img_equip_ftype_bg.png) no-repeat center top / contain, #23232a;
	padding: 38px 0 0;
}
#equipment_block .img {
	overflow: hidden;
}
#equipment_block img {
	width: 100%;
	transform: scale(1.013);
}
#equipment_block h2 {
	width: 345px;
	margin-bottom: 20.72vw;
}
#equipment_block .tp,
#equipment_block .bm {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
#equipment_block .tp {
	margin-bottom: 106px;
}
#equipment_block .bm {
	margin-bottom: 95px;
}
#equipment_block .tp .text_box {
	width: 46%;	
}
#equipment_block .tp .text_box h3 {
	margin-bottom: 42px;
}
#equipment_block .tp .img_box {
	width: 43.5%;
}
#equipment_block .bm .text_box {
	width: calc((100% - 80px) / 3);	
}
#equipment_block .bm .text_box h3 {
	font-size: 33px;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: -0.05em;
	margin-top: 35px;
}
#equipment_block .bm .text_box:last-of-type h3 {
	letter-spacing: -0.1em;
}
#equipment_block .bm .text_box h3 span {
	display: block;
	font-size: 18px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	letter-spacing: -0.05em;
}
@media screen and (max-width: 640px) {
	#equipment_block {
		background: url(../img/plan/sp/img_equip_ftype_bg.png) no-repeat center top / contain, #23232a;
		padding: 11px 0 39px;
	}
	#equipment_block h2 {
		width: 193px;
		margin-bottom: 70.94vw;
	}
	#equipment_block .tp {
		flex-direction: column-reverse;
		margin-bottom: 25px;
	}
	#equipment_block .tp .img_box {
		width: 78.6%;
		margin: 0 auto;	
	}
	#equipment_block .tp .text_box {
		width: 100%;
	}
	#equipment_block .tp .img_box {
		margin-bottom: 13.5px;
	}
	#equipment_block .tp .text_box h3 {
		max-width: 267px;
		margin: 0 auto 21px;
	}
	#equipment_block .tp .text_box .img {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
	}
	#equipment_block .bm {
		margin-bottom: 34px;
	}
	#equipment_block .bm .text_box {
		width: 100%;
	}
	#equipment_block .bm .text_box:not(:last-of-type) {
		margin-bottom: 29px;	
	}
	#equipment_block .bm .text_box h3 {
		font-size: 21px;
		line-height: 1.75;
		margin-top: 10px;
	}
	#equipment_block .bm .text_box:last-of-type h3 {
		letter-spacing: -0.05em;
	}
	#equipment_block .bm .text_box h3 span {
		font-size: 14px;
	}
}
/*-----------------------------------

	limit_block

-----------------------------------*/
#limit_block {
	background: url(../img/plan/img_limit_ftype_bg.png) no-repeat center top / contain, #23232a;
	padding: 23.79vw 0 104px;
}
#limit_block h2,
#limit_block .intro_txt {
	text-align: center;
	color: #ffffff;
}
#limit_block h2 {
	font-size: 40px;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0;
	margin-bottom: 29px;
}
#limit_block .intro_txt {
	font-size: 18px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 2.15;
	letter-spacing: 0.05em;
	margin-bottom: 63px;	
}
#limit_block .limit_wrap {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 26px 0;
}
#limit_block .limit_box {
	background: #ffffff;
	width: calc((100% - 45px) / 2);
	max-width: 508px;
	min-height: 622px;
	padding: 35px 10px 20px 32px;
	display: flex;
	flex-direction: column;
}
#limit_block .limit_box h3 {
	font-size: 30px;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: -0.025em;
	color: #1a2b8e;
	margin-bottom: 10px;
}
#limit_block .limit_box p {
	font-size: 19px;
	font-weight: 500;
	line-height: 1.79;
	letter-spacing: -0.025em;
}
#limit_block .limit_box p span {
	font-size: 14px;
}
#limit_block .limit_box:nth-of-type(1) .img_box {
    max-width: 462px;
    margin-left: -16px;
}
#limit_block .limit_box:nth-of-type(2) .img_box {
    max-width: 461px;
	margin-top: 50px;
    margin-left: -16px;
}
@media screen and (max-width: 640px) {
	#limit_block {
		background: url(../img/plan/sp/img_limit_ftype_bg.png) no-repeat center top / contain, #23232a;
		padding: 57.6vw 0 55px;
	}
	#limit_block h2 {
		font-size: 26px;
		line-height: 1.577;
		margin-bottom: 13px;
	}
	#limit_block .intro_txt {
		font-size: 13px;
		line-height: 2.08;
		margin-bottom: 24px;	
	}
	#limit_block .limit_box {
        width: 100%;
        min-height: initial;
        padding: 23px 10.5px 14px 16px;
    }
	#limit_block .limit_box h3 {
		font-size: 20px;
		margin-bottom: 7px;
	}
	#limit_block .limit_box p {
		font-size: 13px;
		line-height: 1.5;
		line-height: 1.625;
		letter-spacing: -0.035em;
		width: 96%;
	}
	#limit_block .limit_box p span {
		font-size: 10px;
	}
	#limit_block .limit_box:nth-of-type(1) .img_box {
		margin-left: -11px;
	}
	#limit_block .limit_box:nth-of-type(2) .img_box {
		margin-top: 17px;
		margin-left: -7px;
	}
}
/*-----------------------------------

	zeh_block

-----------------------------------*/
#zeh_block {
	color: #ffffff;
	font-family: "Noto Serif JP", serif;
	background: url(../img/plan/img_zeh_ftype_bg.png) no-repeat center top / contain, #23232a;
	padding: 23.08vw 0 0;
}
#zeh_block h2 {
	font-size: 40px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0;
	text-align: center;
	margin-bottom: 94px;
}
#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 {
	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 (max-width: 640px) {
	#zeh_block {
		background: url(../img/plan/sp/img_zeh_ftype_bg.png) no-repeat center top / contain, #23232a;
		padding: 62.67vw 0 42px;
	}
	#zeh_block h2 {
		font-size: 26px;
		line-height: 1.423;
		margin-bottom: 32px;
	}
	#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 132px;
}
#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: 41px 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_wrap {
		gap: 34px 0;
	}
	#access_block .access_box {
		width: 100%;
	}
}
/*-----------------------------------

	special_block

-----------------------------------*/
#special_block {
	background: url(../img/plan/img_ftype_special.jpg) no-repeat center top / cover;
	padding: 19vw 0 16vw;
}
#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_ftype_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;
	}	
}