/*さらに表示ON設定*/
.table01 #ctArea .box01 .more_info .toggle-detail.active{
    position: relative;
    color: #fff;
}
.table01 #ctArea .box01 .more_info .toggle-detail.active:after{
    display: block;
    content: '';
    position: absolute;
    top: 6px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 12px;
    height: 12px;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    transform: rotateZ(135deg);
    margin: auto;
}

/*
スマホ調整分
*/
@media (max-width: 768px) {
/*FB対応*/
.table01 .item-list.item-count-1{
    justify-content: left;
}
.table01 .item-count-1 .item-box{
    width: 50%;
}

.table01 .hills_area_search .area-text{
    color: #050505;
    font-size: 14px;
    }
.table01 .hills_area_search .area-icon{
    margin-right: 5px;
    height: 21px;
    background: url(/img/ico_h_sort.png) no-repeat center center;
    background-size: cover;
}
.table01 .hills_area_search button.filtered .area-icon{
    background: url(/img/ico_h_sort_on.png) no-repeat center center;
    background-size: cover;
}

/*デザイン反映*/
.login #app{
    margin: 15px;
}
.login #app h2{
    display: none;
    font-size: 20px;
}
.login #app div div h2{
    display: block;
    padding-top: 30px;
}
.login #app .hills_note ul{
    padding-top: 0;
}

.hlp #ctArea .title{
    font-size: 20px;
}
.hlp #ctArea .lead,
.hlp #ctArea p{
    font-size: 12px;
}
.hlp #ctArea h2{
    margin-bottom: 8px;
    padding-left: 34px;
    font-size: 13px;
}
.hlp #ctArea h2 span{
    height: 24px;
}
.hlp #ctArea h2 img{
    width: auto;
    height: 20px;
}
.hlp #ctArea .line{
    margin-top: 0;
}
.hlp #ctArea .footer_back{
    margin-top: 20px;
}

.table01 .l-drawer{
    display: none;
}
.table01 .genre_tab{
    padding: 2px 0;
    height: 44px;
}
.table01 .genre_tab li {
    margin-right: 0;
}
.table01 .genre_tab li a{
    min-width: 94px;
    box-sizing: border-box;
    text-align: center;
}
.table01 .genre_tab li.active a.genre-text::after{
    height: 4px;
}
.table01 .genre_tab a.genre-text{
    height: 44px;
    font-size: 13px;
}
.table01 #ctArea .box01 .toggle-detail{
    border: 1px solid #038760;
    color: #003A40;
}
.table01 #ctArea .box01 .more_info button, 
.table01 #ctArea .box01 .store_link button{
    font-size: 16px;
}
.table01 #ctArea .box01 .item-box h6{
    font-size: 12px;
}
.table01 #ctArea .box01 .item-box .price_tag{
    font-size: 10px;
}
.table01 .modal-content{
    width: 70%;
}
.table01 .modal-content .modal-header h3{
    font-size: 14px;
}
.table01 .modal-content .modal-body{
    width: 240px;
    margin: 0 auto;
}
.table01 .modal-content .area-option{
    padding-left: 0;
}
.table01 .modal-content #confirmAreaFilter{
    width: 240px;
    margin-top: 0;
}
.table01 .modal-content .modal-close{
    font-weight: normal;
}
.table01 .modal-content .area-option input[type="checkbox"] {
    border: 1.5px solid #000;
}
.table01 .modal-content .area-option input[type="checkbox"]:checked {
    background-color: #000;
    border-color: #000;
}
}

/*
以下レスポンシブ対応
*/

@media (min-width: 769px) {
/*hills_second top*/
.table01{
    background: #fff;
}

.table01 #wrap{
    max-width: none;
}

.table01 .hills_header {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    min-height: 255px;
    text-align: center;
}
.table01 .hills_header img{
    width: auto;
    vertical-align: bottom;
}

.table01 .hills_area_search {
    margin-right: 20px;
    text-align: right;
}
.table01 .hills_area_search button{
    width: 250px;
    font-size: 14px;
    color: #050505;
}
.table01 .hills_area_search .area-icon{
    margin-right: 5px;
    height: 21px;
    background: url(/img/ico_h_sort.png) no-repeat center center;
    background-size: cover;
}
.table01 .hills_area_search button.filtered .area-icon{
    background: url(/img/ico_h_sort_on.png) no-repeat center center;
    background-size: cover;
}
.table01 .hills_area_search .area-text{
    font-size: 14px;
    color: #050505;
}

.table01 .genre_tab{
    border-bottom: none;
}
.table01 .genre_tab_placeholder{
    display: none !important;
}
.table01 .genre_tab ul{
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
}
.table01 .genre_tab li{
    margin: 0 10px;
}
.table01 .genre_tab a.genre-text:hover,
.table01 .genre_tab a.genre-text{
    min-width: 175px;
    border: 1px solid #CCCCCC;
        text-align: center;
    color: #666666;
    font-size: 16px;
    border-radius: 6px;
}
.table01 .genre_tab li.active a.genre-text{
    background: #03875F;
    border: 1px solid #03875F;
    color: #fff;
}
.table01 .genre_tab li.active a.genre-text::after{
    display: none;
}
.table01 #ctArea .genre-header{
    margin: 0 34px;
    font-size: 18px;
}
.table01 .genre_tab.fixed{
    padding: 20px 0;
}
.table01 #ctArea .genre-store-list{
    display: flex;
    flex-wrap: wrap;
    max-width: 1652px;
    margin: 0 auto;
    padding-top: 15px;
}
.table01 #ctArea .box01{
    width: 345px;
    margin: 0 34px 50px;
}

.table01 #ctArea .box01 .toggle-detail{
    border: 1px solid #038760;
    color: #003A40;
}

.table01 .modal-content{
    max-width: 630px;
    padding-top: 80px;
    padding-bottom: 100px;
    text-align: center;
    box-sizing: border-box;
}
.table01 .modal-content .modal-body{
    margin-top: 40px;
}
.table01 .modal-content .area-option{
    max-width: 470px;
    margin: 0 auto 20px;
    padding: 0;
    text-align: left;
}
.table01 .modal-content .area-list{
    max-width: 470px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
}
.table01 .modal-content .area-list .area-option{
    float: left;
    width: 220px;
}
.table01 .modal-content .area-list .area-option:nth-child(2n){
    float: right;
}
.table01 .modal-content .area-option input[type="checkbox"] {
    border: 1.5px solid #000;
}
.table01 .modal-content .area-option input[type="checkbox"]:checked {
    background-color: #000;
    border-color: #000;
}
.table01 #confirmAreaFilter{
    width: 345px;
    margin: 0 auto;
}

/*landing*/
.hlp #wrap{
    max-width: 735px;
    padding: 0 30px;
}
.hlp #wrap #ctArea{
    padding: 0;
}
.hlp #ctArea h2{
    padding: 0px 0 5px 35px;
}
.hlp #ctArea h2 img{
    width: auto;
    height: 22px;
}
.hlp #ctArea .footer_back{
    width: 344px;
    margin: 60px auto 0;
}

/*login*/
.login #wrap{
    max-width: 100%;
}
.login #wrap #app{
    max-width: 792px;
    margin: 0 auto;
    padding: 100px 30px 0;
}
.login .divHeader{
    height: 70px;
}
.login .divHeader h1{
    position: relative;
    padding: 15px 90px;
    text-align: left;
    font-size: 24px;
}
.login .divHeader h1:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 32px;
    height: 30px;
    margin: auto 0;
    background: url(/img/ico_h_shop.png) no-repeat;
    background-size: contain;
}
.login .l-drawer__icon{
    display: none;
}
.login .l-drawer__menu{
    width: auto;
    height: auto;
    padding: 0 20px;
    right: 0;
}
.login .l-drawer ul li{
    float: left;
    margin: 0 15px;
    border: none;
}
.login .l-drawer .l-drawer__item a{
    display: block;
    width: 90px;
    text-align: center;
}
.login .l-drawer .l-drawer__item a svg{
    display: block;
    margin: 0 auto;
}
.login .l-drawer .footer{
    display: none;
}
.login .l-drawer .l-drawer__item a#myPage,
.login .l-drawer .l-drawer__item a#loginPage {
    background: url(/img/ico_h_mypage.png) no-repeat center 30%;
    background-size: 32px 30px;
}
.login .l-drawer .l-drawer__item a#myPage svg,
.login .l-drawer .l-drawer__item a#loginPage svg{
    opacity: 0;
}

.login #app h2{
    display: none;
    font-size: 20px;
}
.login #app div div h2{
    display: block;
}
.login #app .ItemText{
    width: 480px;
    margin: 0 auto 72px;
}
.login #app .ItemText.hills_note{
    margin-bottom: 0;
}
.login #app .loginButton,
.login #app .loginButton.guest_login{
    width: 344px;
    float: left;
    margin: 20px 26px 0;   
}
.login #app .loginButton.google_login_wrap{
    width: 332px;
}
.login #app .moriLink{
    margin-top: 1em;
    text-align: center;
}
}

@media (min-width: 769px) and (max-width: 850px) {
.login #app .loginButton,
.login #app .loginButton.guest_login{
    float: none;
    margin-right: auto;
    margin-left: auto;
}
}