@charset "utf-8";



html {
    background-color: #faf8f8;
    font-family: "Noto Sans JP", sans-serif;
    color: #333333;
    align-items: center;
    text-align: center;
}

header {
    color: #333333;
    font-family: "Noto Sans JP", sans-serif;
}

.nav-list1 ul {
    color: #333333;
    display: flex;
    align-items: center;
    text-align: center;
    gap: 20px;
    justify-content: center;
    /*ぽっちを消す*/
    list-style-type: none;
    flex-wrap: wrap;
}

h1 {
    margin: 0 auto;
}

h2 {
    margin-top: 0px;
}

main {

    color: #333333;
    font-family: "Noto Sans JP", sans-serif;
}

main img {
  max-width: 100%;
  height: auto;
}

.Gncafe {
    font-size: 60px;
    font-family: "Edu NSW ACT Cursive", cursive;
    color: #63da8c;
    margin-top: 50px;
    margin-bottom: 50px;
}

.about0 {
    padding-top: 0;
    margin-top: 60px;
}

.about-1 {
    margin-top: 0px;
    max-width: 670px;
    text-align: center;
    margin: 0 auto;
}

.tea0001 {
    margin-top: 0px;
    margin-bottom: 40px;
}

.cost01 {
    margin-bottom: 10px;
}

.dlinkh2 {
    margin-bottom: 0px;
}


.dlink {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.food01 {
    margin-top: 40px;
    margin-bottom: 0px;
}

.food1 {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 15px;

}

.food01 {
    margin-bottom: 0px;
}

.food2 {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;

}

.time01{
margin-bottom: 0px;
font-size: 22px;
}
.ampm{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
}

.holyday {
    margin-bottom: 45px;
    font-size:16px;
}

    
.access01{
    margin-bottom: 10px;
}
.adress {
    margin-top: 0px;
}

.question01{
    font-size: 24px;
    margin-top: 50px;
}
a:link {
    color: #333333;
}

a:hover {
    color: red;
    cursor: pointer;

}

dl {
    width: 990px;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    margin: 0 auto;

}

dl dt {
    float: left;
    padding: 1em;
    color: #333333
}

dl dd {
    border-bottom: 1px solid #cccccc;
    margin: 0;
    padding: 1em 0 1em 18em;
}

dl dt .must {
    color: #d23939;
}

input[type="email"] {
    width: 50%;
}

input {
    font-size: 1em;
    padding: 5px;
}

label {
    margin-right: 1em;
}

select {
    font-size: 1em;
    ;
}

textarea {
    width: 30em;
    font-size: 1em;
    padding: 5px;
}

p.submit {
    text-align: center;
}

input[type="submit"] {
    padding: 20px 100px;
    background: #333333;
    font-size: 1em;
    color: #ffffff;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
}
.nav-list2f ul {
    color: #333333;
    display: flex;
    align-items: center;
    text-align: center;
    gap: 20px;
    justify-content: center;
    /*ぽっちを消す*/
    list-style-type: none;
}


@media screen and (max-width:767px) {
    main .dlink {
        display: block;


    }
dl {
    max-width: 100%;
}
dl dt {
    float: none;
    /* padding: 1em; */
    color: #333333;
    max-width: 50%;
    margin: 0;
    padding: 0;
    
}

dl dd {
padding-left: 0;
text-align: center;
max-width: auto;
margin: 0 auto;
}

.about-1 {
    margin-top: 0px;
    max-width: 650px;
    text-align: left;
    margin: 0 auto;
}

textarea {
    width: 100%;
    font-size: 1em;
    padding: 5px;
    box-sizing: border-box;
}

iframe {
    width: 100%;
}



}