@charset "utf-8";
div.planList {
	border: 3px solid #f5e6d4;
	padding: 40px 50px 40px 50px;
	margin-bottom: 60px;
}

div.planList >h2 {
	text-align: center;
	background-color: #37b7aa;
	color: #fff;
	font-size: 1.8rem;
	font-family: Ryumin Regular KL, 'リュウミン M-KL';
	padding: 5px 0;
	letter-spacing: .1rem;
}
div.planList >table.planTable {
	width: 100%;
	border: 1px solid #66bcb1;
	border-collapse: collapse;
	font-family: Ryumin Regular KL, 'リュウミン M-KL';
	font-size: 19px;
	letter-spacing: .1rem;
}
table.planTable, table.planTable th, table.planTable td {
	border: 1px solid #66bcb1;
}
div.planList >table.planTable >thead {
	text-align: center;
}
div.planList >table.planTable >tbody tr td {
	width: calc(100% / 4);
	box-sizing: border-box;
	text-align: center;
	padding: 3px;
	color: #4F4F4F;
}
div.planList >table.planTable >tbody tr td:nth-child(2) {
	position: relative;
}
div.planList >table.planTable >tbody tr td >p.pano {
	text-align: center;
	font-size: 10px;
	line-height: 12px;
    background-color: #ec8100;
	color: #fff;
	padding: 0.3rem 0rem;
	font-feature-settings: "palt";
}
div.planList >table.planTable >tbody tr td >span {
	font-size: 14px;
}
div.planList >table.planTable tr:nth-child(odd) {
	background-color: #c2e4e0;
}



div.planList >table.planTable >tbody tr td >a {
	/*background: linear-gradient(to bottom, rgba(205,129,43,1) 1%,rgba(221,144,48,1) 100%);*/
	background-color: #ffa63b;
	text-decoration: none;
	position: relative;
	display: block;
	color: #fff;
	padding: 2px;
}
div.planList >table.planTable >tbody tr td >a >span {
	color: #fff;
	font-size: 16px;
    padding: 8px;
    display: block;
    border: 1px solid #c5751a;
}


.pickUp >td{
    position: relative;
    color: #000 !important;
}
.p_label{
color:#fff;
background-color:#ff3434;
display: block;
position: absolute;
top: 2px;
left: -27px;
padding: 5px 7px;
font-size: 13px;
}

div.planList >table.planTable tr:nth-child(3) .p_label
{
    top: 15px;
}

    .pc_br{
        display: block;
    }

div.planList >table.planTable >tbody tr td >span.coMing{
	color: #000;
	font-size: 16px;
    padding: 8px;
    display: block;
	background-color: #ccc;
}

div.planList >table.planTable >tbody tr td >a:before {
	content: ">";
	display: block;
	position: absolute;
	top: 6px;
    left: 8px;
    transform: scale(0.3, 0.6);
}
div.planList >table.planTable >tbody tr td >a:hover {
	background-color: #ffb663;
}

@media screen and (max-width: 835px) {
 
.pickUp >td{
    position: initial;
}
.p_label{
position: initial;
padding: 2px 10px;
font-size: 10px;
}

    .pc_br{
        display: none;
    }
    
}
@media screen and (max-width: 640px) {
	div.planList {
		border: 2px solid #f5e6d4;
		padding: 10px;
		margin-bottom: 20px;
	}
	div.planList >h2 {
		font-size: 1.2rem;
	}
	div.planList >table.planTable >tbody tr td {
		font-size: 14px;
		padding: 10px 5px;
	}
	div.planList >table.planTable >tbody tr td >a {
		padding: 1px;
	}
	div.planList >table.planTable >tbody tr td >a >span {
		font-size: 12px;
		padding: 4px 2px;
	}
	div.planList >table.planTable >tbody tr td >a:before {
	content: ">";
	display: block;
	position: absolute;
	top: -1px;
    left: 3px;
    transform: scale(0.3, 0.6);
    font-size: 20px;
}
div.planList >table.planTable >tbody tr td >span {
	font-size: 10px;
}
.sp-none {
	display: none;
}
div.planList >table.planTable >tbody tr td >p.pano {
	position: initial;
	padding: 0.3rem 0;
	font-size: 9px;
	top: 0;
	left: 0;
}
}
.a70link {
	position: absolute;
    z-index: 10;
    top: 10px;
    right: 7px;
    color: #fff;
    padding: 10px 20px;
    border: 2px solid #fff;
    font-weight: bold;
    display: block;
    text-decoration: none;
}
.a70link:hover {
    color: #8a8a8a;
    border: 1px solid #8a8a8a;
    text-decoration: none;
}
div.swiper-container {
	margin-bottom: 20px;
}
div.swiper-wrapper img {
	width: 100%;
}
.a70_ttl {
	margin-bottom: 20px;
}
.listLinkBtn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.listLinkBtn >li {
	width: 32%;
	margin-bottom: 1rem;
}
.listLinkBtn >li.margin-zero {
	margin-left: 0;
}
.listLinkBtn >li + li {
	margin-left: 1rem;
}
.listLinkBtn >li:nth-child(4) {
	margin-left: 0;
}
.listLinkBtn >li >a {
	display: block;
	border: 1px solid #e4e4e4;
	box-shadow: 1px 1px 6px 1px #e4e4e4;
}
.listLinkBtn >li >a>img {
	max-width: 100%;
}
.listLinkBtn >li >a:hover {
    box-shadow: none;
    transition: .3s;
}
.listLinkBtn >li >a:hover img {
	opacity: .7;
	transition: .3s;
}
@media screen and (max-width: 960px) {
	.listLinkBtn {
		justify-content: space-between;
	}
	.listLinkBtn.listOne {
		justify-content: center;
	}
	.listLinkBtn >li {
		width: 49%;
	}
	.listLinkBtn >li + li {
		margin-left: 0;
	}
}

/*plan-list-style*/
a:hover {
	color: #ccc;
	text-decoration: none;
}
.page-ttl-third {
	margin-bottom: 3rem;
	text-align: center;
}
@media screen and (max-width: 835px) {
	.page-ttl-third {
		margin-bottom: 0;
	}
}
.plan-list-box {
	background-color: #d9eeeb;
	padding: 50px 0;
}
.plan-list {
	max-width: 950px;
	margin: 0 auto;
	font-family: Ryumin Medium KL;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
.plan-list >li {
    width: 73%;
	position: relative;
	margin-bottom: 2rem;
	box-shadow: 3px 3px 10px #a2b5b2;
}
.plan-list >li:hover {
	opacity: .8;
}
.plan-list >li a:hover .icons {
	opacity: .8;
}
@media screen and (max-width: 835px) {
	.plan-list >li {
        width: calc(100% - 8rem);
		margin: 0 auto 6rem auto;
	}
}

@media screen and (max-width: 640px) {
	.plan-list >li {
        width: calc(100% - 2rem);
		margin: 0 auto 6rem auto;
	}    

}
.detail-link {
	position: absolute;
	bottom: -20px;
	right: 20px;
	background-color: #259c8b;
	color: #fff;
	padding: .3rem 1rem;
}
.detail-link img {
	margin-left: .3rem;
}
.link-btn {
	display: block;
	text-decoration: none;
	color: #333;
	font-family: Ryumin Medium KL;
	background-color: #fff;
	padding-bottom: 2rem;
}
.link-btn:hover {
	background-color: #f6fffe;
}
.link-btn h3 {
	color: #fff;
	background-color: #259c8b;
	text-align: right;
	padding: .5rem 1rem;
	font-size: 36px;
}
.link-btn h3 span {
	font-size: 80%;
	margin-left: .6rem;
}
.asset {
	border-bottom: 1px solid #259c8b;
	width: calc(100% - 20px);
	margin: 0 auto 2rem auto;
	padding: .7rem 0 2rem 0;
}
.square {
	font-size: 48px;
	letter-spacing: 2px;
	text-align: center;
}
.square span {
	font-size: 60%;
}
.square span sup {
	font-size: 60%;
}
.floor-plan {
	font-size: 24px;
	text-align: center;
}
.room-numb-box {
	width: calc(100% - 80px);
	margin: 0 auto;
}
.room-numb-box.large-box .room-numb .numb {
	width: 100%;
}
.room-numb-box.large-box .room-numb .cap {
	width: 100%;
	font-size: 14px;
}
.room-numb-box.large-box .room-numb .price-def {
	font-size: 20px;
}
.room-numb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.numb {
	position: relative;
	font-size: 20px;
	padding-left: 1rem;
}
.numb:before {
	position: absolute;
	top: 5px;
	left: 0;
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #259c8b;
}
.room-numb .price {
	font-size: 30px;
	letter-spacing: 2px;
	color: #d60e0e;
}
.room-numb .price span {
	font-size: 18px;
}
.icons {
	position: absolute;
	top: -35px;
	left: 30px;
	display: flex;
	align-items: center;
	color: #fff;
	text-align: center;
	line-height: 1;
}
.icons li {
	width: 70px;
	height: 70px;
	transform: rotate(-45deg);
}
.icons li >p {
	transform: rotate(45deg);
	font-size: 18px;
	margin-top: 15px;
}
.icons .pic {
	background-color: #006657;
}
.icons .pan {
	background-color: #ff9e3f;
	margin-left: 30px;
}
.icons .pan span {
	font-size: 10px;
}

.pick{
    text-align: center;
    color: #d60e0e;
}
@media screen and (max-width: 835px) {
	.icons li {
		width: 55px;
		height: 55px;
	}
	.icons li >p {
		font-size: 14px;
		margin-top: 15px;
	}
	.icons .pan span {
		font-size: 8px;
	}
}

.priceD{
    margin: 0 auto 1rem;
    text-align: center;
}
}