body {
    /*     background: #f2f2f2;*/
    color: #333;
    /*    background-image: url(img/top_mainvisual2.png);*/
    /*    background-size: contain;*/
    /*    background-repeat: no-repeat;*/
    /*    background-attachment: fixed;*/
    /*font-family: 'M PLUS Rounded 1c', sans-serif;*/


    font-family: 'Zen Maru Gothic', sans-serif;
}

body:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-size: contain;
}




.banners {
    width: 100%;
    text-align: center;
    display: block;
    /*margin: 40px auto;*/
}

.bg {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: inherit;
    opacity: .6;
}

ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

p {
    /*     margin: 0;*/
    font-size: .9rem;
    padding-left: 1rem;
}

@media (max-width: 576px) {
    section {
        padding: .5rem;
        margin: .5rem;
        opacity: .9;
    }
}


/***** ヘッダー *****/

header nav .container-lg {
    background: #0072f1;
    color: #ffffff;
    padding: 10px 16px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    font-size: .9rem;
    flex-direction: column;
}

.navbar-brand {
    padding: 0!important;
}

.navbar-brand img {
    width: 270px;
}

.navbar-light .navbar-toggler {
    margin-right: 0;
    margin-bottom: 1.5rem;
}

.navbar-nav {
    margin-bottom: 1rem;
}

.navbar-nav .nav-item .nav-link {
    color: #fff;
    font-size: .9rem;
    border-bottom: solid 1px #CDC549;
    margin: 0 .5rem;
    padding-bottom: 0;
}

@media (max-width: 992px) {
    header nav .container-lg {
        flex-direction: row;
        padding: 0rem 1rem;
    }
}


/***** メイン *****/

main {
    /*
     background-image: url(img/top_mainvisual2.png);
     background-size: contain;
     background-repeat: no-repeat;
 background-attachment:fixed;
*/
}

section {
    position: relative;
    background: #fff;
    /*     opacity: .8;*/
    box-sizing: border-box;
    border: solid 1px #eee;
    padding: 0 1rem;
    border-radius: 12px;
    box-shadow: 0px 0px 10px 0px #ddd;
}

h1 {
    position: relative;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 1.8rem;
    border-bottom: 3px solid #7DA9D1;
    font-weight: bold;
}

h1 i {
    margin-right: 5px;
    color: #7DA9D1;
}

.h1-tab {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.024em;
    background-color: #7DA9D1;
    padding: 10px 16px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 16px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.h1-subtitle {
    display: block;
    font-size: .9rem;
    color: #7DA9D1;
    margin-bottom: 1.5rem;
    margin-top: 5px;
}

h2 {
    font-size: 1.4rem;
    font-weight: bold;
    position: relative;
    padding: 0.6em;
    background: #7DA9D1;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    color: #fff;
}

h2:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #7DA9D1;
    width: 0;
    height: 0;
}

h3 {
    display: inline-block;
    font-size: 1.0rem;
    font-weight: bold;
    border-bottom: dotted 3px #EDB83F;
    margin: 1rem;
}

h4 {
    font-size: 1.3rem;
    background: #0072f1;
    color: #fff;
    padding: .5rem
}

button {
    display: block;
    margin: 1rem auto 2rem auto;
    color: #fefefe;
    background: #555555;
    box-shadow: none;
    border: solid 2px #555555;
    border-radius: 25px;
    padding: 4px 42px;
}

.p-list {
    padding-left: 2rem;
    list-style: square;
    margin: .5rem 0 2rem 0;
}

.p-list li {
    margin-bottom: 1rem;
}

.instagram-media {
    margin: 1rem auto!important;
}

.brand-item {
    border: solid 1px #B6DA8E;
    padding: .5rem;
    margin: 1rem .5rem
}

.brand-info {
    align-items: center;
}

.brand-img {
    text-align: center;
}

.brand-img img {
    width: 250px;
}

.pagination {
    margin: 2rem;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 0;
}

.pagination .disabled {
    opacity: .5;
}

.pagination .current .page-link {
    background: #666;
}

.pagination .page-link {
    background: #aaa;
    margin: 2px;
    color: #fff;
}

@media (max-width: 576px) {
    h3 {
        font-size: 1.2rem;
        margin: 0;
    }
}


/***** ジム検索 *****/

.gym-search-wrapper {
    position: relative;
    background: #f6f6f6;
    /*       padding: 1rem;*/
    margin-bottom: 3rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right 0 bottom 0;
    height: 300px;

    /*    opacity: .6;*/
}

.gym-search-inner {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    padding: 1rem;
}

.gym-search .area {
    display: flex;
}

.gym-search .area i {
    font-size: .8rem;
    line-height: 1.5rem;
    margin-right: 5px;
    color: #ccc;
}

.gym-search .area .header {
    font-weight: 500;
    color: #fff;
    background: #555555;
    width: 120px;
    text-align: center;
    border-radius: 12px;
    height: 1.5rem;
    margin-right: 5px;
    padding: 0;
}

.gym-search ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.gym-search ul li {
    line-height: 1.5;
    margin-right: 8px;
    line-height: 1.5rem;
}

select {
    border: solid 2px #89a46b;
    /*    border-radius: 25px;*/
    height: 2.5rem;
    padding: 4px 24px;
}

.search-btn {
    color: #fefefe;
    height: 2.5rem;
    background: #89a46b;
    box-shadow: none;
    border: solid 2px #89a46b;
    border-radius: 25px;
    padding: 4px 24px;
}

.gym-item {
    border: solid 1px #5555;
    padding: .5rem;
    margin: 1rem .5rem
}

.gym-item table tr {
    border: solid 3px #fff;
    display: flex;
    flex-direction: column;
    margin-bottom: .5rem;
}

.gym-item table tr th,
.gym-item table tr td {
    padding: 2px 6px;
}

.gym-item table tr th {
    border-bottom: dashed 1px #eee;
    color: #000;
}

.gym-item table tr td {
    padding-left: 1rem;
    font-size: .95rem;
    word-break:break-word;
}

@media (max-width: 576px) {
    .gym-search-inner {
        padding: .5rem;
    }
    .gym-search .area .header {
        display: none;
    }
}


/***** ウェア検索 *****/

.wear-list {
    display: flex;
    flex-wrap: wrap;
}

.wear-item {
    width: 25%;
    padding: 10px;
}

.wear-img img {
    width: 100%;
    height: 190px;
}

.wear-name {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: .8rem;
}

.wear-price {
    font-weight: 500;
    color: red;
    text-align: end;
}

@media (max-width: 576px) {
    .wear-item {
        width: 50%;
    }
}


/*****  *****/


/***** サイド *****/

.side-h1-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #7DA9D1;
}

.side-h1-wrapper h1 {
    margin: 1rem;
    color: #fff;
    border-bottom: 0;
}

#index {
    padding: 4rem 1rem 1rem 1rem;
    font-size: .9rem;
}

#index ul li {
    margin-bottom: 1rem;
    margin: 0;
}

#index ul li ul {
    margin-left: .5rem;
}

.onimg {
    display: block;
    margin: 1rem auto 0 auto;
    width: 98%;
    position: relative;
}

.onimg img {
    width: 100%;
}

.onimg p {
    color: #fff;
    /*     text-align: center;*/
    width: 100%;
    padding: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    font-weight: bold;
    font-size: 1rem;
}

.onimg p span {
    display: block;
    font-weight: 100;
    font-size: .8rem;
}

.index-inner-list {
    margin-top: 6px;
}

.index-inner-list li::before {
    content: "> ";
    color: #ccc;
}


}


/***** バナー *****/

.banner-long {
    display: block;
    margin: 10px auto;
}
.banner-640 {
    display: block;
    margin: 40px auto;
}
.banner-468 {
    display: block;
    margin: 40px auto;
}
.banner-300 {
    display: none;
}
.banner-180 {
    display: block;
    margin: 10px auto;
}
@media (max-width: 992px) {
    .banner-180 {
        display: inline;
    }
    
    .banner-long {
        display: none;
    }
}
@media (max-width: 768px) {
    .banner-468 {
        display: block;
        margin: 10px auto;
    }
    
    .banner-300 {
        display: none;
    }
}
@media (max-width: 576px) {
    .banner-468 {
        display: none;
    }
    
    .banner-300 {
        display: block;
        margin: 10px auto;
    }
}
@media (max-width: 360px) {
    .banner-180 {
        display: block;
    }
}


.coordinate-img{
    width:80%;
}

footer {
  background: #0072f1;
  color: #ffffff;
  padding: 10px 16px;
  margin-top: 30px;
  text-align: center;
}