/*-------------------------

header

---------------------------*/

/*header{
    background-color: #daa520;
}
*/




.container-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    padding-left: 30px;
    padding-bottom: 0em;
    margin-bottom: 0;
    height: 100px;
}

.container-top h1{
    line-height: 3px;
    margin: 0px;
}

.container-top h1 span{
    font-size: 15px;
}
.container-top img{
    width: 55px ;
    height: 60px;
    margin-left: 30px;
}

.container-top h1 br{
    display: block;
    content: '';
    margin: 0px;
}

.container-nav{
    background-color: #ff4500;
    height: 42px;
    margin: 30 0;

}

.container-nav a{
    color: #fff;
    text-decoration: none;
}




ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    align-items: center;
    list-style: none;
    font-size: 15px;
    height: 40px;
    margin-top: 0;
    padding-top: 0;
}

li{
    margin: 0 20px;
    color: #000;
}

/*
@media screen and (min-width:680px) {
    ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: right;
        align-items: center;
        list-style: none;
        font-size: large;
        height: 60px;
    }

}
*/

@media screen and (max-width:480px) {
    
    .container-nav{
        background-color: #ff4500;
        height: 30px;
        margin: 30 0;
    
    }
  
    ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        list-style: none;
        font-size: 12px;
        height: 30px;
        margin-top: 20px;
        
    }


    .container-imgs text{
        width: 150px;
    }

    .ac-top img{
        width: 350px;
    }
 
    .container-top h1{
        font-size: 25px;
        line-height: 5px;
        margin: 0px;
    }
    .container-nav a{
        color: #fff;
        text-decoration: none;
    }

    .footer-info p{
        font-size: 13px;
    }
    
}


/*-------------------------

main

---------------------------*/


main{
    margin: 0px;
    padding: 10px;
    background-color: rgb(209, 204, 204);

}


.container-imgs{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 0px;
    margin: auto;
    padding-top: 80px;
    /*animation-name:fadeInAnime;
    animation-duration:8s;
    animation-fill-mode:forwards;
    opacity:0;*/

}

/*@keyframes fadeInAnime{
    from {
      opacity: 0;
    }
  
    to {
      opacity: 5;
    }
  }*/


/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/

.box{
	opacity: 0;
}

/*==================================================
動かしたい動き（今回は” ふわっ” を採用）
===================================*/

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 5;
	transform: translateY(0);
  }
}



.container-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    

}

.container-text {
    color: #ff4500;
}
.container-text p{
    color: #ff4500;
    font-size: 40px;
}


@media screen and (min-width:680px) {

 .container-imgs{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    background-position: center;
    background-color:rgb(209, 204, 204);
    }


    
}


@media screen and (max-width:420px) {
   .container-imgs .text img{
      width: 300px;
    }

    .container-text {
        color: #ff4500;
        font-size: 10px;
    }
    .container-text p{
        color: #ff4500;
        font-size: 20px;
    }
   

}


/*-------------------------

footer

---------------------------*/


footer{
    margin: auto;
    padding-left: 50px;
    padding-top: 0px;
    background-color: rgb(44, 43, 43);
    height: 120px;
}

.footer-info{
    padding: 5px;
    color: #fff;

    
}


/*-------------------------

access.html

---------------------------*/


.ac-top{
    display: flex;
    justify-content: space-around;
    margin-top: 100px;
}

.a-container{
    width: 380px;
    margin: 0 auto;
    text-align: center;
}

/*.access-info{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;

    
}
*/

.heading{
    display: flex;
    justify-content: center;
    color: #ff4500;

}

.access-t{
    display: flex;
    flex-wrap:wrap;
    justify-content: flex-start;
}
.access-t .table-item .table-row{
    color: #ff4500;
}
.table-item .table-row{
    color: #ff4500;
}


/*-------------------------

service.html

---------------------------*/


.s-main{
    display: flex;
    flex-direction: column;
    align-items:center ;
}

.box-top{
    width: 510px;
    padding: 0px;
    position: relative;
}

.box8 {
    width: 450px;
    padding: 0.5em 1em;
    margin: 1em 30px;
    color: #232323;
    background: #e4e1e0;
    border-left: solid 10px #ff4500;
}
.box8 p {
    margin: 0;
    padding: 0;
}

.box-text{
    width: 430px;
    align-items: center;
    margin: auto;
    margin-bottom: 30px;
}


@media screen and (max-width:420px) {
    
    .box-top{
        width: 400px;
        padding: 0px;
        position: relative;
    }
    
    .box8 {
        width: 300px;
        padding: 0.5em 1em;
        margin: 1em 30px;
        color: #232323;
        background: #e4e1e0;
        border-left: solid 10px #ff4500;
    }
    .box8 p {
        margin: 0;
        padding: 0;
    }
    
    .box-text{
        width: 330px;
        align-items: center;
        margin: auto;
        margin-bottom: 30px;
    }
    
 
 }










