﻿*{
    font-family: 'Noto Sans JP', sans-serif;
}
/*メイン*/
section{
    width: 100%;
}
.pick_up{
    padding-top: 5.5rem;
    height: 2rem;
    display: flex;
}
.pick_up div{
    width: 960px;
    max-width: 100%;
    margin: auto;
}
.pick_up div h1{
    font-size: 3em;
/*	text-align:center;*/
    color: #323333;
    letter-spacing: 4px;
}
.store_news{
    width: 960px;
    max-width: 100%;
    margin-top: 50px;
    padding-bottom: 40px;
}
.store_news h1,h2,h3{
	text-align:center;
}
.store_news h1{
    font-size: 2em;
    padding: 2rem 0 3rem 0;
}
.store_news h2{
    font-size: 3rem;
    margin-bottom: 1rem;
}
.store_news h3{
    font-size: 1rem;
    margin-bottom: 0.5rem;
}
.store_con{
    /* width: 75%; */
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: solid 0.5px #e15927;
    padding: 4.5vh 0 0;
}
.store_item{
    /* width: 272px;
    height: 236px; */
    margin-bottom: 2.5em;
}
.store_thumb{
    max-width: 100%;
}
.store_wrap_out{
    /* height: 300px; */
    margin-bottom: 20px;
    border: #df3025 5px solid;
    border-radius: 20px;
    padding: 5px;
}
.store_wrap_in{
    /* height: 100%; */
    border: #efe233 5px solid;
    border-radius: 15px;
    background-color: #ffffff;
    font-size: 1.2rem;
}
.store_wrap_in img{
    display: block;
    width: 100%;
}
.store_wrap_in p{
    margin: 1rem 3rem 5rem 3rem;
}
.store_info {
    width: 90%;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    /* text-align: center; */
    margin-left: 5%;
    margin-bottom: 50px;
    border-bottom: #df3025 3px solid;
}
.store_list_l{
    border-right: #7e7f7f 1.5px solid;
    width: 29.5%;
}
.store_list_r{
    width: 70%;
}
.store_list{
    /* width: 100%; */
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Noto Sans JP', sans-serif;
    padding: 0 2rem;
    height: 5em;
    border-top: #df3025 3px solid;
}
.store_gmap{
    width: 90%;
    height: 450px;
    border: 0;
    margin: 1rem 3rem 50px 3rem;
}
.flow_wrap{
    width: 960px;
    max-width: 100%;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    padding-bottom: 40px;
}
.flow_prev{
    display: flex;
    -webkit-justify-content: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center
}
.flow_prev_icon{
    width: 20px;
    height: 20px;
    background-color: #df3025;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.flow_prev p{
    padding: 0 5px;
}
.flow_next{
    display: flex;
    -webkit-justify-content: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center
}
.flow_next_icon{
    width: 20px;
    height: 20px;
    background-color: #df3025;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.flow_next p{
    padding: 0 5px;
}
/*メイン*/
/*画面の横幅が640pxまで*/
@media screen and (max-width: 768px){
    .pick_up div h1 {
        font-size: 2em;
    }
    .pick_up {
        height: 15vh;
        padding-top: 11vh;
    }
    .store_news h2 {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }
    .store_con{
        justify-content: space-around;
    }
    .dummy_item{
        display: none;
    }
    .store_list {
        padding: 0;
        font-size: 0.8rem;
    }
    .store_long {
        height: 8rem;
    }
    .store_wrap_in{
        font-size: 1rem;
    }
    .store_wrap_in p {
        margin: 1rem 5% 5rem 5%;
    }
    .store_gmap{
        margin: 1rem 5% 50px 5%;
    }
}
/*画面の横幅が640pxまで*/
