@charset "UTF-8";

.page-title {
	background: url("../img/roomplan/title.jpg") center no-repeat;
	background-size: cover;
	min-height: 450px;
	text-align: left;
	position: relative;
	margin-bottom: 0;
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 768px) {
	.page-title {
		min-height: 200px;
		margin-top: 50px;
		margin-bottom: 0;
	}
}

.content {
	padding-top: 60px;
}
.content h3 {
	font-size: 2.8rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 56px;
	text-align: center;
	color: #fff;
	max-width: 538px;
	margin: 0 auto;
	background: linear-gradient(to right,rgba(142, 124, 83, 0) 0%, rgba(181, 170, 144, 0.6) 50%, rgba(142, 124, 83, 0) 100%);
}
.inner{
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: space-between;
	/*border-bottom: 1px solid rgba(255,255,255,.2);*/
	padding: 50px 0 90px;
}
.inner + .inner{
	max-width: none;
	width: calc(100% - 200px);
	display: block;
}
@media only screen and (max-width: 768px) {
	.content {
		padding-top: 30px;
	}
	.content h3 {
		font-size: 1.8rem;
		line-height: 48px;
		width: 90%;
	}
	.inner{
		display: block;
	}
	.inner + .inner{
		width: 90%;
		padding: 0 0 90px;
	}
}

.tab_wrap {
	max-width: 1000px;
	margin: 50px auto 0;
}
.tab_wrap ul {
	display: flex;
	justify-content: center;
}
.tab_wrap ul li {
	width: 240px;
	text-align: center;
}
.tab_wrap ul li + li {
	margin-left: 30px;
}
.tab_wrap ul li a {
	display: block;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.1em;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #DDD4BF;
	border: 1px solid #DDD4BF;
	color: #1C0C00;
	transition: .4s;
}
.tab_wrap ul li a::before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 2px #1C0C00;
  border-right: solid 2px #1C0C00;
  position: absolute;
  right: 18px;
  top: 17px;
	transform: rotate(135deg);
	transition: .4s;
}
.tab_wrap ul li a:hover {
  /*color: #DDD4BF;*/
	background-color: #ffffff;
}
.tab_wrap ul li a:hover::before {
  /*top: 22px;*/
	/*border-color: #DDD4BF;*/
}
@media only screen and (max-width: 768px) {
	.tab_wrap {
		width: 90%;
		margin: 30px auto 0;
	}
	.tab_wrap ul li {
		width: 240px;
		text-align: center;
	}
	.tab_wrap ul li + li {
		margin-left: 20px;
	}
	.tab_wrap ul li a {
		font-size: 16px;
		height: 40px;
		line-height: 40px;
		padding-right: 15px;
	}
	.tab_wrap ul li a::before {
		top: 13px;
		right: 10px;
	}
}

.map {
	width: 425px;
}
.plan_btn {
	width: 537px;
}
.plan_btn h4 {
	font-weight: 500;
	font-size: 2rem;
	letter-spacing: 0.1em;
	color: #1C0C00;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.plan_btn h4::after {
	content: "";
	flex: 1;
	height: 1px;
	display: block;
	background: #1C0C00;
	margin-left: 25px;
}
.plan_btn ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.plan_btn ul li {
	width: 255px;
	margin-bottom: 30px;
	position: relative;
}
.plan_btn ul li.new::after {
	content: "NEW";
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	background-color: #800;
	font-size: 12px;
	padding: 0 1em;
}
.plan_btn ul li > a,
.plan_btn ul li > span {
	color: #1C0C00;
	display: block;
	padding: 7px 15px 15px;
	background: linear-gradient(135deg,#C8BCA0 0%, #E3DDCE 58.98%, #C8BCA0 100%);
	border: 1px solid #D3C9B6;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	letter-spacing: 0.1em;
	transition: .4s;
	font-weight: 500;
}
.plan_btn ul li > span a {
	display: block;
	padding: 0.3em;
	background: rgba(155,139,111,0.80);
	transition: .4s;
	margin-top: 5px;
	color: #ffffff;
	position: relative;
	height: 29px;
}
.plan_btn ul li > span a.new {
	background: linear-gradient(135deg,rgba(160,68,54,0.75) 0%, rgba(160,68,54,0.40) 58.98%, rgba(160,68,54,0.75) 100%);
	border: 1px solid #A04436;
	height: 34px;
	line-height: 28px;
}
.plan_btn ul li > span a.new:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 31px 31px 0 0;
	border-color: #A04436 transparent transparent transparent;
}
.plan_btn ul li > span a.new:after {
	position: absolute;
	content: "NEW";
	transform: rotate(315deg);
	display: block;
	font-size: 10px;
	white-space: pre;
	color: #fff;
	top: 6px;
	left: 0px;
	text-align: center;
	z-index: 2;
	line-height: 1.2;
	letter-spacing: 0;
}
/*.plan_btn ul li > span {
	position: relative;
}
.plan_btn ul li > span::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: -1px;
	top: -1px;
	background: #120900;
	border: 1px solid #000;
	opacity: 0.75;
}
.plan_btn ul li > span::before {
	content: "Coming soon";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
	opacity: 0.8;
	z-index: 10;
}*/
.plan_btn ul li > a:hover,
.plan_btn ul li > span a:hover {
	opacity: .7;
}
.plan_btn ul li .type {
	font-size: 3.2rem;
	line-height: 1.2;
}
.plan_btn ul li .type small {
	font-size: 2.2rem;
}
.plan_btn ul li .spec {
	font-size: 2.2rem;
	margin-top: -0.4em;
}
.plan_btn ul li .spec strong {
	font-size: 3.2rem;
}
.plan_btn ul li .spec small {
	font-size: 1.8rem;
}
.plan_btn ul li .area {
	display: block;
	font-size: 1.1rem;
	font-weight: 600;
	color: #1C0C00;
	background-color: rgba(255,255,255,.8);
	padding: 0 0 3px;
	margin-bottom: 10px;
}
.plan_btn ul li .area strong {
	font-size: 2.1rem;
}
.plan_btn ul li .area strong span {
	font-size: 1.5rem;
}
.plan_btn ul li .area small {
	font-size: 1rem;
}
@media only screen and (max-width: 768px) {
	.map {
		max-width: 425px;
		width: 90%;
		margin: 0 auto 40px;
	}
	.plan_btn {
		max-width: 425px;
		width: 90%;
		margin: 0 auto;
	}
	.plan_btn h4 {
		font-size: 1.8rem;
	}
	.plan_btn ul {
		display: block;
	}
	.plan_btn ul li {
		max-width: 425px;
		width: 100%;
		margin-bottom: 20px;
	}
	.plan_btn ul li > span::before {
		font-size: 2rem;
	}
	.plan_btn ul li .type {
		font-size: 3rem;
	}
	.plan_btn ul li .type small {
		font-size: 2rem;
	}
	.plan_btn ul li .spec {
		font-size: 2rem;
	}
	.plan_btn ul li .spec strong {
		font-size: 3rem;
	}
	.plan_btn ul li .spec small {
		font-size: 1.6rem;
	}
	.plan_btn ul li .area {
		font-size: 1.1rem;
	}
	.plan_btn ul li .area strong {
		font-size: 2rem;
	}
	.plan_btn ul li .area strong span {
		font-size: 1.4rem;
	}
	.plan_btn ul li .area small {
		font-size: 1rem;
	}
}


.detail_spac {
	max-width: 1000px;
	margin: 50px auto 70px;
	text-align: center;
	color: #1C0C00;
}
.detail_spac h4 {
	font-size: 4rem;
	font-weight: 500;
	border-bottom: 1px solid rgba(28,12,0,0.40);
	padding-bottom: 20px;
	margin-bottom: 20px;
	letter-spacing: .1em;
}
.detail_spac h4 strong {
	font-size: 6rem;
	font-weight: 500;
}
.detail_spac h4 small {
	font-size: 3.2rem;
}
.detail_spac h4 span {
	position: relative;
}
.detail_spac h4 span i {
	position: absolute;
	font-size: 15px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.1em;
	top: 0;
	right: 5px;
	height: 20px;
	line-height: 20px;
	background-color: #E5DECE;
	color: #1C0C00;
	padding: 0 1em;
	transform: translateY(-50%);
}
.detail_spac h4 span + span {
	border-left: 1px solid rgba(28,12,0,0.40);
	padding-left: 30px;
	margin-left: 30px;
}
.detail_spac p {
	font-size: 2.4rem;
	letter-spacing: 0.1em;
}
.detail_spac p strong {
	font-size: 3.2rem;
}
.detail_spac p small {
	font-size: 2.1rem;
}
.detail_spac p + p {
	font-size: 1.6rem;
	margin-top: 10px;
}
.detail_spac p + p strong {
	font-size: 2.1rem;
}
.detail_spac p + p small {
	font-size: 1.4rem;
}
.detail_spac p + p span + span {
	margin-left: 20px;
}

.detail_inner {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 100px;
	display: flex;
	justify-content: space-between;
}
.detail_inner .detail_map {
	max-width: 340px;
}
.detail_inner .detail_plan {
	max-width: 595px;
}

.detail_btn {
	max-width: 1000px;
	width: 100%;
	margin:  0 auto;
	/*border-bottom: 1px solid rgba(255,255,255,.2);*/
	padding: 0 0 150px;
}
.detail_btn ul {
	display: flex;
	justify-content: space-between;
}
.detail_btn ul li {
	width: 490px;
}
.detail_btn ul li a {
	display: block;
	font-size: 2rem;
	text-align: center;
	letter-spacing: 0.1rem;
	width: 100%;
	height: 70px;
	line-height: 70px;
	position: relative;
	background-color: #E5DECE;
	border: 1px solid #E5DECE;
	color: #1C0C00;
	transition: .4s;
}
.detail_btn ul li + li a {
	background-color: #fff;
	border: 1px solid #1C0C00;
	color: #1C0C00;
}
.detail_btn ul li a::after {
	content: "";
	display: block;
	width: 28px;
	height: 36px;
	background: url("../img/limited/plan/icon_pdf.svg") center no-repeat;
	background-size: contain;
	position: absolute;
	left: 35px;
	top: 17px;
}
.detail_btn ul li + li a::after {
	width: 42px;
	height: 10px;
	background: url("../img/limited/plan/arrow.svg") center no-repeat;
	background-size: contain;
	left: 35px;
	top: 30px;
}
.detail_btn ul li a:hover {
	background-color: #fff;
	border: 1px solid #E5DECE;
	color: #1C0C00;
}
.detail_btn ul li + li a:hover {
	background-color: #E5DECE;
	border: 1px solid #E5DECE;
	color: #1C0C00;
}
@media only screen and (max-width: 768px) {
	.detail_spac {
		width: 90%;
		margin: 20px auto 40px;
	}
	.detail_spac h4 {
		font-size: 3.2rem;
		padding-bottom: 5px;
		margin-bottom: 10px;
		display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	}
	.detail_spac h4 strong {
		font-size: 4.6rem;
	}
	.detail_spac h4 small {
		font-size: 2.2rem;
	}
	.detail_spac h4 span {
		display: inline-block;
	}
	.detail_spac h4 span i {
		font-size: 14px;
		top: 8px;
		height: 18px;
		line-height: 18px;
		padding: 0 0.6em;
		transform: translateY(0);
	}
	.detail_spac h4 span + span {
		border-left: none;
		border-top: 1px solid rgba(28,12,0,0.40);
		padding-left: 0;
		margin: 10px 0 0;
	}
	.detail_spac p {
		font-size: 1.6rem;
	}
	.detail_spac p strong {
		font-size: 2.4rem;
	}
	.detail_spac p small {
		font-size: 1.4rem;
	}
	.detail_spac p + p {
		font-size: 1.4rem;
	}
	.detail_spac p + p strong {
		font-size: 1.8rem;
	}
	.detail_spac p + p small {
		font-size: 1.2rem;
	}
	.detail_spac p + p span {
		display: block;
	}
	.detail_spac p + p span + span {
		margin-left: 0;
	}

	.detail_inner {
		width: 90%;
		margin: 0 auto 50px;
		display: block;
	}
	.detail_inner .detail_map {
		max-width: 340px;
		width: 100%;
		margin: 0 auto 20px;
	}
	.detail_inner .detail_plan {
		max-width: 595px;
		width: 100%;
		margin: 0 auto;
	}

	.detail_btn {
		width: 90%;
		padding: 0 0 60px;
	}
	.detail_btn ul {
		display: block;
	}
	.detail_btn ul li {
		max-width: 490px;
		width: 100%;
		margin: 0 auto 20px;
	}
	.detail_btn ul li a {
		height: 50px;
		line-height: 50px;
	}
	.detail_btn ul li a::after {
		width: 20px;
		height: 30px;
		left: 25px;
		top: 10px;
	}
	.detail_btn ul li + li a::after {
		width: 30px;
		height: 6px;
		left: 25px;
		top: 20px;
	}
}

.detail_tab {
	max-width: 1000px;
	margin: 50px auto 0;
}
.detail_tab ul {
	display: flex;
	justify-content: center;
}
.detail_tab ul li {
	width: 240px;
	text-align: center;
}
.detail_tab ul li + li {
	margin-left: 30px;
}
.detail_tab ul li a {
	display: block;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.1em;
	width: 100%;
	height: 50px;
	line-height: 50px;
  color: #ffffff;
	background-color: transparent;
	border: 1px solid #E5DECE;
	transition: .4s;
}
.detail_tab ul li a.crr,
.detail_tab ul li a:hover {
	background-color: #E5DECE;
	color: #1C0C00;
}
@media only screen and (max-width: 768px) {
	.detail_tab {
		width: 90%;
		margin: 30px auto 0;
	}
	.detail_tab ul {
		display: block;
	}
	.detail_tab ul li {
		width: 240px;
		text-align: center;
		margin: 0 auto;
	}
	.detail_tab ul li + li {
		margin: 10px auto 0;
	}
	.detail_tab ul li a {
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}
}

.bnr_order {
	background-color: #ffffff;
}
.bnr_order a {
	display: block;
	width: 100%;
	height: 220px;
	background: url("../img/index/order_bnr.jpg") top center no-repeat;
	background-size: cover;
	position: relative;
	transition: .4s;
	color: #fff;
}
.bnr_order a > div {
	max-width: 1000px;
	height: 220px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.bnr_order a > div p {
	font-size: 1.6rem;
  line-height: 2;
	text-align: left;
	color: #000000;
}
.bnr_order a > div p span {
	display: flex;
	margin-top: 3px;
}
.bnr_order a > div p span span {
	display: block;
	font-size: 1.2rem;
	width: 100px;
	height: 26px;
	text-align: center;
	color: #ffffff;
	background-color: #312F38;
	line-height: 26px;
}
.bnr_order a > div p span span + span {
	margin-left: 10px;
}
.bnr_order a > div p span span:nth-child(2) {
	background-color: #9B856D;
}
.bnr_order a > div p span span:nth-child(3) {
	background-color: #645851;
}
.bnr_order a > div p span span:nth-child(4) {
	background-color: #362B1B;
}
.bnr_order a > div p span span:nth-child(5) {
	background-color: #A49F9D;
}
.bnr_order a > div p span.cap {
	font-size: 0.7em;
	margin-top: 10px;
}
.bnr_order a > div p + p {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 2.4rem;
	margin: 0 0 0 auto;
}
.bnr_order a > div p.limit {
	justify-content: center;
	align-items: center;
	position: absolute;
	text-align: center;
	left: 58%;
	letter-spacing: 0.2em;
	line-height: 1.2;
	background-color: #700A00;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	color: #fff;
}
.bnr_order a > div p.limit::after {
	display: none;
}
.bnr_order a > div p + p::after {
	content: "";
	width: 20px;
	height: 4px;
	background: url(../img/index/arrow.svg) center no-repeat;
	background-size: contain;
	margin: 2px 0 0 20px;
	transition: .4s;
}
.bnr_order a:hover > div p + p::after {
	transform: translateX(10px);
}
.bnr_order a::after {
	content: "";
	min-width: 80px;
	width: calc((100vw - 1080px) / 2);
	height: 1px;
	background-color: #000000;
	position: absolute;
	left: 0;
	top: 50%;
}
.bnr_order a:hover {
	opacity: .9;
}
@media only screen and (max-width: 768px) {
	.bnr_order {
	}
	.bnr_order a {
		height: auto;
		background: url("../img/index/order_bnr_sp.jpg") top center no-repeat;
		background-size: cover;
	}
	.bnr_order a > div {
		height: 260px;
		flex-direction: column;
		justify-content: center;
		padding-top: 10px;
	}
	.bnr_order a > div p {
		font-size: 1.4rem;
		line-height: 1.6;
		text-align: center;
	}
	.bnr_order a > div p span {
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 10px;
	}
	.bnr_order a > div p span span {
		margin: 5px;
	}
	.bnr_order a > div p + p {
		font-size: 1.8rem;
		margin: 10px auto 0;
	}
	.bnr_order a > div p + p::after {
		width: 15px;
    height: 3px;
    margin: 2px 0 0 15px;
	}
	.bnr_order a > div p.limit {
		right: 5px;
    top: 5px;
    width: 62px;
    height: 62px;
    font-size: 16px;
    margin: 0;
    left: auto;
	}
	.bnr_order a::after {
		display: none;
	}
}


.scrolldown1{
  position:absolute;
  left:50%;
  bottom:10px;
  height:50px;
}
.scrolldown1 span{
  position: absolute;
  left:-15px;
  top: -15px;
  color: #1C0C00;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
	padding: 0;
}
.scrolldown1::after{
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #1C0C00;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}

@media only screen and (max-width: 768px) {
    .scrolldown1{
      bottom: -30px;
    }
}

/* 2024.08.21 */
.tabs__menu {
	display: flex;
	justify-content: space-between;
	background-color: #EBE8DD;
	color: #000;
	cursor: pointer;
	width: 800px;
	align-items: center;
	margin: 0 auto 40px;
	text-align: center;
	border: 1px solid #B2AAA0;	
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
.tabs__menu :hover{
	opacity: .9;
}
.tabs__menu-item {
	width: 50%;
}
.tabs__menu-item.is-active {
	background-color: #B2AAA0;
	color: #fff;
	border: none;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
.tabs__body {
	display: none;
}
.tabs__body.is-active {
	display: block;
}

@media only screen and (max-width: 768px) {
	.tabs__menu {
		width: 90%;
	}
	.tabs__menu-item.is-active {
		padding: 10px 0;
	}
	.tab_area {
		width: 90%;
		margin: 0 auto 20px;
	}
	.tab_btn {
		width: 50%;
	}
	.tab_btn.active {
		padding: 15px;
	}
}


.panorama-wrap h4 {
	text-align: center;
	color: #1C0C00;
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
}
.inner.panorama-wrap > p {
	font-size: 1.4rem;
	color: #1C0C00;
	line-height: 1.8;
	margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
	.panorama-wrap h4 {
		font-size: 1.8rem;
		margin: 0 auto 20px;
	}
	.inner.panorama-wrap > p {
		font-size: 1.4rem;
		line-height: 1.8;
		text-align: left;
		width: 90%;
		margin: 0 auto 30px;
	}
}

.panorama-wrap .panorama + p {
	text-align: right;
	font-size: 1.2rem;
	margin: 5px 0 0;
	width: 100%;
}
@media only screen and (max-width: 768px) {
	.panorama-wrap .panorama + p {
		text-align: left;
	}
}

.detail_tab {
	max-width: 1000px;
	margin: 50px auto 0;
}
.detail_tab ul {
	display: flex;
	justify-content: center;
}
.detail_tab ul li {
	width: 240px;
	text-align: center;
}
.detail_tab ul li + li {
	margin-left: 30px;
}
.detail_tab ul li a {
	display: block;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.1em;
	width: 100%;
	height: 50px;
	line-height: 50px;
  color: #1C0C00;
	background-color: #fff;
	border: 1px solid #E5DECE;
	transition: .4s;
}
.detail_tab ul li a.crr,
.detail_tab ul li a:hover {
	background-color: #E5DECE;
}
@media only screen and (max-width: 768px) {
	.detail_tab {
		width: 90%;
		margin: 30px auto 0;
	}
	.detail_tab ul {
		display: block;
	}
	.detail_tab ul li {
		width: 240px;
		text-align: center;
		margin: 0 auto;
	}
	.detail_tab ul li + li {
		margin: 10px auto 0;
	}
	.detail_tab ul li a {
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}
}

