@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

img {
    vertical-align: bottom;
    width: 100%;
}

a {
    text-decoration: none;
}

body {
    color: #333;
    font-size: 15px;
    line-height: 1.6;
    font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.text {
    /* 本文はやや太く（boldは太すぎ） */
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

html {
    scroll-behavior: smooth;
}

.switch_pc {
    display: none;
}

section {
    padding: 30px 4%;
}

section.map01 {
    padding: 40px 0 0;
    margin-bottom: 10px;
}

section.map02 {
    padding: 30px 0;
}

h2 {
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
    margin: 24px 0;
}

h2 span {
    padding-left: 2em;
}

.map01 h2 span,
.spot h2 span,
.eat h2 span {
    background: url(../images/icon_flag.png) no-repeat;
    background-size: contain;
}

.other h2 span {
    background: url(../images/icon_air.png) no-repeat;
    background-size: contain;
}

.campaign h2 span:has(span) {
    background: url(../images/icon_camp.png) no-repeat;
    background-size: contain;
}

.tour h2 span:has(span) {
    background: url(../images/icon_comp.png) no-repeat;
    background-size: contain;
}

.about-top {
    margin: 20px 0;
}

.about h3 {
    background-color: #d40f1a;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
}

.yellow {
    color: #fff100;
}

.about-bottom p {
    padding: 10px 16px;
    line-height: 2em;
}

/* 逆角丸 */
.about-top,
.about-bottom {
    position: relative;
}

.about-top {
    overflow: hidden;
}

.about-top::before,
.about-top::after,
.about-bottom::before,
.about-bottom::after {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    z-index: 100;
}

.about-top::before {
    top: -12px;
    left: -12px;
}

.about-top::after {
    top: -12px;
    right: -12px;
}

.about-bottom::before {
    bottom: -18px;
    left: -18px;
}

.about-bottom::after {
    bottom: -18px;
    right: -18px;
}

.about-bottom {
    border: 3px solid #d40f1a;
}

.about-bottom::before,
.about-bottom::after {
    border: 3px solid #d40f1a;
}

.map01,
.spot,
.eat {
    background: url(../images/keisen.png) repeat-y center;
    background-size: 240%;
    font-weight: 600;
}

.map01 p,
.spot p,
.eat p {
    /* Mediumのboldは滲む */
    font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.spot h3 {
    margin: 14px 0;
    font-size: 26px;
    line-height: 1.4;
}

.spot h3 span {
    padding-left: 1.6em;
}

.spot h3 span {
    background: url(../images/icon_spot.png) no-repeat;
    background-size: contain;
}

.spot .photo {
    margin: 20px 0 10px;
}

.spot .copy {
    text-align: center;
    font-size: 18px;
    margin: 20px 0;
}

.spot .copy span {
    color: #00508f;
    background: linear-gradient(transparent 60%, #fff100 60%);
}

.spot .text {
    padding: 0 20px 20px 20px;
}

.spot-main .text {
    font-size: 16px;
}

.spot-sub .text {
    font-size: 15px;
}

.eat h3 {
    margin: 14px 0;
    font-size: 26px;
    line-height: 1.4;
}

.eat h3 span {
    padding-left: 1.6em;
}

.eat01 h3 span {
    background: url(../images/icon_eat01.png) no-repeat;
    background-size: contain;
    color: #f18b00;
}

.eat02 h3 span {
    background: url(../images/icon_eat02.png) no-repeat;
    background-size: contain;
    color: #975724;
}

.eat03 h3 span {
    background: url(../images/icon_eat03.png) no-repeat;
    background-size: contain;
    color: #e84694;
}

.eat01,
.eat02,
.eat03 {
    padding: 2px 20px 30px;
}

.eat .photo {
    padding: 20px 0 0;
}


.other {
    background-color: #e7f4f9;
}

.other01,
.other02 {
    margin-top: 30px;
}

.other h3 {
    position: relative;
    display: inline-block;
    margin-bottom: 12px;
    padding: 8px 10px;
    border-radius: 26px;
    background-color: #21b8da;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: -0.12em;
    color: #ffffff;
}

.other h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 32px;
    border-style: solid;
    border-width: 12px 0 0 20px;
    border-color: #21b8da transparent transparent;
    translate: -50% 100%;
}

.wave {
    display: inline-block;
    background: url(../images/wave-line.png) bottom repeat-x;
    background-size: 20px;
}

.other-bottom {
    padding: 10px 16px 16px;
}

.other .text {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.8;
}

.other .photo-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.other .photo-1a {
    width: 40%;
}

.other .photo-1b {
    width: 58%;
}

.other .photo-2a {
    margin-bottom: 12px;
}

.other .photo-2b {
    display: flex;
    justify-content: space-between;
}

.other .photo-2b div:first-child {
    width: 51.2%;
}

.other .photo-2b div:last-child {
    width: 46%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.other .btn_transit {
    display: block;
    width: 70%;
    border: 2px solid #333;
    padding: 10px;
    background-color: #e7f4f9;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.other .caption {
    font-size: 12px;
}

/* 逆角丸 */
.other-top,
.other-bottom {
    position: relative;
}

.other-top {
    overflow: hidden;
}

.other-top::before,
.other-top::after,
.other-bottom::before,
.other-bottom::after {
    position: absolute;
    content: "";
    background-color: #e7f4f9;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    z-index: 100;
}

.other-top::before {
    top: -15px;
    left: -15px;
}

.other-top::after {
    top: -15px;
    right: -15px;
}

.other-bottom::before {
    bottom: -18px;
    left: -18px;
}

.other-bottom::after {
    bottom: -18px;
    right: -18px;
}

.other-bottom {
    border: 3px solid #21b8da;
    background-color: #fff;
}

.other-top::before,
.other-top::after,
.other-bottom::before,
.other-bottom::after {
    border: 3px solid #21b8da;
}

.information {
    background: url(../images/bg_step.png) no-repeat center top;
    background-size: contain;
    margin-top: 30px;
}

.plan {
    padding-top: 40px;
}

.plan h3 span {
    font-size: 18px;
    background: linear-gradient(transparent 60%, #fff100 60%);
}

.plan h3::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #333;
    vertical-align: middle;
    margin-right: 10px;
}

.plan h2 {
    color: #e72429;
    font-size: 18px;
    text-align: center;
}

.plan h2 span {
    background: linear-gradient(transparent 60%, #fff100 60%);
    padding-left: initial;
}

.plan li {
    margin: 30px 0;
}

.plan li .text {
    margin: 16px 0 0;
    font-size: 14px;
}

.sns-link {
    display: inline-block;
    margin: 14px 0;
}

.sns-link li {
    margin: 16px 0;
}

.sns-link img {
    width: 58px;
    margin: 0 10px;
}

.sns-ttl {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.sns-hk-s {
    border: 2px solid #e72429;
}

.sns-hk-s .sns-ttl {
    background: #e72429;
}

.sns-hk-e {
    border: 2px solid #6b1686;
}

.sns-hk-e .sns-ttl {
    background: #6b1686;
}

.sns-icon {
    padding: 0 10px;
}

.sns-icon ul {
    display: flex;
}

.plan .check {
    width: 240px;
    border: 1px solid #333;
    border-radius: 5px;
    margin: 16px auto 0;
    padding: 12px;
}

.plan .check h4 {
    font-weight: 600;
}

.plan .check .text {
    font-size: 13px;
}

.btn_wifi {
    display: block;
    width: 240px;
    border: 2px solid #333;
    margin: 16px auto 0;
    padding: 12px;
    color: #333;
    font-weight: 600;
    text-align: center;
}

.cash {
    border: 1px solid #333;
    border-radius: 5px;
    padding: 12px;
    font-size: 13px;
}

.campaign,
.tour {
    margin: 60px 0 40px;
}

.campaign li {
    margin: 16px 0;
    border-bottom: 1px solid #e72429;
}

.campaign .small-span {
    font-size: 18px;
    padding-left: 0;
    letter-spacing: -0.04em;
    white-space: nowrap;
}

.campaign h3 {
    color: #e72429;
    font-weight: 600;
    margin-bottom: 10px;
}

.campaign .text {
    font-size: 13px;
}

.present {
    margin-bottom: 10px;
}

.present .underline {
    color: #e72429;
    font-weight: 600;
    border-bottom: 2px solid #e72429;
}

.day {
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: 600;
}

.campaign .check {
    text-align: right;
    margin-bottom: 10px;
}

.btn_check {
    display: inline-block;
    padding: 6px 16px 8px;
    border-radius: 8px;
    background: #e72429;
    color: #fff;
}

.btn_check::after {
    content: "";
    display: block;
    width: 50px;
    height: 5px;
    border-bottom: 1px solid #fff;
    border-right: 2px solid #fff;
    transform: skew(65deg);
    margin: 0 0 0 -5px;
}

.campaign .kome01 {
    display: inline-block;
    margin-right: 12px;
    padding: 2px;
    border: 1px solid #e72429;
    font-size: 12px;
    line-height: 1.1;
    text-align: center;
    vertical-align: top;
}

.campaign .kome02 {
    color: #333;
    font-size: 12px;
}

.campaign .kome03 {
    display: inline-block;
    margin-right: 12px;
    background: #e72429;
    color: #fff;
    padding: 2px;
    font-size: 12px;
    line-height: 1.1;
}

.campaign .kome04 {
    font-size: 22px;
    padding: 0 4px;
}

.tour .small-span {
    font-size: 16px;
    padding-left: 0;
    letter-spacing: -0.04em;
    white-space: nowrap;
}

.tour ul {
    display: flex;
    flex-wrap: wrap;
}

.tour li {
    width: 50%;
    color: #00508f;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
}

.tour li .name {
    flex-grow: 1;
}

.tour li .tel {
    font-size: 18px;
    white-space: nowrap;
}

.tour li .tel span {
    font-size: 13px;
    font-weight: normal;
    padding-right: 8px;
}

.tour li .small {
    font-size: 12px;
}

.tour li:nth-child(1) {
    border-bottom: 1px solid #00508f;
    border-right: 1px solid #00508f;
    padding: 0 10px 10px 0;
}

.tour li:nth-child(2) {
    border-bottom: 1px solid #00508f;
    padding: 0 0 10px 10px;
}

.tour li:nth-child(3) {
    border-right: 1px solid #00508f;
    padding: 10px 10px 0 0;
}

.tour li:nth-child(4) {
    padding: 10px 0 0 10px;
}

.tour .tel a {
    color: #00508f;
}

footer {
    height: 100px;
    padding-top: 60px;
    background-color: #e7f4f9;
    text-align: center;
    font-size: 12px;
}

#page-top {
    position: fixed;
    right: 15px;
    bottom: 20px;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 90%;
    line-height: 1.5rem;
    color: #737373;
    padding: 0 0 0 35px;
    border-top: solid 1px;
}

#page-top::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}

/* 追加分 */
.banner h2 {
    font-size: 22px;
}

.banner p {
    margin: 20px 0;
}

.switch_space{
    padding-left: 0;
}

@media screen and (min-width: 600px) {
    .switch_sp {
        display: none;
    }

    .switch_pc {
        display: block;
    }

    section {
        padding: 50px 1%;
    }

    h2 {
        font-size: 36px;
    }

    .inner {
        max-width: 1120px;
        margin: 0 auto;
    }

    .about h3 {
        font-size: 14px;
    }

    .about01 h3 {
        height: 100px;
        font-size: 52px !important;
        line-height: 100px;
    }

    .about .flex {
        display: flex;
        justify-content: space-between;
    }

    .about-top {
        width: 32.2%;
    }

    .about01 {
        width: initial;
        max-width: 730px;
        margin: 0 auto;
        text-align: center;
    }

    .about-bottom {
        height: 100%;
    }

    .schedule {
        text-align: center;
    }

    .schedule img {
        width: 60%;
        max-width: 800px;
    }

    .map01,
    .spot,
    .eat {
        background: url(../images/keisen.png) repeat-y center;
        background-size: 90%;
    }

    .spot .spot-main {
        display: flex;
    }

    .spot .spot-sub {
        display: flex;
        margin-top: -40px;
    }

    .spot02 .bg {
        background: url(../images/bg_spot.png) no-repeat 90% bottom;
    }

    .spot .re {
        display: flex;
        flex-direction: row-reverse;
    }

    .spot .copy {
        font-size: 26px;
        white-space: nowrap;
    }

    .spot .photo {
        width: 40%;
    }

    .spot-main .text-box {
        width: 50%;
        margin-top: -30px;
    }

    .spot-sub .text-box {
        width: 50%;
        margin-top: 40px;
    }

    .eat .flex {
        display: flex;
    }

    .eat h3 {
        font-size: 21px;
    }

    .other .flex {
        display: flex;
        justify-content: space-between;
    }

    .other01,
    .other02 {
        width: 49%;
        display: flex;
        flex-direction: column;
    }

    .other-top {
        flex-grow: 1;
    }

    .other-bottom {
        height: 100%;
    }

    .information {
        background: none;
    }

    .plan {
        background-color: #d1b591;
        border-radius: 10px;
        padding: 18px;
    }

    .plan .bg_white {
        background: #fff;
        border-radius: 10px;
        padding: 18px;
    }

    .plan .bg_pen {
        background: url(../images/bg_step_pc.png) no-repeat center top;
        background-size: 90%;
        height: 20vw;
        max-height: 200px;
        margin-top: -48px;
    }

    .plan h2 {
        text-align: left;
        margin-top: -80px;
    }

    .plan h3 span {
        font-size: 26px;
    }

    .plan h3::before {
        width: 22px;
        height: 22px;
    }

    .information h2 span {
        font-size: 26px !important;
    }

    .campaign .check {
        margin-top: -60px;
    }

    /* 追加分 */
    .banner {
        max-width: 730px;
        margin: 0 auto;
        text-align: center;
    }

    .switch_space{
        padding-left: 1em;
    }
}

@media screen and (min-width: 960px) {
    .about h3 {
        font-size: 18px;
    }

    .spot-main .text-box {
        width: 40%;
    }

    .spot-sub .text-box {
        width: 40%;
        margin-top: 80px;
    }

    .eat h3 {
        font-size: 26px;
    }

    .other h3 {
        letter-spacing: 0em;
    }

    .plan h2 {
        margin-top: -120px;
    }

    .information h2 span {
        font-size: 36px !important;
    }

    .plan .flex {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .plan .sns-link {
        margin-right: 20px;
    }

    .btn_wifi {
        margin-left: 10px;
    }

    .plan .departure {
        flex-basis: 56%;
    }

    .plan .cash {
        flex-basis: 40%;
    }

    .campaign ul {
        display: flex;
        flex-wrap: wrap;
    }

    .campaign li {
        width: 50%;
        display: flex;
        flex-direction: column;
        margin: 0;
        border-bottom: initial;
    }

    .campaign li:nth-child(1) {
        border-bottom: 1px solid #e72429;
        border-right: 1px solid #e72429;
        padding: 0 10px 10px 0;
    }

    .campaign li:nth-child(2) {
        border-bottom: 1px solid #e72429;
        padding: 0 0 10px 10px;
    }

    .campaign li:nth-child(3) {
        border-right: 1px solid #e72429;
        padding: 10px 10px 0 0;
    }

    .campaign li:nth-child(4) {
        padding: 10px 0 0 10px;
    }

    .campaign li .text {
        flex-grow: 1;
        max-width: 480px;
    }

    .tour ul {
        display: flex;
        flex-wrap: nowrap;
    }

    .tour li:nth-child(1) {
        border-bottom: none;
        border-right: 1px solid #00508f;
        border-left: 1px solid #00508f;
        padding: 0 10px;
    }

    .tour li:nth-child(2) {
        border-bottom: none;
        border-right: 1px solid #00508f;
        padding: 0 10px;
    }

    .tour li:nth-child(3) {
        border-right: 1px solid #00508f;
        padding: 0 10px;
    }

    .tour li:nth-child(4) {
        padding: 0 10px;
    }

    /* 追加分 */
    .banner {
        padding: 50px 0;
    }
}