html body{
    max-width:1900px;
    height: 100%;
    background-color:;
    text-align: center;
    margin: auto;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    
}


.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}

.navbar{
    background-color:#614C3F!important;
    top: 0;
    transition: .5s;
    width: 100%;
    z-index: 999;
}

.navbar-toggler{
    background-color:rgba(255,255,255,0.8);
}

.navbar-light .navbar-toggler {
    border-color: rgba(0,0,0,0);
}

.navbar-brand{
    background: url("img/logotm.png") no-repeat left center;
  background-size: contain;
  height: 30px;
  width: 300px;
}

ul .nav-link{
    color:white !important;
    font-size:14px;
    font-weight:lighter;
    margin-right:10px;
}

ul .nav-link:hover{
    color:#F2BD67 !important;
}



.top img{
    width:100vw;
}

.container{
    padding-top:110px;
    max-width:1900;
    margin:auto;
    text-align: center;
    color:#614C3F;
}

h2{
    font-weight: bold;
    font-size:45px;
    margin-bottom:120px
}

/*ここから事例*/
.contents{
    width:95vw;
    margin-bottom:150px;
}

.contents img{
    width:50vw;
}

.contents-mid{
    width:95vw;
    margin-bottom:150px;
    margin-left:auto;
}

.contents-mid img{
    width:50vw;
}

.work-sentense{
    margin-top:200px;
    text-align: right;
}


.work-sentense h3{
    font-weight: bold;
    font-size:35px;
    margin-bottom: 30px;
}

.work-sentense p{
    font-size:16px;
    line-height:40px;
    width:75%;
    margin-left:auto;
    margin-bottom:40px;
}

.work-sentense-mid{
    margin-top:80px;
    text-align: left;
}

.work-sentense-mid h3{
    font-weight: bold;
    font-size:35px;
    margin-bottom: 30px;
}

.work-sentense-mid p{
    font-size:16px;
    line-height:40px;
    width:75%;
    margin-right:auto;
    margin-bottom:40px;
}

.work .detail{
    color:#00897C;
    font-weight: bold;
}




/*ここからサービス*/
.service .black{
    width:97vw;
    background-color:#FBFBFD;
    margin:auto;
}

.before-row{
    width:90%;
    margin:auto;
}

.se-contents img{
    width:50%;
}

.service .black h2{
    padding-top:110px;
    margin-bottom:110px;
}

.service .black h4{
    font-weight:bold;
    font-size:20px;
    margin:30px 0 30px 0;
}

.service .black p{
    font-size:16px;
    text-align: left;
}

.black .detail{
    font-weight: bold;
    color:#00897C;
    text-align: center;
}

.service-contents{
    padding-bottom:95px;
}

/*ここから強み*/

.strength .container{
    margin-bottom:80px;
}
.strength h2{
    margin-bottom:100px;
}

.st{
    margin:auto;
}

.st-contents{
    background-color:#FBFBFD;
    height:555px;
    width:100%;
}

.st-contents img{
    margin-top:66px;
    width:50%;
}

.st-contents h3{
    margin-top:20px;
    font-weight: bold;
    font-size:35px;
    line-height:60px;
    
}

.st-contents .detail{
    font-weight: bold;
    color:#00897C;
    text-align: center;
    margin-top:55px;
}

.st-contents-two{
    margin-top:20px;
    background-color:#FBFBFD;
    height:555px;
}

.st-contents-two img{
    width:25%;
    margin-top:66px;
}

.st-contents-two h3{
    margin-top:20px;
    font-weight: bold;
    font-size:35px;
    line-height:60px;
}

.st-contents-two .detail{
    font-weight: bold;
    color:#00897C;
    text-align: center;
    margin-top:55px;
}

/*ここからcontact*/
.contact{
    padding:15px 30px;
    background-color:#F2BD67;
    position:fixed;bottom:0px;right:0px;"
}

.contact:hover{
    background-color:#00897C;
    color:white !important;
    text-decoration: none;
}



/*ここからアクセス*/


.access .black{
    width:97vw;
    background-color:#FBFBFD;
    margin:auto;
}

.access .black h2{
   padding-top:90px;
}


.access .container{
    padding-top:0px;
    margin-bottom:50px;
}
.access img{
    width:90vw;
}

.ac-contents{
    width:90%;
    margin:auto;
}
.map{
    margin:160px 0 140px 0;
}

.map a{
    font-size:16px;
    font-weight: bold;
    padding:16px 30px 16px 30px;
    background-color:#F2BD67;
    border-radius: 50px;
}

.map a:hover{
    background-color:#00897C;
    color:aliceblue !important;
    text-decoration: none;
}

.ad-sentense h4{
    margin-top:80px;
    text-align: right;
}

.ad-sentense p{
    margin-top:35px;
    text-align: right;
    font-size:20px;
}

/*ここからfooter*/

.footer{
    margin-top:50px;
    background-color:#614C3F;
    width:100vw;
}
.footer img{
    width:15%;
    margin-top:40px;
}

.foot-contents{
    width:80%;
    margin:auto;
    margin-top:50px;
    padding-left:100px;
}

.foot-sentense h4{
    color:#E7E7E7;
    text-align: left;
    font-size:18px;
    line-height: 30px;
}

.copy{
    color:#E7E7E7;
    font-size:8px;
    margin:auto;
    margin-top:80px;
    padding-bottom:5px;
}