@charset "utf-8";

body{
    margin: 0%;
}

#wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

#main {
    width: 100%;
    margin: auto;
}

#breadcrumb { font-size: smaller; }
#breadcrumb ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
#breadcrumb ol li { display: inline; }
#breadcrumb ol li::after {
    content: ">";
    padding-left: 7px;
}
#breadcrumb ol li:last-chile::after { content: none; }
#member1{
        text-align: center;
}
#member1 img{
    width: 50%;
    border-radius: 50%;

}
#member1 h1{
 font-size: 40px;

}
#member2{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: url(../images/balloon-3206530_1920.jpg)center top no-repeat;
}
#member2 h2{
            color: aliceblue;
}
#member2 p{
            color: aliceblue;
}
#member3{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: url(../images/oil-in-water-1438382_1920.jpg)center top no-repeat;
}
#member3 h2{
        color: aliceblue;
}
#member3 p{
    color: aliceblue;
}
#form{
    text-align: center;
    width: 100%;
}

.no{
    color: black;
}

@media screen and (max-width : 767px){
    img {
        max-width: 100%;
    }
    header,
    #global_navi,
    #sidebar,
    #wrapper{
        width: 100%;
    }
    header h1 {
        float: none;
        text-align: center;
    }
    header h1 img {
        width: 50%;
    }
    header #header_contact {
        display: none;
    }
    #global_navi ul li {
        width: 50%;
        padding: 0.5px;
        margin: 0;
        box-sizing: border-box;
    }
    #global_navi ul li a {
        margin: 0;
    }
    #global_navi ul li:last-child {
        width: 100%;
    }
    #main {
        width: 100%;
        padding: 0;
        box-sizing: border-box;
    }
    #main figure {
        text-align: center;
    }
    #main_visual {
        width: 100%;
        height: auto;
    }
    #point figure {
        float: none;
        margin: 0 0 11px 0;
    }
    #side_banner ul li {
        text-align: center;
        margin: 11px auto;
    }
    #side_contact_address img {
        width: 14px;
        height: 20px;
    }
    #entry #name {
        width: 90%;
        height: aouto;
    }
    #entry #email {
        width: 90%;
        height: aouto;
    }
    #entry #detail {
        width: 90%;
        height: aouto;
    }

#member_btn
{
  position: fixed;
  bottom: 10px;
  right: 10px;
  
  border-radius: 80%;
  background-color: aqua;
  padding: 6px 3px;
    
    width: 70px;
    height: 70px;
    
    opacity: 70%;
    
}
@media screen and (min-width: 768px){
    #member_btn{
              border-radius: 80%;
            width: 100px;
    height: 100px;
    }
    
}