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

#main{
	font-size:14px;
	line-height:1.8em;
}
.zeh-m_kv{
	width: 100%;
	height: 40vh;
  	background-image: url("../images/zeh-m/main_sp.jpg");
	background-position: center;
    background-size: cover;
}

#main .pc{
	display:none;
}
#main .sp{
	display:block;
}
#main .att{
	margin: 20px auto;
	font-size:10px;
	line-height:1.8em;
	text-align: left;
}
/*1-----------------------------------------------*/
.content1{
    background-color: #FFF;
}
.content1 h2{
}
.content1 h4 img{
    margin: 10px auto;
    width: 100%;
}
.content1 .block {
	margin:30px 0;
}
.content1 .block h3{
	width:100%;
	height: auto;
	margin:40px 0;
    padding: 10px;
    border: solid 1px #CCCCCC;
    font-size: 110%;
}
.content1 .block dl{
	width:100;
	margin-bottom:24px;
	text-align: left;
}
.content1 .block  dd .title{
	font-size:110%;
    font-weight: bold;
    color: #595757;
    margin-bottom: 20px;
}
.content1 .block dl dd{
	margin:12px 0 8px 0;
}
.content1 .block dl dt img{
	width: 100%;
}
.content1 .bath{
	margin:40px auto;
}
.content1 .bath img{
	width: 100%;
}
.content1 .bath2{
	margin:40px auto;
    padding-top: 40px;
}
.content1 .bath2 img{
	width: 100%;
}
.content1 .block-zeh{
	font-size:12px;
	line-height:1.6em;
	margin:10px auto;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.content1 .block-zeh dl{
	width:100%;
	margin-bottom:24px;
	text-align: left;
}
.content1 .block-zeh dl dt{
	margin:12px 0 8px 0;
    padding: 5px 10px;
	font-size:14px;
	line-height:1.6em;
	color:#555;
}
.content1 .block-zeh dl dd{
}
.content1 .block-zeh dl dd img{
	width: 50%;
}
.content1 .block-zeh_mini{
	font-size:12px;
	line-height:1.6em;
	margin:10px auto;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.content1 .block-zeh_mini dl{
	width:47%;
	margin-bottom:24px;
	text-align: left;
}
.content1 .block-zeh_mini dl dt{
	margin:12px 0 8px 0;
    padding: 5px 10px;
	font-size:12px;
	font-weight: bold;
	color:#898989;
	line-height:1.2em;
    text-align: center;
}
.content1 .block-zeh_mini dl dd{
	color:#555;
}
.content1 .block-zeh_mini dl dd img{
	width: 100%;
}
@media screen and (min-width: 758px){
#main{
	font-size:16px;
	line-height:1.8em;
}
.zeh-m_kv{
	width: 100%;
	height: 40vh;
  	background-image: url("../images/zeh-m/main.jpg");
	background-position: center;
}
#main .pc{
	display:block;
}
#main .sp{
	display:none;
}
.content1{
}
.content1 h4 img{
    margin: 20px auto;
    width: 100%;
}
.content1 .block {
	margin:60px auto;
}
.content1 .block h3{
	width:100%;
	height: auto;
	margin:60px 0;
    padding: 10px;
    font-size: 130%;
}
.content1 .block dl{
	width:100%;
	height: auto;
	margin-right:3.75%;
	margin-bottom:20px;
    display: flex;
    justify-content: space-between;
}
.content1 .block dt{
    width: 40%;
}
.content1 .block dd{
    width: 55%;
	margin:16px 0 11px 0;
	font-size:16px;
}
.content1 .block  dd .title{
	font-size:20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.content1 .block dl dt img{
    width: 100%;
}
    
.content1 .bath{
	margin:50px auto;
	width: 100%;
}
.content1 .bath img{
	width: 48%;
}
.content1 .bath2{
	margin:50px auto;
	width: 100%;
}
.content1 .bath2 img{
	width: 30%;
}
.content1 .block-zeh {
	font-size:14px;
	line-height:1.8em;
	margin:60px auto 0px;
	justify-content: flex-start;
}
.content1 .block-zeh dl{
	width:30%;
	height: auto;
	margin-right:3%;
	margin-bottom:10px;
	text-align: left;
}
.content1 .block-zeh dl:nth-child(3n){
	margin-right:0%;
}
.content1 .block-zeh dl dt{
	margin:16px 0 11px 0;
	font-size:16px;
	line-height:1.8em;
} 
.content1 .block-zeh dl dd{
    width: 100%;
}  
.content1 .block-zeh dl dd img{
    width: 80%;
	margin:16px 0 11px 0;
}  
.content1 .block-zeh_mini {
	font-size:14px;
	line-height:1.8em;
	margin:60px auto 0px;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.content1 .block-zeh_mini dl{
	width:22%;
	height: auto;
	margin-right:3.75%;
	margin-bottom:10px;
	text-align: left;
}
.content1 .block-zeh_mini dl:nth-child(4n){
	margin-right:0%;
}
.content1 .block-zeh_mini dl dt{
	margin:16px 0 11px 0;
	font-size:16px;
	line-height:1.4em;
} 
.content1 .block-zeh_mini dl dd img{
	width: 100%;
}}