@charset "utf-8";

img{
    width: 187px;
    height: 145px;
    margin-bottom: 10px;
}

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-top: 20px;
}
h2.main-title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}
.nami{
    width: 276px;
    height: 15px;
}
div{
    text-align: left;
    display: inline-block;
}
.post-info{
    font-size: 15px;
    font-weight: bold;
    color: #ab0f50;
    margin-top: 20px;
    margin-bottom: 20px;
}
div h4{
    font-size: 12px;
    font-weight: bold;
    border-radius: 11px;
    background-color: #e4f0f9;
    display: inline-block;
    padding: 5px 15px 5px 15px;
    margin: 10px 20px 20px 0px;
    
}

.post-title{
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 10px;
}
div h6{
    font-size: 10px;
    color: #8fd1f9;
    text-decoration: underline;
    font-weight: bold;
}
div p {
    font-size: 10px;
    font-weight: medium;
    line-height: 17px;
    font-weight: 500;
    margin: 10px;
}
div h3 {
    font-size: 24px;
    font-weight: bold;
}


.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"],

#date {
    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;
}
form  img {
    width: 28px;
    height: 16px;
    margin: 0 0 0 3px;
}

.copyright{
    background-color: #998675;
    text-align: center;
    padding: 10px 0;
    color: #fff;
}
div p img {
    width: 18px;
    height: 14px;
    margin: 3px 0 0 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;
    }
    main{
        padding: 8px 0px;
        gap: 2rem;
        margin: 60px auto 60px auto;
    }
    img {
        width: 374px;
        height: 290px;
    }
    h2.main-title{
    font-size: 48px;
    font-weight: bold;
    }
    p{
        font-size: 22px;
        line-height: 40px;
        margin-top: 40px;

    }
    .nami{
    width: 552px;
    height: 30px;
    }
 .post-info{
    font-size: 34px;
    font-weight: bold;
    color: #ab0f50;
    margin-top: 40px;
    margin-bottom: 40px;
 }
.post-title{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
}
div h6{
    font-size: 20px;
    color: #8fd1f9;
    text-decoration: underline;
    font-weight: bold;
}
div p {
    font-size: 20px;
    font-weight: medium;
    line-height: 34px;
    font-weight: 500;
    margin: 20px;
}
div h3 {
    font-size: 48px;
    font-weight: bold;
}
div h4{
    font-size: 24px;
    font-weight: bold;
    border-radius: 22px;
    background-color: #e4f0f9;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    margin: 20px 40px 40px 0px;
    
}
.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"],

#date {
    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;
}
}