/* Scss Document */

.sp_no {
    display: inline-block;
}

@font-face {
    font-family: nexa;
    src: url("../../../basic/font/Nexa-Light.otf");
}

h1 {
    position: absolute;
    top: 2px;
    left: 115px;
    font-size: 12px;
    font-size: 0.7rem;
}

h1.vi {
    font-size: 0.7rem;
}

h1.en {
    font-size: 0.7rem;
}

.contents {
    margin: 0 auto;
    width: 88%;
}

img {
    width: 100%;
}

main {
    padding-top: 50px;
}

.wrap {
    display: table;
    width: 100%;
}

.right {
    display: table-cell;
    width: 78%;
    vertical-align: top;
}

.right .slider {
    padding-bottom: 30px;
}

.right h2 {
    color: #156AFF;
    font-size: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    margin: 0 26% 35px 24%;
    height: 12px;
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 50%;
}

.right h2::before {
    position: absolute;
    top: 56%;
    z-index: 1;
    content: "";
    display: block;
    width: 100%;
    height: 11px;
    background: #000;
    background-image: url("../img/title-back.png");
}

.right h2 span {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 30px;
    background-color: #fff;
    text-align: left;
}

.right nav ul {
    display: table;
    width: 100%;
    margin-top: 20px;
}

.right nav li {
    display: table-cell;
    width: 16.6%;
    vertical-align: top;
    border-top: #156AFF 4px solid;
    border-left: 1px solid #888;
    border-bottom: 1px solid #888;
    position: relative;
    padding-top: 20%;
}

.right nav a {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 0;
}

.right nav figure {
    width: 70%;
    margin: 0 auto;
}

.right nav li:last-child {
    border-right: 1px solid #888;
}

.right nav p {
    text-align: center;
    color: #333;
    font-weight: bold;
    margin: 5px 0;
    font-size: 1.05rem;
}

.tour {
    padding-top: 60px;
}

.tour ul {
    display: block;
    width: 100%;
}

.tour ul::after {
    content: "";
    display: block;
    clear: both;
}

.tour li {
    float: left;
    width: 33.3%;
    padding-right: 20px;
    vertical-align: top;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.tour li .box {
    border: 1px solid #888;
    padding: 10px;
    box-sizing: border-box;
}

.tour figure {
    margin-bottom: 15px;
}

.tour h3 {
    color: #156AFF;
    font-size: 1.05rem;
    line-height: 1.3rem;
    font-weight: bold;
    height: 40px;
    overflow: hidden;
}

.tour .detail {
    display: table;
    width: 100%;
    border-top: 1px solid #2186FF;
    padding-top: 10px;
    margin-top: 15px;
}

.tour .detail p.price {
    display: table-cell;
    width: 62%;
    color: rgb(253, 0, 0);
    font-size: 1.3rem;
    font-weight: bold;
    vertical-align: middle;
}

.tour .detail p.price span {
    font-size: 1.0rem;
    padding-right: 5px;
}

.tour .detail p.link {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    background-color: #ff2c5a;
    padding: 8px 0 8px;
    width: 38%;
    font-size: 0.95rem;
    color: #FFFFFF;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.left {
    display: table-cell;
    width: 22%;
    vertical-align: top;
    padding-right: 25px;
    box-sizing: border-box;
}

.left h2 {
    color: #FFFFFF;
    background-color: #156AFF;
    padding: 10px 0px 10px 0px;
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold;
}

.left .box {
    border: 1px solid #888;
    border-top: 0px solid #888;
    padding: 12px;
    padding-bottom: 2px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.left li {
    border-bottom: 1px solid #156AFF;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.left .linkbox {
    display: table;
    width: 100%;
    padding: 0px;
}

.left .linkbox figure {
    display: table-cell;
    width: 40%;
    vertical-align: top;
}

.left .linkbox h3 {
    display: table-cell;
    width: 60%;
    vertical-align: middle;
    padding-left: 10px;
    box-sizing: border-box;
    color: #156AFF;
    font-size: 1.1rem;
    font-weight: bold;
}

@media only screen and (max-width: 980px) {
    .sp_no {
        display: inline-block;
    }
    @font-face {
        font-family: nexa;
        src: url("../../../basic/font/Nexa-Light.otf");
    }
    .contents {
        margin: 0 auto;
        width: 96%;
    }
    img {
        width: 100%;
    }
    main {
        padding-top: 0px;
    }
    .wrap {
        display: block;
        width: 100%;
    }
    .right {
        display: block;
        width: 100%;
        vertical-align: top;
    }
    .right .slider {
        padding-bottom: 30px;
    }
    .right h2 {
        font-size: 1.4rem;
        line-height: 1.4rem;
        margin: 0 20% 20px;
        width: 60%;
    }
    .right h2 span {
        padding: 0 30px;
    }
    .right nav li {
        display: table-cell;
        width: 14.2%;
        padding-top: 22%;
    }
    .right nav figure {
        width: 80%;
        margin: 0 auto;
    }
    .right nav p {
        font-size: 1.05rem;
    }
    .tour {
        padding-top: 60px;
    }
    .tour ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin: 0px;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }
    .tour li {
        display: block;
        width: 100%;
        margin-right: 20px;
        margin-top: 10px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        padding: 0 0 20px;
        height: auto;
    }
    .tour h3 {
        color: #156AFF;
        font-size: 1.05rem;
        font-weight: bold;
        line-height: 1.45rem;
        height: 45px;
    }
    .tour .detail p.price {
        width: 62%;
        color: rgb(253, 0, 0);
        font-size: 1.3rem;
    }
    .tour .detail p.price span {
        font-size: 1.0rem;
    }
    .tour .detail p.link {
        padding: 8px 0 8px;
        width: 38%;
        font-size: 0.95rem;
    }
    .left {
        display: none;
        width: 0%;
        vertical-align: top;
        padding-right: 0px;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 680px) {
    .sp_no {
        display: inline-block;
    }
    @font-face {
        font-family: nexa;
        src: url("../../../basic/font/Nexa-Light.otf");
    }
    .contents {
        margin: 0 auto;
        width: 96%;
    }
    img {
        width: 100%;
    }
    main {
        padding-top: 20px;
    }
    .wrap {
        display: block;
        width: 100%;
    }
    .right {
        display: block;
        width: 97%;
        margin: 0 auto;
    }
    .right .slider {
        padding-bottom: 30px;
    }
    .right h2 {
        font-size: 1.3rem;
        line-height: 1.3rem;
        margin: 0 2% 20px;
        width: 96%;
    }
    .right h2 span {
        padding: 0 15px;
    }
    .right nav ul {
        display: block;
        width: 100%;
        margin: 20px auto 30px;
    }
    .right nav ul::after {
        content: "";
        display: block;
        clear: both;
    }
    .right nav li {
        display: block;
        width: 33.3%;
        vertical-align: top;
        border-top: #156AFF 0px solid;
        border-left: 1px solid #888;
        border-bottom: 1px solid #888;
        position: relative;
        padding-top: 45%;
        float: left;
    }
    .right nav a {
        position: absolute;
        top: 0;
        left: 0;
        padding: 15px 0;
    }
    .right nav figure {
        width: 80%;
        margin: 0 auto;
    }
    .right nav li:nth-child(1) {
        border-top: #156AFF 4px solid;
    }
    .right nav li:nth-child(2) {
        border-top: #156AFF 4px solid;
    }
    .right nav li:nth-child(3) {
        border-right: 1px solid #888;
        border-top: #156AFF 4px solid;
    }
    .right nav li:nth-child(6) {
        border-right: 1px solid #888;
    }
    .right nav p {
        text-align: center;
        color: #333;
        font-weight: bold;
        margin: 5px 0;
        font-size: 1.05rem;
    }
    .tour {
        padding-top: 40px;
        display: block;
    }
    .tour ul {
        display: block;
        width: 100%;
        margin: 10px 0 0;
        padding: 0;
        overflow-x: hidden;
        -webkit-overflow-scrolling: hidden;
        overflow-scrolling: hidden;
    }
    .tour li {
        display: block;
        width: 50%;
        margin: 0px;
        -webkit-box-flex: 0;
        -ms-flex: 0%;
        flex: 0%;
        padding: 0 6px 10px;
        box-sizing: border-box;
        height: auto;
        float: left;
    }
    .tour li .box {
        border: 0px solid #888;
        padding: 0px;
        box-sizing: border-box;
    }
    .tour figure {
        margin-bottom: 0px;
    }
    .tour h3 {
        color: #156AFF;
        font-size: 1.0rem;
        line-height: 1.3rem;
        font-weight: bold;
        height: 100px;
        overflow: hidden;
        display: block;
        width: 100%;
        border-left: 1px solid #888;
        border-right: 1px solid #888;
        padding: 10px;
    }
    .tour .detail {
        display: table;
        width: 100%;
        border-top: 1px solid #2186FF;
        border-left: 1px solid #888;
        border-right: 1px solid #888;
        border-bottom: 1px solid #888;
        padding: 10px 0;
        margin: 0px;
    }
    .tour .detail p.price {
        width: 100%;
        font-size: 1.25rem;
        display: block;
        text-align: center;
    }
    .tour .detail p.price span {
        font-size: 1.0rem;
    }
    .tour .detail p.link {
        padding: 7px 0;
        width: 80%;
        font-size: 1.0rem;
        display: block;
        margin: 5px auto 0;
    }
    .left {
        display: none;
        width: 0%;
        vertical-align: top;
        padding-right: 0px;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 395px) {
    .contents {
        margin: 0 auto;
        width: 95%;
    }
    main {
        padding-top: 20px;
    }
    .right {
        display: block;
        width: 96%;
        margin: 0 auto;
    }
    .right .slider {
        padding-bottom: 30px;
    }
    .right h2 {
        font-size: 1.2rem;
        line-height: 1.2rem;
        margin: 0 2% 20px;
        width: 96%;
    }
    .right h2 span {
        padding: 0 15px;
    }
    .right nav li {
        padding-top: 48%;
    }
    .right nav p {
        text-align: center;
        color: #333;
        font-weight: bold;
        margin: 5px 0;
        font-size: 1.0rem;
    }
    .tour {
        padding-top: 30px;
        display: block;
    }
    .tour li {
        padding: 0 6px 15px;
    }
    .tour h3 {
        color: #156AFF;
        font-size: 0.95rem;
        line-height: 1.2em;
        height: 90px;
        overflow: hidden;
        width: 100%;
        display: block;
    }
    .tour .detail p.price {
        width: 100%;
        font-size: 1.15rem;
        display: block;
    }
    .tour .detail p.price span {
        font-size: 0.95rem;
    }
    .tour .detail p.link {
        padding: 8px 0;
        width: 80%;
        font-size: 1.0rem;
        margin: 10px auto 0;
    }
}