@charset "utf-8";

/* ====================================

page:::maneki

==================================== */

.pickup-wrap h3:not(:first-child){
    display: none;
}

.btn-group {text-align: center;}
.btn-group a {padding: 10px 50px;}
.btn-group a span {font-size: 1.6rem;font-weight: bold;}

.maneki-list .col-5 {margin-bottom: 5%;}

@media screen and (min-width: 768px) {
    .btn-group {margin: 90px 0 20px;}
    .btn-group a {transition: .3s;}
    .btn-group a:hover {opacity: 0.5;}
    .btn-group a + a {border-left: 1px solid #333;}
    .btn-group a span {background: url(../img/btn-dot-border.png) center bottom no-repeat ;padding: 0.5em 10px;}
}

@media screen and (max-width: 767px) {
    main .btn-group {display: none;}
}