h1 {
    text-align: center;
}

h1 img {
    width: 76%;
    margin: 0 auto;
}

.today7 {
    color: #A6695B;
    font-family: sans-serif;
    font-weight: bold;
}

.wrapper {
    width: 390px;
    height: 644px;
    background-image: url('../images/bg.jpg');
    margin: 3em auto;
    border-radius: 20px;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.menu {
    margin-top: 20px;
}

.menu button {
    display: block;
    width: 80%;
    margin: 10px auto;
    padding: 10px;
    font-size: 16px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.footer-menu {
    background-color: #f0f0f0;
    border-top: 1px solid #ccc;
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
    border-radius: 0 0 20px 20px;;
    
}
.footer-menu a i{
    font-family: Font Awesome 5 Free;
    color: #141F26;
}
.footer-link {
    text-align: center;
    flex: 1;
    text-decoration: none;
   
}

.footer-link i {
    display: block;
    font-size: 24px;
}
.mizuiro {
    color: #1D3240;
    font-size: .8em;
    font-weight: bold;
}
main::-webkit-scrollbar {
  background: #eeeeee;
  width: 4px;
  height: 5px;
 
}
main::-webkit-scrollbar-thumb {
  background-color: #cccccc;
}

.pagination-container nav {
    display: block!important; /* flexを解除 */
    text-align: center; /* 中央揃え */
    margin-top: 1rem;
}
.pagination-container nav div{
    display: block!important; /* flexを解除 */
    text-align: center; /* 中央揃え */
    margin-top: 1rem;
}

.plus2{
    padding: 0 4px 0 0;
}