/*
 Theme Name:   BIRTH Child
 Template:     birth_tcd057
*/

/* トップページ 画像全幅表示設定 2019/03/07 */
#container{
	overflow-x: hidden;
}

.wide-box{
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 0 30px 0;
/* 	padding: 2em 1em; */
}

#main_contents .wide-box img{
	width: 100vw;
}

.wide-inner{
  width: 100%;
  min-width: 1180px;
  height: 440px;
  position: relative;          
}

.wide-cnts{
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#container .wide-cnts p{
  margin-bottom: 0.8em;
  width: 90%;
  margin: 0 auto 0.5em auto;
  line-height: 1.5;
  font-weight: 500;
}

#tcd-pb-wrap, .tcd-pb-row {
    overflow: inherit !important;
}

@media screen and (max-width: 1180px){
  .wide-inner{
    min-width: inherit;        
  }
}

@media screen and (max-width: 650px) {
  .wide-inner{
    height: 240px;       
  }
  #container .wide-cnts p{
    font-size: 18px !important;
  }
}