<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


.equipment_mv{
    aspect-ratio: 16 / 9.4;
    overflow: hidden;
    position: relative;
    background-image: url(../../equipment/img/equipment_mv.jpg);
    background-size: cover;
    position: relative;
}



.equipment_ttl{
	font-size: 64px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 0px 0px 10px #000;
}

.mv_cap{
    position: absolute;
    bottom: 5px;
    right: 5px;
    display: block;
    color: #fff;
    font-size: 12px;
}

.equipment_copy{
	text-align: center;
	font-size: 32px;
	margin-top: 70px;
	line-height: 2;
}


@media screen and (min-width: 768px) and (max-width: 1024px){
	.equipment_copy{
	
		font-size: 24px;
	}

	.equipment_ttl{
		font-size: 56px;
	}


}

@media screen and (max-width: 767px){
    .equipment_ttl{
		font-size: 36px;
		
	}
	.equipment_copy{
		padding-inline: 8px;
		font-size: 26px;
         line-height: 1.4;
	}

	

}
@media screen and (max-width: 480px){
    .equipment_ttl {
        font-size: 30px;
    }
	.equipment_copy {
        margin-top: 50px;
        font-size: 20px;
  
    }

}
    




/*設備仕様*/
.equipment_inner{
    max-width: 1000px;
    margin: 0 auto;
    width: 90%;
    color: #333;
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 768px) {
.equipment_inner{
    width: 82%;
}
}


.mvimg{

    margin: 0 auto 50px;
    height: 720px;
    width: fit-content;
    position: relative;
    
}
.mvimg img{
    height: 100%;
}

.mvimg span{
    font-size:10px;
    line-height: 1.2em;
    position: absolute;
    right:6px;
    bottom: 6px;
    font-size:10px;
}
.mvimg span.white{
    color:#fff;
    text-shadow: #000 0 0 4px;
    }
/*リスト*/
.common_list{
    margin-top: 60px;
}
.common_list h3{
   margin-bottom: 30px;
    font-size: 40px;
    color: #897e5a;
    text-align: center;
}
.common_list h3 img{
    height:28px;
}
.common_list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.common_list ul li{
    width: 30%;
    }

.common_list ul li .image{
    position: relative;
    }
.common_list ul li .image img{
    max-width: 100%;
    }
.common_list ul li .image span{
    font-size:10px;
    line-height: 1.2em;
    position: absolute;
    right:6px;
    bottom: 6px;
    font-size:10px;
}



.common_list ul li .image span.white{
    color:#fff;
    text-shadow: #000 0 0 4px;
    }
.common_list ul li .image span.black{
    color:#000;
    text-shadow: #fff 0 0 4px;
    }
.common_list ul li .image span.left{
    left:6px;
    }
.common_list ul li .title{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2em;
}
.common_list ul li .title{
    margin: 12px 0 8px 0;
    color: #897e5a;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    }
.common_list ul li .text{
    font-size: 14px;
    }
.common_list ul li .text{
    line-height: 1.4em;
    }

.common_list ul li .text span{
    font-size: 10px;
    display: block;
    line-height: 1.4em;
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 8px;
    }


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

}
@media screen and (max-width: 768px) {
.common_list ul {
    gap: 8%;
}
.common_list ul li {
    width: 46%;
    margin-bottom: 35px;
}
}
@media screen and (max-width: 480px) {
.common_list {
    margin-top: 50px;
}
.common_list ul li {
    width: 100%;
    margin: 0 auto 35px;
}
.common_list ul li .title{
    font-size: 16px;
}
.common_list ul li .text {
    font-size: 13px;
}
.common_list h3 {
    padding: 0px 0 0px 15px;
    margin-bottom: 20px;
    font-size: 20px;
}

}


/*①KITCHEN*/
.kitchen_list .flex{
    display: flex;
    justify-content: space-between;
}
.kitchen_list .flex ul:nth-child(1){
    width:65%;
}
.kitchen_list .flex ul:nth-child(2){
    width:30%;
}


.kitchen_list .flex ul:nth-child(1) li{
    width: 46%;
    margin-bottom: 30px;
}
.kitchen_list .flex ul:nth-child(2) li{
    width:100%;
}



/*②POWDER ROOM*/
.powderroom_list .flex{
    display: flex;
    justify-content: space-between;
    width: 65%;
    margin: 0 auto;
}
.powderroom_list .flex ul:nth-child(1){
    width: 46%;
}
.powderroom_list .flex ul:nth-child(2){
    width: 46%;
}


.powderroom_list .flex ul:nth-child(1) li{
    width: 100%;
    margin-bottom: 30px;
}


.powderroom_list .flex ul:nth-child(2) li{
    width:100%;
}

.powderroom_list .flex ul:nth-child(1) li:nth-child(2) img{
    border: 1px solid #e8e8e8;
}


.bathroom_list ul li:nth-child(3) img{
    border: 1px solid #e8e8e8;
}
.toilet_list ul li:nth-child(3) img{
    border: 1px solid #e8e8e8;
}





@media screen and (max-width: 768px) {
.mvimg {
    margin: 0 auto 50px;
    height: 580px;
    }
    
/*①KITCHEN*/
.kitchen_list .flex {
    display: block;
    }
.kitchen_list .flex ul:nth-child(1) {
    width: 100%;
}
.kitchen_list .flex ul:nth-child(2) {
    width: 46%;
}
/*②POWDER ROOM*/
.powderroom_list .flex {
    width: 100%;
    }
}
@media screen and (max-width: 480px) {
.mvimg {
    margin: 0 auto 30px;
    /*height: 320px;*/
    height:auto;
    width: 100%;
    }   
.mvimg img {
    height: auto;
    width: 100%;
}


    
 /*①KITCHEN*/   
.kitchen_list .flex ul:nth-child(1) li {
    width: 100%;
    margin-bottom: 30px;
}
.kitchen_list .flex ul:nth-child(2) {
    width: 100%;
}
/*②POWDER ROOM*/
.powderroom_list .flex {
    width: 100%;
    display: block;
}
    
    

.common_list ul {
    width: 86%;
    margin: 0 auto;
}
.kitchen_list .flex ul:nth-child(1) {
    /*width: 100%;*/
    width: 86%;
    margin: 0 auto;
}
.kitchen_list .flex ul:nth-child(2) {
    /*width: 100%;*/
    width: 86%;
    margin: 0 auto;
    }
.powderroom_list .flex ul:nth-child(1) {
    /*width: 100%;*/
    width: 86%;
    margin: 0 auto;
}
.powderroom_list .flex ul:nth-child(2) {
    /*width: 100%;*/
    width: 86%;
    margin: 0 auto;
}
    
    
}



.fade-in {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: var(--delay, 0s);
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}








</pre></body></html>