@charset "utf-8";

html {
    font-size: 62.5% !important;
}
@font-face {
    font-family: font-light;
    src: url("../../fonts/KiwiMaru-Light.woff2") format("truetype");
}
@font-face {
    font-family: font-text;
/*    src: url("../../fonts/KiwiMaru-Regular.woff2") format("truetype");*/
    src: url("../../fonts/NotoSansJP-Regular.woff2") format("truetype");
}
@font-face {
    font-family: font-semi;
/*    src: url("../../fonts/KiwiMaru-Medium.woff2") format("truetype");*/
    src: url("../../fonts/NotoSansJP-Regular.woff2") format("truetype");
}
body {
    font-family: "font-text", sans-serif;
    font-size: 1.5rem;
    line-height: 1.4em;
    letter-spacing: 0em;
    background: #fff;
    color: #4d4d4d;
    /*position: relative;*/
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow-y: hidden;
}
.wrapper-main {
    position: relative;
    width: auto;
    min-width: 1190px;
}

h1 {
    font-family: "font-semi", sans-serif;

}
a {
    text-decoration: none;
    transition: .4s;
}
a:hover,
a:focus {
    opacity: .7;
}
a:active,
button:active,
.header-outer .header-btn svg:active {
    opacity: .6;
    text-decoration: none;
    transition: .2s;
    outline: none;
}
ul {
    margin:0;
    padding: 0;
}
li {
    list-style-type: none;
}
figure {
    margin: 0;
}
.show-box {
    display: block !important;
}
.show-pc {
    display: none !important;
}
.show-sp {
    display: block !important;
}
.disp-none {
    display: none !important;
}


/***** header *****/
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 88px;
    z-index: 999;
}
.header-outer {
    width: 100%;
    padding: 12px 24px;
    display: flex;
/* 20230615 位置変更 */
/*    justify-content: space-between; */
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #9e9e9f;
    z-index: 1000;
}
.header-outer .header-logo {
    flex: 0 0 30%;
}
.header-outer .header-logo a {
     display: block;
}
.wrapper-avance .header-outer .header-logo a img {
    width: auto;
    height: 64px;
}
.wrapper-danks .header-outer .header-logo a img {
    width: auto;
    height: 56px;
}
.header-outer .menu-cat-area {
    flex: 0 1 70%;
    text-align: right;
    padding-right: 4px;
    display: flex;
/* 20230615 位置変更 */
/*    justify-content: flex-end;*/
    align-items: center;
    gap: 0 6px;
}
.header-outer .menu-cat-area .menu-cat-area-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header-outer .menu-cat-area .menu-cat-area-label {
    position: relative;
    font-size: 1.8rem;
    font-family: "font-semi", sans-serif;
    color: #000;
    margin-right: 24px;
    margin-bottom: 0;
}
.header-outer .menu-cat-area .menu-cat-area-label::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -16px;
    margin-top: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #000;
}
.header-outer .menu-cat-area .menu-cat-area-ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-outer .menu-cat-area li {
    flex: 0 0 auto;
    margin-left: 4px;
}
.header-outer .menu-cat-area li a {
    display: block;
    width: 4em;
    padding: 8px 0;
    background: #b5b5b6;
    border-radius: 34px;
    color: #fff;
    font-size: 1.8rem;
    font-family: "font-semi", sans-serif;
    text-align: center;
}
.wrapper-avance .header-outer .menu-cat-area li.active a {
    background: #171C61;
}
.wrapper-danks .header-outer .menu-cat-area li.active a {
    background: #d7000f;
}

/***** main *****/
main.main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
main.main aside.aside-container {
    flex: 0 1 360px;
    padding: 0;
    width: 360px;
    overflow-y: scroll;
    overflow-x: hidden;
    /* IE, Edge 対応 */
    -ms-overflow-style: none;
    /* Firefox 対応 */
    scrollbar-width: none;
}
main.main .aside-content {
    height: 100vh;
    padding-top: 88px;
}
main.main aside.aside-container::-webkit-scrollbar {
    display:none;
}
main.main .main-container {
    flex: 1 0 702px;
    padding: 0;
    max-width: 100%;
    padding-top: 88px;
}

/***** aside *****/
.wrapper-avance .tit-aside-blocks {
    /*display: flex;
    justify-content: space-between;
    align-items: center;
    background: #d3d9db;*/
    width: 360px;
    height: 104px;
    position: fixed;
    top: 88px;
    left: 0;
    z-index: 99;
    padding: 0 40px;
    background: #fff;
    background: #171C61;
}
.wrapper-danks .tit-aside-blocks {
    /*display: flex;
    justify-content: space-between;
    align-items: center;
    background: #d3d9db;*/
    width: 360px;
    height: 104px;
    position: fixed;
    top: 88px;
    left: 0;
    z-index: 99;
    padding: 0 40px;
    background: #fff;
    background: #d7000f;
}
h1.tit-page-pc {
    margin: 0;
    color: #fff;
    font-size: 2.8rem;
    line-height: 104px;
}


/* aside リスト */
.wrapper-avance .spots-list-blocks {
    padding: 104px 0 24px;
    color: #171C61;
}
.wrapper-danks .spots-list-blocks {
    padding: 104px 0 24px;
    color: #d7000f;
}
section.spots-list-unit {
    width: 100%;
}
.spots-list-unit-outer {
    padding: 0 40px;
    border-bottom: 1px solid #727171;
}
.spots-list-catch {
    position: relative;
}
.spots-list-catch {
    padding: 0;
    position: relative;
}
.spots-list-catch a {
    display: block;
    padding: 24px 0 28px;
}
.spots-list-catch.open a {
    padding-bottom: 4px;
}
.spots-list-catch::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 8px;
    height: 8px;
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
    transform: translate(-50%, 0) rotate(45deg);
    transition: .4s;
}
.spots-list-catch.open::after {
    content: none;
}
.wrapper-avance .spots-list-catch .spots-list-catch-header {
    color: #171C61;
}
.wrapper-danks .spots-list-catch .spots-list-catch-header {
    color: #d7000f;
}
.spots-list-catch .spots-list-catch-header p {
    margin-bottom: 8px;
}
.wrapper-avance .spots-list-catch .spots-list-catch-header p span {
    width: auto;
    background: #171C61;
    border-radius: 1.0em;
    padding: 1px 16px 2px;
    color: #f5af46;
    font-size: 1.1rem;
    line-height: 1.0em;
}
.wrapper-danks .spots-list-catch .spots-list-catch-header p span {
    width: auto;
    background: #d7000f;
    border-radius: 1.0em;
    padding: 1px 16px 2px;
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.0em;
}
.spots-list-catch .spots-list-catch-header h3 {
    font-size: 1.8rem;
    font-family: "font-semi", sans-serif;
}


/***** spots detail content *****/
.spots-detail-content {
    position: relative;
    display: none;
    width: 100%;
    height: auto;
    transition: .3s;
    padding: 0;
}
.show-spots-detail-content {
    display: block;
}
.spots-detail-content-header {
    padding: 0 0 20px;
}
.spots-detail-content-header:nth-last-of-type(1) {
    padding: 0 0 24px;
    border-bottom: 1px solid #727171;
}
.spots-detail-content-tit-block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.wrapper-avance .spots-detail-content-tit-block h4 {
    background: url(../../img/maps/avance/avance_ball_icon.png) no-repeat;
    background-size: 38px 38px;
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    margin: 0 8px 0 0;
    font-size: 1.0rem;
    color: #fff;
    line-height: 38px;
    text-align: center;
    letter-spacing: -0.2em;
}
.wrapper-danks .spots-detail-content-tit-block h4 {
    background: url(../../img/maps/danks/danks_ball_icon.png) no-repeat;
    background-size: 38px 38px;
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    margin: 0 8px 0 0;
    font-size: 1.0rem;
    color: #fff;
    line-height: 38px;
    text-align: center;
    letter-spacing: -0.2em;
}
.spots-detail-content-tit span {
    display: inline-block;
    margin: 0 8px 4px 0;
    font-size: 1.4rem;
    line-height: 1.0em;
}
.spots-detail-content-tit span.spots-place {
    display: block;
}
.wrapper-avance .spots-detail-content-tit span.spots-week::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../../img/maps/avance/week.png) no-repeat;
    background-size: cover;
    margin-right: 4px;
    position: relative;
    top: 1px;
}
.wrapper-danks .spots-detail-content-tit span.spots-week::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../../img/maps/danks/week.png) no-repeat;
    background-size: cover;
    margin-right: 4px;
    position: relative;
    top: 1px;
}
.wrapper-avance .spots-detail-content-tit span.spots-time::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../../img/maps/avance/hour.png) no-repeat;
    background-size: cover;
    margin-right: 4px;
    position: relative;
    top: 1px;
}
.wrapper-danks .spots-detail-content-tit span.spots-time::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../../img/maps/danks/hour.png) no-repeat;
    background-size: cover;
    margin-right: 4px;
    position: relative;
    top: 1px;
}
.wrapper-avance .spots-detail-content-tit span.spots-place::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../../img/maps/avance/venue.png) no-repeat;
    background-size: cover;
    margin-right: 4px;
    position: relative;
    top: 1px;
}
.wrapper-danks .spots-detail-content-tit span.spots-place::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../../img/maps/danks/venue.png) no-repeat;
    background-size: cover;
    margin-right: 4px;
    position: relative;
    top: 1px;
}
.spots-detail-content-age {
    margin-top: 8px;
}
.spots-detail-content-age h5 {
    font-size: 1.1rem;
    margin-bottom: 2px;
    color: #4d4d4d;
}
.spots-detail-content-age ul.spots-detail-age-ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 1.0%;
}
.spots-detail-content-age ul.spots-detail-age-ul li {
    flex: 0 0 40px;
    height: 40px;
    background: #f5af46;
    border-radius: 4px;
    color: #4d4d4d;
    font-size: 1.8rem;
    font-family: "font-semi", sans-serif;
    text-align: center;
    line-height: 1.0em;
    padding: 0;
    display: table-cell;
    vertical-align: baseline;
    padding: 3px 0;
}
.spots-detail-content-age ul.spots-detail-age-ul li.spots-detail-age-li {
    font-size: 1.4rem;
    line-height: 40px;
    padding: 0;
}
.spots-detail-content-age ul.spots-detail-age-ul li span {
    display: block;
    font-size: 1.0rem;
}
.spots-detail-content-prof {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 24px 0;
    border-bottom: 1px solid #727171;
    color: #4d4d4d;
}
.spots-detail-content-prof .spots-detail-prof-name {
    flex: 0 0 72%;
}
.spots-detail-content-prof .spots-detail-prof-name .spots-detail-prof-tit {
    font-size: 1.1rem;
    margin-bottom: 8px;
}
.spots-detail-content-prof .spots-detail-prof-name .spots-detail-prof-coach {
    font-size: 1.4rem;
    margin-bottom: 4px;
    font-family: "font-semi", sans-serif;
}
.spots-detail-content-prof .spots-detail-prof-name a {
    position: relative;
    font-size: 1.1rem;
    color: #4d4d4d;
    line-height: 1.0em;
}
.spots-detail-content-prof .spots-detail-prof-name a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2px;
    margin-right: -12px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #727171;
    border-right: 1px solid #727171;
    transform: rotate(45deg);
}
.spots-detail-content-prof .spots-detail-prof-img {
    flex: 0 0 26%;
    width: 100%;
    position: relative;
}
.spots-detail-content-prof .spots-detail-prof-img::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.spots-detail-content-prof .spots-detail-prof-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    object-fit: cover;
    border-radius: 8px;
}
.spots-detail-content-btn {
    padding: 24px 0 20px;
    text-align: center;
}
.wrapper-avance .spots-detail-content-btn a {
    background: #f5af46;
    border-radius: 2.1rem;
    color: #171C61;
    text-align: center;
    font-size: 1.6rem;
    font-family: "font-semi", sans-serif;
    line-height: 1.5rem;
    padding: 2px 40px 4px;
}
.wrapper-danks .spots-detail-content-btn a {
    background: #d7000f;
    border-radius: 2.1rem;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    font-family: "font-semi", sans-serif;
    line-height: 1.5rem;
    padding: 2px 40px 4px;
}
.spots-list-bottom a {
    display: block;
    height: 20px;
    position: relative;
}
.spots-list-bottom a::after {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 50%;
    width: 8px;
    height: 8px;
    border-left: 1px solid #808080;
    border-top: 1px solid #808080;
    transform: translate(-50%, 0) rotate(45deg);
    transition: .4s;
}


/***** main-container *****/
.container-posi {
    position: relative;
}
#gmap {
    padding-top: 104px;
    height: calc(100vh - 88px);
}
.search-filter-blocks {
    position: fixed;
    top: 88px;
    left: 360px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 104px;
    background: #f5f2e9;
    z-index: 99;
}
.wrapper-avance .search-filter-blocks h4 {
    position: relative;
    flex: 0 1 140px;
    width: 140px;
    margin: 0;
    border-right: 1px solid #171C61;
    font-size: 1.6rem;
    font-family: "font-semi", sans-serif;
    color: #171C61;
    text-align: center;
    line-height: 104px;
}
.wrapper-danks .search-filter-blocks h4 {
    position: relative;
    flex: 0 1 140px;
    width: 140px;
    margin: 0;
    border-right: 1px solid #d7000f;
    font-size: 1.6rem;
    font-family: "font-semi", sans-serif;
    color: #d7000f;
    text-align: center;
    line-height: 104px;
}
.search-filter-blocks .search-filter-check {
    flex: 1 0 auto;
}
.wrapper-avance .search-filter-blocks h4 span {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% + 2.4em);
    margin-top: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #171C61;
}
.wrapper-danks .search-filter-blocks h4 span {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% + 2.4em);
    margin-top: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #d7000f;
}
.search-filter-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 3px 0;
    padding: 0 32px;
    width: 100%;
    height: 26px;
}
.wrapper-avance .search-filter-box h5 {
    position: relative;
    flex: 0 0 5em;
    margin: 0 8px 0 0;
    font-size: 1.4rem;
    color: #171C61;
}
.wrapper-danks .search-filter-box h5 {
    position: relative;
    flex: 0 0 5em;
    margin: 0 8px 0 0;
    font-size: 1.4rem;
    color: #d7000f;
}
.wrapper-avance .search-filter-box h5::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #171C61;
}
.wrapper-danks .search-filter-box h5::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #d7000f;
}
.search-filter-ul {
    flex: 0 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.search-filter-ul li {
    flex: 0 0 60px;
    margin-right: 4px;
}
.search-filter-ul li a {
    width: 100%;
    display: block;
    padding: 0;
    font-size: 1.1rem;
    color: #b5b5b6;
    text-align: center;
    border: 1px solid #b5b5b6;
    background: #fff;
    border-radius: 16px;
}
.wrapper-avance .search-filter-ul li a.select {
    color: #fff;
    border: 1px solid #171C61;
    background: #171C61;
}
.wrapper-danks .search-filter-ul li a.select {
    color: #fff;
    border: 1px solid #d7000f;
    background: #d7000f;
}


@media (max-width: 1189px) {
    #gmap {
        height: calc(100vh - 104px);
    }
    .wrapper-avance .tit-aside-blocks,
    .wrapper-danks .tit-aside-blocks,
    .wrapper-avance .search-filter-blocks,
    .wrapper-danks .search-filter-blocks {
        position: static;
    }
    .wrapper-avance .spots-list-blocks,
    .wrapper-danks .spots-list-blocks {
        padding-top: 0;
    }
}

.btn-bottom-left-blocks {
    position: absolute;
    bottom: 24px;
    left: 16px;
}
.btn-bottom-right-blocks {
    position: absolute;
    bottom: 26px;
    right: 16px;
}
.btn-bottom-left-ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.btn-bottom-left-ul li {
    padding: 0 12px;
}
.btn-bottom-left-ul li a {
    display: block;
}
.btn-bottom-left-ul li.btn-bottom-left-img {
    flex: 1 0 auto;
}
.btn-bottom-left-ul li.btn-bottom-left-li {
    flex: 0 0 auto;
}
.btn-bottom-left-ul li a img {
    width: 52px;
    height: auto;
}
