body {
    font-family: 'Shippori Mincho B1', serif;
    color: #fff;
    background: #122c5a;
    line-height: 2;
    font-weight: 400;
    letter-spacing: 0.1rem;
    font-size: 16px;
}

h1 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    letter-spacing: 0.5rem;
    line-height: 2;
}

h2 {
    font-size: 1.4rem;
    margin-left: 5%;
    width: 95%;
    font-weight: bold;
    border-bottom: 2px solid ;
    text-align: left;
}

.all-section {
    width: 100%;
    max-width: 640px;
    background: #122c5a url("img/background.png");
}

.dl-section {
    padding: 1rem 0 10rem;
    width: 100%;
    max-width: 640px;
    height: 100%;
    text-align: center;
    background: #122c5a url("img/background.png");
}

.dl-section img {
    margin: 3rem 0 1rem;
}


.lead {
    margin-bottom: 3rem;
    line-height: 2.3;
}

.content {
    margin: 3rem 0;
}

.inner {
    width: 90%;
    margin: 0 5%;
}

.content .introduction {
    margin-top: 1.5rem;
}

.button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    border-radius: 2rem;
    text-decoration: none;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.button-margin {
    margin-top: 1.5rem;
}

.link-button-text {
    margin-right: 0.5rem;
}

small {
    font-size: 75%;
    display: inline;
}

.notes {
    margin: 0.5rem 0;
    font-size: 0.7rem;
    line-height: 1.5;
}

.round-image {
    border-radius: 1rem;
    width: 100%;
}

.height-margin-1rem {
    margin: 1rem 0;
}

.overview-point {
    margin: 1rem 0;
    text-align: center;
    font-weight: bold;
}

/**
景品
 */
.tab-group {
    display: flex;
    overflow-x: scroll;
    white-space: nowrap;
    margin-left: 5%;
    padding: 1rem 0 2rem;
}

.tab-group::-webkit-scrollbar {
    display: none; /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}

.tab {
    font-size: 0.9rem;
    text-align: center;
    border: 1px solid;
    border-radius: 2rem;
    padding: 0.2rem 1rem;
    align-items: center;
    margin: 0 0.5rem;
}

.active-tab {
    background: #FFFFFF;
    color: #122c5a;
    position: relative;
}

.active-tab:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -0.99rem;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-color: #FFFFFF transparent transparent transparent;
    border-width: 1rem 0.5rem 0 0.5rem;
}

.present {
    display: none;
}

.active-content {
    display: block;
}

.present-exclusive {
    margin-top: 0.5rem;
    background: #c30f46;
    font-size: 0.75rem;
    padding: 0.1rem 1rem;
    border-radius: 1.5rem;
    width: fit-content;
}

.present-title {
    margin: 0.5rem 0;
    font-weight: bold;
}

.present-condition {
    width: 100%;
    display: block;
}

.present-detail-title {
    display: flex;
    align-items: center;
    font-weight: bold;
    margin: 1rem 0 0;
}

.title-icon {
    height: 1.5rem;
    margin-right: 0.5rem;
}

.present-detail {
    font-size: 0.9rem;
    margin: 0.5rem 0;
}

.condition-table {
    width: 100%;
    border: 1px solid;
}

.condition-top {
    width: 100%;
    padding: 0.5rem;
    text-align: center;
}

.condition-area {
    font-size: 0.9rem;
    display: flex;
}

.condition {
    text-align: center;
    min-height: 5.5rem;
    width: 50%;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    border: 1px solid;
    flex-flow: column;
}

/**
スポット
 */
.area-spots {
    margin: 2rem 0;
}

.map {
    width: 100%;
    border-radius: 0.5rem;
}

.spot {
    margin: 1.3rem 0;
}

.number-area {
    display: flex;
    align-items: center;
}

.number {
    width: 2.5rem;
    height: 2.5rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    text-align: center;
    background: #FFFFFF;
    color: #122c5a;
}

.category-image {
    height: 1rem;
    width: 1rem;
    margin: 0 0.3rem 0 0.6rem;
}

.spot-detail {
    display: flex;
    margin: 0.5rem 0;
}

.spot-name-button-area {
    width: 60%;
    display: flex;
    flex-flow: column;
    margin-right: 7%;
    justify-content: space-between;
}

.spot-name {
    display: block;
    margin: -0.3rem 0;
}

.spot-image {
    width: 33%;
    height: 33%;
}

.spot .button {
    padding: 0.2rem;
    margin-top: 1rem;
}

/**
手順
 */

.procedure {
    margin: 1rem 0;
}
.procedure .number-area {
    align-items: normal;
}

.procedure-text {
    display: block;
    margin: 0.3rem 0 0 0.5rem;
    line-height: 1.5;
    width: calc(100% - 3rem);
}

.howto-image {
    margin: 1rem 0;
    width: 100%;
    border-radius: 1rem;
}

.app-info {
    display: flex;
    align-items: center;
}

.app-icon {
    display: block;
    width: 30%;
    max-width: 90px;
    margin: 1rem 0;
}

.app-name {
    margin-left: 1rem;
}

.dl-area {
    display: flex;
    width: 100%;
}

.dl-area img {
    display: block;
    width: 95%;
}

.ship-point {
    font-weight: bold;
    margin: 1rem 0;
    display: flex;
    align-items: center;
}

.point-circle {
    text-align: center;
    border-radius: 100%;
    background: #FFF;
    color: #122c5a;
     height: 50%;
    padding: 1rem;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    line-height: 1;
    margin-right: 1rem;
}

.point-text {
    font-size: 0.5rem;
}

.point-number {
    font-size: 2rem;
}

.ship-point p {
    display: block;
}

/**
注意事項
 */
.notice {
    padding: 2rem 0 0;
    background: #bfcade;
    color: #122c5a;
}

.top-button {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -4.5rem;
    right: 5%;
    width: 1rem;
    position: relative;
    border-radius: 100%;
    color: #bfcade;
    margin-left: auto;
    background: #122c5a;
    padding: 1rem;
    border: 1px solid #122c5a;
}

.notice p {
    margin: 1rem 0;
    font-family: 'Noto Sans Japanese';
    font-size: 0.6rem;
}

footer {
    background: #FFFFFF;
    padding: 3rem 0;
}

.logos {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.logos a {
    display: block;
    margin: 1rem;
}

.logos img {
    width: 100%;
}

.menu-button {
    position: fixed;
    border-radius: 100%;
    background: #FFFFFFCC;
    color: #122c5a;
    padding: 1rem;
    border: 1px solid #122c5a;
    right: 1rem;
    top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-button svg, .close-button svg {
    width: 1.5rem;
    height: 1.5rem;
}

.close-button {
    position: fixed;
    border-radius: 100%;
    background: #FFFFFFCC;
    color: #122c5a;
    padding: 1rem;
    border: 1px solid #122c5a;
    right: 1rem;
    top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay {
    background: #122c5a;
    display: none;
    margin: 0;
    height: calc(100% - 6rem);
    top: 0;
    left: 0;
    position: absolute;
    z-index: 10;
    flex-flow: column;
    padding: 6rem 5% 0;
    width: 90%;
}

.overlay ul {
    font-size: 1.5rem;
    font-weight: bold;
}

.overlay li {
    margin: 1rem;
}

.questionnaire-banner {
    display: block;
    margin: 2rem 0;
}

.questionnaire-banner img {
    width: 100%;
}

/* 481px以上に適用されるCSS（タブレット/PC用） */
@media screen and (min-width: 640px) {
    body {
        font-size: 18px;
        background: #bfcade;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .pc-flex {
        display: flex;
    }

    .tab-group {
        margin-bottom: 1rem;
    }

    .scrollbar::-webkit-scrollbar {
        display: block;
        width: 1rem;
        height: 0.5rem;
    }

    .scrollbar::-webkit-scrollbar-thumb {
        border-radius: 0.25rem;
        --bg-opacity: 1;
        background-color: #bfcade;
    }
}