@charset "UTF-8";

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

}

.visual {
    background: url(/img/pt-main01.jpg) center center no-repeat;
    background-size: cover;
    background-color: #000;
    animation-duration: 1s;
    animation-fill-mode: backwards;
    animation-iteration-count: 1;
    animation-delay: .2s;
    position: relative;
    z-index: 1;
    background-image: none;
    padding-bottom: 56.25%;
}

.visual_inner {
    padding-bottom: 691px;
    z-index: 2;
}

.visual_title {
    position: absolute;
    z-index: 1;
    text-align: center;
    right: 80px;
    bottom: 60px;
}

.visual_title > img {
}

.exp {
    background-image: url(/img/pt-exp-spring.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    background-color: #71acf6;
}

.exp.-summer {
    background-image: url(/img/pt-exp-summer_2506.jpg);
    /* background-image: url(/img/pt-exp-summer.jpg); */
}

.exp.-autumn {
    /* background-image: url(/img/pt-exp-autumn_1809.jpg); */
}

.exp_inner {
    height: 900px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
}

.exp_wrap {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 auto;
    padding: 0 10px;
}

.exp_headline {
    font-size: 40px;
    font-weight: normal;
}

.exp_title {
    font-size: 26px;
    margin-bottom: 16px;
}

.exp_text {
    font-size: 18px;
    line-height: 1.9;
}

.plan {
    padding: 55px 0 50px;
    display: none;
}

.plan_inner {
}

.plan_title {
}

.plan_title > b {
}

.plan_title > small {
}

.plan_list {
    list-style: none;
    display: table;
    width: 100%;
    border: 1px solid #ccc;
}

.plan_list::after {
    content: "";
    display: block;
    clear: both;
}

.plan_list > li {
    display: table-cell;
    vertical-align: top;
    border-left: 1px solid #ccc;
    width: 33.3%;
}

.plan_list > li:first-child {
    border-left: none;
}

.plan_list > li:nth-child(2n+1) {
}

.plan_list > li:nth-child(n+3) {
}

.plan_list > li > a {
    display: block;
    padding: 20px;
    text-decoration: none;
    color: inherit;
}

.plan_list > li > a::before {
    content: "";
}

.plan_list > li > a::after {
    content: "";
}

.plan_item {
}

.plan_image {
    padding-bottom: 58%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 19px;
}

.plan_rank {
    background: url(/img/bg-rank01@2x.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 31px;
    height: 29px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    box-sizing: border-box;
    padding-top: 8px;
    position: relative;
    z-index: 1;
    top: 10px;
    left: 10px;
}

.plan_rank-no1 {
}

.plan_name {
    line-height: 1.6;
    margin-bottom: 10px;
    text-decoration: underline;
}

.plan_table {
    width: 100%;
    border: 1px solid #ccc;
}

.plan_table > tbody {
}

.plan_table > tbody > tr {
}

.plan_table > tbody > tr > th {
    background: #ecebe9;
    text-align: center;
    padding: 5px 5px;
    font-weight: normal;
    width: 53px;
    text-align: center;
}

.plan_table > tbody > tr > td {
    padding: 5px 5px;
    background: #fff;
}

.plan_rank-no2 {
    background-image: url(/img/bg-rank02@2x.png);
}

.plan_rank-no3 {
    background-image: url(/img/bg-rank03@2x.png);
}

.plan_rank-no4 {
    background-image: url(/img/bg-rank04@2x.png);
}

.plan_link {
    max-width: 270px;
    margin: 0 auto;
}

.plan_link > a {
}

.plan_link > a::before {
    content: "";
}

.plan_link > a::after {
    content: "";
}

.plan_link > a > .icon {
}

.charm {
    background: url(/img/bg-charm.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 81px 0 69px;
    background-color: #444549;
}

.charm_inner {
}

.charm_title {
}

.charm_text {
}

.charm_list {
    list-style: none;
}

.charm_list::after {
    content: "";
    display: block;
    clear: both;
}

.charm_list > li {
    width: 49%;
    float: left;
    margin-left: 2%;
}

.charm_list > li:first-child {
}

.charm_list > li:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
}

.charm_list > li:nth-child(n+3) {
    margin-top: 44px;
}

.charm_list > li > a {
    display: block;
    text-decoration: none;
    color: #fff;
    text-align: center;
    transition-duration: .3s;
    transition-property: transform;
}

.charm_list > li > a::before {
    content: "";
}

.charm_list > li > a::after {
    content: "";
}

.charm_fig {
}

.charm_fig > img {
    display: block;
    transition-duration: .3s;
    transition-property: transform;
}

.charm_fig > figcaption {
    margin-bottom: 0;
    margin-top: 10px;
}

.event {
    background: #f1f1f1;
    padding: 60px 0 70px;
    margin-bottom: 78px;
}

.event_inner {
}

.event_title {
    margin-bottom: 20px;
}

.event_title > b {
}

.event_title > small {
}

.event_list {
    list-style: none;
}

.event_list::after {
    content: "";
    display: block;
    clear: both;
}

.event_list > li {
    margin-top: 15px;
}

.event_list > li:first-child {
}

.event_list > li:nth-child(2n+1) {
}

.event_list > li:nth-child(n+3) {
}

.event_list > li > a {
    display: block;
    text-decoration: none;
    color: inherit;
    background: #fff;
}

.event_list > li > a::before {
    content: "";
}

.event_list > li > a::after {
    content: "";
}

.event_item {
}

.event_cols {
    display: table;
    width: 100%;
    position: relative;
    z-index: 1;
}

.event_cols::after {
    content: "";
    display: block;
    clear: both;
}

.event_col {
    display: table-cell;
    vertical-align: middle;
}

.event_col-no1 {
    width: 335px;
    padding-right: 37px;
}

.event_image {
    transition-duration: .3s;
    transition-property: opacity;
}

.event_image > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.event_col-no2 {
    padding-right: 50px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.event_headline {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 20px;
}

p.event_text {
    font-size: 14px;
    margin-top: 7px;
}

.event_dList {
    list-style: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: table;
    width: 100%;
    padding: 5px 0;
}

.event_dList::after {
    content: "";
    display: block;
    clear: both;
}

.event_dList > dt {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    padding-right: 17px;
    width: 3em;
}

.event_dList > dd {
    display: table-cell;
    vertical-align: middle;
}

.event_col-no3 {
    padding-right: 20px;
    width: 120px;
    padding-left: 50px;
}

.event_more {
    background: #22833f;
    color: #fff;
    text-align: center;
    line-height: 29px;
    font-size: 14px;
    transition-duration: .3s;
    transition-property: opacity;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    width: 157px;
}

.event_more > .icon {
    font-size: 11px;
    margin-right: 7px;
}

.areaNews {
    margin-bottom: 76px;
    margin-top: 76px;
}

.areaNews_inner {
}

.areaNews_cols {
}

.areaNews_cols::after {
    content: "";
    display: block;
    clear: both;
}

.areaNews_col {
}

.areaNews_col-no1 {
    width: calc(100% - 351px);
    float: left;
}

.news {
    position: relative;
    z-index: 1;
}

.news_title {
    text-align: left;
    margin-bottom: 9px;
    text-align: center;
    margin-bottom: 20px;
}

.news_title > b {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    display: block;
    margin-right: 0;
}

.news_title > small {
    display: inline-block;
    vertical-align: middle;
    display: block;
}

.news_list {
    list-style: none;
}

.news_list::after {
    content: "";
    display: block;
    clear: both;
}

.news_list > li {
}

.news_list > li:first-child {
}

.news_list > li:nth-child(2n+1) {
}

.news_list > li:nth-child(n+3) {
}

.news_list > li > a {
    display: block;
    text-decoration: none;
    color: inherit;
    font-size: 0;
    padding: 14px 0;
    border-bottom: 1px dashed #ccc;
    transition-duration: .3s;
    transition-property: background-color, color;
}

.news_list > li > a::before {
    content: "";
}

.news_list > li > a::after {
    content: "";
}

.news_list > li > a > time {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

.news_list > li > a > b {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: normal;
    margin-left: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 250px);
    color: #ed772f;
    text-decoration: underline;
}

.news_category {
    width: 90px;
    line-height: 20px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

[data-slug] {
    background: #45ba4a;
}

[data-slug="news"] {
    background: #0089e9;
}

[data-slug="status"] {
    background: #ff2400;
}

[data-slug="event"] {
    background: #ff76c0;
}

[data-slug="plan"] {
    background: #13b5b1;
}

.news_more {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 157px;
}

.news_more > a {
    line-height: 30px;
    font-size: 15px;
}

.news_more > a::before {
    content: "";
}

.news_more > a::after {
    content: "";
}

.news_more > a > .icon {
    font-size: 12px;
}

.areaNews_col-no2 {
    width: 300px;
    padding-top: 28px;
    float: right;
}

.fbArea {
    overflow: hidden;
    margin-bottom: 20px;
}

.fbArea > iframe {
    display: block;
    width: 100%;
}

.pamphlet {
    text-align: center;
}

.pamphlet a {
    display: inline-block;
}

.map {
}

.map_inner {
}

.map_title {
    text-align: center;
}

.map_image {
}

.map_image > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.enjoy {
    text-align: center;
    padding: 60px 0 86px;
    margin-top: 82px;
    border-top: 1px solid #ccc;
}

.enjoy_title {
    margin-bottom: 37px;
}

.enjoy_link > a {
    padding: 7px 0px;
}

.enjoy_link {
    max-width: 320px;
    margin: 50px auto 0;
}

.enjoy_bnr {
    display: block;
    margin: 20px auto 45px;
    padding: 0 15px;
    text-align: center;
}

.enjoy_bnr a {
    display: inline-block;
}

.enjoy_bnr .u-spInline {
    display: block !important;
    width: 500px;
    height: auto;
}

.enjoy_slide {
    opacity: 0;
}

.enjoy_slide.slick-initialized {
    opacity: 1;
}

.enjoy_item {
    width: 380px;
    margin: 0 15px;
}

.enjoy_fig {
}

.enjoy_fig > img {
    display: block;
    max-width: 100%;
    height: auto;
    transition-duration: .3s;
    transition-property: opacity;
}

.enjoy_fig > figcaption {
    line-height: 1.2;
    padding: 21px 5px;
    margin-bottom: 0;
}

.enjoy_fig-no1 > figcaption {
    background-color: #0068b7;
}

.enjoy_fig-no2 > figcaption {
    background-color: #b62b51;
}

.enjoy_fig-no3 > figcaption {
    background-color: #4cbab7;
}

.enjoy_fig-no4 > figcaption {
    background-color: #ffc600;
}

.enjoy_fig-no5 > figcaption {
    background-color: #22833f;
}

.enjoy_fig-no6 > figcaption {
    background-color: #ed6875;
}

.enjoy_fig-no7 > figcaption {
    background-color: #ff5a00;
}

.enjoy_fig-no8 > figcaption {
    background-color: #001c58;
}

.enjoy_fig-no9 > figcaption {
    background-color: #46ba4b;
}

.enjoy_item > a {
    display: block;
    text-decoration: none;
    color: #fff;
}

.enjoy_item > a::before {
    content: "";
}

.enjoy_item > a::after {
    content: "";
}

.enjoy_btn {
    font-size: 50px;
    line-height: 1;
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    height: 50px;
    margin: auto;
    color: #22833f;
    transition-duration: .3s;
    transition-property: transform;
}

.enjoy_btn::before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    z-index: 0;
    background: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 50%;
}

.enjoy_btn > .icon {
    display: block;
    z-index: 2;
}

.enjoy_btn-prev > .icon {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.enjoy_btn-prev {
    left: 30px;
}

.enjoy_btn-next {
    right: 30px;
}

.bnrNav {
    padding: 21px 0;
}

.bnrNav_inner {
    max-width: 1345px;
}

.bnrNav_list {
    list-style: none;
    font-size: 0;
    text-align: center;
}

.bnrNav_list::after {
    content: "";
    display: block;
    clear: both;
}

.bnrNav_list > li {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 5px;
}

.bnrNav_list > li:first-child {
}

.bnrNav_list > li:nth-child(2n+1) {
}

.bnrNav_list > li:nth-child(n+3) {
}

.bnrNav_list > li > a {
}

.bnrNav_list > li > a::before {
    content: "";
}

.bnrNav_list > li > a::after {
    content: "";
}

.bnrNav_list > li > a > img {
}

.useNav {
    background: #f1f1f1;
    padding: 46px 0;
}

.useNav_inner {
}

.useNav_title {
    color: #4cbab6;
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 33px;
}

.useNav_list {
    list-style: none;
}

.useNav_list::after {
    content: "";
    display: block;
    clear: both;
}

.useNav_list > li {
    width: 24.25%;
    float: left;
    margin-left: 1%;
}

.useNav_list > li:first-child {
}

.useNav_list > li:nth-child(4n+1) {
    clear: both;
    margin-left: 0;
}

.useNav_list > li:nth-child(n+5) {
    margin-top: 10px;
}

.useNav_list > li > a {
    display: block;
    line-height: 60px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: inherit;
    transition-duration: .3s;
    transition-property: background-color, color;
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 0 5px;
    background: #fff;
}

.useNav_list > li > a[target="_blank"]::before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e907";
    color: #007ea7;
    position: absolute;
    z-index: 1;
    display: block;
    right: 2px;
    bottom: 0px;
    font-size: 12px;
    line-height: 1;
}

.useNav_list > li > a[target="_blank"]::after {
    display: none;
}

.useNav_list > li > a::before {
    content: "";
}

.useNav_list > li > a::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 1px;
    right: 1px;
    border: 4px solid #4cbab6;
    border-top-color: transparent;
    border-left-color: transparent;
}

.useNav_list > li > a > .icon {
    color: #4cbab6;
    font-size: 24px;
    margin-right: 7px;
    transition-duration: .3s;
    transition-property: background-color, color;
}

.useNav_list > li > a > b {
    font-weight: bold;
    transition-duration: .3s;
    transition-property: background-color, color;
    font-size: 14px;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.useNav_list > li > a > b > small {
    font-size: inherit;
}

.visual_video {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.event_link {
    max-width: 320px;
    margin: 30px auto 0;
}

.event_link > a {
    font-size: 15px;
}

@media screen and (min-width:1000px) {
    .plan_list > li > a:hover {
    }

    a:hover .plan_name {
        text-decoration: none;
    }

    .plan_link > a:hover {
    }

    .charm_list > li > a:hover {
        opacity: 1;
    }

    a:hover .charm_fig > img {
        -webkit-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px);
    }

    .event_list > li > a:hover {
        opacity: 1;
    }

    a:hover .event_image {
        opacity: .7;
    }

    a:hover .event_more {
        opacity: .7;
    }

    .news_list > li > a:hover {
        background: #f1f1f1;
        opacity: 1;
    }

    .news_more > a:hover {
    }

    a:hover .enjoy_fig > img {
    }

    .enjoy_item > a:hover {
    }

    .enjoy_btn:hover {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    .bnrNav_list > li > a:hover {
    }

    .useNav_list > li > a:hover {
        background: #4cbab6;
        opacity: 1;
    }

    .useNav_list > li > a:hover > .icon {
        color: #fff;
    }

    .useNav_list > li > a:hover > b {
        color: #fff;
    }

}

@media screen and (max-width:1399px) {
    .visual {
        padding-bottom: 60.25%;
    }

}

@media screen and (max-width:1199px) {
    .useNav_list > li > a > b > small {
        font-size: 12px;
    }

}

@media screen and (max-width:999px) {
    .visual {
        padding-bottom: 73%;
        
    margin: 200px 0px 0px 0px;
}
    }

    .visual_inner {
        padding-bottom: 552px;
    }

    .visual_title {
        right: 5%;
        margin: auto;
        width: 209px;
        bottom: 40px;
    }

    .visual_title > img {
    }

    .exp {
    }

    .exp_inner {
        height: 820px;
    }

    .exp_headline {
        font-size: 30px;
    }

    .exp_title {
        font-size: 24px;
    }

    .exp_text {
        font-size: 16px;
    }

    .plan {
    }

    .plan_inner {
    }

    .plan_title {
    }

    .plan_title > b {
    }

    .plan_title > small {
    }

    .plan_list {
        display: block;
        width: auto;
        border: none;
        max-width: 530px;
        margin-left: auto;
        margin-right: auto;
        font-size: 0;
        text-align: center;
    }

    .plan_list::after {
    }

    .plan_list > li {
        display: inline-block;
        vertical-align: top;
        width: 49%;
        margin-left: 2%;
        border: none;
    }

    .plan_list > li:first-child {
    }

    .plan_list > li:nth-child(2n+1) {
        margin-left: 0;
        clear: both;
    }

    .plan_list > li:nth-child(n+3) {
        margin-top: 25px;
    }

    .plan_list > li > a {
        padding: 0;
    }

    .plan_list > li > a::before {
    }

    .plan_list > li > a::after {
    }

    .plan_item {
        font-size: 14px;
        text-align: left;
    }

    .plan_image {
    }

    .plan_rank {
    }

    .plan_rank-no1 {
    }

    .plan_name {
        text-decoration: none;
    }

    .plan_table {
    }

    .plan_table > tbody {
    }

    .plan_table > tbody > tr {
    }

    .plan_table > tbody > tr > th {
    }

    .plan_table > tbody > tr > td {
    }

    .plan_rank-no2 {
    }

    .plan_rank-no3 {
    }

    .plan_rank-no4 {
    }

    .plan_link {
    }

    .plan_link > a {
    }

    .plan_link > a::before {
    }

    .plan_link > a::after {
    }

    .plan_link > a > .icon {
    }

    .charm {
    }

    .charm_inner {
    }

    .charm_title {
    }

    .charm_text {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    .charm_list {
    }

    .charm_list::after {
    }

    .charm_list > li {
    }

    .charm_list > li:first-child {
    }

    .charm_list > li:nth-child(2n+1) {
    }

    .charm_list > li:nth-child(n+3) {
    }

    .charm_list > li > a {
    }

    .charm_list > li > a::before {
    }

    .charm_list > li > a::after {
    }

    .charm_fig {
    }

    .charm_fig > img {
    }

    .charm_fig > figcaption {
    }

    .event {
    }

    .event_inner {
    }

    .event_title {
    }

    .event_title > b {
    }

    .event_title > small {
    }

    .event_list {
    }

    .event_list::after {
    }

    .event_list > li {
    }

    .event_list > li:first-child {
    }

    .event_list > li:nth-child(2n+1) {
    }

    .event_list > li:nth-child(n+3) {
    }

    .event_list > li > a {
    }

    .event_list > li > a::before {
    }

    .event_list > li > a::after {
    }

    .event_item {
    }

    .event_cols {
    }

    .event_cols::after {
    }

    .event_col {
    }

    .event_col-no1 {
        padding-right: 20px;
        width: 180px;
    }

    .event_image {
    }

    .event_image > img {
    }

    .event_col-no2 {
    }

    .event_headline {
        margin-bottom: 10px;
    }

    .event_dList {
    }

    .event_dList::after {
    }

    .event_dList > dt {
    }

    .event_dList > dd {
    }

    .event_col-no3 {
        width: 100px;
        padding-left: 20px;
    }

    .event_more {
        font-size: 12px;
    }

    .event_more > .icon {
    }

    .areaNews {
    }

    .areaNews_inner {
    }

    .areaNews_cols {
    }

    .areaNews_cols::after {
    }

    .areaNews_col {
    }

    .areaNews_col-no1 {
    }

    .news {
    }

    .news_title {
    }

    .news_title > b {
    }

    .news_title > small {
    }

    .news_list {
    }

    .news_list::after {
    }

    .news_list > li {
    }

    .news_list > li:first-child {
    }

    .news_list > li:nth-child(2n+1) {
    }

    .news_list > li:nth-child(n+3) {
    }

    .news_list > li > a {
        padding: 10px 0;
    }

    .news_list > li > a::before {
    }

    .news_list > li > a::after {
    }

    .news_list > li > a > time {
        font-size: 12px;
    }

    .news_list > li > a > b {
        display: block;
        font-size: 14px;
        max-width: none;
        margin: 5px 0 0;
    }

    .news_category {
    }

    .news_category[data-slug] {
    }

    .news_category[data-slug="event"] {
    }

    .news_more {
        position: static;
        margin: 16px auto 0;
        width: auto;
    }

    .news_more > a {
        line-height: 46px;
    }

    .news_more > a::before {
    }

    .news_more > a::after {
    }

    .news_more > a > .icon {
    }

    .areaNews_col-no2 {
        padding-left: 20px;
    }

    .fbArea {
    }

    .fbArea > iframe {
    }

    .map {
    }

    .map_inner {
    }

    .map_title {
    }

    .map_image {
    }

    .map_image > img {
    }

    .enjoy {
    }

    .enjoy_title {
    }

    .enjoy_slide {
    }

    .enjoy_slide.slick-initialized {
    }

    .enjoy_item {
        width: 310px;
    }

    .enjoy_fig {
    }

    .enjoy_fig > img {
    }

    .enjoy_fig > figcaption {
    }

    .enjoy_fig-no1 > figcaption {
    }

    .enjoy_fig-no2 > figcaption {
    }

    .enjoy_fig-no3 > figcaption {
    }

    .enjoy_fig-no4 > figcaption {
    }

    .enjoy_fig-no5 > figcaption {
    }

    .enjoy_fig-no6 > figcaption {
    }

    .enjoy_fig-no7 > figcaption {
    }

    .enjoy_fig-no8 > figcaption {
    }

    .enjoy_fig-no9 > figcaption {
    }

    .enjoy_item > a {
    }

    .enjoy_item > a::before {
    }

    .enjoy_item > a::after {
    }

    .enjoy_btn {
    }

    .enjoy_btn::before {
    }

    .enjoy_btn > .icon {
    }

    .enjoy_btn-prev > .icon {
    }

    .enjoy_btn-prev {
        left: 2%;
    }

    .enjoy_btn-next {
        right: 2%;
    }

    .bnrNav {
    }

    .bnrNav_inner {
    }

    .bnrNav_list {
        max-width: 700px;
        margin: 0 auto;
    }

    .bnrNav_list::after {
    }

    .bnrNav_list > li {
    }

    .bnrNav_list > li:first-child {
    }

    .bnrNav_list > li:nth-child(2n+1) {
    }

    .bnrNav_list > li:nth-child(n+3) {
    }

    .bnrNav_list > li > a {
    }

    .bnrNav_list > li > a::before {
    }

    .bnrNav_list > li > a::after {
    }

    .bnrNav_list > li > a > img {
    }

    .useNav {
    }

    .useNav_inner {
    }

    .useNav_title {
    }

    .useNav_list {
        max-width: 700px;
        margin: 0 auto;
    }

    .useNav_list::after {
    }

    .useNav_list > li {
        width: 49%;
    }

    .useNav_list > li:first-child {
    }

    .useNav_list > li:nth-child(2n+1) {
        clear: both;
        margin-left: 0;
    }

    .useNav_list > li:nth-child(n+3) {
        margin-top: 5px;
    }

    .useNav_list > li > a {
    }

    .useNav_list > li > a[target="_blank"]::before {
    }

    .useNav_list > li > a[target="_blank"]::after {
    }

    .useNav_list > li > a::before {
    }

    .useNav_list > li > a::after {
    }

    .useNav_list > li > a > .icon {
    }

    .useNav_list > li > a > b {
    }

    .useNav_list > li > a > b > small {
    }

    .visual {
    /*padding-bottom: 73%;*/
    margin: 150px 0px 0px 0px;

}

@media screen and (max-width:699px) {
    .visual {
        padding-bottom: 75%;
        margin: 80px 0px 0px 0px;
    }

    .visual_inner {
        padding-bottom: 345px;
    }

    .visual_title {
        width: 131px;
        right: 2%;
        bottom: 20px;
    }

    .visual_title > img {
    }

    .exp {
    }

    .exp_inner {
        height: 520px;
    }

    .exp_headline {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .exp_title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .exp_text {
        font-size: 14px;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        text-shadow: 0 0 11px #1d3a96;
    }

    .plan {
        padding: 45px 0;
    }

    .plan_inner {
    }

    .plan_title {
    }

    .plan_title > b {
    }

    .plan_title > small {
    }

    .plan_list {
    }

    .plan_list::after {
    }

    .plan_list > li {
    }

    .plan_list > li:first-child {
    }

    .plan_list > li:nth-child(2n+1) {
    }

    .plan_list > li:nth-child(n+3) {
    }

    .plan_list > li > a {
    }

    .plan_list > li > a::before {
    }

    .plan_list > li > a::after {
    }

    .plan_item {
    }

    .plan_image {
    }

    .plan_rank {
        font-size: 10px;
        width: 23px;
        height: 20px;
        padding-top: 4px;
        left: 5px;
        top: 5px;
    }

    .plan_rank-no1 {
    }

    .plan_name {
    }

    .plan_table {
        font-size: 12px;
    }

    .plan_table > tbody {
    }

    .plan_table > tbody > tr {
    }

    .plan_table > tbody > tr > th {
    }

    .plan_table > tbody > tr > td {
    }

    .plan_rank-no2 {
    }

    .plan_rank-no3 {
    }

    .plan_rank-no4 {
    }

    .plan_link {
    }

    .plan_link > a {
    }

    .plan_link > a::before {
    }

    .plan_link > a::after {
    }

    .plan_link > a > .icon {
    }

    .charm {
        padding: 45px 0;
    }

    .charm_inner {
    }

    .charm_title {
    }

    .charm_text {
    }

    .charm_list {
    }

    .charm_list::after {
    }

    .charm_list > li {
    }

    .charm_list > li:first-child {
    }

    .charm_list > li:nth-child(2n+1) {
    }

    .charm_list > li:nth-child(n+3) {
        margin-top: 20px;
    }

    .charm_list > li > a {
    }

    .charm_list > li > a::before {
    }

    .charm_list > li > a::after {
    }

    .charm_fig {
    }

    .charm_fig > img {
    }

    .charm_fig > figcaption {
        font-size: 14px;
    }

    .event {
        padding: 45px 0;
        margin-bottom: 45px;
    }

    .event_inner {
    }

    .event_title {
    }

    .event_title > b {
    }

    .event_title > small {
    }

    .event_list {
    }

    .event_list::after {
    }

    .event_list > li {
    }

    .event_list > li:first-child {
    }

    .event_list > li:nth-child(2n+1) {
    }

    .event_list > li:nth-child(n+3) {
    }

    .event_list > li > a {
        padding: 10px;
    }

    .event_list > li > a::before {
    }

    .event_list > li > a::after {
    }

    .event_item {
    }

    .event_cols {
        display: block;
        width: auto;
    }

    .event_cols::after {
    }

    .event_col {
        display: block;
        width: auto;
        padding: 0;
    }

    .event_col-no1 {
    }

    .event_image {
        text-align: center;
        margin-bottom: 10px;
    }

    .event_image > img {
    }

    .event_col-no2 {
    }

    .event_headline {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .event_dList {
    }

    .event_dList::after {
    }

    .event_dList > dt {
    }

    .event_dList > dd {
    }

    .event_col-no3 {
    }

    .event_more {
        font-size: 14px;
        line-height: 42px;
        position: static;
        margin-left: auto;
        margin-top: 10px;
        width: auto;
    }

    .event_more > .icon {
    }

    .areaNews {
        margin-bottom: 45px;
        margin-top: 45px;
    }

    .areaNews_inner {
    }

    .areaNews_cols {
        display: block;
        width: auto;
    }

    .areaNews_cols::after {
    }

    .areaNews_col {
        display: block;
        width: auto;
        padding: 0;
        float: none;
    }

    .areaNews_col-no1 {
        margin-bottom: 25px;
    }

    .news {
    }

    .news_title {
    }

    .news_title > b {
    }

    .news_title > small {
    }

    .news_list {
    }

    .news_list::after {
    }

    .news_list > li {
    }

    .news_list > li:first-child {
    }

    .news_list > li:nth-child(2n+1) {
    }

    .news_list > li:nth-child(n+3) {
    }

    .news_list > li > a {
    }

    .news_list > li > a::before {
    }

    .news_list > li > a::after {
    }

    .news_list > li > a > time {
        font-size: 10px;
    }

    .news_list > li > a > b {
    }

    .news_category {
        font-size: 11px;
        width: 78px;
        margin-left: 10px;
    }

    .news_category[data-slug] {
    }

    .news_category[data-slug="event"] {
    }

    .news_more {
        width: auto;
    }

    .news_more > a {
        line-height: 42px;
    }

    .news_more > a::before {
    }

    .news_more > a::after {
    }

    .news_more > a > .icon {
    }

    .areaNews_col-no2 {
    }

    .fbArea {
        max-width: 300px;
        margin: 0 auto 20px;
    }

    .fbArea > iframe {
    }

    .map {
    }

    .map_inner {
    }

    .map_title {
    }

    .map_image {
    }

    .map_image > img {
    }

    .enjoy {
        padding: 45px 0;
        margin-top: 45px;
    }

    .enjoy_title {
        margin-bottom: 15px;
    }

    .enjoy_slide {
    }

    .enjoy_slide.slick-initialized {
    }

    .enjoy_item {
        width: 220px;
        margin: 0 5px;
    }

    .enjoy_fig {
    }

    .enjoy_fig > img {
    }

    .enjoy_fig > figcaption {
        font-size: 14px;
        padding: 15px 0;
    }

    .enjoy_fig-no1 > figcaption {
    }

    .enjoy_fig-no2 > figcaption {
    }

    .enjoy_fig-no3 > figcaption {
    }

    .enjoy_fig-no4 > figcaption {
    }

    .enjoy_fig-no5 > figcaption {
    }

    .enjoy_fig-no6 > figcaption {
    }

    .enjoy_fig-no7 > figcaption {
    }

    .enjoy_fig-no8 > figcaption {
    }

    .enjoy_fig-no9 > figcaption {
    }

    .enjoy_item > a {
    }

    .enjoy_item > a::before {
    }

    .enjoy_item > a::after {
    }

    .enjoy_btn {
        font-size: 36px;
        height: 36px;
    }

    .enjoy_btn::before {
        width: 20px;
        height: 20px;
    }

    .enjoy_btn > .icon {
    }

    .enjoy_btn-prev > .icon {
    }

    .enjoy_btn-prev {
    }

    .enjoy_btn-next {
    }

    .enjoy_bnr {
        margin: 10px auto 35px;
    }

    .enjoy_bnr a {
    }

    .bnrNav {
        padding: 25px 0;
    }

    .bnrNav_inner {
    }

    .bnrNav_list {
        max-width: 320px;
    }

    .bnrNav_list::after {
    }

    .bnrNav_list > li {
        margin: 0;
        width: 49%;
        margin-left: 2%;
    }

    .bnrNav_list > li:first-child {
    }

    .bnrNav_list > li:nth-child(2n+1) {
        margin-left: 0;
    }

    .bnrNav_list > li:nth-child(n+3) {
        margin-top: 5px;
    }

    .bnrNav_list > li > a {
    }

    .bnrNav_list > li > a::before {
    }

    .bnrNav_list > li > a::after {
    }

    .bnrNav_list > li > a > img {
    }

    .useNav {
        padding: 45px 0;
    }

    .useNav_inner {
    }

    .useNav_title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .useNav_list {
    }

    .useNav_list::after {
    }

    .useNav_list > li {
        width: 100%;
        float: none;
        margin-left: 0;
    }

    .useNav_list > li:first-child {
    }

    .useNav_list > li:nth-child(4n+1) {
    }

    .useNav_list > li:nth-child(n+2) {
        margin-top: 5px;
    }

    .useNav_list > li > a {
        line-height: 42px;
    }

    .useNav_list > li > a[target="_blank"]::before {
    }

    .useNav_list > li > a[target="_blank"]::after {
    }

    .useNav_list > li > a::before {
    }

    .useNav_list > li > a::after {
    }

    .useNav_list > li > a > .icon {
    }

    .useNav_list > li > a > b {
    }

    .useNav_list > li > a > b > small {
    }

    .event_link > a {
        font-size: 14px;
    }

    .event_link {
        max-width: none;
        margin-top: 15px;
    }

}
