@charset "UTF-8";

/* 甲州街道 */
.shukuba-header {
    position: relative;
    /*height: 95vh;*/
    display: flex;
    align-items: center;
    justify-content: right;
}

.shukuba-bg {
    top: 10%;
    right: 0;
    width: 70%;
    animation-delay: 0.5s;
}

.shukuba-bg img {
    max-width: 100%;
    height: auto;
}

.shukuba-title {
    width: 30%;
}

.shukuba-title img {
    /*height: 80vh;*/
    height: 480px;

}

.shukuba-txt {
    position: absolute;
    left: 10%;
    top: 30%;
    width: 40vw;
    font-size: 1rem;
    line-height: 2.1rem;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    box-sizing: border-box;
}

.shukuba-en {
    max-width: 1040px;
    margin: 30px auto;
    padding: 0 20px;
}

.shukuba-en-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px;
}

/* コンテンツ部分 */
.shukuba-intro {
    padding: 30px;
}

.shukuba-content {
    display: flex;
    margin-bottom: 1.875em;
}

.shukuba-content-left {
    position: relative;
    width: 40%;
    padding: 30px;
    box-sizing: border-box;
}

.shukuba-content-left2 {
    position: relative;
    width: 10%;
    padding: 30px;
    box-sizing: border-box;
}

.shukuba-content-left3 {
    position: relative;
    width: 90%;
    padding: 30px;
    box-sizing: border-box;
}

.shukuba-content-title {
    position: absolute;
    z-index: 1;
    writing-mode: vertical-lr;
    background-color: rgba(220, 183, 144);
    padding: 20px 5px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    -webkit-transform-origin: 0 0;
    -webkit-transform: scale(1, 1.01);
    -moz-transform-origin: 0 0;
    -moz-transform: scale(1, 1.01);
    -ms-transform-origin: 0 0;
    -ms-transform: scale(1, 1.02);
    -o-transform-origin: 0 0;
    -o-transform: scale(1, 1.01);
    font-size: 1.6rem;
    font-weight: 800
}

.shukuba-content-title::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
    background: rgb(107, 69, 28);
}

.shukuba-content-title2 {
    z-index: 1;
    writing-mode: vertical-lr;
    background-color: rgba(220, 183, 144);
    padding: 20px 5px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    -webkit-transform-origin: 0 0;
    -webkit-transform: scale(1, 1.01);
    -moz-transform-origin: 0 0;
    -moz-transform: scale(1, 1.01);
    -ms-transform-origin: 0 0;
    -ms-transform: scale(1, 1.02);
    -o-transform-origin: 0 0;
    -o-transform: scale(1, 1.01);
    font-size: 1.6rem;
    font-weight: 800
}

.shukuba-content-title2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
    background: rgb(107, 69, 28);
}

.shukuba-content-img {
    padding: 20px;
}

.shukuba-content-left img {
    width: 100%;
    height: auto;
}

.shukuba-content-right {
    width: 60%;
    padding: 30px;
    box-sizing: border-box;
}

.shukuba-content-right2 {
    width: 90%;
    padding: 30px;
    box-sizing: border-box;
}

.shukuba-content-right3 {
    width: 10%;
    padding: 30px;
    box-sizing: border-box;
}

/* 宿泊プラン */
.shukuba-package {
    background-color: #F7F5FC;
    padding: 30px 30px 80px 30px;
}

.shukuba-package-title {
    font-size: 1.4rem;
    font-weight: 800;
    margin: 30px 0;
}

.shukuba-package-list {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    background-color: #fff;
    padding: 20px;
}

.shukuba-package-disc {
    border: 1px solid #C6BEEF;
    width: 47.5%;
    margin: 30px auto;
    background-color: #fefefe;
}

.shukuba-package-disc .package_date {
    background-color: #C6BEEF;
    color: #624EC1;
    padding: 10px;
    font-weight: 600;
}

.shukuba-package-disc .package_date span {
    border-radius: 15px;
    padding: 5px 15px;
    border: 1px solid #624EC1;
    margin-right: 15px;
    background-color: #fefefe;
}

.shukuba-package-disc .package_img img {
    width: 100%;
    height: auto;
}

.shukuba-package-disc .package_title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #624EC1;
    padding: 15px;
    background-color: #fefefe;
}

.shukuba-package-disc .package_txt {
    padding: 20px;
    background-color: #fefefe;
}


.shukuba_btn a {
    width: 90%;
    display: block;
    line-height: 3.0em;
    font-weight: 500;
    color: #624EC1;
    border: 1px solid #624EC1;
    background-color: #fefefe;
    text-align: center;
    margin: 5px auto 20px auto;
    background-image: url(/images/public/arrow01.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: auto 1.0em;
    transition: .3s;
}

.shukuba_btn a:hover {
    background-color: #624EC1;
    color: #fff;
    background-image: url(/images/public/arrow02.png);
    transition: .3s;
}





/* アニメーション */
.title_img span {
    transition: 1s;
    opacity: 0;
    transform: translateY(20px);
    display: block;
}

.title_img span {
    animation: title_anime 1.4s forwards 1s;
}

@keyframes title_anime {
    0% {
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 959px) {
    .shukuba-header {
        flex-direction: column-reverse;
    }

    .shukuba-bg {
        width: 100%;
        height: auto;
    }

    .shukuba-en {
        width: 100%;
        padding: 0 30px;
    }

    .shukuba-content {
        flex-direction: column;
    }

    .shukuba-title {
        position: absolute;
        right: 30px;
        width: 15vw;
    }

    .shukuba-title img {
        padding-top: 0;
        width: 100%;
        height: auto;
    }

    .shukuba-txt {
        position: initial;
        width: 100%;
        padding: 0 30px;
    }

    .shukuba-content {
        /* margin-bottom: 30px; */
    }

    .reverse {
        flex-direction: column-reverse;
    }

    .shukuba-content-left,
    .shukuba-content-left2,
    .shukuba-content-left3,
    .shukuba-content-right,
    .shukuba-content-right2,
    .shukuba-content-right3 {
        width: 100%;
        padding: 0;
    }

    .shukuba-content-title2 {
        margin: 0 auto;
    }

    .shukuba-package-list {
        padding: 0;
        background-color: unset;
    }

    .shukuba-package-disc {
        width: 100%;
    }
}


/* タブナビ */
.tab-nav {
    display: flex;
    justify-content: space-around;
    margin: 1.5em 1.5em 0 1.5em;
}

/* 各タブ */
.tab-nav a {
    display: inline-block;
    padding: 10px 20px;
    border-bottom: none;
    text-decoration: none;
    background-color: #C6BEEF;
    border-radius: 5px 5px 0 0;
    color: #333;
    margin-right: 5px;
    width: 50%;
}

/* hover */
.tab-nav a:hover {
    background-color: #e5e5e5;
}



/* 表示制御 */
.tab-content:target {
    display: block;
}

/* 初期表示（#なしアクセス時） */
.tab-content:first-of-type {
    display: block;
}

.tab-nav a.active {
    background-color: #fff;
    border-color: #624EC1 #969696 #fff;
    border-style: solid;
    border-width: 4px 1px 1px;
    border-radius: 5px 5px 0 0;
    color: #624EC1;
    font-weight: 600;
}