@charset "UTF-8";
/*////////////////////////
umisoba.aoinapoli.jp
shopinfo.css
///////////////////////*/

#main_visual{
    background-image: url(../images/shopinfo/shop_top_pc.jpg);
}

#shopinfo{
    width: 85%;
    margin: auto;
}

.shopinfo_sub_ttl {
    margin: 2rem 0 3rem;
}

.shopinfo_sub_ttl p {
    font-size: 1.2rem;
}

.shopinfo_sub_ttl p.ja {
    display: inline-block;
    margin-top: 1.1rem;
    font-weight: 600;
    font-size: 1.5rem;
}

.sub_ttl {
    font-size: 3rem;
    letter-spacing: 0.1rem;
    align-items: center;
    display: flex;
    margin: .7rem 0 0;
    text-align: left;
    font-weight: 600;
}

.sub_ttl::after {
    background-color: #024099;
    content: "";
    height: 1px;
    width: 40px;
    margin-left: -2rem;
    transform: rotate(-50deg);
}

.shopinfo_flex{
    display: flex;
    justify-content: center;
    margin-top: 6rem;
}

 .shopinfo_flex .shopinfo_cont{
    width: 50%;
    font-size: 1.4rem;
    line-height: 2.5rem;
}

 .shopinfo_flex .shopinfo_cont:first-of-type{
    margin-right: 5rem;
}

 .shopinfo_flex .shopinfo_cont dl{
   display: flex;
   margin-bottom: 2rem;
   border-bottom: 1px dashed;
   padding-bottom: 2rem;
}

 .shopinfo_flex .shopinfo_cont dl:first-child{
   border-top: 1px dashed;
   padding-top: 2rem;
}

 .shopinfo_flex .shopinfo_cont dl dt{
   width: 30%;
}

 .shopinfo_flex .shopinfo_cont dl dd{
   width: 70%;
}

 .shopinfo_flex .shopinfo_cont dl.tel dd{
   font-size: 1.8rem;
   font-weight: 600;
}


@media (max-width: 767px){

#main_visual{
    background-image: url(../images/shopinfo/shop_top_sp.jpg);
}

#shopinfo{
    width: 90%;
}

.shopinfo_sub_ttl {
    margin: 0 0 5rem;
}

.sub_ttl {
    font-size: 2rem;
}

.shopinfo_sub_ttl p.ja {
    font-size: 1.2rem;
}

.shopinfo_flex {
    margin-top: 0;
    flex-wrap: wrap;
}

.shopinfo_flex .shopinfo_cont:first-of-type {
    margin-right: 0;
}

.shopinfo_flex .shopinfo_cont {
    width: 100%;
    font-size: 1.2rem;
    line-height: 2rem;
}

.shopinfo_flex .shopinfo_cont dl:first-child {
    border-top: none;
    padding-top: inherit;
}

.shopinfo_flex .shopinfo_cont dl dt {
    width: 35%;
}

.shopinfo_flex .shopinfo_cont dl dd {
    width: 65%;
}

}