
#localmain {
    width: 800px;
    display: flex;
    justify-content: flex-start;
    margin: auto;
}
h2 {
	font-size: 2.5em;
	margin: 50px 0px 0px 0px;
	color: #DA0011;
	font-weight: 900;
}
#localmainInner p {
    display: flex;
    text-align: left;
    font-weight: bold;
}
#Co {
    width: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
}
h3 {
    font-size: 2.5em;
    font-weight: bold;
    margin: 50px 0 30px 0;
}
.shop_image {
    margin-bottom: 40px;
}
.contents_box {
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #EFEFEF;
}
.shop_name {
    display: flex;
    justify-content: space-between;
}
.about_box {
    margin: 40px;
    background-color: #ffffff;
}
.about_list {
    padding: 10px;
}
.about_list-item {
    display: flex;
    font-size: 1.1em;
    font-weight: bold;
}
.blue {
    background-color: #E9E9F1;
}
.about_list-item p{
    width: 130px;
    font-weight: bold;
    padding: 10px;
}

.about_list-item span{
    padding: 10px;
}
.about_list-item li {
    padding: 0 0 0 10px;
    font-weight: bold;
}
.about_list-item li:first-child {
    padding-top: 10px;
}

.about_list-item li:last-child {
    padding-bottom: 10px;
}
.map {
    width: 800px;
    height: 400px;
    margin: 50px 0;
}
.map iframe {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 980px){
    #localmain {
        width: 90vw;
        display: flex;
        justify-content: flex-start;
        margin: auto;
        padding-top: 100px;
    }
    #Co {
        width: 90vw;
        margin: 0 auto 50px auto;
    }
    h2 {
        font-size: 2em;
        margin: 20px 0px 0px 0px;
    }
    #localmainInner p {
        font-size: 0.8em;
        display: flex;
        text-align: left;
        font-weight: bold;
    }
    h3 {
        font-size: 1.8em;
        font-weight: bold;
        margin: 30px 0 30px 0;
    }
    .about_box {
        margin: 10px;
    }
    .about_list {
        padding: 5px;
    }
    .about_list-item {
        font-size: 0.8em;
    }
    .about_list-item p{
        width: 20vw;
        font-weight: bold;
        padding: 5px;
    }

    .about_list-item span{
        padding: 5px;
    }
    .about_list-item li {
        width: calc(70vw - 50px);
        padding: 0 0 0 5px;
    }
    .about_list-item li:first-child {
        padding-top: 5px;
    }

    .about_list-item li:last-child {
        padding-bottom: 5px;
    }
    .map {
        width: 90vw;
        height: 300px;
        margin: 30px 0;
    }
}

@media screen and (max-width: 500px) {
    .pc {
        display: none;
    }
    .sp {
        display: block!important;
    }
    #localmain {
        padding-top: 70px;
    }
    h2 {
        font-size: 1.5em;
    }
    h3 {
        font-size: 1.3em;
        font-weight: bold;
        margin: 20px 0 20px 0;
    }
    .shop_image {
        margin-bottom: 30px;
    }
}