header,main{
	display: block;
}
footer{
    display: block;
    text-align: center;
}
body{
	width: 100%;
    background: #fffce6;
}
nav{
 list-style: none;
 display: flex;
 margin: 0 auto;
 justify-content: center;
}
nav ul{
    /* margin: auto 0; */
    padding: 0 0;
}
nav li{
    display: inline-block;
    text-align: center;
    margin: 0 30px;
}
nav img{
    width: 90px;
    /* height: 90px; */
}
header{
    background-image: url(../img/logo/slide_top.png);
    background-repeat: no-repeat;
    width: 100%;
    background-position:50% 0%;
}

#wrapper{
	width: 800px;
	margin: 0 auto;
}

#logo{
    display: block;
    margin: 0 auto;
    width: 450px;
    /* height: 75px; */
}

#viewer {
    margin: 0 auto;
    width: 800px;
    height: 450px;
    /* text-align: left; */
    overflow: hidden;
    position: relative;
}

#sousyoku{
    margin: 0 0 30px;
    position: relative; 

}
#hana img{
    z-index: 9999;
}
#top-hana {
    top: -35px;
    left: 0;
    position: absolute;
}

#under-hana {
    bottom: -35px;
    left: 0;
    position: absolute;
}
#viewer img {
    top: 0;
    left: 0;
    position: absolute;
}
#content{
 
    display: flex;
    justify-content: space-between;
}
#bosyu {
    width: 450px;
    display: flex;
    flex-direction: column;
}


#bosyu_logo{
    margin:  0 auto;
    display:flex;
justify-content:center;
}
#bosyu_logo img{
    width: 300px;
    height: 120px;
}
.menu_h2{
    margin: 0 auto;
}
.menu_h2 img{
    width: 5%;
}

/* 園の紹介 */
.element {
    display:flex;
    flex-wrap: wrap;
}
.element .sub-element{
  width: 43%;
  height:auto;
  overflow:hidden;
  background-color: #FFFFFF;
  padding: 20px;
  margin-top: 20px;
}
.element .sub-element:first-child{
    margin-right: 30px;
}
.element .sub-element img{
 display: block;
 margin: 0 auto;
}
.sub-element-irregular{
  width: 100% !important;
}
.sub-element-irregular img{
width: 100% !important;
}

#shokai-h1 {
    position: relative;
    padding: 1.5rem 0rem;
  }
  
  #shokai-h1:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

#shokai-h2 {
padding: 0.25em 0.5em;/*上下 左右の余白*/
background: transparent;/*背景透明に*/
border-left: solid 5px #7db4e6;/*左線*/  
margin: 40px 0 0 0px;
}

#shokai-h3{
    color: #2e79c1;
    font-weight: bold;
    margin: 40px 0 0 10px;
}

/* 保育園システム紹介 */

.system-t {
    width: 100%;
    margin-top: 30px;
    }
.system-t th{
width: 250px;
    }
    .system-t th,
    .system-t td {
    border-bottom: 0.5px solid rgb(230, 230, 230);
    padding: 20px;
    }
    
    .system-t th {
    font-weight: bold;
    background-color: #e3fbfd; 
    }
    
    @media screen and (max-width: 767px) {
    .system-t,
    .system-t tr,
    .system-t td,
    .system-t th {display:block;}
    .system-t th {width:auto;}
    }