@charset "utf-8";
main {
    text-align: center;
    margin: 0px 30px;
}

.cafe_title {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 3px;
}

.cafe p {
    font-size: 18px;
    margin-bottom: 20px;
}

.about_title {
    font-size: 18px;
    font-weight: bolder;
    margin-bottom: 6px;
}

.about_pic {
    margin: 0 auto 20px auto;
    box-shadow: 0px 1px 2px gray;
    width: 80%;
    max-width: 736px;
}

.about p {
    font-size: 11px;
    font-weight: lighter;
    line-height: 1.5;
    margin-bottom: 20px;
}

.menu {
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0px 1px 7px gray;
    margin: 0 auto 20px auto;
    padding: 20px 8px;
    max-width: 736px;
    text-align: center;
}

.menu_pic {
    margin: 0 auto 10px auto;
    width: 100%;
    max-width: 736px;
}

.menu_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.menu p {
    font-size: 12px;
    font-weight: lighter;
    line-height: 1.6;
    margin-bottom: 5px;
}

.shop {
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0px 1px 7px gray;
    margin: 0 auto 20px auto;
    padding: 20px 15px;
    max-width: 736px;
    text-align: center;
}

.shop_pic {
    margin: 0 auto 15px auto;
    width: 100%;
    max-width: 736px;
}

.shop_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.shop p {
    font-size: 12px;
    font-weight: lighter;
    line-height: 2.0;
}

.dogrun {
    background-color: #ffe8dc;
    border-radius: 30px;
    margin: 0 auto 20px auto;
    padding: 10px 30px;
    max-width: 736px;
    text-align: center;
}

.dogrun_title {
    font-size: 12px;
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: 8px;
}

.dogrun p {
    font-size: 8px;
    font-weight: lighter;
    line-height: 1.6;
    margin-bottom: 10px;
}

p.atention {
    color: red;
}

.reservation_title {
    font-size: 36px;
    font-weight: bold;
}

.yoyaku p {
    font-size: 18pt;
}

.reservation p {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 20px;
}

.reservation {
    font-weight: bold;
    text-align: center;
    margin-bottom: -20px;
}

form {
    margin: 0 auto;
    padding-bottom: 60px;
}

form div {
    text-align: left;
    display: grid;
    justify-content: center;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="time"],
input[type="person"],
input[type="message"],
select,
textarea {
    background-color: #fff;
    width: 100%;
    margin-top: 5px;
    padding: 10px 8px;
    margin-bottom: 10px
}

textarea {
    height: 148px;
    margin-bottom: 30px;
}

form>p {
    line-height: 2.0;
    margin-bottom: 20px;
}

.small_text {
  font-size: 9px; 
}

.submitBtn {
    text-align: center;
    margin-top: -30px;
}

input[type="submit"] {
    display: inline-block;
    font-size: 15pt;
    background-color: #b3dbf4;
    color: #6e5064;
    border-radius: 10px;
    padding: .3rem .8rem;
    transition: .5s;
}

input[type="submit"]:hover {
    scale: 1.2;
}

form div img {
    width: 28px;
    margin: 0 0 0px 3px;
}

.copyright {
    background-color: #998675;
    text-align: center;
    padding: 10px 0;
    color: #fff;
}

@media (min-width:550px) {
    .logo {
        width: 140px;
        height: 140px;
    }

    nav ul {
        font-size: 20px;
        padding: 8px 0px;
        gap: 2rem;
        border-top: 3px solid #6e5064;
        border-bottom: 3px solid #6e5064;
    }

    header {
        margin: 20px auto 70px auto;
    }
    .cafe_title {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 3px;
}
.about p {
    font-size: 22px;
    font-weight: lighter;
    line-height: 1.5;
    margin-bottom: 40px;
}
.menu p {
    font-size: 24px;
    font-weight: lighter;
    line-height: 1.6;
    margin-bottom: 10px;
}
.shop p {
    font-size: 24px;
    font-weight: lighter;
    line-height: 2.0;
}
form>p {
    line-height: 2.0;
    margin-bottom: 40px;
}
.shop_title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px;
}
.dogrun p {
    font-size: 16px;
    font-weight: lighter;
    line-height: 1.6;
    margin-bottom: 10px;
}
.dogrun_title {
    font-size: 24px;
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: 8px;
}
.menu_title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px;
}
.cafe_title {
    font-size: 80px;
    font-weight: bold;
    margin-bottom: 3px;
}

.cafe p {
    font-size: 30px;
    margin-bottom: 20px;
}

.about_title {
    font-size: 30px;
    font-weight: bolder;
    margin-bottom: 6px;
}
.reservation p {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
textarea {
    background-color: #fff;
    width: 100%;
    margin-top: 5px;
    padding: 10px 8px;
    margin-bottom: 10px;
}

}