/*-----------------setting_css---------------------*/
/*-----------------/setting_css/---------------------*/
#plan header .btn {
	width: 90%;
	margin: auto;
	padding-top: 100px;
}
#plan .din {
	font-family: "din", "sans-serif";
	font-weight: 700;
	font-style: normal;
}
#plan .imgnote {
	position: absolute;
	bottom: 3px;
	right: 3px;
	letter-spacing: 0;
	font-size: 10px;
	color: #fff;
	font-weight: 400;
}
#plan .mv {
	position: relative;
}
#plan .mv .mv_ttl {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	color: #fff;
	text-transform: uppercase;
	font-size: clamp(10px, 5vw, 50px);
}
@media screen and (max-width: 768px) {
	#plan {
		/*@media screen end*/
	}
	#plan .mv .mv_ttl {
		font-size: clamp(10px, 11vw, 50px);
	}
}
#plan .content {
	background: #F1EFEA;
}
#plan .content .text_area {
	width: 90%;
	max-width: 1000px;
	margin: auto;
	padding-top: 80px;
	padding-bottom: 30px;
}
#plan .content .text_area .text {
	font-size: 28px;
	text-align: center;
}
#plan .content .item_area {
	width: 90%;
	max-width: 1000px;
	margin: auto;
	padding: 30px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
#plan .content .item_area .item {
	width: 48%;
	margin: 30px 0;
	background: #fff;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
	        box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
	position: relative;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
#plan .content .item_area .item:hover {
	-webkit-box-shadow: rgba(0, 0, 0, 0.8) 0 0 20px;
	        box-shadow: rgba(0, 0, 0, 0.8) 0 0 20px;
}
#plan .content .item_area .item .item_ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
}
#plan .content .item_area .item .item_ttl .type-info {
	position: relative;
	width: 68%;
}
#plan .content .item_area .item .item_ttl .type-info .type {
	width: 100%;
	bottom: 0;
	left: 0;
}
#plan .content .item_area .item .item_ttl .type-info .type .type_area {
	position: absolute;
	width: 80%;
	min-width: 200px;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#plan .content .item_area .item .item_ttl .type-info .type .type_area .type_name {
	width: 25%;
	font-size: 40px;
	font-size: clamp(1.75rem, 0.417rem + 2.78vw, 2.5rem);
	color: #fff;
	position: relative;
	text-align: center;
	padding-bottom: 5px;
}
#plan .content .item_area .item .item_ttl .type-info .type .type_area .type_name > span {
	font-size: 14px;
	font-size: clamp(0.75rem, 0.528rem + 0.46vw, 0.875rem);
	letter-spacing: 2px;
	position: absolute;
	bottom: -25%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
#plan .content .item_area .item .item_ttl .type-info .type .type_area .type_text {
	width: 75%;
	color: #fff;
	font-size: 40px;
	font-size: clamp(1.75rem, 0.417rem + 2.78vw, 2.5rem);
	letter-spacing: 2px;
	padding-top: 15px;
	text-align: center;
	position: relative;
}
#plan .content .item_area .item .item_ttl .type-info .type .type_area .type_text > span {
	font-size: 20px;
	font-size: clamp(1rem, 0.556rem + 0.93vw, 1.25rem);
	position: relative;
}
#plan .content .item_area .item .item_ttl .type-info .type .type_area .type_text > span > span {
	position: absolute;
	bottom: 3px;
	left: 0;
}
#plan .content .item_area .item .item_ttl .type-info .type .type_area .type_text::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background: #fff;
}
#plan .content .item_area .item .item_ttl .more {
	width: 30%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#plan .content .item_area .item .item_ttl .more .more_text {
	font-size: 25px;
	letter-spacing: 0;
	text-transform: uppercase;
	padding-right: 5px;
}
#plan .content .item_area .item .item_ttl .more .more-img {
	width: 23px;
	aspect-ratio: 1/1;
	padding-top: 3px;
}
#plan .content .item_area .item .item-info {
	min-height: 155px;
	margin: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative;
}
#plan .content .item_area .item .item-info::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 1px;
	height: 100%;
	background: #D2D2D2;
}
#plan .content .item_area .item .item-info .area {
	width: 48%;
}
#plan .content .item_area .item .item-info .area .area-item {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: auto;
}
#plan .content .item_area .item .item-info .area .area-item .area_text1 {
	font-size: 16px;
	font-size: clamp(0.875rem, 0.653rem + 0.46vw, 1rem);
	padding: 10px 0;
}
#plan .content .item_area .item .item-info .area .area-item .area_text2 {
	font-size: 52px;
	font-size: clamp(2.188rem, 0.299rem + 3.94vw, 3.25rem);
	letter-spacing: 2px;
}
#plan .content .item_area .item .item-info .area .area-item .area_text2 .span1 {
	font-size: 70px;
	font-size: clamp(3.75rem, 2.639rem + 2.31vw, 4.375rem);
}
#plan .content .item_area .item .item-info .area .area-item .area_text2 .span2 {
	font-size: 32px;
	font-size: clamp(1.563rem, 0.785rem + 1.62vw, 2rem);
}
#plan .content .item_area .item .item-info .area .area-item .area_text3 {
	font-size: 12px;
	text-align: right;
	margin-top: -25px;
	margin-top: calc(-1 * clamp(0.75rem, -0.694rem + 3.01vw, 1.563rem));
}
#plan .content .item_area .item .item-info .area_info {
	width: 45%;
}
#plan .content .item_area .item .item-info .area_info .lead {
	font-size: 18px;
	font-size: clamp(0.875rem, 0.431rem + 0.93vw, 1.125rem);
	letter-spacing: 0;
}
#plan .content .item_area .item .item-info .area_info .txt {
	font-size: 13px;
	font-size: clamp(0.75rem, 0.639rem + 0.23vw, 0.813rem);
	font-weight: 400;
	letter-spacing: 0;
	letter-spacing: clamp(-0.063rem, -0.174rem + 0.23vw, 0rem);
	padding: 5px 0;
}
#plan .content .item_area .item > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 768px) {
	#plan {
		/*@media screen end*/
	}
	#plan .content .text_area {
		width: 95%;
		padding-top: 50px;
	}
	#plan .content .text_area .text {
		font-size: 24px;
		font-size: clamp(1.125rem, 0.458rem + 1.39vw, 1.5rem);
	}
	#plan .content .item_area .item {
		width: 100%;
		margin: 20px 0;
	}
	#plan .content .item_area .item .item_ttl .type-info {
		width: 68%;
	}
	#plan .content .item_area .item .item_ttl .type-info .type .type_area {
		width: 90%;
	}
	#plan .content .item_area .item .item_ttl .type-info .type .type_area .type_name {
		font-size: 32px;
		font-size: clamp(2rem, 0.75rem + 6.25vw, 3.75rem);
	}
	#plan .content .item_area .item .item_ttl .type-info .type .type_area .type_name > span {
		font-size: 12px;
		font-size: clamp(0.813rem, 0.277rem + 2.68vw, 1.563rem);
	}
	#plan .content .item_area .item .item_ttl .type-info .type .type_area .type_text {
		font-size: clamp(1.563rem, -0.179rem + 8.71vw, 4rem);
	}
	#plan .content .item_area .item .item_ttl .more .more_text {
		font-size: 25px;
		font-size: clamp(1.25rem, 1.027rem + 1.12vw, 1.563rem);
	}
	#plan .content .item_area .item .item_ttl .more .more-img {
		width: 23px;
		width: clamp(1.188rem, 1.009rem + 0.89vw, 1.438rem);
	}
	#plan .content .item_area .item .item-info {
		min-height: 140px;
	}
	#plan .content .item_area .item .item-info::before {
		left: 47%;
	}
	#plan .content .item_area .item .item-info .area {
		width: 45%;
	}
	#plan .content .item_area .item .item-info .area .area-item .area_text1 {
		font-size: 14px;
		font-size: clamp(0.875rem, 0.607rem + 1.34vw, 1.25rem);
		padding-bottom: 8px;
	}
	#plan .content .item_area .item .item-info .area .area-item .area_text2 {
		font-size: 30px;
		font-size: clamp(1.875rem, 0.536rem + 6.7vw, 3.75rem);
	}
	#plan .content .item_area .item .item-info .area .area-item .area_text2 .span1 {
		font-size: 40px;
		font-size: clamp(2.5rem, 0.268rem + 11.16vw, 5.625rem);
	}
	#plan .content .item_area .item .item-info .area .area-item .area_text2 .span2 {
		font-size: 24px;
		font-size: clamp(1.5rem, 0.875rem + 3.13vw, 2.375rem);
	}
	#plan .content .item_area .item .item-info .area .area-item .area_text3 {
		font-size: 12px;
		font-size: clamp(0.75rem, 0.616rem + 0.67vw, 0.938rem);
		text-align: right;
		margin-top: calc(-1 * clamp(0.625rem, -0.045rem + 3.35vw, 1.563rem));
	}
	#plan .content .item_area .item .item-info .area_info {
		width: 48%;
	}
	#plan .content .item_area .item .item-info .area_info .lead {
		font-size: 16px;
		font-size: clamp(0.875rem, 0.607rem + 1.34vw, 1.25rem);
		letter-spacing: -1.5px;
	}
	#plan .content .item_area .item .item-info .area_info .txt {
		font-size: 12px;
		font-size: clamp(0.75rem, 0.571rem + 0.89vw, 1rem);
		font-weight: 400;
		letter-spacing: 0;
		padding: 5px 0;
	}
}
#plan .wrappre {
	background: #F1EFEA;
	padding-bottom: 100px;
}
#plan .wrappre .type-page {
	width: 90%;
	max-width: 1200px;
	margin: auto;
	padding-top: 5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative;
}
#plan .wrappre .type-page .info {
	width: 46%;
}
#plan .wrappre .type-page .info .type_area {
	width: 100%;
	position: relative;
}
#plan .wrappre .type-page .info .type_area .type-name-text {
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#plan .wrappre .type-page .info .type_area .type-name-text .type-ttl {
	width: 20%;
	position: relative;
	font-size: 58px;
	font-size: clamp(2rem, -0.889rem + 6.02vw, 3.625rem);
	text-align: center;
	color: #fff;
}
#plan .wrappre .type-page .info .type_area .type-name-text .type-ttl > span {
	font-size: 25px;
	font-size: clamp(1rem, 2.08vw, 1.563rem);
	letter-spacing: 2px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 40%);
	        transform: translate(-50%, 40%);
}
#plan .wrappre .type-page .info .type_area .type-name-text .line {
	width: 2px;
	height: 30px;
	height: clamp(1.25rem, 0.139rem + 2.31vw, 1.875rem);
	background: #fff;
}
#plan .wrappre .type-page .info .type_area .type-name-text .type-text {
	width: 70%;
	font-size: 62px;
	font-size: clamp(2rem, -1.333rem + 6.94vw, 3.875rem);
	text-align: center;
	letter-spacing: 2px;
	color: #fff;
	padding-top: 15px;
	padding-top: clamp(0.625rem, 0.069rem + 1.16vw, 0.938rem);
}
#plan .wrappre .type-page .info .type_area .type-name-text .type-text > span {
	font-size: 32px;
	font-size: clamp(1.25rem, -0.083rem + 2.78vw, 2rem);
	position: relative;
}
#plan .wrappre .type-page .info .type_area .type-name-text .type-text > span > span {
	position: absolute;
	bottom: 100%;
	left: 0;
}
#plan .wrappre .type-page .info .room_area {
	padding: 30px 0;
	padding: clamp(0.625rem, -1.597rem + 4.63vw, 1.875rem) 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
#plan .wrappre .type-page .info .room_area .room-item {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
#plan .wrappre .type-page .info .room_area .room-item .room-item-lead {
	font-size: 20px;
	font-size: clamp(1rem, 0.556rem + 0.93vw, 1.25rem);
	padding: 10px 0;
}
#plan .wrappre .type-page .info .room_area .room-item .room-item-text {
	font-size: 75px;
	font-size: clamp(2.5rem, -1.389rem + 8.1vw, 4.688rem);
	letter-spacing: 2px;
}
#plan .wrappre .type-page .info .room_area .room-item .room-item-text .span1 {
	font-size: 110px;
	font-size: clamp(4.375rem, -0.069rem + 9.26vw, 6.875rem);
}
#plan .wrappre .type-page .info .room_area .room-item .room-item-text .span2 {
	font-size: 40px;
	font-size: clamp(1.875rem, 0.764rem + 2.31vw, 2.5rem);
}
#plan .wrappre .type-page .info .room_area .room-item .room-item-txt {
	font-size: 14px;
	font-size: clamp(0.75rem, 0.528rem + 0.46vw, 0.875rem);
	font-weight: 400;
	text-align: right;
	margin-top: -30px;
	margin-top: calc(-1 * clamp(1.25rem, 0.139rem + 2.31vw, 1.875rem));
	letter-spacing: 1px;
}
#plan .wrappre .type-page .info .room_area .room-info {
	width: 50%;
}
#plan .wrappre .type-page .info .room_area .room-info .room-info-lead {
	font-size: 20px;
	font-size: clamp(1rem, 0.556rem + 0.93vw, 1.25rem);
	padding: 10px 0;
	letter-spacing: 2px;
}
#plan .wrappre .type-page .info .room_area .room-info .room-info-txt {
	font-size: 15px;
	font-size: clamp(0.75rem, 0.417rem + 0.69vw, 0.938rem);
	font-weight: 400;
	letter-spacing: clamp(0rem, -0.111rem + 0.23vw, 0.063rem);
}
#plan .wrappre .type-page .info .point_area {
	width: 100%;
	padding: 20px 0;
	padding: clamp(0rem, -2.222rem + 4.63vw, 1.25rem) 0;
}
#plan .wrappre .type-page .info .point_area .point {
	padding: 10px 0;
	padding: clamp(0.188rem, -0.59rem + 1.62vw, 0.625rem) 0;
}
#plan .wrappre .type-page .info .point_area .point .point-text {
	background: #fff;
	text-align: center;
	font-size: 18px;
	font-size: clamp(0.875rem, 0.431rem + 0.93vw, 1.125rem);
	padding: 15px 0;
	padding: clamp(0.625rem, 0.069rem + 1.16vw, 0.938rem) 0;
	letter-spacing: 0;
}
#plan .wrappre .type-page .image {
	width: 48%;
}
#plan .wrappre .type-page .note_area {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 46%;
}
#plan .wrappre .type-page .note_area > img {
	width: 60%;
}
#plan .wrappre .type-page .note_area .note {
	padding-top: 10px;
}
#plan .wrappre .type-page .note_area .note .note-text {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0;
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
	#plan {
		/*@media screen end*/
	}
	#plan .wrappre .type-page .note_area.lower {
		-webkit-transform: translateY(50%);
		        transform: translateY(50%);
	}
}
@media screen and (max-width: 768px) {
	#plan {
		/*@media screen end*/
	}
	#plan .wrappre {
		padding-bottom: 40px;
	}
	#plan .wrappre .type-page {
		padding-top: 15%;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	#plan .wrappre .type-page .info {
		width: 100%;
	}
	#plan .wrappre .type-page .info .type_area .type-name-text .type-ttl {
		font-size: 28px;
		font-size: clamp(1.75rem, 0.232rem + 7.59vw, 3.875rem);
	}
	#plan .wrappre .type-page .info .type_area .type-name-text .type-ttl > span {
		font-size: 14px;
		font-size: clamp(0.875rem, 0.161rem + 3.57vw, 1.875rem);
	}
	#plan .wrappre .type-page .info .type_area .type-name-text .line {
		height: 15px;
	}
	#plan .wrappre .type-page .info .type_area .type-name-text .type-text {
		font-size: 32px;
		font-size: clamp(2rem, 0.571rem + 7.14vw, 4rem);
		padding-top: 15px;
	}
	#plan .wrappre .type-page .info .type_area .type-name-text .type-text > span {
		font-size: 20px;
		font-size: clamp(1.25rem, 0.446rem + 4.02vw, 2.375rem);
	}
	#plan .wrappre .type-page .info .room_area {
		padding: 20px 0;
	}
	#plan .wrappre .type-page .info .room_area .room-item {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}
	#plan .wrappre .type-page .info .room_area .room-item .room-item-lead {
		font-size: 16px;
		font-size: clamp(1rem, 0.732rem + 1.34vw, 1.375rem);
		padding: 10px 0;
	}
	#plan .wrappre .type-page .info .room_area .room-item .room-item-text {
		font-size: 42px;
		font-size: clamp(2.625rem, 1.152rem + 7.37vw, 4.688rem);
	}
	#plan .wrappre .type-page .info .room_area .room-item .room-item-text .span1 {
		font-size: 64px;
		font-size: clamp(4rem, 1.946rem + 10.27vw, 6.875rem);
	}
	#plan .wrappre .type-page .info .room_area .room-item .room-item-text .span2 {
		font-size: 26px;
		font-size: clamp(1.625rem, 1rem + 3.13vw, 2.5rem);
	}
	#plan .wrappre .type-page .info .room_area .room-item .room-item-txt {
		font-size: 12px;
		font-size: clamp(0.75rem, 0.571rem + 0.89vw, 1rem);
		margin-top: calc(-1 * clamp(1.25rem, 0.804rem + 2.23vw, 1.875rem));
	}
	#plan .wrappre .type-page .info .room_area .room-info {
		width: 50%;
	}
	#plan .wrappre .type-page .info .room_area .room-info .room-info-lead {
		font-size: 16px;
		font-size: clamp(1rem, 0.732rem + 1.34vw, 1.375rem);
	}
	#plan .wrappre .type-page .info .room_area .room-info .room-info-txt {
		font-size: 12px;
		font-size: clamp(0.75rem, 0.571rem + 0.89vw, 1rem);
		letter-spacing: 0px;
	}
	#plan .wrappre .type-page .info .point_area {
		padding: 10px 0;
	}
	#plan .wrappre .type-page .info .point_area .point {
		padding: 5px 0;
		padding: clamp(0.313rem, 0.089rem + 1.12vw, 0.625rem) 0;
	}
	#plan .wrappre .type-page .info .point_area .point .point-text {
		font-size: 13px;
		font-size: clamp(0.813rem, 0.5rem + 1.56vw, 1.25rem);
		padding: 10px 0;
		padding: clamp(0.625rem, 0.402rem + 1.12vw, 0.938rem) 0;
	}
	#plan .wrappre .type-page .image {
		width: 100%;
	}
	#plan .wrappre .type-page .note_area {
		position: static;
		width: 100%;
		padding-top: 30px;
	}
	#plan .wrappre .type-page .note_area > img {
		width: 80%;
		max-width: 315px;
	}
}
#plan .btn {
	width: 90%;
	margin: auto;
	padding-top: 100px;
}
#plan .btn .btn_area {
	display: block;
	width: 100%;
	max-width: 380px;
	margin: auto;
	border: none;
	background: #8F1D22;
	background: linear-gradient(45deg, #8F1D22 40%, #c52833);
	position: relative;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
#plan .btn .btn_area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #8F1D22;
	background: linear-gradient(45deg, #93661d, #cc922b);
	opacity: 0;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
#plan .btn .btn_area .btn_text {
	color: #fff;
	font-size: 20px;
	padding: 20px 0;
	position: relative;
	z-index: 10;
}
#plan .btn .btn_area > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}
#plan .btn .btn_area:hover::before {
	opacity: 1;
}
@media screen and (max-width: 768px) {
	#plan {
		/*@media screen end*/
	}
	#plan .btn {
		padding-top: 50px;
	}
	#plan .btn .btn_area {
		width: 100%;
		max-width: 350px;
	}
	#plan .btn .btn_area .btn_text {
		font-size: 20px;
		font-size: clamp(1rem, 0.821rem + 0.89vw, 1.25rem);
		padding: 15px 0;
		padding: clamp(0.625rem, 0.402rem + 1.12vw, 0.938rem);
	}
}
/*# sourceMappingURL=plan.css.map */