@charset "utf-8";
/**
 *
 *  ページ用CSS
 *  plan
 *
 */

#Header h1 a {
	color: #fff;
}

#Header .util-nav li a {
	color: #fff;
}
#Header .util-nav li a::before {
	background: #fff;
}

.gnav a {
	color: #fff;
	/* text-shadow: none;
	font-weight: normal; */
}

.gnav a span::after {
	background: #fff;
}

/*--------------------------------------------------------------------------
	 Overwright
---------------------------------------------------------------------------*/
.page-ttl._top{
	height: 615px;
	background-image: url(../images/bg_ttl.jpg);
}
.page-ttl h1{
	top: 45%;
	color: #193d3c;
	text-shadow: none;
}
.page-ttl .caption {
	text-shadow: 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 1px #000;
}
.page-notes {
	background: #030000;
}
/*--------------------------------------------------------------------------
	 Content
---------------------------------------------------------------------------*/
/* plan
-----------------------------------------------------------------*/
.plan{
	padding: 120px 0 80px;
	background: #030000;
	color: #fff;
}
.plan h2{
	margin-bottom: 20px;
	font-size: clamp(2.2rem, 2.5vw, 4.2rem);
	letter-spacing: .15em;
	font-weight: normal;
}
.plan h2+.txt{
	margin-bottom: 80px;
}

.plan h3{
	margin-bottom: 10px;
	font-size: clamp(1.8rem, 2.2vw, 3.0rem);
	letter-spacing: .08em;
	font-weight: normal;
}

.plan .frame{
  /*border: 1px solid #fff;*/
  padding: 3%;
  background: #303030;
  margin: 3% 0 5%;
}

.plan-list{
	 /*display: grid;
	gap: 60px;
	grid-template-columns: repeat(3, 1fr);*/
	display: block;
	max-width: 374px;
	margin: 0 auto;
}
.plan-list li{
}
.plan-list a{
	border: 1px solid #6d645f;
	display: block;
	padding: 40px 20px 15px;
	color: #fff;
	transition: .3s;
	background: #0b2524 url('../images/plan_bg.jpg') no-repeat top center / contain;
}
.plan-list a:hover{
	opacity: .7;
}
.plan-list .plan-hd{
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-bottom: 15px;
}
.plan-hd .type{
	flex-shrink: 0;
	line-height: 1;
	font-family: "EB Garamond", serif;
}
.plan-hd .type strong{
	font-size: 7rem;
	font-weight: normal;
}
.plan-hd .type span:not(.line){
	text-transform: uppercase;
	font-size: 2rem;
	letter-spacing: .15em;
}
.plan-list .plan-hd .line {
	width: 1px;
	height: 100%;
	background: #fff;
	display: inline-block;
}
.plan-list .plan-hd .type{
	position: relative;
	color: #90874f;
	text-align: center;
}
.plan-list .plan-hd .line {
	border-right: 1px solid #fff;
	width: 1px;
	height: 100px;
}
.plan-list .plan-hd .type span{
	display: block;
}
.plan-hd .layout{
	line-height: 1;
	font-family: "EB Garamond", serif;
	letter-spacing: .15em;
}

.plan-list li .thumb-layout{
	background: #fff;
}

.plan-hd .layout strong{
	font-weight: normal;
	font-size: 6.2rem;
}
.plan-hd .layout span{
	font-size: 2.6rem;
}
.plan-hd .area{
	line-height: 1;
	letter-spacing: .05em;
}
.plan-hd .area small{
	display: inline-block;
	margin-right: 5px;
	line-height: 1.2;
	font-size: 1.2rem;
}
.plan-hd .area strong{
	font-weight: normal;
	font-size: 4.5rem;
	font-family: "EB Garamond", serif;
}
.plan-hd .area span{
	font-size: 3.2rem;
	font-family: "EB Garamond", serif;
}
.plan-list .view-more{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(100% + 40px);
	margin-left: -20px;
	padding: 25px 0;
	line-height: 1;
	font-size: 2.2rem;
	letter-spacing: .15em;
	text-transform: uppercase;
	font-family: "EB Garamond", serif;
}
.plan-list .view-more span{
	flex-shrink: 0;
	margin: 0 5%;
}
.plan-list .view-more::before,
.plan-list .view-more::after{
	display: block;
	width: 40%;
	height: 1px;
	content: "";
}
.plan-list .view-more::after{
	background: #fff;
}

.plan h2.lead{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 2.5rem;
	margin-bottom: 4rem;
}
.plan h2.lead > small{
	display: inline-block;
	font-size: 2.8rem;
}
.plan h2.lead img{
	max-width: 395px;
}

.plan .kado_merit{
	display: grid;
	grid-template-columns: repeat(3, auto);
	gap: 3rem;
	margin-bottom: 10rem;
}
.plan .kado_merit li{
	background: #fff;
	border: 2px solid #90874F;
	padding: 30px 36px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}
.plan .kado_merit li .en{
	color: #90874F;
	text-align: center;
	font-size: 2.2rem;
	line-height: 1;
}
.plan .kado_merit li h3{
	font-size: 2.4rem;
	color: #000;
	text-align: center;
	line-height: 1;
	letter-spacing: -1px;
}
.plan .kado_merit li figure{
	position: relative;
}
.plan .kado_merit li figure figcaption{
	position: absolute;
	right: 10px;
	bottom: 5px;
	font-size: 1rem;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.85);
}
.plan .kado_merit li figure figcaption.txt_bk{
	text-shadow: none;
	color: #000;
}
.plan .kado_merit li p{
	font-size: 1.6rem;
	text-align: justify;
	color: #000;
}
.select_box{
	background: #303030;
	display: flex;
	padding: 60px 0 80px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
	margin-bottom: 10rem;
}
.select_box h3{
	color: #EBC76C;
	font-size: 2.8rem;
	margin: 0;
	line-height: 1;
}
.anchor{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 22px;
}
.anchor li a{
	position: relative;
	display: block;
	background: linear-gradient(132deg, #E4C165 26.16%, #BA973C 84.43%);
	padding: 1.5rem 4rem;
	text-align: center;
	color: #000;
	font-size: 4rem;
	line-height: 1;
}
.anchor li a::after{
	position: absolute;
	content: "";
	background: url(../images/ico_arw.png) no-repeat left bottom / cover;
	width: 9px;
	height: 46px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -34px;
	transition: .3s;
}
.anchor li a:hover{
	opacity: .8;
}
.anchor li a:hover::after{
	bottom: -44px;
}
.anchor li a small{
	font-size: 2.4rem;
	padding-left: 0.5rem;
}

.plan-list li{
	margin-top: -110px;
	padding-top: 110px;
}




/* plan-detail
-----------------------------------------------------------------*/
.plan-detail{
	background: #030000;
	color: #fff;
}
.plan-detail .plan-hd{
	margin-bottom: 80px;
	/* padding: 160px 0 80px; */
	padding: 90px 0 50px;
	background: #eeeced;
	color: #fff;
	background: #0a1d1d url('../images/planDetail_bg.png') no-repeat top left / cover;
}
.plan-detail .plan-hd p {
	text-shadow: 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 1px #000;
}
.plan-detail .plan-hd .layout-box{
	align-items: flex-end;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}
.plan-detail .plan-hd .layout-box div{
	display: flex;
	align-items: flex-end;
}
.plan-detail .plan-hd .type{
	margin-right: 35px;
}
.plan-detail .plan-hd .type strong{
	margin-right: 10px;
	font-size: 10.6rem;
}
.plan-detail .plan-hd .type span{
	font-size: 3rem;
}
.plan-detail .plan-hd .layout strong{
	margin-right: 5px;
	font-size: 8.7rem;
}
.plan-detail .plan-hd .layout span{
	font-size: 3.7rem;
}
.plan-detail .plan-hd .area small{
	display: block;
	margin: 0;
	line-height: 1;
	font-size: 1.8rem;
}
.plan-detail .plan-hd .area strong{
	font-size: 6.3rem;
}
.plan-detail .plan-hd .area span{
	font-size: 3.2rem;
}
.plan-detail .plan-hd .area .tsubo{
	font-size: 1.8rem;
}
.plan-detail .plan-hd .balcony{
	font-size: 2rem;
}
.plan-detail .plan-hd .balcony span{
	display: inline-block;
	margin-right: 15px;
}
.layout-area{
	position: relative;
	margin-bottom: 80px;
	padding: 70px 0 80px;
	background: #fff;
	text-align: center;
}
.layout-slider p.pic-layout{
	margin: 0 auto;
}
.layout-area .btn-prev,
.layout-area .btn-next{
	position: absolute;
	top: 50%;
	/*transform: translateY(-50%);*/
  background: #1a3d3c;
}

.layout-area .btn-prev a,
.layout-area .btn-next a{
  color: #fff;
  display: block;
  padding: 40px 20px 10px;
}

.layout-area .btn-prev a:before{
  position: absolute;
  top: 30px;
  left: 24px;
  display: block;
  content:"";
  background: url("../images/btn_slide_prev.png");
  width: 60px;
  height: 11px;
  transition: all .3s;
}

.layout-area .btn-next a:before{
  position: absolute;
  top: 30px;
  right: 22px;
  display: block;
  content:"";
  background: url("../images/btn_slide_next.png");
  width: 60px;
  height: 11px;
  transition: all .3s;
}

.layout-area .btn-prev a:hover::before{
    left:18px;
}

.layout-area .btn-next a:hover::before{
    right:16px;
}


.layout-area .btn-prev a span,
.layout-area .btn-next a span{
  font-size: 2.5rem;
}

.layout-area .btn-prev{
	left: 0;
}
.layout-area .btn-next{
	right: 0;
}
.plan-detail .layout-note{
	margin-bottom: 130px;
	text-align: center;
}
.plan-detail .layout-note span{
	display: inline-block;
	margin: 0 15px;
}
.plan-detail .layout-note img{
	margin: 0 0 5px 5px;
	vertical-align: middle;
}
.plan-detail .btn-list{
	display: flex;
	justify-content: space-between;
	max-width: 730px;
	margin: 0 auto;
}
.plan-detail .btn-list li{
	max-width: 310px;
	width: calc(50% - 15px);
}

.requestbn{
  margin: 80px auto 0;
}

.reservebn{
	margin: 80px auto 0;
	text-align: center;
  }
 
.reservebn span{
	/*	font-size: 2.0rem;*/
		font-size: 2.4rem;
		background: #caaa42;
		display: block;
	/*	padding: 10px 15px;*/
		padding: 15px 60px;
		vertical-align: top;
		margin: 50px auto;
		transition: .5s;
		width: 28%;
		text-align: center;
		
	}
.reservebn span a {
    color: #fff;
    letter-spacing: .1rem;
}
.reservebn span:hover{
		background: #fff;
		color:#caaa42;
		}
	
/*--------------------------------------------------------------------------
	 Media Queries
---------------------------------------------------------------------------*/
@media screen and (max-width: 1440px) {
	.plan-detail .plan-hd {
		background-size: cover;
	}
}
/*--------------------------------------------------------------------------
	 Media Queries
---------------------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
	.plan-list{
		gap: 30px;
	}

	.reservebn span{
		font-size: 1.8rem;
        display: block;
        /* padding: 5px 10px; */
        padding: 15px 30px;
        vertical-align: top;
        /* margin: 10px auto; */
        margin: 40px auto 20px;
        width: 80%;
			
		}
}

@media screen and (max-width: 1000px) {
	.plan-list li {
		margin-top: -70px;
		padding-top: 70px;
	}
}


/*--------------------------------------------------------------------------
	 mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	.page-ttl._top{
		height: 50vw;
	}
/*--------------------------------------------------------------------------
	 Content
---------------------------------------------------------------------------*/
/* plan
-----------------------------------------------------------------*/
	.plan{
		padding: 50px 0 10px;
	}
	.plan h2{
		margin-bottom: 20px;
		/* font-size: 2.2rem; */
	}
	.plan h2+.txt{
		margin-bottom: 40px;
		font-size: 1.4rem;
	}
	.plan-list li{
		width: 100%;
		margin-inline: auto;
	}
	.plan-list a:hover{
		opacity: 1;
	}
	.plan .frame{
		margin: 3% 0 15%;
	}

	.plan h2.lead{
		gap: 1.5rem;
		margin-bottom: 3rem;
	}
	.plan h2.lead > small{
		font-size: 1.8rem;
		letter-spacing: -0.8px;
	}
	.plan h2.lead img{
		max-width: 295px;
		width: 80%;
	}
	.plan .kado_merit{
		grid-template-columns: repeat(1, auto);
		gap: 3rem;
	}
	.plan .kado_merit li{
		padding: 30px;
		gap: 1rem;
	}
	.select_box{
		padding: 30px 20px 50px;
		gap: 20px;
	}
	.select_box h3{
		font-size: 2.2rem;
	}
	.anchor{
		max-width: 450px;
		width: 100%;
		gap: 10px;
	}
	.anchor li{
		width: 50%;
	}
	.anchor li a{
		padding: 1.5rem 1rem;
		font-size: 4rem;
	}
	.anchor li a::after{
		width: 7px;
    height: 32px;
		bottom: -24px;
		transition: .3s;
	}


/* plan-detail
-----------------------------------------------------------------*/
	.plan-detail{
		margin-top: 0;
		padding: 0 0 20px;
	}
	.plan-detail .plan-hd{
		margin-bottom: 0;
		padding: 20px 0 30px;
	}
	.plan-detail .plan-hd .layout-box{
		display: block;
		margin-bottom: 10px;
		padding-bottom: 5px;
	}
	.plan-detail .plan-hd .layout-box div{
		align-items: flex-end;
	}
	.plan-detail .plan-hd .type{
		margin-right: 20px;
	}
	.plan-detail .plan-hd .type strong{
		margin-right: 5px;
		font-size: 6rem;
	}
	.plan-detail .plan-hd .type span{
		font-size: 2.4rem;
	}
	.plan-detail .plan-hd .layout strong{
		margin-right: 3px;
		font-size: 5.4rem;
	}
	.plan-detail .plan-hd .layout span{
		font-size: 2.2rem;
	}
	.plan-detail .plan-hd .area small{
		display: inline-block;
		margin: 0 10px 0 0;
		font-size: 1.3rem;
	}
	.plan-detail .plan-hd .area strong{
		font-size: 4.8rem;
	}
	.plan-detail .plan-hd .area span{
		font-size: 2.8rem;
	}
	.plan-detail .plan-hd .area .tsubo{
		font-size: 1.4rem;
	}
	.plan-detail .plan-hd .balcony{
		font-size: 1.4rem;
	}
	.plan-detail .plan-hd .balcony span{
		display: block;
		margin-right: 0;
	}
	.layout-area{
		width: calc(100% + 40px);
		margin: 0 0 40px -20px;
		padding: 40px 0 60px;
	}
	.layout-area .pic-layout img{
		width: 80%;
		margin: 0 auto;
	}
	/*.layout-area .btn-prev,
	.layout-area .btn-next{
		width: 30px;
	}*/
	.plan-detail .layout-note{
		margin-bottom: 60px;
		font-size: 1rem;
	}
	.plan-detail .layout-note span{
		margin: 0 5px;
	}
	.plan-detail .layout-note img{
		width: 20px;
	}
	.plan-detail .btn-list{
		display: block;
		max-width: 300px;
	}
	.plan-detail .btn-list li{
		max-width: none;
		width: 100%;
	}
	.plan-detail .btn-list li:nth-child(n+2){
		margin-top: 20px;
	}
}
/*--------------------------------------------------------------------------
	 Media Queries
---------------------------------------------------------------------------*/
@media screen and (max-width: 930px) {
	.plan-list{
		grid-template-columns: repeat(2, 1fr);
	}
}
/*--------------------------------------------------------------------------
	 Media Queries
---------------------------------------------------------------------------*/
@media screen and (max-width: 680px) {
	.plan-list{
		grid-template-columns: repeat(1, 1fr);
	}
	.plan-list li {
		max-width: 370px;
	}
 
  .layout-area{
  position:relative;
  }  
  
  .layout-area .btn-prev,
.layout-area .btn-next{
	position: absolute;
	bottom:0;
  background: #1a3d3c;
  width: 49.88%;
  display: block;
}

.layout-area .btn-prev a,
.layout-area .btn-next a{
  color: #fff;
  display: block;
  padding: 5px;
}

.layout-area .btn-prev a:before{
  position: absolute;
  top: 20px;
  left: 10px;
  display: block;
  content:"";
  background: url("../images/btn_slide_prev.png") no-repeat ;
  background-size: contain;
  width: 20%;
  height: 10px;
  transition: all .3s;
}

.layout-area .btn-next a:before{
  position: absolute;
  top: 20px;
  right: 10px;
  display: block;
  content:"";
  background: url("../images/btn_slide_next.png") no-repeat top right;
  background-size: contain;
  width: 20%;
  height: 10px;
  transition: all .3s;
}

.layout-area .btn-prev a:hover::before{
    left:5px;
}

.layout-area .btn-next a:hover::before{
    right:5px;
}


.layout-area .btn-prev a span,
.layout-area .btn-next a span{
  font-size: 2.3rem;
}

.layout-area .btn-prev{
	left: 0;
  bottom: 0;
  height: 50px;
  top: auto;
}
.layout-area .btn-next{
	right: 0;
  bottom: 0;
  height: 50px;
  top: auto;
}
  
  
  
}

.banner{
	max-width: 800px;
	margin: 0 auto 3%;
}
.banner a{transition: .3s;}
.banner a:hover{opacity: .7;}

.plan-list li.menu .thumb-layout{
	padding: 20px;
}
.plan-list li .thumb-layout {
	min-height: 518px;
}
@media screen and (max-width: 1280px) {
	.plan-list li .thumb-layout {
		min-height: inherit;
	}
}

.plan-list .plan-hd .type span.menu {
    background-color: #90874f;
	color: #fff;
	font-size: 1.2rem;
	padding: 2px 8px;
	margin-top: 3px;
}
.plan-detail .plan-hd .type {
	position: relative;
}
.plan-detail .plan-hd .type .menu {
	position: absolute;
	bottom: 45px; right: 5px;
	color: #fff;
	background-color: #90874f;
	font-size: 1.5rem;
	padding: 3px 8px;
	text-shadow: none;
}
@media screen and (max-width: 680px) {
	.plan-detail .plan-hd .type .menu {
		position: absolute;
		bottom: 30px; right: 5px;
		color: #fff;
		background-color: #90874f;
		font-size: 1.3rem;
		padding: 3px 5px;
		text-shadow: none;
	}
	.banner{
		margin: 6% auto ;
	}
}



/* タブナビ */

.plan-detail .tab-nav {
    max-width: 700px;
	margin: 32px auto 12px;
}
.plan-detail .tab-nav ul {
    display: flex;
    justify-content: space-between;
}
nav ul {
    list-style: none;
}
.plan-detail .tab-nav ul li {
	flex: 1;
	margin: 0 1px;
    text-align: center;
}
.plan-detail .tab-nav .btn:hover, .plan-detail .tab-nav .current .btn {
    background: #b6a268;
}
.plan-detail .tab-nav .current .txt {
    color: #fff;
}
.plan-detail .tab-nav .txt {
    font-size: 1.6rem;
    line-height: 1.6;
}
.plan-detail .tab-nav .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    margin-bottom: 10px;
    background: #d5d5c7;
    font-size: 1.8rem;
    letter-spacing: .08em;
    cursor: pointer;
    transition: .3s;
	color: #000;
	text-shadow: none;
}
.plan-detail .tab-nav .current .btn {
	color: #fff;
}
.en {
    font-family: "EB Garamond", serif;
}
.plan-detail .tab-cont + .tab-cont {
    display: none;
}
.plan_wrap{
	padding-top: 100px;
	position: relative;
	top: 56px;
	z-index: 1;
}


@media screen and (max-width: 768px) {
.plan-detail .tab-nav{
	margin-bottom: 50px;
}
.plan-detail .tab-nav ul{
	flex-wrap: wrap;
}
.plan-detail .tab-nav ul li{
	width: calc(50% - 2px);
	flex: inherit;
}
/* .plan-detail .tab-nav ul li:nth-child(n+3){
	margin-top: 20px;
} */
.plan-detail .tab-nav .btn{
	height: 50px;
	margin-bottom: 2px;
	font-size: 1.4rem;
}
.plan-detail .tab-nav .txt{
	font-size: 1.2rem;
}

.plan-detail .layout-switch{
	margin: 0 auto 30px;
}
.plan-detail .layout-switch li{
	line-height: 1;
	font-size: 1.6rem;
}
.plan_wrap{
	padding-top: 0px;
	position: relative;
	top: 52px;
	z-index: 1;
}
}

.plan-list li{
	position: relative;
}
.point{
	position: absolute;
	top: 104px; /* -16px */
	left: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: min(1.6vw,2rem);
	line-height: 1;
	z-index: 1;
	width: 100%;
}
.point p:nth-of-type(1){margin-right: 5px;}


.point p.model{
	width: calc(70% - 3px);
	border: 1px solid #fff;
	background-color: #b6a268;
	padding: 4px 8px 6px;
	text-align: center;
}
.point p.wic{
	border: 1px solid #fff;
	background-color: #0b2524;
	padding: 4px 8px 6px;
	text-align: center;
}
.point p.ugokuro{
	border: 1px solid #fff;
	background-color: #aa2e53;
	padding: 4px 8px 6px;
	text-align: center;
}
.point p.kit{
	border: 1px solid #fff;
	background-color: #6d645f;
	padding: 4px 8px 6px;
	text-align: center;
}
.point p.kado{
	width: calc(30% - 2px);
	border: 1px solid #fff;
	background-color: #76161B;
	padding: 4px 8px 6px;
	text-align: center;
}


.point_wrap{
	max-width: 1200px;
	margin: 48px auto 0;
}
.point_wrap ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.point_wrap ul li{
	flex-basis: 32.4%;
	padding: 1.3em 1em;
	background-color: rgba(213,213,199,1);
    border: double 3px #caaa42;
    color: #000;
    text-align: center;
	font-size: 1.3rem;
    line-height: 1.5;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 16px;
}
.point_wrap ul li span{
	font-size: 160%;
}
@media screen and (max-width: 1000px) {
	.point{
		top: 60px;
	}
}
@media screen and (max-width: 768px) {
	.point{
		font-size: min(5vw,1.7rem);
	}
	.point_wrap{
		margin: 32px auto 0;
	}
	.point_wrap ul{
		display: block;
	}
	.point_wrap ul li{
		font-size: 1.3rem;
		margin-top: 8px;
	}
}
