@charset "UTF-8";
/* equipment */


.title-area {/*背景は白*/
	background: #fff;
}

.eq-main {
    max-width: 1032px;
    margin: 20px auto 32px;
}

.equipment-wrapper p.tx-xs {
	font-size: 0.8rem;
}

.equipment-wrapper h2.heading {
	font-size: 2.2rem;
	text-transform: uppercase;
}

.kitchen-heading h3 {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1.7;
    margin-bottom: 48px;
    padding: 0;
}
.bath-heading h3 {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1.7;
    margin-bottom: 60px;
    padding: 0;
}
.sanitary-heading h3 {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    line-height: 1.5;
    padding: 0;
    margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
    .eq-main {
      margin-top: 20px;
      margin-bottom: 20px;       
  }
	.equipment-wrapper h2.heading {
		font-size: 1.6rem;
	}
    .kitchen-heading h3 {
        font-size: 1.2rem;
        letter-spacing: 0.04em;
        margin-bottom: 24px;
    }
    .bath-heading h3 {
        font-size: 1.2rem;
        letter-spacing: 0.05em;
        margin-bottom: 40px;
    }
    .sanitary-heading h3 {
        font-size: 1.2rem;
    }
	.equipment-wrapper p.tx-xs {
		font-size: 0.7rem;
	}
}


.equipment-wrapper {
	padding-bottom: 32px;
    margin-bottom: 60px;
}
	
.equipment-wrapper h4 {
     font-size: 1.4rem;
     margin-bottom: 25px;
}
.equipment-wrapper h5 {
	font-size: 1rem;
	padding-bottom: 6px;
	margin-bottom: 8px;
	border-bottom: 1px solid var(--base3-color);
	line-height: 1.5;
 }
 .equipment-wrapper p {
    font-size: .95rem;
	line-height: 1.5;
	letter-spacing: 0.02em;
 }
 #kitchen p, #bath p {
     margin-bottom: 24px;
}

@media screen and (max-width:600px) {	
	.equipment-wrapper h4 {
		font-size: 1.2rem;
		letter-spacing: 0.3em;
		padding-top: 80px;
		margin-bottom: 15px;
	}
	.equipment-wrapper h5 {
		font-size: .9rem;
		margin-bottom: 8px;
	}
	.equipment-wrapper p {
		font-size: .9rem;
		line-height: 1.4;
		margin-bottom: 20px;
	}
}

	
/*設備トップ*/
#equipment-top {
	padding-top: 40px;
}
.equipment-top-wrap, .equipment-top-wrap2{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 60px;
}
.equipment-top-txt {
	max-width: 38%;
}
.equipment-top-txt p {
	line-height: 1.8;
}
.equipment-top-txt .midashi {
	max-width: 250px;
	margin-bottom: 20px;
}
.equipment-top-txt h2 {
	font-size: 1.5rem;
	margin-bottom: 32px;
}
.equipment-top-kitchen {
	max-width: 54%;
}
.equipment-top-bath {
	max-width: 46%;
}
.equipment-top-sanitary {
	max-width: 46%;
}
@media screen and (max-width:600px) {
	.equipment-top-wrap, .equipment-top-wrap2{
		margin-bottom: 32px;
	}
	.equipment-top-txt {
		max-width: 100%;
		margin-bottom: 20px;
	}
	.equipment-top-txt h2 {
		font-size: 1.1rem;
		margin-bottom: 24px;
	}
	.equipment-top-kitchen {
		max-width: 100%;
	}
	.equipment-top-bath {
		max-width: 100%;
		margin-bottom: 20px;
	}
	.equipment-top-sanitary {
		max-width: 100%;
	}
}


/*バスルーム*/
#bath {
	margin-bottom: 48px;
}



/*ドレスルーム、トイレ*/
#dressingroom {
	background: #2d3e3b;
	color: #fff;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
#dressingroom h2.heading {
	color: #fff;
}
.dressingroom-main {
    padding-top: 40px;
    margin-bottom: 20px;
}
.powder-detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    margin-bottom: 40px;
}
.powder-detail-img {
    margin-bottom: 20px;
}
.powder-detail h5 {
	font-size: 1rem;
}
@media screen and (min-width: 1024px) {
	.dressingroom-main {
		padding-top: 60px;
	}
    .powder-detail {
        margin-bottom: 60px;
    }
    .powder-detail-tx {
        width: 54%;/*50%*/
    }
    .powder-detail-img {
        max-width: 420px;/*洗面台の写真*/
        margin-right: 12px;
    }
}

.powder-detail .box-num {
    width: 22px;
    display: inline-block;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.2;
    color: #2d3e3b;
    background: #fff;
    margin-right: 6px;
}
.powder-detail-tx-img {
    width: 65%;
    margin: 0 auto 20px;
}

@media screen and (min-width: 1024px) {
    .powder-detail p {
        margin-bottom: 20px;
		line-height: 1.5;
    }
    .powder-detail-tx-wrap {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;    
    }
    .powder-detail-tx-inner {
        max-width: 248px;/*220px*/
    }
    .powder-detail-tx-img {
        max-width: 280px;
        margin-left: 0;
    }
}

@media screen and (max-width:768px) {
	.powder-detail-img {
		width: 90%;
		margin: 0 auto 20px;
		}
}




/*トイレ*/
.toilet-detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    margin-bottom: 40px;
}
.toilet-detail-img {
    margin-bottom: 20px;
}

.toilet-detail-tx {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.toilet-detail-tx h5 {
	font-size: 1rem;
}
.toilet-detail-item {
	margin-bottom: 32px;
}
.toilet-detail-item {
	max-width: 48%;
}
@media screen and (min-width: 1024px) {
    .toilet-detail {
        margin-bottom: 80px;
    }
    .toilet-detail-tx {
        width: 54%;
    }
    .toilet-detail-img {
        max-width: 420px;
    }
}
@media screen and (max-width:768px) {
	.toilet-detail-img {
		width: 65%;
		margin: 0 auto 20px;
		}
}
@media screen and (max-width:600px) {
	.toilet-detail-item {
		margin-bottom: 16px;
	}
}


/*共通*/
.eq-col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    margin-bottom: 20px;
}

/*2列*/
.spec-c2 {
	padding: 0;
	width: 100%;
	flex: none;
    position: relative;
    margin-bottom: 10px;
}
.spec-c2:not(:nth-last-child(-n+2)) {
	margin-bottom: 15px;
}
.spec-c2k {
	padding: 0;
	width: 100%;
	flex: none;
    position: relative;
}
.spec-c2k:not(:nth-last-child(-n+2)) {
	margin-bottom: 15px;
}
@media screen and (min-width: 901px) {
    .spec-c2  {
        width: 47%;
    }
    .spec-c2k  {
        width: 50%;
    }
}


/*3列*/
.spec-c3 {
	padding: 0;
	width: 100%;/*2列になったら48%*/
	flex: none;
    position: relative;
    margin-bottom: 15px;
}
.spec-c3:not(:nth-last-child(-n+2)) {
	margin-bottom: 15px;
}

@media screen and (max-width: 900px) {
    .spec-c3  {
        width: 48%;
    }
}
@media screen and (min-width:1024px) {
    .spec-c3  {
        width: 30%;
    }
    .spec-c3:not(:nth-last-child(-n+2)) {
        margin-bottom: 0;
    }
}

/*4列　スマホのとき２列*/
.spec-c4 {
	padding: 0;
	width: 48%;
	flex: none;
    position: relative;
    margin-bottom: 15px;
}
.spec-c4:not(:nth-last-child(-n+2)) {
	margin-bottom: 15px;
}
@media screen and (max-width: 900px) {
    .spec-c4  {
        width: 48%;
    }
}
@media screen and (min-width:1024px) {
    .spec-c4  {
        width: 23%;
    }
    .spec-c4:not(:nth-last-child(-n+2)) {
        margin-bottom: 0;
    }
}



.small-tx {
    font-size: 0.8rem;
    line-height: 1.5;
    color: #333;
    letter-spacing: 0;
}
@media (max-width: 500px) {
    .small-tx {
        font-size: 0.7rem;
        line-height: 1.4;
    }
}

/*ボタン*/
.equipment-wrapper .btn-box {
    width: 290px;
    margin: 0 auto 10px;
}
@media (max-width: 600px) {
    .equipment-wrapper .btn-box {
        width: 250px;
        margin: 20px auto 0;
    }
    .equipment-wrapper .btn a {
        width: 250px;
        height: 50px;
    }
}


/* 設備ナビ */
.eq_nav {
    padding-top: 24px;
}
@media (min-width: 768px) {
    .eq_nav {
        padding-top: 44px;
        padding-bottom: 20px;
    }
}

.eq_nav ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.eq_nav .navList_page li {
    width: 32.8%;
	list-style: none;
	margin-right: 0.7%;
    text-align: center;
}
.eq_nav .navList_page li:last-child {
	margin-right: 0;
}
.eq_nav .navList_page li a {
    display: block;
    padding: 10px 15px 8px;
	letter-spacing: 0.2em;
}

@media (min-width: 768px) {
    .eq_nav .navList_page li a {
        padding: 12px 7px 10px;
        font-size: 1.1rem;
    }
}
@media (max-width: 600px) {
	.eq_nav .navList_page li {
		/*width: 100%;*/
		margin-bottom: 3px;
	}
	.eq_nav .navList_page li a {
		font-size: 0.9rem;
		letter-spacing: 0.04em;
		padding: 12px 4px 10px;
		}
}

.eq_nav .navList_page li a {
    background: #2d3e3b;
    color: #fff;
}
.eq_nav .navList_page li.active a, .eq_nav .navList_page li a:hover {
	background: #4dad6d;
    transition: 0.5s;
}
