@charset "utf-8";
.item{
    width: 203px;
    height: 125px;
}

main {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 5px 5px 5px gray;
    padding: 4px 0;
    margin: 0 30px;
    max-width: 736px;
}
p {
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 20px;
}
h2.main-title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}

div p{
    font-size: 9px;
    font-weight: bold;
    color: #ab0f50;
    text-align: left;
    display: inline-block;
    line-height: 30px;
    margin: 30px auto 30px auto;

}


.artbord {
    width: 194px;
    height: 93px;
    margin-bottom: 30px;
}
.reservation_title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 30px;
}

.reservation p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px
}
form div {
    text-align: left;
    display: grid;
    justify-content: center;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="size"],
input[type="address"],

#item {
    margin-top: 5px;
    margin-bottom: 20px;
    background-color: #ffffff;
    width: 250px;
    height: 25px;
    
}
#message {
    margin-top: 5px;
    margin-bottom: 20px;
    background-color: #ffffff;
    width: 250px;
    height: 70px;
}
#submit {
    font-size: 16px;
    border-radius: 8px;
    background-color: #b3dbf4;
    width: 60px;
    height: 28px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    transition: .5s;
}
#submit:hover{
    scale: 1.2;
}

label {
    font-weight: bold;
}
.come {
    font-size: 8px;
}
.copyright{
    background-color: #998675;
    text-align: center;
    padding: 10px 0;
    color: #fff;
}
form div img {
    width: 25px;
    margin: 0 0 0 3px;
}
img{
    width: 18px;
    height: 14px;
    margin: 0 4px 8px 0;
}


@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 60px auto;
    }
.item{
    width: 406px;
    height: 250px;
}

main {
    padding: 8px 0;
    gap: 2rem;
    margin: 60px auto 60px auto;
}

p {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 40px;
    
}
h2.main-title{
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 40px;
}

div p{
    font-size: 18px;
    font-weight: bold;
    color: #ab0f50;
    margin: 30px auto 30px auto;
    text-align: left;
    line-height: 60px;
    margin: 60px auto 60px auto;
    text-align: left;
    display: inline-block;
  
}
.artbord {
    width: 388px;
    height: 186px;
    margin-bottom: 60px;
}
.reservation_title {
    font-size: 72px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 60px;
}

.reservation p {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 60px
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="address"],
input[type="size"],

#item {
    margin-top: 10px;
    margin-bottom: 40px;
    background-color: #ffffff;
    width: 500px;
    height: 50px;
}
#message {
    margin-top: 10px;
    margin-bottom: 40px;
    background-color: #ffffff;
    width: 500px;
    height: 140px;
}
#submit {
    font-size: 36px;
    border-radius: 16px;
    background-color: #b3dbf4;
    width: 120px;
    height: 56px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    transition: .5s;
}
label{
    font-size: 22px;
    font-weight: bold;
}
form div img {
    width: 50px;
    height: 30px;
    margin: 0 0 0 6px;
}
img{
    width: 36px;
    height: 26px;
    margin: 0 8px 16px 0;
}
}


