@charset "UTF-8";

/*--- FOR MAPS -------------------------------------------------------------------------------------------------------------*/

.section-map {
    color: #333;
    font-size: 16px;
    line-height: 1;
    text-align: left;
    height: 100%;
    width: 100%;
    padding: 150px 0 0;
}

.section-map .row {
    width: 960px;
}

.section-map .row .row {
    width: auto;
}

.mobile .section-map .row {
    width: auto;
    padding: 0;
}

.mobile .section-map {
    padding: 0 10px 0;
}


/*--clearfix-------------------------------------------------------------------------------------------*/


/*--/clearfix-------------------------------------------------------------------------------------------*/


/*----------copy----------*/


/*--------------------content--------------------*/

.content {
    margin: 0 auto;
    padding-top: 50px;
    width: 960px;
}

.sub-nav-area {
    display: block;
    float: left;
}

.sub-nav-btn {
    background: #2585c1;
    border-top: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    padding: 15px 0;
    text-align: center;
    width: 190px;
}

.sub-nav-btn a,
.prefecture-area a {
    color: #FFF;
    text-decoration: none;
}

.prefecture-area {
    background: #0464a0;
    color: #fff;
    display: none;
    line-height: 1.5;
    padding: 15px 0;
    width: 190px;
}

.prefecture-area span,
.sub-nav-btn span {
    display: block;
}

.prefecture-area li span {
    padding: 5px 0 5px 20px;
}

.prefecture-area li:hover {
    background: #0a76b9;
}

.nav-active {
    background: #0a76b9;
}

.sub-nav-btn:hover,
.prefecture-area li:hover {
    cursor: pointer;
}


/*--------------------main-area--------------------*/

.main-area {
    float: right;
    width: 750px;
}

.main-tit img {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

#map_result > li {
    position: relative;
}
#map_result > li:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10px;
    width: calc(100% - 20px);
    height: 1px;
    background-color: #90B9C7;
}

.pc #map_result>li {
    position: relative;
    padding: 20px 10px 70px;
    width: 33%;
    vertical-align: top;
    font-size: 14px;
    display: inline-block;
}

.mobile #map_result>li {
    padding: 10px 10px 65px;
    vertical-align: top;
    display: inline-block;
}

#map_result li:first-child {
    border-left: none;
}

#map_result li span:before {
    margin-bottom: 4px;
    /*width: 72px;*/
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    font-size: 13px;
    color: white;
}

.pc #map_result li span:before {
    width: 72px;
}

.mobile #map_result li span:before {
    font-size: 10px;
    width: 6em;
}

#map_result li span.tag_kodate:before {
    content: "戸建";
    letter-spacing: 4px;
    padding: 0 0 0 4px;
    background-color: #BCD5DD;
    color: #003458;
}

#map_result li span.tag_shinsyouhin:before {
    content: "新商品会場";
    letter-spacing: .5px;
    padding: 0 0 0 4px;
    margin-left: .5rem;
    width: 7.5em;
    background-color: #DD5C5C;
}

#map_result li span.tag_reform:before {
    content: "リフォーム";
    letter-spacing: 1px;
    padding: 1px 1px 1px 2px;
    background-color: #7abb2e;
}

#map_result li span.tag_shisan:before {
    content: "資産活用";
    letter-spacing: 1px;
    padding: 1px 1px 1px 2px;
    background-color: #ff790c;
}

#map_result li ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#map_result li ul li {
    float: left;
}

#map_result .img {
    width: 100%;
    display: block;
}
#map_result .img img {
    width: 100%;
    height: auto;
}


#map_result .img ul {
    margin: 0 -4px;
}

#map_result .img li {
    width: 50%;
    padding: 4px;
}

.mobile #map_result .img li {
    float: left;
    padding: 2px;
}

#map_result .img li a {
    background-color: #2ab9ec;
    padding: 3px;
    color: #fff;
    display: block;
    text-align: center;
    font-weight: bold;
}

.pc .area-list-tit {
    line-height: 1.3;
    font-weight: bold;
}

.mobile .area-list-tit {
    line-height: 1.3;
    font-weight: bold;
}

.area-list-tit a {
    font-weight: 400;
    font-size: 17px;
    color: #000;
    text-decoration: none;
}

.mobile .area-list-tit a {
}

.area-list-tit a:hover {
    text-decoration: none;
}

.area-list-txt {
    margin-top: 8px;
    margin-bottom: 8px;
    line-height: 1.5384;
    font-size: 13px !important;
    color: #000;
    overflow: hidden;
}
.mobile .area-list-txt {
    line-height: 1.5;
}

.mobile .area-list-tit {
    font-size: 14px;
    margin: 0.25em 0 !important;
}

.mobile .area-list-tit a {}

.mobile .area-list-tit a:hover {}

.mobile .area-list-txt {
    font-size: 10px;
}

.area-list-tag span {
    padding: 0 7px;
    height: 20px;
    border-radius: 4px;
    line-height: 19px;
    display: inline-block;
    vertical-align: top;
    background-color: #227490;
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
}
.area-list-tag span:not(:last-child) {
    margin-right: 6px;
}

.area-list-detail {
    margin-top: 6px;
}
.area-list-detail li {
    display: flex;
    border-top: 1px solid #90B9C7;
    float: none !important;
}
.area-list-detail li:last-child {
    border-bottom: 1px solid #90B9C7;
}
.area-list-detail li > * {
    line-height: 1.3846;
    font-weight: 400;
    font-size: 13px;
    color: #000;
}
.area-list-detail li > *:first-child {
    padding: 7px 10px;
    width: 40%;
    background-color: #BCD5DD;
}
.area-list-detail li > *:last-child {
    padding: 6px;
    width: 60%;
}

.mobile .area-list-detail li > *:first-child {
    padding: 6px 10px;
    width: 30%;
}
.mobile .area-list-detail li > *:last-child {
    width: 70%;
}

.area-list-detail li > * .btn {
    margin-top: 3px;
    width: 60px;
    height: 26px;
    line-height: 25px;
    background-color: #003458;
    display: inline-block;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}

.area-list-btn {
    position: absolute;
    bottom: 20px;
    left: 10px;
    width: calc(100% - 20px);
    height: 40px;
    line-height: 39px;
    background-color: #003458;
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}
.mobile .area-list-btn {
    bottom: 15px;
    height: 50px;
    line-height: 49px;
    font-size: 15px;
}

dl#list dd {
    display: none;
}

dl#list dd.first {
    display: block;
}

.bnr-area {
    margin-top: 20px;
}

.bnr-area li {
    border: 1px solid #efefef;
    margin-top: 10px;
}

.spOnly {
    display: none;
}

.tab-main-area {
    display: none;
}

.display {
    display: block;
}


/*--------------------map--------------------*/

#locator {
    display: none;
}

.map {
    margin: 0 auto;
}

.venueList h5 {
    background: #e5e5e5;
    text-align: center;
    padding: 10px 0;
    margin: 20px 10px 0;
}

.venueListIn {
    margin: 20px 10px 0;
}

.venueListIn li {
    float: left;
}

#map_canvas {
    background: #e4e3df;
    width: 642px;
    height: 400px;
}

.map {
    background-color: transparent !important;
}

.gmap_underbar {
    width: 100%;
    background: #ebf8fe;
    position: relative;
}

.gmap_underbar .con {
    padding: 6px 0 0 6px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    color: #111;
    font-size: 12px;
}

.gmap_underbar .con .icons {
    margin-bottom: 5px;
    text-align: center;
    float: right;
    margin-right: 10px;
}

.gmap_underbar .con p {
    font-size: 11px;
    color: #111;
    display: inline-block;
    margin: 0 25px 0 0;
    vertical-align: text-bottom;
}

.gmap_underbar .con p.title {
    padding-top: 18px;
}

.gmap_underbar .con p.mapicon {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 7px 0 0;
}

.map-icon-tit {
    margin-left: 24px;
}

.gmap_underbar .con .icon01 {
    background: url(../images/icon/map_under_icon01.png) no-repeat;
}

.gmap_underbar .con .icon02 {
    background: url(../images/icon/map_under_icon02.png) no-repeat;
}

.gmap_underbar .con .icon03 {
    background: url(../images/icon/map_under_icon03.png) no-repeat;
}

.gmap_underbar .con .icon05 {
    background: url(../images/icon/map_under_icon05.png) no-repeat;
    margin-right: 10px;
}

.gmap_underbar .con .icon07 {
    background: url(../images/icon/map_under_icon07.png) no-repeat;
}

.gmap_underbar .con p.desc {
    line-height: 1.2;
    margin-right: 10px;
}

.venueListIn {
    height: 506px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    overflow-x: auto;
    overflow-y: auto;
    font-family: verdana, 'ヒラギノ角ゴ Pro W3';
    padding: 15px 8px;
    background: white;
    border: 1px solid #e7e6e6;
}

#VenueNav li a {
    display: block;
    width: 78px;
    height: 33px;
    text-decoration: none;
    line-height: 18px;
}

#VenueNav li a:hover {
    text-decoration: none;
}

#VenueNav li a span {
    text-decoration: underline;
}


/***
InfoBox
***/

.infoBox .gmap_detail {
    padding: 14px 12px 22px !important;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    position: relative;
    top: 0;
    right: 0;
}

.infoBox .gmap_detail a.closebtn {
    display: block;
    position: absolute;
    padding: 5px;
    top: 0px;
    right: 2px;
}

.infoBox .gmap_detail a.link {
    position: absolute;
    font-size: 12px;
    text-decoration: underline;
    line-height: 1;
    padding: 5px;
    bottom: 2px;
    right: 5px;
    color: #FFF;
}

.infoBox .gmap_detail a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    text-decoration: none;
}

.infoBox .gmap_detail .Limg {
    float: left;
}

.infoBox .gmap_detail .Rtxt {
    float: left;
    width: 155px;
    margin: 0 0 0 12px;
}

.infoBox .gmap_detail .Rtxt p {
    font-size: 12px;
    color: #fff;
    margin: 0 0 2px;
    line-height: 1.2;
}

.infoBox .gmap_detail .Rtxt p.ttl {
    font-size: 14px;
    color: #69aef4;
    margin: 0 0 5px;
}

.infoBox .gmap_detail .Rtxt a {
    text-decoration: none !important;
}

.icon-sp {
    display: inline-block;
}

.backbtn {
    padding: 10px;
    position: relative;
}

.backbtn p {
    border-radius: 6px;
    background: #0464a0;
    text-align: center;
    width: 180px;
    right: 12px;
    position: absolute;
}

.backbtn p a {
    width: auto;
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
}

.backbtn p a:hover {
    background: #2585c1;
    border-radius: 6px;
}


/*------------------------------sp------------------------------*/

.mobile img {
    width: 100%;
}

.mobile .sp-menu {
    display: block;
}

.mobile .pcOnly {
    display: none;
}

.mobile .spOnly {
    display: block;
}

.mobile .sp-menu img {
    width: 30px;
}

.mobile .sp-menu-in li a {
    background: url(../img/fairmap/link-arrow-m2x.jpg) no-repeat left center;
    color: #333;
    display: block;
    text-decoration: none;
    padding: 5px 0 5px 13px;
}

.mobile .prefecture-area li span {
    padding: 0;
}

.mobile .header-right-area {
    display: none;
}

.mobile .header-in {
    margin: 0 auto;
    padding: 10px 0;
    width: 95%;
}

.mobile .sp-menu-btn {
    text-align: right;
}

.mobile .sp-menu {
    float: right;
    position: relative;
}

.mobile .sp-menu-in {
    padding: 15px 0 10px 10px;
    background: #fff;
    text-align: left;
    right: 0;
    display: none;
    position: absolute;
    width: 180px;
    font-size: 15px;
}


/*--------------------content--------------------*/

.mobile .content {
    padding-top: 0;
    width: 100%;
}


/*----------sub-nav-area----------*/

.mobile .sp-sub-menu-btn {
    float: none;
    margin: 0 0 0 auto;
    width: 95%;
    border-radius: 4px;
    background: #3398d7;
    color: white;
    background-size: 14px;
    display: block;
    padding: 15px 0;
    text-align: center;
    font-size: 12px;
}

.mobile .sp-sub-menu-btn.sp-menu-open {
    border-radius: 6px 6px 0 0;
}

.mobile .sp-sub-menu-btn span {
    background: url(../images/sp/down2.png) no-repeat right center;
    background-size: 13px;
    padding-right: 20px;
}

.mobile .down-icon {
    width: 15px;
}

.mobile .sub-nav-area {
    display: none;
    float: none;
    margin: 0 auto 0;
    width: 95%;
}

.mobile .sub-nav-btn {
    width: 100%;
}

.mobile .prefecture-area {
    width: 100%;
}

.mobile .prefecture-area li {
    padding: 5px 0;
    text-align: center;
}


/*----------.mobile #venue_list----------*/

.mobile #venue_list {
    margin-top: 10px;
}


/*----------main-area----------*/

.mobile .main-area {
    float: none;
    margin: 10px auto 0;
    width: 95%;
}

.mobile .main-tit img {
    width: 20px;
}

.mobile #map_result {
    width: auto;
}

.mobile #map_result li {
    width: 100%;
}

.mobile #map_result .img ul {
    width: 100%;
    margin: 0;
}

.mobile #map_result .img ul li {
    margin-top: 1%;
    margin-right: 1%;
    width: 49%;
}

.mobile #map_result .img ul li:nth-child(2) {
    margin-left: 1%;
    margin-right: 0;
}

.mobile #map_result .img ul li a {
    font-size: 10px;
}

.mobile #map_result li img {
    width: 100%;
    height: auto;
}

.mobile #map_result li img.loading {
    /*width: 10%;*/
    text-align: center;
}

.mobile .more-btn img {
    width: 90%;
}

.mobile .tab li {
    width: 49%;
}

.mobile .bnr-area-sp {
    margin: 0 auto;
    width: 95%;
}

.mobile .bnr-area-sp li {
    display: table-cell;
    border: 1px solid #efefef;
}

.mobile .bnr-right {
    padding-left: 10px;
}


/*--------------------map--------------------*/

.mobile .map {
    width: 100%;
}

.mobile #map_canvas {
    width: 95%;
    margin: 0 auto;
    height: 400px;
}

.mobile .map-icon-tit {
    margin-left: 12px;
    display: block !important;
}

.mobile .gmap_underbar {
    height: auto;
    margin: 0 auto;
    width: 95%;
}

.mobile .gmap_underbar .con {
    height: auto;
    padding: 10px;
}

.mobile .gmap_underbar .con .icons {
    margin-bottom: -5px;
    float: none;
    margin-right: 0;
}

.mobile .con p {
    display: block !important;
    margin-top: 10px;
}

.mobile .gmap_underbar .con p.mapicon {
    margin: 0 auto 5px;
}

.mobile .icon-sp {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 -5px 0 -5px;
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
}

.mobile .gmap_underbar .con p.desc {
    text-align: center;
    font-size: 10px;
    margin: 0 auto;
}

.mobile .main-area .backbtn p {
    width: auto;
    position: inherit;
    right: inherit;
}

.mobile .sp-yoko {
    margin: 0 auto;
    width: 95%;
}

.mobile .sp-yoko-tab {
    width: 47%;
    margin: -8% 0 0 auto;
}

.mobile .sp-yoko-tab img {
    vertical-align: bottom;
}

.mobile .sp-yoko-expand {
    display: none;
    margin-top: 10px;
}

.mobile .locator-title {
    text-align: center;
    color: #1a71a6;
    font-size: 10px;
    padding: 12px 0;
    font-weight: bold;
}

#search_fair .map_area {
    background: url(../img/fairmap/map.png) left top no-repeat;
}

#search_fair .map_area {
    background-image: url(../img/fairmap/map-img.png);
    margin: 0 auto;
    width: 960px;
    height: 570px;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 480px) {
    #search_fair .map_area {
        width: auto;
        height: auto;
    }
}

#search_fair .map_area-title {
    position: relative;
    margin-left: 95px;
}

@media only screen and (max-width: 480px) {
    #search_fair .map_area-title {
        margin-left: 0;
        padding-top: 35px;
    }
}

#search_fair .copy {
    font-size: 1.5rem;
    line-height: 1.4;
    position: absolute;
    top: 60px;
    left: 0;
}

@media only screen and (max-width: 480px) {
    #search_fair .copy {
        position: static;
        font-size: 1.0rem;
        margin: 1em 0 0;
    }
}

#venue_list {
    display: none;
    padding-bottom: 0;
    margin-top: 60px;
}

#venue_list .venue_list-content {
    margin-bottom: 20px;
    padding: 15px 20px;
    border-radius: 14px;
}

@media only screen and (max-width: 480px) {
    #venue_list {
        border-radius: 6px;
        padding: 0;
        margin-top: 0px;
    }
    #venue_list .venue_list-content {
        padding: 6px 6px 15px;
        border-radius: 8px;
    }
}

.mobile #venue_list .tab li {
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: bottom;
    background-repeat: no-repeat;
    /*background-position: 10px center;*/
    display: inline-block;
    height: 42px;
    width: 50%;
}

.pc #venue_list .tab li {
    margin-left: 14px;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: bottom;
    background-repeat: no-repeat;
    /*background-position: 10px center;*/
    display: inline-block;
    height: 50px;
    width: 200px;
}

.mobile #venue_list .tab li {
    /*height: 100px;*/
}

#venue_list .tab-header {
    padding-bottom: 15px;
    width: 1000px;
}
.mobile #venue_list .tab-header {
    width: 100%;
}

#venue_list .tab {
    font-size: 0;
}

#venue_list .tab li.active {
    cursor: default;
}

#venue_list .tab-list {
    background-image: url(../img/fairmap/tab-nav-list.png);
    background-size: contain;
}

#venue_list .tab-list:hover,
#venue_list .tab-list.active {
    opacity: .5;
}

#venue_list .tab-map {
    background-image: url(../img/fairmap/tab-nav-map.png);
    background-size: contain;
}

#venue_list .tab-map:hover,
#venue_list .tab-map.active {
    opacity: .5;
}

#venue_list .tab li:hover {
    cursor: pointer;
}

#venue_list #map_canvas {
    background: #e4e3df;
    width: 1000px;
    height: 576px;
    margin: auto;
}

.mobile #venue_list #map_canvas {
    width: 95%;
    margin: 0 auto;
    height: 450px;
}

.mobile #venue_list .tab-header .left {
    text-align: center;
    margin: 10px 0;
}

.pc #venue_list .main-tit {
    position: relative;
    padding: 7px 0 0 0;
    font-weight: 700;
    font-size: 26px;
    color: #003458;
}

.mobile #venue_list .main-tit {
    position: relative;
    padding: 0 0 0 15px;
    display: inline-block;
    font-size: 14px;
}

/* .pc #venue_list .main-tit:before {
    content: ' ';
    background-image: url(../img/fairmap/venue-title-arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #6eb9eb;
    display: block;
    position: absolute;
    padding: 16px;
    border-radius: 50%;
    left: -5px;
    top: 50%;
    margin-top: -4px;
} */

.mobile #venue_list .main-tit:before {
    content: ' ';
    background-image: url(../img/fairmap/venue-title-arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #6eb9eb;
    -webkit-background-size: 50% auto;
    background-size: 50% auto;
    display: block;
    position: absolute;
    padding: 8px;
    border-radius: 50%;
    left: -5px;
    top: 50%;
    margin-top: 3px;
}

.mobile #venue_list .main-tit:before {
    top: 0px;
}

.area-kanto #venue_list .main-tit:before {
    background-color: #6eb9eb;
}

.area-kansai #venue_list .main-tit:before {
    background-color: #1e4ba0;
}

.area-hokkaido #venue_list .main-tit:before {
    background-color: #cddc2d;
}

.area-tohoku #venue_list .main-tit:before {
    background-color: #6eb92d;
}

.area-shinetsu #venue_list .main-tit:before {
    background-color: #418737;
}

.area-tokai #venue_list .main-tit:before {
    background-color: #1982be;
}

.area-chugoku #venue_list .main-tit:before {
    background-color: #6e3791;
}

.area-shikoku #venue_list .main-tit:before {
    background-color: #e64b96;
}

.area-kyushu #venue_list .main-tit:before {
    background-color: #eb5f5f;
}

#venue_list .more-btn {
    position: relative;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    /* background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url(../img/fairmap/btn-more.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90px 90px;
    background-color: #6eb9eb; */
    width: 100%;
    height: 50px;
    margin: 30px auto 0;
}
#venue_list .more-btn:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../img/fairmap/btn-more.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 260px 50px;
    width: 260px;
    height: 50px;
    display: block;
    cursor: pointer;
}

.mobile #venue_list .more-btn {
    width: 150px;
    height: 40px;
}
.mobile #venue_list .more-btn:before {
    background-image: url(../img/fairmap/btn-more-sp.png);
    background-size: 150px 40px;
    width: 150px;
    height: 40px;
}

#venue_list .more-btn:hover {
    opacity: 0.8;
}

.mobile #venue_list .more-btn:hover {
    opacity: 1;
}

.area-kanto #venue_list .more-btn {
    background-color: #6eb9eb;
}

.area-kansai #venue_list .more-btn {
    background-color: #1e4ba0;
}

.area-hokkaido #venue_list .more-btn {
    background-color: #cddc2d;
}

.area-tohoku #venue_list .more-btn {
    background-color: #6eb92d;
}

.area-shinetsu #venue_list .more-btn {
    background-color: #418737;
}

.area-tokai #venue_list .more-btn {
    background-color: #1982be;
}

.area-chugoku #venue_list .more-btn {
    background-color: #6e3791;
}

.area-shikoku #venue_list .more-btn {
    background-color: #e64b96;
}

.area-kyushu #venue_list .more-btn {
    background-color: #eb5f5f;
}

.sp-pref-select {
    text-align: center;
    position: relative;
    margin: 10px 0 25px;
}

.sp-pref-select select {
    position: relative;
    width: 100%;
    padding: 14px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #999;
    background: #eee;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efebe1));
    background: linear-gradient(to bottom, #fff 0%, #efebe1 100%);
    opacity: 0;
}

.sp-pref-select .pref-select-label {
    position: absolute;
    padding: 14px 10px;
    width: 100%;
    background-color: #00b9dd;
    border: 2px solid #fff;
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
}

.sp-pref-select .pref-select-label:after {
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 16px;
    content: " ";
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 8px solid #fff;
}

#venue-fnav .row {
    padding: 20px 30px 20px 20px;
    background-color: #EBF2F5;
    border-radius: 20px;
    width: 1000px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile #venue-fnav .row {
    display: none;
}

#venue-fnav .columns.left {
    width: 70%;
    margin-right: 0;
}

#venue-fnav .right {
    width: 30%;
}
#venue-fnav .right img {
    width: 100%;
    max-width: 200px;
}

#venue-fnav h4 {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 16px !important;
    color: #003458;
}

.venue-fnav-list li {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    color: #000;
}
.venue-fnav-list li:not(:last-child) {
    margin-right: 4px;
}
.venue-fnav-list li:first-child {
    margin-right: 14px;
}

.venue-fnav-list a {
    padding: 0 8px;
    min-width: 58px;
    height: 30px;
    display: block;
    background-color: #11A6C9;
    border-radius: 30px;
    text-align: center;
    line-height: 29px;
    font-size: 12px;
    color: #fff;
}

.venue-fnav-list .active a {
    background-color: #246F86;
}

.venue-fnav-list .active a:hover {
    background-color: #246F86;
    opacity: 1;
}

/* .area-kanto .venue-fnav-list a {
    background-color: #6eb9eb;
}

.area-kansai .venue-fnav-list a {
    background-color: #1e4ba0;
}

.area-hokkaido .venue-fnav-list a {
    background-color: #cddc2d;
}

.area-tohoku .venue-fnav-list a {
    background-color: #6eb92d;
}

.area-shinetsu .venue-fnav-list a {
    background-color: #418737;
}

.area-tokai .venue-fnav-list a {
    background-color: #1982be;
}

.area-chugoku .venue-fnav-list a {
    background-color: #6e3791;
}

.area-shikoku .venue-fnav-list a {
    background-color: #e64b96;
}

.area-kyushu .venue-fnav-list a {
    background-color: #eb5f5f;
}

.area-kanto .venue-fnav-list .active a {
    background-color: #2b99e2;
}

.area-kansai .venue-fnav-list .active a {
    background-color: #122d60;
}

.area-hokkaido .venue-fnav-list .active a {
    background-color: #96a21b;
}

.area-tohoku .venue-fnav-list .active a {
    background-color: #497b1e;
}

.area-shinetsu .venue-fnav-list .active a {
    background-color: #275121;
}

.area-tokai .venue-fnav-list .active a {
    background-color: #10547a;
}

.area-chugoku .venue-fnav-list .active a {
    background-color: #44225a;
}

.area-shikoku .venue-fnav-list .active a {
    background-color: #c91c6f;
}

.area-kyushu .venue-fnav-list .active a {
    background-color: #e11c1c;
} */

#backto_searchmap {
    text-align: right;
}

#listin-pageLoading {
    display: none;
    width: 750px;
    /*    background: #e9f5fc;*/
    text-align: center;
    padding: 0 21px;
    z-index: 2;
}

.mobile #listin-pageLoading {
    width: 100%;
    padding: 0;
}

.area-list-container {
    padding: 0 80px;
}

#map_result {
    margin: auto;
    position: relative;
    width: 1000px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.4%;
}

.mobile .area-list-container {
    padding: 0 10px;
}

.map_area-content.hide-small {
    display: none;
}

.gm-style-pbt {
    text-align: center;
}

.term-view-txt {
    font-size: 11px;
    line-height: 1.5;
    margin-top: 4px;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 5px;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(0, 0, 0, 0.2);
    border-right: 1.1em solid rgba(0, 0, 0, 0.2);
    border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
    border-left: 1.1em solid #000000;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

