@charset "UTF-8";
/* CSS Document */
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

:root {
        --main-color: #000;
    }
    
    #tokushu h1,
    #tokushu h2,
    #tokushu h3,
    #tokushu h4,
    #tokushu h5 {
        line-height: 1.3;
    }
	
    #tokushu a {
        text-decoration: underline;
        word-wrap: break-word;
    }
    #tokushu a:hover {
    text-decoration: none;
    }    
    
    #tokushu.openhouse h1 {
        font-size:40px;
        font-weight: bold;
        line-height: 1.3;
        padding: 0;
        border: none;
        display: block;
		margin: 10px 0 30px 0;
    }
    
    #tokushu.openhouse h1 span {
        font-size: 55%;
        margin: 0 0 3px 0;
    }
	
    
    #tokushu.openhouse h1 span,
    #tokushu.openhouse h2 span,
    #tokushu.openhouse h3 span,
    #tokushu.openhouse h4 span {
        display: block;
    }
 
#tokushu.openhouse h1 span.dates {
	margin: 5px 0 0 0;
	}

#tokushu.openhouse h2 {
border-bottom: 1px solid #333;
padding: 0 0 6px 0;
margin: 60px 0 20px 0;
font-size: 1.5em;
}

#tokushu.openhouse h2 span {
font-size: 70%;
margin-bottom: 5px;
}

#tokushu.openhouse h2.list {
background: #333;
padding:12px 18px;
color: #FFF;
font-size: 1.7em;
}


#tokushu.openhouse h3 {
margin: 60px 0 15px 0;
font-size: 1.5em;
padding: 0;
line-height: 1.5;
border: none;
display: block;
}

#tokushu.openhouse h3 span.eng {
font-size: 80%;
display: block;
margin: 10px 0 3px 0;
}

#tokushu.openhouse h3 span.num {
font-size: 1.1em;
margin: 0 25px 12px 0;
line-height: 1.3;
background: #999;
color: #FFF;
padding: 5px 10px;
width: 50px;
text-align: center;
}

#tokushu.openhouse .info {
box-shadow: none;
border: none;
padding: 0;
margin: 0 0 20px 0;
}

#tokushu.openhouse .event p {
margin: 15px 0 0 0
}

#tokushu.openhouse .event h3 {
font-size: 1.2em;
border-left: 10px solid #999;
padding: 0 10px 0 15px;
}

#tokushu .ref {
line-height: 1.4;
}

#tokushu .photo {
margin: 20px 0;
}

#tokushu .index li:before {
display: none;
}
    
#tokushu.openhouse .index ol li {
padding: 0 10px 0 5px;
list-style-type: decimal-leading-zero;
margin: 0 0 0 25px;
}



    
    body.white .site h1 {
        font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
        Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
    body.white .site #tokushu h1,
    body.white .site #tokushu h2,
    body.white .site #tokushu h3,
    body.white .site #tokushu h4 {
        line-height: 1.3;
        font-weight: bold;
    }
    
    body.white .site #tokushu.openhouse h1 {
        font-size: 9.6vw;
        font-weight: bold;
		line-height: 1.2
    }
	
    body.white .site #tokushu.openhouse h1 span {
	margin-bottom:0;
	}	
    
     body.white .site #tokushu.openhouse h1 br {
     display: none;
     }

    body.white .site #tokushu.openhouse h2 {
        font-size: 26px;
    }
	
    body.white .site #tokushu.openhouse h3 {
        font-size: 22px;
		margin-top: 50px;
    }
	
body.white .site #tokushu.openhouse .event p.strong {
border: none;
padding: 0;
box-shadow: none;
}
    
