
/***********************************************************************************************************************

equipment.css

***********************************************************************************************************************/

.mx700{
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}
.mx900{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

.sec_loca_nav{
	margin: 5% 0 0;
}
.sec_loca_nav.ft{
	/*margin-top: 8%;*/
}

.sec_equip{
	margin: 5% 0 0;
}



@media screen and (max-width: 767px) {
.sec_equip{
	margin: 8% 0 0;
}
}



/*** ZEHページのみ適用 **********************************/
.bg_zeh{
	background-color: #f2f7f7;
}
.bg_zeh #bg_gara{
	background-color: #f2f7f7;
	background-image: none;
}



/*** hd **********************************/
.hd{
	position: relative;
}
.hd figure{
	position: relative;
}
.hd figure figcaption{
	position: absolute;
	right: 0.5em;
	bottom: 0.5em;
	color: #fff;
	text-align: right;
}
.hd img{
	width: 100%;
	height: auto;
}
.hd .pc{}
.hd .sp{ display: none;}


@media screen and (max-width: 767px) {
.hd .pc{ display: none;}
.hd .sp{ display: block;}
}



/*** nav_loca **********************************/
ul.nav_loca{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	align-items: stretch;
}
ul.nav_loca li{
	position: relative;
	display: flex;
	width: 19%;
	font-family: 'Noto Serif JP', serif;
	color: #fff;
	font-size: 13px;
	font-size: clamp(12px, 1.3vw, 13px);
	text-align: center;
	background-color: #808080;
	transition: all .3s linear;
}
ul.nav_loca li::before{
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: calc(100% - 6px);
	height:  calc(100% - 6px);
	border: 1px solid rgba(255,255,255,0.4);
}

ul.nav_loca li:hover,
ul.nav_loca li.active{
	background-color: #000;
}

ul.nav_loca li.active::after{
	content: "";
	position: absolute;
	bottom: -19px;
	left: 50%;
	transform: translateX(-50%);
	border-style: solid;
	border-width: 10px;
	border-color: #000 transparent transparent transparent;
}

.ft ul.nav_loca li.active::after{
	bottom: auto;
	top: -19px;
	border-color: transparent transparent #000 transparent;
}


ul.nav_loca li a{
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;      /* 縦中央 */
	justify-content: center;  /* 横中央 */
	width: 100%;
	color: #fff;
	padding: 1.2em 0.5em;
}


@media screen and (max-width: 767px) {
ul.nav_loca{
	margin: 8% 0 0;
}
ul.nav_loca li{
	width: 49%;
	margin-bottom: 2%;
}
ul.nav_loca li:nth-child(3){
	width: 100%;
}

ul.nav_loca li.active::after{
	display: none;
}

ul.nav_loca li a{
	padding: 12px 0;
}
}




/*** h1〜  **********************************/
h1.h1_ttl{
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 96%;
	font-size: 26px;
	font-size: clamp(15px, 2.6vw, 26px);
	color: #fff;
	text-align: center;
}
h1.h1_ttl .en{
	display: block;
	font-size: 180%;
	font-family: "Cinzel", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.15em;
}
h1.h1_ttl .jp{
	display: inline-block;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #fff;
}

h2.h2_ttl{
	font-size: 26px; 
	font-size: clamp(20px, 2.6vw, 26px);
	font-weight: 500;
	text-align: center;
	line-height: 1.6em;
	margin-bottom: 0.8em;
}

h3.h3_zeh{
	width: 100%;
	max-width: 500px;
	margin: 0 auto 2em;
}

h3.h3_bath{
	font-family: "Cinzel", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 28px; 
	font-size: clamp(22px, 2.8vw, 28px);
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 1.6em;
	margin-bottom: 1.2em;
}

h4.h4_zeh{
	font-size: 24px; 
	font-size: clamp(18px, 2.4vw, 24px);
	font-weight: 500;
	text-align: center;
	color: #005c64;
	line-height: 1.6em;
	margin-bottom: 0.8em;
}
.bels_box_txt h4.h4_zeh{
	text-align: left;
	margin-bottom: 0.4em;
}

h5.h5_zeh{
	font-size: 18px; 
	font-size: clamp(16px, 1.8vw, 18px);
	font-weight: 500;
	text-align: center;
	color: #005c64;
	line-height: 1.6em;
	padding-bottom: 0.4em;
	margin-bottom: 0.6em;
	border-bottom: 1px solid #005c64;
}


.font14{
	font-size: 14px;
	font-size: clamp(12px, 1.4vw, 14px);
}

p.p_lead{
	font-size: 18px;
	font-size: clamp(16px, 1.8vw, 18px);
	line-height: 2em;
	text-align: center;
}

.clr_fff{
	color: #fff;
}
.shadow{
	text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000;
}



@media screen and (max-width: 767px) {
p.p_lead{
	text-align: justify;
}
p.p_lead .resp_autowrap{
	display: inline;
}
}




/*** kitchen_wrap **********************************/
.zeh_wrap{
	margin-top: 10%;
}

.kitchen_wrap,
.bath_wrap,
.powder_wrap,
.toilet_wrap,
.quality_wrap,
.other_wrap{
	margin-top: 6%;
}

@media screen and (max-width: 767px) {
.zeh_wrap{
	margin-top: 15%;
}

.kitchen_wrap,
.bath_wrap,
.powder_wrap,
.toilet_wrap,
.quality_wrap,
.other_wrap{
	margin-top: 10%;
}
}



/*** list_equip **********************************/
ul.list_equip{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul.list_equip > li{
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 0 0 6%;
}
ul.list_equip > li.col1{
	width: 100%;
}
ul.list_equip > li.col2{
	width: 48.536156%;
}
ul.list_equip > li.col3{
	width: 31.25%;
}

ul.list_equip > li > .equip_txt{
	margin-bottom: 1em;
}
ul.list_equip > li > .photo{
	margin-top: auto;
}

ul.list_equip > li.col2.w550{
	width: 53.710938%;
}
ul.list_equip > li.col2.w420{
	width: 41.015625%;
}

ul.list_equip > li > .photo .pc{}
ul.list_equip > li > .photo .sp{ display: none;}


ul.list_equip h5.h5_equip{
	font-size: 18px;
	font-size: clamp(16px, 1.8vw, 18px);
	color: #2f4571;
	margin-bottom: 0.4em;
}
ul.list_equip h5.h5_equip.clr_green{
	color: #005c64;
}
ul.list_equip p.font14{
	padding-top: 0;
	margin-top: 0;
}


@media screen and (max-width: 767px) {
ul.list_equip > li{
	margin-bottom: 10%;
}
ul.list_equip > li.col2,
ul.list_equip > li.col3{
	width: 100%;
}
ul.list_equip > li.col3.only_pc{
	display: none;
}

ul.list_equip > li.col2.w550{
	width: 100%;
}
ul.list_equip > li.col2.w420{
	width: 100%;
}

ul.list_equip > li > .photo .pc{ display: none;}
ul.list_equip > li > .photo .sp{ display: block;}
ul.list_equip > li img{
	width: 100%;
	height: auto;
}
}



/*** sub_equip **********************************/
ul.list_equip > li .sub_equip{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.list_equip > li .sub_equip li{
}
ul.list_equip > li .sub_equip li.col2{
	width: 48.536156%;
}

ul.list_equip > li .sub_equip li.col2.w672{
	width: 65.625%;
}
ul.list_equip > li .sub_equip li.col2.w320{
	width: 31.25%;
}

ul.list_equip > li .sub_equip li.col2.quality_txt{
	width: 35.15625%;
}
ul.list_equip > li .sub_equip li.col2.quality_photo{
	width: 62.5%;
}



@media screen and (max-width: 767px) {
ul.list_equip > li .sub_equip li.col2{
	width: 100%;
}

ul.list_equip > li .sub_equip li.col2.kitchen_shawer{
	width: 48.536156%;
}

ul.list_equip > li .sub_equip li.col2.bath_main_photo{
	order: 2;
}
ul.list_equip > li .sub_equip li.col2.bath_main_txt{
	order: 1;
	margin-bottom: 1em;
}

ul.list_equip > li .sub_equip li.col2.w672{
	width: 100%;
	margin-bottom: 1em;
}
ul.list_equip > li .sub_equip li.col2.w320{
	width: 100%;
}

ul.list_equip > li .sub_equip li.col2.quality_txt{
	width: 100%;
	margin-bottom: 1em;
}
ul.list_equip > li .sub_equip li.col2.quality_photo{
	width: 100%;
}
}




/**********************************
ZEH-M Oriented
**********************************/

/*** bels_box **********************************/
.fig_20per{
	width: 100%;
	max-width: 700px;
	margin: 5% auto 0;
}


/*** bels_box **********************************/
.bels_box{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	margin-top: 8%;
}
.bels_box_txt{
	width: 58.59375%;
}
.bels_box_photo{
	width: 35.15625%;
}


@media screen and (max-width: 767px) {
.bels_box{
	margin-top: 12%;
}
.bels_box_txt{
	width: 100%;
}
.bels_box_photo{
	width: 100%;
	max-width: 360px;
	margin: 2em auto 0;
}
}



/*** zeh_merit **********************************/
.zeh_merit_wrap{
	margin-top: 6%;
	padding: 2em 0;
	background-color: #fff;
}

.list_zeh_merit{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
}
.list_zeh_merit li{
	width: 31.25%;
}
.list_zeh_merit li p{
	text-align: justify;
}


@media screen and (max-width: 767px) {
.zeh_merit_wrap{
	margin-top: 12%;
}

.list_zeh_merit li{
	width: 100%;
	margin-top: 5%;
}
.list_zeh_merit li:first-child{
	margin-top: 0;
}
}




/**********************************
サービス・その他
**********************************/

/*** others_wifi_box **********************************/
.others_wifi_box{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	align-items: center;
	padding: 1.5em;
	margin: 1em 0;
	background-color: rgba(255,255,255,0.5);
}
.others_wifi_box_icon{
	width: 50px;
}
.others_wifi_box_txt{
	width: calc(100% - 70px);
}
.others_wifi_box_txt p{
	margin: 0;
	padding: 0;
}
.others_wifi_box_txt p.cap12{
	margin-top: 0.5em;
}




/**********************************
共通
**********************************/
.bn_relief{
	margin-top: 8%;
}
.bn_relief a:hover{
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
.bn_relief{
	margin-top: 12%;
}
}




/*************************************************************************************
*************************************************************************************

print

*************************************************************************************
**************************************************************************************/

@media print {

}