@charset "UTF-8";

html{  
    font-size: 12px;
    font-style: italic;
  }
  
body{
    background-image: url("../img/img/background.png");
    background-size: cover;
    background-repeat: repeat;
    background-size: 120px 120px
}
    
a{  
    text-decoration: none;
    color: aliceblue;
}
    
img{  
    max-width: 100%;
    height: auto;
}

nav {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
    background-color: rgba(171, 178, 169);
}

nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
}

nav ul li {
    flex: 1;
    list-style: none;
    text-align: center;
    font-size: 1.25rem;
}

nav ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
    text-decoration: none;
    color: #ffffff;
}

nav ul li a:hover {
    background-color: rgb(43, 76, 43);
}

.access{
    text-align: center;
    margin-top: 3rem;
    font-size: 2rem;
    opacity: 0.5;
}

.add{
    font-family: ヒラギノ角ゴシック;
    background-color: #9a9a9a;
    font-size: 1.5rem;
    text-align: center;
    margin: 1.5rem auto 0;
    width: 85%;
    height: auto;
}

.map{
    text-align: center;
    padding: 0;
    margin: 0.4rem auto 0;
    width: 85%;
    height: auto;
}

.tel{
    font-family: ヒラギノ角ゴシック;
    background-color: #9a9a9a;
    text-align: center;
    margin: 1.5rem auto 0;
    width: 70%;
    height: auto;
    font-size: 1.5rem;
}

.qr{
    display: flex;
    justify-content: center;
    margin: 1.5rem auto 0;
    width: 70%;
}

.insta{
    padding-right: 0.8rem;
}

.line{
    padding-left: 0.8rem;
}

.mar{
    font-family: ヒラギノ角ゴシック;
    background-color: #9a9a9a;
    text-align: center;
    margin: 0.4rem 0 0;
    padding: 0;
    height: auto;
    font-size: 1.5rem;
    color: aliceblue;
}

.text{
    text-align: center;
    margin-top: 1.5rem;
    height: auto;
    font-size: 1rem;
    opacity: 0.5;
}

.img {
  display: flex;
  margin: 3rem 0 0;
  width: 25%;
  height: auto;
  justify-content: space-between;
}

#footer {
    text-align: center;
    margin: 3rem 0;
    color: #999;
    font-size: 0.9rem;
}