@charset "UTF-8";

#contents .ttl_h2{
    margin-bottom: 15px;
}
.ttl_h3{
    position: relative;
    z-index: 3;
    height: 21px;
    margin: 30px 0;
    color: #212121;
    font-size: 2.1rem;
    font-weight: bold;
    text-align: center;
    line-height: 21px;
}
.ttl_h3 span{
    position: relative;
    z-index: 2;
    padding: 0 26px;
    background: #fff;
}
.ttl_h3:after{
    content: "";
    position: absolute;
    top:50px;
    left:0;
    bottom:0;
    z-index: 1;
    width: 100%;
    height: 3px;
    margin: auto;
    background: #EDEDED;
}

.box_store{
    position: relative;
}
.txt_store{
    position: absolute;
    top:55px;
    left:0;
    width:20px;
    margin-right: 10px;
    color: #747F84;
    font-size: 1.4rem;
    font-weight: bold;
    transform: rotate( -90deg );
}
.img_store{
    margin-left: 30px;
}
.table_store{
    float: right;
    width: 390px;
    margin-right: 25px;
}
.table_store th,
.table_store td{
    padding: 10px 0;
    border-bottom: 1px solid #EDEDED;
    color: #212121;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: left;
}
.table_store th{
    width: 120px;
}
.table_store td{
    letter-spacing: 0;
}
.ttl_h4{
    margin: 30px 0;
    color: #212121;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}
.map{
    width: 100%;
    height: 350px;
}

#dazaifu .txt_store{
    top:45px;
}
#singu .txt_store{
    top:40px;
}

#fukuoka,#dazaifu,#singu{
    padding-top: 120px;
    margin-top: -120px;
}
#map01,#map02{
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {

#contents .ttl_h2{
    margin-bottom: 2%;
}
.ttl_h3{
    height: 16px;
    margin: 5% 0;
    font-size: 1.6rem;
    line-height: 16px;
}
.ttl_h3 span{
    padding: 0 10px;
}

.box_store{
    position: relative;
}
.txt_store{
    top:50px;
    width:15px;
    margin-right: 10px;
    font-size: 1.2rem;
}
.img_store{
    width: calc(100% - 22px);
    margin-left: 22px;
}
.img_store img{
    width: 100%;
}
.table_store{
    float: none;
    width: 100%;
    margin: 3% 0 0;
}
.table_store th,
.table_store td{
    display: block;
    width: 100%;
    padding: 8px 0;
    font-size: 1.4rem;
}
.table_store th{
    width: 100%;
    border-bottom: 1px dotted #EDEDED;
    text-align: center;
}

.ttl_h4{
    margin: 6% 0;
}
.map{
    width: 100%;
    height: 200px;
}

#dazaifu .box_store .txt_store{
    top:41px;
}
#singu .box_store .txt_store{
    top:37px;
}

#fukuoka,#dazaifu,#singu{
    padding-top: 60px;
    margin-top: -60px;
}
#map01,#map02{
    margin-bottom: 3%;
}

}