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


/* equipment-about-wrapper */
.equipment-about-wrapper {
	background : #fff;
	padding-top: 72px;
}
.equipment-about {
 background: linear-gradient(#fff 200px, #f3f5f6 200px);
	padding-bottom: 60px;
}
.equipment-about .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;	
}
.equipment-about-txt {
	max-width: 36%;
}
.equipment-about-image {
	max-width: 60%;
}
@media screen and (max-width:768px) {
	.equipment-about-wrapper {
		padding-top: 48px;
	}
	.equipment-about-wrapper p {
		font-size: .9rem;
	}
	.equipment-about {
	 background: linear-gradient(#fff 140px, #f3f5f6 140px);
		padding-bottom: 32px;
	}
	.equipment-about h2 {
		font-size: 1.3rem;
	}
	.equipment-about-txt {
		max-width: 100%;
		margin-bottom: 24px;
	}
	.equipment-about-image {
		max-width: 100%;
	}
}


/*共通*/
.title-area {
}
.eq-main-txt {
	text-align: center;	
}
.eq-main {
     margin-top: 20px;
     margin-bottom: 40px;       
 }
@media screen and (min-width: 1024px) {
	.eq-main {
		max-width: 1032px;
		margin: 40px auto 40px;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		align-items: center;
		flex-wrap: wrap;
	}
	.eq-main-txt {
		max-width: 40%;
	}
	.eq-main-image {
		max-width: 50%;
	}
}
.eq-main .eq-main-txt p {
	font-size: 1rem;
	line-height: 2;
}

.line {
	display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(135deg, rgba(183, 172, 122, 0.05) 0%, rgba(183, 172, 122, 1) 50%, rgba(183, 172, 122, 0.05) 100%);
	/*右揃えのとき    background: linear-gradient(135deg, rgba(183, 172, 122, 0.05) 0%, rgba(183, 172, 122, 1) 100%);*/
    margin: 1em auto;	
}

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


h3.kitchen-heading  {
	font-family:"Cormorant Garamond", serif;
	text-transform:uppercase;
	font-size: 2rem;
	letter-spacing: 0.2em;
    font-weight: 400;
	color: var(--main-color);
}
h3.bath-heading {
	font-family:"Cormorant Garamond", serif;
	text-transform:uppercase;
	font-size: 2rem;
	letter-spacing: 0.2em;
    font-weight: 400;
	color: var(--main-color);
}
h3.sanitary-heading {
	font-family:"Cormorant Garamond", serif;
	text-transform:uppercase;
	font-size: 1.9rem;
	letter-spacing: 0.2em;
    font-weight: 400;
	color: #fff;
}
@media screen and (max-width: 768px) {
    h3.kitchen-heading {
        font-size: 1.2rem;
    }
    h3.bath-heading {
        font-size: 1.2rem;
    }
    h3.sanitary-heading {
        font-size: 1.3rem;
    }
	.equipment-wrapper p.tx-xs {
		font-size: 0.7rem;
	}
}


.equipment-wrapper {
	background : #fff;
}

.equipment-wrapper h4 {
     font-size: 1.4rem;
     margin-bottom: 25px;
}
.equipment-wrapper h5 {
	font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", "Noto Serif JP", -apple-system, BlinkMacSystemFont, メイリオ, meiryo, sans-serif;
	font-size: 1rem;
	padding-bottom: 6px;
	margin-bottom: 8px;
	border-bottom: 1px solid var(--base1-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: 32px;
}
p.eq-lead {
	font-size: 1.1rem;
	letter-spacing: 0.04em;	
}
@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;
	}
	p.eq-lead {
		font-size: 1rem;
	}
}

	
/*キッチン*/
#kitchen {
	padding-bottom: 32px;
}


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

/*ドレスルーム、トイレ*/
#dressingroom {
	background : rgba(100, 95, 87, .8);
	color: #fff;
	padding-top: 20px;
	padding-bottom: 40px;
}

.dressingroom-main {
    padding-top: 20px;
    margin-bottom: 32px;
}
.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: .9rem;
}
@media screen and (min-width: 1024px) {
	#dressingroom {
		padding-top: 60px;
	}
	.powder-detail h5 {
		font-size: 1rem;
	}
    .powder-detail-tx {
        width: 54%;/*50%*/
    }
    .powder-detail-img {
        max-width: 420px;/*洗面台の写真*/
        margin-right: 12px;
    }
}

.equipment-wrapper .powder-detail-tx-inner h5,
.equipment-wrapper .toilet-detail-tx h5 {
	border-bottom: 1px solid var(--base6-color);
 }

.powder-detail .box-num {
    width: 22px;
    display: inline-block;
    text-align: center;
    font-size: 1rem;
    line-height: 1.2;
    color: #fff;
    font-family: "Noto Serif JP", serif;
	font-weight: 400;
    background: #2d3e3b;
    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;
    }
	.powder-detail .box-num {
		font-size: 1.1rem;
	}
}

@media screen and (max-width:768px) {
	.powder-detail-img {
		width: 80%;
		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-item {
	margin-bottom: 32px;
}
.toilet-detail-item {
	max-width: 48%;
}
.equipment-wrapper .toilet-detail-item p {
	letter-spacing: -0.02em;
}
@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;
	}
	.toilet-detail-tx h5 {
		font-size: .9rem;
	}
}


/*共通*/
.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: 32px auto 40px;
}
@media (max-width: 600px) {
    .equipment-wrapper .btn-box {
        width: 250px;
        margin: 20px auto 32px;
    }
    .equipment-wrapper .btn a {
        width: 250px;
        height: 50px;
    }
}


/* 設備ナビ */
.eq_nav {
    padding-top: 32px;
}
@media (min-width: 768px) {
    .eq_nav {
        padding-top: 60px;
        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: 49.2%;/*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 {
		margin-bottom: 3px;
	}
	.eq_nav .navList_page li a {
		font-size: 0.9rem;
		letter-spacing: 0.02em;
		padding: 12px 4px 10px;
		}
}

.eq_nav .navList_page li a {
    background: #fff;
    color: var(--main-color);
	border: 1px solid var(--main-color);
}
.eq_nav .navList_page li.active a, .eq_nav .navList_page li a:hover {
	color: #fff;
	border: 1px solid #645f57;
	background: #645f57;
    transition: 0.5s;
}
