/*
Theme Name: Alpine Tour
Theme URI: https://example.com/
Author:  Alpine Tour
Author URI: 
Description: Alpine Tour
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: my-original-theme
*/

@font-face {
    font-family: 'GenrokuShian';
    src: url('./fonts/AP-OTF-GenrokuShianStdN-M.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


* {
    margin: 0;
    padding: 0;
}

html {
    font-family: sans-serif;
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

footer {
    background: #00409D;
    color: #fff;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    opacity: 0.8;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    margin-bottom: 1.25rem;
    position: relative;
    width: -webkit-fill-available;
}

hr.bar {
    height: -webkit-fill-available;
    margin: 0;
}

p {
    word-wrap: break-word;
}

/*  header */
header {
    background: #FFF;
    z-index: 1001;
    position: relative;
}


.inner-contents {
    max-width: 1400px;
    padding: 10px 20px;
    position: relative;
    margin: auto;
}

img.logo-icon {
    max-width: 480px;
    margin: 0.5rem 0;
}

.hamburger {
    border: 1px solid #00409D;
    width: 50px;
    height: 50px;
}

.flex-bet {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

/*  hamburgerMenu */

/* ハンバーガー初期 */
.hamburger {
    width: 50px;
    height: 50px;
    position: fixed;
    cursor: pointer;
    border: 1px solid #00409D;
    box-sizing: border-box;
    right: 12.5%;
}

@media screen and (max-width: 1500px) {
    .hamburger {
        right: 4%;
    }
}

.hamburger::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: #00409D;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease;
}

.hamburger::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: #00409D;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease;
}

.hamburger::before {
    top: 12px;
}

.hamburger::after {
    bottom: 12px;
}



/* ×に変形 */
.hamburger.active::before {
    transform: translateX(-50%) rotate(45deg);
    top: 48%;
}

.hamburger.active::after {
    transform: translateX(-50%) rotate(-45deg);
    bottom: 47%;
}





/* スライドメニュー */

.slide-menu {
    position: fixed;
    top: 145px;
    left: -100%;
    width: 100%;
    height: calc(100% - 78px);
    /* 上の固定部分の高さ分を引く */
    background: #fff;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
    transition: left 0.3s ease;
    z-index: 1001;
    /* スクロール対応追加 */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
@media screen and (min-width:768px){
    .slide-menu{
            height: calc(100% - 145px);
    }
}

.slide-menu ul {
    margin: 0.5rem 0 1rem;
    list-style: none;
    position: relative;
}

.slide-menu ul li {
    margin-bottom: 0.75rem;
}

.slide-menu ul li a {
    text-decoration: none;
    color: #333;
    font-size: 18px;
}

.slide-menu.active {
    left: 0;
    background: #00409D;
    color: #fff;
}

.menu-subtitle {
    padding-left: 0.5rem;
}

img.back-img-sp-nav {
    position: absolute;
    right: 5%;
    bottom: 2.5%;
}

nav.slide-menu.active {
    padding: 3.5rem 2.5rem;
    color: #fff;
    width: -webkit-fill-available;
}

ul.sp-menu li {

    border-bottom: 1px solid #fff;
}


ul.sp-menu li a {
    color: #fff;
    width: -webkit-fill-available;
    padding-bottom: 1rem;
    padding-left: 1.2rem;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 2.5rem;
}

ul.inner-sp-menu {
    margin-left: 1.2rem;
}

ul.inner-sp-menu li {
    border: 0;
}

a.inner-sp-menu-link {
    font-size: 16px !important;
    padding: 0rem !important;
}

li.no-bar {
    border-bottom: 0px solid !important;
}

li.no-bar a {
    padding-bottom: 0rem !important;
}

.sp-nav-sns {
    margin: 3rem 0px 2rem 1.2rem;
    display: flex;
    gap: 1.5rem;
}



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


    img.logo-icon {
        max-width: 240px;
    }

    .hamburger {
        width: 35px;
        height: 35px;
    }

    .hamburger::before {
        top: 9px;
        width: 20px;
    }

    .hamburger::after {
        bottom: 9px;
        width: 20px;
    }

    .slide-menu {
        position: fixed;
        top: 123px;
    }

    nav.slide-menu.active {
        padding: 2.5rem 1.25rem;
    }

}

/*  footer */
.footer-contents {
    max-width: 1440px;
    padding: 20px;
    position: relative;
    margin: auto;
    background: url(img/footer-bg-logo.png);
    background-repeat: no-repeat;
    background-size: 320px;
    background-position: 100% 85%;
}

.footer-top-menu {
    background: #4D4D4D;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.footer-top-menu a {
    width: 50%;
    text-align: center;
    padding: 1rem;
}

.large-text {
    font-size: 32px;
}

a.bg-left {
    background: url(img/footer-bg1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    position: relative;
}

a.bg-right {
    background: url(img/footer-bg2.png);
    background-repeat: no-repeat;
    background-position: 15%;
    background-size: 25%;
    position: relative;
}

.large-text {
    font-size: 32px;
    display: flex;
    justify-content: center;
    gap: 5%;
    align-items: center;
    margin: 1.25rem 0;
}

a.bg-left::after,
a.bg-right::after {
    content: "";
    display: inline-block;
    border: 0.5px solid;
    width: 12px;
    position: absolute;
    bottom: 47.5%;
    right: 22%;
    transform: scaleY(0.5);
}

a.bg-left::before,
a.bg-right::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-right: 4px solid #fff;
    margin-right: 0px;
    vertical-align: middle;
    position: absolute;
    right: 22%;
    bottom: 47.5%;
    transition: 1s;
    transform: translateY(2px);
}


img.footer-img {
    max-width: 430px;
    margin-bottom: 2rem;
}

.footer-contact {
    display: flex;
    justify-content: space-between;
    margin: 3rem 0;
}

.footer-contact-left {
    width: 30%;
}

.footer-contact-left h4 {
    margin: 0 0 0.25rem;
    text-align: center;
    color: #00409D;
    background: #fff;
    padding: 0.25rem;
}

.footer-contact-right {
    width: 65%;
}

p.tel-parts {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7.5px;
    font-size: 30px;
    font-weight: bold;
    margin: 0.25rem 0;
}

p.time-parts strong {
    font-size: 24px;
    margin-left: 5px;
}

p.time-parts {
    margin: 0.2rem 0 0.5rem;
}

.small-text {
    font-size: 12px;
    margin: 0.5rem 0;
}

.access-parts {
    display: flex;
    justify-content: space-between;
}

.access-parts div {
    width: 31%;
}

.access-parts div p {
    margin: 0 0 0.25rem;
}

p.small-text.access {
    font-size: 13px;
}

p.copyright {
    text-align: center;
    font-size: 12px;
    margin-bottom: 2rem;
}

.footer-listmenu {
    display: flex;
    margin: 3rem 0 4rem;
}

.footer-list-left {
    display: flex;
    width: 50%;

}

.footer-list-right {
    width: 50%;
}

.inner-list-left,
.inner-list-right {
    width: 50%;
}

.inner-list-right h3,
.goldwin {
    margin-bottom: 1.25rem;
}

ul.footer-sm-text {
    margin-top: 3rem;
}

ul.inner-list-menu li a {
    font-size: 18px;
}

ul.other-link li a,
ul.footer-sm-text li a {
    font-size: 14px;
}

span.icon-position {
    margin-left: 10px;
    transform: translateY(1.5px);
    display: inline-block;
}

ul.inner-list-menu li::after {
    content: "";
    display: inline-block;
    border: 0.5px solid;
    width: 12px;
    position: absolute;
    left: 112px;
    bottom: 50%;
    transform: scaleY(0.5)translateY(5px);
}

ul.inner-list-menu li::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-right: 4px solid #fff;
    margin-right: 0px;
    vertical-align: middle;
    position: absolute;
    left: 125px;
    bottom: 50%;
    transition: 1s;
    transform: translateY(4.3px);
}

ul.footer-sm-text li.allow::after {
    content: "";
    display: inline-block;
    border: 0.5px solid;
    width: 12px;
    position: absolute;
    left: 155px;
    bottom: 50%;
    transform: scaleY(0.5)translateY(5px);
}

ul.footer-sm-text li.allow::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-right: 4px solid #fff;
    margin-right: 0px;
    vertical-align: middle;
    position: absolute;
    left: 167px;
    bottom: 50%;
    transition: 1s;
    transform: translateY(4.5px);
}

.footer-sns-box {
    position: absolute;
}

.footer-sns-box ul {
    display: flex;
    gap: 25px;
    justify-content: center;
    width: fit-content;
    align-items: center;
}

.footer-sns-box ul li {
    margin: auto;
}

.open-close {
    display: flex;
    align-items: center;
}

br.sp-only {
    display: none;
}

@media screen and (max-width: 768px) {
    .footer-contents {
        background: url(../../../uploads/2025/08/sp-logo-bg.png);
        background-size: 150px;
        background-position: 95% 98%;
        background-repeat: no-repeat;
    }

    br.sp-only {
        display: block;
    }

    .open-close {
        gap: 10px;
        align-items: baseline;
    }

    .footer-top-menu {
        display: block;
    }

    .footer-top-menu a {
        width: -webkit-fill-available;
        display: block;
        background-position-y: 25%;
    }

    .footer-contact {
        display: block;
        width: -webkit-fill-available;
    }

    .footer-contact-left,
    .footer-contact-right {
        width: -webkit-fill-available;
    }

    p.tel-parts {
        justify-content: flex-start;
    }

    p.time-parts,
    p.small-text {
        width: fit-content;
        margin: 1rem 0;
    }

    img.footer-img {
        max-width: 100%;
        margin: 40px 0;
        height: auto;
    }

    .access-parts {
        display: block;
    }

    .access-parts div {
        margin-bottom: 23px;
    }

    .footer-listmenu {
        display: block;
        margin: 3rem 0 6.5rem;
    }

    .footer-list-left {
        width: -webkit-fill-available;
        display: block;
    }

    .inner-list-right,
    .footer-list-right {
        margin-top: 40px;
        width: -webkit-fill-available;
    }

    .footer-sns-box {
        position: relative;
        margin: 1rem auto 1rem 0;
        display: block;
        width: fit-content;
    }

    p.copyright {
        margin: 0;
        font-size: 10px;
    }

    .access-parts div {
        width: -webkit-fill-available;
    }

}

/* page */
.title-banner {
    height: 246px;
}

.title-blue {
    max-width: 1160px;
    height: -webkit-fill-available;
    margin: auto;
    padding: 0 20px;
}

.inner-title-blue {
    background-color: rgba(0, 64, 157, 0.9);
    max-width: 450px;
    padding: 20px 40px 20px 60px;
    height: -webkit-fill-available;
    color: #fff;
    display: flex;
    align-items: center;
}

.inner-page-title img {
    width: auto;
    height: 39px;
}

.inner-page-title h1 {
    margin-top: 2rem;
}

.breadcrumb-wrap {
    max-width: 1160px;
    margin: auto;
    padding: 1rem;
    color: #00409D;
    font-weight: bold;
}

p.breadcrumb-parts {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

span.breadcrumb-arrow {
    display: flex;
}

section.page-inner-contents {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}



@media screen and (max-width: 768px) {
    .title-banner {
        height: 200px;
    }

    .inner-page-title h1 {
        margin-top: 1rem;
        font-size: 1.5rem;
    }

    .inner-title-blue {
        padding: 20px;
    }

}

/* contact-page */
p.orange-text-contact,.contactpage-inner-contents-text p.orange-text-contact {
    color: #EA5532;
    font-weight: 500;
    margin-bottom: 1rem;
    font-size: 14px;
}
.contactpage-inner-contents-text p.orange-text-contact{
    margin-bottom:0;
    margin-top:1rem;
}
.contact-form {
    margin: 4rem 0;
}

.contactpage.title-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.contactpage-inner-contents-text p {
    font-family: serif;
    color: #00409D;
    text-align: center;
    font-size: 20px;
}

.contactpage-inner-contents-text {
    margin: 4rem 0rem;
}

.inner-contact-form {
    background: #F2F2F2;
    padding: 5rem 6%;
}

.inner-contact-form h2 {
    color: #00409D;
    font-size: 24px;
    margin-bottom: 3rem;
}

.question-parts {
    margin-bottom: 50px;
}

p.question {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1rem;
}

span.required {
    background: #fff;
    font-size: 12px;
    color: #EA5532;
    border: 1px solid;
    border-radius: 3px;
    padding: 0.5px 9px;
    font-weight: normal;
    margin-right: 1rem;
    font-weight: bold;
}

span.optional {
    background: #fff;
    font-size: 12px;
    color: #4D4D4D;
    border: 1px solid;
    border-radius: 3px;
    padding: 0px 9px 1px;
    font-weight: normal;
    margin-right: 1rem;
    font-weight: bold;
}

p.question {
    display: flex;
    align-items: center;
}

.contact-us-grid {
    max-width: 715px;
}

span.wpcf7-list-item {
    width: 318px;
    background: #fff;
    padding: 1rem;
    margin: 0;
    border: 1px solid #A9A9A9;
    border-radius: 7.5px;
    box-shadow: 0px 0px 1px #f5f5f5;
}

span.wpcf7-form-control.wpcf7-radio.contact-us-list {
    display: flex;
    flex-wrap: wrap;
    gap: 7.5px;
}

span.wpcf7-list-item label input {
    margin-right: 10px;
}

p.form-s-text {
    font-size: 12px;
    margin-bottom: 2rem;
}

input.wpcf7-form-control.wpcf7-text.departure-date.flatpickr-input {
    padding: 1rem 0 1rem 3rem;
    border: 1px solid #A9A9A9;
    border-radius: 7.5px;
    box-shadow: 0px 0px 1px #f5f5f5;
    background-color: #fff;
    position: relative;
    width: 302px;
    background-image: url('https://www.alpine-tour.com/atsmgr/wp-content/uploads/2025/08/calendar.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 25px 25px;
}

input.departure-date::placeholder {
    color: #a9a9a9;
}

input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    width: -webkit-fill-available;
    background: #fff;
    padding: 1rem;
    margin: 0;
    border: 1px solid #A9A9A9;
    border-radius: 7.5px;
    box-shadow: 0px 0px 1px #f5f5f5;
}

.name-form {
    display: flex;
    justify-content: space-between;
    gap: 7.5px;
    flex-wrap: wrap;
}

.name-box {
    width: 49%;
    min-width: 352px;
}

p.form-name {
    font-weight: 500;
    margin-bottom: 0.3rem;
}

.contact-bottom {
    margin-top: 90px;
    margin-bottom: 90px;
}

p.check-text {
    margin: 11px 0;
    font-weight: 500;
}

p.check-number {
    font-size: 10px;
    font-weight: 500;
}

.tel-contact {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

span.wpcf7-form-control.wpcf7-acceptance.optional {
    background: inherit;
    border: 0px;
    padding: 0;
    margin-right: 0rem;
}

span.wpcf7-list-item label {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #333;
}

.contact-bottom.check h2 {
    margin-bottom: 2rem;
}

p.check-link {
    font-size: 1.25rem;
    font-weight: 500;
}

p.check-link a {
    color: #00409D;
    border-bottom: 1px solid;
}

p.check-text {
    font-size: 14px;
}

span.wpcf7-list-item-label {
    font-size: 1rem;
    color: #000;
}

p.check-text.privacy {
    margin: 1rem 0;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-btn {
    background-color: #EA5532;
    border: 0;
    padding: 22.5px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    border-radius: 7px;
    max-width: 400px;
    width: -webkit-fill-available;
    text-align: center;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    background-image: url(../../../uploads/2025/08/arrow-white.png);
    background-position-x: 80%;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: 15px;
    cursor: pointer;
}


@media screen and (max-width: 768px) {
    input.wpcf7-form-control.wpcf7-text.departure-date.flatpickr-input {
        width: -webkit-fill-available;
    }

    .name-box {
        width: -webkit-fill-available;
        min-width: inherit;
    }

    span.wpcf7-list-item {
        width: -webkit-fill-available;
    }

    input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-btn {
        padding: 16px;
        font-size: 20px;
        background-position-x: 95%;
        background-size: 15px;
    }

    .inner-contact-form h2 {
        font-size: 20px;
        margin-bottom: 1.5rem;
    }

    p.question {
        font-size: 18px;
    }

    .question-parts {
        margin-bottom: 25px;
    }

    .contact-bottom.check h2 {
        margin-bottom: 1.25rem;
    }

    .inner-contact-form h2 {
        margin-bottom: 1.5rem;
    }

    p.check-link {
        font-size: 1rem;
    }

    .contact-bottom {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .inner-contact-form {
        background: #F2F2F2;
        padding: 2rem 5%;
    }

    .contactpage-inner-contents-text p {
        font-family: serif;
        font-size: 16px;
    }

    .contactpage-inner-contents-text {
        margin: 2rem 0rem;
    }

}

/* top page */
section.main-view {
    position: relative;
    max-width: 1440px;
    margin: auto;
    margin-bottom: 1rem;
    height: 1216px;
    background-image: url(../../../uploads/2025/08/scroll.png);
    background-repeat: no-repeat;
    background-position-x: 2.75rem;
    background-position-y: 24%;
}

.view-top {
    display: flex;
    justify-content: end;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 1200px) {
    .view-top {
        gap: 6rem;
    }
}


.view-top-left {
    width: 62%;
    overflow: hidden;
    position: relative;
}

img.view-top-left-inner-img {
    margin: 0 0 0 auto !important;
    display: block;
    z-index: 100;
    position: relative;
    width: 90%;
}

img.main-view-top-left {
    width: -webkit-fill-available;
    position: relative;
    z-index: 100;
    left: 80px;
    height: 580px;
    object-fit: cover;
}

.view-top-right {
    padding-top: 1rem;
    width: 35%;
    min-width: 365px;
    margin: 1rem 0;
    color: #00409D;
    font-weight: bold;
    position: relative;
    margin: 1rem auto 0 0;
}


.view-bottom-right {
    width: -webkit-fill-available;
    display: flex;
    align-items: end;
    position: relative;
    bottom: 130px;
}

.view-bottom-left {
    background-color: #00409D;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: end;
    height: -webkit-fill-available;
    padding-left: 5rem;
    background-image: url(../../../uploads/2025/10/bar-img.png);
    background-repeat: no-repeat;
    background-size: auto;
    gap: 7%;
    background-position-y: bottom;
    width: -webkit-fill-available;
}

.view-bottom-left-pad {
    padding: 2rem;
    background-color: #00409D;
    display: flex;
    justify-content: flex-start;
    align-items: end;
    width: 90%;
    height: -webkit-fill-available;
    max-height: 760px;
    position: relative;
    bottom: 455px;
}

.view-bottom-inner {
    width: 20%;
    padding: 1rem 0.5rem;
    border: 1px solid;
    height: 41%;
    display: flex;
    align-items: anchor-center;
    justify-content: center;
}

ul.view-bottom-right-imglist {
    display: flex;
    width: -webkit-fill-available;
    margin: 0 0 0 auto;
    align-items: baseline;
}

.view-bottom-right {
    width: 62.5%;
    display: flex;
    align-items: end;
}

ul.view-bottom-right-imglist li {
    margin: 0;
}

ul.view-bottom-right-imglist li img {
    object-fit: cover;
    display: block;
    width: -webkit-fill-available;
}

.view-top-right ul li span {
    margin-left: 10px;
    display: inline-block;
    transform: translateY(2px);
}

li.contact-btn {
    border: 1px solid;
    padding: 0.65rem 1rem;
    text-align: center;
    width: 250px;
}

.view-top-right ul {
    margin-left: 6rem;
    margin-bottom: 2rem;
}

.view-bottom-left div {
    margin-bottom: 6rem;
}

.view-bottom-inner-right {
    padding-bottom: 4rem;
}

.view-bottom-inner-right p strong {
    font-size: 18px;
}

.view-bottom-inner-right p {
    margin: 0 0 0.5rem;
    font-size: 14px;
}

a.top-link {
    position: relative;
}

a.top-link::after {
    content: "";
    display: inline-block;
    border: 0.5px solid;
    width: 12px;
    position: absolute;
    left: 130px;
    bottom: 50%;
    transform: scaleY(0.5)translateY(2.5px);
}

a.top-link::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-right: 4px solid #fff;
    margin-right: 0px;
    vertical-align: middle;
    position: absolute;
    left: 140px;
    bottom: 50%;
    transition: 1s;
    transform: translateY(3px);
}

.view-bottom-inner p {
    text-align: center;
    margin: auto;
    display: flex;
    align-items: center;
    height: -webkit-fill-available;
    width: fit-content;
}


/* インジケーター全体 */
.indicator-main {
    display: grid;
    gap: 30px;
    position: absolute;
    left: 2.1rem;
    top: 2rem;
}

.indicator-main .dot-wrapper {
    display: block;
    position: relative;
    width: 30px;
    height: 80px;
}

.indicator-main .dot {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 80px;
    background: #fff;
    opacity: 0.5;
    transition: opacity 0.3s, transform 0.3s;
}

.indicator-main .dot.active {
    opacity: 1;
}

.indicator-main .dot::before {
    position: absolute;
    bottom: 25px;
    left: -45px;
    font-family: serif;
    font-size: 13px;
    font-weight: 100;
    color: #fff;
    transform: rotate(90deg);
    padding: 1rem 0rem 0rem 4rem;
}

.indicator-main .dot-wrapper:nth-child(1) .dot::before {
    content: "01";
}

.indicator-main .dot-wrapper:nth-child(2) .dot::before {
    content: "02";
}

.indicator-main .dot-wrapper:nth-child(3) .dot::before {
    content: "03";
}

.indicator-main .dot-wrapper:nth-child(4) .dot::before {
    content: "04";
}

.indicator-main .dot-wrapper:nth-child(5) .dot::before {
    content: "05";
}

.indicator-main .dot::after {
    content: "";
    position: absolute;
    left: -2px;
    bottom: -3px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 5px solid #fff;
    transform: rotate(90deg);
}


.main-slider .slide {
    display: none;
}

.main-slider .slide.active {
    display: block;
}

.indicator-main .dot {
    cursor: pointer;
}


@media screen and (max-width: 768px) {
    span.dot-wrapper.sp-ver span {
        height: 60px;
    }

    span.dot-wrapper.sp-ver {
        height: 60px;
    }

    .indicator-main .dot::before {
        position: absolute;
        bottom: 5px;
        left: -30px;
        font-family: serif;
        font-size: 13px;
        font-weight: 100;
        color: #fff;
        transform: rotate(90deg);
        padding: 1rem 0rem 0rem 2rem;
    }

    img#sptitlelogo {
        object-fit: contain;
    }


}



/* news-contents */
section.main-content {
    padding: 2rem 0;
    margin: 4rem 0;
    position: relative;
}

.news-contents {
    padding: 2rem 0;
    background-color: #F2F2F2;
    position: relative;
}

.news-inner-contents {
    max-width: 1160px;
    padding: 0rem 20px;
    margin: auto;
    display: block;
    position: relative;
}

section.main-view-sp-only {
    display: none;
}

img.title-bg {
    position: absolute;
    top: -32px;
    z-index: 10;
}

.news-inner-img {
    max-width: 1440px;
    margin: auto;
    position: relative;
}

img.inner-contents-bg {
    position: absolute;
    top: -80px;
    right: 0%;
}

img.title-bg-top {
    position: absolute;
    top: -73px;
    transform: translateX(-5px);
}

h2.inner-contents-title {
    font-size: 36px;
}

ul.tour-list li a {
    display: flex;
    gap: 1rem;
    align-items: center;
}

@media screen and (max-width: 768px) {
    section.main-view {
        display: none;
    }

    section.main-view-sp-only {
        display: block;
    }

    .sp-view-top {
        width: -webkit-fill-available;
        display: block;
    }

    .main-view-blue {
        background-color: #00409D;
        padding: 2rem 0;
        position: relative;
    }



    .main-view-blue-img {
        width: 70%;
        margin: 0 0 0 auto;
    }

    .main-view-blue-img {
        display: flex;
        justify-content: end;
        gap: 12.5px;
        padding-left: 1.25rem;
        align-items: flex-start;
    }



    img.main-view-blue-right {
        width: -webkit-fill-available;
        aspect-ratio: 4 / 5;
        object-fit: cover;
    }

    img.main-view-blue-left {
        width: fit-content;
        height: fit-content;
    }

    .main-view-blue-text {
        margin-top: 1.5rem;
        color: #fff;
        display: flex;
        justify-content: right;
        width: 80%;
        margin: 1.5rem 0 0 auto;
        gap: 3.5%;
    }

    p.top-day {
        border: 1px solid;
        text-align: center;
        width: 35%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sp-top-text-blue {
        width: 65%;
        padding: 0 0.5rem;
    }

    .sp-top-text-blue p {
        margin-bottom: .5rem;
    }

    .indicator-main.sp-ver {
        left: 1rem;
    }


}


/* tab parts */
.tabs {
    display: flex;
    margin-top: 3rem;
    width: 65%;
    min-width: 380px;
    overflow: hidden;
}

.tab-btn {
    flex: 1;
    padding: 32px 1rem;
    border: none;
    background: #E6E6E6;
    cursor: pointer;
    font-size: 20px;
    color: #00409D;
    font-weight: bold;
    border-radius: 20px 0 0 0;
    background-image: url(../../../uploads/2025/08/tab-icon-blue.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 24%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab-btn.active {
    background: #00409D;
    color: #fff;
    background-image: url(../../../uploads/2025/08/tab-icon.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 24%;
    position: relative;
}

.status p {
    width: 60px;
    text-align: center;
}

.tab-contents {
    background: #fff;
    padding: 2rem;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tour-list {
    list-style: none;
    padding: 0;
}

.tour-list li {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: 14px;
    align-items: center;
}

.status {
    background: #fff;
    color: #004aad;
    border: 1px solid #00409D;
    padding: 2px 10px;
    font-size: 14px;
    font-weight: 600;
    display: block;
    width: fit-content;
}

.date {
    color: #004aad;
    font-weight: bold;
    margin-right: 1rem;
}

.title {
    flex: 1;
}

.tab-btn::after {
    content: "";
    display: inline-block;
    border: 0.5px solid;
    width: 15px;
    position: absolute;
    right: 80px;
    bottom: 50%;
    transform: scaleY(0.5)translateY(5px);
}

.tab-btn::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-right: 4px solid;
    margin-right: 0px;
    vertical-align: middle;
    position: absolute;
    right: 80px;
    bottom: 50%;
    transition: 1s;
    transform: translateY(3.5px);
}
.news-titlecolor{
    color:#4D4D4D;
}
a.news-inner-contents-link {
    display: none;
}

.tour-contents p {
    display: flex;
}


@media screen and (max-width: 968px) {
    .tab-btn {
        background-position-x: 16%;
    }

    .tab-btn.active {
        background-position-x: 16%;
    }

    .tab-btn::after {
        right: 40px;
    }

    .tab-btn::before {
        right: 40px;
    }



}


@media screen and (max-width: 768px) {
    .tour-list li {
        display: block;
    }

    .status {
        margin-bottom: 0.5rem;
    }

    .tab-contents {
        max-height: 500px;
        overflow-y: auto;
        scrollbar-color: #00409D #e6e6e6;
        padding: 0 1rem;
    }

    .tab-contents::-webkit-scrollbar-thumb {
        background: #00409D;
        border-radius: 8px;
        border: 2px solid transparent;
    }

    .tab-contents::-webkit-scrollbar {
        width: 12px;
    }

    .tab-contents::-webkit-scrollbar-track {
        background: #e6e6e6;
        border-radius: 8px;
    }

    .tab-contents-pad {
        padding: 2rem 1rem 2rem 0;
        background: #fff;
    }

    .tab-contents::-webkit-scrollbar-button {
        display: none;
    }

    .tabs {
        margin-top: 2rem;
        width: -webkit-fill-available;
        min-width: inherit;
    }

    .tab-btn::after,
    .tab-btn::before {
        display: none;
    }

    .tab-btn.active {
        background-position-x: 12%;
        background-size: 24px;
    }

    .tab-btn {
        background-position-x: 12%;
        font-size: 14px;
        background-size: 24px;
    }

    img.inner-contents-bg {
        position: absolute;
        top: -90px;
        right: 0%;
        width: 50%;
        aspect-ratio: 4 / 3;
        object-fit: cover;
    }

    .tour-contents p {
        display: block;
    }

    img.title-bg {
        top: -33px;
        width: 135px;
    }

    img.title-bg-top {
        position: absolute;
        top: -58px;
        transform: translateX(-2px);
        width: 114px;
    }

    h2.inner-contents-title {
        font-size: 26px;
        margin-left: 1rem;
    }

    a.news-inner-contents-link {
        display: flex;
        margin: 2rem 0 0 2rem;
        position: relative;
        align-items: center;
        color: #4D4D4D;
    }

    img.link-icon {
        margin-left: 1rem;
        transform: translateY(-3px);
    }


}


/* around the world */
.inner-world {
    max-width: 1440px;
    padding: 20px 0 0;
    margin: auto;
}

.section-title {
    width: -webkit-fill-available;
    max-width: 610px;
    color: #fff;
    position: relative;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 100px;
    padding-right: 90px;
    background-color: #00409D;
}

h2.inner-section-contents-title {
    font-size: 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 2rem;
}

img.world-bg {
    position: absolute;
    top: -50px;
    z-index: 100;
    filter: invert(32%) sepia(92%) saturate(500%) hue-rotate(180deg);
    width: 85%;
}

img.japan-bg {
    position: absolute;
    top: -50px;
    z-index: 100;
    filter: invert(32%) sepia(92%) saturate(500%) hue-rotate(180deg);
    width: 25%;
}


span.list-link {
    font-size: 14px;
    font-weight: 500;
    position: relative;
}

p.inner-world-text {
    font-size: 26px;
    color: #00409D;
    padding: 0.5rem;
    font-weight: bold;
    margin-left: 120px;
}

span.list-link::after {
    content: "";
    display: inline-block;
    border: 0.5px solid;
    width: 15px;
    position: absolute;
    right: -40px;
    bottom: 50%;
    transform: scaleY(0.5)translateY(5px);
}

span.list-link::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-right: 4px solid;
    margin-right: 0px;
    vertical-align: middle;
    position: absolute;
    right: -40px;
    bottom: 50%;
    transition: 1s;
    transform: translateY(3.5px);
}

.tour-list-contents {
    padding-right: 20px;
    position: relative;
}

ul.tour-list-card {
    display: flex;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: relative;
    width: 1200px;
    margin: auto;
}

ul.tour-list-card::-webkit-scrollbar {
    display: none;
}


ul.tour-list-card li {
    width: 360px;
    height: 450px;
    position: relative;
}

.tour-list-text {
    width: 260px;
    margin: auto;
    padding: 15px 10px;
    background-color: rgba(230, 230, 230, 0.7);
    transform: translateY(-60px);
    position: relative;
}

.tour-list-text h2 {
    font-size: 14px;
    background: #00409D;
    color: #fff;
    padding: 0.5rem;
    position: absolute;
    width: auto;
    top: -30px;
    left: -15px;
    z-index: 1000;
}

.tour-list-text p {
    color: #4D4D4D;
    font-size: 14px;
    margin-bottom: 0.5rem;
}

.tour-list-text a {
    color: #00409d;
    font-size: 14px;
    position: relative;
}

.tour-list-text a {
    color: #00409d;
    font-size: 14px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
}

.tour-list-text a img {
    transform: translateY(2px);
}

ul.tour-list-card li:nth-child(even) {
    margin-top: 3rem;
    margin-bottom: 0;
}

.top-list-card {
    scroll-snap-align: start;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
}

li.top-list-card:nth-child(1) {
    transform: translateX(0);
    z-index: 100;
    position: relative;
}

li.top-list-card:nth-child(2) {
    transform: translateX(-15px);
    z-index: 90;
    position: relative;
}

li.top-list-card:nth-child(3) {
    transform: translateX(-30px);
    z-index: 80;
    position: relative;
}

li.top-list-card:nth-child(4) {
    transform: translateX(-45px);
    z-index: 70;
    position: relative;
}

section.main-content.world-section {
    margin-bottom: 0px;
    padding-bottom: 0px;
}


.tour-list-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.tour-list-card {
    transition: transform 0.6s ease-in-out;
}


.dot-tour {
    transition: background 0.3s;
}



/* around the world tab*/

/* インジケーター全体 */
.indicator-main-tour {
    display: grid;
    gap: 20px;
    position: absolute;
    left: 2.1rem;
    top: 2rem;
    z-index: 1000;
}

.indicator-main-tour .dot-tour-wrapper {
    display: block;
    position: relative;
    width: 30px;
    height: 60px;
}

.indicator-main-tour .dot-tour {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 60px;
    background: #00409D;
    opacity: 0.5;
    transition: opacity 0.3s, transform 0.3s;
}

.indicator-main-tour .dot-tour.active {
    opacity: 1;
}

.indicator-main-tour .dot-tour::before {
    position: absolute;
    bottom: 15px;
    left: -35px;
    font-family: serif;
    font-size: 13px;
    font-weight: 100;
    color: #00409D;
    transform: rotate(90deg);
    padding: 1rem 0rem 0rem 3rem;
}

.indicator-main-tour .dot-tour-wrapper:nth-child(1) .dot-tour::before {
    content: "01";
}

.indicator-main-tour .dot-tour-wrapper:nth-child(2) .dot-tour::before {
    content: "02";
}

.indicator-main-tour .dot-tour-wrapper:nth-child(3) .dot-tour::before {
    content: "03";
}

.indicator-main-tour .dot-tour-wrapper:nth-child(4) .dot-tour::before {
    content: "04";
}

.indicator-main-tour .dot-tour-wrapper:nth-child(5) .dot-tour::before {
    content: "05";
}

.indicator-main-tour .dot-tour::after {
    content: "";
    position: absolute;
    left: -2px;
    bottom: -3px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 5px solid #00409D;
    transform: rotate(90deg);
}

.indicator-main-tour .dot-tour {
    cursor: pointer;
}

.tour-list-card {
    transition: all 0.5s ease;
    /* アニメーションの設定 */
    position: relative;
}

.top-list-card {
    transition: transform 0.5s ease;
}



section.main-content.world-tab-section {
    margin-top: 0px;
    padding-top: 0px;
}

.world-tabs {
    display: flex;
    max-width: 1200px;
    margin: auto;
    gap: 1rem;
}

.world-tab-btn {
    flex: 1;
    padding: 32px 1rem;
    border: none;
    background-color: #E6E6E6;
    cursor: pointer;
    font-size: 20px;
    max-width: 380px;
    color: #00409D;
    font-weight: 600;
    border-radius: 20px 0 0 0;
    background-image: url(../../../uploads/2025/08/tab-icon-blue.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 21%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

button.world-tab-btn.tab-bg-blue {
    background-color: #00409D;
    color: #fff;
    background-image: url(../../../uploads/2025/08/tab-icon.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 24%;
    position: relative;
}

.world-tab-contents {
    background: #fff;
}

.world-tab-content {
    display: none;
}

.world-tab-content.active {
    display: block;
}

.world-tour-list {
    list-style: none;
    padding: 0;
}

.world-tour-list li {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.world-status {
    background: #fff;
    color: #004aad;
    border: 1px solid #004aad;
    padding: 2px 6px;
    font-size: 12px;
}

.world-date {
    color: #004aad;
    font-weight: bold;
}

.world-title {
    flex: 1;
}

div#Destination {
    width: -webkit-fill-available;
    margin: auto;
    background-color: rgba(0, 64, 157, 0.8);
}

div#month {
    background-color: rgba(255, 255, 255, 0.6);
}

.Destination-list,
.month-list {
    max-width: 1000px;
    margin: auto;
    padding: 5rem 0;
}

.world-tab-contents {
    position: relative;
    background: #fff;
    background-image: url(../../../uploads/2025/08/Rectangle-37.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.world-tab-content .tab-bg-blue {
    position: relative;
}

.world-tab-content {
    position: relative;
    z-index: 2;
}

.Destination-list ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.month-list ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.month-box {
    margin: 0;
    background-color: #fff;
    width: 17.5%;
    padding: 0 2rem;
    height: 90px;
    text-align: center;
    display: flex;
    align-items: anchor-center;
    color: #00409D;
    font-weight: 500;
    border: 1px solid;
}

a.month-box li {
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.Destination-list ul>a {
    padding: 0 0.5rem;
    background-color: #fff;
    width: 22%;
    text-align: center;
    color: #004aad;
    height: 120px;
    display: grid;
    align-items: center;
    margin-bottom: 0;
}

.Destination-list ul li {
    margin: 0;
    height: -webkit-fill-available;
    display: grid;
    align-items: center;
}

p.Destination-name {
    font-size: 12px;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

img.img-center {
    margin: auto;
}


.world-tab-btn::after {
    content: "";
    display: inline-block;
    border: 0.5px solid;
    width: 15px;
    position: absolute;
    right: 80px;
    bottom: 50%;
    transform: scaleY(0.5)translateY(5px);
}

.world-tab-btn::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-right: 4px solid;
    margin-right: 0px;
    vertical-align: middle;
    position: absolute;
    right: 80px;
    bottom: 50%;
    transition: 1s;
    transform: translateY(4px);
}

a.sp-kink-text {
    display: none;
}

section.main-content.japan-tab-section {
    margin: 0 0 2rem;
    padding: 0 0 2rem;
}

@media screen and (max-width: 768px) {
    section.main-content.news-section {
        padding: 2rem 0;
        margin: 4rem 0 2rem;
    }

    section.main-content.world-section {
        margin: 0px;
        padding: 0px;
    }

    br.sp-none {
        display: none;
    }

    p.Destination-name-jp {
        font-size: 14px;
    }

    .section-title {
        padding: 1.5rem;
        width: 80%;
    }

    img.world-bg {
        top: -25px;
    }

    span.list-link {
        display: none;
    }

    h2.inner-section-contents-title.world-bg {
        font-size: 28px;
        margin-left: 1rem;
    }

    p.inner-world-text {
        margin-left: 20px;
        font-size: 24px;
    }

    ul.tour-list-card {
        padding-left: 60px;
        background-position-x: 1rem;
        padding-top: 2rem;
    }

    ul.tour-list-card li {
        width: 260px;
        height: 450px;
        position: relative;
    }

    a.month-box {
        width: -webkit-fill-available;
    }

    img.tour-list-img {
        width: -webkit-fill-available;
    }

    .tour-list-text {
        width: 230px;
        padding: 15px;
        transform: translate3d(30px, 15px, 10px);
    }

    .tour-list-text h2 {
        top: -45px;
        left: -10px;
        width: 230px;
    }


    li.top-list-card:nth-child(2) {
        transform: translateX(45px);
    }

    li.top-list-card:nth-child(3) {
        transform: translateX(90px);
    }

    li.top-list-card:nth-child(4) {
        transform: translateX(135px);
    }

    .world-tabs {
        gap: 0rem;
    }

    .world-tab-btn {
        font-size: 14px;
    }

    button.world-tab-btn.tab-bg-blue {
        background-position-x: 13%;
        background-size: 22px;
    }

    .world-tab-btn {
        background-position-x: 11%;
        background-size: 22px;
    }

    .world-tab-btn::before,
    .world-tab-btn::after {
        display: none;
    }

    div#Destination,
    div#month,
    div#Destination-jp,
    div#month-jp {
        padding: 2rem 1rem;
    }

    .Destination-list,
    .month-list {
        background: #fff;
        padding: 0 1rem;
        height: 430px;
        overflow-y: auto;
        border-top: 16px solid #fff;
        border-bottom: 16px solid #fff;
        border-right: 16px solid #fff;
    }

    /* スクロールバー */
    .Destination-list::-webkit-scrollbar {
        width: 10px;
    }

    .Destination-list::-webkit-scrollbar-track {
        background: #E6E6E6;
        border-radius: 10px;
        margin: 10% 1rem;
    }

    .Destination-list::-webkit-scrollbar-thumb {
        background: #00409D;
        border-radius: 10px;
        border: 2px solid #E6E6E6;
    }

    .month-list::-webkit-scrollbar {
        width: 10px;
    }

    .month-list::-webkit-scrollbar-track {
        background: #E6E6E6;
        border-radius: 10px;
        margin: 10% 1rem;
    }

    .month-list::-webkit-scrollbar-thumb {
        background: #00409D;
        border-radius: 10px;
        border: 2px solid #E6E6E6;
    }

    .Destination-list ul {
        display: block;
        margin-right: 1rem;
        border: 1px solid #00409D;
    }


    .month-list ul {
        margin-right: 1.5rem;
    }

    .Destination-list ul a {
        border-bottom: 1px solid;
    }

    .Destination-list ul a:last-child {
        border-bottom: none;
    }

    img.img-center {
        margin: inherit;
    }


    .Destination-list ul>a,
    .month-list-list ul>a {
        width: -webkit-fill-available;
        height: 50px;
        padding: 0 1rem;
    }

    .Destination-list ul li {
        display: flex;
        justify-content: space-between;
    }

    p.Destination-name {
        display: none;
    }

    a.month-box li {
        font-size: 14px;
    }

    a.sp-kink-text {
        color: #00409d;
        font-size: 14px;
        font-weight: 500;
        margin: 2rem 2rem 1rem;
        display: flex;
        justify-content: flex-start;
        gap: 1rem;
        align-items: center;
    }

}

/* japan */
/* インジケーター全体 */
.indicator-main-japan {
    display: grid;
    gap: 20px;
    position: absolute;
    left: 2.1rem;
    top: 2rem;
    z-index: 1000;
}

.indicator-main-japan .dot-japan-wrapper {
    display: block;
    position: relative;
    width: 30px;
    height: 60px;
}

.indicator-main-japan .dot-japan {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 60px;
    background: #00409D;
    opacity: 0.5;
    transition: opacity 0.3s, transform 0.3s;
}

.indicator-main-japan .dot-japan.active {
    opacity: 1;
}

.indicator-main-japan .dot-japan::before {
    position: absolute;
    bottom: 15px;
    left: -35px;
    font-family: serif;
    font-size: 13px;
    font-weight: 100;
    color: #00409D;
    transform: rotate(90deg);
    padding: 1rem 0rem 0rem 3rem;
}

.indicator-main-japan .dot-japan-wrapper:nth-child(1) .dot-japan::before {
    content: "01";
}

.indicator-main-japan .dot-japan-wrapper:nth-child(2) .dot-japan::before {
    content: "02";
}

.indicator-main-japan .dot-japan-wrapper:nth-child(3) .dot-japan::before {
    content: "03";
}

.indicator-main-japan .dot-japan-wrapper:nth-child(4) .dot-japan::before {
    content: "04";
}

.indicator-main-japan .dot-japan-wrapper:nth-child(5) .dot-japan::before {
    content: "05";
}

.indicator-main-japan .dot-japan::after {
    content: "";
    position: absolute;
    left: -2px;
    bottom: -3px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 5px solid #00409D;
    transform: rotate(90deg);
}

.indicator-main-japan .dot-japan {
    cursor: pointer;
}









.inner-japan {
    max-width: 1440px;
    padding: 20px 0 0;
    margin: auto;
}

.japan-tabs {
    display: flex;
    max-width: 1200px;
    margin: auto;
    gap: 1rem;
}

.japan-tab-btn {
    flex: 1;
    padding: 32px 1rem;
    border: none;
    background-color: #E6E6E6;
    cursor: pointer;
    font-size: 20px;
    max-width: 380px;
    color: #00409D;
    font-weight: 600;
    border-radius: 20px 0 0 0;
    background-image: url(../../../uploads/2025/08/tab-icon-blue.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 21%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
}

button.japan-tab-btn.tab-bg-blue {
    background-color: #00409D;
    color: #fff;
    background-image: url(../../../uploads/2025/08/tab-icon.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 24%;
    position: relative;
}

.japan-tab-contents {
    background: #fff;
}

.japan-tab-content {
    display: none;
}

.japan-tab-content.active {
    display: block;
}

.japan-tour-list {
    list-style: none;
    padding: 0;
}

.japan-tour-list li {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.japan-status {
    background: #fff;
    color: #004aad;
    border: 1px solid #004aad;
    padding: 2px 6px;
    font-size: 12px;
}

.japan-date {
    color: #004aad;
    font-weight: bold;
}

.japan-title {
    flex: 1;
}

.japan-tab-contents {
    position: relative;
    background: #fff;
    background-image: url(../../../uploads/2025/08/Rectangle-50.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

div#Destination-jp {
    width: -webkit-fill-available;
    margin: auto;
    background-color: rgba(0, 64, 157, 0.8);
}

div#month-jp {
    background-color: rgba(255, 255, 255, 0.6);
}


a.Destination-jp-box li {
    display: flex;
    justify-content: space-between;
    padding: 0 1.5rem;
    font-weight: bold;
    text-align: left;
}

a.Destination-jp-box {
    height: 90px !important;
    padding: 0 !important;
    width: 23% !important;
}

span.icon-tr {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    section.main-content.japan-section {
        margin: 0px;
        padding: 0px;
    }

    img.japan-bg {
        top: -25px;
    }

    h2.inner-section-contents-title.japan-bg {
        font-size: 28px;
        margin-left: 1rem;
    }

    p.inner-japan-text {
        margin-left: 20px;
        font-size: 24px;
    }

    .japan-tabs {
        gap: 0rem;
    }

    .japan-tab-btn {
        font-size: 14px;
        background-position-x: 11%;
        background-size: 22px;
    }

    button.japan-tab-btn.tab-bg-blue {
        background-position-x: 13%;
        background-size: 22px;
    }

    .japan-tab-btn::before,
    .japan-tab-btn::after {
        display: none;
    }

    a.Destination-jp-box {
        height: 90px !important;
        padding: 0 !important;
        width: 100% !important;
    }
}

/* ATS Club */
.inner-ATS {
    max-width: 1440px;
    padding: 20px 0 0;
    margin: auto;
}

img.ats-bg {
    position: absolute;
    top: -50px;
    z-index: 100;
    filter: invert(32%) sepia(92%) saturate(500%) hue-rotate(180deg);
    width: 40%;
}

ul.ats-list {
    max-width: 1140px;
    padding: 20px;
    margin-top: 20px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
    color: #00409D;
    flex-wrap: wrap;
}

ul.ats-list li {
    max-width: 520px;
    width: 48%;
    text-align: center;
    margin: 0;

}

img.ats-card-img {
    width: 90%;
    position: relative;
    top: -60px;
}

ul.ats-list li div {
    border: 1px solid;
    padding: 25px 40px 50px;
}


h3.mg-tb {
    font-size: 20px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.mg-tb {
    margin-top: 1rem;
    margin-bottom: 1.75rem;
}


@media screen and (max-width: 768px) {
    img.ats-bg {
        top: -35px;
    }

    ul.ats-list li {
        max-width: fit-content;
    }

    ul.ats-list li img {
        max-width: 100%;
        height: auto;
    }

    ul.ats-list li div {
        padding: 25px 15px 50px;
    }

    p.mg-tb {
        text-align: left;
    }

}

/* ATS Tour */
.section-title.gray-ver {
    background-color: #f2f2f2;
    color: #4D4D4D;
}

img.ats-bg.gray-img {
    filter: inherit;
    width: 75%;
}

img.ats-bg.gray-img.half-img {
    top: 0;
}

.inner-ATS-Tour {
    max-width: 1440px;
    padding: 20px 0 0;
    margin: auto;
}

.ATS-Tour-main {
    max-width: 1200px;
    margin: 3rem auto;
    padding: 0 20px;
}

.ATS-Tour-main-flex {
    display: flex;
    gap: 3rem;
    background-color: #F2F2F2;
    padding: 0 3rem;
    align-items: center;
    margin: 6rem 0 4rem;
    position: relative;
}

img.ATS-Tour-main-img {
    max-width: 482px;
    transform: translateY(-50px);
    width: 50%;
}

.ATS-Tour-main-flex-right {
    color: #00409D;
}

.ATS-Tour-main-flex-right h3 {
    margin-bottom: 1.5rem;
    font-size: 24px;
}

.ATS-Tour-main-flex-right p {
    font-weight: 500;
}

p.ATS-Tour-main-info {
    color: #4d4d4d;
    font-size: 26px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .ATS-Tour-main-flex {
        display: block;
        gap: 3rem;
        padding: 2rem 0;
        margin: 2rem 0 2rem;
        background-color: initial;
    }

    img.ATS-Tour-main-img {
        width: -webkit-fill-available;
        z-index: 10;
        display: block;
        position: relative;
        top: 40px;
        padding: 0 15px;
    }

    .ATS-Tour-main {
        padding: 0;
    }

    .ATS-Tour-main-flex-right {
        background-color: #f5f5f5;
        padding: 8rem 1rem 2rem;
        position: relative;
        bottom: 110px;
    }

    p.ATS-Tour-main-info {
        width: 90%;
        margin: auto;
    }

}

/* ATS Report */
.section-title.gray-ver {
    background-color: #f2f2f2;
    color: #4D4D4D;
}

img.ats-bg.gray-img {
    filter: inherit;
    width: 75%;
}

img.ats-bg.gray-img.half-img {
    top: 0;
}

.inner-ATS-Report {
    max-width: 1440px;
    padding: 20px 0 0;
    margin: auto;
}

.ATS-Report-main {
    max-width: 1200px;
    margin: 3rem auto;
    padding: 0 20px;
}

img.ats-bg.gray-img.Report-img {
    width: initial;
    top: -45px;
}

img.ats-bg.gray-img.half-img.Report-img {
    top: -0;
}



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

/* voice */


img.ats-bg.gray-img.half-img {
    top: 0;
}

.inner-voice {
    max-width: 1440px;
    padding: 20px 0 0;
    margin: auto;
}

.voice-main {
    max-width: 1200px;
    margin: 3rem auto;
    padding: 0 20px;
}

img.ats-bg.gray-img.Report-img {
    width: initial;
    top: -45px;
}

img.ats-bg.gray-img.half-img.voice-img {
    width: auto;
    transform: translateX(8px);
    top: 0;
}


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


/* naturing-tour */

.inner-naturing-tour {
    max-width: 1440px;
    padding: 20px 0 0;
    margin: auto;
}

.naturing-tour-main {
    max-width: 1200px;
    margin: 3rem auto;
    padding: 0 20px;
}

img.ats-bg.naturing-img {
    width: 62%;
    top: -70px;
}


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


/* inbound */

.inner-inbound {
    max-width: 1440px;
    padding: 20px 0 0;
    margin: auto;
}

.inbound-main {
    max-width: 1200px;
    margin: 3rem auto;
    padding: 0 20px;
}

img.ats-bg.inbound-img {
    width: 30%;
    top: -45px;
}

span.title-small {
    font-size: 1rem;
}

h2.inner-section-contents-title.world-bg.inbound {
    justify-content: flex-start;
    gap: 20px;
    align-items: baseline;
}






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



/* company_overview */
.overviewpage.title-banner {
    background-image: url(../../../uploads/2025/09/Rectangle-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

img.overview-logo {
    margin: 3rem auto;
    display: block;
}

ul.overview-list {
    color: #00409D;
    margin-bottom: 10rem;
}

ul.overview-list li {
    display: flex;
    gap: 27px;
    margin: 0;
}

ul.overview-list li span {
    border-bottom: 1px solid;
    padding: 2rem 1rem;
}

span.overview-list-left {
    min-width: 200px;
}

span.overview-list-right {
    width: -webkit-fill-available;
}

.inner-page-title.overview img {
    height: 55px;
    object-fit: cover;
}

.inner-page-title.overview h1 {
    margin-top: 1rem;
}

@media screen and (max-width: 768px) {
    img.overview-logo {
        margin: 1rem auto;
    }

    ul.overview-list {
        margin-bottom: 5rem;
    }

    ul.overview-list li {
        display: grid;
        gap: 0px;
        margin-bottom: 2rem;
    }

    ul.overview-list li span {
        padding: 1rem 0.5rem;
    }

    img.overview-logo {
        max-width: 200px;
        width: 60%;
    }
}

/* トラベルインフォメーション */
section.page-inner-contents.trabelpage {
    padding-bottom: 6rem;
}

.travelpage.title-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

img.travel-info-title {
    height: 54px;
    position: relative;
    left: -25px;
}

.page-inner-contents-text {
    background: url(../../../uploads/2025/09/logo-mark.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 2rem 0;
    padding: 4rem 2rem;
    text-align: left;
    color: #00409D;
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    min-height: 100px;
}

.link-box-item {
    background: #F2F2F2;
    padding: 2.5rem;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 40%;
}

.travelpage-inner-contents-main {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}

.travelpage-inner-contents-main>* {
    width: calc(50% - 1rem);
    /* gap分を調整 */
    box-sizing: border-box;
}

p.link-box-item-title-text {
    color: #00409D;
    font-weight: bold;
    font-size: 20px;
    display: flex;
    gap: 10px;
    margin-top: 12px;
}

a.travelpagelink {
    display: flex;
    align-items: center;
    justify-content: normal;
    gap: 15px;
    cursor: pointer;
}

a.travelpagelink span {
    display: flex;
}

p.link-box-item-title-text span {
    transform: translateY(-2px);
}

@media screen and (max-width: 768px) {
    img.travel-info-title {
        height: 40px;
        left: -25px;
    }

    .travelpage-inner-contents-main {
        display: block;
    }

    .link-box-item {
        width: -webkit-fill-available;
        margin-bottom: 2rem;
        padding: 1.5rem;
        flex-wrap: wrap;
        display: block;
    }

    p.link-box-item-title-text {
        font-size: 17px;
    }

    .page-inner-contents-text {
        padding: 2rem 0rem;
        font-size: 16px;
    }

}


/* 海外旅行 旅行条件（要旨） */
.conditionspage.title-banner {
    background-image: url(../../../uploads/2025/10/Rectangle-2-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-inner-main-item {
    margin: 1.5rem 0;
    /*min-height: 10rem;*/
    padding-bottom:3rem;
}

h3.item-h3 {
    color: #00409D;
    font-size: 22px;
    border-bottom: 1px solid;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

p.item-text {
    font-size: 16px;
}

span.sm-text-glaybox {
    font-size: 12px;
    line-height: 30px;
}

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

    h3.item-h3 {
        font-size: 18px;
    }

    p.item-text {
        font-size: 15px;
    }

}

/* 健康診断のお願い */
.healthcheckpage.title-banner {
    background-image: url(../../../uploads/2025/10/Rectangle-2-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-inner-glaybox {
    margin-top: 5rem;
    background: #F2F2F2;
    padding: 2.5rem;
    border-radius: 20px;
}

.page-inner-glaybox p {
    max-width: 950px;
    margin: auto;
}

p.item-text.glaybox-mt {
    margin-top: 2rem;
}

@media screen and (max-width: 768px) {
    .page-inner-glaybox {
        margin-top: 4rem;
        padding: 1.5rem;
    }
}

/* 高山病にならないために */
.healthtipspage.title-banner {
    background-image: url(../../../uploads/2025/10/Rectangle-2-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.healthtips-item {
    display: flex;
    gap: 2rem;
    align-items: anchor-center;
    margin-bottom: 4rem;
}

.healthtips-item-l {
    background: #F2F2F2;
    max-width: 185px;
    width: -webkit-fill-available;
    height: 154px;
    text-align: center;
    display: grid;
    color: #00409D;
    border-radius: 15px;
}

.healthtips-item-l img {
    margin: auto auto 1rem auto;
}

.healthtips-item-l h3 {
    font-size: 16px;
}

p.healthtips-item-r {
    line-height: 30px;
    height: -webkit-fill-available;
    display: flex;
    align-items: anchor-center;
    border-bottom: 1px solid #f5f5f5;
    width: -webkit-fill-available;
}

p.healthtips-bottom-text {
    font-size: 12px;
    margin: 90px 0 0;
}

@media screen and (max-width: 768px) {
    .healthtips-item {
        display: block;
    }

    .healthtips-item-l {
        margin: auto auto 2.5rem;
    }
}

/* お申し込みから出発まで */
.flowpage.title-banner {
    background-image: url(../../../uploads/2025/10/Rectangle-2-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.flowpage-item {
    display: flex;
    gap: 2rem;
    align-items: anchor-center;
    margin-bottom: 4rem;
    position: relative;
}

.flowpage-item-l {
    background-color: #F4F9FF;
    max-width: 262px;
    width: -webkit-fill-available;
    height: 119px;
    text-align: center;
    display: grid;
    color: #00409D;
    border-radius: 15px;
    position: relative;
}

img.arrow-img {
    position: absolute;
    left: 50%;
    bottom: -42px;
}

.flowpage-item-l img {
    margin: auto auto 0.25rem auto;
}

.flowpage-item-l h3 {
    font-size: 16px;
}

p.flowpage-item-r {
    line-height: 30px;
    height: -webkit-fill-available;
    display: flex;
    align-items: anchor-center;
    border-bottom: 1px solid #00409D;
    width: -webkit-fill-available;
}

p.flowpage-bottom-text {
    font-size: 12px;
    margin: 90px 0 0;
}

.flowpage-contact {
    margin: 5rem 0 0;
}

.flowpage-contact p {
    color: #00409D;
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    text-align: center;
}

.flowpage-contactbox {
    border: 1px solid #00409D;
    max-width: 412px;
    margin: 3rem auto 1px;
    padding: 2rem 2.5rem;
}

.flowpage-contactbox h3 {
    color: #00409D;
    font-size: 16px;
    margin-bottom: 1rem;
}

ul.flowpage-contactbox-list li {
    margin-bottom: 0.35rem;
}

img.sp-arrow-img {
    display: none;
}

@media screen and (max-width: 768px) {
    .flowpage-item {
        display: block;
    }

    .flowpage-item-l {
        margin: auto auto 2.5rem;
    }

    img.arrow-img {
        bottom: -170px;
    }

    p.flowpage-item-r {
        padding-bottom: 1rem;
    }

    .flowpage-contact p {
        font-size: 16px;
    }

    img.arrow-img {
        display: none;
    }

    img.sp-arrow-img {
        display: block;
        position: absolute;
        bottom: -40px;
        left: 50%;
    }

    .flowpage-contactbox {
        padding: 1rem;
    }

    ul.flowpage-contactbox-list li {
        font-size: 15px;
    }

    p.flowpage-item-r {
        font-size: 15px;
    }

    p.healthtips-bottom-text {
        font-size: 11px;
        margin: 60px 0 0;
    }

    .flowpage-contact {
        margin: 3rem 0 0;
    }

}

/* ツアーQ&A */
.tour_qa.title-banner {
    background-image: url(../../../uploads/2025/10/Rectangle-2-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-inner-contents-tour_qa {
    max-width: 1000px;
    margin: auto;
}

.qa-page-inner-contents-tour_qa {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    font-family: "Noto Sans JP", sans-serif;
}

.qa-accordion-item {
    background-color: #F2F2F2;
    margin: 1rem 0;
    border-radius: 8px;
    color: #00409D;
}

.qa-accordion-header {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    font-size: 1rem;
    font-weight: bold;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #00409D;
    border-radius: 8px;
}

.qa-accordion-header-text {
    display: flex;
    align-items: center;
    gap: 10px;
}

.qa-accordion-header-text span img {
    position: relative;
    top: 2px;
}

.qa-accordion-inner-content {
    display: flex;
    background: #fff;
    border-radius: 8px;
}

.qa-accordion-content {
    display: none;
    padding: 0rem 1rem 1rem;
    line-height: 1.6;
    color: #000;
    position: relative;
}

.qa-accordion-content p {
    padding: 1rem 1rem 1rem 4rem;
    font-size: 14px;
    font-weight: 500;
}



.qa-icon {
    font-size: 1.2rem;
    transition: transform 0.2s ease;
}

/* 開 */
.qa-accordion-item.active .qa-accordion-content {
    display: block;
}

.qa-accordion-item.active .qa-icon {
    content: "－";
}

section.page-inner-contents.tour_qa {
    padding-bottom: 5rem;
}

img.a-icon {
    position: absolute;
    top: 0.9rem;
    left: 3.25rem;
}

@media screen and (max-width: 768px) {
    .qa-accordion-content p {
        padding: 1rem 0.5rem 1rem 2rem;
    }

    img.a-icon {
        left: 1.5rem;
    }

    .qa-accordion-header {
        font-size: 15px;
        padding: 1rem 0.75rem;
    }

}


header {
    position: fixed;
    width: 100%;
}

main {
    padding-top: 116px
}

.slide-menu {
    top: 116px;
}

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

    main {
        padding-top: 79px
    }

    .slide-menu {
        top: 79px;
    }
}

p.news-contents-item-status span {
    display: inline-block;
    width: auto;
    max-width: none;
    min-width: 120px
}
.bold{
    font-weight:bold;
}
.wpcf7-response-output{
    display:none;
}
.question-parts{
    p{
        white-space:pre-wrap;
    }
}