@charset "utf-8";
/*
Theme Name: ZOOMY Child
Theme URI: 
Template: zoomy_tcd067
Description: 
Author: 
Tags: 
Version: 2.1.3
*/

.mb-1 { margin-bottom: 1rem; }
.mb-2 { margin-bottom: 1.5rem; }
.mb-3 { margin-bottom: 2rem; }

.text-center { text-align: center; }
.w100 { width: 100%; }

a.color {
    color: #3ab6e0;
}

.sp-only { display: none; }
@media only screen and (max-width: 767px) {
    .sp-only { display: block; }
}

.l-inner.author-profile {
    width: 50%;
}
.p-author__job .p-button-follow{
    padding: 0 1rem;
}
.p-author__job .p-button-follow:before {
    display: none;
}
.store-list .p-button-follow {
    min-width: 100px;
    height: 32px;
    line-height: 30px;
    padding-left: 1rem;
    margin-top: 5px;
}
.store-list .p-button-follow:before {
}
@media only screen and (max-width: 767px) {
    .l-inner.author-profile {
        width: 90%;
    }
}

/* ゆめふるさとナビゲーション */
#yumefuru-navi {
    border-bottom: 1px solid #ddd;
}
#yumefuru-navi .navbar {
    padding: 0.5rem 1rem;
}
#yumefuru-navi .container {
}


#yumefuru-navi ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
#yumefuru-navi ul .nav-link {
    padding: 0.5rem 1rem;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    #yumefuru-navi {
        display: none;
    }
}


/* 店舗一覧 */
.p-user-list__item .con {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    min-height: 4rem;
}
.p-user-list__item .p-author__name {
    font-size: 16px;
    line-height: 1.2;
    width: 100%;
}
.p-user-list__item .p-author__address {
    font-size: 13px;
    width: 100%;
}
.p-user-list__item__inner {
    border: 1px solid #ddd;
}

/* プロフィールページ　google map */
#p_gmap {
    width: 100%;
    height: 450px;
    margin-bottom: 2rem;
}
#p_gmap .l-inner {
    height: 100%;
}
#p_gmap iframe {
    width: 100%;
    height: 100%;
}

.p-member-menu__item.logout a,
.p-member-menu__item.logout a:hover {
    color: #f00;
}


hr.dot {
    border-top: 2px dashed #ddd;
    margin: 1rem auto;
}
@media only screen and (max-width: 767px) {
    hr.dot {
        width: 90%;
    }
}

.p-entry__body.p-author__body h5 {
    color: #3ab6e0;
    font-size: 1.2rem;
}

/*サイドメニューカスタマイズ*/

.p-widget-sidemenu .searchform #s {
    background: #F5F5F5;
    border-color: #D7D7D7;
    color: #757575;
}

.p-widget-sidemenu .searchform #searchsubmit {
    background: #D7D7D7;
    border-color: #D7D7D7;
    color: #757575;
}


.p-sidemenu-categories li:nth-child(odd) {
    border-right: 1px solid #DDDDDD;
}


.p-sidemenu-categories li {
    border-bottom: 1px solid #DDDDDD;
}
    

/*フッター調整*/ 
.p-copyright {
    border-top: none;
}

/* サブメニュー */
.page-subnav {
    margin-bottom: 2rem;
}
.page-subnav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.page-subnav.pref ul {
    border-bottom: 2px dashed #eee;
    padding-bottom: 0.5rem;
    
}
.page-subnav ul li {
    display: block;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
}
.page-subnav ul li a {
    display: block;
    color: #3ab6e0;
}
.page-subnav.pref ul li a {
    font-size: 1.3rem;
    font-weight: 800;
    padding: 0 0.5rem;
}
.page-subnav.category ul li a {
    border: 2px solid;
    border-radius: 3rem;
    padding: 0.5rem;
}
.page-subnav ul li.active a,
.page-subnav ul li a:hover {
    color: #fc88a9;
}

.btn-nav-category {
    display: none;
}
@media only screen and (max-width: 767px) {
    .btn-nav-category {
        display: block;
        text-align: center;
        padding: 0.5rem 1rem;
        border: 2px solid #333;
        color: #333;
        width: 80%;
        margin: 0 auto 1.5rem auto;
        font-size: 1.4rem;
        font-weight: 800;
    }
    .btn-nav-category:hover,
    .btn-nav-category:active {
        color: #fff;
        background: #333;
    }
    .category-name {
        text-align: center;
        color: #fc88a9;
        font-size: 1.2rem;
        margin-bottom: 1.5rem;
    }
}

.p-page-header__title small {
    display: block;
}


@media only screen and (max-width: 767px) {
    .page-subnav.category ul {
        justify-content: space-between;
    }
    .page-subnav.category ul li {
        width: 48%;
        text-align: center;
        margin-right: 0;
        font-size: 0.8rem;
    }
    .page-subnav.category {
        display: none;
    }
}


.p-footer-widget-area__inner.l-inner {
    justify-content: center;
}

/* gmap */
#gmap {
    margin-bottom: 3rem;
    width: 100%;
    height: 700px;
}
#gmap iframe {
    width: 100%;
    height: 100%;
}

#gmap-search {
    margin-bottom: 2rem;
}

#gmap-search .flex {
    display: flex;
    justify-content: space-around;
}
#gmap-search .flex .btn {
    cursor: pointer;
    display: inline-block;
    font-weight: 800;
    color: #6c757d;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 1rem .75rem;
    font-size: 1.4rem;
    letter-spacing: 1px;
    line-height: 1.5;
    border-radius: 5px;
    width: 40%;
    transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out;

    background-position: 5% center;
    background-repeat: no-repeat;
    background-size: auto 68%;
}

#gmap-search #btn-use-gps {
    color: #dc3545;
    border-color: #dc3545;
    background-image: url(img/icon_map.png);
}
#gmap-search #btn-use-gps.active,
#gmap-search #btn-use-gps:hover {
    color: #fff;
    background-color: #dc3545;
    background-image: url(img/icon_map_on.png);
}
#gmap-search #btn-use-address {
    color: #ffc107;
    border-color: #ffc107;
    background-image: url(img/icon_address.png);
}
#gmap-search #btn-use-address.active, 
#gmap-search #btn-use-address:hover {
    color: #fff;
    background-color: #ffc107;
    background-image: url(img/icon_address_on.png);
}

#gmap-search .search-title {
    text-align: center;
    width: 100%;
    background: #DCDDDD;
    border-radius: 30px;
    font-size: 1.8rem;
    padding: 0.8rem 0;
    margin-bottom: 30px;
    margin-top: 40px;
}

#search-result-word {
  margin-top: 30px;
  border-top: 1px solid #dee2e6;
  padding: 30px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#search-result-word span {
  margin-right: 0.5rem;
  margin-bottom: 1rem;
}
#search-result-word span.tag {
  border: 1px solid #0093c5;
  border-radius: 5rem;
  color: #000;
  background: #fff;
  padding: 0.5rem 1rem;
}

@media only screen and (max-width: 767px) {
  #gmap-search .flex.mb30 {
    flex-wrap: wrap;
    margin-bottom: 1rem !important;
  }
  #gmap-search .flex .btn {
    width: 100%;
    margin-bottom: 1rem;
    font-size: 1.1rem;  
  } 
  #gmap-search .search-title {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}

#gmap-search table {
    width: 100%;
    border-top: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}
#gmap-search table th {
    color: #45351F;
    background: #F6F5F4;
    vertical-align: middle;
    width: 8rem;

}
#gmap-search table th,
#gmap-search table td {
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
}
#gmap-search table th {
    width: 1%;
    white-space: nowrap;
}
#gmap-search .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#gmap-search .p-submit-button {
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 1.4rem;
}
#gmap-list {
    margin-bottom: 3rem;
}
#gmap-list .scroll {
    overflow-y: scroll;
    height: 500px;
}
#gmap-list .store-list {

}
#gmap-list .store-list td {
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    line-height: 1.5;
}


/* form */
.mw_wp_form input[type="text"],
.mw_wp_form input[type="email"],
.mw_wp_form input[type="number"],
.mw_wp_form textarea {
    border: 1px solid #dddd;
    padding: 0.5rem 1rem;
}
.mw_wp_form p > label {
    font-weight: 800;
}
.mw_wp_form .hissu {
    color: #f00;
    font-size: 0.8rem;
    padding-left: 0.5rem;
}
.mw_wp_form .hissu:before {
    content: "*";
}