*{
    padding: 0;
    margin: 0;
}
.wrapper {
    margin: 0 auto 0 auto;
    max-width: 960px;
}
img {
    max-width: 100%;
    height: auto;
}
.mainimg {
    position: relative;
    background-image: url(../img/IMG_5398\ 2.JPG);
    height: 800px;
    width: 960px;
    background-repeat: no-repeat;
    background-position: top center;
}

.navi {
    margin: 20px 50px 120px 50px;
    width: 900px;
}
.menu {
    display: flex;
    list-style: none;
    flex-wrap: nowrap;
    text-align: center;
}
.menu li{
    width: 300px;
}
.menu li a {
     color: #424242;
     text-decoration: none;
     display: block;
     font-size: 20px;
     font-family: 'EB Garamond', serif;
}
.menu li:hover {
    background-color: #e3e3e3;
}


/* スマホ向けcss */
@media screen and (min-width: 481px) {
    .wrapper {
        margin: 0 8px;
        max-width: 960px;
    }    
    .navi li {
        display: block;
    }
}

h1 {
    width: 960px;
    text-align: center;
    margin top: 100px;
}

h2 {
    text-align: center;
    margin: 100px 0 200px;
    font-size: 50px;
    font-family: 'EB Garamond', serif;
    width: 960px;
}
.font {
    font-family: 'Sawarabi Mincho', sans-serif;
    line-height: 60px;
}
article {
    background-color: #e3e3e3;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 200px;
    width: 960px;
}
article p {
    font-size: 20px;
}
h3 {
    text-align: center;
    margin: 200px 0 200px;
    font-size: 40px;
}
.room1 {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.room2 {
    display: flex;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.info1 {
    text-align: center;
    font-size: 30px;
    list-style: none;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.info2 {
    /* margin-left: 200px; */
    list-style: none;
}
.info3 {
    background-color: #e3e3e3;
    margin-top: 200px;
    padding: 50px 0 100px;
    font-family: 'Sawarabi Mincho', sans-serif;
    line-height: 70px;
    width: 960px;
}
h3 {
    font-family: 'Sawarabi Mincho', sans-serif;
    font-weight: bold;
    width: 960px;
}
h4 {
    padding: 80px 0 80px;
    font-size: 60px;
    font-family: 'EB Garamond', serif;
}
.cov {
    width: 900px;
    font-size: 20px;
    margin-left: 100px;
    font-family: 'Sawarabi Mincho', sans-serif;
    line-height: 70px;
}
.line {
    width: 1000px;
    border-bottom: double 8px #383838;
    margin: 200px auto;
}
.price {
    display: block;
    width: 900px;
    margin: 0 auto;
    padding-bottom: 200px;
}
footer {
    background-color: #383838;
    width: 960px;
    color: #cdcdcd;
    text-align: center;
    font-size: 20px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.map {
    background-image: url(../img/google_maps_logo_.png);
    background-repeat: no-repeat;
    background-position: 20px 1px;
    width: 35%;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}
.map:hover {
    background-color: #698389;
}

.map a {
    display: block;
    color: #cdcdcd;
    text-decoration: none;
    position: absolute;
    top: 20px;
    right: 50px;
    font-weight: bold;
    font-size: 20px;
}
.insta {
    background-image: url(../img/instalogo.png);
    background-repeat: no-repeat;
    background-position: 20px 20px;
    height: 30px;
    padding: 20px 0 20px;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 300px;
    box-shadow: 0 0  20px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    position: relative;
}
.insta:hover {
    background-color: #866a84;
}
.insta a {
    color: #cdcdcd;
    text-decoration: none;
    font-size: 20px;
    display: block;
    position: absolute;
    top: 20px;
    right: 50px;
}


.contact {
    margin: 150px 0 100px;
}