@charset "utf-8";
/* CSS Document */



.btn-plan-category {
display: flex;
max-width: 500px;
margin: 50px auto;
justify-content: space-around;
text-align: center;
}

.btn-plan-category li {
width: 48%;
}

.floor-box {
display: flex;
justify-content: space-between;
margin-top: 80px;
}

/*------------------
プランナビ
------------*/
.plan-nav {
display: flex;
justify-content: space-between;
max-width: 600px;
width: 95%;
margin: auto;
padding: 80px 0 30px;
}

.plan-nav li {
width: 32%;
transition: .3s;
}
.plan-nav li a{
display: block;
border: 1px solid var(--accent-color-one);
text-align: center;
padding: 20px;
}

.bg-brilliant .plan-nav li a{
background: #FFF;
color: var(--accent-color-one);
}
.plan-nav li:hover,
.bg-brilliant .plan-nav li:hover,
.plan-nav li .current,
.bg-brilliant .plan-nav li .current{
background: var(--accent-color-one);
color: #FFF;
}
/*------------------
眺望
------------*/

/*変数定義*/
.panorama {
  --panorama-height: 540px;
  --scroll-bar-height: 18px;
}

@media screen and (max-width: 768px){
.panorama {
  --panorama-height: 350px;
  --scroll-bar-height: 18px;
}
}

.panorama-area {
margin-top: 80px;
}
.panorama-area .caption {
padding-top: 10px;
padding-left: 5px;
font-size: 12px;
opacity: 0.8;
}

.panorama-support {
color: var(--accent-color-one);
text-align: center;
margin-bottom: 10px;
}
.panorama{
overflow: auto;
width: 100%;
height: calc(var(--panorama-height) + var(--scroll-bar-height));
position: relative;
overflow-y: hidden;
/*-webkit-overflow-scrolling: touch;*/
}

.panorama p {
width: 100%;
position: sticky;
right: 0;
left: 0;
margin: auto;
top: 50%;
z-index: 1;
text-align: center;
transition: 1s;
}
.panorama .ui-icon-swipe {
width: 70px;
height: auto;
margin: auto;

animation-name: fuwafuwa;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-direction: alternate;
animation-duration: 1.5s;
}


.panorama .pano {
width: calc( 0.27 / var(--panorama-height));
height: var(--panorama-height);
filter: brightness(0.48);
position: absolute;
z-index: 0;
transition: 1s;
top: 0;
}

.panorama:hover{
cursor: pointer;
}
.panorama:hover .pano {
filter: none;
}
.panorama:hover p {
opacity: 0;
}

/*android対策*/
.panorama:active .pano {
filter: none;
}
.panorama:active p {
opacity: 0;
}


/*スクロールバー全体*/
.panorama::-webkit-scrollbar {
    width: 10px;
	height: var(--scroll-bar-height);
	position: absolute;
	bottom: 50px;
	left:0;
	background: rgba(0,0,0,0.7);
}

/*スクロールバーの軌道*/
.panorama::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}

/*スクロールバーの動く部分*/
.panorama::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, .5);
  background-color: rgba(255,255,255,0.7);
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
  
}

@keyframes fuwafuwa {
    0% {
        transform: translate(0,0px);
    }

    100% {
        transform: translate(0,-15px)
    }
}


/*------------------
天井高
------------*/
.ceiling-list {
display: flex;
justify-content: space-between;
margin-top: 40px;
flex-wrap: wrap;
align-items: baseline;
}

.ceiling-list li {
max-width: 800px;
margin: auto;
margin-bottom: 50px;
}

@media screen and (max-width: 768px){
.ceiling-list li {
width: 100%;
margin: auto;
margin-bottom: 50px;
}
}
/*------------------
平面図
------------*/
figure.shikihai {
width: 48%;
}

.floor-box {
padding-bottom: 80px;
}
.floor-list {
display: flex;
flex-wrap:wrap;
justify-content: space-between;
align-items: flex-start;
width: 48%;
}

.floor-list li{
width: 48%;
margin-top: 40px;
}

.floor-list .title {
color: var(--accent-color-one);
font-size: 1.15em;
    display: flex;
    align-items: center;
	margin-bottom: 15px;
	letter-spacing: 0;
	line-height: 1.3;
}

.floor-list .title:before {
    color: #fff;
    font-size: 1em;
    background: var(--accent-color-one);
    flex: 0 0 27px;
    height: 27px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.floor-list .floor-list-01 .title:before {content: "1";}
.floor-list .floor-list-02 .title:before {content: "2";}
.floor-list .floor-list-03 .title:before {content: "3";}
.floor-list .floor-list-04 .title:before {content: "4";}
.floor-list .floor-list-05 .title:before {content: "5";}
.floor-list .floor-list-07 .title:before {content: "";}


@media screen and (max-width: 1024px){
.floor-list li{
width: 98%;
margin-top: 40px;
}
}
@media screen and (max-width: 768px){
.floor-box {
flex-direction: column;
}

figure.shikihai {
    width: 100%;
}

.floor-list {width: 100%;}

.floor-list .title:before {
height: 30px;
padding: 5px;
}
}
/*------------------
フィルター
------------*/

.select-area {
padding-top: 50px;
width: 95%;
margin: 0 auto 80px;
/*background: rgba(255,255,255,0.4);*/
border: 1px solid #FFF;
border-radius: 10px;
padding: 30px;

}

.search-box input[type="checkbox"] {
display: none;
}
.search-box label:hover{ color: #AFAA72;}

.search-box input[type="radio"] + label {
padding: 10px 15px;
}
.search-box input[type="radio"]:checked + label {
    color: #AFAA72;
    border: 2px solid #AFAA72;
	border-bottom: 2px solid #F0EADB; /*背景色と同化させて線を消す*/
}
.search-box input[type="checkbox"]:checked + label { color: #AFAA72;}

.search-box ul{
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
margin-bottom: 30px;
}

.search-box ul li {
padding: 8px;
}

.search-box label {
padding: 3px 10px;
}

/*おしゃれチェックボックス*/

input[type="checkbox"] + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #AFAA72;
  position: absolute;
  left: 0;
  top: 5px;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -2px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 768px){
.search-box-label {
display: block;
padding: 0 0 10px 0;
}
.region-area .search-box-label { padding-left: 15px;}

}

@media screen and (max-width: 480px){

.search-box input[type="checkbox"] + label {
padding: 10px 5px;
}

.region-area .search-box-label {
padding-left: 5px;
margin: 0;
padding-bottom: 25px;
}
}


/*▲ここまで*/

.search-box_label {
  font-weight: bold;
  padding: 10px;
}
.is-hide {
  display: none;
}

.under_line {
  width: 500px;
}
.search-box h2 {
  margin: 0;
}

.reset-button {
  width: 25%;
  margin: 20px auto 0;
  line-height: 30px;
  background: #ccc;
  border-radius: 25px;
  border: none;
  cursor: pointer;
}
.reset-button:hover {
  background: #999;
}
.nothing {
  display: none;
}


/*------------------
plan
------------*/
.plan-list {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
color: black;
}

.plan-list li {
width: 32%;
}

.list_item {
background: #FFF;
box-shadow:0px 0px 16px -6px rgb(0 0 0 / 60%); 
text-align: center;
padding: 3.8%;
font-size: 15px;
margin-bottom: 30px;
border: 5px solid var(--second-color);
}
.list_item:hover {
opacity: 0.8;
}

.list_item.luxury,
.list_item.exclusive{
position: relative;
}

.list_item.exclusive.suite .detail-btn {
padding: 20px 0;
margin-top: 15px;
border: 1px solid var(--accent-color-one);
color: var(--accent-color-one);
background: white;
}
.list_item.exclusive.suite .cmn-text02 {
text-align: center;
}
.list_item.luxury a::before,
.list_item.exclusive a::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 5em solid transparent;
    border-left: 5em solid var(--second-color);
    position: absolute;
    z-index: 1;
}


.list_item.exclusive{
border-color: var(--accent-color-one);
}


.list_item.exclusive a::before {
border-left-color: var(--accent-color-one);
}

.list_item.luxury a::after,
.list_item.exclusive a::after {
    content: "LUXURY";
    position: absolute;
    top: 25px;
    left: 7px;
    transform: rotate(-45deg);
    color:  var(--accent-color-one);
    z-index: 2;
    text-align: center;
    font-size: 11px;
}


.list_item.exclusive a::after {
    content: "EXCLUSIVE";
	color:white;
    top: 24px;
    left: -4px;
}

.list_item dl {
display: flex;
justify-content: flex-start;
align-items: flex-end;
margin: 8px 0;
}
.list_item dt {
font-size: 12px;
}
.list_item dt:after {
content:"/";
padding-left: 5px;
padding-right: 5px;
}
.list_item dt:before {
content:"-";
padding-left: 5px;
padding-right: 5px;
}

.type {font-size: 1.5em; margin-bottom: 15px; color: var(--accent-color-one);}
.madori {font-size: 1.7em; margin-bottom: 20px;}
.madori span {font-size: 0.7em;}
.menseki {font-size: 1.7em;}
.list-item sup {font-size: 0.4em;}

.detail-btn{
background: var(--accent-color-one);
padding: 10px;
color: white;
display: block;
margin-top: 15px;
}



@media screen and (max-width: 1024px){
.plan-list li {
width: 48%;
}
}

@media screen and (max-width: 768px){
.plan-list li {
width: 100%;
}


.list-item dl {
justify-content: center;
}
}