@charset "UTF-8";
.jumbotron--teahouse{
	background: url(images/Tea_House_View.jpeg) 0 0 no-repeat;
	background-size: cover;
	height: 60vh;
	color:#fff;
	position: relative;
}
.jumbotron--teahouse:after{
	position: absolute;
	right: 5%;
	bottom:0;
	font-style: italic;
	color:#ddd;
	content: 'photographer : George Gray Jr.'
}
.jumbotron--content{
	position: relative;
	top:50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.toptitie--h2{
	font-size:16px;
	text-align: left;
	font-family: advent-pro;
}
.top--presenters img {
	width:150px;
	height:150px;
	background-color: #888;
}
.my--title h1 {
	color: #5C892A;
	font-family: advent-pro;
	font-style: normal;
	font-weight: 400;
}
.my--title .container h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	font-weight: 400;
}
.row-eq-height{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.my--frame{
	border:4px solid #5C892A;
	width:100%;
	height:auto;
	border-radius: 5px;
	vertical-align: middle;
	padding:1em;
}
.my--middle{
	position: absolute;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);	
}
.my--title .container h4 {
	border-left:4px solid #5C892A;
	padding-left:10px;
	color:#444;
}
.my--notetext {
	text-align: justify;
	margin-left: 1em;
	color:#444;
}