/*
 Theme Name:   gekidan-zimbabwe
 Template: bootstrap5
*/

@import url('../bootstrap5/style.css');

 .navbar {
>   background: #ffffff url("http://www.zimbabwe.jp/images/background.png");
>   font-size: small;
>   text-align: center;
>   height: 100%;
.clear { clear:both; height:20px; }

.clearspace {
clear:both;
height: 50px;
}

.clearspace_02 {
clear:both;
height: 25px;
}

.entry-content h2{
	color: #05ae43;
	font-size:1.4rem;
	border-bottom:1px solid #9fe1a9;
	
	
}

h2 {
  color: #ff1919;
  height: 25px;
  font-size: 2rem;
  margin: 0 0 15px 0;
  padding: 15px 0 0 40px;
  background: url("..http://www.zimbabwe.jp/common/images/h2_bg_root_practice.png") no-repeat;

img{
  max-width: 100%;
  height: auto;
}

dl.border_flex  {

	padding: 5px 0 5px 0;
	}
dl.border_flex dt {
	color:#900;
	border-left: solid 4px #900;
	padding: 0 0 0 10px;
	font-weight: bold;
	  margin: 10px 0 0 0;
	}
dl.border_flex dd {
	border-left: solid 4px #900;
	  padding: 0 0 0 10px;
	  margin: 0;
	}




.p15{
font-size: 1.5rem;	
margin:20px 0 0 0;
	
	
}

.fluid-box01 {

  background: #f9f9f9c2;
    background-position-x: 0%;
    background-position-y: 0%;

  padding: 3px 0px;
	
  width: 100vw;
  position: relative;
		left: 50%;
  transform: translateX(-50%);
}

.thumbnail-container img{

border:2px solid #a65a5a;
padding:2px;

}


.newslist{
margin:0 5px 10px;
padding:0 0 15px 0;
}

.newslist div{
margin:0 0 10px 0;
}


.newslist dl dd a,.newslist dl dd a:visited,.newslist dl dd a:active{
color:#a65a5a;
font-size:1.4rem;
}


.fluid-box_footer{
	
	background: rgba(253, 215, 215, 0.45);

	width: 100vw;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	padding:60px 0;
		margin: 100px 0 0 0; 	
	
	
}


.fluid-box_footer h3{
	color:#ffffff;
	background: none;
	text-align:center;
background-color: #b2d3e4;
border: 4px dashed #fff;
	margin:0 0 30px 0;
	padding:6px;
}
.fluid-box_footer h3::before {

border-left: none;
border-bottom: none;

}


.footer-widgets{
	
	margin:0 0 50px 0;
		color:#945151;
}

.footer-widgets li{
	

	list-style: none;
	margin:0 0 5px 0;
}


.footer-widgets li a,.footer-widgets li a:visited,.footer-widgets li a:active{
	
	color:#945151;
	
}
.text_white{
	
	color:#945151;
	
}

#mega-menu-wrap-main-menu {

  margin: 0 0 0 auto;
}

.bg-header {
  background-color: rgba(255, 246, 219, 0.89);
};
}
}



.cform th {
	font-size: 14px;
	width: 20%; /*変なところで改行される場合はここの数字を変更します。*/
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 0 10px 15px;
	font-weight: normal;
}

.cform td {
	font-size: 14px;
	line-height: 150%;
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 5px;
}

.cform {
	width: 100%;
	margin: auto;
}

.cform [type=submit] {
	display: inline-block;
	font-size: 20px;
	padding: 10px 30px;
	text-decoration: none;
	background: #ff8f00;
	color: #FFF;
	border-bottom: solid 4px #B17C00;
	border-radius: 3px;
}

.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 100%;
}

.required-srt {
	font-size: 8pt;
	padding: 5px;
	background: #ce0000;
	color: #fff;
	border-radius: 3px;
	margin-left: 10px;
	vertical-align: middle;
}

@media only screen and (max-width:767px) {
	.cform th,
	.cform td {
		width: 100%;
		display: block;
		border-top: none;
	}
}

.submit-btn input {
	background: #00142c;
	width: 60%;
	max-width: 550px;
	min-width: 220px;
	margin: 30px auto;
	display: block;
	border: 1px #00142c solid;
	text-align: center;
	padding: 5px;
	color: #fff;
	transition: all 0.4s ease;
}

.submit-btn input:hover {
	background: #fff;
	color: #00142c;
}


.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}