*,
::before,
::after {
    box-sizing: inherit;
}

html body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    font-family: 'Chivo', sans-serif;
    line-height: 1.6;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: normal;
    text-rendering: optimizeLegibility;
    color: #474747
}

section {
    border-top: 1px solid transparent;
}

.bg-light {
    color: #6c6c6c;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    line-height: 1.2;
}

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 20px;
}

h5,
.h5 {
    font-size: 18px;
}

h6,
.h6 {
    font-size: 16px;
}

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

    h1,
    .h1 {
        font-size: 80px;
    }

    h2,
    .h2 {
        font-size: 56px;
    }

    h3,
    .h3 {
        font-size: 48px;
    }

    h4,
    .h4 {
        font-size: 24px;
    }

    h5,
    .h5 {
        font-size: 20px;
    }

    h6,
    .h6 {
        font-size: 18px;
    }
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.container {
    padding: 24px 20px;
}

@media screen and (min-width: 768px) {
    .container {
        margin: 0 40px;
    }

    /* titleは<h2>内で改行されると困るのでmarginを減らす */
    #title>.container {
        margin: 0 10px;
    }
}

@media screen and (max-width: 767px) {
    .container-only-phone {
        padding: 24px 20px;
    }
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.box-shadow {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.075);
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.white {
    color: white;
}

.rounded-frame {
    border-radius: 15px;
    overflow: hidden;
    margin: 16px;
}

.block {
    display: block;
}

@media screen and (min-width: 768px) {
    .flex-only-pc {
        display: flex;
        justify-content: center;
        width: 100%;
        align-items: center;
    }

    section.flex-only-pc {
        display: flex;
        justify-content: center;
        width: calc(100% - 80px);
        align-items: center;
    }

    .two-column-only-pc {
        width: 40%;
        margin: 0 auto;
    }

    .three-column-only-pc {
        width: 25%;
        margin: 0 auto;
    }

    .first-position-only-pc {
        margin-top: 0;
    }

    .second-position-only-pc {
        margin-top: 100px;
    }

    .third-position-only-pc {
        margin-top: 200px;
    }
}

#floating {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #e74c3c;
    color: #FFF;
    border-radius: 30px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
}

#floating .float-btn {
    font-size: 14px;
    line-height: 20px;
    display: block;
    margin-top: 12px;
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    #floating {
        width: 100px;
        height: 100px;
        bottom: 40px;
        right: 40px;
        border-radius: 50px;
        background-color: #e74c3c;
        color: #FFF;
        text-align: center;
        box-shadow: 2px 2px 3px #999;
        z-index: 1000;
    }

    #floating .float-btn {
        font-size: 16px;
        line-height: 24px;
        margin-top: 28px;
    }
}

#logo {
    max-width: 35%;
    margin: 0 auto;
    display: flex;
}

#hanedall-answers-these-needs {
    background-image: url('assets/There-Is-Hope-Background.png');
    background-position: center center;

    padding-top: 100px;
    padding-bottom: 200px;
}

@media screen and (min-width: 768px) {
    #hanedall-answers-these-needs {
        padding-top: 200px;
        padding-bottom: 200px;
    }
}

.hanedall-answers-container {
    background-color: #6c6c6c55;
    max-width: 1260px;
    margin: 0 auto;
    padding: 24px 20px;
}

#hanedall-pricing {
    padding-bottom: 80px;
}

li.purchase-li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-right: 1rem;
    color: #474747;
    margin-left: -2rem;
}

li.purchase-li {
    margin: 0.5rem 0;
    list-style: none;
}

.btn {
    color: #fff;
    border-color: #e74c3c;
    border-radius: 30px;
    background-color: #e74c3c;
    width: 100%;
    padding: 12px 24px;
    display: inline-block;

    text-align: center;
    text-decoration: none;
}

.purchase-card {
    padding-top: 40px;
}

@media screen and (min-width: 768px) {
    .purchase-card {
        padding-top: 80px;
    }
}

@media screen and (min-width: 768px) {
    #pass-hero-image {
        width: 100%;
        overflow: hidden;
        margin-bottom: -200px;
        position: relative;
        z-index: 0;
    }
}

#hanedall-valid-term {
    padding: 40px 0;
}

.valid-term-container {
    background-color: white;
    max-width: 1260px;
    margin: 0 auto;
}

.valid-term {
    padding: 30px;
}

#valid-term {
    margin: 0 auto;
    height: auto;
    overflow: visible;
}

img#our-local-guide {
    margin: 40px 0;
}

.tour-badge {
    width: fit-content;
    background-color: #fff2d9;
    border: brown 2px solid;
    border-radius: 8px;
    overflow: hidden;
    padding: 0 5px;
}

.tour-badge-text {
    color: brown;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 5px 0 0 0;
}

.tour-badge-num {
    color: brown;
    font-size: 36px;
    font-weight: bold;
    margin: -10px 0 -5px 0;
}

.tour-card {
    position: relative;
    padding: 30px;
    border-radius: 4px;
    border: 4px black;
    margin: 0 10px;
    margin-bottom: 40px;
}

.start-button {
    width: fit-content;
    margin: 40px 0 0 0;
    padding: 8px 16px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: inherit;

    background-color: transparent;
    border-radius: 0;
    border: 2px solid black;
    font-size: 90%;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .tour-card {
        padding-bottom: 100px;
    }

    div>.tour-card:first-of-type {
        margin-left: 200px;
        min-width: 300px;
    }

    div>.tour-card:last-of-type {
        margin-right: 200px;
        min-width: 300px;
    }

    .start-button {
        position: absolute;
        left: 25px;
        bottom: 25px;
        margin: 0;
    }
}

.companies {
    text-decoration: underline;
    font-weight: bold;
    color: inherit;
}

#hanedall-faq {
    background-color: #e4d6cd;
    padding-bottom: 200px;
}

.faq-title {
    width: 75%;
    margin: 0 auto;
}

.accordion {
    border: 2px solid black;
    border-radius: 0px;
    overflow: hidden;
    padding: 20px;
    margin: 40px auto;
}

@media screen and (min-width: 768px) {
    .accordion {
        width: 60%;
        padding: 30px;
    }
}

.accordion-title {
    display: flex;
    align-items: flex-start;
}

.accordion-title::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    display: inline-block;
    padding-right: 15px;
    margin-left: 24px;
}

.accordion-title.collapsed::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    display: inline-block;
    padding-right: 15px;
}

.accordion-title h5 {
    margin: 0;
    display: inline-block;
    flex: 1;
}

.accordion-content {
    margin-top: 24px;
}


@media screen and (min-width: 768px) {
    .gallery-container {
        max-width: calc(1260px + 40px + 40px);
        margin: 0 auto;
        padding: 0 15px;
    }

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

    #gallery1 {
        margin-top: -140px;
        flex: none;
        width: 16.66667%;
        height: auto;
    }

    #gallery2 {
        margin-top: -140px;
        flex: none;
        width: 33.33333%;
        height: auto;
    }

    #gallery3 {
        margin-top: -140px;
        flex: none;
        width: 25%;
        height: auto;
    }

    #gallery4 {
        margin-top: -140px;
        flex: none;
        width: 16.66667%;
        height: auto;
    }
}

.footer-links {
    margin-bottom: 12px;
}

.footer-links a {
    text-decoration: none;
    color: #6c6c6c;
    font-size: 14px;
    margin: 0 20px;
}

.hanedall-footer p {
    text-decoration: none;
    color: #6c6c6c;
    font-size: 14px;
}