@charset "UTF-8";
html{
    box-sizing:border-box;
    font-family:"Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif,ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ";
}

*,*:before,*:after{
    box-sizing:inherit
}

html{
    -ms-text-size-adjust:100%;-webkit-text-size-adjust:100%
}
body{
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
}
.w3-top{
    position:relative;
    width: 100%;
    z-index: 1;
    background-color: rgb(84, 130, 53);
}

.header-logo{
  z-index: 0;
}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{
    display:block
}


.active{
    background-color:rgb(128, 255, 128)!important
}

.home-top{
    z-index: 1;
    direction:rlt;
}

.home-top ul li {
  float: right;
}

.home-top a {
  color: rgb(84, 130, 53);
  text-align: center;
  padding: 18px 5px;
  text-decoration: none;
  color:white;
}

header{
    max-width: 2000px;
}

.mySlides {
    width:100%;
    height:350px;
    object-fit: cover;
}

@media screen and (max-width:900px) {
    .img-resize{
        width:100%;
    }

    .mySlides {
        width:100%;
        height:250px;
        object-fit: cover;
    }
    .company-content{
        font-size: 8px;
    }
}
.w3-left, .w3-right, .w3-badge {cursor:pointer}
.w3-badge {height:13px;width:13px;padding:0}
.slide-button{width:100%;}

.row-link{
    background-color: rgb(84, 130, 53);
    color: white;
    height:140px;
    text-align: center;
    padding: 50px 0px;
    font-size: 18px;
}

a:link, a:visited {
    text-decoration: none;
}

.news-content{
    font-size:14px;
    margin-left: 15px;
    /*line-height:0;*/
    /*column-count: 2;*/
}

.news-content ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.more-news{
    padding: 10px;
    background-color: rgb(84, 130, 53);
}

.col-bottom{
    margin:10px -15px;
    text-align: center;
}

.news-column{
    float: left;
    width: 50%;
    padding: 10px;
}

.home-col{
    margin-top: 10px;
}

@media screen and (max-width:600px) {
  .news-column {
    width: 100%;
  }
  .content-title-small{
    font-size:20px;
  }
  .row-link{
    height: 85px;
    color: white;
    text-align: center;
    padding: 20px 0px;
    font-size: 18px;
  }
}

.my-container{
    padding:25px 5px;
    margin-top: 35px;
}
.about-content{
    height:500px;
    background-image: url(../img/bg-about.png);
    background-repeat:  no-repeat;
    background-position:center center;
    background-size: 100% 100%;
}

.content-title{
    background-color: rgb(84, 130, 53);
    color:white;
}

.content-half-title{
    background-color: rgb(197, 90, 17);
    color:white;
    font-size: 14px;
    padding: 5px 15px;
    max-width: 200px;
}

.content-level1{
    font-size:18px;
}

.content-level2{
    padding-left:5px;
    font-size:14px;
}

.content-level3{
    padding-left:5px;
    font-size:12px;
}
.content-level2 span{
    display: block;
}
.content-level3 span{
    display: block;
}
.content-img{
    width:100%;
    overflow: hidden;
}

.content-greeting{
    padding:0px 20px;
}
.content-right{
    text-align: right;
    padding:0px 20px;
}
.content-font28{
    font-family: "HG行書体";
    font-size:28px;
}

.company-content{
    border-collapse: collapse;
    border: 1px solid #ddd;
    width: 100%;
}

.company-content td,.company-content th{
    border: 1px solid #ddd;
}

.company-td-bg{
    background-color: rgb(181, 207, 145);
    text-align: center;
}

.acess-map{
    max-height: 300px;
    width:100%;
    overflow: hidden;
}

.inquiry-content{
    max-width:600px;
}

.content-confirm{
    height: 200px;
    overflow: scroll;
}

.w-required{
    background-color: rgb(255, 158, 62);
    color:white;
    font-size: 12px;
}

footer{
    text-align: center;
    list-style-type: none;
    padding-top: 5px 0px;
}

.div-footer{
    background-color: rgb(84, 130, 53);
    color: white;
    padding-top: 25px;
    margin-top: 25px;
}

.div-footer1{
    font-size: 10.5px;
}

.div-footer2{
    font-size: 11px;
    margin-top:15px;
}

.div-footer3{
    font-size: 14px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color:#ffc107;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

.fa{
    display:inline-block;
    font:normal normal normal 14px/1 FontAwesome;
    font-size:inherit;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}
.fa-bars:before{content:"\f0c9"}

.a-bar{
    padding: 12px 16px;
    color:white;
}

.span-error{
    font-size: 13px;
    color: red;
}