@charset "UTF-8";

footer{
    overflow: hidden;
}

.plan-bg {
    background: #fff;
    font-weight: 400;
    @media (max-width: 820px) {
    }
}


figure {
    position: relative;
}

.page-ttl02 {
    position: relative;
    background-image: url(../img/page-ttl.webp);
    @media (max-width: 820px) {
        background-image: url(../img/mv-sp.webp);
        background-size: cover;
        padding: 20%;
    }
}
.page-ttl02 .caption{
    position: absolute;
    bottom: 0px;
    left: 8px;
    right: 8px;
    z-index: 120;
    font-size: clamp(10px, 0.833vw, 12px);
}

.sec{
    padding: 100px 0;
    @media (max-width: 820px) {
        padding: 60px 0;
    }
}

.sec+.sec:not(.has-bg){
    padding-top: 0;
}

.inner{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 0;
}

.subtitle{
    font-size: 32px;
    text-align: center;
    font-weight: 500;
    @media (max-width: 820px) {
        font-size: 18px;
    }
}

.en-ttl {
    font-family: 'Marcellus', serif;
    font-size: 34px;
    letter-spacing: 3px;
    color: #896138;
    text-align: center;
    margin-bottom: 50px;

    @media (max-width: 820px) {
        font-size: 22px;
        letter-spacing: 2px;
        margin-bottom: 30px;
    }
}

.plan-block{
    background: #f5f2e5;
    padding: 60px 0;
}
.plan-cards{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    max-width: 800px;
    margin: 0 auto;
    @media (max-width: 820px) {
        flex-direction: column;
        max-width: 76%;
    }
}
.cs::after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    top: 0;
    left: 0;
    z-index: 200;
    content: 'COMING SOON';
    font-size: clamp(1.4rem, 1.4vw, 2rem);
    letter-spacing: .1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.plan-area-limited {
    position: absolute;
    width: 100%;
    background-image: linear-gradient(90deg, #c7b455 1%, #756923);
    color: #fff;
    top: 48%;
    z-index: 200;
    font-size: clamp(14px, 1.111vw, 16px);
    line-height: 1.8;
    letter-spacing: .05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1%;
    @media (max-width: 820px) {
        top: 46%;
    }
}
.plan-area-limited-inner {
    width: 100%;
    border: 1px solid #fff;
}
.plan-area-limited-inner span{
    position: relative;
    top: 2px;
}
.plan-card {
    text-align: center;
    width: calc((100% - 40px) / 2);
    letter-spacing: .2rem;
    position: relative;
    @media (max-width: 820px) {
        width: 100%;
    }
}
.plan-card-btn{
    transition: .6s;
}
.plan-card-btn:hover{
    opacity: .6;
}
.plan-name-wrap {
    padding: clamp(8px, 0.7vw, 10px) 0;
    background: #254047;
    color: #fff;
}
.plan-name{
    font-size: clamp(2.2rem, 1.8vw, 2.6rem);
    line-height: 1.4;
    font-weight: 400;
    margin: 0 auto clamp(2px, 0.7vw, 10px);
    border-bottom: 1px solid #fff;
    width: fit-content;
}
.plan-name span{
    font-size: 55%;
}
.plan-floor{
    font-size: clamp(2.2rem, 1.8vw, 2.6rem);
    line-height: 1.4;
    font-weight: 400;
    text-align: center;
}
.plan-floor span{
    font-size: 125%;
}
.plan-area-wrap {
    padding:10px 0;
    background: #fff;
    color: #444;
}
.plan-area-texts{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    letter-spacing: .05rem;
}
.plan-area-text{
  font-size: clamp(.8rem, 0.83vw, 1.2rem);
}

.plan-area{
  font-size: clamp(2.2rem, 1.95vw, 2.8rem);
}

.large-text{
  font-size: 140%;
}

.small-text{
  font-size: 75%;
}

.plan-detail{
  font-size: clamp(.8rem, 0.83vw, 1.2rem);
  line-height: 1.2;
  font-weight: 400;
  display: inline-flex;
}
.plan-detail::after {
    content: "";
    margin-top: 4%;
    width: 8px;
    height: 8px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: rotate(45deg);
}

.notes{
    background: unset;
    padding: 20px 0;
}
.pc-none{
    display: none;
    @media (max-width: 820px) {
        display: block;
    }
}

.cta-container .cta-inner{
    padding: 60px 0;
}
.cta-container .cta-ttl{
  margin-bottom: 14px;
  text-align: center;
  font-size: clamp(30px, 2.78vw, 40px);
}
.cta-container .cta-btn-wrap{
  margin: 0 auto;
  font-size: clamp(15px, 1.25vw, 18px);
  letter-spacing: .14em;
}
.cta-container .cta-btn-wrap + .cta-btn-wrap{
  margin: clamp(24px, 2.08vw, 30px) auto 0;
}
.cta-container .cta-btn{
  margin: 0 auto;
  padding: 10px 0;
  max-width: 380px;
  color: #fff;
  width: 80%;
  display: block;
  text-align: center;
  transition: .6s;;
}
.cta-container .cta-btn:hover{
  opacity: .6;
}
.cta-container .cta-btn.cta-btn-request{
  background: #9e8a64;
}
.cta-container .cta-btn.cta-btn-entry{
  background: #733222;
}
@media screen and (max-width: 820px) {
  .cta-container .cta-inner{
    display: none;
    padding: 40px 0;
  }
}


.plan-btns-block {
    border-bottom: 1px solid #122228;
}
.plan-btns-block .inner{
    padding: 60px 0;
}
.plan-btns {
    margin: 0 auto ;
    max-width: 600px;
    width: calc(100% - 32px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}
.plan-btn {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #122228;
    color: #fff;
    font-size: clamp(15px, 1.25vw, 18px);
}
@media screen and (max-width: 820px) {
    .plan-btns-block {
        border: none;
    }
    .plan-btns-block .inner{
        padding: 30px 0;
    }
    .plan-btns {
        max-width: 400px;
        width: calc(100% - 64px);
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .plan-btn {
        height: 48px;
        font-size: 18px;
    }
}

.pagetop-btn-footer{
  padding: .6% 0;
  background: #122228;
}
.pagetop-btn-footer a{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagetop-btn-footer a img{
  max-width: 86px;
}
@media screen and (max-width: 820px) {
  .pagetop-btn-footer{
    display: none!important;
  }
}



.plan-datail-block{
    background: #dfdfdf;
    padding: 60px 0;
}

.plan-lists {
    display: flex;
    justify-content: space-between;
}
.plan-lists .floor-text {
    width: 22%;
}
.plan-lists .floor-image {
    width: 70%;
}
.plan-sub-flex {
    display: flex;
    align-items: baseline;
    gap: 0px 10px;
}
.hanrei {
    max-width: 210px;
}
.plan-sub-flex .notes {
    flex: 1 1 0%;
}
.plan-datail-block .notes{
    font-size: clamp(8px, 0.83vw, 12px);
}
.plan-datail-block .notes li {
    width: 100%;
}
@media screen and (max-width: 820px) {
  .plan-lists {
        flex-direction: column;
        gap: 40px 0px;
    }
    .plan-lists .floor-text {
        width: 60%;
        margin: 0px auto;
    }
    .plan-lists .floor-image {
        width: 96%;
        margin: 0px auto;
    }
    .plan-sub-flex {
        flex-direction: column;
        gap: 10px 0px;
    }
    .hanrei {
        max-width: 80%;
        margin: 0px auto;
    }
    .plan-sub-flex .notes {
        width: 100%;
    }
}



@media print{
	header , footer ,.contents-section,.copyright,.plan-btns-block,.cta-container,.caption_area{
		display: none;
	}
	.contents_wrap {
		background: #fff;
	}
	body#plan .wrap {
    padding-top: 0 !important;
	}
	.plan-detail{
		font-size: 10px;
	}
	.general-section .inner{
		width: 78%;
		padding-bottom: 10px !important;
	}
	.general-section .inner{
		padding-bottom: 20px;
	}
	.plan .hanrei{
		padding-bottom: 0;
		width: 50%;
	}
	.caption{
		padding: 0;
	}
	.price-wrap{
		font-size: 1.1rem;
	}
	.secondary-heading.plan-heading{
		font-size: 20px;
	}
	.plan-detail::before {
		width: 10px;
		height: 10px;
	}
	.plan-details {
		gap: 6px;
	}
}