﻿@charset "utf-8";
label {
    cursor: pointer
}

.pg_sub-header {
    height: 210px;
    background: url(../img/top/main.png);
    border-bottom: solid 2px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.pg_header-scrollwrapper {
    background-color: var(--base__paleColor, #00FFEB);
    border-bottom: solid 2px #000;
}

.pg_large-category {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: 800px
}

.pg_large-category__btn {
    position: relative;
    height: 40px;
    flex: 1
}

.pg_large-category__btn.active {
    height: 60px
}

.pg_large-category__btn::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    border-radius: 10px
}

.pg_large-category__btn-text {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    border-radius: 10px;
    background-color: white;
    z-index: 2;
    color: #000;
    transform: translate(-4px, -4px);
    transition: transform .2s ease 0s;
    background: #C6C6C6
}

.pg_large-category__btn.active>.pg_large-category__btn-text {
    background-color: #18F899
}

.pg_large-category__btn:hover>.pg_large-category__btn-text {
    transform: translate(0, 0)
}

.pg_large-category__btn+.pg_large-category__btn {
    margin-left: 30px
}

.pg_map-theme__lists {
    padding: 0
}

.pg_map-theme__list {
    position: relative;
    background: var(--top-mthemeListBackColor, #F1FFEA);
    padding: 20px 20px 20px 150px;
    border-top: solid 2px;
    border-color: #0D6D71;
    margin: 20px 0
}

.pg_map-theme__list:after {
    border-top: 125px solid var(--top-themeFlameColor, #106c71);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    text-align: center;
    border-right: 125px solid transparent
}

/* 多言語表示の場合は四角い枠に表示する */
body.ui-nj .pg_map-theme__list:after {
    border-top: none;
    border-right: none;
    width: 125px;
    height: 125px;
    background-color: var(--top-themeFlameColor, #106c71);
}

@media (max-width: 959px) {
    .pg_map-theme__list:after {
        border-top: 70px solid var(--top-themeFlameColor, #106c71);
        border-right: 70px solid transparent
    }

    /* 多言語表示の場合は四角い枠に表示する */
    body.ui-nj .pg_map-theme__list:after {
        border-top: none;
        border-right: none;
        width: 70px;
        height: 70px;
        background-color: var(--top-themeFlameColor, #106c71);
    }
}

.pg_map-theme__list--h3 {
    font-size: 22px;
    margin-left: 20px;
    /* font-weight: bold */
}

@media (max-width: 959px) {
    .pg_map-theme__list--h3 {
        /* text-align: right */
        text-align:center;
    }
}

.pg_map-theme__list--text {
    font-size: 16px;
    line-height: 1.2em;
    /* max-height: 60px; */
    /* height: 60px; */
    /* overflow-y: scroll;
    scrollbar-width: none; */
    width: 70%;
    margin-bottom: 20px;
}

/* .pg_map-theme__list--text::-webkit-scrollbar {
    display: none;
} */

@media (max-width: 959px) {
    .pg_map-theme__list--text {
        margin: 20px 0 10px;
        width: 100%;
    }

    body.ui-nj .pg_map-theme__list--text {
        margin: 30px 0 10px;
        width: 100%;
    }
}

.pg_map-theme__list--sample {
    font-size: 14px;
    width: 70%;
    line-height: 1.2em;
    margin: 0;
    /* max-height: 60px; */
    /* height: 60px;
    overflow-y: scroll;
    scrollbar-width: none; */
}

/* .pg_map-theme__list--sample::-webkit-scrollbar {
    display: none;
} */

@media (max-width: 959px) {
    .pg_map-theme__list--sample {
        width: 100%
    }

    body.ui-nj .pg_map-theme__list--sample {
        padding-left: 70px;
        box-sizing: border-box;
    }
}

.pg_map-theme__cate-name {
    position: absolute;
    top: 30%;
    left: 1%;
    height: 20px;
    width: auto;
    z-index: 2;
    transform: rotate(-45deg);
    font-size: 15px;
    color: white;
}

body.ui-nj .pg_map-theme__cate-name {
    top: 0;
    left: 0;
    height: auto;
    transform: none;
    width: 125px;
    padding: 10px;
    box-sizing: border-box;
}

@media (max-width: 959px) {
    .pg_map-theme__cate-name {
        top: 15px;
        left: 5px;
        /* width: 50px; */
        font-size:10px;
    }

    body.ui-nj .pg_map-theme__cate-name {
        top: 0;
        left: 0;
        width: 70px;
        padding: 10px;
        box-sizing: border-box;
    }
}

.pg_map-theme__list {
    opacity: 1;
    min-height: 100px;
}

@media (max-width: 959px) {
    .pg_map-theme__list {
        padding: 20px;
        min-height:110px;
    }
}

.pg_map-theme__list.is-hidden {
    opacity: 0;
    height: 0;
    margin: 0;
    display: none
}

.list-btn {
    margin-top: 20px;
    text-align: center
}

.list-btn.is-btn-hidden {
    display: none
}

.list-btn button {
    background-color: #000;
    color: #fff;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    height: 32px;
    line-height: 32px;
    width: 168px
}

.list-btn button img {
    width: 88px
}

.pg_sec-area {
    border-top: none;
    padding: 50px 0 100px
}

@media (max-width: 959px) {
    .pg_sec-area {
        padding: 50px 0
    }
}

.tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    margin: 0 auto
}

.tab_item {
    width: 15%;
    min-width: 180px;
    margin: 0 10px 20px;
    display: block;
    float: left;
    text-align: center;
    /* font-weight: bold */
}

@media (max-width: 959px) {
    .tab_item {
        width: 41%;
        min-width: auto
    }
}

input[name="tab_item"] {
    display: none;
}

.tab_content {
    display: none;
    padding: 40px 0 0;
    clear: both;
    overflow: hidden
}

@media (max-width: 959px) {
    .tab_content {
        padding: 0
    }
}

.tabs input:checked+.tab_item span {
    background-color: var(--common-buttonBackSecondColor, #17f898);
    color: var(--common-buttonTextColor, #000);
}

.btn03 {
    position: relative;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    background: transparent;
    border-radius: 10px;
    outline: none;
    transition: all 0.2s ease
}

.btn03:hover {
    border-color: transparent
}

.btn03 span {
    position: relative;
    z-index: 2;
    display: block;
    padding: 10px 0;
    background: #c6c6c6;
    border-radius: 10px;
    color: #000;
    border: solid 2px #000;
    transition: all 0.3s ease;
    white-space: nowrap;
}

/* 日本語以外の場合は強制的に3行表示にする */
body.ui-nj .btn03 span {
    white-space: normal;
    overflow-wrap: anywhere;
    height: 3rem;

    /* 上下中央表示 */
    display: flex;
    align-items: center;
    justify-content: center;
    /* *上下中央表示 */
}


@media (max-width: 959px) {
    .btn03 span {
        font-size: 0.8em
    }
}

.pushright:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 6px;
    left: 6px;
    width: 97%;
    height: 91%;
    border-radius: 10px;
    border: solid 2px
}

.pushright:hover span {
    background-color: #c6c6c6;
    color: #000;
    transform: translate(6px, 6px)
}

@media (max-width: 959px) {
    .pg_scroll-item--b {
        position: absolute;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        left: -9px;
        top: 200px;
        /* font-weight: bold; */
        background: #fff;
        padding: 30px 0px
    }
}

@media (max-width: 959px) {
    .pg_scroll-item--b:before {
        content: "";
        position: absolute;
        bottom: 11px;
        right: 6px;
        width: 1px;
        height: 5px;
        background: #000;
        transform: skewX(-31deg)
    }
}

@media (max-width: 959px) {
    .pg_scroll-item--b:after {
        content: "";
        position: absolute;
        bottom: 10px;
        right: 8px;
        width: 1px;
        height: 15px;
        background: #000
    }
}

@media (max-width: 959px) {
    .pg_search__keyword {
        width: 100%
    }
}

.pg_map-theme__list--btn {
    position: absolute;
    right: 30px;
    bottom: 20px
}

@media (max-width: 959px) {
    .pg_map-theme__list--btn {
        position: static;
        display: block;
        width: 60%;
        margin: 10px auto 0;
        text-align: center
    }
}

.map_btn {
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    outline: none;
    transition: ease .2s;
    background: #000;
    color: #fff;
    border-radius: 0.5rem;
}

.map_btn span {
    position: relative;
    z-index: 3;
    color: #fff
}

@media (min-width: 767px) {
    .map_btn:hover span {
        color: #000
    }
}

@media (min-width: 767px) {
    .bgcenterx:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        background: #fff;
        width: 100%;
        height: 100%;
        transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
        transform: scale(0, 1);
        transform-origin: top
    }
}

.bgcenterx:hover:before {
    transform: scale(1, 1)
}

@media (max-width: 959px) {
    .pg_search {
        display: block
    }
}

@media (max-width: 959px) {
    .pg_search__map {
        width: 100%
    }
}

.pg_search__map--figure {
    background: #fff;
    width: 100%
}

@media (max-width: 959px) {
    .pg_search__map--figure {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap
    }
}

.pg_search__map--figure-list {
    background: #fff;
    height: 350px;
    width: 440px;
    position: relative;
    margin: 0 auto
}

.pg_search__map--figure-a {
    position: absolute;
    width: 68.7px;
    top: 63px;
    right: auto;
    bottom: auto;
    left: 216px
}

.pg_search__map--figure-a span {
    color: #000;
    position: absolute;
    top: -15px;
    left: -20px
}

.pg_search__map--figure-b {
    width: 62.7px;
    position: absolute;
    top: 55px;
    right: auto;
    bottom: auto;
    left: 278px
}

.pg_search__map--figure-b span {
    color: #000;
    position: absolute;
    top: -25px;
    right: 20px
}

.pg_search__map--figure-c {
    width: 100.5px;
    position: absolute;
    top: 44px;
    right: auto;
    bottom: auto;
    left: 338px
}

.pg_search__map--figure-c span {
    color: #000;
    position: absolute;
    top: -20px;
    right: 35px
}

.pg_search__map--figure-d {
    width: 130.1px;
    position: absolute;
    top: 120px;
    right: auto;
    bottom: auto;
    left: 226px
}

.pg_search__map--figure-d span {
    color: #000;
    position: absolute;
    bottom: 0;
    right: -50px
}

.pg_search__map--figure-e {
    width: 109.7px;
    position: absolute;
    right: auto;
    top: 181px;
    bottom: auto;
    left: 235px
}

.pg_search__map--figure-e span {
    color: #000;
    position: absolute;
    bottom: -5px;
    right: -10px
}

.pg_search__map--figure-f {
    width: 96.4px;
    position: absolute;
    top: 165px;
    right: auto;
    bottom: auto;
    left: 155px
}

.pg_search__map--figure-f span {
    color: #000;
    position: absolute;
    bottom: 0;
    right: 10px
}

.pg_search__map--figure-g {
    width: 125.7px;
    position: absolute;
    top: 89px;
    right: auto;
    bottom: auto;
    left: 98px
}

.pg_search__map--figure-g span {
    color: #000;
    position: absolute;
    top: 0;
    left: 0px
}

.pg_search__map--figure-h {
    width: 180.9px;
    position: absolute;
    top: 135px;
    right: auto;
    bottom: auto;
    left: 0
}

.pg_search__map--figure-h span {
    color: #000;
    position: absolute;
    bottom: 15px;
    right: 80px
}

.is-hidden {
    display: none
}

.pg_block-more__link {
    position: relative;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 10px 44px;
    background: #000;
    border: none
}

.pg_block-more__link:before {
    content: "＞";
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 10px;
    background-image: none;
    transform: translateY(-50%) translateX(-50%);
    color: #fff
}

.pg_block-more__link:hover {
    color: #fff;
    opacity: 0.8
}

.tabTemplete,
.contetTemplete,
.mthemeTemplete {
    display: none;
}

.select_mtheme {
    display: block;
}
/* 左上テーマ名の文字数による設定 */
.g_tag_small__1 {
    top: 45px;
    left: 45px;
}
.g_tag_small__2 {
    top: 45px;
    left: 35px;
}
.g_tag_small__3 {
    top: 45px;
    left: 30px;
}
.g_tag_small__4 {
    top: 45px;
    left: 25px;
}
.g_tag_small__5 {
    top: 50px;
    left: 10px;
}
.g_tag_small__6 {
    top: 44px;
    left: 10px;
}
.g_tag_small__7 {
    top: 43px;
    left: 2px;
}
.g_tag_small__8 {
    top: 42px;
    left: -5px;
}
.g_tag_small__9 {
    top: 44px;
    left: 0px;
    margin-left: -8px;
}
.g_tag_small__10 {
    top: 26px;
    left: 0;
    width:90px;

}
@media screen and (max-width: 959px) {
    .g_tag_small__1 {
        top: 22px;
        left: 23px;
    }
    .g_tag_small__2 {
        top: 23px;
        left: 20px;
    }
    .g_tag_small__3 {
        top: 24px;
        left: 16px;
    }
    .g_tag_small__4 {
        top: 24px;
        left: 10px;
    }
    .g_tag_small__5 {
        top: 20px;
        left: 5px;
    }
    .g_tag_small__6 {
        top: 22px;
        left: 2px;
    }
    .g_tag_small__7 {
        top: 21px;
        left: 0;
    }
    .g_tag_small__8 {
        top: 12px;
        left:1px;
        width:49px;
        font-size: 1px;
    }
    .g_tag_small__9 {
        top: 16px;
        left:0;
        width:60px;
    }
    .g_tag_small__10 {
        top: 13px;
        left:0;
        width:60px;
    }
}