

.main {
    margin-left: 165px;
    margin-right: 165px;
}

.top_title {
    display: grid;
    grid-template-columns: 560px auto;
    grid-template-rows: auto auto;
    margin-left: 40px;
    margin-bottom: 45px;
    font-size: 17px;
    font-weight: bold;
    color: #a80b72;
}

h2 {
    color: #a80b72;
    text-align: center;
    font-size: 35px;
    font-weight:bolder;
    margin-top: 0px;
}

.soon {
    color: red;
    text-align: center;
    font-size: 35px;
    font-weight:bolder;
    margin-top: 100px;
    margin-bottom: 100px;
}

/*カテゴリー店舗情報*/

.tenpo_cate {
    display: flex;
    flex-wrap: wrap;
    width: 920px;
    margin: 0 auto;
    margin-top: 30px;
}

.tenpo_cate a {
    text-decoration-line: none;
    color: #000;
}

tenpo2 {
    margin-left: 40px;
    
}

.tenmei1 {
    font-size: 18px;
    height: 21px;
    font-weight:bold;
}

.tenmei2 {
    font-size: 18px;
    height: 21px;
    font-weight:bold;
}

.red {
    font-size: 16px;
    height: 21px;
    color: red;
    display: inline-block;
}

info {
    font-size: 13px;
    display: flex;
    margin-top: 2px;
    margin-bottom: 5px;
}

info2 {
    display: flex;
    justify-content: space-between;
    width: 280px;
    text-align: center;
    height: 20px;
    margin-bottom: 30px;
}

.categ {
    width: auto;
    font-size: 15px;
    font-weight: 500;
    padding: 2px 2px 2px 2px;
    color: #fff;
    border: 1px solid #000;
    background-color: #a80b72;
}

.place_west {
    width: 40px;
    font-size: 15px;
    font-weight: 500;
    padding: 2px 0px 2px 0px;
    color: #fff;
    border: 1px solid #000;
    background-color: #006837;
}

.place_east {
    width: 40px;
    font-size: 15px;
    font-weight: 500;
    padding: 2px 0px 2px 0px;
    color: #fff;
    border: 1px solid #000;
    background-color: #004792;
}


/*map link*/
umap_link {
    margin: 0 auto;
    margin-top: 45px;
}

/*nav*/

nav {
    width: 570px;
    margin-left: 100px;
    margin-top: 45px;
}
ul {
    display: flex;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

li {
    width: auto;
    margin-right: 25px;
    margin-bottom: 30px;
}

li p {
    font-size: 16px;
    color: #a80b72;
    font-weight: bold;
}


/**/
@media screen and (max-width: 768px) {

    .container {
        width: 375px;
    }
    
    
    header {
        height: 35px;  
    }
    
    header p {
        margin-left: 30px; 
        margin-top: 3px;
    }
    
    .banner1 {
        margin-bottom: 20px;
    }
    
    .banner1 img {
        width: 375px;
        height: 161px;
    }
    
    .main {
        margin: 0 auto;
    }
    
    .top_title {
        grid-template-columns: 285px auto;/*mob*/
        margin-left: 55px;/*mob*/
        margin-bottom: 40px;/*mob*/
        font-size: 15px;/*mob*/
    }
    
    /*nav*/
    
    nav {
        width:300px;
        margin:0 auto;
        margin-left: 80px;
        margin-bottom: 20px;
    }
    
    
    h2 {
        font-size: 23px;
    }
    
    /*カテゴリー店舗情報*/
    
    .tenpo_cate {
        width: 370px;
        margin-top: 30px;
    }
    
    .tenpo_cate img {
        width: 180px;
        margin-right: 5px;
    }
    
    tenpo2 {
        margin-left: 0px;    
        
    }

    .tenmei1 {
        font-size: 16px;
    }
    
    .tenmei2 {
        font-size: 16px;
    }
    
    info2 {
        width: 180px;
    }
    
    umap_link img {
        width: 100%;
        height: auto;
    }
}