@media screen and (min-width:768px) and ( max-width:9024px) {
	#gHeader .hBox .lBox {
    width: 340px;
    float: left;
}
#gHeader .hBox .rBox {
    padding-top: 21px;
    width: unset;
    float: right;
}
.hlogo {
    padding: 15px 0 0 0px;
}
ul.pc.pc_menu li {
    display: inline-block;
    margin-left: 15px;
    vertical-align: bottom;
    padding-top: 10px;
}
ul.pc.pc_menu li img {
    width: 145px;
}
}
/*
.subNav {
    width: 186px;
    margin-top: 0;
    position: absolute;
    left: 0;
    top: 98px;
    display: none;
    background: none;
}
.subNav li {
    float: none;
}*/

/*各ページタイトル*/
.entry-header {
    width: 100%;
    background-color: slategray;
    /* background: #FE8B44 url(../../image/list_out_bg01.jpg) repeat-x left bottom; */
}
.page-title {
    width: 1116px;
    padding: 2px 0 2px;
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 1.2em;
    font-weight: 500;
    text-align: center;
    color: #fff;
}

@media screen and (max-width: 767px){
#gHeader .hBox .lBox h1 img {
    height: 26px;
}
.page-title {
    width: auto;
    padding: 2px 0 2px;
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 1em;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
/*エリアで探す*/
.col-12.areaCity li {
    float: left;
    width: 19%;
    margin: 0.5%;
    padding: 3px;
    border: 3px solid darkgray;
    text-align: center;
    border-radius: 5px;
	height: 4.5em;
}
}