@charset "UTF-8";
.gPageTop {
    margin-top: 0;
}
.intro {
    margin-bottom: 55px;
}
.intro_inner {
    max-width: 790px;
}
.intro_title {}
.intro_image {
    text-align: center;
    margin-bottom: 11px;
}
.intro_image > img {}
.intro_text {
    line-height: 1.5;
}
.profileNav {
    margin-bottom: 18px;
}
.profileNav_inner {
    max-width: 865px;
}
.profileNav_list {
    list-style: none;
    display: flex;
    flex-direction: row;
}
.profileNav_list::after {
    content: "";
    display: block;
    clear: both;
}
.profileNav_list > li {
    width: 32%;
    margin-left: 2%;
}
.profileNav_list > li:first-child {
    margin-left: 0;
}
.profileNav_list > li:nth-child(2n+1) {}
.profileNav_list > li:nth-child(n+3) {}
.profileNav_list > li > button {
    line-height: 1.2;
    min-height: 62px;
    height: 100%;
}
.profileNav_list > li > button::before {
    content: "";
}
.profileNav_list > li > button::after {
    content: "";
    display: block;
    border: 16px solid rgb(107, 176, 43);
    position: absolute;
    z-index: 1;
    bottom: -16px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-bottom: none;
    border-right-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
    opacity: 0;
    transition-duration: .3s;
    transition-property: opacity;
}
.profileNav_list > li > button.isCurrent::after {
    opacity: 1;
}
.contents {
    padding: 20px 0 89px;
    height: 0;
    transform: scale(0);
    overflow: hidden;
    padding: 0;
}
.contents.isCurrent {
    transform: scale(1);
    height: auto;
    overflow: auto;
    padding: 20px 0 89px;
}
.areaSeason {}
.areaSeason_title {}
.season {
    position: relative;
    z-index: 1;
    margin-bottom: 12px;
}
.season:last-of-type {
    margin-bottom: 0;
}
.season::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    opacity: .5;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
}
.season_inner {
    box-sizing: border-box;
    padding: 27px 0;
}
.season_inner-left {
    padding-left: 165px;
    padding-right: 18px;
}
.season_inner-right {
    padding-right: 165px;
    padding-left: 18px;
}
.season_title {
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    background: #fff;
    width: 122px;
    text-align: center;
    line-height: 335px;
}
[lang="en"] .season_title {
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.season_title-left {
    left: 0;
}
[lang="en"] .season_title > img {
    display: block;
    margin: 0 auto;
}
.season_title > img {
    vertical-align: middle;
}
.season_title > b {
    display: block;
    font-size: 20px;
    font-family: serif;
    font-weight: normal;
    color: #ff0250;
    margin-top: 10px;
}
.season_title > b.-summer {
    color: #0c8c2a;
}
.season_title > b.-autumn {
    color: #febd09;
}
.season_title > b.-winter {
    color: #0293ad;
}
.season_cols {}
.season_cols::after {
    content: "";
    display: block;
    clear: both;
}
.season_col {
    width: 50%;
}
.season_col-no1 {}
.season_col-left {
    float: left;
}
.season_image {}
.season_image > img {}
.season_col-no2 {
    width: 47%;
}
.season_col-right {
    float: right;
}
.season_imgList {
    list-style: none;
    margin-bottom: 11px;
}
.season_imgList::after {
    content: "";
    display: block;
    clear: both;
}
.season_imgList > li {
    width: 49%;
    float: left;
    margin-left: 2%;
}
.season_imgList > li:first-child {
    margin-left: 0;
}
.season_imgList > li:nth-child(2n+1) {}
.season_imgList > li:nth-child(n+3) {}
.season_imgList > li > img {}
.season_text {
    font-size: 12px;
    line-height: 1.5;
}
.season_title-right {
    right: 0;
}
.season_title-right > img {}
.season-spring::after {
    background: #dec7d8;
}
.season-summer::after {
    background: #bff8c8;
}
.season-autumn::after {
    background: #e4d6b0;
}
.season-winter::after {
    background: #c2e4e9;
}
.areaHistory {
    margin-top: -20px;
    padding: 20px 0 15px;
}
.areaHistory_inner {
    margin: 0 auto;
    padding: 0 2%;
    max-width: 790px;
}
.areaHistory_inner p {
    margin-bottom: 1em;
}
.history_col2 {
    overflow: hidden;
    margin-bottom: 25px;
}
.history_col2 p {
    margin-bottom: 8px;
}
.history_col2 .history_colL {
    float: left;
    width: 48%;
}
.history_col2 .history_colR {
    float: right;
    width: 48%;
}
.areaMonument {
    padding: 30px 0;
}
.monument_list {
    list-style: none;
}
.monument_list::after {
    content: "";
    display: block;
    clear: both;
}
.monument_list > li {
    box-sizing: border-box;
    width: 32%;
    float: left;
    margin-left: 2%;
    border: 1px solid #d8d8d8;
    text-align: center;
}
.monument_list > li:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
}
.monument_list > li:nth-child(n+4) {
    margin-top: 20px;
}
.monument_list .monument_pic img {
    height: auto;
    width: 100%;
}
.monument_list .monument_txt {
    padding: 3px 0;
    font-size: 18px;
    box-sizing: border-box;
    min-height: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
}
.areaWonder_inner {
    margin: 0 auto;
    padding: 0 2%;
    max-width: 790px;
}
.areaWonder_inner ul li {
    overflow: hidden;
    margin-bottom: 20px;
}
.areaWonder_inner .wonder_colL {
    float: left;
    width: 48%;
}
.areaWonder_inner .wonder_colR {
    float: right;
    width: 48%;
}
.areaWonder_inner .cap {
    font-size: 12px;
    margin-top: 5px;
}
.areaWonder_inner .wonder_colR h4 {
    font-size: 18px;
    margin-bottom: 5px;
}
.areaWonder_inner .wonder_colR p {
    font-size: 14px;
    line-height: 1.4;
}
@media screen and (min-width:960px) {
    .profileNav_list > li > button:hover {}
}
@media screen and (max-width:959px) {
    .gPageTop {}
    .intro {}
    .intro_inner {}
    .intro_title {}
    .intro_image {}
    .intro_image > img {}
    .intro_text {
        line-height: inherit;
    }
    .profileNav {}
    .profileNav_inner {}
    .profileNav_list {}
    .profileNav_list::after {}
    .profileNav_list > li {}
    .profileNav_list > li:first-child {}
    .profileNav_list > li:nth-child(2n+1) {}
    .profileNav_list > li:nth-child(n+3) {}
    .profileNav_list > li > button {}
    .profileNav_list > li > button::before {}
    .profileNav_list > li > button::after {}
    .profileNav_list > li > button.isCurrent::after {}
    .contents {}
    .contents.isCurrent {}
    .areaSeason {}
    .areaSeason_title {}
    .season {}
    .season:last-of-type {}
    .season::after {}
    .season_inner {}
    .season_inner-left {
        padding-right: 10px;
        padding-left: 90px;
    }
    .season_inner-right {
        padding-right: 90px;
        padding-left: 10px;
    }
    .season_title {
        width: 80px;
        line-height: 100px;
    }
    .season_title-left {}
    .season_title > img {
        width: 60px;
    }
    .season_cols {}
    .season_cols::after {}
    .season_col {
        width: 49%;
    }
    .season_col-no1 {}
    .season_col-left {}
    .season_image {}
    .season_image > img {}
    .season_col-no2 {}
    .season_col-right {}
    .season_imgList {}
    .season_imgList::after {}
    .season_imgList > li {}
    .season_imgList > li:first-child {}
    .season_imgList > li:nth-child(2n+1) {}
    .season_imgList > li:nth-child(n+3) {}
    .season_imgList > li > img {}
    .season_text {}
    .season_title-right {}
    .season_title-right > img {}
    .season_title > b {
        font-size: 18px;
    }
    .season-spring::after {}
    .season-summer::after {}
    .season-autumn::after {}
    .season-winter::after {}
    .monument_list > li {
        width: 49%;
    }
    .monument_list > li:first-child {}
    .monument_list > li:nth-child(3n+1) {
        margin-left: 2%;
        clear: none;
    }
    .monument_list > li:nth-child(2n+1) {
        margin-left: 0;
        clear: both;
    }
    .monument_list > li:nth-child(n+3) {
        margin-top: 15px;
    }
    .monument_list .monument_txt {
        font-size: 16px;
    }
}
@media screen and (max-width:699px) {
    .gPageTop {}
    .gFooter {
        padding-top: 0;
    }
    .intro {
        margin-bottom: 35px;
    }
    .intro_inner {}
    .intro_title {}
    .intro_image {}
    .intro_image > img {}
    .intro_text {}
    .profileNav {}
    .profileNav_inner {}
    .profileNav_list {}
    .profileNav_list::after {}
    .profileNav_list > li {}
    .profileNav_list > li:first-child {}
    .profileNav_list > li:nth-child(2n+1) {}
    .profileNav_list > li:nth-child(n+3) {}
    .profileNav_list > li > button {
        padding: 5px 3px;
        line-height: 1.4;
        font-size: 13px;
    }
    .profileNav_list > li > button::before {}
    .profileNav_list > li > button::after {}
    .profileNav_list > li > button.isCurrent::after {}
    .contents {}
    .contents.isCurrent {
        padding-bottom: 45px;
    }
    .areaSeason {}
    .areaSeason_title {}
    .season {
        margin-bottom: 0;
    }
    .season:last-of-type {}
    .season::after {}
    .season_inner {
        padding: 0;
    }
    .season_inner-left {}
    .season_inner-right {}
    .season_title {
        position: static;
        width: auto;
        line-height: 1;
        padding: 10px 10px;
        margin-bottom: 10px;
    }
    .season_title-left {}
    .season_title > img {
        width: 40px;
    }
    .season_cols {
        padding: 0 10px 10px;
        max-width: 350px;
        margin: 0 auto;
    }
    .season_cols::after {}
    .season_col {
        width: auto;
        float: none;
    }
    .season_col-no1 {}
    .season_col-left {}
    .season_image {
        margin-bottom: 10px;
    }
    .season_image > img {}
    .season_col-no2 {}
    .season_col-right {}
    .season_imgList {}
    .season_imgList::after {}
    .season_imgList > li {}
    .season_imgList > li:first-child {}
    .season_imgList > li:nth-child(2n+1) {}
    .season_imgList > li:nth-child(n+3) {}
    .season_imgList > li > img {}
    .season_text {
        font-size: inherit;
        line-height: inherit;
    }
    .season_title-right {}
    .season_title-right > img {}
    .season-spring::after {}
    .season-summer::after {}
    .season-autumn::after {}
    .season-winter::after {}
    .areaHistory_inner {
        width: 95%;
    }
    .areaHistory_inner p {
        margin-bottom: 1em;
    }
    .history_col2 {
        margin-bottom: 0;
    }
    .areaWonder_inner {
        width: 95%;
    }
    . .areaWonder_inner ul li {
        margin-bottom: 0;
    }
    .areaWonder_inner .wonder_colL,
    .areaWonder_inner .wonder_colR {
        float: none;
        margin-bottom: 16px;
        text-align: center;
        width: 100%;
    }
    .areaWonder_inner .wonder_colR {
        text-align: left;
    }
    .monument_list > li {
        width: auto;
        float: none;
        margin: 0;
    }
    .monument_list > li:first-child {}
    .monument_list > li:nth-child(3n+1) {}
    .monument_list > li:nth-child(n+2) {
        margin-top: 10px;
    }
    .monument_list .monument_txt {
        font-size: 14px;
        min-height: 36px;
    }
    .monument_list {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width:539px) {
    .history_col2 .history_colL,
    .history_col2 .history_colR {
        float: none;
        margin-bottom: 16px;
        text-align: center;
        width: 100%;
    }
    .history_col2 .history_text {
        margin-top: -8px;
        text-align: left;
    }
}
