@charset "utf-8";


.innerWrap{
    margin: 0 ;
    padding: 20px 20px 0;
}
header .innerWrap {
    height: px;
    position: relative;
}
header nav {
    top: 0;
    left: 0;
    width: 100%;
    background-color: black;
    padding: 13px;
}
header nav ul {
    display: flex;
    justify-content: end;
    margin: 0 auto;
}
header nav ul li {
    color: #ffffff;
    margin-left: 30px;
}

.logo {
    width: 130px;
    position: relative;
    bottom: 30px;
    left: 15px;
}

.Gaiyo {
    margin: 50px 150px;
}

h1 {
    font-size: 35px;
    border-left: 10px solid;
    color: #333;
    background-color: #d3d1d1a3;
    margin-bottom: 10px;
}


dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 0px;
  }

  dt {
    width: 30%;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #333;
    white-space:nowrap
  }
  
  dd {
    width: 70%;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom:  2px solid #333;
  }


dl img{
    width: 50px;
}

.Dimg {
    display: flex;
}


.daihyo {
    margin: 50px 150px;
}

.daihyoImg{
    width: auto;
    height: 300px;
    object-fit:cover;
}

.daihyosan {
    display: flex;
    margin-top: 15px;
}

.kotoba {
    font-size: 40px;
    margin: 0 auto;
    margin-left: 30px;
    margin-top: 70px;
}

.Dnaiyo
{
    margin-top: 20px;
    line-height: 25px;
    margin-bottom: 90px;
}

.tizu {
    font-weight: bold;
    font-size: 17px;
    margin-left: 160px;
    margin-bottom: 50px;
}

.map {
    margin: 0 300px;
    margin-bottom: 100px;
    position: relative;
    bottom: 60px
}





.footerImg {
    background: url(../img/footerimg.png) no-repeat right center/cover;
    height: 200px;
    position: relative;
}
.navFooter{
    margin: 0 ;
    padding: 20px 20px 0;
}
.navFooter ul li{
    color: #ffffff;
    margin-left: 30px;
}
.navFooter ul {
    display: flex;
    justify-content: end;
    margin: 0 auto;
}
.footerTenmei {
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    margin-top: 40px;
    margin-left: 30px;
}
.footerP {
    color: #fff;
    font-size: 15px;
    margin-top: 5px;
    line-height: 20px;
    margin-left: 30px;
}
.footerC {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.otoiawase {
    width: 200px;
    position: absolute;
    bottom: 32px;
    left: 65%;
}
.snsLogo {
    width: 30px;
    margin-left: 10px;
}
.SNS {
    position: absolute;
    bottom: 10px;
    left: 70%;
}


html {
    scroll-behavior: smooth;
}