@charset "utf-8";

/*********************************************************************
 *
 *  For TIKCETS
 *
*********************************************************************/

/* contents */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    #contents {
        background: #e9516a;
        background: -webkit-linear-gradient(left, #ffceae 0%, #ff918a 50%, #ffa492 100%);
        background: linear-gradient(to right, #ffceae 0%, #ff918a 50%, #ffa492 100%);
    }

    #contents::before,
    #contents::after {
        content: "";
        position: absolute;
        top: 130px;
        width: 500px;
        height: 500px;
        display: block;
        background-size: contain;
        background-position: center center;
        z-index: 1;
    }

    #contents::before {
        left: -200px;
        background-image: url(../img/yashi_1.png);
    }

    #contents::after {
        right: -200px;
        background-image: url(../img/yashi_2.png);
    }
}

@media screen and (max-width: 767px) {
    #contents {
        background: #e9516a;
        background: -webkit-linear-gradient(left, #ffceae 0%, #ff918a 50%, #ffa492 100%);
        background: linear-gradient(to right, #ffceae 0%, #ff918a 50%, #ffa492 100%);
    }

    #contents::before,
    #contents::after {
        content: "";
        position: absolute;
        top: 80px;
        width: 100px;
        height: 100px;
        display: block;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
    }

    #contents::before {
        left: -20px;
        background-image: url(../img/yashi_1.png);
    }

    #contents::after {
        right: -20px;
        background-image: url(../img/yashi_2.png);
    }
}

/* nav_p_wrap */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    .nav_p_wrap {
        position: relative;
        margin-bottom: 40px;
        z-index: 2;
    }

    .nav_p_wrap .list {
        display: flex;
        margin: 0 auto;
        width: 826px;
    }

    .nav_p_wrap .list li {
        width: 20%;
        height: 44px;
        background-color: #FFF;
    }

    .nav_p_wrap .list li a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        color: #FFF;
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        background-image: url(../img/nav_ico.svg);
        background-size: 10px auto;
        background-repeat: no-repeat;
        background-position: right 10px center;
    }

    .nav_p_wrap .list li:nth-child(1) a {
        background-color: #f56233;
    }

    .nav_p_wrap .list li:nth-child(2) a {
        background-color: #1267c7;
    }

    .nav_p_wrap .list li:nth-child(3) a {
        background-color: #de0245;
    }

    .nav_p_wrap .list li:nth-child(4) a {
        background-color: #009c00;
    }

    .nav_p_wrap .list li:nth-child(5) a {
        background-color: #a233e9;
    }

}

@media screen and (max-width: 767px) {
    .nav_p_wrap {
        position: relative;
        margin-bottom: 30px;
        z-index: 2;
    }

    .nav_p_wrap .list {
        display: flex;
        flex-wrap: wrap;
    }

    .nav_p_wrap .list li {
        width: 100%;
        background-color: #FFF;
    }

    .nav_p_wrap .list li a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        color: #FFF;
        font-weight: bold;
        line-height: 30px;
        text-align: center;
        background-image: url(../img/nav_ico.svg);
        background-size: 10px auto;
        background-repeat: no-repeat;
        background-position: right 10px center;
    }

    .nav_p_wrap .list li:nth-child(1) a {
        background-color: #f56233;
    }

    .nav_p_wrap .list li:nth-child(2) a {
        background-color: #1267c7;
    }

    .nav_p_wrap .list li:nth-child(3) a {
        background-color: #de0245;
    }

    .nav_p_wrap .list li:nth-child(4) a {
        background-color: #009c00;
    }

    .nav_p_wrap .list li:nth-child(5) a {
        background-color: #a233e9;
    }
}

@media print,
screen and (min-width: 768px) {
    #contents a.linkNone {
        position: relative;
        cursor: default;
        opacity: 1 !important;
    }

    #contents a.linkNone::after {
        content: "Comming soon";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.6rem;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 900;
        letter-spacing: 0.2rem;
        background-color: rgba(255, 255, 255, 0.5);
    }
}

@media screen and (max-width: 767px) {
    #contents a.linkNone {
        position: relative;
        cursor: default;
        opacity: 1 !important;
    }

    #contents a.linkNone::after {
        content: "Comming soon";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.2rem;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 900;
        letter-spacing: 0.1rem;
        background-color: rgba(255, 255, 255, 0.5);
    }
}

/* ippan_wrap */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    .ippan_wrap {
        margin-bottom: 40px;
        z-index: 2;
    }

    .ippan_wrap h3 {
        color: #FFF;
        font-size: 2.4rem;
        font-weight: bold;
        line-height: 50px;
        text-align: center;
        background-color: #f56233;
    }

    .ippan_wrap h3 .ttl {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .ippan_wrap h3 .giga {
        display: inline-block;
        margin-right: 10px;
        width: 110px;
    }

    .ippan_wrap h3 span {
        font-size: 1.2rem;
        font-weight: normal;
    }

    .ippan_wrap .info {
        padding: 35px;
        background-color: rgba(255, 255, 255, 0.9);
    }

    .ippan_wrap .info .price {
        margin-bottom: 20px;
        display: flex;
        justify-content: space-between;
    }

    .ippan_wrap .info .price li {
        position: relative;
        width: 330px;
    }

    .ippan_wrap .info .price li.soldout::after {
        content: "";
        position: absolute;
        left: 0;
        top: 20px;
        width: 100%;
        height: 52px;
        background: url(../img/ico_soldout.png) center center no-repeat;
        background-size: 156px 52px;
    }

    .ippan_wrap .info .price li h4 {
        margin-bottom: 10px;
        color: #FFF;
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 26px;
        text-align: center;
        background-color: #f56233;
    }

    .ippan_wrap .info .price li .desc {
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
    }

    .ippan_wrap .info .note {
        margin-bottom: 20px;
        font-size: 1.1rem;
        line-height: 2;
        letter-spacing: 0rem;
    }

    .ippan_wrap .btnPre {
        position: relative;
    }

    .ippan_wrap .btnPre a {
        position: absolute;
        top: 64.5%;
        width: 34.5%;
        display: block;
        height: 27%;
        background-color: #FFF;
        opacity: 0;
    }

    .ippan_wrap .btnPre a.btn1 {
        left: 26%;
    }

    .ippan_wrap .btnPre a.btn2 {
        left: 63%;
    }

    .ippan_wrap .btnPre a:hover {
        opacity: 0.5;
    }

    .ippan_wrap .playguide {
        display: flex;
        justify-content: space-between;
        padding: 15px 20px 5px;
        background-color: #f56233;
    }

    .ippan_wrap .playguide h4 {
        width: 150px;
    }

    .ippan_wrap .playguide .listpg {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 540px;
    }

    .ippan_wrap .playguide .listpg li {
        margin-bottom: 10px;
        width: 32%;
    }

    .ippan_wrap .playguide .listpg li a {
        display: block;
    }

    .ippan_wrap .lang {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .ippan_wrap .lang h6 {
        padding: 5px 10px;
        margin-right: 20px;
        border: 1px solid #000;
        font-size: 1.2rem;
        line-height: 1;
    }

    .ippan_wrap .lang a {
        font-size: 1.6rem;
        color: #f56233;
    }

    .ippan_wrap .lang a:hover {
        text-decoration: underline;
    }

    .ippan_wrap .btnClub {
        display: block;
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .ippan_wrap {
        margin-bottom: 30px;
        z-index: 2;
    }

    .ippan_wrap h3 {
        padding: 10px;
        color: #FFF;
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
        background-color: #f56233;
    }

    .ippan_wrap h3 .giga {
        display: block;
        margin: 0 auto 5px;
        width: 85px;
    }

    .ippan_wrap h3 span {
        display: block;
        font-size: 1.2rem;
        font-weight: normal;
    }

    .ippan_wrap .info {
        padding: 20px 10px;
        background-color: rgba(255, 255, 255, 0.9);
    }

    .ippan_wrap .info .price {}

    .ippan_wrap .info .price li {
        position: relative;
        margin-bottom: 10px
    }

    .ippan_wrap .info .price li.soldout::after {
        content: "";
        position: absolute;
        left: 0;
        top: 16px;
        width: 100%;
        height: 52px;
        background: url(../img/ico_soldout.png) center center no-repeat;
        background-size: 156px 52px;
    }

    .ippan_wrap .info .price li h4 {
        margin-bottom: 10px;
        color: #FFF;
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 24px;
        text-align: center;
        background-color: #f56233;
    }

    .ippan_wrap .info .price li .desc {
        font-size: 1.4rem;
        font-weight: bold;
        text-align: center;
    }

    .ippan_wrap .info .note {
        margin-bottom: 20px;
        font-size: 1.1rem;
        line-height: 2;
        letter-spacing: 0rem;
    }

    .ippan_wrap .btnPre {
        position: relative;
    }

    .ippan_wrap .btnPre a {
        position: absolute;
        top: 64.5%;
        width: 34.5%;
        display: block;
        height: 27%;
        background-color: #FFF;
        opacity: 0;
    }

    .ippan_wrap .btnPre a.btn1 {
        left: 26%;
    }

    .ippan_wrap .btnPre a.btn2 {
        left: 63%;
    }

    .ippan_wrap .playguide {
        padding: 10px 10px 0;
        background-color: #f56233;
    }

    .ippan_wrap .playguide h4 {
        margin-bottom: 10px;
    }

    .ippan_wrap .playguide .listpg {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .ippan_wrap .playguide .listpg li {
        margin-bottom: 10px;
        width: 31%;
    }

    .ippan_wrap .playguide .listpg li a {
        display: block;
    }

    .ippan_wrap .lang {
        margin-top: 20px;
        text-align: center;
    }

    .ippan_wrap .lang h6 {
        display: table;
        padding: 5px 10px;
        margin: 0 auto 10px;
        border: 1px solid #000;
        font-size: 1.2rem;
        line-height: 1;
    }

    .ippan_wrap .lang a {
        font-size: 1.4rem;
        color: #f56233;
    }

    .ippan_wrap .btnClub {
        display: block;
        margin-top: 30px;
    }
}

/* bus_wrap */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    .bus_wrap {
        margin-bottom: 40px;
    }

    .bus_wrap h3 {
        position: relative;
        padding: 10px;
        color: #FFF;
        font-size: 2.4rem;
        font-weight: bold;
        text-align: center;
        background-color: #1267c7;
    }

    .bus_wrap h3 .ttl {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .bus_wrap h3 .giga {
        display: inline-block;
        margin-right: 10px;
        width: 110px;
    }

    .bus_wrap h3 p {
        color: #FFF;
        font-size: 1.4rem;
        font-weight: bold;
    }

    .bus_wrap h3 p span {
        display: block;
        font-size: 1.2rem;
        font-weight: normal;
    }

    .bus_wrap h3::after {
        content: "";
        position: absolute;
        right: -15px;
        top: -20px;
        width: 120px;
        height: 60px;
        background: url(../img/bus_ico.png) center center no-repeat;
        background-size: 120px 60px;
    }

    .bus_wrap .info {
        padding: 35px;
        background-color: rgba(255, 255, 255, 0.9);
    }

    .bus_wrap .info .price {
        margin-bottom: 10px;
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
    }

    .bus_wrap .info .price span {
        font-size: 1.4rem;
    }

    .bus_wrap .info .desc {
        margin-bottom: 10px;
    }

    .bus_wrap .info .desc dt {
        float: left;
        margin-bottom: 15px;
        width: 166px;
        clear: both;
        color: #FFF;
        font-weight: bold;
        text-align: center;
        line-height: 21px;
        background: url(../img/desc_bg_1.svg) right center no-repeat;
        background-size: auto 100%;
    }

    .bus_wrap .info .desc dd {
        margin-bottom: 15px;
        padding-left: 180px;
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 21px;
    }

    .bus_wrap .info .desc dd span {
        font-size: 1.4rem;
    }

    .bus_wrap .info .note {
        margin-bottom: 20px;
        font-size: 1.1rem;
        line-height: 2;
        letter-spacing: 0rem;
    }

    .bus_wrap .info .cap {
        color: #1267c7;
        font-size: 1.6rem;
        font-weight: bold;
        text-align: center;
    }

    .bus_wrap .playguide {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .bus_wrap .playguide h5 {
        font-size: 1.8rem;
        color: #1267c7;
        font-weight: bold;
        text-align: center;
    }

    .bus_wrap .playguide a {
        display: block;
        margin-left: 10px;
    }

    .bus_wrap .playguide img {
        width: auto;
        height: 36px;
    }
}

@media screen and (max-width: 767px) {
    .bus_wrap {
        margin-bottom: 30px;
    }

    .bus_wrap h3 {
        position: relative;
        padding: 10px;
        color: #FFF;
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
        background-color: #1267c7;
    }

    .bus_wrap h3 .giga {
        display: block;
        margin: 0 auto 5px;
        width: 85px;
    }

    .bus_wrap h3 p {
        color: #FFF;
        font-size: 1.1rem;
        font-weight: bold;
    }

    .bus_wrap h3 p span {
        display: block;
        font-size: 1.1rem;
        font-weight: normal;
    }

    .bus_wrap h3::after {
        content: "";
        position: absolute;
        right: -5px;
        top: -10px;
        width: 60px;
        height: 30px;
        background: url(../img/bus_ico.png) center center no-repeat;
        background-size: 60px 30px;
    }

    .bus_wrap .info {
        padding: 20px 10px;
        background-color: rgba(255, 255, 255, 0.9);
    }

    .bus_wrap .info .price {
        margin-bottom: 10px;
        font-size: 1.6rem;
        font-weight: bold;
        text-align: center;
    }

    .bus_wrap .info .price span {
        font-size: 1.1rem;
    }

    .bus_wrap .info .desc {
        margin-bottom: 10px;
    }

    .bus_wrap .info .desc dt {
        margin: 0 auto 5px;
        width: 166px;
        clear: both;
        color: #FFF;
        font-weight: bold;
        text-align: center;
        line-height: 21px;
        background: url(../img/desc_bg_1.svg) right center no-repeat;
        background-size: auto 100%;
    }

    .bus_wrap .info .desc dd {
        margin-bottom: 15px;
        font-size: 1.2rem;
        font-weight: bold;
        line-height: 21px;
        text-align: center;
    }

    .bus_wrap .info .desc dd span {
        font-size: 1.1rem;
    }

    .bus_wrap .info .note {
        margin-bottom: 10px;
        font-size: 1.1rem;
        line-height: 2;
        letter-spacing: 0rem;
    }

    .bus_wrap .info .cap {
        color: #1267c7;
        font-size: 1.4rem;
        font-weight: bold;
        text-align: center;
    }

    .bus_wrap .playguide {}

    .bus_wrap .playguide h5 {
        margin-bottom: 10px;
        width: 100%;
        font-size: 1.4rem;
        color: #1267c7;
        font-weight: bold;
        text-align: center;
    }

    .bus_wrap .playguide a {
        margin: 0 auto 10px;
        display: table;
    }

    .bus_wrap .playguide a img {
        width: auto;
        height: 40px;
    }
}

/* tour_wrap */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    .tour_wrap {
        margin-bottom: 40px;
    }

    .tour_wrap h3 {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #FFF;
        font-size: 2.4rem;
        font-weight: bold;
        line-height: 50px;
        text-align: center;
        background-color: #de0245;
    }

    .tour_wrap h3 .jtb {
        display: inline-block;
        margin-right: 10px;
        width: 187px;
    }

    .tour_wrap .info {
        padding: 35px;
        background-color: rgba(255, 255, 255, 0.9);
    }

    .tour_wrap .info .bus {
        display: flex;
        justify-content: center;
    }

    .tour_wrap .info .bus li {
        width: 450px;
    }

    .tour_wrap .info .bus li a {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .tour_wrap {
        margin-bottom: 30px;
    }

    .tour_wrap h3 {
        padding: 10px;
        color: #FFF;
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
        background-color: #de0245;
    }

    .tour_wrap h3 .jtb {
        display: block;
        margin: 0 auto 5px;
        width: 140px;
    }

    .tour_wrap .info {
        padding: 20px 10px;
        background-color: rgba(255, 255, 255, 0.9);
    }

    .tour_wrap .bus {}

    .tour_wrap .bus li {
        margin-bottom: 10px;
    }

    .tour_wrap .bus li a {
        display: block;
    }
}

/* stay_wrap */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    .stay_wrap {
        margin-bottom: 40px;
    }

    .stay_wrap h3 {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #FFF;
        font-size: 2.4rem;
        font-weight: bold;
        line-height: 50px;
        text-align: center;
        background-color: #4f9b05;
    }

    .stay_wrap h3 .jtb {
        display: inline-block;
        margin-right: 10px;
        width: 187px;
    }


    .stay_wrap .info {
        padding: 35px;
        background-color: rgba(255, 255, 255, 0.9);
    }

    .stay_wrap .info .bus {
        display: flex;
        justify-content: center;
    }

    .stay_wrap .info .bus li {
        width: 450px;
    }

    .stay_wrap .info .bus li a {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .stay_wrap {
        margin-bottom: 30px;
    }

    .stay_wrap h3 {
        padding: 10px;
        color: #FFF;
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
        background-color: #4f9b05;
    }

    .stay_wrap h3 .jtb {
        display: block;
        margin: 0 auto 5px;
        width: 140px;
    }


    .stay_wrap .info {
        padding: 20px 10px;
        background-color: rgba(255, 255, 255, 0.9);
    }

    .stay_wrap .bus {}

    .stay_wrap .bus li {
        margin-bottom: 10px;
    }

    .stay_wrap .bus li a {
        display: block;
    }
}

/* parking_wrap */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    .parking_wrap {
        margin-bottom: 40px;
    }

    .parking_wrap h3 {
        padding: 10px;
        color: #FFF;
        font-size: 2.4rem;
        font-weight: bold;
        text-align: center;
        background-color: #8400ff;
    }

    .parking_wrap h3 .ttl {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .parking_wrap h3 .giga {
        display: inline-block;
        margin-right: 10px;
        width: 110px;
    }

    .parking_wrap h3 p {
        font-size: 1.4rem;
    }

    .parking_wrap h3 span {
        font-size: 1.4rem;
    }

    .parking_wrap .info {
        padding: 35px;
        background-color: rgba(255, 255, 255, 0.9);
    }

    .parking_wrap .info .price {
        margin-bottom: 10px;
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
    }

    .parking_wrap .info .price span {
        font-size: 1.4rem;
    }

    .parking_wrap .info .desc {
        margin-bottom: 10px;
    }

    .parking_wrap .info .desc dt {
        float: left;
        margin-bottom: 15px;
        width: 166px;
        clear: both;
        color: #FFF;
        font-weight: bold;
        text-align: center;
        line-height: 21px;
        background: url(../img/desc_bg_2.svg) right center no-repeat;
        background-size: auto 100%;
    }

    .parking_wrap .info .desc dd {
        margin-bottom: 15px;
        padding-left: 180px;
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 21px;
    }

    .parking_wrap .info .desc dd span {
        font-size: 1.4rem;
    }

    .parking_wrap .info .note {
        margin-bottom: 20px;
        font-size: 1.1rem;
        line-height: 2;
        letter-spacing: 0rem;
    }

    .parking_wrap .playguide {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .parking_wrap .playguide h5 {
        font-size: 1.8rem;
        color: #8400ff;
        font-weight: bold;
    }

    .parking_wrap .playguide a {
        display: block;
        margin-left: 10px;
    }

    .parking_wrap .playguide img {
        width: auto;
        height: 36px;
    }
}

@media screen and (max-width: 767px) {
    .parking_wrap {
        margin-bottom: 30px;
    }

    .parking_wrap h3 {
        position: relative;
        padding: 10px;
        color: #FFF;
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
        background-color: #8400ff;
    }

    .parking_wrap h3 .giga {
        display: block;
        margin: 0 auto 5px;
        width: 85px;
    }

    .parking_wrap h3 p {
        font-size: 1.1rem;
        font-weight: bold;
    }

    .parking_wrap h3 span {
        font-size: 1.1rem;
        font-weight: normal;
    }

    .parking_wrap .info {
        padding: 20px 10px;
        background-color: rgba(255, 255, 255, 0.9);
    }

    .parking_wrap .info .price {
        margin-bottom: 10px;
        font-size: 1.6rem;
        font-weight: bold;
        text-align: center;
    }

    .parking_wrap .info .price span {
        font-size: 1.1rem;
    }

    .parking_wrap .info .desc {
        margin-bottom: 10px;
    }

    .parking_wrap .info .desc dt {
        margin: 0 auto 5px;
        width: 166px;
        clear: both;
        color: #FFF;
        font-weight: bold;
        text-align: center;
        line-height: 21px;
        background: url(../img/desc_bg_2.svg) right center no-repeat;
        background-size: auto 100%;
    }

    .parking_wrap .info .desc dd {
        margin-bottom: 15px;
        font-size: 1.2rem;
        font-weight: bold;
        line-height: 21px;
        text-align: center;
    }

    .parking_wrap .info .desc dd span {
        font-size: 1.1rem;
    }

    .parking_wrap .info .note {
        margin-bottom: 10px;
        font-size: 1.1rem;
        line-height: 2;
        letter-spacing: 0rem;
    }

    .parking_wrap .playguide {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .parking_wrap .playguide h5 {
        margin-bottom: 10px;
        width: 100%;
        font-size: 1.6rem;
        color: #8400ff;
        font-weight: bold;
        text-align: center;
    }

    .parking_wrap .playguide a {
        margin-bottom: 10px;
        display: block;
    }

}

/* xxx */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {}

@media screen and (max-width: 767px) {}
