@charset "utf-8";
body{
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;
  
        margin: 0px;
        
    }
      
header{
    background-image: url(../images/afloimagemart_244454195.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 0%;
    height: 250px;
}
/*navタブレット */
@media (min-width: 751px){
    .inner{
        display: flex;
        justify-content: space-around;
        align-items: center;
        min-height: 10vh;
        position: fixed;
        border: solid;
        border-color: #b0cde7;
        background-color: #b0cde7;
        border-radius: 0 0 20px 20px;
        margin-left: 34vw;
        z-index: 20;
    }
    .nav-links{
        display: flex;
        justify-content: space-around;
        width: 63vw;
        padding-left: 0;
        
    }
    .nav-links li{
        list-style: none;
    }
    .nav-links a{
        text-decoration: none;
        color: #333;
        font-weight: bold;

    }
}
/*nav*/
@media (max-width: 751px){
nav{
    font-size: 20px;
    line-height: 30px;
    display: block;
    width: 100%;
    position: fixed;
    background-color: #b0cde7;
    top: -500px;
    bottom: 0;
    z-index: 3;
    text-align: center;
    transition: all 0.5s;
    opacity: 0;
}
.open nav{
    top: 0;
    opacity: 1;
    z-index: 50;
}

nav .inner ul{
    list-style: none;
    padding: 25px;
}
nav .inner ul li{
    border-bottom: 1px solid #333333;
}
nav .inner ul li a{
    display: block;
    text-decoration: none;
    color: #333333;
    padding: 1rem;
    transition-duration: 0.4s;
}
nav .inner ul li a:hover{
    background-color: #e4e4e4;
}
.toggle-btn{
    display: block;
    position: fixed;
    top: 20px;
    right: 30px;
    width: 30px;
    height: 30px;
    z-index: 50;
    cursor: pointer;
}
.toggle-btn span{
    position: absolute;
    display: block;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #333333;
    transition: all 0.5s;
    border-radius: 4px;
}
.toggle-btn span:nth-child(1){
    top: 4px;
}
.toggle-btn span:nth-child(2){
    top: 14px;
}
.toggle-btn span:nth-child(3){
    bottom: 4px;
}
.open .toggle-btn{
    z-index: 50;
}
.open .toggle-btn span:nth-child(1){
    transform: translateY(10px) rotate(-315deg);
}
.open .toggle-btn span:nth-child(2){
    transform: translateY(10px) rotate(-315deg);
    opacity: 0;
}
.open .toggle-btn span:nth-child(3){
    transform: translateY(-10px) rotate(315deg);
}
}
.pain h1{
    text-align: center;
    line-height: 250px;
    margin-top: 0%;
    margin-bottom: 0%;
    color: #b0cde7;
    font-size: 30px;
}
main{
    margin: 5%;
}
main h2{
    text-align: center;
    color: #008BBB;
    border-bottom: solid;
    border-color: #008BBB;
}
.purpose{
    border: solid;
    border-color: #fffaf0;
    background-color: #fffaf0;
    border-radius: 40px;
    padding: 2%;
}
.preolso{
    border: solid;
    border-color: #ececc6;
    background-color: #ececc6;
    border-radius: 40px;
    padding: 2%;
}
.preolso h3{
    color:#008BBB ;
}
.kyousei {
    display: flex;
    position: relative;
    margin-bottom: 5%;
}
.kyousei img{
    width: 33%;
    height: 35%;
    display: block;
    margin: auto;
}
.kyousei img:nth-child(1){
    width: 20%;
    height: 25%;
}
.inbizaline{
    border: solid;
    border-color:  #ecddc6;
    background-color:  #ecddc6;
    border-radius: 40px;
    padding: 2%;

}
.inbizaline h3{
    color:#008BBB ;
}
.dli-chevron-down {
    
    display: inline-block;
    vertical-align: middle;
    color: #008BBB ;
    line-height: 1;
    width: 1em;
    height: 1em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
    margin: 1% 50%;
  }
.inbizaline-1{
    border: solid;
    border-color: #fffaf0;
    background-color: #fffaf0;
    border-radius: 10px;
    padding: 2%;
    margin: 3% 20%;
}
.last span{
    color: rgb(220, 101, 101);
    border-bottom: solid;
    border-color: rgb(220, 101, 101);
}
.inbizalinefarst{
    display: flex;
    position: relative;
}
.preolso1{
    display: flex;
    position: relative;
    margin-bottom: 5%;
}
.preolso1 img{
    display: block;
    margin: auto;
}
.inbizalinefarst img{
    width: 30%;
    height: 35%;
    display: block;
    margin: auto;
}
/*footer*/
footer{
    background-image: url(../images/afloimagemart_190365142.jpg);
    background-size: contain;
    
}
footer .fot{
    text-align: center;
    color: #F8B62D;
    border: solid;
    border-color: #fffaf0;
    background-color: #fffaf0;
    font-weight: bold;
    
}

footer .time{
    text-align: center;
    border: solid;
    border-radius: 70px;
    border-color:#fffaf0;
    margin: 5%;
    background-color: #fffaf0;
    padding: 0% 5% 5% 5%;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
}
footer h2{
    border-bottom: solid;
    border-color: #333333;
    margin: 5% 20% 5% 20%;
    text-align: center;
    margin: 5%;
}
footer .week{
    text-decoration:underline wavy #F8B62D;
}
footer .telefone{
    font-size: 30px;
    font-weight: bold;
    color: #F8B62D;
}
footer .apointment{
    color: #F8B62D;
    font-size: 18px;
    font-weight: bold;
}

