@charset "utf-8";
html {
    font-size: 62.5%;
    font-family: 'Noto Sans JP', sans-serif;
    color: #000;
}
html,
body,
main {
    height: 100%;
}

body {
    font-size: 1.6em;
    text-align: center;
}
.content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 7em 2em 4em;
    background-image: url(../img/Maintenance.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    background-color: rgba(255,255,255,0.3);
    background-blend-mode: lighten;
}
h1 {
    font-size: 3em;
    letter-spacing: 2px;
    text-align: center;
    /* margin-top: 2.8em; */
    margin-bottom: 1.5em;
}
.meinte .mente,
.meinte .promotion {
    font-size: 1.3em;
    line-height: 1.6em;
    margin-bottom: 1em;
}
.meinte .promotion {
    margin-bottom: 2em;
}
.meinte .adress {
    font-size: 1.2em;
    line-height: 1.5em;
}
.summary {
    margin: 5em auto;
    width: 90%;
}
.summary h2 {
    font-size: 1.5em;
    margin-bottom: 2em;
    display: inline-block;
}
.summary h2:before {
    content: "";
    background-image: url(../img/bill.png);
    background-size: contain;
    width: 32px;
    height: 32px;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 3px;
}
.summary .scroll .attention {
    text-align: left;
    margin-bottom: 1em;
    color: #ff2222;
    font-size: 0.8em;
    display: none;
}
.summary dl {
    display: table;
    width: 100%;
    text-align: left;
    letter-spacing: 1px;
}
.summary dl:last-of-type {
    border-bottom: 1px solid;
}
.summary dl dt,
.summary dl dd {
    display: table-cell;
    text-align: left
}
.summary dl dt {
    width: 100px;
    min-width: 85px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    padding: 1em;
    background-color: #c7ac81;
}
.summary dl dd {
    width: 85%;
    border-top: 1px solid;
    border-right: 1px solid #000;
    padding: 1em;
    line-height: 1.2em;
}
.summary dl dd span {
    display: block;
    line-height: 1.4em;
    text-indent: -1em;
    margin-left: 1em;
    margin-bottom: 1em;
}
.summary dl dd span:last-child {
    margin-bottom: 0;
}
.summary .map {
    margin-top: 3em;
}
footer {
    text-align: center;
    background-color: #000;
    color: #fff;
    padding: 1em 0;
    font-size: 0.9em;
}

@media screen and (max-width:768px) {
    .scroll {
       overflow-x: scroll;
    }
    .summary dl {
       width: 700px;
    }
    .summary .scroll .attention {
       display: block;
   }
}
@media screen and (max-width:450px) {
   .content {
     padding: 5em 2em 0;
   }
   h1 {
     font-size: 2em
   }
   .meinte .adress {
    font-size: 0.9em;
  }
  ..meinte mente,
  .meinte .promotion {
    font-size: 1.2em;
  }
  .meinte .mente {
    margin-bottom: 3em;
  }
}